public final class SafePolicyReader.PolicyRecord extends Object
Modifier and Type | Method and Description |
---|---|
String |
getUri() |
void |
setUri(String uri,
String id)
Set the URI that identifies the policy.
|
String |
toString() |
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 © 2015 Oracle Corporation. All rights reserved.