|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReferenceParametersType | |
---|---|
org.w3.x2005.x08.addressing | |
org.w3.x2005.x08.addressing.impl |
Uses of ReferenceParametersType in org.w3.x2005.x08.addressing |
---|
Methods in org.w3.x2005.x08.addressing that return ReferenceParametersType | |
---|---|
ReferenceParametersType |
EndpointReferenceType.addNewReferenceParameters()
Appends and returns a new empty "ReferenceParameters" element |
ReferenceParametersType |
EndpointReferenceType.getReferenceParameters()
Gets the "ReferenceParameters" element |
static ReferenceParametersType |
ReferenceParametersType.Factory.newInstance()
|
static ReferenceParametersType |
ReferenceParametersType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ReferenceParametersType |
ReferenceParametersType.Factory.parse(File file)
|
static ReferenceParametersType |
ReferenceParametersType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static ReferenceParametersType |
ReferenceParametersType.Factory.parse(InputStream is)
|
static ReferenceParametersType |
ReferenceParametersType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ReferenceParametersType |
ReferenceParametersType.Factory.parse(Node node)
|
static ReferenceParametersType |
ReferenceParametersType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ReferenceParametersType |
ReferenceParametersType.Factory.parse(Reader r)
|
static ReferenceParametersType |
ReferenceParametersType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ReferenceParametersType |
ReferenceParametersType.Factory.parse(String xmlAsString)
|
static ReferenceParametersType |
ReferenceParametersType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static ReferenceParametersType |
ReferenceParametersType.Factory.parse(URL u)
|
static ReferenceParametersType |
ReferenceParametersType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ReferenceParametersType |
ReferenceParametersType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static ReferenceParametersType |
ReferenceParametersType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static ReferenceParametersType |
ReferenceParametersType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static ReferenceParametersType |
ReferenceParametersType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.w3.x2005.x08.addressing with parameters of type ReferenceParametersType | |
---|---|
void |
EndpointReferenceType.setReferenceParameters(ReferenceParametersType referenceParameters)
Sets the "ReferenceParameters" element |
Uses of ReferenceParametersType in org.w3.x2005.x08.addressing.impl |
---|
Classes in org.w3.x2005.x08.addressing.impl that implement ReferenceParametersType | |
---|---|
class |
ReferenceParametersTypeImpl
An XML ReferenceParametersType(@http://www.w3.org/2005/08/addressing). |
Methods in org.w3.x2005.x08.addressing.impl that return ReferenceParametersType | |
---|---|
ReferenceParametersType |
EndpointReferenceTypeImpl.addNewReferenceParameters()
Appends and returns a new empty "ReferenceParameters" element |
ReferenceParametersType |
EndpointReferenceTypeImpl.getReferenceParameters()
Gets the "ReferenceParameters" element |
Methods in org.w3.x2005.x08.addressing.impl with parameters of type ReferenceParametersType | |
---|---|
void |
EndpointReferenceTypeImpl.setReferenceParameters(ReferenceParametersType referenceParameters)
Sets the "ReferenceParameters" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |