|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MutableRequestContext
Interface that defines a mutable RequestContext
. An instance of this interface is created through
BaseContext.createMutableRequestContext()
.
Method Summary | ||
---|---|---|
|
setCallback(CB callback)
Sets the Callback to use for this request |
|
void |
setConversation(Conversation conversation)
Set a Conversation in the RequestContext |
|
|
setEndpointReference(EndpointReference<T> endpointReference)
Sets the EndpointReference of the request. |
|
|
setEndpointReference(java.net.URI uri)
Sets the EndpointReference of the request with the given URI . |
|
|
setFaultEndpointReference(EndpointReference<T> endpointReference)
Sets the EndpointReference of the reply in case of fault. |
|
|
setFaultEndpointReference(java.net.URI uri)
Sets the EndpointReference of the reply in case of fault with the given URI . |
|
|
setReplyEndpointReference(EndpointReference<T> endpointReference)
Sets the EndpointReference of the reply. |
|
|
setReplyEndpointReference(java.net.URI uri)
Sets the EndpointReference of the reply with the given URI . |
|
Conversation |
startConversation()
Start and return a Conversation |
|
Conversation |
startConversation(java.lang.Object conversationID)
Start and return a Conversation with a given ID. |
Methods inherited from interface com.tibco.amf.platform.runtime.extension.context.RequestContext |
---|
createCallbackContext, getAsBytes, getCallbackContext, getConversation, getEndpointReference, getFaultEndpointReference, getParentRequestContext, getReplyEndpointReference, getSourceNodeName, getSourceSCAAddress |
Methods inherited from interface org.osoa.sca.RequestContext |
---|
getCallback, getCallbackReference, getSecuritySubject, getServiceName, getServiceReference |
Methods inherited from interface com.tibco.amf.platform.runtime.extension.context.MutableInvocationContext |
---|
addAllParameters, setContentLength, setParameter, setParameter, setSecuritySubject, setTimeStamp |
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 |
---|
<CB> void setCallback(CB callback)
callback
- type-safe callback for the response<T> void setEndpointReference(EndpointReference<T> endpointReference)
EndpointReference
of the request.
endpointReference
- the EndpointReference
of the request<T> void setEndpointReference(java.net.URI uri)
EndpointReference
of the request with the given URI
.
URI
- the URI for the endpoint reference of the request<T> void setReplyEndpointReference(EndpointReference<T> endpointReference)
EndpointReference
of the reply.
endpointReference
- the EndpointReference
of the reply<T> void setReplyEndpointReference(java.net.URI uri)
EndpointReference
of the reply with the given URI
.
URI
- the URI for the endpoint reference of the reply<T> void setFaultEndpointReference(EndpointReference<T> endpointReference)
EndpointReference
of the reply in case of fault.
endpointReference
- the EndpointReference
of the reply in case of fault<T> void setFaultEndpointReference(java.net.URI uri)
EndpointReference
of the reply in case of fault with the given URI
.
URI
- the URI for the endpoint reference of the reply in case of faultConversation startConversation()
Conversation startConversation(java.lang.Object conversationID)
void setConversation(Conversation conversation)
conversation
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |