public interface AccessPointProvider
AccessPoints.
Examples are JavaBeans providing properties or JMS messages providing various
attributes.| Modifier and Type | Method and Description |
|---|---|
Iterator |
createIntrinsicAccessPoints(Map context,
Map typeAttributes)
Retrieves the list of
AccessPoints provided by this entity. |
Iterator createIntrinsicAccessPoints(Map context, Map typeAttributes)
AccessPoints provided by this entity.
The implementation is expected to not throw any exceptions.context - Implementation specific context attributes.typeAttributes - Implementation specific static attributes.Iterator over the provided access points.Copyright © 2016 Eclipse Stardust. All Rights Reserved.