Apache CXF API

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

Packages that use ResolveMatchType
org.apache.cxf.ws.discovery   
org.apache.cxf.ws.discovery.wsdl   
 

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

Methods in org.apache.cxf.ws.discovery that return ResolveMatchType
 ResolveMatchType WSDiscoveryClient.resolve(W3CEndpointReference ref)
           
 ResolveMatchType WSDiscoveryClient.resolve(W3CEndpointReference ref, int timeout)
           
 

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

Fields in org.apache.cxf.ws.discovery.wsdl declared as ResolveMatchType
protected  ResolveMatchType ResolveMatchesType.resolveMatch
           
 

Methods in org.apache.cxf.ws.discovery.wsdl that return ResolveMatchType
 ResolveMatchType ObjectFactory.createResolveMatchType()
          Create an instance of ResolveMatchType
 ResolveMatchType ResolveMatchesType.getResolveMatch()
          Gets the value of the resolveMatch property.
 

Methods in org.apache.cxf.ws.discovery.wsdl with parameters of type ResolveMatchType
 void ResolveMatchesType.setResolveMatch(ResolveMatchType value)
          Sets the value of the resolveMatch property.
 


Apache CXF API

Apache CXF