org.apache.axis2.corba.idl.types
Class Interface

java.lang.Object
  extended by org.apache.axis2.corba.idl.types.DataType
      extended by org.apache.axis2.corba.idl.types.CompositeDataType
          extended by org.apache.axis2.corba.idl.types.Interface

public class Interface
extends CompositeDataType


Field Summary
 
Fields inherited from class org.apache.axis2.corba.idl.types.CompositeDataType
id, IDL_REPO_STRING, IDL_VERSION, members, module, MODULE_SEPERATOR, name
 
Fields inherited from class org.apache.axis2.corba.idl.types.DataType
typeCode
 
Constructor Summary
Interface()
           
 
Method Summary
 void addOperation(Operation operation)
           
protected  org.omg.CORBA.TypeCode generateTypeCode()
           
 Operation[] getOperations()
           
 java.util.Map getOperationsMap()
           
 
Methods inherited from class org.apache.axis2.corba.idl.types.CompositeDataType
addMember, getId, getMembers, getModule, getName, setId, setModule, setName
 
Methods inherited from class org.apache.axis2.corba.idl.types.DataType
getTypeCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interface

public Interface()
Method Detail

generateTypeCode

protected org.omg.CORBA.TypeCode generateTypeCode()
Specified by:
generateTypeCode in class DataType

getOperationsMap

public java.util.Map getOperationsMap()

getOperations

public Operation[] getOperations()

addOperation

public void addOperation(Operation operation)


Copyright ? 2007 Apache Web Services Project. All Rights Reserved.