org.ow2.kerneos.common.config
Class ServiceBase

java.lang.Object
  extended by org.ow2.kerneos.common.config.ServiceBase
Direct Known Subclasses:
Service

public class ServiceBase
extends Object


Constructor Summary
ServiceBase()
           
 
Method Summary
 void afterUnmarshal(Unmarshaller u, Object parent)
           
 Module getModule()
           
 ModuleFragment getModuleFragment()
           
 boolean isSetModule()
           
 boolean isSetModuleFragment()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceBase

public ServiceBase()
Method Detail

getModule

public Module getModule()

isSetModule

public boolean isSetModule()

getModuleFragment

public ModuleFragment getModuleFragment()

isSetModuleFragment

public boolean isSetModuleFragment()

afterUnmarshal

public void afterUnmarshal(Unmarshaller u,
                           Object parent)


Copyright © 2013 OW2 Consortium. All Rights Reserved.