| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.axis.message.NodeImplorg.apache.axis.message.MessageElementorg.apache.axis.message.SOAPBodyElementorg.apache.axis.message.RPCElementpublic class RPCElementextends SOAPBodyElementNested 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 AxisFaultpublic void deserialize()
throws SAXExceptionpublic 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 SAXExceptionprotected void outputImpl(SerializationContext context) throws Exception
override point -output to a serialization context.
- Overrides:
- outputImpl in interface MessageElement
- Parameters:
public void setNeedDeser(boolean needDeser)