Class CorbaDSIServant
java.lang.Object
org.omg.PortableServer.Servant
org.omg.PortableServer.DynamicImplementation
org.apache.cxf.binding.corba.runtime.CorbaDSIServant
public class CorbaDSIServant
extends org.omg.PortableServer.DynamicImplementation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]_all_interfaces(org.omg.PortableServer.POA poa, byte[] objectId) org.omg.PortableServer.POAorg.omg.CORBA.ORBgetOrb()voidinit(org.omg.CORBA.ORB theOrb, org.omg.PortableServer.POA poa, CorbaDestination dest, MessageObserver observer) voidinit(org.omg.CORBA.ORB theOrb, org.omg.PortableServer.POA poa, CorbaDestination dest, MessageObserver observer, CorbaTypeMap map) voidinvoke(org.omg.CORBA.ServerRequest request) voidvoidsetObserver(MessageObserver observer) voidsetOperationMapping(Map<String, QName> map) Methods inherited from class org.omg.PortableServer.Servant
_get_component, _get_delegate, _get_interface, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _repository_id, _set_delegate, _this_object, _this_object
-
Constructor Details
-
CorbaDSIServant
public CorbaDSIServant()
-
-
Method Details
-
init
public void init(org.omg.CORBA.ORB theOrb, org.omg.PortableServer.POA poa, CorbaDestination dest, MessageObserver observer) -
init
public void init(org.omg.CORBA.ORB theOrb, org.omg.PortableServer.POA poa, CorbaDestination dest, MessageObserver observer, CorbaTypeMap map) -
getObserver
-
setObserver
-
getOrb
public org.omg.CORBA.ORB getOrb() -
getDestination
-
getOperationMapping
-
setOperationMapping
-
setCorbaTypeMap
-
invoke
- Specified by:
invokein classorg.omg.PortableServer.DynamicImplementation- Throws:
CorbaBindingException
-
_all_interfaces
- Specified by:
_all_interfacesin classorg.omg.PortableServer.Servant
-
_default_POA
public org.omg.PortableServer.POA _default_POA()- Overrides:
_default_POAin classorg.omg.PortableServer.Servant
-