Apache CXF API

Uses of Class
org.apache.cxf.binding.corba.CorbaDestination

Packages that use CorbaDestination
org.apache.cxf.binding.corba.interceptors   
org.apache.cxf.binding.corba.runtime   
 

Uses of CorbaDestination in org.apache.cxf.binding.corba.interceptors
 

Methods in org.apache.cxf.binding.corba.interceptors with parameters of type CorbaDestination
protected  NVList CorbaStreamInInterceptor.prepareArguments(CorbaMessage corbaMsg, InterfaceInfo info, OperationType opType, QName opQName, CorbaTypeMap typeMap, CorbaDestination destination, ServiceInfo service)
           
protected  void CorbaStreamFaultOutInterceptor.setSystemException(CorbaMessage message, Throwable ex, CorbaDestination dest)
           
 

Uses of CorbaDestination in org.apache.cxf.binding.corba.runtime
 

Methods in org.apache.cxf.binding.corba.runtime that return CorbaDestination
 CorbaDestination CorbaDSIServant.getDestination()
           
 

Methods in org.apache.cxf.binding.corba.runtime with parameters of type CorbaDestination
 void CorbaDSIServant.init(ORB theOrb, POA poa, CorbaDestination dest, MessageObserver observer)
           
 void CorbaDSIServant.init(ORB theOrb, POA poa, CorbaDestination dest, MessageObserver observer, CorbaTypeMap map)
           
 


Apache CXF API

Apache CXF