public class SoapServiceDefinition extends AbstractServiceDefinition
Constructor and Description |
---|
SoapServiceDefinition()
Constructor that sets the bus security (i.e.
|
Modifier and Type | Method and Description |
---|---|
protected ServiceConfiguration |
configure() |
String |
getServiceInterface() |
String |
getType()
Returns the type of this service.
|
boolean |
isJaxWsService() |
void |
setJaxWsService(boolean jaxWsService) |
void |
setServiceInterface(String serviceInterface) |
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 SoapServiceDefinition()
public String getType()
ServiceDefinition
public boolean isJaxWsService()
public void setJaxWsService(boolean jaxWsService)
jaxWsService
- define service as jaxws service.public String getServiceInterface()
public void setServiceInterface(String serviceInterface)
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.