public class JavaServiceDefinition extends AbstractServiceDefinition
| Modifier and Type | Class and Description |
|---|---|
protected static class |
JavaServiceDefinition.Elements
A private class which exposes constants which define the XML element names to use
when this object is marshalled to XML.
|
| Constructor and Description |
|---|
JavaServiceDefinition() |
| Modifier and Type | Method and Description |
|---|---|
protected ServiceConfiguration |
configure() |
String |
getServiceInterface() |
List<String> |
getServiceInterfaces() |
String |
getType()
Returns the type of this service.
|
void |
setServiceInterface(String serviceName) |
void |
setServiceInterfaces(List<String> serviceInterfaces) |
void |
validate()
Validates the service definition after creation of the service definition.
|
equals, establishEndpoint, getApplicationId, getBusSecurity, getCredentialsType, getEndpointUrl, getInstanceId, getLocalServiceName, getMessageExceptionHandler, getMillisToLive, getPriority, getRetryAttempts, getService, getServiceClassLoader, getServiceName, getServiceNameSpaceURI, getServicePath, getServiceVersion, hashCode, isBasicAuthentication, isQueue, setApplicationId, setBasicAuthentication, setBusSecurity, setCredentialsType, setEndpointUrl, setInstanceId, setLocalServiceName, setMessageExceptionHandler, setMillisToLive, setPriority, setQueue, setRetryAttempts, setService, setServiceClassLoader, setServiceName, setServiceNameSpaceURI, setServicePath, setServiceVersion, toStringpublic JavaServiceDefinition()
public String getType()
ServiceDefinitionpublic List<String> getServiceInterfaces()
public void setServiceInterfaces(List<String> serviceInterfaces)
public void setServiceInterface(String serviceName)
public String getServiceInterface()
public void validate()
ServiceDefinitionvalidate in interface ServiceDefinitionvalidate in class AbstractServiceDefinitionprotected ServiceConfiguration configure()
configure in class AbstractServiceDefinitionCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.