org.apache.uima.resource
Interface ResourceServiceSpecifier

All Superinterfaces:
Cloneable, MetaDataObject, ResourceSpecifier, Serializable, XMLizable
All Known Subinterfaces:
JMSMessagingSpecifier, MailMessagingSpecifier, MessagingSpecifier, MQMessagingSpecifier, PearSpecifier, URISpecifier

public interface ResourceServiceSpecifier
extends ResourceSpecifier

A ResourceServiceSpecifier is a type of ResourceSpecifier that 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
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.