|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Direction | |
|---|---|
| org.apache.woden.wsdl20 | |
| org.apache.woden.wsdl20.enumeration | |
| org.apache.woden.wsdl20.xml | |
| Uses of Direction in org.apache.woden.wsdl20 |
|---|
| Methods in org.apache.woden.wsdl20 that return Direction | |
|---|---|
Direction |
InterfaceMessageReference.getDirection()
Returns an enumerated type, Direction, that indicates the direction of this message. |
Direction |
InterfaceFaultReference.getDirection()
Returns an enumerated type, Direction, that represents the {direction} property of this InterfaceFaultReference. |
| Uses of Direction in org.apache.woden.wsdl20.enumeration |
|---|
| Fields in org.apache.woden.wsdl20.enumeration declared as Direction | |
|---|---|
static Direction |
Direction.IN
|
static Direction |
Direction.OUT
|
| Uses of Direction in org.apache.woden.wsdl20.xml |
|---|
| Methods in org.apache.woden.wsdl20.xml that return Direction | |
|---|---|
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. |
Direction |
BindingMessageReferenceElement.getDirection()
Returns an enumerated type, Direction, that indicates the direction of this message. |
| Methods in org.apache.woden.wsdl20.xml with parameters of type Direction | |
|---|---|
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. |
void |
BindingMessageReferenceElement.setDirection(Direction dir)
Set the message direction using the specified enumerated type, Direction, which indicates the direction of the message. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||