|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MutableCallbackContext
Interface that defines a mutable CallbackContext
. An instance of this interface is created through
RequestContext.createCallbackContext()
.
Method Summary | |
---|---|
void |
setFault(boolean isFault)
Sets whether the message send with the callback is a fault |
void |
setFault(javax.xml.namespace.QName faultName)
Sets whether the message send with the callback is a fault with the given fault name. |
void |
setFault(javax.xml.namespace.QName faultName,
java.lang.String reason)
Sets whether the message send with the callback is a fault with the given fault name and reason. |
Methods inherited from interface com.tibco.amf.platform.runtime.extension.context.CallbackContext |
---|
getCallbackID, getContentLength, getFaultName, getFaultReason, getRequestContext, getSecuritySubject, getTimeStamp, isFault |
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 |
---|
getContextID, getCorrelationID, getInterface, getOperationName, getParameter, getParameter, getParameters, getParentContextID, getServiceName |
Method Detail |
---|
void setFault(boolean isFault)
isFault
- true if the message send with the callback is a faultvoid setFault(javax.xml.namespace.QName faultName)
fault
- name not null if the message send with the callback is a faultvoid setFault(javax.xml.namespace.QName faultName, java.lang.String reason)
fault
- name not null if the message send with the callback is a faultreason
- the reason of the fault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |