Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
E
G
O
P
S
V
C
createExchangeFactory()
- Method in interface org.glassfish.openesb.pojose.api.res.
POJOContext
Returns MessageExchangeFactory
createExchangeFactory(QName)
- Method in interface org.glassfish.openesb.pojose.api.res.
POJOContext
Returns MessageExchangeFactory for a given interface.
createExchangeFactory(ServiceEndpoint)
- Method in interface org.glassfish.openesb.pojose.api.res.
POJOContext
Returns MessageExchangeFactory for given ServiceEndpoint
createExchangeFactoryForService(QName)
- Method in interface org.glassfish.openesb.pojose.api.res.
POJOContext
Returns MessageExchangeFactory for given service name.
E
Endpoint
- Annotation Type in
org.glassfish.openesb.pojose.api.annotation
Declares member variable of type ServiceEndpoint as one of endpiont POJO service will consume.
G
getAllAttachments()
- Method in interface org.glassfish.openesb.pojose.api.res.
POJOMessage
Deprecated.
getAttachment(String)
- Method in interface org.glassfish.openesb.pojose.api.res.
POJOMessage
Deprecated.
getAttachmentNames()
- Method in interface org.glassfish.openesb.pojose.api.res.
POJOMessage
Deprecated.
getData()
- Method in interface org.glassfish.openesb.pojose.api.res.
POJOMessage
Deprecated.
getError()
- Method in exception org.glassfish.openesb.pojose.api.
POJOError
getFault()
- Method in exception org.glassfish.openesb.pojose.api.
POJOFaultMessage
getFault()
- Method in class org.glassfish.openesb.pojose.api.res.
POJOInvocationException
Deprecated.
getFaultSource()
- Method in exception org.glassfish.openesb.pojose.api.
POJOFaultMessage
getId()
- Method in interface org.glassfish.openesb.pojose.api.res.
POJOMessage
Deprecated.
getMessageExchange()
- Method in interface org.glassfish.openesb.pojose.api.res.
POJOContext
Returns MessageExchange associated with this POJO's Provisioning Service.
getServiceEndpoint()
- Method in interface org.glassfish.openesb.pojose.api.res.
POJOEndpoint
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
Annotation designates a method to be called for all incoming Endpoint 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
Class level annotation designates a class as a POJO service.
POJOContext
- Interface in
org.glassfish.openesb.pojose.api.res
POJO Context provides easy methods to POJO Service to invoke another service.
POJOContext.MessageObjectType
- Enum in
org.glassfish.openesb.pojose.api.res
POJOEndpoint
- Interface in
org.glassfish.openesb.pojose.api.res
POJOError
- Exception in
org.glassfish.openesb.pojose.api
Error message a POJO service can throw from its @Operation method.
POJOError()
- Constructor for exception org.glassfish.openesb.pojose.api.
POJOError
POJOError(String)
- Constructor for exception org.glassfish.openesb.pojose.api.
POJOError
POJOError(String, Throwable)
- Constructor for exception org.glassfish.openesb.pojose.api.
POJOError
POJOError(Throwable)
- Constructor for exception org.glassfish.openesb.pojose.api.
POJOError
POJOFaultMessage
- Exception in
org.glassfish.openesb.pojose.api
Fault message a POJO service can throw from its @Operation method.
POJOFaultMessage()
- Constructor for exception org.glassfish.openesb.pojose.api.
POJOFaultMessage
POJOInvocationException
- Class in
org.glassfish.openesb.pojose.api.res
Deprecated.
no longer used. POJOInvocationException wraps JBI message fault
POJOInvocationException(Fault)
- Constructor for class org.glassfish.openesb.pojose.api.res.
POJOInvocationException
Deprecated.
POJOMessage
- Interface in
org.glassfish.openesb.pojose.api.res
Deprecated.
POJOMessage wraps JBI message
POJOMessageException
- Exception in
org.glassfish.openesb.pojose.api
POJOMessageException(Throwable)
- Constructor for exception org.glassfish.openesb.pojose.api.
POJOMessageException
POJOMessageException(String, Throwable)
- Constructor for exception org.glassfish.openesb.pojose.api.
POJOMessageException
POJOMessageException(String)
- Constructor for exception org.glassfish.openesb.pojose.api.
POJOMessageException
POJOMessageException()
- Constructor for exception org.glassfish.openesb.pojose.api.
POJOMessageException
POJOResource
- Annotation Type in
org.glassfish.openesb.pojose.api.annotation
Designates a member variable who's instance is injected by POJO Service Engine.
S
sendSynch(MessageExchange)
- Method in interface org.glassfish.openesb.pojose.api.res.
POJOContext
Sends the MessageExchange in synch mode.
sendSynchInOnly(ServiceEndpoint, Object)
- Method in interface org.glassfish.openesb.pojose.api.res.
POJOContext
Sends the message to given ServiceEndpoint.
sendSynchInOut(ServiceEndpoint, Object, POJOContext.MessageObjectType)
- Method in interface org.glassfish.openesb.pojose.api.res.
POJOContext
Sends the message to given ServiceEndpoint.
setFault(Fault)
- Method in exception org.glassfish.openesb.pojose.api.
POJOFaultMessage
setFaultSource(Source)
- Method in exception org.glassfish.openesb.pojose.api.
POJOFaultMessage
setId(long)
- Method in interface org.glassfish.openesb.pojose.api.res.
POJOMessage
Deprecated.
V
valueOf(String)
- Static method in enum org.glassfish.openesb.pojose.api.res.
POJOContext.MessageObjectType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.glassfish.openesb.pojose.api.res.
POJOContext.MessageObjectType
Returns an array containing the constants of this enum type, in the order they're declared.
C
E
G
O
P
S
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2006-2008. All Rights Reserved.