public static class PolicyResolver.ServerContext extends Object
Constructor and Description |
---|
ServerContext(com.sun.xml.ws.policy.PolicyMap policyMap,
Container container,
Class endpointClass,
boolean hasWsdl,
com.sun.xml.ws.policy.PolicyMapMutator... mutators)
The abstraction of PolicyMap is not finalized, and will change in few months.
|
ServerContext(com.sun.xml.ws.policy.PolicyMap policyMap,
Container container,
Class endpointClass,
com.sun.xml.ws.policy.PolicyMapMutator... mutators)
The abstraction of PolicyMap is not finalized, and will change in few months.
|
Modifier and Type | Method and Description |
---|---|
Container |
getContainer() |
Class |
getEndpointClass() |
Collection<com.sun.xml.ws.policy.PolicyMapMutator> |
getMutators() |
com.sun.xml.ws.policy.PolicyMap |
getPolicyMap() |
boolean |
hasWsdl()
Return true, if this service is bundled with WSDL, false otherwise
|
public ServerContext(@Nullable com.sun.xml.ws.policy.PolicyMap policyMap, Container container, Class endpointClass, com.sun.xml.ws.policy.PolicyMapMutator... mutators)
policyMap
- PolicyMap created from PolicyAttachments in WSDL or Feature annotations on endpoint implementation class.container
- endpointClass
- mutators
- List of PolicyMapMutators that are run eventually when a PolicyMap is createdpublic ServerContext(@Nullable com.sun.xml.ws.policy.PolicyMap policyMap, Container container, Class endpointClass, boolean hasWsdl, com.sun.xml.ws.policy.PolicyMapMutator... mutators)
policyMap
- PolicyMap created from PolicyAttachments in WSDL or Feature annotations on endpoint implementation class.container
- endpointClass
- hasWsdl
- Set to true, if this service is bundled with WSDL, false otherwisemutators
- List of PolicyMapMutators that are run eventually when a PolicyMap is created@Nullable public com.sun.xml.ws.policy.PolicyMap getPolicyMap()
@Nullable public Class getEndpointClass()
public Container getContainer()
public boolean hasWsdl()
public Collection<com.sun.xml.ws.policy.PolicyMapMutator> getMutators()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.