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

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

public class JAXBStructure
extends Object
implements XMLStructure

Author:
Abhijit Das

Constructor Summary
JAXBStructure(JAXBElement jbElement)
          Creates a new instance of JAXBStructure
 
Method Summary
 JAXBElement getJAXBElement()
          Returns the JAXBElement contained in this JAXBStructure.
 boolean isFeatureSupported(String feature)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXBStructure

public JAXBStructure(JAXBElement jbElement)
Creates a new instance of JAXBStructure

Method Detail

getJAXBElement

public JAXBElement getJAXBElement()
Returns the JAXBElement contained in this JAXBStructure.

Returns:
the JAXBElement

isFeatureSupported

public boolean isFeatureSupported(String feature)
Specified by:
isFeatureSupported in interface XMLStructure
Throws:
NullPointerException


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