Package org.springframework.security.messaging.util.matcher

Examples of org.springframework.security.messaging.util.matcher.SimpDestinationMessageMatcher


            this.pattern = pattern;
            this.type = type;
        }

        public MessageMatcher<?> build() {
            return new SimpDestinationMessageMatcher(pattern, type, pathMatcher);
        }
View Full Code Here

TOP

Related Classes of org.springframework.security.messaging.util.matcher.SimpDestinationMessageMatcher

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.