@WebServiceClient(name="InheritService", wsdlLocation="file:/mnt/hudson_workspace/workspace/fuse-team-perfectus-6.2.1-patch/target/jboss-fuse-6.2.x/cxf/testutils/src/main/resources/wsdl/inherit.wsdl", targetNamespace="http://apache.org/cxf/tests/inherit") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-01-19T14:59:07.562-05:00", comments="Apache CXF 3.0.4.redhat-621090") public class InheritService extends Service
Service.Mode| Modifier and Type | Field and Description |
|---|---|
static QName |
InheritPort |
static QName |
SERVICE |
static URL |
WSDL_LOCATION |
| Constructor and Description |
|---|
InheritService() |
InheritService(URL wsdlLocation) |
InheritService(URL wsdlLocation,
QName serviceName) |
InheritService(URL wsdlLocation,
QName serviceName,
WebServiceFeature... features) |
InheritService(URL wsdlLocation,
WebServiceFeature... features) |
InheritService(WebServiceFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
Inherit |
getInheritPort() |
Inherit |
getInheritPort(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="2016-01-19T14:59:07.562-05:00") public static final URL WSDL_LOCATION
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-01-19T14:59:07.562-05:00") public static final QName SERVICE
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-01-19T14:59:07.562-05:00") public static final QName InheritPort
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-01-19T14:59:07.562-05:00") public InheritService(URL wsdlLocation)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-01-19T14:59:07.562-05:00") public InheritService(URL wsdlLocation, QName serviceName)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-01-19T14:59:07.562-05:00") public InheritService()
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-01-19T14:59:07.562-05:00") public InheritService(WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-01-19T14:59:07.562-05:00") public InheritService(URL wsdlLocation, WebServiceFeature... features)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-01-19T14:59:07.562-05:00") public InheritService(URL wsdlLocation, QName serviceName, WebServiceFeature... features)
@WebEndpoint(name="InheritPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-01-19T14:59:07.562-05:00") public Inherit getInheritPort()
@WebEndpoint(name="InheritPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-01-19T14:59:07.562-05:00") public Inherit getInheritPort(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