Package ecf5
Class CourtRecordMDEService
java.lang.Object
jakarta.xml.ws.Service
ecf5.CourtRecordMDEService
@WebServiceClient(name="CourtRecordMDEService",
wsdlLocation="file:../stage/illinois-ECF5-CourtRecordMDEService.wsdl",
targetNamespace="https://docs.oasis-open.org/legalxml-courtfiling/ns/v5.0WSDL/CourtRecordMDE")
public class CourtRecordMDEService
extends jakarta.xml.ws.Service
This class was generated by Apache CXF 4.0.8 2025-11-05T15:23:26.656-05:00 Generated source
version: 4.0.8
-
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.xml.ws.Service
jakarta.xml.ws.Service.Mode -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCourtRecordMDEService(jakarta.xml.ws.WebServiceFeature... features) CourtRecordMDEService(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 TypeMethodDescriptiongetCourtRecordMDE(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
-
WSDL_LOCATION
-
SERVICE
-
CourtRecordMDE
-
-
Constructor Details
-
CourtRecordMDEService
-
CourtRecordMDEService
-
CourtRecordMDEService
public CourtRecordMDEService() -
CourtRecordMDEService
public CourtRecordMDEService(jakarta.xml.ws.WebServiceFeature... features) -
CourtRecordMDEService
-
CourtRecordMDEService
-
-
Method Details
-
getCourtRecordMDE
- Returns:
- returns CourtRecordMDE
-
getCourtRecordMDE
@WebEndpoint(name="CourtRecordMDE") public CourtRecordMDE getCourtRecordMDE(jakarta.xml.ws.WebServiceFeature... features) - Parameters:
features- A list ofWebServiceFeatureto configure on the proxy. Supported features not in thefeaturesparameter will have their default values.- Returns:
- returns CourtRecordMDE
-