com.sun.xml.ws.policy.parser
Class WsitPolicyResolver
java.lang.Object
com.sun.xml.ws.policy.parser.WsitPolicyResolver
- All Implemented Interfaces:
- com.sun.xml.ws.api.policy.PolicyResolver
public class WsitPolicyResolver
- extends Object
- implements com.sun.xml.ws.api.policy.PolicyResolver
Load and process the WSIT configuration files. If they are not present, fall
back to the JAX-WS default implementation.
- Author:
- Rama Pulavarthi, Fabian Ritzmann
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsitPolicyResolver
public WsitPolicyResolver()
resolve
public com.sun.xml.ws.policy.PolicyMap resolve(com.sun.xml.ws.api.policy.PolicyResolver.ServerContext context)
throws WebServiceException
- Specified by:
resolve in interface com.sun.xml.ws.api.policy.PolicyResolver
- Throws:
WebServiceException
resolve
public com.sun.xml.ws.policy.PolicyMap resolve(com.sun.xml.ws.api.policy.PolicyResolver.ClientContext context)
- Specified by:
resolve in interface com.sun.xml.ws.api.policy.PolicyResolver
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.