Class RecipePatientService
- java.lang.Object
-
- javax.xml.ws.Service
-
- be.fgov.ehealth.recipe.protocol.v4.RecipePatientService
-
@WebServiceClient(name="RecipePatientService", wsdlLocation="file:/jdss/data/jenkins/workspace/recipe/kmehr/MvnRelease_recipe-kmehr-recip-e_master/soap-api/src/main/resources/META-INF/ehealth-recipe-services/WSDL/RecipeWebService-patient-4_0.wsdl", targetNamespace="urn:be:fgov:ehealth:recipe:protocol:v4") public class RecipePatientService extends Service
This class was generated by Apache CXF 3.6.5 2025-05-19T10:46:07.717+02:00 Generated source version: 3.6.5
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
-
-
Field Summary
Fields Modifier and Type Field Description static QNameRecipePatientServiceSOAP11static QNameSERVICEstatic URLWSDL_LOCATION
-
Constructor Summary
Constructors Constructor Description RecipePatientService()RecipePatientService(URL wsdlLocation)RecipePatientService(URL wsdlLocation, QName serviceName)RecipePatientService(URL wsdlLocation, QName serviceName, WebServiceFeature... features)RecipePatientService(URL wsdlLocation, WebServiceFeature... features)RecipePatientService(WebServiceFeature... features)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipePatientPortTypegetRecipePatientServiceSOAP11()RecipePatientPortTypegetRecipePatientServiceSOAP11(WebServiceFeature... features)-
Methods inherited from class javax.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
-
-
-
-
Constructor Detail
-
RecipePatientService
public RecipePatientService(URL wsdlLocation)
-
RecipePatientService
public RecipePatientService()
-
RecipePatientService
public RecipePatientService(WebServiceFeature... features)
-
RecipePatientService
public RecipePatientService(URL wsdlLocation, WebServiceFeature... features)
-
RecipePatientService
public RecipePatientService(URL wsdlLocation, QName serviceName, WebServiceFeature... features)
-
-
Method Detail
-
getRecipePatientServiceSOAP11
@WebEndpoint(name="RecipePatientServiceSOAP11") public RecipePatientPortType getRecipePatientServiceSOAP11()
- Returns:
- returns RecipePatientPortType
-
getRecipePatientServiceSOAP11
@WebEndpoint(name="RecipePatientServiceSOAP11") public RecipePatientPortType getRecipePatientServiceSOAP11(WebServiceFeature... features)
- Parameters:
features- A list ofWebServiceFeatureto configure on the proxy. Supported features not in thefeaturesparameter will have their default values.- Returns:
- returns RecipePatientPortType
-
-