Uses of Class
org.apache.cxf.ws.discovery.wsdl.ProbeType
-
Packages that use ProbeType Package Description org.apache.cxf.ws.discovery org.apache.cxf.ws.discovery.internal org.apache.cxf.ws.discovery.wsdl -
-
Uses of ProbeType in org.apache.cxf.ws.discovery
Methods in org.apache.cxf.ws.discovery with parameters of type ProbeType Modifier and Type Method Description ProbeMatchesTypeWSDiscoveryClient. probe(ProbeType params)ProbeMatchesTypeWSDiscoveryClient. probe(ProbeType params, int timeout) -
Uses of ProbeType in org.apache.cxf.ws.discovery.internal
Methods in org.apache.cxf.ws.discovery.internal with parameters of type ProbeType Modifier and Type Method Description ProbeMatchesTypeWSDiscoveryServiceImpl. handleProbe(ProbeType pt) -
Uses of ProbeType in org.apache.cxf.ws.discovery.wsdl
Methods in org.apache.cxf.ws.discovery.wsdl that return ProbeType Modifier and Type Method Description ProbeTypeObjectFactory. createProbeType()Create an instance ofProbeTypeMethods in org.apache.cxf.ws.discovery.wsdl that return types with arguments of type ProbeType Modifier and Type Method Description javax.xml.bind.JAXBElement<ProbeType>ObjectFactory. createProbe(ProbeType value)Methods in org.apache.cxf.ws.discovery.wsdl with parameters of type ProbeType Modifier and Type Method Description javax.xml.bind.JAXBElement<ProbeType>ObjectFactory. createProbe(ProbeType value)ProbeMatchesTypeDiscoveryProxy. probeOp(ProbeType parameters)
-