org.codehaus.xfire.annotations.soap
Class InitParam

java.lang.Object
  extended byorg.codehaus.xfire.annotations.soap.InitParam

public class InitParam
extends java.lang.Object

Represents a common implementation of the SOAPMessageHandler initialization parameter.

Author:
Arjen Poutsma

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

InitParam

public InitParam(java.lang.String name,
                 java.lang.String value)
Initializes a new instance of the InitParam class.

Parameters:
name - the name
value - the value
Method Detail

getName

public java.lang.String getName()
Returns the name of the initialization parameter.

Returns:
the parameter name.

setName

public void setName(java.lang.String name)
Sets the name of the initialization parameter.

Parameters:
name - the parameter name.

getValue

public java.lang.String getValue()
Returns the value of the initialization parameter.

Returns:
the parameter value.

setValue

public void setValue(java.lang.String value)
Sets the value of the initialization parameter.

Parameters:
value - the parameter name.


Copyright © 2004-2006 null. All Rights Reserved.