com.ibm.wsspi.sca.metadata

Interface Interface


  1. public interface Interface
Interface that represent the interface 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. java.util.Collection<Operation>
getOperations()
Method returns the list of Operations of the specified interface.
  1. java.util.Collection<OperationType>
getOperationTypes()
Method returns the list of OperationTypes of the specified interface.
  1. javax.xml.namespace.QName
getPortType()
Method returns the QName of the specified interface.

Field Detail

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

Method Detail

getPortType

  1. javax.xml.namespace.QName getPortType( )
Method returns the QName of the specified interface.
Returns:
QName QName of the specified interface.

getOperations

  1. java.util.Collection<Operation> getOperations( )
Method returns the list of Operations of the specified interface.
Returns:
Collection The list of Operations of the specified interface.

getOperationTypes

  1. java.util.Collection<OperationType> getOperationTypes( )
Method returns the list of OperationTypes of the specified interface.
Returns:
Collection The list of OperationTypes of the specified interface.