com.sun.xml.messaging.jaxm.soaprp
Class SOAPRPMessageFactoryImpl

java.lang.Object
  |
  +--javax.xml.soap.MessageFactory
        |
        +--com.sun.xml.messaging.jaxm.soaprp.SOAPRPMessageFactoryImpl
All Implemented Interfaces:
java.io.Serializable

public class SOAPRPMessageFactoryImpl
extends javax.xml.soap.MessageFactory
implements java.io.Serializable

A factory for creating SOAP-RP Messages

See Also:
Serialized Form

Constructor Summary
SOAPRPMessageFactoryImpl()
           
 
Method Summary
 javax.xml.soap.SOAPMessage createMessage()
          Constructs a SOAP-RP Message
 javax.xml.soap.SOAPMessage createMessage(javax.xml.soap.MimeHeaders headers, java.io.InputStream is)
          Creates a SOAPR-RP Message from the input stream
 javax.xml.soap.SOAPMessage createMessage(javax.xml.soap.SOAPMessage message)
          Creates a SOAPR-RP Message from a SOAPMessage.
 
Methods inherited from class javax.xml.soap.MessageFactory
newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPRPMessageFactoryImpl

public SOAPRPMessageFactoryImpl()
Method Detail

createMessage

public javax.xml.soap.SOAPMessage createMessage()
                                         throws javax.xml.soap.SOAPException
Constructs a SOAP-RP Message
Overrides:
createMessage in class javax.xml.soap.MessageFactory

createMessage

public javax.xml.soap.SOAPMessage createMessage(javax.xml.soap.MimeHeaders headers,
                                                java.io.InputStream is)
                                         throws java.io.IOException,
                                                javax.xml.soap.SOAPException
Creates a SOAPR-RP Message from the input stream
Overrides:
createMessage in class javax.xml.soap.MessageFactory

createMessage

public javax.xml.soap.SOAPMessage createMessage(javax.xml.soap.SOAPMessage message)
                                         throws java.io.IOException,
                                                javax.xml.soap.SOAPException
Creates a SOAPR-RP Message from a SOAPMessage.