Search in sources :

Example 1 with XMLBridge

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);
    }
}
Also used : XMLBridge(com.sun.xml.ws.spi.db.XMLBridge) TypeInfo(com.sun.xml.ws.spi.db.TypeInfo)

Aggregations

TypeInfo (com.sun.xml.ws.spi.db.TypeInfo)1 XMLBridge (com.sun.xml.ws.spi.db.XMLBridge)1