com.ibm.wsspi.sca.metadata

Interface Reference


  1. public interface Reference
Interface that represent the reference information from a SCA component.
Since:
7.5.1.0

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. Interface
getInterface()
Method returns the Interface of the specified reference.
  1. java.lang.String
getName()
Method returns the name of the specified reference.
  1. java.lang.String
getWireTarget()
Method returns the name of the target the reference is wired to.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getName

  1. java.lang.String getName()
Method returns the name of the specified reference.
Returns:
String Name of the specified reference.

getWireTarget

  1. 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

  1. Interface getInterface()
Method returns the Interface of the specified reference.
Returns:
Interface Interface of the specified reference.