public class ElementFactory extends Object
Constructor and Description |
---|
ElementFactory() |
Modifier and Type | Method and Description |
---|---|
static SOAPElement |
createElement(SOAPDocumentImpl ownerDocument,
Element element)
Create element wrapper for existing DOM element.
|
static SOAPElement |
createElement(SOAPDocumentImpl ownerDocument,
Name name) |
static SOAPElement |
createElement(SOAPDocumentImpl ownerDocument,
QName name) |
static SOAPElement |
createElement(SOAPDocumentImpl ownerDocument,
String localName,
String prefix,
String namespaceUri) |
static SOAPElement |
createNamedElement(SOAPDocumentImpl ownerDocument,
String localName,
String prefix,
String namespaceUri) |
protected static void |
invalidCreate(String msg) |
public static SOAPElement createElement(SOAPDocumentImpl ownerDocument, Name name)
public static SOAPElement createElement(SOAPDocumentImpl ownerDocument, QName name)
public static SOAPElement createElement(SOAPDocumentImpl ownerDocument, Element element)
ownerDocument
- SOAP document wrapper not nullelement
- DOM element not nullpublic static SOAPElement createElement(SOAPDocumentImpl ownerDocument, String localName, String prefix, String namespaceUri)
public static SOAPElement createNamedElement(SOAPDocumentImpl ownerDocument, String localName, String prefix, String namespaceUri)
protected static void invalidCreate(String msg)
Copyright © 2019 JBoss by Red Hat. All rights reserved.