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