private static final String URI_PREFIX = "urn:xfire:transport:jbi:";
private ComponentContext context;
public JbiTransport(ComponentContext context) {
addInHandler(new LocateBindingHandler());
addInHandler(new SoapBodyHandler());
this.context = context;
}