Apache CXF API

Uses of Class
org.apache.cxf.ws.discovery.wsdl.ProbeMatchesType

Packages that use ProbeMatchesType
org.apache.cxf.ws.discovery   
org.apache.cxf.ws.discovery.internal   
org.apache.cxf.ws.discovery.wsdl   
 

Uses of ProbeMatchesType in org.apache.cxf.ws.discovery
 

Methods in org.apache.cxf.ws.discovery that return ProbeMatchesType
 ProbeMatchesType WSDiscoveryClient.probe(ProbeType params)
           
 ProbeMatchesType WSDiscoveryClient.probe(ProbeType params, int timeout)
           
 

Uses of ProbeMatchesType in org.apache.cxf.ws.discovery.internal
 

Methods in org.apache.cxf.ws.discovery.internal that return ProbeMatchesType
 ProbeMatchesType WSDiscoveryServiceImpl.handleProbe(ProbeType pt)
           
 

Uses of ProbeMatchesType in org.apache.cxf.ws.discovery.wsdl
 

Methods in org.apache.cxf.ws.discovery.wsdl that return ProbeMatchesType
 ProbeMatchesType ObjectFactory.createProbeMatchesType()
          Create an instance of ProbeMatchesType
 ProbeMatchesType DiscoveryProxy.probeOp(ProbeType parameters)
           
 

Methods in org.apache.cxf.ws.discovery.wsdl that return types with arguments of type ProbeMatchesType
 JAXBElement<ProbeMatchesType> ObjectFactory.createProbeMatches(ProbeMatchesType value)
          Create an instance of JAXBElement<ProbeMatchesType>}
 

Methods in org.apache.cxf.ws.discovery.wsdl with parameters of type ProbeMatchesType
 JAXBElement<ProbeMatchesType> ObjectFactory.createProbeMatches(ProbeMatchesType value)
          Create an instance of JAXBElement<ProbeMatchesType>}
 


Apache CXF API

Apache CXF