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 javax.xml.soap.MessageFactory


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

GeronimoMessageFactory

public GeronimoMessageFactory()
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 © 2003-2010 The Apache Geronimo development community. All Rights Reserved.