Uses of Interface
org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType

Packages that use GerServiceRefType
org.apache.geronimo.axis.builder   
org.apache.geronimo.axis2.builder   
org.apache.geronimo.console.configcreator   
org.apache.geronimo.cxf.builder   
org.apache.geronimo.jaxws.builder   
org.apache.geronimo.naming.deployment   
org.apache.geronimo.openejb.xbeans.ejbjar   
org.apache.geronimo.openejb.xbeans.ejbjar.impl   
org.apache.geronimo.web.deployment   
org.apache.geronimo.xbeans.geronimo.client   
org.apache.geronimo.xbeans.geronimo.client.impl   
org.apache.geronimo.xbeans.geronimo.naming   
org.apache.geronimo.xbeans.geronimo.naming.impl   
org.apache.geronimo.xbeans.geronimo.web   
org.apache.geronimo.xbeans.geronimo.web.impl   
org.apache.geronimo.xbeans.geronimo.web.jetty   
org.apache.geronimo.xbeans.geronimo.web.jetty.impl   
org.apache.geronimo.xbeans.geronimo.web.tomcat   
org.apache.geronimo.xbeans.geronimo.web.tomcat.impl   
 

Uses of GerServiceRefType in org.apache.geronimo.axis.builder
 

Methods in org.apache.geronimo.axis.builder with parameters of type GerServiceRefType
 void AxisServiceRefBuilder.buildNaming(org.apache.xmlbeans.XmlObject serviceRef, GerServiceRefType gerServiceRefType, Module module, Map componentContext)
           
 void AxisBuilder.buildSEIFactoryMap(SchemaInfoBuilder schemaInfoBuilder, GerServiceRefType serviceRefType, org.apache.geronimo.xbeans.j2ee.JavaWsdlMappingType mapping, List handlerInfos, QName serviceQName, org.apache.axis.soap.SOAPConstants soapVersion, Map seiPortNameToFactoryMap, Map seiClassNameToFactoryMap, ClassLoader classLoader)
           
 Object AxisBuilder.createService(Class serviceInterface, SchemaInfoBuilder schemaInfoBuilder, org.apache.geronimo.xbeans.j2ee.JavaWsdlMappingType mapping, QName serviceQName, org.apache.axis.soap.SOAPConstants soapVersion, List handlerInfos, GerServiceRefType serviceRefType, Module module, ClassLoader classloader)
           
 

Uses of GerServiceRefType in org.apache.geronimo.axis2.builder
 

Methods in org.apache.geronimo.axis2.builder with parameters of type GerServiceRefType
 Object Axis2ServiceRefBuilder.createService(org.apache.geronimo.xbeans.javaee.ServiceRefType serviceRef, GerServiceRefType gerServiceRef, Module module, ClassLoader cl, Class serviceInterfaceClass, QName serviceQName, URI wsdlURI, Class serviceReferenceType, Map<Class,org.apache.geronimo.xbeans.javaee.PortComponentRefType> portComponentRefMap)
           
 

Uses of GerServiceRefType in org.apache.geronimo.console.configcreator
 

Methods in org.apache.geronimo.console.configcreator that return types with arguments of type GerServiceRefType
 List<GerServiceRefType> AbstractHandler.WARConfigData.getWebServiceRefs()
           
 

Uses of GerServiceRefType in org.apache.geronimo.cxf.builder
 

Methods in org.apache.geronimo.cxf.builder with parameters of type GerServiceRefType
 Object CXFServiceRefBuilder.createService(org.apache.geronimo.xbeans.javaee.ServiceRefType serviceRef, GerServiceRefType gerServiceRef, Module module, ClassLoader cl, Class serviceInterface, QName serviceQName, URI wsdlURI, Class serviceReference, Map<Class,org.apache.geronimo.xbeans.javaee.PortComponentRefType> portComponentRefMap)
           
 

Uses of GerServiceRefType in org.apache.geronimo.jaxws.builder
 

Methods in org.apache.geronimo.jaxws.builder with parameters of type GerServiceRefType
 void JAXWSServiceRefBuilder.buildNaming(org.apache.geronimo.xbeans.javaee.ServiceRefType serviceRef, GerServiceRefType gerServiceRef, Module module, Map componentContext)
           
 void JAXWSServiceRefBuilder.buildNaming(org.apache.xmlbeans.XmlObject serviceRef, GerServiceRefType gerServiceRefType, Module module, Map componentContext)
           
