Uses of Class
org.apache.cxf.ws.discovery.wsdl.HelloType
-
Packages that use HelloType Package Description org.apache.cxf.ws.discovery org.apache.cxf.ws.discovery.internal org.apache.cxf.ws.discovery.wsdl -
-
Uses of HelloType in org.apache.cxf.ws.discovery
Methods in org.apache.cxf.ws.discovery that return HelloType Modifier and Type Method Description HelloTypeWSDiscoveryClient. register(javax.xml.ws.EndpointReference ert)Sends the "Hello" to broadcast the availability of a serviceHelloTypeWSDiscoveryClient. register(HelloType hello)Sends the "Hello" to broadcast the availability of a serviceHelloTypeWSDiscoveryService. register(javax.xml.ws.EndpointReference ref)Registers the given EndpointReference with the service.Methods in org.apache.cxf.ws.discovery with parameters of type HelloType Modifier and Type Method Description HelloTypeWSDiscoveryClient. register(HelloType hello)Sends the "Hello" to broadcast the availability of a servicevoidWSDiscoveryService. register(HelloType ht)voidWSDiscoveryClient. unregister(HelloType hello)voidWSDiscoveryService. unregister(HelloType ht) -
Uses of HelloType in org.apache.cxf.ws.discovery.internal
Methods in org.apache.cxf.ws.discovery.internal that return HelloType Modifier and Type Method Description HelloTypeWSDiscoveryServiceImpl. register(javax.xml.ws.EndpointReference ref)Methods in org.apache.cxf.ws.discovery.internal with parameters of type HelloType Modifier and Type Method Description voidWSDiscoveryServiceImpl. register(HelloType ht)voidWSDiscoveryServiceImpl. unregister(HelloType ht) -
Uses of HelloType in org.apache.cxf.ws.discovery.wsdl
Methods in org.apache.cxf.ws.discovery.wsdl that return HelloType Modifier and Type Method Description HelloTypeObjectFactory. createHelloType()Create an instance ofHelloTypeMethods in org.apache.cxf.ws.discovery.wsdl that return types with arguments of type HelloType Modifier and Type Method Description javax.xml.bind.JAXBElement<HelloType>ObjectFactory. createHello(HelloType value)Methods in org.apache.cxf.ws.discovery.wsdl with parameters of type HelloType Modifier and Type Method Description javax.xml.bind.JAXBElement<HelloType>ObjectFactory. createHello(HelloType value)voidDiscoveryProxy. helloOp(HelloType parameters)
-