protected abstract static class AbstractServiceConfiguration.Builder<T> extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
AbstractServiceConfiguration.Builder() |
protected AbstractServiceConfiguration.Builder()
protected void copyServiceDefinitionProperties(ServiceDefinition serviceDefinition)
public QName getServiceName()
public void setServiceName(QName serviceName)
public URL getEndpointUrl()
public void setEndpointUrl(URL endpointUrl)
public String getInstanceId()
public void setInstanceId(String instanceId)
public String getApplicationId()
public void setApplicationId(String applicationId)
public String getServiceVersion()
public void setServiceVersion(String serviceVersion)
public boolean isQueue()
public void setQueue(boolean queue)
public Integer getPriority()
public void setPriority(Integer priority)
public Integer getRetryAttempts()
public void setRetryAttempts(Integer retryAttempts)
public Long getMillisToLive()
public void setMillisToLive(Long millisToLive)
public String getMessageExceptionHandler()
public void setMessageExceptionHandler(String messageExceptionHandler)
public Boolean getBusSecurity()
public void setBusSecurity(Boolean busSecurity)
public CredentialsType getCredentialsType()
public void setCredentialsType(CredentialsType credentialsType)
public Boolean isBasicAuthentication()
public void setBasicAuthentication(Boolean basicAuthentication)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.