Uses of Interface
org.jboss.wsf.spi.deployment.Endpoint
-
Packages that use Endpoint Package Description org.jboss.wsf.spi.deployment org.jboss.wsf.spi.invocation org.jboss.wsf.spi.management org.jboss.wsf.spi.publish org.jboss.wsf.spi.security -
-
Uses of Endpoint in org.jboss.wsf.spi.deployment
Subinterfaces of Endpoint in org.jboss.wsf.spi.deployment Modifier and Type Interface Description interfaceHttpEndpointTo represents a http transport endpointinterfaceJMSEndpointTo represent the jms transport endpointMethods in org.jboss.wsf.spi.deployment that return Endpoint Modifier and Type Method Description EndpointService. getEndpointByName(String simpleName)Get an endpoint by nameabstract EndpointDeploymentModelFactory. newHttpEndpoint(String targetBean)abstract EndpointDeploymentModelFactory. newJMSEndpoint(String targetBean)Methods in org.jboss.wsf.spi.deployment that return types with arguments of type Endpoint Modifier and Type Method Description List<Endpoint>Service. getEndpoints()Get the list of endpointsList<Endpoint>Service. getEndpoints(EndpointTypeFilter filter)Get the list of endpointsMethods in org.jboss.wsf.spi.deployment with parameters of type Endpoint Modifier and Type Method Description voidService. addEndpoint(Endpoint endpoint)Add an endpoint to the servicebooleanService. removeEndpoint(Endpoint endpoint)Remove an endpoint from the service, returns true if successfullvoidLifecycleHandler. start(Endpoint endpoint)Handle the start step of an endpointvoidLifecycleHandler. stop(Endpoint endpoint)Handle the stop step of an endpoint -
Uses of Endpoint in org.jboss.wsf.spi.invocation
Methods in org.jboss.wsf.spi.invocation that return Endpoint Modifier and Type Method Description static EndpointEndpointAssociation. getEndpoint()Methods in org.jboss.wsf.spi.invocation with parameters of type Endpoint Modifier and Type Method Description voidRequestHandler. handleHttpRequest(Endpoint endpoint, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, jakarta.servlet.ServletContext context)Handle a web service http requestabstract voidInvocationHandler. init(Endpoint ep)Initilize the invocation handlerabstract voidInvocationHandler. invoke(Endpoint ep, Invocation inv)Invoke the the service endpointabstract voidInvocationHandler. onEndpointInstantiated(Endpoint endpoint, Invocation invocation)Template method for notifying subclasses that endpoint instance have been instantiated.static voidEndpointAssociation. setEndpoint(Endpoint ep) -
Uses of Endpoint in org.jboss.wsf.spi.management
Methods in org.jboss.wsf.spi.management that return Endpoint Modifier and Type Method Description EndpointEndpointRegistry. getEndpoint(ObjectName epName)Get the registered endpointEndpointEndpointResolver. query(Iterator<Endpoint> endpoints)EndpointEndpointRegistry. resolve(EndpointResolver resolver)Resolve endpoints through a resolve instanceMethod parameters in org.jboss.wsf.spi.management with type arguments of type Endpoint Modifier and Type Method Description EndpointEndpointResolver. query(Iterator<Endpoint> endpoints) -
Uses of Endpoint in org.jboss.wsf.spi.publish
Methods in org.jboss.wsf.spi.publish that return types with arguments of type Endpoint Modifier and Type Method Description List<Endpoint>Context. getEndpoints()Constructor parameters in org.jboss.wsf.spi.publish with type arguments of type Endpoint Constructor Description Context(String context, List<Endpoint> endpoints) -
Uses of Endpoint in org.jboss.wsf.spi.security
Methods in org.jboss.wsf.spi.security with parameters of type Endpoint Modifier and Type Method Description booleanJASPIAuthenticationProvider. enableServerAuthentication(Object target, Endpoint endpoint)
-