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 and Description interface
HttpEndpoint
To represents a http transport endpointinterface
JMSEndpoint
To represent the jms transport endpointMethods in org.jboss.wsf.spi.deployment that return Endpoint Modifier and Type Method and Description Endpoint
Service. getEndpointByName(String simpleName)
Get an endpoint by nameabstract Endpoint
DeploymentModelFactory. newHttpEndpoint(String targetBean)
abstract Endpoint
DeploymentModelFactory. newJMSEndpoint(String targetBean)
Methods in org.jboss.wsf.spi.deployment that return types with arguments of type Endpoint Modifier and Type Method and 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 and Description void
Service. addEndpoint(Endpoint endpoint)
Add an endpoint to the serviceboolean
Service. removeEndpoint(Endpoint endpoint)
Remove an endpoint from the service, returns true if successfullvoid
LifecycleHandler. start(Endpoint endpoint)
Handle the start step of an endpointvoid
LifecycleHandler. stop(Endpoint endpoint)
Handle the stop step of an endpointUses of Endpoint in org.jboss.wsf.spi.invocation
Methods in org.jboss.wsf.spi.invocation that return Endpoint Modifier and Type Method and Description static Endpoint
EndpointAssociation. getEndpoint()
Methods in org.jboss.wsf.spi.invocation with parameters of type Endpoint Modifier and Type Method and Description void
RequestHandler. handleHttpRequest(Endpoint endpoint, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletContext context)
Handle a web service http requestabstract void
InvocationHandler. init(Endpoint ep)
Initilize the invocation handlerabstract void
InvocationHandler. invoke(Endpoint ep, Invocation inv)
Invoke the the service endpointabstract void
InvocationHandler. onEndpointInstantiated(Endpoint endpoint, Invocation invocation)
Template method for notifying subclasses that endpoint instance have been instantiated.static void
EndpointAssociation. 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 and Description Endpoint
EndpointRegistry. getEndpoint(ObjectName epName)
Get the registered endpointEndpoint
EndpointResolver. query(Iterator<Endpoint> endpoints)
Endpoint
EndpointRegistry. resolve(EndpointResolver resolver)
Resolve endpoints through a resolve instanceUses 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 and Description List<Endpoint>
Context. getEndpoints()
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 and Description boolean
JASPIAuthenticationProvider. enableServerAuthentication(Object target, Endpoint endpoint)
Copyright © 2020 JBoss, by Red Hat. All rights reserved.