it.eng.spago.dispatching.httpchannel
Class AdapterHTTPProxy

java.lang.Object
  extended byit.eng.spago.dispatching.httpchannel.AdapterHTTPProxy

public class AdapterHTTPProxy
extends java.lang.Object


Constructor Summary
AdapterHTTPProxy()
           
 
Method Summary
 java.net.URL getEndPoint()
           
 java.lang.String service(java.lang.Object request)
           
 void setEndPoint(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdapterHTTPProxy

public AdapterHTTPProxy()
Method Detail

setEndPoint

public void setEndPoint(java.net.URL url)

getEndPoint

public java.net.URL getEndPoint()
                         throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

service

public java.lang.String service(java.lang.Object request)
                         throws java.lang.Exception
Throws:
java.lang.Exception