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 and Description EndpointType
Endpoint. getType()
Get endpoint typestatic 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 Modifier and Type Method and Description boolean
EndpointTypeFilter. accept(EndpointType type)
void
Endpoint. setType(EndpointType type)
Set endpoint type
Copyright © 2020 JBoss, by Red Hat. All rights reserved.