Package | Description |
---|---|
org.wso2.carbon.core.transports | |
org.wso2.carbon.core.transports.util |
Modifier and Type | Method and Description |
---|---|
TransportParameter[] |
AbstractTransportService.getGlobalTransportParameters(boolean listener,
org.apache.axis2.engine.AxisConfiguration axisConfig) |
TransportParameter[] |
TransportService.getGlobalTransportParameters(boolean listener,
org.apache.axis2.engine.AxisConfiguration axisConfig)
Get the set of globally defined transport parameters.
|
TransportParameter[] |
AbstractTransportService.getServiceLevelTransportParameters(String service,
boolean listener,
org.apache.axis2.engine.AxisConfiguration axisConfig) |
TransportParameter[] |
TransportService.getServiceLevelTransportParameters(String service,
boolean listener,
org.apache.axis2.engine.AxisConfiguration axisConfig)
Get the set of service specific transport parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransportService.addTransportParameter(TransportParameter param,
boolean listener,
org.apache.axis2.context.ConfigurationContext cfgCtx) |
void |
TransportService.addTransportParameter(TransportParameter param,
boolean listener,
org.apache.axis2.context.ConfigurationContext cfgCtx) |
abstract boolean |
AbstractTransportService.dependenciesAvailable(TransportParameter[] params) |
boolean |
TransportService.dependenciesAvailable(TransportParameter[] params)
Whether the dependencies required by the transport are available
|
static org.apache.axis2.description.Parameter |
TransportBuilderUtils.toAxisParameter(TransportParameter parameter) |
void |
AbstractTransportService.updateGlobalTransportParameters(TransportParameter[] params,
boolean listener,
org.apache.axis2.context.ConfigurationContext cfgCtx) |
void |
TransportService.updateGlobalTransportParameters(TransportParameter[] params,
boolean listener,
org.apache.axis2.context.ConfigurationContext cfgCtx)
Update the global transport parameters
|
void |
AbstractTransportService.updateServiceLevelTransportParameters(String service,
TransportParameter[] params,
boolean listener,
org.apache.axis2.context.ConfigurationContext cfgCtx) |
void |
TransportService.updateServiceLevelTransportParameters(String service,
TransportParameter[] params,
boolean listener,
org.apache.axis2.context.ConfigurationContext cfgCtx)
Update the service level transport parameters
|
Modifier and Type | Method and Description |
---|---|
TransportParameter[] |
TransportDetails.getInParameters() |
TransportParameter[] |
TransportDetails.getOutParameters() |
Modifier and Type | Method and Description |
---|---|
void |
TransportDetails.setInParameters(TransportParameter[] parameters) |
void |
TransportDetails.setOutParameters(TransportParameter[] parameters) |
Copyright © 2016 WSO2 Inc. All rights reserved.