Uses of Class
org.apache.woden.wsdl20.enumeration.Direction

Packages that use Direction
org.apache.woden.internal.wsdl20   
org.apache.woden.wsdl20   
org.apache.woden.wsdl20.enumeration   
org.apache.woden.wsdl20.xml   
 

Uses of Direction in org.apache.woden.internal.wsdl20
 

Methods in org.apache.woden.internal.wsdl20 that return Direction
 Direction BindingMessageReferenceImpl.getDirection()
           
 Direction InterfaceMessageReferenceImpl.getDirection()
           
 Direction InterfaceFaultReferenceImpl.getDirection()
           
 

Methods in org.apache.woden.internal.wsdl20 with parameters of type Direction
 void BindingMessageReferenceImpl.setDirection(Direction dir)
           
 void InterfaceMessageReferenceImpl.setDirection(Direction dir)
           
 void InterfaceFaultReferenceImpl.setDirection(Direction dir)
           
 

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.
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.