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

Packages that use ConfigurationContext
org.apache.axis2.client   
org.apache.axis2.context   
org.apache.axis2.engine   
org.apache.axis2.rpc.client   
org.apache.axis2.transport   
org.apache.axis2.transport.http   
org.apache.axis2.transport.jms   
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.client
 

Methods in org.apache.axis2.client with parameters of type ConfigurationContext
static void ListenerManager.makeSureStarted(String transport, ConfigurationContext configurationContext)
          Starts a listener for a given transport if it has not already started.
static EndpointReference ListenerManager.replyToEPR(ConfigurationContext configurationContext, String serviceName, String transport)
          Returns the replyTo endpoint reference for the servicename/transport combination.
static void ListenerManager.stop(ConfigurationContext configurationContext, String transport)
           
 

Constructors in org.apache.axis2.client with parameters of type ConfigurationContext
ServiceClient(ConfigurationContext configContext, AxisService axisService)
          Create a service client configured to work with a specific AxisService.
ServiceClient(ConfigurationContext configContext, URL wsdlURL, QName wsdlServiceName, String portName)
          Create a service client for WSDL service identified by the QName of the wsdl:service element in a WSDL document.
 

Uses of ConfigurationContext in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return ConfigurationContext
 ConfigurationContext ConfigurationContextFactory.createConfigurationContext(AxisConfigurator axisConfigurator)
          Creates a AxisConfiguration depending on the user requirment.
 ConfigurationContext ConfigurationContextFactory.createConfigurationContextFromFileSystem(String path)
          Builds the configuration.
 ConfigurationContext ConfigurationContextFactory.createEmptyConfigurationContext()
          Gets the default configuration context by using the file system based AxisConfiguration.
 ConfigurationContext ServiceContext.getConfigurationContext()
           
 ConfigurationContext OperationContext.getEngineContext()
          Returns the EngineContext in which the parent ServiceContext lives.
 ConfigurationContext MessageContext.getConfigurationContext()
           
 

Methods in org.apache.axis2.context with parameters of type ConfigurationContext
 void ConfigurationContextFactory.initTransports(ConfigurationContext configContext)
          Initializes TransportSenders and TransportListeners with appropriate configuration information
 void MessageContext.setConfigurationContext(ConfigurationContext context)
           
 

Constructors in org.apache.axis2.context with parameters of type ConfigurationContext
ServiceGroupContext(ConfigurationContext parent, AxisServiceGroup axisServiceGroup)
           
 

Uses of ConfigurationContext in org.apache.axis2.engine
 

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

Uses of ConfigurationContext in org.apache.axis2.rpc.client
 

Constructors in org.apache.axis2.rpc.client with parameters of type ConfigurationContext
RPCServiceClient(ConfigurationContext configContext, AxisService service)
           
RPCServiceClient(ConfigurationContext configContext, URL wsdlURL, QName wsdlServiceName, String portName)
           
 

Uses of ConfigurationContext in org.apache.axis2.transport
 

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

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
protected  ConfigurationContext AxisServlet.initConfigContext(ServletConfig config)
          Initialize the Axis configuration context
 ConfigurationContext SimpleHTTPServer.getConfigurationContext()
          Method getConfigurationContext
 

Methods in org.apache.axis2.transport.http with parameters of type ConfigurationContext
static boolean HTTPTransportUtils.processHTTPGetRequest(MessageContext msgContext, InputStream in, OutputStream out, String contentType, String soapAction, String requestURI, ConfigurationContext configurationContext, Map requestParameters)
           
 void CommonsHTTPTransportSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)
           
static String HTTPTransportReceiver.getServicesHTML(ConfigurationContext configurationContext)
          Returns the HTML text for the list of services deployed.
 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
SimpleHTTPServer(ConfigurationContext systemContext, int port, ThreadFactory pool)
          Constructor SimpleHTTPServer
 

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

Fields in org.apache.axis2.transport.jms declared as ConfigurationContext
protected  ConfigurationContext SimpleJMSListener.configurationContext
           
 

Methods in org.apache.axis2.transport.jms that return ConfigurationContext
 ConfigurationContext SimpleJMSListener.getConfigurationContext()
           
 

Methods in org.apache.axis2.transport.jms with parameters of type ConfigurationContext
 void JMSSender.init(ConfigurationContext confContext, TransportOutDescription transportOut)
           
 void SimpleJMSListener.init(ConfigurationContext axisConf, TransportInDescription transprtIn)
           
 

Constructors in org.apache.axis2.transport.jms with parameters of type ConfigurationContext
SimpleJMSWorker(ConfigurationContext configurationContext, SimpleJMSListener listener, javax.jms.BytesMessage message)
           
 

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(javax.mail.internet.MimeMessage mimeMessage, ConfigurationContext reg)
          Constructor for MailWorker
SimpleMailListener(String host, String port, String userid, 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, javax.mail.internet.MimeMessage mimeMessage)
           
 

Constructors in org.apache.axis2.transport.mail.server with parameters of type ConfigurationContext
SMTPWorker(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.getConfigurationContext()
           
 

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, Socket socket)
           
 

Uses of ConfigurationContext in org.apache.axis2.util
 

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

Methods in org.apache.axis2.util with parameters of type ConfigurationContext
static ServiceContext Utils.fillContextInformation(AxisOperation axisOperation, AxisService axisService, ConfigurationContext configurationContext)