com.sun.xml.ws.security.opt.impl.incoming
Class URIResolver

java.lang.Object
  extended by com.sun.xml.ws.security.opt.impl.incoming.URIResolver
All Implemented Interfaces:
javax.xml.crypto.URIDereferencer

public class URIResolver
extends java.lang.Object
implements javax.xml.crypto.URIDereferencer

Author:
K.Venugopal@sun.com

Constructor Summary
URIResolver(JAXBFilterProcessingContext pc)
          Creates a new instance of resolver
 
Method Summary
 javax.xml.crypto.Data dereference(javax.xml.crypto.URIReference uRIReference, javax.xml.crypto.XMLCryptoContext xMLCryptoContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIResolver

public URIResolver(JAXBFilterProcessingContext pc)
Creates a new instance of resolver

Method Detail

dereference

public javax.xml.crypto.Data dereference(javax.xml.crypto.URIReference uRIReference,
                                         javax.xml.crypto.XMLCryptoContext xMLCryptoContext)
                                  throws javax.xml.crypto.URIReferenceException
Specified by:
dereference in interface javax.xml.crypto.URIDereferencer
Throws:
javax.xml.crypto.URIReferenceException


Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.