javax.xml.rpc.handler
Class HandlerInfo
java.lang.Object
|
+--javax.xml.rpc.handler.HandlerInfo
- All Implemented Interfaces:
- java.io.Serializable
- public class HandlerInfo
- extends java.lang.Object
- implements java.io.Serializable
The javax.xml.rpc.handler.HandlerInfo
represents
information about a handler in the HandlerChain. All elements
in the HandlerChain are of the type HandlerInfo.
- See Also:
HandlerChain
, Serialized Form
Constructor Summary |
HandlerInfo()
Default constructor |
HandlerInfo(java.lang.Class handlerClass,
java.util.Map config)
Constructor for HandlerInfo
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlerInfo
public HandlerInfo()
- Default constructor
HandlerInfo
public HandlerInfo(java.lang.Class handlerClass,
java.util.Map config)
- Constructor for HandlerInfo
- Parameters:
handlerClass
- Class for the Handlerconfig
- Handler Configuration as a java.util.Map
setHandlerClass
public void setHandlerClass(java.lang.Class handlerClass)
- Sets the Handler class
- Parameters:
handlerClass
- Class for the Handler
getHandlerClass
public java.lang.Class getHandlerClass()
- Gets the Handler class
- Returns:
- Returns null if no Handler class has been
set; otherwise the set handler class
setHandlerConfig
public void setHandlerConfig(java.util.Map config)
- Sets the Handler configuration map
- Parameters:
config
- Configuration map
getHandlerConfig
public java.util.Map getHandlerConfig()
- Gets the Handler configuration map
- Returns:
- Returns empty Map if no configuration map
has been set; otherwise returns the set configuration map
Copyright © 2001 Apache XML Project. All Rights Reserved.