Uses of Class
org.apache.cxf.tools.corba.common.idltypes.IdlOperation
-
Packages that use IdlOperation Package Description org.apache.cxf.tools.corba.common.idltypes -
-
Uses of IdlOperation in org.apache.cxf.tools.corba.common.idltypes
Methods in org.apache.cxf.tools.corba.common.idltypes that return IdlOperation Modifier and Type Method Description static IdlOperationIdlOperation. create(IdlScopeBase parent, String name, boolean isOneway)Methods in org.apache.cxf.tools.corba.common.idltypes with parameters of type IdlOperation Modifier and Type Method Description voidIdlInterface. addoperation(IdlOperation op)static IdlParamIdlParam. create(IdlOperation parent, String name, IdlType type, String mode)
-