|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Endpoint | |
---|---|
org.jboss.wsf.spi.deployment | |
org.jboss.wsf.spi.invocation | |
org.jboss.wsf.spi.management |
Uses of Endpoint in org.jboss.wsf.spi.deployment |
---|
Methods in org.jboss.wsf.spi.deployment that return Endpoint | |
---|---|
Endpoint |
Service.getEndpointByName(java.lang.String simpleName)
Get an endpoint by name |
abstract Endpoint |
DeploymentModelFactory.newEndpoint(java.lang.String targetBean)
|
Methods in org.jboss.wsf.spi.deployment that return types with arguments of type Endpoint | |
---|---|
java.util.List<Endpoint> |
Service.getEndpoints()
Get the list of endpoints |
Methods in org.jboss.wsf.spi.deployment with parameters of type Endpoint | |
---|---|
void |
Service.addEndpoint(Endpoint endpoint)
Add an endpoint to the service |
void |
LifecycleHandler.create(Endpoint endpoint)
Handle the create step of an endpoint |
void |
LifecycleHandler.destroy(Endpoint endpoint)
Handle the destroy step of an endpoint |
void |
LifecycleHandler.start(Endpoint endpoint)
Handle the start step of an endpoint |
void |
LifecycleHandler.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 | |
---|---|
static Endpoint |
EndpointAssociation.getEndpoint()
|
Methods in org.jboss.wsf.spi.invocation with parameters of type Endpoint | |
---|---|
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,
java.io.InputStream inputStream,
java.io.OutputStream outputStream,
InvocationContext context)
Handle a web service request |
void |
RequestHandler.handleWSDLRequest(Endpoint endpoint,
java.io.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 |
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 | |
---|---|
Endpoint |
EndpointMetrics.getEndpoint()
|
Endpoint |
EndpointRegistry.getEndpoint(javax.management.ObjectName epName)
Get the registered endpoint |
Endpoint |
EndpointResolver.query(java.util.Iterator<Endpoint> endpoints)
|
Endpoint |
EndpointRegistry.resolve(EndpointResolver resolver)
Resolve endpoints thrrough a resolve instance |
Methods in org.jboss.wsf.spi.management with parameters of type Endpoint | |
---|---|
void |
EndpointRegistry.register(Endpoint endpoint)
Register an endpoint |
void |
EndpointMetrics.setEndpoint(Endpoint endpoint)
|
void |
EndpointRegistry.unregister(Endpoint endpoint)
Unregister an endpoint |
Method parameters in org.jboss.wsf.spi.management with type arguments of type Endpoint | |
---|---|
Endpoint |
EndpointResolver.query(java.util.Iterator<Endpoint> endpoints)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |