Uses of Class
org.jboss.wsf.spi.deployment.EndpointType

Packages that use EndpointType
org.jboss.wsf.spi.deployment   
 

Uses of EndpointType in org.jboss.wsf.spi.deployment
 

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

Methods in org.jboss.wsf.spi.deployment with parameters of type EndpointType
 boolean EndpointTypeFilter.accept(EndpointType type)
           
 void Endpoint.setType(EndpointType type)
          Set endpoint type
 



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