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

    • TLfnLTSOperation

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

    • getName

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

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

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