org.gcube.informationsystem.glitebridge.kimpl.site
Class KService2ServiceType
java.lang.Object
org.gcube.informationsystem.glitebridge.kimpl.site.KService2ServiceType
public class KService2ServiceType
- extends java.lang.Object
- Author:
- Luca Frosini (ISTI-CNR)
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KService2ServiceType
public KService2ServiceType()
load
public static Service2ServiceType load(org.kxml2.io.KXmlParser parser,
java.lang.String rootTag)
throws java.lang.Exception
- Parameters:
parser - KXmlParserrootTag - START and END TAG
- Returns:
- Service2ServiceType
- Throws:
java.lang.Exception - if fails
store
public static void store(Service2ServiceType service2ServiceType,
org.kxml2.io.KXmlSerializer serializer,
java.lang.String rootTag)
throws java.lang.Exception
- Parameters:
service2ServiceType - Service2ServiceTypeserializer - KXmlSerializerrootTag - START and END TAG
- Throws:
java.lang.Exception - if fails