Apache CXF API

org.apache.cxf.tools.corba.common.idltypes
Class IdlOperation

java.lang.Object
  extended by org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
      extended by org.apache.cxf.tools.corba.common.idltypes.IdlScopeBase
          extended by org.apache.cxf.tools.corba.common.idltypes.IdlOperation
All Implemented Interfaces:
IdlDefn

public final class IdlOperation
extends IdlScopeBase


Method Summary
 void addException(IdlException exc)
           
 void addParameter(IdlParam arg)
           
 void addReturnType(IdlType rt)
           
static IdlOperation create(IdlScopeBase parent, String name, boolean isOneway)
           
 void write(PrintWriter pw)
           
 
Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlScopeBase
addToScope, definitions, flush, getCircularScope, holdForScope, lookup, lookup, lookup, lookup, lookup, lookup, parkHeld, promoteHeldToScope, writeFwd
 
Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
definedIn, fullName, fullName, isCircular, isEmptyDef, localName, name, scopeName, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static IdlOperation create(IdlScopeBase parent,
                                  String name,
                                  boolean isOneway)

addParameter

public void addParameter(IdlParam arg)

addReturnType

public void addReturnType(IdlType rt)

addException

public void addException(IdlException exc)

write

public void write(PrintWriter pw)
Specified by:
write in interface IdlDefn
Overrides:
write in class IdlScopeBase

Apache CXF API

Apache CXF