org.apache.geronimo.webservices.saaj
Class GeronimoSOAPFactory
java.lang.Object
javax.xml.soap.SOAPFactory
org.apache.geronimo.webservices.saaj.GeronimoSOAPFactory
public class GeronimoSOAPFactory
- extends SOAPFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeronimoSOAPFactory
public GeronimoSOAPFactory()
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-2007 Apache Software Foundation. All Rights Reserved.