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
(package private)  ValueGetterFactory getValueGetterFactory()
           
protected  void initArgs(Object[] args)
           
 
Methods inherited from class com.sun.xml.ws.client.sei.StubHandler
buildResponseBuilder, 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

getValueGetterFactory

ValueGetterFactory getValueGetterFactory()
Overrides:
getValueGetterFactory in class StubHandler


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.