it.eng.spago.dispatching.soapchannel
Class AdapterSOAPProxy

java.lang.Object
  extended byit.eng.spago.dispatching.soapchannel.AdapterSOAPProxy

public class AdapterSOAPProxy
extends java.lang.Object


Constructor Summary
AdapterSOAPProxy()
           
 
Method Summary
protected  org.apache.soap.rpc.Call createCall()
           
 java.net.URL getEndPoint()
           
 java.lang.String service(java.lang.String 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

AdapterSOAPProxy

public AdapterSOAPProxy()
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.String request)
                         throws java.lang.Exception
Throws:
java.lang.Exception

createCall

protected org.apache.soap.rpc.Call createCall()