腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(129)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
骆驼
CXFRS
反应
第一个路由使用来自
cxfrs
端点/bean的请求,并将它们发送到jms队列收件箱。 from("
cxfrs
:bean:personLookupEndpoint") <-- http client waits for response...
浏览 0
修改于2018-01-18
得票数 1
1
回答
cxfrs
client / ProducerTemplate ConnectionTimeout
Exchange exchange = template.send("
cxfrs
://" + url, new Processor() { inMessage.setHeader(Exchange.HTTP_PATH, url); // Specify the response class ,
cxfrs
浏览 2
修改于2017-03-31
得票数 3
1
回答
骆驼
CXFRS
-空附件
我试图制作一个RESTful WS来上传一个带有
CXFRS
camel组件的文件,我试图通过getAttachment方法检索上传的文件,但是它始终是空的。throws Exception { getContext().setTracing(true); from("
cxfrs
浏览 1
修改于2014-10-15
得票数 2
回答已采纳
1
回答
Apache
CXFRS
和CAMEL配置
我已经为它写了一个代理客户端 我想使用apache
CXFRS
客户端访问上面的REST服务,并将结果写入一个文件。我正在做下面的事情,有没有人可以回顾一下下面的内容,并评论一下我做错了什么。
浏览 0
修改于2014-08-31
得票数 2
回答已采纳
1
回答
apache camel -
cxfrs
处理多个请求
因此,我在Apache Camel中使用
CXFRS
创建了一个端点。当用户在该端点上进行API调用时,我有很多链接的进程(.process(new MyProcessors) (来自处理器)。
CXFRS
是否正在对请求进行排队?我在这里没有指定任何队列或同步。 谢谢!
浏览 1
提问于2013-12-19
得票数 0
1
回答
CXFRS
work服务不工作
组件:
CXFRs
webservice <camelContext xmlns="http://camel.apache.org/schema/blueprint"> <from uri="
cxfrs
浏览 11
修改于2015-08-27
得票数 1
1
回答
来自Camel
CXFRS
路线的REST客户响应?
我试图在
CXFRS
Camel路由中创建对REST web服务调用的响应,但是无论我做什么,对客户端的响应总是相同的200,而不是201。这是我的路线: <from uri="
cxfrs
:bean:myService" /> <constant
浏览 0
修改于2014-09-20
得票数 2
回答已采纳
1
回答
使用camel
cxfrs
和jaxrs服务器的区别
xmlns:
cxfrs
="“我试图理解Apache中的
cxfrs
:server和JAXRS:Server。有什么不同吗?
浏览 0
提问于2013-12-15
得票数 4
回答已采纳
1
回答
用SAML保护Camel
CXFRS
消费者
我试图使用cxf SamlRedirectBindingFilter用SAML保护camel中定义的
CXFRS
消费者端点。false" xmlns="http://camel.apache.org/schema/spring"> <from uri="
cxfrs
浏览 1
提问于2013-11-22
得票数 2
回答已采纳
2
回答
蓝图、Apache Camel和
cxfrs
="http://camel.apache.org/schema/blueprint"> <from uri="
cxfrs
浏览 1
提问于2014-06-01
得票数 2
1
回答
用XML实现Camel
cxfrs
headerName="CamelHttpMethod"> </setHeader> <to uri="
cxfrs
浏览 3
提问于2014-09-19
得票数 0
1
回答
骆驼弹簧启动执行器不使用
cxfrs
路径
我已经使用springboot+camel开发了简单的基于
cxfrs
的路由,但是当我添加了spring启动器驱动器并将其作为@SpringBootApplication运行时:from("
cxfrs
:http://127.0.0.1:8181?我们能否以这样一种方式配置: SpringBoot使用“cxf-rt-transports Jetty”,或者Camel
cxfrs
使用SpringBoot jetty“SpringBoot starter
浏览 3
修改于2018-02-01
得票数 1
1
回答
如何获取xml响应(
CXFRs
webservice)?
camelContext id="camel" xmlns="http://camel.apache.org/schema/blueprint"> <from uri="
cxfrs
浏览 12
提问于2015-08-28
得票数 0
2
回答
不使用spring的apache骆驼
cxfrs
的简单绑定
我想使用camel的
cxfrs
模块提供的简单绑定,而不使用spring。apache网站上给出的示例使用spring。可以解释如何使用没有spring的简单绑定吗?
浏览 0
提问于2014-09-19
得票数 0
回答已采纳
1
回答
Apache Camel :
CXFRS
服务器:需要路由建议
camelcxf:rsServer><camel:route id="ServerRoute">现在,对于每个服务bean,我希望有不同的路由,因为这三个bean都有不同的功能,但我无法确定应该在 <from: uri="
cxfrs
浏览 0
提问于2012-05-08
得票数 2
1
回答
如何获取
Cxfrs
:服务器输入和输出类型
我正在尝试根据
cxfrs
:server服务类中指定的输出类型构建响应。
浏览 32
提问于2017-01-04
得票数 2
1
回答
集成Apache camel(
CXFRS
)和spring boot
我的当前项目使用Apache camel,我正在创建不应该使用camel的路由,而只使用spring(使用控制器)。
浏览 0
提问于2017-05-18
得票数 0
1
回答
Camel
CXFRS
映射JAXRS提供者的异常
我有一条非常类似于camel\examples\camel-example-cxf\src\main\java\org\apache\camel\example\cxf\jaxrs的示例代码的路线(在camel git项目中)。 public void configure() { .process(new MappingProcessor(new MyImpl())); // Mapping the request to object's invocat
浏览 0
修改于2014-03-19
得票数 1
回答已采纳
1
回答
Apache骆驼从
cxfrs
路由到activemq队列问题
xmlns="http://camel.apache.org/schema/spring" trace="true"> <from uri="
cxfrs
浏览 1
提问于2016-03-10
得票数 2
回答已采纳
0
回答
如何对apache camel
cxfrs
路由进行单元测试?
我有一个有效的
cxfrs
路由。我可以使用带有json对象的SoapUi访问rest服务并获得响应。 <property name="cxfrsEndpoint" value="
cxfrs
浏览 32
提问于2017-11-30
得票数 0
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
点击加载更多
领券