Package org.apache.axis.wsdl.symbolTable
Class BindingEntry.OperationAttr
- java.lang.Object
-
- org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
-
- Enclosing class:
- BindingEntry
protected static class BindingEntry.OperationAttr extends java.lang.Object
Contains attributes for Operations - Body type: encoded or literal
-
-
Constructor Summary
Constructors Constructor Description OperationAttr()
Constructor OperationAttrOperationAttr(Use inputBodyType, Use outputBodyType, java.util.HashMap faultBodyTypeMap)
Constructor OperationAttr
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.HashMap
getFaultBodyTypeMap()
Method getFaultBodyTypeMapUse
getInputBodyType()
Method getInputBodyTypeUse
getOutputBodyType()
Method getOutputBodyTypeprotected void
setFaultBodyTypeMap(java.util.HashMap faultBodyTypeMap)
Method setFaultBodyTypeMapprotected void
setInputBodyType(Use inputBodyType)
Method setInputBodyTypeprotected void
setOutputBodyType(Use outputBodyType)
Method setOutputBodyType
-
-
-
Method Detail
-
getInputBodyType
public Use getInputBodyType()
Method getInputBodyType- Returns:
-
setInputBodyType
protected void setInputBodyType(Use inputBodyType)
Method setInputBodyType- Parameters:
inputBodyType
-
-
getOutputBodyType
public Use getOutputBodyType()
Method getOutputBodyType- Returns:
-
setOutputBodyType
protected void setOutputBodyType(Use outputBodyType)
Method setOutputBodyType- Parameters:
outputBodyType
-
-
getFaultBodyTypeMap
public java.util.HashMap getFaultBodyTypeMap()
Method getFaultBodyTypeMap- Returns:
-
setFaultBodyTypeMap
protected void setFaultBodyTypeMap(java.util.HashMap faultBodyTypeMap)
Method setFaultBodyTypeMap- Parameters:
faultBodyTypeMap
-
-
-