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

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.ksb.api.bus.support.AbstractServiceConfiguration
          extended by org.kuali.rice.ksb.api.bus.support.SoapServiceConfiguration
All Implemented Interfaces:
Serializable, ModelObjectBasic, ModelObjectComplete, ServiceConfiguration

public class SoapServiceConfiguration
extends AbstractServiceConfiguration

See Also:
Serialized Form

Nested Class Summary
static class SoapServiceConfiguration.Builder
           
 
Method Summary
static SoapServiceConfiguration fromServiceDefinition(SoapServiceDefinition soapServiceDefinition)
           
 String getServiceInterface()
           
 boolean isJaxWsService()
           
 
Methods inherited from class org.kuali.rice.ksb.api.bus.support.AbstractServiceConfiguration
getApplicationId, getBusSecurity, getCredentialsType, getEndpointUrl, getInstanceId, getMessageExceptionHandler, getMillisToLive, getPriority, getRetryAttempts, getServiceName, getServiceVersion, getType, isQueue
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

fromServiceDefinition

public static SoapServiceConfiguration fromServiceDefinition(SoapServiceDefinition soapServiceDefinition)

getServiceInterface

public String getServiceInterface()

isJaxWsService

public boolean isJaxWsService()


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