Class TLfnLTSOperation

java.lang.Object
com.luciad.fusion.common.TLfnLTSOperation

public class TLfnLTSOperation extends Object
A representation of an operation supported by a LuciadFusion service.
Since:
10.0
See Also:
  • Constructor Details Link icon

    • TLfnLTSOperation Link icon

      public TLfnLTSOperation(String aName, List<TLcdTransportAccessPoint> aAccessPoints)
      Creates an operation.
      Parameters:
      aName - the request name
      aAccessPoints - the HTTP access points
  • Method Details Link icon

    • getName Link icon

      public String getName()
      Gets the name of this operation.
      Returns:
      the name of the request
    • getHttpAccessPoints Link icon

      public List<TLcdTransportAccessPoint> getHttpAccessPoints()
      Gets the HTTP access points for this operation.
      Returns:
      the HTTP access points
    • toString Link icon

      public String toString()
      Gets a string representation of this operation.
      Overrides:
      toString in class Object
      Returns:
      a string representation of this operation.