Hi,i'm writing a SE component and i'd like to provide a custom config through thexbean.xml included into the SU deployment package.Which are the steps to setup such a funcionality? Should the endpoint class ofmy SE expose properties i can set withing the xbean.xml? How does the xbean linkto my specific component?Looking at the the http component config, what tells to smix that the http namespacebelongs to the http component?Basically each xbean.xml simply defines a set of endpoints, is this right?Thanks.<beans xmlns:http="http://servicemix.apache.org/http/1.0";
      xmlns:servicemix="http://www.servicemix.org";>

 <http:endpoint service="servicemix:TextWeatherService"
                endpoint="soap"
                role="consumer"
                locationURI="http://localhost:8192/example/";
                defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
</beans>

Reply via email to