|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceEndpointContainer
Host's web service implementation and allows invocations on them.
| Method Summary | |
|---|---|
String |
getContainerName()
Identifies a service endpoint container |
Class |
getServiceImplementationClass()
The actual web service implementation hosted by this container. |
Object |
invokeEndpoint(Method method,
Object[] args,
InvocationContextCallback callback)
Invokes a particular endpoint opertation. |
| Method Detail |
|---|
String getContainerName()
Class getServiceImplementationClass()
Object invokeEndpoint(Method method,
Object[] args,
InvocationContextCallback callback)
throws Throwable
method - business methodargs - parameterscallback - gives access to invocation context properties. I.e. for injecting the WebServiceContext
Exception
Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||