org.apache.openejb.server.webservices.saaj
Class SoapFactoryImpl

java.lang.Object
  extended by javax.xml.soap.SOAPFactory
      extended by org.apache.openejb.server.webservices.saaj.SoapFactoryImpl

public class SoapFactoryImpl
extends javax.xml.soap.SOAPFactory


Constructor Summary
SoapFactoryImpl()
           
 
Method Summary
 javax.xml.soap.Detail createDetail()
           
 javax.xml.soap.SOAPElement createElement(javax.xml.soap.Name arg0)
           
 javax.xml.soap.SOAPElement createElement(String arg0)
           
 javax.xml.soap.SOAPElement createElement(String arg0, String arg1, String arg2)
           
 javax.xml.soap.SOAPFault createFault()
           
 javax.xml.soap.SOAPFault createFault(String arg0, QName arg1)
           
 javax.xml.soap.Name createName(String arg0)
           
 javax.xml.soap.Name createName(String arg0, String arg1, String arg2)
           
 
Methods inherited from class javax.xml.soap.SOAPFactory
createElement, createElement, newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapFactoryImpl

public SoapFactoryImpl()
Method Detail

createDetail

public javax.xml.soap.Detail createDetail()
                                   throws javax.xml.soap.SOAPException
Specified by:
createDetail in class javax.xml.soap.SOAPFactory
Throws:
javax.xml.soap.SOAPException

createElement

public javax.xml.soap.SOAPElement createElement(javax.xml.soap.Name arg0)
                                         throws javax.xml.soap.SOAPException
Specified by:
createElement in class javax.xml.soap.SOAPFactory
Throws:
javax.xml.soap.SOAPException

createElement

public javax.xml.soap.SOAPElement createElement(String arg0)
                                         throws javax.xml.soap.SOAPException
Specified by:
createElement in class javax.xml.soap.SOAPFactory
Throws:
javax.xml.soap.SOAPException

createElement

public javax.xml.soap.SOAPElement createElement(String arg0,
                                                String arg1,
                                                String arg2)
                                         throws javax.xml.soap.SOAPException
Specified by:
createElement in class javax.xml.soap.SOAPFactory
Throws:
javax.xml.soap.SOAPException

createFault

public javax.xml.soap.SOAPFault createFault()
                                     throws javax.xml.soap.SOAPException
Specified by:
createFault in class javax.xml.soap.SOAPFactory
Throws:
javax.xml.soap.SOAPException

createFault

public javax.xml.soap.SOAPFault createFault(String arg0,
                                            QName arg1)
                                     throws javax.xml.soap.SOAPException
Specified by:
createFault in class javax.xml.soap.SOAPFactory
Throws:
javax.xml.soap.SOAPException

createName

public javax.xml.soap.Name createName(String arg0)
                               throws javax.xml.soap.SOAPException
Specified by:
createName in class javax.xml.soap.SOAPFactory
Throws:
javax.xml.soap.SOAPException

createName

public javax.xml.soap.Name createName(String arg0,
                                      String arg1,
                                      String arg2)
                               throws javax.xml.soap.SOAPException
Specified by:
createName in class javax.xml.soap.SOAPFactory
Throws:
javax.xml.soap.SOAPException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.