Uses of Class
org.apache.openejb.jee.was.v6.wsclient.ServiceRef

Packages that use ServiceRef
org.apache.openejb.jee.was.v6.common Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.openejb.jee.was.v6.webservice.clientbnd Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.openejb.jee.was.v6.wsclient Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of ServiceRef in org.apache.openejb.jee.was.v6.common
 

Fields in org.apache.openejb.jee.was.v6.common with type parameters of type ServiceRef
protected  List<ServiceRef> JNDIEnvRefsGroup.serviceRefs
           
 

Methods in org.apache.openejb.jee.was.v6.common that return types with arguments of type ServiceRef
 List<ServiceRef> JNDIEnvRefsGroup.getServiceRefs()
          Gets the value of the serviceRefs property.
 

Uses of ServiceRef in org.apache.openejb.jee.was.v6.webservice.clientbnd
 

Fields in org.apache.openejb.jee.was.v6.webservice.clientbnd with type parameters of type ServiceRef
protected  List<ServiceRef> ServiceRefBinding.bindingServiceRefs
           
 

Methods in org.apache.openejb.jee.was.v6.webservice.clientbnd that return types with arguments of type ServiceRef
 List<ServiceRef> ServiceRefBinding.getBindingServiceRefs()
          Gets the value of the bindingServiceRefs property.
 

Uses of ServiceRef in org.apache.openejb.jee.was.v6.wsclient
 

Fields in org.apache.openejb.jee.was.v6.wsclient with type parameters of type ServiceRef
protected  List<ServiceRef> WebServicesClient.serviceRefs
           
protected  List<ServiceRef> ComponentScopedRefs.serviceRefs
           
 

Methods in org.apache.openejb.jee.was.v6.wsclient that return ServiceRef
 ServiceRef ObjectFactory.createServiceRef()
          Create an instance of ServiceRef
 

Methods in org.apache.openejb.jee.was.v6.wsclient that return types with arguments of type ServiceRef
 javax.xml.bind.JAXBElement<ServiceRef> ObjectFactory.createServiceRef(ServiceRef value)
          Create an instance of JAXBElement<ServiceRef >
 List<ServiceRef> WebServicesClient.getServiceRefs()
          Gets the value of the serviceRefs property.
 List<ServiceRef> ComponentScopedRefs.getServiceRefs()
          Gets the value of the serviceRefs property.
 

Methods in org.apache.openejb.jee.was.v6.wsclient with parameters of type ServiceRef
 javax.xml.bind.JAXBElement<ServiceRef> ObjectFactory.createServiceRef(ServiceRef value)
          Create an instance of JAXBElement<ServiceRef >
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.