JBossWS retrieves the BindingCustomization from endpoint attachements: endpoint.getAttachement(BindingCustomization.class). One of the possible way might be get the endpoint from the EndpointRegistry and set your own BindingCustomization after this service is deployed. The getting endpoint and setting BindingCustomization code can be in a war or sar file depends this ws war file.