C D G I O P R S T U

C

connect(RestletConsumer) - Method in class org.apache.camel.component.restlet.RestletComponent
 
connect(RestletConsumer) - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
createConsumer(Processor) - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
createEndpoint(String, String, Map) - Method in class org.apache.camel.component.restlet.RestletComponent
 
createProducer() - Method in class org.apache.camel.component.restlet.RestletEndpoint
 

D

DefaultRestletBinding - Class in org.apache.camel.component.restlet
Default Restlet binding implementation
DefaultRestletBinding() - Constructor for class org.apache.camel.component.restlet.DefaultRestletBinding
 
disconnect(RestletConsumer) - Method in class org.apache.camel.component.restlet.RestletComponent
 
disconnect(RestletConsumer) - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
doStart() - Method in class org.apache.camel.component.restlet.RestletComponent
 
doStart() - Method in class org.apache.camel.component.restlet.RestletConsumer
 
doStart() - Method in class org.apache.camel.component.restlet.RestletProducer
 
doStop() - Method in class org.apache.camel.component.restlet.RestletComponent
 
doStop() - Method in class org.apache.camel.component.restlet.RestletConsumer
 
doStop() - Method in class org.apache.camel.component.restlet.RestletProducer
 

G

getExchangePattern() - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
getHeaderFilterStrategy() - Method in class org.apache.camel.component.restlet.DefaultRestletBinding
 
getHeaderFilterStrategy() - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
getHost() - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
getPort() - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
getProtocol() - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
getRestlet() - Method in class org.apache.camel.component.restlet.RestletConsumer
 
getRestletBinding() - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
getRestletMethod() - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
getRestletMethods() - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
getRestletRealm() - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
getRestletUriPatterns() - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
getUriPattern() - Method in class org.apache.camel.component.restlet.RestletEndpoint
 

I

isLenientProperties() - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
isSingleton() - Method in class org.apache.camel.component.restlet.RestletEndpoint
 

O

org.apache.camel.component.restlet - package org.apache.camel.component.restlet
 
org.apache.camel.component.restlet.converter - package org.apache.camel.component.restlet.converter
 

P

populateExchangeFromRestletRequest(Request, Exchange) - Method in class org.apache.camel.component.restlet.DefaultRestletBinding
 
populateExchangeFromRestletRequest(Request, Exchange) - Method in interface org.apache.camel.component.restlet.RestletBinding
Populate Camel message from Restlet request
populateExchangeFromRestletResponse(Exchange, Response) - Method in class org.apache.camel.component.restlet.DefaultRestletBinding
 
populateExchangeFromRestletResponse(Exchange, Response) - Method in interface org.apache.camel.component.restlet.RestletBinding
Populate Camel message from Restlet response
populateRestletRequestFromExchange(Request, Exchange) - Method in class org.apache.camel.component.restlet.DefaultRestletBinding
 
populateRestletRequestFromExchange(Request, Exchange) - Method in interface org.apache.camel.component.restlet.RestletBinding
Populate Restlet Request from Camel message
populateRestletResponseFromExchange(Exchange, Response) - Method in class org.apache.camel.component.restlet.DefaultRestletBinding
 
populateRestletResponseFromExchange(Exchange, Response) - Method in interface org.apache.camel.component.restlet.RestletBinding
Populate Restlet request from Camel message
process(Exchange) - Method in class org.apache.camel.component.restlet.RestletProducer
 

R

RESTLET_LOGIN - Static variable in class org.apache.camel.component.restlet.RestletConstants
 
RESTLET_PASSWORD - Static variable in class org.apache.camel.component.restlet.RestletConstants
 
RestletBinding - Interface in org.apache.camel.component.restlet
Interface for converting between Camel message and Restlet message.
RestletComponent - Class in org.apache.camel.component.restlet
A Camel component embedded Restlet that produces and consumes exchanges.
RestletComponent() - Constructor for class org.apache.camel.component.restlet.RestletComponent
 
RestletConstants - Class in org.apache.camel.component.restlet
Constants for Restlet component
RestletConsumer - Class in org.apache.camel.component.restlet
A Restlet consumer acts as a server to listen client requests.
RestletConsumer(Endpoint, Processor) - Constructor for class org.apache.camel.component.restlet.RestletConsumer
 
RestletConverter - Class in org.apache.camel.component.restlet.converter
 
RestletConverter() - Constructor for class org.apache.camel.component.restlet.converter.RestletConverter
 
RestletEndpoint - Class in org.apache.camel.component.restlet
Represents a endpoint
RestletEndpoint(RestletComponent, String) - Constructor for class org.apache.camel.component.restlet.RestletEndpoint
 
RestletHeaderFilterStrategy - Class in org.apache.camel.component.restlet
Default header filtering strategy for Restlet
RestletHeaderFilterStrategy() - Constructor for class org.apache.camel.component.restlet.RestletHeaderFilterStrategy
 
RestletProducer - Class in org.apache.camel.component.restlet
A Camel producer that acts as a client to Restlet server.
RestletProducer(RestletEndpoint) - Constructor for class org.apache.camel.component.restlet.RestletProducer
 

S

setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.restlet.DefaultRestletBinding
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
setHost(String) - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
setPort(int) - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
setProtocol(String) - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
setRestletBinding(RestletBinding) - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
setRestletMethod(Method) - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
setRestletMethods(Method[]) - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
setRestletRealm(Map<String, String>) - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
setRestletUriPatterns(List<String>) - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
setUriPattern(String) - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
start() - Method in class org.apache.camel.component.restlet.RestletEndpoint
 
stop() - Method in class org.apache.camel.component.restlet.RestletEndpoint
 

T

toMediaType(String) - Method in class org.apache.camel.component.restlet.converter.RestletConverter
 
toMethod(String) - Method in class org.apache.camel.component.restlet.converter.RestletConverter
 
toMethods(String) - Method in class org.apache.camel.component.restlet.converter.RestletConverter
 

U

useIntrospectionOnEndpoint() - Method in class org.apache.camel.component.restlet.RestletComponent
 

C D G I O P R S T U

Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.