Apache CXF API

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

Packages that use ProbeType
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
 ProbeMatchesType WSDiscoveryClient.probe(ProbeType params)
           
 ProbeMatchesType WSDiscoveryClient.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
 ProbeMatchesType WSDiscoveryServiceImpl.handleProbe(ProbeType pt)
           
 

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

Methods in org.apache.cxf.ws.discovery.wsdl that return ProbeType
 ProbeType ObjectFactory.createProbeType()
          Create an instance of ProbeType
 

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

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


Apache CXF API

Apache CXF