Class RecipePrescriberService
- java.lang.Object
-
- javax.xml.ws.Service
-
- be.fgov.ehealth.recipe.protocol.v4.RecipePrescriberService
-
@WebServiceClient(name="RecipePrescriberService", 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-prescriber-4_0.wsdl", targetNamespace="urn:be:fgov:ehealth:recipe:protocol:v4") public class RecipePrescriberService extends Service
This class was generated by Apache CXF 3.6.5 2025-05-27T10:35:53.493+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 QNameRecipePrescriberServiceSOAP11static QNameSERVICEstatic URLWSDL_LOCATION
-
Constructor Summary
Constructors Constructor Description RecipePrescriberService()RecipePrescriberService(URL wsdlLocation)RecipePrescriberService(URL wsdlLocation, QName serviceName)RecipePrescriberService(URL wsdlLocation, QName serviceName, WebServiceFeature... features)RecipePrescriberService(URL wsdlLocation, WebServiceFeature... features)RecipePrescriberService(WebServiceFeature... features)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipePrescriberPortTypegetRecipePrescriberServiceSOAP11()RecipePrescriberPortTypegetRecipePrescriberServiceSOAP11(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
-
RecipePrescriberService
public RecipePrescriberService(URL wsdlLocation)
-
RecipePrescriberService
public RecipePrescriberService()
-
RecipePrescriberService
public RecipePrescriberService(WebServiceFeature... features)
-
RecipePrescriberService
public RecipePrescriberService(URL wsdlLocation, WebServiceFeature... features)
-
RecipePrescriberService
public RecipePrescriberService(URL wsdlLocation, QName serviceName, WebServiceFeature... features)
-
-
Method Detail
-
getRecipePrescriberServiceSOAP11
@WebEndpoint(name="RecipePrescriberServiceSOAP11") public RecipePrescriberPortType getRecipePrescriberServiceSOAP11()
- Returns:
- returns RecipePrescriberPortType
-
getRecipePrescriberServiceSOAP11
@WebEndpoint(name="RecipePrescriberServiceSOAP11") public RecipePrescriberPortType getRecipePrescriberServiceSOAP11(WebServiceFeature... features)
- Parameters:
features- A list ofWebServiceFeatureto configure on the proxy. Supported features not in thefeaturesparameter will have their default values.- Returns:
- returns RecipePrescriberPortType
-
-