org.fusesource.scalate.camel

ScalateEndpoint

class ScalateEndpoint extends ProcessorEndpoint

Version

$Revision : 1.1 $

Linear Supertypes
ProcessorEndpoint, DefaultPollingEndpoint, ScheduledPollEndpoint, DefaultEndpoint, CamelContextAware, HasId, Endpoint, IsSingleton, ServiceSupport, ShutdownableService, Service, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalateEndpoint
  2. ProcessorEndpoint
  3. DefaultPollingEndpoint
  4. ScheduledPollEndpoint
  5. DefaultEndpoint
  6. CamelContextAware
  7. HasId
  8. Endpoint
  9. IsSingleton
  10. ServiceSupport
  11. ShutdownableService
  12. Service
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalateEndpoint(component: ScalateComponent, uri: String, templateUri: String, defaultTemplateExtension: String = "ssp")

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val RESOURCE_URI: String

  7. val TEMPLATE: String

  8. def addChildService(arg0: Any): Unit

    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    ServiceSupport
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def configureConsumer(arg0: Consumer): Unit

    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    ScheduledPollEndpoint
    Annotations
    @throws( classOf[java.lang.Exception] )
  12. def configureProperties(arg0: Map[String, AnyRef]): Unit

    Definition Classes
    ScheduledPollEndpoint → DefaultEndpoint → Endpoint
  13. def createConsumer(arg0: Processor): Consumer

    Definition Classes
    DefaultPollingEndpoint → Endpoint
    Annotations
    @throws( classOf[java.lang.Exception] )
  14. def createEndpointUri(): String

    Definition Classes
    ScalateEndpoint → DefaultEndpoint
  15. def createExchange(arg0: ExchangePattern): Exchange

    Definition Classes
    DefaultEndpoint → Endpoint
  16. def createExchange(): Exchange

    Definition Classes
    DefaultEndpoint → Endpoint
  17. def createExchange(arg0: Exchange): Exchange

    Definition Classes
    DefaultEndpoint → Endpoint
  18. def createPollingConsumer(): PollingConsumer

    Definition Classes
    ProcessorEndpoint → DefaultEndpoint → Endpoint
    Annotations
    @throws( classOf[java.lang.Exception] )
  19. def createProcessor(): Processor

    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    ProcessorEndpoint
    Annotations
    @throws( classOf[java.lang.Exception] )
  20. def createProducer(): Producer

    Definition Classes
    ProcessorEndpoint → Endpoint
    Annotations
    @throws( classOf[java.lang.Exception] )
  21. def debug(message: ⇒ String): Unit

    Attributes
    protected
  22. def doResume(): Unit

    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    ServiceSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  23. def doShutdown(): Unit

    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    ServiceSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  24. def doStart(): Unit

    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    DefaultEndpoint → ServiceSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  25. def doStop(): Unit

    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    DefaultEndpoint → ServiceSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  26. def doSuspend(): Unit

    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    ServiceSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  27. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    DefaultEndpoint → AnyRef → Any
  29. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. def findOrCreateEndpoint(uri: String, newResourceUri: String): ScalateEndpoint

  31. def getCamelContext(): CamelContext

    Definition Classes
    DefaultEndpoint → CamelContextAware → Endpoint
  32. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  33. def getComponent(): Component

    Definition Classes
    DefaultEndpoint
  34. def getConsumerProperties(): Map[String, AnyRef]

    Definition Classes
    ScheduledPollEndpoint
  35. def getEndpointKey(): String

    Definition Classes
    DefaultEndpoint → Endpoint
  36. def getEndpointUri(): String

    Definition Classes
    DefaultEndpoint → Endpoint
  37. def getExchangePattern(): ExchangePattern

    Definition Classes
    ScalateEndpoint → DefaultEndpoint
  38. def getExchangeType(): Class[Exchange]

    Definition Classes
    DefaultEndpoint
  39. def getId(): String

    Definition Classes
    DefaultEndpoint → HasId
  40. def getProcessor(): Processor

    Definition Classes
    ProcessorEndpoint
    Annotations
    @throws( classOf[java.lang.Exception] )
  41. def getStatus(): ServiceStatus

    Definition Classes
    ServiceSupport
  42. def getVersion(): String

    Definition Classes
    ServiceSupport
  43. def hashCode(): Int

    Definition Classes
    DefaultEndpoint → AnyRef → Any
  44. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  45. def isLenientProperties(): Boolean

    Definition Classes
    DefaultEndpoint → Endpoint
  46. def isRunAllowed(): Boolean

    Definition Classes
    ServiceSupport
  47. def isSingleton(): Boolean

    Definition Classes
    ScalateEndpoint → ProcessorEndpoint → IsSingleton
  48. def isStarted(): Boolean

    Definition Classes
    ServiceSupport
  49. def isStarting(): Boolean

    Definition Classes
    ServiceSupport
  50. def isStopped(): Boolean

    Definition Classes
    ServiceSupport
  51. def isStopping(): Boolean

    Definition Classes
    ServiceSupport
  52. def isSuspended(): Boolean

    Definition Classes
    ServiceSupport
  53. def isSuspending(): Boolean

    Definition Classes
    ServiceSupport
  54. def isSynchronous(): Boolean

    Definition Classes
    DefaultEndpoint
  55. val log: Log

  56. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  57. final def notify(): Unit

    Definition Classes
    AnyRef
  58. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  59. def onExchange(exchange: Exchange): Unit

    Definition Classes
    ScalateEndpoint → ProcessorEndpoint
  60. def removeChildService(arg0: Any): Boolean

    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    ServiceSupport
  61. def resume(): Unit

    Definition Classes
    ServiceSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  62. def setCamelContext(arg0: CamelContext): Unit

    Definition Classes
    DefaultEndpoint → CamelContextAware → Endpoint
  63. def setConsumerProperties(arg0: Map[String, AnyRef]): Unit

    Definition Classes
    ScheduledPollEndpoint
  64. def setEndpointUri(arg0: String): Unit

    Attributes
    protected[org.apache.camel.impl]
    Definition Classes
    DefaultEndpoint
  65. def setEndpointUriIfNotSpecified(arg0: String): Unit

    Definition Classes
    DefaultEndpoint
  66. def setExchangePattern(arg0: ExchangePattern): Unit

    Definition Classes
    DefaultEndpoint
  67. def setProcessor(arg0: Processor): Unit

    Definition Classes
    ProcessorEndpoint
  68. def setSynchronous(arg0: Boolean): Unit

    Definition Classes
    DefaultEndpoint
  69. def shutdown(): Unit

    Definition Classes
    ServiceSupport → ShutdownableService
    Annotations
    @throws( classOf[java.lang.Exception] )
  70. def start(arg0: Boolean): Unit

    Definition Classes
    ServiceSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  71. def start(): Unit

    Definition Classes
    ServiceSupport → Service
    Annotations
    @throws( classOf[java.lang.Exception] )
  72. def stop(): Unit

    Definition Classes
    ServiceSupport → Service
    Annotations
    @throws( classOf[java.lang.Exception] )
  73. def suspend(): Unit

    Definition Classes
    ServiceSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  74. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  75. def toString(): String

    Definition Classes
    DefaultEndpoint → AnyRef → Any
  76. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ProcessorEndpoint

Inherited from DefaultPollingEndpoint

Inherited from ScheduledPollEndpoint

Inherited from DefaultEndpoint

Inherited from CamelContextAware

Inherited from HasId

Inherited from Endpoint

Inherited from IsSingleton

Inherited from ServiceSupport

Inherited from ShutdownableService

Inherited from Service

Inherited from AnyRef

Inherited from Any

Ungrouped