|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectResourceImpl
org.eclipse.wst.wsdl.util.WSDLResourceImpl
public class WSDLResourceImpl
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.
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
WSDLResourceFactoryImpl
Field Summary | |
---|---|
static java.lang.String |
CONTINUE_ON_LOAD_ERROR
|
static java.lang.String |
TRACK_LOCATION
Add this option with a value of Boolean.TRUE to the options map when loading a resource to instruct the loader to track source code location for each node in the source document. |
static java.lang.String |
USE_EXTENSION_FACTORIES
|
static java.lang.String |
WSDL_ENCODING
|
static java.lang.String |
WSDL_JAXP_CONFIG
This option can be used as an option on Resource#load methods to specify JAXP configuration that creates and configures SAX, DOM parsers and Transformer. |
static java.lang.String |
WSDL_JAXP_POOL
This option can be used as an option on Resource#load methods to specify JAXP pool to be used for loading and serializing XML Schemas. |
static java.lang.String |
WSDL_PROGRESS_MONITOR
|
Constructor Summary | |
---|---|
WSDLResourceImpl(URI uri)
Creates an instance of the resource |
Method Summary | |
---|---|
void |
attached(EObject eObject)
|
java.util.Map |
getDefaultSaveOptions()
|
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 |
---|
public static final java.lang.String USE_EXTENSION_FACTORIES
public static final java.lang.String CONTINUE_ON_LOAD_ERROR
public static final java.lang.String WSDL_ENCODING
public static final java.lang.String WSDL_PROGRESS_MONITOR
public static final java.lang.String TRACK_LOCATION
WSDLParser.getUserData(org.w3c.dom.Node)
,
WSDLParser.getStartColumn(org.w3c.dom.Node)
,
WSDLParser.getEndColumn(org.w3c.dom.Node)
,
WSDLParser.getStartLine(org.w3c.dom.Node)
,
WSDLParser.getEndLine(org.w3c.dom.Node)
,
Constant Field Valuespublic static final java.lang.String WSDL_JAXP_POOL
Resource#load(InputStream, Map)
,
Resource#load(Map)
,
Constant Field Valuespublic static final java.lang.String WSDL_JAXP_CONFIG
Resource#load(InputStream, Map)
,
Resource#load(Map)
,
Constant Field ValuesConstructor Detail |
---|
public WSDLResourceImpl(URI uri)
uri
- the URI of the new resource.Method Detail |
---|
public Definition getDefinition()
public static void serialize(java.io.OutputStream outputStream, org.w3c.dom.Document document)
public static void serialize(java.io.OutputStream outputStream, org.w3c.dom.Document document, java.lang.String encoding)
public static void serialize(java.io.OutputStream outputStream, org.w3c.dom.Element element)
public static void serialize(java.io.OutputStream outputStream, org.w3c.dom.Element element, java.lang.String encoding)
public void attached(EObject eObject)
public java.util.Map getDefaultSaveOptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |