D I T

D

DataTranslationIF - Interface in dtservice
This interface defines the Data Translation Web Service (DTWS) APIs that can be called by Java or non-Java clients.
DataTranslationImpl - Class in dtservice
 
DataTranslationImpl() - Constructor for class dtservice.DataTranslationImpl
 
dtservice - package dtservice
 

I

isDeployed() - Method in interface dtservice.DataTranslationIF
Perform a check to see if the Data Translation Web Service is deployed.
isDeployed() - Method in class dtservice.DataTranslationImpl
 

T

translateFile(DataHandler, String, String, String) - Method in interface dtservice.DataTranslationIF
Translates a single file (local or remote) using the default mapping file (if applicable).
translateFile(DataHandler, String, String, String) - Method in class dtservice.DataTranslationImpl
 
translateFiles(DataHandler[], String[], String[], String) - Method in interface dtservice.DataTranslationIF
Translates one or more local and/or remote files using the default mapping files (if applicable).
translateFiles(DataHandler[], String[], String[], String) - Method in class dtservice.DataTranslationImpl
 
translateFileswithMappings(DataHandler[], String[], String[], DataHandler[], String[], String[], String) - Method in interface dtservice.DataTranslationIF
Translates one or more local and/or remote files using the user-specified mapping files.
translateFileswithMappings(DataHandler[], String[], String[], DataHandler[], String[], String[], String) - Method in class dtservice.DataTranslationImpl
 
translateFilewithMapping(DataHandler, String, String, DataHandler, String, String, String) - Method in interface dtservice.DataTranslationIF
Translates a single file (local or remote) using the user-specified mapping file.
translateFilewithMapping(DataHandler, String, String, DataHandler, String, String, String) - Method in class dtservice.DataTranslationImpl
 
translateRemoteFile(String, String, String) - Method in interface dtservice.DataTranslationIF
Translates a file that resides on a remote machine using the default mapping file (if applicable).
translateRemoteFile(String, String, String) - Method in class dtservice.DataTranslationImpl
 
translateRemoteFiles(String[], String[], String) - Method in interface dtservice.DataTranslationIF
Translates one or more remote files using the default mapping file (if applicable).
translateRemoteFiles(String[], String[], String) - Method in class dtservice.DataTranslationImpl
 
translateRemoteFileswithMappings(String[], String[], String[], String[], String) - Method in interface dtservice.DataTranslationIF
Translates one or more remote files using the user-specified mapping files that reside on remote machine(s).
translateRemoteFileswithMappings(String[], String[], String[], String[], String) - Method in class dtservice.DataTranslationImpl
 
translateRemoteFilewithMapping(String, String, String, String) - Method in interface dtservice.DataTranslationIF
Translates a remote file using the user-specified mapping file that resides on a remote machine.
translateRemoteFilewithMapping(String, String, String, String) - Method in class dtservice.DataTranslationImpl
 

D I T