Class EndpointPolicyImpl

    • Constructor Detail

      • EndpointPolicyImpl

        public EndpointPolicyImpl()
      • EndpointPolicyImpl

        public EndpointPolicyImpl​(org.apache.neethi.Policy p)
      • EndpointPolicyImpl

        public EndpointPolicyImpl​(org.apache.cxf.service.model.EndpointInfo ei,
                                  PolicyEngineImpl engine,
                                  boolean requestor,
                                  Assertor assertor)
    • Method Detail

      • getAssertor

        public Assertor getAssertor()
      • getInterceptors

        public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInterceptors​(org.apache.cxf.message.Message m)
        Specified by:
        getInterceptors in interface EndpointPolicy
      • getFaultInterceptors

        public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getFaultInterceptors​(org.apache.cxf.message.Message m)
        Specified by:
        getFaultInterceptors in interface EndpointPolicy
      • initialize

        public void initialize​(org.apache.cxf.message.Message m)
      • getSupportedAlternatives

        protected Collection<org.apache.neethi.Assertion> getSupportedAlternatives​(org.apache.cxf.message.Message msg)