|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Interface
Interface that represent the interface information from a SCA component.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.util.Collection<Operation> |
getOperations()
Method returns the list of Operation s of the specified interface. |
java.util.Collection<OperationType> |
getOperationTypes()
Method returns the list of OperationType s of the specified interface. |
javax.xml.namespace.QName |
getPortType()
Method returns the QName of the specified interface. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
javax.xml.namespace.QName getPortType()
QName
of the specified interface.
QName
of the specified interface.java.util.Collection<Operation> getOperations()
Operation
s of the specified interface.
Operation
s of the specified interface.java.util.Collection<OperationType> getOperationTypes()
OperationType
s of the specified interface.
OperationType
s of the specified interface.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |