public class WebServiceEndpointReaderImpl extends Object implements WebModuleReader
| Constructor and Description |
|---|
WebServiceEndpointReaderImpl(String name,
ApplicationRef ref,
Application application,
WebServiceEndpoint bean) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
Accepts a visitor and calls its visit
method
|
String |
getContextRoot()
Returns config context of this module
|
String |
getDisableTimeoutInMinutes()
Returns disable timeout for this module
|
String |
getErrorUrl()
Returns error url for this web module
|
IdempotentUrlPatternReader[] |
getIdempotentUrlPattern()
Returns idempotent url patterns for this module.
|
boolean |
getLbEnabled()
Returns load balancer enabled flag.
|
public WebServiceEndpointReaderImpl(String name, ApplicationRef ref, Application application, WebServiceEndpoint bean)
public String getContextRoot() throws LbReaderException
WebModuleReadergetContextRoot in interface WebModuleReaderLbReaderExceptionpublic String getErrorUrl() throws LbReaderException
WebModuleReadergetErrorUrl in interface WebModuleReaderLbReaderExceptionpublic boolean getLbEnabled()
throws LbReaderException
WebModuleReadergetLbEnabled in interface WebModuleReaderLbReaderExceptionpublic String getDisableTimeoutInMinutes() throws LbReaderException
WebModuleReadergetDisableTimeoutInMinutes in interface WebModuleReaderLbReaderExceptionpublic IdempotentUrlPatternReader[] getIdempotentUrlPattern() throws LbReaderException
WebModuleReadergetIdempotentUrlPattern in interface WebModuleReaderLbReaderExceptionpublic void accept(Visitor v) throws Exception
BaseReaderaccept in interface BaseReaderExceptionCopyright © 2019. All rights reserved.