Package | Description |
---|---|
org.apache.woden.internal.wsdl20 | |
org.apache.woden.wsdl20 | |
org.apache.woden.wsdl20.editable | |
org.apache.woden.wsdl20.enumeration | |
org.apache.woden.wsdl20.xml |
Modifier and Type | Method and Description |
---|---|
Direction |
InterfaceFaultReferenceImpl.getDirection() |
Direction |
InterfaceMessageReferenceImpl.getDirection() |
Direction |
BindingMessageReferenceImpl.getDirection() |
Modifier and Type | Method and Description |
---|---|
void |
InterfaceFaultReferenceImpl.setDirection(Direction dir) |
void |
InterfaceMessageReferenceImpl.setDirection(Direction dir) |
void |
BindingMessageReferenceImpl.setDirection(Direction dir) |
Modifier and Type | Method and Description |
---|---|
Direction |
InterfaceFaultReference.getDirection()
Returns an enumerated type, Direction, that represents the {direction} property
of this InterfaceFaultReference.
|
Direction |
InterfaceMessageReference.getDirection()
Returns an enumerated type, Direction, that indicates the direction of this message.
|
Modifier and Type | Method and Description |
---|---|
void |
EdInterfaceMessageReference.setDirection(Direction dir) |
void |
EdInterfaceFaultReference.setDirection(Direction dir) |
Modifier and Type | Field and Description |
---|---|
static Direction |
Direction.IN |
static Direction |
Direction.OUT |
Modifier and Type | Method and Description |
---|---|
Direction |
BindingMessageReferenceElement.getDirection()
Returns an enumerated type, Direction, that indicates the direction of this message.
|
Direction |
InterfaceMessageReferenceElement.getDirection()
Returns an enumerated type, Direction, that indicates the direction of this message.
|
Direction |
InterfaceFaultReferenceElement.getDirection()
Returns an enumerated type, Direction, that indicates the direction of this fault.
|
Modifier and Type | Method and Description |
---|---|
void |
BindingMessageReferenceElement.setDirection(Direction dir)
Set the message direction using the specified enumerated type, Direction,
which indicates the direction of the message.
|
void |
InterfaceMessageReferenceElement.setDirection(Direction dir)
Set the message direction using the specified enumerated type, Direction,
which indicates the direction of the message.
|
void |
InterfaceFaultReferenceElement.setDirection(Direction dir)
Set the message direction using the specified enumerated type, Direction,
which indicates the direction of the fault.
|
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.