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, toString
public JavaServiceDefinition()
public String getType()
ServiceDefinition
public List<String> getServiceInterfaces()
public void setServiceInterfaces(List<String> serviceInterfaces)
public void setServiceInterface(String serviceName)
public String getServiceInterface()
public void validate()
ServiceDefinition
validate
in interface ServiceDefinition
validate
in class AbstractServiceDefinition
protected ServiceConfiguration configure()
configure
in class AbstractServiceDefinition
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.