public HttpSoapInOutBinding() {
}
public void init(ComponentContext context) throws JBIException {
super.init(context);
xfire = new DefaultXFire();
ObjectServiceFactory factory = new ObjectServiceFactory(xfire.getTransportManager(),
new AegisBindingProvider());
factory.setVoidOneWay(true);
factory.setStyle(SoapConstants.STYLE_DOCUMENT);
if (isDefaultInOut()) {