|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OMElement in org.apache.axis2 |
Methods in org.apache.axis2 that return OMElement | |
OMElement |
AxisFault.getDetail()
Get the current fault detail |
Methods in org.apache.axis2 with parameters of type OMElement | |
void |
AxisFault.setDetail(OMElement detail)
Set the entire detail element of the fault |
Uses of OMElement in org.apache.axis2.addressing |
Methods in org.apache.axis2.addressing that return OMElement | |
OMElement |
EndpointReference.getMetaData()
|
OMElement |
EndpointReference.getPolicy()
|
Methods in org.apache.axis2.addressing with parameters of type OMElement | |
void |
EndpointReference.addReferenceParameter(OMElement omElement)
|
void |
EndpointReference.addReferenceProperty(OMElement omElement)
Remember that reference properties are only supported in WS-A Submission version. |
void |
EndpointReference.setMetaData(OMElement metaData)
|
void |
EndpointReference.setPolicy(OMElement policy)
|
Uses of OMElement in org.apache.axis2.client |
Methods in org.apache.axis2.client that return OMElement | |
protected OMElement |
Stub.getElement(SOAPEnvelope env,
String type)
A util method that extracts the correct element. |
protected OMElement |
Stub.getElementFromReader(XMLStreamReader reader)
|
OMElement |
Call.invokeBlocking(String axisop,
OMElement toSend)
Deprecated. Invokes the blocking/synchronous call. |
OMElement |
ServiceClient.sendReceive(OMElement elem)
|
OMElement |
ServiceClient.sendReceive(QName operation,
OMElement elem)
|
OMElement |
RESTCall.sendReceive()
|
Methods in org.apache.axis2.client with parameters of type OMElement | |
OMElement |
Call.invokeBlocking(String axisop,
OMElement toSend)
Deprecated. Invokes the blocking/synchronous call. |
void |
Call.invokeNonBlocking(String axisop,
OMElement toSend,
Callback callback)
Deprecated. Invokes the nonblocking/asynchronous call. |
void |
ServiceClient.addHeader(OMElement header)
Add an XML element as a header to be sent with interactions. |
void |
ServiceClient.sendRobust(OMElement elem)
This is a simple client API to invoke a service operation who's MEP is Robust In-Only. |
void |
ServiceClient.sendRobust(QName operation,
OMElement elem)
This is a simple client API to invoke a service operation who's MEP is Robust In-Only. |
void |
ServiceClient.fireAndForget(OMElement elem)
Send a bit of XML and forget about it. |
void |
ServiceClient.fireAndForget(QName operation,
OMElement elem)
Send a bit of XML and forget about it under the guise of a specific operation. |
OMElement |
ServiceClient.sendReceive(OMElement elem)
|
OMElement |
ServiceClient.sendReceive(QName operation,
OMElement elem)
|
void |
ServiceClient.sendReceiveNonblocking(OMElement elem,
Callback callback)
|
void |
ServiceClient.sendReceiveNonBlocking(QName operation,
OMElement elem,
Callback callback)
|
void |
MessageSender.send(String opName,
OMElement toSend)
Deprecated. Sends a SOAP elvelope created from an OMElement. |
void |
MEPClient.addSOAPHeader(OMElement soapHeaderBlock)
Deprecated. Allows users to add a SOAP header block. |
protected MessageContext |
MEPClient.prepareTheSOAPEnvelope(OMElement toSend)
Deprecated. Prepares the SOAPEnvelope using the payload. |
void |
Options.addReferenceParameter(OMElement referenceParameter)
|
Uses of OMElement in org.apache.axis2.databinding |
Methods in org.apache.axis2.databinding that return OMElement | |
OMElement |
DeserializationContext.getMultiref(String id)
|
Methods in org.apache.axis2.databinding with parameters of type OMElement | |
void |
DeserializationContext.addMultiref(String id,
OMElement element)
|
void |
DeserializationContext.idFound(String id,
OMElement element)
|
void |
DeserializationContext.processRest(OMElement rpcElement)
|
Uses of OMElement in org.apache.axis2.databinding.typemapping |
Methods in org.apache.axis2.databinding.typemapping with parameters of type OMElement | |
static Object |
SimpleTypeMapper.getSimpleTypeObject(Class parameter,
OMElement value)
|
static ArrayList |
SimpleTypeMapper.getArrayList(OMElement element,
String localName)
|
static ArrayList |
SimpleTypeMapper.getArrayList(OMElement element)
|
Uses of OMElement in org.apache.axis2.databinding.utils |
Methods in org.apache.axis2.databinding.utils that return OMElement | |
static OMElement |
ConverterUtil.convertToanyType(String s)
|
OMElement |
MultirefHelper.getOMElement(String id)
|
OMElement |
MultirefHelper.processOMElementRef(String id)
|
OMElement |
MultirefHelper.processElementforRefs(OMElement elemnts)
|
static OMElement |
BeanUtil.getOMElement(QName opName,
Object[] args)
|
Methods in org.apache.axis2.databinding.utils with parameters of type OMElement | |
OMElement |
MultirefHelper.processElementforRefs(OMElement elemnts)
|
static OMAttribute |
MultirefHelper.processRefAtt(OMElement omElement)
|
static Object |
BeanUtil.deserialize(Class beanClass,
OMElement beanElement)
|
static Object |
BeanUtil.deserialize(Class beanClass,
OMElement beanElement,
MultirefHelper helper)
|
static Object[] |
BeanUtil.deserialize(OMElement response,
Object[] javaTypes)
To get JavaObjects from XML elemnt , the element most of the time contains only one element in that case that element will be converted to the JavaType specified by the javaTypes array The algo is as follows, get the childerns of the response element , and if it conatian more than one element then check the retuen type of that element and conver that to corresponding JavaType |
Constructors in org.apache.axis2.databinding.utils with parameters of type OMElement | |
MultirefHelper(OMElement parent)
|
Uses of OMElement in org.apache.axis2.deployment |
Methods in org.apache.axis2.deployment that return OMElement | |
OMElement |
DescriptionBuilder.buildOM()
Creates OMElement for a given description document (axis2.xml , services.xml and module.xml). |
Methods in org.apache.axis2.deployment with parameters of type OMElement | |
AxisService |
ServiceBuilder.populateService(OMElement service_element)
Populates service from corresponding OM. |
protected HashMap |
DescriptionBuilder.processMessageReceivers(OMElement messageReceivers)
Processes default message receivers specified either in axis2.xml or services.xml. |
protected HashMap |
DescriptionBuilder.processMessageReceivers(ClassLoader loader,
OMElement element)
Processes default message receivers specified either in axis2.xml or services.xml. |
protected MessageReceiver |
DescriptionBuilder.loadMessageReceiver(ClassLoader loader,
OMElement element)
|
protected Flow |
DescriptionBuilder.processFlow(OMElement flowelement,
ParameterInclude parent)
Processes flow elements in services.xml . |
protected HandlerDescription |
DescriptionBuilder.processHandler(OMElement handler_element,
ParameterInclude parent)
Processes Handler element. |
Constructors in org.apache.axis2.deployment with parameters of type OMElement | |
ServiceGroupBuilder(OMElement service,
HashMap wsdlServices,
AxisConfiguration axisConfig)
|
Uses of OMElement in org.apache.axis2.deployment.util |
Methods in org.apache.axis2.deployment.util with parameters of type OMElement | |
Phase |
PhasesInfo.makePhase(OMElement phaseElement)
|
Uses of OMElement in org.apache.axis2.description |
Methods in org.apache.axis2.description that return OMElement | |
OMElement |
ParameterImpl.getParameterElement()
|
OMElement |
Parameter.getParameterElement()
Gets the whole parameter element. |
Methods in org.apache.axis2.description with parameters of type OMElement | |
void |
ParameterIncludeImpl.deserializeParameters(OMElement parameters)
Since at runtime it parameters may be modified to get the original state this method can be used |
void |
ParameterImpl.setParameterElement(OMElement element)
|
void |
AxisMessage.deserializeParameters(OMElement parameterElement)
|
void |
TransportOutDescription.deserializeParameters(OMElement parameterElement)
|
void |
TransportInDescription.deserializeParameters(OMElement parameterElement)
|
void |
Parameter.setParameterElement(OMElement element)
Parameter can be any thing - it can be XML element with number of child elements. |
void |
ModuleConfiguration.deserializeParameters(OMElement parameterElement)
|
void |
AxisOperation.deserializeParameters(OMElement parameterElement)
|
void |
HandlerDescription.deserializeParameters(OMElement parameterElement)
|
void |
AxisService.deserializeParameters(OMElement parameterElement)
|
void |
AxisServiceGroup.deserializeParameters(OMElement parameterElement)
|
void |
ModuleDescription.deserializeParameters(OMElement parameterElement)
|
void |
ParameterInclude.deserializeParameters(OMElement parameterElement)
|
Uses of OMElement in org.apache.axis2.engine |
Methods in org.apache.axis2.engine with parameters of type OMElement | |
void |
AxisConfiguration.deserializeParameters(OMElement parameters)
|
Uses of OMElement in org.apache.axis2.om |
Methods in org.apache.axis2.om that return OMElement | |
OMElement |
OMFactory.createOMElement(String localName,
OMNamespace ns)
|
OMElement |
OMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent)
|
OMElement |
OMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder)
|
OMElement |
OMFactory.createOMElement(String localName,
String namespaceURI,
String namespacePrefix)
This is almost the same as as createOMElement(localName,OMNamespace) method above. |
OMElement |
OMFactory.createOMElement(QName qname,
OMContainer parent)
QName(localPart), QName(namespaceURI, localPart) - a prefix will be assigned to this QName(namespaceURI, localPart, prefix) |
OMElement |
OMElement.getFirstElement()
Returns the first child element of the element. |
OMElement |
OMElement.cloneOMElement()
Clones this element. |
OMElement |
OMContainer.getFirstChildWithName(QName elementQName)
Returns the first child in document order that matches the given QName criteria. |
OMElement |
OMDocument.getOMDocumentElement()
Returns the document element. |
OMElement |
OMXMLParserWrapper.getDocumentElement()
|
Methods in org.apache.axis2.om with parameters of type OMElement | |
OMText |
OMFactory.createText(OMElement parent,
String text)
|
OMText |
OMFactory.createText(OMElement parent,
String text,
int type)
|
OMText |
OMFactory.createText(OMElement parent,
String s,
String mimeType,
boolean optimize)
|
OMText |
OMFactory.createText(String contentID,
OMElement parent,
OMXMLParserWrapper builder)
|
void |
OMDocument.setOMDocumentElement(OMElement rootElement)
Sets the document element of the XML document. |
void |
OMXMLParserWrapper.discard(OMElement el)
Discards the current element. |
Uses of OMElement in org.apache.axis2.om.impl.dom |
Classes in org.apache.axis2.om.impl.dom that implement OMElement | |
class |
ElementImpl
Implementation of the org.w3c.dom.Element and org.apache.axis2.om.Element interfaces. |
Methods in org.apache.axis2.om.impl.dom that return OMElement | |
OMElement |
ElementImpl.getFirstElement()
Returns the first Element node. |
OMElement |
ElementImpl.cloneOMElement()
Creates a clone which belongs to a new document. |
OMElement |
DocumentImpl.getOMDocumentElement()
Returns the document element. |
OMElement |
ParentNode.getFirstChildWithName(QName elementQName)
Returns the first OMElement child node. |
Methods in org.apache.axis2.om.impl.dom with parameters of type OMElement | |
void |
DocumentImpl.setOMDocumentElement(OMElement rootElement)
|
Constructors in org.apache.axis2.om.impl.dom with parameters of type OMElement | |
DOMStAXWrapper(OMXMLParserWrapper builder,
OMElement startNode)
When constructing the OMStaxWrapper, the creator must produce the builder (an instance of the OMXMLparserWrapper of the input) and the Element Node to start parsing. |
|
DOMStAXWrapper(OMXMLParserWrapper builder,
OMElement startNode,
boolean cache)
Constructor OMStAXWrapper |
|
TextImpl(String contentID,
OMElement parent,
OMXMLParserWrapper builder)
|
Uses of OMElement in org.apache.axis2.om.impl.dom.factory |
Methods in org.apache.axis2.om.impl.dom.factory that return OMElement | |
OMElement |
OMDOMFactory.createOMElement(String localName,
OMNamespace ns)
|
OMElement |
OMDOMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent)
|
OMElement |
OMDOMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder)
Creates an OMElement with the builder. |
OMElement |
OMDOMFactory.createOMElement(String localName,
String namespaceURI,
String namespacePrefix)
Creates an OMElement. |
OMElement |
OMDOMFactory.createOMElement(QName qname,
OMContainer parent)
Creates a new OMDOM Element node and adds it to the given parent. |
Methods in org.apache.axis2.om.impl.dom.factory with parameters of type OMElement | |
OMText |
OMDOMFactory.createText(OMElement parent,
String text)
Creates a new OMDOM Text node with the given value and appends it to the given parent element. |
OMText |
OMDOMFactory.createText(OMElement parent,
String text,
int type)
|
OMText |
OMDOMFactory.createText(OMElement parent,
String s,
String mimeType,
boolean optimize)
Creates an OMDOM Text node, adds it to the give parent element and returns it. |
OMText |
OMDOMFactory.createText(String contentID,
OMElement parent,
OMXMLParserWrapper builder)
|
Uses of OMElement in org.apache.axis2.om.impl.llom |
Classes in org.apache.axis2.om.impl.llom that implement OMElement | |
class |
OMElementImpl
Class OMElementImpl |
Fields in org.apache.axis2.om.impl.llom declared as OMElement | |
protected OMElement |
OMDocumentImpl.documentElement
Field documentElement |
Methods in org.apache.axis2.om.impl.llom that return OMElement | |
OMElement |
OMDocumentImpl.getOMDocumentElement()
Method getDocumentElement. |
OMElement |
OMDocumentImpl.getFirstChildWithName(QName elementQName)
Method getFirstChildWithName. |
OMElement |
OMElementImpl.getFirstChildWithName(QName elementQName)
Method getFirstChildWithName. |
OMElement |
OMElementImpl.getFirstElement()
Gets first element. |
OMElement |
OMElementImpl.cloneOMElement()
|
Methods in org.apache.axis2.om.impl.llom with parameters of type OMElement | |
static void |
OMSerializerUtil.serializeStartpart(OMElement element,
OMOutputImpl omOutput)
Method serializeStartpart. |
static void |
OMSerializerUtil.serializeNamespaces(OMElement element,
OMOutputImpl omOutput)
|
static void |
OMSerializerUtil.serializeAttributes(OMElement element,
OMOutputImpl omOutput)
|
static void |
OMSerializerUtil.serializeNormal(OMElement element,
OMOutputImpl omOutput,
boolean cache)
Method serializeNormal. |
static void |
OMSerializerUtil.serializeByPullStream(OMElement element,
OMOutputImpl omOutput)
|
static void |
OMSerializerUtil.serializeByPullStream(OMElement element,
OMOutputImpl omOutput,
boolean cache)
|
void |
OMDocumentImpl.setOMDocumentElement(OMElement documentElement)
Method setDocumentElement. |
Constructors in org.apache.axis2.om.impl.llom with parameters of type OMElement | |
OMStAXWrapper(OMXMLParserWrapper builder,
OMElement startNode)
When constructing the OMStaxWrapper, the creator must produce the builder (an instance of the OMXMLparserWrapper of the input) and the Element Node to start parsing. |
|
OMStAXWrapper(OMXMLParserWrapper builder,
OMElement startNode,
boolean cache)
Constructor OMStAXWrapper. |
|
OMTextImpl(OMElement parent,
String text)
Constructor OMTextImpl. |
|
OMTextImpl(OMElement parent,
String text,
int nodeType)
|
|
OMTextImpl(OMElement parent,
String s,
String mimeType,
boolean optimize)
|
|
OMTextImpl(String contentID,
OMElement parent,
OMXMLParserWrapper builder)
|
|
OMDocumentImpl(OMElement documentElement,
OMXMLParserWrapper parserWrapper)
|
Uses of OMElement in org.apache.axis2.om.impl.llom.builder |
Methods in org.apache.axis2.om.impl.llom.builder that return OMElement | |
protected OMElement |
SAXOMBuilder.createNextElement(String localName)
|
OMElement |
SAXOMBuilder.getRootElement()
|
OMElement |
StAXOMBuilder.getDocumentElement()
Method getDocumentElement. |
Methods in org.apache.axis2.om.impl.llom.builder with parameters of type OMElement | |
protected abstract void |
StAXBuilder.processNamespaceData(OMElement node,
boolean isSOAPElement)
Method processNamespaceData. |
protected void |
StAXBuilder.processAttributes(OMElement node)
Method processAttributes. |
void |
StAXBuilder.discard(OMElement el)
Method discard. |
protected void |
StAXOMBuilder.processNamespaceData(OMElement node,
boolean isSOAPElement)
Method processNamespaceData. |
Uses of OMElement in org.apache.axis2.om.impl.llom.factory |
Methods in org.apache.axis2.om.impl.llom.factory that return OMElement | |
OMElement |
OMLinkedListImplFactory.createOMElement(String localName,
OMNamespace ns)
Method createOMElement. |
OMElement |
OMLinkedListImplFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent)
|
OMElement |
OMLinkedListImplFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder)
Method createOMElement. |
OMElement |
OMLinkedListImplFactory.createOMElement(String localName,
String namespaceURI,
String namespacePrefix)
Method createOMElement. |
OMElement |
OMLinkedListImplFactory.createOMElement(QName qname,
OMContainer parent)
Method createOMElement. |
Methods in org.apache.axis2.om.impl.llom.factory with parameters of type OMElement | |
OMText |
OMLinkedListImplFactory.createText(OMElement parent,
String text)
Method createText. |
OMText |
OMLinkedListImplFactory.createText(OMElement parent,
String text,
int type)
|
OMText |
OMLinkedListImplFactory.createText(String contentID,
OMElement parent,
OMXMLParserWrapper builder)
|
OMText |
OMLinkedListImplFactory.createText(OMElement parent,
String s,
String mimeType,
boolean optimize)
Creates text. |
Uses of OMElement in org.apache.axis2.om.impl.llom.traverse |
Constructors in org.apache.axis2.om.impl.llom.traverse with parameters of type OMElement | |
OMChildElementIterator(OMElement currentChild)
Constructor OMChildrenIterator. |
Uses of OMElement in org.apache.axis2.om.impl.llom.util |
Methods in org.apache.axis2.om.impl.llom.util with parameters of type OMElement | |
boolean |
XMLComparator.compare(OMElement elementOne,
OMElement elementTwo)
|
Uses of OMElement in org.apache.axis2.om.util |
Methods in org.apache.axis2.om.util that return OMElement | |
static OMElement |
ElementHelper.getChildWithName(OMElement parent,
String childName)
|
Methods in org.apache.axis2.om.util with parameters of type OMElement | |
static void |
ElementHelper.setNewElement(OMElement parent,
OMElement myElement,
OMElement newElement)
|
static OMElement |
ElementHelper.getChildWithName(OMElement parent,
String childName)
|
Constructors in org.apache.axis2.om.util with parameters of type OMElement | |
ElementHelper(OMElement element)
Constructs and binds to an element. |
Uses of OMElement in org.apache.axis2.rpc |
Classes in org.apache.axis2.rpc that implement OMElement | |
class |
RPCRequestElement
RPCResponseElement |
class |
RPCResponseElement
RPCResponseElement |
Methods in org.apache.axis2.rpc with parameters of type OMElement | |
RPCValues |
RPCInOutMessageReceiver.deserializeRPCElement(DeserializationContext dserContext,
RPCMethod method,
OMElement rpcElement)
|
Constructors in org.apache.axis2.rpc with parameters of type OMElement | |
RPCResponseElement(RPCMethod method,
RPCValues values,
OMElement parent)
|
|
RPCRequestElement(RPCMethod method,
RPCValues values,
OMElement parent)
|
Uses of OMElement in org.apache.axis2.rpc.client |
Methods in org.apache.axis2.rpc.client that return OMElement | |
OMElement |
RPCServiceClient.invokeBlocking(QName opName,
Object[] args)
Return value can be a single a object or an object array (itself an object) , but it is difficulty to figure the return object correctly unless we have TyepMapping in the client side too. |
static OMElement |
StubSupporter.createRPCMappedElement(String elementName,
OMNamespace ns,
Object value,
OMFactory fac)
|
Methods in org.apache.axis2.rpc.client with parameters of type OMElement | |
static Object |
StubSupporter.getRPCMappedElementValue(OMElement elt,
Class outputTypeClass)
|
Uses of OMElement in org.apache.axis2.saaj.util |
Methods in org.apache.axis2.saaj.util with parameters of type OMElement | |
static Element |
SAAJUtil.toDOM(OMElement element)
Convert a given OMElement to a DOM Element |
Uses of OMElement in org.apache.axis2.security.trust.service |
Methods in org.apache.axis2.security.trust.service that return OMElement | |
OMElement |
SecurityTokenService.requestSecurityToken(OMElement request)
|
Methods in org.apache.axis2.security.trust.service with parameters of type OMElement | |
OMElement |
SecurityTokenService.requestSecurityToken(OMElement request)
|
Uses of OMElement in org.apache.axis2.security.trust.token |
Fields in org.apache.axis2.security.trust.token declared as OMElement | |
protected OMElement |
AbstractToken.tokenElement
|
Methods in org.apache.axis2.security.trust.token that return OMElement | |
OMElement |
CancelTarget.getTargetToken()
Returns the target token to be cancelled. |
OMElement |
IssueRequestSecurityToken.getAppliesTo()
Returns the first child of the AppliesTo element. |
OMElement |
RequestSecurityToken.getToken(QName tokenQName)
Returns the requested token if available |
OMElement |
RequestSecurityToken.getRequestElement()
|
Methods in org.apache.axis2.security.trust.token with parameters of type OMElement | |
void |
CancelTarget.setCancelTarget(OMElement targetToken)
Sets the cancel target element. |
protected void |
CancelTarget.deserializeChildElement(OMElement element)
|
protected void |
Lifetime.deserializeChildElement(OMElement element)
|
void |
IssueRequestSecurityToken.setAppliesTo(OMElement value)
Sets the value of the AppliesTo element. |
void |
IssueRequestSecurityToken.setClaims(String dialectURI,
OMElement claimElement)
Can be used when setting one claim in the Claims element |
protected void |
IssueRequestSecurityToken.handleSpecificChildren(OMElement element)
|
void |
CancelRequestSecurityToken.setCancelTarget(OMElement targetToken)
Sets the cancel target with the target token |
protected void |
CancelRequestSecurityToken.handleSpecificChildren(OMElement element)
|
protected void |
RequestSecurityToken.deserializeChildElement(OMElement element)
|
void |
RequestSecurityToken.addToken(OMElement childToken)
This is provided as an extensibility mechanism to add any child element to the wst:RequestSecyrityToken element |
protected abstract void |
RequestSecurityToken.handleSpecificChildren(OMElement element)
|
protected void |
Renewing.deserializeChildElement(OMElement element)
|
protected void |
ValueToken.deserializeChildElement(OMElement element)
|
void |
Claims.addToken(OMElement token)
Adds a token as a child. |
protected void |
Claims.deserializeChildElement(OMElement element)
|
protected abstract void |
AbstractToken.deserializeChildElement(OMElement element)
This is called for each of the immediate child elements of type OMNode.ELEMENT_NODE of this token |
protected void |
RequestSecurityTokenResponse.deserializeChildElement(OMElement element)
|
void |
AppliesTo.addToken(OMElement token)
Adds a token as a child. |
protected void |
AppliesTo.deserializeChildElement(OMElement element)
|
protected void |
Entropy.deserializeChildElement(OMElement element)
|
Constructors in org.apache.axis2.security.trust.token with parameters of type OMElement | |
CancelTarget(OMElement elem)
|
|
Lifetime(OMElement elem)
|
|
RequestType(OMElement elem)
|
|
BinarySecret(OMElement elem)
|
|
IssueRequestSecurityToken(OMElement elem)
|
|
ComputedKey(OMElement elem)
|
|
CancelRequestSecurityToken(OMElement elem)
|
|
Reason(OMElement elem)
|
|
KeySize(OMElement elem)
|
|
TokenType(OMElement elem)
|
|
RequestSecurityToken(OMElement elem)
|
|
Expires(OMElement elem)
|
|
Renewing(OMElement elem)
|
|
ValueToken(OMElement elem)
|
|
Code(OMElement elem)
|
|
Claims(OMElement elem)
|
|
Created(OMElement elem)
|
|
AbstractToken(OMElement elem)
|
|
CompositeToken(OMElement elem)
|
|
RequestSecurityTokenResponse(OMElement elem)
|
|
AppliesTo(OMElement elem)
|
|
Entropy(OMElement elem)
|
Uses of OMElement in org.apache.axis2.security.util |
Methods in org.apache.axis2.security.util that return OMElement | |
static OMElement |
Axis2Util.toOM(Element element)
Converts a given DOM Element to an OMElement. |
Methods in org.apache.axis2.security.util with parameters of type OMElement | |
static Element |
Axis2Util.toDOM(OMElement element)
Converts a given OMElement to a DOM Element. |
Uses of OMElement in org.apache.axis2.soap |
Subinterfaces of OMElement in org.apache.axis2.soap | |
interface |
SOAPBody
An object that represents the contents of the SOAP body element in a SOAP message. |
interface |
SOAPEnvelope
Interface SOAPEnvelope |
interface |
SOAPFault
An element in the SOAPBody object that contains
error and/or status information. |
interface |
SOAPFaultCode
|
interface |
SOAPFaultDetail
The Detail element information item is intended for carrying application specific error information related to the SOAP Body . |
interface |
SOAPFaultNode
|
interface |
SOAPFaultReason
|
interface |
SOAPFaultRole
The Role element information item identifies the role the node was operating in at the point the fault occurred. |
interface |
SOAPFaultSubCode
|
interface |
SOAPFaultText
|
interface |
SOAPFaultValue
|
interface |
SOAPHeader
Interface SOAPHeader |
interface |
SOAPHeaderBlock
An object representing the contents in the SOAP header part of the SOAP envelope. |
Methods in org.apache.axis2.soap with parameters of type OMElement | |
void |
SOAPFaultDetail.addDetailEntry(OMElement detailElement)
Eran Chinthaka (chinthaka@apache.org) |
Uses of OMElement in org.apache.axis2.soap.impl.dom |
Classes in org.apache.axis2.soap.impl.dom that implement OMElement | |
class |
SOAPBodyImpl
|
class |
SOAPElement
|
class |
SOAPEnvelopeImpl
|
class |
SOAPFaultCodeImpl
|
class |
SOAPFaultDetailImpl
|
class |
SOAPFaultImpl
|
class |
SOAPFaultNodeImpl
|
class |
SOAPFaultReasonImpl
|
class |
SOAPFaultRoleImpl
|
class |
SOAPFaultSubCodeImpl
|
class |
SOAPFaultTextImpl
|
class |
SOAPFaultValueImpl
|
class |
SOAPHeaderBlockImpl
|
class |
SOAPHeaderImpl
|
class |
SOAPTextImpl
|
Methods in org.apache.axis2.soap.impl.dom that return OMElement | |
protected OMElement |
SOAPFaultImpl.getChildWithName(String childName)
|
Methods in org.apache.axis2.soap.impl.dom with parameters of type OMElement | |
protected void |
SOAPHeaderImpl.checkParent(OMElement parent)
|
protected void |
SOAPTextImpl.checkParent(OMElement parent)
|
protected void |
SOAPEnvelopeImpl.checkParent(OMElement parent)
|
protected void |
SOAPFaultImpl.setNewElement(OMElement myElement,
OMElement newElement)
|
protected abstract void |
SOAPElement.checkParent(OMElement parent)
This has to be implemented by all the derived classes to check for the correct parent. |
void |
SOAPFaultDetailImpl.addDetailEntry(OMElement detailElement)
|
protected void |
SOAPBodyImpl.checkParent(OMElement parent)
|
Constructors in org.apache.axis2.soap.impl.dom with parameters of type OMElement | |
SOAPTextImpl(OMElement parent)
|
|
SOAPTextImpl(OMElement parent,
OMXMLParserWrapper builder)
|
|
SOAPFaultReasonImpl(OMElement parent,
boolean extractNamespaceFromParent)
|
|
SOAPFaultSubCodeImpl(OMElement parent,
String localName)
|
|
SOAPFaultSubCodeImpl(OMElement parent,
String localName,
OMXMLParserWrapper builder)
|
|
SOAPFaultValueImpl(OMElement parent)
|
|
SOAPFaultValueImpl(OMElement parent,
OMXMLParserWrapper builder)
|
|
SOAPElement(OMElement parent,
String localName,
boolean extractNamespaceFromParent)
|
|
SOAPElement(OMElement parent,
String localName,
OMXMLParserWrapper builder)
|
|
SOAPHeaderBlockImpl(String localName,
OMNamespace ns,
OMElement parent,
OMXMLParserWrapper builder)
Constructor SOAPHeaderBlockImpl. |
Uses of OMElement in org.apache.axis2.soap.impl.dom.soap11 |
Classes in org.apache.axis2.soap.impl.dom.soap11 that implement OMElement | |
class |
SOAP11BodyImpl
|
class |
SOAP11FaultCodeImpl
|
class |
SOAP11FaultDetailImpl
|
class |
SOAP11FaultImpl
|
class |
SOAP11FaultNodeImpl
|
class |
SOAP11FaultReasonImpl
|
class |
SOAP11FaultRoleImpl
|
class |
SOAP11FaultSubCodeImpl
|
class |
SOAP11FaultTextImpl
|
class |
SOAP11FaultValueImpl
|
class |
SOAP11HeaderBlockImpl
|
class |
SOAP11HeaderImpl
|
Methods in org.apache.axis2.soap.impl.dom.soap11 with parameters of type OMElement | |
protected void |
SOAP11FaultCodeImpl.checkParent(OMElement parent)
|
protected void |
SOAP11HeaderBlockImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultReasonImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultNodeImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultTextImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultSubCodeImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultDetailImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultRoleImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultValueImpl.checkParent(OMElement parent)
|
Constructors in org.apache.axis2.soap.impl.dom.soap11 with parameters of type OMElement | |
SOAP11HeaderBlockImpl(String localName,
OMNamespace ns,
OMElement parent,
OMXMLParserWrapper builder)
Constructor SOAPHeaderBlockImpl |
|
SOAP11FaultValueImpl(OMElement parent)
|
|
SOAP11FaultValueImpl(OMElement parent,
OMXMLParserWrapper builder)
|
Uses of OMElement in org.apache.axis2.soap.impl.dom.soap12 |
Classes in org.apache.axis2.soap.impl.dom.soap12 that implement OMElement | |
class |
SOAP12BodyImpl
|
class |
SOAP12FaultCodeImpl
|
class |
SOAP12FaultDetailImpl
|
class |
SOAP12FaultImpl
|
class |
SOAP12FaultNodeImpl
|
class |
SOAP12FaultReasonImpl
|
class |
SOAP12FaultRoleImpl
|
class |
SOAP12FaultSubCodeImpl
|
class |
SOAP12FaultTextImpl
|
class |
SOAP12FaultValueImpl
|
class |
SOAP12HeaderBlockImpl
|
class |
SOAP12HeaderImpl
|
Methods in org.apache.axis2.soap.impl.dom.soap12 with parameters of type OMElement | |
protected void |
SOAP12FaultCodeImpl.checkParent(OMElement parent)
|
protected void |
SOAP12HeaderBlockImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultReasonImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultNodeImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultTextImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultSubCodeImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultDetailImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultRoleImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultValueImpl.checkParent(OMElement parent)
|
Constructors in org.apache.axis2.soap.impl.dom.soap12 with parameters of type OMElement | |
SOAP12FaultValueImpl(OMElement parent)
|
|
SOAP12FaultValueImpl(OMElement parent,
OMXMLParserWrapper builder)
|
Uses of OMElement in org.apache.axis2.soap.impl.llom |
Methods in org.apache.axis2.soap.impl.llom that return OMElement | |
protected OMElement |
SOAPFaultImpl.getChildWithName(String childName)
|
Methods in org.apache.axis2.soap.impl.llom with parameters of type OMElement | |
void |
SOAPMessageImpl.setOMDocumentElement(OMElement rootElement)
|
protected void |
SOAPTextImpl.checkParent(OMElement parent)
|
protected void |
SOAPEnvelopeImpl.checkParent(OMElement parent)
|
void |
SOAPFaultDetailImpl.addDetailEntry(OMElement detailElement)
|
protected void |
SOAPBodyImpl.checkParent(OMElement parent)
|
protected void |
SOAPFaultImpl.setNewElement(OMElement myElement,
OMElement newElement)
|
protected void |
SOAPHeaderImpl.checkParent(OMElement parent)
|
protected abstract void |
SOAPElement.checkParent(OMElement parent)
This has to be implemented by all the derived classes to check for the correct parent. |
Constructors in org.apache.axis2.soap.impl.llom with parameters of type OMElement | |
SOAPTextImpl(OMElement parent)
|
|
SOAPTextImpl(OMElement parent,
OMXMLParserWrapper builder)
|
|
SOAPHeaderBlockImpl(String localName,
OMNamespace ns,
OMElement parent,
OMXMLParserWrapper builder)
Constructor SOAPHeaderBlockImpl. |
|
SOAPFaultReasonImpl(OMElement parent,
boolean extractNamespaceFromParent)
|
|
SOAPFaultSubCodeImpl(OMElement parent,
String localName)
|
|
SOAPFaultSubCodeImpl(OMElement parent,
String localName,
OMXMLParserWrapper builder)
|
|
SOAPElement(OMElement parent,
String localName,
boolean extractNamespaceFromParent)
|
|
SOAPElement(OMElement parent,
String localName,
OMXMLParserWrapper builder)
|
|
SOAPFaultValueImpl(OMElement parent)
|
|
SOAPFaultValueImpl(OMElement parent,
OMXMLParserWrapper builder)
|
Uses of OMElement in org.apache.axis2.soap.impl.llom.builder |
Methods in org.apache.axis2.soap.impl.llom.builder that return OMElement | |
OMElement |
SOAP12BuilderHelper.handleEvent(XMLStreamReader parser,
OMElement parent,
int elementLevel)
|
OMElement |
SOAP11BuilderHelper.handleEvent(XMLStreamReader parser,
OMElement parent,
int elementLevel)
|
protected OMElement |
StAXSOAPModelBuilder.constructNode(OMElement parent,
String elementName,
boolean isEnvelope)
Method constructNode |
OMElement |
StAXSOAPModelBuilder.getDocumentElement()
Method getDocumentElement. |
abstract OMElement |
SOAPBuilderHelper.handleEvent(XMLStreamReader parser,
OMElement element,
int elementLevel)
|
Methods in org.apache.axis2.soap.impl.llom.builder with parameters of type OMElement | |
OMElement |
SOAP12BuilderHelper.handleEvent(XMLStreamReader parser,
OMElement parent,
int elementLevel)
|
OMElement |
SOAP11BuilderHelper.handleEvent(XMLStreamReader parser,
OMElement parent,
int elementLevel)
|
protected void |
StAXSOAPModelBuilder.setSOAPEnvelope(OMElement node)
|
protected OMElement |
StAXSOAPModelBuilder.constructNode(OMElement parent,
String elementName,
boolean isEnvelope)
Method constructNode |
protected void |
StAXSOAPModelBuilder.processNamespaceData(OMElement node,
boolean isSOAPElement)
Method processNamespaceData. |
abstract OMElement |
SOAPBuilderHelper.handleEvent(XMLStreamReader parser,
OMElement element,
int elementLevel)
|
protected void |
SOAPBuilderHelper.processNamespaceData(OMElement node,
boolean isSOAPElement)
|
protected void |
SOAPBuilderHelper.processAttributes(OMElement node)
|
Uses of OMElement in org.apache.axis2.soap.impl.llom.soap11 |
Methods in org.apache.axis2.soap.impl.llom.soap11 with parameters of type OMElement | |
protected void |
SOAP11FaultCodeImpl.checkParent(OMElement parent)
|
protected void |
SOAP11HeaderBlockImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultReasonImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultNodeImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultTextImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultSubCodeImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultDetailImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultRoleImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultValueImpl.checkParent(OMElement parent)
|
Constructors in org.apache.axis2.soap.impl.llom.soap11 with parameters of type OMElement | |
SOAP11HeaderBlockImpl(String localName,
OMNamespace ns,
OMElement parent,
OMXMLParserWrapper builder)
Constructor SOAPHeaderBlockImpl |
|
SOAP11FaultValueImpl(OMElement parent)
|
|
SOAP11FaultValueImpl(OMElement parent,
OMXMLParserWrapper builder)
|
Uses of OMElement in org.apache.axis2.soap.impl.llom.soap12 |
Methods in org.apache.axis2.soap.impl.llom.soap12 with parameters of type OMElement | |
protected void |
SOAP12FaultCodeImpl.checkParent(OMElement parent)
|
protected void |
SOAP12HeaderBlockImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultReasonImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultNodeImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultTextImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultSubCodeImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultDetailImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultRoleImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultValueImpl.checkParent(OMElement parent)
|
Constructors in org.apache.axis2.soap.impl.llom.soap12 with parameters of type OMElement | |
SOAP12FaultValueImpl(OMElement parent)
|
|
SOAP12FaultValueImpl(OMElement parent,
OMXMLParserWrapper builder)
|
Uses of OMElement in org.apache.axis2.transport.http |
Methods in org.apache.axis2.transport.http with parameters of type OMElement | |
org.apache.axis2.transport.http.RESTSender.RequestData |
RESTSender.createRequest(MessageContext msgContext,
OMElement dataout)
|
void |
RESTSender.send(MessageContext msgContext,
OMElement dataout,
URL url,
String soapActionString)
By this time, you must have identified that you are doing REST here. |
void |
CommonsHTTPTransportSender.writeMessageWithCommons(MessageContext msgContext,
EndpointReference toURL,
OMElement dataout,
OMOutputFormat format)
|
abstract void |
AbstractHTTPSender.send(MessageContext msgContext,
OMElement dataout,
URL url,
String soapActionString)
|
void |
SOAPOverHTTPSender.send(MessageContext msgContext,
OMElement dataout,
URL url,
String soapActionString)
|
Constructors in org.apache.axis2.transport.http with parameters of type OMElement | |
AbstractHTTPSender.AxisRequestEntity(OMElement element,
boolean chunked,
MessageContext msgCtxt,
String charSetEncoding,
String soapActionString)
|
|
SOAPOverHTTPSender.AxisSOAPRequestEntity(OMElement element,
boolean chunked,
MessageContext msgCtxt,
String charSetEncoding,
String soapActionString)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |