|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.jaxws.handler.BaseMessageContext
org.apache.axis2.jaxws.handler.LogicalMessageContext
public class LogicalMessageContext
The LogicalMessageContext is a JAX-WS interface that is given to Logical handlers to provide access to the message and its associated properties.
Field Summary |
---|
Fields inherited from class org.apache.axis2.jaxws.handler.BaseMessageContext |
---|
messageCtx |
Constructor Summary | |
---|---|
LogicalMessageContext(MessageContext messageCtx)
|
Method Summary | |
---|---|
LogicalMessage |
getMessage()
|
Methods inherited from class org.apache.axis2.jaxws.handler.BaseMessageContext |
---|
clear, containsKey, containsValue, entrySet, get, getScope, isEmpty, keySet, put, putAll, remove, setScope, size, values |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogicalMessageContext(MessageContext messageCtx)
Method Detail |
---|
public LogicalMessage getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |