Package com.sun.xml.rpc.spi.runtime
Interface StreamingHandler
-
- All Known Implementing Classes:
StreamingHandler,TieBase
public interface StreamingHandlerThis class is implemented by com.sun.xml.rpc.server.StreamingHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MethodgetMethodForOpcode(int opcode)intgetOpcodeForRequestMessage(javax.xml.soap.SOAPMessage request)
-
-
-
Method Detail
-
getOpcodeForRequestMessage
int getOpcodeForRequestMessage(javax.xml.soap.SOAPMessage request)
-
getMethodForOpcode
Method getMethodForOpcode(int opcode) throws ClassNotFoundException, NoSuchMethodException
-
-