|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.annotations.soap.InitParam
public class InitParam
Represents a common implementation of the SOAPMessageHandler
initialization parameter.
Constructor Summary | |
---|---|
InitParam(java.lang.String name,
java.lang.String value)
Initializes a new instance of the InitParam class. |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the initialization parameter. |
java.lang.String |
getValue()
Returns the value of the initialization parameter. |
void |
setName(java.lang.String name)
Sets the name of the initialization parameter. |
void |
setValue(java.lang.String value)
Sets the value of the initialization parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InitParam(java.lang.String name, java.lang.String value)
InitParam
class.
name
- the namevalue
- the valueMethod Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the parameter name.public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the parameter name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |