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