@WebServiceClient(name="NotificationConsumerService", wsdlLocation="file:/Users/dkulp/working/cxf/services/wsn/wsn-api/src/main/resources/org/apache/cxf/wsn/wsdl/wsn.wsdl", targetNamespace="http://cxf.apache.org/wsn/jaxws") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2021-12-16T09:39:37.848-05:00", comments="Apache CXF 3.5.0") public class NotificationConsumerService extends Service
Service.Mode
Modifier and Type | Field and Description |
---|---|
static QName |
NotificationConsumerPort |
static QName |
SERVICE |
static URL |
WSDL_LOCATION |
Constructor and Description |
---|
NotificationConsumerService() |
NotificationConsumerService(URL wsdlLocation) |
NotificationConsumerService(URL wsdlLocation,
QName serviceName) |
NotificationConsumerService(URL wsdlLocation,
QName serviceName,
WebServiceFeature... features) |
NotificationConsumerService(URL wsdlLocation,
WebServiceFeature... features) |
NotificationConsumerService(WebServiceFeature... features) |
Modifier and Type | Method and Description |
---|---|
NotificationConsumer |
getNotificationConsumerPort() |
NotificationConsumer |
getNotificationConsumerPort(WebServiceFeature... features) |
addPort, create, create, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2021-12-16T09:39:37.848-05:00") public static final URL WSDL_LOCATION
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2021-12-16T09:39:37.848-05:00") public static final QName SERVICE
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2021-12-16T09:39:37.848-05:00") public static final QName NotificationConsumerPort
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2021-12-16T09:39:37.848-05:00") public NotificationConsumerService(URL wsdlLocation)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2021-12-16T09:39:37.848-05:00") public NotificationConsumerService(URL wsdlLocation, QName serviceName)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2021-12-16T09:39:37.848-05:00") public NotificationConsumerService()
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2021-12-16T09:39:37.848-05:00") public NotificationConsumerService(WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2021-12-16T09:39:37.848-05:00") public NotificationConsumerService(URL wsdlLocation, WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2021-12-16T09:39:37.848-05:00") public NotificationConsumerService(URL wsdlLocation, QName serviceName, WebServiceFeature... features)
@WebEndpoint(name="NotificationConsumerPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2021-12-16T09:39:37.848-05:00") public NotificationConsumer getNotificationConsumerPort()
@WebEndpoint(name="NotificationConsumerPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2021-12-16T09:39:37.848-05:00") public NotificationConsumer getNotificationConsumerPort(WebServiceFeature... features)
features
- A list of WebServiceFeature
to configure on the proxy. Supported features not in the features
parameter will have their default values.Apache CXF