Package com.luciad.fusion.common
Class TLfnLTSOperation
java.lang.Object
com.luciad.fusion.common.TLfnLTSOperation
A representation of an operation supported by a LuciadFusion service.
- Since:
- 10.0
- See Also:
-
Constructor Summary
ConstructorDescriptionTLfnLTSOperation
(String aName, List<TLcdTransportAccessPoint> aAccessPoints) Creates an operation. -
Method Summary
-
Constructor Details
-
TLfnLTSOperation
Creates an operation.- Parameters:
aName
- the request nameaAccessPoints
- the HTTP access points
-
-
Method Details
-
getName
Gets the name of this operation.- Returns:
- the name of the request
-
getHttpAccessPoints
Gets the HTTP access points for this operation.- Returns:
- the HTTP access points
-
toString
Gets a string representation of this operation.
-