Package com.sun.xml.rpc.spi.runtime
Interface Handler
-
- All Known Implementing Classes:
StreamingHandler,TieBase
public interface HandlerThis class is implemented by com.sun.xml.rpc.soap.message.Handler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(SOAPMessageContext context)
-
-
-
Method Detail
-
handle
void handle(SOAPMessageContext context) throws Exception
- Throws:
Exception
-
-