Uses of Interface
jakarta.xml.soap.Name
Package
Description
Provides the API for creating and building SOAP messages.
-
Uses of Name in com.sun.xml.messaging.saaj.soap
Modifier and TypeMethodDescriptionSOAPFactoryImpl.createName
(String localName) SOAPFactoryImpl.createName
(String localName, String prefix, String uri) -
Uses of Name in com.sun.xml.messaging.saaj.soap.impl
Modifier and TypeFieldDescriptionprotected static final Name
HeaderElementImpl.MUST_UNDERSTAND_ATTRIBUTE_LOCAL_NAME
protected static final Name
HeaderElementImpl.RELAY_ATTRIBUTE_LOCAL_NAME
Modifier and TypeMethodDescriptionEnvelopeImpl.createName
(String localName) EnvelopeImpl.createName
(String localName, String uri) EnvelopeImpl.createName
(String localName, String prefix, String uri) ElementImpl.getElementName()
Modifier and TypeMethodDescriptionElementImpl.getAllAttributes()
ElementImpl.getAllAttributesFrom
(Element element) Modifier and TypeMethodDescriptionElementImpl.addAttribute
(Name name, String value) BodyImpl.addBodyElement
(Name name) ElementImpl.addChildElement
(Name name) DetailImpl.addDetailEntry
(Name name) protected SOAPElement
BodyImpl.addElement
(Name name) protected SOAPElement
DetailImpl.addElement
(Name name) protected SOAPElement
ElementImpl.addElement
(Name name) protected SOAPElement
EnvelopeImpl.addElement
(Name name) protected SOAPElement
FaultImpl.addElement
(Name name) protected SOAPElement
HeaderImpl.addElement
(Name name) HeaderImpl.addHeaderElement
(Name name) protected abstract SOAPBodyElement
BodyImpl.createBodyElement
(Name name) protected abstract DetailEntry
DetailImpl.createDetailEntry
(Name name) static SOAPElement
ElementFactory.createElement
(SOAPDocumentImpl ownerDocument, Name name) protected SOAPElement
ElementImpl.createElement
(Name name) protected abstract SOAPHeaderElement
HeaderImpl.createHeaderElement
(Name name) protected abstract FaultElementImpl
FaultImpl.createSOAPFaultElement
(Name qname) ElementImpl.getAttributeValue
(Name name) protected static String
ElementImpl.getAttributeValueFrom
(Element element, Name name) ElementImpl.getChildElements
(Name name) protected boolean
ElementImpl.isNamespaceQualified
(Name name) boolean
ElementImpl.removeAttribute
(Name name) void
FaultImpl.setFaultCode
(Name faultCodeQName) ModifierConstructorDescriptionprotected
BodyElementImpl
(SOAPDocumentImpl ownerDoc, Name qname) protected
DetailEntryImpl
(SOAPDocumentImpl ownerDoc, Name qname) ElementImpl
(SOAPDocumentImpl ownerDoc, Name name) protected
EnvelopeImpl
(SOAPDocumentImpl ownerDoc, Name name) protected
HeaderElementImpl
(SOAPDocumentImpl ownerDoc, Name qname) -
Uses of Name in com.sun.xml.messaging.saaj.soap.name
Modifier and TypeMethodDescriptionstatic Name
NameImpl.convertToName
(QName qname) static Name
NameImpl.copyElementName
(Element element) static Name
NameImpl.createFromQualifiedName
(String qualifiedName, String uri) protected static Name
NameImpl.createFromTagAndUri
(String tagName, String uri) static Name
NameImpl.createFromTagName
(String tagName) -
Uses of Name in com.sun.xml.messaging.saaj.soap.ver1_1
Modifier and TypeMethodDescriptionprotected SOAPBodyElement
Body1_1Impl.createBodyElement
(Name name) protected DetailEntry
Detail1_1Impl.createDetailEntry
(Name name) protected SOAPHeaderElement
Header1_1Impl.createHeaderElement
(Name name) protected FaultElementImpl
Fault1_1Impl.createSOAPFaultElement
(Name qname) ModifierConstructorDescriptionBodyElement1_1Impl
(SOAPDocumentImpl ownerDoc, Name qname) DetailEntry1_1Impl
(SOAPDocumentImpl ownerDoc, Name qname) HeaderElement1_1Impl
(SOAPDocumentImpl ownerDoc, Name qname) -
Uses of Name in com.sun.xml.messaging.saaj.soap.ver1_2
Modifier and TypeMethodDescriptionBody1_2Impl.addAttribute
(Name name, String value) Detail1_2Impl.addAttribute
(Name name, String value) Envelope1_2Impl.addAttribute
(Name name, String value) Fault1_2Impl.addAttribute
(Name name, String value) FaultElement1_2Impl.addAttribute
(Name name, String value) Header1_2Impl.addAttribute
(Name name, String value) Body1_2Impl.addBodyElement
(Name name) Body1_2Impl.addChildElement
(Name name) Envelope1_2Impl.addChildElement
(Name name) protected SOAPElement
Body1_2Impl.addElement
(Name name) protected SOAPBodyElement
Body1_2Impl.createBodyElement
(Name name) protected DetailEntry
Detail1_2Impl.createDetailEntry
(Name name) protected SOAPHeaderElement
Header1_2Impl.createHeaderElement
(Name name) protected FaultElementImpl
Fault1_2Impl.createSOAPFaultElement
(Name qname) ModifierConstructorDescriptionBodyElement1_2Impl
(SOAPDocumentImpl ownerDoc, Name qname) DetailEntry1_2Impl
(SOAPDocumentImpl ownerDoc, Name qname) HeaderElement1_2Impl
(SOAPDocumentImpl ownerDoc, Name qname) -
Uses of Name in jakarta.xml.soap
Modifier and TypeMethodDescriptionSOAPEnvelope.createName
(String localName) Creates a newName
object initialized with the given local name.SOAPEnvelope.createName
(String localName, String uri) Creates a newName
object initialized with the given local name and namespace prefix.SOAPEnvelope.createName
(String localName, String prefix, String uri) Creates a newName
object initialized with the given local name, namespace prefix, and namespace URI.abstract Name
SOAPFactory.createName
(String localName) Creates a newName
object initialized with the given local name.abstract Name
SOAPFactory.createName
(String localName, String prefix, String uri) Creates a newName
object initialized with the given local name, namespace prefix, and namespace URI.SOAPElement.getElementName()
Returns the name of thisSOAPElement
object.SOAPFault.getFaultCodeAsName()
Gets the mandatory SOAP 1.1 fault code for thisSOAPFault
object as a SAAJName
object.Modifier and TypeMethodDescriptionSOAPElement.getAllAttributes()
Returns anIterator
over all the attributeName
objects in thisSOAPElement
object.Modifier and TypeMethodDescriptionSOAPElement.addAttribute
(Name name, String value) Adds an attribute with the specified name and value to thisSOAPElement
object.SOAPBody.addBodyElement
(Name name) Creates a newSOAPBodyElement
object with the specified name and adds it to thisSOAPBody
object.SOAPElement.addChildElement
(Name name) Creates a newSOAPElement
object initialized with the givenName
object and adds the new element to thisSOAPElement
object.Detail.addDetailEntry
(Name name) Creates a newDetailEntry
object with the given name and adds it to thisDetail
object.Creates a newSOAPFault
object and adds it to thisSOAPBody
object.Creates a newSOAPFault
object and adds it to thisSOAPBody
object.SOAPHeader.addHeaderElement
(Name name) Creates a newSOAPHeaderElement
object initialized with the specified name and adds it to thisSOAPHeader
object.abstract SOAPElement
SOAPFactory.createElement
(Name name) Creates aSOAPElement
object initialized with the givenName
object.SOAPElement.getAttributeValue
(Name name) Returns the value of the attribute with the specified name.SOAPElement.getChildElements
(Name name) Returns anIterator
over all the immediate childNode
s of this element with the specified name.boolean
SOAPElement.removeAttribute
(Name name) Removes the attribute with the specified name.void
SOAPFault.setFaultCode
(Name faultCodeQName) Sets thisSOAPFault
object with the given fault code.