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 Object


Constructor Summary
ElementFactory()
           
 
Method Summary
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)
           
 
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 SOAPElement createElement(SOAPDocumentImpl ownerDocument,
                                        Name name)

createElement

public static SOAPElement createElement(SOAPDocumentImpl ownerDocument,
                                        QName name)

createElement

public static SOAPElement createElement(SOAPDocumentImpl ownerDocument,
                                        String localName,
                                        String prefix,
                                        String namespaceUri)

createNamedElement

public static SOAPElement createNamedElement(SOAPDocumentImpl ownerDocument,
                                             String localName,
                                             String prefix,
                                             String namespaceUri)

invalidCreate

protected static void invalidCreate(String msg)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.