public class JaxWsPortProxyFactoryBean extends JaxWsPortClientInterceptor implements org.springframework.beans.factory.FactoryBean<java.lang.Object>
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 and Description |
|---|
JaxWsPortProxyFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
java.lang.Object |
getObject() |
java.lang.Class<?> |
getObjectType() |
boolean |
isSingleton() |
addCustomProperty, applyDefaultsFromAnnotation, doInvoke, doInvoke, getBeanClassLoader, getCustomProperties, getEndpointAddress, getJaxWsService, getPassword, getPortName, getPortQName, getPortStub, getPortStub, getServiceInterface, getSoapActionUri, getUsername, invoke, isMaintainSession, isPrepared, isUseSoapAction, prepare, preparePortStub, setBeanClassLoader, setCustomProperties, setEndpointAddress, setJaxWsService, setLookupServiceOnStartup, setMaintainSession, setPassword, setPortFeatures, setPortName, setServiceInterface, setSoapActionUri, setUsername, setUseSoapAction, setWebServiceFeaturescreateJaxWsService, getNamespaceUri, getQName, getServiceName, getWsdlDocumentUrl, setExecutor, setHandlerResolver, setNamespaceUri, setServiceFeatures, setServiceName, setWsdlDocumentResource, setWsdlDocumentUrlpublic void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class JaxWsPortClientInterceptorpublic 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>