com.ibm.was.wssample.sei.ping
Class PingServicePortProxy.Descriptor

java.lang.Object
  extended by com.ibm.was.wssample.sei.ping.PingServicePortProxy.Descriptor
Enclosing class:
PingServicePortProxy

public class PingServicePortProxy.Descriptor
extends java.lang.Object


Constructor Summary
PingServicePortProxy.Descriptor()
           
PingServicePortProxy.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()
           
 PingServicePortTypeClient 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

PingServicePortProxy.Descriptor

public PingServicePortProxy.Descriptor()

PingServicePortProxy.Descriptor

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

getProxy

public PingServicePortTypeClient 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)