站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 .net API Documentation 英文版文档

SOAPDataSource (JBoss.Net API) - JBoss 3.2.7 .net API Documentation 英文版文档


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

java.lang.Object
  extended byorg.jboss.net.axis.transport.mailto.SOAPDataSource
All Implemented Interfaces:
javax.activation.DataSource

public class SOAPDataSource
extends Object
implements javax.activation.DataSource

Title:
SOAP 1.2 DataSource

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

Version:
$Revision: 1.1.4.1 $
Author:
Jason Essington

Constructor Summary
SOAPDataSource(org.apache.axis.Message msg)
          constructor to create a response message (one with no action parameter)
 
Method Summary
 String getContentType()
           
 InputStream getInputStream()
           
 String getName()
           
 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(org.apache.axis.Message msg)
constructor to create a response message (one with no action parameter)

Parameters:
msg - soapMessage
Method Detail

getInputStream

public InputStream getInputStream()
                           throws IOException
Specified by:
getInputStream in interface javax.activation.DataSource
Throws:
IOException

getOutputStream

public OutputStream getOutputStream()
                             throws IOException
NOT IMPLEMENTED!

Specified by:
getOutputStream in interface javax.activation.DataSource
Throws:
IOException

getContentType

public String getContentType()
Specified by:
getContentType in interface javax.activation.DataSource

getName

public String getName()
Specified by:
getName in interface javax.activation.DataSource


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.