[ 
https://issues.apache.org/jira/browse/SYNAPSE-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593984#action_12593984
 ] 

Andreas Veithen commented on SYNAPSE-281:
-----------------------------------------

WSDLEndpointFactory seems to expect the 'statistics' attribute on the 
<endpoint> element, while WSDLEndpointSerializer serializes it on the <wsdl> 
element. Note that AddressEndpoint(Factory|Serializer) consistently locate this 
attribute on the child node of the <endpoint> element, i.e. the <address> 
element in this case.

Indika, can you check this and make it consistent?

> Duplicate code in (Address|WSDL)Endpoint(Factory|Serializer)
> ------------------------------------------------------------
>
>                 Key: SYNAPSE-281
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-281
>             Project: Synapse
>          Issue Type: Bug
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>            Priority: Minor
>
> WSDLEndpointFactory#extractQOSInformation is almost a copy & paste of 
> AddressEndpointFactory#createEndpointDefinition. Idem for 
> AddressEndpointSerializer#serializeEndpointDefinition and 
> WSDLEndpointSerializer#serializeQOSInformation. The corresponding methods 
> should be merged and reused.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to