Package com.sun.xml.rpc.util
Class JaxRpcObjectFactoryImpl
java.lang.Object
com.sun.xml.rpc.spi.JaxRpcObjectFactory
com.sun.xml.rpc.util.JaxRpcObjectFactoryImpl
Singleton factory class to instantiate concrete objects.
- Author:
- JAX-RPC Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateClientTransportFactory(int type, OutputStream outputStream) createCompileTool(OutputStream outputStream, String str) createConfiguration(ProcessorEnvironment processorEnvironment) createImplementor(javax.servlet.ServletContext servletContext, Tie tie) createImplementorCache(javax.servlet.ServletConfig servletConfig) createJ2EEModelInfo(URL mappingFile) Names provides utility methods used by other wscompile classes for dealing with identifiers.createNamespaceMappingInfo(String namespaceURI, String javaPackageName) Methods inherited from class com.sun.xml.rpc.spi.JaxRpcObjectFactory
newInstance
-
Constructor Details
-
JaxRpcObjectFactoryImpl
public JaxRpcObjectFactoryImpl()
-
-
Method Details
-
createModelFileModelInfo
- Specified by:
createModelFileModelInfoin classJaxRpcObjectFactory
-
createJ2EEModelInfo
- Specified by:
createJ2EEModelInfoin classJaxRpcObjectFactory- Throws:
Exception
-
createClientTransportFactory
- Specified by:
createClientTransportFactoryin classJaxRpcObjectFactory- Parameters:
type- The type of ClientTransportFactory- See Also:
-
createCompileTool
- Specified by:
createCompileToolin classJaxRpcObjectFactory
-
createImplementor
- Specified by:
createImplementorin classJaxRpcObjectFactory
-
createImplementorCache
- Specified by:
createImplementorCachein classJaxRpcObjectFactory
-
createConfiguration
- Specified by:
createConfigurationin classJaxRpcObjectFactory
-
createHandlerInfo
- Specified by:
createHandlerInfoin classJaxRpcObjectFactory
-
createNames
Description copied from class:JaxRpcObjectFactoryNames provides utility methods used by other wscompile classes for dealing with identifiers. This is not the most obvious/intuitive method name. Any suggestion is welcome.- Specified by:
createNamesin classJaxRpcObjectFactory
-
createNamespaceMappingInfo
- Specified by:
createNamespaceMappingInfoin classJaxRpcObjectFactory
-
createNamespaceMappingRegistryInfo
- Specified by:
createNamespaceMappingRegistryInfoin classJaxRpcObjectFactory
-
createNoMetadataModelInfo
- Specified by:
createNoMetadataModelInfoin classJaxRpcObjectFactory
-
createRuntimeEndpointInfo
- Specified by:
createRuntimeEndpointInfoin classJaxRpcObjectFactory
-
createSOAPMessageContext
- Specified by:
createSOAPMessageContextin classJaxRpcObjectFactory
-
createServletDelegate
- Specified by:
createServletDelegatein classJaxRpcObjectFactory
-
createXMLModelFileFilter
- Specified by:
createXMLModelFileFilterin classJaxRpcObjectFactory
-
createWSDLUtil
- Specified by:
createWSDLUtilin classJaxRpcObjectFactory
-
createWSDLParser
- Specified by:
createWSDLParserin classJaxRpcObjectFactory
-