Class ServiceMDEService

java.lang.Object
jakarta.xml.ws.Service
tyler.efm.wsdl.webservicesprofile_implementation_4_0.ServiceMDEService

@WebServiceClient(name="ServiceMDEService", wsdlLocation="classpath:wsdl/filingreview/ECF-4.0-ServiceMDEService.wsdl", targetNamespace="urn:tyler:efm:wsdl:WebServicesProfile-Implementation-4.0") public class ServiceMDEService extends jakarta.xml.ws.Service
This class was generated by Apache CXF 3.5.0-SNAPSHOT-3e40a2387febaf00f47fe893d97ffdf63aaa4626 2021-07-21T17:06:29.346-04:00 Generated source version: 3.5.0-SNAPSHOT
  • Nested Class Summary

    Nested classes/interfaces inherited from class jakarta.xml.ws.Service

    jakarta.xml.ws.Service.Mode
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final QName
     
    static final QName
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ServiceMDEService(URL wsdlLocation)
     
    ServiceMDEService(URL wsdlLocation, jakarta.xml.ws.WebServiceFeature... features)
     
    ServiceMDEService(URL wsdlLocation, QName serviceName)
     
    ServiceMDEService(URL wsdlLocation, QName serviceName, jakarta.xml.ws.WebServiceFeature... features)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    getServiceMDEPort(jakarta.xml.ws.WebServiceFeature... features)
     

    Methods inherited from class jakarta.xml.ws.Service

    addPort, create, create, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SERVICE

      public static final QName SERVICE
    • ServiceMDEPort

      public static final QName ServiceMDEPort
  • Constructor Details

    • ServiceMDEService

      public ServiceMDEService(URL wsdlLocation)
    • ServiceMDEService

      public ServiceMDEService(URL wsdlLocation, QName serviceName)
    • ServiceMDEService

      public ServiceMDEService(URL wsdlLocation, jakarta.xml.ws.WebServiceFeature... features)
    • ServiceMDEService

      public ServiceMDEService(URL wsdlLocation, QName serviceName, jakarta.xml.ws.WebServiceFeature... features)
  • Method Details

    • getServiceMDEPort

      @WebEndpoint(name="ServiceMDEPort") public ServiceMDEPort getServiceMDEPort()
      Returns:
      returns ServiceMDEPort
    • getServiceMDEPort

      @WebEndpoint(name="ServiceMDEPort") public ServiceMDEPort getServiceMDEPort(jakarta.xml.ws.WebServiceFeature... features)
      Parameters:
      features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
      Returns:
      returns ServiceMDEPort