Interface QuickfixService
-
- All Superinterfaces:
Remote
public interface QuickfixService extends Remote
- Author:
- Jesse Sightler
-
-
Field Summary
Fields Modifier and Type Field Description static StringLOOKUP_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringtransform(String transformationID, QuickfixLocationDTO locationDTO)
-
-
-
Field Detail
-
LOOKUP_NAME
static final String LOOKUP_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
transform
String transform(String transformationID, QuickfixLocationDTO locationDTO) throws RemoteException
- Throws:
RemoteException
-
-