com.ibm.broker.config.appdev

Class ServiceRenderer

  • java.lang.Object
    • com.ibm.broker.config.appdev.ServiceRenderer


  • public class ServiceRenderer
    extends java.lang.Object
    This class is for IBM internal use only - do not use.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String copyright
      Deprecated.  
    • Constructor Summary

      Constructors 
      Constructor and Description
      ServiceRenderer() 
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • copyright

        public static final java.lang.String copyright
        Deprecated. 
        See Also:
        Constant Field Values
    • Constructor Detail

      • ServiceRenderer

        public ServiceRenderer()
    • Method Detail

      • read

        public static Service read(java.lang.String directoryName,
                                   java.lang.String fileName)
                            throws java.io.IOException
        Deprecated. This method is for IBM internal use only.
        Throws:
        java.io.IOException
      • read

        public static Service read(java.lang.String directoryName,
                                   java.lang.String fileName,
                                   com.ibm.broker.config.appdev.service.SchemaResolver resolver)
                            throws java.io.IOException
        Deprecated. This method is for IBM internal use only.
        Throws:
        java.io.IOException
      • read

        public static Service read(com.ibm.broker.config.common.CommonServiceInterface service)
                            throws com.ibm.broker.config.common.UnsupportedServiceException
        Deprecated. This method is for IBM internal use only.
        Throws:
        com.ibm.broker.config.common.UnsupportedServiceException
      • write

        public static void write(Service service,
                                 java.lang.String directoryName)
                          throws com.ibm.broker.config.common.UnsupportedServiceException,
                                 java.io.IOException
        Deprecated. This method is for IBM internal use only.
        Throws:
        com.ibm.broker.config.common.UnsupportedServiceException
        java.io.IOException