Uses of Class
org.apache.axis2.context.ConfigurationContext

Packages that use ConfigurationContext
org.apache.axis2.clientapi   
org.apache.axis2.context   
org.apache.axis2.description   
org.apache.axis2.engine   
org.apache.axis2.transport   
org.apache.axis2.transport.http   
org.apache.axis2.transport.local   
org.apache.axis2.transport.mail   
org.apache.axis2.transport.mail.server   
org.apache.axis2.transport.tcp   
org.apache.axis2.util   
 

Uses of ConfigurationContext in org.apache.axis2.clientapi
 

Fields in org.apache.axis2.clientapi declared as ConfigurationContext
static ConfigurationContext ListenerManager.configurationContext
           
protected  ConfigurationContext Stub._configurationContext
           
 

Methods in org.apache.axis2.clientapi with parameters of type ConfigurationContext
static void ListenerManager.makeSureStarted(java.lang.String transport, ConfigurationContext configurationContext)
          This Method starts a Listenet if it is not already started.
 

Uses of ConfigurationContext in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return ConfigurationContext
 ConfigurationContext MessageContext.getSystemContext()
           
 ConfigurationContext ConfigurationContextFactory.buildConfigurationContext(java.lang.String repositoryName)
          Build the configuration for the Server
 ConfigurationContext ConfigurationContextFactory.buildClientConfigurationContext(java.lang.String axis2home)
          Built the Configuration for the Client
 ConfigurationContext ServiceContext.getEngineContext()
           
 ConfigurationContext OperationContext.getEngineContext()
          Return the EngineContext in which the parent ServiceContext lives.
 

Methods in org.apache.axis2.context with parameters of type ConfigurationContext
 void MessageContext.setConfigurationContext(ConfigurationContext context)
           
 void ConfigurationContextFactory.initTransports(ConfigurationContext configContext)
          This method initilize the transports, passing the information taken from the deployment to the real instance, for and example here the TransportSender get a referance to the TransportOutDescription.
 

Constructors in org.apache.axis2.context with parameters of type ConfigurationContext
MessageContext(ConfigurationContext engineContext)
          Conveniance Method, but before call engine.send() or engine.receive() one must send transport in/out
MessageContext(ConfigurationContext engineContext, TransportInDescription transportIn, TransportOutDescription transportOut)
           
MessageContext(ConfigurationContext engineContext, SessionContext sessionContext, TransportInDescription transportIn, TransportOutDescription transportOut)
           
ServiceGroupContext(ConfigurationContext parent, ServiceGroupDescription description)
           
 

Uses of ConfigurationContext in org.apache.axis2.description
 

Methods in org.apache.axis2.description with parameters of type ConfigurationContext
 ServiceGroupContext ServiceGroupDescription.getServiceGroupContext(ConfigurationContext parent)
           
 

Uses of ConfigurationContext in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine with parameters of type ConfigurationContext
 java.lang.Object AxisEngine.store(ConfigurationContext context, java.lang.Object obj)
          Stores an object in the underlying storage
 java.lang.Object AxisEngine.retrieve(ConfigurationContext context, java.lang.Object key)
          retrieves an object from the underlying storage
 java.lang.Object AxisEngine.remove(ConfigurationContext context, java.lang.Object key)
          removes an object from the underlying storage
 boolean AxisEngine.clearStorage(ConfigurationContext context)
          Clears the underlying storage
 

Constructors in org.apache.axis2.engine with parameters of type ConfigurationContext
AxisEngine(ConfigurationContext engineContext)
          Constructor AxisEngine
 

Uses of ConfigurationContext in org.apache.axis2.transport
 

Methods in org.apache.axis2.transport with parameters of type ConfigurationContext
 void TransportSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)
          Initialize
abstract  void TransportListener.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
           
 void AbstractTransportSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)
           
 

Uses of ConfigurationContext in org.apache.axis2.transport.http
 

Fields in org.apache.axis2.transport.http declared as ConfigurationContext
protected  ConfigurationContext SimpleHTTPServer.configurationContext
          Field systemContext
 

Methods in org.apache.axis2.transport.http that return ConfigurationContext
 ConfigurationContext SimpleHTTPServer.getSystemContext()
          Method getSystemContext
 

