Package com.sun.xml.ws.api.databinding
Interface ClientCallBridge
-
- All Known Implementing Classes:
StubAsyncHandler,StubHandler
public interface ClientCallBridge
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PacketcreateRequestPacket(JavaCallInfo call)MethodgetMethod()JavaMethodgetOperationModel()JavaCallInforeadResponse(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()
-
-