com.sun.xml.messaging.saaj.soap.impl
Class ElementFactory

java.lang.Object
  extended by com.sun.xml.messaging.saaj.soap.impl.ElementFactory

public class ElementFactory
extends java.lang.Object


Constructor Summary
ElementFactory()
           
 
Method Summary
static javax.xml.soap.SOAPElement createElement(SOAPDocumentImpl ownerDocument, javax.xml.soap.Name name)
           
static javax.xml.soap.SOAPElement createElement(SOAPDocumentImpl ownerDocument, javax.xml.namespace.QName name)
           
static javax.xml.soap.SOAPElement createElement(SOAPDocumentImpl ownerDocument, java.lang.String localName, java.lang.String prefix, java.lang.String namespaceUri)
           
static javax.xml.soap.SOAPElement createNamedElement(SOAPDocumentImpl ownerDocument, java.lang.String localName, java.lang.String prefix, java.lang.String namespaceUri)
           
protected static void invalidCreate(java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementFactory

public ElementFactory()
Method Detail

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)