| Package | Description |
|---|---|
| com.sun.jbi.wsdl2 |
This package contains the public interface for the WSDL 2.0 library.
|
| Modifier and Type | Field and Description |
|---|---|
static Direction |
Direction.IN
The "in" direction.
|
static Direction |
Direction.OUT
The "out" direction.
|
| Modifier and Type | Method and Description |
|---|---|
Direction |
MessageReference.getDirection()
Get direction of this message in the exchange.
|
Direction |
MessageFaultReference.getDirection()
Get direction of this message in the exchange.
|
Direction |
BindingMessageReference.getDirection()
Get direction of this message in the exchange.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageReference.setDirection(Direction theDirection)
Set direction of this message in the exchange.
|
void |
MessageFaultReference.setDirection(Direction theDirection)
Set direction of this message in the exchange.
|
void |
BindingMessageReference.setDirection(Direction theDirection)
Set direction of this message in the exchange.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.