commonj.connector.metadata.description
Interface DataFile


public interface DataFile

The DataFile interface is used for storing any additional files that the service may require.

Since:
1.0

Method Summary
 byte[] getContent()
          Returns a byte array of the contents of the data file.
 URI getLocation()
          Returns the relative location to save the data file.
 

Method Detail

getContent

byte[] getContent()
Returns a byte array of the contents of the data file.

Returns:
Returns a byte array of the contents of the data file.

getLocation

URI getLocation()
Returns the relative location to save the data file.

Returns:
Returns the relative location to save the data file.