org.apache.openejb.server.webservices.saaj
Class MessageFactoryImpl

java.lang.Object
  extended by javax.xml.soap.MessageFactory
      extended by org.apache.openejb.server.webservices.saaj.MessageFactoryImpl

public class MessageFactoryImpl
extends javax.xml.soap.MessageFactory


Constructor Summary
MessageFactoryImpl()
           
 
Method Summary
 javax.xml.soap.SOAPMessage createMessage()
           
 javax.xml.soap.SOAPMessage createMessage(javax.xml.soap.MimeHeaders arg0, InputStream arg1)
           
 
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
 

Constructor Detail

MessageFactoryImpl

public MessageFactoryImpl()
Method Detail

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-2011 The Apache OpenEJB development community. All Rights Reserved.