Package | Description |
---|---|
org.jboss.jbosswsTools | |
org.jboss.jbosswsTools.impl |
Modifier and Type | Method and Description |
---|---|
MappingType |
WsdlToJavaType.addNewMapping()
Appends and returns a new empty "mapping" element
|
MappingType |
JavaToWsdlType.addNewMapping()
Appends and returns a new empty "mapping" element
|
MappingType |
WsdlToJavaType.getMapping()
Gets the "mapping" element
|
MappingType |
JavaToWsdlType.getMapping()
Gets the "mapping" element
|
static MappingType |
MappingType.Factory.newInstance() |
static MappingType |
MappingType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static MappingType |
MappingType.Factory.parse(File file) |
static MappingType |
MappingType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static MappingType |
MappingType.Factory.parse(InputStream is) |
static MappingType |
MappingType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static MappingType |
MappingType.Factory.parse(Node node) |
static MappingType |
MappingType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static MappingType |
MappingType.Factory.parse(Reader r) |
static MappingType |
MappingType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static MappingType |
MappingType.Factory.parse(String xmlAsString) |
static MappingType |
MappingType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static MappingType |
MappingType.Factory.parse(URL u) |
static MappingType |
MappingType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static MappingType |
MappingType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static MappingType |
MappingType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static MappingType |
MappingType.Factory.parse(XMLStreamReader sr) |
static MappingType |
MappingType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
WsdlToJavaType.setMapping(MappingType mapping)
Sets the "mapping" element
|
void |
JavaToWsdlType.setMapping(MappingType mapping)
Sets the "mapping" element
|
Modifier and Type | Class and Description |
---|---|
class |
MappingTypeImpl
An XML mappingType(@http://www.jboss.org/jbossws-tools).
|
Modifier and Type | Method and Description |
---|---|
MappingType |
WsdlToJavaTypeImpl.addNewMapping()
Appends and returns a new empty "mapping" element
|
MappingType |
JavaToWsdlTypeImpl.addNewMapping()
Appends and returns a new empty "mapping" element
|
MappingType |
WsdlToJavaTypeImpl.getMapping()
Gets the "mapping" element
|
MappingType |
JavaToWsdlTypeImpl.getMapping()
Gets the "mapping" element
|
Modifier and Type | Method and Description |
---|---|
void |
WsdlToJavaTypeImpl.setMapping(MappingType mapping)
Sets the "mapping" element
|
void |
JavaToWsdlTypeImpl.setMapping(MappingType mapping)
Sets the "mapping" element
|
Copyright © 2019. All Rights Reserved.