java.lang.Object
swim.service.web.WebServiceDef
- All Implemented Interfaces:
ServiceDef,Debug
-
Constructor Summary
ConstructorsConstructorDescriptionWebServiceDef(String serviceName, String address, int port, boolean isSecure, String spaceName, String routerClass, UriPath documentRoot, UriPath resourceRoot, WarpSettings warpSettings) -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringaddress()protected WebServiceDefcopy(String serviceName, String address, int port, boolean isSecure, String spaceName, String routerClass, UriPath documentRoot, UriPath resourceRoot, WarpSettings warpSettings) <T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.final UriPathdocumentRoot(UriPath documentRoot) booleaninthashCode()final intport()port(int port) final UriPathresourceRoot(UriPath resourceRoot) static WebServiceDefsecure()final StringserviceName(String serviceName) final Stringstatic WebServiceDefstandard()toString()final WarpSettingswarpSettings(WarpSettings warpSettings)
-
Constructor Details
-
WebServiceDef
-
-
Method Details
-
serviceName
- Specified by:
serviceNamein interfaceServiceDef
-
serviceName
-
address
-
address
-
port
public final int port() -
port
-
spaceName
-
spaceName
-
documentRoot
-
documentRoot
-
resourceRoot
-
resourceRoot
-
warpSettings
-
warpSettings
-
copy
protected WebServiceDef copy(String serviceName, String address, int port, boolean isSecure, String spaceName, String routerClass, UriPath documentRoot, UriPath resourceRoot, WarpSettings warpSettings) -
equals
-
hashCode
public int hashCode() -
debug
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput. -
toString
-
standard
-
secure
-