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 MessageFactory


Constructor Summary
MessageFactoryImpl()
           
 
Method Summary
 SOAPMessage createMessage()
           
 SOAPMessage createMessage(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 SOAPMessage createMessage()
                          throws SOAPException
Specified by:
createMessage in class MessageFactory
Throws:
SOAPException

createMessage

public SOAPMessage createMessage(MimeHeaders arg0,
                                 InputStream arg1)
                          throws IOException,
                                 SOAPException
Specified by:
createMessage in class MessageFactory
Throws:
IOException
SOAPException


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.