Uses of Interface
javax.xml.ws.handler.soap.SOAPMessageContext

Packages that use SOAPMessageContext
javax.xml.ws.handler.soap   
org.apache.axis2.jaxws.context.utils   
org.apache.axis2.jaxws.handler   
 

Uses of SOAPMessageContext in javax.xml.ws.handler.soap
 

Classes in javax.xml.ws.handler.soap with type parameters of type SOAPMessageContext
 interface SOAPHandler<T extends SOAPMessageContext>
           
 

Uses of SOAPMessageContext in org.apache.axis2.jaxws.context.utils
 

Methods in org.apache.axis2.jaxws.context.utils with parameters of type SOAPMessageContext
static void ContextUtils.addProperties(SOAPMessageContext soapMessageContext, MessageContext jaxwsMessageContext)
          Adds the appropriate properties to the MessageContext that the user will see
 

Uses of SOAPMessageContext in org.apache.axis2.jaxws.handler
 

Classes in org.apache.axis2.jaxws.handler that implement SOAPMessageContext
 class SoapMessageContext
          The SOAPMessageContext is the context handed to SOAP-based application handlers.
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.