|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractDestination
org.apache.cxf.transport.AbstractMultiplexDestination
public abstract class AbstractMultiplexDestination
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.cxf.transport.AbstractDestination |
---|
AbstractDestination.AbstractBackChannelConduit |
Field Summary |
---|
Fields inherited from class org.apache.cxf.transport.AbstractDestination |
---|
bus, endpointInfo, reference |
Fields inherited from class org.apache.cxf.transport.AbstractObservable |
---|
incomingObserver |
Constructor Summary | |
---|---|
AbstractMultiplexDestination(Bus b,
org.apache.cxf.ws.addressing.EndpointReferenceType ref,
EndpointInfo ei)
|
Method Summary | |
---|---|
org.apache.cxf.ws.addressing.EndpointReferenceType |
getAddressWithId(java.lang.String id)
Builds an new endpoint reference using the current target reference as a template. |
java.lang.String |
getId(java.util.Map contextMap)
Obtain id from reference parameters of the ws-a to address Requires the existance of ws-a interceptors on dispatch path to provide access to the ws-a headers |
Methods inherited from class org.apache.cxf.transport.AbstractDestination |
---|
getAddress, getBackChannel, getConduitInitiator, getInbuiltBackChannel, markPartialResponse, shutdown |
Methods inherited from class org.apache.cxf.transport.AbstractObservable |
---|
activate, deactivate, getLogger, getMessageObserver, getTargetReference, getTargetReference, setMessageObserver |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.cxf.transport.Destination |
---|
getAddress, getBackChannel, getMessageObserver, shutdown |
Methods inherited from interface org.apache.cxf.transport.Observable |
---|
setMessageObserver |
Constructor Detail |
---|
public AbstractMultiplexDestination(Bus b, org.apache.cxf.ws.addressing.EndpointReferenceType ref, EndpointInfo ei)
Method Detail |
---|
public org.apache.cxf.ws.addressing.EndpointReferenceType getAddressWithId(java.lang.String id)
getAddressWithId
in interface MultiplexDestination
the
- id to encode in the new reference
MultiplexDestination.getAddressWithId(java.lang.String)
public java.lang.String getId(java.util.Map contextMap)
getId
in interface MultiplexDestination
the
- current invocation or message context
MultiplexDestination.getId(java.util.Map)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |