gr.uoa.di.madgik.workflow.wrappers
Class ServiceWrapper

java.lang.Object
  extended by gr.uoa.di.madgik.workflow.wrappers.ServiceWrapper

public class ServiceWrapper
extends Object


Nested Class Summary
static class ServiceWrapper.Variables
           
 
Constructor Summary
ServiceWrapper(String inEnvelope, Map<String,String> wsVars)
           
 
Method Summary
 void addVariablesToPlan(gr.uoa.di.madgik.execution.plan.ExecutionPlan plan)
           
 String getActionOperation()
           
 String getActionURN()
           
 String getInvocationResult()
           
 String getOutputLocator()
           
 String getOutputLocatorExtractionExpressionVariable()
           
 gr.uoa.di.madgik.execution.datatype.NamedDataType getOutputVariable()
           
 gr.uoa.di.madgik.execution.plan.element.invocable.ws.WSSOAPArgument getQueryEnvelopeArgument()
           
 String getServiceEndpoint()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceWrapper

public ServiceWrapper(String inEnvelope,
                      Map<String,String> wsVars)
Method Detail

getInvocationResult

public String getInvocationResult()

getOutputLocator

public String getOutputLocator()

getOutputLocatorExtractionExpressionVariable

public String getOutputLocatorExtractionExpressionVariable()

getActionOperation

public String getActionOperation()

getActionURN

public String getActionURN()

getQueryEnvelopeArgument

public gr.uoa.di.madgik.execution.plan.element.invocable.ws.WSSOAPArgument getQueryEnvelopeArgument()

addVariablesToPlan

public void addVariablesToPlan(gr.uoa.di.madgik.execution.plan.ExecutionPlan plan)

getServiceEndpoint

public String getServiceEndpoint()

getOutputVariable

public gr.uoa.di.madgik.execution.datatype.NamedDataType getOutputVariable()

main

public static void main(String[] args)


Copyright © 2014. All Rights Reserved.