| Package | Description |
|---|---|
| com.ibm.wsdl | |
| javax.wsdl |
| Modifier and Type | Field | Description |
|---|---|---|
protected OperationType |
OperationImpl.style |
| Modifier and Type | Method | Description |
|---|---|---|
OperationType |
OperationImpl.getStyle() |
Get the operation type.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
OperationImpl.setStyle(OperationType style) |
Set the style for this operation (request-response,
one way, solicit-response or notification).
|
| Modifier and Type | Field | Description |
|---|---|---|
static OperationType |
OperationType.NOTIFICATION |
|
static OperationType |
OperationType.ONE_WAY |
|
static OperationType |
OperationType.REQUEST_RESPONSE |
|
static OperationType |
OperationType.SOLICIT_RESPONSE |
| Modifier and Type | Method | Description |
|---|---|---|
OperationType |
Operation.getStyle() |
Get the operation type.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
OperationType.equals(OperationType operationType) |
|
void |
Operation.setStyle(OperationType style) |
Set the style for this operation (request-response,
one way, solicit-response or notification).
|
Copyright ? 2003, 2013 IBM. All Rights Reserved.