org.apache.openejb.server.webservices.saaj
Class SoapFactoryImpl
java.lang.Object
javax.xml.soap.SOAPFactory
org.apache.openejb.server.webservices.saaj.SoapFactoryImpl
public class SoapFactoryImpl
- 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 |
SoapFactoryImpl
public SoapFactoryImpl()
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-2013 The Apache OpenEJB development community. All Rights Reserved.