riv.clinicalprocess.healthcond.actoutcome.getreferraloutcome._3.rivtabp21.GetReferralOutcomeResponderService Maven / Gradle / Ivy
package riv.clinicalprocess.healthcond.actoutcome.getreferraloutcome._3.rivtabp21;
import java.net.MalformedURLException;
import java.net.URL;
import javax.xml.namespace.QName;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
import javax.xml.ws.WebServiceFeature;
import javax.xml.ws.Service;
/**
* This class was generated by Apache CXF 3.0.1
* 2015-08-19T10:24:16.048+02:00
* Generated source version: 3.0.1
*
*/
@WebServiceClient(name = "GetReferralOutcomeResponderService",
wsdlLocation = "file:/Users/martin/git/riv.en13606.NPOAdapterService/target/checkout/schemas/riv-schemas/interactions/GetReferralOutcomeInteraction/GetReferralOutcomeInteraction_3.0_RIVTABP21.wsdl",
targetNamespace = "urn:riv:clinicalprocess:healthcond:actoutcome:GetReferralOutcome:3:rivtabp21")
public class GetReferralOutcomeResponderService extends Service {
public final static URL WSDL_LOCATION;
public final static QName SERVICE = new QName("urn:riv:clinicalprocess:healthcond:actoutcome:GetReferralOutcome:3:rivtabp21", "GetReferralOutcomeResponderService");
public final static QName GetReferralOutcomeResponderPort = new QName("urn:riv:clinicalprocess:healthcond:actoutcome:GetReferralOutcome:3:rivtabp21", "GetReferralOutcomeResponderPort");
static {
URL url = null;
try {
url = new URL("file:/Users/martin/git/riv.en13606.NPOAdapterService/target/checkout/schemas/riv-schemas/interactions/GetReferralOutcomeInteraction/GetReferralOutcomeInteraction_3.0_RIVTABP21.wsdl");
} catch (MalformedURLException e) {
java.util.logging.Logger.getLogger(GetReferralOutcomeResponderService.class.getName())
.log(java.util.logging.Level.INFO,
"Can not initialize the default wsdl from {0}", "file:/Users/martin/git/riv.en13606.NPOAdapterService/target/checkout/schemas/riv-schemas/interactions/GetReferralOutcomeInteraction/GetReferralOutcomeInteraction_3.0_RIVTABP21.wsdl");
}
WSDL_LOCATION = url;
}
public GetReferralOutcomeResponderService(URL wsdlLocation) {
super(wsdlLocation, SERVICE);
}
public GetReferralOutcomeResponderService(URL wsdlLocation, QName serviceName) {
super(wsdlLocation, serviceName);
}
public GetReferralOutcomeResponderService() {
super(WSDL_LOCATION, SERVICE);
}
//This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
//API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
//compliant code instead.
public GetReferralOutcomeResponderService(WebServiceFeature ... features) {
super(WSDL_LOCATION, SERVICE, features);
}
//This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
//API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
//compliant code instead.
public GetReferralOutcomeResponderService(URL wsdlLocation, WebServiceFeature ... features) {
super(wsdlLocation, SERVICE, features);
}
//This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
//API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
//compliant code instead.
public GetReferralOutcomeResponderService(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) {
super(wsdlLocation, serviceName, features);
}
/**
*
* @return
* returns GetReferralOutcomeResponderInterface
*/
@WebEndpoint(name = "GetReferralOutcomeResponderPort")
public GetReferralOutcomeResponderInterface getGetReferralOutcomeResponderPort() {
return super.getPort(GetReferralOutcomeResponderPort, GetReferralOutcomeResponderInterface.class);
}
/**
*
* @param features
* A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features
parameter will have their default values.
* @return
* returns GetReferralOutcomeResponderInterface
*/
@WebEndpoint(name = "GetReferralOutcomeResponderPort")
public GetReferralOutcomeResponderInterface getGetReferralOutcomeResponderPort(WebServiceFeature... features) {
return super.getPort(GetReferralOutcomeResponderPort, GetReferralOutcomeResponderInterface.class, features);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy