|
||||||||||
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(String name,
String value)
Initializes a new instance of the InitParam class. |
Method Summary | |
---|---|
String |
getName()
Returns the name of the initialization parameter. |
String |
getValue()
Returns the value of the initialization parameter. |
void |
setName(String name)
Sets the name of the initialization parameter. |
void |
setValue(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(String name, String value)
InitParam
class.
name
- the namevalue
- the valueMethod Detail |
---|
public String getName()
public void setName(String name)
name
- the parameter name.public String getValue()
public void setValue(String value)
value
- the parameter name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |