|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConfigurationContext in org.apache.axis2.client |
---|
Methods in org.apache.axis2.client with parameters of type ConfigurationContext | |
---|---|
protected void |
OperationClient.prepareMessageContext(ConfigurationContext cc,
MessageContext mc)
|
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,
javax.wsdl.Definition wsdl4jDefinition,
QName wsdlServiceName,
String portName)
This is WSDL4J based constructor to configure the Service Client/ We are going to make this policy aware |
|
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. |
|
WSDLBasedPolicyProcessor(ConfigurationContext configctx)
|
Uses of ConfigurationContext in org.apache.axis2.context |
---|
Methods in org.apache.axis2.context that return ConfigurationContext | |
---|---|
static ConfigurationContext |
ConfigurationContextFactory.createConfigurationContext(AxisConfigurator axisConfigurator)
Creates a AxisConfiguration depending on the user requirement. |
static ConfigurationContext |
ConfigurationContextFactory.createConfigurationContextFromFileSystem(String path,
String axis2xml)
To get a ConfigurationContext for given data , and underline implementation is Axis2 default impl which is file system based deployment model to create an AxisConfiguration. |
static ConfigurationContext |
ConfigurationContextFactory.createConfigurationContextFromURIs(URL axis2xml,
URL repositoy)
|
static ConfigurationContext |
ConfigurationContextFactory.createEmptyConfigurationContext()
Gets the default configuration context by using the file system based AxisConfiguration. |
ConfigurationContext |
MessageContext.getConfigurationContext()
|
ConfigurationContext |
OperationContext.getConfigurationContext()
Returns the EngineContext in which the parent ServiceContext lives. |
ConfigurationContext |
ServiceContext.getConfigurationContext()
|
Methods in org.apache.axis2.context with parameters of type ConfigurationContext | |
---|---|
static void |
ConfigurationContextFactory.addModuleService(ConfigurationContext configCtx)
|
static void |
ConfigurationContextFactory.initTransportSenders(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.deployment |
---|
Fields in org.apache.axis2.deployment declared as ConfigurationContext | |
---|---|
protected ConfigurationContext |
DeploymentEngine.configContext
|
protected ConfigurationContext |
DescriptionBuilder.configCtx
|
Methods in org.apache.axis2.deployment with parameters of type ConfigurationContext | |
---|---|
static AxisService |
DeploymentEngine.buildService(InputStream serviceInputStream,
ClassLoader classLoader,
ConfigurationContext configCtx)
Fills an axisservice object using services.xml. |
static AxisServiceGroup |
DeploymentEngine.buildServiceGroup(InputStream servicesxml,
ClassLoader classLoader,
String serviceGroupName,
ConfigurationContext configCtx,
ArchiveReader archiveReader,
HashMap wsdlServices)
To build a AxisServiceGroup for a given services.xml You have to add the created group into AxisConfig |
void |
DeploymentEngine.setConfigContext(ConfigurationContext configContext)
|
void |
WarBasedAxisConfigurator.setConfigContext(ConfigurationContext configContext)
|
Constructors in org.apache.axis2.deployment with parameters of type ConfigurationContext | |
---|---|
DescriptionBuilder(InputStream serviceInputStream,
ConfigurationContext configCtx)
|
|
ServiceBuilder(ConfigurationContext configCtx,
AxisService service)
|
|
ServiceBuilder(InputStream serviceInputStream,
ConfigurationContext configCtx,
AxisService service)
|
|
ServiceGroupBuilder(org.apache.axiom.om.OMElement service,
HashMap wsdlServices,
ConfigurationContext configCtx)
|
Uses of ConfigurationContext in org.apache.axis2.deployment.repository.util |
---|
Methods in org.apache.axis2.deployment.repository.util with parameters of type ConfigurationContext | |
---|---|
ArrayList |
ArchiveReader.buildServiceGroup(InputStream zin,
ArchiveFileData currentFile,
AxisServiceGroup axisServiceGroup,
HashMap wsdlServices,
ConfigurationContext configCtx)
|
ArrayList |
ArchiveReader.processServiceGroup(String filename,
ArchiveFileData currentFile,
AxisServiceGroup axisServiceGroup,
boolean extractService,
HashMap wsdls,
ConfigurationContext configCtx)
Extracts Service XML files and builds the service groups. |
Uses of ConfigurationContext in org.apache.axis2.deployment.util |
---|
Methods in org.apache.axis2.deployment.util with parameters of type ConfigurationContext | |
---|---|
static void |
Utils.deployModuleServices(AxisModule module,
ConfigurationContext configCtx)
This method is to get the list of services there in a module if module want to add services then the way of doing that is 1. |
Uses of ConfigurationContext in org.apache.axis2.engine |
---|
Fields in org.apache.axis2.engine declared as ConfigurationContext | |
---|---|
static ConfigurationContext |
ListenerManager.defaultConfigurationContext
|
Methods in org.apache.axis2.engine that return ConfigurationContext | |
---|---|
ConfigurationContext |
ListenerManager.getConfigctx()
|
Methods in org.apache.axis2.engine with parameters of type ConfigurationContext | |
---|---|
void |
ListenerManager.init(ConfigurationContext configCtx)
|
void |
ServiceLifeCycle.shutDown(ConfigurationContext configctx,
AxisService service)
this will be called during the system shut down time. irrespective of the service scope this method will be called |
void |
ListenerManager.startSystem(ConfigurationContext configurationContext)
|
void |
ServiceLifeCycle.startUp(ConfigurationContext configctx,
AxisService service)
this will be called during the deployement time of the service. irrespective of the service scope this method will be called |
Constructors in org.apache.axis2.engine with parameters of type ConfigurationContext | |
---|---|
AxisEngine(ConfigurationContext engineContext)
Constructor AxisEngine |
Uses of ConfigurationContext in org.apache.axis2.handlers.soapmonitor |
---|
Methods in org.apache.axis2.handlers.soapmonitor with parameters of type ConfigurationContext | |
---|---|
void |
SOAPMonitorModule.init(ConfigurationContext configContext,
AxisModule module)
|
void |
SOAPMonitorModule.shutdown(ConfigurationContext configContext)
|
Uses of ConfigurationContext in org.apache.axis2.modules |
---|
Methods in org.apache.axis2.modules with parameters of type ConfigurationContext | |
---|---|
void |
Module.init(ConfigurationContext configContext,
AxisModule module)
|
void |
Module.shutdown(ConfigurationContext configurationContext)
|
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 |
TransportListener.init(ConfigurationContext axisConf,
TransportInDescription transprtIn)
|
void |
AbstractTransportSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut)
|
void |
TransportSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut)
Initialize |
Uses of ConfigurationContext in org.apache.axis2.transport.http |
---|
Fields in org.apache.axis2.transport.http declared as ConfigurationContext | |
---|---|
protected ConfigurationContext |
AbstractAgent.configContext
|
protected ConfigurationContext |
AxisServlet.configContext
|
protected ConfigurationContext |
SimpleHTTPServer.configurationContext
|
Methods in org.apache.axis2.transport.http that return ConfigurationContext | |
---|---|
ConfigurationContext |
SimpleHTTPServer.getConfigurationContext()
Method getConfigurationContext |
protected ConfigurationContext |
AxisServlet.initConfigContext(ServletConfig config)
Initialize the Axis configuration context |
Methods in org.apache.axis2.transport.http with parameters of type ConfigurationContext | |
---|---|
static org.apache.axiom.soap.SOAPEnvelope |
HTTPTransportUtils.createEnvelopeFromGetRequest(String requestUrl,
Map map,
ConfigurationContext configCtx)
|
static String |
HTTPTransportReceiver.getServicesHTML(ConfigurationContext configurationContext)
Returns the HTML text for the list of services deployed. |
void |
AxisServlet.init(ConfigurationContext axisConf,
TransportInDescription transprtIn)
To initilze as TransportListener , not as Servlet |
void |
SimpleHTTPServer.init(ConfigurationContext axisConf,
TransportInDescription transprtIn)
init method in TransportListener |
void |
CommonsHTTPTransportSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut)
|
static String |
HTTPTransportReceiver.printServiceHTML(String serviceName,
ConfigurationContext configurationContext)
|
static boolean |
HTTPTransportUtils.processHTTPGetRequest(MessageContext msgContext,
OutputStream out,
String soapAction,
String requestURI,
ConfigurationContext configurationContext,
Map requestParameters)
|
Constructors in org.apache.axis2.transport.http with parameters of type ConfigurationContext | |
---|---|
AbstractAgent(ConfigurationContext aConfigContext)
|
|
AdminAgent(ConfigurationContext aConfigContext)
|
|
ListingAgent(ConfigurationContext aConfigContext)
|
|
SimpleHTTPServer(ConfigurationContext configurationContext,
int port)
Create a SimpleHTTPServer using default HttpFactory settings |
Uses of ConfigurationContext in org.apache.axis2.transport.http.server |
---|
Methods in org.apache.axis2.transport.http.server that return ConfigurationContext | |
---|---|
ConfigurationContext |
HttpFactory.getConfigurationContext()
Getter for configurationContext |
Constructors in org.apache.axis2.transport.http.server with parameters of type ConfigurationContext | |
---|---|
DefaultHttpConnectionManager(ConfigurationContext configurationContext,
edu.emory.mathcs.backport.java.util.concurrent.Executor executor,
WorkerFactory workerfactory,
org.apache.http.params.HttpParams params)
|
|
DefaultHttpConnectionManager(ConfigurationContext configurationContext,
edu.emory.mathcs.backport.java.util.concurrent.Executor executor,
WorkerFactory workerfactory,
org.apache.http.params.HttpParams params,
HttpFactory httpFactory)
|
|
DefaultHttpServiceProcessor(org.apache.http.HttpServerConnection conn,
ConfigurationContext configurationContext,
SessionManager sessionManager,
Worker worker,
IOProcessorCallback callback)
|
|
HttpFactory(ConfigurationContext configurationContext)
Create and configure a new HttpFactory |
|
HttpFactory(ConfigurationContext configurationContext,
int port)
Create and configure a new HttpFactory |
|
HttpFactory(ConfigurationContext configurationContext,
int port,
WorkerFactory requestWorkerFactory)
Create and configure a new HttpFactory |
|
SimpleHttpServer(ConfigurationContext configurationContext,
WorkerFactory workerFactory,
int port)
|
Uses of ConfigurationContext in org.apache.axis2.transport.http.util |
---|
Fields in org.apache.axis2.transport.http.util declared as ConfigurationContext | |
---|---|
protected ConfigurationContext |
RESTUtil.configurationContext
|
Constructors in org.apache.axis2.transport.http.util with parameters of type ConfigurationContext | |
---|---|
RESTUtil(ConfigurationContext configurationContext)
|
Uses of ConfigurationContext in org.apache.axis2.transport.jms |
---|
Methods in org.apache.axis2.transport.jms that return ConfigurationContext | |
---|---|
ConfigurationContext |
JMSMessageReceiver.getAxisConf()
Return the Axis configuration |
ConfigurationContext |
JMSListener.getConfigurationContext()
|
Methods in org.apache.axis2.transport.jms with parameters of type ConfigurationContext | |
---|---|
void |
JMSListener.init(ConfigurationContext axisConf,
TransportInDescription transprtIn)
This is the TransportListener initialization method invoked by Axis2 |
void |
JMSSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut)
|
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)
|
void |
MailTransportSender.init(ConfigurationContext configurationContext,
TransportOutDescription transportOut)
|
Constructors in org.apache.axis2.transport.mail with parameters of type ConfigurationContext | |
---|---|
MailWorker(ConfigurationContext reg,
edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue messageQueue)
Constructor for MailWorker |
|
MailWorkerManager(ConfigurationContext configurationContext,
edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue messageQueue,
edu.emory.mathcs.backport.java.util.concurrent.ExecutorService workerPool,
int poolSize)
|
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 | |
---|---|
MailServer(ConfigurationContext configurationContext,
int popPort,
int smtpPort)
|
|
MailSorter(Storage st,
ConfigurationContext configurationContext)
|
|
SMTPServer(Storage st,
ConfigurationContext configurationContext,
int port)
|
|
SMTPWorker(Socket socket,
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 void |
ThreadContextMigratorUtil.addThreadContextMigrator(ConfigurationContext configurationContext,
String threadContextMigratorListID,
ThreadContextMigrator migrator)
Register a new ThreadContextMigrator. |
static ServiceContext |
Utils.fillContextInformation(AxisService axisService,
ConfigurationContext configurationContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |