org.apache.geronimo.webservices.saaj
Class GeronimoSOAPFactory

java.lang.Object
  extended by javax.xml.soap.SOAPFactory
      extended by org.apache.geronimo.webservices.saaj.GeronimoSOAPFactory

public class GeronimoSOAPFactory
extends SOAPFactory


Constructor Summary
GeronimoSOAPFactory()
           
 
Method Summary
 Detail createDetail()
           
 SOAPElement createElement(Name arg0)
           
 SOAPElement createElement(String arg0)
           
 SOAPElement createElement(String arg0, String arg1, String arg2)
           
 SOAPFault createFault()
           
 SOAPFault createFault(String arg0, QName arg1)
           
 Name createName(String arg0)
           
 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

GeronimoSOAPFactory

public GeronimoSOAPFactory()
Method Detail

createDetail

public Detail createDetail()
                    throws SOAPException
Specified by:
createDetail in class SOAPFactory
Throws:
SOAPException

createElement

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

createElement

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

createElement

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

createFault

public SOAPFault createFault()
                      throws SOAPException
Specified by:
createFault in class SOAPFactory
Throws:
SOAPException

createFault

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

createName

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

createName

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


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.