|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.description.ParameterIncludeImpl
public class 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 inObject)
Restore the contents of the object that was previously saved. |
void |
removeParameter(Parameter param)
|
void |
writeExternal(java.io.ObjectOutput o)
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 ParameterInclude
param
- public void removeParameter(Parameter param) throws AxisFault
removeParameter
in interface ParameterInclude
AxisFault
public void deserializeParameters(org.apache.axiom.om.OMElement parameters) throws AxisFault
deserializeParameters
in interface ParameterInclude
parameters
- OMElement
AxisFault
public Parameter getParameter(java.lang.String name)
getParameter
in interface ParameterInclude
name
-
public java.util.ArrayList getParameters()
ParameterInclude
getParameters
in interface ParameterInclude
public boolean isParameterLocked(java.lang.String parameterName)
ParameterInclude
isParameterLocked
in interface ParameterInclude
public void writeExternal(java.io.ObjectOutput o) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
out
- The stream to write the object contents to
java.io.IOException
public void readExternal(java.io.ObjectInput inObject) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
in
- 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 |