|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Endpoint | |
|---|---|
| org.jboss.wsf.spi.deployment | |
| org.jboss.wsf.spi.invocation | |
| org.jboss.wsf.spi.management | |
| org.jboss.wsf.spi.publish | |
| Uses of Endpoint in org.jboss.wsf.spi.deployment |
|---|
| Subinterfaces of Endpoint in org.jboss.wsf.spi.deployment | |
|---|---|
interface |
HttpEndpoint
To represents a http transport endpoint |
interface |
JMSEndpoint
To represent the jms transport endpoint |
| Methods in org.jboss.wsf.spi.deployment that return Endpoint | |
|---|---|
Endpoint |
Service.getEndpointByName(String simpleName)
Get an endpoint by name |
abstract 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 | |
|---|---|
List<Endpoint> |
Service.getEndpoints()
Get the list of endpoints |
List<Endpoint> |
Service.getEndpoints(EndpointTypeFilter filter)
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.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,
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)
|
| 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(ObjectName epName)
Get the registered endpoint |
Endpoint |
EndpointResolver.query(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(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 | |
|---|---|
List<Endpoint> |
Context.getEndpoints()
|
| Constructor parameters in org.jboss.wsf.spi.publish with type arguments of type Endpoint | |
|---|---|
Context(String context,
List<Endpoint> endpoints)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||