org.apache.axis.wsdl.symbolTable

Class BindingEntry.OperationAttr

Enclosing Class:
BindingEntry

protected static class BindingEntry.OperationAttr
extends java.lang.Object

Contains attributes for Operations - Body type: encoded or literal

Constructor Summary

OperationAttr()
Constructor OperationAttr
OperationAttr(Use inputBodyType, Use outputBodyType, HashMap faultBodyTypeMap)
Constructor OperationAttr

Method Summary

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

Constructor Details

OperationAttr

public OperationAttr()
Constructor OperationAttr

OperationAttr

public OperationAttr(Use inputBodyType,
                     Use outputBodyType,
                     HashMap faultBodyTypeMap)
Constructor OperationAttr
Parameters:
inputBodyType -
outputBodyType -
faultBodyTypeMap -

Method Details

getFaultBodyTypeMap

public HashMap getFaultBodyTypeMap()
Method getFaultBodyTypeMap
Returns:

getInputBodyType

public Use getInputBodyType()
Method getInputBodyType
Returns:

getOutputBodyType

public Use getOutputBodyType()
Method getOutputBodyType
Returns:

setFaultBodyTypeMap

protected void setFaultBodyTypeMap(HashMap faultBodyTypeMap)
Method setFaultBodyTypeMap
Parameters:
faultBodyTypeMap -

setInputBodyType

protected void setInputBodyType(Use inputBodyType)
Method setInputBodyType
Parameters:
inputBodyType -

setOutputBodyType

protected void setOutputBodyType(Use outputBodyType)
Method setOutputBodyType
Parameters:
outputBodyType -

Copyright © 2005 Apache Web Services Project. All Rights Reserved.