Uses of Class
org.apache.openejb.jee.was.v6.webservice.clientbnd.ServiceRefBinding

Packages that use ServiceRefBinding
org.apache.openejb.jee.was.v6.ejbbnd 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. 
 

Uses of ServiceRefBinding in org.apache.openejb.jee.was.v6.ejbbnd
 

Fields in org.apache.openejb.jee.was.v6.ejbbnd with type parameters of type ServiceRefBinding
protected  java.util.List<ServiceRefBinding> EnterpriseBeanBinding.serviceRefBindings
           
 

Methods in org.apache.openejb.jee.was.v6.ejbbnd that return types with arguments of type ServiceRefBinding
 java.util.List<ServiceRefBinding> EnterpriseBeanBinding.getServiceRefBindings()
          Gets the value of the serviceRefBindings property.
 

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

Methods in org.apache.openejb.jee.was.v6.webservice.clientbnd that return ServiceRefBinding
 ServiceRefBinding ObjectFactory.createServiceRefBinding()
          Create an instance of ServiceRefBinding
 

Methods in org.apache.openejb.jee.was.v6.webservice.clientbnd that return types with arguments of type ServiceRefBinding
 javax.xml.bind.JAXBElement<ServiceRefBinding> ObjectFactory.createServiceRefBinding(ServiceRefBinding value)
          Create an instance of JAXBElement< ServiceRefBinding>
 

Methods in org.apache.openejb.jee.was.v6.webservice.clientbnd with parameters of type ServiceRefBinding
 javax.xml.bind.JAXBElement<ServiceRefBinding> ObjectFactory.createServiceRefBinding(ServiceRefBinding value)
          Create an instance of JAXBElement< ServiceRefBinding>
 



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