|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingKey | |
---|---|
org.apache.ws.scout.uddi | |
org.apache.ws.scout.uddi.impl |
Uses of BindingKey in org.apache.ws.scout.uddi |
---|
Methods in org.apache.ws.scout.uddi that return BindingKey | |
---|---|
BindingKey |
GetBindingDetail.addNewBindingKey()
Appends and returns a new empty value (as xml) as the last "bindingKey" element |
BindingKey |
DeleteBinding.addNewBindingKey()
Appends and returns a new empty value (as xml) as the last "bindingKey" element |
BindingKey |
GetBindingDetail.insertNewBindingKey(int i)
Inserts and returns a new empty value (as xml) as the ith "bindingKey" element |
BindingKey |
DeleteBinding.insertNewBindingKey(int i)
Inserts and returns a new empty value (as xml) as the ith "bindingKey" element |
static BindingKey |
BindingKey.Factory.newInstance()
|
static BindingKey |
BindingKey.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static BindingKey |
BindingKey.Factory.newValue(Object obj)
|
static BindingKey |
BindingKey.Factory.parse(File file)
|
static BindingKey |
BindingKey.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static BindingKey |
BindingKey.Factory.parse(InputStream is)
|
static BindingKey |
BindingKey.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static BindingKey |
BindingKey.Factory.parse(Node node)
|
static BindingKey |
BindingKey.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static BindingKey |
BindingKey.Factory.parse(Reader r)
|
static BindingKey |
BindingKey.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static BindingKey |
BindingKey.Factory.parse(String xmlAsString)
|
static BindingKey |
BindingKey.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static BindingKey |
BindingKey.Factory.parse(URL u)
|
static BindingKey |
BindingKey.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static BindingKey |
BindingKey.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static BindingKey |
BindingKey.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static BindingKey |
BindingKey.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static BindingKey |
BindingKey.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
BindingKey |
BindingKeyDocument.xgetBindingKey()
Gets (as xml) the "bindingKey" element |
BindingKey |
HostingRedirector.xgetBindingKey()
Gets (as xml) the "bindingKey" attribute |
BindingKey |
BindingTemplate.xgetBindingKey()
Gets (as xml) the "bindingKey" attribute |
BindingKey[] |
GetBindingDetail.xgetBindingKeyArray()
Gets (as xml) array of all "bindingKey" elements |
BindingKey[] |
DeleteBinding.xgetBindingKeyArray()
Gets (as xml) array of all "bindingKey" elements |
BindingKey |
GetBindingDetail.xgetBindingKeyArray(int i)
Gets (as xml) ith "bindingKey" element |
BindingKey |
DeleteBinding.xgetBindingKeyArray(int i)
Gets (as xml) ith "bindingKey" element |
Methods in org.apache.ws.scout.uddi with parameters of type BindingKey | |
---|---|
void |
BindingKeyDocument.xsetBindingKey(BindingKey bindingKey)
Sets (as xml) the "bindingKey" element |
void |
HostingRedirector.xsetBindingKey(BindingKey bindingKey)
Sets (as xml) the "bindingKey" attribute |
void |
BindingTemplate.xsetBindingKey(BindingKey bindingKey)
Sets (as xml) the "bindingKey" attribute |
void |
GetBindingDetail.xsetBindingKeyArray(BindingKey[] bindingKeyArray)
Sets (as xml) array of all "bindingKey" element |
void |
DeleteBinding.xsetBindingKeyArray(BindingKey[] bindingKeyArray)
Sets (as xml) array of all "bindingKey" element |
void |
GetBindingDetail.xsetBindingKeyArray(int i,
BindingKey bindingKey)
Sets (as xml) ith "bindingKey" element |
void |
DeleteBinding.xsetBindingKeyArray(int i,
BindingKey bindingKey)
Sets (as xml) ith "bindingKey" element |
Uses of BindingKey in org.apache.ws.scout.uddi.impl |
---|
Classes in org.apache.ws.scout.uddi.impl that implement BindingKey | |
---|---|
class |
BindingKeyImpl
An XML bindingKey(@urn:uddi-org:api_v2). |
Methods in org.apache.ws.scout.uddi.impl that return BindingKey | |
---|---|
BindingKey |
DeleteBindingImpl.addNewBindingKey()
Appends and returns a new empty value (as xml) as the last "bindingKey" element |
BindingKey |
GetBindingDetailImpl.addNewBindingKey()
Appends and returns a new empty value (as xml) as the last "bindingKey" element |
BindingKey |
DeleteBindingImpl.insertNewBindingKey(int i)
Inserts and returns a new empty value (as xml) as the ith "bindingKey" element |
BindingKey |
GetBindingDetailImpl.insertNewBindingKey(int i)
Inserts and returns a new empty value (as xml) as the ith "bindingKey" element |
BindingKey |
BindingTemplateImpl.xgetBindingKey()
Gets (as xml) the "bindingKey" attribute |
BindingKey |
HostingRedirectorImpl.xgetBindingKey()
Gets (as xml) the "bindingKey" attribute |
BindingKey |
BindingKeyDocumentImpl.xgetBindingKey()
Gets (as xml) the "bindingKey" element |
BindingKey[] |
DeleteBindingImpl.xgetBindingKeyArray()
Gets (as xml) array of all "bindingKey" elements |
BindingKey[] |
GetBindingDetailImpl.xgetBindingKeyArray()
Gets (as xml) array of all "bindingKey" elements |
BindingKey |
DeleteBindingImpl.xgetBindingKeyArray(int i)
Gets (as xml) ith "bindingKey" element |
BindingKey |
GetBindingDetailImpl.xgetBindingKeyArray(int i)
Gets (as xml) ith "bindingKey" element |
Methods in org.apache.ws.scout.uddi.impl with parameters of type BindingKey | |
---|---|
void |
BindingTemplateImpl.xsetBindingKey(BindingKey bindingKey)
Sets (as xml) the "bindingKey" attribute |
void |
HostingRedirectorImpl.xsetBindingKey(BindingKey bindingKey)
Sets (as xml) the "bindingKey" attribute |
void |
BindingKeyDocumentImpl.xsetBindingKey(BindingKey bindingKey)
Sets (as xml) the "bindingKey" element |
void |
DeleteBindingImpl.xsetBindingKeyArray(BindingKey[] bindingKeyArray)
Sets (as xml) array of all "bindingKey" element |
void |
GetBindingDetailImpl.xsetBindingKeyArray(BindingKey[] bindingKeyArray)
Sets (as xml) array of all "bindingKey" element |
void |
DeleteBindingImpl.xsetBindingKeyArray(int i,
BindingKey bindingKey)
Sets (as xml) ith "bindingKey" element |
void |
GetBindingDetailImpl.xsetBindingKeyArray(int i,
BindingKey bindingKey)
Sets (as xml) ith "bindingKey" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |