Package org.apache.axis2.jaxws.core.util
Class MessageContextUtils
java.lang.Object
org.apache.axis2.jaxws.core.util.MessageContextUtils
A utility class for handling some of the common issues related to the JAX-WS MessageContext.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MessageContextGiven a request MessageContext, create a new MessageContext for a fault response.static MessageContextstatic MessageContextGiven 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.static boolean
-
Constructor Details
-
MessageContextUtils
public MessageContextUtils()
-
-
Method Details
-
createResponseMessageContext
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.- Parameters:
mc- - the MessageContext to use as the source- Returns:
-
createMinimalResponseMessageContext
-
createFaultMessageContext
Given a request MessageContext, create a new MessageContext for a fault response.- Parameters:
mc-- Returns:
-
getJaxwsProviderInterpretNullOneway
-