Apache CXF API

org.apache.cxf.wsn.jaxws
Class NotificationProducerService

java.lang.Object
  extended by javax.xml.ws.Service
      extended by org.apache.cxf.wsn.jaxws.NotificationProducerService

@WebServiceClient(name="NotificationProducerService",
                  wsdlLocation="file:/Users/dkulp/working/cxf/target/checkout/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="2014-05-14T15:41:34.599-04:00",
           comments="Apache CXF 3.0.0")
public class NotificationProducerService
extends Service

This class was generated by Apache CXF 3.0.0 2014-05-14T15:41:34.599-04:00 Generated source version: 3.0.0


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
 
Field Summary
static QName SERVICE
           
static QName Soap
           
static URL WSDL_LOCATION
           
 
Constructor Summary
NotificationProducerService()
           
NotificationProducerService(URL wsdlLocation)
           
NotificationProducerService(URL wsdlLocation, QName serviceName)
           
 
Method Summary
 NotificationProducer getSoap()
           
 NotificationProducer getSoap(WebServiceFeature... features)
           
 
Methods inherited from class javax.xml.ws.Service
addPort, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WSDL_LOCATION

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.599-04:00")
public static final URL WSDL_LOCATION

SERVICE

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.599-04:00")
public static final QName SERVICE

Soap

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.599-04:00")
public static final QName Soap
Constructor Detail

NotificationProducerService

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.599-04:00")
public NotificationProducerService(URL wsdlLocation)

NotificationProducerService

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.599-04:00")
public NotificationProducerService(URL wsdlLocation,
                                                      QName serviceName)

NotificationProducerService

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.599-04:00")
public NotificationProducerService()
Method Detail

getSoap

@WebEndpoint(name="Soap")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.599-04:00")
public NotificationProducer getSoap()
Returns:
returns NotificationProducer

getSoap

@WebEndpoint(name="Soap")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.599-04:00")
public NotificationProducer getSoap(WebServiceFeature... features)
Parameters:
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns:
returns NotificationProducer

Apache CXF API

Apache CXF