gr.uoa.di.madgik.execution.plan.element.invocable.ws
Class WSSOAPArgument

java.lang.Object
  extended by gr.uoa.di.madgik.execution.plan.element.invocable.ArgumentBase
      extended by gr.uoa.di.madgik.execution.plan.element.invocable.ws.WSSOAPArgument
All Implemented Interfaces:
Comparable<ArgumentBase>

public class WSSOAPArgument
extends ArgumentBase


Nested Class Summary
 
Nested classes/interfaces inherited from class gr.uoa.di.madgik.execution.plan.element.invocable.ArgumentBase
ArgumentBase.ArgumentType
 
Field Summary
 
Fields inherited from class gr.uoa.di.madgik.execution.plan.element.invocable.ArgumentBase
ArgumentName, Order, Parameter
 
Constructor Summary
WSSOAPArgument()
           
 
Method Summary
 void FromXML(Node XML)
           
 ArgumentBase.ArgumentType GetArgumentType()
           
 String ToXML()
           
 void Validate()
           
 
Methods inherited from class gr.uoa.di.madgik.execution.plan.element.invocable.ArgumentBase
compareTo, EvaluateArgument, FromXML, GetModifiedVariableNames, GetNeededVariableNames, GetValue, GetValueClass, ValidatePreExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSSOAPArgument

public WSSOAPArgument()
Method Detail

Validate

public void Validate()
              throws ExecutionValidationException
Overrides:
Validate in class ArgumentBase
Throws:
ExecutionValidationException

GetArgumentType

public ArgumentBase.ArgumentType GetArgumentType()
Specified by:
GetArgumentType in class ArgumentBase

ToXML

public String ToXML()
             throws ExecutionSerializationException
Specified by:
ToXML in class ArgumentBase
Throws:
ExecutionSerializationException

FromXML

public void FromXML(Node XML)
             throws ExecutionSerializationException
Specified by:
FromXML in class ArgumentBase
Throws:
ExecutionSerializationException


Copyright © 2012. All Rights Reserved.