Package org.apache.cxf.endpoint
Interface ServiceContractResolver
public interface ServiceContractResolver
A 
ServiceContractResolver resolves a service's QName to the URI
 of the service's WSDL contract.- 
Method SummaryModifier and TypeMethodDescriptiongetContractLocation(QName qname) Resolves a service's QName to a URI representing the location of a WSDL contract.
- 
Method Details- 
getContractLocationResolves a service's QName to a URI representing the location of a WSDL contract. This method is called by theServiceContractResolverRegistrywith which the contract resolver is registered.- Parameters:
- qname- the QName being mapped to a URI
- Returns:
- URI representing the location of a WSDL contract
 
 
-