org.gcube.common.resources.kxml
Interface GCUBEResourceImpl

All Known Implementing Classes:
KGCUBECollection, KGCUBECS, KGCUBECSInstance, KGCUBEExternalRunningInstance, KGCUBEGenericResource, KGCUBEHostingNode, KGCUBEMCollection, KGCUBERunningInstance, KGCUBEService, KRuntimeResource

public interface GCUBEResourceImpl

Describes the parsing behaviour for all implementations of GCUBEResources.

Author:
Fabio Simeoni (University of Strathclyde)

Method Summary
 InputStream getSchemaResource()
           
 void load(org.kxml2.io.KXmlParser parser)
           
 void store(org.kxml2.io.KXmlSerializer serializer)
           
 

Method Detail

load

void load(org.kxml2.io.KXmlParser parser)
          throws Exception
Throws:
Exception

store

void store(org.kxml2.io.KXmlSerializer serializer)
           throws Exception
Throws:
Exception

getSchemaResource

InputStream getSchemaResource()
                              throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.