Class CGPollingTransportEndpoint
- java.lang.Object
-
- org.apache.axis2.transport.base.ProtocolEndpoint
-
- org.wso2.carbon.cloud.gateway.agent.transport.CGPollingTransportEndpoint
-
public class CGPollingTransportEndpoint extends org.apache.axis2.transport.base.ProtocolEndpointRepresent a CSG Polling transport endpoint
-
-
Constructor Summary
Constructors Constructor Description CGPollingTransportEndpoint(org.apache.axis2.transport.base.threads.WorkerPool pool, CGPollingTransportReceiver receiver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.axis2.addressing.EndpointReference[]getEndpointReferences(org.apache.axis2.description.AxisService axisService, String s)CGPollingTransportTaskManagergetTaskManager()booleanloadConfiguration(org.apache.axis2.description.ParameterInclude params)
-
-
-
Constructor Detail
-
CGPollingTransportEndpoint
public CGPollingTransportEndpoint(org.apache.axis2.transport.base.threads.WorkerPool pool, CGPollingTransportReceiver receiver)
-
-
Method Detail
-
getTaskManager
public CGPollingTransportTaskManager getTaskManager()
-
loadConfiguration
public boolean loadConfiguration(org.apache.axis2.description.ParameterInclude params) throws org.apache.axis2.AxisFault- Specified by:
loadConfigurationin classorg.apache.axis2.transport.base.ProtocolEndpoint- Throws:
org.apache.axis2.AxisFault
-
getEndpointReferences
public org.apache.axis2.addressing.EndpointReference[] getEndpointReferences(org.apache.axis2.description.AxisService axisService, String s) throws org.apache.axis2.AxisFault- Specified by:
getEndpointReferencesin classorg.apache.axis2.transport.base.ProtocolEndpoint- Throws:
org.apache.axis2.AxisFault
-
-