C E F G M O P R S V

C

Consumer - Interface in org.glassfish.openesb.pojose.api
Instance of Consumer used to consume Service.
Consumer.MessageObjectType - Enum in org.glassfish.openesb.pojose.api
 
ConsumerEndpoint - Annotation Type in org.glassfish.openesb.pojose.api.annotation
Annotates member variables of type Consumer in a Provider class instance.
Context - Interface in org.glassfish.openesb.pojose.api.res
Context provides methods to Provider instance to discover ServiceEndpoints and create MessageExchangeFactory objects.
Instance is injected by Service Engine into member variable annotated using Resource.
createExchangeFactory() - Method in interface org.glassfish.openesb.pojose.api.res.Context
Returns MessageExchangeFactory Delegates call to DeliveryChannel.
createExchangeFactory(QName) - Method in interface org.glassfish.openesb.pojose.api.res.Context
Returns MessageExchangeFactory for a given interface.
createExchangeFactory(ServiceEndpoint) - Method in interface org.glassfish.openesb.pojose.api.res.Context
Returns MessageExchangeFactory for given ServiceEndpoint Delegates call to DeliveryChannel.
createExchangeFactory() - Method in interface org.glassfish.openesb.pojose.api.res.POJOContext
Deprecated. Returns MessageExchangeFactory
createExchangeFactory(QName) - Method in interface org.glassfish.openesb.pojose.api.res.POJOContext
Deprecated. Returns MessageExchangeFactory for a given interface.
createExchangeFactory(ServiceEndpoint) - Method in interface org.glassfish.openesb.pojose.api.res.POJOContext
Deprecated. Returns MessageExchangeFactory for given ServiceEndpoint
createExchangeFactoryForService(QName) - Method in interface org.glassfish.openesb.pojose.api.res.Context
Returns MessageExchangeFactory for given service name.
createExchangeFactoryForService(QName) - Method in interface org.glassfish.openesb.pojose.api.res.POJOContext
Deprecated. Returns MessageExchangeFactory for given service name.
createFaultMessage(String, QName) - Method in interface org.glassfish.openesb.pojose.api.res.Context
Utility method to construct FaultMessage.
createFaultMessage(Node, QName) - Method in interface org.glassfish.openesb.pojose.api.res.Context
Utility method to construct FaultMessage.
createFaultMessage(Source, QName) - Method in interface org.glassfish.openesb.pojose.api.res.Context
Utility method to construct FaultMessage.
createInOnlyMessageExchange() - Method in interface org.glassfish.openesb.pojose.api.Consumer
Creates and returns InOnly MessageExchange.
createInOutMessageExchange() - Method in interface org.glassfish.openesb.pojose.api.Consumer
Creates and returns InOut MessageExchange.

E

Endpoint - Annotation Type in org.glassfish.openesb.pojose.api.annotation
Deprecated. since 02/03/2009. Use ConsumerEndpoint.
ErrorMessage - Exception in org.glassfish.openesb.pojose.api
Error message a POJO service can throw from its @Operation method.
ErrorMessage() - Constructor for exception org.glassfish.openesb.pojose.api.ErrorMessage
 
ErrorMessage(String) - Constructor for exception org.glassfish.openesb.pojose.api.ErrorMessage
 
ErrorMessage(String, Throwable) - Constructor for exception org.glassfish.openesb.pojose.api.ErrorMessage
 
ErrorMessage(Throwable) - Constructor for exception org.glassfish.openesb.pojose.api.ErrorMessage
 

F

FaultMessage - Exception in org.glassfish.openesb.pojose.api
Fault message a POJO service can throw from its @Operation method.
FaultMessage() - Constructor for exception org.glassfish.openesb.pojose.api.FaultMessage
 
FaultMessage(Fault) - Constructor for exception org.glassfish.openesb.pojose.api.FaultMessage
 

G

