org.apache.axis.wsdl.symbolTable
Class BindingEntry.OperationAttr
java.lang.Object
org.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
- BindingEntry
protected static class BindingEntry.OperationAttr
extends java.lang.Object
Contains attributes for Operations
- Body type: encoded or literal
OperationAttr
public OperationAttr()
Constructor OperationAttr
OperationAttr
public OperationAttr(Use inputBodyType,
Use outputBodyType,
HashMap faultBodyTypeMap)
Constructor OperationAttr
inputBodyType
- outputBodyType
- faultBodyTypeMap
-
getFaultBodyTypeMap
public HashMap getFaultBodyTypeMap()
Method getFaultBodyTypeMap
getInputBodyType
public Use getInputBodyType()
Method getInputBodyType
getOutputBodyType
public Use getOutputBodyType()
Method getOutputBodyType
setFaultBodyTypeMap
protected void setFaultBodyTypeMap(HashMap faultBodyTypeMap)
Method setFaultBodyTypeMap
setInputBodyType
protected void setInputBodyType(Use inputBodyType)
Method setInputBodyType
setOutputBodyType
protected void setOutputBodyType(Use outputBodyType)
Method setOutputBodyType
Copyright © 2005 Apache Web Services Project. All Rights Reserved.