org.gcube.informationsystem.glitebridge.kimpl.site
Class KProcessorFullType

java.lang.Object
  extended by org.gcube.informationsystem.glitebridge.kimpl.site.KProcessorFullType

public class KProcessorFullType
extends java.lang.Object

Author:
Luca Frosini (ISTI-CNR)

Constructor Summary
KProcessorFullType()
           
 
Method Summary
static ProcessorFullType load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
static void store(ProcessorFullType processorFullType, 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

KProcessorFullType

public KProcessorFullType()
Method Detail

load

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

store

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