Searched defs:createEndpoint (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/config/management/
H A DManagedEndpointFactory.java52 public <T> WSEndpoint<T> createEndpoint(WSEndpoint<T> endpoint, EndpointCreationAttributes attributes); method in interface:ManagedEndpointFactory
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/spi/
H A DProviderImpl.java88 public Endpoint createEndpoint(String bindingId, Object implementor) { method in class:ProviderImpl
117 public Endpoint createEndpoint(String bindingId, Object implementor, WebServiceFeature... features) { method in class:ProviderImpl
130 public Endpoint createEndpoint(String bindingId, Class implementorClass, Invoker invoker, WebServiceFeature... features) { method in class:ProviderImpl
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/
H A DProvider.java218 public abstract Endpoint createEndpoint(String bindingId, method in class:Provider
493 public Endpoint createEndpoint(String bindingId, Object implementor, method in class:Provider
516 public Endpoint createEndpoint(String bindingId, Class<?> implementorClass, method in class:Provider
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DEndpointFactory.java98 public static <T> WSEndpoint<T> createEndpoint( method in class:EndpointFactory
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/
H A DEndpointImpl.java170 createEndpoint(url.getPath());
179 createEndpoint(((com.sun.net.httpserver.HttpContext)serverContext).getPath());
185 createEndpoint(serverContext.getPath());
232 private void createEndpoint(String urlPattern) { method in class:EndpointImpl

Completed in 34 milliseconds