public class ElementFactory extends Object
Constructor and Description |
---|
ElementFactory() |
Modifier and Type | Method and Description |
---|---|
static javax.xml.soap.SOAPElement |
createElement(SOAPDocumentImpl ownerDocument,
javax.xml.soap.Name name) |
static javax.xml.soap.SOAPElement |
createElement(SOAPDocumentImpl ownerDocument,
QName name) |
static javax.xml.soap.SOAPElement |
createElement(SOAPDocumentImpl ownerDocument,
String localName,
String prefix,
String namespaceUri) |
static javax.xml.soap.SOAPElement |
createNamedElement(SOAPDocumentImpl ownerDocument,
String localName,
String prefix,
String namespaceUri) |
protected static void |
invalidCreate(String msg) |
public static javax.xml.soap.SOAPElement createElement(SOAPDocumentImpl ownerDocument, javax.xml.soap.Name name)
public static javax.xml.soap.SOAPElement createElement(SOAPDocumentImpl ownerDocument, QName name)
public static javax.xml.soap.SOAPElement createElement(SOAPDocumentImpl ownerDocument, String localName, String prefix, String namespaceUri)
public static javax.xml.soap.SOAPElement createNamedElement(SOAPDocumentImpl ownerDocument, String localName, String prefix, String namespaceUri)
protected static void invalidCreate(String msg)
Copyright © 2015 Oracle. All Rights Reserved.