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 Constructor Description CorbaDSIServant()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]_all_interfaces(org.omg.PortableServer.POA poa, byte[] objectId)org.omg.PortableServer.POA_default_POA()CorbaDestinationgetDestination()MessageObservergetObserver()Map<String,QName>getOperationMapping()org.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)voidsetCorbaTypeMap(CorbaTypeMap map)voidsetObserver(MessageObserver observer)voidsetOperationMapping(Map<String,QName> map)
-
-
-
Method Detail
-
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
public MessageObserver getObserver()
-
setObserver
public void setObserver(MessageObserver observer)
-
getOrb
public org.omg.CORBA.ORB getOrb()
-
getDestination
public CorbaDestination getDestination()
-
setCorbaTypeMap
public void setCorbaTypeMap(CorbaTypeMap map)
-
invoke
public void invoke(org.omg.CORBA.ServerRequest request) throws CorbaBindingException- Specified by:
invokein classorg.omg.PortableServer.DynamicImplementation- Throws:
CorbaBindingException
-
_all_interfaces
public String[] _all_interfaces(org.omg.PortableServer.POA poa, byte[] objectId)
- Specified by:
_all_interfacesin classorg.omg.PortableServer.Servant
-
_default_POA
public org.omg.PortableServer.POA _default_POA()
- Overrides:
_default_POAin classorg.omg.PortableServer.Servant
-
-