Package org.apache.naming
Class ServiceRef
java.lang.Object
javax.naming.Reference
org.apache.naming.AbstractRef
org.apache.naming.ServiceRef
- All Implemented Interfaces:
Serializable
,Cloneable
Represents a reference web service.
- Author:
- Fabien Carrion
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Default factory for this reference.static final String
Jaxrpcmapping address type.static final String
port-component-ref/port-component-link address type.static final String
Service Classname address type.static final String
static final String
ServiceQname address type.static final String
port-component-ref/service-endpoint-interface address type.static final String
Wsdl Location address type.Fields inherited from class javax.naming.Reference
addrs, classFactory, classFactoryLocation, className
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addHandler
(HandlerRef handler) protected String
Add and Get Handlers classes.int
Methods inherited from class org.apache.naming.AbstractRef
getFactoryClassName, toString
-
Field Details
-
DEFAULT_FACTORY
-
SERVICE_INTERFACE
-
SERVICE_NAMESPACE
-
SERVICE_LOCAL_PART
- See Also:
-
WSDL
-
JAXRPCMAPPING
-
PORTCOMPONENTLINK
port-component-ref/port-component-link address type.- See Also:
-
SERVICEENDPOINTINTERFACE
port-component-ref/service-endpoint-interface address type.- See Also:
-
-
Constructor Details
-
ServiceRef
-
ServiceRef
-
-
Method Details
-
getHandler
-
getHandlersSize
public int getHandlersSize() -
addHandler
-
getDefaultFactoryClassName
- Specified by:
getDefaultFactoryClassName
in classAbstractRef
-