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:
URIDereferencer

public class URIResolver
extends Object
implements URIDereferencer

Author:
K.Venugopal@sun.com

Constructor Summary
URIResolver(JAXBFilterProcessingContext pc)
          Creates a new instance of resolver
 
Method Summary
 Data dereference(URIReference uRIReference, 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 Data dereference(URIReference uRIReference,
                        XMLCryptoContext xMLCryptoContext)
                 throws URIReferenceException
Specified by:
dereference in interface URIDereferencer
Throws:
URIReferenceException


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