com.ibm.wsspi.sca.metadata

Interface Interface



  • public interface Interface
    Interface that represent the interface information from a SCA component.
    Since:
    7.5.1.0
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Method Detail

      • getPortType

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

        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

        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.
IBM Business Process ManagerTM
Release 8