|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InterfaceType
The InterfaceType interface represents a service interface. Service interfaces can be described using either the Java or the WSDL language. An InterfaceType provides a language independent view of an interface. The interface has a namespace, a name and a collection of OperationTypes representing the java methods or WSDL operations declared on the interface.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the interface name. |
OperationType |
getOperationType(java.lang.String name)
Returns an OperationType object representing the named operation. |
java.util.List |
getOperationTypes()
Returns a list of OperationType objects representing the operations on the interface. |
java.lang.String |
getURI()
Returns the interface namespace URI. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getName()
java.lang.String getURI()
java.util.List getOperationTypes()
OperationType getOperationType(java.lang.String name)
name
-
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |