Annotation Types Summary |
Endpoint |
Declares member variable of type ServiceEndpoint as one of endpiont POJO
service will consume. |
OnDone |
Designates a call back method when all the outstanding response messages from
other ServiceEndoints are recieved. |
OnError |
Designates a call back method when outstanding call to other
ServiceEndoints results in JBI message exchange status "error". |
OnFault |
Designates a call back method when outstanding call to other
ServiceEndoints results in JBI message exchange status "fault". |
OnReply |
Designates a call back method when the outstanding response messages from
other ServiceEndoints are recieved. |
Operation |
Annotation designates a method to be called for all incoming Endpoint request
messages. |
POJO |
Class level annotation designates a class as a POJO service. |
POJOResource |
Designates a member variable who's instance is injected by POJO Service Engine. |