[
https://issues.apache.org/activemq/browse/SMXCOMP-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51090#action_51090
]
Francois Mireaux commented on SMXCOMP-502:
------------------------------------------
I must be more precise. IMHO it's a binding component with interaction with NMR
located in specific endpoint code (client or server).
The EchoServiceClient class used in test processes an InOut exchange.
The EchoServiceSkeleton class (used by a consumer endpoint in test) don't use
JBI, but it's only by simplification : the delivery channel is accessible
trough the configuration context property smx.deliveryChannel and could be used
to dispatch message to NMR. One must use this code in a service implementation
method :
ConfigurationContext context =
MessageContext.getCurrentMessageContext().getConfigurationContext();
channel =
(DeliveryChannel)context.getProperty("smx.deliveryChannel");
I have tested the component with a service redispatching the SOAP content
received as an attachment file in a mail sended by the servicemix mail binding
component. I will try to add a ServiceMix component in test to show a usage .
> An Axis2 binding component
> --------------------------
>
> Key: SMXCOMP-502
> URL: https://issues.apache.org/activemq/browse/SMXCOMP-502
> Project: ServiceMix Components
> Issue Type: New Feature
> Reporter: Francois Mireaux
> Priority: Minor
> Attachments: servicemix-axis2-bc.ZIP
>
>
> Another SOAP binding component sor those who want to use WS-RM 1.1, not yet
> implemented in CXF or are more familiar with Axis2 than CXF.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.