org.gcube.dir.master
Interface ServiceOutputAdapter<EXTERNAL>

Type Parameters:
EXTERNAL - the type of the service output.
All Known Implementing Classes:
CollectionRank, ExtendedCollectionRank

public interface ServiceOutputAdapter<EXTERNAL>

The interface of objects capable of conversion into service outputs.

Author:
Fabio Simeoni (University of Strathclyde)

Method Summary
 EXTERNAL extern()
          Returns the service output.
 

Method Detail

extern

EXTERNAL extern()
                throws java.lang.Exception
Returns the service output.

Returns:
the output.
Throws:
java.lang.Exception - if this object could not be converted into a service output.