|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceFactory
Method Summary | |
---|---|
Service |
create(java.lang.Class clazz)
Create a service from the specified class. |
Service |
create(java.lang.Class clazz,
java.util.Map properties)
Create a service from the specified class. |
Service |
create(java.lang.Class clazz,
javax.xml.namespace.QName service,
javax.wsdl.Definition def,
java.util.Map properties)
Create a service from a WSDL file. |
Service |
create(java.lang.Class clazz,
javax.xml.namespace.QName service,
java.net.URL wsdlUrl,
java.util.Map properties)
Create a service from a WSDL file. |
Service |
create(java.lang.Class clazz,
java.lang.String name,
java.lang.String namespace,
java.util.Map properties)
Create a service from the specified class. |
Method Detail |
---|
Service create(java.lang.Class clazz)
clazz
- The service class used to populate the operations and parameters.
Service create(java.lang.Class clazz, java.util.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(java.lang.Class clazz, java.lang.String name, java.lang.String namespace, java.util.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(java.lang.Class clazz, javax.xml.namespace.QName service, java.net.URL wsdlUrl, java.util.Map properties)
clazz
- The service class for the wsdl.wsdlUrl
- The WSDL URL.
java.lang.Exception
Service create(java.lang.Class clazz, javax.xml.namespace.QName service, javax.wsdl.Definition def, java.util.Map properties)
clazz
- The service class for the wsdl.def
- The WSDL definition.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |