org.jboss.system.metadata
Class ServiceJBXBValueMetaData

java.lang.Object
  extended by org.jboss.system.metadata.AbstractMetaDataVisitorNode
      extended by org.jboss.system.metadata.ServiceElementValueMetaData
          extended by org.jboss.system.metadata.ServiceJBXBValueMetaData
All Implemented Interfaces:
Serializable, ServiceMetaDataVisitorNode, ServiceValueMetaData

public class ServiceJBXBValueMetaData
extends ServiceElementValueMetaData

ServiceJBXBValueMetaData. This class is based on the old ServiceConfigurator

Version:
$Revision: 85945 $
Author:
Marc Fleury, Hiram Chirino, David Jencks, Jason Dillon, Dimitris Andreadis, Adrian Brock
See Also:
Serialized Form

Constructor Summary
ServiceJBXBValueMetaData()
          Create a new ServiceJBXBValueMetaData.
ServiceJBXBValueMetaData(Element element)
          Create a new ServiceJBXBValueMetaData.
 
Method Summary
 Object getValue(ServiceValueContext valueContext)
          Get the value
 
Methods inherited from class org.jboss.system.metadata.ServiceElementValueMetaData
getElement, setElement
 
Methods inherited from class org.jboss.system.metadata.AbstractMetaDataVisitorNode
addChildren, getChildren, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.system.metadata.ServiceMetaDataVisitorNode
getChildren, visit
 

Constructor Detail

ServiceJBXBValueMetaData

public ServiceJBXBValueMetaData()
Create a new ServiceJBXBValueMetaData.


ServiceJBXBValueMetaData

public ServiceJBXBValueMetaData(Element element)
Create a new ServiceJBXBValueMetaData.

Parameters:
element - the element
Method Detail

getValue

public Object getValue(ServiceValueContext valueContext)
                throws Exception
Description copied from interface: ServiceValueMetaData
Get the value

Specified by:
getValue in interface ServiceValueMetaData
Overrides:
getValue in class ServiceElementValueMetaData
Parameters:
valueContext - the value context
Returns:
the value
Throws:
Exception


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.