electric.soap.registry
Class SOAPRegistry

java.lang.Object
  extended byelectric.soap.registry.SOAPRegistry
All Implemented Interfaces:
IEXMLLoggingConstants, IGLUELoggingConstants, ILoggingConstants, IRegistry, IWSDLConstants

public final class SOAPRegistry
extends java.lang.Object
implements IRegistry, IWSDLConstants, IGLUELoggingConstants

SOAPRegistry.

Author:
webMethods

Field Summary
 
Fields inherited from interface electric.wsdl.IWSDLConstants
ADDRESS, BINDING, DEFINITIONS, DESCRIPTION, DOCUMENT, DOCUMENTATION, ELEMENT, ENCODED, ENCODING_STYLE, ENDPOINT, FAULT, FAULT_DETAIL, GET, GETPOST, HTTP, INPUT, LITERAL, LOCATION, MESSAGE, METHOD_NAMESPACE, MIME, NAME, NAMESPACE, OPERATION, OUTPUT, PARAMETER_ORDER, PARAMETERS, PART, PORT, PORT_TYPE, POST, RPC, SERVICE, SOAP, SOAP_ACTION, STYLE, TARGET_NAMESPACE, TARGET_NAMESPACE_PREFIX, TNS, TRANSPORT, TYPE, USE, VERB, WSDL_EXTENSION, WSDL_NAMESPACE, WSDL_PREFIX, WSDL_SOAP_NAMESPACE, WSDL_SOAP_PREFIX, WSDL_SOAP11_NAMESPACE, WSDL_SOAP11_PREFIX, WSDL_SOAP12_NAMESPACE, WSDL_SOAP12_PREFIX
 
Fields inherited from interface electric.glue.IGLUELoggingConstants
CLUSTER_DEBUG_EVENT, CLUSTER_EVENT, CONSOLE_DEBUG_EVENT, DEPLOY_EVENT, DETECTORS_EVENT, HTTP_EVENT, JMS_EVENT, REBINDING_EVENT, SECURITY_DEBUG_EVENT, SECURITY_DETAIL_EVENT, SERVLET_EVENT, SOAP_EVENT
 
Fields inherited from interface electric.xml.IEXMLLoggingConstants
MAPPING_EVENT, SCHEMA_EVENT
 
Fields inherited from interface electric.util.log.ILoggingConstants
CLASSLOADER_EVENT, COMMAND_EVENT, COMMENT_EVENT, CONFIG_EVENT, DEBUG_EVENT, ELECTRIC_LOGGING_PROPERTY, ERROR_EVENT, EXCEPTION_EVENT, FILE_EVENT, LICENSE_EVENT, RESOURCES_EVENT, SECURITY_EVENT, SHUTDOWN_EVENT, SOURCE_EVENT, SQL_EVENT, STARTUP_EVENT, WARNING_EVENT
 
Constructor Summary
SOAPRegistry()
           
 
Method Summary
 IReference bind(java.lang.String path, java.lang.Class[] interfaces, Context proxyContext)
          Return a reference to the service described by the path.
 boolean publish(java.lang.String path, java.lang.Object object, Context context)
          Return false, since a SOAPRegistry cannot be used for publishing.
 boolean unpublish(java.lang.String path)
          Return false, since a SOAPRegistry cannot be used for unpublishing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPRegistry

public SOAPRegistry()
Method Detail

bind

public IReference bind(java.lang.String path,
                       java.lang.Class[] interfaces,
                       Context proxyContext)
                throws RegistryException
Description copied from interface: IRegistry
Return a reference to the service described by the path. If this registry cannot process paths of the specified form, immediately return null.

Specified by:
bind in interface IRegistry
Parameters:
path - The path.
interfaces - The interfaces.
proxyContext - The context.
Returns:
A reference to the service.
Throws:
RegistryException

publish

public boolean publish(java.lang.String path,
                       java.lang.Object object,
                       Context context)
Return false, since a SOAPRegistry cannot be used for publishing.

Specified by:
publish in interface IRegistry
Parameters:
path - The path.
object - The object.
context - The context.
Returns:
True if the object was published.

unpublish

public boolean unpublish(java.lang.String path)
Return false, since a SOAPRegistry cannot be used for unpublishing.

Specified by:
unpublish in interface IRegistry
Parameters:
path - The path.
Returns:
True if the object was unpublished.


copyright© 2001-2004 by webMethods All Rights Reserved.