riv.clinicalprocess.healthcond.actoutcome.getimagingoutcome._1.rivtabp21.GetImagingOutcomeResponderService Maven / Gradle / Ivy
package riv.clinicalprocess.healthcond.actoutcome.getimagingoutcome._1.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:15.019+02:00
* Generated source version: 3.0.1
*
*/
@WebServiceClient(name = "GetImagingOutcomeResponderService",
wsdlLocation = "file:/Users/martin/git/riv.en13606.NPOAdapterService/target/checkout/schemas/riv-schemas/interactions/GetImagingOutcomeInteraction/GetImagingOutcomeInteraction_1.0_RIVTABP21.wsdl",
targetNamespace = "urn:riv:clinicalprocess:healthcond:actoutcome:GetImagingOutcome:1:rivtabp21")
public class GetImagingOutcomeResponderService extends Service {
public final static URL WSDL_LOCATION;
public final static QName SERVICE = new QName("urn:riv:clinicalprocess:healthcond:actoutcome:GetImagingOutcome:1:rivtabp21", "GetImagingOutcomeResponderService");
public final static QName GetImagingOutcomeResponderPort = new QName("urn:riv:clinicalprocess:healthcond:actoutcome:GetImagingOutcome:1:rivtabp21", "GetImagingOutcomeResponderPort");
static {
URL url = null;
try {
url = new URL("file:/Users/martin/git/riv.en13606.NPOAdapterService/target/checkout/schemas/riv-schemas/interactions/GetImagingOutcomeInteraction/GetImagingOutcomeInteraction_1.0_RIVTABP21.wsdl");
} catch (MalformedURLException e) {
java.util.logging.Logger.getLogger(GetImagingOutcomeResponderService.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/GetImagingOutcomeInteraction/GetImagingOutcomeInteraction_1.0_RIVTABP21.wsdl");
}
WSDL_LOCATION = url;
}
public GetImagingOutcomeResponderService(URL wsdlLocation) {
super(wsdlLocation, SERVICE);
}
public GetImagingOutcomeResponderService(URL wsdlLocation, QName serviceName) {
super(wsdlLocation, serviceName);
}
public GetImagingOutcomeResponderService() {
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 GetImagingOutcomeResponderService(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 GetImagingOutcomeResponderService(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 GetImagingOutcomeResponderService(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) {
super(wsdlLocation, serviceName, features);
}
/**
*
* @return
* returns GetImagingOutcomeResponderInterface
*/
@WebEndpoint(name = "GetImagingOutcomeResponderPort")
public GetImagingOutcomeResponderInterface getGetImagingOutcomeResponderPort() {
return super.getPort(GetImagingOutcomeResponderPort, GetImagingOutcomeResponderInterface.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 GetImagingOutcomeResponderInterface
*/
@WebEndpoint(name = "GetImagingOutcomeResponderPort")
public GetImagingOutcomeResponderInterface getGetImagingOutcomeResponderPort(WebServiceFeature... features) {
return super.getPort(GetImagingOutcomeResponderPort, GetImagingOutcomeResponderInterface.class, features);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy