| Package | Description |
|---|---|
| javax.ejb |
Contains the Enterprise Bean classes
and interfaces that define the contracts between the enterprise bean
and its clients and between the enterprise bean and the enterprise bean container.
|
| javax.xml.rpc.handler |
This package defines APIs for SOAP Message Handlers
|
| Class and Description |
|---|
| MessageContext
The interface
MessageContext abstracts the message
context that is processed by a handler in the handle
method. |
| 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. |
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.