Class ContextUtils

java.lang.Object
org.apache.axis2.jaxws.context.utils.ContextUtils

public class ContextUtils extends Object
  • 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

      public static void addWSDLProperties(MessageContext jaxwsMessageContext)
    • addWSDLProperties

      public static void addWSDLProperties(MessageContext jaxwsMessageContext, jakarta.xml.ws.handler.soap.SOAPMessageContext soapMessageContext)
    • addWSDLProperties_provider

      public static void addWSDLProperties_provider(MessageContext jaxwsMessageContext)
    • addWSDLProperties_provider

      public static void addWSDLProperties_provider(MessageContext jaxwsMessageContext, jakarta.xml.ws.handler.soap.SOAPMessageContext soapMessageContext)
    • releaseWebServiceContextResources

      public static void releaseWebServiceContextResources(MessageContext mc)
      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