|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.aries.application.modelling.impl.ParsedServiceElementsImpl
public final class ParsedServiceElementsImpl
A simple data structure containing two immutable Collections, one each of ImportedServiceImpl and ExportedServiceImpl
| Constructor Summary | |
|---|---|
ParsedServiceElementsImpl(Collection<ExportedService> services,
Collection<ImportedService> references)
Copy collections of Service and Reference metadata into a ParsedServiceElementsImpl |
|
| Method Summary | |
|---|---|
Collection<ImportedService> |
getReferences()
Get the ImportedServices |
Collection<ExportedService> |
getServices()
Get the exported services |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParsedServiceElementsImpl(Collection<ExportedService> services,
Collection<ImportedService> references)
services - references - | Method Detail |
|---|
public Collection<ImportedService> getReferences()
getReferences in interface ParsedServiceElementspublic Collection<ExportedService> getServices()
getServices in interface ParsedServiceElements
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||