public class SourceConfiguration extends BaseConfiguration
conf, parameters
Constructor and Description |
---|
SourceConfiguration(org.apache.axis2.context.ConfigurationContext configurationContext,
org.apache.axis2.description.TransportInDescription description,
org.apache.axis2.transport.base.threads.WorkerPool pool,
boolean ssl) |
Modifier and Type | Method and Description |
---|---|
String |
getBindAddress() |
String |
getCustomEPRPrefix() |
HttpGetRequestProcessor |
getHttpGetRequestProcessor() |
int |
getPort() |
org.apache.http.HttpResponseFactory |
getResponseFactory() |
String |
getServiceEPRPrefix() |
protected String |
getServiceEPRPrefix(org.apache.axis2.context.ConfigurationContext cfgCtx,
String wsdlEPRPrefix)
Return the EPR prefix for services made available over this transport
|
protected String |
getServiceEPRPrefix(org.apache.axis2.context.ConfigurationContext cfgCtx,
String host,
int port)
Return the EPR prefix for services made available over this transport
|
SourceConnections |
getSourceConnections() |
String |
getTransportName() |
protected org.apache.http.protocol.HttpProcessor |
initHttpProcessor() |
boolean |
isSsl() |
getBufferFactory, getConfigurationContext, getConnectionConfig, getHttpProcessor, getMetrics, getReactorConfig, getWorkerPool, setMetrics
public SourceConfiguration(org.apache.axis2.context.ConfigurationContext configurationContext, org.apache.axis2.description.TransportInDescription description, org.apache.axis2.transport.base.threads.WorkerPool pool, boolean ssl) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
protected org.apache.http.protocol.HttpProcessor initHttpProcessor()
initHttpProcessor
in class BaseConfiguration
public org.apache.http.HttpResponseFactory getResponseFactory()
public int getPort()
public String getBindAddress()
public SourceConnections getSourceConnections()
public String getTransportName()
public String getServiceEPRPrefix()
public String getCustomEPRPrefix()
public boolean isSsl()
public HttpGetRequestProcessor getHttpGetRequestProcessor()
protected String getServiceEPRPrefix(org.apache.axis2.context.ConfigurationContext cfgCtx, String wsdlEPRPrefix)
cfgCtx
- configuration context to retrieve the service context pathwsdlEPRPrefix
- specified wsdlPrefixprotected String getServiceEPRPrefix(org.apache.axis2.context.ConfigurationContext cfgCtx, String host, int port)
cfgCtx
- configuration context to retrieve the service context pathhost
- name of the hostport
- listening portCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.