getConsumer(ServiceEndpoint, QName, QName) - Method in interface org.glassfish.openesb.pojose.api.res.Context
Gets the new Consumer instance.
getConsumer() - Method in interface org.glassfish.openesb.pojose.api.res.Context
Gets the new Consumer instance.
getEndpoint(QName, String) - Method in interface org.glassfish.openesb.pojose.api.res.Context
Get the service endpoint for the named activated endpoint, if any.
Delegates call to ComponentContext.
getEndpoint(QName, String) - Method in interface org.glassfish.openesb.pojose.api.res.POJOContext
Deprecated. Get the service endpoint for the named activated endpoint, if any.
getEndpointDescriptor(ServiceEndpoint) - Method in interface org.glassfish.openesb.pojose.api.res.Context
Retrieve the service description metadata for the specified endpoint.
Delegates call to ComponentContext.
getEndpointDescriptor(ServiceEndpoint) - Method in interface org.glassfish.openesb.pojose.api.res.POJOContext
Deprecated. Retrieve the service description metadata for the specified endpoint.
getEndpoints(QName) - Method in interface org.glassfish.openesb.pojose.api.res.Context
Queries the NMR for active endpoints that implement the given interface.
Delegates call to ComponentContext.
getEndpoints(QName) - Method in interface org.glassfish.openesb.pojose.api.res.POJOContext
Deprecated. Queries the NMR for active endpoints that implement the given interface.
getEndpointsForService(QName) - Method in interface org.glassfish.openesb.pojose.api.res.Context
Queries the NMR for active endpoints belonging to the given service.
Delegates call to ComponentContext.
getEndpointsForService(QName) - Method in interface org.glassfish.openesb.pojose.api.res.POJOContext
Deprecated. Queries the NMR for active endpoints belonging to the given service.
getError() - Method in exception org.glassfish.openesb.pojose.api.ErrorMessage
 
getExternalEndpoints(QName) - Method in interface org.glassfish.openesb.pojose.api.res.Context
Queries the NMR for external endpoints that implement the given interface name.
Delegates call to ComponentContext.
getExternalEndpoints(QName) - Method in interface org.glassfish.openesb.pojose.api.res.POJOContext
Deprecated. Queries the NMR for external endpoints that implement the given interface name.
getExternalEndpointsForService(QName) - Method in interface org.glassfish.openesb.pojose.api.res.Context
Queries the NMR for external endpoints that are part of the given service.
getExternalEndpointsForService(QName) - Method in interface org.glassfish.openesb.pojose.api.res.POJOContext
Deprecated. Queries the NMR for external endpoints that are part of the given service.
getFault() - Method in exception org.glassfish.openesb.pojose.api.FaultMessage
 
getInterface() - Method in interface org.glassfish.openesb.pojose.api.Consumer
Get the default interface QName associated with this consumer.
getMessageExchange() - Method in interface org.glassfish.openesb.pojose.api.res.Context
Returns MessageExchange associated with this POJO's Provisioning Service.
getMessageExchange() - Method in interface org.glassfish.openesb.pojose.api.res.POJOContext
Deprecated. Returns MessageExchange associated with this POJO's Provisioning Service.
getNamingContext() - Method in interface org.glassfish.openesb.pojose.api.res.Context
Returns intsnace of InitialContext or null.
getService() - Method in interface org.glassfish.openesb.pojose.api.Consumer
Return QName of the Service associated with this consumer.
getServiceEndpoint() - Method in interface org.glassfish.openesb.pojose.api.Consumer
Returns ServiceEndpoint instance associated with this Consumer.

M

MessageException - Exception in org.glassfish.openesb.pojose.api
Base class representing JBI Fault and error messages.
MessageException(Throwable) - Constructor for exception org.glassfish.openesb.pojose.api.MessageException
 
MessageException(String, Throwable) - Constructor for exception org.glassfish.openesb.pojose.api.MessageException
 
MessageException(String) - Constructor for exception org.glassfish.openesb.pojose.api.MessageException
 
MessageException() - Constructor for exception org.glassfish.openesb.pojose.api.MessageException
 

O

OnDone - Annotation Type in org.glassfish.openesb.pojose.api.annotation
Designates a call back method when all the outstanding response messages from other ServiceEndoints are recieved.
OnError - Annotation Type in org.glassfish.openesb.pojose.api.annotation
Designates a call back method when outstanding call to other ServiceEndoints results in JBI message exchange status "error".
OnFault - Annotation Type in org.glassfish.openesb.pojose.api.annotation
Designates a call back method when outstanding call to other ServiceEndoints results in JBI message exchange status "fault".
OnReply - Annotation Type in org.glassfish.openesb.pojose.api.annotation
Designates a call back method when the outstanding response messages from other ServiceEndoints are recieved.
Operation - Annotation Type in org.glassfish.openesb.pojose.api.annotation
This annotation designates a method to be called with all incoming request messages.
org.glassfish.openesb.pojose.api - package org.glassfish.openesb.pojose.api
 
org.glassfish.openesb.pojose.api.annotation - package org.glassfish.openesb.pojose.api.annotation
 
org.glassfish.openesb.pojose.api.res - package org.glassfish.openesb.pojose.api.res
 

P

POJO - Annotation Type in org.glassfish.openesb.pojose.api.annotation
Deprecated. since 02/05/2009. Use Provider.
POJOContext - Interface in org.glassfish.openesb.pojose.api.res
Deprecated. since 02/05/2009. Use Context.
POJOContext.MessageObjectType - Enum in org.glassfish.openesb.pojose.api.res
Deprecated.  
POJOResource - Annotation Type in org.glassfish.openesb.pojose.api.annotation
Deprecated. since 02/05/2009. Use Resource and Context respectively.
Provider - Annotation Type in org.glassfish.openesb.pojose.api.annotation
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".


