MflResource Class

com.bea.control.DynamicTransformation
MflResource Class

public class MflResource

    extends Object

Hierarchy
Object
  MflResource

Method Summary

public RawData
convertToBinary(XmlObject xmlObject, String url)
public RawData
convertToBinary(InputStream iStream, String url)
public XmlObject
convertToXml(byte[] bytes, String url)
public XmlObject
convertToXml(InputStream istream, String url)
public XmlObject
convertToXml(RawData data, String url)
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Method Detail

convertToBinary(XmlObject, String) Method

public RawData convertToBinary(XmlObject xmlObject, 
                               String url)
throws Exception

Exceptions

Exception

convertToBinary(InputStream, String) Method

public RawData convertToBinary(InputStream iStream, 
                               String url)
throws Exception

Exceptions

Exception

convertToXml(byte[], String) Method

public XmlObject convertToXml(byte[] bytes, 
                              String url)
throws Exception

Exceptions

Exception

convertToXml(InputStream, String) Method

public XmlObject convertToXml(InputStream istream, 
                              String url)
throws Exception

Exceptions

Exception

convertToXml(RawData, String) Method

public XmlObject convertToXml(RawData data, 
                              String url)
throws Exception

Exceptions

Exception