|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.binding.corba.CorbaDestination
public class CorbaDestination
| Constructor Summary | |
|---|---|
CorbaDestination(EndpointInfo ei,
OrbConfig config)
|
|
CorbaDestination(EndpointInfo ei,
OrbConfig config,
CorbaTypeMap tm)
|
|
| Method Summary | |
|---|---|
void |
activate()
|
protected POA |
createPOA(String name,
POA parentPOA,
POAManager poaManager)
|
void |
deactivate()
|
EndpointReferenceType |
getAddress()
|
protected AddressType |
getAddressType()
|
EndpointReferenceType |
getAddressWithId(String id)
|
Conduit |
getBackChannel(Message inMessage,
Message partialResponse,
EndpointReferenceType ref)
Retreive a back-channel Conduit, which must be policy-compatible with the current Message and associated Destination. |
BindingInfo |
getBindingInfo()
|
CorbaTypeMap |
getCorbaTypeMap()
|
String |
getDestinationAddress()
|
EndpointInfo |
getEndPointInfo()
|
String |
getId(Map contextMap)
|
MessageObserver |
getMessageObserver()
Retrieves the message observer for incoming messages |
protected ORB |
getOrb()
|
ORB |
getORB(List<String> orbArgs,
String location,
Properties props)
|
OrbConfig |
getOrbConfig()
|
void |
setMessageObserver(MessageObserver observer)
Register a message observer for incoming messages. |
void |
shutdown()
Shutdown the Destination, i.e. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CorbaDestination(EndpointInfo ei,
OrbConfig config)
public CorbaDestination(EndpointInfo ei,
OrbConfig config,
CorbaTypeMap tm)
| Method Detail |
|---|
public OrbConfig getOrbConfig()
public EndpointReferenceType getAddress()
getAddress in interface Destination
public Conduit getBackChannel(Message inMessage,
Message partialResponse,
EndpointReferenceType ref)
throws IOException
Destination
getBackChannel in interface DestinationinMessage - the current messagepartialResponse - - will likely always be nullref - - will likely always be null
IOExceptionpublic BindingInfo getBindingInfo()
public EndpointInfo getEndPointInfo()
public CorbaTypeMap getCorbaTypeMap()
public void shutdown()
Destination
shutdown in interface Destination
public ORB getORB(List<String> orbArgs,
String location,
Properties props)
protected ORB getOrb()
protected AddressType getAddressType()
public void setMessageObserver(MessageObserver observer)
Observable
setMessageObserver in interface Observableobserver - the observer to notify on receipt of incomingpublic void activate()
public String getDestinationAddress()
public MessageObserver getMessageObserver()
Observable
getMessageObserver in interface DestinationgetMessageObserver in interface Observablepublic void deactivate()
protected POA createPOA(String name,
POA parentPOA,
POAManager poaManager)
public EndpointReferenceType getAddressWithId(String id)
getAddressWithId in interface MultiplexDestinationpublic String getId(Map contextMap)
getId in interface MultiplexDestinationcontextMap - 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
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||