com.sun.xml.ws.api.databinding
Interface ClientCallBridge

All Known Implementing Classes:
StubAsyncHandler, StubHandler

public interface ClientCallBridge


Method Summary
 Packet createRequestPacket(JavaCallInfo call)
           
 Method getMethod()
           
 JavaMethod getOperationModel()
           
 JavaCallInfo readResponse(Packet packet, JavaCallInfo call)
           
 

Method Detail

createRequestPacket

Packet createRequestPacket(JavaCallInfo call)

readResponse

JavaCallInfo readResponse(Packet packet,
                          JavaCallInfo call)
                          throws Throwable
Throws:
Throwable

getMethod

Method getMethod()

getOperationModel

JavaMethod getOperationModel()


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