com.sun.xml.ws.policy.jaxws
Class SafePolicyReader.PolicyRecord

java.lang.Object
  extended by com.sun.xml.ws.policy.jaxws.SafePolicyReader.PolicyRecord
Enclosing class:
SafePolicyReader

public final class SafePolicyReader.PolicyRecord
extends Object


Field Summary
(package private)  SafePolicyReader.PolicyRecord next
           
(package private)  com.sun.xml.ws.policy.sourcemodel.PolicySourceModel policyModel
           
(package private)  Set<String> unresolvedURIs
           
 
Constructor Summary
SafePolicyReader.PolicyRecord()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

next

SafePolicyReader.PolicyRecord next

policyModel

com.sun.xml.ws.policy.sourcemodel.PolicySourceModel policyModel

unresolvedURIs

Set<String> unresolvedURIs
Constructor Detail

SafePolicyReader.PolicyRecord

SafePolicyReader.PolicyRecord()
Method Detail

insert

SafePolicyReader.PolicyRecord insert(SafePolicyReader.PolicyRecord insertedRec)

setUri

public void setUri(String uri,
                   String id)
            throws com.sun.xml.ws.policy.PolicyException
Set the URI that identifies the policy.

Parameters:
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.
Throws:
com.sun.xml.ws.policy.PolicyException - If there already is a policy recorded with the same id.

getUri

public String getUri()

toString

public String toString()
Overrides:
toString in class Object


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.