| Package | Description |
|---|---|
| org.w3.ns.wsdl | |
| org.w3.ns.wsdl.impl |
| Modifier and Type | Method and Description |
|---|---|
MessageRefFaultType |
InterfaceOperationType.addNewInfault()
Appends and returns a new empty value (as xml) as the last "infault" element
|
MessageRefFaultType |
InterfaceOperationType.addNewOutfault()
Appends and returns a new empty value (as xml) as the last "outfault" element
|
MessageRefFaultType[] |
InterfaceOperationType.getInfaultArray()
Gets array of all "infault" elements
|
MessageRefFaultType |
InterfaceOperationType.getInfaultArray(int i)
Gets ith "infault" element
|
MessageRefFaultType[] |
InterfaceOperationType.getOutfaultArray()
Gets array of all "outfault" elements
|
MessageRefFaultType |
InterfaceOperationType.getOutfaultArray(int i)
Gets ith "outfault" element
|
MessageRefFaultType |
InterfaceOperationType.insertNewInfault(int i)
Inserts and returns a new empty value (as xml) as the ith "infault" element
|
MessageRefFaultType |
InterfaceOperationType.insertNewOutfault(int i)
Inserts and returns a new empty value (as xml) as the ith "outfault" element
|
static MessageRefFaultType |
MessageRefFaultType.Factory.newInstance() |
static MessageRefFaultType |
MessageRefFaultType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static MessageRefFaultType |
MessageRefFaultType.Factory.parse(File file) |
static MessageRefFaultType |
MessageRefFaultType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static MessageRefFaultType |
MessageRefFaultType.Factory.parse(InputStream is) |
static MessageRefFaultType |
MessageRefFaultType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static MessageRefFaultType |
MessageRefFaultType.Factory.parse(Node node) |
static MessageRefFaultType |
MessageRefFaultType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static MessageRefFaultType |
MessageRefFaultType.Factory.parse(Reader r) |
static MessageRefFaultType |
MessageRefFaultType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static MessageRefFaultType |
MessageRefFaultType.Factory.parse(String xmlAsString) |
static MessageRefFaultType |
MessageRefFaultType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static MessageRefFaultType |
MessageRefFaultType.Factory.parse(URL u) |
static MessageRefFaultType |
MessageRefFaultType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static MessageRefFaultType |
MessageRefFaultType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static MessageRefFaultType |
MessageRefFaultType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static MessageRefFaultType |
MessageRefFaultType.Factory.parse(XMLStreamReader sr) |
static MessageRefFaultType |
MessageRefFaultType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
InterfaceOperationType.setInfaultArray(int i,
MessageRefFaultType infault)
Sets ith "infault" element
|
void |
InterfaceOperationType.setInfaultArray(MessageRefFaultType[] infaultArray)
Sets array of all "infault" element
|
void |
InterfaceOperationType.setOutfaultArray(int i,
MessageRefFaultType outfault)
Sets ith "outfault" element
|
void |
InterfaceOperationType.setOutfaultArray(MessageRefFaultType[] outfaultArray)
Sets array of all "outfault" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageRefFaultTypeImpl
An XML MessageRefFaultType(@http://www.w3.org/ns/wsdl).
|
| Modifier and Type | Method and Description |
|---|---|
MessageRefFaultType |
InterfaceOperationTypeImpl.addNewInfault()
Appends and returns a new empty value (as xml) as the last "infault" element
|
MessageRefFaultType |
InterfaceOperationTypeImpl.addNewOutfault()
Appends and returns a new empty value (as xml) as the last "outfault" element
|
MessageRefFaultType[] |
InterfaceOperationTypeImpl.getInfaultArray()
Gets array of all "infault" elements
|
MessageRefFaultType |
InterfaceOperationTypeImpl.getInfaultArray(int i)
Gets ith "infault" element
|
MessageRefFaultType[] |
InterfaceOperationTypeImpl.getOutfaultArray()
Gets array of all "outfault" elements
|
MessageRefFaultType |
InterfaceOperationTypeImpl.getOutfaultArray(int i)
Gets ith "outfault" element
|
MessageRefFaultType |
InterfaceOperationTypeImpl.insertNewInfault(int i)
Inserts and returns a new empty value (as xml) as the ith "infault" element
|
MessageRefFaultType |
InterfaceOperationTypeImpl.insertNewOutfault(int i)
Inserts and returns a new empty value (as xml) as the ith "outfault" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterfaceOperationTypeImpl.setInfaultArray(int i,
MessageRefFaultType infault)
Sets ith "infault" element
|
void |
InterfaceOperationTypeImpl.setInfaultArray(MessageRefFaultType[] infaultArray)
Sets array of all "infault" element
|
void |
InterfaceOperationTypeImpl.setOutfaultArray(int i,
MessageRefFaultType outfault)
Sets ith "outfault" element
|
void |
InterfaceOperationTypeImpl.setOutfaultArray(MessageRefFaultType[] outfaultArray)
Sets array of all "outfault" element
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.