org.deegree.services.wcts.protocol
Interface TransformationSequence

All Known Implementing Classes:
TransformationSequence_Impl

public interface TransformationSequence

Is the CTS able to execute user-defined transformations, a succession of transformation-steps can be defined by the <TransformationSequence> element. Each transformation-step has to be described by its name and the parameters used.

----------------------------------------------------------------------

Version:
2002-07-26
Author:
Andreas Poth

Method Summary
 java.lang.String getCode()
          gets the Code-element
 java.lang.String getCodeSpace()
          gets the CodeSpace-element
 

Method Detail

getCode

public java.lang.String getCode()
gets the Code-element


getCodeSpace

public java.lang.String getCodeSpace()
gets the CodeSpace-element