Apache Tomcat 7.0.28

org.apache.naming
Class ServiceRef

java.lang.Object
  extended by javax.naming.Reference
      extended by org.apache.naming.ServiceRef
All Implemented Interfaces:
Serializable, Cloneable

public class ServiceRef
extends Reference

Represents a reference web service.

Author:
Fabien Carrion
See Also:
Serialized Form

Field Summary
static String DEFAULT_FACTORY
          Default factory for this reference.
static String JAXRPCMAPPING
          Jaxrpcmapping address type.
static String PORTCOMPONENTLINK
          port-component-ref/port-component-link address type.
static String SERVICE_INTERFACE
          Service Classname address type.
static String SERVICE_LOCAL_PART
           
static String SERVICE_NAMESPACE
          ServiceQname address type.
static String SERVICEENDPOINTINTERFACE
          port-component-ref/service-endpoint-interface address type.
static String WSDL
          Wsdl Location address type.
 
Fields inherited from class javax.naming.Reference
addrs, classFactory, classFactoryLocation, className
 
Constructor Summary
ServiceRef(String refname, String serviceInterface, String[] serviceQname, String wsdl, String jaxrpcmapping)
           
ServiceRef(String refname, String serviceInterface, String[] serviceQname, String wsdl, String jaxrpcmapping, String factory, String factoryLocation)
           
 
Method Summary
 void addHandler(HandlerRef handler)
           
 String getFactoryClassName()
          Retrieves the class name of the factory of the object to which this reference refers.
 HandlerRef getHandler()
          Add and Get Handlers classes.
 int getHandlersSize()
           
 String toString()
          Return a String rendering of this object.
 
Methods inherited from class javax.naming.Reference
add, add, clear, clone, equals, get, get, getAll, getClassName, getFactoryClassLocation, hashCode, remove, size
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_FACTORY

public static final String DEFAULT_FACTORY
Default factory for this reference.

See Also:
Constant Field Values

SERVICE_INTERFACE

public static final String SERVICE_INTERFACE
Service Classname address type.

See Also:
Constant Field Values

SERVICE_NAMESPACE

public static final String SERVICE_NAMESPACE
ServiceQname address type.

See Also:
Constant Field Values

SERVICE_LOCAL_PART

public static final String SERVICE_LOCAL_PART
See Also:
Constant Field Values

WSDL

public static final String WSDL
Wsdl Location address type.

See Also:
Constant Field Values

JAXRPCMAPPING

public static final String JAXRPCMAPPING
Jaxrpcmapping address type.

See Also:
Constant Field Values

PORTCOMPONENTLINK

public static final String PORTCOMPONENTLINK
port-component-ref/port-component-link address type.

See Also:
Constant Field Values

SERVICEENDPOINTINTERFACE

public static final String SERVICEENDPOINTINTERFACE
port-component-ref/service-endpoint-interface address type.

See Also:
Constant Field Values
Constructor Detail

ServiceRef

public ServiceRef(String refname,
                  String serviceInterface,
                  String[] serviceQname,
                  String wsdl,
                  String jaxrpcmapping)

ServiceRef

public ServiceRef(String refname,
                  String serviceInterface,
                  String[] serviceQname,
                  String wsdl,
                  String jaxrpcmapping,
                  String factory,
                  String factoryLocation)
Method Detail

getHandler

public HandlerRef getHandler()
Add and Get Handlers classes.


getHandlersSize

public int getHandlersSize()

addHandler

public void addHandler(HandlerRef handler)

getFactoryClassName

public String getFactoryClassName()
Retrieves the class name of the factory of the object to which this reference refers.

Overrides:
getFactoryClassName in class Reference

toString

public String toString()
Return a String rendering of this object.

Overrides:
toString in class Reference

Apache Tomcat 7.0.28

Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.