Package com.sun.xml.ws.api.databinding
Interface EndpointCallBridge
-
- All Known Implementing Classes:
TieHandler
public interface EndpointCallBridge
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JavaCallInfodeserializeRequest(Packet req)JavaMethodgetOperationModel()PacketserializeResponse(JavaCallInfo call)
-
-
-
Method Detail
-
deserializeRequest
JavaCallInfo deserializeRequest(Packet req)
-
serializeResponse
Packet serializeResponse(JavaCallInfo call)
-
getOperationModel
JavaMethod getOperationModel()
-
-