@WebServiceClient(name="PausableSubscriptionManagerService", wsdlLocation="file:/home/iurt/rpmbuild/BUILD/apache-cxf-2.7.5-src/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-12-27T22:55:52.596Z", comments="Apache CXF 2.7.5") public class PausableSubscriptionManagerService extends Service
Service.Mode
Modifier and Type | Field and Description |
---|---|
static QName |
SERVICE |
static QName |
Soap |
static URL |
WSDL_LOCATION |
Constructor and Description |
---|
PausableSubscriptionManagerService() |
PausableSubscriptionManagerService(URL wsdlLocation) |
PausableSubscriptionManagerService(URL wsdlLocation,
QName serviceName) |
PausableSubscriptionManagerService(URL wsdlLocation,
QName serviceName,
WebServiceFeature... features) |
PausableSubscriptionManagerService(URL wsdlLocation,
WebServiceFeature... features) |
PausableSubscriptionManagerService(WebServiceFeature... features) |
Modifier and Type | Method and Description |
---|---|
PausableSubscriptionManager |
getSoap() |
PausableSubscriptionManager |
getSoap(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="2014-12-27T22:55:52.596Z") public static final URL WSDL_LOCATION
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-12-27T22:55:52.596Z") public static final QName SERVICE
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-12-27T22:55:52.596Z") public static final QName Soap
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-12-27T22:55:52.596Z") public PausableSubscriptionManagerService(URL wsdlLocation)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-12-27T22:55:52.596Z") public PausableSubscriptionManagerService(URL wsdlLocation, QName serviceName)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-12-27T22:55:52.596Z") public PausableSubscriptionManagerService()
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-12-27T22:55:52.596Z") public PausableSubscriptionManagerService(WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-12-27T22:55:52.596Z") public PausableSubscriptionManagerService(URL wsdlLocation, WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-12-27T22:55:52.596Z") public PausableSubscriptionManagerService(URL wsdlLocation, QName serviceName, WebServiceFeature... features)
@WebEndpoint(name="Soap") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-12-27T22:55:52.596Z") public PausableSubscriptionManager getSoap()
@WebEndpoint(name="Soap") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-12-27T22:55:52.596Z") public PausableSubscriptionManager getSoap(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