ch.elca.el4j.services.remoting.protocol
Class JaxwsSpringProtocolConfiguration

java.lang.Object
  extended by ch.elca.el4j.services.remoting.protocol.JaxwsSpringProtocolConfiguration
All Implemented Interfaces:
ProtocolSpecificConfiguration, InitializingBean

public class JaxwsSpringProtocolConfiguration
extends Object
implements ProtocolSpecificConfiguration

The JAX-WS protocol (Spring) configuration class.

Author:
Stefan Wismer (SWI)
File-location:
JaxwsSpringProtocolConfiguration
Last check-in date:
2009-08-04 15:06:35 +0200 (Di, 04. Aug 2009) by swismer for revision 3878

Constructor Summary
JaxwsSpringProtocolConfiguration()
           
 
Method Summary
 void afterPropertiesSet()
          
 String getNamespaceUri()
           
 String getPortName()
           
 String getServiceName()
           
 void setNamespaceUri(String namespaceUri)
           
 void setPortName(String portName)
           
 void setServiceName(String serviceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxwsSpringProtocolConfiguration

public JaxwsSpringProtocolConfiguration()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception

Specified by:
afterPropertiesSet in interface InitializingBean
Throws:
Exception

getNamespaceUri

public String getNamespaceUri()
Returns:
the URI of the namespace

setNamespaceUri

public void setNamespaceUri(String namespaceUri)
Parameters:
namespaceUri - the URI of the namespace

getServiceName

public String getServiceName()
Returns:
the service name

setServiceName

public void setServiceName(String serviceName)
Parameters:
serviceName - the service name

getPortName

public String getPortName()
Returns:
the port name

setPortName

public void setPortName(String portName)
Parameters:
portName - the port name


Copyright © 2005-2011 ELCA. All Rights Reserved.