Uses of Interface
org.apache.ws.scout.uddi.ServiceKey

Packages that use ServiceKey
org.apache.ws.scout.uddi   
org.apache.ws.scout.uddi.impl   
 

Uses of ServiceKey in org.apache.ws.scout.uddi
 

Methods in org.apache.ws.scout.uddi that return ServiceKey
 ServiceKey DeleteService.addNewServiceKey()
          Appends and returns a new empty value (as xml) as the last "serviceKey" element
 ServiceKey GetServiceDetail.addNewServiceKey()
          Appends and returns a new empty value (as xml) as the last "serviceKey" element
 ServiceKey DeleteService.insertNewServiceKey(int i)
          Inserts and returns a new empty value (as xml) as the ith "serviceKey" element
 ServiceKey GetServiceDetail.insertNewServiceKey(int i)
          Inserts and returns a new empty value (as xml) as the ith "serviceKey" element
static ServiceKey ServiceKey.Factory.newInstance()
           
static ServiceKey ServiceKey.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ServiceKey ServiceKey.Factory.newValue(Object obj)
           
static ServiceKey ServiceKey.Factory.parse(File file)
           
static ServiceKey ServiceKey.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ServiceKey ServiceKey.Factory.parse(InputStream is)
           
static ServiceKey ServiceKey.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ServiceKey ServiceKey.Factory.parse(Node node)
           
static ServiceKey ServiceKey.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ServiceKey ServiceKey.Factory.parse(Reader r)
           
static ServiceKey ServiceKey.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ServiceKey ServiceKey.Factory.parse(String xmlAsString)
           
static ServiceKey ServiceKey.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ServiceKey ServiceKey.Factory.parse(URL u)
           
static ServiceKey ServiceKey.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ServiceKey ServiceKey.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ServiceKey ServiceKey.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ServiceKey ServiceKey.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ServiceKey ServiceKey.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 ServiceKey ServiceInfo.xgetServiceKey()
          Gets (as xml) the "serviceKey" attribute
 ServiceKey FindBinding.xgetServiceKey()
          Gets (as xml) the "serviceKey" attribute
 ServiceKey BusinessService.xgetServiceKey()
          Gets (as xml) the "serviceKey" attribute
 ServiceKey ServiceKeyDocument.xgetServiceKey()
          Gets (as xml) the "serviceKey" element
 ServiceKey BindingTemplate.xgetServiceKey()
          Gets (as xml) the "serviceKey" attribute
 ServiceKey[] DeleteService.xgetServiceKeyArray()
          Gets (as xml) array of all "serviceKey" elements
 ServiceKey[] GetServiceDetail.xgetServiceKeyArray()
          Gets (as xml) array of all "serviceKey" elements
 ServiceKey DeleteService.xgetServiceKeyArray(int i)
          Gets (as xml) ith "serviceKey" element
 ServiceKey GetServiceDetail.xgetServiceKeyArray(int i)
          Gets (as xml) ith "serviceKey" element
 

Methods in org.apache.ws.scout.uddi with parameters of type ServiceKey
 void ServiceInfo.xsetServiceKey(ServiceKey serviceKey)
          Sets (as xml) the "serviceKey" attribute
 void FindBinding.xsetServiceKey(ServiceKey serviceKey)
          Sets (as xml) the "serviceKey" attribute
 void BusinessService.xsetServiceKey(ServiceKey serviceKey)
          Sets (as xml) the "serviceKey" attribute
 void ServiceKeyDocument.xsetServiceKey(ServiceKey serviceKey)
          Sets (as xml) the "serviceKey" element
 void BindingTemplate.xsetServiceKey(ServiceKey serviceKey)
          Sets (as xml) the "serviceKey" attribute
 void DeleteService.xsetServiceKeyArray(int i, ServiceKey serviceKey)
          Sets (as xml) ith "serviceKey" element
 void GetServiceDetail.xsetServiceKeyArray(int i, ServiceKey serviceKey)
          Sets (as xml) ith "serviceKey" element
 void DeleteService.xsetServiceKeyArray(ServiceKey[] serviceKeyArray)
          Sets (as xml) array of all "serviceKey" element
 void GetServiceDetail.xsetServiceKeyArray(ServiceKey[] serviceKeyArray)
          Sets (as xml) array of all "serviceKey" element
 

Uses of ServiceKey in org.apache.ws.scout.uddi.impl
 

Classes in org.apache.ws.scout.uddi.impl that implement ServiceKey
 class ServiceKeyImpl
          An XML serviceKey(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return ServiceKey
 ServiceKey DeleteServiceImpl.addNewServiceKey()
          Appends and returns a new empty value (as xml) as the last "serviceKey" element
 ServiceKey GetServiceDetailImpl.addNewServiceKey()
          Appends and returns a new empty value (as xml) as the last "serviceKey" element
 ServiceKey DeleteServiceImpl.insertNewServiceKey(int i)
          Inserts and returns a new empty value (as xml) as the ith "serviceKey" element
 ServiceKey GetServiceDetailImpl.insertNewServiceKey(int i)
          Inserts and returns a new empty value (as xml) as the ith "serviceKey" element
 ServiceKey ServiceInfoImpl.xgetServiceKey()
          Gets (as xml) the "serviceKey" attribute
 ServiceKey BindingTemplateImpl.xgetServiceKey()
          Gets (as xml) the "serviceKey" attribute
 ServiceKey FindBindingImpl.xgetServiceKey()
          Gets (as xml) the "serviceKey" attribute
 ServiceKey ServiceKeyDocumentImpl.xgetServiceKey()
          Gets (as xml) the "serviceKey" element
 ServiceKey BusinessServiceImpl.xgetServiceKey()
          Gets (as xml) the "serviceKey" attribute
 ServiceKey[] DeleteServiceImpl.xgetServiceKeyArray()
          Gets (as xml) array of all "serviceKey" elements
 ServiceKey[] GetServiceDetailImpl.xgetServiceKeyArray()
          Gets (as xml) array of all "serviceKey" elements
 ServiceKey DeleteServiceImpl.xgetServiceKeyArray(int i)
          Gets (as xml) ith "serviceKey" element
 ServiceKey GetServiceDetailImpl.xgetServiceKeyArray(int i)
          Gets (as xml) ith "serviceKey" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type ServiceKey
 void ServiceInfoImpl.xsetServiceKey(ServiceKey serviceKey)
          Sets (as xml) the "serviceKey" attribute
 void BindingTemplateImpl.xsetServiceKey(ServiceKey serviceKey)
          Sets (as xml) the "serviceKey" attribute
 void FindBindingImpl.xsetServiceKey(ServiceKey serviceKey)
          Sets (as xml) the "serviceKey" attribute
 void ServiceKeyDocumentImpl.xsetServiceKey(ServiceKey serviceKey)
          Sets (as xml) the "serviceKey" element
 void BusinessServiceImpl.xsetServiceKey(ServiceKey serviceKey)
          Sets (as xml) the "serviceKey" attribute
 void DeleteServiceImpl.xsetServiceKeyArray(int i, ServiceKey serviceKey)
          Sets (as xml) ith "serviceKey" element
 void GetServiceDetailImpl.xsetServiceKeyArray(int i, ServiceKey serviceKey)
          Sets (as xml) ith "serviceKey" element
 void DeleteServiceImpl.xsetServiceKeyArray(ServiceKey[] serviceKeyArray)
          Sets (as xml) array of all "serviceKey" element
 void GetServiceDetailImpl.xsetServiceKeyArray(ServiceKey[] serviceKeyArray)
          Sets (as xml) array of all "serviceKey" element
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.