|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.axis2.description.ParameterIncludeImpl
Class ParameterIncludeImpl
| Field Summary | |
protected java.util.HashMap |
parameters
Field parmeters |
| Constructor Summary | |
ParameterIncludeImpl()
Constructor ParameterIncludeImpl. |
|
| Method Summary | |
void |
addParameter(Parameter param)
Method addParameter |
void |
deserializeParameters(org.apache.axiom.om.OMElement parameters)
Since at runtime it parameters may be modified to get the original state this method can be used |
Parameter |
getParameter(java.lang.String name)
Method getParameter. |
java.util.ArrayList |
getParameters()
Gets all the parameters in a given description. |
boolean |
isParameterLocked(java.lang.String parameterName)
Checks whether the parameter is locked at any level. |
void |
readExternal(java.io.ObjectInput in)
Restore the contents of the object that was previously saved. |
void |
removeParameter(Parameter param)
|
void |
writeExternal(java.io.ObjectOutput out)
Save the contents of this object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected final java.util.HashMap parameters
| Constructor Detail |
public ParameterIncludeImpl()
| Method Detail |
public void addParameter(Parameter param)
addParameter in interface ParameterIncludeparam -
public void removeParameter(Parameter param)
throws AxisFault
removeParameter in interface ParameterIncludeAxisFault
public void deserializeParameters(org.apache.axiom.om.OMElement parameters)
throws AxisFault
deserializeParameters in interface ParameterIncludeparameters - OMElement
AxisFaultpublic Parameter getParameter(java.lang.String name)
getParameter in interface ParameterIncludename -
public java.util.ArrayList getParameters()
ParameterInclude
getParameters in interface ParameterIncludepublic boolean isParameterLocked(java.lang.String parameterName)
ParameterInclude
isParameterLocked in interface ParameterInclude
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizableout - The stream to write the object contents to
java.io.IOException
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablein - The stream to read the object contents from
java.io.IOException
java.lang.ClassNotFoundException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||