Class HttpChannel
- java.lang.Object
-
- org.apache.axis2.transport.testkit.http.HttpChannel
-
- All Implemented Interfaces:
AsyncChannel
,Channel
,RequestResponseChannel
public class HttpChannel extends Object implements AsyncChannel, RequestResponseChannel
-
-
Field Summary
-
Fields inherited from interface org.apache.axis2.transport.testkit.channel.Channel
CONTEXT_PATH
-
-
Constructor Summary
Constructors Constructor Description HttpChannel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointReference
getEndpointReference()
String
getServiceName()
-
-
-
Method Detail
-
getServiceName
public String getServiceName()
-
getEndpointReference
public EndpointReference getEndpointReference() throws Exception
- Specified by:
getEndpointReference
in interfaceChannel
- Throws:
Exception
-
-