abstract  Object JAXWSServiceRefBuilder.createService(org.apache.geronimo.xbeans.javaee.ServiceRefType serviceRef, GerServiceRefType gerServiceRef, Module module, ClassLoader cl, Class serviceInterfaceClass, QName serviceQName, URI wsdlURI, Class serviceReferenceType, Map<Class,org.apache.geronimo.xbeans.javaee.PortComponentRefType> portComponentRefMap)
           
 

Constructors in org.apache.geronimo.jaxws.builder with parameters of type GerServiceRefType
EndpointInfoBuilder(Class serviceClass, GerServiceRefType serviceRefType, Map<Class,org.apache.geronimo.xbeans.javaee.PortComponentRefType> portComponentRefMap, JarFile moduleFile, URI wsdlURI, QName serviceQName)
           
 

Uses of GerServiceRefType in org.apache.geronimo.naming.deployment
 

Methods in org.apache.geronimo.naming.deployment with parameters of type GerServiceRefType
 void ServiceRefBuilder.buildNaming(org.apache.xmlbeans.XmlObject serviceRef, GerServiceRefType serviceRefType, Module module, Map componentContext)
           
 

Uses of GerServiceRefType in org.apache.geronimo.openejb.xbeans.ejbjar
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar that return GerServiceRefType
 GerServiceRefType OpenejbGeronimoEjbJarType.addNewServiceRef()
          Appends and returns a new empty value (as xml) as the last "service-ref" element
 GerServiceRefType[] OpenejbGeronimoEjbJarType.getServiceRefArray()
          Gets array of all "service-ref" elements
 GerServiceRefType OpenejbGeronimoEjbJarType.getServiceRefArray(int i)
          Gets ith "service-ref" element
 GerServiceRefType OpenejbGeronimoEjbJarType.insertNewServiceRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "service-ref" element
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar with parameters of type GerServiceRefType
 void OpenejbGeronimoEjbJarType.setServiceRefArray(GerServiceRefType[] serviceRefArray)
          Sets array of all "service-ref" element
 void OpenejbGeronimoEjbJarType.setServiceRefArray(int i, GerServiceRefType serviceRef)
          Sets ith "service-ref" element
 

Uses of GerServiceRefType in org.apache.geronimo.openejb.xbeans.ejbjar.impl
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar.impl that return GerServiceRefType
 GerServiceRefType OpenejbGeronimoEjbJarTypeImpl.addNewServiceRef()
          Appends and returns a new empty value (as xml) as the last "service-ref" element
 GerServiceRefType[] OpenejbGeronimoEjbJarTypeImpl.getServiceRefArray()
          Gets array of all "service-ref" elements
 GerServiceRefType OpenejbGeronimoEjbJarTypeImpl.getServiceRefArray(int i)
          Gets ith "service-ref" element
 GerServiceRefType OpenejbGeronimoEjbJarTypeImpl.insertNewServiceRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "service-ref" element
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar.impl with parameters of type GerServiceRefType
 void OpenejbGeronimoEjbJarTypeImpl.setServiceRefArray(GerServiceRefType[] serviceRefArray)
          Sets array of all "service-ref" element
 void OpenejbGeronimoEjbJarTypeImpl.setServiceRefArray(int i, GerServiceRefType serviceRef)
          Sets ith "service-ref" element
 

Uses of GerServiceRefType in org.apache.geronimo.web.deployment
 

Methods in org.apache.geronimo.web.deployment that return GerServiceRefType
 GerServiceRefType[] WebAppDConfigBean.getServiceRefs()
           
 

Methods in org.apache.geronimo.web.deployment with parameters of type GerServiceRefType
 void WebAppDConfigBean.setServiceRefs(GerServiceRefType[] serviceRefArray)
           
 

Uses of GerServiceRefType in org.apache.geronimo.xbeans.geronimo.client
 

Methods in org.apache.geronimo.xbeans.geronimo.client that return GerServiceRefType
 GerServiceRefType GerApplicationClientType.addNewServiceRef()
          Appends and returns a new empty value (as xml) as the last "service-ref" element
 GerServiceRefType[] GerApplicationClientType.getServiceRefArray()
          Gets array of all "service-ref" elements
 GerServiceRefType GerApplicationClientType.getServiceRefArray(int i)
          Gets ith "service-ref" element
 GerServiceRefType GerApplicationClientType.insertNewServiceRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "service-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.client with parameters of type GerServiceRefType
 void GerApplicationClientType.setServiceRefArray(GerServiceRefType[] serviceRefArray)
          Sets array of all "service-ref" element
 void GerApplicationClientType.setServiceRefArray(int i, GerServiceRefType serviceRef)
          Sets ith "service-ref" element
 

Uses of GerServiceRefType in org.apache.geronimo.xbeans.geronimo.client.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.client.impl that return GerServiceRefType
 GerServiceRefType GerApplicationClientTypeImpl.addNewServiceRef()
          Appends and returns a new empty value (as xml) as the last "service-ref" element
 GerServiceRefType[] GerApplicationClientTypeImpl.getServiceRefArray()
          Gets array of all "service-ref" elements
 GerServiceRefType GerApplicationClientTypeImpl.getServiceRefArray(int i)
          Gets ith "service-ref" element
 GerServiceRefType GerApplicationClientTypeImpl.insertNewServiceRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "service-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.client.impl with parameters of type GerServiceRefType
 void GerApplicationClientTypeImpl.setServiceRefArray(GerServiceRefType[] serviceRefArray)
          Sets array of all "service-ref" element
 void GerApplicationClientTypeImpl.setServiceRefArray(int i, GerServiceRefType serviceRef)
          Sets ith "service-ref" element
 

Uses of GerServiceRefType in org.apache.geronimo.xbeans.geronimo.naming
 

Methods in org.apache.geronimo.xbeans.geronimo.naming that return GerServiceRefType
 GerServiceRefType GerServiceRefDocument.addNewServiceRef()
          Appends and returns a new empty "service-ref" element
 GerServiceRefType GerServiceRefDocument.getServiceRef()
          Gets the "service-ref" element
static GerServiceRefType GerServiceRefType.Factory.newInstance()
           
static GerServiceRefType GerServiceRefType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerServiceRefType GerServiceRefType.Factory.parse(File file)
           
static GerServiceRefType GerServiceRefType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerServiceRefType GerServiceRefType.Factory.parse(InputStream is)
           
static GerServiceRefType GerServiceRefType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerServiceRefType GerServiceRefType.Factory.parse(Node node)
           
static GerServiceRefType GerServiceRefType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerServiceRefType GerServiceRefType.Factory.parse(Reader r)
           
static GerServiceRefType GerServiceRefType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerServiceRefType GerServiceRefType.Factory.parse(String xmlAsString)
           
static GerServiceRefType GerServiceRefType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerServiceRefType GerServiceRefType.Factory.parse(URL u)
           
static GerServiceRefType GerServiceRefType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerServiceRefType GerServiceRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerServiceRefType GerServiceRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerServiceRefType GerServiceRefType.Factory.parse(XMLStreamReader sr)
           
static GerServiceRefType GerServiceRefType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo.naming with parameters of type GerServiceRefType
 void GerServiceRefDocument.setServiceRef(GerServiceRefType serviceRef)
          Sets the "service-ref" element
 

Uses of GerServiceRefType in org.apache.geronimo.xbeans.geronimo.naming.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.naming.impl that implement GerServiceRefType
 class GerServiceRefTypeImpl
          An XML service-refType(@http://geronimo.apache.org/xml/ns/naming-1.2).
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl that return GerServiceRefType
 GerServiceRefType GerServiceRefDocumentImpl.addNewServiceRef()
          Appends and returns a new empty "service-ref" element
 GerServiceRefType GerServiceRefDocumentImpl.getServiceRef()
          Gets the "service-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl with parameters of type GerServiceRefType
 void GerServiceRefDocumentImpl.setServiceRef(GerServiceRefType serviceRef)
          Sets the "service-ref" element
 

Uses of GerServiceRefType in org.apache.geronimo.xbeans.geronimo.web
 

Methods in org.apache.geronimo.xbeans.geronimo.web that return GerServiceRefType
 GerServiceRefType GerWebAppType.addNewServiceRef()
          Appends and returns a new empty value (as xml) as the last "service-ref" element
 GerServiceRefType[] GerWebAppType.getServiceRefArray()
          Gets array of all "service-ref" elements
 GerServiceRefType GerWebAppType.getServiceRefArray(int i)
          Gets ith "service-ref" element
 GerServiceRefType GerWebAppType.insertNewServiceRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "service-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web with parameters of type GerServiceRefType
 void GerWebAppType.setServiceRefArray(GerServiceRefType[] serviceRefArray)
          Sets array of all "service-ref" element
 void GerWebAppType.setServiceRefArray(int i, GerServiceRefType serviceRef)
          Sets ith "service-ref" element
 

Uses of GerServiceRefType in org.apache.geronimo.xbeans.geronimo.web.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.web.impl that return GerServiceRefType
 GerServiceRefType GerWebAppTypeImpl.addNewServiceRef()
          Appends and returns a new empty value (as xml) as the last "service-ref" element
 GerServiceRefType[] GerWebAppTypeImpl.getServiceRefArray()
          Gets array of all "service-ref" elements
 GerServiceRefType GerWebAppTypeImpl.getServiceRefArray(int i)
          Gets ith "service-ref" element
 GerServiceRefType GerWebAppTypeImpl.insertNewServiceRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "service-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.impl with parameters of type GerServiceRefType
 void GerWebAppTypeImpl.setServiceRefArray(GerServiceRefType[] serviceRefArray)
          Sets array of all "service-ref" element
 void GerWebAppTypeImpl.setServiceRefArray(int i, GerServiceRefType serviceRef)
          Sets ith "service-ref" element
 

Uses of GerServiceRefType in org.apache.geronimo.xbeans.geronimo.web.jetty
 

Methods in org.apache.geronimo.xbeans.geronimo.web.jetty that return GerServiceRefType
 GerServiceRefType JettyWebAppType.addNewServiceRef()
          Appends and returns a new empty value (as xml) as the last "service-ref" element
 GerServiceRefType[] JettyWebAppType.getServiceRefArray()
          Gets array of all "service-ref" elements
 GerServiceRefType JettyWebAppType.getServiceRefArray(int i)
          Gets ith "service-ref" element
 GerServiceRefType JettyWebAppType.insertNewServiceRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "service-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.jetty with parameters of type GerServiceRefType
 void JettyWebAppType.setServiceRefArray(GerServiceRefType[] serviceRefArray)
          Sets array of all "service-ref" element
 void JettyWebAppType.setServiceRefArray(int i, GerServiceRefType serviceRef)
          Sets ith "service-ref" element
 

Uses of GerServiceRefType in org.apache.geronimo.xbeans.geronimo.web.jetty.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.web.jetty.impl that return GerServiceRefType
 GerServiceRefType JettyWebAppTypeImpl.addNewServiceRef()
          Appends and returns a new empty value (as xml) as the last "service-ref" element
 GerServiceRefType[] JettyWebAppTypeImpl.getServiceRefArray()
          Gets array of all "service-ref" elements
 GerServiceRefType JettyWebAppTypeImpl.getServiceRefArray(int i)
          Gets ith "service-ref" element
 GerServiceRefType JettyWebAppTypeImpl.insertNewServiceRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "service-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.jetty.impl with parameters of type GerServiceRefType
 void JettyWebAppTypeImpl.setServiceRefArray(GerServiceRefType[] serviceRefArray)
          Sets array of all "service-ref" element
 void JettyWebAppTypeImpl.setServiceRefArray(int i, GerServiceRefType serviceRef)
          Sets ith "service-ref" element
 

Uses of GerServiceRefType in org.apache.geronimo.xbeans.geronimo.web.tomcat
 

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat that return GerServiceRefType
 GerServiceRefType TomcatWebAppType.addNewServiceRef()
          Appends and returns a new empty value (as xml) as the last "service-ref" element
 GerServiceRefType[] TomcatWebAppType.getServiceRefArray()
          Gets array of all "service-ref" elements
 GerServiceRefType TomcatWebAppType.getServiceRefArray(int i)
          Gets ith "service-ref" element
 GerServiceRefType TomcatWebAppType.insertNewServiceRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "service-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat with parameters of type GerServiceRefType
 void TomcatWebAppType.setServiceRefArray(GerServiceRefType[] serviceRefArray)
          Sets array of all "service-ref" element
 void TomcatWebAppType.setServiceRefArray(int i, GerServiceRefType serviceRef)
          Sets ith "service-ref" element
 

Uses of GerServiceRefType in org.apache.geronimo.xbeans.geronimo.web.tomcat.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat.impl that return GerServiceRefType
 GerServiceRefType TomcatWebAppTypeImpl.addNewServiceRef()
          Appends and returns a new empty value (as xml) as the last "service-ref" element
 GerServiceRefType[] TomcatWebAppTypeImpl.getServiceRefArray()
          Gets array of all "service-ref" elements
 GerServiceRefType TomcatWebAppTypeImpl.getServiceRefArray(int i)
          Gets ith "service-ref" element
 GerServiceRefType TomcatWebAppTypeImpl.insertNewServiceRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "service-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat.impl with parameters of type GerServiceRefType
 void TomcatWebAppTypeImpl.setServiceRefArray(GerServiceRefType[] serviceRefArray)
          Sets array of all "service-ref" element
 void TomcatWebAppTypeImpl.setServiceRefArray(int i, GerServiceRefType serviceRef)
          Sets ith "service-ref" element
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.