Package org.apache.uima.resource
Interface ResourceServiceSpecifier
-
- All Superinterfaces:
java.lang.Cloneable,MetaDataObject,ResourceSpecifier,java.io.Serializable,XMLizable
- All Known Subinterfaces:
JMSMessagingSpecifier,MailMessagingSpecifier,MessagingSpecifier,MQMessagingSpecifier,PearSpecifier,URISpecifier
- All Known Implementing Classes:
PearSpecifier_impl,URISpecifier_impl
public interface ResourceServiceSpecifier extends ResourceSpecifier
AResourceServiceSpecifieris a type ofResourceSpecifierthat contains information that can be used to locate an existing resource available as a service.This interface itself does nothing. It serves as a common parent for different types of Resource Service Specifiers.
-
-
Method Summary
-
Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
-
Methods inherited from interface org.apache.uima.util.XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
-
-