public class SourceConfiguration extends BaseConfiguration
bufferFactory, conf, configurationContext, httpParams, ioReactorConfig, parameters, preserveHttpHeaders, preserveServerHeader, preserveUserAgentHeader
Constructor and Description |
---|
SourceConfiguration(org.apache.axis2.context.ConfigurationContext configurationContext,
org.apache.axis2.description.TransportInDescription description,
Scheme scheme,
org.apache.axis2.transport.base.threads.WorkerPool pool,
PassThroughTransportMetricsCollector metrics) |
SourceConfiguration(org.apache.axis2.transport.base.threads.WorkerPool pool,
PassThroughTransportMetricsCollector metrics) |
Modifier and Type | Method and Description |
---|---|
void |
build() |
boolean |
getBooleanValue(java.lang.String name,
boolean def)
return boolean value of the given property else return default value.
|
java.lang.String |
getCustomEPRPrefix() |
java.lang.String |
getHostname() |
HttpGetRequestProcessor |
getHttpGetRequestProcessor() |
org.apache.http.params.HttpParams |
getHttpParams() |
org.apache.http.protocol.HttpProcessor |
getHttpProcessor() |
org.apache.axis2.description.TransportInDescription |
getInDescription() |
org.apache.http.impl.nio.reactor.IOReactorConfig |
getIOReactorConfig() |
int |
getPort() |
org.apache.http.HttpResponseFactory |
getResponseFactory() |
Scheme |
getScheme() |
java.lang.String |
getServiceEPRPrefix() |
protected java.lang.String |
getServiceEPRPrefix(org.apache.axis2.context.ConfigurationContext cfgCtx,
java.lang.String wsdlEPRPrefix)
Return the EPR prefix for services made available over this transport
|
protected java.lang.String |
getServiceEPRPrefix(org.apache.axis2.context.ConfigurationContext cfgCtx,
java.lang.String host,
int port)
Return the EPR prefix for services made available over this transport
|
SourceConnections |
getSourceConnections() |
buildHttpParams, buildIOReactorConfig, getBufferFactory, getConfigurationContext, getIOBufferSize, getMetrics, getPreserveHttpHeaders, getWorkerPool, getWorkerPool, isCorrelationLoggingEnabled, isPreserveHttpHeader, populatePreserveHttpHeaders
public SourceConfiguration(org.apache.axis2.context.ConfigurationContext configurationContext, org.apache.axis2.description.TransportInDescription description, Scheme scheme, org.apache.axis2.transport.base.threads.WorkerPool pool, PassThroughTransportMetricsCollector metrics)
public SourceConfiguration(org.apache.axis2.transport.base.threads.WorkerPool pool, PassThroughTransportMetricsCollector metrics)
public void build() throws org.apache.axis2.AxisFault
build
in class BaseConfiguration
org.apache.axis2.AxisFault
public org.apache.http.params.HttpParams getHttpParams()
public org.apache.http.impl.nio.reactor.IOReactorConfig getIOReactorConfig()
public org.apache.http.protocol.HttpProcessor getHttpProcessor()
public org.apache.http.HttpResponseFactory getResponseFactory()
public java.lang.String getHostname()
public int getPort()
public SourceConnections getSourceConnections()
public org.apache.axis2.description.TransportInDescription getInDescription()
public Scheme getScheme()
public java.lang.String getServiceEPRPrefix()
public java.lang.String getCustomEPRPrefix()
public HttpGetRequestProcessor getHttpGetRequestProcessor()
protected java.lang.String getServiceEPRPrefix(org.apache.axis2.context.ConfigurationContext cfgCtx, java.lang.String wsdlEPRPrefix)
cfgCtx
- configuration context to retrieve the service context pathwsdlEPRPrefix
- specified wsdlPrefixprotected java.lang.String getServiceEPRPrefix(org.apache.axis2.context.ConfigurationContext cfgCtx, java.lang.String host, int port)
cfgCtx
- configuration context to retrieve the service context pathhost
- name of the hostport
- listening portpublic boolean getBooleanValue(java.lang.String name, boolean def)
name
- Name of the Propertydef
- Default valueCopyright © 2005-2021 Apache Software Foundation. All Rights Reserved.