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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DPolicyMap.java138 static enum ScopeType { enum in class:PolicyMap
364 void putSubject(final ScopeType scopeType, final PolicyMapKey key, final PolicySubject subject) {
401 void setNewEffectivePolicyForScope(final ScopeType scopeType, final PolicyMapKey key, final Policy newEffectivePolicy) throws IllegalArgumentException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DPolicyWSDLGeneratorExtension.java87 static enum ScopeType { enum in class:PolicyWSDLGeneratorExtension
187 selectAndProcessSubject(service, WSDLService.class, ScopeType.SERVICE, serviceName);
195 selectAndProcessSubject(port, WSDLPort.class, ScopeType.ENDPOINT, portName);
203 selectAndProcessSubject(portType, WSDLPortType.class, ScopeType.ENDPOINT, portTypeName);
211 selectAndProcessBindingSubject(binding, WSDLBoundPortType.class, ScopeType.ENDPOINT, bindingName);
218 selectAndProcessSubject(operation, WSDLOperation.class, ScopeType.OPERATION, (String)null);
226 selectAndProcessBindingSubject(operation, WSDLBoundOperation.class, ScopeType.OPERATION, operationName);
234 selectAndProcessSubject(message, WSDLMessage.class, ScopeType.INPUT_MESSAGE, messageName);
242 selectAndProcessSubject(message, WSDLMessage.class, ScopeType.OUTPUT_MESSAGE, messageName);
250 selectAndProcessSubject(message, WSDLMessage.class, ScopeType
[all...]

Completed in 25 milliseconds