org.apache.cxf.ws.discovery.wsdl
Class Discovery
java.lang.Object
javax.xml.ws.Service
org.apache.cxf.ws.discovery.wsdl.Discovery
@WebServiceClient(name="Discovery",
wsdlLocation="classpath:/org/apache/cxf/ws/discovery/wsdl/wsdd-discovery-1.1-wsdl-os.wsdl",
targetNamespace="http://docs.oasis-open.org/ws-dd/ns/discovery/2009/01")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-14T15:42:35.788-04:00",
comments="Apache CXF 3.0.0")
public class Discovery
- extends Service
This class was generated by Apache CXF 3.0.0
2014-05-14T15:42:35.788-04:00
Generated source version: 3.0.0
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 |
WSDL_LOCATION
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-14T15:42:35.788-04:00")
public static final URL WSDL_LOCATION
SERVICE
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-14T15:42:35.788-04:00")
public static final QName SERVICE
DiscoveryProxy
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-14T15:42:35.788-04:00")
public static final QName DiscoveryProxy
DiscoveryUDP
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-14T15:42:35.788-04:00")
public static final QName DiscoveryUDP
Discovery
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-14T15:42:35.788-04:00")
public Discovery(URL wsdlLocation)
Discovery
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-14T15:42:35.788-04:00")
public Discovery(URL wsdlLocation,
QName serviceName)
Discovery
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-14T15:42:35.788-04:00")
public Discovery()
getDiscoveryProxy
@WebEndpoint(name="DiscoveryProxy")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-14T15:42:35.788-04:00")
public DiscoveryProxy getDiscoveryProxy()
- Returns:
- returns DiscoveryProxy
getDiscoveryProxy
@WebEndpoint(name="DiscoveryProxy")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-14T15:42:35.788-04:00")
public DiscoveryProxy getDiscoveryProxy(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 DiscoveryProxy
getDiscoveryUDP
@WebEndpoint(name="DiscoveryUDP")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-14T15:42:35.788-04:00")
public DiscoveryProxy getDiscoveryUDP()
- Returns:
- returns DiscoveryProxy
getDiscoveryUDP
@WebEndpoint(name="DiscoveryUDP")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-14T15:42:35.788-04:00")
public DiscoveryProxy getDiscoveryUDP(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 DiscoveryProxy
Apache CXF