|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SOAPElementAxisImpl | |
org.apache.axis.encoding | |
org.apache.axis.message | |
org.apache.axis.types |
Uses of SOAPElementAxisImpl in org.apache.axis.encoding |
Methods in org.apache.axis.encoding that return SOAPElementAxisImpl | |
SOAPElementAxisImpl |
DeserializationContextImpl.getCurElement()
Get current MessageElement |
SOAPElementAxisImpl |
DeserializationContextImpl.getElementByID(String id)
Get the MessageElement for the indicated id (where id is the #value of an href) If the MessageElement has not been processed, the MessageElement will be returned. |
SOAPElementAxisImpl |
DeserializationContext.getCurElement()
Get current MessageElement |
SOAPElementAxisImpl |
DeserializationContext.getElementByID(String id)
Get the MessageElement for the indicated id (where id is the #value of an href) If the MessageElement has not been processed, the MessageElement will be returned. |
Methods in org.apache.axis.encoding with parameters of type SOAPElementAxisImpl | |
void |
DeserializationContextImpl.setCurElement(SOAPElementAxisImpl el)
Set current MessageElement |
void |
DeserializationContextImpl.registerElementByID(String id,
SOAPElementAxisImpl elem)
Register the MessageElement with this id (where id is id= form without the #) This routine is called when the MessageElement with an id is read. |
void |
DeserializationContextImpl.pushNewElement(SOAPElementAxisImpl elem)
Push the MessageElement into the recorder |
void |
DeserializationContext.setCurElement(SOAPElementAxisImpl el)
Set current MessageElement |
void |
DeserializationContext.registerElementByID(String id,
SOAPElementAxisImpl elem)
Register the MessageElement with this id (where id is id= form without the #) This routine is called when the MessageElement with an id is read. |
void |
DeserializationContext.pushNewElement(SOAPElementAxisImpl elem)
Push the MessageElement into the recorder |
Uses of SOAPElementAxisImpl in org.apache.axis.message |
Subclasses of SOAPElementAxisImpl in org.apache.axis.message | |
class |
DetailEntryImpl
Detail Entry implementation |
class |
DetailImpl
Detail Container implementation |
class |
InputStreamBody
|
class |
RPCElement
|
class |
RPCHeaderParam
|
class |
RPCParamElementImpl
Abstracts an RPC parameter as SOAPElement This is a hack that bridges between the SOAPElement that represents a RPC parameter and the actual RPCParam object which lives in a list inside the RPCElement. |
class |
SOAPBodyAxisImpl
Holder for body elements. |
class |
SOAPBodyElementAxisImpl
A Body element. |
class |
SOAPBodyElementImpl
An implemenation of the abstract SOAPEnvelope. |
class |
SOAPBodyImpl
An implemenation of the abstract SOAPBody. |
class |
SOAPEnvelopeAxisImpl
Implementation of a SOAP Envelope |
class |
SOAPEnvelopeImpl
An implemenation of the abstract SOAPEnvelope. |
class |
SOAPFaultElementImpl
SOAP Fault implementation * * @author Davanum Srinivas (dims@yahoo.com) |
class |
SOAPFaultImpl
A Fault body element. |
class |
SOAPHeaderAxisImpl
Holder for header elements. |
class |
SOAPHeaderElementAxisImpl
A simple header element abstraction. |
class |
SOAPHeaderElementImpl
An implemenation of the abstract SOAPElement. |
class |
SOAPHeaderImpl
An implemenation of the abstract SOAPEnvelope. |
Fields in org.apache.axis.message declared as SOAPElementAxisImpl | |
SOAPElementAxisImpl |
SOAPHandler.myElement
|
Methods in org.apache.axis.message that return SOAPElementAxisImpl | |
SOAPElementAxisImpl |
SOAPHandler.makeNewElement(String namespace,
String localName,
String prefix,
Attributes attributes,
DeserializationContext context)
|
SOAPElementAxisImpl |
SOAPElementAxisImpl.getRealElement()
|
protected SOAPElementAxisImpl |
SOAPBodyAxisImpl.findElement(List list,
String namespace,
String localPart)
|
SOAPElementAxisImpl |
RPCElementHandler.makeNewElement(String namespace,
String localName,
String prefix,
Attributes attributes,
DeserializationContext context)
|
SOAPElementAxisImpl |
BodyBuilder.makeNewElement(String namespace,
String localName,
String prefix,
Attributes attributes,
DeserializationContext context)
|
Methods in org.apache.axis.message with parameters of type SOAPElementAxisImpl | |
void |
SOAPEnvelopeAxisImpl.removeTrailer(SOAPElementAxisImpl element)
Remove an element from the trailer |
void |
SOAPEnvelopeAxisImpl.addTrailer(SOAPElementAxisImpl element)
Add an element to the trailer |
void |
SOAPElementAxisImpl.addChild(SOAPElementAxisImpl el)
Note that this method will log a error and no-op if there is a value (set using setObjectValue) in the MessageElement. |
int |
SAX2EventRecorder.newElement(SOAPElementAxisImpl elem)
|
Constructors in org.apache.axis.message with parameters of type SOAPElementAxisImpl | |
SOAPHandler(SOAPElementAxisImpl[] elements,
int index)
This constructor allows deferred setting of any elements |
Uses of SOAPElementAxisImpl in org.apache.axis.types |
Methods in org.apache.axis.types that return SOAPElementAxisImpl | |
SOAPElementAxisImpl[] |
Schema.get_any()
|
Methods in org.apache.axis.types with parameters of type SOAPElementAxisImpl | |
void |
Schema.set_any(SOAPElementAxisImpl[] _any)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |