org.apache.cxf.jaxb_element_test
Class JaxbElementTest_Service
java.lang.Object
javax.xml.ws.Service
org.apache.cxf.jaxb_element_test.JaxbElementTest_Service
@WebServiceClient(name="jaxb_element_test",
wsdlLocation="file:/home/dkulp/working/cxf-2.3.x/target/checkout/testutils/src/main/resources/wsdl/jaxb_element_test.wsdl",
targetNamespace="http://cxf.apache.org/jaxb_element_test/")
public class JaxbElementTest_Service
- extends javax.xml.ws.Service
This class was generated by Apache CXF 2.3.10
2012-04-11T13:30:12.848-04:00
Generated source version: 2.3.10
Methods inherited from class javax.xml.ws.Service |
addPort, create, create, 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 |
WSDL_LOCATION
public static final URL WSDL_LOCATION
SERVICE
public static final QName SERVICE
JaxbElementTestSOAP
public static final QName JaxbElementTestSOAP
JaxbElementTest_Service
public JaxbElementTest_Service(URL wsdlLocation)
JaxbElementTest_Service
public JaxbElementTest_Service(URL wsdlLocation,
QName serviceName)
JaxbElementTest_Service
public JaxbElementTest_Service()
JaxbElementTest_Service
public JaxbElementTest_Service(javax.xml.ws.WebServiceFeature... features)
JaxbElementTest_Service
public JaxbElementTest_Service(URL wsdlLocation,
javax.xml.ws.WebServiceFeature... features)
JaxbElementTest_Service
public JaxbElementTest_Service(URL wsdlLocation,
QName serviceName,
javax.xml.ws.WebServiceFeature... features)
getJaxbElementTestSOAP
@WebEndpoint(name="jaxb_element_testSOAP")
public JaxbElementTest getJaxbElementTestSOAP()
- Returns:
- returns JaxbElementTest
getJaxbElementTestSOAP
@WebEndpoint(name="jaxb_element_testSOAP")
public JaxbElementTest getJaxbElementTestSOAP(javax.xml.ws.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 JaxbElementTest
Apache CXF