Package | Description |
---|---|
org.jboss.wsf.spi.deployment | |
org.jboss.wsf.spi.invocation | |
org.jboss.wsf.spi.management | |
org.jboss.wsf.spi.publish |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpEndpoint
To represents a http transport endpoint
|
interface |
JMSEndpoint
To represent the jms transport endpoint
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
Service.getEndpointByName(String simpleName)
Get an endpoint by name
|
abstract Endpoint |
DeploymentModelFactory.newHttpEndpoint(String targetBean) |
abstract Endpoint |
DeploymentModelFactory.newJMSEndpoint(String targetBean) |
Modifier and Type | Method and Description |
---|---|
List<Endpoint> |
Service.getEndpoints()
Get the list of endpoints
|
List<Endpoint> |
Service.getEndpoints(EndpointTypeFilter filter)
Get the list of endpoints
|
Modifier and Type | Method and Description |
---|---|
void |
Service.addEndpoint(Endpoint endpoint)
Add an endpoint to the service
|
void |
LifecycleHandler.start(Endpoint endpoint)
Handle the start step of an endpoint
|
void |
LifecycleHandler.stop(Endpoint endpoint)
Handle the stop step of an endpoint
|
Modifier and Type | Method and Description |
---|---|
static Endpoint |
EndpointAssociation.getEndpoint() |
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 request
|
void |
RequestHandler.handleRequest(Endpoint endpoint,
InputStream inputStream,
OutputStream outputStream,
InvocationContext context)
Handle a web service request
|
void |
RequestHandler.handleWSDLRequest(Endpoint endpoint,
OutputStream output,
InvocationContext context)
Handle a wsdl request
|
abstract void |
InvocationHandler.init(Endpoint ep)
Initilize the invocation handler
|
abstract void |
InvocationHandler.invoke(Endpoint ep,
Invocation inv)
Invoke the the service endpoint
|
abstract void |
InvocationHandler.onEndpointInstantiated(Endpoint endpoint,
Invocation invocation)
Template method for notifying subclasses that endpoint instance have been instantiated.
|
static void |
EndpointAssociation.setEndpoint(Endpoint ep) |
Modifier and Type | Method and Description |
---|---|
Endpoint |
EndpointMetrics.getEndpoint() |
Endpoint |
EndpointRegistry.getEndpoint(ObjectName epName)
Get the registered endpoint
|
Endpoint |
EndpointResolver.query(Iterator<Endpoint> endpoints) |
Endpoint |
EndpointRegistry.resolve(EndpointResolver resolver)
Resolve endpoints thrrough a resolve instance
|
Modifier and Type | Method and Description |
---|---|
void |
EndpointRegistry.register(Endpoint endpoint)
Register an endpoint
|
void |
EndpointMetrics.setEndpoint(Endpoint endpoint) |
void |
EndpointRegistry.unregister(Endpoint endpoint)
Unregister an endpoint
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
EndpointResolver.query(Iterator<Endpoint> endpoints) |
Modifier and Type | Method and Description |
---|---|
List<Endpoint> |
Context.getEndpoints() |
Constructor and Description |
---|
Context(String context,
List<Endpoint> endpoints) |
Copyright © 2013 JBoss, by Red Hat. All Rights Reserved.