|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceBuilder
| Method Summary | |
|---|---|
org.codehaus.xfire.service.Service |
create(java.lang.Class clazz)
Create a service from the specified class. |
org.codehaus.xfire.service.Service |
create(java.lang.Class clazz,
org.codehaus.xfire.soap.SoapVersion version,
java.lang.String style,
java.lang.String use)
Create a service from the specified class. |
org.codehaus.xfire.service.Service |
create(java.lang.Class clazz,
java.lang.String name,
java.lang.String namespace,
org.codehaus.xfire.soap.SoapVersion version,
java.lang.String style,
java.lang.String use)
Create a service from the specified class. |
org.codehaus.xfire.service.Service |
create(java.lang.Class clazz,
TypeMapping tm,
java.net.URL wsdlUrl)
Create a service from a WSDL file. |
| Method Detail |
|---|
org.codehaus.xfire.service.Service create(java.lang.Class clazz)
clazz - The service class used to populate the operations and parameters.
org.codehaus.xfire.service.Service create(java.lang.Class clazz,
org.codehaus.xfire.soap.SoapVersion version,
java.lang.String style,
java.lang.String use)
clazz - The service class used to populate the operations and parameters.version - The SoapVersion.style - The service style.use - The service use.
SoapConstants,
Soap11,
Soap12,
SoapVersion
org.codehaus.xfire.service.Service create(java.lang.Class clazz,
java.lang.String name,
java.lang.String namespace,
org.codehaus.xfire.soap.SoapVersion version,
java.lang.String style,
java.lang.String use)
clazz - The service class used to populate the operations and parameters.name - The name of the service.namespace - The default namespace of the service.version - The SoapVersion.style - The service style.use - The service use.
SoapConstants,
Soap11,
Soap12,
SoapVersion
org.codehaus.xfire.service.Service create(java.lang.Class clazz,
TypeMapping tm,
java.net.URL wsdlUrl)
throws java.lang.Exception
clazz - The service class for the wsdl.tm - wsdlUrl - The WSDL URL.
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||