com.ibm.was.wssample.sei.echo
Class EchoService12PortProxy

java.lang.Object
  extended by com.ibm.was.wssample.sei.echo.EchoService12PortProxy

public class EchoService12PortProxy
extends java.lang.Object


Nested Class Summary
 class EchoService12PortProxy.Descriptor
           
 
Field Summary
protected  EchoService12PortProxy.Descriptor _descriptor
           
 
Constructor Summary
EchoService12PortProxy()
           
EchoService12PortProxy(java.net.URL wsdlLocation, javax.xml.namespace.QName serviceName)
           
 
Method Summary
 EchoService12PortProxy.Descriptor _getDescriptor()
           
 EchoStringResponse echoOperation(EchoStringInput parameter)
           
 javax.xml.ws.Response<EchoStringResponse> echoOperationAsync(EchoStringInput parameter)
           
 java.util.concurrent.Future<?> echoOperationAsync(EchoStringInput parameter, javax.xml.ws.AsyncHandler<EchoStringResponse> asyncHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_descriptor

protected EchoService12PortProxy.Descriptor _descriptor
Constructor Detail

EchoService12PortProxy

public EchoService12PortProxy()

EchoService12PortProxy

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

_getDescriptor

public EchoService12PortProxy.Descriptor _getDescriptor()

echoOperationAsync

public javax.xml.ws.Response<EchoStringResponse> echoOperationAsync(EchoStringInput parameter)

echoOperationAsync

public java.util.concurrent.Future<?> echoOperationAsync(EchoStringInput parameter,
                                                         javax.xml.ws.AsyncHandler<EchoStringResponse> asyncHandler)

echoOperation

public EchoStringResponse echoOperation(EchoStringInput parameter)