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 org.omg.PortableServer.DynamicImplementation
|
Method Summary |
java.lang.String[] |
_all_interfaces(org.omg.PortableServer.POA poa,
byte[] objectId)
|
org.omg.PortableServer.POA |
_default_POA()
|
CorbaDestination |
getDestination()
|
protected MessageObserver |
getObserver()
|
java.util.Map<java.lang.String,javax.xml.namespace.QName> |
getOperationMapping()
|
protected org.omg.CORBA.ORB |
getOrb()
|
void |
init(org.omg.CORBA.ORB theOrb,
org.omg.PortableServer.POA poa,
CorbaDestination dest,
MessageObserver observer)
|
void |
init(org.omg.CORBA.ORB theOrb,
org.omg.PortableServer.POA poa,
CorbaDestination dest,
MessageObserver observer,
CorbaTypeMap map)
|
void |
invoke(org.omg.CORBA.ServerRequest request)
|
void |
setCorbaTypeMap(CorbaTypeMap map)
|
protected void |
setObserver(MessageObserver observer)
|
void |
setOperationMapping(java.util.Map<java.lang.String,javax.xml.namespace.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 |
CorbaDSIServant
public CorbaDSIServant()
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
protected MessageObserver getObserver()
setObserver
protected void setObserver(MessageObserver observer)
getOrb
protected org.omg.CORBA.ORB getOrb()
getDestination
public CorbaDestination getDestination()
getOperationMapping
public java.util.Map<java.lang.String,javax.xml.namespace.QName> getOperationMapping()
setOperationMapping
public void setOperationMapping(java.util.Map<java.lang.String,javax.xml.namespace.QName> map)
setCorbaTypeMap
public void setCorbaTypeMap(CorbaTypeMap map)
invoke
public void invoke(org.omg.CORBA.ServerRequest request)
throws CorbaBindingException
- Specified by:
invoke in class org.omg.PortableServer.DynamicImplementation
- Throws:
CorbaBindingException
_all_interfaces
public java.lang.String[] _all_interfaces(org.omg.PortableServer.POA poa,
byte[] objectId)
- Specified by:
_all_interfaces in class org.omg.PortableServer.Servant
_default_POA
public org.omg.PortableServer.POA _default_POA()
- Overrides:
_default_POA in class org.omg.PortableServer.Servant
Apache CXF