Uses of Package
javax.xml.rpc.handler
Packages that use javax.xml.rpc.handler
Package
Description
-
Classes in javax.xml.rpc.handler used by javax.xml.rpcClassDescriptionThe
javax.xml.rpc.handler.HandlerRegistry
provides 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.Handler
interface is required to be implemented by a SOAP message handler.Thejavax.xml.rpc.handler.HandlerInfo
represents information about a handler in the HandlerChain.The interfaceMessageContext
abstracts the message context that is processed by a handler in thehandle
method. -
Classes in javax.xml.rpc.handler used by javax.xml.rpc.handler.soapClassDescriptionThe interface
MessageContext
abstracts the message context that is processed by a handler in thehandle
method. -
Classes in javax.xml.rpc.handler used by javax.xml.rpc.serverClassDescriptionThe interface
MessageContext
abstracts the message context that is processed by a handler in thehandle
method. -
Classes in javax.xml.rpc.handler used by org.apache.axisClassDescriptionThe interface
MessageContext
abstracts the message context that is processed by a handler in thehandle
method. -
Classes in javax.xml.rpc.handler used by org.apache.axis.clientClassDescriptionThe
javax.xml.rpc.handler.HandlerChain
represents a list of handlers.Thejavax.xml.rpc.handler.HandlerRegistry
provides support for the programmatic configuration of handlers in aHandlerRegistry
. -
Classes in javax.xml.rpc.handler used by org.apache.axis.handlersClassDescriptionThe
javax.xml.rpc.handler.HandlerChain
represents a list of handlers.The interfaceMessageContext
abstracts the message context that is processed by a handler in thehandle
method. -
Classes in javax.xml.rpc.handler used by org.apache.axis.transport.httpClassDescriptionThe interface
MessageContext
abstracts the message context that is processed by a handler in thehandle
method.