Apache CXF API

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

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

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

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

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

Methods in org.apache.cxf.ws.discovery.wsdl with parameters of type ResolveType
 JAXBElement<ResolveType> ObjectFactory.createResolve(ResolveType value)
          Create an instance of JAXBElement<ResolveType>}
 ResolveMatchesType DiscoveryProxy.resolveOp(ResolveType parameters)
           
 


Apache CXF API

Apache CXF