|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.jaxws.core.util.MessageContextUtils
public class MessageContextUtils
A utility class for handling some of the common issues related to the JAX-WS MessageContext.
Constructor Summary | |
---|---|
MessageContextUtils()
|
Method Summary | |
---|---|
static MessageContext |
createFaultMessageContext(MessageContext mc)
Given a request MessageContext, create a new MessageContext for a fault response. |
static MessageContext |
createMinimalResponseMessageContext(MessageContext mc)
|
static MessageContext |
createResponseMessageContext(MessageContext mc)
Given a request MessageContext, create a new MessageContext from there with the necessary information to make sure the new MessageContext is related to the existing one. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageContextUtils()
Method Detail |
---|
public static MessageContext createResponseMessageContext(MessageContext mc)
mc
- - the MessageContext to use as the source
public static MessageContext createMinimalResponseMessageContext(MessageContext mc)
public static MessageContext createFaultMessageContext(MessageContext mc)
mc
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |