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

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

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

Methods in org.apache.ws.scout.uddi that return AccessPoint
 AccessPoint AccessPointDocument.addNewAccessPoint()
          Appends and returns a new empty "accessPoint" element
 AccessPoint BindingTemplate.addNewAccessPoint()
          Appends and returns a new empty "accessPoint" element
 AccessPoint AccessPointDocument.getAccessPoint()
          Gets the "accessPoint" element
 AccessPoint BindingTemplate.getAccessPoint()
          Gets the "accessPoint" element
static AccessPoint AccessPoint.Factory.newInstance()
           
static AccessPoint AccessPoint.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static AccessPoint AccessPoint.Factory.parse(File file)
           
static AccessPoint AccessPoint.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static AccessPoint AccessPoint.Factory.parse(InputStream is)
           
static AccessPoint AccessPoint.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static AccessPoint AccessPoint.Factory.parse(Node node)
           
static AccessPoint AccessPoint.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static AccessPoint AccessPoint.Factory.parse(Reader r)
           
static AccessPoint AccessPoint.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static AccessPoint AccessPoint.Factory.parse(String xmlAsString)
           
static AccessPoint AccessPoint.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static AccessPoint AccessPoint.Factory.parse(URL u)
           
static AccessPoint AccessPoint.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static AccessPoint AccessPoint.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static AccessPoint AccessPoint.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static AccessPoint AccessPoint.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static AccessPoint AccessPoint.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.ws.scout.uddi with parameters of type AccessPoint
 void AccessPointDocument.setAccessPoint(AccessPoint accessPoint)
          Sets the "accessPoint" element
 void BindingTemplate.setAccessPoint(AccessPoint accessPoint)
          Sets the "accessPoint" element
 

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

Classes in org.apache.ws.scout.uddi.impl that implement AccessPoint
 class AccessPointImpl
          An XML accessPoint(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return AccessPoint
 AccessPoint BindingTemplateImpl.addNewAccessPoint()
          Appends and returns a new empty "accessPoint" element
 AccessPoint AccessPointDocumentImpl.addNewAccessPoint()
          Appends and returns a new empty "accessPoint" element
 AccessPoint BindingTemplateImpl.getAccessPoint()
          Gets the "accessPoint" element
 AccessPoint AccessPointDocumentImpl.getAccessPoint()
          Gets the "accessPoint" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type AccessPoint
 void BindingTemplateImpl.setAccessPoint(AccessPoint accessPoint)
          Sets the "accessPoint" element
 void AccessPointDocumentImpl.setAccessPoint(AccessPoint accessPoint)
          Sets the "accessPoint" element
 



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