org.jboss.axis.wsdl.symbolTable
Class BindingEntry.OperationAttr

java.lang.Object
  extended byorg.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


Constructor Summary
BindingEntry.OperationAttr()
           
BindingEntry.OperationAttr(Use (src)  inputBodyType, Use (src)  outputBodyType, java.util.Map faultBodyTypeMap)
           
 
Method Summary
 java.util.Map getFaultBodyTypeMap()
           
 Use (src) getInputBodyType()
           
 Use (src) getOutputBodyType()
           
protected  void setFaultBodyTypeMap(java.util.Map faultBodyTypeMap)
           
protected  void setInputBodyType(Use (src)  inputBodyType)
           
protected  void setOutputBodyType(Use (src)  outputBodyType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingEntry.OperationAttr

public BindingEntry.OperationAttr(Use (src)  inputBodyType,
                                  Use (src)  outputBodyType,
                                  java.util.Map faultBodyTypeMap)

BindingEntry.OperationAttr

public BindingEntry.OperationAttr()
Method Detail

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)