Searched refs:endpoints (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/
H A DServerContainer.java43 private final List<BoundEndpoint> endpoints = new ArrayList<BoundEndpoint>();
46 return endpoints;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DWsgenOptions.java181 endpoints.add(arg);
184 List<String> endpoints = new ArrayList<String>(); field in class:WsgenOptions
200 if (endpoints.isEmpty()) {
222 for(String cls : endpoints){
238 throw new BadCommandLineException(WscompileMessages.WSGEN_CLASS_NOT_FOUND(endpoints.get(0)));
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/legacy/connection/
H A DLegacyServerSocketManagerImpl.java147 Iterator endpoints = getAcceptorIterator();
148 while (endpoints.hasNext()) {
149 LegacyServerSocketEndPointInfo ep = cast(endpoints.next());
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/namingutil/
H A DCorbalocURL.java74 StringTokenizer endpoints = new StringTokenizer(
81 while( endpoints.hasMoreTokens( ) ) {
82 String endpointInfo = endpoints.nextToken();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DHttpAdapter.java231 * @param connection to receive/send HTTP messages for web service endpoints
757 // what endpoints do we have in this system?
759 List<BoundEndpoint> endpoints = Collections.emptyList();
761 endpoints = module.getBoundEndpoints();
764 if (endpoints.isEmpty()) {
781 for (BoundEndpoint a : endpoints) {

Completed in 62 milliseconds