站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java Platform, Enterprise Edition v1.4 API Specifications

javax.xml.rpc.handler (Java 2 Platform Ent. Ed. v1.4) - Java Platform, Enterprise Edition v1.4 API Specifications

JavaTM 2 Platform
Ent. Ed. v1.4

Package javax.xml.rpc.handler

This package defines APIs for SOAP Message Handlers

See:
          Description

Interface Summary
Handler The javax.xml.rpc.handler.Handler interface is required to be implemented by a SOAP message handler.
HandlerChain The javax.xml.rpc.handler.HandlerChain represents a list of handlers.
HandlerRegistry The javax.xml.rpc.handler.HandlerRegistry provides support for the programmatic configuration of handlers in a HandlerRegistry.
MessageContext The interface MessageContext abstracts the message context that is processed by a handler in the handle method.
 

Class Summary
GenericHandler The javax.xml.rpc.handler.GenericHandler class implements the Handler interface.
HandlerInfo The javax.xml.rpc.handler.HandlerInfo represents information about a handler in the HandlerChain.
 

Package javax.xml.rpc.handler Description

This package defines APIs for SOAP Message Handlers


JavaTM 2 Platform
Ent. Ed. v1.4

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.