NedlastningServiceWS

@WebServiceClient(name = "NedlastningServiceWS", targetNamespace = "http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/service/nedlastning", wsdlLocation = "https://prodtest.matrikkel.no/matrikkel/v1/NedlastningServiceWS.wsdl")
open class NedlastningServiceWS : Service

This class was generated by the XML-WS Tools. XML-WS Tools 4.0.3 Generated source version: 3.0

Constructors

Link copied to clipboard
constructor()
constructor(features: Array<WebServiceFeature>)
constructor(wsdlLocation: URL)
constructor(wsdlLocation: URL, features: Array<WebServiceFeature>)
constructor(wsdlLocation: URL, serviceName: QName)
constructor(wsdlLocation: URL, serviceName: QName, features: Array<WebServiceFeature>)

Functions

Link copied to clipboard
open fun addPort(p: QName, p1: String, p2: String)
Link copied to clipboard
open fun create(p: URL, p1: QName): Service
Link copied to clipboard
open fun createDispatch(p: QName, p1: JAXBContext, p2: Service.Mode): Dispatch<Any>
open fun <T> createDispatch(p: QName, p1: Class<T>, p2: Service.Mode): Dispatch<T>
Link copied to clipboard
open fun getExecutor(): Executor
Link copied to clipboard
open fun getHandlerResolver(): HandlerResolver
Link copied to clipboard
@WebEndpoint(name = "NedlastningServicePort")
open fun getNedlastningServicePort(): NedlastningService
@WebEndpoint(name = "NedlastningServicePort")
open fun getNedlastningServicePort(features: Array<WebServiceFeature>): NedlastningService
Link copied to clipboard
open fun <T> getPort(p: QName, p1: Class<T>): T
Link copied to clipboard
open fun getPorts(): Iterator<QName>
Link copied to clipboard
open fun getServiceName(): QName
Link copied to clipboard
Link copied to clipboard
open fun setExecutor(p: Executor)
Link copied to clipboard
open fun setHandlerResolver(p: HandlerResolver)