org.jboss.axis.wsdl.symbolTable
Class BindingEntry.OperationAttr
java.lang.Object
org.jboss.axis.wsdl.symbolTable.BindingEntry.OperationAttr
- Enclosing class:
- BindingEntry (src)
- protected static class BindingEntry.OperationAttr
- extends java.lang.Object
Contains attributes for Operations
- Body type: encoded or literal
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingEntry.OperationAttr
public BindingEntry.OperationAttr(Use (src) inputBodyType,
Use (src) outputBodyType,
java.util.Map faultBodyTypeMap)
BindingEntry.OperationAttr
public BindingEntry.OperationAttr()
getInputBodyType
public Use (src) getInputBodyType()
setInputBodyType
protected void setInputBodyType(Use (src) inputBodyType)
getOutputBodyType
public Use (src) getOutputBodyType()
setOutputBodyType
protected void setOutputBodyType(Use (src) outputBodyType)
getFaultBodyTypeMap
public java.util.Map getFaultBodyTypeMap()
setFaultBodyTypeMap
protected void setFaultBodyTypeMap(java.util.Map faultBodyTypeMap)