Class LocalDestination

java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractDestination
org.apache.cxf.transport.local.LocalDestination
All Implemented Interfaces:
org.apache.cxf.transport.Destination, org.apache.cxf.transport.DestinationWithEndpoint, org.apache.cxf.transport.Observable

public class LocalDestination extends org.apache.cxf.transport.AbstractDestination
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.cxf.transport.AbstractDestination

    org.apache.cxf.transport.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

    Constructors
    Constructor
    Description
    LocalDestination(LocalTransportFactory localDestinationFactory, org.apache.cxf.ws.addressing.EndpointReferenceType epr, org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.Bus bus)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.cxf.Bus
     
    protected org.apache.cxf.transport.Conduit
    getInbuiltBackChannel(org.apache.cxf.message.Message inMessage)
     
    protected Logger
     
    void
     

    Methods inherited from class org.apache.cxf.transport.AbstractDestination

    getAddress, getBackChannel, getEndpointInfo

    Methods inherited from class org.apache.cxf.transport.AbstractObservable

    activate, deactivate, 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

    getMessageObserver

    Methods inherited from interface org.apache.cxf.transport.Observable

    setMessageObserver
  • Constructor Details

    • LocalDestination

      public LocalDestination(LocalTransportFactory localDestinationFactory, org.apache.cxf.ws.addressing.EndpointReferenceType epr, org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.Bus bus)
  • Method Details

    • shutdown

      public void shutdown()
      Specified by:
      shutdown in interface org.apache.cxf.transport.Destination
      Overrides:
      shutdown in class org.apache.cxf.transport.AbstractDestination
    • getBus

      public org.apache.cxf.Bus getBus()
    • getLogger

      protected Logger getLogger()
      Specified by:
      getLogger in class org.apache.cxf.transport.AbstractObservable
    • getInbuiltBackChannel

      protected org.apache.cxf.transport.Conduit getInbuiltBackChannel(org.apache.cxf.message.Message inMessage)
      Specified by:
      getInbuiltBackChannel in class org.apache.cxf.transport.AbstractDestination