public class ParameterIncludeImpl extends java.lang.Object implements ParameterInclude, java.io.Externalizable, SafeSerializable
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,Parameter> |
parameters
Field parmeters
|
| Constructor and Description |
|---|
ParameterIncludeImpl()
Constructor ParameterIncludeImpl.
|
| Modifier and Type | Method and Description |
|---|---|
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<Parameter> |
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.
|
protected java.util.Map<java.lang.String,Parameter> parameters
public ParameterIncludeImpl()
public void addParameter(Parameter param)
addParameter in interface ParameterIncludeparam - public void removeParameter(Parameter param) throws AxisFault
removeParameter in interface ParameterIncludeAxisFaultpublic void deserializeParameters(org.apache.axiom.om.OMElement parameters)
throws AxisFault
deserializeParameters in interface ParameterIncludeparameters - OMElementAxisFaultpublic Parameter getParameter(java.lang.String name)
getParameter in interface ParameterIncludename - public java.util.ArrayList<Parameter> getParameters()
ParameterIncludegetParameters in interface ParameterIncludepublic boolean isParameterLocked(java.lang.String parameterName)
ParameterIncludeisParameterLocked in interface ParameterIncludepublic void writeExternal(java.io.ObjectOutput o)
throws java.io.IOException
writeExternal in interface java.io.Externalizableout - The stream to write the object contents tojava.io.IOExceptionpublic void readExternal(java.io.ObjectInput inObject)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablein - The stream to read the object contents fromjava.io.IOExceptionjava.lang.ClassNotFoundExceptionCopyright © 2004-2021 The Apache Software Foundation. All Rights Reserved.