public interface ServiceContractResolver
ServiceContractResolver
resolves a service's QName to the URI
of the service's WSDL contract.Modifier and Type | Method and Description |
---|---|
URI |
getContractLocation(QName qname)
Resolves a service's QName to a URI representing the location of a WSDL
contract.
|
URI getContractLocation(QName qname)
ServiceContractResolverRegistry
with which the contract
resolver is registered.qname
- the QName being mapped to a URIApache CXF