org.apache.aries.application.modelling
Interface ParsedServiceElements


public interface ParsedServiceElements

A simple data structure containing two immutable Collections, one each of ImportedServiceImpl and ExportedServiceImpl


Method Summary
 Collection<ImportedService> getReferences()
          Get the ImportedServices
 Collection<ExportedService> getServices()
          Get the exported services
 

Method Detail

getReferences

Collection<ImportedService> getReferences()
Get the ImportedServices

Returns:
imported services

getServices

Collection<ExportedService> getServices()
Get the exported services

Returns:
exported services


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