public final class SafePolicyReader.PolicyRecord extends Object
Modifier and Type | Field and Description |
---|---|
(package private) SafePolicyReader.PolicyRecord |
next |
(package private) com.sun.xml.ws.policy.sourcemodel.PolicySourceModel |
policyModel |
(package private) Set<String> |
unresolvedURIs |
Constructor and Description |
---|
PolicyRecord() |
Modifier and Type | Method and Description |
---|---|
String |
getUri() |
(package private) SafePolicyReader.PolicyRecord |
insert(SafePolicyReader.PolicyRecord insertedRec) |
void |
setUri(String uri,
String id)
Set the URI that identifies the policy.
|
String |
toString() |
SafePolicyReader.PolicyRecord next
com.sun.xml.ws.policy.sourcemodel.PolicySourceModel policyModel
SafePolicyReader.PolicyRecord insert(SafePolicyReader.PolicyRecord insertedRec)
public void setUri(String uri, String id) throws com.sun.xml.ws.policy.PolicyException
uri
- The fully qualified URI of the policy. May be a relative URI
if JAX-WS did not pass on any system id.id
- The short ID of the policy. Used for error reporting.com.sun.xml.ws.policy.PolicyException
- If there already is a policy recorded with the
same id.public String getUri()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.