IBM WebSphere Application ServerTM
Release 8

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
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.util.Collection<Operation> getOperations()
          Method returns the list of Operations of the specified interface.
 java.util.Collection<OperationType> getOperationTypes()
          Method returns the list of OperationTypes of the specified interface.
 javax.xml.namespace.QName getPortType()
          Method returns the QName of the specified interface.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
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 WebSphere Application ServerTM
Release 8