|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.rpc.handler.HandlerInfo
public class 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 FormConstructor Summary | |
---|---|
HandlerInfo()
Default constructor |
|
HandlerInfo(java.lang.Class handlerClass,
java.util.Map config,
javax.xml.namespace.QName[] headers)
Constructor for HandlerInfo |
Method Summary | |
---|---|
java.lang.Class |
getHandlerClass()
Gets the Handler class |
java.util.Map |
getHandlerConfig()
Gets the Handler configuration |
javax.xml.namespace.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(javax.xml.namespace.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, 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 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(javax.xml.namespace.QName[] headers)
headers
- QNames of the header blocks. QName
is the qualified name of the outermost
element of the SOAP header blockpublic javax.xml.namespace.QName[] getHeaders()
null
if no header blocks have been
set using the setHeaders
method.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41