站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

BindingEntry.OperationAttr (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


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

java.lang.Object
  extended byorg.apache.axis.wsdl.symbolTable.BindingEntry.OperationAttr
Enclosing class:
BindingEntry

protected static class BindingEntry.OperationAttr
extends Object

Contains attributes for Operations - Body type: encoded or literal


Constructor Summary
BindingEntry.OperationAttr()
           
BindingEntry.OperationAttr(Use inputBodyType, Use outputBodyType, Map faultBodyTypeMap)
           
 
Method Summary
 Map getFaultBodyTypeMap()
           
 Use getInputBodyType()
           
 Use getOutputBodyType()
           
protected  void setFaultBodyTypeMap(Map faultBodyTypeMap)
           
protected  void setInputBodyType(Use inputBodyType)
           
protected  void setOutputBodyType(Use 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 inputBodyType,
                                  Use outputBodyType,
                                  Map faultBodyTypeMap)

BindingEntry.OperationAttr

public BindingEntry.OperationAttr()
Method Detail

getInputBodyType

public Use getInputBodyType()

setInputBodyType

protected void setInputBodyType(Use inputBodyType)

getOutputBodyType

public Use getOutputBodyType()

setOutputBodyType

protected void setOutputBodyType(Use outputBodyType)

getFaultBodyTypeMap

public Map getFaultBodyTypeMap()

setFaultBodyTypeMap

protected void setFaultBodyTypeMap(Map faultBodyTypeMap)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.