1 23 package com.sun.enterprise.jbi.serviceengine.core; 24 25 import com.sun.enterprise.jbi.serviceengine.ServiceEngineException; 26 import com.sun.xml.ws.spi.runtime.RuntimeEndpointInfo; 27 28 32 public interface RuntimeEndpointInfoRegistry { 33 public RuntimeEndpointInfo getRuntimeEndpointInfo(String endpoint) 34 throws ServiceEngineException ; 35 } 36 | Popular Tags |