|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.jaxws.server.ServiceInstanceFactoryImpl
public class ServiceInstanceFactoryImpl
This class will be responsible for creating an instance of a web service implementation class for each incoming request into the JAX-WS runtime.
Constructor Summary | |
---|---|
ServiceInstanceFactoryImpl()
|
Method Summary | |
---|---|
java.lang.Object |
createServiceInstance(MessageContext request,
java.lang.Class serviceClass)
This method will create, or otherwise obtain a reference to an instance of a web service implementation class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceInstanceFactoryImpl()
Method Detail |
---|
public java.lang.Object createServiceInstance(MessageContext request, java.lang.Class serviceClass) throws java.lang.Exception
ServiceInstanceFactory
createServiceInstance
in interface ServiceInstanceFactory
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |