com.sun.xml.ws.security.opt.crypto.jaxb
Class JAXBURIDereferencer

java.lang.Object
  extended by com.sun.xml.ws.security.opt.crypto.jaxb.JAXBURIDereferencer
All Implemented Interfaces:
URIDereferencer

public class JAXBURIDereferencer
extends Object
implements URIDereferencer

Author:
Abhijit Das

Constructor Summary
JAXBURIDereferencer()
          Creates a new instance of JAXBURIDereferencer
 
Method Summary
 Data dereference(URIReference uRIReference, XMLCryptoContext xMLCryptoContext)
          Dereferences the specified URIReference and returns the dereferenced data.
 JAXBElement getJaxbElement()
          Get the JAXBElement
 JAXBContext getJbContext()
          Get JAXBContext
 void setJaxbElement(JAXBElement jaxbElement)
           
 void setJbContext(JAXBContext jbContext)
          Set JAXBContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXBURIDereferencer

public JAXBURIDereferencer()
Creates a new instance of JAXBURIDereferencer

Method Detail

dereference

public Data dereference(URIReference uRIReference,
                        XMLCryptoContext xMLCryptoContext)
                 throws URIReferenceException
Dereferences the specified URIReference and returns the dereferenced data. uriReference - the URIReference xMLCryptoContext - an XMLCryptoContext that may contain additional useful information for dereferencing the URI. This implementation should dereference the specified URIReference against the context's baseURI parameter, if specified.

Specified by:
dereference in interface URIDereferencer
Returns:
Data - the dereferenced data
Throws:
URIReferenceException

getJaxbElement

public JAXBElement getJaxbElement()
Get the JAXBElement

Returns:
JAXBElement

setJaxbElement

public void setJaxbElement(JAXBElement jaxbElement)

getJbContext

public JAXBContext getJbContext()
Get JAXBContext

Returns:
JAXBContext

setJbContext

public void setJbContext(JAXBContext jbContext)
Set JAXBContext

Parameters:
jbContext - - JAXBContext


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