public class RemoteEngineFactory extends Object
| Constructor and Description | 
|---|
RemoteEngineFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
static org.apache.uima.resource.CustomResourceSpecifier | 
generateRemoteAEDescriptor()
Create a CustomResourceSpecifier that represents a remote AE service. 
 | 
static org.apache.uima.resource.CustomResourceSpecifier | 
generateRemoteAEDescriptor(String descriptor,
                          boolean byName)
Create a CustomResourceSpecifier from a descriptor xml file. 
 | 
public static org.apache.uima.resource.CustomResourceSpecifier generateRemoteAEDescriptor()
public static org.apache.uima.resource.CustomResourceSpecifier generateRemoteAEDescriptor(String descriptor, boolean byName) throws org.apache.uima.util.InvalidXMLException, IOException
descriptor - String path to the descriptor filebyName - if true then import the descriptor file by name using a URLorg.apache.uima.util.InvalidXMLException - if there is an error in the descriptor xmlIOException - if there is an error reading the descriptor fileCopyright © 2018 Department of Veterans Affairs. All Rights Reserved.