|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.api.wsdl.parser.MetaDataResolver
public abstract class MetaDataResolver
Resolves metadata such as WSDL/schema. This serves as extensibile plugin point which a wsdl parser can use to get the metadata from an endpoint.
| Constructor Summary | |
|---|---|
MetaDataResolver()
|
|
| Method Summary | |
|---|---|
abstract ServiceDescriptor |
resolve(java.net.URI location)
Gives ServiceDescriptor resolved from the given location. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MetaDataResolver()
| Method Detail |
|---|
@Nullable
public abstract ServiceDescriptor resolve(@NotNull
java.net.URI location)
ServiceDescriptor resolved from the given location.
TODO: Does this method need to propogate errors?
location - metadata location
ServiceDescriptor resolved from the location. It may be null in the cases when MetadataResolver
can get the metada associated with the metadata loction.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||