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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A DWSEndpointReference.java644 public @NotNull <T> T getPort(@NotNull Service jaxwsService, argument
648 return jaxwsService.getPort(toSpec(),serviceEndpointInterface,features);
661 @NotNull Service jaxwsService,
667 return jaxwsService.createDispatch(toSpec(),type,mode,features);
680 @NotNull Service jaxwsService,
686 return jaxwsService.createDispatch(toSpec(),context,mode,features);
660 createDispatch( @otNull Service jaxwsService, @NotNull Class<T> type, @NotNull Service.Mode mode, WebServiceFeature... features) argument
679 createDispatch( @otNull Service jaxwsService, @NotNull JAXBContext context, @NotNull Service.Mode mode, WebServiceFeature... features) argument

Completed in 32 milliseconds