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.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. -
Classes in javax.xml.rpc.handler used by org.apache.axisClassDescriptionThe interface
MessageContextabstracts the message context that is processed by a handler in thehandlemethod. -
Classes in javax.xml.rpc.handler used by org.apache.axis.clientClassDescriptionThe
javax.xml.rpc.handler.HandlerChainrepresents a list of handlers.Thejavax.xml.rpc.handler.HandlerRegistryprovides 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.HandlerChainrepresents a list of handlers.The interfaceMessageContextabstracts the message context that is processed by a handler in thehandlemethod. -
Classes in javax.xml.rpc.handler used by org.apache.axis.transport.httpClassDescriptionThe interface
MessageContextabstracts the message context that is processed by a handler in thehandlemethod.