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

/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/policy/
H A DPolicyMap.java191 Collection<PolicyScope> getStoredScopes() { method in class:PolicyMap.ScopeMap
450 for (PolicyScope scope : inputMessageMap.getStoredScopes()) {
462 for (PolicyScope scope : outputMessageMap.getStoredScopes()) {
475 for (PolicyScope scope : faultMessageMap.getStoredScopes()) {
505 for (PolicyScope scope : scopeMap.getStoredScopes()) {

Completed in 83 milliseconds