com.sun.xml.ws.api.wsdl.parser
Class ServiceDescriptor

java.lang.Object
  extended by com.sun.xml.ws.api.wsdl.parser.ServiceDescriptor

public abstract class ServiceDescriptor
extends java.lang.Object

Abstraction over WSDL and Schema metadata


Constructor Summary
ServiceDescriptor()
           
 
Method Summary
abstract  java.util.List<? extends javax.xml.transform.Source> getSchemas()
          Gives list of schemas.
abstract  java.util.List<? extends javax.xml.transform.Source> getWSDLs()
          Gives list of wsdls
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDescriptor

public ServiceDescriptor()
Method Detail

getWSDLs

@NotNull
public abstract java.util.List<? extends javax.xml.transform.Source> getWSDLs()
Gives list of wsdls

Returns:
List of WSDL documents as Source. Source.getSystemId() must be Non-null

getSchemas

@NotNull
public abstract java.util.List<? extends javax.xml.transform.Source> getSchemas()
Gives list of schemas.

Returns:
List of XML schema documents as Source. Source.getSystemId() must be Non-null.


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.