org.jboss.net.axis.transport.mailto
Class SOAPDataSource

java.lang.Object
  extended byorg.jboss.net.axis.transport.mailto.SOAPDataSource

public class SOAPDataSource
extends java.lang.Object

Title:
SOAP 1.2 DataSource

Description:
Datasource capable of handling SOAP 1.2 messages with the application/soap+xml content type.


Constructor Summary
SOAPDataSource(Message msg)
          constructor to create a response message (one with no action parameter)
 
Method Summary
 java.lang.String getContentType()
           
 java.io.InputStream getInputStream()
           
 java.lang.String getName()
           
 java.io.OutputStream getOutputStream()
          NOT IMPLEMENTED!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPDataSource

public SOAPDataSource(Message msg)
constructor to create a response message (one with no action parameter)

Parameters:
msg - soapMessage
Method Detail

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Throws:
java.io.IOException

getOutputStream

public java.io.OutputStream getOutputStream()
                                     throws java.io.IOException
NOT IMPLEMENTED!

Throws:
java.io.IOException

getContentType

public java.lang.String getContentType()

getName

public java.lang.String getName()