Uses of Interface
jakarta.xml.soap.Name
-
Packages that use Name Package Description com.sun.xml.messaging.saaj.soap com.sun.xml.messaging.saaj.soap.impl com.sun.xml.messaging.saaj.soap.name com.sun.xml.messaging.saaj.soap.ver1_1 com.sun.xml.messaging.saaj.soap.ver1_2 jakarta.xml.soap 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 Name Modifier and Type Method Description NameSOAPFactoryImpl. createName(String localName)NameSOAPFactoryImpl. createName(String localName, String prefix, String uri)Methods in com.sun.xml.messaging.saaj.soap with parameters of type Name Modifier and Type Method Description SOAPElementSOAPFactoryImpl. createElement(Name name) -
Uses of Name in com.sun.xml.messaging.saaj.soap.impl
Fields in com.sun.xml.messaging.saaj.soap.impl declared as Name Modifier and Type Field Description protected static NameHeaderElementImpl. MUST_UNDERSTAND_ATTRIBUTE_LOCAL_NAMEprotected static NameHeaderElementImpl. RELAY_ATTRIBUTE_LOCAL_NAMEMethods in com.sun.xml.messaging.saaj.soap.impl that return Name Modifier and Type Method Description NameEnvelopeImpl. createName(String localName)NameEnvelopeImpl. createName(String localName, String uri)NameEnvelopeImpl. createName(String localName, String prefix, String uri)NameElementImpl. getElementName()Methods in com.sun.xml.messaging.saaj.soap.impl that return types with arguments of type Name Modifier and Type Method Description Iterator<Name>ElementImpl. getAllAttributes()protected static Iterator<Name>ElementImpl. getAllAttributesFrom(Element element)Methods in com.sun.xml.messaging.saaj.soap.impl with parameters of type Name Modifier and Type Method Description SOAPElementElementImpl. addAttribute(Name name, String value)SOAPBodyElementBodyImpl. addBodyElement(Name name)SOAPElementElementImpl. addChildElement(Name name)DetailEntryDetailImpl. 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)SOAPFaultBodyImpl. addFault(Name faultCode, String faultString)SOAPFaultBodyImpl. addFault(Name faultCode, String faultString, Locale locale)SOAPHeaderElementHeaderImpl. 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)StringElementImpl. getAttributeValue(Name name)protected static StringElementImpl. getAttributeValueFrom(Element element, Name name)Iterator<Node>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 Name Constructor Description BodyElementImpl(SOAPDocumentImpl ownerDoc, Name qname)DetailEntryImpl(SOAPDocumentImpl ownerDoc, Name qname)ElementImpl(SOAPDocumentImpl ownerDoc, Name name)EnvelopeImpl(SOAPDocumentImpl ownerDoc, Name name)HeaderElementImpl(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 Name Modifier and Type Class Description classNameImplMethods in com.sun.xml.messaging.saaj.soap.name that return Name Modifier and Type Method Description static 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 Modifier and Type Method Description static QNameNameImpl. convertToQName(Name 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 Name Modifier and Type Method Description NameFault1_1Impl. getFaultCodeAsName()Methods in com.sun.xml.messaging.saaj.soap.ver1_1 with parameters of type Name Modifier and Type Method Description protected 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 Name Constructor Description BodyElement1_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 Name Modifier and Type Method Description NameFault1_2Impl. getFaultCodeAsName()Constructors in com.sun.xml.messaging.saaj.soap.ver1_2 with parameters of type Name Constructor Description BodyElement1_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 Name Modifier and Type Method Description NameSOAPEnvelope. createName(String localName)Creates a newNameobject initialized with the given local name.NameSOAPEnvelope. createName(String localName, String uri)Creates a newNameobject initialized with the given local name and namespace prefix.NameSOAPEnvelope. 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.NameSOAPElement. getElementName()Returns the name of thisSOAPElementobject.NameSOAPFault. 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 Name Modifier and Type Method Description Iterator<Name>SOAPElement. getAllAttributes()Returns anIteratorover all of the attributeNameobjects in thisSOAPElementobject.Methods in jakarta.xml.soap with parameters of type Name Modifier and Type Method Description SOAPElementSOAPElement. addAttribute(Name name, String value)Adds an attribute with the specified name and value to thisSOAPElementobject.SOAPBodyElementSOAPBody. addBodyElement(Name name)Creates a newSOAPBodyElementobject with the specified name and adds it to thisSOAPBodyobject.SOAPElementSOAPElement. addChildElement(Name name)Creates a newSOAPElementobject initialized with the givenNameobject and adds the new element to thisSOAPElementobject.DetailEntryDetail. addDetailEntry(Name name)Creates a newDetailEntryobject with the given name and adds it to thisDetailobject.SOAPFaultSOAPBody. addFault(Name faultCode, String faultString)Creates a newSOAPFaultobject and adds it to thisSOAPBodyobject.SOAPFaultSOAPBody. addFault(Name faultCode, String faultString, Locale locale)Creates a newSOAPFaultobject and adds it to thisSOAPBodyobject.SOAPHeaderElementSOAPHeader. 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.StringSOAPElement. getAttributeValue(Name name)Returns the value of the attribute with the specified name.Iterator<Node>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.
-