|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.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(Class handlerClass,
Map config,
javax.xml.namespace.QName[] headers)
Constructor for HandlerInfo |
Method Summary | |
Class |
getHandlerClass()
Gets the Handler class |
Map |
getHandlerConfig()
Gets the Handler configuration |
javax.xml.namespace.QName[] |
getHeaders()
Gets the header blocks processed by this Handler. |
void |
setHandlerClass(Class handlerClass)
Sets the Handler class |
void |
setHandlerConfig(Map config)
Sets the Handler configuration as java.util.Map |
void |
setHeaders(javax.xml.namespace.QName[] qnames)
Sets the header blocks processed by this Handler. |
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(Class handlerClass, Map config, javax.xml.namespace.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 blockMethod Detail |
public Class getHandlerClass()
public void setHandlerClass(Class handlerClass)
handlerClass
- Class for the Handlerpublic Map getHandlerConfig()
public void setHandlerConfig(Map config)
config
- Configuration mappublic javax.xml.namespace.QName[] getHeaders()
public void setHeaders(javax.xml.namespace.QName[] qnames)
qnames
- QNames of the header blocks. QName is the qualified name of the outermost element of the SOAP header blockpublic String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |