com.sun.xml.messaging.saaj.soap.impl
Class ElementFactory
java.lang.Object
com.sun.xml.messaging.saaj.soap.impl.ElementFactory
public class ElementFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementFactory
public ElementFactory()
createElement
public static javax.xml.soap.SOAPElement createElement(SOAPDocumentImpl ownerDocument,
javax.xml.soap.Name name)
createElement
public static javax.xml.soap.SOAPElement createElement(SOAPDocumentImpl ownerDocument,
javax.xml.namespace.QName name)
createElement
public static javax.xml.soap.SOAPElement createElement(SOAPDocumentImpl ownerDocument,
java.lang.String localName,
java.lang.String prefix,
java.lang.String namespaceUri)
createNamedElement
public static javax.xml.soap.SOAPElement createNamedElement(SOAPDocumentImpl ownerDocument,
java.lang.String localName,
java.lang.String prefix,
java.lang.String namespaceUri)
invalidCreate
protected static void invalidCreate(java.lang.String msg)