Package com.sun.xml.rpc.util
Class JaxRpcObjectFactoryImpl
- java.lang.Object
-
- com.sun.xml.rpc.spi.JaxRpcObjectFactory
-
- com.sun.xml.rpc.util.JaxRpcObjectFactoryImpl
-
public class JaxRpcObjectFactoryImpl extends JaxRpcObjectFactory
Singleton factory class to instantiate concrete objects.- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description JaxRpcObjectFactoryImpl()
-
Method Summary
-
Methods inherited from class com.sun.xml.rpc.spi.JaxRpcObjectFactory
newInstance
-
-
-
-
Method Detail
-
createModelFileModelInfo
public ModelFileModelInfo createModelFileModelInfo()
- Specified by:
createModelFileModelInfoin classJaxRpcObjectFactory
-
createJ2EEModelInfo
public J2EEModelInfo createJ2EEModelInfo(URL mappingFile) throws Exception
- Specified by:
createJ2EEModelInfoin classJaxRpcObjectFactory- Throws:
Exception
-
createClientTransportFactory
public ClientTransportFactory createClientTransportFactory(int type, OutputStream outputStream)
- Specified by:
createClientTransportFactoryin classJaxRpcObjectFactory- Parameters:
type- The type of ClientTransportFactory- See Also:
ClientTransportFactoryTypes
-
createCompileTool
public CompileTool createCompileTool(OutputStream outputStream, String str)
- Specified by:
createCompileToolin classJaxRpcObjectFactory
-
createImplementor
public Implementor createImplementor(javax.servlet.ServletContext servletContext, Tie tie)
- Specified by:
createImplementorin classJaxRpcObjectFactory
-
createImplementorCache
public ImplementorCache createImplementorCache(javax.servlet.ServletConfig servletConfig)
- Specified by:
createImplementorCachein classJaxRpcObjectFactory
-
createConfiguration
public Configuration createConfiguration(ProcessorEnvironment processorEnvironment)
- Specified by:
createConfigurationin classJaxRpcObjectFactory
-
createHandlerInfo
public HandlerInfo createHandlerInfo()
- Specified by:
createHandlerInfoin classJaxRpcObjectFactory
-
createNames
public Names 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
public NamespaceMappingInfo createNamespaceMappingInfo(String namespaceURI, String javaPackageName)
- Specified by:
createNamespaceMappingInfoin classJaxRpcObjectFactory
-
createNamespaceMappingRegistryInfo
public NamespaceMappingRegistryInfo createNamespaceMappingRegistryInfo()
- Specified by:
createNamespaceMappingRegistryInfoin classJaxRpcObjectFactory
-
createNoMetadataModelInfo
public NoMetadataModelInfo createNoMetadataModelInfo()
- Specified by:
createNoMetadataModelInfoin classJaxRpcObjectFactory
-
createRuntimeEndpointInfo
public RuntimeEndpointInfo createRuntimeEndpointInfo()
- Specified by:
createRuntimeEndpointInfoin classJaxRpcObjectFactory
-
createSOAPMessageContext
public SOAPMessageContext createSOAPMessageContext()
- Specified by:
createSOAPMessageContextin classJaxRpcObjectFactory
-
createServletDelegate
public ServletDelegate createServletDelegate()
- Specified by:
createServletDelegatein classJaxRpcObjectFactory
-
createXMLModelFileFilter
public XMLModelFileFilter createXMLModelFileFilter()
- Specified by:
createXMLModelFileFilterin classJaxRpcObjectFactory
-
createWSDLUtil
public WSDLUtil createWSDLUtil()
- Specified by:
createWSDLUtilin classJaxRpcObjectFactory
-
createWSDLParser
public WSDLParser createWSDLParser()
- Specified by:
createWSDLParserin classJaxRpcObjectFactory
-
-