| |
|
| java.lang.Object org.apache.axis2.description.ParameterIncludeImpl
parameters | final protected HashMap parameters(Code) | | Field parmeters
|
ParameterIncludeImpl | public ParameterIncludeImpl()(Code) | | Constructor ParameterIncludeImpl.
|
addParameter | public void addParameter(Parameter param)(Code) | | Method addParameter
Parameters: param - |
deserializeParameters | public void deserializeParameters(OMElement parameters) throws AxisFault(Code) | | Since at runtime it parameters may be modified
to get the original state this method can be used
Parameters: parameters - OMElement throws: AxisFault - |
getParameter | public Parameter getParameter(String name)(Code) | | Method getParameter.
Parameters: name - Returns parameter. |
isParameterLocked | public boolean isParameterLocked(String parameterName)(Code) | | |
writeExternal | public void writeExternal(ObjectOutput out) throws IOException(Code) | | 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.
Parameters: out - The stream to write the object contents to throws: IOException - |
|
|
|