|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OperationType
The OperationType interface represents an operation on 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, OperationType provides a language independent view of an operation (a Java method or a WSDL operation). OperationType provides methods to get the operation name as well as the SDO type of the input, output, and the exceptions that can be thrown by the operation.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static Type |
MULTIPART_TYPE
Used to indicate a Multipart type. |
Method Summary | |
---|---|
Type |
getExceptionType(java.lang.String uri,
java.lang.String name)
Returns an SDO type describing the named exception type. |
java.util.List |
getExceptionTypes()
Returns the list of SDO types describing the exceptions that can be thrown by the operation. |
Type |
getInputType()
Returns the SDO type describing the operation input type. |
java.lang.String |
getName()
Returns the operation name. |
Type |
getOutputType()
Returns the SDO type describing the operation output type. |
boolean |
isWrapperType(Type type)
Returns true if the given type represents a wrapper for the parameters to the operation. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final Type MULTIPART_TYPE
Method Detail |
---|
java.lang.String getName()
Type getInputType()
Type getOutputType()
java.util.List getExceptionTypes()
Type getExceptionType(java.lang.String uri, java.lang.String name)
uri
- The namespace URI of the exception type.name
- The name of the exception type.
boolean isWrapperType(Type type)
type
- The SDO type.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |