|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PolicyResolver
PolicyResolver will be used to resolve the PolicyMap created by configuration understood by JAX-WS. Extensions of this can return effective PolicyMap after merge policies from other configurations.
Nested Class Summary | |
---|---|
static class |
PolicyResolver.ClientContext
|
static class |
PolicyResolver.ServerContext
|
Method Summary | |
---|---|
com.sun.xml.ws.policy.PolicyMap |
resolve(PolicyResolver.ClientContext context)
Creates a PolicyResolver |
com.sun.xml.ws.policy.PolicyMap |
resolve(PolicyResolver.ServerContext context)
Creates a PolicyResolver |
Method Detail |
---|
com.sun.xml.ws.policy.PolicyMap resolve(PolicyResolver.ServerContext context) throws WebServiceException
context
- ServerContext that captures information useful for resolving Policy on server-side
WebServiceException
- If resolution failedcom.sun.xml.ws.policy.PolicyMap resolve(PolicyResolver.ClientContext context) throws WebServiceException
context
- ServerContext that captures information useful for resolving Policy on client-side
WebServiceException
- If resolution failed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |