Uses of Class
org.javastro.ivoa.entities.resource.WebService.Builder
Packages that use WebService.Builder
Package
Description
-
Uses of WebService.Builder in org.javastro.ivoa.entities.resource
Methods in org.javastro.ivoa.entities.resource that return WebService.BuilderModifier and TypeMethodDescriptionWebService.Builder.addAccessURLs(Iterable<? extends AccessURL> accessURLs) Adds the given items to the value of "accessURLs"WebService.Builder.addAccessURLs(AccessURL... accessURLs) Adds the given items to the value of "accessURLs"WebService.Builder.addMirrorURLs(Iterable<? extends MirrorURL> mirrorURLs) Adds the given items to the value of "mirrorURLs"WebService.Builder.addMirrorURLs(MirrorURL... mirrorURLs) Adds the given items to the value of "mirrorURLs"WebService.Builder.addWsdlURLs(Iterable<? extends String> wsdlURLs) Adds the given items to the value of "wsdlURLs"WebService.Builder.addWsdlURLs(String... wsdlURLs) Adds the given items to the value of "wsdlURLs"static WebService.Builder<Void>WebService.builder()static WebService.Builder<Void>WebService.copyExcept(ServiceInterface _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static WebService.Builder<Void>WebService.copyExcept(WebService _other, com.kscs.util.jaxb.PropertyTree _propertyTree) WebService.Builder.copyOf(WebService _other) WebService.Builder.copyOf(WebService.Builder _other) static <_B> WebService.Builder<_B>WebService.copyOf(ServiceInterface _other) static <_B> WebService.Builder<_B>WebService.copyOf(ServiceInterface _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> WebService.Builder<_B>WebService.copyOf(WebService _other) static <_B> WebService.Builder<_B>WebService.copyOf(WebService _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static WebService.Builder<Void>WebService.copyOnly(ServiceInterface _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static WebService.Builder<Void>WebService.copyOnly(WebService _other, com.kscs.util.jaxb.PropertyTree _propertyTree) WebService.newCopyBuilder()<_B> WebService.Builder<_B>WebService.newCopyBuilder(_B _parentBuilder) <_B> WebService.Builder<_B>WebService.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) WebService.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) WebService.Builder.withAccessURLs(Iterable<? extends AccessURL> accessURLs) Sets the new value of "accessURLs" (any previous value will be replaced)WebService.Builder.withAccessURLs(AccessURL... accessURLs) Sets the new value of "accessURLs" (any previous value will be replaced)WebService.Builder.withMirrorURLs(Iterable<? extends MirrorURL> mirrorURLs) Sets the new value of "mirrorURLs" (any previous value will be replaced)WebService.Builder.withMirrorURLs(MirrorURL... mirrorURLs) Sets the new value of "mirrorURLs" (any previous value will be replaced)Sets the new value of "role" (any previous value will be replaced)WebService.Builder.withSecurityMethod(SecurityMethod securityMethod) Sets the new value of "securityMethod" (any previous value will be replaced)WebService.Builder.withTestQueryString(String testQueryString) Sets the new value of "testQueryString" (any previous value will be replaced)WebService.Builder.withVersion(String version) Sets the new value of "version" (any previous value will be replaced)WebService.Builder.withWsdlURLs(Iterable<? extends String> wsdlURLs) Sets the new value of "wsdlURLs" (any previous value will be replaced)WebService.Builder.withWsdlURLs(String... wsdlURLs) Sets the new value of "wsdlURLs" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource that return types with arguments of type WebService.BuilderModifier and TypeMethodDescriptionSecurityMethod.Builder<? extends WebService.Builder<_B>>WebService.Builder.withSecurityMethod()Returns the existing builder or a new builder to build the value of the "securityMethod" property.Methods in org.javastro.ivoa.entities.resource with parameters of type WebService.BuilderModifier and TypeMethodDescriptionWebService.Builder.copyOf(WebService.Builder _other) <_B> voidWebService.copyTo(WebService.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidWebService.copyTo(WebService.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder. -
Uses of WebService.Builder in org.javastro.ivoa.entities.resource.registry
Subclasses of WebService.Builder in org.javastro.ivoa.entities.resource.registry