Package org.apache.cxf.endpoint
Interface ServiceContractResolver
- 
 public interface ServiceContractResolverAServiceContractResolverresolves a service's QName to the URI of the service's WSDL contract.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description URIgetContractLocation(QName qname)Resolves a service's QName to a URI representing the location of a WSDL contract.
 
- 
- 
- 
Method Detail- 
getContractLocationURI getContractLocation(QName qname) Resolves 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
 
 
- 
 
-