Class CourtRecordMDEService
java.lang.Object
jakarta.xml.ws.Service
tyler.efm.wsdl.webservicesprofile_implementation_4_0.CourtRecordMDEService
@WebServiceClient(name="CourtRecordMDEService",
wsdlLocation="classpath:wsdl/filingreview/ECF-4.0-CourtRecordMDEService.wsdl",
targetNamespace="urn:tyler:efm:wsdl:WebServicesProfile-Implementation-4.0")
public class CourtRecordMDEService
extends jakarta.xml.ws.Service
This class was generated by Apache CXF 4.0.1
2023-09-19T08:30:18.488-04:00
Generated source version: 4.0.1
-
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.xml.ws.Service
jakarta.xml.ws.Service.Mode
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCourtRecordMDEService
(URL wsdlLocation) CourtRecordMDEService
(URL wsdlLocation, jakarta.xml.ws.WebServiceFeature... features) CourtRecordMDEService
(URL wsdlLocation, QName serviceName) CourtRecordMDEService
(URL wsdlLocation, QName serviceName, jakarta.xml.ws.WebServiceFeature... features) -
Method Summary
Modifier and TypeMethodDescriptiongetCourtRecordMDEPort
(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
-
Field Details
-
SERVICE
-
CourtRecordMDEPort
-
-
Constructor Details
-
CourtRecordMDEService
-
CourtRecordMDEService
-
CourtRecordMDEService
-
CourtRecordMDEService
-
-
Method Details
-
getCourtRecordMDEPort
- Returns:
- returns CourtRecordMDEPort
-
getCourtRecordMDEPort
@WebEndpoint(name="CourtRecordMDEPort") public CourtRecordMDEPort getCourtRecordMDEPort(jakarta.xml.ws.WebServiceFeature... features) - Parameters:
features
- A list ofWebServiceFeature
to configure on the proxy. Supported features not in thefeatures
parameter will have their default values.- Returns:
- returns CourtRecordMDEPort
-