Package | Description |
---|---|
com.oracle.webservices.api.databinding | |
com.sun.xml.ws.api.databinding | |
com.sun.xml.ws.db | |
com.sun.xml.ws.wsdl.writer |
Modifier and Type | Method and Description |
---|---|
void |
WSDLGenerator.generate(WSDLResolver wsdlResolver)
Generates the WSDL using the wsdlResolver to output the generated
documents.
|
Modifier and Type | Method and Description |
---|---|
WSDLResolver |
WSDLGenInfo.getWsdlResolver() |
Modifier and Type | Method and Description |
---|---|
void |
WSDLGenInfo.setWsdlResolver(WSDLResolver wsdlResolver) |
Modifier and Type | Method and Description |
---|---|
void |
DatabindingProviderImpl.JaxwsWsdlGen.generate(WSDLResolver wsdlResolver) |
Modifier and Type | Interface and Description |
---|---|
interface |
WSDLResolver
Deprecated.
Use com.oracle.webservices.api.databinding.WSDLResolver directly
|
Constructor and Description |
---|
WSDLGenerator(AbstractSEIModelImpl model,
WSDLResolver wsdlResolver,
WSBinding binding,
Container container,
Class implType,
boolean inlineSchemas,
boolean disableXmlSecurity,
WSDLGeneratorExtension... extensions)
Creates the WSDLGenerator
|
WSDLGenerator(AbstractSEIModelImpl model,
WSDLResolver wsdlResolver,
WSBinding binding,
Container container,
Class implType,
boolean inlineSchemas,
WSDLGeneratorExtension... extensions)
Creates the WSDLGenerator
|
Copyright © 2015 Oracle Corporation. All rights reserved.