org.apache.axis.wsdl
Class BindingEntry.OperationAttr

java.lang.Object
  |
  +--org.apache.axis.wsdl.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
BindingEntry.OperationAttr(int inputBodyType, int outputBodyType, java.util.HashMap faultBodyTypeMap)
           
 
Method Summary
 java.util.HashMap getFaultBodyTypeMap()
           
 int getInputBodyType()
           
 int getOutputBodyType()
           
 
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(int inputBodyType,
                                  int outputBodyType,
                                  java.util.HashMap faultBodyTypeMap)
Method Detail

getInputBodyType

public int getInputBodyType()

getOutputBodyType

public int getOutputBodyType()

getFaultBodyTypeMap

public java.util.HashMap getFaultBodyTypeMap()


Copyright © 2001 Apache XML Project. All Rights Reserved.