org.apache.axis.wsdl.symbolTable
Class BindingEntry.OperationAttr
java.lang.Objectorg.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
faultBodyTypeMap -
setInputBodyType
protected void setInputBodyType(Use inputBodyType)
Method setInputBodyType
inputBodyType -
setOutputBodyType
protected void setOutputBodyType(Use outputBodyType)
Method setOutputBodyType
outputBodyType -
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.