org.apache.geronimo.webservices.saaj
Class GeronimoMessageFactory

java.lang.Object
  extended by javax.xml.soap.MessageFactory
      extended by org.apache.geronimo.webservices.saaj.GeronimoMessageFactory

public class GeronimoMessageFactory
extends MessageFactory


Constructor Summary
GeronimoMessageFactory()
           
 
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

GeronimoMessageFactory

public GeronimoMessageFactory()
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 © 2003-2007 Apache Software Foundation. All Rights Reserved.