Uses of Interface
org.apache.aries.application.modelling.WrappedServiceMetadata

Packages that use WrappedServiceMetadata
org.apache.aries.application.modelling   
 

Uses of WrappedServiceMetadata in org.apache.aries.application.modelling
 

Subinterfaces of WrappedServiceMetadata in org.apache.aries.application.modelling
 interface ExportedService
          This interface models the exported service.
 

Methods in org.apache.aries.application.modelling that return types with arguments of type WrappedServiceMetadata
 List<? extends WrappedServiceMetadata> ParserProxy.parse(InputStream blueprintToParse)
          Parse an InputStream containing blueprint xml and extract the parsed ServiceMetadata objects
 List<? extends WrappedServiceMetadata> ParserProxy.parse(List<URL> blueprintsToParse)
          Parse blueprint xml files and extract the parsed ServiceMetadata objects
 List<? extends WrappedServiceMetadata> ParserProxy.parse(URL blueprintToParse)
          Parse a blueprint xml files and extract the parsed ServiceMetadata objects
 

Methods in org.apache.aries.application.modelling with parameters of type WrappedServiceMetadata
 boolean WrappedServiceMetadata.identicalOrDiffersOnlyByName(WrappedServiceMetadata w)
          Sometimes we want to know if two services are identical except for their names
 



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