org.mobicents.client.slee.resource.http
Class HttpClientResourceAdaptorSbbInterfaceImpl
java.lang.Object
org.mobicents.client.slee.resource.http.HttpClientResourceAdaptorSbbInterfaceImpl
- All Implemented Interfaces:
- HttpClientResourceAdaptorSbbInterface
public class HttpClientResourceAdaptorSbbInterfaceImpl
- extends java.lang.Object
- implements HttpClientResourceAdaptorSbbInterface
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpClientResourceAdaptorSbbInterfaceImpl
public HttpClientResourceAdaptorSbbInterfaceImpl(HttpClientResourceAdaptor ra)
createHttpClientActivity
public HttpClientActivity createHttpClientActivity(boolean endOnReceivingResponse)
throws javax.slee.resource.StartActivityException
- Specified by:
createHttpClientActivity in interface HttpClientResourceAdaptorSbbInterface
- Throws:
javax.slee.resource.StartActivityException
createHttpClientActivity
public HttpClientActivity createHttpClientActivity()
throws javax.slee.resource.StartActivityException
- Specified by:
createHttpClientActivity in interface HttpClientResourceAdaptorSbbInterface
- Throws:
javax.slee.resource.StartActivityException
createHttpMethod
public org.apache.commons.httpclient.HttpMethod createHttpMethod(HttpMethodName methodName,
java.lang.String uri)
- Specified by:
createHttpMethod in interface HttpClientResourceAdaptorSbbInterface
executeMethod
public Response executeMethod(org.apache.commons.httpclient.HttpMethod method)
throws java.io.IOException
- Specified by:
executeMethod in interface HttpClientResourceAdaptorSbbInterface
- Throws:
java.io.IOException
getParams
public org.apache.commons.httpclient.params.HttpClientParams getParams()
- Specified by:
getParams in interface HttpClientResourceAdaptorSbbInterface
getState
public org.apache.commons.httpclient.HttpState getState()
- Specified by:
getState in interface HttpClientResourceAdaptorSbbInterface
setParams
public void setParams(org.apache.commons.httpclient.params.HttpClientParams params)
- Specified by:
setParams in interface HttpClientResourceAdaptorSbbInterface
setState
public void setState(org.apache.commons.httpclient.HttpState state)
- Specified by:
setState in interface HttpClientResourceAdaptorSbbInterface
Copyright © 2011. All Rights Reserved.