Tuscany Assembly Model

org.apache.tuscany.model.assembly
Interface ServiceURI

All Known Implementing Classes:
ServiceURIImpl

public interface ServiceURI

Represents a service URI.


Method Summary
 String getAddress()
           
 String getModuleComponentName()
          Returns the module component name
 String getPartName()
          Returns the part name
 String getPath()
           
 String getServiceName()
          Returns the service name
 boolean isSCAScheme()
          Returns true if the address scheme is sca
 

Method Detail

isSCAScheme

boolean isSCAScheme()
Returns true if the address scheme is sca

Returns:

getAddress

String getAddress()
Returns:
Returns the address.

getPath

String getPath()
Returns:
Returns the path.

getModuleComponentName

String getModuleComponentName()
Returns the module component name

Returns:

getPartName

String getPartName()
Returns the part name

Returns:

getServiceName

String getServiceName()
Returns the service name

Returns:

Tuscany Assembly Model

-