org.mobicents.client.slee.resource.http
Class HttpClientResourceAdaptorSbbInterfaceImpl

java.lang.Object
  extended by org.mobicents.client.slee.resource.http.HttpClientResourceAdaptorSbbInterfaceImpl
All Implemented Interfaces:
HttpClientResourceAdaptorSbbInterface

public class HttpClientResourceAdaptorSbbInterfaceImpl
extends java.lang.Object
implements HttpClientResourceAdaptorSbbInterface


Constructor Summary
HttpClientResourceAdaptorSbbInterfaceImpl(HttpClientResourceAdaptor ra)
           
 
Method Summary
 HttpClientActivity createHttpClientActivity()
           
 HttpClientActivity createHttpClientActivity(boolean endOnReceivingResponse)
           
 org.apache.commons.httpclient.HttpMethod createHttpMethod(HttpMethodName methodName, java.lang.String uri)
           
 Response executeMethod(org.apache.commons.httpclient.HttpMethod method)
           
 org.apache.commons.httpclient.params.HttpClientParams getParams()
           
 org.apache.commons.httpclient.HttpState getState()
           
 void setParams(org.apache.commons.httpclient.params.HttpClientParams params)
           
 void setState(org.apache.commons.httpclient.HttpState state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpClientResourceAdaptorSbbInterfaceImpl

public HttpClientResourceAdaptorSbbInterfaceImpl(HttpClientResourceAdaptor ra)
Method Detail

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.