|
Novell exteNd Web Services SDK API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sssw.jbroker.web.ServiceFactory
Factory for instantiating ServiceObject stubs.
Constructor Summary | |
ServiceFactory()
|
Method Summary | |
static ServiceObject |
create(Class serviceInterface)
Create a ServiceObject for the given interface. |
static ServiceObject |
create(Class serviceInterface,
Binding binding)
Create a ServiceObject for the given interface. |
static ServiceObject |
create(Class serviceInterface,
Binding binding,
QName portType)
Create a ServiceObject for the given interface. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServiceFactory()
Method Detail |
public static ServiceObject create(Class serviceInterface) throws ServiceException
serviceInterface
- the service remote class
ServiceException
public static ServiceObject create(Class serviceInterface, Binding binding) throws ServiceException
serviceInterface
- the service remote classbinding
- the service object's current binding
ServiceException
public static ServiceObject create(Class serviceInterface, Binding binding, QName portType) throws ServiceException
serviceInterface
- the service remote classbinding
- the service object's current bindingportType
- the service object's port type
ServiceException
|
Novell exteNd Web Services SDK API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |