|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectFactory<T extends RegistryBean>
Interface for creating RegistryObject
from RegistryBean
and
visa versa.
Method Summary | |
---|---|
T |
createRegistryBean(javax.xml.registry.infomodel.RegistryObject registryObject)
Creates RegistryBean instance from the given
RegistryObject based on configuration. |
javax.xml.registry.infomodel.RegistryObject |
createRegistryObject(T registryBean)
Creates RegistryObject instance from the given
RegistryBean based on configuration. |
Method Detail |
---|
javax.xml.registry.infomodel.RegistryObject createRegistryObject(T registryBean) throws javax.xml.registry.JAXRException, MappingException
RegistryObject
instance from the given
RegistryBean
based on configuration.
registryBean
-
javax.xml.registry.JAXRException
MappingException
T createRegistryBean(javax.xml.registry.infomodel.RegistryObject registryObject) throws javax.xml.registry.JAXRException, MappingException
RegistryBean
instance from the given
RegistryObject
based on configuration.
registryObject
-
javax.xml.registry.JAXRException
MappingException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |