org.apache.geronimo.webservices.saaj
Class GeronimoSOAPFactory
java.lang.Object
javax.xml.soap.SOAPFactory
org.apache.geronimo.webservices.saaj.GeronimoSOAPFactory
public class GeronimoSOAPFactory
- extends javax.xml.soap.SOAPFactory
| 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 |
GeronimoSOAPFactory
public GeronimoSOAPFactory()
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 © 2003-2010 The Apache Geronimo development community. All Rights Reserved.