Apache CXF API

org.apache.cxf.ws.discovery.wsdl
Class Discovery

java.lang.Object
  extended by javax.xml.ws.Service
      extended by 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


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
 
Field Summary
static QName DiscoveryProxy
           
static QName DiscoveryUDP
           
static QName SERVICE
           
static URL WSDL_LOCATION
           
 
Constructor Summary
Discovery()
           
Discovery(URL wsdlLocation)
           
Discovery(URL wsdlLocation, QName serviceName)
           
 
Method Summary
 DiscoveryProxy getDiscoveryProxy()
           
 DiscoveryProxy getDiscoveryProxy(WebServiceFeature... features)
           
 DiscoveryProxy getDiscoveryUDP()
           
 DiscoveryProxy getDiscoveryUDP(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: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
Constructor Detail

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()
Method Detail

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 API

Apache CXF