org.apache.cxf.binding.corba.runtime
Class CorbaDSIServant
java.lang.Object
org.omg.PortableServer.Servant
org.omg.PortableServer.DynamicImplementation
org.apache.cxf.binding.corba.runtime.CorbaDSIServant
public class CorbaDSIServant
- extends DynamicImplementation
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CorbaDSIServant
public CorbaDSIServant()
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