Hi Andrei,

When I work with Axis2, I used to create a variable 'X'
of type com.pega.apache.axis2.client.Options

and use the same to set various properties.
X. setProperty(keyStore, keyStoreProps);
X. setProperty("enableAddressing", "true");
X.setProperty("JMSMessageType", jmsMessageType);
X.setProperty("TRANSPORT_HEADERS", messageHeaders);
X.setProperty("TRANSPORT_PROPERTIES",messageProperties);

Can you let me know the similar class with which I can set the properties in 
CXF.

Reply via email to