|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.yan.xfire.ServiceBean
public class ServiceBean
A convenience bean which creates a Service from a ServiceFactory instance. If there is no ServiceFactory set, ServiceBean will create one from the ObjectServiceFactory.
| Constructor Summary | |
|---|---|
ServiceBean()
|
|
| Method Summary | |
|---|---|
org.codehaus.xfire.service.Service |
buildService()
|
protected void |
copyProperties(java.util.Map properties)
|
java.util.List |
getFaultHandlers()
|
java.lang.Class |
getImplementationClass()
|
java.util.List |
getInHandlers()
|
java.util.List |
getOutHandlers()
|
java.util.List |
getProperties()
|
java.util.List |
getSchemas()
|
ScopePolicy |
getScope()
|
Factory |
getServant()
Gets the Factory that creates the servant object who backs this service. |
java.lang.Class |
getServiceClass()
Set the service class. |
org.codehaus.xfire.service.ServiceFactory |
getServiceFactory()
|
org.codehaus.xfire.soap.SoapVersion |
getSoapVersion()
|
java.lang.String |
getStyle()
|
java.lang.String |
getUse()
|
org.codehaus.xfire.XFire |
getXfire()
|
void |
setFaultHandlers(java.util.List faultHandlers)
|
void |
setImplementationClass(java.lang.Class implementationClass)
|
void |
setInHandlers(java.util.List inHandlers)
|
void |
setName(java.lang.String name)
Sets the service name. |
void |
setNamespace(java.lang.String namespace)
Sets the service default namespace. |
void |
setOutHandlers(java.util.List outHandlers)
|
void |
setProperties(java.util.List properties)
|
void |
setSchemas(java.util.List schemas)
|
void |
setScope(ScopePolicy scope)
|
void |
setServant(Factory servant)
Sets the Factory object that creates the servant object who backs up the service. |
void |
setServiceClass(java.lang.Class serviceInterface)
|
void |
setServiceFactory(org.codehaus.xfire.service.ServiceFactory serviceFactory)
|
void |
setSoapVersion(org.codehaus.xfire.soap.SoapVersion soapVersion)
|
void |
setStyle(java.lang.String style)
|
void |
setUse(java.lang.String use)
|
void |
setXfire(org.codehaus.xfire.XFire xFire)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceBean()
| Method Detail |
|---|
public org.codehaus.xfire.service.Service buildService()
public Factory getServant()
public void setServant(Factory servant)
public java.lang.Class getServiceClass()
public void setServiceClass(java.lang.Class serviceInterface)
public void setServiceFactory(org.codehaus.xfire.service.ServiceFactory serviceFactory)
public org.codehaus.xfire.service.ServiceFactory getServiceFactory()
public void setName(java.lang.String name)
public void setNamespace(java.lang.String namespace)
service interface.
public java.util.List getFaultHandlers()
public void setFaultHandlers(java.util.List faultHandlers)
public java.util.List getInHandlers()
public void setInHandlers(java.util.List inHandlers)
public java.util.List getOutHandlers()
public void setOutHandlers(java.util.List outHandlers)
public void setXfire(org.codehaus.xfire.XFire xFire)
public org.codehaus.xfire.XFire getXfire()
public java.lang.Class getImplementationClass()
public void setImplementationClass(java.lang.Class implementationClass)
public java.util.List getProperties()
public void setProperties(java.util.List properties)
public ScopePolicy getScope()
public void setScope(ScopePolicy scope)
public java.lang.String getStyle()
public void setStyle(java.lang.String style)
public java.lang.String getUse()
public void setUse(java.lang.String use)
public org.codehaus.xfire.soap.SoapVersion getSoapVersion()
public void setSoapVersion(org.codehaus.xfire.soap.SoapVersion soapVersion)
public java.util.List getSchemas()
public void setSchemas(java.util.List schemas)
protected void copyProperties(java.util.Map properties)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||