- java.lang.Object
-
- javax.xml.soap.SOAPElementFactory
-
Deprecated.- Use
javax.xml.soap.SOAPFactory
for creating SOAPElements.
public class SOAPElementFactory extends Object
SOAPElementFactory
is a factory for XML fragments that will eventually end up in the SOAP part. These fragments can be inserted as children of theSOAPHeader
orSOAPBody
orSOAPEnvelope
.Elements created using this factory do not have the properties of an element that lives inside a SOAP header document. These elements are copied into the XML document tree when they are inserted.
- See Also:
SOAPFactory
-
-
Method Summary
Methods Modifier and Type Method and Description SOAPElement
create(Name name)
Deprecated.Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name) insteadSOAPElement
create(String localName)
Deprecated.Use javax.xml.soap.SOAPFactory.createElement(String localName) insteadSOAPElement
create(String localName, String prefix, String uri)
Deprecated.Use javax.xml.soap.SOAPFactory.createElement(String localName, String prefix, String uri) insteadstatic SOAPElementFactory
newInstance()
Deprecated.Creates a new instance ofSOAPElementFactory
.
-
-
-
Method Detail
-
create
public SOAPElement create(Name name) throws SOAPException
Deprecated. Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name) insteadCreate aSOAPElement
object initialized with the givenName
object.- Parameters:
name
- aName
object with the XML name for the new element- Returns:
- the new
SOAPElement
object that was created - Throws:
SOAPException
- if there is an error in creating theSOAPElement
object- See Also:
SOAPFactory.createElement(javax.xml.soap.Name)
,SOAPFactory.createElement(javax.xml.namespace.QName)
-
create
public SOAPElement create(String localName) throws SOAPException
Deprecated. Use javax.xml.soap.SOAPFactory.createElement(String localName) insteadCreate aSOAPElement
object initialized with the given local name.- Parameters:
localName
- aString
giving the local name for the new element- Returns:
- the new
SOAPElement
object that was created - Throws:
SOAPException
- if there is an error in creating theSOAPElement
object- See Also:
SOAPFactory.createElement(java.lang.String)
-
create
public SOAPElement create(String localName, String prefix, String uri) throws SOAPException
Deprecated. Use javax.xml.soap.SOAPFactory.createElement(String localName, String prefix, String uri) insteadCreate a newSOAPElement
object with the given local name, prefix and uri.- Parameters:
localName
- aString
giving the local name for the new elementprefix
- the prefix for thisSOAPElement
uri
- aString
giving the URI of the namespace to which the new element belongs- Throws:
SOAPException
- if there is an error in creating theSOAPElement
object- See Also:
SOAPFactory.createElement(java.lang.String, java.lang.String, java.lang.String)
-
newInstance
public static SOAPElementFactory newInstance() throws SOAPException
Deprecated.Creates a new instance ofSOAPElementFactory
.- Returns:
- a new instance of a
SOAPElementFactory
- Throws:
SOAPException
- if there was an error creating the defaultSOAPElementFactory
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/xml/soap/SOAPElementFactory.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.