com.ibm.wsspi.sca.metadata
Interface Interface
- public interface Interface
Since:
7.5.1.0
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getOperations()
Method returns the list of
Operation s of the specified interface.
|
|
getOperationTypes()
Method returns the list of
OperationType s of the specified interface.
|
|
getPortType()
Method returns the
QName of the specified interface.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getPortType
- javax.xml.namespace.QName getPortType( )
Returns:
QName
QName
of the specified interface. getOperations
- java.util.Collection<Operation> getOperations( )
Method returns the list of
Operation
s of the specified interface.
Returns:
Collection
The list of
Operation
s of the specified interface. getOperationTypes
- java.util.Collection<OperationType> getOperationTypes( )
Method returns the list of
OperationType
s of the specified interface.
Returns:
Collection
The list of
OperationType
s of the specified interface.
QName
of the specified interface.