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.ObjectContains 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.HashMapgetFaultBodyTypeMap()Method getFaultBodyTypeMapUsegetInputBodyType()Method getInputBodyTypeUsegetOutputBodyType()Method getOutputBodyTypeprotected voidsetFaultBodyTypeMap(java.util.HashMap faultBodyTypeMap)Method setFaultBodyTypeMapprotected voidsetInputBodyType(Use inputBodyType)Method setInputBodyTypeprotected voidsetOutputBodyType(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-
-
-