R

resolveEndpointReference(DocumentFragment) - Method in interface org.glassfish.openesb.pojose.api.res.Context
Resolve the given endpoint reference into a service endpoint.
resolveEndpointReference(DocumentFragment) - Method in interface org.glassfish.openesb.pojose.api.res.POJOContext
Deprecated. Resolve the given endpoint reference into a service endpoint.
Resource - Annotation Type in org.glassfish.openesb.pojose.api.annotation
Designates a member variable who's instance is injected by Service Engine.
Currently Context is one of the resource type injected.

S

send(MessageExchange) - Method in interface org.glassfish.openesb.pojose.api.Consumer
Sends the ME is asynch mode.
send(MessageExchange, boolean) - Method in interface org.glassfish.openesb.pojose.api.Consumer
Sends the ME is asynch mode.
send(MessageExchange) - Method in interface org.glassfish.openesb.pojose.api.res.POJOContext
Deprecated. Sends the status in asynch mode as needed by runtime.
sendInOnly(Object) - Method in interface org.glassfish.openesb.pojose.api.Consumer
Sends the ME is asynch mode.
sendInOnly(Object, boolean) - Method in interface org.glassfish.openesb.pojose.api.Consumer
Sends the ME is asynch mode.
sendInOut(Object) - Method in interface org.glassfish.openesb.pojose.api.Consumer
Sends the ME is asynch mode.
sendInOut(Object, boolean) - Method in interface org.glassfish.openesb.pojose.api.Consumer
Sends the ME is asynch mode.
sendSynch(MessageExchange) - Method in interface org.glassfish.openesb.pojose.api.Consumer
Sends the MessageExchange in synch mode.
sendSynch(MessageExchange, long) - Method in interface org.glassfish.openesb.pojose.api.Consumer
Sends the MessageExchange in synch mode.
sendSynch(MessageExchange) - Method in interface org.glassfish.openesb.pojose.api.res.POJOContext
Deprecated. Sends the MessageExchange in synch mode.
sendSynchInOnly(Object) - Method in interface org.glassfish.openesb.pojose.api.Consumer
Sends the message to given ServiceEndpoint.
sendSynchInOnly(Object, long) - Method in interface org.glassfish.openesb.pojose.api.Consumer
Sends the message to given ServiceEndpoint.
sendSynchInOnly(ServiceEndpoint, Object) - Method in interface org.glassfish.openesb.pojose.api.res.POJOContext
Deprecated. Sends the message to given ServiceEndpoint.
sendSynchInOut(Object, Consumer.MessageObjectType) - Method in interface org.glassfish.openesb.pojose.api.Consumer
Sends the message to given ServiceEndpoint.
sendSynchInOut(Object, Consumer.MessageObjectType, long) - Method in interface org.glassfish.openesb.pojose.api.Consumer
Sends the message to given ServiceEndpoint.
sendSynchInOut(ServiceEndpoint, Object, POJOContext.MessageObjectType) - Method in interface org.glassfish.openesb.pojose.api.res.POJOContext
Deprecated. Sends the message to given ServiceEndpoint.
setDefaultInputMessageType(QName) - Method in interface org.glassfish.openesb.pojose.api.Consumer
Input message type to be used inside WSDL 1.1 wrapper JBI message.
setDefaultOperationName(QName) - Method in interface org.glassfish.openesb.pojose.api.Consumer
Operation name to be set on MessageExchange created implicitly by Consumer.
setFault(Fault) - Method in exception org.glassfish.openesb.pojose.api.FaultMessage
 
setInterface(QName) - Method in interface org.glassfish.openesb.pojose.api.Consumer
Sets the default interface QName.
setService(QName) - Method in interface org.glassfish.openesb.pojose.api.Consumer
Sets the service QName instance.
setServiceEndpoint(ServiceEndpoint) - Method in interface org.glassfish.openesb.pojose.api.Consumer
Sets ServiceEndpoint.

V

valueOf(String) - Static method in enum org.glassfish.openesb.pojose.api.Consumer.MessageObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.openesb.pojose.api.res.POJOContext.MessageObjectType
Deprecated. Returns the enum constant of this type with the specified name.
values() - Static method in enum org.glassfish.openesb.pojose.api.Consumer.MessageObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.openesb.pojose.api.res.POJOContext.MessageObjectType
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.

C E F G M O P R S V

Copyright © 2006-2009. All Rights Reserved.