use of com.sun.xml.ws.spi.db.XMLBridge in project metro-jax-ws by eclipse-ee4j.
the class AbstractSEIModelImpl method createBondMap.
private void createBondMap(List<TypeInfo> types) {
for (TypeInfo type : types) {
XMLBridge binding = bindingContext.createBridge(type);
xmlBridgeMap.put(type, binding);
}
}