|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PolicySourceModel | |
|---|---|
| com.sun.xml.ws.api.policy | |
| com.sun.xml.ws.policy.sourcemodel | The part of public policy API that defines the classes and interfaces dealing with the policy tree structure (policy source model) creation and manipulation. |
| com.sun.xml.wss.jaxws.impl | |
| com.sun.xml.wss.provider.wsit | |
| Uses of PolicySourceModel in com.sun.xml.ws.api.policy |
|---|
| Subclasses of PolicySourceModel in com.sun.xml.ws.api.policy | |
|---|---|
class |
SourceModel
This class is a root of unmarshalled policy source structure. |
| Methods in com.sun.xml.ws.api.policy that return PolicySourceModel | |
|---|---|
protected PolicySourceModel |
ModelGenerator.SourceModelCreator.create(Policy policy)
|
static PolicySourceModel |
SourceModel.createSourceModel(NamespaceVersion nsVersion)
Factory method that creates new policy source model instance. |
protected PolicySourceModel |
ModelUnmarshaller.createSourceModel(NamespaceVersion nsVersion,
String id,
String name)
|
static PolicySourceModel |
SourceModel.createSourceModel(NamespaceVersion nsVersion,
String policyId,
String policyName)
Factory method that creates new policy source model instance and initializes it according to parameters provided. |
| Uses of PolicySourceModel in com.sun.xml.ws.policy.sourcemodel |
|---|
| Methods in com.sun.xml.ws.policy.sourcemodel that return PolicySourceModel | |
|---|---|
protected PolicySourceModel |
PolicySourceModel.clone()
|
protected PolicySourceModel |
PolicyModelGenerator.PolicySourceModelCreator.create(Policy policy)
Create an instance of the PolicySourceModel. |
static PolicySourceModel |
PolicySourceModel.createPolicySourceModel(NamespaceVersion nsVersion)
Factory method that creates new policy source model instance. |
static PolicySourceModel |
PolicySourceModel.createPolicySourceModel(NamespaceVersion nsVersion,
String policyId,
String policyName)
Factory method that creates new policy source model instance and initializes it according to parameters provided. |
protected PolicySourceModel |
XmlPolicyModelUnmarshaller.createSourceModel(NamespaceVersion nsVersion,
String id,
String name)
Allow derived classes to pass in a custom instance of PolicySourceModel. |
PolicySourceModel |
ModelNode.getParentModel()
Returns the parent policy source model that contains this model node. |
abstract PolicySourceModel |
PolicyModelGenerator.translate(Policy policy)
This method translates a Policy into a
policy infoset. |
abstract PolicySourceModel |
PolicyModelUnmarshaller.unmarshalModel(Object storage)
Unmarshalls single policy source model from provided storage reference. |
PolicySourceModel |
XmlPolicyModelUnmarshaller.unmarshalModel(Object storage)
See base method documentation. |
| Methods in com.sun.xml.ws.policy.sourcemodel with parameters of type PolicySourceModel | |
|---|---|
void |
PolicySourceModelContext.addModel(URI modelUri,
PolicySourceModel model)
|
abstract void |
PolicyModelMarshaller.marshal(PolicySourceModel model,
Object storage)
Marshalls the policy source model using provided storage reference |
void |
XmlPolicyModelMarshaller.marshal(PolicySourceModel model,
Object storage)
|
Policy |
PolicyModelTranslator.translate(PolicySourceModel model)
The method translates PolicySourceModel structure into normalized Policy expression. |
| Method parameters in com.sun.xml.ws.policy.sourcemodel with type arguments of type PolicySourceModel | |
|---|---|
abstract void |
PolicyModelMarshaller.marshal(Collection<PolicySourceModel> models,
Object storage)
Marshalls the collection of policy source models using provided storage reference |
void |
XmlPolicyModelMarshaller.marshal(Collection<PolicySourceModel> models,
Object storage)
|
| Uses of PolicySourceModel in com.sun.xml.wss.jaxws.impl |
|---|
| Methods in com.sun.xml.wss.jaxws.impl that return PolicySourceModel | |
|---|---|
protected PolicySourceModel |
SecurityTubeBase.unmarshalPolicy(String resource)
|
| Uses of PolicySourceModel in com.sun.xml.wss.provider.wsit |
|---|
| Methods in com.sun.xml.wss.provider.wsit that return PolicySourceModel | |
|---|---|
protected PolicySourceModel |
WSITAuthContextBase.unmarshalPolicy(String resource)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||