|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EndpointReference | |
---|---|
com.tibco.amf.platform.runtime.extension.context |
Uses of EndpointReference in com.tibco.amf.platform.runtime.extension.context |
---|
Methods in com.tibco.amf.platform.runtime.extension.context that return EndpointReference | ||
---|---|---|
|
RequestContext.getEndpointReference(java.lang.Class<E> elementType)
Provides the EndpointReference of the request. |
|
|
RequestContext.getFaultEndpointReference(java.lang.Class<E> elementType)
Provides the EndpointReference of the reply in case of fault. |
|
|
RequestContext.getReplyEndpointReference(java.lang.Class<E> elementType)
Provides the EndpointReference of the reply. |
Methods in com.tibco.amf.platform.runtime.extension.context with parameters of type EndpointReference | ||
---|---|---|
|
MutableRequestContext.setEndpointReference(EndpointReference<T> endpointReference)
Sets the EndpointReference of the request. |
|
|
MutableRequestContext.setFaultEndpointReference(EndpointReference<T> endpointReference)
Sets the EndpointReference of the reply in case of fault. |
|
|
MutableRequestContext.setReplyEndpointReference(EndpointReference<T> endpointReference)
Sets the EndpointReference of the reply. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |