public static final class KsbApiConstants.ServiceTypes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTP_INVOKER
The service type for services that use Spring's Http Invoker to perform Java Serialization over HTTP
|
static String |
REST
The service type for services that use a REST-style approach
|
static String |
SOAP
The service type for services that use SOAP
|
| Constructor and Description |
|---|
ServiceTypes() |
public static final String HTTP_INVOKER
public static final String SOAP
public static final String REST
public ServiceTypes()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.