com.ibm.was.wssample.sei.echo
Class EchoServicePortProxy.Descriptor

java.lang.Object
  extended by com.ibm.was.wssample.sei.echo.EchoServicePortProxy.Descriptor
Enclosing class:
EchoServicePortProxy

public class EchoServicePortProxy.Descriptor
extends java.lang.Object


Constructor Summary
EchoServicePortProxy.Descriptor()
           
EchoServicePortProxy.Descriptor(java.net.URL wsdlLocation, javax.xml.namespace.QName serviceName)
           
 
Method Summary
 javax.xml.ws.Dispatch<javax.xml.transform.Source> getDispatch()
           
 java.lang.String getEndpoint()
           
 EchoServicePortTypeClient getProxy()
           
 void setEndpoint(java.lang.String endpointUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoServicePortProxy.Descriptor

public EchoServicePortProxy.Descriptor()

EchoServicePortProxy.Descriptor

public EchoServicePortProxy.Descriptor(java.net.URL wsdlLocation,
                                       javax.xml.namespace.QName serviceName)
Method Detail

getProxy

public EchoServicePortTypeClient getProxy()

getDispatch

public javax.xml.ws.Dispatch<javax.xml.transform.Source> getDispatch()

getEndpoint

public java.lang.String getEndpoint()

setEndpoint

public void setEndpoint(java.lang.String endpointUrl)