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

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/oa/
H A DObjectAdapter.java171 Policy getEffectivePolicy( int type ) ; method in interface:ObjectAdapter
H A DObjectAdapterBase.java155 abstract public Policy getEffectivePolicy( int type ) ; method in class:ObjectAdapterBase
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DPolicyScope.java69 Policy getEffectivePolicy(final PolicyMerger merger) throws PolicyException { method in class:PolicyScope
72 policies.add(subject.getEffectivePolicy(merger));
H A DPolicyMap.java157 Policy getEffectivePolicy(final PolicyMapKey key) throws PolicyException { method in class:PolicyMap.ScopeMap
159 return (scope == null) ? null : scope.getEffectivePolicy(merger);
221 return getEffectivePolicy(key);
278 return serviceMap.getEffectivePolicy(key);
282 return endpointMap.getEffectivePolicy(key);
286 return operationMap.getEffectivePolicy(key);
290 return inputMessageMap.getEffectivePolicy(key);
294 return outputMessageMap.getEffectivePolicy(key);
298 return faultMessageMap.getEffectivePolicy(key);
H A DPolicySubject.java106 public Policy getEffectivePolicy(final PolicyMerger merger) throws PolicyException { method in class:PolicySubject
H A DPolicyMapUtil.java96 subjectPolicies.add(subject.getEffectivePolicy(MERGER));
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DIORInfoImpl.java131 return adapter.getEffectivePolicy( type );
H A DServerRequestInfoImpl.java385 result = objectAdapter.getEffectivePolicy( type );
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/toa/
H A DTOAImpl.java148 // getEffectivePolicy must always return null.
149 public Policy getEffectivePolicy( int type ) method in class:TOAImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DPolicyWSDLGeneratorExtension.java160 policy = subject.getEffectivePolicy(merger);
433 policy = subject.getEffectivePolicy(merger);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAImpl.java1530 public Policy getEffectivePolicy( int type ) method in class:POAImpl

Completed in 50 milliseconds