|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CallbackContext
Interface that provides information on the callback.
Method Summary | |
---|---|
java.lang.Object |
getCallbackID()
Returns the callback ID. |
long |
getContentLength()
Provides the content length of the callback measured in bytes. |
javax.xml.namespace.QName |
getFaultName()
Returns the qualified name of the fault if the callback message represents a fault, null otherwise. |
java.lang.String |
getFaultReason()
Returns the reason of the fault if the callback message represents a fault, null otherwise. |
RequestContext |
getRequestContext()
Provides the RequestContext that created this context. |
javax.security.auth.Subject |
getSecuritySubject()
Provides the Subject of the callback. |
long |
getTimeStamp()
Provides the the difference, measured in milliseconds, between the time when the callback was sent and midnight, January 1, 1970 UTC. |
boolean |
isFault()
Returns true if the callback message represents a fault. |
Methods inherited from interface com.tibco.amf.platform.runtime.extension.context.InvocationContext |
---|
getContextID, getCorrelationID, getInterface, getOperationName, getParameter, getParameter, getParameters, getParentContextID, getServiceName |
Method Detail |
---|
javax.security.auth.Subject getSecuritySubject()
Subject
of the callback.
getSecuritySubject
in interface InvocationContext
Subject
of the callbackjava.lang.Object getCallbackID()
RequestContext getRequestContext()
RequestContext
that created this context.
RequestContext
that created this contextRequestContext.createCallbackContext()
boolean isFault()
javax.xml.namespace.QName getFaultName()
java.lang.String getFaultReason()
long getTimeStamp()
getTimeStamp
in interface InvocationContext
long getContentLength()
getContentLength
in interface InvocationContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |