org.kuali.rice.ksb.api.bus.support
Class SoapServiceConfiguration.Builder

java.lang.Object
  extended by org.kuali.rice.ksb.api.bus.support.AbstractServiceConfiguration.Builder<SoapServiceConfiguration>
      extended by org.kuali.rice.ksb.api.bus.support.SoapServiceConfiguration.Builder
All Implemented Interfaces:
Serializable
Enclosing class:
SoapServiceConfiguration

public static final class SoapServiceConfiguration.Builder
extends AbstractServiceConfiguration.Builder<SoapServiceConfiguration>

See Also:
Serialized Form

Method Summary
 SoapServiceConfiguration build()
           
static SoapServiceConfiguration.Builder create()
           
static SoapServiceConfiguration.Builder create(SoapServiceDefinition soapServiceDefinition)
           
 String getServiceInterface()
           
 boolean isJaxWsService()
           
 void setJaxWsService(boolean jaxWsService)
           
 void setServiceInterface(String serviceInterface)
           
 
Methods inherited from class org.kuali.rice.ksb.api.bus.support.AbstractServiceConfiguration.Builder
copyServiceDefinitionProperties, getApplicationId, getBusSecurity, getCredentialsType, getEndpointUrl, getInstanceId, getMessageExceptionHandler, getMillisToLive, getPriority, getRetryAttempts, getServiceName, getServiceVersion, getType, isQueue, setApplicationId, setBusSecurity, setCredentialsType, setEndpointUrl, setInstanceId, setMessageExceptionHandler, setMillisToLive, setPriority, setQueue, setRetryAttempts, setServiceName, setServiceVersion, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getServiceInterface

public String getServiceInterface()

setServiceInterface

public void setServiceInterface(String serviceInterface)

isJaxWsService

public boolean isJaxWsService()

setJaxWsService

public void setJaxWsService(boolean jaxWsService)

create

public static SoapServiceConfiguration.Builder create()

create

public static SoapServiceConfiguration.Builder create(SoapServiceDefinition soapServiceDefinition)

build

public SoapServiceConfiguration build()
Specified by:
build in class AbstractServiceConfiguration.Builder<SoapServiceConfiguration>


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.