Package com.sun.xml.ws.client.sei
Class StubAsyncHandler
- java.lang.Object
-
- com.sun.xml.ws.client.sei.StubHandler
-
- com.sun.xml.ws.client.sei.StubAsyncHandler
-
- All Implemented Interfaces:
ClientCallBridge
public class StubAsyncHandler extends StubHandler
-
-
Field Summary
-
Fields inherited from class com.sun.xml.ws.client.sei.StubHandler
checkedExceptions, isOneWay, javaMethod, packetFactory, responseBuilder, soapAction, soapVersion
-
-
Constructor Summary
Constructors Constructor Description StubAsyncHandler(JavaMethodImpl jm, JavaMethodImpl sync, MessageContextFactory mcf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
initArgs(Object[] args)
-
Methods inherited from class com.sun.xml.ws.client.sei.StubHandler
createRequestPacket, getMethod, getOperationModel, getOperationName, getSoapAction, isOneWay, readResponse
-
-
-
-
Constructor Detail
-
StubAsyncHandler
public StubAsyncHandler(JavaMethodImpl jm, JavaMethodImpl sync, MessageContextFactory mcf)
-
-
Method Detail
-
initArgs
protected void initArgs(Object[] args) throws Exception
- Overrides:
initArgs
in classStubHandler
- Throws:
Exception
-
-