Methods in org.apache.axis2.transport.http with parameters of type ConfigurationContext
 void CommonsHTTPTransportSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)
           
static java.lang.String HTTPTransportReceiver.getServicesHTML(ConfigurationContext configurationContext)
          Returns the HTML text for the list of services deployed This can be delegated to another Class as well where it will handle more options of GET messages :-?
static void HTTPTransportUtils.processHTTPPostRequest(MessageContext msgContext, java.io.InputStream in, java.io.OutputStream out, java.lang.String contentType, java.lang.String soapActionHeader, java.lang.String requestURI, ConfigurationContext configurationContext)
           
static boolean HTTPTransportUtils.processHTTPGetRequest(MessageContext msgContext, java.io.InputStream in, java.io.OutputStream out, java.lang.String contentType, java.lang.String soapAction, java.lang.String requestURI, ConfigurationContext configurationContext, java.util.Map requestParameters)
           
 void SimpleHTTPServer.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
          init method in TransportListener
 

Constructors in org.apache.axis2.transport.http with parameters of type ConfigurationContext
HTTPWorker(ConfigurationContext configurationContext)
           
ListingAgent(ConfigurationContext configContext)
           
SimpleHTTPServer(ConfigurationContext systemContext, int port)
          Constructor SimpleHTTPServer
 

Uses of ConfigurationContext in org.apache.axis2.transport.local
 

Fields in org.apache.axis2.transport.local declared as ConfigurationContext
static ConfigurationContext LocalTransportReceiver.CONFIG_CONTEXT
           
 

Constructors in org.apache.axis2.transport.local with parameters of type ConfigurationContext
LocalTransportReceiver(ConfigurationContext configContext)
           
 

Uses of ConfigurationContext in org.apache.axis2.transport.mail
 

Methods in org.apache.axis2.transport.mail with parameters of type ConfigurationContext
 void SimpleMailListener.init(ConfigurationContext configurationContext, TransportInDescription transportIn)
           
 

Constructors in org.apache.axis2.transport.mail with parameters of type ConfigurationContext
MailWorker(MimeMessage mimeMessage, ConfigurationContext reg)
          Constructor for MailWorker
SimpleMailListener(java.lang.String host, java.lang.String port, java.lang.String userid, java.lang.String password, ConfigurationContext er)
           
 

Uses of ConfigurationContext in org.apache.axis2.transport.mail.server
 

Fields in org.apache.axis2.transport.mail.server declared as ConfigurationContext
 ConfigurationContext MailServer.configurationContext
           
 

Methods in org.apache.axis2.transport.mail.server with parameters of type ConfigurationContext
 void MailSorter.processMail(ConfigurationContext confContext, MimeMessage mimeMessage)
           
 

Constructors in org.apache.axis2.transport.mail.server with parameters of type ConfigurationContext
SMTPWorker(java.net.Socket socket, Storage st, ConfigurationContext configurationContext)
           
SMTPServer(Storage st, ConfigurationContext configurationContext, int port)
           
MailServer(ConfigurationContext configurationContext, int popPort, int smtpPort)
           
MailSorter(Storage st, ConfigurationContext configurationContext)
           
 

Uses of ConfigurationContext in org.apache.axis2.transport.tcp
 

Methods in org.apache.axis2.transport.tcp that return ConfigurationContext
 ConfigurationContext TCPServer.getSystemContext()
           
 

Methods in org.apache.axis2.transport.tcp with parameters of type ConfigurationContext
 void TCPServer.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
           
 

Constructors in org.apache.axis2.transport.tcp with parameters of type ConfigurationContext
TCPServer(int port, ConfigurationContext configContext)
           
TCPWorker(ConfigurationContext configurationContext, java.net.Socket socket)
           
 

Uses of ConfigurationContext in org.apache.axis2.util
 

Methods in org.apache.axis2.util that return ConfigurationContext
static ConfigurationContext Utils.getNewConfigurationContext(java.lang.String repositry)
           
 

Methods in org.apache.axis2.util with parameters of type ConfigurationContext
static ServiceContext Utils.fillContextInformation(OperationDescription operationDesc, ServiceDescription serviceDesc, ConfigurationContext configurationContext)