|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Factory for locally defined JAX-RPC Service references. Uses a JAX-RPC ServiceFactory underneath.
ServiceFactory
,
Service
Field Summary | |
protected org.apache.commons.logging.Log |
logger
|
Constructor Summary | |
LocalJaxRpcServiceFactory()
|
Method Summary | |
javax.xml.rpc.Service |
createJaxRpcService()
Create a JAX-RPC Service according to the parameters of this factory. |
javax.xml.rpc.ServiceFactory |
createServiceFactory()
Create a JAX-RPC ServiceFactory, either of the specified class or the default. |
java.lang.String |
getNamespaceUri()
Return the namespace URI of the service. |
javax.xml.namespace.QName |
getQName(java.lang.String name)
Return a QName for the given name,* relative to the namespace URI of this factory, if given. |
java.lang.Class |
getServiceFactoryClass()
Return the ServiceFactory class to use, or null if default. |
java.lang.String |
getServiceName()
Return the name of the service. |
java.net.URL |
getWsdlDocumentUrl()
Return the URL of the WSDL document that describes the service. |
void |
setNamespaceUri(java.lang.String namespaceUri)
Set the namespace URI of the service. |
void |
setServiceFactoryClass(java.lang.Class serviceFactoryClass)
Set the ServiceFactory class to use, for example "org.apache.axis.client.ServiceFactory". |
void |
setServiceName(java.lang.String serviceName)
Set the name of the service. |
void |
setWsdlDocumentUrl(java.net.URL wsdlDocumentUrl)
Set the URL of the WSDL document that describes the service. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final org.apache.commons.logging.Log logger
Constructor Detail |
public LocalJaxRpcServiceFactory()
Method Detail |
public void setServiceFactoryClass(java.lang.Class serviceFactoryClass)
Does not need to be set if the JAX-RPC implementation has registered itself with the JAX-RPC system property "SERVICEFACTORY_PROPERTY".
ServiceFactory
public java.lang.Class getServiceFactoryClass()
public void setWsdlDocumentUrl(java.net.URL wsdlDocumentUrl)
public java.net.URL getWsdlDocumentUrl()
public void setNamespaceUri(java.lang.String namespaceUri)
public java.lang.String getNamespaceUri()
public void setServiceName(java.lang.String serviceName)
public java.lang.String getServiceName()
public javax.xml.namespace.QName getQName(java.lang.String name)
setNamespaceUri(java.lang.String)
public javax.xml.rpc.ServiceFactory createServiceFactory() throws javax.xml.rpc.ServiceException
javax.xml.rpc.ServiceException
setServiceFactoryClass(java.lang.Class)
public javax.xml.rpc.Service createJaxRpcService() throws javax.xml.rpc.ServiceException
javax.xml.rpc.ServiceException
setServiceName(java.lang.String)
,
setWsdlDocumentUrl(java.net.URL)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |