org.eclipse.wst.wsdl.util
Class WSDLResourceImpl

java.lang.Object
  extended byResourceImpl
      extended byorg.eclipse.wst.wsdl.util.WSDLResourceImpl

public class WSDLResourceImpl
extends ResourceImpl

The Resource implementation for the model. This specialized resource implementation supports it's own way of making keys and hrefs, and it's own serialization. This class is not intended for subclassing outside of the model implementation; it is intended to be used as is with the Resource framework.

See Also:
WSDLResourceFactoryImpl, Serialized Form

Field Summary
static java.lang.String CONTINUE_ON_LOAD_ERROR
           
static java.lang.String USE_EXTENSION_FACTORIES
           
static java.lang.String WSDL_ENCODING
           
 
Constructor Summary
WSDLResourceImpl(URI uri)
          Creates an instance of the resource.
 
Method Summary
 void attached(EObject eObject)
           
 Definition getDefinition()
          Returns the resource's Definition.
static void serialize(java.io.OutputStream outputStream, org.w3c.dom.Document document)
           
static void serialize(java.io.OutputStream outputStream, org.w3c.dom.Document document, java.lang.String encoding)
           
static void serialize(java.io.OutputStream outputStream, org.w3c.dom.Element element)
           
static void serialize(java.io.OutputStream outputStream, org.w3c.dom.Element element, java.lang.String encoding)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USE_EXTENSION_FACTORIES

public static java.lang.String USE_EXTENSION_FACTORIES

CONTINUE_ON_LOAD_ERROR

public static java.lang.String CONTINUE_ON_LOAD_ERROR

WSDL_ENCODING

public static java.lang.String WSDL_ENCODING
Constructor Detail

WSDLResourceImpl

public WSDLResourceImpl(URI uri)
Creates an instance of the resource.

Parameters:
uri - the URI of the new resource.
Method Detail

getDefinition

public Definition getDefinition()
Returns the resource's Definition.


serialize

public static void serialize(java.io.OutputStream outputStream,
                             org.w3c.dom.Document document)

serialize

public static void serialize(java.io.OutputStream outputStream,
                             org.w3c.dom.Document document,
                             java.lang.String encoding)

serialize

public static void serialize(java.io.OutputStream outputStream,
                             org.w3c.dom.Element element)

serialize

public static void serialize(java.io.OutputStream outputStream,
                             org.w3c.dom.Element element,
                             java.lang.String encoding)

attached

public void attached(EObject eObject)