|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestContext
Extends the SCA RequestContext
.
Method Summary | ||
---|---|---|
MutableCallbackContext |
createCallbackContext()
Provides a MutableCallbackContext that can be used to call back the requester. |
|
byte[] |
getAsBytes()
Get the Byte Array representation of the RequestContext |
|
CallbackContext |
getCallbackContext()
Returns the CallbackContext that can be used to retrieve context information for the reply of this
request. |
|
Conversation |
getConversation()
Returns the conversation associated with the invocation. |
|
|
getEndpointReference(java.lang.Class<E> elementType)
Provides the EndpointReference of the request. |
|
|
getFaultEndpointReference(java.lang.Class<E> elementType)
Provides the EndpointReference of the reply in case of fault. |
|
RequestContext |
getParentRequestContext()
Returns the parent request context for this request context |
|
|
getReplyEndpointReference(java.lang.Class<E> elementType)
Provides the EndpointReference of the reply. |
|
java.lang.String |
getSourceNodeName()
Get the Source Node name |
|
java.lang.String |
getSourceSCAAddress()
Get the SCA address for the source |
Methods inherited from interface org.osoa.sca.RequestContext |
---|
getCallback, getCallbackReference, getSecuritySubject, getServiceName, getServiceReference |
Methods inherited from interface com.tibco.amf.platform.runtime.extension.context.InvocationContext |
---|
getContentLength, getContextID, getCorrelationID, getInterface, getOperationName, getParameter, getParameter, getParameters, getParentContextID, getSecuritySubject, getServiceName, getTimeStamp |
Method Detail |
---|
<E> EndpointReference<E> getEndpointReference(java.lang.Class<E> elementType)
EndpointReference
of the request.
EndpointReference
of the request<E> EndpointReference<E> getReplyEndpointReference(java.lang.Class<E> elementType)
EndpointReference
of the reply.
EndpointReference
for the reply<E> EndpointReference<E> getFaultEndpointReference(java.lang.Class<E> elementType)
EndpointReference
of the reply in case of fault.
EndpointReference
of the reply in case of faultMutableCallbackContext createCallbackContext()
MutableCallbackContext
that can be used to call back the requester.
MutableCallbackContext
that can be used to call back the requesterCallbackContext getCallbackContext()
CallbackContext
that can be used to retrieve context information for the reply of this
request.
MutableCallbackContext
RequestContext getParentRequestContext()
RequestContext
if one existsbyte[] getAsBytes() throws java.lang.Exception
java.lang.Exception
java.lang.String getSourceSCAAddress()
Conversation getConversation()
java.lang.String getSourceNodeName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |