org.apache.axis2.jaxws.context.utils
Class ContextUtils
java.lang.Object
org.apache.axis2.jaxws.context.utils.ContextUtils
public class ContextUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextUtils
public ContextUtils()
addProperties
public static void addProperties(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,
SOAPMessageContext soapMessageContext)
addWSDLProperties_provider
public static void addWSDLProperties_provider(MessageContext jaxwsMessageContext)
addWSDLProperties_provider
public static void addWSDLProperties_provider(MessageContext jaxwsMessageContext,
SOAPMessageContext soapMessageContext)
releaseWebServiceContextResources
public static void releaseWebServiceContextResources(MessageContext mc)
- Release the contents of the WebServiceContext.
- Parameters:
mc
-
isJAXBRemoveIllegalChars
public static boolean isJAXBRemoveIllegalChars(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
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.