|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
Contains attributes for Operations - Body type: encoded or literal
Constructor Summary | |
BindingEntry.OperationAttr()
Constructor OperationAttr |
|
BindingEntry.OperationAttr(Use inputBodyType,
Use outputBodyType,
java.util.HashMap faultBodyTypeMap)
Constructor OperationAttr |
Method Summary | |
java.util.HashMap |
getFaultBodyTypeMap()
Method getFaultBodyTypeMap |
Use |
getInputBodyType()
Method getInputBodyType |
Use |
getOutputBodyType()
Method getOutputBodyType |
protected void |
setFaultBodyTypeMap(java.util.HashMap faultBodyTypeMap)
Method setFaultBodyTypeMap |
protected void |
setInputBodyType(Use inputBodyType)
Method setInputBodyType |
protected void |
setOutputBodyType(Use outputBodyType)
Method setOutputBodyType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BindingEntry.OperationAttr(Use inputBodyType, Use outputBodyType, java.util.HashMap faultBodyTypeMap)
inputBodyType
- outputBodyType
- faultBodyTypeMap
- public BindingEntry.OperationAttr()
Method Detail |
public Use getInputBodyType()
protected void setInputBodyType(Use inputBodyType)
inputBodyType
- public Use getOutputBodyType()
protected void setOutputBodyType(Use outputBodyType)
outputBodyType
- public java.util.HashMap getFaultBodyTypeMap()
protected void setFaultBodyTypeMap(java.util.HashMap faultBodyTypeMap)
faultBodyTypeMap
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |