| java.lang.Object org.objectweb.jonas.ws.axis.JAxisServiceFactory
JAxisServiceFactory | public class JAxisServiceFactory implements JServiceFactory(Code) | | Axis specific JServiceFactory. Create an Axis Service Reference. Used to
recreate Axis Service bound in JNDI (ObjectFactory)
author: Guillaume Sauthier author: Xavier Delplanque |
REF_CLIENT_CONFIG | final public static String REF_CLIENT_CONFIG(Code) | | Ref name for client-config wsdd
|
REF_SERVICE_CALL_PROPS | final public static String REF_SERVICE_CALL_PROPS(Code) | | Ref name for the service call properties
|
REF_SERVICE_PORT2WSDL | final public static String REF_SERVICE_PORT2WSDL(Code) | | Ref name for a Map linking service-endpoint-interface (from port-component) to wsdl:port
|
REF_SERVICE_QNAME | final public static String REF_SERVICE_QNAME(Code) | | Ref name for the service QName
|
REF_SERVICE_STUB_PROPS | final public static String REF_SERVICE_STUB_PROPS(Code) | | Ref name for the service call properties
|
REF_SERVICE_WSDL | final public static String REF_SERVICE_WSDL(Code) | | Ref name for the service WSDL URL
|
REF_SERVICE_WSDL_PORT_LIST | final public static String REF_SERVICE_WSDL_PORT_LIST(Code) | | Ref name for the service port list
|
JAxisServiceFactory | public JAxisServiceFactory()(Code) | | Construct a new JAxisServiceFactory.
|
getObjectInstance | public Object getObjectInstance(Object refObject, Name name, Context nameCtx, Hashtable env) throws Exception(Code) | | Create a new instance of Axis Service (or sub classes) from a Reference
object.
Parameters: refObject - the Reference to create an instance from Parameters: name - Object Name Parameters: nameCtx - Context Parameters: env - the environnment A Service instance configured throws: Exception - when instanciation fail (check if this is a correctbehavior !!!) |
getServiceReference | public Reference getServiceReference(ServiceRefDesc sr, ClassLoader cl) throws WSServiceException(Code) | | Create a Reference on a Service from an Axis Service object.
Parameters: sr - the service-ref instance where informations are extracted Parameters: cl - the classloader where config files can be loaded a Reference on a Service from an Axis Service object. throws: WSServiceException - if wsdd cannot be load or merged |
|
|