Uses of Class
org.jboss.wsf.spi.serviceref.ServiceRefType

Packages that use ServiceRefType
org.jboss.wsf.spi.metadata.j2ee.serviceref   
org.jboss.wsf.spi.serviceref   
 

Uses of ServiceRefType in org.jboss.wsf.spi.metadata.j2ee.serviceref
 

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

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

Uses of ServiceRefType in org.jboss.wsf.spi.serviceref
 

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



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