Class

org.apache.cxf.transport.play

PlayDestination

Related Doc: package play

Permalink

class PlayDestination extends AbstractDestination

Linear Supertypes
AbstractDestination, DestinationWithEndpoint, Destination, AbstractObservable, Observable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlayDestination
  2. AbstractDestination
  3. DestinationWithEndpoint
  4. Destination
  5. AbstractObservable
  6. Observable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PlayDestination(destinationFactory: PlayTransportFactory, factoryKey: String, epr: EndpointReferenceType, ei: EndpointInfo, bus: Bus)

    Permalink

Type Members

  1. abstract class AbstractBackChannelConduit extends AbstractConduit

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractDestination

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def activate(): Unit

    Permalink
    Attributes
    protected[org.apache.cxf.transport]
    Definition Classes
    AbstractObservable
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def deactivate(): Unit

    Permalink
    Attributes
    protected[org.apache.cxf.transport]
    Definition Classes
    AbstractObservable
  8. def dispatchMessage(inMessage: Message, output: OutputStream, replyPromise: Promise[Message]): Unit

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def getAddress(): EndpointReferenceType

    Permalink
    Definition Classes
    AbstractDestination → Destination
  13. def getBackChannel(arg0: Message): Conduit

    Permalink
    Definition Classes
    AbstractDestination → Destination
    Annotations
    @throws( classOf[java.io.IOException] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getEndpointInfo(): EndpointInfo

    Permalink
    Definition Classes
    AbstractDestination → DestinationWithEndpoint
  16. def getFactoryKey(): String

    Permalink
  17. def getInbuiltBackChannel(inMessage: Message): Conduit

    Permalink
    Attributes
    protected[org.apache.cxf.transport.play]
    Definition Classes
    PlayDestination → AbstractDestination
  18. def getLogger(): Logger

    Permalink
    Attributes
    protected[org.apache.cxf.transport.play]
    Definition Classes
    PlayDestination → AbstractObservable
  19. def getMessageObserver(): MessageObserver

    Permalink
    Definition Classes
    AbstractObservable → Observable
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def setMessageObserver(arg0: MessageObserver): Unit

    Permalink
    Definition Classes
    AbstractObservable → Observable
  26. def shutdown(): Unit

    Permalink
    Definition Classes
    PlayDestination → AbstractDestination → Destination
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractDestination

Inherited from DestinationWithEndpoint

Inherited from Destination

Inherited from AbstractObservable

Inherited from Observable

Inherited from AnyRef

Inherited from Any

Ungrouped