| java.lang.Object com.sun.xml.ws.policy.sourcemodel.PolicyReferenceData
PolicyReferenceData | final class PolicyReferenceData (Code) | | author: Marek Potociar |
ATTRIBUTE_DIGEST | final public static QName ATTRIBUTE_DIGEST(Code) | | |
ATTRIBUTE_DIGEST_ALGORITHM | final public static QName ATTRIBUTE_DIGEST_ALGORITHM(Code) | | |
ATTRIBUTE_URI | final public static QName ATTRIBUTE_URI(Code) | | |
PolicyReferenceData | public PolicyReferenceData(URI referencedModelUri)(Code) | | Creates a new instance of PolicyReferenceData
|
PolicyReferenceData | public PolicyReferenceData(URI referencedModelUri, String expectedDigest, URI usedDigestAlgorithm)(Code) | | |
getDigestAlgorithmUri | public URI getDigestAlgorithmUri()(Code) | | |
getReferencedModelUri | public URI getReferencedModelUri()(Code) | | |
toString | public String toString()(Code) | | An
Object.toString() method override.
|
toString | public StringBuffer toString(int indentLevel, StringBuffer buffer)(Code) | | A helper method that appends indented string representation of this instance to the input string buffer.
Parameters: indentLevel - indentation level to be used. Parameters: buffer - buffer to be used for appending string representation of this instance modified buffer containing new string representation of the instance |
|
|