org.apache.openejb.server.webservices.saaj
Class MessageFactoryImpl
java.lang.Object
javax.xml.soap.MessageFactory
org.apache.openejb.server.webservices.saaj.MessageFactoryImpl
public class MessageFactoryImpl
- extends javax.xml.soap.MessageFactory
Methods inherited from class javax.xml.soap.MessageFactory |
newInstance, newInstance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageFactoryImpl
public MessageFactoryImpl()
createMessage
public javax.xml.soap.SOAPMessage createMessage()
throws javax.xml.soap.SOAPException
- Specified by:
createMessage
in class javax.xml.soap.MessageFactory
- Throws:
javax.xml.soap.SOAPException
createMessage
public javax.xml.soap.SOAPMessage createMessage(javax.xml.soap.MimeHeaders arg0,
InputStream arg1)
throws IOException,
javax.xml.soap.SOAPException
- Specified by:
createMessage
in class javax.xml.soap.MessageFactory
- Throws:
IOException
javax.xml.soap.SOAPException
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.