Package org.apache.uima.resourceSpecifier.factory.impl

Examples of org.apache.uima.resourceSpecifier.factory.impl.RemoteDelegateConfigurationImpl


* @param serialization - serialization strategy (xmi or binary)
* @param errorHandlingSettings - error handling settings for this delegate
* @return remote delegate configuration
*/
public static RemoteDelegateConfiguration createRemoteDelegateConfiguration(String key, String brokerURL, String endpoint, SerializationStrategy serialization, ErrorHandlingSettings ...errorHandlingSettings) {
    return new RemoteDelegateConfigurationImpl(key,brokerURL,endpoint,serialization,errorHandlingSettings);
  }
View Full Code Here

TOP

Related Classes of org.apache.uima.resourceSpecifier.factory.impl.RemoteDelegateConfigurationImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.