| Package | Description |
|---|---|
| javax.xml.rpc |
This package contains the core Jakarta XML RPC for the client
programming model.
|
| javax.xml.rpc.handler |
This package defines APIs for SOAP Message Handlers
|
| javax.xml.rpc.handler.soap |
This package defines APIs for SOAP Message Handlers
|
| javax.xml.rpc.server |
This package defines APIs for the servlet based Jakarta XML RPC endpoint model.
|
| Class and Description |
|---|
| HandlerRegistry
The
javax.xml.rpc.handler.HandlerRegistry
provides support for the programmatic configuration of
handlers in a HandlerRegistry. |
| Class and Description |
|---|
| Handler
The
javax.xml.rpc.handler.Handler interface is
required to be implemented by a SOAP message handler. |
| HandlerInfo
The
javax.xml.rpc.handler.HandlerInfo represents
information about a handler in the HandlerChain. |
| MessageContext
The interface
MessageContext abstracts the message
context that is processed by a handler in the handle
method. |
| Class and Description |
|---|
| MessageContext
The interface
MessageContext abstracts the message
context that is processed by a handler in the handle
method. |
| Class and Description |
|---|
| MessageContext
The interface
MessageContext abstracts the message
context that is processed by a handler in the handle
method. |
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.