org.eclipse.higgins.sts.binding.axis1x
Class ServerServiceBinding

java.lang.Object
  extended byorg.eclipse.higgins.sts.binding.axis1x.ServerServiceBinding
All Implemented Interfaces:
org.eclipse.higgins.configuration.api.IConfigurableComponent
Direct Known Subclasses:
MetadataExchangeServiceServerBinding, ProfileServiceServerBinding, SecurityTokenServiceServerBinding

public abstract class ServerServiceBinding
extends Object
implements org.eclipse.higgins.configuration.api.IConfigurableComponent

Binds the Axis 1.x framework generated skeleton code to the Higgins STS implementation. Class was originally auto-generated from WSDL by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.

Author:
mikemci at us dot ibm dot com

Constructor Summary
ServerServiceBinding()
          Constructor that initializes the class
 
Method Summary
 void configure(Map mapConfigureGlobalSettings, String strConfigureComponentName, Map mapConfigureComponentSettings, org.eclipse.higgins.configuration.api.ISettingDescriptor componentDescriptor, org.eclipse.higgins.configuration.api.ISettingDescriptor globalDescriptor)
           
 void ConfigureOrThrowException()
           
 Map getGlobalSettings()
           
 org.eclipse.higgins.configuration.api.IConfigurableComponent getService()
           
 Map getServiceSettings()
           
 void setConfigurationInfo(String strConfigDir, String strConfigFile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.higgins.configuration.api.IConfigurableComponent
getComponentDescriptor
 

Constructor Detail

ServerServiceBinding

public ServerServiceBinding()
Constructor that initializes the class

Method Detail

setConfigurationInfo

public void setConfigurationInfo(String strConfigDir,
                                 String strConfigFile)

getService

public org.eclipse.higgins.configuration.api.IConfigurableComponent getService()
                                                                        throws Exception
Throws:
Exception

getServiceSettings

public Map getServiceSettings()
                       throws Exception
Throws:
Exception

getGlobalSettings

public Map getGlobalSettings()
                      throws Exception
Throws:
Exception

configure

public void configure(Map mapConfigureGlobalSettings,
                      String strConfigureComponentName,
                      Map mapConfigureComponentSettings,
                      org.eclipse.higgins.configuration.api.ISettingDescriptor componentDescriptor,
                      org.eclipse.higgins.configuration.api.ISettingDescriptor globalDescriptor)
               throws Exception
Specified by:
configure in interface org.eclipse.higgins.configuration.api.IConfigurableComponent
Throws:
Exception

ConfigureOrThrowException

public void ConfigureOrThrowException()
                               throws RemoteException
Throws:
RemoteException