Constructors Summary |
---|
private EndpointRegistry()Creates a new instance of ServiceEndPointRegistry
endpoints = new ConcurrentHashMap(11,0.75f,4);
jbiProviders = new ConcurrentHashMap<String,DescriptorEndpointInfo>(11,0.75f,4);
jbiConsumers = new ConcurrentHashMap<String, DescriptorEndpointInfo>(11,0.75f,4);
wsdlEndpts = new ConcurrentHashMap<String, DescriptorEndpointInfo>(11,0.75f,4);
jbiEndpts = new ConcurrentHashMap<String, DescriptorEndpointInfo>(11,0.75f,4);
compApps = new HashSet<String>();
ws_endpoints = new HashMap<String, List<WebServiceEndpoint>>();
|