Package org.apache.axis.wsdl.symbolTable
Class BindingEntry.OperationAttr
java.lang.Object
org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
- Enclosing class:
- BindingEntry
Contains attributes for Operations
- Body type: encoded or literal
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor OperationAttrOperationAttr
(Use inputBodyType, Use outputBodyType, HashMap faultBodyTypeMap) Constructor OperationAttr -
Method Summary
Modifier and TypeMethodDescriptionMethod getFaultBodyTypeMapMethod getInputBodyTypeMethod getOutputBodyTypeprotected void
setFaultBodyTypeMap
(HashMap faultBodyTypeMap) Method setFaultBodyTypeMapprotected void
setInputBodyType
(Use inputBodyType) Method setInputBodyTypeprotected void
setOutputBodyType
(Use outputBodyType) Method setOutputBodyType
-
Constructor Details
-
OperationAttr
Constructor OperationAttr- Parameters:
inputBodyType
-outputBodyType
-faultBodyTypeMap
-
-
OperationAttr
public OperationAttr()Constructor OperationAttr
-
-
Method Details
-
getInputBodyType
Method getInputBodyType- Returns:
-
setInputBodyType
Method setInputBodyType- Parameters:
inputBodyType
-
-
getOutputBodyType
Method getOutputBodyType- Returns:
-
setOutputBodyType
Method setOutputBodyType- Parameters:
outputBodyType
-
-
getFaultBodyTypeMap
Method getFaultBodyTypeMap- Returns:
-
setFaultBodyTypeMap
Method setFaultBodyTypeMap- Parameters:
faultBodyTypeMap
-
-