Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.axis.message.NodeImpl
org.apache.axis.message.MessageElement
org.apache.axis.message.SOAPBodyElement
org.apache.axis.message.RPCElement
public class RPCElement
extends SOAPBodyElement
Nested Class Summary |
Nested classes/interfaces inherited from class org.apache.axis.message.MessageElement | |
MessageElement.QNameAttr |
Field Summary | |
protected boolean |
Fields inherited from class org.apache.axis.message.MessageElement | |
_isRoot , context , encodingStyle , endEventIndex , fixupDeserializer , href , id , log , message , namespaces , qNameAttrs , recorder , startContentsIndex , startEventIndex , typeQName |
Fields inherited from class org.apache.axis.message.NodeImpl | |
_isDirty , attributes , children , document , log , name , namespaceURI , parent , prefix , textRep |
Constructor Summary | |
| |
| |
|
Method Summary | |
void | |
void | |
String | |
OperationDesc[] | |
RPCParam |
|
Vector | |
protected void |
|
void |
|
void | |
void |
Methods inherited from class org.apache.axis.message.SOAPBodyElement | |
setParentElement |
public RPCElement(String methodName)
public RPCElement(String namespace, String methodName, Object[] args)
public RPCElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context, OperationDesc[] operations) throws AxisFault
public void deserialize() throws SAXException
public String getMethodName()
public RPCParam getParam(String name) throws SAXException
This gets the FIRST param whose name matches. !!! Should it return more in the case of duplicates?
public Vector getParams() throws SAXException
protected void outputImpl(SerializationContext context) throws Exception
override point -output to a serialization context.
- Overrides:
- outputImpl in interface MessageElement
- Parameters:
public void setNeedDeser(boolean needDeser)