JBoss XML Registry: jUDDi Server 1.0.0.Beta1

org.jboss.as.jaxr.service
Class JAXRConfigAdminService

java.lang.Object
  extended by org.jboss.msc.service.AbstractService<JAXRConfiguration>
      extended by org.jboss.as.jaxr.service.JAXRConfigAdminService
All Implemented Interfaces:
org.jboss.msc.service.Service<JAXRConfiguration>, org.jboss.msc.value.Value<JAXRConfiguration>

public class JAXRConfigAdminService
extends org.jboss.msc.service.AbstractService<JAXRConfiguration>

The configuration service of the JAXR subsystem.

Since:
22-Nov-2011
Author:
Thomas.Diesler@jboss.com

Field Summary
 
Fields inherited from interface org.jboss.msc.service.Service
NULL, NULL_VALUE
 
Method Summary
static org.jboss.msc.service.ServiceController<?> addService(org.jboss.msc.service.ServiceTarget target, org.jboss.msc.service.ServiceListener<Object>... listeners)
           
 JAXRConfiguration getValue()
           
 void start(org.jboss.msc.service.StartContext context)
           
 
Methods inherited from class org.jboss.msc.service.AbstractService
stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addService

public static org.jboss.msc.service.ServiceController<?> addService(org.jboss.msc.service.ServiceTarget target,
                                                                    org.jboss.msc.service.ServiceListener<Object>... listeners)

start

public void start(org.jboss.msc.service.StartContext context)
           throws org.jboss.msc.service.StartException
Specified by:
start in interface org.jboss.msc.service.Service<JAXRConfiguration>
Overrides:
start in class org.jboss.msc.service.AbstractService<JAXRConfiguration>
Throws:
org.jboss.msc.service.StartException

getValue

public JAXRConfiguration getValue()
                           throws IllegalStateException
Specified by:
getValue in interface org.jboss.msc.value.Value<JAXRConfiguration>
Overrides:
getValue in class org.jboss.msc.service.AbstractService<JAXRConfiguration>
Throws:
IllegalStateException

JBoss XML Registry: jUDDi Server 1.0.0.Beta1

Copyright © 2011 JBoss by Red Hat. All Rights Reserved.