org.apache.woden.wsdl20.extensions.rpc
Class Argument
java.lang.Object
org.apache.woden.wsdl20.extensions.rpc.Argument
public class Argument
- extends Object
Argument
represents a (name,direction) pair where
name is the name of an argument and direction is its direction
as defined in Part 2: Adjuncts.
- Author:
- Arthur Ryman (ryman@ca.ibm.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Argument
public Argument(QName name,
Direction direction)
getName
public QName getName()
getDirection
public Direction getDirection()
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.