com.sun.xml.ws.client.sei
Class StubAsyncHandler

java.lang.Object
  extended by com.sun.xml.ws.client.sei.StubHandler
      extended by 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
StubAsyncHandler(JavaMethodImpl jm, JavaMethodImpl sync, MessageContextFactory mcf)
           
 
Method Summary
protected  void initArgs(Object[] args)
           
 
Methods inherited from class com.sun.xml.ws.client.sei.StubHandler
createRequestPacket, getMethod, getOperationModel, getOperationName, getSoapAction, isOneWay, readResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StubAsyncHandler

public StubAsyncHandler(JavaMethodImpl jm,
                        JavaMethodImpl sync,
                        MessageContextFactory mcf)
Method Detail

initArgs

protected void initArgs(Object[] args)
                 throws Exception
Overrides:
initArgs in class StubHandler
Throws:
Exception


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.