|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.bind.SchemaOutputResolver
com.sun.xml.ws.wsdl.writer.WSDLGenerator.JAXWSOutputSchemaResolver
protected class WSDLGenerator.JAXWSOutputSchemaResolver
Implements the SchemaOutputResolver used by JAXB to
Constructor Summary | |
---|---|
protected |
WSDLGenerator.JAXWSOutputSchemaResolver()
|
Method Summary | |
---|---|
javax.xml.transform.Result |
createOutput(java.lang.String namespaceUri,
java.lang.String suggestedFileName)
Creates the Result object used by JAXB to generate a schema for the
namesapceUri namespace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected WSDLGenerator.JAXWSOutputSchemaResolver()
Method Detail |
---|
public javax.xml.transform.Result createOutput(java.lang.String namespaceUri, java.lang.String suggestedFileName) throws java.io.IOException
Result
object used by JAXB to generate a schema for the
namesapceUri namespace.
createOutput
in class javax.xml.bind.SchemaOutputResolver
namespaceUri
- The namespace for the schema being generatedsuggestedFileName
- the JAXB suggested file name for the schema file
Result
for JAXB to generate the schema into
java.io.IOException
- thrown if on IO error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |