|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationType | |
---|---|
com.ibm.wsdl | |
javax.wsdl |
Uses of OperationType in com.ibm.wsdl |
---|
Fields in com.ibm.wsdl declared as OperationType | |
---|---|
protected OperationType |
OperationImpl.style
|
Methods in com.ibm.wsdl that return OperationType | |
---|---|
OperationType |
OperationImpl.getStyle()
Get the operation type. |
Methods in com.ibm.wsdl with parameters of type OperationType | |
---|---|
void |
OperationImpl.setStyle(OperationType style)
Set the style for this operation (request-response, one way, solicit-response or notification). |
Uses of OperationType in javax.wsdl |
---|
Fields in javax.wsdl declared as OperationType | |
---|---|
static OperationType |
OperationType.NOTIFICATION
|
static OperationType |
OperationType.ONE_WAY
|
static OperationType |
OperationType.REQUEST_RESPONSE
|
static OperationType |
OperationType.SOLICIT_RESPONSE
|
Methods in javax.wsdl that return OperationType | |
---|---|
OperationType |
Operation.getStyle()
Get the operation type. |
Methods in javax.wsdl with parameters of type OperationType | |
---|---|
boolean |
OperationType.equals(OperationType operationType)
|
void |
Operation.setStyle(OperationType style)
Set the style for this operation (request-response, one way, solicit-response or notification). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |