| Package | Description |
|---|---|
| com.ibm.wsdl | |
| javax.wsdl |
| Modifier and Type | Field and Description |
|---|---|
protected OperationType |
OperationImpl.style |
| Modifier and Type | Method and Description |
|---|---|
OperationType |
OperationImpl.getStyle()
Get the operation type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OperationImpl.setStyle(OperationType style)
Set the style for this operation (request-response,
one way, solicit-response or notification).
|
| Modifier and Type | Field and Description |
|---|---|
static OperationType |
OperationType.NOTIFICATION |
static OperationType |
OperationType.ONE_WAY |
static OperationType |
OperationType.REQUEST_RESPONSE |
static OperationType |
OperationType.SOLICIT_RESPONSE |
| Modifier and Type | Method and Description |
|---|---|
OperationType |
Operation.getStyle()
Get the operation type.
|
| Modifier and Type | Method and 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 © 2012 JBoss by Red Hat. All Rights Reserved.