public class ServiceRef extends AbstractRef
| Modifier and Type | Field and Description | 
|---|---|
| static String | DEFAULT_FACTORYDefault factory for this reference. | 
| static String | JAXRPCMAPPINGJaxrpcmapping address type. | 
| static String | PORTCOMPONENTLINKport-component-ref/port-component-link address type. | 
| static String | SERVICE_INTERFACEService Classname address type. | 
| static String | SERVICE_LOCAL_PART | 
| static String | SERVICE_NAMESPACEServiceQname address type. | 
| static String | SERVICEENDPOINTINTERFACEport-component-ref/service-endpoint-interface address type. | 
| static String | WSDLWsdl 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, toStringpublic 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 AbstractRefCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.