SMILA (incubation) API documentation

org.eclipse.smila.processing.bpel
Class ProcessingServiceInvoker

java.lang.Object
  extended by org.eclipse.smila.datamodel.record.impl.AnnotatableImpl
      extended by org.eclipse.smila.processing.bpel.ExtensionAdapter
          extended by org.eclipse.smila.processing.bpel.ProcessingServiceInvoker
All Implemented Interfaces:
java.io.Serializable, Annotatable

public class ProcessingServiceInvoker
extends ExtensionAdapter

Object for managing SimplePipelet instances.

Author:
jschumacher
See Also:
Serialized Form

Constructor Summary
ProcessingServiceInvoker()
           
 
Method Summary
 java.lang.String getPrintName()
          
 java.lang.String getServiceName()
           
 void setServiceName(java.lang.String serviceName)
           
 
Methods inherited from class org.eclipse.smila.processing.bpel.ExtensionAdapter
getCounter, getInputVariable, getKey, getOutputVariable, setCounter, setInputVariable, setKey, setOutputVariable
 
Methods inherited from class org.eclipse.smila.datamodel.record.impl.AnnotatableImpl
addAnnotation, annotationsSize, getAnnotation, getAnnotationNames, getAnnotations, hasAnnotation, hasAnnotations, removeAnnotations, removeAnnotations, setAnnotation, setAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessingServiceInvoker

public ProcessingServiceInvoker()
Method Detail

getServiceName

public java.lang.String getServiceName()
Returns:
name of service.

setServiceName

public void setServiceName(java.lang.String serviceName)
Parameters:
serviceName - new service name.

getPrintName

public java.lang.String getPrintName()

Specified by:
getPrintName in class ExtensionAdapter
Returns:
a description of this adapter, e.g. for logging.
See Also:
ExtensionAdapter.getPrintName()

SMILA (incubation) API documentation