Uses of Package
javax.xml.rpc.handler
Packages that use javax.xml.rpc.handler
Package
Description
This package contains the core Jakarta XML RPC for the client
programming model.
This package defines APIs for SOAP Message Handlers
This package defines APIs for SOAP Message Handlers
This package defines APIs for the servlet based Jakarta XML RPC endpoint model.
-
Classes in javax.xml.rpc.handler used by javax.xml.rpcClassDescriptionThe
javax.xml.rpc.handler.HandlerRegistryprovides support for the programmatic configuration of handlers in aHandlerRegistry. -
Classes in javax.xml.rpc.handler used by javax.xml.rpc.handlerClassDescriptionThe
javax.xml.rpc.handler.Handlerinterface is required to be implemented by a SOAP message handler.Thejavax.xml.rpc.handler.HandlerInforepresents information about a handler in the HandlerChain.The interfaceMessageContextabstracts the message context that is processed by a handler in thehandlemethod. -
Classes in javax.xml.rpc.handler used by javax.xml.rpc.handler.soapClassDescriptionThe interface
MessageContextabstracts the message context that is processed by a handler in thehandlemethod. -
Classes in javax.xml.rpc.handler used by javax.xml.rpc.serverClassDescriptionThe interface
MessageContextabstracts the message context that is processed by a handler in thehandlemethod.