gr.uoa.di.madgik.environment.is.elements
Class InvocableProfileInfo

java.lang.Object
  extended by gr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PojoInvocableProfileInfo, ShellInvocableProfileInfo, WSInvocableProfileInfo

public abstract class InvocableProfileInfo
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 InvocableContext ExecutionContext
           
static String ExecutionProfileNS
           
 String ID
           
 
Constructor Summary
InvocableProfileInfo()
           
 
Method Summary
abstract  void FromXML(Element XML)
           
abstract  void FromXML(String XML)
           
abstract  String ToXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ExecutionProfileNS

public static final String ExecutionProfileNS
See Also:
Constant Field Values

ID

public String ID

ExecutionContext

public InvocableContext ExecutionContext
Constructor Detail

InvocableProfileInfo

public InvocableProfileInfo()
Method Detail

ToXML

public abstract String ToXML()
                      throws EnvironmentInformationSystemSerializationException
Throws:
EnvironmentInformationSystemSerializationException

FromXML

public abstract void FromXML(String XML)
                      throws EnvironmentInformationSystemSerializationException
Throws:
EnvironmentInformationSystemSerializationException

FromXML

public abstract void FromXML(Element XML)
                      throws EnvironmentInformationSystemSerializationException
Throws:
EnvironmentInformationSystemSerializationException


Copyright © 2012. All Rights Reserved.