public class HandlerInfo extends Object implements Serializable
Constructor and Description |
---|
HandlerInfo()
Default constructor
|
HandlerInfo(Class handlerClass,
Map config,
QName[] headers)
Constructor for HandlerInfo
|
Modifier and Type | Method and Description |
---|---|
Class |
getHandlerClass()
Gets the Handler class
|
Map |
getHandlerConfig()
Gets the Handler configuration
|
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(QName[] qnames)
Sets the header blocks processed by this Handler.
|
String |
toString()
Returns a string representation of the object.
|
public HandlerInfo()
public HandlerInfo(Class handlerClass, 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 blockpublic Class getHandlerClass()
public void setHandlerClass(Class handlerClass)
handlerClass
- Class for the Handlerpublic Map getHandlerConfig()
public void setHandlerConfig(Map config)
config
- Configuration mappublic QName[] getHeaders()
public void setHeaders(QName[] qnames)
qnames
- QNames of the header blocks. QName is the qualified name of the outermost element of the SOAP header blockCopyright © 2017 JBoss by Red Hat. All rights reserved.