You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2015/05/18 14:57:59 UTC

[jira] [Created] (CAMEL-8781) camel-sip - SipConfiguration should be plain getter/setter

Claus Ibsen created CAMEL-8781:
----------------------------------

             Summary: camel-sip - SipConfiguration should be plain getter/setter
                 Key: CAMEL-8781
                 URL: https://issues.apache.org/jira/browse/CAMEL-8781
             Project: Camel
          Issue Type: Improvement
          Components: camel-sip
            Reporter: Claus Ibsen
            Priority: Minor


The camel-sip component has a configuration class which does it own uri parsing and other initializations.

It should just be a plain getter/setter class.

The uri parsing is out of the box of the component, so most of that can be removed.

And any init logic should be part of the endpoint class, which it should do in doStart / doStop.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)