Class ContextUtils
java.lang.Object
org.apache.axis2.jaxws.context.utils.ContextUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddProperties(jakarta.xml.ws.handler.soap.SOAPMessageContext soapMessageContext, MessageContext jaxwsMessageContext) Adds the appropriate properties to the MessageContext that the user will seestatic voidaddWSDLProperties(MessageContext jaxwsMessageContext) static voidaddWSDLProperties(MessageContext jaxwsMessageContext, jakarta.xml.ws.handler.soap.SOAPMessageContext soapMessageContext) static voidaddWSDLProperties_provider(MessageContext jaxwsMessageContext) static voidaddWSDLProperties_provider(MessageContext jaxwsMessageContext, jakarta.xml.ws.handler.soap.SOAPMessageContext soapMessageContext) static booleanisJAXBRemoveIllegalChars(org.apache.axis2.context.MessageContext mc) isJAXBRemoveIllegalChars Determine if illegal characters should be removed when JAXB beans are writtenstatic voidRelease the contents of the WebServiceContext.
-
Constructor Details
-
ContextUtils
public ContextUtils()
-
-
Method Details
-
addProperties
public static void addProperties(jakarta.xml.ws.handler.soap.SOAPMessageContext soapMessageContext, MessageContext jaxwsMessageContext) Adds the appropriate properties to the MessageContext that the user will see- Parameters:
soapMessageContext-jaxwsMessageContext-
-
addWSDLProperties
-
addWSDLProperties
public static void addWSDLProperties(MessageContext jaxwsMessageContext, jakarta.xml.ws.handler.soap.SOAPMessageContext soapMessageContext) -
addWSDLProperties_provider
-
addWSDLProperties_provider
public static void addWSDLProperties_provider(MessageContext jaxwsMessageContext, jakarta.xml.ws.handler.soap.SOAPMessageContext soapMessageContext) -
releaseWebServiceContextResources
Release the contents of the WebServiceContext.- Parameters:
mc-
-
isJAXBRemoveIllegalChars
public static boolean isJAXBRemoveIllegalChars(org.apache.axis2.context.MessageContext mc) isJAXBRemoveIllegalChars Determine if illegal characters should be removed when JAXB beans are written- Parameters:
mc-- Returns:
- true if the property is set
- See Also:
-
Constants.JAXWS_JAXB_WRITE_REMOVE_ILLEGAL_CHARS
-