public class ServiceRef extends Reference
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) |
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.
|
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)
public String getFactoryClassName()
getFactoryClassName
in class Reference
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.