Searched refs:ServiceDefinition (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DServiceDefinition.java43 * {@link ServiceDefinition} and its descendants are immutable
60 public interface ServiceDefinition extends Iterable<SDDocument> { interface in inherits:Iterable
H A DWSEndpoint.java357 public abstract @Nullable ServiceDefinition getServiceDefinition();
427 * <li>{@link ServiceDefinition} is modeleed from the given SEI type.
465 * The {@link ServiceDefinition#getPrimary() primary} WSDL.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DServiceDefinitionImpl.java31 import com.sun.xml.internal.ws.api.server.ServiceDefinition;
41 * {@link ServiceDefinition} implementation.
49 public final class ServiceDefinitionImpl implements ServiceDefinition, SDDocumentResolver {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DHttpAdapter.java47 import com.sun.xml.internal.ws.api.server.ServiceDefinition;
87 * Empty if the endpoint doesn't have {@link ServiceDefinition}.
102 private ServiceDefinition serviceDefinition = null;
151 public ServiceDefinition getServiceDefinition() {
160 public void initWSDLMap(ServiceDefinition sdef) {

Completed in 61 milliseconds