Class FCIInteractionElement


  • public class FCIInteractionElement
    extends Object
    This element specifies an FCIInteraction option to use when managing SIS composition components.

    Ant Parameters

    Attribute Description Required
    mode Interaction mode. Valid values are "static-service-priorities", "nominated-service", "concatenation", or "pass-through". Yes.
    service-ref Service reference. Only required if mode is "nominated-service".
    • Constructor Detail

      • FCIInteractionElement

        public FCIInteractionElement()
    • Method Detail

      • getMode

        public String getMode()
      • setMode

        public void setMode​(String mode)
      • getServiceRef

        public String getServiceRef()
      • setServiceRef

        public void setServiceRef​(String ref)
      • toFCIInteraction

        public FCIInteraction toFCIInteraction()
                                        throws org.apache.tools.ant.BuildException
        Throws:
        org.apache.tools.ant.BuildException