|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.woden.wsdl20.extensions.rpc.Argument
public class Argument
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.
Constructor Summary | |
---|---|
Argument(QName name,
Direction direction)
|
Method Summary | |
---|---|
Direction |
getDirection()
|
QName |
getName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Argument(QName name, Direction direction)
Method Detail |
---|
public QName getName()
public Direction getDirection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |