Java org.springframework.remoting.jaxws JaxWsPortProxyFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.remoting.jaxws JaxWsPortProxyFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.remoting.jaxws JaxWsPortProxyFactoryBean.

The text is from its open source code.

Subclass

org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidafterPropertiesSet()
ObjectgetObject()
voidsetBeanClassLoader(@Nullable ClassLoader classLoader)
Set the bean ClassLoader to use for this interceptor: primarily for building a client proxy in the JaxWsPortProxyFactoryBean subclass.
voidsetEndpointAddress(@Nullable String endpointAddress)
Set the endpoint address to specify on the stub.
voidsetNamespaceUri(@Nullable String namespaceUri)
Set the namespace URI of the service.
voidsetPortName(@Nullable String portName)
Set the name of the port.
voidsetServiceInterface(@Nullable Class serviceInterface)
Set the interface of the service that this factory should create a proxy for.
voidsetServiceName(@Nullable String serviceName)
Set the name of the service to look up.
voidsetWsdlDocumentUrl(@Nullable URL wsdlDocumentUrl)
Set the URL of the WSDL document that describes the service.