org.gcube.informationsystem.glitebridge.kimpl.storageelement
Class KSEControlProtocolType

java.lang.Object
  extended by org.gcube.informationsystem.glitebridge.kimpl.storageelement.KSEControlProtocolType

public class KSEControlProtocolType
extends java.lang.Object

Author:
Luca Frosini (ISTI-CNR)

Constructor Summary
KSEControlProtocolType()
           
 
Method Summary
static SEControlProtocolType load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
static void store(SEControlProtocolType seControlProtocolType, org.kxml2.io.KXmlSerializer serializer, java.lang.String rootTag)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KSEControlProtocolType

public KSEControlProtocolType()
Method Detail

load

public static SEControlProtocolType load(org.kxml2.io.KXmlParser parser,
                                         java.lang.String rootTag)
                                  throws java.lang.Exception
Parameters:
parser - KXmlParser
rootTag - START and END TAG
Returns:
SEControlProtocolType
Throws:
java.lang.Exception - if fails

store

public static void store(SEControlProtocolType seControlProtocolType,
                         org.kxml2.io.KXmlSerializer serializer,
                         java.lang.String rootTag)
                  throws java.lang.Exception
Parameters:
seControlProtocolType - SEControlProtocolType
serializer - KXmlSerializer
rootTag - START and END TAG
Throws:
java.lang.Exception - if fails