com.ibm.was.wssample.sei.echo
Class EchoServicePortProxy
java.lang.Object
com.ibm.was.wssample.sei.echo.EchoServicePortProxy
public class EchoServicePortProxy
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_descriptor
protected EchoServicePortProxy.Descriptor _descriptor
EchoServicePortProxy
public EchoServicePortProxy()
EchoServicePortProxy
public EchoServicePortProxy(java.net.URL wsdlLocation,
javax.xml.namespace.QName serviceName)
_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)