- 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
-
-
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-javax/xml/soap/SOAPElementFactory.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.