Searched defs:implType (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/provider/
H A DProviderInvokerTube.java52 create(Class<T> implType, WSBinding binding, Invoker invoker) { argument
54 ProviderEndpointModel<T> model = new ProviderEndpointModel<T>(implType, binding);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DDefaultFactory.java96 implType = entry.name () + "Impl"; // default implementation class
171 stream.println (" return is.read_value(new " + implType + " ());");
199 protected String implType; field in class:DefaultFactory
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DAbstractField.java98 protected final JType implType; field in class:AbstractField
102 * If we are generating value classes implType==exposedType.
110 this.implType = getType(IMPLEMENTATION);
413 * Case from {@link #exposedType} to {@link #implType} if necessary.
416 if(implType==exposedType)
419 return JExpr.cast(implType,exp);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DWSEndpoint.java430 * @param implType
486 @NotNull Class<T> implType,
500 implType,processHandlerAnnotation, invoker,serviceName,portName,container,binding,primaryWsdl,metadata,resolver,isTransportSynchronous);
519 @NotNull Class<T> implType,
529 return create(implType,processHandlerAnnotation,invoker,serviceName,portName,container,binding,primaryWsdl,metadata,resolver,false);
543 @NotNull Class<T> implType,
554 implType,processHandlerAnnotation,invoker,serviceName,portName,container,binding,primaryWsdl,metadata,
485 create( @otNull Class<T> implType, boolean processHandlerAnnotation, @Nullable Invoker invoker, @Nullable QName serviceName, @Nullable QName portName, @Nullable Container container, @Nullable WSBinding binding, @Nullable SDDocumentSource primaryWsdl, @Nullable Collection<? extends SDDocumentSource> metadata, @Nullable EntityResolver resolver, boolean isTransportSynchronous) argument
518 create( @otNull Class<T> implType, boolean processHandlerAnnotation, @Nullable Invoker invoker, @Nullable QName serviceName, @Nullable QName portName, @Nullable Container container, @Nullable WSBinding binding, @Nullable SDDocumentSource primaryWsdl, @Nullable Collection<? extends SDDocumentSource> metadata, @Nullable EntityResolver resolver) argument
542 create( @otNull Class<T> implType, boolean processHandlerAnnotation, @Nullable Invoker invoker, @Nullable QName serviceName, @Nullable QName portName, @Nullable Container container, @Nullable WSBinding binding, @Nullable SDDocumentSource primaryWsdl, @Nullable Collection<? extends SDDocumentSource> metadata, @Nullable URL catalogUrl) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DEndpointFactory.java99 Class<T> implType, boolean processHandlerAnnotation, @Nullable Invoker invoker,
106 if(implType ==null)
109 verifyImplementorClass(implType);
112 invoker = InstanceResolver.createDefault(implType).createInvoker();
126 serviceName = getDefaultServiceName(implType);
129 portName = getDefaultPortName(serviceName,implType);
141 binding = BindingImpl.create(BindingID.parse(implType));
148 if (implType.getAnnotation(WebServiceProvider.class)==null) {
149 portTypeName = RuntimeModeler.getPortTypeName(implType);
167 features.parseAnnotations(implType);
98 createEndpoint( Class<T> implType, boolean processHandlerAnnotation, @Nullable Invoker invoker, @Nullable QName serviceName, @Nullable QName portName, @Nullable Container container, @Nullable WSBinding binding, @Nullable SDDocumentSource primaryWsdl, @Nullable Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) argument
264 processHandlerAnnotation(WSBinding binding, Class<T> implType, QName serviceName, QName portName) argument
307 createSEIModel(WSDLPort wsdlPort, Class<?> implType, @NotNull QName serviceName, @NotNull QName portName, WSBinding binding) argument
354 getDefaultServiceName(Class<?> implType) argument
374 getDefaultPortName(QName serviceName, Class<?> implType) argument
397 getWsdlLocation(Class<?> implType) argument
417 generateWSDL(WSBinding binding, AbstractSEIModelImpl seiModel, List<SDDocumentImpl> docs, Container container, Class implType) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/
H A DWSDLGenerator.java186 private final Class implType; field in class:WSDLGenerator
199 Class implType, boolean inlineSchemas, WSDLGeneratorExtension... extensions) {
205 this.implType = implType;
342 WSDLGenExtnContext serviceCtx = new WSDLGenExtnContext(serviceDefinitions, model, binding, container, implType);
198 WSDLGenerator(AbstractSEIModelImpl model, WSDLResolver wsdlResolver, WSBinding binding, Container container, Class implType, boolean inlineSchemas, WSDLGeneratorExtension... extensions) argument

Completed in 48 milliseconds