Uses of Interface
jakarta.xml.soap.Name
Packages that use Name
Package
Description
Provides the API for creating and building SOAP messages.
-
Uses of Name in com.sun.xml.messaging.saaj.soap
Methods in com.sun.xml.messaging.saaj.soap that return NameModifier and TypeMethodDescriptionSOAPFactoryImpl.createName(String localName) SOAPFactoryImpl.createName(String localName, String prefix, String uri) Methods in com.sun.xml.messaging.saaj.soap with parameters of type Name -
Uses of Name in com.sun.xml.messaging.saaj.soap.impl
Fields in com.sun.xml.messaging.saaj.soap.impl declared as NameModifier and TypeFieldDescriptionprotected static final NameHeaderElementImpl.MUST_UNDERSTAND_ATTRIBUTE_LOCAL_NAMEprotected static final NameHeaderElementImpl.RELAY_ATTRIBUTE_LOCAL_NAMEMethods in com.sun.xml.messaging.saaj.soap.impl that return NameModifier and TypeMethodDescriptionEnvelopeImpl.createName(String localName) EnvelopeImpl.createName(String localName, String uri) EnvelopeImpl.createName(String localName, String prefix, String uri) ElementImpl.getElementName()Methods in com.sun.xml.messaging.saaj.soap.impl that return types with arguments of type NameModifier and TypeMethodDescriptionElementImpl.getAllAttributes()ElementImpl.getAllAttributesFrom(Element element) Methods in com.sun.xml.messaging.saaj.soap.impl with parameters of type NameModifier and TypeMethodDescriptionElementImpl.addAttribute(Name name, String value) BodyImpl.addBodyElement(Name name) ElementImpl.addChildElement(Name name) DetailImpl.addDetailEntry(Name name) protected SOAPElementBodyImpl.addElement(Name name) protected SOAPElementDetailImpl.addElement(Name name) protected SOAPElementElementImpl.addElement(Name name) protected SOAPElementEnvelopeImpl.addElement(Name name) protected SOAPElementFaultImpl.addElement(Name name) protected SOAPElementHeaderImpl.addElement(Name name) HeaderImpl.addHeaderElement(Name name) protected abstract SOAPBodyElementBodyImpl.createBodyElement(Name name) protected abstract DetailEntryDetailImpl.createDetailEntry(Name name) static SOAPElementElementFactory.createElement(SOAPDocumentImpl ownerDocument, Name name) protected SOAPElementElementImpl.createElement(Name name) protected abstract SOAPHeaderElementHeaderImpl.createHeaderElement(Name name) protected abstract FaultElementImplFaultImpl.createSOAPFaultElement(Name qname) ElementImpl.getAttributeValue(Name name) protected static StringElementImpl.getAttributeValueFrom(Element element, Name name) ElementImpl.getChildElements(Name name) protected booleanElementImpl.isNamespaceQualified(Name name) booleanElementImpl.removeAttribute(Name name) voidFaultImpl.setFaultCode(Name faultCodeQName) Constructors in com.sun.xml.messaging.saaj.soap.impl with parameters of type NameModifierConstructorDescriptionprotectedBodyElementImpl(SOAPDocumentImpl ownerDoc, Name qname) protectedDetailEntryImpl(SOAPDocumentImpl ownerDoc, Name qname) ElementImpl(SOAPDocumentImpl ownerDoc, Name name) protectedEnvelopeImpl(SOAPDocumentImpl ownerDoc, Name name) protectedHeaderElementImpl(SOAPDocumentImpl ownerDoc, Name qname) -
Uses of Name in com.sun.xml.messaging.saaj.soap.name
Classes in com.sun.xml.messaging.saaj.soap.name that implement NameMethods in com.sun.xml.messaging.saaj.soap.name that return NameModifier and TypeMethodDescriptionstatic NameNameImpl.convertToName(QName qname) static NameNameImpl.copyElementName(Element element) static NameNameImpl.createFromQualifiedName(String qualifiedName, String uri) protected static NameNameImpl.createFromTagAndUri(String tagName, String uri) static NameNameImpl.createFromTagName(String tagName) Methods in com.sun.xml.messaging.saaj.soap.name with parameters of type Name -
Uses of Name in com.sun.xml.messaging.saaj.soap.ver1_1
Methods in com.sun.xml.messaging.saaj.soap.ver1_1 that return NameMethods in com.sun.xml.messaging.saaj.soap.ver1_1 with parameters of type NameModifier and TypeMethodDescriptionprotected SOAPBodyElementBody1_1Impl.createBodyElement(Name name) protected DetailEntryDetail1_1Impl.createDetailEntry(Name name) protected SOAPHeaderElementHeader1_1Impl.createHeaderElement(Name name) protected FaultElementImplFault1_1Impl.createSOAPFaultElement(Name qname) Constructors in com.sun.xml.messaging.saaj.soap.ver1_1 with parameters of type NameModifierConstructorDescriptionBodyElement1_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
Methods in com.sun.xml.messaging.saaj.soap.ver1_2 that return NameMethods in com.sun.xml.messaging.saaj.soap.ver1_2 with parameters of type NameModifier 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 SOAPElementBody1_2Impl.addElement(Name name) protected SOAPBodyElementBody1_2Impl.createBodyElement(Name name) protected DetailEntryDetail1_2Impl.createDetailEntry(Name name) protected SOAPHeaderElementHeader1_2Impl.createHeaderElement(Name name) protected FaultElementImplFault1_2Impl.createSOAPFaultElement(Name qname) Constructors in com.sun.xml.messaging.saaj.soap.ver1_2 with parameters of type NameModifierConstructorDescriptionBodyElement1_2Impl(SOAPDocumentImpl ownerDoc, Name qname) DetailEntry1_2Impl(SOAPDocumentImpl ownerDoc, Name qname) HeaderElement1_2Impl(SOAPDocumentImpl ownerDoc, Name qname) -
Uses of Name in jakarta.xml.soap
Methods in jakarta.xml.soap that return NameModifier and TypeMethodDescriptionSOAPEnvelope.createName(String localName) Creates a newNameobject initialized with the given local name.SOAPEnvelope.createName(String localName, String uri) Creates a newNameobject initialized with the given local name and namespace prefix.SOAPEnvelope.createName(String localName, String prefix, String uri) Creates a newNameobject initialized with the given local name, namespace prefix, and namespace URI.abstract NameSOAPFactory.createName(String localName) Creates a newNameobject initialized with the given local name.abstract NameSOAPFactory.createName(String localName, String prefix, String uri) Creates a newNameobject initialized with the given local name, namespace prefix, and namespace URI.SOAPElement.getElementName()Returns the name of thisSOAPElementobject.SOAPFault.getFaultCodeAsName()Gets the mandatory SOAP 1.1 fault code for thisSOAPFaultobject as a SAAJNameobject.Methods in jakarta.xml.soap that return types with arguments of type NameModifier and TypeMethodDescriptionSOAPElement.getAllAttributes()Returns anIteratorover all the attributeNameobjects in thisSOAPElementobject.Methods in jakarta.xml.soap with parameters of type NameModifier and TypeMethodDescriptionSOAPElement.addAttribute(Name name, String value) Adds an attribute with the specified name and value to thisSOAPElementobject.SOAPBody.addBodyElement(Name name) Creates a newSOAPBodyElementobject with the specified name and adds it to thisSOAPBodyobject.SOAPElement.addChildElement(Name name) Creates a newSOAPElementobject initialized with the givenNameobject and adds the new element to thisSOAPElementobject.Detail.addDetailEntry(Name name) Creates a newDetailEntryobject with the given name and adds it to thisDetailobject.Creates a newSOAPFaultobject and adds it to thisSOAPBodyobject.Creates a newSOAPFaultobject and adds it to thisSOAPBodyobject.SOAPHeader.addHeaderElement(Name name) Creates a newSOAPHeaderElementobject initialized with the specified name and adds it to thisSOAPHeaderobject.abstract SOAPElementSOAPFactory.createElement(Name name) Creates aSOAPElementobject initialized with the givenNameobject.SOAPElement.getAttributeValue(Name name) Returns the value of the attribute with the specified name.SOAPElement.getChildElements(Name name) Returns anIteratorover all the immediate childNodes of this element with the specified name.booleanSOAPElement.removeAttribute(Name name) Removes the attribute with the specified name.voidSOAPFault.setFaultCode(Name faultCodeQName) Sets thisSOAPFaultobject with the given fault code.