|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.annotations.soap.SOAPMessageHandler
public class SOAPMessageHandler
Represents a common implementation of the SOAP message handler. Specifies a single SOAP message handler.
Constructor Summary | |
---|---|
SOAPMessageHandler(java.lang.String className)
Initializes a new instance of the SOAPMessageHandler . |
Method Summary | |
---|---|
java.lang.String |
getClassName()
Returns the name of the handler class. |
java.lang.String[] |
getHeaders()
Returns the list of SOAP headers processed by the handler. |
InitParam[] |
getInitParams()
Returns the array of name/value pairs that should be passed to the handler during initialization. |
java.lang.String |
getName()
Returns the name of the handler. |
java.lang.String[] |
getRoles()
Returns the list of SOAP roles/actors implemented by the handler |
void |
setHeaders(java.lang.String[] headers)
Sets the list of SOAP headers processed by the handler. |
void |
setInitParams(InitParam[] initParams)
Sets the array of name/value pairs that should be passed to the handler during initialization. |
void |
setName(java.lang.String name)
Sets the name of the handler. |
void |
setRoles(java.lang.String[] roles)
Sets the list of SOAP roles/actors implemented by the handler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SOAPMessageHandler(java.lang.String className)
SOAPMessageHandler
.
className
- the name of the handler class.Method Detail |
---|
public java.lang.String getClassName()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name of the handlerpublic InitParam[] getInitParams()
public void setInitParams(InitParam[] initParams)
initParams
- the initialization arraypublic java.lang.String[] getRoles()
public void setRoles(java.lang.String[] roles)
roles
- the list of SOAP roles/actorspublic java.lang.String[] getHeaders()
QName
which defines the header element processed by the handler. The QNames are specified
using the string notation described in the documentation for QName.valueOf(String)
.
public void setHeaders(java.lang.String[] headers)
QName
which defines the header element processed by the handler. The QNames are specified
using the string notation described in the documentation for QName.valueOf(String)
.
headers
- the list of SOAP headers
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |