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

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

public class EchoServicePortProxy
extends java.lang.Object


Nested Class Summary
 class EchoServicePortProxy.Descriptor
           
 
Field Summary
protected  EchoServicePortProxy.Descriptor _descriptor
           
 
Constructor Summary
EchoServicePortProxy()
           
EchoServicePortProxy(java.net.URL wsdlLocation, javax.xml.namespace.QName serviceName)
           
 
Method Summary
 EchoServicePortProxy.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 EchoServicePortProxy.Descriptor _descriptor
Constructor Detail

EchoServicePortProxy

public EchoServicePortProxy()

EchoServicePortProxy

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

_getDescriptor

public EchoServicePortProxy.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)