|
spring-web | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.remoting.jaxws.LocalJaxWsServiceFactory
org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
public class JaxWsPortProxyFactoryBean
FactoryBean
for a specific port of a
JAX-WS service. Exposes a proxy for the port, to be used for bean references.
Inherits configuration properties from JaxWsPortClientInterceptor
.
JaxWsPortClientInterceptor.setServiceInterface(java.lang.Class>)
,
LocalJaxWsServiceFactoryBean
Constructor Summary | |
---|---|
JaxWsPortProxyFactoryBean()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
java.lang.Object |
getObject()
|
java.lang.Class<?> |
getObjectType()
|
boolean |
isSingleton()
|
Methods inherited from class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory |
---|
createJaxWsService, getNamespaceUri, getQName, getServiceName, getWsdlDocumentUrl, setExecutor, setHandlerResolver, setNamespaceUri, setServiceName, setWsdlDocumentUrl |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JaxWsPortProxyFactoryBean()
Method Detail |
---|
public void afterPropertiesSet()
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
in class JaxWsPortClientInterceptor
public java.lang.Object getObject()
getObject
in interface org.springframework.beans.factory.FactoryBean<java.lang.Object>
public java.lang.Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<java.lang.Object>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<java.lang.Object>
|
spring-web | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |