|
||||||||||
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(String className)
Initializes a new instance of the SOAPMessageHandler . |
Method Summary | |
---|---|
String |
getClassName()
Returns the name of the handler class. |
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. |
String |
getName()
Returns the name of the handler. |
String[] |
getRoles()
Returns the list of SOAP roles/actors implemented by the handler |
void |
setHeaders(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(String name)
Sets the name of the handler. |
void |
setRoles(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(String className)
SOAPMessageHandler
.
className
- the name of the handler class.Method Detail |
---|
public String getClassName()
public String getName()
public void setName(String name)
name
- the name of the handlerpublic InitParam[] getInitParams()
public void setInitParams(InitParam[] initParams)
initParams
- the initialization arraypublic String[] getRoles()
public void setRoles(String[] roles)
roles
- the list of SOAP roles/actorspublic 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(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 |