}
return wsDeployment;
}
public static WSReferences getWSRefRegistry(final DeploymentUnit unit) {
WSReferences refRegistry = unit.getAttachment(WSAttachmentKeys.WS_REFERENCES);
if (refRegistry == null) {
refRegistry = WSReferences.newInstance();
unit.putAttachment(WSAttachmentKeys.WS_REFERENCES, refRegistry);
}
return refRegistry;