|
||||||||||
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 | |
---|---|
java.lang.String |
getContainerName()
Identifies a service endpoint container |
java.lang.Class |
getServiceImplementationClass()
The actual web service implementation hosted by this container. |
java.lang.Object |
invokeEndpoint(java.lang.reflect.Method method,
java.lang.Object[] args,
InvocationContextCallback callback)
Invokes a particular endpoint opertation. |
Method Detail |
---|
java.lang.String getContainerName()
java.lang.Class getServiceImplementationClass()
java.lang.Object invokeEndpoint(java.lang.reflect.Method method, java.lang.Object[] args, InvocationContextCallback callback) throws java.lang.Throwable
method
- business methodargs
- parameterscallback
- gives access to invocation context properties. I.e. for injecting the WebServiceContext
java.lang.Exception
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |