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

java.lang.Object
  extended byorg.eclipse.higgins.sts.binding.axis1x.ServerServiceBinding
      extended byorg.eclipse.higgins.sts.binding.axis1x.MetadataExchangeServiceServerBinding
All Implemented Interfaces:
org.eclipse.higgins.configuration.api.IConfigurableComponent

public class MetadataExchangeServiceServerBinding
extends ServerServiceBinding

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

Method Summary
 void configure(Map mapConfigureGlobalSettings, String strConfigureComponentName, Map mapConfigureComponentSettings)
           
static MetadataExchangeServiceServerBinding getInstance()
           
 org.xmlsoap.schemas.ws._2004._09.mex.Metadata getMetadata()
           
 org.xmlsoap.schemas.ws._2004._09.mex.Metadata getMetadata(URI uriRequest)
           
 String getMetadataString(URI uriRequest)
           
 String getServiceName()
           
 
Methods inherited from class org.eclipse.higgins.sts.binding.axis1x.ServerServiceBinding
ConfigureOrThrowException, getGlobalSettings, getService, getServiceSettings, setConfigurationInfo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getServiceName

public String getServiceName()

getInstance

public static MetadataExchangeServiceServerBinding getInstance()

configure

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

getMetadata

public org.xmlsoap.schemas.ws._2004._09.mex.Metadata getMetadata()
                                                          throws RemoteException
Throws:
RemoteException

getMetadata

public org.xmlsoap.schemas.ws._2004._09.mex.Metadata getMetadata(URI uriRequest)
                                                          throws RemoteException
Throws:
RemoteException

getMetadataString

public String getMetadataString(URI uriRequest)
                         throws RemoteException
Throws:
RemoteException