Class WSDLGenerator
java.lang.Object
org.eclipse.persistence.tools.dbws.WSDLGenerator
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
protected boolean
protected String
protected NamingConventionTransformer
static final String
static final String
protected OutputStream
static final String
static final String
static final String
protected String
protected String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
protected String
protected XRServiceModel
-
Constructor Summary
ConstructorDescriptionWSDLGenerator
(XRServiceModel xrServiceModel, NamingConventionTransformer nct, String wsdlLocationURI, boolean hasAttachments, String importedSchemaNameSpace, OutputStream os) -
Method Summary
Modifier and TypeMethodDescriptionjavax.wsdl.Definition
javax.wsdl.Definition
generateWSDL
(boolean useSOAP12) Return the name of the service.Return the namespace of the service.
-
Field Details
-
BINDING_SUFFIX
- See Also:
-
EMPTY_RESPONSE
- See Also:
-
EXCEPTION_SUFFIX
- See Also:
-
FAULT_SUFFIX
- See Also:
-
NS_SCHEMA_PREFIX
- See Also:
-
NS_TNS_PREFIX
- See Also:
-
SOAP_11_NAMESPACE_URI
- See Also:
-
SOAP_11_NAMESPACE_PREFIX
- See Also:
-
SOAP_12_NAMESPACE_URI
- See Also:
-
SOAP_12_NAMESPACE_PREFIX
- See Also:
-
PORT_SUFFIX
- See Also:
-
REQUEST_SUFFIX
- See Also:
-
RESPONSE_SUFFIX
- See Also:
-
SOAP_STYLE
- See Also:
-
SOAP_HTTP_TRANSPORT
- See Also:
-
SOAP_USE
- See Also:
-
TAG_SCHEMA
- See Also:
-
TAG_SOAP_ADDRESS
- See Also:
-
TAG_SOAP_BINDING
- See Also:
-
TAG_SOAP_BODY
- See Also:
-
TAG_SOAP_FAULT
- See Also:
-
TAG_SOAP_OPERATION
- See Also:
-
TYPE_SUFFIX
- See Also:
-
xrServiceModel
-
nct
-
serviceName
-
serviceNameSpace
-
importedSchemaNameSpace
-
wsdlLocationURI
-
hasAttachments
protected boolean hasAttachments -
os
-
-
Constructor Details
-
WSDLGenerator
public WSDLGenerator(XRServiceModel xrServiceModel, NamingConventionTransformer nct, String wsdlLocationURI, boolean hasAttachments, String importedSchemaNameSpace, OutputStream os)
-
-
Method Details
-
generateWSDL
public javax.wsdl.Definition generateWSDL() throws javax.wsdl.WSDLException- Throws:
javax.wsdl.WSDLException
-
generateWSDL
public javax.wsdl.Definition generateWSDL(boolean useSOAP12) throws javax.wsdl.WSDLException - Throws:
javax.wsdl.WSDLException
-
getServiceName
Return the name of the service. -
getServiceNameSpace
Return the namespace of the service.
-