| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.rpc.handler.HandlerInfo
The javax.xml.rpc.handler.HandlerInfo represents
  information about a handler in the HandlerChain. A HandlerInfo 
  instance is passed in the Handler.init method to 
  initialize a Handler instance.
HandlerChain, 
Serialized Form| Constructor Summary | |
| HandlerInfo()Default constructor | |
| HandlerInfo(java.lang.Class handlerClass,
            java.util.Map config,
            QName[] headers)Constructor for HandlerInfo | |
| Method Summary | |
|  java.lang.Class | getHandlerClass()Gets the Handler class | 
|  java.util.Map | getHandlerConfig()Gets the Handler configuration | 
|  QName[] | getHeaders()Gets the header blocks processed by this Handler. | 
|  void | setHandlerClass(java.lang.Class handlerClass)Sets the Handler class | 
|  void | setHandlerConfig(java.util.Map config)Sets the Handler configuration as java.util.Map | 
|  void | setHeaders(QName[] headers)Sets the header blocks processed by this Handler. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public HandlerInfo()
public HandlerInfo(java.lang.Class handlerClass,
                   java.util.Map config,
                   QName[] headers)
handlerClass - Java Class for the Handlerconfig - Handler Configuration as a java.util.Mapheaders - QNames for the header blocks processed
                      by this Handler. QName is the qualified
                      name of the outermost element of a header
                      block| Method Detail | 
public void setHandlerClass(java.lang.Class handlerClass)
handlerClass - Class for the Handlerpublic java.lang.Class getHandlerClass()
public void setHandlerConfig(java.util.Map config)
java.util.Map
config - Configuration mappublic java.util.Map getHandlerConfig()
public void setHeaders(QName[] headers)
headers - QNames of the header blocks. QName
                 is the qualified name of the outermost
                 element of the SOAP header blockpublic QName[] getHeaders()
null if no header blocks have been
           set using the setHeaders method.| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.