public class FCIInteractionElement extends Object
FCIInteraction
option to use when managing SIS composition components.
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 and Description |
---|
FCIInteractionElement() |
Modifier and Type | Method and Description |
---|---|
String |
getMode() |
String |
getServiceRef() |
void |
setMode(String mode) |
void |
setServiceRef(String ref) |
FCIInteraction |
toFCIInteraction() |
public String getMode()
public void setMode(String mode)
public String getServiceRef()
public void setServiceRef(String ref)
public FCIInteraction toFCIInteraction() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException