Uses of Class
org.apache.servicemix.soap.Context

Packages that use Context
org.apache.servicemix.soap The core API and classes for the SOAP stack 
org.apache.servicemix.soap.handlers   
org.apache.servicemix.soap.handlers.addressing   
org.apache.servicemix.soap.handlers.security   
 

Uses of Context in org.apache.servicemix.soap
 

Methods in org.apache.servicemix.soap that return Context
 Context SoapHelper.createContext()
           
 Context SoapHelper.createContext(SoapMessage message)
           
 

Methods in org.apache.servicemix.soap with parameters of type Context
protected  javax.wsdl.Operation SoapHelper.findOperation(Context context)
           
 void Handler.onAnswer(Context context)
           
 void SoapHelper.onAnswer(Context context)
           
 void Handler.onFault(Context context)
           
 SoapMessage SoapHelper.onFault(Context context, SoapFault fault)
           
 void Handler.onReceive(Context context)
           
 MessageExchange SoapHelper.onReceive(Context context)
           
 void Handler.onReply(Context context)
           
 SoapMessage SoapHelper.onReply(Context context, NormalizedMessage outMsg)
           
 void Handler.onSend(Context context)
           
 void SoapHelper.onSend(Context context)
           
 

Uses of Context in org.apache.servicemix.soap.handlers
 

Methods in org.apache.servicemix.soap.handlers with parameters of type Context
 void AbstractHandler.onAnswer(Context context)
           
 void AbstractHandler.onFault(Context context)
           
 void AbstractHandler.onReceive(Context context)
           
 void AbstractHandler.onReply(Context context)
           
 void AbstractHandler.onSend(Context context)
           
 

Uses of Context in org.apache.servicemix.soap.handlers.addressing
 

Methods in org.apache.servicemix.soap.handlers.addressing with parameters of type Context
 void AddressingHandler.onReceive(Context context)
           
 void AddressingHandler.onReply(Context context)
           
 

Uses of Context in org.apache.servicemix.soap.handlers.security
 

Methods in org.apache.servicemix.soap.handlers.security with parameters of type Context
protected  void WSSecurityHandler.init(Context context)
           
 void WSSecurityHandler.onAnswer(Context context)
           
 void WSSecurityHandler.onFault(Context context)
           
 void WSSecurityHandler.onReceive(Context context)
           
 void WSSecurityHandler.onReply(Context context)
           
 void WSSecurityHandler.onSend(Context context)
           
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.