uk.ac.ncl.cs.instantsoap.t2
Class InstantSoapConfigurationBean

java.lang.Object
  extended by uk.ac.ncl.cs.instantsoap.t2.InstantSoapConfigurationBean

public class InstantSoapConfigurationBean
extends Object

Configuration information for the InstantSoap activity.

Author:
Matthew Pocock

Constructor Summary
InstantSoapConfigurationBean()
           
InstantSoapConfigurationBean(String endpoint, String toolName)
           
 
Method Summary
 String getEndpoint()
           
 String getToolName()
           
 void setEndpoint(String endpoint)
           
 void setToolName(String toolName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstantSoapConfigurationBean

public InstantSoapConfigurationBean(String endpoint,
                                    String toolName)

InstantSoapConfigurationBean

public InstantSoapConfigurationBean()
Method Detail

getEndpoint

public String getEndpoint()

setEndpoint

public void setEndpoint(String endpoint)

getToolName

public String getToolName()

setToolName

public void setToolName(String toolName)


Copyright © 2006-2008. All Rights Reserved.