public class ServiceRenderer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright
Deprecated.
|
Constructor and Description |
---|
ServiceRenderer() |
Modifier and Type | Method and Description |
---|---|
static Service |
read(com.ibm.broker.config.common.CommonServiceInterface service)
Deprecated.
This method is for IBM internal use only.
|
static Service |
read(java.lang.String directoryName,
java.lang.String fileName)
Deprecated.
This method is for IBM internal use only.
|
static Service |
read(java.lang.String directoryName,
java.lang.String fileName,
com.ibm.broker.config.appdev.service.SchemaResolver resolver)
Deprecated.
This method is for IBM internal use only.
|
static void |
write(Service service,
java.lang.String directoryName)
Deprecated.
This method is for IBM internal use only.
|
public static final java.lang.String copyright
public static Service read(java.lang.String directoryName, java.lang.String fileName) throws java.io.IOException
java.io.IOException
public static Service read(java.lang.String directoryName, java.lang.String fileName, com.ibm.broker.config.appdev.service.SchemaResolver resolver) throws java.io.IOException
java.io.IOException
public static Service read(com.ibm.broker.config.common.CommonServiceInterface service) throws com.ibm.broker.config.common.UnsupportedServiceException
com.ibm.broker.config.common.UnsupportedServiceException
public static void write(Service service, java.lang.String directoryName) throws com.ibm.broker.config.common.UnsupportedServiceException, java.io.IOException
com.ibm.broker.config.common.UnsupportedServiceException
java.io.IOException