| java.lang.Object javax.naming.Reference org.apache.naming.ServiceRef
ServiceRef | public class ServiceRef extends Reference (Code) | | Represents a reference web service.
author: Fabien Carrion |
Constructor Summary | |
public | ServiceRef(String refname, String serviceInterface, String[] serviceQname, String wsdl, String jaxrpcmapping) Service Reference. | public | ServiceRef(String refname, String serviceInterface, String[] serviceQname, String wsdl, String jaxrpcmapping, String factory, String factoryLocation) Service Reference. |
DEFAULT_FACTORY | final public static String DEFAULT_FACTORY(Code) | | Default factory for this reference.
|
JAXRPCMAPPING | final public static String JAXRPCMAPPING(Code) | | Jaxrpcmapping address type.
|
PORTCOMPONENTLINK | final public static String PORTCOMPONENTLINK(Code) | | port-component-ref/port-component-link address type.
|
SERVICEENDPOINTINTERFACE | final public static String SERVICEENDPOINTINTERFACE(Code) | | port-component-ref/service-endpoint-interface address type.
|
SERVICE_INTERFACE | final public static String SERVICE_INTERFACE(Code) | | Service Classname address type.
|
SERVICE_LOCAL_PART | final public static String SERVICE_LOCAL_PART(Code) | | |
SERVICE_NAMESPACE | final public static String SERVICE_NAMESPACE(Code) | | ServiceQname address type.
|
WSDL | final public static String WSDL(Code) | | Wsdl Location address type.
|
ServiceRef | public ServiceRef(String refname, String serviceInterface, String[] serviceQname, String wsdl, String jaxrpcmapping)(Code) | | Service Reference.
Parameters: serviceClass - Service class |
getFactoryClassName | public String getFactoryClassName()(Code) | | Retrieves the class name of the factory of the object to which this
reference refers.
|
getHandlersSize | public int getHandlersSize()(Code) | | |
toString | public String toString()(Code) | | Return a String rendering of this object.
|
|
|