public interface Component
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
InterfaceType |
getInterfaceType(java.lang.String uri,
java.lang.String name)
Returns an InterfaceType object representing the named interface.
|
java.util.List |
getInterfaceTypes()
Returns a list of InterfaceType objects representing the interfaces exposed by the service component.
|
java.lang.String |
getName()
Returns the component name.
|
Reference |
getReference(java.lang.String referenceName)
Returns the SCDL Reference object representing the named reference.
|
java.util.List |
getReferences()
Returns the list of SCDL references declared by the component.
|
static final java.lang.String COPYRIGHT
java.lang.String getName()
java.util.List getInterfaceTypes()
InterfaceType getInterfaceType(java.lang.String uri, java.lang.String name)
java.util.List getReferences()
Reference getReference(java.lang.String referenceName)
referenceName
- The name of the reference.