Searched refs:processHandlerAnnotation (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/config/management/
H A DEndpointCreationAttributes.java41 private final boolean processHandlerAnnotation; field in class:EndpointCreationAttributes
49 * @param processHandlerAnnotation The original processHandlerAnnotation setting.
54 public EndpointCreationAttributes(final boolean processHandlerAnnotation, argument
58 this.processHandlerAnnotation = processHandlerAnnotation;
65 * Return the original processHandlerAnnotation setting.
67 * @return The original processHandlerAnnotation setting.
70 return this.processHandlerAnnotation;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DWSEndpoint.java433 * @param processHandlerAnnotation
487 boolean processHandlerAnnotation,
500 implType,processHandlerAnnotation, invoker,serviceName,portName,container,binding,primaryWsdl,metadata,resolver,isTransportSynchronous);
507 processHandlerAnnotation, invoker, resolver, isTransportSynchronous);
520 boolean processHandlerAnnotation,
529 return create(implType,processHandlerAnnotation,invoker,serviceName,portName,container,binding,primaryWsdl,metadata,resolver,false);
544 boolean processHandlerAnnotation,
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,
212 if (processHandlerAnnotation) {
213 processHandlerAnnotation(binding, implType, serviceName, portName);
264 private static <T> void processHandlerAnnotation(WSBinding binding, Class<T> implType, QName serviceName, QName portName) { method in class:EndpointFactory
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

Completed in 33 milliseconds