|
||||||||||
| PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.rpc.handler.HandlerInfo
This represents information about a handler in the HandlerChain. A HandlerInfo instance is passed in the Handler.init method to initialize a Handler instance.
| Constructor Summary | |
HandlerInfo()
Default constructor |
|
HandlerInfo(java.lang.Class handlerClass,
java.util.Map config,
QName (src) [] headers)
Constructor for HandlerInfo |
|
| Method Summary | |
java.lang.Class |
getHandlerClass()
Gets the Handler class |
java.util.Map |
getHandlerConfig()
Gets the Handler configuration |
QName (src) [] |
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 (src) [] qnames)
Sets the header blocks processed by this Handler. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public HandlerInfo()
public HandlerInfo(java.lang.Class handlerClass,
java.util.Map config,
QName (src) [] 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 java.lang.Class getHandlerClass()
public void setHandlerClass(java.lang.Class handlerClass)
handlerClass - Class for the Handlerpublic java.util.Map getHandlerConfig()
public void setHandlerConfig(java.util.Map config)
config - Configuration mappublic QName (src) [] getHeaders()
public void setHeaders(QName (src) [] qnames)
qnames - QNames of the header blocks. QName is the qualified name of the outermost element of the SOAP header blockpublic java.lang.String toString()
|
||||||||||
| PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||