public class ObjectTranslator extends Object
| Constructor and Description |
|---|
ObjectTranslator() |
| Modifier and Type | Method and Description |
|---|---|
static ComponentRefType |
getJaxbComponentRef(ComponentInfo compInfo) |
static ServiceAssemblyRefType |
getJaxbServiceAssemblyRef(String saName) |
static ServiceUnitListType |
getJaxbServiceUnitListType(List<ServiceUnitInfo> suInfoList) |
static ServiceUnitType |
getJaxbServiceUnitType(ServiceUnitInfo suInfo) |
static SharedLibraryRefType |
getJaxbSharedLibraryRef(ComponentInfo slInfo) |
static ComponentInfo |
getRegistryComponent(ComponentRefType compRef,
GenericQueryImpl genQuery) |
static ComponentInfo |
getRegistryComponent(String componentName,
GenericQueryImpl genQuery)
This operation is called for target="domain"
|
static ComponentInfo |
getRegistrySharedLibrary(GenericQueryImpl genQuery,
SharedLibraryRefType slRef) |
static ComponentInfo |
getRegistrySharedLibrary(GenericQueryImpl genQuery,
String slName) |
static void |
updateJaxbComponentPropertyList(Map compProps,
List<PropertyType> list) |
public static SharedLibraryRefType getJaxbSharedLibraryRef(ComponentInfo slInfo) throws JAXBException
JAXBExceptionpublic static ServiceAssemblyRefType getJaxbServiceAssemblyRef(String saName) throws JAXBException
JAXBExceptionpublic static ComponentRefType getJaxbComponentRef(ComponentInfo compInfo) throws JAXBException
JAXBExceptionpublic static ServiceUnitListType getJaxbServiceUnitListType(List<ServiceUnitInfo> suInfoList) throws JAXBException
JAXBExceptionpublic static ServiceUnitType getJaxbServiceUnitType(ServiceUnitInfo suInfo) throws JAXBException
JAXBExceptionpublic static void updateJaxbComponentPropertyList(Map compProps, List<PropertyType> list) throws JAXBException
JAXBExceptionpublic static ComponentInfo getRegistryComponent(ComponentRefType compRef, GenericQueryImpl genQuery) throws JAXBException, RegistryException
JAXBExceptionRegistryExceptionpublic static ComponentInfo getRegistryComponent(String componentName, GenericQueryImpl genQuery) throws JAXBException, RegistryException
JAXBExceptionRegistryExceptionpublic static ComponentInfo getRegistrySharedLibrary(GenericQueryImpl genQuery, SharedLibraryRefType slRef) throws RegistryException
RegistryExceptionpublic static ComponentInfo getRegistrySharedLibrary(GenericQueryImpl genQuery, String slName) throws RegistryException
RegistryExceptionCopyright © 2011-2016 OpenESB Community. All Rights Reserved.