protected static class BindingEntry.OperationAttr extends Object
Constructor and Description |
---|
BindingEntry.OperationAttr()
Constructor OperationAttr
|
BindingEntry.OperationAttr(Use inputBodyType,
Use outputBodyType,
HashMap faultBodyTypeMap)
Constructor OperationAttr
|
Modifier and Type | Method and Description |
---|---|
HashMap |
getFaultBodyTypeMap()
Method getFaultBodyTypeMap
|
Use |
getInputBodyType()
Method getInputBodyType
|
Use |
getOutputBodyType()
Method getOutputBodyType
|
protected void |
setFaultBodyTypeMap(HashMap faultBodyTypeMap)
Method setFaultBodyTypeMap
|
protected void |
setInputBodyType(Use inputBodyType)
Method setInputBodyType
|
protected void |
setOutputBodyType(Use outputBodyType)
Method setOutputBodyType
|
public BindingEntry.OperationAttr(Use inputBodyType, Use outputBodyType, HashMap faultBodyTypeMap)
inputBodyType
- outputBodyType
- faultBodyTypeMap
- public BindingEntry.OperationAttr()
public Use getInputBodyType()
protected void setInputBodyType(Use inputBodyType)
inputBodyType
- public Use getOutputBodyType()
protected void setOutputBodyType(Use outputBodyType)
outputBodyType
- public HashMap getFaultBodyTypeMap()
protected void setFaultBodyTypeMap(HashMap faultBodyTypeMap)
faultBodyTypeMap
- Copyright © The Apache Software Foundation. All Rights Reserved.