Uses of Interface
com.aquima.interactions.communication.IXmlElementContext
Packages that use IXmlElementContext
Package
Description
-
Uses of IXmlElementContext in com.aquima.interactions.communication
Methods in com.aquima.interactions.communication that return IXmlElementContextModifier and TypeMethodDescriptionICustomElementComposerContext.addElement
(QualifiedName name) Use this method to create an element reference.IXmlElementContext.addElement
(QualifiedName elementName) Add a child element by nameISoapMessageContext.addHeader
(QualifiedName header) Add a SOAP headerIXmlElementContext.getElement
(QualifiedName elementName) Get a child element by nameISoapMessageContext.getHeader
(QualifiedName headerName) Get a SOAP header by nameMethods in com.aquima.interactions.communication that return types with arguments of type IXmlElementContextModifier and TypeMethodDescriptionIXmlElementContext.getElements()
Get all the child elements of the nodeISoapMessageContext.getHeaders()
Get aCollection
of the SOAP headersMethods in com.aquima.interactions.communication with parameters of type IXmlElementContextModifier and TypeMethodDescriptionvoid
IXmlElementContext.removeElement
(IXmlElementContext element) Remove a child elementvoid
ISoapMessageContext.removeHeader
(IXmlElementContext header) Remove a SOAP header -
Uses of IXmlElementContext in com.aquima.interactions.communication.impl.evaluator.composer
Classes in com.aquima.interactions.communication.impl.evaluator.composer that implement IXmlElementContextModifier and TypeClassDescriptionfinal class
Internal xml element context implementation.final class
Root xml element context implementation.class
Base class forIXmlElementContext
implementationsMethods in com.aquima.interactions.communication.impl.evaluator.composer that return IXmlElementContextModifier and TypeMethodDescriptionCustomElementComposerContext.addElement
(QualifiedName name) DefaultXmlElementContext.addElement
(QualifiedName elementName) DocumentContext.addElement
(QualifiedName elementName) XmlElementContextBase.getElement
(QualifiedName elementName) Get a child element by nameMethods in com.aquima.interactions.communication.impl.evaluator.composer that return types with arguments of type IXmlElementContextModifier and TypeMethodDescriptionXmlElementContextBase.getElements()
Get all the child elements of the nodeMethods in com.aquima.interactions.communication.impl.evaluator.composer with parameters of type IXmlElementContextModifier and TypeMethodDescriptionprotected void
XmlElementContextBase.addElementToMap
(QualifiedName elementName, IXmlElementContext elementContext) Add anIXmlElementContext
to the children mapvoid
SchemaSetComposer.composeCustomElement
(String customSchemaElement, IParameters parameters, InferenceContext inferenceContext, IXmlElementContext parentElementContext) boolean
SchemaSetComposer.composeElementReference
(QualifiedName elementName, IPrimitiveValue value, InstanceContext instanceContext, IXmlElementContext parentElementContext) protected long
SchemaSetComposer.composeEmpty
(IElementParticleMappingDefinition elementDefinition, IXmlElementContext parentElementContext) protected long
SchemaSetComposer.composeEmpty
(IElementParticleMappingDefinition elementDefinition, IXmlElementContext parentElementContext, long minOccurs) boolean
SchemaSetComposer.composeNil
(QualifiedName elementName, long minOccurs, IXmlElementContext parentElementContext) protected long
SchemaSetComposer.composeTypeReference
(IXmlElementContext elementContext, ITypeReference typeReference, IPrimitiveValue value, InstanceContext context) void
XmlElementContextBase.removeElement
(IXmlElementContext element) Remove a child elementConstructors in com.aquima.interactions.communication.impl.evaluator.composer with parameters of type IXmlElementContextModifierConstructorDescriptionprotected
CustomElementComposerContext
(IParameters parameters, IXmlElementContext elementContext) -
Uses of IXmlElementContext in com.aquima.interactions.portal
Methods in com.aquima.interactions.portal that return IXmlElementContextModifier and TypeMethodDescriptionISchemaContext.addElement
(QualifiedName name) This method may be used to create an XML element. -
Uses of IXmlElementContext in com.aquima.interactions.portal.model.session
Methods in com.aquima.interactions.portal.model.session that return IXmlElementContextModifier and TypeMethodDescriptionSchemaContext.addElement
(QualifiedName name) SoapMessageContext.addHeader
(QualifiedName headerName) Add a SOAP headerSoapMessageContext.getHeader
(QualifiedName headerName) Get a SOAP header by nameMethods in com.aquima.interactions.portal.model.session that return types with arguments of type IXmlElementContextModifier and TypeMethodDescriptionSoapMessageContext.getHeaders()
Get an modifiableCollection
of the SOAP headers.Methods in com.aquima.interactions.portal.model.session with parameters of type IXmlElementContextModifier and TypeMethodDescriptionvoid
SoapMessageContext.removeHeader
(IXmlElementContext header) Remove a SOAP headerConstructors in com.aquima.interactions.portal.model.session with parameters of type IXmlElementContextModifierConstructorDescriptionSoapMessageContext
(ISoapServiceDefinition soapDefinition, IInternalPortalContext context, IXmlElementContext soapDocument, IXmlElementContext soapHeader, IXmlElementContext soapBody, String operationName) Constructs a SoapMessageContext.