Save This Page
Home » axis2-1.5-src » org.apache » axis2 » description » [javadoc | source]
org.apache.axis2.description
public class: ParameterIncludeImpl [javadoc | source]
java.lang.Object
   org.apache.axis2.description.ParameterIncludeImpl

All Implemented Interfaces:
    ParameterInclude, SafeSerializable, Externalizable

Class ParameterIncludeImpl
Field Summary
protected final  HashMap parameters    Field parmeters 
Constructor:
 public ParameterIncludeImpl() 
Method from org.apache.axis2.description.ParameterIncludeImpl Summary:
addParameter,   deserializeParameters,   getParameter,   getParameters,   isParameterLocked,   readExternal,   removeParameter,   writeExternal
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.axis2.description.ParameterIncludeImpl Detail:
 public  void addParameter(Parameter param) 
    Method addParameter
 public  void deserializeParameters(OMElement parameters) throws AxisFault 
    Since at runtime it parameters may be modified to get the original state this method can be used
 public Parameter getParameter(String name) 
    Method getParameter.
 public ArrayList getParameters() 
 public boolean isParameterLocked(String parameterName) 
 public  void readExternal(ObjectInput inObject) throws ClassNotFoundException, IOException 
    Restore the contents of the object that was previously saved.

    NOTE: The field data must read back in the same order and type as it was written. Some data will need to be validated when resurrected.

 public  void removeParameter(Parameter param) throws AxisFault 
 public  void writeExternal(ObjectOutput o) throws IOException 
    Save the contents of this object.

    NOTE: Transient fields and static fields are not saved. Also, objects that represent "static" data are not saved, except for enough information to be able to find matching objects when the message context is re-constituted.