Package org.glassfish.openesb.pojose.api.annotation

Annotation Types Summary
ConsumerEndpoint Annotates member variables of type Consumer in a Provider class instance.
Endpoint Deprecated. since 02/03/2009.
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 This annotation designates a method to be called with all incoming request messages.
POJO Deprecated. since 02/05/2009.
POJOResource Deprecated. since 02/05/2009.
Provider Class level annotation designates a class as a Service.
When none of the properties specified, POJO Service Engine will defaults ServiceEndpiont as below.
Simple class name as Endpoint name.
Http URI constructed from reverse package name and Endpoint name is used as default for Service and Interface namespaces.
Service local name defaults to Endpoint name suffixed with "Service".
Interface local name defaults to Endpoint name suffixed with "Interface".

Resource Designates a member variable who's instance is injected by Service Engine.
Currently Context is one of the resource type injected.
 



Copyright © 2006-2009. All Rights Reserved.