public class ServiceRef extends AbstractRef
Modifier and Type | Field and Description |
---|---|
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.
|
addrs, classFactory, classFactoryLocation, className
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
addHandler(HandlerRef handler) |
protected String |
getDefaultFactoryClassName() |
HandlerRef |
getHandler()
Add and Get Handlers classes.
|
int |
getHandlersSize() |
getFactoryClassName, toString
public static final String DEFAULT_FACTORY
public static final String SERVICE_INTERFACE
public static final String SERVICE_NAMESPACE
public static final String SERVICE_LOCAL_PART
public static final String WSDL
public static final String JAXRPCMAPPING
public static final String PORTCOMPONENTLINK
public static final String SERVICEENDPOINTINTERFACE
public ServiceRef(String refname, String serviceInterface, String[] serviceQname, String wsdl, String jaxrpcmapping)
public HandlerRef getHandler()
public int getHandlersSize()
public void addHandler(HandlerRef handler)
protected String getDefaultFactoryClassName()
getDefaultFactoryClassName
in class AbstractRef
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.