public class ParameterIncludeImpl extends Object implements ParameterInclude, Externalizable, SafeSerializable
| 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(String name)
Method getParameter.
|
ArrayList<Parameter> |
getParameters()
Gets all the parameters in a given description.
|
boolean |
isParameterLocked(String parameterName)
Checks whether the parameter is locked at any level.
|
void |
readExternal(ObjectInput inObject)
Restore the contents of the object that was previously saved.
|
void |
removeParameter(Parameter param) |
void |
writeExternal(ObjectOutput o)
Save the contents of this object.
|
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(String name)
getParameter in interface ParameterIncludename - public ArrayList<Parameter> getParameters()
ParameterIncludegetParameters in interface ParameterIncludepublic boolean isParameterLocked(String parameterName)
ParameterIncludeisParameterLocked in interface ParameterIncludepublic void writeExternal(ObjectOutput o) throws IOException
writeExternal in interface Externalizableout - The stream to write the object contents toIOExceptionpublic void readExternal(ObjectInput inObject) throws IOException, ClassNotFoundException
readExternal in interface Externalizablein - The stream to read the object contents fromIOExceptionClassNotFoundExceptionCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.