Package | Description |
---|---|
org.jboss.ws.metadata.umdm | |
org.jboss.ws.metadata.wsdl | |
org.jboss.ws.metadata.wsdl.xsd | |
org.jboss.ws.tools.wsdl |
Modifier and Type | Method and Description |
---|---|
WSDLDefinitions |
UnifiedMetaData.getWsdlDefinition(String wsdlFile) |
WSDLDefinitions |
ServiceMetaData.getWsdlDefinitions()
Get the wsdl definition that corresponds to the wsdl-file element.
|
Modifier and Type | Method and Description |
---|---|
void |
UnifiedMetaData.addWsdlDefinition(String wsdlFile,
WSDLDefinitions wsdlDefinitions) |
Modifier and Type | Method and Description |
---|---|
WSDLDefinitions |
WSDLImport.getWsdlDefinitions() |
WSDLDefinitions |
WSDLService.getWsdlDefinitions() |
WSDLDefinitions |
WSDLTypes.getWsdlDefinitions() |
WSDLDefinitions |
WSDLInclude.getWsdlDefinitions() |
WSDLDefinitions |
WSDLInterface.getWsdlDefinitions() |
WSDLDefinitions |
WSDLBinding.getWsdlDefinitions() |
Modifier and Type | Method and Description |
---|---|
String |
WSDLUtils.getWSDLStyle(WSDLDefinitions wsdl)
Given WSDLDefinitions, detect the wsdl style
|
Constructor and Description |
---|
WSDLBinding(WSDLDefinitions wsdlDefinitions,
QName name) |
WSDLImport(WSDLDefinitions wsdlDefinitions) |
WSDLInclude(WSDLDefinitions wsdlDefinitions) |
WSDLInterface(WSDLDefinitions wsdlDefinitions,
QName name)
Construct a WSDL interface for a given WSDL definition
|
WSDLService(WSDLDefinitions wsdlDefinitions,
QName name) |
Modifier and Type | Field and Description |
---|---|
protected WSDLDefinitions |
XSDWriter.wsdl |
Modifier and Type | Method and Description |
---|---|
void |
XSDWriter.writeXSD(Writer writer,
org.apache.xerces.xs.XSModel xsmodel,
WSDLDefinitions wsdl) |
Modifier and Type | Field and Description |
---|---|
protected WSDLDefinitions |
WSDLWriter.wsdl |
Modifier and Type | Method and Description |
---|---|
WSDLDefinitions |
WSDLWriter.getWsdl() |
WSDLDefinitions |
WSDLDefinitionsFactory.parse(URL wsdlLocation)
Read the wsdl document from the given URL
|
WSDLDefinitions |
WSDL11Reader.processDefinition(javax.wsdl.Definition srcWsdl,
URL wsdlLoc)
Takes a WSDL11 Definition element and converts into
our object graph that has been developed for WSDL20
|
Modifier and Type | Method and Description |
---|---|
void |
WSDLWriter.setWsdl(WSDLDefinitions wsdl) |
Constructor and Description |
---|
WSDL11Writer(WSDLDefinitions wsdl)
Use WSDLDefinitions.writeWSDL instead.
|
WSDLWriter(WSDLDefinitions wsdl) |
Copyright © 2013 JBoss, by Red Hat. All Rights Reserved.