Apache CXF API

org.apache.cxf.binding.corba.runtime
Class CorbaDSIServant

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.PortableServer.DynamicImplementation
          extended by org.apache.cxf.binding.corba.runtime.CorbaDSIServant

public class CorbaDSIServant
extends DynamicImplementation


Constructor Summary
CorbaDSIServant()
           
 
Method Summary
 String[] _all_interfaces(POA poa, byte[] objectId)
           
 POA _default_POA()
           
 CorbaDestination getDestination()
           
 MessageObserver getObserver()
           
 Map<String,QName> getOperationMapping()
           
 ORB getOrb()
           
 void init(ORB theOrb, POA poa, CorbaDestination dest, MessageObserver observer)
           
 void init(ORB theOrb, POA poa, CorbaDestination dest, MessageObserver observer, CorbaTypeMap map)
           
 void invoke(ServerRequest request)
           
 void setCorbaTypeMap(CorbaTypeMap map)
           
 void setObserver(MessageObserver observer)
           
 void setOperationMapping(Map<String,QName> map)
           
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorbaDSIServant

public CorbaDSIServant()
Method Detail

init

public void init(ORB theOrb,
                 POA poa,
                 CorbaDestination dest,
                 MessageObserver observer)

init

public void init(ORB theOrb,
                 POA poa,
                 CorbaDestination dest,
                 MessageObserver observer,
                 CorbaTypeMap map)

getObserver

public MessageObserver getObserver()

setObserver

public void setObserver(MessageObserver observer)

getOrb

public ORB getOrb()

getDestination

public CorbaDestination getDestination()

getOperationMapping

public Map<String,QName> getOperationMapping()

setOperationMapping

public void setOperationMapping(Map<String,QName> map)

setCorbaTypeMap

public void setCorbaTypeMap(CorbaTypeMap map)

invoke

public void invoke(ServerRequest request)
            throws CorbaBindingException
Specified by:
invoke in class DynamicImplementation
Throws:
CorbaBindingException

_all_interfaces

public String[] _all_interfaces(POA poa,
                                byte[] objectId)
Specified by:
_all_interfaces in class Servant

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

Apache CXF API

Apache CXF