public class CorbaDestination extends Object implements org.apache.cxf.transport.MultiplexDestination
| Constructor and Description |
|---|
CorbaDestination(org.apache.cxf.service.model.EndpointInfo ei,
OrbConfig config) |
CorbaDestination(org.apache.cxf.service.model.EndpointInfo ei,
OrbConfig config,
CorbaTypeMap tm) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
protected POA |
createPOA(String name,
POA parentPOA,
POAManager poaManager) |
void |
deactivate() |
org.apache.cxf.ws.addressing.EndpointReferenceType |
getAddress() |
protected AddressType |
getAddressType() |
org.apache.cxf.ws.addressing.EndpointReferenceType |
getAddressWithId(String id) |
org.apache.cxf.transport.Conduit |
getBackChannel(org.apache.cxf.message.Message inMessage) |
org.apache.cxf.service.model.BindingInfo |
getBindingInfo() |
CorbaTypeMap |
getCorbaTypeMap() |
String |
getDestinationAddress() |
org.apache.cxf.service.model.EndpointInfo |
getEndPointInfo() |
String |
getId(Map<String,Object> contextMap) |
org.apache.cxf.transport.MessageObserver |
getMessageObserver() |
protected ORB |
getOrb() |
ORB |
getORB(List<String> orbArgs,
String location,
Properties props) |
OrbConfig |
getOrbConfig() |
void |
setMessageObserver(org.apache.cxf.transport.MessageObserver observer) |
void |
shutdown() |
public CorbaDestination(org.apache.cxf.service.model.EndpointInfo ei,
OrbConfig config)
public CorbaDestination(org.apache.cxf.service.model.EndpointInfo ei,
OrbConfig config,
CorbaTypeMap tm)
public OrbConfig getOrbConfig()
public org.apache.cxf.ws.addressing.EndpointReferenceType getAddress()
getAddress in interface org.apache.cxf.transport.Destinationpublic org.apache.cxf.transport.Conduit getBackChannel(org.apache.cxf.message.Message inMessage)
throws IOException
getBackChannel in interface org.apache.cxf.transport.DestinationIOExceptionpublic org.apache.cxf.service.model.BindingInfo getBindingInfo()
public org.apache.cxf.service.model.EndpointInfo getEndPointInfo()
public CorbaTypeMap getCorbaTypeMap()
public void shutdown()
shutdown in interface org.apache.cxf.transport.Destinationpublic ORB getORB(List<String> orbArgs, String location, Properties props)
protected ORB getOrb()
protected AddressType getAddressType()
public void setMessageObserver(org.apache.cxf.transport.MessageObserver observer)
setMessageObserver in interface org.apache.cxf.transport.Observablepublic void activate()
public String getDestinationAddress()
public org.apache.cxf.transport.MessageObserver getMessageObserver()
getMessageObserver in interface org.apache.cxf.transport.DestinationgetMessageObserver in interface org.apache.cxf.transport.Observablepublic void deactivate()
protected POA createPOA(String name, POA parentPOA, POAManager poaManager)
public org.apache.cxf.ws.addressing.EndpointReferenceType getAddressWithId(String id)
getAddressWithId in interface org.apache.cxf.transport.MultiplexDestinationApache CXF