Method Summary |
|
public org.apache.axis2.context.MessageContext | getAxisMessageContext() |
public AxisFault | getCausedByException() |
public ClassLoader | getClassLoader() |
public EndpointDescription | getEndpointDescription() |
public InvocationContext | getInvocationContext() |
public Throwable | getLocalException() The local exception is the Throwable object held on the Message from a problem that occurred
due to something other than the server. |
public MEPContext | getMEPContext() |
public Message | getMessage() |
public Mode | getMode() |
public OperationDescription | getOperationDescription() |
public QName | getOperationName() |
public Map<String, Object> | getProperties() |
public Object | getProperty(String key) |
public boolean | isMaintainSession() Used to determine whether or not session state has been enabled. |
public boolean | isOutbound() |
public void | setCausedByException(AxisFault t) |
public void | setEndpointDescription(EndpointDescription ed) |
public void | setInvocationContext(InvocationContext ic) |
public void | setLocalException(Throwable t) The local exception is the Throwable object held on the Message from a problem that occurred
due to something other than the server. |
public void | setMEPContext(MEPContext mepCtx) Set the wrapper MEPContext. |
public void | setMessage(Message msg) |
public void | setMode(Mode m) |
public void | setOperationDescription(OperationDescription od) |
public void | setOperationName(QName op) |
public void | setOutbound(boolean isOutbound) |
public void | setProperties(Map<String, Object> _properties) |
public Object | setProperty(String key, Object value) |