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
Method Summary |
javax.xml.soap.Detail |
createDetail()
|
javax.xml.soap.SOAPElement |
createElement(javax.xml.soap.Name arg0)
|
javax.xml.soap.SOAPElement |
createElement(java.lang.String arg0)
|
javax.xml.soap.SOAPElement |
createElement(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2)
|
javax.xml.soap.SOAPFault |
createFault()
|
javax.xml.soap.SOAPFault |
createFault(java.lang.String arg0,
javax.xml.namespace.QName arg1)
|
javax.xml.soap.Name |
createName(java.lang.String arg0)
|
javax.xml.soap.Name |
createName(java.lang.String arg0,
java.lang.String arg1,
java.lang.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 |
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(java.lang.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(java.lang.String arg0,
java.lang.String arg1,
java.lang.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(java.lang.String arg0,
javax.xml.namespace.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(java.lang.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(java.lang.String arg0,
java.lang.String arg1,
java.lang.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.