com.ibm.wsspi.sca.metadata
Interface Reference
- public interface Reference
Since:
7.5.1.0
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getInterface()
Method returns the
Interface of the specified reference.
|
|
|
getName()
Method returns the name of the specified reference.
|
|
getWireTarget()
Method returns the name of the target the reference is wired to.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getName
- java.lang.String getName()
Method returns the name of the specified reference.
Returns:
String
Name of the specified reference.
getWireTarget
- java.lang.String getWireTarget( )
Method returns the name of the target the reference is wired to. If the
reference is not wired
null
will be returned.
Returns:
String
Name of the target the reference is wired to.
getInterface
- Interface getInterface()
Method returns the
Interface
of the specified reference.
Returns:
Interface
Interface
of the specified reference.