public interface ServiceEndpointContainer
Modifier and Type | Method and Description |
---|---|
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.
|
String getContainerName()
Class<?> getServiceImplementationClass()
Object invokeEndpoint(Method method, Object[] args, InvocationContextCallback callback) throws Throwable
Copyright © 2013 JBoss, by Red Hat. All rights reserved.