|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.wsdl.symbolTable.Parameters
public class Parameters
This class simply collects all the parameter or message data for an operation into one place.
Field Summary | |
---|---|
java.util.Map |
faults
Field faults |
int |
inouts
Field inouts |
int |
inputs
Field inputs |
java.util.Vector |
list
Field list |
javax.wsdl.OperationType |
mep
The MEP for this operation (default is request-response) |
int |
outputs
Field outputs |
QName |
responseQName
A place to store the response element QName in case this is a wrapped operation - this will end up reflected in the responseQName attribute of the operation tag in WSDD. |
Parameter |
returnParam
Field returnParam |
java.lang.String |
signature
Field signature |
Constructor Summary | |
---|---|
Parameters()
|
Method Summary | |
---|---|
java.lang.String |
toString()
Method toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public javax.wsdl.OperationType mep
public java.util.Vector list
public Parameter returnParam
public java.util.Map faults
public java.lang.String signature
public QName responseQName
public int inputs
public int inouts
public int outputs
Constructor Detail |
---|
public Parameters()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |