org.apache.aries.application
Interface ServiceDeclaration


public interface ServiceDeclaration

Represents a service imported or exported by an Aries application.


Method Summary
 Filter getFilter()
          get the filter for the service
 String getInterfaceName()
          get the interface name for the service
 

Method Detail

getInterfaceName

String getInterfaceName()
get the interface name for the service

Returns:
The name of the service's interface class.

getFilter

Filter getFilter()
get the filter for the service

Returns:
the filter for the service or null if there is no filter defined


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.