Package org.apache.cxf.binding.corba
Class CorbaDestination
java.lang.Object
org.apache.cxf.binding.corba.CorbaDestination
- All Implemented Interfaces:
Destination,MultiplexDestination,Observable
-
Constructor Summary
ConstructorsConstructorDescriptionCorbaDestination(EndpointInfo ei, OrbConfig config) CorbaDestination(EndpointInfo ei, OrbConfig config, CorbaTypeMap tm) -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate()protected org.omg.PortableServer.POAcreatePOA(String name, org.omg.PortableServer.POA parentPOA, org.omg.PortableServer.POAManager poaManager) voidorg.apache.cxf.ws.addressing.EndpointReferenceTypeprotected AddressTypeorg.apache.cxf.ws.addressing.EndpointReferenceTypegetBackChannel(Message inMessage) Retreive a back-channel Conduit, which must be policy-compatible with the current Message and associated Destination.Retrieves the message observer for incoming messagesprotected org.omg.CORBA.ORBgetOrb()org.omg.CORBA.ORBgetORB(List<String> orbArgs, String location, Properties props) voidsetMessageObserver(MessageObserver observer) Register a message observer for incoming messages.voidshutdown()Shutdown the Destination, i.e.
-
Constructor Details
-
CorbaDestination
-
CorbaDestination
-
-
Method Details
-
getOrbConfig
-
getAddress
public org.apache.cxf.ws.addressing.EndpointReferenceType getAddress()- Specified by:
getAddressin interfaceDestination- Returns:
- the reference associated with this Destination
-
getBackChannel
Description copied from interface:DestinationRetreive a back-channel Conduit, which must be policy-compatible with the current Message and associated Destination. For example compatible Quality of Protection must be asserted on the back-channel.- Specified by:
getBackChannelin interfaceDestination- Parameters:
inMessage- the current message- Returns:
- a suitable Conduit
- Throws:
IOException
-
getBindingInfo
-
getEndPointInfo
-
getCorbaTypeMap
-
shutdown
public void shutdown()Description copied from interface:DestinationShutdown the Destination, i.e. stop accepting incoming messages.- Specified by:
shutdownin interfaceDestination
-
getORB
-
getOrb
protected org.omg.CORBA.ORB getOrb() -
getAddressType
-
setMessageObserver
Description copied from interface:ObservableRegister a message observer for incoming messages.- Specified by:
setMessageObserverin interfaceObservable- Parameters:
observer- the observer to notify on receipt of incoming
-
activate
public void activate() -
getDestinationAddress
-
getMessageObserver
Description copied from interface:ObservableRetrieves the message observer for incoming messages- Specified by:
getMessageObserverin interfaceDestination- Specified by:
getMessageObserverin interfaceObservable- Returns:
- the MessageObserver for incoming messages
-
deactivate
public void deactivate() -
createPOA
protected org.omg.PortableServer.POA createPOA(String name, org.omg.PortableServer.POA parentPOA, org.omg.PortableServer.POAManager poaManager) -
getAddressWithId
- Specified by:
getAddressWithIdin interfaceMultiplexDestination- Returns:
- the a reference containing the id that is associated with this Destination
-
getId
- Specified by:
getIdin interfaceMultiplexDestination- Parameters:
contextMap- for this invocation. Obtained for example from JAX-WS WebServiceContext.getMessageContext(). The context will either contain the WS-A To content and/or some property that identifies the target address, eg MessageContext.PATH_INFO for the current invocation- Returns:
- the id associated with the current invocation
-