Uses of Class
org.jboss.wsf.spi.serviceref.ServiceRefHandler.Type

Packages that use ServiceRefHandler.Type
org.jboss.wsf.spi.metadata.j2ee.serviceref   
org.jboss.wsf.spi.serviceref   
 

Uses of ServiceRefHandler.Type in org.jboss.wsf.spi.metadata.j2ee.serviceref
 

Methods in org.jboss.wsf.spi.metadata.j2ee.serviceref that return ServiceRefHandler.Type
 ServiceRefHandler.Type UnifiedServiceRefMetaData.getType()
           
 

Methods in org.jboss.wsf.spi.metadata.j2ee.serviceref with parameters of type ServiceRefHandler.Type
 void UnifiedServiceRefMetaData.setType(ServiceRefHandler.Type type)
           
 

Uses of ServiceRefHandler.Type in org.jboss.wsf.spi.serviceref
 

Methods in org.jboss.wsf.spi.serviceref that return ServiceRefHandler.Type
static ServiceRefHandler.Type ServiceRefHandler.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServiceRefHandler.Type[] ServiceRefHandler.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.wsf.spi.serviceref with parameters of type ServiceRefHandler.Type
 ServiceRefBinder ServiceRefBinderFactory.newServiceRefBinder(ServiceRefHandler.Type type)
           
 



Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.