346347348349350351352353354
HTTP_CLIENT_CONFIGURATION_ID, portCfg); } // register the additional provider if (null != port) { cfg.getProviders().add(new WsdlHttpConfigurationProvider(port, false)); } return cfg; }
111112113114115116117118119
HTTP_SERVER_CONFIGURATION_ID, endpointConfiguration); } // register the additional provider if (null != port) { cfg.getProviders().add(new WsdlHttpConfigurationProvider(port, true)); } return cfg; }