|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceFactory
Method Summary | |
---|---|
Service |
create(Class clazz)
Create a service from the specified class. |
Service |
create(Class clazz,
Map properties)
Create a service from the specified class. |
Service |
create(Class clazz,
QName service,
javax.wsdl.Definition def,
Map properties)
Create a service from a WSDL file. |
Service |
create(Class clazz,
QName service,
URL wsdlUrl,
Map properties)
Create a service from a WSDL file. |
Service |
create(Class clazz,
String name,
String namespace,
Map properties)
Create a service from the specified class. |
Method Detail |
---|
Service create(Class clazz)
clazz
- The service class used to populate the operations and parameters.
Service create(Class clazz, Map properties)
clazz
- The service class used to populate the operations and parameters.properties
- Properties to set on the service and use in construction.
Service create(Class clazz, String name, String namespace, Map properties)
clazz
- The service class used to populate the operations and
parameters.name
- The name of the service.namespace
- The default namespace of the service.properties
- Service specific properties which the ServiceFactory will use
to create the service.
Service create(Class clazz, QName service, URL wsdlUrl, Map properties)
clazz
- The service class for the wsdl.wsdlUrl
- The WSDL URL.
Exception
Service create(Class clazz, QName service, javax.wsdl.Definition def, Map properties)
clazz
- The service class for the wsdl.def
- The WSDL definition.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |