Package | Description |
---|---|
javax.ejb |
Contains the Enterprise JavaBeans classes
and interfaces that define the contracts between the enterprise bean
and its clients and between the enterprise bean and the EJB container.
|
javax.xml.rpc |
This package contains the core JAX-RPC APIs 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 JAX-RPC endpoint model.
|
Class and Description |
---|
MessageContext
The interface
MessageContext abstracts the message
context that is processed by a handler in the handle
method. |
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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.