Class KsbApiConstants.ServiceTypes

java.lang.Object
org.kuali.rice.ksb.api.KsbApiConstants.ServiceTypes
Enclosing class:
KsbApiConstants

public static final class KsbApiConstants.ServiceTypes extends Object
Defines the set of out-of-the-box service types that the KSB understands.
  • Field Details

    • HTTP_INVOKER

      public static final String HTTP_INVOKER
      The service type for services that use Spring's Http Invoker to perform Java Serialization over HTTP
      See Also:
    • SOAP

      public static final String SOAP
      The service type for services that use SOAP
      See Also:
  • Constructor Details

    • ServiceTypes

      public ServiceTypes()