Uses of Class
org.jboss.wsf.spi.deployment.EndpointType
-
Packages that use EndpointType Package Description org.jboss.wsf.spi.deployment -
-
Uses of EndpointType in org.jboss.wsf.spi.deployment
Methods in org.jboss.wsf.spi.deployment that return EndpointType Modifier and Type Method Description EndpointTypeEndpoint. getType()Get endpoint typestatic EndpointTypeEndpointType. 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 Modifier and Type Method Description booleanEndpointTypeFilter. accept(EndpointType type)voidEndpoint. setType(EndpointType type)Set endpoint type
-