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

/glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/
H A DJAXWSAdapterRegistry.java77 ContextAdapter contextRtInfo =
78 (ContextAdapter)store.get(contextRoot);
80 contextRtInfo = new ContextAdapter(contextRoot);
88 ContextAdapter serviceInfo =
89 (ContextAdapter)store.get(contextRoot);
98 ContextAdapter serviceInfo =
99 (ContextAdapter)store.get(contextRoot);
105 class ContextAdapter { class in class:JAXWSAdapterRegistry
110 ContextAdapter(String contextRoot) { method in class:JAXWSAdapterRegistry.ContextAdapter

Completed in 17 milliseconds