Binary compatibility report for the OpenEJB library between 4.0.0 and 4.5.0 versions
Test Info
Library Name | OpenEJB |
Version #1 | 4.0.0 |
Version #2 | 4.5.0 |
Test Results
Total Java ARchives | 16 |
---|
Total Methods / Classes | 38209 / 4598 |
---|
Verdict | Incompatible (49.1%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 1401 |
---|
Removed Methods | High | 18593 |
---|
Problems with Data Types | High | 2409 |
---|
Medium | 13 |
Low | 18 |
Problems with Methods | High | 3 |
---|
Medium | 0 |
Low | 1 |
Other Changes in Data Types | - | 85 |
Added Methods (1401)
openejb-client-4.5.0.jar, Body.class
package org.apache.openejb.client
EJBRequest.Body.EJBRequest.Body ( )
[run-time name: org/apache/openejb/client/EJBRequest.Body."<init>":()V]
EJBRequest.Body.getVersion ( ) : byte
[run-time name: org/apache/openejb/client/EJBRequest.Body.getVersion:()B]
openejb-client-4.5.0.jar, EJBRequest.class
package org.apache.openejb.client
EJBRequest.getVersion ( ) : byte
[run-time name: org/apache/openejb/client/EJBRequest.getVersion:()B]
openejb-client-4.5.0.jar, EJBResponse.class
package org.apache.openejb.client
EJBResponse.setResponse ( byte version, int code, Object result ) : void
[run-time name: org/apache/openejb/client/EJBResponse.setResponse:(BILjava/lang/Object;)V]
openejb-client-4.5.0.jar, MulticastConnectionFactory.class
package org.apache.openejb.client
MulticastConnectionFactory.getDefaultSchemes ( ) : java.util.Set
[run-time name: org/apache/openejb/client/MulticastConnectionFactory.getDefaultSchemes:()Ljava/util/Set;]
openejb-client-4.5.0.jar, MulticastPulseClient.class
package org.apache.openejb.client
MulticastPulseClient.clearBadUris ( ) [static] : void
[run-time name: org/apache/openejb/client/MulticastPulseClient.clearBadUris:()V]
MulticastPulseClient.discoverURIs ( String forGroup, java.util.Set schemes, String host, int port, long timeout ) [static] : java.util.Set
[run-time name: org/apache/openejb/client/MulticastPulseClient.discoverURIs:(Ljava/lang/String;Ljava/util/Set;Ljava/lang/String;IJ)Ljava/util/Set;]
MulticastPulseClient.getConnection ( java.net.URI uri ) : Connection
[run-time name: org/apache/openejb/client/MulticastPulseClient.getConnection:(Ljava/net/URI;)Lorg/apache/openejb/client/Connection;]
MulticastPulseClient.getSockets ( java.net.InetAddress ia, int port ) [static] : java.net.MulticastSocket[ ]
[run-time name: org/apache/openejb/client/MulticastPulseClient.getSockets:(Ljava/net/InetAddress;I)[Ljava/net/MulticastSocket;]
MulticastPulseClient.isLocalAddress ( String host, boolean wildcardIsLocal ) [static] : boolean
[run-time name: org/apache/openejb/client/MulticastPulseClient.isLocalAddress:(Ljava/lang/String;Z)Z]
MulticastPulseClient.main ( String[ ] args ) [static] : void
[run-time name: org/apache/openejb/client/MulticastPulseClient.main:([Ljava/lang/String;)V]
MulticastPulseClient.MulticastPulseClient ( )
[run-time name: org/apache/openejb/client/MulticastPulseClient."<init>":()V]
openejb-client-4.5.0.jar, RequestFailed.class
package org.apache.openejb.client.event
RequestFailed.getThrowable ( ) : Throwable
[run-time name: org/apache/openejb/client/event/RequestFailed.getThrowable:()Ljava/lang/Throwable;]
RequestFailed.RequestFailed ( java.net.URI server, org.apache.openejb.client.Request request, Throwable throwable )
[run-time name: org/apache/openejb/client/event/RequestFailed."<init>":(Ljava/net/URI;Lorg/apache/openejb/client/Request;Ljava/lang/Throwable;)V]
openejb-core-4.5.0.jar, AbstractDelegatingLogger.class
package org.apache.openejb.log.logger
AbstractDelegatingLogger.AbstractDelegatingLogger ( String name, String resourceBundleName )
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
AbstractDelegatingLogger.addHandler ( java.util.logging.Handler handler ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.addHandler:(Ljava/util/logging/Handler;)V]
AbstractDelegatingLogger.config ( String msg ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.config:(Ljava/lang/String;)V]
AbstractDelegatingLogger.doLog ( java.util.logging.LogRecord lr ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.doLog:(Ljava/util/logging/LogRecord;)V]
AbstractDelegatingLogger.doLog ( java.util.logging.LogRecord lr, String rbname ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.doLog:(Ljava/util/logging/LogRecord;Ljava/lang/String;)V]
AbstractDelegatingLogger.entering ( String sourceClass, String sourceMethod ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.entering:(Ljava/lang/String;Ljava/lang/String;)V]
AbstractDelegatingLogger.entering ( String sourceClass, String sourceMethod, Object param1 ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.entering:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V]
AbstractDelegatingLogger.entering ( String sourceClass, String sourceMethod, Object[ ] params ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.entering:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V]
AbstractDelegatingLogger.exiting ( String sourceClass, String sourceMethod ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.exiting:(Ljava/lang/String;Ljava/lang/String;)V]
AbstractDelegatingLogger.exiting ( String sourceClass, String sourceMethod, Object result ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.exiting:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V]
AbstractDelegatingLogger.fine ( String msg ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.fine:(Ljava/lang/String;)V]
AbstractDelegatingLogger.finer ( String msg ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.finer:(Ljava/lang/String;)V]
AbstractDelegatingLogger.finest ( String msg ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.finest:(Ljava/lang/String;)V]
AbstractDelegatingLogger.formatMessage ( java.util.logging.LogRecord record ) : String
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.formatMessage:(Ljava/util/logging/LogRecord;)Ljava/lang/String;]
AbstractDelegatingLogger.getHandlers ( ) : java.util.logging.Handler[ ]
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.getHandlers:()[Ljava/util/logging/Handler;]
AbstractDelegatingLogger.getLevel ( ) [abstract] : java.util.logging.Level
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.getLevel:()Ljava/util/logging/Level;]
AbstractDelegatingLogger.getParent ( ) : java.util.logging.Logger
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.getParent:()Ljava/util/logging/Logger;]
AbstractDelegatingLogger.getUseParentHandlers ( ) : boolean
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.getUseParentHandlers:()Z]
AbstractDelegatingLogger.info ( String msg ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.info:(Ljava/lang/String;)V]
AbstractDelegatingLogger.internalLog ( java.util.logging.LogRecord record ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.internalLog:(Ljava/util/logging/LogRecord;)V]
AbstractDelegatingLogger.internalLogFormatted ( String p1, java.util.logging.LogRecord p2 ) [abstract] : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.internalLogFormatted:(Ljava/lang/String;Ljava/util/logging/LogRecord;)V]
AbstractDelegatingLogger.isLoggable ( java.util.logging.Level level ) : boolean
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.isLoggable:(Ljava/util/logging/Level;)Z]
AbstractDelegatingLogger.log ( java.util.logging.Level level, String msg ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V]
AbstractDelegatingLogger.log ( java.util.logging.Level level, String msg, Object param1 ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Object;)V]
AbstractDelegatingLogger.log ( java.util.logging.Level level, String msg, Object[ ] params ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.log:(Ljava/util/logging/Level;Ljava/lang/String;[Ljava/lang/Object;)V]
AbstractDelegatingLogger.log ( java.util.logging.Level level, String msg, Throwable thrown ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V]
AbstractDelegatingLogger.log ( java.util.logging.LogRecord record ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.log:(Ljava/util/logging/LogRecord;)V]
AbstractDelegatingLogger.logp ( java.util.logging.Level level, String sourceClass, String sourceMethod, String msg ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
AbstractDelegatingLogger.logp ( java.util.logging.Level level, String sourceClass, String sourceMethod, String msg, Object param1 ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V]
AbstractDelegatingLogger.logp ( java.util.logging.Level level, String sourceClass, String sourceMethod, String msg, Object[ ] params ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V]
AbstractDelegatingLogger.logp ( java.util.logging.Level level, String sourceClass, String sourceMethod, String msg, Throwable thrown ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V]
AbstractDelegatingLogger.logrb ( java.util.logging.Level level, String sourceClass, String sourceMethod, String bundleName, String msg ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.logrb:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
AbstractDelegatingLogger.logrb ( java.util.logging.Level level, String sourceClass, String sourceMethod, String bundleName, String msg, Object param1 ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.logrb:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V]
AbstractDelegatingLogger.logrb ( java.util.logging.Level level, String sourceClass, String sourceMethod, String bundleName, String msg, Object[ ] params ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.logrb:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V]
AbstractDelegatingLogger.logrb ( java.util.logging.Level level, String sourceClass, String sourceMethod, String bundleName, String msg, Throwable thrown ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.logrb:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V]
AbstractDelegatingLogger.removeHandler ( java.util.logging.Handler handler ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.removeHandler:(Ljava/util/logging/Handler;)V]
AbstractDelegatingLogger.setLevel ( java.util.logging.Level newLevel ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.setLevel:(Ljava/util/logging/Level;)V]
AbstractDelegatingLogger.setParent ( java.util.logging.Logger parent ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.setParent:(Ljava/util/logging/Logger;)V]
AbstractDelegatingLogger.setUseParentHandlers ( boolean useParentHandlers ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.setUseParentHandlers:(Z)V]
AbstractDelegatingLogger.severe ( String msg ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.severe:(Ljava/lang/String;)V]
AbstractDelegatingLogger.supportsHandlers ( ) : boolean
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.supportsHandlers:()Z]
AbstractDelegatingLogger.throwing ( String sourceClass, String sourceMethod, Throwable thrown ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.throwing:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V]
AbstractDelegatingLogger.warning ( String msg ) : void
[run-time name: org/apache/openejb/log/logger/AbstractDelegatingLogger.warning:(Ljava/lang/String;)V]
openejb-core-4.5.0.jar, AbstractRouter.class
package org.apache.openejb.resource.jdbc.router
AbstractRouter.AbstractRouter ( )
[run-time name: org/apache/openejb/resource/jdbc/router/AbstractRouter."<init>":()V]
AbstractRouter.getJndiResource ( String name ) : Object
[run-time name: org/apache/openejb/resource/jdbc/router/AbstractRouter.getJndiResource:(Ljava/lang/String;)Ljava/lang/Object;]
AbstractRouter.getOpenEJBResource ( String name ) : Object
[run-time name: org/apache/openejb/resource/jdbc/router/AbstractRouter.getOpenEJBResource:(Ljava/lang/String;)Ljava/lang/Object;]
openejb-core-4.5.0.jar, AbstractService.class
package org.apache.openejb.config.sys
AbstractService.getClassName ( ) : String
[run-time name: org/apache/openejb/config/sys/AbstractService.getClassName:()Ljava/lang/String;]
AbstractService.getConstructor ( ) : String
[run-time name: org/apache/openejb/config/sys/AbstractService.getConstructor:()Ljava/lang/String;]
AbstractService.getFactoryName ( ) : String
[run-time name: org/apache/openejb/config/sys/AbstractService.getFactoryName:()Ljava/lang/String;]
AbstractService.setClassName ( String className ) : void
[run-time name: org/apache/openejb/config/sys/AbstractService.setClassName:(Ljava/lang/String;)V]
AbstractService.setConstructor ( String constructor ) : void
[run-time name: org/apache/openejb/config/sys/AbstractService.setConstructor:(Ljava/lang/String;)V]
AbstractService.setFactoryName ( String factoryName ) : void
[run-time name: org/apache/openejb/config/sys/AbstractService.setFactoryName:(Ljava/lang/String;)V]
openejb-core-4.5.0.jar, AbstractSQLLogger.class
package org.apache.openejb.resource.jdbc.logging
AbstractSQLLogger.AbstractSQLLogger ( )
[run-time name: org/apache/openejb/resource/jdbc/logging/AbstractSQLLogger."<init>":()V]
AbstractSQLLogger.format ( String query, long ms ) : String
[run-time name: org/apache/openejb/resource/jdbc/logging/AbstractSQLLogger.format:(Ljava/lang/String;J)Ljava/lang/String;]
openejb-core-4.5.0.jar, ActiveMQResourceAdapter.class
package org.apache.openejb.resource.activemq
ActiveMQResourceAdapter.setStartupTimeout ( org.apache.openejb.util.Duration startupTimeout ) : void
[run-time name: org/apache/openejb/resource/activemq/ActiveMQResourceAdapter.setStartupTimeout:(Lorg/apache/openejb/util/Duration;)V]
openejb-core-4.5.0.jar, ActiveMQResourceAdapterBuilder.class
package org.apache.openejb.config.typed
ActiveMQResourceAdapterBuilder.ActiveMQResourceAdapterBuilder ( )
[run-time name: org/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder."<init>":()V]
ActiveMQResourceAdapterBuilder.getBrokerXmlConfig ( ) : String
[run-time name: org/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder.getBrokerXmlConfig:()Ljava/lang/String;]
ActiveMQResourceAdapterBuilder.getDataSource ( ) : String
[run-time name: org/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder.getDataSource:()Ljava/lang/String;]
ActiveMQResourceAdapterBuilder.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder.getProperties:()Ljava/util/Properties;]
ActiveMQResourceAdapterBuilder.getServerUrl ( ) : java.net.URI
[run-time name: org/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder.getServerUrl:()Ljava/net/URI;]
ActiveMQResourceAdapterBuilder.getStartupTimeout ( ) : org.apache.openejb.util.Duration
[run-time name: org/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder.getStartupTimeout:()Lorg/apache/openejb/util/Duration;]
ActiveMQResourceAdapterBuilder.id ( String id ) : ActiveMQResourceAdapterBuilder
[run-time name: org/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder.id:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder;]
ActiveMQResourceAdapterBuilder.setBrokerXmlConfig ( String brokerXmlConfig ) : void
[run-time name: org/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder.setBrokerXmlConfig:(Ljava/lang/String;)V]
ActiveMQResourceAdapterBuilder.setDataSource ( String dataSource ) : void
[run-time name: org/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder.setDataSource:(Ljava/lang/String;)V]
ActiveMQResourceAdapterBuilder.setServerUrl ( java.net.URI serverUrl ) : void
[run-time name: org/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder.setServerUrl:(Ljava/net/URI;)V]
ActiveMQResourceAdapterBuilder.setStartupTimeout ( long time, java.util.concurrent.TimeUnit unit ) : void
[run-time name: org/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder.setStartupTimeout:(JLjava/util/concurrent/TimeUnit;)V]
ActiveMQResourceAdapterBuilder.setStartupTimeout ( org.apache.openejb.util.Duration startupTimeout ) : void
[run-time name: org/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder.setStartupTimeout:(Lorg/apache/openejb/util/Duration;)V]
ActiveMQResourceAdapterBuilder.withBrokerXmlConfig ( String brokerXmlConfig ) : ActiveMQResourceAdapterBuilder
[run-time name: org/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder.withBrokerXmlConfig:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder;]
ActiveMQResourceAdapterBuilder.withDataSource ( String dataSource ) : ActiveMQResourceAdapterBuilder
[run-time name: org/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder.withDataSource:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder;]
ActiveMQResourceAdapterBuilder.withServerUrl ( java.net.URI serverUrl ) : ActiveMQResourceAdapterBuilder
[run-time name: org/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder.withServerUrl:(Ljava/net/URI;)Lorg/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder;]
ActiveMQResourceAdapterBuilder.withStartupTimeout ( long time, java.util.concurrent.TimeUnit unit ) : ActiveMQResourceAdapterBuilder
[run-time name: org/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder.withStartupTimeout:(JLjava/util/concurrent/TimeUnit;)Lorg/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder;]
ActiveMQResourceAdapterBuilder.withStartupTimeout ( org.apache.openejb.util.Duration startupTimeout ) : ActiveMQResourceAdapterBuilder
[run-time name: org/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder.withStartupTimeout:(Lorg/apache/openejb/util/Duration;)Lorg/apache/openejb/config/typed/ActiveMQResourceAdapterBuilder;]
openejb-core-4.5.0.jar, AdditionalLibClassLoaderEnricherObserver.class
package org.apache.openejb.assembler.classic.enricher
AdditionalLibClassLoaderEnricherObserver.AdditionalLibClassLoaderEnricherObserver ( )
[run-time name: org/apache/openejb/assembler/classic/enricher/AdditionalLibClassLoaderEnricherObserver."<init>":()V]
AdditionalLibClassLoaderEnricherObserver.initEnricher ( org.apache.openejb.observer.event.ObserverAdded event ) : void
[run-time name: org/apache/openejb/assembler/classic/enricher/AdditionalLibClassLoaderEnricherObserver.initEnricher:(Lorg/apache/openejb/observer/event/ObserverAdded;)V]
AdditionalLibClassLoaderEnricherObserver.setPath ( String path ) : void
[run-time name: org/apache/openejb/assembler/classic/enricher/AdditionalLibClassLoaderEnricherObserver.setPath:(Ljava/lang/String;)V]
openejb-core-4.5.0.jar, AnnotationDeployer.class
package org.apache.openejb.config
AnnotationDeployer.getEnvEntriesPropertiesDeployer ( ) : EnvEntriesPropertiesDeployer
[run-time name: org/apache/openejb/config/AnnotationDeployer.getEnvEntriesPropertiesDeployer:()Lorg/apache/openejb/config/EnvEntriesPropertiesDeployer;]
openejb-core-4.5.0.jar, AppContext.class
package org.apache.openejb
AppContext.getAsynchronousPool ( ) : async.AsynchronousPool
[run-time name: org/apache/openejb/AppContext.getAsynchronousPool:()Lorg/apache/openejb/async/AsynchronousPool;]
openejb-core-4.5.0.jar, AppContextConfigDeployer.class
package org.apache.openejb.config
AppContextConfigDeployer.AppContextConfigDeployer ( EnvEntriesPropertiesDeployer envEntriesPropertiesDeployer, BeanProperties beanProperties )
[run-time name: org/apache/openejb/config/AppContextConfigDeployer."<init>":(Lorg/apache/openejb/config/EnvEntriesPropertiesDeployer;Lorg/apache/openejb/config/BeanProperties;)V]
AppContextConfigDeployer.deploy ( AppModule appModule ) : AppModule
[run-time name: org/apache/openejb/config/AppContextConfigDeployer.deploy:(Lorg/apache/openejb/config/AppModule;)Lorg/apache/openejb/config/AppModule;]
openejb-core-4.5.0.jar, ApplicationProperties.class
package org.apache.openejb.config
ApplicationProperties.ApplicationProperties ( )
[run-time name: org/apache/openejb/config/ApplicationProperties."<init>":()V]
ApplicationProperties.deploy ( AppModule appModule ) : AppModule
[run-time name: org/apache/openejb/config/ApplicationProperties.deploy:(Lorg/apache/openejb/config/AppModule;)Lorg/apache/openejb/config/AppModule;]
openejb-core-4.5.0.jar, AppModule.class
package org.apache.openejb.config
AppModule.addPersistenceModule ( PersistenceModule root ) : void
[run-time name: org/apache/openejb/config/AppModule.addPersistenceModule:(Lorg/apache/openejb/config/PersistenceModule;)V]
AppModule.addPersistenceModules ( java.util.Collection roots ) : void
[run-time name: org/apache/openejb/config/AppModule.addPersistenceModules:(Ljava/util/Collection;)V]
AppModule.getJaxRsProviders ( ) : java.util.Collection
[run-time name: org/apache/openejb/config/AppModule.getJaxRsProviders:()Ljava/util/Collection;]
AppModule.getPojoConfigurations ( ) : java.util.Map
[run-time name: org/apache/openejb/config/AppModule.getPojoConfigurations:()Ljava/util/Map;]
AppModule.getServices ( ) : java.util.Collection
[run-time name: org/apache/openejb/config/AppModule.getServices:()Ljava/util/Collection;]
AppModule.getTransactionType ( String unit ) : org.apache.openejb.jee.jpa.unit.TransactionType
[run-time name: org/apache/openejb/config/AppModule.getTransactionType:(Ljava/lang/String;)Lorg/apache/openejb/jee/jpa/unit/TransactionType;]
AppModule.isDelegateFirst ( ) : boolean
[run-time name: org/apache/openejb/config/AppModule.isDelegateFirst:()Z]
AppModule.isWebapp ( ) : boolean
[run-time name: org/apache/openejb/config/AppModule.isWebapp:()Z]
AppModule.setDelegateFirst ( boolean delegateFirst ) : void
[run-time name: org/apache/openejb/config/AppModule.setDelegateFirst:(Z)V]
AppModule.setStandloneWebModule ( ) : void
[run-time name: org/apache/openejb/config/AppModule.setStandloneWebModule:()V]
openejb-core-4.5.0.jar, AsmFactory.class
package org.apache.openejb.cdi
AsmFactory.AsmFactory ( )
[run-time name: org/apache/openejb/cdi/AsmFactory."<init>":()V]
AsmFactory.createProxy ( Class proxyClass ) : Object
[run-time name: org/apache/openejb/cdi/AsmFactory.createProxy:(Ljava/lang/Class;)Ljava/lang/Object;]
AsmFactory.createProxy ( org.apache.webbeans.proxy.MethodHandler handler, Class superClass, Class[ ] interfaceArray ) : Object
[run-time name: org/apache/openejb/cdi/AsmFactory.createProxy:(Lorg/apache/webbeans/proxy/MethodHandler;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/Object;]
AsmFactory.createProxy ( org.apache.webbeans.proxy.MethodHandler handler, Class[ ] interfaces ) : Object
[run-time name: org/apache/openejb/cdi/AsmFactory.createProxy:(Lorg/apache/webbeans/proxy/MethodHandler;[Ljava/lang/Class;)Ljava/lang/Object;]
AsmFactory.getProxyClass ( Class superClass, Class[ ] interfaces ) : Class
[run-time name: org/apache/openejb/cdi/AsmFactory.getProxyClass:(Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/Class;]
AsmFactory.isProxyInstance ( Object o ) : boolean
[run-time name: org/apache/openejb/cdi/AsmFactory.isProxyInstance:(Ljava/lang/Object;)Z]
AsmFactory.setHandler ( Object proxy, org.apache.webbeans.proxy.MethodHandler handler ) : void
[run-time name: org/apache/openejb/cdi/AsmFactory.setHandler:(Ljava/lang/Object;Lorg/apache/webbeans/proxy/MethodHandler;)V]
openejb-core-4.5.0.jar, AsmProxyFactory.class
package org.apache.openejb.cdi
AsmProxyFactory.AsmProxyFactory ( )
[run-time name: org/apache/openejb/cdi/AsmProxyFactory."<init>":()V]
AsmProxyFactory.constructProxy ( Class clazz, reflect.InvocationHandler handler ) [static] : Object
[run-time name: org/apache/openejb/cdi/AsmProxyFactory.constructProxy:(Ljava/lang/Class;Ljava/lang/reflect/InvocationHandler;)Ljava/lang/Object;]
AsmProxyFactory.getAsmTypeAsString ( Class parameterType, boolean wrap ) [static] : String
[run-time name: org/apache/openejb/cdi/AsmProxyFactory.getAsmTypeAsString:(Ljava/lang/Class;Z)Ljava/lang/String;]
AsmProxyFactory.getInvocationHandler ( Object proxy ) [static] : reflect.InvocationHandler
[run-time name: org/apache/openejb/cdi/AsmProxyFactory.getInvocationHandler:(Ljava/lang/Object;)Ljava/lang/reflect/InvocationHandler;]
AsmProxyFactory.getProxyClass ( ClassLoader cl, Class classToProxy, Class[ ] interfaces ) [static] : Class
[run-time name: org/apache/openejb/cdi/AsmProxyFactory.getProxyClass:(Ljava/lang/ClassLoader;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/Class;]
AsmProxyFactory.isProxyClass ( Class clazz ) [static] : boolean
[run-time name: org/apache/openejb/cdi/AsmProxyFactory.isProxyClass:(Ljava/lang/Class;)Z]
AsmProxyFactory.newProxyInstance ( ClassLoader classLoader, reflect.InvocationHandler handler, Class classToSubclass, Class[ ] interfaces ) [static] : Object
[run-time name: org/apache/openejb/cdi/AsmProxyFactory.newProxyInstance:(Ljava/lang/ClassLoader;Ljava/lang/reflect/InvocationHandler;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/Object;]
AsmProxyFactory.printStackTrace ( Throwable t ) [static] : String
[run-time name: org/apache/openejb/cdi/AsmProxyFactory.printStackTrace:(Ljava/lang/Throwable;)Ljava/lang/String;]
AsmProxyFactory.setInvocationHandler ( Object proxy, reflect.InvocationHandler invocationHandler ) [static] : void
[run-time name: org/apache/openejb/cdi/AsmProxyFactory.setInvocationHandler:(Ljava/lang/Object;Ljava/lang/reflect/InvocationHandler;)V]
openejb-core-4.5.0.jar, Assembler.class
package org.apache.openejb.assembler.classic
Assembler.createService ( ServiceInfo serviceInfo ) : void
[run-time name: org/apache/openejb/assembler/classic/Assembler.createService:(Lorg/apache/openejb/assembler/classic/ServiceInfo;)V]
Assembler.isDeployed ( String path ) : boolean
[run-time name: org/apache/openejb/assembler/classic/Assembler.isDeployed:(Ljava/lang/String;)Z]
Assembler.prepareRecipe ( ServiceInfo info ) [static] : org.apache.xbean.recipe.ObjectRecipe
[run-time name: org/apache/openejb/assembler/classic/Assembler.prepareRecipe:(Lorg/apache/openejb/assembler/classic/ServiceInfo;)Lorg/apache/xbean/recipe/ObjectRecipe;]
openejb-core-4.5.0.jar, AssemblerAfterApplicationCreated.class
package org.apache.openejb.assembler.classic.event
AssemblerAfterApplicationCreated.AssemblerAfterApplicationCreated ( org.apache.openejb.assembler.classic.AppInfo appInfo )
[run-time name: org/apache/openejb/assembler/classic/event/AssemblerAfterApplicationCreated."<init>":(Lorg/apache/openejb/assembler/classic/AppInfo;)V]
AssemblerAfterApplicationCreated.getApp ( ) : org.apache.openejb.assembler.classic.AppInfo
[run-time name: org/apache/openejb/assembler/classic/event/AssemblerAfterApplicationCreated.getApp:()Lorg/apache/openejb/assembler/classic/AppInfo;]
AssemblerAfterApplicationCreated.toString ( ) : String
[run-time name: org/apache/openejb/assembler/classic/event/AssemblerAfterApplicationCreated.toString:()Ljava/lang/String;]
openejb-core-4.5.0.jar, AssemblerBeforeApplicationDestroyed.class
package org.apache.openejb.assembler.classic.event
AssemblerBeforeApplicationDestroyed.AssemblerBeforeApplicationDestroyed ( org.apache.openejb.assembler.classic.AppInfo appInfo )
[run-time name: org/apache/openejb/assembler/classic/event/AssemblerBeforeApplicationDestroyed."<init>":(Lorg/apache/openejb/assembler/classic/AppInfo;)V]
AssemblerBeforeApplicationDestroyed.getApp ( ) : org.apache.openejb.assembler.classic.AppInfo
[run-time name: org/apache/openejb/assembler/classic/event/AssemblerBeforeApplicationDestroyed.getApp:()Lorg/apache/openejb/assembler/classic/AppInfo;]
AssemblerBeforeApplicationDestroyed.toString ( ) : String
[run-time name: org/apache/openejb/assembler/classic/event/AssemblerBeforeApplicationDestroyed.toString:()Ljava/lang/String;]
openejb-core-4.5.0.jar, AssemblerCreated.class
package org.apache.openejb.assembler.classic.event
AssemblerCreated.AssemblerCreated ( )
[run-time name: org/apache/openejb/assembler/classic/event/AssemblerCreated."<init>":()V]
AssemblerCreated.toString ( ) : String
[run-time name: org/apache/openejb/assembler/classic/event/AssemblerCreated.toString:()Ljava/lang/String;]
openejb-core-4.5.0.jar, AssemblerDestroyed.class
package org.apache.openejb.assembler.classic.event
AssemblerDestroyed.AssemblerDestroyed ( )
[run-time name: org/apache/openejb/assembler/classic/event/AssemblerDestroyed."<init>":()V]
AssemblerDestroyed.toString ( ) : String
[run-time name: org/apache/openejb/assembler/classic/event/AssemblerDestroyed.toString:()Ljava/lang/String;]
openejb-core-4.5.0.jar, AsynchronousPool.class
package org.apache.openejb.async
AsynchronousPool.AsynchronousPool ( java.util.concurrent.ThreadPoolExecutor threadPoolExecutor )
[run-time name: org/apache/openejb/async/AsynchronousPool."<init>":(Ljava/util/concurrent/ThreadPoolExecutor;)V]
AsynchronousPool.create ( org.apache.openejb.AppContext appContext ) [static] : AsynchronousPool
[run-time name: org/apache/openejb/async/AsynchronousPool.create:(Lorg/apache/openejb/AppContext;)Lorg/apache/openejb/async/AsynchronousPool;]
AsynchronousPool.invoke ( java.util.concurrent.Callable callable, boolean isVoid ) : Object
[run-time name: org/apache/openejb/async/AsynchronousPool.invoke:(Ljava/util/concurrent/Callable;Z)Ljava/lang/Object;]
openejb-core-4.5.0.jar, BasicDataSource.class
package org.apache.openejb.resource.jdbc.dbcp
BasicDataSource.BasicDataSource ( )
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicDataSource."<init>":()V]
BasicDataSource.BasicDataSource ( String name )
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicDataSource."<init>":(Ljava/lang/String;)V]
BasicDataSource.close ( ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicDataSource.close:()V]
BasicDataSource.createDataSource ( ) : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicDataSource.createDataSource:()Ljavax/sql/DataSource;]
BasicDataSource.getJdbcDriver ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicDataSource.getJdbcDriver:()Ljava/lang/String;]
BasicDataSource.getJdbcUrl ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicDataSource.getJdbcUrl:()Ljava/lang/String;]
BasicDataSource.getParentLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicDataSource.getParentLogger:()Ljava/util/logging/Logger;]
BasicDataSource.getPasswordCipher ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicDataSource.getPasswordCipher:()Ljava/lang/String;]
BasicDataSource.getUserName ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicDataSource.getUserName:()Ljava/lang/String;]
BasicDataSource.setDefaultTransactionIsolation ( String s ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicDataSource.setDefaultTransactionIsolation:(Ljava/lang/String;)V]
BasicDataSource.setJdbcDriver ( String string ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicDataSource.setJdbcDriver:(Ljava/lang/String;)V]
BasicDataSource.setJdbcUrl ( String string ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicDataSource.setJdbcUrl:(Ljava/lang/String;)V]
BasicDataSource.setMaxWait ( int maxWait ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicDataSource.setMaxWait:(I)V]
BasicDataSource.setName ( String name ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicDataSource.setName:(Ljava/lang/String;)V]
BasicDataSource.setPasswordCipher ( String passwordCipher ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicDataSource.setPasswordCipher:(Ljava/lang/String;)V]
BasicDataSource.setUserName ( String string ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicDataSource.setUserName:(Ljava/lang/String;)V]
openejb-core-4.5.0.jar, BasicDataSourceUtil.class
package org.apache.openejb.resource.jdbc
BasicDataSourceUtil.getDataSourcePlugin ( String jdbcUrl ) [static] : plugin.DataSourcePlugin
[run-time name: org/apache/openejb/resource/jdbc/BasicDataSourceUtil.getDataSourcePlugin:(Ljava/lang/String;)Lorg/apache/openejb/resource/jdbc/plugin/DataSourcePlugin;]
BasicDataSourceUtil.getPasswordCipher ( String passwordCipherClass ) [static] : cipher.PasswordCipher
[run-time name: org/apache/openejb/resource/jdbc/BasicDataSourceUtil.getPasswordCipher:(Ljava/lang/String;)Lorg/apache/openejb/resource/jdbc/cipher/PasswordCipher;]
openejb-core-4.5.0.jar, BasicManagedDataSource.class
package org.apache.openejb.resource.jdbc.dbcp
BasicManagedDataSource.BasicManagedDataSource ( String name )
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicManagedDataSource."<init>":(Ljava/lang/String;)V]
BasicManagedDataSource.close ( ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicManagedDataSource.close:()V]
BasicManagedDataSource.createDataSource ( ) : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicManagedDataSource.createDataSource:()Ljavax/sql/DataSource;]
BasicManagedDataSource.getJdbcDriver ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicManagedDataSource.getJdbcDriver:()Ljava/lang/String;]
BasicManagedDataSource.getJdbcUrl ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicManagedDataSource.getJdbcUrl:()Ljava/lang/String;]
BasicManagedDataSource.getParentLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicManagedDataSource.getParentLogger:()Ljava/util/logging/Logger;]
BasicManagedDataSource.getPasswordCipher ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicManagedDataSource.getPasswordCipher:()Ljava/lang/String;]
BasicManagedDataSource.getUserName ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicManagedDataSource.getUserName:()Ljava/lang/String;]
BasicManagedDataSource.setDefaultTransactionIsolation ( String s ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicManagedDataSource.setDefaultTransactionIsolation:(Ljava/lang/String;)V]
BasicManagedDataSource.setJdbcDriver ( String string ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicManagedDataSource.setJdbcDriver:(Ljava/lang/String;)V]
BasicManagedDataSource.setJdbcUrl ( String string ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicManagedDataSource.setJdbcUrl:(Ljava/lang/String;)V]
BasicManagedDataSource.setMaxWait ( int maxWait ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicManagedDataSource.setMaxWait:(I)V]
BasicManagedDataSource.setPasswordCipher ( String passwordCipher ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicManagedDataSource.setPasswordCipher:(Ljava/lang/String;)V]
BasicManagedDataSource.setUserName ( String string ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicManagedDataSource.setUserName:(Ljava/lang/String;)V]
BasicManagedDataSource.wrapTransactionManager ( ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/BasicManagedDataSource.wrapTransactionManager:()V]
openejb-core-4.5.0.jar, BeanContext.class
package org.apache.openejb
BeanContext.addFirstSystemInterceptor ( Object interceptor ) : void
[run-time name: org/apache/openejb/BeanContext.addFirstSystemInterceptor:(Ljava/lang/Object;)V]
BeanContext.stop ( ) : void
[run-time name: org/apache/openejb/BeanContext.stop:()V]
openejb-core-4.5.0.jar, BeanContextConfig.class
package org.apache.openejb.config.sys
BeanContextConfig.BeanContextConfig ( )
[run-time name: org/apache/openejb/config/sys/BeanContextConfig."<init>":()V]
openejb-core-4.5.0.jar, BeanManagerHelper.class
package org.apache.openejb.util
OpenEJBScripter.BeanManagerHelper.beanFromClass ( String appName, String classname ) : Object
[run-time name: org/apache/openejb/util/OpenEJBScripter.BeanManagerHelper.beanFromClass:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;]
OpenEJBScripter.BeanManagerHelper.beanFromName ( String appName, String name ) : Object
[run-time name: org/apache/openejb/util/OpenEJBScripter.BeanManagerHelper.beanFromName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;]
OpenEJBScripter.BeanManagerHelper.OpenEJBScripter.BeanManagerHelper ( )
[run-time name: org/apache/openejb/util/OpenEJBScripter.BeanManagerHelper."<init>":()V]
openejb-core-4.5.0.jar, BeanProperties.class
package org.apache.openejb.config
BeanProperties.addGlobalProperties ( java.util.Properties properties ) : void
[run-time name: org/apache/openejb/config/BeanProperties.addGlobalProperties:(Ljava/util/Properties;)V]
BeanProperties.addGlobalProperties ( String prefix, java.util.Properties properties ) : void
[run-time name: org/apache/openejb/config/BeanProperties.addGlobalProperties:(Ljava/lang/String;Ljava/util/Properties;)V]
BeanProperties.addProperties ( String id, java.util.Properties properties ) : void
[run-time name: org/apache/openejb/config/BeanProperties.addProperties:(Ljava/lang/String;Ljava/util/Properties;)V]
BeanProperties.BeanProperties ( )
[run-time name: org/apache/openejb/config/BeanProperties."<init>":()V]
BeanProperties.deploy ( AppModule appModule ) : AppModule
[run-time name: org/apache/openejb/config/BeanProperties.deploy:(Lorg/apache/openejb/config/AppModule;)Lorg/apache/openejb/config/AppModule;]
openejb-core-4.5.0.jar, BeforeDeploymentEvent.class
package org.apache.openejb.config.event
BeforeDeploymentEvent.BeforeDeploymentEvent ( java.net.URL[ ] files )
[run-time name: org/apache/openejb/config/event/BeforeDeploymentEvent."<init>":([Ljava/net/URL;)V]
BeforeDeploymentEvent.BeforeDeploymentEvent ( java.net.URL[ ] files, ClassLoader parent )
[run-time name: org/apache/openejb/config/event/BeforeDeploymentEvent."<init>":([Ljava/net/URL;Ljava/lang/ClassLoader;)V]
BeforeDeploymentEvent.getParentClassLoader ( ) : ClassLoader
[run-time name: org/apache/openejb/config/event/BeforeDeploymentEvent.getParentClassLoader:()Ljava/lang/ClassLoader;]
BeforeDeploymentEvent.getUrls ( ) : java.net.URL[ ]
[run-time name: org/apache/openejb/config/event/BeforeDeploymentEvent.getUrls:()[Ljava/net/URL;]
BeforeDeploymentEvent.toString ( ) : String
[run-time name: org/apache/openejb/config/event/BeforeDeploymentEvent.toString:()Ljava/lang/String;]
openejb-core-4.5.0.jar, BmpEntityContainerBuilder.class
package org.apache.openejb.config.typed
BmpEntityContainerBuilder.BmpEntityContainerBuilder ( )
[run-time name: org/apache/openejb/config/typed/BmpEntityContainerBuilder."<init>":()V]
BmpEntityContainerBuilder.getPoolSize ( ) : int
[run-time name: org/apache/openejb/config/typed/BmpEntityContainerBuilder.getPoolSize:()I]
BmpEntityContainerBuilder.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/typed/BmpEntityContainerBuilder.getProperties:()Ljava/util/Properties;]
BmpEntityContainerBuilder.id ( String id ) : BmpEntityContainerBuilder
[run-time name: org/apache/openejb/config/typed/BmpEntityContainerBuilder.id:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/BmpEntityContainerBuilder;]
BmpEntityContainerBuilder.setPoolSize ( int poolSize ) : void
[run-time name: org/apache/openejb/config/typed/BmpEntityContainerBuilder.setPoolSize:(I)V]
BmpEntityContainerBuilder.withPoolSize ( int poolSize ) : BmpEntityContainerBuilder
[run-time name: org/apache/openejb/config/typed/BmpEntityContainerBuilder.withPoolSize:(I)Lorg/apache/openejb/config/typed/BmpEntityContainerBuilder;]
openejb-core-4.5.0.jar, Builders.class
package org.apache.openejb.config.typed.util
Builders.Builders ( )
[run-time name: org/apache/openejb/config/typed/util/Builders."<init>":()V]
Builders.getProperties ( org.apache.openejb.config.sys.AbstractService service ) [static] : java.util.Properties
[run-time name: org/apache/openejb/config/typed/util/Builders.getProperties:(Lorg/apache/openejb/config/sys/AbstractService;)Ljava/util/Properties;]
openejb-core-4.5.0.jar, CdiAppContextsService.class
package org.apache.openejb.cdi
CdiAppContextsService.CdiAppContextsService ( org.apache.webbeans.config.WebBeansContext wbc, boolean supportsConversation )
[run-time name: org/apache/openejb/cdi/CdiAppContextsService."<init>":(Lorg/apache/webbeans/config/WebBeansContext;Z)V]
openejb-core-4.5.0.jar, CdiBuilder.class
package org.apache.openejb.cdi
CdiBuilder.build ( org.apache.openejb.assembler.classic.AppInfo appInfo, org.apache.openejb.AppContext appContext, java.util.List allDeployments, org.apache.openejb.core.WebContext webContext ) : void
[run-time name: org/apache/openejb/cdi/CdiBuilder.build:(Lorg/apache/openejb/assembler/classic/AppInfo;Lorg/apache/openejb/AppContext;Ljava/util/List;Lorg/apache/openejb/core/WebContext;)V]
openejb-core-4.5.0.jar, CdiPlugin.class
package org.apache.openejb.cdi
CdiPlugin.setClassLoader ( ClassLoader classLoader ) : void
[run-time name: org/apache/openejb/cdi/CdiPlugin.setClassLoader:(Ljava/lang/ClassLoader;)V]
CdiPlugin.setWebBeansContext ( org.apache.webbeans.config.WebBeansContext webBeansContext ) : void
[run-time name: org/apache/openejb/cdi/CdiPlugin.setWebBeansContext:(Lorg/apache/webbeans/config/WebBeansContext;)V]
openejb-core-4.5.0.jar, CheckDescriptorLocation.class
package org.apache.openejb.config.rules
CheckDescriptorLocation.validate ( org.apache.openejb.config.AppModule appModule ) : void
[run-time name: org/apache/openejb/config/rules/CheckDescriptorLocation.validate:(Lorg/apache/openejb/config/AppModule;)V]
CheckDescriptorLocation.validateEjbModule ( org.apache.openejb.config.DeploymentModule deploymentModule ) : void
[run-time name: org/apache/openejb/config/rules/CheckDescriptorLocation.validateEjbModule:(Lorg/apache/openejb/config/DeploymentModule;)V]
openejb-core-4.5.0.jar, CheckRestMethodArePublic.class
package org.apache.openejb.config.rules
CheckRestMethodArePublic.CheckRestMethodArePublic ( )
[run-time name: org/apache/openejb/config/rules/CheckRestMethodArePublic."<init>":()V]
CheckRestMethodArePublic.validate ( org.apache.openejb.config.AppModule appModule ) : void
[run-time name: org/apache/openejb/config/rules/CheckRestMethodArePublic.validate:(Lorg/apache/openejb/config/AppModule;)V]
openejb-core-4.5.0.jar, ClassLoaderComparator.class
package org.apache.openejb.util.classloader
ClassLoaderComparator.isSame ( ClassLoader p1 ) [abstract] : boolean
[run-time name: org/apache/openejb/util/classloader/ClassLoaderComparator.isSame:(Ljava/lang/ClassLoader;)Z]
openejb-core-4.5.0.jar, ClassLoaderEnricher.class
package org.apache.openejb.component
ClassLoaderEnricher.addUrl ( java.net.URL url ) : void
[run-time name: org/apache/openejb/component/ClassLoaderEnricher.addUrl:(Ljava/net/URL;)V]
ClassLoaderEnricher.applicationEnrichment ( ) : java.net.URL[ ]
[run-time name: org/apache/openejb/component/ClassLoaderEnricher.applicationEnrichment:()[Ljava/net/URL;]
ClassLoaderEnricher.ClassLoaderEnricher ( )
[run-time name: org/apache/openejb/component/ClassLoaderEnricher."<init>":()V]
ClassLoaderEnricher.removeUrl ( java.net.URL url ) : void
[run-time name: org/apache/openejb/component/ClassLoaderEnricher.removeUrl:(Ljava/net/URL;)V]
openejb-core-4.5.0.jar, ClassLoaderUtil.class
package org.apache.openejb
ClassLoaderUtil.createClassLoaderFirst ( String appId, java.net.URL[ ] urls, ClassLoader parent ) [static] : java.net.URLClassLoader
[run-time name: org/apache/openejb/ClassLoaderUtil.createClassLoaderFirst:(Ljava/lang/String;[Ljava/net/URL;Ljava/lang/ClassLoader;)Ljava/net/URLClassLoader;]
ClassLoaderUtil.resourceName ( String s ) [static] : String
[run-time name: org/apache/openejb/ClassLoaderUtil.resourceName:(Ljava/lang/String;)Ljava/lang/String;]
openejb-core-4.5.0.jar, ClientInjections.class
package org.apache.openejb
ClientInjections.clientInjector ( Object object ) [static] : InjectionProcessor
[run-time name: org/apache/openejb/ClientInjections.clientInjector:(Ljava/lang/Object;)Lorg/apache/openejb/InjectionProcessor;]
openejb-core-4.5.0.jar, CmpEntityContainerBuilder.class
package org.apache.openejb.config.typed
CmpEntityContainerBuilder.CmpEntityContainerBuilder ( )
[run-time name: org/apache/openejb/config/typed/CmpEntityContainerBuilder."<init>":()V]
CmpEntityContainerBuilder.getCmpEngineFactory ( ) : String
[run-time name: org/apache/openejb/config/typed/CmpEntityContainerBuilder.getCmpEngineFactory:()Ljava/lang/String;]
CmpEntityContainerBuilder.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/typed/CmpEntityContainerBuilder.getProperties:()Ljava/util/Properties;]
CmpEntityContainerBuilder.id ( String id ) : CmpEntityContainerBuilder
[run-time name: org/apache/openejb/config/typed/CmpEntityContainerBuilder.id:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/CmpEntityContainerBuilder;]
CmpEntityContainerBuilder.setCmpEngineFactory ( String cmpEngineFactory ) : void
[run-time name: org/apache/openejb/config/typed/CmpEntityContainerBuilder.setCmpEngineFactory:(Ljava/lang/String;)V]
CmpEntityContainerBuilder.withCmpEngineFactory ( String cmpEngineFactory ) : CmpEntityContainerBuilder
[run-time name: org/apache/openejb/config/typed/CmpEntityContainerBuilder.withCmpEngineFactory:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/CmpEntityContainerBuilder;]
openejb-core-4.5.0.jar, CollectionsUtil.class
package org.apache.openejb.util
CollectionsUtil.CollectionsUtil ( )
[run-time name: org/apache/openejb/util/CollectionsUtil."<init>":()V]
CollectionsUtil.safe ( java.util.List list ) [static] : java.util.List
[run-time name: org/apache/openejb/util/CollectionsUtil.safe:(Ljava/util/List;)Ljava/util/List;]
openejb-core-4.5.0.jar, ColorFormatter.class
package org.apache.openejb.log
ColorFormatter.ColorFormatter ( )
[run-time name: org/apache/openejb/log/ColorFormatter."<init>":()V]
ColorFormatter.prefix ( java.util.logging.LogRecord record ) : org.fusesource.jansi.Ansi
[run-time name: org/apache/openejb/log/ColorFormatter.prefix:(Ljava/util/logging/LogRecord;)Lorg/fusesource/jansi/Ansi;]
ColorFormatter.suffix ( org.fusesource.jansi.Ansi ansi, java.util.logging.LogRecord record ) : org.fusesource.jansi.Ansi
[run-time name: org/apache/openejb/log/ColorFormatter.suffix:(Lorg/fusesource/jansi/Ansi;Ljava/util/logging/LogRecord;)Lorg/fusesource/jansi/Ansi;]
openejb-core-4.5.0.jar, CompManagedBean.class
package org.apache.openejb.config
CompManagedBean.isHidden ( ) : boolean
[run-time name: org/apache/openejb/config/CompManagedBean.isHidden:()Z]
openejb-core-4.5.0.jar, ConfigurationLoaded.class
package org.apache.openejb.assembler.classic.event
ConfigurationLoaded.ConfigurationLoaded ( )
[run-time name: org/apache/openejb/assembler/classic/event/ConfigurationLoaded."<init>":()V]
ConfigurationLoaded.toString ( ) : String
[run-time name: org/apache/openejb/assembler/classic/event/ConfigurationLoaded.toString:()Ljava/lang/String;]
openejb-core-4.5.0.jar, ConsoleColorHandler.class
package org.apache.openejb.log
ConsoleColorHandler.ConsoleColorHandler ( )
[run-time name: org/apache/openejb/log/ConsoleColorHandler."<init>":()V]
openejb-core-4.5.0.jar, Content.class
package org.apache.openejb.config.sys
StackHandler.Content.characters ( char[ ] ch, int start, int length ) : void
[run-time name: org/apache/openejb/config/sys/StackHandler.Content.characters:([CII)V]
StackHandler.Content.endElement ( String uri, String localName, String qName ) : void
[run-time name: org/apache/openejb/config/sys/StackHandler.Content.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
StackHandler.Content.setValue ( String text ) : void
[run-time name: org/apache/openejb/config/sys/StackHandler.Content.setValue:(Ljava/lang/String;)V]
StackHandler.Content.StackHandler.Content ( StackHandler p1 )
[run-time name: org/apache/openejb/config/sys/StackHandler.Content."<init>":(Lorg/apache/openejb/config/sys/StackHandler;)V]
StackHandler.Content.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes ) : void
[run-time name: org/apache/openejb/config/sys/StackHandler.Content.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
openejb-core-4.5.0.jar, ContextRef.class
package org.apache.openejb.config
ContextRef.ContextRef ( )
[run-time name: org/apache/openejb/config/ContextRef."<init>":()V]
openejb-core-4.5.0.jar, ContextReferenceInfo.class
package org.apache.openejb.assembler.classic
ContextReferenceInfo.ContextReferenceInfo ( )
[run-time name: org/apache/openejb/assembler/classic/ContextReferenceInfo."<init>":()V]
openejb-core-4.5.0.jar, CoreContainerSystem.class
package org.apache.openejb.core
CoreContainerSystem.getAppContextKeys ( ) : Object[ ]
[run-time name: org/apache/openejb/core/CoreContainerSystem.getAppContextKeys:()[Ljava/lang/Object;]
openejb-core-4.5.0.jar, CriteriaLogQuery.class
package org.apache.openejb.persistence
CriteriaLogQuery.CriteriaLogQuery ( javax.persistence.TypedQuery query, String level )
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery."<init>":(Ljavax/persistence/TypedQuery;Ljava/lang/String;)V]
CriteriaLogQuery.executeUpdate ( ) : int
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.executeUpdate:()I]
CriteriaLogQuery.getFirstResult ( ) : int
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.getFirstResult:()I]
CriteriaLogQuery.getFlushMode ( ) : javax.persistence.FlushModeType
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.getFlushMode:()Ljavax/persistence/FlushModeType;]
CriteriaLogQuery.getHints ( ) : java.util.Map
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.getHints:()Ljava/util/Map;]
CriteriaLogQuery.getLockMode ( ) : javax.persistence.LockModeType
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.getLockMode:()Ljavax/persistence/LockModeType;]
CriteriaLogQuery.getMaxResults ( ) : int
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.getMaxResults:()I]
CriteriaLogQuery.getParameter ( int position ) : javax.persistence.Parameter
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.getParameter:(I)Ljavax/persistence/Parameter;]
CriteriaLogQuery.getParameter ( int position, Class type ) : javax.persistence.Parameter
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.getParameter:(ILjava/lang/Class;)Ljavax/persistence/Parameter;]
CriteriaLogQuery.getParameter ( String name ) : javax.persistence.Parameter
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.getParameter:(Ljava/lang/String;)Ljavax/persistence/Parameter;]
CriteriaLogQuery.getParameter ( String name, Class type ) : javax.persistence.Parameter
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.getParameter:(Ljava/lang/String;Ljava/lang/Class;)Ljavax/persistence/Parameter;]
CriteriaLogQuery.getParameters ( ) : java.util.Set
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.getParameters:()Ljava/util/Set;]
CriteriaLogQuery.getParameterValue ( int position ) : Object
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.getParameterValue:(I)Ljava/lang/Object;]
CriteriaLogQuery.getParameterValue ( javax.persistence.Parameter param ) : Object
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.getParameterValue:(Ljavax/persistence/Parameter;)Ljava/lang/Object;]
CriteriaLogQuery.getParameterValue ( String name ) : Object
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.getParameterValue:(Ljava/lang/String;)Ljava/lang/Object;]
CriteriaLogQuery.getQueryString ( ) : String
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.getQueryString:()Ljava/lang/String;]
CriteriaLogQuery.getResultList ( ) : java.util.List
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.getResultList:()Ljava/util/List;]
CriteriaLogQuery.getSingleResult ( ) : Object
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.getSingleResult:()Ljava/lang/Object;]
CriteriaLogQuery.isBound ( javax.persistence.Parameter param ) : boolean
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.isBound:(Ljavax/persistence/Parameter;)Z]
CriteriaLogQuery.setFirstResult ( int startPosition ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setFirstResult:(I)Ljavax/persistence/TypedQuery;]
CriteriaLogQuery.setFirstResult ( int x0 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setFirstResult:(I)Ljavax/persistence/Query;]
CriteriaLogQuery.setFlushMode ( javax.persistence.FlushModeType flushMode ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setFlushMode:(Ljavax/persistence/FlushModeType;)Ljavax/persistence/TypedQuery;]
CriteriaLogQuery.setFlushMode ( javax.persistence.FlushModeType x0 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setFlushMode:(Ljavax/persistence/FlushModeType;)Ljavax/persistence/Query;]
CriteriaLogQuery.setHint ( String hintName, Object value ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setHint:(Ljava/lang/String;Ljava/lang/Object;)Ljavax/persistence/TypedQuery;]
CriteriaLogQuery.setHint ( String x0, Object x1 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setHint:(Ljava/lang/String;Ljava/lang/Object;)Ljavax/persistence/Query;]
CriteriaLogQuery.setLockMode ( javax.persistence.LockModeType lockMode ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setLockMode:(Ljavax/persistence/LockModeType;)Ljavax/persistence/TypedQuery;]
CriteriaLogQuery.setLockMode ( javax.persistence.LockModeType x0 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setLockMode:(Ljavax/persistence/LockModeType;)Ljavax/persistence/Query;]
CriteriaLogQuery.setMaxResults ( int maxResult ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setMaxResults:(I)Ljavax/persistence/TypedQuery;]
CriteriaLogQuery.setMaxResults ( int x0 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setMaxResults:(I)Ljavax/persistence/Query;]
CriteriaLogQuery.setParameter ( int position, java.util.Calendar value, javax.persistence.TemporalType temporalType ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setParameter:(ILjava/util/Calendar;Ljavax/persistence/TemporalType;)Ljavax/persistence/TypedQuery;]
CriteriaLogQuery.setParameter ( int position, java.util.Date value, javax.persistence.TemporalType temporalType ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setParameter:(ILjava/util/Date;Ljavax/persistence/TemporalType;)Ljavax/persistence/TypedQuery;]
CriteriaLogQuery.setParameter ( int position, Object value ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setParameter:(ILjava/lang/Object;)Ljavax/persistence/TypedQuery;]
CriteriaLogQuery.setParameter ( int x0, java.util.Calendar x1, javax.persistence.TemporalType x2 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setParameter:(ILjava/util/Calendar;Ljavax/persistence/TemporalType;)Ljavax/persistence/Query;]
CriteriaLogQuery.setParameter ( int x0, java.util.Date x1, javax.persistence.TemporalType x2 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setParameter:(ILjava/util/Date;Ljavax/persistence/TemporalType;)Ljavax/persistence/Query;]
CriteriaLogQuery.setParameter ( int x0, Object x1 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setParameter:(ILjava/lang/Object;)Ljavax/persistence/Query;]
CriteriaLogQuery.setParameter ( javax.persistence.Parameter param, java.util.Calendar value, javax.persistence.TemporalType temporalType ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setParameter:(Ljavax/persistence/Parameter;Ljava/util/Calendar;Ljavax/persistence/TemporalType;)Ljavax/persistence/TypedQuery;]
CriteriaLogQuery.setParameter ( javax.persistence.Parameter param, java.util.Date value, javax.persistence.TemporalType temporalType ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setParameter:(Ljavax/persistence/Parameter;Ljava/util/Date;Ljavax/persistence/TemporalType;)Ljavax/persistence/TypedQuery;]
CriteriaLogQuery.setParameter ( javax.persistence.Parameter param, Object value ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setParameter:(Ljavax/persistence/Parameter;Ljava/lang/Object;)Ljavax/persistence/TypedQuery;]
CriteriaLogQuery.setParameter ( javax.persistence.Parameter x0, java.util.Calendar x1, javax.persistence.TemporalType x2 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setParameter:(Ljavax/persistence/Parameter;Ljava/util/Calendar;Ljavax/persistence/TemporalType;)Ljavax/persistence/Query;]
CriteriaLogQuery.setParameter ( javax.persistence.Parameter x0, java.util.Date x1, javax.persistence.TemporalType x2 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setParameter:(Ljavax/persistence/Parameter;Ljava/util/Date;Ljavax/persistence/TemporalType;)Ljavax/persistence/Query;]
CriteriaLogQuery.setParameter ( javax.persistence.Parameter x0, Object x1 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setParameter:(Ljavax/persistence/Parameter;Ljava/lang/Object;)Ljavax/persistence/Query;]
CriteriaLogQuery.setParameter ( String name, java.util.Calendar value, javax.persistence.TemporalType temporalType ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setParameter:(Ljava/lang/String;Ljava/util/Calendar;Ljavax/persistence/TemporalType;)Ljavax/persistence/TypedQuery;]
CriteriaLogQuery.setParameter ( String name, java.util.Date value, javax.persistence.TemporalType temporalType ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setParameter:(Ljava/lang/String;Ljava/util/Date;Ljavax/persistence/TemporalType;)Ljavax/persistence/TypedQuery;]
CriteriaLogQuery.setParameter ( String name, Object value ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setParameter:(Ljava/lang/String;Ljava/lang/Object;)Ljavax/persistence/TypedQuery;]
CriteriaLogQuery.setParameter ( String x0, java.util.Calendar x1, javax.persistence.TemporalType x2 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setParameter:(Ljava/lang/String;Ljava/util/Calendar;Ljavax/persistence/TemporalType;)Ljavax/persistence/Query;]
CriteriaLogQuery.setParameter ( String x0, java.util.Date x1, javax.persistence.TemporalType x2 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setParameter:(Ljava/lang/String;Ljava/util/Date;Ljavax/persistence/TemporalType;)Ljavax/persistence/Query;]
CriteriaLogQuery.setParameter ( String x0, Object x1 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.setParameter:(Ljava/lang/String;Ljava/lang/Object;)Ljavax/persistence/Query;]
CriteriaLogQuery.unwrap ( Class cls ) : Object
[run-time name: org/apache/openejb/persistence/CriteriaLogQuery.unwrap:(Ljava/lang/Class;)Ljava/lang/Object;]
openejb-core-4.5.0.jar, CustomELAdapter.class
package org.apache.openejb.cdi
CustomELAdapter.CustomELAdapter ( org.apache.openejb.AppContext appContext, org.apache.openejb.core.WebContext webContext )
[run-time name: org/apache/openejb/cdi/CustomELAdapter."<init>":(Lorg/apache/openejb/AppContext;Lorg/apache/openejb/core/WebContext;)V]
openejb-core-4.5.0.jar, DataSourceBuilder.class
package org.apache.openejb.config.typed
DataSourceBuilder.DataSourceBuilder ( )
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder."<init>":()V]
DataSourceBuilder.getAccessToUnderlyingConnectionAllowed ( ) : boolean
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getAccessToUnderlyingConnectionAllowed:()Z]
DataSourceBuilder.getConnectionProperties ( ) : String
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getConnectionProperties:()Ljava/lang/String;]
DataSourceBuilder.getDefaultAutoCommit ( ) : boolean
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getDefaultAutoCommit:()Z]
DataSourceBuilder.getDefaultReadOnly ( ) : String
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getDefaultReadOnly:()Ljava/lang/String;]
DataSourceBuilder.getDefinition ( ) : String
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getDefinition:()Ljava/lang/String;]
DataSourceBuilder.getIgnoreDefaultValues ( ) : boolean
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getIgnoreDefaultValues:()Z]
DataSourceBuilder.getInitialSize ( ) : int
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getInitialSize:()I]
DataSourceBuilder.getJdbcDriver ( ) : String
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getJdbcDriver:()Ljava/lang/String;]
DataSourceBuilder.getJdbcUrl ( ) : java.net.URI
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getJdbcUrl:()Ljava/net/URI;]
DataSourceBuilder.getJtaManaged ( ) : boolean
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getJtaManaged:()Z]
DataSourceBuilder.getMaxActive ( ) : int
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getMaxActive:()I]
DataSourceBuilder.getMaxIdle ( ) : int
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getMaxIdle:()I]
DataSourceBuilder.getMaxOpenPreparedStatements ( ) : int
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getMaxOpenPreparedStatements:()I]
DataSourceBuilder.getMaxWaitTime ( ) : org.apache.openejb.util.Duration
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getMaxWaitTime:()Lorg/apache/openejb/util/Duration;]
DataSourceBuilder.getMinEvictableIdleTime ( ) : org.apache.openejb.util.Duration
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getMinEvictableIdleTime:()Lorg/apache/openejb/util/Duration;]
DataSourceBuilder.getMinIdle ( ) : int
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getMinIdle:()I]
DataSourceBuilder.getNumTestsPerEvictionRun ( ) : int
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getNumTestsPerEvictionRun:()I]
DataSourceBuilder.getPassword ( ) : String
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getPassword:()Ljava/lang/String;]
DataSourceBuilder.getPasswordCipher ( ) : String
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getPasswordCipher:()Ljava/lang/String;]
DataSourceBuilder.getPoolPreparedStatements ( ) : boolean
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getPoolPreparedStatements:()Z]
DataSourceBuilder.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getProperties:()Ljava/util/Properties;]
DataSourceBuilder.getServiceId ( ) : String
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getServiceId:()Ljava/lang/String;]
DataSourceBuilder.getTestOnBorrow ( ) : boolean
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getTestOnBorrow:()Z]
DataSourceBuilder.getTestOnReturn ( ) : boolean
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getTestOnReturn:()Z]
DataSourceBuilder.getTestWhileIdle ( ) : boolean
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getTestWhileIdle:()Z]
DataSourceBuilder.getTimeBetweenEvictionRuns ( ) : org.apache.openejb.util.Duration
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getTimeBetweenEvictionRuns:()Lorg/apache/openejb/util/Duration;]
DataSourceBuilder.getUserName ( ) : String
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getUserName:()Ljava/lang/String;]
DataSourceBuilder.getValidationQuery ( ) : String
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.getValidationQuery:()Ljava/lang/String;]
DataSourceBuilder.id ( String id ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.id:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.setAccessToUnderlyingConnectionAllowed ( boolean accessToUnderlyingConnectionAllowed ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setAccessToUnderlyingConnectionAllowed:(Z)V]
DataSourceBuilder.setConnectionProperties ( String connectionProperties ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setConnectionProperties:(Ljava/lang/String;)V]
DataSourceBuilder.setDefaultAutoCommit ( boolean defaultAutoCommit ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setDefaultAutoCommit:(Z)V]
DataSourceBuilder.setDefaultReadOnly ( String defaultReadOnly ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setDefaultReadOnly:(Ljava/lang/String;)V]
DataSourceBuilder.setDefinition ( String definition ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setDefinition:(Ljava/lang/String;)V]
DataSourceBuilder.setIgnoreDefaultValues ( boolean ignoreDefaultValues ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setIgnoreDefaultValues:(Z)V]
DataSourceBuilder.setInitialSize ( int initialSize ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setInitialSize:(I)V]
DataSourceBuilder.setJdbcDriver ( String jdbcDriver ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setJdbcDriver:(Ljava/lang/String;)V]
DataSourceBuilder.setJdbcUrl ( java.net.URI jdbcUrl ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setJdbcUrl:(Ljava/net/URI;)V]
DataSourceBuilder.setJtaManaged ( boolean jtaManaged ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setJtaManaged:(Z)V]
DataSourceBuilder.setMaxActive ( int maxActive ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setMaxActive:(I)V]
DataSourceBuilder.setMaxIdle ( int maxIdle ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setMaxIdle:(I)V]
DataSourceBuilder.setMaxOpenPreparedStatements ( int maxOpenPreparedStatements ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setMaxOpenPreparedStatements:(I)V]
DataSourceBuilder.setMaxWaitTime ( long time, java.util.concurrent.TimeUnit unit ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setMaxWaitTime:(JLjava/util/concurrent/TimeUnit;)V]
DataSourceBuilder.setMaxWaitTime ( org.apache.openejb.util.Duration maxWaitTime ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setMaxWaitTime:(Lorg/apache/openejb/util/Duration;)V]
DataSourceBuilder.setMinEvictableIdleTime ( long time, java.util.concurrent.TimeUnit unit ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setMinEvictableIdleTime:(JLjava/util/concurrent/TimeUnit;)V]
DataSourceBuilder.setMinEvictableIdleTime ( org.apache.openejb.util.Duration minEvictableIdleTime ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setMinEvictableIdleTime:(Lorg/apache/openejb/util/Duration;)V]
DataSourceBuilder.setMinIdle ( int minIdle ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setMinIdle:(I)V]
DataSourceBuilder.setNumTestsPerEvictionRun ( int numTestsPerEvictionRun ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setNumTestsPerEvictionRun:(I)V]
DataSourceBuilder.setPassword ( String password ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setPassword:(Ljava/lang/String;)V]
DataSourceBuilder.setPasswordCipher ( String passwordCipher ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setPasswordCipher:(Ljava/lang/String;)V]
DataSourceBuilder.setPoolPreparedStatements ( boolean poolPreparedStatements ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setPoolPreparedStatements:(Z)V]
DataSourceBuilder.setServiceId ( String serviceId ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setServiceId:(Ljava/lang/String;)V]
DataSourceBuilder.setTestOnBorrow ( boolean testOnBorrow ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setTestOnBorrow:(Z)V]
DataSourceBuilder.setTestOnReturn ( boolean testOnReturn ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setTestOnReturn:(Z)V]
DataSourceBuilder.setTestWhileIdle ( boolean testWhileIdle ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setTestWhileIdle:(Z)V]
DataSourceBuilder.setTimeBetweenEvictionRuns ( long time, java.util.concurrent.TimeUnit unit ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setTimeBetweenEvictionRuns:(JLjava/util/concurrent/TimeUnit;)V]
DataSourceBuilder.setTimeBetweenEvictionRuns ( org.apache.openejb.util.Duration timeBetweenEvictionRuns ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setTimeBetweenEvictionRuns:(Lorg/apache/openejb/util/Duration;)V]
DataSourceBuilder.setUserName ( String userName ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setUserName:(Ljava/lang/String;)V]
DataSourceBuilder.setValidationQuery ( String validationQuery ) : void
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.setValidationQuery:(Ljava/lang/String;)V]
DataSourceBuilder.withAccessToUnderlyingConnectionAllowed ( boolean accessToUnderlyingConnectionAllowed ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withAccessToUnderlyingConnectionAllowed:(Z)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withConnectionProperties ( String connectionProperties ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withConnectionProperties:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withDefaultAutoCommit ( boolean defaultAutoCommit ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withDefaultAutoCommit:(Z)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withDefaultReadOnly ( String defaultReadOnly ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withDefaultReadOnly:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withDefinition ( String definition ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withDefinition:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withIgnoreDefaultValues ( boolean ignoreDefaultValues ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withIgnoreDefaultValues:(Z)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withInitialSize ( int initialSize ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withInitialSize:(I)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withJdbcDriver ( String jdbcDriver ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withJdbcDriver:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withJdbcUrl ( java.net.URI jdbcUrl ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withJdbcUrl:(Ljava/net/URI;)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withJtaManaged ( boolean jtaManaged ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withJtaManaged:(Z)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withMaxActive ( int maxActive ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withMaxActive:(I)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withMaxIdle ( int maxIdle ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withMaxIdle:(I)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withMaxOpenPreparedStatements ( int maxOpenPreparedStatements ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withMaxOpenPreparedStatements:(I)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withMaxWaitTime ( long time, java.util.concurrent.TimeUnit unit ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withMaxWaitTime:(JLjava/util/concurrent/TimeUnit;)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withMaxWaitTime ( org.apache.openejb.util.Duration maxWaitTime ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withMaxWaitTime:(Lorg/apache/openejb/util/Duration;)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withMinEvictableIdleTime ( long time, java.util.concurrent.TimeUnit unit ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withMinEvictableIdleTime:(JLjava/util/concurrent/TimeUnit;)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withMinEvictableIdleTime ( org.apache.openejb.util.Duration minEvictableIdleTime ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withMinEvictableIdleTime:(Lorg/apache/openejb/util/Duration;)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withMinIdle ( int minIdle ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withMinIdle:(I)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withNumTestsPerEvictionRun ( int numTestsPerEvictionRun ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withNumTestsPerEvictionRun:(I)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withPassword ( String password ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withPassword:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withPasswordCipher ( String passwordCipher ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withPasswordCipher:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withPoolPreparedStatements ( boolean poolPreparedStatements ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withPoolPreparedStatements:(Z)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withServiceId ( String serviceId ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withServiceId:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withTestOnBorrow ( boolean testOnBorrow ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withTestOnBorrow:(Z)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withTestOnReturn ( boolean testOnReturn ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withTestOnReturn:(Z)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withTestWhileIdle ( boolean testWhileIdle ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withTestWhileIdle:(Z)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withTimeBetweenEvictionRuns ( long time, java.util.concurrent.TimeUnit unit ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withTimeBetweenEvictionRuns:(JLjava/util/concurrent/TimeUnit;)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withTimeBetweenEvictionRuns ( org.apache.openejb.util.Duration timeBetweenEvictionRuns ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withTimeBetweenEvictionRuns:(Lorg/apache/openejb/util/Duration;)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withUserName ( String userName ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withUserName:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
DataSourceBuilder.withValidationQuery ( String validationQuery ) : DataSourceBuilder
[run-time name: org/apache/openejb/config/typed/DataSourceBuilder.withValidationQuery:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/DataSourceBuilder;]
openejb-core-4.5.0.jar, DataSourceCreator.class
package org.apache.openejb.resource.jdbc.pool
DataSourceCreator.clearRecipe ( Object p1 ) [abstract] : org.apache.xbean.recipe.ObjectRecipe
[run-time name: org/apache/openejb/resource/jdbc/pool/DataSourceCreator.clearRecipe:(Ljava/lang/Object;)Lorg/apache/xbean/recipe/ObjectRecipe;]
DataSourceCreator.destroy ( Object p1 ) [abstract] : void
[run-time name: org/apache/openejb/resource/jdbc/pool/DataSourceCreator.destroy:(Ljava/lang/Object;)V]
DataSourceCreator.managed ( String p1, javax.sql.DataSource p2 ) [abstract] : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/pool/DataSourceCreator.managed:(Ljava/lang/String;Ljavax/sql/DataSource;)Ljavax/sql/DataSource;]
DataSourceCreator.pool ( String p1, javax.sql.DataSource p2, java.util.Properties p3 ) [abstract] : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/pool/DataSourceCreator.pool:(Ljava/lang/String;Ljavax/sql/DataSource;Ljava/util/Properties;)Ljavax/sql/DataSource;]
DataSourceCreator.pool ( String p1, String p2, java.util.Properties p3 ) [abstract] : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/pool/DataSourceCreator.pool:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;)Ljavax/sql/DataSource;]
DataSourceCreator.poolManaged ( String p1, javax.sql.DataSource p2, java.util.Properties p3 ) [abstract] : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/pool/DataSourceCreator.poolManaged:(Ljava/lang/String;Ljavax/sql/DataSource;Ljava/util/Properties;)Ljavax/sql/DataSource;]
DataSourceCreator.poolManaged ( String p1, String p2, java.util.Properties p3 ) [abstract] : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/pool/DataSourceCreator.poolManaged:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;)Ljavax/sql/DataSource;]
DataSourceCreator.poolManagedWithRecovery ( String p1, org.apache.openejb.resource.XAResourceWrapper p2, String p3, java.util.Properties p4 ) [abstract] : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/pool/DataSourceCreator.poolManagedWithRecovery:(Ljava/lang/String;Lorg/apache/openejb/resource/XAResourceWrapper;Ljava/lang/String;Ljava/util/Properties;)Ljavax/sql/DataSource;]
openejb-core-4.5.0.jar, DataSourceFactory.class
package org.apache.openejb.resource.jdbc
DataSourceFactory.create ( String name, boolean configuredManaged, Class impl, String definition, org.apache.openejb.util.Duration maxWaitTime, org.apache.openejb.util.Duration timeBetweenEvictionRuns, org.apache.openejb.util.Duration minEvictableIdleTime ) [static] : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/DataSourceFactory.create:(Ljava/lang/String;ZLjava/lang/Class;Ljava/lang/String;Lorg/apache/openejb/util/Duration;Lorg/apache/openejb/util/Duration;Lorg/apache/openejb/util/Duration;)Ljavax/sql/DataSource;]
DataSourceFactory.creator ( Object creatorName, boolean willBeProxied ) [static] : pool.DataSourceCreator
[run-time name: org/apache/openejb/resource/jdbc/DataSourceFactory.creator:(Ljava/lang/Object;Z)Lorg/apache/openejb/resource/jdbc/pool/DataSourceCreator;]
DataSourceFactory.destroy ( Object o ) [static] : void
[run-time name: org/apache/openejb/resource/jdbc/DataSourceFactory.destroy:(Ljava/lang/Object;)V]
DataSourceFactory.forgetRecipe ( Object rawObject, org.apache.xbean.recipe.ObjectRecipe defaultValue ) [static] : org.apache.xbean.recipe.ObjectRecipe
[run-time name: org/apache/openejb/resource/jdbc/DataSourceFactory.forgetRecipe:(Ljava/lang/Object;Lorg/apache/xbean/recipe/ObjectRecipe;)Lorg/apache/xbean/recipe/ObjectRecipe;]
DataSourceFactory.knows ( Object object ) [static] : boolean
[run-time name: org/apache/openejb/resource/jdbc/DataSourceFactory.knows:(Ljava/lang/Object;)Z]
openejb-core-4.5.0.jar, DataSourceHelper.class
package org.apache.openejb.resource.jdbc
DataSourceHelper.setUrl ( javax.sql.DataSource dataSource, String url ) [static] : void
[run-time name: org/apache/openejb/resource/jdbc/DataSourceHelper.setUrl:(Ljavax/sql/DataSource;Ljava/lang/String;)V]
DataSourceHelper.setUrl ( javax.sql.DataSource dataSource, String url, ClassLoader classLoader, String clazz, String method ) [static] : void
[run-time name: org/apache/openejb/resource/jdbc/DataSourceHelper.setUrl:(Ljavax/sql/DataSource;Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/lang/String;)V]
openejb-core-4.5.0.jar, DataSourcePlugin.class
package org.apache.openejb.resource.jdbc.plugin
DataSourcePlugin.enableUserDirHack ( ) [abstract] : boolean
[run-time name: org/apache/openejb/resource/jdbc/plugin/DataSourcePlugin.enableUserDirHack:()Z]
DataSourcePlugin.updatedUrl ( String p1 ) [abstract] : String
[run-time name: org/apache/openejb/resource/jdbc/plugin/DataSourcePlugin.updatedUrl:(Ljava/lang/String;)Ljava/lang/String;]
openejb-core-4.5.0.jar, DbcpDataSource.class
package org.apache.openejb.resource.jdbc.dbcp
DbcpDataSource.createConnectionFactory ( ) : org.apache.commons.dbcp.ConnectionFactory
[run-time name: org/apache/openejb/resource/jdbc/dbcp/DbcpDataSource.createConnectionFactory:()Lorg/apache/commons/dbcp/ConnectionFactory;]
DbcpDataSource.DbcpDataSource ( String name, javax.sql.DataSource dataSource )
[run-time name: org/apache/openejb/resource/jdbc/dbcp/DbcpDataSource."<init>":(Ljava/lang/String;Ljavax/sql/DataSource;)V]
DbcpDataSource.setJdbcUrl ( String url ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/DbcpDataSource.setJdbcUrl:(Ljava/lang/String;)V]
openejb-core-4.5.0.jar, DbcpDataSourceCreator.class
package org.apache.openejb.resource.jdbc.dbcp
DbcpDataSourceCreator.DbcpDataSourceCreator ( )
[run-time name: org/apache/openejb/resource/jdbc/dbcp/DbcpDataSourceCreator."<init>":()V]
DbcpDataSourceCreator.doDestroy ( javax.sql.DataSource dataSource ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/DbcpDataSourceCreator.doDestroy:(Ljavax/sql/DataSource;)V]
DbcpDataSourceCreator.pool ( String name, javax.sql.DataSource ds, java.util.Properties properties ) : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/dbcp/DbcpDataSourceCreator.pool:(Ljava/lang/String;Ljavax/sql/DataSource;Ljava/util/Properties;)Ljavax/sql/DataSource;]
DbcpDataSourceCreator.pool ( String name, String driver, java.util.Properties properties ) : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/dbcp/DbcpDataSourceCreator.pool:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;)Ljavax/sql/DataSource;]
openejb-core-4.5.0.jar, DbcpManagedDataSource.class
package org.apache.openejb.resource.jdbc.dbcp
DbcpManagedDataSource.createConnectionFactory ( ) : org.apache.commons.dbcp.ConnectionFactory
[run-time name: org/apache/openejb/resource/jdbc/dbcp/DbcpManagedDataSource.createConnectionFactory:()Lorg/apache/commons/dbcp/ConnectionFactory;]
DbcpManagedDataSource.DbcpManagedDataSource ( String name, javax.sql.DataSource dataSource )
[run-time name: org/apache/openejb/resource/jdbc/dbcp/DbcpManagedDataSource."<init>":(Ljava/lang/String;Ljavax/sql/DataSource;)V]
DbcpManagedDataSource.setJdbcUrl ( String url ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/DbcpManagedDataSource.setJdbcUrl:(Ljava/lang/String;)V]
DbcpManagedDataSource.setTransactionRegistry ( org.apache.commons.dbcp.managed.TransactionRegistry registry ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/DbcpManagedDataSource.setTransactionRegistry:(Lorg/apache/commons/dbcp/managed/TransactionRegistry;)V]
openejb-core-4.5.0.jar, DeclaredServiceElement.class
package org.apache.openejb.config.sys
StackHandler.DeclaredServiceElement.endElement ( String uri, String localName, String qName ) : void
[run-time name: org/apache/openejb/config/sys/StackHandler.DeclaredServiceElement.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
StackHandler.DeclaredServiceElement.StackHandler.DeclaredServiceElement ( StackHandler services, java.util.Collection p2 )
[run-time name: org/apache/openejb/config/sys/StackHandler.DeclaredServiceElement."<init>":(Lorg/apache/openejb/config/sys/StackHandler;Ljava/util/Collection;)V]
StackHandler.DeclaredServiceElement.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes ) : void
[run-time name: org/apache/openejb/config/sys/StackHandler.DeclaredServiceElement.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
openejb-core-4.5.0.jar, DefaultClassLoaderComparator.class
package org.apache.openejb.util.classloader
DefaultClassLoaderComparator.DefaultClassLoaderComparator ( ClassLoader reference )
[run-time name: org/apache/openejb/util/classloader/DefaultClassLoaderComparator."<init>":(Ljava/lang/ClassLoader;)V]
DefaultClassLoaderComparator.isSame ( ClassLoader cl ) : boolean
[run-time name: org/apache/openejb/util/classloader/DefaultClassLoaderComparator.isSame:(Ljava/lang/ClassLoader;)Z]
openejb-core-4.5.0.jar, DefaultDataSourceCreator.class
package org.apache.openejb.resource.jdbc.pool
DefaultDataSourceCreator.clearRecipe ( Object object ) : org.apache.xbean.recipe.ObjectRecipe
[run-time name: org/apache/openejb/resource/jdbc/pool/DefaultDataSourceCreator.clearRecipe:(Ljava/lang/Object;)Lorg/apache/xbean/recipe/ObjectRecipe;]
DefaultDataSourceCreator.DefaultDataSourceCreator ( )
[run-time name: org/apache/openejb/resource/jdbc/pool/DefaultDataSourceCreator."<init>":()V]
DefaultDataSourceCreator.destroy ( Object object ) : void
[run-time name: org/apache/openejb/resource/jdbc/pool/DefaultDataSourceCreator.destroy:(Ljava/lang/Object;)V]
DefaultDataSourceCreator.doDestroy ( javax.sql.DataSource dataSource ) : void
[run-time name: org/apache/openejb/resource/jdbc/pool/DefaultDataSourceCreator.doDestroy:(Ljavax/sql/DataSource;)V]
DefaultDataSourceCreator.managed ( String name, javax.sql.DataSource ds ) : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/pool/DefaultDataSourceCreator.managed:(Ljava/lang/String;Ljavax/sql/DataSource;)Ljavax/sql/DataSource;]
DefaultDataSourceCreator.pool ( String name, javax.sql.DataSource ds, java.util.Properties properties ) : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/pool/DefaultDataSourceCreator.pool:(Ljava/lang/String;Ljavax/sql/DataSource;Ljava/util/Properties;)Ljavax/sql/DataSource;]
DefaultDataSourceCreator.pool ( String name, String driver, java.util.Properties properties ) : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/pool/DefaultDataSourceCreator.pool:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;)Ljavax/sql/DataSource;]
DefaultDataSourceCreator.poolManaged ( String name, javax.sql.DataSource ds, java.util.Properties properties ) : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/pool/DefaultDataSourceCreator.poolManaged:(Ljava/lang/String;Ljavax/sql/DataSource;Ljava/util/Properties;)Ljavax/sql/DataSource;]
DefaultDataSourceCreator.poolManaged ( String name, String driver, java.util.Properties properties ) : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/pool/DefaultDataSourceCreator.poolManaged:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;)Ljavax/sql/DataSource;]
DefaultDataSourceCreator.poolManagedWithRecovery ( String name, org.apache.openejb.resource.XAResourceWrapper xaResourceWrapper, String driver, java.util.Properties properties ) : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/pool/DefaultDataSourceCreator.poolManagedWithRecovery:(Ljava/lang/String;Lorg/apache/openejb/resource/XAResourceWrapper;Ljava/lang/String;Ljava/util/Properties;)Ljavax/sql/DataSource;]
openejb-core-4.5.0.jar, DefaultTimerThreadPoolAdapter.class
package org.apache.openejb.core.timer
DefaultTimerThreadPoolAdapter.getThreadCount ( ) : int
[run-time name: org/apache/openejb/core/timer/DefaultTimerThreadPoolAdapter.getThreadCount:()I]
DefaultTimerThreadPoolAdapter.getThreadPriority ( ) : int
[run-time name: org/apache/openejb/core/timer/DefaultTimerThreadPoolAdapter.getThreadPriority:()I]
DefaultTimerThreadPoolAdapter.setThreadCount ( int threadCount ) : void
[run-time name: org/apache/openejb/core/timer/DefaultTimerThreadPoolAdapter.setThreadCount:(I)V]
DefaultTimerThreadPoolAdapter.setThreadPriority ( int threadPriority ) : void
[run-time name: org/apache/openejb/core/timer/DefaultTimerThreadPoolAdapter.setThreadPriority:(I)V]
openejb-core-4.5.0.jar, DeploymentLoader.class
package org.apache.openejb.config
DeploymentLoader.addWebModule ( WebModule webModule, AppModule appModule ) : void
[run-time name: org/apache/openejb/config/DeploymentLoader.addWebModule:(Lorg/apache/openejb/config/WebModule;Lorg/apache/openejb/config/AppModule;)V]
DeploymentLoader.filterWebappUrls ( java.net.URL[ ] webUrls, java.net.URL exclusions ) [static] : java.util.List
[run-time name: org/apache/openejb/config/DeploymentLoader.filterWebappUrls:([Ljava/net/URL;Ljava/net/URL;)Ljava/util/List;]
DeploymentLoader.getOpenEJBClassLoader ( ) : ClassLoader
[run-time name: org/apache/openejb/config/DeploymentLoader.getOpenEJBClassLoader:()Ljava/lang/ClassLoader;]
openejb-core-4.5.0.jar, DeploymentModule.class
package org.apache.openejb.config
DeploymentModule.getProperties ( ) [abstract] : java.util.Properties
[run-time name: org/apache/openejb/config/DeploymentModule.getProperties:()Ljava/util/Properties;]
openejb-core-4.5.0.jar, DeployTimeEnhancer.class
package org.apache.openejb.assembler.classic
DeployTimeEnhancer.DeployTimeEnhancer ( )
[run-time name: org/apache/openejb/assembler/classic/DeployTimeEnhancer."<init>":()V]
DeployTimeEnhancer.enhance ( org.apache.openejb.config.event.BeforeDeploymentEvent event ) : void
[run-time name: org/apache/openejb/assembler/classic/DeployTimeEnhancer.enhance:(Lorg/apache/openejb/config/event/BeforeDeploymentEvent;)V]
openejb-core-4.5.0.jar, DerbyDataSourcePlugin.class
package org.apache.openejb.resource.jdbc.plugin
DerbyDataSourcePlugin.DerbyDataSourcePlugin ( )
[run-time name: org/apache/openejb/resource/jdbc/plugin/DerbyDataSourcePlugin."<init>":()V]
DerbyDataSourcePlugin.enableUserDirHack ( ) : boolean
[run-time name: org/apache/openejb/resource/jdbc/plugin/DerbyDataSourcePlugin.enableUserDirHack:()Z]
DerbyDataSourcePlugin.updatedUrl ( String dataSourceUrl ) : String
[run-time name: org/apache/openejb/resource/jdbc/plugin/DerbyDataSourcePlugin.updatedUrl:(Ljava/lang/String;)Ljava/lang/String;]
openejb-core-4.5.0.jar, DurationAdapter.class
package org.apache.openejb.config.typed.util
DurationAdapter.DurationAdapter ( )
[run-time name: org/apache/openejb/config/typed/util/DurationAdapter."<init>":()V]
DurationAdapter.marshal ( Object x0 ) : Object
[run-time name: org/apache/openejb/config/typed/util/DurationAdapter.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
DurationAdapter.marshal ( org.apache.openejb.util.Duration v ) : String
[run-time name: org/apache/openejb/config/typed/util/DurationAdapter.marshal:(Lorg/apache/openejb/util/Duration;)Ljava/lang/String;]
DurationAdapter.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/openejb/config/typed/util/DurationAdapter.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
DurationAdapter.unmarshal ( String v ) : org.apache.openejb.util.Duration
[run-time name: org/apache/openejb/config/typed/util/DurationAdapter.unmarshal:(Ljava/lang/String;)Lorg/apache/openejb/util/Duration;]
openejb-core-4.5.0.jar, EJBCronTrigger.class
package org.apache.openejb.core.timer
EJBCronTrigger.getRawValue ( ) : String
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.getRawValue:()Ljava/lang/String;]
EJBCronTrigger.hasAdditionalProperties ( ) : boolean
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.hasAdditionalProperties:()Z]
openejb-core-4.5.0.jar, EJBCronTriggerPersistenceDelegate.class
package org.apache.openejb.core.timer
EJBCronTriggerPersistenceDelegate.canHandleTriggerType ( org.quartz.spi.OperableTrigger trigger ) : boolean
[run-time name: org/apache/openejb/core/timer/EJBCronTriggerPersistenceDelegate.canHandleTriggerType:(Lorg/quartz/spi/OperableTrigger;)Z]
EJBCronTriggerPersistenceDelegate.EJBCronTriggerPersistenceDelegate ( )
[run-time name: org/apache/openejb/core/timer/EJBCronTriggerPersistenceDelegate."<init>":()V]
EJBCronTriggerPersistenceDelegate.getHandledTriggerTypeDiscriminator ( ) : String
[run-time name: org/apache/openejb/core/timer/EJBCronTriggerPersistenceDelegate.getHandledTriggerTypeDiscriminator:()Ljava/lang/String;]
EJBCronTriggerPersistenceDelegate.insertExtendedTriggerProperties ( java.sql.Connection conn, org.quartz.spi.OperableTrigger trigger, String state, org.quartz.JobDetail jobDetail ) : int
[run-time name: org/apache/openejb/core/timer/EJBCronTriggerPersistenceDelegate.insertExtendedTriggerProperties:(Ljava/sql/Connection;Lorg/quartz/spi/OperableTrigger;Ljava/lang/String;Lorg/quartz/JobDetail;)I]
EJBCronTriggerPersistenceDelegate.loadExtendedTriggerProperties ( java.sql.Connection conn, org.quartz.TriggerKey triggerKey ) : org.quartz.impl.jdbcjobstore.TriggerPersistenceDelegate.TriggerPropertyBundle
[run-time name: org/apache/openejb/core/timer/EJBCronTriggerPersistenceDelegate.loadExtendedTriggerProperties:(Ljava/sql/Connection;Lorg/quartz/TriggerKey;)Lorg/quartz/impl/jdbcjobstore/TriggerPersistenceDelegate$TriggerPropertyBundle;]
EJBCronTriggerPersistenceDelegate.updateExtendedTriggerProperties ( java.sql.Connection conn, org.quartz.spi.OperableTrigger trigger, String state, org.quartz.JobDetail jobDetail ) : int
[run-time name: org/apache/openejb/core/timer/EJBCronTriggerPersistenceDelegate.updateExtendedTriggerProperties:(Ljava/sql/Connection;Lorg/quartz/spi/OperableTrigger;Ljava/lang/String;Lorg/quartz/JobDetail;)I]
openejb-core-4.5.0.jar, EjbObjectProxyHandler.class
package org.apache.openejb.core.ivm
EjbObjectProxyHandler.synchronizedBusinessMethod ( Class interfce, reflect.Method method, Object[ ] args ) : Object
[run-time name: org/apache/openejb/core/ivm/EjbObjectProxyHandler.synchronizedBusinessMethod:(Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-4.5.0.jar, EjbTimerServiceImpl.class
package org.apache.openejb.core.timer
EjbTimerServiceImpl.getDefaultScheduler ( org.apache.openejb.BeanContext deployment ) [static] : org.quartz.Scheduler
[run-time name: org/apache/openejb/core/timer/EjbTimerServiceImpl.getDefaultScheduler:(Lorg/apache/openejb/BeanContext;)Lorg/quartz/Scheduler;]
EjbTimerServiceImpl.shutdownMe ( ) : void
[run-time name: org/apache/openejb/core/timer/EjbTimerServiceImpl.shutdownMe:()V]
openejb-core-4.5.0.jar, EntityManagerFactoryCallable.class
package org.apache.openejb.assembler.classic
EntityManagerFactoryCallable.EntityManagerFactoryCallable ( String persistenceProviderClassName, org.apache.openejb.persistence.PersistenceUnitInfoImpl unitInfo, ClassLoader cl )
[run-time name: org/apache/openejb/assembler/classic/EntityManagerFactoryCallable."<init>":(Ljava/lang/String;Lorg/apache/openejb/persistence/PersistenceUnitInfoImpl;Ljava/lang/ClassLoader;)V]
openejb-core-4.5.0.jar, EnvEntriesPropertiesDeployer.class
package org.apache.openejb.config
EnvEntriesPropertiesDeployer.addEnvEntries ( String key, String value ) : void
[run-time name: org/apache/openejb/config/EnvEntriesPropertiesDeployer.addEnvEntries:(Ljava/lang/String;Ljava/lang/String;)V]
EnvEntriesPropertiesDeployer.EnvEntriesPropertiesDeployer ( String descriptor )
[run-time name: org/apache/openejb/config/EnvEntriesPropertiesDeployer."<init>":(Ljava/lang/String;)V]
EnvEntriesPropertiesDeployer.resetAdditionalEnvEntries ( ) : void
[run-time name: org/apache/openejb/config/EnvEntriesPropertiesDeployer.resetAdditionalEnvEntries:()V]
openejb-core-4.5.0.jar, EventHelper.class
package org.apache.openejb.util
EventHelper.installExtensions ( org.apache.xbean.finder.ResourceFinder finder ) [static] : void
[run-time name: org/apache/openejb/util/EventHelper.installExtensions:(Lorg/apache/xbean/finder/ResourceFinder;)V]
openejb-core-4.5.0.jar, ExecutorBuilder.class
package org.apache.openejb.util
ExecutorBuilder.build ( org.apache.openejb.loader.Options options ) : java.util.concurrent.ThreadPoolExecutor
[run-time name: org/apache/openejb/util/ExecutorBuilder.build:(Lorg/apache/openejb/loader/Options;)Ljava/util/concurrent/ThreadPoolExecutor;]
ExecutorBuilder.ExecutorBuilder ( )
[run-time name: org/apache/openejb/util/ExecutorBuilder."<init>":()V]
ExecutorBuilder.prefix ( String prefix ) : ExecutorBuilder
[run-time name: org/apache/openejb/util/ExecutorBuilder.prefix:(Ljava/lang/String;)Lorg/apache/openejb/util/ExecutorBuilder;]
ExecutorBuilder.rejectedExecutionHandler ( java.util.concurrent.RejectedExecutionHandler rejectedExecutionHandler ) : ExecutorBuilder
[run-time name: org/apache/openejb/util/ExecutorBuilder.rejectedExecutionHandler:(Ljava/util/concurrent/RejectedExecutionHandler;)Lorg/apache/openejb/util/ExecutorBuilder;]
ExecutorBuilder.size ( int size ) : ExecutorBuilder
[run-time name: org/apache/openejb/util/ExecutorBuilder.size:(I)Lorg/apache/openejb/util/ExecutorBuilder;]
ExecutorBuilder.threadFactory ( java.util.concurrent.ThreadFactory threadFactory ) : ExecutorBuilder
[run-time name: org/apache/openejb/util/ExecutorBuilder.threadFactory:(Ljava/util/concurrent/ThreadFactory;)Lorg/apache/openejb/util/ExecutorBuilder;]
openejb-core-4.5.0.jar, FallbackPropertyInjector.class
package org.apache.openejb.injection
FallbackPropertyInjector.getValue ( org.apache.openejb.Injection p1 ) [abstract] : Object
[run-time name: org/apache/openejb/injection/FallbackPropertyInjector.getValue:(Lorg/apache/openejb/Injection;)Ljava/lang/Object;]
openejb-core-4.5.0.jar, FieldEntry.class
package org.apache.openejb.config.typed.util
ObjectMap.FieldEntry.getKey ( ) : Object
[run-time name: org/apache/openejb/config/typed/util/ObjectMap.FieldEntry.getKey:()Ljava/lang/Object;]
ObjectMap.FieldEntry.getKey ( ) : String
[run-time name: org/apache/openejb/config/typed/util/ObjectMap.FieldEntry.getKey:()Ljava/lang/String;]
ObjectMap.FieldEntry.getValue ( ) : Object
[run-time name: org/apache/openejb/config/typed/util/ObjectMap.FieldEntry.getValue:()Ljava/lang/Object;]
ObjectMap.FieldEntry.ObjectMap.FieldEntry ( ObjectMap field, reflect.Field p2 )
[run-time name: org/apache/openejb/config/typed/util/ObjectMap.FieldEntry."<init>":(Lorg/apache/openejb/config/typed/util/ObjectMap;Ljava/lang/reflect/Field;)V]
ObjectMap.FieldEntry.setValue ( Object value ) : Object
[run-time name: org/apache/openejb/config/typed/util/ObjectMap.FieldEntry.setValue:(Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-4.5.0.jar, GeronimoConnectionManagerFactory.class
package org.apache.openejb.resource
GeronimoConnectionManagerFactory.setConnectionMaxIdleTime ( org.apache.openejb.util.Duration connectionMaxIdle ) : void
[run-time name: org/apache/openejb/resource/GeronimoConnectionManagerFactory.setConnectionMaxIdleTime:(Lorg/apache/openejb/util/Duration;)V]
GeronimoConnectionManagerFactory.setConnectionMaxWaitTime ( org.apache.openejb.util.Duration connectionMaxWait ) : void
[run-time name: org/apache/openejb/resource/GeronimoConnectionManagerFactory.setConnectionMaxWaitTime:(Lorg/apache/openejb/util/Duration;)V]
openejb-core-4.5.0.jar, GeronimoTransactionManagerFactory.class
package org.apache.openejb.resource
GeronimoTransactionManagerFactory.create ( Integer defaultTransactionTimeoutSeconds, org.apache.openejb.util.Duration defaultTransactionTimeout, boolean txRecovery, byte[ ] tmId, String bufferClassName, int bufferSizeKb, boolean checksumEnabled, boolean adler32Checksum, Integer flushSleepTimeMilliseconds, org.apache.openejb.util.Duration flushSleepTime, String logFileDir, String logFileExt, String logFileName, int maxBlocksPerFile, int maxBuffers, int maxLogFiles, int minBuffers, int threadsWaitingForceThreshold ) [static] : org.apache.geronimo.transaction.manager.GeronimoTransactionManager
[run-time name: org/apache/openejb/resource/GeronimoTransactionManagerFactory.create:(Ljava/lang/Integer;Lorg/apache/openejb/util/Duration;Z[BLjava/lang/String;IZZLjava/lang/Integer;Lorg/apache/openejb/util/Duration;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;IIIII)Lorg/apache/geronimo/transaction/manager/GeronimoTransactionManager;]
openejb-core-4.5.0.jar, Helper.class
package org.apache.openejb.core
ParentClassLoaderFinder.Helper.get ( ) [static] : ClassLoader
[run-time name: org/apache/openejb/core/ParentClassLoaderFinder.Helper.get:()Ljava/lang/ClassLoader;]
ParentClassLoaderFinder.Helper.ParentClassLoaderFinder.Helper ( )
[run-time name: org/apache/openejb/core/ParentClassLoaderFinder.Helper."<init>":()V]
openejb-core-4.5.0.jar, HsqldbDataSourcePlugin.class
package org.apache.openejb.resource.jdbc.plugin
HsqldbDataSourcePlugin.enableUserDirHack ( ) : boolean
[run-time name: org/apache/openejb/resource/jdbc/plugin/HsqldbDataSourcePlugin.enableUserDirHack:()Z]
HsqldbDataSourcePlugin.HsqldbDataSourcePlugin ( )
[run-time name: org/apache/openejb/resource/jdbc/plugin/HsqldbDataSourcePlugin."<init>":()V]
HsqldbDataSourcePlugin.toAbsolutePath ( String url ) [static] : String
[run-time name: org/apache/openejb/resource/jdbc/plugin/HsqldbDataSourcePlugin.toAbsolutePath:(Ljava/lang/String;)Ljava/lang/String;]
HsqldbDataSourcePlugin.updatedUrl ( String dataSourceUrl ) : String
[run-time name: org/apache/openejb/resource/jdbc/plugin/HsqldbDataSourcePlugin.updatedUrl:(Ljava/lang/String;)Ljava/lang/String;]
openejb-core-4.5.0.jar, ID.class
package org.apache.openejb.config
DeploymentModule.ID.isOverriden ( ) : boolean
[run-time name: org/apache/openejb/config/DeploymentModule.ID.isOverriden:()Z]
package org.apache.openejb.config.provider
ID.equals ( Object o ) : boolean
[run-time name: org/apache/openejb/config/provider/ID.equals:(Ljava/lang/Object;)Z]
ID.getName ( ) : String
[run-time name: org/apache/openejb/config/provider/ID.getName:()Ljava/lang/String;]
ID.getNamespace ( ) : String
[run-time name: org/apache/openejb/config/provider/ID.getNamespace:()Ljava/lang/String;]
ID.hashCode ( ) : int
[run-time name: org/apache/openejb/config/provider/ID.hashCode:()I]
ID.ID ( String namespace, String name )
[run-time name: org/apache/openejb/config/provider/ID."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
ID.parse ( String raw ) [static] : ID
[run-time name: org/apache/openejb/config/provider/ID.parse:(Ljava/lang/String;)Lorg/apache/openejb/config/provider/ID;]
ID.parse ( String raw, ID id ) [static] : ID
[run-time name: org/apache/openejb/config/provider/ID.parse:(Ljava/lang/String;Lorg/apache/openejb/config/provider/ID;)Lorg/apache/openejb/config/provider/ID;]
ID.parse ( String raw, String namespace ) [static] : ID
[run-time name: org/apache/openejb/config/provider/ID.parse:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/openejb/config/provider/ID;]
ID.toString ( ) : String
[run-time name: org/apache/openejb/config/provider/ID.toString:()Ljava/lang/String;]
ID.validate ( ) : void
[run-time name: org/apache/openejb/config/provider/ID.validate:()V]
openejb-core-4.5.0.jar, IdPropertiesInfo.class
package org.apache.openejb.assembler.classic
IdPropertiesInfo.IdPropertiesInfo ( )
[run-time name: org/apache/openejb/assembler/classic/IdPropertiesInfo."<init>":()V]
openejb-core-4.5.0.jar, InitialContextBuilder.class
package org.apache.openejb.config.typed
InitialContextBuilder.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/typed/InitialContextBuilder.getProperties:()Ljava/util/Properties;]
InitialContextBuilder.id ( String id ) : InitialContextBuilder
[run-time name: org/apache/openejb/config/typed/InitialContextBuilder.id:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/InitialContextBuilder;]
InitialContextBuilder.InitialContextBuilder ( )
[run-time name: org/apache/openejb/config/typed/InitialContextBuilder."<init>":()V]
openejb-core-4.5.0.jar, Injection.class
package org.apache.openejb
Injection.getClassname ( ) : String
[run-time name: org/apache/openejb/Injection.getClassname:()Ljava/lang/String;]
Injection.Injection ( String jndiName, String name, String classname )
[run-time name: org/apache/openejb/Injection."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
Injection.setTarget ( Class target ) : void
[run-time name: org/apache/openejb/Injection.setTarget:(Ljava/lang/Class;)V]
openejb-core-4.5.0.jar, InjectionProcessor.class
package org.apache.openejb
InjectionProcessor.InjectionProcessor ( Class beanClass, java.util.Collection injections, java.util.List postConstructMethods, java.util.List preDestroyMethods, javax.naming.Context context, java.util.Map bindings )
[run-time name: org/apache/openejb/InjectionProcessor."<init>":(Ljava/lang/Class;Ljava/util/Collection;Ljava/util/List;Ljava/util/List;Ljavax/naming/Context;Ljava/util/Map;)V]
openejb-core-4.5.0.jar, InstantdbDataSourcePlugin.class
package org.apache.openejb.resource.jdbc.plugin
InstantdbDataSourcePlugin.enableUserDirHack ( ) : boolean
[run-time name: org/apache/openejb/resource/jdbc/plugin/InstantdbDataSourcePlugin.enableUserDirHack:()Z]
InstantdbDataSourcePlugin.InstantdbDataSourcePlugin ( )
[run-time name: org/apache/openejb/resource/jdbc/plugin/InstantdbDataSourcePlugin."<init>":()V]
InstantdbDataSourcePlugin.updatedUrl ( String jdbcUrl ) : String
[run-time name: org/apache/openejb/resource/jdbc/plugin/InstantdbDataSourcePlugin.updatedUrl:(Ljava/lang/String;)Ljava/lang/String;]
openejb-core-4.5.0.jar, InvalidProviderDeclarationException.class
package org.apache.openejb.config.provider
InvalidProviderDeclarationException.getId ( ) : ID
[run-time name: org/apache/openejb/config/provider/InvalidProviderDeclarationException.getId:()Lorg/apache/openejb/config/provider/ID;]
InvalidProviderDeclarationException.getProvider ( ) : org.apache.openejb.config.sys.ServiceProvider
[run-time name: org/apache/openejb/config/provider/InvalidProviderDeclarationException.getProvider:()Lorg/apache/openejb/config/sys/ServiceProvider;]
InvalidProviderDeclarationException.InvalidProviderDeclarationException ( String s, ID id, org.apache.openejb.config.sys.ServiceProvider provider )
[run-time name: org/apache/openejb/config/provider/InvalidProviderDeclarationException."<init>":(Ljava/lang/String;Lorg/apache/openejb/config/provider/ID;Lorg/apache/openejb/config/sys/ServiceProvider;)V]
openejb-core-4.5.0.jar, JarCreator.class
package org.apache.openejb.util
JarCreator.jarDir ( java.io.File dir, java.io.File zipName ) [static] : void
[run-time name: org/apache/openejb/util/JarCreator.jarDir:(Ljava/io/File;Ljava/io/File;)V]
openejb-core-4.5.0.jar, JavaMailSessionBuilder.class
package org.apache.openejb.config.typed
JavaMailSessionBuilder.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/typed/JavaMailSessionBuilder.getProperties:()Ljava/util/Properties;]
JavaMailSessionBuilder.id ( String id ) : JavaMailSessionBuilder
[run-time name: org/apache/openejb/config/typed/JavaMailSessionBuilder.id:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/JavaMailSessionBuilder;]
JavaMailSessionBuilder.JavaMailSessionBuilder ( )
[run-time name: org/apache/openejb/config/typed/JavaMailSessionBuilder."<init>":()V]
openejb-core-4.5.0.jar, JaxbOpenejb.class
package org.apache.openejb.config.sys
JaxbOpenejb.createService ( ) [static] : Service
[run-time name: org/apache/openejb/config/sys/JaxbOpenejb.createService:()Lorg/apache/openejb/config/sys/Service;]
openejb-core-4.5.0.jar, Jdk13ProxyFactory.class
package org.apache.openejb.util.proxy
Jdk13ProxyFactory.getInvocationHandler ( Object proxy ) : reflect.InvocationHandler
[run-time name: org/apache/openejb/util/proxy/Jdk13ProxyFactory.getInvocationHandler:(Ljava/lang/Object;)Ljava/lang/reflect/InvocationHandler;]
Jdk13ProxyFactory.newProxyInstance ( Class interfce, reflect.InvocationHandler h ) : Object
[run-time name: org/apache/openejb/util/proxy/Jdk13ProxyFactory.newProxyInstance:(Ljava/lang/Class;Ljava/lang/reflect/InvocationHandler;)Ljava/lang/Object;]
Jdk13ProxyFactory.newProxyInstance ( Class[ ] interfaces, reflect.InvocationHandler handler ) : Object
[run-time name: org/apache/openejb/util/proxy/Jdk13ProxyFactory.newProxyInstance:([Ljava/lang/Class;Ljava/lang/reflect/InvocationHandler;)Ljava/lang/Object;]
openejb-core-4.5.0.jar, JmsConnectionFactoryBuilder.class
package org.apache.openejb.config.typed
JmsConnectionFactoryBuilder.getConnectionMaxIdleTime ( ) : org.apache.openejb.util.Duration
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.getConnectionMaxIdleTime:()Lorg/apache/openejb/util/Duration;]
JmsConnectionFactoryBuilder.getConnectionMaxWaitTime ( ) : org.apache.openejb.util.Duration
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.getConnectionMaxWaitTime:()Lorg/apache/openejb/util/Duration;]
JmsConnectionFactoryBuilder.getPoolMaxSize ( ) : int
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.getPoolMaxSize:()I]
JmsConnectionFactoryBuilder.getPoolMinSize ( ) : int
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.getPoolMinSize:()I]
JmsConnectionFactoryBuilder.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.getProperties:()Ljava/util/Properties;]
JmsConnectionFactoryBuilder.getResourceAdapter ( ) : String
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.getResourceAdapter:()Ljava/lang/String;]
JmsConnectionFactoryBuilder.getTransactionSupport ( ) : String
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.getTransactionSupport:()Ljava/lang/String;]
JmsConnectionFactoryBuilder.id ( String id ) : JmsConnectionFactoryBuilder
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.id:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/JmsConnectionFactoryBuilder;]
JmsConnectionFactoryBuilder.JmsConnectionFactoryBuilder ( )
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder."<init>":()V]
JmsConnectionFactoryBuilder.setConnectionMaxIdleTime ( long time, java.util.concurrent.TimeUnit unit ) : void
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.setConnectionMaxIdleTime:(JLjava/util/concurrent/TimeUnit;)V]
JmsConnectionFactoryBuilder.setConnectionMaxIdleTime ( org.apache.openejb.util.Duration connectionMaxIdleTime ) : void
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.setConnectionMaxIdleTime:(Lorg/apache/openejb/util/Duration;)V]
JmsConnectionFactoryBuilder.setConnectionMaxWaitTime ( long time, java.util.concurrent.TimeUnit unit ) : void
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.setConnectionMaxWaitTime:(JLjava/util/concurrent/TimeUnit;)V]
JmsConnectionFactoryBuilder.setConnectionMaxWaitTime ( org.apache.openejb.util.Duration connectionMaxWaitTime ) : void
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.setConnectionMaxWaitTime:(Lorg/apache/openejb/util/Duration;)V]
JmsConnectionFactoryBuilder.setPoolMaxSize ( int poolMaxSize ) : void
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.setPoolMaxSize:(I)V]
JmsConnectionFactoryBuilder.setPoolMinSize ( int poolMinSize ) : void
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.setPoolMinSize:(I)V]
JmsConnectionFactoryBuilder.setResourceAdapter ( String resourceAdapter ) : void
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.setResourceAdapter:(Ljava/lang/String;)V]
JmsConnectionFactoryBuilder.setTransactionSupport ( String transactionSupport ) : void
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.setTransactionSupport:(Ljava/lang/String;)V]
JmsConnectionFactoryBuilder.withConnectionMaxIdleTime ( long time, java.util.concurrent.TimeUnit unit ) : JmsConnectionFactoryBuilder
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.withConnectionMaxIdleTime:(JLjava/util/concurrent/TimeUnit;)Lorg/apache/openejb/config/typed/JmsConnectionFactoryBuilder;]
JmsConnectionFactoryBuilder.withConnectionMaxIdleTime ( org.apache.openejb.util.Duration connectionMaxIdleTime ) : JmsConnectionFactoryBuilder
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.withConnectionMaxIdleTime:(Lorg/apache/openejb/util/Duration;)Lorg/apache/openejb/config/typed/JmsConnectionFactoryBuilder;]
JmsConnectionFactoryBuilder.withConnectionMaxWaitTime ( long time, java.util.concurrent.TimeUnit unit ) : JmsConnectionFactoryBuilder
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.withConnectionMaxWaitTime:(JLjava/util/concurrent/TimeUnit;)Lorg/apache/openejb/config/typed/JmsConnectionFactoryBuilder;]
JmsConnectionFactoryBuilder.withConnectionMaxWaitTime ( org.apache.openejb.util.Duration connectionMaxWaitTime ) : JmsConnectionFactoryBuilder
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.withConnectionMaxWaitTime:(Lorg/apache/openejb/util/Duration;)Lorg/apache/openejb/config/typed/JmsConnectionFactoryBuilder;]
JmsConnectionFactoryBuilder.withPoolMaxSize ( int poolMaxSize ) : JmsConnectionFactoryBuilder
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.withPoolMaxSize:(I)Lorg/apache/openejb/config/typed/JmsConnectionFactoryBuilder;]
JmsConnectionFactoryBuilder.withPoolMinSize ( int poolMinSize ) : JmsConnectionFactoryBuilder
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.withPoolMinSize:(I)Lorg/apache/openejb/config/typed/JmsConnectionFactoryBuilder;]
JmsConnectionFactoryBuilder.withResourceAdapter ( String resourceAdapter ) : JmsConnectionFactoryBuilder
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.withResourceAdapter:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/JmsConnectionFactoryBuilder;]
JmsConnectionFactoryBuilder.withTransactionSupport ( String transactionSupport ) : JmsConnectionFactoryBuilder
[run-time name: org/apache/openejb/config/typed/JmsConnectionFactoryBuilder.withTransactionSupport:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/JmsConnectionFactoryBuilder;]
openejb-core-4.5.0.jar, JMXBasicDataSource.class
package org.apache.openejb.resource.jdbc.dbcp
JMXBasicDataSource.executeValidationQuery ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.executeValidationQuery:()Ljava/lang/String;]
JMXBasicDataSource.getDefaultAutoCommit ( ) : boolean
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.getDefaultAutoCommit:()Z]
JMXBasicDataSource.getDefaultCatalog ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.getDefaultCatalog:()Ljava/lang/String;]
JMXBasicDataSource.getDefaultReadOnly ( ) : boolean
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.getDefaultReadOnly:()Z]
JMXBasicDataSource.getDefaultTransactionIsolation ( ) : int
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.getDefaultTransactionIsolation:()I]
JMXBasicDataSource.getDriverClassName ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.getDriverClassName:()Ljava/lang/String;]
JMXBasicDataSource.getInitialSize ( ) : int
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.getInitialSize:()I]
JMXBasicDataSource.getMaxActive ( ) : int
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.getMaxActive:()I]
JMXBasicDataSource.getMaxIdle ( ) : int
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.getMaxIdle:()I]
JMXBasicDataSource.getMaxOpenPreparedStatements ( ) : int
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.getMaxOpenPreparedStatements:()I]
JMXBasicDataSource.getMaxWait ( ) : long
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.getMaxWait:()J]
JMXBasicDataSource.getMinEvictableIdleTimeMillis ( ) : long
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.getMinEvictableIdleTimeMillis:()J]
JMXBasicDataSource.getMinIdle ( ) : int
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.getMinIdle:()I]
JMXBasicDataSource.getNumTestsPerEvictionRun ( ) : int
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.getNumTestsPerEvictionRun:()I]
JMXBasicDataSource.getPoolPreparedStatements ( ) : boolean
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.getPoolPreparedStatements:()Z]
JMXBasicDataSource.getTestOnBorrow ( ) : boolean
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.getTestOnBorrow:()Z]
JMXBasicDataSource.getTestOnReturn ( ) : boolean
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.getTestOnReturn:()Z]
JMXBasicDataSource.getTestWhileIdle ( ) : boolean
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.getTestWhileIdle:()Z]
JMXBasicDataSource.getTimeBetweenEvictionRunsMillis ( ) : long
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.getTimeBetweenEvictionRunsMillis:()J]
JMXBasicDataSource.getUrl ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.getUrl:()Ljava/lang/String;]
JMXBasicDataSource.getUsername ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.getUsername:()Ljava/lang/String;]
JMXBasicDataSource.getValidationQuery ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.getValidationQuery:()Ljava/lang/String;]
JMXBasicDataSource.getValidationQueryTimeout ( ) : int
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.getValidationQueryTimeout:()I]
JMXBasicDataSource.JMXBasicDataSource ( String name, org.apache.commons.dbcp.BasicDataSource ds )
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource."<init>":(Ljava/lang/String;Lorg/apache/commons/dbcp/BasicDataSource;)V]
JMXBasicDataSource.setDefaultAutoCommit ( boolean auto ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.setDefaultAutoCommit:(Z)V]
JMXBasicDataSource.setDefaultCatalog ( String catalog ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.setDefaultCatalog:(Ljava/lang/String;)V]
JMXBasicDataSource.setDefaultReadOnly ( boolean ro ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.setDefaultReadOnly:(Z)V]
JMXBasicDataSource.setDefaultTransactionIsolation ( int level ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.setDefaultTransactionIsolation:(I)V]
JMXBasicDataSource.setDriverClassName ( String name ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.setDriverClassName:(Ljava/lang/String;)V]
JMXBasicDataSource.setInitialSize ( int size ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.setInitialSize:(I)V]
JMXBasicDataSource.setMaxActive ( int max ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.setMaxActive:(I)V]
JMXBasicDataSource.setMaxIdle ( int max ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.setMaxIdle:(I)V]
JMXBasicDataSource.setMaxOpenPreparedStatements ( int max ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.setMaxOpenPreparedStatements:(I)V]
JMXBasicDataSource.setMaxWait ( long max ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.setMaxWait:(J)V]
JMXBasicDataSource.setMinEvictableIdleTimeMillis ( long time ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.setMinEvictableIdleTimeMillis:(J)V]
JMXBasicDataSource.setMinIdle ( int min ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.setMinIdle:(I)V]
JMXBasicDataSource.setNumTestsPerEvictionRun ( int num ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.setNumTestsPerEvictionRun:(I)V]
JMXBasicDataSource.setPoolPreparedStatements ( boolean pool ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.setPoolPreparedStatements:(Z)V]
JMXBasicDataSource.setTestOnBorrow ( boolean test ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.setTestOnBorrow:(Z)V]
JMXBasicDataSource.setTestOnReturn ( boolean test ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.setTestOnReturn:(Z)V]
JMXBasicDataSource.setTestWhileIdle ( boolean test ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.setTestWhileIdle:(Z)V]
JMXBasicDataSource.setTimeBetweenEvictionRunsMillis ( long time ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.setTimeBetweenEvictionRunsMillis:(J)V]
JMXBasicDataSource.setUrl ( String url ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.setUrl:(Ljava/lang/String;)V]
JMXBasicDataSource.setUsername ( String user ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.setUsername:(Ljava/lang/String;)V]
JMXBasicDataSource.setValidationQuery ( String query ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.setValidationQuery:(Ljava/lang/String;)V]
JMXBasicDataSource.setValidationQueryTimeout ( int timeout ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.setValidationQueryTimeout:(I)V]
JMXBasicDataSource.unregister ( ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/JMXBasicDataSource.unregister:()V]
openejb-core-4.5.0.jar, JMXContainer.class
package org.apache.openejb.assembler.monitoring
JMXContainer.getClassName ( ) : String
[run-time name: org/apache/openejb/assembler/monitoring/JMXContainer.getClassName:()Ljava/lang/String;]
JMXContainer.getContainerId ( ) : String
[run-time name: org/apache/openejb/assembler/monitoring/JMXContainer.getContainerId:()Ljava/lang/String;]
JMXContainer.getContainerType ( ) : String
[run-time name: org/apache/openejb/assembler/monitoring/JMXContainer.getContainerType:()Ljava/lang/String;]
JMXContainer.getFactoryMethod ( ) : String
[run-time name: org/apache/openejb/assembler/monitoring/JMXContainer.getFactoryMethod:()Ljava/lang/String;]
JMXContainer.getManagedBeans ( ) : String[ ]
[run-time name: org/apache/openejb/assembler/monitoring/JMXContainer.getManagedBeans:()[Ljava/lang/String;]
JMXContainer.getProperties ( ) : String[ ]
[run-time name: org/apache/openejb/assembler/monitoring/JMXContainer.getProperties:()[Ljava/lang/String;]
JMXContainer.getService ( ) : String
[run-time name: org/apache/openejb/assembler/monitoring/JMXContainer.getService:()Ljava/lang/String;]
JMXContainer.JMXContainer ( org.apache.openejb.assembler.classic.ContainerInfo serviceInfo, org.apache.openejb.Container service )
[run-time name: org/apache/openejb/assembler/monitoring/JMXContainer."<init>":(Lorg/apache/openejb/assembler/classic/ContainerInfo;Lorg/apache/openejb/Container;)V]
openejb-core-4.5.0.jar, JMXDeployer.class
package org.apache.openejb.assembler.monitoring
JMXDeployer.deploy ( String location ) : String
[run-time name: org/apache/openejb/assembler/monitoring/JMXDeployer.deploy:(Ljava/lang/String;)Ljava/lang/String;]
JMXDeployer.getDeployedApplications ( ) : String[ ]
[run-time name: org/apache/openejb/assembler/monitoring/JMXDeployer.getDeployedApplications:()[Ljava/lang/String;]
JMXDeployer.JMXDeployer ( )
[run-time name: org/apache/openejb/assembler/monitoring/JMXDeployer."<init>":()V]
JMXDeployer.undeploy ( String moduleId ) : String
[run-time name: org/apache/openejb/assembler/monitoring/JMXDeployer.undeploy:(Ljava/lang/String;)Ljava/lang/String;]
openejb-core-4.5.0.jar, JndiEncBuilder.class
package org.apache.openejb.assembler.classic
JndiEncBuilder.buildMap ( JndiEncBuilder.JndiScope scope ) : java.util.Map
[run-time name: org/apache/openejb/assembler/classic/JndiEncBuilder.buildMap:(Lorg/apache/openejb/assembler/classic/JndiEncBuilder$JndiScope;)Ljava/util/Map;]
openejb-core-4.5.0.jar, JuliLogStreamFactory.class
package org.apache.openejb.util
JuliLogStreamFactory.isNotIDE ( ) [static] : boolean
[run-time name: org/apache/openejb/util/JuliLogStreamFactory.isNotIDE:()Z]
openejb-core-4.5.0.jar, JULUtil.class
package org.apache.openejb.log
JULUtil.level ( ) [static] : java.util.logging.Level
[run-time name: org/apache/openejb/log/JULUtil.level:()Ljava/util/logging/Level;]
openejb-core-4.5.0.jar, LengthInputStream.class
package org.apache.openejb.util
LengthInputStream.getLength ( ) : long
[run-time name: org/apache/openejb/util/LengthInputStream.getLength:()J]
LengthInputStream.LengthInputStream ( java.io.InputStream in )
[run-time name: org/apache/openejb/util/LengthInputStream."<init>":(Ljava/io/InputStream;)V]
LengthInputStream.read ( ) : int
[run-time name: org/apache/openejb/util/LengthInputStream.read:()I]
LengthInputStream.read ( byte[ ] b ) : int
[run-time name: org/apache/openejb/util/LengthInputStream.read:([B)I]
LengthInputStream.read ( byte[ ] b, int off, int len ) : int
[run-time name: org/apache/openejb/util/LengthInputStream.read:([BII)I]
openejb-core-4.5.0.jar, ListConfigurator.class
package org.apache.openejb.util
ListConfigurator.getList ( java.util.Properties properties, String key, ClassLoader classloader, Class filter ) [static] : java.util.List
[run-time name: org/apache/openejb/util/ListConfigurator.getList:(Ljava/util/Properties;Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/lang/Class;)Ljava/util/List;]
openejb-core-4.5.0.jar, LocalBeanProxyFactory.class
package org.apache.openejb.util.proxy
LocalBeanProxyFactory.constructProxy ( Class clazz, reflect.InvocationHandler handler ) [static] : Object
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyFactory.constructProxy:(Ljava/lang/Class;Ljava/lang/reflect/InvocationHandler;)Ljava/lang/Object;]
LocalBeanProxyFactory.createProxy ( Class classToProxy, ClassLoader cl, Class[ ] interfaces ) [static] : Class
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyFactory.createProxy:(Ljava/lang/Class;Ljava/lang/ClassLoader;[Ljava/lang/Class;)Ljava/lang/Class;]
LocalBeanProxyFactory.createProxy ( Class classToProxy, ClassLoader cl, String proxyName, Class[ ] interfaces ) [static] : Class
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyFactory.createProxy:(Ljava/lang/Class;Ljava/lang/ClassLoader;Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/Class;]
LocalBeanProxyFactory.generateProxy ( Class classToProxy, String proxyName, Class[ ] interfaces ) [static] : byte[ ]
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyFactory.generateProxy:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;)[B]
LocalBeanProxyFactory.getAsmTypeAsString ( Class parameterType, boolean wrap ) [static] : String
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyFactory.getAsmTypeAsString:(Ljava/lang/Class;Z)Ljava/lang/String;]
LocalBeanProxyFactory.getInvocationHandler ( Object proxy ) [static] : reflect.InvocationHandler
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyFactory.getInvocationHandler:(Ljava/lang/Object;)Ljava/lang/reflect/InvocationHandler;]
LocalBeanProxyFactory.isProxy ( Class clazz ) [static] : boolean
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyFactory.isProxy:(Ljava/lang/Class;)Z]
LocalBeanProxyFactory.newProxyInstance ( ClassLoader classLoader, reflect.InvocationHandler handler, Class classToSubclass, Class[ ] interfaces ) [static] : Object
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyFactory.newProxyInstance:(Ljava/lang/ClassLoader;Ljava/lang/reflect/InvocationHandler;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/Object;]
LocalBeanProxyFactory.setInvocationHandler ( Object proxy, reflect.InvocationHandler invocationHandler ) [static] : void
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyFactory.setInvocationHandler:(Ljava/lang/Object;Ljava/lang/reflect/InvocationHandler;)V]
openejb-core-4.5.0.jar, LocalXAResource.class
package org.apache.openejb.resource.jdbc.managed.local
LocalXAResource.commit ( javax.transaction.xa.Xid xid, boolean flag ) : void
[run-time name: org/apache/openejb/resource/jdbc/managed/local/LocalXAResource.commit:(Ljavax/transaction/xa/Xid;Z)V]
LocalXAResource.end ( javax.transaction.xa.Xid xid, int flag ) : void
[run-time name: org/apache/openejb/resource/jdbc/managed/local/LocalXAResource.end:(Ljavax/transaction/xa/Xid;I)V]
LocalXAResource.forget ( javax.transaction.xa.Xid xid ) : void
[run-time name: org/apache/openejb/resource/jdbc/managed/local/LocalXAResource.forget:(Ljavax/transaction/xa/Xid;)V]
LocalXAResource.getTransactionTimeout ( ) : int
[run-time name: org/apache/openejb/resource/jdbc/managed/local/LocalXAResource.getTransactionTimeout:()I]
LocalXAResource.getXid ( ) : javax.transaction.xa.Xid
[run-time name: org/apache/openejb/resource/jdbc/managed/local/LocalXAResource.getXid:()Ljavax/transaction/xa/Xid;]
LocalXAResource.isSameRM ( javax.transaction.xa.XAResource xaResource ) : boolean
[run-time name: org/apache/openejb/resource/jdbc/managed/local/LocalXAResource.isSameRM:(Ljavax/transaction/xa/XAResource;)Z]
LocalXAResource.LocalXAResource ( java.sql.Connection localTransaction )
[run-time name: org/apache/openejb/resource/jdbc/managed/local/LocalXAResource."<init>":(Ljava/sql/Connection;)V]
LocalXAResource.prepare ( javax.transaction.xa.Xid xid ) : int
[run-time name: org/apache/openejb/resource/jdbc/managed/local/LocalXAResource.prepare:(Ljavax/transaction/xa/Xid;)I]
LocalXAResource.recover ( int flag ) : javax.transaction.xa.Xid[ ]
[run-time name: org/apache/openejb/resource/jdbc/managed/local/LocalXAResource.recover:(I)[Ljavax/transaction/xa/Xid;]
LocalXAResource.rollback ( javax.transaction.xa.Xid xid ) : void
[run-time name: org/apache/openejb/resource/jdbc/managed/local/LocalXAResource.rollback:(Ljavax/transaction/xa/Xid;)V]
LocalXAResource.setTransactionTimeout ( int transactionTimeout ) : boolean
[run-time name: org/apache/openejb/resource/jdbc/managed/local/LocalXAResource.setTransactionTimeout:(I)Z]
LocalXAResource.start ( javax.transaction.xa.Xid xid, int flag ) : void
[run-time name: org/apache/openejb/resource/jdbc/managed/local/LocalXAResource.start:(Ljavax/transaction/xa/Xid;I)V]
openejb-core-4.5.0.jar, Log4jLogger.class
package org.apache.openejb.log.logger
Log4jLogger.addHandler ( java.util.logging.Handler handler ) : void
[run-time name: org/apache/openejb/log/logger/Log4jLogger.addHandler:(Ljava/util/logging/Handler;)V]
Log4jLogger.getHandlers ( ) : java.util.logging.Handler[ ]
[run-time name: org/apache/openejb/log/logger/Log4jLogger.getHandlers:()[Ljava/util/logging/Handler;]
Log4jLogger.getLevel ( ) : java.util.logging.Level
[run-time name: org/apache/openejb/log/logger/Log4jLogger.getLevel:()Ljava/util/logging/Level;]
Log4jLogger.internalLogFormatted ( String msg, java.util.logging.LogRecord record ) : void
[run-time name: org/apache/openejb/log/logger/Log4jLogger.internalLogFormatted:(Ljava/lang/String;Ljava/util/logging/LogRecord;)V]
Log4jLogger.Log4jLogger ( String name, String resourceBundleName )
[run-time name: org/apache/openejb/log/logger/Log4jLogger."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
Log4jLogger.removeHandler ( java.util.logging.Handler handler ) : void
[run-time name: org/apache/openejb/log/logger/Log4jLogger.removeHandler:(Ljava/util/logging/Handler;)V]
Log4jLogger.setLevel ( java.util.logging.Level newLevel ) : void
[run-time name: org/apache/openejb/log/logger/Log4jLogger.setLevel:(Ljava/util/logging/Level;)V]
openejb-core-4.5.0.jar, Log4jLoggerFactory.class
package org.apache.openejb.cdi.logging
Log4jLoggerFactory.getLogger ( Class clazz ) : java.util.logging.Logger
[run-time name: org/apache/openejb/cdi/logging/Log4jLoggerFactory.getLogger:(Ljava/lang/Class;)Ljava/util/logging/Logger;]
Log4jLoggerFactory.getLogger ( Class clazz, java.util.Locale desiredLocale ) : java.util.logging.Logger
[run-time name: org/apache/openejb/cdi/logging/Log4jLoggerFactory.getLogger:(Ljava/lang/Class;Ljava/util/Locale;)Ljava/util/logging/Logger;]
Log4jLoggerFactory.Log4jLoggerFactory ( )
[run-time name: org/apache/openejb/cdi/logging/Log4jLoggerFactory."<init>":()V]
openejb-core-4.5.0.jar, LoggingCallableSqlStatement.class
package org.apache.openejb.resource.jdbc.logging
LoggingCallableSqlStatement.LoggingCallableSqlStatement ( java.sql.PreparedStatement result, String query )
[run-time name: org/apache/openejb/resource/jdbc/logging/LoggingCallableSqlStatement."<init>":(Ljava/sql/PreparedStatement;Ljava/lang/String;)V]
openejb-core-4.5.0.jar, LoggingPreparedSqlStatement.class
package org.apache.openejb.resource.jdbc.logging
LoggingPreparedSqlStatement.invoke ( Object proxy, reflect.Method method, Object[ ] args ) : Object
[run-time name: org/apache/openejb/resource/jdbc/logging/LoggingPreparedSqlStatement.invoke:(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
LoggingPreparedSqlStatement.LoggingPreparedSqlStatement ( java.sql.PreparedStatement result, String query )
[run-time name: org/apache/openejb/resource/jdbc/logging/LoggingPreparedSqlStatement."<init>":(Ljava/sql/PreparedStatement;Ljava/lang/String;)V]
openejb-core-4.5.0.jar, LoggingSqlConnection.class
package org.apache.openejb.resource.jdbc.logging
LoggingSqlConnection.invoke ( Object proxy, reflect.Method method, Object[ ] args ) : Object
[run-time name: org/apache/openejb/resource/jdbc/logging/LoggingSqlConnection.invoke:(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
LoggingSqlConnection.LoggingSqlConnection ( java.sql.Connection connection )
[run-time name: org/apache/openejb/resource/jdbc/logging/LoggingSqlConnection."<init>":(Ljava/sql/Connection;)V]
openejb-core-4.5.0.jar, LoggingSqlDataSource.class
package org.apache.openejb.resource.jdbc.logging
LoggingSqlDataSource.getDelegate ( ) : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/logging/LoggingSqlDataSource.getDelegate:()Ljavax/sql/DataSource;]
LoggingSqlDataSource.invoke ( Object proxy, reflect.Method method, Object[ ] args ) : Object
[run-time name: org/apache/openejb/resource/jdbc/logging/LoggingSqlDataSource.invoke:(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
LoggingSqlDataSource.LoggingSqlDataSource ( javax.sql.DataSource ds )
[run-time name: org/apache/openejb/resource/jdbc/logging/LoggingSqlDataSource."<init>":(Ljavax/sql/DataSource;)V]
openejb-core-4.5.0.jar, LoggingSqlStatement.class
package org.apache.openejb.resource.jdbc.logging
LoggingSqlStatement.invoke ( Object proxy, reflect.Method method, Object[ ] args ) : Object
[run-time name: org/apache/openejb/resource/jdbc/logging/LoggingSqlStatement.invoke:(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
LoggingSqlStatement.LoggingSqlStatement ( java.sql.Statement result )
[run-time name: org/apache/openejb/resource/jdbc/logging/LoggingSqlStatement."<init>":(Ljava/sql/Statement;)V]
openejb-core-4.5.0.jar, LoginProvider.class
package org.apache.openejb.core.security.jaas
LoginProvider.authenticate ( String p1, String p2 ) [abstract] : java.util.List
[run-time name: org/apache/openejb/core/security/jaas/LoginProvider.authenticate:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;]
openejb-core-4.5.0.jar, MailSessionFactory.class
package org.apache.openejb.core
MailSessionFactory.setUseDefault ( boolean useDefault ) : void
[run-time name: org/apache/openejb/core/MailSessionFactory.setUseDefault:(Z)V]
openejb-core-4.5.0.jar, MalformedProviderNameException.class
package org.apache.openejb.config.provider
MalformedProviderNameException.MalformedProviderNameException ( String s )
[run-time name: org/apache/openejb/config/provider/MalformedProviderNameException."<init>":(Ljava/lang/String;)V]
openejb-core-4.5.0.jar, ManagedConnection.class
package org.apache.openejb.resource.jdbc.managed.local
ManagedConnection.getXAResource ( ) : javax.transaction.xa.XAResource
[run-time name: org/apache/openejb/resource/jdbc/managed/local/ManagedConnection.getXAResource:()Ljavax/transaction/xa/XAResource;]
ManagedConnection.invoke ( Object proxy, reflect.Method method, Object[ ] args ) : Object
[run-time name: org/apache/openejb/resource/jdbc/managed/local/ManagedConnection.invoke:(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
ManagedConnection.ManagedConnection ( java.sql.Connection connection, javax.transaction.TransactionManager txMgr )
[run-time name: org/apache/openejb/resource/jdbc/managed/local/ManagedConnection."<init>":(Ljava/sql/Connection;Ljavax/transaction/TransactionManager;)V]
openejb-core-4.5.0.jar, ManagedContainerBuilder.class
package org.apache.openejb.config.typed
ManagedContainerBuilder.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/typed/ManagedContainerBuilder.getProperties:()Ljava/util/Properties;]
ManagedContainerBuilder.id ( String id ) : ManagedContainerBuilder
[run-time name: org/apache/openejb/config/typed/ManagedContainerBuilder.id:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/ManagedContainerBuilder;]
ManagedContainerBuilder.ManagedContainerBuilder ( )
[run-time name: org/apache/openejb/config/typed/ManagedContainerBuilder."<init>":()V]
openejb-core-4.5.0.jar, ManagedDataSource.class
package org.apache.openejb.resource.jdbc.managed.local
ManagedDataSource.getConnection ( ) : java.sql.Connection
[run-time name: org/apache/openejb/resource/jdbc/managed/local/ManagedDataSource.getConnection:()Ljava/sql/Connection;]
ManagedDataSource.getConnection ( String username, String password ) : java.sql.Connection
[run-time name: org/apache/openejb/resource/jdbc/managed/local/ManagedDataSource.getConnection:(Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;]
ManagedDataSource.getDelegate ( ) : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/managed/local/ManagedDataSource.getDelegate:()Ljavax/sql/DataSource;]
ManagedDataSource.getLoginTimeout ( ) : int
[run-time name: org/apache/openejb/resource/jdbc/managed/local/ManagedDataSource.getLoginTimeout:()I]
ManagedDataSource.getLogWriter ( ) : java.io.PrintWriter
[run-time name: org/apache/openejb/resource/jdbc/managed/local/ManagedDataSource.getLogWriter:()Ljava/io/PrintWriter;]
ManagedDataSource.getParentLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/openejb/resource/jdbc/managed/local/ManagedDataSource.getParentLogger:()Ljava/util/logging/Logger;]
ManagedDataSource.isWrapperFor ( Class iface ) : boolean
[run-time name: org/apache/openejb/resource/jdbc/managed/local/ManagedDataSource.isWrapperFor:(Ljava/lang/Class;)Z]
ManagedDataSource.ManagedDataSource ( javax.sql.DataSource ds, javax.transaction.TransactionManager txMgr )
[run-time name: org/apache/openejb/resource/jdbc/managed/local/ManagedDataSource."<init>":(Ljavax/sql/DataSource;Ljavax/transaction/TransactionManager;)V]
ManagedDataSource.setLoginTimeout ( int seconds ) : void
[run-time name: org/apache/openejb/resource/jdbc/managed/local/ManagedDataSource.setLoginTimeout:(I)V]
ManagedDataSource.setLogWriter ( java.io.PrintWriter out ) : void
[run-time name: org/apache/openejb/resource/jdbc/managed/local/ManagedDataSource.setLogWriter:(Ljava/io/PrintWriter;)V]
ManagedDataSource.unwrap ( Class iface ) : Object
[run-time name: org/apache/openejb/resource/jdbc/managed/local/ManagedDataSource.unwrap:(Ljava/lang/Class;)Ljava/lang/Object;]
openejb-core-4.5.0.jar, ManagedDataSourceWithRecovery.class
package org.apache.openejb.resource.jdbc.dbcp
ManagedDataSourceWithRecovery.ManagedDataSourceWithRecovery ( String name, org.apache.openejb.resource.XAResourceWrapper xaResourceWrapper )
[run-time name: org/apache/openejb/resource/jdbc/dbcp/ManagedDataSourceWithRecovery."<init>":(Ljava/lang/String;Lorg/apache/openejb/resource/XAResourceWrapper;)V]
ManagedDataSourceWithRecovery.setTransactionManager ( javax.transaction.TransactionManager transactionManager ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/ManagedDataSourceWithRecovery.setTransactionManager:(Ljavax/transaction/TransactionManager;)V]
ManagedDataSourceWithRecovery.wrapTransactionManager ( ) : void
[run-time name: org/apache/openejb/resource/jdbc/dbcp/ManagedDataSourceWithRecovery.wrapTransactionManager:()V]
openejb-core-4.5.0.jar, ManagedXAConnection.class
package org.apache.openejb.resource.jdbc.managed.xa
ManagedXAConnection.getXAResource ( ) : javax.transaction.xa.XAResource
[run-time name: org/apache/openejb/resource/jdbc/managed/xa/ManagedXAConnection.getXAResource:()Ljavax/transaction/xa/XAResource;]
ManagedXAConnection.ManagedXAConnection ( java.sql.Connection connection, javax.transaction.TransactionManager txMgr )
[run-time name: org/apache/openejb/resource/jdbc/managed/xa/ManagedXAConnection."<init>":(Ljava/sql/Connection;Ljavax/transaction/TransactionManager;)V]
openejb-core-4.5.0.jar, ManagedXADataSource.class
package org.apache.openejb.resource.jdbc.managed.xa
ManagedXADataSource.getConnection ( ) : java.sql.Connection
[run-time name: org/apache/openejb/resource/jdbc/managed/xa/ManagedXADataSource.getConnection:()Ljava/sql/Connection;]
ManagedXADataSource.getConnection ( String username, String password ) : java.sql.Connection
[run-time name: org/apache/openejb/resource/jdbc/managed/xa/ManagedXADataSource.getConnection:(Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;]
ManagedXADataSource.ManagedXADataSource ( javax.sql.DataSource ds, javax.transaction.TransactionManager txMgr )
[run-time name: org/apache/openejb/resource/jdbc/managed/xa/ManagedXADataSource."<init>":(Ljavax/sql/DataSource;Ljavax/transaction/TransactionManager;)V]
openejb-core-4.5.0.jar, MapFactory.class
package org.apache.openejb.config.sys
MapFactory.create ( java.util.Properties props ) [static] : java.util.Map
[run-time name: org/apache/openejb/config/sys/MapFactory.create:(Ljava/util/Properties;)Ljava/util/Map;]
openejb-core-4.5.0.jar, MapObjectReference.class
package org.apache.openejb.core.ivm.naming
MapObjectReference.getObject ( ) : Object
[run-time name: org/apache/openejb/core/ivm/naming/MapObjectReference.getObject:()Ljava/lang/Object;]
MapObjectReference.MapObjectReference ( ThreadLocal obj, String key )
[run-time name: org/apache/openejb/core/ivm/naming/MapObjectReference."<init>":(Ljava/lang/ThreadLocal;Ljava/lang/String;)V]
openejb-core-4.5.0.jar, MessageDrivenContainerBuilder.class
package org.apache.openejb.config.typed
MessageDrivenContainerBuilder.getActivationSpecClass ( ) : String
[run-time name: org/apache/openejb/config/typed/MessageDrivenContainerBuilder.getActivationSpecClass:()Ljava/lang/String;]
MessageDrivenContainerBuilder.getInstanceLimit ( ) : int
[run-time name: org/apache/openejb/config/typed/MessageDrivenContainerBuilder.getInstanceLimit:()I]
MessageDrivenContainerBuilder.getMessageListenerInterface ( ) : String
[run-time name: org/apache/openejb/config/typed/MessageDrivenContainerBuilder.getMessageListenerInterface:()Ljava/lang/String;]
MessageDrivenContainerBuilder.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/typed/MessageDrivenContainerBuilder.getProperties:()Ljava/util/Properties;]
MessageDrivenContainerBuilder.getResourceAdapter ( ) : String
[run-time name: org/apache/openejb/config/typed/MessageDrivenContainerBuilder.getResourceAdapter:()Ljava/lang/String;]
MessageDrivenContainerBuilder.id ( String id ) : MessageDrivenContainerBuilder
[run-time name: org/apache/openejb/config/typed/MessageDrivenContainerBuilder.id:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/MessageDrivenContainerBuilder;]
MessageDrivenContainerBuilder.MessageDrivenContainerBuilder ( )
[run-time name: org/apache/openejb/config/typed/MessageDrivenContainerBuilder."<init>":()V]
MessageDrivenContainerBuilder.setActivationSpecClass ( String activationSpecClass ) : void
[run-time name: org/apache/openejb/config/typed/MessageDrivenContainerBuilder.setActivationSpecClass:(Ljava/lang/String;)V]
MessageDrivenContainerBuilder.setInstanceLimit ( int instanceLimit ) : void
[run-time name: org/apache/openejb/config/typed/MessageDrivenContainerBuilder.setInstanceLimit:(I)V]
MessageDrivenContainerBuilder.setMessageListenerInterface ( String messageListenerInterface ) : void
[run-time name: org/apache/openejb/config/typed/MessageDrivenContainerBuilder.setMessageListenerInterface:(Ljava/lang/String;)V]
MessageDrivenContainerBuilder.setResourceAdapter ( String resourceAdapter ) : void
[run-time name: org/apache/openejb/config/typed/MessageDrivenContainerBuilder.setResourceAdapter:(Ljava/lang/String;)V]
MessageDrivenContainerBuilder.withActivationSpecClass ( String activationSpecClass ) : MessageDrivenContainerBuilder
[run-time name: org/apache/openejb/config/typed/MessageDrivenContainerBuilder.withActivationSpecClass:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/MessageDrivenContainerBuilder;]
MessageDrivenContainerBuilder.withInstanceLimit ( int instanceLimit ) : MessageDrivenContainerBuilder
[run-time name: org/apache/openejb/config/typed/MessageDrivenContainerBuilder.withInstanceLimit:(I)Lorg/apache/openejb/config/typed/MessageDrivenContainerBuilder;]
MessageDrivenContainerBuilder.withMessageListenerInterface ( String messageListenerInterface ) : MessageDrivenContainerBuilder
[run-time name: org/apache/openejb/config/typed/MessageDrivenContainerBuilder.withMessageListenerInterface:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/MessageDrivenContainerBuilder;]
MessageDrivenContainerBuilder.withResourceAdapter ( String resourceAdapter ) : MessageDrivenContainerBuilder
[run-time name: org/apache/openejb/config/typed/MessageDrivenContainerBuilder.withResourceAdapter:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/MessageDrivenContainerBuilder;]
openejb-core-4.5.0.jar, MethodEntry.class
package org.apache.openejb.config.typed.util
ObjectMap.MethodEntry.getKey ( ) : Object
[run-time name: org/apache/openejb/config/typed/util/ObjectMap.MethodEntry.getKey:()Ljava/lang/Object;]
ObjectMap.MethodEntry.getKey ( ) : String
[run-time name: org/apache/openejb/config/typed/util/ObjectMap.MethodEntry.getKey:()Ljava/lang/String;]
ObjectMap.MethodEntry.getValue ( ) : Object
[run-time name: org/apache/openejb/config/typed/util/ObjectMap.MethodEntry.getValue:()Ljava/lang/Object;]
ObjectMap.MethodEntry.invoke ( reflect.Method method, Object[ ] args ) : Object
[run-time name: org/apache/openejb/config/typed/util/ObjectMap.MethodEntry.invoke:(Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
ObjectMap.MethodEntry.ObjectMap.MethodEntry ( ObjectMap getter, reflect.Method setter, reflect.Method p3 )
[run-time name: org/apache/openejb/config/typed/util/ObjectMap.MethodEntry."<init>":(Lorg/apache/openejb/config/typed/util/ObjectMap;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)V]
ObjectMap.MethodEntry.setValue ( Object value ) : Object
[run-time name: org/apache/openejb/config/typed/util/ObjectMap.MethodEntry.setValue:(Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-4.5.0.jar, Module.class
package org.apache.openejb.config
Module.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/Module.getProperties:()Ljava/util/Properties;]
openejb-core-4.5.0.jar, ModuleProperties.class
package org.apache.openejb.config
ModuleProperties.deploy ( AppModule appModule ) : AppModule
[run-time name: org/apache/openejb/config/ModuleProperties.deploy:(Lorg/apache/openejb/config/AppModule;)Lorg/apache/openejb/config/AppModule;]
ModuleProperties.ModuleProperties ( )
[run-time name: org/apache/openejb/config/ModuleProperties."<init>":()V]
openejb-core-4.5.0.jar, MultipleClassLoader.class
package org.apache.openejb.util.classloader
MultipleClassLoader.equals ( Object other ) : boolean
[run-time name: org/apache/openejb/util/classloader/MultipleClassLoader.equals:(Ljava/lang/Object;)Z]
MultipleClassLoader.hashCode ( ) : int
[run-time name: org/apache/openejb/util/classloader/MultipleClassLoader.hashCode:()I]
openejb-core-4.5.0.jar, NetworkUtil.class
package org.apache.openejb.util
NetworkUtil.getNextAvailablePort ( int min, int max, java.util.Collection excepted ) [static] : int
[run-time name: org/apache/openejb/util/NetworkUtil.getNextAvailablePort:(IILjava/util/Collection;)I]
openejb-core-4.5.0.jar, NewLoaderLogic.class
package org.apache.openejb.config
NewLoaderLogic.applyBuiltinExcludes ( org.apache.xbean.finder.UrlSet urlSet, org.apache.xbean.finder.filter.Filter includeFilter, org.apache.xbean.finder.filter.Filter excludeFilter ) [static] : org.apache.xbean.finder.UrlSet
[run-time name: org/apache/openejb/config/NewLoaderLogic.applyBuiltinExcludes:(Lorg/apache/xbean/finder/UrlSet;Lorg/apache/xbean/finder/filter/Filter;Lorg/apache/xbean/finder/filter/Filter;)Lorg/apache/xbean/finder/UrlSet;]
NewLoaderLogic.sanitize ( String value ) [static] : String
[run-time name: org/apache/openejb/config/NewLoaderLogic.sanitize:(Ljava/lang/String;)Ljava/lang/String;]
openejb-core-4.5.0.jar, NoInjectionMetaDataException.class
package org.apache.openejb
OpenEjbContainer.NoInjectionMetaDataException.OpenEjbContainer.NoInjectionMetaDataException ( String s, Exception e )
[run-time name: org/apache/openejb/OpenEjbContainer.NoInjectionMetaDataException."<init>":(Ljava/lang/String;Ljava/lang/Exception;)V]
openejb-core-4.5.0.jar, NoSuchParentProviderException.class
package org.apache.openejb.config.provider
NoSuchParentProviderException.getId ( ) : ID
[run-time name: org/apache/openejb/config/provider/NoSuchParentProviderException.getId:()Lorg/apache/openejb/config/provider/ID;]
NoSuchParentProviderException.getProvider ( ) : org.apache.openejb.config.sys.ServiceProvider
[run-time name: org/apache/openejb/config/provider/NoSuchParentProviderException.getProvider:()Lorg/apache/openejb/config/sys/ServiceProvider;]
NoSuchParentProviderException.NoSuchParentProviderException ( org.apache.openejb.config.sys.ServiceProvider provider, ID id )
[run-time name: org/apache/openejb/config/provider/NoSuchParentProviderException."<init>":(Lorg/apache/openejb/config/sys/ServiceProvider;Lorg/apache/openejb/config/provider/ID;)V]
openejb-core-4.5.0.jar, ObjectMap.class
package org.apache.openejb.config.typed.util
ObjectMap.containsKey ( Object key ) : boolean
[run-time name: org/apache/openejb/config/typed/util/ObjectMap.containsKey:(Ljava/lang/Object;)Z]
ObjectMap.entrySet ( ) : java.util.Set
[run-time name: org/apache/openejb/config/typed/util/ObjectMap.entrySet:()Ljava/util/Set;]
ObjectMap.get ( Object key ) : Object
[run-time name: org/apache/openejb/config/typed/util/ObjectMap.get:(Ljava/lang/Object;)Ljava/lang/Object;]
ObjectMap.ObjectMap ( Class clazz )
[run-time name: org/apache/openejb/config/typed/util/ObjectMap."<init>":(Ljava/lang/Class;)V]
ObjectMap.ObjectMap ( Class clazz, Object object )
[run-time name: org/apache/openejb/config/typed/util/ObjectMap."<init>":(Ljava/lang/Class;Ljava/lang/Object;)V]
ObjectMap.ObjectMap ( Object object )
[run-time name: org/apache/openejb/config/typed/util/ObjectMap."<init>":(Ljava/lang/Object;)V]
ObjectMap.put ( Object x0, Object x1 ) : Object
[run-time name: org/apache/openejb/config/typed/util/ObjectMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
ObjectMap.put ( String key, Object value ) : Object
[run-time name: org/apache/openejb/config/typed/util/ObjectMap.put:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
ObjectMap.remove ( Object key ) : Object
[run-time name: org/apache/openejb/config/typed/util/ObjectMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-4.5.0.jar, ObjectNameBuilder.class
package org.apache.openejb.monitoring
ObjectNameBuilder.uniqueName ( String type, String name, Object object ) [static] : javax.management.ObjectName
[run-time name: org/apache/openejb/monitoring/ObjectNameBuilder.uniqueName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Ljavax/management/ObjectName;]
openejb-core-4.5.0.jar, ObjectRecipeHelper.class
package org.apache.openejb.util
ObjectRecipeHelper.createMeFromSystemProps ( String prefix, String suffix, Class clazz ) [static] : Object
[run-time name: org/apache/openejb/util/ObjectRecipeHelper.createMeFromSystemProps:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
openejb-core-4.5.0.jar, OfferRejectedExecutionHandler.class
package org.apache.openejb.util.executor
OfferRejectedExecutionHandler.OfferRejectedExecutionHandler ( long timeout, java.util.concurrent.TimeUnit timeUnit )
[run-time name: org/apache/openejb/util/executor/OfferRejectedExecutionHandler."<init>":(JLjava/util/concurrent/TimeUnit;)V]
OfferRejectedExecutionHandler.OfferRejectedExecutionHandler ( org.apache.openejb.util.Duration duration )
[run-time name: org/apache/openejb/util/executor/OfferRejectedExecutionHandler."<init>":(Lorg/apache/openejb/util/Duration;)V]
OfferRejectedExecutionHandler.rejectedExecution ( Runnable r, java.util.concurrent.ThreadPoolExecutor tpe ) : void
[run-time name: org/apache/openejb/util/executor/OfferRejectedExecutionHandler.rejectedExecution:(Ljava/lang/Runnable;Ljava/util/concurrent/ThreadPoolExecutor;)V]
openejb-core-4.5.0.jar, Openejb.class
package org.apache.openejb.config.sys
Openejb.getServices ( ) : java.util.List
[run-time name: org/apache/openejb/config/sys/Openejb.getServices:()Ljava/util/List;]
openejb-core-4.5.0.jar, OpenEJBLogManager.class
package org.apache.openejb.util
JuliLogStreamFactory.OpenEJBLogManager.forceReset ( ) : void
[run-time name: org/apache/openejb/util/JuliLogStreamFactory.OpenEJBLogManager.forceReset:()V]
JuliLogStreamFactory.OpenEJBLogManager.reset ( ) : void
[run-time name: org/apache/openejb/util/JuliLogStreamFactory.OpenEJBLogManager.reset:()V]
openejb-core-4.5.0.jar, OpenEJBScripter.class
package org.apache.openejb.util
OpenEJBScripter.clearEngines ( ) [static] : void
[run-time name: org/apache/openejb/util/OpenEJBScripter.clearEngines:()V]
OpenEJBScripter.evaluate ( String language, String script ) : Object
[run-time name: org/apache/openejb/util/OpenEJBScripter.evaluate:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;]
OpenEJBScripter.evaluate ( String language, String script, javax.script.ScriptContext context ) : Object
[run-time name: org/apache/openejb/util/OpenEJBScripter.evaluate:(Ljava/lang/String;Ljava/lang/String;Ljavax/script/ScriptContext;)Ljava/lang/Object;]
OpenEJBScripter.getSupportedLanguages ( ) [static] : java.util.Set
[run-time name: org/apache/openejb/util/OpenEJBScripter.getSupportedLanguages:()Ljava/util/Set;]
OpenEJBScripter.OpenEJBScripter ( )
[run-time name: org/apache/openejb/util/OpenEJBScripter."<init>":()V]
openejb-core-4.5.0.jar, ORBBuilder.class
package org.apache.openejb.config.typed
ORBBuilder.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/typed/ORBBuilder.getProperties:()Ljava/util/Properties;]
ORBBuilder.id ( String id ) : ORBBuilder
[run-time name: org/apache/openejb/config/typed/ORBBuilder.id:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/ORBBuilder;]
ORBBuilder.ORBBuilder ( )
[run-time name: org/apache/openejb/config/typed/ORBBuilder."<init>":()V]
openejb-core-4.5.0.jar, Parameter.class
package org.apache.openejb.resource.jdbc.logging
LoggingPreparedSqlStatement.Parameter.compareTo ( Object x0 ) : int
[run-time name: org/apache/openejb/resource/jdbc/logging/LoggingPreparedSqlStatement.Parameter.compareTo:(Ljava/lang/Object;)I]
LoggingPreparedSqlStatement.Parameter.compareTo ( LoggingPreparedSqlStatement.Parameter o ) : int
[run-time name: org/apache/openejb/resource/jdbc/logging/LoggingPreparedSqlStatement.Parameter.compareTo:(Lorg/apache/openejb/resource/jdbc/logging/LoggingPreparedSqlStatement$Parameter;)I]
LoggingPreparedSqlStatement.Parameter.LoggingPreparedSqlStatement.Parameter ( String type, int key, Object value )
[run-time name: org/apache/openejb/resource/jdbc/logging/LoggingPreparedSqlStatement.Parameter."<init>":(Ljava/lang/String;ILjava/lang/Object;)V]
LoggingPreparedSqlStatement.Parameter.toString ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/logging/LoggingPreparedSqlStatement.Parameter.toString:()Ljava/lang/String;]
openejb-core-4.5.0.jar, ParentClassLoaderFinder.class
package org.apache.openejb.core
ParentClassLoaderFinder.getParentClassLoader ( ClassLoader p1 ) [abstract] : ClassLoader
[run-time name: org/apache/openejb/core/ParentClassLoaderFinder.getParentClassLoader:(Ljava/lang/ClassLoader;)Ljava/lang/ClassLoader;]
openejb-core-4.5.0.jar, PasswordCipher.class
package org.apache.openejb.resource.jdbc.cipher
PasswordCipher.decrypt ( char[ ] p1 ) [abstract] : String
[run-time name: org/apache/openejb/resource/jdbc/cipher/PasswordCipher.decrypt:([C)Ljava/lang/String;]
PasswordCipher.encrypt ( String p1 ) [abstract] : char[ ]
[run-time name: org/apache/openejb/resource/jdbc/cipher/PasswordCipher.encrypt:(Ljava/lang/String;)[C]
openejb-core-4.5.0.jar, PersistenceModule.class
package org.apache.openejb.config
PersistenceModule.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/PersistenceModule.getProperties:()Ljava/util/Properties;]
openejb-core-4.5.0.jar, PlainTextPasswordCipher.class
package org.apache.openejb.resource.jdbc.cipher
PlainTextPasswordCipher.decrypt ( char[ ] encryptedPassword ) : String
[run-time name: org/apache/openejb/resource/jdbc/cipher/PlainTextPasswordCipher.decrypt:([C)Ljava/lang/String;]
PlainTextPasswordCipher.encrypt ( String plainPassword ) : char[ ]
[run-time name: org/apache/openejb/resource/jdbc/cipher/PlainTextPasswordCipher.encrypt:(Ljava/lang/String;)[C]
PlainTextPasswordCipher.PlainTextPasswordCipher ( )
[run-time name: org/apache/openejb/resource/jdbc/cipher/PlainTextPasswordCipher."<init>":()V]
openejb-core-4.5.0.jar, PojoConfig.class
package org.apache.openejb.config.sys
PojoConfig.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/sys/PojoConfig.getProperties:()Ljava/util/Properties;]
PojoConfig.hasProperties ( ) : boolean
[run-time name: org/apache/openejb/config/sys/PojoConfig.hasProperties:()Z]
PojoConfig.PojoConfig ( )
[run-time name: org/apache/openejb/config/sys/PojoConfig."<init>":()V]
openejb-core-4.5.0.jar, PojoConfiguration.class
package org.apache.openejb.config
PojoConfiguration.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/PojoConfiguration.getProperties:()Ljava/util/Properties;]
PojoConfiguration.PojoConfiguration ( java.util.Properties properties )
[run-time name: org/apache/openejb/config/PojoConfiguration."<init>":(Ljava/util/Properties;)V]
openejb-core-4.5.0.jar, PojoUtil.class
package org.apache.openejb.assembler.classic.util
PojoUtil.findConfiguration ( java.util.Collection infos, String id ) [static] : java.util.Properties
[run-time name: org/apache/openejb/assembler/classic/util/PojoUtil.findConfiguration:(Ljava/util/Collection;Ljava/lang/String;)Ljava/util/Properties;]
PojoUtil.findPojoConfig ( java.util.Collection pojoConfigurations, org.apache.openejb.assembler.classic.AppInfo appInfo, org.apache.openejb.assembler.classic.WebAppInfo webApp ) [static] : java.util.Collection
[run-time name: org/apache/openejb/assembler/classic/util/PojoUtil.findPojoConfig:(Ljava/util/Collection;Lorg/apache/openejb/assembler/classic/AppInfo;Lorg/apache/openejb/assembler/classic/WebAppInfo;)Ljava/util/Collection;]
openejb-core-4.5.0.jar, PoolDataSourceCreator.class
package org.apache.openejb.resource.jdbc.pool
PoolDataSourceCreator.build ( Class clazz, java.util.Properties properties ) : Object
[run-time name: org/apache/openejb/resource/jdbc/pool/PoolDataSourceCreator.build:(Ljava/lang/Class;Ljava/util/Properties;)Ljava/lang/Object;]
PoolDataSourceCreator.build ( Class clazz, Object instance, java.util.Properties properties ) : Object
[run-time name: org/apache/openejb/resource/jdbc/pool/PoolDataSourceCreator.build:(Ljava/lang/Class;Ljava/lang/Object;Ljava/util/Properties;)Ljava/lang/Object;]
PoolDataSourceCreator.clearRecipe ( Object object ) : org.apache.xbean.recipe.ObjectRecipe
[run-time name: org/apache/openejb/resource/jdbc/pool/PoolDataSourceCreator.clearRecipe:(Ljava/lang/Object;)Lorg/apache/xbean/recipe/ObjectRecipe;]
PoolDataSourceCreator.destroy ( Object object ) : void
[run-time name: org/apache/openejb/resource/jdbc/pool/PoolDataSourceCreator.destroy:(Ljava/lang/Object;)V]
PoolDataSourceCreator.doDestroy ( javax.sql.DataSource p1 ) [abstract] : void
[run-time name: org/apache/openejb/resource/jdbc/pool/PoolDataSourceCreator.doDestroy:(Ljavax/sql/DataSource;)V]
PoolDataSourceCreator.managed ( String name, javax.sql.DataSource ds ) : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/pool/PoolDataSourceCreator.managed:(Ljava/lang/String;Ljavax/sql/DataSource;)Ljavax/sql/DataSource;]
PoolDataSourceCreator.PoolDataSourceCreator ( )
[run-time name: org/apache/openejb/resource/jdbc/pool/PoolDataSourceCreator."<init>":()V]
PoolDataSourceCreator.poolManaged ( String name, javax.sql.DataSource ds, java.util.Properties properties ) : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/pool/PoolDataSourceCreator.poolManaged:(Ljava/lang/String;Ljavax/sql/DataSource;Ljava/util/Properties;)Ljavax/sql/DataSource;]
PoolDataSourceCreator.poolManaged ( String name, String driver, java.util.Properties properties ) : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/pool/PoolDataSourceCreator.poolManaged:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;)Ljavax/sql/DataSource;]
PoolDataSourceCreator.poolManagedWithRecovery ( String name, org.apache.openejb.resource.XAResourceWrapper xaResourceWrapper, String driver, java.util.Properties properties ) : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/pool/PoolDataSourceCreator.poolManagedWithRecovery:(Ljava/lang/String;Lorg/apache/openejb/resource/XAResourceWrapper;Ljava/lang/String;Ljava/util/Properties;)Ljavax/sql/DataSource;]
openejb-core-4.5.0.jar, PortAddressRegistry.class
package org.apache.openejb.core.webservices
PortAddressRegistry.removePort ( String p1, javax.xml.namespace.QName p2, String p3, String p4 ) [abstract] : void
[run-time name: org/apache/openejb/core/webservices/PortAddressRegistry.removePort:(Ljava/lang/String;Ljavax/xml/namespace/QName;Ljava/lang/String;Ljava/lang/String;)V]
openejb-core-4.5.0.jar, PortAddressRegistryImpl.class
package org.apache.openejb.core.webservices
PortAddressRegistryImpl.removePort ( String serviceId, javax.xml.namespace.QName serviceQName, String portId, String portInterface ) : void
[run-time name: org/apache/openejb/core/webservices/PortAddressRegistryImpl.removePort:(Ljava/lang/String;Ljavax/xml/namespace/QName;Ljava/lang/String;Ljava/lang/String;)V]
openejb-core-4.5.0.jar, PortData.class
package org.apache.openejb.core.webservices
PortData.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/core/webservices/PortData.getProperties:()Ljava/util/Properties;]
PortData.setProperties ( java.util.Properties properties ) : void
[run-time name: org/apache/openejb/core/webservices/PortData.setProperties:(Ljava/util/Properties;)V]
openejb-core-4.5.0.jar, PrefixMappingRepository.class
package org.apache.openejb.openjpa
PrefixMappingRepository.endConfiguration ( ) : void
[run-time name: org/apache/openejb/openjpa/PrefixMappingRepository.endConfiguration:()V]
PrefixMappingRepository.PrefixMappingRepository ( )
[run-time name: org/apache/openejb/openjpa/PrefixMappingRepository."<init>":()V]
PrefixMappingRepository.setPrefix ( String prefix ) : void
[run-time name: org/apache/openejb/openjpa/PrefixMappingRepository.setPrefix:(Ljava/lang/String;)V]
openejb-core-4.5.0.jar, PrefixTableJdbcSeq.class
package org.apache.openejb.openjpa
PrefixTableJdbcSeq.endConfiguration ( ) : void
[run-time name: org/apache/openejb/openjpa/PrefixTableJdbcSeq.endConfiguration:()V]
PrefixTableJdbcSeq.PrefixTableJdbcSeq ( )
[run-time name: org/apache/openejb/openjpa/PrefixTableJdbcSeq."<init>":()V]
PrefixTableJdbcSeq.setPrefix ( String prefix ) : void
[run-time name: org/apache/openejb/openjpa/PrefixTableJdbcSeq.setPrefix:(Ljava/lang/String;)V]
openejb-core-4.5.0.jar, PropertiesHelper.class
package org.apache.openejb.util
PropertiesHelper.map ( java.util.Properties props ) [static] : java.util.Map
[run-time name: org/apache/openejb/util/PropertiesHelper.map:(Ljava/util/Properties;)Ljava/util/Map;]
PropertiesHelper.propertiesToString ( java.util.Properties p ) [static] : String
[run-time name: org/apache/openejb/util/PropertiesHelper.propertiesToString:(Ljava/util/Properties;)Ljava/lang/String;]
openejb-core-4.5.0.jar, PropertyPlaceHolderHelper.class
package org.apache.openejb.util
PropertyPlaceHolderHelper.holds ( java.util.Properties properties ) [static] : java.util.Properties
[run-time name: org/apache/openejb/util/PropertyPlaceHolderHelper.holds:(Ljava/util/Properties;)Ljava/util/Properties;]
PropertyPlaceHolderHelper.holdsWithUpdate ( java.util.Properties props ) [static] : void
[run-time name: org/apache/openejb/util/PropertyPlaceHolderHelper.holdsWithUpdate:(Ljava/util/Properties;)V]
PropertyPlaceHolderHelper.value ( String key ) [static] : String
[run-time name: org/apache/openejb/util/PropertyPlaceHolderHelper.value:(Ljava/lang/String;)Ljava/lang/String;]
openejb-core-4.5.0.jar, ProviderCircularReferenceException.class
package org.apache.openejb.config.provider
ProviderCircularReferenceException.getIds ( ) : java.util.Set
[run-time name: org/apache/openejb/config/provider/ProviderCircularReferenceException.getIds:()Ljava/util/Set;]
ProviderCircularReferenceException.ProviderCircularReferenceException ( java.util.Set ids )
[run-time name: org/apache/openejb/config/provider/ProviderCircularReferenceException."<init>":(Ljava/util/Set;)V]
openejb-core-4.5.0.jar, ProviderGenerator.class
package org.apache.openejb.config.typed.util
ProviderGenerator.main ( String[ ] args ) [static] : void
[run-time name: org/apache/openejb/config/typed/util/ProviderGenerator.main:([Ljava/lang/String;)V]
ProviderGenerator.ProviderGenerator ( )
[run-time name: org/apache/openejb/config/typed/util/ProviderGenerator."<init>":()V]
ProviderGenerator.template ( String template ) [static] : ProviderGenerator.Template
[run-time name: org/apache/openejb/config/typed/util/ProviderGenerator.template:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/util/ProviderGenerator$Template;]
openejb-core-4.5.0.jar, ProviderLoader.class
package org.apache.openejb.config.provider
ProviderLoader.load ( ID p1 ) [abstract] : org.apache.openejb.config.sys.ServiceProvider
[run-time name: org/apache/openejb/config/provider/ProviderLoader.load:(Lorg/apache/openejb/config/provider/ID;)Lorg/apache/openejb/config/sys/ServiceProvider;]
ProviderLoader.load ( String p1 ) [abstract] : java.util.List
[run-time name: org/apache/openejb/config/provider/ProviderLoader.load:(Ljava/lang/String;)Ljava/util/List;]
openejb-core-4.5.0.jar, ProviderManager.class
package org.apache.openejb.config.provider
ProviderManager.get ( String namespace, String name ) : org.apache.openejb.config.sys.ServiceProvider
[run-time name: org/apache/openejb/config/provider/ProviderManager.get:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/openejb/config/sys/ServiceProvider;]
ProviderManager.getAll ( ) : java.util.List
[run-time name: org/apache/openejb/config/provider/ProviderManager.getAll:()Ljava/util/List;]
ProviderManager.getLoader ( ) : ProviderLoader
[run-time name: org/apache/openejb/config/provider/ProviderManager.getLoader:()Lorg/apache/openejb/config/provider/ProviderLoader;]
ProviderManager.load ( String namespace ) : java.util.List
[run-time name: org/apache/openejb/config/provider/ProviderManager.load:(Ljava/lang/String;)Ljava/util/List;]
ProviderManager.ProviderManager ( ProviderLoader loader )
[run-time name: org/apache/openejb/config/provider/ProviderManager."<init>":(Lorg/apache/openejb/config/provider/ProviderLoader;)V]
ProviderManager.register ( String namespace, org.apache.openejb.config.sys.ServiceProvider provider ) : void
[run-time name: org/apache/openejb/config/provider/ProviderManager.register:(Ljava/lang/String;Lorg/apache/openejb/config/sys/ServiceProvider;)V]
openejb-core-4.5.0.jar, ProxyEJB.class
package org.apache.openejb.util.proxy
ProxyEJB.proxy ( org.apache.openejb.BeanContext beanContext ) [static] : Object
[run-time name: org/apache/openejb/util/proxy/ProxyEJB.proxy:(Lorg/apache/openejb/BeanContext;)Ljava/lang/Object;]
openejb-core-4.5.0.jar, ProxyFactory.class
package org.apache.openejb.util.proxy
ProxyFactory.getInvocationHandler ( Object p1 ) [abstract] : reflect.InvocationHandler
[run-time name: org/apache/openejb/util/proxy/ProxyFactory.getInvocationHandler:(Ljava/lang/Object;)Ljava/lang/reflect/InvocationHandler;]
ProxyFactory.newProxyInstance ( Class p1, reflect.InvocationHandler p2 ) [abstract] : Object
[run-time name: org/apache/openejb/util/proxy/ProxyFactory.newProxyInstance:(Ljava/lang/Class;Ljava/lang/reflect/InvocationHandler;)Ljava/lang/Object;]
ProxyFactory.newProxyInstance ( Class[ ] p1, reflect.InvocationHandler p2 ) [abstract] : Object
[run-time name: org/apache/openejb/util/proxy/ProxyFactory.newProxyInstance:([Ljava/lang/Class;Ljava/lang/reflect/InvocationHandler;)Ljava/lang/Object;]
openejb-core-4.5.0.jar, ProxyFactoryBuilder.class
package org.apache.openejb.config.typed
ProxyFactoryBuilder.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/typed/ProxyFactoryBuilder.getProperties:()Ljava/util/Properties;]
ProxyFactoryBuilder.id ( String id ) : ProxyFactoryBuilder
[run-time name: org/apache/openejb/config/typed/ProxyFactoryBuilder.id:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/ProxyFactoryBuilder;]
ProxyFactoryBuilder.ProxyFactoryBuilder ( )
[run-time name: org/apache/openejb/config/typed/ProxyFactoryBuilder."<init>":()V]
openejb-core-4.5.0.jar, ProxyManager.class
package org.apache.openejb.util.proxy
ProxyManager.getInvocationHandler ( Object proxy ) [static] : reflect.InvocationHandler
[run-time name: org/apache/openejb/util/proxy/ProxyManager.getInvocationHandler:(Ljava/lang/Object;)Ljava/lang/reflect/InvocationHandler;]
ProxyManager.newProxyInstance ( Class interfaceType, reflect.InvocationHandler h ) [static] : Object
[run-time name: org/apache/openejb/util/proxy/ProxyManager.newProxyInstance:(Ljava/lang/Class;Ljava/lang/reflect/InvocationHandler;)Ljava/lang/Object;]
ProxyManager.newProxyInstance ( Class[ ] interfaces, reflect.InvocationHandler h ) [static] : Object
[run-time name: org/apache/openejb/util/proxy/ProxyManager.newProxyInstance:([Ljava/lang/Class;Ljava/lang/reflect/InvocationHandler;)Ljava/lang/Object;]
openejb-core-4.5.0.jar, QueryLogEntityManager.class
package org.apache.openejb.persistence
QueryLogEntityManager.clear ( ) : void
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.clear:()V]
QueryLogEntityManager.close ( ) : void
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.close:()V]
QueryLogEntityManager.contains ( Object entity ) : boolean
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.contains:(Ljava/lang/Object;)Z]
QueryLogEntityManager.createNamedQuery ( String name ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.createNamedQuery:(Ljava/lang/String;)Ljavax/persistence/Query;]
QueryLogEntityManager.createNamedQuery ( String name, Class resultClass ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.createNamedQuery:(Ljava/lang/String;Ljava/lang/Class;)Ljavax/persistence/TypedQuery;]
QueryLogEntityManager.createNativeQuery ( String sqlString ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.createNativeQuery:(Ljava/lang/String;)Ljavax/persistence/Query;]
QueryLogEntityManager.createNativeQuery ( String sqlString, Class resultClass ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.createNativeQuery:(Ljava/lang/String;Ljava/lang/Class;)Ljavax/persistence/Query;]
QueryLogEntityManager.createNativeQuery ( String sqlString, String resultSetMapping ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.createNativeQuery:(Ljava/lang/String;Ljava/lang/String;)Ljavax/persistence/Query;]
QueryLogEntityManager.createQuery ( javax.persistence.criteria.CriteriaQuery criteriaQuery ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.createQuery:(Ljavax/persistence/criteria/CriteriaQuery;)Ljavax/persistence/TypedQuery;]
QueryLogEntityManager.createQuery ( String qlString ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.createQuery:(Ljava/lang/String;)Ljavax/persistence/Query;]
QueryLogEntityManager.createQuery ( String qlString, Class resultClass ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.createQuery:(Ljava/lang/String;Ljava/lang/Class;)Ljavax/persistence/TypedQuery;]
QueryLogEntityManager.detach ( Object entity ) : void
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.detach:(Ljava/lang/Object;)V]
QueryLogEntityManager.find ( Class entityClass, Object primaryKey ) : Object
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.find:(Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;]
QueryLogEntityManager.find ( Class entityClass, Object primaryKey, java.util.Map properties ) : Object
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.find:(Ljava/lang/Class;Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;]
QueryLogEntityManager.find ( Class entityClass, Object primaryKey, javax.persistence.LockModeType lockMode ) : Object
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.find:(Ljava/lang/Class;Ljava/lang/Object;Ljavax/persistence/LockModeType;)Ljava/lang/Object;]
QueryLogEntityManager.find ( Class entityClass, Object primaryKey, javax.persistence.LockModeType lockMode, java.util.Map properties ) : Object
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.find:(Ljava/lang/Class;Ljava/lang/Object;Ljavax/persistence/LockModeType;Ljava/util/Map;)Ljava/lang/Object;]
QueryLogEntityManager.flush ( ) : void
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.flush:()V]
QueryLogEntityManager.getCriteriaBuilder ( ) : javax.persistence.criteria.CriteriaBuilder
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.getCriteriaBuilder:()Ljavax/persistence/criteria/CriteriaBuilder;]
QueryLogEntityManager.getDelegate ( ) : Object
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.getDelegate:()Ljava/lang/Object;]
QueryLogEntityManager.getEntityManagerFactory ( ) : javax.persistence.EntityManagerFactory
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.getEntityManagerFactory:()Ljavax/persistence/EntityManagerFactory;]
QueryLogEntityManager.getFlushMode ( ) : javax.persistence.FlushModeType
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.getFlushMode:()Ljavax/persistence/FlushModeType;]
QueryLogEntityManager.getLockMode ( Object entity ) : javax.persistence.LockModeType
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.getLockMode:(Ljava/lang/Object;)Ljavax/persistence/LockModeType;]
QueryLogEntityManager.getMetamodel ( ) : javax.persistence.metamodel.Metamodel
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.getMetamodel:()Ljavax/persistence/metamodel/Metamodel;]
QueryLogEntityManager.getProperties ( ) : java.util.Map
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.getProperties:()Ljava/util/Map;]
QueryLogEntityManager.getReference ( Class entityClass, Object primaryKey ) : Object
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.getReference:(Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;]
QueryLogEntityManager.getTransaction ( ) : javax.persistence.EntityTransaction
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.getTransaction:()Ljavax/persistence/EntityTransaction;]
QueryLogEntityManager.isOpen ( ) : boolean
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.isOpen:()Z]
QueryLogEntityManager.joinTransaction ( ) : void
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.joinTransaction:()V]
QueryLogEntityManager.lock ( Object entity, javax.persistence.LockModeType lockMode ) : void
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.lock:(Ljava/lang/Object;Ljavax/persistence/LockModeType;)V]
QueryLogEntityManager.lock ( Object entity, javax.persistence.LockModeType lockMode, java.util.Map properties ) : void
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.lock:(Ljava/lang/Object;Ljavax/persistence/LockModeType;Ljava/util/Map;)V]
QueryLogEntityManager.merge ( Object entity ) : Object
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.merge:(Ljava/lang/Object;)Ljava/lang/Object;]
QueryLogEntityManager.persist ( Object entity ) : void
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.persist:(Ljava/lang/Object;)V]
QueryLogEntityManager.QueryLogEntityManager ( javax.persistence.EntityManager entityManager, String level )
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager."<init>":(Ljavax/persistence/EntityManager;Ljava/lang/String;)V]
QueryLogEntityManager.refresh ( Object entity ) : void
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.refresh:(Ljava/lang/Object;)V]
QueryLogEntityManager.refresh ( Object entity, java.util.Map properties ) : void
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.refresh:(Ljava/lang/Object;Ljava/util/Map;)V]
QueryLogEntityManager.refresh ( Object entity, javax.persistence.LockModeType lockMode ) : void
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.refresh:(Ljava/lang/Object;Ljavax/persistence/LockModeType;)V]
QueryLogEntityManager.refresh ( Object entity, javax.persistence.LockModeType lockMode, java.util.Map properties ) : void
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.refresh:(Ljava/lang/Object;Ljavax/persistence/LockModeType;Ljava/util/Map;)V]
QueryLogEntityManager.remove ( Object entity ) : void
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.remove:(Ljava/lang/Object;)V]
QueryLogEntityManager.setFlushMode ( javax.persistence.FlushModeType flushMode ) : void
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.setFlushMode:(Ljavax/persistence/FlushModeType;)V]
QueryLogEntityManager.setProperty ( String propertyName, Object value ) : void
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
QueryLogEntityManager.unwrap ( Class cls ) : Object
[run-time name: org/apache/openejb/persistence/QueryLogEntityManager.unwrap:(Ljava/lang/Class;)Ljava/lang/Object;]
openejb-core-4.5.0.jar, QueueBuilder.class
package org.apache.openejb.config.typed
QueueBuilder.getDestination ( ) : String
[run-time name: org/apache/openejb/config/typed/QueueBuilder.getDestination:()Ljava/lang/String;]
QueueBuilder.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/typed/QueueBuilder.getProperties:()Ljava/util/Properties;]
QueueBuilder.id ( String id ) : QueueBuilder
[run-time name: org/apache/openejb/config/typed/QueueBuilder.id:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/QueueBuilder;]
QueueBuilder.QueueBuilder ( )
[run-time name: org/apache/openejb/config/typed/QueueBuilder."<init>":()V]
QueueBuilder.setDestination ( String destination ) : void
[run-time name: org/apache/openejb/config/typed/QueueBuilder.setDestination:(Ljava/lang/String;)V]
QueueBuilder.withDestination ( String destination ) : QueueBuilder
[run-time name: org/apache/openejb/config/typed/QueueBuilder.withDestination:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/QueueBuilder;]
openejb-core-4.5.0.jar, QueueType.class
package org.apache.openejb.util
ExecutorBuilder.QueueType.create ( org.apache.openejb.loader.Options options, String prefix, int queueSize ) : java.util.concurrent.BlockingQueue
[run-time name: org/apache/openejb/util/ExecutorBuilder.QueueType.create:(Lorg/apache/openejb/loader/Options;Ljava/lang/String;I)Ljava/util/concurrent/BlockingQueue;]
ExecutorBuilder.QueueType.valueOf ( String name ) [static] : ExecutorBuilder.QueueType
[run-time name: org/apache/openejb/util/ExecutorBuilder.QueueType.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/util/ExecutorBuilder$QueueType;]
ExecutorBuilder.QueueType.values ( ) [static] : ExecutorBuilder.QueueType[ ]
[run-time name: org/apache/openejb/util/ExecutorBuilder.QueueType.values:()[Lorg/apache/openejb/util/ExecutorBuilder$QueueType;]
openejb-core-4.5.0.jar, ReadDescriptors.class
package org.apache.openejb.config
ReadDescriptors.checkDuplicatedByBeansXml ( org.apache.openejb.jee.Beans beans, org.apache.openejb.jee.Beans complete ) [static] : void
[run-time name: org/apache/openejb/config/ReadDescriptors.checkDuplicatedByBeansXml:(Lorg/apache/openejb/jee/Beans;Lorg/apache/openejb/jee/Beans;)V]
ReadDescriptors.readBeans ( java.io.InputStream inputStream ) [static] : org.apache.openejb.jee.Beans
[run-time name: org/apache/openejb/config/ReadDescriptors.readBeans:(Ljava/io/InputStream;)Lorg/apache/openejb/jee/Beans;]
ReadDescriptors.readEjbJar ( java.io.InputStream is ) [static] : org.apache.openejb.jee.EjbJar
[run-time name: org/apache/openejb/config/ReadDescriptors.readEjbJar:(Ljava/io/InputStream;)Lorg/apache/openejb/jee/EjbJar;]
openejb-core-4.5.0.jar, Reflections.class
package org.apache.openejb.util.reflection
Reflections.invokeByReflection ( Object obj, String mtdName, Class[ ] paramTypes, Object[ ] args ) [static] : Object
[run-time name: org/apache/openejb/util/reflection/Reflections.invokeByReflection:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;]
Reflections.set ( Object instance, String field, Object value ) [static] : void
[run-time name: org/apache/openejb/util/reflection/Reflections.set:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V]
openejb-core-4.5.0.jar, ReloadableEntityManagerFactory.class
package org.apache.openejb.assembler.classic
ReloadableEntityManagerFactory.info ( ) : javax.persistence.spi.PersistenceUnitInfo
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.info:()Ljavax/persistence/spi/PersistenceUnitInfo;]
ReloadableEntityManagerFactory.ReloadableEntityManagerFactory ( ClassLoader cl, EntityManagerFactoryCallable callable, java.util.Properties props )
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory."<init>":(Ljava/lang/ClassLoader;Lorg/apache/openejb/assembler/classic/EntityManagerFactoryCallable;Ljava/util/Properties;)V]
openejb-core-4.5.0.jar, RemoteResourceMonitor.class
package org.apache.openejb.monitoring.remote
RemoteResourceMonitor.addHost ( String host ) : void
[run-time name: org/apache/openejb/monitoring/remote/RemoteResourceMonitor.addHost:(Ljava/lang/String;)V]
RemoteResourceMonitor.getAttribute ( String attribute ) : Object
[run-time name: org/apache/openejb/monitoring/remote/RemoteResourceMonitor.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;]
RemoteResourceMonitor.getAttributes ( String[ ] attributes ) : javax.management.AttributeList
[run-time name: org/apache/openejb/monitoring/remote/RemoteResourceMonitor.getAttributes:([Ljava/lang/String;)Ljavax/management/AttributeList;]
RemoteResourceMonitor.getMBeanInfo ( ) : javax.management.MBeanInfo
[run-time name: org/apache/openejb/monitoring/remote/RemoteResourceMonitor.getMBeanInfo:()Ljavax/management/MBeanInfo;]
RemoteResourceMonitor.invoke ( String actionName, Object[ ] params, String[ ] signature ) : Object
[run-time name: org/apache/openejb/monitoring/remote/RemoteResourceMonitor.invoke:(Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;]
RemoteResourceMonitor.registerIfNot ( ) : void
[run-time name: org/apache/openejb/monitoring/remote/RemoteResourceMonitor.registerIfNot:()V]
RemoteResourceMonitor.RemoteResourceMonitor ( )
[run-time name: org/apache/openejb/monitoring/remote/RemoteResourceMonitor."<init>":()V]
RemoteResourceMonitor.removeHost ( String host ) : void
[run-time name: org/apache/openejb/monitoring/remote/RemoteResourceMonitor.removeHost:(Ljava/lang/String;)V]
RemoteResourceMonitor.setAttribute ( javax.management.Attribute attribute ) : void
[run-time name: org/apache/openejb/monitoring/remote/RemoteResourceMonitor.setAttribute:(Ljavax/management/Attribute;)V]
RemoteResourceMonitor.setAttributes ( javax.management.AttributeList attributes ) : javax.management.AttributeList
[run-time name: org/apache/openejb/monitoring/remote/RemoteResourceMonitor.setAttributes:(Ljavax/management/AttributeList;)Ljavax/management/AttributeList;]
RemoteResourceMonitor.unregister ( ) : void
[run-time name: org/apache/openejb/monitoring/remote/RemoteResourceMonitor.unregister:()V]
openejb-core-4.5.0.jar, RemoteServer.class
package org.apache.openejb.config
RemoteServer.kill3UNIX ( ) : void
[run-time name: org/apache/openejb/config/RemoteServer.kill3UNIX:()V]
openejb-core-4.5.0.jar, RemoveLogMessage.class
package org.apache.openejb.log
RemoveLogMessage.isLoggable ( java.util.logging.LogRecord record ) : boolean
[run-time name: org/apache/openejb/log/RemoveLogMessage.isLoggable:(Ljava/util/logging/LogRecord;)Z]
RemoveLogMessage.RemoveLogMessage ( java.util.logging.Filter filter, java.util.logging.Level lvl, String msg )
[run-time name: org/apache/openejb/log/RemoveLogMessage."<init>":(Ljava/util/logging/Filter;Ljava/util/logging/Level;Ljava/lang/String;)V]
openejb-core-4.5.0.jar, ResolverClassLoaderEnricherObserver.class
package org.apache.openejb.assembler.classic.enricher
ResolverClassLoaderEnricherObserver.initEnricher ( org.apache.openejb.observer.event.ObserverAdded event ) : void
[run-time name: org/apache/openejb/assembler/classic/enricher/ResolverClassLoaderEnricherObserver.initEnricher:(Lorg/apache/openejb/observer/event/ObserverAdded;)V]
ResolverClassLoaderEnricherObserver.ResolverClassLoaderEnricherObserver ( )
[run-time name: org/apache/openejb/assembler/classic/enricher/ResolverClassLoaderEnricherObserver."<init>":()V]
ResolverClassLoaderEnricherObserver.setConfigFile ( String configFile ) : void
[run-time name: org/apache/openejb/assembler/classic/enricher/ResolverClassLoaderEnricherObserver.setConfigFile:(Ljava/lang/String;)V]
openejb-core-4.5.0.jar, ResourceElement.class
package org.apache.openejb.config.sys
StackHandler.ResourceElement.endElement ( String uri, String localName, String qName ) : void
[run-time name: org/apache/openejb/config/sys/StackHandler.ResourceElement.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
StackHandler.ResourceElement.StackHandler.ResourceElement ( StackHandler resources, java.util.Collection p2 )
[run-time name: org/apache/openejb/config/sys/StackHandler.ResourceElement."<init>":(Lorg/apache/openejb/config/sys/StackHandler;Ljava/util/Collection;)V]
StackHandler.ResourceElement.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes ) : void
[run-time name: org/apache/openejb/config/sys/StackHandler.ResourceElement.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
openejb-core-4.5.0.jar, Resources.class
package org.apache.openejb.config.sys
Resources.getService ( ) : java.util.List
[run-time name: org/apache/openejb/config/sys/Resources.getService:()Ljava/util/List;]
openejb-core-4.5.0.jar, RoutedDataSource.class
package org.apache.openejb.resource.jdbc
RoutedDataSource.getDelegate ( ) : router.Router
[run-time name: org/apache/openejb/resource/jdbc/RoutedDataSource.getDelegate:()Lorg/apache/openejb/resource/jdbc/router/Router;]
openejb-core-4.5.0.jar, Router.class
package org.apache.openejb.resource.jdbc.router
Router.getDataSource ( ) [abstract] : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/router/Router.getDataSource:()Ljavax/sql/DataSource;]
openejb-core-4.5.0.jar, SaxAppCtxConfig.class
package org.apache.openejb.config.sys
SaxAppCtxConfig.parse ( org.apache.openejb.config.AppModule appModule, org.xml.sax.InputSource source, org.apache.openejb.config.EnvEntriesPropertiesDeployer envEntriesDeployer, org.apache.openejb.config.BeanProperties beanProperties ) [static] : void
[run-time name: org/apache/openejb/config/sys/SaxAppCtxConfig.parse:(Lorg/apache/openejb/config/AppModule;Lorg/xml/sax/InputSource;Lorg/apache/openejb/config/EnvEntriesPropertiesDeployer;Lorg/apache/openejb/config/BeanProperties;)V]
SaxAppCtxConfig.SaxAppCtxConfig ( )
[run-time name: org/apache/openejb/config/sys/SaxAppCtxConfig."<init>":()V]
openejb-core-4.5.0.jar, Saxs.class
package org.apache.openejb.util
Saxs.factory ( ) [static] : javax.xml.parsers.SAXParserFactory
[run-time name: org/apache/openejb/util/Saxs.factory:()Ljavax/xml/parsers/SAXParserFactory;]
Saxs.namespaceAwareFactory ( ) [static] : javax.xml.parsers.SAXParserFactory
[run-time name: org/apache/openejb/util/Saxs.namespaceAwareFactory:()Ljavax/xml/parsers/SAXParserFactory;]
openejb-core-4.5.0.jar, ScopeHelper.class
package org.apache.openejb.cdi
ScopeHelper.startContexts ( org.apache.webbeans.spi.ContextsService contextsService, javax.servlet.ServletContext servletContext, javax.servlet.http.HttpSession session ) [static] : void
[run-time name: org/apache/openejb/cdi/ScopeHelper.startContexts:(Lorg/apache/webbeans/spi/ContextsService;Ljavax/servlet/ServletContext;Ljavax/servlet/http/HttpSession;)V]
ScopeHelper.stopContexts ( org.apache.webbeans.spi.ContextsService contextsService, javax.servlet.ServletContext servletContext, javax.servlet.http.HttpSession session ) [static] : void
[run-time name: org/apache/openejb/cdi/ScopeHelper.stopContexts:(Lorg/apache/webbeans/spi/ContextsService;Ljavax/servlet/ServletContext;Ljavax/servlet/http/HttpSession;)V]
openejb-core-4.5.0.jar, ScriptLoginModule.class
package org.apache.openejb.core.security.jaas
ScriptLoginModule.abort ( ) : boolean
[run-time name: org/apache/openejb/core/security/jaas/ScriptLoginModule.abort:()Z]
ScriptLoginModule.commit ( ) : boolean
[run-time name: org/apache/openejb/core/security/jaas/ScriptLoginModule.commit:()Z]
ScriptLoginModule.initialize ( javax.security.auth.Subject subject, javax.security.auth.callback.CallbackHandler callbackHandler, java.util.Map sharedState, java.util.Map options ) : void
[run-time name: org/apache/openejb/core/security/jaas/ScriptLoginModule.initialize:(Ljavax/security/auth/Subject;Ljavax/security/auth/callback/CallbackHandler;Ljava/util/Map;Ljava/util/Map;)V]
ScriptLoginModule.login ( ) : boolean
[run-time name: org/apache/openejb/core/security/jaas/ScriptLoginModule.login:()Z]
ScriptLoginModule.logout ( ) : boolean
[run-time name: org/apache/openejb/core/security/jaas/ScriptLoginModule.logout:()Z]
ScriptLoginModule.ScriptLoginModule ( )
[run-time name: org/apache/openejb/core/security/jaas/ScriptLoginModule."<init>":()V]
openejb-core-4.5.0.jar, SecurityServiceBuilder.class
package org.apache.openejb.config.typed
SecurityServiceBuilder.getDefaultUser ( ) : String
[run-time name: org/apache/openejb/config/typed/SecurityServiceBuilder.getDefaultUser:()Ljava/lang/String;]
SecurityServiceBuilder.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/typed/SecurityServiceBuilder.getProperties:()Ljava/util/Properties;]
SecurityServiceBuilder.id ( String id ) : SecurityServiceBuilder
[run-time name: org/apache/openejb/config/typed/SecurityServiceBuilder.id:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/SecurityServiceBuilder;]
SecurityServiceBuilder.SecurityServiceBuilder ( )
[run-time name: org/apache/openejb/config/typed/SecurityServiceBuilder."<init>":()V]
SecurityServiceBuilder.setDefaultUser ( String defaultUser ) : void
[run-time name: org/apache/openejb/config/typed/SecurityServiceBuilder.setDefaultUser:(Ljava/lang/String;)V]
SecurityServiceBuilder.withDefaultUser ( String defaultUser ) : SecurityServiceBuilder
[run-time name: org/apache/openejb/config/typed/SecurityServiceBuilder.withDefaultUser:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/SecurityServiceBuilder;]
openejb-core-4.5.0.jar, ServerContext.class
package org.apache.openejb.config.typed.util
ServerContext.createContainer ( org.apache.openejb.config.sys.Container service ) : void
[run-time name: org/apache/openejb/config/typed/util/ServerContext.createContainer:(Lorg/apache/openejb/config/sys/Container;)V]
ServerContext.createExternalContext ( org.apache.openejb.config.sys.JndiProvider service ) : void
[run-time name: org/apache/openejb/config/typed/util/ServerContext.createExternalContext:(Lorg/apache/openejb/config/sys/JndiProvider;)V]
ServerContext.createResource ( org.apache.openejb.config.sys.Resource service ) : void
[run-time name: org/apache/openejb/config/typed/util/ServerContext.createResource:(Lorg/apache/openejb/config/sys/Resource;)V]
ServerContext.createSecurityService ( org.apache.openejb.config.sys.SecurityService service ) : void
[run-time name: org/apache/openejb/config/typed/util/ServerContext.createSecurityService:(Lorg/apache/openejb/config/sys/SecurityService;)V]
ServerContext.createService ( org.apache.openejb.config.sys.Service service ) : void
[run-time name: org/apache/openejb/config/typed/util/ServerContext.createService:(Lorg/apache/openejb/config/sys/Service;)V]
ServerContext.createTransactionManager ( org.apache.openejb.config.sys.TransactionManager service ) : void
[run-time name: org/apache/openejb/config/typed/util/ServerContext.createTransactionManager:(Lorg/apache/openejb/config/sys/TransactionManager;)V]
ServerContext.ServerContext ( )
[run-time name: org/apache/openejb/config/typed/util/ServerContext."<init>":()V]
openejb-core-4.5.0.jar, Service.class
package org.apache.openejb.config
Service.getClassName ( ) [abstract] : String
[run-time name: org/apache/openejb/config/Service.getClassName:()Ljava/lang/String;]
Service.getConstructor ( ) [abstract] : String
[run-time name: org/apache/openejb/config/Service.getConstructor:()Ljava/lang/String;]
Service.getFactoryName ( ) [abstract] : String
[run-time name: org/apache/openejb/config/Service.getFactoryName:()Ljava/lang/String;]
package org.apache.openejb.config.sys
Service.getClazz ( ) : String
[run-time name: org/apache/openejb/config/sys/Service.getClazz:()Ljava/lang/String;]
Service.Service ( )
[run-time name: org/apache/openejb/config/sys/Service."<init>":()V]
Service.Service ( String clazz )
[run-time name: org/apache/openejb/config/sys/Service."<init>":(Ljava/lang/String;)V]
Service.Service ( String id, String clazz )
[run-time name: org/apache/openejb/config/sys/Service."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
Service.Service ( String id, String type, String clazz )
[run-time name: org/apache/openejb/config/sys/Service."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
Service.Service ( String id, String type, String provider, String clazz )
[run-time name: org/apache/openejb/config/sys/Service."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
Service.setClazz ( String clazz ) : void
[run-time name: org/apache/openejb/config/sys/Service.setClazz:(Ljava/lang/String;)V]
openejb-core-4.5.0.jar, ServiceConfiguration.class
package org.apache.openejb.assembler.classic.util
ServiceConfiguration.getAvailableServices ( ) : java.util.Collection
[run-time name: org/apache/openejb/assembler/classic/util/ServiceConfiguration.getAvailableServices:()Ljava/util/Collection;]
ServiceConfiguration.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/assembler/classic/util/ServiceConfiguration.getProperties:()Ljava/util/Properties;]
ServiceConfiguration.ServiceConfiguration ( java.util.Properties properties, java.util.Collection availableServices )
[run-time name: org/apache/openejb/assembler/classic/util/ServiceConfiguration."<init>":(Ljava/util/Properties;Ljava/util/Collection;)V]
openejb-core-4.5.0.jar, ServiceElement.class
package org.apache.openejb.config.sys
StackHandler.ServiceElement.setValue ( String text ) : void
[run-time name: org/apache/openejb/config/sys/StackHandler.ServiceElement.setValue:(Ljava/lang/String;)V]
StackHandler.ServiceElement.StackHandler.ServiceElement ( StackHandler service, AbstractService p2 )
[run-time name: org/apache/openejb/config/sys/StackHandler.ServiceElement."<init>":(Lorg/apache/openejb/config/sys/StackHandler;Lorg/apache/openejb/config/sys/AbstractService;)V]
StackHandler.ServiceElement.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes ) : void
[run-time name: org/apache/openejb/config/sys/StackHandler.ServiceElement.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
openejb-core-4.5.0.jar, ServiceInfos.class
package org.apache.openejb.assembler.classic.util
ServiceInfos.build ( java.util.Collection services, org.apache.openejb.assembler.classic.ServiceInfo info, org.apache.xbean.recipe.ObjectRecipe serviceRecipe ) [static] : Object
[run-time name: org/apache/openejb/assembler/classic/util/ServiceInfos.build:(Ljava/util/Collection;Lorg/apache/openejb/assembler/classic/ServiceInfo;Lorg/apache/xbean/recipe/ObjectRecipe;)Ljava/lang/Object;]
ServiceInfos.find ( java.util.Collection services, String id ) [static] : org.apache.openejb.assembler.classic.ServiceInfo
[run-time name: org/apache/openejb/assembler/classic/util/ServiceInfos.find:(Ljava/util/Collection;Ljava/lang/String;)Lorg/apache/openejb/assembler/classic/ServiceInfo;]
ServiceInfos.findByClass ( java.util.Collection services, String clazz ) [static] : org.apache.openejb.assembler.classic.ServiceInfo
[run-time name: org/apache/openejb/assembler/classic/util/ServiceInfos.findByClass:(Ljava/util/Collection;Ljava/lang/String;)Lorg/apache/openejb/assembler/classic/ServiceInfo;]
ServiceInfos.resolve ( java.util.Collection serviceInfos, String[ ] ids ) [static] : java.util.List
[run-time name: org/apache/openejb/assembler/classic/util/ServiceInfos.resolve:(Ljava/util/Collection;[Ljava/lang/String;)Ljava/util/List;]
ServiceInfos.resolve ( java.util.Collection services, String id ) [static] : Object
[run-time name: org/apache/openejb/assembler/classic/util/ServiceInfos.resolve:(Ljava/util/Collection;Ljava/lang/String;)Ljava/lang/Object;]
ServiceInfos.serviceProperties ( java.util.Collection serviceInfos, String id ) [static] : java.util.Properties
[run-time name: org/apache/openejb/assembler/classic/util/ServiceInfos.serviceProperties:(Ljava/util/Collection;Ljava/lang/String;)Ljava/util/Properties;]
openejb-core-4.5.0.jar, ServiceJarXmlLoader.class
package org.apache.openejb.config.provider
ServiceJarXmlLoader.load ( ID id ) : org.apache.openejb.config.sys.ServiceProvider
[run-time name: org/apache/openejb/config/provider/ServiceJarXmlLoader.load:(Lorg/apache/openejb/config/provider/ID;)Lorg/apache/openejb/config/sys/ServiceProvider;]
ServiceJarXmlLoader.load ( String namespace ) : java.util.List
[run-time name: org/apache/openejb/config/provider/ServiceJarXmlLoader.load:(Ljava/lang/String;)Ljava/util/List;]
ServiceJarXmlLoader.ServiceJarXmlLoader ( )
[run-time name: org/apache/openejb/config/provider/ServiceJarXmlLoader."<init>":()V]
openejb-core-4.5.0.jar, ServiceProvider.class
package org.apache.openejb.config.sys
ServiceProvider.getParent ( ) : String
[run-time name: org/apache/openejb/config/sys/ServiceProvider.getParent:()Ljava/lang/String;]
ServiceProvider.setParent ( String parent ) : void
[run-time name: org/apache/openejb/config/sys/ServiceProvider.setParent:(Ljava/lang/String;)V]
ServiceProvider.toString ( ) : String
[run-time name: org/apache/openejb/config/sys/ServiceProvider.toString:()Ljava/lang/String;]
openejb-core-4.5.0.jar, ServiceProviderLoginModule.class
package org.apache.openejb.core.security.jaas
ServiceProviderLoginModule.abort ( ) : boolean
[run-time name: org/apache/openejb/core/security/jaas/ServiceProviderLoginModule.abort:()Z]
ServiceProviderLoginModule.commit ( ) : boolean
[run-time name: org/apache/openejb/core/security/jaas/ServiceProviderLoginModule.commit:()Z]
ServiceProviderLoginModule.initialize ( javax.security.auth.Subject subject, javax.security.auth.callback.CallbackHandler callbackHandler, java.util.Map sharedState, java.util.Map options ) : void
[run-time name: org/apache/openejb/core/security/jaas/ServiceProviderLoginModule.initialize:(Ljavax/security/auth/Subject;Ljavax/security/auth/callback/CallbackHandler;Ljava/util/Map;Ljava/util/Map;)V]
ServiceProviderLoginModule.login ( ) : boolean
[run-time name: org/apache/openejb/core/security/jaas/ServiceProviderLoginModule.login:()Z]
ServiceProviderLoginModule.logout ( ) : boolean
[run-time name: org/apache/openejb/core/security/jaas/ServiceProviderLoginModule.logout:()Z]
ServiceProviderLoginModule.ServiceProviderLoginModule ( )
[run-time name: org/apache/openejb/core/security/jaas/ServiceProviderLoginModule."<init>":()V]
openejb-core-4.5.0.jar, ServiceUtils.class
package org.apache.openejb.config
ServiceUtils.getManager ( ) [static] : provider.ProviderManager
[run-time name: org/apache/openejb/config/ServiceUtils.getManager:()Lorg/apache/openejb/config/provider/ProviderManager;]
openejb-core-4.5.0.jar, SingleLineFormatter.class
package org.apache.openejb.log
SingleLineFormatter.format ( java.util.logging.LogRecord record ) : String
[run-time name: org/apache/openejb/log/SingleLineFormatter.format:(Ljava/util/logging/LogRecord;)Ljava/lang/String;]
SingleLineFormatter.prefix ( java.util.logging.LogRecord record ) : org.fusesource.jansi.Ansi
[run-time name: org/apache/openejb/log/SingleLineFormatter.prefix:(Ljava/util/logging/LogRecord;)Lorg/fusesource/jansi/Ansi;]
SingleLineFormatter.SingleLineFormatter ( )
[run-time name: org/apache/openejb/log/SingleLineFormatter."<init>":()V]
SingleLineFormatter.suffix ( org.fusesource.jansi.Ansi ansi, java.util.logging.LogRecord record ) : org.fusesource.jansi.Ansi
[run-time name: org/apache/openejb/log/SingleLineFormatter.suffix:(Lorg/fusesource/jansi/Ansi;Ljava/util/logging/LogRecord;)Lorg/fusesource/jansi/Ansi;]
openejb-core-4.5.0.jar, SingletonContainerBuilder.class
package org.apache.openejb.config.typed
SingletonContainerBuilder.getAccessTimeout ( ) : org.apache.openejb.util.Duration
[run-time name: org/apache/openejb/config/typed/SingletonContainerBuilder.getAccessTimeout:()Lorg/apache/openejb/util/Duration;]
SingletonContainerBuilder.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/typed/SingletonContainerBuilder.getProperties:()Ljava/util/Properties;]
SingletonContainerBuilder.id ( String id ) : SingletonContainerBuilder
[run-time name: org/apache/openejb/config/typed/SingletonContainerBuilder.id:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/SingletonContainerBuilder;]
SingletonContainerBuilder.setAccessTimeout ( long time, java.util.concurrent.TimeUnit unit ) : void
[run-time name: org/apache/openejb/config/typed/SingletonContainerBuilder.setAccessTimeout:(JLjava/util/concurrent/TimeUnit;)V]
SingletonContainerBuilder.setAccessTimeout ( org.apache.openejb.util.Duration accessTimeout ) : void
[run-time name: org/apache/openejb/config/typed/SingletonContainerBuilder.setAccessTimeout:(Lorg/apache/openejb/util/Duration;)V]
SingletonContainerBuilder.SingletonContainerBuilder ( )
[run-time name: org/apache/openejb/config/typed/SingletonContainerBuilder."<init>":()V]
SingletonContainerBuilder.withAccessTimeout ( long time, java.util.concurrent.TimeUnit unit ) : SingletonContainerBuilder
[run-time name: org/apache/openejb/config/typed/SingletonContainerBuilder.withAccessTimeout:(JLjava/util/concurrent/TimeUnit;)Lorg/apache/openejb/config/typed/SingletonContainerBuilder;]
SingletonContainerBuilder.withAccessTimeout ( org.apache.openejb.util.Duration accessTimeout ) : SingletonContainerBuilder
[run-time name: org/apache/openejb/config/typed/SingletonContainerBuilder.withAccessTimeout:(Lorg/apache/openejb/util/Duration;)Lorg/apache/openejb/config/typed/SingletonContainerBuilder;]
openejb-core-4.5.0.jar, Slf4jLogger.class
package org.apache.openejb.log.logger
Slf4jLogger.getLevel ( ) : java.util.logging.Level
[run-time name: org/apache/openejb/log/logger/Slf4jLogger.getLevel:()Ljava/util/logging/Level;]
Slf4jLogger.internalLogFormatted ( String msg, java.util.logging.LogRecord record ) : void
[run-time name: org/apache/openejb/log/logger/Slf4jLogger.internalLogFormatted:(Ljava/lang/String;Ljava/util/logging/LogRecord;)V]
Slf4jLogger.isLoggable ( java.util.logging.Level level ) : boolean
[run-time name: org/apache/openejb/log/logger/Slf4jLogger.isLoggable:(Ljava/util/logging/Level;)Z]
Slf4jLogger.Slf4jLogger ( String name, String resourceBundleName )
[run-time name: org/apache/openejb/log/logger/Slf4jLogger."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
Slf4jLogger.supportsHandlers ( ) : boolean
[run-time name: org/apache/openejb/log/logger/Slf4jLogger.supportsHandlers:()Z]
openejb-core-4.5.0.jar, Slf4jLoggerFactory.class
package org.apache.openejb.cdi.logging
Slf4jLoggerFactory.getLogger ( Class clazz ) : java.util.logging.Logger
[run-time name: org/apache/openejb/cdi/logging/Slf4jLoggerFactory.getLogger:(Ljava/lang/Class;)Ljava/util/logging/Logger;]
Slf4jLoggerFactory.getLogger ( Class clazz, java.util.Locale desiredLocale ) : java.util.logging.Logger
[run-time name: org/apache/openejb/cdi/logging/Slf4jLoggerFactory.getLogger:(Ljava/lang/Class;Ljava/util/Locale;)Ljava/util/logging/Logger;]
Slf4jLoggerFactory.Slf4jLoggerFactory ( )
[run-time name: org/apache/openejb/cdi/logging/Slf4jLoggerFactory."<init>":()V]
openejb-core-4.5.0.jar, StackHandler.class
package org.apache.openejb.config.sys
StackHandler.characters ( char[ ] ch, int start, int length ) : void
[run-time name: org/apache/openejb/config/sys/StackHandler.characters:([CII)V]
StackHandler.endElement ( String uri, String localName, String qName ) : void
[run-time name: org/apache/openejb/config/sys/StackHandler.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
StackHandler.get ( ) : org.xml.sax.helpers.DefaultHandler
[run-time name: org/apache/openejb/config/sys/StackHandler.get:()Lorg/xml/sax/helpers/DefaultHandler;]
StackHandler.pop ( ) : org.xml.sax.helpers.DefaultHandler
[run-time name: org/apache/openejb/config/sys/StackHandler.pop:()Lorg/xml/sax/helpers/DefaultHandler;]
StackHandler.push ( org.xml.sax.helpers.DefaultHandler handler ) : void
[run-time name: org/apache/openejb/config/sys/StackHandler.push:(Lorg/xml/sax/helpers/DefaultHandler;)V]
StackHandler.StackHandler ( )
[run-time name: org/apache/openejb/config/sys/StackHandler."<init>":()V]
StackHandler.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes ) : void
[run-time name: org/apache/openejb/config/sys/StackHandler.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
openejb-core-4.5.0.jar, StartupObject.class
package org.apache.openejb.cdi
StartupObject.getClassLoader ( ) : ClassLoader
[run-time name: org/apache/openejb/cdi/StartupObject.getClassLoader:()Ljava/lang/ClassLoader;]
StartupObject.getWebContext ( ) : org.apache.openejb.core.WebContext
[run-time name: org/apache/openejb/cdi/StartupObject.getWebContext:()Lorg/apache/openejb/core/WebContext;]
StartupObject.StartupObject ( org.apache.openejb.AppContext appContext, org.apache.openejb.assembler.classic.AppInfo appInfo, java.util.List beanContexts, org.apache.openejb.core.WebContext webContext )
[run-time name: org/apache/openejb/cdi/StartupObject."<init>":(Lorg/apache/openejb/AppContext;Lorg/apache/openejb/assembler/classic/AppInfo;Ljava/util/List;Lorg/apache/openejb/core/WebContext;)V]
openejb-core-4.5.0.jar, StatefulContainerBuilder.class
package org.apache.openejb.config.typed
StatefulContainerBuilder.getAccessTimeout ( ) : org.apache.openejb.util.Duration
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.getAccessTimeout:()Lorg/apache/openejb/util/Duration;]
StatefulContainerBuilder.getBulkPassivate ( ) : int
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.getBulkPassivate:()I]
StatefulContainerBuilder.getCache ( ) : String
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.getCache:()Ljava/lang/String;]
StatefulContainerBuilder.getCapacity ( ) : int
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.getCapacity:()I]
StatefulContainerBuilder.getFrequency ( ) : int
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.getFrequency:()I]
StatefulContainerBuilder.getPassivator ( ) : String
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.getPassivator:()Ljava/lang/String;]
StatefulContainerBuilder.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.getProperties:()Ljava/util/Properties;]
StatefulContainerBuilder.getTimeOut ( ) : org.apache.openejb.util.Duration
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.getTimeOut:()Lorg/apache/openejb/util/Duration;]
StatefulContainerBuilder.id ( String id ) : StatefulContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.id:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/StatefulContainerBuilder;]
StatefulContainerBuilder.setAccessTimeout ( long time, java.util.concurrent.TimeUnit unit ) : void
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.setAccessTimeout:(JLjava/util/concurrent/TimeUnit;)V]
StatefulContainerBuilder.setAccessTimeout ( org.apache.openejb.util.Duration accessTimeout ) : void
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.setAccessTimeout:(Lorg/apache/openejb/util/Duration;)V]
StatefulContainerBuilder.setBulkPassivate ( int bulkPassivate ) : void
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.setBulkPassivate:(I)V]
StatefulContainerBuilder.setCache ( String cache ) : void
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.setCache:(Ljava/lang/String;)V]
StatefulContainerBuilder.setCapacity ( int capacity ) : void
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.setCapacity:(I)V]
StatefulContainerBuilder.setFrequency ( int frequency ) : void
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.setFrequency:(I)V]
StatefulContainerBuilder.setPassivator ( String passivator ) : void
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.setPassivator:(Ljava/lang/String;)V]
StatefulContainerBuilder.setTimeOut ( long time, java.util.concurrent.TimeUnit unit ) : void
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.setTimeOut:(JLjava/util/concurrent/TimeUnit;)V]
StatefulContainerBuilder.setTimeOut ( org.apache.openejb.util.Duration timeOut ) : void
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.setTimeOut:(Lorg/apache/openejb/util/Duration;)V]
StatefulContainerBuilder.StatefulContainerBuilder ( )
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder."<init>":()V]
StatefulContainerBuilder.withAccessTimeout ( long time, java.util.concurrent.TimeUnit unit ) : StatefulContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.withAccessTimeout:(JLjava/util/concurrent/TimeUnit;)Lorg/apache/openejb/config/typed/StatefulContainerBuilder;]
StatefulContainerBuilder.withAccessTimeout ( org.apache.openejb.util.Duration accessTimeout ) : StatefulContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.withAccessTimeout:(Lorg/apache/openejb/util/Duration;)Lorg/apache/openejb/config/typed/StatefulContainerBuilder;]
StatefulContainerBuilder.withBulkPassivate ( int bulkPassivate ) : StatefulContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.withBulkPassivate:(I)Lorg/apache/openejb/config/typed/StatefulContainerBuilder;]
StatefulContainerBuilder.withCache ( String cache ) : StatefulContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.withCache:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/StatefulContainerBuilder;]
StatefulContainerBuilder.withCapacity ( int capacity ) : StatefulContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.withCapacity:(I)Lorg/apache/openejb/config/typed/StatefulContainerBuilder;]
StatefulContainerBuilder.withFrequency ( int frequency ) : StatefulContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.withFrequency:(I)Lorg/apache/openejb/config/typed/StatefulContainerBuilder;]
StatefulContainerBuilder.withPassivator ( String passivator ) : StatefulContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.withPassivator:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/StatefulContainerBuilder;]
StatefulContainerBuilder.withTimeOut ( long time, java.util.concurrent.TimeUnit unit ) : StatefulContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.withTimeOut:(JLjava/util/concurrent/TimeUnit;)Lorg/apache/openejb/config/typed/StatefulContainerBuilder;]
StatefulContainerBuilder.withTimeOut ( org.apache.openejb.util.Duration timeOut ) : StatefulContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatefulContainerBuilder.withTimeOut:(Lorg/apache/openejb/util/Duration;)Lorg/apache/openejb/config/typed/StatefulContainerBuilder;]
openejb-core-4.5.0.jar, StatelessContainerBuilder.class
package org.apache.openejb.config.typed
StatelessContainerBuilder.getAccessTimeout ( ) : org.apache.openejb.util.Duration
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.getAccessTimeout:()Lorg/apache/openejb/util/Duration;]
StatelessContainerBuilder.getCallbackThreads ( ) : int
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.getCallbackThreads:()I]
StatelessContainerBuilder.getCloseTimeout ( ) : org.apache.openejb.util.Duration
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.getCloseTimeout:()Lorg/apache/openejb/util/Duration;]
StatelessContainerBuilder.getGarbageCollection ( ) : boolean
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.getGarbageCollection:()Z]
StatelessContainerBuilder.getIdleTimeout ( ) : org.apache.openejb.util.Duration
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.getIdleTimeout:()Lorg/apache/openejb/util/Duration;]
StatelessContainerBuilder.getMaxAge ( ) : org.apache.openejb.util.Duration
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.getMaxAge:()Lorg/apache/openejb/util/Duration;]
StatelessContainerBuilder.getMaxAgeOffset ( ) : int
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.getMaxAgeOffset:()I]
StatelessContainerBuilder.getMaxSize ( ) : int
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.getMaxSize:()I]
StatelessContainerBuilder.getMinSize ( ) : int
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.getMinSize:()I]
StatelessContainerBuilder.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.getProperties:()Ljava/util/Properties;]
StatelessContainerBuilder.getReplaceAged ( ) : boolean
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.getReplaceAged:()Z]
StatelessContainerBuilder.getReplaceFlushed ( ) : boolean
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.getReplaceFlushed:()Z]
StatelessContainerBuilder.getStrictPooling ( ) : boolean
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.getStrictPooling:()Z]
StatelessContainerBuilder.getSweepInterval ( ) : org.apache.openejb.util.Duration
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.getSweepInterval:()Lorg/apache/openejb/util/Duration;]
StatelessContainerBuilder.id ( String id ) : StatelessContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.id:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/StatelessContainerBuilder;]
StatelessContainerBuilder.setAccessTimeout ( long time, java.util.concurrent.TimeUnit unit ) : void
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.setAccessTimeout:(JLjava/util/concurrent/TimeUnit;)V]
StatelessContainerBuilder.setAccessTimeout ( org.apache.openejb.util.Duration accessTimeout ) : void
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.setAccessTimeout:(Lorg/apache/openejb/util/Duration;)V]
StatelessContainerBuilder.setCallbackThreads ( int callbackThreads ) : void
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.setCallbackThreads:(I)V]
StatelessContainerBuilder.setCloseTimeout ( long time, java.util.concurrent.TimeUnit unit ) : void
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.setCloseTimeout:(JLjava/util/concurrent/TimeUnit;)V]
StatelessContainerBuilder.setCloseTimeout ( org.apache.openejb.util.Duration closeTimeout ) : void
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.setCloseTimeout:(Lorg/apache/openejb/util/Duration;)V]
StatelessContainerBuilder.setGarbageCollection ( boolean garbageCollection ) : void
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.setGarbageCollection:(Z)V]
StatelessContainerBuilder.setIdleTimeout ( long time, java.util.concurrent.TimeUnit unit ) : void
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.setIdleTimeout:(JLjava/util/concurrent/TimeUnit;)V]
StatelessContainerBuilder.setIdleTimeout ( org.apache.openejb.util.Duration idleTimeout ) : void
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.setIdleTimeout:(Lorg/apache/openejb/util/Duration;)V]
StatelessContainerBuilder.setMaxAge ( long time, java.util.concurrent.TimeUnit unit ) : void
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.setMaxAge:(JLjava/util/concurrent/TimeUnit;)V]
StatelessContainerBuilder.setMaxAge ( org.apache.openejb.util.Duration maxAge ) : void
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.setMaxAge:(Lorg/apache/openejb/util/Duration;)V]
StatelessContainerBuilder.setMaxAgeOffset ( int maxAgeOffset ) : void
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.setMaxAgeOffset:(I)V]
StatelessContainerBuilder.setMaxSize ( int maxSize ) : void
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.setMaxSize:(I)V]
StatelessContainerBuilder.setMinSize ( int minSize ) : void
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.setMinSize:(I)V]
StatelessContainerBuilder.setReplaceAged ( boolean replaceAged ) : void
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.setReplaceAged:(Z)V]
StatelessContainerBuilder.setReplaceFlushed ( boolean replaceFlushed ) : void
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.setReplaceFlushed:(Z)V]
StatelessContainerBuilder.setStrictPooling ( boolean strictPooling ) : void
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.setStrictPooling:(Z)V]
StatelessContainerBuilder.setSweepInterval ( long time, java.util.concurrent.TimeUnit unit ) : void
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.setSweepInterval:(JLjava/util/concurrent/TimeUnit;)V]
StatelessContainerBuilder.setSweepInterval ( org.apache.openejb.util.Duration sweepInterval ) : void
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.setSweepInterval:(Lorg/apache/openejb/util/Duration;)V]
StatelessContainerBuilder.StatelessContainerBuilder ( )
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder."<init>":()V]
StatelessContainerBuilder.withAccessTimeout ( long time, java.util.concurrent.TimeUnit unit ) : StatelessContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.withAccessTimeout:(JLjava/util/concurrent/TimeUnit;)Lorg/apache/openejb/config/typed/StatelessContainerBuilder;]
StatelessContainerBuilder.withAccessTimeout ( org.apache.openejb.util.Duration accessTimeout ) : StatelessContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.withAccessTimeout:(Lorg/apache/openejb/util/Duration;)Lorg/apache/openejb/config/typed/StatelessContainerBuilder;]
StatelessContainerBuilder.withCallbackThreads ( int callbackThreads ) : StatelessContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.withCallbackThreads:(I)Lorg/apache/openejb/config/typed/StatelessContainerBuilder;]
StatelessContainerBuilder.withCloseTimeout ( long time, java.util.concurrent.TimeUnit unit ) : StatelessContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.withCloseTimeout:(JLjava/util/concurrent/TimeUnit;)Lorg/apache/openejb/config/typed/StatelessContainerBuilder;]
StatelessContainerBuilder.withCloseTimeout ( org.apache.openejb.util.Duration closeTimeout ) : StatelessContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.withCloseTimeout:(Lorg/apache/openejb/util/Duration;)Lorg/apache/openejb/config/typed/StatelessContainerBuilder;]
StatelessContainerBuilder.withGarbageCollection ( boolean garbageCollection ) : StatelessContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.withGarbageCollection:(Z)Lorg/apache/openejb/config/typed/StatelessContainerBuilder;]
StatelessContainerBuilder.withIdleTimeout ( long time, java.util.concurrent.TimeUnit unit ) : StatelessContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.withIdleTimeout:(JLjava/util/concurrent/TimeUnit;)Lorg/apache/openejb/config/typed/StatelessContainerBuilder;]
StatelessContainerBuilder.withIdleTimeout ( org.apache.openejb.util.Duration idleTimeout ) : StatelessContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.withIdleTimeout:(Lorg/apache/openejb/util/Duration;)Lorg/apache/openejb/config/typed/StatelessContainerBuilder;]
StatelessContainerBuilder.withMaxAge ( long time, java.util.concurrent.TimeUnit unit ) : StatelessContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.withMaxAge:(JLjava/util/concurrent/TimeUnit;)Lorg/apache/openejb/config/typed/StatelessContainerBuilder;]
StatelessContainerBuilder.withMaxAge ( org.apache.openejb.util.Duration maxAge ) : StatelessContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.withMaxAge:(Lorg/apache/openejb/util/Duration;)Lorg/apache/openejb/config/typed/StatelessContainerBuilder;]
StatelessContainerBuilder.withMaxAgeOffset ( int maxAgeOffset ) : StatelessContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.withMaxAgeOffset:(I)Lorg/apache/openejb/config/typed/StatelessContainerBuilder;]
StatelessContainerBuilder.withMaxSize ( int maxSize ) : StatelessContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.withMaxSize:(I)Lorg/apache/openejb/config/typed/StatelessContainerBuilder;]
StatelessContainerBuilder.withMinSize ( int minSize ) : StatelessContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.withMinSize:(I)Lorg/apache/openejb/config/typed/StatelessContainerBuilder;]
StatelessContainerBuilder.withReplaceAged ( boolean replaceAged ) : StatelessContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.withReplaceAged:(Z)Lorg/apache/openejb/config/typed/StatelessContainerBuilder;]
StatelessContainerBuilder.withReplaceFlushed ( boolean replaceFlushed ) : StatelessContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.withReplaceFlushed:(Z)Lorg/apache/openejb/config/typed/StatelessContainerBuilder;]
StatelessContainerBuilder.withStrictPooling ( boolean strictPooling ) : StatelessContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.withStrictPooling:(Z)Lorg/apache/openejb/config/typed/StatelessContainerBuilder;]
StatelessContainerBuilder.withSweepInterval ( long time, java.util.concurrent.TimeUnit unit ) : StatelessContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.withSweepInterval:(JLjava/util/concurrent/TimeUnit;)Lorg/apache/openejb/config/typed/StatelessContainerBuilder;]
StatelessContainerBuilder.withSweepInterval ( org.apache.openejb.util.Duration sweepInterval ) : StatelessContainerBuilder
[run-time name: org/apache/openejb/config/typed/StatelessContainerBuilder.withSweepInterval:(Lorg/apache/openejb/util/Duration;)Lorg/apache/openejb/config/typed/StatelessContainerBuilder;]
openejb-core-4.5.0.jar, StaticDESPasswordCipher.class
package org.apache.openejb.resource.jdbc.cipher
StaticDESPasswordCipher.decrypt ( char[ ] encodedPassword ) : String
[run-time name: org/apache/openejb/resource/jdbc/cipher/StaticDESPasswordCipher.decrypt:([C)Ljava/lang/String;]
StaticDESPasswordCipher.encrypt ( String plainPassword ) : char[ ]
[run-time name: org/apache/openejb/resource/jdbc/cipher/StaticDESPasswordCipher.encrypt:(Ljava/lang/String;)[C]
StaticDESPasswordCipher.StaticDESPasswordCipher ( )
[run-time name: org/apache/openejb/resource/jdbc/cipher/StaticDESPasswordCipher."<init>":()V]
openejb-core-4.5.0.jar, Strings.class
package org.apache.openejb.util
Strings.camelCase ( String string, String delimiter ) [static] : String
[run-time name: org/apache/openejb/util/Strings.camelCase:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
openejb-core-4.5.0.jar, SuperProperties.class
package org.apache.openejb.util
SuperProperties.caseInsensitive ( boolean caseInsensitive ) : SuperProperties
[run-time name: org/apache/openejb/util/SuperProperties.caseInsensitive:(Z)Lorg/apache/openejb/util/SuperProperties;]
openejb-core-4.5.0.jar, SystemPropertiesOverride.class
package org.apache.openejb.config
SystemPropertiesOverride.deploy ( AppModule appModule ) : AppModule
[run-time name: org/apache/openejb/config/SystemPropertiesOverride.deploy:(Lorg/apache/openejb/config/AppModule;)Lorg/apache/openejb/config/AppModule;]
SystemPropertiesOverride.SystemPropertiesOverride ( )
[run-time name: org/apache/openejb/config/SystemPropertiesOverride."<init>":()V]
openejb-core-4.5.0.jar, Template.class
package org.apache.openejb.config.typed.util
ProviderGenerator.Template.apply ( java.util.Map map ) : String
[run-time name: org/apache/openejb/config/typed/util/ProviderGenerator.Template.apply:(Ljava/util/Map;)Ljava/lang/String;]
ProviderGenerator.Template.apply ( String[ ] args ) : String
[run-time name: org/apache/openejb/config/typed/util/ProviderGenerator.Template.apply:([Ljava/lang/String;)Ljava/lang/String;]
ProviderGenerator.Template.ProviderGenerator.Template ( String template )
[run-time name: org/apache/openejb/config/typed/util/ProviderGenerator.Template."<init>":(Ljava/lang/String;)V]
openejb-core-4.5.0.jar, TestInstance.class
package org.apache.openejb.junit
TestInstance.getInstance ( ) : Object
[run-time name: org/apache/openejb/junit/TestInstance.getInstance:()Ljava/lang/Object;]
TestInstance.getTestClass ( ) : Class
[run-time name: org/apache/openejb/junit/TestInstance.getTestClass:()Ljava/lang/Class;]
TestInstance.TestInstance ( Class testClass, Object instance )
[run-time name: org/apache/openejb/junit/TestInstance."<init>":(Ljava/lang/Class;Ljava/lang/Object;)V]
openejb-core-4.5.0.jar, ThreadLocalHttpServletRequest.class
package org.apache.openejb.rest
ThreadLocalHttpServletRequest.authenticate ( javax.servlet.http.HttpServletResponse httpServletResponse ) : boolean
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.authenticate:(Ljavax/servlet/http/HttpServletResponse;)Z]
ThreadLocalHttpServletRequest.getAuthType ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.getAuthType:()Ljava/lang/String;]
ThreadLocalHttpServletRequest.getContextPath ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.getContextPath:()Ljava/lang/String;]
ThreadLocalHttpServletRequest.getCookies ( ) : javax.servlet.http.Cookie[ ]
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.getCookies:()[Ljavax/servlet/http/Cookie;]
ThreadLocalHttpServletRequest.getDateHeader ( String s ) : long
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.getDateHeader:(Ljava/lang/String;)J]
ThreadLocalHttpServletRequest.getHeader ( String s ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.getHeader:(Ljava/lang/String;)Ljava/lang/String;]
ThreadLocalHttpServletRequest.getHeaderNames ( ) : java.util.Enumeration
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.getHeaderNames:()Ljava/util/Enumeration;]
ThreadLocalHttpServletRequest.getHeaders ( String s ) : java.util.Enumeration
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.getHeaders:(Ljava/lang/String;)Ljava/util/Enumeration;]
ThreadLocalHttpServletRequest.getIntHeader ( String s ) : int
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.getIntHeader:(Ljava/lang/String;)I]
ThreadLocalHttpServletRequest.getMethod ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.getMethod:()Ljava/lang/String;]
ThreadLocalHttpServletRequest.getPart ( String s ) : javax.servlet.http.Part
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.getPart:(Ljava/lang/String;)Ljavax/servlet/http/Part;]
ThreadLocalHttpServletRequest.getParts ( ) : java.util.Collection
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.getParts:()Ljava/util/Collection;]
ThreadLocalHttpServletRequest.getPathInfo ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.getPathInfo:()Ljava/lang/String;]
ThreadLocalHttpServletRequest.getPathTranslated ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.getPathTranslated:()Ljava/lang/String;]
ThreadLocalHttpServletRequest.getQueryString ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.getQueryString:()Ljava/lang/String;]
ThreadLocalHttpServletRequest.getRemoteUser ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.getRemoteUser:()Ljava/lang/String;]
ThreadLocalHttpServletRequest.getRequestedSessionId ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.getRequestedSessionId:()Ljava/lang/String;]
ThreadLocalHttpServletRequest.getRequestURI ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.getRequestURI:()Ljava/lang/String;]
ThreadLocalHttpServletRequest.getRequestURL ( ) : StringBuffer
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.getRequestURL:()Ljava/lang/StringBuffer;]
ThreadLocalHttpServletRequest.getServletPath ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.getServletPath:()Ljava/lang/String;]
ThreadLocalHttpServletRequest.getSession ( ) : javax.servlet.http.HttpSession
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.getSession:()Ljavax/servlet/http/HttpSession;]
ThreadLocalHttpServletRequest.getSession ( boolean b ) : javax.servlet.http.HttpSession
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.getSession:(Z)Ljavax/servlet/http/HttpSession;]
ThreadLocalHttpServletRequest.getUserPrincipal ( ) : java.security.Principal
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.getUserPrincipal:()Ljava/security/Principal;]
ThreadLocalHttpServletRequest.isRequestedSessionIdFromCookie ( ) : boolean
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.isRequestedSessionIdFromCookie:()Z]
ThreadLocalHttpServletRequest.isRequestedSessionIdFromUrl ( ) : boolean
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.isRequestedSessionIdFromUrl:()Z]
ThreadLocalHttpServletRequest.isRequestedSessionIdFromURL ( ) : boolean
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.isRequestedSessionIdFromURL:()Z]
ThreadLocalHttpServletRequest.isRequestedSessionIdValid ( ) : boolean
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.isRequestedSessionIdValid:()Z]
ThreadLocalHttpServletRequest.isUserInRole ( String s ) : boolean
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.isUserInRole:(Ljava/lang/String;)Z]
ThreadLocalHttpServletRequest.login ( String s, String s1 ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.login:(Ljava/lang/String;Ljava/lang/String;)V]
ThreadLocalHttpServletRequest.logout ( ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest.logout:()V]
ThreadLocalHttpServletRequest.ThreadLocalHttpServletRequest ( )
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletRequest."<init>":()V]
openejb-core-4.5.0.jar, ThreadLocalHttpServletResponse.class
package org.apache.openejb.rest
ThreadLocalHttpServletResponse.addCookie ( javax.servlet.http.Cookie cookie ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.addCookie:(Ljavax/servlet/http/Cookie;)V]
ThreadLocalHttpServletResponse.addDateHeader ( String name, long date ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.addDateHeader:(Ljava/lang/String;J)V]
ThreadLocalHttpServletResponse.addHeader ( String name, String value ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.addHeader:(Ljava/lang/String;Ljava/lang/String;)V]
ThreadLocalHttpServletResponse.addIntHeader ( String name, int value ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.addIntHeader:(Ljava/lang/String;I)V]
ThreadLocalHttpServletResponse.containsHeader ( String name ) : boolean
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.containsHeader:(Ljava/lang/String;)Z]
ThreadLocalHttpServletResponse.encodeRedirectUrl ( String url ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.encodeRedirectUrl:(Ljava/lang/String;)Ljava/lang/String;]
ThreadLocalHttpServletResponse.encodeRedirectURL ( String url ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.encodeRedirectURL:(Ljava/lang/String;)Ljava/lang/String;]
ThreadLocalHttpServletResponse.encodeURL ( String url ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.encodeURL:(Ljava/lang/String;)Ljava/lang/String;]
ThreadLocalHttpServletResponse.encodeUrl ( String url ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.encodeUrl:(Ljava/lang/String;)Ljava/lang/String;]
ThreadLocalHttpServletResponse.flushBuffer ( ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.flushBuffer:()V]
ThreadLocalHttpServletResponse.getBufferSize ( ) : int
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.getBufferSize:()I]
ThreadLocalHttpServletResponse.getCharacterEncoding ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.getCharacterEncoding:()Ljava/lang/String;]
ThreadLocalHttpServletResponse.getContentType ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.getContentType:()Ljava/lang/String;]
ThreadLocalHttpServletResponse.getHeader ( String name ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.getHeader:(Ljava/lang/String;)Ljava/lang/String;]
ThreadLocalHttpServletResponse.getHeaderNames ( ) : java.util.Collection
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.getHeaderNames:()Ljava/util/Collection;]
ThreadLocalHttpServletResponse.getHeaders ( String headerName ) : java.util.Collection
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.getHeaders:(Ljava/lang/String;)Ljava/util/Collection;]
ThreadLocalHttpServletResponse.getLocale ( ) : java.util.Locale
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.getLocale:()Ljava/util/Locale;]
ThreadLocalHttpServletResponse.getOutputStream ( ) : javax.servlet.ServletOutputStream
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.getOutputStream:()Ljavax/servlet/ServletOutputStream;]
ThreadLocalHttpServletResponse.getStatus ( ) : int
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.getStatus:()I]
ThreadLocalHttpServletResponse.getWriter ( ) : java.io.PrintWriter
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.getWriter:()Ljava/io/PrintWriter;]
ThreadLocalHttpServletResponse.isCommitted ( ) : boolean
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.isCommitted:()Z]
ThreadLocalHttpServletResponse.reset ( ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.reset:()V]
ThreadLocalHttpServletResponse.resetBuffer ( ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.resetBuffer:()V]
ThreadLocalHttpServletResponse.sendError ( int sc ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.sendError:(I)V]
ThreadLocalHttpServletResponse.sendError ( int sc, String msg ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.sendError:(ILjava/lang/String;)V]
ThreadLocalHttpServletResponse.sendRedirect ( String location ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.sendRedirect:(Ljava/lang/String;)V]
ThreadLocalHttpServletResponse.setBufferSize ( int size ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.setBufferSize:(I)V]
ThreadLocalHttpServletResponse.setCharacterEncoding ( String charset ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.setCharacterEncoding:(Ljava/lang/String;)V]
ThreadLocalHttpServletResponse.setContentLength ( int len ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.setContentLength:(I)V]
ThreadLocalHttpServletResponse.setContentType ( String type ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.setContentType:(Ljava/lang/String;)V]
ThreadLocalHttpServletResponse.setDateHeader ( String name, long date ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.setDateHeader:(Ljava/lang/String;J)V]
ThreadLocalHttpServletResponse.setHeader ( String name, String value ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.setHeader:(Ljava/lang/String;Ljava/lang/String;)V]
ThreadLocalHttpServletResponse.setIntHeader ( String name, int value ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.setIntHeader:(Ljava/lang/String;I)V]
ThreadLocalHttpServletResponse.setLocale ( java.util.Locale loc ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.setLocale:(Ljava/util/Locale;)V]
ThreadLocalHttpServletResponse.setStatus ( int sc ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.setStatus:(I)V]
ThreadLocalHttpServletResponse.setStatus ( int sc, String sm ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse.setStatus:(ILjava/lang/String;)V]
ThreadLocalHttpServletResponse.ThreadLocalHttpServletResponse ( )
[run-time name: org/apache/openejb/rest/ThreadLocalHttpServletResponse."<init>":()V]
openejb-core-4.5.0.jar, ThreadLocalProviders.class
package org.apache.openejb.rest
ThreadLocalProviders.getContextResolver ( Class rawType, javax.ws.rs.core.MediaType mediaType ) : javax.ws.rs.ext.ContextResolver
[run-time name: org/apache/openejb/rest/ThreadLocalProviders.getContextResolver:(Ljava/lang/Class;Ljavax/ws/rs/core/MediaType;)Ljavax/ws/rs/ext/ContextResolver;]
ThreadLocalProviders.getExceptionMapper ( Class rawType ) : javax.ws.rs.ext.ExceptionMapper
[run-time name: org/apache/openejb/rest/ThreadLocalProviders.getExceptionMapper:(Ljava/lang/Class;)Ljavax/ws/rs/ext/ExceptionMapper;]
ThreadLocalProviders.getMessageBodyReader ( Class rawType, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mediaType ) : javax.ws.rs.ext.MessageBodyReader
[run-time name: org/apache/openejb/rest/ThreadLocalProviders.getMessageBodyReader:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Ljavax/ws/rs/ext/MessageBodyReader;]
ThreadLocalProviders.getMessageBodyWriter ( Class rawType, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mediaType ) : javax.ws.rs.ext.MessageBodyWriter
[run-time name: org/apache/openejb/rest/ThreadLocalProviders.getMessageBodyWriter:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Ljavax/ws/rs/ext/MessageBodyWriter;]
ThreadLocalProviders.ThreadLocalProviders ( )
[run-time name: org/apache/openejb/rest/ThreadLocalProviders."<init>":()V]
openejb-core-4.5.0.jar, ThreadLocalServletConfig.class
package org.apache.openejb.rest
ThreadLocalServletConfig.getInitParameter ( String name ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalServletConfig.getInitParameter:(Ljava/lang/String;)Ljava/lang/String;]
ThreadLocalServletConfig.getInitParameterNames ( ) : java.util.Enumeration
[run-time name: org/apache/openejb/rest/ThreadLocalServletConfig.getInitParameterNames:()Ljava/util/Enumeration;]
ThreadLocalServletConfig.getServletContext ( ) : javax.servlet.ServletContext
[run-time name: org/apache/openejb/rest/ThreadLocalServletConfig.getServletContext:()Ljavax/servlet/ServletContext;]
ThreadLocalServletConfig.getServletName ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalServletConfig.getServletName:()Ljava/lang/String;]
ThreadLocalServletConfig.ThreadLocalServletConfig ( )
[run-time name: org/apache/openejb/rest/ThreadLocalServletConfig."<init>":()V]
openejb-core-4.5.0.jar, ThreadLocalServletRequest.class
package org.apache.openejb.rest
ThreadLocalServletRequest.getAsyncContext ( ) : javax.servlet.AsyncContext
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getAsyncContext:()Ljavax/servlet/AsyncContext;]
ThreadLocalServletRequest.getAttribute ( String string ) : Object
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;]
ThreadLocalServletRequest.getAttributeNames ( ) : java.util.Enumeration
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getAttributeNames:()Ljava/util/Enumeration;]
ThreadLocalServletRequest.getCharacterEncoding ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getCharacterEncoding:()Ljava/lang/String;]
ThreadLocalServletRequest.getContentLength ( ) : int
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getContentLength:()I]
ThreadLocalServletRequest.getContentType ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getContentType:()Ljava/lang/String;]
ThreadLocalServletRequest.getDispatcherType ( ) : javax.servlet.DispatcherType
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getDispatcherType:()Ljavax/servlet/DispatcherType;]
ThreadLocalServletRequest.getInputStream ( ) : javax.servlet.ServletInputStream
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getInputStream:()Ljavax/servlet/ServletInputStream;]
ThreadLocalServletRequest.getLocalAddr ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getLocalAddr:()Ljava/lang/String;]
ThreadLocalServletRequest.getLocale ( ) : java.util.Locale
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getLocale:()Ljava/util/Locale;]
ThreadLocalServletRequest.getLocales ( ) : java.util.Enumeration
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getLocales:()Ljava/util/Enumeration;]
ThreadLocalServletRequest.getLocalName ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getLocalName:()Ljava/lang/String;]
ThreadLocalServletRequest.getLocalPort ( ) : int
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getLocalPort:()I]
ThreadLocalServletRequest.getParameter ( String string ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getParameter:(Ljava/lang/String;)Ljava/lang/String;]
ThreadLocalServletRequest.getParameterMap ( ) : java.util.Map
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getParameterMap:()Ljava/util/Map;]
ThreadLocalServletRequest.getParameterNames ( ) : java.util.Enumeration
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getParameterNames:()Ljava/util/Enumeration;]
ThreadLocalServletRequest.getParameterValues ( String string ) : String[ ]
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getParameterValues:(Ljava/lang/String;)[Ljava/lang/String;]
ThreadLocalServletRequest.getProtocol ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getProtocol:()Ljava/lang/String;]
ThreadLocalServletRequest.getReader ( ) : java.io.BufferedReader
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getReader:()Ljava/io/BufferedReader;]
ThreadLocalServletRequest.getRealPath ( String string ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getRealPath:(Ljava/lang/String;)Ljava/lang/String;]
ThreadLocalServletRequest.getRemoteAddr ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getRemoteAddr:()Ljava/lang/String;]
ThreadLocalServletRequest.getRemoteHost ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getRemoteHost:()Ljava/lang/String;]
ThreadLocalServletRequest.getRemotePort ( ) : int
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getRemotePort:()I]
ThreadLocalServletRequest.getRequestDispatcher ( String string ) : javax.servlet.RequestDispatcher
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getRequestDispatcher:(Ljava/lang/String;)Ljavax/servlet/RequestDispatcher;]
ThreadLocalServletRequest.getScheme ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getScheme:()Ljava/lang/String;]
ThreadLocalServletRequest.getServerName ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getServerName:()Ljava/lang/String;]
ThreadLocalServletRequest.getServerPort ( ) : int
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getServerPort:()I]
ThreadLocalServletRequest.getServletContext ( ) : javax.servlet.ServletContext
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.getServletContext:()Ljavax/servlet/ServletContext;]
ThreadLocalServletRequest.isAsyncStarted ( ) : boolean
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.isAsyncStarted:()Z]
ThreadLocalServletRequest.isAsyncSupported ( ) : boolean
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.isAsyncSupported:()Z]
ThreadLocalServletRequest.isSecure ( ) : boolean
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.isSecure:()Z]
ThreadLocalServletRequest.removeAttribute ( String string ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.removeAttribute:(Ljava/lang/String;)V]
ThreadLocalServletRequest.setAttribute ( String string, Object object ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.setAttribute:(Ljava/lang/String;Ljava/lang/Object;)V]
ThreadLocalServletRequest.setCharacterEncoding ( String string ) : void
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.setCharacterEncoding:(Ljava/lang/String;)V]
ThreadLocalServletRequest.startAsync ( ) : javax.servlet.AsyncContext
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.startAsync:()Ljavax/servlet/AsyncContext;]
ThreadLocalServletRequest.startAsync ( javax.servlet.ServletRequest servletRequest, javax.servlet.ServletResponse servletResponse ) : javax.servlet.AsyncContext
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest.startAsync:(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)Ljavax/servlet/AsyncContext;]
ThreadLocalServletRequest.ThreadLocalServletRequest ( )
[run-time name: org/apache/openejb/rest/ThreadLocalServletRequest."<init>":()V]
openejb-core-4.5.0.jar, ThreadSingletonServiceImpl.class
package org.apache.openejb.cdi
ThreadSingletonServiceImpl.get ( ClassLoader cl ) [static] : org.apache.webbeans.config.WebBeansContext
[run-time name: org/apache/openejb/cdi/ThreadSingletonServiceImpl.get:(Ljava/lang/ClassLoader;)Lorg/apache/webbeans/config/WebBeansContext;]
ThreadSingletonServiceImpl.owbProxyFactory ( ) [static] : org.apache.webbeans.proxy.Factory
[run-time name: org/apache/openejb/cdi/ThreadSingletonServiceImpl.owbProxyFactory:()Lorg/apache/webbeans/proxy/Factory;]
openejb-core-4.5.0.jar, TimerWatcherResult.class
package org.apache.openejb.resource.jdbc.logging
TimeWatcherExecutor.TimerWatcherResult.getDuration ( ) : long
[run-time name: org/apache/openejb/resource/jdbc/logging/TimeWatcherExecutor.TimerWatcherResult.getDuration:()J]
TimeWatcherExecutor.TimerWatcherResult.getResult ( ) : Object
[run-time name: org/apache/openejb/resource/jdbc/logging/TimeWatcherExecutor.TimerWatcherResult.getResult:()Ljava/lang/Object;]
TimeWatcherExecutor.TimerWatcherResult.TimeWatcherExecutor.TimerWatcherResult ( long duration, Object result )
[run-time name: org/apache/openejb/resource/jdbc/logging/TimeWatcherExecutor.TimerWatcherResult."<init>":(JLjava/lang/Object;)V]
openejb-core-4.5.0.jar, TimeWatcherExecutor.class
package org.apache.openejb.resource.jdbc.logging
TimeWatcherExecutor.execute ( reflect.Method mtd, Object instance, Object[ ] args, boolean watch ) [static] : TimeWatcherExecutor.TimerWatcherResult
[run-time name: org/apache/openejb/resource/jdbc/logging/TimeWatcherExecutor.execute:(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;Z)Lorg/apache/openejb/resource/jdbc/logging/TimeWatcherExecutor$TimerWatcherResult;]
openejb-core-4.5.0.jar, TopicBuilder.class
package org.apache.openejb.config.typed
TopicBuilder.getDestination ( ) : String
[run-time name: org/apache/openejb/config/typed/TopicBuilder.getDestination:()Ljava/lang/String;]
TopicBuilder.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/typed/TopicBuilder.getProperties:()Ljava/util/Properties;]
TopicBuilder.id ( String id ) : TopicBuilder
[run-time name: org/apache/openejb/config/typed/TopicBuilder.id:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/TopicBuilder;]
TopicBuilder.setDestination ( String destination ) : void
[run-time name: org/apache/openejb/config/typed/TopicBuilder.setDestination:(Ljava/lang/String;)V]
TopicBuilder.TopicBuilder ( )
[run-time name: org/apache/openejb/config/typed/TopicBuilder."<init>":()V]
TopicBuilder.withDestination ( String destination ) : TopicBuilder
[run-time name: org/apache/openejb/config/typed/TopicBuilder.withDestination:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/TopicBuilder;]
openejb-core-4.5.0.jar, TransactionManagerBuilder.class
package org.apache.openejb.config.typed
TransactionManagerBuilder.getAdler32Checksum ( ) : boolean
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.getAdler32Checksum:()Z]
TransactionManagerBuilder.getBufferSizeKb ( ) : int
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.getBufferSizeKb:()I]
TransactionManagerBuilder.getChecksumEnabled ( ) : boolean
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.getChecksumEnabled:()Z]
TransactionManagerBuilder.getDefaultTransactionTimeout ( ) : org.apache.openejb.util.Duration
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.getDefaultTransactionTimeout:()Lorg/apache/openejb/util/Duration;]
TransactionManagerBuilder.getFlushSleepTime ( ) : org.apache.openejb.util.Duration
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.getFlushSleepTime:()Lorg/apache/openejb/util/Duration;]
TransactionManagerBuilder.getLogFileDir ( ) : String
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.getLogFileDir:()Ljava/lang/String;]
TransactionManagerBuilder.getLogFileExt ( ) : String
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.getLogFileExt:()Ljava/lang/String;]
TransactionManagerBuilder.getLogFileName ( ) : String
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.getLogFileName:()Ljava/lang/String;]
TransactionManagerBuilder.getMaxBlocksPerFile ( ) : int
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.getMaxBlocksPerFile:()I]
TransactionManagerBuilder.getMaxBuffers ( ) : int
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.getMaxBuffers:()I]
TransactionManagerBuilder.getMaxLogFiles ( ) : int
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.getMaxLogFiles:()I]
TransactionManagerBuilder.getMinBuffers ( ) : int
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.getMinBuffers:()I]
TransactionManagerBuilder.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.getProperties:()Ljava/util/Properties;]
TransactionManagerBuilder.getThreadsWaitingForceThreshold ( ) : int
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.getThreadsWaitingForceThreshold:()I]
TransactionManagerBuilder.getTxRecovery ( ) : boolean
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.getTxRecovery:()Z]
TransactionManagerBuilder.id ( String id ) : TransactionManagerBuilder
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.id:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/TransactionManagerBuilder;]
TransactionManagerBuilder.setAdler32Checksum ( boolean adler32Checksum ) : void
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.setAdler32Checksum:(Z)V]
TransactionManagerBuilder.setBufferSizeKb ( int bufferSizeKb ) : void
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.setBufferSizeKb:(I)V]
TransactionManagerBuilder.setChecksumEnabled ( boolean checksumEnabled ) : void
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.setChecksumEnabled:(Z)V]
TransactionManagerBuilder.setDefaultTransactionTimeout ( long time, java.util.concurrent.TimeUnit unit ) : void
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.setDefaultTransactionTimeout:(JLjava/util/concurrent/TimeUnit;)V]
TransactionManagerBuilder.setDefaultTransactionTimeout ( org.apache.openejb.util.Duration defaultTransactionTimeout ) : void
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.setDefaultTransactionTimeout:(Lorg/apache/openejb/util/Duration;)V]
TransactionManagerBuilder.setFlushSleepTime ( long time, java.util.concurrent.TimeUnit unit ) : void
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.setFlushSleepTime:(JLjava/util/concurrent/TimeUnit;)V]
TransactionManagerBuilder.setFlushSleepTime ( org.apache.openejb.util.Duration flushSleepTime ) : void
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.setFlushSleepTime:(Lorg/apache/openejb/util/Duration;)V]
TransactionManagerBuilder.setLogFileDir ( String logFileDir ) : void
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.setLogFileDir:(Ljava/lang/String;)V]
TransactionManagerBuilder.setLogFileExt ( String logFileExt ) : void
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.setLogFileExt:(Ljava/lang/String;)V]
TransactionManagerBuilder.setLogFileName ( String logFileName ) : void
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.setLogFileName:(Ljava/lang/String;)V]
TransactionManagerBuilder.setMaxBlocksPerFile ( int maxBlocksPerFile ) : void
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.setMaxBlocksPerFile:(I)V]
TransactionManagerBuilder.setMaxBuffers ( int maxBuffers ) : void
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.setMaxBuffers:(I)V]
TransactionManagerBuilder.setMaxLogFiles ( int maxLogFiles ) : void
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.setMaxLogFiles:(I)V]
TransactionManagerBuilder.setMinBuffers ( int minBuffers ) : void
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.setMinBuffers:(I)V]
TransactionManagerBuilder.setThreadsWaitingForceThreshold ( int threadsWaitingForceThreshold ) : void
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.setThreadsWaitingForceThreshold:(I)V]
TransactionManagerBuilder.setTxRecovery ( boolean txRecovery ) : void
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.setTxRecovery:(Z)V]
TransactionManagerBuilder.TransactionManagerBuilder ( )
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder."<init>":()V]
TransactionManagerBuilder.withAdler32Checksum ( boolean adler32Checksum ) : TransactionManagerBuilder
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.withAdler32Checksum:(Z)Lorg/apache/openejb/config/typed/TransactionManagerBuilder;]
TransactionManagerBuilder.withBufferSizeKb ( int bufferSizeKb ) : TransactionManagerBuilder
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.withBufferSizeKb:(I)Lorg/apache/openejb/config/typed/TransactionManagerBuilder;]
TransactionManagerBuilder.withChecksumEnabled ( boolean checksumEnabled ) : TransactionManagerBuilder
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.withChecksumEnabled:(Z)Lorg/apache/openejb/config/typed/TransactionManagerBuilder;]
TransactionManagerBuilder.withDefaultTransactionTimeout ( long time, java.util.concurrent.TimeUnit unit ) : TransactionManagerBuilder
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.withDefaultTransactionTimeout:(JLjava/util/concurrent/TimeUnit;)Lorg/apache/openejb/config/typed/TransactionManagerBuilder;]
TransactionManagerBuilder.withDefaultTransactionTimeout ( org.apache.openejb.util.Duration defaultTransactionTimeout ) : TransactionManagerBuilder
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.withDefaultTransactionTimeout:(Lorg/apache/openejb/util/Duration;)Lorg/apache/openejb/config/typed/TransactionManagerBuilder;]
TransactionManagerBuilder.withFlushSleepTime ( long time, java.util.concurrent.TimeUnit unit ) : TransactionManagerBuilder
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.withFlushSleepTime:(JLjava/util/concurrent/TimeUnit;)Lorg/apache/openejb/config/typed/TransactionManagerBuilder;]
TransactionManagerBuilder.withFlushSleepTime ( org.apache.openejb.util.Duration flushSleepTime ) : TransactionManagerBuilder
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.withFlushSleepTime:(Lorg/apache/openejb/util/Duration;)Lorg/apache/openejb/config/typed/TransactionManagerBuilder;]
TransactionManagerBuilder.withLogFileDir ( String logFileDir ) : TransactionManagerBuilder
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.withLogFileDir:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/TransactionManagerBuilder;]
TransactionManagerBuilder.withLogFileExt ( String logFileExt ) : TransactionManagerBuilder
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.withLogFileExt:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/TransactionManagerBuilder;]
TransactionManagerBuilder.withLogFileName ( String logFileName ) : TransactionManagerBuilder
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.withLogFileName:(Ljava/lang/String;)Lorg/apache/openejb/config/typed/TransactionManagerBuilder;]
TransactionManagerBuilder.withMaxBlocksPerFile ( int maxBlocksPerFile ) : TransactionManagerBuilder
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.withMaxBlocksPerFile:(I)Lorg/apache/openejb/config/typed/TransactionManagerBuilder;]
TransactionManagerBuilder.withMaxBuffers ( int maxBuffers ) : TransactionManagerBuilder
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.withMaxBuffers:(I)Lorg/apache/openejb/config/typed/TransactionManagerBuilder;]
TransactionManagerBuilder.withMaxLogFiles ( int maxLogFiles ) : TransactionManagerBuilder
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.withMaxLogFiles:(I)Lorg/apache/openejb/config/typed/TransactionManagerBuilder;]
TransactionManagerBuilder.withMinBuffers ( int minBuffers ) : TransactionManagerBuilder
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.withMinBuffers:(I)Lorg/apache/openejb/config/typed/TransactionManagerBuilder;]
TransactionManagerBuilder.withThreadsWaitingForceThreshold ( int threadsWaitingForceThreshold ) : TransactionManagerBuilder
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.withThreadsWaitingForceThreshold:(I)Lorg/apache/openejb/config/typed/TransactionManagerBuilder;]
TransactionManagerBuilder.withTxRecovery ( boolean txRecovery ) : TransactionManagerBuilder
[run-time name: org/apache/openejb/config/typed/TransactionManagerBuilder.withTxRecovery:(Z)Lorg/apache/openejb/config/typed/TransactionManagerBuilder;]
openejb-core-4.5.0.jar, TransactionManagerWrapper.class
package org.apache.openejb.resource
TransactionManagerWrapper.begin ( ) : void
[run-time name: org/apache/openejb/resource/TransactionManagerWrapper.begin:()V]
TransactionManagerWrapper.commit ( ) : void
[run-time name: org/apache/openejb/resource/TransactionManagerWrapper.commit:()V]
TransactionManagerWrapper.getStatus ( ) : int
[run-time name: org/apache/openejb/resource/TransactionManagerWrapper.getStatus:()I]
TransactionManagerWrapper.getTransaction ( ) : javax.transaction.Transaction
[run-time name: org/apache/openejb/resource/TransactionManagerWrapper.getTransaction:()Ljavax/transaction/Transaction;]
TransactionManagerWrapper.resume ( javax.transaction.Transaction transaction ) : void
[run-time name: org/apache/openejb/resource/TransactionManagerWrapper.resume:(Ljavax/transaction/Transaction;)V]
TransactionManagerWrapper.rollback ( ) : void
[run-time name: org/apache/openejb/resource/TransactionManagerWrapper.rollback:()V]
TransactionManagerWrapper.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/resource/TransactionManagerWrapper.setRollbackOnly:()V]
TransactionManagerWrapper.setTransactionTimeout ( int i ) : void
[run-time name: org/apache/openejb/resource/TransactionManagerWrapper.setTransactionTimeout:(I)V]
TransactionManagerWrapper.suspend ( ) : javax.transaction.Transaction
[run-time name: org/apache/openejb/resource/TransactionManagerWrapper.suspend:()Ljavax/transaction/Transaction;]
TransactionManagerWrapper.TransactionManagerWrapper ( javax.transaction.TransactionManager delegate, String name, XAResourceWrapper xaResourceWrapper )
[run-time name: org/apache/openejb/resource/TransactionManagerWrapper."<init>":(Ljavax/transaction/TransactionManager;Ljava/lang/String;Lorg/apache/openejb/resource/XAResourceWrapper;)V]
openejb-core-4.5.0.jar, UpdateChecker.class
package org.apache.openejb.util
UpdateChecker.check ( org.apache.openejb.observer.event.ObserverAdded event ) : void
[run-time name: org/apache/openejb/util/UpdateChecker.check:(Lorg/apache/openejb/observer/event/ObserverAdded;)V]
UpdateChecker.setAuto ( String auto ) : void
[run-time name: org/apache/openejb/util/UpdateChecker.setAuto:(Ljava/lang/String;)V]
UpdateChecker.setCheckerProxy ( String checkerProxy ) : void
[run-time name: org/apache/openejb/util/UpdateChecker.setCheckerProxy:(Ljava/lang/String;)V]
UpdateChecker.setGroupId ( String groupId ) : void
[run-time name: org/apache/openejb/util/UpdateChecker.setGroupId:(Ljava/lang/String;)V]
UpdateChecker.setLatest ( String latest ) : void
[run-time name: org/apache/openejb/util/UpdateChecker.setLatest:(Ljava/lang/String;)V]
UpdateChecker.setMetadata ( String metadata ) : void
[run-time name: org/apache/openejb/util/UpdateChecker.setMetadata:(Ljava/lang/String;)V]
UpdateChecker.setRepoUrl ( String repoUrl ) : void
[run-time name: org/apache/openejb/util/UpdateChecker.setRepoUrl:(Ljava/lang/String;)V]
UpdateChecker.setTag ( String tag ) : void
[run-time name: org/apache/openejb/util/UpdateChecker.setTag:(Ljava/lang/String;)V]
UpdateChecker.setUndefined ( String undefined ) : void
[run-time name: org/apache/openejb/util/UpdateChecker.setUndefined:(Ljava/lang/String;)V]
UpdateChecker.setUrl ( String url ) : void
[run-time name: org/apache/openejb/util/UpdateChecker.setUrl:(Ljava/lang/String;)V]
openejb-core-4.5.0.jar, URLClassLoaderFirst.class
package org.apache.openejb.util.classloader
URLClassLoaderFirst.loadClass ( String name, boolean resolve ) : Class
[run-time name: org/apache/openejb/util/classloader/URLClassLoaderFirst.loadClass:(Ljava/lang/String;Z)Ljava/lang/Class;]
URLClassLoaderFirst.reloadConfig ( ) [static] : void
[run-time name: org/apache/openejb/util/classloader/URLClassLoaderFirst.reloadConfig:()V]
URLClassLoaderFirst.shouldSkip ( String name ) [static] : boolean
[run-time name: org/apache/openejb/util/classloader/URLClassLoaderFirst.shouldSkip:(Ljava/lang/String;)Z]
URLClassLoaderFirst.URLClassLoaderFirst ( java.net.URL[ ] urls, ClassLoader parent )
[run-time name: org/apache/openejb/util/classloader/URLClassLoaderFirst."<init>":([Ljava/net/URL;Ljava/lang/ClassLoader;)V]
openejb-core-4.5.0.jar, ValidatorUtil.class
package org.apache.openejb.bval
ValidatorUtil.validator ( ) [static] : javax.validation.Validator
[run-time name: org/apache/openejb/bval/ValidatorUtil.validator:()Ljavax/validation/Validator;]
ValidatorUtil.validatorFactory ( ) [static] : javax.validation.ValidatorFactory
[run-time name: org/apache/openejb/bval/ValidatorUtil.validatorFactory:()Ljavax/validation/ValidatorFactory;]
openejb-core-4.5.0.jar, WebappBeanManager.class
package org.apache.openejb.cdi
WebappBeanManager.createAnnotatedType ( Class type ) : javax.enterprise.inject.spi.AnnotatedType
[run-time name: org/apache/openejb/cdi/WebappBeanManager.createAnnotatedType:(Ljava/lang/Class;)Ljavax/enterprise/inject/spi/AnnotatedType;]
WebappBeanManager.createCreationalContext ( javax.enterprise.context.spi.Contextual contextual ) : javax.enterprise.context.spi.CreationalContext
[run-time name: org/apache/openejb/cdi/WebappBeanManager.createCreationalContext:(Ljavax/enterprise/context/spi/Contextual;)Ljavax/enterprise/context/spi/CreationalContext;]
WebappBeanManager.createInjectionTarget ( javax.enterprise.inject.spi.AnnotatedType type ) : javax.enterprise.inject.spi.InjectionTarget
[run-time name: org/apache/openejb/cdi/WebappBeanManager.createInjectionTarget:(Ljavax/enterprise/inject/spi/AnnotatedType;)Ljavax/enterprise/inject/spi/InjectionTarget;]
WebappBeanManager.fireEvent ( Object event, annotation.Annotation[ ] qualifiers ) : void
[run-time name: org/apache/openejb/cdi/WebappBeanManager.fireEvent:(Ljava/lang/Object;[Ljava/lang/annotation/Annotation;)V]
WebappBeanManager.getBeans ( reflect.Type beanType, annotation.Annotation[ ] qualifiers ) : java.util.Set
[run-time name: org/apache/openejb/cdi/WebappBeanManager.getBeans:(Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;)Ljava/util/Set;]
WebappBeanManager.getBeans ( String name ) : java.util.Set
[run-time name: org/apache/openejb/cdi/WebappBeanManager.getBeans:(Ljava/lang/String;)Ljava/util/Set;]
WebappBeanManager.getContext ( Class scope ) : javax.enterprise.context.spi.Context
[run-time name: org/apache/openejb/cdi/WebappBeanManager.getContext:(Ljava/lang/Class;)Ljavax/enterprise/context/spi/Context;]
WebappBeanManager.getELResolver ( ) : javax.el.ELResolver
[run-time name: org/apache/openejb/cdi/WebappBeanManager.getELResolver:()Ljavax/el/ELResolver;]
WebappBeanManager.getInjectableReference ( javax.enterprise.inject.spi.InjectionPoint injectionPoint, javax.enterprise.context.spi.CreationalContext ctx ) : Object
[run-time name: org/apache/openejb/cdi/WebappBeanManager.getInjectableReference:(Ljavax/enterprise/inject/spi/InjectionPoint;Ljavax/enterprise/context/spi/CreationalContext;)Ljava/lang/Object;]
WebappBeanManager.getInterceptorBindingDefinition ( Class qualifier ) : java.util.Set
[run-time name: org/apache/openejb/cdi/WebappBeanManager.getInterceptorBindingDefinition:(Ljava/lang/Class;)Ljava/util/Set;]
WebappBeanManager.getParentBm ( ) : javax.enterprise.inject.spi.BeanManager
[run-time name: org/apache/openejb/cdi/WebappBeanManager.getParentBm:()Ljavax/enterprise/inject/spi/BeanManager;]
WebappBeanManager.getPassivationCapableBean ( String id ) : javax.enterprise.inject.spi.Bean
[run-time name: org/apache/openejb/cdi/WebappBeanManager.getPassivationCapableBean:(Ljava/lang/String;)Ljavax/enterprise/inject/spi/Bean;]
WebappBeanManager.getReference ( javax.enterprise.inject.spi.Bean bean, reflect.Type beanType, javax.enterprise.context.spi.CreationalContext ctx ) : Object
[run-time name: org/apache/openejb/cdi/WebappBeanManager.getReference:(Ljavax/enterprise/inject/spi/Bean;Ljava/lang/reflect/Type;Ljavax/enterprise/context/spi/CreationalContext;)Ljava/lang/Object;]
WebappBeanManager.getStereotypeDefinition ( Class stereotype ) : java.util.Set
[run-time name: org/apache/openejb/cdi/WebappBeanManager.getStereotypeDefinition:(Ljava/lang/Class;)Ljava/util/Set;]
WebappBeanManager.isInterceptorBinding ( Class annotationType ) : boolean
[run-time name: org/apache/openejb/cdi/WebappBeanManager.isInterceptorBinding:(Ljava/lang/Class;)Z]
WebappBeanManager.isNormalScope ( Class annotationType ) : boolean
[run-time name: org/apache/openejb/cdi/WebappBeanManager.isNormalScope:(Ljava/lang/Class;)Z]
WebappBeanManager.isPassivatingScope ( Class annotationType ) : boolean
[run-time name: org/apache/openejb/cdi/WebappBeanManager.isPassivatingScope:(Ljava/lang/Class;)Z]
WebappBeanManager.isQualifier ( Class annotationType ) : boolean
[run-time name: org/apache/openejb/cdi/WebappBeanManager.isQualifier:(Ljava/lang/Class;)Z]
WebappBeanManager.isScope ( Class annotationType ) : boolean
[run-time name: org/apache/openejb/cdi/WebappBeanManager.isScope:(Ljava/lang/Class;)Z]
WebappBeanManager.isStereotype ( Class annotationType ) : boolean
[run-time name: org/apache/openejb/cdi/WebappBeanManager.isStereotype:(Ljava/lang/Class;)Z]
WebappBeanManager.resolve ( java.util.Set beans ) : javax.enterprise.inject.spi.Bean
[run-time name: org/apache/openejb/cdi/WebappBeanManager.resolve:(Ljava/util/Set;)Ljavax/enterprise/inject/spi/Bean;]
WebappBeanManager.resolveDecorators ( java.util.Set types, annotation.Annotation[ ] qualifiers ) : java.util.List
[run-time name: org/apache/openejb/cdi/WebappBeanManager.resolveDecorators:(Ljava/util/Set;[Ljava/lang/annotation/Annotation;)Ljava/util/List;]
WebappBeanManager.resolveInterceptors ( javax.enterprise.inject.spi.InterceptionType type, annotation.Annotation[ ] qualifiers ) : java.util.List
[run-time name: org/apache/openejb/cdi/WebappBeanManager.resolveInterceptors:(Ljavax/enterprise/inject/spi/InterceptionType;[Ljava/lang/annotation/Annotation;)Ljava/util/List;]
WebappBeanManager.resolveObserverMethods ( Object event, annotation.Annotation[ ] qualifiers ) : java.util.Set
[run-time name: org/apache/openejb/cdi/WebappBeanManager.resolveObserverMethods:(Ljava/lang/Object;[Ljava/lang/annotation/Annotation;)Ljava/util/Set;]
WebappBeanManager.validate ( javax.enterprise.inject.spi.InjectionPoint injectionPoint ) : void
[run-time name: org/apache/openejb/cdi/WebappBeanManager.validate:(Ljavax/enterprise/inject/spi/InjectionPoint;)V]
WebappBeanManager.WebappBeanManager ( WebappWebBeansContext ctx )
[run-time name: org/apache/openejb/cdi/WebappBeanManager."<init>":(Lorg/apache/openejb/cdi/WebappWebBeansContext;)V]
WebappBeanManager.wrapExpressionFactory ( javax.el.ExpressionFactory expressionFactory ) : javax.el.ExpressionFactory
[run-time name: org/apache/openejb/cdi/WebappBeanManager.wrapExpressionFactory:(Ljavax/el/ExpressionFactory;)Ljavax/el/ExpressionFactory;]
openejb-core-4.5.0.jar, WebAppElResolver.class
package org.apache.openejb.cdi
WebAppElResolver.getCommonPropertyType ( javax.el.ELContext context, Object base ) : Class
[run-time name: org/apache/openejb/cdi/WebAppElResolver.getCommonPropertyType:(Ljavax/el/ELContext;Ljava/lang/Object;)Ljava/lang/Class;]
WebAppElResolver.getFeatureDescriptors ( javax.el.ELContext context, Object base ) : java.util.Iterator
[run-time name: org/apache/openejb/cdi/WebAppElResolver.getFeatureDescriptors:(Ljavax/el/ELContext;Ljava/lang/Object;)Ljava/util/Iterator;]
WebAppElResolver.getType ( javax.el.ELContext context, Object base, Object property ) : Class
[run-time name: org/apache/openejb/cdi/WebAppElResolver.getType:(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Class;]
WebAppElResolver.getValue ( javax.el.ELContext context, Object base, Object property ) : Object
[run-time name: org/apache/openejb/cdi/WebAppElResolver.getValue:(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
WebAppElResolver.isReadOnly ( javax.el.ELContext context, Object base, Object property ) : boolean
[run-time name: org/apache/openejb/cdi/WebAppElResolver.isReadOnly:(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Z]
WebAppElResolver.setValue ( javax.el.ELContext context, Object base, Object property, Object value ) : void
[run-time name: org/apache/openejb/cdi/WebAppElResolver.setValue:(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V]
WebAppElResolver.WebAppElResolver ( javax.el.ELResolver elResolver, javax.el.ELResolver elResolver1 )
[run-time name: org/apache/openejb/cdi/WebAppElResolver."<init>":(Ljavax/el/ELResolver;Ljavax/el/ELResolver;)V]
openejb-core-4.5.0.jar, WebAppEnricher.class
package org.apache.openejb.classloader
WebAppEnricher.enrichment ( ClassLoader p1 ) [abstract] : java.net.URL[ ]
[run-time name: org/apache/openejb/classloader/WebAppEnricher.enrichment:(Ljava/lang/ClassLoader;)[Ljava/net/URL;]
openejb-core-4.5.0.jar, WebappWebBeansContext.class
package org.apache.openejb.cdi
WebappWebBeansContext.getBeanManagerImpl ( ) : org.apache.webbeans.container.BeanManagerImpl
[run-time name: org/apache/openejb/cdi/WebappWebBeansContext.getBeanManagerImpl:()Lorg/apache/webbeans/container/BeanManagerImpl;]
WebappWebBeansContext.getParent ( ) : org.apache.webbeans.config.WebBeansContext
[run-time name: org/apache/openejb/cdi/WebappWebBeansContext.getParent:()Lorg/apache/webbeans/config/WebBeansContext;]
WebappWebBeansContext.WebappWebBeansContext ( java.util.Map services, java.util.Properties properties, org.apache.webbeans.config.WebBeansContext webBeansContext )
[run-time name: org/apache/openejb/cdi/WebappWebBeansContext."<init>":(Ljava/util/Map;Ljava/util/Properties;Lorg/apache/webbeans/config/WebBeansContext;)V]
openejb-core-4.5.0.jar, WebContext.class
package org.apache.openejb.core
WebContext.destroy ( Object o ) : void
[run-time name: org/apache/openejb/core/WebContext.destroy:(Ljava/lang/Object;)V]
WebContext.getContextRoot ( ) : String
[run-time name: org/apache/openejb/core/WebContext.getContextRoot:()Ljava/lang/String;]
WebContext.getInitialContext ( ) : javax.naming.Context
[run-time name: org/apache/openejb/core/WebContext.getInitialContext:()Ljavax/naming/Context;]
WebContext.getWebbeansContext ( ) : org.apache.webbeans.config.WebBeansContext
[run-time name: org/apache/openejb/core/WebContext.getWebbeansContext:()Lorg/apache/webbeans/config/WebBeansContext;]
WebContext.setContextRoot ( String contextRoot ) : void
[run-time name: org/apache/openejb/core/WebContext.setContextRoot:(Ljava/lang/String;)V]
WebContext.setWebbeansContext ( org.apache.webbeans.config.WebBeansContext webbeansContext ) : void
[run-time name: org/apache/openejb/core/WebContext.setWebbeansContext:(Lorg/apache/webbeans/config/WebBeansContext;)V]
openejb-core-4.5.0.jar, WebModule.class
package org.apache.openejb.config
WebModule.getJaxrsProviders ( ) : java.util.Set
[run-time name: org/apache/openejb/config/WebModule.getJaxrsProviders:()Ljava/util/Set;]
openejb-cxf-4.5.0.jar, ConfigureCxfSecurity.class
package org.apache.openejb.server.cxf
ConfigureCxfSecurity.configure ( org.apache.cxf.endpoint.Endpoint endpoint, org.apache.openejb.core.webservices.PortData port ) [static] : void
[run-time name: org/apache/openejb/server/cxf/ConfigureCxfSecurity.configure:(Lorg/apache/cxf/endpoint/Endpoint;Lorg/apache/openejb/core/webservices/PortData;)V]
openejb-cxf-4.5.0.jar, CxfEndpoint.class
package org.apache.openejb.server.cxf
CxfEndpoint.CxfEndpoint ( org.apache.cxf.Bus bus, org.apache.openejb.core.webservices.PortData port, javax.naming.Context context, Object implementor, org.apache.cxf.transport.http.HTTPTransportFactory httpTransportFactory, org.apache.openejb.assembler.classic.util.ServiceConfiguration configuration )
[run-time name: org/apache/openejb/server/cxf/CxfEndpoint."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/openejb/core/webservices/PortData;Ljavax/naming/Context;Ljava/lang/Object;Lorg/apache/cxf/transport/http/HTTPTransportFactory;Lorg/apache/openejb/assembler/classic/util/ServiceConfiguration;)V]
openejb-cxf-4.5.0.jar, CxfService.class
package org.apache.openejb.server.cxf
CxfService.createEjbWsContainer ( java.net.URL moduleBaseUrl, org.apache.openejb.core.webservices.PortData port, org.apache.openejb.BeanContext beanContext, org.apache.openejb.assembler.classic.util.ServiceConfiguration config ) : org.apache.openejb.server.httpd.HttpListener
[run-time name: org/apache/openejb/server/cxf/CxfService.createEjbWsContainer:(Ljava/net/URL;Lorg/apache/openejb/core/webservices/PortData;Lorg/apache/openejb/BeanContext;Lorg/apache/openejb/assembler/classic/util/ServiceConfiguration;)Lorg/apache/openejb/server/httpd/HttpListener;]
CxfService.createPojoWsContainer ( java.net.URL moduleBaseUrl, org.apache.openejb.core.webservices.PortData port, String serviceId, Class target, javax.naming.Context context, String contextRoot, java.util.Map bdgs, org.apache.openejb.assembler.classic.util.ServiceConfiguration services ) : org.apache.openejb.server.httpd.HttpListener
[run-time name: org/apache/openejb/server/cxf/CxfService.createPojoWsContainer:(Ljava/net/URL;Lorg/apache/openejb/core/webservices/PortData;Ljava/lang/String;Ljava/lang/Class;Ljavax/naming/Context;Ljava/lang/String;Ljava/util/Map;Lorg/apache/openejb/assembler/classic/util/ServiceConfiguration;)Lorg/apache/openejb/server/httpd/HttpListener;]
CxfService.init ( java.util.Properties props ) : void
[run-time name: org/apache/openejb/server/cxf/CxfService.init:(Ljava/util/Properties;)V]
openejb-cxf-4.5.0.jar, CxfWsContainer.class
package org.apache.openejb.server.cxf
CxfWsContainer.CxfWsContainer ( org.apache.cxf.Bus bus, org.apache.openejb.core.webservices.PortData port, org.apache.openejb.assembler.classic.util.ServiceConfiguration config )
[run-time name: org/apache/openejb/server/cxf/CxfWsContainer."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/openejb/core/webservices/PortData;Lorg/apache/openejb/assembler/classic/util/ServiceConfiguration;)V]
openejb-cxf-4.5.0.jar, EjbEndpoint.class
package org.apache.openejb.server.cxf.ejb
EjbEndpoint.EjbEndpoint ( org.apache.cxf.Bus bus, org.apache.openejb.core.webservices.PortData portData, org.apache.openejb.BeanContext beanContext, org.apache.cxf.transport.http.HTTPTransportFactory httpTransportFactory, org.apache.openejb.assembler.classic.util.ServiceConfiguration config )
[run-time name: org/apache/openejb/server/cxf/ejb/EjbEndpoint."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/openejb/core/webservices/PortData;Lorg/apache/openejb/BeanContext;Lorg/apache/cxf/transport/http/HTTPTransportFactory;Lorg/apache/openejb/assembler/classic/util/ServiceConfiguration;)V]
openejb-cxf-4.5.0.jar, EjbWsContainer.class
package org.apache.openejb.server.cxf.ejb
EjbWsContainer.EjbWsContainer ( org.apache.cxf.Bus bus, org.apache.openejb.core.webservices.PortData port, org.apache.openejb.BeanContext beanContext, org.apache.openejb.assembler.classic.util.ServiceConfiguration config )
[run-time name: org/apache/openejb/server/cxf/ejb/EjbWsContainer."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/openejb/core/webservices/PortData;Lorg/apache/openejb/BeanContext;Lorg/apache/openejb/assembler/classic/util/ServiceConfiguration;)V]
openejb-cxf-4.5.0.jar, EndpointConfigurator.class
package org.apache.openejb.server.cxf
EndpointConfigurator.configure ( org.apache.cxf.endpoint.Endpoint p1, java.util.Properties p2 ) [abstract] : void
[run-time name: org/apache/openejb/server/cxf/EndpointConfigurator.configure:(Lorg/apache/cxf/endpoint/Endpoint;Ljava/util/Properties;)V]
openejb-cxf-4.5.0.jar, PojoEndpoint.class
package org.apache.openejb.server.cxf.pojo
PojoEndpoint.PojoEndpoint ( org.apache.cxf.Bus bus, org.apache.openejb.core.webservices.PortData port, javax.naming.Context context, Class instance, org.apache.cxf.transport.http.HTTPTransportFactory httpTransportFactory, java.util.Map bindings, org.apache.openejb.assembler.classic.util.ServiceConfiguration config )
[run-time name: org/apache/openejb/server/cxf/pojo/PojoEndpoint."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/openejb/core/webservices/PortData;Ljavax/naming/Context;Ljava/lang/Class;Lorg/apache/cxf/transport/http/HTTPTransportFactory;Ljava/util/Map;Lorg/apache/openejb/assembler/classic/util/ServiceConfiguration;)V]
openejb-cxf-4.5.0.jar, PojoWsContainer.class
package org.apache.openejb.server.cxf.pojo
PojoWsContainer.PojoWsContainer ( org.apache.cxf.Bus bus, org.apache.openejb.core.webservices.PortData port, javax.naming.Context context, Class target, java.util.Map bdgs, org.apache.openejb.assembler.classic.util.ServiceConfiguration configuration )
[run-time name: org/apache/openejb/server/cxf/pojo/PojoWsContainer."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/openejb/core/webservices/PortData;Ljavax/naming/Context;Ljava/lang/Class;Ljava/util/Map;Lorg/apache/openejb/assembler/classic/util/ServiceConfiguration;)V]
openejb-cxf-4.5.0.jar, WSS4JInInterceptorFactory.class
package org.apache.openejb.server.cxf.config
WSS4JInInterceptorFactory.create ( ) : org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor
[run-time name: org/apache/openejb/server/cxf/config/WSS4JInInterceptorFactory.create:()Lorg/apache/cxf/ws/security/wss4j/WSS4JInInterceptor;]
WSS4JInInterceptorFactory.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/server/cxf/config/WSS4JInInterceptorFactory.getProperties:()Ljava/util/Properties;]
WSS4JInInterceptorFactory.setProperties ( java.util.Properties properties ) : void
[run-time name: org/apache/openejb/server/cxf/config/WSS4JInInterceptorFactory.setProperties:(Ljava/util/Properties;)V]
WSS4JInInterceptorFactory.WSS4JInInterceptorFactory ( )
[run-time name: org/apache/openejb/server/cxf/config/WSS4JInInterceptorFactory."<init>":()V]
openejb-cxf-transport-4.5.0.jar, CxfUtil.class
package org.apache.openejb.server.cxf.transport.util
CxfUtil.configureBus ( ) [static] : void
[run-time name: org/apache/openejb/server/cxf/transport/util/CxfUtil.configureBus:()V]
CxfUtil.configureEndpoint ( org.apache.cxf.endpoint.AbstractEndpointFactory svrFactory, org.apache.openejb.assembler.classic.util.ServiceConfiguration configuration, String prefix, String beanId ) [static] : void
[run-time name: org/apache/openejb/server/cxf/transport/util/CxfUtil.configureEndpoint:(Lorg/apache/cxf/endpoint/AbstractEndpointFactory;Lorg/apache/openejb/assembler/classic/util/ServiceConfiguration;Ljava/lang/String;Ljava/lang/String;)V]
openejb-http-4.5.0.jar, HttpRequestImpl.class
package org.apache.openejb.server.httpd
HttpRequestImpl.extractContextPath ( ) : String
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.extractContextPath:()Ljava/lang/String;]
HttpRequestImpl.requestRawPath ( ) : String
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.requestRawPath:()Ljava/lang/String;]
openejb-jee-4.5.0.jar, Beans.class
package org.apache.openejb.jee
Beans.getDuplicatedAlternatives ( ) : Beans.Alternatives
[run-time name: org/apache/openejb/jee/Beans.getDuplicatedAlternatives:()Lorg/apache/openejb/jee/Beans$Alternatives;]
Beans.getDuplicatedDecorators ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Beans.getDuplicatedDecorators:()Ljava/util/List;]
Beans.getDuplicatedInterceptors ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Beans.getDuplicatedInterceptors:()Ljava/util/List;]
openejb-jee-4.5.0.jar, EjbJar.class
package org.apache.openejb.jee
EjbJar.enterpriseBean ( EnterpriseBean bean ) : EjbJar
[run-time name: org/apache/openejb/jee/EjbJar.enterpriseBean:(Lorg/apache/openejb/jee/EnterpriseBean;)Lorg/apache/openejb/jee/EjbJar;]
openejb-jee-4.5.0.jar, JaxbPersistenceFactory.class
package org.apache.openejb.jee.jpa.unit
JaxbPersistenceFactory.getPersistence ( Class clazz, java.io.InputStream persistenceDescriptor ) [static] : Object
[run-time name: org/apache/openejb/jee/jpa/unit/JaxbPersistenceFactory.getPersistence:(Ljava/lang/Class;Ljava/io/InputStream;)Ljava/lang/Object;]
openejb-jee-4.5.0.jar, OpenejbJar.class
package org.apache.openejb.jee.oejb3
OpenejbJar.getPojoDeployment ( ) : java.util.List
[run-time name: org/apache/openejb/jee/oejb3/OpenejbJar.getPojoDeployment:()Ljava/util/List;]
OpenejbJar.postRead ( ) : OpenejbJar
[run-time name: org/apache/openejb/jee/oejb3/OpenejbJar.postRead:()Lorg/apache/openejb/jee/oejb3/OpenejbJar;]
openejb-jee-4.5.0.jar, PojoDeployment.class
package org.apache.openejb.jee.oejb3
PojoDeployment.getClassName ( ) : String
[run-time name: org/apache/openejb/jee/oejb3/PojoDeployment.getClassName:()Ljava/lang/String;]
PojoDeployment.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/jee/oejb3/PojoDeployment.getProperties:()Ljava/util/Properties;]
PojoDeployment.PojoDeployment ( )
[run-time name: org/apache/openejb/jee/oejb3/PojoDeployment."<init>":()V]
PojoDeployment.setClassName ( String className ) : void
[run-time name: org/apache/openejb/jee/oejb3/PojoDeployment.setClassName:(Ljava/lang/String;)V]
openejb-jee-4.5.0.jar, SessionBean.class
package org.apache.openejb.jee
SessionBean.localBean ( ) : EnterpriseBean
[run-time name: org/apache/openejb/jee/SessionBean.localBean:()Lorg/apache/openejb/jee/EnterpriseBean;]
openejb-jee-4.5.0.jar, WebApp.class
package org.apache.openejb.jee
WebApp.getServletMappings ( String servletName ) : java.util.List
[run-time name: org/apache/openejb/jee/WebApp.getServletMappings:(Ljava/lang/String;)Ljava/util/List;]
openejb-jpa-integration-4.5.0.jar, JPAThreadContext.class
package org.apache.openejb.jpa.integration
JPAThreadContext.JPAThreadContext ( )
[run-time name: org/apache/openejb/jpa/integration/JPAThreadContext."<init>":()V]
openejb-jpa-integration-4.5.0.jar, MakeTxLookup.class
package org.apache.openejb.jpa.integration
MakeTxLookup.main ( String[ ] args ) [static] : void
[run-time name: org/apache/openejb/jpa/integration/MakeTxLookup.main:([Ljava/lang/String;)V]
MakeTxLookup.MakeTxLookup ( )
[run-time name: org/apache/openejb/jpa/integration/MakeTxLookup."<init>":()V]
openejb-jpa-integration-4.5.0.jar, PrefixNamingStrategy.class
package org.apache.openejb.jpa.integration.hibernate
PrefixNamingStrategy.classToTableName ( String className ) : String
[run-time name: org/apache/openejb/jpa/integration/hibernate/PrefixNamingStrategy.classToTableName:(Ljava/lang/String;)Ljava/lang/String;]
PrefixNamingStrategy.getPrefix ( ) : String
[run-time name: org/apache/openejb/jpa/integration/hibernate/PrefixNamingStrategy.getPrefix:()Ljava/lang/String;]
PrefixNamingStrategy.PrefixNamingStrategy ( )
[run-time name: org/apache/openejb/jpa/integration/hibernate/PrefixNamingStrategy."<init>":()V]
PrefixNamingStrategy.tableName ( String tableName ) : String
[run-time name: org/apache/openejb/jpa/integration/hibernate/PrefixNamingStrategy.tableName:(Ljava/lang/String;)Ljava/lang/String;]
openejb-jpa-integration-4.5.0.jar, PrefixSessionCustomizer.class
package org.apache.openejb.jpa.integration.eclipselink
PrefixSessionCustomizer.customize ( org.eclipse.persistence.sessions.Session session ) : void
[run-time name: org/apache/openejb/jpa/integration/eclipselink/PrefixSessionCustomizer.customize:(Lorg/eclipse/persistence/sessions/Session;)V]
PrefixSessionCustomizer.PrefixSessionCustomizer ( )
[run-time name: org/apache/openejb/jpa/integration/eclipselink/PrefixSessionCustomizer."<init>":()V]
openejb-loader-4.5.0.jar, ComponentAdded.class
package org.apache.openejb.loader.event
ComponentAdded.ComponentAdded ( Class type, Object component )
[run-time name: org/apache/openejb/loader/event/ComponentAdded."<init>":(Ljava/lang/Class;Ljava/lang/Object;)V]
ComponentAdded.getComponent ( ) : Object
[run-time name: org/apache/openejb/loader/event/ComponentAdded.getComponent:()Ljava/lang/Object;]
ComponentAdded.getType ( ) : Class
[run-time name: org/apache/openejb/loader/event/ComponentAdded.getType:()Ljava/lang/Class;]
ComponentAdded.toString ( ) : String
[run-time name: org/apache/openejb/loader/event/ComponentAdded.toString:()Ljava/lang/String;]
openejb-loader-4.5.0.jar, ComponentRemoved.class
package org.apache.openejb.loader.event
ComponentRemoved.ComponentRemoved ( Class type, Object component )
[run-time name: org/apache/openejb/loader/event/ComponentRemoved."<init>":(Ljava/lang/Class;Ljava/lang/Object;)V]
ComponentRemoved.getComponent ( ) : Object
[run-time name: org/apache/openejb/loader/event/ComponentRemoved.getComponent:()Ljava/lang/Object;]
ComponentRemoved.getType ( ) : Class
[run-time name: org/apache/openejb/loader/event/ComponentRemoved.getType:()Ljava/lang/Class;]
ComponentRemoved.toString ( ) : String
[run-time name: org/apache/openejb/loader/event/ComponentRemoved.toString:()Ljava/lang/String;]
openejb-loader-4.5.0.jar, IO.class
package org.apache.openejb.loader
IO.copy ( byte[ ] from, java.io.OutputStream to ) [static] : void
[run-time name: org/apache/openejb/loader/IO.copy:([BLjava/io/OutputStream;)V]
IO.copy ( java.net.URL from, java.io.OutputStream to ) [static] : void
[run-time name: org/apache/openejb/loader/IO.copy:(Ljava/net/URL;Ljava/io/OutputStream;)V]
openejb-loader-4.5.0.jar, Observer.class
package org.apache.openejb.observer
ObserverManager.Observer.equals ( Object o ) : boolean
[run-time name: org/apache/openejb/observer/ObserverManager.Observer.equals:(Ljava/lang/Object;)Z]
ObserverManager.Observer.hashCode ( ) : int
[run-time name: org/apache/openejb/observer/ObserverManager.Observer.hashCode:()I]
ObserverManager.Observer.invoke ( Object event ) : void
[run-time name: org/apache/openejb/observer/ObserverManager.Observer.invoke:(Ljava/lang/Object;)V]
ObserverManager.Observer.ObserverManager.Observer ( Object observer )
[run-time name: org/apache/openejb/observer/ObserverManager.Observer."<init>":(Ljava/lang/Object;)V]
openejb-loader-4.5.0.jar, ObserverAdded.class
package org.apache.openejb.observer.event
ObserverAdded.getObserver ( ) : Object
[run-time name: org/apache/openejb/observer/event/ObserverAdded.getObserver:()Ljava/lang/Object;]
ObserverAdded.ObserverAdded ( Object observer )
[run-time name: org/apache/openejb/observer/event/ObserverAdded."<init>":(Ljava/lang/Object;)V]
ObserverAdded.toString ( ) : String
[run-time name: org/apache/openejb/observer/event/ObserverAdded.toString:()Ljava/lang/String;]
openejb-loader-4.5.0.jar, ObserverFailed.class
package org.apache.openejb.observer.event
ObserverFailed.getEvent ( ) : Object
[run-time name: org/apache/openejb/observer/event/ObserverFailed.getEvent:()Ljava/lang/Object;]
ObserverFailed.getObserver ( ) : Object
[run-time name: org/apache/openejb/observer/event/ObserverFailed.getObserver:()Ljava/lang/Object;]
ObserverFailed.getThrowable ( ) : Throwable
[run-time name: org/apache/openejb/observer/event/ObserverFailed.getThrowable:()Ljava/lang/Throwable;]
ObserverFailed.ObserverFailed ( Object observer, Object event, Throwable throwable )
[run-time name: org/apache/openejb/observer/event/ObserverFailed."<init>":(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Throwable;)V]
ObserverFailed.toString ( ) : String
[run-time name: org/apache/openejb/observer/event/ObserverFailed.toString:()Ljava/lang/String;]
openejb-loader-4.5.0.jar, ObserverManager.class
package org.apache.openejb.observer
ObserverManager.addObserver ( Object observer ) : boolean
[run-time name: org/apache/openejb/observer/ObserverManager.addObserver:(Ljava/lang/Object;)Z]
ObserverManager.fireEvent ( Object event ) : void
[run-time name: org/apache/openejb/observer/ObserverManager.fireEvent:(Ljava/lang/Object;)V]
ObserverManager.ObserverManager ( )
[run-time name: org/apache/openejb/observer/ObserverManager."<init>":()V]
ObserverManager.removeObserver ( Object observer ) : boolean
[run-time name: org/apache/openejb/observer/ObserverManager.removeObserver:(Ljava/lang/Object;)Z]
openejb-loader-4.5.0.jar, ObserverRemoved.class
package org.apache.openejb.observer.event
ObserverRemoved.getObserver ( ) : Object
[run-time name: org/apache/openejb/observer/event/ObserverRemoved.getObserver:()Ljava/lang/Object;]
ObserverRemoved.ObserverRemoved ( Object observer )
[run-time name: org/apache/openejb/observer/event/ObserverRemoved."<init>":(Ljava/lang/Object;)V]
ObserverRemoved.toString ( ) : String
[run-time name: org/apache/openejb/observer/event/ObserverRemoved.toString:()Ljava/lang/String;]
openejb-loader-4.5.0.jar, ProvisioningUtil.class
package org.apache.openejb.loader
ProvisioningUtil.addAdditionalLibraries ( ) [static] : void
[run-time name: org/apache/openejb/loader/ProvisioningUtil.addAdditionalLibraries:()V]
openejb-loader-4.5.0.jar, SystemInstance.class
package org.apache.openejb.loader
SystemInstance.addObserver ( Object observer ) : boolean
[run-time name: org/apache/openejb/loader/SystemInstance.addObserver:(Ljava/lang/Object;)Z]
SystemInstance.fireEvent ( Object event ) : void
[run-time name: org/apache/openejb/loader/SystemInstance.fireEvent:(Ljava/lang/Object;)V]
SystemInstance.removeObserver ( Object observer ) : boolean
[run-time name: org/apache/openejb/loader/SystemInstance.removeObserver:(Ljava/lang/Object;)Z]
openejb-multicast-4.5.0.jar, MulticastPulseAgent.class
package org.apache.openejb.server.discovery
MulticastPulseAgent.getIP ( ) : String
[run-time name: org/apache/openejb/server/discovery/MulticastPulseAgent.getIP:()Ljava/lang/String;]
MulticastPulseAgent.getName ( ) : String
[run-time name: org/apache/openejb/server/discovery/MulticastPulseAgent.getName:()Ljava/lang/String;]
MulticastPulseAgent.getPort ( ) : int
[run-time name: org/apache/openejb/server/discovery/MulticastPulseAgent.getPort:()I]
MulticastPulseAgent.getSockets ( String multicastAddress, int port ) [static] : java.net.MulticastSocket[ ]
[run-time name: org/apache/openejb/server/discovery/MulticastPulseAgent.getSockets:(Ljava/lang/String;I)[Ljava/net/MulticastSocket;]
MulticastPulseAgent.init ( java.util.Properties p ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastPulseAgent.init:(Ljava/util/Properties;)V]
MulticastPulseAgent.isLocalAddress ( String host, boolean wildcardIsLocal ) [static] : boolean
[run-time name: org/apache/openejb/server/discovery/MulticastPulseAgent.isLocalAddress:(Ljava/lang/String;Z)Z]
MulticastPulseAgent.isLoopback ( String host ) [static] : boolean
[run-time name: org/apache/openejb/server/discovery/MulticastPulseAgent.isLoopback:(Ljava/lang/String;)Z]
MulticastPulseAgent.MulticastPulseAgent ( )
[run-time name: org/apache/openejb/server/discovery/MulticastPulseAgent."<init>":()V]
MulticastPulseAgent.registerService ( java.net.URI uri ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastPulseAgent.registerService:(Ljava/net/URI;)V]
MulticastPulseAgent.reportFailed ( java.net.URI serviceUri ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastPulseAgent.reportFailed:(Ljava/net/URI;)V]
MulticastPulseAgent.service ( java.io.InputStream in, java.io.OutputStream out ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastPulseAgent.service:(Ljava/io/InputStream;Ljava/io/OutputStream;)V]
MulticastPulseAgent.service ( java.net.Socket socket ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastPulseAgent.service:(Ljava/net/Socket;)V]
MulticastPulseAgent.setDiscoveryListener ( org.apache.openejb.server.DiscoveryListener listener ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastPulseAgent.setDiscoveryListener:(Lorg/apache/openejb/server/DiscoveryListener;)V]
MulticastPulseAgent.start ( ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastPulseAgent.start:()V]
MulticastPulseAgent.stop ( ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastPulseAgent.stop:()V]
MulticastPulseAgent.unregisterService ( java.net.URI uri ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastPulseAgent.unregisterService:(Ljava/net/URI;)V]
openejb-server-4.5.0.jar, ServiceManager.class
package org.apache.openejb.server
ServiceManager.getObjectName ( String serviceName ) [static] : javax.management.ObjectName
[run-time name: org/apache/openejb/server/ServiceManager.getObjectName:(Ljava/lang/String;)Ljavax/management/ObjectName;]
openejb-server-4.5.0.jar, SimpleServiceManager.class
package org.apache.openejb.server
SimpleServiceManager.getDaemons ( ) : ServerService[ ]
[run-time name: org/apache/openejb/server/SimpleServiceManager.getDaemons:()[Lorg/apache/openejb/server/ServerService;]
openejb-webservices-4.5.0.jar, EndpointInfo.class
package org.apache.openejb.server.webservices
WsService.EndpointInfo.WsService.EndpointInfo ( String address, javax.xml.namespace.QName portName, String name )
[run-time name: org/apache/openejb/server/webservices/WsService.EndpointInfo."<init>":(Ljava/lang/String;Ljavax/xml/namespace/QName;Ljava/lang/String;)V]
openejb-webservices-4.5.0.jar, WsService.class
package org.apache.openejb.server.webservices
WsService.afterApplicationCreated ( org.apache.openejb.assembler.classic.AppInfo appInfo, org.apache.openejb.assembler.classic.WebAppInfo webApp ) : void
[run-time name: org/apache/openejb/server/webservices/WsService.afterApplicationCreated:(Lorg/apache/openejb/assembler/classic/AppInfo;Lorg/apache/openejb/assembler/classic/WebAppInfo;)V]
WsService.afterApplicationCreated ( org.apache.openejb.assembler.classic.event.AssemblerAfterApplicationCreated event ) : void
[run-time name: org/apache/openejb/server/webservices/WsService.afterApplicationCreated:(Lorg/apache/openejb/assembler/classic/event/AssemblerAfterApplicationCreated;)V]
WsService.beforeApplicationDestroyed ( org.apache.openejb.assembler.classic.event.AssemblerBeforeApplicationDestroyed event ) : void
[run-time name: org/apache/openejb/server/webservices/WsService.beforeApplicationDestroyed:(Lorg/apache/openejb/assembler/classic/event/AssemblerBeforeApplicationDestroyed;)V]
WsService.createEjbWsContainer ( java.net.URL p1, org.apache.openejb.core.webservices.PortData p2, org.apache.openejb.BeanContext p3, org.apache.openejb.assembler.classic.util.ServiceConfiguration p4 ) [abstract] : org.apache.openejb.server.httpd.HttpListener
[run-time name: org/apache/openejb/server/webservices/WsService.createEjbWsContainer:(Ljava/net/URL;Lorg/apache/openejb/core/webservices/PortData;Lorg/apache/openejb/BeanContext;Lorg/apache/openejb/assembler/classic/util/ServiceConfiguration;)Lorg/apache/openejb/server/httpd/HttpListener;]
WsService.createPojoWsContainer ( java.net.URL p1, org.apache.openejb.core.webservices.PortData p2, String p3, Class p4, javax.naming.Context p5, String p6, java.util.Map p7, org.apache.openejb.assembler.classic.util.ServiceConfiguration p8 ) [abstract] : org.apache.openejb.server.httpd.HttpListener
[run-time name: org/apache/openejb/server/webservices/WsService.createPojoWsContainer:(Ljava/net/URL;Lorg/apache/openejb/core/webservices/PortData;Ljava/lang/String;Ljava/lang/Class;Ljavax/naming/Context;Ljava/lang/String;Ljava/util/Map;Lorg/apache/openejb/assembler/classic/util/ServiceConfiguration;)Lorg/apache/openejb/server/httpd/HttpListener;]
WsService.getAddressesByApplication ( ) : java.util.Map
[run-time name: org/apache/openejb/server/webservices/WsService.getAddressesByApplication:()Ljava/util/Map;]
to the top
Removed Methods (18593)
openejb-client-4.0.0.jar, EJBResponse.class
package org.apache.openejb.client
EJBResponse.EJBResponse ( int code, Object obj )
[run-time name: org/apache/openejb/client/EJBResponse."<init>":(ILjava/lang/Object;)V]
EJBResponse.setResponse ( int code, Object result ) : void
[run-time name: org/apache/openejb/client/EJBResponse.setResponse:(ILjava/lang/Object;)V]
openejb-client-4.0.0.jar, RequestFailed.class
package org.apache.openejb.client.event
RequestFailed.RequestFailed ( java.net.URI server, org.apache.openejb.client.Request request )
[run-time name: org/apache/openejb/client/event/RequestFailed."<init>":(Ljava/net/URI;Lorg/apache/openejb/client/Request;)V]
openejb-core-4.0.0.jar, AbstractRouter.class
package org.apache.openejb.resource.jdbc
AbstractRouter.AbstractRouter ( )
[run-time name: org/apache/openejb/resource/jdbc/AbstractRouter."<init>":()V]
AbstractRouter.getJndiResource ( String name ) : Object
[run-time name: org/apache/openejb/resource/jdbc/AbstractRouter.getJndiResource:(Ljava/lang/String;)Ljava/lang/Object;]
AbstractRouter.getOpenEJBResource ( String name ) : Object
[run-time name: org/apache/openejb/resource/jdbc/AbstractRouter.getOpenEJBResource:(Ljava/lang/String;)Ljava/lang/Object;]
openejb-core-4.0.0.jar, ActiveMQResourceAdapter.class
package org.apache.openejb.resource.activemq
ActiveMQResourceAdapter.setStartupTimeout ( int startupTimeout ) : void
[run-time name: org/apache/openejb/resource/activemq/ActiveMQResourceAdapter.setStartupTimeout:(I)V]
openejb-core-4.0.0.jar, AppContext.class
package org.apache.openejb
AppContext.removeTask ( Runnable task ) : boolean
[run-time name: org/apache/openejb/AppContext.removeTask:(Ljava/lang/Runnable;)Z]
AppContext.submitTask ( java.util.concurrent.Callable callable ) : java.util.concurrent.Future
[run-time name: org/apache/openejb/AppContext.submitTask:(Ljava/util/concurrent/Callable;)Ljava/util/concurrent/Future;]
openejb-core-4.0.0.jar, BaseEjbProxyHandler.class
package org.apache.openejb.core.ivm
BaseEjbProxyHandler.getInvocationHandler ( ) : org.apache.openejb.util.proxy.InvocationHandler
[run-time name: org/apache/openejb/core/ivm/BaseEjbProxyHandler.getInvocationHandler:()Lorg/apache/openejb/util/proxy/InvocationHandler;]
openejb-core-4.0.0.jar, BasicDataSource.class
package org.apache.openejb.resource.jdbc
BasicDataSource.BasicDataSource ( )
[run-time name: org/apache/openejb/resource/jdbc/BasicDataSource."<init>":()V]
BasicDataSource.createDataSource ( ) : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/BasicDataSource.createDataSource:()Ljavax/sql/DataSource;]
BasicDataSource.getJdbcDriver ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/BasicDataSource.getJdbcDriver:()Ljava/lang/String;]
BasicDataSource.getJdbcUrl ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/BasicDataSource.getJdbcUrl:()Ljava/lang/String;]
BasicDataSource.getParentLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/openejb/resource/jdbc/BasicDataSource.getParentLogger:()Ljava/util/logging/Logger;]
BasicDataSource.getPasswordCipher ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/BasicDataSource.getPasswordCipher:()Ljava/lang/String;]
BasicDataSource.getUserName ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/BasicDataSource.getUserName:()Ljava/lang/String;]
BasicDataSource.setDefaultTransactionIsolation ( String s ) : void
[run-time name: org/apache/openejb/resource/jdbc/BasicDataSource.setDefaultTransactionIsolation:(Ljava/lang/String;)V]
BasicDataSource.setJdbcDriver ( String string ) : void
[run-time name: org/apache/openejb/resource/jdbc/BasicDataSource.setJdbcDriver:(Ljava/lang/String;)V]
BasicDataSource.setJdbcUrl ( String string ) : void
[run-time name: org/apache/openejb/resource/jdbc/BasicDataSource.setJdbcUrl:(Ljava/lang/String;)V]
BasicDataSource.setMaxWait ( int maxWait ) : void
[run-time name: org/apache/openejb/resource/jdbc/BasicDataSource.setMaxWait:(I)V]
BasicDataSource.setPasswordCipher ( String passwordCipher ) : void
[run-time name: org/apache/openejb/resource/jdbc/BasicDataSource.setPasswordCipher:(Ljava/lang/String;)V]
BasicDataSource.setUserName ( String string ) : void
[run-time name: org/apache/openejb/resource/jdbc/BasicDataSource.setUserName:(Ljava/lang/String;)V]
openejb-core-4.0.0.jar, BasicDataSourceUtil.class
package org.apache.openejb.resource.jdbc
BasicDataSourceUtil.getDataSourcePlugin ( String jdbcUrl ) [static] : DataSourcePlugin
[run-time name: org/apache/openejb/resource/jdbc/BasicDataSourceUtil.getDataSourcePlugin:(Ljava/lang/String;)Lorg/apache/openejb/resource/jdbc/DataSourcePlugin;]
BasicDataSourceUtil.getPasswordCipher ( String passwordCipherClass ) [static] : PasswordCipher
[run-time name: org/apache/openejb/resource/jdbc/BasicDataSourceUtil.getPasswordCipher:(Ljava/lang/String;)Lorg/apache/openejb/resource/jdbc/PasswordCipher;]
openejb-core-4.0.0.jar, BasicManagedDataSource.class
package org.apache.openejb.resource.jdbc
BasicManagedDataSource.BasicManagedDataSource ( )
[run-time name: org/apache/openejb/resource/jdbc/BasicManagedDataSource."<init>":()V]
BasicManagedDataSource.close ( ) : void
[run-time name: org/apache/openejb/resource/jdbc/BasicManagedDataSource.close:()V]
BasicManagedDataSource.createDataSource ( ) : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/BasicManagedDataSource.createDataSource:()Ljavax/sql/DataSource;]
BasicManagedDataSource.getJdbcDriver ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/BasicManagedDataSource.getJdbcDriver:()Ljava/lang/String;]
BasicManagedDataSource.getJdbcUrl ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/BasicManagedDataSource.getJdbcUrl:()Ljava/lang/String;]
BasicManagedDataSource.getParentLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/openejb/resource/jdbc/BasicManagedDataSource.getParentLogger:()Ljava/util/logging/Logger;]
BasicManagedDataSource.getPasswordCipher ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/BasicManagedDataSource.getPasswordCipher:()Ljava/lang/String;]
BasicManagedDataSource.getUserName ( ) : String
[run-time name: org/apache/openejb/resource/jdbc/BasicManagedDataSource.getUserName:()Ljava/lang/String;]
BasicManagedDataSource.setDefaultTransactionIsolation ( String s ) : void
[run-time name: org/apache/openejb/resource/jdbc/BasicManagedDataSource.setDefaultTransactionIsolation:(Ljava/lang/String;)V]
BasicManagedDataSource.setJdbcDriver ( String string ) : void
[run-time name: org/apache/openejb/resource/jdbc/BasicManagedDataSource.setJdbcDriver:(Ljava/lang/String;)V]
BasicManagedDataSource.setJdbcUrl ( String string ) : void
[run-time name: org/apache/openejb/resource/jdbc/BasicManagedDataSource.setJdbcUrl:(Ljava/lang/String;)V]
BasicManagedDataSource.setMaxWait ( int maxWait ) : void
[run-time name: org/apache/openejb/resource/jdbc/BasicManagedDataSource.setMaxWait:(I)V]
BasicManagedDataSource.setPasswordCipher ( String passwordCipher ) : void
[run-time name: org/apache/openejb/resource/jdbc/BasicManagedDataSource.setPasswordCipher:(Ljava/lang/String;)V]
BasicManagedDataSource.setUserName ( String string ) : void
[run-time name: org/apache/openejb/resource/jdbc/BasicManagedDataSource.setUserName:(Ljava/lang/String;)V]
BasicManagedDataSource.wrapTransactionManager ( ) : void
[run-time name: org/apache/openejb/resource/jdbc/BasicManagedDataSource.wrapTransactionManager:()V]
openejb-core-4.0.0.jar, CdiAppContextsService.class
package org.apache.openejb.cdi
CdiAppContextsService.CdiAppContextsService ( boolean supportsConversation )
[run-time name: org/apache/openejb/cdi/CdiAppContextsService."<init>":(Z)V]
openejb-core-4.0.0.jar, CdiPlugin.class
package org.apache.openejb.cdi
CdiPlugin.setAppContext ( org.apache.openejb.AppContext appContext ) : void
[run-time name: org/apache/openejb/cdi/CdiPlugin.setAppContext:(Lorg/apache/openejb/AppContext;)V]
openejb-core-4.0.0.jar, Content.class
package org.apache.openejb.config.sys
SaxOpenejb.Content.characters ( char[ ] ch, int start, int length ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.Content.characters:([CII)V]
SaxOpenejb.Content.endElement ( String uri, String localName, String qName ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.Content.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SaxOpenejb.Content.SaxOpenejb.Content ( SaxOpenejb p1 )
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.Content."<init>":(Lorg/apache/openejb/config/sys/SaxOpenejb;)V]
SaxOpenejb.Content.setValue ( String text ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.Content.setValue:(Ljava/lang/String;)V]
SaxOpenejb.Content.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.Content.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
openejb-core-4.0.0.jar, DataSourceFactory.class
package org.apache.openejb.resource.jdbc
DataSourceFactory.create ( boolean managed ) [static] : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/DataSourceFactory.create:(Z)Ljavax/sql/DataSource;]
DataSourceFactory.create ( boolean managed, Class impl, String definition ) [static] : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/DataSourceFactory.create:(ZLjava/lang/Class;Ljava/lang/String;)Ljavax/sql/DataSource;]
openejb-core-4.0.0.jar, DataSourcePlugin.class
package org.apache.openejb.resource.jdbc
DataSourcePlugin.configure ( org.apache.commons.dbcp.BasicDataSource p1 ) [abstract] : void
[run-time name: org/apache/openejb/resource/jdbc/DataSourcePlugin.configure:(Lorg/apache/commons/dbcp/BasicDataSource;)V]
DataSourcePlugin.enableUserDirHack ( ) [abstract] : boolean
[run-time name: org/apache/openejb/resource/jdbc/DataSourcePlugin.enableUserDirHack:()Z]
openejb-core-4.0.0.jar, DbcpDataSource.class
package org.apache.openejb.resource.jdbc
DataSourceFactory.DbcpDataSource.createConnectionFactory ( ) : org.apache.commons.dbcp.ConnectionFactory
[run-time name: org/apache/openejb/resource/jdbc/DataSourceFactory.DbcpDataSource.createConnectionFactory:()Lorg/apache/commons/dbcp/ConnectionFactory;]
DataSourceFactory.DbcpDataSource.DataSourceFactory.DbcpDataSource ( javax.sql.DataSource dataSource )
[run-time name: org/apache/openejb/resource/jdbc/DataSourceFactory.DbcpDataSource."<init>":(Ljavax/sql/DataSource;)V]
DataSourceFactory.DbcpDataSource.setJdbcUrl ( String url ) : void
[run-time name: org/apache/openejb/resource/jdbc/DataSourceFactory.DbcpDataSource.setJdbcUrl:(Ljava/lang/String;)V]
openejb-core-4.0.0.jar, DbcpManagedDataSource.class
package org.apache.openejb.resource.jdbc
DataSourceFactory.DbcpManagedDataSource.createConnectionFactory ( ) : org.apache.commons.dbcp.ConnectionFactory
[run-time name: org/apache/openejb/resource/jdbc/DataSourceFactory.DbcpManagedDataSource.createConnectionFactory:()Lorg/apache/commons/dbcp/ConnectionFactory;]
DataSourceFactory.DbcpManagedDataSource.DataSourceFactory.DbcpManagedDataSource ( javax.sql.DataSource dataSource )
[run-time name: org/apache/openejb/resource/jdbc/DataSourceFactory.DbcpManagedDataSource."<init>":(Ljavax/sql/DataSource;)V]
DataSourceFactory.DbcpManagedDataSource.setJdbcUrl ( String url ) : void
[run-time name: org/apache/openejb/resource/jdbc/DataSourceFactory.DbcpManagedDataSource.setJdbcUrl:(Ljava/lang/String;)V]
DataSourceFactory.DbcpManagedDataSource.setTransactionRegistry ( org.apache.commons.dbcp.managed.TransactionRegistry registry ) : void
[run-time name: org/apache/openejb/resource/jdbc/DataSourceFactory.DbcpManagedDataSource.setTransactionRegistry:(Lorg/apache/commons/dbcp/managed/TransactionRegistry;)V]
openejb-core-4.0.0.jar, DeploymentLoader.class
package org.apache.openejb.config
DeploymentLoader.getOpenEJBClassLoader ( java.net.URL url ) : ClassLoader
[run-time name: org/apache/openejb/config/DeploymentLoader.getOpenEJBClassLoader:(Ljava/net/URL;)Ljava/lang/ClassLoader;]
openejb-core-4.0.0.jar, DerbyDataSourcePlugin.class
package org.apache.openejb.resource.jdbc
DerbyDataSourcePlugin.configure ( org.apache.commons.dbcp.BasicDataSource dataSource ) : void
[run-time name: org/apache/openejb/resource/jdbc/DerbyDataSourcePlugin.configure:(Lorg/apache/commons/dbcp/BasicDataSource;)V]
DerbyDataSourcePlugin.DerbyDataSourcePlugin ( )
[run-time name: org/apache/openejb/resource/jdbc/DerbyDataSourcePlugin."<init>":()V]
DerbyDataSourcePlugin.enableUserDirHack ( ) : boolean
[run-time name: org/apache/openejb/resource/jdbc/DerbyDataSourcePlugin.enableUserDirHack:()Z]
openejb-core-4.0.0.jar, EjbModule.class
package org.apache.openejb.config
EjbModule.getRepositories ( ) : java.util.Set
[run-time name: org/apache/openejb/config/EjbModule.getRepositories:()Ljava/util/Set;]
openejb-core-4.0.0.jar, EjbObjectProxyHandler.class
package org.apache.openejb.core.ivm
EjbObjectProxyHandler.asynchronizedBusinessMethod ( Class interfce, reflect.Method method, Object[ ] args, Object proxy ) : Object
[run-time name: org/apache/openejb/core/ivm/EjbObjectProxyHandler.asynchronizedBusinessMethod:(Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
EjbObjectProxyHandler.synchronizedBusinessMethod ( Class interfce, reflect.Method method, Object[ ] args, Object proxy ) : Object
[run-time name: org/apache/openejb/core/ivm/EjbObjectProxyHandler.synchronizedBusinessMethod:(Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-4.0.0.jar, EjbTimerServiceImpl.class
package org.apache.openejb.core.timer
EjbTimerServiceImpl.getDefaultScheduler ( ) [static] : org.quartz.Scheduler
[run-time name: org/apache/openejb/core/timer/EjbTimerServiceImpl.getDefaultScheduler:()Lorg/quartz/Scheduler;]
openejb-core-4.0.0.jar, EntityManagerFactoryCallable.class
package org.apache.openejb.assembler.classic
EntityManagerFactoryCallable.EntityManagerFactoryCallable ( String persistenceProviderClassName, org.apache.openejb.persistence.PersistenceUnitInfoImpl unitInfo )
[run-time name: org/apache/openejb/assembler/classic/EntityManagerFactoryCallable."<init>":(Ljava/lang/String;Lorg/apache/openejb/persistence/PersistenceUnitInfoImpl;)V]
openejb-core-4.0.0.jar, EntityManagerFactoryThreadFactory.class
package org.apache.openejb.assembler.classic
EntityManagerFactoryThreadFactory.EntityManagerFactoryThreadFactory ( ClassLoader appClassLoader )
[run-time name: org/apache/openejb/assembler/classic/EntityManagerFactoryThreadFactory."<init>":(Ljava/lang/ClassLoader;)V]
EntityManagerFactoryThreadFactory.newThread ( Runnable r ) : Thread
[run-time name: org/apache/openejb/assembler/classic/EntityManagerFactoryThreadFactory.newThread:(Ljava/lang/Runnable;)Ljava/lang/Thread;]
openejb-core-4.0.0.jar, GeronimoTransactionManagerFactory.class
package org.apache.openejb.resource
GeronimoTransactionManagerFactory.create ( int defaultTransactionTimeoutSeconds, boolean txRecovery, byte[ ] tmId, String bufferClassName, int bufferSizeKb, boolean checksumEnabled, boolean adler32Checksum, int flushSleepTimeMilliseconds, String logFileDir, String logFileExt, String logFileName, int maxBlocksPerFile, int maxBuffers, int maxLogFiles, int minBuffers, int threadsWaitingForceThreshold ) [static] : org.apache.geronimo.transaction.manager.GeronimoTransactionManager
[run-time name: org/apache/openejb/resource/GeronimoTransactionManagerFactory.create:(IZ[BLjava/lang/String;IZZILjava/lang/String;Ljava/lang/String;Ljava/lang/String;IIIII)Lorg/apache/geronimo/transaction/manager/GeronimoTransactionManager;]
openejb-core-4.0.0.jar, HsqldbDataSourcePlugin.class
package org.apache.openejb.resource.jdbc
HsqldbDataSourcePlugin.configure ( org.apache.commons.dbcp.BasicDataSource dataSource ) : void
[run-time name: org/apache/openejb/resource/jdbc/HsqldbDataSourcePlugin.configure:(Lorg/apache/commons/dbcp/BasicDataSource;)V]
HsqldbDataSourcePlugin.enableUserDirHack ( ) : boolean
[run-time name: org/apache/openejb/resource/jdbc/HsqldbDataSourcePlugin.enableUserDirHack:()Z]
HsqldbDataSourcePlugin.HsqldbDataSourcePlugin ( )
[run-time name: org/apache/openejb/resource/jdbc/HsqldbDataSourcePlugin."<init>":()V]
HsqldbDataSourcePlugin.toAbsolutePath ( String url ) [static] : String
[run-time name: org/apache/openejb/resource/jdbc/HsqldbDataSourcePlugin.toAbsolutePath:(Ljava/lang/String;)Ljava/lang/String;]
openejb-core-4.0.0.jar, InstantdbDataSourcePlugin.class
package org.apache.openejb.resource.jdbc
InstantdbDataSourcePlugin.configure ( org.apache.commons.dbcp.BasicDataSource dataSource ) : void
[run-time name: org/apache/openejb/resource/jdbc/InstantdbDataSourcePlugin.configure:(Lorg/apache/commons/dbcp/BasicDataSource;)V]
InstantdbDataSourcePlugin.enableUserDirHack ( ) : boolean
[run-time name: org/apache/openejb/resource/jdbc/InstantdbDataSourcePlugin.enableUserDirHack:()Z]
InstantdbDataSourcePlugin.InstantdbDataSourcePlugin ( )
[run-time name: org/apache/openejb/resource/jdbc/InstantdbDataSourcePlugin."<init>":()V]
openejb-core-4.0.0.jar, InvocationHandler.class
package org.apache.openejb.util.proxy
InvocationHandler.getInvocationHandler ( ) [abstract] : InvocationHandler
[run-time name: org/apache/openejb/util/proxy/InvocationHandler.getInvocationHandler:()Lorg/apache/openejb/util/proxy/InvocationHandler;]
openejb-core-4.0.0.jar, Jdk13ProxyFactory.class
package org.apache.openejb.util.proxy
Jdk13ProxyFactory.getInvocationHandler ( Object proxy ) : InvocationHandler
[run-time name: org/apache/openejb/util/proxy/Jdk13ProxyFactory.getInvocationHandler:(Ljava/lang/Object;)Lorg/apache/openejb/util/proxy/InvocationHandler;]
Jdk13ProxyFactory.newProxyInstance ( Class interfce, InvocationHandler h ) : Object
[run-time name: org/apache/openejb/util/proxy/Jdk13ProxyFactory.newProxyInstance:(Ljava/lang/Class;Lorg/apache/openejb/util/proxy/InvocationHandler;)Ljava/lang/Object;]
Jdk13ProxyFactory.newProxyInstance ( Class[ ] interfaces, InvocationHandler handler ) : Object
[run-time name: org/apache/openejb/util/proxy/Jdk13ProxyFactory.newProxyInstance:([Ljava/lang/Class;Lorg/apache/openejb/util/proxy/InvocationHandler;)Ljava/lang/Object;]
openejb-core-4.0.0.jar, JMXDeployer.class
package org.apache.openejb.assembler
JMXDeployer.deploy ( String location ) : String
[run-time name: org/apache/openejb/assembler/JMXDeployer.deploy:(Ljava/lang/String;)Ljava/lang/String;]
JMXDeployer.getDeployedApplications ( ) : String[ ]
[run-time name: org/apache/openejb/assembler/JMXDeployer.getDeployedApplications:()[Ljava/lang/String;]
JMXDeployer.JMXDeployer ( )
[run-time name: org/apache/openejb/assembler/JMXDeployer."<init>":()V]
JMXDeployer.undeploy ( String moduleId ) : String
[run-time name: org/apache/openejb/assembler/JMXDeployer.undeploy:(Ljava/lang/String;)Ljava/lang/String;]
openejb-core-4.0.0.jar, JndiEncBuilder.class
package org.apache.openejb.assembler.classic
JndiEncBuilder.buildMap ( ) : java.util.Map
[run-time name: org/apache/openejb/assembler/classic/JndiEncBuilder.buildMap:()Ljava/util/Map;]
openejb-core-4.0.0.jar, LocalBeanProxyFactory.class
package org.apache.openejb.util.proxy
LocalBeanProxyFactory.getInvocationHandler ( Object proxy ) [static] : InvocationHandler
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyFactory.getInvocationHandler:(Ljava/lang/Object;)Lorg/apache/openejb/util/proxy/InvocationHandler;]
LocalBeanProxyFactory.newProxyInstance ( ClassLoader cl, Class interfce, reflect.InvocationHandler h ) [static] : Object
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyFactory.newProxyInstance:(Ljava/lang/ClassLoader;Ljava/lang/Class;Ljava/lang/reflect/InvocationHandler;)Ljava/lang/Object;]
openejb-core-4.0.0.jar, LocalBeanProxyGenerator.class
package org.apache.openejb.util.proxy
LocalBeanProxyGenerator.createProxy ( Class p1, ClassLoader p2 ) [abstract] : Class
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyGenerator.createProxy:(Ljava/lang/Class;Ljava/lang/ClassLoader;)Ljava/lang/Class;]
openejb-core-4.0.0.jar, LocalBeanProxyGeneratorImpl.class
package org.apache.openejb.util.proxy
LocalBeanProxyGeneratorImpl.createProxy ( Class clsToProxy, ClassLoader cl ) : Class
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyGeneratorImpl.createProxy:(Ljava/lang/Class;Ljava/lang/ClassLoader;)Ljava/lang/Class;]
LocalBeanProxyGeneratorImpl.getAsmTypeAsString ( Class parameterType, boolean wrap ) : String
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyGeneratorImpl.getAsmTypeAsString:(Ljava/lang/Class;Z)Ljava/lang/String;]
LocalBeanProxyGeneratorImpl.isLocalBean ( Class clazz ) [static] : boolean
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyGeneratorImpl.isLocalBean:(Ljava/lang/Class;)Z]
LocalBeanProxyGeneratorImpl.LocalBeanProxyGeneratorImpl ( )
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyGeneratorImpl."<init>":()V]
openejb-core-4.0.0.jar, MakeTxLookup.class
package org.apache.openejb.util
MakeTxLookup.main ( String[ ] args ) [static] : void
[run-time name: org/apache/openejb/util/MakeTxLookup.main:([Ljava/lang/String;)V]
MakeTxLookup.MakeTxLookup ( )
[run-time name: org/apache/openejb/util/MakeTxLookup."<init>":()V]
openejb-core-4.0.0.jar, ManagedDataSourceWithRecovery.class
package org.apache.openejb.resource.jdbc
ManagedDataSourceWithRecovery.ManagedDataSourceWithRecovery ( org.apache.openejb.resource.XAResourceWrapper xaResourceWrapper )
[run-time name: org/apache/openejb/resource/jdbc/ManagedDataSourceWithRecovery."<init>":(Lorg/apache/openejb/resource/XAResourceWrapper;)V]
ManagedDataSourceWithRecovery.setTransactionManager ( javax.transaction.TransactionManager transactionManager ) : void
[run-time name: org/apache/openejb/resource/jdbc/ManagedDataSourceWithRecovery.setTransactionManager:(Ljavax/transaction/TransactionManager;)V]
ManagedDataSourceWithRecovery.wrapTransactionManager ( ) : void
[run-time name: org/apache/openejb/resource/jdbc/ManagedDataSourceWithRecovery.wrapTransactionManager:()V]
openejb-core-4.0.0.jar, OpenEJBLifecycle.class
package org.apache.openejb.cdi
OpenEJBLifecycle.getLogger ( ) : org.apache.webbeans.logger.WebBeansLogger
[run-time name: org/apache/openejb/cdi/OpenEJBLifecycle.getLogger:()Lorg/apache/webbeans/logger/WebBeansLogger;]
openejb-core-4.0.0.jar, Parallel.class
package org.apache.openejb
Core.Parallel.Core.Parallel ( )
[run-time name: org/apache/openejb/Core.Parallel."<init>":()V]
Core.Parallel.exec ( Runnable[ ] runnables ) [static] : void
[run-time name: org/apache/openejb/Core.Parallel.exec:([Ljava/lang/Runnable;)V]
openejb-core-4.0.0.jar, PasswordCipher.class
package org.apache.openejb.resource.jdbc
PasswordCipher.decrypt ( char[ ] p1 ) [abstract] : String
[run-time name: org/apache/openejb/resource/jdbc/PasswordCipher.decrypt:([C)Ljava/lang/String;]
PasswordCipher.encrypt ( String p1 ) [abstract] : char[ ]
[run-time name: org/apache/openejb/resource/jdbc/PasswordCipher.encrypt:(Ljava/lang/String;)[C]
openejb-core-4.0.0.jar, PersistenceBuilder.class
package org.apache.openejb.assembler.classic
PersistenceBuilder.createEmf ( ClassLoader classLoader, java.util.concurrent.Callable callable ) [static] : javax.persistence.EntityManagerFactory
[run-time name: org/apache/openejb/assembler/classic/PersistenceBuilder.createEmf:(Ljava/lang/ClassLoader;Ljava/util/concurrent/Callable;)Ljavax/persistence/EntityManagerFactory;]
openejb-core-4.0.0.jar, PlainTextPasswordCipher.class
package org.apache.openejb.resource.jdbc
PlainTextPasswordCipher.decrypt ( char[ ] encryptedPassword ) : String
[run-time name: org/apache/openejb/resource/jdbc/PlainTextPasswordCipher.decrypt:([C)Ljava/lang/String;]
PlainTextPasswordCipher.encrypt ( String plainPassword ) : char[ ]
[run-time name: org/apache/openejb/resource/jdbc/PlainTextPasswordCipher.encrypt:(Ljava/lang/String;)[C]
PlainTextPasswordCipher.PlainTextPasswordCipher ( )
[run-time name: org/apache/openejb/resource/jdbc/PlainTextPasswordCipher."<init>":()V]
openejb-core-4.0.0.jar, PortAddressRegistry.class
package org.apache.openejb.core.webservices
PortAddressRegistry.removePort ( String p1, javax.xml.namespace.QName p2, String p3 ) [abstract] : void
[run-time name: org/apache/openejb/core/webservices/PortAddressRegistry.removePort:(Ljava/lang/String;Ljavax/xml/namespace/QName;Ljava/lang/String;)V]
openejb-core-4.0.0.jar, PortAddressRegistryImpl.class
package org.apache.openejb.core.webservices
PortAddressRegistryImpl.removePort ( String serviceId, javax.xml.namespace.QName serviceQName, String portId ) : void
[run-time name: org/apache/openejb/core/webservices/PortAddressRegistryImpl.removePort:(Ljava/lang/String;Ljavax/xml/namespace/QName;Ljava/lang/String;)V]
openejb-core-4.0.0.jar, PortData.class
package org.apache.openejb.core.webservices
PortData.getSecurityProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/core/webservices/PortData.getSecurityProperties:()Ljava/util/Properties;]
PortData.setSecurityProperties ( java.util.Properties securityProperties ) : void
[run-time name: org/apache/openejb/core/webservices/PortData.setSecurityProperties:(Ljava/util/Properties;)V]
openejb-core-4.0.0.jar, PrivilegedActionForClass.class
package org.apache.openejb.cdi
ManagedSecurityService.PrivilegedActionForClass.ManagedSecurityService.PrivilegedActionForClass ( Class clazz, Object parameters, int method )
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.PrivilegedActionForClass."<init>":(Ljava/lang/Class;Ljava/lang/Object;I)V]
ManagedSecurityService.PrivilegedActionForClass.run ( ) : Object
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.PrivilegedActionForClass.run:()Ljava/lang/Object;]
openejb-core-4.0.0.jar, PrivilegedActionForIsAccessible.class
package org.apache.openejb.cdi
ManagedSecurityService.PrivilegedActionForIsAccessible.ManagedSecurityService.PrivilegedActionForIsAccessible ( reflect.AccessibleObject object )
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.PrivilegedActionForIsAccessible."<init>":(Ljava/lang/reflect/AccessibleObject;)V]
ManagedSecurityService.PrivilegedActionForIsAccessible.run ( ) : Object
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.PrivilegedActionForIsAccessible.run:()Ljava/lang/Object;]
openejb-core-4.0.0.jar, PrivilegedActionForObjectCreation.class
package org.apache.openejb.cdi
ManagedSecurityService.PrivilegedActionForObjectCreation.ManagedSecurityService.PrivilegedActionForObjectCreation ( Class clazz )
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.PrivilegedActionForObjectCreation."<init>":(Ljava/lang/Class;)V]
ManagedSecurityService.PrivilegedActionForObjectCreation.run ( ) : Object
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.PrivilegedActionForObjectCreation.run:()Ljava/lang/Object;]
openejb-core-4.0.0.jar, PrivilegedActionForProperty.class
package org.apache.openejb.cdi
ManagedSecurityService.PrivilegedActionForProperty.ManagedSecurityService.PrivilegedActionForProperty ( String propertyName, String defaultValue )
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.PrivilegedActionForProperty."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
ManagedSecurityService.PrivilegedActionForProperty.run ( ) : Object
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.PrivilegedActionForProperty.run:()Ljava/lang/Object;]
ManagedSecurityService.PrivilegedActionForProperty.run ( ) : String
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.PrivilegedActionForProperty.run:()Ljava/lang/String;]
openejb-core-4.0.0.jar, PrivilegedActionForSetAccessible.class
package org.apache.openejb.cdi
ManagedSecurityService.PrivilegedActionForSetAccessible.ManagedSecurityService.PrivilegedActionForSetAccessible ( reflect.AccessibleObject object, boolean flag )
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.PrivilegedActionForSetAccessible."<init>":(Ljava/lang/reflect/AccessibleObject;Z)V]
ManagedSecurityService.PrivilegedActionForSetAccessible.run ( ) : Object
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.PrivilegedActionForSetAccessible.run:()Ljava/lang/Object;]
openejb-core-4.0.0.jar, PrivilegedActionForSetProperty.class
package org.apache.openejb.cdi
ManagedSecurityService.PrivilegedActionForSetProperty.ManagedSecurityService.PrivilegedActionForSetProperty ( String propertyName, String value )
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.PrivilegedActionForSetProperty."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
ManagedSecurityService.PrivilegedActionForSetProperty.run ( ) : Object
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.PrivilegedActionForSetProperty.run:()Ljava/lang/Object;]
ManagedSecurityService.PrivilegedActionForSetProperty.run ( ) : String
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.PrivilegedActionForSetProperty.run:()Ljava/lang/String;]
openejb-core-4.0.0.jar, PrivilegedActionGetSystemProperties.class
package org.apache.openejb.cdi
ManagedSecurityService.PrivilegedActionGetSystemProperties.ManagedSecurityService.PrivilegedActionGetSystemProperties ( )
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.PrivilegedActionGetSystemProperties."<init>":()V]
ManagedSecurityService.PrivilegedActionGetSystemProperties.run ( ) : java.util.Properties
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.PrivilegedActionGetSystemProperties.run:()Ljava/util/Properties;]
ManagedSecurityService.PrivilegedActionGetSystemProperties.run ( ) : Object
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.PrivilegedActionGetSystemProperties.run:()Ljava/lang/Object;]
openejb-core-4.0.0.jar, ProxyFactory.class
package org.apache.openejb.util.proxy
ProxyFactory.getInvocationHandler ( Object p1 ) [abstract] : InvocationHandler
[run-time name: org/apache/openejb/util/proxy/ProxyFactory.getInvocationHandler:(Ljava/lang/Object;)Lorg/apache/openejb/util/proxy/InvocationHandler;]
ProxyFactory.newProxyInstance ( Class p1, InvocationHandler p2 ) [abstract] : Object
[run-time name: org/apache/openejb/util/proxy/ProxyFactory.newProxyInstance:(Ljava/lang/Class;Lorg/apache/openejb/util/proxy/InvocationHandler;)Ljava/lang/Object;]
ProxyFactory.newProxyInstance ( Class[ ] p1, InvocationHandler p2 ) [abstract] : Object
[run-time name: org/apache/openejb/util/proxy/ProxyFactory.newProxyInstance:([Ljava/lang/Class;Lorg/apache/openejb/util/proxy/InvocationHandler;)Ljava/lang/Object;]
openejb-core-4.0.0.jar, ProxyManager.class
package org.apache.openejb.util.proxy
ProxyManager.getInvocationHandler ( Object proxy ) [static] : InvocationHandler
[run-time name: org/apache/openejb/util/proxy/ProxyManager.getInvocationHandler:(Ljava/lang/Object;)Lorg/apache/openejb/util/proxy/InvocationHandler;]
ProxyManager.newProxyInstance ( Class interfaceType, InvocationHandler h ) [static] : Object
[run-time name: org/apache/openejb/util/proxy/ProxyManager.newProxyInstance:(Ljava/lang/Class;Lorg/apache/openejb/util/proxy/InvocationHandler;)Ljava/lang/Object;]
ProxyManager.newProxyInstance ( Class[ ] interfaces, InvocationHandler h ) [static] : Object
[run-time name: org/apache/openejb/util/proxy/ProxyManager.newProxyInstance:([Ljava/lang/Class;Lorg/apache/openejb/util/proxy/InvocationHandler;)Ljava/lang/Object;]
openejb-core-4.0.0.jar, QueryProxy.class
package org.apache.openejb.util.proxy
QueryProxy.getInvocationHandler ( ) : InvocationHandler
[run-time name: org/apache/openejb/util/proxy/QueryProxy.getInvocationHandler:()Lorg/apache/openejb/util/proxy/InvocationHandler;]
openejb-core-4.0.0.jar, ReadDescriptors.class
package org.apache.openejb.config
ReadDescriptors.readBeans ( java.net.URL url ) [static] : org.apache.openejb.jee.Beans
[run-time name: org/apache/openejb/config/ReadDescriptors.readBeans:(Ljava/net/URL;)Lorg/apache/openejb/jee/Beans;]
ReadDescriptors.readEjbJar ( java.net.URL url ) [static] : org.apache.openejb.jee.EjbJar
[run-time name: org/apache/openejb/config/ReadDescriptors.readEjbJar:(Ljava/net/URL;)Lorg/apache/openejb/jee/EjbJar;]
openejb-core-4.0.0.jar, ReflectionUtil.class
package org.apache.openejb.util.reflection
ReflectionUtil.set ( Object notNullInstance, String fieldName, Object value ) [static] : void
[run-time name: org/apache/openejb/util/reflection/ReflectionUtil.set:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V]
openejb-core-4.0.0.jar, ReloadableEntityManagerFactory.class
package org.apache.openejb.assembler.classic
ReloadableEntityManagerFactory.ReloadableEntityManagerFactory ( ClassLoader cl, javax.persistence.EntityManagerFactory emf, EntityManagerFactoryCallable callable )
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory."<init>":(Ljava/lang/ClassLoader;Ljavax/persistence/EntityManagerFactory;Lorg/apache/openejb/assembler/classic/EntityManagerFactoryCallable;)V]
openejb-core-4.0.0.jar, ResourceElement.class
package org.apache.openejb.config.sys
SaxOpenejb.ResourceElement.endElement ( String uri, String localName, String qName ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.ResourceElement.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SaxOpenejb.ResourceElement.SaxOpenejb.ResourceElement ( SaxOpenejb p1 )
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.ResourceElement."<init>":(Lorg/apache/openejb/config/sys/SaxOpenejb;)V]
SaxOpenejb.ResourceElement.setValue ( String x0 ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.ResourceElement.setValue:(Ljava/lang/String;)V]
SaxOpenejb.ResourceElement.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.ResourceElement.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
openejb-core-4.0.0.jar, Resources.class
package org.apache.openejb.config.sys
Resources.getConnectionManager ( ) : ConnectionManager
[run-time name: org/apache/openejb/config/sys/Resources.getConnectionManager:()Lorg/apache/openejb/config/sys/ConnectionManager;]
Resources.getContainer ( ) : java.util.List
[run-time name: org/apache/openejb/config/sys/Resources.getContainer:()Ljava/util/List;]
Resources.getJndiProvider ( ) : java.util.List
[run-time name: org/apache/openejb/config/sys/Resources.getJndiProvider:()Ljava/util/List;]
Resources.setConnectionManager ( ConnectionManager value ) : void
[run-time name: org/apache/openejb/config/sys/Resources.setConnectionManager:(Lorg/apache/openejb/config/sys/ConnectionManager;)V]
openejb-core-4.0.0.jar, RoutedDataSource.class
package org.apache.openejb.resource.jdbc
RoutedDataSource.getDelegate ( ) : Router
[run-time name: org/apache/openejb/resource/jdbc/RoutedDataSource.getDelegate:()Lorg/apache/openejb/resource/jdbc/Router;]
openejb-core-4.0.0.jar, Router.class
package org.apache.openejb.resource.jdbc
Router.getDataSource ( ) [abstract] : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/Router.getDataSource:()Ljavax/sql/DataSource;]
openejb-core-4.0.0.jar, ServiceUtils.class
package org.apache.openejb.config
ServiceUtils.getServiceProviderByType ( String type ) [static] : sys.ServiceProvider
[run-time name: org/apache/openejb/config/ServiceUtils.getServiceProviderByType:(Ljava/lang/String;)Lorg/apache/openejb/config/sys/ServiceProvider;]
ServiceUtils.loadProperties ( String pFile ) [static] : java.util.Properties
[run-time name: org/apache/openejb/config/ServiceUtils.loadProperties:(Ljava/lang/String;)Ljava/util/Properties;]
ServiceUtils.loadProperties ( String propertiesFile, java.util.Properties defaults ) [static] : java.util.Properties
[run-time name: org/apache/openejb/config/ServiceUtils.loadProperties:(Ljava/lang/String;Ljava/util/Properties;)Ljava/util/Properties;]
openejb-core-4.0.0.jar, SingleLineFormatter.class
package org.apache.openejb.util
SingleLineFormatter.format ( java.util.logging.LogRecord record ) : String
[run-time name: org/apache/openejb/util/SingleLineFormatter.format:(Ljava/util/logging/LogRecord;)Ljava/lang/String;]
SingleLineFormatter.SingleLineFormatter ( )
[run-time name: org/apache/openejb/util/SingleLineFormatter."<init>":()V]
openejb-core-4.0.0.jar, Source.class
package org.apache.openejb.config
ReadDescriptors.Source.ReadDescriptors.Source ( )
[run-time name: org/apache/openejb/config/ReadDescriptors.Source."<init>":()V]
openejb-core-4.0.0.jar, StaticDESPasswordCipher.class
package org.apache.openejb.resource.jdbc
StaticDESPasswordCipher.decrypt ( char[ ] encodedPassword ) : String
[run-time name: org/apache/openejb/resource/jdbc/StaticDESPasswordCipher.decrypt:([C)Ljava/lang/String;]
StaticDESPasswordCipher.encrypt ( String plainPassword ) : char[ ]
[run-time name: org/apache/openejb/resource/jdbc/StaticDESPasswordCipher.encrypt:(Ljava/lang/String;)[C]
StaticDESPasswordCipher.StaticDESPasswordCipher ( )
[run-time name: org/apache/openejb/resource/jdbc/StaticDESPasswordCipher."<init>":()V]
openejb-core-4.0.0.jar, ThreadSingletonServiceImpl.class
package org.apache.openejb.cdi
ThreadSingletonServiceImpl.get ( ) [static] : org.apache.webbeans.config.WebBeansContext
[run-time name: org/apache/openejb/cdi/ThreadSingletonServiceImpl.get:()Lorg/apache/webbeans/config/WebBeansContext;]
openejb-core-4.0.0.jar, UpdateChecker.class
package org.apache.openejb.util
UpdateChecker.isSkipped ( ) [static] : boolean
[run-time name: org/apache/openejb/util/UpdateChecker.isSkipped:()Z]
UpdateChecker.main ( String[ ] args ) [static] : void
[run-time name: org/apache/openejb/util/UpdateChecker.main:([Ljava/lang/String;)V]
UpdateChecker.run ( ) : void
[run-time name: org/apache/openejb/util/UpdateChecker.run:()V]
openejb-cxf-4.0.0.jar, ConfigureCxfSecurity.class
package org.apache.openejb.server.cxf
ConfigureCxfSecurity.configure ( org.apache.cxf.endpoint.Endpoint endpoint, java.util.Properties p ) [static] : void
[run-time name: org/apache/openejb/server/cxf/ConfigureCxfSecurity.configure:(Lorg/apache/cxf/endpoint/Endpoint;Ljava/util/Properties;)V]
openejb-cxf-4.0.0.jar, CxfEndpoint.class
package org.apache.openejb.server.cxf
CxfEndpoint.CxfEndpoint ( org.apache.cxf.Bus bus, org.apache.openejb.core.webservices.PortData port, javax.naming.Context context, Object implementor, org.apache.cxf.transport.http.HTTPTransportFactory httpTransportFactory )
[run-time name: org/apache/openejb/server/cxf/CxfEndpoint."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/openejb/core/webservices/PortData;Ljavax/naming/Context;Ljava/lang/Object;Lorg/apache/cxf/transport/http/HTTPTransportFactory;)V]
openejb-cxf-4.0.0.jar, CxfService.class
package org.apache.openejb.server.cxf
CxfService.createEjbWsContainer ( java.net.URL moduleBaseUrl, org.apache.openejb.core.webservices.PortData port, org.apache.openejb.BeanContext beanContext ) : org.apache.openejb.server.httpd.HttpListener
[run-time name: org/apache/openejb/server/cxf/CxfService.createEjbWsContainer:(Ljava/net/URL;Lorg/apache/openejb/core/webservices/PortData;Lorg/apache/openejb/BeanContext;)Lorg/apache/openejb/server/httpd/HttpListener;]
CxfService.createPojoWsContainer ( java.net.URL moduleBaseUrl, org.apache.openejb.core.webservices.PortData port, String serviceId, Class target, javax.naming.Context context, String contextRoot ) : org.apache.openejb.server.httpd.HttpListener
[run-time name: org/apache/openejb/server/cxf/CxfService.createPojoWsContainer:(Ljava/net/URL;Lorg/apache/openejb/core/webservices/PortData;Ljava/lang/String;Ljava/lang/Class;Ljavax/naming/Context;Ljava/lang/String;)Lorg/apache/openejb/server/httpd/HttpListener;]
openejb-cxf-4.0.0.jar, CxfWsContainer.class
package org.apache.openejb.server.cxf
CxfWsContainer.CxfWsContainer ( org.apache.cxf.Bus bus, org.apache.openejb.core.webservices.PortData port )
[run-time name: org/apache/openejb/server/cxf/CxfWsContainer."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/openejb/core/webservices/PortData;)V]
openejb-cxf-4.0.0.jar, EjbEndpoint.class
package org.apache.openejb.server.cxf.ejb
EjbEndpoint.EjbEndpoint ( org.apache.cxf.Bus bus, org.apache.openejb.core.webservices.PortData portData, org.apache.openejb.BeanContext beanContext, org.apache.cxf.transport.http.HTTPTransportFactory httpTransportFactory )
[run-time name: org/apache/openejb/server/cxf/ejb/EjbEndpoint."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/openejb/core/webservices/PortData;Lorg/apache/openejb/BeanContext;Lorg/apache/cxf/transport/http/HTTPTransportFactory;)V]
openejb-cxf-4.0.0.jar, EjbWsContainer.class
package org.apache.openejb.server.cxf.ejb
EjbWsContainer.EjbWsContainer ( org.apache.cxf.Bus bus, org.apache.openejb.core.webservices.PortData port, org.apache.openejb.BeanContext beanContext )
[run-time name: org/apache/openejb/server/cxf/ejb/EjbWsContainer."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/openejb/core/webservices/PortData;Lorg/apache/openejb/BeanContext;)V]
openejb-cxf-4.0.0.jar, PojoEndpoint.class
package org.apache.openejb.server.cxf.pojo
PojoEndpoint.PojoEndpoint ( org.apache.cxf.Bus bus, org.apache.openejb.core.webservices.PortData port, javax.naming.Context context, Class instance, org.apache.cxf.transport.http.HTTPTransportFactory httpTransportFactory )
[run-time name: org/apache/openejb/server/cxf/pojo/PojoEndpoint."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/openejb/core/webservices/PortData;Ljavax/naming/Context;Ljava/lang/Class;Lorg/apache/cxf/transport/http/HTTPTransportFactory;)V]
openejb-cxf-4.0.0.jar, PojoWsContainer.class
package org.apache.openejb.server.cxf.pojo
PojoWsContainer.PojoWsContainer ( org.apache.cxf.Bus bus, org.apache.openejb.core.webservices.PortData port, javax.naming.Context context, Class target )
[run-time name: org/apache/openejb/server/cxf/pojo/PojoWsContainer."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/openejb/core/webservices/PortData;Ljavax/naming/Context;Ljava/lang/Class;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractAegisIoImpl.class
package org.apache.cxf.aegis
AbstractAegisIoImpl.AbstractAegisIoImpl ( AegisContext globalContext )
[run-time name: org/apache/cxf/aegis/AbstractAegisIoImpl."<init>":(Lorg/apache/cxf/aegis/AegisContext;)V]
AbstractAegisIoImpl.AbstractAegisIoImpl ( AegisContext globalContext, Context context )
[run-time name: org/apache/cxf/aegis/AbstractAegisIoImpl."<init>":(Lorg/apache/cxf/aegis/AegisContext;Lorg/apache/cxf/aegis/Context;)V]
AbstractAegisIoImpl.getContext ( ) : Context
[run-time name: org/apache/cxf/aegis/AbstractAegisIoImpl.getContext:()Lorg/apache/cxf/aegis/Context;]
AbstractAegisIoImpl.setProperty ( String prop, Object value ) : void
[run-time name: org/apache/cxf/aegis/AbstractAegisIoImpl.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
AbstractAegisIoImpl.setSchema ( javax.xml.validation.Schema s ) : void
[run-time name: org/apache/cxf/aegis/AbstractAegisIoImpl.setSchema:(Ljavax/xml/validation/Schema;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractAegisProvider.class
package org.apache.cxf.jaxrs.provider
AbstractAegisProvider.AbstractAegisProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/AbstractAegisProvider."<init>":()V]
AbstractAegisProvider.getAegisContext ( Class plainClass, reflect.Type genericType ) : org.apache.cxf.aegis.AegisContext
[run-time name: org/apache/cxf/jaxrs/provider/AbstractAegisProvider.getAegisContext:(Ljava/lang/Class;Ljava/lang/reflect/Type;)Lorg/apache/cxf/aegis/AegisContext;]
AbstractAegisProvider.getSize ( Object o, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : long
[run-time name: org/apache/cxf/jaxrs/provider/AbstractAegisProvider.getSize:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J]
AbstractAegisProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/AbstractAegisProvider.isReadable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
AbstractAegisProvider.isSupported ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/AbstractAegisProvider.isSupported:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;)Z]
AbstractAegisProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/AbstractAegisProvider.isWriteable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
AbstractAegisProvider.setReadXsiType ( boolean read ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractAegisProvider.setReadXsiType:(Z)V]
AbstractAegisProvider.setWriteXsiType ( boolean write ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractAegisProvider.setWriteXsiType:(Z)V]
openejb-cxf-bundle-2.5.2.jar, AbstractAnnotationVisitor.class
package org.apache.cxf.common.annotation
AbstractAnnotationVisitor.AbstractAnnotationVisitor ( Class ann )
[run-time name: org/apache/cxf/common/annotation/AbstractAnnotationVisitor."<init>":(Ljava/lang/Class;)V]
AbstractAnnotationVisitor.AbstractAnnotationVisitor ( java.util.List ann )
[run-time name: org/apache/cxf/common/annotation/AbstractAnnotationVisitor."<init>":(Ljava/util/List;)V]
AbstractAnnotationVisitor.addTargetAnnotation ( Class ann ) : void
[run-time name: org/apache/cxf/common/annotation/AbstractAnnotationVisitor.addTargetAnnotation:(Ljava/lang/Class;)V]
AbstractAnnotationVisitor.getTarget ( ) : Object
[run-time name: org/apache/cxf/common/annotation/AbstractAnnotationVisitor.getTarget:()Ljava/lang/Object;]
AbstractAnnotationVisitor.getTargetAnnotations ( ) : java.util.List
[run-time name: org/apache/cxf/common/annotation/AbstractAnnotationVisitor.getTargetAnnotations:()Ljava/util/List;]
AbstractAnnotationVisitor.getTargetClass ( ) : Class
[run-time name: org/apache/cxf/common/annotation/AbstractAnnotationVisitor.getTargetClass:()Ljava/lang/Class;]
AbstractAnnotationVisitor.setTarget ( Object object ) : void
[run-time name: org/apache/cxf/common/annotation/AbstractAnnotationVisitor.setTarget:(Ljava/lang/Object;)V]
AbstractAnnotationVisitor.setTarget ( Object object, Class cls ) : void
[run-time name: org/apache/cxf/common/annotation/AbstractAnnotationVisitor.setTarget:(Ljava/lang/Object;Ljava/lang/Class;)V]
AbstractAnnotationVisitor.visitClass ( Class clz, annotation.Annotation annotation ) : void
[run-time name: org/apache/cxf/common/annotation/AbstractAnnotationVisitor.visitClass:(Ljava/lang/Class;Ljava/lang/annotation/Annotation;)V]
AbstractAnnotationVisitor.visitField ( reflect.Field field, annotation.Annotation annotation ) : void
[run-time name: org/apache/cxf/common/annotation/AbstractAnnotationVisitor.visitField:(Ljava/lang/reflect/Field;Ljava/lang/annotation/Annotation;)V]
AbstractAnnotationVisitor.visitMethod ( reflect.Method method, annotation.Annotation annotation ) : void
[run-time name: org/apache/cxf/common/annotation/AbstractAnnotationVisitor.visitMethod:(Ljava/lang/reflect/Method;Ljava/lang/annotation/Annotation;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractAtomElementBuilder.class
package org.apache.cxf.jaxrs.ext.atom
AbstractAtomElementBuilder.AbstractAtomElementBuilder ( )
[run-time name: org/apache/cxf/jaxrs/ext/atom/AbstractAtomElementBuilder."<init>":()V]
AbstractAtomElementBuilder.getAuthor ( Object pojo ) : String
[run-time name: org/apache/cxf/jaxrs/ext/atom/AbstractAtomElementBuilder.getAuthor:(Ljava/lang/Object;)Ljava/lang/String;]
AbstractAtomElementBuilder.getBaseUri ( Object pojo ) : String
[run-time name: org/apache/cxf/jaxrs/ext/atom/AbstractAtomElementBuilder.getBaseUri:(Ljava/lang/Object;)Ljava/lang/String;]
AbstractAtomElementBuilder.getCategories ( Object pojo ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/ext/atom/AbstractAtomElementBuilder.getCategories:(Ljava/lang/Object;)Ljava/util/List;]
AbstractAtomElementBuilder.getId ( Object pojo ) : String
[run-time name: org/apache/cxf/jaxrs/ext/atom/AbstractAtomElementBuilder.getId:(Ljava/lang/Object;)Ljava/lang/String;]
AbstractAtomElementBuilder.getLinks ( Object pojo ) : java.util.Map
[run-time name: org/apache/cxf/jaxrs/ext/atom/AbstractAtomElementBuilder.getLinks:(Ljava/lang/Object;)Ljava/util/Map;]
AbstractAtomElementBuilder.getMessageContext ( ) : org.apache.cxf.jaxrs.ext.MessageContext
[run-time name: org/apache/cxf/jaxrs/ext/atom/AbstractAtomElementBuilder.getMessageContext:()Lorg/apache/cxf/jaxrs/ext/MessageContext;]
AbstractAtomElementBuilder.getTitle ( Object pojo ) : String
[run-time name: org/apache/cxf/jaxrs/ext/atom/AbstractAtomElementBuilder.getTitle:(Ljava/lang/Object;)Ljava/lang/String;]
AbstractAtomElementBuilder.getUpdated ( Object pojo ) : String
[run-time name: org/apache/cxf/jaxrs/ext/atom/AbstractAtomElementBuilder.getUpdated:(Ljava/lang/Object;)Ljava/lang/String;]
AbstractAtomElementBuilder.setMessageContext ( org.apache.cxf.jaxrs.ext.MessageContext context ) : void
[run-time name: org/apache/cxf/jaxrs/ext/atom/AbstractAtomElementBuilder.setMessageContext:(Lorg/apache/cxf/jaxrs/ext/MessageContext;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractAtomProvider.class
package org.apache.cxf.jaxrs.provider
AbstractAtomProvider.AbstractAtomProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/AbstractAtomProvider."<init>":()V]
AbstractAtomProvider.getSize ( Object x0, Class x1, reflect.Type x2, annotation.Annotation[ ] x3, javax.ws.rs.core.MediaType x4 ) : long
[run-time name: org/apache/cxf/jaxrs/provider/AbstractAtomProvider.getSize:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J]
AbstractAtomProvider.getSize ( org.apache.abdera.model.Element element, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : long
[run-time name: org/apache/cxf/jaxrs/provider/AbstractAtomProvider.getSize:(Lorg/apache/abdera/model/Element;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J]
AbstractAtomProvider.readFrom ( Class clazz, reflect.Type t, annotation.Annotation[ ] a, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is ) : org.apache.abdera.model.Element
[run-time name: org/apache/cxf/jaxrs/provider/AbstractAtomProvider.readFrom:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Lorg/apache/abdera/model/Element;]
AbstractAtomProvider.readFrom ( Class x0, reflect.Type x1, annotation.Annotation[ ] x2, javax.ws.rs.core.MediaType x3, javax.ws.rs.core.MultivaluedMap x4, java.io.InputStream x5 ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/AbstractAtomProvider.readFrom:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Ljava/lang/Object;]
AbstractAtomProvider.setFormattedOutput ( boolean formattedOutput ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractAtomProvider.setFormattedOutput:(Z)V]
AbstractAtomProvider.writeTo ( Object x0, Class x1, reflect.Type x2, annotation.Annotation[ ] x3, javax.ws.rs.core.MediaType x4, javax.ws.rs.core.MultivaluedMap x5, java.io.OutputStream x6 ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractAtomProvider.writeTo:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V]
AbstractAtomProvider.writeTo ( org.apache.abdera.model.Element element, Class clazz, reflect.Type type, annotation.Annotation[ ] a, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractAtomProvider.writeTo:(Lorg/apache/abdera/model/Element;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractAttributedInterceptorProvider.class
package org.apache.cxf.interceptor
AbstractAttributedInterceptorProvider.AbstractAttributedInterceptorProvider ( )
[run-time name: org/apache/cxf/interceptor/AbstractAttributedInterceptorProvider."<init>":()V]
AbstractAttributedInterceptorProvider.equals ( Object o ) : boolean
[run-time name: org/apache/cxf/interceptor/AbstractAttributedInterceptorProvider.equals:(Ljava/lang/Object;)Z]
AbstractAttributedInterceptorProvider.getInFaultInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/interceptor/AbstractAttributedInterceptorProvider.getInFaultInterceptors:()Ljava/util/List;]
AbstractAttributedInterceptorProvider.getInInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/interceptor/AbstractAttributedInterceptorProvider.getInInterceptors:()Ljava/util/List;]
AbstractAttributedInterceptorProvider.getOutFaultInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/interceptor/AbstractAttributedInterceptorProvider.getOutFaultInterceptors:()Ljava/util/List;]
AbstractAttributedInterceptorProvider.getOutInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/interceptor/AbstractAttributedInterceptorProvider.getOutInterceptors:()Ljava/util/List;]
AbstractAttributedInterceptorProvider.hashCode ( ) : int
[run-time name: org/apache/cxf/interceptor/AbstractAttributedInterceptorProvider.hashCode:()I]
AbstractAttributedInterceptorProvider.setInFaultInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/interceptor/AbstractAttributedInterceptorProvider.setInFaultInterceptors:(Ljava/util/List;)V]
AbstractAttributedInterceptorProvider.setInInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/interceptor/AbstractAttributedInterceptorProvider.setInInterceptors:(Ljava/util/List;)V]
AbstractAttributedInterceptorProvider.setOutFaultInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/interceptor/AbstractAttributedInterceptorProvider.setOutFaultInterceptors:(Ljava/util/List;)V]
AbstractAttributedInterceptorProvider.setOutInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/interceptor/AbstractAttributedInterceptorProvider.setOutInterceptors:(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractAuthorizingInInterceptor.class
package org.apache.cxf.interceptor.security
AbstractAuthorizingInInterceptor.AbstractAuthorizingInInterceptor ( )
[run-time name: org/apache/cxf/interceptor/security/AbstractAuthorizingInInterceptor."<init>":()V]
AbstractAuthorizingInInterceptor.authorize ( org.apache.cxf.security.SecurityContext sc, reflect.Method method ) : boolean
[run-time name: org/apache/cxf/interceptor/security/AbstractAuthorizingInInterceptor.authorize:(Lorg/apache/cxf/security/SecurityContext;Ljava/lang/reflect/Method;)Z]
AbstractAuthorizingInInterceptor.getDenyRoles ( reflect.Method method ) : java.util.List
[run-time name: org/apache/cxf/interceptor/security/AbstractAuthorizingInInterceptor.getDenyRoles:(Ljava/lang/reflect/Method;)Ljava/util/List;]
AbstractAuthorizingInInterceptor.getExpectedRoles ( reflect.Method p1 ) [abstract] : java.util.List
[run-time name: org/apache/cxf/interceptor/security/AbstractAuthorizingInInterceptor.getExpectedRoles:(Ljava/lang/reflect/Method;)Ljava/util/List;]
AbstractAuthorizingInInterceptor.getTargetMethod ( org.apache.cxf.message.Message m ) : reflect.Method
[run-time name: org/apache/cxf/interceptor/security/AbstractAuthorizingInInterceptor.getTargetMethod:(Lorg/apache/cxf/message/Message;)Ljava/lang/reflect/Method;]
AbstractAuthorizingInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/security/AbstractAuthorizingInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
AbstractAuthorizingInInterceptor.isUserInRole ( org.apache.cxf.security.SecurityContext sc, java.util.List roles, boolean deny ) : boolean
[run-time name: org/apache/cxf/interceptor/security/AbstractAuthorizingInInterceptor.isUserInRole:(Lorg/apache/cxf/security/SecurityContext;Ljava/util/List;Z)Z]
openejb-cxf-bundle-2.5.2.jar, AbstractBackChannelConduit.class
package org.apache.cxf.transport
AbstractDestination.AbstractBackChannelConduit.AbstractDestination.AbstractBackChannelConduit ( AbstractDestination p1 )
[run-time name: org/apache/cxf/transport/AbstractDestination.AbstractBackChannelConduit."<init>":(Lorg/apache/cxf/transport/AbstractDestination;)V]
AbstractDestination.AbstractBackChannelConduit.getLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/cxf/transport/AbstractDestination.AbstractBackChannelConduit.getLogger:()Ljava/util/logging/Logger;]
AbstractDestination.AbstractBackChannelConduit.setMessageObserver ( MessageObserver observer ) : void
[run-time name: org/apache/cxf/transport/AbstractDestination.AbstractBackChannelConduit.setMessageObserver:(Lorg/apache/cxf/transport/MessageObserver;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractBaseBindingFactory.class
package org.apache.cxf.binding
AbstractBaseBindingFactory.AbstractBaseBindingFactory ( )
[run-time name: org/apache/cxf/binding/AbstractBaseBindingFactory."<init>":()V]
AbstractBaseBindingFactory.AbstractBaseBindingFactory ( java.util.Collection ns )
[run-time name: org/apache/cxf/binding/AbstractBaseBindingFactory."<init>":(Ljava/util/Collection;)V]
AbstractBaseBindingFactory.AbstractBaseBindingFactory ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/binding/AbstractBaseBindingFactory."<init>":(Lorg/apache/cxf/Bus;)V]
AbstractBaseBindingFactory.AbstractBaseBindingFactory ( org.apache.cxf.Bus b, java.util.Collection ns )
[run-time name: org/apache/cxf/binding/AbstractBaseBindingFactory."<init>":(Lorg/apache/cxf/Bus;Ljava/util/Collection;)V]
AbstractBaseBindingFactory.addListener ( org.apache.cxf.transport.Destination d, org.apache.cxf.endpoint.Endpoint e ) : void
[run-time name: org/apache/cxf/binding/AbstractBaseBindingFactory.addListener:(Lorg/apache/cxf/transport/Destination;Lorg/apache/cxf/endpoint/Endpoint;)V]
AbstractBaseBindingFactory.createBindingInfo ( org.apache.cxf.service.model.ServiceInfo service, String namespace, Object config ) : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/binding/AbstractBaseBindingFactory.createBindingInfo:(Lorg/apache/cxf/service/model/ServiceInfo;Ljava/lang/String;Ljava/lang/Object;)Lorg/apache/cxf/service/model/BindingInfo;]
AbstractBaseBindingFactory.createBindingInfo ( org.apache.cxf.service.Service service, String namespace, Object config ) : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/binding/AbstractBaseBindingFactory.createBindingInfo:(Lorg/apache/cxf/service/Service;Ljava/lang/String;Ljava/lang/Object;)Lorg/apache/cxf/service/model/BindingInfo;]
AbstractBaseBindingFactory.getActivationNamespaces ( ) : java.util.Collection
[run-time name: org/apache/cxf/binding/AbstractBaseBindingFactory.getActivationNamespaces:()Ljava/util/Collection;]
AbstractBaseBindingFactory.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/binding/AbstractBaseBindingFactory.getBus:()Lorg/apache/cxf/Bus;]
AbstractBaseBindingFactory.setActivationNamespaces ( java.util.Collection activationNamespaces ) : void
[run-time name: org/apache/cxf/binding/AbstractBaseBindingFactory.setActivationNamespaces:(Ljava/util/Collection;)V]
AbstractBaseBindingFactory.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/binding/AbstractBaseBindingFactory.setBus:(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractBasicInterceptorProvider.class
package org.apache.cxf.interceptor
AbstractBasicInterceptorProvider.AbstractBasicInterceptorProvider ( )
[run-time name: org/apache/cxf/interceptor/AbstractBasicInterceptorProvider."<init>":()V]
AbstractBasicInterceptorProvider.getInFaultInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/interceptor/AbstractBasicInterceptorProvider.getInFaultInterceptors:()Ljava/util/List;]
AbstractBasicInterceptorProvider.getInInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/interceptor/AbstractBasicInterceptorProvider.getInInterceptors:()Ljava/util/List;]
AbstractBasicInterceptorProvider.getOutFaultInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/interceptor/AbstractBasicInterceptorProvider.getOutFaultInterceptors:()Ljava/util/List;]
AbstractBasicInterceptorProvider.getOutInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/interceptor/AbstractBasicInterceptorProvider.getOutInterceptors:()Ljava/util/List;]
AbstractBasicInterceptorProvider.setInFaultInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/interceptor/AbstractBasicInterceptorProvider.setInFaultInterceptors:(Ljava/util/List;)V]
AbstractBasicInterceptorProvider.setInInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/interceptor/AbstractBasicInterceptorProvider.setInInterceptors:(Ljava/util/List;)V]
AbstractBasicInterceptorProvider.setOutFaultInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/interceptor/AbstractBasicInterceptorProvider.setOutFaultInterceptors:(Ljava/util/List;)V]
AbstractBasicInterceptorProvider.setOutInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/interceptor/AbstractBasicInterceptorProvider.setOutInterceptors:(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractBeanDefinitionParser.class
package org.apache.cxf.configuration.spring
AbstractBeanDefinitionParser.AbstractBeanDefinitionParser ( )
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser."<init>":()V]
AbstractBeanDefinitionParser.addBusWiringAttribute ( org.springframework.beans.factory.support.BeanDefinitionBuilder bean, BusWiringType type ) : void
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.addBusWiringAttribute:(Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Lorg/apache/cxf/configuration/spring/BusWiringType;)V]
AbstractBeanDefinitionParser.addBusWiringAttribute ( org.springframework.beans.factory.support.BeanDefinitionBuilder bean, BusWiringType type, String busName, org.springframework.beans.factory.xml.ParserContext ctx ) : void
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.addBusWiringAttribute:(Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Lorg/apache/cxf/configuration/spring/BusWiringType;Ljava/lang/String;Lorg/springframework/beans/factory/xml/ParserContext;)V]
AbstractBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean ) : void
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.doParse:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;)V]
AbstractBeanDefinitionParser.getBeanClass ( ) : Class
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.getBeanClass:()Ljava/lang/Class;]
AbstractBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element e ) : Class
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.getBeanClass:(Lorg/w3c/dom/Element;)Ljava/lang/Class;]
AbstractBeanDefinitionParser.getFirstChild ( org.w3c.dom.Element element ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.getFirstChild:(Lorg/w3c/dom/Element;)Lorg/w3c/dom/Element;]
AbstractBeanDefinitionParser.getIdOrName ( org.w3c.dom.Element elem ) : String
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.getIdOrName:(Lorg/w3c/dom/Element;)Ljava/lang/String;]
AbstractBeanDefinitionParser.getJaxbPackage ( ) : String
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.getJaxbPackage:()Ljava/lang/String;]
AbstractBeanDefinitionParser.getSuffix ( ) : String
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.getSuffix:()Ljava/lang/String;]
AbstractBeanDefinitionParser.hasBusProperty ( ) : boolean
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.hasBusProperty:()Z]
AbstractBeanDefinitionParser.isAttribute ( String pre, String name ) : boolean
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.isAttribute:(Ljava/lang/String;Ljava/lang/String;)Z]
AbstractBeanDefinitionParser.mapAttribute ( org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name, String val ) : void
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.mapAttribute:(Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/lang/String;)V]
AbstractBeanDefinitionParser.mapAttribute ( org.springframework.beans.factory.support.BeanDefinitionBuilder bean, String name, String val ) : void
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.mapAttribute:(Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Ljava/lang/String;Ljava/lang/String;)V]
AbstractBeanDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name ) : void
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.mapElement:(Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
AbstractBeanDefinitionParser.mapElementToJaxbBean ( org.w3c.dom.Element data, Class cls, Class factory, Class jaxbClass, String method, Object[ ] args ) : org.springframework.beans.factory.support.AbstractBeanDefinition
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.mapElementToJaxbBean:(Lorg/w3c/dom/Element;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Object;)Lorg/springframework/beans/factory/support/AbstractBeanDefinition;]
AbstractBeanDefinitionParser.mapElementToJaxbBean ( org.w3c.dom.Element data, Class cls, Class factory, String method, Object[ ] args ) : org.springframework.beans.factory.support.AbstractBeanDefinition
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.mapElementToJaxbBean:(Lorg/w3c/dom/Element;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Object;)Lorg/springframework/beans/factory/support/AbstractBeanDefinition;]
AbstractBeanDefinitionParser.mapElementToJaxbProperty ( org.w3c.dom.Element data, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, String propertyName, Class c ) : void
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.mapElementToJaxbProperty:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Ljava/lang/String;Ljava/lang/Class;)V]
AbstractBeanDefinitionParser.mapElementToJaxbProperty ( org.w3c.dom.Element parent, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, javax.xml.namespace.QName name, String propertyName ) : void
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.mapElementToJaxbProperty:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Ljavax/xml/namespace/QName;Ljava/lang/String;)V]
AbstractBeanDefinitionParser.mapElementToJaxbProperty ( org.w3c.dom.Element parent, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, javax.xml.namespace.QName name, String propertyName, Class c ) : void
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.mapElementToJaxbProperty:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Ljavax/xml/namespace/QName;Ljava/lang/String;Ljava/lang/Class;)V]
AbstractBeanDefinitionParser.mapElementToJaxbPropertyFactory ( org.w3c.dom.Element data, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, String propertyName, Class type, Class factory, String method, Object[ ] args ) : void
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.mapElementToJaxbPropertyFactory:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Object;)V]
AbstractBeanDefinitionParser.mapToProperty ( org.springframework.beans.factory.support.BeanDefinitionBuilder bean, String propertyName, String val ) : void
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.mapToProperty:(Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Ljava/lang/String;Ljava/lang/String;)V]
AbstractBeanDefinitionParser.parseAttributes ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean ) : boolean
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.parseAttributes:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;)Z]
AbstractBeanDefinitionParser.parseChildElements ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean ) : void
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.parseChildElements:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;)V]
AbstractBeanDefinitionParser.parseQName ( org.w3c.dom.Element element, String t ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.parseQName:(Lorg/w3c/dom/Element;Ljava/lang/String;)Ljavax/xml/namespace/QName;]
AbstractBeanDefinitionParser.processBusAttribute ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, String val ) : boolean
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.processBusAttribute:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Ljava/lang/String;)Z]
AbstractBeanDefinitionParser.processNameAttribute ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, String val ) : void
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.processNameAttribute:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Ljava/lang/String;)V]
AbstractBeanDefinitionParser.resolveId ( org.w3c.dom.Element elem, org.springframework.beans.factory.support.AbstractBeanDefinition definition, org.springframework.beans.factory.xml.ParserContext ctx ) : String
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.resolveId:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/support/AbstractBeanDefinition;Lorg/springframework/beans/factory/xml/ParserContext;)Ljava/lang/String;]
AbstractBeanDefinitionParser.setBeanClass ( Class beanClass ) : void
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.setBeanClass:(Ljava/lang/Class;)V]
AbstractBeanDefinitionParser.setFirstChildAsProperty ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, String propertyName ) : void
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.setFirstChildAsProperty:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Ljava/lang/String;)V]
AbstractBeanDefinitionParser.unmarshalFactoryString ( String s, javax.xml.bind.JAXBContext ctx, Class cls ) [static] : Object
[run-time name: org/apache/cxf/configuration/spring/AbstractBeanDefinitionParser.unmarshalFactoryString:(Ljava/lang/String;Ljavax/xml/bind/JAXBContext;Ljava/lang/Class;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, AbstractBindingBuilder.class
package org.apache.cxf.ws.security.wss4j.policyhandlers
AbstractBindingBuilder.AbstractBindingBuilder ( org.apache.ws.security.WSSConfig config, org.apache.cxf.ws.security.policy.model.Binding binding, javax.xml.soap.SOAPMessage saaj, org.apache.ws.security.message.WSSecHeader secHeader, org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.binding.soap.SoapMessage message )
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder."<init>":(Lorg/apache/ws/security/WSSConfig;Lorg/apache/cxf/ws/security/policy/model/Binding;Ljavax/xml/soap/SOAPMessage;Lorg/apache/ws/security/message/WSSecHeader;Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/cxf/binding/soap/SoapMessage;)V]
AbstractBindingBuilder.addDerivedKeyElement ( org.w3c.dom.Element el ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.addDerivedKeyElement:(Lorg/w3c/dom/Element;)V]
AbstractBindingBuilder.addDKUsernameToken ( org.apache.cxf.ws.security.policy.model.UsernameToken token, boolean useMac ) : org.apache.ws.security.message.WSSecUsernameToken
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.addDKUsernameToken:(Lorg/apache/cxf/ws/security/policy/model/UsernameToken;Z)Lorg/apache/ws/security/message/WSSecUsernameToken;]
AbstractBindingBuilder.addEncryptedKeyElement ( org.w3c.dom.Element el ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.addEncryptedKeyElement:(Lorg/w3c/dom/Element;)V]
AbstractBindingBuilder.addSamlToken ( org.apache.cxf.ws.security.policy.model.SamlToken token ) : org.apache.ws.security.saml.ext.AssertionWrapper
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.addSamlToken:(Lorg/apache/cxf/ws/security/policy/model/SamlToken;)Lorg/apache/ws/security/saml/ext/AssertionWrapper;]
AbstractBindingBuilder.addSignatureConfirmation ( java.util.List sigParts ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.addSignatureConfirmation:(Ljava/util/List;)V]
AbstractBindingBuilder.addSignatureParts ( java.util.Map tokenMap, java.util.List sigParts ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.addSignatureParts:(Ljava/util/Map;Ljava/util/List;)V]
AbstractBindingBuilder.addSupportingElement ( org.w3c.dom.Element el ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.addSupportingElement:(Lorg/w3c/dom/Element;)V]
AbstractBindingBuilder.addSupportingTokens ( java.util.List sigs ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.addSupportingTokens:(Ljava/util/List;)V]
AbstractBindingBuilder.addTopDownElement ( org.w3c.dom.Element el ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.addTopDownElement:(Lorg/w3c/dom/Element;)V]
AbstractBindingBuilder.addUsernameToken ( org.apache.cxf.ws.security.policy.model.UsernameToken token ) : org.apache.ws.security.message.WSSecUsernameToken
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.addUsernameToken:(Lorg/apache/cxf/ws/security/policy/model/UsernameToken;)Lorg/apache/ws/security/message/WSSecUsernameToken;]
AbstractBindingBuilder.addWsuIdToElement ( org.w3c.dom.Element elem ) : String
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.addWsuIdToElement:(Lorg/w3c/dom/Element;)Ljava/lang/String;]
AbstractBindingBuilder.assertSupportingTokens ( java.util.Collection suppTokens ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.assertSupportingTokens:(Ljava/util/Collection;)V]
AbstractBindingBuilder.assertSupportingTokens ( java.util.List sigs ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.assertSupportingTokens:(Ljava/util/List;)V]
AbstractBindingBuilder.cloneElement ( org.w3c.dom.Element el ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.cloneElement:(Lorg/w3c/dom/Element;)Lorg/w3c/dom/Element;]
AbstractBindingBuilder.convertToEncryptionPart ( org.w3c.dom.Element element ) : org.apache.ws.security.WSEncryptionPart
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.convertToEncryptionPart:(Lorg/w3c/dom/Element;)Lorg/apache/ws/security/WSEncryptionPart;]
AbstractBindingBuilder.createTimestamp ( ) : org.apache.ws.security.message.WSSecTimestamp
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.createTimestamp:()Lorg/apache/ws/security/message/WSSecTimestamp;]
AbstractBindingBuilder.doEndorse ( ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.doEndorse:()V]
AbstractBindingBuilder.doEndorsedSignatures ( java.util.Map tokenMap, boolean isTokenProtection, boolean isSigProtect ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.doEndorsedSignatures:(Ljava/util/Map;ZZ)V]
AbstractBindingBuilder.findAndAssertPolicy ( javax.xml.namespace.QName n ) : java.util.Collection
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.findAndAssertPolicy:(Ljavax/xml/namespace/QName;)Ljava/util/Collection;]
AbstractBindingBuilder.findIDFromSamlToken ( org.w3c.dom.Element samlToken ) : String
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.findIDFromSamlToken:(Lorg/w3c/dom/Element;)Ljava/lang/String;]
AbstractBindingBuilder.getCallbackHandler ( ) : javax.security.auth.callback.CallbackHandler
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.getCallbackHandler:()Ljavax/security/auth/callback/CallbackHandler;]
AbstractBindingBuilder.getCrypto ( org.apache.cxf.ws.security.policy.model.TokenWrapper wrapper, String cryptoKey, String propKey ) : org.apache.ws.security.components.crypto.Crypto
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.getCrypto:(Lorg/apache/cxf/ws/security/policy/model/TokenWrapper;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/ws/security/components/crypto/Crypto;]
AbstractBindingBuilder.getCryptoCache ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.getCryptoCache:()Ljava/util/Map;]
AbstractBindingBuilder.getEncryptedKeyBuilder ( org.apache.cxf.ws.security.policy.model.TokenWrapper wrapper, org.apache.cxf.ws.security.policy.model.Token token ) : org.apache.ws.security.message.WSSecEncryptedKey
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.getEncryptedKeyBuilder:(Lorg/apache/cxf/ws/security/policy/model/TokenWrapper;Lorg/apache/cxf/ws/security/policy/model/Token;)Lorg/apache/ws/security/message/WSSecEncryptedKey;]
AbstractBindingBuilder.getEncryptedParts ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.getEncryptedParts:()Ljava/util/List;]
AbstractBindingBuilder.getEncryptionCrypto ( org.apache.cxf.ws.security.policy.model.TokenWrapper wrapper ) : org.apache.ws.security.components.crypto.Crypto
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.getEncryptionCrypto:(Lorg/apache/cxf/ws/security/policy/model/TokenWrapper;)Lorg/apache/ws/security/components/crypto/Crypto;]
AbstractBindingBuilder.getPartsAndElements ( boolean sign, boolean includeBody, java.util.List parts, java.util.List xpaths, java.util.Map namespaces, java.util.List contentXpaths, java.util.Map cnamespaces ) : java.util.List
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.getPartsAndElements:(ZZLjava/util/List;Ljava/util/List;Ljava/util/Map;Ljava/util/List;Ljava/util/Map;)Ljava/util/List;]
AbstractBindingBuilder.getPassword ( String userName, org.apache.neethi.Assertion info, int type ) : String
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.getPassword:(Ljava/lang/String;Lorg/apache/neethi/Assertion;I)Ljava/lang/String;]
AbstractBindingBuilder.getSecurityToken ( ) : org.apache.cxf.ws.security.tokenstore.SecurityToken
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.getSecurityToken:()Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;]
AbstractBindingBuilder.getSignatureBuilder ( org.apache.cxf.ws.security.policy.model.TokenWrapper wrapper, org.apache.cxf.ws.security.policy.model.Token token, boolean attached, boolean endorse ) : org.apache.ws.security.message.WSSecSignature
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.getSignatureBuilder:(Lorg/apache/cxf/ws/security/policy/model/TokenWrapper;Lorg/apache/cxf/ws/security/policy/model/Token;ZZ)Lorg/apache/ws/security/message/WSSecSignature;]
AbstractBindingBuilder.getSignatureBuilder ( org.apache.cxf.ws.security.policy.model.TokenWrapper wrapper, org.apache.cxf.ws.security.policy.model.Token token, boolean endorse ) : org.apache.ws.security.message.WSSecSignature
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.getSignatureBuilder:(Lorg/apache/cxf/ws/security/policy/model/TokenWrapper;Lorg/apache/cxf/ws/security/policy/model/Token;Z)Lorg/apache/ws/security/message/WSSecSignature;]
AbstractBindingBuilder.getSignatureCrypto ( org.apache.cxf.ws.security.policy.model.TokenWrapper wrapper ) : org.apache.ws.security.components.crypto.Crypto
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.getSignatureCrypto:(Lorg/apache/cxf/ws/security/policy/model/TokenWrapper;)Lorg/apache/ws/security/components/crypto/Crypto;]
AbstractBindingBuilder.getSignedParts ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.getSignedParts:()Ljava/util/List;]
AbstractBindingBuilder.getTokenStore ( ) : org.apache.cxf.ws.security.tokenstore.TokenStore
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.getTokenStore:()Lorg/apache/cxf/ws/security/tokenstore/TokenStore;]
AbstractBindingBuilder.getUsername ( java.util.List results ) [static] : String
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.getUsername:(Ljava/util/List;)Ljava/lang/String;]
AbstractBindingBuilder.getWss10 ( ) : org.apache.cxf.ws.security.policy.model.Wss10
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.getWss10:()Lorg/apache/cxf/ws/security/policy/model/Wss10;]
AbstractBindingBuilder.handleEncryptedSignedHeaders ( java.util.List encryptedParts, java.util.List signedParts ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.handleEncryptedSignedHeaders:(Ljava/util/List;Ljava/util/List;)V]
AbstractBindingBuilder.handleLayout ( org.apache.ws.security.message.WSSecTimestamp timestamp ) : org.apache.ws.security.message.WSSecTimestamp
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.handleLayout:(Lorg/apache/ws/security/message/WSSecTimestamp;)Lorg/apache/ws/security/message/WSSecTimestamp;]
AbstractBindingBuilder.handleSupportingTokens ( java.util.Collection tokens, boolean endorse ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.handleSupportingTokens:(Ljava/util/Collection;Z)Ljava/util/Map;]
AbstractBindingBuilder.handleSupportingTokens ( org.apache.cxf.ws.security.policy.model.SupportingToken suppTokens, boolean endorse ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.handleSupportingTokens:(Lorg/apache/cxf/ws/security/policy/model/SupportingToken;Z)Ljava/util/Map;]
AbstractBindingBuilder.handleSupportingTokens ( org.apache.cxf.ws.security.policy.model.SupportingToken suppTokens, boolean endorse, java.util.Map ret ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.handleSupportingTokens:(Lorg/apache/cxf/ws/security/policy/model/SupportingToken;ZLjava/util/Map;)Ljava/util/Map;]
AbstractBindingBuilder.includeToken ( org.apache.cxf.ws.security.policy.SPConstants.IncludeTokenType inclusion ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.includeToken:(Lorg/apache/cxf/ws/security/policy/SPConstants$IncludeTokenType;)Z]
AbstractBindingBuilder.insertBeforeBottomUp ( org.w3c.dom.Element el ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.insertBeforeBottomUp:(Lorg/w3c/dom/Element;)V]
AbstractBindingBuilder.isRequestor ( ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.isRequestor:()Z]
AbstractBindingBuilder.policyAsserted ( javax.xml.namespace.QName n ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.policyAsserted:(Ljavax/xml/namespace/QName;)V]
AbstractBindingBuilder.policyAsserted ( org.apache.neethi.Assertion assertion ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.policyAsserted:(Lorg/apache/neethi/Assertion;)V]
AbstractBindingBuilder.policyNotAsserted ( org.apache.neethi.Assertion assertion, Exception reason ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.policyNotAsserted:(Lorg/apache/neethi/Assertion;Ljava/lang/Exception;)V]
AbstractBindingBuilder.policyNotAsserted ( org.apache.neethi.Assertion assertion, String reason ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.policyNotAsserted:(Lorg/apache/neethi/Assertion;Ljava/lang/String;)V]
AbstractBindingBuilder.setEncryptionUser ( org.apache.ws.security.message.WSSecEncryptedKey encrKeyBuilder, org.apache.cxf.ws.security.policy.model.TokenWrapper token, boolean sign, org.apache.ws.security.components.crypto.Crypto crypto ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.setEncryptionUser:(Lorg/apache/ws/security/message/WSSecEncryptedKey;Lorg/apache/cxf/ws/security/policy/model/TokenWrapper;ZLorg/apache/ws/security/components/crypto/Crypto;)V]
AbstractBindingBuilder.setKeyIdentifierType ( org.apache.ws.security.message.WSSecBase secBase, org.apache.cxf.ws.security.policy.model.TokenWrapper wrapper, org.apache.cxf.ws.security.policy.model.Token token ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.setKeyIdentifierType:(Lorg/apache/ws/security/message/WSSecBase;Lorg/apache/cxf/ws/security/policy/model/TokenWrapper;Lorg/apache/cxf/ws/security/policy/model/Token;)V]
AbstractBindingBuilder.storeAssertionAsSecurityToken ( org.apache.ws.security.saml.ext.AssertionWrapper assertion ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AbstractBindingBuilder.storeAssertionAsSecurityToken:(Lorg/apache/ws/security/saml/ext/AssertionWrapper;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractBindingFactory.class
package org.apache.cxf.binding
AbstractBindingFactory.AbstractBindingFactory ( )
[run-time name: org/apache/cxf/binding/AbstractBindingFactory."<init>":()V]
AbstractBindingFactory.AbstractBindingFactory ( java.util.Collection ns )
[run-time name: org/apache/cxf/binding/AbstractBindingFactory."<init>":(Ljava/util/Collection;)V]
AbstractBindingFactory.AbstractBindingFactory ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/binding/AbstractBindingFactory."<init>":(Lorg/apache/cxf/Bus;)V]
AbstractBindingFactory.AbstractBindingFactory ( org.apache.cxf.Bus b, java.util.Collection ns )
[run-time name: org/apache/cxf/binding/AbstractBindingFactory."<init>":(Lorg/apache/cxf/Bus;Ljava/util/Collection;)V]
AbstractBindingFactory.addMessageFromBinding ( javax.wsdl.extensions.ExtensibilityElement ext, org.apache.cxf.service.model.BindingOperationInfo bop, boolean isInput ) : void
[run-time name: org/apache/cxf/binding/AbstractBindingFactory.addMessageFromBinding:(Ljavax/wsdl/extensions/ExtensibilityElement;Lorg/apache/cxf/service/model/BindingOperationInfo;Z)V]
AbstractBindingFactory.createBindingInfo ( org.apache.cxf.service.model.ServiceInfo service, javax.wsdl.Binding binding, String ns ) : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/binding/AbstractBindingFactory.createBindingInfo:(Lorg/apache/cxf/service/model/ServiceInfo;Ljavax/wsdl/Binding;Ljava/lang/String;)Lorg/apache/cxf/service/model/BindingInfo;]
AbstractBindingFactory.initializeBindingInfo ( org.apache.cxf.service.model.ServiceInfo service, javax.wsdl.Binding binding, org.apache.cxf.service.model.BindingInfo bi ) : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/binding/AbstractBindingFactory.initializeBindingInfo:(Lorg/apache/cxf/service/model/ServiceInfo;Ljavax/wsdl/Binding;Lorg/apache/cxf/service/model/BindingInfo;)Lorg/apache/cxf/service/model/BindingInfo;]
openejb-cxf-bundle-2.5.2.jar, AbstractBindingImpl.class
package org.apache.cxf.jaxws.binding
AbstractBindingImpl.AbstractBindingImpl ( org.apache.cxf.jaxws.support.JaxWsEndpointImpl imp )
[run-time name: org/apache/cxf/jaxws/binding/AbstractBindingImpl."<init>":(Lorg/apache/cxf/jaxws/support/JaxWsEndpointImpl;)V]
AbstractBindingImpl.getBindingID ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxws/binding/AbstractBindingImpl.getBindingID:()Ljava/lang/String;]
AbstractBindingImpl.getHandlerChain ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/binding/AbstractBindingImpl.getHandlerChain:()Ljava/util/List;]
AbstractBindingImpl.setHandlerChain ( java.util.List hc ) : void
[run-time name: org/apache/cxf/jaxws/binding/AbstractBindingImpl.setHandlerChain:(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractBindingPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
AbstractBindingPolicyValidator.AbstractBindingPolicyValidator ( )
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractBindingPolicyValidator."<init>":()V]
AbstractBindingPolicyValidator.assertPolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, javax.xml.namespace.QName q ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractBindingPolicyValidator.assertPolicy:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;Ljavax/xml/namespace/QName;)Z]
AbstractBindingPolicyValidator.assertPolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.neethi.Assertion token ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractBindingPolicyValidator.assertPolicy:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/neethi/Assertion;)V]
AbstractBindingPolicyValidator.checkDerivedKeys ( org.apache.cxf.ws.security.policy.model.TokenWrapper tokenWrapper, boolean hasDerivedKeys, java.util.List signedResults, java.util.List encryptedResults ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractBindingPolicyValidator.checkDerivedKeys:(Lorg/apache/cxf/ws/security/policy/model/TokenWrapper;ZLjava/util/List;Ljava/util/List;)Z]
AbstractBindingPolicyValidator.checkProperties ( org.apache.cxf.ws.security.policy.model.SymmetricAsymmetricBindingBase binding, org.apache.cxf.ws.policy.AssertionInfo ai, org.apache.cxf.ws.policy.AssertionInfoMap aim, java.util.List results, java.util.List signedResults, org.apache.cxf.message.Message message ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractBindingPolicyValidator.checkProperties:(Lorg/apache/cxf/ws/security/policy/model/SymmetricAsymmetricBindingBase;Lorg/apache/cxf/ws/policy/AssertionInfo;Lorg/apache/cxf/ws/policy/AssertionInfoMap;Ljava/util/List;Ljava/util/List;Lorg/apache/cxf/message/Message;)Z]
AbstractBindingPolicyValidator.checkProtectionOrder ( org.apache.cxf.ws.security.policy.model.SymmetricAsymmetricBindingBase binding, org.apache.cxf.ws.policy.AssertionInfo ai, java.util.List results ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractBindingPolicyValidator.checkProtectionOrder:(Lorg/apache/cxf/ws/security/policy/model/SymmetricAsymmetricBindingBase;Lorg/apache/cxf/ws/policy/AssertionInfo;Ljava/util/List;)Z]
AbstractBindingPolicyValidator.isSignatureEncrypted ( java.util.List results ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractBindingPolicyValidator.isSignatureEncrypted:(Ljava/util/List;)Z]
AbstractBindingPolicyValidator.notAssertPolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, javax.xml.namespace.QName q, String msg ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractBindingPolicyValidator.notAssertPolicy:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;Ljavax/xml/namespace/QName;Ljava/lang/String;)V]
AbstractBindingPolicyValidator.validateEntireHeaderAndBodySignatures ( java.util.List signedResults ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractBindingPolicyValidator.validateEntireHeaderAndBodySignatures:(Ljava/util/List;)Z]
AbstractBindingPolicyValidator.validateLayout ( boolean laxTimestampFirst, boolean laxTimestampLast, java.util.List results ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractBindingPolicyValidator.validateLayout:(ZZLjava/util/List;)Z]
AbstractBindingPolicyValidator.validateTimestamp ( boolean includeTimestamp, boolean transportBinding, java.util.List results, java.util.List signedResults, org.apache.cxf.message.Message message ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractBindingPolicyValidator.validateTimestamp:(ZZLjava/util/List;Ljava/util/List;Lorg/apache/cxf/message/Message;)Z]
openejb-cxf-bundle-2.5.2.jar, AbstractBPBeanDefinitionParser.class
package org.apache.cxf.configuration.blueprint
AbstractBPBeanDefinitionParser.AbstractBPBeanDefinitionParser ( )
[run-time name: org/apache/cxf/configuration/blueprint/AbstractBPBeanDefinitionParser."<init>":()V]
AbstractBPBeanDefinitionParser.createObjectOfClass ( org.apache.aries.blueprint.ParserContext context, String value ) [static] : org.apache.aries.blueprint.mutable.MutableBeanMetadata
[run-time name: org/apache/cxf/configuration/blueprint/AbstractBPBeanDefinitionParser.createObjectOfClass:(Lorg/apache/aries/blueprint/ParserContext;Ljava/lang/String;)Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;]
AbstractBPBeanDefinitionParser.createRef ( org.apache.aries.blueprint.ParserContext context, String value ) [static] : org.osgi.service.blueprint.reflect.RefMetadata
[run-time name: org/apache/cxf/configuration/blueprint/AbstractBPBeanDefinitionParser.createRef:(Lorg/apache/aries/blueprint/ParserContext;Ljava/lang/String;)Lorg/osgi/service/blueprint/reflect/RefMetadata;]
AbstractBPBeanDefinitionParser.createValue ( org.apache.aries.blueprint.ParserContext context, javax.xml.namespace.QName qName ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/configuration/blueprint/AbstractBPBeanDefinitionParser.createValue:(Lorg/apache/aries/blueprint/ParserContext;Ljavax/xml/namespace/QName;)Lorg/osgi/service/blueprint/reflect/Metadata;]
AbstractBPBeanDefinitionParser.createValue ( org.apache.aries.blueprint.ParserContext context, String value ) [static] : org.osgi.service.blueprint.reflect.ValueMetadata
[run-time name: org/apache/cxf/configuration/blueprint/AbstractBPBeanDefinitionParser.createValue:(Lorg/apache/aries/blueprint/ParserContext;Ljava/lang/String;)Lorg/osgi/service/blueprint/reflect/ValueMetadata;]
AbstractBPBeanDefinitionParser.getBus ( org.apache.aries.blueprint.ParserContext context, String name ) : org.apache.aries.blueprint.mutable.MutableBeanMetadata
[run-time name: org/apache/cxf/configuration/blueprint/AbstractBPBeanDefinitionParser.getBus:(Lorg/apache/aries/blueprint/ParserContext;Ljava/lang/String;)Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;]
AbstractBPBeanDefinitionParser.getBusRef ( org.apache.aries.blueprint.ParserContext context, String name ) : org.osgi.service.blueprint.reflect.RefMetadata
[run-time name: org/apache/cxf/configuration/blueprint/AbstractBPBeanDefinitionParser.getBusRef:(Lorg/apache/aries/blueprint/ParserContext;Ljava/lang/String;)Lorg/osgi/service/blueprint/reflect/RefMetadata;]
AbstractBPBeanDefinitionParser.hasBusProperty ( ) : boolean
[run-time name: org/apache/cxf/configuration/blueprint/AbstractBPBeanDefinitionParser.hasBusProperty:()Z]
AbstractBPBeanDefinitionParser.isAttribute ( String pre, String name ) : boolean
[run-time name: org/apache/cxf/configuration/blueprint/AbstractBPBeanDefinitionParser.isAttribute:(Ljava/lang/String;Ljava/lang/String;)Z]
AbstractBPBeanDefinitionParser.isNamespace ( String name, String prefix ) : boolean
[run-time name: org/apache/cxf/configuration/blueprint/AbstractBPBeanDefinitionParser.isNamespace:(Ljava/lang/String;Ljava/lang/String;)Z]
AbstractBPBeanDefinitionParser.mapAttribute ( org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element e, String name, String val, org.apache.aries.blueprint.ParserContext context ) : void
[run-time name: org/apache/cxf/configuration/blueprint/AbstractBPBeanDefinitionParser.mapAttribute:(Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/lang/String;Lorg/apache/aries/blueprint/ParserContext;)V]
AbstractBPBeanDefinitionParser.mapElement ( org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element el, String name ) : void
[run-time name: org/apache/cxf/configuration/blueprint/AbstractBPBeanDefinitionParser.mapElement:(Lorg/apache/aries/blueprint/ParserContext;Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
AbstractBPBeanDefinitionParser.mapToProperty ( org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, String propertyName, String val, org.apache.aries.blueprint.ParserContext context ) : void
[run-time name: org/apache/cxf/configuration/blueprint/AbstractBPBeanDefinitionParser.mapToProperty:(Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;Ljava/lang/String;Ljava/lang/String;Lorg/apache/aries/blueprint/ParserContext;)V]
AbstractBPBeanDefinitionParser.parseAttributes ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean ) : boolean
[run-time name: org/apache/cxf/configuration/blueprint/AbstractBPBeanDefinitionParser.parseAttributes:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;)Z]
AbstractBPBeanDefinitionParser.parseChildElements ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean ) : void
[run-time name: org/apache/cxf/configuration/blueprint/AbstractBPBeanDefinitionParser.parseChildElements:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;)V]
AbstractBPBeanDefinitionParser.parseListData ( org.apache.aries.blueprint.ParserContext context, org.osgi.service.blueprint.reflect.ComponentMetadata enclosingComponent, org.w3c.dom.Element element ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/configuration/blueprint/AbstractBPBeanDefinitionParser.parseListData:(Lorg/apache/aries/blueprint/ParserContext;Lorg/osgi/service/blueprint/reflect/ComponentMetadata;Lorg/w3c/dom/Element;)Lorg/osgi/service/blueprint/reflect/Metadata;]
AbstractBPBeanDefinitionParser.parseMapData ( org.apache.aries.blueprint.ParserContext context, org.osgi.service.blueprint.reflect.ComponentMetadata enclosingComponent, org.w3c.dom.Element element ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/configuration/blueprint/AbstractBPBeanDefinitionParser.parseMapData:(Lorg/apache/aries/blueprint/ParserContext;Lorg/osgi/service/blueprint/reflect/ComponentMetadata;Lorg/w3c/dom/Element;)Lorg/osgi/service/blueprint/reflect/Metadata;]
AbstractBPBeanDefinitionParser.parseQName ( org.w3c.dom.Element element, String t ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/configuration/blueprint/AbstractBPBeanDefinitionParser.parseQName:(Lorg/w3c/dom/Element;Ljava/lang/String;)Ljavax/xml/namespace/QName;]
AbstractBPBeanDefinitionParser.processBusAttribute ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, String val ) : void
[run-time name: org/apache/cxf/configuration/blueprint/AbstractBPBeanDefinitionParser.processBusAttribute:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;Ljava/lang/String;)V]
AbstractBPBeanDefinitionParser.processNameAttribute ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, String val ) : void
[run-time name: org/apache/cxf/configuration/blueprint/AbstractBPBeanDefinitionParser.processNameAttribute:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;Ljava/lang/String;)V]
AbstractBPBeanDefinitionParser.setFirstChildAsProperty ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, String propertyName ) : void
[run-time name: org/apache/cxf/configuration/blueprint/AbstractBPBeanDefinitionParser.setFirstChildAsProperty:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractClient.class
package org.apache.cxf.jaxrs.client
AbstractClient.AbstractClient ( java.net.URI baseURI )
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient."<init>":(Ljava/net/URI;)V]
AbstractClient.AbstractClient ( ClientState initialState )
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient."<init>":(Lorg/apache/cxf/jaxrs/client/ClientState;)V]
AbstractClient.accept ( javax.ws.rs.core.MediaType[ ] types ) : Client
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.accept:([Ljavax/ws/rs/core/MediaType;)Lorg/apache/cxf/jaxrs/client/Client;]
AbstractClient.accept ( String[ ] types ) : Client
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.accept:([Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/Client;]
AbstractClient.acceptEncoding ( String[ ] encs ) : Client
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.acceptEncoding:([Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/Client;]
AbstractClient.acceptLanguage ( String[ ] languages ) : Client
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.acceptLanguage:([Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/Client;]
AbstractClient.addParametersToBuilder ( javax.ws.rs.core.UriBuilder ub, String paramName, Object pValue, org.apache.cxf.jaxrs.model.ParameterType pt ) [static] : void
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.addParametersToBuilder:(Ljavax/ws/rs/core/UriBuilder;Ljava/lang/String;Ljava/lang/Object;Lorg/apache/cxf/jaxrs/model/ParameterType;)V]
AbstractClient.calculateNewRequestURI ( java.util.Map reqContext ) : java.net.URI
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.calculateNewRequestURI:(Ljava/util/Map;)Ljava/net/URI;]
AbstractClient.checkClientException ( org.apache.cxf.message.Message message, Exception ex ) : void
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.checkClientException:(Lorg/apache/cxf/message/Message;Ljava/lang/Exception;)V]
AbstractClient.completeExchange ( Object response, org.apache.cxf.message.Exchange exchange ) : void
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.completeExchange:(Ljava/lang/Object;Lorg/apache/cxf/message/Exchange;)V]
AbstractClient.cookie ( javax.ws.rs.core.Cookie cookie ) : Client
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.cookie:(Ljavax/ws/rs/core/Cookie;)Lorg/apache/cxf/jaxrs/client/Client;]
AbstractClient.createExchange ( org.apache.cxf.message.Message m, org.apache.cxf.message.Exchange exchange ) : org.apache.cxf.message.Exchange
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.createExchange:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/message/Exchange;)Lorg/apache/cxf/message/Exchange;]
AbstractClient.createMessage ( Object body, String httpMethod, javax.ws.rs.core.MultivaluedMap headers, java.net.URI currentURI, org.apache.cxf.message.Exchange exchange, java.util.Map invocationContext, boolean proxy ) : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.createMessage:(Ljava/lang/Object;Ljava/lang/String;Ljavax/ws/rs/core/MultivaluedMap;Ljava/net/URI;Lorg/apache/cxf/message/Exchange;Ljava/util/Map;Z)Lorg/apache/cxf/message/Message;]
AbstractClient.encoding ( String enc ) : Client
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.encoding:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/Client;]
AbstractClient.getBaseURI ( ) : java.net.URI
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.getBaseURI:()Ljava/net/URI;]
AbstractClient.getConfiguration ( ) : ClientConfiguration
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.getConfiguration:()Lorg/apache/cxf/jaxrs/client/ClientConfiguration;]
AbstractClient.getContentsList ( Object body ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.getContentsList:(Ljava/lang/Object;)Ljava/util/List;]
AbstractClient.getCurrentBuilder ( ) : javax.ws.rs.core.UriBuilder
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.getCurrentBuilder:()Ljavax/ws/rs/core/UriBuilder;]
AbstractClient.getCurrentURI ( ) : java.net.URI
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.getCurrentURI:()Ljava/net/URI;]
AbstractClient.getHeaders ( ) : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.getHeaders:()Ljavax/ws/rs/core/MultivaluedMap;]
AbstractClient.getRequestContext ( org.apache.cxf.message.Message outMessage ) : java.util.Map
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.getRequestContext:(Lorg/apache/cxf/message/Message;)Ljava/util/Map;]
AbstractClient.getResponse ( ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.getResponse:()Ljavax/ws/rs/core/Response;]
AbstractClient.getState ( ) : ClientState
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.getState:()Lorg/apache/cxf/jaxrs/client/ClientState;]
AbstractClient.getTemplateParametersMap ( org.apache.cxf.jaxrs.model.URITemplate template, java.util.List values ) : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.getTemplateParametersMap:(Lorg/apache/cxf/jaxrs/model/URITemplate;Ljava/util/List;)Ljavax/ws/rs/core/MultivaluedMap;]
AbstractClient.header ( String name, Object[ ] values ) : Client
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.header:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/apache/cxf/jaxrs/client/Client;]
AbstractClient.headers ( javax.ws.rs.core.MultivaluedMap map ) : Client
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.headers:(Ljavax/ws/rs/core/MultivaluedMap;)Lorg/apache/cxf/jaxrs/client/Client;]
AbstractClient.invoke ( org.apache.cxf.service.model.BindingOperationInfo oi, Object[ ] params, java.util.Map context, org.apache.cxf.message.Exchange exchange ) : Object[ ]
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.invoke:(Lorg/apache/cxf/service/model/BindingOperationInfo;[Ljava/lang/Object;Ljava/util/Map;Lorg/apache/cxf/message/Exchange;)[Ljava/lang/Object;]
AbstractClient.language ( String language ) : Client
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.language:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/Client;]
AbstractClient.match ( javax.ws.rs.core.EntityTag tag, boolean ifNot ) : Client
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.match:(Ljavax/ws/rs/core/EntityTag;Z)Lorg/apache/cxf/jaxrs/client/Client;]
AbstractClient.modified ( java.util.Date date, boolean ifNot ) : Client
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.modified:(Ljava/util/Date;Z)Lorg/apache/cxf/jaxrs/client/Client;]
AbstractClient.parseQuotedHeaderValue ( String originalValue ) : String[ ]
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.parseQuotedHeaderValue:(Ljava/lang/String;)[Ljava/lang/String;]
AbstractClient.prepareConduitSelector ( org.apache.cxf.message.Message message, java.net.URI currentURI, boolean proxy ) : void
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.prepareConduitSelector:(Lorg/apache/cxf/message/Message;Ljava/net/URI;Z)V]
AbstractClient.preProcessResult ( org.apache.cxf.message.Message message ) : Object[ ]
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.preProcessResult:(Lorg/apache/cxf/message/Message;)[Ljava/lang/Object;]
AbstractClient.readBody ( javax.ws.rs.core.Response r, org.apache.cxf.message.Message inMessage, Class cls, reflect.Type type, annotation.Annotation[ ] anns ) : Object
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.readBody:(Ljavax/ws/rs/core/Response;Lorg/apache/cxf/message/Message;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;)Ljava/lang/Object;]
AbstractClient.reportMessageHandlerProblem ( String name, Class cls, javax.ws.rs.core.MediaType ct, Throwable cause, javax.ws.rs.core.Response response ) [static] : void
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.reportMessageHandlerProblem:(Ljava/lang/String;Ljava/lang/Class;Ljavax/ws/rs/core/MediaType;Ljava/lang/Throwable;Ljavax/ws/rs/core/Response;)V]
AbstractClient.reset ( ) : Client
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.reset:()Lorg/apache/cxf/jaxrs/client/Client;]
AbstractClient.resetBaseAddress ( java.net.URI uri ) : void
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.resetBaseAddress:(Ljava/net/URI;)V]
AbstractClient.resetCurrentBuilder ( java.net.URI uri ) : void
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.resetCurrentBuilder:(Ljava/net/URI;)V]
AbstractClient.resetResponse ( ) : void
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.resetResponse:()V]
AbstractClient.retryInvoke ( java.net.URI p1, javax.ws.rs.core.MultivaluedMap p2, Object p3, org.apache.cxf.message.Exchange p4, java.util.Map p5 ) [abstract] : Object
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.retryInvoke:(Ljava/net/URI;Ljavax/ws/rs/core/MultivaluedMap;Ljava/lang/Object;Lorg/apache/cxf/message/Exchange;Ljava/util/Map;)Ljava/lang/Object;]
AbstractClient.setAllHeaders ( javax.ws.rs.core.MultivaluedMap headers, java.net.HttpURLConnection conn ) [static] : void
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.setAllHeaders:(Ljavax/ws/rs/core/MultivaluedMap;Ljava/net/HttpURLConnection;)V]
AbstractClient.setConfiguration ( ClientConfiguration config ) : void
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.setConfiguration:(Lorg/apache/cxf/jaxrs/client/ClientConfiguration;)V]
AbstractClient.setContexts ( org.apache.cxf.message.Message message, org.apache.cxf.message.Exchange exchange, java.util.Map context, boolean proxy ) : void
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.setContexts:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/message/Exchange;Ljava/util/Map;Z)V]
AbstractClient.setEmptyRequestProperty ( org.apache.cxf.message.Message outMessage, String httpMethod ) : void
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.setEmptyRequestProperty:(Lorg/apache/cxf/message/Message;Ljava/lang/String;)V]
AbstractClient.setPlainOperationNameProperty ( org.apache.cxf.message.Message outMessage, String name ) : void
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.setPlainOperationNameProperty:(Lorg/apache/cxf/message/Message;Ljava/lang/String;)V]
AbstractClient.setResponseBuilder ( org.apache.cxf.message.Message outMessage, org.apache.cxf.message.Exchange exchange ) : javax.ws.rs.core.Response.ResponseBuilder
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.setResponseBuilder:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/message/Exchange;)Ljavax/ws/rs/core/Response$ResponseBuilder;]
AbstractClient.setupInInterceptorChain ( ClientConfiguration cfg ) [static] : org.apache.cxf.phase.PhaseInterceptorChain
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.setupInInterceptorChain:(Lorg/apache/cxf/jaxrs/client/ClientConfiguration;)Lorg/apache/cxf/phase/PhaseInterceptorChain;]
AbstractClient.setupOutInterceptorChain ( ClientConfiguration cfg ) [static] : org.apache.cxf.phase.PhaseInterceptorChain
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.setupOutInterceptorChain:(Lorg/apache/cxf/jaxrs/client/ClientConfiguration;)Lorg/apache/cxf/phase/PhaseInterceptorChain;]
AbstractClient.type ( javax.ws.rs.core.MediaType ct ) : Client
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.type:(Ljavax/ws/rs/core/MediaType;)Lorg/apache/cxf/jaxrs/client/Client;]
AbstractClient.type ( String type ) : Client
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.type:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/Client;]
AbstractClient.writeBody ( Object o, org.apache.cxf.message.Message outMessage, Class cls, reflect.Type type, annotation.Annotation[ ] anns, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/jaxrs/client/AbstractClient.writeBody:(Ljava/lang/Object;Lorg/apache/cxf/message/Message;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractComplexCondition.class
package org.apache.cxf.jaxrs.ext.search
AbstractComplexCondition.AbstractComplexCondition ( java.util.List conditions, ConditionType cType )
[run-time name: org/apache/cxf/jaxrs/ext/search/AbstractComplexCondition."<init>":(Ljava/util/List;Lorg/apache/cxf/jaxrs/ext/search/ConditionType;)V]
AbstractComplexCondition.AbstractComplexCondition ( ConditionType cType )
[run-time name: org/apache/cxf/jaxrs/ext/search/AbstractComplexCondition."<init>":(Lorg/apache/cxf/jaxrs/ext/search/ConditionType;)V]
AbstractComplexCondition.accept ( SearchConditionVisitor visitor ) : void
[run-time name: org/apache/cxf/jaxrs/ext/search/AbstractComplexCondition.accept:(Lorg/apache/cxf/jaxrs/ext/search/SearchConditionVisitor;)V]
AbstractComplexCondition.findAll ( java.util.Collection pojos ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/ext/search/AbstractComplexCondition.findAll:(Ljava/util/Collection;)Ljava/util/List;]
AbstractComplexCondition.getCondition ( ) : Object
[run-time name: org/apache/cxf/jaxrs/ext/search/AbstractComplexCondition.getCondition:()Ljava/lang/Object;]
AbstractComplexCondition.getConditionType ( ) : ConditionType
[run-time name: org/apache/cxf/jaxrs/ext/search/AbstractComplexCondition.getConditionType:()Lorg/apache/cxf/jaxrs/ext/search/ConditionType;]
AbstractComplexCondition.getSearchConditions ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/ext/search/AbstractComplexCondition.getSearchConditions:()Ljava/util/List;]
AbstractComplexCondition.getStatement ( ) : PrimitiveStatement
[run-time name: org/apache/cxf/jaxrs/ext/search/AbstractComplexCondition.getStatement:()Lorg/apache/cxf/jaxrs/ext/search/PrimitiveStatement;]
AbstractComplexCondition.setConditions ( java.util.List conditions ) : void
[run-time name: org/apache/cxf/jaxrs/ext/search/AbstractComplexCondition.setConditions:(Ljava/util/List;)V]
AbstractComplexCondition.toSQL ( String table, String[ ] columns ) : String
[run-time name: org/apache/cxf/jaxrs/ext/search/AbstractComplexCondition.toSQL:(Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, AbstractConduit.class
package org.apache.cxf.transport
AbstractConduit.AbstractConduit ( org.apache.cxf.ws.addressing.EndpointReferenceType t )
[run-time name: org/apache/cxf/transport/AbstractConduit."<init>":(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)V]
AbstractConduit.close ( ) : void
[run-time name: org/apache/cxf/transport/AbstractConduit.close:()V]
AbstractConduit.close ( org.apache.cxf.message.Message msg ) : void
[run-time name: org/apache/cxf/transport/AbstractConduit.close:(Lorg/apache/cxf/message/Message;)V]
AbstractConduit.getTarget ( ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/transport/AbstractConduit.getTarget:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
AbstractConduit.toString ( ) : String
[run-time name: org/apache/cxf/transport/AbstractConduit.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, AbstractConduitSelector.class
package org.apache.cxf.endpoint
AbstractConduitSelector.AbstractConduitSelector ( org.apache.cxf.transport.Conduit c )
[run-time name: org/apache/cxf/endpoint/AbstractConduitSelector."<init>":(Lorg/apache/cxf/transport/Conduit;)V]
AbstractConduitSelector.close ( ) : void
[run-time name: org/apache/cxf/endpoint/AbstractConduitSelector.close:()V]
AbstractConduitSelector.complete ( org.apache.cxf.message.Exchange exchange ) : void
[run-time name: org/apache/cxf/endpoint/AbstractConduitSelector.complete:(Lorg/apache/cxf/message/Exchange;)V]
AbstractConduitSelector.getEndpoint ( ) : Endpoint
[run-time name: org/apache/cxf/endpoint/AbstractConduitSelector.getEndpoint:()Lorg/apache/cxf/endpoint/Endpoint;]
AbstractConduitSelector.getLogger ( ) [abstract] : java.util.logging.Logger
[run-time name: org/apache/cxf/endpoint/AbstractConduitSelector.getLogger:()Ljava/util/logging/Logger;]
AbstractConduitSelector.getSelectedConduit ( org.apache.cxf.message.Message message ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/endpoint/AbstractConduitSelector.getSelectedConduit:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/transport/Conduit;]
AbstractConduitSelector.replaceEndpointAddressPropertyIfNeeded ( org.apache.cxf.message.Message message, String endpointAddress ) : void
[run-time name: org/apache/cxf/endpoint/AbstractConduitSelector.replaceEndpointAddressPropertyIfNeeded:(Lorg/apache/cxf/message/Message;Ljava/lang/String;)V]
AbstractConduitSelector.setEndpoint ( Endpoint ep ) : void
[run-time name: org/apache/cxf/endpoint/AbstractConduitSelector.setEndpoint:(Lorg/apache/cxf/endpoint/Endpoint;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractConfigurableProvider.class
package org.apache.cxf.jaxrs.provider
AbstractConfigurableProvider.AbstractConfigurableProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/AbstractConfigurableProvider."<init>":()V]
AbstractConfigurableProvider.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/jaxrs/provider/AbstractConfigurableProvider.getBus:()Lorg/apache/cxf/Bus;]
AbstractConfigurableProvider.getConsumeMediaTypes ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/provider/AbstractConfigurableProvider.getConsumeMediaTypes:()Ljava/util/List;]
AbstractConfigurableProvider.getEnableBuffering ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/AbstractConfigurableProvider.getEnableBuffering:()Z]
AbstractConfigurableProvider.getEnableStreaming ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/AbstractConfigurableProvider.getEnableStreaming:()Z]
AbstractConfigurableProvider.getProduceMediaTypes ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/provider/AbstractConfigurableProvider.getProduceMediaTypes:()Ljava/util/List;]
AbstractConfigurableProvider.init ( java.util.List resources ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractConfigurableProvider.init:(Ljava/util/List;)V]
AbstractConfigurableProvider.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractConfigurableProvider.setBus:(Lorg/apache/cxf/Bus;)V]
AbstractConfigurableProvider.setConsumeMediaTypes ( java.util.List types ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractConfigurableProvider.setConsumeMediaTypes:(Ljava/util/List;)V]
AbstractConfigurableProvider.setEnableBuffering ( boolean enableBuf ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractConfigurableProvider.setEnableBuffering:(Z)V]
AbstractConfigurableProvider.setEnableStreaming ( boolean enableStream ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractConfigurableProvider.setEnableStreaming:(Z)V]
AbstractConfigurableProvider.setProduceMediaTypes ( java.util.List types ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractConfigurableProvider.setProduceMediaTypes:(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractCorbaTypeListener.class
package org.apache.cxf.binding.corba.types
AbstractCorbaTypeListener.AbstractCorbaTypeListener ( CorbaObjectHandler h )
[run-time name: org/apache/cxf/binding/corba/types/AbstractCorbaTypeListener."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
AbstractCorbaTypeListener.getCorbaObject ( ) : CorbaObjectHandler
[run-time name: org/apache/cxf/binding/corba/types/AbstractCorbaTypeListener.getCorbaObject:()Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;]
AbstractCorbaTypeListener.processCharacters ( String p1 ) [abstract] : void
[run-time name: org/apache/cxf/binding/corba/types/AbstractCorbaTypeListener.processCharacters:(Ljava/lang/String;)V]
AbstractCorbaTypeListener.processEndElement ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/binding/corba/types/AbstractCorbaTypeListener.processEndElement:(Ljavax/xml/namespace/QName;)V]
AbstractCorbaTypeListener.processStartElement ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/binding/corba/types/AbstractCorbaTypeListener.processStartElement:(Ljavax/xml/namespace/QName;)V]
AbstractCorbaTypeListener.processWriteAttribute ( String prefix, String namespaceURI, String localName, String value ) : void
[run-time name: org/apache/cxf/binding/corba/types/AbstractCorbaTypeListener.processWriteAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
AbstractCorbaTypeListener.processWriteNamespace ( String prefix, String namespaceURI ) : void
[run-time name: org/apache/cxf/binding/corba/types/AbstractCorbaTypeListener.processWriteNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
AbstractCorbaTypeListener.setNamespaceContext ( javax.xml.namespace.NamespaceContext n ) : void
[run-time name: org/apache/cxf/binding/corba/types/AbstractCorbaTypeListener.setNamespaceContext:(Ljavax/xml/namespace/NamespaceContext;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractCXFSpringTest.class
package org.apache.cxf.test
AbstractCXFSpringTest.AbstractCXFSpringTest ( )
[run-time name: org/apache/cxf/test/AbstractCXFSpringTest."<init>":()V]
AbstractCXFSpringTest.additionalSpringConfiguration ( org.springframework.context.support.GenericApplicationContext context ) : void
[run-time name: org/apache/cxf/test/AbstractCXFSpringTest.additionalSpringConfiguration:(Lorg/springframework/context/support/GenericApplicationContext;)V]
AbstractCXFSpringTest.createBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/test/AbstractCXFSpringTest.createBus:()Lorg/apache/cxf/Bus;]
AbstractCXFSpringTest.getApplicationContext ( ) : org.springframework.context.ApplicationContext
[run-time name: org/apache/cxf/test/AbstractCXFSpringTest.getApplicationContext:()Lorg/springframework/context/ApplicationContext;]
AbstractCXFSpringTest.getBean ( Class type, String beanName ) : Object
[run-time name: org/apache/cxf/test/AbstractCXFSpringTest.getBean:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;]
AbstractCXFSpringTest.getConfigLocations ( ) [abstract] : String[ ]
[run-time name: org/apache/cxf/test/AbstractCXFSpringTest.getConfigLocations:()[Ljava/lang/String;]
AbstractCXFSpringTest.setConfigContextClass ( Class configContextClass ) : void
[run-time name: org/apache/cxf/test/AbstractCXFSpringTest.setConfigContextClass:(Ljava/lang/Class;)V]
AbstractCXFSpringTest.setupBeans ( ) : void
[run-time name: org/apache/cxf/test/AbstractCXFSpringTest.setupBeans:()V]
AbstractCXFSpringTest.setUpBus ( ) : void
[run-time name: org/apache/cxf/test/AbstractCXFSpringTest.setUpBus:()V]
AbstractCXFSpringTest.teardownBeans ( ) : void
[run-time name: org/apache/cxf/test/AbstractCXFSpringTest.teardownBeans:()V]
openejb-cxf-bundle-2.5.2.jar, AbstractCXFTest.class
package org.apache.cxf.test
AbstractCXFTest.AbstractCXFTest ( )
[run-time name: org/apache/cxf/test/AbstractCXFTest."<init>":()V]
AbstractCXFTest.addNamespace ( String ns, String uri ) : void
[run-time name: org/apache/cxf/test/AbstractCXFTest.addNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
AbstractCXFTest.assertInvalid ( String xpath, org.w3c.dom.Node node ) : org.w3c.dom.NodeList
[run-time name: org/apache/cxf/test/AbstractCXFTest.assertInvalid:(Ljava/lang/String;Lorg/w3c/dom/Node;)Lorg/w3c/dom/NodeList;]
AbstractCXFTest.assertNoFault ( org.w3c.dom.Node node ) : void
[run-time name: org/apache/cxf/test/AbstractCXFTest.assertNoFault:(Lorg/w3c/dom/Node;)V]
AbstractCXFTest.assertValid ( String xpath, org.w3c.dom.Node node ) : org.w3c.dom.NodeList
[run-time name: org/apache/cxf/test/AbstractCXFTest.assertValid:(Ljava/lang/String;Lorg/w3c/dom/Node;)Lorg/w3c/dom/NodeList;]
AbstractCXFTest.assertValidBoolean ( String xpath, org.w3c.dom.Node node ) : void
[run-time name: org/apache/cxf/test/AbstractCXFTest.assertValidBoolean:(Ljava/lang/String;Lorg/w3c/dom/Node;)V]
AbstractCXFTest.assertXPathEquals ( String xpath, String value, org.w3c.dom.Node node ) : void
[run-time name: org/apache/cxf/test/AbstractCXFTest.assertXPathEquals:(Ljava/lang/String;Ljava/lang/String;Lorg/w3c/dom/Node;)V]
AbstractCXFTest.createBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/test/AbstractCXFTest.createBus:()Lorg/apache/cxf/Bus;]
AbstractCXFTest.getBasedir ( ) [static] : String
[run-time name: org/apache/cxf/test/AbstractCXFTest.getBasedir:()Ljava/lang/String;]
AbstractCXFTest.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/test/AbstractCXFTest.getBus:()Lorg/apache/cxf/Bus;]
AbstractCXFTest.getNamespaceContext ( ) : javax.xml.namespace.NamespaceContext
[run-time name: org/apache/cxf/test/AbstractCXFTest.getNamespaceContext:()Ljavax/xml/namespace/NamespaceContext;]
AbstractCXFTest.getNamespaces ( ) : java.util.Map
[run-time name: org/apache/cxf/test/AbstractCXFTest.getNamespaces:()Ljava/util/Map;]
AbstractCXFTest.getResourceAsReader ( String resource ) : java.io.Reader
[run-time name: org/apache/cxf/test/AbstractCXFTest.getResourceAsReader:(Ljava/lang/String;)Ljava/io/Reader;]
AbstractCXFTest.getResourceAsStream ( String resource ) : java.io.InputStream
[run-time name: org/apache/cxf/test/AbstractCXFTest.getResourceAsStream:(Ljava/lang/String;)Ljava/io/InputStream;]
AbstractCXFTest.getTestFile ( String relativePath ) : java.io.File
[run-time name: org/apache/cxf/test/AbstractCXFTest.getTestFile:(Ljava/lang/String;)Ljava/io/File;]
AbstractCXFTest.getWSDLDocument ( org.apache.cxf.endpoint.Server server ) : org.w3c.dom.Document
[run-time name: org/apache/cxf/test/AbstractCXFTest.getWSDLDocument:(Lorg/apache/cxf/endpoint/Server;)Lorg/w3c/dom/Document;]
AbstractCXFTest.invoke ( String address, String transport, byte[ ] message ) : org.w3c.dom.Node
[run-time name: org/apache/cxf/test/AbstractCXFTest.invoke:(Ljava/lang/String;Ljava/lang/String;[B)Lorg/w3c/dom/Node;]
AbstractCXFTest.invoke ( String address, String transport, String message ) : org.w3c.dom.Node
[run-time name: org/apache/cxf/test/AbstractCXFTest.invoke:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Node;]
AbstractCXFTest.invokeBytes ( String address, String transport, String message ) : byte[ ]
[run-time name: org/apache/cxf/test/AbstractCXFTest.invokeBytes:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)[B]
AbstractCXFTest.setUpBus ( ) : void
[run-time name: org/apache/cxf/test/AbstractCXFTest.setUpBus:()V]
AbstractCXFTest.shutdownBus ( ) : void
[run-time name: org/apache/cxf/test/AbstractCXFTest.shutdownBus:()V]
openejb-cxf-bundle-2.5.2.jar, AbstractCXFToolContainer.class
package org.apache.cxf.tools.common
AbstractCXFToolContainer.AbstractCXFToolContainer ( String nm, toolspec.ToolSpec toolspec )
[run-time name: org/apache/cxf/tools/common/AbstractCXFToolContainer."<init>":(Ljava/lang/String;Lorg/apache/cxf/tools/common/toolspec/ToolSpec;)V]
AbstractCXFToolContainer.checkParams ( toolspec.parser.ErrorVisitor err ) : void
[run-time name: org/apache/cxf/tools/common/AbstractCXFToolContainer.checkParams:(Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)V]
AbstractCXFToolContainer.createClassCollector ( ) : org.apache.cxf.tools.util.ClassCollector
[run-time name: org/apache/cxf/tools/common/AbstractCXFToolContainer.createClassCollector:()Lorg/apache/cxf/tools/util/ClassCollector;]
AbstractCXFToolContainer.execute ( boolean exitOnFinish ) : void
[run-time name: org/apache/cxf/tools/common/AbstractCXFToolContainer.execute:(Z)V]
AbstractCXFToolContainer.getDefaultExcludedNamespaces ( String excludeProps ) : String[ ]
[run-time name: org/apache/cxf/tools/common/AbstractCXFToolContainer.getDefaultExcludedNamespaces:(Ljava/lang/String;)[Ljava/lang/String;]
AbstractCXFToolContainer.getFileBase ( String wsdlUrl ) : String
[run-time name: org/apache/cxf/tools/common/AbstractCXFToolContainer.getFileBase:(Ljava/lang/String;)Ljava/lang/String;]
AbstractCXFToolContainer.getFileName ( String loc ) : String
[run-time name: org/apache/cxf/tools/common/AbstractCXFToolContainer.getFileName:(Ljava/lang/String;)Ljava/lang/String;]
AbstractCXFToolContainer.getParametersMap ( java.util.Set stringArrayKeys ) : java.util.Map
[run-time name: org/apache/cxf/tools/common/AbstractCXFToolContainer.getParametersMap:(Ljava/util/Set;)Ljava/util/Map;]
AbstractCXFToolContainer.getToolName ( ) : String
[run-time name: org/apache/cxf/tools/common/AbstractCXFToolContainer.getToolName:()Ljava/lang/String;]
AbstractCXFToolContainer.getUsage ( ) : String
[run-time name: org/apache/cxf/tools/common/AbstractCXFToolContainer.getUsage:()Ljava/lang/String;]
AbstractCXFToolContainer.hasInfoOption ( ) : boolean
[run-time name: org/apache/cxf/tools/common/AbstractCXFToolContainer.hasInfoOption:()Z]
AbstractCXFToolContainer.isVerboseOn ( ) : boolean
[run-time name: org/apache/cxf/tools/common/AbstractCXFToolContainer.isVerboseOn:()Z]
AbstractCXFToolContainer.loadProperties ( java.io.InputStream inputs ) : java.util.Properties
[run-time name: org/apache/cxf/tools/common/AbstractCXFToolContainer.loadProperties:(Ljava/io/InputStream;)Ljava/util/Properties;]
AbstractCXFToolContainer.loadProperties ( String propertyFile ) : java.util.Properties
[run-time name: org/apache/cxf/tools/common/AbstractCXFToolContainer.loadProperties:(Ljava/lang/String;)Ljava/util/Properties;]
AbstractCXFToolContainer.outputFullCommandLine ( ) : void
[run-time name: org/apache/cxf/tools/common/AbstractCXFToolContainer.outputFullCommandLine:()V]
AbstractCXFToolContainer.outputVersion ( ) : void
[run-time name: org/apache/cxf/tools/common/AbstractCXFToolContainer.outputVersion:()V]
AbstractCXFToolContainer.printUsageException ( String toolName, toolspec.parser.BadUsageException ex ) : void
[run-time name: org/apache/cxf/tools/common/AbstractCXFToolContainer.printUsageException:(Ljava/lang/String;Lorg/apache/cxf/tools/common/toolspec/parser/BadUsageException;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractDataBinding.class
package org.apache.cxf.databinding
AbstractDataBinding.AbstractDataBinding ( )
[run-time name: org/apache/cxf/databinding/AbstractDataBinding."<init>":()V]
AbstractDataBinding.addSchemaDocument ( org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.common.xmlschema.SchemaCollection col, org.w3c.dom.Document d, String systemId ) : org.apache.ws.commons.schema.XmlSchema
[run-time name: org/apache/cxf/databinding/AbstractDataBinding.addSchemaDocument:(Lorg/apache/cxf/service/model/ServiceInfo;Lorg/apache/cxf/common/xmlschema/SchemaCollection;Lorg/w3c/dom/Document;Ljava/lang/String;)Lorg/apache/ws/commons/schema/XmlSchema;]
AbstractDataBinding.addSchemaDocument ( org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.common.xmlschema.SchemaCollection col, org.w3c.dom.Document d, String systemId, java.util.Collection ids ) : org.apache.ws.commons.schema.XmlSchema
[run-time name: org/apache/cxf/databinding/AbstractDataBinding.addSchemaDocument:(Lorg/apache/cxf/service/model/ServiceInfo;Lorg/apache/cxf/common/xmlschema/SchemaCollection;Lorg/w3c/dom/Document;Ljava/lang/String;Ljava/util/Collection;)Lorg/apache/ws/commons/schema/XmlSchema;]
AbstractDataBinding.checkNamespaceMap ( java.util.Map namespaceMap ) [static] : void
[run-time name: org/apache/cxf/databinding/AbstractDataBinding.checkNamespaceMap:(Ljava/util/Map;)V]
AbstractDataBinding.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/databinding/AbstractDataBinding.getBus:()Lorg/apache/cxf/Bus;]
AbstractDataBinding.getDeclaredNamespaceMappings ( ) : java.util.Map
[run-time name: org/apache/cxf/databinding/AbstractDataBinding.getDeclaredNamespaceMappings:()Ljava/util/Map;]
AbstractDataBinding.getMtomThreshold ( ) : int
[run-time name: org/apache/cxf/databinding/AbstractDataBinding.getMtomThreshold:()I]
AbstractDataBinding.getNamespaceMap ( ) : java.util.Map
[run-time name: org/apache/cxf/databinding/AbstractDataBinding.getNamespaceMap:()Ljava/util/Map;]
AbstractDataBinding.getSchemas ( ) : java.util.Collection
[run-time name: org/apache/cxf/databinding/AbstractDataBinding.getSchemas:()Ljava/util/Collection;]
AbstractDataBinding.isMtomEnabled ( ) : boolean
[run-time name: org/apache/cxf/databinding/AbstractDataBinding.isMtomEnabled:()Z]
AbstractDataBinding.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/databinding/AbstractDataBinding.setBus:(Lorg/apache/cxf/Bus;)V]
AbstractDataBinding.setMtomEnabled ( boolean enabled ) : void
[run-time name: org/apache/cxf/databinding/AbstractDataBinding.setMtomEnabled:(Z)V]
AbstractDataBinding.setMtomThreshold ( int threshold ) : void
[run-time name: org/apache/cxf/databinding/AbstractDataBinding.setMtomThreshold:(I)V]
AbstractDataBinding.setNamespaceMap ( java.util.Map namespaceMap ) : void
[run-time name: org/apache/cxf/databinding/AbstractDataBinding.setNamespaceMap:(Ljava/util/Map;)V]
AbstractDataBinding.setSchemas ( java.util.Collection schemas ) : void
[run-time name: org/apache/cxf/databinding/AbstractDataBinding.setSchemas:(Ljava/util/Collection;)V]
AbstractDataBinding.updateSchemaLocation ( org.w3c.dom.Element e ) : void
[run-time name: org/apache/cxf/databinding/AbstractDataBinding.updateSchemaLocation:(Lorg/w3c/dom/Element;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractDelegatingLogger.class
package org.apache.cxf.common.logging
AbstractDelegatingLogger.AbstractDelegatingLogger ( String name, String resourceBundleName )
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
AbstractDelegatingLogger.addHandler ( java.util.logging.Handler handler ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.addHandler:(Ljava/util/logging/Handler;)V]
AbstractDelegatingLogger.config ( String msg ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.config:(Ljava/lang/String;)V]
AbstractDelegatingLogger.doLog ( java.util.logging.LogRecord lr ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.doLog:(Ljava/util/logging/LogRecord;)V]
AbstractDelegatingLogger.doLog ( java.util.logging.LogRecord lr, String rbname ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.doLog:(Ljava/util/logging/LogRecord;Ljava/lang/String;)V]
AbstractDelegatingLogger.entering ( String sourceClass, String sourceMethod ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.entering:(Ljava/lang/String;Ljava/lang/String;)V]
AbstractDelegatingLogger.entering ( String sourceClass, String sourceMethod, Object param1 ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.entering:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V]
AbstractDelegatingLogger.entering ( String sourceClass, String sourceMethod, Object[ ] params ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.entering:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V]
AbstractDelegatingLogger.exiting ( String sourceClass, String sourceMethod ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.exiting:(Ljava/lang/String;Ljava/lang/String;)V]
AbstractDelegatingLogger.exiting ( String sourceClass, String sourceMethod, Object result ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.exiting:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V]
AbstractDelegatingLogger.fine ( String msg ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.fine:(Ljava/lang/String;)V]
AbstractDelegatingLogger.finer ( String msg ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.finer:(Ljava/lang/String;)V]
AbstractDelegatingLogger.finest ( String msg ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.finest:(Ljava/lang/String;)V]
AbstractDelegatingLogger.formatMessage ( java.util.logging.LogRecord record ) : String
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.formatMessage:(Ljava/util/logging/LogRecord;)Ljava/lang/String;]
AbstractDelegatingLogger.getHandlers ( ) : java.util.logging.Handler[ ]
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.getHandlers:()[Ljava/util/logging/Handler;]
AbstractDelegatingLogger.getLevel ( ) [abstract] : java.util.logging.Level
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.getLevel:()Ljava/util/logging/Level;]
AbstractDelegatingLogger.getParent ( ) : java.util.logging.Logger
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.getParent:()Ljava/util/logging/Logger;]
AbstractDelegatingLogger.getUseParentHandlers ( ) : boolean
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.getUseParentHandlers:()Z]
AbstractDelegatingLogger.info ( String msg ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.info:(Ljava/lang/String;)V]
AbstractDelegatingLogger.internalLog ( java.util.logging.LogRecord record ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.internalLog:(Ljava/util/logging/LogRecord;)V]
AbstractDelegatingLogger.internalLogFormatted ( String p1, java.util.logging.LogRecord p2 ) [abstract] : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.internalLogFormatted:(Ljava/lang/String;Ljava/util/logging/LogRecord;)V]
AbstractDelegatingLogger.isLoggable ( java.util.logging.Level level ) : boolean
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.isLoggable:(Ljava/util/logging/Level;)Z]
AbstractDelegatingLogger.log ( java.util.logging.Level level, String msg ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V]
AbstractDelegatingLogger.log ( java.util.logging.Level level, String msg, Object param1 ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Object;)V]
AbstractDelegatingLogger.log ( java.util.logging.Level level, String msg, Object[ ] params ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.log:(Ljava/util/logging/Level;Ljava/lang/String;[Ljava/lang/Object;)V]
AbstractDelegatingLogger.log ( java.util.logging.Level level, String msg, Throwable thrown ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V]
AbstractDelegatingLogger.log ( java.util.logging.LogRecord record ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.log:(Ljava/util/logging/LogRecord;)V]
AbstractDelegatingLogger.logp ( java.util.logging.Level level, String sourceClass, String sourceMethod, String msg ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
AbstractDelegatingLogger.logp ( java.util.logging.Level level, String sourceClass, String sourceMethod, String msg, Object param1 ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V]
AbstractDelegatingLogger.logp ( java.util.logging.Level level, String sourceClass, String sourceMethod, String msg, Object[ ] params ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V]
AbstractDelegatingLogger.logp ( java.util.logging.Level level, String sourceClass, String sourceMethod, String msg, Throwable thrown ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V]
AbstractDelegatingLogger.logrb ( java.util.logging.Level level, String sourceClass, String sourceMethod, String bundleName, String msg ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.logrb:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
AbstractDelegatingLogger.logrb ( java.util.logging.Level level, String sourceClass, String sourceMethod, String bundleName, String msg, Object param1 ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.logrb:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V]
AbstractDelegatingLogger.logrb ( java.util.logging.Level level, String sourceClass, String sourceMethod, String bundleName, String msg, Object[ ] params ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.logrb:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V]
AbstractDelegatingLogger.logrb ( java.util.logging.Level level, String sourceClass, String sourceMethod, String bundleName, String msg, Throwable thrown ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.logrb:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V]
AbstractDelegatingLogger.removeHandler ( java.util.logging.Handler handler ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.removeHandler:(Ljava/util/logging/Handler;)V]
AbstractDelegatingLogger.setLevel ( java.util.logging.Level newLevel ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.setLevel:(Ljava/util/logging/Level;)V]
AbstractDelegatingLogger.setParent ( java.util.logging.Logger parent ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.setParent:(Ljava/util/logging/Logger;)V]
AbstractDelegatingLogger.setUseParentHandlers ( boolean useParentHandlers ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.setUseParentHandlers:(Z)V]
AbstractDelegatingLogger.severe ( String msg ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.severe:(Ljava/lang/String;)V]
AbstractDelegatingLogger.throwing ( String sourceClass, String sourceMethod, Throwable thrown ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.throwing:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V]
AbstractDelegatingLogger.warning ( String msg ) : void
[run-time name: org/apache/cxf/common/logging/AbstractDelegatingLogger.warning:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractDescriptionElement.class
package org.apache.cxf.service.model
AbstractDescriptionElement.AbstractDescriptionElement ( )
[run-time name: org/apache/cxf/service/model/AbstractDescriptionElement."<init>":()V]
AbstractDescriptionElement.getDescription ( ) : DescriptionInfo
[run-time name: org/apache/cxf/service/model/AbstractDescriptionElement.getDescription:()Lorg/apache/cxf/service/model/DescriptionInfo;]
AbstractDescriptionElement.setDescription ( DescriptionInfo d ) : void
[run-time name: org/apache/cxf/service/model/AbstractDescriptionElement.setDescription:(Lorg/apache/cxf/service/model/DescriptionInfo;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractDestination.class
package org.apache.cxf.transport
AbstractDestination.AbstractDestination ( org.apache.cxf.Bus b, org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.apache.cxf.service.model.EndpointInfo ei )
[run-time name: org/apache/cxf/transport/AbstractDestination."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/service/model/EndpointInfo;)V]
AbstractDestination.AbstractDestination ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.apache.cxf.service.model.EndpointInfo ei )
[run-time name: org/apache/cxf/transport/AbstractDestination."<init>":(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/service/model/EndpointInfo;)V]
AbstractDestination.getAddress ( ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/transport/AbstractDestination.getAddress:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
AbstractDestination.getBackChannel ( org.apache.cxf.message.Message inMessage, org.apache.cxf.message.Message partialResponse, org.apache.cxf.ws.addressing.EndpointReferenceType address ) : Conduit
[run-time name: org/apache/cxf/transport/AbstractDestination.getBackChannel:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/message/Message;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/transport/Conduit;]
AbstractDestination.getEndpointInfo ( ) : org.apache.cxf.service.model.EndpointInfo
[run-time name: org/apache/cxf/transport/AbstractDestination.getEndpointInfo:()Lorg/apache/cxf/service/model/EndpointInfo;]
AbstractDestination.getInbuiltBackChannel ( org.apache.cxf.message.Message p1 ) [abstract] : Conduit
[run-time name: org/apache/cxf/transport/AbstractDestination.getInbuiltBackChannel:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/transport/Conduit;]
AbstractDestination.shutdown ( ) : void
[run-time name: org/apache/cxf/transport/AbstractDestination.shutdown:()V]
openejb-cxf-bundle-2.5.2.jar, AbstractDOMProvider.class
package org.apache.cxf.js.rhino
AbstractDOMProvider.AbstractDOMProvider ( org.mozilla.javascript.Scriptable scope, org.mozilla.javascript.Scriptable wspVar, String epAddr, boolean isBase, boolean e4x )
[run-time name: org/apache/cxf/js/rhino/AbstractDOMProvider."<init>":(Lorg/mozilla/javascript/Scriptable;Lorg/mozilla/javascript/Scriptable;Ljava/lang/String;ZZ)V]
AbstractDOMProvider.invoke ( javax.xml.transform.dom.DOMSource request ) : javax.xml.transform.dom.DOMSource
[run-time name: org/apache/cxf/js/rhino/AbstractDOMProvider.invoke:(Ljavax/xml/transform/dom/DOMSource;)Ljavax/xml/transform/dom/DOMSource;]
AbstractDOMProvider.publish ( ) : void
[run-time name: org/apache/cxf/js/rhino/AbstractDOMProvider.publish:()V]
openejb-cxf-bundle-2.5.2.jar, AbstractDOMStreamReader.class
package org.apache.cxf.staxutils
AbstractDOMStreamReader.AbstractDOMStreamReader ( AbstractDOMStreamReader.ElementFrame frame )
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader."<init>":(Lorg/apache/cxf/staxutils/AbstractDOMStreamReader$ElementFrame;)V]
AbstractDOMStreamReader.close ( ) : void
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.close:()V]
AbstractDOMStreamReader.consumeFrame ( ) : void
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.consumeFrame:()V]
AbstractDOMStreamReader.endElement ( ) : void
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.endElement:()V]
AbstractDOMStreamReader.getCharacterEncodingScheme ( ) : String
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.getCharacterEncodingScheme:()Ljava/lang/String;]
AbstractDOMStreamReader.getChildFrame ( ) [abstract] : AbstractDOMStreamReader.ElementFrame
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.getChildFrame:()Lorg/apache/cxf/staxutils/AbstractDOMStreamReader$ElementFrame;]
AbstractDOMStreamReader.getCurrentFrame ( ) : AbstractDOMStreamReader.ElementFrame
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.getCurrentFrame:()Lorg/apache/cxf/staxutils/AbstractDOMStreamReader$ElementFrame;]
AbstractDOMStreamReader.getElementText ( ) [abstract] : String
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.getElementText:()Ljava/lang/String;]
AbstractDOMStreamReader.getEventType ( ) : int
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.getEventType:()I]
AbstractDOMStreamReader.getLocation ( ) : javax.xml.stream.Location
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.getLocation:()Ljavax/xml/stream/Location;]
AbstractDOMStreamReader.getNamespaceURI ( String p1 ) [abstract] : String
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.getNamespaceURI:(Ljava/lang/String;)Ljava/lang/String;]
AbstractDOMStreamReader.getProperty ( String key ) : Object
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
AbstractDOMStreamReader.getPublicId ( ) : String
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.getPublicId:()Ljava/lang/String;]
AbstractDOMStreamReader.getSystemId ( ) : String
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.getSystemId:()Ljava/lang/String;]
AbstractDOMStreamReader.getTextCharacters ( int sourceStart, char[ ] target, int targetStart, int length ) : int
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.getTextCharacters:(I[CII)I]
AbstractDOMStreamReader.getVersion ( ) : String
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.getVersion:()Ljava/lang/String;]
AbstractDOMStreamReader.hasMoreChildren ( ) [abstract] : boolean
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.hasMoreChildren:()Z]
AbstractDOMStreamReader.hasName ( ) : boolean
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.hasName:()Z]
AbstractDOMStreamReader.hasNext ( ) : boolean
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.hasNext:()Z]
AbstractDOMStreamReader.hasText ( ) : boolean
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.hasText:()Z]
AbstractDOMStreamReader.isCharacters ( ) : boolean
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.isCharacters:()Z]
AbstractDOMStreamReader.isEndElement ( ) : boolean
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.isEndElement:()Z]
AbstractDOMStreamReader.isStandalone ( ) : boolean
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.isStandalone:()Z]
AbstractDOMStreamReader.isStartElement ( ) : boolean
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.isStartElement:()Z]
AbstractDOMStreamReader.isWhiteSpace ( ) : boolean
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.isWhiteSpace:()Z]
AbstractDOMStreamReader.newFrame ( AbstractDOMStreamReader.ElementFrame newFrame ) : void
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.newFrame:(Lorg/apache/cxf/staxutils/AbstractDOMStreamReader$ElementFrame;)V]
AbstractDOMStreamReader.next ( ) : int
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.next:()I]
AbstractDOMStreamReader.nextChild ( ) [abstract] : int
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.nextChild:()I]
AbstractDOMStreamReader.nextTag ( ) : int
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.nextTag:()I]
AbstractDOMStreamReader.require ( int arg0, String arg1, String arg2 ) : void
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.require:(ILjava/lang/String;Ljava/lang/String;)V]
AbstractDOMStreamReader.standaloneSet ( ) : boolean
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.standaloneSet:()Z]
openejb-cxf-bundle-2.5.2.jar, AbstractEndpoint.class
package org.apache.cxf.ws.rm
AbstractEndpoint.AbstractEndpoint ( RMEndpoint rme )
[run-time name: org/apache/cxf/ws/rm/AbstractEndpoint."<init>":(Lorg/apache/cxf/ws/rm/RMEndpoint;)V]
AbstractEndpoint.generateSequenceIdentifier ( ) : v200702.Identifier
[run-time name: org/apache/cxf/ws/rm/AbstractEndpoint.generateSequenceIdentifier:()Lorg/apache/cxf/ws/rm/v200702/Identifier;]
AbstractEndpoint.getEndpoint ( ) : org.apache.cxf.endpoint.Endpoint
[run-time name: org/apache/cxf/ws/rm/AbstractEndpoint.getEndpoint:()Lorg/apache/cxf/endpoint/Endpoint;]
AbstractEndpoint.getManager ( ) : RMManager
[run-time name: org/apache/cxf/ws/rm/AbstractEndpoint.getManager:()Lorg/apache/cxf/ws/rm/RMManager;]
AbstractEndpoint.getName ( ) : String
[run-time name: org/apache/cxf/ws/rm/AbstractEndpoint.getName:()Ljava/lang/String;]
AbstractEndpoint.getReliableEndpoint ( ) : RMEndpoint
[run-time name: org/apache/cxf/ws/rm/AbstractEndpoint.getReliableEndpoint:()Lorg/apache/cxf/ws/rm/RMEndpoint;]
openejb-cxf-bundle-2.5.2.jar, AbstractEndpointFactory.class
package org.apache.cxf.endpoint
AbstractEndpointFactory.AbstractEndpointFactory ( )
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory."<init>":()V]
AbstractEndpointFactory.checkPrivateEndpoint ( Endpoint ep ) : boolean
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.checkPrivateEndpoint:(Lorg/apache/cxf/endpoint/Endpoint;)Z]
AbstractEndpointFactory.createBindingInfo ( ) [abstract] : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.createBindingInfo:()Lorg/apache/cxf/service/model/BindingInfo;]
AbstractEndpointFactory.createEndpoint ( ) [abstract] : Endpoint
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.createEndpoint:()Lorg/apache/cxf/endpoint/Endpoint;]
AbstractEndpointFactory.createEndpointInfo ( ) [abstract] : org.apache.cxf.service.model.EndpointInfo
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.createEndpointInfo:()Lorg/apache/cxf/service/model/EndpointInfo;]
AbstractEndpointFactory.getAddress ( ) : String
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.getAddress:()Ljava/lang/String;]
AbstractEndpointFactory.getBindingConfig ( ) : org.apache.cxf.binding.BindingConfiguration
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.getBindingConfig:()Lorg/apache/cxf/binding/BindingConfiguration;]
AbstractEndpointFactory.getBindingFactory ( ) : org.apache.cxf.binding.BindingFactory
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.getBindingFactory:()Lorg/apache/cxf/binding/BindingFactory;]
AbstractEndpointFactory.getBindingId ( ) : String
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.getBindingId:()Ljava/lang/String;]
AbstractEndpointFactory.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.getBus:()Lorg/apache/cxf/Bus;]
AbstractEndpointFactory.getConduitSelector ( ) : ConduitSelector
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.getConduitSelector:()Lorg/apache/cxf/endpoint/ConduitSelector;]
AbstractEndpointFactory.getDataBinding ( ) : org.apache.cxf.databinding.DataBinding
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.getDataBinding:()Lorg/apache/cxf/databinding/DataBinding;]
AbstractEndpointFactory.getDestinationFactory ( ) : org.apache.cxf.transport.DestinationFactory
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.getDestinationFactory:()Lorg/apache/cxf/transport/DestinationFactory;]
AbstractEndpointFactory.getEndpointName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.getEndpointName:()Ljavax/xml/namespace/QName;]
AbstractEndpointFactory.getFeatures ( ) : java.util.List
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.getFeatures:()Ljava/util/List;]
AbstractEndpointFactory.getProperties ( ) : java.util.Map
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.getProperties:()Ljava/util/Map;]
AbstractEndpointFactory.getProperties ( boolean create ) : java.util.Map
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.getProperties:(Z)Ljava/util/Map;]
AbstractEndpointFactory.getPublishedEndpointUrl ( ) : String
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.getPublishedEndpointUrl:()Ljava/lang/String;]
AbstractEndpointFactory.getServiceName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.getServiceName:()Ljavax/xml/namespace/QName;]
AbstractEndpointFactory.getTransportId ( ) : String
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.getTransportId:()Ljava/lang/String;]
AbstractEndpointFactory.initializeAnnotationInterceptors ( Endpoint ep, Class cls ) : void
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.initializeAnnotationInterceptors:(Lorg/apache/cxf/endpoint/Endpoint;Ljava/lang/Class;)V]
AbstractEndpointFactory.initializeAnnotationInterceptors ( Endpoint ep, Class[ ] cls ) : void
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.initializeAnnotationInterceptors:(Lorg/apache/cxf/endpoint/Endpoint;[Ljava/lang/Class;)V]
AbstractEndpointFactory.initializeAnnotationInterceptors ( org.apache.cxf.interceptor.AnnotationInterceptors provider, Endpoint ep ) : boolean
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.initializeAnnotationInterceptors:(Lorg/apache/cxf/interceptor/AnnotationInterceptors;Lorg/apache/cxf/endpoint/Endpoint;)Z]
AbstractEndpointFactory.setAddress ( String address ) : void
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.setAddress:(Ljava/lang/String;)V]
AbstractEndpointFactory.setBindingConfig ( org.apache.cxf.binding.BindingConfiguration obj ) : void
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.setBindingConfig:(Lorg/apache/cxf/binding/BindingConfiguration;)V]
AbstractEndpointFactory.setBindingFactory ( org.apache.cxf.binding.BindingFactory bf ) : void
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.setBindingFactory:(Lorg/apache/cxf/binding/BindingFactory;)V]
AbstractEndpointFactory.setBindingId ( String bind ) : void
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.setBindingId:(Ljava/lang/String;)V]
AbstractEndpointFactory.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.setBus:(Lorg/apache/cxf/Bus;)V]
AbstractEndpointFactory.setConduitSelector ( ConduitSelector selector ) : void
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.setConduitSelector:(Lorg/apache/cxf/endpoint/ConduitSelector;)V]
AbstractEndpointFactory.setDataBinding ( org.apache.cxf.databinding.DataBinding dataBinding ) : void
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.setDataBinding:(Lorg/apache/cxf/databinding/DataBinding;)V]
AbstractEndpointFactory.setDestinationFactory ( org.apache.cxf.transport.DestinationFactory destinationFactory ) : void
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.setDestinationFactory:(Lorg/apache/cxf/transport/DestinationFactory;)V]
AbstractEndpointFactory.setEndpointName ( javax.xml.namespace.QName endpointName ) : void
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.setEndpointName:(Ljavax/xml/namespace/QName;)V]
AbstractEndpointFactory.setEndpointReference ( org.apache.cxf.ws.addressing.EndpointReferenceType epr ) : void
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.setEndpointReference:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)V]
AbstractEndpointFactory.setFeatures ( java.util.List features ) : void
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.setFeatures:(Ljava/util/List;)V]
AbstractEndpointFactory.setProperties ( java.util.Map properties ) : void
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.setProperties:(Ljava/util/Map;)V]
AbstractEndpointFactory.setPublishedEndpointUrl ( String publishedEndpointUrl ) : void
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.setPublishedEndpointUrl:(Ljava/lang/String;)V]
AbstractEndpointFactory.setServiceName ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.setServiceName:(Ljavax/xml/namespace/QName;)V]
AbstractEndpointFactory.setTransportId ( String transportId ) : void
[run-time name: org/apache/cxf/endpoint/AbstractEndpointFactory.setTransportId:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractEndpointSelectionInterceptor.class
package org.apache.cxf.interceptor
AbstractEndpointSelectionInterceptor.AbstractEndpointSelectionInterceptor ( )
[run-time name: org/apache/cxf/interceptor/AbstractEndpointSelectionInterceptor."<init>":()V]
AbstractEndpointSelectionInterceptor.AbstractEndpointSelectionInterceptor ( String id, String phase )
[run-time name: org/apache/cxf/interceptor/AbstractEndpointSelectionInterceptor."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
AbstractEndpointSelectionInterceptor.AbstractEndpointSelectionInterceptor ( String phase )
[run-time name: org/apache/cxf/interceptor/AbstractEndpointSelectionInterceptor."<init>":(Ljava/lang/String;)V]
AbstractEndpointSelectionInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/AbstractEndpointSelectionInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
AbstractEndpointSelectionInterceptor.selectEndpoint ( org.apache.cxf.message.Message p1, java.util.Set p2 ) [abstract] : org.apache.cxf.endpoint.Endpoint
[run-time name: org/apache/cxf/interceptor/AbstractEndpointSelectionInterceptor.selectEndpoint:(Lorg/apache/cxf/message/Message;Ljava/util/Set;)Lorg/apache/cxf/endpoint/Endpoint;]
openejb-cxf-bundle-2.5.2.jar, AbstractEntryBuilder.class
package org.apache.cxf.jaxrs.ext.atom
AbstractEntryBuilder.AbstractEntryBuilder ( )
[run-time name: org/apache/cxf/jaxrs/ext/atom/AbstractEntryBuilder."<init>":()V]
AbstractEntryBuilder.getPublished ( Object pojo ) : String
[run-time name: org/apache/cxf/jaxrs/ext/atom/AbstractEntryBuilder.getPublished:(Ljava/lang/Object;)Ljava/lang/String;]
AbstractEntryBuilder.getSummary ( Object pojo ) : String
[run-time name: org/apache/cxf/jaxrs/ext/atom/AbstractEntryBuilder.getSummary:(Ljava/lang/Object;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, AbstractFactoryBeanDefinitionParser.class
package org.apache.cxf.configuration.spring
AbstractFactoryBeanDefinitionParser.AbstractFactoryBeanDefinitionParser ( )
[run-time name: org/apache/cxf/configuration/spring/AbstractFactoryBeanDefinitionParser."<init>":()V]
AbstractFactoryBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean ) : void
[run-time name: org/apache/cxf/configuration/spring/AbstractFactoryBeanDefinitionParser.doParse:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;)V]
AbstractFactoryBeanDefinitionParser.getDestroyMethod ( ) : String
[run-time name: org/apache/cxf/configuration/spring/AbstractFactoryBeanDefinitionParser.getDestroyMethod:()Ljava/lang/String;]
AbstractFactoryBeanDefinitionParser.getFactoryClass ( ) [abstract] : Class
[run-time name: org/apache/cxf/configuration/spring/AbstractFactoryBeanDefinitionParser.getFactoryClass:()Ljava/lang/Class;]
AbstractFactoryBeanDefinitionParser.getFactoryIdSuffix ( ) [abstract] : String
[run-time name: org/apache/cxf/configuration/spring/AbstractFactoryBeanDefinitionParser.getFactoryIdSuffix:()Ljava/lang/String;]
AbstractFactoryBeanDefinitionParser.getRawFactoryClass ( ) : Class
[run-time name: org/apache/cxf/configuration/spring/AbstractFactoryBeanDefinitionParser.getRawFactoryClass:()Ljava/lang/Class;]
AbstractFactoryBeanDefinitionParser.setFactoriesAreAbstract ( boolean b ) [static] : void
[run-time name: org/apache/cxf/configuration/spring/AbstractFactoryBeanDefinitionParser.setFactoriesAreAbstract:(Z)V]
openejb-cxf-bundle-2.5.2.jar, AbstractFaultChainInitiatorObserver.class
package org.apache.cxf.interceptor
AbstractFaultChainInitiatorObserver.AbstractFaultChainInitiatorObserver ( org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/interceptor/AbstractFaultChainInitiatorObserver."<init>":(Lorg/apache/cxf/Bus;)V]
AbstractFaultChainInitiatorObserver.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/interceptor/AbstractFaultChainInitiatorObserver.getBus:()Lorg/apache/cxf/Bus;]
AbstractFaultChainInitiatorObserver.getPhases ( ) [abstract] : java.util.SortedSet
[run-time name: org/apache/cxf/interceptor/AbstractFaultChainInitiatorObserver.getPhases:()Ljava/util/SortedSet;]
AbstractFaultChainInitiatorObserver.initializeInterceptors ( org.apache.cxf.message.Exchange ex, org.apache.cxf.phase.PhaseInterceptorChain chain ) : void
[run-time name: org/apache/cxf/interceptor/AbstractFaultChainInitiatorObserver.initializeInterceptors:(Lorg/apache/cxf/message/Exchange;Lorg/apache/cxf/phase/PhaseInterceptorChain;)V]
AbstractFaultChainInitiatorObserver.isOutboundObserver ( ) [abstract] : boolean
[run-time name: org/apache/cxf/interceptor/AbstractFaultChainInitiatorObserver.isOutboundObserver:()Z]
AbstractFaultChainInitiatorObserver.onMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/AbstractFaultChainInitiatorObserver.onMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractFeature.class
package org.apache.cxf.feature
AbstractFeature.AbstractFeature ( )
[run-time name: org/apache/cxf/feature/AbstractFeature."<init>":()V]
AbstractFeature.getActive ( java.util.List features, Class type ) [static] : Object
[run-time name: org/apache/cxf/feature/AbstractFeature.getActive:(Ljava/util/List;Ljava/lang/Class;)Ljava/lang/Object;]
AbstractFeature.initialize ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/feature/AbstractFeature.initialize:(Lorg/apache/cxf/Bus;)V]
AbstractFeature.initialize ( org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/feature/AbstractFeature.initialize:(Lorg/apache/cxf/endpoint/Client;Lorg/apache/cxf/Bus;)V]
AbstractFeature.initialize ( org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/feature/AbstractFeature.initialize:(Lorg/apache/cxf/endpoint/Server;Lorg/apache/cxf/Bus;)V]
AbstractFeature.initialize ( org.apache.cxf.interceptor.InterceptorProvider interceptorProvider, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/feature/AbstractFeature.initialize:(Lorg/apache/cxf/interceptor/InterceptorProvider;Lorg/apache/cxf/Bus;)V]
AbstractFeature.initializeProvider ( org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/feature/AbstractFeature.initializeProvider:(Lorg/apache/cxf/interceptor/InterceptorProvider;Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractFeedBuilder.class
package org.apache.cxf.jaxrs.ext.atom
AbstractFeedBuilder.AbstractFeedBuilder ( )
[run-time name: org/apache/cxf/jaxrs/ext/atom/AbstractFeedBuilder."<init>":()V]
AbstractFeedBuilder.getIcon ( Object pojo ) : String
[run-time name: org/apache/cxf/jaxrs/ext/atom/AbstractFeedBuilder.getIcon:(Ljava/lang/Object;)Ljava/lang/String;]
AbstractFeedBuilder.getLogo ( Object pojo ) : String
[run-time name: org/apache/cxf/jaxrs/ext/atom/AbstractFeedBuilder.getLogo:(Ljava/lang/Object;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, AbstractGenerator.class
package org.apache.cxf.tools.java2wsdl.generator
AbstractGenerator.AbstractGenerator ( )
[run-time name: org/apache/cxf/tools/java2wsdl/generator/AbstractGenerator."<init>":()V]
AbstractGenerator.allowImports ( ) : boolean
[run-time name: org/apache/cxf/tools/java2wsdl/generator/AbstractGenerator.allowImports:()Z]
AbstractGenerator.createOutputDir ( java.io.File file ) : java.io.File
[run-time name: org/apache/cxf/tools/java2wsdl/generator/AbstractGenerator.createOutputDir:(Ljava/io/File;)Ljava/io/File;]
AbstractGenerator.generate ( java.io.File p1 ) [abstract] : Object
[run-time name: org/apache/cxf/tools/java2wsdl/generator/AbstractGenerator.generate:(Ljava/io/File;)Ljava/lang/Object;]
AbstractGenerator.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/tools/java2wsdl/generator/AbstractGenerator.getBus:()Lorg/apache/cxf/Bus;]
AbstractGenerator.getOutputBase ( ) : java.io.File
[run-time name: org/apache/cxf/tools/java2wsdl/generator/AbstractGenerator.getOutputBase:()Ljava/io/File;]
AbstractGenerator.getServiceModel ( ) : org.apache.cxf.service.model.ServiceInfo
[run-time name: org/apache/cxf/tools/java2wsdl/generator/AbstractGenerator.getServiceModel:()Lorg/apache/cxf/service/model/ServiceInfo;]
AbstractGenerator.getToolContext ( ) : org.apache.cxf.tools.common.ToolContext
[run-time name: org/apache/cxf/tools/java2wsdl/generator/AbstractGenerator.getToolContext:()Lorg/apache/cxf/tools/common/ToolContext;]
AbstractGenerator.setAllowImports ( boolean b ) : void
[run-time name: org/apache/cxf/tools/java2wsdl/generator/AbstractGenerator.setAllowImports:(Z)V]
AbstractGenerator.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/tools/java2wsdl/generator/AbstractGenerator.setBus:(Lorg/apache/cxf/Bus;)V]
AbstractGenerator.setOutputBase ( java.io.File out ) : void
[run-time name: org/apache/cxf/tools/java2wsdl/generator/AbstractGenerator.setOutputBase:(Ljava/io/File;)V]
AbstractGenerator.setServiceModel ( org.apache.cxf.service.model.ServiceInfo s ) : void
[run-time name: org/apache/cxf/tools/java2wsdl/generator/AbstractGenerator.setServiceModel:(Lorg/apache/cxf/service/model/ServiceInfo;)V]
AbstractGenerator.setToolContext ( org.apache.cxf.tools.common.ToolContext arg ) : void
[run-time name: org/apache/cxf/tools/java2wsdl/generator/AbstractGenerator.setToolContext:(Lorg/apache/cxf/tools/common/ToolContext;)V]
package org.apache.cxf.tools.wsdlto.core
AbstractGenerator.AbstractGenerator ( )
[run-time name: org/apache/cxf/tools/wsdlto/core/AbstractGenerator."<init>":()V]
AbstractGenerator.clearAttributes ( ) : void
[run-time name: org/apache/cxf/tools/wsdlto/core/AbstractGenerator.clearAttributes:()V]
AbstractGenerator.doWrite ( String templateName, java.io.Writer outputs ) : void
[run-time name: org/apache/cxf/tools/wsdlto/core/AbstractGenerator.doWrite:(Ljava/lang/String;Ljava/io/Writer;)V]
AbstractGenerator.getEnvironment ( ) : org.apache.cxf.tools.common.ToolContext
[run-time name: org/apache/cxf/tools/wsdlto/core/AbstractGenerator.getEnvironment:()Lorg/apache/cxf/tools/common/ToolContext;]
AbstractGenerator.getName ( ) : String
[run-time name: org/apache/cxf/tools/wsdlto/core/AbstractGenerator.getName:()Ljava/lang/String;]
AbstractGenerator.getOutputDir ( ) : String
[run-time name: org/apache/cxf/tools/wsdlto/core/AbstractGenerator.getOutputDir:()Ljava/lang/String;]
AbstractGenerator.isCollision ( String packageName, String filename ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/core/AbstractGenerator.isCollision:(Ljava/lang/String;Ljava/lang/String;)Z]
AbstractGenerator.isCollision ( String packageName, String filename, String ext ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/core/AbstractGenerator.isCollision:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z]
AbstractGenerator.parseOutputName ( String packageName, String filename ) : java.io.Writer
[run-time name: org/apache/cxf/tools/wsdlto/core/AbstractGenerator.parseOutputName:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/Writer;]
AbstractGenerator.parseOutputName ( String packageName, String filename, String ext ) : java.io.Writer
[run-time name: org/apache/cxf/tools/wsdlto/core/AbstractGenerator.parseOutputName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/io/Writer;]
AbstractGenerator.register ( org.apache.cxf.tools.util.ClassCollector p1, String p2, String p3 ) [abstract] : void
[run-time name: org/apache/cxf/tools/wsdlto/core/AbstractGenerator.register:(Lorg/apache/cxf/tools/util/ClassCollector;Ljava/lang/String;Ljava/lang/String;)V]
AbstractGenerator.setAttributes ( String n, Object value ) : void
[run-time name: org/apache/cxf/tools/wsdlto/core/AbstractGenerator.setAttributes:(Ljava/lang/String;Ljava/lang/Object;)V]
AbstractGenerator.setCommonAttributes ( ) : void
[run-time name: org/apache/cxf/tools/wsdlto/core/AbstractGenerator.setCommonAttributes:()V]
AbstractGenerator.setEnvironment ( org.apache.cxf.tools.common.ToolContext penv ) : void
[run-time name: org/apache/cxf/tools/wsdlto/core/AbstractGenerator.setEnvironment:(Lorg/apache/cxf/tools/common/ToolContext;)V]
AbstractGenerator.wantToKeep ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/core/AbstractGenerator.wantToKeep:()Z]
openejb-cxf-bundle-2.5.2.jar, AbstractHTTPDestination.class
package org.apache.cxf.transport.http
AbstractHTTPDestination.AbstractHTTPDestination ( org.apache.cxf.Bus b, DestinationRegistry registry, org.apache.cxf.service.model.EndpointInfo ei, String path, boolean dp )
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/transport/http/DestinationRegistry;Lorg/apache/cxf/service/model/EndpointInfo;Ljava/lang/String;Z)V]
AbstractHTTPDestination.assertMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.assertMessage:(Lorg/apache/cxf/message/Message;)V]
AbstractHTTPDestination.canAssert ( javax.xml.namespace.QName type ) : boolean
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.canAssert:(Ljavax/xml/namespace/QName;)Z]
AbstractHTTPDestination.contextMatchOnExact ( ) : boolean
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.contextMatchOnExact:()Z]
AbstractHTTPDestination.finalizeConfig ( ) : void
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.finalizeConfig:()V]
AbstractHTTPDestination.flushHeaders ( org.apache.cxf.message.Message outMessage ) : java.io.OutputStream
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.flushHeaders:(Lorg/apache/cxf/message/Message;)Ljava/io/OutputStream;]
AbstractHTTPDestination.flushHeaders ( org.apache.cxf.message.Message outMessage, boolean getStream ) : java.io.OutputStream
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.flushHeaders:(Lorg/apache/cxf/message/Message;Z)Ljava/io/OutputStream;]
AbstractHTTPDestination.getAddressValue ( org.apache.cxf.service.model.EndpointInfo ei ) [static] : org.apache.cxf.service.model.EndpointInfo
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.getAddressValue:(Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/cxf/service/model/EndpointInfo;]
AbstractHTTPDestination.getAddressValue ( org.apache.cxf.service.model.EndpointInfo ei, boolean dp ) [static] : org.apache.cxf.service.model.EndpointInfo
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.getAddressValue:(Lorg/apache/cxf/service/model/EndpointInfo;Z)Lorg/apache/cxf/service/model/EndpointInfo;]
AbstractHTTPDestination.getAddressWithId ( String id ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.getAddressWithId:(Ljava/lang/String;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
AbstractHTTPDestination.getBasePath ( String contextPath ) : String
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.getBasePath:(Ljava/lang/String;)Ljava/lang/String;]
AbstractHTTPDestination.getBeanName ( ) : String
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.getBeanName:()Ljava/lang/String;]
AbstractHTTPDestination.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.getBus:()Lorg/apache/cxf/Bus;]
AbstractHTTPDestination.getContextMatchStrategy ( ) : String
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.getContextMatchStrategy:()Ljava/lang/String;]
AbstractHTTPDestination.getId ( java.util.Map context ) : String
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.getId:(Ljava/util/Map;)Ljava/lang/String;]
AbstractHTTPDestination.getInbuiltBackChannel ( org.apache.cxf.message.Message inMessage ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.getInbuiltBackChannel:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/transport/Conduit;]
AbstractHTTPDestination.getPath ( ) : String
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.getPath:()Ljava/lang/String;]
AbstractHTTPDestination.getServer ( ) : org.apache.cxf.transports.http.configuration.HTTPServerPolicy
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.getServer:()Lorg/apache/cxf/transports/http/configuration/HTTPServerPolicy;]
AbstractHTTPDestination.invoke ( javax.servlet.ServletConfig config, javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp ) : void
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.invoke:(Ljavax/servlet/ServletConfig;Ljavax/servlet/ServletContext;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
AbstractHTTPDestination.isFixedParameterOrder ( ) : boolean
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.isFixedParameterOrder:()Z]
AbstractHTTPDestination.isMultiplexWithAddress ( ) : boolean
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.isMultiplexWithAddress:()Z]
AbstractHTTPDestination.isOneWay ( org.apache.cxf.message.Message message ) : boolean
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.isOneWay:(Lorg/apache/cxf/message/Message;)Z]
AbstractHTTPDestination.releaseRegistry ( ) : void
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.releaseRegistry:()V]
AbstractHTTPDestination.retrieveFromContinuation ( javax.servlet.http.HttpServletRequest req ) : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.retrieveFromContinuation:(Ljavax/servlet/http/HttpServletRequest;)Lorg/apache/cxf/message/Message;]
AbstractHTTPDestination.retrieveFromServlet3Async ( javax.servlet.http.HttpServletRequest req ) : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.retrieveFromServlet3Async:(Ljavax/servlet/http/HttpServletRequest;)Lorg/apache/cxf/message/Message;]
AbstractHTTPDestination.setContextMatchStrategy ( String contextMatchStrategy ) : void
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.setContextMatchStrategy:(Ljava/lang/String;)V]
AbstractHTTPDestination.setFixedParameterOrder ( boolean fixedParameterOrder ) : void
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.setFixedParameterOrder:(Z)V]
AbstractHTTPDestination.setMultiplexWithAddress ( boolean multiplexWithAddress ) : void
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.setMultiplexWithAddress:(Z)V]
AbstractHTTPDestination.setServer ( org.apache.cxf.transports.http.configuration.HTTPServerPolicy server ) : void
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.setServer:(Lorg/apache/cxf/transports/http/configuration/HTTPServerPolicy;)V]
AbstractHTTPDestination.setupContinuation ( org.apache.cxf.message.Message inMessage, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp ) : void
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.setupContinuation:(Lorg/apache/cxf/message/Message;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
AbstractHTTPDestination.setupMessage ( org.apache.cxf.message.Message inMessage, javax.servlet.ServletConfig config, javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp ) : void
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.setupMessage:(Lorg/apache/cxf/message/Message;Ljavax/servlet/ServletConfig;Ljavax/servlet/ServletContext;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
AbstractHTTPDestination.setupMessage ( org.apache.cxf.message.Message inMessage, javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp ) : void
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.setupMessage:(Lorg/apache/cxf/message/Message;Ljavax/servlet/ServletContext;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
AbstractHTTPDestination.shutdown ( ) : void
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.shutdown:()V]
openejb-cxf-bundle-2.5.2.jar, AbstractHTTPServlet.class
package org.apache.cxf.transport.servlet
AbstractHTTPServlet.AbstractHTTPServlet ( )
[run-time name: org/apache/cxf/transport/servlet/AbstractHTTPServlet."<init>":()V]
AbstractHTTPServlet.doDelete ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response ) : void
[run-time name: org/apache/cxf/transport/servlet/AbstractHTTPServlet.doDelete:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
AbstractHTTPServlet.doGet ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response ) : void
[run-time name: org/apache/cxf/transport/servlet/AbstractHTTPServlet.doGet:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
AbstractHTTPServlet.doHead ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response ) : void
[run-time name: org/apache/cxf/transport/servlet/AbstractHTTPServlet.doHead:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
AbstractHTTPServlet.doOptions ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response ) : void
[run-time name: org/apache/cxf/transport/servlet/AbstractHTTPServlet.doOptions:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
AbstractHTTPServlet.doPost ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response ) : void
[run-time name: org/apache/cxf/transport/servlet/AbstractHTTPServlet.doPost:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
AbstractHTTPServlet.doPut ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response ) : void
[run-time name: org/apache/cxf/transport/servlet/AbstractHTTPServlet.doPut:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
AbstractHTTPServlet.handleRequest ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response ) : void
[run-time name: org/apache/cxf/transport/servlet/AbstractHTTPServlet.handleRequest:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
AbstractHTTPServlet.init ( javax.servlet.ServletConfig servletConfig ) : void
[run-time name: org/apache/cxf/transport/servlet/AbstractHTTPServlet.init:(Ljavax/servlet/ServletConfig;)V]
AbstractHTTPServlet.invoke ( javax.servlet.http.HttpServletRequest p1, javax.servlet.http.HttpServletResponse p2 ) [abstract] : void
[run-time name: org/apache/cxf/transport/servlet/AbstractHTTPServlet.invoke:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
AbstractHTTPServlet.redirect ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String pathInfo ) : void
[run-time name: org/apache/cxf/transport/servlet/AbstractHTTPServlet.redirect:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljava/lang/String;)V]
AbstractHTTPServlet.serveStaticContent ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String pathInfo ) : void
[run-time name: org/apache/cxf/transport/servlet/AbstractHTTPServlet.serveStaticContent:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljava/lang/String;)V]
AbstractHTTPServlet.service ( javax.servlet.ServletRequest req, javax.servlet.ServletResponse res ) : void
[run-time name: org/apache/cxf/transport/servlet/AbstractHTTPServlet.service:(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractInDatabindingInterceptor.class
package org.apache.cxf.interceptor
AbstractInDatabindingInterceptor.AbstractInDatabindingInterceptor ( String i, String phase )
[run-time name: org/apache/cxf/interceptor/AbstractInDatabindingInterceptor."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
AbstractInDatabindingInterceptor.AbstractInDatabindingInterceptor ( String phase )
[run-time name: org/apache/cxf/interceptor/AbstractInDatabindingInterceptor."<init>":(Ljava/lang/String;)V]
AbstractInDatabindingInterceptor.findMessagePart ( org.apache.cxf.message.Exchange exchange, java.util.Collection operations, javax.xml.namespace.QName name, boolean client, int index, org.apache.cxf.message.Message message ) : org.apache.cxf.service.model.MessagePartInfo
[run-time name: org/apache/cxf/interceptor/AbstractInDatabindingInterceptor.findMessagePart:(Lorg/apache/cxf/message/Exchange;Ljava/util/Collection;Ljavax/xml/namespace/QName;ZILorg/apache/cxf/message/Message;)Lorg/apache/cxf/service/model/MessagePartInfo;]
AbstractInDatabindingInterceptor.getBindingOperationInfo ( org.apache.cxf.message.Exchange exchange, javax.xml.namespace.QName name, boolean client ) : org.apache.cxf.service.model.BindingOperationInfo
[run-time name: org/apache/cxf/interceptor/AbstractInDatabindingInterceptor.getBindingOperationInfo:(Lorg/apache/cxf/message/Exchange;Ljavax/xml/namespace/QName;Z)Lorg/apache/cxf/service/model/BindingOperationInfo;]
AbstractInDatabindingInterceptor.getDataReader ( org.apache.cxf.message.Message message ) : org.apache.cxf.databinding.DataReader
[run-time name: org/apache/cxf/interceptor/AbstractInDatabindingInterceptor.getDataReader:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/databinding/DataReader;]
AbstractInDatabindingInterceptor.getDataReader ( org.apache.cxf.message.Message message, Class input ) : org.apache.cxf.databinding.DataReader
[run-time name: org/apache/cxf/interceptor/AbstractInDatabindingInterceptor.getDataReader:(Lorg/apache/cxf/message/Message;Ljava/lang/Class;)Lorg/apache/cxf/databinding/DataReader;]
AbstractInDatabindingInterceptor.getMessageInfo ( org.apache.cxf.message.Message message, org.apache.cxf.service.model.BindingOperationInfo operation ) : org.apache.cxf.service.model.MessageInfo
[run-time name: org/apache/cxf/interceptor/AbstractInDatabindingInterceptor.getMessageInfo:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/service/model/BindingOperationInfo;)Lorg/apache/cxf/service/model/MessageInfo;]
AbstractInDatabindingInterceptor.getMessageInfo ( org.apache.cxf.message.Message message, org.apache.cxf.service.model.BindingOperationInfo operation, boolean requestor ) : org.apache.cxf.service.model.MessageInfo
[run-time name: org/apache/cxf/interceptor/AbstractInDatabindingInterceptor.getMessageInfo:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/service/model/BindingOperationInfo;Z)Lorg/apache/cxf/service/model/MessageInfo;]
AbstractInDatabindingInterceptor.getNodeDataReader ( org.apache.cxf.message.Message message ) : org.apache.cxf.databinding.DataReader
[run-time name: org/apache/cxf/interceptor/AbstractInDatabindingInterceptor.getNodeDataReader:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/databinding/DataReader;]
AbstractInDatabindingInterceptor.getXMLStreamReader ( org.apache.cxf.message.Message message ) : org.apache.cxf.staxutils.DepthXMLStreamReader
[run-time name: org/apache/cxf/interceptor/AbstractInDatabindingInterceptor.getXMLStreamReader:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/staxutils/DepthXMLStreamReader;]
AbstractInDatabindingInterceptor.isRequestor ( org.apache.cxf.message.Message message ) : boolean
[run-time name: org/apache/cxf/interceptor/AbstractInDatabindingInterceptor.isRequestor:(Lorg/apache/cxf/message/Message;)Z]
AbstractInDatabindingInterceptor.setMessage ( org.apache.cxf.message.Message message, org.apache.cxf.service.model.BindingOperationInfo operation, boolean requestor, org.apache.cxf.service.model.ServiceInfo si, org.apache.cxf.service.model.MessageInfo msgInfo ) : org.apache.cxf.service.model.MessageInfo
[run-time name: org/apache/cxf/interceptor/AbstractInDatabindingInterceptor.setMessage:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/service/model/BindingOperationInfo;ZLorg/apache/cxf/service/model/ServiceInfo;Lorg/apache/cxf/service/model/MessageInfo;)Lorg/apache/cxf/service/model/MessageInfo;]
AbstractInDatabindingInterceptor.supportsDataReader ( org.apache.cxf.message.Message message, Class input ) : boolean
[run-time name: org/apache/cxf/interceptor/AbstractInDatabindingInterceptor.supportsDataReader:(Lorg/apache/cxf/message/Message;Ljava/lang/Class;)Z]
openejb-cxf-bundle-2.5.2.jar, AbstractInvoker.class
package org.apache.cxf.service.invoker
AbstractInvoker.AbstractInvoker ( )
[run-time name: org/apache/cxf/service/invoker/AbstractInvoker."<init>":()V]
AbstractInvoker.checkSuspendedInvocation ( org.apache.cxf.message.Exchange exchange, Object serviceObject, reflect.Method m, java.util.List params, Throwable t ) : void
[run-time name: org/apache/cxf/service/invoker/AbstractInvoker.checkSuspendedInvocation:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;Ljava/lang/reflect/Method;Ljava/util/List;Ljava/lang/Throwable;)V]
AbstractInvoker.createFault ( Throwable ex, reflect.Method m, java.util.List params, boolean checked ) : org.apache.cxf.interceptor.Fault
[run-time name: org/apache/cxf/service/invoker/AbstractInvoker.createFault:(Ljava/lang/Throwable;Ljava/lang/reflect/Method;Ljava/util/List;Z)Lorg/apache/cxf/interceptor/Fault;]
AbstractInvoker.getMostSpecificMethod ( reflect.Method method, Class targetClass ) [static] : reflect.Method
[run-time name: org/apache/cxf/service/invoker/AbstractInvoker.getMostSpecificMethod:(Ljava/lang/reflect/Method;Ljava/lang/Class;)Ljava/lang/reflect/Method;]
AbstractInvoker.getServiceObject ( org.apache.cxf.message.Exchange p1 ) [abstract] : Object
[run-time name: org/apache/cxf/service/invoker/AbstractInvoker.getServiceObject:(Lorg/apache/cxf/message/Exchange;)Ljava/lang/Object;]
AbstractInvoker.insertExchange ( reflect.Method method, Object[ ] params, org.apache.cxf.message.Exchange context ) : Object[ ]
[run-time name: org/apache/cxf/service/invoker/AbstractInvoker.insertExchange:(Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/cxf/message/Exchange;)[Ljava/lang/Object;]
AbstractInvoker.invoke ( org.apache.cxf.message.Exchange exchange, Object o ) : Object
[run-time name: org/apache/cxf/service/invoker/AbstractInvoker.invoke:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)Ljava/lang/Object;]
AbstractInvoker.invoke ( org.apache.cxf.message.Exchange exchange, Object serviceObject, reflect.Method m, java.util.List params ) : Object
[run-time name: org/apache/cxf/service/invoker/AbstractInvoker.invoke:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;Ljava/lang/reflect/Method;Ljava/util/List;)Ljava/lang/Object;]
AbstractInvoker.isJdkDynamicProxy ( Object object ) [static] : boolean
[run-time name: org/apache/cxf/service/invoker/AbstractInvoker.isJdkDynamicProxy:(Ljava/lang/Object;)Z]
AbstractInvoker.performInvocation ( org.apache.cxf.message.Exchange exchange, Object serviceObject, reflect.Method m, Object[ ] paramArray ) : Object
[run-time name: org/apache/cxf/service/invoker/AbstractInvoker.performInvocation:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
AbstractInvoker.releaseServiceObject ( org.apache.cxf.message.Exchange context, Object obj ) : void
[run-time name: org/apache/cxf/service/invoker/AbstractInvoker.releaseServiceObject:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractJAXBProvider.class
package org.apache.cxf.jaxrs.provider
AbstractJAXBProvider.AbstractJAXBProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider."<init>":()V]
AbstractJAXBProvider.canBeReadAsJaxbElement ( Class type ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.canBeReadAsJaxbElement:(Ljava/lang/Class;)Z]
AbstractJAXBProvider.checkAdapter ( Object obj, Class cls, annotation.Annotation[ ] anns, boolean marshal ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.checkAdapter:(Ljava/lang/Object;Ljava/lang/Class;[Ljava/lang/annotation/Annotation;Z)Ljava/lang/Object;]
AbstractJAXBProvider.checkContentLength ( ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.checkContentLength:()V]
AbstractJAXBProvider.clearContexts ( ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.clearContexts:()V]
AbstractJAXBProvider.convertToJaxbElementIfNeeded ( Object obj, Class cls, reflect.Type genericType ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.convertToJaxbElementIfNeeded:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;)Ljava/lang/Object;]
AbstractJAXBProvider.createMarshaller ( Object obj, Class cls, reflect.Type genericType, String enc ) : javax.xml.bind.Marshaller
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.createMarshaller:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;Ljava/lang/String;)Ljavax/xml/bind/Marshaller;]
AbstractJAXBProvider.createTransformReaderIfNeeded ( javax.xml.stream.XMLStreamReader reader, java.io.InputStream is ) : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.createTransformReaderIfNeeded:(Ljavax/xml/stream/XMLStreamReader;Ljava/io/InputStream;)Ljavax/xml/stream/XMLStreamReader;]
AbstractJAXBProvider.createTransformWriterIfNeeded ( javax.xml.stream.XMLStreamWriter writer, java.io.OutputStream os ) : javax.xml.stream.XMLStreamWriter
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.createTransformWriterIfNeeded:(Ljavax/xml/stream/XMLStreamWriter;Ljava/io/OutputStream;)Ljavax/xml/stream/XMLStreamWriter;]
AbstractJAXBProvider.createUnmarshaller ( Class cls, reflect.Type genericType ) : javax.xml.bind.Unmarshaller
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.createUnmarshaller:(Ljava/lang/Class;Ljava/lang/reflect/Type;)Ljavax/xml/bind/Unmarshaller;]
AbstractJAXBProvider.createUnmarshaller ( Class cls, reflect.Type genericType, boolean isCollection ) : javax.xml.bind.Unmarshaller
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.createUnmarshaller:(Ljava/lang/Class;Ljava/lang/reflect/Type;Z)Ljavax/xml/bind/Unmarshaller;]
AbstractJAXBProvider.getActualType ( Class type, reflect.Type genericType, annotation.Annotation[ ] anns ) : Class
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.getActualType:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;)Ljava/lang/Class;]
AbstractJAXBProvider.getClassContext ( Class type ) : javax.xml.bind.JAXBContext
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.getClassContext:(Ljava/lang/Class;)Ljavax/xml/bind/JAXBContext;]
AbstractJAXBProvider.getCollectionContext ( Class type ) : javax.xml.bind.JAXBContext
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.getCollectionContext:(Ljava/lang/Class;)Ljavax/xml/bind/JAXBContext;]
AbstractJAXBProvider.getCollectionWrapperQName ( Class cls, reflect.Type type, Object object, boolean pluralName ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.getCollectionWrapperQName:(Ljava/lang/Class;Ljava/lang/reflect/Type;Ljava/lang/Object;Z)Ljavax/xml/namespace/QName;]
AbstractJAXBProvider.getContext ( ) : org.apache.cxf.jaxrs.ext.MessageContext
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.getContext:()Lorg/apache/cxf/jaxrs/ext/MessageContext;]
AbstractJAXBProvider.getJAXBContext ( Class type, reflect.Type genericType ) : javax.xml.bind.JAXBContext
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.getJAXBContext:(Ljava/lang/Class;Ljava/lang/reflect/Type;)Ljavax/xml/bind/JAXBContext;]
AbstractJAXBProvider.getJaxbQName ( Class cls, reflect.Type type, Object object, boolean pluralName ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.getJaxbQName:(Ljava/lang/Class;Ljava/lang/reflect/Type;Ljava/lang/Object;Z)Ljavax/xml/namespace/QName;]
AbstractJAXBProvider.getPackageContext ( Class type ) : javax.xml.bind.JAXBContext
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.getPackageContext:(Ljava/lang/Class;)Ljavax/xml/bind/JAXBContext;]
AbstractJAXBProvider.getSchema ( ) : javax.xml.validation.Schema
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.getSchema:()Ljavax/xml/validation/Schema;]
AbstractJAXBProvider.getSize ( Object o, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : long
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.getSize:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J]
AbstractJAXBProvider.getStackTrace ( Exception ex ) [static] : String
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.getStackTrace:(Ljava/lang/Exception;)Ljava/lang/String;]
AbstractJAXBProvider.getStaxHandlerFromCurrentMessage ( Class staxCls ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.getStaxHandlerFromCurrentMessage:(Ljava/lang/Class;)Ljava/lang/Object;]
AbstractJAXBProvider.handleJAXBException ( javax.xml.bind.JAXBException e, boolean read ) [static] : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.handleJAXBException:(Ljavax/xml/bind/JAXBException;Z)V]
AbstractJAXBProvider.init ( java.util.List cris ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.init:(Ljava/util/List;)V]
AbstractJAXBProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.isReadable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
AbstractJAXBProvider.isSkipJaxbChecks ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.isSkipJaxbChecks:()Z]
AbstractJAXBProvider.isSupported ( Class type, reflect.Type genericType, annotation.Annotation[ ] anns ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.isSupported:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;)Z]
AbstractJAXBProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.isWriteable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
AbstractJAXBProvider.isXmlRoot ( Class cls ) [static] : boolean
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.isXmlRoot:(Ljava/lang/Class;)Z]
AbstractJAXBProvider.objectFactoryOrIndexAvailable ( Class type ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.objectFactoryOrIndexAvailable:(Ljava/lang/Class;)Z]
AbstractJAXBProvider.setAttributesToElements ( boolean value ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setAttributesToElements:(Z)V]
AbstractJAXBProvider.setCollectionWrapperMap ( java.util.Map map ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setCollectionWrapperMap:(Ljava/util/Map;)V]
AbstractJAXBProvider.setCollectionWrapperName ( String wName ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setCollectionWrapperName:(Ljava/lang/String;)V]
AbstractJAXBProvider.setContext ( org.apache.cxf.jaxrs.ext.MessageContext context ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setContext:(Lorg/apache/cxf/jaxrs/ext/MessageContext;)V]
AbstractJAXBProvider.setContextProperties ( java.util.Map contextProperties ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setContextProperties:(Ljava/util/Map;)V]
AbstractJAXBProvider.setExtraClass ( Class[ ] userExtraClass ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setExtraClass:([Ljava/lang/Class;)V]
AbstractJAXBProvider.setInAppendElements ( java.util.Map inElements ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setInAppendElements:(Ljava/util/Map;)V]
AbstractJAXBProvider.setInDropElements ( java.util.List dropElementsSet ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setInDropElements:(Ljava/util/List;)V]
AbstractJAXBProvider.setInTransformElements ( java.util.Map inElements ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setInTransformElements:(Ljava/util/Map;)V]
AbstractJAXBProvider.setJaxbElementClassMap ( java.util.Map map ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setJaxbElementClassMap:(Ljava/util/Map;)V]
AbstractJAXBProvider.setJaxbElementClassNames ( java.util.List names ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setJaxbElementClassNames:(Ljava/util/List;)V]
AbstractJAXBProvider.setMarshallAsJaxbElement ( boolean value ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setMarshallAsJaxbElement:(Z)V]
AbstractJAXBProvider.setOutAppendElements ( java.util.Map map ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setOutAppendElements:(Ljava/util/Map;)V]
AbstractJAXBProvider.setOutDropElements ( java.util.List dropElementsSet ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setOutDropElements:(Ljava/util/List;)V]
AbstractJAXBProvider.setOutTransformElements ( java.util.Map outElements ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setOutTransformElements:(Ljava/util/Map;)V]
AbstractJAXBProvider.setSchema ( javax.xml.validation.Schema s ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setSchema:(Ljavax/xml/validation/Schema;)V]
AbstractJAXBProvider.setSchemaLocations ( java.util.List locations ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setSchemaLocations:(Ljava/util/List;)V]
AbstractJAXBProvider.setSingleJaxbContext ( boolean useSingleContext ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setSingleJaxbContext:(Z)V]
AbstractJAXBProvider.setSkipJaxbChecks ( boolean skipJaxbChecks ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setSkipJaxbChecks:(Z)V]
AbstractJAXBProvider.setUnmarshallAsJaxbElement ( boolean value ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setUnmarshallAsJaxbElement:(Z)V]
AbstractJAXBProvider.setUnmarshallerProperties ( java.util.Map unmarshalProperties ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setUnmarshallerProperties:(Ljava/util/Map;)V]
AbstractJAXBProvider.setValidateBeforeWrite ( boolean validateBeforeWrite ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setValidateBeforeWrite:(Z)V]
AbstractJAXBProvider.setValidateOutput ( boolean validateOutput ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setValidateOutput:(Z)V]
AbstractJAXBProvider.setValidationHandler ( javax.xml.bind.ValidationEventHandler handler ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.setValidationHandler:(Ljavax/xml/bind/ValidationEventHandler;)V]
AbstractJAXBProvider.validateObjectIfNeeded ( javax.xml.bind.Marshaller marshaller, Object obj ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.validateObjectIfNeeded:(Ljavax/xml/bind/Marshaller;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractJAXRSFactoryBean.class
package org.apache.cxf.jaxrs
AbstractJAXRSFactoryBean.AbstractJAXRSFactoryBean ( )
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean."<init>":()V]
AbstractJAXRSFactoryBean.AbstractJAXRSFactoryBean ( JAXRSServiceFactoryBean serviceFactory )
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean."<init>":(Lorg/apache/cxf/jaxrs/JAXRSServiceFactoryBean;)V]
AbstractJAXRSFactoryBean.checkResources ( boolean server ) : void
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.checkResources:(Z)V]
AbstractJAXRSFactoryBean.createBindingInfo ( ) : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.createBindingInfo:()Lorg/apache/cxf/service/model/BindingInfo;]
AbstractJAXRSFactoryBean.createEndpoint ( ) : org.apache.cxf.endpoint.Endpoint
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.createEndpoint:()Lorg/apache/cxf/endpoint/Endpoint;]
AbstractJAXRSFactoryBean.createEndpointInfo ( ) : org.apache.cxf.service.model.EndpointInfo
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.createEndpointInfo:()Lorg/apache/cxf/service/model/EndpointInfo;]
AbstractJAXRSFactoryBean.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.getBus:()Lorg/apache/cxf/Bus;]
AbstractJAXRSFactoryBean.getProviders ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.getProviders:()Ljava/util/List;]
AbstractJAXRSFactoryBean.getServiceFactory ( ) : JAXRSServiceFactoryBean
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.getServiceFactory:()Lorg/apache/cxf/jaxrs/JAXRSServiceFactoryBean;]
AbstractJAXRSFactoryBean.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.setBus:(Lorg/apache/cxf/Bus;)V]
AbstractJAXRSFactoryBean.setDataBindingProvider ( provider.ProviderFactory factory, org.apache.cxf.service.Service s ) : void
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.setDataBindingProvider:(Lorg/apache/cxf/jaxrs/provider/ProviderFactory;Lorg/apache/cxf/service/Service;)V]
AbstractJAXRSFactoryBean.setModelBeans ( java.util.List resources ) : void
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.setModelBeans:(Ljava/util/List;)V]
AbstractJAXRSFactoryBean.setModelBeans ( model.UserResource[ ] resources ) : void
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.setModelBeans:([Lorg/apache/cxf/jaxrs/model/UserResource;)V]
AbstractJAXRSFactoryBean.setModelBeansWithServiceClass ( java.util.List resources, Class[ ] sClasses ) : void
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.setModelBeansWithServiceClass:(Ljava/util/List;[Ljava/lang/Class;)V]
AbstractJAXRSFactoryBean.setModelRef ( String modelRef ) : void
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.setModelRef:(Ljava/lang/String;)V]
AbstractJAXRSFactoryBean.setModelRefWithServiceClass ( String modelRef, Class[ ] sClasses ) : void
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.setModelRefWithServiceClass:(Ljava/lang/String;[Ljava/lang/Class;)V]
AbstractJAXRSFactoryBean.setProvider ( Object provider ) : void
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.setProvider:(Ljava/lang/Object;)V]
AbstractJAXRSFactoryBean.setProviders ( java.util.List providers ) : void
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.setProviders:(Ljava/util/List;)V]
AbstractJAXRSFactoryBean.setSchemaLocation ( String schema ) : void
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.setSchemaLocation:(Ljava/lang/String;)V]
AbstractJAXRSFactoryBean.setSchemaLocations ( java.util.List schemas ) : void
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.setSchemaLocations:(Ljava/util/List;)V]
AbstractJAXRSFactoryBean.setServiceFactory ( JAXRSServiceFactoryBean serviceFactory ) : void
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.setServiceFactory:(Lorg/apache/cxf/jaxrs/JAXRSServiceFactoryBean;)V]
AbstractJAXRSFactoryBean.setServiceName ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.setServiceName:(Ljavax/xml/namespace/QName;)V]
AbstractJAXRSFactoryBean.setupFactory ( org.apache.cxf.endpoint.Endpoint ep ) : provider.ProviderFactory
[run-time name: org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.setupFactory:(Lorg/apache/cxf/endpoint/Endpoint;)Lorg/apache/cxf/jaxrs/provider/ProviderFactory;]
openejb-cxf-bundle-2.5.2.jar, AbstractJAXWSGenerator.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws.generators
AbstractJAXWSGenerator.AbstractJAXWSGenerator ( )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/AbstractJAXWSGenerator."<init>":()V]
AbstractJAXWSGenerator.generate ( org.apache.cxf.tools.common.ToolContext p1 ) [abstract] : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/AbstractJAXWSGenerator.generate:(Lorg/apache/cxf/tools/common/ToolContext;)V]
AbstractJAXWSGenerator.passthrough ( ) [abstract] : boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/AbstractJAXWSGenerator.passthrough:()Z]
AbstractJAXWSGenerator.register ( org.apache.cxf.tools.util.ClassCollector collector, String packageName, String fileName ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/AbstractJAXWSGenerator.register:(Lorg/apache/cxf/tools/util/ClassCollector;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractJAXWSHandlerInterceptor.class
package org.apache.cxf.jaxws.handler
AbstractJAXWSHandlerInterceptor.AbstractJAXWSHandlerInterceptor ( javax.xml.ws.Binding b, String phase )
[run-time name: org/apache/cxf/jaxws/handler/AbstractJAXWSHandlerInterceptor."<init>":(Ljavax/xml/ws/Binding;Ljava/lang/String;)V]
AbstractJAXWSHandlerInterceptor.getBinding ( ) : javax.xml.ws.Binding
[run-time name: org/apache/cxf/jaxws/handler/AbstractJAXWSHandlerInterceptor.getBinding:()Ljavax/xml/ws/Binding;]
AbstractJAXWSHandlerInterceptor.getInvoker ( org.apache.cxf.message.Message message ) : HandlerChainInvoker
[run-time name: org/apache/cxf/jaxws/handler/AbstractJAXWSHandlerInterceptor.getInvoker:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/jaxws/handler/HandlerChainInvoker;]
AbstractJAXWSHandlerInterceptor.getOpQName ( org.apache.cxf.message.Exchange ex, Object data ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/handler/AbstractJAXWSHandlerInterceptor.getOpQName:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)Ljavax/xml/namespace/QName;]
AbstractJAXWSHandlerInterceptor.isMEPComlete ( org.apache.cxf.message.Message message ) : boolean
[run-time name: org/apache/cxf/jaxws/handler/AbstractJAXWSHandlerInterceptor.isMEPComlete:(Lorg/apache/cxf/message/Message;)Z]
AbstractJAXWSHandlerInterceptor.isOutbound ( org.apache.cxf.message.Message message ) : boolean
[run-time name: org/apache/cxf/jaxws/handler/AbstractJAXWSHandlerInterceptor.isOutbound:(Lorg/apache/cxf/message/Message;)Z]
AbstractJAXWSHandlerInterceptor.onCompletion ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxws/handler/AbstractJAXWSHandlerInterceptor.onCompletion:(Lorg/apache/cxf/message/Message;)V]
AbstractJAXWSHandlerInterceptor.setupBindingOperationInfo ( org.apache.cxf.message.Exchange exch, Object data ) : void
[run-time name: org/apache/cxf/jaxws/handler/AbstractJAXWSHandlerInterceptor.setupBindingOperationInfo:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractJAXWSMethodInvoker.class
package org.apache.cxf.jaxws
AbstractJAXWSMethodInvoker.AbstractJAXWSMethodInvoker ( Object bean )
[run-time name: org/apache/cxf/jaxws/AbstractJAXWSMethodInvoker."<init>":(Ljava/lang/Object;)V]
AbstractJAXWSMethodInvoker.AbstractJAXWSMethodInvoker ( org.apache.cxf.service.invoker.Factory factory )
[run-time name: org/apache/cxf/jaxws/AbstractJAXWSMethodInvoker."<init>":(Lorg/apache/cxf/service/invoker/Factory;)V]
AbstractJAXWSMethodInvoker.addHandlerProperties ( context.WrappedMessageContext ctx, java.util.Map handlerScopedStuff ) : void
[run-time name: org/apache/cxf/jaxws/AbstractJAXWSMethodInvoker.addHandlerProperties:(Lorg/apache/cxf/jaxws/context/WrappedMessageContext;Ljava/util/Map;)V]
AbstractJAXWSMethodInvoker.createFault ( Throwable ex, reflect.Method m, java.util.List params, boolean checked ) : org.apache.cxf.interceptor.Fault
[run-time name: org/apache/cxf/jaxws/AbstractJAXWSMethodInvoker.createFault:(Ljava/lang/Throwable;Ljava/lang/reflect/Method;Ljava/util/List;Z)Lorg/apache/cxf/interceptor/Fault;]
AbstractJAXWSMethodInvoker.findSoapFaultException ( Throwable ex ) : javax.xml.ws.soap.SOAPFaultException
[run-time name: org/apache/cxf/jaxws/AbstractJAXWSMethodInvoker.findSoapFaultException:(Ljava/lang/Throwable;)Ljavax/xml/ws/soap/SOAPFaultException;]
AbstractJAXWSMethodInvoker.removeHandlerProperties ( context.WrappedMessageContext ctx ) : java.util.Map
[run-time name: org/apache/cxf/jaxws/AbstractJAXWSMethodInvoker.removeHandlerProperties:(Lorg/apache/cxf/jaxws/context/WrappedMessageContext;)Ljava/util/Map;]
AbstractJAXWSMethodInvoker.updateHeader ( org.apache.cxf.message.Exchange exchange, javax.xml.ws.handler.MessageContext ctx ) : void
[run-time name: org/apache/cxf/jaxws/AbstractJAXWSMethodInvoker.updateHeader:(Lorg/apache/cxf/message/Exchange;Ljavax/xml/ws/handler/MessageContext;)V]
AbstractJAXWSMethodInvoker.updateWebServiceContext ( org.apache.cxf.message.Exchange exchange, javax.xml.ws.handler.MessageContext ctx ) : void
[run-time name: org/apache/cxf/jaxws/AbstractJAXWSMethodInvoker.updateWebServiceContext:(Lorg/apache/cxf/message/Exchange;Ljavax/xml/ws/handler/MessageContext;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractJsonpOutInterceptor.class
package org.apache.cxf.jaxrs.provider.jsonp
AbstractJsonpOutInterceptor.AbstractJsonpOutInterceptor ( String phase )
[run-time name: org/apache/cxf/jaxrs/provider/jsonp/AbstractJsonpOutInterceptor."<init>":(Ljava/lang/String;)V]
AbstractJsonpOutInterceptor.getCallbackValue ( org.apache.cxf.message.Message message ) : String
[run-time name: org/apache/cxf/jaxrs/provider/jsonp/AbstractJsonpOutInterceptor.getCallbackValue:(Lorg/apache/cxf/message/Message;)Ljava/lang/String;]
AbstractJsonpOutInterceptor.writeValue ( org.apache.cxf.message.Message message, String value ) : void
[run-time name: org/apache/cxf/jaxrs/provider/jsonp/AbstractJsonpOutInterceptor.writeValue:(Lorg/apache/cxf/message/Message;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractLoggingInterceptor.class
package org.apache.cxf.interceptor
AbstractLoggingInterceptor.AbstractLoggingInterceptor ( String id, String phase )
[run-time name: org/apache/cxf/interceptor/AbstractLoggingInterceptor."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
AbstractLoggingInterceptor.AbstractLoggingInterceptor ( String phase )
[run-time name: org/apache/cxf/interceptor/AbstractLoggingInterceptor."<init>":(Ljava/lang/String;)V]
AbstractLoggingInterceptor.getLimit ( ) : int
[run-time name: org/apache/cxf/interceptor/AbstractLoggingInterceptor.getLimit:()I]
AbstractLoggingInterceptor.getLogger ( ) [abstract] : java.util.logging.Logger
[run-time name: org/apache/cxf/interceptor/AbstractLoggingInterceptor.getLogger:()Ljava/util/logging/Logger;]
AbstractLoggingInterceptor.getPrintWriter ( ) : java.io.PrintWriter
[run-time name: org/apache/cxf/interceptor/AbstractLoggingInterceptor.getPrintWriter:()Ljava/io/PrintWriter;]
AbstractLoggingInterceptor.isPrettyLogging ( ) : boolean
[run-time name: org/apache/cxf/interceptor/AbstractLoggingInterceptor.isPrettyLogging:()Z]
AbstractLoggingInterceptor.log ( java.util.logging.Logger logger, String message ) : void
[run-time name: org/apache/cxf/interceptor/AbstractLoggingInterceptor.log:(Ljava/util/logging/Logger;Ljava/lang/String;)V]
AbstractLoggingInterceptor.setLimit ( int lim ) : void
[run-time name: org/apache/cxf/interceptor/AbstractLoggingInterceptor.setLimit:(I)V]
AbstractLoggingInterceptor.setOutputLocation ( String s ) : void
[run-time name: org/apache/cxf/interceptor/AbstractLoggingInterceptor.setOutputLocation:(Ljava/lang/String;)V]
AbstractLoggingInterceptor.setPrettyLogging ( boolean flag ) : void
[run-time name: org/apache/cxf/interceptor/AbstractLoggingInterceptor.setPrettyLogging:(Z)V]
AbstractLoggingInterceptor.setPrintWriter ( java.io.PrintWriter w ) : void
[run-time name: org/apache/cxf/interceptor/AbstractLoggingInterceptor.setPrintWriter:(Ljava/io/PrintWriter;)V]
AbstractLoggingInterceptor.transform ( String originalLogString ) : String
[run-time name: org/apache/cxf/interceptor/AbstractLoggingInterceptor.transform:(Ljava/lang/String;)Ljava/lang/String;]
AbstractLoggingInterceptor.writePayload ( StringBuilder builder, org.apache.cxf.io.CachedOutputStream cos, String encoding, String contentType ) : void
[run-time name: org/apache/cxf/interceptor/AbstractLoggingInterceptor.writePayload:(Ljava/lang/StringBuilder;Lorg/apache/cxf/io/CachedOutputStream;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractMessageContainer.class
package org.apache.cxf.service.model
AbstractMessageContainer.addMessagePart ( javax.xml.namespace.QName name ) : MessagePartInfo
[run-time name: org/apache/cxf/service/model/AbstractMessageContainer.addMessagePart:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/service/model/MessagePartInfo;]
AbstractMessageContainer.addMessagePart ( MessagePartInfo part ) : void
[run-time name: org/apache/cxf/service/model/AbstractMessageContainer.addMessagePart:(Lorg/apache/cxf/service/model/MessagePartInfo;)V]
AbstractMessageContainer.addMessagePart ( String name ) : MessagePartInfo
[run-time name: org/apache/cxf/service/model/AbstractMessageContainer.addMessagePart:(Ljava/lang/String;)Lorg/apache/cxf/service/model/MessagePartInfo;]
AbstractMessageContainer.addOutOfBandMessagePart ( javax.xml.namespace.QName name ) : MessagePartInfo
[run-time name: org/apache/cxf/service/model/AbstractMessageContainer.addOutOfBandMessagePart:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/service/model/MessagePartInfo;]
AbstractMessageContainer.equals ( Object o ) : boolean
[run-time name: org/apache/cxf/service/model/AbstractMessageContainer.equals:(Ljava/lang/Object;)Z]
AbstractMessageContainer.getMessageDocumentation ( ) : String
[run-time name: org/apache/cxf/service/model/AbstractMessageContainer.getMessageDocumentation:()Ljava/lang/String;]
AbstractMessageContainer.getMessagePart ( int n ) : MessagePartInfo
[run-time name: org/apache/cxf/service/model/AbstractMessageContainer.getMessagePart:(I)Lorg/apache/cxf/service/model/MessagePartInfo;]
AbstractMessageContainer.getMessagePart ( javax.xml.namespace.QName name ) : MessagePartInfo
[run-time name: org/apache/cxf/service/model/AbstractMessageContainer.getMessagePart:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/service/model/MessagePartInfo;]
AbstractMessageContainer.getMessagePartByIndex ( int i ) : MessagePartInfo
[run-time name: org/apache/cxf/service/model/AbstractMessageContainer.getMessagePartByIndex:(I)Lorg/apache/cxf/service/model/MessagePartInfo;]
AbstractMessageContainer.getMessagePartIndex ( MessagePartInfo part ) : int
[run-time name: org/apache/cxf/service/model/AbstractMessageContainer.getMessagePartIndex:(Lorg/apache/cxf/service/model/MessagePartInfo;)I]
AbstractMessageContainer.getMessagePartQName ( String name ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/model/AbstractMessageContainer.getMessagePartQName:(Ljava/lang/String;)Ljavax/xml/namespace/QName;]
AbstractMessageContainer.getMessageParts ( ) : java.util.List
[run-time name: org/apache/cxf/service/model/AbstractMessageContainer.getMessageParts:()Ljava/util/List;]
AbstractMessageContainer.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/model/AbstractMessageContainer.getName:()Ljavax/xml/namespace/QName;]
AbstractMessageContainer.getOperation ( ) : OperationInfo
[run-time name: org/apache/cxf/service/model/AbstractMessageContainer.getOperation:()Lorg/apache/cxf/service/model/OperationInfo;]
AbstractMessageContainer.getOutOfBandParts ( ) : java.util.List
[run-time name: org/apache/cxf/service/model/AbstractMessageContainer.getOutOfBandParts:()Ljava/util/List;]
AbstractMessageContainer.hashCode ( ) : int
[run-time name: org/apache/cxf/service/model/AbstractMessageContainer.hashCode:()I]
AbstractMessageContainer.removeMessagePart ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/service/model/AbstractMessageContainer.removeMessagePart:(Ljavax/xml/namespace/QName;)V]
AbstractMessageContainer.setMessageDocumentation ( String doc ) : void
[run-time name: org/apache/cxf/service/model/AbstractMessageContainer.setMessageDocumentation:(Ljava/lang/String;)V]
AbstractMessageContainer.size ( ) : int
[run-time name: org/apache/cxf/service/model/AbstractMessageContainer.size:()I]
openejb-cxf-bundle-2.5.2.jar, AbstractMessageReader.class
package org.apache.cxf.aegis.xml
AbstractMessageReader.AbstractMessageReader ( )
[run-time name: org/apache/cxf/aegis/xml/AbstractMessageReader."<init>":()V]
AbstractMessageReader.getValueAsBoolean ( ) : boolean
[run-time name: org/apache/cxf/aegis/xml/AbstractMessageReader.getValueAsBoolean:()Z]
AbstractMessageReader.getValueAsCharacter ( ) : char
[run-time name: org/apache/cxf/aegis/xml/AbstractMessageReader.getValueAsCharacter:()C]
AbstractMessageReader.getValueAsDouble ( ) : double
[run-time name: org/apache/cxf/aegis/xml/AbstractMessageReader.getValueAsDouble:()D]
AbstractMessageReader.getValueAsFloat ( ) : float
[run-time name: org/apache/cxf/aegis/xml/AbstractMessageReader.getValueAsFloat:()F]
AbstractMessageReader.getValueAsInt ( ) : int
[run-time name: org/apache/cxf/aegis/xml/AbstractMessageReader.getValueAsInt:()I]
AbstractMessageReader.getValueAsLong ( ) : long
[run-time name: org/apache/cxf/aegis/xml/AbstractMessageReader.getValueAsLong:()J]
AbstractMessageReader.getXMLStreamReader ( ) : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/aegis/xml/AbstractMessageReader.getXMLStreamReader:()Ljavax/xml/stream/XMLStreamReader;]
AbstractMessageReader.hasValue ( ) : boolean
[run-time name: org/apache/cxf/aegis/xml/AbstractMessageReader.hasValue:()Z]
AbstractMessageReader.isXsiNil ( ) : boolean
[run-time name: org/apache/cxf/aegis/xml/AbstractMessageReader.isXsiNil:()Z]
AbstractMessageReader.readToEnd ( ) : void
[run-time name: org/apache/cxf/aegis/xml/AbstractMessageReader.readToEnd:()V]
openejb-cxf-bundle-2.5.2.jar, AbstractMessageResponseTimeInterceptor.class
package org.apache.cxf.management.interceptor
AbstractMessageResponseTimeInterceptor.beginHandlingMessage ( org.apache.cxf.message.Exchange ex ) : void
[run-time name: org/apache/cxf/management/interceptor/AbstractMessageResponseTimeInterceptor.beginHandlingMessage:(Lorg/apache/cxf/message/Exchange;)V]
AbstractMessageResponseTimeInterceptor.endHandlingMessage ( org.apache.cxf.message.Exchange ex ) : void
[run-time name: org/apache/cxf/management/interceptor/AbstractMessageResponseTimeInterceptor.endHandlingMessage:(Lorg/apache/cxf/message/Exchange;)V]
AbstractMessageResponseTimeInterceptor.isClient ( org.apache.cxf.message.Message msg ) : boolean
[run-time name: org/apache/cxf/management/interceptor/AbstractMessageResponseTimeInterceptor.isClient:(Lorg/apache/cxf/message/Message;)Z]
AbstractMessageResponseTimeInterceptor.setOneWayMessage ( org.apache.cxf.message.Exchange ex ) : void
[run-time name: org/apache/cxf/management/interceptor/AbstractMessageResponseTimeInterceptor.setOneWayMessage:(Lorg/apache/cxf/message/Exchange;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractMessageWriter.class
package org.apache.cxf.aegis.xml
AbstractMessageWriter.AbstractMessageWriter ( )
[run-time name: org/apache/cxf/aegis/xml/AbstractMessageWriter."<init>":()V]
AbstractMessageWriter.writeValueAsBoolean ( boolean b ) : void
[run-time name: org/apache/cxf/aegis/xml/AbstractMessageWriter.writeValueAsBoolean:(Z)V]
AbstractMessageWriter.writeValueAsByte ( Byte b ) : void
[run-time name: org/apache/cxf/aegis/xml/AbstractMessageWriter.writeValueAsByte:(Ljava/lang/Byte;)V]
AbstractMessageWriter.writeValueAsCharacter ( Character char1 ) : void
[run-time name: org/apache/cxf/aegis/xml/AbstractMessageWriter.writeValueAsCharacter:(Ljava/lang/Character;)V]
AbstractMessageWriter.writeValueAsDouble ( Double d ) : void
[run-time name: org/apache/cxf/aegis/xml/AbstractMessageWriter.writeValueAsDouble:(Ljava/lang/Double;)V]
AbstractMessageWriter.writeValueAsFloat ( Float f ) : void
[run-time name: org/apache/cxf/aegis/xml/AbstractMessageWriter.writeValueAsFloat:(Ljava/lang/Float;)V]
AbstractMessageWriter.writeValueAsInt ( Integer i ) : void
[run-time name: org/apache/cxf/aegis/xml/AbstractMessageWriter.writeValueAsInt:(Ljava/lang/Integer;)V]
AbstractMessageWriter.writeValueAsLong ( Long l ) : void
[run-time name: org/apache/cxf/aegis/xml/AbstractMessageWriter.writeValueAsLong:(Ljava/lang/Long;)V]
AbstractMessageWriter.writeValueAsShort ( Short s ) : void
[run-time name: org/apache/cxf/aegis/xml/AbstractMessageWriter.writeValueAsShort:(Ljava/lang/Short;)V]
AbstractMessageWriter.writeXsiNil ( ) : void
[run-time name: org/apache/cxf/aegis/xml/AbstractMessageWriter.writeXsiNil:()V]
AbstractMessageWriter.writeXsiType ( javax.xml.namespace.QName type ) : void
[run-time name: org/apache/cxf/aegis/xml/AbstractMessageWriter.writeXsiType:(Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractMultiplexDestination.class
package org.apache.cxf.transport
AbstractMultiplexDestination.AbstractMultiplexDestination ( org.apache.cxf.Bus b, org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.apache.cxf.service.model.EndpointInfo ei )
[run-time name: org/apache/cxf/transport/AbstractMultiplexDestination."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/service/model/EndpointInfo;)V]
AbstractMultiplexDestination.getAddressWithId ( String id ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/transport/AbstractMultiplexDestination.getAddressWithId:(Ljava/lang/String;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
AbstractMultiplexDestination.getId ( java.util.Map contextMap ) : String
[run-time name: org/apache/cxf/transport/AbstractMultiplexDestination.getId:(Ljava/util/Map;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, AbstractNoStartEndEventProducer.class
package org.apache.cxf.binding.corba.types
AbstractNoStartEndEventProducer.AbstractNoStartEndEventProducer ( )
[run-time name: org/apache/cxf/binding/corba/types/AbstractNoStartEndEventProducer."<init>":()V]
AbstractNoStartEndEventProducer.getAttributes ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/AbstractNoStartEndEventProducer.getAttributes:()Ljava/util/List;]
AbstractNoStartEndEventProducer.getLocalName ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/AbstractNoStartEndEventProducer.getLocalName:()Ljava/lang/String;]
AbstractNoStartEndEventProducer.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/types/AbstractNoStartEndEventProducer.getName:()Ljavax/xml/namespace/QName;]
AbstractNoStartEndEventProducer.getNamespaces ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/AbstractNoStartEndEventProducer.getNamespaces:()Ljava/util/List;]
AbstractNoStartEndEventProducer.getText ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/AbstractNoStartEndEventProducer.getText:()Ljava/lang/String;]
AbstractNoStartEndEventProducer.hasNext ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/types/AbstractNoStartEndEventProducer.hasNext:()Z]
AbstractNoStartEndEventProducer.next ( ) : int
[run-time name: org/apache/cxf/binding/corba/types/AbstractNoStartEndEventProducer.next:()I]
openejb-cxf-bundle-2.5.2.jar, AbstractObservable.class
package org.apache.cxf.transport
AbstractObservable.AbstractObservable ( )
[run-time name: org/apache/cxf/transport/AbstractObservable."<init>":()V]
AbstractObservable.activate ( ) : void
[run-time name: org/apache/cxf/transport/AbstractObservable.activate:()V]
AbstractObservable.deactivate ( ) : void
[run-time name: org/apache/cxf/transport/AbstractObservable.deactivate:()V]
AbstractObservable.getLogger ( ) [abstract] : java.util.logging.Logger
[run-time name: org/apache/cxf/transport/AbstractObservable.getLogger:()Ljava/util/logging/Logger;]
AbstractObservable.getMessageObserver ( ) : MessageObserver
[run-time name: org/apache/cxf/transport/AbstractObservable.getMessageObserver:()Lorg/apache/cxf/transport/MessageObserver;]
AbstractObservable.getTargetReference ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.Bus bus ) [static] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/transport/AbstractObservable.getTargetReference:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/Bus;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
AbstractObservable.getTargetReference ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t, org.apache.cxf.Bus bus ) [static] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/transport/AbstractObservable.getTargetReference:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/Bus;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
AbstractObservable.setMessageObserver ( MessageObserver observer ) : void
[run-time name: org/apache/cxf/transport/AbstractObservable.setMessageObserver:(Lorg/apache/cxf/transport/MessageObserver;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractOutDatabindingInterceptor.class
package org.apache.cxf.interceptor
AbstractOutDatabindingInterceptor.AbstractOutDatabindingInterceptor ( String id, String phase )
[run-time name: org/apache/cxf/interceptor/AbstractOutDatabindingInterceptor."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
AbstractOutDatabindingInterceptor.AbstractOutDatabindingInterceptor ( String phase )
[run-time name: org/apache/cxf/interceptor/AbstractOutDatabindingInterceptor."<init>":(Ljava/lang/String;)V]
AbstractOutDatabindingInterceptor.getDataWriter ( org.apache.cxf.message.Message message, org.apache.cxf.service.Service service, Class output ) : org.apache.cxf.databinding.DataWriter
[run-time name: org/apache/cxf/interceptor/AbstractOutDatabindingInterceptor.getDataWriter:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/service/Service;Ljava/lang/Class;)Lorg/apache/cxf/databinding/DataWriter;]
AbstractOutDatabindingInterceptor.getXMLStreamWriter ( org.apache.cxf.message.Message message ) : javax.xml.stream.XMLStreamWriter
[run-time name: org/apache/cxf/interceptor/AbstractOutDatabindingInterceptor.getXMLStreamWriter:(Lorg/apache/cxf/message/Message;)Ljavax/xml/stream/XMLStreamWriter;]
AbstractOutDatabindingInterceptor.isRequestor ( org.apache.cxf.message.Message message ) : boolean
[run-time name: org/apache/cxf/interceptor/AbstractOutDatabindingInterceptor.isRequestor:(Lorg/apache/cxf/message/Message;)Z]
AbstractOutDatabindingInterceptor.shouldValidate ( org.apache.cxf.message.Message m ) : boolean
[run-time name: org/apache/cxf/interceptor/AbstractOutDatabindingInterceptor.shouldValidate:(Lorg/apache/cxf/message/Message;)Z]
AbstractOutDatabindingInterceptor.writeParts ( org.apache.cxf.message.Message message, org.apache.cxf.message.Exchange exchange, org.apache.cxf.service.model.BindingOperationInfo operation, org.apache.cxf.message.MessageContentsList objs, java.util.List parts ) : void
[run-time name: org/apache/cxf/interceptor/AbstractOutDatabindingInterceptor.writeParts:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/message/Exchange;Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/message/MessageContentsList;Ljava/util/List;)V]
AbstractOutDatabindingInterceptor.writeToOutputStream ( org.apache.cxf.message.Message m, org.apache.cxf.service.model.BindingInfo info, org.apache.cxf.service.Service s ) : boolean
[run-time name: org/apache/cxf/interceptor/AbstractOutDatabindingInterceptor.writeToOutputStream:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/service/model/BindingInfo;Lorg/apache/cxf/service/Service;)Z]
openejb-cxf-bundle-2.5.2.jar, AbstractPhaseInterceptor.class
package org.apache.cxf.phase
AbstractPhaseInterceptor.AbstractPhaseInterceptor ( String i, String p )
[run-time name: org/apache/cxf/phase/AbstractPhaseInterceptor."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
AbstractPhaseInterceptor.AbstractPhaseInterceptor ( String i, String p, boolean uniqueId )
[run-time name: org/apache/cxf/phase/AbstractPhaseInterceptor."<init>":(Ljava/lang/String;Ljava/lang/String;Z)V]
AbstractPhaseInterceptor.AbstractPhaseInterceptor ( String phase )
[run-time name: org/apache/cxf/phase/AbstractPhaseInterceptor."<init>":(Ljava/lang/String;)V]
AbstractPhaseInterceptor.AbstractPhaseInterceptor ( String phase, boolean uniqueId )
[run-time name: org/apache/cxf/phase/AbstractPhaseInterceptor."<init>":(Ljava/lang/String;Z)V]
AbstractPhaseInterceptor.addAfter ( java.util.Collection i ) : void
[run-time name: org/apache/cxf/phase/AbstractPhaseInterceptor.addAfter:(Ljava/util/Collection;)V]
AbstractPhaseInterceptor.addAfter ( String i ) : void
[run-time name: org/apache/cxf/phase/AbstractPhaseInterceptor.addAfter:(Ljava/lang/String;)V]
AbstractPhaseInterceptor.addBefore ( java.util.Collection i ) : void
[run-time name: org/apache/cxf/phase/AbstractPhaseInterceptor.addBefore:(Ljava/util/Collection;)V]
AbstractPhaseInterceptor.addBefore ( String i ) : void
[run-time name: org/apache/cxf/phase/AbstractPhaseInterceptor.addBefore:(Ljava/lang/String;)V]
AbstractPhaseInterceptor.getAdditionalInterceptors ( ) : java.util.Collection
[run-time name: org/apache/cxf/phase/AbstractPhaseInterceptor.getAdditionalInterceptors:()Ljava/util/Collection;]
AbstractPhaseInterceptor.getAfter ( ) : java.util.Set
[run-time name: org/apache/cxf/phase/AbstractPhaseInterceptor.getAfter:()Ljava/util/Set;]
AbstractPhaseInterceptor.getBefore ( ) : java.util.Set
[run-time name: org/apache/cxf/phase/AbstractPhaseInterceptor.getBefore:()Ljava/util/Set;]
AbstractPhaseInterceptor.getId ( ) : String
[run-time name: org/apache/cxf/phase/AbstractPhaseInterceptor.getId:()Ljava/lang/String;]
AbstractPhaseInterceptor.getPhase ( ) : String
[run-time name: org/apache/cxf/phase/AbstractPhaseInterceptor.getPhase:()Ljava/lang/String;]
AbstractPhaseInterceptor.handleFault ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/phase/AbstractPhaseInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
AbstractPhaseInterceptor.isGET ( org.apache.cxf.message.Message message ) : boolean
[run-time name: org/apache/cxf/phase/AbstractPhaseInterceptor.isGET:(Lorg/apache/cxf/message/Message;)Z]
AbstractPhaseInterceptor.isRequestor ( org.apache.cxf.message.Message message ) : boolean
[run-time name: org/apache/cxf/phase/AbstractPhaseInterceptor.isRequestor:(Lorg/apache/cxf/message/Message;)Z]
AbstractPhaseInterceptor.setAfter ( java.util.Collection i ) : void
[run-time name: org/apache/cxf/phase/AbstractPhaseInterceptor.setAfter:(Ljava/util/Collection;)V]
AbstractPhaseInterceptor.setBefore ( java.util.Collection i ) : void
[run-time name: org/apache/cxf/phase/AbstractPhaseInterceptor.setBefore:(Ljava/util/Collection;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractPolicyInterceptor.class
package org.apache.cxf.ws.policy
AbstractPolicyInterceptor.AbstractPolicyInterceptor ( String id, String phase )
[run-time name: org/apache/cxf/ws/policy/AbstractPolicyInterceptor."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
AbstractPolicyInterceptor.AbstractPolicyInterceptor ( String phase )
[run-time name: org/apache/cxf/ws/policy/AbstractPolicyInterceptor."<init>":(Ljava/lang/String;)V]
AbstractPolicyInterceptor.getBindingFaultInfo ( org.apache.cxf.message.Message msg, Exception ex, org.apache.cxf.service.model.BindingOperationInfo boi ) : org.apache.cxf.service.model.BindingFaultInfo
[run-time name: org/apache/cxf/ws/policy/AbstractPolicyInterceptor.getBindingFaultInfo:(Lorg/apache/cxf/message/Message;Ljava/lang/Exception;Lorg/apache/cxf/service/model/BindingOperationInfo;)Lorg/apache/cxf/service/model/BindingFaultInfo;]
AbstractPolicyInterceptor.getTransportAssertions ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/ws/policy/AbstractPolicyInterceptor.getTransportAssertions:(Lorg/apache/cxf/message/Message;)V]
AbstractPolicyInterceptor.handle ( org.apache.cxf.message.Message p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/policy/AbstractPolicyInterceptor.handle:(Lorg/apache/cxf/message/Message;)V]
AbstractPolicyInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/ws/policy/AbstractPolicyInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractPolicyInterceptorProvider.class
package org.apache.cxf.ws.policy
AbstractPolicyInterceptorProvider.AbstractPolicyInterceptorProvider ( java.util.Collection at )
[run-time name: org/apache/cxf/ws/policy/AbstractPolicyInterceptorProvider."<init>":(Ljava/util/Collection;)V]
AbstractPolicyInterceptorProvider.AbstractPolicyInterceptorProvider ( javax.xml.namespace.QName type )
[run-time name: org/apache/cxf/ws/policy/AbstractPolicyInterceptorProvider."<init>":(Ljavax/xml/namespace/QName;)V]
AbstractPolicyInterceptorProvider.getAssertionTypes ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/AbstractPolicyInterceptorProvider.getAssertionTypes:()Ljava/util/Collection;]
AbstractPolicyInterceptorProvider.provideInFaultInterceptors ( org.apache.cxf.message.Message m ) : java.util.List
[run-time name: org/apache/cxf/ws/policy/AbstractPolicyInterceptorProvider.provideInFaultInterceptors:(Lorg/apache/cxf/message/Message;)Ljava/util/List;]
AbstractPolicyInterceptorProvider.provideInInterceptors ( org.apache.cxf.message.Message m ) : java.util.List
[run-time name: org/apache/cxf/ws/policy/AbstractPolicyInterceptorProvider.provideInInterceptors:(Lorg/apache/cxf/message/Message;)Ljava/util/List;]
AbstractPolicyInterceptorProvider.provideOutFaultInterceptors ( org.apache.cxf.message.Message m ) : java.util.List
[run-time name: org/apache/cxf/ws/policy/AbstractPolicyInterceptorProvider.provideOutFaultInterceptors:(Lorg/apache/cxf/message/Message;)Ljava/util/List;]
AbstractPolicyInterceptorProvider.provideOutInterceptors ( org.apache.cxf.message.Message m ) : java.util.List
[run-time name: org/apache/cxf/ws/policy/AbstractPolicyInterceptorProvider.provideOutInterceptors:(Lorg/apache/cxf/message/Message;)Ljava/util/List;]
openejb-cxf-bundle-2.5.2.jar, AbstractPolicyProvider.class
package org.apache.cxf.ws.policy.attachment
AbstractPolicyProvider.AbstractPolicyProvider ( )
[run-time name: org/apache/cxf/ws/policy/attachment/AbstractPolicyProvider."<init>":()V]
AbstractPolicyProvider.AbstractPolicyProvider ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/ws/policy/attachment/AbstractPolicyProvider."<init>":(Lorg/apache/cxf/Bus;)V]
AbstractPolicyProvider.checkResolved ( org.apache.neethi.PolicyReference ref, org.apache.neethi.Policy p ) : void
[run-time name: org/apache/cxf/ws/policy/attachment/AbstractPolicyProvider.checkResolved:(Lorg/apache/neethi/PolicyReference;Lorg/apache/neethi/Policy;)V]
AbstractPolicyProvider.isExternal ( org.apache.neethi.PolicyReference ref ) : boolean
[run-time name: org/apache/cxf/ws/policy/attachment/AbstractPolicyProvider.isExternal:(Lorg/apache/neethi/PolicyReference;)Z]
AbstractPolicyProvider.resolveExternal ( org.apache.neethi.PolicyReference ref, String baseURI ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/attachment/AbstractPolicyProvider.resolveExternal:(Lorg/apache/neethi/PolicyReference;Ljava/lang/String;)Lorg/apache/neethi/Policy;]
AbstractPolicyProvider.setBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b ) : void
[run-time name: org/apache/cxf/ws/policy/attachment/AbstractPolicyProvider.setBuilder:(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
AbstractPolicyProvider.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/ws/policy/attachment/AbstractPolicyProvider.setBus:(Lorg/apache/cxf/Bus;)V]
AbstractPolicyProvider.setRegistry ( org.apache.neethi.PolicyRegistry r ) : void
[run-time name: org/apache/cxf/ws/policy/attachment/AbstractPolicyProvider.setRegistry:(Lorg/apache/neethi/PolicyRegistry;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractPropertiesHolder.class
package org.apache.cxf.service.model
AbstractPropertiesHolder.AbstractPropertiesHolder ( )
[run-time name: org/apache/cxf/service/model/AbstractPropertiesHolder."<init>":()V]
AbstractPropertiesHolder.addExtensionAttribute ( javax.xml.namespace.QName name, Object attr ) : void
[run-time name: org/apache/cxf/service/model/AbstractPropertiesHolder.addExtensionAttribute:(Ljavax/xml/namespace/QName;Ljava/lang/Object;)V]
AbstractPropertiesHolder.addExtensor ( Object el ) : void
[run-time name: org/apache/cxf/service/model/AbstractPropertiesHolder.addExtensor:(Ljava/lang/Object;)V]
AbstractPropertiesHolder.containsExtensor ( Object el ) : boolean
[run-time name: org/apache/cxf/service/model/AbstractPropertiesHolder.containsExtensor:(Ljava/lang/Object;)Z]
AbstractPropertiesHolder.equals ( Object o1, Object o2 ) [static] : boolean
[run-time name: org/apache/cxf/service/model/AbstractPropertiesHolder.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z]
AbstractPropertiesHolder.getDocumentation ( ) : String
[run-time name: org/apache/cxf/service/model/AbstractPropertiesHolder.getDocumentation:()Ljava/lang/String;]
AbstractPropertiesHolder.getExtensionAttribute ( javax.xml.namespace.QName name ) : Object
[run-time name: org/apache/cxf/service/model/AbstractPropertiesHolder.getExtensionAttribute:(Ljavax/xml/namespace/QName;)Ljava/lang/Object;]
AbstractPropertiesHolder.getExtensionAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/service/model/AbstractPropertiesHolder.getExtensionAttributes:()Ljava/util/Map;]
AbstractPropertiesHolder.getExtensor ( Class cls ) : Object
[run-time name: org/apache/cxf/service/model/AbstractPropertiesHolder.getExtensor:(Ljava/lang/Class;)Ljava/lang/Object;]
AbstractPropertiesHolder.getExtensors ( ) : java.util.concurrent.atomic.AtomicReference
[run-time name: org/apache/cxf/service/model/AbstractPropertiesHolder.getExtensors:()Ljava/util/concurrent/atomic/AtomicReference;]
AbstractPropertiesHolder.getExtensors ( Class cls ) : java.util.List
[run-time name: org/apache/cxf/service/model/AbstractPropertiesHolder.getExtensors:(Ljava/lang/Class;)Ljava/util/List;]
AbstractPropertiesHolder.getProperties ( ) : java.util.Map
[run-time name: org/apache/cxf/service/model/AbstractPropertiesHolder.getProperties:()Ljava/util/Map;]
AbstractPropertiesHolder.getProperty ( String name ) : Object
[run-time name: org/apache/cxf/service/model/AbstractPropertiesHolder.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
AbstractPropertiesHolder.getProperty ( String name, Class cls ) : Object
[run-time name: org/apache/cxf/service/model/AbstractPropertiesHolder.getProperty:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
AbstractPropertiesHolder.getTraversedExtensor ( Object defaultValue, Class type ) : Object
[run-time name: org/apache/cxf/service/model/AbstractPropertiesHolder.getTraversedExtensor:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;]
AbstractPropertiesHolder.hasProperty ( String name ) : boolean
[run-time name: org/apache/cxf/service/model/AbstractPropertiesHolder.hasProperty:(Ljava/lang/String;)Z]
AbstractPropertiesHolder.removeProperty ( String name ) : Object
[run-time name: org/apache/cxf/service/model/AbstractPropertiesHolder.removeProperty:(Ljava/lang/String;)Ljava/lang/Object;]
AbstractPropertiesHolder.setDelegate ( AbstractPropertiesHolder p, boolean props ) : void
[run-time name: org/apache/cxf/service/model/AbstractPropertiesHolder.setDelegate:(Lorg/apache/cxf/service/model/AbstractPropertiesHolder;Z)V]
AbstractPropertiesHolder.setDocumentation ( String s ) : void
[run-time name: org/apache/cxf/service/model/AbstractPropertiesHolder.setDocumentation:(Ljava/lang/String;)V]
AbstractPropertiesHolder.setExtensionAttributes ( java.util.Map attrs ) : void
[run-time name: org/apache/cxf/service/model/AbstractPropertiesHolder.setExtensionAttributes:(Ljava/util/Map;)V]
AbstractPropertiesHolder.setProperty ( String name, Object v ) : void
[run-time name: org/apache/cxf/service/model/AbstractPropertiesHolder.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractProtocolHandlerInterceptor.class
package org.apache.cxf.jaxws.handler
AbstractProtocolHandlerInterceptor.AbstractProtocolHandlerInterceptor ( javax.xml.ws.Binding binding )
[run-time name: org/apache/cxf/jaxws/handler/AbstractProtocolHandlerInterceptor."<init>":(Ljavax/xml/ws/Binding;)V]
AbstractProtocolHandlerInterceptor.AbstractProtocolHandlerInterceptor ( javax.xml.ws.Binding binding, String phase )
[run-time name: org/apache/cxf/jaxws/handler/AbstractProtocolHandlerInterceptor."<init>":(Ljavax/xml/ws/Binding;Ljava/lang/String;)V]
AbstractProtocolHandlerInterceptor.createProtocolMessageContext ( org.apache.cxf.message.Message message ) : javax.xml.ws.handler.MessageContext
[run-time name: org/apache/cxf/jaxws/handler/AbstractProtocolHandlerInterceptor.createProtocolMessageContext:(Lorg/apache/cxf/message/Message;)Ljavax/xml/ws/handler/MessageContext;]
AbstractProtocolHandlerInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxws/handler/AbstractProtocolHandlerInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractResourceInfo.class
package org.apache.cxf.jaxrs.model
AbstractResourceInfo.AbstractResourceInfo ( )
[run-time name: org/apache/cxf/jaxrs/model/AbstractResourceInfo."<init>":()V]
AbstractResourceInfo.AbstractResourceInfo ( Class resourceClass, Class serviceClass, boolean isRoot )
[run-time name: org/apache/cxf/jaxrs/model/AbstractResourceInfo."<init>":(Ljava/lang/Class;Ljava/lang/Class;Z)V]
AbstractResourceInfo.clearThreadLocalProxies ( ) : void
[run-time name: org/apache/cxf/jaxrs/model/AbstractResourceInfo.clearThreadLocalProxies:()V]
AbstractResourceInfo.getContextFieldProxy ( reflect.Field f ) : org.apache.cxf.jaxrs.impl.tl.ThreadLocalProxy
[run-time name: org/apache/cxf/jaxrs/model/AbstractResourceInfo.getContextFieldProxy:(Ljava/lang/reflect/Field;)Lorg/apache/cxf/jaxrs/impl/tl/ThreadLocalProxy;]
AbstractResourceInfo.getContextFields ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/model/AbstractResourceInfo.getContextFields:()Ljava/util/List;]
AbstractResourceInfo.getContextMethods ( ) : java.util.Map
[run-time name: org/apache/cxf/jaxrs/model/AbstractResourceInfo.getContextMethods:()Ljava/util/Map;]
AbstractResourceInfo.getContextSetterProxy ( reflect.Method m ) : org.apache.cxf.jaxrs.impl.tl.ThreadLocalProxy
[run-time name: org/apache/cxf/jaxrs/model/AbstractResourceInfo.getContextSetterProxy:(Ljava/lang/reflect/Method;)Lorg/apache/cxf/jaxrs/impl/tl/ThreadLocalProxy;]
AbstractResourceInfo.getResourceClass ( ) : Class
[run-time name: org/apache/cxf/jaxrs/model/AbstractResourceInfo.getResourceClass:()Ljava/lang/Class;]
AbstractResourceInfo.getResourceFieldProxy ( reflect.Field f ) : org.apache.cxf.jaxrs.impl.tl.ThreadLocalProxy
[run-time name: org/apache/cxf/jaxrs/model/AbstractResourceInfo.getResourceFieldProxy:(Ljava/lang/reflect/Field;)Lorg/apache/cxf/jaxrs/impl/tl/ThreadLocalProxy;]
AbstractResourceInfo.getResourceFields ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/model/AbstractResourceInfo.getResourceFields:()Ljava/util/List;]
AbstractResourceInfo.getServiceClass ( ) : Class
[run-time name: org/apache/cxf/jaxrs/model/AbstractResourceInfo.getServiceClass:()Ljava/lang/Class;]
AbstractResourceInfo.isRoot ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/model/AbstractResourceInfo.isRoot:()Z]
AbstractResourceInfo.isSingleton ( ) [abstract] : boolean
[run-time name: org/apache/cxf/jaxrs/model/AbstractResourceInfo.isSingleton:()Z]
AbstractResourceInfo.setResourceClass ( Class rClass ) : void
[run-time name: org/apache/cxf/jaxrs/model/AbstractResourceInfo.setResourceClass:(Ljava/lang/Class;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractRMInterceptor.class
package org.apache.cxf.ws.rm
AbstractRMInterceptor.AbstractRMInterceptor ( )
[run-time name: org/apache/cxf/ws/rm/AbstractRMInterceptor."<init>":()V]
AbstractRMInterceptor.AbstractRMInterceptor ( String phase )
[run-time name: org/apache/cxf/ws/rm/AbstractRMInterceptor."<init>":(Ljava/lang/String;)V]
AbstractRMInterceptor.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/ws/rm/AbstractRMInterceptor.getBus:()Lorg/apache/cxf/Bus;]
AbstractRMInterceptor.getManager ( ) : RMManager
[run-time name: org/apache/cxf/ws/rm/AbstractRMInterceptor.getManager:()Lorg/apache/cxf/ws/rm/RMManager;]
AbstractRMInterceptor.handle ( org.apache.cxf.message.Message p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/rm/AbstractRMInterceptor.handle:(Lorg/apache/cxf/message/Message;)V]
AbstractRMInterceptor.handleMessage ( org.apache.cxf.message.Message msg ) : void
[run-time name: org/apache/cxf/ws/rm/AbstractRMInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
AbstractRMInterceptor.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/ws/rm/AbstractRMInterceptor.setBus:(Lorg/apache/cxf/Bus;)V]
AbstractRMInterceptor.setManager ( RMManager m ) : void
[run-time name: org/apache/cxf/ws/rm/AbstractRMInterceptor.setManager:(Lorg/apache/cxf/ws/rm/RMManager;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractSamlPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
AbstractSamlPolicyValidator.AbstractSamlPolicyValidator ( )
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractSamlPolicyValidator."<init>":()V]
AbstractSamlPolicyValidator.checkHolderOfKey ( org.apache.ws.security.saml.ext.AssertionWrapper assertionWrapper, java.util.List signedResults, java.security.cert.Certificate[ ] tlsCerts ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractSamlPolicyValidator.checkHolderOfKey:(Lorg/apache/ws/security/saml/ext/AssertionWrapper;Ljava/util/List;[Ljava/security/cert/Certificate;)Z]
AbstractSamlPolicyValidator.isTokenRequired ( org.apache.cxf.ws.security.policy.model.Token token, org.apache.cxf.message.Message message ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractSamlPolicyValidator.isTokenRequired:(Lorg/apache/cxf/ws/security/policy/model/Token;Lorg/apache/cxf/message/Message;)Z]
openejb-cxf-bundle-2.5.2.jar, AbstractSecurityAssertion.class
package org.apache.cxf.ws.security.policy.model
AbstractSecurityAssertion.AbstractSecurityAssertion ( org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/AbstractSecurityAssertion."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;)V]
AbstractSecurityAssertion.equal ( org.apache.neethi.PolicyComponent policyComponent ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/AbstractSecurityAssertion.equal:(Lorg/apache/neethi/PolicyComponent;)Z]
AbstractSecurityAssertion.getSPConstants ( ) : org.apache.cxf.ws.security.policy.SPConstants
[run-time name: org/apache/cxf/ws/security/policy/model/AbstractSecurityAssertion.getSPConstants:()Lorg/apache/cxf/ws/security/policy/SPConstants;]
AbstractSecurityAssertion.getType ( ) : short
[run-time name: org/apache/cxf/ws/security/policy/model/AbstractSecurityAssertion.getType:()S]
AbstractSecurityAssertion.isIgnorable ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/AbstractSecurityAssertion.isIgnorable:()Z]
AbstractSecurityAssertion.isNormalized ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/AbstractSecurityAssertion.isNormalized:()Z]
AbstractSecurityAssertion.isOptional ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/AbstractSecurityAssertion.isOptional:()Z]
AbstractSecurityAssertion.normalize ( ) : org.apache.neethi.PolicyComponent
[run-time name: org/apache/cxf/ws/security/policy/model/AbstractSecurityAssertion.normalize:()Lorg/apache/neethi/PolicyComponent;]
AbstractSecurityAssertion.setIgnorable ( boolean ignorable ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/AbstractSecurityAssertion.setIgnorable:(Z)V]
AbstractSecurityAssertion.setNormalized ( boolean normalized ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/AbstractSecurityAssertion.setNormalized:(Z)V]
AbstractSecurityAssertion.setOptional ( boolean optional ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/AbstractSecurityAssertion.setOptional:(Z)V]
openejb-cxf-bundle-2.5.2.jar, AbstractSecurityContextInInterceptor.class
package org.apache.cxf.interceptor.security
AbstractSecurityContextInInterceptor.AbstractSecurityContextInInterceptor ( )
[run-time name: org/apache/cxf/interceptor/security/AbstractSecurityContextInInterceptor."<init>":()V]
AbstractSecurityContextInInterceptor.createSecurityContext ( java.security.Principal p, javax.security.auth.Subject subject ) : org.apache.cxf.security.SecurityContext
[run-time name: org/apache/cxf/interceptor/security/AbstractSecurityContextInInterceptor.createSecurityContext:(Ljava/security/Principal;Ljavax/security/auth/Subject;)Lorg/apache/cxf/security/SecurityContext;]
AbstractSecurityContextInInterceptor.createSubject ( org.apache.cxf.common.security.SecurityToken p1 ) [abstract] : javax.security.auth.Subject
[run-time name: org/apache/cxf/interceptor/security/AbstractSecurityContextInInterceptor.createSubject:(Lorg/apache/cxf/common/security/SecurityToken;)Ljavax/security/auth/Subject;]
AbstractSecurityContextInInterceptor.getPrincipal ( java.security.Principal originalPrincipal, javax.security.auth.Subject subject ) : java.security.Principal
[run-time name: org/apache/cxf/interceptor/security/AbstractSecurityContextInInterceptor.getPrincipal:(Ljava/security/Principal;Ljavax/security/auth/Subject;)Ljava/security/Principal;]
AbstractSecurityContextInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/security/AbstractSecurityContextInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
AbstractSecurityContextInInterceptor.reportSecurityException ( String errorMessage ) : void
[run-time name: org/apache/cxf/interceptor/security/AbstractSecurityContextInInterceptor.reportSecurityException:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractSequence.class
package org.apache.cxf.ws.rm
AbstractSequence.AbstractSequence ( v200702.Identifier i, ProtocolVariation p )
[run-time name: org/apache/cxf/ws/rm/AbstractSequence."<init>":(Lorg/apache/cxf/ws/rm/v200702/Identifier;Lorg/apache/cxf/ws/rm/ProtocolVariation;)V]
AbstractSequence.equals ( Object other ) : boolean
[run-time name: org/apache/cxf/ws/rm/AbstractSequence.equals:(Ljava/lang/Object;)Z]
AbstractSequence.getIdentifier ( ) : v200702.Identifier
[run-time name: org/apache/cxf/ws/rm/AbstractSequence.getIdentifier:()Lorg/apache/cxf/ws/rm/v200702/Identifier;]
AbstractSequence.getProtocol ( ) : ProtocolVariation
[run-time name: org/apache/cxf/ws/rm/AbstractSequence.getProtocol:()Lorg/apache/cxf/ws/rm/ProtocolVariation;]
AbstractSequence.hashCode ( ) : int
[run-time name: org/apache/cxf/ws/rm/AbstractSequence.hashCode:()I]
AbstractSequence.identifierEquals ( v200702.Identifier id1, v200702.Identifier id2 ) [static] : boolean
[run-time name: org/apache/cxf/ws/rm/AbstractSequence.identifierEquals:(Lorg/apache/cxf/ws/rm/v200702/Identifier;Lorg/apache/cxf/ws/rm/v200702/Identifier;)Z]
AbstractSequence.isAcknowledged ( long m ) : boolean
[run-time name: org/apache/cxf/ws/rm/AbstractSequence.isAcknowledged:(J)Z]
AbstractSequence.toString ( ) : String
[run-time name: org/apache/cxf/ws/rm/AbstractSequence.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, AbstractServiceConfiguration.class
package org.apache.cxf.service.factory
AbstractServiceConfiguration.AbstractServiceConfiguration ( )
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration."<init>":()V]
AbstractServiceConfiguration.getAction ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method ) : String
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getAction:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)Ljava/lang/String;]
AbstractServiceConfiguration.getEndpointName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getEndpointName:()Ljavax/xml/namespace/QName;]
AbstractServiceConfiguration.getFaultMessageName ( org.apache.cxf.service.model.OperationInfo op, Class exClass, Class beanClass ) : String
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getFaultMessageName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/String;]
AbstractServiceConfiguration.getFaultName ( org.apache.cxf.service.model.InterfaceInfo service, org.apache.cxf.service.model.OperationInfo o, Class exClass, Class beanClass ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getFaultName:(Lorg/apache/cxf/service/model/InterfaceInfo;Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/Class;Ljava/lang/Class;)Ljavax/xml/namespace/QName;]
AbstractServiceConfiguration.getHolderType ( Class cls, reflect.Type type ) : reflect.Type
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getHolderType:(Ljava/lang/Class;Ljava/lang/reflect/Type;)Ljava/lang/reflect/Type;]
AbstractServiceConfiguration.getInParameterName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getInParameterName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;I)Ljavax/xml/namespace/QName;]
AbstractServiceConfiguration.getInPartName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getInPartName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;I)Ljavax/xml/namespace/QName;]
AbstractServiceConfiguration.getInputMessageName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getInputMessageName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)Ljavax/xml/namespace/QName;]
AbstractServiceConfiguration.getInterfaceName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getInterfaceName:()Ljavax/xml/namespace/QName;]
AbstractServiceConfiguration.getMEP ( reflect.Method method ) : String
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getMEP:(Ljava/lang/reflect/Method;)Ljava/lang/String;]
AbstractServiceConfiguration.getOperationName ( org.apache.cxf.service.model.InterfaceInfo service, reflect.Method method ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getOperationName:(Lorg/apache/cxf/service/model/InterfaceInfo;Ljava/lang/reflect/Method;)Ljavax/xml/namespace/QName;]
AbstractServiceConfiguration.getOutParameterName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getOutParameterName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;I)Ljavax/xml/namespace/QName;]
AbstractServiceConfiguration.getOutPartName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getOutPartName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;I)Ljavax/xml/namespace/QName;]
AbstractServiceConfiguration.getOutputMessageName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getOutputMessageName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)Ljavax/xml/namespace/QName;]
AbstractServiceConfiguration.getRequestWrapper ( reflect.Method selected ) : Class
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getRequestWrapper:(Ljava/lang/reflect/Method;)Ljava/lang/Class;]
AbstractServiceConfiguration.getRequestWrapperClassName ( reflect.Method selected ) : String
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getRequestWrapperClassName:(Ljava/lang/reflect/Method;)Ljava/lang/String;]
AbstractServiceConfiguration.getRequestWrapperName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getRequestWrapperName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)Ljavax/xml/namespace/QName;]
AbstractServiceConfiguration.getRequestWrapperPartName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method ) : String
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getRequestWrapperPartName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)Ljava/lang/String;]
AbstractServiceConfiguration.getResponseWrapper ( reflect.Method selected ) : Class
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getResponseWrapper:(Ljava/lang/reflect/Method;)Ljava/lang/Class;]
AbstractServiceConfiguration.getResponseWrapperClassName ( reflect.Method selected ) : String
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getResponseWrapperClassName:(Ljava/lang/reflect/Method;)Ljava/lang/String;]
AbstractServiceConfiguration.getResponseWrapperName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getResponseWrapperName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)Ljavax/xml/namespace/QName;]
AbstractServiceConfiguration.getResponseWrapperPartName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method ) : String
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getResponseWrapperPartName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)Ljava/lang/String;]
AbstractServiceConfiguration.getServiceFactory ( ) : ReflectionServiceFactoryBean
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getServiceFactory:()Lorg/apache/cxf/service/factory/ReflectionServiceFactoryBean;]
AbstractServiceConfiguration.getServiceName ( ) : String
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getServiceName:()Ljava/lang/String;]
AbstractServiceConfiguration.getServiceNamespace ( ) : String
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getServiceNamespace:()Ljava/lang/String;]
AbstractServiceConfiguration.getStyle ( ) : String
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getStyle:()Ljava/lang/String;]
AbstractServiceConfiguration.getWrapperPartMaxOccurs ( org.apache.cxf.service.model.MessagePartInfo mpi ) : Long
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getWrapperPartMaxOccurs:(Lorg/apache/cxf/service/model/MessagePartInfo;)Ljava/lang/Long;]
AbstractServiceConfiguration.getWrapperPartMinOccurs ( org.apache.cxf.service.model.MessagePartInfo mpi ) : Long
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getWrapperPartMinOccurs:(Lorg/apache/cxf/service/model/MessagePartInfo;)Ljava/lang/Long;]
AbstractServiceConfiguration.getWsdlURL ( ) : String
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.getWsdlURL:()Ljava/lang/String;]
AbstractServiceConfiguration.hasOutMessage ( reflect.Method m ) : Boolean
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.hasOutMessage:(Ljava/lang/reflect/Method;)Ljava/lang/Boolean;]
AbstractServiceConfiguration.isAsync ( reflect.Method method ) : Boolean
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.isAsync:(Ljava/lang/reflect/Method;)Ljava/lang/Boolean;]
AbstractServiceConfiguration.isHeader ( reflect.Method method, int j ) : Boolean
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.isHeader:(Ljava/lang/reflect/Method;I)Ljava/lang/Boolean;]
AbstractServiceConfiguration.isHolder ( Class cls, reflect.Type type ) : Boolean
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.isHolder:(Ljava/lang/Class;Ljava/lang/reflect/Type;)Ljava/lang/Boolean;]
AbstractServiceConfiguration.isInParam ( reflect.Method method, int j ) : Boolean
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.isInParam:(Ljava/lang/reflect/Method;I)Ljava/lang/Boolean;]
AbstractServiceConfiguration.isOperation ( reflect.Method method ) : Boolean
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.isOperation:(Ljava/lang/reflect/Method;)Ljava/lang/Boolean;]
AbstractServiceConfiguration.isOutParam ( reflect.Method method, int j ) : Boolean
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.isOutParam:(Ljava/lang/reflect/Method;I)Ljava/lang/Boolean;]
AbstractServiceConfiguration.isRPC ( reflect.Method selected ) : Boolean
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.isRPC:(Ljava/lang/reflect/Method;)Ljava/lang/Boolean;]
AbstractServiceConfiguration.isWrapped ( ) : Boolean
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.isWrapped:()Ljava/lang/Boolean;]
AbstractServiceConfiguration.isWrapped ( reflect.Method m ) : Boolean
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.isWrapped:(Ljava/lang/reflect/Method;)Ljava/lang/Boolean;]
AbstractServiceConfiguration.isWrapperPartNillable ( org.apache.cxf.service.model.MessagePartInfo mpi ) : Boolean
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.isWrapperPartNillable:(Lorg/apache/cxf/service/model/MessagePartInfo;)Ljava/lang/Boolean;]
AbstractServiceConfiguration.isWrapperPartQualified ( org.apache.cxf.service.model.MessagePartInfo mpi ) : Boolean
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.isWrapperPartQualified:(Lorg/apache/cxf/service/model/MessagePartInfo;)Ljava/lang/Boolean;]
AbstractServiceConfiguration.setServiceFactory ( ReflectionServiceFactoryBean serviceFactory ) : void
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.setServiceFactory:(Lorg/apache/cxf/service/factory/ReflectionServiceFactoryBean;)V]
AbstractServiceConfiguration.setServiceNamespace ( String s ) : void
[run-time name: org/apache/cxf/service/factory/AbstractServiceConfiguration.setServiceNamespace:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractServiceFactory.class
package org.apache.cxf.frontend
AbstractServiceFactory.AbstractServiceFactory ( )
[run-time name: org/apache/cxf/frontend/AbstractServiceFactory."<init>":()V]
AbstractServiceFactory.AbstractServiceFactory ( org.apache.cxf.service.factory.ReflectionServiceFactoryBean sbean )
[run-time name: org/apache/cxf/frontend/AbstractServiceFactory."<init>":(Lorg/apache/cxf/service/factory/ReflectionServiceFactoryBean;)V]
AbstractServiceFactory.createService ( ) : org.apache.cxf.service.model.ServiceInfo
[run-time name: org/apache/cxf/frontend/AbstractServiceFactory.createService:()Lorg/apache/cxf/service/model/ServiceInfo;]
AbstractServiceFactory.detectTransportIdFromAddress ( String ad ) : String
[run-time name: org/apache/cxf/frontend/AbstractServiceFactory.detectTransportIdFromAddress:(Ljava/lang/String;)Ljava/lang/String;]
AbstractServiceFactory.getOutputFile ( ) : java.io.File
[run-time name: org/apache/cxf/frontend/AbstractServiceFactory.getOutputFile:()Ljava/io/File;]
AbstractServiceFactory.getWSDLEndpointFactory ( ) : org.apache.cxf.wsdl11.WSDLEndpointFactory
[run-time name: org/apache/cxf/frontend/AbstractServiceFactory.getWSDLEndpointFactory:()Lorg/apache/cxf/wsdl11/WSDLEndpointFactory;]
AbstractServiceFactory.setServiceClass ( Class clz ) : void
[run-time name: org/apache/cxf/frontend/AbstractServiceFactory.setServiceClass:(Ljava/lang/Class;)V]
AbstractServiceFactory.validate ( ) : void
[run-time name: org/apache/cxf/frontend/AbstractServiceFactory.validate:()V]
openejb-cxf-bundle-2.5.2.jar, AbstractServiceFactoryBean.class
package org.apache.cxf.service.factory
AbstractServiceFactoryBean.AbstractServiceFactoryBean ( )
[run-time name: org/apache/cxf/service/factory/AbstractServiceFactoryBean."<init>":()V]
AbstractServiceFactoryBean.create ( ) [abstract] : org.apache.cxf.service.Service
[run-time name: org/apache/cxf/service/factory/AbstractServiceFactoryBean.create:()Lorg/apache/cxf/service/Service;]
AbstractServiceFactoryBean.createDefaultDataBinding ( ) : org.apache.cxf.databinding.DataBinding
[run-time name: org/apache/cxf/service/factory/AbstractServiceFactoryBean.createDefaultDataBinding:()Lorg/apache/cxf/databinding/DataBinding;]
AbstractServiceFactoryBean.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/service/factory/AbstractServiceFactoryBean.getBus:()Lorg/apache/cxf/Bus;]
AbstractServiceFactoryBean.getDataBinding ( ) : org.apache.cxf.databinding.DataBinding
[run-time name: org/apache/cxf/service/factory/AbstractServiceFactoryBean.getDataBinding:()Lorg/apache/cxf/databinding/DataBinding;]
AbstractServiceFactoryBean.getDataBinding ( boolean create ) : org.apache.cxf.databinding.DataBinding
[run-time name: org/apache/cxf/service/factory/AbstractServiceFactoryBean.getDataBinding:(Z)Lorg/apache/cxf/databinding/DataBinding;]
AbstractServiceFactoryBean.getService ( ) : org.apache.cxf.service.Service
[run-time name: org/apache/cxf/service/factory/AbstractServiceFactoryBean.getService:()Lorg/apache/cxf/service/Service;]
AbstractServiceFactoryBean.getSessionState ( ) : java.util.Map
[run-time name: org/apache/cxf/service/factory/AbstractServiceFactoryBean.getSessionState:()Ljava/util/Map;]
AbstractServiceFactoryBean.initializeDataBindings ( ) : void
[run-time name: org/apache/cxf/service/factory/AbstractServiceFactoryBean.initializeDataBindings:()V]
AbstractServiceFactoryBean.initializeDefaultInterceptors ( ) : void
[run-time name: org/apache/cxf/service/factory/AbstractServiceFactoryBean.initializeDefaultInterceptors:()V]
AbstractServiceFactoryBean.sendEvent ( FactoryBeanListener.Event ev, Object[ ] args ) : void
[run-time name: org/apache/cxf/service/factory/AbstractServiceFactoryBean.sendEvent:(Lorg/apache/cxf/service/factory/FactoryBeanListener$Event;[Ljava/lang/Object;)V]
AbstractServiceFactoryBean.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/service/factory/AbstractServiceFactoryBean.setBus:(Lorg/apache/cxf/Bus;)V]
AbstractServiceFactoryBean.setDataBinding ( org.apache.cxf.databinding.DataBinding dataBinding ) : void
[run-time name: org/apache/cxf/service/factory/AbstractServiceFactoryBean.setDataBinding:(Lorg/apache/cxf/databinding/DataBinding;)V]
AbstractServiceFactoryBean.setService ( org.apache.cxf.service.Service service ) : void
[run-time name: org/apache/cxf/service/factory/AbstractServiceFactoryBean.setService:(Lorg/apache/cxf/service/Service;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractSoapInterceptor.class
package org.apache.cxf.binding.soap.interceptor
AbstractSoapInterceptor.AbstractSoapInterceptor ( )
[run-time name: org/apache/cxf/binding/soap/interceptor/AbstractSoapInterceptor."<init>":()V]
AbstractSoapInterceptor.AbstractSoapInterceptor ( String i, String p )
[run-time name: org/apache/cxf/binding/soap/interceptor/AbstractSoapInterceptor."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
AbstractSoapInterceptor.AbstractSoapInterceptor ( String p )
[run-time name: org/apache/cxf/binding/soap/interceptor/AbstractSoapInterceptor."<init>":(Ljava/lang/String;)V]
AbstractSoapInterceptor.getFaultCodePrefix ( javax.xml.stream.XMLStreamWriter writer, javax.xml.namespace.QName faultCode ) : String
[run-time name: org/apache/cxf/binding/soap/interceptor/AbstractSoapInterceptor.getFaultCodePrefix:(Ljavax/xml/stream/XMLStreamWriter;Ljavax/xml/namespace/QName;)Ljava/lang/String;]
AbstractSoapInterceptor.getRoles ( ) : java.util.Set
[run-time name: org/apache/cxf/binding/soap/interceptor/AbstractSoapInterceptor.getRoles:()Ljava/util/Set;]
AbstractSoapInterceptor.getUnderstoodHeaders ( ) : java.util.Set
[run-time name: org/apache/cxf/binding/soap/interceptor/AbstractSoapInterceptor.getUnderstoodHeaders:()Ljava/util/Set;]
AbstractSoapInterceptor.prepareStackTrace ( org.apache.cxf.binding.soap.SoapMessage message, org.apache.cxf.binding.soap.SoapFault fault ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/AbstractSoapInterceptor.prepareStackTrace:(Lorg/apache/cxf/binding/soap/SoapMessage;Lorg/apache/cxf/binding/soap/SoapFault;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractStartEndEventProducer.class
package org.apache.cxf.binding.corba.types
AbstractStartEndEventProducer.AbstractStartEndEventProducer ( )
[run-time name: org/apache/cxf/binding/corba/types/AbstractStartEndEventProducer."<init>":()V]
AbstractStartEndEventProducer.getAttributes ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/AbstractStartEndEventProducer.getAttributes:()Ljava/util/List;]
AbstractStartEndEventProducer.getLocalName ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/AbstractStartEndEventProducer.getLocalName:()Ljava/lang/String;]
AbstractStartEndEventProducer.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/types/AbstractStartEndEventProducer.getName:()Ljavax/xml/namespace/QName;]
AbstractStartEndEventProducer.getNamespaces ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/AbstractStartEndEventProducer.getNamespaces:()Ljava/util/List;]
AbstractStartEndEventProducer.getNestedTypes ( ) : java.util.Iterator
[run-time name: org/apache/cxf/binding/corba/types/AbstractStartEndEventProducer.getNestedTypes:()Ljava/util/Iterator;]
AbstractStartEndEventProducer.getText ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/AbstractStartEndEventProducer.getText:()Ljava/lang/String;]
AbstractStartEndEventProducer.hasNext ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/types/AbstractStartEndEventProducer.hasNext:()Z]
AbstractStartEndEventProducer.next ( ) : int
[run-time name: org/apache/cxf/binding/corba/types/AbstractStartEndEventProducer.next:()I]
openejb-cxf-bundle-2.5.2.jar, AbstractStaticFailoverStrategy.class
package org.apache.cxf.clustering
AbstractStaticFailoverStrategy.AbstractStaticFailoverStrategy ( )
[run-time name: org/apache/cxf/clustering/AbstractStaticFailoverStrategy."<init>":()V]
AbstractStaticFailoverStrategy.getAlternateAddresses ( org.apache.cxf.message.Exchange exchange ) : java.util.List
[run-time name: org/apache/cxf/clustering/AbstractStaticFailoverStrategy.getAlternateAddresses:(Lorg/apache/cxf/message/Exchange;)Ljava/util/List;]
AbstractStaticFailoverStrategy.getAlternateEndpoints ( org.apache.cxf.message.Exchange exchange ) : java.util.List
[run-time name: org/apache/cxf/clustering/AbstractStaticFailoverStrategy.getAlternateEndpoints:(Lorg/apache/cxf/message/Exchange;)Ljava/util/List;]
AbstractStaticFailoverStrategy.getDelayBetweenRetries ( ) : long
[run-time name: org/apache/cxf/clustering/AbstractStaticFailoverStrategy.getDelayBetweenRetries:()J]
AbstractStaticFailoverStrategy.getEndpoints ( org.apache.cxf.message.Exchange exchange, boolean acceptCandidatesWithSameAddress ) : java.util.List
[run-time name: org/apache/cxf/clustering/AbstractStaticFailoverStrategy.getEndpoints:(Lorg/apache/cxf/message/Exchange;Z)Ljava/util/List;]
AbstractStaticFailoverStrategy.getNextAlternate ( java.util.List p1 ) [abstract] : Object
[run-time name: org/apache/cxf/clustering/AbstractStaticFailoverStrategy.getNextAlternate:(Ljava/util/List;)Ljava/lang/Object;]
AbstractStaticFailoverStrategy.selectAlternateAddress ( java.util.List alternates ) : String
[run-time name: org/apache/cxf/clustering/AbstractStaticFailoverStrategy.selectAlternateAddress:(Ljava/util/List;)Ljava/lang/String;]
AbstractStaticFailoverStrategy.selectAlternateEndpoint ( java.util.List alternates ) : org.apache.cxf.endpoint.Endpoint
[run-time name: org/apache/cxf/clustering/AbstractStaticFailoverStrategy.selectAlternateEndpoint:(Ljava/util/List;)Lorg/apache/cxf/endpoint/Endpoint;]
AbstractStaticFailoverStrategy.setAlternateAddresses ( java.util.List alternateAddresses ) : void
[run-time name: org/apache/cxf/clustering/AbstractStaticFailoverStrategy.setAlternateAddresses:(Ljava/util/List;)V]
AbstractStaticFailoverStrategy.setDelayBetweenRetries ( long delay ) : void
[run-time name: org/apache/cxf/clustering/AbstractStaticFailoverStrategy.setDelayBetweenRetries:(J)V]
openejb-cxf-bundle-2.5.2.jar, AbstractSupportingTokenPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
AbstractSupportingTokenPolicyValidator.AbstractSupportingTokenPolicyValidator ( )
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractSupportingTokenPolicyValidator."<init>":()V]
AbstractSupportingTokenPolicyValidator.processKerberosTokens ( ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractSupportingTokenPolicyValidator.processKerberosTokens:()Z]
AbstractSupportingTokenPolicyValidator.processSAMLTokens ( ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractSupportingTokenPolicyValidator.processSAMLTokens:()Z]
AbstractSupportingTokenPolicyValidator.processSCTokens ( ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractSupportingTokenPolicyValidator.processSCTokens:()Z]
AbstractSupportingTokenPolicyValidator.processUsernameTokens ( ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractSupportingTokenPolicyValidator.processUsernameTokens:()Z]
AbstractSupportingTokenPolicyValidator.processX509Tokens ( ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractSupportingTokenPolicyValidator.processX509Tokens:()Z]
AbstractSupportingTokenPolicyValidator.setDerived ( boolean derived ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractSupportingTokenPolicyValidator.setDerived:(Z)V]
AbstractSupportingTokenPolicyValidator.setEncrypted ( boolean encrypted ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractSupportingTokenPolicyValidator.setEncrypted:(Z)V]
AbstractSupportingTokenPolicyValidator.setEncryptedResults ( java.util.List encryptedResults ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractSupportingTokenPolicyValidator.setEncryptedResults:(Ljava/util/List;)V]
AbstractSupportingTokenPolicyValidator.setEndorsed ( boolean endorsed ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractSupportingTokenPolicyValidator.setEndorsed:(Z)V]
AbstractSupportingTokenPolicyValidator.setMessage ( org.apache.cxf.message.Message msg ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractSupportingTokenPolicyValidator.setMessage:(Lorg/apache/cxf/message/Message;)V]
AbstractSupportingTokenPolicyValidator.setResults ( java.util.List results ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractSupportingTokenPolicyValidator.setResults:(Ljava/util/List;)V]
AbstractSupportingTokenPolicyValidator.setSAMLTokenResults ( java.util.List samlResultsList ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractSupportingTokenPolicyValidator.setSAMLTokenResults:(Ljava/util/List;)V]
AbstractSupportingTokenPolicyValidator.setSigned ( boolean signed ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractSupportingTokenPolicyValidator.setSigned:(Z)V]
AbstractSupportingTokenPolicyValidator.setSignedResults ( java.util.List signedResults ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractSupportingTokenPolicyValidator.setSignedResults:(Ljava/util/List;)V]
AbstractSupportingTokenPolicyValidator.setTimestampElement ( org.w3c.dom.Element timestampElement ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractSupportingTokenPolicyValidator.setTimestampElement:(Lorg/w3c/dom/Element;)V]
AbstractSupportingTokenPolicyValidator.setUsernameTokenResults ( java.util.List utResultsList, boolean valUsernameToken ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractSupportingTokenPolicyValidator.setUsernameTokenResults:(Ljava/util/List;Z)V]
openejb-cxf-bundle-2.5.2.jar, AbstractThresholdOutputStream.class
package org.apache.cxf.io
AbstractThresholdOutputStream.AbstractThresholdOutputStream ( int threshold )
[run-time name: org/apache/cxf/io/AbstractThresholdOutputStream."<init>":(I)V]
AbstractThresholdOutputStream.close ( ) : void
[run-time name: org/apache/cxf/io/AbstractThresholdOutputStream.close:()V]
AbstractThresholdOutputStream.thresholdNotReached ( ) [abstract] : void
[run-time name: org/apache/cxf/io/AbstractThresholdOutputStream.thresholdNotReached:()V]
AbstractThresholdOutputStream.thresholdReached ( ) [abstract] : void
[run-time name: org/apache/cxf/io/AbstractThresholdOutputStream.thresholdReached:()V]
AbstractThresholdOutputStream.unBuffer ( ) : void
[run-time name: org/apache/cxf/io/AbstractThresholdOutputStream.unBuffer:()V]
AbstractThresholdOutputStream.write ( byte[ ] b, int off, int len ) : void
[run-time name: org/apache/cxf/io/AbstractThresholdOutputStream.write:([BII)V]
AbstractThresholdOutputStream.write ( int b ) : void
[run-time name: org/apache/cxf/io/AbstractThresholdOutputStream.write:(I)V]
openejb-cxf-bundle-2.5.2.jar, AbstractTokenPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
AbstractTokenPolicyValidator.AbstractTokenPolicyValidator ( )
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractTokenPolicyValidator."<init>":()V]
AbstractTokenPolicyValidator.isTokenRequired ( org.apache.cxf.ws.security.policy.model.Token token, org.apache.cxf.message.Message message ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AbstractTokenPolicyValidator.isTokenRequired:(Lorg/apache/cxf/ws/security/policy/model/Token;Lorg/apache/cxf/message/Message;)Z]
openejb-cxf-bundle-2.5.2.jar, AbstractToolContainer.class
package org.apache.cxf.tools.common.toolspec
AbstractToolContainer.AbstractToolContainer ( )
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer."<init>":()V]
AbstractToolContainer.AbstractToolContainer ( ToolSpec ts )
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer."<init>":(Lorg/apache/cxf/tools/common/toolspec/ToolSpec;)V]
AbstractToolContainer.execute ( boolean exitOnFinish ) : void
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer.execute:(Z)V]
AbstractToolContainer.getArgument ( ) : String[ ]
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer.getArgument:()[Ljava/lang/String;]
AbstractToolContainer.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer.getBus:()Lorg/apache/cxf/Bus;]
AbstractToolContainer.getCatalogURL ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer.getCatalogURL:()Ljava/lang/String;]
AbstractToolContainer.getCommandDocument ( ) : parser.CommandDocument
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer.getCommandDocument:()Lorg/apache/cxf/tools/common/toolspec/parser/CommandDocument;]
AbstractToolContainer.getCommandLineParser ( ) : parser.CommandLineParser
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer.getCommandLineParser:()Lorg/apache/cxf/tools/common/toolspec/parser/CommandLineParser;]
AbstractToolContainer.getContext ( ) : org.apache.cxf.tools.common.ToolContext
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer.getContext:()Lorg/apache/cxf/tools/common/ToolContext;]
AbstractToolContainer.getErrOutputStream ( ) : java.io.OutputStream
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer.getErrOutputStream:()Ljava/io/OutputStream;]
AbstractToolContainer.getOutOutputStream ( ) : java.io.OutputStream
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer.getOutOutputStream:()Ljava/io/OutputStream;]
AbstractToolContainer.init ( ) : void
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer.init:()V]
AbstractToolContainer.isQuietMode ( ) : boolean
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer.isQuietMode:()Z]
AbstractToolContainer.isVerboseMode ( ) : boolean
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer.isVerboseMode:()Z]
AbstractToolContainer.parseCommandLine ( ) : void
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer.parseCommandLine:()V]
AbstractToolContainer.redirectOutput ( ) : void
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer.redirectOutput:()V]
AbstractToolContainer.setArguments ( String[ ] args ) : void
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer.setArguments:([Ljava/lang/String;)V]
AbstractToolContainer.setContext ( org.apache.cxf.tools.common.ToolContext c ) : void
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer.setContext:(Lorg/apache/cxf/tools/common/ToolContext;)V]
AbstractToolContainer.setErrOutputStream ( java.io.OutputStream errOutputStream ) : void
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer.setErrOutputStream:(Ljava/io/OutputStream;)V]
AbstractToolContainer.setMode ( String[ ] args ) : void
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer.setMode:([Ljava/lang/String;)V]
AbstractToolContainer.setOutOutputStream ( java.io.OutputStream outOutputStream ) : void
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer.setOutOutputStream:(Ljava/io/OutputStream;)V]
AbstractToolContainer.tearDown ( ) : void
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer.tearDown:()V]
openejb-cxf-bundle-2.5.2.jar, AbstractTransportFactory.class
package org.apache.cxf.transport
AbstractTransportFactory.AbstractTransportFactory ( )
[run-time name: org/apache/cxf/transport/AbstractTransportFactory."<init>":()V]
AbstractTransportFactory.AbstractTransportFactory ( java.util.List ids )
[run-time name: org/apache/cxf/transport/AbstractTransportFactory."<init>":(Ljava/util/List;)V]
AbstractTransportFactory.AbstractTransportFactory ( java.util.List ids, org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/transport/AbstractTransportFactory."<init>":(Ljava/util/List;Lorg/apache/cxf/Bus;)V]
AbstractTransportFactory.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/transport/AbstractTransportFactory.getBus:()Lorg/apache/cxf/Bus;]
AbstractTransportFactory.getTransportIds ( ) : java.util.List
[run-time name: org/apache/cxf/transport/AbstractTransportFactory.getTransportIds:()Ljava/util/List;]
AbstractTransportFactory.getUriPrefixes ( ) : java.util.Set
[run-time name: org/apache/cxf/transport/AbstractTransportFactory.getUriPrefixes:()Ljava/util/Set;]
AbstractTransportFactory.register ( ) : void
[run-time name: org/apache/cxf/transport/AbstractTransportFactory.register:()V]
AbstractTransportFactory.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/transport/AbstractTransportFactory.setBus:(Lorg/apache/cxf/Bus;)V]
AbstractTransportFactory.setTransportIds ( java.util.List transportIds ) : void
[run-time name: org/apache/cxf/transport/AbstractTransportFactory.setTransportIds:(Ljava/util/List;)V]
AbstractTransportFactory.unregister ( ) : void
[run-time name: org/apache/cxf/transport/AbstractTransportFactory.unregister:()V]
openejb-cxf-bundle-2.5.2.jar, AbstractTypeCreator.class
package org.apache.cxf.aegis.type
AbstractTypeCreator.AbstractTypeCreator ( )
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator."<init>":()V]
AbstractTypeCreator.createArrayType ( TypeClassInfo info ) : AegisType
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createArrayType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
AbstractTypeCreator.createBasicClassInfo ( reflect.Type type ) : TypeClassInfo
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createBasicClassInfo:(Ljava/lang/reflect/Type;)Lorg/apache/cxf/aegis/type/TypeClassInfo;]
AbstractTypeCreator.createClassInfo ( java.beans.PropertyDescriptor p1 ) [abstract] : TypeClassInfo
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createClassInfo:(Ljava/beans/PropertyDescriptor;)Lorg/apache/cxf/aegis/type/TypeClassInfo;]
AbstractTypeCreator.createClassInfo ( reflect.Field f ) : TypeClassInfo
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createClassInfo:(Ljava/lang/reflect/Field;)Lorg/apache/cxf/aegis/type/TypeClassInfo;]
AbstractTypeCreator.createClassInfo ( reflect.Method p1, int p2 ) [abstract] : TypeClassInfo
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createClassInfo:(Ljava/lang/reflect/Method;I)Lorg/apache/cxf/aegis/type/TypeClassInfo;]
AbstractTypeCreator.createCollectionQName ( TypeClassInfo info, AegisType type ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createCollectionQName:(Lorg/apache/cxf/aegis/type/TypeClassInfo;Lorg/apache/cxf/aegis/type/AegisType;)Ljavax/xml/namespace/QName;]
AbstractTypeCreator.createCollectionType ( TypeClassInfo p1 ) [abstract] : AegisType
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createCollectionType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
AbstractTypeCreator.createCollectionTypeFromGeneric ( TypeClassInfo info ) : AegisType
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createCollectionTypeFromGeneric:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
AbstractTypeCreator.createDefaultType ( TypeClassInfo p1 ) [abstract] : AegisType
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createDefaultType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
AbstractTypeCreator.createEnumType ( TypeClassInfo info ) : AegisType
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createEnumType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
AbstractTypeCreator.createHolderType ( TypeClassInfo info ) : AegisType
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createHolderType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
AbstractTypeCreator.createMapQName ( TypeClassInfo info, AegisType keyType, AegisType valueType ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createMapQName:(Lorg/apache/cxf/aegis/type/TypeClassInfo;Lorg/apache/cxf/aegis/type/AegisType;Lorg/apache/cxf/aegis/type/AegisType;)Ljavax/xml/namespace/QName;]
AbstractTypeCreator.createMapType ( TypeClassInfo info ) : AegisType
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createMapType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
AbstractTypeCreator.createMapType ( TypeClassInfo info, AegisType keyType, AegisType valueType ) : AegisType
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createMapType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;Lorg/apache/cxf/aegis/type/AegisType;Lorg/apache/cxf/aegis/type/AegisType;)Lorg/apache/cxf/aegis/type/AegisType;]
AbstractTypeCreator.createObjectType ( ) : AegisType
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createObjectType:()Lorg/apache/cxf/aegis/type/AegisType;]
AbstractTypeCreator.createQName ( Class javaType ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createQName:(Ljava/lang/Class;)Ljavax/xml/namespace/QName;]
AbstractTypeCreator.createType ( Class clazz ) : AegisType
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createType:(Ljava/lang/Class;)Lorg/apache/cxf/aegis/type/AegisType;]
AbstractTypeCreator.createType ( java.beans.PropertyDescriptor pd ) : AegisType
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createType:(Ljava/beans/PropertyDescriptor;)Lorg/apache/cxf/aegis/type/AegisType;]
AbstractTypeCreator.createType ( reflect.Field f ) : AegisType
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createType:(Ljava/lang/reflect/Field;)Lorg/apache/cxf/aegis/type/AegisType;]
AbstractTypeCreator.createType ( reflect.Method m, int index ) : AegisType
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createType:(Ljava/lang/reflect/Method;I)Lorg/apache/cxf/aegis/type/AegisType;]
AbstractTypeCreator.createType ( reflect.Type t ) : AegisType
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createType:(Ljava/lang/reflect/Type;)Lorg/apache/cxf/aegis/type/AegisType;]
AbstractTypeCreator.createTypeForClass ( TypeClassInfo info ) : AegisType
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createTypeForClass:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
AbstractTypeCreator.createUserType ( TypeClassInfo info ) : AegisType
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.createUserType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
AbstractTypeCreator.getConfiguration ( ) : TypeCreationOptions
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.getConfiguration:()Lorg/apache/cxf/aegis/type/TypeCreationOptions;]
AbstractTypeCreator.getElementName ( reflect.Method m, int index ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.getElementName:(Ljava/lang/reflect/Method;I)Ljavax/xml/namespace/QName;]
AbstractTypeCreator.getOrCreateGenericType ( TypeClassInfo info ) : AegisType
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.getOrCreateGenericType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
AbstractTypeCreator.getOrCreateMapKeyType ( TypeClassInfo info ) : AegisType
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.getOrCreateMapKeyType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
AbstractTypeCreator.getOrCreateMapValueType ( TypeClassInfo info ) : AegisType
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.getOrCreateMapValueType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
AbstractTypeCreator.getParent ( ) : TypeCreator
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.getParent:()Lorg/apache/cxf/aegis/type/TypeCreator;]
AbstractTypeCreator.getTopCreator ( ) : TypeCreator
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.getTopCreator:()Lorg/apache/cxf/aegis/type/TypeCreator;]
AbstractTypeCreator.getTypeMapping ( ) : TypeMapping
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.getTypeMapping:()Lorg/apache/cxf/aegis/type/TypeMapping;]
AbstractTypeCreator.isArray ( Class javaType ) : boolean
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.isArray:(Ljava/lang/Class;)Z]
AbstractTypeCreator.isCollection ( Class javaType ) : boolean
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.isCollection:(Ljava/lang/Class;)Z]
AbstractTypeCreator.isEnum ( Class javaType ) : boolean
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.isEnum:(Ljava/lang/Class;)Z]
AbstractTypeCreator.isHolder ( Class javaType ) : boolean
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.isHolder:(Ljava/lang/Class;)Z]
AbstractTypeCreator.isMap ( Class javaType ) : boolean
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.isMap:(Ljava/lang/Class;)Z]
AbstractTypeCreator.setConfiguration ( TypeCreationOptions tpConfiguration ) : void
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.setConfiguration:(Lorg/apache/cxf/aegis/type/TypeCreationOptions;)V]
AbstractTypeCreator.setNextCreator ( AbstractTypeCreator creator ) : void
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.setNextCreator:(Lorg/apache/cxf/aegis/type/AbstractTypeCreator;)V]
AbstractTypeCreator.setParent ( TypeCreator parent ) : void
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.setParent:(Lorg/apache/cxf/aegis/type/TypeCreator;)V]
AbstractTypeCreator.setTypeMapping ( TypeMapping typeMapping ) : void
[run-time name: org/apache/cxf/aegis/type/AbstractTypeCreator.setTypeMapping:(Lorg/apache/cxf/aegis/type/TypeMapping;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractUsernameTokenAuthenticatingInterceptor.class
package org.apache.cxf.ws.security.wss4j
AbstractUsernameTokenAuthenticatingInterceptor.AbstractUsernameTokenAuthenticatingInterceptor ( )
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractUsernameTokenAuthenticatingInterceptor."<init>":()V]
AbstractUsernameTokenAuthenticatingInterceptor.AbstractUsernameTokenAuthenticatingInterceptor ( java.util.Map properties )
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractUsernameTokenAuthenticatingInterceptor."<init>":(Ljava/util/Map;)V]
AbstractUsernameTokenAuthenticatingInterceptor.createSecurityContext ( java.security.Principal p ) : org.apache.cxf.security.SecurityContext
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractUsernameTokenAuthenticatingInterceptor.createSecurityContext:(Ljava/security/Principal;)Lorg/apache/cxf/security/SecurityContext;]
AbstractUsernameTokenAuthenticatingInterceptor.createSubject ( String p1, String p2, boolean p3, String p4, String p5 ) [abstract] : javax.security.auth.Subject
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractUsernameTokenAuthenticatingInterceptor.createSubject:(Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;Ljava/lang/String;)Ljavax/security/auth/Subject;]
AbstractUsernameTokenAuthenticatingInterceptor.doCreateSecurityContext ( java.security.Principal p, javax.security.auth.Subject subject ) : org.apache.cxf.security.SecurityContext
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractUsernameTokenAuthenticatingInterceptor.doCreateSecurityContext:(Ljava/security/Principal;Ljavax/security/auth/Subject;)Lorg/apache/cxf/security/SecurityContext;]
AbstractUsernameTokenAuthenticatingInterceptor.getSecurityEngine ( boolean utNoCallbacks ) : org.apache.ws.security.WSSecurityEngine
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractUsernameTokenAuthenticatingInterceptor.getSecurityEngine:(Z)Lorg/apache/ws/security/WSSecurityEngine;]
AbstractUsernameTokenAuthenticatingInterceptor.getSupportDigestPasswords ( ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractUsernameTokenAuthenticatingInterceptor.getSupportDigestPasswords:()Z]
AbstractUsernameTokenAuthenticatingInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage msg ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractUsernameTokenAuthenticatingInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
AbstractUsernameTokenAuthenticatingInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractUsernameTokenAuthenticatingInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
AbstractUsernameTokenAuthenticatingInterceptor.setSubject ( String name, String password, boolean isDigest, String nonce, String created ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractUsernameTokenAuthenticatingInterceptor.setSubject:(Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;Ljava/lang/String;)V]
AbstractUsernameTokenAuthenticatingInterceptor.setSupportDigestPasswords ( boolean support ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractUsernameTokenAuthenticatingInterceptor.setSupportDigestPasswords:(Z)V]
openejb-cxf-bundle-2.5.2.jar, AbstractUsernameTokenInInterceptor.class
package org.apache.cxf.interceptor.security
AbstractUsernameTokenInInterceptor.AbstractUsernameTokenInInterceptor ( )
[run-time name: org/apache/cxf/interceptor/security/AbstractUsernameTokenInInterceptor."<init>":()V]
AbstractUsernameTokenInInterceptor.createSubject ( org.apache.cxf.common.security.SecurityToken token ) : javax.security.auth.Subject
[run-time name: org/apache/cxf/interceptor/security/AbstractUsernameTokenInInterceptor.createSubject:(Lorg/apache/cxf/common/security/SecurityToken;)Ljavax/security/auth/Subject;]
AbstractUsernameTokenInInterceptor.createSubject ( org.apache.cxf.common.security.UsernameToken p1 ) [abstract] : javax.security.auth.Subject
[run-time name: org/apache/cxf/interceptor/security/AbstractUsernameTokenInInterceptor.createSubject:(Lorg/apache/cxf/common/security/UsernameToken;)Ljavax/security/auth/Subject;]
openejb-cxf-bundle-2.5.2.jar, AbstractValidator.class
package org.apache.cxf.tools.validator
AbstractValidator.AbstractValidator ( )
[run-time name: org/apache/cxf/tools/validator/AbstractValidator."<init>":()V]
AbstractValidator.addErrorMessage ( String err ) : void
[run-time name: org/apache/cxf/tools/validator/AbstractValidator.addErrorMessage:(Ljava/lang/String;)V]
AbstractValidator.getErrorMessage ( ) : String
[run-time name: org/apache/cxf/tools/validator/AbstractValidator.getErrorMessage:()Ljava/lang/String;]
AbstractValidator.isValid ( ) [abstract] : boolean
[run-time name: org/apache/cxf/tools/validator/AbstractValidator.isValid:()Z]
openejb-cxf-bundle-2.5.2.jar, AbstractVerifier.class
package org.apache.cxf.transport.https
CertificateHostnameVerifier.AbstractVerifier.acceptableCountryWildcard ( String cn ) [static] : boolean
[run-time name: org/apache/cxf/transport/https/CertificateHostnameVerifier.AbstractVerifier.acceptableCountryWildcard:(Ljava/lang/String;)Z]
CertificateHostnameVerifier.AbstractVerifier.CertificateHostnameVerifier.AbstractVerifier ( )
[run-time name: org/apache/cxf/transport/https/CertificateHostnameVerifier.AbstractVerifier."<init>":()V]
CertificateHostnameVerifier.AbstractVerifier.check ( String host, java.security.cert.X509Certificate cert ) : void
[run-time name: org/apache/cxf/transport/https/CertificateHostnameVerifier.AbstractVerifier.check:(Ljava/lang/String;Ljava/security/cert/X509Certificate;)V]
CertificateHostnameVerifier.AbstractVerifier.check ( String host, javax.net.ssl.SSLSocket ssl ) : void
[run-time name: org/apache/cxf/transport/https/CertificateHostnameVerifier.AbstractVerifier.check:(Ljava/lang/String;Ljavax/net/ssl/SSLSocket;)V]
CertificateHostnameVerifier.AbstractVerifier.check ( String host, String[ ] cns, String[ ] subjectAlts ) : void
[run-time name: org/apache/cxf/transport/https/CertificateHostnameVerifier.AbstractVerifier.check:(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)V]
CertificateHostnameVerifier.AbstractVerifier.check ( String[ ] host, java.security.cert.X509Certificate cert ) : void
[run-time name: org/apache/cxf/transport/https/CertificateHostnameVerifier.AbstractVerifier.check:([Ljava/lang/String;Ljava/security/cert/X509Certificate;)V]
CertificateHostnameVerifier.AbstractVerifier.check ( String[ ] host, javax.net.ssl.SSLSocket ssl ) : void
[run-time name: org/apache/cxf/transport/https/CertificateHostnameVerifier.AbstractVerifier.check:([Ljava/lang/String;Ljavax/net/ssl/SSLSocket;)V]
CertificateHostnameVerifier.AbstractVerifier.check ( String[ ] hosts, String[ ] cns, String[ ] subjectAlts, boolean ie6, boolean strictWithSubDomains ) : void
[run-time name: org/apache/cxf/transport/https/CertificateHostnameVerifier.AbstractVerifier.check:([Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;ZZ)V]
CertificateHostnameVerifier.AbstractVerifier.countDots ( String s ) [static] : int
[run-time name: org/apache/cxf/transport/https/CertificateHostnameVerifier.AbstractVerifier.countDots:(Ljava/lang/String;)I]
CertificateHostnameVerifier.AbstractVerifier.isIP4Address ( String cn ) [static] : boolean
[run-time name: org/apache/cxf/transport/https/CertificateHostnameVerifier.AbstractVerifier.isIP4Address:(Ljava/lang/String;)Z]
CertificateHostnameVerifier.AbstractVerifier.isLocalhost ( String host ) [static] : boolean
[run-time name: org/apache/cxf/transport/https/CertificateHostnameVerifier.AbstractVerifier.isLocalhost:(Ljava/lang/String;)Z]
CertificateHostnameVerifier.AbstractVerifier.verify ( String host, javax.net.ssl.SSLSession session ) : boolean
[run-time name: org/apache/cxf/transport/https/CertificateHostnameVerifier.AbstractVerifier.verify:(Ljava/lang/String;Ljavax/net/ssl/SSLSession;)Z]
openejb-cxf-bundle-2.5.2.jar, AbstractWrappedMessage.class
package org.apache.cxf.message
AbstractWrappedMessage.AbstractWrappedMessage ( Message msg )
[run-time name: org/apache/cxf/message/AbstractWrappedMessage."<init>":(Lorg/apache/cxf/message/Message;)V]
AbstractWrappedMessage.clear ( ) : void
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.clear:()V]
AbstractWrappedMessage.containsKey ( Object key ) : boolean
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.containsKey:(Ljava/lang/Object;)Z]
AbstractWrappedMessage.containsValue ( Object value ) : boolean
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.containsValue:(Ljava/lang/Object;)Z]
AbstractWrappedMessage.entrySet ( ) : java.util.Set
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.entrySet:()Ljava/util/Set;]
AbstractWrappedMessage.equals ( Object o ) : boolean
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.equals:(Ljava/lang/Object;)Z]
AbstractWrappedMessage.get ( Class key ) : Object
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.get:(Ljava/lang/Class;)Ljava/lang/Object;]
AbstractWrappedMessage.get ( Object key ) : Object
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.get:(Ljava/lang/Object;)Ljava/lang/Object;]
AbstractWrappedMessage.getAttachments ( ) : java.util.Collection
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.getAttachments:()Ljava/util/Collection;]
AbstractWrappedMessage.getContent ( Class format ) : Object
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.getContent:(Ljava/lang/Class;)Ljava/lang/Object;]
AbstractWrappedMessage.getContentFormats ( ) : java.util.Set
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.getContentFormats:()Ljava/util/Set;]
AbstractWrappedMessage.getContextualProperty ( String key ) : Object
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.getContextualProperty:(Ljava/lang/String;)Ljava/lang/Object;]
AbstractWrappedMessage.getDestination ( ) : org.apache.cxf.transport.Destination
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.getDestination:()Lorg/apache/cxf/transport/Destination;]
AbstractWrappedMessage.getExchange ( ) : Exchange
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.getExchange:()Lorg/apache/cxf/message/Exchange;]
AbstractWrappedMessage.getId ( ) : String
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.getId:()Ljava/lang/String;]
AbstractWrappedMessage.getInterceptorChain ( ) : org.apache.cxf.interceptor.InterceptorChain
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.getInterceptorChain:()Lorg/apache/cxf/interceptor/InterceptorChain;]
AbstractWrappedMessage.getMessage ( ) : Message
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.getMessage:()Lorg/apache/cxf/message/Message;]
AbstractWrappedMessage.hashCode ( ) : int
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.hashCode:()I]
AbstractWrappedMessage.isEmpty ( ) : boolean
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.isEmpty:()Z]
AbstractWrappedMessage.keySet ( ) : java.util.Set
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.keySet:()Ljava/util/Set;]
AbstractWrappedMessage.put ( Class key, Object value ) : void
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.put:(Ljava/lang/Class;Ljava/lang/Object;)V]
AbstractWrappedMessage.put ( Object x0, Object x1 ) : Object
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
AbstractWrappedMessage.put ( String key, Object value ) : Object
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.put:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
AbstractWrappedMessage.putAll ( java.util.Map t ) : void
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.putAll:(Ljava/util/Map;)V]
AbstractWrappedMessage.remove ( Object key ) : Object
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.remove:(Ljava/lang/Object;)Ljava/lang/Object;]
AbstractWrappedMessage.removeContent ( Class format ) : void
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.removeContent:(Ljava/lang/Class;)V]
AbstractWrappedMessage.resetContextCache ( ) : void
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.resetContextCache:()V]
AbstractWrappedMessage.setAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.setAttachments:(Ljava/util/Collection;)V]
AbstractWrappedMessage.setContent ( Class format, Object content ) : void
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.setContent:(Ljava/lang/Class;Ljava/lang/Object;)V]
AbstractWrappedMessage.setContextualProperty ( String key, Object v ) : void
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.setContextualProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
AbstractWrappedMessage.setExchange ( Exchange exchange ) : void
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.setExchange:(Lorg/apache/cxf/message/Exchange;)V]
AbstractWrappedMessage.setId ( String id ) : void
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.setId:(Ljava/lang/String;)V]
AbstractWrappedMessage.setInterceptorChain ( org.apache.cxf.interceptor.InterceptorChain chain ) : void
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.setInterceptorChain:(Lorg/apache/cxf/interceptor/InterceptorChain;)V]
AbstractWrappedMessage.setMessage ( Message message ) : void
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.setMessage:(Lorg/apache/cxf/message/Message;)V]
AbstractWrappedMessage.size ( ) : int
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.size:()I]
AbstractWrappedMessage.values ( ) : java.util.Collection
[run-time name: org/apache/cxf/message/AbstractWrappedMessage.values:()Ljava/util/Collection;]
openejb-cxf-bundle-2.5.2.jar, AbstractWrappedOutputStream.class
package org.apache.cxf.io
AbstractWrappedOutputStream.AbstractWrappedOutputStream ( )
[run-time name: org/apache/cxf/io/AbstractWrappedOutputStream."<init>":()V]
AbstractWrappedOutputStream.close ( ) : void
[run-time name: org/apache/cxf/io/AbstractWrappedOutputStream.close:()V]
AbstractWrappedOutputStream.flush ( ) : void
[run-time name: org/apache/cxf/io/AbstractWrappedOutputStream.flush:()V]
AbstractWrappedOutputStream.onFirstWrite ( ) : void
[run-time name: org/apache/cxf/io/AbstractWrappedOutputStream.onFirstWrite:()V]
AbstractWrappedOutputStream.write ( byte[ ] b ) : void
[run-time name: org/apache/cxf/io/AbstractWrappedOutputStream.write:([B)V]
AbstractWrappedOutputStream.write ( byte[ ] b, int off, int len ) : void
[run-time name: org/apache/cxf/io/AbstractWrappedOutputStream.write:([BII)V]
AbstractWrappedOutputStream.write ( int b ) : void
[run-time name: org/apache/cxf/io/AbstractWrappedOutputStream.write:(I)V]
openejb-cxf-bundle-2.5.2.jar, AbstractWrapperHelper.class
package org.apache.cxf.databinding
AbstractWrapperHelper.AbstractWrapperHelper ( Class wt, reflect.Method[ ] sets, reflect.Method[ ] gets, reflect.Field[ ] f )
[run-time name: org/apache/cxf/databinding/AbstractWrapperHelper."<init>":(Ljava/lang/Class;[Ljava/lang/reflect/Method;[Ljava/lang/reflect/Method;[Ljava/lang/reflect/Field;)V]
AbstractWrapperHelper.createWrapperObject ( Class p1 ) [abstract] : Object
[run-time name: org/apache/cxf/databinding/AbstractWrapperHelper.createWrapperObject:(Ljava/lang/Class;)Ljava/lang/Object;]
AbstractWrapperHelper.createWrapperObject ( java.util.List lst ) : Object
[run-time name: org/apache/cxf/databinding/AbstractWrapperHelper.createWrapperObject:(Ljava/util/List;)Ljava/lang/Object;]
AbstractWrapperHelper.getPartObject ( int index, Object object ) : Object
[run-time name: org/apache/cxf/databinding/AbstractWrapperHelper.getPartObject:(ILjava/lang/Object;)Ljava/lang/Object;]
AbstractWrapperHelper.getSignature ( ) : String
[run-time name: org/apache/cxf/databinding/AbstractWrapperHelper.getSignature:()Ljava/lang/String;]
AbstractWrapperHelper.getValue ( reflect.Method method, Object in ) : Object
[run-time name: org/apache/cxf/databinding/AbstractWrapperHelper.getValue:(Ljava/lang/reflect/Method;Ljava/lang/Object;)Ljava/lang/Object;]
AbstractWrapperHelper.getWrapperObject ( Object p1 ) [abstract] : Object
[run-time name: org/apache/cxf/databinding/AbstractWrapperHelper.getWrapperObject:(Ljava/lang/Object;)Ljava/lang/Object;]
AbstractWrapperHelper.getWrapperParts ( Object o ) : java.util.List
[run-time name: org/apache/cxf/databinding/AbstractWrapperHelper.getWrapperParts:(Ljava/lang/Object;)Ljava/util/List;]
openejb-cxf-bundle-2.5.2.jar, AbstractWrapperWSDLLocator.class
package org.apache.cxf.wsdl11
AbstractWrapperWSDLLocator.AbstractWrapperWSDLLocator ( String wsdlUrl, javax.wsdl.xml.WSDLLocator parent )
[run-time name: org/apache/cxf/wsdl11/AbstractWrapperWSDLLocator."<init>":(Ljava/lang/String;Ljavax/wsdl/xml/WSDLLocator;)V]
AbstractWrapperWSDLLocator.close ( ) : void
[run-time name: org/apache/cxf/wsdl11/AbstractWrapperWSDLLocator.close:()V]
AbstractWrapperWSDLLocator.getBaseInputSource ( ) : org.xml.sax.InputSource
[run-time name: org/apache/cxf/wsdl11/AbstractWrapperWSDLLocator.getBaseInputSource:()Lorg/xml/sax/InputSource;]
AbstractWrapperWSDLLocator.getBaseURI ( ) : String
[run-time name: org/apache/cxf/wsdl11/AbstractWrapperWSDLLocator.getBaseURI:()Ljava/lang/String;]
AbstractWrapperWSDLLocator.getImportInputSource ( String parentLocation, String importLocation ) : org.xml.sax.InputSource
[run-time name: org/apache/cxf/wsdl11/AbstractWrapperWSDLLocator.getImportInputSource:(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;]
AbstractWrapperWSDLLocator.getInputSource ( ) [abstract] : org.xml.sax.InputSource
[run-time name: org/apache/cxf/wsdl11/AbstractWrapperWSDLLocator.getInputSource:()Lorg/xml/sax/InputSource;]
AbstractWrapperWSDLLocator.getInputSource ( String p1, String p2 ) [abstract] : org.xml.sax.InputSource
[run-time name: org/apache/cxf/wsdl11/AbstractWrapperWSDLLocator.getInputSource:(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;]
AbstractWrapperWSDLLocator.getLatestImportURI ( ) : String
[run-time name: org/apache/cxf/wsdl11/AbstractWrapperWSDLLocator.getLatestImportURI:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, AbstractWSDLBasedEndpointFactory.class
package org.apache.cxf.frontend
AbstractWSDLBasedEndpointFactory.AbstractWSDLBasedEndpointFactory ( )
[run-time name: org/apache/cxf/frontend/AbstractWSDLBasedEndpointFactory."<init>":()V]
AbstractWSDLBasedEndpointFactory.AbstractWSDLBasedEndpointFactory ( org.apache.cxf.service.factory.ReflectionServiceFactoryBean sbean )
[run-time name: org/apache/cxf/frontend/AbstractWSDLBasedEndpointFactory."<init>":(Lorg/apache/cxf/service/factory/ReflectionServiceFactoryBean;)V]
AbstractWSDLBasedEndpointFactory.createBindingInfo ( ) : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/frontend/AbstractWSDLBasedEndpointFactory.createBindingInfo:()Lorg/apache/cxf/service/model/BindingInfo;]
AbstractWSDLBasedEndpointFactory.createEndpoint ( ) : org.apache.cxf.endpoint.Endpoint
[run-time name: org/apache/cxf/frontend/AbstractWSDLBasedEndpointFactory.createEndpoint:()Lorg/apache/cxf/endpoint/Endpoint;]
AbstractWSDLBasedEndpointFactory.createEndpointInfo ( ) : org.apache.cxf.service.model.EndpointInfo
[run-time name: org/apache/cxf/frontend/AbstractWSDLBasedEndpointFactory.createEndpointInfo:()Lorg/apache/cxf/service/model/EndpointInfo;]
AbstractWSDLBasedEndpointFactory.createSoapBindingConfig ( ) : org.apache.cxf.binding.soap.SoapBindingConfiguration
[run-time name: org/apache/cxf/frontend/AbstractWSDLBasedEndpointFactory.createSoapBindingConfig:()Lorg/apache/cxf/binding/soap/SoapBindingConfiguration;]
AbstractWSDLBasedEndpointFactory.detectTransportIdFromAddress ( String p1 ) [abstract] : String
[run-time name: org/apache/cxf/frontend/AbstractWSDLBasedEndpointFactory.detectTransportIdFromAddress:(Ljava/lang/String;)Ljava/lang/String;]
AbstractWSDLBasedEndpointFactory.getServiceClass ( ) : Class
[run-time name: org/apache/cxf/frontend/AbstractWSDLBasedEndpointFactory.getServiceClass:()Ljava/lang/Class;]
AbstractWSDLBasedEndpointFactory.getServiceFactory ( ) : org.apache.cxf.service.factory.ReflectionServiceFactoryBean
[run-time name: org/apache/cxf/frontend/AbstractWSDLBasedEndpointFactory.getServiceFactory:()Lorg/apache/cxf/service/factory/ReflectionServiceFactoryBean;]
AbstractWSDLBasedEndpointFactory.getWSDLEndpointFactory ( ) [abstract] : org.apache.cxf.wsdl11.WSDLEndpointFactory
[run-time name: org/apache/cxf/frontend/AbstractWSDLBasedEndpointFactory.getWSDLEndpointFactory:()Lorg/apache/cxf/wsdl11/WSDLEndpointFactory;]
AbstractWSDLBasedEndpointFactory.getWsdlURL ( ) : String
[run-time name: org/apache/cxf/frontend/AbstractWSDLBasedEndpointFactory.getWsdlURL:()Ljava/lang/String;]
AbstractWSDLBasedEndpointFactory.initializeServiceFactory ( ) : void
[run-time name: org/apache/cxf/frontend/AbstractWSDLBasedEndpointFactory.initializeServiceFactory:()V]
AbstractWSDLBasedEndpointFactory.setServiceClass ( Class serviceClass ) : void
[run-time name: org/apache/cxf/frontend/AbstractWSDLBasedEndpointFactory.setServiceClass:(Ljava/lang/Class;)V]
AbstractWSDLBasedEndpointFactory.setServiceFactory ( org.apache.cxf.service.factory.ReflectionServiceFactoryBean serviceFactory ) : void
[run-time name: org/apache/cxf/frontend/AbstractWSDLBasedEndpointFactory.setServiceFactory:(Lorg/apache/cxf/service/factory/ReflectionServiceFactoryBean;)V]
AbstractWSDLBasedEndpointFactory.setWsdlURL ( String wsdlURL ) : void
[run-time name: org/apache/cxf/frontend/AbstractWSDLBasedEndpointFactory.setWsdlURL:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractWSDLBuilder.class
package org.apache.cxf.tools.wsdlto.core
AbstractWSDLBuilder.AbstractWSDLBuilder ( )
[run-time name: org/apache/cxf/tools/wsdlto/core/AbstractWSDLBuilder."<init>":()V]
AbstractWSDLBuilder.customize ( ) [abstract] : void
[run-time name: org/apache/cxf/tools/wsdlto/core/AbstractWSDLBuilder.customize:()V]
AbstractWSDLBuilder.getWSDLModel ( ) [abstract] : Object
[run-time name: org/apache/cxf/tools/wsdlto/core/AbstractWSDLBuilder.getWSDLModel:()Ljava/lang/Object;]
AbstractWSDLBuilder.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/tools/wsdlto/core/AbstractWSDLBuilder.setBus:(Lorg/apache/cxf/Bus;)V]
AbstractWSDLBuilder.setContext ( org.apache.cxf.tools.common.ToolContext c ) : void
[run-time name: org/apache/cxf/tools/wsdlto/core/AbstractWSDLBuilder.setContext:(Lorg/apache/cxf/tools/common/ToolContext;)V]
AbstractWSDLBuilder.validate ( Object p1 ) [abstract] : boolean
[run-time name: org/apache/cxf/tools/wsdlto/core/AbstractWSDLBuilder.validate:(Ljava/lang/Object;)Z]
openejb-cxf-bundle-2.5.2.jar, AbstractWSDLPlugin.class
package org.apache.cxf.wsdl
AbstractWSDLPlugin.AbstractWSDLPlugin ( )
[run-time name: org/apache/cxf/wsdl/AbstractWSDLPlugin."<init>":()V]
AbstractWSDLPlugin.getExtenstionRegistry ( ) : javax.wsdl.extensions.ExtensionRegistry
[run-time name: org/apache/cxf/wsdl/AbstractWSDLPlugin.getExtenstionRegistry:()Ljavax/wsdl/extensions/ExtensionRegistry;]
AbstractWSDLPlugin.getOption ( java.util.Map args, Class clz ) : Object
[run-time name: org/apache/cxf/wsdl/AbstractWSDLPlugin.getOption:(Ljava/util/Map;Ljava/lang/Class;)Ljava/lang/Object;]
AbstractWSDLPlugin.getOption ( java.util.Map args, String key ) : String
[run-time name: org/apache/cxf/wsdl/AbstractWSDLPlugin.getOption:(Ljava/util/Map;Ljava/lang/String;)Ljava/lang/String;]
AbstractWSDLPlugin.getOption ( java.util.Map args, String key, Class clz ) : Object
[run-time name: org/apache/cxf/wsdl/AbstractWSDLPlugin.getOption:(Ljava/util/Map;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
AbstractWSDLPlugin.getOption ( java.util.Map args, String key, String defaultValue ) : String
[run-time name: org/apache/cxf/wsdl/AbstractWSDLPlugin.getOption:(Ljava/util/Map;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
AbstractWSDLPlugin.optionSet ( java.util.Map args, String key ) : boolean
[run-time name: org/apache/cxf/wsdl/AbstractWSDLPlugin.optionSet:(Ljava/util/Map;Ljava/lang/String;)Z]
AbstractWSDLPlugin.setExtensionRegistry ( javax.wsdl.extensions.ExtensionRegistry r ) : void
[run-time name: org/apache/cxf/wsdl/AbstractWSDLPlugin.setExtensionRegistry:(Ljavax/wsdl/extensions/ExtensionRegistry;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractWSDLToProcessor.class
package org.apache.cxf.tools.misc.processor
AbstractWSDLToProcessor.AbstractWSDLToProcessor ( )
[run-time name: org/apache/cxf/tools/misc/processor/AbstractWSDLToProcessor."<init>":()V]
AbstractWSDLToProcessor.error ( org.xml.sax.SAXParseException exception ) : void
[run-time name: org/apache/cxf/tools/misc/processor/AbstractWSDLToProcessor.error:(Lorg/xml/sax/SAXParseException;)V]
AbstractWSDLToProcessor.fatalError ( org.xml.sax.SAXParseException exception ) : void
[run-time name: org/apache/cxf/tools/misc/processor/AbstractWSDLToProcessor.fatalError:(Lorg/xml/sax/SAXParseException;)V]
AbstractWSDLToProcessor.getEnvironment ( ) : org.apache.cxf.tools.common.ToolContext
[run-time name: org/apache/cxf/tools/misc/processor/AbstractWSDLToProcessor.getEnvironment:()Lorg/apache/cxf/tools/common/ToolContext;]
AbstractWSDLToProcessor.getOutputWriter ( String newNameExt ) : java.io.Writer
[run-time name: org/apache/cxf/tools/misc/processor/AbstractWSDLToProcessor.getOutputWriter:(Ljava/lang/String;)Ljava/io/Writer;]
AbstractWSDLToProcessor.getWSDLDefinition ( ) : javax.wsdl.Definition
[run-time name: org/apache/cxf/tools/misc/processor/AbstractWSDLToProcessor.getWSDLDefinition:()Ljavax/wsdl/Definition;]
AbstractWSDLToProcessor.getWSDLPlugin ( String key, Class clz ) : org.apache.cxf.wsdl.WSDLExtensibilityPlugin
[run-time name: org/apache/cxf/tools/misc/processor/AbstractWSDLToProcessor.getWSDLPlugin:(Ljava/lang/String;Ljava/lang/Class;)Lorg/apache/cxf/wsdl/WSDLExtensibilityPlugin;]
AbstractWSDLToProcessor.info ( org.xml.sax.SAXParseException exception ) : void
[run-time name: org/apache/cxf/tools/misc/processor/AbstractWSDLToProcessor.info:(Lorg/xml/sax/SAXParseException;)V]
AbstractWSDLToProcessor.init ( ) : void
[run-time name: org/apache/cxf/tools/misc/processor/AbstractWSDLToProcessor.init:()V]
AbstractWSDLToProcessor.parseWSDL ( String wsdlURL ) : void
[run-time name: org/apache/cxf/tools/misc/processor/AbstractWSDLToProcessor.parseWSDL:(Ljava/lang/String;)V]
AbstractWSDLToProcessor.process ( ) : void
[run-time name: org/apache/cxf/tools/misc/processor/AbstractWSDLToProcessor.process:()V]
AbstractWSDLToProcessor.setEnvironment ( org.apache.cxf.tools.common.ToolContext penv ) : void
[run-time name: org/apache/cxf/tools/misc/processor/AbstractWSDLToProcessor.setEnvironment:(Lorg/apache/cxf/tools/common/ToolContext;)V]
AbstractWSDLToProcessor.validate ( javax.wsdl.Definition def, org.apache.cxf.tools.common.ToolContext context, org.apache.cxf.Bus bus ) : boolean
[run-time name: org/apache/cxf/tools/misc/processor/AbstractWSDLToProcessor.validate:(Ljavax/wsdl/Definition;Lorg/apache/cxf/tools/common/ToolContext;Lorg/apache/cxf/Bus;)Z]
AbstractWSDLToProcessor.validateWSDL ( ) : void
[run-time name: org/apache/cxf/tools/misc/processor/AbstractWSDLToProcessor.validateWSDL:()V]
AbstractWSDLToProcessor.warning ( org.xml.sax.SAXParseException exception ) : void
[run-time name: org/apache/cxf/tools/misc/processor/AbstractWSDLToProcessor.warning:(Lorg/xml/sax/SAXParseException;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractWSS4JInterceptor.class
package org.apache.cxf.ws.security.wss4j
AbstractWSS4JInterceptor.AbstractWSS4JInterceptor ( )
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor."<init>":()V]
AbstractWSS4JInterceptor.getAdditionalInterceptors ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.getAdditionalInterceptors:()Ljava/util/Collection;]
AbstractWSS4JInterceptor.getAfter ( ) : java.util.Set
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.getAfter:()Ljava/util/Set;]
AbstractWSS4JInterceptor.getBefore ( ) : java.util.Set
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.getBefore:()Ljava/util/Set;]
AbstractWSS4JInterceptor.getId ( ) : String
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.getId:()Ljava/lang/String;]
AbstractWSS4JInterceptor.getOption ( String key ) : Object
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.getOption:(Ljava/lang/String;)Ljava/lang/Object;]
AbstractWSS4JInterceptor.getPassword ( Object msgContext ) : String
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.getPassword:(Ljava/lang/Object;)Ljava/lang/String;]
AbstractWSS4JInterceptor.getPhase ( ) : String
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.getPhase:()Ljava/lang/String;]
AbstractWSS4JInterceptor.getProperties ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.getProperties:()Ljava/util/Map;]
AbstractWSS4JInterceptor.getProperty ( Object msgContext, String key ) : Object
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.getProperty:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;]
AbstractWSS4JInterceptor.getRoles ( ) : java.util.Set
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.getRoles:()Ljava/util/Set;]
AbstractWSS4JInterceptor.getUnderstoodHeaders ( ) : java.util.Set
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.getUnderstoodHeaders:()Ljava/util/Set;]
AbstractWSS4JInterceptor.handleFault ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.handleFault:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
AbstractWSS4JInterceptor.handleFault ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
AbstractWSS4JInterceptor.isRequestor ( org.apache.cxf.binding.soap.SoapMessage message ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.isRequestor:(Lorg/apache/cxf/binding/soap/SoapMessage;)Z]
AbstractWSS4JInterceptor.loadCryptoFromPropertiesFile ( String propFilename, org.apache.ws.security.handler.RequestData reqData ) : org.apache.ws.security.components.crypto.Crypto
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.loadCryptoFromPropertiesFile:(Ljava/lang/String;Lorg/apache/ws/security/handler/RequestData;)Lorg/apache/ws/security/components/crypto/Crypto;]
AbstractWSS4JInterceptor.postHandleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.postHandleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
AbstractWSS4JInterceptor.setAfter ( java.util.Set after ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.setAfter:(Ljava/util/Set;)V]
AbstractWSS4JInterceptor.setBefore ( java.util.Set before ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.setBefore:(Ljava/util/Set;)V]
AbstractWSS4JInterceptor.setId ( String id ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.setId:(Ljava/lang/String;)V]
AbstractWSS4JInterceptor.setPassword ( Object msgContext, String password ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.setPassword:(Ljava/lang/Object;Ljava/lang/String;)V]
AbstractWSS4JInterceptor.setPhase ( String phase ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.setPhase:(Ljava/lang/String;)V]
AbstractWSS4JInterceptor.setProperties ( java.util.Map properties ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.setProperties:(Ljava/util/Map;)V]
AbstractWSS4JInterceptor.setProperty ( Object msgContext, String key, Object value ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.setProperty:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V]
AbstractWSS4JInterceptor.setProperty ( String key, String value ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.setProperty:(Ljava/lang/String;Ljava/lang/String;)V]
AbstractWSS4JInterceptor.translateProperties ( org.apache.cxf.binding.soap.SoapMessage msg ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractWSS4JInterceptor.translateProperties:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
openejb-cxf-bundle-2.5.2.jar, AbstractXOPType.class
package org.apache.cxf.aegis.type.mtom
AbstractXOPType.AbstractXOPType ( boolean useXmimeBinaryType, String expectedContentTypes )
[run-time name: org/apache/cxf/aegis/type/mtom/AbstractXOPType."<init>":(ZLjava/lang/String;)V]
AbstractXOPType.addToSchemaElement ( org.apache.ws.commons.schema.XmlSchemaElement schemaElement ) : void
[run-time name: org/apache/cxf/aegis/type/mtom/AbstractXOPType.addToSchemaElement:(Lorg/apache/ws/commons/schema/XmlSchemaElement;)V]
AbstractXOPType.createAttachment ( Object p1, String p2 ) [abstract] : org.apache.cxf.message.Attachment
[run-time name: org/apache/cxf/aegis/type/mtom/AbstractXOPType.createAttachment:(Ljava/lang/Object;Ljava/lang/String;)Lorg/apache/cxf/message/Attachment;]
AbstractXOPType.getBytes ( Object p1 ) [abstract] : byte[ ]
[run-time name: org/apache/cxf/aegis/type/mtom/AbstractXOPType.getBytes:(Ljava/lang/Object;)[B]
AbstractXOPType.getContentType ( Object p1, org.apache.cxf.aegis.Context p2 ) [abstract] : String
[run-time name: org/apache/cxf/aegis/type/mtom/AbstractXOPType.getContentType:(Ljava/lang/Object;Lorg/apache/cxf/aegis/Context;)Ljava/lang/String;]
AbstractXOPType.readAttachment ( org.apache.cxf.message.Attachment p1, org.apache.cxf.aegis.Context p2 ) [abstract] : Object
[run-time name: org/apache/cxf/aegis/type/mtom/AbstractXOPType.readAttachment:(Lorg/apache/cxf/message/Attachment;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
AbstractXOPType.readMtoM ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/mtom/AbstractXOPType.readMtoM:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
AbstractXOPType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/mtom/AbstractXOPType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
AbstractXOPType.usesXmime ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/mtom/AbstractXOPType.usesXmime:()Z]
AbstractXOPType.wrapBytes ( byte[ ] p1, String p2 ) [abstract] : Object
[run-time name: org/apache/cxf/aegis/type/mtom/AbstractXOPType.wrapBytes:([BLjava/lang/String;)Ljava/lang/Object;]
AbstractXOPType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/mtom/AbstractXOPType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, AcceptType.class
package org.apache.cxf.ws.rm.v200502
AcceptType.AcceptType ( )
[run-time name: org/apache/cxf/ws/rm/v200502/AcceptType."<init>":()V]
AcceptType.getAcksTo ( ) : org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
[run-time name: org/apache/cxf/ws/rm/v200502/AcceptType.getAcksTo:()Lorg/apache/cxf/ws/addressing/v200408/EndpointReferenceType;]
AcceptType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200502/AcceptType.getAny:()Ljava/util/List;]
AcceptType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502/AcceptType.getOtherAttributes:()Ljava/util/Map;]
AcceptType.isSetAcksTo ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/AcceptType.isSetAcksTo:()Z]
AcceptType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/AcceptType.isSetAny:()Z]
AcceptType.setAcksTo ( org.apache.cxf.ws.addressing.v200408.EndpointReferenceType value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/AcceptType.setAcksTo:(Lorg/apache/cxf/ws/addressing/v200408/EndpointReferenceType;)V]
AcceptType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/AcceptType.unsetAny:()V]
package org.apache.cxf.ws.rm.v200502wsa15
AcceptType.AcceptType ( )
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/AcceptType."<init>":()V]
AcceptType.getAcksTo ( ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/AcceptType.getAcksTo:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
AcceptType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/AcceptType.getAny:()Ljava/util/List;]
AcceptType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/AcceptType.getOtherAttributes:()Ljava/util/Map;]
AcceptType.isSetAcksTo ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/AcceptType.isSetAcksTo:()Z]
AcceptType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/AcceptType.isSetAny:()Z]
AcceptType.setAcksTo ( org.apache.cxf.ws.addressing.EndpointReferenceType value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/AcceptType.setAcksTo:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)V]
AcceptType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/AcceptType.unsetAny:()V]
package org.apache.cxf.ws.rm.v200702
AcceptType.AcceptType ( )
[run-time name: org/apache/cxf/ws/rm/v200702/AcceptType."<init>":()V]
AcceptType.getAcksTo ( ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/ws/rm/v200702/AcceptType.getAcksTo:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
AcceptType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200702/AcceptType.getAny:()Ljava/util/List;]
AcceptType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200702/AcceptType.getOtherAttributes:()Ljava/util/Map;]
AcceptType.isSetAcksTo ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/AcceptType.isSetAcksTo:()Z]
AcceptType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/AcceptType.isSetAny:()Z]
AcceptType.setAcksTo ( org.apache.cxf.ws.addressing.EndpointReferenceType value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/AcceptType.setAcksTo:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)V]
AcceptType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/AcceptType.unsetAny:()V]
openejb-cxf-bundle-2.5.2.jar, AccessDeniedException.class
package org.apache.cxf.interceptor.security
AccessDeniedException.AccessDeniedException ( String reason )
[run-time name: org/apache/cxf/interceptor/security/AccessDeniedException."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, AcknowledgementInterval.class
package org.apache.cxf.ws.rmp.v200502
RMAssertion.AcknowledgementInterval.getMilliseconds ( ) : Long
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.AcknowledgementInterval.getMilliseconds:()Ljava/lang/Long;]
RMAssertion.AcknowledgementInterval.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.AcknowledgementInterval.getOtherAttributes:()Ljava/util/Map;]
RMAssertion.AcknowledgementInterval.isSetMilliseconds ( ) : boolean
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.AcknowledgementInterval.isSetMilliseconds:()Z]
RMAssertion.AcknowledgementInterval.RMAssertion.AcknowledgementInterval ( )
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.AcknowledgementInterval."<init>":()V]
RMAssertion.AcknowledgementInterval.setMilliseconds ( Long value ) : void
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.AcknowledgementInterval.setMilliseconds:(Ljava/lang/Long;)V]
openejb-cxf-bundle-2.5.2.jar, AcknowledgementRange.class
package org.apache.cxf.ws.rm.v200502
SequenceAcknowledgement.AcknowledgementRange.getLower ( ) : Long
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceAcknowledgement.AcknowledgementRange.getLower:()Ljava/lang/Long;]
SequenceAcknowledgement.AcknowledgementRange.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceAcknowledgement.AcknowledgementRange.getOtherAttributes:()Ljava/util/Map;]
SequenceAcknowledgement.AcknowledgementRange.getUpper ( ) : Long
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceAcknowledgement.AcknowledgementRange.getUpper:()Ljava/lang/Long;]
SequenceAcknowledgement.AcknowledgementRange.isSetLower ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceAcknowledgement.AcknowledgementRange.isSetLower:()Z]
SequenceAcknowledgement.AcknowledgementRange.isSetUpper ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceAcknowledgement.AcknowledgementRange.isSetUpper:()Z]
SequenceAcknowledgement.AcknowledgementRange.SequenceAcknowledgement.AcknowledgementRange ( )
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceAcknowledgement.AcknowledgementRange."<init>":()V]
SequenceAcknowledgement.AcknowledgementRange.setLower ( Long value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceAcknowledgement.AcknowledgementRange.setLower:(Ljava/lang/Long;)V]
SequenceAcknowledgement.AcknowledgementRange.setUpper ( Long value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceAcknowledgement.AcknowledgementRange.setUpper:(Ljava/lang/Long;)V]
package org.apache.cxf.ws.rm.v200502wsa15
SequenceAcknowledgement.AcknowledgementRange.getLower ( ) : Long
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement.AcknowledgementRange.getLower:()Ljava/lang/Long;]
SequenceAcknowledgement.AcknowledgementRange.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement.AcknowledgementRange.getOtherAttributes:()Ljava/util/Map;]
SequenceAcknowledgement.AcknowledgementRange.getUpper ( ) : Long
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement.AcknowledgementRange.getUpper:()Ljava/lang/Long;]
SequenceAcknowledgement.AcknowledgementRange.isSetLower ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement.AcknowledgementRange.isSetLower:()Z]
SequenceAcknowledgement.AcknowledgementRange.isSetUpper ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement.AcknowledgementRange.isSetUpper:()Z]
SequenceAcknowledgement.AcknowledgementRange.SequenceAcknowledgement.AcknowledgementRange ( )
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement.AcknowledgementRange."<init>":()V]
SequenceAcknowledgement.AcknowledgementRange.setLower ( Long value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement.AcknowledgementRange.setLower:(Ljava/lang/Long;)V]
SequenceAcknowledgement.AcknowledgementRange.setUpper ( Long value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement.AcknowledgementRange.setUpper:(Ljava/lang/Long;)V]
package org.apache.cxf.ws.rm.v200702
SequenceAcknowledgement.AcknowledgementRange.getLower ( ) : Long
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.AcknowledgementRange.getLower:()Ljava/lang/Long;]
SequenceAcknowledgement.AcknowledgementRange.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.AcknowledgementRange.getOtherAttributes:()Ljava/util/Map;]
SequenceAcknowledgement.AcknowledgementRange.getUpper ( ) : Long
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.AcknowledgementRange.getUpper:()Ljava/lang/Long;]
SequenceAcknowledgement.AcknowledgementRange.isSetLower ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.AcknowledgementRange.isSetLower:()Z]
SequenceAcknowledgement.AcknowledgementRange.isSetUpper ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.AcknowledgementRange.isSetUpper:()Z]
SequenceAcknowledgement.AcknowledgementRange.SequenceAcknowledgement.AcknowledgementRange ( )
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.AcknowledgementRange."<init>":()V]
SequenceAcknowledgement.AcknowledgementRange.setLower ( Long value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.AcknowledgementRange.setLower:(Ljava/lang/Long;)V]
SequenceAcknowledgement.AcknowledgementRange.setUpper ( Long value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.AcknowledgementRange.setUpper:(Ljava/lang/Long;)V]
openejb-cxf-bundle-2.5.2.jar, AckRequestedType.class
package org.apache.cxf.ws.rm.v200502
AckRequestedType.AckRequestedType ( )
[run-time name: org/apache/cxf/ws/rm/v200502/AckRequestedType."<init>":()V]
AckRequestedType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200502/AckRequestedType.getAny:()Ljava/util/List;]
AckRequestedType.getIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200502/AckRequestedType.getIdentifier:()Lorg/apache/cxf/ws/rm/v200502/Identifier;]
AckRequestedType.getMaxMessageNumberUsed ( ) : Long
[run-time name: org/apache/cxf/ws/rm/v200502/AckRequestedType.getMaxMessageNumberUsed:()Ljava/lang/Long;]
AckRequestedType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502/AckRequestedType.getOtherAttributes:()Ljava/util/Map;]
AckRequestedType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/AckRequestedType.isSetAny:()Z]
AckRequestedType.isSetIdentifier ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/AckRequestedType.isSetIdentifier:()Z]
AckRequestedType.isSetMaxMessageNumberUsed ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/AckRequestedType.isSetMaxMessageNumberUsed:()Z]
AckRequestedType.setIdentifier ( Identifier value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/AckRequestedType.setIdentifier:(Lorg/apache/cxf/ws/rm/v200502/Identifier;)V]
AckRequestedType.setMaxMessageNumberUsed ( Long value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/AckRequestedType.setMaxMessageNumberUsed:(Ljava/lang/Long;)V]
AckRequestedType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/AckRequestedType.unsetAny:()V]
package org.apache.cxf.ws.rm.v200502wsa15
AckRequestedType.AckRequestedType ( )
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/AckRequestedType."<init>":()V]
AckRequestedType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/AckRequestedType.getAny:()Ljava/util/List;]
AckRequestedType.getIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/AckRequestedType.getIdentifier:()Lorg/apache/cxf/ws/rm/v200502wsa15/Identifier;]
AckRequestedType.getMaxMessageNumberUsed ( ) : Long
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/AckRequestedType.getMaxMessageNumberUsed:()Ljava/lang/Long;]
AckRequestedType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/AckRequestedType.getOtherAttributes:()Ljava/util/Map;]
AckRequestedType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/AckRequestedType.isSetAny:()Z]
AckRequestedType.isSetIdentifier ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/AckRequestedType.isSetIdentifier:()Z]
AckRequestedType.isSetMaxMessageNumberUsed ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/AckRequestedType.isSetMaxMessageNumberUsed:()Z]
AckRequestedType.setIdentifier ( Identifier value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/AckRequestedType.setIdentifier:(Lorg/apache/cxf/ws/rm/v200502wsa15/Identifier;)V]
AckRequestedType.setMaxMessageNumberUsed ( Long value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/AckRequestedType.setMaxMessageNumberUsed:(Ljava/lang/Long;)V]
AckRequestedType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/AckRequestedType.unsetAny:()V]
package org.apache.cxf.ws.rm.v200702
AckRequestedType.AckRequestedType ( )
[run-time name: org/apache/cxf/ws/rm/v200702/AckRequestedType."<init>":()V]
AckRequestedType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200702/AckRequestedType.getAny:()Ljava/util/List;]
AckRequestedType.getIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200702/AckRequestedType.getIdentifier:()Lorg/apache/cxf/ws/rm/v200702/Identifier;]
AckRequestedType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200702/AckRequestedType.getOtherAttributes:()Ljava/util/Map;]
AckRequestedType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/AckRequestedType.isSetAny:()Z]
AckRequestedType.isSetIdentifier ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/AckRequestedType.isSetIdentifier:()Z]
AckRequestedType.setIdentifier ( Identifier value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/AckRequestedType.setIdentifier:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)V]
AckRequestedType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/AckRequestedType.unsetAny:()V]
openejb-cxf-bundle-2.5.2.jar, AcksPolicyType.class
package org.apache.cxf.ws.rm.manager
AcksPolicyType.AcksPolicyType ( )
[run-time name: org/apache/cxf/ws/rm/manager/AcksPolicyType."<init>":()V]
AcksPolicyType.getImmediaAcksTimeout ( ) : long
[run-time name: org/apache/cxf/ws/rm/manager/AcksPolicyType.getImmediaAcksTimeout:()J]
AcksPolicyType.getIntraMessageThreshold ( ) : int
[run-time name: org/apache/cxf/ws/rm/manager/AcksPolicyType.getIntraMessageThreshold:()I]
AcksPolicyType.isSetImmediaAcksTimeout ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/manager/AcksPolicyType.isSetImmediaAcksTimeout:()Z]
AcksPolicyType.isSetIntraMessageThreshold ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/manager/AcksPolicyType.isSetIntraMessageThreshold:()Z]
AcksPolicyType.setImmediaAcksTimeout ( long value ) : void
[run-time name: org/apache/cxf/ws/rm/manager/AcksPolicyType.setImmediaAcksTimeout:(J)V]
AcksPolicyType.setIntraMessageThreshold ( int value ) : void
[run-time name: org/apache/cxf/ws/rm/manager/AcksPolicyType.setIntraMessageThreshold:(I)V]
AcksPolicyType.unsetImmediaAcksTimeout ( ) : void
[run-time name: org/apache/cxf/ws/rm/manager/AcksPolicyType.unsetImmediaAcksTimeout:()V]
AcksPolicyType.unsetIntraMessageThreshold ( ) : void
[run-time name: org/apache/cxf/ws/rm/manager/AcksPolicyType.unsetIntraMessageThreshold:()V]
openejb-cxf-bundle-2.5.2.jar, ActAsType.class
package org.apache.cxf.ws.security.sts.provider.model.wstrust14
ActAsType.ActAsType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ActAsType."<init>":()V]
ActAsType.getAny ( ) : Object
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ActAsType.getAny:()Ljava/lang/Object;]
ActAsType.setAny ( Object value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ActAsType.setAny:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, Action.class
package org.apache.cxf.aegis.type.encoded
SoapRef.Action.onSet ( SoapRef p1 ) [abstract] : void
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRef.Action.onSet:(Lorg/apache/cxf/aegis/type/encoded/SoapRef;)V]
openejb-cxf-bundle-2.5.2.jar, Adapter1.class
package org.apache.cxf.ws.rm.v200502
Adapter1.Adapter1 ( )
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter1."<init>":()V]
Adapter1.marshal ( Long value ) : String
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter1.marshal:(Ljava/lang/Long;)Ljava/lang/String;]
Adapter1.marshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter1.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter1.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter1.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter1.unmarshal ( String value ) : Long
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter1.unmarshal:(Ljava/lang/String;)Ljava/lang/Long;]
package org.apache.cxf.ws.rm.v200502wsa15
Adapter1.Adapter1 ( )
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter1."<init>":()V]
Adapter1.marshal ( Long value ) : String
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter1.marshal:(Ljava/lang/Long;)Ljava/lang/String;]
Adapter1.marshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter1.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter1.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter1.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter1.unmarshal ( String value ) : Long
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter1.unmarshal:(Ljava/lang/String;)Ljava/lang/Long;]
package org.apache.cxf.ws.rm.v200702
Adapter1.Adapter1 ( )
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter1."<init>":()V]
Adapter1.marshal ( Long value ) : String
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter1.marshal:(Ljava/lang/Long;)Ljava/lang/String;]
Adapter1.marshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter1.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter1.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter1.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter1.unmarshal ( String value ) : Long
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter1.unmarshal:(Ljava/lang/String;)Ljava/lang/Long;]
package org.apache.cxf.ws.rmp.v200502
Adapter1.Adapter1 ( )
[run-time name: org/apache/cxf/ws/rmp/v200502/Adapter1."<init>":()V]
Adapter1.marshal ( Long value ) : String
[run-time name: org/apache/cxf/ws/rmp/v200502/Adapter1.marshal:(Ljava/lang/Long;)Ljava/lang/String;]
Adapter1.marshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rmp/v200502/Adapter1.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter1.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rmp/v200502/Adapter1.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter1.unmarshal ( String value ) : Long
[run-time name: org/apache/cxf/ws/rmp/v200502/Adapter1.unmarshal:(Ljava/lang/String;)Ljava/lang/Long;]
openejb-cxf-bundle-2.5.2.jar, Adapter2.class
package org.apache.cxf.ws.rm.v200502
Adapter2.Adapter2 ( )
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter2."<init>":()V]
Adapter2.marshal ( Long value ) : String
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter2.marshal:(Ljava/lang/Long;)Ljava/lang/String;]
Adapter2.marshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter2.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter2.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter2.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter2.unmarshal ( String value ) : Long
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter2.unmarshal:(Ljava/lang/String;)Ljava/lang/Long;]
package org.apache.cxf.ws.rm.v200502wsa15
Adapter2.Adapter2 ( )
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter2."<init>":()V]
Adapter2.marshal ( Long value ) : String
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter2.marshal:(Ljava/lang/Long;)Ljava/lang/String;]
Adapter2.marshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter2.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter2.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter2.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter2.unmarshal ( String value ) : Long
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter2.unmarshal:(Ljava/lang/String;)Ljava/lang/Long;]
package org.apache.cxf.ws.rm.v200702
Adapter2.Adapter2 ( )
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter2."<init>":()V]
Adapter2.marshal ( Long value ) : String
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter2.marshal:(Ljava/lang/Long;)Ljava/lang/String;]
Adapter2.marshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter2.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter2.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter2.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter2.unmarshal ( String value ) : Long
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter2.unmarshal:(Ljava/lang/String;)Ljava/lang/Long;]
package org.apache.cxf.ws.rmp.v200502
Adapter2.Adapter2 ( )
[run-time name: org/apache/cxf/ws/rmp/v200502/Adapter2."<init>":()V]
Adapter2.marshal ( Long value ) : String
[run-time name: org/apache/cxf/ws/rmp/v200502/Adapter2.marshal:(Ljava/lang/Long;)Ljava/lang/String;]
Adapter2.marshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rmp/v200502/Adapter2.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter2.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rmp/v200502/Adapter2.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter2.unmarshal ( String value ) : Long
[run-time name: org/apache/cxf/ws/rmp/v200502/Adapter2.unmarshal:(Ljava/lang/String;)Ljava/lang/Long;]
openejb-cxf-bundle-2.5.2.jar, Adapter3.class
package org.apache.cxf.ws.rm.v200502
Adapter3.Adapter3 ( )
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter3."<init>":()V]
Adapter3.marshal ( Long value ) : String
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter3.marshal:(Ljava/lang/Long;)Ljava/lang/String;]
Adapter3.marshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter3.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter3.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter3.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter3.unmarshal ( String value ) : Long
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter3.unmarshal:(Ljava/lang/String;)Ljava/lang/Long;]
package org.apache.cxf.ws.rm.v200502wsa15
Adapter3.Adapter3 ( )
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter3."<init>":()V]
Adapter3.marshal ( Long value ) : String
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter3.marshal:(Ljava/lang/Long;)Ljava/lang/String;]
Adapter3.marshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter3.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter3.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter3.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter3.unmarshal ( String value ) : Long
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter3.unmarshal:(Ljava/lang/String;)Ljava/lang/Long;]
package org.apache.cxf.ws.rm.v200702
Adapter3.Adapter3 ( )
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter3."<init>":()V]
Adapter3.marshal ( Long value ) : String
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter3.marshal:(Ljava/lang/Long;)Ljava/lang/String;]
Adapter3.marshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter3.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter3.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter3.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter3.unmarshal ( String value ) : Long
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter3.unmarshal:(Ljava/lang/String;)Ljava/lang/Long;]
package org.apache.cxf.ws.rmp.v200502
Adapter3.Adapter3 ( )
[run-time name: org/apache/cxf/ws/rmp/v200502/Adapter3."<init>":()V]
Adapter3.marshal ( Long value ) : String
[run-time name: org/apache/cxf/ws/rmp/v200502/Adapter3.marshal:(Ljava/lang/Long;)Ljava/lang/String;]
Adapter3.marshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rmp/v200502/Adapter3.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter3.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rmp/v200502/Adapter3.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter3.unmarshal ( String value ) : Long
[run-time name: org/apache/cxf/ws/rmp/v200502/Adapter3.unmarshal:(Ljava/lang/String;)Ljava/lang/Long;]
openejb-cxf-bundle-2.5.2.jar, Adapter4.class
package org.apache.cxf.ws.rm.v200502
Adapter4.Adapter4 ( )
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter4."<init>":()V]
Adapter4.marshal ( Long value ) : String
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter4.marshal:(Ljava/lang/Long;)Ljava/lang/String;]
Adapter4.marshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter4.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter4.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter4.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter4.unmarshal ( String value ) : Long
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter4.unmarshal:(Ljava/lang/String;)Ljava/lang/Long;]
package org.apache.cxf.ws.rm.v200502wsa15
Adapter4.Adapter4 ( )
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter4."<init>":()V]
Adapter4.marshal ( Long value ) : String
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter4.marshal:(Ljava/lang/Long;)Ljava/lang/String;]
Adapter4.marshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter4.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter4.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter4.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter4.unmarshal ( String value ) : Long
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter4.unmarshal:(Ljava/lang/String;)Ljava/lang/Long;]
package org.apache.cxf.ws.rm.v200702
Adapter4.Adapter4 ( )
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter4."<init>":()V]
Adapter4.marshal ( Long value ) : String
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter4.marshal:(Ljava/lang/Long;)Ljava/lang/String;]
Adapter4.marshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter4.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter4.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter4.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter4.unmarshal ( String value ) : Long
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter4.unmarshal:(Ljava/lang/String;)Ljava/lang/Long;]
openejb-cxf-bundle-2.5.2.jar, Adapter5.class
package org.apache.cxf.ws.rm.v200502
Adapter5.Adapter5 ( )
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter5."<init>":()V]
Adapter5.marshal ( Long value ) : String
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter5.marshal:(Ljava/lang/Long;)Ljava/lang/String;]
Adapter5.marshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter5.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter5.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter5.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter5.unmarshal ( String value ) : Long
[run-time name: org/apache/cxf/ws/rm/v200502/Adapter5.unmarshal:(Ljava/lang/String;)Ljava/lang/Long;]
package org.apache.cxf.ws.rm.v200502wsa15
Adapter5.Adapter5 ( )
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter5."<init>":()V]
Adapter5.marshal ( Long value ) : String
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter5.marshal:(Ljava/lang/Long;)Ljava/lang/String;]
Adapter5.marshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter5.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter5.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter5.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter5.unmarshal ( String value ) : Long
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Adapter5.unmarshal:(Ljava/lang/String;)Ljava/lang/Long;]
package org.apache.cxf.ws.rm.v200702
Adapter5.Adapter5 ( )
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter5."<init>":()V]
Adapter5.marshal ( Long value ) : String
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter5.marshal:(Ljava/lang/Long;)Ljava/lang/String;]
Adapter5.marshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter5.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter5.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter5.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter5.unmarshal ( String value ) : Long
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter5.unmarshal:(Ljava/lang/String;)Ljava/lang/Long;]
openejb-cxf-bundle-2.5.2.jar, Adapter6.class
package org.apache.cxf.ws.rm.v200702
Adapter6.Adapter6 ( )
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter6."<init>":()V]
Adapter6.marshal ( Long value ) : String
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter6.marshal:(Ljava/lang/Long;)Ljava/lang/String;]
Adapter6.marshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter6.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter6.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter6.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
Adapter6.unmarshal ( String value ) : Long
[run-time name: org/apache/cxf/ws/rm/v200702/Adapter6.unmarshal:(Ljava/lang/String;)Ljava/lang/Long;]
openejb-cxf-bundle-2.5.2.jar, Address.class
package org.apache.cxf.tools.misc.processor.address
Address.buildAddressArguments ( org.apache.cxf.tools.common.ToolContext p1 ) [abstract] : java.util.Map
[run-time name: org/apache/cxf/tools/misc/processor/address/Address.buildAddressArguments:(Lorg/apache/cxf/tools/common/ToolContext;)Ljava/util/Map;]
Address.getNamespaces ( org.apache.cxf.tools.common.ToolContext p1 ) [abstract] : java.util.Map
[run-time name: org/apache/cxf/tools/misc/processor/address/Address.getNamespaces:(Lorg/apache/cxf/tools/common/ToolContext;)Ljava/util/Map;]
package org.apache.cxf.ws.rm.v200702
Address.Address ( )
[run-time name: org/apache/cxf/ws/rm/v200702/Address."<init>":()V]
Address.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200702/Address.getOtherAttributes:()Ljava/util/Map;]
Address.getValue ( ) : String
[run-time name: org/apache/cxf/ws/rm/v200702/Address.getValue:()Ljava/lang/String;]
Address.isSetValue ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/Address.isSetValue:()Z]
Address.setValue ( String value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/Address.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, AddressFactory.class
package org.apache.cxf.tools.misc.processor.address
AddressFactory.getAddresser ( String name ) : Address
[run-time name: org/apache/cxf/tools/misc/processor/address/AddressFactory.getAddresser:(Ljava/lang/String;)Lorg/apache/cxf/tools/misc/processor/address/Address;]
AddressFactory.getInstance ( ) [static] : AddressFactory
[run-time name: org/apache/cxf/tools/misc/processor/address/AddressFactory.getInstance:()Lorg/apache/cxf/tools/misc/processor/address/AddressFactory;]
openejb-cxf-bundle-2.5.2.jar, AddressingAssertionBuilder.class
package org.apache.cxf.ws.addressing.policy
AddressingAssertionBuilder.AddressingAssertionBuilder ( )
[run-time name: org/apache/cxf/ws/addressing/policy/AddressingAssertionBuilder."<init>":()V]
AddressingAssertionBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/addressing/policy/AddressingAssertionBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
AddressingAssertionBuilder.build ( org.w3c.dom.Element elem, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/addressing/policy/AddressingAssertionBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
AddressingAssertionBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/addressing/policy/AddressingAssertionBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
openejb-cxf-bundle-2.5.2.jar, AddressingBeanDefinitionParser.class
package org.apache.cxf.ws.addressing.spring
AddressingBeanDefinitionParser.AddressingBeanDefinitionParser ( )
[run-time name: org/apache/cxf/ws/addressing/spring/AddressingBeanDefinitionParser."<init>":()V]
AddressingBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 ) : Class
[run-time name: org/apache/cxf/ws/addressing/spring/AddressingBeanDefinitionParser.getBeanClass:(Lorg/w3c/dom/Element;)Ljava/lang/Class;]
openejb-cxf-bundle-2.5.2.jar, AddressingBuilder.class
package org.apache.cxf.ws.addressing
AddressingBuilder.AddressingBuilder ( )
[run-time name: org/apache/cxf/ws/addressing/AddressingBuilder."<init>":()V]
AddressingBuilder.getAddressingBuilder ( ) [static] : AddressingBuilder
[run-time name: org/apache/cxf/ws/addressing/AddressingBuilder.getAddressingBuilder:()Lorg/apache/cxf/ws/addressing/AddressingBuilder;]
AddressingBuilder.newAddressingConstants ( ) [abstract] : AddressingConstants
[run-time name: org/apache/cxf/ws/addressing/AddressingBuilder.newAddressingConstants:()Lorg/apache/cxf/ws/addressing/AddressingConstants;]
AddressingBuilder.newAddressingProperties ( ) [abstract] : AddressingProperties
[run-time name: org/apache/cxf/ws/addressing/AddressingBuilder.newAddressingProperties:()Lorg/apache/cxf/ws/addressing/AddressingProperties;]
openejb-cxf-bundle-2.5.2.jar, AddressingBuilderImpl.class
package org.apache.cxf.ws.addressing
AddressingBuilderImpl.AddressingBuilderImpl ( )
[run-time name: org/apache/cxf/ws/addressing/AddressingBuilderImpl."<init>":()V]
AddressingBuilderImpl.getNamespaceURI ( ) : String
[run-time name: org/apache/cxf/ws/addressing/AddressingBuilderImpl.getNamespaceURI:()Ljava/lang/String;]
AddressingBuilderImpl.newAddressingConstants ( ) : AddressingConstants
[run-time name: org/apache/cxf/ws/addressing/AddressingBuilderImpl.newAddressingConstants:()Lorg/apache/cxf/ws/addressing/AddressingConstants;]
AddressingBuilderImpl.newAddressingProperties ( ) : AddressingProperties
[run-time name: org/apache/cxf/ws/addressing/AddressingBuilderImpl.newAddressingProperties:()Lorg/apache/cxf/ws/addressing/AddressingProperties;]
openejb-cxf-bundle-2.5.2.jar, AddressingConstants.class
package org.apache.cxf.ws.addressing
AddressingConstants.getActionNotSupportedQName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getActionNotSupportedQName:()Ljavax/xml/namespace/QName;]
AddressingConstants.getActionNotSupportedText ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getActionNotSupportedText:()Ljava/lang/String;]
AddressingConstants.getActionQName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getActionQName:()Ljavax/xml/namespace/QName;]
AddressingConstants.getAddressQName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getAddressQName:()Ljavax/xml/namespace/QName;]
AddressingConstants.getAnonymousURI ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getAnonymousURI:()Ljava/lang/String;]
AddressingConstants.getDefaultFaultAction ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getDefaultFaultAction:()Ljava/lang/String;]
AddressingConstants.getDestinationUnreachableQName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getDestinationUnreachableQName:()Ljavax/xml/namespace/QName;]
AddressingConstants.getDestinationUnreachableText ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getDestinationUnreachableText:()Ljava/lang/String;]
AddressingConstants.getDuplicateMessageIDText ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getDuplicateMessageIDText:()Ljava/lang/String;]
AddressingConstants.getEndpointUnavailableQName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getEndpointUnavailableQName:()Ljavax/xml/namespace/QName;]
AddressingConstants.getEndpointUnavailableText ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getEndpointUnavailableText:()Ljava/lang/String;]
AddressingConstants.getFaultToQName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getFaultToQName:()Ljavax/xml/namespace/QName;]
AddressingConstants.getFromQName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getFromQName:()Ljavax/xml/namespace/QName;]
AddressingConstants.getInvalidMapQName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getInvalidMapQName:()Ljavax/xml/namespace/QName;]
AddressingConstants.getInvalidMapText ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getInvalidMapText:()Ljava/lang/String;]
AddressingConstants.getIsReferenceParameterQName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getIsReferenceParameterQName:()Ljavax/xml/namespace/QName;]
AddressingConstants.getMapRequiredQName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getMapRequiredQName:()Ljavax/xml/namespace/QName;]
AddressingConstants.getMapRequiredText ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getMapRequiredText:()Ljava/lang/String;]
AddressingConstants.getMessageIDQName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getMessageIDQName:()Ljavax/xml/namespace/QName;]
AddressingConstants.getMetadataQName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getMetadataQName:()Ljavax/xml/namespace/QName;]
AddressingConstants.getNamespaceURI ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getNamespaceURI:()Ljava/lang/String;]
AddressingConstants.getNoneURI ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getNoneURI:()Ljava/lang/String;]
AddressingConstants.getPackageName ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getPackageName:()Ljava/lang/String;]
AddressingConstants.getRelatesToQName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getRelatesToQName:()Ljavax/xml/namespace/QName;]
AddressingConstants.getRelationshipReply ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getRelationshipReply:()Ljava/lang/String;]
AddressingConstants.getRelationshipTypeQName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getRelationshipTypeQName:()Ljavax/xml/namespace/QName;]
AddressingConstants.getReplyToQName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getReplyToQName:()Ljavax/xml/namespace/QName;]
AddressingConstants.getToQName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getToQName:()Ljavax/xml/namespace/QName;]
AddressingConstants.getWSDLActionQName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getWSDLActionQName:()Ljavax/xml/namespace/QName;]
AddressingConstants.getWSDLExtensibilityQName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getWSDLExtensibilityQName:()Ljavax/xml/namespace/QName;]
AddressingConstants.getWSDLNamespaceURI ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstants.getWSDLNamespaceURI:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, AddressingConstantsImpl.class
package org.apache.cxf.ws.addressing
AddressingConstantsImpl.AddressingConstantsImpl ( )
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl."<init>":()V]
AddressingConstantsImpl.getActionNotSupportedQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getActionNotSupportedQName:()Ljavax/xml/namespace/QName;]
AddressingConstantsImpl.getActionNotSupportedText ( ) : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getActionNotSupportedText:()Ljava/lang/String;]
AddressingConstantsImpl.getActionQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getActionQName:()Ljavax/xml/namespace/QName;]
AddressingConstantsImpl.getAddressQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getAddressQName:()Ljavax/xml/namespace/QName;]
AddressingConstantsImpl.getAnonymousURI ( ) : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getAnonymousURI:()Ljava/lang/String;]
AddressingConstantsImpl.getDefaultFaultAction ( ) : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getDefaultFaultAction:()Ljava/lang/String;]
AddressingConstantsImpl.getDestinationUnreachableQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getDestinationUnreachableQName:()Ljavax/xml/namespace/QName;]
AddressingConstantsImpl.getDestinationUnreachableText ( ) : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getDestinationUnreachableText:()Ljava/lang/String;]
AddressingConstantsImpl.getDuplicateMessageIDText ( ) : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getDuplicateMessageIDText:()Ljava/lang/String;]
AddressingConstantsImpl.getEndpointUnavailableQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getEndpointUnavailableQName:()Ljavax/xml/namespace/QName;]
AddressingConstantsImpl.getEndpointUnavailableText ( ) : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getEndpointUnavailableText:()Ljava/lang/String;]
AddressingConstantsImpl.getFaultToQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getFaultToQName:()Ljavax/xml/namespace/QName;]
AddressingConstantsImpl.getFromQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getFromQName:()Ljavax/xml/namespace/QName;]
AddressingConstantsImpl.getInvalidMapQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getInvalidMapQName:()Ljavax/xml/namespace/QName;]
AddressingConstantsImpl.getInvalidMapText ( ) : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getInvalidMapText:()Ljava/lang/String;]
AddressingConstantsImpl.getIsReferenceParameterQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getIsReferenceParameterQName:()Ljavax/xml/namespace/QName;]
AddressingConstantsImpl.getMapRequiredQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getMapRequiredQName:()Ljavax/xml/namespace/QName;]
AddressingConstantsImpl.getMapRequiredText ( ) : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getMapRequiredText:()Ljava/lang/String;]
AddressingConstantsImpl.getMessageIDQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getMessageIDQName:()Ljavax/xml/namespace/QName;]
AddressingConstantsImpl.getMetadataQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getMetadataQName:()Ljavax/xml/namespace/QName;]
AddressingConstantsImpl.getNamespaceURI ( ) : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getNamespaceURI:()Ljava/lang/String;]
AddressingConstantsImpl.getNoneURI ( ) : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getNoneURI:()Ljava/lang/String;]
AddressingConstantsImpl.getPackageName ( ) : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getPackageName:()Ljava/lang/String;]
AddressingConstantsImpl.getRelatesToQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getRelatesToQName:()Ljavax/xml/namespace/QName;]
AddressingConstantsImpl.getRelationshipReply ( ) : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getRelationshipReply:()Ljava/lang/String;]
AddressingConstantsImpl.getRelationshipTypeQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getRelationshipTypeQName:()Ljavax/xml/namespace/QName;]
AddressingConstantsImpl.getReplyToQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getReplyToQName:()Ljavax/xml/namespace/QName;]
AddressingConstantsImpl.getToQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getToQName:()Ljavax/xml/namespace/QName;]
AddressingConstantsImpl.getWSDLActionQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getWSDLActionQName:()Ljavax/xml/namespace/QName;]
AddressingConstantsImpl.getWSDLExtensibilityQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getWSDLExtensibilityQName:()Ljavax/xml/namespace/QName;]
AddressingConstantsImpl.getWSDLNamespaceURI ( ) : String
[run-time name: org/apache/cxf/ws/addressing/AddressingConstantsImpl.getWSDLNamespaceURI:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, AddressingPolicyInterceptorProvider.class
package org.apache.cxf.ws.addressing.policy
AddressingPolicyInterceptorProvider.AddressingPolicyInterceptorProvider ( )
[run-time name: org/apache/cxf/ws/addressing/policy/AddressingPolicyInterceptorProvider."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, AddressingProperties.class
package org.apache.cxf.ws.addressing
AddressingProperties.getAction ( ) [abstract] : AttributedURIType
[run-time name: org/apache/cxf/ws/addressing/AddressingProperties.getAction:()Lorg/apache/cxf/ws/addressing/AttributedURIType;]
AddressingProperties.getFaultTo ( ) [abstract] : EndpointReferenceType
[run-time name: org/apache/cxf/ws/addressing/AddressingProperties.getFaultTo:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
AddressingProperties.getFrom ( ) [abstract] : EndpointReferenceType
[run-time name: org/apache/cxf/ws/addressing/AddressingProperties.getFrom:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
AddressingProperties.getMessageID ( ) [abstract] : AttributedURIType
[run-time name: org/apache/cxf/ws/addressing/AddressingProperties.getMessageID:()Lorg/apache/cxf/ws/addressing/AttributedURIType;]
AddressingProperties.getRelatesTo ( ) [abstract] : RelatesToType
[run-time name: org/apache/cxf/ws/addressing/AddressingProperties.getRelatesTo:()Lorg/apache/cxf/ws/addressing/RelatesToType;]
AddressingProperties.getReplyTo ( ) [abstract] : EndpointReferenceType
[run-time name: org/apache/cxf/ws/addressing/AddressingProperties.getReplyTo:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
AddressingProperties.getTo ( ) [abstract] : AttributedURIType
[run-time name: org/apache/cxf/ws/addressing/AddressingProperties.getTo:()Lorg/apache/cxf/ws/addressing/AttributedURIType;]
AddressingProperties.getToEndpointReference ( ) [abstract] : EndpointReferenceType
[run-time name: org/apache/cxf/ws/addressing/AddressingProperties.getToEndpointReference:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
AddressingProperties.setAction ( AttributedURIType p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/addressing/AddressingProperties.setAction:(Lorg/apache/cxf/ws/addressing/AttributedURIType;)V]
AddressingProperties.setFaultTo ( EndpointReferenceType p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/addressing/AddressingProperties.setFaultTo:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)V]
AddressingProperties.setFrom ( EndpointReferenceType p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/addressing/AddressingProperties.setFrom:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)V]
AddressingProperties.setMessageID ( AttributedURIType p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/addressing/AddressingProperties.setMessageID:(Lorg/apache/cxf/ws/addressing/AttributedURIType;)V]
AddressingProperties.setRelatesTo ( RelatesToType p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/addressing/AddressingProperties.setRelatesTo:(Lorg/apache/cxf/ws/addressing/RelatesToType;)V]
AddressingProperties.setReplyTo ( EndpointReferenceType p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/addressing/AddressingProperties.setReplyTo:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)V]
AddressingProperties.setTo ( AttributedURIType p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/addressing/AddressingProperties.setTo:(Lorg/apache/cxf/ws/addressing/AttributedURIType;)V]
AddressingProperties.setTo ( EndpointReferenceType p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/addressing/AddressingProperties.setTo:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)V]
openejb-cxf-bundle-2.5.2.jar, AddressingPropertiesImpl.class
package org.apache.cxf.ws.addressing
AddressingPropertiesImpl.AddressingPropertiesImpl ( )
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl."<init>":()V]
AddressingPropertiesImpl.AddressingPropertiesImpl ( String uri )
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl."<init>":(Ljava/lang/String;)V]
AddressingPropertiesImpl.exposeAs ( String uri ) : void
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl.exposeAs:(Ljava/lang/String;)V]
AddressingPropertiesImpl.getAction ( ) : AttributedURIType
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl.getAction:()Lorg/apache/cxf/ws/addressing/AttributedURIType;]
AddressingPropertiesImpl.getDuplicate ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl.getDuplicate:()Ljavax/xml/namespace/QName;]
AddressingPropertiesImpl.getFaultTo ( ) : EndpointReferenceType
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl.getFaultTo:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
AddressingPropertiesImpl.getFrom ( ) : EndpointReferenceType
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl.getFrom:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
AddressingPropertiesImpl.getMessageID ( ) : AttributedURIType
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl.getMessageID:()Lorg/apache/cxf/ws/addressing/AttributedURIType;]
AddressingPropertiesImpl.getMustUnderstand ( ) : java.util.List
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl.getMustUnderstand:()Ljava/util/List;]
AddressingPropertiesImpl.getNamespaceURI ( ) : String
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl.getNamespaceURI:()Ljava/lang/String;]
AddressingPropertiesImpl.getRelatesTo ( ) : RelatesToType
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl.getRelatesTo:()Lorg/apache/cxf/ws/addressing/RelatesToType;]
AddressingPropertiesImpl.getReplyTo ( ) : EndpointReferenceType
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl.getReplyTo:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
AddressingPropertiesImpl.getTo ( ) : AttributedURIType
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl.getTo:()Lorg/apache/cxf/ws/addressing/AttributedURIType;]
AddressingPropertiesImpl.getToEndpointReference ( ) : EndpointReferenceType
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl.getToEndpointReference:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
AddressingPropertiesImpl.setAction ( AttributedURIType iri ) : void
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl.setAction:(Lorg/apache/cxf/ws/addressing/AttributedURIType;)V]
AddressingPropertiesImpl.setDuplicate ( javax.xml.namespace.QName dup ) : void
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl.setDuplicate:(Ljavax/xml/namespace/QName;)V]
AddressingPropertiesImpl.setFaultTo ( EndpointReferenceType ref ) : void
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl.setFaultTo:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)V]
AddressingPropertiesImpl.setFrom ( EndpointReferenceType epr ) : void
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl.setFrom:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)V]
AddressingPropertiesImpl.setMessageID ( AttributedURIType iri ) : void
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl.setMessageID:(Lorg/apache/cxf/ws/addressing/AttributedURIType;)V]
AddressingPropertiesImpl.setRelatesTo ( RelatesToType rel ) : void
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl.setRelatesTo:(Lorg/apache/cxf/ws/addressing/RelatesToType;)V]
AddressingPropertiesImpl.setReplyTo ( EndpointReferenceType ref ) : void
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl.setReplyTo:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)V]
AddressingPropertiesImpl.setTo ( AttributedURIType t ) : void
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl.setTo:(Lorg/apache/cxf/ws/addressing/AttributedURIType;)V]
AddressingPropertiesImpl.setTo ( EndpointReferenceType epr ) : void
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl.setTo:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)V]
AddressingPropertiesImpl.toString ( ) : String
[run-time name: org/apache/cxf/ws/addressing/AddressingPropertiesImpl.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, AddressingType.class
package org.apache.cxf.ws.addressing
AddressingType.getNamespaceURI ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/addressing/AddressingType.getNamespaceURI:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, AddressingWSDLExtensionLoader.class
package org.apache.cxf.ws.addressing
AddressingWSDLExtensionLoader.AddressingWSDLExtensionLoader ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/ws/addressing/AddressingWSDLExtensionLoader."<init>":(Lorg/apache/cxf/Bus;)V]
AddressingWSDLExtensionLoader.createExtensor ( org.apache.cxf.wsdl.WSDLManager manager, Class parentType, Class elementType ) : void
[run-time name: org/apache/cxf/ws/addressing/AddressingWSDLExtensionLoader.createExtensor:(Lorg/apache/cxf/wsdl/WSDLManager;Ljava/lang/Class;Ljava/lang/Class;)V]
openejb-cxf-bundle-2.5.2.jar, AddressType.class
package org.apache.cxf.binding.corba.wsdl
AddressType.AddressType ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/AddressType."<init>":()V]
AddressType.getLocation ( ) : String
[run-time name: org/apache/cxf/binding/corba/wsdl/AddressType.getLocation:()Ljava/lang/String;]
AddressType.isSetLocation ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/AddressType.isSetLocation:()Z]
AddressType.setLocation ( String value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/AddressType.setLocation:(Ljava/lang/String;)V]
package org.apache.cxf.transport.jms
AddressType.AddressType ( )
[run-time name: org/apache/cxf/transport/jms/AddressType."<init>":()V]
AddressType.getConnectionPassword ( ) : String
[run-time name: org/apache/cxf/transport/jms/AddressType.getConnectionPassword:()Ljava/lang/String;]
AddressType.getConnectionUserName ( ) : String
[run-time name: org/apache/cxf/transport/jms/AddressType.getConnectionUserName:()Ljava/lang/String;]
AddressType.getDestinationStyle ( ) : DestinationStyleType
[run-time name: org/apache/cxf/transport/jms/AddressType.getDestinationStyle:()Lorg/apache/cxf/transport/jms/DestinationStyleType;]
AddressType.getJmsDestinationName ( ) : String
[run-time name: org/apache/cxf/transport/jms/AddressType.getJmsDestinationName:()Ljava/lang/String;]
AddressType.getJMSNamingProperty ( ) : java.util.List
[run-time name: org/apache/cxf/transport/jms/AddressType.getJMSNamingProperty:()Ljava/util/List;]
AddressType.getJmsReplyDestinationName ( ) : String
[run-time name: org/apache/cxf/transport/jms/AddressType.getJmsReplyDestinationName:()Ljava/lang/String;]
AddressType.getJmsReplyToDestinationName ( ) : String
[run-time name: org/apache/cxf/transport/jms/AddressType.getJmsReplyToDestinationName:()Ljava/lang/String;]
AddressType.getJndiConnectionFactoryName ( ) : String
[run-time name: org/apache/cxf/transport/jms/AddressType.getJndiConnectionFactoryName:()Ljava/lang/String;]
AddressType.getJndiDestinationName ( ) : String
[run-time name: org/apache/cxf/transport/jms/AddressType.getJndiDestinationName:()Ljava/lang/String;]
AddressType.getJndiReplyDestinationName ( ) : String
[run-time name: org/apache/cxf/transport/jms/AddressType.getJndiReplyDestinationName:()Ljava/lang/String;]
AddressType.getJndiReplyToDestinationName ( ) : String
[run-time name: org/apache/cxf/transport/jms/AddressType.getJndiReplyToDestinationName:()Ljava/lang/String;]
AddressType.isReconnectOnException ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/AddressType.isReconnectOnException:()Z]
AddressType.isSetConnectionPassword ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/AddressType.isSetConnectionPassword:()Z]
AddressType.isSetConnectionUserName ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/AddressType.isSetConnectionUserName:()Z]
AddressType.isSetDestinationStyle ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/AddressType.isSetDestinationStyle:()Z]
AddressType.isSetJmsDestinationName ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/AddressType.isSetJmsDestinationName:()Z]
AddressType.isSetJMSNamingProperty ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/AddressType.isSetJMSNamingProperty:()Z]
AddressType.isSetJmsReplyDestinationName ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/AddressType.isSetJmsReplyDestinationName:()Z]
AddressType.isSetJmsReplyToDestinationName ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/AddressType.isSetJmsReplyToDestinationName:()Z]
AddressType.isSetJndiConnectionFactoryName ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/AddressType.isSetJndiConnectionFactoryName:()Z]
AddressType.isSetJndiDestinationName ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/AddressType.isSetJndiDestinationName:()Z]
AddressType.isSetJndiReplyDestinationName ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/AddressType.isSetJndiReplyDestinationName:()Z]
AddressType.isSetJndiReplyToDestinationName ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/AddressType.isSetJndiReplyToDestinationName:()Z]
AddressType.isSetReconnectOnException ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/AddressType.isSetReconnectOnException:()Z]
AddressType.isSetUseJms11 ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/AddressType.isSetUseJms11:()Z]
AddressType.isUseJms11 ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/AddressType.isUseJms11:()Z]
AddressType.setConnectionPassword ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/AddressType.setConnectionPassword:(Ljava/lang/String;)V]
AddressType.setConnectionUserName ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/AddressType.setConnectionUserName:(Ljava/lang/String;)V]
AddressType.setDestinationStyle ( DestinationStyleType value ) : void
[run-time name: org/apache/cxf/transport/jms/AddressType.setDestinationStyle:(Lorg/apache/cxf/transport/jms/DestinationStyleType;)V]
AddressType.setJmsDestinationName ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/AddressType.setJmsDestinationName:(Ljava/lang/String;)V]
AddressType.setJmsReplyDestinationName ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/AddressType.setJmsReplyDestinationName:(Ljava/lang/String;)V]
AddressType.setJmsReplyToDestinationName ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/AddressType.setJmsReplyToDestinationName:(Ljava/lang/String;)V]
AddressType.setJndiConnectionFactoryName ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/AddressType.setJndiConnectionFactoryName:(Ljava/lang/String;)V]
AddressType.setJndiDestinationName ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/AddressType.setJndiDestinationName:(Ljava/lang/String;)V]
AddressType.setJndiReplyDestinationName ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/AddressType.setJndiReplyDestinationName:(Ljava/lang/String;)V]
AddressType.setJndiReplyToDestinationName ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/AddressType.setJndiReplyToDestinationName:(Ljava/lang/String;)V]
AddressType.setReconnectOnException ( boolean value ) : void
[run-time name: org/apache/cxf/transport/jms/AddressType.setReconnectOnException:(Z)V]
AddressType.setUseJms11 ( boolean value ) : void
[run-time name: org/apache/cxf/transport/jms/AddressType.setUseJms11:(Z)V]
AddressType.unsetJMSNamingProperty ( ) : void
[run-time name: org/apache/cxf/transport/jms/AddressType.unsetJMSNamingProperty:()V]
AddressType.unsetReconnectOnException ( ) : void
[run-time name: org/apache/cxf/transport/jms/AddressType.unsetReconnectOnException:()V]
AddressType.unsetUseJms11 ( ) : void
[run-time name: org/apache/cxf/transport/jms/AddressType.unsetUseJms11:()V]
package org.apache.cxf.wsdl.http
AddressType.AddressType ( )
[run-time name: org/apache/cxf/wsdl/http/AddressType."<init>":()V]
AddressType.getLocation ( ) : String
[run-time name: org/apache/cxf/wsdl/http/AddressType.getLocation:()Ljava/lang/String;]
AddressType.isSetLocation ( ) : boolean
[run-time name: org/apache/cxf/wsdl/http/AddressType.isSetLocation:()Z]
AddressType.setLocation ( String value ) : void
[run-time name: org/apache/cxf/wsdl/http/AddressType.setLocation:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, AegisContext.class
package org.apache.cxf.aegis
AegisContext.addTypesSchemaDocument ( org.apache.ws.commons.schema.XmlSchemaCollection collection ) : org.apache.ws.commons.schema.XmlSchema
[run-time name: org/apache/cxf/aegis/AegisContext.addTypesSchemaDocument:(Lorg/apache/ws/commons/schema/XmlSchemaCollection;)Lorg/apache/ws/commons/schema/XmlSchema;]
AegisContext.addUtilityTypesToSchema ( org.apache.ws.commons.schema.XmlSchema root ) [static] : void
[run-time name: org/apache/cxf/aegis/AegisContext.addUtilityTypesToSchema:(Lorg/apache/ws/commons/schema/XmlSchema;)V]
AegisContext.addXmimeSchemaDocument ( org.apache.ws.commons.schema.XmlSchemaCollection collection ) : org.apache.ws.commons.schema.XmlSchema
[run-time name: org/apache/cxf/aegis/AegisContext.addXmimeSchemaDocument:(Lorg/apache/ws/commons/schema/XmlSchemaCollection;)Lorg/apache/ws/commons/schema/XmlSchema;]
AegisContext.AegisContext ( )
[run-time name: org/apache/cxf/aegis/AegisContext."<init>":()V]
AegisContext.createDefaultTypeCreator ( ) : type.AbstractTypeCreator
[run-time name: org/apache/cxf/aegis/AegisContext.createDefaultTypeCreator:()Lorg/apache/cxf/aegis/type/AbstractTypeCreator;]
AegisContext.createDomElementReader ( ) : AegisReader
[run-time name: org/apache/cxf/aegis/AegisContext.createDomElementReader:()Lorg/apache/cxf/aegis/AegisReader;]
AegisContext.createDomElementWriter ( ) : AegisWriter
[run-time name: org/apache/cxf/aegis/AegisContext.createDomElementWriter:()Lorg/apache/cxf/aegis/AegisWriter;]
AegisContext.createRootTypeCreator ( ) : type.AbstractTypeCreator
[run-time name: org/apache/cxf/aegis/AegisContext.createRootTypeCreator:()Lorg/apache/cxf/aegis/type/AbstractTypeCreator;]
AegisContext.createTypeCreator ( ) : type.TypeCreator
[run-time name: org/apache/cxf/aegis/AegisContext.createTypeCreator:()Lorg/apache/cxf/aegis/type/TypeCreator;]
AegisContext.createXMLStreamReader ( ) : AegisReader
[run-time name: org/apache/cxf/aegis/AegisContext.createXMLStreamReader:()Lorg/apache/cxf/aegis/AegisReader;]
AegisContext.createXMLStreamWriter ( ) : AegisWriter
[run-time name: org/apache/cxf/aegis/AegisContext.createXMLStreamWriter:()Lorg/apache/cxf/aegis/AegisWriter;]
AegisContext.getBeanImplementationMap ( ) : java.util.Map
[run-time name: org/apache/cxf/aegis/AegisContext.getBeanImplementationMap:()Ljava/util/Map;]
AegisContext.getConfiguration ( ) : type.TypeCreationOptions
[run-time name: org/apache/cxf/aegis/AegisContext.getConfiguration:()Lorg/apache/cxf/aegis/type/TypeCreationOptions;]
AegisContext.getMappingNamespaceURI ( ) : String
[run-time name: org/apache/cxf/aegis/AegisContext.getMappingNamespaceURI:()Ljava/lang/String;]
AegisContext.getRootClasses ( ) : java.util.Set
[run-time name: org/apache/cxf/aegis/AegisContext.getRootClasses:()Ljava/util/Set;]
AegisContext.getRootClassNames ( ) : java.util.Set
[run-time name: org/apache/cxf/aegis/AegisContext.getRootClassNames:()Ljava/util/Set;]
AegisContext.getRootType ( Class clazz ) : type.AegisType
[run-time name: org/apache/cxf/aegis/AegisContext.getRootType:(Ljava/lang/Class;)Lorg/apache/cxf/aegis/type/AegisType;]
AegisContext.getRootType ( javax.xml.namespace.QName schemaTypeName ) : type.AegisType
[run-time name: org/apache/cxf/aegis/AegisContext.getRootType:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/aegis/type/AegisType;]
AegisContext.getRootTypes ( ) : java.util.Set
[run-time name: org/apache/cxf/aegis/AegisContext.getRootTypes:()Ljava/util/Set;]
AegisContext.getTypeCreationOptions ( ) : type.TypeCreationOptions
[run-time name: org/apache/cxf/aegis/AegisContext.getTypeCreationOptions:()Lorg/apache/cxf/aegis/type/TypeCreationOptions;]
AegisContext.getTypeMapping ( ) : type.TypeMapping
[run-time name: org/apache/cxf/aegis/AegisContext.getTypeMapping:()Lorg/apache/cxf/aegis/type/TypeMapping;]
AegisContext.initialize ( ) : void
[run-time name: org/apache/cxf/aegis/AegisContext.initialize:()V]
AegisContext.isEnableJDOMMappings ( ) : boolean
[run-time name: org/apache/cxf/aegis/AegisContext.isEnableJDOMMappings:()Z]
AegisContext.isMtomEnabled ( ) : boolean
[run-time name: org/apache/cxf/aegis/AegisContext.isMtomEnabled:()Z]
AegisContext.isMtomUseXmime ( ) : boolean
[run-time name: org/apache/cxf/aegis/AegisContext.isMtomUseXmime:()Z]
AegisContext.isReadXsiTypes ( ) : boolean
[run-time name: org/apache/cxf/aegis/AegisContext.isReadXsiTypes:()Z]
AegisContext.isWriteXsiTypes ( ) : boolean
[run-time name: org/apache/cxf/aegis/AegisContext.isWriteXsiTypes:()Z]
AegisContext.schemaImportsUtilityTypes ( org.apache.ws.commons.schema.XmlSchema schema ) [static] : boolean
[run-time name: org/apache/cxf/aegis/AegisContext.schemaImportsUtilityTypes:(Lorg/apache/ws/commons/schema/XmlSchema;)Z]
AegisContext.setBeanImplementationMap ( java.util.Map beanImplementationMap ) : void
[run-time name: org/apache/cxf/aegis/AegisContext.setBeanImplementationMap:(Ljava/util/Map;)V]
AegisContext.setConfiguration ( type.TypeCreationOptions newConfiguration ) : void
[run-time name: org/apache/cxf/aegis/AegisContext.setConfiguration:(Lorg/apache/cxf/aegis/type/TypeCreationOptions;)V]
AegisContext.setEnableJDOMMappings ( boolean enableJDOMMappings ) : void
[run-time name: org/apache/cxf/aegis/AegisContext.setEnableJDOMMappings:(Z)V]
AegisContext.setMappingNamespaceURI ( String mappingNamespaceURI ) : void
[run-time name: org/apache/cxf/aegis/AegisContext.setMappingNamespaceURI:(Ljava/lang/String;)V]
AegisContext.setMtomEnabled ( boolean mtomEnabled ) : void
[run-time name: org/apache/cxf/aegis/AegisContext.setMtomEnabled:(Z)V]
AegisContext.setMtomUseXmime ( boolean mtomUseXmime ) : void
[run-time name: org/apache/cxf/aegis/AegisContext.setMtomUseXmime:(Z)V]
AegisContext.setReadXsiTypes ( boolean flag ) : void
[run-time name: org/apache/cxf/aegis/AegisContext.setReadXsiTypes:(Z)V]
AegisContext.setRootClasses ( java.util.Set rootClasses ) : void
[run-time name: org/apache/cxf/aegis/AegisContext.setRootClasses:(Ljava/util/Set;)V]
AegisContext.setRootClassNames ( java.util.Set classNames ) : void
[run-time name: org/apache/cxf/aegis/AegisContext.setRootClassNames:(Ljava/util/Set;)V]
AegisContext.setTypeCreationOptions ( type.TypeCreationOptions newConfiguration ) : void
[run-time name: org/apache/cxf/aegis/AegisContext.setTypeCreationOptions:(Lorg/apache/cxf/aegis/type/TypeCreationOptions;)V]
AegisContext.setTypeMapping ( type.TypeMapping typeMapping ) : void
[run-time name: org/apache/cxf/aegis/AegisContext.setTypeMapping:(Lorg/apache/cxf/aegis/type/TypeMapping;)V]
AegisContext.setWriteXsiTypes ( boolean flag ) : void
[run-time name: org/apache/cxf/aegis/AegisContext.setWriteXsiTypes:(Z)V]
openejb-cxf-bundle-2.5.2.jar, AegisDatabinding.class
package org.apache.cxf.aegis.databinding
AegisDatabinding.AegisDatabinding ( )
[run-time name: org/apache/cxf/aegis/databinding/AegisDatabinding."<init>":()V]
AegisDatabinding.AegisDatabinding ( org.apache.cxf.aegis.AegisContext ctx )
[run-time name: org/apache/cxf/aegis/databinding/AegisDatabinding."<init>":(Lorg/apache/cxf/aegis/AegisContext;)V]
AegisDatabinding.createReader ( Class cls ) : org.apache.cxf.databinding.DataReader
[run-time name: org/apache/cxf/aegis/databinding/AegisDatabinding.createReader:(Ljava/lang/Class;)Lorg/apache/cxf/databinding/DataReader;]
AegisDatabinding.createWriter ( Class cls ) : org.apache.cxf.databinding.DataWriter
[run-time name: org/apache/cxf/aegis/databinding/AegisDatabinding.createWriter:(Ljava/lang/Class;)Lorg/apache/cxf/databinding/DataWriter;]
AegisDatabinding.getAegisContext ( ) : org.apache.cxf.aegis.AegisContext
[run-time name: org/apache/cxf/aegis/databinding/AegisDatabinding.getAegisContext:()Lorg/apache/cxf/aegis/AegisContext;]
AegisDatabinding.getPartFromClass ( Class cls ) : org.apache.cxf.service.model.MessagePartInfo
[run-time name: org/apache/cxf/aegis/databinding/AegisDatabinding.getPartFromClass:(Ljava/lang/Class;)Lorg/apache/cxf/service/model/MessagePartInfo;]
AegisDatabinding.getService ( ) : org.apache.cxf.service.Service
[run-time name: org/apache/cxf/aegis/databinding/AegisDatabinding.getService:()Lorg/apache/cxf/service/Service;]
AegisDatabinding.getSuggestedName ( org.apache.cxf.service.Service s, org.apache.cxf.aegis.type.TypeMapping tm, org.apache.cxf.service.model.OperationInfo op, int param ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/databinding/AegisDatabinding.getSuggestedName:(Lorg/apache/cxf/service/Service;Lorg/apache/cxf/aegis/type/TypeMapping;Lorg/apache/cxf/service/model/OperationInfo;I)Ljavax/xml/namespace/QName;]
AegisDatabinding.getSupportedReaderFormats ( ) : Class[ ]
[run-time name: org/apache/cxf/aegis/databinding/AegisDatabinding.getSupportedReaderFormats:()[Ljava/lang/Class;]
AegisDatabinding.getSupportedWriterFormats ( ) : Class[ ]
[run-time name: org/apache/cxf/aegis/databinding/AegisDatabinding.getSupportedWriterFormats:()[Ljava/lang/Class;]
AegisDatabinding.getType ( org.apache.cxf.service.model.MessagePartInfo part ) : org.apache.cxf.aegis.type.AegisType
[run-time name: org/apache/cxf/aegis/databinding/AegisDatabinding.getType:(Lorg/apache/cxf/service/model/MessagePartInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
AegisDatabinding.getTypeFromClass ( Class cls ) : org.apache.cxf.aegis.type.AegisType
[run-time name: org/apache/cxf/aegis/databinding/AegisDatabinding.getTypeFromClass:(Ljava/lang/Class;)Lorg/apache/cxf/aegis/type/AegisType;]
AegisDatabinding.initialize ( org.apache.cxf.service.Service s ) : void
[run-time name: org/apache/cxf/aegis/databinding/AegisDatabinding.initialize:(Lorg/apache/cxf/service/Service;)V]
AegisDatabinding.initializeMessage ( org.apache.cxf.service.Service s, org.apache.cxf.aegis.type.TypeMapping serviceTM, org.apache.cxf.service.model.AbstractMessageContainer container, int partType, java.util.Set deps ) : void
[run-time name: org/apache/cxf/aegis/databinding/AegisDatabinding.initializeMessage:(Lorg/apache/cxf/service/Service;Lorg/apache/cxf/aegis/type/TypeMapping;Lorg/apache/cxf/service/model/AbstractMessageContainer;ILjava/util/Set;)V]
AegisDatabinding.initializeMessageTypes ( org.apache.cxf.service.model.ServiceInfo s, org.apache.cxf.service.model.AbstractMessageContainer container, int partType ) : void
[run-time name: org/apache/cxf/aegis/databinding/AegisDatabinding.initializeMessageTypes:(Lorg/apache/cxf/service/model/ServiceInfo;Lorg/apache/cxf/service/model/AbstractMessageContainer;I)V]
AegisDatabinding.isMtomUseXmime ( ) : boolean
[run-time name: org/apache/cxf/aegis/databinding/AegisDatabinding.isMtomUseXmime:()Z]
AegisDatabinding.setAegisContext ( org.apache.cxf.aegis.AegisContext aegisContext ) : void
[run-time name: org/apache/cxf/aegis/databinding/AegisDatabinding.setAegisContext:(Lorg/apache/cxf/aegis/AegisContext;)V]
AegisDatabinding.setConfiguration ( org.apache.cxf.aegis.type.TypeCreationOptions configuration ) : void
[run-time name: org/apache/cxf/aegis/databinding/AegisDatabinding.setConfiguration:(Lorg/apache/cxf/aegis/type/TypeCreationOptions;)V]
AegisDatabinding.setMtomUseXmime ( boolean mtomUseXmime ) : void
[run-time name: org/apache/cxf/aegis/databinding/AegisDatabinding.setMtomUseXmime:(Z)V]
AegisDatabinding.setOverrideTypes ( java.util.Set types ) : void
[run-time name: org/apache/cxf/aegis/databinding/AegisDatabinding.setOverrideTypes:(Ljava/util/Set;)V]
openejb-cxf-bundle-2.5.2.jar, AegisElementDataReader.class
package org.apache.cxf.aegis
AegisElementDataReader.AegisElementDataReader ( AegisContext globalContext )
[run-time name: org/apache/cxf/aegis/AegisElementDataReader."<init>":(Lorg/apache/cxf/aegis/AegisContext;)V]
AegisElementDataReader.read ( Object x0 ) : Object
[run-time name: org/apache/cxf/aegis/AegisElementDataReader.read:(Ljava/lang/Object;)Ljava/lang/Object;]
AegisElementDataReader.read ( Object x0, type.AegisType x1 ) : Object
[run-time name: org/apache/cxf/aegis/AegisElementDataReader.read:(Ljava/lang/Object;Lorg/apache/cxf/aegis/type/AegisType;)Ljava/lang/Object;]
AegisElementDataReader.read ( org.w3c.dom.Element input ) : Object
[run-time name: org/apache/cxf/aegis/AegisElementDataReader.read:(Lorg/w3c/dom/Element;)Ljava/lang/Object;]
AegisElementDataReader.read ( org.w3c.dom.Element input, type.AegisType desiredType ) : Object
[run-time name: org/apache/cxf/aegis/AegisElementDataReader.read:(Lorg/w3c/dom/Element;Lorg/apache/cxf/aegis/type/AegisType;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, AegisElementDataWriter.class
package org.apache.cxf.aegis
AegisElementDataWriter.AegisElementDataWriter ( AegisContext globalContext )
[run-time name: org/apache/cxf/aegis/AegisElementDataWriter."<init>":(Lorg/apache/cxf/aegis/AegisContext;)V]
AegisElementDataWriter.write ( Object obj, javax.xml.namespace.QName elementName, boolean optional, org.w3c.dom.Element output, type.AegisType aegisType ) : void
[run-time name: org/apache/cxf/aegis/AegisElementDataWriter.write:(Ljava/lang/Object;Ljavax/xml/namespace/QName;ZLorg/w3c/dom/Element;Lorg/apache/cxf/aegis/type/AegisType;)V]
AegisElementDataWriter.write ( Object obj, javax.xml.namespace.QName elementName, boolean optional, org.w3c.dom.Element output, reflect.Type objectType ) : void
[run-time name: org/apache/cxf/aegis/AegisElementDataWriter.write:(Ljava/lang/Object;Ljavax/xml/namespace/QName;ZLorg/w3c/dom/Element;Ljava/lang/reflect/Type;)V]
AegisElementDataWriter.write ( Object x0, javax.xml.namespace.QName x1, boolean x2, Object x3, type.AegisType x4 ) : void
[run-time name: org/apache/cxf/aegis/AegisElementDataWriter.write:(Ljava/lang/Object;Ljavax/xml/namespace/QName;ZLjava/lang/Object;Lorg/apache/cxf/aegis/type/AegisType;)V]
AegisElementDataWriter.write ( Object x0, javax.xml.namespace.QName x1, boolean x2, Object x3, reflect.Type x4 ) : void
[run-time name: org/apache/cxf/aegis/AegisElementDataWriter.write:(Ljava/lang/Object;Ljavax/xml/namespace/QName;ZLjava/lang/Object;Ljava/lang/reflect/Type;)V]
openejb-cxf-bundle-2.5.2.jar, AegisElementProvider.class
package org.apache.cxf.jaxrs.provider
AegisElementProvider.AegisElementProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/AegisElementProvider."<init>":()V]
AegisElementProvider.createStreamReader ( org.apache.cxf.aegis.type.AegisType topType, java.io.InputStream is ) : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/jaxrs/provider/AegisElementProvider.createStreamReader:(Lorg/apache/cxf/aegis/type/AegisType;Ljava/io/InputStream;)Ljavax/xml/stream/XMLStreamReader;]
AegisElementProvider.createStreamWriter ( javax.xml.namespace.QName typeQName, java.io.OutputStream os ) : javax.xml.stream.XMLStreamWriter
[run-time name: org/apache/cxf/jaxrs/provider/AegisElementProvider.createStreamWriter:(Ljavax/xml/namespace/QName;Ljava/io/OutputStream;)Ljavax/xml/stream/XMLStreamWriter;]
AegisElementProvider.readFrom ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType m, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/AegisElementProvider.readFrom:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Ljava/lang/Object;]
AegisElementProvider.writeTo ( Object obj, Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType m, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AegisElementProvider.writeTo:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, AegisIo.class
package org.apache.cxf.aegis
AegisIo.setProperty ( String p1, Object p2 ) [abstract] : void
[run-time name: org/apache/cxf/aegis/AegisIo.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
AegisIo.setSchema ( javax.xml.validation.Schema p1 ) [abstract] : void
[run-time name: org/apache/cxf/aegis/AegisIo.setSchema:(Ljavax/xml/validation/Schema;)V]
openejb-cxf-bundle-2.5.2.jar, AegisJSONProvider.class
package org.apache.cxf.jaxrs.provider
AegisJSONProvider.AegisJSONProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/AegisJSONProvider."<init>":()V]
AegisJSONProvider.createStreamReader ( org.apache.cxf.aegis.type.AegisType typeToRead, java.io.InputStream is ) : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/jaxrs/provider/AegisJSONProvider.createStreamReader:(Lorg/apache/cxf/aegis/type/AegisType;Ljava/io/InputStream;)Ljavax/xml/stream/XMLStreamReader;]
AegisJSONProvider.createStreamWriter ( javax.xml.namespace.QName typeQName, java.io.OutputStream os ) : javax.xml.stream.XMLStreamWriter
[run-time name: org/apache/cxf/jaxrs/provider/AegisJSONProvider.createStreamWriter:(Ljavax/xml/namespace/QName;Ljava/io/OutputStream;)Ljavax/xml/stream/XMLStreamWriter;]
AegisJSONProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/AegisJSONProvider.isReadable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
AegisJSONProvider.setArrayKeys ( java.util.List keys ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AegisJSONProvider.setArrayKeys:(Ljava/util/List;)V]
AegisJSONProvider.setDropRootElement ( boolean dropRootElement ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AegisJSONProvider.setDropRootElement:(Z)V]
AegisJSONProvider.setIgnoreNamespaces ( boolean ignoreNamespaces ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AegisJSONProvider.setIgnoreNamespaces:(Z)V]
AegisJSONProvider.setNamespaceMap ( java.util.Map nsMap ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AegisJSONProvider.setNamespaceMap:(Ljava/util/Map;)V]
AegisJSONProvider.setSerializeAsArray ( boolean asArray ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AegisJSONProvider.setSerializeAsArray:(Z)V]
AegisJSONProvider.writeTo ( Object obj, Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType m, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AegisJSONProvider.writeTo:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, AegisReader.class
package org.apache.cxf.aegis
AegisReader.read ( Object p1 ) [abstract] : Object
[run-time name: org/apache/cxf/aegis/AegisReader.read:(Ljava/lang/Object;)Ljava/lang/Object;]
AegisReader.read ( Object p1, type.AegisType p2 ) [abstract] : Object
[run-time name: org/apache/cxf/aegis/AegisReader.read:(Ljava/lang/Object;Lorg/apache/cxf/aegis/type/AegisType;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, AegisSchemaValidationInInterceptor.class
package org.apache.cxf.aegis.databinding
AegisSchemaValidationInInterceptor.AegisSchemaValidationInInterceptor ( org.apache.cxf.Bus bus, org.apache.cxf.service.model.ServiceInfo service )
[run-time name: org/apache/cxf/aegis/databinding/AegisSchemaValidationInInterceptor."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/service/model/ServiceInfo;)V]
AegisSchemaValidationInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/aegis/databinding/AegisSchemaValidationInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, AegisServiceConfiguration.class
package org.apache.cxf.aegis.databinding
AegisServiceConfiguration.AegisServiceConfiguration ( )
[run-time name: org/apache/cxf/aegis/databinding/AegisServiceConfiguration."<init>":()V]
AegisServiceConfiguration.getServiceNamespace ( ) : String
[run-time name: org/apache/cxf/aegis/databinding/AegisServiceConfiguration.getServiceNamespace:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, AegisType.class
package org.apache.cxf.aegis.type
AegisType.addToSchemaElement ( org.apache.ws.commons.schema.XmlSchemaElement schemaElement ) : void
[run-time name: org/apache/cxf/aegis/type/AegisType.addToSchemaElement:(Lorg/apache/ws/commons/schema/XmlSchemaElement;)V]
AegisType.AegisType ( )
[run-time name: org/apache/cxf/aegis/type/AegisType."<init>":()V]
AegisType.equals ( Object obj ) : boolean
[run-time name: org/apache/cxf/aegis/type/AegisType.equals:(Ljava/lang/Object;)Z]
AegisType.getDependencies ( ) : java.util.Set
[run-time name: org/apache/cxf/aegis/type/AegisType.getDependencies:()Ljava/util/Set;]
AegisType.getMaxOccurs ( ) : long
[run-time name: org/apache/cxf/aegis/type/AegisType.getMaxOccurs:()J]
AegisType.getMinOccurs ( ) : long
[run-time name: org/apache/cxf/aegis/type/AegisType.getMinOccurs:()J]
AegisType.getSchemaType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/AegisType.getSchemaType:()Ljavax/xml/namespace/QName;]
AegisType.getType ( ) : reflect.Type
[run-time name: org/apache/cxf/aegis/type/AegisType.getType:()Ljava/lang/reflect/Type;]
AegisType.getTypeClass ( ) : Class
[run-time name: org/apache/cxf/aegis/type/AegisType.getTypeClass:()Ljava/lang/Class;]
AegisType.getTypeMapping ( ) : TypeMapping
[run-time name: org/apache/cxf/aegis/type/AegisType.getTypeMapping:()Lorg/apache/cxf/aegis/type/TypeMapping;]
AegisType.hashCode ( ) : int
[run-time name: org/apache/cxf/aegis/type/AegisType.hashCode:()I]
AegisType.hasMaxOccurs ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/AegisType.hasMaxOccurs:()Z]
AegisType.hasMinOccurs ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/AegisType.hasMinOccurs:()Z]
AegisType.isAbstract ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/AegisType.isAbstract:()Z]
AegisType.isComplex ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/AegisType.isComplex:()Z]
AegisType.isFlatArray ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/AegisType.isFlatArray:()Z]
AegisType.isNillable ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/AegisType.isNillable:()Z]
AegisType.isWriteOuter ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/AegisType.isWriteOuter:()Z]
AegisType.readObject ( org.apache.cxf.aegis.xml.MessageReader p1, org.apache.cxf.aegis.Context p2 ) [abstract] : Object
[run-time name: org/apache/cxf/aegis/type/AegisType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
AegisType.setAbstract ( boolean ab ) : void
[run-time name: org/apache/cxf/aegis/type/AegisType.setAbstract:(Z)V]
AegisType.setFlatArray ( boolean flatArray ) : void
[run-time name: org/apache/cxf/aegis/type/AegisType.setFlatArray:(Z)V]
AegisType.setNillable ( boolean nillable ) : void
[run-time name: org/apache/cxf/aegis/type/AegisType.setNillable:(Z)V]
AegisType.setSchemaType ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/aegis/type/AegisType.setSchemaType:(Ljavax/xml/namespace/QName;)V]
AegisType.setTypeClass ( reflect.Type typeClass ) : void
[run-time name: org/apache/cxf/aegis/type/AegisType.setTypeClass:(Ljava/lang/reflect/Type;)V]
AegisType.setTypeMapping ( TypeMapping typeMapping ) : void
[run-time name: org/apache/cxf/aegis/type/AegisType.setTypeMapping:(Lorg/apache/cxf/aegis/type/TypeMapping;)V]
AegisType.setWriteOuter ( boolean writeOuter ) : void
[run-time name: org/apache/cxf/aegis/type/AegisType.setWriteOuter:(Z)V]
AegisType.toString ( ) : String
[run-time name: org/apache/cxf/aegis/type/AegisType.toString:()Ljava/lang/String;]
AegisType.usesUtilityTypes ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/AegisType.usesUtilityTypes:()Z]
AegisType.usesXmime ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/AegisType.usesXmime:()Z]
AegisType.writeObject ( Object p1, org.apache.cxf.aegis.xml.MessageWriter p2, org.apache.cxf.aegis.Context p3 ) [abstract] : void
[run-time name: org/apache/cxf/aegis/type/AegisType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
AegisType.writeSchema ( org.apache.ws.commons.schema.XmlSchema root ) : void
[run-time name: org/apache/cxf/aegis/type/AegisType.writeSchema:(Lorg/apache/ws/commons/schema/XmlSchema;)V]
openejb-cxf-bundle-2.5.2.jar, AegisWriter.class
package org.apache.cxf.aegis
AegisWriter.write ( Object p1, javax.xml.namespace.QName p2, boolean p3, Object p4, type.AegisType p5 ) [abstract] : void
[run-time name: org/apache/cxf/aegis/AegisWriter.write:(Ljava/lang/Object;Ljavax/xml/namespace/QName;ZLjava/lang/Object;Lorg/apache/cxf/aegis/type/AegisType;)V]
AegisWriter.write ( Object p1, javax.xml.namespace.QName p2, boolean p3, Object p4, reflect.Type p5 ) [abstract] : void
[run-time name: org/apache/cxf/aegis/AegisWriter.write:(Ljava/lang/Object;Ljavax/xml/namespace/QName;ZLjava/lang/Object;Ljava/lang/reflect/Type;)V]
openejb-cxf-bundle-2.5.2.jar, AegisXMLStreamDataReader.class
package org.apache.cxf.aegis
AegisXMLStreamDataReader.AegisXMLStreamDataReader ( AegisContext globalContext )
[run-time name: org/apache/cxf/aegis/AegisXMLStreamDataReader."<init>":(Lorg/apache/cxf/aegis/AegisContext;)V]
AegisXMLStreamDataReader.AegisXMLStreamDataReader ( AegisContext globalContext, Context context )
[run-time name: org/apache/cxf/aegis/AegisXMLStreamDataReader."<init>":(Lorg/apache/cxf/aegis/AegisContext;Lorg/apache/cxf/aegis/Context;)V]
AegisXMLStreamDataReader.read ( javax.xml.stream.XMLStreamReader reader ) : Object
[run-time name: org/apache/cxf/aegis/AegisXMLStreamDataReader.read:(Ljavax/xml/stream/XMLStreamReader;)Ljava/lang/Object;]
AegisXMLStreamDataReader.read ( javax.xml.stream.XMLStreamReader reader, type.AegisType desiredType ) : Object
[run-time name: org/apache/cxf/aegis/AegisXMLStreamDataReader.read:(Ljavax/xml/stream/XMLStreamReader;Lorg/apache/cxf/aegis/type/AegisType;)Ljava/lang/Object;]
AegisXMLStreamDataReader.read ( Object x0 ) : Object
[run-time name: org/apache/cxf/aegis/AegisXMLStreamDataReader.read:(Ljava/lang/Object;)Ljava/lang/Object;]
AegisXMLStreamDataReader.read ( Object x0, type.AegisType x1 ) : Object
[run-time name: org/apache/cxf/aegis/AegisXMLStreamDataReader.read:(Ljava/lang/Object;Lorg/apache/cxf/aegis/type/AegisType;)Ljava/lang/Object;]
AegisXMLStreamDataReader.readFlatArray ( javax.xml.stream.XMLStreamReader input, type.basic.ArrayType arrayType, javax.xml.namespace.QName concreteName ) : Object
[run-time name: org/apache/cxf/aegis/AegisXMLStreamDataReader.readFlatArray:(Ljavax/xml/stream/XMLStreamReader;Lorg/apache/cxf/aegis/type/basic/ArrayType;Ljavax/xml/namespace/QName;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, AegisXMLStreamDataWriter.class
package org.apache.cxf.aegis
AegisXMLStreamDataWriter.write ( Object obj, javax.xml.namespace.QName elementName, boolean optional, javax.xml.stream.XMLStreamWriter output, type.AegisType aegisType ) : void
[run-time name: org/apache/cxf/aegis/AegisXMLStreamDataWriter.write:(Ljava/lang/Object;Ljavax/xml/namespace/QName;ZLjavax/xml/stream/XMLStreamWriter;Lorg/apache/cxf/aegis/type/AegisType;)V]
AegisXMLStreamDataWriter.write ( Object obj, javax.xml.namespace.QName elementName, boolean optional, javax.xml.stream.XMLStreamWriter output, reflect.Type objectType ) : void
[run-time name: org/apache/cxf/aegis/AegisXMLStreamDataWriter.write:(Ljava/lang/Object;Ljavax/xml/namespace/QName;ZLjavax/xml/stream/XMLStreamWriter;Ljava/lang/reflect/Type;)V]
AegisXMLStreamDataWriter.write ( Object x0, javax.xml.namespace.QName x1, boolean x2, Object x3, type.AegisType x4 ) : void
[run-time name: org/apache/cxf/aegis/AegisXMLStreamDataWriter.write:(Ljava/lang/Object;Ljavax/xml/namespace/QName;ZLjava/lang/Object;Lorg/apache/cxf/aegis/type/AegisType;)V]
AegisXMLStreamDataWriter.write ( Object x0, javax.xml.namespace.QName x1, boolean x2, Object x3, reflect.Type x4 ) : void
[run-time name: org/apache/cxf/aegis/AegisXMLStreamDataWriter.write:(Ljava/lang/Object;Ljavax/xml/namespace/QName;ZLjava/lang/Object;Ljava/lang/reflect/Type;)V]
openejb-cxf-bundle-2.5.2.jar, AlgorithmSuite.class
package org.apache.cxf.ws.security.policy.model
AlgorithmSuite.AlgorithmSuite ( )
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite."<init>":()V]
AlgorithmSuite.AlgorithmSuite ( org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;)V]
AlgorithmSuite.getAsymmetricKeyWrap ( ) : String
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.getAsymmetricKeyWrap:()Ljava/lang/String;]
AlgorithmSuite.getAsymmetricSignature ( ) : String
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.getAsymmetricSignature:()Ljava/lang/String;]
AlgorithmSuite.getComputedKey ( ) : String
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.getComputedKey:()Ljava/lang/String;]
AlgorithmSuite.getDigest ( ) : String
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.getDigest:()Ljava/lang/String;]
AlgorithmSuite.getEncryption ( ) : String
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.getEncryption:()Ljava/lang/String;]
AlgorithmSuite.getEncryptionDerivedKeyLength ( ) : int
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.getEncryptionDerivedKeyLength:()I]
AlgorithmSuite.getEncryptionKeyDerivation ( ) : String
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.getEncryptionKeyDerivation:()Ljava/lang/String;]
AlgorithmSuite.getInclusiveC14n ( ) : String
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.getInclusiveC14n:()Ljava/lang/String;]
AlgorithmSuite.getMaximumAsymmetricKeyLength ( ) : int
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.getMaximumAsymmetricKeyLength:()I]
AlgorithmSuite.getMaximumSymmetricKeyLength ( ) : int
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.getMaximumSymmetricKeyLength:()I]
AlgorithmSuite.getMinimumAsymmetricKeyLength ( ) : int
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.getMinimumAsymmetricKeyLength:()I]
AlgorithmSuite.getMinimumSymmetricKeyLength ( ) : int
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.getMinimumSymmetricKeyLength:()I]
AlgorithmSuite.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.getName:()Ljavax/xml/namespace/QName;]
AlgorithmSuite.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.getRealName:()Ljavax/xml/namespace/QName;]
AlgorithmSuite.getSignatureDerivedKeyLength ( ) : int
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.getSignatureDerivedKeyLength:()I]
AlgorithmSuite.getSignatureKeyDerivation ( ) : String
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.getSignatureKeyDerivation:()Ljava/lang/String;]
AlgorithmSuite.getSoapNormalization ( ) : String
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.getSoapNormalization:()Ljava/lang/String;]
AlgorithmSuite.getStrTransform ( ) : String
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.getStrTransform:()Ljava/lang/String;]
AlgorithmSuite.getSymmetricKeyWrap ( ) : String
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.getSymmetricKeyWrap:()Ljava/lang/String;]
AlgorithmSuite.getSymmetricSignature ( ) : String
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.getSymmetricSignature:()Ljava/lang/String;]
AlgorithmSuite.getXPath ( ) : String
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.getXPath:()Ljava/lang/String;]
AlgorithmSuite.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
AlgorithmSuite.setAlgorithmSuite ( String algoSuite ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.setAlgorithmSuite:(Ljava/lang/String;)V]
AlgorithmSuite.setAsymmetricKeyWrap ( String asymmetricKeyWrap ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.setAsymmetricKeyWrap:(Ljava/lang/String;)V]
AlgorithmSuite.setC14n ( String c14n ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.setC14n:(Ljava/lang/String;)V]
AlgorithmSuite.setSoapNormalization ( String soapNormalization ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.setSoapNormalization:(Ljava/lang/String;)V]
AlgorithmSuite.setStrTransform ( String strTransform ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.setStrTransform:(Ljava/lang/String;)V]
AlgorithmSuite.setXPath ( String path ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmSuite.setXPath:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, AlgorithmSuiteBuilder.class
package org.apache.cxf.ws.security.policy.builders
AlgorithmSuiteBuilder.AlgorithmSuiteBuilder ( org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/ws/security/policy/builders/AlgorithmSuiteBuilder."<init>":(Lorg/apache/cxf/Bus;)V]
AlgorithmSuiteBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/AlgorithmSuiteBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
AlgorithmSuiteBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/AlgorithmSuiteBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
AlgorithmSuiteBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/AlgorithmSuiteBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
openejb-cxf-bundle-2.5.2.jar, AlgorithmSuiteLoader.class
package org.apache.cxf.ws.security.policy.custom
AlgorithmSuiteLoader.getAlgorithmSuite ( org.w3c.dom.Element p1, org.apache.cxf.ws.security.policy.SPConstants p2 ) [abstract] : org.apache.cxf.ws.security.policy.model.AlgorithmSuite
[run-time name: org/apache/cxf/ws/security/policy/custom/AlgorithmSuiteLoader.getAlgorithmSuite:(Lorg/w3c/dom/Element;Lorg/apache/cxf/ws/security/policy/SPConstants;)Lorg/apache/cxf/ws/security/policy/model/AlgorithmSuite;]
openejb-cxf-bundle-2.5.2.jar, AlgorithmSuitePolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
AlgorithmSuitePolicyValidator.AlgorithmSuitePolicyValidator ( java.util.List results )
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AlgorithmSuitePolicyValidator."<init>":(Ljava/util/List;)V]
AlgorithmSuitePolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfo aiBinding, org.apache.cxf.ws.security.policy.model.AlgorithmSuite algorithmPolicy ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AlgorithmSuitePolicyValidator.validatePolicy:(Lorg/apache/cxf/ws/policy/AssertionInfo;Lorg/apache/cxf/ws/security/policy/model/AlgorithmSuite;)Z]
openejb-cxf-bundle-2.5.2.jar, AlgorithmWrapper.class
package org.apache.cxf.ws.security.policy.model
AlgorithmWrapper.setAlgorithmSuite ( AlgorithmSuite p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/security/policy/model/AlgorithmWrapper.setAlgorithmSuite:(Lorg/apache/cxf/ws/security/policy/model/AlgorithmSuite;)V]
openejb-cxf-bundle-2.5.2.jar, Alias.class
package org.apache.cxf.binding.corba.wsdl
Alias.Alias ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/Alias."<init>":()V]
Alias.getBasetype ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/wsdl/Alias.getBasetype:()Ljavax/xml/namespace/QName;]
Alias.isSetBasetype ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Alias.isSetBasetype:()Z]
Alias.setBasetype ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Alias.setBasetype:(Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, AllowPostdatingType.class
package org.apache.cxf.ws.security.sts.provider.model
AllowPostdatingType.AllowPostdatingType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/AllowPostdatingType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, AlternativeSelector.class
package org.apache.cxf.ws.policy
AlternativeSelector.selectAlternative ( org.apache.neethi.Policy p1, PolicyEngine p2, Assertor p3, java.util.List p4 ) [abstract] : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/AlternativeSelector.selectAlternative:(Lorg/apache/neethi/Policy;Lorg/apache/cxf/ws/policy/PolicyEngine;Lorg/apache/cxf/ws/policy/Assertor;Ljava/util/List;)Ljava/util/Collection;]
openejb-cxf-bundle-2.5.2.jar, AndSearchCondition.class
package org.apache.cxf.jaxrs.ext.search
AndSearchCondition.AndSearchCondition ( )
[run-time name: org/apache/cxf/jaxrs/ext/search/AndSearchCondition."<init>":()V]
AndSearchCondition.AndSearchCondition ( java.util.List conditions )
[run-time name: org/apache/cxf/jaxrs/ext/search/AndSearchCondition."<init>":(Ljava/util/List;)V]
AndSearchCondition.isMet ( Object pojo ) : boolean
[run-time name: org/apache/cxf/jaxrs/ext/search/AndSearchCondition.isMet:(Ljava/lang/Object;)Z]
openejb-cxf-bundle-2.5.2.jar, AnnotatedTypeInfo.class
package org.apache.cxf.aegis.type.java5
AnnotatedTypeInfo.AnnotatedTypeInfo ( org.apache.cxf.aegis.type.TypeMapping tm, Class typeClass, String ns, AnnotationReader annotationReader, org.apache.cxf.aegis.type.TypeCreationOptions typeCreationOptions )
[run-time name: org/apache/cxf/aegis/type/java5/AnnotatedTypeInfo."<init>":(Lorg/apache/cxf/aegis/type/TypeMapping;Ljava/lang/Class;Ljava/lang/String;Lorg/apache/cxf/aegis/type/java5/AnnotationReader;Lorg/apache/cxf/aegis/type/TypeCreationOptions;)V]
AnnotatedTypeInfo.AnnotatedTypeInfo ( org.apache.cxf.aegis.type.TypeMapping tm, Class typeClass, String ns, org.apache.cxf.aegis.type.TypeCreationOptions typeCreationOptions )
[run-time name: org/apache/cxf/aegis/type/java5/AnnotatedTypeInfo."<init>":(Lorg/apache/cxf/aegis/type/TypeMapping;Ljava/lang/Class;Ljava/lang/String;Lorg/apache/cxf/aegis/type/TypeCreationOptions;)V]
AnnotatedTypeInfo.createMappedName ( java.beans.PropertyDescriptor desc, boolean qualify ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/java5/AnnotatedTypeInfo.createMappedName:(Ljava/beans/PropertyDescriptor;Z)Ljavax/xml/namespace/QName;]
AnnotatedTypeInfo.createQName ( java.beans.PropertyDescriptor desc ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/java5/AnnotatedTypeInfo.createQName:(Ljava/beans/PropertyDescriptor;)Ljavax/xml/namespace/QName;]
AnnotatedTypeInfo.getMinOccurs ( javax.xml.namespace.QName name ) : int
[run-time name: org/apache/cxf/aegis/type/java5/AnnotatedTypeInfo.getMinOccurs:(Ljavax/xml/namespace/QName;)I]
AnnotatedTypeInfo.isAttribute ( java.beans.PropertyDescriptor desc ) : boolean
[run-time name: org/apache/cxf/aegis/type/java5/AnnotatedTypeInfo.isAttribute:(Ljava/beans/PropertyDescriptor;)Z]
AnnotatedTypeInfo.isElement ( java.beans.PropertyDescriptor desc ) : boolean
[run-time name: org/apache/cxf/aegis/type/java5/AnnotatedTypeInfo.isElement:(Ljava/beans/PropertyDescriptor;)Z]
AnnotatedTypeInfo.isNillable ( javax.xml.namespace.QName name ) : boolean
[run-time name: org/apache/cxf/aegis/type/java5/AnnotatedTypeInfo.isNillable:(Ljavax/xml/namespace/QName;)Z]
AnnotatedTypeInfo.mapProperty ( java.beans.PropertyDescriptor pd ) : void
[run-time name: org/apache/cxf/aegis/type/java5/AnnotatedTypeInfo.mapProperty:(Ljava/beans/PropertyDescriptor;)V]
AnnotatedTypeInfo.registerType ( java.beans.PropertyDescriptor desc ) : boolean
[run-time name: org/apache/cxf/aegis/type/java5/AnnotatedTypeInfo.registerType:(Ljava/beans/PropertyDescriptor;)Z]
openejb-cxf-bundle-2.5.2.jar, AnnotationHandlerChainBuilder.class
package org.apache.cxf.jaxws.handler
AnnotationHandlerChainBuilder.AnnotationHandlerChainBuilder ( )
[run-time name: org/apache/cxf/jaxws/handler/AnnotationHandlerChainBuilder."<init>":()V]
AnnotationHandlerChainBuilder.AnnotationHandlerChainBuilder ( org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/jaxws/handler/AnnotationHandlerChainBuilder."<init>":(Lorg/apache/cxf/Bus;)V]
AnnotationHandlerChainBuilder.buildHandlerChainFromClass ( Class clz, java.util.List existingHandlers, javax.xml.namespace.QName portQName, javax.xml.namespace.QName serviceQName, String bindingID ) : java.util.List
[run-time name: org/apache/cxf/jaxws/handler/AnnotationHandlerChainBuilder.buildHandlerChainFromClass:(Ljava/lang/Class;Ljava/util/List;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Ljava/lang/String;)Ljava/util/List;]
AnnotationHandlerChainBuilder.buildHandlerChainFromClass ( Class clz, javax.xml.namespace.QName portQName, javax.xml.namespace.QName serviceQName, String bindingID ) : java.util.List
[run-time name: org/apache/cxf/jaxws/handler/AnnotationHandlerChainBuilder.buildHandlerChainFromClass:(Ljava/lang/Class;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Ljava/lang/String;)Ljava/util/List;]
AnnotationHandlerChainBuilder.resolveHandlerChainAnnotationFile ( Class clazz, String name ) : java.net.URL
[run-time name: org/apache/cxf/jaxws/handler/AnnotationHandlerChainBuilder.resolveHandlerChainAnnotationFile:(Ljava/lang/Class;Ljava/lang/String;)Ljava/net/URL;]
openejb-cxf-bundle-2.5.2.jar, AnnotationInterceptors.class
package org.apache.cxf.interceptor
AnnotationInterceptors.AnnotationInterceptors ( Class[ ] clz )
[run-time name: org/apache/cxf/interceptor/AnnotationInterceptors."<init>":([Ljava/lang/Class;)V]
AnnotationInterceptors.getFeatures ( ) : java.util.List
[run-time name: org/apache/cxf/interceptor/AnnotationInterceptors.getFeatures:()Ljava/util/List;]
AnnotationInterceptors.getInFaultInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/interceptor/AnnotationInterceptors.getInFaultInterceptors:()Ljava/util/List;]
AnnotationInterceptors.getInInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/interceptor/AnnotationInterceptors.getInInterceptors:()Ljava/util/List;]
AnnotationInterceptors.getOutFaultInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/interceptor/AnnotationInterceptors.getOutFaultInterceptors:()Ljava/util/List;]
AnnotationInterceptors.getOutInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/interceptor/AnnotationInterceptors.getOutInterceptors:()Ljava/util/List;]
openejb-cxf-bundle-2.5.2.jar, AnnotationProcessor.class
package org.apache.cxf.common.annotation
AnnotationProcessor.accept ( AnnotationVisitor visitor ) : void
[run-time name: org/apache/cxf/common/annotation/AnnotationProcessor.accept:(Lorg/apache/cxf/common/annotation/AnnotationVisitor;)V]
AnnotationProcessor.accept ( AnnotationVisitor visitor, Class claz ) : void
[run-time name: org/apache/cxf/common/annotation/AnnotationProcessor.accept:(Lorg/apache/cxf/common/annotation/AnnotationVisitor;Ljava/lang/Class;)V]
AnnotationProcessor.AnnotationProcessor ( Object o )
[run-time name: org/apache/cxf/common/annotation/AnnotationProcessor."<init>":(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, AnnotationReader.class
package org.apache.cxf.aegis.type.java5
AnnotationReader.AnnotationReader ( )
[run-time name: org/apache/cxf/aegis/type/java5/AnnotationReader."<init>":()V]
AnnotationReader.getMinOccurs ( annotation.Annotation[ ] anns ) [static] : Integer
[run-time name: org/apache/cxf/aegis/type/java5/AnnotationReader.getMinOccurs:([Ljava/lang/annotation/Annotation;)Ljava/lang/Integer;]
AnnotationReader.getMinOccurs ( reflect.AnnotatedElement element ) : int
[run-time name: org/apache/cxf/aegis/type/java5/AnnotationReader.getMinOccurs:(Ljava/lang/reflect/AnnotatedElement;)I]
AnnotationReader.getName ( reflect.AnnotatedElement element ) : String
[run-time name: org/apache/cxf/aegis/type/java5/AnnotationReader.getName:(Ljava/lang/reflect/AnnotatedElement;)Ljava/lang/String;]
AnnotationReader.getNamespace ( reflect.AnnotatedElement element ) : String
[run-time name: org/apache/cxf/aegis/type/java5/AnnotationReader.getNamespace:(Ljava/lang/reflect/AnnotatedElement;)Ljava/lang/String;]
AnnotationReader.getParamNamespace ( reflect.Method method, int index ) : String
[run-time name: org/apache/cxf/aegis/type/java5/AnnotationReader.getParamNamespace:(Ljava/lang/reflect/Method;I)Ljava/lang/String;]
AnnotationReader.getParamType ( reflect.Method method, int index ) : Class
[run-time name: org/apache/cxf/aegis/type/java5/AnnotationReader.getParamType:(Ljava/lang/reflect/Method;I)Ljava/lang/Class;]
AnnotationReader.getParamTypeName ( reflect.Method method, int index ) : String
[run-time name: org/apache/cxf/aegis/type/java5/AnnotationReader.getParamTypeName:(Ljava/lang/reflect/Method;I)Ljava/lang/String;]
AnnotationReader.getReturnNamespace ( reflect.AnnotatedElement element ) : String
[run-time name: org/apache/cxf/aegis/type/java5/AnnotationReader.getReturnNamespace:(Ljava/lang/reflect/AnnotatedElement;)Ljava/lang/String;]
AnnotationReader.getReturnType ( reflect.AnnotatedElement element ) : Class
[run-time name: org/apache/cxf/aegis/type/java5/AnnotationReader.getReturnType:(Ljava/lang/reflect/AnnotatedElement;)Ljava/lang/Class;]
AnnotationReader.getReturnTypeName ( reflect.AnnotatedElement element ) : String
[run-time name: org/apache/cxf/aegis/type/java5/AnnotationReader.getReturnTypeName:(Ljava/lang/reflect/AnnotatedElement;)Ljava/lang/String;]
AnnotationReader.getType ( reflect.AnnotatedElement element ) : Class
[run-time name: org/apache/cxf/aegis/type/java5/AnnotationReader.getType:(Ljava/lang/reflect/AnnotatedElement;)Ljava/lang/Class;]
AnnotationReader.isAttribute ( reflect.AnnotatedElement element ) : boolean
[run-time name: org/apache/cxf/aegis/type/java5/AnnotationReader.isAttribute:(Ljava/lang/reflect/AnnotatedElement;)Z]
AnnotationReader.isElement ( reflect.AnnotatedElement element ) : boolean
[run-time name: org/apache/cxf/aegis/type/java5/AnnotationReader.isElement:(Ljava/lang/reflect/AnnotatedElement;)Z]
AnnotationReader.isExtensibleAttributes ( reflect.AnnotatedElement element, boolean defaultValue ) : boolean
[run-time name: org/apache/cxf/aegis/type/java5/AnnotationReader.isExtensibleAttributes:(Ljava/lang/reflect/AnnotatedElement;Z)Z]
AnnotationReader.isExtensibleElements ( reflect.AnnotatedElement element, boolean defaultValue ) : boolean
[run-time name: org/apache/cxf/aegis/type/java5/AnnotationReader.isExtensibleElements:(Ljava/lang/reflect/AnnotatedElement;Z)Z]
AnnotationReader.isFlat ( annotation.Annotation[ ] annotations ) : boolean
[run-time name: org/apache/cxf/aegis/type/java5/AnnotationReader.isFlat:([Ljava/lang/annotation/Annotation;)Z]
AnnotationReader.isIgnored ( reflect.AnnotatedElement element ) : boolean
[run-time name: org/apache/cxf/aegis/type/java5/AnnotationReader.isIgnored:(Ljava/lang/reflect/AnnotatedElement;)Z]
AnnotationReader.isNillable ( annotation.Annotation[ ] anns ) [static] : Boolean
[run-time name: org/apache/cxf/aegis/type/java5/AnnotationReader.isNillable:([Ljava/lang/annotation/Annotation;)Ljava/lang/Boolean;]
AnnotationReader.isNillable ( reflect.AnnotatedElement element ) : Boolean
[run-time name: org/apache/cxf/aegis/type/java5/AnnotationReader.isNillable:(Ljava/lang/reflect/AnnotatedElement;)Ljava/lang/Boolean;]
openejb-cxf-bundle-2.5.2.jar, AnnotationsFactoryBeanListener.class
package org.apache.cxf.service.factory
AnnotationsFactoryBeanListener.AnnotationsFactoryBeanListener ( )
[run-time name: org/apache/cxf/service/factory/AnnotationsFactoryBeanListener."<init>":()V]
AnnotationsFactoryBeanListener.handleEvent ( FactoryBeanListener.Event ev, AbstractServiceFactoryBean factory, Object[ ] args ) : void
[run-time name: org/apache/cxf/service/factory/AnnotationsFactoryBeanListener.handleEvent:(Lorg/apache/cxf/service/factory/FactoryBeanListener$Event;Lorg/apache/cxf/service/factory/AbstractServiceFactoryBean;[Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, AnnotationUtil.class
package org.apache.cxf.tools.util
AnnotationUtil.getClassLoader ( ClassLoader parent ) [static] : java.net.URLClassLoader
[run-time name: org/apache/cxf/tools/util/AnnotationUtil.getClassLoader:(Ljava/lang/ClassLoader;)Ljava/net/URLClassLoader;]
AnnotationUtil.getPrivClassAnnotation ( Class clazz, Class anoClass ) [static] : annotation.Annotation
[run-time name: org/apache/cxf/tools/util/AnnotationUtil.getPrivClassAnnotation:(Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/annotation/Annotation;]
AnnotationUtil.getPrivMethodAnnotation ( reflect.Method method, Class anoClass ) [static] : annotation.Annotation
[run-time name: org/apache/cxf/tools/util/AnnotationUtil.getPrivMethodAnnotation:(Ljava/lang/reflect/Method;Ljava/lang/Class;)Ljava/lang/annotation/Annotation;]
AnnotationUtil.getPrivParameterAnnotations ( reflect.Method method ) [static] : annotation.Annotation[ ][ ]
[run-time name: org/apache/cxf/tools/util/AnnotationUtil.getPrivParameterAnnotations:(Ljava/lang/reflect/Method;)[[Ljava/lang/annotation/Annotation;]
AnnotationUtil.getWebParam ( reflect.Method method, String paraName ) [static] : javax.jws.WebParam
[run-time name: org/apache/cxf/tools/util/AnnotationUtil.getWebParam:(Ljava/lang/reflect/Method;Ljava/lang/String;)Ljavax/jws/WebParam;]
AnnotationUtil.getWebResult ( reflect.Method method ) [static] : javax.jws.WebResult
[run-time name: org/apache/cxf/tools/util/AnnotationUtil.getWebResult:(Ljava/lang/reflect/Method;)Ljavax/jws/WebResult;]
AnnotationUtil.loadClass ( String className, ClassLoader parent ) [static] : Class
[run-time name: org/apache/cxf/tools/util/AnnotationUtil.loadClass:(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Class;]
openejb-cxf-bundle-2.5.2.jar, AnnotationUtils.class
package org.apache.cxf.jaxrs.utils
AnnotationUtils.getAnnotatedMethod ( reflect.Method m ) [static] : reflect.Method
[run-time name: org/apache/cxf/jaxrs/utils/AnnotationUtils.getAnnotatedMethod:(Ljava/lang/reflect/Method;)Ljava/lang/reflect/Method;]
AnnotationUtils.getAnnotation ( annotation.Annotation[ ] anns, Class type ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/utils/AnnotationUtils.getAnnotation:([Ljava/lang/annotation/Annotation;Ljava/lang/Class;)Ljava/lang/Object;]
AnnotationUtils.getAnnotationValue ( annotation.Annotation a ) [static] : String
[run-time name: org/apache/cxf/jaxrs/utils/AnnotationUtils.getAnnotationValue:(Ljava/lang/annotation/Annotation;)Ljava/lang/String;]
AnnotationUtils.getClassAnnotation ( Class c, Class aClass ) [static] : annotation.Annotation
[run-time name: org/apache/cxf/jaxrs/utils/AnnotationUtils.getClassAnnotation:(Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/annotation/Annotation;]
AnnotationUtils.getDefaultParameterValue ( annotation.Annotation[ ] anns ) [static] : String
[run-time name: org/apache/cxf/jaxrs/utils/AnnotationUtils.getDefaultParameterValue:([Ljava/lang/annotation/Annotation;)Ljava/lang/String;]
AnnotationUtils.getHttpMethodValue ( reflect.Method m ) [static] : String
[run-time name: org/apache/cxf/jaxrs/utils/AnnotationUtils.getHttpMethodValue:(Ljava/lang/reflect/Method;)Ljava/lang/String;]
AnnotationUtils.getMethodAnnotation ( reflect.Method m, Class aClass ) [static] : annotation.Annotation
[run-time name: org/apache/cxf/jaxrs/utils/AnnotationUtils.getMethodAnnotation:(Ljava/lang/reflect/Method;Ljava/lang/Class;)Ljava/lang/annotation/Annotation;]
AnnotationUtils.isContextClass ( Class contextClass ) [static] : boolean
[run-time name: org/apache/cxf/jaxrs/utils/AnnotationUtils.isContextClass:(Ljava/lang/Class;)Z]
AnnotationUtils.isMethodAnnotation ( annotation.Annotation a ) [static] : boolean
[run-time name: org/apache/cxf/jaxrs/utils/AnnotationUtils.isMethodAnnotation:(Ljava/lang/annotation/Annotation;)Z]
AnnotationUtils.isParamAnnotationClass ( Class annotationClass ) [static] : boolean
[run-time name: org/apache/cxf/jaxrs/utils/AnnotationUtils.isParamAnnotationClass:(Ljava/lang/Class;)Z]
AnnotationUtils.isValidParamAnnotationClass ( Class annotationClass ) [static] : boolean
[run-time name: org/apache/cxf/jaxrs/utils/AnnotationUtils.isValidParamAnnotationClass:(Ljava/lang/Class;)Z]
AnnotationUtils.isValidParamAnnotations ( annotation.Annotation[ ] paramAnnotations ) [static] : boolean
[run-time name: org/apache/cxf/jaxrs/utils/AnnotationUtils.isValidParamAnnotations:([Ljava/lang/annotation/Annotation;)Z]
openejb-cxf-bundle-2.5.2.jar, AnnotationVisitor.class
package org.apache.cxf.common.annotation
AnnotationVisitor.getTargetAnnotations ( ) [abstract] : java.util.List
[run-time name: org/apache/cxf/common/annotation/AnnotationVisitor.getTargetAnnotations:()Ljava/util/List;]
AnnotationVisitor.setTarget ( Object p1 ) [abstract] : void
[run-time name: org/apache/cxf/common/annotation/AnnotationVisitor.setTarget:(Ljava/lang/Object;)V]
AnnotationVisitor.visitClass ( Class p1, annotation.Annotation p2 ) [abstract] : void
[run-time name: org/apache/cxf/common/annotation/AnnotationVisitor.visitClass:(Ljava/lang/Class;Ljava/lang/annotation/Annotation;)V]
AnnotationVisitor.visitField ( reflect.Field p1, annotation.Annotation p2 ) [abstract] : void
[run-time name: org/apache/cxf/common/annotation/AnnotationVisitor.visitField:(Ljava/lang/reflect/Field;Ljava/lang/annotation/Annotation;)V]
AnnotationVisitor.visitMethod ( reflect.Method p1, annotation.Annotation p2 ) [abstract] : void
[run-time name: org/apache/cxf/common/annotation/AnnotationVisitor.visitMethod:(Ljava/lang/reflect/Method;Ljava/lang/annotation/Annotation;)V]
openejb-cxf-bundle-2.5.2.jar, Annotator.class
package org.apache.cxf.tools.common.model
Annotator.annotate ( JavaAnnotatable p1 ) [abstract] : void
[run-time name: org/apache/cxf/tools/common/model/Annotator.annotate:(Lorg/apache/cxf/tools/common/model/JavaAnnotatable;)V]
openejb-cxf-bundle-2.5.2.jar, Anonarray.class
package org.apache.cxf.binding.corba.wsdl
Anonarray.Anonarray ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonarray."<init>":()V]
Anonarray.getBound ( ) : long
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonarray.getBound:()J]
Anonarray.getElemname ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonarray.getElemname:()Ljavax/xml/namespace/QName;]
Anonarray.getElemtype ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonarray.getElemtype:()Ljavax/xml/namespace/QName;]
Anonarray.isSetBound ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonarray.isSetBound:()Z]
Anonarray.isSetElemname ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonarray.isSetElemname:()Z]
Anonarray.isSetElemtype ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonarray.isSetElemtype:()Z]
Anonarray.setBound ( long value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonarray.setBound:(J)V]
Anonarray.setElemname ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonarray.setElemname:(Ljavax/xml/namespace/QName;)V]
Anonarray.setElemtype ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonarray.setElemtype:(Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, Anonfixed.class
package org.apache.cxf.binding.corba.wsdl
Anonfixed.Anonfixed ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonfixed."<init>":()V]
Anonfixed.getDigits ( ) : long
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonfixed.getDigits:()J]
Anonfixed.getScale ( ) : long
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonfixed.getScale:()J]
Anonfixed.isSetDigits ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonfixed.isSetDigits:()Z]
Anonfixed.isSetScale ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonfixed.isSetScale:()Z]
Anonfixed.setDigits ( long value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonfixed.setDigits:(J)V]
Anonfixed.setScale ( long value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonfixed.setScale:(J)V]
Anonfixed.unsetDigits ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonfixed.unsetDigits:()V]
Anonfixed.unsetScale ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonfixed.unsetScale:()V]
openejb-cxf-bundle-2.5.2.jar, Anonsequence.class
package org.apache.cxf.binding.corba.wsdl
Anonsequence.Anonsequence ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonsequence."<init>":()V]
Anonsequence.getBound ( ) : long
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonsequence.getBound:()J]
Anonsequence.getElemname ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonsequence.getElemname:()Ljavax/xml/namespace/QName;]
Anonsequence.getElemtype ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonsequence.getElemtype:()Ljavax/xml/namespace/QName;]
Anonsequence.isSetBound ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonsequence.isSetBound:()Z]
Anonsequence.isSetElemname ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonsequence.isSetElemname:()Z]
Anonsequence.isSetElemtype ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonsequence.isSetElemtype:()Z]
Anonsequence.setBound ( long value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonsequence.setBound:(J)V]
Anonsequence.setElemname ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonsequence.setElemname:(Ljavax/xml/namespace/QName;)V]
Anonsequence.setElemtype ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonsequence.setElemtype:(Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, Anonstring.class
package org.apache.cxf.binding.corba.wsdl
Anonstring.Anonstring ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonstring."<init>":()V]
Anonstring.getBound ( ) : long
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonstring.getBound:()J]
Anonstring.isSetBound ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonstring.isSetBound:()Z]
Anonstring.setBound ( long value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonstring.setBound:(J)V]
Anonstring.unsetBound ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonstring.unsetBound:()V]
openejb-cxf-bundle-2.5.2.jar, Anonwstring.class
package org.apache.cxf.binding.corba.wsdl
Anonwstring.Anonwstring ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonwstring."<init>":()V]
Anonwstring.getBound ( ) : long
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonwstring.getBound:()J]
Anonwstring.isSetBound ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonwstring.isSetBound:()Z]
Anonwstring.setBound ( long value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonwstring.setBound:(J)V]
Anonwstring.unsetBound ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Anonwstring.unsetBound:()V]
openejb-cxf-bundle-2.5.2.jar, Anonymous.class
package org.apache.cxf.ws.addressing.wsdl
Anonymous.Anonymous ( )
[run-time name: org/apache/cxf/ws/addressing/wsdl/Anonymous."<init>":()V]
Anonymous.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/wsdl/Anonymous.getOtherAttributes:()Ljava/util/Map;]
Anonymous.getValue ( ) : AnonymousType
[run-time name: org/apache/cxf/ws/addressing/wsdl/Anonymous.getValue:()Lorg/apache/cxf/ws/addressing/wsdl/AnonymousType;]
Anonymous.setValue ( AnonymousType value ) : void
[run-time name: org/apache/cxf/ws/addressing/wsdl/Anonymous.setValue:(Lorg/apache/cxf/ws/addressing/wsdl/AnonymousType;)V]
openejb-cxf-bundle-2.5.2.jar, AnonymousType.class
package org.apache.cxf.ws.addressing.wsdl
AnonymousType.fromValue ( String v ) [static] : AnonymousType
[run-time name: org/apache/cxf/ws/addressing/wsdl/AnonymousType.fromValue:(Ljava/lang/String;)Lorg/apache/cxf/ws/addressing/wsdl/AnonymousType;]
AnonymousType.value ( ) : String
[run-time name: org/apache/cxf/ws/addressing/wsdl/AnonymousType.value:()Ljava/lang/String;]
AnonymousType.valueOf ( String name ) [static] : AnonymousType
[run-time name: org/apache/cxf/ws/addressing/wsdl/AnonymousType.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/ws/addressing/wsdl/AnonymousType;]
AnonymousType.values ( ) [static] : AnonymousType[ ]
[run-time name: org/apache/cxf/ws/addressing/wsdl/AnonymousType.values:()[Lorg/apache/cxf/ws/addressing/wsdl/AnonymousType;]
openejb-cxf-bundle-2.5.2.jar, AntGenerator.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws.generators
AntGenerator.AntGenerator ( )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/AntGenerator."<init>":()V]
AntGenerator.generate ( org.apache.cxf.tools.common.ToolContext penv ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/AntGenerator.generate:(Lorg/apache/cxf/tools/common/ToolContext;)V]
AntGenerator.passthrough ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/AntGenerator.passthrough:()Z]
openejb-cxf-bundle-2.5.2.jar, Any.class
package org.apache.cxf.binding.corba.wsdl
Any.Any ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/Any."<init>":()V]
Any.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/wsdl/Any.getAny:()Ljava/util/List;]
Any.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/binding/corba/wsdl/Any.getOtherAttributes:()Ljava/util/Map;]
Any.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Any.isSetAny:()Z]
Any.unsetAny ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Any.unsetAny:()V]
openejb-cxf-bundle-2.5.2.jar, AppliesTo.class
package org.apache.cxf.ws.policy.v200409
AppliesTo.AppliesTo ( )
[run-time name: org/apache/cxf/ws/policy/v200409/AppliesTo."<init>":()V]
AppliesTo.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/policy/v200409/AppliesTo.getAny:()Ljava/util/List;]
AppliesTo.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/policy/v200409/AppliesTo.getOtherAttributes:()Ljava/util/Map;]
package org.apache.cxf.ws.policy.v200607
AppliesTo.AppliesTo ( )
[run-time name: org/apache/cxf/ws/policy/v200607/AppliesTo."<init>":()V]
AppliesTo.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/policy/v200607/AppliesTo.getAny:()Ljava/util/List;]
AppliesTo.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/policy/v200607/AppliesTo.getOtherAttributes:()Ljava/util/Map;]
openejb-cxf-bundle-2.5.2.jar, ArgType.class
package org.apache.cxf.binding.corba.wsdl
ArgType.ArgType ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/ArgType."<init>":()V]
ArgType.getIdltype ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/wsdl/ArgType.getIdltype:()Ljavax/xml/namespace/QName;]
ArgType.getName ( ) : String
[run-time name: org/apache/cxf/binding/corba/wsdl/ArgType.getName:()Ljava/lang/String;]
ArgType.isSetIdltype ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/ArgType.isSetIdltype:()Z]
ArgType.isSetName ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/ArgType.isSetName:()Z]
ArgType.setIdltype ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/ArgType.setIdltype:(Ljavax/xml/namespace/QName;)V]
ArgType.setName ( String value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/ArgType.setName:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, Argument.class
package org.apache.cxf.tools.common.toolspec.parser
Argument.accept ( TokenInputStream args, org.w3c.dom.Element result, ErrorVisitor errors ) : boolean
[run-time name: org/apache/cxf/tools/common/toolspec/parser/Argument.accept:(Lorg/apache/cxf/tools/common/toolspec/parser/TokenInputStream;Lorg/w3c/dom/Element;Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)Z]
Argument.Argument ( org.w3c.dom.Element el )
[run-time name: org/apache/cxf/tools/common/toolspec/parser/Argument."<init>":(Lorg/w3c/dom/Element;)V]
Argument.getName ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/Argument.getName:()Ljava/lang/String;]
Argument.isSatisfied ( ErrorVisitor errors ) : boolean
[run-time name: org/apache/cxf/tools/common/toolspec/parser/Argument.isSatisfied:(Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)Z]
Argument.setToolSpec ( org.apache.cxf.tools.common.toolspec.ToolSpec toolSpec ) : void
[run-time name: org/apache/cxf/tools/common/toolspec/parser/Argument.setToolSpec:(Lorg/apache/cxf/tools/common/toolspec/ToolSpec;)V]
Argument.toString ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/Argument.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, Array.class
package org.apache.cxf.binding.corba.wsdl
Array.Array ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/Array."<init>":()V]
Array.getBound ( ) : long
[run-time name: org/apache/cxf/binding/corba/wsdl/Array.getBound:()J]
Array.getElemname ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/wsdl/Array.getElemname:()Ljavax/xml/namespace/QName;]
Array.getElemtype ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/wsdl/Array.getElemtype:()Ljavax/xml/namespace/QName;]
Array.isSetBound ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Array.isSetBound:()Z]
Array.isSetElemname ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Array.isSetElemname:()Z]
Array.isSetElemtype ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Array.isSetElemtype:()Z]
Array.setBound ( long value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Array.setBound:(J)V]
Array.setElemname ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Array.setElemname:(Ljavax/xml/namespace/QName;)V]
Array.setElemtype ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Array.setElemtype:(Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, ArrayDeferredAction.class
package org.apache.cxf.tools.corba.processors.idl
ArrayDeferredAction.ArrayDeferredAction ( org.apache.cxf.binding.corba.wsdl.Anonarray anonarrayType )
[run-time name: org/apache/cxf/tools/corba/processors/idl/ArrayDeferredAction."<init>":(Lorg/apache/cxf/binding/corba/wsdl/Anonarray;)V]
ArrayDeferredAction.ArrayDeferredAction ( org.apache.cxf.binding.corba.wsdl.Array arrayType )
[run-time name: org/apache/cxf/tools/corba/processors/idl/ArrayDeferredAction."<init>":(Lorg/apache/cxf/binding/corba/wsdl/Array;)V]
ArrayDeferredAction.ArrayDeferredAction ( org.apache.cxf.binding.corba.wsdl.Array arrayType, org.apache.cxf.binding.corba.wsdl.Anonarray anonArrayType, org.apache.ws.commons.schema.XmlSchemaElement elem )
[run-time name: org/apache/cxf/tools/corba/processors/idl/ArrayDeferredAction."<init>":(Lorg/apache/cxf/binding/corba/wsdl/Array;Lorg/apache/cxf/binding/corba/wsdl/Anonarray;Lorg/apache/ws/commons/schema/XmlSchemaElement;)V]
ArrayDeferredAction.ArrayDeferredAction ( org.apache.ws.commons.schema.XmlSchemaElement elem )
[run-time name: org/apache/cxf/tools/corba/processors/idl/ArrayDeferredAction."<init>":(Lorg/apache/ws/commons/schema/XmlSchemaElement;)V]
ArrayDeferredAction.execute ( org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/ArrayDeferredAction.execute:(Lorg/apache/ws/commons/schema/XmlSchemaType;Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;)V]
openejb-cxf-bundle-2.5.2.jar, ArrayType.class
package org.apache.cxf.aegis.type.basic
ArrayType.ArrayType ( )
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType."<init>":()V]
ArrayType.createCollection ( ) : java.util.Collection
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType.createCollection:()Ljava/util/Collection;]
ArrayType.getComponentName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType.getComponentName:()Ljavax/xml/namespace/QName;]
ArrayType.getComponentType ( ) : org.apache.cxf.aegis.type.AegisType
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType.getComponentType:()Lorg/apache/cxf/aegis/type/AegisType;]
ArrayType.getDependencies ( ) : java.util.Set
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType.getDependencies:()Ljava/util/Set;]
ArrayType.getMaxOccurs ( ) : long
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType.getMaxOccurs:()J]
ArrayType.getMinOccurs ( ) : long
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType.getMinOccurs:()J]
ArrayType.hasMaxOccurs ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType.hasMaxOccurs:()Z]
ArrayType.hasMinOccurs ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType.hasMinOccurs:()Z]
ArrayType.isComplex ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType.isComplex:()Z]
ArrayType.isFlat ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType.isFlat:()Z]
ArrayType.makeArray ( Class arrayType, java.util.Collection values ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType.makeArray:(Ljava/lang/Class;Ljava/util/Collection;)Ljava/lang/Object;]
ArrayType.readCollection ( org.apache.cxf.aegis.xml.MessageReader reader, javax.xml.namespace.QName flatElementName, org.apache.cxf.aegis.Context context ) : java.util.Collection
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType.readCollection:(Lorg/apache/cxf/aegis/xml/MessageReader;Ljavax/xml/namespace/QName;Lorg/apache/cxf/aegis/Context;)Ljava/util/Collection;]
ArrayType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, javax.xml.namespace.QName flatElementName, org.apache.cxf.aegis.Context context, boolean asArray ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Ljavax/xml/namespace/QName;Lorg/apache/cxf/aegis/Context;Z)Ljava/lang/Object;]
ArrayType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
ArrayType.setComponentName ( javax.xml.namespace.QName componentName ) : void
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType.setComponentName:(Ljavax/xml/namespace/QName;)V]
ArrayType.setFlat ( boolean flat ) : void
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType.setFlat:(Z)V]
ArrayType.setMaxOccurs ( long maxOccurs ) : void
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType.setMaxOccurs:(J)V]
ArrayType.setMinOccurs ( long minOccurs ) : void
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType.setMinOccurs:(J)V]
ArrayType.writeObject ( Object values, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
ArrayType.writeObject ( Object values, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context, javax.xml.namespace.QName flatElementName ) : void
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;Ljavax/xml/namespace/QName;)V]
ArrayType.writeSchema ( org.apache.ws.commons.schema.XmlSchema root ) : void
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType.writeSchema:(Lorg/apache/ws/commons/schema/XmlSchema;)V]
ArrayType.writeValue ( Object value, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context, org.apache.cxf.aegis.type.AegisType type, String name, String ns ) : void
[run-time name: org/apache/cxf/aegis/type/basic/ArrayType.writeValue:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;Lorg/apache/cxf/aegis/type/AegisType;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ArrayTypeInfo.class
package org.apache.cxf.aegis.type.encoded
ArrayTypeInfo.ArrayTypeInfo ( javax.xml.namespace.NamespaceContext namespaceContext, String arrayTypeValue )
[run-time name: org/apache/cxf/aegis/type/encoded/ArrayTypeInfo."<init>":(Ljavax/xml/namespace/NamespaceContext;Ljava/lang/String;)V]
ArrayTypeInfo.ArrayTypeInfo ( javax.xml.namespace.NamespaceContext namespaceContext, String arrayTypeValue, String offsetString )
[run-time name: org/apache/cxf/aegis/type/encoded/ArrayTypeInfo."<init>":(Ljavax/xml/namespace/NamespaceContext;Ljava/lang/String;Ljava/lang/String;)V]
ArrayTypeInfo.ArrayTypeInfo ( javax.xml.namespace.QName typeName, int ranks, Integer[ ] dimensions )
[run-time name: org/apache/cxf/aegis/type/encoded/ArrayTypeInfo."<init>":(Ljavax/xml/namespace/QName;I[Ljava/lang/Integer;)V]
ArrayTypeInfo.ArrayTypeInfo ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.type.TypeMapping tm )
[run-time name: org/apache/cxf/aegis/type/encoded/ArrayTypeInfo."<init>":(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/type/TypeMapping;)V]
ArrayTypeInfo.getDimensions ( ) : java.util.List
[run-time name: org/apache/cxf/aegis/type/encoded/ArrayTypeInfo.getDimensions:()Ljava/util/List;]
ArrayTypeInfo.getOffset ( ) : int
[run-time name: org/apache/cxf/aegis/type/encoded/ArrayTypeInfo.getOffset:()I]
ArrayTypeInfo.getRanks ( ) : int
[run-time name: org/apache/cxf/aegis/type/encoded/ArrayTypeInfo.getRanks:()I]
ArrayTypeInfo.getTotalDimensions ( ) : int
[run-time name: org/apache/cxf/aegis/type/encoded/ArrayTypeInfo.getTotalDimensions:()I]
ArrayTypeInfo.getType ( ) : org.apache.cxf.aegis.type.AegisType
[run-time name: org/apache/cxf/aegis/type/encoded/ArrayTypeInfo.getType:()Lorg/apache/cxf/aegis/type/AegisType;]
ArrayTypeInfo.getTypeName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/encoded/ArrayTypeInfo.getTypeName:()Ljavax/xml/namespace/QName;]
ArrayTypeInfo.toString ( ) : String
[run-time name: org/apache/cxf/aegis/type/encoded/ArrayTypeInfo.toString:()Ljava/lang/String;]
ArrayTypeInfo.writeAttribute ( org.apache.cxf.aegis.xml.MessageWriter writer ) : void
[run-time name: org/apache/cxf/aegis/type/encoded/ArrayTypeInfo.writeAttribute:(Lorg/apache/cxf/aegis/xml/MessageWriter;)V]
openejb-cxf-bundle-2.5.2.jar, ArrayVisitor.class
package org.apache.cxf.tools.corba.processors.idl
ArrayVisitor.accept ( antlr.collections.AST node ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/ArrayVisitor.accept:(Lantlr/collections/AST;)Z]
ArrayVisitor.ArrayVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor, antlr.collections.AST identifierNodeRef, Scope fqName )
[run-time name: org/apache/cxf/tools/corba/processors/idl/ArrayVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;Lantlr/collections/AST;Lorg/apache/cxf/tools/corba/processors/idl/Scope;)V]
ArrayVisitor.visit ( antlr.collections.AST node ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/ArrayVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, ASMHelper.class
package org.apache.cxf.common.util
ASMHelper.ASMHelper ( )
[run-time name: org/apache/cxf/common/util/ASMHelper."<init>":()V]
ASMHelper.createClassWriter ( ) : org.objectweb.asm.ClassWriter
[run-time name: org/apache/cxf/common/util/ASMHelper.createClassWriter:()Lorg/objectweb/asm/ClassWriter;]
ASMHelper.findClass ( String className, Class clz ) : Class
[run-time name: org/apache/cxf/common/util/ASMHelper.findClass:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Class;]
ASMHelper.getClassCode ( Class cl ) [static] : String
[run-time name: org/apache/cxf/common/util/ASMHelper.getClassCode:(Ljava/lang/Class;)Ljava/lang/String;]
ASMHelper.getClassCode ( reflect.Type type ) [static] : String
[run-time name: org/apache/cxf/common/util/ASMHelper.getClassCode:(Ljava/lang/reflect/Type;)Ljava/lang/String;]
ASMHelper.getMethodSignature ( reflect.Method m ) [static] : String
[run-time name: org/apache/cxf/common/util/ASMHelper.getMethodSignature:(Ljava/lang/reflect/Method;)Ljava/lang/String;]
ASMHelper.loadClass ( String className, Class clz, byte[ ] bytes ) : Class
[run-time name: org/apache/cxf/common/util/ASMHelper.loadClass:(Ljava/lang/String;Ljava/lang/Class;[B)Ljava/lang/Class;]
ASMHelper.periodToSlashes ( String s ) [static] : String
[run-time name: org/apache/cxf/common/util/ASMHelper.periodToSlashes:(Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, AssertionBuilderRegistry.class
package org.apache.cxf.ws.policy
AssertionBuilderRegistry.isIgnoreUnknownAssertions ( ) [abstract] : boolean
[run-time name: org/apache/cxf/ws/policy/AssertionBuilderRegistry.isIgnoreUnknownAssertions:()Z]
AssertionBuilderRegistry.setIgnoreUnknownAssertions ( boolean p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/policy/AssertionBuilderRegistry.setIgnoreUnknownAssertions:(Z)V]
openejb-cxf-bundle-2.5.2.jar, AssertionBuilderRegistryImpl.class
package org.apache.cxf.ws.policy
AssertionBuilderRegistryImpl.AssertionBuilderRegistryImpl ( )
[run-time name: org/apache/cxf/ws/policy/AssertionBuilderRegistryImpl."<init>":()V]
AssertionBuilderRegistryImpl.AssertionBuilderRegistryImpl ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/ws/policy/AssertionBuilderRegistryImpl."<init>":(Lorg/apache/cxf/Bus;)V]
AssertionBuilderRegistryImpl.getRegistrationType ( ) : Class
[run-time name: org/apache/cxf/ws/policy/AssertionBuilderRegistryImpl.getRegistrationType:()Ljava/lang/Class;]
AssertionBuilderRegistryImpl.handleNoRegisteredBuilder ( javax.xml.namespace.QName qname ) : org.apache.neethi.builders.AssertionBuilder
[run-time name: org/apache/cxf/ws/policy/AssertionBuilderRegistryImpl.handleNoRegisteredBuilder:(Ljavax/xml/namespace/QName;)Lorg/apache/neethi/builders/AssertionBuilder;]
AssertionBuilderRegistryImpl.isIgnoreUnknownAssertions ( ) : boolean
[run-time name: org/apache/cxf/ws/policy/AssertionBuilderRegistryImpl.isIgnoreUnknownAssertions:()Z]
AssertionBuilderRegistryImpl.loadDynamic ( ) : void
[run-time name: org/apache/cxf/ws/policy/AssertionBuilderRegistryImpl.loadDynamic:()V]
AssertionBuilderRegistryImpl.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/ws/policy/AssertionBuilderRegistryImpl.setBus:(Lorg/apache/cxf/Bus;)V]
AssertionBuilderRegistryImpl.setIgnoreUnknownAssertions ( boolean ignore ) : void
[run-time name: org/apache/cxf/ws/policy/AssertionBuilderRegistryImpl.setIgnoreUnknownAssertions:(Z)V]
openejb-cxf-bundle-2.5.2.jar, AssertionInfo.class
package org.apache.cxf.ws.policy
AssertionInfo.AssertionInfo ( org.apache.neethi.Assertion a )
[run-time name: org/apache/cxf/ws/policy/AssertionInfo."<init>":(Lorg/apache/neethi/Assertion;)V]
AssertionInfo.getAssertion ( ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/policy/AssertionInfo.getAssertion:()Lorg/apache/neethi/Assertion;]
AssertionInfo.getErrorMessage ( ) : String
[run-time name: org/apache/cxf/ws/policy/AssertionInfo.getErrorMessage:()Ljava/lang/String;]
AssertionInfo.isAsserted ( ) : boolean
[run-time name: org/apache/cxf/ws/policy/AssertionInfo.isAsserted:()Z]
AssertionInfo.setAsserted ( boolean a ) : void
[run-time name: org/apache/cxf/ws/policy/AssertionInfo.setAsserted:(Z)V]
AssertionInfo.setNotAsserted ( String message ) : void
[run-time name: org/apache/cxf/ws/policy/AssertionInfo.setNotAsserted:(Ljava/lang/String;)V]
AssertionInfo.toString ( ) : String
[run-time name: org/apache/cxf/ws/policy/AssertionInfo.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, AssertionInfoMap.class
package org.apache.cxf.ws.policy
AssertionInfoMap.AssertionInfoMap ( java.util.Collection assertions )
[run-time name: org/apache/cxf/ws/policy/AssertionInfoMap."<init>":(Ljava/util/Collection;)V]
AssertionInfoMap.AssertionInfoMap ( org.apache.neethi.Policy p )
[run-time name: org/apache/cxf/ws/policy/AssertionInfoMap."<init>":(Lorg/apache/neethi/Policy;)V]
AssertionInfoMap.check ( ) : void
[run-time name: org/apache/cxf/ws/policy/AssertionInfoMap.check:()V]
AssertionInfoMap.checkEffectivePolicy ( org.apache.neethi.Policy policy ) : java.util.List
[run-time name: org/apache/cxf/ws/policy/AssertionInfoMap.checkEffectivePolicy:(Lorg/apache/neethi/Policy;)Ljava/util/List;]
AssertionInfoMap.getAssertionInfo ( javax.xml.namespace.QName name ) : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/AssertionInfoMap.getAssertionInfo:(Ljavax/xml/namespace/QName;)Ljava/util/Collection;]
AssertionInfoMap.supportsAlternative ( java.util.Collection alternative, java.util.List errors ) : boolean
[run-time name: org/apache/cxf/ws/policy/AssertionInfoMap.supportsAlternative:(Ljava/util/Collection;Ljava/util/List;)Z]
AssertionInfoMap.supportsAlternative ( org.apache.neethi.PolicyComponent assertion, java.util.List errors ) : boolean
[run-time name: org/apache/cxf/ws/policy/AssertionInfoMap.supportsAlternative:(Lorg/apache/neethi/PolicyComponent;Ljava/util/List;)Z]
openejb-cxf-bundle-2.5.2.jar, Assertor.class
package org.apache.cxf.ws.policy
Assertor.assertMessage ( org.apache.cxf.message.Message p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/policy/Assertor.assertMessage:(Lorg/apache/cxf/message/Message;)V]
Assertor.canAssert ( javax.xml.namespace.QName p1 ) [abstract] : boolean
[run-time name: org/apache/cxf/ws/policy/Assertor.canAssert:(Ljavax/xml/namespace/QName;)Z]
openejb-cxf-bundle-2.5.2.jar, AsymmetricBinding.class
package org.apache.cxf.ws.security.policy.model
AsymmetricBinding.AsymmetricBinding ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/model/AsymmetricBinding."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
AsymmetricBinding.getInitiatorEncryptionToken ( ) : InitiatorEncryptionToken
[run-time name: org/apache/cxf/ws/security/policy/model/AsymmetricBinding.getInitiatorEncryptionToken:()Lorg/apache/cxf/ws/security/policy/model/InitiatorEncryptionToken;]
AsymmetricBinding.getInitiatorSignatureToken ( ) : InitiatorSignatureToken
[run-time name: org/apache/cxf/ws/security/policy/model/AsymmetricBinding.getInitiatorSignatureToken:()Lorg/apache/cxf/ws/security/policy/model/InitiatorSignatureToken;]
AsymmetricBinding.getInitiatorToken ( ) : InitiatorToken
[run-time name: org/apache/cxf/ws/security/policy/model/AsymmetricBinding.getInitiatorToken:()Lorg/apache/cxf/ws/security/policy/model/InitiatorToken;]
AsymmetricBinding.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/AsymmetricBinding.getName:()Ljavax/xml/namespace/QName;]
AsymmetricBinding.getPolicy ( ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/security/policy/model/AsymmetricBinding.getPolicy:()Lorg/apache/neethi/Policy;]
AsymmetricBinding.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/AsymmetricBinding.getRealName:()Ljavax/xml/namespace/QName;]
AsymmetricBinding.getRecipientEncryptionToken ( ) : RecipientEncryptionToken
[run-time name: org/apache/cxf/ws/security/policy/model/AsymmetricBinding.getRecipientEncryptionToken:()Lorg/apache/cxf/ws/security/policy/model/RecipientEncryptionToken;]
AsymmetricBinding.getRecipientSignatureToken ( ) : RecipientSignatureToken
[run-time name: org/apache/cxf/ws/security/policy/model/AsymmetricBinding.getRecipientSignatureToken:()Lorg/apache/cxf/ws/security/policy/model/RecipientSignatureToken;]
AsymmetricBinding.getRecipientToken ( ) : RecipientToken
[run-time name: org/apache/cxf/ws/security/policy/model/AsymmetricBinding.getRecipientToken:()Lorg/apache/cxf/ws/security/policy/model/RecipientToken;]
AsymmetricBinding.normalize ( ) : org.apache.neethi.PolicyComponent
[run-time name: org/apache/cxf/ws/security/policy/model/AsymmetricBinding.normalize:()Lorg/apache/neethi/PolicyComponent;]
AsymmetricBinding.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/AsymmetricBinding.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
AsymmetricBinding.setInitiatorEncryptionToken ( InitiatorEncryptionToken initiatorEncryptionToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/AsymmetricBinding.setInitiatorEncryptionToken:(Lorg/apache/cxf/ws/security/policy/model/InitiatorEncryptionToken;)V]
AsymmetricBinding.setInitiatorSignatureToken ( InitiatorSignatureToken initiatorSignatureToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/AsymmetricBinding.setInitiatorSignatureToken:(Lorg/apache/cxf/ws/security/policy/model/InitiatorSignatureToken;)V]
AsymmetricBinding.setInitiatorToken ( InitiatorToken initiatorToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/AsymmetricBinding.setInitiatorToken:(Lorg/apache/cxf/ws/security/policy/model/InitiatorToken;)V]
AsymmetricBinding.setRecipientEncryptionToken ( RecipientEncryptionToken recipientEncryptionToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/AsymmetricBinding.setRecipientEncryptionToken:(Lorg/apache/cxf/ws/security/policy/model/RecipientEncryptionToken;)V]
AsymmetricBinding.setRecipientSignatureToken ( RecipientSignatureToken recipientSignatureToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/AsymmetricBinding.setRecipientSignatureToken:(Lorg/apache/cxf/ws/security/policy/model/RecipientSignatureToken;)V]
AsymmetricBinding.setRecipientToken ( RecipientToken recipientToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/AsymmetricBinding.setRecipientToken:(Lorg/apache/cxf/ws/security/policy/model/RecipientToken;)V]
openejb-cxf-bundle-2.5.2.jar, AsymmetricBindingBuilder.class
package org.apache.cxf.ws.security.policy.builders
AsymmetricBindingBuilder.AsymmetricBindingBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/builders/AsymmetricBindingBuilder."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
AsymmetricBindingBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/AsymmetricBindingBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
AsymmetricBindingBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/AsymmetricBindingBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
AsymmetricBindingBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/AsymmetricBindingBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
openejb-cxf-bundle-2.5.2.jar, AsymmetricBindingHandler.class
package org.apache.cxf.ws.security.wss4j.policyhandlers
AsymmetricBindingHandler.AsymmetricBindingHandler ( org.apache.ws.security.WSSConfig config, org.apache.cxf.ws.security.policy.model.AsymmetricBinding binding, javax.xml.soap.SOAPMessage saaj, org.apache.ws.security.message.WSSecHeader secHeader, org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.binding.soap.SoapMessage message )
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AsymmetricBindingHandler."<init>":(Lorg/apache/ws/security/WSSConfig;Lorg/apache/cxf/ws/security/policy/model/AsymmetricBinding;Ljavax/xml/soap/SOAPMessage;Lorg/apache/ws/security/message/WSSecHeader;Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/cxf/binding/soap/SoapMessage;)V]
AsymmetricBindingHandler.getRequestEncryptedKeyId ( java.util.List results ) [static] : String
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AsymmetricBindingHandler.getRequestEncryptedKeyId:(Ljava/util/List;)Ljava/lang/String;]
AsymmetricBindingHandler.getRequestEncryptedKeyValue ( java.util.List results ) [static] : byte[ ]
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AsymmetricBindingHandler.getRequestEncryptedKeyValue:(Ljava/util/List;)[B]
AsymmetricBindingHandler.handleBinding ( ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/AsymmetricBindingHandler.handleBinding:()V]
openejb-cxf-bundle-2.5.2.jar, AsymmetricBindingPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
AsymmetricBindingPolicyValidator.AsymmetricBindingPolicyValidator ( )
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AsymmetricBindingPolicyValidator."<init>":()V]
AsymmetricBindingPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, org.w3c.dom.Element soapBody, java.util.List results, java.util.List signedResults, java.util.List encryptedResults ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/AsymmetricBindingPolicyValidator.validatePolicy:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/cxf/message/Message;Lorg/w3c/dom/Element;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Z]
openejb-cxf-bundle-2.5.2.jar, AtLeastOnce.class
package org.apache.cxf.ws.rm.manager
DeliveryAssuranceType.AtLeastOnce.DeliveryAssuranceType.AtLeastOnce ( )
[run-time name: org/apache/cxf/ws/rm/manager/DeliveryAssuranceType.AtLeastOnce."<init>":()V]
package org.apache.cxf.ws.rmp.v200702
AtLeastOnce.AtLeastOnce ( )
[run-time name: org/apache/cxf/ws/rmp/v200702/AtLeastOnce."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, AtMostOnce.class
package org.apache.cxf.ws.rm.manager
DeliveryAssuranceType.AtMostOnce.DeliveryAssuranceType.AtMostOnce ( )
[run-time name: org/apache/cxf/ws/rm/manager/DeliveryAssuranceType.AtMostOnce."<init>":()V]
package org.apache.cxf.ws.rmp.v200702
AtMostOnce.AtMostOnce ( )
[run-time name: org/apache/cxf/ws/rmp/v200702/AtMostOnce."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, AtomElementReader.class
package org.apache.cxf.jaxrs.ext.atom
AtomElementReader.readFrom ( org.apache.abdera.model.Element p1 ) [abstract] : Object
[run-time name: org/apache/cxf/jaxrs/ext/atom/AtomElementReader.readFrom:(Lorg/apache/abdera/model/Element;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, AtomElementWriter.class
package org.apache.cxf.jaxrs.ext.atom
AtomElementWriter.writeTo ( org.apache.abdera.model.Element p1, Object p2 ) [abstract] : void
[run-time name: org/apache/cxf/jaxrs/ext/atom/AtomElementWriter.writeTo:(Lorg/apache/abdera/model/Element;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, AtomEntryProvider.class
package org.apache.cxf.jaxrs.provider
AtomEntryProvider.AtomEntryProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/AtomEntryProvider."<init>":()V]
AtomEntryProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/AtomEntryProvider.isReadable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
AtomEntryProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/AtomEntryProvider.isWriteable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
openejb-cxf-bundle-2.5.2.jar, AtomFeedProvider.class
package org.apache.cxf.jaxrs.provider
AtomFeedProvider.AtomFeedProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/AtomFeedProvider."<init>":()V]
AtomFeedProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/AtomFeedProvider.isReadable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
AtomFeedProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/AtomFeedProvider.isWriteable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
openejb-cxf-bundle-2.5.2.jar, AtomPojoProvider.class
package org.apache.cxf.jaxrs.provider
AtomPojoProvider.AtomPojoProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/AtomPojoProvider."<init>":()V]
AtomPojoProvider.buildEntry ( org.apache.abdera.model.Entry entry, Object o ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/AtomPojoProvider.buildEntry:(Lorg/apache/abdera/model/Entry;Ljava/lang/Object;)Z]
AtomPojoProvider.buildFeed ( org.apache.abdera.model.Feed feed, Object o ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/AtomPojoProvider.buildFeed:(Lorg/apache/abdera/model/Feed;Ljava/lang/Object;)Z]
AtomPojoProvider.createEntryContent ( org.apache.abdera.model.Entry e, Object o, Class cls ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AtomPojoProvider.createEntryContent:(Lorg/apache/abdera/model/Entry;Ljava/lang/Object;Ljava/lang/Class;)V]
AtomPojoProvider.createEntryFromObject ( Object o, Class cls ) : org.apache.abdera.model.Entry
[run-time name: org/apache/cxf/jaxrs/provider/AtomPojoProvider.createEntryFromObject:(Ljava/lang/Object;Ljava/lang/Class;)Lorg/apache/abdera/model/Entry;]
AtomPojoProvider.createFeedFromCollectionWrapper ( Object o ) : org.apache.abdera.model.Feed
[run-time name: org/apache/cxf/jaxrs/provider/AtomPojoProvider.createFeedFromCollectionWrapper:(Ljava/lang/Object;)Lorg/apache/abdera/model/Feed;]
AtomPojoProvider.getSize ( Object t, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : long
[run-time name: org/apache/cxf/jaxrs/provider/AtomPojoProvider.getSize:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J]
AtomPojoProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mediaType ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/AtomPojoProvider.isReadable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
AtomPojoProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/AtomPojoProvider.isWriteable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
AtomPojoProvider.readFrom ( Class cls, reflect.Type type, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/AtomPojoProvider.readFrom:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Ljava/lang/Object;]
AtomPojoProvider.setAtomBuilders ( java.util.Map builders ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AtomPojoProvider.setAtomBuilders:(Ljava/util/Map;)V]
AtomPojoProvider.setAtomReaders ( java.util.Map readers ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AtomPojoProvider.setAtomReaders:(Ljava/util/Map;)V]
AtomPojoProvider.setAtomWriters ( java.util.Map writers ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AtomPojoProvider.setAtomWriters:(Ljava/util/Map;)V]
AtomPojoProvider.setCollectionGetters ( java.util.Map methods ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AtomPojoProvider.setCollectionGetters:(Ljava/util/Map;)V]
AtomPojoProvider.setCollectionSetters ( java.util.Map methods ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AtomPojoProvider.setCollectionSetters:(Ljava/util/Map;)V]
AtomPojoProvider.setEntryProperties ( org.apache.abdera.factory.Factory factory, org.apache.abdera.model.Entry entry, Object o, Class cls ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AtomPojoProvider.setEntryProperties:(Lorg/apache/abdera/factory/Factory;Lorg/apache/abdera/model/Entry;Ljava/lang/Object;Ljava/lang/Class;)V]
AtomPojoProvider.setFeedFromCollection ( org.apache.abdera.factory.Factory factory, org.apache.abdera.model.Feed feed, Object wrapper, Object collection, Class collectionCls, reflect.Type collectionType, boolean writerUsed ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AtomPojoProvider.setFeedFromCollection:(Lorg/apache/abdera/factory/Factory;Lorg/apache/abdera/model/Feed;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;Z)V]
AtomPojoProvider.setFeedProperties ( org.apache.abdera.factory.Factory factory, org.apache.abdera.model.Feed feed, Object wrapper, Object collection, Class collectionCls, reflect.Type collectionType ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AtomPojoProvider.setFeedProperties:(Lorg/apache/abdera/factory/Factory;Lorg/apache/abdera/model/Feed;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;)V]
AtomPojoProvider.setFormattedOutput ( boolean formattedOutput ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AtomPojoProvider.setFormattedOutput:(Z)V]
AtomPojoProvider.setMessageContext ( org.apache.cxf.jaxrs.ext.MessageContext context ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AtomPojoProvider.setMessageContext:(Lorg/apache/cxf/jaxrs/ext/MessageContext;)V]
AtomPojoProvider.tryInjectMessageContext ( Object handler ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AtomPojoProvider.tryInjectMessageContext:(Ljava/lang/Object;)V]
AtomPojoProvider.writeTo ( Object o, Class clazz, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AtomPojoProvider.writeTo:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, Attachment.class
package org.apache.cxf.jaxrs.ext.multipart
Attachment.Attachment ( java.io.InputStream is, javax.ws.rs.core.MultivaluedMap headers )
[run-time name: org/apache/cxf/jaxrs/ext/multipart/Attachment."<init>":(Ljava/io/InputStream;Ljavax/ws/rs/core/MultivaluedMap;)V]
Attachment.Attachment ( org.apache.cxf.message.Attachment a, javax.ws.rs.ext.Providers providers )
[run-time name: org/apache/cxf/jaxrs/ext/multipart/Attachment."<init>":(Lorg/apache/cxf/message/Attachment;Ljavax/ws/rs/ext/Providers;)V]
Attachment.Attachment ( String id, java.io.InputStream is, ContentDisposition cd )
[run-time name: org/apache/cxf/jaxrs/ext/multipart/Attachment."<init>":(Ljava/lang/String;Ljava/io/InputStream;Lorg/apache/cxf/jaxrs/ext/multipart/ContentDisposition;)V]
Attachment.Attachment ( String id, javax.activation.DataHandler dh, javax.ws.rs.core.MultivaluedMap headers )
[run-time name: org/apache/cxf/jaxrs/ext/multipart/Attachment."<init>":(Ljava/lang/String;Ljavax/activation/DataHandler;Ljavax/ws/rs/core/MultivaluedMap;)V]
Attachment.Attachment ( String id, javax.activation.DataSource ds, javax.ws.rs.core.MultivaluedMap headers )
[run-time name: org/apache/cxf/jaxrs/ext/multipart/Attachment."<init>":(Ljava/lang/String;Ljavax/activation/DataSource;Ljavax/ws/rs/core/MultivaluedMap;)V]
Attachment.Attachment ( String id, String mediaType, Object object )
[run-time name: org/apache/cxf/jaxrs/ext/multipart/Attachment."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V]
Attachment.equals ( Object o ) : boolean
[run-time name: org/apache/cxf/jaxrs/ext/multipart/Attachment.equals:(Ljava/lang/Object;)Z]
Attachment.getContentDisposition ( ) : ContentDisposition
[run-time name: org/apache/cxf/jaxrs/ext/multipart/Attachment.getContentDisposition:()Lorg/apache/cxf/jaxrs/ext/multipart/ContentDisposition;]
Attachment.getContentId ( ) : String
[run-time name: org/apache/cxf/jaxrs/ext/multipart/Attachment.getContentId:()Ljava/lang/String;]
Attachment.getContentType ( ) : javax.ws.rs.core.MediaType
[run-time name: org/apache/cxf/jaxrs/ext/multipart/Attachment.getContentType:()Ljavax/ws/rs/core/MediaType;]
Attachment.getDataHandler ( ) : javax.activation.DataHandler
[run-time name: org/apache/cxf/jaxrs/ext/multipart/Attachment.getDataHandler:()Ljavax/activation/DataHandler;]
Attachment.getHeader ( String name ) : String
[run-time name: org/apache/cxf/jaxrs/ext/multipart/Attachment.getHeader:(Ljava/lang/String;)Ljava/lang/String;]
Attachment.getHeaderAsList ( String name ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/ext/multipart/Attachment.getHeaderAsList:(Ljava/lang/String;)Ljava/util/List;]
Attachment.getHeaders ( ) : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/cxf/jaxrs/ext/multipart/Attachment.getHeaders:()Ljavax/ws/rs/core/MultivaluedMap;]
Attachment.getObject ( ) : Object
[run-time name: org/apache/cxf/jaxrs/ext/multipart/Attachment.getObject:()Ljava/lang/Object;]
Attachment.getObject ( Class cls ) : Object
[run-time name: org/apache/cxf/jaxrs/ext/multipart/Attachment.getObject:(Ljava/lang/Class;)Ljava/lang/Object;]
Attachment.hashCode ( ) : int
[run-time name: org/apache/cxf/jaxrs/ext/multipart/Attachment.hashCode:()I]
package org.apache.cxf.message
Attachment.getDataHandler ( ) [abstract] : javax.activation.DataHandler
[run-time name: org/apache/cxf/message/Attachment.getDataHandler:()Ljavax/activation/DataHandler;]
Attachment.getHeader ( String p1 ) [abstract] : String
[run-time name: org/apache/cxf/message/Attachment.getHeader:(Ljava/lang/String;)Ljava/lang/String;]
Attachment.getHeaderNames ( ) [abstract] : java.util.Iterator
[run-time name: org/apache/cxf/message/Attachment.getHeaderNames:()Ljava/util/Iterator;]
Attachment.getId ( ) [abstract] : String
[run-time name: org/apache/cxf/message/Attachment.getId:()Ljava/lang/String;]
Attachment.isXOP ( ) [abstract] : boolean
[run-time name: org/apache/cxf/message/Attachment.isXOP:()Z]
openejb-cxf-bundle-2.5.2.jar, AttachmentBuilder.class
package org.apache.cxf.jaxrs.ext.multipart
AttachmentBuilder.AttachmentBuilder ( )
[run-time name: org/apache/cxf/jaxrs/ext/multipart/AttachmentBuilder."<init>":()V]
AttachmentBuilder.build ( ) : Attachment
[run-time name: org/apache/cxf/jaxrs/ext/multipart/AttachmentBuilder.build:()Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;]
AttachmentBuilder.contentDisposition ( ContentDisposition newContentDisposition ) : AttachmentBuilder
[run-time name: org/apache/cxf/jaxrs/ext/multipart/AttachmentBuilder.contentDisposition:(Lorg/apache/cxf/jaxrs/ext/multipart/ContentDisposition;)Lorg/apache/cxf/jaxrs/ext/multipart/AttachmentBuilder;]
AttachmentBuilder.dataHandler ( javax.activation.DataHandler newDataHandler ) : AttachmentBuilder
[run-time name: org/apache/cxf/jaxrs/ext/multipart/AttachmentBuilder.dataHandler:(Ljavax/activation/DataHandler;)Lorg/apache/cxf/jaxrs/ext/multipart/AttachmentBuilder;]
AttachmentBuilder.header ( String key, String value ) : AttachmentBuilder
[run-time name: org/apache/cxf/jaxrs/ext/multipart/AttachmentBuilder.header:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cxf/jaxrs/ext/multipart/AttachmentBuilder;]
AttachmentBuilder.headers ( javax.ws.rs.core.MultivaluedMap allHeaders ) : AttachmentBuilder
[run-time name: org/apache/cxf/jaxrs/ext/multipart/AttachmentBuilder.headers:(Ljavax/ws/rs/core/MultivaluedMap;)Lorg/apache/cxf/jaxrs/ext/multipart/AttachmentBuilder;]
AttachmentBuilder.id ( String id ) : AttachmentBuilder
[run-time name: org/apache/cxf/jaxrs/ext/multipart/AttachmentBuilder.id:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/ext/multipart/AttachmentBuilder;]
AttachmentBuilder.mediaType ( String mediaType ) : AttachmentBuilder
[run-time name: org/apache/cxf/jaxrs/ext/multipart/AttachmentBuilder.mediaType:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/ext/multipart/AttachmentBuilder;]
AttachmentBuilder.object ( Object theObject ) : AttachmentBuilder
[run-time name: org/apache/cxf/jaxrs/ext/multipart/AttachmentBuilder.object:(Ljava/lang/Object;)Lorg/apache/cxf/jaxrs/ext/multipart/AttachmentBuilder;]
openejb-cxf-bundle-2.5.2.jar, AttachmentDataSource.class
package org.apache.cxf.attachment
AttachmentDataSource.AttachmentDataSource ( String ctParam, java.io.InputStream inParam )
[run-time name: org/apache/cxf/attachment/AttachmentDataSource."<init>":(Ljava/lang/String;Ljava/io/InputStream;)V]
AttachmentDataSource.cache ( ) : void
[run-time name: org/apache/cxf/attachment/AttachmentDataSource.cache:()V]
AttachmentDataSource.getContentType ( ) : String
[run-time name: org/apache/cxf/attachment/AttachmentDataSource.getContentType:()Ljava/lang/String;]
AttachmentDataSource.getInputStream ( ) : java.io.InputStream
[run-time name: org/apache/cxf/attachment/AttachmentDataSource.getInputStream:()Ljava/io/InputStream;]
AttachmentDataSource.getName ( ) : String
[run-time name: org/apache/cxf/attachment/AttachmentDataSource.getName:()Ljava/lang/String;]
AttachmentDataSource.getOutputStream ( ) : java.io.OutputStream
[run-time name: org/apache/cxf/attachment/AttachmentDataSource.getOutputStream:()Ljava/io/OutputStream;]
AttachmentDataSource.hold ( ) : void
[run-time name: org/apache/cxf/attachment/AttachmentDataSource.hold:()V]
AttachmentDataSource.isCached ( ) : boolean
[run-time name: org/apache/cxf/attachment/AttachmentDataSource.isCached:()Z]
AttachmentDataSource.release ( ) : void
[run-time name: org/apache/cxf/attachment/AttachmentDataSource.release:()V]
openejb-cxf-bundle-2.5.2.jar, AttachmentDeserializer.class
package org.apache.cxf.attachment
AttachmentDeserializer.AttachmentDeserializer ( org.apache.cxf.message.Message message )
[run-time name: org/apache/cxf/attachment/AttachmentDeserializer."<init>":(Lorg/apache/cxf/message/Message;)V]
AttachmentDeserializer.AttachmentDeserializer ( org.apache.cxf.message.Message message, java.util.List supportedTypes )
[run-time name: org/apache/cxf/attachment/AttachmentDeserializer."<init>":(Lorg/apache/cxf/message/Message;Ljava/util/List;)V]
AttachmentDeserializer.hasNext ( ) : boolean
[run-time name: org/apache/cxf/attachment/AttachmentDeserializer.hasNext:()Z]
AttachmentDeserializer.initializeAttachments ( ) : void
[run-time name: org/apache/cxf/attachment/AttachmentDeserializer.initializeAttachments:()V]
AttachmentDeserializer.initializeRootMessage ( ) : void
[run-time name: org/apache/cxf/attachment/AttachmentDeserializer.initializeRootMessage:()V]
AttachmentDeserializer.isLazyLoading ( ) : boolean
[run-time name: org/apache/cxf/attachment/AttachmentDeserializer.isLazyLoading:()Z]
AttachmentDeserializer.markClosed ( DelegatingInputStream delegatingInputStream ) : void
[run-time name: org/apache/cxf/attachment/AttachmentDeserializer.markClosed:(Lorg/apache/cxf/attachment/DelegatingInputStream;)V]
AttachmentDeserializer.readNext ( ) : AttachmentImpl
[run-time name: org/apache/cxf/attachment/AttachmentDeserializer.readNext:()Lorg/apache/cxf/attachment/AttachmentImpl;]
AttachmentDeserializer.setLazyLoading ( boolean lazyLoading ) : void
[run-time name: org/apache/cxf/attachment/AttachmentDeserializer.setLazyLoading:(Z)V]
openejb-cxf-bundle-2.5.2.jar, AttachmentImpl.class
package org.apache.cxf.attachment
AttachmentImpl.AttachmentImpl ( String idParam )
[run-time name: org/apache/cxf/attachment/AttachmentImpl."<init>":(Ljava/lang/String;)V]
AttachmentImpl.AttachmentImpl ( String idParam, javax.activation.DataHandler handlerParam )
[run-time name: org/apache/cxf/attachment/AttachmentImpl."<init>":(Ljava/lang/String;Ljavax/activation/DataHandler;)V]
AttachmentImpl.getDataHandler ( ) : javax.activation.DataHandler
[run-time name: org/apache/cxf/attachment/AttachmentImpl.getDataHandler:()Ljavax/activation/DataHandler;]
AttachmentImpl.getHeader ( String name ) : String
[run-time name: org/apache/cxf/attachment/AttachmentImpl.getHeader:(Ljava/lang/String;)Ljava/lang/String;]
AttachmentImpl.getHeaderNames ( ) : java.util.Iterator
[run-time name: org/apache/cxf/attachment/AttachmentImpl.getHeaderNames:()Ljava/util/Iterator;]
AttachmentImpl.getId ( ) : String
[run-time name: org/apache/cxf/attachment/AttachmentImpl.getId:()Ljava/lang/String;]
AttachmentImpl.isXOP ( ) : boolean
[run-time name: org/apache/cxf/attachment/AttachmentImpl.isXOP:()Z]
AttachmentImpl.setDataHandler ( javax.activation.DataHandler dataHandler ) : void
[run-time name: org/apache/cxf/attachment/AttachmentImpl.setDataHandler:(Ljavax/activation/DataHandler;)V]
AttachmentImpl.setHeader ( String name, String value ) : void
[run-time name: org/apache/cxf/attachment/AttachmentImpl.setHeader:(Ljava/lang/String;Ljava/lang/String;)V]
AttachmentImpl.setXOP ( boolean xopParam ) : void
[run-time name: org/apache/cxf/attachment/AttachmentImpl.setXOP:(Z)V]
openejb-cxf-bundle-2.5.2.jar, AttachmentInInterceptor.class
package org.apache.cxf.interceptor
AttachmentInInterceptor.AttachmentInInterceptor ( )
[run-time name: org/apache/cxf/interceptor/AttachmentInInterceptor."<init>":()V]
AttachmentInInterceptor.getSupportedTypes ( ) : java.util.List
[run-time name: org/apache/cxf/interceptor/AttachmentInInterceptor.getSupportedTypes:()Ljava/util/List;]
AttachmentInInterceptor.handleFault ( org.apache.cxf.message.Message messageParam ) : void
[run-time name: org/apache/cxf/interceptor/AttachmentInInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
AttachmentInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/AttachmentInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, AttachmentInputInterceptor.class
package org.apache.cxf.jaxrs.interceptor
AttachmentInputInterceptor.AttachmentInputInterceptor ( )
[run-time name: org/apache/cxf/jaxrs/interceptor/AttachmentInputInterceptor."<init>":()V]
AttachmentInputInterceptor.getSupportedTypes ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/interceptor/AttachmentInputInterceptor.getSupportedTypes:()Ljava/util/List;]
AttachmentInputInterceptor.setSupportedTypes ( java.util.List sTypes ) : void
[run-time name: org/apache/cxf/jaxrs/interceptor/AttachmentInputInterceptor.setSupportedTypes:(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, AttachmentOutEndingInterceptor.class
package org.apache.cxf.interceptor
AttachmentOutInterceptor.AttachmentOutEndingInterceptor.AttachmentOutInterceptor.AttachmentOutEndingInterceptor ( AttachmentOutInterceptor p1 )
[run-time name: org/apache/cxf/interceptor/AttachmentOutInterceptor.AttachmentOutEndingInterceptor."<init>":(Lorg/apache/cxf/interceptor/AttachmentOutInterceptor;)V]
AttachmentOutInterceptor.AttachmentOutEndingInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/AttachmentOutInterceptor.AttachmentOutEndingInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, AttachmentOutInterceptor.class
package org.apache.cxf.interceptor
AttachmentOutInterceptor.AttachmentOutInterceptor ( )
[run-time name: org/apache/cxf/interceptor/AttachmentOutInterceptor."<init>":()V]
AttachmentOutInterceptor.getMultipartType ( ) : String
[run-time name: org/apache/cxf/interceptor/AttachmentOutInterceptor.getMultipartType:()Ljava/lang/String;]
AttachmentOutInterceptor.getRootHeaders ( ) : java.util.Map
[run-time name: org/apache/cxf/interceptor/AttachmentOutInterceptor.getRootHeaders:()Ljava/util/Map;]
AttachmentOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/AttachmentOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, AttachmentOutputInterceptor.class
package org.apache.cxf.jaxrs.interceptor
AttachmentOutputInterceptor.AttachmentOutputInterceptor ( String multipartType, java.util.Map headers )
[run-time name: org/apache/cxf/jaxrs/interceptor/AttachmentOutputInterceptor."<init>":(Ljava/lang/String;Ljava/util/Map;)V]
AttachmentOutputInterceptor.getMultipartType ( ) : String
[run-time name: org/apache/cxf/jaxrs/interceptor/AttachmentOutputInterceptor.getMultipartType:()Ljava/lang/String;]
AttachmentOutputInterceptor.getRootHeaders ( ) : java.util.Map
[run-time name: org/apache/cxf/jaxrs/interceptor/AttachmentOutputInterceptor.getRootHeaders:()Ljava/util/Map;]
openejb-cxf-bundle-2.5.2.jar, AttachmentSerializer.class
package org.apache.cxf.attachment
AttachmentSerializer.AttachmentSerializer ( org.apache.cxf.message.Message messageParam )
[run-time name: org/apache/cxf/attachment/AttachmentSerializer."<init>":(Lorg/apache/cxf/message/Message;)V]
AttachmentSerializer.AttachmentSerializer ( org.apache.cxf.message.Message messageParam, String multipartType, java.util.Map headers )
[run-time name: org/apache/cxf/attachment/AttachmentSerializer."<init>":(Lorg/apache/cxf/message/Message;Ljava/lang/String;Ljava/util/Map;)V]
AttachmentSerializer.isXop ( ) : boolean
[run-time name: org/apache/cxf/attachment/AttachmentSerializer.isXop:()Z]
AttachmentSerializer.setXop ( boolean xop ) : void
[run-time name: org/apache/cxf/attachment/AttachmentSerializer.setXop:(Z)V]
AttachmentSerializer.writeAttachments ( ) : void
[run-time name: org/apache/cxf/attachment/AttachmentSerializer.writeAttachments:()V]
AttachmentSerializer.writeProlog ( ) : void
[run-time name: org/apache/cxf/attachment/AttachmentSerializer.writeProlog:()V]
openejb-cxf-bundle-2.5.2.jar, AttachmentUtil.class
package org.apache.cxf.aegis.type.mtom
AttachmentUtil.createContentID ( String ns ) [static] : String
[run-time name: org/apache/cxf/aegis/type/mtom/AttachmentUtil.createContentID:(Ljava/lang/String;)Ljava/lang/String;]
AttachmentUtil.getAttachment ( String id, java.util.Collection attachments ) [static] : org.apache.cxf.message.Attachment
[run-time name: org/apache/cxf/aegis/type/mtom/AttachmentUtil.getAttachment:(Ljava/lang/String;Ljava/util/Collection;)Lorg/apache/cxf/message/Attachment;]
package org.apache.cxf.attachment
AttachmentUtil.createAttachment ( java.io.InputStream stream, javax.mail.internet.InternetHeaders headers ) [static] : org.apache.cxf.message.Attachment
[run-time name: org/apache/cxf/attachment/AttachmentUtil.createAttachment:(Ljava/io/InputStream;Ljavax/mail/internet/InternetHeaders;)Lorg/apache/cxf/message/Attachment;]
AttachmentUtil.createContentID ( String ns ) [static] : String
[run-time name: org/apache/cxf/attachment/AttachmentUtil.createContentID:(Ljava/lang/String;)Ljava/lang/String;]
AttachmentUtil.createMtomAttachment ( boolean isXop, String mimeType, String elementNS, byte[ ] data, int offset, int length, int threshold ) [static] : org.apache.cxf.message.Attachment
[run-time name: org/apache/cxf/attachment/AttachmentUtil.createMtomAttachment:(ZLjava/lang/String;Ljava/lang/String;[BIII)Lorg/apache/cxf/message/Attachment;]
AttachmentUtil.createMtomAttachmentFromDH ( boolean isXop, javax.activation.DataHandler handler, String elementNS, int threshold ) [static] : org.apache.cxf.message.Attachment
[run-time name: org/apache/cxf/attachment/AttachmentUtil.createMtomAttachmentFromDH:(ZLjavax/activation/DataHandler;Ljava/lang/String;I)Lorg/apache/cxf/message/Attachment;]
AttachmentUtil.getAttachmentDataSource ( String contentId, java.util.Collection atts ) [static] : javax.activation.DataSource
[run-time name: org/apache/cxf/attachment/AttachmentUtil.getAttachmentDataSource:(Ljava/lang/String;Ljava/util/Collection;)Ljavax/activation/DataSource;]
AttachmentUtil.getAttachmentPartHeader ( org.apache.cxf.message.Attachment att ) [static] : String
[run-time name: org/apache/cxf/attachment/AttachmentUtil.getAttachmentPartHeader:(Lorg/apache/cxf/message/Attachment;)Ljava/lang/String;]
AttachmentUtil.getCommandMap ( ) [static] : javax.activation.CommandMap
[run-time name: org/apache/cxf/attachment/AttachmentUtil.getCommandMap:()Ljavax/activation/CommandMap;]
AttachmentUtil.getDHMap ( java.util.Collection attachments ) [static] : java.util.Map
[run-time name: org/apache/cxf/attachment/AttachmentUtil.getDHMap:(Ljava/util/Collection;)Ljava/util/Map;]
AttachmentUtil.getUniqueBoundaryValue ( ) [static] : String
[run-time name: org/apache/cxf/attachment/AttachmentUtil.getUniqueBoundaryValue:()Ljava/lang/String;]
AttachmentUtil.isTypeSupported ( String contentType, java.util.List types ) [static] : boolean
[run-time name: org/apache/cxf/attachment/AttachmentUtil.isTypeSupported:(Ljava/lang/String;Ljava/util/List;)Z]
openejb-cxf-bundle-2.5.2.jar, AttachmentUtils.class
package org.apache.cxf.jaxrs.utils.multipart
AttachmentUtils.getAttachments ( org.apache.cxf.jaxrs.ext.MessageContext mc ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxrs/utils/multipart/AttachmentUtils.getAttachments:(Lorg/apache/cxf/jaxrs/ext/MessageContext;)Ljava/util/List;]
AttachmentUtils.getAttachments ( org.apache.cxf.jaxrs.ext.MessageContext mc, String attachmentDir, String attachmentThreshold, String attachmentMaxSize ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxrs/utils/multipart/AttachmentUtils.getAttachments:(Lorg/apache/cxf/jaxrs/ext/MessageContext;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;]
AttachmentUtils.getAttachmentsMap ( org.apache.cxf.jaxrs.ext.MessageContext mc ) [static] : java.util.Map
[run-time name: org/apache/cxf/jaxrs/utils/multipart/AttachmentUtils.getAttachmentsMap:(Lorg/apache/cxf/jaxrs/ext/MessageContext;)Ljava/util/Map;]
AttachmentUtils.getChildAttachments ( org.apache.cxf.jaxrs.ext.MessageContext mc ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxrs/utils/multipart/AttachmentUtils.getChildAttachments:(Lorg/apache/cxf/jaxrs/ext/MessageContext;)Ljava/util/List;]
AttachmentUtils.getChildAttachmentsMap ( org.apache.cxf.jaxrs.ext.MessageContext mc ) [static] : java.util.Map
[run-time name: org/apache/cxf/jaxrs/utils/multipart/AttachmentUtils.getChildAttachmentsMap:(Lorg/apache/cxf/jaxrs/ext/MessageContext;)Ljava/util/Map;]
AttachmentUtils.getMultipart ( Class c, org.apache.cxf.jaxrs.ext.multipart.Multipart id, javax.ws.rs.core.MediaType mt, java.util.List infos ) [static] : org.apache.cxf.jaxrs.ext.multipart.Attachment
[run-time name: org/apache/cxf/jaxrs/utils/multipart/AttachmentUtils.getMultipart:(Ljava/lang/Class;Lorg/apache/cxf/jaxrs/ext/multipart/Multipart;Ljavax/ws/rs/core/MediaType;Ljava/util/List;)Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;]
AttachmentUtils.getMultipartBody ( org.apache.cxf.jaxrs.ext.MessageContext mc ) [static] : org.apache.cxf.jaxrs.ext.multipart.MultipartBody
[run-time name: org/apache/cxf/jaxrs/utils/multipart/AttachmentUtils.getMultipartBody:(Lorg/apache/cxf/jaxrs/ext/MessageContext;)Lorg/apache/cxf/jaxrs/ext/multipart/MultipartBody;]
AttachmentUtils.getMultipartBody ( org.apache.cxf.jaxrs.ext.MessageContext mc, String attachmentDir, String attachmentThreshold, String attachmentMaxSize ) [static] : org.apache.cxf.jaxrs.ext.multipart.MultipartBody
[run-time name: org/apache/cxf/jaxrs/utils/multipart/AttachmentUtils.getMultipartBody:(Lorg/apache/cxf/jaxrs/ext/MessageContext;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cxf/jaxrs/ext/multipart/MultipartBody;]
AttachmentUtils.populateFormMap ( org.apache.cxf.jaxrs.ext.MessageContext mc ) [static] : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/cxf/jaxrs/utils/multipart/AttachmentUtils.populateFormMap:(Lorg/apache/cxf/jaxrs/ext/MessageContext;)Ljavax/ws/rs/core/MultivaluedMap;]
AttachmentUtils.populateFormMap ( org.apache.cxf.jaxrs.ext.MessageContext mc, Class cls, boolean errorIfMissing ) [static] : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/cxf/jaxrs/utils/multipart/AttachmentUtils.populateFormMap:(Lorg/apache/cxf/jaxrs/ext/MessageContext;Ljava/lang/Class;Z)Ljavax/ws/rs/core/MultivaluedMap;]
openejb-cxf-bundle-2.5.2.jar, AttributedAnyType.class
package org.apache.cxf.ws.addressing
AttributedAnyType.AttributedAnyType ( )
[run-time name: org/apache/cxf/ws/addressing/AttributedAnyType."<init>":()V]
AttributedAnyType.getAny ( ) : Object
[run-time name: org/apache/cxf/ws/addressing/AttributedAnyType.getAny:()Ljava/lang/Object;]
AttributedAnyType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/AttributedAnyType.getOtherAttributes:()Ljava/util/Map;]
AttributedAnyType.setAny ( Object value ) : void
[run-time name: org/apache/cxf/ws/addressing/AttributedAnyType.setAny:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, AttributedDateTime.class
package org.apache.cxf.ws.security.sts.provider.model.utility
AttributedDateTime.AttributedDateTime ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/AttributedDateTime."<init>":()V]
AttributedDateTime.getId ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/AttributedDateTime.getId:()Ljava/lang/String;]
AttributedDateTime.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/AttributedDateTime.getOtherAttributes:()Ljava/util/Map;]
AttributedDateTime.getValue ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/AttributedDateTime.getValue:()Ljava/lang/String;]
AttributedDateTime.setId ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/AttributedDateTime.setId:(Ljava/lang/String;)V]
AttributedDateTime.setValue ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/AttributedDateTime.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, AttributeDeferredAction.class
package org.apache.cxf.tools.corba.processors.idl
AttributeDeferredAction.AttributeDeferredAction ( org.apache.cxf.binding.corba.wsdl.ArgType arg )
[run-time name: org/apache/cxf/tools/corba/processors/idl/AttributeDeferredAction."<init>":(Lorg/apache/cxf/binding/corba/wsdl/ArgType;)V]
AttributeDeferredAction.AttributeDeferredAction ( org.apache.cxf.binding.corba.wsdl.ParamType paramType )
[run-time name: org/apache/cxf/tools/corba/processors/idl/AttributeDeferredAction."<init>":(Lorg/apache/cxf/binding/corba/wsdl/ParamType;)V]
AttributeDeferredAction.AttributeDeferredAction ( org.apache.cxf.binding.corba.wsdl.ParamType paramType, org.apache.cxf.binding.corba.wsdl.ArgType arg, org.apache.ws.commons.schema.XmlSchemaElement elem )
[run-time name: org/apache/cxf/tools/corba/processors/idl/AttributeDeferredAction."<init>":(Lorg/apache/cxf/binding/corba/wsdl/ParamType;Lorg/apache/cxf/binding/corba/wsdl/ArgType;Lorg/apache/ws/commons/schema/XmlSchemaElement;)V]
AttributeDeferredAction.AttributeDeferredAction ( org.apache.ws.commons.schema.XmlSchemaElement elem )
[run-time name: org/apache/cxf/tools/corba/processors/idl/AttributeDeferredAction."<init>":(Lorg/apache/ws/commons/schema/XmlSchemaElement;)V]
AttributeDeferredAction.execute ( org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/AttributeDeferredAction.execute:(Lorg/apache/ws/commons/schema/XmlSchemaType;Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;)V]
openejb-cxf-bundle-2.5.2.jar, AttributedQName.class
package org.apache.cxf.ws.addressing.v200403
AttributedQName.AttributedQName ( )
[run-time name: org/apache/cxf/ws/addressing/v200403/AttributedQName."<init>":()V]
AttributedQName.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/v200403/AttributedQName.getOtherAttributes:()Ljava/util/Map;]
AttributedQName.getValue ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/v200403/AttributedQName.getValue:()Ljavax/xml/namespace/QName;]
AttributedQName.setValue ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200403/AttributedQName.setValue:(Ljavax/xml/namespace/QName;)V]
package org.apache.cxf.ws.addressing.v200408
AttributedQName.AttributedQName ( )
[run-time name: org/apache/cxf/ws/addressing/v200408/AttributedQName."<init>":()V]
AttributedQName.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/v200408/AttributedQName.getOtherAttributes:()Ljava/util/Map;]
AttributedQName.getValue ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/v200408/AttributedQName.getValue:()Ljavax/xml/namespace/QName;]
AttributedQName.setValue ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200408/AttributedQName.setValue:(Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, AttributedQNameType.class
package org.apache.cxf.ws.addressing
AttributedQNameType.AttributedQNameType ( )
[run-time name: org/apache/cxf/ws/addressing/AttributedQNameType."<init>":()V]
AttributedQNameType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/AttributedQNameType.getOtherAttributes:()Ljava/util/Map;]
AttributedQNameType.getValue ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/AttributedQNameType.getValue:()Ljavax/xml/namespace/QName;]
AttributedQNameType.setValue ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/ws/addressing/AttributedQNameType.setValue:(Ljavax/xml/namespace/QName;)V]
package org.apache.cxf.ws.addressing.wsdl
AttributedQNameType.AttributedQNameType ( )
[run-time name: org/apache/cxf/ws/addressing/wsdl/AttributedQNameType."<init>":()V]
AttributedQNameType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/wsdl/AttributedQNameType.getOtherAttributes:()Ljava/util/Map;]
AttributedQNameType.getValue ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/wsdl/AttributedQNameType.getValue:()Ljavax/xml/namespace/QName;]
AttributedQNameType.setValue ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/ws/addressing/wsdl/AttributedQNameType.setValue:(Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, AttributedString.class
package org.apache.cxf.ws.security.sts.provider.model.secext
AttributedString.AttributedString ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/AttributedString."<init>":()V]
AttributedString.getId ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/AttributedString.getId:()Ljava/lang/String;]
AttributedString.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/AttributedString.getOtherAttributes:()Ljava/util/Map;]
AttributedString.getValue ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/AttributedString.getValue:()Ljava/lang/String;]
AttributedString.setId ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/AttributedString.setId:(Ljava/lang/String;)V]
AttributedString.setValue ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/AttributedString.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, AttributedUnsignedLongType.class
package org.apache.cxf.ws.addressing
AttributedUnsignedLongType.AttributedUnsignedLongType ( )
[run-time name: org/apache/cxf/ws/addressing/AttributedUnsignedLongType."<init>":()V]
AttributedUnsignedLongType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/AttributedUnsignedLongType.getOtherAttributes:()Ljava/util/Map;]
AttributedUnsignedLongType.getValue ( ) : java.math.BigInteger
[run-time name: org/apache/cxf/ws/addressing/AttributedUnsignedLongType.getValue:()Ljava/math/BigInteger;]
AttributedUnsignedLongType.setValue ( java.math.BigInteger value ) : void
[run-time name: org/apache/cxf/ws/addressing/AttributedUnsignedLongType.setValue:(Ljava/math/BigInteger;)V]
openejb-cxf-bundle-2.5.2.jar, AttributedURI.class
package org.apache.cxf.ws.addressing.v200403
AttributedURI.AttributedURI ( )
[run-time name: org/apache/cxf/ws/addressing/v200403/AttributedURI."<init>":()V]
AttributedURI.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/v200403/AttributedURI.getOtherAttributes:()Ljava/util/Map;]
AttributedURI.getValue ( ) : String
[run-time name: org/apache/cxf/ws/addressing/v200403/AttributedURI.getValue:()Ljava/lang/String;]
AttributedURI.setValue ( String value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200403/AttributedURI.setValue:(Ljava/lang/String;)V]
package org.apache.cxf.ws.addressing.v200408
AttributedURI.AttributedURI ( )
[run-time name: org/apache/cxf/ws/addressing/v200408/AttributedURI."<init>":()V]
AttributedURI.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/v200408/AttributedURI.getOtherAttributes:()Ljava/util/Map;]
AttributedURI.getValue ( ) : String
[run-time name: org/apache/cxf/ws/addressing/v200408/AttributedURI.getValue:()Ljava/lang/String;]
AttributedURI.setValue ( String value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200408/AttributedURI.setValue:(Ljava/lang/String;)V]
package org.apache.cxf.ws.security.sts.provider.model.utility
AttributedURI.AttributedURI ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/AttributedURI."<init>":()V]
AttributedURI.getId ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/AttributedURI.getId:()Ljava/lang/String;]
AttributedURI.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/AttributedURI.getOtherAttributes:()Ljava/util/Map;]
AttributedURI.getValue ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/AttributedURI.getValue:()Ljava/lang/String;]
AttributedURI.setId ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/AttributedURI.setId:(Ljava/lang/String;)V]
AttributedURI.setValue ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/AttributedURI.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, AttributedURIType.class
package org.apache.cxf.ws.addressing
AttributedURIType.AttributedURIType ( )
[run-time name: org/apache/cxf/ws/addressing/AttributedURIType."<init>":()V]
AttributedURIType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/AttributedURIType.getOtherAttributes:()Ljava/util/Map;]
AttributedURIType.getValue ( ) : String
[run-time name: org/apache/cxf/ws/addressing/AttributedURIType.getValue:()Ljava/lang/String;]
AttributedURIType.setValue ( String value ) : void
[run-time name: org/apache/cxf/ws/addressing/AttributedURIType.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, AttributeInfo.class
package org.apache.cxf.javascript
AttributeInfo.forGlobalAttribute ( org.apache.ws.commons.schema.XmlSchemaAttribute attribute, org.apache.ws.commons.schema.XmlSchema currentSchema, org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection, NamespacePrefixAccumulator prefixAccumulator ) [static] : AttributeInfo
[run-time name: org/apache/cxf/javascript/AttributeInfo.forGlobalAttribute:(Lorg/apache/ws/commons/schema/XmlSchemaAttribute;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/common/xmlschema/SchemaCollection;Lorg/apache/cxf/javascript/NamespacePrefixAccumulator;)Lorg/apache/cxf/javascript/AttributeInfo;]
AttributeInfo.forLocalItem ( org.apache.ws.commons.schema.XmlSchemaObject sequenceObject, org.apache.ws.commons.schema.XmlSchema currentSchema, org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection, NamespacePrefixAccumulator prefixAccumulator, javax.xml.namespace.QName contextName ) [static] : AttributeInfo
[run-time name: org/apache/cxf/javascript/AttributeInfo.forLocalItem:(Lorg/apache/ws/commons/schema/XmlSchemaObject;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/common/xmlschema/SchemaCollection;Lorg/apache/cxf/javascript/NamespacePrefixAccumulator;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/javascript/AttributeInfo;]
AttributeInfo.getAnnotated ( ) : org.apache.ws.commons.schema.XmlSchemaAnnotated
[run-time name: org/apache/cxf/javascript/AttributeInfo.getAnnotated:()Lorg/apache/ws/commons/schema/XmlSchemaAnnotated;]
AttributeInfo.getContainingType ( ) : org.apache.ws.commons.schema.XmlSchemaType
[run-time name: org/apache/cxf/javascript/AttributeInfo.getContainingType:()Lorg/apache/ws/commons/schema/XmlSchemaType;]
AttributeInfo.getDefaultValue ( ) : String
[run-time name: org/apache/cxf/javascript/AttributeInfo.getDefaultValue:()Ljava/lang/String;]
AttributeInfo.getFixedValue ( ) : String
[run-time name: org/apache/cxf/javascript/AttributeInfo.getFixedValue:()Ljava/lang/String;]
AttributeInfo.getJavascriptName ( ) : String
[run-time name: org/apache/cxf/javascript/AttributeInfo.getJavascriptName:()Ljava/lang/String;]
AttributeInfo.getType ( ) : org.apache.ws.commons.schema.XmlSchemaType
[run-time name: org/apache/cxf/javascript/AttributeInfo.getType:()Lorg/apache/ws/commons/schema/XmlSchemaType;]
AttributeInfo.getXmlName ( ) : String
[run-time name: org/apache/cxf/javascript/AttributeInfo.getXmlName:()Ljava/lang/String;]
AttributeInfo.isAny ( ) : boolean
[run-time name: org/apache/cxf/javascript/AttributeInfo.isAny:()Z]
AttributeInfo.isAnyType ( ) : boolean
[run-time name: org/apache/cxf/javascript/AttributeInfo.isAnyType:()Z]
AttributeInfo.isArray ( ) : boolean
[run-time name: org/apache/cxf/javascript/AttributeInfo.isArray:()Z]
AttributeInfo.isGlobal ( ) : boolean
[run-time name: org/apache/cxf/javascript/AttributeInfo.isGlobal:()Z]
AttributeInfo.isNillable ( ) : boolean
[run-time name: org/apache/cxf/javascript/AttributeInfo.isNillable:()Z]
AttributeInfo.isOptional ( ) : boolean
[run-time name: org/apache/cxf/javascript/AttributeInfo.isOptional:()Z]
AttributeInfo.setContainingType ( org.apache.ws.commons.schema.XmlSchemaType containingType ) : void
[run-time name: org/apache/cxf/javascript/AttributeInfo.setContainingType:(Lorg/apache/ws/commons/schema/XmlSchemaType;)V]
AttributeInfo.setDefaultValue ( String value ) : void
[run-time name: org/apache/cxf/javascript/AttributeInfo.setDefaultValue:(Ljava/lang/String;)V]
AttributeInfo.setFixedValue ( String fixedValue ) : void
[run-time name: org/apache/cxf/javascript/AttributeInfo.setFixedValue:(Ljava/lang/String;)V]
AttributeInfo.setJavascriptName ( String name ) : void
[run-time name: org/apache/cxf/javascript/AttributeInfo.setJavascriptName:(Ljava/lang/String;)V]
AttributeInfo.setType ( org.apache.ws.commons.schema.XmlSchemaType type ) : void
[run-time name: org/apache/cxf/javascript/AttributeInfo.setType:(Lorg/apache/ws/commons/schema/XmlSchemaType;)V]
AttributeInfo.setXmlName ( String elementXmlName ) : void
[run-time name: org/apache/cxf/javascript/AttributeInfo.setXmlName:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, AttributeReader.class
package org.apache.cxf.aegis.xml.stax
AttributeReader.AttributeReader ( javax.xml.namespace.QName name, String value )
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeReader."<init>":(Ljavax/xml/namespace/QName;Ljava/lang/String;)V]
AttributeReader.getAttributeReader ( javax.xml.namespace.QName qName ) : org.apache.cxf.aegis.xml.MessageReader
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeReader.getAttributeReader:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/aegis/xml/MessageReader;]
AttributeReader.getAttributeReader ( String n, String namespace ) : org.apache.cxf.aegis.xml.MessageReader
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeReader.getAttributeReader:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cxf/aegis/xml/MessageReader;]
AttributeReader.getLocalName ( ) : String
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeReader.getLocalName:()Ljava/lang/String;]
AttributeReader.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeReader.getName:()Ljavax/xml/namespace/QName;]
AttributeReader.getNamespace ( ) : String
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeReader.getNamespace:()Ljava/lang/String;]
AttributeReader.getNamespaceForPrefix ( String prefix ) : String
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeReader.getNamespaceForPrefix:(Ljava/lang/String;)Ljava/lang/String;]
AttributeReader.getNextAttributeReader ( ) : org.apache.cxf.aegis.xml.MessageReader
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeReader.getNextAttributeReader:()Lorg/apache/cxf/aegis/xml/MessageReader;]
AttributeReader.getNextElementReader ( ) : org.apache.cxf.aegis.xml.MessageReader
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeReader.getNextElementReader:()Lorg/apache/cxf/aegis/xml/MessageReader;]
AttributeReader.getValue ( ) : String
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeReader.getValue:()Ljava/lang/String;]
AttributeReader.hasMoreAttributeReaders ( ) : boolean
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeReader.hasMoreAttributeReaders:()Z]
AttributeReader.hasMoreElementReaders ( ) : boolean
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeReader.hasMoreElementReaders:()Z]
openejb-cxf-bundle-2.5.2.jar, AttributeVisitor.class
package org.apache.cxf.tools.corba.processors.idl
AttributeVisitor.accept ( antlr.collections.AST node ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/AttributeVisitor.accept:(Lantlr/collections/AST;)Z]
AttributeVisitor.AttributeVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor, javax.wsdl.PortType wsdlPortType, javax.wsdl.Binding wsdlBinding )
[run-time name: org/apache/cxf/tools/corba/processors/idl/AttributeVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;Ljavax/wsdl/PortType;Ljavax/wsdl/Binding;)V]
AttributeVisitor.visit ( antlr.collections.AST attributeNode ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/AttributeVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, AttributeWriter.class
package org.apache.cxf.aegis.xml.jdom
AttributeWriter.AttributeWriter ( org.jdom.Attribute att )
[run-time name: org/apache/cxf/aegis/xml/jdom/AttributeWriter."<init>":(Lorg/jdom/Attribute;)V]
AttributeWriter.close ( ) : void
[run-time name: org/apache/cxf/aegis/xml/jdom/AttributeWriter.close:()V]
AttributeWriter.getAttributeWriter ( javax.xml.namespace.QName qname ) : org.apache.cxf.aegis.xml.MessageWriter
[run-time name: org/apache/cxf/aegis/xml/jdom/AttributeWriter.getAttributeWriter:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
AttributeWriter.getAttributeWriter ( String name ) : org.apache.cxf.aegis.xml.MessageWriter
[run-time name: org/apache/cxf/aegis/xml/jdom/AttributeWriter.getAttributeWriter:(Ljava/lang/String;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
AttributeWriter.getAttributeWriter ( String name, String namespace ) : org.apache.cxf.aegis.xml.MessageWriter
[run-time name: org/apache/cxf/aegis/xml/jdom/AttributeWriter.getAttributeWriter:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
AttributeWriter.getElementWriter ( javax.xml.namespace.QName qname ) : org.apache.cxf.aegis.xml.MessageWriter
[run-time name: org/apache/cxf/aegis/xml/jdom/AttributeWriter.getElementWriter:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
AttributeWriter.getElementWriter ( String name ) : org.apache.cxf.aegis.xml.MessageWriter
[run-time name: org/apache/cxf/aegis/xml/jdom/AttributeWriter.getElementWriter:(Ljava/lang/String;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
AttributeWriter.getElementWriter ( String name, String namespace ) : org.apache.cxf.aegis.xml.MessageWriter
[run-time name: org/apache/cxf/aegis/xml/jdom/AttributeWriter.getElementWriter:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
AttributeWriter.getPrefixForNamespace ( String namespace ) : String
[run-time name: org/apache/cxf/aegis/xml/jdom/AttributeWriter.getPrefixForNamespace:(Ljava/lang/String;)Ljava/lang/String;]
AttributeWriter.getPrefixForNamespace ( String namespace, String hint ) : String
[run-time name: org/apache/cxf/aegis/xml/jdom/AttributeWriter.getPrefixForNamespace:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
AttributeWriter.writeValue ( Object value ) : void
[run-time name: org/apache/cxf/aegis/xml/jdom/AttributeWriter.writeValue:(Ljava/lang/Object;)V]
package org.apache.cxf.aegis.xml.stax
AttributeWriter.AttributeWriter ( javax.xml.stream.XMLStreamWriter writer, String name, String namespace )
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeWriter."<init>":(Ljavax/xml/stream/XMLStreamWriter;Ljava/lang/String;Ljava/lang/String;)V]
AttributeWriter.close ( ) : void
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeWriter.close:()V]
AttributeWriter.getAttributeWriter ( javax.xml.namespace.QName qname ) : org.apache.cxf.aegis.xml.MessageWriter
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeWriter.getAttributeWriter:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
AttributeWriter.getAttributeWriter ( String nm ) : org.apache.cxf.aegis.xml.MessageWriter
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeWriter.getAttributeWriter:(Ljava/lang/String;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
AttributeWriter.getAttributeWriter ( String nm, String ns ) : org.apache.cxf.aegis.xml.MessageWriter
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeWriter.getAttributeWriter:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
AttributeWriter.getElementWriter ( javax.xml.namespace.QName qname ) : org.apache.cxf.aegis.xml.MessageWriter
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeWriter.getElementWriter:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
AttributeWriter.getElementWriter ( String nm ) : org.apache.cxf.aegis.xml.MessageWriter
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeWriter.getElementWriter:(Ljava/lang/String;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
AttributeWriter.getElementWriter ( String nm, String ns ) : org.apache.cxf.aegis.xml.MessageWriter
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeWriter.getElementWriter:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
AttributeWriter.getPrefixForNamespace ( String ns ) : String
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeWriter.getPrefixForNamespace:(Ljava/lang/String;)Ljava/lang/String;]
AttributeWriter.getPrefixForNamespace ( String ns, String hint ) : String
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeWriter.getPrefixForNamespace:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
AttributeWriter.writeValue ( Object value ) : void
[run-time name: org/apache/cxf/aegis/xml/stax/AttributeWriter.writeValue:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, AuthenticationException.class
package org.apache.cxf.interceptor.security
AuthenticationException.AuthenticationException ( )
[run-time name: org/apache/cxf/interceptor/security/AuthenticationException."<init>":()V]
AuthenticationException.AuthenticationException ( String reason )
[run-time name: org/apache/cxf/interceptor/security/AuthenticationException."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, AuthenticatorType.class
package org.apache.cxf.ws.security.sts.provider.model
AuthenticatorType.AuthenticatorType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/AuthenticatorType."<init>":()V]
AuthenticatorType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/AuthenticatorType.getAny:()Ljava/util/List;]
AuthenticatorType.getCombinedHash ( ) : byte[ ]
[run-time name: org/apache/cxf/ws/security/sts/provider/model/AuthenticatorType.getCombinedHash:()[B]
AuthenticatorType.setCombinedHash ( byte[ ] value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/AuthenticatorType.setCombinedHash:([B)V]
openejb-cxf-bundle-2.5.2.jar, AuthorizationPolicy.class
package org.apache.cxf.configuration.security
AuthorizationPolicy.AuthorizationPolicy ( )
[run-time name: org/apache/cxf/configuration/security/AuthorizationPolicy."<init>":()V]
AuthorizationPolicy.getAuthorization ( ) : String
[run-time name: org/apache/cxf/configuration/security/AuthorizationPolicy.getAuthorization:()Ljava/lang/String;]
AuthorizationPolicy.getAuthorizationType ( ) : String
[run-time name: org/apache/cxf/configuration/security/AuthorizationPolicy.getAuthorizationType:()Ljava/lang/String;]
AuthorizationPolicy.getPassword ( ) : String
[run-time name: org/apache/cxf/configuration/security/AuthorizationPolicy.getPassword:()Ljava/lang/String;]
AuthorizationPolicy.getUserName ( ) : String
[run-time name: org/apache/cxf/configuration/security/AuthorizationPolicy.getUserName:()Ljava/lang/String;]
AuthorizationPolicy.isSetAuthorization ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/AuthorizationPolicy.isSetAuthorization:()Z]
AuthorizationPolicy.isSetAuthorizationType ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/AuthorizationPolicy.isSetAuthorizationType:()Z]
AuthorizationPolicy.isSetPassword ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/AuthorizationPolicy.isSetPassword:()Z]
AuthorizationPolicy.isSetUserName ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/AuthorizationPolicy.isSetUserName:()Z]
AuthorizationPolicy.setAuthorization ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/AuthorizationPolicy.setAuthorization:(Ljava/lang/String;)V]
AuthorizationPolicy.setAuthorizationType ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/AuthorizationPolicy.setAuthorizationType:(Ljava/lang/String;)V]
AuthorizationPolicy.setPassword ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/AuthorizationPolicy.setPassword:(Ljava/lang/String;)V]
AuthorizationPolicy.setUserName ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/AuthorizationPolicy.setUserName:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, AuthPolicyValidatingInterceptor.class
package org.apache.cxf.ws.security.trust
AuthPolicyValidatingInterceptor.AuthPolicyValidatingInterceptor ( )
[run-time name: org/apache/cxf/ws/security/trust/AuthPolicyValidatingInterceptor."<init>":()V]
AuthPolicyValidatingInterceptor.AuthPolicyValidatingInterceptor ( String phase )
[run-time name: org/apache/cxf/ws/security/trust/AuthPolicyValidatingInterceptor."<init>":(Ljava/lang/String;)V]
AuthPolicyValidatingInterceptor.convertPolicyToToken ( org.apache.cxf.configuration.security.AuthorizationPolicy policy ) : org.apache.ws.security.message.token.UsernameToken
[run-time name: org/apache/cxf/ws/security/trust/AuthPolicyValidatingInterceptor.convertPolicyToToken:(Lorg/apache/cxf/configuration/security/AuthorizationPolicy;)Lorg/apache/ws/security/message/token/UsernameToken;]
AuthPolicyValidatingInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/ws/security/trust/AuthPolicyValidatingInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
AuthPolicyValidatingInterceptor.setValidator ( STSTokenValidator validator ) : void
[run-time name: org/apache/cxf/ws/security/trust/AuthPolicyValidatingInterceptor.setValidator:(Lorg/apache/cxf/ws/security/trust/STSTokenValidator;)V]
openejb-cxf-bundle-2.5.2.jar, AutomaticWorkQueue.class
package org.apache.cxf.workqueue
AutomaticWorkQueue.getName ( ) [abstract] : String
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueue.getName:()Ljava/lang/String;]
AutomaticWorkQueue.isShutdown ( ) [abstract] : boolean
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueue.isShutdown:()Z]
AutomaticWorkQueue.shutdown ( boolean p1 ) [abstract] : void
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueue.shutdown:(Z)V]
openejb-cxf-bundle-2.5.2.jar, AutomaticWorkQueueImpl.class
package org.apache.cxf.workqueue
AutomaticWorkQueueImpl.addChangeListener ( java.beans.PropertyChangeListener listener ) : void
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.addChangeListener:(Ljava/beans/PropertyChangeListener;)V]
AutomaticWorkQueueImpl.addSharedUser ( ) : void
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.addSharedUser:()V]
AutomaticWorkQueueImpl.AutomaticWorkQueueImpl ( )
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl."<init>":()V]
AutomaticWorkQueueImpl.AutomaticWorkQueueImpl ( int max )
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl."<init>":(I)V]
AutomaticWorkQueueImpl.AutomaticWorkQueueImpl ( int max, String name )
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl."<init>":(ILjava/lang/String;)V]
AutomaticWorkQueueImpl.AutomaticWorkQueueImpl ( int mqs, int initialThreads, int highWaterMark, int lowWaterMark, long dequeueTimeout )
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl."<init>":(IIIIJ)V]
AutomaticWorkQueueImpl.AutomaticWorkQueueImpl ( int mqs, int initialThreads, int highWaterMark, int lowWaterMark, long dequeueTimeout, String name )
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl."<init>":(IIIIJLjava/lang/String;)V]
AutomaticWorkQueueImpl.AutomaticWorkQueueImpl ( String name )
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl."<init>":(Ljava/lang/String;)V]
AutomaticWorkQueueImpl.execute ( Runnable command ) : void
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.execute:(Ljava/lang/Runnable;)V]
AutomaticWorkQueueImpl.execute ( Runnable work, long timeout ) : void
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.execute:(Ljava/lang/Runnable;J)V]
AutomaticWorkQueueImpl.getActiveCount ( ) : int
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.getActiveCount:()I]
AutomaticWorkQueueImpl.getExecutor ( ) : java.util.concurrent.ThreadPoolExecutor
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.getExecutor:()Ljava/util/concurrent/ThreadPoolExecutor;]
AutomaticWorkQueueImpl.getHighWaterMark ( ) : int
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.getHighWaterMark:()I]
AutomaticWorkQueueImpl.getLargestPoolSize ( ) : int
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.getLargestPoolSize:()I]
AutomaticWorkQueueImpl.getLowWaterMark ( ) : int
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.getLowWaterMark:()I]
AutomaticWorkQueueImpl.getMaxSize ( ) : long
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.getMaxSize:()J]
AutomaticWorkQueueImpl.getName ( ) : String
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.getName:()Ljava/lang/String;]
AutomaticWorkQueueImpl.getPoolSize ( ) : int
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.getPoolSize:()I]
AutomaticWorkQueueImpl.getProperties ( ) : java.util.Dictionary
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.getProperties:()Ljava/util/Dictionary;]
AutomaticWorkQueueImpl.getShareCount ( ) : int
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.getShareCount:()I]
AutomaticWorkQueueImpl.getSize ( ) : long
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.getSize:()J]
AutomaticWorkQueueImpl.isEmpty ( ) : boolean
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.isEmpty:()Z]
AutomaticWorkQueueImpl.isShared ( ) : boolean
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.isShared:()Z]
AutomaticWorkQueueImpl.isShutdown ( ) : boolean
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.isShutdown:()Z]
AutomaticWorkQueueImpl.notifyChangeListeners ( java.beans.PropertyChangeEvent event ) : void
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.notifyChangeListeners:(Ljava/beans/PropertyChangeEvent;)V]
AutomaticWorkQueueImpl.removeChangeListener ( java.beans.PropertyChangeListener listener ) : void
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.removeChangeListener:(Ljava/beans/PropertyChangeListener;)V]
AutomaticWorkQueueImpl.removeSharedUser ( ) : void
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.removeSharedUser:()V]
AutomaticWorkQueueImpl.schedule ( Runnable work, long delay ) : void
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.schedule:(Ljava/lang/Runnable;J)V]
AutomaticWorkQueueImpl.setDequeueTimeout ( long l ) : void
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.setDequeueTimeout:(J)V]
AutomaticWorkQueueImpl.setHighWaterMark ( int hwm ) : void
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.setHighWaterMark:(I)V]
AutomaticWorkQueueImpl.setInitialSize ( int initialSize ) : void
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.setInitialSize:(I)V]
AutomaticWorkQueueImpl.setLowWaterMark ( int lwm ) : void
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.setLowWaterMark:(I)V]
AutomaticWorkQueueImpl.setName ( String s ) : void
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.setName:(Ljava/lang/String;)V]
AutomaticWorkQueueImpl.setQueueSize ( int size ) : void
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.setQueueSize:(I)V]
AutomaticWorkQueueImpl.setShared ( boolean shared ) : void
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.setShared:(Z)V]
AutomaticWorkQueueImpl.shutdown ( boolean processRemainingWorkItems ) : void
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.shutdown:(Z)V]
AutomaticWorkQueueImpl.toString ( ) : String
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.toString:()Ljava/lang/String;]
AutomaticWorkQueueImpl.update ( java.util.Dictionary config ) : void
[run-time name: org/apache/cxf/workqueue/AutomaticWorkQueueImpl.update:(Ljava/util/Dictionary;)V]
openejb-cxf-bundle-2.5.2.jar, BackChannelConduit.class
package org.apache.cxf.transport.http
AbstractHTTPDestination.BackChannelConduit.close ( org.apache.cxf.message.Message msg ) : void
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.BackChannelConduit.close:(Lorg/apache/cxf/message/Message;)V]
AbstractHTTPDestination.BackChannelConduit.prepare ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/transport/http/AbstractHTTPDestination.BackChannelConduit.prepare:(Lorg/apache/cxf/message/Message;)V]
package org.apache.cxf.transport.jms
JMSDestination.BackChannelConduit.getLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/cxf/transport/jms/JMSDestination.BackChannelConduit.getLogger:()Ljava/util/logging/Logger;]
JMSDestination.BackChannelConduit.prepare ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/transport/jms/JMSDestination.BackChannelConduit.prepare:(Lorg/apache/cxf/message/Message;)V]
JMSDestination.BackChannelConduit.setMessageObserver ( org.apache.cxf.transport.MessageObserver observer ) : void
[run-time name: org/apache/cxf/transport/jms/JMSDestination.BackChannelConduit.setMessageObserver:(Lorg/apache/cxf/transport/MessageObserver;)V]
openejb-cxf-bundle-2.5.2.jar, BackendTcpConduit.class
package org.apache.cxf.binding.soap.tcp
BackendTcpConduit.assertMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/BackendTcpConduit.assertMessage:(Lorg/apache/cxf/message/Message;)V]
BackendTcpConduit.BackendTcpConduit ( org.apache.mina.core.session.IoSession session )
[run-time name: org/apache/cxf/binding/soap/tcp/BackendTcpConduit."<init>":(Lorg/apache/mina/core/session/IoSession;)V]
BackendTcpConduit.canAssert ( javax.xml.namespace.QName type ) : boolean
[run-time name: org/apache/cxf/binding/soap/tcp/BackendTcpConduit.canAssert:(Ljavax/xml/namespace/QName;)Z]
BackendTcpConduit.close ( org.apache.cxf.message.Message msg ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/BackendTcpConduit.close:(Lorg/apache/cxf/message/Message;)V]
BackendTcpConduit.getBeanName ( ) : String
[run-time name: org/apache/cxf/binding/soap/tcp/BackendTcpConduit.getBeanName:()Ljava/lang/String;]
BackendTcpConduit.getLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/cxf/binding/soap/tcp/BackendTcpConduit.getLogger:()Ljava/util/logging/Logger;]
BackendTcpConduit.prepare ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/BackendTcpConduit.prepare:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, BadUsageException.class
package org.apache.cxf.tools.common.toolspec.parser
BadUsageException.BadUsageException ( )
[run-time name: org/apache/cxf/tools/common/toolspec/parser/BadUsageException."<init>":()V]
BadUsageException.BadUsageException ( ErrorVisitor err )
[run-time name: org/apache/cxf/tools/common/toolspec/parser/BadUsageException."<init>":(Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)V]
BadUsageException.BadUsageException ( String use, ErrorVisitor err )
[run-time name: org/apache/cxf/tools/common/toolspec/parser/BadUsageException."<init>":(Ljava/lang/String;Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)V]
BadUsageException.getErrors ( ) : java.util.Collection
[run-time name: org/apache/cxf/tools/common/toolspec/parser/BadUsageException.getErrors:()Ljava/util/Collection;]
BadUsageException.getMessage ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/BadUsageException.getMessage:()Ljava/lang/String;]
BadUsageException.getUsage ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/BadUsageException.getUsage:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, BareInInterceptor.class
package org.apache.cxf.interceptor
BareInInterceptor.BareInInterceptor ( )
[run-time name: org/apache/cxf/interceptor/BareInInterceptor."<init>":()V]
BareInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/BareInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, BareOutInterceptor.class
package org.apache.cxf.interceptor
BareOutInterceptor.BareOutInterceptor ( )
[run-time name: org/apache/cxf/interceptor/BareOutInterceptor."<init>":()V]
BareOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/BareOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, Base64Exception.class
package org.apache.cxf.common.util
Base64Exception.Base64Exception ( org.apache.cxf.common.i18n.Message msg )
[run-time name: org/apache/cxf/common/util/Base64Exception."<init>":(Lorg/apache/cxf/common/i18n/Message;)V]
Base64Exception.Base64Exception ( org.apache.cxf.common.i18n.Message msg, Throwable t )
[run-time name: org/apache/cxf/common/util/Base64Exception."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;)V]
Base64Exception.Base64Exception ( Throwable cause )
[run-time name: org/apache/cxf/common/util/Base64Exception."<init>":(Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, Base64Type.class
package org.apache.cxf.aegis.type.basic
Base64Type.Base64Type ( )
[run-time name: org/apache/cxf/aegis/type/basic/Base64Type."<init>":()V]
Base64Type.Base64Type ( org.apache.cxf.aegis.type.mtom.AbstractXOPType xopType )
[run-time name: org/apache/cxf/aegis/type/basic/Base64Type."<init>":(Lorg/apache/cxf/aegis/type/mtom/AbstractXOPType;)V]
Base64Type.readObject ( org.apache.cxf.aegis.xml.MessageReader mreader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/Base64Type.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
Base64Type.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/Base64Type.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, Base64Utility.class
package org.apache.cxf.common.util
Base64Utility.decode ( char[ ] id, int o, int l, java.io.OutputStream ostream ) [static] : void
[run-time name: org/apache/cxf/common/util/Base64Utility.decode:([CIILjava/io/OutputStream;)V]
Base64Utility.decode ( String id ) [static] : byte[ ]
[run-time name: org/apache/cxf/common/util/Base64Utility.decode:(Ljava/lang/String;)[B]
Base64Utility.decode ( String id, java.io.OutputStream ostream ) [static] : void
[run-time name: org/apache/cxf/common/util/Base64Utility.decode:(Ljava/lang/String;Ljava/io/OutputStream;)V]
Base64Utility.decodeChunk ( char[ ] id, int o, int l ) [static] : byte[ ]
[run-time name: org/apache/cxf/common/util/Base64Utility.decodeChunk:([CII)[B]
Base64Utility.encode ( byte[ ] id ) [static] : String
[run-time name: org/apache/cxf/common/util/Base64Utility.encode:([B)Ljava/lang/String;]
Base64Utility.encode ( byte[ ] id, int o, int l, java.io.Writer writer ) [static] : void
[run-time name: org/apache/cxf/common/util/Base64Utility.encode:([BIILjava/io/Writer;)V]
Base64Utility.encodeChunk ( byte[ ] id, int o, int l ) [static] : char[ ]
[run-time name: org/apache/cxf/common/util/Base64Utility.encodeChunk:([BII)[C]
Base64Utility.encodeChunk ( byte[ ] id, int o, int l, java.io.OutputStream ostream ) [static] : void
[run-time name: org/apache/cxf/common/util/Base64Utility.encodeChunk:([BIILjava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, BaseAlternativeSelector.class
package org.apache.cxf.ws.policy.selector
BaseAlternativeSelector.BaseAlternativeSelector ( )
[run-time name: org/apache/cxf/ws/policy/selector/BaseAlternativeSelector."<init>":()V]
BaseAlternativeSelector.isCompatible ( java.util.List alternative, java.util.List r ) : boolean
[run-time name: org/apache/cxf/ws/policy/selector/BaseAlternativeSelector.isCompatible:(Ljava/util/List;Ljava/util/List;)Z]
BaseAlternativeSelector.isCompatibleWithRequest ( java.util.List alternative, java.util.List request ) : boolean
[run-time name: org/apache/cxf/ws/policy/selector/BaseAlternativeSelector.isCompatibleWithRequest:(Ljava/util/List;Ljava/util/List;)Z]
openejb-cxf-bundle-2.5.2.jar, BaseDataReader.class
package org.apache.cxf.databinding
BaseDataReader.setAttachments ( java.util.Collection p1 ) [abstract] : void
[run-time name: org/apache/cxf/databinding/BaseDataReader.setAttachments:(Ljava/util/Collection;)V]
BaseDataReader.setProperty ( String p1, Object p2 ) [abstract] : void
[run-time name: org/apache/cxf/databinding/BaseDataReader.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
BaseDataReader.setSchema ( javax.xml.validation.Schema p1 ) [abstract] : void
[run-time name: org/apache/cxf/databinding/BaseDataReader.setSchema:(Ljavax/xml/validation/Schema;)V]
openejb-cxf-bundle-2.5.2.jar, BaseDataWriter.class
package org.apache.cxf.databinding
BaseDataWriter.setAttachments ( java.util.Collection p1 ) [abstract] : void
[run-time name: org/apache/cxf/databinding/BaseDataWriter.setAttachments:(Ljava/util/Collection;)V]
BaseDataWriter.setProperty ( String p1, Object p2 ) [abstract] : void
[run-time name: org/apache/cxf/databinding/BaseDataWriter.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
BaseDataWriter.setSchema ( javax.xml.validation.Schema p1 ) [abstract] : void
[run-time name: org/apache/cxf/databinding/BaseDataWriter.setSchema:(Ljavax/xml/validation/Schema;)V]
openejb-cxf-bundle-2.5.2.jar, BaseRetransmissionInterval.class
package org.apache.cxf.ws.rmp.v200502
RMAssertion.BaseRetransmissionInterval.getMilliseconds ( ) : Long
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.BaseRetransmissionInterval.getMilliseconds:()Ljava/lang/Long;]
RMAssertion.BaseRetransmissionInterval.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.BaseRetransmissionInterval.getOtherAttributes:()Ljava/util/Map;]
RMAssertion.BaseRetransmissionInterval.isSetMilliseconds ( ) : boolean
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.BaseRetransmissionInterval.isSetMilliseconds:()Z]
RMAssertion.BaseRetransmissionInterval.RMAssertion.BaseRetransmissionInterval ( )
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.BaseRetransmissionInterval."<init>":()V]
RMAssertion.BaseRetransmissionInterval.setMilliseconds ( Long value ) : void
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.BaseRetransmissionInterval.setMilliseconds:(Ljava/lang/Long;)V]
openejb-cxf-bundle-2.5.2.jar, BaseUrlHelper.class
package org.apache.cxf.transport.servlet
BaseUrlHelper.getBaseURL ( javax.servlet.http.HttpServletRequest request ) [static] : String
[run-time name: org/apache/cxf/transport/servlet/BaseUrlHelper.getBaseURL:(Ljavax/servlet/http/HttpServletRequest;)Ljava/lang/String;]
BaseUrlHelper.setAddress ( org.apache.cxf.transport.AbstractDestination dest, String absAddress ) [static] : void
[run-time name: org/apache/cxf/transport/servlet/BaseUrlHelper.setAddress:(Lorg/apache/cxf/transport/AbstractDestination;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, BasicNameManager.class
package org.apache.cxf.javascript
BasicNameManager.getJavascriptName ( javax.xml.namespace.QName qname ) : String
[run-time name: org/apache/cxf/javascript/BasicNameManager.getJavascriptName:(Ljavax/xml/namespace/QName;)Ljava/lang/String;]
BasicNameManager.getJavascriptName ( org.apache.ws.commons.schema.XmlSchemaComplexType schemaType ) : String
[run-time name: org/apache/cxf/javascript/BasicNameManager.getJavascriptName:(Lorg/apache/ws/commons/schema/XmlSchemaComplexType;)Ljava/lang/String;]
BasicNameManager.newNameManager ( org.apache.cxf.service.model.ServiceInfo service ) [static] : BasicNameManager
[run-time name: org/apache/cxf/javascript/BasicNameManager.newNameManager:(Lorg/apache/cxf/service/model/ServiceInfo;)Lorg/apache/cxf/javascript/BasicNameManager;]
BasicNameManager.newNameManager ( org.apache.cxf.service.model.ServiceInfo service, org.apache.cxf.endpoint.Endpoint endpoint ) [static] : BasicNameManager
[run-time name: org/apache/cxf/javascript/BasicNameManager.newNameManager:(Lorg/apache/cxf/service/model/ServiceInfo;Lorg/apache/cxf/endpoint/Endpoint;)Lorg/apache/cxf/javascript/BasicNameManager;]
BasicNameManager.transformURI ( String uri ) : String
[run-time name: org/apache/cxf/javascript/BasicNameManager.transformURI:(Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, BeanGenerator.class
package org.apache.cxf.tools.java2wsdl.generator.wsdl11
BeanGenerator.BeanGenerator ( )
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/BeanGenerator."<init>":()V]
BeanGenerator.generate ( java.io.File sourcedir ) : java.io.File
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/BeanGenerator.generate:(Ljava/io/File;)Ljava/io/File;]
BeanGenerator.generate ( java.io.File x0 ) : Object
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/BeanGenerator.generate:(Ljava/io/File;)Ljava/lang/Object;]
BeanGenerator.generateAndCompile ( java.util.Collection wrapperClasses, java.io.File dir ) : void
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/BeanGenerator.generateAndCompile:(Ljava/util/Collection;Ljava/io/File;)V]
BeanGenerator.generateBeanClasses ( org.apache.cxf.service.model.ServiceInfo service ) : java.util.Collection
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/BeanGenerator.generateBeanClasses:(Lorg/apache/cxf/service/model/ServiceInfo;)Ljava/util/Collection;]
BeanGenerator.setCompileToDir ( java.io.File f ) : void
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/BeanGenerator.setCompileToDir:(Ljava/io/File;)V]
openejb-cxf-bundle-2.5.2.jar, BeanInvoker.class
package org.apache.cxf.service.invoker
BeanInvoker.BeanInvoker ( Object proxy )
[run-time name: org/apache/cxf/service/invoker/BeanInvoker."<init>":(Ljava/lang/Object;)V]
BeanInvoker.getServiceObject ( org.apache.cxf.message.Exchange ex ) : Object
[run-time name: org/apache/cxf/service/invoker/BeanInvoker.getServiceObject:(Lorg/apache/cxf/message/Exchange;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, BeanLoaderListener.class
package org.apache.cxf.configuration
ConfiguredBeanLocator.BeanLoaderListener.beanLoaded ( String p1, Object p2 ) [abstract] : boolean
[run-time name: org/apache/cxf/configuration/ConfiguredBeanLocator.BeanLoaderListener.beanLoaded:(Ljava/lang/String;Ljava/lang/Object;)Z]
ConfiguredBeanLocator.BeanLoaderListener.loadBean ( String p1, Class p2 ) [abstract] : boolean
[run-time name: org/apache/cxf/configuration/ConfiguredBeanLocator.BeanLoaderListener.loadBean:(Ljava/lang/String;Ljava/lang/Class;)Z]
openejb-cxf-bundle-2.5.2.jar, BeanType.class
package org.apache.cxf.aegis.type.basic
BeanType.alwaysAllowNillables ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/BeanType.alwaysAllowNillables:()Z]
BeanType.BeanType ( )
[run-time name: org/apache/cxf/aegis/type/basic/BeanType."<init>":()V]
BeanType.BeanType ( BeanTypeInfo info )
[run-time name: org/apache/cxf/aegis/type/basic/BeanType."<init>":(Lorg/apache/cxf/aegis/type/basic/BeanTypeInfo;)V]
BeanType.createFromFault ( org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/BeanType.createFromFault:(Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
BeanType.createTypeInfo ( ) : BeanTypeInfo
[run-time name: org/apache/cxf/aegis/type/basic/BeanType.createTypeInfo:()Lorg/apache/cxf/aegis/type/basic/BeanTypeInfo;]
BeanType.getBeanTypeInfoWithProperty ( javax.xml.namespace.QName name ) : BeanTypeInfo
[run-time name: org/apache/cxf/aegis/type/basic/BeanType.getBeanTypeInfoWithProperty:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/aegis/type/basic/BeanTypeInfo;]
BeanType.getDependencies ( ) : java.util.Set
[run-time name: org/apache/cxf/aegis/type/basic/BeanType.getDependencies:()Ljava/util/Set;]
BeanType.getElementType ( javax.xml.namespace.QName name, BeanTypeInfo beanTypeInfo, org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : org.apache.cxf.aegis.type.AegisType
[run-time name: org/apache/cxf/aegis/type/basic/BeanType.getElementType:(Ljavax/xml/namespace/QName;Lorg/apache/cxf/aegis/type/basic/BeanTypeInfo;Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Lorg/apache/cxf/aegis/type/AegisType;]
BeanType.getMinOccurs ( ) : long
[run-time name: org/apache/cxf/aegis/type/basic/BeanType.getMinOccurs:()J]
BeanType.getSuperType ( ) : org.apache.cxf.aegis.type.AegisType
[run-time name: org/apache/cxf/aegis/type/basic/BeanType.getSuperType:()Lorg/apache/cxf/aegis/type/AegisType;]
BeanType.getTypeInfo ( ) : BeanTypeInfo
[run-time name: org/apache/cxf/aegis/type/basic/BeanType.getTypeInfo:()Lorg/apache/cxf/aegis/type/basic/BeanTypeInfo;]
BeanType.hasMinOccurs ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/BeanType.hasMinOccurs:()Z]
BeanType.isComplex ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/BeanType.isComplex:()Z]
BeanType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/BeanType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
BeanType.readProperty ( Object object, javax.xml.namespace.QName name ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/BeanType.readProperty:(Ljava/lang/Object;Ljavax/xml/namespace/QName;)Ljava/lang/Object;]
BeanType.setTypeClass ( reflect.Type typeClass ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BeanType.setTypeClass:(Ljava/lang/reflect/Type;)V]
BeanType.setTypeMapping ( org.apache.cxf.aegis.type.TypeMapping typeMapping ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BeanType.setTypeMapping:(Lorg/apache/cxf/aegis/type/TypeMapping;)V]
BeanType.toString ( ) : String
[run-time name: org/apache/cxf/aegis/type/basic/BeanType.toString:()Ljava/lang/String;]
BeanType.writeElement ( javax.xml.namespace.QName name, Object value, org.apache.cxf.aegis.type.AegisType type, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BeanType.writeElement:(Ljavax/xml/namespace/QName;Ljava/lang/Object;Lorg/apache/cxf/aegis/type/AegisType;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
BeanType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BeanType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
BeanType.writeProperty ( javax.xml.namespace.QName name, Object object, Object property, Class impl, BeanTypeInfo inf ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BeanType.writeProperty:(Ljavax/xml/namespace/QName;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;Lorg/apache/cxf/aegis/type/basic/BeanTypeInfo;)V]
BeanType.writeSchema ( org.apache.ws.commons.schema.XmlSchema root ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BeanType.writeSchema:(Lorg/apache/ws/commons/schema/XmlSchema;)V]
openejb-cxf-bundle-2.5.2.jar, BeanTypeInfo.class
package org.apache.cxf.aegis.type.basic
BeanTypeInfo.BeanTypeInfo ( Class typeClass, String defaultNamespace )
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo."<init>":(Ljava/lang/Class;Ljava/lang/String;)V]
BeanTypeInfo.BeanTypeInfo ( Class typeClass, String defaultNamespace, boolean initialize )
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo."<init>":(Ljava/lang/Class;Ljava/lang/String;Z)V]
BeanTypeInfo.createMappedName ( java.beans.PropertyDescriptor desc, boolean qualified ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.createMappedName:(Ljava/beans/PropertyDescriptor;Z)Ljavax/xml/namespace/QName;]
BeanTypeInfo.getAttributes ( ) : java.util.List
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.getAttributes:()Ljava/util/List;]
BeanTypeInfo.getDefaultNamespace ( ) : String
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.getDefaultNamespace:()Ljava/lang/String;]
BeanTypeInfo.getElements ( ) : java.util.List
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.getElements:()Ljava/util/List;]
BeanTypeInfo.getMaxOccurs ( javax.xml.namespace.QName name ) : int
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.getMaxOccurs:(Ljavax/xml/namespace/QName;)I]
BeanTypeInfo.getMinOccurs ( ) : long
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.getMinOccurs:()J]
BeanTypeInfo.getMinOccurs ( javax.xml.namespace.QName name ) : int
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.getMinOccurs:(Ljavax/xml/namespace/QName;)I]
BeanTypeInfo.getPropertyDescriptor ( String name ) : java.beans.PropertyDescriptor
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.getPropertyDescriptor:(Ljava/lang/String;)Ljava/beans/PropertyDescriptor;]
BeanTypeInfo.getPropertyDescriptorFromMappedName ( javax.xml.namespace.QName name ) : java.beans.PropertyDescriptor
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.getPropertyDescriptorFromMappedName:(Ljavax/xml/namespace/QName;)Ljava/beans/PropertyDescriptor;]
BeanTypeInfo.getPropertyDescriptors ( ) : java.beans.PropertyDescriptor[ ]
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.getPropertyDescriptors:()[Ljava/beans/PropertyDescriptor;]
BeanTypeInfo.getType ( javax.xml.namespace.QName name ) : org.apache.cxf.aegis.type.AegisType
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.getType:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/aegis/type/AegisType;]
BeanTypeInfo.getTypeClass ( ) : Class
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.getTypeClass:()Ljava/lang/Class;]
BeanTypeInfo.getTypeMapping ( ) : org.apache.cxf.aegis.type.TypeMapping
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.getTypeMapping:()Lorg/apache/cxf/aegis/type/TypeMapping;]
BeanTypeInfo.initialize ( ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.initialize:()V]
BeanTypeInfo.isAttribute ( java.beans.PropertyDescriptor desc ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.isAttribute:(Ljava/beans/PropertyDescriptor;)Z]
BeanTypeInfo.isElement ( java.beans.PropertyDescriptor desc ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.isElement:(Ljava/beans/PropertyDescriptor;)Z]
BeanTypeInfo.isExtensibleAttributes ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.isExtensibleAttributes:()Z]
BeanTypeInfo.isExtensibleElements ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.isExtensibleElements:()Z]
BeanTypeInfo.isExtension ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.isExtension:()Z]
BeanTypeInfo.isMapped ( java.beans.PropertyDescriptor pd ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.isMapped:(Ljava/beans/PropertyDescriptor;)Z]
BeanTypeInfo.isNillable ( javax.xml.namespace.QName name ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.isNillable:(Ljavax/xml/namespace/QName;)Z]
BeanTypeInfo.isQualifyAttributes ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.isQualifyAttributes:()Z]
BeanTypeInfo.isQualifyElements ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.isQualifyElements:()Z]
BeanTypeInfo.isSerializable ( java.beans.PropertyDescriptor desc ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.isSerializable:(Ljava/beans/PropertyDescriptor;)Z]
BeanTypeInfo.mapAttribute ( String property, javax.xml.namespace.QName mappedName ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.mapAttribute:(Ljava/lang/String;Ljavax/xml/namespace/QName;)V]
BeanTypeInfo.mapElement ( String property, javax.xml.namespace.QName mappedName ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.mapElement:(Ljava/lang/String;Ljavax/xml/namespace/QName;)V]
BeanTypeInfo.mapProperty ( java.beans.PropertyDescriptor pd ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.mapProperty:(Ljava/beans/PropertyDescriptor;)V]
BeanTypeInfo.mapType ( javax.xml.namespace.QName name, org.apache.cxf.aegis.type.AegisType type ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.mapType:(Ljavax/xml/namespace/QName;Lorg/apache/cxf/aegis/type/AegisType;)V]
BeanTypeInfo.mapTypeName ( javax.xml.namespace.QName mappedName, javax.xml.namespace.QName type ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.mapTypeName:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)V]
BeanTypeInfo.registerType ( java.beans.PropertyDescriptor desc ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.registerType:(Ljava/beans/PropertyDescriptor;)Z]
BeanTypeInfo.setDefaultMinOccurs ( int m ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.setDefaultMinOccurs:(I)V]
BeanTypeInfo.setDefaultNillable ( boolean n ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.setDefaultNillable:(Z)V]
BeanTypeInfo.setExtensibleAttributes ( boolean extensibleAttributes ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.setExtensibleAttributes:(Z)V]
BeanTypeInfo.setExtensibleElements ( boolean futureProof ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.setExtensibleElements:(Z)V]
BeanTypeInfo.setExtension ( boolean extension ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.setExtension:(Z)V]
BeanTypeInfo.setQualifyAttributes ( boolean qualifyAttributes ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.setQualifyAttributes:(Z)V]
BeanTypeInfo.setQualifyElements ( boolean qualifyElements ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.setQualifyElements:(Z)V]
BeanTypeInfo.setTypeMapping ( org.apache.cxf.aegis.type.TypeMapping typeMapping ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BeanTypeInfo.setTypeMapping:(Lorg/apache/cxf/aegis/type/TypeMapping;)V]
openejb-cxf-bundle-2.5.2.jar, BigDecimalType.class
package org.apache.cxf.aegis.type.basic
BigDecimalType.BigDecimalType ( )
[run-time name: org/apache/cxf/aegis/type/basic/BigDecimalType."<init>":()V]
BigDecimalType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/BigDecimalType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
BigDecimalType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BigDecimalType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, BigIntegerType.class
package org.apache.cxf.aegis.type.basic
BigIntegerType.BigIntegerType ( )
[run-time name: org/apache/cxf/aegis/type/basic/BigIntegerType."<init>":()V]
BigIntegerType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/BigIntegerType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
BigIntegerType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BigIntegerType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, BinaryDataProvider.class
package org.apache.cxf.jaxrs.provider
BinaryDataProvider.BinaryDataProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/BinaryDataProvider."<init>":()V]
BinaryDataProvider.copyInputToOutput ( java.io.InputStream is, java.io.OutputStream os, javax.ws.rs.core.MultivaluedMap outHeaders ) : void
[run-time name: org/apache/cxf/jaxrs/provider/BinaryDataProvider.copyInputToOutput:(Ljava/io/InputStream;Ljava/io/OutputStream;Ljavax/ws/rs/core/MultivaluedMap;)V]
BinaryDataProvider.getSize ( Object t, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : long
[run-time name: org/apache/cxf/jaxrs/provider/BinaryDataProvider.getSize:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J]
BinaryDataProvider.handleRangeRequest ( java.io.InputStream is, java.io.OutputStream os, javax.ws.rs.core.HttpHeaders inHeaders, javax.ws.rs.core.MultivaluedMap outHeaders ) : void
[run-time name: org/apache/cxf/jaxrs/provider/BinaryDataProvider.handleRangeRequest:(Ljava/io/InputStream;Ljava/io/OutputStream;Ljavax/ws/rs/core/HttpHeaders;Ljavax/ws/rs/core/MultivaluedMap;)V]
BinaryDataProvider.isRangeSupported ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/BinaryDataProvider.isRangeSupported:()Z]
BinaryDataProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/BinaryDataProvider.isReadable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
BinaryDataProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/BinaryDataProvider.isWriteable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
BinaryDataProvider.readFrom ( Class clazz, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType type, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/BinaryDataProvider.readFrom:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Ljava/lang/Object;]
BinaryDataProvider.writeTo ( Object o, Class clazz, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType type, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/jaxrs/provider/BinaryDataProvider.writeTo:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, BinaryExchangeType.class
package org.apache.cxf.ws.security.sts.provider.model
BinaryExchangeType.BinaryExchangeType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/BinaryExchangeType."<init>":()V]
BinaryExchangeType.getEncodingType ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/BinaryExchangeType.getEncodingType:()Ljava/lang/String;]
BinaryExchangeType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/BinaryExchangeType.getOtherAttributes:()Ljava/util/Map;]
BinaryExchangeType.getValue ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/BinaryExchangeType.getValue:()Ljava/lang/String;]
BinaryExchangeType.getValueType ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/BinaryExchangeType.getValueType:()Ljava/lang/String;]
BinaryExchangeType.setEncodingType ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/BinaryExchangeType.setEncodingType:(Ljava/lang/String;)V]
BinaryExchangeType.setValue ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/BinaryExchangeType.setValue:(Ljava/lang/String;)V]
BinaryExchangeType.setValueType ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/BinaryExchangeType.setValueType:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, BinarySecretType.class
package org.apache.cxf.ws.security.sts.provider.model
BinarySecretType.BinarySecretType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/BinarySecretType."<init>":()V]
BinarySecretType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/BinarySecretType.getOtherAttributes:()Ljava/util/Map;]
BinarySecretType.getType ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/BinarySecretType.getType:()Ljava/lang/String;]
BinarySecretType.getValue ( ) : byte[ ]
[run-time name: org/apache/cxf/ws/security/sts/provider/model/BinarySecretType.getValue:()[B]
BinarySecretType.setType ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/BinarySecretType.setType:(Ljava/lang/String;)V]
BinarySecretType.setValue ( byte[ ] value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/BinarySecretType.setValue:([B)V]
openejb-cxf-bundle-2.5.2.jar, BinarySecurityTokenType.class
package org.apache.cxf.ws.security.sts.provider.model.secext
BinarySecurityTokenType.BinarySecurityTokenType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/BinarySecurityTokenType."<init>":()V]
BinarySecurityTokenType.getValueType ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/BinarySecurityTokenType.getValueType:()Ljava/lang/String;]
BinarySecurityTokenType.setValueType ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/BinarySecurityTokenType.setValueType:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, Binding.class
package org.apache.cxf.binding
Binding.createMessage ( ) [abstract] : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/binding/Binding.createMessage:()Lorg/apache/cxf/message/Message;]
Binding.createMessage ( org.apache.cxf.message.Message p1 ) [abstract] : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/binding/Binding.createMessage:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/message/Message;]
Binding.getBindingInfo ( ) [abstract] : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/binding/Binding.getBindingInfo:()Lorg/apache/cxf/service/model/BindingInfo;]
package org.apache.cxf.ws.security.policy.model
Binding.Binding ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/model/Binding."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
Binding.getAlgorithmSuite ( ) : AlgorithmSuite
[run-time name: org/apache/cxf/ws/security/policy/model/Binding.getAlgorithmSuite:()Lorg/apache/cxf/ws/security/policy/model/AlgorithmSuite;]
Binding.getLayout ( ) : Layout
[run-time name: org/apache/cxf/ws/security/policy/model/Binding.getLayout:()Lorg/apache/cxf/ws/security/policy/model/Layout;]
Binding.getSignedEndorsingSupportingTokens ( ) : SupportingToken
[run-time name: org/apache/cxf/ws/security/policy/model/Binding.getSignedEndorsingSupportingTokens:()Lorg/apache/cxf/ws/security/policy/model/SupportingToken;]
Binding.getSignedSupportingToken ( ) : SupportingToken
[run-time name: org/apache/cxf/ws/security/policy/model/Binding.getSignedSupportingToken:()Lorg/apache/cxf/ws/security/policy/model/SupportingToken;]
Binding.isIncludeTimestamp ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Binding.isIncludeTimestamp:()Z]
Binding.isTokenProtection ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Binding.isTokenProtection:()Z]
Binding.setAlgorithmSuite ( AlgorithmSuite algorithmSuite ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Binding.setAlgorithmSuite:(Lorg/apache/cxf/ws/security/policy/model/AlgorithmSuite;)V]
Binding.setIncludeTimestamp ( boolean includeTimestamp ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Binding.setIncludeTimestamp:(Z)V]
Binding.setLayout ( Layout layout ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Binding.setLayout:(Lorg/apache/cxf/ws/security/policy/model/Layout;)V]
Binding.setSignedEndorsingSupportingTokens ( SupportingToken signedEndorsingSupportingTokens ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Binding.setSignedEndorsingSupportingTokens:(Lorg/apache/cxf/ws/security/policy/model/SupportingToken;)V]
Binding.setSignedSupportingToken ( SupportingToken signedSupportingToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Binding.setSignedSupportingToken:(Lorg/apache/cxf/ws/security/policy/model/SupportingToken;)V]
Binding.setTokenProtection ( boolean tokenProtection ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Binding.setTokenProtection:(Z)V]
openejb-cxf-bundle-2.5.2.jar, BindingConfiguration.class
package org.apache.cxf.binding
BindingConfiguration.BindingConfiguration ( )
[run-time name: org/apache/cxf/binding/BindingConfiguration."<init>":()V]
BindingConfiguration.getBindingId ( ) [abstract] : String
[run-time name: org/apache/cxf/binding/BindingConfiguration.getBindingId:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, BindingFactory.class
package org.apache.cxf.binding
BindingFactory.addListener ( org.apache.cxf.transport.Destination p1, org.apache.cxf.endpoint.Endpoint p2 ) [abstract] : void
[run-time name: org/apache/cxf/binding/BindingFactory.addListener:(Lorg/apache/cxf/transport/Destination;Lorg/apache/cxf/endpoint/Endpoint;)V]
BindingFactory.createBinding ( org.apache.cxf.service.model.BindingInfo p1 ) [abstract] : Binding
[run-time name: org/apache/cxf/binding/BindingFactory.createBinding:(Lorg/apache/cxf/service/model/BindingInfo;)Lorg/apache/cxf/binding/Binding;]
BindingFactory.createBindingInfo ( org.apache.cxf.service.Service p1, String p2, Object p3 ) [abstract] : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/binding/BindingFactory.createBindingInfo:(Lorg/apache/cxf/service/Service;Ljava/lang/String;Ljava/lang/Object;)Lorg/apache/cxf/service/model/BindingInfo;]
openejb-cxf-bundle-2.5.2.jar, BindingFactoryManager.class
package org.apache.cxf.binding
BindingFactoryManager.getBindingFactory ( String p1 ) [abstract] : BindingFactory
[run-time name: org/apache/cxf/binding/BindingFactoryManager.getBindingFactory:(Ljava/lang/String;)Lorg/apache/cxf/binding/BindingFactory;]
BindingFactoryManager.registerBindingFactory ( String p1, BindingFactory p2 ) [abstract] : void
[run-time name: org/apache/cxf/binding/BindingFactoryManager.registerBindingFactory:(Ljava/lang/String;Lorg/apache/cxf/binding/BindingFactory;)V]
BindingFactoryManager.unregisterBindingFactory ( String p1 ) [abstract] : void
[run-time name: org/apache/cxf/binding/BindingFactoryManager.unregisterBindingFactory:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, BindingFactoryManagerImpl.class
package org.apache.cxf.binding
BindingFactoryManagerImpl.BindingFactoryManagerImpl ( )
[run-time name: org/apache/cxf/binding/BindingFactoryManagerImpl."<init>":()V]
BindingFactoryManagerImpl.BindingFactoryManagerImpl ( java.util.Map bindingFactories )
[run-time name: org/apache/cxf/binding/BindingFactoryManagerImpl."<init>":(Ljava/util/Map;)V]
BindingFactoryManagerImpl.BindingFactoryManagerImpl ( java.util.Map bindingFactories, org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/binding/BindingFactoryManagerImpl."<init>":(Ljava/util/Map;Lorg/apache/cxf/Bus;)V]
BindingFactoryManagerImpl.BindingFactoryManagerImpl ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/binding/BindingFactoryManagerImpl."<init>":(Lorg/apache/cxf/Bus;)V]
BindingFactoryManagerImpl.BindingFactoryManagerImpl ( org.apache.cxf.configuration.spring.MapProvider bindingFactories )
[run-time name: org/apache/cxf/binding/BindingFactoryManagerImpl."<init>":(Lorg/apache/cxf/configuration/spring/MapProvider;)V]
BindingFactoryManagerImpl.getBindingFactory ( String namespace ) : BindingFactory
[run-time name: org/apache/cxf/binding/BindingFactoryManagerImpl.getBindingFactory:(Ljava/lang/String;)Lorg/apache/cxf/binding/BindingFactory;]
BindingFactoryManagerImpl.registerBindingFactory ( String name, BindingFactory factory ) : void
[run-time name: org/apache/cxf/binding/BindingFactoryManagerImpl.registerBindingFactory:(Ljava/lang/String;Lorg/apache/cxf/binding/BindingFactory;)V]
BindingFactoryManagerImpl.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/binding/BindingFactoryManagerImpl.setBus:(Lorg/apache/cxf/Bus;)V]
BindingFactoryManagerImpl.setMapProvider ( org.apache.cxf.configuration.spring.MapProvider bindingFactoriesMapProvider ) : void
[run-time name: org/apache/cxf/binding/BindingFactoryManagerImpl.setMapProvider:(Lorg/apache/cxf/configuration/spring/MapProvider;)V]
BindingFactoryManagerImpl.unregisterBindingFactory ( String name ) : void
[run-time name: org/apache/cxf/binding/BindingFactoryManagerImpl.unregisterBindingFactory:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, BindingFaultFactory.class
package org.apache.cxf.ws.rm
BindingFaultFactory.createFault ( SequenceFault p1, org.apache.cxf.message.Message p2 ) [abstract] : org.apache.cxf.interceptor.Fault
[run-time name: org/apache/cxf/ws/rm/BindingFaultFactory.createFault:(Lorg/apache/cxf/ws/rm/SequenceFault;Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/interceptor/Fault;]
BindingFaultFactory.toString ( org.apache.cxf.interceptor.Fault p1 ) [abstract] : String
[run-time name: org/apache/cxf/ws/rm/BindingFaultFactory.toString:(Lorg/apache/cxf/interceptor/Fault;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, BindingFaultInfo.class
package org.apache.cxf.service.model
BindingFaultInfo.BindingFaultInfo ( FaultInfo f, BindingOperationInfo info )
[run-time name: org/apache/cxf/service/model/BindingFaultInfo."<init>":(Lorg/apache/cxf/service/model/FaultInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;)V]
BindingFaultInfo.getBindingOperation ( ) : BindingOperationInfo
[run-time name: org/apache/cxf/service/model/BindingFaultInfo.getBindingOperation:()Lorg/apache/cxf/service/model/BindingOperationInfo;]
BindingFaultInfo.getFaultInfo ( ) : FaultInfo
[run-time name: org/apache/cxf/service/model/BindingFaultInfo.getFaultInfo:()Lorg/apache/cxf/service/model/FaultInfo;]
openejb-cxf-bundle-2.5.2.jar, BindingID.class
package org.apache.cxf.jaxws.support
BindingID.getBindingID ( String jaxwsBindingID ) [static] : String
[run-time name: org/apache/cxf/jaxws/support/BindingID.getBindingID:(Ljava/lang/String;)Ljava/lang/String;]
BindingID.getJaxwsBindingID ( String transportID ) [static] : String
[run-time name: org/apache/cxf/jaxws/support/BindingID.getJaxwsBindingID:(Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, BindingInfo.class
package org.apache.cxf.service.model
BindingInfo.addOperation ( BindingOperationInfo operation ) : void
[run-time name: org/apache/cxf/service/model/BindingInfo.addOperation:(Lorg/apache/cxf/service/model/BindingOperationInfo;)V]
BindingInfo.BindingInfo ( ServiceInfo service, String bindingId )
[run-time name: org/apache/cxf/service/model/BindingInfo."<init>":(Lorg/apache/cxf/service/model/ServiceInfo;Ljava/lang/String;)V]
BindingInfo.buildOperation ( javax.xml.namespace.QName opName, String inName, String outName ) : BindingOperationInfo
[run-time name: org/apache/cxf/service/model/BindingInfo.buildOperation:(Ljavax/xml/namespace/QName;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cxf/service/model/BindingOperationInfo;]
BindingInfo.getBindingId ( ) : String
[run-time name: org/apache/cxf/service/model/BindingInfo.getBindingId:()Ljava/lang/String;]
BindingInfo.getInterface ( ) : InterfaceInfo
[run-time name: org/apache/cxf/service/model/BindingInfo.getInterface:()Lorg/apache/cxf/service/model/InterfaceInfo;]
BindingInfo.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/model/BindingInfo.getName:()Ljavax/xml/namespace/QName;]
BindingInfo.getOperation ( javax.xml.namespace.QName oname ) : BindingOperationInfo
[run-time name: org/apache/cxf/service/model/BindingInfo.getOperation:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/service/model/BindingOperationInfo;]
BindingInfo.getOperation ( OperationInfo oi ) : BindingOperationInfo
[run-time name: org/apache/cxf/service/model/BindingInfo.getOperation:(Lorg/apache/cxf/service/model/OperationInfo;)Lorg/apache/cxf/service/model/BindingOperationInfo;]
BindingInfo.getOperations ( ) : java.util.Collection
[run-time name: org/apache/cxf/service/model/BindingInfo.getOperations:()Ljava/util/Collection;]
BindingInfo.getService ( ) : ServiceInfo
[run-time name: org/apache/cxf/service/model/BindingInfo.getService:()Lorg/apache/cxf/service/model/ServiceInfo;]
BindingInfo.removeOperation ( BindingOperationInfo operation ) : void
[run-time name: org/apache/cxf/service/model/BindingInfo.removeOperation:(Lorg/apache/cxf/service/model/BindingOperationInfo;)V]
BindingInfo.setName ( javax.xml.namespace.QName n ) : void
[run-time name: org/apache/cxf/service/model/BindingInfo.setName:(Ljavax/xml/namespace/QName;)V]
BindingInfo.toString ( ) : String
[run-time name: org/apache/cxf/service/model/BindingInfo.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, BindingMessageInfo.class
package org.apache.cxf.service.model
BindingMessageInfo.BindingMessageInfo ( )
[run-time name: org/apache/cxf/service/model/BindingMessageInfo."<init>":()V]
BindingMessageInfo.BindingMessageInfo ( MessageInfo m, BindingOperationInfo boi )
[run-time name: org/apache/cxf/service/model/BindingMessageInfo."<init>":(Lorg/apache/cxf/service/model/MessageInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;)V]
BindingMessageInfo.getBindingOperation ( ) : BindingOperationInfo
[run-time name: org/apache/cxf/service/model/BindingMessageInfo.getBindingOperation:()Lorg/apache/cxf/service/model/BindingOperationInfo;]
BindingMessageInfo.getMessageInfo ( ) : MessageInfo
[run-time name: org/apache/cxf/service/model/BindingMessageInfo.getMessageInfo:()Lorg/apache/cxf/service/model/MessageInfo;]
BindingMessageInfo.getMessageParts ( ) : java.util.List
[run-time name: org/apache/cxf/service/model/BindingMessageInfo.getMessageParts:()Ljava/util/List;]
BindingMessageInfo.setMessageParts ( java.util.List messageParts ) : void
[run-time name: org/apache/cxf/service/model/BindingMessageInfo.setMessageParts:(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, BindingOperationInfo.class
package org.apache.cxf.service.model
BindingOperationInfo.BindingOperationInfo ( )
[run-time name: org/apache/cxf/service/model/BindingOperationInfo."<init>":()V]
BindingOperationInfo.BindingOperationInfo ( BindingInfo bi, OperationInfo opinfo )
[run-time name: org/apache/cxf/service/model/BindingOperationInfo."<init>":(Lorg/apache/cxf/service/model/BindingInfo;Lorg/apache/cxf/service/model/OperationInfo;)V]
BindingOperationInfo.equals ( Object o ) : boolean
[run-time name: org/apache/cxf/service/model/BindingOperationInfo.equals:(Ljava/lang/Object;)Z]
BindingOperationInfo.getBinding ( ) : BindingInfo
[run-time name: org/apache/cxf/service/model/BindingOperationInfo.getBinding:()Lorg/apache/cxf/service/model/BindingInfo;]
BindingOperationInfo.getFault ( javax.xml.namespace.QName name ) : BindingFaultInfo
[run-time name: org/apache/cxf/service/model/BindingOperationInfo.getFault:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/service/model/BindingFaultInfo;]
BindingOperationInfo.getFaults ( ) : java.util.Collection
[run-time name: org/apache/cxf/service/model/BindingOperationInfo.getFaults:()Ljava/util/Collection;]
BindingOperationInfo.getInput ( ) : BindingMessageInfo
[run-time name: org/apache/cxf/service/model/BindingOperationInfo.getInput:()Lorg/apache/cxf/service/model/BindingMessageInfo;]
BindingOperationInfo.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/model/BindingOperationInfo.getName:()Ljavax/xml/namespace/QName;]
BindingOperationInfo.getOperationInfo ( ) : OperationInfo
[run-time name: org/apache/cxf/service/model/BindingOperationInfo.getOperationInfo:()Lorg/apache/cxf/service/model/OperationInfo;]
BindingOperationInfo.getOutput ( ) : BindingMessageInfo
[run-time name: org/apache/cxf/service/model/BindingOperationInfo.getOutput:()Lorg/apache/cxf/service/model/BindingMessageInfo;]
BindingOperationInfo.getUnwrappedOperation ( ) : BindingOperationInfo
[run-time name: org/apache/cxf/service/model/BindingOperationInfo.getUnwrappedOperation:()Lorg/apache/cxf/service/model/BindingOperationInfo;]
BindingOperationInfo.getWrappedOperation ( ) : BindingOperationInfo
[run-time name: org/apache/cxf/service/model/BindingOperationInfo.getWrappedOperation:()Lorg/apache/cxf/service/model/BindingOperationInfo;]
BindingOperationInfo.hashCode ( ) : int
[run-time name: org/apache/cxf/service/model/BindingOperationInfo.hashCode:()I]
BindingOperationInfo.isUnwrapped ( ) : boolean
[run-time name: org/apache/cxf/service/model/BindingOperationInfo.isUnwrapped:()Z]
BindingOperationInfo.isUnwrappedCapable ( ) : boolean
[run-time name: org/apache/cxf/service/model/BindingOperationInfo.isUnwrappedCapable:()Z]
BindingOperationInfo.setUnwrappedOperation ( BindingOperationInfo op ) : void
[run-time name: org/apache/cxf/service/model/BindingOperationInfo.setUnwrappedOperation:(Lorg/apache/cxf/service/model/BindingOperationInfo;)V]
BindingOperationInfo.toString ( ) : String
[run-time name: org/apache/cxf/service/model/BindingOperationInfo.toString:()Ljava/lang/String;]
BindingOperationInfo.updateUnwrappedOperation ( ) : void
[run-time name: org/apache/cxf/service/model/BindingOperationInfo.updateUnwrappedOperation:()V]
openejb-cxf-bundle-2.5.2.jar, BindingPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
BindingPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap p1, org.apache.cxf.message.Message p2, org.w3c.dom.Element p3, java.util.List p4, java.util.List p5, java.util.List p6 ) [abstract] : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/BindingPolicyValidator.validatePolicy:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/cxf/message/Message;Lorg/w3c/dom/Element;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Z]
openejb-cxf-bundle-2.5.2.jar, BindingType.class
package org.apache.cxf.binding.corba.wsdl
BindingType.BindingType ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/BindingType."<init>":()V]
BindingType.getBases ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/wsdl/BindingType.getBases:()Ljava/util/List;]
BindingType.getRepositoryID ( ) : String
[run-time name: org/apache/cxf/binding/corba/wsdl/BindingType.getRepositoryID:()Ljava/lang/String;]
BindingType.isSetBases ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/BindingType.isSetBases:()Z]
BindingType.isSetRepositoryID ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/BindingType.isSetRepositoryID:()Z]
BindingType.setRepositoryID ( String value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/BindingType.setRepositoryID:(Ljava/lang/String;)V]
BindingType.unsetBases ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/BindingType.unsetBases:()V]
package org.apache.cxf.wsdl.http
BindingType.BindingType ( )
[run-time name: org/apache/cxf/wsdl/http/BindingType."<init>":()V]
BindingType.getVerb ( ) : String
[run-time name: org/apache/cxf/wsdl/http/BindingType.getVerb:()Ljava/lang/String;]
BindingType.isSetVerb ( ) : boolean
[run-time name: org/apache/cxf/wsdl/http/BindingType.isSetVerb:()Z]
BindingType.setVerb ( String value ) : void
[run-time name: org/apache/cxf/wsdl/http/BindingType.setVerb:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, BlueprintBeanLocator.class
package org.apache.cxf.bus.blueprint
BlueprintBeanLocator.BlueprintBeanLocator ( org.apache.cxf.configuration.ConfiguredBeanLocator orig, org.osgi.service.blueprint.container.BlueprintContainer cont, org.osgi.framework.BundleContext context )
[run-time name: org/apache/cxf/bus/blueprint/BlueprintBeanLocator."<init>":(Lorg/apache/cxf/configuration/ConfiguredBeanLocator;Lorg/osgi/service/blueprint/container/BlueprintContainer;Lorg/osgi/framework/BundleContext;)V]
BlueprintBeanLocator.getBeanNamesOfType ( Class type ) : java.util.List
[run-time name: org/apache/cxf/bus/blueprint/BlueprintBeanLocator.getBeanNamesOfType:(Ljava/lang/Class;)Ljava/util/List;]
BlueprintBeanLocator.getBeanOfType ( String name, Class type ) : Object
[run-time name: org/apache/cxf/bus/blueprint/BlueprintBeanLocator.getBeanOfType:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
BlueprintBeanLocator.getBeansOfType ( Class type ) : java.util.Collection
[run-time name: org/apache/cxf/bus/blueprint/BlueprintBeanLocator.getBeansOfType:(Ljava/lang/Class;)Ljava/util/Collection;]
BlueprintBeanLocator.hasConfiguredPropertyValue ( String beanName, String propertyName, String value ) : boolean
[run-time name: org/apache/cxf/bus/blueprint/BlueprintBeanLocator.hasConfiguredPropertyValue:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z]
BlueprintBeanLocator.loadBeansOfType ( Class type, org.apache.cxf.configuration.ConfiguredBeanLocator.BeanLoaderListener listener ) : boolean
[run-time name: org/apache/cxf/bus/blueprint/BlueprintBeanLocator.loadBeansOfType:(Ljava/lang/Class;Lorg/apache/cxf/configuration/ConfiguredBeanLocator$BeanLoaderListener;)Z]
openejb-cxf-bundle-2.5.2.jar, BlueprintBus.class
package org.apache.cxf.bus.blueprint
BlueprintBus.BlueprintBus ( )
[run-time name: org/apache/cxf/bus/blueprint/BlueprintBus."<init>":()V]
BlueprintBus.getId ( ) : String
[run-time name: org/apache/cxf/bus/blueprint/BlueprintBus.getId:()Ljava/lang/String;]
BlueprintBus.loadAdditionalFeatures ( ) : void
[run-time name: org/apache/cxf/bus/blueprint/BlueprintBus.loadAdditionalFeatures:()V]
BlueprintBus.setBlueprintContainer ( org.osgi.service.blueprint.container.BlueprintContainer con ) : void
[run-time name: org/apache/cxf/bus/blueprint/BlueprintBus.setBlueprintContainer:(Lorg/osgi/service/blueprint/container/BlueprintContainer;)V]
BlueprintBus.setBundleContext ( org.osgi.framework.BundleContext c ) : void
[run-time name: org/apache/cxf/bus/blueprint/BlueprintBus.setBundleContext:(Lorg/osgi/framework/BundleContext;)V]
openejb-cxf-bundle-2.5.2.jar, BlueprintResourceFactory.class
package org.apache.cxf.jaxrs.blueprint
BlueprintResourceFactory.BlueprintResourceFactory ( )
[run-time name: org/apache/cxf/jaxrs/blueprint/BlueprintResourceFactory."<init>":()V]
BlueprintResourceFactory.BlueprintResourceFactory ( String name )
[run-time name: org/apache/cxf/jaxrs/blueprint/BlueprintResourceFactory."<init>":(Ljava/lang/String;)V]
BlueprintResourceFactory.getInstance ( org.apache.cxf.message.Message m ) : Object
[run-time name: org/apache/cxf/jaxrs/blueprint/BlueprintResourceFactory.getInstance:(Lorg/apache/cxf/message/Message;)Ljava/lang/Object;]
BlueprintResourceFactory.getResourceClass ( ) : Class
[run-time name: org/apache/cxf/jaxrs/blueprint/BlueprintResourceFactory.getResourceClass:()Ljava/lang/Class;]
BlueprintResourceFactory.isSingleton ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/blueprint/BlueprintResourceFactory.isSingleton:()Z]
BlueprintResourceFactory.releaseInstance ( org.apache.cxf.message.Message m, Object o ) : void
[run-time name: org/apache/cxf/jaxrs/blueprint/BlueprintResourceFactory.releaseInstance:(Lorg/apache/cxf/message/Message;Ljava/lang/Object;)V]
BlueprintResourceFactory.setBeanId ( String serviceBeanId ) : void
[run-time name: org/apache/cxf/jaxrs/blueprint/BlueprintResourceFactory.setBeanId:(Ljava/lang/String;)V]
BlueprintResourceFactory.setBlueprintContainer ( org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer ) : void
[run-time name: org/apache/cxf/jaxrs/blueprint/BlueprintResourceFactory.setBlueprintContainer:(Lorg/osgi/service/blueprint/container/BlueprintContainer;)V]
openejb-cxf-bundle-2.5.2.jar, BooleanType.class
package org.apache.cxf.aegis.type.basic
BooleanType.BooleanType ( )
[run-time name: org/apache/cxf/aegis/type/basic/BooleanType."<init>":()V]
BooleanType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/BooleanType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
BooleanType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/BooleanType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, BridgeWrapper.class
package org.apache.cxf.jaxb
JAXBUtils.BridgeWrapper.marshal ( Object p1, javax.xml.stream.XMLStreamWriter p2, javax.xml.bind.attachment.AttachmentMarshaller p3 ) [abstract] : void
[run-time name: org/apache/cxf/jaxb/JAXBUtils.BridgeWrapper.marshal:(Ljava/lang/Object;Ljavax/xml/stream/XMLStreamWriter;Ljavax/xml/bind/attachment/AttachmentMarshaller;)V]
JAXBUtils.BridgeWrapper.marshal ( Object p1, javax.xml.transform.stream.StreamResult p2 ) [abstract] : void
[run-time name: org/apache/cxf/jaxb/JAXBUtils.BridgeWrapper.marshal:(Ljava/lang/Object;Ljavax/xml/transform/stream/StreamResult;)V]
JAXBUtils.BridgeWrapper.marshal ( Object p1, org.w3c.dom.Node p2, javax.xml.bind.attachment.AttachmentMarshaller p3 ) [abstract] : void
[run-time name: org/apache/cxf/jaxb/JAXBUtils.BridgeWrapper.marshal:(Ljava/lang/Object;Lorg/w3c/dom/Node;Ljavax/xml/bind/attachment/AttachmentMarshaller;)V]
JAXBUtils.BridgeWrapper.unmarshal ( java.io.InputStream p1 ) [abstract] : Object
[run-time name: org/apache/cxf/jaxb/JAXBUtils.BridgeWrapper.unmarshal:(Ljava/io/InputStream;)Ljava/lang/Object;]
JAXBUtils.BridgeWrapper.unmarshal ( javax.xml.stream.XMLStreamReader p1, javax.xml.bind.attachment.AttachmentUnmarshaller p2 ) [abstract] : Object
[run-time name: org/apache/cxf/jaxb/JAXBUtils.BridgeWrapper.unmarshal:(Ljavax/xml/stream/XMLStreamReader;Ljavax/xml/bind/attachment/AttachmentUnmarshaller;)Ljava/lang/Object;]
JAXBUtils.BridgeWrapper.unmarshal ( org.w3c.dom.Node p1, javax.xml.bind.attachment.AttachmentUnmarshaller p2 ) [abstract] : Object
[run-time name: org/apache/cxf/jaxb/JAXBUtils.BridgeWrapper.unmarshal:(Lorg/w3c/dom/Node;Ljavax/xml/bind/attachment/AttachmentUnmarshaller;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, Builder.class
package org.apache.cxf.tools.plugin
Builder.Builder ( )
[run-time name: org/apache/cxf/tools/plugin/Builder."<init>":()V]
Builder.getName ( ) : String
[run-time name: org/apache/cxf/tools/plugin/Builder.getName:()Ljava/lang/String;]
Builder.getPackage ( ) : String
[run-time name: org/apache/cxf/tools/plugin/Builder.getPackage:()Ljava/lang/String;]
Builder.setName ( String value ) : void
[run-time name: org/apache/cxf/tools/plugin/Builder.setName:(Ljava/lang/String;)V]
Builder.setPackage ( String value ) : void
[run-time name: org/apache/cxf/tools/plugin/Builder.setPackage:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, BuiltInTypesJavaMappingUtil.class
package org.apache.cxf.tools.util
BuiltInTypesJavaMappingUtil.getJType ( String nameSpace, String type ) [static] : String
[run-time name: org/apache/cxf/tools/util/BuiltInTypesJavaMappingUtil.getJType:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, BundleDelegatingClassLoader.class
package org.apache.cxf.bus.blueprint
BundleDelegatingClassLoader.BundleDelegatingClassLoader ( org.osgi.framework.Bundle bundle )
[run-time name: org/apache/cxf/bus/blueprint/BundleDelegatingClassLoader."<init>":(Lorg/osgi/framework/Bundle;)V]
BundleDelegatingClassLoader.BundleDelegatingClassLoader ( org.osgi.framework.Bundle bundle, ClassLoader classLoader )
[run-time name: org/apache/cxf/bus/blueprint/BundleDelegatingClassLoader."<init>":(Lorg/osgi/framework/Bundle;Ljava/lang/ClassLoader;)V]
BundleDelegatingClassLoader.findClass ( String name ) : Class
[run-time name: org/apache/cxf/bus/blueprint/BundleDelegatingClassLoader.findClass:(Ljava/lang/String;)Ljava/lang/Class;]
BundleDelegatingClassLoader.findResource ( String name ) : java.net.URL
[run-time name: org/apache/cxf/bus/blueprint/BundleDelegatingClassLoader.findResource:(Ljava/lang/String;)Ljava/net/URL;]
BundleDelegatingClassLoader.findResources ( String name ) : java.util.Enumeration
[run-time name: org/apache/cxf/bus/blueprint/BundleDelegatingClassLoader.findResources:(Ljava/lang/String;)Ljava/util/Enumeration;]
BundleDelegatingClassLoader.getBundle ( ) : org.osgi.framework.Bundle
[run-time name: org/apache/cxf/bus/blueprint/BundleDelegatingClassLoader.getBundle:()Lorg/osgi/framework/Bundle;]
BundleDelegatingClassLoader.loadClass ( String name, boolean resolve ) : Class
[run-time name: org/apache/cxf/bus/blueprint/BundleDelegatingClassLoader.loadClass:(Ljava/lang/String;Z)Ljava/lang/Class;]
openejb-cxf-bundle-2.5.2.jar, BundleUtils.class
package org.apache.cxf.common.i18n
BundleUtils.getBundle ( Class cls ) [static] : java.util.ResourceBundle
[run-time name: org/apache/cxf/common/i18n/BundleUtils.getBundle:(Ljava/lang/Class;)Ljava/util/ResourceBundle;]
BundleUtils.getBundle ( Class cls, String name ) [static] : java.util.ResourceBundle
[run-time name: org/apache/cxf/common/i18n/BundleUtils.getBundle:(Ljava/lang/Class;Ljava/lang/String;)Ljava/util/ResourceBundle;]
BundleUtils.getBundleName ( Class cls ) [static] : String
[run-time name: org/apache/cxf/common/i18n/BundleUtils.getBundleName:(Ljava/lang/Class;)Ljava/lang/String;]
BundleUtils.getBundleName ( Class cls, String name ) [static] : String
[run-time name: org/apache/cxf/common/i18n/BundleUtils.getBundleName:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/String;]
BundleUtils.getFormattedString ( java.util.ResourceBundle b, String key, Object[ ] params ) [static] : String
[run-time name: org/apache/cxf/common/i18n/BundleUtils.getFormattedString:(Ljava/util/ResourceBundle;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, Bus.class
package org.apache.cxf
Bus.getExtension ( Class p1 ) [abstract] : Object
[run-time name: org/apache/cxf/Bus.getExtension:(Ljava/lang/Class;)Ljava/lang/Object;]
Bus.getFeatures ( ) [abstract] : java.util.Collection
[run-time name: org/apache/cxf/Bus.getFeatures:()Ljava/util/Collection;]
Bus.getId ( ) [abstract] : String
[run-time name: org/apache/cxf/Bus.getId:()Ljava/lang/String;]
Bus.getProperties ( ) [abstract] : java.util.Map
[run-time name: org/apache/cxf/Bus.getProperties:()Ljava/util/Map;]
Bus.getProperty ( String p1 ) [abstract] : Object
[run-time name: org/apache/cxf/Bus.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
Bus.run ( ) [abstract] : void
[run-time name: org/apache/cxf/Bus.run:()V]
Bus.setExtension ( Object p1, Class p2 ) [abstract] : void
[run-time name: org/apache/cxf/Bus.setExtension:(Ljava/lang/Object;Ljava/lang/Class;)V]
Bus.setProperty ( String p1, Object p2 ) [abstract] : void
[run-time name: org/apache/cxf/Bus.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
Bus.shutdown ( boolean p1 ) [abstract] : void
[run-time name: org/apache/cxf/Bus.shutdown:(Z)V]
openejb-cxf-bundle-2.5.2.jar, BusApplicationContext.class
package org.apache.cxf.bus.spring
BusApplicationContext.BusApplicationContext ( java.net.URL url, boolean include )
[run-time name: org/apache/cxf/bus/spring/BusApplicationContext."<init>":(Ljava/net/URL;Z)V]
BusApplicationContext.BusApplicationContext ( java.net.URL url, boolean include, org.springframework.context.ApplicationContext parent )
[run-time name: org/apache/cxf/bus/spring/BusApplicationContext."<init>":(Ljava/net/URL;ZLorg/springframework/context/ApplicationContext;)V]
BusApplicationContext.BusApplicationContext ( java.net.URL[ ] url, boolean include, org.springframework.context.ApplicationContext parent )
[run-time name: org/apache/cxf/bus/spring/BusApplicationContext."<init>":([Ljava/net/URL;ZLorg/springframework/context/ApplicationContext;)V]
BusApplicationContext.BusApplicationContext ( java.net.URL[ ] urls, boolean include )
[run-time name: org/apache/cxf/bus/spring/BusApplicationContext."<init>":([Ljava/net/URL;Z)V]
BusApplicationContext.BusApplicationContext ( String cf, boolean include )
[run-time name: org/apache/cxf/bus/spring/BusApplicationContext."<init>":(Ljava/lang/String;Z)V]
BusApplicationContext.BusApplicationContext ( String cf, boolean include, org.springframework.context.ApplicationContext parent )
[run-time name: org/apache/cxf/bus/spring/BusApplicationContext."<init>":(Ljava/lang/String;ZLorg/springframework/context/ApplicationContext;)V]
BusApplicationContext.BusApplicationContext ( String[ ] cf, boolean include, org.springframework.context.ApplicationContext parent )
[run-time name: org/apache/cxf/bus/spring/BusApplicationContext."<init>":([Ljava/lang/String;ZLorg/springframework/context/ApplicationContext;)V]
BusApplicationContext.BusApplicationContext ( String[ ] cfs, boolean include )
[run-time name: org/apache/cxf/bus/spring/BusApplicationContext."<init>":([Ljava/lang/String;Z)V]
BusApplicationContext.findResource ( String cfgFile ) [static] : org.springframework.core.io.Resource
[run-time name: org/apache/cxf/bus/spring/BusApplicationContext.findResource:(Ljava/lang/String;)Lorg/springframework/core/io/Resource;]
BusApplicationContext.getConfigResources ( ) : org.springframework.core.io.Resource[ ]
[run-time name: org/apache/cxf/bus/spring/BusApplicationContext.getConfigResources:()[Lorg/springframework/core/io/Resource;]
BusApplicationContext.initBeanDefinitionReader ( org.springframework.beans.factory.xml.XmlBeanDefinitionReader reader ) : void
[run-time name: org/apache/cxf/bus/spring/BusApplicationContext.initBeanDefinitionReader:(Lorg/springframework/beans/factory/xml/XmlBeanDefinitionReader;)V]
BusApplicationContext.loadBeanDefinitions ( org.springframework.beans.factory.support.DefaultListableBeanFactory beanFactory ) : void
[run-time name: org/apache/cxf/bus/spring/BusApplicationContext.loadBeanDefinitions:(Lorg/springframework/beans/factory/support/DefaultListableBeanFactory;)V]
openejb-cxf-bundle-2.5.2.jar, BusApplicationContextResourceResolver.class
package org.apache.cxf.bus.spring
BusApplicationContextResourceResolver.BusApplicationContextResourceResolver ( )
[run-time name: org/apache/cxf/bus/spring/BusApplicationContextResourceResolver."<init>":()V]
BusApplicationContextResourceResolver.BusApplicationContextResourceResolver ( org.springframework.context.ApplicationContext c )
[run-time name: org/apache/cxf/bus/spring/BusApplicationContextResourceResolver."<init>":(Lorg/springframework/context/ApplicationContext;)V]
BusApplicationContextResourceResolver.getAsStream ( String name ) : java.io.InputStream
[run-time name: org/apache/cxf/bus/spring/BusApplicationContextResourceResolver.getAsStream:(Ljava/lang/String;)Ljava/io/InputStream;]
BusApplicationContextResourceResolver.resolve ( String resourceName, Class resourceType ) : Object
[run-time name: org/apache/cxf/bus/spring/BusApplicationContextResourceResolver.resolve:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
BusApplicationContextResourceResolver.setApplicationContext ( org.springframework.context.ApplicationContext applicationContext ) : void
[run-time name: org/apache/cxf/bus/spring/BusApplicationContextResourceResolver.setApplicationContext:(Lorg/springframework/context/ApplicationContext;)V]
openejb-cxf-bundle-2.5.2.jar, BusConfig.class
package org.apache.cxf.bus.spring
BusDefinitionParser.BusConfig.BusDefinitionParser.BusConfig ( String busName )
[run-time name: org/apache/cxf/bus/spring/BusDefinitionParser.BusConfig."<init>":(Ljava/lang/String;)V]
BusDefinitionParser.BusConfig.getFeatures ( ) : java.util.Collection
[run-time name: org/apache/cxf/bus/spring/BusDefinitionParser.BusConfig.getFeatures:()Ljava/util/Collection;]
BusDefinitionParser.BusConfig.getInFaultInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/bus/spring/BusDefinitionParser.BusConfig.getInFaultInterceptors:()Ljava/util/List;]
BusDefinitionParser.BusConfig.getInInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/bus/spring/BusDefinitionParser.BusConfig.getInInterceptors:()Ljava/util/List;]
BusDefinitionParser.BusConfig.getOutFaultInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/bus/spring/BusDefinitionParser.BusConfig.getOutFaultInterceptors:()Ljava/util/List;]
BusDefinitionParser.BusConfig.getOutInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/bus/spring/BusDefinitionParser.BusConfig.getOutInterceptors:()Ljava/util/List;]
BusDefinitionParser.BusConfig.getProperties ( ) : java.util.Map
[run-time name: org/apache/cxf/bus/spring/BusDefinitionParser.BusConfig.getProperties:()Ljava/util/Map;]
BusDefinitionParser.BusConfig.setApplicationContext ( org.springframework.context.ApplicationContext applicationContext ) : void
[run-time name: org/apache/cxf/bus/spring/BusDefinitionParser.BusConfig.setApplicationContext:(Lorg/springframework/context/ApplicationContext;)V]
BusDefinitionParser.BusConfig.setBus ( org.apache.cxf.Bus bb ) : void
[run-time name: org/apache/cxf/bus/spring/BusDefinitionParser.BusConfig.setBus:(Lorg/apache/cxf/Bus;)V]
BusDefinitionParser.BusConfig.setFeatures ( java.util.Collection features ) : void
[run-time name: org/apache/cxf/bus/spring/BusDefinitionParser.BusConfig.setFeatures:(Ljava/util/Collection;)V]
BusDefinitionParser.BusConfig.setId ( String s ) : void
[run-time name: org/apache/cxf/bus/spring/BusDefinitionParser.BusConfig.setId:(Ljava/lang/String;)V]
BusDefinitionParser.BusConfig.setInFaultInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/bus/spring/BusDefinitionParser.BusConfig.setInFaultInterceptors:(Ljava/util/List;)V]
BusDefinitionParser.BusConfig.setInInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/bus/spring/BusDefinitionParser.BusConfig.setInInterceptors:(Ljava/util/List;)V]
BusDefinitionParser.BusConfig.setOutFaultInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/bus/spring/BusDefinitionParser.BusConfig.setOutFaultInterceptors:(Ljava/util/List;)V]
BusDefinitionParser.BusConfig.setOutInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/bus/spring/BusDefinitionParser.BusConfig.setOutInterceptors:(Ljava/util/List;)V]
BusDefinitionParser.BusConfig.setProperties ( java.util.Map s ) : void
[run-time name: org/apache/cxf/bus/spring/BusDefinitionParser.BusConfig.setProperties:(Ljava/util/Map;)V]
openejb-cxf-bundle-2.5.2.jar, BusCreationListener.class
package org.apache.cxf.buslifecycle
BusCreationListener.busCreated ( org.apache.cxf.Bus p1 ) [abstract] : void
[run-time name: org/apache/cxf/buslifecycle/BusCreationListener.busCreated:(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, BusDefinitionParser.class
package org.apache.cxf.bus.blueprint
BusDefinitionParser.BusDefinitionParser ( )
[run-time name: org/apache/cxf/bus/blueprint/BusDefinitionParser."<init>":()V]
BusDefinitionParser.hasBusProperty ( ) : boolean
[run-time name: org/apache/cxf/bus/blueprint/BusDefinitionParser.hasBusProperty:()Z]
BusDefinitionParser.mapElement ( org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element el, String name ) : void
[run-time name: org/apache/cxf/bus/blueprint/BusDefinitionParser.mapElement:(Lorg/apache/aries/blueprint/ParserContext;Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
BusDefinitionParser.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/bus/blueprint/BusDefinitionParser.parse:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/Metadata;]
BusDefinitionParser.processBusAttribute ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, String val ) : void
[run-time name: org/apache/cxf/bus/blueprint/BusDefinitionParser.processBusAttribute:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;Ljava/lang/String;)V]
package org.apache.cxf.bus.spring
BusDefinitionParser.BusDefinitionParser ( )
[run-time name: org/apache/cxf/bus/spring/BusDefinitionParser."<init>":()V]
BusDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean ) : void
[run-time name: org/apache/cxf/bus/spring/BusDefinitionParser.doParse:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;)V]
BusDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name ) : void
[run-time name: org/apache/cxf/bus/spring/BusDefinitionParser.mapElement:(Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
BusDefinitionParser.processBusAttribute ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, String val ) : boolean
[run-time name: org/apache/cxf/bus/spring/BusDefinitionParser.processBusAttribute:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Ljava/lang/String;)Z]
BusDefinitionParser.resolveId ( org.w3c.dom.Element element, org.springframework.beans.factory.support.AbstractBeanDefinition definition, org.springframework.beans.factory.xml.ParserContext ctx ) : String
[run-time name: org/apache/cxf/bus/spring/BusDefinitionParser.resolveId:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/support/AbstractBeanDefinition;Lorg/springframework/beans/factory/xml/ParserContext;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, BusEntityResolver.class
package org.apache.cxf.bus.spring
BusEntityResolver.BusEntityResolver ( org.xml.sax.EntityResolver dr, org.xml.sax.EntityResolver sr )
[run-time name: org/apache/cxf/bus/spring/BusEntityResolver."<init>":(Lorg/xml/sax/EntityResolver;Lorg/xml/sax/EntityResolver;)V]
BusEntityResolver.resolveEntity ( String publicId, String systemId ) : org.xml.sax.InputSource
[run-time name: org/apache/cxf/bus/spring/BusEntityResolver.resolveEntity:(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;]
openejb-cxf-bundle-2.5.2.jar, BusException.class
package org.apache.cxf
BusException.BusException ( common.i18n.Message msg )
[run-time name: org/apache/cxf/BusException."<init>":(Lorg/apache/cxf/common/i18n/Message;)V]
BusException.BusException ( common.i18n.Message msg, Throwable cause )
[run-time name: org/apache/cxf/BusException."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;)V]
BusException.BusException ( Throwable cause )
[run-time name: org/apache/cxf/BusException."<init>":(Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, BusExtension.class
package org.apache.cxf.extension
BusExtension.getRegistrationType ( ) [abstract] : Class
[run-time name: org/apache/cxf/extension/BusExtension.getRegistrationType:()Ljava/lang/Class;]
openejb-cxf-bundle-2.5.2.jar, BusExtensionPostProcessor.class
package org.apache.cxf.bus.spring
BusExtensionPostProcessor.BusExtensionPostProcessor ( )
[run-time name: org/apache/cxf/bus/spring/BusExtensionPostProcessor."<init>":()V]
BusExtensionPostProcessor.getOrder ( ) : int
[run-time name: org/apache/cxf/bus/spring/BusExtensionPostProcessor.getOrder:()I]
BusExtensionPostProcessor.postProcessAfterInitialization ( Object bean, String beanId ) : Object
[run-time name: org/apache/cxf/bus/spring/BusExtensionPostProcessor.postProcessAfterInitialization:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;]
BusExtensionPostProcessor.postProcessBeforeInitialization ( Object bean, String beanId ) : Object
[run-time name: org/apache/cxf/bus/spring/BusExtensionPostProcessor.postProcessBeforeInitialization:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;]
BusExtensionPostProcessor.setApplicationContext ( org.springframework.context.ApplicationContext ctx ) : void
[run-time name: org/apache/cxf/bus/spring/BusExtensionPostProcessor.setApplicationContext:(Lorg/springframework/context/ApplicationContext;)V]
openejb-cxf-bundle-2.5.2.jar, BusFactory.class
package org.apache.cxf
BusFactory.BusFactory ( )
[run-time name: org/apache/cxf/BusFactory."<init>":()V]
BusFactory.clearDefaultBusForAnyThread ( Bus bus ) [static] : void
[run-time name: org/apache/cxf/BusFactory.clearDefaultBusForAnyThread:(Lorg/apache/cxf/Bus;)V]
BusFactory.createBus ( ) [abstract] : Bus
[run-time name: org/apache/cxf/BusFactory.createBus:()Lorg/apache/cxf/Bus;]
BusFactory.getDefaultBus ( ) [static] : Bus
[run-time name: org/apache/cxf/BusFactory.getDefaultBus:()Lorg/apache/cxf/Bus;]
BusFactory.getDefaultBus ( boolean createIfNeeded ) [static] : Bus
[run-time name: org/apache/cxf/BusFactory.getDefaultBus:(Z)Lorg/apache/cxf/Bus;]
BusFactory.getThreadDefaultBus ( ) [static] : Bus
[run-time name: org/apache/cxf/BusFactory.getThreadDefaultBus:()Lorg/apache/cxf/Bus;]
BusFactory.getThreadDefaultBus ( boolean createIfNeeded ) [static] : Bus
[run-time name: org/apache/cxf/BusFactory.getThreadDefaultBus:(Z)Lorg/apache/cxf/Bus;]
BusFactory.initializeBus ( Bus bus ) : void
[run-time name: org/apache/cxf/BusFactory.initializeBus:(Lorg/apache/cxf/Bus;)V]
BusFactory.newInstance ( ) [static] : BusFactory
[run-time name: org/apache/cxf/BusFactory.newInstance:()Lorg/apache/cxf/BusFactory;]
BusFactory.newInstance ( String className ) [static] : BusFactory
[run-time name: org/apache/cxf/BusFactory.newInstance:(Ljava/lang/String;)Lorg/apache/cxf/BusFactory;]
BusFactory.possiblySetDefaultBus ( Bus bus ) [static] : boolean
[run-time name: org/apache/cxf/BusFactory.possiblySetDefaultBus:(Lorg/apache/cxf/Bus;)Z]
BusFactory.setDefaultBus ( Bus bus ) [static] : void
[run-time name: org/apache/cxf/BusFactory.setDefaultBus:(Lorg/apache/cxf/Bus;)V]
BusFactory.setThreadDefaultBus ( Bus bus ) [static] : void
[run-time name: org/apache/cxf/BusFactory.setThreadDefaultBus:(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, BusLifeCycleListener.class
package org.apache.cxf.buslifecycle
BusLifeCycleListener.initComplete ( ) [abstract] : void
[run-time name: org/apache/cxf/buslifecycle/BusLifeCycleListener.initComplete:()V]
BusLifeCycleListener.postShutdown ( ) [abstract] : void
[run-time name: org/apache/cxf/buslifecycle/BusLifeCycleListener.postShutdown:()V]
BusLifeCycleListener.preShutdown ( ) [abstract] : void
[run-time name: org/apache/cxf/buslifecycle/BusLifeCycleListener.preShutdown:()V]
openejb-cxf-bundle-2.5.2.jar, BusLifeCycleManager.class
package org.apache.cxf.buslifecycle
BusLifeCycleManager.registerLifeCycleListener ( BusLifeCycleListener p1 ) [abstract] : void
[run-time name: org/apache/cxf/buslifecycle/BusLifeCycleManager.registerLifeCycleListener:(Lorg/apache/cxf/buslifecycle/BusLifeCycleListener;)V]
BusLifeCycleManager.unregisterLifeCycleListener ( BusLifeCycleListener p1 ) [abstract] : void
[run-time name: org/apache/cxf/buslifecycle/BusLifeCycleManager.unregisterLifeCycleListener:(Lorg/apache/cxf/buslifecycle/BusLifeCycleListener;)V]
openejb-cxf-bundle-2.5.2.jar, BusState.class
package org.apache.cxf.bus
BusState.valueOf ( String name ) [static] : BusState
[run-time name: org/apache/cxf/bus/BusState.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/bus/BusState;]
BusState.values ( ) [static] : BusState[ ]
[run-time name: org/apache/cxf/bus/BusState.values:()[Lorg/apache/cxf/bus/BusState;]
openejb-cxf-bundle-2.5.2.jar, BusWiringBeanFactoryPostProcessor.class
package org.apache.cxf.bus.spring
BusWiringBeanFactoryPostProcessor.addBus ( org.springframework.context.ApplicationContext ctx, String name ) [static] : org.apache.cxf.Bus
[run-time name: org/apache/cxf/bus/spring/BusWiringBeanFactoryPostProcessor.addBus:(Lorg/springframework/context/ApplicationContext;Ljava/lang/String;)Lorg/apache/cxf/Bus;]
BusWiringBeanFactoryPostProcessor.addDefaultBus ( org.springframework.context.ApplicationContext ctx ) [static] : org.apache.cxf.Bus
[run-time name: org/apache/cxf/bus/spring/BusWiringBeanFactoryPostProcessor.addDefaultBus:(Lorg/springframework/context/ApplicationContext;)Lorg/apache/cxf/Bus;]
BusWiringBeanFactoryPostProcessor.BusWiringBeanFactoryPostProcessor ( )
[run-time name: org/apache/cxf/bus/spring/BusWiringBeanFactoryPostProcessor."<init>":()V]
BusWiringBeanFactoryPostProcessor.BusWiringBeanFactoryPostProcessor ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/bus/spring/BusWiringBeanFactoryPostProcessor."<init>":(Lorg/apache/cxf/Bus;)V]
BusWiringBeanFactoryPostProcessor.BusWiringBeanFactoryPostProcessor ( String n )
[run-time name: org/apache/cxf/bus/spring/BusWiringBeanFactoryPostProcessor."<init>":(Ljava/lang/String;)V]
BusWiringBeanFactoryPostProcessor.postProcessBeanFactory ( org.springframework.beans.factory.config.ConfigurableListableBeanFactory factory ) : void
[run-time name: org/apache/cxf/bus/spring/BusWiringBeanFactoryPostProcessor.postProcessBeanFactory:(Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;)V]
BusWiringBeanFactoryPostProcessor.updateBusReferencesInContext ( org.apache.cxf.Bus bus, org.springframework.context.ApplicationContext ctx ) [static] : void
[run-time name: org/apache/cxf/bus/spring/BusWiringBeanFactoryPostProcessor.updateBusReferencesInContext:(Lorg/apache/cxf/Bus;Lorg/springframework/context/ApplicationContext;)V]
openejb-cxf-bundle-2.5.2.jar, BusWiringType.class
package org.apache.cxf.configuration.spring
BusWiringType.valueOf ( String name ) [static] : BusWiringType
[run-time name: org/apache/cxf/configuration/spring/BusWiringType.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/configuration/spring/BusWiringType;]
BusWiringType.values ( ) [static] : BusWiringType[ ]
[run-time name: org/apache/cxf/configuration/spring/BusWiringType.values:()[Lorg/apache/cxf/configuration/spring/BusWiringType;]
openejb-cxf-bundle-2.5.2.jar, ByteArrayType.class
package org.apache.cxf.aegis.type.mtom
ByteArrayType.ByteArrayType ( boolean useXmimeBinaryType, String expectedContentTypes )
[run-time name: org/apache/cxf/aegis/type/mtom/ByteArrayType."<init>":(ZLjava/lang/String;)V]
ByteArrayType.copy ( java.io.InputStream input, java.io.OutputStream output ) [static] : void
[run-time name: org/apache/cxf/aegis/type/mtom/ByteArrayType.copy:(Ljava/io/InputStream;Ljava/io/OutputStream;)V]
ByteArrayType.createAttachment ( Object object, String id ) : org.apache.cxf.message.Attachment
[run-time name: org/apache/cxf/aegis/type/mtom/ByteArrayType.createAttachment:(Ljava/lang/Object;Ljava/lang/String;)Lorg/apache/cxf/message/Attachment;]
ByteArrayType.getBytes ( Object object ) : byte[ ]
[run-time name: org/apache/cxf/aegis/type/mtom/ByteArrayType.getBytes:(Ljava/lang/Object;)[B]
ByteArrayType.getContentType ( Object object, org.apache.cxf.aegis.Context context ) : String
[run-time name: org/apache/cxf/aegis/type/mtom/ByteArrayType.getContentType:(Ljava/lang/Object;Lorg/apache/cxf/aegis/Context;)Ljava/lang/String;]
ByteArrayType.readAttachment ( org.apache.cxf.message.Attachment att, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/mtom/ByteArrayType.readAttachment:(Lorg/apache/cxf/message/Attachment;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
ByteArrayType.wrapBytes ( byte[ ] bareBytes, String contentType ) : Object
[run-time name: org/apache/cxf/aegis/type/mtom/ByteArrayType.wrapBytes:([BLjava/lang/String;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, ByteDataSource.class
package org.apache.cxf.attachment
ByteDataSource.ByteDataSource ( byte[ ] dataParam )
[run-time name: org/apache/cxf/attachment/ByteDataSource."<init>":([B)V]
ByteDataSource.ByteDataSource ( byte[ ] dataParam, int offsetParam, int lengthParam )
[run-time name: org/apache/cxf/attachment/ByteDataSource."<init>":([BII)V]
ByteDataSource.ByteDataSource ( byte[ ] dataParam, String ct )
[run-time name: org/apache/cxf/attachment/ByteDataSource."<init>":([BLjava/lang/String;)V]
ByteDataSource.getContentType ( ) : String
[run-time name: org/apache/cxf/attachment/ByteDataSource.getContentType:()Ljava/lang/String;]
ByteDataSource.getData ( ) : byte[ ]
[run-time name: org/apache/cxf/attachment/ByteDataSource.getData:()[B]
ByteDataSource.getInputStream ( ) : java.io.InputStream
[run-time name: org/apache/cxf/attachment/ByteDataSource.getInputStream:()Ljava/io/InputStream;]
ByteDataSource.getName ( ) : String
[run-time name: org/apache/cxf/attachment/ByteDataSource.getName:()Ljava/lang/String;]
ByteDataSource.getOutputStream ( ) : java.io.OutputStream
[run-time name: org/apache/cxf/attachment/ByteDataSource.getOutputStream:()Ljava/io/OutputStream;]
ByteDataSource.setContentType ( String contentTypeParam ) : void
[run-time name: org/apache/cxf/attachment/ByteDataSource.setContentType:(Ljava/lang/String;)V]
ByteDataSource.setData ( byte[ ] dataParam ) : void
[run-time name: org/apache/cxf/attachment/ByteDataSource.setData:([B)V]
ByteDataSource.setName ( String nameParam ) : void
[run-time name: org/apache/cxf/attachment/ByteDataSource.setName:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ByteType.class
package org.apache.cxf.aegis.type.basic
ByteType.ByteType ( )
[run-time name: org/apache/cxf/aegis/type/basic/ByteType."<init>":()V]
ByteType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/ByteType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
ByteType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/ByteType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, CacheAndWriteOutputStream.class
package org.apache.cxf.io
CacheAndWriteOutputStream.CacheAndWriteOutputStream ( java.io.OutputStream stream )
[run-time name: org/apache/cxf/io/CacheAndWriteOutputStream."<init>":(Ljava/io/OutputStream;)V]
CacheAndWriteOutputStream.closeFlowthroughStream ( ) : void
[run-time name: org/apache/cxf/io/CacheAndWriteOutputStream.closeFlowthroughStream:()V]
CacheAndWriteOutputStream.getFlowThroughStream ( ) : java.io.OutputStream
[run-time name: org/apache/cxf/io/CacheAndWriteOutputStream.getFlowThroughStream:()Ljava/io/OutputStream;]
CacheAndWriteOutputStream.onWrite ( ) : void
[run-time name: org/apache/cxf/io/CacheAndWriteOutputStream.onWrite:()V]
CacheAndWriteOutputStream.postClose ( ) : void
[run-time name: org/apache/cxf/io/CacheAndWriteOutputStream.postClose:()V]
CacheAndWriteOutputStream.write ( byte[ ] b ) : void
[run-time name: org/apache/cxf/io/CacheAndWriteOutputStream.write:([B)V]
CacheAndWriteOutputStream.write ( byte[ ] b, int off, int len ) : void
[run-time name: org/apache/cxf/io/CacheAndWriteOutputStream.write:([BII)V]
CacheAndWriteOutputStream.write ( int b ) : void
[run-time name: org/apache/cxf/io/CacheAndWriteOutputStream.write:(I)V]
openejb-cxf-bundle-2.5.2.jar, CachedClass.class
package org.apache.cxf.common.util
CachedClass.CachedClass ( Class cachedClass )
[run-time name: org/apache/cxf/common/util/CachedClass."<init>":(Ljava/lang/Class;)V]
CachedClass.getCachedClass ( ) : Class
[run-time name: org/apache/cxf/common/util/CachedClass.getCachedClass:()Ljava/lang/Class;]
CachedClass.setCachedClass ( Class cachedClass ) : void
[run-time name: org/apache/cxf/common/util/CachedClass.setCachedClass:(Ljava/lang/Class;)V]
openejb-cxf-bundle-2.5.2.jar, CachedContextAndSchemas.class
package org.apache.cxf.jaxb
JAXBContextCache.CachedContextAndSchemas.getClasses ( ) : java.util.Set
[run-time name: org/apache/cxf/jaxb/JAXBContextCache.CachedContextAndSchemas.getClasses:()Ljava/util/Set;]
JAXBContextCache.CachedContextAndSchemas.getContext ( ) : javax.xml.bind.JAXBContext
[run-time name: org/apache/cxf/jaxb/JAXBContextCache.CachedContextAndSchemas.getContext:()Ljavax/xml/bind/JAXBContext;]
JAXBContextCache.CachedContextAndSchemas.getSchemas ( ) : java.util.Collection
[run-time name: org/apache/cxf/jaxb/JAXBContextCache.CachedContextAndSchemas.getSchemas:()Ljava/util/Collection;]
JAXBContextCache.CachedContextAndSchemas.setClasses ( java.util.Set cls ) : void
[run-time name: org/apache/cxf/jaxb/JAXBContextCache.CachedContextAndSchemas.setClasses:(Ljava/util/Set;)V]
JAXBContextCache.CachedContextAndSchemas.setSchemas ( java.util.Collection schemas ) : void
[run-time name: org/apache/cxf/jaxb/JAXBContextCache.CachedContextAndSchemas.setSchemas:(Ljava/util/Collection;)V]
openejb-cxf-bundle-2.5.2.jar, CachedOutputStream.class
package org.apache.cxf.io
CachedOutputStream.CachedOutputStream ( )
[run-time name: org/apache/cxf/io/CachedOutputStream."<init>":()V]
CachedOutputStream.CachedOutputStream ( java.io.PipedInputStream stream )
[run-time name: org/apache/cxf/io/CachedOutputStream."<init>":(Ljava/io/PipedInputStream;)V]
CachedOutputStream.CachedOutputStream ( long threshold )
[run-time name: org/apache/cxf/io/CachedOutputStream."<init>":(J)V]
CachedOutputStream.close ( ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.close:()V]
CachedOutputStream.copyStream ( java.io.InputStream in, java.io.OutputStream out, int bufferSize ) [static] : void
[run-time name: org/apache/cxf/io/CachedOutputStream.copyStream:(Ljava/io/InputStream;Ljava/io/OutputStream;I)V]
CachedOutputStream.deregisterCallback ( CachedOutputStreamCallback cb ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.deregisterCallback:(Lorg/apache/cxf/io/CachedOutputStreamCallback;)V]
CachedOutputStream.doClose ( ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.doClose:()V]
CachedOutputStream.doFlush ( ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.doFlush:()V]
CachedOutputStream.equals ( Object obj ) : boolean
[run-time name: org/apache/cxf/io/CachedOutputStream.equals:(Ljava/lang/Object;)Z]
CachedOutputStream.flush ( ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.flush:()V]
CachedOutputStream.getBytes ( ) : byte[ ]
[run-time name: org/apache/cxf/io/CachedOutputStream.getBytes:()[B]
CachedOutputStream.getCallbacks ( ) : java.util.List
[run-time name: org/apache/cxf/io/CachedOutputStream.getCallbacks:()Ljava/util/List;]
CachedOutputStream.getInputStream ( ) : java.io.InputStream
[run-time name: org/apache/cxf/io/CachedOutputStream.getInputStream:()Ljava/io/InputStream;]
CachedOutputStream.getOut ( ) : java.io.OutputStream
[run-time name: org/apache/cxf/io/CachedOutputStream.getOut:()Ljava/io/OutputStream;]
CachedOutputStream.getTempFile ( ) : java.io.File
[run-time name: org/apache/cxf/io/CachedOutputStream.getTempFile:()Ljava/io/File;]
CachedOutputStream.hashCode ( ) : int
[run-time name: org/apache/cxf/io/CachedOutputStream.hashCode:()I]
CachedOutputStream.holdTempFile ( ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.holdTempFile:()V]
CachedOutputStream.lockOutputStream ( ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.lockOutputStream:()V]
CachedOutputStream.onWrite ( ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.onWrite:()V]
CachedOutputStream.postClose ( ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.postClose:()V]
CachedOutputStream.registerCallback ( CachedOutputStreamCallback cb ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.registerCallback:(Lorg/apache/cxf/io/CachedOutputStreamCallback;)V]
CachedOutputStream.releaseTempFileHold ( ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.releaseTempFileHold:()V]
CachedOutputStream.resetOut ( java.io.OutputStream out, boolean copyOldContent ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.resetOut:(Ljava/io/OutputStream;Z)V]
CachedOutputStream.setMaxSize ( long maxSize ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.setMaxSize:(J)V]
CachedOutputStream.setOutputDir ( java.io.File outputDir ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.setOutputDir:(Ljava/io/File;)V]
CachedOutputStream.setThreshold ( long threshold ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.setThreshold:(J)V]
CachedOutputStream.size ( ) : long
[run-time name: org/apache/cxf/io/CachedOutputStream.size:()J]
CachedOutputStream.toString ( ) : String
[run-time name: org/apache/cxf/io/CachedOutputStream.toString:()Ljava/lang/String;]
CachedOutputStream.write ( byte[ ] b ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.write:([B)V]
CachedOutputStream.write ( byte[ ] b, int off, int len ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.write:([BII)V]
CachedOutputStream.write ( int b ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.write:(I)V]
CachedOutputStream.writeCacheTo ( java.io.OutputStream out ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.writeCacheTo:(Ljava/io/OutputStream;)V]
CachedOutputStream.writeCacheTo ( StringBuilder out ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.writeCacheTo:(Ljava/lang/StringBuilder;)V]
CachedOutputStream.writeCacheTo ( StringBuilder out, long limit ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.writeCacheTo:(Ljava/lang/StringBuilder;J)V]
CachedOutputStream.writeCacheTo ( StringBuilder out, String charsetName ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.writeCacheTo:(Ljava/lang/StringBuilder;Ljava/lang/String;)V]
CachedOutputStream.writeCacheTo ( StringBuilder out, String charsetName, long limit ) : void
[run-time name: org/apache/cxf/io/CachedOutputStream.writeCacheTo:(Ljava/lang/StringBuilder;Ljava/lang/String;J)V]
openejb-cxf-bundle-2.5.2.jar, CachedOutputStreamCallback.class
package org.apache.cxf.io
CachedOutputStreamCallback.onClose ( CachedOutputStream p1 ) [abstract] : void
[run-time name: org/apache/cxf/io/CachedOutputStreamCallback.onClose:(Lorg/apache/cxf/io/CachedOutputStream;)V]
CachedOutputStreamCallback.onFlush ( CachedOutputStream p1 ) [abstract] : void
[run-time name: org/apache/cxf/io/CachedOutputStreamCallback.onFlush:(Lorg/apache/cxf/io/CachedOutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, CacheMap.class
package org.apache.cxf.common.util
CacheMap.CacheMap ( )
[run-time name: org/apache/cxf/common/util/CacheMap."<init>":()V]
CacheMap.clear ( ) : void
[run-time name: org/apache/cxf/common/util/CacheMap.clear:()V]
CacheMap.containsKey ( Object key ) : boolean
[run-time name: org/apache/cxf/common/util/CacheMap.containsKey:(Ljava/lang/Object;)Z]
CacheMap.containsValue ( Object value ) : boolean
[run-time name: org/apache/cxf/common/util/CacheMap.containsValue:(Ljava/lang/Object;)Z]
CacheMap.entrySet ( ) : java.util.Set
[run-time name: org/apache/cxf/common/util/CacheMap.entrySet:()Ljava/util/Set;]
CacheMap.get ( Object key ) : Object
[run-time name: org/apache/cxf/common/util/CacheMap.get:(Ljava/lang/Object;)Ljava/lang/Object;]
CacheMap.isEmpty ( ) : boolean
[run-time name: org/apache/cxf/common/util/CacheMap.isEmpty:()Z]
CacheMap.keySet ( ) : java.util.Set
[run-time name: org/apache/cxf/common/util/CacheMap.keySet:()Ljava/util/Set;]
CacheMap.put ( Object key, Object value ) : Object
[run-time name: org/apache/cxf/common/util/CacheMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
CacheMap.putAll ( java.util.Map t ) : void
[run-time name: org/apache/cxf/common/util/CacheMap.putAll:(Ljava/util/Map;)V]
CacheMap.remove ( Object key ) : Object
[run-time name: org/apache/cxf/common/util/CacheMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;]
CacheMap.size ( ) : int
[run-time name: org/apache/cxf/common/util/CacheMap.size:()I]
CacheMap.toString ( ) : String
[run-time name: org/apache/cxf/common/util/CacheMap.toString:()Ljava/lang/String;]
CacheMap.values ( ) : java.util.Collection
[run-time name: org/apache/cxf/common/util/CacheMap.values:()Ljava/util/Collection;]
openejb-cxf-bundle-2.5.2.jar, CacheSizeExceededException.class
package org.apache.cxf.io
CacheSizeExceededException.CacheSizeExceededException ( )
[run-time name: org/apache/cxf/io/CacheSizeExceededException."<init>":()V]
CacheSizeExceededException.CacheSizeExceededException ( String message )
[run-time name: org/apache/cxf/io/CacheSizeExceededException."<init>":(Ljava/lang/String;)V]
CacheSizeExceededException.CacheSizeExceededException ( String message, Throwable cause )
[run-time name: org/apache/cxf/io/CacheSizeExceededException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
CacheSizeExceededException.CacheSizeExceededException ( Throwable cause )
[run-time name: org/apache/cxf/io/CacheSizeExceededException."<init>":(Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, CachingXmlEventWriter.class
package org.apache.cxf.staxutils
CachingXmlEventWriter.addEvent ( javax.xml.stream.events.XMLEvent event ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.addEvent:(Ljavax/xml/stream/events/XMLEvent;)V]
CachingXmlEventWriter.CachingXmlEventWriter ( )
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter."<init>":()V]
CachingXmlEventWriter.close ( ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.close:()V]
CachingXmlEventWriter.flush ( ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.flush:()V]
CachingXmlEventWriter.getEvents ( ) : java.util.List
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.getEvents:()Ljava/util/List;]
CachingXmlEventWriter.getNamespaceContext ( ) : javax.xml.namespace.NamespaceContext
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.getNamespaceContext:()Ljavax/xml/namespace/NamespaceContext;]
CachingXmlEventWriter.getPrefix ( String ns ) : String
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.getPrefix:(Ljava/lang/String;)Ljava/lang/String;]
CachingXmlEventWriter.getProperty ( String arg0 ) : Object
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
CachingXmlEventWriter.setDefaultNamespace ( String ns ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.setDefaultNamespace:(Ljava/lang/String;)V]
CachingXmlEventWriter.setNamespaceContext ( javax.xml.namespace.NamespaceContext arg0 ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.setNamespaceContext:(Ljavax/xml/namespace/NamespaceContext;)V]
CachingXmlEventWriter.setPrefix ( String pfx, String uri ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.setPrefix:(Ljava/lang/String;Ljava/lang/String;)V]
CachingXmlEventWriter.writeAttribute ( String name, String value ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;)V]
CachingXmlEventWriter.writeAttribute ( String pfx, String uri, String name, String value ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
CachingXmlEventWriter.writeAttribute ( String uri, String name, String value ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
CachingXmlEventWriter.writeCData ( String arg0 ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeCData:(Ljava/lang/String;)V]
CachingXmlEventWriter.writeCharacters ( char[ ] arg0, int arg1, int arg2 ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeCharacters:([CII)V]
CachingXmlEventWriter.writeCharacters ( String arg0 ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeCharacters:(Ljava/lang/String;)V]
CachingXmlEventWriter.writeComment ( String arg0 ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeComment:(Ljava/lang/String;)V]
CachingXmlEventWriter.writeDefaultNamespace ( String ns ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeDefaultNamespace:(Ljava/lang/String;)V]
CachingXmlEventWriter.writeDTD ( String arg0 ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeDTD:(Ljava/lang/String;)V]
CachingXmlEventWriter.writeEmptyElement ( String name ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeEmptyElement:(Ljava/lang/String;)V]
CachingXmlEventWriter.writeEmptyElement ( String name, String ns ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeEmptyElement:(Ljava/lang/String;Ljava/lang/String;)V]
CachingXmlEventWriter.writeEmptyElement ( String pfx, String name, String ns ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeEmptyElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
CachingXmlEventWriter.writeEndDocument ( ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeEndDocument:()V]
CachingXmlEventWriter.writeEndElement ( ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeEndElement:()V]
CachingXmlEventWriter.writeEntityRef ( String arg0 ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeEntityRef:(Ljava/lang/String;)V]
CachingXmlEventWriter.writeNamespace ( String pfx, String ns ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
CachingXmlEventWriter.writeProcessingInstruction ( String arg0 ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeProcessingInstruction:(Ljava/lang/String;)V]
CachingXmlEventWriter.writeProcessingInstruction ( String arg0, String arg1 ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeProcessingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
CachingXmlEventWriter.writeStartDocument ( ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeStartDocument:()V]
CachingXmlEventWriter.writeStartDocument ( String arg0 ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeStartDocument:(Ljava/lang/String;)V]
CachingXmlEventWriter.writeStartDocument ( String arg0, String arg1 ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeStartDocument:(Ljava/lang/String;Ljava/lang/String;)V]
CachingXmlEventWriter.writeStartElement ( String name ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeStartElement:(Ljava/lang/String;)V]
CachingXmlEventWriter.writeStartElement ( String name, String ns ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeStartElement:(Ljava/lang/String;Ljava/lang/String;)V]
CachingXmlEventWriter.writeStartElement ( String pfx, String name, String ns ) : void
[run-time name: org/apache/cxf/staxutils/CachingXmlEventWriter.writeStartElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CalendarType.class
package org.apache.cxf.aegis.type.basic
CalendarType.CalendarType ( )
[run-time name: org/apache/cxf/aegis/type/basic/CalendarType."<init>":()V]
CalendarType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/CalendarType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
CalendarType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/CalendarType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, CancelOperation.class
package org.apache.cxf.ws.security.sts.provider.operation
CancelOperation.cancel ( org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType p1, javax.xml.ws.WebServiceContext p2 ) [abstract] : org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseType
[run-time name: org/apache/cxf/ws/security/sts/provider/operation/CancelOperation.cancel:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType;Ljavax/xml/ws/WebServiceContext;)Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseType;]
openejb-cxf-bundle-2.5.2.jar, CancelTargetType.class
package org.apache.cxf.ws.security.sts.provider.model
CancelTargetType.CancelTargetType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/CancelTargetType."<init>":()V]
CancelTargetType.getAny ( ) : Object
[run-time name: org/apache/cxf/ws/security/sts/provider/model/CancelTargetType.getAny:()Ljava/lang/Object;]
CancelTargetType.setAny ( Object value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/CancelTargetType.setAny:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, CanonicalizationMethodType.class
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
CanonicalizationMethodType.CanonicalizationMethodType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/CanonicalizationMethodType."<init>":()V]
CanonicalizationMethodType.getAlgorithm ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/CanonicalizationMethodType.getAlgorithm:()Ljava/lang/String;]
CanonicalizationMethodType.getContent ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/CanonicalizationMethodType.getContent:()Ljava/util/List;]
CanonicalizationMethodType.setAlgorithm ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/CanonicalizationMethodType.setAlgorithm:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CaseType.class
package org.apache.cxf.binding.corba.wsdl
CaseType.CaseType ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/CaseType."<init>":()V]
CaseType.getLabel ( ) : String
[run-time name: org/apache/cxf/binding/corba/wsdl/CaseType.getLabel:()Ljava/lang/String;]
CaseType.isSetLabel ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/CaseType.isSetLabel:()Z]
CaseType.setLabel ( String value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/CaseType.setLabel:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CastUtils.class
package org.apache.cxf.helpers
CastUtils.cast ( java.util.Collection p ) [static] : java.util.Collection
[run-time name: org/apache/cxf/helpers/CastUtils.cast:(Ljava/util/Collection;)Ljava/util/Collection;]
CastUtils.cast ( java.util.Collection p, Class cls ) [static] : java.util.Collection
[run-time name: org/apache/cxf/helpers/CastUtils.cast:(Ljava/util/Collection;Ljava/lang/Class;)Ljava/util/Collection;]
CastUtils.cast ( java.util.Dictionary p ) [static] : java.util.Dictionary
[run-time name: org/apache/cxf/helpers/CastUtils.cast:(Ljava/util/Dictionary;)Ljava/util/Dictionary;]
CastUtils.cast ( java.util.Dictionary p, Class t, Class u ) [static] : java.util.Dictionary
[run-time name: org/apache/cxf/helpers/CastUtils.cast:(Ljava/util/Dictionary;Ljava/lang/Class;Ljava/lang/Class;)Ljava/util/Dictionary;]
CastUtils.cast ( java.util.Enumeration p ) [static] : java.util.Enumeration
[run-time name: org/apache/cxf/helpers/CastUtils.cast:(Ljava/util/Enumeration;)Ljava/util/Enumeration;]
CastUtils.cast ( java.util.Enumeration p, Class cls ) [static] : java.util.Enumeration
[run-time name: org/apache/cxf/helpers/CastUtils.cast:(Ljava/util/Enumeration;Ljava/lang/Class;)Ljava/util/Enumeration;]
CastUtils.cast ( java.util.Iterator p ) [static] : java.util.Iterator
[run-time name: org/apache/cxf/helpers/CastUtils.cast:(Ljava/util/Iterator;)Ljava/util/Iterator;]
CastUtils.cast ( java.util.Iterator p, Class cls ) [static] : java.util.Iterator
[run-time name: org/apache/cxf/helpers/CastUtils.cast:(Ljava/util/Iterator;Ljava/lang/Class;)Ljava/util/Iterator;]
CastUtils.cast ( java.util.List p ) [static] : java.util.List
[run-time name: org/apache/cxf/helpers/CastUtils.cast:(Ljava/util/List;)Ljava/util/List;]
CastUtils.cast ( java.util.List p, Class cls ) [static] : java.util.List
[run-time name: org/apache/cxf/helpers/CastUtils.cast:(Ljava/util/List;Ljava/lang/Class;)Ljava/util/List;]
CastUtils.cast ( java.util.Map p ) [static] : java.util.Map
[run-time name: org/apache/cxf/helpers/CastUtils.cast:(Ljava/util/Map;)Ljava/util/Map;]
CastUtils.cast ( java.util.Map p, Class t, Class u ) [static] : java.util.Map
[run-time name: org/apache/cxf/helpers/CastUtils.cast:(Ljava/util/Map;Ljava/lang/Class;Ljava/lang/Class;)Ljava/util/Map;]
CastUtils.cast ( java.util.Map.Entry p ) [static] : java.util.Map.Entry
[run-time name: org/apache/cxf/helpers/CastUtils.cast:(Ljava/util/Map$Entry;)Ljava/util/Map$Entry;]
CastUtils.cast ( java.util.Map.Entry p, Class pc, Class uc ) [static] : java.util.Map.Entry
[run-time name: org/apache/cxf/helpers/CastUtils.cast:(Ljava/util/Map$Entry;Ljava/lang/Class;Ljava/lang/Class;)Ljava/util/Map$Entry;]
CastUtils.cast ( java.util.Set p ) [static] : java.util.Set
[run-time name: org/apache/cxf/helpers/CastUtils.cast:(Ljava/util/Set;)Ljava/util/Set;]
CastUtils.cast ( java.util.Set p, Class cls ) [static] : java.util.Set
[run-time name: org/apache/cxf/helpers/CastUtils.cast:(Ljava/util/Set;Ljava/lang/Class;)Ljava/util/Set;]
openejb-cxf-bundle-2.5.2.jar, CatalogWSDLLocator.class
package org.apache.cxf.catalog
CatalogWSDLLocator.CatalogWSDLLocator ( String wsdlUrl )
[run-time name: org/apache/cxf/catalog/CatalogWSDLLocator."<init>":(Ljava/lang/String;)V]
CatalogWSDLLocator.CatalogWSDLLocator ( String wsdlUrl, org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/catalog/CatalogWSDLLocator."<init>":(Ljava/lang/String;Lorg/apache/cxf/Bus;)V]
CatalogWSDLLocator.CatalogWSDLLocator ( String wsdlUrl, OASISCatalogManager catalogManager )
[run-time name: org/apache/cxf/catalog/CatalogWSDLLocator."<init>":(Ljava/lang/String;Lorg/apache/cxf/catalog/OASISCatalogManager;)V]
CatalogWSDLLocator.close ( ) : void
[run-time name: org/apache/cxf/catalog/CatalogWSDLLocator.close:()V]
CatalogWSDLLocator.getBaseInputSource ( ) : org.xml.sax.InputSource
[run-time name: org/apache/cxf/catalog/CatalogWSDLLocator.getBaseInputSource:()Lorg/xml/sax/InputSource;]
CatalogWSDLLocator.getBaseURI ( ) : String
[run-time name: org/apache/cxf/catalog/CatalogWSDLLocator.getBaseURI:()Ljava/lang/String;]
CatalogWSDLLocator.getImportInputSource ( String parent, String importLocation ) : org.xml.sax.InputSource
[run-time name: org/apache/cxf/catalog/CatalogWSDLLocator.getImportInputSource:(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;]
CatalogWSDLLocator.getLatestImportURI ( ) : String
[run-time name: org/apache/cxf/catalog/CatalogWSDLLocator.getLatestImportURI:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, CatalogXmlSchemaURIResolver.class
package org.apache.cxf.catalog
CatalogXmlSchemaURIResolver.CatalogXmlSchemaURIResolver ( org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/catalog/CatalogXmlSchemaURIResolver."<init>":(Lorg/apache/cxf/Bus;)V]
CatalogXmlSchemaURIResolver.getResolvedMap ( ) : java.util.Map
[run-time name: org/apache/cxf/catalog/CatalogXmlSchemaURIResolver.getResolvedMap:()Ljava/util/Map;]
CatalogXmlSchemaURIResolver.resolveEntity ( String targetNamespace, String schemaLocation, String baseUri ) : org.xml.sax.InputSource
[run-time name: org/apache/cxf/catalog/CatalogXmlSchemaURIResolver.resolveEntity:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;]
openejb-cxf-bundle-2.5.2.jar, CertConstraints.class
package org.apache.cxf.transport.https
CertConstraints.CertConstraints ( java.util.List subjectConstraints, CertConstraints.Combinator subjectConstraintsCombinator, java.util.List issuerConstraints, CertConstraints.Combinator issuerConstraintsCombinator )
[run-time name: org/apache/cxf/transport/https/CertConstraints."<init>":(Ljava/util/List;Lorg/apache/cxf/transport/https/CertConstraints$Combinator;Ljava/util/List;Lorg/apache/cxf/transport/https/CertConstraints$Combinator;)V]
CertConstraints.matches ( java.security.cert.X509Certificate cert ) : boolean
[run-time name: org/apache/cxf/transport/https/CertConstraints.matches:(Ljava/security/cert/X509Certificate;)Z]
openejb-cxf-bundle-2.5.2.jar, CertConstraintsFeature.class
package org.apache.cxf.transport.https
CertConstraintsFeature.CertConstraintsFeature ( )
[run-time name: org/apache/cxf/transport/https/CertConstraintsFeature."<init>":()V]
CertConstraintsFeature.getCertificateConstraints ( ) : org.apache.cxf.configuration.security.CertificateConstraintsType
[run-time name: org/apache/cxf/transport/https/CertConstraintsFeature.getCertificateConstraints:()Lorg/apache/cxf/configuration/security/CertificateConstraintsType;]
CertConstraintsFeature.initialize ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/transport/https/CertConstraintsFeature.initialize:(Lorg/apache/cxf/Bus;)V]
CertConstraintsFeature.initialize ( org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/transport/https/CertConstraintsFeature.initialize:(Lorg/apache/cxf/endpoint/Client;Lorg/apache/cxf/Bus;)V]
CertConstraintsFeature.initialize ( org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/transport/https/CertConstraintsFeature.initialize:(Lorg/apache/cxf/endpoint/Server;Lorg/apache/cxf/Bus;)V]
CertConstraintsFeature.initializeProvider ( org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/transport/https/CertConstraintsFeature.initializeProvider:(Lorg/apache/cxf/interceptor/InterceptorProvider;Lorg/apache/cxf/Bus;)V]
CertConstraintsFeature.setCertificateConstraints ( org.apache.cxf.configuration.security.CertificateConstraintsType c ) : void
[run-time name: org/apache/cxf/transport/https/CertConstraintsFeature.setCertificateConstraints:(Lorg/apache/cxf/configuration/security/CertificateConstraintsType;)V]
openejb-cxf-bundle-2.5.2.jar, CertConstraintsInterceptor.class
package org.apache.cxf.transport.https
CertConstraintsInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/transport/https/CertConstraintsInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, CertConstraintsJaxBUtils.class
package org.apache.cxf.transport.https
CertConstraintsJaxBUtils.createCertConstraints ( org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints ) [static] : CertConstraints
[run-time name: org/apache/cxf/transport/https/CertConstraintsJaxBUtils.createCertConstraints:(Lorg/apache/cxf/configuration/security/CertificateConstraintsType;)Lorg/apache/cxf/transport/https/CertConstraints;]
CertConstraintsJaxBUtils.getIssuerConstraints ( org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints ) [static] : java.util.List
[run-time name: org/apache/cxf/transport/https/CertConstraintsJaxBUtils.getIssuerConstraints:(Lorg/apache/cxf/configuration/security/CertificateConstraintsType;)Ljava/util/List;]
CertConstraintsJaxBUtils.getIssuerConstraintsCombinator ( org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints ) [static] : CertConstraints.Combinator
[run-time name: org/apache/cxf/transport/https/CertConstraintsJaxBUtils.getIssuerConstraintsCombinator:(Lorg/apache/cxf/configuration/security/CertificateConstraintsType;)Lorg/apache/cxf/transport/https/CertConstraints$Combinator;]
CertConstraintsJaxBUtils.getSubjectConstraints ( org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints ) [static] : java.util.List
[run-time name: org/apache/cxf/transport/https/CertConstraintsJaxBUtils.getSubjectConstraints:(Lorg/apache/cxf/configuration/security/CertificateConstraintsType;)Ljava/util/List;]
CertConstraintsJaxBUtils.getSubjectConstraintsCombinator ( org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints ) [static] : CertConstraints.Combinator
[run-time name: org/apache/cxf/transport/https/CertConstraintsJaxBUtils.getSubjectConstraintsCombinator:(Lorg/apache/cxf/configuration/security/CertificateConstraintsType;)Lorg/apache/cxf/transport/https/CertConstraints$Combinator;]
openejb-cxf-bundle-2.5.2.jar, CertificateConstraintsType.class
package org.apache.cxf.configuration.security
CertificateConstraintsType.CertificateConstraintsType ( )
[run-time name: org/apache/cxf/configuration/security/CertificateConstraintsType."<init>":()V]
CertificateConstraintsType.getIssuerDNConstraints ( ) : DNConstraintsType
[run-time name: org/apache/cxf/configuration/security/CertificateConstraintsType.getIssuerDNConstraints:()Lorg/apache/cxf/configuration/security/DNConstraintsType;]
CertificateConstraintsType.getSubjectDNConstraints ( ) : DNConstraintsType
[run-time name: org/apache/cxf/configuration/security/CertificateConstraintsType.getSubjectDNConstraints:()Lorg/apache/cxf/configuration/security/DNConstraintsType;]
CertificateConstraintsType.isSetIssuerDNConstraints ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/CertificateConstraintsType.isSetIssuerDNConstraints:()Z]
CertificateConstraintsType.isSetSubjectDNConstraints ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/CertificateConstraintsType.isSetSubjectDNConstraints:()Z]
CertificateConstraintsType.setIssuerDNConstraints ( DNConstraintsType value ) : void
[run-time name: org/apache/cxf/configuration/security/CertificateConstraintsType.setIssuerDNConstraints:(Lorg/apache/cxf/configuration/security/DNConstraintsType;)V]
CertificateConstraintsType.setSubjectDNConstraints ( DNConstraintsType value ) : void
[run-time name: org/apache/cxf/configuration/security/CertificateConstraintsType.setSubjectDNConstraints:(Lorg/apache/cxf/configuration/security/DNConstraintsType;)V]
openejb-cxf-bundle-2.5.2.jar, CertificateHostnameVerifier.class
package org.apache.cxf.transport.https
CertificateHostnameVerifier.check ( String p1, java.security.cert.X509Certificate p2 ) [abstract] : void
[run-time name: org/apache/cxf/transport/https/CertificateHostnameVerifier.check:(Ljava/lang/String;Ljava/security/cert/X509Certificate;)V]
CertificateHostnameVerifier.check ( String p1, javax.net.ssl.SSLSocket p2 ) [abstract] : void
[run-time name: org/apache/cxf/transport/https/CertificateHostnameVerifier.check:(Ljava/lang/String;Ljavax/net/ssl/SSLSocket;)V]
CertificateHostnameVerifier.check ( String p1, String[ ] p2, String[ ] p3 ) [abstract] : void
[run-time name: org/apache/cxf/transport/https/CertificateHostnameVerifier.check:(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)V]
CertificateHostnameVerifier.check ( String[ ] p1, java.security.cert.X509Certificate p2 ) [abstract] : void
[run-time name: org/apache/cxf/transport/https/CertificateHostnameVerifier.check:([Ljava/lang/String;Ljava/security/cert/X509Certificate;)V]
CertificateHostnameVerifier.check ( String[ ] p1, javax.net.ssl.SSLSocket p2 ) [abstract] : void
[run-time name: org/apache/cxf/transport/https/CertificateHostnameVerifier.check:([Ljava/lang/String;Ljavax/net/ssl/SSLSocket;)V]
CertificateHostnameVerifier.check ( String[ ] p1, String[ ] p2, String[ ] p3 ) [abstract] : void
[run-time name: org/apache/cxf/transport/https/CertificateHostnameVerifier.check:([Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)V]
CertificateHostnameVerifier.verify ( String p1, javax.net.ssl.SSLSession p2 ) [abstract] : boolean
[run-time name: org/apache/cxf/transport/https/CertificateHostnameVerifier.verify:(Ljava/lang/String;Ljavax/net/ssl/SSLSession;)Z]
openejb-cxf-bundle-2.5.2.jar, Certificates.class
package org.apache.cxf.transport.https
CertificateHostnameVerifier.Certificates.getCNs ( java.security.cert.X509Certificate cert ) [static] : String[ ]
[run-time name: org/apache/cxf/transport/https/CertificateHostnameVerifier.Certificates.getCNs:(Ljava/security/cert/X509Certificate;)[Ljava/lang/String;]
CertificateHostnameVerifier.Certificates.getDNSSubjectAlts ( java.security.cert.X509Certificate cert ) [static] : String[ ]
[run-time name: org/apache/cxf/transport/https/CertificateHostnameVerifier.Certificates.getDNSSubjectAlts:(Ljava/security/cert/X509Certificate;)[Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, CertStoreType.class
package org.apache.cxf.configuration.security
CertStoreType.CertStoreType ( )
[run-time name: org/apache/cxf/configuration/security/CertStoreType."<init>":()V]
CertStoreType.getFile ( ) : String
[run-time name: org/apache/cxf/configuration/security/CertStoreType.getFile:()Ljava/lang/String;]
CertStoreType.getResource ( ) : String
[run-time name: org/apache/cxf/configuration/security/CertStoreType.getResource:()Ljava/lang/String;]
CertStoreType.getUrl ( ) : String
[run-time name: org/apache/cxf/configuration/security/CertStoreType.getUrl:()Ljava/lang/String;]
CertStoreType.isSetFile ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/CertStoreType.isSetFile:()Z]
CertStoreType.isSetResource ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/CertStoreType.isSetResource:()Z]
CertStoreType.isSetUrl ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/CertStoreType.isSetUrl:()Z]
CertStoreType.setFile ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/CertStoreType.setFile:(Ljava/lang/String;)V]
CertStoreType.setResource ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/CertStoreType.setResource:(Ljava/lang/String;)V]
CertStoreType.setUrl ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/CertStoreType.setUrl:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ChainInitiationObserver.class
package org.apache.cxf.transport
ChainInitiationObserver.ChainInitiationObserver ( org.apache.cxf.endpoint.Endpoint endpoint, org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/transport/ChainInitiationObserver."<init>":(Lorg/apache/cxf/endpoint/Endpoint;Lorg/apache/cxf/Bus;)V]
ChainInitiationObserver.getBinding ( ) : org.apache.cxf.binding.Binding
[run-time name: org/apache/cxf/transport/ChainInitiationObserver.getBinding:()Lorg/apache/cxf/binding/Binding;]
ChainInitiationObserver.getEndpoint ( ) : org.apache.cxf.endpoint.Endpoint
[run-time name: org/apache/cxf/transport/ChainInitiationObserver.getEndpoint:()Lorg/apache/cxf/endpoint/Endpoint;]
ChainInitiationObserver.onMessage ( org.apache.cxf.message.Message m ) : void
[run-time name: org/apache/cxf/transport/ChainInitiationObserver.onMessage:(Lorg/apache/cxf/message/Message;)V]
ChainInitiationObserver.setExchangeProperties ( org.apache.cxf.message.Exchange exchange, org.apache.cxf.message.Message m ) : void
[run-time name: org/apache/cxf/transport/ChainInitiationObserver.setExchangeProperties:(Lorg/apache/cxf/message/Exchange;Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, ChannelIdParser.class
package org.apache.cxf.binding.soap.tcp
ChannelIdParser.getChannelId ( java.io.InputStream in ) [static] : int
[run-time name: org/apache/cxf/binding/soap/tcp/ChannelIdParser.getChannelId:(Ljava/io/InputStream;)I]
openejb-cxf-bundle-2.5.2.jar, ChannelService.class
package org.apache.cxf.binding.soap.tcp
ChannelService.service ( org.apache.mina.core.session.IoSession session, frames.SoapTcpMessage message ) [static] : void
[run-time name: org/apache/cxf/binding/soap/tcp/ChannelService.service:(Lorg/apache/mina/core/session/IoSession;Lorg/apache/cxf/binding/soap/tcp/frames/SoapTcpMessage;)V]
openejb-cxf-bundle-2.5.2.jar, CharacterAsStringType.class
package org.apache.cxf.aegis.type.basic
CharacterAsStringType.CharacterAsStringType ( )
[run-time name: org/apache/cxf/aegis/type/basic/CharacterAsStringType."<init>":()V]
CharacterAsStringType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/CharacterAsStringType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
CharacterAsStringType.usesUtilityTypes ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/CharacterAsStringType.usesUtilityTypes:()Z]
CharacterAsStringType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/CharacterAsStringType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, CharacterType.class
package org.apache.cxf.aegis.type.basic
CharacterType.CharacterType ( )
[run-time name: org/apache/cxf/aegis/type/basic/CharacterType."<init>":()V]
CharacterType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/CharacterType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
CharacterType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/CharacterType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, CheckClosingTagsInterceptor.class
package org.apache.cxf.binding.soap.interceptor
ReadHeadersInterceptor.CheckClosingTagsInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/ReadHeadersInterceptor.CheckClosingTagsInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
ReadHeadersInterceptor.CheckClosingTagsInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/ReadHeadersInterceptor.CheckClosingTagsInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
ReadHeadersInterceptor.CheckClosingTagsInterceptor.ReadHeadersInterceptor.CheckClosingTagsInterceptor ( )
[run-time name: org/apache/cxf/binding/soap/interceptor/ReadHeadersInterceptor.CheckClosingTagsInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, CheckFaultInterceptor.class
package org.apache.cxf.binding.soap.interceptor
CheckFaultInterceptor.CheckFaultInterceptor ( )
[run-time name: org/apache/cxf/binding/soap/interceptor/CheckFaultInterceptor."<init>":()V]
CheckFaultInterceptor.CheckFaultInterceptor ( String phase )
[run-time name: org/apache/cxf/binding/soap/interceptor/CheckFaultInterceptor."<init>":(Ljava/lang/String;)V]
CheckFaultInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/CheckFaultInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
CheckFaultInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/CheckFaultInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, ChoiceChallengeResponseType.class
package org.apache.cxf.ws.security.sts.provider.model.wstrust14
ChoiceChallengeResponseType.ChoiceChallengeResponseType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceChallengeResponseType."<init>":()V]
ChoiceChallengeResponseType.getChoiceSelected ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceChallengeResponseType.getChoiceSelected:()Ljava/util/List;]
ChoiceChallengeResponseType.getRefId ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceChallengeResponseType.getRefId:()Ljava/lang/String;]
ChoiceChallengeResponseType.setRefId ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceChallengeResponseType.setRefId:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ChoiceChallengeType.class
package org.apache.cxf.ws.security.sts.provider.model.wstrust14
ChoiceChallengeType.ChoiceChallengeType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceChallengeType."<init>":()V]
ChoiceChallengeType.getChoice ( ) : ChoiceType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceChallengeType.getChoice:()Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceType;]
ChoiceChallengeType.getLabel ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceChallengeType.getLabel:()Ljava/lang/String;]
ChoiceChallengeType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceChallengeType.getOtherAttributes:()Ljava/util/Map;]
ChoiceChallengeType.getRefID ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceChallengeType.getRefID:()Ljava/lang/String;]
ChoiceChallengeType.isExactlyOne ( ) : Boolean
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceChallengeType.isExactlyOne:()Ljava/lang/Boolean;]
ChoiceChallengeType.setChoice ( ChoiceType value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceChallengeType.setChoice:(Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceType;)V]
ChoiceChallengeType.setExactlyOne ( Boolean value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceChallengeType.setExactlyOne:(Ljava/lang/Boolean;)V]
ChoiceChallengeType.setLabel ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceChallengeType.setLabel:(Ljava/lang/String;)V]
ChoiceChallengeType.setRefID ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceChallengeType.setRefID:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ChoiceSelectedType.class
package org.apache.cxf.ws.security.sts.provider.model.wstrust14
ChoiceSelectedType.ChoiceSelectedType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceSelectedType."<init>":()V]
ChoiceSelectedType.getRefId ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceSelectedType.getRefId:()Ljava/lang/String;]
ChoiceSelectedType.setRefId ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceSelectedType.setRefId:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ChoiceType.class
package org.apache.cxf.ws.security.sts.provider.model.wstrust14
ChoiceType.ChoiceType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceType."<init>":()V]
ChoiceType.getImage ( ) : ImageType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceType.getImage:()Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/ImageType;]
ChoiceType.getLabel ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceType.getLabel:()Ljava/lang/String;]
ChoiceType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceType.getOtherAttributes:()Ljava/util/Map;]
ChoiceType.getRefID ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceType.getRefID:()Ljava/lang/String;]
ChoiceType.setImage ( ImageType value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceType.setImage:(Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/ImageType;)V]
ChoiceType.setLabel ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceType.setLabel:(Ljava/lang/String;)V]
ChoiceType.setRefID ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceType.setRefID:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CipherSuites.class
package org.apache.cxf.configuration.security
CipherSuites.CipherSuites ( )
[run-time name: org/apache/cxf/configuration/security/CipherSuites."<init>":()V]
CipherSuites.getCipherSuite ( ) : java.util.List
[run-time name: org/apache/cxf/configuration/security/CipherSuites.getCipherSuite:()Ljava/util/List;]
CipherSuites.isSetCipherSuite ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/CipherSuites.isSetCipherSuite:()Z]
CipherSuites.unsetCipherSuite ( ) : void
[run-time name: org/apache/cxf/configuration/security/CipherSuites.unsetCipherSuite:()V]
openejb-cxf-bundle-2.5.2.jar, ClaimsType.class
package org.apache.cxf.ws.security.sts.provider.model
ClaimsType.ClaimsType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ClaimsType."<init>":()V]
ClaimsType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ClaimsType.getAny:()Ljava/util/List;]
ClaimsType.getDialect ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ClaimsType.getDialect:()Ljava/lang/String;]
ClaimsType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ClaimsType.getOtherAttributes:()Ljava/util/Map;]
ClaimsType.setDialect ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ClaimsType.setDialect:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ClassCollector.class
package org.apache.cxf.tools.util
ClassCollector.addClientClassName ( String packagename, String type, String fullClassName ) : void
[run-time name: org/apache/cxf/tools/util/ClassCollector.addClientClassName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ClassCollector.addExceptionClassName ( String packagename, String type, String fullClassName ) : void
[run-time name: org/apache/cxf/tools/util/ClassCollector.addExceptionClassName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ClassCollector.addImplClassName ( String packagename, String type, String fullClassName ) : void
[run-time name: org/apache/cxf/tools/util/ClassCollector.addImplClassName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ClassCollector.addSeiClassName ( String packagename, String type, String fullClassName ) : void
[run-time name: org/apache/cxf/tools/util/ClassCollector.addSeiClassName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ClassCollector.addServerClassName ( String packagename, String type, String fullClassName ) : void
[run-time name: org/apache/cxf/tools/util/ClassCollector.addServerClassName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ClassCollector.addServiceClassName ( String packagename, String type, String fullClassName ) : void
[run-time name: org/apache/cxf/tools/util/ClassCollector.addServiceClassName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ClassCollector.addTypesClassName ( String packagename, String type, String fullClassName ) : void
[run-time name: org/apache/cxf/tools/util/ClassCollector.addTypesClassName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ClassCollector.ClassCollector ( )
[run-time name: org/apache/cxf/tools/util/ClassCollector."<init>":()V]
ClassCollector.containClientClass ( String packagename, String type ) : boolean
[run-time name: org/apache/cxf/tools/util/ClassCollector.containClientClass:(Ljava/lang/String;Ljava/lang/String;)Z]
ClassCollector.containExceptionClass ( String packagename, String type ) : boolean
[run-time name: org/apache/cxf/tools/util/ClassCollector.containExceptionClass:(Ljava/lang/String;Ljava/lang/String;)Z]
ClassCollector.containImplClass ( String packagename, String type ) : boolean
[run-time name: org/apache/cxf/tools/util/ClassCollector.containImplClass:(Ljava/lang/String;Ljava/lang/String;)Z]
ClassCollector.containSeiClass ( String packagename, String type ) : boolean
[run-time name: org/apache/cxf/tools/util/ClassCollector.containSeiClass:(Ljava/lang/String;Ljava/lang/String;)Z]
ClassCollector.containServerClass ( String packagename, String type ) : boolean
[run-time name: org/apache/cxf/tools/util/ClassCollector.containServerClass:(Ljava/lang/String;Ljava/lang/String;)Z]
ClassCollector.containServiceClass ( String packagename, String type ) : boolean
[run-time name: org/apache/cxf/tools/util/ClassCollector.containServiceClass:(Ljava/lang/String;Ljava/lang/String;)Z]
ClassCollector.containsTypeIgnoreCase ( String packagename, String type ) : boolean
[run-time name: org/apache/cxf/tools/util/ClassCollector.containsTypeIgnoreCase:(Ljava/lang/String;Ljava/lang/String;)Z]
ClassCollector.containTypesClass ( String packagename, String type ) : boolean
[run-time name: org/apache/cxf/tools/util/ClassCollector.containTypesClass:(Ljava/lang/String;Ljava/lang/String;)Z]
ClassCollector.getGeneratedFileInfo ( ) : java.util.Collection
[run-time name: org/apache/cxf/tools/util/ClassCollector.getGeneratedFileInfo:()Ljava/util/Collection;]
ClassCollector.getTypesFullClassName ( String packagename, String type ) : String
[run-time name: org/apache/cxf/tools/util/ClassCollector.getTypesFullClassName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
ClassCollector.getTypesPackages ( ) : java.util.Set
[run-time name: org/apache/cxf/tools/util/ClassCollector.getTypesPackages:()Ljava/util/Set;]
ClassCollector.isReserved ( String packagename, String type ) : boolean
[run-time name: org/apache/cxf/tools/util/ClassCollector.isReserved:(Ljava/lang/String;Ljava/lang/String;)Z]
ClassCollector.reserveClass ( String fullName ) : void
[run-time name: org/apache/cxf/tools/util/ClassCollector.reserveClass:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ClassHelper.class
package org.apache.cxf.common.util
ClassHelper.ClassHelper ( )
[run-time name: org/apache/cxf/common/util/ClassHelper."<init>":()V]
ClassHelper.getRealClass ( Object o ) [static] : Class
[run-time name: org/apache/cxf/common/util/ClassHelper.getRealClass:(Ljava/lang/Object;)Ljava/lang/Class;]
ClassHelper.getRealClassFromClass ( Class cls ) [static] : Class
[run-time name: org/apache/cxf/common/util/ClassHelper.getRealClassFromClass:(Ljava/lang/Class;)Ljava/lang/Class;]
ClassHelper.getRealClassFromClassInternal ( Class cls ) : Class
[run-time name: org/apache/cxf/common/util/ClassHelper.getRealClassFromClassInternal:(Ljava/lang/Class;)Ljava/lang/Class;]
ClassHelper.getRealClassInternal ( Object o ) : Class
[run-time name: org/apache/cxf/common/util/ClassHelper.getRealClassInternal:(Ljava/lang/Object;)Ljava/lang/Class;]
ClassHelper.getRealObject ( Object o ) [static] : Object
[run-time name: org/apache/cxf/common/util/ClassHelper.getRealObject:(Ljava/lang/Object;)Ljava/lang/Object;]
ClassHelper.getRealObjectInternal ( Object o ) : Object
[run-time name: org/apache/cxf/common/util/ClassHelper.getRealObjectInternal:(Ljava/lang/Object;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, ClassLoaderHolder.class
package org.apache.cxf.common.classloader
ClassLoaderUtils.ClassLoaderHolder.reset ( ) : void
[run-time name: org/apache/cxf/common/classloader/ClassLoaderUtils.ClassLoaderHolder.reset:()V]
openejb-cxf-bundle-2.5.2.jar, ClassLoaderResolver.class
package org.apache.cxf.resource
ClassLoaderResolver.ClassLoaderResolver ( )
[run-time name: org/apache/cxf/resource/ClassLoaderResolver."<init>":()V]
ClassLoaderResolver.ClassLoaderResolver ( ClassLoader l )
[run-time name: org/apache/cxf/resource/ClassLoaderResolver."<init>":(Ljava/lang/ClassLoader;)V]
ClassLoaderResolver.getAsStream ( String name ) : java.io.InputStream
[run-time name: org/apache/cxf/resource/ClassLoaderResolver.getAsStream:(Ljava/lang/String;)Ljava/io/InputStream;]
ClassLoaderResolver.resolve ( String resourceName, Class resourceType ) : Object
[run-time name: org/apache/cxf/resource/ClassLoaderResolver.resolve:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, ClassLoaderUtils.class
package org.apache.cxf.common.classloader
ClassLoaderUtils.getResource ( String resourceName, Class callingClass ) [static] : java.net.URL
[run-time name: org/apache/cxf/common/classloader/ClassLoaderUtils.getResource:(Ljava/lang/String;Ljava/lang/Class;)Ljava/net/URL;]
ClassLoaderUtils.getResourceAsStream ( String resourceName, Class callingClass ) [static] : java.io.InputStream
[run-time name: org/apache/cxf/common/classloader/ClassLoaderUtils.getResourceAsStream:(Ljava/lang/String;Ljava/lang/Class;)Ljava/io/InputStream;]
ClassLoaderUtils.getResources ( String resourceName, Class callingClass ) [static] : java.util.List
[run-time name: org/apache/cxf/common/classloader/ClassLoaderUtils.getResources:(Ljava/lang/String;Ljava/lang/Class;)Ljava/util/List;]
ClassLoaderUtils.loadClass ( String className, Class callingClass ) [static] : Class
[run-time name: org/apache/cxf/common/classloader/ClassLoaderUtils.loadClass:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Class;]
ClassLoaderUtils.setThreadContextClassloader ( ClassLoader newLoader ) [static] : ClassLoaderUtils.ClassLoaderHolder
[run-time name: org/apache/cxf/common/classloader/ClassLoaderUtils.setThreadContextClassloader:(Ljava/lang/ClassLoader;)Lorg/apache/cxf/common/classloader/ClassLoaderUtils$ClassLoaderHolder;]
openejb-cxf-bundle-2.5.2.jar, ClassNameAllocatorImpl.class
package org.apache.cxf.tools.wsdlto.databinding.jaxb
ClassNameAllocatorImpl.assignClassName ( String packageName, String className ) : String
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/ClassNameAllocatorImpl.assignClassName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
ClassNameAllocatorImpl.ClassNameAllocatorImpl ( org.apache.cxf.tools.util.ClassCollector classCollector, boolean autoResolve )
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/ClassNameAllocatorImpl."<init>":(Lorg/apache/cxf/tools/util/ClassCollector;Z)V]
openejb-cxf-bundle-2.5.2.jar, ClassNameProcessor.class
package org.apache.cxf.tools.common
ClassNameProcessor.processClassNames ( ) [abstract] : void
[run-time name: org/apache/cxf/tools/common/ClassNameProcessor.processClassNames:()V]
openejb-cxf-bundle-2.5.2.jar, ClasspathResolver.class
package org.apache.cxf.resource
ClasspathResolver.ClasspathResolver ( )
[run-time name: org/apache/cxf/resource/ClasspathResolver."<init>":()V]
ClasspathResolver.getAsStream ( String name ) : java.io.InputStream
[run-time name: org/apache/cxf/resource/ClasspathResolver.getAsStream:(Ljava/lang/String;)Ljava/io/InputStream;]
ClasspathResolver.resolve ( String resourceName, Class resourceType ) : Object
[run-time name: org/apache/cxf/resource/ClasspathResolver.resolve:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, ClassReader.class
package org.apache.cxf.common.util
ClassReader.ClassReader ( byte[ ] buf, java.util.Map attrMethods )
[run-time name: org/apache/cxf/common/util/ClassReader."<init>":([BLjava/util/Map;)V]
ClassReader.findAttributeReaders ( Class c ) [static] : java.util.Map
[run-time name: org/apache/cxf/common/util/ClassReader.findAttributeReaders:(Ljava/lang/Class;)Ljava/util/Map;]
ClassReader.getBytes ( Class c ) [static] : byte[ ]
[run-time name: org/apache/cxf/common/util/ClassReader.getBytes:(Ljava/lang/Class;)[B]
ClassReader.getSignature ( reflect.Member method, Class[ ] paramTypes ) [static] : String
[run-time name: org/apache/cxf/common/util/ClassReader.getSignature:(Ljava/lang/reflect/Member;[Ljava/lang/Class;)Ljava/lang/String;]
ClassReader.readAttributes ( ) : void
[run-time name: org/apache/cxf/common/util/ClassReader.readAttributes:()V]
ClassReader.readCode ( ) : void
[run-time name: org/apache/cxf/common/util/ClassReader.readCode:()V]
ClassReader.readCpool ( ) : void
[run-time name: org/apache/cxf/common/util/ClassReader.readCpool:()V]
ClassReader.readInt ( ) : int
[run-time name: org/apache/cxf/common/util/ClassReader.readInt:()I]
ClassReader.readShort ( ) : int
[run-time name: org/apache/cxf/common/util/ClassReader.readShort:()I]
ClassReader.resolveClass ( int i ) : Class
[run-time name: org/apache/cxf/common/util/ClassReader.resolveClass:(I)Ljava/lang/Class;]
ClassReader.resolveField ( int i ) : reflect.Field
[run-time name: org/apache/cxf/common/util/ClassReader.resolveField:(I)Ljava/lang/reflect/Field;]
ClassReader.resolveMethod ( int index ) : reflect.Member
[run-time name: org/apache/cxf/common/util/ClassReader.resolveMethod:(I)Ljava/lang/reflect/Member;]
ClassReader.resolveNameAndType ( int i ) : ClassReader.NameAndType
[run-time name: org/apache/cxf/common/util/ClassReader.resolveNameAndType:(I)Lorg/apache/cxf/common/util/ClassReader$NameAndType;]
ClassReader.resolveUtf8 ( int i ) : String
[run-time name: org/apache/cxf/common/util/ClassReader.resolveUtf8:(I)Ljava/lang/String;]
ClassReader.skipAttributes ( ) : void
[run-time name: org/apache/cxf/common/util/ClassReader.skipAttributes:()V]
ClassReader.skipFully ( int n ) : void
[run-time name: org/apache/cxf/common/util/ClassReader.skipFully:(I)V]
openejb-cxf-bundle-2.5.2.jar, ClassResourceInfo.class
package org.apache.cxf.jaxrs.model
ClassResourceInfo.addSubClassResourceInfo ( ClassResourceInfo cri ) : void
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo.addSubClassResourceInfo:(Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;)V]
ClassResourceInfo.ClassResourceInfo ( Class theResourceClass )
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo."<init>":(Ljava/lang/Class;)V]
ClassResourceInfo.ClassResourceInfo ( Class theResourceClass, boolean theRoot )
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo."<init>":(Ljava/lang/Class;Z)V]
ClassResourceInfo.ClassResourceInfo ( Class theResourceClass, Class c, boolean theRoot, boolean enableStatic, boolean createdFromModel, String consumesTypes, String producesTypes )
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo."<init>":(Ljava/lang/Class;Ljava/lang/Class;ZZZLjava/lang/String;Ljava/lang/String;)V]
ClassResourceInfo.ClassResourceInfo ( Class theResourceClass, Class theServiceClass )
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo."<init>":(Ljava/lang/Class;Ljava/lang/Class;)V]
ClassResourceInfo.ClassResourceInfo ( Class theResourceClass, Class theServiceClass, boolean theRoot )
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo."<init>":(Ljava/lang/Class;Ljava/lang/Class;Z)V]
ClassResourceInfo.ClassResourceInfo ( Class theResourceClass, Class theServiceClass, boolean theRoot, boolean enableStatic )
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo."<init>":(Ljava/lang/Class;Ljava/lang/Class;ZZ)V]
ClassResourceInfo.ClassResourceInfo ( Class theResourceClass, Class theServiceClass, boolean theRoot, boolean enableStatic, boolean createdFromModel )
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo."<init>":(Ljava/lang/Class;Ljava/lang/Class;ZZZ)V]
ClassResourceInfo.ClassResourceInfo ( ClassResourceInfo cri )
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo."<init>":(Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;)V]
ClassResourceInfo.findResource ( Class typedClass, Class instanceClass ) : ClassResourceInfo
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo.findResource:(Ljava/lang/Class;Ljava/lang/Class;)Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;]
ClassResourceInfo.getAllowedMethods ( ) : java.util.Set
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo.getAllowedMethods:()Ljava/util/Set;]
ClassResourceInfo.getConsumeMime ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo.getConsumeMime:()Ljava/util/List;]
ClassResourceInfo.getMethodDispatcher ( ) : MethodDispatcher
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo.getMethodDispatcher:()Lorg/apache/cxf/jaxrs/model/MethodDispatcher;]
ClassResourceInfo.getParameterFields ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo.getParameterFields:()Ljava/util/List;]
ClassResourceInfo.getParameterMethods ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo.getParameterMethods:()Ljava/util/List;]
ClassResourceInfo.getPath ( ) : javax.ws.rs.Path
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo.getPath:()Ljavax/ws/rs/Path;]
ClassResourceInfo.getProduceMime ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo.getProduceMime:()Ljava/util/List;]
ClassResourceInfo.getResourceProvider ( ) : org.apache.cxf.jaxrs.lifecycle.ResourceProvider
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo.getResourceProvider:()Lorg/apache/cxf/jaxrs/lifecycle/ResourceProvider;]
ClassResourceInfo.getSubResource ( Class typedClass, Class instanceClass ) : ClassResourceInfo
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo.getSubResource:(Ljava/lang/Class;Ljava/lang/Class;)Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;]
ClassResourceInfo.getSubResources ( ) : java.util.Collection
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo.getSubResources:()Ljava/util/Collection;]
ClassResourceInfo.getURITemplate ( ) : URITemplate
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo.getURITemplate:()Lorg/apache/cxf/jaxrs/model/URITemplate;]
ClassResourceInfo.hasSubResources ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo.hasSubResources:()Z]
ClassResourceInfo.isCreatedFromModel ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo.isCreatedFromModel:()Z]
ClassResourceInfo.isSingleton ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo.isSingleton:()Z]
ClassResourceInfo.setMethodDispatcher ( MethodDispatcher md ) : void
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo.setMethodDispatcher:(Lorg/apache/cxf/jaxrs/model/MethodDispatcher;)V]
ClassResourceInfo.setResourceProvider ( org.apache.cxf.jaxrs.lifecycle.ResourceProvider rp ) : void
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo.setResourceProvider:(Lorg/apache/cxf/jaxrs/lifecycle/ResourceProvider;)V]
ClassResourceInfo.setURITemplate ( URITemplate u ) : void
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfo.setURITemplate:(Lorg/apache/cxf/jaxrs/model/URITemplate;)V]
openejb-cxf-bundle-2.5.2.jar, ClassResourceInfoComparator.class
package org.apache.cxf.jaxrs.model
ClassResourceInfoComparator.ClassResourceInfoComparator ( org.apache.cxf.message.Message m )
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfoComparator."<init>":(Lorg/apache/cxf/message/Message;)V]
ClassResourceInfoComparator.compare ( Object x0, Object x1 ) : int
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfoComparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I]
ClassResourceInfoComparator.compare ( ClassResourceInfo cr1, ClassResourceInfo cr2 ) : int
[run-time name: org/apache/cxf/jaxrs/model/ClassResourceInfoComparator.compare:(Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;)I]
openejb-cxf-bundle-2.5.2.jar, ClassUtils.class
package org.apache.cxf.tools.common
ClassUtils.ClassUtils ( )
[run-time name: org/apache/cxf/tools/common/ClassUtils."<init>":()V]
ClassUtils.compile ( ToolContext context ) : void
[run-time name: org/apache/cxf/tools/common/ClassUtils.compile:(Lorg/apache/cxf/tools/common/ToolContext;)V]
openejb-cxf-bundle-2.5.2.jar, Client.class
package org.apache.cxf.endpoint
Client.destroy ( ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/Client.destroy:()V]
Client.getBus ( ) [abstract] : org.apache.cxf.Bus
[run-time name: org/apache/cxf/endpoint/Client.getBus:()Lorg/apache/cxf/Bus;]
Client.getConduit ( ) [abstract] : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/endpoint/Client.getConduit:()Lorg/apache/cxf/transport/Conduit;]
Client.getConduitSelector ( ) [abstract] : ConduitSelector
[run-time name: org/apache/cxf/endpoint/Client.getConduitSelector:()Lorg/apache/cxf/endpoint/ConduitSelector;]
Client.getEndpoint ( ) [abstract] : Endpoint
[run-time name: org/apache/cxf/endpoint/Client.getEndpoint:()Lorg/apache/cxf/endpoint/Endpoint;]
Client.getRequestContext ( ) [abstract] : java.util.Map
[run-time name: org/apache/cxf/endpoint/Client.getRequestContext:()Ljava/util/Map;]
Client.getResponseContext ( ) [abstract] : java.util.Map
[run-time name: org/apache/cxf/endpoint/Client.getResponseContext:()Ljava/util/Map;]
Client.invoke ( javax.xml.namespace.QName p1, Object[ ] p2 ) [abstract] : Object[ ]
[run-time name: org/apache/cxf/endpoint/Client.invoke:(Ljavax/xml/namespace/QName;[Ljava/lang/Object;)[Ljava/lang/Object;]
Client.invoke ( ClientCallback p1, javax.xml.namespace.QName p2, Object[ ] p3 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/Client.invoke:(Lorg/apache/cxf/endpoint/ClientCallback;Ljavax/xml/namespace/QName;[Ljava/lang/Object;)V]
Client.invoke ( ClientCallback p1, org.apache.cxf.service.model.BindingOperationInfo p2, Object[ ] p3 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/Client.invoke:(Lorg/apache/cxf/endpoint/ClientCallback;Lorg/apache/cxf/service/model/BindingOperationInfo;[Ljava/lang/Object;)V]
Client.invoke ( ClientCallback p1, org.apache.cxf.service.model.BindingOperationInfo p2, Object[ ] p3, java.util.Map p4 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/Client.invoke:(Lorg/apache/cxf/endpoint/ClientCallback;Lorg/apache/cxf/service/model/BindingOperationInfo;[Ljava/lang/Object;Ljava/util/Map;)V]
Client.invoke ( ClientCallback p1, org.apache.cxf.service.model.BindingOperationInfo p2, Object[ ] p3, java.util.Map p4, org.apache.cxf.message.Exchange p5 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/Client.invoke:(Lorg/apache/cxf/endpoint/ClientCallback;Lorg/apache/cxf/service/model/BindingOperationInfo;[Ljava/lang/Object;Ljava/util/Map;Lorg/apache/cxf/message/Exchange;)V]
Client.invoke ( ClientCallback p1, org.apache.cxf.service.model.BindingOperationInfo p2, Object[ ] p3, org.apache.cxf.message.Exchange p4 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/Client.invoke:(Lorg/apache/cxf/endpoint/ClientCallback;Lorg/apache/cxf/service/model/BindingOperationInfo;[Ljava/lang/Object;Lorg/apache/cxf/message/Exchange;)V]
Client.invoke ( ClientCallback p1, String p2, Object[ ] p3 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/Client.invoke:(Lorg/apache/cxf/endpoint/ClientCallback;Ljava/lang/String;[Ljava/lang/Object;)V]
Client.invoke ( org.apache.cxf.service.model.BindingOperationInfo p1, Object[ ] p2 ) [abstract] : Object[ ]
[run-time name: org/apache/cxf/endpoint/Client.invoke:(Lorg/apache/cxf/service/model/BindingOperationInfo;[Ljava/lang/Object;)[Ljava/lang/Object;]
Client.invoke ( org.apache.cxf.service.model.BindingOperationInfo p1, Object[ ] p2, java.util.Map p3 ) [abstract] : Object[ ]
[run-time name: org/apache/cxf/endpoint/Client.invoke:(Lorg/apache/cxf/service/model/BindingOperationInfo;[Ljava/lang/Object;Ljava/util/Map;)[Ljava/lang/Object;]
Client.invoke ( org.apache.cxf.service.model.BindingOperationInfo p1, Object[ ] p2, java.util.Map p3, org.apache.cxf.message.Exchange p4 ) [abstract] : Object[ ]
[run-time name: org/apache/cxf/endpoint/Client.invoke:(Lorg/apache/cxf/service/model/BindingOperationInfo;[Ljava/lang/Object;Ljava/util/Map;Lorg/apache/cxf/message/Exchange;)[Ljava/lang/Object;]
Client.invoke ( String p1, Object[ ] p2 ) [abstract] : Object[ ]
[run-time name: org/apache/cxf/endpoint/Client.invoke:(Ljava/lang/String;[Ljava/lang/Object;)[Ljava/lang/Object;]
Client.invokeWrapped ( javax.xml.namespace.QName p1, Object[ ] p2 ) [abstract] : Object[ ]
[run-time name: org/apache/cxf/endpoint/Client.invokeWrapped:(Ljavax/xml/namespace/QName;[Ljava/lang/Object;)[Ljava/lang/Object;]
Client.invokeWrapped ( ClientCallback p1, javax.xml.namespace.QName p2, Object[ ] p3 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/Client.invokeWrapped:(Lorg/apache/cxf/endpoint/ClientCallback;Ljavax/xml/namespace/QName;[Ljava/lang/Object;)V]
Client.invokeWrapped ( ClientCallback p1, String p2, Object[ ] p3 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/Client.invokeWrapped:(Lorg/apache/cxf/endpoint/ClientCallback;Ljava/lang/String;[Ljava/lang/Object;)V]
Client.invokeWrapped ( String p1, Object[ ] p2 ) [abstract] : Object[ ]
[run-time name: org/apache/cxf/endpoint/Client.invokeWrapped:(Ljava/lang/String;[Ljava/lang/Object;)[Ljava/lang/Object;]
Client.isThreadLocalRequestContext ( ) [abstract] : boolean
[run-time name: org/apache/cxf/endpoint/Client.isThreadLocalRequestContext:()Z]
Client.setConduitSelector ( ConduitSelector p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/Client.setConduitSelector:(Lorg/apache/cxf/endpoint/ConduitSelector;)V]
Client.setExecutor ( java.util.concurrent.Executor p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/Client.setExecutor:(Ljava/util/concurrent/Executor;)V]
Client.setThreadLocalRequestContext ( boolean p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/Client.setThreadLocalRequestContext:(Z)V]
package org.apache.cxf.jaxrs.client
Client.accept ( javax.ws.rs.core.MediaType[ ] p1 ) [abstract] : Client
[run-time name: org/apache/cxf/jaxrs/client/Client.accept:([Ljavax/ws/rs/core/MediaType;)Lorg/apache/cxf/jaxrs/client/Client;]
Client.accept ( String[ ] p1 ) [abstract] : Client
[run-time name: org/apache/cxf/jaxrs/client/Client.accept:([Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/Client;]
Client.acceptEncoding ( String[ ] p1 ) [abstract] : Client
[run-time name: org/apache/cxf/jaxrs/client/Client.acceptEncoding:([Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/Client;]
Client.acceptLanguage ( String[ ] p1 ) [abstract] : Client
[run-time name: org/apache/cxf/jaxrs/client/Client.acceptLanguage:([Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/Client;]
Client.cookie ( javax.ws.rs.core.Cookie p1 ) [abstract] : Client
[run-time name: org/apache/cxf/jaxrs/client/Client.cookie:(Ljavax/ws/rs/core/Cookie;)Lorg/apache/cxf/jaxrs/client/Client;]
Client.encoding ( String p1 ) [abstract] : Client
[run-time name: org/apache/cxf/jaxrs/client/Client.encoding:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/Client;]
Client.getBaseURI ( ) [abstract] : java.net.URI
[run-time name: org/apache/cxf/jaxrs/client/Client.getBaseURI:()Ljava/net/URI;]
Client.getCurrentURI ( ) [abstract] : java.net.URI
[run-time name: org/apache/cxf/jaxrs/client/Client.getCurrentURI:()Ljava/net/URI;]
Client.getHeaders ( ) [abstract] : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/cxf/jaxrs/client/Client.getHeaders:()Ljavax/ws/rs/core/MultivaluedMap;]
Client.getResponse ( ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/client/Client.getResponse:()Ljavax/ws/rs/core/Response;]
Client.header ( String p1, Object[ ] p2 ) [abstract] : Client
[run-time name: org/apache/cxf/jaxrs/client/Client.header:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/apache/cxf/jaxrs/client/Client;]
Client.headers ( javax.ws.rs.core.MultivaluedMap p1 ) [abstract] : Client
[run-time name: org/apache/cxf/jaxrs/client/Client.headers:(Ljavax/ws/rs/core/MultivaluedMap;)Lorg/apache/cxf/jaxrs/client/Client;]
Client.language ( String p1 ) [abstract] : Client
[run-time name: org/apache/cxf/jaxrs/client/Client.language:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/Client;]
Client.match ( javax.ws.rs.core.EntityTag p1, boolean p2 ) [abstract] : Client
[run-time name: org/apache/cxf/jaxrs/client/Client.match:(Ljavax/ws/rs/core/EntityTag;Z)Lorg/apache/cxf/jaxrs/client/Client;]
Client.modified ( java.util.Date p1, boolean p2 ) [abstract] : Client
[run-time name: org/apache/cxf/jaxrs/client/Client.modified:(Ljava/util/Date;Z)Lorg/apache/cxf/jaxrs/client/Client;]
Client.reset ( ) [abstract] : Client
[run-time name: org/apache/cxf/jaxrs/client/Client.reset:()Lorg/apache/cxf/jaxrs/client/Client;]
Client.type ( javax.ws.rs.core.MediaType p1 ) [abstract] : Client
[run-time name: org/apache/cxf/jaxrs/client/Client.type:(Ljavax/ws/rs/core/MediaType;)Lorg/apache/cxf/jaxrs/client/Client;]
Client.type ( String p1 ) [abstract] : Client
[run-time name: org/apache/cxf/jaxrs/client/Client.type:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/Client;]
openejb-cxf-bundle-2.5.2.jar, ClientAuthentication.class
package org.apache.cxf.configuration.security
ClientAuthentication.ClientAuthentication ( )
[run-time name: org/apache/cxf/configuration/security/ClientAuthentication."<init>":()V]
ClientAuthentication.isRequired ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/ClientAuthentication.isRequired:()Z]
ClientAuthentication.isSetRequired ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/ClientAuthentication.isSetRequired:()Z]
ClientAuthentication.isSetWant ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/ClientAuthentication.isSetWant:()Z]
ClientAuthentication.isWant ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/ClientAuthentication.isWant:()Z]
ClientAuthentication.setRequired ( boolean value ) : void
[run-time name: org/apache/cxf/configuration/security/ClientAuthentication.setRequired:(Z)V]
ClientAuthentication.setWant ( boolean value ) : void
[run-time name: org/apache/cxf/configuration/security/ClientAuthentication.setWant:(Z)V]
ClientAuthentication.unsetRequired ( ) : void
[run-time name: org/apache/cxf/configuration/security/ClientAuthentication.unsetRequired:()V]
ClientAuthentication.unsetWant ( ) : void
[run-time name: org/apache/cxf/configuration/security/ClientAuthentication.unsetWant:()V]
openejb-cxf-bundle-2.5.2.jar, ClientBehaviorPolicyType.class
package org.apache.cxf.transport.jms
ClientBehaviorPolicyType.ClientBehaviorPolicyType ( )
[run-time name: org/apache/cxf/transport/jms/ClientBehaviorPolicyType."<init>":()V]
ClientBehaviorPolicyType.getMessageType ( ) : MessageFormatType
[run-time name: org/apache/cxf/transport/jms/ClientBehaviorPolicyType.getMessageType:()Lorg/apache/cxf/transport/jms/MessageFormatType;]
ClientBehaviorPolicyType.isSetMessageType ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/ClientBehaviorPolicyType.isSetMessageType:()Z]
ClientBehaviorPolicyType.setMessageType ( MessageFormatType value ) : void
[run-time name: org/apache/cxf/transport/jms/ClientBehaviorPolicyType.setMessageType:(Lorg/apache/cxf/transport/jms/MessageFormatType;)V]
openejb-cxf-bundle-2.5.2.jar, ClientCallback.class
package org.apache.cxf.endpoint
ClientCallback.cancel ( boolean mayInterruptIfRunning ) : boolean
[run-time name: org/apache/cxf/endpoint/ClientCallback.cancel:(Z)Z]
ClientCallback.ClientCallback ( )
[run-time name: org/apache/cxf/endpoint/ClientCallback."<init>":()V]
ClientCallback.get ( ) : Object
[run-time name: org/apache/cxf/endpoint/ClientCallback.get:()Ljava/lang/Object;]
ClientCallback.get ( ) : Object[ ]
[run-time name: org/apache/cxf/endpoint/ClientCallback.get:()[Ljava/lang/Object;]
ClientCallback.get ( long timeout, java.util.concurrent.TimeUnit unit ) : Object[ ]
[run-time name: org/apache/cxf/endpoint/ClientCallback.get:(JLjava/util/concurrent/TimeUnit;)[Ljava/lang/Object;]
ClientCallback.get ( long x0, java.util.concurrent.TimeUnit x1 ) : Object
[run-time name: org/apache/cxf/endpoint/ClientCallback.get:(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;]
ClientCallback.getException ( ) : Throwable
[run-time name: org/apache/cxf/endpoint/ClientCallback.getException:()Ljava/lang/Throwable;]
ClientCallback.getResponseContext ( ) : java.util.Map
[run-time name: org/apache/cxf/endpoint/ClientCallback.getResponseContext:()Ljava/util/Map;]
ClientCallback.handleException ( java.util.Map ctx, Throwable ex ) : void
[run-time name: org/apache/cxf/endpoint/ClientCallback.handleException:(Ljava/util/Map;Ljava/lang/Throwable;)V]
ClientCallback.handleResponse ( java.util.Map ctx, Object[ ] res ) : void
[run-time name: org/apache/cxf/endpoint/ClientCallback.handleResponse:(Ljava/util/Map;[Ljava/lang/Object;)V]
ClientCallback.isCancelled ( ) : boolean
[run-time name: org/apache/cxf/endpoint/ClientCallback.isCancelled:()Z]
ClientCallback.isDone ( ) : boolean
[run-time name: org/apache/cxf/endpoint/ClientCallback.isDone:()Z]
ClientCallback.start ( org.apache.cxf.message.Message msg ) : void
[run-time name: org/apache/cxf/endpoint/ClientCallback.start:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, ClientConfig.class
package org.apache.cxf.transport.jms
ClientConfig.ClientConfig ( )
[run-time name: org/apache/cxf/transport/jms/ClientConfig."<init>":()V]
ClientConfig.getClientReceiveTimeout ( ) : long
[run-time name: org/apache/cxf/transport/jms/ClientConfig.getClientReceiveTimeout:()J]
ClientConfig.getConduitSelectorPrefix ( ) : String
[run-time name: org/apache/cxf/transport/jms/ClientConfig.getConduitSelectorPrefix:()Ljava/lang/String;]
ClientConfig.getMessageTimeToLive ( ) : long
[run-time name: org/apache/cxf/transport/jms/ClientConfig.getMessageTimeToLive:()J]
ClientConfig.isEnforceSpec ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/ClientConfig.isEnforceSpec:()Z]
ClientConfig.isSetClientReceiveTimeout ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/ClientConfig.isSetClientReceiveTimeout:()Z]
ClientConfig.isSetConduitSelectorPrefix ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/ClientConfig.isSetConduitSelectorPrefix:()Z]
ClientConfig.isSetEnforceSpec ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/ClientConfig.isSetEnforceSpec:()Z]
ClientConfig.isSetMessageTimeToLive ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/ClientConfig.isSetMessageTimeToLive:()Z]
ClientConfig.isSetUseConduitIdSelector ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/ClientConfig.isSetUseConduitIdSelector:()Z]
ClientConfig.isUseConduitIdSelector ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/ClientConfig.isUseConduitIdSelector:()Z]
ClientConfig.setClientReceiveTimeout ( long value ) : void
[run-time name: org/apache/cxf/transport/jms/ClientConfig.setClientReceiveTimeout:(J)V]
ClientConfig.setConduitSelectorPrefix ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/ClientConfig.setConduitSelectorPrefix:(Ljava/lang/String;)V]
ClientConfig.setEnforceSpec ( boolean value ) : void
[run-time name: org/apache/cxf/transport/jms/ClientConfig.setEnforceSpec:(Z)V]
ClientConfig.setMessageTimeToLive ( long value ) : void
[run-time name: org/apache/cxf/transport/jms/ClientConfig.setMessageTimeToLive:(J)V]
ClientConfig.setUseConduitIdSelector ( boolean value ) : void
[run-time name: org/apache/cxf/transport/jms/ClientConfig.setUseConduitIdSelector:(Z)V]
ClientConfig.unsetClientReceiveTimeout ( ) : void
[run-time name: org/apache/cxf/transport/jms/ClientConfig.unsetClientReceiveTimeout:()V]
ClientConfig.unsetEnforceSpec ( ) : void
[run-time name: org/apache/cxf/transport/jms/ClientConfig.unsetEnforceSpec:()V]
ClientConfig.unsetMessageTimeToLive ( ) : void
[run-time name: org/apache/cxf/transport/jms/ClientConfig.unsetMessageTimeToLive:()V]
ClientConfig.unsetUseConduitIdSelector ( ) : void
[run-time name: org/apache/cxf/transport/jms/ClientConfig.unsetUseConduitIdSelector:()V]
openejb-cxf-bundle-2.5.2.jar, ClientConfiguration.class
package org.apache.cxf.jaxrs.client
ClientConfiguration.ClientConfiguration ( )
[run-time name: org/apache/cxf/jaxrs/client/ClientConfiguration."<init>":()V]
ClientConfiguration.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/jaxrs/client/ClientConfiguration.getBus:()Lorg/apache/cxf/Bus;]
ClientConfiguration.getConduit ( ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/jaxrs/client/ClientConfiguration.getConduit:()Lorg/apache/cxf/transport/Conduit;]
ClientConfiguration.getConduitSelector ( ) : org.apache.cxf.endpoint.ConduitSelector
[run-time name: org/apache/cxf/jaxrs/client/ClientConfiguration.getConduitSelector:()Lorg/apache/cxf/endpoint/ConduitSelector;]
ClientConfiguration.getHttpConduit ( ) : org.apache.cxf.transport.http.HTTPConduit
[run-time name: org/apache/cxf/jaxrs/client/ClientConfiguration.getHttpConduit:()Lorg/apache/cxf/transport/http/HTTPConduit;]
ClientConfiguration.getInFaultInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/client/ClientConfiguration.getInFaultInterceptors:()Ljava/util/List;]
ClientConfiguration.getInInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/client/ClientConfiguration.getInInterceptors:()Ljava/util/List;]
ClientConfiguration.getOutFaultInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/client/ClientConfiguration.getOutFaultInterceptors:()Ljava/util/List;]
ClientConfiguration.getOutInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/client/ClientConfiguration.getOutInterceptors:()Ljava/util/List;]
ClientConfiguration.getRequestContext ( ) : java.util.Map
[run-time name: org/apache/cxf/jaxrs/client/ClientConfiguration.getRequestContext:()Ljava/util/Map;]
ClientConfiguration.getResponseContext ( ) : java.util.Map
[run-time name: org/apache/cxf/jaxrs/client/ClientConfiguration.getResponseContext:()Ljava/util/Map;]
ClientConfiguration.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/jaxrs/client/ClientConfiguration.setBus:(Lorg/apache/cxf/Bus;)V]
ClientConfiguration.setConduitSelector ( org.apache.cxf.endpoint.ConduitSelector cs ) : void
[run-time name: org/apache/cxf/jaxrs/client/ClientConfiguration.setConduitSelector:(Lorg/apache/cxf/endpoint/ConduitSelector;)V]
ClientConfiguration.setInFaultInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/jaxrs/client/ClientConfiguration.setInFaultInterceptors:(Ljava/util/List;)V]
ClientConfiguration.setInInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/jaxrs/client/ClientConfiguration.setInInterceptors:(Ljava/util/List;)V]
ClientConfiguration.setOutFaultInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/jaxrs/client/ClientConfiguration.setOutFaultInterceptors:(Ljava/util/List;)V]
ClientConfiguration.setOutInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/jaxrs/client/ClientConfiguration.setOutInterceptors:(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, ClientFactoryBean.class
package org.apache.cxf.frontend
ClientFactoryBean.applyFeatures ( org.apache.cxf.endpoint.Client client ) : void
[run-time name: org/apache/cxf/frontend/ClientFactoryBean.applyFeatures:(Lorg/apache/cxf/endpoint/Client;)V]
ClientFactoryBean.applyProperties ( org.apache.cxf.endpoint.Endpoint ep ) : void
[run-time name: org/apache/cxf/frontend/ClientFactoryBean.applyProperties:(Lorg/apache/cxf/endpoint/Endpoint;)V]
ClientFactoryBean.ClientFactoryBean ( )
[run-time name: org/apache/cxf/frontend/ClientFactoryBean."<init>":()V]
ClientFactoryBean.ClientFactoryBean ( org.apache.cxf.service.factory.ReflectionServiceFactoryBean factory )
[run-time name: org/apache/cxf/frontend/ClientFactoryBean."<init>":(Lorg/apache/cxf/service/factory/ReflectionServiceFactoryBean;)V]
ClientFactoryBean.create ( ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/frontend/ClientFactoryBean.create:()Lorg/apache/cxf/endpoint/Client;]
ClientFactoryBean.createClient ( org.apache.cxf.endpoint.Endpoint ep ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/frontend/ClientFactoryBean.createClient:(Lorg/apache/cxf/endpoint/Endpoint;)Lorg/apache/cxf/endpoint/Client;]
ClientFactoryBean.detectTransportIdFromAddress ( String ad ) : String
[run-time name: org/apache/cxf/frontend/ClientFactoryBean.detectTransportIdFromAddress:(Ljava/lang/String;)Ljava/lang/String;]
ClientFactoryBean.getWSDLEndpointFactory ( ) : org.apache.cxf.wsdl11.WSDLEndpointFactory
[run-time name: org/apache/cxf/frontend/ClientFactoryBean.getWSDLEndpointFactory:()Lorg/apache/cxf/wsdl11/WSDLEndpointFactory;]
openejb-cxf-bundle-2.5.2.jar, ClientFaultConverter.class
package org.apache.cxf.interceptor
ClientFaultConverter.ClientFaultConverter ( )
[run-time name: org/apache/cxf/interceptor/ClientFaultConverter."<init>":()V]
ClientFaultConverter.ClientFaultConverter ( String phase )
[run-time name: org/apache/cxf/interceptor/ClientFaultConverter."<init>":(Ljava/lang/String;)V]
ClientFaultConverter.handleMessage ( org.apache.cxf.message.Message msg ) : void
[run-time name: org/apache/cxf/interceptor/ClientFaultConverter.handleMessage:(Lorg/apache/cxf/message/Message;)V]
ClientFaultConverter.processFaultDetail ( Fault fault, org.apache.cxf.message.Message msg ) : void
[run-time name: org/apache/cxf/interceptor/ClientFaultConverter.processFaultDetail:(Lorg/apache/cxf/interceptor/Fault;Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, ClientGenerator.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws.generators
ClientGenerator.ClientGenerator ( )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/ClientGenerator."<init>":()V]
ClientGenerator.generate ( org.apache.cxf.tools.common.ToolContext penv ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/ClientGenerator.generate:(Lorg/apache/cxf/tools/common/ToolContext;)V]
ClientGenerator.passthrough ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/ClientGenerator.passthrough:()Z]
ClientGenerator.register ( org.apache.cxf.tools.util.ClassCollector collector, String packageName, String fileName ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/ClientGenerator.register:(Lorg/apache/cxf/tools/util/ClassCollector;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ClientImpl.class
package org.apache.cxf.endpoint
ClientImpl.ClientImpl ( java.net.URL wsdlUrl )
[run-time name: org/apache/cxf/endpoint/ClientImpl."<init>":(Ljava/net/URL;)V]
ClientImpl.ClientImpl ( java.net.URL wsdlUrl, javax.xml.namespace.QName port )
[run-time name: org/apache/cxf/endpoint/ClientImpl."<init>":(Ljava/net/URL;Ljavax/xml/namespace/QName;)V]
ClientImpl.ClientImpl ( org.apache.cxf.Bus b, Endpoint e )
[run-time name: org/apache/cxf/endpoint/ClientImpl."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/endpoint/Endpoint;)V]
ClientImpl.ClientImpl ( org.apache.cxf.Bus b, Endpoint e, ConduitSelector sc )
[run-time name: org/apache/cxf/endpoint/ClientImpl."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/endpoint/Endpoint;Lorg/apache/cxf/endpoint/ConduitSelector;)V]
ClientImpl.ClientImpl ( org.apache.cxf.Bus b, Endpoint e, org.apache.cxf.transport.Conduit c )
[run-time name: org/apache/cxf/endpoint/ClientImpl."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/endpoint/Endpoint;Lorg/apache/cxf/transport/Conduit;)V]
ClientImpl.ClientImpl ( org.apache.cxf.Bus bus, java.net.URL wsdlUrl, javax.xml.namespace.QName service, javax.xml.namespace.QName port )
[run-time name: org/apache/cxf/endpoint/ClientImpl."<init>":(Lorg/apache/cxf/Bus;Ljava/net/URL;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)V]
ClientImpl.ClientImpl ( org.apache.cxf.Bus bus, java.net.URL wsdlUrl, javax.xml.namespace.QName service, javax.xml.namespace.QName port, EndpointImplFactory endpointImplFactory )
[run-time name: org/apache/cxf/endpoint/ClientImpl."<init>":(Lorg/apache/cxf/Bus;Ljava/net/URL;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Lorg/apache/cxf/endpoint/EndpointImplFactory;)V]
ClientImpl.ClientImpl ( org.apache.cxf.Bus bus, org.apache.cxf.service.Service svc, javax.xml.namespace.QName port, EndpointImplFactory endpointImplFactory )
[run-time name: org/apache/cxf/endpoint/ClientImpl."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/service/Service;Ljavax/xml/namespace/QName;Lorg/apache/cxf/endpoint/EndpointImplFactory;)V]
ClientImpl.destroy ( ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.destroy:()V]
ClientImpl.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/endpoint/ClientImpl.getBus:()Lorg/apache/cxf/Bus;]
ClientImpl.getConduit ( ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/endpoint/ClientImpl.getConduit:()Lorg/apache/cxf/transport/Conduit;]
ClientImpl.getConduitSelector ( ) : ConduitSelector
[run-time name: org/apache/cxf/endpoint/ClientImpl.getConduitSelector:()Lorg/apache/cxf/endpoint/ConduitSelector;]
ClientImpl.getConduitSelector ( ConduitSelector override ) : ConduitSelector
[run-time name: org/apache/cxf/endpoint/ClientImpl.getConduitSelector:(Lorg/apache/cxf/endpoint/ConduitSelector;)Lorg/apache/cxf/endpoint/ConduitSelector;]
ClientImpl.getEndpoint ( ) : Endpoint
[run-time name: org/apache/cxf/endpoint/ClientImpl.getEndpoint:()Lorg/apache/cxf/endpoint/Endpoint;]
ClientImpl.getException ( org.apache.cxf.message.Exchange exchange ) : Exception
[run-time name: org/apache/cxf/endpoint/ClientImpl.getException:(Lorg/apache/cxf/message/Exchange;)Ljava/lang/Exception;]
ClientImpl.getRequestContext ( ) : java.util.Map
[run-time name: org/apache/cxf/endpoint/ClientImpl.getRequestContext:()Ljava/util/Map;]
ClientImpl.getResponseContext ( ) : java.util.Map
[run-time name: org/apache/cxf/endpoint/ClientImpl.getResponseContext:()Ljava/util/Map;]
ClientImpl.getSynchronousTimeout ( ) : int
[run-time name: org/apache/cxf/endpoint/ClientImpl.getSynchronousTimeout:()I]
ClientImpl.invoke ( javax.xml.namespace.QName operationName, Object[ ] params ) : Object[ ]
[run-time name: org/apache/cxf/endpoint/ClientImpl.invoke:(Ljavax/xml/namespace/QName;[Ljava/lang/Object;)[Ljava/lang/Object;]
ClientImpl.invoke ( ClientCallback callback, javax.xml.namespace.QName operationName, Object[ ] params ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.invoke:(Lorg/apache/cxf/endpoint/ClientCallback;Ljavax/xml/namespace/QName;[Ljava/lang/Object;)V]
ClientImpl.invoke ( ClientCallback callback, org.apache.cxf.service.model.BindingOperationInfo oi, Object[ ] params ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.invoke:(Lorg/apache/cxf/endpoint/ClientCallback;Lorg/apache/cxf/service/model/BindingOperationInfo;[Ljava/lang/Object;)V]
ClientImpl.invoke ( ClientCallback callback, org.apache.cxf.service.model.BindingOperationInfo oi, Object[ ] params, java.util.Map context ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.invoke:(Lorg/apache/cxf/endpoint/ClientCallback;Lorg/apache/cxf/service/model/BindingOperationInfo;[Ljava/lang/Object;Ljava/util/Map;)V]
ClientImpl.invoke ( ClientCallback callback, org.apache.cxf.service.model.BindingOperationInfo oi, Object[ ] params, java.util.Map context, org.apache.cxf.message.Exchange exchange ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.invoke:(Lorg/apache/cxf/endpoint/ClientCallback;Lorg/apache/cxf/service/model/BindingOperationInfo;[Ljava/lang/Object;Ljava/util/Map;Lorg/apache/cxf/message/Exchange;)V]
ClientImpl.invoke ( ClientCallback callback, org.apache.cxf.service.model.BindingOperationInfo oi, Object[ ] params, org.apache.cxf.message.Exchange exchange ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.invoke:(Lorg/apache/cxf/endpoint/ClientCallback;Lorg/apache/cxf/service/model/BindingOperationInfo;[Ljava/lang/Object;Lorg/apache/cxf/message/Exchange;)V]
ClientImpl.invoke ( ClientCallback callback, String operationName, Object[ ] params ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.invoke:(Lorg/apache/cxf/endpoint/ClientCallback;Ljava/lang/String;[Ljava/lang/Object;)V]
ClientImpl.invoke ( org.apache.cxf.service.model.BindingOperationInfo oi, Object[ ] params ) : Object[ ]
[run-time name: org/apache/cxf/endpoint/ClientImpl.invoke:(Lorg/apache/cxf/service/model/BindingOperationInfo;[Ljava/lang/Object;)[Ljava/lang/Object;]
ClientImpl.invoke ( org.apache.cxf.service.model.BindingOperationInfo oi, Object[ ] params, java.util.Map context ) : Object[ ]
[run-time name: org/apache/cxf/endpoint/ClientImpl.invoke:(Lorg/apache/cxf/service/model/BindingOperationInfo;[Ljava/lang/Object;Ljava/util/Map;)[Ljava/lang/Object;]
ClientImpl.invoke ( org.apache.cxf.service.model.BindingOperationInfo oi, Object[ ] params, java.util.Map context, org.apache.cxf.message.Exchange exchange ) : Object[ ]
[run-time name: org/apache/cxf/endpoint/ClientImpl.invoke:(Lorg/apache/cxf/service/model/BindingOperationInfo;[Ljava/lang/Object;Ljava/util/Map;Lorg/apache/cxf/message/Exchange;)[Ljava/lang/Object;]
ClientImpl.invoke ( org.apache.cxf.service.model.BindingOperationInfo oi, Object[ ] params, org.apache.cxf.message.Exchange exchange ) : Object[ ]
[run-time name: org/apache/cxf/endpoint/ClientImpl.invoke:(Lorg/apache/cxf/service/model/BindingOperationInfo;[Ljava/lang/Object;Lorg/apache/cxf/message/Exchange;)[Ljava/lang/Object;]
ClientImpl.invoke ( String operationName, Object[ ] params ) : Object[ ]
[run-time name: org/apache/cxf/endpoint/ClientImpl.invoke:(Ljava/lang/String;[Ljava/lang/Object;)[Ljava/lang/Object;]
ClientImpl.invokeWrapped ( javax.xml.namespace.QName operationName, Object[ ] params ) : Object[ ]
[run-time name: org/apache/cxf/endpoint/ClientImpl.invokeWrapped:(Ljavax/xml/namespace/QName;[Ljava/lang/Object;)[Ljava/lang/Object;]
ClientImpl.invokeWrapped ( ClientCallback callback, javax.xml.namespace.QName operationName, Object[ ] params ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.invokeWrapped:(Lorg/apache/cxf/endpoint/ClientCallback;Ljavax/xml/namespace/QName;[Ljava/lang/Object;)V]
ClientImpl.invokeWrapped ( ClientCallback callback, String operationName, Object[ ] params ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.invokeWrapped:(Lorg/apache/cxf/endpoint/ClientCallback;Ljava/lang/String;[Ljava/lang/Object;)V]
ClientImpl.invokeWrapped ( String operationName, Object[ ] params ) : Object[ ]
[run-time name: org/apache/cxf/endpoint/ClientImpl.invokeWrapped:(Ljava/lang/String;[Ljava/lang/Object;)[Ljava/lang/Object;]
ClientImpl.isThreadLocalRequestContext ( ) : boolean
[run-time name: org/apache/cxf/endpoint/ClientImpl.isThreadLocalRequestContext:()Z]
ClientImpl.modifyChain ( org.apache.cxf.interceptor.InterceptorChain chain, org.apache.cxf.message.Message ctx, boolean in ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.modifyChain:(Lorg/apache/cxf/interceptor/InterceptorChain;Lorg/apache/cxf/message/Message;Z)V]
ClientImpl.onMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.onMessage:(Lorg/apache/cxf/message/Message;)V]
ClientImpl.prepareConduitSelector ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.prepareConduitSelector:(Lorg/apache/cxf/message/Message;)V]
ClientImpl.processResult ( org.apache.cxf.message.Message message, org.apache.cxf.message.Exchange exchange, org.apache.cxf.service.model.BindingOperationInfo oi, java.util.Map resContext ) : Object[ ]
[run-time name: org/apache/cxf/endpoint/ClientImpl.processResult:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/message/Exchange;Lorg/apache/cxf/service/model/BindingOperationInfo;Ljava/util/Map;)[Ljava/lang/Object;]
ClientImpl.setConduitSelector ( ConduitSelector selector ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.setConduitSelector:(Lorg/apache/cxf/endpoint/ConduitSelector;)V]
ClientImpl.setContext ( java.util.Map ctx, org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.setContext:(Ljava/util/Map;Lorg/apache/cxf/message/Message;)V]
ClientImpl.setEndpoint ( Endpoint e ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.setEndpoint:(Lorg/apache/cxf/endpoint/Endpoint;)V]
ClientImpl.setExchangeProperties ( org.apache.cxf.message.Exchange exchange, Endpoint endpoint, org.apache.cxf.service.model.BindingOperationInfo boi ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.setExchangeProperties:(Lorg/apache/cxf/message/Exchange;Lorg/apache/cxf/endpoint/Endpoint;Lorg/apache/cxf/service/model/BindingOperationInfo;)V]
ClientImpl.setExecutor ( java.util.concurrent.Executor executor ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.setExecutor:(Ljava/util/concurrent/Executor;)V]
ClientImpl.setOutMessageProperties ( org.apache.cxf.message.Message message, org.apache.cxf.service.model.BindingOperationInfo boi ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.setOutMessageProperties:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/service/model/BindingOperationInfo;)V]
ClientImpl.setParameters ( Object[ ] params, org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.setParameters:([Ljava/lang/Object;Lorg/apache/cxf/message/Message;)V]
ClientImpl.setSynchronousTimeout ( int synchronousTimeout ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.setSynchronousTimeout:(I)V]
ClientImpl.setThreadLocalRequestContext ( boolean b ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.setThreadLocalRequestContext:(Z)V]
ClientImpl.setupInterceptorChain ( Endpoint endpoint ) : org.apache.cxf.phase.PhaseInterceptorChain
[run-time name: org/apache/cxf/endpoint/ClientImpl.setupInterceptorChain:(Lorg/apache/cxf/endpoint/Endpoint;)Lorg/apache/cxf/phase/PhaseInterceptorChain;]
ClientImpl.waitResponse ( org.apache.cxf.message.Exchange exchange ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.waitResponse:(Lorg/apache/cxf/message/Exchange;)V]
openejb-cxf-bundle-2.5.2.jar, ClientLifeCycleListener.class
package org.apache.cxf.endpoint
ClientLifeCycleListener.clientCreated ( Client p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/ClientLifeCycleListener.clientCreated:(Lorg/apache/cxf/endpoint/Client;)V]
ClientLifeCycleListener.clientDestroyed ( Client p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/ClientLifeCycleListener.clientDestroyed:(Lorg/apache/cxf/endpoint/Client;)V]
openejb-cxf-bundle-2.5.2.jar, ClientLifeCycleManager.class
package org.apache.cxf.endpoint
ClientLifeCycleManager.clientCreated ( Client p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/ClientLifeCycleManager.clientCreated:(Lorg/apache/cxf/endpoint/Client;)V]
ClientLifeCycleManager.clientDestroyed ( Client p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/ClientLifeCycleManager.clientDestroyed:(Lorg/apache/cxf/endpoint/Client;)V]
ClientLifeCycleManager.registerListener ( ClientLifeCycleListener p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/ClientLifeCycleManager.registerListener:(Lorg/apache/cxf/endpoint/ClientLifeCycleListener;)V]
ClientLifeCycleManager.unRegisterListener ( ClientLifeCycleListener p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/ClientLifeCycleManager.unRegisterListener:(Lorg/apache/cxf/endpoint/ClientLifeCycleListener;)V]
openejb-cxf-bundle-2.5.2.jar, ClientLifeCycleManagerImpl.class
package org.apache.cxf.endpoint
ClientLifeCycleManagerImpl.clientCreated ( Client client ) : void
[run-time name: org/apache/cxf/endpoint/ClientLifeCycleManagerImpl.clientCreated:(Lorg/apache/cxf/endpoint/Client;)V]
ClientLifeCycleManagerImpl.clientDestroyed ( Client client ) : void
[run-time name: org/apache/cxf/endpoint/ClientLifeCycleManagerImpl.clientDestroyed:(Lorg/apache/cxf/endpoint/Client;)V]
ClientLifeCycleManagerImpl.ClientLifeCycleManagerImpl ( )
[run-time name: org/apache/cxf/endpoint/ClientLifeCycleManagerImpl."<init>":()V]
ClientLifeCycleManagerImpl.ClientLifeCycleManagerImpl ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/endpoint/ClientLifeCycleManagerImpl."<init>":(Lorg/apache/cxf/Bus;)V]
ClientLifeCycleManagerImpl.getRegistrationType ( ) : Class
[run-time name: org/apache/cxf/endpoint/ClientLifeCycleManagerImpl.getRegistrationType:()Ljava/lang/Class;]
ClientLifeCycleManagerImpl.registerListener ( ClientLifeCycleListener listener ) : void
[run-time name: org/apache/cxf/endpoint/ClientLifeCycleManagerImpl.registerListener:(Lorg/apache/cxf/endpoint/ClientLifeCycleListener;)V]
ClientLifeCycleManagerImpl.unRegisterListener ( ClientLifeCycleListener listener ) : void
[run-time name: org/apache/cxf/endpoint/ClientLifeCycleManagerImpl.unRegisterListener:(Lorg/apache/cxf/endpoint/ClientLifeCycleListener;)V]
openejb-cxf-bundle-2.5.2.jar, ClientOutFaultObserver.class
package org.apache.cxf.interceptor
ClientOutFaultObserver.ClientOutFaultObserver ( org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/interceptor/ClientOutFaultObserver."<init>":(Lorg/apache/cxf/Bus;)V]
ClientOutFaultObserver.getPhases ( ) : java.util.SortedSet
[run-time name: org/apache/cxf/interceptor/ClientOutFaultObserver.getPhases:()Ljava/util/SortedSet;]
ClientOutFaultObserver.isOutboundObserver ( ) : boolean
[run-time name: org/apache/cxf/interceptor/ClientOutFaultObserver.isOutboundObserver:()Z]
ClientOutFaultObserver.onMessage ( org.apache.cxf.message.Message m ) : void
[run-time name: org/apache/cxf/interceptor/ClientOutFaultObserver.onMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, ClientPolicyInFaultInterceptor.class
package org.apache.cxf.ws.policy
ClientPolicyInFaultInterceptor.ClientPolicyInFaultInterceptor ( )
[run-time name: org/apache/cxf/ws/policy/ClientPolicyInFaultInterceptor."<init>":()V]
ClientPolicyInFaultInterceptor.handle ( org.apache.cxf.message.Message msg ) : void
[run-time name: org/apache/cxf/ws/policy/ClientPolicyInFaultInterceptor.handle:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, ClientProxy.class
package org.apache.cxf.frontend
ClientProxy.ClientProxy ( org.apache.cxf.endpoint.Client c )
[run-time name: org/apache/cxf/frontend/ClientProxy."<init>":(Lorg/apache/cxf/endpoint/Client;)V]
ClientProxy.close ( ) : void
[run-time name: org/apache/cxf/frontend/ClientProxy.close:()V]
ClientProxy.finalize ( ) : void
[run-time name: org/apache/cxf/frontend/ClientProxy.finalize:()V]
ClientProxy.getClient ( ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/frontend/ClientProxy.getClient:()Lorg/apache/cxf/endpoint/Client;]
ClientProxy.getClient ( Object o ) [static] : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/frontend/ClientProxy.getClient:(Ljava/lang/Object;)Lorg/apache/cxf/endpoint/Client;]
ClientProxy.getRequestContext ( ) : java.util.Map
[run-time name: org/apache/cxf/frontend/ClientProxy.getRequestContext:()Ljava/util/Map;]
ClientProxy.getResponseContext ( ) : java.util.Map
[run-time name: org/apache/cxf/frontend/ClientProxy.getResponseContext:()Ljava/util/Map;]
ClientProxy.invoke ( Object proxy, reflect.Method method, Object[ ] args ) : Object
[run-time name: org/apache/cxf/frontend/ClientProxy.invoke:(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
ClientProxy.invokeSync ( reflect.Method method, org.apache.cxf.service.model.BindingOperationInfo oi, Object[ ] params ) : Object
[run-time name: org/apache/cxf/frontend/ClientProxy.invokeSync:(Ljava/lang/reflect/Method;Lorg/apache/cxf/service/model/BindingOperationInfo;[Ljava/lang/Object;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, ClientProxyFactoryBean.class
package org.apache.cxf.frontend
ClientProxyFactoryBean.clientClientProxy ( org.apache.cxf.endpoint.Client c ) : ClientProxy
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.clientClientProxy:(Lorg/apache/cxf/endpoint/Client;)Lorg/apache/cxf/frontend/ClientProxy;]
ClientProxyFactoryBean.ClientProxyFactoryBean ( )
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean."<init>":()V]
ClientProxyFactoryBean.ClientProxyFactoryBean ( ClientFactoryBean fact )
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean."<init>":(Lorg/apache/cxf/frontend/ClientFactoryBean;)V]
ClientProxyFactoryBean.create ( ) : Object
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.create:()Ljava/lang/Object;]
ClientProxyFactoryBean.create ( Class serviceClass ) : Object
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.create:(Ljava/lang/Class;)Ljava/lang/Object;]
ClientProxyFactoryBean.getAddress ( ) : String
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.getAddress:()Ljava/lang/String;]
ClientProxyFactoryBean.getBindingConfig ( ) : org.apache.cxf.binding.BindingConfiguration
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.getBindingConfig:()Lorg/apache/cxf/binding/BindingConfiguration;]
ClientProxyFactoryBean.getBindingId ( ) : String
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.getBindingId:()Ljava/lang/String;]
ClientProxyFactoryBean.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.getBus:()Lorg/apache/cxf/Bus;]
ClientProxyFactoryBean.getClientFactoryBean ( ) : ClientFactoryBean
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.getClientFactoryBean:()Lorg/apache/cxf/frontend/ClientFactoryBean;]
ClientProxyFactoryBean.getConduitSelector ( ) : org.apache.cxf.endpoint.ConduitSelector
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.getConduitSelector:()Lorg/apache/cxf/endpoint/ConduitSelector;]
ClientProxyFactoryBean.getConfiguredName ( ) : String
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.getConfiguredName:()Ljava/lang/String;]
ClientProxyFactoryBean.getDataBinding ( ) : org.apache.cxf.databinding.DataBinding
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.getDataBinding:()Lorg/apache/cxf/databinding/DataBinding;]
ClientProxyFactoryBean.getEndpointName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.getEndpointName:()Ljavax/xml/namespace/QName;]
ClientProxyFactoryBean.getFeatures ( ) : java.util.List
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.getFeatures:()Ljava/util/List;]
ClientProxyFactoryBean.getImplementingClasses ( ) : Class[ ]
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.getImplementingClasses:()[Ljava/lang/Class;]
ClientProxyFactoryBean.getPassword ( ) : String
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.getPassword:()Ljava/lang/String;]
ClientProxyFactoryBean.getProperties ( ) : java.util.Map
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.getProperties:()Ljava/util/Map;]
ClientProxyFactoryBean.getServiceClass ( ) : Class
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.getServiceClass:()Ljava/lang/Class;]
ClientProxyFactoryBean.getServiceFactory ( ) : org.apache.cxf.service.factory.ReflectionServiceFactoryBean
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.getServiceFactory:()Lorg/apache/cxf/service/factory/ReflectionServiceFactoryBean;]
ClientProxyFactoryBean.getServiceName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.getServiceName:()Ljavax/xml/namespace/QName;]
ClientProxyFactoryBean.getTransportId ( ) : String
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.getTransportId:()Ljava/lang/String;]
ClientProxyFactoryBean.getUsername ( ) : String
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.getUsername:()Ljava/lang/String;]
ClientProxyFactoryBean.getWsdlLocation ( ) : String
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.getWsdlLocation:()Ljava/lang/String;]
ClientProxyFactoryBean.getWsdlURL ( ) : String
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.getWsdlURL:()Ljava/lang/String;]
ClientProxyFactoryBean.initFeatures ( ) : void
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.initFeatures:()V]
ClientProxyFactoryBean.setAddress ( String add ) : void
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.setAddress:(Ljava/lang/String;)V]
ClientProxyFactoryBean.setBindingConfig ( org.apache.cxf.binding.BindingConfiguration config ) : void
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.setBindingConfig:(Lorg/apache/cxf/binding/BindingConfiguration;)V]
ClientProxyFactoryBean.setBindingId ( String bind ) : void
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.setBindingId:(Ljava/lang/String;)V]
ClientProxyFactoryBean.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.setBus:(Lorg/apache/cxf/Bus;)V]
ClientProxyFactoryBean.setClientFactoryBean ( ClientFactoryBean clientFactoryBean ) : void
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.setClientFactoryBean:(Lorg/apache/cxf/frontend/ClientFactoryBean;)V]
ClientProxyFactoryBean.setConduitSelector ( org.apache.cxf.endpoint.ConduitSelector selector ) : void
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.setConduitSelector:(Lorg/apache/cxf/endpoint/ConduitSelector;)V]
ClientProxyFactoryBean.setDataBinding ( org.apache.cxf.databinding.DataBinding dataBinding ) : void
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.setDataBinding:(Lorg/apache/cxf/databinding/DataBinding;)V]
ClientProxyFactoryBean.setEndpointName ( javax.xml.namespace.QName endpointName ) : void
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.setEndpointName:(Ljavax/xml/namespace/QName;)V]
ClientProxyFactoryBean.setFeatures ( java.util.List f ) : void
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.setFeatures:(Ljava/util/List;)V]
ClientProxyFactoryBean.setPassword ( String password ) : void
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.setPassword:(Ljava/lang/String;)V]
ClientProxyFactoryBean.setProperties ( java.util.Map properties ) : void
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.setProperties:(Ljava/util/Map;)V]
ClientProxyFactoryBean.setServiceClass ( Class serviceClass ) : void
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.setServiceClass:(Ljava/lang/Class;)V]
ClientProxyFactoryBean.setServiceFactory ( org.apache.cxf.service.factory.ReflectionServiceFactoryBean sf ) : void
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.setServiceFactory:(Lorg/apache/cxf/service/factory/ReflectionServiceFactoryBean;)V]
ClientProxyFactoryBean.setServiceName ( javax.xml.namespace.QName serviceName ) : void
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.setServiceName:(Ljavax/xml/namespace/QName;)V]
ClientProxyFactoryBean.setTransportId ( String transportId ) : void
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.setTransportId:(Ljava/lang/String;)V]
ClientProxyFactoryBean.setUsername ( String username ) : void
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.setUsername:(Ljava/lang/String;)V]
ClientProxyFactoryBean.setWsdlLocation ( String wsdlURL ) : void
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.setWsdlLocation:(Ljava/lang/String;)V]
ClientProxyFactoryBean.setWsdlURL ( String wsdlURL ) : void
[run-time name: org/apache/cxf/frontend/ClientProxyFactoryBean.setWsdlURL:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ClientProxyFactoryBeanDefinitionParser.class
package org.apache.cxf.frontend.blueprint
ClientProxyFactoryBeanDefinitionParser.ClientProxyFactoryBeanDefinitionParser ( )
[run-time name: org/apache/cxf/frontend/blueprint/ClientProxyFactoryBeanDefinitionParser."<init>":()V]
ClientProxyFactoryBeanDefinitionParser.ClientProxyFactoryBeanDefinitionParser ( Class cls )
[run-time name: org/apache/cxf/frontend/blueprint/ClientProxyFactoryBeanDefinitionParser."<init>":(Ljava/lang/Class;)V]
ClientProxyFactoryBeanDefinitionParser.getFactoryCreateType ( org.w3c.dom.Element element ) : String
[run-time name: org/apache/cxf/frontend/blueprint/ClientProxyFactoryBeanDefinitionParser.getFactoryCreateType:(Lorg/w3c/dom/Element;)Ljava/lang/String;]
ClientProxyFactoryBeanDefinitionParser.getFactorySuffix ( ) : String
[run-time name: org/apache/cxf/frontend/blueprint/ClientProxyFactoryBeanDefinitionParser.getFactorySuffix:()Ljava/lang/String;]
ClientProxyFactoryBeanDefinitionParser.hasBusProperty ( ) : boolean
[run-time name: org/apache/cxf/frontend/blueprint/ClientProxyFactoryBeanDefinitionParser.hasBusProperty:()Z]
ClientProxyFactoryBeanDefinitionParser.mapAttribute ( org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element e, String name, String val, org.apache.aries.blueprint.ParserContext context ) : void
[run-time name: org/apache/cxf/frontend/blueprint/ClientProxyFactoryBeanDefinitionParser.mapAttribute:(Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/lang/String;Lorg/apache/aries/blueprint/ParserContext;)V]
ClientProxyFactoryBeanDefinitionParser.mapElement ( org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element el, String name ) : void
[run-time name: org/apache/cxf/frontend/blueprint/ClientProxyFactoryBeanDefinitionParser.mapElement:(Lorg/apache/aries/blueprint/ParserContext;Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
package org.apache.cxf.frontend.spring
ClientProxyFactoryBeanDefinitionParser.ClientProxyFactoryBeanDefinitionParser ( )
[run-time name: org/apache/cxf/frontend/spring/ClientProxyFactoryBeanDefinitionParser."<init>":()V]
ClientProxyFactoryBeanDefinitionParser.getFactoryClass ( ) : Class
[run-time name: org/apache/cxf/frontend/spring/ClientProxyFactoryBeanDefinitionParser.getFactoryClass:()Ljava/lang/Class;]
ClientProxyFactoryBeanDefinitionParser.getFactoryIdSuffix ( ) : String
[run-time name: org/apache/cxf/frontend/spring/ClientProxyFactoryBeanDefinitionParser.getFactoryIdSuffix:()Ljava/lang/String;]
ClientProxyFactoryBeanDefinitionParser.getRawFactoryClass ( ) : Class
[run-time name: org/apache/cxf/frontend/spring/ClientProxyFactoryBeanDefinitionParser.getRawFactoryClass:()Ljava/lang/Class;]
ClientProxyFactoryBeanDefinitionParser.getSuffix ( ) : String
[run-time name: org/apache/cxf/frontend/spring/ClientProxyFactoryBeanDefinitionParser.getSuffix:()Ljava/lang/String;]
ClientProxyFactoryBeanDefinitionParser.mapAttribute ( org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name, String val ) : void
[run-time name: org/apache/cxf/frontend/spring/ClientProxyFactoryBeanDefinitionParser.mapAttribute:(Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/lang/String;)V]
ClientProxyFactoryBeanDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name ) : void
[run-time name: org/apache/cxf/frontend/spring/ClientProxyFactoryBeanDefinitionParser.mapElement:(Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ClientProxyImpl.class
package org.apache.cxf.jaxrs.client
ClientProxyImpl.ClientProxyImpl ( java.net.URI baseURI, org.apache.cxf.jaxrs.model.ClassResourceInfo cri, boolean isRoot, boolean inheritHeaders, Object[ ] varValues )
[run-time name: org/apache/cxf/jaxrs/client/ClientProxyImpl."<init>":(Ljava/net/URI;Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;ZZ[Ljava/lang/Object;)V]
ClientProxyImpl.ClientProxyImpl ( ClientState initialState, org.apache.cxf.jaxrs.model.ClassResourceInfo cri, boolean isRoot, boolean inheritHeaders, Object[ ] varValues )
[run-time name: org/apache/cxf/jaxrs/client/ClientProxyImpl."<init>":(Lorg/apache/cxf/jaxrs/client/ClientState;Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;ZZ[Ljava/lang/Object;)V]
ClientProxyImpl.getInvocationHandler ( ) : Object
[run-time name: org/apache/cxf/jaxrs/client/ClientProxyImpl.getInvocationHandler:()Ljava/lang/Object;]
ClientProxyImpl.handleResponse ( org.apache.cxf.message.Message outMessage ) : Object
[run-time name: org/apache/cxf/jaxrs/client/ClientProxyImpl.handleResponse:(Lorg/apache/cxf/message/Message;)Ljava/lang/Object;]
ClientProxyImpl.invoke ( Object o, reflect.Method m, Object[ ] params ) : Object
[run-time name: org/apache/cxf/jaxrs/client/ClientProxyImpl.invoke:(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
ClientProxyImpl.reportInvalidResourceMethod ( reflect.Method m, String name ) [static] : void
[run-time name: org/apache/cxf/jaxrs/client/ClientProxyImpl.reportInvalidResourceMethod:(Ljava/lang/reflect/Method;Ljava/lang/String;)V]
ClientProxyImpl.retryInvoke ( java.net.URI newRequestURI, javax.ws.rs.core.MultivaluedMap headers, Object body, org.apache.cxf.message.Exchange exchange, java.util.Map invContext ) : Object
[run-time name: org/apache/cxf/jaxrs/client/ClientProxyImpl.retryInvoke:(Ljava/net/URI;Ljavax/ws/rs/core/MultivaluedMap;Ljava/lang/Object;Lorg/apache/cxf/message/Exchange;Ljava/util/Map;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, ClientState.class
package org.apache.cxf.jaxrs.client
ClientState.getBaseURI ( ) [abstract] : java.net.URI
[run-time name: org/apache/cxf/jaxrs/client/ClientState.getBaseURI:()Ljava/net/URI;]
ClientState.getCurrentBuilder ( ) [abstract] : javax.ws.rs.core.UriBuilder
[run-time name: org/apache/cxf/jaxrs/client/ClientState.getCurrentBuilder:()Ljavax/ws/rs/core/UriBuilder;]
ClientState.getRequestHeaders ( ) [abstract] : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/cxf/jaxrs/client/ClientState.getRequestHeaders:()Ljavax/ws/rs/core/MultivaluedMap;]
ClientState.getResponseBuilder ( ) [abstract] : javax.ws.rs.core.Response.ResponseBuilder
[run-time name: org/apache/cxf/jaxrs/client/ClientState.getResponseBuilder:()Ljavax/ws/rs/core/Response$ResponseBuilder;]
ClientState.getTemplates ( ) [abstract] : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/cxf/jaxrs/client/ClientState.getTemplates:()Ljavax/ws/rs/core/MultivaluedMap;]
ClientState.newState ( java.net.URI p1, javax.ws.rs.core.MultivaluedMap p2, javax.ws.rs.core.MultivaluedMap p3 ) [abstract] : ClientState
[run-time name: org/apache/cxf/jaxrs/client/ClientState.newState:(Ljava/net/URI;Ljavax/ws/rs/core/MultivaluedMap;Ljavax/ws/rs/core/MultivaluedMap;)Lorg/apache/cxf/jaxrs/client/ClientState;]
ClientState.reset ( ) [abstract] : void
[run-time name: org/apache/cxf/jaxrs/client/ClientState.reset:()V]
ClientState.setBaseURI ( java.net.URI p1 ) [abstract] : void
[run-time name: org/apache/cxf/jaxrs/client/ClientState.setBaseURI:(Ljava/net/URI;)V]
ClientState.setCurrentBuilder ( javax.ws.rs.core.UriBuilder p1 ) [abstract] : void
[run-time name: org/apache/cxf/jaxrs/client/ClientState.setCurrentBuilder:(Ljavax/ws/rs/core/UriBuilder;)V]
ClientState.setRequestHeaders ( javax.ws.rs.core.MultivaluedMap p1 ) [abstract] : void
[run-time name: org/apache/cxf/jaxrs/client/ClientState.setRequestHeaders:(Ljavax/ws/rs/core/MultivaluedMap;)V]
ClientState.setResponseBuilder ( javax.ws.rs.core.Response.ResponseBuilder p1 ) [abstract] : void
[run-time name: org/apache/cxf/jaxrs/client/ClientState.setResponseBuilder:(Ljavax/ws/rs/core/Response$ResponseBuilder;)V]
ClientState.setTemplates ( javax.ws.rs.core.MultivaluedMap p1 ) [abstract] : void
[run-time name: org/apache/cxf/jaxrs/client/ClientState.setTemplates:(Ljavax/ws/rs/core/MultivaluedMap;)V]
openejb-cxf-bundle-2.5.2.jar, ClientWebApplicationException.class
package org.apache.cxf.jaxrs.client
ClientWebApplicationException.ClientWebApplicationException ( )
[run-time name: org/apache/cxf/jaxrs/client/ClientWebApplicationException."<init>":()V]
ClientWebApplicationException.ClientWebApplicationException ( String message )
[run-time name: org/apache/cxf/jaxrs/client/ClientWebApplicationException."<init>":(Ljava/lang/String;)V]
ClientWebApplicationException.ClientWebApplicationException ( String message, Throwable cause, javax.ws.rs.core.Response response )
[run-time name: org/apache/cxf/jaxrs/client/ClientWebApplicationException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;Ljavax/ws/rs/core/Response;)V]
ClientWebApplicationException.ClientWebApplicationException ( Throwable cause )
[run-time name: org/apache/cxf/jaxrs/client/ClientWebApplicationException."<init>":(Ljava/lang/Throwable;)V]
ClientWebApplicationException.getResponse ( ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/client/ClientWebApplicationException.getResponse:()Ljavax/ws/rs/core/Response;]
openejb-cxf-bundle-2.5.2.jar, CloseSequenceResponseType.class
package org.apache.cxf.ws.rm.v200702
CloseSequenceResponseType.CloseSequenceResponseType ( )
[run-time name: org/apache/cxf/ws/rm/v200702/CloseSequenceResponseType."<init>":()V]
CloseSequenceResponseType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200702/CloseSequenceResponseType.getAny:()Ljava/util/List;]
CloseSequenceResponseType.getIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200702/CloseSequenceResponseType.getIdentifier:()Lorg/apache/cxf/ws/rm/v200702/Identifier;]
CloseSequenceResponseType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200702/CloseSequenceResponseType.getOtherAttributes:()Ljava/util/Map;]
CloseSequenceResponseType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/CloseSequenceResponseType.isSetAny:()Z]
CloseSequenceResponseType.isSetIdentifier ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/CloseSequenceResponseType.isSetIdentifier:()Z]
CloseSequenceResponseType.setIdentifier ( Identifier value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/CloseSequenceResponseType.setIdentifier:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)V]
CloseSequenceResponseType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/CloseSequenceResponseType.unsetAny:()V]
openejb-cxf-bundle-2.5.2.jar, CloseSequenceType.class
package org.apache.cxf.ws.rm.v200702
CloseSequenceType.CloseSequenceType ( )
[run-time name: org/apache/cxf/ws/rm/v200702/CloseSequenceType."<init>":()V]
CloseSequenceType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200702/CloseSequenceType.getAny:()Ljava/util/List;]
CloseSequenceType.getIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200702/CloseSequenceType.getIdentifier:()Lorg/apache/cxf/ws/rm/v200702/Identifier;]
CloseSequenceType.getLastMsgNumber ( ) : Long
[run-time name: org/apache/cxf/ws/rm/v200702/CloseSequenceType.getLastMsgNumber:()Ljava/lang/Long;]
CloseSequenceType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200702/CloseSequenceType.getOtherAttributes:()Ljava/util/Map;]
CloseSequenceType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/CloseSequenceType.isSetAny:()Z]
CloseSequenceType.isSetIdentifier ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/CloseSequenceType.isSetIdentifier:()Z]
CloseSequenceType.isSetLastMsgNumber ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/CloseSequenceType.isSetLastMsgNumber:()Z]
CloseSequenceType.setIdentifier ( Identifier value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/CloseSequenceType.setIdentifier:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)V]
CloseSequenceType.setLastMsgNumber ( Long value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/CloseSequenceType.setLastMsgNumber:(Ljava/lang/Long;)V]
CloseSequenceType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/CloseSequenceType.unsetAny:()V]
openejb-cxf-bundle-2.5.2.jar, CodeGeneratorProvider.class
package org.apache.cxf.jaxrs.ext.codegen
CodeGeneratorProvider.CodeGeneratorProvider ( )
[run-time name: org/apache/cxf/jaxrs/ext/codegen/CodeGeneratorProvider."<init>":()V]
CodeGeneratorProvider.doHandleRequest ( org.apache.cxf.message.Message m, org.apache.cxf.jaxrs.model.ClassResourceInfo resourceClass ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/ext/codegen/CodeGeneratorProvider.doHandleRequest:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;)Ljavax/ws/rs/core/Response;]
CodeGeneratorProvider.getStem ( org.apache.cxf.jaxrs.model.ClassResourceInfo cri, String suffix ) : String
[run-time name: org/apache/cxf/jaxrs/ext/codegen/CodeGeneratorProvider.getStem:(Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;Ljava/lang/String;)Ljava/lang/String;]
CodeGeneratorProvider.getWadl ( org.apache.cxf.message.Message m, org.apache.cxf.jaxrs.model.ClassResourceInfo resourceClass ) : String
[run-time name: org/apache/cxf/jaxrs/ext/codegen/CodeGeneratorProvider.getWadl:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;)Ljava/lang/String;]
CodeGeneratorProvider.handleRequest ( org.apache.cxf.message.Message m, org.apache.cxf.jaxrs.model.ClassResourceInfo resourceClass ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/ext/codegen/CodeGeneratorProvider.handleRequest:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;)Ljavax/ws/rs/core/Response;]
CodeGeneratorProvider.removeCode ( org.apache.cxf.jaxrs.model.ClassResourceInfo cri ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/CodeGeneratorProvider.removeCode:(Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;)V]
CodeGeneratorProvider.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/CodeGeneratorProvider.setBus:(Lorg/apache/cxf/Bus;)V]
CodeGeneratorProvider.setGenerateInterfaces ( boolean generateInterfaces ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/CodeGeneratorProvider.setGenerateInterfaces:(Z)V]
CodeGeneratorProvider.setImportsComparator ( java.util.Comparator importsComparator ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/CodeGeneratorProvider.setImportsComparator:(Ljava/util/Comparator;)V]
CodeGeneratorProvider.setPackageName ( String name ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/CodeGeneratorProvider.setPackageName:(Ljava/lang/String;)V]
CodeGeneratorProvider.setResourceName ( String name ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/CodeGeneratorProvider.setResourceName:(Ljava/lang/String;)V]
CodeGeneratorProvider.setUriInfo ( javax.ws.rs.core.UriInfo uriInfo ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/CodeGeneratorProvider.setUriInfo:(Ljavax/ws/rs/core/UriInfo;)V]
openejb-cxf-bundle-2.5.2.jar, CollectionType.class
package org.apache.cxf.aegis.type.collection
CollectionType.CollectionType ( org.apache.cxf.aegis.type.AegisType componentType )
[run-time name: org/apache/cxf/aegis/type/collection/CollectionType."<init>":(Lorg/apache/cxf/aegis/type/AegisType;)V]
CollectionType.createCollection ( ) : java.util.Collection
[run-time name: org/apache/cxf/aegis/type/collection/CollectionType.createCollection:()Ljava/util/Collection;]
CollectionType.getComponentType ( ) : org.apache.cxf.aegis.type.AegisType
[run-time name: org/apache/cxf/aegis/type/collection/CollectionType.getComponentType:()Lorg/apache/cxf/aegis/type/AegisType;]
CollectionType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/collection/CollectionType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
CollectionType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/collection/CollectionType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, CollectionUtils.class
package org.apache.cxf.common.util
CollectionUtils.diff ( java.util.Collection c1, java.util.Collection c2 ) [static] : java.util.Collection
[run-time name: org/apache/cxf/common/util/CollectionUtils.diff:(Ljava/util/Collection;Ljava/util/Collection;)Ljava/util/Collection;]
CollectionUtils.isEmpty ( java.util.Collection c ) [static] : boolean
[run-time name: org/apache/cxf/common/util/CollectionUtils.isEmpty:(Ljava/util/Collection;)Z]
openejb-cxf-bundle-2.5.2.jar, CollectionWrapper.class
package org.apache.cxf.jaxrs.provider
AbstractJAXBProvider.CollectionWrapper.AbstractJAXBProvider.CollectionWrapper ( )
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.CollectionWrapper."<init>":()V]
AbstractJAXBProvider.CollectionWrapper.getCollectionOrArray ( Class type, Class origType, javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter adapter ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.CollectionWrapper.getCollectionOrArray:(Ljava/lang/Class;Ljava/lang/Class;Ljavax/xml/bind/annotation/adapters/XmlJavaTypeAdapter;)Ljava/lang/Object;]
AbstractJAXBProvider.CollectionWrapper.getList ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.CollectionWrapper.getList:()Ljava/util/List;]
AbstractJAXBProvider.CollectionWrapper.setList ( java.util.List list ) : void
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.CollectionWrapper.setList:(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, ColocBeanDefinitionParser.class
package org.apache.cxf.binding.coloc.spring
ColocBeanDefinitionParser.ColocBeanDefinitionParser ( )
[run-time name: org/apache/cxf/binding/coloc/spring/ColocBeanDefinitionParser."<init>":()V]
ColocBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 ) : Class
[run-time name: org/apache/cxf/binding/coloc/spring/ColocBeanDefinitionParser.getBeanClass:(Lorg/w3c/dom/Element;)Ljava/lang/Class;]
openejb-cxf-bundle-2.5.2.jar, ColocBPNamespaceHandler.class
package org.apache.cxf.binding.coloc.blueprint
ColocBPNamespaceHandler.ColocBPNamespaceHandler ( )
[run-time name: org/apache/cxf/binding/coloc/blueprint/ColocBPNamespaceHandler."<init>":()V]
ColocBPNamespaceHandler.decorate ( org.w3c.dom.Node node, org.osgi.service.blueprint.reflect.ComponentMetadata componentMetadata, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.ComponentMetadata
[run-time name: org/apache/cxf/binding/coloc/blueprint/ColocBPNamespaceHandler.decorate:(Lorg/w3c/dom/Node;Lorg/osgi/service/blueprint/reflect/ComponentMetadata;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/ComponentMetadata;]
ColocBPNamespaceHandler.getManagedClasses ( ) : java.util.Set
[run-time name: org/apache/cxf/binding/coloc/blueprint/ColocBPNamespaceHandler.getManagedClasses:()Ljava/util/Set;]
ColocBPNamespaceHandler.getSchemaLocation ( String s ) : java.net.URL
[run-time name: org/apache/cxf/binding/coloc/blueprint/ColocBPNamespaceHandler.getSchemaLocation:(Ljava/lang/String;)Ljava/net/URL;]
ColocBPNamespaceHandler.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/binding/coloc/blueprint/ColocBPNamespaceHandler.parse:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/Metadata;]
openejb-cxf-bundle-2.5.2.jar, ColocFeature.class
package org.apache.cxf.binding.coloc.feature
ColocFeature.ColocFeature ( )
[run-time name: org/apache/cxf/binding/coloc/feature/ColocFeature."<init>":()V]
ColocFeature.initialize ( org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/binding/coloc/feature/ColocFeature.initialize:(Lorg/apache/cxf/endpoint/Client;Lorg/apache/cxf/Bus;)V]
ColocFeature.initializeProvider ( org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/binding/coloc/feature/ColocFeature.initializeProvider:(Lorg/apache/cxf/interceptor/InterceptorProvider;Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, ColocInFaultObserver.class
package org.apache.cxf.binding.coloc
ColocInFaultObserver.ColocInFaultObserver ( org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/binding/coloc/ColocInFaultObserver."<init>":(Lorg/apache/cxf/Bus;)V]
ColocInFaultObserver.getPhases ( ) : java.util.SortedSet
[run-time name: org/apache/cxf/binding/coloc/ColocInFaultObserver.getPhases:()Ljava/util/SortedSet;]
ColocInFaultObserver.initializeInterceptors ( org.apache.cxf.message.Exchange ex, org.apache.cxf.phase.PhaseInterceptorChain chain ) : void
[run-time name: org/apache/cxf/binding/coloc/ColocInFaultObserver.initializeInterceptors:(Lorg/apache/cxf/message/Exchange;Lorg/apache/cxf/phase/PhaseInterceptorChain;)V]
openejb-cxf-bundle-2.5.2.jar, ColocInInterceptor.class
package org.apache.cxf.binding.coloc
ColocInInterceptor.ColocInInterceptor ( )
[run-time name: org/apache/cxf/binding/coloc/ColocInInterceptor."<init>":()V]
ColocInInterceptor.handleMessage ( org.apache.cxf.message.Message msg ) : void
[run-time name: org/apache/cxf/binding/coloc/ColocInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, ColocMessageObserver.class
package org.apache.cxf.binding.coloc
ColocMessageObserver.addColocInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/binding/coloc/ColocMessageObserver.addColocInterceptors:()Ljava/util/List;]
ColocMessageObserver.ColocMessageObserver ( org.apache.cxf.endpoint.Endpoint endpoint, org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/binding/coloc/ColocMessageObserver."<init>":(Lorg/apache/cxf/endpoint/Endpoint;Lorg/apache/cxf/Bus;)V]
ColocMessageObserver.onMessage ( org.apache.cxf.message.Message m ) : void
[run-time name: org/apache/cxf/binding/coloc/ColocMessageObserver.onMessage:(Lorg/apache/cxf/message/Message;)V]
ColocMessageObserver.setExchangeProperties ( org.apache.cxf.message.Exchange exchange, org.apache.cxf.message.Message m ) : void
[run-time name: org/apache/cxf/binding/coloc/ColocMessageObserver.setExchangeProperties:(Lorg/apache/cxf/message/Exchange;Lorg/apache/cxf/message/Message;)V]
ColocMessageObserver.setOutBoundMessage ( org.apache.cxf.message.Exchange from, org.apache.cxf.message.Exchange to ) : void
[run-time name: org/apache/cxf/binding/coloc/ColocMessageObserver.setOutBoundMessage:(Lorg/apache/cxf/message/Exchange;Lorg/apache/cxf/message/Exchange;)V]
openejb-cxf-bundle-2.5.2.jar, ColocOutFaultObserver.class
package org.apache.cxf.binding.coloc
ColocOutFaultObserver.ColocOutFaultObserver ( org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/binding/coloc/ColocOutFaultObserver."<init>":(Lorg/apache/cxf/Bus;)V]
ColocOutFaultObserver.getPhases ( ) : java.util.SortedSet
[run-time name: org/apache/cxf/binding/coloc/ColocOutFaultObserver.getPhases:()Ljava/util/SortedSet;]
openejb-cxf-bundle-2.5.2.jar, ColocOutInterceptor.class
package org.apache.cxf.binding.coloc
ColocOutInterceptor.ColocOutInterceptor ( )
[run-time name: org/apache/cxf/binding/coloc/ColocOutInterceptor."<init>":()V]
ColocOutInterceptor.ColocOutInterceptor ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/binding/coloc/ColocOutInterceptor."<init>":(Lorg/apache/cxf/Bus;)V]
ColocOutInterceptor.getInBoundMessage ( org.apache.cxf.message.Exchange ex ) : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/binding/coloc/ColocOutInterceptor.getInBoundMessage:(Lorg/apache/cxf/message/Exchange;)Lorg/apache/cxf/message/Message;]
ColocOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/coloc/ColocOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
ColocOutInterceptor.invokeColocObserver ( org.apache.cxf.message.Message outMsg, org.apache.cxf.endpoint.Endpoint inboundEndpoint ) : void
[run-time name: org/apache/cxf/binding/coloc/ColocOutInterceptor.invokeColocObserver:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/endpoint/Endpoint;)V]
ColocOutInterceptor.invokeInboundChain ( org.apache.cxf.message.Exchange ex, org.apache.cxf.endpoint.Endpoint ep ) : void
[run-time name: org/apache/cxf/binding/coloc/ColocOutInterceptor.invokeInboundChain:(Lorg/apache/cxf/message/Exchange;Lorg/apache/cxf/endpoint/Endpoint;)V]
ColocOutInterceptor.isColocated ( java.util.List servers, org.apache.cxf.endpoint.Endpoint endpoint, org.apache.cxf.service.model.BindingOperationInfo boi ) : org.apache.cxf.endpoint.Server
[run-time name: org/apache/cxf/binding/coloc/ColocOutInterceptor.isColocated:(Ljava/util/List;Lorg/apache/cxf/endpoint/Endpoint;Lorg/apache/cxf/service/model/BindingOperationInfo;)Lorg/apache/cxf/endpoint/Server;]
ColocOutInterceptor.isCompatibleOperationInfo ( org.apache.cxf.service.model.BindingOperationInfo sender, org.apache.cxf.service.model.BindingOperationInfo receiver ) : boolean
[run-time name: org/apache/cxf/binding/coloc/ColocOutInterceptor.isCompatibleOperationInfo:(Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;)Z]
ColocOutInterceptor.isSameOperationInfo ( org.apache.cxf.service.model.BindingOperationInfo sender, org.apache.cxf.service.model.BindingOperationInfo receiver ) : boolean
[run-time name: org/apache/cxf/binding/coloc/ColocOutInterceptor.isSameOperationInfo:(Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;)Z]
ColocOutInterceptor.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/binding/coloc/ColocOutInterceptor.setBus:(Lorg/apache/cxf/Bus;)V]
ColocOutInterceptor.setExchangeProperties ( org.apache.cxf.message.Exchange exchange, org.apache.cxf.endpoint.Endpoint ep ) : void
[run-time name: org/apache/cxf/binding/coloc/ColocOutInterceptor.setExchangeProperties:(Lorg/apache/cxf/message/Exchange;Lorg/apache/cxf/endpoint/Endpoint;)V]
ColocOutInterceptor.setMessageObserver ( org.apache.cxf.transport.MessageObserver observer ) : void
[run-time name: org/apache/cxf/binding/coloc/ColocOutInterceptor.setMessageObserver:(Lorg/apache/cxf/transport/MessageObserver;)V]
openejb-cxf-bundle-2.5.2.jar, ColocUtil.class
package org.apache.cxf.binding.coloc
ColocUtil.convertObjectToSource ( org.apache.cxf.message.Message message ) [static] : void
[run-time name: org/apache/cxf/binding/coloc/ColocUtil.convertObjectToSource:(Lorg/apache/cxf/message/Message;)V]
ColocUtil.convertSourceToObject ( org.apache.cxf.message.Message message ) [static] : void
[run-time name: org/apache/cxf/binding/coloc/ColocUtil.convertSourceToObject:(Lorg/apache/cxf/message/Message;)V]
ColocUtil.getInInterceptorChain ( org.apache.cxf.message.Exchange ex, java.util.SortedSet phases ) [static] : org.apache.cxf.interceptor.InterceptorChain
[run-time name: org/apache/cxf/binding/coloc/ColocUtil.getInInterceptorChain:(Lorg/apache/cxf/message/Exchange;Ljava/util/SortedSet;)Lorg/apache/cxf/interceptor/InterceptorChain;]
ColocUtil.getOutInterceptorChain ( org.apache.cxf.message.Exchange ex, java.util.SortedSet phases ) [static] : org.apache.cxf.interceptor.InterceptorChain
[run-time name: org/apache/cxf/binding/coloc/ColocUtil.getOutInterceptorChain:(Lorg/apache/cxf/message/Exchange;Ljava/util/SortedSet;)Lorg/apache/cxf/interceptor/InterceptorChain;]
ColocUtil.isAssignableOperationInfo ( org.apache.cxf.service.model.OperationInfo oi, Class cls ) [static] : boolean
[run-time name: org/apache/cxf/binding/coloc/ColocUtil.isAssignableOperationInfo:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/Class;)Z]
ColocUtil.isCompatibleOperationInfo ( org.apache.cxf.service.model.OperationInfo oi1, org.apache.cxf.service.model.OperationInfo oi2 ) [static] : boolean
[run-time name: org/apache/cxf/binding/coloc/ColocUtil.isCompatibleOperationInfo:(Lorg/apache/cxf/service/model/OperationInfo;Lorg/apache/cxf/service/model/OperationInfo;)Z]
ColocUtil.isSameFaultInfo ( java.util.Collection fil1, java.util.Collection fil2 ) [static] : boolean
[run-time name: org/apache/cxf/binding/coloc/ColocUtil.isSameFaultInfo:(Ljava/util/Collection;Ljava/util/Collection;)Z]
ColocUtil.isSameMessageInfo ( org.apache.cxf.service.model.MessageInfo mi1, org.apache.cxf.service.model.MessageInfo mi2 ) [static] : boolean
[run-time name: org/apache/cxf/binding/coloc/ColocUtil.isSameMessageInfo:(Lorg/apache/cxf/service/model/MessageInfo;Lorg/apache/cxf/service/model/MessageInfo;)Z]
ColocUtil.isSameOperationInfo ( org.apache.cxf.service.model.OperationInfo oi1, org.apache.cxf.service.model.OperationInfo oi2 ) [static] : boolean
[run-time name: org/apache/cxf/binding/coloc/ColocUtil.isSameOperationInfo:(Lorg/apache/cxf/service/model/OperationInfo;Lorg/apache/cxf/service/model/OperationInfo;)Z]
ColocUtil.setPhases ( java.util.SortedSet list, String start, String end ) [static] : void
[run-time name: org/apache/cxf/binding/coloc/ColocUtil.setPhases:(Ljava/util/SortedSet;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, Combinator.class
package org.apache.cxf.transport.https
CertConstraints.Combinator.valueOf ( String name ) [static] : CertConstraints.Combinator
[run-time name: org/apache/cxf/transport/https/CertConstraints.Combinator.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/transport/https/CertConstraints$Combinator;]
CertConstraints.Combinator.values ( ) [static] : CertConstraints.Combinator[ ]
[run-time name: org/apache/cxf/transport/https/CertConstraints.Combinator.values:()[Lorg/apache/cxf/transport/https/CertConstraints$Combinator;]
openejb-cxf-bundle-2.5.2.jar, CombinatorType.class
package org.apache.cxf.configuration.security
CombinatorType.fromValue ( String v ) [static] : CombinatorType
[run-time name: org/apache/cxf/configuration/security/CombinatorType.fromValue:(Ljava/lang/String;)Lorg/apache/cxf/configuration/security/CombinatorType;]
CombinatorType.value ( ) : String
[run-time name: org/apache/cxf/configuration/security/CombinatorType.value:()Ljava/lang/String;]
CombinatorType.valueOf ( String name ) [static] : CombinatorType
[run-time name: org/apache/cxf/configuration/security/CombinatorType.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/configuration/security/CombinatorType;]
CombinatorType.values ( ) [static] : CombinatorType[ ]
[run-time name: org/apache/cxf/configuration/security/CombinatorType.values:()[Lorg/apache/cxf/configuration/security/CombinatorType;]
openejb-cxf-bundle-2.5.2.jar, CommandDocument.class
package org.apache.cxf.tools.common.toolspec.parser
CommandDocument.getDocument ( ) : org.w3c.dom.Document
[run-time name: org/apache/cxf/tools/common/toolspec/parser/CommandDocument.getDocument:()Lorg/w3c/dom/Document;]
CommandDocument.getParameter ( String name ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/CommandDocument.getParameter:(Ljava/lang/String;)Ljava/lang/String;]
CommandDocument.getParameterNames ( ) : String[ ]
[run-time name: org/apache/cxf/tools/common/toolspec/parser/CommandDocument.getParameterNames:()[Ljava/lang/String;]
CommandDocument.getParameters ( String name ) : String[ ]
[run-time name: org/apache/cxf/tools/common/toolspec/parser/CommandDocument.getParameters:(Ljava/lang/String;)[Ljava/lang/String;]
CommandDocument.hasParameter ( String name ) : boolean
[run-time name: org/apache/cxf/tools/common/toolspec/parser/CommandDocument.hasParameter:(Ljava/lang/String;)Z]
openejb-cxf-bundle-2.5.2.jar, CommandInterfaceUtils.class
package org.apache.cxf.tools.common
CommandInterfaceUtils.commandCommonMain ( ) [static] : void
[run-time name: org/apache/cxf/tools/common/CommandInterfaceUtils.commandCommonMain:()V]
CommandInterfaceUtils.setTestInProgress ( boolean testInProgress ) [static] : void
[run-time name: org/apache/cxf/tools/common/CommandInterfaceUtils.setTestInProgress:(Z)V]
openejb-cxf-bundle-2.5.2.jar, CommandLineParser.class
package org.apache.cxf.tools.common.toolspec.parser
CommandLineParser.CommandLineParser ( org.apache.cxf.tools.common.toolspec.ToolSpec ts )
[run-time name: org/apache/cxf/tools/common/toolspec/parser/CommandLineParser."<init>":(Lorg/apache/cxf/tools/common/toolspec/ToolSpec;)V]
CommandLineParser.getArgsFromString ( String s ) [static] : String[ ]
[run-time name: org/apache/cxf/tools/common/toolspec/parser/CommandLineParser.getArgsFromString:(Ljava/lang/String;)[Ljava/lang/String;]
CommandLineParser.getDetailedUsage ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/CommandLineParser.getDetailedUsage:()Ljava/lang/String;]
CommandLineParser.getDetailedUsage ( String id ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/CommandLineParser.getDetailedUsage:(Ljava/lang/String;)Ljava/lang/String;]
CommandLineParser.getFormattedDetailedUsage ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/CommandLineParser.getFormattedDetailedUsage:()Ljava/lang/String;]
CommandLineParser.getToolUsage ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/CommandLineParser.getToolUsage:()Ljava/lang/String;]
CommandLineParser.getUsage ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/CommandLineParser.getUsage:()Ljava/lang/String;]
CommandLineParser.parseArguments ( String args ) : CommandDocument
[run-time name: org/apache/cxf/tools/common/toolspec/parser/CommandLineParser.parseArguments:(Ljava/lang/String;)Lorg/apache/cxf/tools/common/toolspec/parser/CommandDocument;]
CommandLineParser.parseArguments ( String[ ] args ) : CommandDocument
[run-time name: org/apache/cxf/tools/common/toolspec/parser/CommandLineParser.parseArguments:([Ljava/lang/String;)Lorg/apache/cxf/tools/common/toolspec/parser/CommandDocument;]
CommandLineParser.setToolSpec ( org.apache.cxf.tools.common.toolspec.ToolSpec ts ) : void
[run-time name: org/apache/cxf/tools/common/toolspec/parser/CommandLineParser.setToolSpec:(Lorg/apache/cxf/tools/common/toolspec/ToolSpec;)V]
CommandLineParser.throwUsage ( ErrorVisitor errors ) : void
[run-time name: org/apache/cxf/tools/common/toolspec/parser/CommandLineParser.throwUsage:(Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)V]
openejb-cxf-bundle-2.5.2.jar, Compiler.class
package org.apache.cxf.common.util
Compiler.compileFiles ( java.io.File[ ] files ) : boolean
[run-time name: org/apache/cxf/common/util/Compiler.compileFiles:([Ljava/io/File;)Z]
Compiler.compileFiles ( java.util.List files ) : boolean
[run-time name: org/apache/cxf/common/util/Compiler.compileFiles:(Ljava/util/List;)Z]
Compiler.compileFiles ( String[ ] files ) : boolean
[run-time name: org/apache/cxf/common/util/Compiler.compileFiles:([Ljava/lang/String;)Z]
Compiler.Compiler ( )
[run-time name: org/apache/cxf/common/util/Compiler."<init>":()V]
Compiler.internalCompile ( String[ ] args, int sourceFileIndex ) : boolean
[run-time name: org/apache/cxf/common/util/Compiler.internalCompile:([Ljava/lang/String;I)Z]
Compiler.setClassPath ( String s ) : void
[run-time name: org/apache/cxf/common/util/Compiler.setClassPath:(Ljava/lang/String;)V]
Compiler.setMaxMemory ( long l ) : void
[run-time name: org/apache/cxf/common/util/Compiler.setMaxMemory:(J)V]
Compiler.setOutputDir ( java.io.File s ) : void
[run-time name: org/apache/cxf/common/util/Compiler.setOutputDir:(Ljava/io/File;)V]
Compiler.setOutputDir ( String s ) : void
[run-time name: org/apache/cxf/common/util/Compiler.setOutputDir:(Ljava/lang/String;)V]
Compiler.setTarget ( String s ) : void
[run-time name: org/apache/cxf/common/util/Compiler.setTarget:(Ljava/lang/String;)V]
Compiler.setVerbose ( boolean b ) : void
[run-time name: org/apache/cxf/common/util/Compiler.setVerbose:(Z)V]
openejb-cxf-bundle-2.5.2.jar, CompleteCondition.class
package org.apache.cxf.jaxrs.ext.search.client
CompleteCondition.and ( ) [abstract] : PartialCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/CompleteCondition.and:()Lorg/apache/cxf/jaxrs/ext/search/client/PartialCondition;]
CompleteCondition.or ( ) [abstract] : PartialCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/CompleteCondition.or:()Lorg/apache/cxf/jaxrs/ext/search/client/PartialCondition;]
CompleteCondition.query ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxrs/ext/search/client/CompleteCondition.query:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, CompositeData.class
package org.apache.cxf.transport.jms.uri
URISupport.CompositeData.getComponents ( ) : java.net.URI[ ]
[run-time name: org/apache/cxf/transport/jms/uri/URISupport.CompositeData.getComponents:()[Ljava/net/URI;]
URISupport.CompositeData.getFragment ( ) : String
[run-time name: org/apache/cxf/transport/jms/uri/URISupport.CompositeData.getFragment:()Ljava/lang/String;]
URISupport.CompositeData.getHost ( ) : String
[run-time name: org/apache/cxf/transport/jms/uri/URISupport.CompositeData.getHost:()Ljava/lang/String;]
URISupport.CompositeData.getParameters ( ) : java.util.Map
[run-time name: org/apache/cxf/transport/jms/uri/URISupport.CompositeData.getParameters:()Ljava/util/Map;]
URISupport.CompositeData.getPath ( ) : String
[run-time name: org/apache/cxf/transport/jms/uri/URISupport.CompositeData.getPath:()Ljava/lang/String;]
URISupport.CompositeData.getScheme ( ) : String
[run-time name: org/apache/cxf/transport/jms/uri/URISupport.CompositeData.getScheme:()Ljava/lang/String;]
URISupport.CompositeData.toURI ( ) : java.net.URI
[run-time name: org/apache/cxf/transport/jms/uri/URISupport.CompositeData.toURI:()Ljava/net/URI;]
URISupport.CompositeData.URISupport.CompositeData ( )
[run-time name: org/apache/cxf/transport/jms/uri/URISupport.CompositeData."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ConditionType.class
package org.apache.cxf.jaxrs.ext.search
ConditionType.valueOf ( String name ) [static] : ConditionType
[run-time name: org/apache/cxf/jaxrs/ext/search/ConditionType.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/ext/search/ConditionType;]
ConditionType.values ( ) [static] : ConditionType[ ]
[run-time name: org/apache/cxf/jaxrs/ext/search/ConditionType.values:()[Lorg/apache/cxf/jaxrs/ext/search/ConditionType;]
openejb-cxf-bundle-2.5.2.jar, Conduit.class
package org.apache.cxf.transport
Conduit.close ( ) [abstract] : void
[run-time name: org/apache/cxf/transport/Conduit.close:()V]
Conduit.close ( org.apache.cxf.message.Message p1 ) [abstract] : void
[run-time name: org/apache/cxf/transport/Conduit.close:(Lorg/apache/cxf/message/Message;)V]
Conduit.getTarget ( ) [abstract] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/transport/Conduit.getTarget:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
Conduit.prepare ( org.apache.cxf.message.Message p1 ) [abstract] : void
[run-time name: org/apache/cxf/transport/Conduit.prepare:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, ConduitInitiator.class
package org.apache.cxf.transport
ConduitInitiator.getConduit ( org.apache.cxf.service.model.EndpointInfo p1 ) [abstract] : Conduit
[run-time name: org/apache/cxf/transport/ConduitInitiator.getConduit:(Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/cxf/transport/Conduit;]
ConduitInitiator.getConduit ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.ws.addressing.EndpointReferenceType p2 ) [abstract] : Conduit
[run-time name: org/apache/cxf/transport/ConduitInitiator.getConduit:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/transport/Conduit;]
ConduitInitiator.getTransportIds ( ) [abstract] : java.util.List
[run-time name: org/apache/cxf/transport/ConduitInitiator.getTransportIds:()Ljava/util/List;]
ConduitInitiator.getUriPrefixes ( ) [abstract] : java.util.Set
[run-time name: org/apache/cxf/transport/ConduitInitiator.getUriPrefixes:()Ljava/util/Set;]
openejb-cxf-bundle-2.5.2.jar, ConduitInitiatorManager.class
package org.apache.cxf.transport
ConduitInitiatorManager.deregisterConduitInitiator ( String p1 ) [abstract] : void
[run-time name: org/apache/cxf/transport/ConduitInitiatorManager.deregisterConduitInitiator:(Ljava/lang/String;)V]
ConduitInitiatorManager.getConduitInitiator ( String p1 ) [abstract] : ConduitInitiator
[run-time name: org/apache/cxf/transport/ConduitInitiatorManager.getConduitInitiator:(Ljava/lang/String;)Lorg/apache/cxf/transport/ConduitInitiator;]
ConduitInitiatorManager.getConduitInitiatorForUri ( String p1 ) [abstract] : ConduitInitiator
[run-time name: org/apache/cxf/transport/ConduitInitiatorManager.getConduitInitiatorForUri:(Ljava/lang/String;)Lorg/apache/cxf/transport/ConduitInitiator;]
ConduitInitiatorManager.registerConduitInitiator ( String p1, ConduitInitiator p2 ) [abstract] : void
[run-time name: org/apache/cxf/transport/ConduitInitiatorManager.registerConduitInitiator:(Ljava/lang/String;Lorg/apache/cxf/transport/ConduitInitiator;)V]
openejb-cxf-bundle-2.5.2.jar, ConduitInitiatorManagerImpl.class
package org.apache.cxf.transport
ConduitInitiatorManagerImpl.ConduitInitiatorManagerImpl ( )
[run-time name: org/apache/cxf/transport/ConduitInitiatorManagerImpl."<init>":()V]
ConduitInitiatorManagerImpl.ConduitInitiatorManagerImpl ( java.util.Map conduitInitiators )
[run-time name: org/apache/cxf/transport/ConduitInitiatorManagerImpl."<init>":(Ljava/util/Map;)V]
ConduitInitiatorManagerImpl.ConduitInitiatorManagerImpl ( java.util.Map conduitInitiators, org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/transport/ConduitInitiatorManagerImpl."<init>":(Ljava/util/Map;Lorg/apache/cxf/Bus;)V]
ConduitInitiatorManagerImpl.ConduitInitiatorManagerImpl ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/transport/ConduitInitiatorManagerImpl."<init>":(Lorg/apache/cxf/Bus;)V]
ConduitInitiatorManagerImpl.ConduitInitiatorManagerImpl ( org.apache.cxf.configuration.spring.MapProvider conduitInitiators )
[run-time name: org/apache/cxf/transport/ConduitInitiatorManagerImpl."<init>":(Lorg/apache/cxf/configuration/spring/MapProvider;)V]
ConduitInitiatorManagerImpl.ConduitInitiatorManagerImpl ( org.apache.cxf.configuration.spring.MapProvider conduitInitiators, org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/transport/ConduitInitiatorManagerImpl."<init>":(Lorg/apache/cxf/configuration/spring/MapProvider;Lorg/apache/cxf/Bus;)V]
ConduitInitiatorManagerImpl.deregisterConduitInitiator ( String namespace ) : void
[run-time name: org/apache/cxf/transport/ConduitInitiatorManagerImpl.deregisterConduitInitiator:(Ljava/lang/String;)V]
ConduitInitiatorManagerImpl.getConduitInitiator ( String namespace ) : ConduitInitiator
[run-time name: org/apache/cxf/transport/ConduitInitiatorManagerImpl.getConduitInitiator:(Ljava/lang/String;)Lorg/apache/cxf/transport/ConduitInitiator;]
ConduitInitiatorManagerImpl.getConduitInitiatorForUri ( String uri ) : ConduitInitiator
[run-time name: org/apache/cxf/transport/ConduitInitiatorManagerImpl.getConduitInitiatorForUri:(Ljava/lang/String;)Lorg/apache/cxf/transport/ConduitInitiator;]
ConduitInitiatorManagerImpl.registerConduitInitiator ( String namespace, ConduitInitiator factory ) : void
[run-time name: org/apache/cxf/transport/ConduitInitiatorManagerImpl.registerConduitInitiator:(Ljava/lang/String;Lorg/apache/cxf/transport/ConduitInitiator;)V]
ConduitInitiatorManagerImpl.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/transport/ConduitInitiatorManagerImpl.setBus:(Lorg/apache/cxf/Bus;)V]
ConduitInitiatorManagerImpl.setMapProvider ( org.apache.cxf.configuration.spring.MapProvider mapProvider ) : void
[run-time name: org/apache/cxf/transport/ConduitInitiatorManagerImpl.setMapProvider:(Lorg/apache/cxf/configuration/spring/MapProvider;)V]
ConduitInitiatorManagerImpl.shutdown ( ) : void
[run-time name: org/apache/cxf/transport/ConduitInitiatorManagerImpl.shutdown:()V]
openejb-cxf-bundle-2.5.2.jar, ConduitSelector.class
package org.apache.cxf.endpoint
ConduitSelector.complete ( org.apache.cxf.message.Exchange p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/ConduitSelector.complete:(Lorg/apache/cxf/message/Exchange;)V]
ConduitSelector.getEndpoint ( ) [abstract] : Endpoint
[run-time name: org/apache/cxf/endpoint/ConduitSelector.getEndpoint:()Lorg/apache/cxf/endpoint/Endpoint;]
ConduitSelector.prepare ( org.apache.cxf.message.Message p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/ConduitSelector.prepare:(Lorg/apache/cxf/message/Message;)V]
ConduitSelector.selectConduit ( org.apache.cxf.message.Message p1 ) [abstract] : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/endpoint/ConduitSelector.selectConduit:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/transport/Conduit;]
ConduitSelector.setEndpoint ( Endpoint p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/ConduitSelector.setEndpoint:(Lorg/apache/cxf/endpoint/Endpoint;)V]
openejb-cxf-bundle-2.5.2.jar, Configurable.class
package org.apache.cxf.configuration
Configurable.getBeanName ( ) [abstract] : String
[run-time name: org/apache/cxf/configuration/Configurable.getBeanName:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, Configuration.class
package org.apache.cxf.aegis.type
Configuration.Configuration ( )
[run-time name: org/apache/cxf/aegis/type/Configuration."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ConfigurationException.class
package org.apache.cxf.configuration
ConfigurationException.ConfigurationException ( org.apache.cxf.common.i18n.Message msg )
[run-time name: org/apache/cxf/configuration/ConfigurationException."<init>":(Lorg/apache/cxf/common/i18n/Message;)V]
ConfigurationException.ConfigurationException ( org.apache.cxf.common.i18n.Message msg, Throwable cause )
[run-time name: org/apache/cxf/configuration/ConfigurationException."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;)V]
ConfigurationException.ConfigurationException ( Throwable cause )
[run-time name: org/apache/cxf/configuration/ConfigurationException."<init>":(Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, ConfiguredBeanLocator.class
package org.apache.cxf.configuration
ConfiguredBeanLocator.getBeanNamesOfType ( Class p1 ) [abstract] : java.util.List
[run-time name: org/apache/cxf/configuration/ConfiguredBeanLocator.getBeanNamesOfType:(Ljava/lang/Class;)Ljava/util/List;]
ConfiguredBeanLocator.getBeanOfType ( String p1, Class p2 ) [abstract] : Object
[run-time name: org/apache/cxf/configuration/ConfiguredBeanLocator.getBeanOfType:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
ConfiguredBeanLocator.getBeansOfType ( Class p1 ) [abstract] : java.util.Collection
[run-time name: org/apache/cxf/configuration/ConfiguredBeanLocator.getBeansOfType:(Ljava/lang/Class;)Ljava/util/Collection;]
ConfiguredBeanLocator.hasConfiguredPropertyValue ( String p1, String p2, String p3 ) [abstract] : boolean
[run-time name: org/apache/cxf/configuration/ConfiguredBeanLocator.hasConfiguredPropertyValue:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z]
ConfiguredBeanLocator.loadBeansOfType ( Class p1, ConfiguredBeanLocator.BeanLoaderListener p2 ) [abstract] : boolean
[run-time name: org/apache/cxf/configuration/ConfiguredBeanLocator.loadBeansOfType:(Ljava/lang/Class;Lorg/apache/cxf/configuration/ConfiguredBeanLocator$BeanLoaderListener;)Z]
openejb-cxf-bundle-2.5.2.jar, Configurer.class
package org.apache.cxf.configuration
Configurer.configureBean ( Object p1 ) [abstract] : void
[run-time name: org/apache/cxf/configuration/Configurer.configureBean:(Ljava/lang/Object;)V]
Configurer.configureBean ( String p1, Object p2 ) [abstract] : void
[run-time name: org/apache/cxf/configuration/Configurer.configureBean:(Ljava/lang/String;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, ConfigurerImpl.class
package org.apache.cxf.bus.blueprint
ConfigurerImpl.configureBean ( Object beanInstance ) : void
[run-time name: org/apache/cxf/bus/blueprint/ConfigurerImpl.configureBean:(Ljava/lang/Object;)V]
ConfigurerImpl.configureBean ( String bn, Object beanInstance ) : void
[run-time name: org/apache/cxf/bus/blueprint/ConfigurerImpl.configureBean:(Ljava/lang/String;Ljava/lang/Object;)V]
ConfigurerImpl.configureBean ( String bn, Object beanInstance, boolean checkWildcards ) : void
[run-time name: org/apache/cxf/bus/blueprint/ConfigurerImpl.configureBean:(Ljava/lang/String;Ljava/lang/Object;Z)V]
ConfigurerImpl.ConfigurerImpl ( org.osgi.service.blueprint.container.BlueprintContainer con )
[run-time name: org/apache/cxf/bus/blueprint/ConfigurerImpl."<init>":(Lorg/osgi/service/blueprint/container/BlueprintContainer;)V]
ConfigurerImpl.getBeanName ( Object beanInstance ) : String
[run-time name: org/apache/cxf/bus/blueprint/ConfigurerImpl.getBeanName:(Ljava/lang/Object;)Ljava/lang/String;]
package org.apache.cxf.configuration.spring
ConfigurerImpl.addApplicationContext ( org.springframework.context.ApplicationContext ac ) : void
[run-time name: org/apache/cxf/configuration/spring/ConfigurerImpl.addApplicationContext:(Lorg/springframework/context/ApplicationContext;)V]
ConfigurerImpl.configureBean ( Object beanInstance ) : void
[run-time name: org/apache/cxf/configuration/spring/ConfigurerImpl.configureBean:(Ljava/lang/Object;)V]
ConfigurerImpl.configureBean ( String bn, Object beanInstance ) : void
[run-time name: org/apache/cxf/configuration/spring/ConfigurerImpl.configureBean:(Ljava/lang/String;Ljava/lang/Object;)V]
ConfigurerImpl.configureBean ( String bn, Object beanInstance, boolean checkWildcards ) : void
[run-time name: org/apache/cxf/configuration/spring/ConfigurerImpl.configureBean:(Ljava/lang/String;Ljava/lang/Object;Z)V]
ConfigurerImpl.ConfigurerImpl ( )
[run-time name: org/apache/cxf/configuration/spring/ConfigurerImpl."<init>":()V]
ConfigurerImpl.ConfigurerImpl ( org.springframework.context.ApplicationContext ac )
[run-time name: org/apache/cxf/configuration/spring/ConfigurerImpl."<init>":(Lorg/springframework/context/ApplicationContext;)V]
ConfigurerImpl.destroy ( ) : void
[run-time name: org/apache/cxf/configuration/spring/ConfigurerImpl.destroy:()V]
ConfigurerImpl.getAppContexts ( ) : java.util.Set
[run-time name: org/apache/cxf/configuration/spring/ConfigurerImpl.getAppContexts:()Ljava/util/Set;]
ConfigurerImpl.getBeanName ( Object beanInstance ) : String
[run-time name: org/apache/cxf/configuration/spring/ConfigurerImpl.getBeanName:(Ljava/lang/Object;)Ljava/lang/String;]
ConfigurerImpl.getRegistrationType ( ) : Class
[run-time name: org/apache/cxf/configuration/spring/ConfigurerImpl.getRegistrationType:()Ljava/lang/Class;]
ConfigurerImpl.setApplicationContext ( org.springframework.context.ApplicationContext ac ) : void
[run-time name: org/apache/cxf/configuration/spring/ConfigurerImpl.setApplicationContext:(Lorg/springframework/context/ApplicationContext;)V]
openejb-cxf-bundle-2.5.2.jar, ConnectionType.class
package org.apache.cxf.transports.http.configuration
ConnectionType.fromValue ( String v ) [static] : ConnectionType
[run-time name: org/apache/cxf/transports/http/configuration/ConnectionType.fromValue:(Ljava/lang/String;)Lorg/apache/cxf/transports/http/configuration/ConnectionType;]
ConnectionType.value ( ) : String
[run-time name: org/apache/cxf/transports/http/configuration/ConnectionType.value:()Ljava/lang/String;]
ConnectionType.valueOf ( String name ) [static] : ConnectionType
[run-time name: org/apache/cxf/transports/http/configuration/ConnectionType.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/transports/http/configuration/ConnectionType;]
ConnectionType.values ( ) [static] : ConnectionType[ ]
[run-time name: org/apache/cxf/transports/http/configuration/ConnectionType.values:()[Lorg/apache/cxf/transports/http/configuration/ConnectionType;]
openejb-cxf-bundle-2.5.2.jar, Const.class
package org.apache.cxf.binding.corba.wsdl
Const.Const ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/Const."<init>":()V]
Const.getIdltype ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/wsdl/Const.getIdltype:()Ljavax/xml/namespace/QName;]
Const.getValue ( ) : String
[run-time name: org/apache/cxf/binding/corba/wsdl/Const.getValue:()Ljava/lang/String;]
Const.isSetIdltype ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Const.isSetIdltype:()Z]
Const.isSetValue ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Const.isSetValue:()Z]
Const.setIdltype ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Const.setIdltype:(Ljavax/xml/namespace/QName;)V]
Const.setValue ( String value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Const.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ConstrTypeSpecVisitor.class
package org.apache.cxf.tools.corba.processors.idl
ConstrTypeSpecVisitor.accept ( antlr.collections.AST node ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/ConstrTypeSpecVisitor.accept:(Lantlr/collections/AST;)Z]
ConstrTypeSpecVisitor.ConstrTypeSpecVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlASTVisitor, antlr.collections.AST identifierNodeRef )
[run-time name: org/apache/cxf/tools/corba/processors/idl/ConstrTypeSpecVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;Lantlr/collections/AST;)V]
ConstrTypeSpecVisitor.visit ( antlr.collections.AST node ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/ConstrTypeSpecVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, ConstVisitor.class
package org.apache.cxf.tools.corba.processors.idl
ConstVisitor.accept ( antlr.collections.AST node ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/ConstVisitor.accept:(Lantlr/collections/AST;)Z]
ConstVisitor.ConstVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor )
[run-time name: org/apache/cxf/tools/corba/processors/idl/ConstVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;)V]
ConstVisitor.visit ( antlr.collections.AST constNode ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/ConstVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, Container.class
package org.apache.cxf.tools.plugin
Container.Container ( )
[run-time name: org/apache/cxf/tools/plugin/Container."<init>":()V]
Container.getName ( ) : String
[run-time name: org/apache/cxf/tools/plugin/Container.getName:()Ljava/lang/String;]
Container.getPackage ( ) : String
[run-time name: org/apache/cxf/tools/plugin/Container.getPackage:()Ljava/lang/String;]
Container.getToolspec ( ) : String
[run-time name: org/apache/cxf/tools/plugin/Container.getToolspec:()Ljava/lang/String;]
Container.setName ( String value ) : void
[run-time name: org/apache/cxf/tools/plugin/Container.setName:(Ljava/lang/String;)V]
Container.setPackage ( String value ) : void
[run-time name: org/apache/cxf/tools/plugin/Container.setPackage:(Ljava/lang/String;)V]
Container.setToolspec ( String value ) : void
[run-time name: org/apache/cxf/tools/plugin/Container.setToolspec:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ContentDisposition.class
package org.apache.cxf.jaxrs.ext.multipart
ContentDisposition.ContentDisposition ( String value )
[run-time name: org/apache/cxf/jaxrs/ext/multipart/ContentDisposition."<init>":(Ljava/lang/String;)V]
ContentDisposition.getParameter ( String name ) : String
[run-time name: org/apache/cxf/jaxrs/ext/multipart/ContentDisposition.getParameter:(Ljava/lang/String;)Ljava/lang/String;]
ContentDisposition.getParameters ( ) : java.util.Map
[run-time name: org/apache/cxf/jaxrs/ext/multipart/ContentDisposition.getParameters:()Ljava/util/Map;]
ContentDisposition.getType ( ) : String
[run-time name: org/apache/cxf/jaxrs/ext/multipart/ContentDisposition.getType:()Ljava/lang/String;]
ContentDisposition.toString ( ) : String
[run-time name: org/apache/cxf/jaxrs/ext/multipart/ContentDisposition.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, ContentEncryptedElements.class
package org.apache.cxf.ws.security.policy.model
ContentEncryptedElements.addDeclaredNamespaces ( String uri, String prefix ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/ContentEncryptedElements.addDeclaredNamespaces:(Ljava/lang/String;Ljava/lang/String;)V]
ContentEncryptedElements.addXPathExpression ( String expr ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/ContentEncryptedElements.addXPathExpression:(Ljava/lang/String;)V]
ContentEncryptedElements.ContentEncryptedElements ( org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/ContentEncryptedElements."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;)V]
ContentEncryptedElements.getDeclaredNamespaces ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/policy/model/ContentEncryptedElements.getDeclaredNamespaces:()Ljava/util/Map;]
ContentEncryptedElements.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/ContentEncryptedElements.getName:()Ljavax/xml/namespace/QName;]
ContentEncryptedElements.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/ContentEncryptedElements.getRealName:()Ljavax/xml/namespace/QName;]
ContentEncryptedElements.getXPathExpressions ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/policy/model/ContentEncryptedElements.getXPathExpressions:()Ljava/util/List;]
ContentEncryptedElements.getXPathVersion ( ) : String
[run-time name: org/apache/cxf/ws/security/policy/model/ContentEncryptedElements.getXPathVersion:()Ljava/lang/String;]
ContentEncryptedElements.normalize ( ) : org.apache.neethi.PolicyComponent
[run-time name: org/apache/cxf/ws/security/policy/model/ContentEncryptedElements.normalize:()Lorg/apache/neethi/PolicyComponent;]
ContentEncryptedElements.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/ContentEncryptedElements.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
ContentEncryptedElements.setXPathVersion ( String pathVersion ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/ContentEncryptedElements.setXPathVersion:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ContentEncryptedElementsBuilder.class
package org.apache.cxf.ws.security.policy.builders
ContentEncryptedElementsBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/ContentEncryptedElementsBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
ContentEncryptedElementsBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/ContentEncryptedElementsBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
ContentEncryptedElementsBuilder.ContentEncryptedElementsBuilder ( )
[run-time name: org/apache/cxf/ws/security/policy/builders/ContentEncryptedElementsBuilder."<init>":()V]
ContentEncryptedElementsBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/ContentEncryptedElementsBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
openejb-cxf-bundle-2.5.2.jar, ContentTypeOutInterceptor.class
package org.apache.cxf.binding.http.interceptor
ContentTypeOutInterceptor.ContentTypeOutInterceptor ( )
[run-time name: org/apache/cxf/binding/http/interceptor/ContentTypeOutInterceptor."<init>":()V]
ContentTypeOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/http/interceptor/ContentTypeOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, Context.class
package org.apache.cxf.aegis
Context.Context ( AegisContext aegisContext )
[run-time name: org/apache/cxf/aegis/Context."<init>":(Lorg/apache/cxf/aegis/AegisContext;)V]
Context.getAttachments ( ) : java.util.Collection
[run-time name: org/apache/cxf/aegis/Context.getAttachments:()Ljava/util/Collection;]
Context.getFault ( ) : org.apache.cxf.interceptor.Fault
[run-time name: org/apache/cxf/aegis/Context.getFault:()Lorg/apache/cxf/interceptor/Fault;]
Context.getGlobalContext ( ) : AegisContext
[run-time name: org/apache/cxf/aegis/Context.getGlobalContext:()Lorg/apache/cxf/aegis/AegisContext;]
Context.getProperty ( Class key ) : Object
[run-time name: org/apache/cxf/aegis/Context.getProperty:(Ljava/lang/Class;)Ljava/lang/Object;]
Context.getProperty ( String name, Class type ) : Object
[run-time name: org/apache/cxf/aegis/Context.getProperty:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
Context.getTypeMapping ( ) : type.TypeMapping
[run-time name: org/apache/cxf/aegis/Context.getTypeMapping:()Lorg/apache/cxf/aegis/type/TypeMapping;]
Context.isMtomEnabled ( ) : boolean
[run-time name: org/apache/cxf/aegis/Context.isMtomEnabled:()Z]
Context.isReadXsiTypes ( ) : boolean
[run-time name: org/apache/cxf/aegis/Context.isReadXsiTypes:()Z]
Context.isWriteXsiTypes ( ) : boolean
[run-time name: org/apache/cxf/aegis/Context.isWriteXsiTypes:()Z]
Context.setAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/aegis/Context.setAttachments:(Ljava/util/Collection;)V]
Context.setFault ( org.apache.cxf.interceptor.Fault fault ) : void
[run-time name: org/apache/cxf/aegis/Context.setFault:(Lorg/apache/cxf/interceptor/Fault;)V]
Context.setProperty ( Object value ) : void
[run-time name: org/apache/cxf/aegis/Context.setProperty:(Ljava/lang/Object;)V]
Context.setProperty ( String name, Object value ) : void
[run-time name: org/apache/cxf/aegis/Context.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, ContextDataType.class
package org.apache.cxf.ws.security.sts.provider.model.wstrust14
ContextDataType.ContextDataType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ContextDataType."<init>":()V]
ContextDataType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ContextDataType.getAny:()Ljava/util/List;]
ContextDataType.getRefID ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ContextDataType.getRefID:()Ljava/lang/String;]
ContextDataType.setRefID ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ContextDataType.setRefID:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ContextInspector.class
package org.apache.cxf.endpoint
ContextInspector.getAddress ( Object p1 ) [abstract] : String
[run-time name: org/apache/cxf/endpoint/ContextInspector.getAddress:(Ljava/lang/Object;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, ContextUtils.class
package org.apache.cxf.binding.corba.utils
ContextUtils.getDataReader ( org.apache.cxf.binding.corba.CorbaMessage message ) [static] : org.apache.cxf.databinding.DataReader
[run-time name: org/apache/cxf/binding/corba/utils/ContextUtils.getDataReader:(Lorg/apache/cxf/binding/corba/CorbaMessage;)Lorg/apache/cxf/databinding/DataReader;]
ContextUtils.getDataWriter ( org.apache.cxf.binding.corba.CorbaMessage message ) [static] : org.apache.cxf.databinding.DataWriter
[run-time name: org/apache/cxf/binding/corba/utils/ContextUtils.getDataWriter:(Lorg/apache/cxf/binding/corba/CorbaMessage;)Lorg/apache/cxf/databinding/DataWriter;]
ContextUtils.isOutbound ( org.apache.cxf.message.Message message ) [static] : boolean
[run-time name: org/apache/cxf/binding/corba/utils/ContextUtils.isOutbound:(Lorg/apache/cxf/message/Message;)Z]
ContextUtils.isRequestor ( org.apache.cxf.message.Message message ) [static] : boolean
[run-time name: org/apache/cxf/binding/corba/utils/ContextUtils.isRequestor:(Lorg/apache/cxf/message/Message;)Z]
package org.apache.cxf.ws.addressing
ContextUtils.applyReferenceParam ( EndpointReferenceType toEpr, Object el ) [static] : void
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.applyReferenceParam:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Ljava/lang/Object;)V]
ContextUtils.createDecoupledDestination ( org.apache.cxf.message.Exchange exchange, EndpointReferenceType reference ) [static] : org.apache.cxf.transport.Destination
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.createDecoupledDestination:(Lorg/apache/cxf/message/Exchange;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/transport/Destination;]
ContextUtils.createMessage ( org.apache.cxf.message.Exchange exchange ) [static] : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.createMessage:(Lorg/apache/cxf/message/Exchange;)Lorg/apache/cxf/message/Message;]
ContextUtils.generateUUID ( ) [static] : String
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.generateUUID:()Ljava/lang/String;]
ContextUtils.getAction ( org.apache.cxf.message.Message message ) [static] : AttributedURIType
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.getAction:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/ws/addressing/AttributedURIType;]
ContextUtils.getAction ( org.apache.cxf.service.model.Extensible ext ) [static] : String
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.getAction:(Lorg/apache/cxf/service/model/Extensible;)Ljava/lang/String;]
ContextUtils.getAttributedURI ( String uri ) [static] : AttributedURIType
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.getAttributedURI:(Ljava/lang/String;)Lorg/apache/cxf/ws/addressing/AttributedURIType;]
ContextUtils.getConduit ( org.apache.cxf.transport.Conduit conduit, org.apache.cxf.message.Message message ) [static] : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.getConduit:(Lorg/apache/cxf/transport/Conduit;Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/transport/Conduit;]
ContextUtils.getJAXBContext ( ) [static] : javax.xml.bind.JAXBContext
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.getJAXBContext:()Ljavax/xml/bind/JAXBContext;]
ContextUtils.getMAPProperty ( boolean isRequestor, boolean isProviderContext, boolean isOutbound ) [static] : String
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.getMAPProperty:(ZZZ)Ljava/lang/String;]
ContextUtils.getNoneEndpointReference ( ) [static] : EndpointReferenceType
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.getNoneEndpointReference:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
ContextUtils.getRelatesTo ( String uri ) [static] : RelatesToType
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.getRelatesTo:(Ljava/lang/String;)Lorg/apache/cxf/ws/addressing/RelatesToType;]
ContextUtils.getSoapOperationInfo ( org.apache.cxf.service.model.BindingOperationInfo bindingOpInfo ) [static] : org.apache.cxf.binding.soap.model.SoapOperationInfo
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.getSoapOperationInfo:(Lorg/apache/cxf/service/model/BindingOperationInfo;)Lorg/apache/cxf/binding/soap/model/SoapOperationInfo;]
ContextUtils.hasEmptyAction ( AddressingProperties maps ) [static] : boolean
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.hasEmptyAction:(Lorg/apache/cxf/ws/addressing/AddressingProperties;)Z]
ContextUtils.isFault ( org.apache.cxf.message.Message message ) [static] : boolean
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.isFault:(Lorg/apache/cxf/message/Message;)Z]
ContextUtils.isGenericAddress ( EndpointReferenceType ref ) [static] : boolean
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.isGenericAddress:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Z]
ContextUtils.isNoneAddress ( EndpointReferenceType ref ) [static] : boolean
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.isNoneAddress:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Z]
ContextUtils.isOutbound ( org.apache.cxf.message.Message message ) [static] : boolean
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.isOutbound:(Lorg/apache/cxf/message/Message;)Z]
ContextUtils.isRequestor ( org.apache.cxf.message.Message message ) [static] : boolean
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.isRequestor:(Lorg/apache/cxf/message/Message;)Z]
ContextUtils.propogateReceivedMAPs ( AddressingProperties inMAPs, org.apache.cxf.message.Exchange exchange ) [static] : void
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.propogateReceivedMAPs:(Lorg/apache/cxf/ws/addressing/AddressingProperties;Lorg/apache/cxf/message/Exchange;)V]
ContextUtils.rebaseResponse ( EndpointReferenceType reference, AddressingProperties inMAPs, org.apache.cxf.message.Message inMessage ) [static] : void
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.rebaseResponse:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/ws/addressing/AddressingProperties;Lorg/apache/cxf/message/Message;)V]
ContextUtils.retrieveAsyncPostResponseDispatch ( org.apache.cxf.message.Message message ) [static] : boolean
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.retrieveAsyncPostResponseDispatch:(Lorg/apache/cxf/message/Message;)Z]
ContextUtils.retrieveDeferredUncorrelatedMessageAbort ( org.apache.cxf.message.Message message ) [static] : boolean
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.retrieveDeferredUncorrelatedMessageAbort:(Lorg/apache/cxf/message/Message;)Z]
ContextUtils.retrieveDeferUncorrelatedMessageAbort ( org.apache.cxf.message.Message message ) [static] : boolean
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.retrieveDeferUncorrelatedMessageAbort:(Lorg/apache/cxf/message/Message;)Z]
ContextUtils.retrieveMAPFaultName ( org.apache.cxf.message.Message message ) [static] : String
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.retrieveMAPFaultName:(Lorg/apache/cxf/message/Message;)Ljava/lang/String;]
ContextUtils.retrieveMAPFaultReason ( org.apache.cxf.message.Message message ) [static] : String
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.retrieveMAPFaultReason:(Lorg/apache/cxf/message/Message;)Ljava/lang/String;]
ContextUtils.retrieveMAPs ( org.apache.cxf.message.Message message, boolean isProviderContext, boolean isOutbound ) [static] : AddressingPropertiesImpl
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.retrieveMAPs:(Lorg/apache/cxf/message/Message;ZZ)Lorg/apache/cxf/ws/addressing/AddressingPropertiesImpl;]
ContextUtils.retrieveMAPs ( org.apache.cxf.message.Message message, boolean isProviderContext, boolean isOutbound, boolean warnIfMissing ) [static] : AddressingPropertiesImpl
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.retrieveMAPs:(Lorg/apache/cxf/message/Message;ZZZ)Lorg/apache/cxf/ws/addressing/AddressingPropertiesImpl;]
ContextUtils.retrievePartialResponseSent ( org.apache.cxf.message.Message message ) [static] : boolean
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.retrievePartialResponseSent:(Lorg/apache/cxf/message/Message;)Z]
ContextUtils.setJAXBContext ( javax.xml.bind.JAXBContext ctx ) [static] : void
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.setJAXBContext:(Ljavax/xml/bind/JAXBContext;)V]
ContextUtils.storeDeferredUncorrelatedMessageAbort ( org.apache.cxf.message.Message message ) [static] : void
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.storeDeferredUncorrelatedMessageAbort:(Lorg/apache/cxf/message/Message;)V]
ContextUtils.storeDeferUncorrelatedMessageAbort ( org.apache.cxf.message.Message message ) [static] : void
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.storeDeferUncorrelatedMessageAbort:(Lorg/apache/cxf/message/Message;)V]
ContextUtils.storeMAPFaultName ( String faultName, org.apache.cxf.message.Message message ) [static] : void
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.storeMAPFaultName:(Ljava/lang/String;Lorg/apache/cxf/message/Message;)V]
ContextUtils.storeMAPFaultReason ( String reason, org.apache.cxf.message.Message message ) [static] : void
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.storeMAPFaultReason:(Ljava/lang/String;Lorg/apache/cxf/message/Message;)V]
ContextUtils.storeMAPs ( AddressingProperties maps, org.apache.cxf.message.Message message, boolean isOutbound ) [static] : void
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.storeMAPs:(Lorg/apache/cxf/ws/addressing/AddressingProperties;Lorg/apache/cxf/message/Message;Z)V]
ContextUtils.storeMAPs ( AddressingProperties maps, org.apache.cxf.message.Message message, boolean isOutbound, boolean isRequestor ) [static] : void
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.storeMAPs:(Lorg/apache/cxf/ws/addressing/AddressingProperties;Lorg/apache/cxf/message/Message;ZZ)V]
ContextUtils.storeMAPs ( AddressingProperties maps, org.apache.cxf.message.Message message, boolean isOutbound, boolean isRequestor, boolean isProviderContext ) [static] : void
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.storeMAPs:(Lorg/apache/cxf/ws/addressing/AddressingProperties;Lorg/apache/cxf/message/Message;ZZZ)V]
ContextUtils.storePartialResponseSent ( org.apache.cxf.message.Message message ) [static] : void
[run-time name: org/apache/cxf/ws/addressing/ContextUtils.storePartialResponseSent:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, Continuation.class
package org.apache.cxf.continuations
Continuation.getObject ( ) [abstract] : Object
[run-time name: org/apache/cxf/continuations/Continuation.getObject:()Ljava/lang/Object;]
Continuation.isNew ( ) [abstract] : boolean
[run-time name: org/apache/cxf/continuations/Continuation.isNew:()Z]
Continuation.isPending ( ) [abstract] : boolean
[run-time name: org/apache/cxf/continuations/Continuation.isPending:()Z]
Continuation.isResumed ( ) [abstract] : boolean
[run-time name: org/apache/cxf/continuations/Continuation.isResumed:()Z]
Continuation.reset ( ) [abstract] : void
[run-time name: org/apache/cxf/continuations/Continuation.reset:()V]
Continuation.resume ( ) [abstract] : void
[run-time name: org/apache/cxf/continuations/Continuation.resume:()V]
Continuation.setObject ( Object p1 ) [abstract] : void
[run-time name: org/apache/cxf/continuations/Continuation.setObject:(Ljava/lang/Object;)V]
Continuation.suspend ( long p1 ) [abstract] : boolean
[run-time name: org/apache/cxf/continuations/Continuation.suspend:(J)Z]
openejb-cxf-bundle-2.5.2.jar, ContinuationInfo.class
package org.apache.cxf.continuations
ContinuationInfo.ContinuationInfo ( org.apache.cxf.message.Message m )
[run-time name: org/apache/cxf/continuations/ContinuationInfo."<init>":(Lorg/apache/cxf/message/Message;)V]
ContinuationInfo.getMessage ( ) : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/continuations/ContinuationInfo.getMessage:()Lorg/apache/cxf/message/Message;]
ContinuationInfo.getUserObject ( ) : Object
[run-time name: org/apache/cxf/continuations/ContinuationInfo.getUserObject:()Ljava/lang/Object;]
ContinuationInfo.setUserObject ( Object object ) : void
[run-time name: org/apache/cxf/continuations/ContinuationInfo.setUserObject:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, ContinuationProvider.class
package org.apache.cxf.continuations
ContinuationProvider.getContinuation ( ) [abstract] : Continuation
[run-time name: org/apache/cxf/continuations/ContinuationProvider.getContinuation:()Lorg/apache/cxf/continuations/Continuation;]
openejb-cxf-bundle-2.5.2.jar, ControlledValidationXmlBeanDefinitionReader.class
package org.apache.cxf.bus.spring
ControlledValidationXmlBeanDefinitionReader.ControlledValidationXmlBeanDefinitionReader ( org.springframework.beans.factory.support.BeanDefinitionRegistry beanFactory )
[run-time name: org/apache/cxf/bus/spring/ControlledValidationXmlBeanDefinitionReader."<init>":(Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;)V]
ControlledValidationXmlBeanDefinitionReader.doLoadBeanDefinitions ( org.xml.sax.InputSource inputSource, org.springframework.core.io.Resource resource ) : int
[run-time name: org/apache/cxf/bus/spring/ControlledValidationXmlBeanDefinitionReader.doLoadBeanDefinitions:(Lorg/xml/sax/InputSource;Lorg/springframework/core/io/Resource;)I]
ControlledValidationXmlBeanDefinitionReader.loadBeanDefinitions ( org.springframework.core.io.support.EncodedResource encodedResource ) : int
[run-time name: org/apache/cxf/bus/spring/ControlledValidationXmlBeanDefinitionReader.loadBeanDefinitions:(Lorg/springframework/core/io/support/EncodedResource;)I]
ControlledValidationXmlBeanDefinitionReader.setValidationMode ( int validationMode ) : void
[run-time name: org/apache/cxf/bus/spring/ControlledValidationXmlBeanDefinitionReader.setValidationMode:(I)V]
openejb-cxf-bundle-2.5.2.jar, ConventionStrategy.class
package org.apache.cxf.binding.http.strategy
ConventionStrategy.ConventionStrategy ( )
[run-time name: org/apache/cxf/binding/http/strategy/ConventionStrategy."<init>":()V]
ConventionStrategy.getInflector ( ) : Inflector
[run-time name: org/apache/cxf/binding/http/strategy/ConventionStrategy.getInflector:()Lorg/apache/cxf/binding/http/strategy/Inflector;]
ConventionStrategy.map ( org.apache.cxf.service.model.BindingOperationInfo bop, reflect.Method m, org.apache.cxf.binding.http.URIMapper mapper ) : boolean
[run-time name: org/apache/cxf/binding/http/strategy/ConventionStrategy.map:(Lorg/apache/cxf/service/model/BindingOperationInfo;Ljava/lang/reflect/Method;Lorg/apache/cxf/binding/http/URIMapper;)Z]
ConventionStrategy.setInflector ( Inflector inflector ) : void
[run-time name: org/apache/cxf/binding/http/strategy/ConventionStrategy.setInflector:(Lorg/apache/cxf/binding/http/strategy/Inflector;)V]
openejb-cxf-bundle-2.5.2.jar, Cookies.class
package org.apache.cxf.transport.http
Cookies.Cookies ( )
[run-time name: org/apache/cxf/transport/http/Cookies."<init>":()V]
Cookies.getSessionCookies ( ) : java.util.Map
[run-time name: org/apache/cxf/transport/http/Cookies.getSessionCookies:()Ljava/util/Map;]
Cookies.readFromConnection ( java.net.HttpURLConnection connection ) : void
[run-time name: org/apache/cxf/transport/http/Cookies.readFromConnection:(Ljava/net/HttpURLConnection;)V]
Cookies.writeToMessageHeaders ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/transport/http/Cookies.writeToMessageHeaders:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaAnonStructEventProducer.class
package org.apache.cxf.binding.corba.types
CorbaAnonStructEventProducer.CorbaAnonStructEventProducer ( CorbaObjectHandler h, org.apache.cxf.service.model.ServiceInfo service, org.omg.CORBA.ORB orbRef )
[run-time name: org/apache/cxf/binding/corba/types/CorbaAnonStructEventProducer."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Lorg/apache/cxf/service/model/ServiceInfo;Lorg/omg/CORBA/ORB;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaAnyEventProducer.class
package org.apache.cxf.binding.corba.types
CorbaAnyEventProducer.CorbaAnyEventProducer ( CorbaObjectHandler h, org.apache.cxf.service.model.ServiceInfo info, org.omg.CORBA.ORB orbRef )
[run-time name: org/apache/cxf/binding/corba/types/CorbaAnyEventProducer."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Lorg/apache/cxf/service/model/ServiceInfo;Lorg/omg/CORBA/ORB;)V]
CorbaAnyEventProducer.getAttributes ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/CorbaAnyEventProducer.getAttributes:()Ljava/util/List;]
CorbaAnyEventProducer.getNamespaces ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/CorbaAnyEventProducer.getNamespaces:()Ljava/util/List;]
openejb-cxf-bundle-2.5.2.jar, CorbaAnyHandler.class
package org.apache.cxf.binding.corba.types
CorbaAnyHandler.clear ( ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaAnyHandler.clear:()V]
CorbaAnyHandler.CorbaAnyHandler ( javax.xml.namespace.QName anyName, javax.xml.namespace.QName anyIdlType, org.omg.CORBA.TypeCode anyTC, Object anyType )
[run-time name: org/apache/cxf/binding/corba/types/CorbaAnyHandler."<init>":(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Lorg/omg/CORBA/TypeCode;Ljava/lang/Object;)V]
CorbaAnyHandler.getAnyContainedType ( ) : CorbaObjectHandler
[run-time name: org/apache/cxf/binding/corba/types/CorbaAnyHandler.getAnyContainedType:()Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;]
CorbaAnyHandler.getTypeMap ( ) : org.apache.cxf.binding.corba.CorbaTypeMap
[run-time name: org/apache/cxf/binding/corba/types/CorbaAnyHandler.getTypeMap:()Lorg/apache/cxf/binding/corba/CorbaTypeMap;]
CorbaAnyHandler.getValue ( ) : org.omg.CORBA.Any
[run-time name: org/apache/cxf/binding/corba/types/CorbaAnyHandler.getValue:()Lorg/omg/CORBA/Any;]
CorbaAnyHandler.setAnyContainedType ( CorbaObjectHandler obj ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaAnyHandler.setAnyContainedType:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaAnyHandler.setTypeMap ( org.apache.cxf.binding.corba.CorbaTypeMap tm ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaAnyHandler.setTypeMap:(Lorg/apache/cxf/binding/corba/CorbaTypeMap;)V]
CorbaAnyHandler.setValue ( org.omg.CORBA.Any v ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaAnyHandler.setValue:(Lorg/omg/CORBA/Any;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaAnyHelper.class
package org.apache.cxf.binding.corba.utils
CorbaAnyHelper.convertPrimitiveIdlToSchemaType ( javax.xml.namespace.QName idlType ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/utils/CorbaAnyHelper.convertPrimitiveIdlToSchemaType:(Ljavax/xml/namespace/QName;)Ljavax/xml/namespace/QName;]
CorbaAnyHelper.convertPrimitiveSchemaToIdlType ( javax.xml.namespace.QName schemaType ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/utils/CorbaAnyHelper.convertPrimitiveSchemaToIdlType:(Ljavax/xml/namespace/QName;)Ljavax/xml/namespace/QName;]
CorbaAnyHelper.createAny ( org.omg.CORBA.ORB orb ) [static] : org.omg.CORBA.Any
[run-time name: org/apache/cxf/binding/corba/utils/CorbaAnyHelper.createAny:(Lorg/omg/CORBA/ORB;)Lorg/omg/CORBA/Any;]
CorbaAnyHelper.extractPrimitiveFromAny ( org.omg.CORBA.Any a, org.apache.cxf.binding.corba.types.CorbaPrimitiveHandler primitive ) [static] : void
[run-time name: org/apache/cxf/binding/corba/utils/CorbaAnyHelper.extractPrimitiveFromAny:(Lorg/omg/CORBA/Any;Lorg/apache/cxf/binding/corba/types/CorbaPrimitiveHandler;)V]
CorbaAnyHelper.getPrimitiveIdlTypeFromTypeCode ( org.omg.CORBA.TypeCode tc ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/utils/CorbaAnyHelper.getPrimitiveIdlTypeFromTypeCode:(Lorg/omg/CORBA/TypeCode;)Ljavax/xml/namespace/QName;]
CorbaAnyHelper.insertPrimitiveIntoAny ( org.omg.CORBA.Any a, org.apache.cxf.binding.corba.types.CorbaPrimitiveHandler primitive ) [static] : void
[run-time name: org/apache/cxf/binding/corba/utils/CorbaAnyHelper.insertPrimitiveIntoAny:(Lorg/omg/CORBA/Any;Lorg/apache/cxf/binding/corba/types/CorbaPrimitiveHandler;)V]
CorbaAnyHelper.isPrimitiveIdlType ( javax.xml.namespace.QName idlType ) [static] : boolean
[run-time name: org/apache/cxf/binding/corba/utils/CorbaAnyHelper.isPrimitiveIdlType:(Ljavax/xml/namespace/QName;)Z]
CorbaAnyHelper.isPrimitiveSchemaType ( javax.xml.namespace.QName schemaType ) [static] : boolean
[run-time name: org/apache/cxf/binding/corba/utils/CorbaAnyHelper.isPrimitiveSchemaType:(Ljavax/xml/namespace/QName;)Z]
openejb-cxf-bundle-2.5.2.jar, CorbaAnyListener.class
package org.apache.cxf.binding.corba.types
CorbaAnyListener.CorbaAnyListener ( CorbaObjectHandler h, org.apache.cxf.binding.corba.CorbaTypeMap map, org.omg.CORBA.ORB orbRef, org.apache.cxf.service.model.ServiceInfo info )
[run-time name: org/apache/cxf/binding/corba/types/CorbaAnyListener."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Lorg/omg/CORBA/ORB;Lorg/apache/cxf/service/model/ServiceInfo;)V]
CorbaAnyListener.processCharacters ( String text ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaAnyListener.processCharacters:(Ljava/lang/String;)V]
CorbaAnyListener.processEndElement ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaAnyListener.processEndElement:(Ljavax/xml/namespace/QName;)V]
CorbaAnyListener.processStartElement ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaAnyListener.processStartElement:(Ljavax/xml/namespace/QName;)V]
CorbaAnyListener.processWriteAttribute ( String prefix, String namespaceURI, String localName, String value ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaAnyListener.processWriteAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaArrayEventProducer.class
package org.apache.cxf.binding.corba.types
CorbaArrayEventProducer.CorbaArrayEventProducer ( CorbaObjectHandler h, org.apache.cxf.service.model.ServiceInfo service, org.omg.CORBA.ORB orbRef )
[run-time name: org/apache/cxf/binding/corba/types/CorbaArrayEventProducer."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Lorg/apache/cxf/service/model/ServiceInfo;Lorg/omg/CORBA/ORB;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaArrayHandler.class
package org.apache.cxf.binding.corba.types
CorbaArrayHandler.addElement ( CorbaObjectHandler el ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaArrayHandler.addElement:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaArrayHandler.clear ( ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaArrayHandler.clear:()V]
CorbaArrayHandler.CorbaArrayHandler ( javax.xml.namespace.QName arrayName, javax.xml.namespace.QName arrayIdlType, org.omg.CORBA.TypeCode arrayTC, Object arrayType )
[run-time name: org/apache/cxf/binding/corba/types/CorbaArrayHandler."<init>":(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Lorg/omg/CORBA/TypeCode;Ljava/lang/Object;)V]
CorbaArrayHandler.getElement ( int index ) : CorbaObjectHandler
[run-time name: org/apache/cxf/binding/corba/types/CorbaArrayHandler.getElement:(I)Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;]
CorbaArrayHandler.getElements ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/CorbaArrayHandler.getElements:()Ljava/util/List;]
CorbaArrayHandler.getNumberOfElements ( ) : int
[run-time name: org/apache/cxf/binding/corba/types/CorbaArrayHandler.getNumberOfElements:()I]
openejb-cxf-bundle-2.5.2.jar, CorbaArrayListener.class
package org.apache.cxf.binding.corba.types
CorbaArrayListener.CorbaArrayListener ( CorbaObjectHandler handler, org.apache.cxf.binding.corba.CorbaTypeMap map, org.omg.CORBA.ORB orbRef, org.apache.cxf.service.model.ServiceInfo sInfo )
[run-time name: org/apache/cxf/binding/corba/types/CorbaArrayListener."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Lorg/omg/CORBA/ORB;Lorg/apache/cxf/service/model/ServiceInfo;)V]
CorbaArrayListener.processCharacters ( String text ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaArrayListener.processCharacters:(Ljava/lang/String;)V]
CorbaArrayListener.processEndElement ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaArrayListener.processEndElement:(Ljavax/xml/namespace/QName;)V]
CorbaArrayListener.processStartElement ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaArrayListener.processStartElement:(Ljavax/xml/namespace/QName;)V]
CorbaArrayListener.processWriteAttribute ( String prefix, String namespaceURI, String localName, String val ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaArrayListener.processWriteAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
CorbaArrayListener.processWriteNamespace ( String prefix, String namespaceURI ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaArrayListener.processWriteNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaBinding.class
package org.apache.cxf.binding.corba
CorbaBinding.CorbaBinding ( )
[run-time name: org/apache/cxf/binding/corba/CorbaBinding."<init>":()V]
CorbaBinding.createMessage ( ) : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/binding/corba/CorbaBinding.createMessage:()Lorg/apache/cxf/message/Message;]
CorbaBinding.createMessage ( org.apache.cxf.message.Message m ) : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/binding/corba/CorbaBinding.createMessage:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/message/Message;]
CorbaBinding.getBindingInfo ( ) : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/binding/corba/CorbaBinding.getBindingInfo:()Lorg/apache/cxf/service/model/BindingInfo;]
CorbaBinding.getFaultInInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/CorbaBinding.getFaultInInterceptors:()Ljava/util/List;]
CorbaBinding.getFaultOutInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/CorbaBinding.getFaultOutInterceptors:()Ljava/util/List;]
CorbaBinding.setBindingInfo ( org.apache.cxf.service.model.BindingInfo info ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaBinding.setBindingInfo:(Lorg/apache/cxf/service/model/BindingInfo;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaBindingException.class
package org.apache.cxf.binding.corba
CorbaBindingException.CorbaBindingException ( )
[run-time name: org/apache/cxf/binding/corba/CorbaBindingException."<init>":()V]
CorbaBindingException.CorbaBindingException ( String msg )
[run-time name: org/apache/cxf/binding/corba/CorbaBindingException."<init>":(Ljava/lang/String;)V]
CorbaBindingException.CorbaBindingException ( String msg, Throwable t )
[run-time name: org/apache/cxf/binding/corba/CorbaBindingException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
CorbaBindingException.CorbaBindingException ( Throwable t )
[run-time name: org/apache/cxf/binding/corba/CorbaBindingException."<init>":(Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaBindingFactory.class
package org.apache.cxf.binding.corba
CorbaBindingFactory.CorbaBindingFactory ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/binding/corba/CorbaBindingFactory."<init>":(Lorg/apache/cxf/Bus;)V]
CorbaBindingFactory.createBinding ( org.apache.cxf.service.model.BindingInfo bindingInfo ) : org.apache.cxf.binding.Binding
[run-time name: org/apache/cxf/binding/corba/CorbaBindingFactory.createBinding:(Lorg/apache/cxf/service/model/BindingInfo;)Lorg/apache/cxf/binding/Binding;]
CorbaBindingFactory.getConduit ( org.apache.cxf.service.model.EndpointInfo endpointInfo ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/binding/corba/CorbaBindingFactory.getConduit:(Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/cxf/transport/Conduit;]
CorbaBindingFactory.getConduit ( org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/binding/corba/CorbaBindingFactory.getConduit:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/transport/Conduit;]
CorbaBindingFactory.getDestination ( org.apache.cxf.service.model.EndpointInfo endpointInfo ) : org.apache.cxf.transport.Destination
[run-time name: org/apache/cxf/binding/corba/CorbaBindingFactory.getDestination:(Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/cxf/transport/Destination;]
CorbaBindingFactory.getOrbConfig ( ) : utils.OrbConfig
[run-time name: org/apache/cxf/binding/corba/CorbaBindingFactory.getOrbConfig:()Lorg/apache/cxf/binding/corba/utils/OrbConfig;]
CorbaBindingFactory.getTransportIds ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/CorbaBindingFactory.getTransportIds:()Ljava/util/List;]
CorbaBindingFactory.getUriPrefixes ( ) : java.util.Set
[run-time name: org/apache/cxf/binding/corba/CorbaBindingFactory.getUriPrefixes:()Ljava/util/Set;]
CorbaBindingFactory.setOrbArgs ( java.util.List args ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaBindingFactory.setOrbArgs:(Ljava/util/List;)V]
CorbaBindingFactory.setOrbClass ( String cls ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaBindingFactory.setOrbClass:(Ljava/lang/String;)V]
CorbaBindingFactory.setOrbConfig ( utils.OrbConfig config ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaBindingFactory.setOrbConfig:(Lorg/apache/cxf/binding/corba/utils/OrbConfig;)V]
CorbaBindingFactory.setOrbSingletonClass ( String cls ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaBindingFactory.setOrbSingletonClass:(Ljava/lang/String;)V]
CorbaBindingFactory.setTransportIds ( java.util.List ids ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaBindingFactory.setTransportIds:(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaBindingHelper.class
package org.apache.cxf.binding.corba.utils
CorbaBindingHelper.destroyORB ( String address, org.omg.CORBA.ORB orb ) [static] : void
[run-time name: org/apache/cxf/binding/corba/utils/CorbaBindingHelper.destroyORB:(Ljava/lang/String;Lorg/omg/CORBA/ORB;)V]
CorbaBindingHelper.getAddressSpecificORB ( String address, java.util.Properties props, java.util.List orbArgs ) [static] : org.omg.CORBA.ORB
[run-time name: org/apache/cxf/binding/corba/utils/CorbaBindingHelper.getAddressSpecificORB:(Ljava/lang/String;Ljava/util/Properties;Ljava/util/List;)Lorg/omg/CORBA/ORB;]
CorbaBindingHelper.getDefaultORB ( OrbConfig config ) [static] : org.omg.CORBA.ORB
[run-time name: org/apache/cxf/binding/corba/utils/CorbaBindingHelper.getDefaultORB:(Lorg/apache/cxf/binding/corba/utils/OrbConfig;)Lorg/omg/CORBA/ORB;]
CorbaBindingHelper.keepORBAlive ( String address ) [static] : void
[run-time name: org/apache/cxf/binding/corba/utils/CorbaBindingHelper.keepORBAlive:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaConduit.class
package org.apache.cxf.binding.corba
CorbaConduit.buildRequest ( CorbaMessage message, wsdl.OperationType opType ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaConduit.buildRequest:(Lorg/apache/cxf/binding/corba/CorbaMessage;Lorg/apache/cxf/binding/corba/wsdl/OperationType;)V]
CorbaConduit.close ( ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaConduit.close:()V]
CorbaConduit.close ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaConduit.close:(Lorg/apache/cxf/message/Message;)V]
CorbaConduit.CorbaConduit ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType ref, utils.OrbConfig config )
[run-time name: org/apache/cxf/binding/corba/CorbaConduit."<init>":(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/binding/corba/utils/OrbConfig;)V]
CorbaConduit.finalize ( ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaConduit.finalize:()V]
CorbaConduit.getAddress ( ) : String
[run-time name: org/apache/cxf/binding/corba/CorbaConduit.getAddress:()Ljava/lang/String;]
CorbaConduit.getArguments ( CorbaMessage message ) : org.omg.CORBA.NVList
[run-time name: org/apache/cxf/binding/corba/CorbaConduit.getArguments:(Lorg/apache/cxf/binding/corba/CorbaMessage;)Lorg/omg/CORBA/NVList;]
CorbaConduit.getExceptionList ( java.util.Map exceptions, CorbaMessage message, wsdl.OperationType opType ) : org.omg.CORBA.ExceptionList
[run-time name: org/apache/cxf/binding/corba/CorbaConduit.getExceptionList:(Ljava/util/Map;Lorg/apache/cxf/binding/corba/CorbaMessage;Lorg/apache/cxf/binding/corba/wsdl/OperationType;)Lorg/omg/CORBA/ExceptionList;]
CorbaConduit.getMessageObserver ( ) : org.apache.cxf.transport.MessageObserver
[run-time name: org/apache/cxf/binding/corba/CorbaConduit.getMessageObserver:()Lorg/apache/cxf/transport/MessageObserver;]
CorbaConduit.getOperationExceptions ( wsdl.OperationType operation, CorbaTypeMap map ) : java.util.Map
[run-time name: org/apache/cxf/binding/corba/CorbaConduit.getOperationExceptions:(Lorg/apache/cxf/binding/corba/wsdl/OperationType;Lorg/apache/cxf/binding/corba/CorbaTypeMap;)Ljava/util/Map;]
CorbaConduit.getOrbConfig ( ) : utils.OrbConfig
[run-time name: org/apache/cxf/binding/corba/CorbaConduit.getOrbConfig:()Lorg/apache/cxf/binding/corba/utils/OrbConfig;]
CorbaConduit.getRequest ( CorbaMessage message, String opName, org.omg.CORBA.NVList nvlist, org.omg.CORBA.NamedValue ret, org.omg.CORBA.ExceptionList exList ) : org.omg.CORBA.Request
[run-time name: org/apache/cxf/binding/corba/CorbaConduit.getRequest:(Lorg/apache/cxf/binding/corba/CorbaMessage;Ljava/lang/String;Lorg/omg/CORBA/NVList;Lorg/omg/CORBA/NamedValue;Lorg/omg/CORBA/ExceptionList;)Lorg/omg/CORBA/Request;]
CorbaConduit.getReturn ( CorbaMessage message ) : org.omg.CORBA.NamedValue
[run-time name: org/apache/cxf/binding/corba/CorbaConduit.getReturn:(Lorg/apache/cxf/binding/corba/CorbaMessage;)Lorg/omg/CORBA/NamedValue;]
CorbaConduit.getTarget ( ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/binding/corba/CorbaConduit.getTarget:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
CorbaConduit.getTargetReference ( org.apache.cxf.ws.addressing.EndpointReferenceType t ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/binding/corba/CorbaConduit.getTargetReference:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
CorbaConduit.prepare ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaConduit.prepare:(Lorg/apache/cxf/message/Message;)V]
CorbaConduit.prepareOrb ( ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaConduit.prepareOrb:()V]
CorbaConduit.setMessageObserver ( org.apache.cxf.transport.MessageObserver observer ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaConduit.setMessageObserver:(Lorg/apache/cxf/transport/MessageObserver;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaConstants.class
package org.apache.cxf.binding.corba.wsdl
CorbaConstants.getValue ( String p1 ) [abstract] : String
[run-time name: org/apache/cxf/binding/corba/wsdl/CorbaConstants.getValue:(Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, CorbaDestination.class
package org.apache.cxf.binding.corba
CorbaDestination.activate ( ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaDestination.activate:()V]
CorbaDestination.CorbaDestination ( org.apache.cxf.service.model.EndpointInfo ei, utils.OrbConfig config )
[run-time name: org/apache/cxf/binding/corba/CorbaDestination."<init>":(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/binding/corba/utils/OrbConfig;)V]
CorbaDestination.CorbaDestination ( org.apache.cxf.service.model.EndpointInfo ei, utils.OrbConfig config, CorbaTypeMap tm )
[run-time name: org/apache/cxf/binding/corba/CorbaDestination."<init>":(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/binding/corba/utils/OrbConfig;Lorg/apache/cxf/binding/corba/CorbaTypeMap;)V]
CorbaDestination.createPOA ( String name, org.omg.PortableServer.POA parentPOA, org.omg.PortableServer.POAManager poaManager ) : org.omg.PortableServer.POA
[run-time name: org/apache/cxf/binding/corba/CorbaDestination.createPOA:(Ljava/lang/String;Lorg/omg/PortableServer/POA;Lorg/omg/PortableServer/POAManager;)Lorg/omg/PortableServer/POA;]
CorbaDestination.deactivate ( ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaDestination.deactivate:()V]
CorbaDestination.getAddress ( ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/binding/corba/CorbaDestination.getAddress:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
CorbaDestination.getAddressType ( ) : wsdl.AddressType
[run-time name: org/apache/cxf/binding/corba/CorbaDestination.getAddressType:()Lorg/apache/cxf/binding/corba/wsdl/AddressType;]
CorbaDestination.getAddressWithId ( String id ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/binding/corba/CorbaDestination.getAddressWithId:(Ljava/lang/String;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
CorbaDestination.getBackChannel ( org.apache.cxf.message.Message inMessage, org.apache.cxf.message.Message partialResponse, org.apache.cxf.ws.addressing.EndpointReferenceType ref ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/binding/corba/CorbaDestination.getBackChannel:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/message/Message;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/transport/Conduit;]
CorbaDestination.getBindingInfo ( ) : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/binding/corba/CorbaDestination.getBindingInfo:()Lorg/apache/cxf/service/model/BindingInfo;]
CorbaDestination.getCorbaTypeMap ( ) : CorbaTypeMap
[run-time name: org/apache/cxf/binding/corba/CorbaDestination.getCorbaTypeMap:()Lorg/apache/cxf/binding/corba/CorbaTypeMap;]
CorbaDestination.getDestinationAddress ( ) : String
[run-time name: org/apache/cxf/binding/corba/CorbaDestination.getDestinationAddress:()Ljava/lang/String;]
CorbaDestination.getEndPointInfo ( ) : org.apache.cxf.service.model.EndpointInfo
[run-time name: org/apache/cxf/binding/corba/CorbaDestination.getEndPointInfo:()Lorg/apache/cxf/service/model/EndpointInfo;]
CorbaDestination.getId ( java.util.Map contextMap ) : String
[run-time name: org/apache/cxf/binding/corba/CorbaDestination.getId:(Ljava/util/Map;)Ljava/lang/String;]
CorbaDestination.getMessageObserver ( ) : org.apache.cxf.transport.MessageObserver
[run-time name: org/apache/cxf/binding/corba/CorbaDestination.getMessageObserver:()Lorg/apache/cxf/transport/MessageObserver;]
CorbaDestination.getOrb ( ) : org.omg.CORBA.ORB
[run-time name: org/apache/cxf/binding/corba/CorbaDestination.getOrb:()Lorg/omg/CORBA/ORB;]
CorbaDestination.getORB ( java.util.List orbArgs, String location, java.util.Properties props ) : org.omg.CORBA.ORB
[run-time name: org/apache/cxf/binding/corba/CorbaDestination.getORB:(Ljava/util/List;Ljava/lang/String;Ljava/util/Properties;)Lorg/omg/CORBA/ORB;]
CorbaDestination.getOrbConfig ( ) : utils.OrbConfig
[run-time name: org/apache/cxf/binding/corba/CorbaDestination.getOrbConfig:()Lorg/apache/cxf/binding/corba/utils/OrbConfig;]
CorbaDestination.setMessageObserver ( org.apache.cxf.transport.MessageObserver observer ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaDestination.setMessageObserver:(Lorg/apache/cxf/transport/MessageObserver;)V]
CorbaDestination.shutdown ( ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaDestination.shutdown:()V]
openejb-cxf-bundle-2.5.2.jar, CorbaDSIServant.class
package org.apache.cxf.binding.corba.runtime
CorbaDSIServant._all_interfaces ( org.omg.PortableServer.POA poa, byte[ ] objectId ) : String[ ]
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaDSIServant._all_interfaces:(Lorg/omg/PortableServer/POA;[B)[Ljava/lang/String;]
CorbaDSIServant._default_POA ( ) : org.omg.PortableServer.POA
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaDSIServant._default_POA:()Lorg/omg/PortableServer/POA;]
CorbaDSIServant.CorbaDSIServant ( )
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaDSIServant."<init>":()V]
CorbaDSIServant.getDestination ( ) : org.apache.cxf.binding.corba.CorbaDestination
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaDSIServant.getDestination:()Lorg/apache/cxf/binding/corba/CorbaDestination;]
CorbaDSIServant.getObserver ( ) : org.apache.cxf.transport.MessageObserver
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaDSIServant.getObserver:()Lorg/apache/cxf/transport/MessageObserver;]
CorbaDSIServant.getOperationMapping ( ) : java.util.Map
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaDSIServant.getOperationMapping:()Ljava/util/Map;]
CorbaDSIServant.getOrb ( ) : org.omg.CORBA.ORB
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaDSIServant.getOrb:()Lorg/omg/CORBA/ORB;]
CorbaDSIServant.init ( org.omg.CORBA.ORB theOrb, org.omg.PortableServer.POA poa, org.apache.cxf.binding.corba.CorbaDestination dest, org.apache.cxf.transport.MessageObserver observer ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaDSIServant.init:(Lorg/omg/CORBA/ORB;Lorg/omg/PortableServer/POA;Lorg/apache/cxf/binding/corba/CorbaDestination;Lorg/apache/cxf/transport/MessageObserver;)V]
CorbaDSIServant.init ( org.omg.CORBA.ORB theOrb, org.omg.PortableServer.POA poa, org.apache.cxf.binding.corba.CorbaDestination dest, org.apache.cxf.transport.MessageObserver observer, org.apache.cxf.binding.corba.CorbaTypeMap map ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaDSIServant.init:(Lorg/omg/CORBA/ORB;Lorg/omg/PortableServer/POA;Lorg/apache/cxf/binding/corba/CorbaDestination;Lorg/apache/cxf/transport/MessageObserver;Lorg/apache/cxf/binding/corba/CorbaTypeMap;)V]
CorbaDSIServant.invoke ( org.omg.CORBA.ServerRequest request ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaDSIServant.invoke:(Lorg/omg/CORBA/ServerRequest;)V]
CorbaDSIServant.setCorbaTypeMap ( org.apache.cxf.binding.corba.CorbaTypeMap map ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaDSIServant.setCorbaTypeMap:(Lorg/apache/cxf/binding/corba/CorbaTypeMap;)V]
CorbaDSIServant.setObserver ( org.apache.cxf.transport.MessageObserver observer ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaDSIServant.setObserver:(Lorg/apache/cxf/transport/MessageObserver;)V]
CorbaDSIServant.setOperationMapping ( java.util.Map map ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaDSIServant.setOperationMapping:(Ljava/util/Map;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaEnumEventProducer.class
package org.apache.cxf.binding.corba.types
CorbaEnumEventProducer.CorbaEnumEventProducer ( CorbaObjectHandler h )
[run-time name: org/apache/cxf/binding/corba/types/CorbaEnumEventProducer."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaEnumEventProducer.getAttributes ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/CorbaEnumEventProducer.getAttributes:()Ljava/util/List;]
CorbaEnumEventProducer.getLocalName ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/CorbaEnumEventProducer.getLocalName:()Ljava/lang/String;]
CorbaEnumEventProducer.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/types/CorbaEnumEventProducer.getName:()Ljavax/xml/namespace/QName;]
CorbaEnumEventProducer.getNamespaces ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/CorbaEnumEventProducer.getNamespaces:()Ljava/util/List;]
CorbaEnumEventProducer.getText ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/CorbaEnumEventProducer.getText:()Ljava/lang/String;]
CorbaEnumEventProducer.hasNext ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/types/CorbaEnumEventProducer.hasNext:()Z]
CorbaEnumEventProducer.next ( ) : int
[run-time name: org/apache/cxf/binding/corba/types/CorbaEnumEventProducer.next:()I]
openejb-cxf-bundle-2.5.2.jar, CorbaEnumHandler.class
package org.apache.cxf.binding.corba.types
CorbaEnumHandler.clear ( ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaEnumHandler.clear:()V]
CorbaEnumHandler.CorbaEnumHandler ( javax.xml.namespace.QName enumName, javax.xml.namespace.QName enumIdlType, org.omg.CORBA.TypeCode enumTC, Object enumType )
[run-time name: org/apache/cxf/binding/corba/types/CorbaEnumHandler."<init>":(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Lorg/omg/CORBA/TypeCode;Ljava/lang/Object;)V]
CorbaEnumHandler.getIndex ( ) : long
[run-time name: org/apache/cxf/binding/corba/types/CorbaEnumHandler.getIndex:()J]
CorbaEnumHandler.getValue ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/CorbaEnumHandler.getValue:()Ljava/lang/String;]
CorbaEnumHandler.setValue ( String val ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaEnumHandler.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaEnumListener.class
package org.apache.cxf.binding.corba.types
CorbaEnumListener.CorbaEnumListener ( CorbaObjectHandler handler )
[run-time name: org/apache/cxf/binding/corba/types/CorbaEnumListener."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaEnumListener.processCharacters ( String text ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaEnumListener.processCharacters:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaExceptionEventProducer.class
package org.apache.cxf.binding.corba.types
CorbaExceptionEventProducer.CorbaExceptionEventProducer ( CorbaObjectHandler h, org.apache.cxf.service.model.ServiceInfo service, org.omg.CORBA.ORB orbRef )
[run-time name: org/apache/cxf/binding/corba/types/CorbaExceptionEventProducer."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Lorg/apache/cxf/service/model/ServiceInfo;Lorg/omg/CORBA/ORB;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaExceptionHandler.class
package org.apache.cxf.binding.corba.types
CorbaExceptionHandler.addMember ( CorbaObjectHandler member ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaExceptionHandler.addMember:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaExceptionHandler.clear ( ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaExceptionHandler.clear:()V]
CorbaExceptionHandler.CorbaExceptionHandler ( javax.xml.namespace.QName exName, javax.xml.namespace.QName exIdlType, org.omg.CORBA.TypeCode exTC, Object exType )
[run-time name: org/apache/cxf/binding/corba/types/CorbaExceptionHandler."<init>":(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Lorg/omg/CORBA/TypeCode;Ljava/lang/Object;)V]
CorbaExceptionHandler.getId ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/CorbaExceptionHandler.getId:()Ljava/lang/String;]
CorbaExceptionHandler.getMember ( int index ) : CorbaObjectHandler
[run-time name: org/apache/cxf/binding/corba/types/CorbaExceptionHandler.getMember:(I)Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;]
CorbaExceptionHandler.getMemberByName ( String name ) : CorbaObjectHandler
[run-time name: org/apache/cxf/binding/corba/types/CorbaExceptionHandler.getMemberByName:(Ljava/lang/String;)Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;]
CorbaExceptionHandler.getMembers ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/CorbaExceptionHandler.getMembers:()Ljava/util/List;]
CorbaExceptionHandler.setId ( String eid ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaExceptionHandler.setId:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaExceptionListener.class
package org.apache.cxf.binding.corba.types
CorbaExceptionListener.CorbaExceptionListener ( CorbaObjectHandler handler, org.apache.cxf.binding.corba.CorbaTypeMap map, org.omg.CORBA.ORB orbRef, org.apache.cxf.service.model.ServiceInfo serviceInfo )
[run-time name: org/apache/cxf/binding/corba/types/CorbaExceptionListener."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Lorg/omg/CORBA/ORB;Lorg/apache/cxf/service/model/ServiceInfo;)V]
CorbaExceptionListener.processCharacters ( String text ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaExceptionListener.processCharacters:(Ljava/lang/String;)V]
CorbaExceptionListener.processEndElement ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaExceptionListener.processEndElement:(Ljavax/xml/namespace/QName;)V]
CorbaExceptionListener.processStartElement ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaExceptionListener.processStartElement:(Ljavax/xml/namespace/QName;)V]
CorbaExceptionListener.processWriteAttribute ( String prefix, String namespaceURI, String localName, String value ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaExceptionListener.processWriteAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
CorbaExceptionListener.processWriteNamespace ( String prefix, String namespaceURI ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaExceptionListener.processWriteNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaFaultStreamWriter.class
package org.apache.cxf.binding.corba.runtime
CorbaFaultStreamWriter.CorbaFaultStreamWriter ( org.omg.CORBA.ORB orbRef, org.apache.cxf.binding.corba.wsdl.RaisesType raisesType, org.apache.cxf.binding.corba.CorbaTypeMap map, org.apache.cxf.service.model.ServiceInfo sinfo )
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaFaultStreamWriter."<init>":(Lorg/omg/CORBA/ORB;Lorg/apache/cxf/binding/corba/wsdl/RaisesType;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Lorg/apache/cxf/service/model/ServiceInfo;)V]
CorbaFaultStreamWriter.setCurrentTypeListener ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaFaultStreamWriter.setCurrentTypeListener:(Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaFixedEventProducer.class
package org.apache.cxf.binding.corba.types
CorbaFixedEventProducer.CorbaFixedEventProducer ( CorbaObjectHandler h )
[run-time name: org/apache/cxf/binding/corba/types/CorbaFixedEventProducer."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaFixedEventProducer.getAttributes ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/CorbaFixedEventProducer.getAttributes:()Ljava/util/List;]
CorbaFixedEventProducer.getLocalName ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/CorbaFixedEventProducer.getLocalName:()Ljava/lang/String;]
CorbaFixedEventProducer.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/types/CorbaFixedEventProducer.getName:()Ljavax/xml/namespace/QName;]
CorbaFixedEventProducer.getNamespaces ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/CorbaFixedEventProducer.getNamespaces:()Ljava/util/List;]
CorbaFixedEventProducer.getText ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/CorbaFixedEventProducer.getText:()Ljava/lang/String;]
CorbaFixedEventProducer.hasNext ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/types/CorbaFixedEventProducer.hasNext:()Z]
CorbaFixedEventProducer.next ( ) : int
[run-time name: org/apache/cxf/binding/corba/types/CorbaFixedEventProducer.next:()I]
openejb-cxf-bundle-2.5.2.jar, CorbaFixedHandler.class
package org.apache.cxf.binding.corba.types
CorbaFixedHandler.clear ( ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaFixedHandler.clear:()V]
CorbaFixedHandler.CorbaFixedHandler ( javax.xml.namespace.QName fixedName, javax.xml.namespace.QName fixedIdlType, org.omg.CORBA.TypeCode fixedTC, Object fixedType )
[run-time name: org/apache/cxf/binding/corba/types/CorbaFixedHandler."<init>":(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Lorg/omg/CORBA/TypeCode;Ljava/lang/Object;)V]
CorbaFixedHandler.getDigits ( ) : long
[run-time name: org/apache/cxf/binding/corba/types/CorbaFixedHandler.getDigits:()J]
CorbaFixedHandler.getScale ( ) : long
[run-time name: org/apache/cxf/binding/corba/types/CorbaFixedHandler.getScale:()J]
CorbaFixedHandler.getValue ( ) : java.math.BigDecimal
[run-time name: org/apache/cxf/binding/corba/types/CorbaFixedHandler.getValue:()Ljava/math/BigDecimal;]
CorbaFixedHandler.getValueData ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/CorbaFixedHandler.getValueData:()Ljava/lang/String;]
CorbaFixedHandler.setValue ( java.math.BigDecimal val ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaFixedHandler.setValue:(Ljava/math/BigDecimal;)V]
CorbaFixedHandler.setValueFromData ( String data ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaFixedHandler.setValueFromData:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaFixedListener.class
package org.apache.cxf.binding.corba.types
CorbaFixedListener.CorbaFixedListener ( CorbaObjectHandler handler )
[run-time name: org/apache/cxf/binding/corba/types/CorbaFixedListener."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaFixedListener.processCharacters ( String text ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaFixedListener.processCharacters:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaHandlerUtils.class
package org.apache.cxf.binding.corba.types
CorbaHandlerUtils.createTypeHandler ( org.omg.CORBA.ORB orb, javax.xml.namespace.QName name, javax.xml.namespace.QName idlType, org.apache.cxf.binding.corba.CorbaTypeMap typeMap ) [static] : CorbaObjectHandler
[run-time name: org/apache/cxf/binding/corba/types/CorbaHandlerUtils.createTypeHandler:(Lorg/omg/CORBA/ORB;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Lorg/apache/cxf/binding/corba/CorbaTypeMap;)Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;]
CorbaHandlerUtils.getNamespaceURI ( org.apache.cxf.service.model.ServiceInfo serviceInfo, javax.xml.namespace.QName typeName ) [static] : String
[run-time name: org/apache/cxf/binding/corba/types/CorbaHandlerUtils.getNamespaceURI:(Lorg/apache/cxf/service/model/ServiceInfo;Ljavax/xml/namespace/QName;)Ljava/lang/String;]
CorbaHandlerUtils.getTypeEventProducer ( CorbaObjectHandler handler, org.apache.cxf.service.model.ServiceInfo serviceInfo, org.omg.CORBA.ORB orb ) [static] : CorbaTypeEventProducer
[run-time name: org/apache/cxf/binding/corba/types/CorbaHandlerUtils.getTypeEventProducer:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Lorg/apache/cxf/service/model/ServiceInfo;Lorg/omg/CORBA/ORB;)Lorg/apache/cxf/binding/corba/types/CorbaTypeEventProducer;]
CorbaHandlerUtils.getTypeListener ( javax.xml.namespace.QName name, javax.xml.namespace.QName idlType, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, org.omg.CORBA.ORB orb, org.apache.cxf.service.model.ServiceInfo serviceInfo ) [static] : CorbaTypeListener
[run-time name: org/apache/cxf/binding/corba/types/CorbaHandlerUtils.getTypeListener:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Lorg/omg/CORBA/ORB;Lorg/apache/cxf/service/model/ServiceInfo;)Lorg/apache/cxf/binding/corba/types/CorbaTypeListener;]
CorbaHandlerUtils.getXmlSchemaSequenceElement ( org.apache.ws.commons.schema.XmlSchemaObject schemaType, org.apache.cxf.service.model.ServiceInfo serviceInfo ) [static] : org.apache.ws.commons.schema.XmlSchemaElement
[run-time name: org/apache/cxf/binding/corba/types/CorbaHandlerUtils.getXmlSchemaSequenceElement:(Lorg/apache/ws/commons/schema/XmlSchemaObject;Lorg/apache/cxf/service/model/ServiceInfo;)Lorg/apache/ws/commons/schema/XmlSchemaElement;]
CorbaHandlerUtils.initializeArrayHandler ( org.omg.CORBA.ORB orb, CorbaObjectHandler obj, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, org.apache.cxf.service.model.ServiceInfo serviceInfo, java.util.Map seenTypes ) [static] : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaHandlerUtils.initializeArrayHandler:(Lorg/omg/CORBA/ORB;Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Lorg/apache/cxf/service/model/ServiceInfo;Ljava/util/Map;)V]
CorbaHandlerUtils.initializeExceptionHandler ( org.omg.CORBA.ORB orb, CorbaObjectHandler obj, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, org.apache.cxf.service.model.ServiceInfo serviceInfo, java.util.Map seenTypes ) [static] : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaHandlerUtils.initializeExceptionHandler:(Lorg/omg/CORBA/ORB;Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Lorg/apache/cxf/service/model/ServiceInfo;Ljava/util/Map;)V]
CorbaHandlerUtils.initializeObjectHandler ( org.omg.CORBA.ORB orb, javax.xml.namespace.QName name, javax.xml.namespace.QName idlType, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, org.apache.cxf.service.model.ServiceInfo serviceInfo ) [static] : CorbaObjectHandler
[run-time name: org/apache/cxf/binding/corba/types/CorbaHandlerUtils.initializeObjectHandler:(Lorg/omg/CORBA/ORB;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Lorg/apache/cxf/service/model/ServiceInfo;)Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;]
CorbaHandlerUtils.initializeObjectHandler ( org.omg.CORBA.ORB orb, javax.xml.namespace.QName name, javax.xml.namespace.QName idlType, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, org.apache.cxf.service.model.ServiceInfo serviceInfo, java.util.Map seenTypes ) [static] : CorbaObjectHandler
[run-time name: org/apache/cxf/binding/corba/types/CorbaHandlerUtils.initializeObjectHandler:(Lorg/omg/CORBA/ORB;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Lorg/apache/cxf/service/model/ServiceInfo;Ljava/util/Map;)Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;]
CorbaHandlerUtils.initializeSequenceHandler ( org.omg.CORBA.ORB orb, CorbaObjectHandler obj, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, org.apache.cxf.service.model.ServiceInfo serviceInfo, java.util.Map seenTypes ) [static] : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaHandlerUtils.initializeSequenceHandler:(Lorg/omg/CORBA/ORB;Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Lorg/apache/cxf/service/model/ServiceInfo;Ljava/util/Map;)V]
CorbaHandlerUtils.initializeStructHandler ( org.omg.CORBA.ORB orb, CorbaObjectHandler obj, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, org.apache.cxf.service.model.ServiceInfo serviceInfo, java.util.Map seenTypes ) [static] : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaHandlerUtils.initializeStructHandler:(Lorg/omg/CORBA/ORB;Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Lorg/apache/cxf/service/model/ServiceInfo;Ljava/util/Map;)V]
CorbaHandlerUtils.initializeUnionHandler ( org.omg.CORBA.ORB orb, CorbaObjectHandler obj, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, org.apache.cxf.service.model.ServiceInfo serviceInfo, java.util.Map seenTypes ) [static] : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaHandlerUtils.initializeUnionHandler:(Lorg/omg/CORBA/ORB;Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Lorg/apache/cxf/service/model/ServiceInfo;Ljava/util/Map;)V]
CorbaHandlerUtils.isAnonType ( org.apache.ws.commons.schema.XmlSchemaObject schemaObj ) [static] : boolean
[run-time name: org/apache/cxf/binding/corba/types/CorbaHandlerUtils.isAnonType:(Lorg/apache/ws/commons/schema/XmlSchemaObject;)Z]
CorbaHandlerUtils.isOctets ( org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl baseType ) [static] : boolean
[run-time name: org/apache/cxf/binding/corba/types/CorbaHandlerUtils.isOctets:(Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;)Z]
CorbaHandlerUtils.isPrimitiveIDLTypeSequence ( CorbaObjectHandler handler ) [static] : boolean
[run-time name: org/apache/cxf/binding/corba/types/CorbaHandlerUtils.isPrimitiveIDLTypeSequence:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)Z]
openejb-cxf-bundle-2.5.2.jar, CorbaMessage.class
package org.apache.cxf.binding.corba
CorbaMessage.addStreamableArgument ( CorbaStreamable arg ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaMessage.addStreamableArgument:(Lorg/apache/cxf/binding/corba/CorbaStreamable;)V]
CorbaMessage.CorbaMessage ( org.apache.cxf.message.Message m )
[run-time name: org/apache/cxf/binding/corba/CorbaMessage."<init>":(Lorg/apache/cxf/message/Message;)V]
CorbaMessage.createStreamableObject ( types.CorbaObjectHandler obj, javax.xml.namespace.QName elName ) : CorbaStreamable
[run-time name: org/apache/cxf/binding/corba/CorbaMessage.createStreamableObject:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/binding/corba/CorbaStreamable;]
CorbaMessage.getCorbaTypeMap ( ) : CorbaTypeMap
[run-time name: org/apache/cxf/binding/corba/CorbaMessage.getCorbaTypeMap:()Lorg/apache/cxf/binding/corba/CorbaTypeMap;]
CorbaMessage.getList ( ) : org.omg.CORBA.NVList
[run-time name: org/apache/cxf/binding/corba/CorbaMessage.getList:()Lorg/omg/CORBA/NVList;]
CorbaMessage.getStreamableArguments ( ) : CorbaStreamable[ ]
[run-time name: org/apache/cxf/binding/corba/CorbaMessage.getStreamableArguments:()[Lorg/apache/cxf/binding/corba/CorbaStreamable;]
CorbaMessage.getStreamableException ( ) : CorbaStreamable
[run-time name: org/apache/cxf/binding/corba/CorbaMessage.getStreamableException:()Lorg/apache/cxf/binding/corba/CorbaStreamable;]
CorbaMessage.getStreamableReturn ( ) : CorbaStreamable
[run-time name: org/apache/cxf/binding/corba/CorbaMessage.getStreamableReturn:()Lorg/apache/cxf/binding/corba/CorbaStreamable;]
CorbaMessage.getSystemException ( ) : org.omg.CORBA.SystemException
[run-time name: org/apache/cxf/binding/corba/CorbaMessage.getSystemException:()Lorg/omg/CORBA/SystemException;]
CorbaMessage.setCorbaTypeMap ( CorbaTypeMap typeMap ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaMessage.setCorbaTypeMap:(Lorg/apache/cxf/binding/corba/CorbaTypeMap;)V]
CorbaMessage.setList ( org.omg.CORBA.NVList lst ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaMessage.setList:(Lorg/omg/CORBA/NVList;)V]
CorbaMessage.setStreamableArguments ( CorbaStreamable[ ] data ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaMessage.setStreamableArguments:([Lorg/apache/cxf/binding/corba/CorbaStreamable;)V]
CorbaMessage.setStreamableArgumentValue ( types.CorbaObjectHandler data, int idx ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaMessage.setStreamableArgumentValue:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;I)V]
CorbaMessage.setStreamableArgumentValues ( types.CorbaObjectHandler[ ] data ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaMessage.setStreamableArgumentValues:([Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaMessage.setStreamableException ( CorbaStreamable ex ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaMessage.setStreamableException:(Lorg/apache/cxf/binding/corba/CorbaStreamable;)V]
CorbaMessage.setStreamableExceptionValue ( types.CorbaObjectHandler exData ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaMessage.setStreamableExceptionValue:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaMessage.setStreamableReturn ( CorbaStreamable data ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaMessage.setStreamableReturn:(Lorg/apache/cxf/binding/corba/CorbaStreamable;)V]
CorbaMessage.setStreamableReturnValue ( types.CorbaObjectHandler data ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaMessage.setStreamableReturnValue:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaMessage.setSystemException ( org.omg.CORBA.SystemException sysEx ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaMessage.setSystemException:(Lorg/omg/CORBA/SystemException;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaNamespaceContext.class
package org.apache.cxf.binding.corba.runtime
CorbaStreamWriter.CorbaNamespaceContext.CorbaStreamWriter.CorbaNamespaceContext ( CorbaStreamWriter p1 )
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.CorbaNamespaceContext."<init>":(Lorg/apache/cxf/binding/corba/runtime/CorbaStreamWriter;)V]
CorbaStreamWriter.CorbaNamespaceContext.getNamespaceURI ( String prefix ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.CorbaNamespaceContext.getNamespaceURI:(Ljava/lang/String;)Ljava/lang/String;]
CorbaStreamWriter.CorbaNamespaceContext.getPrefix ( String namespaceURI ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.CorbaNamespaceContext.getPrefix:(Ljava/lang/String;)Ljava/lang/String;]
CorbaStreamWriter.CorbaNamespaceContext.getPrefixes ( String namespaceURI ) : java.util.Iterator
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.CorbaNamespaceContext.getPrefixes:(Ljava/lang/String;)Ljava/util/Iterator;]
CorbaStreamWriter.CorbaNamespaceContext.pop ( ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.CorbaNamespaceContext.pop:()V]
CorbaStreamWriter.CorbaNamespaceContext.push ( ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.CorbaNamespaceContext.push:()V]
CorbaStreamWriter.CorbaNamespaceContext.setPrefix ( String pfx, String ns ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.CorbaNamespaceContext.setPrefix:(Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaObjectHandler.class
package org.apache.cxf.binding.corba.types
CorbaObjectHandler.clear ( ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectHandler.clear:()V]
CorbaObjectHandler.CorbaObjectHandler ( )
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectHandler."<init>":()V]
CorbaObjectHandler.CorbaObjectHandler ( javax.xml.namespace.QName objName, javax.xml.namespace.QName objIdlType, org.omg.CORBA.TypeCode objTC, Object objType )
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectHandler."<init>":(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Lorg/omg/CORBA/TypeCode;Ljava/lang/Object;)V]
CorbaObjectHandler.getIdlType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectHandler.getIdlType:()Ljavax/xml/namespace/QName;]
CorbaObjectHandler.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectHandler.getName:()Ljavax/xml/namespace/QName;]
CorbaObjectHandler.getSimpleName ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectHandler.getSimpleName:()Ljava/lang/String;]
CorbaObjectHandler.getType ( ) : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectHandler.getType:()Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
CorbaObjectHandler.getTypeCode ( ) : org.omg.CORBA.TypeCode
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectHandler.getTypeCode:()Lorg/omg/CORBA/TypeCode;]
CorbaObjectHandler.getTypeCodeKind ( ) : org.omg.CORBA.TCKind
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectHandler.getTypeCodeKind:()Lorg/omg/CORBA/TCKind;]
CorbaObjectHandler.isAnonymousType ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectHandler.isAnonymousType:()Z]
CorbaObjectHandler.isRecursive ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectHandler.isRecursive:()Z]
CorbaObjectHandler.setAnonymousType ( boolean anon ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectHandler.setAnonymousType:(Z)V]
CorbaObjectHandler.setIntoAny ( org.omg.CORBA.Any value, org.apache.cxf.binding.corba.CorbaStreamable stream, boolean output ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectHandler.setIntoAny:(Lorg/omg/CORBA/Any;Lorg/apache/cxf/binding/corba/CorbaStreamable;Z)V]
CorbaObjectHandler.setRecursive ( boolean rec ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectHandler.setRecursive:(Z)V]
openejb-cxf-bundle-2.5.2.jar, CorbaObjectReader.class
package org.apache.cxf.binding.corba.runtime
CorbaObjectReader.CorbaObjectReader ( org.omg.CORBA.portable.InputStream inStream )
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader."<init>":(Lorg/omg/CORBA/portable/InputStream;)V]
CorbaObjectReader.read ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.read:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaObjectReader.readAny ( ) : org.omg.CORBA.Any
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readAny:()Lorg/omg/CORBA/Any;]
CorbaObjectReader.readArray ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readArray:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaObjectReader.readBoolean ( ) : Boolean
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readBoolean:()Ljava/lang/Boolean;]
CorbaObjectReader.readChar ( ) : Character
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readChar:()Ljava/lang/Character;]
CorbaObjectReader.readDouble ( ) : Double
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readDouble:()Ljava/lang/Double;]
CorbaObjectReader.readEnum ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readEnum:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaObjectReader.readEnumDiscriminator ( org.apache.cxf.binding.corba.types.CorbaUnionHandler unionHandler, org.apache.cxf.binding.corba.types.CorbaEnumHandler disc ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readEnumDiscriminator:(Lorg/apache/cxf/binding/corba/types/CorbaUnionHandler;Lorg/apache/cxf/binding/corba/types/CorbaEnumHandler;)V]
CorbaObjectReader.readException ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readException:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaObjectReader.readFixed ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readFixed:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaObjectReader.readFloat ( ) : Float
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readFloat:()Ljava/lang/Float;]
CorbaObjectReader.readLong ( ) : Integer
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readLong:()Ljava/lang/Integer;]
CorbaObjectReader.readLongLong ( ) : Long
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readLongLong:()Ljava/lang/Long;]
CorbaObjectReader.readObjectReference ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readObjectReference:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaObjectReader.readOctet ( ) : Byte
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readOctet:()Ljava/lang/Byte;]
CorbaObjectReader.readSequence ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readSequence:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaObjectReader.readShort ( ) : Short
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readShort:()Ljava/lang/Short;]
CorbaObjectReader.readString ( ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readString:()Ljava/lang/String;]
CorbaObjectReader.readStruct ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readStruct:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaObjectReader.readULong ( ) : long
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readULong:()J]
CorbaObjectReader.readULongLong ( ) : java.math.BigInteger
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readULongLong:()Ljava/math/BigInteger;]
CorbaObjectReader.readUnion ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readUnion:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaObjectReader.readUShort ( ) : Integer
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readUShort:()Ljava/lang/Integer;]
CorbaObjectReader.readWChar ( ) : Character
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readWChar:()Ljava/lang/Character;]
CorbaObjectReader.readWString ( ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectReader.readWString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, CorbaObjectReferenceEventProducer.class
package org.apache.cxf.binding.corba.types
CorbaObjectReferenceEventProducer.CorbaObjectReferenceEventProducer ( CorbaObjectHandler h, org.apache.cxf.service.model.ServiceInfo service, org.omg.CORBA.ORB orbRef )
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectReferenceEventProducer."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Lorg/apache/cxf/service/model/ServiceInfo;Lorg/omg/CORBA/ORB;)V]
CorbaObjectReferenceEventProducer.getAttributes ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectReferenceEventProducer.getAttributes:()Ljava/util/List;]
CorbaObjectReferenceEventProducer.getObjectReferenceBinding ( javax.wsdl.Definition wsdlDef, javax.xml.namespace.QName bindingName ) : org.apache.cxf.binding.corba.utils.EprMetaData
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectReferenceEventProducer.getObjectReferenceBinding:(Ljavax/wsdl/Definition;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/binding/corba/utils/EprMetaData;]
openejb-cxf-bundle-2.5.2.jar, CorbaObjectReferenceHandler.class
package org.apache.cxf.binding.corba.types
CorbaObjectReferenceHandler.clear ( ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectReferenceHandler.clear:()V]
CorbaObjectReferenceHandler.CorbaObjectReferenceHandler ( javax.xml.namespace.QName objName, javax.xml.namespace.QName objIdlType, org.omg.CORBA.TypeCode objTC, Object objType )
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectReferenceHandler."<init>":(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Lorg/omg/CORBA/TypeCode;Ljava/lang/Object;)V]
CorbaObjectReferenceHandler.getReference ( ) : org.omg.CORBA.Object
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectReferenceHandler.getReference:()Lorg/omg/CORBA/Object;]
CorbaObjectReferenceHandler.setReference ( org.omg.CORBA.Object ref ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectReferenceHandler.setReference:(Lorg/omg/CORBA/Object;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaObjectReferenceHelper.class
package org.apache.cxf.binding.corba.utils
CorbaObjectReferenceHelper.extractTypeIdFromIOR ( String url ) [static] : String
[run-time name: org/apache/cxf/binding/corba/utils/CorbaObjectReferenceHelper.extractTypeIdFromIOR:(Ljava/lang/String;)Ljava/lang/String;]
CorbaObjectReferenceHelper.getBindingForTypeId ( String repId, javax.wsdl.Definition wsdlDef ) [static] : EprMetaData
[run-time name: org/apache/cxf/binding/corba/utils/CorbaObjectReferenceHelper.getBindingForTypeId:(Ljava/lang/String;Ljavax/wsdl/Definition;)Lorg/apache/cxf/binding/corba/utils/EprMetaData;]
CorbaObjectReferenceHelper.getDefaultBinding ( org.omg.CORBA.Object obj, javax.wsdl.Definition wsdlDef ) [static] : javax.wsdl.Binding
[run-time name: org/apache/cxf/binding/corba/utils/CorbaObjectReferenceHelper.getDefaultBinding:(Lorg/omg/CORBA/Object;Ljavax/wsdl/Definition;)Ljavax/wsdl/Binding;]
CorbaObjectReferenceHelper.getEndpointName ( javax.wsdl.Binding binding, javax.wsdl.Definition wsdlDef ) [static] : String
[run-time name: org/apache/cxf/binding/corba/utils/CorbaObjectReferenceHelper.getEndpointName:(Ljavax/wsdl/Binding;Ljavax/wsdl/Definition;)Ljava/lang/String;]
CorbaObjectReferenceHelper.getServiceName ( javax.wsdl.Binding binding, javax.wsdl.Definition wsdlDef ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/utils/CorbaObjectReferenceHelper.getServiceName:(Ljavax/wsdl/Binding;Ljavax/wsdl/Definition;)Ljavax/xml/namespace/QName;]
CorbaObjectReferenceHelper.getWSDLLocation ( javax.wsdl.Definition wsdlDef ) [static] : String
[run-time name: org/apache/cxf/binding/corba/utils/CorbaObjectReferenceHelper.getWSDLLocation:(Ljavax/wsdl/Definition;)Ljava/lang/String;]
CorbaObjectReferenceHelper.populateEprInfo ( EprMetaData info ) [static] : void
[run-time name: org/apache/cxf/binding/corba/utils/CorbaObjectReferenceHelper.populateEprInfo:(Lorg/apache/cxf/binding/corba/utils/EprMetaData;)V]
CorbaObjectReferenceHelper.readIntFromAlignedCDREncaps ( byte[ ] data, int index, boolean bigEndian ) [static] : int
[run-time name: org/apache/cxf/binding/corba/utils/CorbaObjectReferenceHelper.readIntFromAlignedCDREncaps:([BIZ)I]
openejb-cxf-bundle-2.5.2.jar, CorbaObjectReferenceListener.class
package org.apache.cxf.binding.corba.types
CorbaObjectReferenceListener.CorbaObjectReferenceListener ( CorbaObjectHandler handler, org.omg.CORBA.ORB orbRef )
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectReferenceListener."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Lorg/omg/CORBA/ORB;)V]
CorbaObjectReferenceListener.processCharacters ( String text ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaObjectReferenceListener.processCharacters:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaObjectWriter.class
package org.apache.cxf.binding.corba.runtime
CorbaObjectWriter.CorbaObjectWriter ( org.omg.CORBA.portable.OutputStream outStream )
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter."<init>":(Lorg/omg/CORBA/portable/OutputStream;)V]
CorbaObjectWriter.write ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.write:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaObjectWriter.writeAny ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeAny:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaObjectWriter.writeArray ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeArray:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaObjectWriter.writeBoolean ( Boolean b ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeBoolean:(Ljava/lang/Boolean;)V]
CorbaObjectWriter.writeChar ( Character c ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeChar:(Ljava/lang/Character;)V]
CorbaObjectWriter.writeDouble ( Double d ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeDouble:(Ljava/lang/Double;)V]
CorbaObjectWriter.writeEnum ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeEnum:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaObjectWriter.writeException ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeException:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaObjectWriter.writeFixed ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeFixed:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaObjectWriter.writeFloat ( Float f ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeFloat:(Ljava/lang/Float;)V]
CorbaObjectWriter.writeLong ( Integer l ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeLong:(Ljava/lang/Integer;)V]
CorbaObjectWriter.writeLongLong ( Long l ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeLongLong:(Ljava/lang/Long;)V]
CorbaObjectWriter.writeObjectReference ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeObjectReference:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaObjectWriter.writeOctet ( Byte b ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeOctet:(Ljava/lang/Byte;)V]
CorbaObjectWriter.writeSequence ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeSequence:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaObjectWriter.writeShort ( Short s ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeShort:(Ljava/lang/Short;)V]
CorbaObjectWriter.writeString ( String s ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeString:(Ljava/lang/String;)V]
CorbaObjectWriter.writeStruct ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeStruct:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaObjectWriter.writeULong ( Long l ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeULong:(Ljava/lang/Long;)V]
CorbaObjectWriter.writeULongLong ( java.math.BigInteger l ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeULongLong:(Ljava/math/BigInteger;)V]
CorbaObjectWriter.writeUnion ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeUnion:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaObjectWriter.writeUShort ( Integer s ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeUShort:(Ljava/lang/Integer;)V]
CorbaObjectWriter.writeWChar ( Character c ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeWChar:(Ljava/lang/Character;)V]
CorbaObjectWriter.writeWString ( String s ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaObjectWriter.writeWString:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaOctetSequenceEventProducer.class
package org.apache.cxf.binding.corba.types
CorbaOctetSequenceEventProducer.CorbaOctetSequenceEventProducer ( CorbaObjectHandler h )
[run-time name: org/apache/cxf/binding/corba/types/CorbaOctetSequenceEventProducer."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaOctetSequenceEventProducer.getAttributes ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/CorbaOctetSequenceEventProducer.getAttributes:()Ljava/util/List;]
CorbaOctetSequenceEventProducer.getLocalName ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/CorbaOctetSequenceEventProducer.getLocalName:()Ljava/lang/String;]
CorbaOctetSequenceEventProducer.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/types/CorbaOctetSequenceEventProducer.getName:()Ljavax/xml/namespace/QName;]
CorbaOctetSequenceEventProducer.getNamespaces ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/CorbaOctetSequenceEventProducer.getNamespaces:()Ljava/util/List;]
CorbaOctetSequenceEventProducer.getText ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/CorbaOctetSequenceEventProducer.getText:()Ljava/lang/String;]
CorbaOctetSequenceEventProducer.hasNext ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/types/CorbaOctetSequenceEventProducer.hasNext:()Z]
CorbaOctetSequenceEventProducer.next ( ) : int
[run-time name: org/apache/cxf/binding/corba/types/CorbaOctetSequenceEventProducer.next:()I]
openejb-cxf-bundle-2.5.2.jar, CorbaOctetSequenceHandler.class
package org.apache.cxf.binding.corba.types
CorbaOctetSequenceHandler.clear ( ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaOctetSequenceHandler.clear:()V]
CorbaOctetSequenceHandler.CorbaOctetSequenceHandler ( javax.xml.namespace.QName primName, javax.xml.namespace.QName primIdlType, org.omg.CORBA.TypeCode primTC, Object primType )
[run-time name: org/apache/cxf/binding/corba/types/CorbaOctetSequenceHandler."<init>":(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Lorg/omg/CORBA/TypeCode;Ljava/lang/Object;)V]
CorbaOctetSequenceHandler.getDataFromValue ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/CorbaOctetSequenceHandler.getDataFromValue:()Ljava/lang/String;]
CorbaOctetSequenceHandler.getValue ( ) : byte[ ]
[run-time name: org/apache/cxf/binding/corba/types/CorbaOctetSequenceHandler.getValue:()[B]
CorbaOctetSequenceHandler.setValue ( byte[ ] obj ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaOctetSequenceHandler.setValue:([B)V]
CorbaOctetSequenceHandler.setValueFromData ( String data ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaOctetSequenceHandler.setValueFromData:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaOctetSequenceListener.class
package org.apache.cxf.binding.corba.types
CorbaOctetSequenceListener.CorbaOctetSequenceListener ( CorbaObjectHandler handler )
[run-time name: org/apache/cxf/binding/corba/types/CorbaOctetSequenceListener."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaOctetSequenceListener.processCharacters ( String text ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaOctetSequenceListener.processCharacters:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaPrimitiveHandler.class
package org.apache.cxf.binding.corba.types
CorbaPrimitiveHandler.clear ( ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaPrimitiveHandler.clear:()V]
CorbaPrimitiveHandler.CorbaPrimitiveHandler ( javax.xml.namespace.QName primName, javax.xml.namespace.QName primIdlType, org.omg.CORBA.TypeCode primTC, Object primType )
[run-time name: org/apache/cxf/binding/corba/types/CorbaPrimitiveHandler."<init>":(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Lorg/omg/CORBA/TypeCode;Ljava/lang/Object;)V]
CorbaPrimitiveHandler.getAny ( ) : org.omg.CORBA.Any
[run-time name: org/apache/cxf/binding/corba/types/CorbaPrimitiveHandler.getAny:()Lorg/omg/CORBA/Any;]
CorbaPrimitiveHandler.getDataFromAny ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/CorbaPrimitiveHandler.getDataFromAny:()Ljava/lang/String;]
CorbaPrimitiveHandler.getDataFromValue ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/CorbaPrimitiveHandler.getDataFromValue:()Ljava/lang/String;]
CorbaPrimitiveHandler.getValue ( ) : Object
[run-time name: org/apache/cxf/binding/corba/types/CorbaPrimitiveHandler.getValue:()Ljava/lang/Object;]
CorbaPrimitiveHandler.setIntoAny ( org.omg.CORBA.Any val, org.apache.cxf.binding.corba.CorbaStreamable stream, boolean output ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaPrimitiveHandler.setIntoAny:(Lorg/omg/CORBA/Any;Lorg/apache/cxf/binding/corba/CorbaStreamable;Z)V]
CorbaPrimitiveHandler.setValue ( Object obj ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaPrimitiveHandler.setValue:(Ljava/lang/Object;)V]
CorbaPrimitiveHandler.setValueFromData ( String data ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaPrimitiveHandler.setValueFromData:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaPrimitiveListener.class
package org.apache.cxf.binding.corba.types
CorbaPrimitiveListener.CorbaPrimitiveListener ( CorbaObjectHandler handler )
[run-time name: org/apache/cxf/binding/corba/types/CorbaPrimitiveListener."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaPrimitiveListener.processCharacters ( String text ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaPrimitiveListener.processCharacters:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaPrimitiveMap.class
package org.apache.cxf.tools.corba.common
CorbaPrimitiveMap.CorbaPrimitiveMap ( )
[run-time name: org/apache/cxf/tools/corba/common/CorbaPrimitiveMap."<init>":()V]
CorbaPrimitiveMap.get ( javax.xml.namespace.QName key ) : Object
[run-time name: org/apache/cxf/tools/corba/common/CorbaPrimitiveMap.get:(Ljavax/xml/namespace/QName;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, CorbaPrimitiveSequenceEventProducer.class
package org.apache.cxf.binding.corba.types
CorbaPrimitiveSequenceEventProducer.CorbaPrimitiveSequenceEventProducer ( CorbaObjectHandler h, org.apache.cxf.service.model.ServiceInfo service, org.omg.CORBA.ORB orbRef )
[run-time name: org/apache/cxf/binding/corba/types/CorbaPrimitiveSequenceEventProducer."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Lorg/apache/cxf/service/model/ServiceInfo;Lorg/omg/CORBA/ORB;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaPrimitiveTypeEventProducer.class
package org.apache.cxf.binding.corba.types
CorbaPrimitiveTypeEventProducer.CorbaPrimitiveTypeEventProducer ( CorbaObjectHandler h )
[run-time name: org/apache/cxf/binding/corba/types/CorbaPrimitiveTypeEventProducer."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaPrimitiveTypeEventProducer.getAttributes ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/CorbaPrimitiveTypeEventProducer.getAttributes:()Ljava/util/List;]
CorbaPrimitiveTypeEventProducer.getLocalName ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/CorbaPrimitiveTypeEventProducer.getLocalName:()Ljava/lang/String;]
CorbaPrimitiveTypeEventProducer.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/types/CorbaPrimitiveTypeEventProducer.getName:()Ljavax/xml/namespace/QName;]
CorbaPrimitiveTypeEventProducer.getNamespaces ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/CorbaPrimitiveTypeEventProducer.getNamespaces:()Ljava/util/List;]
CorbaPrimitiveTypeEventProducer.getText ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/CorbaPrimitiveTypeEventProducer.getText:()Ljava/lang/String;]
CorbaPrimitiveTypeEventProducer.hasNext ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/types/CorbaPrimitiveTypeEventProducer.hasNext:()Z]
CorbaPrimitiveTypeEventProducer.next ( ) : int
[run-time name: org/apache/cxf/binding/corba/types/CorbaPrimitiveTypeEventProducer.next:()I]
openejb-cxf-bundle-2.5.2.jar, CorbaSequenceEventProducer.class
package org.apache.cxf.binding.corba.types
CorbaSequenceEventProducer.CorbaSequenceEventProducer ( CorbaObjectHandler h, org.apache.cxf.service.model.ServiceInfo service, org.omg.CORBA.ORB orbRef )
[run-time name: org/apache/cxf/binding/corba/types/CorbaSequenceEventProducer."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Lorg/apache/cxf/service/model/ServiceInfo;Lorg/omg/CORBA/ORB;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaSequenceHandler.class
package org.apache.cxf.binding.corba.types
CorbaSequenceHandler.addElement ( CorbaObjectHandler el ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaSequenceHandler.addElement:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaSequenceHandler.clear ( ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaSequenceHandler.clear:()V]
CorbaSequenceHandler.CorbaSequenceHandler ( javax.xml.namespace.QName seqName, javax.xml.namespace.QName seqIdlType, org.omg.CORBA.TypeCode seqTC, Object seqType )
[run-time name: org/apache/cxf/binding/corba/types/CorbaSequenceHandler."<init>":(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Lorg/omg/CORBA/TypeCode;Ljava/lang/Object;)V]
CorbaSequenceHandler.getElement ( int index ) : CorbaObjectHandler
[run-time name: org/apache/cxf/binding/corba/types/CorbaSequenceHandler.getElement:(I)Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;]
CorbaSequenceHandler.getElements ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/CorbaSequenceHandler.getElements:()Ljava/util/List;]
CorbaSequenceHandler.getNumberOfElements ( ) : int
[run-time name: org/apache/cxf/binding/corba/types/CorbaSequenceHandler.getNumberOfElements:()I]
CorbaSequenceHandler.getTemplateElement ( ) : CorbaObjectHandler
[run-time name: org/apache/cxf/binding/corba/types/CorbaSequenceHandler.getTemplateElement:()Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;]
CorbaSequenceHandler.hasRecursiveTypeElement ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/types/CorbaSequenceHandler.hasRecursiveTypeElement:()Z]
CorbaSequenceHandler.hasRecursiveTypeElement ( boolean value ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaSequenceHandler.hasRecursiveTypeElement:(Z)V]
CorbaSequenceHandler.setElements ( java.util.List els ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaSequenceHandler.setElements:(Ljava/util/List;)V]
CorbaSequenceHandler.setTemplateElement ( CorbaObjectHandler el ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaSequenceHandler.setTemplateElement:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaSequenceListener.class
package org.apache.cxf.binding.corba.types
CorbaSequenceListener.CorbaSequenceListener ( CorbaObjectHandler handler, org.apache.cxf.binding.corba.CorbaTypeMap map, org.omg.CORBA.ORB orbRef, org.apache.cxf.service.model.ServiceInfo sInfo )
[run-time name: org/apache/cxf/binding/corba/types/CorbaSequenceListener."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Lorg/omg/CORBA/ORB;Lorg/apache/cxf/service/model/ServiceInfo;)V]
CorbaSequenceListener.processCharacters ( String text ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaSequenceListener.processCharacters:(Ljava/lang/String;)V]
CorbaSequenceListener.processEndElement ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaSequenceListener.processEndElement:(Ljavax/xml/namespace/QName;)V]
CorbaSequenceListener.processStartElement ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaSequenceListener.processStartElement:(Ljavax/xml/namespace/QName;)V]
CorbaSequenceListener.processWriteAttribute ( String prefix, String namespaceURI, String localName, String val ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaSequenceListener.processWriteAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
CorbaSequenceListener.processWriteNamespace ( String prefix, String namespaceURI ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaSequenceListener.processWriteNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaServerConduit.class
package org.apache.cxf.binding.corba
CorbaServerConduit.buildRequestResult ( CorbaMessage msg ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaServerConduit.buildRequestResult:(Lorg/apache/cxf/binding/corba/CorbaMessage;)V]
CorbaServerConduit.close ( ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaServerConduit.close:()V]
CorbaServerConduit.close ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaServerConduit.close:(Lorg/apache/cxf/message/Message;)V]
CorbaServerConduit.CorbaServerConduit ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.omg.CORBA.Object targetObj, org.omg.CORBA.ORB o, utils.OrbConfig config, CorbaTypeMap map )
[run-time name: org/apache/cxf/binding/corba/CorbaServerConduit."<init>":(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/omg/CORBA/Object;Lorg/omg/CORBA/ORB;Lorg/apache/cxf/binding/corba/utils/OrbConfig;Lorg/apache/cxf/binding/corba/CorbaTypeMap;)V]
CorbaServerConduit.getAddress ( ) : String
[run-time name: org/apache/cxf/binding/corba/CorbaServerConduit.getAddress:()Ljava/lang/String;]
CorbaServerConduit.getMessageObserver ( ) : org.apache.cxf.transport.MessageObserver
[run-time name: org/apache/cxf/binding/corba/CorbaServerConduit.getMessageObserver:()Lorg/apache/cxf/transport/MessageObserver;]
CorbaServerConduit.getTarget ( ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/binding/corba/CorbaServerConduit.getTarget:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
CorbaServerConduit.getTargetReference ( org.apache.cxf.ws.addressing.EndpointReferenceType t ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/binding/corba/CorbaServerConduit.getTargetReference:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
CorbaServerConduit.prepare ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaServerConduit.prepare:(Lorg/apache/cxf/message/Message;)V]
CorbaServerConduit.setMessageObserver ( org.apache.cxf.transport.MessageObserver observer ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaServerConduit.setMessageObserver:(Lorg/apache/cxf/transport/MessageObserver;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaStreamable.class
package org.apache.cxf.binding.corba
CorbaStreamable.getMode ( ) [abstract] : int
[run-time name: org/apache/cxf/binding/corba/CorbaStreamable.getMode:()I]
CorbaStreamable.getName ( ) [abstract] : String
[run-time name: org/apache/cxf/binding/corba/CorbaStreamable.getName:()Ljava/lang/String;]
CorbaStreamable.getObject ( ) [abstract] : types.CorbaObjectHandler
[run-time name: org/apache/cxf/binding/corba/CorbaStreamable.getObject:()Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;]
CorbaStreamable.setMode ( int p1 ) [abstract] : void
[run-time name: org/apache/cxf/binding/corba/CorbaStreamable.setMode:(I)V]
CorbaStreamable.setObject ( types.CorbaObjectHandler p1 ) [abstract] : void
[run-time name: org/apache/cxf/binding/corba/CorbaStreamable.setObject:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaStreamableImpl.class
package org.apache.cxf.binding.corba.runtime
CorbaStreamableImpl._read ( org.omg.CORBA.portable.InputStream istream ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamableImpl._read:(Lorg/omg/CORBA/portable/InputStream;)V]
CorbaStreamableImpl._type ( ) : org.omg.CORBA.TypeCode
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamableImpl._type:()Lorg/omg/CORBA/TypeCode;]
CorbaStreamableImpl._write ( org.omg.CORBA.portable.OutputStream ostream ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamableImpl._write:(Lorg/omg/CORBA/portable/OutputStream;)V]
CorbaStreamableImpl.CorbaStreamableImpl ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj, javax.xml.namespace.QName elName )
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamableImpl."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Ljavax/xml/namespace/QName;)V]
CorbaStreamableImpl.getMode ( ) : int
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamableImpl.getMode:()I]
CorbaStreamableImpl.getName ( ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamableImpl.getName:()Ljava/lang/String;]
CorbaStreamableImpl.getObject ( ) : org.apache.cxf.binding.corba.types.CorbaObjectHandler
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamableImpl.getObject:()Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;]
CorbaStreamableImpl.setMode ( int md ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamableImpl.setMode:(I)V]
CorbaStreamableImpl.setObject ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamableImpl.setObject:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaStreamFaultInInterceptor.class
package org.apache.cxf.binding.corba.interceptors
CorbaStreamFaultInInterceptor.CorbaStreamFaultInInterceptor ( )
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamFaultInInterceptor."<init>":()V]
CorbaStreamFaultInInterceptor.getDataReader ( org.apache.cxf.binding.corba.CorbaMessage message ) : org.apache.cxf.databinding.DataReader
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamFaultInInterceptor.getDataReader:(Lorg/apache/cxf/binding/corba/CorbaMessage;)Lorg/apache/cxf/databinding/DataReader;]
CorbaStreamFaultInInterceptor.getFaultInfo ( org.apache.cxf.service.model.OperationInfo opInfo, javax.xml.namespace.QName faultName ) : org.apache.cxf.service.model.FaultInfo
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamFaultInInterceptor.getFaultInfo:(Lorg/apache/cxf/service/model/OperationInfo;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/service/model/FaultInfo;]
CorbaStreamFaultInInterceptor.handleMessage ( org.apache.cxf.message.Message msg ) : void
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamFaultInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaStreamFaultOutInterceptor.class
package org.apache.cxf.binding.corba.interceptors
CorbaStreamFaultOutInterceptor.CorbaStreamFaultOutInterceptor ( )
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamFaultOutInterceptor."<init>":()V]
CorbaStreamFaultOutInterceptor.findRaisesType ( java.util.List exList, String exClassName ) : org.apache.cxf.binding.corba.wsdl.RaisesType
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamFaultOutInterceptor.findRaisesType:(Ljava/util/List;Ljava/lang/String;)Lorg/apache/cxf/binding/corba/wsdl/RaisesType;]
CorbaStreamFaultOutInterceptor.getDataWriter ( org.apache.cxf.binding.corba.CorbaMessage message ) : org.apache.cxf.databinding.DataWriter
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamFaultOutInterceptor.getDataWriter:(Lorg/apache/cxf/binding/corba/CorbaMessage;)Lorg/apache/cxf/databinding/DataWriter;]
CorbaStreamFaultOutInterceptor.getFaultMessagePartInfo ( org.apache.cxf.service.model.OperationInfo opInfo, javax.xml.namespace.QName faultName ) : org.apache.cxf.service.model.MessagePartInfo
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamFaultOutInterceptor.getFaultMessagePartInfo:(Lorg/apache/cxf/service/model/OperationInfo;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/service/model/MessagePartInfo;]
CorbaStreamFaultOutInterceptor.getRaisesType ( org.apache.cxf.binding.corba.wsdl.OperationType opType, String exClassName, Throwable ex ) : org.apache.cxf.binding.corba.wsdl.RaisesType
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamFaultOutInterceptor.getRaisesType:(Lorg/apache/cxf/binding/corba/wsdl/OperationType;Ljava/lang/String;Ljava/lang/Throwable;)Lorg/apache/cxf/binding/corba/wsdl/RaisesType;]
CorbaStreamFaultOutInterceptor.handleMessage ( org.apache.cxf.message.Message msg ) : void
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamFaultOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
CorbaStreamFaultOutInterceptor.setSystemException ( org.apache.cxf.binding.corba.CorbaMessage message, Throwable ex, org.apache.cxf.binding.corba.CorbaDestination dest ) : void
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamFaultOutInterceptor.setSystemException:(Lorg/apache/cxf/binding/corba/CorbaMessage;Ljava/lang/Throwable;Lorg/apache/cxf/binding/corba/CorbaDestination;)V]
CorbaStreamFaultOutInterceptor.setUserException ( org.apache.cxf.binding.corba.CorbaMessage message, Throwable ex, org.apache.cxf.binding.corba.wsdl.RaisesType exType, org.apache.cxf.service.model.OperationInfo opInfo, org.apache.cxf.databinding.DataWriter writer, org.apache.cxf.service.model.ServiceInfo service ) : void
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamFaultOutInterceptor.setUserException:(Lorg/apache/cxf/binding/corba/CorbaMessage;Ljava/lang/Throwable;Lorg/apache/cxf/binding/corba/wsdl/RaisesType;Lorg/apache/cxf/service/model/OperationInfo;Lorg/apache/cxf/databinding/DataWriter;Lorg/apache/cxf/service/model/ServiceInfo;)V]
CorbaStreamFaultOutInterceptor.setUserExceptionFromFaultDetail ( org.apache.cxf.binding.corba.CorbaMessage message, org.w3c.dom.Element faultDetail, org.apache.cxf.binding.corba.wsdl.RaisesType exType, org.apache.cxf.service.model.OperationInfo opInfo, org.apache.cxf.databinding.DataWriter writer, org.apache.cxf.service.model.ServiceInfo service ) : void
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamFaultOutInterceptor.setUserExceptionFromFaultDetail:(Lorg/apache/cxf/binding/corba/CorbaMessage;Lorg/w3c/dom/Element;Lorg/apache/cxf/binding/corba/wsdl/RaisesType;Lorg/apache/cxf/service/model/OperationInfo;Lorg/apache/cxf/databinding/DataWriter;Lorg/apache/cxf/service/model/ServiceInfo;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaStreamInInterceptor.class
package org.apache.cxf.binding.corba.interceptors
CorbaStreamInInterceptor.CorbaStreamInInterceptor ( )
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamInInterceptor."<init>":()V]
CorbaStreamInInterceptor.getMessageParamQName ( org.apache.cxf.service.model.MessageInfo msgInfo, String paramName, int index ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamInInterceptor.getMessageParamQName:(Lorg/apache/cxf/service/model/MessageInfo;Ljava/lang/String;I)Ljavax/xml/namespace/QName;]
CorbaStreamInInterceptor.getWrappedParamNamespace ( org.apache.cxf.service.model.MessageInfo msgInfo ) : String
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamInInterceptor.getWrappedParamNamespace:(Lorg/apache/cxf/service/model/MessageInfo;)Ljava/lang/String;]
CorbaStreamInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
CorbaStreamInInterceptor.prepareArguments ( org.apache.cxf.binding.corba.CorbaMessage corbaMsg, org.apache.cxf.service.model.InterfaceInfo info, org.apache.cxf.binding.corba.wsdl.OperationType opType, javax.xml.namespace.QName opQName, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, org.apache.cxf.binding.corba.CorbaDestination destination, org.apache.cxf.service.model.ServiceInfo service ) : org.omg.CORBA.NVList
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamInInterceptor.prepareArguments:(Lorg/apache/cxf/binding/corba/CorbaMessage;Lorg/apache/cxf/service/model/InterfaceInfo;Lorg/apache/cxf/binding/corba/wsdl/OperationType;Ljavax/xml/namespace/QName;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Lorg/apache/cxf/binding/corba/CorbaDestination;Lorg/apache/cxf/service/model/ServiceInfo;)Lorg/omg/CORBA/NVList;]
CorbaStreamInInterceptor.prepareDIIArgsList ( org.apache.cxf.binding.corba.CorbaMessage corbaMsg, org.apache.cxf.service.model.BindingOperationInfo boi, org.apache.cxf.binding.corba.CorbaStreamable[ ] streamables, java.util.List paramTypes, org.apache.cxf.binding.corba.CorbaTypeMap map, org.omg.CORBA.ORB orb, org.apache.cxf.service.model.ServiceInfo service ) : org.omg.CORBA.NVList
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamInInterceptor.prepareDIIArgsList:(Lorg/apache/cxf/binding/corba/CorbaMessage;Lorg/apache/cxf/service/model/BindingOperationInfo;[Lorg/apache/cxf/binding/corba/CorbaStreamable;Ljava/util/List;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Lorg/omg/CORBA/ORB;Lorg/apache/cxf/service/model/ServiceInfo;)Lorg/omg/CORBA/NVList;]
openejb-cxf-bundle-2.5.2.jar, CorbaStreamOutEndingInterceptor.class
package org.apache.cxf.binding.corba.interceptors
CorbaStreamOutEndingInterceptor.CorbaStreamOutEndingInterceptor ( )
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamOutEndingInterceptor."<init>":()V]
CorbaStreamOutEndingInterceptor.getMessageParamQName ( org.apache.cxf.service.model.MessageInfo msgInfo, String paramName, int index ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamOutEndingInterceptor.getMessageParamQName:(Lorg/apache/cxf/service/model/MessageInfo;Ljava/lang/String;I)Ljavax/xml/namespace/QName;]
CorbaStreamOutEndingInterceptor.getWrappedParamNamespace ( org.apache.cxf.service.model.MessageInfo msgInfo ) : String
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamOutEndingInterceptor.getWrappedParamNamespace:(Lorg/apache/cxf/service/model/MessageInfo;)Ljava/lang/String;]
CorbaStreamOutEndingInterceptor.handleMessage ( org.apache.cxf.message.Message msg ) : void
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamOutEndingInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaStreamOutInterceptor.class
package org.apache.cxf.binding.corba.interceptors
CorbaStreamOutInterceptor.CorbaStreamOutInterceptor ( )
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamOutInterceptor."<init>":()V]
CorbaStreamOutInterceptor.handleMessage ( org.apache.cxf.message.Message msg ) : void
[run-time name: org/apache/cxf/binding/corba/interceptors/CorbaStreamOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaStreamReader.class
package org.apache.cxf.binding.corba.runtime
CorbaStreamReader.close ( ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.close:()V]
CorbaStreamReader.CorbaStreamReader ( org.apache.cxf.binding.corba.types.CorbaTypeEventProducer evProducer )
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaTypeEventProducer;)V]
CorbaStreamReader.getAttributeCount ( ) : int
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getAttributeCount:()I]
CorbaStreamReader.getAttributeLocalName ( int arg0 ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getAttributeLocalName:(I)Ljava/lang/String;]
CorbaStreamReader.getAttributeName ( int arg0 ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getAttributeName:(I)Ljavax/xml/namespace/QName;]
CorbaStreamReader.getAttributeNamespace ( int arg0 ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getAttributeNamespace:(I)Ljava/lang/String;]
CorbaStreamReader.getAttributePrefix ( int arg0 ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getAttributePrefix:(I)Ljava/lang/String;]
CorbaStreamReader.getAttributeType ( int arg0 ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getAttributeType:(I)Ljava/lang/String;]
CorbaStreamReader.getAttributeValue ( int arg0 ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getAttributeValue:(I)Ljava/lang/String;]
CorbaStreamReader.getAttributeValue ( String arg0, String arg1 ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getAttributeValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
CorbaStreamReader.getCharacterEncodingScheme ( ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getCharacterEncodingScheme:()Ljava/lang/String;]
CorbaStreamReader.getElementText ( ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getElementText:()Ljava/lang/String;]
CorbaStreamReader.getEncoding ( ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getEncoding:()Ljava/lang/String;]
CorbaStreamReader.getEventType ( ) : int
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getEventType:()I]
CorbaStreamReader.getLocalName ( ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getLocalName:()Ljava/lang/String;]
CorbaStreamReader.getLocation ( ) : javax.xml.stream.Location
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getLocation:()Ljavax/xml/stream/Location;]
CorbaStreamReader.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getName:()Ljavax/xml/namespace/QName;]
CorbaStreamReader.getNamespaceContext ( ) : javax.xml.namespace.NamespaceContext
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getNamespaceContext:()Ljavax/xml/namespace/NamespaceContext;]
CorbaStreamReader.getNamespaceCount ( ) : int
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getNamespaceCount:()I]
CorbaStreamReader.getNamespacePrefix ( int arg0 ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getNamespacePrefix:(I)Ljava/lang/String;]
CorbaStreamReader.getNamespaceURI ( ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getNamespaceURI:()Ljava/lang/String;]
CorbaStreamReader.getNamespaceURI ( int arg0 ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getNamespaceURI:(I)Ljava/lang/String;]
CorbaStreamReader.getNamespaceURI ( String arg0 ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getNamespaceURI:(Ljava/lang/String;)Ljava/lang/String;]
CorbaStreamReader.getPIData ( ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getPIData:()Ljava/lang/String;]
CorbaStreamReader.getPITarget ( ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getPITarget:()Ljava/lang/String;]
CorbaStreamReader.getPrefix ( ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getPrefix:()Ljava/lang/String;]
CorbaStreamReader.getProperty ( String arg0 ) : Object
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
CorbaStreamReader.getText ( ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getText:()Ljava/lang/String;]
CorbaStreamReader.getTextCharacters ( ) : char[ ]
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getTextCharacters:()[C]
CorbaStreamReader.getTextCharacters ( int arg0, char[ ] arg1, int arg2, int arg3 ) : int
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getTextCharacters:(I[CII)I]
CorbaStreamReader.getTextLength ( ) : int
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getTextLength:()I]
CorbaStreamReader.getTextStart ( ) : int
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getTextStart:()I]
CorbaStreamReader.getVersion ( ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.getVersion:()Ljava/lang/String;]
CorbaStreamReader.hasName ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.hasName:()Z]
CorbaStreamReader.hasNext ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.hasNext:()Z]
CorbaStreamReader.hasText ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.hasText:()Z]
CorbaStreamReader.isAttributeSpecified ( int arg0 ) : boolean
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.isAttributeSpecified:(I)Z]
CorbaStreamReader.isCharacters ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.isCharacters:()Z]
CorbaStreamReader.isEndElement ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.isEndElement:()Z]
CorbaStreamReader.isStandalone ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.isStandalone:()Z]
CorbaStreamReader.isStartElement ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.isStartElement:()Z]
CorbaStreamReader.isWhiteSpace ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.isWhiteSpace:()Z]
CorbaStreamReader.next ( ) : int
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.next:()I]
CorbaStreamReader.nextTag ( ) : int
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.nextTag:()I]
CorbaStreamReader.require ( int arg0, String arg1, String arg2 ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.require:(ILjava/lang/String;Ljava/lang/String;)V]
CorbaStreamReader.standaloneSet ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamReader.standaloneSet:()Z]
openejb-cxf-bundle-2.5.2.jar, CorbaStreamWriter.class
package org.apache.cxf.binding.corba.runtime
CorbaStreamWriter.close ( ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.close:()V]
CorbaStreamWriter.CorbaStreamWriter ( org.omg.CORBA.ORB orbRef, java.util.List paramTypes, org.apache.cxf.binding.corba.CorbaTypeMap map, org.apache.cxf.service.model.ServiceInfo sinfo, boolean wrap )
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter."<init>":(Lorg/omg/CORBA/ORB;Ljava/util/List;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Lorg/apache/cxf/service/model/ServiceInfo;Z)V]
CorbaStreamWriter.CorbaStreamWriter ( org.omg.CORBA.ORB orbRef, org.apache.cxf.binding.corba.CorbaTypeMap map, org.apache.cxf.service.model.ServiceInfo sinfo )
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter."<init>":(Lorg/omg/CORBA/ORB;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Lorg/apache/cxf/service/model/ServiceInfo;)V]
CorbaStreamWriter.flush ( ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.flush:()V]
CorbaStreamWriter.getCorbaObjects ( ) : org.apache.cxf.binding.corba.types.CorbaObjectHandler[ ]
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.getCorbaObjects:()[Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;]
CorbaStreamWriter.getNamespaceContext ( ) : javax.xml.namespace.NamespaceContext
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.getNamespaceContext:()Ljavax/xml/namespace/NamespaceContext;]
CorbaStreamWriter.getPrefix ( String uri ) : String
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.getPrefix:(Ljava/lang/String;)Ljava/lang/String;]
CorbaStreamWriter.getProperty ( String name ) : Object
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
CorbaStreamWriter.setCurrentTypeListener ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.setCurrentTypeListener:(Ljavax/xml/namespace/QName;)V]
CorbaStreamWriter.setDefaultNamespace ( String uri ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.setDefaultNamespace:(Ljava/lang/String;)V]
CorbaStreamWriter.setNamespaceContext ( javax.xml.namespace.NamespaceContext context ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.setNamespaceContext:(Ljavax/xml/namespace/NamespaceContext;)V]
CorbaStreamWriter.setPrefix ( String prefix, String uri ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.setPrefix:(Ljava/lang/String;Ljava/lang/String;)V]
CorbaStreamWriter.writeAttribute ( String localName, String value ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;)V]
CorbaStreamWriter.writeAttribute ( String namespaceURI, String localName, String value ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
CorbaStreamWriter.writeAttribute ( String prefix, String namespaceURI, String localName, String value ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
CorbaStreamWriter.writeCData ( String data ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeCData:(Ljava/lang/String;)V]
CorbaStreamWriter.writeCharacters ( char[ ] text, int start, int len ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeCharacters:([CII)V]
CorbaStreamWriter.writeCharacters ( String text ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeCharacters:(Ljava/lang/String;)V]
CorbaStreamWriter.writeComment ( String data ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeComment:(Ljava/lang/String;)V]
CorbaStreamWriter.writeDefaultNamespace ( String namespaceURI ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeDefaultNamespace:(Ljava/lang/String;)V]
CorbaStreamWriter.writeDTD ( String dtd ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeDTD:(Ljava/lang/String;)V]
CorbaStreamWriter.writeEmptyElement ( String localName ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeEmptyElement:(Ljava/lang/String;)V]
CorbaStreamWriter.writeEmptyElement ( String namespaceURI, String localName ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeEmptyElement:(Ljava/lang/String;Ljava/lang/String;)V]
CorbaStreamWriter.writeEmptyElement ( String prefix, String localName, String namespaceURI ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeEmptyElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
CorbaStreamWriter.writeEndDocument ( ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeEndDocument:()V]
CorbaStreamWriter.writeEndElement ( ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeEndElement:()V]
CorbaStreamWriter.writeEntityRef ( String name ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeEntityRef:(Ljava/lang/String;)V]
CorbaStreamWriter.writeNamespace ( String prefix, String namespaceURI ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
CorbaStreamWriter.writeProcessingInstruction ( String target ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeProcessingInstruction:(Ljava/lang/String;)V]
CorbaStreamWriter.writeProcessingInstruction ( String target, String data ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeProcessingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
CorbaStreamWriter.writeStartDocument ( ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeStartDocument:()V]
CorbaStreamWriter.writeStartDocument ( String encoding, String version ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeStartDocument:(Ljava/lang/String;Ljava/lang/String;)V]
CorbaStreamWriter.writeStartDocument ( String version ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeStartDocument:(Ljava/lang/String;)V]
CorbaStreamWriter.writeStartElement ( String localName ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeStartElement:(Ljava/lang/String;)V]
CorbaStreamWriter.writeStartElement ( String namespaceURI, String localName ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeStartElement:(Ljava/lang/String;Ljava/lang/String;)V]
CorbaStreamWriter.writeStartElement ( String prefix, String localName, String namespaceURI ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/CorbaStreamWriter.writeStartElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaStructEventProducer.class
package org.apache.cxf.binding.corba.types
CorbaStructEventProducer.CorbaStructEventProducer ( CorbaObjectHandler h, org.apache.cxf.service.model.ServiceInfo service, org.omg.CORBA.ORB orbRef )
[run-time name: org/apache/cxf/binding/corba/types/CorbaStructEventProducer."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Lorg/apache/cxf/service/model/ServiceInfo;Lorg/omg/CORBA/ORB;)V]
CorbaStructEventProducer.next ( ) : int
[run-time name: org/apache/cxf/binding/corba/types/CorbaStructEventProducer.next:()I]
openejb-cxf-bundle-2.5.2.jar, CorbaStructHandler.class
package org.apache.cxf.binding.corba.types
CorbaStructHandler.addMember ( CorbaObjectHandler member ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaStructHandler.addMember:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaStructHandler.clear ( ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaStructHandler.clear:()V]
CorbaStructHandler.CorbaStructHandler ( javax.xml.namespace.QName structName, javax.xml.namespace.QName structIdlType, org.omg.CORBA.TypeCode structTC, Object structType )
[run-time name: org/apache/cxf/binding/corba/types/CorbaStructHandler."<init>":(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Lorg/omg/CORBA/TypeCode;Ljava/lang/Object;)V]
CorbaStructHandler.getMember ( int index ) : CorbaObjectHandler
[run-time name: org/apache/cxf/binding/corba/types/CorbaStructHandler.getMember:(I)Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;]
CorbaStructHandler.getMemberByName ( String name ) : CorbaObjectHandler
[run-time name: org/apache/cxf/binding/corba/types/CorbaStructHandler.getMemberByName:(Ljava/lang/String;)Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;]
CorbaStructHandler.getMembers ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/CorbaStructHandler.getMembers:()Ljava/util/List;]
openejb-cxf-bundle-2.5.2.jar, CorbaStructListener.class
package org.apache.cxf.binding.corba.types
CorbaStructListener.CorbaStructListener ( CorbaObjectHandler handler, org.apache.cxf.binding.corba.CorbaTypeMap map, org.omg.CORBA.ORB orbRef, org.apache.cxf.service.model.ServiceInfo sInfo )
[run-time name: org/apache/cxf/binding/corba/types/CorbaStructListener."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Lorg/omg/CORBA/ORB;Lorg/apache/cxf/service/model/ServiceInfo;)V]
CorbaStructListener.processCharacters ( String text ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaStructListener.processCharacters:(Ljava/lang/String;)V]
CorbaStructListener.processEndElement ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaStructListener.processEndElement:(Ljavax/xml/namespace/QName;)V]
CorbaStructListener.processStartElement ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaStructListener.processStartElement:(Ljavax/xml/namespace/QName;)V]
CorbaStructListener.processWriteAttribute ( String prefix, String namespaceURI, String localName, String value ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaStructListener.processWriteAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
CorbaStructListener.processWriteNamespace ( String prefix, String namespaceURI ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaStructListener.processWriteNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaType.class
package org.apache.cxf.binding.corba.wsdl
CorbaType.CorbaType ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/CorbaType."<init>":()V]
CorbaType.getName ( ) : String
[run-time name: org/apache/cxf/binding/corba/wsdl/CorbaType.getName:()Ljava/lang/String;]
CorbaType.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/wsdl/CorbaType.getType:()Ljavax/xml/namespace/QName;]
CorbaType.isQualified ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/CorbaType.isQualified:()Z]
CorbaType.isSetName ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/CorbaType.isSetName:()Z]
CorbaType.isSetQualified ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/CorbaType.isSetQualified:()Z]
CorbaType.isSetType ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/CorbaType.isSetType:()Z]
CorbaType.setName ( String value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/CorbaType.setName:(Ljava/lang/String;)V]
CorbaType.setQualified ( boolean value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/CorbaType.setQualified:(Z)V]
CorbaType.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/CorbaType.setType:(Ljavax/xml/namespace/QName;)V]
CorbaType.unsetQualified ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/CorbaType.unsetQualified:()V]
openejb-cxf-bundle-2.5.2.jar, CorbaTypeEventProducer.class
package org.apache.cxf.binding.corba.types
CorbaTypeEventProducer.getAttributes ( ) [abstract] : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/CorbaTypeEventProducer.getAttributes:()Ljava/util/List;]
CorbaTypeEventProducer.getLocalName ( ) [abstract] : String
[run-time name: org/apache/cxf/binding/corba/types/CorbaTypeEventProducer.getLocalName:()Ljava/lang/String;]
CorbaTypeEventProducer.getName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/types/CorbaTypeEventProducer.getName:()Ljavax/xml/namespace/QName;]
CorbaTypeEventProducer.getNamespaces ( ) [abstract] : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/CorbaTypeEventProducer.getNamespaces:()Ljava/util/List;]
CorbaTypeEventProducer.getText ( ) [abstract] : String
[run-time name: org/apache/cxf/binding/corba/types/CorbaTypeEventProducer.getText:()Ljava/lang/String;]
CorbaTypeEventProducer.hasNext ( ) [abstract] : boolean
[run-time name: org/apache/cxf/binding/corba/types/CorbaTypeEventProducer.hasNext:()Z]
CorbaTypeEventProducer.next ( ) [abstract] : int
[run-time name: org/apache/cxf/binding/corba/types/CorbaTypeEventProducer.next:()I]
openejb-cxf-bundle-2.5.2.jar, CorbaTypeImpl.class
package org.apache.cxf.binding.corba.wsdl
CorbaTypeImpl.CorbaTypeImpl ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/CorbaTypeImpl."<init>":()V]
CorbaTypeImpl.getQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/wsdl/CorbaTypeImpl.getQName:()Ljavax/xml/namespace/QName;]
CorbaTypeImpl.isSetQName ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/CorbaTypeImpl.isSetQName:()Z]
CorbaTypeImpl.setQName ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/CorbaTypeImpl.setQName:(Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaTypeListener.class
package org.apache.cxf.binding.corba.types
CorbaTypeListener.getCorbaObject ( ) [abstract] : CorbaObjectHandler
[run-time name: org/apache/cxf/binding/corba/types/CorbaTypeListener.getCorbaObject:()Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;]
CorbaTypeListener.processCharacters ( String p1 ) [abstract] : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaTypeListener.processCharacters:(Ljava/lang/String;)V]
CorbaTypeListener.processEndElement ( javax.xml.namespace.QName p1 ) [abstract] : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaTypeListener.processEndElement:(Ljavax/xml/namespace/QName;)V]
CorbaTypeListener.processStartElement ( javax.xml.namespace.QName p1 ) [abstract] : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaTypeListener.processStartElement:(Ljavax/xml/namespace/QName;)V]
CorbaTypeListener.processWriteAttribute ( String p1, String p2, String p3, String p4 ) [abstract] : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaTypeListener.processWriteAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
CorbaTypeListener.processWriteNamespace ( String p1, String p2 ) [abstract] : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaTypeListener.processWriteNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
CorbaTypeListener.setNamespaceContext ( javax.xml.namespace.NamespaceContext p1 ) [abstract] : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaTypeListener.setNamespaceContext:(Ljavax/xml/namespace/NamespaceContext;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaTypeMap.class
package org.apache.cxf.binding.corba
CorbaTypeMap.addType ( String name, wsdl.CorbaTypeImpl type ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaTypeMap.addType:(Ljava/lang/String;Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;)V]
CorbaTypeMap.addTypeCode ( javax.xml.namespace.QName name, org.omg.CORBA.TypeCode tc ) : void
[run-time name: org/apache/cxf/binding/corba/CorbaTypeMap.addTypeCode:(Ljavax/xml/namespace/QName;Lorg/omg/CORBA/TypeCode;)V]
CorbaTypeMap.CorbaTypeMap ( String namespace )
[run-time name: org/apache/cxf/binding/corba/CorbaTypeMap."<init>":(Ljava/lang/String;)V]
CorbaTypeMap.getIdlType ( org.omg.CORBA.TypeCode tc ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/CorbaTypeMap.getIdlType:(Lorg/omg/CORBA/TypeCode;)Ljavax/xml/namespace/QName;]
CorbaTypeMap.getTargetNamespace ( ) : String
[run-time name: org/apache/cxf/binding/corba/CorbaTypeMap.getTargetNamespace:()Ljava/lang/String;]
CorbaTypeMap.getType ( String name ) : wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/binding/corba/CorbaTypeMap.getType:(Ljava/lang/String;)Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
CorbaTypeMap.getTypeCode ( javax.xml.namespace.QName name ) : org.omg.CORBA.TypeCode
[run-time name: org/apache/cxf/binding/corba/CorbaTypeMap.getTypeCode:(Ljavax/xml/namespace/QName;)Lorg/omg/CORBA/TypeCode;]
openejb-cxf-bundle-2.5.2.jar, CorbaUnionEventProducer.class
package org.apache.cxf.binding.corba.types
CorbaUnionEventProducer.CorbaUnionEventProducer ( CorbaObjectHandler h, org.apache.cxf.service.model.ServiceInfo sInfo, org.omg.CORBA.ORB o )
[run-time name: org/apache/cxf/binding/corba/types/CorbaUnionEventProducer."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Lorg/apache/cxf/service/model/ServiceInfo;Lorg/omg/CORBA/ORB;)V]
CorbaUnionEventProducer.getAttributes ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/CorbaUnionEventProducer.getAttributes:()Ljava/util/List;]
openejb-cxf-bundle-2.5.2.jar, CorbaUnionHandler.class
package org.apache.cxf.binding.corba.types
CorbaUnionHandler.addCase ( CorbaObjectHandler unionCase ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaUnionHandler.addCase:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaUnionHandler.clear ( ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaUnionHandler.clear:()V]
CorbaUnionHandler.CorbaUnionHandler ( javax.xml.namespace.QName unionName, javax.xml.namespace.QName unionIdlType, org.omg.CORBA.TypeCode unionTC, Object unionType )
[run-time name: org/apache/cxf/binding/corba/types/CorbaUnionHandler."<init>":(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Lorg/omg/CORBA/TypeCode;Ljava/lang/Object;)V]
CorbaUnionHandler.createDefaultDiscriminatorLabel ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/CorbaUnionHandler.createDefaultDiscriminatorLabel:()Ljava/lang/String;]
CorbaUnionHandler.getBranchByName ( String caseName ) : CorbaObjectHandler
[run-time name: org/apache/cxf/binding/corba/types/CorbaUnionHandler.getBranchByName:(Ljava/lang/String;)Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;]
CorbaUnionHandler.getCases ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/CorbaUnionHandler.getCases:()Ljava/util/List;]
CorbaUnionHandler.getDefaultIndex ( ) : int
[run-time name: org/apache/cxf/binding/corba/types/CorbaUnionHandler.getDefaultIndex:()I]
CorbaUnionHandler.getDisciminatorValueData ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/CorbaUnionHandler.getDisciminatorValueData:()Ljava/lang/String;]
CorbaUnionHandler.getDiscriminator ( ) : CorbaObjectHandler
[run-time name: org/apache/cxf/binding/corba/types/CorbaUnionHandler.getDiscriminator:()Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;]
CorbaUnionHandler.getValue ( ) : CorbaObjectHandler
[run-time name: org/apache/cxf/binding/corba/types/CorbaUnionHandler.getValue:()Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;]
CorbaUnionHandler.setDiscriminator ( CorbaObjectHandler disc ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaUnionHandler.setDiscriminator:(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
CorbaUnionHandler.setDiscriminatorValueFromData ( String data ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaUnionHandler.setDiscriminatorValueFromData:(Ljava/lang/String;)V]
CorbaUnionHandler.setValue ( String caseName, CorbaObjectHandler val ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaUnionHandler.setValue:(Ljava/lang/String;Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaUnionListener.class
package org.apache.cxf.binding.corba.types
CorbaUnionListener.CorbaUnionListener ( CorbaObjectHandler handler, org.apache.cxf.binding.corba.CorbaTypeMap tm, org.omg.CORBA.ORB oorb, org.apache.cxf.service.model.ServiceInfo sInfo )
[run-time name: org/apache/cxf/binding/corba/types/CorbaUnionListener."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Lorg/omg/CORBA/ORB;Lorg/apache/cxf/service/model/ServiceInfo;)V]
CorbaUnionListener.processCharacters ( String text ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaUnionListener.processCharacters:(Ljava/lang/String;)V]
CorbaUnionListener.processEndElement ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaUnionListener.processEndElement:(Ljavax/xml/namespace/QName;)V]
CorbaUnionListener.processStartElement ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaUnionListener.processStartElement:(Ljavax/xml/namespace/QName;)V]
CorbaUnionListener.processWriteAttribute ( String prefix, String namespaceURI, String localName, String val ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaUnionListener.processWriteAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
CorbaUnionListener.processWriteNamespace ( String prefix, String namespaceURI ) : void
[run-time name: org/apache/cxf/binding/corba/types/CorbaUnionListener.processWriteNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CorbaUtils.class
package org.apache.cxf.binding.corba.utils
CorbaUtils.createCorbaTypeMap ( java.util.List tmTypes ) [static] : org.apache.cxf.binding.corba.CorbaTypeMap
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.createCorbaTypeMap:(Ljava/util/List;)Lorg/apache/cxf/binding/corba/CorbaTypeMap;]
CorbaUtils.exportObjectReference ( org.omg.CORBA.Object obj, org.omg.CORBA.ORB orb ) [static] : String
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.exportObjectReference:(Lorg/omg/CORBA/Object;Lorg/omg/CORBA/ORB;)Ljava/lang/String;]
CorbaUtils.getComplexTypeCode ( org.omg.CORBA.ORB orb, javax.xml.namespace.QName type, Object obj, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, java.util.Stack seenTypes ) [static] : org.omg.CORBA.TypeCode
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.getComplexTypeCode:(Lorg/omg/CORBA/ORB;Ljavax/xml/namespace/QName;Ljava/lang/Object;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Ljava/util/Stack;)Lorg/omg/CORBA/TypeCode;]
CorbaUtils.getCorbaType ( javax.xml.namespace.QName idlType, org.apache.cxf.binding.corba.CorbaTypeMap typeMap ) [static] : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.getCorbaType:(Ljavax/xml/namespace/QName;Lorg/apache/cxf/binding/corba/CorbaTypeMap;)Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
CorbaUtils.getEmptyQName ( ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.getEmptyQName:()Ljavax/xml/namespace/QName;]
CorbaUtils.getPrimitiveTypeCode ( org.omg.CORBA.ORB orb, javax.xml.namespace.QName type ) [static] : org.omg.CORBA.TypeCode
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.getPrimitiveTypeCode:(Lorg/omg/CORBA/ORB;Ljavax/xml/namespace/QName;)Lorg/omg/CORBA/TypeCode;]
CorbaUtils.getTypeCode ( org.omg.CORBA.ORB orb, javax.xml.namespace.QName type, org.apache.cxf.binding.corba.CorbaTypeMap typeMap ) [static] : org.omg.CORBA.TypeCode
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.getTypeCode:(Lorg/omg/CORBA/ORB;Ljavax/xml/namespace/QName;Lorg/apache/cxf/binding/corba/CorbaTypeMap;)Lorg/omg/CORBA/TypeCode;]
CorbaUtils.getTypeCode ( org.omg.CORBA.ORB orb, javax.xml.namespace.QName type, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, java.util.Stack seenTypes ) [static] : org.omg.CORBA.TypeCode
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.getTypeCode:(Lorg/omg/CORBA/ORB;Ljavax/xml/namespace/QName;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Ljava/util/Stack;)Lorg/omg/CORBA/TypeCode;]
CorbaUtils.getTypeCode ( org.omg.CORBA.ORB orb, javax.xml.namespace.QName type, org.apache.cxf.binding.corba.wsdl.CorbaType obj, org.apache.cxf.binding.corba.CorbaTypeMap typeMap ) [static] : org.omg.CORBA.TypeCode
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.getTypeCode:(Lorg/omg/CORBA/ORB;Ljavax/xml/namespace/QName;Lorg/apache/cxf/binding/corba/wsdl/CorbaType;Lorg/apache/cxf/binding/corba/CorbaTypeMap;)Lorg/omg/CORBA/TypeCode;]
CorbaUtils.getTypeCode ( org.omg.CORBA.ORB orb, javax.xml.namespace.QName type, org.apache.cxf.binding.corba.wsdl.CorbaType obj, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, java.util.Stack seenTypes ) [static] : org.omg.CORBA.TypeCode
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.getTypeCode:(Lorg/omg/CORBA/ORB;Ljavax/xml/namespace/QName;Lorg/apache/cxf/binding/corba/wsdl/CorbaType;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Ljava/util/Stack;)Lorg/omg/CORBA/TypeCode;]
CorbaUtils.getTypeCodeName ( String name ) [static] : String
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.getTypeCodeName:(Ljava/lang/String;)Ljava/lang/String;]
CorbaUtils.getUnionTypeCode ( org.omg.CORBA.ORB orb, Object obj, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, java.util.Stack seenTypes ) [static] : org.omg.CORBA.TypeCode
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.getUnionTypeCode:(Lorg/omg/CORBA/ORB;Ljava/lang/Object;Lorg/apache/cxf/binding/corba/CorbaTypeMap;Ljava/util/Stack;)Lorg/omg/CORBA/TypeCode;]
CorbaUtils.getUniquePOAName ( javax.xml.namespace.QName serviceName, String portName, String poaName ) [static] : String
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.getUniquePOAName:(Ljavax/xml/namespace/QName;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
CorbaUtils.getXmlSchemaType ( org.apache.cxf.service.model.ServiceInfo serviceInfo, javax.xml.namespace.QName name ) [static] : org.apache.ws.commons.schema.XmlSchemaType
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.getXmlSchemaType:(Lorg/apache/cxf/service/model/ServiceInfo;Ljavax/xml/namespace/QName;)Lorg/apache/ws/commons/schema/XmlSchemaType;]
CorbaUtils.importObjectReference ( org.omg.CORBA.ORB orb, String url ) [static] : org.omg.CORBA.Object
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.importObjectReference:(Lorg/omg/CORBA/ORB;Ljava/lang/String;)Lorg/omg/CORBA/Object;]
CorbaUtils.importObjectReferenceFromFile ( org.omg.CORBA.ORB orb, String url ) [static] : org.omg.CORBA.Object
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.importObjectReferenceFromFile:(Lorg/omg/CORBA/ORB;Ljava/lang/String;)Lorg/omg/CORBA/Object;]
CorbaUtils.isAttributeFormQualified ( org.apache.cxf.service.model.ServiceInfo serviceInfo, String uri ) [static] : boolean
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.isAttributeFormQualified:(Lorg/apache/cxf/service/model/ServiceInfo;Ljava/lang/String;)Z]
CorbaUtils.isElementFormQualified ( org.apache.cxf.service.model.ServiceInfo serviceInfo, String uri ) [static] : boolean
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.isElementFormQualified:(Lorg/apache/cxf/service/model/ServiceInfo;Ljava/lang/String;)Z]
CorbaUtils.isIOR ( String location ) [static] : boolean
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.isIOR:(Ljava/lang/String;)Z]
CorbaUtils.isPrimitiveIdlType ( javax.xml.namespace.QName idltype ) [static] : boolean
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.isPrimitiveIdlType:(Ljavax/xml/namespace/QName;)Z]
CorbaUtils.isPrimitiveTypeCode ( org.omg.CORBA.TypeCode tc ) [static] : boolean
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.isPrimitiveTypeCode:(Lorg/omg/CORBA/TypeCode;)Z]
CorbaUtils.isValidURL ( String url ) [static] : boolean
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.isValidURL:(Ljava/lang/String;)Z]
CorbaUtils.nvListFromStreamables ( org.omg.CORBA.ORB orb, org.apache.cxf.binding.corba.CorbaStreamable[ ] streamables ) [static] : org.omg.CORBA.NVList
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.nvListFromStreamables:(Lorg/omg/CORBA/ORB;[Lorg/apache/cxf/binding/corba/CorbaStreamable;)Lorg/omg/CORBA/NVList;]
CorbaUtils.processQName ( javax.xml.namespace.QName qname, org.apache.cxf.service.model.ServiceInfo serviceInfo ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/utils/CorbaUtils.processQName:(Ljavax/xml/namespace/QName;Lorg/apache/cxf/service/model/ServiceInfo;)Ljavax/xml/namespace/QName;]
package org.apache.cxf.tools.corba.common.idltypes
CorbaUtils.CorbaUtils ( )
[run-time name: org/apache/cxf/tools/corba/common/idltypes/CorbaUtils."<init>":()V]
CorbaUtils.ignoreModule ( String name ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/common/idltypes/CorbaUtils.ignoreModule:(Ljava/lang/String;)Z]
CorbaUtils.isCollideWithKeyWord ( String name ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/common/idltypes/CorbaUtils.isCollideWithKeyWord:(Ljava/lang/String;)Z]
CorbaUtils.isReservedWord ( String name ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/common/idltypes/CorbaUtils.isReservedWord:(Ljava/lang/String;)Z]
CorbaUtils.isTimeBaseDef ( String name ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/common/idltypes/CorbaUtils.isTimeBaseDef:(Ljava/lang/String;)Z]
CorbaUtils.mangleEnumIdentifier ( String identifier ) [static] : String
[run-time name: org/apache/cxf/tools/corba/common/idltypes/CorbaUtils.mangleEnumIdentifier:(Ljava/lang/String;)Ljava/lang/String;]
CorbaUtils.mangleName ( String cname ) [static] : String
[run-time name: org/apache/cxf/tools/corba/common/idltypes/CorbaUtils.mangleName:(Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, Counter.class
package org.apache.cxf.management.counters
Counter.getNumInvocations ( ) [abstract] : Number
[run-time name: org/apache/cxf/management/counters/Counter.getNumInvocations:()Ljava/lang/Number;]
Counter.increase ( MessageHandlingTimeRecorder p1 ) [abstract] : void
[run-time name: org/apache/cxf/management/counters/Counter.increase:(Lorg/apache/cxf/management/counters/MessageHandlingTimeRecorder;)V]
openejb-cxf-bundle-2.5.2.jar, CounterRepository.class
package org.apache.cxf.management.counters
CounterRepository.CounterRepository ( )
[run-time name: org/apache/cxf/management/counters/CounterRepository."<init>":()V]
CounterRepository.createCounter ( javax.management.ObjectName on, MessageHandlingTimeRecorder mhtr ) : Counter
[run-time name: org/apache/cxf/management/counters/CounterRepository.createCounter:(Ljavax/management/ObjectName;Lorg/apache/cxf/management/counters/MessageHandlingTimeRecorder;)Lorg/apache/cxf/management/counters/Counter;]
CounterRepository.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/management/counters/CounterRepository.getBus:()Lorg/apache/cxf/Bus;]
CounterRepository.getCounter ( javax.management.ObjectName on ) : Counter
[run-time name: org/apache/cxf/management/counters/CounterRepository.getCounter:(Ljavax/management/ObjectName;)Lorg/apache/cxf/management/counters/Counter;]
CounterRepository.getCounters ( ) : java.util.Map
[run-time name: org/apache/cxf/management/counters/CounterRepository.getCounters:()Ljava/util/Map;]
CounterRepository.increaseCounter ( javax.management.ObjectName on, MessageHandlingTimeRecorder mhtr ) : void
[run-time name: org/apache/cxf/management/counters/CounterRepository.increaseCounter:(Ljavax/management/ObjectName;Lorg/apache/cxf/management/counters/MessageHandlingTimeRecorder;)V]
CounterRepository.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/management/counters/CounterRepository.setBus:(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, CoverageScope.class
package org.apache.cxf.ws.security.wss4j
CryptoCoverageUtil.CoverageScope.valueOf ( String name ) [static] : CryptoCoverageUtil.CoverageScope
[run-time name: org/apache/cxf/ws/security/wss4j/CryptoCoverageUtil.CoverageScope.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/ws/security/wss4j/CryptoCoverageUtil$CoverageScope;]
CryptoCoverageUtil.CoverageScope.values ( ) [static] : CryptoCoverageUtil.CoverageScope[ ]
[run-time name: org/apache/cxf/ws/security/wss4j/CryptoCoverageUtil.CoverageScope.values:()[Lorg/apache/cxf/ws/security/wss4j/CryptoCoverageUtil$CoverageScope;]
openejb-cxf-bundle-2.5.2.jar, CoverageType.class
package org.apache.cxf.ws.security.wss4j
CryptoCoverageUtil.CoverageType.valueOf ( String name ) [static] : CryptoCoverageUtil.CoverageType
[run-time name: org/apache/cxf/ws/security/wss4j/CryptoCoverageUtil.CoverageType.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/ws/security/wss4j/CryptoCoverageUtil$CoverageType;]
CryptoCoverageUtil.CoverageType.values ( ) [static] : CryptoCoverageUtil.CoverageType[ ]
[run-time name: org/apache/cxf/ws/security/wss4j/CryptoCoverageUtil.CoverageType.values:()[Lorg/apache/cxf/ws/security/wss4j/CryptoCoverageUtil$CoverageType;]
openejb-cxf-bundle-2.5.2.jar, CreateSequenceResponseType.class
package org.apache.cxf.ws.rm.v200502
CreateSequenceResponseType.CreateSequenceResponseType ( )
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceResponseType."<init>":()V]
CreateSequenceResponseType.getAccept ( ) : AcceptType
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceResponseType.getAccept:()Lorg/apache/cxf/ws/rm/v200502/AcceptType;]
CreateSequenceResponseType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceResponseType.getAny:()Ljava/util/List;]
CreateSequenceResponseType.getExpires ( ) : Expires
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceResponseType.getExpires:()Lorg/apache/cxf/ws/rm/v200502/Expires;]
CreateSequenceResponseType.getIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceResponseType.getIdentifier:()Lorg/apache/cxf/ws/rm/v200502/Identifier;]
CreateSequenceResponseType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceResponseType.getOtherAttributes:()Ljava/util/Map;]
CreateSequenceResponseType.isSetAccept ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceResponseType.isSetAccept:()Z]
CreateSequenceResponseType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceResponseType.isSetAny:()Z]
CreateSequenceResponseType.isSetExpires ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceResponseType.isSetExpires:()Z]
CreateSequenceResponseType.isSetIdentifier ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceResponseType.isSetIdentifier:()Z]
CreateSequenceResponseType.setAccept ( AcceptType value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceResponseType.setAccept:(Lorg/apache/cxf/ws/rm/v200502/AcceptType;)V]
CreateSequenceResponseType.setExpires ( Expires value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceResponseType.setExpires:(Lorg/apache/cxf/ws/rm/v200502/Expires;)V]
CreateSequenceResponseType.setIdentifier ( Identifier value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceResponseType.setIdentifier:(Lorg/apache/cxf/ws/rm/v200502/Identifier;)V]
CreateSequenceResponseType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceResponseType.unsetAny:()V]
package org.apache.cxf.ws.rm.v200502wsa15
CreateSequenceResponseType.CreateSequenceResponseType ( )
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceResponseType."<init>":()V]
CreateSequenceResponseType.getAccept ( ) : AcceptType
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceResponseType.getAccept:()Lorg/apache/cxf/ws/rm/v200502wsa15/AcceptType;]
CreateSequenceResponseType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceResponseType.getAny:()Ljava/util/List;]
CreateSequenceResponseType.getExpires ( ) : Expires
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceResponseType.getExpires:()Lorg/apache/cxf/ws/rm/v200502wsa15/Expires;]
CreateSequenceResponseType.getIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceResponseType.getIdentifier:()Lorg/apache/cxf/ws/rm/v200502wsa15/Identifier;]
CreateSequenceResponseType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceResponseType.getOtherAttributes:()Ljava/util/Map;]
CreateSequenceResponseType.isSetAccept ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceResponseType.isSetAccept:()Z]
CreateSequenceResponseType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceResponseType.isSetAny:()Z]
CreateSequenceResponseType.isSetExpires ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceResponseType.isSetExpires:()Z]
CreateSequenceResponseType.isSetIdentifier ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceResponseType.isSetIdentifier:()Z]
CreateSequenceResponseType.setAccept ( AcceptType value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceResponseType.setAccept:(Lorg/apache/cxf/ws/rm/v200502wsa15/AcceptType;)V]
CreateSequenceResponseType.setExpires ( Expires value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceResponseType.setExpires:(Lorg/apache/cxf/ws/rm/v200502wsa15/Expires;)V]
CreateSequenceResponseType.setIdentifier ( Identifier value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceResponseType.setIdentifier:(Lorg/apache/cxf/ws/rm/v200502wsa15/Identifier;)V]
CreateSequenceResponseType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceResponseType.unsetAny:()V]
package org.apache.cxf.ws.rm.v200702
CreateSequenceResponseType.CreateSequenceResponseType ( )
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceResponseType."<init>":()V]
CreateSequenceResponseType.getAccept ( ) : AcceptType
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceResponseType.getAccept:()Lorg/apache/cxf/ws/rm/v200702/AcceptType;]
CreateSequenceResponseType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceResponseType.getAny:()Ljava/util/List;]
CreateSequenceResponseType.getExpires ( ) : Expires
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceResponseType.getExpires:()Lorg/apache/cxf/ws/rm/v200702/Expires;]
CreateSequenceResponseType.getIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceResponseType.getIdentifier:()Lorg/apache/cxf/ws/rm/v200702/Identifier;]
CreateSequenceResponseType.getIncompleteSequenceBehavior ( ) : IncompleteSequenceBehaviorType
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceResponseType.getIncompleteSequenceBehavior:()Lorg/apache/cxf/ws/rm/v200702/IncompleteSequenceBehaviorType;]
CreateSequenceResponseType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceResponseType.getOtherAttributes:()Ljava/util/Map;]
CreateSequenceResponseType.isSetAccept ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceResponseType.isSetAccept:()Z]
CreateSequenceResponseType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceResponseType.isSetAny:()Z]
CreateSequenceResponseType.isSetExpires ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceResponseType.isSetExpires:()Z]
CreateSequenceResponseType.isSetIdentifier ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceResponseType.isSetIdentifier:()Z]
CreateSequenceResponseType.isSetIncompleteSequenceBehavior ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceResponseType.isSetIncompleteSequenceBehavior:()Z]
CreateSequenceResponseType.setAccept ( AcceptType value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceResponseType.setAccept:(Lorg/apache/cxf/ws/rm/v200702/AcceptType;)V]
CreateSequenceResponseType.setExpires ( Expires value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceResponseType.setExpires:(Lorg/apache/cxf/ws/rm/v200702/Expires;)V]
CreateSequenceResponseType.setIdentifier ( Identifier value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceResponseType.setIdentifier:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)V]
CreateSequenceResponseType.setIncompleteSequenceBehavior ( IncompleteSequenceBehaviorType value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceResponseType.setIncompleteSequenceBehavior:(Lorg/apache/cxf/ws/rm/v200702/IncompleteSequenceBehaviorType;)V]
CreateSequenceResponseType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceResponseType.unsetAny:()V]
openejb-cxf-bundle-2.5.2.jar, CreateSequenceType.class
package org.apache.cxf.ws.rm.v200502
CreateSequenceType.CreateSequenceType ( )
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceType."<init>":()V]
CreateSequenceType.getAcksTo ( ) : org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceType.getAcksTo:()Lorg/apache/cxf/ws/addressing/v200408/EndpointReferenceType;]
CreateSequenceType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceType.getAny:()Ljava/util/List;]
CreateSequenceType.getExpires ( ) : Expires
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceType.getExpires:()Lorg/apache/cxf/ws/rm/v200502/Expires;]
CreateSequenceType.getOffer ( ) : OfferType
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceType.getOffer:()Lorg/apache/cxf/ws/rm/v200502/OfferType;]
CreateSequenceType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceType.getOtherAttributes:()Ljava/util/Map;]
CreateSequenceType.isSetAcksTo ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceType.isSetAcksTo:()Z]
CreateSequenceType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceType.isSetAny:()Z]
CreateSequenceType.isSetExpires ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceType.isSetExpires:()Z]
CreateSequenceType.isSetOffer ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceType.isSetOffer:()Z]
CreateSequenceType.setAcksTo ( org.apache.cxf.ws.addressing.v200408.EndpointReferenceType value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceType.setAcksTo:(Lorg/apache/cxf/ws/addressing/v200408/EndpointReferenceType;)V]
CreateSequenceType.setExpires ( Expires value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceType.setExpires:(Lorg/apache/cxf/ws/rm/v200502/Expires;)V]
CreateSequenceType.setOffer ( OfferType value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceType.setOffer:(Lorg/apache/cxf/ws/rm/v200502/OfferType;)V]
CreateSequenceType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/CreateSequenceType.unsetAny:()V]
package org.apache.cxf.ws.rm.v200502wsa15
CreateSequenceType.CreateSequenceType ( )
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceType."<init>":()V]
CreateSequenceType.getAcksTo ( ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceType.getAcksTo:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
CreateSequenceType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceType.getAny:()Ljava/util/List;]
CreateSequenceType.getExpires ( ) : Expires
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceType.getExpires:()Lorg/apache/cxf/ws/rm/v200502wsa15/Expires;]
CreateSequenceType.getOffer ( ) : OfferType
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceType.getOffer:()Lorg/apache/cxf/ws/rm/v200502wsa15/OfferType;]
CreateSequenceType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceType.getOtherAttributes:()Ljava/util/Map;]
CreateSequenceType.isSetAcksTo ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceType.isSetAcksTo:()Z]
CreateSequenceType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceType.isSetAny:()Z]
CreateSequenceType.isSetExpires ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceType.isSetExpires:()Z]
CreateSequenceType.isSetOffer ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceType.isSetOffer:()Z]
CreateSequenceType.setAcksTo ( org.apache.cxf.ws.addressing.EndpointReferenceType value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceType.setAcksTo:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)V]
CreateSequenceType.setExpires ( Expires value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceType.setExpires:(Lorg/apache/cxf/ws/rm/v200502wsa15/Expires;)V]
CreateSequenceType.setOffer ( OfferType value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceType.setOffer:(Lorg/apache/cxf/ws/rm/v200502wsa15/OfferType;)V]
CreateSequenceType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/CreateSequenceType.unsetAny:()V]
package org.apache.cxf.ws.rm.v200702
CreateSequenceType.CreateSequenceType ( )
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceType."<init>":()V]
CreateSequenceType.getAcksTo ( ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceType.getAcksTo:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
CreateSequenceType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceType.getAny:()Ljava/util/List;]
CreateSequenceType.getExpires ( ) : Expires
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceType.getExpires:()Lorg/apache/cxf/ws/rm/v200702/Expires;]
CreateSequenceType.getOffer ( ) : OfferType
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceType.getOffer:()Lorg/apache/cxf/ws/rm/v200702/OfferType;]
CreateSequenceType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceType.getOtherAttributes:()Ljava/util/Map;]
CreateSequenceType.isSetAcksTo ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceType.isSetAcksTo:()Z]
CreateSequenceType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceType.isSetAny:()Z]
CreateSequenceType.isSetExpires ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceType.isSetExpires:()Z]
CreateSequenceType.isSetOffer ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceType.isSetOffer:()Z]
CreateSequenceType.setAcksTo ( org.apache.cxf.ws.addressing.EndpointReferenceType value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceType.setAcksTo:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)V]
CreateSequenceType.setExpires ( Expires value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceType.setExpires:(Lorg/apache/cxf/ws/rm/v200702/Expires;)V]
CreateSequenceType.setOffer ( OfferType value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceType.setOffer:(Lorg/apache/cxf/ws/rm/v200702/OfferType;)V]
CreateSequenceType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/CreateSequenceType.unsetAny:()V]
openejb-cxf-bundle-2.5.2.jar, CrossOriginResourceSharing.class
package org.apache.cxf.jaxrs.cors
CrossOriginResourceSharing.allowAllOrigins ( ) [abstract] : boolean
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharing.allowAllOrigins:()Z]
CrossOriginResourceSharing.allowAnyHeaders ( ) [abstract] : boolean
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharing.allowAnyHeaders:()Z]
CrossOriginResourceSharing.allowCredentials ( ) [abstract] : boolean
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharing.allowCredentials:()Z]
CrossOriginResourceSharing.allowHeaders ( ) [abstract] : String[ ]
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharing.allowHeaders:()[Ljava/lang/String;]
CrossOriginResourceSharing.allowOrigins ( ) [abstract] : String[ ]
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharing.allowOrigins:()[Ljava/lang/String;]
CrossOriginResourceSharing.exposeHeaders ( ) [abstract] : String[ ]
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharing.exposeHeaders:()[Ljava/lang/String;]
CrossOriginResourceSharing.localPreflight ( ) [abstract] : boolean
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharing.localPreflight:()Z]
CrossOriginResourceSharing.maxAge ( ) [abstract] : int
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharing.maxAge:()I]
openejb-cxf-bundle-2.5.2.jar, CrossOriginResourceSharingFilter.class
package org.apache.cxf.jaxrs.cors
CrossOriginResourceSharingFilter.CrossOriginResourceSharingFilter ( )
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharingFilter."<init>":()V]
CrossOriginResourceSharingFilter.getAllowHeaders ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharingFilter.getAllowHeaders:()Ljava/util/List;]
CrossOriginResourceSharingFilter.getAllowOrigins ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharingFilter.getAllowOrigins:()Ljava/util/List;]
CrossOriginResourceSharingFilter.getExposeHeaders ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharingFilter.getExposeHeaders:()Ljava/util/List;]
CrossOriginResourceSharingFilter.getMaxAge ( ) : Integer
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharingFilter.getMaxAge:()Ljava/lang/Integer;]
CrossOriginResourceSharingFilter.handleRequest ( org.apache.cxf.message.Message m, org.apache.cxf.jaxrs.model.ClassResourceInfo resourceClass ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharingFilter.handleRequest:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;)Ljavax/ws/rs/core/Response;]
CrossOriginResourceSharingFilter.handleResponse ( org.apache.cxf.message.Message m, org.apache.cxf.jaxrs.model.OperationResourceInfo ori, javax.ws.rs.core.Response response ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharingFilter.handleResponse:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/jaxrs/model/OperationResourceInfo;Ljavax/ws/rs/core/Response;)Ljavax/ws/rs/core/Response;]
CrossOriginResourceSharingFilter.isAllowAnyHeaders ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharingFilter.isAllowAnyHeaders:()Z]
CrossOriginResourceSharingFilter.isAllowCredentials ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharingFilter.isAllowCredentials:()Z]
CrossOriginResourceSharingFilter.isDefaultOptionsMethodsHandlePreflight ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharingFilter.isDefaultOptionsMethodsHandlePreflight:()Z]
CrossOriginResourceSharingFilter.setAllowAllOrigins ( boolean allowAllOrigins ) : void
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharingFilter.setAllowAllOrigins:(Z)V]
CrossOriginResourceSharingFilter.setAllowAnyHeaders ( boolean allowAnyHeader ) : void
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharingFilter.setAllowAnyHeaders:(Z)V]
CrossOriginResourceSharingFilter.setAllowCredentials ( boolean allowCredentials ) : void
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharingFilter.setAllowCredentials:(Z)V]
CrossOriginResourceSharingFilter.setAllowHeaders ( java.util.List allowedHeaders ) : void
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharingFilter.setAllowHeaders:(Ljava/util/List;)V]
CrossOriginResourceSharingFilter.setAllowOrigins ( java.util.List allowedOrigins ) : void
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharingFilter.setAllowOrigins:(Ljava/util/List;)V]
CrossOriginResourceSharingFilter.setDefaultOptionsMethodsHandlePreflight ( boolean defaultOptionsMethodsHandlePreflight ) : void
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharingFilter.setDefaultOptionsMethodsHandlePreflight:(Z)V]
CrossOriginResourceSharingFilter.setExposeHeaders ( java.util.List exposeHeaders ) : void
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharingFilter.setExposeHeaders:(Ljava/util/List;)V]
CrossOriginResourceSharingFilter.setMaxAge ( Integer maxAge ) : void
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharingFilter.setMaxAge:(Ljava/lang/Integer;)V]
CrossOriginResourceSharingFilter.setPreflightErrorStatus ( Integer status ) : void
[run-time name: org/apache/cxf/jaxrs/cors/CrossOriginResourceSharingFilter.setPreflightErrorStatus:(Ljava/lang/Integer;)V]
openejb-cxf-bundle-2.5.2.jar, CryptoCoverageChecker.class
package org.apache.cxf.ws.security.wss4j
CryptoCoverageChecker.CryptoCoverageChecker ( )
[run-time name: org/apache/cxf/ws/security/wss4j/CryptoCoverageChecker."<init>":()V]
CryptoCoverageChecker.CryptoCoverageChecker ( java.util.Map prefixes, java.util.List xPaths )
[run-time name: org/apache/cxf/ws/security/wss4j/CryptoCoverageChecker."<init>":(Ljava/util/Map;Ljava/util/List;)V]
CryptoCoverageChecker.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/CryptoCoverageChecker.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
CryptoCoverageChecker.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/CryptoCoverageChecker.handleMessage:(Lorg/apache/cxf/message/Message;)V]
CryptoCoverageChecker.setPrefixes ( java.util.Map prefixes ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/CryptoCoverageChecker.setPrefixes:(Ljava/util/Map;)V]
CryptoCoverageChecker.setXPaths ( java.util.List xpaths ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/CryptoCoverageChecker.setXPaths:(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, CryptoCoverageUtil.class
package org.apache.cxf.ws.security.wss4j
CryptoCoverageUtil.checkBodyCoverage ( org.w3c.dom.Element soapBody, java.util.Collection refs, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope ) [static] : void
[run-time name: org/apache/cxf/ws/security/wss4j/CryptoCoverageUtil.checkBodyCoverage:(Lorg/w3c/dom/Element;Ljava/util/Collection;Lorg/apache/cxf/ws/security/wss4j/CryptoCoverageUtil$CoverageType;Lorg/apache/cxf/ws/security/wss4j/CryptoCoverageUtil$CoverageScope;)V]
CryptoCoverageUtil.checkCoverage ( org.w3c.dom.Element soapEnvelope, java.util.Collection refs, java.util.Map namespaces, java.util.Collection xPaths, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope ) [static] : void
[run-time name: org/apache/cxf/ws/security/wss4j/CryptoCoverageUtil.checkCoverage:(Lorg/w3c/dom/Element;Ljava/util/Collection;Ljava/util/Map;Ljava/util/Collection;Lorg/apache/cxf/ws/security/wss4j/CryptoCoverageUtil$CoverageType;Lorg/apache/cxf/ws/security/wss4j/CryptoCoverageUtil$CoverageScope;)V]
CryptoCoverageUtil.checkCoverage ( org.w3c.dom.Element soapEnvelope, java.util.Collection refs, java.util.Map namespaces, String xPath, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope ) [static] : void
[run-time name: org/apache/cxf/ws/security/wss4j/CryptoCoverageUtil.checkCoverage:(Lorg/w3c/dom/Element;Ljava/util/Collection;Ljava/util/Map;Ljava/lang/String;Lorg/apache/cxf/ws/security/wss4j/CryptoCoverageUtil$CoverageType;Lorg/apache/cxf/ws/security/wss4j/CryptoCoverageUtil$CoverageScope;)V]
CryptoCoverageUtil.checkHeaderCoverage ( org.w3c.dom.Element soapHeader, java.util.Collection refs, String namespace, String name, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope ) [static] : void
[run-time name: org/apache/cxf/ws/security/wss4j/CryptoCoverageUtil.checkHeaderCoverage:(Lorg/w3c/dom/Element;Ljava/util/Collection;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/ws/security/wss4j/CryptoCoverageUtil$CoverageType;Lorg/apache/cxf/ws/security/wss4j/CryptoCoverageUtil$CoverageScope;)V]
CryptoCoverageUtil.reconcileEncryptedSignedRefs ( java.util.Collection signedRefs, java.util.Collection encryptedRefs ) [static] : void
[run-time name: org/apache/cxf/ws/security/wss4j/CryptoCoverageUtil.reconcileEncryptedSignedRefs:(Ljava/util/Collection;Ljava/util/Collection;)V]
openejb-cxf-bundle-2.5.2.jar, CString.class
package org.apache.cxf.jaxws.javaee
CString.CString ( )
[run-time name: org/apache/cxf/jaxws/javaee/CString."<init>":()V]
CString.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/CString.getId:()Ljava/lang/String;]
CString.getValue ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/CString.getValue:()Ljava/lang/String;]
CString.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/CString.setId:(Ljava/lang/String;)V]
CString.setValue ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/CString.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, CustomExtensionRegistry.class
package org.apache.cxf.databinding.source.mime
CustomExtensionRegistry.CustomExtensionRegistry ( )
[run-time name: org/apache/cxf/databinding/source/mime/CustomExtensionRegistry."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, CustomizationParser.class
package org.apache.cxf.tools.wadlto.jaxb
CustomizationParser.CustomizationParser ( org.apache.cxf.tools.common.ToolContext env )
[run-time name: org/apache/cxf/tools/wadlto/jaxb/CustomizationParser."<init>":(Lorg/apache/cxf/tools/common/ToolContext;)V]
CustomizationParser.getCompilerArgs ( ) : java.util.List
[run-time name: org/apache/cxf/tools/wadlto/jaxb/CustomizationParser.getCompilerArgs:()Ljava/util/List;]
CustomizationParser.getJaxbBindings ( ) : java.util.List
[run-time name: org/apache/cxf/tools/wadlto/jaxb/CustomizationParser.getJaxbBindings:()Ljava/util/List;]
CustomizationParser.getSchemaPackageFiles ( ) : java.util.List
[run-time name: org/apache/cxf/tools/wadlto/jaxb/CustomizationParser.getSchemaPackageFiles:()Ljava/util/List;]
CustomizationParser.parse ( org.apache.cxf.tools.common.ToolContext env ) : void
[run-time name: org/apache/cxf/tools/wadlto/jaxb/CustomizationParser.parse:(Lorg/apache/cxf/tools/common/ToolContext;)V]
package org.apache.cxf.tools.wsdlto.frontend.jaxws.customization
CustomizationParser.copyAllJaxbDeclarations ( org.w3c.dom.Node schemaNode, org.w3c.dom.Element jaxwsBindingNode ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/CustomizationParser.copyAllJaxbDeclarations:(Lorg/w3c/dom/Node;Lorg/w3c/dom/Element;)V]
CustomizationParser.CustomizationParser ( )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/CustomizationParser."<init>":()V]
CustomizationParser.getCustomizedWSDLElements ( ) : java.util.Map
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/CustomizationParser.getCustomizedWSDLElements:()Ljava/util/Map;]
CustomizationParser.getHandlerChains ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/CustomizationParser.getHandlerChains:()Lorg/w3c/dom/Element;]
CustomizationParser.getJaxbBindings ( ) : java.util.List
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/CustomizationParser.getJaxbBindings:()Ljava/util/List;]
CustomizationParser.getTargetNode ( String uri ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/CustomizationParser.getTargetNode:(Ljava/lang/String;)Lorg/w3c/dom/Element;]
CustomizationParser.getWSDLNode ( ) : org.w3c.dom.Node
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/CustomizationParser.getWSDLNode:()Lorg/w3c/dom/Node;]
CustomizationParser.hasJaxbBindingDeclaration ( org.w3c.dom.Node bindings ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/CustomizationParser.hasJaxbBindingDeclaration:(Lorg/w3c/dom/Node;)Z]
CustomizationParser.internalizeBinding ( org.w3c.dom.Element bindings, org.w3c.dom.Element targetNode, String expression ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/CustomizationParser.internalizeBinding:(Lorg/w3c/dom/Element;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
CustomizationParser.mergeJawsBinding ( JAXWSBinding binding1, JAXWSBinding binding2 ) [static] : JAXWSBinding
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/CustomizationParser.mergeJawsBinding:(Lorg/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding;Lorg/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding;)Lorg/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding;]
CustomizationParser.parse ( org.apache.cxf.tools.common.ToolContext pe ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/CustomizationParser.parse:(Lorg/apache/cxf/tools/common/ToolContext;)V]
CustomizationParser.setWSDLNode ( org.w3c.dom.Element node ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/CustomizationParser.setWSDLNode:(Lorg/w3c/dom/Element;)V]
openejb-cxf-bundle-2.5.2.jar, CustomizedWSDLLocator.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11
CustomizedWSDLLocator.close ( ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/wsdl11/CustomizedWSDLLocator.close:()V]
CustomizedWSDLLocator.CustomizedWSDLLocator ( String wsdlUrl, java.util.Map map )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/wsdl11/CustomizedWSDLLocator."<init>":(Ljava/lang/String;Ljava/util/Map;)V]
CustomizedWSDLLocator.getBaseInputSource ( ) : org.xml.sax.InputSource
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/wsdl11/CustomizedWSDLLocator.getBaseInputSource:()Lorg/xml/sax/InputSource;]
CustomizedWSDLLocator.getBaseURI ( ) : String
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/wsdl11/CustomizedWSDLLocator.getBaseURI:()Ljava/lang/String;]
CustomizedWSDLLocator.getImportInputSource ( String parent, String importLocation ) : org.xml.sax.InputSource
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/wsdl11/CustomizedWSDLLocator.getImportInputSource:(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;]
CustomizedWSDLLocator.getLatestImportURI ( ) : String
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/wsdl11/CustomizedWSDLLocator.getLatestImportURI:()Ljava/lang/String;]
CustomizedWSDLLocator.getResolvedMap ( ) : java.util.Map
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/wsdl11/CustomizedWSDLLocator.getResolvedMap:()Ljava/util/Map;]
CustomizedWSDLLocator.setCatalogResolver ( org.apache.cxf.catalog.OASISCatalogManager cr ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/wsdl11/CustomizedWSDLLocator.setCatalogResolver:(Lorg/apache/cxf/catalog/OASISCatalogManager;)V]
openejb-cxf-bundle-2.5.2.jar, CustomNodeSelector.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws.customization
CustomNodeSelector.addNamespaces ( org.w3c.dom.Node targetNode ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/CustomNodeSelector.addNamespaces:(Lorg/w3c/dom/Node;)V]
CustomNodeSelector.CustomNodeSelector ( )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/CustomNodeSelector."<init>":()V]
CustomNodeSelector.getNamespaceContext ( ) : org.apache.cxf.helpers.MapNamespaceContext
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/CustomNodeSelector.getNamespaceContext:()Lorg/apache/cxf/helpers/MapNamespaceContext;]
CustomNodeSelector.queryNode ( org.w3c.dom.Node target, String expression ) : org.w3c.dom.Node
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/CustomNodeSelector.queryNode:(Lorg/w3c/dom/Node;Ljava/lang/String;)Lorg/w3c/dom/Node;]
CustomNodeSelector.queryNodes ( org.w3c.dom.Node target, String expression ) : org.w3c.dom.NodeList
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/CustomNodeSelector.queryNodes:(Lorg/w3c/dom/Node;Ljava/lang/String;)Lorg/w3c/dom/NodeList;]
openejb-cxf-bundle-2.5.2.jar, CustomValidator.class
package org.apache.cxf.ws.security.wss4j
AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator.AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator ( AbstractUsernameTokenAuthenticatingInterceptor p1 )
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator."<init>":(Lorg/apache/cxf/ws/security/wss4j/AbstractUsernameTokenAuthenticatingInterceptor;)V]
AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator.verifyCustomPassword ( org.apache.ws.security.message.token.UsernameToken usernameToken, org.apache.ws.security.handler.RequestData data ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator.verifyCustomPassword:(Lorg/apache/ws/security/message/token/UsernameToken;Lorg/apache/ws/security/handler/RequestData;)V]
AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator.verifyDigestPassword ( org.apache.ws.security.message.token.UsernameToken usernameToken, org.apache.ws.security.handler.RequestData data ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator.verifyDigestPassword:(Lorg/apache/ws/security/message/token/UsernameToken;Lorg/apache/ws/security/handler/RequestData;)V]
AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator.verifyPlaintextPassword ( org.apache.ws.security.message.token.UsernameToken usernameToken, org.apache.ws.security.handler.RequestData data ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator.verifyPlaintextPassword:(Lorg/apache/ws/security/message/token/UsernameToken;Lorg/apache/ws/security/handler/RequestData;)V]
AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator.verifyUnknownPassword ( org.apache.ws.security.message.token.UsernameToken usernameToken, org.apache.ws.security.handler.RequestData data ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator.verifyUnknownPassword:(Lorg/apache/ws/security/message/token/UsernameToken;Lorg/apache/ws/security/handler/RequestData;)V]
openejb-cxf-bundle-2.5.2.jar, CXFActivator.class
package org.apache.cxf.bus.osgi
CXFActivator.CXFActivator ( )
[run-time name: org/apache/cxf/bus/osgi/CXFActivator."<init>":()V]
CXFActivator.start ( org.osgi.framework.BundleContext context ) : void
[run-time name: org/apache/cxf/bus/osgi/CXFActivator.start:(Lorg/osgi/framework/BundleContext;)V]
CXFActivator.stop ( org.osgi.framework.BundleContext context ) : void
[run-time name: org/apache/cxf/bus/osgi/CXFActivator.stop:(Lorg/osgi/framework/BundleContext;)V]
openejb-cxf-bundle-2.5.2.jar, CXFAuthenticator.class
package org.apache.cxf.transport.http
CXFAuthenticator.addAuthenticator ( ) [static] : void
[run-time name: org/apache/cxf/transport/http/CXFAuthenticator.addAuthenticator:()V]
CXFAuthenticator.CXFAuthenticator ( )
[run-time name: org/apache/cxf/transport/http/CXFAuthenticator."<init>":()V]
CXFAuthenticator.getPasswordAuthentication ( ) : java.net.PasswordAuthentication
[run-time name: org/apache/cxf/transport/http/CXFAuthenticator.getPasswordAuthentication:()Ljava/net/PasswordAuthentication;]
openejb-cxf-bundle-2.5.2.jar, CXFBusFactory.class
package org.apache.cxf.bus
CXFBusFactory.createBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/bus/CXFBusFactory.createBus:()Lorg/apache/cxf/Bus;]
CXFBusFactory.createBus ( java.util.Map e ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/bus/CXFBusFactory.createBus:(Ljava/util/Map;)Lorg/apache/cxf/Bus;]
CXFBusFactory.createBus ( java.util.Map e, java.util.Map properties ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/bus/CXFBusFactory.createBus:(Ljava/util/Map;Ljava/util/Map;)Lorg/apache/cxf/Bus;]
CXFBusFactory.CXFBusFactory ( )
[run-time name: org/apache/cxf/bus/CXFBusFactory."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, CXFBusImpl.class
package org.apache.cxf.bus
CXFBusImpl.createConfiguredBeanLocator ( ) : org.apache.cxf.configuration.ConfiguredBeanLocator
[run-time name: org/apache/cxf/bus/CXFBusImpl.createConfiguredBeanLocator:()Lorg/apache/cxf/configuration/ConfiguredBeanLocator;]
CXFBusImpl.CXFBusImpl ( )
[run-time name: org/apache/cxf/bus/CXFBusImpl."<init>":()V]
CXFBusImpl.CXFBusImpl ( java.util.Map extensions )
[run-time name: org/apache/cxf/bus/CXFBusImpl."<init>":(Ljava/util/Map;)V]
CXFBusImpl.destroyBeans ( ) : void
[run-time name: org/apache/cxf/bus/CXFBusImpl.destroyBeans:()V]
CXFBusImpl.doInitializeInternal ( ) : void
[run-time name: org/apache/cxf/bus/CXFBusImpl.doInitializeInternal:()V]
CXFBusImpl.getExtension ( Class extensionType ) : Object
[run-time name: org/apache/cxf/bus/CXFBusImpl.getExtension:(Ljava/lang/Class;)Ljava/lang/Object;]
CXFBusImpl.getFeatures ( ) : java.util.Collection
[run-time name: org/apache/cxf/bus/CXFBusImpl.getFeatures:()Ljava/util/Collection;]
CXFBusImpl.getId ( ) : String
[run-time name: org/apache/cxf/bus/CXFBusImpl.getId:()Ljava/lang/String;]
CXFBusImpl.getProperties ( ) : java.util.Map
[run-time name: org/apache/cxf/bus/CXFBusImpl.getProperties:()Ljava/util/Map;]
CXFBusImpl.getProperty ( String s ) : Object
[run-time name: org/apache/cxf/bus/CXFBusImpl.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
CXFBusImpl.getState ( ) : BusState
[run-time name: org/apache/cxf/bus/CXFBusImpl.getState:()Lorg/apache/cxf/bus/BusState;]
CXFBusImpl.initialize ( ) : void
[run-time name: org/apache/cxf/bus/CXFBusImpl.initialize:()V]
CXFBusImpl.initializeFeatures ( ) : void
[run-time name: org/apache/cxf/bus/CXFBusImpl.initializeFeatures:()V]
CXFBusImpl.loadAdditionalFeatures ( ) : void
[run-time name: org/apache/cxf/bus/CXFBusImpl.loadAdditionalFeatures:()V]
CXFBusImpl.run ( ) : void
[run-time name: org/apache/cxf/bus/CXFBusImpl.run:()V]
CXFBusImpl.setExtension ( Object extension, Class extensionType ) : void
[run-time name: org/apache/cxf/bus/CXFBusImpl.setExtension:(Ljava/lang/Object;Ljava/lang/Class;)V]
CXFBusImpl.setFeatures ( java.util.Collection features ) : void
[run-time name: org/apache/cxf/bus/CXFBusImpl.setFeatures:(Ljava/util/Collection;)V]
CXFBusImpl.setId ( String i ) : void
[run-time name: org/apache/cxf/bus/CXFBusImpl.setId:(Ljava/lang/String;)V]
CXFBusImpl.setProperties ( java.util.Map map ) : void
[run-time name: org/apache/cxf/bus/CXFBusImpl.setProperties:(Ljava/util/Map;)V]
CXFBusImpl.setProperty ( String s, Object o ) : void
[run-time name: org/apache/cxf/bus/CXFBusImpl.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
CXFBusImpl.setState ( BusState state ) : void
[run-time name: org/apache/cxf/bus/CXFBusImpl.setState:(Lorg/apache/cxf/bus/BusState;)V]
CXFBusImpl.shutdown ( ) : void
[run-time name: org/apache/cxf/bus/CXFBusImpl.shutdown:()V]
CXFBusImpl.shutdown ( boolean wait ) : void
[run-time name: org/apache/cxf/bus/CXFBusImpl.shutdown:(Z)V]
openejb-cxf-bundle-2.5.2.jar, CXFBusLifeCycleManager.class
package org.apache.cxf.buslifecycle
CXFBusLifeCycleManager.CXFBusLifeCycleManager ( )
[run-time name: org/apache/cxf/buslifecycle/CXFBusLifeCycleManager."<init>":()V]
CXFBusLifeCycleManager.CXFBusLifeCycleManager ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/buslifecycle/CXFBusLifeCycleManager."<init>":(Lorg/apache/cxf/Bus;)V]
CXFBusLifeCycleManager.initComplete ( ) : void
[run-time name: org/apache/cxf/buslifecycle/CXFBusLifeCycleManager.initComplete:()V]
CXFBusLifeCycleManager.postShutdown ( ) : void
[run-time name: org/apache/cxf/buslifecycle/CXFBusLifeCycleManager.postShutdown:()V]
CXFBusLifeCycleManager.preShutdown ( ) : void
[run-time name: org/apache/cxf/buslifecycle/CXFBusLifeCycleManager.preShutdown:()V]
CXFBusLifeCycleManager.registerLifeCycleListener ( BusLifeCycleListener listener ) : void
[run-time name: org/apache/cxf/buslifecycle/CXFBusLifeCycleManager.registerLifeCycleListener:(Lorg/apache/cxf/buslifecycle/BusLifeCycleListener;)V]
CXFBusLifeCycleManager.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/buslifecycle/CXFBusLifeCycleManager.setBus:(Lorg/apache/cxf/Bus;)V]
CXFBusLifeCycleManager.unregisterLifeCycleListener ( BusLifeCycleListener listener ) : void
[run-time name: org/apache/cxf/buslifecycle/CXFBusLifeCycleManager.unregisterLifeCycleListener:(Lorg/apache/cxf/buslifecycle/BusLifeCycleListener;)V]
openejb-cxf-bundle-2.5.2.jar, CXFConnection.class
package org.apache.cxf.jca.outbound
CXFConnection.close ( ) [abstract] : void
[run-time name: org/apache/cxf/jca/outbound/CXFConnection.close:()V]
CXFConnection.getService ( Class p1 ) [abstract] : Object
[run-time name: org/apache/cxf/jca/outbound/CXFConnection.getService:(Ljava/lang/Class;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, CXFConnectionFactory.class
package org.apache.cxf.jca.outbound
CXFConnectionFactory.getConnection ( CXFConnectionSpec p1 ) [abstract] : CXFConnection
[run-time name: org/apache/cxf/jca/outbound/CXFConnectionFactory.getConnection:(Lorg/apache/cxf/jca/outbound/CXFConnectionSpec;)Lorg/apache/cxf/jca/outbound/CXFConnection;]
openejb-cxf-bundle-2.5.2.jar, CXFConnectionSpec.class
package org.apache.cxf.jca.outbound
CXFConnectionSpec.CXFConnectionSpec ( )
[run-time name: org/apache/cxf/jca/outbound/CXFConnectionSpec."<init>":()V]
CXFConnectionSpec.equals ( Object other ) : boolean
[run-time name: org/apache/cxf/jca/outbound/CXFConnectionSpec.equals:(Ljava/lang/Object;)Z]
CXFConnectionSpec.getAddress ( ) : String
[run-time name: org/apache/cxf/jca/outbound/CXFConnectionSpec.getAddress:()Ljava/lang/String;]
CXFConnectionSpec.getBusConfigURL ( ) : java.net.URL
[run-time name: org/apache/cxf/jca/outbound/CXFConnectionSpec.getBusConfigURL:()Ljava/net/URL;]
CXFConnectionSpec.getEndpointName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jca/outbound/CXFConnectionSpec.getEndpointName:()Ljavax/xml/namespace/QName;]
CXFConnectionSpec.getServiceClass ( ) : Class
[run-time name: org/apache/cxf/jca/outbound/CXFConnectionSpec.getServiceClass:()Ljava/lang/Class;]
CXFConnectionSpec.getServiceName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jca/outbound/CXFConnectionSpec.getServiceName:()Ljavax/xml/namespace/QName;]
CXFConnectionSpec.getWsdlURL ( ) : java.net.URL
[run-time name: org/apache/cxf/jca/outbound/CXFConnectionSpec.getWsdlURL:()Ljava/net/URL;]
CXFConnectionSpec.hashCode ( ) : int
[run-time name: org/apache/cxf/jca/outbound/CXFConnectionSpec.hashCode:()I]
CXFConnectionSpec.setAddress ( String address ) : void
[run-time name: org/apache/cxf/jca/outbound/CXFConnectionSpec.setAddress:(Ljava/lang/String;)V]
CXFConnectionSpec.setBusConfigURL ( java.net.URL busConfigURL ) : void
[run-time name: org/apache/cxf/jca/outbound/CXFConnectionSpec.setBusConfigURL:(Ljava/net/URL;)V]
CXFConnectionSpec.setEndpointName ( javax.xml.namespace.QName endpointName ) : void
[run-time name: org/apache/cxf/jca/outbound/CXFConnectionSpec.setEndpointName:(Ljavax/xml/namespace/QName;)V]
CXFConnectionSpec.setServiceClass ( Class serviceClass ) : void
[run-time name: org/apache/cxf/jca/outbound/CXFConnectionSpec.setServiceClass:(Ljava/lang/Class;)V]
CXFConnectionSpec.setServiceName ( javax.xml.namespace.QName serviceName ) : void
[run-time name: org/apache/cxf/jca/outbound/CXFConnectionSpec.setServiceName:(Ljavax/xml/namespace/QName;)V]
CXFConnectionSpec.setWsdlURL ( java.net.URL wsdlURL ) : void
[run-time name: org/apache/cxf/jca/outbound/CXFConnectionSpec.setWsdlURL:(Ljava/net/URL;)V]
CXFConnectionSpec.toString ( ) : String
[run-time name: org/apache/cxf/jca/outbound/CXFConnectionSpec.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, CXFCoreNamespaceHandler.class
package org.apache.cxf.bus.blueprint
CXFCoreNamespaceHandler.CXFCoreNamespaceHandler ( )
[run-time name: org/apache/cxf/bus/blueprint/CXFCoreNamespaceHandler."<init>":()V]
CXFCoreNamespaceHandler.decorate ( org.w3c.dom.Node node, org.osgi.service.blueprint.reflect.ComponentMetadata component, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.ComponentMetadata
[run-time name: org/apache/cxf/bus/blueprint/CXFCoreNamespaceHandler.decorate:(Lorg/w3c/dom/Node;Lorg/osgi/service/blueprint/reflect/ComponentMetadata;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/ComponentMetadata;]
CXFCoreNamespaceHandler.getManagedClasses ( ) : java.util.Set
[run-time name: org/apache/cxf/bus/blueprint/CXFCoreNamespaceHandler.getManagedClasses:()Ljava/util/Set;]
CXFCoreNamespaceHandler.getSchemaLocation ( String namespace ) : java.net.URL
[run-time name: org/apache/cxf/bus/blueprint/CXFCoreNamespaceHandler.getSchemaLocation:(Ljava/lang/String;)Ljava/net/URL;]
CXFCoreNamespaceHandler.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/bus/blueprint/CXFCoreNamespaceHandler.parse:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/Metadata;]
openejb-cxf-bundle-2.5.2.jar, CXFExtensionBundleListener.class
package org.apache.cxf.bus.osgi
CXFExtensionBundleListener.bundleChanged ( org.osgi.framework.BundleEvent event ) : void
[run-time name: org/apache/cxf/bus/osgi/CXFExtensionBundleListener.bundleChanged:(Lorg/osgi/framework/BundleEvent;)V]
CXFExtensionBundleListener.CXFExtensionBundleListener ( long bundleId )
[run-time name: org/apache/cxf/bus/osgi/CXFExtensionBundleListener."<init>":(J)V]
CXFExtensionBundleListener.register ( org.osgi.framework.Bundle bundle ) : void
[run-time name: org/apache/cxf/bus/osgi/CXFExtensionBundleListener.register:(Lorg/osgi/framework/Bundle;)V]
CXFExtensionBundleListener.registerExistingBundles ( org.osgi.framework.BundleContext context ) : void
[run-time name: org/apache/cxf/bus/osgi/CXFExtensionBundleListener.registerExistingBundles:(Lorg/osgi/framework/BundleContext;)V]
CXFExtensionBundleListener.shutdown ( ) : void
[run-time name: org/apache/cxf/bus/osgi/CXFExtensionBundleListener.shutdown:()V]
CXFExtensionBundleListener.unregister ( long bundleId ) : void
[run-time name: org/apache/cxf/bus/osgi/CXFExtensionBundleListener.unregister:(J)V]
openejb-cxf-bundle-2.5.2.jar, CXFJettySslSocketConnector.class
package org.apache.cxf.transport.https_jetty
CXFJettySslSocketConnector.createSSLContext ( ) : javax.net.ssl.SSLContext
[run-time name: org/apache/cxf/transport/https_jetty/CXFJettySslSocketConnector.createSSLContext:()Ljavax/net/ssl/SSLContext;]
CXFJettySslSocketConnector.CXFJettySslSocketConnector ( )
[run-time name: org/apache/cxf/transport/https_jetty/CXFJettySslSocketConnector."<init>":()V]
CXFJettySslSocketConnector.doStart ( ) : void
[run-time name: org/apache/cxf/transport/https_jetty/CXFJettySslSocketConnector.doStart:()V]
CXFJettySslSocketConnector.setCipherSuites ( java.util.List cs ) : void
[run-time name: org/apache/cxf/transport/https_jetty/CXFJettySslSocketConnector.setCipherSuites:(Ljava/util/List;)V]
CXFJettySslSocketConnector.setCipherSuitesFilter ( org.apache.cxf.configuration.security.FiltersType filter ) : void
[run-time name: org/apache/cxf/transport/https_jetty/CXFJettySslSocketConnector.setCipherSuitesFilter:(Lorg/apache/cxf/configuration/security/FiltersType;)V]
CXFJettySslSocketConnector.setClientAuthentication ( org.apache.cxf.configuration.security.ClientAuthentication clientAuth ) : void
[run-time name: org/apache/cxf/transport/https_jetty/CXFJettySslSocketConnector.setClientAuthentication:(Lorg/apache/cxf/configuration/security/ClientAuthentication;)V]
CXFJettySslSocketConnector.setKeyManagers ( javax.net.ssl.KeyManager[ ] kmgrs ) : void
[run-time name: org/apache/cxf/transport/https_jetty/CXFJettySslSocketConnector.setKeyManagers:([Ljavax/net/ssl/KeyManager;)V]
CXFJettySslSocketConnector.setSecureRandom ( java.security.SecureRandom random ) : void
[run-time name: org/apache/cxf/transport/https_jetty/CXFJettySslSocketConnector.setSecureRandom:(Ljava/security/SecureRandom;)V]
CXFJettySslSocketConnector.setTrustManagers ( javax.net.ssl.TrustManager[ ] tmgrs ) : void
[run-time name: org/apache/cxf/transport/https_jetty/CXFJettySslSocketConnector.setTrustManagers:([Ljavax/net/ssl/TrustManager;)V]
openejb-cxf-bundle-2.5.2.jar, CXFNonSpringJaxrsServlet.class
package org.apache.cxf.jaxrs.servlet
CXFNonSpringJaxrsServlet.configureSingleton ( Object instance ) : void
[run-time name: org/apache/cxf/jaxrs/servlet/CXFNonSpringJaxrsServlet.configureSingleton:(Ljava/lang/Object;)V]
CXFNonSpringJaxrsServlet.createServerFromApplication ( String cName, javax.servlet.ServletConfig servletConfig ) : void
[run-time name: org/apache/cxf/jaxrs/servlet/CXFNonSpringJaxrsServlet.createServerFromApplication:(Ljava/lang/String;Ljavax/servlet/ServletConfig;)V]
CXFNonSpringJaxrsServlet.createSingletonInstance ( Class cls, java.util.Map props, javax.servlet.ServletConfig sc ) : Object
[run-time name: org/apache/cxf/jaxrs/servlet/CXFNonSpringJaxrsServlet.createSingletonInstance:(Ljava/lang/Class;Ljava/util/Map;Ljavax/servlet/ServletConfig;)Ljava/lang/Object;]
CXFNonSpringJaxrsServlet.CXFNonSpringJaxrsServlet ( )
[run-time name: org/apache/cxf/jaxrs/servlet/CXFNonSpringJaxrsServlet."<init>":()V]
CXFNonSpringJaxrsServlet.getProviders ( javax.servlet.ServletConfig servletConfig ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/servlet/CXFNonSpringJaxrsServlet.getProviders:(Ljavax/servlet/ServletConfig;)Ljava/util/List;]
CXFNonSpringJaxrsServlet.getResourceProviders ( javax.servlet.ServletConfig servletConfig, java.util.Map resourceClasses ) : java.util.Map
[run-time name: org/apache/cxf/jaxrs/servlet/CXFNonSpringJaxrsServlet.getResourceProviders:(Ljavax/servlet/ServletConfig;Ljava/util/Map;)Ljava/util/Map;]
CXFNonSpringJaxrsServlet.getServiceClasses ( javax.servlet.ServletConfig servletConfig, boolean modelAvailable ) : java.util.Map
[run-time name: org/apache/cxf/jaxrs/servlet/CXFNonSpringJaxrsServlet.getServiceClasses:(Ljavax/servlet/ServletConfig;Z)Ljava/util/Map;]
CXFNonSpringJaxrsServlet.handleMapSequence ( String sequence ) : java.util.Map
[run-time name: org/apache/cxf/jaxrs/servlet/CXFNonSpringJaxrsServlet.handleMapSequence:(Ljava/lang/String;)Ljava/util/Map;]
CXFNonSpringJaxrsServlet.init ( javax.servlet.ServletConfig servletConfig ) : void
[run-time name: org/apache/cxf/jaxrs/servlet/CXFNonSpringJaxrsServlet.init:(Ljavax/servlet/ServletConfig;)V]
CXFNonSpringJaxrsServlet.setAllInterceptors ( org.apache.cxf.jaxrs.JAXRSServerFactoryBean bean, javax.servlet.ServletConfig servletConfig ) : void
[run-time name: org/apache/cxf/jaxrs/servlet/CXFNonSpringJaxrsServlet.setAllInterceptors:(Lorg/apache/cxf/jaxrs/JAXRSServerFactoryBean;Ljavax/servlet/ServletConfig;)V]
CXFNonSpringJaxrsServlet.setExtensions ( org.apache.cxf.jaxrs.JAXRSServerFactoryBean bean, javax.servlet.ServletConfig servletConfig ) : void
[run-time name: org/apache/cxf/jaxrs/servlet/CXFNonSpringJaxrsServlet.setExtensions:(Lorg/apache/cxf/jaxrs/JAXRSServerFactoryBean;Ljavax/servlet/ServletConfig;)V]
CXFNonSpringJaxrsServlet.setInterceptors ( org.apache.cxf.jaxrs.JAXRSServerFactoryBean bean, javax.servlet.ServletConfig servletConfig, String paramName ) : void
[run-time name: org/apache/cxf/jaxrs/servlet/CXFNonSpringJaxrsServlet.setInterceptors:(Lorg/apache/cxf/jaxrs/JAXRSServerFactoryBean;Ljavax/servlet/ServletConfig;Ljava/lang/String;)V]
CXFNonSpringJaxrsServlet.setSchemasLocations ( org.apache.cxf.jaxrs.JAXRSServerFactoryBean bean, javax.servlet.ServletConfig servletConfig ) : void
[run-time name: org/apache/cxf/jaxrs/servlet/CXFNonSpringJaxrsServlet.setSchemasLocations:(Lorg/apache/cxf/jaxrs/JAXRSServerFactoryBean;Ljavax/servlet/ServletConfig;)V]
openejb-cxf-bundle-2.5.2.jar, CXFNonSpringServlet.class
package org.apache.cxf.transport.servlet
CXFNonSpringServlet.CXFNonSpringServlet ( )
[run-time name: org/apache/cxf/transport/servlet/CXFNonSpringServlet."<init>":()V]
CXFNonSpringServlet.CXFNonSpringServlet ( org.apache.cxf.transport.http.DestinationRegistry destinationRegistry )
[run-time name: org/apache/cxf/transport/servlet/CXFNonSpringServlet."<init>":(Lorg/apache/cxf/transport/http/DestinationRegistry;)V]
CXFNonSpringServlet.CXFNonSpringServlet ( org.apache.cxf.transport.http.DestinationRegistry destinationRegistry, boolean loadBus )
[run-time name: org/apache/cxf/transport/servlet/CXFNonSpringServlet."<init>":(Lorg/apache/cxf/transport/http/DestinationRegistry;Z)V]
CXFNonSpringServlet.destroy ( ) : void
[run-time name: org/apache/cxf/transport/servlet/CXFNonSpringServlet.destroy:()V]
CXFNonSpringServlet.destroyBus ( ) : void
[run-time name: org/apache/cxf/transport/servlet/CXFNonSpringServlet.destroyBus:()V]
CXFNonSpringServlet.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/transport/servlet/CXFNonSpringServlet.getBus:()Lorg/apache/cxf/Bus;]
CXFNonSpringServlet.init ( javax.servlet.ServletConfig sc ) : void
[run-time name: org/apache/cxf/transport/servlet/CXFNonSpringServlet.init:(Ljavax/servlet/ServletConfig;)V]
CXFNonSpringServlet.invoke ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response ) : void
[run-time name: org/apache/cxf/transport/servlet/CXFNonSpringServlet.invoke:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
CXFNonSpringServlet.loadBus ( javax.servlet.ServletConfig sc ) : void
[run-time name: org/apache/cxf/transport/servlet/CXFNonSpringServlet.loadBus:(Ljavax/servlet/ServletConfig;)V]
CXFNonSpringServlet.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/transport/servlet/CXFNonSpringServlet.setBus:(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, CXFServlet.class
package org.apache.cxf.transport.servlet
CXFServlet.CXFServlet ( )
[run-time name: org/apache/cxf/transport/servlet/CXFServlet."<init>":()V]
CXFServlet.destroyBus ( ) : void
[run-time name: org/apache/cxf/transport/servlet/CXFServlet.destroyBus:()V]
CXFServlet.loadBus ( javax.servlet.ServletConfig sc ) : void
[run-time name: org/apache/cxf/transport/servlet/CXFServlet.loadBus:(Ljavax/servlet/ServletConfig;)V]
openejb-cxf-bundle-2.5.2.jar, DataBinding.class
package org.apache.cxf.annotations
DataBinding.ref ( ) [abstract] : String
[run-time name: org/apache/cxf/annotations/DataBinding.ref:()Ljava/lang/String;]
DataBinding.value ( ) [abstract] : Class
[run-time name: org/apache/cxf/annotations/DataBinding.value:()Ljava/lang/Class;]
package org.apache.cxf.databinding
DataBinding.createReader ( Class p1 ) [abstract] : DataReader
[run-time name: org/apache/cxf/databinding/DataBinding.createReader:(Ljava/lang/Class;)Lorg/apache/cxf/databinding/DataReader;]
DataBinding.createWriter ( Class p1 ) [abstract] : DataWriter
[run-time name: org/apache/cxf/databinding/DataBinding.createWriter:(Ljava/lang/Class;)Lorg/apache/cxf/databinding/DataWriter;]
DataBinding.getDeclaredNamespaceMappings ( ) [abstract] : java.util.Map
[run-time name: org/apache/cxf/databinding/DataBinding.getDeclaredNamespaceMappings:()Ljava/util/Map;]
DataBinding.getMtomThreshold ( ) [abstract] : int
[run-time name: org/apache/cxf/databinding/DataBinding.getMtomThreshold:()I]
DataBinding.getSupportedReaderFormats ( ) [abstract] : Class[ ]
[run-time name: org/apache/cxf/databinding/DataBinding.getSupportedReaderFormats:()[Ljava/lang/Class;]
DataBinding.getSupportedWriterFormats ( ) [abstract] : Class[ ]
[run-time name: org/apache/cxf/databinding/DataBinding.getSupportedWriterFormats:()[Ljava/lang/Class;]
DataBinding.initialize ( org.apache.cxf.service.Service p1 ) [abstract] : void
[run-time name: org/apache/cxf/databinding/DataBinding.initialize:(Lorg/apache/cxf/service/Service;)V]
DataBinding.isMtomEnabled ( ) [abstract] : boolean
[run-time name: org/apache/cxf/databinding/DataBinding.isMtomEnabled:()Z]
DataBinding.setMtomEnabled ( boolean p1 ) [abstract] : void
[run-time name: org/apache/cxf/databinding/DataBinding.setMtomEnabled:(Z)V]
DataBinding.setMtomThreshold ( int p1 ) [abstract] : void
[run-time name: org/apache/cxf/databinding/DataBinding.setMtomThreshold:(I)V]
package org.apache.cxf.tools.plugin
DataBinding.DataBinding ( )
[run-time name: org/apache/cxf/tools/plugin/DataBinding."<init>":()V]
DataBinding.getName ( ) : String
[run-time name: org/apache/cxf/tools/plugin/DataBinding.getName:()Ljava/lang/String;]
DataBinding.getPackage ( ) : String
[run-time name: org/apache/cxf/tools/plugin/DataBinding.getPackage:()Ljava/lang/String;]
DataBinding.getProfile ( ) : String
[run-time name: org/apache/cxf/tools/plugin/DataBinding.getProfile:()Ljava/lang/String;]
DataBinding.setName ( String value ) : void
[run-time name: org/apache/cxf/tools/plugin/DataBinding.setName:(Ljava/lang/String;)V]
DataBinding.setPackage ( String value ) : void
[run-time name: org/apache/cxf/tools/plugin/DataBinding.setPackage:(Ljava/lang/String;)V]
DataBinding.setProfile ( String value ) : void
[run-time name: org/apache/cxf/tools/plugin/DataBinding.setProfile:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, DatabindingException.class
package org.apache.cxf.aegis
DatabindingException.DatabindingException ( org.apache.cxf.common.i18n.Message message )
[run-time name: org/apache/cxf/aegis/DatabindingException."<init>":(Lorg/apache/cxf/common/i18n/Message;)V]
DatabindingException.DatabindingException ( org.apache.cxf.common.i18n.Message message, Throwable cause )
[run-time name: org/apache/cxf/aegis/DatabindingException."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;)V]
DatabindingException.DatabindingException ( String message )
[run-time name: org/apache/cxf/aegis/DatabindingException."<init>":(Ljava/lang/String;)V]
DatabindingException.DatabindingException ( String message, Throwable cause )
[run-time name: org/apache/cxf/aegis/DatabindingException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
DatabindingException.getActualMessage ( ) : String
[run-time name: org/apache/cxf/aegis/DatabindingException.getActualMessage:()Ljava/lang/String;]
DatabindingException.getMessage ( ) : String
[run-time name: org/apache/cxf/aegis/DatabindingException.getMessage:()Ljava/lang/String;]
DatabindingException.prepend ( String m ) : void
[run-time name: org/apache/cxf/aegis/DatabindingException.prepend:(Ljava/lang/String;)V]
DatabindingException.printStackTrace ( java.io.PrintStream s ) : void
[run-time name: org/apache/cxf/aegis/DatabindingException.printStackTrace:(Ljava/io/PrintStream;)V]
DatabindingException.printStackTrace ( java.io.PrintWriter w ) : void
[run-time name: org/apache/cxf/aegis/DatabindingException.printStackTrace:(Ljava/io/PrintWriter;)V]
DatabindingException.setMessage ( String s ) : void
[run-time name: org/apache/cxf/aegis/DatabindingException.setMessage:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, DatabindingInSetupInterceptor.class
package org.apache.cxf.binding.http.interceptor
DatabindingInSetupInterceptor.DatabindingInSetupInterceptor ( )
[run-time name: org/apache/cxf/binding/http/interceptor/DatabindingInSetupInterceptor."<init>":()V]
DatabindingInSetupInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/http/interceptor/DatabindingInSetupInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, DataBindingJSONProvider.class
package org.apache.cxf.jaxrs.provider
DataBindingJSONProvider.createReader ( Class type, reflect.Type genericType, java.io.InputStream is ) : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingJSONProvider.createReader:(Ljava/lang/Class;Ljava/lang/reflect/Type;Ljava/io/InputStream;)Ljavax/xml/stream/XMLStreamReader;]
DataBindingJSONProvider.createWriter ( Class type, reflect.Type genericType, java.io.OutputStream os ) : javax.xml.stream.XMLStreamWriter
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingJSONProvider.createWriter:(Ljava/lang/Class;Ljava/lang/reflect/Type;Ljava/io/OutputStream;)Ljavax/xml/stream/XMLStreamWriter;]
DataBindingJSONProvider.DataBindingJSONProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingJSONProvider."<init>":()V]
DataBindingJSONProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingJSONProvider.isReadable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
DataBindingJSONProvider.setArrayKeys ( java.util.List keys ) : void
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingJSONProvider.setArrayKeys:(Ljava/util/List;)V]
DataBindingJSONProvider.setDropRootElement ( boolean dropRootElement ) : void
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingJSONProvider.setDropRootElement:(Z)V]
DataBindingJSONProvider.setIgnoreMixedContent ( boolean ignoreMixedContent ) : void
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingJSONProvider.setIgnoreMixedContent:(Z)V]
DataBindingJSONProvider.setIgnoreNamespaces ( boolean ignoreNamespaces ) : void
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingJSONProvider.setIgnoreNamespaces:(Z)V]
DataBindingJSONProvider.setNamespaceMap ( java.util.Map nsMap ) : void
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingJSONProvider.setNamespaceMap:(Ljava/util/Map;)V]
DataBindingJSONProvider.setReadXsiType ( boolean read ) : void
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingJSONProvider.setReadXsiType:(Z)V]
DataBindingJSONProvider.setSerializeAsArray ( boolean asArray ) : void
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingJSONProvider.setSerializeAsArray:(Z)V]
DataBindingJSONProvider.setWriteXsiType ( boolean write ) : void
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingJSONProvider.setWriteXsiType:(Z)V]
DataBindingJSONProvider.writeToWriter ( javax.xml.stream.XMLStreamWriter writer, Object o ) : void
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingJSONProvider.writeToWriter:(Ljavax/xml/stream/XMLStreamWriter;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, DatabindingOutSetupInterceptor.class
package org.apache.cxf.binding.http.interceptor
DatabindingOutSetupInterceptor.DatabindingOutSetupInterceptor ( )
[run-time name: org/apache/cxf/binding/http/interceptor/DatabindingOutSetupInterceptor."<init>":()V]
DatabindingOutSetupInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/http/interceptor/DatabindingOutSetupInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, DataBindingProfile.class
package org.apache.cxf.tools.wsdlto.core
DataBindingProfile.createDefaultValueWriter ( javax.xml.namespace.QName p1, boolean p2 ) [abstract] : org.apache.cxf.tools.common.model.DefaultValueWriter
[run-time name: org/apache/cxf/tools/wsdlto/core/DataBindingProfile.createDefaultValueWriter:(Ljavax/xml/namespace/QName;Z)Lorg/apache/cxf/tools/common/model/DefaultValueWriter;]
DataBindingProfile.createDefaultValueWriterForWrappedElement ( javax.xml.namespace.QName p1, javax.xml.namespace.QName p2 ) [abstract] : org.apache.cxf.tools.common.model.DefaultValueWriter
[run-time name: org/apache/cxf/tools/wsdlto/core/DataBindingProfile.createDefaultValueWriterForWrappedElement:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/tools/common/model/DefaultValueWriter;]
DataBindingProfile.generate ( org.apache.cxf.tools.common.ToolContext p1 ) [abstract] : void
[run-time name: org/apache/cxf/tools/wsdlto/core/DataBindingProfile.generate:(Lorg/apache/cxf/tools/common/ToolContext;)V]
DataBindingProfile.getType ( javax.xml.namespace.QName p1, boolean p2 ) [abstract] : String
[run-time name: org/apache/cxf/tools/wsdlto/core/DataBindingProfile.getType:(Ljavax/xml/namespace/QName;Z)Ljava/lang/String;]
DataBindingProfile.getWrappedElementType ( javax.xml.namespace.QName p1, javax.xml.namespace.QName p2 ) [abstract] : String
[run-time name: org/apache/cxf/tools/wsdlto/core/DataBindingProfile.getWrappedElementType:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)Ljava/lang/String;]
DataBindingProfile.initialize ( org.apache.cxf.tools.common.ToolContext p1 ) [abstract] : void
[run-time name: org/apache/cxf/tools/wsdlto/core/DataBindingProfile.initialize:(Lorg/apache/cxf/tools/common/ToolContext;)V]
openejb-cxf-bundle-2.5.2.jar, DataBindingProvider.class
package org.apache.cxf.jaxrs.provider
DataBindingProvider.createReader ( Class clazz, reflect.Type genericType, java.io.InputStream is ) : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingProvider.createReader:(Ljava/lang/Class;Ljava/lang/reflect/Type;Ljava/io/InputStream;)Ljavax/xml/stream/XMLStreamReader;]
DataBindingProvider.createWriter ( Class clazz, reflect.Type genericType, java.io.OutputStream os ) : javax.xml.stream.XMLStreamWriter
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingProvider.createWriter:(Ljava/lang/Class;Ljava/lang/reflect/Type;Ljava/io/OutputStream;)Ljavax/xml/stream/XMLStreamWriter;]
DataBindingProvider.DataBindingProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingProvider."<init>":()V]
DataBindingProvider.DataBindingProvider ( org.apache.cxf.databinding.DataBinding db )
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingProvider."<init>":(Lorg/apache/cxf/databinding/DataBinding;)V]
DataBindingProvider.getSize ( Object t, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : long
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingProvider.getSize:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J]
DataBindingProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingProvider.isReadable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
DataBindingProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingProvider.isWriteable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
DataBindingProvider.readFrom ( Class clazz, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType type, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingProvider.readFrom:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Ljava/lang/Object;]
DataBindingProvider.setDataBinding ( org.apache.cxf.databinding.DataBinding db ) : void
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingProvider.setDataBinding:(Lorg/apache/cxf/databinding/DataBinding;)V]
DataBindingProvider.writeTo ( Object o, Class clazz, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType type, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingProvider.writeTo:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V]
DataBindingProvider.writeToWriter ( javax.xml.stream.XMLStreamWriter writer, Object o ) : void
[run-time name: org/apache/cxf/jaxrs/provider/DataBindingProvider.writeToWriter:(Ljavax/xml/stream/XMLStreamWriter;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, DataCodingUtils.class
package org.apache.cxf.binding.soap.tcp
DataCodingUtils.readInt8 ( java.io.InputStream inputStream ) [static] : int
[run-time name: org/apache/cxf/binding/soap/tcp/DataCodingUtils.readInt8:(Ljava/io/InputStream;)I]
DataCodingUtils.readInts4 ( java.io.InputStream inputStream, int[ ] array, int count ) [static] : void
[run-time name: org/apache/cxf/binding/soap/tcp/DataCodingUtils.readInts4:(Ljava/io/InputStream;[II)V]
DataCodingUtils.writeInt8 ( java.io.OutputStream outputStream, int intValue ) [static] : void
[run-time name: org/apache/cxf/binding/soap/tcp/DataCodingUtils.writeInt8:(Ljava/io/OutputStream;I)V]
DataCodingUtils.writeInts4 ( java.io.OutputStream outputStream, int[ ] array, int offset, int count ) [static] : void
[run-time name: org/apache/cxf/binding/soap/tcp/DataCodingUtils.writeInts4:(Ljava/io/OutputStream;[III)V]
DataCodingUtils.writeInts4 ( java.io.OutputStream outputStream, int[ ] values ) [static] : void
[run-time name: org/apache/cxf/binding/soap/tcp/DataCodingUtils.writeInts4:(Ljava/io/OutputStream;[I)V]
openejb-cxf-bundle-2.5.2.jar, DataHandlerType.class
package org.apache.cxf.aegis.type.mtom
DataHandlerType.createAttachment ( Object object, String id ) : org.apache.cxf.message.Attachment
[run-time name: org/apache/cxf/aegis/type/mtom/DataHandlerType.createAttachment:(Ljava/lang/Object;Ljava/lang/String;)Lorg/apache/cxf/message/Attachment;]
DataHandlerType.DataHandlerType ( boolean useXmimeContentType, String expectedContentTypes )
[run-time name: org/apache/cxf/aegis/type/mtom/DataHandlerType."<init>":(ZLjava/lang/String;)V]
DataHandlerType.getBytes ( Object object ) : byte[ ]
[run-time name: org/apache/cxf/aegis/type/mtom/DataHandlerType.getBytes:(Ljava/lang/Object;)[B]
DataHandlerType.getContentType ( Object object, org.apache.cxf.aegis.Context context ) : String
[run-time name: org/apache/cxf/aegis/type/mtom/DataHandlerType.getContentType:(Ljava/lang/Object;Lorg/apache/cxf/aegis/Context;)Ljava/lang/String;]
DataHandlerType.readAttachment ( org.apache.cxf.message.Attachment att, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/mtom/DataHandlerType.readAttachment:(Lorg/apache/cxf/message/Attachment;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
DataHandlerType.wrapBytes ( byte[ ] bareBytes, String contentType ) : Object
[run-time name: org/apache/cxf/aegis/type/mtom/DataHandlerType.wrapBytes:([BLjava/lang/String;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, DataReader.class
package org.apache.cxf.databinding
DataReader.read ( javax.xml.namespace.QName p1, Object p2, Class p3 ) [abstract] : Object
[run-time name: org/apache/cxf/databinding/DataReader.read:(Ljavax/xml/namespace/QName;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;]
DataReader.read ( Object p1 ) [abstract] : Object
[run-time name: org/apache/cxf/databinding/DataReader.read:(Ljava/lang/Object;)Ljava/lang/Object;]
DataReader.read ( org.apache.cxf.service.model.MessagePartInfo p1, Object p2 ) [abstract] : Object
[run-time name: org/apache/cxf/databinding/DataReader.read:(Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, DataReaderImpl.class
package org.apache.cxf.jaxb.io
DataReaderImpl.DataReaderImpl ( org.apache.cxf.jaxb.JAXBDataBinding binding, boolean unwrap )
[run-time name: org/apache/cxf/jaxb/io/DataReaderImpl."<init>":(Lorg/apache/cxf/jaxb/JAXBDataBinding;Z)V]
DataReaderImpl.read ( javax.xml.namespace.QName name, Object input, Class type ) : Object
[run-time name: org/apache/cxf/jaxb/io/DataReaderImpl.read:(Ljavax/xml/namespace/QName;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;]
DataReaderImpl.read ( Object input ) : Object
[run-time name: org/apache/cxf/jaxb/io/DataReaderImpl.read:(Ljava/lang/Object;)Ljava/lang/Object;]
DataReaderImpl.read ( org.apache.cxf.service.model.MessagePartInfo part, Object reader ) : Object
[run-time name: org/apache/cxf/jaxb/io/DataReaderImpl.read:(Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)Ljava/lang/Object;]
DataReaderImpl.setProperty ( String prop, Object value ) : void
[run-time name: org/apache/cxf/jaxb/io/DataReaderImpl.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
package org.apache.cxf.sdo
DataReaderImpl.DataReaderImpl ( commonj.sdo.helper.HelperContext context )
[run-time name: org/apache/cxf/sdo/DataReaderImpl."<init>":(Lcommonj/sdo/helper/HelperContext;)V]
DataReaderImpl.read ( javax.xml.namespace.QName name, javax.xml.stream.XMLStreamReader input, Class type ) : Object
[run-time name: org/apache/cxf/sdo/DataReaderImpl.read:(Ljavax/xml/namespace/QName;Ljavax/xml/stream/XMLStreamReader;Ljava/lang/Class;)Ljava/lang/Object;]
DataReaderImpl.read ( javax.xml.namespace.QName x0, Object x1, Class x2 ) : Object
[run-time name: org/apache/cxf/sdo/DataReaderImpl.read:(Ljavax/xml/namespace/QName;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;]
DataReaderImpl.read ( javax.xml.stream.XMLStreamReader input ) : Object
[run-time name: org/apache/cxf/sdo/DataReaderImpl.read:(Ljavax/xml/stream/XMLStreamReader;)Ljava/lang/Object;]
DataReaderImpl.read ( Object x0 ) : Object
[run-time name: org/apache/cxf/sdo/DataReaderImpl.read:(Ljava/lang/Object;)Ljava/lang/Object;]
DataReaderImpl.read ( org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamReader reader ) : Object
[run-time name: org/apache/cxf/sdo/DataReaderImpl.read:(Lorg/apache/cxf/service/model/MessagePartInfo;Ljavax/xml/stream/XMLStreamReader;)Ljava/lang/Object;]
DataReaderImpl.read ( org.apache.cxf.service.model.MessagePartInfo x0, Object x1 ) : Object
[run-time name: org/apache/cxf/sdo/DataReaderImpl.read:(Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)Ljava/lang/Object;]
DataReaderImpl.setAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/sdo/DataReaderImpl.setAttachments:(Ljava/util/Collection;)V]
DataReaderImpl.setProperty ( String prop, Object value ) : void
[run-time name: org/apache/cxf/sdo/DataReaderImpl.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
DataReaderImpl.setSchema ( javax.xml.validation.Schema s ) : void
[run-time name: org/apache/cxf/sdo/DataReaderImpl.setSchema:(Ljavax/xml/validation/Schema;)V]
package org.apache.cxf.xmlbeans
DataReaderImpl.DataReaderImpl ( )
[run-time name: org/apache/cxf/xmlbeans/DataReaderImpl."<init>":()V]
DataReaderImpl.read ( javax.xml.namespace.QName name, javax.xml.stream.XMLStreamReader reader, Class typeClass ) : Object
[run-time name: org/apache/cxf/xmlbeans/DataReaderImpl.read:(Ljavax/xml/namespace/QName;Ljavax/xml/stream/XMLStreamReader;Ljava/lang/Class;)Ljava/lang/Object;]
DataReaderImpl.read ( javax.xml.namespace.QName x0, Object x1, Class x2 ) : Object
[run-time name: org/apache/cxf/xmlbeans/DataReaderImpl.read:(Ljavax/xml/namespace/QName;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;]
DataReaderImpl.read ( javax.xml.stream.XMLStreamReader input ) : Object
[run-time name: org/apache/cxf/xmlbeans/DataReaderImpl.read:(Ljavax/xml/stream/XMLStreamReader;)Ljava/lang/Object;]
DataReaderImpl.read ( Object x0 ) : Object
[run-time name: org/apache/cxf/xmlbeans/DataReaderImpl.read:(Ljava/lang/Object;)Ljava/lang/Object;]
DataReaderImpl.read ( org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamReader reader ) : Object
[run-time name: org/apache/cxf/xmlbeans/DataReaderImpl.read:(Lorg/apache/cxf/service/model/MessagePartInfo;Ljavax/xml/stream/XMLStreamReader;)Ljava/lang/Object;]
DataReaderImpl.read ( org.apache.cxf.service.model.MessagePartInfo x0, Object x1 ) : Object
[run-time name: org/apache/cxf/xmlbeans/DataReaderImpl.read:(Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)Ljava/lang/Object;]
DataReaderImpl.setAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/xmlbeans/DataReaderImpl.setAttachments:(Ljava/util/Collection;)V]
DataReaderImpl.setProperty ( String prop, Object value ) : void
[run-time name: org/apache/cxf/xmlbeans/DataReaderImpl.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
DataReaderImpl.setSchema ( javax.xml.validation.Schema s ) : void
[run-time name: org/apache/cxf/xmlbeans/DataReaderImpl.setSchema:(Ljavax/xml/validation/Schema;)V]
openejb-cxf-bundle-2.5.2.jar, DataSourceProvider.class
package org.apache.cxf.jaxrs.provider
DataSourceProvider.DataSourceProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/DataSourceProvider."<init>":()V]
DataSourceProvider.getSize ( Object t, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : long
[run-time name: org/apache/cxf/jaxrs/provider/DataSourceProvider.getSize:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J]
DataSourceProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/DataSourceProvider.isReadable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
DataSourceProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/DataSourceProvider.isWriteable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
DataSourceProvider.readFrom ( Class cls, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType type, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/DataSourceProvider.readFrom:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Ljava/lang/Object;]
DataSourceProvider.writeTo ( Object src, Class cls, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType type, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/jaxrs/provider/DataSourceProvider.writeTo:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, DataSourceType.class
package org.apache.cxf.aegis.type.mtom
DataSourceType.createAttachment ( Object object, String id ) : org.apache.cxf.message.Attachment
[run-time name: org/apache/cxf/aegis/type/mtom/DataSourceType.createAttachment:(Ljava/lang/Object;Ljava/lang/String;)Lorg/apache/cxf/message/Attachment;]
DataSourceType.DataSourceType ( boolean useXmimeBinaryType, String expectedContentTypes )
[run-time name: org/apache/cxf/aegis/type/mtom/DataSourceType."<init>":(ZLjava/lang/String;)V]
DataSourceType.getBytes ( Object object ) : byte[ ]
[run-time name: org/apache/cxf/aegis/type/mtom/DataSourceType.getBytes:(Ljava/lang/Object;)[B]
DataSourceType.getContentType ( Object object, org.apache.cxf.aegis.Context context ) : String
[run-time name: org/apache/cxf/aegis/type/mtom/DataSourceType.getContentType:(Ljava/lang/Object;Lorg/apache/cxf/aegis/Context;)Ljava/lang/String;]
DataSourceType.readAttachment ( org.apache.cxf.message.Attachment att, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/mtom/DataSourceType.readAttachment:(Lorg/apache/cxf/message/Attachment;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
DataSourceType.wrapBytes ( byte[ ] bareBytes, String contentType ) : Object
[run-time name: org/apache/cxf/aegis/type/mtom/DataSourceType.wrapBytes:([BLjava/lang/String;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, DataTypeAdapter.class
package org.apache.cxf.tools.common
DataTypeAdapter.parseDate ( String s ) [static] : java.util.Date
[run-time name: org/apache/cxf/tools/common/DataTypeAdapter.parseDate:(Ljava/lang/String;)Ljava/util/Date;]
DataTypeAdapter.parseDateTime ( String s ) [static] : java.util.Date
[run-time name: org/apache/cxf/tools/common/DataTypeAdapter.parseDateTime:(Ljava/lang/String;)Ljava/util/Date;]
DataTypeAdapter.parseTime ( String s ) [static] : java.util.Date
[run-time name: org/apache/cxf/tools/common/DataTypeAdapter.parseTime:(Ljava/lang/String;)Ljava/util/Date;]
DataTypeAdapter.printDate ( java.util.Date dt ) [static] : String
[run-time name: org/apache/cxf/tools/common/DataTypeAdapter.printDate:(Ljava/util/Date;)Ljava/lang/String;]
DataTypeAdapter.printDateTime ( java.util.Date dt ) [static] : String
[run-time name: org/apache/cxf/tools/common/DataTypeAdapter.printDateTime:(Ljava/util/Date;)Ljava/lang/String;]
DataTypeAdapter.printTime ( java.util.Date dt ) [static] : String
[run-time name: org/apache/cxf/tools/common/DataTypeAdapter.printTime:(Ljava/util/Date;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, DatatypeFactory.class
package org.apache.cxf.jaxb
DatatypeFactory.createDuration ( String s ) [static] : javax.xml.datatype.Duration
[run-time name: org/apache/cxf/jaxb/DatatypeFactory.createDuration:(Ljava/lang/String;)Ljavax/xml/datatype/Duration;]
openejb-cxf-bundle-2.5.2.jar, DataWriter.class
package org.apache.cxf.databinding
DataWriter.write ( Object p1, Object p2 ) [abstract] : void
[run-time name: org/apache/cxf/databinding/DataWriter.write:(Ljava/lang/Object;Ljava/lang/Object;)V]
DataWriter.write ( Object p1, org.apache.cxf.service.model.MessagePartInfo p2, Object p3 ) [abstract] : void
[run-time name: org/apache/cxf/databinding/DataWriter.write:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, DataWriterImpl.class
package org.apache.cxf.jaxb.io
DataWriterImpl.createMarshaller ( Object elValue, org.apache.cxf.service.model.MessagePartInfo part ) : javax.xml.bind.Marshaller
[run-time name: org/apache/cxf/jaxb/io/DataWriterImpl.createMarshaller:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;)Ljavax/xml/bind/Marshaller;]
DataWriterImpl.DataWriterImpl ( org.apache.cxf.jaxb.JAXBDataBinding binding )
[run-time name: org/apache/cxf/jaxb/io/DataWriterImpl."<init>":(Lorg/apache/cxf/jaxb/JAXBDataBinding;)V]
DataWriterImpl.write ( Object obj, Object output ) : void
[run-time name: org/apache/cxf/jaxb/io/DataWriterImpl.write:(Ljava/lang/Object;Ljava/lang/Object;)V]
DataWriterImpl.write ( Object obj, org.apache.cxf.service.model.MessagePartInfo part, Object output ) : void
[run-time name: org/apache/cxf/jaxb/io/DataWriterImpl.write:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)V]
package org.apache.cxf.sdo
DataWriterImpl.DataWriterImpl ( commonj.sdo.helper.HelperContext context )
[run-time name: org/apache/cxf/sdo/DataWriterImpl."<init>":(Lcommonj/sdo/helper/HelperContext;)V]
DataWriterImpl.setAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/sdo/DataWriterImpl.setAttachments:(Ljava/util/Collection;)V]
DataWriterImpl.setProperty ( String key, Object value ) : void
[run-time name: org/apache/cxf/sdo/DataWriterImpl.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
DataWriterImpl.setSchema ( javax.xml.validation.Schema schema ) : void
[run-time name: org/apache/cxf/sdo/DataWriterImpl.setSchema:(Ljavax/xml/validation/Schema;)V]
DataWriterImpl.write ( Object obj, javax.xml.stream.XMLStreamWriter output ) : void
[run-time name: org/apache/cxf/sdo/DataWriterImpl.write:(Ljava/lang/Object;Ljavax/xml/stream/XMLStreamWriter;)V]
DataWriterImpl.write ( Object obj, org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamWriter output ) : void
[run-time name: org/apache/cxf/sdo/DataWriterImpl.write:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Ljavax/xml/stream/XMLStreamWriter;)V]
DataWriterImpl.write ( Object x0, Object x1 ) : void
[run-time name: org/apache/cxf/sdo/DataWriterImpl.write:(Ljava/lang/Object;Ljava/lang/Object;)V]
DataWriterImpl.write ( Object x0, org.apache.cxf.service.model.MessagePartInfo x1, Object x2 ) : void
[run-time name: org/apache/cxf/sdo/DataWriterImpl.write:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)V]
package org.apache.cxf.xmlbeans
DataWriterImpl.DataWriterImpl ( )
[run-time name: org/apache/cxf/xmlbeans/DataWriterImpl."<init>":()V]
DataWriterImpl.setAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/xmlbeans/DataWriterImpl.setAttachments:(Ljava/util/Collection;)V]
DataWriterImpl.setProperty ( String key, Object value ) : void
[run-time name: org/apache/cxf/xmlbeans/DataWriterImpl.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
DataWriterImpl.setSchema ( javax.xml.validation.Schema schema ) : void
[run-time name: org/apache/cxf/xmlbeans/DataWriterImpl.setSchema:(Ljavax/xml/validation/Schema;)V]
DataWriterImpl.write ( Object obj, javax.xml.stream.XMLStreamWriter output ) : void
[run-time name: org/apache/cxf/xmlbeans/DataWriterImpl.write:(Ljava/lang/Object;Ljavax/xml/stream/XMLStreamWriter;)V]
DataWriterImpl.write ( Object obj, org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamWriter output ) : void
[run-time name: org/apache/cxf/xmlbeans/DataWriterImpl.write:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Ljavax/xml/stream/XMLStreamWriter;)V]
DataWriterImpl.write ( Object x0, Object x1 ) : void
[run-time name: org/apache/cxf/xmlbeans/DataWriterImpl.write:(Ljava/lang/Object;Ljava/lang/Object;)V]
DataWriterImpl.write ( Object x0, org.apache.cxf.service.model.MessagePartInfo x1, Object x2 ) : void
[run-time name: org/apache/cxf/xmlbeans/DataWriterImpl.write:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, DateTimeType.class
package org.apache.cxf.aegis.type.basic
DateTimeType.DateTimeType ( )
[run-time name: org/apache/cxf/aegis/type/basic/DateTimeType."<init>":()V]
DateTimeType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/DateTimeType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
DateTimeType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/DateTimeType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, DateType.class
package org.apache.cxf.aegis.type.basic
DateType.DateType ( )
[run-time name: org/apache/cxf/aegis/type/basic/DateType."<init>":()V]
DateType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/DateType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
DateType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/DateType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, DateTypeCustomGenerator.class
package org.apache.cxf.tools.java2wsdl.generator.wsdl11
DateTypeCustomGenerator.addSchemaFiles ( java.util.Collection s ) : void
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/DateTypeCustomGenerator.addSchemaFiles:(Ljava/util/Collection;)V]
DateTypeCustomGenerator.DateTypeCustomGenerator ( )
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/DateTypeCustomGenerator."<init>":()V]
DateTypeCustomGenerator.generate ( java.io.File outputdir ) : java.io.File
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/DateTypeCustomGenerator.generate:(Ljava/io/File;)Ljava/io/File;]
DateTypeCustomGenerator.generate ( java.io.File x0 ) : Object
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/DateTypeCustomGenerator.generate:(Ljava/io/File;)Ljava/lang/Object;]
DateTypeCustomGenerator.getAdapterMethod ( Class clz, String methodName ) : String
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/DateTypeCustomGenerator.getAdapterMethod:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/String;]
DateTypeCustomGenerator.getDateType ( ) : Class
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/DateTypeCustomGenerator.getDateType:()Ljava/lang/Class;]
DateTypeCustomGenerator.getJAXBCustFile ( java.io.File outputdir ) : java.io.File
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/DateTypeCustomGenerator.getJAXBCustFile:(Ljava/io/File;)Ljava/io/File;]
DateTypeCustomGenerator.getSchemaNamespaces ( ) : java.util.List
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/DateTypeCustomGenerator.getSchemaNamespaces:()Ljava/util/List;]
DateTypeCustomGenerator.setWSDLName ( String ws ) : void
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/DateTypeCustomGenerator.setWSDLName:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, DeclaratorVisitor.class
package org.apache.cxf.tools.corba.processors.idl
DeclaratorVisitor.DeclaratorVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlASTVisitor, org.apache.ws.commons.schema.XmlSchemaType schemaTypeRef, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl corbaTypeRef, Scope fQName )
[run-time name: org/apache/cxf/tools/corba/processors/idl/DeclaratorVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;Lorg/apache/ws/commons/schema/XmlSchemaType;Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;Lorg/apache/cxf/tools/corba/processors/idl/Scope;)V]
DeclaratorVisitor.visit ( antlr.collections.AST node ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/DeclaratorVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, DEFAULT.class
package org.apache.cxf.annotations
FactoryType.DEFAULT.FactoryType.DEFAULT ( )
[run-time name: org/apache/cxf/annotations/FactoryType.DEFAULT."<init>":()V]
Policy.DEFAULT.Policy.DEFAULT ( )
[run-time name: org/apache/cxf/annotations/Policy.DEFAULT."<init>":()V]
WSDLDocumentation.DEFAULT.WSDLDocumentation.DEFAULT ( )
[run-time name: org/apache/cxf/annotations/WSDLDocumentation.DEFAULT."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, DefaultAlgorithmSuiteLoader.class
package org.apache.cxf.ws.security.policy.custom
DefaultAlgorithmSuiteLoader.DefaultAlgorithmSuiteLoader ( )
[run-time name: org/apache/cxf/ws/security/policy/custom/DefaultAlgorithmSuiteLoader."<init>":()V]
DefaultAlgorithmSuiteLoader.getAlgorithmSuite ( org.w3c.dom.Element policyElement, org.apache.cxf.ws.security.policy.SPConstants consts ) : org.apache.cxf.ws.security.policy.model.AlgorithmSuite
[run-time name: org/apache/cxf/ws/security/policy/custom/DefaultAlgorithmSuiteLoader.getAlgorithmSuite:(Lorg/w3c/dom/Element;Lorg/apache/cxf/ws/security/policy/SPConstants;)Lorg/apache/cxf/ws/security/policy/model/AlgorithmSuite;]
openejb-cxf-bundle-2.5.2.jar, DefaultBasicAuthSupplier.class
package org.apache.cxf.transport.http.auth
DefaultBasicAuthSupplier.DefaultBasicAuthSupplier ( )
[run-time name: org/apache/cxf/transport/http/auth/DefaultBasicAuthSupplier."<init>":()V]
DefaultBasicAuthSupplier.getAuthorization ( org.apache.cxf.configuration.security.AuthorizationPolicy authPolicy, java.net.URL currentURL, org.apache.cxf.message.Message message, String fullHeader ) : String
[run-time name: org/apache/cxf/transport/http/auth/DefaultBasicAuthSupplier.getAuthorization:(Lorg/apache/cxf/configuration/security/AuthorizationPolicy;Ljava/net/URL;Lorg/apache/cxf/message/Message;Ljava/lang/String;)Ljava/lang/String;]
DefaultBasicAuthSupplier.getBasicAuthHeader ( String userName, String passwd ) [static] : String
[run-time name: org/apache/cxf/transport/http/auth/DefaultBasicAuthSupplier.getBasicAuthHeader:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
DefaultBasicAuthSupplier.requiresRequestCaching ( ) : boolean
[run-time name: org/apache/cxf/transport/http/auth/DefaultBasicAuthSupplier.requiresRequestCaching:()Z]
openejb-cxf-bundle-2.5.2.jar, DefaultBindingImpl.class
package org.apache.cxf.jaxws.binding
DefaultBindingImpl.DefaultBindingImpl ( org.apache.cxf.jaxws.support.JaxWsEndpointImpl endpoint )
[run-time name: org/apache/cxf/jaxws/binding/DefaultBindingImpl."<init>":(Lorg/apache/cxf/jaxws/support/JaxWsEndpointImpl;)V]
DefaultBindingImpl.getBindingID ( ) : String
[run-time name: org/apache/cxf/jaxws/binding/DefaultBindingImpl.getBindingID:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, DefaultClassNameAllocator.class
package org.apache.cxf.jaxb
JAXBUtils.DefaultClassNameAllocator.assignClassName ( String packageName, String className ) : String
[run-time name: org/apache/cxf/jaxb/JAXBUtils.DefaultClassNameAllocator.assignClassName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
JAXBUtils.DefaultClassNameAllocator.JAXBUtils.DefaultClassNameAllocator ( )
[run-time name: org/apache/cxf/jaxb/JAXBUtils.DefaultClassNameAllocator."<init>":()V]
JAXBUtils.DefaultClassNameAllocator.JAXBUtils.DefaultClassNameAllocator ( java.util.Set set )
[run-time name: org/apache/cxf/jaxb/JAXBUtils.DefaultClassNameAllocator."<init>":(Ljava/util/Set;)V]
openejb-cxf-bundle-2.5.2.jar, DefaultIncludeResolver.class
package org.apache.cxf.tools.corba.idlpreprocessor
DefaultIncludeResolver.DefaultIncludeResolver ( java.io.File[ ] idlDirs )
[run-time name: org/apache/cxf/tools/corba/idlpreprocessor/DefaultIncludeResolver."<init>":([Ljava/io/File;)V]
DefaultIncludeResolver.findSystemInclude ( String spec ) : java.net.URL
[run-time name: org/apache/cxf/tools/corba/idlpreprocessor/DefaultIncludeResolver.findSystemInclude:(Ljava/lang/String;)Ljava/net/URL;]
DefaultIncludeResolver.findUserInclude ( String spec ) : java.net.URL
[run-time name: org/apache/cxf/tools/corba/idlpreprocessor/DefaultIncludeResolver.findUserInclude:(Ljava/lang/String;)Ljava/net/URL;]
openejb-cxf-bundle-2.5.2.jar, DefaultMessageIdCache.class
package org.apache.cxf.ws.addressing
DefaultMessageIdCache.checkUniquenessAndCacheId ( String messageId ) : boolean
[run-time name: org/apache/cxf/ws/addressing/DefaultMessageIdCache.checkUniquenessAndCacheId:(Ljava/lang/String;)Z]
DefaultMessageIdCache.DefaultMessageIdCache ( )
[run-time name: org/apache/cxf/ws/addressing/DefaultMessageIdCache."<init>":()V]
DefaultMessageIdCache.getMessageIdSet ( ) : java.util.Set
[run-time name: org/apache/cxf/ws/addressing/DefaultMessageIdCache.getMessageIdSet:()Ljava/util/Set;]
openejb-cxf-bundle-2.5.2.jar, DefaultResourceManager.class
package org.apache.cxf.resource
DefaultResourceManager.addResourceResolver ( ResourceResolver resolver ) : void
[run-time name: org/apache/cxf/resource/DefaultResourceManager.addResourceResolver:(Lorg/apache/cxf/resource/ResourceResolver;)V]
DefaultResourceManager.addResourceResolvers ( java.util.Collection resolvers ) : void
[run-time name: org/apache/cxf/resource/DefaultResourceManager.addResourceResolvers:(Ljava/util/Collection;)V]
DefaultResourceManager.DefaultResourceManager ( )
[run-time name: org/apache/cxf/resource/DefaultResourceManager."<init>":()V]
DefaultResourceManager.DefaultResourceManager ( java.util.List resolvers )
[run-time name: org/apache/cxf/resource/DefaultResourceManager."<init>":(Ljava/util/List;)V]
DefaultResourceManager.DefaultResourceManager ( ResourceResolver resolver )
[run-time name: org/apache/cxf/resource/DefaultResourceManager."<init>":(Lorg/apache/cxf/resource/ResourceResolver;)V]
DefaultResourceManager.getResourceAsStream ( String name ) : java.io.InputStream
[run-time name: org/apache/cxf/resource/DefaultResourceManager.getResourceAsStream:(Ljava/lang/String;)Ljava/io/InputStream;]
DefaultResourceManager.getResourceResolvers ( ) : java.util.List
[run-time name: org/apache/cxf/resource/DefaultResourceManager.getResourceResolvers:()Ljava/util/List;]
DefaultResourceManager.onFirstResolve ( ) : void
[run-time name: org/apache/cxf/resource/DefaultResourceManager.onFirstResolve:()V]
DefaultResourceManager.removeResourceResolver ( ResourceResolver resolver ) : void
[run-time name: org/apache/cxf/resource/DefaultResourceManager.removeResourceResolver:(Lorg/apache/cxf/resource/ResourceResolver;)V]
DefaultResourceManager.resolveResource ( String name, Class type ) : Object
[run-time name: org/apache/cxf/resource/DefaultResourceManager.resolveResource:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
DefaultResourceManager.resolveResource ( String name, Class type, java.util.List resolvers ) : Object
[run-time name: org/apache/cxf/resource/DefaultResourceManager.resolveResource:(Ljava/lang/String;Ljava/lang/Class;Ljava/util/List;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, DefaultSecurityContext.class
package org.apache.cxf.interceptor.security
DefaultSecurityContext.checkGroup ( java.security.acl.Group group, String role ) : boolean
[run-time name: org/apache/cxf/interceptor/security/DefaultSecurityContext.checkGroup:(Ljava/security/acl/Group;Ljava/lang/String;)Z]
DefaultSecurityContext.DefaultSecurityContext ( java.security.Principal p, javax.security.auth.Subject subject )
[run-time name: org/apache/cxf/interceptor/security/DefaultSecurityContext."<init>":(Ljava/security/Principal;Ljavax/security/auth/Subject;)V]
DefaultSecurityContext.DefaultSecurityContext ( javax.security.auth.Subject subject )
[run-time name: org/apache/cxf/interceptor/security/DefaultSecurityContext."<init>":(Ljavax/security/auth/Subject;)V]
DefaultSecurityContext.getSubject ( ) : javax.security.auth.Subject
[run-time name: org/apache/cxf/interceptor/security/DefaultSecurityContext.getSubject:()Ljavax/security/auth/Subject;]
DefaultSecurityContext.getUserPrincipal ( ) : java.security.Principal
[run-time name: org/apache/cxf/interceptor/security/DefaultSecurityContext.getUserPrincipal:()Ljava/security/Principal;]
DefaultSecurityContext.getUserRoles ( ) : java.util.Set
[run-time name: org/apache/cxf/interceptor/security/DefaultSecurityContext.getUserRoles:()Ljava/util/Set;]
DefaultSecurityContext.isUserInRole ( String role ) : boolean
[run-time name: org/apache/cxf/interceptor/security/DefaultSecurityContext.isUserInRole:(Ljava/lang/String;)Z]
openejb-cxf-bundle-2.5.2.jar, DefaultServiceConfiguration.class
package org.apache.cxf.service.factory
DefaultServiceConfiguration.createName ( reflect.Method method, int paramNumber, int currentSize, boolean addMethodName, String flow ) [static] : String
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.createName:(Ljava/lang/reflect/Method;IIZLjava/lang/String;)Ljava/lang/String;]
DefaultServiceConfiguration.DefaultServiceConfiguration ( )
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration."<init>":()V]
DefaultServiceConfiguration.getEndpointName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.getEndpointName:()Ljavax/xml/namespace/QName;]
DefaultServiceConfiguration.getFaultName ( org.apache.cxf.service.model.InterfaceInfo service, org.apache.cxf.service.model.OperationInfo o, Class exClass, Class beanClass ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.getFaultName:(Lorg/apache/cxf/service/model/InterfaceInfo;Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/Class;Ljava/lang/Class;)Ljavax/xml/namespace/QName;]
DefaultServiceConfiguration.getHolderType ( Class cls, reflect.Type type ) : Class
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.getHolderType:(Ljava/lang/Class;Ljava/lang/reflect/Type;)Ljava/lang/Class;]
DefaultServiceConfiguration.getHolderType ( Class x0, reflect.Type x1 ) : reflect.Type
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.getHolderType:(Ljava/lang/Class;Ljava/lang/reflect/Type;)Ljava/lang/reflect/Type;]
DefaultServiceConfiguration.getInParameterName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.getInParameterName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;I)Ljavax/xml/namespace/QName;]
DefaultServiceConfiguration.getInPartName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.getInPartName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;I)Ljavax/xml/namespace/QName;]
DefaultServiceConfiguration.getInputMessageName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.getInputMessageName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)Ljavax/xml/namespace/QName;]
DefaultServiceConfiguration.getInterfaceName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.getInterfaceName:()Ljavax/xml/namespace/QName;]
DefaultServiceConfiguration.getOperationName ( org.apache.cxf.service.model.InterfaceInfo service, reflect.Method method ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.getOperationName:(Lorg/apache/cxf/service/model/InterfaceInfo;Ljava/lang/reflect/Method;)Ljavax/xml/namespace/QName;]
DefaultServiceConfiguration.getOutParameterName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.getOutParameterName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;I)Ljavax/xml/namespace/QName;]
DefaultServiceConfiguration.getOutPartName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.getOutPartName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;I)Ljavax/xml/namespace/QName;]
DefaultServiceConfiguration.getOutputMessageName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.getOutputMessageName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)Ljavax/xml/namespace/QName;]
DefaultServiceConfiguration.getServiceName ( ) : String
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.getServiceName:()Ljava/lang/String;]
DefaultServiceConfiguration.getServiceNamespace ( ) : String
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.getServiceNamespace:()Ljava/lang/String;]
DefaultServiceConfiguration.getWrapperPartMaxOccurs ( org.apache.cxf.service.model.MessagePartInfo mpi ) : Long
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.getWrapperPartMaxOccurs:(Lorg/apache/cxf/service/model/MessagePartInfo;)Ljava/lang/Long;]
DefaultServiceConfiguration.getWrapperPartMinOccurs ( org.apache.cxf.service.model.MessagePartInfo mpi ) : Long
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.getWrapperPartMinOccurs:(Lorg/apache/cxf/service/model/MessagePartInfo;)Ljava/lang/Long;]
DefaultServiceConfiguration.hasOutMessage ( reflect.Method m ) : Boolean
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.hasOutMessage:(Ljava/lang/reflect/Method;)Ljava/lang/Boolean;]
DefaultServiceConfiguration.isAsync ( reflect.Method method ) : Boolean
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.isAsync:(Ljava/lang/reflect/Method;)Ljava/lang/Boolean;]
DefaultServiceConfiguration.isHeader ( reflect.Method method, int j ) : Boolean
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.isHeader:(Ljava/lang/reflect/Method;I)Ljava/lang/Boolean;]
DefaultServiceConfiguration.isHolder ( Class cls, reflect.Type type ) : Boolean
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.isHolder:(Ljava/lang/Class;Ljava/lang/reflect/Type;)Ljava/lang/Boolean;]
DefaultServiceConfiguration.isInParam ( reflect.Method method, int j ) : Boolean
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.isInParam:(Ljava/lang/reflect/Method;I)Ljava/lang/Boolean;]
DefaultServiceConfiguration.isOperation ( reflect.Method method ) : Boolean
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.isOperation:(Ljava/lang/reflect/Method;)Ljava/lang/Boolean;]
DefaultServiceConfiguration.isOutParam ( reflect.Method method, int j ) : Boolean
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.isOutParam:(Ljava/lang/reflect/Method;I)Ljava/lang/Boolean;]
DefaultServiceConfiguration.isWrapped ( reflect.Method m ) : Boolean
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.isWrapped:(Ljava/lang/reflect/Method;)Ljava/lang/Boolean;]
DefaultServiceConfiguration.isWrapperPartNillable ( org.apache.cxf.service.model.MessagePartInfo mpi ) : Boolean
[run-time name: org/apache/cxf/service/factory/DefaultServiceConfiguration.isWrapperPartNillable:(Lorg/apache/cxf/service/model/MessagePartInfo;)Ljava/lang/Boolean;]
openejb-cxf-bundle-2.5.2.jar, DefaultTypeCreator.class
package org.apache.cxf.aegis.type
DefaultTypeCreator.createClassInfo ( java.beans.PropertyDescriptor pd ) : TypeClassInfo
[run-time name: org/apache/cxf/aegis/type/DefaultTypeCreator.createClassInfo:(Ljava/beans/PropertyDescriptor;)Lorg/apache/cxf/aegis/type/TypeClassInfo;]
DefaultTypeCreator.createClassInfo ( reflect.Method m, int index ) : TypeClassInfo
[run-time name: org/apache/cxf/aegis/type/DefaultTypeCreator.createClassInfo:(Ljava/lang/reflect/Method;I)Lorg/apache/cxf/aegis/type/TypeClassInfo;]
DefaultTypeCreator.createCollectionType ( TypeClassInfo info ) : AegisType
[run-time name: org/apache/cxf/aegis/type/DefaultTypeCreator.createCollectionType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
DefaultTypeCreator.createDefaultType ( TypeClassInfo info ) : AegisType
[run-time name: org/apache/cxf/aegis/type/DefaultTypeCreator.createDefaultType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
DefaultTypeCreator.DefaultTypeCreator ( )
[run-time name: org/apache/cxf/aegis/type/DefaultTypeCreator."<init>":()V]
DefaultTypeCreator.DefaultTypeCreator ( TypeCreationOptions configuration )
[run-time name: org/apache/cxf/aegis/type/DefaultTypeCreator."<init>":(Lorg/apache/cxf/aegis/type/TypeCreationOptions;)V]
DefaultTypeCreator.getOrCreateMapKeyType ( TypeClassInfo info ) : AegisType
[run-time name: org/apache/cxf/aegis/type/DefaultTypeCreator.getOrCreateMapKeyType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
DefaultTypeCreator.getOrCreateMapValueType ( TypeClassInfo info ) : AegisType
[run-time name: org/apache/cxf/aegis/type/DefaultTypeCreator.getOrCreateMapValueType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
openejb-cxf-bundle-2.5.2.jar, DefaultTypeMapping.class
package org.apache.cxf.aegis.type
DefaultTypeMapping.createDefaultTypeMapping ( boolean defaultNillable, boolean enableMtomXmime ) [static] : DefaultTypeMapping
[run-time name: org/apache/cxf/aegis/type/DefaultTypeMapping.createDefaultTypeMapping:(ZZ)Lorg/apache/cxf/aegis/type/DefaultTypeMapping;]
DefaultTypeMapping.createDefaultTypeMapping ( boolean defaultNillable, boolean enableMtomXmime, boolean enableJDOM ) [static] : DefaultTypeMapping
[run-time name: org/apache/cxf/aegis/type/DefaultTypeMapping.createDefaultTypeMapping:(ZZZ)Lorg/apache/cxf/aegis/type/DefaultTypeMapping;]
DefaultTypeMapping.createSoap11TypeMapping ( boolean defaultNillable, boolean enableMtomXmime ) [static] : DefaultTypeMapping
[run-time name: org/apache/cxf/aegis/type/DefaultTypeMapping.createSoap11TypeMapping:(ZZ)Lorg/apache/cxf/aegis/type/DefaultTypeMapping;]
DefaultTypeMapping.createSoap11TypeMapping ( boolean defaultNillable, boolean enableMtomXmime, boolean enableJDOM ) [static] : DefaultTypeMapping
[run-time name: org/apache/cxf/aegis/type/DefaultTypeMapping.createSoap11TypeMapping:(ZZZ)Lorg/apache/cxf/aegis/type/DefaultTypeMapping;]
DefaultTypeMapping.DefaultTypeMapping ( )
[run-time name: org/apache/cxf/aegis/type/DefaultTypeMapping."<init>":()V]
DefaultTypeMapping.DefaultTypeMapping ( String identifierURI )
[run-time name: org/apache/cxf/aegis/type/DefaultTypeMapping."<init>":(Ljava/lang/String;)V]
DefaultTypeMapping.DefaultTypeMapping ( String identifierURI, TypeMapping defaultTM )
[run-time name: org/apache/cxf/aegis/type/DefaultTypeMapping."<init>":(Ljava/lang/String;Lorg/apache/cxf/aegis/type/TypeMapping;)V]
DefaultTypeMapping.getMappingIdentifierURI ( ) : String
[run-time name: org/apache/cxf/aegis/type/DefaultTypeMapping.getMappingIdentifierURI:()Ljava/lang/String;]
DefaultTypeMapping.getParent ( ) : TypeMapping
[run-time name: org/apache/cxf/aegis/type/DefaultTypeMapping.getParent:()Lorg/apache/cxf/aegis/type/TypeMapping;]
DefaultTypeMapping.getType ( javax.xml.namespace.QName xmlType ) : AegisType
[run-time name: org/apache/cxf/aegis/type/DefaultTypeMapping.getType:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/aegis/type/AegisType;]
DefaultTypeMapping.getType ( reflect.Type javaType ) : AegisType
[run-time name: org/apache/cxf/aegis/type/DefaultTypeMapping.getType:(Ljava/lang/reflect/Type;)Lorg/apache/cxf/aegis/type/AegisType;]
DefaultTypeMapping.getTypeCreator ( ) : TypeCreator
[run-time name: org/apache/cxf/aegis/type/DefaultTypeMapping.getTypeCreator:()Lorg/apache/cxf/aegis/type/TypeCreator;]
DefaultTypeMapping.getTypeQName ( reflect.Type clazz ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/DefaultTypeMapping.getTypeQName:(Ljava/lang/reflect/Type;)Ljavax/xml/namespace/QName;]
DefaultTypeMapping.isRegistered ( javax.xml.namespace.QName xmlType ) : boolean
[run-time name: org/apache/cxf/aegis/type/DefaultTypeMapping.isRegistered:(Ljavax/xml/namespace/QName;)Z]
DefaultTypeMapping.isRegistered ( reflect.Type javaType ) : boolean
[run-time name: org/apache/cxf/aegis/type/DefaultTypeMapping.isRegistered:(Ljava/lang/reflect/Type;)Z]
DefaultTypeMapping.register ( AegisType type ) : void
[run-time name: org/apache/cxf/aegis/type/DefaultTypeMapping.register:(Lorg/apache/cxf/aegis/type/AegisType;)V]
DefaultTypeMapping.register ( reflect.Type javaType, javax.xml.namespace.QName xmlType, AegisType type ) : void
[run-time name: org/apache/cxf/aegis/type/DefaultTypeMapping.register:(Ljava/lang/reflect/Type;Ljavax/xml/namespace/QName;Lorg/apache/cxf/aegis/type/AegisType;)V]
DefaultTypeMapping.removeType ( AegisType type ) : void
[run-time name: org/apache/cxf/aegis/type/DefaultTypeMapping.removeType:(Lorg/apache/cxf/aegis/type/AegisType;)V]
DefaultTypeMapping.setMappingIdentifierURI ( String uri ) : void
[run-time name: org/apache/cxf/aegis/type/DefaultTypeMapping.setMappingIdentifierURI:(Ljava/lang/String;)V]
DefaultTypeMapping.setTypeCreator ( TypeCreator typeCreator ) : void
[run-time name: org/apache/cxf/aegis/type/DefaultTypeMapping.setTypeCreator:(Lorg/apache/cxf/aegis/type/TypeCreator;)V]
openejb-cxf-bundle-2.5.2.jar, DefaultValueProvider.class
package org.apache.cxf.tools.wsdlto.core
DefaultValueProvider.chooseEnumValue ( String p1, java.util.Set p2 ) [abstract] : String
[run-time name: org/apache/cxf/tools/wsdlto/core/DefaultValueProvider.chooseEnumValue:(Ljava/lang/String;Ljava/util/Set;)Ljava/lang/String;]
DefaultValueProvider.getBigDecimalValue ( String p1 ) [abstract] : java.math.BigDecimal
[run-time name: org/apache/cxf/tools/wsdlto/core/DefaultValueProvider.getBigDecimalValue:(Ljava/lang/String;)Ljava/math/BigDecimal;]
DefaultValueProvider.getBigIntegerValue ( String p1 ) [abstract] : java.math.BigInteger
[run-time name: org/apache/cxf/tools/wsdlto/core/DefaultValueProvider.getBigIntegerValue:(Ljava/lang/String;)Ljava/math/BigInteger;]
DefaultValueProvider.getBooleanValue ( String p1 ) [abstract] : boolean
[run-time name: org/apache/cxf/tools/wsdlto/core/DefaultValueProvider.getBooleanValue:(Ljava/lang/String;)Z]
DefaultValueProvider.getByteValue ( String p1 ) [abstract] : byte
[run-time name: org/apache/cxf/tools/wsdlto/core/DefaultValueProvider.getByteValue:(Ljava/lang/String;)B]
DefaultValueProvider.getCharValue ( String p1 ) [abstract] : char
[run-time name: org/apache/cxf/tools/wsdlto/core/DefaultValueProvider.getCharValue:(Ljava/lang/String;)C]
DefaultValueProvider.getDoubleValue ( String p1 ) [abstract] : double
[run-time name: org/apache/cxf/tools/wsdlto/core/DefaultValueProvider.getDoubleValue:(Ljava/lang/String;)D]
DefaultValueProvider.getDurationValueString ( String p1 ) [abstract] : String
[run-time name: org/apache/cxf/tools/wsdlto/core/DefaultValueProvider.getDurationValueString:(Ljava/lang/String;)Ljava/lang/String;]
DefaultValueProvider.getFloatValue ( String p1 ) [abstract] : float
[run-time name: org/apache/cxf/tools/wsdlto/core/DefaultValueProvider.getFloatValue:(Ljava/lang/String;)F]
DefaultValueProvider.getIntValue ( String p1 ) [abstract] : int
[run-time name: org/apache/cxf/tools/wsdlto/core/DefaultValueProvider.getIntValue:(Ljava/lang/String;)I]
DefaultValueProvider.getListLength ( String p1 ) [abstract] : int
[run-time name: org/apache/cxf/tools/wsdlto/core/DefaultValueProvider.getListLength:(Ljava/lang/String;)I]
DefaultValueProvider.getLongValue ( String p1 ) [abstract] : long
[run-time name: org/apache/cxf/tools/wsdlto/core/DefaultValueProvider.getLongValue:(Ljava/lang/String;)J]
DefaultValueProvider.getQNameValue ( String p1 ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/tools/wsdlto/core/DefaultValueProvider.getQNameValue:(Ljava/lang/String;)Ljavax/xml/namespace/QName;]
DefaultValueProvider.getShortValue ( String p1 ) [abstract] : short
[run-time name: org/apache/cxf/tools/wsdlto/core/DefaultValueProvider.getShortValue:(Ljava/lang/String;)S]
DefaultValueProvider.getStringValue ( String p1 ) [abstract] : String
[run-time name: org/apache/cxf/tools/wsdlto/core/DefaultValueProvider.getStringValue:(Ljava/lang/String;)Ljava/lang/String;]
DefaultValueProvider.getURIValue ( String p1 ) [abstract] : java.net.URI
[run-time name: org/apache/cxf/tools/wsdlto/core/DefaultValueProvider.getURIValue:(Ljava/lang/String;)Ljava/net/URI;]
DefaultValueProvider.getXMLGregorianCalendarValueString ( String p1 ) [abstract] : String
[run-time name: org/apache/cxf/tools/wsdlto/core/DefaultValueProvider.getXMLGregorianCalendarValueString:(Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, DefaultValueWriter.class
package org.apache.cxf.tools.common.model
DefaultValueWriter.writeDefaultValue ( java.io.Writer p1, String p2, String p3, String p4 ) [abstract] : void
[run-time name: org/apache/cxf/tools/common/model/DefaultValueWriter.writeDefaultValue:(Ljava/io/Writer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, DeferredActionCollection.class
package org.apache.cxf.tools.corba.processors.idl
DeferredActionCollection.add ( Scope scope, DeferredAction action ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/DeferredActionCollection.add:(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Lorg/apache/cxf/tools/corba/processors/idl/DeferredAction;)V]
DeferredActionCollection.DeferredActionCollection ( )
[run-time name: org/apache/cxf/tools/corba/processors/idl/DeferredActionCollection."<init>":()V]
DeferredActionCollection.getActions ( Scope scope ) : java.util.List
[run-time name: org/apache/cxf/tools/corba/processors/idl/DeferredActionCollection.getActions:(Lorg/apache/cxf/tools/corba/processors/idl/Scope;)Ljava/util/List;]
DeferredActionCollection.getSize ( ) : int
[run-time name: org/apache/cxf/tools/corba/processors/idl/DeferredActionCollection.getSize:()I]
DeferredActionCollection.remove ( Scope scope, DeferredAction action ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/DeferredActionCollection.remove:(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Lorg/apache/cxf/tools/corba/processors/idl/DeferredAction;)V]
DeferredActionCollection.removeScope ( Scope scope ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/DeferredActionCollection.removeScope:(Lorg/apache/cxf/tools/corba/processors/idl/Scope;)V]
openejb-cxf-bundle-2.5.2.jar, DeferredConduitSelector.class
package org.apache.cxf.endpoint
DeferredConduitSelector.DeferredConduitSelector ( )
[run-time name: org/apache/cxf/endpoint/DeferredConduitSelector."<init>":()V]
DeferredConduitSelector.DeferredConduitSelector ( org.apache.cxf.transport.Conduit c )
[run-time name: org/apache/cxf/endpoint/DeferredConduitSelector."<init>":(Lorg/apache/cxf/transport/Conduit;)V]
DeferredConduitSelector.getLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/cxf/endpoint/DeferredConduitSelector.getLogger:()Ljava/util/logging/Logger;]
DeferredConduitSelector.prepare ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/endpoint/DeferredConduitSelector.prepare:(Lorg/apache/cxf/message/Message;)V]
DeferredConduitSelector.selectConduit ( org.apache.cxf.message.Message message ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/endpoint/DeferredConduitSelector.selectConduit:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/transport/Conduit;]
openejb-cxf-bundle-2.5.2.jar, DefineState.class
package org.apache.cxf.tools.corba.idlpreprocessor
DefineState.define ( String symbol, String value ) : void
[run-time name: org/apache/cxf/tools/corba/idlpreprocessor/DefineState.define:(Ljava/lang/String;Ljava/lang/String;)V]
DefineState.DefineState ( java.util.Map initialDefines )
[run-time name: org/apache/cxf/tools/corba/idlpreprocessor/DefineState."<init>":(Ljava/util/Map;)V]
DefineState.getValue ( String symbol ) : String
[run-time name: org/apache/cxf/tools/corba/idlpreprocessor/DefineState.getValue:(Ljava/lang/String;)Ljava/lang/String;]
DefineState.isDefined ( String symbol ) : boolean
[run-time name: org/apache/cxf/tools/corba/idlpreprocessor/DefineState.isDefined:(Ljava/lang/String;)Z]
DefineState.undefine ( String symbol ) : void
[run-time name: org/apache/cxf/tools/corba/idlpreprocessor/DefineState.undefine:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, DefinitionVisitor.class
package org.apache.cxf.tools.corba.processors.idl
DefinitionVisitor.DefinitionVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor )
[run-time name: org/apache/cxf/tools/corba/processors/idl/DefinitionVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;)V]
DefinitionVisitor.visit ( antlr.collections.AST node ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/DefinitionVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, DelegateToType.class
package org.apache.cxf.ws.security.sts.provider.model
DelegateToType.DelegateToType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/DelegateToType."<init>":()V]
DelegateToType.getAny ( ) : Object
[run-time name: org/apache/cxf/ws/security/sts/provider/model/DelegateToType.getAny:()Ljava/lang/Object;]
DelegateToType.setAny ( Object value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/DelegateToType.setAny:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, DelegatingCallbackHandler.class
package org.apache.cxf.ws.security.wss4j
DelegatingCallbackHandler.DelegatingCallbackHandler ( javax.security.auth.callback.CallbackHandler pwdHandler )
[run-time name: org/apache/cxf/ws/security/wss4j/DelegatingCallbackHandler."<init>":(Ljavax/security/auth/callback/CallbackHandler;)V]
DelegatingCallbackHandler.handle ( javax.security.auth.callback.Callback[ ] callbacks ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/DelegatingCallbackHandler.handle:([Ljavax/security/auth/callback/Callback;)V]
DelegatingCallbackHandler.handleCallback ( javax.security.auth.callback.Callback c ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/DelegatingCallbackHandler.handleCallback:(Ljavax/security/auth/callback/Callback;)V]
openejb-cxf-bundle-2.5.2.jar, DelegatingInputStream.class
package org.apache.cxf.attachment
DelegatingInputStream.available ( ) : int
[run-time name: org/apache/cxf/attachment/DelegatingInputStream.available:()I]
DelegatingInputStream.close ( ) : void
[run-time name: org/apache/cxf/attachment/DelegatingInputStream.close:()V]
DelegatingInputStream.getInputStream ( ) : java.io.InputStream
[run-time name: org/apache/cxf/attachment/DelegatingInputStream.getInputStream:()Ljava/io/InputStream;]
DelegatingInputStream.isClosed ( ) : boolean
[run-time name: org/apache/cxf/attachment/DelegatingInputStream.isClosed:()Z]
DelegatingInputStream.mark ( int arg0 ) : void
[run-time name: org/apache/cxf/attachment/DelegatingInputStream.mark:(I)V]
DelegatingInputStream.markSupported ( ) : boolean
[run-time name: org/apache/cxf/attachment/DelegatingInputStream.markSupported:()Z]
DelegatingInputStream.read ( ) : int
[run-time name: org/apache/cxf/attachment/DelegatingInputStream.read:()I]
DelegatingInputStream.read ( byte[ ] bytes ) : int
[run-time name: org/apache/cxf/attachment/DelegatingInputStream.read:([B)I]
DelegatingInputStream.read ( byte[ ] bytes, int arg1, int arg2 ) : int
[run-time name: org/apache/cxf/attachment/DelegatingInputStream.read:([BII)I]
DelegatingInputStream.reset ( ) : void
[run-time name: org/apache/cxf/attachment/DelegatingInputStream.reset:()V]
DelegatingInputStream.setClosed ( boolean closed ) : void
[run-time name: org/apache/cxf/attachment/DelegatingInputStream.setClosed:(Z)V]
DelegatingInputStream.setInputStream ( java.io.InputStream inputStream ) : void
[run-time name: org/apache/cxf/attachment/DelegatingInputStream.setInputStream:(Ljava/io/InputStream;)V]
DelegatingInputStream.skip ( long n ) : long
[run-time name: org/apache/cxf/attachment/DelegatingInputStream.skip:(J)J]
package org.apache.cxf.io
DelegatingInputStream.cacheInput ( ) : void
[run-time name: org/apache/cxf/io/DelegatingInputStream.cacheInput:()V]
DelegatingInputStream.DelegatingInputStream ( java.io.InputStream is )
[run-time name: org/apache/cxf/io/DelegatingInputStream."<init>":(Ljava/io/InputStream;)V]
DelegatingInputStream.getInputStream ( ) : java.io.InputStream
[run-time name: org/apache/cxf/io/DelegatingInputStream.getInputStream:()Ljava/io/InputStream;]
DelegatingInputStream.setInputStream ( java.io.InputStream inputStream ) : void
[run-time name: org/apache/cxf/io/DelegatingInputStream.setInputStream:(Ljava/io/InputStream;)V]
openejb-cxf-bundle-2.5.2.jar, DelegatingXMLStreamWriter.class
package org.apache.cxf.staxutils
DelegatingXMLStreamWriter.close ( ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.close:()V]
DelegatingXMLStreamWriter.DelegatingXMLStreamWriter ( javax.xml.stream.XMLStreamWriter del )
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter."<init>":(Ljavax/xml/stream/XMLStreamWriter;)V]
DelegatingXMLStreamWriter.flush ( ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.flush:()V]
DelegatingXMLStreamWriter.getNamespaceContext ( ) : javax.xml.namespace.NamespaceContext
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.getNamespaceContext:()Ljavax/xml/namespace/NamespaceContext;]
DelegatingXMLStreamWriter.getPrefix ( String uri ) : String
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.getPrefix:(Ljava/lang/String;)Ljava/lang/String;]
DelegatingXMLStreamWriter.getProperty ( String name ) : Object
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
DelegatingXMLStreamWriter.setDefaultNamespace ( String uri ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.setDefaultNamespace:(Ljava/lang/String;)V]
DelegatingXMLStreamWriter.setNamespaceContext ( javax.xml.namespace.NamespaceContext ctx ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.setNamespaceContext:(Ljavax/xml/namespace/NamespaceContext;)V]
DelegatingXMLStreamWriter.setPrefix ( String pfx, String uri ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.setPrefix:(Ljava/lang/String;Ljava/lang/String;)V]
DelegatingXMLStreamWriter.writeAttribute ( String local, String value ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;)V]
DelegatingXMLStreamWriter.writeAttribute ( String prefix, String uri, String local, String value ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DelegatingXMLStreamWriter.writeAttribute ( String uri, String local, String value ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DelegatingXMLStreamWriter.writeCData ( String cdata ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeCData:(Ljava/lang/String;)V]
DelegatingXMLStreamWriter.writeCharacters ( char[ ] arg0, int arg1, int arg2 ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeCharacters:([CII)V]
DelegatingXMLStreamWriter.writeCharacters ( String text ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeCharacters:(Ljava/lang/String;)V]
DelegatingXMLStreamWriter.writeComment ( String text ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeComment:(Ljava/lang/String;)V]
DelegatingXMLStreamWriter.writeDefaultNamespace ( String uri ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeDefaultNamespace:(Ljava/lang/String;)V]
DelegatingXMLStreamWriter.writeDTD ( String dtd ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeDTD:(Ljava/lang/String;)V]
DelegatingXMLStreamWriter.writeEmptyElement ( String localName ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeEmptyElement:(Ljava/lang/String;)V]
DelegatingXMLStreamWriter.writeEmptyElement ( String prefix, String local, String uri ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeEmptyElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DelegatingXMLStreamWriter.writeEmptyElement ( String uri, String local ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeEmptyElement:(Ljava/lang/String;Ljava/lang/String;)V]
DelegatingXMLStreamWriter.writeEndDocument ( ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeEndDocument:()V]
DelegatingXMLStreamWriter.writeEndElement ( ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeEndElement:()V]
DelegatingXMLStreamWriter.writeEntityRef ( String ent ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeEntityRef:(Ljava/lang/String;)V]
DelegatingXMLStreamWriter.writeNamespace ( String prefix, String uri ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
DelegatingXMLStreamWriter.writeProcessingInstruction ( String target ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeProcessingInstruction:(Ljava/lang/String;)V]
DelegatingXMLStreamWriter.writeProcessingInstruction ( String target, String data ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeProcessingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
DelegatingXMLStreamWriter.writeStartDocument ( ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeStartDocument:()V]
DelegatingXMLStreamWriter.writeStartDocument ( String encoding, String ver ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeStartDocument:(Ljava/lang/String;Ljava/lang/String;)V]
DelegatingXMLStreamWriter.writeStartDocument ( String ver ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeStartDocument:(Ljava/lang/String;)V]
DelegatingXMLStreamWriter.writeStartElement ( String local ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeStartElement:(Ljava/lang/String;)V]
DelegatingXMLStreamWriter.writeStartElement ( String prefix, String local, String uri ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeStartElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DelegatingXMLStreamWriter.writeStartElement ( String uri, String local ) : void
[run-time name: org/apache/cxf/staxutils/DelegatingXMLStreamWriter.writeStartElement:(Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, DelegationCallback.class
package org.apache.cxf.ws.security.trust.delegation
DelegationCallback.DelegationCallback ( )
[run-time name: org/apache/cxf/ws/security/trust/delegation/DelegationCallback."<init>":()V]
DelegationCallback.DelegationCallback ( org.apache.cxf.message.Message currentMessage )
[run-time name: org/apache/cxf/ws/security/trust/delegation/DelegationCallback."<init>":(Lorg/apache/cxf/message/Message;)V]
DelegationCallback.getCurrentMessage ( ) : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/ws/security/trust/delegation/DelegationCallback.getCurrentMessage:()Lorg/apache/cxf/message/Message;]
DelegationCallback.getToken ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/security/trust/delegation/DelegationCallback.getToken:()Lorg/w3c/dom/Element;]
DelegationCallback.setCurrentMessage ( org.apache.cxf.message.Message currentMessage ) : void
[run-time name: org/apache/cxf/ws/security/trust/delegation/DelegationCallback.setCurrentMessage:(Lorg/apache/cxf/message/Message;)V]
DelegationCallback.setToken ( org.w3c.dom.Element token ) : void
[run-time name: org/apache/cxf/ws/security/trust/delegation/DelegationCallback.setToken:(Lorg/w3c/dom/Element;)V]
openejb-cxf-bundle-2.5.2.jar, DeliveryAssurance.class
package org.apache.cxf.ws.rmp.v200702
DeliveryAssurance.DeliveryAssurance ( )
[run-time name: org/apache/cxf/ws/rmp/v200702/DeliveryAssurance."<init>":()V]
DeliveryAssurance.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rmp/v200702/DeliveryAssurance.getAny:()Ljava/util/List;]
DeliveryAssurance.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rmp/v200702/DeliveryAssurance.isSetAny:()Z]
DeliveryAssurance.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rmp/v200702/DeliveryAssurance.unsetAny:()V]
openejb-cxf-bundle-2.5.2.jar, DeliveryAssuranceType.class
package org.apache.cxf.ws.rm.manager
DeliveryAssuranceType.DeliveryAssuranceType ( )
[run-time name: org/apache/cxf/ws/rm/manager/DeliveryAssuranceType."<init>":()V]
DeliveryAssuranceType.getAtLeastOnce ( ) : DeliveryAssuranceType.AtLeastOnce
[run-time name: org/apache/cxf/ws/rm/manager/DeliveryAssuranceType.getAtLeastOnce:()Lorg/apache/cxf/ws/rm/manager/DeliveryAssuranceType$AtLeastOnce;]
DeliveryAssuranceType.getAtMostOnce ( ) : DeliveryAssuranceType.AtMostOnce
[run-time name: org/apache/cxf/ws/rm/manager/DeliveryAssuranceType.getAtMostOnce:()Lorg/apache/cxf/ws/rm/manager/DeliveryAssuranceType$AtMostOnce;]
DeliveryAssuranceType.getExactlyOnce ( ) : DeliveryAssuranceType.ExactlyOnce
[run-time name: org/apache/cxf/ws/rm/manager/DeliveryAssuranceType.getExactlyOnce:()Lorg/apache/cxf/ws/rm/manager/DeliveryAssuranceType$ExactlyOnce;]
DeliveryAssuranceType.getInOrder ( ) : DeliveryAssuranceType.InOrder
[run-time name: org/apache/cxf/ws/rm/manager/DeliveryAssuranceType.getInOrder:()Lorg/apache/cxf/ws/rm/manager/DeliveryAssuranceType$InOrder;]
DeliveryAssuranceType.isSetAtLeastOnce ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/manager/DeliveryAssuranceType.isSetAtLeastOnce:()Z]
DeliveryAssuranceType.isSetAtMostOnce ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/manager/DeliveryAssuranceType.isSetAtMostOnce:()Z]
DeliveryAssuranceType.isSetExactlyOnce ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/manager/DeliveryAssuranceType.isSetExactlyOnce:()Z]
DeliveryAssuranceType.isSetInOrder ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/manager/DeliveryAssuranceType.isSetInOrder:()Z]
DeliveryAssuranceType.setAtLeastOnce ( DeliveryAssuranceType.AtLeastOnce value ) : void
[run-time name: org/apache/cxf/ws/rm/manager/DeliveryAssuranceType.setAtLeastOnce:(Lorg/apache/cxf/ws/rm/manager/DeliveryAssuranceType$AtLeastOnce;)V]
DeliveryAssuranceType.setAtMostOnce ( DeliveryAssuranceType.AtMostOnce value ) : void
[run-time name: org/apache/cxf/ws/rm/manager/DeliveryAssuranceType.setAtMostOnce:(Lorg/apache/cxf/ws/rm/manager/DeliveryAssuranceType$AtMostOnce;)V]
DeliveryAssuranceType.setExactlyOnce ( DeliveryAssuranceType.ExactlyOnce value ) : void
[run-time name: org/apache/cxf/ws/rm/manager/DeliveryAssuranceType.setExactlyOnce:(Lorg/apache/cxf/ws/rm/manager/DeliveryAssuranceType$ExactlyOnce;)V]
DeliveryAssuranceType.setInOrder ( DeliveryAssuranceType.InOrder value ) : void
[run-time name: org/apache/cxf/ws/rm/manager/DeliveryAssuranceType.setInOrder:(Lorg/apache/cxf/ws/rm/manager/DeliveryAssuranceType$InOrder;)V]
openejb-cxf-bundle-2.5.2.jar, DeliveryModeType.class
package org.apache.cxf.transport.jms.uri
DeliveryModeType.fromValue ( String v ) [static] : DeliveryModeType
[run-time name: org/apache/cxf/transport/jms/uri/DeliveryModeType.fromValue:(Ljava/lang/String;)Lorg/apache/cxf/transport/jms/uri/DeliveryModeType;]
DeliveryModeType.value ( ) : String
[run-time name: org/apache/cxf/transport/jms/uri/DeliveryModeType.value:()Ljava/lang/String;]
DeliveryModeType.valueOf ( String name ) [static] : DeliveryModeType
[run-time name: org/apache/cxf/transport/jms/uri/DeliveryModeType.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/transport/jms/uri/DeliveryModeType;]
DeliveryModeType.values ( ) [static] : DeliveryModeType[ ]
[run-time name: org/apache/cxf/transport/jms/uri/DeliveryModeType.values:()[Lorg/apache/cxf/transport/jms/uri/DeliveryModeType;]
package org.apache.cxf.transport.jms.wsdl
DeliveryModeType.DeliveryModeType ( )
[run-time name: org/apache/cxf/transport/jms/wsdl/DeliveryModeType."<init>":()V]
DeliveryModeType.getElementType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/transport/jms/wsdl/DeliveryModeType.getElementType:()Ljavax/xml/namespace/QName;]
DeliveryModeType.getRequired ( ) : Boolean
[run-time name: org/apache/cxf/transport/jms/wsdl/DeliveryModeType.getRequired:()Ljava/lang/Boolean;]
DeliveryModeType.getValue ( ) : String
[run-time name: org/apache/cxf/transport/jms/wsdl/DeliveryModeType.getValue:()Ljava/lang/String;]
DeliveryModeType.setElementType ( javax.xml.namespace.QName type ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/DeliveryModeType.setElementType:(Ljavax/xml/namespace/QName;)V]
DeliveryModeType.setRequired ( Boolean required ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/DeliveryModeType.setRequired:(Ljava/lang/Boolean;)V]
DeliveryModeType.setValue ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/DeliveryModeType.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, DepthXMLStreamReader.class
package org.apache.cxf.staxutils
DepthXMLStreamReader.close ( ) : void
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.close:()V]
DepthXMLStreamReader.DepthXMLStreamReader ( javax.xml.stream.XMLStreamReader r )
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader."<init>":(Ljavax/xml/stream/XMLStreamReader;)V]
DepthXMLStreamReader.equals ( Object arg0 ) : boolean
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.equals:(Ljava/lang/Object;)Z]
DepthXMLStreamReader.getAttributeCount ( ) : int
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getAttributeCount:()I]
DepthXMLStreamReader.getAttributeLocalName ( int arg0 ) : String
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getAttributeLocalName:(I)Ljava/lang/String;]
DepthXMLStreamReader.getAttributeName ( int arg0 ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getAttributeName:(I)Ljavax/xml/namespace/QName;]
DepthXMLStreamReader.getAttributeNamespace ( int arg0 ) : String
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getAttributeNamespace:(I)Ljava/lang/String;]
DepthXMLStreamReader.getAttributePrefix ( int arg0 ) : String
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getAttributePrefix:(I)Ljava/lang/String;]
DepthXMLStreamReader.getAttributeType ( int arg0 ) : String
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getAttributeType:(I)Ljava/lang/String;]
DepthXMLStreamReader.getAttributeValue ( int arg0 ) : String
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getAttributeValue:(I)Ljava/lang/String;]
DepthXMLStreamReader.getAttributeValue ( String namespace, String localName ) : String
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getAttributeValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
DepthXMLStreamReader.getCharacterEncodingScheme ( ) : String
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getCharacterEncodingScheme:()Ljava/lang/String;]
DepthXMLStreamReader.getDepth ( ) : int
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getDepth:()I]
DepthXMLStreamReader.getElementText ( ) : String
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getElementText:()Ljava/lang/String;]
DepthXMLStreamReader.getEncoding ( ) : String
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getEncoding:()Ljava/lang/String;]
DepthXMLStreamReader.getEventType ( ) : int
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getEventType:()I]
DepthXMLStreamReader.getLocalName ( ) : String
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getLocalName:()Ljava/lang/String;]
DepthXMLStreamReader.getLocation ( ) : javax.xml.stream.Location
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getLocation:()Ljavax/xml/stream/Location;]
DepthXMLStreamReader.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getName:()Ljavax/xml/namespace/QName;]
DepthXMLStreamReader.getNamespaceContext ( ) : javax.xml.namespace.NamespaceContext
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getNamespaceContext:()Ljavax/xml/namespace/NamespaceContext;]
DepthXMLStreamReader.getNamespaceCount ( ) : int
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getNamespaceCount:()I]
DepthXMLStreamReader.getNamespacePrefix ( int arg0 ) : String
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getNamespacePrefix:(I)Ljava/lang/String;]
DepthXMLStreamReader.getNamespaceURI ( ) : String
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getNamespaceURI:()Ljava/lang/String;]
DepthXMLStreamReader.getNamespaceURI ( int arg0 ) : String
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getNamespaceURI:(I)Ljava/lang/String;]
DepthXMLStreamReader.getNamespaceURI ( String arg0 ) : String
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getNamespaceURI:(Ljava/lang/String;)Ljava/lang/String;]
DepthXMLStreamReader.getPIData ( ) : String
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getPIData:()Ljava/lang/String;]
DepthXMLStreamReader.getPITarget ( ) : String
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getPITarget:()Ljava/lang/String;]
DepthXMLStreamReader.getPrefix ( ) : String
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getPrefix:()Ljava/lang/String;]
DepthXMLStreamReader.getProperty ( String arg0 ) : Object
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
DepthXMLStreamReader.getReader ( ) : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getReader:()Ljavax/xml/stream/XMLStreamReader;]
DepthXMLStreamReader.getText ( ) : String
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getText:()Ljava/lang/String;]
DepthXMLStreamReader.getTextCharacters ( ) : char[ ]
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getTextCharacters:()[C]
DepthXMLStreamReader.getTextCharacters ( int arg0, char[ ] arg1, int arg2, int arg3 ) : int
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getTextCharacters:(I[CII)I]
DepthXMLStreamReader.getTextLength ( ) : int
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getTextLength:()I]
DepthXMLStreamReader.getTextStart ( ) : int
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getTextStart:()I]
DepthXMLStreamReader.getVersion ( ) : String
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.getVersion:()Ljava/lang/String;]
DepthXMLStreamReader.hashCode ( ) : int
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.hashCode:()I]
DepthXMLStreamReader.hasName ( ) : boolean
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.hasName:()Z]
DepthXMLStreamReader.hasNext ( ) : boolean
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.hasNext:()Z]
DepthXMLStreamReader.hasText ( ) : boolean
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.hasText:()Z]
DepthXMLStreamReader.isAttributeSpecified ( int arg0 ) : boolean
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.isAttributeSpecified:(I)Z]
DepthXMLStreamReader.isCharacters ( ) : boolean
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.isCharacters:()Z]
DepthXMLStreamReader.isEndElement ( ) : boolean
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.isEndElement:()Z]
DepthXMLStreamReader.isStandalone ( ) : boolean
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.isStandalone:()Z]
DepthXMLStreamReader.isStartElement ( ) : boolean
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.isStartElement:()Z]
DepthXMLStreamReader.isWhiteSpace ( ) : boolean
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.isWhiteSpace:()Z]
DepthXMLStreamReader.next ( ) : int
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.next:()I]
DepthXMLStreamReader.nextTag ( ) : int
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.nextTag:()I]
DepthXMLStreamReader.require ( int arg0, String arg1, String arg2 ) : void
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.require:(ILjava/lang/String;Ljava/lang/String;)V]
DepthXMLStreamReader.standaloneSet ( ) : boolean
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.standaloneSet:()Z]
DepthXMLStreamReader.toString ( ) : String
[run-time name: org/apache/cxf/staxutils/DepthXMLStreamReader.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, Description.class
package org.apache.cxf.jaxrs.model.wadl
Description.docuri ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxrs/model/wadl/Description.docuri:()Ljava/lang/String;]
Description.lang ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxrs/model/wadl/Description.lang:()Ljava/lang/String;]
Description.target ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxrs/model/wadl/Description.target:()Ljava/lang/String;]
Description.title ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxrs/model/wadl/Description.title:()Ljava/lang/String;]
Description.value ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxrs/model/wadl/Description.value:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, DescriptionInfo.class
package org.apache.cxf.service.model
DescriptionInfo.DescriptionInfo ( )
[run-time name: org/apache/cxf/service/model/DescriptionInfo."<init>":()V]
DescriptionInfo.getBaseURI ( ) : String
[run-time name: org/apache/cxf/service/model/DescriptionInfo.getBaseURI:()Ljava/lang/String;]
DescriptionInfo.getDescribed ( ) : java.util.List
[run-time name: org/apache/cxf/service/model/DescriptionInfo.getDescribed:()Ljava/util/List;]
DescriptionInfo.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/model/DescriptionInfo.getName:()Ljavax/xml/namespace/QName;]
DescriptionInfo.setBaseURI ( String u ) : void
[run-time name: org/apache/cxf/service/model/DescriptionInfo.setBaseURI:(Ljava/lang/String;)V]
DescriptionInfo.setName ( javax.xml.namespace.QName n ) : void
[run-time name: org/apache/cxf/service/model/DescriptionInfo.setName:(Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, Descriptions.class
package org.apache.cxf.jaxrs.model.wadl
Descriptions.value ( ) [abstract] : Description[ ]
[run-time name: org/apache/cxf/jaxrs/model/wadl/Descriptions.value:()[Lorg/apache/cxf/jaxrs/model/wadl/Description;]
openejb-cxf-bundle-2.5.2.jar, DescriptionType.class
package org.apache.cxf.jaxws.javaee
DescriptionType.DescriptionType ( )
[run-time name: org/apache/cxf/jaxws/javaee/DescriptionType."<init>":()V]
DescriptionType.getLang ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/DescriptionType.getLang:()Ljava/lang/String;]
DescriptionType.setLang ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/DescriptionType.setLang:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, Destination.class
package org.apache.cxf.transport
Destination.getAddress ( ) [abstract] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/transport/Destination.getAddress:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
Destination.getBackChannel ( org.apache.cxf.message.Message p1, org.apache.cxf.message.Message p2, org.apache.cxf.ws.addressing.EndpointReferenceType p3 ) [abstract] : Conduit
[run-time name: org/apache/cxf/transport/Destination.getBackChannel:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/message/Message;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/transport/Conduit;]
Destination.getMessageObserver ( ) [abstract] : MessageObserver
[run-time name: org/apache/cxf/transport/Destination.getMessageObserver:()Lorg/apache/cxf/transport/MessageObserver;]
Destination.shutdown ( ) [abstract] : void
[run-time name: org/apache/cxf/transport/Destination.shutdown:()V]
package org.apache.cxf.ws.rm
Destination.acknowledge ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/ws/rm/Destination.acknowledge:(Lorg/apache/cxf/message/Message;)V]
Destination.addSequence ( DestinationSequence seq ) : void
[run-time name: org/apache/cxf/ws/rm/Destination.addSequence:(Lorg/apache/cxf/ws/rm/DestinationSequence;)V]
Destination.addSequence ( DestinationSequence seq, boolean persist ) : void
[run-time name: org/apache/cxf/ws/rm/Destination.addSequence:(Lorg/apache/cxf/ws/rm/DestinationSequence;Z)V]
Destination.getAllSequences ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/rm/Destination.getAllSequences:()Ljava/util/Collection;]
Destination.getSequence ( v200702.Identifier id ) : DestinationSequence
[run-time name: org/apache/cxf/ws/rm/Destination.getSequence:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)Lorg/apache/cxf/ws/rm/DestinationSequence;]
Destination.removeSequence ( DestinationSequence seq ) : void
[run-time name: org/apache/cxf/ws/rm/Destination.removeSequence:(Lorg/apache/cxf/ws/rm/DestinationSequence;)V]
openejb-cxf-bundle-2.5.2.jar, DestinationFactory.class
package org.apache.cxf.transport
DestinationFactory.getDestination ( org.apache.cxf.service.model.EndpointInfo p1 ) [abstract] : Destination
[run-time name: org/apache/cxf/transport/DestinationFactory.getDestination:(Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/cxf/transport/Destination;]
DestinationFactory.getTransportIds ( ) [abstract] : java.util.List
[run-time name: org/apache/cxf/transport/DestinationFactory.getTransportIds:()Ljava/util/List;]
DestinationFactory.getUriPrefixes ( ) [abstract] : java.util.Set
[run-time name: org/apache/cxf/transport/DestinationFactory.getUriPrefixes:()Ljava/util/Set;]
openejb-cxf-bundle-2.5.2.jar, DestinationFactoryManager.class
package org.apache.cxf.transport
DestinationFactoryManager.deregisterDestinationFactory ( String p1 ) [abstract] : void
[run-time name: org/apache/cxf/transport/DestinationFactoryManager.deregisterDestinationFactory:(Ljava/lang/String;)V]
DestinationFactoryManager.getDestinationFactory ( String p1 ) [abstract] : DestinationFactory
[run-time name: org/apache/cxf/transport/DestinationFactoryManager.getDestinationFactory:(Ljava/lang/String;)Lorg/apache/cxf/transport/DestinationFactory;]
DestinationFactoryManager.getDestinationFactoryForUri ( String p1 ) [abstract] : DestinationFactory
[run-time name: org/apache/cxf/transport/DestinationFactoryManager.getDestinationFactoryForUri:(Ljava/lang/String;)Lorg/apache/cxf/transport/DestinationFactory;]
DestinationFactoryManager.registerDestinationFactory ( String p1, DestinationFactory p2 ) [abstract] : void
[run-time name: org/apache/cxf/transport/DestinationFactoryManager.registerDestinationFactory:(Ljava/lang/String;Lorg/apache/cxf/transport/DestinationFactory;)V]
openejb-cxf-bundle-2.5.2.jar, DestinationFactoryManagerImpl.class
package org.apache.cxf.transport
DestinationFactoryManagerImpl.deregisterDestinationFactory ( String namespace ) : void
[run-time name: org/apache/cxf/transport/DestinationFactoryManagerImpl.deregisterDestinationFactory:(Ljava/lang/String;)V]
DestinationFactoryManagerImpl.DestinationFactoryManagerImpl ( )
[run-time name: org/apache/cxf/transport/DestinationFactoryManagerImpl."<init>":()V]
DestinationFactoryManagerImpl.DestinationFactoryManagerImpl ( java.util.Map destinationFactories )
[run-time name: org/apache/cxf/transport/DestinationFactoryManagerImpl."<init>":(Ljava/util/Map;)V]
DestinationFactoryManagerImpl.DestinationFactoryManagerImpl ( java.util.Map destinationFactories, org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/transport/DestinationFactoryManagerImpl."<init>":(Ljava/util/Map;Lorg/apache/cxf/Bus;)V]
DestinationFactoryManagerImpl.DestinationFactoryManagerImpl ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/transport/DestinationFactoryManagerImpl."<init>":(Lorg/apache/cxf/Bus;)V]
DestinationFactoryManagerImpl.DestinationFactoryManagerImpl ( org.apache.cxf.configuration.spring.MapProvider destinationFactories )
[run-time name: org/apache/cxf/transport/DestinationFactoryManagerImpl."<init>":(Lorg/apache/cxf/configuration/spring/MapProvider;)V]
DestinationFactoryManagerImpl.getDestinationFactory ( String namespace ) : DestinationFactory
[run-time name: org/apache/cxf/transport/DestinationFactoryManagerImpl.getDestinationFactory:(Ljava/lang/String;)Lorg/apache/cxf/transport/DestinationFactory;]
DestinationFactoryManagerImpl.getDestinationFactoryForUri ( String uri ) : DestinationFactory
[run-time name: org/apache/cxf/transport/DestinationFactoryManagerImpl.getDestinationFactoryForUri:(Ljava/lang/String;)Lorg/apache/cxf/transport/DestinationFactory;]
DestinationFactoryManagerImpl.registerDestinationFactory ( String namespace, DestinationFactory factory ) : void
[run-time name: org/apache/cxf/transport/DestinationFactoryManagerImpl.registerDestinationFactory:(Ljava/lang/String;Lorg/apache/cxf/transport/DestinationFactory;)V]
DestinationFactoryManagerImpl.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/transport/DestinationFactoryManagerImpl.setBus:(Lorg/apache/cxf/Bus;)V]
DestinationFactoryManagerImpl.setMapProvider ( org.apache.cxf.configuration.spring.MapProvider mapProvider ) : void
[run-time name: org/apache/cxf/transport/DestinationFactoryManagerImpl.setMapProvider:(Lorg/apache/cxf/configuration/spring/MapProvider;)V]
openejb-cxf-bundle-2.5.2.jar, DestinationPolicyType.class
package org.apache.cxf.ws.rm.manager
DestinationPolicyType.DestinationPolicyType ( )
[run-time name: org/apache/cxf/ws/rm/manager/DestinationPolicyType."<init>":()V]
DestinationPolicyType.getAcksPolicy ( ) : AcksPolicyType
[run-time name: org/apache/cxf/ws/rm/manager/DestinationPolicyType.getAcksPolicy:()Lorg/apache/cxf/ws/rm/manager/AcksPolicyType;]
DestinationPolicyType.getSequenceExpiration ( ) : javax.xml.datatype.Duration
[run-time name: org/apache/cxf/ws/rm/manager/DestinationPolicyType.getSequenceExpiration:()Ljavax/xml/datatype/Duration;]
DestinationPolicyType.isAcceptOffers ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/manager/DestinationPolicyType.isAcceptOffers:()Z]
DestinationPolicyType.isSetAcceptOffers ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/manager/DestinationPolicyType.isSetAcceptOffers:()Z]
DestinationPolicyType.isSetAcksPolicy ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/manager/DestinationPolicyType.isSetAcksPolicy:()Z]
DestinationPolicyType.isSetSequenceExpiration ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/manager/DestinationPolicyType.isSetSequenceExpiration:()Z]
DestinationPolicyType.setAcceptOffers ( boolean value ) : void
[run-time name: org/apache/cxf/ws/rm/manager/DestinationPolicyType.setAcceptOffers:(Z)V]
DestinationPolicyType.setAcksPolicy ( AcksPolicyType value ) : void
[run-time name: org/apache/cxf/ws/rm/manager/DestinationPolicyType.setAcksPolicy:(Lorg/apache/cxf/ws/rm/manager/AcksPolicyType;)V]
DestinationPolicyType.setSequenceExpiration ( javax.xml.datatype.Duration value ) : void
[run-time name: org/apache/cxf/ws/rm/manager/DestinationPolicyType.setSequenceExpiration:(Ljavax/xml/datatype/Duration;)V]
DestinationPolicyType.unsetAcceptOffers ( ) : void
[run-time name: org/apache/cxf/ws/rm/manager/DestinationPolicyType.unsetAcceptOffers:()V]
openejb-cxf-bundle-2.5.2.jar, DestinationRegistry.class
package org.apache.cxf.transport.http
DestinationRegistry.addDestination ( AbstractHTTPDestination p1 ) [abstract] : void
[run-time name: org/apache/cxf/transport/http/DestinationRegistry.addDestination:(Lorg/apache/cxf/transport/http/AbstractHTTPDestination;)V]
DestinationRegistry.checkRestfulRequest ( String p1 ) [abstract] : AbstractHTTPDestination
[run-time name: org/apache/cxf/transport/http/DestinationRegistry.checkRestfulRequest:(Ljava/lang/String;)Lorg/apache/cxf/transport/http/AbstractHTTPDestination;]
DestinationRegistry.getDestinationForPath ( String p1 ) [abstract] : AbstractHTTPDestination
[run-time name: org/apache/cxf/transport/http/DestinationRegistry.getDestinationForPath:(Ljava/lang/String;)Lorg/apache/cxf/transport/http/AbstractHTTPDestination;]
DestinationRegistry.getDestinationForPath ( String p1, boolean p2 ) [abstract] : AbstractHTTPDestination
[run-time name: org/apache/cxf/transport/http/DestinationRegistry.getDestinationForPath:(Ljava/lang/String;Z)Lorg/apache/cxf/transport/http/AbstractHTTPDestination;]
DestinationRegistry.getDestinations ( ) [abstract] : java.util.Collection
[run-time name: org/apache/cxf/transport/http/DestinationRegistry.getDestinations:()Ljava/util/Collection;]
DestinationRegistry.getDestinationsPaths ( ) [abstract] : java.util.Set
[run-time name: org/apache/cxf/transport/http/DestinationRegistry.getDestinationsPaths:()Ljava/util/Set;]
DestinationRegistry.getSortedDestinations ( ) [abstract] : org.apache.cxf.transport.AbstractDestination[ ]
[run-time name: org/apache/cxf/transport/http/DestinationRegistry.getSortedDestinations:()[Lorg/apache/cxf/transport/AbstractDestination;]
DestinationRegistry.removeDestination ( String p1 ) [abstract] : void
[run-time name: org/apache/cxf/transport/http/DestinationRegistry.removeDestination:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, DestinationRegistryImpl.class
package org.apache.cxf.transport.http
DestinationRegistryImpl.addDestination ( AbstractHTTPDestination destination ) : void
[run-time name: org/apache/cxf/transport/http/DestinationRegistryImpl.addDestination:(Lorg/apache/cxf/transport/http/AbstractHTTPDestination;)V]
DestinationRegistryImpl.checkRestfulRequest ( String address ) : AbstractHTTPDestination
[run-time name: org/apache/cxf/transport/http/DestinationRegistryImpl.checkRestfulRequest:(Ljava/lang/String;)Lorg/apache/cxf/transport/http/AbstractHTTPDestination;]
DestinationRegistryImpl.DestinationRegistryImpl ( )
[run-time name: org/apache/cxf/transport/http/DestinationRegistryImpl."<init>":()V]
DestinationRegistryImpl.getDestinationForPath ( String path ) : AbstractHTTPDestination
[run-time name: org/apache/cxf/transport/http/DestinationRegistryImpl.getDestinationForPath:(Ljava/lang/String;)Lorg/apache/cxf/transport/http/AbstractHTTPDestination;]
DestinationRegistryImpl.getDestinationForPath ( String path, boolean tryDecoding ) : AbstractHTTPDestination
[run-time name: org/apache/cxf/transport/http/DestinationRegistryImpl.getDestinationForPath:(Ljava/lang/String;Z)Lorg/apache/cxf/transport/http/AbstractHTTPDestination;]
DestinationRegistryImpl.getDestinations ( ) : java.util.Collection
[run-time name: org/apache/cxf/transport/http/DestinationRegistryImpl.getDestinations:()Ljava/util/Collection;]
DestinationRegistryImpl.getDestinationsPaths ( ) : java.util.Set
[run-time name: org/apache/cxf/transport/http/DestinationRegistryImpl.getDestinationsPaths:()Ljava/util/Set;]
DestinationRegistryImpl.getSortedDestinations ( ) : org.apache.cxf.transport.AbstractDestination[ ]
[run-time name: org/apache/cxf/transport/http/DestinationRegistryImpl.getSortedDestinations:()[Lorg/apache/cxf/transport/AbstractDestination;]
DestinationRegistryImpl.getTrimmedPath ( String path ) [static] : String
[run-time name: org/apache/cxf/transport/http/DestinationRegistryImpl.getTrimmedPath:(Ljava/lang/String;)Ljava/lang/String;]
DestinationRegistryImpl.removeDestination ( String path ) : void
[run-time name: org/apache/cxf/transport/http/DestinationRegistryImpl.removeDestination:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, DestinationSequence.class
package org.apache.cxf.ws.rm
DestinationSequence.acknowledge ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/ws/rm/DestinationSequence.acknowledge:(Lorg/apache/cxf/message/Message;)V]
DestinationSequence.DestinationSequence ( v200702.Identifier i, org.apache.cxf.ws.addressing.EndpointReferenceType a, long lmn, v200702.SequenceAcknowledgement ac, ProtocolVariation pv )
[run-time name: org/apache/cxf/ws/rm/DestinationSequence."<init>":(Lorg/apache/cxf/ws/rm/v200702/Identifier;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;JLorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement;Lorg/apache/cxf/ws/rm/ProtocolVariation;)V]
DestinationSequence.DestinationSequence ( v200702.Identifier i, org.apache.cxf.ws.addressing.EndpointReferenceType a, Destination d, ProtocolVariation pv )
[run-time name: org/apache/cxf/ws/rm/DestinationSequence."<init>":(Lorg/apache/cxf/ws/rm/v200702/Identifier;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/ws/rm/Destination;Lorg/apache/cxf/ws/rm/ProtocolVariation;)V]
DestinationSequence.getAcknowledgment ( ) : v200702.SequenceAcknowledgement
[run-time name: org/apache/cxf/ws/rm/DestinationSequence.getAcknowledgment:()Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement;]
DestinationSequence.getAcksTo ( ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/ws/rm/DestinationSequence.getAcksTo:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
DestinationSequence.getEndpointIdentifier ( ) : String
[run-time name: org/apache/cxf/ws/rm/DestinationSequence.getEndpointIdentifier:()Ljava/lang/String;]
DestinationSequence.getLastMessageNumber ( ) : long
[run-time name: org/apache/cxf/ws/rm/DestinationSequence.getLastMessageNumber:()J]
DestinationSequence.sendAcknowledgement ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/DestinationSequence.sendAcknowledgement:()Z]
openejb-cxf-bundle-2.5.2.jar, DestinationStyleType.class
package org.apache.cxf.transport.jms
DestinationStyleType.fromValue ( String v ) [static] : DestinationStyleType
[run-time name: org/apache/cxf/transport/jms/DestinationStyleType.fromValue:(Ljava/lang/String;)Lorg/apache/cxf/transport/jms/DestinationStyleType;]
DestinationStyleType.value ( ) : String
[run-time name: org/apache/cxf/transport/jms/DestinationStyleType.value:()Ljava/lang/String;]
DestinationStyleType.valueOf ( String name ) [static] : DestinationStyleType
[run-time name: org/apache/cxf/transport/jms/DestinationStyleType.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/transport/jms/DestinationStyleType;]
DestinationStyleType.values ( ) [static] : DestinationStyleType[ ]
[run-time name: org/apache/cxf/transport/jms/DestinationStyleType.values:()[Lorg/apache/cxf/transport/jms/DestinationStyleType;]
openejb-cxf-bundle-2.5.2.jar, DestinationWithEndpoint.class
package org.apache.cxf.transport
DestinationWithEndpoint.getEndpointInfo ( ) [abstract] : org.apache.cxf.service.model.EndpointInfo
[run-time name: org/apache/cxf/transport/DestinationWithEndpoint.getEndpointInfo:()Lorg/apache/cxf/service/model/EndpointInfo;]
openejb-cxf-bundle-2.5.2.jar, DetailType.class
package org.apache.cxf.ws.rm.v200702
DetailType.DetailType ( )
[run-time name: org/apache/cxf/ws/rm/v200702/DetailType."<init>":()V]
DetailType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200702/DetailType.getAny:()Ljava/util/List;]
DetailType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200702/DetailType.getOtherAttributes:()Ljava/util/Map;]
DetailType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/DetailType.isSetAny:()Z]
DetailType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/DetailType.unsetAny:()V]
openejb-cxf-bundle-2.5.2.jar, DigestAuthSupplier.class
package org.apache.cxf.transport.http.auth
DigestAuthSupplier.createCnonce ( ) : String
[run-time name: org/apache/cxf/transport/http/auth/DigestAuthSupplier.createCnonce:()Ljava/lang/String;]
DigestAuthSupplier.DigestAuthSupplier ( )
[run-time name: org/apache/cxf/transport/http/auth/DigestAuthSupplier."<init>":()V]
DigestAuthSupplier.getAuthorization ( org.apache.cxf.configuration.security.AuthorizationPolicy authPolicy, java.net.URL currentURL, org.apache.cxf.message.Message message, String fullHeader ) : String
[run-time name: org/apache/cxf/transport/http/auth/DigestAuthSupplier.getAuthorization:(Lorg/apache/cxf/configuration/security/AuthorizationPolicy;Ljava/net/URL;Lorg/apache/cxf/message/Message;Ljava/lang/String;)Ljava/lang/String;]
DigestAuthSupplier.requiresRequestCaching ( ) : boolean
[run-time name: org/apache/cxf/transport/http/auth/DigestAuthSupplier.requiresRequestCaching:()Z]
openejb-cxf-bundle-2.5.2.jar, DigestMethodType.class
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
DigestMethodType.DigestMethodType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/DigestMethodType."<init>":()V]
DigestMethodType.getAlgorithm ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/DigestMethodType.getAlgorithm:()Ljava/lang/String;]
DigestMethodType.getContent ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/DigestMethodType.getContent:()Ljava/util/List;]
DigestMethodType.setAlgorithm ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/DigestMethodType.setAlgorithm:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, Direction.class
package org.apache.cxf.headers
Header.Direction.valueOf ( String name ) [static] : Header.Direction
[run-time name: org/apache/cxf/headers/Header.Direction.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/headers/Header$Direction;]
Header.Direction.values ( ) [static] : Header.Direction[ ]
[run-time name: org/apache/cxf/headers/Header.Direction.values:()[Lorg/apache/cxf/headers/Header$Direction;]
openejb-cxf-bundle-2.5.2.jar, DispatchImpl.class
package org.apache.cxf.jaxws
DispatchImpl.getBinding ( ) : javax.xml.ws.Binding
[run-time name: org/apache/cxf/jaxws/DispatchImpl.getBinding:()Ljavax/xml/ws/Binding;]
DispatchImpl.getClient ( ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/jaxws/DispatchImpl.getClient:()Lorg/apache/cxf/endpoint/Client;]
DispatchImpl.getEndpointReference ( ) : javax.xml.ws.EndpointReference
[run-time name: org/apache/cxf/jaxws/DispatchImpl.getEndpointReference:()Ljavax/xml/ws/EndpointReference;]
DispatchImpl.getEndpointReference ( Class clazz ) : javax.xml.ws.EndpointReference
[run-time name: org/apache/cxf/jaxws/DispatchImpl.getEndpointReference:(Ljava/lang/Class;)Ljavax/xml/ws/EndpointReference;]
DispatchImpl.getRequestContext ( ) : java.util.Map
[run-time name: org/apache/cxf/jaxws/DispatchImpl.getRequestContext:()Ljava/util/Map;]
DispatchImpl.getResponseContext ( ) : java.util.Map
[run-time name: org/apache/cxf/jaxws/DispatchImpl.getResponseContext:()Ljava/util/Map;]
DispatchImpl.invoke ( Object obj ) : Object
[run-time name: org/apache/cxf/jaxws/DispatchImpl.invoke:(Ljava/lang/Object;)Ljava/lang/Object;]
DispatchImpl.invoke ( Object obj, boolean isOneWay ) : Object
[run-time name: org/apache/cxf/jaxws/DispatchImpl.invoke:(Ljava/lang/Object;Z)Ljava/lang/Object;]
DispatchImpl.invokeAsync ( Object obj ) : javax.xml.ws.Response
[run-time name: org/apache/cxf/jaxws/DispatchImpl.invokeAsync:(Ljava/lang/Object;)Ljavax/xml/ws/Response;]
DispatchImpl.invokeAsync ( Object obj, javax.xml.ws.AsyncHandler asyncHandler ) : java.util.concurrent.Future
[run-time name: org/apache/cxf/jaxws/DispatchImpl.invokeAsync:(Ljava/lang/Object;Ljavax/xml/ws/AsyncHandler;)Ljava/util/concurrent/Future;]
DispatchImpl.invokeOneWay ( Object obj ) : void
[run-time name: org/apache/cxf/jaxws/DispatchImpl.invokeOneWay:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, DispatchInterceptor.class
package org.apache.cxf.binding.http.interceptor
DispatchInterceptor.DispatchInterceptor ( )
[run-time name: org/apache/cxf/binding/http/interceptor/DispatchInterceptor."<init>":()V]
DispatchInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/http/interceptor/DispatchInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, DisplayNameType.class
package org.apache.cxf.jaxws.javaee
DisplayNameType.DisplayNameType ( )
[run-time name: org/apache/cxf/jaxws/javaee/DisplayNameType."<init>":()V]
DisplayNameType.getLang ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/DisplayNameType.getLang:()Ljava/lang/String;]
DisplayNameType.setLang ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/DisplayNameType.setLang:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, DNConstraintsType.class
package org.apache.cxf.configuration.security
DNConstraintsType.DNConstraintsType ( )
[run-time name: org/apache/cxf/configuration/security/DNConstraintsType."<init>":()V]
DNConstraintsType.getCombinator ( ) : CombinatorType
[run-time name: org/apache/cxf/configuration/security/DNConstraintsType.getCombinator:()Lorg/apache/cxf/configuration/security/CombinatorType;]
DNConstraintsType.getRegularExpression ( ) : java.util.List
[run-time name: org/apache/cxf/configuration/security/DNConstraintsType.getRegularExpression:()Ljava/util/List;]
DNConstraintsType.isSetCombinator ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/DNConstraintsType.isSetCombinator:()Z]
DNConstraintsType.isSetRegularExpression ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/DNConstraintsType.isSetRegularExpression:()Z]
DNConstraintsType.setCombinator ( CombinatorType value ) : void
[run-time name: org/apache/cxf/configuration/security/DNConstraintsType.setCombinator:(Lorg/apache/cxf/configuration/security/CombinatorType;)V]
DNConstraintsType.unsetRegularExpression ( ) : void
[run-time name: org/apache/cxf/configuration/security/DNConstraintsType.unsetRegularExpression:()V]
openejb-cxf-bundle-2.5.2.jar, DocLiteralInInterceptor.class
package org.apache.cxf.interceptor
DocLiteralInInterceptor.DocLiteralInInterceptor ( )
[run-time name: org/apache/cxf/interceptor/DocLiteralInInterceptor."<init>":()V]
DocLiteralInInterceptor.getBindingOperationInfo ( org.apache.cxf.message.Exchange exchange, javax.xml.namespace.QName name, boolean client ) : org.apache.cxf.service.model.BindingOperationInfo
[run-time name: org/apache/cxf/interceptor/DocLiteralInInterceptor.getBindingOperationInfo:(Lorg/apache/cxf/message/Exchange;Ljavax/xml/namespace/QName;Z)Lorg/apache/cxf/service/model/BindingOperationInfo;]
DocLiteralInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/DocLiteralInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
DocLiteralInInterceptor.shouldWrapParameters ( org.apache.cxf.service.model.MessageInfo msgInfo, org.apache.cxf.message.Message message ) : boolean
[run-time name: org/apache/cxf/interceptor/DocLiteralInInterceptor.shouldWrapParameters:(Lorg/apache/cxf/service/model/MessageInfo;Lorg/apache/cxf/message/Message;)Z]
openejb-cxf-bundle-2.5.2.jar, DocumentType.class
package org.apache.cxf.aegis.type.xml
DocumentType.DocumentType ( )
[run-time name: org/apache/cxf/aegis/type/xml/DocumentType."<init>":()V]
DocumentType.readObject ( org.apache.cxf.aegis.xml.MessageReader mreader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/xml/DocumentType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
DocumentType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/xml/DocumentType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, DocumentWriterInterceptor.class
package org.apache.cxf.binding.http.interceptor
DocumentWriterInterceptor.DocumentWriterInterceptor ( )
[run-time name: org/apache/cxf/binding/http/interceptor/DocumentWriterInterceptor."<init>":()V]
DocumentWriterInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/http/interceptor/DocumentWriterInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, DomainExpression.class
package org.apache.cxf.ws.policy.attachment.external
DomainExpression.appliesTo ( org.apache.cxf.service.model.BindingFaultInfo p1 ) [abstract] : boolean
[run-time name: org/apache/cxf/ws/policy/attachment/external/DomainExpression.appliesTo:(Lorg/apache/cxf/service/model/BindingFaultInfo;)Z]
DomainExpression.appliesTo ( org.apache.cxf.service.model.BindingMessageInfo p1 ) [abstract] : boolean
[run-time name: org/apache/cxf/ws/policy/attachment/external/DomainExpression.appliesTo:(Lorg/apache/cxf/service/model/BindingMessageInfo;)Z]
DomainExpression.appliesTo ( org.apache.cxf.service.model.BindingOperationInfo p1 ) [abstract] : boolean
[run-time name: org/apache/cxf/ws/policy/attachment/external/DomainExpression.appliesTo:(Lorg/apache/cxf/service/model/BindingOperationInfo;)Z]
DomainExpression.appliesTo ( org.apache.cxf.service.model.EndpointInfo p1 ) [abstract] : boolean
[run-time name: org/apache/cxf/ws/policy/attachment/external/DomainExpression.appliesTo:(Lorg/apache/cxf/service/model/EndpointInfo;)Z]
DomainExpression.appliesTo ( org.apache.cxf.service.model.ServiceInfo p1 ) [abstract] : boolean
[run-time name: org/apache/cxf/ws/policy/attachment/external/DomainExpression.appliesTo:(Lorg/apache/cxf/service/model/ServiceInfo;)Z]
openejb-cxf-bundle-2.5.2.jar, DomainExpressionBuilder.class
package org.apache.cxf.ws.policy.attachment.external
DomainExpressionBuilder.build ( org.w3c.dom.Element p1 ) [abstract] : DomainExpression
[run-time name: org/apache/cxf/ws/policy/attachment/external/DomainExpressionBuilder.build:(Lorg/w3c/dom/Element;)Lorg/apache/cxf/ws/policy/attachment/external/DomainExpression;]
DomainExpressionBuilder.getDomainExpressionTypes ( ) [abstract] : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/attachment/external/DomainExpressionBuilder.getDomainExpressionTypes:()Ljava/util/Collection;]
openejb-cxf-bundle-2.5.2.jar, DomainExpressionBuilderRegistry.class
package org.apache.cxf.ws.policy.attachment.external
DomainExpressionBuilderRegistry.build ( org.w3c.dom.Element element ) : DomainExpression
[run-time name: org/apache/cxf/ws/policy/attachment/external/DomainExpressionBuilderRegistry.build:(Lorg/w3c/dom/Element;)Lorg/apache/cxf/ws/policy/attachment/external/DomainExpression;]
DomainExpressionBuilderRegistry.DomainExpressionBuilderRegistry ( )
[run-time name: org/apache/cxf/ws/policy/attachment/external/DomainExpressionBuilderRegistry."<init>":()V]
DomainExpressionBuilderRegistry.DomainExpressionBuilderRegistry ( java.util.Map builders )
[run-time name: org/apache/cxf/ws/policy/attachment/external/DomainExpressionBuilderRegistry."<init>":(Ljava/util/Map;)V]
DomainExpressionBuilderRegistry.DomainExpressionBuilderRegistry ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/ws/policy/attachment/external/DomainExpressionBuilderRegistry."<init>":(Lorg/apache/cxf/Bus;)V]
DomainExpressionBuilderRegistry.DomainExpressionBuilderRegistry ( org.apache.cxf.configuration.spring.MapProvider builders )
[run-time name: org/apache/cxf/ws/policy/attachment/external/DomainExpressionBuilderRegistry."<init>":(Lorg/apache/cxf/configuration/spring/MapProvider;)V]
DomainExpressionBuilderRegistry.getRegistrationType ( ) : Class
[run-time name: org/apache/cxf/ws/policy/attachment/external/DomainExpressionBuilderRegistry.getRegistrationType:()Ljava/lang/Class;]
DomainExpressionBuilderRegistry.loadDynamic ( ) : void
[run-time name: org/apache/cxf/ws/policy/attachment/external/DomainExpressionBuilderRegistry.loadDynamic:()V]
DomainExpressionBuilderRegistry.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/ws/policy/attachment/external/DomainExpressionBuilderRegistry.setBus:(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, DOMMessageProvider.class
package org.apache.cxf.js.rhino
DOMMessageProvider.DOMMessageProvider ( org.mozilla.javascript.Scriptable scope, org.mozilla.javascript.Scriptable wspVar, String epAddr, boolean isBaseAddr, boolean e4x )
[run-time name: org/apache/cxf/js/rhino/DOMMessageProvider."<init>":(Lorg/mozilla/javascript/Scriptable;Lorg/mozilla/javascript/Scriptable;Ljava/lang/String;ZZ)V]
DOMMessageProvider.invoke ( Object x0 ) : Object
[run-time name: org/apache/cxf/js/rhino/DOMMessageProvider.invoke:(Ljava/lang/Object;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, DOMPayloadProvider.class
package org.apache.cxf.js.rhino
DOMPayloadProvider.DOMPayloadProvider ( org.mozilla.javascript.Scriptable scope, org.mozilla.javascript.Scriptable wspVar, String epAddr, boolean isBaseAddr, boolean e4x )
[run-time name: org/apache/cxf/js/rhino/DOMPayloadProvider."<init>":(Lorg/mozilla/javascript/Scriptable;Lorg/mozilla/javascript/Scriptable;Ljava/lang/String;ZZ)V]
DOMPayloadProvider.invoke ( Object x0 ) : Object
[run-time name: org/apache/cxf/js/rhino/DOMPayloadProvider.invoke:(Ljava/lang/Object;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, DOMUtils.class
package org.apache.cxf.helpers
DOMUtils.addNamespacePrefix ( org.w3c.dom.Element element, String namespaceUri, String prefix ) [static] : void
[run-time name: org/apache/cxf/helpers/DOMUtils.addNamespacePrefix:(Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/lang/String;)V]
DOMUtils.createDocument ( ) [static] : org.w3c.dom.Document
[run-time name: org/apache/cxf/helpers/DOMUtils.createDocument:()Lorg/w3c/dom/Document;]
DOMUtils.createDocumentBuilder ( ) [static] : javax.xml.parsers.DocumentBuilder
[run-time name: org/apache/cxf/helpers/DOMUtils.createDocumentBuilder:()Ljavax/xml/parsers/DocumentBuilder;]
DOMUtils.createNamespace ( org.w3c.dom.Element el, String ns ) [static] : String
[run-time name: org/apache/cxf/helpers/DOMUtils.createNamespace:(Lorg/w3c/dom/Element;Ljava/lang/String;)Ljava/lang/String;]
DOMUtils.findAllElementsByTagName ( org.w3c.dom.Element elem, String tagName ) [static] : java.util.List
[run-time name: org/apache/cxf/helpers/DOMUtils.findAllElementsByTagName:(Lorg/w3c/dom/Element;Ljava/lang/String;)Ljava/util/List;]
DOMUtils.findAllElementsByTagNameNS ( org.w3c.dom.Element elem, String nameSpaceURI, String localName ) [static] : java.util.List
[run-time name: org/apache/cxf/helpers/DOMUtils.findAllElementsByTagNameNS:(Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;]
DOMUtils.findChildWithAtt ( org.w3c.dom.Node parent, String elemName, String attName, String attVal ) [static] : org.w3c.dom.Node
[run-time name: org/apache/cxf/helpers/DOMUtils.findChildWithAtt:(Lorg/w3c/dom/Node;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Node;]
DOMUtils.getAttribute ( org.w3c.dom.Element element, javax.xml.namespace.QName attName ) [static] : String
[run-time name: org/apache/cxf/helpers/DOMUtils.getAttribute:(Lorg/w3c/dom/Element;Ljavax/xml/namespace/QName;)Ljava/lang/String;]
DOMUtils.getAttribute ( org.w3c.dom.Node element, String attName ) [static] : String
[run-time name: org/apache/cxf/helpers/DOMUtils.getAttribute:(Lorg/w3c/dom/Node;Ljava/lang/String;)Ljava/lang/String;]
DOMUtils.getAttributeValueEmptyNull ( org.w3c.dom.Element e, String attributeName ) [static] : String
[run-time name: org/apache/cxf/helpers/DOMUtils.getAttributeValueEmptyNull:(Lorg/w3c/dom/Element;Ljava/lang/String;)Ljava/lang/String;]
DOMUtils.getChild ( org.w3c.dom.Node parent, int type ) [static] : org.w3c.dom.Node
[run-time name: org/apache/cxf/helpers/DOMUtils.getChild:(Lorg/w3c/dom/Node;I)Lorg/w3c/dom/Node;]
DOMUtils.getChild ( org.w3c.dom.Node parent, String name ) [static] : org.w3c.dom.Node
[run-time name: org/apache/cxf/helpers/DOMUtils.getChild:(Lorg/w3c/dom/Node;Ljava/lang/String;)Lorg/w3c/dom/Node;]
DOMUtils.getChildContent ( org.w3c.dom.Node parent, String name ) [static] : String
[run-time name: org/apache/cxf/helpers/DOMUtils.getChildContent:(Lorg/w3c/dom/Node;Ljava/lang/String;)Ljava/lang/String;]
DOMUtils.getChildrenWithName ( org.w3c.dom.Element parent, String ns, String localName ) [static] : java.util.List
[run-time name: org/apache/cxf/helpers/DOMUtils.getChildrenWithName:(Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;]
DOMUtils.getChildrenWithNamespace ( org.w3c.dom.Element parent, String ns ) [static] : java.util.List
[run-time name: org/apache/cxf/helpers/DOMUtils.getChildrenWithNamespace:(Lorg/w3c/dom/Element;Ljava/lang/String;)Ljava/util/List;]
DOMUtils.getContent ( org.w3c.dom.Node n ) [static] : String
[run-time name: org/apache/cxf/helpers/DOMUtils.getContent:(Lorg/w3c/dom/Node;)Ljava/lang/String;]
DOMUtils.getElementQName ( org.w3c.dom.Element el ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/helpers/DOMUtils.getElementQName:(Lorg/w3c/dom/Element;)Ljavax/xml/namespace/QName;]
DOMUtils.getFirstChildWithName ( org.w3c.dom.Element parent, javax.xml.namespace.QName q ) [static] : org.w3c.dom.Element
[run-time name: org/apache/cxf/helpers/DOMUtils.getFirstChildWithName:(Lorg/w3c/dom/Element;Ljavax/xml/namespace/QName;)Lorg/w3c/dom/Element;]
DOMUtils.getFirstChildWithName ( org.w3c.dom.Element parent, String ns, String lp ) [static] : org.w3c.dom.Element
[run-time name: org/apache/cxf/helpers/DOMUtils.getFirstChildWithName:(Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Element;]
DOMUtils.getFirstElement ( org.w3c.dom.Node parent ) [static] : org.w3c.dom.Element
[run-time name: org/apache/cxf/helpers/DOMUtils.getFirstElement:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Element;]
DOMUtils.getNamespace ( org.w3c.dom.Node node, String searchPrefix ) [static] : String
[run-time name: org/apache/cxf/helpers/DOMUtils.getNamespace:(Lorg/w3c/dom/Node;Ljava/lang/String;)Ljava/lang/String;]
DOMUtils.getNext ( org.w3c.dom.Node current ) [static] : org.w3c.dom.Node
[run-time name: org/apache/cxf/helpers/DOMUtils.getNext:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
DOMUtils.getNext ( org.w3c.dom.Node current, String name, int type ) [static] : org.w3c.dom.Node
[run-time name: org/apache/cxf/helpers/DOMUtils.getNext:(Lorg/w3c/dom/Node;Ljava/lang/String;I)Lorg/w3c/dom/Node;]
DOMUtils.getNextElement ( org.w3c.dom.Element el ) [static] : org.w3c.dom.Element
[run-time name: org/apache/cxf/helpers/DOMUtils.getNextElement:(Lorg/w3c/dom/Element;)Lorg/w3c/dom/Element;]
DOMUtils.getPrefix ( org.w3c.dom.Element el, String ns ) [static] : String
[run-time name: org/apache/cxf/helpers/DOMUtils.getPrefix:(Lorg/w3c/dom/Element;Ljava/lang/String;)Ljava/lang/String;]
DOMUtils.getPrefixes ( org.w3c.dom.Element element, String namespaceUri, java.util.List prefixes ) [static] : void
[run-time name: org/apache/cxf/helpers/DOMUtils.getPrefixes:(Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/util/List;)V]
DOMUtils.getPrefixesRecursive ( org.w3c.dom.Element element, String namespaceUri, java.util.List prefixes ) [static] : void
[run-time name: org/apache/cxf/helpers/DOMUtils.getPrefixesRecursive:(Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/util/List;)V]
DOMUtils.getPrefixRecursive ( org.w3c.dom.Element el, String ns ) [static] : String
[run-time name: org/apache/cxf/helpers/DOMUtils.getPrefixRecursive:(Lorg/w3c/dom/Element;Ljava/lang/String;)Ljava/lang/String;]
DOMUtils.getRawContent ( org.w3c.dom.Node n ) [static] : String
[run-time name: org/apache/cxf/helpers/DOMUtils.getRawContent:(Lorg/w3c/dom/Node;)Ljava/lang/String;]
DOMUtils.hasElementInNS ( org.w3c.dom.Element el, String namespace ) [static] : boolean
[run-time name: org/apache/cxf/helpers/DOMUtils.hasElementInNS:(Lorg/w3c/dom/Element;Ljava/lang/String;)Z]
DOMUtils.readXml ( java.io.InputStream is ) [static] : org.w3c.dom.Document
[run-time name: org/apache/cxf/helpers/DOMUtils.readXml:(Ljava/io/InputStream;)Lorg/w3c/dom/Document;]
DOMUtils.readXml ( java.io.Reader is ) [static] : org.w3c.dom.Document
[run-time name: org/apache/cxf/helpers/DOMUtils.readXml:(Ljava/io/Reader;)Lorg/w3c/dom/Document;]
DOMUtils.readXml ( javax.xml.transform.stream.StreamSource is ) [static] : org.w3c.dom.Document
[run-time name: org/apache/cxf/helpers/DOMUtils.readXml:(Ljavax/xml/transform/stream/StreamSource;)Lorg/w3c/dom/Document;]
DOMUtils.removeAttribute ( org.w3c.dom.Node node, String attName ) [static] : void
[run-time name: org/apache/cxf/helpers/DOMUtils.removeAttribute:(Lorg/w3c/dom/Node;Ljava/lang/String;)V]
DOMUtils.setAttribute ( org.w3c.dom.Node node, String attName, String val ) [static] : void
[run-time name: org/apache/cxf/helpers/DOMUtils.setAttribute:(Lorg/w3c/dom/Node;Ljava/lang/String;Ljava/lang/String;)V]
DOMUtils.setNamespace ( org.w3c.dom.Element element, String namespace, String prefix ) [static] : String
[run-time name: org/apache/cxf/helpers/DOMUtils.setNamespace:(Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
DOMUtils.setText ( org.w3c.dom.Node node, String val ) [static] : void
[run-time name: org/apache/cxf/helpers/DOMUtils.setText:(Lorg/w3c/dom/Node;Ljava/lang/String;)V]
DOMUtils.writeXml ( org.w3c.dom.Node n, java.io.OutputStream os ) [static] : void
[run-time name: org/apache/cxf/helpers/DOMUtils.writeXml:(Lorg/w3c/dom/Node;Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, DoubleType.class
package org.apache.cxf.aegis.type.basic
DoubleType.DoubleType ( )
[run-time name: org/apache/cxf/aegis/type/basic/DoubleType."<init>":()V]
DoubleType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/DoubleType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
DoubleType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/DoubleType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, DSAKeyValueType.class
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
DSAKeyValueType.DSAKeyValueType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/DSAKeyValueType."<init>":()V]
DSAKeyValueType.getG ( ) : byte[ ]
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/DSAKeyValueType.getG:()[B]
DSAKeyValueType.getJ ( ) : byte[ ]
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/DSAKeyValueType.getJ:()[B]
DSAKeyValueType.getP ( ) : byte[ ]
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/DSAKeyValueType.getP:()[B]
DSAKeyValueType.getPgenCounter ( ) : byte[ ]
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/DSAKeyValueType.getPgenCounter:()[B]
DSAKeyValueType.getQ ( ) : byte[ ]
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/DSAKeyValueType.getQ:()[B]
DSAKeyValueType.getSeed ( ) : byte[ ]
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/DSAKeyValueType.getSeed:()[B]
DSAKeyValueType.getY ( ) : byte[ ]
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/DSAKeyValueType.getY:()[B]
DSAKeyValueType.setG ( byte[ ] value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/DSAKeyValueType.setG:([B)V]
DSAKeyValueType.setJ ( byte[ ] value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/DSAKeyValueType.setJ:([B)V]
DSAKeyValueType.setP ( byte[ ] value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/DSAKeyValueType.setP:([B)V]
DSAKeyValueType.setPgenCounter ( byte[ ] value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/DSAKeyValueType.setPgenCounter:([B)V]
DSAKeyValueType.setQ ( byte[ ] value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/DSAKeyValueType.setQ:([B)V]
DSAKeyValueType.setSeed ( byte[ ] value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/DSAKeyValueType.setSeed:([B)V]
DSAKeyValueType.setY ( byte[ ] value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/DSAKeyValueType.setY:([B)V]
openejb-cxf-bundle-2.5.2.jar, DuplicateArgument.class
package org.apache.cxf.tools.common.toolspec.parser
ErrorVisitor.DuplicateArgument.ErrorVisitor.DuplicateArgument ( String arg )
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.DuplicateArgument."<init>":(Ljava/lang/String;)V]
ErrorVisitor.DuplicateArgument.getOptionSwitch ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.DuplicateArgument.getOptionSwitch:()Ljava/lang/String;]
ErrorVisitor.DuplicateArgument.toString ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.DuplicateArgument.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, DuplicateOption.class
package org.apache.cxf.tools.common.toolspec.parser
ErrorVisitor.DuplicateOption.ErrorVisitor.DuplicateOption ( String opt )
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.DuplicateOption."<init>":(Ljava/lang/String;)V]
ErrorVisitor.DuplicateOption.getOptionSwitch ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.DuplicateOption.getOptionSwitch:()Ljava/lang/String;]
ErrorVisitor.DuplicateOption.toString ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.DuplicateOption.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, DurationType.class
package org.apache.cxf.aegis.type.java5
DurationType.DurationType ( )
[run-time name: org/apache/cxf/aegis/type/java5/DurationType."<init>":()V]
DurationType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/java5/DurationType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
DurationType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/java5/DurationType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, DynamicClientFactory.class
package org.apache.cxf.endpoint.dynamic
DynamicClientFactory.allowWrapperOps ( ) : boolean
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.allowWrapperOps:()Z]
DynamicClientFactory.cloneNode ( org.w3c.dom.Document document, org.w3c.dom.Node node, boolean deep ) : org.w3c.dom.Node
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.cloneNode:(Lorg/w3c/dom/Document;Lorg/w3c/dom/Node;Z)Lorg/w3c/dom/Node;]
DynamicClientFactory.compileJavaSrc ( String classPath, java.util.List srcList, String dest ) : boolean
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.compileJavaSrc:(Ljava/lang/String;Ljava/util/List;Ljava/lang/String;)Z]
DynamicClientFactory.createClient ( java.net.URL wsdlUrl ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.createClient:(Ljava/net/URL;)Lorg/apache/cxf/endpoint/Client;]
DynamicClientFactory.createClient ( java.net.URL wsdlUrl, ClassLoader classLoader ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.createClient:(Ljava/net/URL;Ljava/lang/ClassLoader;)Lorg/apache/cxf/endpoint/Client;]
DynamicClientFactory.createClient ( java.net.URL wsdlUrl, ClassLoader classLoader, java.util.List bindingFiles ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.createClient:(Ljava/net/URL;Ljava/lang/ClassLoader;Ljava/util/List;)Lorg/apache/cxf/endpoint/Client;]
DynamicClientFactory.createClient ( java.net.URL wsdlUrl, java.util.List bindingFiles ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.createClient:(Ljava/net/URL;Ljava/util/List;)Lorg/apache/cxf/endpoint/Client;]
DynamicClientFactory.createClient ( java.net.URL wsdlUrl, javax.xml.namespace.QName service ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.createClient:(Ljava/net/URL;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/endpoint/Client;]
DynamicClientFactory.createClient ( java.net.URL wsdlUrl, javax.xml.namespace.QName service, ClassLoader classLoader, javax.xml.namespace.QName port ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.createClient:(Ljava/net/URL;Ljavax/xml/namespace/QName;Ljava/lang/ClassLoader;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/endpoint/Client;]
DynamicClientFactory.createClient ( java.net.URL wsdlUrl, javax.xml.namespace.QName service, ClassLoader classLoader, javax.xml.namespace.QName port, java.util.List bindingFiles ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.createClient:(Ljava/net/URL;Ljavax/xml/namespace/QName;Ljava/lang/ClassLoader;Ljavax/xml/namespace/QName;Ljava/util/List;)Lorg/apache/cxf/endpoint/Client;]
DynamicClientFactory.createClient ( java.net.URL wsdlUrl, javax.xml.namespace.QName service, java.util.List bindingFiles ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.createClient:(Ljava/net/URL;Ljavax/xml/namespace/QName;Ljava/util/List;)Lorg/apache/cxf/endpoint/Client;]
DynamicClientFactory.createClient ( java.net.URL wsdlUrl, javax.xml.namespace.QName service, javax.xml.namespace.QName port ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.createClient:(Ljava/net/URL;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/endpoint/Client;]
DynamicClientFactory.createClient ( java.net.URL wsdlUrl, javax.xml.namespace.QName service, javax.xml.namespace.QName port, java.util.List bindingFiles ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.createClient:(Ljava/net/URL;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Ljava/util/List;)Lorg/apache/cxf/endpoint/Client;]
DynamicClientFactory.createClient ( String wsdlUrl ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.createClient:(Ljava/lang/String;)Lorg/apache/cxf/endpoint/Client;]
DynamicClientFactory.createClient ( String wsdlUrl, ClassLoader classLoader ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.createClient:(Ljava/lang/String;Ljava/lang/ClassLoader;)Lorg/apache/cxf/endpoint/Client;]
DynamicClientFactory.createClient ( String wsdlUrl, ClassLoader classLoader, java.util.List bindingFiles ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.createClient:(Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/util/List;)Lorg/apache/cxf/endpoint/Client;]
DynamicClientFactory.createClient ( String wsdlUrl, java.util.List bindingFiles ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.createClient:(Ljava/lang/String;Ljava/util/List;)Lorg/apache/cxf/endpoint/Client;]
DynamicClientFactory.createClient ( String wsdlUrl, javax.xml.namespace.QName service ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.createClient:(Ljava/lang/String;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/endpoint/Client;]
DynamicClientFactory.createClient ( String wsdlUrl, javax.xml.namespace.QName service, ClassLoader classLoader, javax.xml.namespace.QName port ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.createClient:(Ljava/lang/String;Ljavax/xml/namespace/QName;Ljava/lang/ClassLoader;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/endpoint/Client;]
DynamicClientFactory.createClient ( String wsdlUrl, javax.xml.namespace.QName service, ClassLoader classLoader, javax.xml.namespace.QName port, java.util.List bindingFiles ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.createClient:(Ljava/lang/String;Ljavax/xml/namespace/QName;Ljava/lang/ClassLoader;Ljavax/xml/namespace/QName;Ljava/util/List;)Lorg/apache/cxf/endpoint/Client;]
DynamicClientFactory.createClient ( String wsdlUrl, javax.xml.namespace.QName service, java.util.List bindingFiles ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.createClient:(Ljava/lang/String;Ljavax/xml/namespace/QName;Ljava/util/List;)Lorg/apache/cxf/endpoint/Client;]
DynamicClientFactory.createClient ( String wsdlUrl, javax.xml.namespace.QName service, javax.xml.namespace.QName port ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.createClient:(Ljava/lang/String;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/endpoint/Client;]
DynamicClientFactory.createClient ( String wsdlUrl, javax.xml.namespace.QName service, javax.xml.namespace.QName port, java.util.List bindingFiles ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.createClient:(Ljava/lang/String;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Ljava/util/List;)Lorg/apache/cxf/endpoint/Client;]
DynamicClientFactory.DynamicClientFactory ( org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory."<init>":(Lorg/apache/cxf/Bus;)V]
DynamicClientFactory.getEndpointImplFactory ( ) : org.apache.cxf.endpoint.EndpointImplFactory
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.getEndpointImplFactory:()Lorg/apache/cxf/endpoint/EndpointImplFactory;]
DynamicClientFactory.getJaxbContextProperties ( ) : java.util.Map
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.getJaxbContextProperties:()Ljava/util/Map;]
DynamicClientFactory.isSimpleBindingEnabled ( ) : boolean
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.isSimpleBindingEnabled:()Z]
DynamicClientFactory.newInstance ( ) [static] : DynamicClientFactory
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.newInstance:()Lorg/apache/cxf/endpoint/dynamic/DynamicClientFactory;]
DynamicClientFactory.newInstance ( org.apache.cxf.Bus b ) [static] : DynamicClientFactory
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.newInstance:(Lorg/apache/cxf/Bus;)Lorg/apache/cxf/endpoint/dynamic/DynamicClientFactory;]
DynamicClientFactory.setAllowElementReferences ( boolean b ) : void
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.setAllowElementReferences:(Z)V]
DynamicClientFactory.setJaxbContextProperties ( java.util.Map jaxbContextProperties ) : void
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.setJaxbContextProperties:(Ljava/util/Map;)V]
DynamicClientFactory.setSimpleBindingEnabled ( boolean simpleBindingEnabled ) : void
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.setSimpleBindingEnabled:(Z)V]
DynamicClientFactory.setTemporaryDirectory ( String dir ) : void
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.setTemporaryDirectory:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, EchoContext.class
package org.apache.cxf.endpoint
ClientImpl.EchoContext.ClientImpl.EchoContext ( java.util.Map sharedMap )
[run-time name: org/apache/cxf/endpoint/ClientImpl.EchoContext."<init>":(Ljava/util/Map;)V]
ClientImpl.EchoContext.put ( Object x0, Object x1 ) : Object
[run-time name: org/apache/cxf/endpoint/ClientImpl.EchoContext.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
ClientImpl.EchoContext.put ( String key, Object value ) : Object
[run-time name: org/apache/cxf/endpoint/ClientImpl.EchoContext.put:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
ClientImpl.EchoContext.putAll ( java.util.Map t ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.EchoContext.putAll:(Ljava/util/Map;)V]
ClientImpl.EchoContext.reload ( ) : void
[run-time name: org/apache/cxf/endpoint/ClientImpl.EchoContext.reload:()V]
ClientImpl.EchoContext.remove ( Object key ) : Object
[run-time name: org/apache/cxf/endpoint/ClientImpl.EchoContext.remove:(Ljava/lang/Object;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, EffectivePolicy.class
package org.apache.cxf.ws.policy
EffectivePolicy.getChosenAlternative ( ) [abstract] : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/EffectivePolicy.getChosenAlternative:()Ljava/util/Collection;]
EffectivePolicy.getInterceptors ( ) [abstract] : java.util.List
[run-time name: org/apache/cxf/ws/policy/EffectivePolicy.getInterceptors:()Ljava/util/List;]
EffectivePolicy.getPolicy ( ) [abstract] : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/EffectivePolicy.getPolicy:()Lorg/apache/neethi/Policy;]
openejb-cxf-bundle-2.5.2.jar, EffectivePolicyImpl.class
package org.apache.cxf.ws.policy
EffectivePolicyImpl.EffectivePolicyImpl ( )
[run-time name: org/apache/cxf/ws/policy/EffectivePolicyImpl."<init>":()V]
EffectivePolicyImpl.getChosenAlternative ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/EffectivePolicyImpl.getChosenAlternative:()Ljava/util/Collection;]
EffectivePolicyImpl.getInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/ws/policy/EffectivePolicyImpl.getInterceptors:()Ljava/util/List;]
EffectivePolicyImpl.getPolicy ( ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/EffectivePolicyImpl.getPolicy:()Lorg/apache/neethi/Policy;]
EffectivePolicyImpl.getSupportedAlternatives ( PolicyEngineImpl engine, org.apache.neethi.Policy p ) : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/EffectivePolicyImpl.getSupportedAlternatives:(Lorg/apache/cxf/ws/policy/PolicyEngineImpl;Lorg/apache/neethi/Policy;)Ljava/util/Collection;]
EffectivePolicyImpl.initialise ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, org.apache.cxf.service.model.BindingFaultInfo bfi, PolicyEngineImpl engine, Assertor assertor ) : void
[run-time name: org/apache/cxf/ws/policy/EffectivePolicyImpl.initialise:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/service/model/BindingFaultInfo;Lorg/apache/cxf/ws/policy/PolicyEngineImpl;Lorg/apache/cxf/ws/policy/Assertor;)V]
EffectivePolicyImpl.initialise ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, PolicyEngineImpl engine, boolean requestor, boolean request ) : void
[run-time name: org/apache/cxf/ws/policy/EffectivePolicyImpl.initialise:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/ws/policy/PolicyEngineImpl;ZZ)V]
EffectivePolicyImpl.initialise ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, PolicyEngineImpl engine, Assertor assertor, boolean requestor, boolean request ) : void
[run-time name: org/apache/cxf/ws/policy/EffectivePolicyImpl.initialise:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/ws/policy/PolicyEngineImpl;Lorg/apache/cxf/ws/policy/Assertor;ZZ)V]
EffectivePolicyImpl.initialise ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, PolicyEngineImpl engine, Assertor assertor, boolean requestor, boolean request, java.util.List incoming ) : void
[run-time name: org/apache/cxf/ws/policy/EffectivePolicyImpl.initialise:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/ws/policy/PolicyEngineImpl;Lorg/apache/cxf/ws/policy/Assertor;ZZLjava/util/List;)V]
EffectivePolicyImpl.initialise ( EndpointPolicyImpl epi, PolicyEngineImpl engine, boolean inbound ) : void
[run-time name: org/apache/cxf/ws/policy/EffectivePolicyImpl.initialise:(Lorg/apache/cxf/ws/policy/EndpointPolicyImpl;Lorg/apache/cxf/ws/policy/PolicyEngineImpl;Z)V]
openejb-cxf-bundle-2.5.2.jar, EjbLinkType.class
package org.apache.cxf.jaxws.javaee
EjbLinkType.EjbLinkType ( )
[run-time name: org/apache/cxf/jaxws/javaee/EjbLinkType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, EjbLocalRefType.class
package org.apache.cxf.jaxws.javaee
EjbLocalRefType.EjbLocalRefType ( )
[run-time name: org/apache/cxf/jaxws/javaee/EjbLocalRefType."<init>":()V]
EjbLocalRefType.getDescription ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/EjbLocalRefType.getDescription:()Ljava/util/List;]
EjbLocalRefType.getEjbLink ( ) : EjbLinkType
[run-time name: org/apache/cxf/jaxws/javaee/EjbLocalRefType.getEjbLink:()Lorg/apache/cxf/jaxws/javaee/EjbLinkType;]
EjbLocalRefType.getEjbRefName ( ) : EjbRefNameType
[run-time name: org/apache/cxf/jaxws/javaee/EjbLocalRefType.getEjbRefName:()Lorg/apache/cxf/jaxws/javaee/EjbRefNameType;]
EjbLocalRefType.getEjbRefType ( ) : EjbRefTypeType
[run-time name: org/apache/cxf/jaxws/javaee/EjbLocalRefType.getEjbRefType:()Lorg/apache/cxf/jaxws/javaee/EjbRefTypeType;]
EjbLocalRefType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/EjbLocalRefType.getId:()Ljava/lang/String;]
EjbLocalRefType.getInjectionTarget ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/EjbLocalRefType.getInjectionTarget:()Ljava/util/List;]
EjbLocalRefType.getLocal ( ) : LocalType
[run-time name: org/apache/cxf/jaxws/javaee/EjbLocalRefType.getLocal:()Lorg/apache/cxf/jaxws/javaee/LocalType;]
EjbLocalRefType.getLocalHome ( ) : LocalHomeType
[run-time name: org/apache/cxf/jaxws/javaee/EjbLocalRefType.getLocalHome:()Lorg/apache/cxf/jaxws/javaee/LocalHomeType;]
EjbLocalRefType.getMappedName ( ) : XsdStringType
[run-time name: org/apache/cxf/jaxws/javaee/EjbLocalRefType.getMappedName:()Lorg/apache/cxf/jaxws/javaee/XsdStringType;]
EjbLocalRefType.setEjbLink ( EjbLinkType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/EjbLocalRefType.setEjbLink:(Lorg/apache/cxf/jaxws/javaee/EjbLinkType;)V]
EjbLocalRefType.setEjbRefName ( EjbRefNameType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/EjbLocalRefType.setEjbRefName:(Lorg/apache/cxf/jaxws/javaee/EjbRefNameType;)V]
EjbLocalRefType.setEjbRefType ( EjbRefTypeType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/EjbLocalRefType.setEjbRefType:(Lorg/apache/cxf/jaxws/javaee/EjbRefTypeType;)V]
EjbLocalRefType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/EjbLocalRefType.setId:(Ljava/lang/String;)V]
EjbLocalRefType.setLocal ( LocalType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/EjbLocalRefType.setLocal:(Lorg/apache/cxf/jaxws/javaee/LocalType;)V]
EjbLocalRefType.setLocalHome ( LocalHomeType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/EjbLocalRefType.setLocalHome:(Lorg/apache/cxf/jaxws/javaee/LocalHomeType;)V]
EjbLocalRefType.setMappedName ( XsdStringType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/EjbLocalRefType.setMappedName:(Lorg/apache/cxf/jaxws/javaee/XsdStringType;)V]
openejb-cxf-bundle-2.5.2.jar, EjbRefNameType.class
package org.apache.cxf.jaxws.javaee
EjbRefNameType.EjbRefNameType ( )
[run-time name: org/apache/cxf/jaxws/javaee/EjbRefNameType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, EjbRefType.class
package org.apache.cxf.jaxws.javaee
EjbRefType.EjbRefType ( )
[run-time name: org/apache/cxf/jaxws/javaee/EjbRefType."<init>":()V]
EjbRefType.getDescription ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/EjbRefType.getDescription:()Ljava/util/List;]
EjbRefType.getEjbLink ( ) : EjbLinkType
[run-time name: org/apache/cxf/jaxws/javaee/EjbRefType.getEjbLink:()Lorg/apache/cxf/jaxws/javaee/EjbLinkType;]
EjbRefType.getEjbRefName ( ) : EjbRefNameType
[run-time name: org/apache/cxf/jaxws/javaee/EjbRefType.getEjbRefName:()Lorg/apache/cxf/jaxws/javaee/EjbRefNameType;]
EjbRefType.getEjbRefType ( ) : EjbRefTypeType
[run-time name: org/apache/cxf/jaxws/javaee/EjbRefType.getEjbRefType:()Lorg/apache/cxf/jaxws/javaee/EjbRefTypeType;]
EjbRefType.getHome ( ) : HomeType
[run-time name: org/apache/cxf/jaxws/javaee/EjbRefType.getHome:()Lorg/apache/cxf/jaxws/javaee/HomeType;]
EjbRefType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/EjbRefType.getId:()Ljava/lang/String;]
EjbRefType.getInjectionTarget ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/EjbRefType.getInjectionTarget:()Ljava/util/List;]
EjbRefType.getMappedName ( ) : XsdStringType
[run-time name: org/apache/cxf/jaxws/javaee/EjbRefType.getMappedName:()Lorg/apache/cxf/jaxws/javaee/XsdStringType;]
EjbRefType.getRemote ( ) : RemoteType
[run-time name: org/apache/cxf/jaxws/javaee/EjbRefType.getRemote:()Lorg/apache/cxf/jaxws/javaee/RemoteType;]
EjbRefType.setEjbLink ( EjbLinkType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/EjbRefType.setEjbLink:(Lorg/apache/cxf/jaxws/javaee/EjbLinkType;)V]
EjbRefType.setEjbRefName ( EjbRefNameType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/EjbRefType.setEjbRefName:(Lorg/apache/cxf/jaxws/javaee/EjbRefNameType;)V]
EjbRefType.setEjbRefType ( EjbRefTypeType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/EjbRefType.setEjbRefType:(Lorg/apache/cxf/jaxws/javaee/EjbRefTypeType;)V]
EjbRefType.setHome ( HomeType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/EjbRefType.setHome:(Lorg/apache/cxf/jaxws/javaee/HomeType;)V]
EjbRefType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/EjbRefType.setId:(Ljava/lang/String;)V]
EjbRefType.setMappedName ( XsdStringType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/EjbRefType.setMappedName:(Lorg/apache/cxf/jaxws/javaee/XsdStringType;)V]
EjbRefType.setRemote ( RemoteType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/EjbRefType.setRemote:(Lorg/apache/cxf/jaxws/javaee/RemoteType;)V]
openejb-cxf-bundle-2.5.2.jar, EjbRefTypeType.class
package org.apache.cxf.jaxws.javaee
EjbRefTypeType.EjbRefTypeType ( )
[run-time name: org/apache/cxf/jaxws/javaee/EjbRefTypeType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ElementClass.class
package org.apache.cxf.jaxrs.model.wadl
ElementClass.request ( ) [abstract] : Class
[run-time name: org/apache/cxf/jaxrs/model/wadl/ElementClass.request:()Ljava/lang/Class;]
ElementClass.response ( ) [abstract] : Class
[run-time name: org/apache/cxf/jaxrs/model/wadl/ElementClass.response:()Ljava/lang/Class;]
openejb-cxf-bundle-2.5.2.jar, ElementDataReader.class
package org.apache.cxf.aegis.databinding
ElementDataReader.read ( javax.xml.namespace.QName name, org.w3c.dom.Element input, Class typeClass ) : Object
[run-time name: org/apache/cxf/aegis/databinding/ElementDataReader.read:(Ljavax/xml/namespace/QName;Lorg/w3c/dom/Element;Ljava/lang/Class;)Ljava/lang/Object;]
ElementDataReader.read ( javax.xml.namespace.QName x0, Object x1, Class x2 ) : Object
[run-time name: org/apache/cxf/aegis/databinding/ElementDataReader.read:(Ljavax/xml/namespace/QName;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;]
ElementDataReader.read ( Object x0 ) : Object
[run-time name: org/apache/cxf/aegis/databinding/ElementDataReader.read:(Ljava/lang/Object;)Ljava/lang/Object;]
ElementDataReader.read ( org.apache.cxf.service.model.MessagePartInfo part, org.w3c.dom.Element input ) : Object
[run-time name: org/apache/cxf/aegis/databinding/ElementDataReader.read:(Lorg/apache/cxf/service/model/MessagePartInfo;Lorg/w3c/dom/Element;)Ljava/lang/Object;]
ElementDataReader.read ( org.apache.cxf.service.model.MessagePartInfo x0, Object x1 ) : Object
[run-time name: org/apache/cxf/aegis/databinding/ElementDataReader.read:(Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)Ljava/lang/Object;]
ElementDataReader.read ( org.w3c.dom.Element input ) : Object
[run-time name: org/apache/cxf/aegis/databinding/ElementDataReader.read:(Lorg/w3c/dom/Element;)Ljava/lang/Object;]
ElementDataReader.setAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/aegis/databinding/ElementDataReader.setAttachments:(Ljava/util/Collection;)V]
ElementDataReader.setProperty ( String prop, Object value ) : void
[run-time name: org/apache/cxf/aegis/databinding/ElementDataReader.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
ElementDataReader.setSchema ( javax.xml.validation.Schema s ) : void
[run-time name: org/apache/cxf/aegis/databinding/ElementDataReader.setSchema:(Ljavax/xml/validation/Schema;)V]
openejb-cxf-bundle-2.5.2.jar, ElementDataWriter.class
package org.apache.cxf.aegis.databinding
ElementDataWriter.ElementDataWriter ( AegisDatabinding databinding )
[run-time name: org/apache/cxf/aegis/databinding/ElementDataWriter."<init>":(Lorg/apache/cxf/aegis/databinding/AegisDatabinding;)V]
ElementDataWriter.getProperty ( String key ) : Object
[run-time name: org/apache/cxf/aegis/databinding/ElementDataWriter.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
ElementDataWriter.setAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/aegis/databinding/ElementDataWriter.setAttachments:(Ljava/util/Collection;)V]
ElementDataWriter.setProperty ( String prop, Object value ) : void
[run-time name: org/apache/cxf/aegis/databinding/ElementDataWriter.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
ElementDataWriter.setSchema ( javax.xml.validation.Schema s ) : void
[run-time name: org/apache/cxf/aegis/databinding/ElementDataWriter.setSchema:(Ljavax/xml/validation/Schema;)V]
ElementDataWriter.write ( Object obj, org.apache.cxf.service.model.MessagePartInfo part, org.w3c.dom.Element output ) : void
[run-time name: org/apache/cxf/aegis/databinding/ElementDataWriter.write:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Lorg/w3c/dom/Element;)V]
ElementDataWriter.write ( Object obj, org.w3c.dom.Element output ) : void
[run-time name: org/apache/cxf/aegis/databinding/ElementDataWriter.write:(Ljava/lang/Object;Lorg/w3c/dom/Element;)V]
ElementDataWriter.write ( Object x0, Object x1 ) : void
[run-time name: org/apache/cxf/aegis/databinding/ElementDataWriter.write:(Ljava/lang/Object;Ljava/lang/Object;)V]
ElementDataWriter.write ( Object x0, org.apache.cxf.service.model.MessagePartInfo x1, Object x2 ) : void
[run-time name: org/apache/cxf/aegis/databinding/ElementDataWriter.write:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, ElementFrame.class
package org.apache.cxf.staxutils
AbstractDOMStreamReader.ElementFrame.AbstractDOMStreamReader.ElementFrame ( Object doc )
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.ElementFrame."<init>":(Ljava/lang/Object;)V]
AbstractDOMStreamReader.ElementFrame.AbstractDOMStreamReader.ElementFrame ( Object doc, boolean s )
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.ElementFrame."<init>":(Ljava/lang/Object;Z)V]
AbstractDOMStreamReader.ElementFrame.AbstractDOMStreamReader.ElementFrame ( Object element, AbstractDOMStreamReader.ElementFrame parent )
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.ElementFrame."<init>":(Ljava/lang/Object;Lorg/apache/cxf/staxutils/AbstractDOMStreamReader$ElementFrame;)V]
AbstractDOMStreamReader.ElementFrame.AbstractDOMStreamReader.ElementFrame ( Object element, AbstractDOMStreamReader.ElementFrame parent, Object ch )
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.ElementFrame."<init>":(Ljava/lang/Object;Lorg/apache/cxf/staxutils/AbstractDOMStreamReader$ElementFrame;Ljava/lang/Object;)V]
AbstractDOMStreamReader.ElementFrame.getCurrentChild ( ) : Object
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.ElementFrame.getCurrentChild:()Ljava/lang/Object;]
AbstractDOMStreamReader.ElementFrame.getElement ( ) : Object
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.ElementFrame.getElement:()Ljava/lang/Object;]
AbstractDOMStreamReader.ElementFrame.isDocument ( ) : boolean
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.ElementFrame.isDocument:()Z]
AbstractDOMStreamReader.ElementFrame.isDocumentFragment ( ) : boolean
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.ElementFrame.isDocumentFragment:()Z]
AbstractDOMStreamReader.ElementFrame.setCurrentChild ( Object o ) : void
[run-time name: org/apache/cxf/staxutils/AbstractDOMStreamReader.ElementFrame.setCurrentChild:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, ElementQNameResolver.class
package org.apache.cxf.jaxrs.model.wadl
ElementQNameResolver.resolve ( Class p1, annotation.Annotation[ ] p2, java.util.Map p3 ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxrs/model/wadl/ElementQNameResolver.resolve:(Ljava/lang/Class;[Ljava/lang/annotation/Annotation;Ljava/util/Map;)Ljavax/xml/namespace/QName;]
openejb-cxf-bundle-2.5.2.jar, ElementReader.class
package org.apache.cxf.aegis.xml.stax
ElementReader.ElementReader ( java.io.InputStream is )
[run-time name: org/apache/cxf/aegis/xml/stax/ElementReader."<init>":(Ljava/io/InputStream;)V]
ElementReader.ElementReader ( javax.xml.stream.XMLStreamReader reader )
[run-time name: org/apache/cxf/aegis/xml/stax/ElementReader."<init>":(Ljavax/xml/stream/XMLStreamReader;)V]
ElementReader.ElementReader ( org.apache.cxf.staxutils.DepthXMLStreamReader root )
[run-time name: org/apache/cxf/aegis/xml/stax/ElementReader."<init>":(Lorg/apache/cxf/staxutils/DepthXMLStreamReader;)V]
ElementReader.getAttributeReader ( javax.xml.namespace.QName qName ) : org.apache.cxf.aegis.xml.MessageReader
[run-time name: org/apache/cxf/aegis/xml/stax/ElementReader.getAttributeReader:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/aegis/xml/MessageReader;]
ElementReader.getLocalName ( ) : String
[run-time name: org/apache/cxf/aegis/xml/stax/ElementReader.getLocalName:()Ljava/lang/String;]
ElementReader.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/xml/stax/ElementReader.getName:()Ljavax/xml/namespace/QName;]
ElementReader.getNamespace ( ) : String
[run-time name: org/apache/cxf/aegis/xml/stax/ElementReader.getNamespace:()Ljava/lang/String;]
ElementReader.getNamespaceForPrefix ( String prefix ) : String
[run-time name: org/apache/cxf/aegis/xml/stax/ElementReader.getNamespaceForPrefix:(Ljava/lang/String;)Ljava/lang/String;]
ElementReader.getNextAttributeReader ( ) : org.apache.cxf.aegis.xml.MessageReader
[run-time name: org/apache/cxf/aegis/xml/stax/ElementReader.getNextAttributeReader:()Lorg/apache/cxf/aegis/xml/MessageReader;]
ElementReader.getNextElementReader ( ) : org.apache.cxf.aegis.xml.MessageReader
[run-time name: org/apache/cxf/aegis/xml/stax/ElementReader.getNextElementReader:()Lorg/apache/cxf/aegis/xml/MessageReader;]
ElementReader.getValue ( ) : String
[run-time name: org/apache/cxf/aegis/xml/stax/ElementReader.getValue:()Ljava/lang/String;]
ElementReader.getValue ( String ns, String attr ) : String
[run-time name: org/apache/cxf/aegis/xml/stax/ElementReader.getValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
ElementReader.getXMLStreamReader ( ) : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/aegis/xml/stax/ElementReader.getXMLStreamReader:()Ljavax/xml/stream/XMLStreamReader;]
ElementReader.getXsiType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/xml/stax/ElementReader.getXsiType:()Ljavax/xml/namespace/QName;]
ElementReader.hasMoreAttributeReaders ( ) : boolean
[run-time name: org/apache/cxf/aegis/xml/stax/ElementReader.hasMoreAttributeReaders:()Z]
ElementReader.hasMoreElementReaders ( ) : boolean
[run-time name: org/apache/cxf/aegis/xml/stax/ElementReader.hasMoreElementReaders:()Z]
openejb-cxf-bundle-2.5.2.jar, ElementWriter.class
package org.apache.cxf.aegis.xml.stax
ElementWriter.close ( ) : void
[run-time name: org/apache/cxf/aegis/xml/stax/ElementWriter.close:()V]
ElementWriter.ElementWriter ( java.io.OutputStream os, String name, String namespace )
[run-time name: org/apache/cxf/aegis/xml/stax/ElementWriter."<init>":(Ljava/io/OutputStream;Ljava/lang/String;Ljava/lang/String;)V]
ElementWriter.ElementWriter ( javax.xml.stream.XMLStreamWriter streamWriter, javax.xml.namespace.QName name )
[run-time name: org/apache/cxf/aegis/xml/stax/ElementWriter."<init>":(Ljavax/xml/stream/XMLStreamWriter;Ljavax/xml/namespace/QName;)V]
ElementWriter.ElementWriter ( javax.xml.stream.XMLStreamWriter writer )
[run-time name: org/apache/cxf/aegis/xml/stax/ElementWriter."<init>":(Ljavax/xml/stream/XMLStreamWriter;)V]
ElementWriter.ElementWriter ( javax.xml.stream.XMLStreamWriter writer, String name, String namespace )
[run-time name: org/apache/cxf/aegis/xml/stax/ElementWriter."<init>":(Ljavax/xml/stream/XMLStreamWriter;Ljava/lang/String;Ljava/lang/String;)V]
ElementWriter.ElementWriter ( javax.xml.stream.XMLStreamWriter writer, String name, String namespace, String prefix )
[run-time name: org/apache/cxf/aegis/xml/stax/ElementWriter."<init>":(Ljavax/xml/stream/XMLStreamWriter;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ElementWriter.flush ( ) : void
[run-time name: org/apache/cxf/aegis/xml/stax/ElementWriter.flush:()V]
ElementWriter.getAttributeWriter ( javax.xml.namespace.QName qname ) : org.apache.cxf.aegis.xml.MessageWriter
[run-time name: org/apache/cxf/aegis/xml/stax/ElementWriter.getAttributeWriter:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
ElementWriter.getAttributeWriter ( String nm ) : org.apache.cxf.aegis.xml.MessageWriter
[run-time name: org/apache/cxf/aegis/xml/stax/ElementWriter.getAttributeWriter:(Ljava/lang/String;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
ElementWriter.getAttributeWriter ( String nm, String ns ) : org.apache.cxf.aegis.xml.MessageWriter
[run-time name: org/apache/cxf/aegis/xml/stax/ElementWriter.getAttributeWriter:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
ElementWriter.getElementWriter ( javax.xml.namespace.QName qname ) : org.apache.cxf.aegis.xml.MessageWriter
[run-time name: org/apache/cxf/aegis/xml/stax/ElementWriter.getElementWriter:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
ElementWriter.getElementWriter ( String nm ) : org.apache.cxf.aegis.xml.MessageWriter
[run-time name: org/apache/cxf/aegis/xml/stax/ElementWriter.getElementWriter:(Ljava/lang/String;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
ElementWriter.getElementWriter ( String nm, String ns ) : org.apache.cxf.aegis.xml.MessageWriter
[run-time name: org/apache/cxf/aegis/xml/stax/ElementWriter.getElementWriter:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
ElementWriter.getNamespace ( ) : String
[run-time name: org/apache/cxf/aegis/xml/stax/ElementWriter.getNamespace:()Ljava/lang/String;]
ElementWriter.getPrefixForNamespace ( String ns ) : String
[run-time name: org/apache/cxf/aegis/xml/stax/ElementWriter.getPrefixForNamespace:(Ljava/lang/String;)Ljava/lang/String;]
ElementWriter.getPrefixForNamespace ( String ns, String hint ) : String
[run-time name: org/apache/cxf/aegis/xml/stax/ElementWriter.getPrefixForNamespace:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
ElementWriter.getXMLStreamWriter ( ) : javax.xml.stream.XMLStreamWriter
[run-time name: org/apache/cxf/aegis/xml/stax/ElementWriter.getXMLStreamWriter:()Ljavax/xml/stream/XMLStreamWriter;]
ElementWriter.writeValue ( Object value ) : void
[run-time name: org/apache/cxf/aegis/xml/stax/ElementWriter.writeValue:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, EmbeddedSchema.class
package org.apache.cxf.wstx_msv_validation
EmbeddedSchema.EmbeddedSchema ( String systemId, org.w3c.dom.Element schemaElement )
[run-time name: org/apache/cxf/wstx_msv_validation/EmbeddedSchema."<init>":(Ljava/lang/String;Lorg/w3c/dom/Element;)V]
EmbeddedSchema.getSchemaElement ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/wstx_msv_validation/EmbeddedSchema.getSchemaElement:()Lorg/w3c/dom/Element;]
EmbeddedSchema.getSystemId ( ) : String
[run-time name: org/apache/cxf/wstx_msv_validation/EmbeddedSchema.getSystemId:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, EmbeddedType.class
package org.apache.cxf.ws.security.sts.provider.model.secext
EmbeddedType.EmbeddedType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/EmbeddedType."<init>":()V]
EmbeddedType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/EmbeddedType.getAny:()Ljava/util/List;]
EmbeddedType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/EmbeddedType.getOtherAttributes:()Ljava/util/Map;]
EmbeddedType.getValueType ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/EmbeddedType.getValueType:()Ljava/lang/String;]
EmbeddedType.setValueType ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/EmbeddedType.setValueType:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, EmptyType.class
package org.apache.cxf.jaxws.javaee
EmptyType.EmptyType ( )
[run-time name: org/apache/cxf/jaxws/javaee/EmptyType."<init>":()V]
EmptyType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/EmptyType.getId:()Ljava/lang/String;]
EmptyType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/EmptyType.setId:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, EncodedString.class
package org.apache.cxf.ws.security.sts.provider.model.secext
EncodedString.EncodedString ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/EncodedString."<init>":()V]
EncodedString.getEncodingType ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/EncodedString.getEncodingType:()Ljava/lang/String;]
EncodedString.setEncodingType ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/EncodedString.setEncodingType:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, EncoderDecoder.class
package org.apache.cxf.ws.rm
EncoderDecoder.buildHeaderFault ( SequenceFault p1, javax.xml.namespace.QName p2 ) [abstract] : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder.buildHeaderFault:(Lorg/apache/cxf/ws/rm/SequenceFault;Ljavax/xml/namespace/QName;)Lorg/w3c/dom/Element;]
EncoderDecoder.buildHeaders ( RMProperties p1, javax.xml.namespace.QName p2 ) [abstract] : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder.buildHeaders:(Lorg/apache/cxf/ws/rm/RMProperties;Ljavax/xml/namespace/QName;)Lorg/w3c/dom/Element;]
EncoderDecoder.convertReceivedCreateSequence ( Object p1 ) [abstract] : v200702.CreateSequenceType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder.convertReceivedCreateSequence:(Ljava/lang/Object;)Lorg/apache/cxf/ws/rm/v200702/CreateSequenceType;]
EncoderDecoder.convertReceivedCreateSequenceResponse ( Object p1 ) [abstract] : v200702.CreateSequenceResponseType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder.convertReceivedCreateSequenceResponse:(Ljava/lang/Object;)Lorg/apache/cxf/ws/rm/v200702/CreateSequenceResponseType;]
EncoderDecoder.convertReceivedTerminateSequence ( Object p1 ) [abstract] : v200702.TerminateSequenceType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder.convertReceivedTerminateSequence:(Ljava/lang/Object;)Lorg/apache/cxf/ws/rm/v200702/TerminateSequenceType;]
EncoderDecoder.convertToSend ( v200702.CreateSequenceResponseType p1 ) [abstract] : Object
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder.convertToSend:(Lorg/apache/cxf/ws/rm/v200702/CreateSequenceResponseType;)Ljava/lang/Object;]
EncoderDecoder.convertToSend ( v200702.CreateSequenceType p1 ) [abstract] : Object
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder.convertToSend:(Lorg/apache/cxf/ws/rm/v200702/CreateSequenceType;)Ljava/lang/Object;]
EncoderDecoder.convertToSend ( v200702.TerminateSequenceType p1 ) [abstract] : Object
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder.convertToSend:(Lorg/apache/cxf/ws/rm/v200702/TerminateSequenceType;)Ljava/lang/Object;]
EncoderDecoder.decodeAckRequestedType ( org.w3c.dom.Element p1 ) [abstract] : v200702.AckRequestedType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder.decodeAckRequestedType:(Lorg/w3c/dom/Element;)Lorg/apache/cxf/ws/rm/v200702/AckRequestedType;]
EncoderDecoder.decodeSequenceAcknowledgement ( org.w3c.dom.Element p1 ) [abstract] : v200702.SequenceAcknowledgement
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder.decodeSequenceAcknowledgement:(Lorg/w3c/dom/Element;)Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement;]
EncoderDecoder.decodeSequenceType ( org.w3c.dom.Element p1 ) [abstract] : v200702.SequenceType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder.decodeSequenceType:(Lorg/w3c/dom/Element;)Lorg/apache/cxf/ws/rm/v200702/SequenceType;]
EncoderDecoder.decodeSequenceTypeCloseSequence ( org.w3c.dom.Element p1 ) [abstract] : v200702.CloseSequenceType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder.decodeSequenceTypeCloseSequence:(Lorg/w3c/dom/Element;)Lorg/apache/cxf/ws/rm/v200702/CloseSequenceType;]
EncoderDecoder.encodeIdentifier ( v200702.Identifier p1 ) [abstract] : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder.encodeIdentifier:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)Lorg/w3c/dom/Element;]
EncoderDecoder.encodeSequenceAcknowledgement ( v200702.SequenceAcknowledgement p1 ) [abstract] : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder.encodeSequenceAcknowledgement:(Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement;)Lorg/w3c/dom/Element;]
EncoderDecoder.getConstants ( ) [abstract] : RMConstants
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder.getConstants:()Lorg/apache/cxf/ws/rm/RMConstants;]
EncoderDecoder.getCreateSequenceResponseType ( ) [abstract] : Class
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder.getCreateSequenceResponseType:()Ljava/lang/Class;]
EncoderDecoder.getCreateSequenceType ( ) [abstract] : Class
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder.getCreateSequenceType:()Ljava/lang/Class;]
EncoderDecoder.getTerminateSequenceType ( ) [abstract] : Class
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder.getTerminateSequenceType:()Ljava/lang/Class;]
EncoderDecoder.getWSANamespace ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder.getWSANamespace:()Ljava/lang/String;]
EncoderDecoder.getWSRMNamespace ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder.getWSRMNamespace:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, EncoderDecoder10AImpl.class
package org.apache.cxf.ws.rm
EncoderDecoder10AImpl.buildHeaderFault ( SequenceFault sf, javax.xml.namespace.QName qname ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10AImpl.buildHeaderFault:(Lorg/apache/cxf/ws/rm/SequenceFault;Ljavax/xml/namespace/QName;)Lorg/w3c/dom/Element;]
EncoderDecoder10AImpl.buildHeaders ( RMProperties rmps, javax.xml.namespace.QName qname ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10AImpl.buildHeaders:(Lorg/apache/cxf/ws/rm/RMProperties;Ljavax/xml/namespace/QName;)Lorg/w3c/dom/Element;]
EncoderDecoder10AImpl.convertReceivedCreateSequence ( Object create ) : v200702.CreateSequenceType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10AImpl.convertReceivedCreateSequence:(Ljava/lang/Object;)Lorg/apache/cxf/ws/rm/v200702/CreateSequenceType;]
EncoderDecoder10AImpl.convertReceivedCreateSequenceResponse ( Object response ) : v200702.CreateSequenceResponseType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10AImpl.convertReceivedCreateSequenceResponse:(Ljava/lang/Object;)Lorg/apache/cxf/ws/rm/v200702/CreateSequenceResponseType;]
EncoderDecoder10AImpl.convertReceivedTerminateSequence ( Object term ) : v200702.TerminateSequenceType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10AImpl.convertReceivedTerminateSequence:(Ljava/lang/Object;)Lorg/apache/cxf/ws/rm/v200702/TerminateSequenceType;]
EncoderDecoder10AImpl.convertToSend ( v200702.CreateSequenceResponseType create ) : Object
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10AImpl.convertToSend:(Lorg/apache/cxf/ws/rm/v200702/CreateSequenceResponseType;)Ljava/lang/Object;]
EncoderDecoder10AImpl.convertToSend ( v200702.CreateSequenceType create ) : Object
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10AImpl.convertToSend:(Lorg/apache/cxf/ws/rm/v200702/CreateSequenceType;)Ljava/lang/Object;]
EncoderDecoder10AImpl.convertToSend ( v200702.TerminateSequenceType term ) : Object
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10AImpl.convertToSend:(Lorg/apache/cxf/ws/rm/v200702/TerminateSequenceType;)Ljava/lang/Object;]
EncoderDecoder10AImpl.decodeAckRequestedType ( org.w3c.dom.Element elem ) : v200702.AckRequestedType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10AImpl.decodeAckRequestedType:(Lorg/w3c/dom/Element;)Lorg/apache/cxf/ws/rm/v200702/AckRequestedType;]
EncoderDecoder10AImpl.decodeSequenceAcknowledgement ( org.w3c.dom.Element elem ) : v200702.SequenceAcknowledgement
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10AImpl.decodeSequenceAcknowledgement:(Lorg/w3c/dom/Element;)Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement;]
EncoderDecoder10AImpl.decodeSequenceType ( org.w3c.dom.Element elem ) : v200702.SequenceType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10AImpl.decodeSequenceType:(Lorg/w3c/dom/Element;)Lorg/apache/cxf/ws/rm/v200702/SequenceType;]
EncoderDecoder10AImpl.decodeSequenceTypeCloseSequence ( org.w3c.dom.Element elem ) : v200702.CloseSequenceType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10AImpl.decodeSequenceTypeCloseSequence:(Lorg/w3c/dom/Element;)Lorg/apache/cxf/ws/rm/v200702/CloseSequenceType;]
EncoderDecoder10AImpl.encodeIdentifier ( v200702.Identifier id ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10AImpl.encodeIdentifier:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)Lorg/w3c/dom/Element;]
EncoderDecoder10AImpl.encodeSequenceAcknowledgement ( v200702.SequenceAcknowledgement ack ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10AImpl.encodeSequenceAcknowledgement:(Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement;)Lorg/w3c/dom/Element;]
EncoderDecoder10AImpl.getConstants ( ) : RMConstants
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10AImpl.getConstants:()Lorg/apache/cxf/ws/rm/RMConstants;]
EncoderDecoder10AImpl.getCreateSequenceResponseType ( ) : Class
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10AImpl.getCreateSequenceResponseType:()Ljava/lang/Class;]
EncoderDecoder10AImpl.getCreateSequenceType ( ) : Class
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10AImpl.getCreateSequenceType:()Ljava/lang/Class;]
EncoderDecoder10AImpl.getTerminateSequenceType ( ) : Class
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10AImpl.getTerminateSequenceType:()Ljava/lang/Class;]
EncoderDecoder10AImpl.getWSANamespace ( ) : String
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10AImpl.getWSANamespace:()Ljava/lang/String;]
EncoderDecoder10AImpl.getWSRMNamespace ( ) : String
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10AImpl.getWSRMNamespace:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, EncoderDecoder10Impl.class
package org.apache.cxf.ws.rm
EncoderDecoder10Impl.buildHeaderFault ( SequenceFault sf, javax.xml.namespace.QName qname ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10Impl.buildHeaderFault:(Lorg/apache/cxf/ws/rm/SequenceFault;Ljavax/xml/namespace/QName;)Lorg/w3c/dom/Element;]
EncoderDecoder10Impl.buildHeaders ( RMProperties rmps, javax.xml.namespace.QName qname ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10Impl.buildHeaders:(Lorg/apache/cxf/ws/rm/RMProperties;Ljavax/xml/namespace/QName;)Lorg/w3c/dom/Element;]
EncoderDecoder10Impl.convertReceivedCreateSequence ( Object create ) : v200702.CreateSequenceType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10Impl.convertReceivedCreateSequence:(Ljava/lang/Object;)Lorg/apache/cxf/ws/rm/v200702/CreateSequenceType;]
EncoderDecoder10Impl.convertReceivedCreateSequenceResponse ( Object response ) : v200702.CreateSequenceResponseType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10Impl.convertReceivedCreateSequenceResponse:(Ljava/lang/Object;)Lorg/apache/cxf/ws/rm/v200702/CreateSequenceResponseType;]
EncoderDecoder10Impl.convertReceivedTerminateSequence ( Object term ) : v200702.TerminateSequenceType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10Impl.convertReceivedTerminateSequence:(Ljava/lang/Object;)Lorg/apache/cxf/ws/rm/v200702/TerminateSequenceType;]
EncoderDecoder10Impl.convertToSend ( v200702.CreateSequenceResponseType create ) : Object
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10Impl.convertToSend:(Lorg/apache/cxf/ws/rm/v200702/CreateSequenceResponseType;)Ljava/lang/Object;]
EncoderDecoder10Impl.convertToSend ( v200702.CreateSequenceType create ) : Object
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10Impl.convertToSend:(Lorg/apache/cxf/ws/rm/v200702/CreateSequenceType;)Ljava/lang/Object;]
EncoderDecoder10Impl.convertToSend ( v200702.TerminateSequenceType term ) : Object
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10Impl.convertToSend:(Lorg/apache/cxf/ws/rm/v200702/TerminateSequenceType;)Ljava/lang/Object;]
EncoderDecoder10Impl.decodeAckRequestedType ( org.w3c.dom.Element elem ) : v200702.AckRequestedType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10Impl.decodeAckRequestedType:(Lorg/w3c/dom/Element;)Lorg/apache/cxf/ws/rm/v200702/AckRequestedType;]
EncoderDecoder10Impl.decodeSequenceAcknowledgement ( org.w3c.dom.Element elem ) : v200702.SequenceAcknowledgement
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10Impl.decodeSequenceAcknowledgement:(Lorg/w3c/dom/Element;)Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement;]
EncoderDecoder10Impl.decodeSequenceType ( org.w3c.dom.Element elem ) : v200702.SequenceType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10Impl.decodeSequenceType:(Lorg/w3c/dom/Element;)Lorg/apache/cxf/ws/rm/v200702/SequenceType;]
EncoderDecoder10Impl.decodeSequenceTypeCloseSequence ( org.w3c.dom.Element elem ) : v200702.CloseSequenceType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10Impl.decodeSequenceTypeCloseSequence:(Lorg/w3c/dom/Element;)Lorg/apache/cxf/ws/rm/v200702/CloseSequenceType;]
EncoderDecoder10Impl.encodeIdentifier ( v200702.Identifier id ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10Impl.encodeIdentifier:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)Lorg/w3c/dom/Element;]
EncoderDecoder10Impl.encodeSequenceAcknowledgement ( v200702.SequenceAcknowledgement ack ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10Impl.encodeSequenceAcknowledgement:(Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement;)Lorg/w3c/dom/Element;]
EncoderDecoder10Impl.getConstants ( ) : RMConstants
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10Impl.getConstants:()Lorg/apache/cxf/ws/rm/RMConstants;]
EncoderDecoder10Impl.getCreateSequenceResponseType ( ) : Class
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10Impl.getCreateSequenceResponseType:()Ljava/lang/Class;]
EncoderDecoder10Impl.getCreateSequenceType ( ) : Class
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10Impl.getCreateSequenceType:()Ljava/lang/Class;]
EncoderDecoder10Impl.getTerminateSequenceType ( ) : Class
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10Impl.getTerminateSequenceType:()Ljava/lang/Class;]
EncoderDecoder10Impl.getWSANamespace ( ) : String
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10Impl.getWSANamespace:()Ljava/lang/String;]
EncoderDecoder10Impl.getWSRMNamespace ( ) : String
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder10Impl.getWSRMNamespace:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, EncoderDecoder11Impl.class
package org.apache.cxf.ws.rm
EncoderDecoder11Impl.buildHeaderFault ( SequenceFault sf, javax.xml.namespace.QName qname ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder11Impl.buildHeaderFault:(Lorg/apache/cxf/ws/rm/SequenceFault;Ljavax/xml/namespace/QName;)Lorg/w3c/dom/Element;]
EncoderDecoder11Impl.buildHeaders ( RMProperties rmps, javax.xml.namespace.QName qname ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder11Impl.buildHeaders:(Lorg/apache/cxf/ws/rm/RMProperties;Ljavax/xml/namespace/QName;)Lorg/w3c/dom/Element;]
EncoderDecoder11Impl.convertReceivedCreateSequence ( Object create ) : v200702.CreateSequenceType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder11Impl.convertReceivedCreateSequence:(Ljava/lang/Object;)Lorg/apache/cxf/ws/rm/v200702/CreateSequenceType;]
EncoderDecoder11Impl.convertReceivedCreateSequenceResponse ( Object create ) : v200702.CreateSequenceResponseType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder11Impl.convertReceivedCreateSequenceResponse:(Ljava/lang/Object;)Lorg/apache/cxf/ws/rm/v200702/CreateSequenceResponseType;]
EncoderDecoder11Impl.convertReceivedTerminateSequence ( Object term ) : v200702.TerminateSequenceType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder11Impl.convertReceivedTerminateSequence:(Ljava/lang/Object;)Lorg/apache/cxf/ws/rm/v200702/TerminateSequenceType;]
EncoderDecoder11Impl.convertToSend ( v200702.CreateSequenceResponseType create ) : Object
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder11Impl.convertToSend:(Lorg/apache/cxf/ws/rm/v200702/CreateSequenceResponseType;)Ljava/lang/Object;]
EncoderDecoder11Impl.convertToSend ( v200702.CreateSequenceType create ) : Object
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder11Impl.convertToSend:(Lorg/apache/cxf/ws/rm/v200702/CreateSequenceType;)Ljava/lang/Object;]
EncoderDecoder11Impl.convertToSend ( v200702.TerminateSequenceType term ) : Object
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder11Impl.convertToSend:(Lorg/apache/cxf/ws/rm/v200702/TerminateSequenceType;)Ljava/lang/Object;]
EncoderDecoder11Impl.decodeAckRequestedType ( org.w3c.dom.Element elem ) : v200702.AckRequestedType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder11Impl.decodeAckRequestedType:(Lorg/w3c/dom/Element;)Lorg/apache/cxf/ws/rm/v200702/AckRequestedType;]
EncoderDecoder11Impl.decodeSequenceAcknowledgement ( org.w3c.dom.Element elem ) : v200702.SequenceAcknowledgement
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder11Impl.decodeSequenceAcknowledgement:(Lorg/w3c/dom/Element;)Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement;]
EncoderDecoder11Impl.decodeSequenceType ( org.w3c.dom.Element elem ) : v200702.SequenceType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder11Impl.decodeSequenceType:(Lorg/w3c/dom/Element;)Lorg/apache/cxf/ws/rm/v200702/SequenceType;]
EncoderDecoder11Impl.decodeSequenceTypeCloseSequence ( org.w3c.dom.Element elem ) : v200702.CloseSequenceType
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder11Impl.decodeSequenceTypeCloseSequence:(Lorg/w3c/dom/Element;)Lorg/apache/cxf/ws/rm/v200702/CloseSequenceType;]
EncoderDecoder11Impl.encodeIdentifier ( v200702.Identifier id ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder11Impl.encodeIdentifier:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)Lorg/w3c/dom/Element;]
EncoderDecoder11Impl.encodeSequenceAcknowledgement ( v200702.SequenceAcknowledgement ack ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder11Impl.encodeSequenceAcknowledgement:(Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement;)Lorg/w3c/dom/Element;]
EncoderDecoder11Impl.getConstants ( ) : RMConstants
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder11Impl.getConstants:()Lorg/apache/cxf/ws/rm/RMConstants;]
EncoderDecoder11Impl.getCreateSequenceResponseType ( ) : Class
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder11Impl.getCreateSequenceResponseType:()Ljava/lang/Class;]
EncoderDecoder11Impl.getCreateSequenceType ( ) : Class
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder11Impl.getCreateSequenceType:()Ljava/lang/Class;]
EncoderDecoder11Impl.getTerminateSequenceType ( ) : Class
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder11Impl.getTerminateSequenceType:()Ljava/lang/Class;]
EncoderDecoder11Impl.getWSANamespace ( ) : String
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder11Impl.getWSANamespace:()Ljava/lang/String;]
EncoderDecoder11Impl.getWSRMNamespace ( ) : String
[run-time name: org/apache/cxf/ws/rm/EncoderDecoder11Impl.getWSRMNamespace:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, EncryptedElementsBuilder.class
package org.apache.cxf.ws.security.policy.builders
EncryptedElementsBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/EncryptedElementsBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
EncryptedElementsBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/EncryptedElementsBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
EncryptedElementsBuilder.EncryptedElementsBuilder ( )
[run-time name: org/apache/cxf/ws/security/policy/builders/EncryptedElementsBuilder."<init>":()V]
EncryptedElementsBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/EncryptedElementsBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
openejb-cxf-bundle-2.5.2.jar, EncryptedPartsBuilder.class
package org.apache.cxf.ws.security.policy.builders
EncryptedPartsBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/EncryptedPartsBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
EncryptedPartsBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/EncryptedPartsBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
EncryptedPartsBuilder.EncryptedPartsBuilder ( )
[run-time name: org/apache/cxf/ws/security/policy/builders/EncryptedPartsBuilder."<init>":()V]
EncryptedPartsBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/EncryptedPartsBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
openejb-cxf-bundle-2.5.2.jar, EncryptedTokenPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
EncryptedTokenPolicyValidator.EncryptedTokenPolicyValidator ( )
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/EncryptedTokenPolicyValidator."<init>":()V]
EncryptedTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, java.util.List results, java.util.List signedResults, java.util.List encryptedResults ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/EncryptedTokenPolicyValidator.validatePolicy:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/cxf/message/Message;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Z]
openejb-cxf-bundle-2.5.2.jar, EncryptionToken.class
package org.apache.cxf.ws.security.policy.model
EncryptionToken.EncryptionToken ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/model/EncryptionToken."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
EncryptionToken.getEncryptionToken ( ) : Token
[run-time name: org/apache/cxf/ws/security/policy/model/EncryptionToken.getEncryptionToken:()Lorg/apache/cxf/ws/security/policy/model/Token;]
EncryptionToken.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/EncryptionToken.getName:()Ljavax/xml/namespace/QName;]
EncryptionToken.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/EncryptionToken.getRealName:()Ljavax/xml/namespace/QName;]
EncryptionToken.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/EncryptionToken.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
EncryptionToken.setEncryptionToken ( Token encryptionToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/EncryptionToken.setEncryptionToken:(Lorg/apache/cxf/ws/security/policy/model/Token;)V]
openejb-cxf-bundle-2.5.2.jar, EncryptionType.class
package org.apache.cxf.ws.security.sts.provider.model
EncryptionType.EncryptionType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/EncryptionType."<init>":()V]
EncryptionType.getAny ( ) : Object
[run-time name: org/apache/cxf/ws/security/sts/provider/model/EncryptionType.getAny:()Ljava/lang/Object;]
EncryptionType.setAny ( Object value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/EncryptionType.setAny:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, EndingInterceptor.class
package org.apache.cxf.management.interceptor
ResponseTimeMessageOutInterceptor.EndingInterceptor.handleFault ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/management/interceptor/ResponseTimeMessageOutInterceptor.EndingInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
ResponseTimeMessageOutInterceptor.EndingInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/management/interceptor/ResponseTimeMessageOutInterceptor.EndingInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
ResponseTimeMessageOutInterceptor.EndingInterceptor.ResponseTimeMessageOutInterceptor.EndingInterceptor ( ResponseTimeMessageOutInterceptor p1 )
[run-time name: org/apache/cxf/management/interceptor/ResponseTimeMessageOutInterceptor.EndingInterceptor."<init>":(Lorg/apache/cxf/management/interceptor/ResponseTimeMessageOutInterceptor;)V]
openejb-cxf-bundle-2.5.2.jar, EndorsingEncryptedTokenPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
EndorsingEncryptedTokenPolicyValidator.EndorsingEncryptedTokenPolicyValidator ( )
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/EndorsingEncryptedTokenPolicyValidator."<init>":()V]
EndorsingEncryptedTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, java.util.List results, java.util.List signedResults, java.util.List encryptedResults ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/EndorsingEncryptedTokenPolicyValidator.validatePolicy:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/cxf/message/Message;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Z]
openejb-cxf-bundle-2.5.2.jar, EndorsingTokenPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
EndorsingTokenPolicyValidator.EndorsingTokenPolicyValidator ( )
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/EndorsingTokenPolicyValidator."<init>":()V]
EndorsingTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, java.util.List results, java.util.List signedResults, java.util.List encryptedResults ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/EndorsingTokenPolicyValidator.validatePolicy:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/cxf/message/Message;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Z]
openejb-cxf-bundle-2.5.2.jar, Endpoint.class
package org.apache.cxf.endpoint
Endpoint.getActiveFeatures ( ) [abstract] : java.util.List
[run-time name: org/apache/cxf/endpoint/Endpoint.getActiveFeatures:()Ljava/util/List;]
Endpoint.getBinding ( ) [abstract] : org.apache.cxf.binding.Binding
[run-time name: org/apache/cxf/endpoint/Endpoint.getBinding:()Lorg/apache/cxf/binding/Binding;]
Endpoint.getEndpointInfo ( ) [abstract] : org.apache.cxf.service.model.EndpointInfo
[run-time name: org/apache/cxf/endpoint/Endpoint.getEndpointInfo:()Lorg/apache/cxf/service/model/EndpointInfo;]
Endpoint.getExecutor ( ) [abstract] : java.util.concurrent.Executor
[run-time name: org/apache/cxf/endpoint/Endpoint.getExecutor:()Ljava/util/concurrent/Executor;]
Endpoint.getInFaultObserver ( ) [abstract] : org.apache.cxf.transport.MessageObserver
[run-time name: org/apache/cxf/endpoint/Endpoint.getInFaultObserver:()Lorg/apache/cxf/transport/MessageObserver;]
Endpoint.getOutFaultObserver ( ) [abstract] : org.apache.cxf.transport.MessageObserver
[run-time name: org/apache/cxf/endpoint/Endpoint.getOutFaultObserver:()Lorg/apache/cxf/transport/MessageObserver;]
Endpoint.getService ( ) [abstract] : org.apache.cxf.service.Service
[run-time name: org/apache/cxf/endpoint/Endpoint.getService:()Lorg/apache/cxf/service/Service;]
Endpoint.setExecutor ( java.util.concurrent.Executor p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/Endpoint.setExecutor:(Ljava/util/concurrent/Executor;)V]
Endpoint.setInFaultObserver ( org.apache.cxf.transport.MessageObserver p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/Endpoint.setInFaultObserver:(Lorg/apache/cxf/transport/MessageObserver;)V]
Endpoint.setOutFaultObserver ( org.apache.cxf.transport.MessageObserver p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/Endpoint.setOutFaultObserver:(Lorg/apache/cxf/transport/MessageObserver;)V]
openejb-cxf-bundle-2.5.2.jar, EndpointDefinitionParser.class
package org.apache.cxf.jaxws.spring
EndpointDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean ) : void
[run-time name: org/apache/cxf/jaxws/spring/EndpointDefinitionParser.doParse:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;)V]
EndpointDefinitionParser.EndpointDefinitionParser ( )
[run-time name: org/apache/cxf/jaxws/spring/EndpointDefinitionParser."<init>":()V]
EndpointDefinitionParser.getSuffix ( ) : String
[run-time name: org/apache/cxf/jaxws/spring/EndpointDefinitionParser.getSuffix:()Ljava/lang/String;]
EndpointDefinitionParser.resolveId ( org.w3c.dom.Element elem, org.springframework.beans.factory.support.AbstractBeanDefinition definition, org.springframework.beans.factory.xml.ParserContext ctx ) : String
[run-time name: org/apache/cxf/jaxws/spring/EndpointDefinitionParser.resolveId:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/support/AbstractBeanDefinition;Lorg/springframework/beans/factory/xml/ParserContext;)Ljava/lang/String;]
EndpointDefinitionParser.setBlocking ( org.springframework.context.ApplicationContext ctx, org.apache.cxf.jaxws.EndpointImpl impl ) [static] : void
[run-time name: org/apache/cxf/jaxws/spring/EndpointDefinitionParser.setBlocking:(Lorg/springframework/context/ApplicationContext;Lorg/apache/cxf/jaxws/EndpointImpl;)V]
openejb-cxf-bundle-2.5.2.jar, EndpointException.class
package org.apache.cxf.endpoint
EndpointException.EndpointException ( org.apache.cxf.common.i18n.Message msg )
[run-time name: org/apache/cxf/endpoint/EndpointException."<init>":(Lorg/apache/cxf/common/i18n/Message;)V]
EndpointException.EndpointException ( org.apache.cxf.common.i18n.Message msg, Throwable t )
[run-time name: org/apache/cxf/endpoint/EndpointException."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;)V]
EndpointException.EndpointException ( Throwable cause )
[run-time name: org/apache/cxf/endpoint/EndpointException."<init>":(Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, EndpointImpl.class
package org.apache.cxf.endpoint
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus bus, org.apache.cxf.service.Service s, javax.xml.namespace.QName endpointName )
[run-time name: org/apache/cxf/endpoint/EndpointImpl."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/service/Service;Ljavax/xml/namespace/QName;)V]
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus bus, org.apache.cxf.service.Service s, org.apache.cxf.service.model.EndpointInfo ei )
[run-time name: org/apache/cxf/endpoint/EndpointImpl."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/service/Service;Lorg/apache/cxf/service/model/EndpointInfo;)V]
EndpointImpl.getActiveFeatures ( ) : java.util.List
[run-time name: org/apache/cxf/endpoint/EndpointImpl.getActiveFeatures:()Ljava/util/List;]
EndpointImpl.getBeanName ( ) : String
[run-time name: org/apache/cxf/endpoint/EndpointImpl.getBeanName:()Ljava/lang/String;]
EndpointImpl.getBinding ( ) : org.apache.cxf.binding.Binding
[run-time name: org/apache/cxf/endpoint/EndpointImpl.getBinding:()Lorg/apache/cxf/binding/Binding;]
EndpointImpl.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/endpoint/EndpointImpl.getBus:()Lorg/apache/cxf/Bus;]
EndpointImpl.getEndpointInfo ( ) : org.apache.cxf.service.model.EndpointInfo
[run-time name: org/apache/cxf/endpoint/EndpointImpl.getEndpointInfo:()Lorg/apache/cxf/service/model/EndpointInfo;]
EndpointImpl.getExecutor ( ) : java.util.concurrent.Executor
[run-time name: org/apache/cxf/endpoint/EndpointImpl.getExecutor:()Ljava/util/concurrent/Executor;]
EndpointImpl.getInFaultObserver ( ) : org.apache.cxf.transport.MessageObserver
[run-time name: org/apache/cxf/endpoint/EndpointImpl.getInFaultObserver:()Lorg/apache/cxf/transport/MessageObserver;]
EndpointImpl.getOutFaultObserver ( ) : org.apache.cxf.transport.MessageObserver
[run-time name: org/apache/cxf/endpoint/EndpointImpl.getOutFaultObserver:()Lorg/apache/cxf/transport/MessageObserver;]
EndpointImpl.getService ( ) : org.apache.cxf.service.Service
[run-time name: org/apache/cxf/endpoint/EndpointImpl.getService:()Lorg/apache/cxf/service/Service;]
EndpointImpl.hashCode ( ) : int
[run-time name: org/apache/cxf/endpoint/EndpointImpl.hashCode:()I]
EndpointImpl.initializeActiveFeatures ( java.util.List features ) : void
[run-time name: org/apache/cxf/endpoint/EndpointImpl.initializeActiveFeatures:(Ljava/util/List;)V]
EndpointImpl.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/endpoint/EndpointImpl.setBus:(Lorg/apache/cxf/Bus;)V]
EndpointImpl.setExecutor ( java.util.concurrent.Executor e ) : void
[run-time name: org/apache/cxf/endpoint/EndpointImpl.setExecutor:(Ljava/util/concurrent/Executor;)V]
EndpointImpl.setInFaultObserver ( org.apache.cxf.transport.MessageObserver observer ) : void
[run-time name: org/apache/cxf/endpoint/EndpointImpl.setInFaultObserver:(Lorg/apache/cxf/transport/MessageObserver;)V]
EndpointImpl.setOutFaultObserver ( org.apache.cxf.transport.MessageObserver observer ) : void
[run-time name: org/apache/cxf/endpoint/EndpointImpl.setOutFaultObserver:(Lorg/apache/cxf/transport/MessageObserver;)V]
EndpointImpl.setProperties ( java.util.Map properties ) : void
[run-time name: org/apache/cxf/endpoint/EndpointImpl.setProperties:(Ljava/util/Map;)V]
package org.apache.cxf.jaxws
EndpointImpl.checkProperties ( ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.checkProperties:()V]
EndpointImpl.checkPublishable ( ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.checkPublishable:()V]
EndpointImpl.checkPublishPermission ( ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.checkPublishPermission:()V]
EndpointImpl.doPublish ( String addr ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.doPublish:(Ljava/lang/String;)V]
EndpointImpl.EndpointImpl ( Object implementor )
[run-time name: org/apache/cxf/jaxws/EndpointImpl."<init>":(Ljava/lang/Object;)V]
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus b, Object i, String bindingUri )
[run-time name: org/apache/cxf/jaxws/EndpointImpl."<init>":(Lorg/apache/cxf/Bus;Ljava/lang/Object;Ljava/lang/String;)V]
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus b, Object i, String bindingUri, javax.xml.ws.WebServiceFeature[ ] features )
[run-time name: org/apache/cxf/jaxws/EndpointImpl."<init>":(Lorg/apache/cxf/Bus;Ljava/lang/Object;Ljava/lang/String;[Ljavax/xml/ws/WebServiceFeature;)V]
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus b, Object i, String bindingUri, String wsdl )
[run-time name: org/apache/cxf/jaxws/EndpointImpl."<init>":(Lorg/apache/cxf/Bus;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;)V]
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus b, Object i, String bindingUri, String wsdl, javax.xml.ws.WebServiceFeature[ ] f )
[run-time name: org/apache/cxf/jaxws/EndpointImpl."<init>":(Lorg/apache/cxf/Bus;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;[Ljavax/xml/ws/WebServiceFeature;)V]
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus b, Object implementor, JaxWsServerFactoryBean sf )
[run-time name: org/apache/cxf/jaxws/EndpointImpl."<init>":(Lorg/apache/cxf/Bus;Ljava/lang/Object;Lorg/apache/cxf/jaxws/JaxWsServerFactoryBean;)V]
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus bus, Object implementor )
[run-time name: org/apache/cxf/jaxws/EndpointImpl."<init>":(Lorg/apache/cxf/Bus;Ljava/lang/Object;)V]
EndpointImpl.getAddress ( ) : String
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getAddress:()Ljava/lang/String;]
EndpointImpl.getBeanName ( ) : String
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getBeanName:()Ljava/lang/String;]
EndpointImpl.getBinding ( ) : javax.xml.ws.Binding
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getBinding:()Ljavax/xml/ws/Binding;]
EndpointImpl.getBindingConfig ( ) : org.apache.cxf.binding.BindingConfiguration
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getBindingConfig:()Lorg/apache/cxf/binding/BindingConfiguration;]
EndpointImpl.getBindingUri ( ) : String
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getBindingUri:()Ljava/lang/String;]
EndpointImpl.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getBus:()Lorg/apache/cxf/Bus;]
EndpointImpl.getDataBinding ( ) : org.apache.cxf.databinding.DataBinding
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getDataBinding:()Lorg/apache/cxf/databinding/DataBinding;]
EndpointImpl.getEndpointName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getEndpointName:()Ljavax/xml/namespace/QName;]
EndpointImpl.getEndpointReference ( Class clazz, org.w3c.dom.Element[ ] referenceParameters ) : javax.xml.ws.EndpointReference
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getEndpointReference:(Ljava/lang/Class;[Lorg/w3c/dom/Element;)Ljavax/xml/ws/EndpointReference;]
EndpointImpl.getEndpointReference ( org.w3c.dom.Element[ ] referenceParameters ) : javax.xml.ws.EndpointReference
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getEndpointReference:([Lorg/w3c/dom/Element;)Ljavax/xml/ws/EndpointReference;]
EndpointImpl.getExecutor ( ) : java.util.concurrent.Executor
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getExecutor:()Ljava/util/concurrent/Executor;]
EndpointImpl.getFeatures ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getFeatures:()Ljava/util/List;]
EndpointImpl.getHandlers ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getHandlers:()Ljava/util/List;]
EndpointImpl.getImplementor ( ) : Object
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getImplementor:()Ljava/lang/Object;]
EndpointImpl.getImplementorClass ( ) : Class
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getImplementorClass:()Ljava/lang/Class;]
EndpointImpl.getInFaultInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getInFaultInterceptors:()Ljava/util/List;]
EndpointImpl.getInInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getInInterceptors:()Ljava/util/List;]
EndpointImpl.getInvoker ( ) : org.apache.cxf.service.invoker.Invoker
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getInvoker:()Lorg/apache/cxf/service/invoker/Invoker;]
EndpointImpl.getMetadata ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getMetadata:()Ljava/util/List;]
EndpointImpl.getOutFaultInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getOutFaultInterceptors:()Ljava/util/List;]
EndpointImpl.getOutInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getOutInterceptors:()Ljava/util/List;]
EndpointImpl.getProperties ( ) : java.util.Map
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getProperties:()Ljava/util/Map;]
EndpointImpl.getPublishedEndpointUrl ( ) : String
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getPublishedEndpointUrl:()Ljava/lang/String;]
EndpointImpl.getSchemaLocations ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getSchemaLocations:()Ljava/util/List;]
EndpointImpl.getServer ( ) : org.apache.cxf.endpoint.ServerImpl
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getServer:()Lorg/apache/cxf/endpoint/ServerImpl;]
EndpointImpl.getServer ( String addr ) : org.apache.cxf.endpoint.ServerImpl
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getServer:(Ljava/lang/String;)Lorg/apache/cxf/endpoint/ServerImpl;]
EndpointImpl.getServerFactory ( ) : JaxWsServerFactoryBean
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getServerFactory:()Lorg/apache/cxf/jaxws/JaxWsServerFactoryBean;]
EndpointImpl.getService ( ) : org.apache.cxf.service.Service
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getService:()Lorg/apache/cxf/service/Service;]
EndpointImpl.getServiceFactory ( ) : support.JaxWsServiceFactoryBean
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getServiceFactory:()Lorg/apache/cxf/jaxws/support/JaxWsServiceFactoryBean;]
EndpointImpl.getServiceName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getServiceName:()Ljavax/xml/namespace/QName;]
EndpointImpl.getTransportId ( ) : String
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getTransportId:()Ljava/lang/String;]
EndpointImpl.getWsdlLocation ( ) : String
[run-time name: org/apache/cxf/jaxws/EndpointImpl.getWsdlLocation:()Ljava/lang/String;]
EndpointImpl.isPublished ( ) : boolean
[run-time name: org/apache/cxf/jaxws/EndpointImpl.isPublished:()Z]
EndpointImpl.publish ( ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.publish:()V]
EndpointImpl.publish ( Object arg0 ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.publish:(Ljava/lang/Object;)V]
EndpointImpl.publish ( String addr ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.publish:(Ljava/lang/String;)V]
EndpointImpl.setAddress ( String address ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setAddress:(Ljava/lang/String;)V]
EndpointImpl.setBindingConfig ( org.apache.cxf.binding.BindingConfiguration config ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setBindingConfig:(Lorg/apache/cxf/binding/BindingConfiguration;)V]
EndpointImpl.setBindingUri ( String binding ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setBindingUri:(Ljava/lang/String;)V]
EndpointImpl.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setBus:(Lorg/apache/cxf/Bus;)V]
EndpointImpl.setDataBinding ( org.apache.cxf.databinding.DataBinding dataBinding ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setDataBinding:(Lorg/apache/cxf/databinding/DataBinding;)V]
EndpointImpl.setEndpointName ( javax.xml.namespace.QName endpointName ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setEndpointName:(Ljavax/xml/namespace/QName;)V]
EndpointImpl.setExecutor ( java.util.concurrent.Executor executor ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setExecutor:(Ljava/util/concurrent/Executor;)V]
EndpointImpl.setFeatures ( java.util.List features ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setFeatures:(Ljava/util/List;)V]
EndpointImpl.setHandlers ( java.util.List h ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setHandlers:(Ljava/util/List;)V]
EndpointImpl.setImplementorClass ( Class implementorClass ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setImplementorClass:(Ljava/lang/Class;)V]
EndpointImpl.setInFaultInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setInFaultInterceptors:(Ljava/util/List;)V]
EndpointImpl.setInInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setInInterceptors:(Ljava/util/List;)V]
EndpointImpl.setInvoker ( org.apache.cxf.service.invoker.Invoker invoker ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setInvoker:(Lorg/apache/cxf/service/invoker/Invoker;)V]
EndpointImpl.setMetadata ( java.util.List metadata ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setMetadata:(Ljava/util/List;)V]
EndpointImpl.setOutFaultInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setOutFaultInterceptors:(Ljava/util/List;)V]
EndpointImpl.setOutInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setOutInterceptors:(Ljava/util/List;)V]
EndpointImpl.setProperties ( java.util.Map properties ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setProperties:(Ljava/util/Map;)V]
EndpointImpl.setPublishedEndpointUrl ( String publishedEndpointUrl ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setPublishedEndpointUrl:(Ljava/lang/String;)V]
EndpointImpl.setSchemaLocations ( java.util.List schemaLocations ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setSchemaLocations:(Ljava/util/List;)V]
EndpointImpl.setServerFactory ( JaxWsServerFactoryBean bean ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setServerFactory:(Lorg/apache/cxf/jaxws/JaxWsServerFactoryBean;)V]
EndpointImpl.setServiceFactory ( support.JaxWsServiceFactoryBean sf ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setServiceFactory:(Lorg/apache/cxf/jaxws/support/JaxWsServiceFactoryBean;)V]
EndpointImpl.setServiceName ( javax.xml.namespace.QName serviceName ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setServiceName:(Ljavax/xml/namespace/QName;)V]
EndpointImpl.setTransportId ( String transportId ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setTransportId:(Ljava/lang/String;)V]
EndpointImpl.setWsdlLocation ( String wsdlLocation ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.setWsdlLocation:(Ljava/lang/String;)V]
EndpointImpl.stop ( ) : void
[run-time name: org/apache/cxf/jaxws/EndpointImpl.stop:()V]
package org.apache.cxf.jaxws22
EndpointImpl.EndpointImpl ( Object implementor )
[run-time name: org/apache/cxf/jaxws22/EndpointImpl."<init>":(Ljava/lang/Object;)V]
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus b, Object i, String bindingUri )
[run-time name: org/apache/cxf/jaxws22/EndpointImpl."<init>":(Lorg/apache/cxf/Bus;Ljava/lang/Object;Ljava/lang/String;)V]
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus b, Object i, String bindingUri, javax.xml.ws.WebServiceFeature[ ] features )
[run-time name: org/apache/cxf/jaxws22/EndpointImpl."<init>":(Lorg/apache/cxf/Bus;Ljava/lang/Object;Ljava/lang/String;[Ljavax/xml/ws/WebServiceFeature;)V]
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus b, Object i, String bindingUri, String wsdl )
[run-time name: org/apache/cxf/jaxws22/EndpointImpl."<init>":(Lorg/apache/cxf/Bus;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;)V]
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus b, Object i, String bindingUri, String wsdl, javax.xml.ws.WebServiceFeature[ ] f )
[run-time name: org/apache/cxf/jaxws22/EndpointImpl."<init>":(Lorg/apache/cxf/Bus;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;[Ljavax/xml/ws/WebServiceFeature;)V]
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus b, Object implementor, org.apache.cxf.jaxws.JaxWsServerFactoryBean sf )
[run-time name: org/apache/cxf/jaxws22/EndpointImpl."<init>":(Lorg/apache/cxf/Bus;Ljava/lang/Object;Lorg/apache/cxf/jaxws/JaxWsServerFactoryBean;)V]
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus bus, Object implementor )
[run-time name: org/apache/cxf/jaxws22/EndpointImpl."<init>":(Lorg/apache/cxf/Bus;Ljava/lang/Object;)V]
EndpointImpl.publish ( javax.xml.ws.spi.http.HttpContext context ) : void
[run-time name: org/apache/cxf/jaxws22/EndpointImpl.publish:(Ljavax/xml/ws/spi/http/HttpContext;)V]
EndpointImpl.setEndpointContext ( javax.xml.ws.EndpointContext ctxt ) : void
[run-time name: org/apache/cxf/jaxws22/EndpointImpl.setEndpointContext:(Ljavax/xml/ws/EndpointContext;)V]
openejb-cxf-bundle-2.5.2.jar, EndpointImplFactory.class
package org.apache.cxf.endpoint
EndpointImplFactory.newEndpointImpl ( org.apache.cxf.Bus p1, org.apache.cxf.service.Service p2, org.apache.cxf.service.model.EndpointInfo p3 ) [abstract] : EndpointImpl
[run-time name: org/apache/cxf/endpoint/EndpointImplFactory.newEndpointImpl:(Lorg/apache/cxf/Bus;Lorg/apache/cxf/service/Service;Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/cxf/endpoint/EndpointImpl;]
openejb-cxf-bundle-2.5.2.jar, EndpointInfo.class
package org.apache.cxf.service.model
EndpointInfo.EndpointInfo ( )
[run-time name: org/apache/cxf/service/model/EndpointInfo."<init>":()V]
EndpointInfo.EndpointInfo ( ServiceInfo serv, String ns )
[run-time name: org/apache/cxf/service/model/EndpointInfo."<init>":(Lorg/apache/cxf/service/model/ServiceInfo;Ljava/lang/String;)V]
EndpointInfo.getAddress ( ) : String
[run-time name: org/apache/cxf/service/model/EndpointInfo.getAddress:()Ljava/lang/String;]
EndpointInfo.getBinding ( ) : BindingInfo
[run-time name: org/apache/cxf/service/model/EndpointInfo.getBinding:()Lorg/apache/cxf/service/model/BindingInfo;]
EndpointInfo.getInterface ( ) : InterfaceInfo
[run-time name: org/apache/cxf/service/model/EndpointInfo.getInterface:()Lorg/apache/cxf/service/model/InterfaceInfo;]
EndpointInfo.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/model/EndpointInfo.getName:()Ljavax/xml/namespace/QName;]
EndpointInfo.getService ( ) : ServiceInfo
[run-time name: org/apache/cxf/service/model/EndpointInfo.getService:()Lorg/apache/cxf/service/model/ServiceInfo;]
EndpointInfo.getTarget ( ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/service/model/EndpointInfo.getTarget:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointInfo.getTransportId ( ) : String
[run-time name: org/apache/cxf/service/model/EndpointInfo.getTransportId:()Ljava/lang/String;]
EndpointInfo.getTraversedExtensor ( Object defaultValue, Class type ) : Object
[run-time name: org/apache/cxf/service/model/EndpointInfo.getTraversedExtensor:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;]
EndpointInfo.isSameAs ( EndpointInfo epInfo ) : boolean
[run-time name: org/apache/cxf/service/model/EndpointInfo.isSameAs:(Lorg/apache/cxf/service/model/EndpointInfo;)Z]
EndpointInfo.setAddress ( org.apache.cxf.ws.addressing.EndpointReferenceType endpointReference ) : void
[run-time name: org/apache/cxf/service/model/EndpointInfo.setAddress:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)V]
EndpointInfo.setAddress ( String addr ) : void
[run-time name: org/apache/cxf/service/model/EndpointInfo.setAddress:(Ljava/lang/String;)V]
EndpointInfo.setBinding ( BindingInfo b ) : void
[run-time name: org/apache/cxf/service/model/EndpointInfo.setBinding:(Lorg/apache/cxf/service/model/BindingInfo;)V]
EndpointInfo.setName ( javax.xml.namespace.QName n ) : void
[run-time name: org/apache/cxf/service/model/EndpointInfo.setName:(Ljavax/xml/namespace/QName;)V]
EndpointInfo.setService ( ServiceInfo s ) : void
[run-time name: org/apache/cxf/service/model/EndpointInfo.setService:(Lorg/apache/cxf/service/model/ServiceInfo;)V]
EndpointInfo.setTransportId ( String tid ) : void
[run-time name: org/apache/cxf/service/model/EndpointInfo.setTransportId:(Ljava/lang/String;)V]
EndpointInfo.toString ( ) : String
[run-time name: org/apache/cxf/service/model/EndpointInfo.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, EndpointPolicy.class
package org.apache.cxf.ws.policy
EndpointPolicy.getChosenAlternative ( ) [abstract] : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/EndpointPolicy.getChosenAlternative:()Ljava/util/Collection;]
EndpointPolicy.getFaultInterceptors ( ) [abstract] : java.util.List
[run-time name: org/apache/cxf/ws/policy/EndpointPolicy.getFaultInterceptors:()Ljava/util/List;]
EndpointPolicy.getFaultVocabulary ( ) [abstract] : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/EndpointPolicy.getFaultVocabulary:()Ljava/util/Collection;]
EndpointPolicy.getInterceptors ( ) [abstract] : java.util.List
[run-time name: org/apache/cxf/ws/policy/EndpointPolicy.getInterceptors:()Ljava/util/List;]
EndpointPolicy.getPolicy ( ) [abstract] : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/EndpointPolicy.getPolicy:()Lorg/apache/neethi/Policy;]
EndpointPolicy.getVocabulary ( ) [abstract] : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/EndpointPolicy.getVocabulary:()Ljava/util/Collection;]
EndpointPolicy.updatePolicy ( org.apache.neethi.Policy p1 ) [abstract] : EndpointPolicy
[run-time name: org/apache/cxf/ws/policy/EndpointPolicy.updatePolicy:(Lorg/apache/neethi/Policy;)Lorg/apache/cxf/ws/policy/EndpointPolicy;]
openejb-cxf-bundle-2.5.2.jar, EndpointPolicyImpl.class
package org.apache.cxf.ws.policy
EndpointPolicyImpl.createEndpointPolicy ( ) : EndpointPolicyImpl
[run-time name: org/apache/cxf/ws/policy/EndpointPolicyImpl.createEndpointPolicy:()Lorg/apache/cxf/ws/policy/EndpointPolicyImpl;]
EndpointPolicyImpl.EndpointPolicyImpl ( )
[run-time name: org/apache/cxf/ws/policy/EndpointPolicyImpl."<init>":()V]
EndpointPolicyImpl.EndpointPolicyImpl ( org.apache.cxf.service.model.EndpointInfo ei, PolicyEngineImpl engine, boolean requestor, Assertor assertor )
[run-time name: org/apache/cxf/ws/policy/EndpointPolicyImpl."<init>":(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/ws/policy/PolicyEngineImpl;ZLorg/apache/cxf/ws/policy/Assertor;)V]
EndpointPolicyImpl.EndpointPolicyImpl ( org.apache.neethi.Policy p )
[run-time name: org/apache/cxf/ws/policy/EndpointPolicyImpl."<init>":(Lorg/apache/neethi/Policy;)V]
EndpointPolicyImpl.getAssertor ( ) : Assertor
[run-time name: org/apache/cxf/ws/policy/EndpointPolicyImpl.getAssertor:()Lorg/apache/cxf/ws/policy/Assertor;]
EndpointPolicyImpl.getChosenAlternative ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/EndpointPolicyImpl.getChosenAlternative:()Ljava/util/Collection;]
EndpointPolicyImpl.getFaultInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/ws/policy/EndpointPolicyImpl.getFaultInterceptors:()Ljava/util/List;]
EndpointPolicyImpl.getFaultVocabulary ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/EndpointPolicyImpl.getFaultVocabulary:()Ljava/util/Collection;]
EndpointPolicyImpl.getInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/ws/policy/EndpointPolicyImpl.getInterceptors:()Ljava/util/List;]
EndpointPolicyImpl.getPolicy ( ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/EndpointPolicyImpl.getPolicy:()Lorg/apache/neethi/Policy;]
EndpointPolicyImpl.getSupportedAlternatives ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/EndpointPolicyImpl.getSupportedAlternatives:()Ljava/util/Collection;]
EndpointPolicyImpl.getVocabulary ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/EndpointPolicyImpl.getVocabulary:()Ljava/util/Collection;]
EndpointPolicyImpl.initialize ( ) : void
[run-time name: org/apache/cxf/ws/policy/EndpointPolicyImpl.initialize:()V]
EndpointPolicyImpl.updatePolicy ( org.apache.neethi.Policy p ) : EndpointPolicy
[run-time name: org/apache/cxf/ws/policy/EndpointPolicyImpl.updatePolicy:(Lorg/apache/neethi/Policy;)Lorg/apache/cxf/ws/policy/EndpointPolicy;]
openejb-cxf-bundle-2.5.2.jar, EndpointProperties.class
package org.apache.cxf.annotations
EndpointProperties.value ( ) [abstract] : EndpointProperty[ ]
[run-time name: org/apache/cxf/annotations/EndpointProperties.value:()[Lorg/apache/cxf/annotations/EndpointProperty;]
openejb-cxf-bundle-2.5.2.jar, EndpointProperty.class
package org.apache.cxf.annotations
EndpointProperty.key ( ) [abstract] : String
[run-time name: org/apache/cxf/annotations/EndpointProperty.key:()Ljava/lang/String;]
EndpointProperty.value ( ) [abstract] : String[ ]
[run-time name: org/apache/cxf/annotations/EndpointProperty.value:()[Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, EndpointReferenceBuilder.class
package org.apache.cxf.jaxws
EndpointReferenceBuilder.EndpointReferenceBuilder ( support.JaxWsEndpointImpl e )
[run-time name: org/apache/cxf/jaxws/EndpointReferenceBuilder."<init>":(Lorg/apache/cxf/jaxws/support/JaxWsEndpointImpl;)V]
EndpointReferenceBuilder.getEndpointReference ( ) : javax.xml.ws.EndpointReference
[run-time name: org/apache/cxf/jaxws/EndpointReferenceBuilder.getEndpointReference:()Ljavax/xml/ws/EndpointReference;]
EndpointReferenceBuilder.getEndpointReference ( Class clazz ) : javax.xml.ws.EndpointReference
[run-time name: org/apache/cxf/jaxws/EndpointReferenceBuilder.getEndpointReference:(Ljava/lang/Class;)Ljavax/xml/ws/EndpointReference;]
openejb-cxf-bundle-2.5.2.jar, EndpointReferenceDomainExpression.class
package org.apache.cxf.ws.policy.attachment.external
EndpointReferenceDomainExpression.appliesTo ( org.apache.cxf.service.model.BindingFaultInfo bfi ) : boolean
[run-time name: org/apache/cxf/ws/policy/attachment/external/EndpointReferenceDomainExpression.appliesTo:(Lorg/apache/cxf/service/model/BindingFaultInfo;)Z]
EndpointReferenceDomainExpression.appliesTo ( org.apache.cxf.service.model.BindingMessageInfo bmi ) : boolean
[run-time name: org/apache/cxf/ws/policy/attachment/external/EndpointReferenceDomainExpression.appliesTo:(Lorg/apache/cxf/service/model/BindingMessageInfo;)Z]
EndpointReferenceDomainExpression.appliesTo ( org.apache.cxf.service.model.BindingOperationInfo boi ) : boolean
[run-time name: org/apache/cxf/ws/policy/attachment/external/EndpointReferenceDomainExpression.appliesTo:(Lorg/apache/cxf/service/model/BindingOperationInfo;)Z]
EndpointReferenceDomainExpression.appliesTo ( org.apache.cxf.service.model.EndpointInfo ei ) : boolean
[run-time name: org/apache/cxf/ws/policy/attachment/external/EndpointReferenceDomainExpression.appliesTo:(Lorg/apache/cxf/service/model/EndpointInfo;)Z]
EndpointReferenceDomainExpression.appliesTo ( org.apache.cxf.service.model.ServiceInfo si ) : boolean
[run-time name: org/apache/cxf/ws/policy/attachment/external/EndpointReferenceDomainExpression.appliesTo:(Lorg/apache/cxf/service/model/ServiceInfo;)Z]
EndpointReferenceDomainExpression.EndpointReferenceDomainExpression ( )
[run-time name: org/apache/cxf/ws/policy/attachment/external/EndpointReferenceDomainExpression."<init>":()V]
EndpointReferenceDomainExpression.getEndpointReference ( ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/ws/policy/attachment/external/EndpointReferenceDomainExpression.getEndpointReference:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointReferenceDomainExpression.setEndpointReference ( org.apache.cxf.ws.addressing.EndpointReferenceType e ) : void
[run-time name: org/apache/cxf/ws/policy/attachment/external/EndpointReferenceDomainExpression.setEndpointReference:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)V]
openejb-cxf-bundle-2.5.2.jar, EndpointReferenceDomainExpressionBuilder.class
package org.apache.cxf.ws.policy.attachment.external
EndpointReferenceDomainExpressionBuilder.build ( org.w3c.dom.Element e ) : DomainExpression
[run-time name: org/apache/cxf/ws/policy/attachment/external/EndpointReferenceDomainExpressionBuilder.build:(Lorg/w3c/dom/Element;)Lorg/apache/cxf/ws/policy/attachment/external/DomainExpression;]
EndpointReferenceDomainExpressionBuilder.createUnmarshaller ( ) : void
[run-time name: org/apache/cxf/ws/policy/attachment/external/EndpointReferenceDomainExpressionBuilder.createUnmarshaller:()V]
EndpointReferenceDomainExpressionBuilder.EndpointReferenceDomainExpressionBuilder ( )
[run-time name: org/apache/cxf/ws/policy/attachment/external/EndpointReferenceDomainExpressionBuilder."<init>":()V]
EndpointReferenceDomainExpressionBuilder.getDomainExpressionTypes ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/attachment/external/EndpointReferenceDomainExpressionBuilder.getDomainExpressionTypes:()Ljava/util/Collection;]
EndpointReferenceDomainExpressionBuilder.getUnmarshaller ( ) : javax.xml.bind.Unmarshaller
[run-time name: org/apache/cxf/ws/policy/attachment/external/EndpointReferenceDomainExpressionBuilder.getUnmarshaller:()Ljavax/xml/bind/Unmarshaller;]
openejb-cxf-bundle-2.5.2.jar, EndpointReferenceType.class
package org.apache.cxf.ws.addressing
EndpointReferenceType.EndpointReferenceType ( )
[run-time name: org/apache/cxf/ws/addressing/EndpointReferenceType."<init>":()V]
EndpointReferenceType.getAddress ( ) : AttributedURIType
[run-time name: org/apache/cxf/ws/addressing/EndpointReferenceType.getAddress:()Lorg/apache/cxf/ws/addressing/AttributedURIType;]
EndpointReferenceType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/addressing/EndpointReferenceType.getAny:()Ljava/util/List;]
EndpointReferenceType.getMetadata ( ) : MetadataType
[run-time name: org/apache/cxf/ws/addressing/EndpointReferenceType.getMetadata:()Lorg/apache/cxf/ws/addressing/MetadataType;]
EndpointReferenceType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/EndpointReferenceType.getOtherAttributes:()Ljava/util/Map;]
EndpointReferenceType.getReferenceParameters ( ) : ReferenceParametersType
[run-time name: org/apache/cxf/ws/addressing/EndpointReferenceType.getReferenceParameters:()Lorg/apache/cxf/ws/addressing/ReferenceParametersType;]
EndpointReferenceType.setAddress ( AttributedURIType value ) : void
[run-time name: org/apache/cxf/ws/addressing/EndpointReferenceType.setAddress:(Lorg/apache/cxf/ws/addressing/AttributedURIType;)V]
EndpointReferenceType.setMetadata ( MetadataType value ) : void
[run-time name: org/apache/cxf/ws/addressing/EndpointReferenceType.setMetadata:(Lorg/apache/cxf/ws/addressing/MetadataType;)V]
EndpointReferenceType.setReferenceParameters ( ReferenceParametersType value ) : void
[run-time name: org/apache/cxf/ws/addressing/EndpointReferenceType.setReferenceParameters:(Lorg/apache/cxf/ws/addressing/ReferenceParametersType;)V]
package org.apache.cxf.ws.addressing.v200403
EndpointReferenceType.EndpointReferenceType ( )
[run-time name: org/apache/cxf/ws/addressing/v200403/EndpointReferenceType."<init>":()V]
EndpointReferenceType.getAddress ( ) : AttributedURI
[run-time name: org/apache/cxf/ws/addressing/v200403/EndpointReferenceType.getAddress:()Lorg/apache/cxf/ws/addressing/v200403/AttributedURI;]
EndpointReferenceType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/addressing/v200403/EndpointReferenceType.getAny:()Ljava/util/List;]
EndpointReferenceType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/v200403/EndpointReferenceType.getOtherAttributes:()Ljava/util/Map;]
EndpointReferenceType.getPortType ( ) : AttributedQName
[run-time name: org/apache/cxf/ws/addressing/v200403/EndpointReferenceType.getPortType:()Lorg/apache/cxf/ws/addressing/v200403/AttributedQName;]
EndpointReferenceType.getReferenceProperties ( ) : ReferencePropertiesType
[run-time name: org/apache/cxf/ws/addressing/v200403/EndpointReferenceType.getReferenceProperties:()Lorg/apache/cxf/ws/addressing/v200403/ReferencePropertiesType;]
EndpointReferenceType.getServiceName ( ) : ServiceNameType
[run-time name: org/apache/cxf/ws/addressing/v200403/EndpointReferenceType.getServiceName:()Lorg/apache/cxf/ws/addressing/v200403/ServiceNameType;]
EndpointReferenceType.setAddress ( AttributedURI value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200403/EndpointReferenceType.setAddress:(Lorg/apache/cxf/ws/addressing/v200403/AttributedURI;)V]
EndpointReferenceType.setPortType ( AttributedQName value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200403/EndpointReferenceType.setPortType:(Lorg/apache/cxf/ws/addressing/v200403/AttributedQName;)V]
EndpointReferenceType.setReferenceProperties ( ReferencePropertiesType value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200403/EndpointReferenceType.setReferenceProperties:(Lorg/apache/cxf/ws/addressing/v200403/ReferencePropertiesType;)V]
EndpointReferenceType.setServiceName ( ServiceNameType value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200403/EndpointReferenceType.setServiceName:(Lorg/apache/cxf/ws/addressing/v200403/ServiceNameType;)V]
package org.apache.cxf.ws.addressing.v200408
EndpointReferenceType.EndpointReferenceType ( )
[run-time name: org/apache/cxf/ws/addressing/v200408/EndpointReferenceType."<init>":()V]
EndpointReferenceType.getAddress ( ) : AttributedURI
[run-time name: org/apache/cxf/ws/addressing/v200408/EndpointReferenceType.getAddress:()Lorg/apache/cxf/ws/addressing/v200408/AttributedURI;]
EndpointReferenceType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/addressing/v200408/EndpointReferenceType.getAny:()Ljava/util/List;]
EndpointReferenceType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/v200408/EndpointReferenceType.getOtherAttributes:()Ljava/util/Map;]
EndpointReferenceType.getPortType ( ) : AttributedQName
[run-time name: org/apache/cxf/ws/addressing/v200408/EndpointReferenceType.getPortType:()Lorg/apache/cxf/ws/addressing/v200408/AttributedQName;]
EndpointReferenceType.getReferenceParameters ( ) : ReferenceParametersType
[run-time name: org/apache/cxf/ws/addressing/v200408/EndpointReferenceType.getReferenceParameters:()Lorg/apache/cxf/ws/addressing/v200408/ReferenceParametersType;]
EndpointReferenceType.getReferenceProperties ( ) : ReferencePropertiesType
[run-time name: org/apache/cxf/ws/addressing/v200408/EndpointReferenceType.getReferenceProperties:()Lorg/apache/cxf/ws/addressing/v200408/ReferencePropertiesType;]
EndpointReferenceType.getServiceName ( ) : ServiceNameType
[run-time name: org/apache/cxf/ws/addressing/v200408/EndpointReferenceType.getServiceName:()Lorg/apache/cxf/ws/addressing/v200408/ServiceNameType;]
EndpointReferenceType.setAddress ( AttributedURI value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200408/EndpointReferenceType.setAddress:(Lorg/apache/cxf/ws/addressing/v200408/AttributedURI;)V]
EndpointReferenceType.setPortType ( AttributedQName value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200408/EndpointReferenceType.setPortType:(Lorg/apache/cxf/ws/addressing/v200408/AttributedQName;)V]
EndpointReferenceType.setReferenceParameters ( ReferenceParametersType value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200408/EndpointReferenceType.setReferenceParameters:(Lorg/apache/cxf/ws/addressing/v200408/ReferenceParametersType;)V]
EndpointReferenceType.setReferenceProperties ( ReferencePropertiesType value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200408/EndpointReferenceType.setReferenceProperties:(Lorg/apache/cxf/ws/addressing/v200408/ReferencePropertiesType;)V]
EndpointReferenceType.setServiceName ( ServiceNameType value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200408/EndpointReferenceType.setServiceName:(Lorg/apache/cxf/ws/addressing/v200408/ServiceNameType;)V]
openejb-cxf-bundle-2.5.2.jar, EndpointReferenceUtils.class
package org.apache.cxf.wsdl
EndpointReferenceUtils.convertToXML ( org.apache.cxf.ws.addressing.EndpointReferenceType epr ) [static] : javax.xml.transform.Source
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.convertToXML:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Ljavax/xml/transform/Source;]
EndpointReferenceUtils.duplicate ( org.apache.cxf.ws.addressing.EndpointReferenceType ref ) [static] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.duplicate:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointReferenceUtils.getAddress ( org.apache.cxf.ws.addressing.EndpointReferenceType ref ) [static] : String
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.getAddress:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Ljava/lang/String;]
EndpointReferenceUtils.getAnonymousEndpointReference ( ) [static] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.getAnonymousEndpointReference:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointReferenceUtils.getEndpointReference ( java.net.URL wsdlUrl, javax.xml.namespace.QName serviceName, String portName ) [static] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.getEndpointReference:(Ljava/net/URL;Ljavax/xml/namespace/QName;Ljava/lang/String;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointReferenceUtils.getEndpointReference ( org.apache.cxf.ws.addressing.AttributedURIType address ) [static] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.getEndpointReference:(Lorg/apache/cxf/ws/addressing/AttributedURIType;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointReferenceUtils.getEndpointReference ( String address ) [static] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.getEndpointReference:(Ljava/lang/String;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointReferenceUtils.getEndpointReferenceId ( java.util.Map messageContext ) [static] : String
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.getEndpointReferenceId:(Ljava/util/Map;)Ljava/lang/String;]
EndpointReferenceUtils.getEndpointReferenceWithId ( javax.xml.namespace.QName serviceQName, String portName, String id, org.apache.cxf.Bus bus ) [static] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.getEndpointReferenceWithId:(Ljavax/xml/namespace/QName;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/Bus;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointReferenceUtils.getInterfaceName ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.apache.cxf.Bus bus ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.getInterfaceName:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/Bus;)Ljavax/xml/namespace/QName;]
EndpointReferenceUtils.getPort ( WSDLManager manager, org.apache.cxf.ws.addressing.EndpointReferenceType ref ) [static] : javax.wsdl.Port
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.getPort:(Lorg/apache/cxf/wsdl/WSDLManager;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Ljavax/wsdl/Port;]
EndpointReferenceUtils.getPortName ( org.apache.cxf.ws.addressing.EndpointReferenceType ref ) [static] : String
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.getPortName:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Ljava/lang/String;]
EndpointReferenceUtils.getPortQName ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.apache.cxf.Bus bus ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.getPortQName:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/Bus;)Ljavax/xml/namespace/QName;]
EndpointReferenceUtils.getSchema ( org.apache.cxf.service.model.ServiceInfo serviceInfo ) [static] : javax.xml.validation.Schema
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.getSchema:(Lorg/apache/cxf/service/model/ServiceInfo;)Ljavax/xml/validation/Schema;]
EndpointReferenceUtils.getSchema ( org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.Bus b ) [static] : javax.xml.validation.Schema
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.getSchema:(Lorg/apache/cxf/service/model/ServiceInfo;Lorg/apache/cxf/Bus;)Ljavax/xml/validation/Schema;]
EndpointReferenceUtils.getServiceName ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.apache.cxf.Bus bus ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.getServiceName:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/Bus;)Ljavax/xml/namespace/QName;]
EndpointReferenceUtils.getServiceNameType ( javax.xml.namespace.QName serviceName, String portName ) [static] : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.getServiceNameType:(Ljavax/xml/namespace/QName;Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
EndpointReferenceUtils.getWSDLDefinition ( WSDLManager manager, org.apache.cxf.ws.addressing.EndpointReferenceType ref ) [static] : javax.wsdl.Definition
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.getWSDLDefinition:(Lorg/apache/cxf/wsdl/WSDLManager;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Ljavax/wsdl/Definition;]
EndpointReferenceUtils.getWSDLLocation ( org.apache.cxf.ws.addressing.EndpointReferenceType ref ) [static] : String
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.getWSDLLocation:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Ljava/lang/String;]
EndpointReferenceUtils.mint ( javax.xml.namespace.QName serviceName, org.apache.cxf.Bus bus ) [static] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.mint:(Ljavax/xml/namespace/QName;Lorg/apache/cxf/Bus;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointReferenceUtils.mint ( org.apache.cxf.ws.addressing.EndpointReferenceType physical, org.apache.cxf.Bus bus ) [static] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.mint:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/Bus;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointReferenceUtils.renew ( org.apache.cxf.ws.addressing.EndpointReferenceType logical, org.apache.cxf.ws.addressing.EndpointReferenceType physical, org.apache.cxf.Bus bus ) [static] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.renew:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/Bus;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointReferenceUtils.resolve ( org.apache.cxf.ws.addressing.EndpointReferenceType logical, org.apache.cxf.Bus bus ) [static] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.resolve:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/Bus;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointReferenceUtils.setAddress ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, String address ) [static] : void
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.setAddress:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Ljava/lang/String;)V]
EndpointReferenceUtils.setInterfaceName ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, javax.xml.namespace.QName portTypeName ) [static] : void
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.setInterfaceName:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Ljavax/xml/namespace/QName;)V]
EndpointReferenceUtils.setMetadata ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, java.util.List metadata ) [static] : void
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.setMetadata:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Ljava/util/List;)V]
EndpointReferenceUtils.setPortName ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, String portName ) [static] : void
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.setPortName:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Ljava/lang/String;)V]
EndpointReferenceUtils.setServiceAndPortName ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, javax.xml.namespace.QName serviceName, String portName ) [static] : void
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.setServiceAndPortName:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Ljavax/xml/namespace/QName;Ljava/lang/String;)V]
EndpointReferenceUtils.setWSDLLocation ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, String[ ] wsdlLocation ) [static] : void
[run-time name: org/apache/cxf/wsdl/EndpointReferenceUtils.setWSDLLocation:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;[Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, EndpointResolver.class
package org.apache.cxf.endpoint
EndpointResolver.mint ( javax.xml.namespace.QName p1 ) [abstract] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/endpoint/EndpointResolver.mint:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointResolver.mint ( org.apache.cxf.ws.addressing.EndpointReferenceType p1 ) [abstract] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/endpoint/EndpointResolver.mint:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointResolver.renew ( org.apache.cxf.ws.addressing.EndpointReferenceType p1, org.apache.cxf.ws.addressing.EndpointReferenceType p2 ) [abstract] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/endpoint/EndpointResolver.renew:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointResolver.resolve ( org.apache.cxf.ws.addressing.EndpointReferenceType p1 ) [abstract] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/endpoint/EndpointResolver.resolve:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
openejb-cxf-bundle-2.5.2.jar, EndpointResolverRegistry.class
package org.apache.cxf.endpoint
EndpointResolverRegistry.mint ( javax.xml.namespace.QName p1 ) [abstract] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/endpoint/EndpointResolverRegistry.mint:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointResolverRegistry.mint ( org.apache.cxf.ws.addressing.EndpointReferenceType p1 ) [abstract] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/endpoint/EndpointResolverRegistry.mint:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointResolverRegistry.register ( EndpointResolver p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/EndpointResolverRegistry.register:(Lorg/apache/cxf/endpoint/EndpointResolver;)V]
EndpointResolverRegistry.renew ( org.apache.cxf.ws.addressing.EndpointReferenceType p1, org.apache.cxf.ws.addressing.EndpointReferenceType p2 ) [abstract] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/endpoint/EndpointResolverRegistry.renew:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointResolverRegistry.resolve ( org.apache.cxf.ws.addressing.EndpointReferenceType p1 ) [abstract] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/endpoint/EndpointResolverRegistry.resolve:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointResolverRegistry.unregister ( EndpointResolver p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/EndpointResolverRegistry.unregister:(Lorg/apache/cxf/endpoint/EndpointResolver;)V]
openejb-cxf-bundle-2.5.2.jar, EndpointResolverRegistryImpl.class
package org.apache.cxf.endpoint
EndpointResolverRegistryImpl.EndpointResolverRegistryImpl ( )
[run-time name: org/apache/cxf/endpoint/EndpointResolverRegistryImpl."<init>":()V]
EndpointResolverRegistryImpl.EndpointResolverRegistryImpl ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/endpoint/EndpointResolverRegistryImpl."<init>":(Lorg/apache/cxf/Bus;)V]
EndpointResolverRegistryImpl.getResolvers ( ) : java.util.List
[run-time name: org/apache/cxf/endpoint/EndpointResolverRegistryImpl.getResolvers:()Ljava/util/List;]
EndpointResolverRegistryImpl.mint ( javax.xml.namespace.QName serviceName ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/endpoint/EndpointResolverRegistryImpl.mint:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointResolverRegistryImpl.mint ( org.apache.cxf.ws.addressing.EndpointReferenceType physical ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/endpoint/EndpointResolverRegistryImpl.mint:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointResolverRegistryImpl.register ( EndpointResolver resolver ) : void
[run-time name: org/apache/cxf/endpoint/EndpointResolverRegistryImpl.register:(Lorg/apache/cxf/endpoint/EndpointResolver;)V]
EndpointResolverRegistryImpl.renew ( org.apache.cxf.ws.addressing.EndpointReferenceType logical, org.apache.cxf.ws.addressing.EndpointReferenceType physical ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/endpoint/EndpointResolverRegistryImpl.renew:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointResolverRegistryImpl.resolve ( org.apache.cxf.ws.addressing.EndpointReferenceType logical ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/endpoint/EndpointResolverRegistryImpl.resolve:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
EndpointResolverRegistryImpl.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/endpoint/EndpointResolverRegistryImpl.setBus:(Lorg/apache/cxf/Bus;)V]
EndpointResolverRegistryImpl.unregister ( EndpointResolver resolver ) : void
[run-time name: org/apache/cxf/endpoint/EndpointResolverRegistryImpl.unregister:(Lorg/apache/cxf/endpoint/EndpointResolver;)V]
openejb-cxf-bundle-2.5.2.jar, EndpointSelectionInterceptor.class
package org.apache.cxf.binding.soap.interceptor
EndpointSelectionInterceptor.EndpointSelectionInterceptor ( )
[run-time name: org/apache/cxf/binding/soap/interceptor/EndpointSelectionInterceptor."<init>":()V]
EndpointSelectionInterceptor.selectEndpoint ( org.apache.cxf.message.Message message, java.util.Set eps ) : org.apache.cxf.endpoint.Endpoint
[run-time name: org/apache/cxf/binding/soap/interceptor/EndpointSelectionInterceptor.selectEndpoint:(Lorg/apache/cxf/message/Message;Ljava/util/Set;)Lorg/apache/cxf/endpoint/Endpoint;]
openejb-cxf-bundle-2.5.2.jar, EndpointUtils.class
package org.apache.cxf.jaxws
EndpointUtils.hasWebServiceAnnotation ( Class cls ) [static] : boolean
[run-time name: org/apache/cxf/jaxws/EndpointUtils.hasWebServiceAnnotation:(Ljava/lang/Class;)Z]
EndpointUtils.isValidImplementor ( Class implementorClass ) [static] : boolean
[run-time name: org/apache/cxf/jaxws/EndpointUtils.isValidImplementor:(Ljava/lang/Class;)Z]
EndpointUtils.isValidImplementor ( Object implementor ) [static] : boolean
[run-time name: org/apache/cxf/jaxws/EndpointUtils.isValidImplementor:(Ljava/lang/Object;)Z]
openejb-cxf-bundle-2.5.2.jar, EndpointUtilsException.class
package org.apache.cxf.wsdl
EndpointUtilsException.EndpointUtilsException ( org.apache.cxf.common.i18n.Message msg )
[run-time name: org/apache/cxf/wsdl/EndpointUtilsException."<init>":(Lorg/apache/cxf/common/i18n/Message;)V]
EndpointUtilsException.EndpointUtilsException ( org.apache.cxf.common.i18n.Message msg, Throwable t )
[run-time name: org/apache/cxf/wsdl/EndpointUtilsException."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, EnglishInflector.class
package org.apache.cxf.binding.http.strategy
EnglishInflector.EnglishInflector ( )
[run-time name: org/apache/cxf/binding/http/strategy/EnglishInflector."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, EntropyType.class
package org.apache.cxf.ws.security.sts.provider.model
EntropyType.EntropyType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/EntropyType."<init>":()V]
EntropyType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/EntropyType.getAny:()Ljava/util/List;]
EntropyType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/EntropyType.getOtherAttributes:()Ljava/util/Map;]
openejb-cxf-bundle-2.5.2.jar, Entry.class
package org.apache.cxf.configuration.spring
AbstractSpringBeanMap.Entry.AbstractSpringBeanMap.Entry ( AbstractSpringBeanMap map, Object key )
[run-time name: org/apache/cxf/configuration/spring/AbstractSpringBeanMap.Entry."<init>":(Lorg/apache/cxf/configuration/spring/AbstractSpringBeanMap;Ljava/lang/Object;)V]
AbstractSpringBeanMap.Entry.getKey ( ) : Object
[run-time name: org/apache/cxf/configuration/spring/AbstractSpringBeanMap.Entry.getKey:()Ljava/lang/Object;]
AbstractSpringBeanMap.Entry.getValue ( ) : Object
[run-time name: org/apache/cxf/configuration/spring/AbstractSpringBeanMap.Entry.getValue:()Ljava/lang/Object;]
AbstractSpringBeanMap.Entry.setValue ( Object value ) : Object
[run-time name: org/apache/cxf/configuration/spring/AbstractSpringBeanMap.Entry.setValue:(Ljava/lang/Object;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, Enum.class
package org.apache.cxf.binding.corba.wsdl
Enum.Enum ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/Enum."<init>":()V]
Enum.getEnumerator ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/wsdl/Enum.getEnumerator:()Ljava/util/List;]
Enum.isSetEnumerator ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Enum.isSetEnumerator:()Z]
Enum.unsetEnumerator ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Enum.unsetEnumerator:()V]
openejb-cxf-bundle-2.5.2.jar, Enumerator.class
package org.apache.cxf.binding.corba.wsdl
Enumerator.Enumerator ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/Enumerator."<init>":()V]
Enumerator.getValue ( ) : String
[run-time name: org/apache/cxf/binding/corba/wsdl/Enumerator.getValue:()Ljava/lang/String;]
Enumerator.isSetValue ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Enumerator.isSetValue:()Z]
Enumerator.setValue ( String value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Enumerator.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, EnumType.class
package org.apache.cxf.aegis.type.java5
EnumType.EnumType ( )
[run-time name: org/apache/cxf/aegis/type/java5/EnumType."<init>":()V]
EnumType.isComplex ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/java5/EnumType.isComplex:()Z]
EnumType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/java5/EnumType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
EnumType.setTypeClass ( reflect.Type typeClass ) : void
[run-time name: org/apache/cxf/aegis/type/java5/EnumType.setTypeClass:(Ljava/lang/reflect/Type;)V]
EnumType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/java5/EnumType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
EnumType.writeSchema ( org.apache.ws.commons.schema.XmlSchema root ) : void
[run-time name: org/apache/cxf/aegis/type/java5/EnumType.writeSchema:(Lorg/apache/ws/commons/schema/XmlSchema;)V]
openejb-cxf-bundle-2.5.2.jar, EnumVisitor.class
package org.apache.cxf.tools.corba.processors.idl
EnumVisitor.accept ( antlr.collections.AST node ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/EnumVisitor.accept:(Lantlr/collections/AST;)Z]
EnumVisitor.EnumVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor )
[run-time name: org/apache/cxf/tools/corba/processors/idl/EnumVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;)V]
EnumVisitor.visit ( antlr.collections.AST enumNode ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/EnumVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, EnvEntryType.class
package org.apache.cxf.jaxws.javaee
EnvEntryType.EnvEntryType ( )
[run-time name: org/apache/cxf/jaxws/javaee/EnvEntryType."<init>":()V]
EnvEntryType.getDescription ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/EnvEntryType.getDescription:()Ljava/util/List;]
EnvEntryType.getEnvEntryName ( ) : JndiNameType
[run-time name: org/apache/cxf/jaxws/javaee/EnvEntryType.getEnvEntryName:()Lorg/apache/cxf/jaxws/javaee/JndiNameType;]
EnvEntryType.getEnvEntryType ( ) : EnvEntryTypeValuesType
[run-time name: org/apache/cxf/jaxws/javaee/EnvEntryType.getEnvEntryType:()Lorg/apache/cxf/jaxws/javaee/EnvEntryTypeValuesType;]
EnvEntryType.getEnvEntryValue ( ) : XsdStringType
[run-time name: org/apache/cxf/jaxws/javaee/EnvEntryType.getEnvEntryValue:()Lorg/apache/cxf/jaxws/javaee/XsdStringType;]
EnvEntryType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/EnvEntryType.getId:()Ljava/lang/String;]
EnvEntryType.getInjectionTarget ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/EnvEntryType.getInjectionTarget:()Ljava/util/List;]
EnvEntryType.getMappedName ( ) : XsdStringType
[run-time name: org/apache/cxf/jaxws/javaee/EnvEntryType.getMappedName:()Lorg/apache/cxf/jaxws/javaee/XsdStringType;]
EnvEntryType.setEnvEntryName ( JndiNameType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/EnvEntryType.setEnvEntryName:(Lorg/apache/cxf/jaxws/javaee/JndiNameType;)V]
EnvEntryType.setEnvEntryType ( EnvEntryTypeValuesType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/EnvEntryType.setEnvEntryType:(Lorg/apache/cxf/jaxws/javaee/EnvEntryTypeValuesType;)V]
EnvEntryType.setEnvEntryValue ( XsdStringType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/EnvEntryType.setEnvEntryValue:(Lorg/apache/cxf/jaxws/javaee/XsdStringType;)V]
EnvEntryType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/EnvEntryType.setId:(Ljava/lang/String;)V]
EnvEntryType.setMappedName ( XsdStringType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/EnvEntryType.setMappedName:(Lorg/apache/cxf/jaxws/javaee/XsdStringType;)V]
openejb-cxf-bundle-2.5.2.jar, EnvEntryTypeValuesType.class
package org.apache.cxf.jaxws.javaee
EnvEntryTypeValuesType.EnvEntryTypeValuesType ( )
[run-time name: org/apache/cxf/jaxws/javaee/EnvEntryTypeValuesType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, EprMetaData.class
package org.apache.cxf.binding.corba.utils
EprMetaData.EprMetaData ( )
[run-time name: org/apache/cxf/binding/corba/utils/EprMetaData."<init>":()V]
EprMetaData.getBinding ( ) : javax.wsdl.Binding
[run-time name: org/apache/cxf/binding/corba/utils/EprMetaData.getBinding:()Ljavax/wsdl/Binding;]
EprMetaData.getCandidateWsdlDef ( ) : javax.wsdl.Definition
[run-time name: org/apache/cxf/binding/corba/utils/EprMetaData.getCandidateWsdlDef:()Ljavax/wsdl/Definition;]
EprMetaData.getPortName ( ) : String
[run-time name: org/apache/cxf/binding/corba/utils/EprMetaData.getPortName:()Ljava/lang/String;]
EprMetaData.getServiceQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/utils/EprMetaData.getServiceQName:()Ljavax/xml/namespace/QName;]
EprMetaData.isValid ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/utils/EprMetaData.isValid:()Z]
EprMetaData.setBinding ( javax.wsdl.Binding b ) : void
[run-time name: org/apache/cxf/binding/corba/utils/EprMetaData.setBinding:(Ljavax/wsdl/Binding;)V]
EprMetaData.setCandidateWsdlDef ( javax.wsdl.Definition def ) : void
[run-time name: org/apache/cxf/binding/corba/utils/EprMetaData.setCandidateWsdlDef:(Ljavax/wsdl/Definition;)V]
EprMetaData.setPortName ( String name ) : void
[run-time name: org/apache/cxf/binding/corba/utils/EprMetaData.setPortName:(Ljava/lang/String;)V]
EprMetaData.setServiceQName ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/binding/corba/utils/EprMetaData.setServiceQName:(Ljavax/xml/namespace/QName;)V]
EprMetaData.toString ( ) : String
[run-time name: org/apache/cxf/binding/corba/utils/EprMetaData.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, ErrorVisitor.class
package org.apache.cxf.tools.common.toolspec.parser
ErrorVisitor.add ( CommandLineError err ) : void
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.add:(Lorg/apache/cxf/tools/common/toolspec/parser/CommandLineError;)V]
ErrorVisitor.ErrorVisitor ( )
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor."<init>":()V]
ErrorVisitor.getErrors ( ) : java.util.Collection
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.getErrors:()Ljava/util/Collection;]
ErrorVisitor.toString ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, Event.class
package org.apache.cxf.service.factory
FactoryBeanListener.Event.valueOf ( String name ) [static] : FactoryBeanListener.Event
[run-time name: org/apache/cxf/service/factory/FactoryBeanListener.Event.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/service/factory/FactoryBeanListener$Event;]
FactoryBeanListener.Event.values ( ) [static] : FactoryBeanListener.Event[ ]
[run-time name: org/apache/cxf/service/factory/FactoryBeanListener.Event.values:()[Lorg/apache/cxf/service/factory/FactoryBeanListener$Event;]
openejb-cxf-bundle-2.5.2.jar, ExactlyOnce.class
package org.apache.cxf.ws.rm.manager
DeliveryAssuranceType.ExactlyOnce.DeliveryAssuranceType.ExactlyOnce ( )
[run-time name: org/apache/cxf/ws/rm/manager/DeliveryAssuranceType.ExactlyOnce."<init>":()V]
package org.apache.cxf.ws.rmp.v200702
ExactlyOnce.ExactlyOnce ( )
[run-time name: org/apache/cxf/ws/rmp/v200702/ExactlyOnce."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, Exception.class
package org.apache.cxf.binding.corba.wsdl
Exception.Exception ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/Exception."<init>":()V]
Exception.getMember ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/wsdl/Exception.getMember:()Ljava/util/List;]
Exception.isSetMember ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Exception.isSetMember:()Z]
Exception.unsetMember ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Exception.unsetMember:()V]
package org.apache.cxf.common.i18n
Exception.Exception ( Message msg )
[run-time name: org/apache/cxf/common/i18n/Exception."<init>":(Lorg/apache/cxf/common/i18n/Message;)V]
Exception.Exception ( Message msg, Throwable t )
[run-time name: org/apache/cxf/common/i18n/Exception."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;)V]
Exception.Exception ( Throwable cause )
[run-time name: org/apache/cxf/common/i18n/Exception."<init>":(Ljava/lang/Throwable;)V]
Exception.getCode ( ) : String
[run-time name: org/apache/cxf/common/i18n/Exception.getCode:()Ljava/lang/String;]
Exception.getMessage ( ) : String
[run-time name: org/apache/cxf/common/i18n/Exception.getMessage:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, ExceptionDeferredAction.class
package org.apache.cxf.tools.corba.processors.idl
ExceptionDeferredAction.ExceptionDeferredAction ( org.apache.cxf.binding.corba.wsdl.MemberType memberType )
[run-time name: org/apache/cxf/tools/corba/processors/idl/ExceptionDeferredAction."<init>":(Lorg/apache/cxf/binding/corba/wsdl/MemberType;)V]
ExceptionDeferredAction.ExceptionDeferredAction ( org.apache.cxf.binding.corba.wsdl.MemberType memberType, org.apache.ws.commons.schema.XmlSchemaElement elem )
[run-time name: org/apache/cxf/tools/corba/processors/idl/ExceptionDeferredAction."<init>":(Lorg/apache/cxf/binding/corba/wsdl/MemberType;Lorg/apache/ws/commons/schema/XmlSchemaElement;)V]
ExceptionDeferredAction.ExceptionDeferredAction ( org.apache.ws.commons.schema.XmlSchemaElement elem )
[run-time name: org/apache/cxf/tools/corba/processors/idl/ExceptionDeferredAction."<init>":(Lorg/apache/ws/commons/schema/XmlSchemaElement;)V]
ExceptionDeferredAction.execute ( org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/ExceptionDeferredAction.execute:(Lorg/apache/ws/commons/schema/XmlSchemaType;Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;)V]
openejb-cxf-bundle-2.5.2.jar, ExceptionVisitor.class
package org.apache.cxf.tools.corba.processors.idl
ExceptionVisitor.accept ( antlr.collections.AST node ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/ExceptionVisitor.accept:(Lantlr/collections/AST;)Z]
ExceptionVisitor.ExceptionVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlASTVisitor )
[run-time name: org/apache/cxf/tools/corba/processors/idl/ExceptionVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;)V]
ExceptionVisitor.visit ( antlr.collections.AST node ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/ExceptionVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, Exchange.class
package org.apache.cxf.message
Exchange.clear ( ) [abstract] : void
[run-time name: org/apache/cxf/message/Exchange.clear:()V]
Exchange.getBinding ( ) [abstract] : org.apache.cxf.binding.Binding
[run-time name: org/apache/cxf/message/Exchange.getBinding:()Lorg/apache/cxf/binding/Binding;]
Exchange.getBindingOperationInfo ( ) [abstract] : org.apache.cxf.service.model.BindingOperationInfo
[run-time name: org/apache/cxf/message/Exchange.getBindingOperationInfo:()Lorg/apache/cxf/service/model/BindingOperationInfo;]
Exchange.getBus ( ) [abstract] : org.apache.cxf.Bus
[run-time name: org/apache/cxf/message/Exchange.getBus:()Lorg/apache/cxf/Bus;]
Exchange.getConduit ( Message p1 ) [abstract] : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/message/Exchange.getConduit:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/transport/Conduit;]
Exchange.getDestination ( ) [abstract] : org.apache.cxf.transport.Destination
[run-time name: org/apache/cxf/message/Exchange.getDestination:()Lorg/apache/cxf/transport/Destination;]
Exchange.getEndpoint ( ) [abstract] : org.apache.cxf.endpoint.Endpoint
[run-time name: org/apache/cxf/message/Exchange.getEndpoint:()Lorg/apache/cxf/endpoint/Endpoint;]
Exchange.getInFaultMessage ( ) [abstract] : Message
[run-time name: org/apache/cxf/message/Exchange.getInFaultMessage:()Lorg/apache/cxf/message/Message;]
Exchange.getInMessage ( ) [abstract] : Message
[run-time name: org/apache/cxf/message/Exchange.getInMessage:()Lorg/apache/cxf/message/Message;]
Exchange.getOutFaultMessage ( ) [abstract] : Message
[run-time name: org/apache/cxf/message/Exchange.getOutFaultMessage:()Lorg/apache/cxf/message/Message;]
Exchange.getOutMessage ( ) [abstract] : Message
[run-time name: org/apache/cxf/message/Exchange.getOutMessage:()Lorg/apache/cxf/message/Message;]
Exchange.getService ( ) [abstract] : org.apache.cxf.service.Service
[run-time name: org/apache/cxf/message/Exchange.getService:()Lorg/apache/cxf/service/Service;]
Exchange.getSession ( ) [abstract] : org.apache.cxf.transport.Session
[run-time name: org/apache/cxf/message/Exchange.getSession:()Lorg/apache/cxf/transport/Session;]
Exchange.isOneWay ( ) [abstract] : boolean
[run-time name: org/apache/cxf/message/Exchange.isOneWay:()Z]
Exchange.isSynchronous ( ) [abstract] : boolean
[run-time name: org/apache/cxf/message/Exchange.isSynchronous:()Z]
Exchange.setConduit ( org.apache.cxf.transport.Conduit p1 ) [abstract] : void
[run-time name: org/apache/cxf/message/Exchange.setConduit:(Lorg/apache/cxf/transport/Conduit;)V]
Exchange.setDestination ( org.apache.cxf.transport.Destination p1 ) [abstract] : void
[run-time name: org/apache/cxf/message/Exchange.setDestination:(Lorg/apache/cxf/transport/Destination;)V]
Exchange.setInFaultMessage ( Message p1 ) [abstract] : void
[run-time name: org/apache/cxf/message/Exchange.setInFaultMessage:(Lorg/apache/cxf/message/Message;)V]
Exchange.setInMessage ( Message p1 ) [abstract] : void
[run-time name: org/apache/cxf/message/Exchange.setInMessage:(Lorg/apache/cxf/message/Message;)V]
Exchange.setOneWay ( boolean p1 ) [abstract] : void
[run-time name: org/apache/cxf/message/Exchange.setOneWay:(Z)V]
Exchange.setOutFaultMessage ( Message p1 ) [abstract] : void
[run-time name: org/apache/cxf/message/Exchange.setOutFaultMessage:(Lorg/apache/cxf/message/Message;)V]
Exchange.setOutMessage ( Message p1 ) [abstract] : void
[run-time name: org/apache/cxf/message/Exchange.setOutMessage:(Lorg/apache/cxf/message/Message;)V]
Exchange.setSynchronous ( boolean p1 ) [abstract] : void
[run-time name: org/apache/cxf/message/Exchange.setSynchronous:(Z)V]
openejb-cxf-bundle-2.5.2.jar, ExchangeData.class
package org.apache.cxf.management.persistence
ExchangeData.ExchangeData ( )
[run-time name: org/apache/cxf/management/persistence/ExchangeData."<init>":()V]
ExchangeData.getEncoding ( ) : String
[run-time name: org/apache/cxf/management/persistence/ExchangeData.getEncoding:()Ljava/lang/String;]
ExchangeData.getExceptionType ( ) : String
[run-time name: org/apache/cxf/management/persistence/ExchangeData.getExceptionType:()Ljava/lang/String;]
ExchangeData.getId ( ) : Integer
[run-time name: org/apache/cxf/management/persistence/ExchangeData.getId:()Ljava/lang/Integer;]
ExchangeData.getInDate ( ) : java.util.Date
[run-time name: org/apache/cxf/management/persistence/ExchangeData.getInDate:()Ljava/util/Date;]
ExchangeData.getOperation ( ) : String
[run-time name: org/apache/cxf/management/persistence/ExchangeData.getOperation:()Ljava/lang/String;]
ExchangeData.getOutDate ( ) : java.util.Date
[run-time name: org/apache/cxf/management/persistence/ExchangeData.getOutDate:()Ljava/util/Date;]
ExchangeData.getProperties ( ) : java.util.List
[run-time name: org/apache/cxf/management/persistence/ExchangeData.getProperties:()Ljava/util/List;]
ExchangeData.getRequest ( ) : String
[run-time name: org/apache/cxf/management/persistence/ExchangeData.getRequest:()Ljava/lang/String;]
ExchangeData.getRequestSize ( ) : Integer
[run-time name: org/apache/cxf/management/persistence/ExchangeData.getRequestSize:()Ljava/lang/Integer;]
ExchangeData.getResponse ( ) : String
[run-time name: org/apache/cxf/management/persistence/ExchangeData.getResponse:()Ljava/lang/String;]
ExchangeData.getResponseSize ( ) : Integer
[run-time name: org/apache/cxf/management/persistence/ExchangeData.getResponseSize:()Ljava/lang/Integer;]
ExchangeData.getServiceName ( ) : String
[run-time name: org/apache/cxf/management/persistence/ExchangeData.getServiceName:()Ljava/lang/String;]
ExchangeData.getStackTrace ( ) : String
[run-time name: org/apache/cxf/management/persistence/ExchangeData.getStackTrace:()Ljava/lang/String;]
ExchangeData.getStatus ( ) : String
[run-time name: org/apache/cxf/management/persistence/ExchangeData.getStatus:()Ljava/lang/String;]
ExchangeData.getUri ( ) : String
[run-time name: org/apache/cxf/management/persistence/ExchangeData.getUri:()Ljava/lang/String;]
ExchangeData.getUserAgent ( ) : String
[run-time name: org/apache/cxf/management/persistence/ExchangeData.getUserAgent:()Ljava/lang/String;]
ExchangeData.setEncoding ( String encoding ) : void
[run-time name: org/apache/cxf/management/persistence/ExchangeData.setEncoding:(Ljava/lang/String;)V]
ExchangeData.setExceptionType ( String exceptionType ) : void
[run-time name: org/apache/cxf/management/persistence/ExchangeData.setExceptionType:(Ljava/lang/String;)V]
ExchangeData.setId ( Integer id ) : void
[run-time name: org/apache/cxf/management/persistence/ExchangeData.setId:(Ljava/lang/Integer;)V]
ExchangeData.setInDate ( java.util.Date inDate ) : void
[run-time name: org/apache/cxf/management/persistence/ExchangeData.setInDate:(Ljava/util/Date;)V]
ExchangeData.setOperation ( String operation ) : void
[run-time name: org/apache/cxf/management/persistence/ExchangeData.setOperation:(Ljava/lang/String;)V]
ExchangeData.setOutDate ( java.util.Date outDate ) : void
[run-time name: org/apache/cxf/management/persistence/ExchangeData.setOutDate:(Ljava/util/Date;)V]
ExchangeData.setProperties ( java.util.List properties ) : void
[run-time name: org/apache/cxf/management/persistence/ExchangeData.setProperties:(Ljava/util/List;)V]
ExchangeData.setRequest ( String request ) : void
[run-time name: org/apache/cxf/management/persistence/ExchangeData.setRequest:(Ljava/lang/String;)V]
ExchangeData.setRequestSize ( Integer requestSize ) : void
[run-time name: org/apache/cxf/management/persistence/ExchangeData.setRequestSize:(Ljava/lang/Integer;)V]
ExchangeData.setResponse ( String response ) : void
[run-time name: org/apache/cxf/management/persistence/ExchangeData.setResponse:(Ljava/lang/String;)V]
ExchangeData.setResponseSize ( Integer responseSize ) : void
[run-time name: org/apache/cxf/management/persistence/ExchangeData.setResponseSize:(Ljava/lang/Integer;)V]
ExchangeData.setServiceName ( String serviceName ) : void
[run-time name: org/apache/cxf/management/persistence/ExchangeData.setServiceName:(Ljava/lang/String;)V]
ExchangeData.setStackTrace ( String stackTrace ) : void
[run-time name: org/apache/cxf/management/persistence/ExchangeData.setStackTrace:(Ljava/lang/String;)V]
ExchangeData.setStatus ( String status ) : void
[run-time name: org/apache/cxf/management/persistence/ExchangeData.setStatus:(Ljava/lang/String;)V]
ExchangeData.setUri ( String uri ) : void
[run-time name: org/apache/cxf/management/persistence/ExchangeData.setUri:(Ljava/lang/String;)V]
ExchangeData.setUserAgent ( String userAgent ) : void
[run-time name: org/apache/cxf/management/persistence/ExchangeData.setUserAgent:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ExchangeDataDAO.class
package org.apache.cxf.management.persistence
ExchangeDataDAO.save ( ExchangeData p1 ) [abstract] : void
[run-time name: org/apache/cxf/management/persistence/ExchangeDataDAO.save:(Lorg/apache/cxf/management/persistence/ExchangeData;)V]
openejb-cxf-bundle-2.5.2.jar, ExchangeDataFilter.class
package org.apache.cxf.management.persistence
ExchangeDataFilter.shouldPersist ( ExchangeData p1 ) [abstract] : boolean
[run-time name: org/apache/cxf/management/persistence/ExchangeDataFilter.shouldPersist:(Lorg/apache/cxf/management/persistence/ExchangeData;)Z]
openejb-cxf-bundle-2.5.2.jar, ExchangeDataProperty.class
package org.apache.cxf.management.persistence
ExchangeDataProperty.ExchangeDataProperty ( )
[run-time name: org/apache/cxf/management/persistence/ExchangeDataProperty."<init>":()V]
ExchangeDataProperty.getExchangeData ( ) : ExchangeData
[run-time name: org/apache/cxf/management/persistence/ExchangeDataProperty.getExchangeData:()Lorg/apache/cxf/management/persistence/ExchangeData;]
ExchangeDataProperty.getId ( ) : Integer
[run-time name: org/apache/cxf/management/persistence/ExchangeDataProperty.getId:()Ljava/lang/Integer;]
ExchangeDataProperty.getName ( ) : String
[run-time name: org/apache/cxf/management/persistence/ExchangeDataProperty.getName:()Ljava/lang/String;]
ExchangeDataProperty.getValue ( ) : String
[run-time name: org/apache/cxf/management/persistence/ExchangeDataProperty.getValue:()Ljava/lang/String;]
ExchangeDataProperty.setExchangeData ( ExchangeData exchangeData ) : void
[run-time name: org/apache/cxf/management/persistence/ExchangeDataProperty.setExchangeData:(Lorg/apache/cxf/management/persistence/ExchangeData;)V]
ExchangeDataProperty.setId ( Integer id ) : void
[run-time name: org/apache/cxf/management/persistence/ExchangeDataProperty.setId:(Ljava/lang/Integer;)V]
ExchangeDataProperty.setName ( String name ) : void
[run-time name: org/apache/cxf/management/persistence/ExchangeDataProperty.setName:(Ljava/lang/String;)V]
ExchangeDataProperty.setValue ( String value ) : void
[run-time name: org/apache/cxf/management/persistence/ExchangeDataProperty.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ExchangeImpl.class
package org.apache.cxf.message
ExchangeImpl.clear ( ) : void
[run-time name: org/apache/cxf/message/ExchangeImpl.clear:()V]
ExchangeImpl.ExchangeImpl ( )
[run-time name: org/apache/cxf/message/ExchangeImpl."<init>":()V]
ExchangeImpl.getBinding ( ) : org.apache.cxf.binding.Binding
[run-time name: org/apache/cxf/message/ExchangeImpl.getBinding:()Lorg/apache/cxf/binding/Binding;]
ExchangeImpl.getBindingOperationInfo ( ) : org.apache.cxf.service.model.BindingOperationInfo
[run-time name: org/apache/cxf/message/ExchangeImpl.getBindingOperationInfo:()Lorg/apache/cxf/service/model/BindingOperationInfo;]
ExchangeImpl.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/message/ExchangeImpl.getBus:()Lorg/apache/cxf/Bus;]
ExchangeImpl.getConduit ( Message message ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/message/ExchangeImpl.getConduit:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/transport/Conduit;]
ExchangeImpl.getDestination ( ) : org.apache.cxf.transport.Destination
[run-time name: org/apache/cxf/message/ExchangeImpl.getDestination:()Lorg/apache/cxf/transport/Destination;]
ExchangeImpl.getEndpoint ( ) : org.apache.cxf.endpoint.Endpoint
[run-time name: org/apache/cxf/message/ExchangeImpl.getEndpoint:()Lorg/apache/cxf/endpoint/Endpoint;]
ExchangeImpl.getInFaultMessage ( ) : Message
[run-time name: org/apache/cxf/message/ExchangeImpl.getInFaultMessage:()Lorg/apache/cxf/message/Message;]
ExchangeImpl.getInMessage ( ) : Message
[run-time name: org/apache/cxf/message/ExchangeImpl.getInMessage:()Lorg/apache/cxf/message/Message;]
ExchangeImpl.getOutFaultMessage ( ) : Message
[run-time name: org/apache/cxf/message/ExchangeImpl.getOutFaultMessage:()Lorg/apache/cxf/message/Message;]
ExchangeImpl.getOutMessage ( ) : Message
[run-time name: org/apache/cxf/message/ExchangeImpl.getOutMessage:()Lorg/apache/cxf/message/Message;]
ExchangeImpl.getService ( ) : org.apache.cxf.service.Service
[run-time name: org/apache/cxf/message/ExchangeImpl.getService:()Lorg/apache/cxf/service/Service;]
ExchangeImpl.getSession ( ) : org.apache.cxf.transport.Session
[run-time name: org/apache/cxf/message/ExchangeImpl.getSession:()Lorg/apache/cxf/transport/Session;]
ExchangeImpl.isOneWay ( ) : boolean
[run-time name: org/apache/cxf/message/ExchangeImpl.isOneWay:()Z]
ExchangeImpl.isSynchronous ( ) : boolean
[run-time name: org/apache/cxf/message/ExchangeImpl.isSynchronous:()Z]
ExchangeImpl.put ( Class key, Object value ) : void
[run-time name: org/apache/cxf/message/ExchangeImpl.put:(Ljava/lang/Class;Ljava/lang/Object;)V]
ExchangeImpl.put ( Object x0, Object x1 ) : Object
[run-time name: org/apache/cxf/message/ExchangeImpl.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
ExchangeImpl.put ( String key, Object value ) : Object
[run-time name: org/apache/cxf/message/ExchangeImpl.put:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
ExchangeImpl.setConduit ( org.apache.cxf.transport.Conduit c ) : void
[run-time name: org/apache/cxf/message/ExchangeImpl.setConduit:(Lorg/apache/cxf/transport/Conduit;)V]
ExchangeImpl.setDestination ( org.apache.cxf.transport.Destination d ) : void
[run-time name: org/apache/cxf/message/ExchangeImpl.setDestination:(Lorg/apache/cxf/transport/Destination;)V]
ExchangeImpl.setInFaultMessage ( Message m ) : void
[run-time name: org/apache/cxf/message/ExchangeImpl.setInFaultMessage:(Lorg/apache/cxf/message/Message;)V]
ExchangeImpl.setInMessage ( Message m ) : void
[run-time name: org/apache/cxf/message/ExchangeImpl.setInMessage:(Lorg/apache/cxf/message/Message;)V]
ExchangeImpl.setOneWay ( boolean b ) : void
[run-time name: org/apache/cxf/message/ExchangeImpl.setOneWay:(Z)V]
ExchangeImpl.setOutFaultMessage ( Message m ) : void
[run-time name: org/apache/cxf/message/ExchangeImpl.setOutFaultMessage:(Lorg/apache/cxf/message/Message;)V]
ExchangeImpl.setOutMessage ( Message m ) : void
[run-time name: org/apache/cxf/message/ExchangeImpl.setOutMessage:(Lorg/apache/cxf/message/Message;)V]
ExchangeImpl.setSession ( org.apache.cxf.transport.Session session ) : void
[run-time name: org/apache/cxf/message/ExchangeImpl.setSession:(Lorg/apache/cxf/transport/Session;)V]
ExchangeImpl.setSynchronous ( boolean b ) : void
[run-time name: org/apache/cxf/message/ExchangeImpl.setSynchronous:(Z)V]
openejb-cxf-bundle-2.5.2.jar, Expires.class
package org.apache.cxf.ws.rm.v200502
Expires.Expires ( )
[run-time name: org/apache/cxf/ws/rm/v200502/Expires."<init>":()V]
Expires.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502/Expires.getOtherAttributes:()Ljava/util/Map;]
Expires.getValue ( ) : javax.xml.datatype.Duration
[run-time name: org/apache/cxf/ws/rm/v200502/Expires.getValue:()Ljavax/xml/datatype/Duration;]
Expires.isSetValue ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/Expires.isSetValue:()Z]
Expires.setValue ( javax.xml.datatype.Duration value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/Expires.setValue:(Ljavax/xml/datatype/Duration;)V]
package org.apache.cxf.ws.rm.v200502wsa15
Expires.Expires ( )
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Expires."<init>":()V]
Expires.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Expires.getOtherAttributes:()Ljava/util/Map;]
Expires.getValue ( ) : javax.xml.datatype.Duration
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Expires.getValue:()Ljavax/xml/datatype/Duration;]
Expires.isSetValue ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Expires.isSetValue:()Z]
Expires.setValue ( javax.xml.datatype.Duration value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Expires.setValue:(Ljavax/xml/datatype/Duration;)V]
package org.apache.cxf.ws.rm.v200702
Expires.Expires ( )
[run-time name: org/apache/cxf/ws/rm/v200702/Expires."<init>":()V]
Expires.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200702/Expires.getOtherAttributes:()Ljava/util/Map;]
Expires.getValue ( ) : javax.xml.datatype.Duration
[run-time name: org/apache/cxf/ws/rm/v200702/Expires.getValue:()Ljavax/xml/datatype/Duration;]
Expires.isSetValue ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/Expires.isSetValue:()Z]
Expires.setValue ( javax.xml.datatype.Duration value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/Expires.setValue:(Ljavax/xml/datatype/Duration;)V]
openejb-cxf-bundle-2.5.2.jar, ExponentialBackoff.class
package org.apache.cxf.ws.rmp.v200502
RMAssertion.ExponentialBackoff.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.ExponentialBackoff.getOtherAttributes:()Ljava/util/Map;]
RMAssertion.ExponentialBackoff.RMAssertion.ExponentialBackoff ( )
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.ExponentialBackoff."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ExtendedDocumentBuilder.class
package org.apache.cxf.tools.common.dom
ExtendedDocumentBuilder.ExtendedDocumentBuilder ( )
[run-time name: org/apache/cxf/tools/common/dom/ExtendedDocumentBuilder."<init>":()V]
ExtendedDocumentBuilder.parse ( java.io.InputStream in ) : org.w3c.dom.Document
[run-time name: org/apache/cxf/tools/common/dom/ExtendedDocumentBuilder.parse:(Ljava/io/InputStream;)Lorg/w3c/dom/Document;]
ExtendedDocumentBuilder.setValidating ( boolean validate ) : void
[run-time name: org/apache/cxf/tools/common/dom/ExtendedDocumentBuilder.setValidating:(Z)V]
openejb-cxf-bundle-2.5.2.jar, ExtendedURIResolver.class
package org.apache.cxf.resource
ExtendedURIResolver.close ( ) : void
[run-time name: org/apache/cxf/resource/ExtendedURIResolver.close:()V]
ExtendedURIResolver.ExtendedURIResolver ( )
[run-time name: org/apache/cxf/resource/ExtendedURIResolver."<init>":()V]
ExtendedURIResolver.getLatestImportURI ( ) : String
[run-time name: org/apache/cxf/resource/ExtendedURIResolver.getLatestImportURI:()Ljava/lang/String;]
ExtendedURIResolver.getURI ( ) : String
[run-time name: org/apache/cxf/resource/ExtendedURIResolver.getURI:()Ljava/lang/String;]
ExtendedURIResolver.resolve ( String curUri, String baseUri ) : org.xml.sax.InputSource
[run-time name: org/apache/cxf/resource/ExtendedURIResolver.resolve:(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;]
openejb-cxf-bundle-2.5.2.jar, Extensible.class
package org.apache.cxf.service.model
Extensible.addExtensionAttribute ( javax.xml.namespace.QName p1, Object p2 ) [abstract] : void
[run-time name: org/apache/cxf/service/model/Extensible.addExtensionAttribute:(Ljavax/xml/namespace/QName;Ljava/lang/Object;)V]
Extensible.addExtensor ( Object p1 ) [abstract] : void
[run-time name: org/apache/cxf/service/model/Extensible.addExtensor:(Ljava/lang/Object;)V]
Extensible.getExtensionAttribute ( javax.xml.namespace.QName p1 ) [abstract] : Object
[run-time name: org/apache/cxf/service/model/Extensible.getExtensionAttribute:(Ljavax/xml/namespace/QName;)Ljava/lang/Object;]
Extensible.getExtensionAttributes ( ) [abstract] : java.util.Map
[run-time name: org/apache/cxf/service/model/Extensible.getExtensionAttributes:()Ljava/util/Map;]
Extensible.getExtensor ( Class p1 ) [abstract] : Object
[run-time name: org/apache/cxf/service/model/Extensible.getExtensor:(Ljava/lang/Class;)Ljava/lang/Object;]
Extensible.getExtensors ( Class p1 ) [abstract] : java.util.List
[run-time name: org/apache/cxf/service/model/Extensible.getExtensors:(Ljava/lang/Class;)Ljava/util/List;]
Extensible.setExtensionAttributes ( java.util.Map p1 ) [abstract] : void
[run-time name: org/apache/cxf/service/model/Extensible.setExtensionAttributes:(Ljava/util/Map;)V]
openejb-cxf-bundle-2.5.2.jar, Extension.class
package org.apache.cxf.bus.extension
Extension.cloneNoObject ( ) : Extension
[run-time name: org/apache/cxf/bus/extension/Extension.cloneNoObject:()Lorg/apache/cxf/bus/extension/Extension;]
Extension.Extension ( )
[run-time name: org/apache/cxf/bus/extension/Extension."<init>":()V]
Extension.Extension ( Class cls )
[run-time name: org/apache/cxf/bus/extension/Extension."<init>":(Ljava/lang/Class;)V]
Extension.Extension ( Class cls, Class inf )
[run-time name: org/apache/cxf/bus/extension/Extension."<init>":(Ljava/lang/Class;Ljava/lang/Class;)V]
Extension.Extension ( Extension ext )
[run-time name: org/apache/cxf/bus/extension/Extension."<init>":(Lorg/apache/cxf/bus/extension/Extension;)V]
Extension.getClassname ( ) : String
[run-time name: org/apache/cxf/bus/extension/Extension.getClassname:()Ljava/lang/String;]
Extension.getClassObject ( ClassLoader cl ) : Class
[run-time name: org/apache/cxf/bus/extension/Extension.getClassObject:(Ljava/lang/ClassLoader;)Ljava/lang/Class;]
Extension.getInterfaceName ( ) : String
[run-time name: org/apache/cxf/bus/extension/Extension.getInterfaceName:()Ljava/lang/String;]
Extension.getLoadedObject ( ) : Object
[run-time name: org/apache/cxf/bus/extension/Extension.getLoadedObject:()Ljava/lang/Object;]
Extension.getName ( ) : String
[run-time name: org/apache/cxf/bus/extension/Extension.getName:()Ljava/lang/String;]
Extension.getNamespaces ( ) : java.util.Collection
[run-time name: org/apache/cxf/bus/extension/Extension.getNamespaces:()Ljava/util/Collection;]
Extension.isDeferred ( ) : boolean
[run-time name: org/apache/cxf/bus/extension/Extension.isDeferred:()Z]
Extension.load ( ClassLoader cl, org.apache.cxf.Bus b ) : Object
[run-time name: org/apache/cxf/bus/extension/Extension.load:(Ljava/lang/ClassLoader;Lorg/apache/cxf/Bus;)Ljava/lang/Object;]
Extension.loadInterface ( ClassLoader cl ) : Class
[run-time name: org/apache/cxf/bus/extension/Extension.loadInterface:(Ljava/lang/ClassLoader;)Ljava/lang/Class;]
Extension.setArgs ( Object[ ] a ) : void
[run-time name: org/apache/cxf/bus/extension/Extension.setArgs:([Ljava/lang/Object;)V]
Extension.setClassname ( String i ) : void
[run-time name: org/apache/cxf/bus/extension/Extension.setClassname:(Ljava/lang/String;)V]
Extension.setDeferred ( boolean d ) : void
[run-time name: org/apache/cxf/bus/extension/Extension.setDeferred:(Z)V]
Extension.setInterfaceName ( String i ) : void
[run-time name: org/apache/cxf/bus/extension/Extension.setInterfaceName:(Ljava/lang/String;)V]
Extension.toString ( ) : String
[run-time name: org/apache/cxf/bus/extension/Extension.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, ExtensionFinder.class
package org.apache.cxf.bus
CXFBusImpl.ExtensionFinder.findExtension ( Class p1 ) [abstract] : Object
[run-time name: org/apache/cxf/bus/CXFBusImpl.ExtensionFinder.findExtension:(Ljava/lang/Class;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, ExtensionFragmentParser.class
package org.apache.cxf.bus.extension
ExtensionFragmentParser.ExtensionFragmentParser ( )
[run-time name: org/apache/cxf/bus/extension/ExtensionFragmentParser."<init>":()V]
ExtensionFragmentParser.getExtensionsFromText ( java.io.InputStream is ) : java.util.List
[run-time name: org/apache/cxf/bus/extension/ExtensionFragmentParser.getExtensionsFromText:(Ljava/io/InputStream;)Ljava/util/List;]
ExtensionFragmentParser.getExtensionsFromXML ( java.io.InputStream is ) : java.util.List
[run-time name: org/apache/cxf/bus/extension/ExtensionFragmentParser.getExtensionsFromXML:(Ljava/io/InputStream;)Ljava/util/List;]
openejb-cxf-bundle-2.5.2.jar, ExtensionInvocationHandler.class
package org.apache.cxf.tools.common
ExtensionInvocationHandler.ExtensionInvocationHandler ( Object o )
[run-time name: org/apache/cxf/tools/common/ExtensionInvocationHandler."<init>":(Ljava/lang/Object;)V]
ExtensionInvocationHandler.invoke ( Object proxy, reflect.Method method, Object[ ] args ) : Object
[run-time name: org/apache/cxf/tools/common/ExtensionInvocationHandler.invoke:(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, ExtensionManager.class
package org.apache.cxf.bus.extension
ExtensionManager.activateAll ( ) [abstract] : void
[run-time name: org/apache/cxf/bus/extension/ExtensionManager.activateAll:()V]
ExtensionManager.activateAllByType ( Class p1 ) [abstract] : void
[run-time name: org/apache/cxf/bus/extension/ExtensionManager.activateAllByType:(Ljava/lang/Class;)V]
ExtensionManager.getExtension ( String p1, Class p2 ) [abstract] : Object
[run-time name: org/apache/cxf/bus/extension/ExtensionManager.getExtension:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, ExtensionManagerBus.class
package org.apache.cxf.bus.extension
ExtensionManagerBus.createConfiguredBeanLocator ( ) : org.apache.cxf.configuration.ConfiguredBeanLocator
[run-time name: org/apache/cxf/bus/extension/ExtensionManagerBus.createConfiguredBeanLocator:()Lorg/apache/cxf/configuration/ConfiguredBeanLocator;]
ExtensionManagerBus.destroyBeans ( ) : void
[run-time name: org/apache/cxf/bus/extension/ExtensionManagerBus.destroyBeans:()V]
ExtensionManagerBus.doInitializeInternal ( ) : void
[run-time name: org/apache/cxf/bus/extension/ExtensionManagerBus.doInitializeInternal:()V]
ExtensionManagerBus.ExtensionManagerBus ( )
[run-time name: org/apache/cxf/bus/extension/ExtensionManagerBus."<init>":()V]
ExtensionManagerBus.ExtensionManagerBus ( java.util.Map e, java.util.Map properties )
[run-time name: org/apache/cxf/bus/extension/ExtensionManagerBus."<init>":(Ljava/util/Map;Ljava/util/Map;)V]
ExtensionManagerBus.ExtensionManagerBus ( java.util.Map e, java.util.Map properties, ClassLoader extensionClassLoader )
[run-time name: org/apache/cxf/bus/extension/ExtensionManagerBus."<init>":(Ljava/util/Map;Ljava/util/Map;Ljava/lang/ClassLoader;)V]
openejb-cxf-bundle-2.5.2.jar, ExtensionManagerImpl.class
package org.apache.cxf.bus.extension
ExtensionManagerImpl.activateAll ( ) : void
[run-time name: org/apache/cxf/bus/extension/ExtensionManagerImpl.activateAll:()V]
ExtensionManagerImpl.activateAllByType ( Class type ) : void
[run-time name: org/apache/cxf/bus/extension/ExtensionManagerImpl.activateAllByType:(Ljava/lang/Class;)V]
ExtensionManagerImpl.add ( Extension ex ) : void
[run-time name: org/apache/cxf/bus/extension/ExtensionManagerImpl.add:(Lorg/apache/cxf/bus/extension/Extension;)V]
ExtensionManagerImpl.destroyBeans ( ) : void
[run-time name: org/apache/cxf/bus/extension/ExtensionManagerImpl.destroyBeans:()V]
ExtensionManagerImpl.ExtensionManagerImpl ( ClassLoader cl, java.util.Map initialExtensions, org.apache.cxf.resource.ResourceManager rm, org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/bus/extension/ExtensionManagerImpl."<init>":(Ljava/lang/ClassLoader;Ljava/util/Map;Lorg/apache/cxf/resource/ResourceManager;Lorg/apache/cxf/Bus;)V]
ExtensionManagerImpl.ExtensionManagerImpl ( String resource, ClassLoader cl, java.util.Map initialExtensions, org.apache.cxf.resource.ResourceManager rm, org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/bus/extension/ExtensionManagerImpl."<init>":(Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/util/Map;Lorg/apache/cxf/resource/ResourceManager;Lorg/apache/cxf/Bus;)V]
ExtensionManagerImpl.ExtensionManagerImpl ( String[ ] resources, ClassLoader cl, java.util.Map initialExtensions, org.apache.cxf.resource.ResourceManager rm, org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/bus/extension/ExtensionManagerImpl."<init>":([Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/util/Map;Lorg/apache/cxf/resource/ResourceManager;Lorg/apache/cxf/Bus;)V]
ExtensionManagerImpl.getBeanNamesOfType ( Class type ) : java.util.List
[run-time name: org/apache/cxf/bus/extension/ExtensionManagerImpl.getBeanNamesOfType:(Ljava/lang/Class;)Ljava/util/List;]
ExtensionManagerImpl.getBeanOfType ( String name, Class type ) : Object
[run-time name: org/apache/cxf/bus/extension/ExtensionManagerImpl.getBeanOfType:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
ExtensionManagerImpl.getBeansOfType ( Class type ) : java.util.Collection
[run-time name: org/apache/cxf/bus/extension/ExtensionManagerImpl.getBeansOfType:(Ljava/lang/Class;)Ljava/util/Collection;]
ExtensionManagerImpl.getExtension ( String name, Class type ) : Object
[run-time name: org/apache/cxf/bus/extension/ExtensionManagerImpl.getExtension:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
ExtensionManagerImpl.hasConfiguredPropertyValue ( String beanName, String propertyName, String value ) : boolean
[run-time name: org/apache/cxf/bus/extension/ExtensionManagerImpl.hasConfiguredPropertyValue:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z]
ExtensionManagerImpl.initialize ( ) : void
[run-time name: org/apache/cxf/bus/extension/ExtensionManagerImpl.initialize:()V]
ExtensionManagerImpl.load ( String[ ] resources ) : void
[run-time name: org/apache/cxf/bus/extension/ExtensionManagerImpl.load:([Ljava/lang/String;)V]
ExtensionManagerImpl.loadBeansOfType ( Class type, org.apache.cxf.configuration.ConfiguredBeanLocator.BeanLoaderListener listener ) : boolean
[run-time name: org/apache/cxf/bus/extension/ExtensionManagerImpl.loadBeansOfType:(Ljava/lang/Class;Lorg/apache/cxf/configuration/ConfiguredBeanLocator$BeanLoaderListener;)Z]
ExtensionManagerImpl.removeBeansOfNames ( java.util.List names ) : void
[run-time name: org/apache/cxf/bus/extension/ExtensionManagerImpl.removeBeansOfNames:(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, ExtensionRegistry.class
package org.apache.cxf.bus.extension
ExtensionRegistry.addExtensions ( java.util.List list ) [static] : void
[run-time name: org/apache/cxf/bus/extension/ExtensionRegistry.addExtensions:(Ljava/util/List;)V]
ExtensionRegistry.getRegisteredExtensions ( ) [static] : java.util.Map
[run-time name: org/apache/cxf/bus/extension/ExtensionRegistry.getRegisteredExtensions:()Ljava/util/Map;]
ExtensionRegistry.removeExtensions ( java.util.List list ) [static] : void
[run-time name: org/apache/cxf/bus/extension/ExtensionRegistry.removeExtensions:(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, ExternalAttachmentProvider.class
package org.apache.cxf.ws.policy.attachment.external
ExternalAttachmentProvider.getAttachments ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/attachment/external/ExternalAttachmentProvider.getAttachments:()Ljava/util/Collection;]
ExternalAttachmentProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingFaultInfo bfi ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/attachment/external/ExternalAttachmentProvider.getEffectivePolicy:(Lorg/apache/cxf/service/model/BindingFaultInfo;)Lorg/apache/neethi/Policy;]
ExternalAttachmentProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingMessageInfo bmi ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/attachment/external/ExternalAttachmentProvider.getEffectivePolicy:(Lorg/apache/cxf/service/model/BindingMessageInfo;)Lorg/apache/neethi/Policy;]
ExternalAttachmentProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingOperationInfo boi ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/attachment/external/ExternalAttachmentProvider.getEffectivePolicy:(Lorg/apache/cxf/service/model/BindingOperationInfo;)Lorg/apache/neethi/Policy;]
ExternalAttachmentProvider.getEffectivePolicy ( org.apache.cxf.service.model.EndpointInfo ei ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/attachment/external/ExternalAttachmentProvider.getEffectivePolicy:(Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/neethi/Policy;]
ExternalAttachmentProvider.getEffectivePolicy ( org.apache.cxf.service.model.ServiceInfo si ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/attachment/external/ExternalAttachmentProvider.getEffectivePolicy:(Lorg/apache/cxf/service/model/ServiceInfo;)Lorg/apache/neethi/Policy;]
ExternalAttachmentProvider.getLocation ( ) : org.springframework.core.io.Resource
[run-time name: org/apache/cxf/ws/policy/attachment/external/ExternalAttachmentProvider.getLocation:()Lorg/springframework/core/io/Resource;]
ExternalAttachmentProvider.setLocation ( org.springframework.core.io.Resource u ) : void
[run-time name: org/apache/cxf/ws/policy/attachment/external/ExternalAttachmentProvider.setLocation:(Lorg/springframework/core/io/Resource;)V]
openejb-cxf-bundle-2.5.2.jar, ExternalAttachmentProviderBeanDefinitionParser.class
package org.apache.cxf.ws.policy.spring
ExternalAttachmentProviderBeanDefinitionParser.ExternalAttachmentProviderBeanDefinitionParser ( )
[run-time name: org/apache/cxf/ws/policy/spring/ExternalAttachmentProviderBeanDefinitionParser."<init>":()V]
ExternalAttachmentProviderBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element el ) : Class
[run-time name: org/apache/cxf/ws/policy/spring/ExternalAttachmentProviderBeanDefinitionParser.getBeanClass:(Lorg/w3c/dom/Element;)Ljava/lang/Class;]
ExternalAttachmentProviderBeanDefinitionParser.hasBusProperty ( ) : boolean
[run-time name: org/apache/cxf/ws/policy/spring/ExternalAttachmentProviderBeanDefinitionParser.hasBusProperty:()Z]
ExternalAttachmentProviderBeanDefinitionParser.shouldGenerateIdAsFallback ( ) : boolean
[run-time name: org/apache/cxf/ws/policy/spring/ExternalAttachmentProviderBeanDefinitionParser.shouldGenerateIdAsFallback:()Z]
openejb-cxf-bundle-2.5.2.jar, ExternalAttachmentProviderBPDefinitionParser.class
package org.apache.cxf.ws.policy.blueprint
ExternalAttachmentProviderBPDefinitionParser.ExternalAttachmentProviderBPDefinitionParser ( )
[run-time name: org/apache/cxf/ws/policy/blueprint/ExternalAttachmentProviderBPDefinitionParser."<init>":()V]
ExternalAttachmentProviderBPDefinitionParser.hasBusProperty ( ) : boolean
[run-time name: org/apache/cxf/ws/policy/blueprint/ExternalAttachmentProviderBPDefinitionParser.hasBusProperty:()Z]
ExternalAttachmentProviderBPDefinitionParser.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/ws/policy/blueprint/ExternalAttachmentProviderBPDefinitionParser.parse:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/Metadata;]
openejb-cxf-bundle-2.5.2.jar, Factory.class
package org.apache.cxf.service.invoker
Factory.create ( org.apache.cxf.message.Exchange p1 ) [abstract] : Object
[run-time name: org/apache/cxf/service/invoker/Factory.create:(Lorg/apache/cxf/message/Exchange;)Ljava/lang/Object;]
Factory.release ( org.apache.cxf.message.Exchange p1, Object p2 ) [abstract] : void
[run-time name: org/apache/cxf/service/invoker/Factory.release:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, FactoryBeanListener.class
package org.apache.cxf.service.factory
FactoryBeanListener.handleEvent ( FactoryBeanListener.Event p1, AbstractServiceFactoryBean p2, Object[ ] p3 ) [abstract] : void
[run-time name: org/apache/cxf/service/factory/FactoryBeanListener.handleEvent:(Lorg/apache/cxf/service/factory/FactoryBeanListener$Event;Lorg/apache/cxf/service/factory/AbstractServiceFactoryBean;[Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, FactoryBeanListenerManager.class
package org.apache.cxf.service.factory
FactoryBeanListenerManager.addListener ( FactoryBeanListener l ) : void
[run-time name: org/apache/cxf/service/factory/FactoryBeanListenerManager.addListener:(Lorg/apache/cxf/service/factory/FactoryBeanListener;)V]
FactoryBeanListenerManager.FactoryBeanListenerManager ( )
[run-time name: org/apache/cxf/service/factory/FactoryBeanListenerManager."<init>":()V]
FactoryBeanListenerManager.FactoryBeanListenerManager ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/service/factory/FactoryBeanListenerManager."<init>":(Lorg/apache/cxf/Bus;)V]
FactoryBeanListenerManager.getListeners ( ) : java.util.List
[run-time name: org/apache/cxf/service/factory/FactoryBeanListenerManager.getListeners:()Ljava/util/List;]
FactoryBeanListenerManager.removeListener ( FactoryBeanListener l ) : void
[run-time name: org/apache/cxf/service/factory/FactoryBeanListenerManager.removeListener:(Lorg/apache/cxf/service/factory/FactoryBeanListener;)V]
FactoryBeanListenerManager.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/service/factory/FactoryBeanListenerManager.setBus:(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, FactoryInvoker.class
package org.apache.cxf.service.invoker
FactoryInvoker.FactoryInvoker ( )
[run-time name: org/apache/cxf/service/invoker/FactoryInvoker."<init>":()V]
FactoryInvoker.FactoryInvoker ( Factory factory )
[run-time name: org/apache/cxf/service/invoker/FactoryInvoker."<init>":(Lorg/apache/cxf/service/invoker/Factory;)V]
FactoryInvoker.getServiceObject ( org.apache.cxf.message.Exchange ex ) : Object
[run-time name: org/apache/cxf/service/invoker/FactoryInvoker.getServiceObject:(Lorg/apache/cxf/message/Exchange;)Ljava/lang/Object;]
FactoryInvoker.releaseServiceObject ( org.apache.cxf.message.Exchange ex, Object obj ) : void
[run-time name: org/apache/cxf/service/invoker/FactoryInvoker.releaseServiceObject:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)V]
FactoryInvoker.setFactory ( Factory f ) : void
[run-time name: org/apache/cxf/service/invoker/FactoryInvoker.setFactory:(Lorg/apache/cxf/service/invoker/Factory;)V]
openejb-cxf-bundle-2.5.2.jar, FactoryType.class
package org.apache.cxf.annotations
FactoryType.args ( ) [abstract] : String[ ]
[run-time name: org/apache/cxf/annotations/FactoryType.args:()[Ljava/lang/String;]
FactoryType.factoryClass ( ) [abstract] : Class
[run-time name: org/apache/cxf/annotations/FactoryType.factoryClass:()Ljava/lang/Class;]
FactoryType.value ( ) [abstract] : FactoryType.Type
[run-time name: org/apache/cxf/annotations/FactoryType.value:()Lorg/apache/cxf/annotations/FactoryType$Type;]
openejb-cxf-bundle-2.5.2.jar, FailoverBeanDefinitionParser.class
package org.apache.cxf.clustering.spring
FailoverBeanDefinitionParser.FailoverBeanDefinitionParser ( )
[run-time name: org/apache/cxf/clustering/spring/FailoverBeanDefinitionParser."<init>":()V]
FailoverBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element element ) : Class
[run-time name: org/apache/cxf/clustering/spring/FailoverBeanDefinitionParser.getBeanClass:(Lorg/w3c/dom/Element;)Ljava/lang/Class;]
FailoverBeanDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name ) : void
[run-time name: org/apache/cxf/clustering/spring/FailoverBeanDefinitionParser.mapElement:(Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, FailoverFeature.class
package org.apache.cxf.clustering
FailoverFeature.FailoverFeature ( )
[run-time name: org/apache/cxf/clustering/FailoverFeature."<init>":()V]
FailoverFeature.getStrategy ( ) : FailoverStrategy
[run-time name: org/apache/cxf/clustering/FailoverFeature.getStrategy:()Lorg/apache/cxf/clustering/FailoverStrategy;]
FailoverFeature.getTargetSelector ( ) : FailoverTargetSelector
[run-time name: org/apache/cxf/clustering/FailoverFeature.getTargetSelector:()Lorg/apache/cxf/clustering/FailoverTargetSelector;]
FailoverFeature.initialize ( org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/clustering/FailoverFeature.initialize:(Lorg/apache/cxf/endpoint/Client;Lorg/apache/cxf/Bus;)V]
FailoverFeature.initTargetSelector ( org.apache.cxf.endpoint.Endpoint endpoint ) : org.apache.cxf.endpoint.ConduitSelector
[run-time name: org/apache/cxf/clustering/FailoverFeature.initTargetSelector:(Lorg/apache/cxf/endpoint/Endpoint;)Lorg/apache/cxf/endpoint/ConduitSelector;]
FailoverFeature.setStrategy ( FailoverStrategy strategy ) : void
[run-time name: org/apache/cxf/clustering/FailoverFeature.setStrategy:(Lorg/apache/cxf/clustering/FailoverStrategy;)V]
package org.apache.cxf.jaxrs.features.clustering
FailoverFeature.FailoverFeature ( )
[run-time name: org/apache/cxf/jaxrs/features/clustering/FailoverFeature."<init>":()V]
FailoverFeature.getStrategy ( ) : org.apache.cxf.clustering.FailoverStrategy
[run-time name: org/apache/cxf/jaxrs/features/clustering/FailoverFeature.getStrategy:()Lorg/apache/cxf/clustering/FailoverStrategy;]
FailoverFeature.getTargetSelector ( ) : org.apache.cxf.clustering.FailoverTargetSelector
[run-time name: org/apache/cxf/jaxrs/features/clustering/FailoverFeature.getTargetSelector:()Lorg/apache/cxf/clustering/FailoverTargetSelector;]
FailoverFeature.initialize ( org.apache.cxf.interceptor.InterceptorProvider interceptorProvider, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/jaxrs/features/clustering/FailoverFeature.initialize:(Lorg/apache/cxf/interceptor/InterceptorProvider;Lorg/apache/cxf/Bus;)V]
FailoverFeature.initialize ( org.apache.cxf.jaxrs.client.ClientConfiguration client, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/jaxrs/features/clustering/FailoverFeature.initialize:(Lorg/apache/cxf/jaxrs/client/ClientConfiguration;Lorg/apache/cxf/Bus;)V]
FailoverFeature.setTargetSelector ( org.apache.cxf.clustering.FailoverTargetSelector selector ) : void
[run-time name: org/apache/cxf/jaxrs/features/clustering/FailoverFeature.setTargetSelector:(Lorg/apache/cxf/clustering/FailoverTargetSelector;)V]
openejb-cxf-bundle-2.5.2.jar, FailoverStrategy.class
package org.apache.cxf.clustering
FailoverStrategy.getAlternateAddresses ( org.apache.cxf.message.Exchange p1 ) [abstract] : java.util.List
[run-time name: org/apache/cxf/clustering/FailoverStrategy.getAlternateAddresses:(Lorg/apache/cxf/message/Exchange;)Ljava/util/List;]
FailoverStrategy.getAlternateEndpoints ( org.apache.cxf.message.Exchange p1 ) [abstract] : java.util.List
[run-time name: org/apache/cxf/clustering/FailoverStrategy.getAlternateEndpoints:(Lorg/apache/cxf/message/Exchange;)Ljava/util/List;]
FailoverStrategy.selectAlternateAddress ( java.util.List p1 ) [abstract] : String
[run-time name: org/apache/cxf/clustering/FailoverStrategy.selectAlternateAddress:(Ljava/util/List;)Ljava/lang/String;]
FailoverStrategy.selectAlternateEndpoint ( java.util.List p1 ) [abstract] : org.apache.cxf.endpoint.Endpoint
[run-time name: org/apache/cxf/clustering/FailoverStrategy.selectAlternateEndpoint:(Ljava/util/List;)Lorg/apache/cxf/endpoint/Endpoint;]
openejb-cxf-bundle-2.5.2.jar, FailoverTargetSelector.class
package org.apache.cxf.clustering
FailoverTargetSelector.complete ( org.apache.cxf.message.Exchange exchange ) : void
[run-time name: org/apache/cxf/clustering/FailoverTargetSelector.complete:(Lorg/apache/cxf/message/Exchange;)V]
FailoverTargetSelector.FailoverTargetSelector ( )
[run-time name: org/apache/cxf/clustering/FailoverTargetSelector."<init>":()V]
FailoverTargetSelector.FailoverTargetSelector ( org.apache.cxf.transport.Conduit c )
[run-time name: org/apache/cxf/clustering/FailoverTargetSelector."<init>":(Lorg/apache/cxf/transport/Conduit;)V]
FailoverTargetSelector.getDelayBetweenRetries ( ) : long
[run-time name: org/apache/cxf/clustering/FailoverTargetSelector.getDelayBetweenRetries:()J]
FailoverTargetSelector.getFailoverTarget ( org.apache.cxf.message.Exchange exchange, FailoverTargetSelector.InvocationContext invocation ) : org.apache.cxf.endpoint.Endpoint
[run-time name: org/apache/cxf/clustering/FailoverTargetSelector.getFailoverTarget:(Lorg/apache/cxf/message/Exchange;Lorg/apache/cxf/clustering/FailoverTargetSelector$InvocationContext;)Lorg/apache/cxf/endpoint/Endpoint;]
FailoverTargetSelector.getLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/cxf/clustering/FailoverTargetSelector.getLogger:()Ljava/util/logging/Logger;]
FailoverTargetSelector.getStrategy ( ) : FailoverStrategy
[run-time name: org/apache/cxf/clustering/FailoverTargetSelector.getStrategy:()Lorg/apache/cxf/clustering/FailoverStrategy;]
FailoverTargetSelector.overrideAddressProperty ( java.util.Map context ) : void
[run-time name: org/apache/cxf/clustering/FailoverTargetSelector.overrideAddressProperty:(Ljava/util/Map;)V]
FailoverTargetSelector.prepare ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/clustering/FailoverTargetSelector.prepare:(Lorg/apache/cxf/message/Message;)V]
FailoverTargetSelector.requiresFailover ( org.apache.cxf.message.Exchange exchange ) : boolean
[run-time name: org/apache/cxf/clustering/FailoverTargetSelector.requiresFailover:(Lorg/apache/cxf/message/Exchange;)Z]
FailoverTargetSelector.selectConduit ( org.apache.cxf.message.Message message ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/clustering/FailoverTargetSelector.selectConduit:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/transport/Conduit;]
FailoverTargetSelector.setStrategy ( FailoverStrategy strategy ) : void
[run-time name: org/apache/cxf/clustering/FailoverTargetSelector.setStrategy:(Lorg/apache/cxf/clustering/FailoverStrategy;)V]
openejb-cxf-bundle-2.5.2.jar, FastInfoset.class
package org.apache.cxf.annotations
FastInfoset.force ( ) [abstract] : boolean
[run-time name: org/apache/cxf/annotations/FastInfoset.force:()Z]
openejb-cxf-bundle-2.5.2.jar, FastInfosetFeature.class
package org.apache.cxf.feature
FastInfosetFeature.FastInfosetFeature ( )
[run-time name: org/apache/cxf/feature/FastInfosetFeature."<init>":()V]
FastInfosetFeature.getForce ( ) : boolean
[run-time name: org/apache/cxf/feature/FastInfosetFeature.getForce:()Z]
FastInfosetFeature.initializeProvider ( org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/feature/FastInfosetFeature.initializeProvider:(Lorg/apache/cxf/interceptor/InterceptorProvider;Lorg/apache/cxf/Bus;)V]
FastInfosetFeature.setForce ( boolean b ) : void
[run-time name: org/apache/cxf/feature/FastInfosetFeature.setForce:(Z)V]
openejb-cxf-bundle-2.5.2.jar, FastStack.class
package org.apache.cxf.staxutils
FastStack.empty ( ) : boolean
[run-time name: org/apache/cxf/staxutils/FastStack.empty:()Z]
FastStack.FastStack ( )
[run-time name: org/apache/cxf/staxutils/FastStack."<init>":()V]
FastStack.peek ( ) : Object
[run-time name: org/apache/cxf/staxutils/FastStack.peek:()Ljava/lang/Object;]
FastStack.pop ( ) : Object
[run-time name: org/apache/cxf/staxutils/FastStack.pop:()Ljava/lang/Object;]
FastStack.push ( Object o ) : void
[run-time name: org/apache/cxf/staxutils/FastStack.push:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, Fault.class
package org.apache.cxf.interceptor
Fault.Fault ( org.apache.cxf.common.i18n.Message message )
[run-time name: org/apache/cxf/interceptor/Fault."<init>":(Lorg/apache/cxf/common/i18n/Message;)V]
Fault.Fault ( org.apache.cxf.common.i18n.Message message, javax.xml.namespace.QName fc )
[run-time name: org/apache/cxf/interceptor/Fault."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljavax/xml/namespace/QName;)V]
Fault.Fault ( org.apache.cxf.common.i18n.Message message, Throwable throwable )
[run-time name: org/apache/cxf/interceptor/Fault."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;)V]
Fault.Fault ( org.apache.cxf.common.i18n.Message message, Throwable throwable, javax.xml.namespace.QName fc )
[run-time name: org/apache/cxf/interceptor/Fault."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;Ljavax/xml/namespace/QName;)V]
Fault.Fault ( String message, java.util.logging.Logger log )
[run-time name: org/apache/cxf/interceptor/Fault."<init>":(Ljava/lang/String;Ljava/util/logging/Logger;)V]
Fault.Fault ( String message, java.util.logging.Logger log, Throwable t )
[run-time name: org/apache/cxf/interceptor/Fault."<init>":(Ljava/lang/String;Ljava/util/logging/Logger;Ljava/lang/Throwable;)V]
Fault.Fault ( String message, java.util.logging.Logger log, Throwable t, Object[ ] params )
[run-time name: org/apache/cxf/interceptor/Fault."<init>":(Ljava/lang/String;Ljava/util/logging/Logger;Ljava/lang/Throwable;[Ljava/lang/Object;)V]
Fault.Fault ( String message, java.util.ResourceBundle b )
[run-time name: org/apache/cxf/interceptor/Fault."<init>":(Ljava/lang/String;Ljava/util/ResourceBundle;)V]
Fault.Fault ( String message, java.util.ResourceBundle b, Throwable t )
[run-time name: org/apache/cxf/interceptor/Fault."<init>":(Ljava/lang/String;Ljava/util/ResourceBundle;Ljava/lang/Throwable;)V]
Fault.Fault ( String message, java.util.ResourceBundle b, Throwable t, Object[ ] params )
[run-time name: org/apache/cxf/interceptor/Fault."<init>":(Ljava/lang/String;Ljava/util/ResourceBundle;Ljava/lang/Throwable;[Ljava/lang/Object;)V]
Fault.Fault ( Throwable t )
[run-time name: org/apache/cxf/interceptor/Fault."<init>":(Ljava/lang/Throwable;)V]
Fault.Fault ( Throwable t, javax.xml.namespace.QName fc )
[run-time name: org/apache/cxf/interceptor/Fault."<init>":(Ljava/lang/Throwable;Ljavax/xml/namespace/QName;)V]
Fault.getDetail ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/interceptor/Fault.getDetail:()Lorg/w3c/dom/Element;]
Fault.getFaultCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/interceptor/Fault.getFaultCode:()Ljavax/xml/namespace/QName;]
Fault.getMessage ( ) : String
[run-time name: org/apache/cxf/interceptor/Fault.getMessage:()Ljava/lang/String;]
Fault.getOrCreateDetail ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/interceptor/Fault.getOrCreateDetail:()Lorg/w3c/dom/Element;]
Fault.getStatusCode ( ) : int
[run-time name: org/apache/cxf/interceptor/Fault.getStatusCode:()I]
Fault.hasDetails ( ) : boolean
[run-time name: org/apache/cxf/interceptor/Fault.hasDetails:()Z]
Fault.setDetail ( org.w3c.dom.Element details ) : void
[run-time name: org/apache/cxf/interceptor/Fault.setDetail:(Lorg/w3c/dom/Element;)V]
Fault.setFaultCode ( javax.xml.namespace.QName c ) : Fault
[run-time name: org/apache/cxf/interceptor/Fault.setFaultCode:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/interceptor/Fault;]
Fault.setMessage ( String message ) : void
[run-time name: org/apache/cxf/interceptor/Fault.setMessage:(Ljava/lang/String;)V]
Fault.setStatusCode ( int statusCode ) : void
[run-time name: org/apache/cxf/interceptor/Fault.setStatusCode:(I)V]
openejb-cxf-bundle-2.5.2.jar, FaultBeanGenerator.class
package org.apache.cxf.tools.java2wsdl.generator.wsdl11
FaultBeanGenerator.FaultBeanGenerator ( )
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/FaultBeanGenerator."<init>":()V]
FaultBeanGenerator.generateBeanClasses ( org.apache.cxf.service.model.ServiceInfo serviceInfo ) : java.util.Collection
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/FaultBeanGenerator.generateBeanClasses:(Lorg/apache/cxf/service/model/ServiceInfo;)Ljava/util/Collection;]
FaultBeanGenerator.getExceptionClasses ( reflect.Method method ) : java.util.Set
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/FaultBeanGenerator.getExceptionClasses:(Ljava/lang/reflect/Method;)Ljava/util/Set;]
openejb-cxf-bundle-2.5.2.jar, FaultGenerator.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws.generators
FaultGenerator.FaultGenerator ( )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/FaultGenerator."<init>":()V]
FaultGenerator.generate ( org.apache.cxf.tools.common.ToolContext penv ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/FaultGenerator.generate:(Lorg/apache/cxf/tools/common/ToolContext;)V]
FaultGenerator.passthrough ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/FaultGenerator.passthrough:()Z]
FaultGenerator.register ( org.apache.cxf.tools.util.ClassCollector collector, String packageName, String fileName ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/FaultGenerator.register:(Lorg/apache/cxf/tools/util/ClassCollector;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, FaultInfo.class
package org.apache.cxf.service.model
FaultInfo.equals ( Object o ) : boolean
[run-time name: org/apache/cxf/service/model/FaultInfo.equals:(Ljava/lang/Object;)Z]
FaultInfo.FaultInfo ( javax.xml.namespace.QName fname, javax.xml.namespace.QName mname, OperationInfo info )
[run-time name: org/apache/cxf/service/model/FaultInfo."<init>":(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Lorg/apache/cxf/service/model/OperationInfo;)V]
FaultInfo.getFaultName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/model/FaultInfo.getFaultName:()Ljavax/xml/namespace/QName;]
FaultInfo.hashCode ( ) : int
[run-time name: org/apache/cxf/service/model/FaultInfo.hashCode:()I]
FaultInfo.setFaultName ( javax.xml.namespace.QName fname ) : void
[run-time name: org/apache/cxf/service/model/FaultInfo.setFaultName:(Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, FaultInfoException.class
package org.apache.cxf.frontend
FaultInfoException.FaultInfoException ( )
[run-time name: org/apache/cxf/frontend/FaultInfoException."<init>":()V]
FaultInfoException.FaultInfoException ( String arg0 )
[run-time name: org/apache/cxf/frontend/FaultInfoException."<init>":(Ljava/lang/String;)V]
FaultInfoException.FaultInfoException ( String arg0, Throwable arg1 )
[run-time name: org/apache/cxf/frontend/FaultInfoException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
FaultInfoException.FaultInfoException ( Throwable arg0 )
[run-time name: org/apache/cxf/frontend/FaultInfoException."<init>":(Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, FaultListener.class
package org.apache.cxf.logging
FaultListener.faultOccurred ( Exception p1, String p2, org.apache.cxf.message.Message p3 ) [abstract] : boolean
[run-time name: org/apache/cxf/logging/FaultListener.faultOccurred:(Ljava/lang/Exception;Ljava/lang/String;Lorg/apache/cxf/message/Message;)Z]
openejb-cxf-bundle-2.5.2.jar, FaultMode.class
package org.apache.cxf.message
FaultMode.valueOf ( String name ) [static] : FaultMode
[run-time name: org/apache/cxf/message/FaultMode.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/message/FaultMode;]
FaultMode.values ( ) [static] : FaultMode[ ]
[run-time name: org/apache/cxf/message/FaultMode.values:()[Lorg/apache/cxf/message/FaultMode;]
openejb-cxf-bundle-2.5.2.jar, FaultOutInterceptor.class
package org.apache.cxf.interceptor
FaultOutInterceptor.FaultOutInterceptor ( )
[run-time name: org/apache/cxf/interceptor/FaultOutInterceptor."<init>":()V]
FaultOutInterceptor.getFaultBean ( Throwable cause, org.apache.cxf.service.model.FaultInfo faultPart, org.apache.cxf.message.Message message ) : Object
[run-time name: org/apache/cxf/interceptor/FaultOutInterceptor.getFaultBean:(Ljava/lang/Throwable;Lorg/apache/cxf/service/model/FaultInfo;Lorg/apache/cxf/message/Message;)Ljava/lang/Object;]
FaultOutInterceptor.getFaultForClass ( org.apache.cxf.service.model.BindingOperationInfo op, Class class1 ) : org.apache.cxf.service.model.FaultInfo
[run-time name: org/apache/cxf/interceptor/FaultOutInterceptor.getFaultForClass:(Lorg/apache/cxf/service/model/BindingOperationInfo;Ljava/lang/Class;)Lorg/apache/cxf/service/model/FaultInfo;]
FaultOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/FaultOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, Feature.class
package org.apache.cxf.feature
Feature.initialize ( org.apache.cxf.Bus p1 ) [abstract] : void
[run-time name: org/apache/cxf/feature/Feature.initialize:(Lorg/apache/cxf/Bus;)V]
Feature.initialize ( org.apache.cxf.endpoint.Client p1, org.apache.cxf.Bus p2 ) [abstract] : void
[run-time name: org/apache/cxf/feature/Feature.initialize:(Lorg/apache/cxf/endpoint/Client;Lorg/apache/cxf/Bus;)V]
Feature.initialize ( org.apache.cxf.endpoint.Server p1, org.apache.cxf.Bus p2 ) [abstract] : void
[run-time name: org/apache/cxf/feature/Feature.initialize:(Lorg/apache/cxf/endpoint/Server;Lorg/apache/cxf/Bus;)V]
Feature.initialize ( org.apache.cxf.interceptor.InterceptorProvider p1, org.apache.cxf.Bus p2 ) [abstract] : void
[run-time name: org/apache/cxf/feature/Feature.initialize:(Lorg/apache/cxf/interceptor/InterceptorProvider;Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, Features.class
package org.apache.cxf.feature
Features.classes ( ) [abstract] : Class[ ]
[run-time name: org/apache/cxf/feature/Features.classes:()[Ljava/lang/Class;]
Features.features ( ) [abstract] : String[ ]
[run-time name: org/apache/cxf/feature/Features.features:()[Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, FileOutputStreamFactory.class
package org.apache.cxf.tools.corba.utils
FileOutputStreamFactory.clearStreams ( ) : void
[run-time name: org/apache/cxf/tools/corba/utils/FileOutputStreamFactory.clearStreams:()V]
FileOutputStreamFactory.createFakeOutputStream ( String name ) : java.io.OutputStream
[run-time name: org/apache/cxf/tools/corba/utils/FileOutputStreamFactory.createFakeOutputStream:(Ljava/lang/String;)Ljava/io/OutputStream;]
FileOutputStreamFactory.createFakeOutputStream ( String packageName, String name ) : java.io.OutputStream
[run-time name: org/apache/cxf/tools/corba/utils/FileOutputStreamFactory.createFakeOutputStream:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/OutputStream;]
FileOutputStreamFactory.createOutputStream ( String name ) : java.io.OutputStream
[run-time name: org/apache/cxf/tools/corba/utils/FileOutputStreamFactory.createOutputStream:(Ljava/lang/String;)Ljava/io/OutputStream;]
FileOutputStreamFactory.createOutputStream ( String packageName, String name ) : java.io.OutputStream
[run-time name: org/apache/cxf/tools/corba/utils/FileOutputStreamFactory.createOutputStream:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/OutputStream;]
FileOutputStreamFactory.createSubpackageOutputStreamFactory ( String name ) : OutputStreamFactory
[run-time name: org/apache/cxf/tools/corba/utils/FileOutputStreamFactory.createSubpackageOutputStreamFactory:(Ljava/lang/String;)Lorg/apache/cxf/tools/corba/utils/OutputStreamFactory;]
FileOutputStreamFactory.FileOutputStreamFactory ( )
[run-time name: org/apache/cxf/tools/corba/utils/FileOutputStreamFactory."<init>":()V]
FileOutputStreamFactory.FileOutputStreamFactory ( String dir )
[run-time name: org/apache/cxf/tools/corba/utils/FileOutputStreamFactory."<init>":(Ljava/lang/String;)V]
FileOutputStreamFactory.FileOutputStreamFactory ( String dir, FileOutputStreamFactory p )
[run-time name: org/apache/cxf/tools/corba/utils/FileOutputStreamFactory."<init>":(Ljava/lang/String;Lorg/apache/cxf/tools/corba/utils/FileOutputStreamFactory;)V]
FileOutputStreamFactory.getDirectoryName ( ) : String
[run-time name: org/apache/cxf/tools/corba/utils/FileOutputStreamFactory.getDirectoryName:()Ljava/lang/String;]
FileOutputStreamFactory.getStreamNames ( ) : java.util.Iterator
[run-time name: org/apache/cxf/tools/corba/utils/FileOutputStreamFactory.getStreamNames:()Ljava/util/Iterator;]
FileOutputStreamFactory.isOutputStreamExists ( String packageName, String name ) : boolean
[run-time name: org/apache/cxf/tools/corba/utils/FileOutputStreamFactory.isOutputStreamExists:(Ljava/lang/String;Ljava/lang/String;)Z]
openejb-cxf-bundle-2.5.2.jar, FilesystemExchangeDataDAO.class
package org.apache.cxf.management.persistence
FilesystemExchangeDataDAO.FilesystemExchangeDataDAO ( )
[run-time name: org/apache/cxf/management/persistence/FilesystemExchangeDataDAO."<init>":()V]
FilesystemExchangeDataDAO.save ( ExchangeData exchange ) : void
[run-time name: org/apache/cxf/management/persistence/FilesystemExchangeDataDAO.save:(Lorg/apache/cxf/management/persistence/ExchangeData;)V]
FilesystemExchangeDataDAO.setDirectory ( String directory ) : void
[run-time name: org/apache/cxf/management/persistence/FilesystemExchangeDataDAO.setDirectory:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, FileUtils.class
package org.apache.cxf.helpers
FileUtils.createTempFile ( String prefix, String suffix ) [static] : java.io.File
[run-time name: org/apache/cxf/helpers/FileUtils.createTempFile:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/File;]
FileUtils.createTempFile ( String prefix, String suffix, java.io.File parentDir, boolean deleteOnExit ) [static] : java.io.File
[run-time name: org/apache/cxf/helpers/FileUtils.createTempFile:(Ljava/lang/String;Ljava/lang/String;Ljava/io/File;Z)Ljava/io/File;]
FileUtils.delete ( java.io.File f ) [static] : void
[run-time name: org/apache/cxf/helpers/FileUtils.delete:(Ljava/io/File;)V]
FileUtils.delete ( java.io.File f, boolean inShutdown ) [static] : void
[run-time name: org/apache/cxf/helpers/FileUtils.delete:(Ljava/io/File;Z)V]
FileUtils.getDefaultTempDir ( ) [static] : java.io.File
[run-time name: org/apache/cxf/helpers/FileUtils.getDefaultTempDir:()Ljava/io/File;]
FileUtils.getFiles ( java.io.File dir, String pattern ) [static] : java.util.List
[run-time name: org/apache/cxf/helpers/FileUtils.getFiles:(Ljava/io/File;Ljava/lang/String;)Ljava/util/List;]
FileUtils.getFiles ( java.io.File dir, String pattern, java.io.File exclude ) [static] : java.util.List
[run-time name: org/apache/cxf/helpers/FileUtils.getFiles:(Ljava/io/File;Ljava/lang/String;Ljava/io/File;)Ljava/util/List;]
FileUtils.getFilesRecurse ( java.io.File dir, String pattern ) [static] : java.util.List
[run-time name: org/apache/cxf/helpers/FileUtils.getFilesRecurse:(Ljava/io/File;Ljava/lang/String;)Ljava/util/List;]
FileUtils.getFilesRecurse ( java.io.File dir, String pattern, java.io.File exclude ) [static] : java.util.List
[run-time name: org/apache/cxf/helpers/FileUtils.getFilesRecurse:(Ljava/io/File;Ljava/lang/String;Ljava/io/File;)Ljava/util/List;]
FileUtils.getStringFromFile ( java.io.File location ) [static] : String
[run-time name: org/apache/cxf/helpers/FileUtils.getStringFromFile:(Ljava/io/File;)Ljava/lang/String;]
FileUtils.mkDir ( java.io.File dir ) [static] : void
[run-time name: org/apache/cxf/helpers/FileUtils.mkDir:(Ljava/io/File;)V]
FileUtils.normalizeCRLF ( java.io.InputStream instream ) [static] : String
[run-time name: org/apache/cxf/helpers/FileUtils.normalizeCRLF:(Ljava/io/InputStream;)Ljava/lang/String;]
FileUtils.readLines ( java.io.File file ) [static] : java.util.List
[run-time name: org/apache/cxf/helpers/FileUtils.readLines:(Ljava/io/File;)Ljava/util/List;]
FileUtils.removeDir ( java.io.File d ) [static] : void
[run-time name: org/apache/cxf/helpers/FileUtils.removeDir:(Ljava/io/File;)V]
openejb-cxf-bundle-2.5.2.jar, FileWriterUtil.class
package org.apache.cxf.tools.util
FileWriterUtil.buildDir ( String packageName ) : java.io.File
[run-time name: org/apache/cxf/tools/util/FileWriterUtil.buildDir:(Ljava/lang/String;)Ljava/io/File;]
FileWriterUtil.FileWriterUtil ( String targetDir )
[run-time name: org/apache/cxf/tools/util/FileWriterUtil."<init>":(Ljava/lang/String;)V]
FileWriterUtil.getFileToWrite ( String packageName, String fileName ) : java.io.File
[run-time name: org/apache/cxf/tools/util/FileWriterUtil.getFileToWrite:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/File;]
FileWriterUtil.getWriter ( java.io.File fn ) [static] : java.io.Writer
[run-time name: org/apache/cxf/tools/util/FileWriterUtil.getWriter:(Ljava/io/File;)Ljava/io/Writer;]
FileWriterUtil.getWriter ( java.io.File fn, String encoding ) [static] : java.io.Writer
[run-time name: org/apache/cxf/tools/util/FileWriterUtil.getWriter:(Ljava/io/File;Ljava/lang/String;)Ljava/io/Writer;]
FileWriterUtil.getWriter ( String packageName, String fileName ) : java.io.Writer
[run-time name: org/apache/cxf/tools/util/FileWriterUtil.getWriter:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/Writer;]
FileWriterUtil.isCollision ( String packageName, String fileName ) : boolean
[run-time name: org/apache/cxf/tools/util/FileWriterUtil.isCollision:(Ljava/lang/String;Ljava/lang/String;)Z]
openejb-cxf-bundle-2.5.2.jar, FiltersType.class
package org.apache.cxf.configuration.security
FiltersType.FiltersType ( )
[run-time name: org/apache/cxf/configuration/security/FiltersType."<init>":()V]
FiltersType.getExclude ( ) : java.util.List
[run-time name: org/apache/cxf/configuration/security/FiltersType.getExclude:()Ljava/util/List;]
FiltersType.getInclude ( ) : java.util.List
[run-time name: org/apache/cxf/configuration/security/FiltersType.getInclude:()Ljava/util/List;]
FiltersType.isSetExclude ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/FiltersType.isSetExclude:()Z]
FiltersType.isSetInclude ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/FiltersType.isSetInclude:()Z]
FiltersType.unsetExclude ( ) : void
[run-time name: org/apache/cxf/configuration/security/FiltersType.unsetExclude:()V]
FiltersType.unsetInclude ( ) : void
[run-time name: org/apache/cxf/configuration/security/FiltersType.unsetInclude:()V]
openejb-cxf-bundle-2.5.2.jar, Final.class
package org.apache.cxf.ws.rm.v200702
SequenceAcknowledgement.Final.SequenceAcknowledgement.Final ( )
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.Final."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, FiqlParseException.class
package org.apache.cxf.jaxrs.ext.search
FiqlParseException.FiqlParseException ( )
[run-time name: org/apache/cxf/jaxrs/ext/search/FiqlParseException."<init>":()V]
FiqlParseException.FiqlParseException ( String arg0 )
[run-time name: org/apache/cxf/jaxrs/ext/search/FiqlParseException."<init>":(Ljava/lang/String;)V]
FiqlParseException.FiqlParseException ( String arg0, Throwable arg1 )
[run-time name: org/apache/cxf/jaxrs/ext/search/FiqlParseException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
FiqlParseException.FiqlParseException ( Throwable arg0 )
[run-time name: org/apache/cxf/jaxrs/ext/search/FiqlParseException."<init>":(Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, FiqlParser.class
package org.apache.cxf.jaxrs.ext.search
FiqlParser.FiqlParser ( Class tclass )
[run-time name: org/apache/cxf/jaxrs/ext/search/FiqlParser."<init>":(Ljava/lang/Class;)V]
FiqlParser.FiqlParser ( Class tclass, java.util.Map contextProperties )
[run-time name: org/apache/cxf/jaxrs/ext/search/FiqlParser."<init>":(Ljava/lang/Class;Ljava/util/Map;)V]
FiqlParser.parse ( String fiqlExpression ) : SearchCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/FiqlParser.parse:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/ext/search/SearchCondition;]
openejb-cxf-bundle-2.5.2.jar, FiqlSearchConditionBuilder.class
package org.apache.cxf.jaxrs.ext.search.client
FiqlSearchConditionBuilder.and ( CompleteCondition c1, CompleteCondition c2, CompleteCondition[ ] cn ) : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/FiqlSearchConditionBuilder.and:(Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;[Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
FiqlSearchConditionBuilder.FiqlSearchConditionBuilder ( )
[run-time name: org/apache/cxf/jaxrs/ext/search/client/FiqlSearchConditionBuilder."<init>":()V]
FiqlSearchConditionBuilder.FiqlSearchConditionBuilder ( java.util.Map properties )
[run-time name: org/apache/cxf/jaxrs/ext/search/client/FiqlSearchConditionBuilder."<init>":(Ljava/util/Map;)V]
FiqlSearchConditionBuilder.is ( String property ) : Property
[run-time name: org/apache/cxf/jaxrs/ext/search/client/FiqlSearchConditionBuilder.is:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/ext/search/client/Property;]
FiqlSearchConditionBuilder.or ( CompleteCondition c1, CompleteCondition c2, CompleteCondition[ ] cn ) : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/FiqlSearchConditionBuilder.or:(Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;[Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
FiqlSearchConditionBuilder.query ( ) : String
[run-time name: org/apache/cxf/jaxrs/ext/search/client/FiqlSearchConditionBuilder.query:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, FireWallClassLoader.class
package org.apache.cxf.common.classloader
FireWallClassLoader.FireWallClassLoader ( ClassLoader parent, String[ ] fs )
[run-time name: org/apache/cxf/common/classloader/FireWallClassLoader."<init>":(Ljava/lang/ClassLoader;[Ljava/lang/String;)V]
FireWallClassLoader.FireWallClassLoader ( ClassLoader parent, String[ ] fs, String[ ] negativeFs )
[run-time name: org/apache/cxf/common/classloader/FireWallClassLoader."<init>":(Ljava/lang/ClassLoader;[Ljava/lang/String;[Ljava/lang/String;)V]
FireWallClassLoader.getFilters ( ) : String[ ]
[run-time name: org/apache/cxf/common/classloader/FireWallClassLoader.getFilters:()[Ljava/lang/String;]
FireWallClassLoader.getNegativeFilters ( ) : String[ ]
[run-time name: org/apache/cxf/common/classloader/FireWallClassLoader.getNegativeFilters:()[Ljava/lang/String;]
FireWallClassLoader.getResource ( String name ) : java.net.URL
[run-time name: org/apache/cxf/common/classloader/FireWallClassLoader.getResource:(Ljava/lang/String;)Ljava/net/URL;]
FireWallClassLoader.loadClass ( String name, boolean resolve ) : Class
[run-time name: org/apache/cxf/common/classloader/FireWallClassLoader.loadClass:(Ljava/lang/String;Z)Ljava/lang/Class;]
openejb-cxf-bundle-2.5.2.jar, FirstAlternativeSelector.class
package org.apache.cxf.ws.policy.selector
FirstAlternativeSelector.FirstAlternativeSelector ( )
[run-time name: org/apache/cxf/ws/policy/selector/FirstAlternativeSelector."<init>":()V]
FirstAlternativeSelector.selectAlternative ( org.apache.neethi.Policy policy, org.apache.cxf.ws.policy.PolicyEngine engine, org.apache.cxf.ws.policy.Assertor assertor, java.util.List request ) : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/selector/FirstAlternativeSelector.selectAlternative:(Lorg/apache/neethi/Policy;Lorg/apache/cxf/ws/policy/PolicyEngine;Lorg/apache/cxf/ws/policy/Assertor;Ljava/util/List;)Ljava/util/Collection;]
openejb-cxf-bundle-2.5.2.jar, FIStaxInInterceptor.class
package org.apache.cxf.interceptor
FIStaxInInterceptor.FIStaxInInterceptor ( )
[run-time name: org/apache/cxf/interceptor/FIStaxInInterceptor."<init>":()V]
FIStaxInInterceptor.FIStaxInInterceptor ( String phase )
[run-time name: org/apache/cxf/interceptor/FIStaxInInterceptor."<init>":(Ljava/lang/String;)V]
FIStaxInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/FIStaxInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
FIStaxInInterceptor.isHttpVerbSupported ( org.apache.cxf.message.Message message ) : boolean
[run-time name: org/apache/cxf/interceptor/FIStaxInInterceptor.isHttpVerbSupported:(Lorg/apache/cxf/message/Message;)Z]
FIStaxInInterceptor.isRequestor ( org.apache.cxf.message.Message message ) : boolean
[run-time name: org/apache/cxf/interceptor/FIStaxInInterceptor.isRequestor:(Lorg/apache/cxf/message/Message;)Z]
openejb-cxf-bundle-2.5.2.jar, FIStaxOutInterceptor.class
package org.apache.cxf.interceptor
FIStaxOutInterceptor.FIStaxOutInterceptor ( )
[run-time name: org/apache/cxf/interceptor/FIStaxOutInterceptor."<init>":()V]
FIStaxOutInterceptor.FIStaxOutInterceptor ( boolean f )
[run-time name: org/apache/cxf/interceptor/FIStaxOutInterceptor."<init>":(Z)V]
FIStaxOutInterceptor.handleFault ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/FIStaxOutInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
FIStaxOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/FIStaxOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, Fixed.class
package org.apache.cxf.binding.corba.wsdl
Fixed.Fixed ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/Fixed."<init>":()V]
Fixed.getDigits ( ) : long
[run-time name: org/apache/cxf/binding/corba/wsdl/Fixed.getDigits:()J]
Fixed.getScale ( ) : long
[run-time name: org/apache/cxf/binding/corba/wsdl/Fixed.getScale:()J]
Fixed.isSetDigits ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Fixed.isSetDigits:()Z]
Fixed.isSetScale ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Fixed.isSetScale:()Z]
Fixed.setDigits ( long value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Fixed.setDigits:(J)V]
Fixed.setScale ( long value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Fixed.setScale:(J)V]
Fixed.unsetDigits ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Fixed.unsetDigits:()V]
Fixed.unsetScale ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Fixed.unsetScale:()V]
openejb-cxf-bundle-2.5.2.jar, FixedPtConstVisitor.class
package org.apache.cxf.tools.corba.processors.idl
FixedPtConstVisitor.accept ( antlr.collections.AST node ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/FixedPtConstVisitor.accept:(Lantlr/collections/AST;)Z]
FixedPtConstVisitor.FixedPtConstVisitor ( Scope scopeRef, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas )
[run-time name: org/apache/cxf/tools/corba/processors/idl/FixedPtConstVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/ws/commons/schema/XmlSchemaCollection;)V]
FixedPtConstVisitor.getCorbaType ( ) : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/idl/FixedPtConstVisitor.getCorbaType:()Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
FixedPtConstVisitor.getFullyQualifiedName ( ) : Scope
[run-time name: org/apache/cxf/tools/corba/processors/idl/FixedPtConstVisitor.getFullyQualifiedName:()Lorg/apache/cxf/tools/corba/processors/idl/Scope;]
FixedPtConstVisitor.getSchemaType ( ) : org.apache.ws.commons.schema.XmlSchemaType
[run-time name: org/apache/cxf/tools/corba/processors/idl/FixedPtConstVisitor.getSchemaType:()Lorg/apache/ws/commons/schema/XmlSchemaType;]
FixedPtConstVisitor.getScope ( ) : Scope
[run-time name: org/apache/cxf/tools/corba/processors/idl/FixedPtConstVisitor.getScope:()Lorg/apache/cxf/tools/corba/processors/idl/Scope;]
FixedPtConstVisitor.visit ( antlr.collections.AST fixedNode ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/FixedPtConstVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, FixedVisitor.class
package org.apache.cxf.tools.corba.processors.idl
FixedVisitor.accept ( antlr.collections.AST node ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/FixedVisitor.accept:(Lantlr/collections/AST;)Z]
FixedVisitor.FixedVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor, antlr.collections.AST identifierNodeRef )
[run-time name: org/apache/cxf/tools/corba/processors/idl/FixedVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;Lantlr/collections/AST;)V]
FixedVisitor.visit ( antlr.collections.AST fixedNode ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/FixedVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, FloatType.class
package org.apache.cxf.aegis.type.basic
FloatType.FloatType ( )
[run-time name: org/apache/cxf/aegis/type/basic/FloatType."<init>":()V]
FloatType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/FloatType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
FloatType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/FloatType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, ForkedCommand.class
package org.apache.cxf.common.commands
ForkedCommand.execute ( ) : int
[run-time name: org/apache/cxf/common/commands/ForkedCommand.execute:()I]
ForkedCommand.execute ( int timeout ) : int
[run-time name: org/apache/cxf/common/commands/ForkedCommand.execute:(I)I]
ForkedCommand.ForkedCommand ( )
[run-time name: org/apache/cxf/common/commands/ForkedCommand."<init>":()V]
ForkedCommand.ForkedCommand ( String[ ] args )
[run-time name: org/apache/cxf/common/commands/ForkedCommand."<init>":([Ljava/lang/String;)V]
ForkedCommand.joinErrOut ( boolean flag ) : void
[run-time name: org/apache/cxf/common/commands/ForkedCommand.joinErrOut:(Z)V]
ForkedCommand.run ( ) : void
[run-time name: org/apache/cxf/common/commands/ForkedCommand.run:()V]
ForkedCommand.setArgs ( String[ ] args ) : void
[run-time name: org/apache/cxf/common/commands/ForkedCommand.setArgs:([Ljava/lang/String;)V]
ForkedCommand.setEnvironment ( String[ ] env ) : void
[run-time name: org/apache/cxf/common/commands/ForkedCommand.setEnvironment:([Ljava/lang/String;)V]
ForkedCommand.setErrorStream ( java.io.PrintStream es ) : void
[run-time name: org/apache/cxf/common/commands/ForkedCommand.setErrorStream:(Ljava/io/PrintStream;)V]
ForkedCommand.setOutputStream ( java.io.PrintStream os ) : void
[run-time name: org/apache/cxf/common/commands/ForkedCommand.setOutputStream:(Ljava/io/PrintStream;)V]
ForkedCommand.toString ( ) : String
[run-time name: org/apache/cxf/common/commands/ForkedCommand.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, ForkedCommandException.class
package org.apache.cxf.common.commands
ForkedCommandException.ForkedCommandException ( org.apache.cxf.common.i18n.Message msg )
[run-time name: org/apache/cxf/common/commands/ForkedCommandException."<init>":(Lorg/apache/cxf/common/i18n/Message;)V]
ForkedCommandException.ForkedCommandException ( org.apache.cxf.common.i18n.Message msg, Throwable cause )
[run-time name: org/apache/cxf/common/commands/ForkedCommandException."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;)V]
ForkedCommandException.ForkedCommandException ( Throwable cause )
[run-time name: org/apache/cxf/common/commands/ForkedCommandException."<init>":(Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, Form.class
package org.apache.cxf.jaxrs.ext.form
Form.Form ( )
[run-time name: org/apache/cxf/jaxrs/ext/form/Form."<init>":()V]
Form.Form ( javax.ws.rs.core.MultivaluedMap map )
[run-time name: org/apache/cxf/jaxrs/ext/form/Form."<init>":(Ljavax/ws/rs/core/MultivaluedMap;)V]
Form.getData ( ) : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/cxf/jaxrs/ext/form/Form.getData:()Ljavax/ws/rs/core/MultivaluedMap;]
Form.set ( String name, Object value ) : Form
[run-time name: org/apache/cxf/jaxrs/ext/form/Form.set:(Ljava/lang/String;Ljava/lang/Object;)Lorg/apache/cxf/jaxrs/ext/form/Form;]
package org.apache.cxf.tools.common.toolspec.parser
Form.accept ( TokenInputStream args, org.w3c.dom.Element result, ErrorVisitor errors ) : boolean
[run-time name: org/apache/cxf/tools/common/toolspec/parser/Form.accept:(Lorg/apache/cxf/tools/common/toolspec/parser/TokenInputStream;Lorg/w3c/dom/Element;Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)Z]
Form.Form ( org.w3c.dom.Element el )
[run-time name: org/apache/cxf/tools/common/toolspec/parser/Form."<init>":(Lorg/w3c/dom/Element;)V]
Form.getName ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/Form.getName:()Ljava/lang/String;]
Form.hasInfoOption ( TokenInputStream args ) : boolean
[run-time name: org/apache/cxf/tools/common/toolspec/parser/Form.hasInfoOption:(Lorg/apache/cxf/tools/common/toolspec/parser/TokenInputStream;)Z]
Form.isSatisfied ( ErrorVisitor errors ) : boolean
[run-time name: org/apache/cxf/tools/common/toolspec/parser/Form.isSatisfied:(Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)Z]
Form.toString ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/Form.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, FormattedServiceListWriter.class
package org.apache.cxf.transport.servlet.servicelist
FormattedServiceListWriter.FormattedServiceListWriter ( String styleSheetPath, String title, boolean showForeignContexts, java.util.Map atomMap )
[run-time name: org/apache/cxf/transport/servlet/servicelist/FormattedServiceListWriter."<init>":(Ljava/lang/String;Ljava/lang/String;ZLjava/util/Map;)V]
FormattedServiceListWriter.getContentType ( ) : String
[run-time name: org/apache/cxf/transport/servlet/servicelist/FormattedServiceListWriter.getContentType:()Ljava/lang/String;]
FormattedServiceListWriter.writeServiceList ( java.io.PrintWriter writer, String basePath, org.apache.cxf.transport.AbstractDestination[ ] soapDestinations, org.apache.cxf.transport.AbstractDestination[ ] restDestinations ) : void
[run-time name: org/apache/cxf/transport/servlet/servicelist/FormattedServiceListWriter.writeServiceList:(Ljava/io/PrintWriter;Ljava/lang/String;[Lorg/apache/cxf/transport/AbstractDestination;[Lorg/apache/cxf/transport/AbstractDestination;)V]
openejb-cxf-bundle-2.5.2.jar, FormEncodingProvider.class
package org.apache.cxf.jaxrs.provider
FormEncodingProvider.createMap ( Class clazz ) : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/cxf/jaxrs/provider/FormEncodingProvider.createMap:(Ljava/lang/Class;)Ljavax/ws/rs/core/MultivaluedMap;]
FormEncodingProvider.FormEncodingProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/FormEncodingProvider."<init>":()V]
FormEncodingProvider.getSize ( Object t, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mediaType ) : long
[run-time name: org/apache/cxf/jaxrs/provider/FormEncodingProvider.getSize:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J]
FormEncodingProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/FormEncodingProvider.isReadable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
FormEncodingProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/FormEncodingProvider.isWriteable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
FormEncodingProvider.keepEncoded ( annotation.Annotation[ ] anns ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/FormEncodingProvider.keepEncoded:([Ljava/lang/annotation/Annotation;)Z]
FormEncodingProvider.persistParamsOnMessage ( javax.ws.rs.core.MultivaluedMap params ) : void
[run-time name: org/apache/cxf/jaxrs/provider/FormEncodingProvider.persistParamsOnMessage:(Ljavax/ws/rs/core/MultivaluedMap;)V]
FormEncodingProvider.populateMap ( javax.ws.rs.core.MultivaluedMap params, annotation.Annotation[ ] anns, java.io.InputStream is, javax.ws.rs.core.MediaType mt, boolean decode ) : void
[run-time name: org/apache/cxf/jaxrs/provider/FormEncodingProvider.populateMap:(Ljavax/ws/rs/core/MultivaluedMap;[Ljava/lang/annotation/Annotation;Ljava/io/InputStream;Ljavax/ws/rs/core/MediaType;Z)V]
FormEncodingProvider.readFrom ( Class clazz, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/FormEncodingProvider.readFrom:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Ljava/lang/Object;]
FormEncodingProvider.setAttachmentDirectory ( String dir ) : void
[run-time name: org/apache/cxf/jaxrs/provider/FormEncodingProvider.setAttachmentDirectory:(Ljava/lang/String;)V]
FormEncodingProvider.setAttachmentMaxSize ( String maxSize ) : void
[run-time name: org/apache/cxf/jaxrs/provider/FormEncodingProvider.setAttachmentMaxSize:(Ljava/lang/String;)V]
FormEncodingProvider.setAttachmentThreshold ( String threshold ) : void
[run-time name: org/apache/cxf/jaxrs/provider/FormEncodingProvider.setAttachmentThreshold:(Ljava/lang/String;)V]
FormEncodingProvider.setExpectedEncoded ( boolean expect ) : void
[run-time name: org/apache/cxf/jaxrs/provider/FormEncodingProvider.setExpectedEncoded:(Z)V]
FormEncodingProvider.setValidator ( FormValidator formValidator ) : void
[run-time name: org/apache/cxf/jaxrs/provider/FormEncodingProvider.setValidator:(Lorg/apache/cxf/jaxrs/provider/FormValidator;)V]
FormEncodingProvider.validateMap ( javax.ws.rs.core.MultivaluedMap params ) : void
[run-time name: org/apache/cxf/jaxrs/provider/FormEncodingProvider.validateMap:(Ljavax/ws/rs/core/MultivaluedMap;)V]
FormEncodingProvider.writeTo ( Object obj, Class c, reflect.Type t, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/jaxrs/provider/FormEncodingProvider.writeTo:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, FormUtils.class
package org.apache.cxf.jaxrs.utils
FormUtils.addPropertyToForm ( javax.ws.rs.core.MultivaluedMap map, String name, Object value ) [static] : void
[run-time name: org/apache/cxf/jaxrs/utils/FormUtils.addPropertyToForm:(Ljavax/ws/rs/core/MultivaluedMap;Ljava/lang/String;Ljava/lang/Object;)V]
FormUtils.logRequestParametersIfNeeded ( java.util.Map params, String enc ) [static] : void
[run-time name: org/apache/cxf/jaxrs/utils/FormUtils.logRequestParametersIfNeeded:(Ljava/util/Map;Ljava/lang/String;)V]
FormUtils.populateMapFromMultipart ( javax.ws.rs.core.MultivaluedMap params, org.apache.cxf.jaxrs.ext.multipart.MultipartBody body, boolean decode ) [static] : void
[run-time name: org/apache/cxf/jaxrs/utils/FormUtils.populateMapFromMultipart:(Ljavax/ws/rs/core/MultivaluedMap;Lorg/apache/cxf/jaxrs/ext/multipart/MultipartBody;Z)V]
FormUtils.populateMapFromString ( javax.ws.rs.core.MultivaluedMap params, String postBody, String enc, boolean decode, javax.servlet.http.HttpServletRequest request ) [static] : void
[run-time name: org/apache/cxf/jaxrs/utils/FormUtils.populateMapFromString:(Ljavax/ws/rs/core/MultivaluedMap;Ljava/lang/String;Ljava/lang/String;ZLjavax/servlet/http/HttpServletRequest;)V]
FormUtils.readBody ( java.io.InputStream is, String encoding ) [static] : String
[run-time name: org/apache/cxf/jaxrs/utils/FormUtils.readBody:(Ljava/io/InputStream;Ljava/lang/String;)Ljava/lang/String;]
FormUtils.writeMapToOutputStream ( java.util.Map map, java.io.OutputStream os, String enc, boolean encoded ) [static] : void
[run-time name: org/apache/cxf/jaxrs/utils/FormUtils.writeMapToOutputStream:(Ljava/util/Map;Ljava/io/OutputStream;Ljava/lang/String;Z)V]
openejb-cxf-bundle-2.5.2.jar, FormValidator.class
package org.apache.cxf.jaxrs.provider
FormValidator.validate ( javax.ws.rs.core.MultivaluedMap p1 ) [abstract] : void
[run-time name: org/apache/cxf/jaxrs/provider/FormValidator.validate:(Ljavax/ws/rs/core/MultivaluedMap;)V]
openejb-cxf-bundle-2.5.2.jar, FragmentStreamReader.class
package org.apache.cxf.staxutils
FragmentStreamReader.FragmentStreamReader ( javax.xml.stream.XMLStreamReader reader )
[run-time name: org/apache/cxf/staxutils/FragmentStreamReader."<init>":(Ljavax/xml/stream/XMLStreamReader;)V]
FragmentStreamReader.FragmentStreamReader ( javax.xml.stream.XMLStreamReader reader, boolean doDocEvents )
[run-time name: org/apache/cxf/staxutils/FragmentStreamReader."<init>":(Ljavax/xml/stream/XMLStreamReader;Z)V]
FragmentStreamReader.getEventType ( ) : int
[run-time name: org/apache/cxf/staxutils/FragmentStreamReader.getEventType:()I]
FragmentStreamReader.hasNext ( ) : boolean
[run-time name: org/apache/cxf/staxutils/FragmentStreamReader.hasNext:()Z]
FragmentStreamReader.isAdvanceAtEnd ( ) : boolean
[run-time name: org/apache/cxf/staxutils/FragmentStreamReader.isAdvanceAtEnd:()Z]
FragmentStreamReader.next ( ) : int
[run-time name: org/apache/cxf/staxutils/FragmentStreamReader.next:()I]
FragmentStreamReader.setAdvanceAtEnd ( boolean a ) : void
[run-time name: org/apache/cxf/staxutils/FragmentStreamReader.setAdvanceAtEnd:(Z)V]
openejb-cxf-bundle-2.5.2.jar, FrontEnd.class
package org.apache.cxf.tools.plugin
FrontEnd.FrontEnd ( )
[run-time name: org/apache/cxf/tools/plugin/FrontEnd."<init>":()V]
FrontEnd.getBuilder ( ) : Builder
[run-time name: org/apache/cxf/tools/plugin/FrontEnd.getBuilder:()Lorg/apache/cxf/tools/plugin/Builder;]
FrontEnd.getContainer ( ) : Container
[run-time name: org/apache/cxf/tools/plugin/FrontEnd.getContainer:()Lorg/apache/cxf/tools/plugin/Container;]
FrontEnd.getGenerators ( ) : Generators
[run-time name: org/apache/cxf/tools/plugin/FrontEnd.getGenerators:()Lorg/apache/cxf/tools/plugin/Generators;]
FrontEnd.getName ( ) : String
[run-time name: org/apache/cxf/tools/plugin/FrontEnd.getName:()Ljava/lang/String;]
FrontEnd.getPackage ( ) : String
[run-time name: org/apache/cxf/tools/plugin/FrontEnd.getPackage:()Ljava/lang/String;]
FrontEnd.getProcessor ( ) : Processor
[run-time name: org/apache/cxf/tools/plugin/FrontEnd.getProcessor:()Lorg/apache/cxf/tools/plugin/Processor;]
FrontEnd.getProfile ( ) : String
[run-time name: org/apache/cxf/tools/plugin/FrontEnd.getProfile:()Ljava/lang/String;]
FrontEnd.setBuilder ( Builder value ) : void
[run-time name: org/apache/cxf/tools/plugin/FrontEnd.setBuilder:(Lorg/apache/cxf/tools/plugin/Builder;)V]
FrontEnd.setContainer ( Container value ) : void
[run-time name: org/apache/cxf/tools/plugin/FrontEnd.setContainer:(Lorg/apache/cxf/tools/plugin/Container;)V]
FrontEnd.setGenerators ( Generators value ) : void
[run-time name: org/apache/cxf/tools/plugin/FrontEnd.setGenerators:(Lorg/apache/cxf/tools/plugin/Generators;)V]
FrontEnd.setName ( String value ) : void
[run-time name: org/apache/cxf/tools/plugin/FrontEnd.setName:(Ljava/lang/String;)V]
FrontEnd.setPackage ( String value ) : void
[run-time name: org/apache/cxf/tools/plugin/FrontEnd.setPackage:(Ljava/lang/String;)V]
FrontEnd.setProcessor ( Processor value ) : void
[run-time name: org/apache/cxf/tools/plugin/FrontEnd.setProcessor:(Lorg/apache/cxf/tools/plugin/Processor;)V]
FrontEnd.setProfile ( String value ) : void
[run-time name: org/apache/cxf/tools/plugin/FrontEnd.setProfile:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, FrontendFactory.class
package org.apache.cxf.tools.java2wsdl.processor
FrontendFactory.discoverStyle ( ) : FrontendFactory.Style
[run-time name: org/apache/cxf/tools/java2wsdl/processor/FrontendFactory.discoverStyle:()Lorg/apache/cxf/tools/java2wsdl/processor/FrontendFactory$Style;]
FrontendFactory.getInstance ( ) [static] : FrontendFactory
[run-time name: org/apache/cxf/tools/java2wsdl/processor/FrontendFactory.getInstance:()Lorg/apache/cxf/tools/java2wsdl/processor/FrontendFactory;]
FrontendFactory.setServiceClass ( Class c ) : void
[run-time name: org/apache/cxf/tools/java2wsdl/processor/FrontendFactory.setServiceClass:(Ljava/lang/Class;)V]
openejb-cxf-bundle-2.5.2.jar, FrontEndGenerator.class
package org.apache.cxf.tools.common
FrontEndGenerator.generate ( ToolContext p1 ) [abstract] : void
[run-time name: org/apache/cxf/tools/common/FrontEndGenerator.generate:(Lorg/apache/cxf/tools/common/ToolContext;)V]
FrontEndGenerator.getName ( ) [abstract] : String
[run-time name: org/apache/cxf/tools/common/FrontEndGenerator.getName:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, FrontEndProfile.class
package org.apache.cxf.tools.wsdlto.core
FrontEndProfile.FrontEndProfile ( )
[run-time name: org/apache/cxf/tools/wsdlto/core/FrontEndProfile."<init>":()V]
FrontEndProfile.getContainerClass ( ) : Class
[run-time name: org/apache/cxf/tools/wsdlto/core/FrontEndProfile.getContainerClass:()Ljava/lang/Class;]
FrontEndProfile.getGenerators ( ) : java.util.List
[run-time name: org/apache/cxf/tools/wsdlto/core/FrontEndProfile.getGenerators:()Ljava/util/List;]
FrontEndProfile.getProcessor ( ) : org.apache.cxf.tools.common.Processor
[run-time name: org/apache/cxf/tools/wsdlto/core/FrontEndProfile.getProcessor:()Lorg/apache/cxf/tools/common/Processor;]
FrontEndProfile.getToolspec ( ) : String
[run-time name: org/apache/cxf/tools/wsdlto/core/FrontEndProfile.getToolspec:()Ljava/lang/String;]
FrontEndProfile.getWSDLBuilder ( ) : AbstractWSDLBuilder
[run-time name: org/apache/cxf/tools/wsdlto/core/FrontEndProfile.getWSDLBuilder:()Lorg/apache/cxf/tools/wsdlto/core/AbstractWSDLBuilder;]
FrontEndProfile.registerGenerator ( org.apache.cxf.tools.common.FrontEndGenerator generator ) : void
[run-time name: org/apache/cxf/tools/wsdlto/core/FrontEndProfile.registerGenerator:(Lorg/apache/cxf/tools/common/FrontEndGenerator;)V]
FrontEndProfile.setContainerClass ( Class c ) : void
[run-time name: org/apache/cxf/tools/wsdlto/core/FrontEndProfile.setContainerClass:(Ljava/lang/Class;)V]
FrontEndProfile.setProcessor ( org.apache.cxf.tools.common.Processor prs ) : void
[run-time name: org/apache/cxf/tools/wsdlto/core/FrontEndProfile.setProcessor:(Lorg/apache/cxf/tools/common/Processor;)V]
FrontEndProfile.setToolspec ( String ts ) : void
[run-time name: org/apache/cxf/tools/wsdlto/core/FrontEndProfile.setToolspec:(Ljava/lang/String;)V]
FrontEndProfile.setWSDLBuilder ( AbstractWSDLBuilder b ) : void
[run-time name: org/apache/cxf/tools/wsdlto/core/FrontEndProfile.setWSDLBuilder:(Lorg/apache/cxf/tools/wsdlto/core/AbstractWSDLBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, FullyQualifiedClassType.class
package org.apache.cxf.jaxws.javaee
FullyQualifiedClassType.FullyQualifiedClassType ( )
[run-time name: org/apache/cxf/jaxws/javaee/FullyQualifiedClassType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, Generator.class
package org.apache.cxf.tools.plugin
Generator.Generator ( )
[run-time name: org/apache/cxf/tools/plugin/Generator."<init>":()V]
Generator.getName ( ) : String
[run-time name: org/apache/cxf/tools/plugin/Generator.getName:()Ljava/lang/String;]
Generator.getPackage ( ) : String
[run-time name: org/apache/cxf/tools/plugin/Generator.getPackage:()Ljava/lang/String;]
Generator.setName ( String value ) : void
[run-time name: org/apache/cxf/tools/plugin/Generator.setName:(Ljava/lang/String;)V]
Generator.setPackage ( String value ) : void
[run-time name: org/apache/cxf/tools/plugin/Generator.setPackage:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, Generators.class
package org.apache.cxf.tools.plugin
Generators.Generators ( )
[run-time name: org/apache/cxf/tools/plugin/Generators."<init>":()V]
Generators.getGenerator ( ) : java.util.List
[run-time name: org/apache/cxf/tools/plugin/Generators.getGenerator:()Ljava/util/List;]
Generators.getPackage ( ) : String
[run-time name: org/apache/cxf/tools/plugin/Generators.getPackage:()Ljava/lang/String;]
Generators.setPackage ( String value ) : void
[run-time name: org/apache/cxf/tools/plugin/Generators.setPackage:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, GenericBooleanType.class
package org.apache.cxf.jaxws.javaee
GenericBooleanType.GenericBooleanType ( )
[run-time name: org/apache/cxf/jaxws/javaee/GenericBooleanType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, GenericOutputStream.class
package org.apache.cxf.tools.common.toolspec
AbstractToolContainer.GenericOutputStream.AbstractToolContainer.GenericOutputStream ( AbstractToolContainer p1 )
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer.GenericOutputStream."<init>":(Lorg/apache/cxf/tools/common/toolspec/AbstractToolContainer;)V]
AbstractToolContainer.GenericOutputStream.write ( int b ) : void
[run-time name: org/apache/cxf/tools/common/toolspec/AbstractToolContainer.GenericOutputStream.write:(I)V]
openejb-cxf-bundle-2.5.2.jar, GetMetadata.class
package org.apache.cxf.ws.mex.model._2004_09
GetMetadata.getDialect ( ) : String
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/GetMetadata.getDialect:()Ljava/lang/String;]
GetMetadata.getIdentifier ( ) : String
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/GetMetadata.getIdentifier:()Ljava/lang/String;]
GetMetadata.GetMetadata ( )
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/GetMetadata."<init>":()V]
GetMetadata.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/GetMetadata.getOtherAttributes:()Ljava/util/Map;]
GetMetadata.setDialect ( String value ) : void
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/GetMetadata.setDialect:(Ljava/lang/String;)V]
GetMetadata.setIdentifier ( String value ) : void
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/GetMetadata.setIdentifier:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, GZIP.class
package org.apache.cxf.annotations
GZIP.threshold ( ) [abstract] : int
[run-time name: org/apache/cxf/annotations/GZIP.threshold:()I]
openejb-cxf-bundle-2.5.2.jar, GZIPFeature.class
package org.apache.cxf.transport.common.gzip
GZIPFeature.getThreshold ( ) : int
[run-time name: org/apache/cxf/transport/common/gzip/GZIPFeature.getThreshold:()I]
GZIPFeature.GZIPFeature ( )
[run-time name: org/apache/cxf/transport/common/gzip/GZIPFeature."<init>":()V]
GZIPFeature.initializeProvider ( org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/transport/common/gzip/GZIPFeature.initializeProvider:(Lorg/apache/cxf/interceptor/InterceptorProvider;Lorg/apache/cxf/Bus;)V]
GZIPFeature.setThreshold ( int threshold ) : void
[run-time name: org/apache/cxf/transport/common/gzip/GZIPFeature.setThreshold:(I)V]
openejb-cxf-bundle-2.5.2.jar, GZIPInInterceptor.class
package org.apache.cxf.transport.common.gzip
GZIPInInterceptor.GZIPInInterceptor ( )
[run-time name: org/apache/cxf/transport/common/gzip/GZIPInInterceptor."<init>":()V]
GZIPInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/transport/common/gzip/GZIPInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, GZIPOutInterceptor.class
package org.apache.cxf.transport.common.gzip
GZIPOutInterceptor.getThreshold ( ) : int
[run-time name: org/apache/cxf/transport/common/gzip/GZIPOutInterceptor.getThreshold:()I]
GZIPOutInterceptor.GZIPOutInterceptor ( )
[run-time name: org/apache/cxf/transport/common/gzip/GZIPOutInterceptor."<init>":()V]
GZIPOutInterceptor.GZIPOutInterceptor ( int threshold )
[run-time name: org/apache/cxf/transport/common/gzip/GZIPOutInterceptor."<init>":(I)V]
GZIPOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/transport/common/gzip/GZIPOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
GZIPOutInterceptor.setThreshold ( int threshold ) : void
[run-time name: org/apache/cxf/transport/common/gzip/GZIPOutInterceptor.setThreshold:(I)V]
openejb-cxf-bundle-2.5.2.jar, HandlerChainBuilder.class
package org.apache.cxf.jaxws.handler
HandlerChainBuilder.buildHandlerChain ( org.apache.cxf.jaxws.javaee.PortComponentHandlerType ht, ClassLoader classLoader ) : java.util.List
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainBuilder.buildHandlerChain:(Lorg/apache/cxf/jaxws/javaee/PortComponentHandlerType;Ljava/lang/ClassLoader;)Ljava/util/List;]
HandlerChainBuilder.buildHandlerChainFromConfiguration ( java.util.List hc ) : java.util.List
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainBuilder.buildHandlerChainFromConfiguration:(Ljava/util/List;)Ljava/util/List;]
HandlerChainBuilder.buildHandlerChainFromConfiguration ( org.apache.cxf.jaxws.javaee.PortComponentHandlerType hc ) : java.util.List
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainBuilder.buildHandlerChainFromConfiguration:(Lorg/apache/cxf/jaxws/javaee/PortComponentHandlerType;)Ljava/util/List;]
HandlerChainBuilder.getHandlerClassLoader ( ) : ClassLoader
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainBuilder.getHandlerClassLoader:()Ljava/lang/ClassLoader;]
HandlerChainBuilder.HandlerChainBuilder ( )
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainBuilder."<init>":()V]
HandlerChainBuilder.HandlerChainBuilder ( org.apache.cxf.Bus aBus )
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainBuilder."<init>":(Lorg/apache/cxf/Bus;)V]
HandlerChainBuilder.isHandlerInitEnabled ( ) : boolean
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainBuilder.isHandlerInitEnabled:()Z]
HandlerChainBuilder.resolveHandlerChainFile ( Class clz, String filename ) : java.net.URL
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainBuilder.resolveHandlerChainFile:(Ljava/lang/Class;Ljava/lang/String;)Ljava/net/URL;]
HandlerChainBuilder.setHandlerInitEnabled ( boolean b ) : void
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainBuilder.setHandlerInitEnabled:(Z)V]
HandlerChainBuilder.sortHandlers ( java.util.List handlers ) : java.util.List
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainBuilder.sortHandlers:(Ljava/util/List;)Ljava/util/List;]
openejb-cxf-bundle-2.5.2.jar, HandlerChainInvoker.class
package org.apache.cxf.jaxws.handler
HandlerChainInvoker.adoptLogicalHandlers ( HandlerChainInvoker invoker ) : void
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.adoptLogicalHandlers:(Lorg/apache/cxf/jaxws/handler/HandlerChainInvoker;)V]
HandlerChainInvoker.faultRaised ( ) : boolean
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.faultRaised:()Z]
HandlerChainInvoker.getFault ( ) : Exception
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.getFault:()Ljava/lang/Exception;]
HandlerChainInvoker.getLogicalHandlers ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.getLogicalHandlers:()Ljava/util/List;]
HandlerChainInvoker.getLogicalMessageContext ( ) : javax.xml.ws.handler.LogicalMessageContext
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.getLogicalMessageContext:()Ljavax/xml/ws/handler/LogicalMessageContext;]
HandlerChainInvoker.getProtocolHandlers ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.getProtocolHandlers:()Ljava/util/List;]
HandlerChainInvoker.getProtocolMessageContext ( ) : javax.xml.ws.handler.MessageContext
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.getProtocolMessageContext:()Ljavax/xml/ws/handler/MessageContext;]
HandlerChainInvoker.HandlerChainInvoker ( java.util.List hc )
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker."<init>":(Ljava/util/List;)V]
HandlerChainInvoker.HandlerChainInvoker ( java.util.List hc, boolean isOutbound )
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker."<init>":(Ljava/util/List;Z)V]
HandlerChainInvoker.invokeLogicalHandlers ( boolean requestor, javax.xml.ws.handler.LogicalMessageContext context ) : boolean
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.invokeLogicalHandlers:(ZLjavax/xml/ws/handler/LogicalMessageContext;)Z]
HandlerChainInvoker.invokeLogicalHandlersHandleFault ( boolean requestor, javax.xml.ws.handler.LogicalMessageContext context ) : boolean
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.invokeLogicalHandlersHandleFault:(ZLjavax/xml/ws/handler/LogicalMessageContext;)Z]
HandlerChainInvoker.invokeProtocolHandlers ( boolean requestor, javax.xml.ws.handler.MessageContext context ) : boolean
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.invokeProtocolHandlers:(ZLjavax/xml/ws/handler/MessageContext;)Z]
HandlerChainInvoker.invokeProtocolHandlersHandleFault ( boolean requestor, javax.xml.ws.handler.MessageContext context ) : boolean
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.invokeProtocolHandlersHandleFault:(ZLjavax/xml/ws/handler/MessageContext;)Z]
HandlerChainInvoker.isClosed ( ) : boolean
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.isClosed:()Z]
HandlerChainInvoker.isInbound ( ) : boolean
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.isInbound:()Z]
HandlerChainInvoker.isOutbound ( ) : boolean
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.isOutbound:()Z]
HandlerChainInvoker.isRequestor ( ) : boolean
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.isRequestor:()Z]
HandlerChainInvoker.isResponseExpected ( ) : boolean
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.isResponseExpected:()Z]
HandlerChainInvoker.mepComplete ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.mepComplete:(Lorg/apache/cxf/message/Message;)V]
HandlerChainInvoker.setFault ( boolean fe ) : void
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.setFault:(Z)V]
HandlerChainInvoker.setFault ( Exception ex ) : void
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.setFault:(Ljava/lang/Exception;)V]
HandlerChainInvoker.setInbound ( ) : void
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.setInbound:()V]
HandlerChainInvoker.setLogicalMessageContext ( javax.xml.ws.handler.LogicalMessageContext mc ) : void
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.setLogicalMessageContext:(Ljavax/xml/ws/handler/LogicalMessageContext;)V]
HandlerChainInvoker.setOutbound ( ) : void
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.setOutbound:()V]
HandlerChainInvoker.setProtocolMessageContext ( javax.xml.ws.handler.MessageContext mc ) : void
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.setProtocolMessageContext:(Ljavax/xml/ws/handler/MessageContext;)V]
HandlerChainInvoker.setRequestor ( boolean requestor ) : void
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.setRequestor:(Z)V]
HandlerChainInvoker.setResponseExpected ( boolean expected ) : void
[run-time name: org/apache/cxf/jaxws/handler/HandlerChainInvoker.setResponseExpected:(Z)V]
openejb-cxf-bundle-2.5.2.jar, HandlerChainsType.class
package org.apache.cxf.jaxws.javaee
HandlerChainsType.getHandlerChain ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/HandlerChainsType.getHandlerChain:()Ljava/util/List;]
HandlerChainsType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/HandlerChainsType.getId:()Ljava/lang/String;]
HandlerChainsType.HandlerChainsType ( )
[run-time name: org/apache/cxf/jaxws/javaee/HandlerChainsType."<init>":()V]
HandlerChainsType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/HandlerChainsType.setId:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, HandlerChainType.class
package org.apache.cxf.jaxws.javaee
HandlerChainType.getHandler ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/HandlerChainType.getHandler:()Ljava/util/List;]
HandlerChainType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/HandlerChainType.getId:()Ljava/lang/String;]
HandlerChainType.getPortNamePattern ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/HandlerChainType.getPortNamePattern:()Ljava/lang/String;]
HandlerChainType.getProtocolBindings ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/HandlerChainType.getProtocolBindings:()Ljava/util/List;]
HandlerChainType.getServiceNamePattern ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/HandlerChainType.getServiceNamePattern:()Ljava/lang/String;]
HandlerChainType.HandlerChainType ( )
[run-time name: org/apache/cxf/jaxws/javaee/HandlerChainType."<init>":()V]
HandlerChainType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/HandlerChainType.setId:(Ljava/lang/String;)V]
HandlerChainType.setPortNamePattern ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/HandlerChainType.setPortNamePattern:(Ljava/lang/String;)V]
HandlerChainType.setServiceNamePattern ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/HandlerChainType.setServiceNamePattern:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, HandlerConfigGenerator.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws.generators
HandlerConfigGenerator.generate ( org.apache.cxf.tools.common.ToolContext penv ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/HandlerConfigGenerator.generate:(Lorg/apache/cxf/tools/common/ToolContext;)V]
HandlerConfigGenerator.getHandlerAnnotation ( ) : org.apache.cxf.tools.common.model.JAnnotation
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/HandlerConfigGenerator.getHandlerAnnotation:()Lorg/apache/cxf/tools/common/model/JAnnotation;]
HandlerConfigGenerator.HandlerConfigGenerator ( )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/HandlerConfigGenerator."<init>":()V]
HandlerConfigGenerator.passthrough ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/HandlerConfigGenerator.passthrough:()Z]
HandlerConfigGenerator.setJavaInterface ( org.apache.cxf.tools.common.model.JavaInterface javaInterface ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/HandlerConfigGenerator.setJavaInterface:(Lorg/apache/cxf/tools/common/model/JavaInterface;)V]
openejb-cxf-bundle-2.5.2.jar, HandlerIterator.class
package org.apache.cxf.binding.corba.types
HandlerIterator.HandlerIterator ( org.apache.cxf.binding.corba.CorbaMessage msg, boolean server )
[run-time name: org/apache/cxf/binding/corba/types/HandlerIterator."<init>":(Lorg/apache/cxf/binding/corba/CorbaMessage;Z)V]
HandlerIterator.hasNext ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/types/HandlerIterator.hasNext:()Z]
HandlerIterator.next ( ) : Object
[run-time name: org/apache/cxf/binding/corba/types/HandlerIterator.next:()Ljava/lang/Object;]
HandlerIterator.next ( ) : CorbaObjectHandler
[run-time name: org/apache/cxf/binding/corba/types/HandlerIterator.next:()Lorg/apache/cxf/binding/corba/types/CorbaObjectHandler;]
HandlerIterator.remove ( ) : void
[run-time name: org/apache/cxf/binding/corba/types/HandlerIterator.remove:()V]
openejb-cxf-bundle-2.5.2.jar, HandlerResolverImpl.class
package org.apache.cxf.jaxws.handler
HandlerResolverImpl.getHandlerChain ( javax.xml.ws.handler.PortInfo portInfo ) : java.util.List
[run-time name: org/apache/cxf/jaxws/handler/HandlerResolverImpl.getHandlerChain:(Ljavax/xml/ws/handler/PortInfo;)Ljava/util/List;]
HandlerResolverImpl.HandlerResolverImpl ( )
[run-time name: org/apache/cxf/jaxws/handler/HandlerResolverImpl."<init>":()V]
HandlerResolverImpl.HandlerResolverImpl ( org.apache.cxf.Bus bus, javax.xml.namespace.QName serviceName, Class clazz )
[run-time name: org/apache/cxf/jaxws/handler/HandlerResolverImpl."<init>":(Lorg/apache/cxf/Bus;Ljavax/xml/namespace/QName;Ljava/lang/Class;)V]
openejb-cxf-bundle-2.5.2.jar, Header.class
package org.apache.cxf.headers
Header.getDataBinding ( ) : org.apache.cxf.databinding.DataBinding
[run-time name: org/apache/cxf/headers/Header.getDataBinding:()Lorg/apache/cxf/databinding/DataBinding;]
Header.getDirection ( ) : Header.Direction
[run-time name: org/apache/cxf/headers/Header.getDirection:()Lorg/apache/cxf/headers/Header$Direction;]
Header.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/headers/Header.getName:()Ljavax/xml/namespace/QName;]
Header.getObject ( ) : Object
[run-time name: org/apache/cxf/headers/Header.getObject:()Ljava/lang/Object;]
Header.Header ( javax.xml.namespace.QName q, Object o )
[run-time name: org/apache/cxf/headers/Header."<init>":(Ljavax/xml/namespace/QName;Ljava/lang/Object;)V]
Header.Header ( javax.xml.namespace.QName q, Object o, org.apache.cxf.databinding.DataBinding b )
[run-time name: org/apache/cxf/headers/Header."<init>":(Ljavax/xml/namespace/QName;Ljava/lang/Object;Lorg/apache/cxf/databinding/DataBinding;)V]
Header.setDataBinding ( org.apache.cxf.databinding.DataBinding dataBinding ) : void
[run-time name: org/apache/cxf/headers/Header.setDataBinding:(Lorg/apache/cxf/databinding/DataBinding;)V]
Header.setDirection ( Header.Direction hdrDirection ) : void
[run-time name: org/apache/cxf/headers/Header.setDirection:(Lorg/apache/cxf/headers/Header$Direction;)V]
Header.setName ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/headers/Header.setName:(Ljavax/xml/namespace/QName;)V]
Header.setObject ( Object object ) : void
[run-time name: org/apache/cxf/headers/Header.setObject:(Ljava/lang/Object;)V]
package org.apache.cxf.ws.security.policy.model
Header.getName ( ) : String
[run-time name: org/apache/cxf/ws/security/policy/model/Header.getName:()Ljava/lang/String;]
Header.getNamespace ( ) : String
[run-time name: org/apache/cxf/ws/security/policy/model/Header.getNamespace:()Ljava/lang/String;]
Header.getQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/Header.getQName:()Ljavax/xml/namespace/QName;]
Header.Header ( String nm, String ns )
[run-time name: org/apache/cxf/ws/security/policy/model/Header."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, HeaderFactory.class
package org.apache.cxf.ws.addressing.soap
MAPCodec.HeaderFactory.getHeader ( org.apache.cxf.binding.soap.SoapVersion p1 ) [abstract] : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/addressing/soap/MAPCodec.HeaderFactory.getHeader:(Lorg/apache/cxf/binding/soap/SoapVersion;)Lorg/w3c/dom/Element;]
openejb-cxf-bundle-2.5.2.jar, HeaderManager.class
package org.apache.cxf.headers
HeaderManager.getHeaderProcessor ( String p1 ) [abstract] : HeaderProcessor
[run-time name: org/apache/cxf/headers/HeaderManager.getHeaderProcessor:(Ljava/lang/String;)Lorg/apache/cxf/headers/HeaderProcessor;]
HeaderManager.registerHeaderProcessor ( HeaderProcessor p1 ) [abstract] : void
[run-time name: org/apache/cxf/headers/HeaderManager.registerHeaderProcessor:(Lorg/apache/cxf/headers/HeaderProcessor;)V]
openejb-cxf-bundle-2.5.2.jar, HeaderManagerImpl.class
package org.apache.cxf.headers
HeaderManagerImpl.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/headers/HeaderManagerImpl.getBus:()Lorg/apache/cxf/Bus;]
HeaderManagerImpl.getHeaderProcessor ( String namespace ) : HeaderProcessor
[run-time name: org/apache/cxf/headers/HeaderManagerImpl.getHeaderProcessor:(Ljava/lang/String;)Lorg/apache/cxf/headers/HeaderProcessor;]
HeaderManagerImpl.HeaderManagerImpl ( )
[run-time name: org/apache/cxf/headers/HeaderManagerImpl."<init>":()V]
HeaderManagerImpl.HeaderManagerImpl ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/headers/HeaderManagerImpl."<init>":(Lorg/apache/cxf/Bus;)V]
HeaderManagerImpl.registerHeaderProcessor ( HeaderProcessor processor ) : void
[run-time name: org/apache/cxf/headers/HeaderManagerImpl.registerHeaderProcessor:(Lorg/apache/cxf/headers/HeaderProcessor;)V]
HeaderManagerImpl.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/headers/HeaderManagerImpl.setBus:(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, HeaderProcessor.class
package org.apache.cxf.headers
HeaderProcessor.getDataBinding ( ) [abstract] : org.apache.cxf.databinding.DataBinding
[run-time name: org/apache/cxf/headers/HeaderProcessor.getDataBinding:()Lorg/apache/cxf/databinding/DataBinding;]
HeaderProcessor.getInterceptorProvider ( ) [abstract] : org.apache.cxf.interceptor.InterceptorProvider
[run-time name: org/apache/cxf/headers/HeaderProcessor.getInterceptorProvider:()Lorg/apache/cxf/interceptor/InterceptorProvider;]
HeaderProcessor.getNamespace ( ) [abstract] : String
[run-time name: org/apache/cxf/headers/HeaderProcessor.getNamespace:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, Headers.class
package org.apache.cxf.transport.http
Headers.copyFromRequest ( javax.servlet.http.HttpServletRequest req ) : void
[run-time name: org/apache/cxf/transport/http/Headers.copyFromRequest:(Ljavax/servlet/http/HttpServletRequest;)V]
Headers.copyToResponse ( javax.servlet.http.HttpServletResponse response ) : void
[run-time name: org/apache/cxf/transport/http/Headers.copyToResponse:(Ljavax/servlet/http/HttpServletResponse;)V]
Headers.getAuthorization ( ) : String
[run-time name: org/apache/cxf/transport/http/Headers.getAuthorization:()Ljava/lang/String;]
Headers.getSetProtocolHeaders ( org.apache.cxf.message.Message message ) [static] : java.util.Map
[run-time name: org/apache/cxf/transport/http/Headers.getSetProtocolHeaders:(Lorg/apache/cxf/message/Message;)Ljava/util/Map;]
Headers.Headers ( org.apache.cxf.message.Message message )
[run-time name: org/apache/cxf/transport/http/Headers."<init>":(Lorg/apache/cxf/message/Message;)V]
Headers.readFromConnection ( java.net.HttpURLConnection connection ) : void
[run-time name: org/apache/cxf/transport/http/Headers.readFromConnection:(Ljava/net/HttpURLConnection;)V]
Headers.removeAuthorizationHeaders ( ) : void
[run-time name: org/apache/cxf/transport/http/Headers.removeAuthorizationHeaders:()V]
Headers.setAuthorization ( String authorization ) : void
[run-time name: org/apache/cxf/transport/http/Headers.setAuthorization:(Ljava/lang/String;)V]
Headers.setProtocolHeadersInConnection ( java.net.HttpURLConnection connection ) : void
[run-time name: org/apache/cxf/transport/http/Headers.setProtocolHeadersInConnection:(Ljava/net/HttpURLConnection;)V]
Headers.setProxyAuthorization ( String authorization ) : void
[run-time name: org/apache/cxf/transport/http/Headers.setProxyAuthorization:(Ljava/lang/String;)V]
Headers.writeSessionCookies ( java.util.Map sessionCookies ) : void
[run-time name: org/apache/cxf/transport/http/Headers.writeSessionCookies:(Ljava/util/Map;)V]
openejb-cxf-bundle-2.5.2.jar, HeaderUtil.class
package org.apache.cxf.binding.soap
HeaderUtil.getHeaderQNameInOperationParam ( SoapMessage soapMessage ) [static] : java.util.Set
[run-time name: org/apache/cxf/binding/soap/HeaderUtil.getHeaderQNameInOperationParam:(Lorg/apache/cxf/binding/soap/SoapMessage;)Ljava/util/Set;]
openejb-cxf-bundle-2.5.2.jar, HolderInInterceptor.class
package org.apache.cxf.jaxws.interceptors
HolderInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxws/interceptors/HolderInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
HolderInInterceptor.HolderInInterceptor ( )
[run-time name: org/apache/cxf/jaxws/interceptors/HolderInInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, HolderOutInterceptor.class
package org.apache.cxf.jaxws.interceptors
HolderOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxws/interceptors/HolderOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
HolderOutInterceptor.HolderOutInterceptor ( )
[run-time name: org/apache/cxf/jaxws/interceptors/HolderOutInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, HomeType.class
package org.apache.cxf.jaxws.javaee
HomeType.HomeType ( )
[run-time name: org/apache/cxf/jaxws/javaee/HomeType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, HttpAddressPlugin.class
package org.apache.cxf.binding.xml.wsdl11
HttpAddressPlugin.createExtension ( java.util.Map args ) : javax.wsdl.extensions.ExtensibilityElement
[run-time name: org/apache/cxf/binding/xml/wsdl11/HttpAddressPlugin.createExtension:(Ljava/util/Map;)Ljavax/wsdl/extensions/ExtensibilityElement;]
HttpAddressPlugin.HttpAddressPlugin ( )
[run-time name: org/apache/cxf/binding/xml/wsdl11/HttpAddressPlugin."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, HttpAuthHeader.class
package org.apache.cxf.transport.http.auth
HttpAuthHeader.authTypeIsBasic ( ) : boolean
[run-time name: org/apache/cxf/transport/http/auth/HttpAuthHeader.authTypeIsBasic:()Z]
HttpAuthHeader.authTypeIsDigest ( ) : boolean
[run-time name: org/apache/cxf/transport/http/auth/HttpAuthHeader.authTypeIsDigest:()Z]
HttpAuthHeader.authTypeIsNegotiate ( ) : boolean
[run-time name: org/apache/cxf/transport/http/auth/HttpAuthHeader.authTypeIsNegotiate:()Z]
HttpAuthHeader.getAuthType ( ) : String
[run-time name: org/apache/cxf/transport/http/auth/HttpAuthHeader.getAuthType:()Ljava/lang/String;]
HttpAuthHeader.getFullContent ( ) : String
[run-time name: org/apache/cxf/transport/http/auth/HttpAuthHeader.getFullContent:()Ljava/lang/String;]
HttpAuthHeader.getFullHeader ( ) : String
[run-time name: org/apache/cxf/transport/http/auth/HttpAuthHeader.getFullHeader:()Ljava/lang/String;]
HttpAuthHeader.getParams ( ) : java.util.Map
[run-time name: org/apache/cxf/transport/http/auth/HttpAuthHeader.getParams:()Ljava/util/Map;]
HttpAuthHeader.getRealm ( ) : String
[run-time name: org/apache/cxf/transport/http/auth/HttpAuthHeader.getRealm:()Ljava/lang/String;]
HttpAuthHeader.HttpAuthHeader ( String authType, java.util.Map params )
[run-time name: org/apache/cxf/transport/http/auth/HttpAuthHeader."<init>":(Ljava/lang/String;Ljava/util/Map;)V]
HttpAuthHeader.HttpAuthHeader ( String fullHeader )
[run-time name: org/apache/cxf/transport/http/auth/HttpAuthHeader."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, HttpAuthSupplier.class
package org.apache.cxf.transport.http.auth
HttpAuthSupplier.getAuthorization ( org.apache.cxf.configuration.security.AuthorizationPolicy p1, java.net.URL p2, org.apache.cxf.message.Message p3, String p4 ) [abstract] : String
[run-time name: org/apache/cxf/transport/http/auth/HttpAuthSupplier.getAuthorization:(Lorg/apache/cxf/configuration/security/AuthorizationPolicy;Ljava/net/URL;Lorg/apache/cxf/message/Message;Ljava/lang/String;)Ljava/lang/String;]
HttpAuthSupplier.requiresRequestCaching ( ) [abstract] : boolean
[run-time name: org/apache/cxf/transport/http/auth/HttpAuthSupplier.requiresRequestCaching:()Z]
openejb-cxf-bundle-2.5.2.jar, HttpAuthSupplierBeanDefinitionParser.class
package org.apache.cxf.transport.http.spring
HttpAuthSupplierBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 ) : Class
[run-time name: org/apache/cxf/transport/http/spring/HttpAuthSupplierBeanDefinitionParser.getBeanClass:(Lorg/w3c/dom/Element;)Ljava/lang/Class;]
HttpAuthSupplierBeanDefinitionParser.getJaxbPackage ( ) : String
[run-time name: org/apache/cxf/transport/http/spring/HttpAuthSupplierBeanDefinitionParser.getJaxbPackage:()Ljava/lang/String;]
HttpAuthSupplierBeanDefinitionParser.HttpAuthSupplierBeanDefinitionParser ( )
[run-time name: org/apache/cxf/transport/http/spring/HttpAuthSupplierBeanDefinitionParser."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, HttpBindingFactory.class
package org.apache.cxf.binding.http
HttpBindingFactory.createBinding ( org.apache.cxf.service.model.BindingInfo bi ) : org.apache.cxf.binding.Binding
[run-time name: org/apache/cxf/binding/http/HttpBindingFactory.createBinding:(Lorg/apache/cxf/service/model/BindingInfo;)Lorg/apache/cxf/binding/Binding;]
HttpBindingFactory.createBindingInfo ( org.apache.cxf.service.Service service, String namespace, Object obj ) : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/binding/http/HttpBindingFactory.createBindingInfo:(Lorg/apache/cxf/service/Service;Ljava/lang/String;Ljava/lang/Object;)Lorg/apache/cxf/service/model/BindingInfo;]
HttpBindingFactory.getStrategies ( ) : java.util.List
[run-time name: org/apache/cxf/binding/http/HttpBindingFactory.getStrategies:()Ljava/util/List;]
HttpBindingFactory.HttpBindingFactory ( )
[run-time name: org/apache/cxf/binding/http/HttpBindingFactory."<init>":()V]
HttpBindingFactory.HttpBindingFactory ( org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/binding/http/HttpBindingFactory."<init>":(Lorg/apache/cxf/Bus;)V]
HttpBindingFactory.setStrategies ( java.util.List strategies ) : void
[run-time name: org/apache/cxf/binding/http/HttpBindingFactory.setStrategies:(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, HTTPBindingImpl.class
package org.apache.cxf.jaxws.binding.http
HTTPBindingImpl.getBindingID ( ) : String
[run-time name: org/apache/cxf/jaxws/binding/http/HTTPBindingImpl.getBindingID:()Ljava/lang/String;]
HTTPBindingImpl.HTTPBindingImpl ( org.apache.cxf.service.model.BindingInfo sb, org.apache.cxf.jaxws.support.JaxWsEndpointImpl ep )
[run-time name: org/apache/cxf/jaxws/binding/http/HTTPBindingImpl."<init>":(Lorg/apache/cxf/service/model/BindingInfo;Lorg/apache/cxf/jaxws/support/JaxWsEndpointImpl;)V]
HTTPBindingImpl.setHandlerChain ( java.util.List hc ) : void
[run-time name: org/apache/cxf/jaxws/binding/http/HTTPBindingImpl.setHandlerChain:(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, HTTPClientAssertionBuilder.class
package org.apache.cxf.transport.http.policy
HTTPClientAssertionBuilder.buildAssertion ( ) : org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion
[run-time name: org/apache/cxf/transport/http/policy/HTTPClientAssertionBuilder.buildAssertion:()Lorg/apache/cxf/ws/policy/builder/jaxb/JaxbAssertion;]
HTTPClientAssertionBuilder.HTTPClientAssertionBuilder ( )
[run-time name: org/apache/cxf/transport/http/policy/HTTPClientAssertionBuilder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, HTTPClientPolicy.class
package org.apache.cxf.transports.http.configuration
HTTPClientPolicy.addPropertyChangeListener ( java.beans.PropertyChangeListener listener ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.addPropertyChangeListener:(Ljava/beans/PropertyChangeListener;)V]
HTTPClientPolicy.getAccept ( ) : String
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.getAccept:()Ljava/lang/String;]
HTTPClientPolicy.getAcceptEncoding ( ) : String
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.getAcceptEncoding:()Ljava/lang/String;]
HTTPClientPolicy.getAcceptLanguage ( ) : String
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.getAcceptLanguage:()Ljava/lang/String;]
HTTPClientPolicy.getBrowserType ( ) : String
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.getBrowserType:()Ljava/lang/String;]
HTTPClientPolicy.getCacheControl ( ) : String
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.getCacheControl:()Ljava/lang/String;]
HTTPClientPolicy.getChunkingThreshold ( ) : int
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.getChunkingThreshold:()I]
HTTPClientPolicy.getConnection ( ) : ConnectionType
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.getConnection:()Lorg/apache/cxf/transports/http/configuration/ConnectionType;]
HTTPClientPolicy.getConnectionTimeout ( ) : long
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.getConnectionTimeout:()J]
HTTPClientPolicy.getContentType ( ) : String
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.getContentType:()Ljava/lang/String;]
HTTPClientPolicy.getCookie ( ) : String
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.getCookie:()Ljava/lang/String;]
HTTPClientPolicy.getDecoupledEndpoint ( ) : String
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.getDecoupledEndpoint:()Ljava/lang/String;]
HTTPClientPolicy.getHost ( ) : String
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.getHost:()Ljava/lang/String;]
HTTPClientPolicy.getMaxRetransmits ( ) : int
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.getMaxRetransmits:()I]
HTTPClientPolicy.getNonProxyHosts ( ) : String
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.getNonProxyHosts:()Ljava/lang/String;]
HTTPClientPolicy.getProxyServer ( ) : String
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.getProxyServer:()Ljava/lang/String;]
HTTPClientPolicy.getProxyServerPort ( ) : int
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.getProxyServerPort:()I]
HTTPClientPolicy.getProxyServerType ( ) : ProxyServerType
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.getProxyServerType:()Lorg/apache/cxf/transports/http/configuration/ProxyServerType;]
HTTPClientPolicy.getReceiveTimeout ( ) : long
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.getReceiveTimeout:()J]
HTTPClientPolicy.getReferer ( ) : String
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.getReferer:()Ljava/lang/String;]
HTTPClientPolicy.HTTPClientPolicy ( )
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy."<init>":()V]
HTTPClientPolicy.isAllowChunking ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isAllowChunking:()Z]
HTTPClientPolicy.isAutoRedirect ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isAutoRedirect:()Z]
HTTPClientPolicy.isSetAccept ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isSetAccept:()Z]
HTTPClientPolicy.isSetAcceptEncoding ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isSetAcceptEncoding:()Z]
HTTPClientPolicy.isSetAcceptLanguage ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isSetAcceptLanguage:()Z]
HTTPClientPolicy.isSetAllowChunking ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isSetAllowChunking:()Z]
HTTPClientPolicy.isSetAutoRedirect ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isSetAutoRedirect:()Z]
HTTPClientPolicy.isSetBrowserType ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isSetBrowserType:()Z]
HTTPClientPolicy.isSetCacheControl ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isSetCacheControl:()Z]
HTTPClientPolicy.isSetChunkingThreshold ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isSetChunkingThreshold:()Z]
HTTPClientPolicy.isSetConnection ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isSetConnection:()Z]
HTTPClientPolicy.isSetConnectionTimeout ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isSetConnectionTimeout:()Z]
HTTPClientPolicy.isSetContentType ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isSetContentType:()Z]
HTTPClientPolicy.isSetCookie ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isSetCookie:()Z]
HTTPClientPolicy.isSetDecoupledEndpoint ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isSetDecoupledEndpoint:()Z]
HTTPClientPolicy.isSetHost ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isSetHost:()Z]
HTTPClientPolicy.isSetMaxRetransmits ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isSetMaxRetransmits:()Z]
HTTPClientPolicy.isSetNonProxyHosts ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isSetNonProxyHosts:()Z]
HTTPClientPolicy.isSetProxyServer ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isSetProxyServer:()Z]
HTTPClientPolicy.isSetProxyServerPort ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isSetProxyServerPort:()Z]
HTTPClientPolicy.isSetProxyServerType ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isSetProxyServerType:()Z]
HTTPClientPolicy.isSetReceiveTimeout ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isSetReceiveTimeout:()Z]
HTTPClientPolicy.isSetReferer ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.isSetReferer:()Z]
HTTPClientPolicy.removePropertyChangeListener ( java.beans.PropertyChangeListener listener ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.removePropertyChangeListener:(Ljava/beans/PropertyChangeListener;)V]
HTTPClientPolicy.setAccept ( String value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.setAccept:(Ljava/lang/String;)V]
HTTPClientPolicy.setAcceptEncoding ( String value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.setAcceptEncoding:(Ljava/lang/String;)V]
HTTPClientPolicy.setAcceptLanguage ( String value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.setAcceptLanguage:(Ljava/lang/String;)V]
HTTPClientPolicy.setAllowChunking ( boolean value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.setAllowChunking:(Z)V]
HTTPClientPolicy.setAutoRedirect ( boolean value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.setAutoRedirect:(Z)V]
HTTPClientPolicy.setBrowserType ( String value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.setBrowserType:(Ljava/lang/String;)V]
HTTPClientPolicy.setCacheControl ( String value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.setCacheControl:(Ljava/lang/String;)V]
HTTPClientPolicy.setChunkingThreshold ( int value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.setChunkingThreshold:(I)V]
HTTPClientPolicy.setConnection ( ConnectionType value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.setConnection:(Lorg/apache/cxf/transports/http/configuration/ConnectionType;)V]
HTTPClientPolicy.setConnectionTimeout ( long value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.setConnectionTimeout:(J)V]
HTTPClientPolicy.setContentType ( String value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.setContentType:(Ljava/lang/String;)V]
HTTPClientPolicy.setCookie ( String value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.setCookie:(Ljava/lang/String;)V]
HTTPClientPolicy.setDecoupledEndpoint ( String value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.setDecoupledEndpoint:(Ljava/lang/String;)V]
HTTPClientPolicy.setHost ( String value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.setHost:(Ljava/lang/String;)V]
HTTPClientPolicy.setMaxRetransmits ( int value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.setMaxRetransmits:(I)V]
HTTPClientPolicy.setNonProxyHosts ( String value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.setNonProxyHosts:(Ljava/lang/String;)V]
HTTPClientPolicy.setProxyServer ( String value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.setProxyServer:(Ljava/lang/String;)V]
HTTPClientPolicy.setProxyServerPort ( int value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.setProxyServerPort:(I)V]
HTTPClientPolicy.setProxyServerType ( ProxyServerType value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.setProxyServerType:(Lorg/apache/cxf/transports/http/configuration/ProxyServerType;)V]
HTTPClientPolicy.setReceiveTimeout ( long value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.setReceiveTimeout:(J)V]
HTTPClientPolicy.setReferer ( String value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.setReferer:(Ljava/lang/String;)V]
HTTPClientPolicy.unsetAllowChunking ( ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.unsetAllowChunking:()V]
HTTPClientPolicy.unsetAutoRedirect ( ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.unsetAutoRedirect:()V]
HTTPClientPolicy.unsetChunkingThreshold ( ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.unsetChunkingThreshold:()V]
HTTPClientPolicy.unsetConnectionTimeout ( ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.unsetConnectionTimeout:()V]
HTTPClientPolicy.unsetMaxRetransmits ( ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.unsetMaxRetransmits:()V]
HTTPClientPolicy.unsetProxyServerPort ( ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.unsetProxyServerPort:()V]
HTTPClientPolicy.unsetReceiveTimeout ( ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPClientPolicy.unsetReceiveTimeout:()V]
openejb-cxf-bundle-2.5.2.jar, HTTPConduit.class
package org.apache.cxf.transport.http
HTTPConduit.assertMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.assertMessage:(Lorg/apache/cxf/message/Message;)V]
HTTPConduit.canAssert ( javax.xml.namespace.QName type ) : boolean
[run-time name: org/apache/cxf/transport/http/HTTPConduit.canAssert:(Ljavax/xml/namespace/QName;)Z]
HTTPConduit.close ( ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.close:()V]
HTTPConduit.close ( org.apache.cxf.message.Message msg ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.close:(Lorg/apache/cxf/message/Message;)V]
HTTPConduit.createOutputStream ( org.apache.cxf.message.Message message, java.net.HttpURLConnection connection, boolean needToCacheRequest, boolean isChunking, int chunkThreshold ) : java.io.OutputStream
[run-time name: org/apache/cxf/transport/http/HTTPConduit.createOutputStream:(Lorg/apache/cxf/message/Message;Ljava/net/HttpURLConnection;ZZI)Ljava/io/OutputStream;]
HTTPConduit.finalizeConfig ( ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.finalizeConfig:()V]
HTTPConduit.getAddress ( ) : String
[run-time name: org/apache/cxf/transport/http/HTTPConduit.getAddress:()Ljava/lang/String;]
HTTPConduit.getAuthorization ( ) : org.apache.cxf.configuration.security.AuthorizationPolicy
[run-time name: org/apache/cxf/transport/http/HTTPConduit.getAuthorization:()Lorg/apache/cxf/configuration/security/AuthorizationPolicy;]
HTTPConduit.getAuthSupplier ( ) : auth.HttpAuthSupplier
[run-time name: org/apache/cxf/transport/http/HTTPConduit.getAuthSupplier:()Lorg/apache/cxf/transport/http/auth/HttpAuthSupplier;]
HTTPConduit.getBeanName ( ) : String
[run-time name: org/apache/cxf/transport/http/HTTPConduit.getBeanName:()Ljava/lang/String;]
HTTPConduit.getClient ( ) : org.apache.cxf.transports.http.configuration.HTTPClientPolicy
[run-time name: org/apache/cxf/transport/http/HTTPConduit.getClient:()Lorg/apache/cxf/transports/http/configuration/HTTPClientPolicy;]
HTTPConduit.getClient ( org.apache.cxf.message.Message message ) : org.apache.cxf.transports.http.configuration.HTTPClientPolicy
[run-time name: org/apache/cxf/transport/http/HTTPConduit.getClient:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/transports/http/configuration/HTTPClientPolicy;]
HTTPConduit.getConduitName ( ) : String
[run-time name: org/apache/cxf/transport/http/HTTPConduit.getConduitName:()Ljava/lang/String;]
HTTPConduit.getCookies ( ) : java.util.Map
[run-time name: org/apache/cxf/transport/http/HTTPConduit.getCookies:()Ljava/util/Map;]
HTTPConduit.getEffectiveAuthPolicy ( org.apache.cxf.message.Message message ) : org.apache.cxf.configuration.security.AuthorizationPolicy
[run-time name: org/apache/cxf/transport/http/HTTPConduit.getEffectiveAuthPolicy:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/configuration/security/AuthorizationPolicy;]
HTTPConduit.getLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/cxf/transport/http/HTTPConduit.getLogger:()Ljava/util/logging/Logger;]
HTTPConduit.getProxyAuthorization ( ) : org.apache.cxf.configuration.security.ProxyAuthorizationPolicy
[run-time name: org/apache/cxf/transport/http/HTTPConduit.getProxyAuthorization:()Lorg/apache/cxf/configuration/security/ProxyAuthorizationPolicy;]
HTTPConduit.getProxyAuthSupplier ( ) : auth.HttpAuthSupplier
[run-time name: org/apache/cxf/transport/http/HTTPConduit.getProxyAuthSupplier:()Lorg/apache/cxf/transport/http/auth/HttpAuthSupplier;]
HTTPConduit.getTlsClientParameters ( ) : org.apache.cxf.configuration.jsse.TLSClientParameters
[run-time name: org/apache/cxf/transport/http/HTTPConduit.getTlsClientParameters:()Lorg/apache/cxf/configuration/jsse/TLSClientParameters;]
HTTPConduit.getTrustDecider ( ) : MessageTrustDecider
[run-time name: org/apache/cxf/transport/http/HTTPConduit.getTrustDecider:()Lorg/apache/cxf/transport/http/MessageTrustDecider;]
HTTPConduit.getURL ( ) : java.net.URL
[run-time name: org/apache/cxf/transport/http/HTTPConduit.getURL:()Ljava/net/URL;]
HTTPConduit.getURL ( boolean createOnDemand ) : java.net.URL
[run-time name: org/apache/cxf/transport/http/HTTPConduit.getURL:(Z)Ljava/net/URL;]
HTTPConduit.HTTPConduit ( org.apache.cxf.Bus b, org.apache.cxf.service.model.EndpointInfo ei )
[run-time name: org/apache/cxf/transport/http/HTTPConduit."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/service/model/EndpointInfo;)V]
HTTPConduit.HTTPConduit ( org.apache.cxf.Bus b, org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t )
[run-time name: org/apache/cxf/transport/http/HTTPConduit."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)V]
HTTPConduit.isChunkingSupported ( org.apache.cxf.message.Message message, String httpMethod ) : boolean
[run-time name: org/apache/cxf/transport/http/HTTPConduit.isChunkingSupported:(Lorg/apache/cxf/message/Message;Ljava/lang/String;)Z]
HTTPConduit.prepare ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.prepare:(Lorg/apache/cxf/message/Message;)V]
HTTPConduit.propertyChange ( java.beans.PropertyChangeEvent evt ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.propertyChange:(Ljava/beans/PropertyChangeEvent;)V]
HTTPConduit.setAuthorization ( org.apache.cxf.configuration.security.AuthorizationPolicy authorization ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.setAuthorization:(Lorg/apache/cxf/configuration/security/AuthorizationPolicy;)V]
HTTPConduit.setAuthSupplier ( auth.HttpAuthSupplier supplier ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.setAuthSupplier:(Lorg/apache/cxf/transport/http/auth/HttpAuthSupplier;)V]
HTTPConduit.setClient ( org.apache.cxf.transports.http.configuration.HTTPClientPolicy client ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.setClient:(Lorg/apache/cxf/transports/http/configuration/HTTPClientPolicy;)V]
HTTPConduit.setProxyAuthorization ( org.apache.cxf.configuration.security.ProxyAuthorizationPolicy proxyAuthorization ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.setProxyAuthorization:(Lorg/apache/cxf/configuration/security/ProxyAuthorizationPolicy;)V]
HTTPConduit.setProxyAuthSupplier ( auth.HttpAuthSupplier proxyAuthSupplier ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.setProxyAuthSupplier:(Lorg/apache/cxf/transport/http/auth/HttpAuthSupplier;)V]
HTTPConduit.setTlsClientParameters ( org.apache.cxf.configuration.jsse.TLSClientParameters params ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.setTlsClientParameters:(Lorg/apache/cxf/configuration/jsse/TLSClientParameters;)V]
HTTPConduit.setTrustDecider ( MessageTrustDecider decider ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.setTrustDecider:(Lorg/apache/cxf/transport/http/MessageTrustDecider;)V]
openejb-cxf-bundle-2.5.2.jar, HttpConduitBeanDefinitionParser.class
package org.apache.cxf.transport.http.spring
HttpConduitBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean ) : void
[run-time name: org/apache/cxf/transport/http/spring/HttpConduitBeanDefinitionParser.doParse:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;)V]
HttpConduitBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 ) : Class
[run-time name: org/apache/cxf/transport/http/spring/HttpConduitBeanDefinitionParser.getBeanClass:(Lorg/w3c/dom/Element;)Ljava/lang/Class;]
HttpConduitBeanDefinitionParser.HttpConduitBeanDefinitionParser ( )
[run-time name: org/apache/cxf/transport/http/spring/HttpConduitBeanDefinitionParser."<init>":()V]
HttpConduitBeanDefinitionParser.mapBeanOrClassElement ( org.w3c.dom.Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, Class elementClass ) : void
[run-time name: org/apache/cxf/transport/http/spring/HttpConduitBeanDefinitionParser.mapBeanOrClassElement:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Ljava/lang/Class;)V]
HttpConduitBeanDefinitionParser.mapTLSClientParameters ( org.w3c.dom.Element n, org.springframework.beans.factory.support.BeanDefinitionBuilder bean ) : void
[run-time name: org/apache/cxf/transport/http/spring/HttpConduitBeanDefinitionParser.mapTLSClientParameters:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, HttpDestinationBeanDefinitionParser.class
package org.apache.cxf.transport.http.spring
HttpDestinationBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctc, org.springframework.beans.factory.support.BeanDefinitionBuilder bean ) : void
[run-time name: org/apache/cxf/transport/http/spring/HttpDestinationBeanDefinitionParser.doParse:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;)V]
HttpDestinationBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 ) : Class
[run-time name: org/apache/cxf/transport/http/spring/HttpDestinationBeanDefinitionParser.getBeanClass:(Lorg/w3c/dom/Element;)Ljava/lang/Class;]
HttpDestinationBeanDefinitionParser.getJaxbPackage ( ) : String
[run-time name: org/apache/cxf/transport/http/spring/HttpDestinationBeanDefinitionParser.getJaxbPackage:()Ljava/lang/String;]
HttpDestinationBeanDefinitionParser.HttpDestinationBeanDefinitionParser ( )
[run-time name: org/apache/cxf/transport/http/spring/HttpDestinationBeanDefinitionParser."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, HttpDestinationFactory.class
package org.apache.cxf.transport.http
HttpDestinationFactory.createDestination ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.Bus p2, DestinationRegistry p3 ) [abstract] : AbstractHTTPDestination
[run-time name: org/apache/cxf/transport/http/HttpDestinationFactory.createDestination:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/Bus;Lorg/apache/cxf/transport/http/DestinationRegistry;)Lorg/apache/cxf/transport/http/AbstractHTTPDestination;]
openejb-cxf-bundle-2.5.2.jar, HTTPException.class
package org.apache.cxf.transport.http
HTTPException.getResponseCode ( ) : int
[run-time name: org/apache/cxf/transport/http/HTTPException.getResponseCode:()I]
HTTPException.getResponseMessage ( ) : String
[run-time name: org/apache/cxf/transport/http/HTTPException.getResponseMessage:()Ljava/lang/String;]
HTTPException.getUrl ( ) : java.net.URL
[run-time name: org/apache/cxf/transport/http/HTTPException.getUrl:()Ljava/net/URL;]
HTTPException.HTTPException ( int responseCode, String responseMessage, java.net.URL url )
[run-time name: org/apache/cxf/transport/http/HTTPException."<init>":(ILjava/lang/String;Ljava/net/URL;)V]
openejb-cxf-bundle-2.5.2.jar, HttpHandlerImpl.class
package org.apache.cxf.transport.http_jaxws_spi
HttpHandlerImpl.handle ( javax.xml.ws.spi.http.HttpExchange exchange ) : void
[run-time name: org/apache/cxf/transport/http_jaxws_spi/HttpHandlerImpl.handle:(Ljavax/xml/ws/spi/http/HttpExchange;)V]
HttpHandlerImpl.HttpHandlerImpl ( JAXWSHttpSpiDestination destination )
[run-time name: org/apache/cxf/transport/http_jaxws_spi/HttpHandlerImpl."<init>":(Lorg/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination;)V]
openejb-cxf-bundle-2.5.2.jar, HttpHeaderHelper.class
package org.apache.cxf.helpers
HttpHeaderHelper.findCharset ( String contentType ) [static] : String
[run-time name: org/apache/cxf/helpers/HttpHeaderHelper.findCharset:(Ljava/lang/String;)Ljava/lang/String;]
HttpHeaderHelper.getHeader ( java.util.Map headerMap, String key ) [static] : java.util.List
[run-time name: org/apache/cxf/helpers/HttpHeaderHelper.getHeader:(Ljava/util/Map;Ljava/lang/String;)Ljava/util/List;]
HttpHeaderHelper.getHeaderKey ( String key ) [static] : String
[run-time name: org/apache/cxf/helpers/HttpHeaderHelper.getHeaderKey:(Ljava/lang/String;)Ljava/lang/String;]
HttpHeaderHelper.mapCharset ( String enc ) [static] : String
[run-time name: org/apache/cxf/helpers/HttpHeaderHelper.mapCharset:(Ljava/lang/String;)Ljava/lang/String;]
HttpHeaderHelper.mapCharset ( String enc, String deflt ) [static] : String
[run-time name: org/apache/cxf/helpers/HttpHeaderHelper.mapCharset:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, HTTPServerAssertionBuilder.class
package org.apache.cxf.transport.http.policy
HTTPServerAssertionBuilder.buildAssertion ( ) : org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion
[run-time name: org/apache/cxf/transport/http/policy/HTTPServerAssertionBuilder.buildAssertion:()Lorg/apache/cxf/ws/policy/builder/jaxb/JaxbAssertion;]
HTTPServerAssertionBuilder.HTTPServerAssertionBuilder ( )
[run-time name: org/apache/cxf/transport/http/policy/HTTPServerAssertionBuilder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, HTTPServerPolicy.class
package org.apache.cxf.transports.http.configuration
HTTPServerPolicy.addPropertyChangeListener ( java.beans.PropertyChangeListener listener ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.addPropertyChangeListener:(Ljava/beans/PropertyChangeListener;)V]
HTTPServerPolicy.getCacheControl ( ) : String
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.getCacheControl:()Ljava/lang/String;]
HTTPServerPolicy.getContentEncoding ( ) : String
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.getContentEncoding:()Ljava/lang/String;]
HTTPServerPolicy.getContentLocation ( ) : String
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.getContentLocation:()Ljava/lang/String;]
HTTPServerPolicy.getContentType ( ) : String
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.getContentType:()Ljava/lang/String;]
HTTPServerPolicy.getKeepAliveParameters ( ) : String
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.getKeepAliveParameters:()Ljava/lang/String;]
HTTPServerPolicy.getReceiveTimeout ( ) : long
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.getReceiveTimeout:()J]
HTTPServerPolicy.getRedirectURL ( ) : String
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.getRedirectURL:()Ljava/lang/String;]
HTTPServerPolicy.getServerType ( ) : String
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.getServerType:()Ljava/lang/String;]
HTTPServerPolicy.HTTPServerPolicy ( )
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy."<init>":()V]
HTTPServerPolicy.isHonorKeepAlive ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.isHonorKeepAlive:()Z]
HTTPServerPolicy.isSetCacheControl ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.isSetCacheControl:()Z]
HTTPServerPolicy.isSetContentEncoding ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.isSetContentEncoding:()Z]
HTTPServerPolicy.isSetContentLocation ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.isSetContentLocation:()Z]
HTTPServerPolicy.isSetContentType ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.isSetContentType:()Z]
HTTPServerPolicy.isSetHonorKeepAlive ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.isSetHonorKeepAlive:()Z]
HTTPServerPolicy.isSetKeepAliveParameters ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.isSetKeepAliveParameters:()Z]
HTTPServerPolicy.isSetReceiveTimeout ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.isSetReceiveTimeout:()Z]
HTTPServerPolicy.isSetRedirectURL ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.isSetRedirectURL:()Z]
HTTPServerPolicy.isSetServerType ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.isSetServerType:()Z]
HTTPServerPolicy.isSetSuppressClientReceiveErrors ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.isSetSuppressClientReceiveErrors:()Z]
HTTPServerPolicy.isSetSuppressClientSendErrors ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.isSetSuppressClientSendErrors:()Z]
HTTPServerPolicy.isSuppressClientReceiveErrors ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.isSuppressClientReceiveErrors:()Z]
HTTPServerPolicy.isSuppressClientSendErrors ( ) : boolean
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.isSuppressClientSendErrors:()Z]
HTTPServerPolicy.removePropertyChangeListener ( java.beans.PropertyChangeListener listener ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.removePropertyChangeListener:(Ljava/beans/PropertyChangeListener;)V]
HTTPServerPolicy.setCacheControl ( String value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.setCacheControl:(Ljava/lang/String;)V]
HTTPServerPolicy.setContentEncoding ( String value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.setContentEncoding:(Ljava/lang/String;)V]
HTTPServerPolicy.setContentLocation ( String value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.setContentLocation:(Ljava/lang/String;)V]
HTTPServerPolicy.setContentType ( String value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.setContentType:(Ljava/lang/String;)V]
HTTPServerPolicy.setHonorKeepAlive ( boolean value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.setHonorKeepAlive:(Z)V]
HTTPServerPolicy.setKeepAliveParameters ( String value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.setKeepAliveParameters:(Ljava/lang/String;)V]
HTTPServerPolicy.setReceiveTimeout ( long value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.setReceiveTimeout:(J)V]
HTTPServerPolicy.setRedirectURL ( String value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.setRedirectURL:(Ljava/lang/String;)V]
HTTPServerPolicy.setServerType ( String value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.setServerType:(Ljava/lang/String;)V]
HTTPServerPolicy.setSuppressClientReceiveErrors ( boolean value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.setSuppressClientReceiveErrors:(Z)V]
HTTPServerPolicy.setSuppressClientSendErrors ( boolean value ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.setSuppressClientSendErrors:(Z)V]
HTTPServerPolicy.unsetHonorKeepAlive ( ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.unsetHonorKeepAlive:()V]
HTTPServerPolicy.unsetReceiveTimeout ( ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.unsetReceiveTimeout:()V]
HTTPServerPolicy.unsetSuppressClientReceiveErrors ( ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.unsetSuppressClientReceiveErrors:()V]
HTTPServerPolicy.unsetSuppressClientSendErrors ( ) : void
[run-time name: org/apache/cxf/transports/http/configuration/HTTPServerPolicy.unsetSuppressClientSendErrors:()V]
openejb-cxf-bundle-2.5.2.jar, HttpServletRequestFilter.class
package org.apache.cxf.jaxrs.provider
RequestDispatcherProvider.HttpServletRequestFilter.getParameter ( String name ) : String
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.HttpServletRequestFilter.getParameter:(Ljava/lang/String;)Ljava/lang/String;]
RequestDispatcherProvider.HttpServletRequestFilter.getParameterMap ( ) : java.util.Map
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.HttpServletRequestFilter.getParameterMap:()Ljava/util/Map;]
RequestDispatcherProvider.HttpServletRequestFilter.getPathInfo ( ) : String
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.HttpServletRequestFilter.getPathInfo:()Ljava/lang/String;]
RequestDispatcherProvider.HttpServletRequestFilter.getRequestURI ( ) : String
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.HttpServletRequestFilter.getRequestURI:()Ljava/lang/String;]
RequestDispatcherProvider.HttpServletRequestFilter.getServletPath ( ) : String
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.HttpServletRequestFilter.getServletPath:()Ljava/lang/String;]
RequestDispatcherProvider.HttpServletRequestFilter.RequestDispatcherProvider.HttpServletRequestFilter ( javax.servlet.http.HttpServletRequest request, String path, String servletPath, boolean saveParamsAsAttributes )
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.HttpServletRequestFilter."<init>":(Ljavax/servlet/http/HttpServletRequest;Ljava/lang/String;Ljava/lang/String;Z)V]
RequestDispatcherProvider.HttpServletRequestFilter.setParameter ( String name, String value ) : void
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.HttpServletRequestFilter.setParameter:(Ljava/lang/String;Ljava/lang/String;)V]
RequestDispatcherProvider.HttpServletRequestFilter.setParameters ( String name, java.util.List values ) : void
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.HttpServletRequestFilter.setParameters:(Ljava/lang/String;Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, HttpServletRequestSnapshot.class
package org.apache.cxf.transport.http
HttpServletRequestSnapshot.getAuthType ( ) : String
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getAuthType:()Ljava/lang/String;]
HttpServletRequestSnapshot.getCharacterEncoding ( ) : String
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getCharacterEncoding:()Ljava/lang/String;]
HttpServletRequestSnapshot.getContentLength ( ) : int
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getContentLength:()I]
HttpServletRequestSnapshot.getContentType ( ) : String
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getContentType:()Ljava/lang/String;]
HttpServletRequestSnapshot.getContextPath ( ) : String
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getContextPath:()Ljava/lang/String;]
HttpServletRequestSnapshot.getCookies ( ) : javax.servlet.http.Cookie[ ]
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getCookies:()[Ljavax/servlet/http/Cookie;]
HttpServletRequestSnapshot.getHeader ( String name ) : String
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getHeader:(Ljava/lang/String;)Ljava/lang/String;]
HttpServletRequestSnapshot.getHeaderNames ( ) : java.util.Enumeration
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getHeaderNames:()Ljava/util/Enumeration;]
HttpServletRequestSnapshot.getHeaders ( String name ) : java.util.Enumeration
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getHeaders:(Ljava/lang/String;)Ljava/util/Enumeration;]
HttpServletRequestSnapshot.getLocalAddr ( ) : String
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getLocalAddr:()Ljava/lang/String;]
HttpServletRequestSnapshot.getLocale ( ) : java.util.Locale
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getLocale:()Ljava/util/Locale;]
HttpServletRequestSnapshot.getLocales ( ) : java.util.Enumeration
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getLocales:()Ljava/util/Enumeration;]
HttpServletRequestSnapshot.getLocalName ( ) : String
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getLocalName:()Ljava/lang/String;]
HttpServletRequestSnapshot.getLocalPort ( ) : int
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getLocalPort:()I]
HttpServletRequestSnapshot.getMethod ( ) : String
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getMethod:()Ljava/lang/String;]
HttpServletRequestSnapshot.getPathInfo ( ) : String
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getPathInfo:()Ljava/lang/String;]
HttpServletRequestSnapshot.getPathTranslated ( ) : String
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getPathTranslated:()Ljava/lang/String;]
HttpServletRequestSnapshot.getProtocol ( ) : String
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getProtocol:()Ljava/lang/String;]
HttpServletRequestSnapshot.getQueryString ( ) : String
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getQueryString:()Ljava/lang/String;]
HttpServletRequestSnapshot.getRemoteAddr ( ) : String
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getRemoteAddr:()Ljava/lang/String;]
HttpServletRequestSnapshot.getRemoteHost ( ) : String
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getRemoteHost:()Ljava/lang/String;]
HttpServletRequestSnapshot.getRemotePort ( ) : int
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getRemotePort:()I]
HttpServletRequestSnapshot.getRemoteUser ( ) : String
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getRemoteUser:()Ljava/lang/String;]
HttpServletRequestSnapshot.getRequestedSessionId ( ) : String
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getRequestedSessionId:()Ljava/lang/String;]
HttpServletRequestSnapshot.getRequestURI ( ) : String
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getRequestURI:()Ljava/lang/String;]
HttpServletRequestSnapshot.getRequestURL ( ) : StringBuffer
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getRequestURL:()Ljava/lang/StringBuffer;]
HttpServletRequestSnapshot.getScheme ( ) : String
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getScheme:()Ljava/lang/String;]
HttpServletRequestSnapshot.getServerName ( ) : String
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getServerName:()Ljava/lang/String;]
HttpServletRequestSnapshot.getServerPort ( ) : int
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getServerPort:()I]
HttpServletRequestSnapshot.getServletPath ( ) : String
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getServletPath:()Ljava/lang/String;]
HttpServletRequestSnapshot.getSession ( ) : javax.servlet.http.HttpSession
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getSession:()Ljavax/servlet/http/HttpSession;]
HttpServletRequestSnapshot.getUserPrincipal ( ) : java.security.Principal
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot.getUserPrincipal:()Ljava/security/Principal;]
HttpServletRequestSnapshot.HttpServletRequestSnapshot ( javax.servlet.http.HttpServletRequest request )
[run-time name: org/apache/cxf/transport/http/HttpServletRequestSnapshot."<init>":(Ljavax/servlet/http/HttpServletRequest;)V]
openejb-cxf-bundle-2.5.2.jar, HTTPSession.class
package org.apache.cxf.transport.http
HTTPSession.get ( Object key ) : Object
[run-time name: org/apache/cxf/transport/http/HTTPSession.get:(Ljava/lang/Object;)Ljava/lang/Object;]
HTTPSession.getSession ( ) : javax.servlet.http.HttpSession
[run-time name: org/apache/cxf/transport/http/HTTPSession.getSession:()Ljavax/servlet/http/HttpSession;]
HTTPSession.HTTPSession ( javax.servlet.http.HttpServletRequest request )
[run-time name: org/apache/cxf/transport/http/HTTPSession."<init>":(Ljavax/servlet/http/HttpServletRequest;)V]
HTTPSession.put ( Object key, Object value ) : void
[run-time name: org/apache/cxf/transport/http/HTTPSession.put:(Ljava/lang/Object;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, HttpsToken.class
package org.apache.cxf.ws.security.policy.model
HttpsToken.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/HttpsToken.getName:()Ljavax/xml/namespace/QName;]
HttpsToken.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/HttpsToken.getRealName:()Ljavax/xml/namespace/QName;]
HttpsToken.HttpsToken ( org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/HttpsToken."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;)V]
HttpsToken.isHttpBasicAuthentication ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/HttpsToken.isHttpBasicAuthentication:()Z]
HttpsToken.isHttpDigestAuthentication ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/HttpsToken.isHttpDigestAuthentication:()Z]
HttpsToken.isRequireClientCertificate ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/HttpsToken.isRequireClientCertificate:()Z]
HttpsToken.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/HttpsToken.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
HttpsToken.setHttpBasicAuthentication ( boolean httpBasicAuthentication ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/HttpsToken.setHttpBasicAuthentication:(Z)V]
HttpsToken.setHttpDigestAuthentication ( boolean httpDigestAuthentication ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/HttpsToken.setHttpDigestAuthentication:(Z)V]
HttpsToken.setRequireClientCertificate ( boolean requireClientCertificate ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/HttpsToken.setRequireClientCertificate:(Z)V]
openejb-cxf-bundle-2.5.2.jar, HttpsTokenBuilder.class
package org.apache.cxf.ws.security.policy.builders
HttpsTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/HttpsTokenBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
HttpsTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/HttpsTokenBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
HttpsTokenBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/HttpsTokenBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
HttpsTokenBuilder.HttpsTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/builders/HttpsTokenBuilder."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, HttpsTokenInterceptorProvider.class
package org.apache.cxf.ws.security.policy.interceptors
HttpsTokenInterceptorProvider.HttpsTokenInterceptorProvider ( )
[run-time name: org/apache/cxf/ws/security/policy/interceptors/HttpsTokenInterceptorProvider."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, HttpsURLConnectionFactory.class
package org.apache.cxf.transport.https
HttpsURLConnectionFactory.addLogHandler ( java.util.logging.Handler handler ) : void
[run-time name: org/apache/cxf/transport/https/HttpsURLConnectionFactory.addLogHandler:(Ljava/util/logging/Handler;)V]
HttpsURLConnectionFactory.createConnection ( org.apache.cxf.configuration.jsse.TLSClientParameters tlsClientParameters, java.net.Proxy proxy, java.net.URL url ) : java.net.HttpURLConnection
[run-time name: org/apache/cxf/transport/https/HttpsURLConnectionFactory.createConnection:(Lorg/apache/cxf/configuration/jsse/TLSClientParameters;Ljava/net/Proxy;Ljava/net/URL;)Ljava/net/HttpURLConnection;]
HttpsURLConnectionFactory.decorateWithTLS ( org.apache.cxf.configuration.jsse.TLSClientParameters tlsClientParameters, java.net.HttpURLConnection connection ) : void
[run-time name: org/apache/cxf/transport/https/HttpsURLConnectionFactory.decorateWithTLS:(Lorg/apache/cxf/configuration/jsse/TLSClientParameters;Ljava/net/HttpURLConnection;)V]
HttpsURLConnectionFactory.HttpsURLConnectionFactory ( )
[run-time name: org/apache/cxf/transport/https/HttpsURLConnectionFactory."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, HttpsURLConnectionInfo.class
package org.apache.cxf.transport.https
HttpsURLConnectionInfo.getEnabledCipherSuite ( ) : String
[run-time name: org/apache/cxf/transport/https/HttpsURLConnectionInfo.getEnabledCipherSuite:()Ljava/lang/String;]
HttpsURLConnectionInfo.getLocalCertificates ( ) : java.security.cert.Certificate[ ]
[run-time name: org/apache/cxf/transport/https/HttpsURLConnectionInfo.getLocalCertificates:()[Ljava/security/cert/Certificate;]
HttpsURLConnectionInfo.getLocalPrincipal ( ) : java.security.Principal
[run-time name: org/apache/cxf/transport/https/HttpsURLConnectionInfo.getLocalPrincipal:()Ljava/security/Principal;]
HttpsURLConnectionInfo.getPeerPrincipal ( ) : java.security.Principal
[run-time name: org/apache/cxf/transport/https/HttpsURLConnectionInfo.getPeerPrincipal:()Ljava/security/Principal;]
HttpsURLConnectionInfo.getServerCertificates ( ) : java.security.cert.Certificate[ ]
[run-time name: org/apache/cxf/transport/https/HttpsURLConnectionInfo.getServerCertificates:()[Ljava/security/cert/Certificate;]
HttpsURLConnectionInfo.HttpsURLConnectionInfo ( java.net.HttpURLConnection connection )
[run-time name: org/apache/cxf/transport/https/HttpsURLConnectionInfo."<init>":(Ljava/net/HttpURLConnection;)V]
openejb-cxf-bundle-2.5.2.jar, HTTPTransportFactory.class
package org.apache.cxf.transport.http
HTTPTransportFactory.configure ( Object bean ) : void
[run-time name: org/apache/cxf/transport/http/HTTPTransportFactory.configure:(Ljava/lang/Object;)V]
HTTPTransportFactory.configure ( Object bean, String name, String extraName ) : void
[run-time name: org/apache/cxf/transport/http/HTTPTransportFactory.configure:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;)V]
HTTPTransportFactory.createEndpointInfo ( org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.service.model.BindingInfo b, java.util.List ees ) : org.apache.cxf.service.model.EndpointInfo
[run-time name: org/apache/cxf/transport/http/HTTPTransportFactory.createEndpointInfo:(Lorg/apache/cxf/service/model/ServiceInfo;Lorg/apache/cxf/service/model/BindingInfo;Ljava/util/List;)Lorg/apache/cxf/service/model/EndpointInfo;]
HTTPTransportFactory.createPortExtensors ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.Service service ) : void
[run-time name: org/apache/cxf/transport/http/HTTPTransportFactory.createPortExtensors:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/Service;)V]
HTTPTransportFactory.getConduit ( org.apache.cxf.service.model.EndpointInfo endpointInfo ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/transport/http/HTTPTransportFactory.getConduit:(Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/cxf/transport/Conduit;]
HTTPTransportFactory.getConduit ( org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/transport/http/HTTPTransportFactory.getConduit:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/transport/Conduit;]
HTTPTransportFactory.getDestination ( org.apache.cxf.service.model.EndpointInfo endpointInfo ) : org.apache.cxf.transport.Destination
[run-time name: org/apache/cxf/transport/http/HTTPTransportFactory.getDestination:(Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/cxf/transport/Destination;]
HTTPTransportFactory.getRegistry ( ) : DestinationRegistry
[run-time name: org/apache/cxf/transport/http/HTTPTransportFactory.getRegistry:()Lorg/apache/cxf/transport/http/DestinationRegistry;]
HTTPTransportFactory.getUriPrefixes ( ) : java.util.Set
[run-time name: org/apache/cxf/transport/http/HTTPTransportFactory.getUriPrefixes:()Ljava/util/Set;]
HTTPTransportFactory.HTTPTransportFactory ( )
[run-time name: org/apache/cxf/transport/http/HTTPTransportFactory."<init>":()V]
HTTPTransportFactory.HTTPTransportFactory ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/transport/http/HTTPTransportFactory."<init>":(Lorg/apache/cxf/Bus;)V]
HTTPTransportFactory.HTTPTransportFactory ( org.apache.cxf.Bus b, DestinationRegistry registry )
[run-time name: org/apache/cxf/transport/http/HTTPTransportFactory."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/transport/http/DestinationRegistry;)V]
HTTPTransportFactory.HTTPTransportFactory ( DestinationRegistry registry )
[run-time name: org/apache/cxf/transport/http/HTTPTransportFactory."<init>":(Lorg/apache/cxf/transport/http/DestinationRegistry;)V]
HTTPTransportFactory.setActivationNamespaces ( java.util.Collection ans ) : void
[run-time name: org/apache/cxf/transport/http/HTTPTransportFactory.setActivationNamespaces:(Ljava/util/Collection;)V]
HTTPTransportFactory.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/transport/http/HTTPTransportFactory.setBus:(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, HttpUriMapper.class
package org.apache.cxf.transport
HttpUriMapper.getContextName ( String path ) [static] : String
[run-time name: org/apache/cxf/transport/HttpUriMapper.getContextName:(Ljava/lang/String;)Ljava/lang/String;]
HttpUriMapper.getResourceBase ( String path ) [static] : String
[run-time name: org/apache/cxf/transport/HttpUriMapper.getResourceBase:(Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, HttpURLConnectionInfo.class
package org.apache.cxf.transport.http
HttpURLConnectionInfo.getHttpRequestMethod ( ) : String
[run-time name: org/apache/cxf/transport/http/HttpURLConnectionInfo.getHttpRequestMethod:()Ljava/lang/String;]
HttpURLConnectionInfo.HttpURLConnectionInfo ( java.net.HttpURLConnection con )
[run-time name: org/apache/cxf/transport/http/HttpURLConnectionInfo."<init>":(Ljava/net/HttpURLConnection;)V]
openejb-cxf-bundle-2.5.2.jar, HttpUtils.class
package org.apache.cxf.jaxrs.utils
HttpUtils.encodePartiallyEncoded ( String encoded, boolean query ) [static] : String
[run-time name: org/apache/cxf/jaxrs/utils/HttpUtils.encodePartiallyEncoded:(Ljava/lang/String;Z)Ljava/lang/String;]
HttpUtils.fromPathSegment ( javax.ws.rs.core.PathSegment ps ) [static] : String
[run-time name: org/apache/cxf/jaxrs/utils/HttpUtils.fromPathSegment:(Ljavax/ws/rs/core/PathSegment;)Ljava/lang/String;]
HttpUtils.getBaseAddress ( org.apache.cxf.message.Message m ) [static] : String
[run-time name: org/apache/cxf/jaxrs/utils/HttpUtils.getBaseAddress:(Lorg/apache/cxf/message/Message;)Ljava/lang/String;]
HttpUtils.getEncoding ( javax.ws.rs.core.MediaType mt, String defaultEncoding ) [static] : String
[run-time name: org/apache/cxf/jaxrs/utils/HttpUtils.getEncoding:(Ljavax/ws/rs/core/MediaType;Ljava/lang/String;)Ljava/lang/String;]
HttpUtils.getEndpointAddress ( org.apache.cxf.message.Message m ) [static] : String
[run-time name: org/apache/cxf/jaxrs/utils/HttpUtils.getEndpointAddress:(Lorg/apache/cxf/message/Message;)Ljava/lang/String;]
HttpUtils.getHttpDateFormat ( ) [static] : java.text.SimpleDateFormat
[run-time name: org/apache/cxf/jaxrs/utils/HttpUtils.getHttpDateFormat:()Ljava/text/SimpleDateFormat;]
HttpUtils.getOriginalAddress ( org.apache.cxf.message.Message m ) [static] : String
[run-time name: org/apache/cxf/jaxrs/utils/HttpUtils.getOriginalAddress:(Lorg/apache/cxf/message/Message;)Ljava/lang/String;]
HttpUtils.getParameterFailureStatus ( org.apache.cxf.jaxrs.model.ParameterType pType ) [static] : javax.ws.rs.core.Response.Status
[run-time name: org/apache/cxf/jaxrs/utils/HttpUtils.getParameterFailureStatus:(Lorg/apache/cxf/jaxrs/model/ParameterType;)Ljavax/ws/rs/core/Response$Status;]
HttpUtils.getPathToMatch ( org.apache.cxf.message.Message m, boolean addSlash ) [static] : String
[run-time name: org/apache/cxf/jaxrs/utils/HttpUtils.getPathToMatch:(Lorg/apache/cxf/message/Message;Z)Ljava/lang/String;]
HttpUtils.getPathToMatch ( String path, String address, boolean addSlash ) [static] : String
[run-time name: org/apache/cxf/jaxrs/utils/HttpUtils.getPathToMatch:(Ljava/lang/String;Ljava/lang/String;Z)Ljava/lang/String;]
HttpUtils.getProtocolHeader ( org.apache.cxf.message.Message m, String name, String defaultValue ) [static] : String
[run-time name: org/apache/cxf/jaxrs/utils/HttpUtils.getProtocolHeader:(Lorg/apache/cxf/message/Message;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
HttpUtils.getSetEncoding ( javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, String defaultEncoding ) [static] : String
[run-time name: org/apache/cxf/jaxrs/utils/HttpUtils.getSetEncoding:(Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/lang/String;)Ljava/lang/String;]
HttpUtils.isDateRelatedHeader ( String headerName ) [static] : boolean
[run-time name: org/apache/cxf/jaxrs/utils/HttpUtils.isDateRelatedHeader:(Ljava/lang/String;)Z]
HttpUtils.isPartiallyEncoded ( String value ) [static] : boolean
[run-time name: org/apache/cxf/jaxrs/utils/HttpUtils.isPartiallyEncoded:(Ljava/lang/String;)Z]
HttpUtils.pathDecode ( String value ) [static] : String
[run-time name: org/apache/cxf/jaxrs/utils/HttpUtils.pathDecode:(Ljava/lang/String;)Ljava/lang/String;]
HttpUtils.pathEncode ( String value ) [static] : String
[run-time name: org/apache/cxf/jaxrs/utils/HttpUtils.pathEncode:(Ljava/lang/String;)Ljava/lang/String;]
HttpUtils.queryEncode ( String value ) [static] : String
[run-time name: org/apache/cxf/jaxrs/utils/HttpUtils.queryEncode:(Ljava/lang/String;)Ljava/lang/String;]
HttpUtils.toAbsoluteUri ( java.net.URI u, org.apache.cxf.message.Message message ) [static] : java.net.URI
[run-time name: org/apache/cxf/jaxrs/utils/HttpUtils.toAbsoluteUri:(Ljava/net/URI;Lorg/apache/cxf/message/Message;)Ljava/net/URI;]
HttpUtils.updatePath ( org.apache.cxf.message.Message m, String path ) [static] : void
[run-time name: org/apache/cxf/jaxrs/utils/HttpUtils.updatePath:(Lorg/apache/cxf/message/Message;Ljava/lang/String;)V]
HttpUtils.urlDecode ( String value ) [static] : String
[run-time name: org/apache/cxf/jaxrs/utils/HttpUtils.urlDecode:(Ljava/lang/String;)Ljava/lang/String;]
HttpUtils.urlDecode ( String value, String enc ) [static] : String
[run-time name: org/apache/cxf/jaxrs/utils/HttpUtils.urlDecode:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
HttpUtils.urlEncode ( String value ) [static] : String
[run-time name: org/apache/cxf/jaxrs/utils/HttpUtils.urlEncode:(Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, HTTPWSDLExtensionLoader.class
package org.apache.cxf.transport.http
HTTPWSDLExtensionLoader.createExtensor ( org.apache.cxf.wsdl.WSDLManager manager, Class parentType, Class elementType ) : void
[run-time name: org/apache/cxf/transport/http/HTTPWSDLExtensionLoader.createExtensor:(Lorg/apache/cxf/wsdl/WSDLManager;Ljava/lang/Class;Ljava/lang/Class;)V]
HTTPWSDLExtensionLoader.HTTPWSDLExtensionLoader ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/transport/http/HTTPWSDLExtensionLoader."<init>":(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, IconType.class
package org.apache.cxf.jaxws.javaee
IconType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/IconType.getId:()Ljava/lang/String;]
IconType.getLang ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/IconType.getLang:()Ljava/lang/String;]
IconType.getLargeIcon ( ) : PathType
[run-time name: org/apache/cxf/jaxws/javaee/IconType.getLargeIcon:()Lorg/apache/cxf/jaxws/javaee/PathType;]
IconType.getSmallIcon ( ) : PathType
[run-time name: org/apache/cxf/jaxws/javaee/IconType.getSmallIcon:()Lorg/apache/cxf/jaxws/javaee/PathType;]
IconType.IconType ( )
[run-time name: org/apache/cxf/jaxws/javaee/IconType."<init>":()V]
IconType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/IconType.setId:(Ljava/lang/String;)V]
IconType.setLang ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/IconType.setLang:(Ljava/lang/String;)V]
IconType.setLargeIcon ( PathType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/IconType.setLargeIcon:(Lorg/apache/cxf/jaxws/javaee/PathType;)V]
IconType.setSmallIcon ( PathType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/IconType.setSmallIcon:(Lorg/apache/cxf/jaxws/javaee/PathType;)V]
openejb-cxf-bundle-2.5.2.jar, Identifier.class
package org.apache.cxf.ws.rm.v200502
Identifier.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502/Identifier.getOtherAttributes:()Ljava/util/Map;]
Identifier.getValue ( ) : String
[run-time name: org/apache/cxf/ws/rm/v200502/Identifier.getValue:()Ljava/lang/String;]
Identifier.Identifier ( )
[run-time name: org/apache/cxf/ws/rm/v200502/Identifier."<init>":()V]
Identifier.isSetValue ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/Identifier.isSetValue:()Z]
Identifier.setValue ( String value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/Identifier.setValue:(Ljava/lang/String;)V]
package org.apache.cxf.ws.rm.v200502wsa15
Identifier.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Identifier.getOtherAttributes:()Ljava/util/Map;]
Identifier.getValue ( ) : String
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Identifier.getValue:()Ljava/lang/String;]
Identifier.Identifier ( )
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Identifier."<init>":()V]
Identifier.isSetValue ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Identifier.isSetValue:()Z]
Identifier.setValue ( String value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/Identifier.setValue:(Ljava/lang/String;)V]
package org.apache.cxf.ws.rm.v200702
Identifier.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200702/Identifier.getOtherAttributes:()Ljava/util/Map;]
Identifier.getValue ( ) : String
[run-time name: org/apache/cxf/ws/rm/v200702/Identifier.getValue:()Ljava/lang/String;]
Identifier.Identifier ( )
[run-time name: org/apache/cxf/ws/rm/v200702/Identifier."<init>":()V]
Identifier.isSetValue ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/Identifier.isSetValue:()Z]
Identifier.setValue ( String value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/Identifier.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, IdentifierType.class
package org.apache.cxf.jaxb
JAXBUtils.IdentifierType.valueOf ( String name ) [static] : JAXBUtils.IdentifierType
[run-time name: org/apache/cxf/jaxb/JAXBUtils.IdentifierType.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/jaxb/JAXBUtils$IdentifierType;]
JAXBUtils.IdentifierType.values ( ) [static] : JAXBUtils.IdentifierType[ ]
[run-time name: org/apache/cxf/jaxb/JAXBUtils.IdentifierType.values:()[Lorg/apache/cxf/jaxb/JAXBUtils$IdentifierType;]
openejb-cxf-bundle-2.5.2.jar, IdlAnonArray.class
package org.apache.cxf.tools.corba.common.idltypes
IdlAnonArray.create ( IdlScopeBase parent, IdlType elem, int size ) [static] : IdlAnonArray
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlAnonArray.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Lorg/apache/cxf/tools/corba/common/idltypes/IdlType;I)Lorg/apache/cxf/tools/corba/common/idltypes/IdlAnonArray;]
IdlAnonArray.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlAnonArray.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlAnonFixed.class
package org.apache.cxf.tools.corba.common.idltypes
IdlAnonFixed.create ( IdlScopeBase parent, int digits, int scale ) [static] : IdlAnonFixed
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlAnonFixed.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;II)Lorg/apache/cxf/tools/corba/common/idltypes/IdlAnonFixed;]
IdlAnonFixed.fullName ( ) : String
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlAnonFixed.fullName:()Ljava/lang/String;]
IdlAnonFixed.fullName ( IdlScopedName rel ) : String
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlAnonFixed.fullName:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopedName;)Ljava/lang/String;]
IdlAnonFixed.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlAnonFixed.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlAnonSequence.class
package org.apache.cxf.tools.corba.common.idltypes
IdlAnonSequence.create ( IdlScopeBase parent, IdlType elem ) [static] : IdlAnonSequence
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlAnonSequence.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Lorg/apache/cxf/tools/corba/common/idltypes/IdlType;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlAnonSequence;]
IdlAnonSequence.create ( IdlScopeBase parent, IdlType elem, int bound ) [static] : IdlAnonSequence
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlAnonSequence.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Lorg/apache/cxf/tools/corba/common/idltypes/IdlType;I)Lorg/apache/cxf/tools/corba/common/idltypes/IdlAnonSequence;]
IdlAnonSequence.fullName ( ) : String
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlAnonSequence.fullName:()Ljava/lang/String;]
IdlAnonSequence.fullName ( IdlScopedName rel ) : String
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlAnonSequence.fullName:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopedName;)Ljava/lang/String;]
IdlAnonSequence.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlAnonSequence.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlArray.class
package org.apache.cxf.tools.corba.common.idltypes
IdlArray.create ( IdlScopeBase parent, String name, IdlType elem, int size ) [static] : IdlArray
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlArray.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/lang/String;Lorg/apache/cxf/tools/corba/common/idltypes/IdlType;I)Lorg/apache/cxf/tools/corba/common/idltypes/IdlArray;]
IdlArray.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlArray.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlArrayBase.class
package org.apache.cxf.tools.corba.common.idltypes
IdlArrayBase.dimensions ( ) : java.util.List
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlArrayBase.dimensions:()Ljava/util/List;]
IdlArrayBase.getCircularScope ( IdlScopeBase startScope, java.util.List doneDefn ) : IdlScopeBase
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlArrayBase.getCircularScope:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/util/List;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;]
IdlArrayBase.IdlArrayBase ( IdlScopeBase parent, String name, IdlType elem, int length )
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlArrayBase."<init>":(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/lang/String;Lorg/apache/cxf/tools/corba/common/idltypes/IdlType;I)V]
IdlArrayBase.isEmptyDef ( ) : boolean
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlArrayBase.isEmptyDef:()Z]
IdlArrayBase.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlArrayBase.write:(Ljava/io/PrintWriter;)V]
IdlArrayBase.write ( java.io.PrintWriter pw, String name ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlArrayBase.write:(Ljava/io/PrintWriter;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, IdlAttribute.class
package org.apache.cxf.tools.corba.common.idltypes
IdlAttribute.create ( IdlScopeBase parent, String name, IdlType type, boolean readonly ) [static] : IdlAttribute
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlAttribute.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/lang/String;Lorg/apache/cxf/tools/corba/common/idltypes/IdlType;Z)Lorg/apache/cxf/tools/corba/common/idltypes/IdlAttribute;]
IdlAttribute.readonly ( ) : boolean
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlAttribute.readonly:()Z]
IdlAttribute.setReadonly ( boolean readonlyValue ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlAttribute.setReadonly:(Z)V]
IdlAttribute.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlAttribute.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlConst.class
package org.apache.cxf.tools.corba.common.idltypes
IdlConst.create ( IdlScopeBase parent, String name, IdlType base, String value ) [static] : IdlConst
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlConst.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/lang/String;Lorg/apache/cxf/tools/corba/common/idltypes/IdlType;Ljava/lang/String;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlConst;]
IdlConst.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlConst.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlDefn.class
package org.apache.cxf.tools.corba.common.idltypes
IdlDefn.definedIn ( ) [abstract] : IdlScopeBase
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefn.definedIn:()Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;]
IdlDefn.flush ( ) [abstract] : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefn.flush:()V]
IdlDefn.fullName ( ) [abstract] : String
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefn.fullName:()Ljava/lang/String;]
IdlDefn.fullName ( IdlScopedName p1 ) [abstract] : String
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefn.fullName:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopedName;)Ljava/lang/String;]
IdlDefn.getCircularScope ( IdlScopeBase p1, java.util.List p2 ) [abstract] : IdlScopeBase
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefn.getCircularScope:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/util/List;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;]
IdlDefn.isCircular ( ) [abstract] : boolean
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefn.isCircular:()Z]
IdlDefn.isEmptyDef ( ) [abstract] : boolean
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefn.isEmptyDef:()Z]
IdlDefn.localName ( ) [abstract] : String
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefn.localName:()Ljava/lang/String;]
IdlDefn.name ( ) [abstract] : IdlScopedName
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefn.name:()Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopedName;]
IdlDefn.scopeName ( ) [abstract] : IdlScopedName
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefn.scopeName:()Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopedName;]
IdlDefn.write ( java.io.PrintWriter p1 ) [abstract] : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefn.write:(Ljava/io/PrintWriter;)V]
IdlDefn.write ( java.io.PrintWriter p1, String p2 ) [abstract] : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefn.write:(Ljava/io/PrintWriter;Ljava/lang/String;)V]
IdlDefn.writeFwd ( java.io.PrintWriter p1 ) [abstract] : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefn.writeFwd:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlDefnImplBase.class
package org.apache.cxf.tools.corba.common.idltypes
IdlDefnImplBase.definedIn ( ) : IdlScopeBase
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefnImplBase.definedIn:()Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;]
IdlDefnImplBase.flush ( ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefnImplBase.flush:()V]
IdlDefnImplBase.fullName ( ) : String
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefnImplBase.fullName:()Ljava/lang/String;]
IdlDefnImplBase.fullName ( IdlScopedName relativeTo ) : String
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefnImplBase.fullName:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopedName;)Ljava/lang/String;]
IdlDefnImplBase.getCircularScope ( IdlScopeBase startScope, java.util.List doneDefn ) : IdlScopeBase
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefnImplBase.getCircularScope:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/util/List;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;]
IdlDefnImplBase.isCircular ( ) : boolean
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefnImplBase.isCircular:()Z]
IdlDefnImplBase.isEmptyDef ( ) : boolean
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefnImplBase.isEmptyDef:()Z]
IdlDefnImplBase.localName ( ) : String
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefnImplBase.localName:()Ljava/lang/String;]
IdlDefnImplBase.name ( ) : IdlScopedName
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefnImplBase.name:()Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopedName;]
IdlDefnImplBase.scopeName ( ) : IdlScopedName
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefnImplBase.scopeName:()Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopedName;]
IdlDefnImplBase.write ( java.io.PrintWriter pw, String definitionName ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefnImplBase.write:(Ljava/io/PrintWriter;Ljava/lang/String;)V]
IdlDefnImplBase.writeFwd ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlDefnImplBase.writeFwd:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlEnum.class
package org.apache.cxf.tools.corba.common.idltypes
IdlEnum.addEnumerator ( IdlEnumerator e ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlEnum.addEnumerator:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlEnumerator;)V]
IdlEnum.create ( IdlScopeBase parent, String name ) [static] : IdlEnum
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlEnum.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/lang/String;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlEnum;]
IdlEnum.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlEnum.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlEnumerator.class
package org.apache.cxf.tools.corba.common.idltypes
IdlEnumerator.create ( IdlScopeBase parent, String name ) [static] : IdlEnumerator
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlEnumerator.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/lang/String;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlEnumerator;]
IdlEnumerator.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlEnumerator.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlException.class
package org.apache.cxf.tools.corba.common.idltypes
IdlException.create ( IdlScopeBase parent, String name ) [static] : IdlException
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlException.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/lang/String;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlException;]
openejb-cxf-bundle-2.5.2.jar, IdlField.class
package org.apache.cxf.tools.corba.common.idltypes
IdlField.create ( IdlScopeBase parent, String name, IdlType type ) [static] : IdlField
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlField.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/lang/String;Lorg/apache/cxf/tools/corba/common/idltypes/IdlType;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlField;]
IdlField.getCircularScope ( IdlScopeBase startScope, java.util.List doneDefn ) : IdlScopeBase
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlField.getCircularScope:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/util/List;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;]
IdlField.IdlField ( IdlScopeBase parent, String name, IdlType idlType )
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlField."<init>":(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/lang/String;Lorg/apache/cxf/tools/corba/common/idltypes/IdlType;)V]
IdlField.isEmptyDef ( ) : boolean
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlField.isEmptyDef:()Z]
IdlField.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlField.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlFixed.class
package org.apache.cxf.tools.corba.common.idltypes
IdlFixed.create ( IdlScopeBase parent, String name, int digits, int scale ) [static] : IdlFixed
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlFixed.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/lang/String;II)Lorg/apache/cxf/tools/corba/common/idltypes/IdlFixed;]
IdlFixed.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlFixed.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlFixedBase.class
package org.apache.cxf.tools.corba.common.idltypes
IdlFixedBase.IdlFixedBase ( IdlScopeBase parent, String name, int numbers, int scaleSize )
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlFixedBase."<init>":(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/lang/String;II)V]
IdlFixedBase.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlFixedBase.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlInterface.class
package org.apache.cxf.tools.corba.common.idltypes
IdlInterface.addAttribute ( IdlAttribute attr ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlInterface.addAttribute:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlAttribute;)V]
IdlInterface.addoperation ( IdlOperation op ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlInterface.addoperation:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlOperation;)V]
IdlInterface.create ( IdlScopeBase parent, String name ) [static] : IdlInterface
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlInterface.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/lang/String;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlInterface;]
IdlInterface.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlInterface.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IDLLexer.class
package org.apache.cxf.tools.corba.processors.idl
IDLLexer.IDLLexer ( antlr.InputBuffer ib )
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer."<init>":(Lantlr/InputBuffer;)V]
IDLLexer.IDLLexer ( antlr.LexerSharedInputState state )
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer."<init>":(Lantlr/LexerSharedInputState;)V]
IDLLexer.IDLLexer ( java.io.InputStream in )
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer."<init>":(Ljava/io/InputStream;)V]
IDLLexer.IDLLexer ( java.io.Reader in )
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer."<init>":(Ljava/io/Reader;)V]
IDLLexer.mAND ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mAND:(Z)V]
IDLLexer.mASSIGN ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mASSIGN:(Z)V]
IDLLexer.mCHAR_LITERAL ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mCHAR_LITERAL:(Z)V]
IDLLexer.mCOLON ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mCOLON:(Z)V]
IDLLexer.mCOMMA ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mCOMMA:(Z)V]
IDLLexer.mDIGIT ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mDIGIT:(Z)V]
IDLLexer.mDIV ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mDIV:(Z)V]
IDLLexer.mDOT ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mDOT:(Z)V]
IDLLexer.mESC ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mESC:(Z)V]
IDLLexer.mESCAPED_IDENT ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mESCAPED_IDENT:(Z)V]
IDLLexer.mFLOAT ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mFLOAT:(Z)V]
IDLLexer.mGT ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mGT:(Z)V]
IDLLexer.mHEX ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mHEX:(Z)V]
IDLLexer.mHEXDIGIT ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mHEXDIGIT:(Z)V]
IDLLexer.mIDENT ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mIDENT:(Z)V]
IDLLexer.mINT ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mINT:(Z)V]
IDLLexer.mLBRACK ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mLBRACK:(Z)V]
IDLLexer.mLCURLY ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mLCURLY:(Z)V]
IDLLexer.mLPAREN ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mLPAREN:(Z)V]
IDLLexer.mLSHIFT ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mLSHIFT:(Z)V]
IDLLexer.mLT ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mLT:(Z)V]
IDLLexer.mMINUS ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mMINUS:(Z)V]
IDLLexer.mML_COMMENT ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mML_COMMENT:(Z)V]
IDLLexer.mMOD ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mMOD:(Z)V]
IDLLexer.mNONZERODIGIT ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mNONZERODIGIT:(Z)V]
IDLLexer.mNOT ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mNOT:(Z)V]
IDLLexer.mOCTAL ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mOCTAL:(Z)V]
IDLLexer.mOCTDIGIT ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mOCTDIGIT:(Z)V]
IDLLexer.mOR ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mOR:(Z)V]
IDLLexer.mPLUS ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mPLUS:(Z)V]
IDLLexer.mPREPROC_DIRECTIVE ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mPREPROC_DIRECTIVE:(Z)V]
IDLLexer.mQUESTION ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mQUESTION:(Z)V]
IDLLexer.mRBRACK ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mRBRACK:(Z)V]
IDLLexer.mRCURLY ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mRCURLY:(Z)V]
IDLLexer.mRPAREN ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mRPAREN:(Z)V]
IDLLexer.mRSHIFT ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mRSHIFT:(Z)V]
IDLLexer.mSCOPEOP ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mSCOPEOP:(Z)V]
IDLLexer.mSEMI ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mSEMI:(Z)V]
IDLLexer.mSL_COMMENT ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mSL_COMMENT:(Z)V]
IDLLexer.mSTAR ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mSTAR:(Z)V]
IDLLexer.mSTRING_LITERAL ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mSTRING_LITERAL:(Z)V]
IDLLexer.mTILDE ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mTILDE:(Z)V]
IDLLexer.mVOCAB ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mVOCAB:(Z)V]
IDLLexer.mWIDE_CHAR_LITERAL ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mWIDE_CHAR_LITERAL:(Z)V]
IDLLexer.mWIDE_STRING_LITERAL ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mWIDE_STRING_LITERAL:(Z)V]
IDLLexer.mWS ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mWS:(Z)V]
IDLLexer.mXOR ( boolean _createToken ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.mXOR:(Z)V]
IDLLexer.nextToken ( ) : antlr.Token
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLLexer.nextToken:()Lantlr/Token;]
openejb-cxf-bundle-2.5.2.jar, IdlModule.class
package org.apache.cxf.tools.corba.common.idltypes
IdlModule.create ( IdlScopeBase parent, String name ) [static] : IdlModule
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlModule.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/lang/String;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlModule;]
IdlModule.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlModule.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IDLModuleProcessor.class
package org.apache.cxf.tools.corba.processors.idl
IDLModuleProcessor.buildModuleNSMap ( java.util.Map map, Scope parent, antlr.collections.AST node ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLModuleProcessor.buildModuleNSMap:(Ljava/util/Map;Lorg/apache/cxf/tools/corba/processors/idl/Scope;Lantlr/collections/AST;)V]
IDLModuleProcessor.buildModuleNSMap ( java.util.Map moduleNSMap ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLModuleProcessor.buildModuleNSMap:(Ljava/util/Map;)V]
IDLModuleProcessor.getMapper ( ) : ModuleToNSMapper
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLModuleProcessor.getMapper:()Lorg/apache/cxf/tools/corba/processors/idl/ModuleToNSMapper;]
IDLModuleProcessor.IDLModuleProcessor ( )
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLModuleProcessor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, IdlOperation.class
package org.apache.cxf.tools.corba.common.idltypes
IdlOperation.addException ( IdlException exc ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlOperation.addException:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlException;)V]
IdlOperation.addParameter ( IdlParam arg ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlOperation.addParameter:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlParam;)V]
IdlOperation.addReturnType ( IdlType rt ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlOperation.addReturnType:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlType;)V]
IdlOperation.create ( IdlScopeBase parent, String name, boolean isOneway ) [static] : IdlOperation
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlOperation.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/lang/String;Z)Lorg/apache/cxf/tools/corba/common/idltypes/IdlOperation;]
IdlOperation.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlOperation.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlParam.class
package org.apache.cxf.tools.corba.common.idltypes
IdlParam.create ( IdlOperation parent, String name, IdlType type, String mode ) [static] : IdlParam
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlParam.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlOperation;Ljava/lang/String;Lorg/apache/cxf/tools/corba/common/idltypes/IdlType;Ljava/lang/String;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlParam;]
IdlParam.getCircularScope ( IdlScopeBase startScope, java.util.List doneDefn ) : IdlScopeBase
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlParam.getCircularScope:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/util/List;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;]
IdlParam.isEmptyDef ( ) : boolean
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlParam.isEmptyDef:()Z]
IdlParam.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlParam.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IDLParser.class
package org.apache.cxf.tools.corba.processors.idl
IDLParser.add_expr ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.add_expr:()V]
IDLParser.and_expr ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.and_expr:()V]
IDLParser.any_type ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.any_type:()V]
IDLParser.array_declarator ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.array_declarator:()V]
IDLParser.attr_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.attr_dcl:()V]
IDLParser.attr_declarator ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.attr_declarator:()V]
IDLParser.attr_raises_expr ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.attr_raises_expr:()V]
IDLParser.attr_spec ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.attr_spec:()V]
IDLParser.base_type_spec ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.base_type_spec:()V]
IDLParser.boolean_literal ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.boolean_literal:()V]
IDLParser.boolean_type ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.boolean_type:()V]
IDLParser.buildTokenTypeASTClassMap ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.buildTokenTypeASTClassMap:()V]
IDLParser.case_stmt ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.case_stmt:()V]
IDLParser.case_stmt_list ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.case_stmt_list:()V]
IDLParser.char_type ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.char_type:()V]
IDLParser.character_literal ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.character_literal:()V]
IDLParser.complex_declarator ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.complex_declarator:()V]
IDLParser.component ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.component:()V]
IDLParser.component_body ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.component_body:()V]
IDLParser.component_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.component_dcl:()V]
IDLParser.component_export ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.component_export:()V]
IDLParser.component_inheritance_spec ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.component_inheritance_spec:()V]
IDLParser.const_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.const_dcl:()V]
IDLParser.const_exp ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.const_exp:()V]
IDLParser.const_type ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.const_type:()V]
IDLParser.constr_forward_decl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.constr_forward_decl:()V]
IDLParser.constr_type_spec ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.constr_type_spec:()V]
IDLParser.consumes_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.consumes_dcl:()V]
IDLParser.context_expr ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.context_expr:()V]
IDLParser.declarator ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.declarator:()V]
IDLParser.declarators ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.declarators:()V]
IDLParser.definition ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.definition:()V]
IDLParser.definition_list ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.definition_list:()V]
IDLParser.element_spec ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.element_spec:()V]
IDLParser.emits_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.emits_dcl:()V]
IDLParser.enum_type ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.enum_type:()V]
IDLParser.enumerator ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.enumerator:()V]
IDLParser.enumerator_list ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.enumerator_list:()V]
IDLParser.event ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.event:()V]
IDLParser.event_abs ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.event_abs:()V]
IDLParser.event_abs_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.event_abs_dcl:()V]
IDLParser.event_custom ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.event_custom:()V]
IDLParser.event_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.event_dcl:()V]
IDLParser.event_elem_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.event_elem_dcl:()V]
IDLParser.event_header ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.event_header:()V]
IDLParser.except_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.except_dcl:()V]
IDLParser.exception_list ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.exception_list:()V]
IDLParser.export ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.export:()V]
IDLParser.factory_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.factory_dcl:()V]
IDLParser.finder_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.finder_dcl:()V]
IDLParser.fixed_array_size ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.fixed_array_size:()V]
IDLParser.fixed_pt_const_type ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.fixed_pt_const_type:()V]
IDLParser.fixed_pt_literal ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.fixed_pt_literal:()V]
IDLParser.fixed_pt_type ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.fixed_pt_type:()V]
IDLParser.floating_pt_literal ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.floating_pt_literal:()V]
IDLParser.floating_pt_type ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.floating_pt_type:()V]
IDLParser.forward_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.forward_dcl:()V]
IDLParser.get_excep_expr ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.get_excep_expr:()V]
IDLParser.home_body ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.home_body:()V]
IDLParser.home_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.home_dcl:()V]
IDLParser.home_export ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.home_export:()V]
IDLParser.home_header ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.home_header:()V]
IDLParser.home_inheritance_spec ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.home_inheritance_spec:()V]
IDLParser.identifier ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.identifier:()V]
IDLParser.IDLParser ( antlr.ParserSharedInputState state )
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser."<init>":(Lantlr/ParserSharedInputState;)V]
IDLParser.IDLParser ( antlr.TokenBuffer tokenBuf )
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser."<init>":(Lantlr/TokenBuffer;)V]
IDLParser.IDLParser ( antlr.TokenBuffer tokenBuf, int k )
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser."<init>":(Lantlr/TokenBuffer;I)V]
IDLParser.IDLParser ( antlr.TokenStream lexer )
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser."<init>":(Lantlr/TokenStream;)V]
IDLParser.IDLParser ( antlr.TokenStream lexer, int k )
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser."<init>":(Lantlr/TokenStream;I)V]
IDLParser.import_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.import_dcl:()V]
IDLParser.imported_scope ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.imported_scope:()V]
IDLParser.init_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.init_dcl:()V]
IDLParser.init_param_attribute ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.init_param_attribute:()V]
IDLParser.init_param_decl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.init_param_decl:()V]
IDLParser.init_param_decls ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.init_param_decls:()V]
IDLParser.integer_literal ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.integer_literal:()V]
IDLParser.integer_type ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.integer_type:()V]
IDLParser.interf ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.interf:()V]
IDLParser.interface_body ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.interface_body:()V]
IDLParser.interface_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.interface_dcl:()V]
IDLParser.interface_inheritance_spec ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.interface_inheritance_spec:()V]
IDLParser.interface_name ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.interface_name:()V]
IDLParser.interface_type ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.interface_type:()V]
IDLParser.literal ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.literal:()V]
IDLParser.member ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.member:()V]
IDLParser.member_list ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.member_list:()V]
IDLParser.module ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.module:()V]
IDLParser.mult_expr ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.mult_expr:()V]
IDLParser.object_type ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.object_type:()V]
IDLParser.octet_type ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.octet_type:()V]
IDLParser.op_attribute ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.op_attribute:()V]
IDLParser.op_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.op_dcl:()V]
IDLParser.op_type_spec ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.op_type_spec:()V]
IDLParser.opt_member_list ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.opt_member_list:()V]
IDLParser.opt_pos_int ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.opt_pos_int:()V]
IDLParser.or_expr ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.or_expr:()V]
IDLParser.param_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.param_dcl:()V]
IDLParser.param_dcl_list ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.param_dcl_list:()V]
IDLParser.param_type_spec ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.param_type_spec:()V]
IDLParser.parameter_dcls ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.parameter_dcls:()V]
IDLParser.positive_int_const ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.positive_int_const:()V]
IDLParser.primary_expr ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.primary_expr:()V]
IDLParser.primary_key_spec ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.primary_key_spec:()V]
IDLParser.provides_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.provides_dcl:()V]
IDLParser.publishes_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.publishes_dcl:()V]
IDLParser.raises_expr ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.raises_expr:()V]
IDLParser.readonly_attr_declarator ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.readonly_attr_declarator:()V]
IDLParser.readonly_attr_spec ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.readonly_attr_spec:()V]
IDLParser.scoped_name ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.scoped_name:()V]
IDLParser.scoped_name_list ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.scoped_name_list:()V]
IDLParser.sequence_type ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.sequence_type:()V]
IDLParser.set_excep_expr ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.set_excep_expr:()V]
IDLParser.shift_expr ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.shift_expr:()V]
IDLParser.signed_int ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.signed_int:()V]
IDLParser.signed_long_int ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.signed_long_int:()V]
IDLParser.signed_longlong_int ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.signed_longlong_int:()V]
IDLParser.signed_short_int ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.signed_short_int:()V]
IDLParser.simple_declarator ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.simple_declarator:()V]
IDLParser.simple_type_spec ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.simple_type_spec:()V]
IDLParser.specification ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.specification:()V]
IDLParser.state_member ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.state_member:()V]
IDLParser.string_literal ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.string_literal:()V]
IDLParser.string_literal_list ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.string_literal_list:()V]
IDLParser.string_type ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.string_type:()V]
IDLParser.struct_type ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.struct_type:()V]
IDLParser.supported_interface_spec ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.supported_interface_spec:()V]
IDLParser.switch_body ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.switch_body:()V]
IDLParser.switch_type_spec ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.switch_type_spec:()V]
IDLParser.template_type_spec ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.template_type_spec:()V]
IDLParser.type_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.type_dcl:()V]
IDLParser.type_declarator ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.type_declarator:()V]
IDLParser.type_id_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.type_id_dcl:()V]
IDLParser.type_prefix_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.type_prefix_dcl:()V]
IDLParser.type_spec ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.type_spec:()V]
IDLParser.unary_expr ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.unary_expr:()V]
IDLParser.union_type ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.union_type:()V]
IDLParser.unsigned_int ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.unsigned_int:()V]
IDLParser.unsigned_long_int ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.unsigned_long_int:()V]
IDLParser.unsigned_longlong_int ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.unsigned_longlong_int:()V]
IDLParser.unsigned_short_int ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.unsigned_short_int:()V]
IDLParser.uses_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.uses_dcl:()V]
IDLParser.value ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.value:()V]
IDLParser.value_abs_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.value_abs_dcl:()V]
IDLParser.value_abs_full_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.value_abs_full_dcl:()V]
IDLParser.value_base_type ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.value_base_type:()V]
IDLParser.value_box_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.value_box_dcl:()V]
IDLParser.value_custom_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.value_custom_dcl:()V]
IDLParser.value_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.value_dcl:()V]
IDLParser.value_element ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.value_element:()V]
IDLParser.value_forward_dcl ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.value_forward_dcl:()V]
IDLParser.value_header ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.value_header:()V]
IDLParser.value_inheritance_spec ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.value_inheritance_spec:()V]
IDLParser.value_interface_inheritance_spec ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.value_interface_inheritance_spec:()V]
IDLParser.value_name ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.value_name:()V]
IDLParser.value_value_inheritance_spec ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.value_value_inheritance_spec:()V]
IDLParser.wide_char_type ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.wide_char_type:()V]
IDLParser.wide_character_literal ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.wide_character_literal:()V]
IDLParser.wide_string_literal ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.wide_string_literal:()V]
IDLParser.wide_string_type ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.wide_string_type:()V]
IDLParser.xor_expr ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLParser.xor_expr:()V]
openejb-cxf-bundle-2.5.2.jar, IdlPreprocessorReader.class
package org.apache.cxf.tools.corba.idlpreprocessor
IdlPreprocessorReader.close ( ) : void
[run-time name: org/apache/cxf/tools/corba/idlpreprocessor/IdlPreprocessorReader.close:()V]
IdlPreprocessorReader.getPragmaPrefix ( ) : String
[run-time name: org/apache/cxf/tools/corba/idlpreprocessor/IdlPreprocessorReader.getPragmaPrefix:()Ljava/lang/String;]
IdlPreprocessorReader.IdlPreprocessorReader ( java.net.URL startURL, String startLocation, IncludeResolver resolver, DefineState state )
[run-time name: org/apache/cxf/tools/corba/idlpreprocessor/IdlPreprocessorReader."<init>":(Ljava/net/URL;Ljava/lang/String;Lorg/apache/cxf/tools/corba/idlpreprocessor/IncludeResolver;Lorg/apache/cxf/tools/corba/idlpreprocessor/DefineState;)V]
IdlPreprocessorReader.read ( ) : int
[run-time name: org/apache/cxf/tools/corba/idlpreprocessor/IdlPreprocessorReader.read:()I]
IdlPreprocessorReader.read ( char[ ] cbuf, int off, int len ) : int
[run-time name: org/apache/cxf/tools/corba/idlpreprocessor/IdlPreprocessorReader.read:([CII)I]
IdlPreprocessorReader.setPragmaPrefix ( String pragmaPrefix ) : void
[run-time name: org/apache/cxf/tools/corba/idlpreprocessor/IdlPreprocessorReader.setPragmaPrefix:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, IdlPrimitive.class
package org.apache.cxf.tools.corba.common.idltypes
IdlPrimitive.create ( IdlScopeBase parent, short type ) [static] : IdlPrimitive
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlPrimitive.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;S)Lorg/apache/cxf/tools/corba/common/idltypes/IdlPrimitive;]
IdlPrimitive.fullName ( ) : String
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlPrimitive.fullName:()Ljava/lang/String;]
IdlPrimitive.fullName ( IdlScopedName rel ) : String
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlPrimitive.fullName:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopedName;)Ljava/lang/String;]
IdlPrimitive.scopeName ( ) : IdlScopedName
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlPrimitive.scopeName:()Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopedName;]
IdlPrimitive.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlPrimitive.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IDLProcessor.class
package org.apache.cxf.tools.corba.processors.idl
IDLProcessor.getIDLTree ( ) : antlr.collections.AST
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLProcessor.getIDLTree:()Lantlr/collections/AST;]
IDLProcessor.IDLProcessor ( )
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLProcessor."<init>":()V]
IDLProcessor.process ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLProcessor.process:()V]
IDLProcessor.setEnvironment ( org.apache.cxf.tools.corba.common.ProcessorEnvironment penv ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLProcessor.setEnvironment:(Lorg/apache/cxf/tools/corba/common/ProcessorEnvironment;)V]
openejb-cxf-bundle-2.5.2.jar, IdlRoot.class
package org.apache.cxf.tools.corba.common.idltypes
IdlRoot.addInclude ( String includefile ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlRoot.addInclude:(Ljava/lang/String;)V]
IdlRoot.create ( ) [static] : IdlRoot
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlRoot.create:()Lorg/apache/cxf/tools/corba/common/idltypes/IdlRoot;]
IdlRoot.lookup ( String nm ) : IdlDefn
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlRoot.lookup:(Ljava/lang/String;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlDefn;]
IdlRoot.lookup ( String nm, boolean undefined ) : IdlDefn
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlRoot.lookup:(Ljava/lang/String;Z)Lorg/apache/cxf/tools/corba/common/idltypes/IdlDefn;]
IdlRoot.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlRoot.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlScopeBase.class
package org.apache.cxf.tools.corba.common.idltypes
IdlScopeBase.addToScope ( IdlDefn def ) : IdlDefn
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlScopeBase.addToScope:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlDefn;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlDefn;]
IdlScopeBase.definitions ( ) : java.util.Collection
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlScopeBase.definitions:()Ljava/util/Collection;]
IdlScopeBase.flush ( ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlScopeBase.flush:()V]
IdlScopeBase.getCircularScope ( IdlScopeBase startScope, java.util.List doneDefn ) : IdlScopeBase
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlScopeBase.getCircularScope:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/util/List;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;]
IdlScopeBase.holdForScope ( IdlDefn def ) : IdlDefn
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlScopeBase.holdForScope:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlDefn;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlDefn;]
IdlScopeBase.IdlScopeBase ( IdlScopeBase parent, String name )
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlScopeBase."<init>":(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/lang/String;)V]
IdlScopeBase.lookup ( IdlScopedName name ) : IdlDefn
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlScopeBase.lookup:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopedName;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlDefn;]
IdlScopeBase.lookup ( IdlScopedName name, boolean undefined ) : IdlDefn
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlScopeBase.lookup:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopedName;Z)Lorg/apache/cxf/tools/corba/common/idltypes/IdlDefn;]
IdlScopeBase.lookup ( String nm ) : IdlDefn
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlScopeBase.lookup:(Ljava/lang/String;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlDefn;]
IdlScopeBase.lookup ( String nm, boolean undefined ) : IdlDefn
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlScopeBase.lookup:(Ljava/lang/String;Z)Lorg/apache/cxf/tools/corba/common/idltypes/IdlDefn;]
IdlScopeBase.lookup ( String[ ] scopedName ) : IdlDefn
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlScopeBase.lookup:([Ljava/lang/String;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlDefn;]
IdlScopeBase.lookup ( String[ ] scopedName, boolean undefined ) : IdlDefn
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlScopeBase.lookup:([Ljava/lang/String;Z)Lorg/apache/cxf/tools/corba/common/idltypes/IdlDefn;]
IdlScopeBase.parkHeld ( ) : IdlDefn
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlScopeBase.parkHeld:()Lorg/apache/cxf/tools/corba/common/idltypes/IdlDefn;]
IdlScopeBase.promoteHeldToScope ( ) : IdlDefn
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlScopeBase.promoteHeldToScope:()Lorg/apache/cxf/tools/corba/common/idltypes/IdlDefn;]
IdlScopeBase.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlScopeBase.write:(Ljava/io/PrintWriter;)V]
IdlScopeBase.writeFwd ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlScopeBase.writeFwd:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlSequence.class
package org.apache.cxf.tools.corba.common.idltypes
IdlSequence.create ( IdlScopeBase parent, String name, IdlType elem ) [static] : IdlSequence
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlSequence.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/lang/String;Lorg/apache/cxf/tools/corba/common/idltypes/IdlType;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlSequence;]
IdlSequence.create ( IdlScopeBase parent, String name, IdlType elem, int bound ) [static] : IdlSequence
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlSequence.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/lang/String;Lorg/apache/cxf/tools/corba/common/idltypes/IdlType;I)Lorg/apache/cxf/tools/corba/common/idltypes/IdlSequence;]
IdlSequence.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlSequence.write:(Ljava/io/PrintWriter;)V]
IdlSequence.writeFwd ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlSequence.writeFwd:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlSequenceBase.class
package org.apache.cxf.tools.corba.common.idltypes
IdlSequenceBase.getCircularScope ( IdlScopeBase startScope, java.util.List doneDefn ) : IdlScopeBase
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlSequenceBase.getCircularScope:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/util/List;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;]
IdlSequenceBase.IdlSequenceBase ( IdlScopeBase parent, String name, IdlType elem, int boundValue )
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlSequenceBase."<init>":(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/lang/String;Lorg/apache/cxf/tools/corba/common/idltypes/IdlType;I)V]
IdlSequenceBase.isEmptyDef ( ) : boolean
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlSequenceBase.isEmptyDef:()Z]
IdlSequenceBase.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlSequenceBase.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlString.class
package org.apache.cxf.tools.corba.common.idltypes
IdlString.create ( ) [static] : IdlString
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlString.create:()Lorg/apache/cxf/tools/corba/common/idltypes/IdlString;]
IdlString.create ( int bound ) [static] : IdlString
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlString.create:(I)Lorg/apache/cxf/tools/corba/common/idltypes/IdlString;]
IdlString.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlString.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlStruct.class
package org.apache.cxf.tools.corba.common.idltypes
IdlStruct.create ( IdlScopeBase parent, String name ) [static] : IdlStruct
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlStruct.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/lang/String;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlStruct;]
IdlStruct.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlStruct.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlStructBase.class
package org.apache.cxf.tools.corba.common.idltypes
IdlStructBase.getCircularScope ( IdlScopeBase startScope, java.util.List doneDefn ) : IdlScopeBase
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlStructBase.getCircularScope:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/util/List;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;]
IdlStructBase.IdlStructBase ( IdlScopeBase parent, String name, String type )
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlStructBase."<init>":(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/lang/String;Ljava/lang/String;)V]
IdlStructBase.isEmptyDef ( ) : boolean
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlStructBase.isEmptyDef:()Z]
IdlStructBase.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlStructBase.write:(Ljava/io/PrintWriter;)V]
IdlStructBase.writeFwd ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlStructBase.writeFwd:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IDLToWSDL.class
package org.apache.cxf.tools.corba
IDLToWSDL.checkParams ( org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors ) : void
[run-time name: org/apache/cxf/tools/corba/IDLToWSDL.checkParams:(Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)V]
IDLToWSDL.execute ( boolean exitOnFinish ) : void
[run-time name: org/apache/cxf/tools/corba/IDLToWSDL.execute:(Z)V]
IDLToWSDL.IDLToWSDL ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )
[run-time name: org/apache/cxf/tools/corba/IDLToWSDL."<init>":(Lorg/apache/cxf/tools/common/toolspec/ToolSpec;)V]
IDLToWSDL.main ( String[ ] arguments ) [static] : void
[run-time name: org/apache/cxf/tools/corba/IDLToWSDL.main:([Ljava/lang/String;)V]
IDLToWSDL.run ( String[ ] arguments ) [static] : void
[run-time name: org/apache/cxf/tools/corba/IDLToWSDL.run:([Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, IDLToWSDLProcessor.class
package org.apache.cxf.tools.corba.processors.idl
IDLToWSDLProcessor.addTypeMapSchemaImports ( javax.wsdl.Definition def, WSDLASTVisitor visitor ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.addTypeMapSchemaImports:(Ljavax/wsdl/Definition;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;)V]
IDLToWSDLProcessor.cleanUpTypeMap ( org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMap ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.cleanUpTypeMap:(Lorg/apache/cxf/binding/corba/wsdl/TypeMappingType;)V]
IDLToWSDLProcessor.generateCORBAService ( javax.wsdl.Definition def, javax.wsdl.Binding[ ] bindings, boolean isDefaultMapping ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.generateCORBAService:(Ljavax/wsdl/Definition;[Ljavax/wsdl/Binding;Z)V]
IDLToWSDLProcessor.getBaseFilename ( String ifile ) : String
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.getBaseFilename:(Ljava/lang/String;)Ljava/lang/String;]
IDLToWSDLProcessor.getOutputWriter ( java.io.File file ) : java.io.Writer
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.getOutputWriter:(Ljava/io/File;)Ljava/io/Writer;]
IDLToWSDLProcessor.getOutputWriter ( String filename, String outputDirectory ) : java.io.Writer
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.getOutputWriter:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/Writer;]
IDLToWSDLProcessor.IDLToWSDLProcessor ( )
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor."<init>":()V]
IDLToWSDLProcessor.parseIDL ( antlr.collections.AST idlTree ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.parseIDL:(Lantlr/collections/AST;)V]
IDLToWSDLProcessor.process ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.process:()V]
IDLToWSDLProcessor.process ( antlr.collections.AST idlTree ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.process:(Lantlr/collections/AST;)V]
IDLToWSDLProcessor.setIgnoreImports ( boolean flag ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.setIgnoreImports:(Z)V]
IDLToWSDLProcessor.setImportDefinitionWriters ( java.util.Map writers ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.setImportDefinitionWriters:(Ljava/util/Map;)V]
IDLToWSDLProcessor.setImportSchemaWriters ( java.util.Map writers ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.setImportSchemaWriters:(Ljava/util/Map;)V]
IDLToWSDLProcessor.setLogicalOutputWriter ( java.io.Writer writer ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.setLogicalOutputWriter:(Ljava/io/Writer;)V]
IDLToWSDLProcessor.setOutputWriter ( java.io.Writer writer ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.setOutputWriter:(Ljava/io/Writer;)V]
IDLToWSDLProcessor.setPhysicalOutputWriter ( java.io.Writer writer ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.setPhysicalOutputWriter:(Ljava/io/Writer;)V]
IDLToWSDLProcessor.setSchemaOutputWriter ( java.io.Writer writer ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.setSchemaOutputWriter:(Ljava/io/Writer;)V]
openejb-cxf-bundle-2.5.2.jar, IdlTypedef.class
package org.apache.cxf.tools.corba.common.idltypes
IdlTypedef.create ( IdlScopeBase parent, String name, IdlType base ) [static] : IdlTypedef
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlTypedef.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/lang/String;Lorg/apache/cxf/tools/corba/common/idltypes/IdlType;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlTypedef;]
IdlTypedef.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlTypedef.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlUnion.class
package org.apache.cxf.tools.corba.common.idltypes
IdlUnion.addBranch ( IdlUnionBranch ub ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlUnion.addBranch:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlUnionBranch;)V]
IdlUnion.create ( IdlScopeBase parent, String name, IdlType discriminator ) [static] : IdlUnion
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlUnion.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/lang/String;Lorg/apache/cxf/tools/corba/common/idltypes/IdlType;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlUnion;]
IdlUnion.getCircularScope ( IdlScopeBase startScope, java.util.List doneDefn ) : IdlScopeBase
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlUnion.getCircularScope:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;Ljava/util/List;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlScopeBase;]
IdlUnion.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlUnion.write:(Ljava/io/PrintWriter;)V]
IdlUnion.writeFwd ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlUnion.writeFwd:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlUnionBranch.class
package org.apache.cxf.tools.corba.common.idltypes
IdlUnionBranch.addCase ( String label ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlUnionBranch.addCase:(Ljava/lang/String;)V]
IdlUnionBranch.create ( IdlUnion union, String name, IdlType type, boolean isDefault ) [static] : IdlUnionBranch
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlUnionBranch.create:(Lorg/apache/cxf/tools/corba/common/idltypes/IdlUnion;Ljava/lang/String;Lorg/apache/cxf/tools/corba/common/idltypes/IdlType;Z)Lorg/apache/cxf/tools/corba/common/idltypes/IdlUnionBranch;]
IdlUnionBranch.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlUnionBranch.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IdlWString.class
package org.apache.cxf.tools.corba.common.idltypes
IdlWString.create ( ) [static] : IdlWString
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlWString.create:()Lorg/apache/cxf/tools/corba/common/idltypes/IdlWString;]
IdlWString.write ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/common/idltypes/IdlWString.write:(Ljava/io/PrintWriter;)V]
openejb-cxf-bundle-2.5.2.jar, IgnorablePolicyInterceptorProvider.class
package org.apache.cxf.ws.policy
IgnorablePolicyInterceptorProvider.IgnorablePolicyInterceptorProvider ( java.util.Collection at )
[run-time name: org/apache/cxf/ws/policy/IgnorablePolicyInterceptorProvider."<init>":(Ljava/util/Collection;)V]
IgnorablePolicyInterceptorProvider.IgnorablePolicyInterceptorProvider ( javax.xml.namespace.QName type )
[run-time name: org/apache/cxf/ws/policy/IgnorablePolicyInterceptorProvider."<init>":(Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, IgnoreNamespacesWriter.class
package org.apache.cxf.staxutils.transform
IgnoreNamespacesWriter.IgnoreNamespacesWriter ( javax.xml.stream.XMLStreamWriter writer )
[run-time name: org/apache/cxf/staxutils/transform/IgnoreNamespacesWriter."<init>":(Ljavax/xml/stream/XMLStreamWriter;)V]
IgnoreNamespacesWriter.setDefaultNamespace ( String uri ) : void
[run-time name: org/apache/cxf/staxutils/transform/IgnoreNamespacesWriter.setDefaultNamespace:(Ljava/lang/String;)V]
IgnoreNamespacesWriter.setPrefix ( String pfx, String uri ) : void
[run-time name: org/apache/cxf/staxutils/transform/IgnoreNamespacesWriter.setPrefix:(Ljava/lang/String;Ljava/lang/String;)V]
IgnoreNamespacesWriter.writeStartElement ( String prefix, String local, String uri ) : void
[run-time name: org/apache/cxf/staxutils/transform/IgnoreNamespacesWriter.writeStartElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
IgnoreNamespacesWriter.writeStartElement ( String uri, String local ) : void
[run-time name: org/apache/cxf/staxutils/transform/IgnoreNamespacesWriter.writeStartElement:(Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ImageDataContentHandler.class
package org.apache.cxf.attachment
ImageDataContentHandler.getContent ( javax.activation.DataSource ds ) : Object
[run-time name: org/apache/cxf/attachment/ImageDataContentHandler.getContent:(Ljavax/activation/DataSource;)Ljava/lang/Object;]
ImageDataContentHandler.getTransferData ( java.awt.datatransfer.DataFlavor df, javax.activation.DataSource ds ) : Object
[run-time name: org/apache/cxf/attachment/ImageDataContentHandler.getTransferData:(Ljava/awt/datatransfer/DataFlavor;Ljavax/activation/DataSource;)Ljava/lang/Object;]
ImageDataContentHandler.getTransferDataFlavors ( ) : java.awt.datatransfer.DataFlavor[ ]
[run-time name: org/apache/cxf/attachment/ImageDataContentHandler.getTransferDataFlavors:()[Ljava/awt/datatransfer/DataFlavor;]
ImageDataContentHandler.ImageDataContentHandler ( )
[run-time name: org/apache/cxf/attachment/ImageDataContentHandler."<init>":()V]
ImageDataContentHandler.writeTo ( Object obj, String mimeType, java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/attachment/ImageDataContentHandler.writeTo:(Ljava/lang/Object;Ljava/lang/String;Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, ImageType.class
package org.apache.cxf.ws.security.sts.provider.model.wstrust14
ImageType.getMimeType ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ImageType.getMimeType:()Ljava/lang/String;]
ImageType.getValue ( ) : byte[ ]
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ImageType.getValue:()[B]
ImageType.ImageType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ImageType."<init>":()V]
ImageType.setMimeType ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ImageType.setMimeType:(Ljava/lang/String;)V]
ImageType.setValue ( byte[ ] value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ImageType.setValue:([B)V]
openejb-cxf-bundle-2.5.2.jar, ImplGenerator.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws.generators
ImplGenerator.generate ( org.apache.cxf.tools.common.ToolContext penv ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/ImplGenerator.generate:(Lorg/apache/cxf/tools/common/ToolContext;)V]
ImplGenerator.ImplGenerator ( )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/ImplGenerator."<init>":()V]
ImplGenerator.passthrough ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/ImplGenerator.passthrough:()Z]
openejb-cxf-bundle-2.5.2.jar, InactivityTimeout.class
package org.apache.cxf.ws.rmp.v200502
RMAssertion.InactivityTimeout.getMilliseconds ( ) : Long
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.InactivityTimeout.getMilliseconds:()Ljava/lang/Long;]
RMAssertion.InactivityTimeout.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.InactivityTimeout.getOtherAttributes:()Ljava/util/Map;]
RMAssertion.InactivityTimeout.isSetMilliseconds ( ) : boolean
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.InactivityTimeout.isSetMilliseconds:()Z]
RMAssertion.InactivityTimeout.RMAssertion.InactivityTimeout ( )
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.InactivityTimeout."<init>":()V]
RMAssertion.InactivityTimeout.setMilliseconds ( Long value ) : void
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.InactivityTimeout.setMilliseconds:(Ljava/lang/Long;)V]
openejb-cxf-bundle-2.5.2.jar, IncludeResolver.class
package org.apache.cxf.tools.corba.idlpreprocessor
IncludeResolver.findSystemInclude ( String p1 ) [abstract] : java.net.URL
[run-time name: org/apache/cxf/tools/corba/idlpreprocessor/IncludeResolver.findSystemInclude:(Ljava/lang/String;)Ljava/net/URL;]
IncludeResolver.findUserInclude ( String p1 ) [abstract] : java.net.URL
[run-time name: org/apache/cxf/tools/corba/idlpreprocessor/IncludeResolver.findUserInclude:(Ljava/lang/String;)Ljava/net/URL;]
openejb-cxf-bundle-2.5.2.jar, IncludeTokenType.class
package org.apache.cxf.ws.security.policy
SPConstants.IncludeTokenType.valueOf ( String name ) [static] : SPConstants.IncludeTokenType
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.IncludeTokenType.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/ws/security/policy/SPConstants$IncludeTokenType;]
SPConstants.IncludeTokenType.values ( ) [static] : SPConstants.IncludeTokenType[ ]
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.IncludeTokenType.values:()[Lorg/apache/cxf/ws/security/policy/SPConstants$IncludeTokenType;]
openejb-cxf-bundle-2.5.2.jar, IncompleteSequenceBehaviorType.class
package org.apache.cxf.ws.rm.v200702
IncompleteSequenceBehaviorType.fromValue ( String v ) [static] : IncompleteSequenceBehaviorType
[run-time name: org/apache/cxf/ws/rm/v200702/IncompleteSequenceBehaviorType.fromValue:(Ljava/lang/String;)Lorg/apache/cxf/ws/rm/v200702/IncompleteSequenceBehaviorType;]
IncompleteSequenceBehaviorType.value ( ) : String
[run-time name: org/apache/cxf/ws/rm/v200702/IncompleteSequenceBehaviorType.value:()Ljava/lang/String;]
IncompleteSequenceBehaviorType.valueOf ( String name ) [static] : IncompleteSequenceBehaviorType
[run-time name: org/apache/cxf/ws/rm/v200702/IncompleteSequenceBehaviorType.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/ws/rm/v200702/IncompleteSequenceBehaviorType;]
IncompleteSequenceBehaviorType.values ( ) [static] : IncompleteSequenceBehaviorType[ ]
[run-time name: org/apache/cxf/ws/rm/v200702/IncompleteSequenceBehaviorType.values:()[Lorg/apache/cxf/ws/rm/v200702/IncompleteSequenceBehaviorType;]
openejb-cxf-bundle-2.5.2.jar, InconsistentInitializationException.class
package org.apache.cxf.aegis.databinding
InconsistentInitializationException.InconsistentInitializationException ( )
[run-time name: org/apache/cxf/aegis/databinding/InconsistentInitializationException."<init>":()V]
InconsistentInitializationException.InconsistentInitializationException ( String message )
[run-time name: org/apache/cxf/aegis/databinding/InconsistentInitializationException."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, InFaultChainInitiatorObserver.class
package org.apache.cxf.interceptor
InFaultChainInitiatorObserver.getPhases ( ) : java.util.SortedSet
[run-time name: org/apache/cxf/interceptor/InFaultChainInitiatorObserver.getPhases:()Ljava/util/SortedSet;]
InFaultChainInitiatorObserver.InFaultChainInitiatorObserver ( org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/interceptor/InFaultChainInitiatorObserver."<init>":(Lorg/apache/cxf/Bus;)V]
InFaultChainInitiatorObserver.initializeInterceptors ( org.apache.cxf.message.Exchange ex, org.apache.cxf.phase.PhaseInterceptorChain chain ) : void
[run-time name: org/apache/cxf/interceptor/InFaultChainInitiatorObserver.initializeInterceptors:(Lorg/apache/cxf/message/Exchange;Lorg/apache/cxf/phase/PhaseInterceptorChain;)V]
InFaultChainInitiatorObserver.isOutboundObserver ( ) : boolean
[run-time name: org/apache/cxf/interceptor/InFaultChainInitiatorObserver.isOutboundObserver:()Z]
openejb-cxf-bundle-2.5.2.jar, InFaultInterceptors.class
package org.apache.cxf.interceptor
InFaultInterceptors.classes ( ) [abstract] : Class[ ]
[run-time name: org/apache/cxf/interceptor/InFaultInterceptors.classes:()[Ljava/lang/Class;]
InFaultInterceptors.interceptors ( ) [abstract] : String[ ]
[run-time name: org/apache/cxf/interceptor/InFaultInterceptors.interceptors:()[Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, Inflector.class
package org.apache.cxf.binding.http.strategy
Inflector.addIrregular ( String orig, String replacement ) : void
[run-time name: org/apache/cxf/binding/http/strategy/Inflector.addIrregular:(Ljava/lang/String;Ljava/lang/String;)V]
Inflector.addPlural ( String regex, String replacement ) : void
[run-time name: org/apache/cxf/binding/http/strategy/Inflector.addPlural:(Ljava/lang/String;Ljava/lang/String;)V]
Inflector.addSingular ( String regex, String replacement ) : void
[run-time name: org/apache/cxf/binding/http/strategy/Inflector.addSingular:(Ljava/lang/String;Ljava/lang/String;)V]
Inflector.addUncountable ( String word ) : void
[run-time name: org/apache/cxf/binding/http/strategy/Inflector.addUncountable:(Ljava/lang/String;)V]
Inflector.addUncountable ( String[ ] words ) : void
[run-time name: org/apache/cxf/binding/http/strategy/Inflector.addUncountable:([Ljava/lang/String;)V]
Inflector.Inflector ( )
[run-time name: org/apache/cxf/binding/http/strategy/Inflector."<init>":()V]
Inflector.pluralize ( String orig ) : String
[run-time name: org/apache/cxf/binding/http/strategy/Inflector.pluralize:(Ljava/lang/String;)Ljava/lang/String;]
Inflector.singularlize ( String orig ) : String
[run-time name: org/apache/cxf/binding/http/strategy/Inflector.singularlize:(Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, InInterceptors.class
package org.apache.cxf.interceptor
InInterceptors.classes ( ) [abstract] : Class[ ]
[run-time name: org/apache/cxf/interceptor/InInterceptors.classes:()[Ljava/lang/Class;]
InInterceptors.interceptors ( ) [abstract] : String[ ]
[run-time name: org/apache/cxf/interceptor/InInterceptors.interceptors:()[Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, InitiatorEncryptionToken.class
package org.apache.cxf.ws.security.policy.model
InitiatorEncryptionToken.getInitiatorEncryptionToken ( ) : Token
[run-time name: org/apache/cxf/ws/security/policy/model/InitiatorEncryptionToken.getInitiatorEncryptionToken:()Lorg/apache/cxf/ws/security/policy/model/Token;]
InitiatorEncryptionToken.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/InitiatorEncryptionToken.getName:()Ljavax/xml/namespace/QName;]
InitiatorEncryptionToken.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/InitiatorEncryptionToken.getRealName:()Ljavax/xml/namespace/QName;]
InitiatorEncryptionToken.InitiatorEncryptionToken ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/model/InitiatorEncryptionToken."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
InitiatorEncryptionToken.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/InitiatorEncryptionToken.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
InitiatorEncryptionToken.setInitiatorEncryptionToken ( Token initiatorEncryptionToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/InitiatorEncryptionToken.setInitiatorEncryptionToken:(Lorg/apache/cxf/ws/security/policy/model/Token;)V]
openejb-cxf-bundle-2.5.2.jar, InitiatorEncryptionTokenBuilder.class
package org.apache.cxf.ws.security.policy.builders
InitiatorEncryptionTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/InitiatorEncryptionTokenBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
InitiatorEncryptionTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/InitiatorEncryptionTokenBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
InitiatorEncryptionTokenBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/InitiatorEncryptionTokenBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
InitiatorEncryptionTokenBuilder.InitiatorEncryptionTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/builders/InitiatorEncryptionTokenBuilder."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, InitiatorSignatureToken.class
package org.apache.cxf.ws.security.policy.model
InitiatorSignatureToken.getInitiatorSignatureToken ( ) : Token
[run-time name: org/apache/cxf/ws/security/policy/model/InitiatorSignatureToken.getInitiatorSignatureToken:()Lorg/apache/cxf/ws/security/policy/model/Token;]
InitiatorSignatureToken.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/InitiatorSignatureToken.getName:()Ljavax/xml/namespace/QName;]
InitiatorSignatureToken.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/InitiatorSignatureToken.getRealName:()Ljavax/xml/namespace/QName;]
InitiatorSignatureToken.InitiatorSignatureToken ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/model/InitiatorSignatureToken."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
InitiatorSignatureToken.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/InitiatorSignatureToken.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
InitiatorSignatureToken.setInitiatorSignatureToken ( Token initiatorSignatureToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/InitiatorSignatureToken.setInitiatorSignatureToken:(Lorg/apache/cxf/ws/security/policy/model/Token;)V]
openejb-cxf-bundle-2.5.2.jar, InitiatorSignatureTokenBuilder.class
package org.apache.cxf.ws.security.policy.builders
InitiatorSignatureTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/InitiatorSignatureTokenBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
InitiatorSignatureTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/InitiatorSignatureTokenBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
InitiatorSignatureTokenBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/InitiatorSignatureTokenBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
InitiatorSignatureTokenBuilder.InitiatorSignatureTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/builders/InitiatorSignatureTokenBuilder."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, InitiatorToken.class
package org.apache.cxf.ws.security.policy.model
InitiatorToken.getInitiatorToken ( ) : Token
[run-time name: org/apache/cxf/ws/security/policy/model/InitiatorToken.getInitiatorToken:()Lorg/apache/cxf/ws/security/policy/model/Token;]
InitiatorToken.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/InitiatorToken.getName:()Ljavax/xml/namespace/QName;]
InitiatorToken.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/InitiatorToken.getRealName:()Ljavax/xml/namespace/QName;]
InitiatorToken.InitiatorToken ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/model/InitiatorToken."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
InitiatorToken.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/InitiatorToken.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
InitiatorToken.setInitiatorToken ( Token initiatorToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/InitiatorToken.setInitiatorToken:(Lorg/apache/cxf/ws/security/policy/model/Token;)V]
openejb-cxf-bundle-2.5.2.jar, InitiatorTokenBuilder.class
package org.apache.cxf.ws.security.policy.builders
InitiatorTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/InitiatorTokenBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
InitiatorTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/InitiatorTokenBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
InitiatorTokenBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/InitiatorTokenBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
InitiatorTokenBuilder.InitiatorTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/builders/InitiatorTokenBuilder."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, InitParamResourceResolver.class
package org.apache.cxf.jaxws.handler
InitParamResourceResolver.getAsStream ( String name ) : java.io.InputStream
[run-time name: org/apache/cxf/jaxws/handler/InitParamResourceResolver.getAsStream:(Ljava/lang/String;)Ljava/io/InputStream;]
InitParamResourceResolver.InitParamResourceResolver ( java.util.Map map )
[run-time name: org/apache/cxf/jaxws/handler/InitParamResourceResolver."<init>":(Ljava/util/Map;)V]
InitParamResourceResolver.resolve ( String resourceName, Class resourceType ) : Object
[run-time name: org/apache/cxf/jaxws/handler/InitParamResourceResolver.resolve:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, InjectionTargetType.class
package org.apache.cxf.jaxws.javaee
InjectionTargetType.getInjectionTargetClass ( ) : FullyQualifiedClassType
[run-time name: org/apache/cxf/jaxws/javaee/InjectionTargetType.getInjectionTargetClass:()Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;]
InjectionTargetType.getInjectionTargetName ( ) : JavaIdentifierType
[run-time name: org/apache/cxf/jaxws/javaee/InjectionTargetType.getInjectionTargetName:()Lorg/apache/cxf/jaxws/javaee/JavaIdentifierType;]
InjectionTargetType.InjectionTargetType ( )
[run-time name: org/apache/cxf/jaxws/javaee/InjectionTargetType."<init>":()V]
InjectionTargetType.setInjectionTargetClass ( FullyQualifiedClassType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/InjectionTargetType.setInjectionTargetClass:(Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;)V]
InjectionTargetType.setInjectionTargetName ( JavaIdentifierType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/InjectionTargetType.setInjectionTargetName:(Lorg/apache/cxf/jaxws/javaee/JavaIdentifierType;)V]
openejb-cxf-bundle-2.5.2.jar, InjectionUtils.class
package org.apache.cxf.jaxrs.utils
InjectionUtils.checkProxy ( reflect.Method methodToInvoke, Object resourceObject ) [static] : reflect.Method
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.checkProxy:(Ljava/lang/reflect/Method;Ljava/lang/Object;)Ljava/lang/reflect/Method;]
InjectionUtils.convertStringToPrimitive ( String value, Class cls ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.convertStringToPrimitive:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
InjectionUtils.createParameterObject ( java.util.List paramValues, Class paramType, reflect.Type genericType, annotation.Annotation[ ] paramAnns, String defaultValue, boolean decoded, org.apache.cxf.jaxrs.model.ParameterType pathParam, org.apache.cxf.message.Message message ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.createParameterObject:(Ljava/util/List;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljava/lang/String;ZLorg/apache/cxf/jaxrs/model/ParameterType;Lorg/apache/cxf/message/Message;)Ljava/lang/Object;]
InjectionUtils.createThreadLocalProxy ( Class type ) [static] : org.apache.cxf.jaxrs.impl.tl.ThreadLocalProxy
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.createThreadLocalProxy:(Ljava/lang/Class;)Lorg/apache/cxf/jaxrs/impl/tl/ThreadLocalProxy;]
InjectionUtils.decodeValue ( String value, boolean decode, org.apache.cxf.jaxrs.model.ParameterType param ) [static] : String
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.decodeValue:(Ljava/lang/String;ZLorg/apache/cxf/jaxrs/model/ParameterType;)Ljava/lang/String;]
InjectionUtils.extractFieldValue ( reflect.Field f, Object o ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.extractFieldValue:(Ljava/lang/reflect/Field;Ljava/lang/Object;)Ljava/lang/Object;]
InjectionUtils.extractFromMethod ( Object requestObject, reflect.Method method ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.extractFromMethod:(Ljava/lang/Object;Ljava/lang/reflect/Method;)Ljava/lang/Object;]
InjectionUtils.extractValuesFromBean ( Object bean, String baseName ) [static] : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.extractValuesFromBean:(Ljava/lang/Object;Ljava/lang/String;)Ljavax/ws/rs/core/MultivaluedMap;]
InjectionUtils.fillInValuesFromBean ( Object bean, String baseName, javax.ws.rs.core.MultivaluedMap values ) [static] : void
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.fillInValuesFromBean:(Ljava/lang/Object;Ljava/lang/String;Ljavax/ws/rs/core/MultivaluedMap;)V]
InjectionUtils.getActualType ( reflect.Type genericType ) [static] : Class
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.getActualType:(Ljava/lang/reflect/Type;)Ljava/lang/Class;]
InjectionUtils.getActualType ( reflect.Type genericType, int pos ) [static] : Class
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.getActualType:(Ljava/lang/reflect/Type;I)Ljava/lang/Class;]
InjectionUtils.getActualTypes ( reflect.Type genericType ) [static] : reflect.Type[ ]
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.getActualTypes:(Ljava/lang/reflect/Type;)[Ljava/lang/reflect/Type;]
InjectionUtils.getParametersFromBeanClass ( Class beanClass, org.apache.cxf.jaxrs.model.ParameterType type, boolean checkIgnorable ) [static] : java.util.Map
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.getParametersFromBeanClass:(Ljava/lang/Class;Lorg/apache/cxf/jaxrs/model/ParameterType;Z)Ljava/util/Map;]
InjectionUtils.getRawType ( reflect.Type genericType ) [static] : Class
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.getRawType:(Ljava/lang/reflect/Type;)Ljava/lang/Class;]
InjectionUtils.getSuperType ( Class serviceClass, reflect.TypeVariable var ) [static] : reflect.Type
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.getSuperType:(Ljava/lang/Class;Ljava/lang/reflect/TypeVariable;)Ljava/lang/reflect/Type;]
InjectionUtils.getType ( reflect.Type[ ] types, int pos ) [static] : reflect.Type
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.getType:([Ljava/lang/reflect/Type;I)Ljava/lang/reflect/Type;]
InjectionUtils.handleBean ( Class paramType, annotation.Annotation[ ] paramAnns, javax.ws.rs.core.MultivaluedMap values, org.apache.cxf.jaxrs.model.ParameterType pType, org.apache.cxf.message.Message message, boolean decoded ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.handleBean:(Ljava/lang/Class;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MultivaluedMap;Lorg/apache/cxf/jaxrs/model/ParameterType;Lorg/apache/cxf/message/Message;Z)Ljava/lang/Object;]
InjectionUtils.handleParameter ( String value, boolean decoded, Class pClass, annotation.Annotation[ ] paramAnns, org.apache.cxf.jaxrs.model.ParameterType pType, org.apache.cxf.message.Message message ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.handleParameter:(Ljava/lang/String;ZLjava/lang/Class;[Ljava/lang/annotation/Annotation;Lorg/apache/cxf/jaxrs/model/ParameterType;Lorg/apache/cxf/message/Message;)Ljava/lang/Object;]
InjectionUtils.injectContextField ( org.apache.cxf.jaxrs.model.AbstractResourceInfo cri, reflect.Field f, Object o, Object value, boolean resource ) [static] : void
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.injectContextField:(Lorg/apache/cxf/jaxrs/model/AbstractResourceInfo;Ljava/lang/reflect/Field;Ljava/lang/Object;Ljava/lang/Object;Z)V]
InjectionUtils.injectContextFields ( Object o, org.apache.cxf.jaxrs.model.AbstractResourceInfo cri, org.apache.cxf.message.Message m ) [static] : void
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.injectContextFields:(Ljava/lang/Object;Lorg/apache/cxf/jaxrs/model/AbstractResourceInfo;Lorg/apache/cxf/message/Message;)V]
InjectionUtils.injectContextMethods ( Object requestObject, org.apache.cxf.jaxrs.model.AbstractResourceInfo cri, org.apache.cxf.message.Message message ) [static] : void
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.injectContextMethods:(Ljava/lang/Object;Lorg/apache/cxf/jaxrs/model/AbstractResourceInfo;Lorg/apache/cxf/message/Message;)V]
InjectionUtils.injectContextProxies ( org.apache.cxf.jaxrs.model.AbstractResourceInfo cri, Object instance ) [static] : void
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.injectContextProxies:(Lorg/apache/cxf/jaxrs/model/AbstractResourceInfo;Ljava/lang/Object;)V]
InjectionUtils.injectContextProxiesAndApplication ( org.apache.cxf.jaxrs.model.AbstractResourceInfo cri, Object instance, javax.ws.rs.core.Application app ) [static] : void
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.injectContextProxiesAndApplication:(Lorg/apache/cxf/jaxrs/model/AbstractResourceInfo;Ljava/lang/Object;Ljavax/ws/rs/core/Application;)V]
InjectionUtils.injectContexts ( Object requestObject, org.apache.cxf.jaxrs.model.AbstractResourceInfo resource, org.apache.cxf.message.Message message ) [static] : void
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.injectContexts:(Ljava/lang/Object;Lorg/apache/cxf/jaxrs/model/AbstractResourceInfo;Lorg/apache/cxf/message/Message;)V]
InjectionUtils.injectFieldValue ( reflect.Field f, Object o, Object v ) [static] : void
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.injectFieldValue:(Ljava/lang/reflect/Field;Ljava/lang/Object;Ljava/lang/Object;)V]
InjectionUtils.injectResourceFields ( Object o, org.apache.cxf.jaxrs.model.AbstractResourceInfo cri, org.apache.cxf.message.Message m ) [static] : void
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.injectResourceFields:(Ljava/lang/Object;Lorg/apache/cxf/jaxrs/model/AbstractResourceInfo;Lorg/apache/cxf/message/Message;)V]
InjectionUtils.injectThroughMethod ( Object requestObject, reflect.Method method, Object parameterValue ) [static] : void
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.injectThroughMethod:(Ljava/lang/Object;Ljava/lang/reflect/Method;Ljava/lang/Object;)V]
InjectionUtils.invokeLifeCycleMethod ( Object instance, reflect.Method method ) [static] : void
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.invokeLifeCycleMethod:(Ljava/lang/Object;Ljava/lang/reflect/Method;)V]
InjectionUtils.isConcreteClass ( Class cls ) [static] : boolean
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.isConcreteClass:(Ljava/lang/Class;)Z]
InjectionUtils.isPrimitive ( Class type ) [static] : boolean
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.isPrimitive:(Ljava/lang/Class;)Z]
InjectionUtils.isSupportedCollectionOrArray ( Class type ) [static] : boolean
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.isSupportedCollectionOrArray:(Ljava/lang/Class;)Z]
InjectionUtils.reportServerError ( String messageName, String parameter ) [static] : void
[run-time name: org/apache/cxf/jaxrs/utils/InjectionUtils.reportServerError:(Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, InOrder.class
package org.apache.cxf.ws.rm.manager
DeliveryAssuranceType.InOrder.DeliveryAssuranceType.InOrder ( )
[run-time name: org/apache/cxf/ws/rm/manager/DeliveryAssuranceType.InOrder."<init>":()V]
package org.apache.cxf.ws.rmp.v200702
InOrder.InOrder ( )
[run-time name: org/apache/cxf/ws/rmp/v200702/InOrder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, InputStreamDataSource.class
package org.apache.cxf.jaxrs.ext.multipart
InputStreamDataSource.getContentType ( ) : String
[run-time name: org/apache/cxf/jaxrs/ext/multipart/InputStreamDataSource.getContentType:()Ljava/lang/String;]
InputStreamDataSource.getInputStream ( ) : java.io.InputStream
[run-time name: org/apache/cxf/jaxrs/ext/multipart/InputStreamDataSource.getInputStream:()Ljava/io/InputStream;]
InputStreamDataSource.getName ( ) : String
[run-time name: org/apache/cxf/jaxrs/ext/multipart/InputStreamDataSource.getName:()Ljava/lang/String;]
InputStreamDataSource.getOutputStream ( ) : java.io.OutputStream
[run-time name: org/apache/cxf/jaxrs/ext/multipart/InputStreamDataSource.getOutputStream:()Ljava/io/OutputStream;]
InputStreamDataSource.InputStreamDataSource ( java.io.InputStream is, String contentType )
[run-time name: org/apache/cxf/jaxrs/ext/multipart/InputStreamDataSource."<init>":(Ljava/io/InputStream;Ljava/lang/String;)V]
InputStreamDataSource.InputStreamDataSource ( java.io.InputStream is, String contentType, String name )
[run-time name: org/apache/cxf/jaxrs/ext/multipart/InputStreamDataSource."<init>":(Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, InstrumentationManager.class
package org.apache.cxf.management
InstrumentationManager.getMBeanServer ( ) [abstract] : javax.management.MBeanServer
[run-time name: org/apache/cxf/management/InstrumentationManager.getMBeanServer:()Ljavax/management/MBeanServer;]
InstrumentationManager.getPersistentBusId ( ) [abstract] : String
[run-time name: org/apache/cxf/management/InstrumentationManager.getPersistentBusId:()Ljava/lang/String;]
InstrumentationManager.register ( Object p1, javax.management.ObjectName p2 ) [abstract] : void
[run-time name: org/apache/cxf/management/InstrumentationManager.register:(Ljava/lang/Object;Ljavax/management/ObjectName;)V]
InstrumentationManager.register ( Object p1, javax.management.ObjectName p2, boolean p3 ) [abstract] : void
[run-time name: org/apache/cxf/management/InstrumentationManager.register:(Ljava/lang/Object;Ljavax/management/ObjectName;Z)V]
InstrumentationManager.register ( ManagedComponent p1 ) [abstract] : javax.management.ObjectName
[run-time name: org/apache/cxf/management/InstrumentationManager.register:(Lorg/apache/cxf/management/ManagedComponent;)Ljavax/management/ObjectName;]
InstrumentationManager.register ( ManagedComponent p1, boolean p2 ) [abstract] : javax.management.ObjectName
[run-time name: org/apache/cxf/management/InstrumentationManager.register:(Lorg/apache/cxf/management/ManagedComponent;Z)Ljavax/management/ObjectName;]
InstrumentationManager.setPersistentBusId ( String p1 ) [abstract] : void
[run-time name: org/apache/cxf/management/InstrumentationManager.setPersistentBusId:(Ljava/lang/String;)V]
InstrumentationManager.shutdown ( ) [abstract] : void
[run-time name: org/apache/cxf/management/InstrumentationManager.shutdown:()V]
InstrumentationManager.unregister ( javax.management.ObjectName p1 ) [abstract] : void
[run-time name: org/apache/cxf/management/InstrumentationManager.unregister:(Ljavax/management/ObjectName;)V]
InstrumentationManager.unregister ( ManagedComponent p1 ) [abstract] : void
[run-time name: org/apache/cxf/management/InstrumentationManager.unregister:(Lorg/apache/cxf/management/ManagedComponent;)V]
openejb-cxf-bundle-2.5.2.jar, InstrumentationManagerImpl.class
package org.apache.cxf.management.jmx
InstrumentationManagerImpl.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl.getBus:()Lorg/apache/cxf/Bus;]
InstrumentationManagerImpl.getMBeanServer ( ) : javax.management.MBeanServer
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl.getMBeanServer:()Ljavax/management/MBeanServer;]
InstrumentationManagerImpl.getPersistentBusId ( ) : String
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl.getPersistentBusId:()Ljava/lang/String;]
InstrumentationManagerImpl.init ( ) : void
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl.init:()V]
InstrumentationManagerImpl.initComplete ( ) : void
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl.initComplete:()V]
InstrumentationManagerImpl.InstrumentationManagerImpl ( )
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl."<init>":()V]
InstrumentationManagerImpl.InstrumentationManagerImpl ( org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl."<init>":(Lorg/apache/cxf/Bus;)V]
InstrumentationManagerImpl.postShutdown ( ) : void
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl.postShutdown:()V]
InstrumentationManagerImpl.preShutdown ( ) : void
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl.preShutdown:()V]
InstrumentationManagerImpl.register ( ) : void
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl.register:()V]
InstrumentationManagerImpl.register ( Object obj, javax.management.ObjectName name ) : void
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl.register:(Ljava/lang/Object;Ljavax/management/ObjectName;)V]
InstrumentationManagerImpl.register ( Object obj, javax.management.ObjectName name, boolean forceRegistration ) : void
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl.register:(Ljava/lang/Object;Ljavax/management/ObjectName;Z)V]
InstrumentationManagerImpl.register ( org.apache.cxf.management.ManagedComponent i ) : javax.management.ObjectName
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl.register:(Lorg/apache/cxf/management/ManagedComponent;)Ljavax/management/ObjectName;]
InstrumentationManagerImpl.register ( org.apache.cxf.management.ManagedComponent i, boolean forceRegistration ) : javax.management.ObjectName
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl.register:(Lorg/apache/cxf/management/ManagedComponent;Z)Ljavax/management/ObjectName;]
InstrumentationManagerImpl.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl.setBus:(Lorg/apache/cxf/Bus;)V]
InstrumentationManagerImpl.setCreateMBServerConnectorFactory ( boolean createMBServerConnectorFactory ) : void
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl.setCreateMBServerConnectorFactory:(Z)V]
InstrumentationManagerImpl.setPersistentBusId ( String id ) : void
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl.setPersistentBusId:(Ljava/lang/String;)V]
InstrumentationManagerImpl.setServer ( javax.management.MBeanServer server ) : void
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl.setServer:(Ljavax/management/MBeanServer;)V]
InstrumentationManagerImpl.setServerName ( String s ) : void
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl.setServerName:(Ljava/lang/String;)V]
InstrumentationManagerImpl.setUsePlatformMBeanServer ( Boolean flag ) : void
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl.setUsePlatformMBeanServer:(Ljava/lang/Boolean;)V]
InstrumentationManagerImpl.shutdown ( ) : void
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl.shutdown:()V]
InstrumentationManagerImpl.unregister ( javax.management.ObjectName name ) : void
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl.unregister:(Ljavax/management/ObjectName;)V]
InstrumentationManagerImpl.unregister ( org.apache.cxf.management.ManagedComponent component ) : void
[run-time name: org/apache/cxf/management/jmx/InstrumentationManagerImpl.unregister:(Lorg/apache/cxf/management/ManagedComponent;)V]
openejb-cxf-bundle-2.5.2.jar, InteractiveChallengeResponseType.class
package org.apache.cxf.ws.security.sts.provider.model.wstrust14
InteractiveChallengeResponseType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/InteractiveChallengeResponseType.getAny:()Ljava/util/List;]
InteractiveChallengeResponseType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/InteractiveChallengeResponseType.getOtherAttributes:()Ljava/util/Map;]
InteractiveChallengeResponseType.InteractiveChallengeResponseType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/InteractiveChallengeResponseType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, InteractiveChallengeType.class
package org.apache.cxf.ws.security.sts.provider.model.wstrust14
InteractiveChallengeType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/InteractiveChallengeType.getAny:()Ljava/util/List;]
InteractiveChallengeType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/InteractiveChallengeType.getOtherAttributes:()Ljava/util/Map;]
InteractiveChallengeType.InteractiveChallengeType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/InteractiveChallengeType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, Interceptor.class
package org.apache.cxf.interceptor
Interceptor.handleFault ( org.apache.cxf.message.Message p1 ) [abstract] : void
[run-time name: org/apache/cxf/interceptor/Interceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
Interceptor.handleMessage ( org.apache.cxf.message.Message p1 ) [abstract] : void
[run-time name: org/apache/cxf/interceptor/Interceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, InterceptorChain.class
package org.apache.cxf.interceptor
InterceptorChain.abort ( ) [abstract] : void
[run-time name: org/apache/cxf/interceptor/InterceptorChain.abort:()V]
InterceptorChain.add ( java.util.Collection p1 ) [abstract] : void
[run-time name: org/apache/cxf/interceptor/InterceptorChain.add:(Ljava/util/Collection;)V]
InterceptorChain.add ( Interceptor p1 ) [abstract] : void
[run-time name: org/apache/cxf/interceptor/InterceptorChain.add:(Lorg/apache/cxf/interceptor/Interceptor;)V]
InterceptorChain.doIntercept ( org.apache.cxf.message.Message p1 ) [abstract] : boolean
[run-time name: org/apache/cxf/interceptor/InterceptorChain.doIntercept:(Lorg/apache/cxf/message/Message;)Z]
InterceptorChain.doInterceptStartingAfter ( org.apache.cxf.message.Message p1, String p2 ) [abstract] : boolean
[run-time name: org/apache/cxf/interceptor/InterceptorChain.doInterceptStartingAfter:(Lorg/apache/cxf/message/Message;Ljava/lang/String;)Z]
InterceptorChain.doInterceptStartingAt ( org.apache.cxf.message.Message p1, String p2 ) [abstract] : boolean
[run-time name: org/apache/cxf/interceptor/InterceptorChain.doInterceptStartingAt:(Lorg/apache/cxf/message/Message;Ljava/lang/String;)Z]
InterceptorChain.getFaultObserver ( ) [abstract] : org.apache.cxf.transport.MessageObserver
[run-time name: org/apache/cxf/interceptor/InterceptorChain.getFaultObserver:()Lorg/apache/cxf/transport/MessageObserver;]
InterceptorChain.getIterator ( ) [abstract] : java.util.ListIterator
[run-time name: org/apache/cxf/interceptor/InterceptorChain.getIterator:()Ljava/util/ListIterator;]
InterceptorChain.getState ( ) [abstract] : InterceptorChain.State
[run-time name: org/apache/cxf/interceptor/InterceptorChain.getState:()Lorg/apache/cxf/interceptor/InterceptorChain$State;]
InterceptorChain.pause ( ) [abstract] : void
[run-time name: org/apache/cxf/interceptor/InterceptorChain.pause:()V]
InterceptorChain.remove ( Interceptor p1 ) [abstract] : void
[run-time name: org/apache/cxf/interceptor/InterceptorChain.remove:(Lorg/apache/cxf/interceptor/Interceptor;)V]
InterceptorChain.reset ( ) [abstract] : void
[run-time name: org/apache/cxf/interceptor/InterceptorChain.reset:()V]
InterceptorChain.resume ( ) [abstract] : void
[run-time name: org/apache/cxf/interceptor/InterceptorChain.resume:()V]
InterceptorChain.setFaultObserver ( org.apache.cxf.transport.MessageObserver p1 ) [abstract] : void
[run-time name: org/apache/cxf/interceptor/InterceptorChain.setFaultObserver:(Lorg/apache/cxf/transport/MessageObserver;)V]
InterceptorChain.suspend ( ) [abstract] : void
[run-time name: org/apache/cxf/interceptor/InterceptorChain.suspend:()V]
openejb-cxf-bundle-2.5.2.jar, InterceptorProvider.class
package org.apache.cxf.interceptor
InterceptorProvider.getInFaultInterceptors ( ) [abstract] : java.util.List
[run-time name: org/apache/cxf/interceptor/InterceptorProvider.getInFaultInterceptors:()Ljava/util/List;]
InterceptorProvider.getInInterceptors ( ) [abstract] : java.util.List
[run-time name: org/apache/cxf/interceptor/InterceptorProvider.getInInterceptors:()Ljava/util/List;]
InterceptorProvider.getOutFaultInterceptors ( ) [abstract] : java.util.List
[run-time name: org/apache/cxf/interceptor/InterceptorProvider.getOutFaultInterceptors:()Ljava/util/List;]
InterceptorProvider.getOutInterceptors ( ) [abstract] : java.util.List
[run-time name: org/apache/cxf/interceptor/InterceptorProvider.getOutInterceptors:()Ljava/util/List;]
openejb-cxf-bundle-2.5.2.jar, InterceptorTypeConverter.class
package org.apache.cxf.configuration.blueprint
InterceptorTypeConverter.canConvert ( Object sourceObject, org.osgi.service.blueprint.container.ReifiedType targetType ) : boolean
[run-time name: org/apache/cxf/configuration/blueprint/InterceptorTypeConverter.canConvert:(Ljava/lang/Object;Lorg/osgi/service/blueprint/container/ReifiedType;)Z]
InterceptorTypeConverter.convert ( Object sourceObject, org.osgi.service.blueprint.container.ReifiedType targetType ) : Object
[run-time name: org/apache/cxf/configuration/blueprint/InterceptorTypeConverter.convert:(Ljava/lang/Object;Lorg/osgi/service/blueprint/container/ReifiedType;)Ljava/lang/Object;]
InterceptorTypeConverter.InterceptorTypeConverter ( )
[run-time name: org/apache/cxf/configuration/blueprint/InterceptorTypeConverter."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, InterfaceInfo.class
package org.apache.cxf.service.model
InterfaceInfo.addOperation ( javax.xml.namespace.QName oname ) : OperationInfo
[run-time name: org/apache/cxf/service/model/InterfaceInfo.addOperation:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/service/model/OperationInfo;]
InterfaceInfo.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/model/InterfaceInfo.getName:()Ljavax/xml/namespace/QName;]
InterfaceInfo.getOperation ( javax.xml.namespace.QName oname ) : OperationInfo
[run-time name: org/apache/cxf/service/model/InterfaceInfo.getOperation:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/service/model/OperationInfo;]
InterfaceInfo.getOperations ( ) : java.util.Collection
[run-time name: org/apache/cxf/service/model/InterfaceInfo.getOperations:()Ljava/util/Collection;]
InterfaceInfo.getService ( ) : ServiceInfo
[run-time name: org/apache/cxf/service/model/InterfaceInfo.getService:()Lorg/apache/cxf/service/model/ServiceInfo;]
InterfaceInfo.InterfaceInfo ( ServiceInfo info, javax.xml.namespace.QName q )
[run-time name: org/apache/cxf/service/model/InterfaceInfo."<init>":(Lorg/apache/cxf/service/model/ServiceInfo;Ljavax/xml/namespace/QName;)V]
InterfaceInfo.removeOperation ( OperationInfo operation ) : void
[run-time name: org/apache/cxf/service/model/InterfaceInfo.removeOperation:(Lorg/apache/cxf/service/model/OperationInfo;)V]
InterfaceInfo.setName ( javax.xml.namespace.QName n ) : void
[run-time name: org/apache/cxf/service/model/InterfaceInfo.setName:(Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, InterposedMessageObserver.class
package org.apache.cxf.transport.http
HTTPConduit.InterposedMessageObserver.HTTPConduit.InterposedMessageObserver ( HTTPConduit p1 )
[run-time name: org/apache/cxf/transport/http/HTTPConduit.InterposedMessageObserver."<init>":(Lorg/apache/cxf/transport/http/HTTPConduit;)V]
HTTPConduit.InterposedMessageObserver.onMessage ( org.apache.cxf.message.Message inMessage ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.InterposedMessageObserver.onMessage:(Lorg/apache/cxf/message/Message;)V]
package org.apache.cxf.ws.addressing
MAPAggregator.InterposedMessageObserver.MAPAggregator.InterposedMessageObserver ( org.apache.cxf.Bus b, org.apache.cxf.transport.MessageObserver o )
[run-time name: org/apache/cxf/ws/addressing/MAPAggregator.InterposedMessageObserver."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/transport/MessageObserver;)V]
MAPAggregator.InterposedMessageObserver.onMessage ( org.apache.cxf.message.Message inMessage ) : void
[run-time name: org/apache/cxf/ws/addressing/MAPAggregator.InterposedMessageObserver.onMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, InTransformReader.class
package org.apache.cxf.staxutils.transform
InTransformReader.getAttributeCount ( ) : int
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader.getAttributeCount:()I]
InTransformReader.getAttributeLocalName ( int arg0 ) : String
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader.getAttributeLocalName:(I)Ljava/lang/String;]
InTransformReader.getAttributeName ( int arg0 ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader.getAttributeName:(I)Ljavax/xml/namespace/QName;]
InTransformReader.getAttributeNamespace ( int arg0 ) : String
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader.getAttributeNamespace:(I)Ljava/lang/String;]
InTransformReader.getAttributePrefix ( int arg0 ) : String
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader.getAttributePrefix:(I)Ljava/lang/String;]
InTransformReader.getAttributeType ( int arg0 ) : String
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader.getAttributeType:(I)Ljava/lang/String;]
InTransformReader.getAttributeValue ( int arg0 ) : String
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader.getAttributeValue:(I)Ljava/lang/String;]
InTransformReader.getAttributeValue ( String namespace, String localName ) : String
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader.getAttributeValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
InTransformReader.getLocalName ( ) : String
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader.getLocalName:()Ljava/lang/String;]
InTransformReader.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader.getName:()Ljavax/xml/namespace/QName;]
InTransformReader.getNamespaceContext ( ) : javax.xml.namespace.NamespaceContext
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader.getNamespaceContext:()Ljavax/xml/namespace/NamespaceContext;]
InTransformReader.getNamespacePrefix ( int index ) : String
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader.getNamespacePrefix:(I)Ljava/lang/String;]
InTransformReader.getNamespaceURI ( ) : String
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader.getNamespaceURI:()Ljava/lang/String;]
InTransformReader.getNamespaceURI ( int index ) : String
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader.getNamespaceURI:(I)Ljava/lang/String;]
InTransformReader.getPrefix ( ) : String
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader.getPrefix:()Ljava/lang/String;]
InTransformReader.getProperty ( String name ) : Object
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
InTransformReader.getReader ( ) : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader.getReader:()Ljavax/xml/stream/XMLStreamReader;]
InTransformReader.getText ( ) : String
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader.getText:()Ljava/lang/String;]
InTransformReader.getTextCharacters ( ) : char[ ]
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader.getTextCharacters:()[C]
InTransformReader.getTextCharacters ( int sourceStart, char[ ] target, int targetStart, int length ) : int
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader.getTextCharacters:(I[CII)I]
InTransformReader.getTextLength ( ) : int
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader.getTextLength:()I]
InTransformReader.InTransformReader ( javax.xml.stream.XMLStreamReader reader, java.util.Map inEMap, java.util.Map appendMap, java.util.List dropESet, java.util.Map inAMap, boolean blockOriginalReader )
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader."<init>":(Ljavax/xml/stream/XMLStreamReader;Ljava/util/Map;Ljava/util/Map;Ljava/util/List;Ljava/util/Map;Z)V]
InTransformReader.InTransformReader ( javax.xml.stream.XMLStreamReader reader, java.util.Map inMap, java.util.Map appendMap, boolean blockOriginalReader )
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader."<init>":(Ljavax/xml/stream/XMLStreamReader;Ljava/util/Map;Ljava/util/Map;Z)V]
InTransformReader.next ( ) : int
[run-time name: org/apache/cxf/staxutils/transform/InTransformReader.next:()I]
openejb-cxf-bundle-2.5.2.jar, IntType.class
package org.apache.cxf.aegis.type.basic
IntType.IntType ( )
[run-time name: org/apache/cxf/aegis/type/basic/IntType."<init>":()V]
IntType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/IntType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
IntType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/IntType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, InvalidOption.class
package org.apache.cxf.tools.common.toolspec.parser
ErrorVisitor.InvalidOption.ErrorVisitor.InvalidOption ( String opt )
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.InvalidOption."<init>":(Ljava/lang/String;)V]
ErrorVisitor.InvalidOption.getOptionSwitch ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.InvalidOption.getOptionSwitch:()Ljava/lang/String;]
ErrorVisitor.InvalidOption.toString ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.InvalidOption.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, InvalidXmlSchemaReferenceException.class
package org.apache.cxf.common.xmlschema
InvalidXmlSchemaReferenceException.InvalidXmlSchemaReferenceException ( )
[run-time name: org/apache/cxf/common/xmlschema/InvalidXmlSchemaReferenceException."<init>":()V]
InvalidXmlSchemaReferenceException.InvalidXmlSchemaReferenceException ( String message )
[run-time name: org/apache/cxf/common/xmlschema/InvalidXmlSchemaReferenceException."<init>":(Ljava/lang/String;)V]
InvalidXmlSchemaReferenceException.InvalidXmlSchemaReferenceException ( String message, Throwable cause )
[run-time name: org/apache/cxf/common/xmlschema/InvalidXmlSchemaReferenceException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
InvalidXmlSchemaReferenceException.InvalidXmlSchemaReferenceException ( Throwable cause )
[run-time name: org/apache/cxf/common/xmlschema/InvalidXmlSchemaReferenceException."<init>":(Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, InvocationHandlerAware.class
package org.apache.cxf.jaxrs.client
InvocationHandlerAware.getInvocationHandler ( ) [abstract] : Object
[run-time name: org/apache/cxf/jaxrs/client/InvocationHandlerAware.getInvocationHandler:()Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, InvocationKey.class
package org.apache.cxf.clustering
FailoverTargetSelector.InvocationKey.equals ( Object o ) : boolean
[run-time name: org/apache/cxf/clustering/FailoverTargetSelector.InvocationKey.equals:(Ljava/lang/Object;)Z]
FailoverTargetSelector.InvocationKey.hashCode ( ) : int
[run-time name: org/apache/cxf/clustering/FailoverTargetSelector.InvocationKey.hashCode:()I]
openejb-cxf-bundle-2.5.2.jar, Invoker.class
package org.apache.cxf.service.invoker
Invoker.invoke ( org.apache.cxf.message.Exchange p1, Object p2 ) [abstract] : Object
[run-time name: org/apache/cxf/service/invoker/Invoker.invoke:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, IOUtils.class
package org.apache.cxf.helpers
IOUtils.consume ( java.io.InputStream in ) [static] : void
[run-time name: org/apache/cxf/helpers/IOUtils.consume:(Ljava/io/InputStream;)V]
IOUtils.copy ( java.io.InputStream input, java.io.OutputStream output ) [static] : int
[run-time name: org/apache/cxf/helpers/IOUtils.copy:(Ljava/io/InputStream;Ljava/io/OutputStream;)I]
IOUtils.copy ( java.io.InputStream input, java.io.OutputStream output, int bufferSize ) [static] : int
[run-time name: org/apache/cxf/helpers/IOUtils.copy:(Ljava/io/InputStream;Ljava/io/OutputStream;I)I]
IOUtils.copy ( java.io.Reader input, java.io.Writer output, int bufferSize ) [static] : void
[run-time name: org/apache/cxf/helpers/IOUtils.copy:(Ljava/io/Reader;Ljava/io/Writer;I)V]
IOUtils.copyAndCloseInput ( java.io.InputStream input, java.io.OutputStream output ) [static] : int
[run-time name: org/apache/cxf/helpers/IOUtils.copyAndCloseInput:(Ljava/io/InputStream;Ljava/io/OutputStream;)I]
IOUtils.copyAndCloseInput ( java.io.InputStream input, java.io.OutputStream output, int bufferSize ) [static] : int
[run-time name: org/apache/cxf/helpers/IOUtils.copyAndCloseInput:(Ljava/io/InputStream;Ljava/io/OutputStream;I)I]
IOUtils.loadIntoBAIS ( java.io.InputStream in ) [static] : java.io.ByteArrayInputStream
[run-time name: org/apache/cxf/helpers/IOUtils.loadIntoBAIS:(Ljava/io/InputStream;)Ljava/io/ByteArrayInputStream;]
IOUtils.newStringFromBytes ( byte[ ] bytes ) [static] : String
[run-time name: org/apache/cxf/helpers/IOUtils.newStringFromBytes:([B)Ljava/lang/String;]
IOUtils.newStringFromBytes ( byte[ ] bytes, int start, int length ) [static] : String
[run-time name: org/apache/cxf/helpers/IOUtils.newStringFromBytes:([BII)Ljava/lang/String;]
IOUtils.newStringFromBytes ( byte[ ] bytes, String charsetName ) [static] : String
[run-time name: org/apache/cxf/helpers/IOUtils.newStringFromBytes:([BLjava/lang/String;)Ljava/lang/String;]
IOUtils.newStringFromBytes ( byte[ ] bytes, String charsetName, int start, int length ) [static] : String
[run-time name: org/apache/cxf/helpers/IOUtils.newStringFromBytes:([BLjava/lang/String;II)Ljava/lang/String;]
IOUtils.readBytesFromStream ( java.io.InputStream in ) [static] : byte[ ]
[run-time name: org/apache/cxf/helpers/IOUtils.readBytesFromStream:(Ljava/io/InputStream;)[B]
IOUtils.readStringFromStream ( java.io.InputStream in ) [static] : String
[run-time name: org/apache/cxf/helpers/IOUtils.readStringFromStream:(Ljava/io/InputStream;)Ljava/lang/String;]
IOUtils.toString ( java.io.InputStream input ) [static] : String
[run-time name: org/apache/cxf/helpers/IOUtils.toString:(Ljava/io/InputStream;)Ljava/lang/String;]
IOUtils.toString ( java.io.InputStream input, int bufferSize ) [static] : String
[run-time name: org/apache/cxf/helpers/IOUtils.toString:(Ljava/io/InputStream;I)Ljava/lang/String;]
IOUtils.toString ( java.io.InputStream input, int bufferSize, String charset ) [static] : String
[run-time name: org/apache/cxf/helpers/IOUtils.toString:(Ljava/io/InputStream;ILjava/lang/String;)Ljava/lang/String;]
IOUtils.toString ( java.io.InputStream input, String charset ) [static] : String
[run-time name: org/apache/cxf/helpers/IOUtils.toString:(Ljava/io/InputStream;Ljava/lang/String;)Ljava/lang/String;]
IOUtils.toString ( java.io.Reader input ) [static] : String
[run-time name: org/apache/cxf/helpers/IOUtils.toString:(Ljava/io/Reader;)Ljava/lang/String;]
IOUtils.toString ( java.io.Reader input, int bufSize ) [static] : String
[run-time name: org/apache/cxf/helpers/IOUtils.toString:(Ljava/io/Reader;I)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, IriDecoderHelper.class
package org.apache.cxf.binding.http
IriDecoderHelper.addParams ( String input, int start, int stop, java.util.List params ) [static] : void
[run-time name: org/apache/cxf/binding/http/IriDecoderHelper.addParams:(Ljava/lang/String;IILjava/util/List;)V]
IriDecoderHelper.buildDocument ( org.apache.ws.commons.schema.XmlSchemaAnnotated schemaAnnotation, java.util.Collection schemas, java.util.List params ) [static] : org.w3c.dom.Document
[run-time name: org/apache/cxf/binding/http/IriDecoderHelper.buildDocument:(Lorg/apache/ws/commons/schema/XmlSchemaAnnotated;Ljava/util/Collection;Ljava/util/List;)Lorg/w3c/dom/Document;]
IriDecoderHelper.combine ( String location, String httpLocation ) [static] : String
[run-time name: org/apache/cxf/binding/http/IriDecoderHelper.combine:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
IriDecoderHelper.decode ( String uri, String loc, java.io.InputStream is ) [static] : java.util.List
[run-time name: org/apache/cxf/binding/http/IriDecoderHelper.decode:(Ljava/lang/String;Ljava/lang/String;Ljava/io/InputStream;)Ljava/util/List;]
IriDecoderHelper.decodeIri ( String uri, String loc ) [static] : java.util.List
[run-time name: org/apache/cxf/binding/http/IriDecoderHelper.decodeIri:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;]
IriDecoderHelper.expect ( String path, int index, char c ) [static] : void
[run-time name: org/apache/cxf/binding/http/IriDecoderHelper.expect:(Ljava/lang/String;IC)V]
IriDecoderHelper.findPartEnd ( String path, int c, String endFragment ) [static] : int
[run-time name: org/apache/cxf/binding/http/IriDecoderHelper.findPartEnd:(Ljava/lang/String;ILjava/lang/String;)I]
IriDecoderHelper.getUriPath ( String uri ) [static] : String
[run-time name: org/apache/cxf/binding/http/IriDecoderHelper.getUriPath:(Ljava/lang/String;)Ljava/lang/String;]
IriDecoderHelper.interopolateParams ( org.w3c.dom.Document doc, org.apache.ws.commons.schema.XmlSchemaAnnotated schemaAnnotation, java.util.Collection schemas, java.util.List params ) [static] : org.w3c.dom.Document
[run-time name: org/apache/cxf/binding/http/IriDecoderHelper.interopolateParams:(Lorg/w3c/dom/Document;Lorg/apache/ws/commons/schema/XmlSchemaAnnotated;Ljava/util/Collection;Ljava/util/List;)Lorg/w3c/dom/Document;]
openejb-cxf-bundle-2.5.2.jar, IssuedToken.class
package org.apache.cxf.ws.security.policy.model
IssuedToken.getIssuerEpr ( ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/ws/security/policy/model/IssuedToken.getIssuerEpr:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
IssuedToken.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/IssuedToken.getName:()Ljavax/xml/namespace/QName;]
IssuedToken.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/IssuedToken.getRealName:()Ljavax/xml/namespace/QName;]
IssuedToken.getRstTemplate ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/security/policy/model/IssuedToken.getRstTemplate:()Lorg/w3c/dom/Element;]
IssuedToken.isRequireExternalReference ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/IssuedToken.isRequireExternalReference:()Z]
IssuedToken.isRequireInternalReference ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/IssuedToken.isRequireInternalReference:()Z]
IssuedToken.IssuedToken ( org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/IssuedToken."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;)V]
IssuedToken.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/IssuedToken.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
IssuedToken.setIssuerEpr ( org.apache.cxf.ws.addressing.EndpointReferenceType issuerEpr ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/IssuedToken.setIssuerEpr:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)V]
IssuedToken.setRequireExternalReference ( boolean requireExternalReference ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/IssuedToken.setRequireExternalReference:(Z)V]
IssuedToken.setRequireInternalReference ( boolean requireInternalReference ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/IssuedToken.setRequireInternalReference:(Z)V]
IssuedToken.setRstTemplate ( org.w3c.dom.Element rstTemplate ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/IssuedToken.setRstTemplate:(Lorg/w3c/dom/Element;)V]
openejb-cxf-bundle-2.5.2.jar, IssuedTokenBuilder.class
package org.apache.cxf.ws.security.policy.builders
IssuedTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/IssuedTokenBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
IssuedTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/IssuedTokenBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
IssuedTokenBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/IssuedTokenBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
IssuedTokenBuilder.IssuedTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/builders/IssuedTokenBuilder."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, IssuedTokenInterceptorProvider.class
package org.apache.cxf.ws.security.policy.interceptors
IssuedTokenInterceptorProvider.IssuedTokenInterceptorProvider ( )
[run-time name: org/apache/cxf/ws/security/policy/interceptors/IssuedTokenInterceptorProvider."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, IssuedTokenPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
IssuedTokenPolicyValidator.IssuedTokenPolicyValidator ( java.util.List signedResults, org.apache.cxf.message.Message message )
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/IssuedTokenPolicyValidator."<init>":(Ljava/util/List;Lorg/apache/cxf/message/Message;)V]
IssuedTokenPolicyValidator.validatePolicy ( java.util.Collection ais, org.apache.ws.security.message.token.BinarySecurity binarySecurityToken ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/IssuedTokenPolicyValidator.validatePolicy:(Ljava/util/Collection;Lorg/apache/ws/security/message/token/BinarySecurity;)Z]
IssuedTokenPolicyValidator.validatePolicy ( java.util.Collection ais, org.apache.ws.security.saml.ext.AssertionWrapper assertionWrapper ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/IssuedTokenPolicyValidator.validatePolicy:(Ljava/util/Collection;Lorg/apache/ws/security/saml/ext/AssertionWrapper;)Z]
openejb-cxf-bundle-2.5.2.jar, IssueOperation.class
package org.apache.cxf.ws.security.sts.provider.operation
IssueOperation.issue ( org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType p1, javax.xml.ws.WebServiceContext p2 ) [abstract] : org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseCollectionType
[run-time name: org/apache/cxf/ws/security/sts/provider/operation/IssueOperation.issue:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType;Ljavax/xml/ws/WebServiceContext;)Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseCollectionType;]
openejb-cxf-bundle-2.5.2.jar, IssueSingleOperation.class
package org.apache.cxf.ws.security.sts.provider.operation
IssueSingleOperation.issueSingle ( org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType p1, javax.xml.ws.WebServiceContext p2 ) [abstract] : org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseType
[run-time name: org/apache/cxf/ws/security/sts/provider/operation/IssueSingleOperation.issueSingle:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType;Ljavax/xml/ws/WebServiceContext;)Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseType;]
openejb-cxf-bundle-2.5.2.jar, ItemInfo.class
package org.apache.cxf.javascript
ItemInfo.getDefaultValue ( ) [abstract] : String
[run-time name: org/apache/cxf/javascript/ItemInfo.getDefaultValue:()Ljava/lang/String;]
ItemInfo.getJavascriptName ( ) [abstract] : String
[run-time name: org/apache/cxf/javascript/ItemInfo.getJavascriptName:()Ljava/lang/String;]
ItemInfo.getType ( ) [abstract] : org.apache.ws.commons.schema.XmlSchemaType
[run-time name: org/apache/cxf/javascript/ItemInfo.getType:()Lorg/apache/ws/commons/schema/XmlSchemaType;]
ItemInfo.isAny ( ) [abstract] : boolean
[run-time name: org/apache/cxf/javascript/ItemInfo.isAny:()Z]
ItemInfo.isArray ( ) [abstract] : boolean
[run-time name: org/apache/cxf/javascript/ItemInfo.isArray:()Z]
ItemInfo.isNillable ( ) [abstract] : boolean
[run-time name: org/apache/cxf/javascript/ItemInfo.isNillable:()Z]
ItemInfo.isOptional ( ) [abstract] : boolean
[run-time name: org/apache/cxf/javascript/ItemInfo.isOptional:()Z]
ItemInfo.setDefaultValue ( String p1 ) [abstract] : void
[run-time name: org/apache/cxf/javascript/ItemInfo.setDefaultValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JAASAuthenticationFilter.class
package org.apache.cxf.jaxrs.security
JAASAuthenticationFilter.getCallbackHandler ( String name, String password ) : javax.security.auth.callback.CallbackHandler
[run-time name: org/apache/cxf/jaxrs/security/JAASAuthenticationFilter.getCallbackHandler:(Ljava/lang/String;Ljava/lang/String;)Ljavax/security/auth/callback/CallbackHandler;]
JAASAuthenticationFilter.getRedirectStatus ( ) : javax.ws.rs.core.Response.Status
[run-time name: org/apache/cxf/jaxrs/security/JAASAuthenticationFilter.getRedirectStatus:()Ljavax/ws/rs/core/Response$Status;]
JAASAuthenticationFilter.handleAuthenticationException ( org.apache.cxf.interceptor.security.AuthenticationException ex, org.apache.cxf.message.Message m ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/security/JAASAuthenticationFilter.handleAuthenticationException:(Lorg/apache/cxf/interceptor/security/AuthenticationException;Lorg/apache/cxf/message/Message;)Ljavax/ws/rs/core/Response;]
JAASAuthenticationFilter.handleRequest ( org.apache.cxf.message.Message m, org.apache.cxf.jaxrs.model.ClassResourceInfo resourceClass ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/security/JAASAuthenticationFilter.handleRequest:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;)Ljavax/ws/rs/core/Response;]
JAASAuthenticationFilter.isRedirectPossible ( javax.ws.rs.core.HttpHeaders headers ) : boolean
[run-time name: org/apache/cxf/jaxrs/security/JAASAuthenticationFilter.isRedirectPossible:(Ljavax/ws/rs/core/HttpHeaders;)Z]
JAASAuthenticationFilter.JAASAuthenticationFilter ( )
[run-time name: org/apache/cxf/jaxrs/security/JAASAuthenticationFilter."<init>":()V]
JAASAuthenticationFilter.setContextName ( String name ) : void
[run-time name: org/apache/cxf/jaxrs/security/JAASAuthenticationFilter.setContextName:(Ljava/lang/String;)V]
JAASAuthenticationFilter.setIgnoreBasePath ( boolean ignore ) : void
[run-time name: org/apache/cxf/jaxrs/security/JAASAuthenticationFilter.setIgnoreBasePath:(Z)V]
JAASAuthenticationFilter.setRealmName ( String name ) : void
[run-time name: org/apache/cxf/jaxrs/security/JAASAuthenticationFilter.setRealmName:(Ljava/lang/String;)V]
JAASAuthenticationFilter.setRedirectURI ( String uri ) : void
[run-time name: org/apache/cxf/jaxrs/security/JAASAuthenticationFilter.setRedirectURI:(Ljava/lang/String;)V]
JAASAuthenticationFilter.setRolePrefix ( String name ) : void
[run-time name: org/apache/cxf/jaxrs/security/JAASAuthenticationFilter.setRolePrefix:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JAASLoginInterceptor.class
package org.apache.cxf.interceptor.security
JAASLoginInterceptor.createSecurityContext ( javax.security.auth.Subject subject ) : org.apache.cxf.security.SecurityContext
[run-time name: org/apache/cxf/interceptor/security/JAASLoginInterceptor.createSecurityContext:(Ljavax/security/auth/Subject;)Lorg/apache/cxf/security/SecurityContext;]
JAASLoginInterceptor.getCallbackHandler ( String name, String password ) : javax.security.auth.callback.CallbackHandler
[run-time name: org/apache/cxf/interceptor/security/JAASLoginInterceptor.getCallbackHandler:(Ljava/lang/String;Ljava/lang/String;)Ljavax/security/auth/callback/CallbackHandler;]
JAASLoginInterceptor.getContextName ( ) : String
[run-time name: org/apache/cxf/interceptor/security/JAASLoginInterceptor.getContextName:()Ljava/lang/String;]
JAASLoginInterceptor.getRoleClassifier ( ) : String
[run-time name: org/apache/cxf/interceptor/security/JAASLoginInterceptor.getRoleClassifier:()Ljava/lang/String;]
JAASLoginInterceptor.getRoleClassifierType ( ) : String
[run-time name: org/apache/cxf/interceptor/security/JAASLoginInterceptor.getRoleClassifierType:()Ljava/lang/String;]
JAASLoginInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/security/JAASLoginInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
JAASLoginInterceptor.JAASLoginInterceptor ( )
[run-time name: org/apache/cxf/interceptor/security/JAASLoginInterceptor."<init>":()V]
JAASLoginInterceptor.setContextName ( String name ) : void
[run-time name: org/apache/cxf/interceptor/security/JAASLoginInterceptor.setContextName:(Ljava/lang/String;)V]
JAASLoginInterceptor.setReportFault ( boolean reportFault ) : void
[run-time name: org/apache/cxf/interceptor/security/JAASLoginInterceptor.setReportFault:(Z)V]
JAASLoginInterceptor.setRoleClassifier ( String value ) : void
[run-time name: org/apache/cxf/interceptor/security/JAASLoginInterceptor.setRoleClassifier:(Ljava/lang/String;)V]
JAASLoginInterceptor.setRoleClassifierType ( String value ) : void
[run-time name: org/apache/cxf/interceptor/security/JAASLoginInterceptor.setRoleClassifierType:(Ljava/lang/String;)V]
JAASLoginInterceptor.setRolePrefix ( String name ) : void
[run-time name: org/apache/cxf/interceptor/security/JAASLoginInterceptor.setRolePrefix:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JAnnotation.class
package org.apache.cxf.tools.common.model
JAnnotation.addElement ( JAnnotationElement element ) : void
[run-time name: org/apache/cxf/tools/common/model/JAnnotation.addElement:(Lorg/apache/cxf/tools/common/model/JAnnotationElement;)V]
JAnnotation.getElements ( ) : java.util.List
[run-time name: org/apache/cxf/tools/common/model/JAnnotation.getElements:()Ljava/util/List;]
JAnnotation.getImports ( ) : java.util.Set
[run-time name: org/apache/cxf/tools/common/model/JAnnotation.getImports:()Ljava/util/Set;]
JAnnotation.getType ( ) : Class
[run-time name: org/apache/cxf/tools/common/model/JAnnotation.getType:()Ljava/lang/Class;]
JAnnotation.JAnnotation ( )
[run-time name: org/apache/cxf/tools/common/model/JAnnotation."<init>":()V]
JAnnotation.JAnnotation ( Class t )
[run-time name: org/apache/cxf/tools/common/model/JAnnotation."<init>":(Ljava/lang/Class;)V]
JAnnotation.setType ( Class newType ) : void
[run-time name: org/apache/cxf/tools/common/model/JAnnotation.setType:(Ljava/lang/Class;)V]
JAnnotation.toString ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JAnnotation.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, JAnnotationElement.class
package org.apache.cxf.tools.common.model
JAnnotationElement.equals ( Object obj ) : boolean
[run-time name: org/apache/cxf/tools/common/model/JAnnotationElement.equals:(Ljava/lang/Object;)Z]
JAnnotationElement.getImports ( ) : java.util.Set
[run-time name: org/apache/cxf/tools/common/model/JAnnotationElement.getImports:()Ljava/util/Set;]
JAnnotationElement.getName ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JAnnotationElement.getName:()Ljava/lang/String;]
JAnnotationElement.getValue ( ) : Object
[run-time name: org/apache/cxf/tools/common/model/JAnnotationElement.getValue:()Ljava/lang/Object;]
JAnnotationElement.hashCode ( ) : int
[run-time name: org/apache/cxf/tools/common/model/JAnnotationElement.hashCode:()I]
JAnnotationElement.JAnnotationElement ( )
[run-time name: org/apache/cxf/tools/common/model/JAnnotationElement."<init>":()V]
JAnnotationElement.JAnnotationElement ( String n, Object v )
[run-time name: org/apache/cxf/tools/common/model/JAnnotationElement."<init>":(Ljava/lang/String;Ljava/lang/Object;)V]
JAnnotationElement.JAnnotationElement ( String n, Object v, boolean primitive )
[run-time name: org/apache/cxf/tools/common/model/JAnnotationElement."<init>":(Ljava/lang/String;Ljava/lang/Object;Z)V]
JAnnotationElement.setName ( String newName ) : void
[run-time name: org/apache/cxf/tools/common/model/JAnnotationElement.setName:(Ljava/lang/String;)V]
JAnnotationElement.setValue ( Object newValue ) : void
[run-time name: org/apache/cxf/tools/common/model/JAnnotationElement.setValue:(Ljava/lang/Object;)V]
JAnnotationElement.toString ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JAnnotationElement.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, JarResource.class
package org.apache.cxf.common.util
JarResource.getJarContents ( java.io.File jarFile ) : java.util.List
[run-time name: org/apache/cxf/common/util/JarResource.getJarContents:(Ljava/io/File;)Ljava/util/List;]
JarResource.getJarContents ( java.io.InputStream is ) : java.util.List
[run-time name: org/apache/cxf/common/util/JarResource.getJarContents:(Ljava/io/InputStream;)Ljava/util/List;]
JarResource.getJarContents ( java.net.URL jarLocation ) : java.util.List
[run-time name: org/apache/cxf/common/util/JarResource.getJarContents:(Ljava/net/URL;)Ljava/util/List;]
JarResource.getJarContents ( String jarLocation ) : java.util.List
[run-time name: org/apache/cxf/common/util/JarResource.getJarContents:(Ljava/lang/String;)Ljava/util/List;]
JarResource.JarResource ( )
[run-time name: org/apache/cxf/common/util/JarResource."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, Java5TypeCreator.class
package org.apache.cxf.aegis.type.java5
Java5TypeCreator.castToAegisTypeClass ( Class c ) [static] : Class
[run-time name: org/apache/cxf/aegis/type/java5/Java5TypeCreator.castToAegisTypeClass:(Ljava/lang/Class;)Ljava/lang/Class;]
Java5TypeCreator.createClassInfo ( java.beans.PropertyDescriptor pd ) : org.apache.cxf.aegis.type.TypeClassInfo
[run-time name: org/apache/cxf/aegis/type/java5/Java5TypeCreator.createClassInfo:(Ljava/beans/PropertyDescriptor;)Lorg/apache/cxf/aegis/type/TypeClassInfo;]
Java5TypeCreator.createClassInfo ( reflect.Method m, int index ) : org.apache.cxf.aegis.type.TypeClassInfo
[run-time name: org/apache/cxf/aegis/type/java5/Java5TypeCreator.createClassInfo:(Ljava/lang/reflect/Method;I)Lorg/apache/cxf/aegis/type/TypeClassInfo;]
Java5TypeCreator.createCollectionType ( org.apache.cxf.aegis.type.TypeClassInfo info ) : org.apache.cxf.aegis.type.AegisType
[run-time name: org/apache/cxf/aegis/type/java5/Java5TypeCreator.createCollectionType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
Java5TypeCreator.createDefaultType ( org.apache.cxf.aegis.type.TypeClassInfo info ) : org.apache.cxf.aegis.type.AegisType
[run-time name: org/apache/cxf/aegis/type/java5/Java5TypeCreator.createDefaultType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
Java5TypeCreator.createEnumType ( org.apache.cxf.aegis.type.TypeClassInfo info ) : org.apache.cxf.aegis.type.AegisType
[run-time name: org/apache/cxf/aegis/type/java5/Java5TypeCreator.createEnumType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
Java5TypeCreator.createQName ( Class typeClass ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/java5/Java5TypeCreator.createQName:(Ljava/lang/Class;)Ljavax/xml/namespace/QName;]
Java5TypeCreator.getComponentType ( reflect.Type genericType, int index ) : reflect.Type
[run-time name: org/apache/cxf/aegis/type/java5/Java5TypeCreator.getComponentType:(Ljava/lang/reflect/Type;I)Ljava/lang/reflect/Type;]
Java5TypeCreator.getOrCreateGenericType ( org.apache.cxf.aegis.type.TypeClassInfo info ) : org.apache.cxf.aegis.type.AegisType
[run-time name: org/apache/cxf/aegis/type/java5/Java5TypeCreator.getOrCreateGenericType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
Java5TypeCreator.getOrCreateMapKeyType ( org.apache.cxf.aegis.type.TypeClassInfo info ) : org.apache.cxf.aegis.type.AegisType
[run-time name: org/apache/cxf/aegis/type/java5/Java5TypeCreator.getOrCreateMapKeyType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
Java5TypeCreator.getOrCreateMapValueType ( org.apache.cxf.aegis.type.TypeClassInfo info ) : org.apache.cxf.aegis.type.AegisType
[run-time name: org/apache/cxf/aegis/type/java5/Java5TypeCreator.getOrCreateMapValueType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
Java5TypeCreator.getOrCreateParameterizedType ( reflect.Type generic, int index ) : org.apache.cxf.aegis.type.AegisType
[run-time name: org/apache/cxf/aegis/type/java5/Java5TypeCreator.getOrCreateParameterizedType:(Ljava/lang/reflect/Type;I)Lorg/apache/cxf/aegis/type/AegisType;]
Java5TypeCreator.isEnum ( Class javaType ) : boolean
[run-time name: org/apache/cxf/aegis/type/java5/Java5TypeCreator.isEnum:(Ljava/lang/Class;)Z]
Java5TypeCreator.Java5TypeCreator ( )
[run-time name: org/apache/cxf/aegis/type/java5/Java5TypeCreator."<init>":()V]
Java5TypeCreator.Java5TypeCreator ( AnnotationReader annotationReader )
[run-time name: org/apache/cxf/aegis/type/java5/Java5TypeCreator."<init>":(Lorg/apache/cxf/aegis/type/java5/AnnotationReader;)V]
openejb-cxf-bundle-2.5.2.jar, JavaAnnotatable.class
package org.apache.cxf.tools.common.model
JavaAnnotatable.annotate ( Annotator p1 ) [abstract] : void
[run-time name: org/apache/cxf/tools/common/model/JavaAnnotatable.annotate:(Lorg/apache/cxf/tools/common/model/Annotator;)V]
openejb-cxf-bundle-2.5.2.jar, JavaClass.class
package org.apache.cxf.tools.common.model
JavaClass.addField ( JavaField f ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaClass.addField:(Lorg/apache/cxf/tools/common/model/JavaField;)V]
JavaClass.appendGetter ( JavaField field ) : JavaMethod
[run-time name: org/apache/cxf/tools/common/model/JavaClass.appendGetter:(Lorg/apache/cxf/tools/common/model/JavaField;)Lorg/apache/cxf/tools/common/model/JavaMethod;]
JavaClass.appendSetter ( JavaField field ) : JavaMethod
[run-time name: org/apache/cxf/tools/common/model/JavaClass.appendSetter:(Lorg/apache/cxf/tools/common/model/JavaField;)Lorg/apache/cxf/tools/common/model/JavaMethod;]
JavaClass.getFields ( ) : java.util.List
[run-time name: org/apache/cxf/tools/common/model/JavaClass.getFields:()Ljava/util/List;]
JavaClass.JavaClass ( )
[run-time name: org/apache/cxf/tools/common/model/JavaClass."<init>":()V]
JavaClass.JavaClass ( JavaModel model )
[run-time name: org/apache/cxf/tools/common/model/JavaClass."<init>":(Lorg/apache/cxf/tools/common/model/JavaModel;)V]
openejb-cxf-bundle-2.5.2.jar, JavaCodeBlock.class
package org.apache.cxf.tools.common.model
JavaCodeBlock.getExpressions ( ) : java.util.List
[run-time name: org/apache/cxf/tools/common/model/JavaCodeBlock.getExpressions:()Ljava/util/List;]
JavaCodeBlock.JavaCodeBlock ( )
[run-time name: org/apache/cxf/tools/common/model/JavaCodeBlock."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, JavaCommon.class
package org.apache.cxf.tools.common.model
JavaCommon.addImport ( String i ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaCommon.addImport:(Ljava/lang/String;)V]
JavaCommon.getAllImport ( ) : java.util.Set
[run-time name: org/apache/cxf/tools/common/model/JavaCommon.getAllImport:()Ljava/util/Set;]
JavaCommon.JavaCommon ( )
[run-time name: org/apache/cxf/tools/common/model/JavaCommon."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, JavaException.class
package org.apache.cxf.tools.common.model
JavaException.JavaException ( )
[run-time name: org/apache/cxf/tools/common/model/JavaException."<init>":()V]
JavaException.JavaException ( String n, String t, String tns )
[run-time name: org/apache/cxf/tools/common/model/JavaException."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JavaExceptionClass.class
package org.apache.cxf.tools.common.model
JavaExceptionClass.JavaExceptionClass ( )
[run-time name: org/apache/cxf/tools/common/model/JavaExceptionClass."<init>":()V]
JavaExceptionClass.JavaExceptionClass ( JavaModel model )
[run-time name: org/apache/cxf/tools/common/model/JavaExceptionClass."<init>":(Lorg/apache/cxf/tools/common/model/JavaModel;)V]
openejb-cxf-bundle-2.5.2.jar, JavaExpression.class
package org.apache.cxf.tools.common.model
JavaExpression.getValue ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaExpression.getValue:()Ljava/lang/String;]
JavaExpression.JavaExpression ( )
[run-time name: org/apache/cxf/tools/common/model/JavaExpression."<init>":()V]
JavaExpression.setValue ( String newValue ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaExpression.setValue:(Ljava/lang/String;)V]
JavaExpression.toString ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaExpression.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, JavaField.class
package org.apache.cxf.tools.common.model
JavaField.addAnnotation ( JAnnotation anno ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaField.addAnnotation:(Lorg/apache/cxf/tools/common/model/JAnnotation;)V]
JavaField.annotate ( Annotator annotator ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaField.annotate:(Lorg/apache/cxf/tools/common/model/Annotator;)V]
JavaField.getAnnotations ( ) : java.util.List
[run-time name: org/apache/cxf/tools/common/model/JavaField.getAnnotations:()Ljava/util/List;]
JavaField.getJaxbAnnotaions ( ) : annotation.Annotation[ ]
[run-time name: org/apache/cxf/tools/common/model/JavaField.getJaxbAnnotaions:()[Ljava/lang/annotation/Annotation;]
JavaField.getModifier ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaField.getModifier:()Ljava/lang/String;]
JavaField.getName ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaField.getName:()Ljava/lang/String;]
JavaField.getParaName ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaField.getParaName:()Ljava/lang/String;]
JavaField.JavaField ( )
[run-time name: org/apache/cxf/tools/common/model/JavaField."<init>":()V]
JavaField.JavaField ( String n, String t, String tns )
[run-time name: org/apache/cxf/tools/common/model/JavaField."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
JavaField.setJaxbAnnotations ( annotation.Annotation[ ] anns ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaField.setJaxbAnnotations:([Ljava/lang/annotation/Annotation;)V]
JavaField.setModifier ( String modi ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaField.setModifier:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JavaFirstUtil.class
package org.apache.cxf.tools.java2ws.util
JavaFirstUtil.getClassName ( reflect.Type type ) [static] : String
[run-time name: org/apache/cxf/tools/java2ws/util/JavaFirstUtil.getClassName:(Ljava/lang/reflect/Type;)Ljava/lang/String;]
JavaFirstUtil.serviceInfo2JavaInf ( org.apache.cxf.service.model.ServiceInfo service ) [static] : org.apache.cxf.tools.common.model.JavaInterface
[run-time name: org/apache/cxf/tools/java2ws/util/JavaFirstUtil.serviceInfo2JavaInf:(Lorg/apache/cxf/service/model/ServiceInfo;)Lorg/apache/cxf/tools/common/model/JavaInterface;]
openejb-cxf-bundle-2.5.2.jar, JavaHelper.class
package org.apache.cxf.common.commands
JavaHelper.getJavaCommand ( ) [static] : String
[run-time name: org/apache/cxf/common/commands/JavaHelper.getJavaCommand:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, JavaIdentifierType.class
package org.apache.cxf.jaxws.javaee
JavaIdentifierType.JavaIdentifierType ( )
[run-time name: org/apache/cxf/jaxws/javaee/JavaIdentifierType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, JavaInterface.class
package org.apache.cxf.tools.common.model
JavaInterface.addAnnotation ( JAnnotation annotation ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.addAnnotation:(Lorg/apache/cxf/tools/common/model/JAnnotation;)V]
JavaInterface.addImport ( String i ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.addImport:(Ljava/lang/String;)V]
JavaInterface.addImports ( java.util.Collection ii ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.addImports:(Ljava/util/Collection;)V]
JavaInterface.addMethod ( JavaMethod method ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.addMethod:(Lorg/apache/cxf/tools/common/model/JavaMethod;)V]
JavaInterface.annotate ( Annotator annotator ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.annotate:(Lorg/apache/cxf/tools/common/model/Annotator;)V]
JavaInterface.getAnnotations ( ) : java.util.List
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.getAnnotations:()Ljava/util/List;]
JavaInterface.getClassJavaDoc ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.getClassJavaDoc:()Ljava/lang/String;]
JavaInterface.getFullClassName ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.getFullClassName:()Ljava/lang/String;]
JavaInterface.getHandlerChains ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.getHandlerChains:()Lorg/w3c/dom/Element;]
JavaInterface.getImports ( ) : java.util.Iterator
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.getImports:()Ljava/util/Iterator;]
JavaInterface.getJavaModel ( ) : JavaModel
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.getJavaModel:()Lorg/apache/cxf/tools/common/model/JavaModel;]
JavaInterface.getLocation ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.getLocation:()Ljava/lang/String;]
JavaInterface.getMethods ( ) : java.util.List
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.getMethods:()Ljava/util/List;]
JavaInterface.getName ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.getName:()Ljava/lang/String;]
JavaInterface.getNamespace ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.getNamespace:()Ljava/lang/String;]
JavaInterface.getPackageJavaDoc ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.getPackageJavaDoc:()Ljava/lang/String;]
JavaInterface.getPackageName ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.getPackageName:()Ljava/lang/String;]
JavaInterface.getSOAPParameterStyle ( ) : javax.jws.soap.SOAPBinding.ParameterStyle
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.getSOAPParameterStyle:()Ljavax/jws/soap/SOAPBinding$ParameterStyle;]
JavaInterface.getSOAPStyle ( ) : javax.jws.soap.SOAPBinding.Style
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.getSOAPStyle:()Ljavax/jws/soap/SOAPBinding$Style;]
JavaInterface.getSOAPUse ( ) : javax.jws.soap.SOAPBinding.Use
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.getSOAPUse:()Ljavax/jws/soap/SOAPBinding$Use;]
JavaInterface.getWebServiceName ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.getWebServiceName:()Ljava/lang/String;]
JavaInterface.hasMethod ( JavaMethod method ) : boolean
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.hasMethod:(Lorg/apache/cxf/tools/common/model/JavaMethod;)Z]
JavaInterface.indexOf ( JavaMethod method ) : int
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.indexOf:(Lorg/apache/cxf/tools/common/model/JavaMethod;)I]
JavaInterface.JavaInterface ( )
[run-time name: org/apache/cxf/tools/common/model/JavaInterface."<init>":()V]
JavaInterface.JavaInterface ( JavaModel m )
[run-time name: org/apache/cxf/tools/common/model/JavaInterface."<init>":(Lorg/apache/cxf/tools/common/model/JavaModel;)V]
JavaInterface.removeMethod ( JavaMethod method ) : int
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.removeMethod:(Lorg/apache/cxf/tools/common/model/JavaMethod;)I]
JavaInterface.replaceMethod ( JavaMethod method ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.replaceMethod:(Lorg/apache/cxf/tools/common/model/JavaMethod;)V]
JavaInterface.setClassJavaDoc ( String doc ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.setClassJavaDoc:(Ljava/lang/String;)V]
JavaInterface.setFullClassName ( String fullName ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.setFullClassName:(Ljava/lang/String;)V]
JavaInterface.setHandlerChains ( org.w3c.dom.Element elem ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.setHandlerChains:(Lorg/w3c/dom/Element;)V]
JavaInterface.setJavaModel ( JavaModel jm ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.setJavaModel:(Lorg/apache/cxf/tools/common/model/JavaModel;)V]
JavaInterface.setLocation ( String l ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.setLocation:(Ljava/lang/String;)V]
JavaInterface.setName ( String n ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.setName:(Ljava/lang/String;)V]
JavaInterface.setNamespace ( String ns ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.setNamespace:(Ljava/lang/String;)V]
JavaInterface.setPackageJavaDoc ( String doc ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.setPackageJavaDoc:(Ljava/lang/String;)V]
JavaInterface.setPackageName ( String pn ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.setPackageName:(Ljava/lang/String;)V]
JavaInterface.setSOAPParameterStyle ( javax.jws.soap.SOAPBinding.ParameterStyle p ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.setSOAPParameterStyle:(Ljavax/jws/soap/SOAPBinding$ParameterStyle;)V]
JavaInterface.setSOAPStyle ( javax.jws.soap.SOAPBinding.Style s ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.setSOAPStyle:(Ljavax/jws/soap/SOAPBinding$Style;)V]
JavaInterface.setSOAPUse ( javax.jws.soap.SOAPBinding.Use u ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.setSOAPUse:(Ljavax/jws/soap/SOAPBinding$Use;)V]
JavaInterface.setWebServiceName ( String wsn ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.setWebServiceName:(Ljava/lang/String;)V]
JavaInterface.toString ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaInterface.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, JavaMethod.class
package org.apache.cxf.tools.common.model
JavaMethod.addAnnotation ( String tag, JAnnotation annotation ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.addAnnotation:(Ljava/lang/String;Lorg/apache/cxf/tools/common/model/JAnnotation;)V]
JavaMethod.addException ( JavaException exception ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.addException:(Lorg/apache/cxf/tools/common/model/JavaException;)V]
JavaMethod.addParameter ( JavaParameter param ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.addParameter:(Lorg/apache/cxf/tools/common/model/JavaParameter;)V]
JavaMethod.annotate ( Annotator annotator ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.annotate:(Lorg/apache/cxf/tools/common/model/Annotator;)V]
JavaMethod.clear ( ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.clear:()V]
JavaMethod.enableMime ( ) : boolean
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.enableMime:()Z]
JavaMethod.getAnnotationMap ( ) : java.util.Map
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.getAnnotationMap:()Ljava/util/Map;]
JavaMethod.getAnnotations ( ) : java.util.Collection
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.getAnnotations:()Ljava/util/Collection;]
JavaMethod.getExceptions ( ) : java.util.List
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.getExceptions:()Ljava/util/List;]
JavaMethod.getInterface ( ) : JavaInterface
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.getInterface:()Lorg/apache/cxf/tools/common/model/JavaInterface;]
JavaMethod.getJavaCodeBlock ( ) : JavaCodeBlock
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.getJavaCodeBlock:()Lorg/apache/cxf/tools/common/model/JavaCodeBlock;]
JavaMethod.getJavaDoc ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.getJavaDoc:()Ljava/lang/String;]
JavaMethod.getName ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.getName:()Ljava/lang/String;]
JavaMethod.getOperationName ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.getOperationName:()Ljava/lang/String;]
JavaMethod.getParameter ( String paramName ) : JavaParameter
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.getParameter:(Ljava/lang/String;)Lorg/apache/cxf/tools/common/model/JavaParameter;]
JavaMethod.getParameterCount ( ) : int
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.getParameterCount:()I]
JavaMethod.getParameterList ( ) : java.util.List
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.getParameterList:()Ljava/util/List;]
JavaMethod.getParameterList ( boolean includeAnnotation ) : java.util.List
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.getParameterList:(Z)Ljava/util/List;]
JavaMethod.getParameterListWithoutAnnotation ( ) : java.util.List
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.getParameterListWithoutAnnotation:()Ljava/util/List;]
JavaMethod.getParameters ( ) : java.util.List
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.getParameters:()Ljava/util/List;]
JavaMethod.getReturn ( ) : JavaReturn
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.getReturn:()Lorg/apache/cxf/tools/common/model/JavaReturn;]
JavaMethod.getReturnValue ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.getReturnValue:()Ljava/lang/String;]
JavaMethod.getSignature ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.getSignature:()Ljava/lang/String;]
JavaMethod.getSoapAction ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.getSoapAction:()Ljava/lang/String;]
JavaMethod.getSoapStyle ( ) : javax.jws.soap.SOAPBinding.Style
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.getSoapStyle:()Ljavax/jws/soap/SOAPBinding$Style;]
JavaMethod.getSoapUse ( ) : javax.jws.soap.SOAPBinding.Use
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.getSoapUse:()Ljavax/jws/soap/SOAPBinding$Use;]
JavaMethod.getStyle ( ) : javax.wsdl.OperationType
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.getStyle:()Ljavax/wsdl/OperationType;]
JavaMethod.hasException ( JavaException exception ) : boolean
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.hasException:(Lorg/apache/cxf/tools/common/model/JavaException;)Z]
JavaMethod.hasParameter ( String paramName ) : boolean
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.hasParameter:(Ljava/lang/String;)Z]
JavaMethod.isAsync ( ) : boolean
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.isAsync:()Z]
JavaMethod.isOneWay ( ) : boolean
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.isOneWay:()Z]
JavaMethod.isWrapperStyle ( ) : boolean
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.isWrapperStyle:()Z]
JavaMethod.JavaMethod ( )
[run-time name: org/apache/cxf/tools/common/model/JavaMethod."<init>":()V]
JavaMethod.JavaMethod ( JavaInterface i )
[run-time name: org/apache/cxf/tools/common/model/JavaMethod."<init>":(Lorg/apache/cxf/tools/common/model/JavaInterface;)V]
JavaMethod.setAsync ( boolean newAsync ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.setAsync:(Z)V]
JavaMethod.setInterface ( JavaInterface intf ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.setInterface:(Lorg/apache/cxf/tools/common/model/JavaInterface;)V]
JavaMethod.setJavaCodeBlock ( JavaCodeBlock b ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.setJavaCodeBlock:(Lorg/apache/cxf/tools/common/model/JavaCodeBlock;)V]
JavaMethod.setJavaDoc ( String doc ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.setJavaDoc:(Ljava/lang/String;)V]
JavaMethod.setMimeEnable ( boolean arg ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.setMimeEnable:(Z)V]
JavaMethod.setName ( String n ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.setName:(Ljava/lang/String;)V]
JavaMethod.setOperationName ( String arg ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.setOperationName:(Ljava/lang/String;)V]
JavaMethod.setReturn ( JavaReturn rt ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.setReturn:(Lorg/apache/cxf/tools/common/model/JavaReturn;)V]
JavaMethod.setSoapAction ( String action ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.setSoapAction:(Ljava/lang/String;)V]
JavaMethod.setSoapStyle ( javax.jws.soap.SOAPBinding.Style sty ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.setSoapStyle:(Ljavax/jws/soap/SOAPBinding$Style;)V]
JavaMethod.setSoapUse ( javax.jws.soap.SOAPBinding.Use u ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.setSoapUse:(Ljavax/jws/soap/SOAPBinding$Use;)V]
JavaMethod.setStyle ( javax.wsdl.OperationType ot ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.setStyle:(Ljavax/wsdl/OperationType;)V]
JavaMethod.setWrapperStyle ( boolean w ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.setWrapperStyle:(Z)V]
JavaMethod.toString ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaMethod.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, JavaModel.class
package org.apache.cxf.tools.common.model
JavaModel.addExceptionClass ( String name, JavaExceptionClass ex ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaModel.addExceptionClass:(Ljava/lang/String;Lorg/apache/cxf/tools/common/model/JavaExceptionClass;)V]
JavaModel.addInterface ( String name, JavaInterface i ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaModel.addInterface:(Ljava/lang/String;Lorg/apache/cxf/tools/common/model/JavaInterface;)V]
JavaModel.addServiceClass ( String name, JavaServiceClass service ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaModel.addServiceClass:(Ljava/lang/String;Lorg/apache/cxf/tools/common/model/JavaServiceClass;)V]
JavaModel.getExceptionClasses ( ) : java.util.Map
[run-time name: org/apache/cxf/tools/common/model/JavaModel.getExceptionClasses:()Ljava/util/Map;]
JavaModel.getInterfaces ( ) : java.util.Map
[run-time name: org/apache/cxf/tools/common/model/JavaModel.getInterfaces:()Ljava/util/Map;]
JavaModel.getLocation ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaModel.getLocation:()Ljava/lang/String;]
JavaModel.getServiceClasses ( ) : java.util.Map
[run-time name: org/apache/cxf/tools/common/model/JavaModel.getServiceClasses:()Ljava/util/Map;]
JavaModel.JavaModel ( )
[run-time name: org/apache/cxf/tools/common/model/JavaModel."<init>":()V]
JavaModel.setLocation ( String l ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaModel.setLocation:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JavaParameter.class
package org.apache.cxf.tools.common.model
JavaParameter.addAnnotation ( String tag, JAnnotation ann ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaParameter.addAnnotation:(Ljava/lang/String;Lorg/apache/cxf/tools/common/model/JAnnotation;)V]
JavaParameter.annotate ( Annotator annotator ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaParameter.annotate:(Lorg/apache/cxf/tools/common/model/Annotator;)V]
JavaParameter.getAnnotation ( String tag ) : JAnnotation
[run-time name: org/apache/cxf/tools/common/model/JavaParameter.getAnnotation:(Ljava/lang/String;)Lorg/apache/cxf/tools/common/model/JAnnotation;]
JavaParameter.getAnnotations ( ) : java.util.Collection
[run-time name: org/apache/cxf/tools/common/model/JavaParameter.getAnnotations:()Ljava/util/Collection;]
JavaParameter.getAnnotationTags ( ) : java.util.Collection
[run-time name: org/apache/cxf/tools/common/model/JavaParameter.getAnnotationTags:()Ljava/util/Collection;]
JavaParameter.getHolderName ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaParameter.getHolderName:()Ljava/lang/String;]
JavaParameter.getMethod ( ) : JavaMethod
[run-time name: org/apache/cxf/tools/common/model/JavaParameter.getMethod:()Lorg/apache/cxf/tools/common/model/JavaMethod;]
JavaParameter.getPartName ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaParameter.getPartName:()Ljava/lang/String;]
JavaParameter.isCallback ( ) : boolean
[run-time name: org/apache/cxf/tools/common/model/JavaParameter.isCallback:()Z]
JavaParameter.isHolder ( ) : boolean
[run-time name: org/apache/cxf/tools/common/model/JavaParameter.isHolder:()Z]
JavaParameter.JavaParameter ( )
[run-time name: org/apache/cxf/tools/common/model/JavaParameter."<init>":()V]
JavaParameter.JavaParameter ( String n, String t, String tns )
[run-time name: org/apache/cxf/tools/common/model/JavaParameter."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
JavaParameter.setCallback ( boolean newCallback ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaParameter.setCallback:(Z)V]
JavaParameter.setHolder ( boolean b ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaParameter.setHolder:(Z)V]
JavaParameter.setHolderName ( String hn ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaParameter.setHolderName:(Ljava/lang/String;)V]
JavaParameter.setMethod ( JavaMethod jm ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaParameter.setMethod:(Lorg/apache/cxf/tools/common/model/JavaMethod;)V]
JavaParameter.setPartName ( String name ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaParameter.setPartName:(Ljava/lang/String;)V]
JavaParameter.toString ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaParameter.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, JavaPort.class
package org.apache.cxf.tools.common.model
JavaPort.addOperation ( JavaMethod method ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaPort.addOperation:(Lorg/apache/cxf/tools/common/model/JavaMethod;)V]
JavaPort.getBindingAdress ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaPort.getBindingAdress:()Ljava/lang/String;]
JavaPort.getBindingName ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaPort.getBindingName:()Ljava/lang/String;]
JavaPort.getFullClassName ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaPort.getFullClassName:()Ljava/lang/String;]
JavaPort.getInterfaceClass ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaPort.getInterfaceClass:()Ljava/lang/String;]
JavaPort.getJavaDoc ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaPort.getJavaDoc:()Ljava/lang/String;]
JavaPort.getMethodName ( String mname ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaPort.getMethodName:(Ljava/lang/String;)Ljava/lang/String;]
JavaPort.getName ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaPort.getName:()Ljava/lang/String;]
JavaPort.getNameSpace ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaPort.getNameSpace:()Ljava/lang/String;]
JavaPort.getOperations ( ) : java.util.List
[run-time name: org/apache/cxf/tools/common/model/JavaPort.getOperations:()Ljava/util/List;]
JavaPort.getPackageName ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaPort.getPackageName:()Ljava/lang/String;]
JavaPort.getPortName ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaPort.getPortName:()Ljava/lang/String;]
JavaPort.getPortType ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaPort.getPortType:()Ljava/lang/String;]
JavaPort.getSoapVersion ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaPort.getSoapVersion:()Ljava/lang/String;]
JavaPort.getStyle ( ) : javax.jws.soap.SOAPBinding.Style
[run-time name: org/apache/cxf/tools/common/model/JavaPort.getStyle:()Ljavax/jws/soap/SOAPBinding$Style;]
JavaPort.getTransURI ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaPort.getTransURI:()Ljava/lang/String;]
JavaPort.JavaPort ( String pname )
[run-time name: org/apache/cxf/tools/common/model/JavaPort."<init>":(Ljava/lang/String;)V]
JavaPort.setBindingAdress ( String add ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaPort.setBindingAdress:(Ljava/lang/String;)V]
JavaPort.setBindingName ( String bName ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaPort.setBindingName:(Ljava/lang/String;)V]
JavaPort.setInterfaceClass ( String clzname ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaPort.setInterfaceClass:(Ljava/lang/String;)V]
JavaPort.setJavaDoc ( String d ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaPort.setJavaDoc:(Ljava/lang/String;)V]
JavaPort.setMethodName ( String mname ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaPort.setMethodName:(Ljava/lang/String;)V]
JavaPort.setName ( String portname ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaPort.setName:(Ljava/lang/String;)V]
JavaPort.setNameSpace ( String ns ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaPort.setNameSpace:(Ljava/lang/String;)V]
JavaPort.setPackageName ( String pkgName ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaPort.setPackageName:(Ljava/lang/String;)V]
JavaPort.setPortName ( String pname ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaPort.setPortName:(Ljava/lang/String;)V]
JavaPort.setPortType ( String type ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaPort.setPortType:(Ljava/lang/String;)V]
JavaPort.setSoapVersion ( String version ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaPort.setSoapVersion:(Ljava/lang/String;)V]
JavaPort.setStyle ( javax.jws.soap.SOAPBinding.Style sty ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaPort.setStyle:(Ljavax/jws/soap/SOAPBinding$Style;)V]
JavaPort.setTransURI ( String uri ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaPort.setTransURI:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JavaReturn.class
package org.apache.cxf.tools.common.model
JavaReturn.JavaReturn ( )
[run-time name: org/apache/cxf/tools/common/model/JavaReturn."<init>":()V]
JavaReturn.JavaReturn ( String n, String t, String tns )
[run-time name: org/apache/cxf/tools/common/model/JavaReturn."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JavaScriptContainer.class
package org.apache.cxf.tools.wsdlto.javascript
JavaScriptContainer.buildToolContext ( ) : void
[run-time name: org/apache/cxf/tools/wsdlto/javascript/JavaScriptContainer.buildToolContext:()V]
JavaScriptContainer.checkParams ( org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors ) : void
[run-time name: org/apache/cxf/tools/wsdlto/javascript/JavaScriptContainer.checkParams:(Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)V]
JavaScriptContainer.execute ( ) : void
[run-time name: org/apache/cxf/tools/wsdlto/javascript/JavaScriptContainer.execute:()V]
JavaScriptContainer.execute ( boolean exitOnFinish ) : void
[run-time name: org/apache/cxf/tools/wsdlto/javascript/JavaScriptContainer.execute:(Z)V]
JavaScriptContainer.getArrayKeys ( ) : java.util.Set
[run-time name: org/apache/cxf/tools/wsdlto/javascript/JavaScriptContainer.getArrayKeys:()Ljava/util/Set;]
JavaScriptContainer.getServiceValidators ( ) : java.util.List
[run-time name: org/apache/cxf/tools/wsdlto/javascript/JavaScriptContainer.getServiceValidators:()Ljava/util/List;]
JavaScriptContainer.getWSDLVersion ( ) : org.apache.cxf.common.WSDLConstants.WSDLVersion
[run-time name: org/apache/cxf/tools/wsdlto/javascript/JavaScriptContainer.getWSDLVersion:()Lorg/apache/cxf/common/WSDLConstants$WSDLVersion;]
JavaScriptContainer.JavaScriptContainer ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )
[run-time name: org/apache/cxf/tools/wsdlto/javascript/JavaScriptContainer."<init>":(Lorg/apache/cxf/tools/common/toolspec/ToolSpec;)V]
JavaScriptContainer.setNamespaceJavascriptPrefixes ( org.apache.cxf.tools.common.ToolContext env ) : void
[run-time name: org/apache/cxf/tools/wsdlto/javascript/JavaScriptContainer.setNamespaceJavascriptPrefixes:(Lorg/apache/cxf/tools/common/ToolContext;)V]
JavaScriptContainer.validate ( org.apache.cxf.service.model.ServiceInfo service ) : void
[run-time name: org/apache/cxf/tools/wsdlto/javascript/JavaScriptContainer.validate:(Lorg/apache/cxf/service/model/ServiceInfo;)V]
JavaScriptContainer.validate ( org.apache.cxf.tools.common.ToolContext env ) : void
[run-time name: org/apache/cxf/tools/wsdlto/javascript/JavaScriptContainer.validate:(Lorg/apache/cxf/tools/common/ToolContext;)V]
openejb-cxf-bundle-2.5.2.jar, JavascriptOptionsFeature.class
package org.apache.cxf.javascript
JavascriptOptionsFeature.getNamespacePrefixMap ( ) : java.util.Map
[run-time name: org/apache/cxf/javascript/JavascriptOptionsFeature.getNamespacePrefixMap:()Ljava/util/Map;]
JavascriptOptionsFeature.initialize ( org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/javascript/JavascriptOptionsFeature.initialize:(Lorg/apache/cxf/endpoint/Server;Lorg/apache/cxf/Bus;)V]
JavascriptOptionsFeature.JavascriptOptionsFeature ( )
[run-time name: org/apache/cxf/javascript/JavascriptOptionsFeature."<init>":()V]
JavascriptOptionsFeature.setNamespacePrefixMap ( java.util.Map namespacePrefixMap ) : void
[run-time name: org/apache/cxf/javascript/JavascriptOptionsFeature.setNamespacePrefixMap:(Ljava/util/Map;)V]
openejb-cxf-bundle-2.5.2.jar, JavascriptPrefix.class
package org.apache.cxf.javascript
JavascriptPrefix.namespace ( ) [abstract] : String
[run-time name: org/apache/cxf/javascript/JavascriptPrefix.namespace:()Ljava/lang/String;]
JavascriptPrefix.prefix ( ) [abstract] : String
[run-time name: org/apache/cxf/javascript/JavascriptPrefix.prefix:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, JavascriptPrefixes.class
package org.apache.cxf.javascript
JavascriptPrefixes.prefixes ( ) [abstract] : JavascriptPrefix[ ]
[run-time name: org/apache/cxf/javascript/JavascriptPrefixes.prefixes:()[Lorg/apache/cxf/javascript/JavascriptPrefix;]
openejb-cxf-bundle-2.5.2.jar, JavaScriptProfile.class
package org.apache.cxf.tools.wsdlto.javascript
JavaScriptProfile.JavaScriptProfile ( )
[run-time name: org/apache/cxf/tools/wsdlto/javascript/JavaScriptProfile."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, JavascriptQueryHandler.class
package org.apache.cxf.javascript
JavascriptQueryHandler.getResponseContentType ( String fullQueryString, String ctx ) : String
[run-time name: org/apache/cxf/javascript/JavascriptQueryHandler.getResponseContentType:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
JavascriptQueryHandler.isRecognizedQuery ( String baseUri, String ctx, org.apache.cxf.service.model.EndpointInfo endpointInfo, boolean contextMatchExact ) : boolean
[run-time name: org/apache/cxf/javascript/JavascriptQueryHandler.isRecognizedQuery:(Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/service/model/EndpointInfo;Z)Z]
JavascriptQueryHandler.isRecognizedQuery ( String fullQueryString, String ctx, org.apache.cxf.service.model.EndpointInfo endpoint ) : boolean
[run-time name: org/apache/cxf/javascript/JavascriptQueryHandler.isRecognizedQuery:(Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/service/model/EndpointInfo;)Z]
JavascriptQueryHandler.JavascriptQueryHandler ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/javascript/JavascriptQueryHandler."<init>":(Lorg/apache/cxf/Bus;)V]
JavascriptQueryHandler.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/javascript/JavascriptQueryHandler.setBus:(Lorg/apache/cxf/Bus;)V]
JavascriptQueryHandler.writeResponse ( String fullQueryString, String ctx, org.apache.cxf.service.model.EndpointInfo endpoint, java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/javascript/JavascriptQueryHandler.writeResponse:(Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/service/model/EndpointInfo;Ljava/io/OutputStream;)V]
JavascriptQueryHandler.writeUtilsToResponseStream ( Class referenceClass, java.io.OutputStream outputStream ) [static] : void
[run-time name: org/apache/cxf/javascript/JavascriptQueryHandler.writeUtilsToResponseStream:(Ljava/lang/Class;Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, JavascriptUtils.class
package org.apache.cxf.javascript
JavascriptUtils.appendElse ( ) : void
[run-time name: org/apache/cxf/javascript/JavascriptUtils.appendElse:()V]
JavascriptUtils.appendExpression ( String value ) : void
[run-time name: org/apache/cxf/javascript/JavascriptUtils.appendExpression:(Ljava/lang/String;)V]
JavascriptUtils.appendLine ( String line ) : void
[run-time name: org/apache/cxf/javascript/JavascriptUtils.appendLine:(Ljava/lang/String;)V]
JavascriptUtils.appendString ( String value ) : void
[run-time name: org/apache/cxf/javascript/JavascriptUtils.appendString:(Ljava/lang/String;)V]
JavascriptUtils.endBlock ( ) : void
[run-time name: org/apache/cxf/javascript/JavascriptUtils.endBlock:()V]
JavascriptUtils.escapeStringQuotes ( String data ) : String
[run-time name: org/apache/cxf/javascript/JavascriptUtils.escapeStringQuotes:(Ljava/lang/String;)Ljava/lang/String;]
JavascriptUtils.generateCodeToSerializeAny ( ParticleInfo itemInfo, String prefix, org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection ) : void
[run-time name: org/apache/cxf/javascript/JavascriptUtils.generateCodeToSerializeAny:(Lorg/apache/cxf/javascript/ParticleInfo;Ljava/lang/String;Lorg/apache/cxf/common/xmlschema/SchemaCollection;)V]
JavascriptUtils.generateCodeToSerializeElement ( ParticleInfo elementInfo, String referencePrefix, org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection ) : void
[run-time name: org/apache/cxf/javascript/JavascriptUtils.generateCodeToSerializeElement:(Lorg/apache/cxf/javascript/ParticleInfo;Ljava/lang/String;Lorg/apache/cxf/common/xmlschema/SchemaCollection;)V]
JavascriptUtils.getDefaultValueForSimpleType ( org.apache.ws.commons.schema.XmlSchemaType type ) : String
[run-time name: org/apache/cxf/javascript/JavascriptUtils.getDefaultValueForSimpleType:(Lorg/apache/ws/commons/schema/XmlSchemaType;)Ljava/lang/String;]
JavascriptUtils.isStringSimpleType ( javax.xml.namespace.QName typeName ) : boolean
[run-time name: org/apache/cxf/javascript/JavascriptUtils.isStringSimpleType:(Ljavax/xml/namespace/QName;)Z]
JavascriptUtils.javaScriptNameToken ( String token ) [static] : String
[run-time name: org/apache/cxf/javascript/JavascriptUtils.javaScriptNameToken:(Ljava/lang/String;)Ljava/lang/String;]
JavascriptUtils.javascriptParseExpression ( org.apache.ws.commons.schema.XmlSchemaType type, String value ) : String
[run-time name: org/apache/cxf/javascript/JavascriptUtils.javascriptParseExpression:(Lorg/apache/ws/commons/schema/XmlSchemaType;Ljava/lang/String;)Ljava/lang/String;]
JavascriptUtils.JavascriptUtils ( StringBuilder code )
[run-time name: org/apache/cxf/javascript/JavascriptUtils."<init>":(Ljava/lang/StringBuilder;)V]
JavascriptUtils.mtomCandidateType ( org.apache.ws.commons.schema.XmlSchemaType type ) [static] : boolean
[run-time name: org/apache/cxf/javascript/JavascriptUtils.mtomCandidateType:(Lorg/apache/ws/commons/schema/XmlSchemaType;)Z]
JavascriptUtils.notVeryComplexType ( org.apache.ws.commons.schema.XmlSchemaType type ) [static] : boolean
[run-time name: org/apache/cxf/javascript/JavascriptUtils.notVeryComplexType:(Lorg/apache/ws/commons/schema/XmlSchemaType;)Z]
JavascriptUtils.protectSingleQuotes ( String value ) [static] : String
[run-time name: org/apache/cxf/javascript/JavascriptUtils.protectSingleQuotes:(Ljava/lang/String;)Ljava/lang/String;]
JavascriptUtils.setXmlStringAccumulator ( String variableName ) : void
[run-time name: org/apache/cxf/javascript/JavascriptUtils.setXmlStringAccumulator:(Ljava/lang/String;)V]
JavascriptUtils.startBlock ( ) : void
[run-time name: org/apache/cxf/javascript/JavascriptUtils.startBlock:()V]
JavascriptUtils.startDo ( ) : void
[run-time name: org/apache/cxf/javascript/JavascriptUtils.startDo:()V]
JavascriptUtils.startFor ( String start, String test, String increment ) : void
[run-time name: org/apache/cxf/javascript/JavascriptUtils.startFor:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
JavascriptUtils.startForIn ( String var, String collection ) : void
[run-time name: org/apache/cxf/javascript/JavascriptUtils.startForIn:(Ljava/lang/String;Ljava/lang/String;)V]
JavascriptUtils.startIf ( String test ) : void
[run-time name: org/apache/cxf/javascript/JavascriptUtils.startIf:(Ljava/lang/String;)V]
JavascriptUtils.startWhile ( String test ) : void
[run-time name: org/apache/cxf/javascript/JavascriptUtils.startWhile:(Ljava/lang/String;)V]
JavascriptUtils.startXmlStringAccumulator ( String variableName ) : void
[run-time name: org/apache/cxf/javascript/JavascriptUtils.startXmlStringAccumulator:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JavaServiceClass.class
package org.apache.cxf.tools.common.model
JavaServiceClass.addPort ( JavaPort port ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaServiceClass.addPort:(Lorg/apache/cxf/tools/common/model/JavaPort;)V]
JavaServiceClass.getPorts ( ) : java.util.List
[run-time name: org/apache/cxf/tools/common/model/JavaServiceClass.getPorts:()Ljava/util/List;]
JavaServiceClass.getServiceName ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaServiceClass.getServiceName:()Ljava/lang/String;]
JavaServiceClass.JavaServiceClass ( JavaModel model )
[run-time name: org/apache/cxf/tools/common/model/JavaServiceClass."<init>":(Lorg/apache/cxf/tools/common/model/JavaModel;)V]
JavaServiceClass.setServiceName ( String name ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaServiceClass.setServiceName:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JavaToJS.class
package org.apache.cxf.tools.java2js
JavaToJS.checkParams ( org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors ) : void
[run-time name: org/apache/cxf/tools/java2js/JavaToJS.checkParams:(Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)V]
JavaToJS.execute ( boolean exitOnFinish ) : void
[run-time name: org/apache/cxf/tools/java2js/JavaToJS.execute:(Z)V]
JavaToJS.JavaToJS ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )
[run-time name: org/apache/cxf/tools/java2js/JavaToJS."<init>":(Lorg/apache/cxf/tools/common/toolspec/ToolSpec;)V]
JavaToJS.main ( String[ ] pargs ) [static] : void
[run-time name: org/apache/cxf/tools/java2js/JavaToJS.main:([Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JavaToJSProcessor.class
package org.apache.cxf.tools.java2js.processor
JavaToJSProcessor.getBindingId ( ) : String
[run-time name: org/apache/cxf/tools/java2js/processor/JavaToJSProcessor.getBindingId:()Ljava/lang/String;]
JavaToJSProcessor.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/tools/java2js/processor/JavaToJSProcessor.getBus:()Lorg/apache/cxf/Bus;]
JavaToJSProcessor.getDataBindingName ( ) : String
[run-time name: org/apache/cxf/tools/java2js/processor/JavaToJSProcessor.getDataBindingName:()Ljava/lang/String;]
JavaToJSProcessor.getEnvironment ( ) : org.apache.cxf.tools.common.ToolContext
[run-time name: org/apache/cxf/tools/java2js/processor/JavaToJSProcessor.getEnvironment:()Lorg/apache/cxf/tools/common/ToolContext;]
JavaToJSProcessor.getOutputDir ( java.io.File wsdlLocation ) : java.io.File
[run-time name: org/apache/cxf/tools/java2js/processor/JavaToJSProcessor.getOutputDir:(Ljava/io/File;)Ljava/io/File;]
JavaToJSProcessor.getOutputFile ( java.io.File nameFromClz, String defaultOutputFile ) : java.io.File
[run-time name: org/apache/cxf/tools/java2js/processor/JavaToJSProcessor.getOutputFile:(Ljava/io/File;Ljava/lang/String;)Ljava/io/File;]
JavaToJSProcessor.getServiceBuilder ( ) : org.apache.cxf.service.ServiceBuilder
[run-time name: org/apache/cxf/tools/java2js/processor/JavaToJSProcessor.getServiceBuilder:()Lorg/apache/cxf/service/ServiceBuilder;]
JavaToJSProcessor.getServiceClass ( ) : Class
[run-time name: org/apache/cxf/tools/java2js/processor/JavaToJSProcessor.getServiceClass:()Ljava/lang/Class;]
JavaToJSProcessor.getServiceName ( ) : String
[run-time name: org/apache/cxf/tools/java2js/processor/JavaToJSProcessor.getServiceName:()Ljava/lang/String;]
JavaToJSProcessor.getTransportId ( ) : String
[run-time name: org/apache/cxf/tools/java2js/processor/JavaToJSProcessor.getTransportId:()Ljava/lang/String;]
JavaToJSProcessor.getWSDLVersion ( ) : org.apache.cxf.common.WSDLConstants.WSDLVersion
[run-time name: org/apache/cxf/tools/java2js/processor/JavaToJSProcessor.getWSDLVersion:()Lorg/apache/cxf/common/WSDLConstants$WSDLVersion;]
JavaToJSProcessor.isSOAP12 ( ) : boolean
[run-time name: org/apache/cxf/tools/java2js/processor/JavaToJSProcessor.isSOAP12:()Z]
JavaToJSProcessor.JavaToJSProcessor ( )
[run-time name: org/apache/cxf/tools/java2js/processor/JavaToJSProcessor."<init>":()V]
JavaToJSProcessor.process ( ) : void
[run-time name: org/apache/cxf/tools/java2js/processor/JavaToJSProcessor.process:()V]
JavaToJSProcessor.setEnvironment ( org.apache.cxf.tools.common.ToolContext env ) : void
[run-time name: org/apache/cxf/tools/java2js/processor/JavaToJSProcessor.setEnvironment:(Lorg/apache/cxf/tools/common/ToolContext;)V]
openejb-cxf-bundle-2.5.2.jar, JavaToWS.class
package org.apache.cxf.tools.java2ws
JavaToWS.isVerbose ( ) : boolean
[run-time name: org/apache/cxf/tools/java2ws/JavaToWS.isVerbose:()Z]
JavaToWS.JavaToWS ( )
[run-time name: org/apache/cxf/tools/java2ws/JavaToWS."<init>":()V]
JavaToWS.JavaToWS ( String[ ] pargs )
[run-time name: org/apache/cxf/tools/java2ws/JavaToWS."<init>":([Ljava/lang/String;)V]
JavaToWS.main ( String[ ] args ) [static] : void
[run-time name: org/apache/cxf/tools/java2ws/JavaToWS.main:([Ljava/lang/String;)V]
JavaToWS.run ( ) : void
[run-time name: org/apache/cxf/tools/java2ws/JavaToWS.run:()V]
JavaToWS.run ( java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/tools/java2ws/JavaToWS.run:(Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, JavaToWSContainer.class
package org.apache.cxf.tools.java2ws
JavaToWSContainer.checkParams ( org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errs ) : void
[run-time name: org/apache/cxf/tools/java2ws/JavaToWSContainer.checkParams:(Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)V]
JavaToWSContainer.execute ( boolean exitOnFinish ) : void
[run-time name: org/apache/cxf/tools/java2ws/JavaToWSContainer.execute:(Z)V]
JavaToWSContainer.JavaToWSContainer ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )
[run-time name: org/apache/cxf/tools/java2ws/JavaToWSContainer."<init>":(Lorg/apache/cxf/tools/common/toolspec/ToolSpec;)V]
openejb-cxf-bundle-2.5.2.jar, JavaToWSDLProcessor.class
package org.apache.cxf.tools.java2wsdl.processor
JavaToWSDLProcessor.generate ( org.apache.cxf.service.model.ServiceInfo service, java.io.File output ) : void
[run-time name: org/apache/cxf/tools/java2wsdl/processor/JavaToWSDLProcessor.generate:(Lorg/apache/cxf/service/model/ServiceInfo;Ljava/io/File;)V]
JavaToWSDLProcessor.getBindingId ( ) : String
[run-time name: org/apache/cxf/tools/java2wsdl/processor/JavaToWSDLProcessor.getBindingId:()Ljava/lang/String;]
JavaToWSDLProcessor.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/tools/java2wsdl/processor/JavaToWSDLProcessor.getBus:()Lorg/apache/cxf/Bus;]
JavaToWSDLProcessor.getDataBindingName ( ) : String
[run-time name: org/apache/cxf/tools/java2wsdl/processor/JavaToWSDLProcessor.getDataBindingName:()Ljava/lang/String;]
JavaToWSDLProcessor.getEnvironment ( ) : org.apache.cxf.tools.common.ToolContext
[run-time name: org/apache/cxf/tools/java2wsdl/processor/JavaToWSDLProcessor.getEnvironment:()Lorg/apache/cxf/tools/common/ToolContext;]
JavaToWSDLProcessor.getOutputDir ( java.io.File wsdlLocation ) : java.io.File
[run-time name: org/apache/cxf/tools/java2wsdl/processor/JavaToWSDLProcessor.getOutputDir:(Ljava/io/File;)Ljava/io/File;]
JavaToWSDLProcessor.getOutputFile ( java.io.File nameFromClz, String defaultOutputFile ) : java.io.File
[run-time name: org/apache/cxf/tools/java2wsdl/processor/JavaToWSDLProcessor.getOutputFile:(Ljava/io/File;Ljava/lang/String;)Ljava/io/File;]
JavaToWSDLProcessor.getServiceBuilder ( ) : org.apache.cxf.service.ServiceBuilder
[run-time name: org/apache/cxf/tools/java2wsdl/processor/JavaToWSDLProcessor.getServiceBuilder:()Lorg/apache/cxf/service/ServiceBuilder;]
JavaToWSDLProcessor.getServiceClass ( ) : Class
[run-time name: org/apache/cxf/tools/java2wsdl/processor/JavaToWSDLProcessor.getServiceClass:()Ljava/lang/Class;]
JavaToWSDLProcessor.getServiceName ( ) : String
[run-time name: org/apache/cxf/tools/java2wsdl/processor/JavaToWSDLProcessor.getServiceName:()Ljava/lang/String;]
JavaToWSDLProcessor.getTransportId ( ) : String
[run-time name: org/apache/cxf/tools/java2wsdl/processor/JavaToWSDLProcessor.getTransportId:()Ljava/lang/String;]
JavaToWSDLProcessor.getWSDLVersion ( ) : org.apache.cxf.common.WSDLConstants.WSDLVersion
[run-time name: org/apache/cxf/tools/java2wsdl/processor/JavaToWSDLProcessor.getWSDLVersion:()Lorg/apache/cxf/common/WSDLConstants$WSDLVersion;]
JavaToWSDLProcessor.isSOAP12 ( ) : boolean
[run-time name: org/apache/cxf/tools/java2wsdl/processor/JavaToWSDLProcessor.isSOAP12:()Z]
JavaToWSDLProcessor.JavaToWSDLProcessor ( )
[run-time name: org/apache/cxf/tools/java2wsdl/processor/JavaToWSDLProcessor."<init>":()V]
JavaToWSDLProcessor.process ( ) : void
[run-time name: org/apache/cxf/tools/java2wsdl/processor/JavaToWSDLProcessor.process:()V]
JavaToWSDLProcessor.setEnvironment ( org.apache.cxf.tools.common.ToolContext env ) : void
[run-time name: org/apache/cxf/tools/java2wsdl/processor/JavaToWSDLProcessor.setEnvironment:(Lorg/apache/cxf/tools/common/ToolContext;)V]
openejb-cxf-bundle-2.5.2.jar, JavaType.class
package org.apache.cxf.tools.common.model
JavaType.getClassName ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaType.getClassName:()Ljava/lang/String;]
JavaType.getDefaultTypeValue ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaType.getDefaultTypeValue:()Ljava/lang/String;]
JavaType.getDefaultValueWriter ( ) : DefaultValueWriter
[run-time name: org/apache/cxf/tools/common/model/JavaType.getDefaultValueWriter:()Lorg/apache/cxf/tools/common/model/DefaultValueWriter;]
JavaType.getName ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaType.getName:()Ljava/lang/String;]
JavaType.getOwner ( ) : JavaInterface
[run-time name: org/apache/cxf/tools/common/model/JavaType.getOwner:()Lorg/apache/cxf/tools/common/model/JavaInterface;]
JavaType.getPackageName ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaType.getPackageName:()Ljava/lang/String;]
JavaType.getQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/tools/common/model/JavaType.getQName:()Ljavax/xml/namespace/QName;]
JavaType.getRawName ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaType.getRawName:()Ljava/lang/String;]
JavaType.getSimpleName ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaType.getSimpleName:()Ljava/lang/String;]
JavaType.getStyle ( ) : JavaType.Style
[run-time name: org/apache/cxf/tools/common/model/JavaType.getStyle:()Lorg/apache/cxf/tools/common/model/JavaType$Style;]
JavaType.getTargetNamespace ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaType.getTargetNamespace:()Ljava/lang/String;]
JavaType.getType ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaType.getType:()Ljava/lang/String;]
JavaType.isHeader ( ) : boolean
[run-time name: org/apache/cxf/tools/common/model/JavaType.isHeader:()Z]
JavaType.isIN ( ) : boolean
[run-time name: org/apache/cxf/tools/common/model/JavaType.isIN:()Z]
JavaType.isINOUT ( ) : boolean
[run-time name: org/apache/cxf/tools/common/model/JavaType.isINOUT:()Z]
JavaType.isOUT ( ) : boolean
[run-time name: org/apache/cxf/tools/common/model/JavaType.isOUT:()Z]
JavaType.JavaType ( )
[run-time name: org/apache/cxf/tools/common/model/JavaType."<init>":()V]
JavaType.JavaType ( String n, String t, String tns )
[run-time name: org/apache/cxf/tools/common/model/JavaType."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
JavaType.setClassName ( String clzName ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaType.setClassName:(Ljava/lang/String;)V]
JavaType.setDefaultValueWriter ( DefaultValueWriter w ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaType.setDefaultValueWriter:(Lorg/apache/cxf/tools/common/model/DefaultValueWriter;)V]
JavaType.setHeader ( boolean header ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaType.setHeader:(Z)V]
JavaType.setName ( String s ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaType.setName:(Ljava/lang/String;)V]
JavaType.setOwner ( JavaInterface intf ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaType.setOwner:(Lorg/apache/cxf/tools/common/model/JavaInterface;)V]
JavaType.setQName ( javax.xml.namespace.QName qn ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaType.setQName:(Ljavax/xml/namespace/QName;)V]
JavaType.setStyle ( JavaType.Style s ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaType.setStyle:(Lorg/apache/cxf/tools/common/model/JavaType$Style;)V]
JavaType.setTargetNamespace ( String tns ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaType.setTargetNamespace:(Ljava/lang/String;)V]
JavaType.setType ( String t ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaType.setType:(Ljava/lang/String;)V]
JavaType.toString ( ) : String
[run-time name: org/apache/cxf/tools/common/model/JavaType.toString:()Ljava/lang/String;]
JavaType.writeDefaultValue ( java.io.Writer writer, String indent, String opName, String varName ) : void
[run-time name: org/apache/cxf/tools/common/model/JavaType.writeDefaultValue:(Ljava/io/Writer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JavaTypeType.class
package org.apache.cxf.jaxws.javaee
JavaTypeType.JavaTypeType ( )
[run-time name: org/apache/cxf/jaxws/javaee/JavaTypeType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, JavaUtils.class
package org.apache.cxf.helpers
JavaUtils.isJavaKeyword ( String keyword ) [static] : boolean
[run-time name: org/apache/cxf/helpers/JavaUtils.isJavaKeyword:(Ljava/lang/String;)Z]
JavaUtils.makeNonJavaKeyword ( String keyword ) [static] : String
[run-time name: org/apache/cxf/helpers/JavaUtils.makeNonJavaKeyword:(Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, JaxbAssertion.class
package org.apache.cxf.ws.policy.builder.jaxb
JaxbAssertion.cast ( org.apache.neethi.Assertion a ) [static] : JaxbAssertion
[run-time name: org/apache/cxf/ws/policy/builder/jaxb/JaxbAssertion.cast:(Lorg/apache/neethi/Assertion;)Lorg/apache/cxf/ws/policy/builder/jaxb/JaxbAssertion;]
JaxbAssertion.cast ( org.apache.neethi.Assertion a, Class type ) [static] : JaxbAssertion
[run-time name: org/apache/cxf/ws/policy/builder/jaxb/JaxbAssertion.cast:(Lorg/apache/neethi/Assertion;Ljava/lang/Class;)Lorg/apache/cxf/ws/policy/builder/jaxb/JaxbAssertion;]
JaxbAssertion.clone ( boolean optional ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/policy/builder/jaxb/JaxbAssertion.clone:(Z)Lorg/apache/neethi/Assertion;]
JaxbAssertion.equal ( org.apache.neethi.PolicyComponent policyComponent ) : boolean
[run-time name: org/apache/cxf/ws/policy/builder/jaxb/JaxbAssertion.equal:(Lorg/apache/neethi/PolicyComponent;)Z]
JaxbAssertion.getData ( ) : Object
[run-time name: org/apache/cxf/ws/policy/builder/jaxb/JaxbAssertion.getData:()Ljava/lang/Object;]
JaxbAssertion.JaxbAssertion ( )
[run-time name: org/apache/cxf/ws/policy/builder/jaxb/JaxbAssertion."<init>":()V]
JaxbAssertion.JaxbAssertion ( javax.xml.namespace.QName qn, boolean optional )
[run-time name: org/apache/cxf/ws/policy/builder/jaxb/JaxbAssertion."<init>":(Ljavax/xml/namespace/QName;Z)V]
JaxbAssertion.JaxbAssertion ( javax.xml.namespace.QName qn, boolean optional, boolean ignorable )
[run-time name: org/apache/cxf/ws/policy/builder/jaxb/JaxbAssertion."<init>":(Ljavax/xml/namespace/QName;ZZ)V]
JaxbAssertion.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/policy/builder/jaxb/JaxbAssertion.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
JaxbAssertion.setData ( Object d ) : void
[run-time name: org/apache/cxf/ws/policy/builder/jaxb/JaxbAssertion.setData:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, JaxbAssertionBuilder.class
package org.apache.cxf.ws.policy.builder.jaxb
JaxbAssertionBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/policy/builder/jaxb/JaxbAssertionBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
JaxbAssertionBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/policy/builder/jaxb/JaxbAssertionBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
JaxbAssertionBuilder.buildAssertion ( ) : JaxbAssertion
[run-time name: org/apache/cxf/ws/policy/builder/jaxb/JaxbAssertionBuilder.buildAssertion:()Lorg/apache/cxf/ws/policy/builder/jaxb/JaxbAssertion;]
JaxbAssertionBuilder.getData ( org.w3c.dom.Element element ) : Object
[run-time name: org/apache/cxf/ws/policy/builder/jaxb/JaxbAssertionBuilder.getData:(Lorg/w3c/dom/Element;)Ljava/lang/Object;]
JaxbAssertionBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/policy/builder/jaxb/JaxbAssertionBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
JaxbAssertionBuilder.getOptionality ( org.w3c.dom.Element element ) : boolean
[run-time name: org/apache/cxf/ws/policy/builder/jaxb/JaxbAssertionBuilder.getOptionality:(Lorg/w3c/dom/Element;)Z]
JaxbAssertionBuilder.getUnmarshaller ( ) : javax.xml.bind.Unmarshaller
[run-time name: org/apache/cxf/ws/policy/builder/jaxb/JaxbAssertionBuilder.getUnmarshaller:()Ljavax/xml/bind/Unmarshaller;]
JaxbAssertionBuilder.JaxbAssertionBuilder ( Class type, javax.xml.namespace.QName qn )
[run-time name: org/apache/cxf/ws/policy/builder/jaxb/JaxbAssertionBuilder."<init>":(Ljava/lang/Class;Ljavax/xml/namespace/QName;)V]
JaxbAssertionBuilder.JaxbAssertionBuilder ( javax.xml.namespace.QName qn )
[run-time name: org/apache/cxf/ws/policy/builder/jaxb/JaxbAssertionBuilder."<init>":(Ljavax/xml/namespace/QName;)V]
JaxbAssertionBuilder.JaxbAssertionBuilder ( String className, javax.xml.namespace.QName qn )
[run-time name: org/apache/cxf/ws/policy/builder/jaxb/JaxbAssertionBuilder."<init>":(Ljava/lang/String;Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, JAXBAttachmentMarshaller.class
package org.apache.cxf.jaxb.attachment
JAXBAttachmentMarshaller.addMtomAttachment ( byte[ ] data, int offset, int length, String mimeType, String elementNS, String elementLocalName ) : String
[run-time name: org/apache/cxf/jaxb/attachment/JAXBAttachmentMarshaller.addMtomAttachment:([BIILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
JAXBAttachmentMarshaller.addMtomAttachment ( javax.activation.DataHandler handler, String elementNS, String elementLocalName ) : String
[run-time name: org/apache/cxf/jaxb/attachment/JAXBAttachmentMarshaller.addMtomAttachment:(Ljavax/activation/DataHandler;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
JAXBAttachmentMarshaller.addSwaRefAttachment ( javax.activation.DataHandler handler ) : String
[run-time name: org/apache/cxf/jaxb/attachment/JAXBAttachmentMarshaller.addSwaRefAttachment:(Ljavax/activation/DataHandler;)Ljava/lang/String;]
JAXBAttachmentMarshaller.getLastMTOMElementName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxb/attachment/JAXBAttachmentMarshaller.getLastMTOMElementName:()Ljavax/xml/namespace/QName;]
JAXBAttachmentMarshaller.isXOPPackage ( ) : boolean
[run-time name: org/apache/cxf/jaxb/attachment/JAXBAttachmentMarshaller.isXOPPackage:()Z]
JAXBAttachmentMarshaller.JAXBAttachmentMarshaller ( java.util.Collection attachments, Integer mtomThreshold )
[run-time name: org/apache/cxf/jaxb/attachment/JAXBAttachmentMarshaller."<init>":(Ljava/util/Collection;Ljava/lang/Integer;)V]
JAXBAttachmentMarshaller.setXOPPackage ( boolean xop ) : void
[run-time name: org/apache/cxf/jaxb/attachment/JAXBAttachmentMarshaller.setXOPPackage:(Z)V]
package org.apache.cxf.jaxrs.provider
JAXBAttachmentMarshaller.addMtomAttachment ( byte[ ] data, int offset, int length, String mimeType, String elementNS, String elementLocalName ) : String
[run-time name: org/apache/cxf/jaxrs/provider/JAXBAttachmentMarshaller.addMtomAttachment:([BIILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
JAXBAttachmentMarshaller.addMtomAttachment ( javax.activation.DataHandler handler, String elementNS, String elementLocalName ) : String
[run-time name: org/apache/cxf/jaxrs/provider/JAXBAttachmentMarshaller.addMtomAttachment:(Ljavax/activation/DataHandler;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
JAXBAttachmentMarshaller.addSwaRefAttachment ( javax.activation.DataHandler handler ) : String
[run-time name: org/apache/cxf/jaxrs/provider/JAXBAttachmentMarshaller.addSwaRefAttachment:(Ljavax/activation/DataHandler;)Ljava/lang/String;]
JAXBAttachmentMarshaller.isXOPPackage ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/JAXBAttachmentMarshaller.isXOPPackage:()Z]
JAXBAttachmentMarshaller.JAXBAttachmentMarshaller ( java.util.Collection attachments, Integer mtomThreshold )
[run-time name: org/apache/cxf/jaxrs/provider/JAXBAttachmentMarshaller."<init>":(Ljava/util/Collection;Ljava/lang/Integer;)V]
openejb-cxf-bundle-2.5.2.jar, JAXBAttachmentSchemaValidationHack.class
package org.apache.cxf.jaxb.attachment
JAXBAttachmentSchemaValidationHack.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxb/attachment/JAXBAttachmentSchemaValidationHack.handleMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, JAXBAttachmentUnmarshaller.class
package org.apache.cxf.jaxb.attachment
JAXBAttachmentUnmarshaller.getAttachmentAsByteArray ( String contentId ) : byte[ ]
[run-time name: org/apache/cxf/jaxb/attachment/JAXBAttachmentUnmarshaller.getAttachmentAsByteArray:(Ljava/lang/String;)[B]
JAXBAttachmentUnmarshaller.getAttachmentAsDataHandler ( String contentId ) : javax.activation.DataHandler
[run-time name: org/apache/cxf/jaxb/attachment/JAXBAttachmentUnmarshaller.getAttachmentAsDataHandler:(Ljava/lang/String;)Ljavax/activation/DataHandler;]
JAXBAttachmentUnmarshaller.isXOPPackage ( ) : boolean
[run-time name: org/apache/cxf/jaxb/attachment/JAXBAttachmentUnmarshaller.isXOPPackage:()Z]
JAXBAttachmentUnmarshaller.JAXBAttachmentUnmarshaller ( java.util.Collection attachments )
[run-time name: org/apache/cxf/jaxb/attachment/JAXBAttachmentUnmarshaller."<init>":(Ljava/util/Collection;)V]
package org.apache.cxf.jaxrs.provider
JAXBAttachmentUnmarshaller.getAttachmentAsByteArray ( String contentId ) : byte[ ]
[run-time name: org/apache/cxf/jaxrs/provider/JAXBAttachmentUnmarshaller.getAttachmentAsByteArray:(Ljava/lang/String;)[B]
JAXBAttachmentUnmarshaller.getAttachmentAsDataHandler ( String contentId ) : javax.activation.DataHandler
[run-time name: org/apache/cxf/jaxrs/provider/JAXBAttachmentUnmarshaller.getAttachmentAsDataHandler:(Ljava/lang/String;)Ljavax/activation/DataHandler;]
JAXBAttachmentUnmarshaller.isXOPPackage ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/JAXBAttachmentUnmarshaller.isXOPPackage:()Z]
JAXBAttachmentUnmarshaller.JAXBAttachmentUnmarshaller ( java.util.Collection attachments )
[run-time name: org/apache/cxf/jaxrs/provider/JAXBAttachmentUnmarshaller."<init>":(Ljava/util/Collection;)V]
openejb-cxf-bundle-2.5.2.jar, JAXBBeanFactory.class
package org.apache.cxf.configuration.spring
JAXBBeanFactory.createJAXBBean ( javax.xml.bind.JAXBContext context, String s, Class c ) [static] : Object
[run-time name: org/apache/cxf/configuration/spring/JAXBBeanFactory.createJAXBBean:(Ljavax/xml/bind/JAXBContext;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, JAXBBeanInfo.class
package org.apache.cxf.jaxb
JAXBBeanInfo.getElementLocalName ( Object p1 ) [abstract] : String
[run-time name: org/apache/cxf/jaxb/JAXBBeanInfo.getElementLocalName:(Ljava/lang/Object;)Ljava/lang/String;]
JAXBBeanInfo.getElementNamespaceURI ( Object p1 ) [abstract] : String
[run-time name: org/apache/cxf/jaxb/JAXBBeanInfo.getElementNamespaceURI:(Ljava/lang/Object;)Ljava/lang/String;]
JAXBBeanInfo.getTypeNames ( ) [abstract] : java.util.Collection
[run-time name: org/apache/cxf/jaxb/JAXBBeanInfo.getTypeNames:()Ljava/util/Collection;]
JAXBBeanInfo.isElement ( ) [abstract] : boolean
[run-time name: org/apache/cxf/jaxb/JAXBBeanInfo.isElement:()Z]
openejb-cxf-bundle-2.5.2.jar, JAXBBindErrorListener.class
package org.apache.cxf.tools.wsdlto.databinding.jaxb
JAXBBindErrorListener.error ( org.xml.sax.SAXParseException exception ) : void
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBBindErrorListener.error:(Lorg/xml/sax/SAXParseException;)V]
JAXBBindErrorListener.fatalError ( org.xml.sax.SAXParseException exception ) : void
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBBindErrorListener.fatalError:(Lorg/xml/sax/SAXParseException;)V]
JAXBBindErrorListener.hasErrors ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBBindErrorListener.hasErrors:()Z]
JAXBBindErrorListener.info ( org.xml.sax.SAXParseException exception ) : void
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBBindErrorListener.info:(Lorg/xml/sax/SAXParseException;)V]
JAXBBindErrorListener.JAXBBindErrorListener ( boolean verbose )
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBBindErrorListener."<init>":(Z)V]
JAXBBindErrorListener.throwError ( ) : void
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBBindErrorListener.throwError:()V]
JAXBBindErrorListener.warning ( org.xml.sax.SAXParseException exception ) : void
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBBindErrorListener.warning:(Lorg/xml/sax/SAXParseException;)V]
openejb-cxf-bundle-2.5.2.jar, JAXBCollectionWrapperReader.class
package org.apache.cxf.jaxrs.provider
AbstractJAXBProvider.JAXBCollectionWrapperReader.AbstractJAXBProvider.JAXBCollectionWrapperReader ( javax.xml.stream.XMLStreamReader reader )
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.JAXBCollectionWrapperReader."<init>":(Ljavax/xml/stream/XMLStreamReader;)V]
AbstractJAXBProvider.JAXBCollectionWrapperReader.getLocalName ( ) : String
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.JAXBCollectionWrapperReader.getLocalName:()Ljava/lang/String;]
AbstractJAXBProvider.JAXBCollectionWrapperReader.getNamespaceURI ( ) : String
[run-time name: org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.JAXBCollectionWrapperReader.getNamespaceURI:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, JAXBContextCache.class
package org.apache.cxf.jaxb
JAXBContextCache.addPackage ( java.util.Set classes, String pkg, ClassLoader loader ) [static] : void
[run-time name: org/apache/cxf/jaxb/JAXBContextCache.addPackage:(Ljava/util/Set;Ljava/lang/String;Ljava/lang/ClassLoader;)V]
JAXBContextCache.clearCaches ( ) [static] : void
[run-time name: org/apache/cxf/jaxb/JAXBContextCache.clearCaches:()V]
JAXBContextCache.getCachedContextAndSchemas ( Class cls ) [static] : JAXBContextCache.CachedContextAndSchemas
[run-time name: org/apache/cxf/jaxb/JAXBContextCache.getCachedContextAndSchemas:(Ljava/lang/Class;)Lorg/apache/cxf/jaxb/JAXBContextCache$CachedContextAndSchemas;]
JAXBContextCache.getCachedContextAndSchemas ( java.util.Set classes, String defaultNs, java.util.Map props, java.util.Collection typeRefs, boolean exact ) [static] : JAXBContextCache.CachedContextAndSchemas
[run-time name: org/apache/cxf/jaxb/JAXBContextCache.getCachedContextAndSchemas:(Ljava/util/Set;Ljava/lang/String;Ljava/util/Map;Ljava/util/Collection;Z)Lorg/apache/cxf/jaxb/JAXBContextCache$CachedContextAndSchemas;]
JAXBContextCache.getCachedContextAndSchemas ( String pkg, java.util.Map props, ClassLoader loader ) [static] : JAXBContextCache.CachedContextAndSchemas
[run-time name: org/apache/cxf/jaxb/JAXBContextCache.getCachedContextAndSchemas:(Ljava/lang/String;Ljava/util/Map;Ljava/lang/ClassLoader;)Lorg/apache/cxf/jaxb/JAXBContextCache$CachedContextAndSchemas;]
JAXBContextCache.scanPackages ( java.util.Set classes ) [static] : void
[run-time name: org/apache/cxf/jaxb/JAXBContextCache.scanPackages:(Ljava/util/Set;)V]
openejb-cxf-bundle-2.5.2.jar, JAXBContextProxy.class
package org.apache.cxf.jaxb
JAXBContextProxy.getBeanInfo ( Class p1 ) [abstract] : Object
[run-time name: org/apache/cxf/jaxb/JAXBContextProxy.getBeanInfo:(Ljava/lang/Class;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, JAXBDataBase.class
package org.apache.cxf.jaxb
JAXBDataBase.getAttachmentMarshaller ( ) : javax.xml.bind.attachment.AttachmentMarshaller
[run-time name: org/apache/cxf/jaxb/JAXBDataBase.getAttachmentMarshaller:()Ljavax/xml/bind/attachment/AttachmentMarshaller;]
JAXBDataBase.getAttachments ( ) : java.util.Collection
[run-time name: org/apache/cxf/jaxb/JAXBDataBase.getAttachments:()Ljava/util/Collection;]
JAXBDataBase.getAttachmentUnmarshaller ( ) : javax.xml.bind.attachment.AttachmentUnmarshaller
[run-time name: org/apache/cxf/jaxb/JAXBDataBase.getAttachmentUnmarshaller:()Ljavax/xml/bind/attachment/AttachmentUnmarshaller;]
JAXBDataBase.getJAXBAnnotation ( org.apache.cxf.service.model.MessagePartInfo mpi ) : annotation.Annotation[ ]
[run-time name: org/apache/cxf/jaxb/JAXBDataBase.getJAXBAnnotation:(Lorg/apache/cxf/service/model/MessagePartInfo;)[Ljava/lang/annotation/Annotation;]
JAXBDataBase.getJAXBContext ( ) : javax.xml.bind.JAXBContext
[run-time name: org/apache/cxf/jaxb/JAXBDataBase.getJAXBContext:()Ljavax/xml/bind/JAXBContext;]
JAXBDataBase.getMtomThreshold ( ) : Integer
[run-time name: org/apache/cxf/jaxb/JAXBDataBase.getMtomThreshold:()Ljava/lang/Integer;]
JAXBDataBase.getSchema ( ) : javax.xml.validation.Schema
[run-time name: org/apache/cxf/jaxb/JAXBDataBase.getSchema:()Ljavax/xml/validation/Schema;]
JAXBDataBase.honorJAXBAnnotations ( org.apache.cxf.service.model.MessagePartInfo part ) : boolean
[run-time name: org/apache/cxf/jaxb/JAXBDataBase.honorJAXBAnnotations:(Lorg/apache/cxf/service/model/MessagePartInfo;)Z]
JAXBDataBase.JAXBDataBase ( javax.xml.bind.JAXBContext ctx )
[run-time name: org/apache/cxf/jaxb/JAXBDataBase."<init>":(Ljavax/xml/bind/JAXBContext;)V]
JAXBDataBase.setAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/jaxb/JAXBDataBase.setAttachments:(Ljava/util/Collection;)V]
JAXBDataBase.setJAXBContext ( javax.xml.bind.JAXBContext jc ) : void
[run-time name: org/apache/cxf/jaxb/JAXBDataBase.setJAXBContext:(Ljavax/xml/bind/JAXBContext;)V]
JAXBDataBase.setMtomThreshold ( Integer threshold ) : void
[run-time name: org/apache/cxf/jaxb/JAXBDataBase.setMtomThreshold:(Ljava/lang/Integer;)V]
JAXBDataBase.setProperty ( String prop, Object value ) : void
[run-time name: org/apache/cxf/jaxb/JAXBDataBase.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
JAXBDataBase.setSchema ( javax.xml.validation.Schema s ) : void
[run-time name: org/apache/cxf/jaxb/JAXBDataBase.setSchema:(Ljavax/xml/validation/Schema;)V]
openejb-cxf-bundle-2.5.2.jar, JAXBDataBinding.class
package org.apache.cxf.jaxb
JAXBDataBinding.createJAXBContext ( java.util.Set classes ) : javax.xml.bind.JAXBContext
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.createJAXBContext:(Ljava/util/Set;)Ljavax/xml/bind/JAXBContext;]
JAXBDataBinding.createJAXBContext ( java.util.Set classes, String defaultNs ) : javax.xml.bind.JAXBContext
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.createJAXBContext:(Ljava/util/Set;Ljava/lang/String;)Ljavax/xml/bind/JAXBContext;]
JAXBDataBinding.createJAXBContextAndSchemas ( java.util.Set classes, String defaultNs ) : JAXBContextCache.CachedContextAndSchemas
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.createJAXBContextAndSchemas:(Ljava/util/Set;Ljava/lang/String;)Lorg/apache/cxf/jaxb/JAXBContextCache$CachedContextAndSchemas;]
JAXBDataBinding.createReader ( Class c ) : org.apache.cxf.databinding.DataReader
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.createReader:(Ljava/lang/Class;)Lorg/apache/cxf/databinding/DataReader;]
JAXBDataBinding.createWrapperHelper ( Class wrapperType, javax.xml.namespace.QName wrapperName, java.util.List partNames, java.util.List elTypeNames, java.util.List partClasses ) : org.apache.cxf.databinding.WrapperHelper
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.createWrapperHelper:(Ljava/lang/Class;Ljavax/xml/namespace/QName;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Lorg/apache/cxf/databinding/WrapperHelper;]
JAXBDataBinding.createWriter ( Class c ) : org.apache.cxf.databinding.DataWriter
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.createWriter:(Ljava/lang/Class;)Lorg/apache/cxf/databinding/DataWriter;]
JAXBDataBinding.getContext ( ) : javax.xml.bind.JAXBContext
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.getContext:()Ljavax/xml/bind/JAXBContext;]
JAXBDataBinding.getContextClasses ( ) : java.util.Set
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.getContextClasses:()Ljava/util/Set;]
JAXBDataBinding.getContextProperties ( ) : java.util.Map
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.getContextProperties:()Ljava/util/Map;]
JAXBDataBinding.getExtraClass ( ) : Class[ ]
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.getExtraClass:()[Ljava/lang/Class;]
JAXBDataBinding.getInFaultInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.getInFaultInterceptors:()Ljava/util/List;]
JAXBDataBinding.getInInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.getInInterceptors:()Ljava/util/List;]
JAXBDataBinding.getMarshallerListener ( ) : javax.xml.bind.Marshaller.Listener
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.getMarshallerListener:()Ljavax/xml/bind/Marshaller$Listener;]
JAXBDataBinding.getMarshallerProperties ( ) : java.util.Map
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.getMarshallerProperties:()Ljava/util/Map;]
JAXBDataBinding.getOutFaultInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.getOutFaultInterceptors:()Ljava/util/List;]
JAXBDataBinding.getOutInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.getOutInterceptors:()Ljava/util/List;]
JAXBDataBinding.getSupportedReaderFormats ( ) : Class[ ]
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.getSupportedReaderFormats:()[Ljava/lang/Class;]
JAXBDataBinding.getSupportedWriterFormats ( ) : Class[ ]
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.getSupportedWriterFormats:()[Ljava/lang/Class;]
JAXBDataBinding.getUnmarshallerListener ( ) : javax.xml.bind.Unmarshaller.Listener
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.getUnmarshallerListener:()Ljavax/xml/bind/Unmarshaller$Listener;]
JAXBDataBinding.getUnmarshallerProperties ( ) : java.util.Map
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.getUnmarshallerProperties:()Ljava/util/Map;]
JAXBDataBinding.getValidationEventHandler ( ) : javax.xml.bind.ValidationEventHandler
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.getValidationEventHandler:()Ljavax/xml/bind/ValidationEventHandler;]
JAXBDataBinding.initialize ( org.apache.cxf.service.Service service ) : void
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.initialize:(Lorg/apache/cxf/service/Service;)V]
JAXBDataBinding.isUnwrapJAXBElement ( ) : boolean
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.isUnwrapJAXBElement:()Z]
JAXBDataBinding.JAXBDataBinding ( )
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding."<init>":()V]
JAXBDataBinding.JAXBDataBinding ( boolean q )
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding."<init>":(Z)V]
JAXBDataBinding.JAXBDataBinding ( Class[ ] classes )
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding."<init>":([Ljava/lang/Class;)V]
JAXBDataBinding.JAXBDataBinding ( javax.xml.bind.JAXBContext context )
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding."<init>":(Ljavax/xml/bind/JAXBContext;)V]
JAXBDataBinding.setContext ( javax.xml.bind.JAXBContext ctx ) : void
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.setContext:(Ljavax/xml/bind/JAXBContext;)V]
JAXBDataBinding.setContextProperties ( java.util.Map contextProperties ) : void
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.setContextProperties:(Ljava/util/Map;)V]
JAXBDataBinding.setExtraClass ( Class[ ] userExtraClass ) : void
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.setExtraClass:([Ljava/lang/Class;)V]
JAXBDataBinding.setMarshallerListener ( javax.xml.bind.Marshaller.Listener marshallerListener ) : void
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.setMarshallerListener:(Ljavax/xml/bind/Marshaller$Listener;)V]
JAXBDataBinding.setMarshallerProperties ( java.util.Map marshallerProperties ) : void
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.setMarshallerProperties:(Ljava/util/Map;)V]
JAXBDataBinding.setUnmarshallerListener ( javax.xml.bind.Unmarshaller.Listener unmarshallerListener ) : void
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.setUnmarshallerListener:(Ljavax/xml/bind/Unmarshaller$Listener;)V]
JAXBDataBinding.setUnmarshallerProperties ( java.util.Map unmarshallerProperties ) : void
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.setUnmarshallerProperties:(Ljava/util/Map;)V]
JAXBDataBinding.setUnwrapJAXBElement ( boolean unwrapJAXBElement ) : void
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.setUnwrapJAXBElement:(Z)V]
JAXBDataBinding.setValidationEventHandler ( javax.xml.bind.ValidationEventHandler validationEventHandler ) : void
[run-time name: org/apache/cxf/jaxb/JAXBDataBinding.setValidationEventHandler:(Ljavax/xml/bind/ValidationEventHandler;)V]
package org.apache.cxf.tools.wsdlto.databinding.jaxb
JAXBDataBinding.cloneNode ( org.w3c.dom.Document document, org.w3c.dom.Node node, boolean deep ) : org.w3c.dom.Node
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBDataBinding.cloneNode:(Lorg/w3c/dom/Document;Lorg/w3c/dom/Node;Z)Lorg/w3c/dom/Node;]
JAXBDataBinding.createDefaultValueWriter ( javax.xml.namespace.QName qname, boolean element ) : org.apache.cxf.tools.common.model.DefaultValueWriter
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBDataBinding.createDefaultValueWriter:(Ljavax/xml/namespace/QName;Z)Lorg/apache/cxf/tools/common/model/DefaultValueWriter;]
JAXBDataBinding.createDefaultValueWriterForWrappedElement ( javax.xml.namespace.QName wrapperElement, javax.xml.namespace.QName item ) : org.apache.cxf.tools.common.model.DefaultValueWriter
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBDataBinding.createDefaultValueWriterForWrappedElement:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/tools/common/model/DefaultValueWriter;]
JAXBDataBinding.generate ( org.apache.cxf.tools.common.ToolContext c ) : void
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBDataBinding.generate:(Lorg/apache/cxf/tools/common/ToolContext;)V]
JAXBDataBinding.getType ( javax.xml.namespace.QName qname, boolean element ) : String
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBDataBinding.getType:(Ljavax/xml/namespace/QName;Z)Ljava/lang/String;]
JAXBDataBinding.getWrappedElementType ( javax.xml.namespace.QName wrapperElement, javax.xml.namespace.QName item ) : String
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBDataBinding.getWrappedElementType:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)Ljava/lang/String;]
JAXBDataBinding.initialize ( org.apache.cxf.tools.common.ToolContext c ) : void
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBDataBinding.initialize:(Lorg/apache/cxf/tools/common/ToolContext;)V]
JAXBDataBinding.JAXBDataBinding ( )
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBDataBinding."<init>":()V]
JAXBDataBinding.validateSchema ( org.w3c.dom.Element ele, String uri, org.apache.cxf.catalog.OASISCatalogManager catalog ) : void
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBDataBinding.validateSchema:(Lorg/w3c/dom/Element;Ljava/lang/String;Lorg/apache/cxf/catalog/OASISCatalogManager;)V]
openejb-cxf-bundle-2.5.2.jar, JAXBElementProvider.class
package org.apache.cxf.jaxrs.provider
JAXBElementProvider.addAttachmentMarshaller ( javax.xml.bind.Marshaller ms ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.addAttachmentMarshaller:(Ljavax/xml/bind/Marshaller;)V]
JAXBElementProvider.addAttachmentUnmarshaller ( javax.xml.bind.Unmarshaller um ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.addAttachmentUnmarshaller:(Ljavax/xml/bind/Unmarshaller;)V]
JAXBElementProvider.canBeReadAsJaxbElement ( Class type ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.canBeReadAsJaxbElement:(Ljava/lang/Class;)Z]
JAXBElementProvider.doUnmarshal ( javax.xml.bind.Unmarshaller unmarshaller, Class type, java.io.InputStream is, javax.ws.rs.core.MediaType mt ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.doUnmarshal:(Ljavax/xml/bind/Unmarshaller;Ljava/lang/Class;Ljava/io/InputStream;Ljavax/ws/rs/core/MediaType;)Ljava/lang/Object;]
JAXBElementProvider.getStreamReader ( java.io.InputStream is, Class type, javax.ws.rs.core.MediaType mt ) : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.getStreamReader:(Ljava/io/InputStream;Ljava/lang/Class;Ljavax/ws/rs/core/MediaType;)Ljavax/xml/stream/XMLStreamReader;]
JAXBElementProvider.getStreamWriter ( Object obj, java.io.OutputStream os, javax.ws.rs.core.MediaType mt ) : javax.xml.stream.XMLStreamWriter
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.getStreamWriter:(Ljava/lang/Object;Ljava/io/OutputStream;Ljavax/ws/rs/core/MediaType;)Ljavax/xml/stream/XMLStreamWriter;]
JAXBElementProvider.JAXBElementProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider."<init>":()V]
JAXBElementProvider.marshal ( Object obj, Class cls, reflect.Type genericType, String enc, java.io.OutputStream os, javax.ws.rs.core.MediaType mt ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.marshal:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;Ljava/lang/String;Ljava/io/OutputStream;Ljavax/ws/rs/core/MediaType;)V]
JAXBElementProvider.marshal ( Object obj, Class cls, reflect.Type genericType, String enc, java.io.OutputStream os, javax.ws.rs.core.MediaType mt, annotation.Annotation[ ] anns ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.marshal:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;Ljava/lang/String;Ljava/io/OutputStream;Ljavax/ws/rs/core/MediaType;[Ljava/lang/annotation/Annotation;)V]
JAXBElementProvider.marshal ( Object obj, Class cls, reflect.Type genericType, String enc, java.io.OutputStream os, javax.ws.rs.core.MediaType mt, javax.xml.bind.Marshaller ms ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.marshal:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;Ljava/lang/String;Ljava/io/OutputStream;Ljavax/ws/rs/core/MediaType;Ljavax/xml/bind/Marshaller;)V]
JAXBElementProvider.marshalCollection ( Class originalCls, Object collection, reflect.Type genericType, String enc, java.io.OutputStream os, javax.ws.rs.core.MediaType m, annotation.Annotation[ ] anns ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.marshalCollection:(Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/reflect/Type;Ljava/lang/String;Ljava/io/OutputStream;Ljavax/ws/rs/core/MediaType;[Ljava/lang/annotation/Annotation;)V]
JAXBElementProvider.marshalCollectionMember ( Object obj, Class cls, reflect.Type genericType, String enc, java.io.OutputStream os, javax.ws.rs.core.MediaType mt, String ns ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.marshalCollectionMember:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;Ljava/lang/String;Ljava/io/OutputStream;Ljavax/ws/rs/core/MediaType;Ljava/lang/String;)V]
JAXBElementProvider.marshalToOutputStream ( javax.xml.bind.Marshaller ms, Object obj, java.io.OutputStream os, javax.ws.rs.core.MediaType mt ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.marshalToOutputStream:(Ljavax/xml/bind/Marshaller;Ljava/lang/Object;Ljava/io/OutputStream;Ljavax/ws/rs/core/MediaType;)V]
JAXBElementProvider.marshalToWriter ( javax.xml.bind.Marshaller ms, Object obj, javax.xml.stream.XMLStreamWriter writer, javax.ws.rs.core.MediaType mt ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.marshalToWriter:(Ljavax/xml/bind/Marshaller;Ljava/lang/Object;Ljavax/xml/stream/XMLStreamWriter;Ljavax/ws/rs/core/MediaType;)V]
JAXBElementProvider.readFrom ( Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.readFrom:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Ljava/lang/Object;]
JAXBElementProvider.setConsumeMediaTypes ( java.util.List types ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.setConsumeMediaTypes:(Ljava/util/List;)V]
JAXBElementProvider.setEnableBuffering ( boolean enableBuf ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.setEnableBuffering:(Z)V]
JAXBElementProvider.setMarshallerProperties ( java.util.Map marshallProperties ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.setMarshallerProperties:(Ljava/util/Map;)V]
JAXBElementProvider.setMessageContext ( org.apache.cxf.jaxrs.ext.MessageContext mc ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.setMessageContext:(Lorg/apache/cxf/jaxrs/ext/MessageContext;)V]
JAXBElementProvider.setNamespaceMapper ( javax.xml.bind.Marshaller ms, java.util.Map map ) [static] : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.setNamespaceMapper:(Ljavax/xml/bind/Marshaller;Ljava/util/Map;)V]
JAXBElementProvider.setNamespacePrefixes ( java.util.Map prefixes ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.setNamespacePrefixes:(Ljava/util/Map;)V]
JAXBElementProvider.setProduceMediaTypes ( java.util.List types ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.setProduceMediaTypes:(Ljava/util/List;)V]
JAXBElementProvider.setSchemaHandler ( org.apache.cxf.jaxrs.utils.schemas.SchemaHandler handler ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.setSchemaHandler:(Lorg/apache/cxf/jaxrs/utils/schemas/SchemaHandler;)V]
JAXBElementProvider.setSchemaLocation ( String schemaLocation ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.setSchemaLocation:(Ljava/lang/String;)V]
JAXBElementProvider.setSchemas ( java.util.List locations ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.setSchemas:(Ljava/util/List;)V]
JAXBElementProvider.setXmlResourceOffset ( String value ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.setXmlResourceOffset:(Ljava/lang/String;)V]
JAXBElementProvider.unmarshalFromInputStream ( javax.xml.bind.Unmarshaller unmarshaller, java.io.InputStream is, javax.ws.rs.core.MediaType mt ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.unmarshalFromInputStream:(Ljavax/xml/bind/Unmarshaller;Ljava/io/InputStream;Ljavax/ws/rs/core/MediaType;)Ljava/lang/Object;]
JAXBElementProvider.unmarshalFromReader ( javax.xml.bind.Unmarshaller unmarshaller, javax.xml.stream.XMLStreamReader reader, javax.ws.rs.core.MediaType mt ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.unmarshalFromReader:(Ljavax/xml/bind/Unmarshaller;Ljavax/xml/stream/XMLStreamReader;Ljavax/ws/rs/core/MediaType;)Ljava/lang/Object;]
JAXBElementProvider.writeTo ( Object obj, Class cls, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType m, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXBElementProvider.writeTo:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, JAXBEncoderDecoder.class
package org.apache.cxf.jaxb
JAXBEncoderDecoder.getClassFromType ( reflect.Type t ) [static] : Class
[run-time name: org/apache/cxf/jaxb/JAXBEncoderDecoder.getClassFromType:(Ljava/lang/reflect/Type;)Ljava/lang/Class;]
JAXBEncoderDecoder.getElementValue ( Object obj ) [static] : Object
[run-time name: org/apache/cxf/jaxb/JAXBEncoderDecoder.getElementValue:(Ljava/lang/Object;)Ljava/lang/Object;]
JAXBEncoderDecoder.marshall ( javax.xml.bind.Marshaller marshaller, Object elValue, org.apache.cxf.service.model.MessagePartInfo part, Object source ) [static] : void
[run-time name: org/apache/cxf/jaxb/JAXBEncoderDecoder.marshall:(Ljavax/xml/bind/Marshaller;Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)V]
JAXBEncoderDecoder.marshallException ( javax.xml.bind.Marshaller marshaller, Exception elValue, org.apache.cxf.service.model.MessagePartInfo part, Object source ) [static] : void
[run-time name: org/apache/cxf/jaxb/JAXBEncoderDecoder.marshallException:(Ljavax/xml/bind/Marshaller;Ljava/lang/Exception;Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)V]
JAXBEncoderDecoder.marshallNullElement ( javax.xml.bind.Marshaller marshaller, Object source, org.apache.cxf.service.model.MessagePartInfo part ) [static] : void
[run-time name: org/apache/cxf/jaxb/JAXBEncoderDecoder.marshallNullElement:(Ljavax/xml/bind/Marshaller;Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;)V]
JAXBEncoderDecoder.marshalWithBridge ( javax.xml.namespace.QName qname, Class cls, annotation.Annotation[ ] anns, java.util.Set ctxClasses, Object elValue, Object source, javax.xml.bind.attachment.AttachmentMarshaller am ) [static] : void
[run-time name: org/apache/cxf/jaxb/JAXBEncoderDecoder.marshalWithBridge:(Ljavax/xml/namespace/QName;Ljava/lang/Class;[Ljava/lang/annotation/Annotation;Ljava/util/Set;Ljava/lang/Object;Ljava/lang/Object;Ljavax/xml/bind/attachment/AttachmentMarshaller;)V]
JAXBEncoderDecoder.unmarshall ( javax.xml.bind.Unmarshaller u, Object source, javax.xml.namespace.QName elName, Class clazz, boolean unwrap ) [static] : Object
[run-time name: org/apache/cxf/jaxb/JAXBEncoderDecoder.unmarshall:(Ljavax/xml/bind/Unmarshaller;Ljava/lang/Object;Ljavax/xml/namespace/QName;Ljava/lang/Class;Z)Ljava/lang/Object;]
JAXBEncoderDecoder.unmarshall ( javax.xml.bind.Unmarshaller u, Object source, org.apache.cxf.service.model.MessagePartInfo part, boolean unwrap ) [static] : Object
[run-time name: org/apache/cxf/jaxb/JAXBEncoderDecoder.unmarshall:(Ljavax/xml/bind/Unmarshaller;Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Z)Ljava/lang/Object;]
JAXBEncoderDecoder.unmarshallArray ( javax.xml.bind.Unmarshaller u, Object source, javax.xml.namespace.QName elName, Class clazz, java.util.List ret ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxb/JAXBEncoderDecoder.unmarshallArray:(Ljavax/xml/bind/Unmarshaller;Ljava/lang/Object;Ljavax/xml/namespace/QName;Ljava/lang/Class;Ljava/util/List;)Ljava/util/List;]
JAXBEncoderDecoder.unmarshallException ( javax.xml.bind.Unmarshaller u, Object source, org.apache.cxf.service.model.MessagePartInfo part ) [static] : Exception
[run-time name: org/apache/cxf/jaxb/JAXBEncoderDecoder.unmarshallException:(Ljavax/xml/bind/Unmarshaller;Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;)Ljava/lang/Exception;]
JAXBEncoderDecoder.unmarshalWithBridge ( javax.xml.namespace.QName qname, Class cls, annotation.Annotation[ ] anns, java.util.Set ctxClasses, Object source, javax.xml.bind.attachment.AttachmentUnmarshaller am ) [static] : Object
[run-time name: org/apache/cxf/jaxb/JAXBEncoderDecoder.unmarshalWithBridge:(Ljavax/xml/namespace/QName;Ljava/lang/Class;[Ljava/lang/annotation/Annotation;Ljava/util/Set;Ljava/lang/Object;Ljavax/xml/bind/attachment/AttachmentUnmarshaller;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, JAXBExtensionHelper.class
package org.apache.cxf.wsdl
JAXBExtensionHelper.addExtensions ( javax.wsdl.extensions.ExtensionRegistry registry, Class parentType, Class cls ) [static] : void
[run-time name: org/apache/cxf/wsdl/JAXBExtensionHelper.addExtensions:(Ljavax/wsdl/extensions/ExtensionRegistry;Ljava/lang/Class;Ljava/lang/Class;)V]
JAXBExtensionHelper.addExtensions ( javax.wsdl.extensions.ExtensionRegistry registry, Class parentType, Class cls, String namespace ) [static] : void
[run-time name: org/apache/cxf/wsdl/JAXBExtensionHelper.addExtensions:(Ljavax/wsdl/extensions/ExtensionRegistry;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;)V]
JAXBExtensionHelper.addExtensions ( javax.wsdl.extensions.ExtensionRegistry registry, String parentType, String elementType ) [static] : void
[run-time name: org/apache/cxf/wsdl/JAXBExtensionHelper.addExtensions:(Ljavax/wsdl/extensions/ExtensionRegistry;Ljava/lang/String;Ljava/lang/String;)V]
JAXBExtensionHelper.addExtensions ( javax.wsdl.extensions.ExtensionRegistry registry, String parentType, String elementType, String namespace ) [static] : void
[run-time name: org/apache/cxf/wsdl/JAXBExtensionHelper.addExtensions:(Ljavax/wsdl/extensions/ExtensionRegistry;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
JAXBExtensionHelper.JAXBExtensionHelper ( Class cls, String ns )
[run-time name: org/apache/cxf/wsdl/JAXBExtensionHelper."<init>":(Ljava/lang/Class;Ljava/lang/String;)V]
JAXBExtensionHelper.marshall ( Class parent, javax.xml.namespace.QName qname, javax.wsdl.extensions.ExtensibilityElement obj, java.io.PrintWriter pw, javax.wsdl.Definition wsdl, javax.wsdl.extensions.ExtensionRegistry registry ) : void
[run-time name: org/apache/cxf/wsdl/JAXBExtensionHelper.marshall:(Ljava/lang/Class;Ljavax/xml/namespace/QName;Ljavax/wsdl/extensions/ExtensibilityElement;Ljava/io/PrintWriter;Ljavax/wsdl/Definition;Ljavax/wsdl/extensions/ExtensionRegistry;)V]
JAXBExtensionHelper.unmarshall ( Class parent, javax.xml.namespace.QName qname, org.w3c.dom.Element element, javax.wsdl.Definition wsdl, javax.wsdl.extensions.ExtensionRegistry registry ) : javax.wsdl.extensions.ExtensibilityElement
[run-time name: org/apache/cxf/wsdl/JAXBExtensionHelper.unmarshall:(Ljava/lang/Class;Ljavax/xml/namespace/QName;Lorg/w3c/dom/Element;Ljavax/wsdl/Definition;Ljavax/wsdl/extensions/ExtensionRegistry;)Ljavax/wsdl/extensions/ExtensibilityElement;]
openejb-cxf-bundle-2.5.2.jar, JAXBToStringBuilder.class
package org.apache.cxf.jaxb
JAXBToStringBuilder.valueOf ( Object object ) [static] : String
[run-time name: org/apache/cxf/jaxb/JAXBToStringBuilder.valueOf:(Ljava/lang/Object;)Ljava/lang/String;]
JAXBToStringBuilder.valueOf ( Object object, org.apache.commons.lang.builder.ToStringStyle style ) [static] : String
[run-time name: org/apache/cxf/jaxb/JAXBToStringBuilder.valueOf:(Ljava/lang/Object;Lorg/apache/commons/lang/builder/ToStringStyle;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, JAXBUtils.class
package org.apache.cxf.jaxb
JAXBUtils.builtInTypeToJavaType ( String type ) [static] : String
[run-time name: org/apache/cxf/jaxb/JAXBUtils.builtInTypeToJavaType:(Ljava/lang/String;)Ljava/lang/String;]
JAXBUtils.createBridge ( java.util.Set ctxClasses, javax.xml.namespace.QName qname, Class refcls, annotation.Annotation[ ] anns ) [static] : JAXBUtils.BridgeWrapper
[run-time name: org/apache/cxf/jaxb/JAXBUtils.createBridge:(Ljava/util/Set;Ljavax/xml/namespace/QName;Ljava/lang/Class;[Ljava/lang/annotation/Annotation;)Lorg/apache/cxf/jaxb/JAXBUtils$BridgeWrapper;]
JAXBUtils.createFileCodeWriter ( java.io.File f ) [static] : Object
[run-time name: org/apache/cxf/jaxb/JAXBUtils.createFileCodeWriter:(Ljava/io/File;)Ljava/lang/Object;]
JAXBUtils.createRIContext ( Class[ ] clss, String defaultNS ) [static] : javax.xml.bind.JAXBContext
[run-time name: org/apache/cxf/jaxb/JAXBUtils.createRIContext:([Ljava/lang/Class;Ljava/lang/String;)Ljavax/xml/bind/JAXBContext;]
JAXBUtils.createSchemaCompiler ( ) [static] : JAXBUtils.SchemaCompiler
[run-time name: org/apache/cxf/jaxb/JAXBUtils.createSchemaCompiler:()Lorg/apache/cxf/jaxb/JAXBUtils$SchemaCompiler;]
JAXBUtils.createSchemaCompilerWithDefaultAllocator ( java.util.Set allocatorSet ) [static] : JAXBUtils.SchemaCompiler
[run-time name: org/apache/cxf/jaxb/JAXBUtils.createSchemaCompilerWithDefaultAllocator:(Ljava/util/Set;)Lorg/apache/cxf/jaxb/JAXBUtils$SchemaCompiler;]
JAXBUtils.generateJaxbSchemas ( javax.xml.bind.JAXBContext context, java.util.Map builtIns ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxb/JAXBUtils.generateJaxbSchemas:(Ljavax/xml/bind/JAXBContext;Ljava/util/Map;)Ljava/util/List;]
JAXBUtils.getBeanInfo ( JAXBContextProxy context, Class cls ) [static] : JAXBBeanInfo
[run-time name: org/apache/cxf/jaxb/JAXBUtils.getBeanInfo:(Lorg/apache/cxf/jaxb/JAXBContextProxy;Ljava/lang/Class;)Lorg/apache/cxf/jaxb/JAXBBeanInfo;]
JAXBUtils.getGeneratedClassNames ( JAXBUtils.JCodeModel codeModel ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxb/JAXBUtils.getGeneratedClassNames:(Lorg/apache/cxf/jaxb/JAXBUtils$JCodeModel;)Ljava/util/List;]
JAXBUtils.getPackageNamespace ( Class cls ) [static] : String
[run-time name: org/apache/cxf/jaxb/JAXBUtils.getPackageNamespace:(Ljava/lang/Class;)Ljava/lang/String;]
JAXBUtils.getParamClass ( JAXBUtils.SchemaCompiler sc, String method ) [static] : Class
[run-time name: org/apache/cxf/jaxb/JAXBUtils.getParamClass:(Lorg/apache/cxf/jaxb/JAXBUtils$SchemaCompiler;Ljava/lang/String;)Ljava/lang/Class;]
JAXBUtils.getValidClass ( Class cls ) [static] : Class
[run-time name: org/apache/cxf/jaxb/JAXBUtils.getValidClass:(Ljava/lang/Class;)Ljava/lang/Class;]
JAXBUtils.holderClass ( String type ) [static] : Class
[run-time name: org/apache/cxf/jaxb/JAXBUtils.holderClass:(Ljava/lang/String;)Ljava/lang/Class;]
JAXBUtils.isJavaKeyword ( String word ) [static] : boolean
[run-time name: org/apache/cxf/jaxb/JAXBUtils.isJavaKeyword:(Ljava/lang/String;)Z]
JAXBUtils.isJAXB22 ( ) [static] : boolean
[run-time name: org/apache/cxf/jaxb/JAXBUtils.isJAXB22:()Z]
JAXBUtils.logGeneratedClassNames ( java.util.logging.Logger logger, JAXBUtils.JCodeModel codeModel ) [static] : void
[run-time name: org/apache/cxf/jaxb/JAXBUtils.logGeneratedClassNames:(Ljava/util/logging/Logger;Lorg/apache/cxf/jaxb/JAXBUtils$JCodeModel;)V]
JAXBUtils.nameSpaceURIToPackage ( java.net.URI uri ) [static] : String
[run-time name: org/apache/cxf/jaxb/JAXBUtils.nameSpaceURIToPackage:(Ljava/net/URI;)Ljava/lang/String;]
JAXBUtils.namespaceURIToPackage ( String namespaceURI ) [static] : String
[run-time name: org/apache/cxf/jaxb/JAXBUtils.namespaceURIToPackage:(Ljava/lang/String;)Ljava/lang/String;]
JAXBUtils.nameToIdentifier ( String name, JAXBUtils.IdentifierType type ) [static] : String
[run-time name: org/apache/cxf/jaxb/JAXBUtils.nameToIdentifier:(Ljava/lang/String;Lorg/apache/cxf/jaxb/JAXBUtils$IdentifierType;)Ljava/lang/String;]
JAXBUtils.scanPackages ( java.util.Set classes, Class[ ] extraClass, java.util.Map objectFactoryCache ) [static] : void
[run-time name: org/apache/cxf/jaxb/JAXBUtils.scanPackages:(Ljava/util/Set;[Ljava/lang/Class;Ljava/util/Map;)V]
JAXBUtils.scanPackages ( java.util.Set classes, java.util.Map objectFactoryCache ) [static] : void
[run-time name: org/apache/cxf/jaxb/JAXBUtils.scanPackages:(Ljava/util/Set;Ljava/util/Map;)V]
JAXBUtils.setNamespaceWrapper ( java.util.Map nspref, javax.xml.bind.Marshaller marshaller ) [static] : void
[run-time name: org/apache/cxf/jaxb/JAXBUtils.setNamespaceWrapper:(Ljava/util/Map;Ljavax/xml/bind/Marshaller;)V]
package org.apache.cxf.jaxrs.utils
JAXBUtils.convertWithAdapter ( Object obj, annotation.Annotation[ ] anns ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/utils/JAXBUtils.convertWithAdapter:(Ljava/lang/Object;[Ljava/lang/annotation/Annotation;)Ljava/lang/Object;]
JAXBUtils.getAdapter ( Class objectClass, annotation.Annotation[ ] anns ) [static] : javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter
[run-time name: org/apache/cxf/jaxrs/utils/JAXBUtils.getAdapter:(Ljava/lang/Class;[Ljava/lang/annotation/Annotation;)Ljavax/xml/bind/annotation/adapters/XmlJavaTypeAdapter;]
JAXBUtils.getTypeFromAdapter ( javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter adapter, Class theType, boolean boundType ) [static] : Class
[run-time name: org/apache/cxf/jaxrs/utils/JAXBUtils.getTypeFromAdapter:(Ljavax/xml/bind/annotation/adapters/XmlJavaTypeAdapter;Ljava/lang/Class;Z)Ljava/lang/Class;]
JAXBUtils.getValueTypeFromAdapter ( Class expectedBoundType, Class defaultClass, annotation.Annotation[ ] anns ) [static] : Class
[run-time name: org/apache/cxf/jaxrs/utils/JAXBUtils.getValueTypeFromAdapter:(Ljava/lang/Class;Ljava/lang/Class;[Ljava/lang/annotation/Annotation;)Ljava/lang/Class;]
JAXBUtils.useAdapter ( Object obj, javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter typeAdapter, boolean marshal ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/utils/JAXBUtils.useAdapter:(Ljava/lang/Object;Ljavax/xml/bind/annotation/adapters/XmlJavaTypeAdapter;Z)Ljava/lang/Object;]
JAXBUtils.useAdapter ( Object obj, javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter typeAdapter, boolean marshal, Object defaultValue ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/utils/JAXBUtils.useAdapter:(Ljava/lang/Object;Ljavax/xml/bind/annotation/adapters/XmlJavaTypeAdapter;ZLjava/lang/Object;)Ljava/lang/Object;]
package org.apache.cxf.tools.util
JAXBUtils.getPackageMappingSchemaBindingFile ( String namespace, String pkgName ) [static] : java.io.File
[run-time name: org/apache/cxf/tools/util/JAXBUtils.getPackageMappingSchemaBindingFile:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/File;]
JAXBUtils.innerJaxbPackageBinding ( org.w3c.dom.Element schema, String packagevalue ) [static] : org.w3c.dom.Node
[run-time name: org/apache/cxf/tools/util/JAXBUtils.innerJaxbPackageBinding:(Lorg/w3c/dom/Element;Ljava/lang/String;)Lorg/w3c/dom/Node;]
openejb-cxf-bundle-2.5.2.jar, JAXBWrapperHelper.class
package org.apache.cxf.jaxb
JAXBWrapperHelper.createWrapperObject ( Class typeClass ) : Object
[run-time name: org/apache/cxf/jaxb/JAXBWrapperHelper.createWrapperObject:(Ljava/lang/Class;)Ljava/lang/Object;]
JAXBWrapperHelper.getPartObject ( int index, Object object ) : Object
[run-time name: org/apache/cxf/jaxb/JAXBWrapperHelper.getPartObject:(ILjava/lang/Object;)Ljava/lang/Object;]
JAXBWrapperHelper.getValue ( reflect.Method method, Object in ) : Object
[run-time name: org/apache/cxf/jaxb/JAXBWrapperHelper.getValue:(Ljava/lang/reflect/Method;Ljava/lang/Object;)Ljava/lang/Object;]
JAXBWrapperHelper.getWrapperObject ( Object object ) : Object
[run-time name: org/apache/cxf/jaxb/JAXBWrapperHelper.getWrapperObject:(Ljava/lang/Object;)Ljava/lang/Object;]
JAXBWrapperHelper.JAXBWrapperHelper ( Class wt, reflect.Method[ ] sets, reflect.Method[ ] gets, reflect.Method[ ] jaxbs, reflect.Field[ ] f, Object p6 )
[run-time name: org/apache/cxf/jaxb/JAXBWrapperHelper."<init>":(Ljava/lang/Class;[Ljava/lang/reflect/Method;[Ljava/lang/reflect/Method;[Ljava/lang/reflect/Method;[Ljava/lang/reflect/Field;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, JAXRSBindingFactory.class
package org.apache.cxf.jaxrs
JAXRSBindingFactory.createBinding ( org.apache.cxf.service.model.BindingInfo bi ) : org.apache.cxf.binding.Binding
[run-time name: org/apache/cxf/jaxrs/JAXRSBindingFactory.createBinding:(Lorg/apache/cxf/service/model/BindingInfo;)Lorg/apache/cxf/binding/Binding;]
JAXRSBindingFactory.createBindingInfo ( org.apache.cxf.service.Service service, String namespace, Object obj ) : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/jaxrs/JAXRSBindingFactory.createBindingInfo:(Lorg/apache/cxf/service/Service;Ljava/lang/String;Ljava/lang/Object;)Lorg/apache/cxf/service/model/BindingInfo;]
JAXRSBindingFactory.JAXRSBindingFactory ( )
[run-time name: org/apache/cxf/jaxrs/JAXRSBindingFactory."<init>":()V]
JAXRSBindingFactory.JAXRSBindingFactory ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/jaxrs/JAXRSBindingFactory."<init>":(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, JAXRSBPNamespaceHandler.class
package org.apache.cxf.jaxrs.blueprint
JAXRSBPNamespaceHandler.decorate ( org.w3c.dom.Node node, org.osgi.service.blueprint.reflect.ComponentMetadata component, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.ComponentMetadata
[run-time name: org/apache/cxf/jaxrs/blueprint/JAXRSBPNamespaceHandler.decorate:(Lorg/w3c/dom/Node;Lorg/osgi/service/blueprint/reflect/ComponentMetadata;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/ComponentMetadata;]
JAXRSBPNamespaceHandler.getBlueprintContainer ( ) : org.osgi.service.blueprint.container.BlueprintContainer
[run-time name: org/apache/cxf/jaxrs/blueprint/JAXRSBPNamespaceHandler.getBlueprintContainer:()Lorg/osgi/service/blueprint/container/BlueprintContainer;]
JAXRSBPNamespaceHandler.getManagedClasses ( ) : java.util.Set
[run-time name: org/apache/cxf/jaxrs/blueprint/JAXRSBPNamespaceHandler.getManagedClasses:()Ljava/util/Set;]
JAXRSBPNamespaceHandler.getSchemaLocation ( String namespace ) : java.net.URL
[run-time name: org/apache/cxf/jaxrs/blueprint/JAXRSBPNamespaceHandler.getSchemaLocation:(Ljava/lang/String;)Ljava/net/URL;]
JAXRSBPNamespaceHandler.JAXRSBPNamespaceHandler ( )
[run-time name: org/apache/cxf/jaxrs/blueprint/JAXRSBPNamespaceHandler."<init>":()V]
JAXRSBPNamespaceHandler.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/jaxrs/blueprint/JAXRSBPNamespaceHandler.parse:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/Metadata;]
JAXRSBPNamespaceHandler.setBlueprintContainer ( org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer ) : void
[run-time name: org/apache/cxf/jaxrs/blueprint/JAXRSBPNamespaceHandler.setBlueprintContainer:(Lorg/osgi/service/blueprint/container/BlueprintContainer;)V]
openejb-cxf-bundle-2.5.2.jar, JAXRSClientFactory.class
package org.apache.cxf.jaxrs.client
JAXRSClientFactory.create ( java.net.URI baseURI, Class cls ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactory.create:(Ljava/net/URI;Ljava/lang/Class;)Ljava/lang/Object;]
JAXRSClientFactory.create ( java.net.URI baseURI, Class cls, boolean inheritHeaders ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactory.create:(Ljava/net/URI;Ljava/lang/Class;Z)Ljava/lang/Object;]
JAXRSClientFactory.create ( String baseAddress, Class cls ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactory.create:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
JAXRSClientFactory.create ( String baseAddress, Class cls, java.util.List providers ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactory.create:(Ljava/lang/String;Ljava/lang/Class;Ljava/util/List;)Ljava/lang/Object;]
JAXRSClientFactory.create ( String baseAddress, Class cls, java.util.List providers, boolean threadSafe ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactory.create:(Ljava/lang/String;Ljava/lang/Class;Ljava/util/List;Z)Ljava/lang/Object;]
JAXRSClientFactory.create ( String baseAddress, Class cls, java.util.List providers, String configLocation ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactory.create:(Ljava/lang/String;Ljava/lang/Class;Ljava/util/List;Ljava/lang/String;)Ljava/lang/Object;]
JAXRSClientFactory.create ( String baseAddress, Class cls, String configLocation ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactory.create:(Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;]
JAXRSClientFactory.create ( String baseAddress, Class cls, String configLocation, Object[ ] varValues ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactory.create:(Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;]
JAXRSClientFactory.create ( String baseAddress, Class cls, String username, String password, String configLocation ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactory.create:(Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;]
JAXRSClientFactory.createFromModel ( String baseAddress, Class cls, java.util.List modelBeans, java.util.List providers, String configLocation ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactory.createFromModel:(Ljava/lang/String;Ljava/lang/Class;Ljava/util/List;Ljava/util/List;Ljava/lang/String;)Ljava/lang/Object;]
JAXRSClientFactory.createFromModel ( String baseAddress, Class cls, java.util.List modelBeans, String configLocation ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactory.createFromModel:(Ljava/lang/String;Ljava/lang/Class;Ljava/util/List;Ljava/lang/String;)Ljava/lang/Object;]
JAXRSClientFactory.createFromModel ( String baseAddress, Class cls, String modelRef, java.util.List providers, boolean threadSafe ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactory.createFromModel:(Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;Ljava/util/List;Z)Ljava/lang/Object;]
JAXRSClientFactory.createFromModel ( String baseAddress, Class cls, String modelRef, java.util.List providers, String configLocation ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactory.createFromModel:(Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;Ljava/util/List;Ljava/lang/String;)Ljava/lang/Object;]
JAXRSClientFactory.createFromModel ( String baseAddress, Class cls, String modelRef, String configLocation ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactory.createFromModel:(Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;]
JAXRSClientFactory.fromClient ( Client client, Class cls ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactory.fromClient:(Lorg/apache/cxf/jaxrs/client/Client;Ljava/lang/Class;)Ljava/lang/Object;]
JAXRSClientFactory.fromClient ( Client client, Class cls, boolean inheritHeaders ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactory.fromClient:(Lorg/apache/cxf/jaxrs/client/Client;Ljava/lang/Class;Z)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, JAXRSClientFactoryBean.class
package org.apache.cxf.jaxrs.client
JAXRSClientFactoryBean.applyFeatures ( AbstractClient client ) : void
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.applyFeatures:(Lorg/apache/cxf/jaxrs/client/AbstractClient;)V]
JAXRSClientFactoryBean.create ( ) : Client
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.create:()Lorg/apache/cxf/jaxrs/client/Client;]
JAXRSClientFactoryBean.create ( Class cls, Object[ ] varValues ) : Object
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.create:(Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;]
JAXRSClientFactoryBean.createWebClient ( ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.createWebClient:()Lorg/apache/cxf/jaxrs/client/WebClient;]
JAXRSClientFactoryBean.createWithValues ( Object[ ] varValues ) : Client
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.createWithValues:([Ljava/lang/Object;)Lorg/apache/cxf/jaxrs/client/Client;]
JAXRSClientFactoryBean.getConduitSelector ( org.apache.cxf.endpoint.Endpoint ep ) : org.apache.cxf.endpoint.ConduitSelector
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.getConduitSelector:(Lorg/apache/cxf/endpoint/Endpoint;)Lorg/apache/cxf/endpoint/ConduitSelector;]
JAXRSClientFactoryBean.getHeaders ( ) : java.util.Map
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.getHeaders:()Ljava/util/Map;]
JAXRSClientFactoryBean.getPassword ( ) : String
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.getPassword:()Ljava/lang/String;]
JAXRSClientFactoryBean.getServiceClass ( ) : Class
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.getServiceClass:()Ljava/lang/Class;]
JAXRSClientFactoryBean.getUsername ( ) : String
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.getUsername:()Ljava/lang/String;]
JAXRSClientFactoryBean.initClient ( AbstractClient client, org.apache.cxf.endpoint.Endpoint ep, boolean addHeaders ) : void
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.initClient:(Lorg/apache/cxf/jaxrs/client/AbstractClient;Lorg/apache/cxf/endpoint/Endpoint;Z)V]
JAXRSClientFactoryBean.JAXRSClientFactoryBean ( )
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean."<init>":()V]
JAXRSClientFactoryBean.JAXRSClientFactoryBean ( org.apache.cxf.jaxrs.JAXRSServiceFactoryBean serviceFactory )
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean."<init>":(Lorg/apache/cxf/jaxrs/JAXRSServiceFactoryBean;)V]
JAXRSClientFactoryBean.setHeaders ( java.util.Map map ) : void
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.setHeaders:(Ljava/util/Map;)V]
JAXRSClientFactoryBean.setInheritHeaders ( boolean ih ) : void
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.setInheritHeaders:(Z)V]
JAXRSClientFactoryBean.setInitialState ( ClientState initialState ) : void
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.setInitialState:(Lorg/apache/cxf/jaxrs/client/ClientState;)V]
JAXRSClientFactoryBean.setPassword ( String password ) : void
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.setPassword:(Ljava/lang/String;)V]
JAXRSClientFactoryBean.setResourceClass ( Class cls ) : void
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.setResourceClass:(Ljava/lang/Class;)V]
JAXRSClientFactoryBean.setSecondsToKeepState ( long time ) : void
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.setSecondsToKeepState:(J)V]
JAXRSClientFactoryBean.setServiceClass ( Class cls ) : void
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.setServiceClass:(Ljava/lang/Class;)V]
JAXRSClientFactoryBean.setThreadSafe ( boolean threadSafe ) : void
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.setThreadSafe:(Z)V]
JAXRSClientFactoryBean.setUsername ( String username ) : void
[run-time name: org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.setUsername:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JAXRSClientFactoryBeanDefinitionParser.class
package org.apache.cxf.jaxrs.blueprint
JAXRSClientFactoryBeanDefinitionParser.getFactoryCreateType ( org.w3c.dom.Element element ) : String
[run-time name: org/apache/cxf/jaxrs/blueprint/JAXRSClientFactoryBeanDefinitionParser.getFactoryCreateType:(Lorg/w3c/dom/Element;)Ljava/lang/String;]
JAXRSClientFactoryBeanDefinitionParser.getFactorySuffix ( ) : String
[run-time name: org/apache/cxf/jaxrs/blueprint/JAXRSClientFactoryBeanDefinitionParser.getFactorySuffix:()Ljava/lang/String;]
JAXRSClientFactoryBeanDefinitionParser.hasBusProperty ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/blueprint/JAXRSClientFactoryBeanDefinitionParser.hasBusProperty:()Z]
JAXRSClientFactoryBeanDefinitionParser.JAXRSClientFactoryBeanDefinitionParser ( )
[run-time name: org/apache/cxf/jaxrs/blueprint/JAXRSClientFactoryBeanDefinitionParser."<init>":()V]
JAXRSClientFactoryBeanDefinitionParser.mapAttribute ( org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element e, String name, String val, org.apache.aries.blueprint.ParserContext context ) : void
[run-time name: org/apache/cxf/jaxrs/blueprint/JAXRSClientFactoryBeanDefinitionParser.mapAttribute:(Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/lang/String;Lorg/apache/aries/blueprint/ParserContext;)V]
JAXRSClientFactoryBeanDefinitionParser.mapElement ( org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element el, String name ) : void
[run-time name: org/apache/cxf/jaxrs/blueprint/JAXRSClientFactoryBeanDefinitionParser.mapElement:(Lorg/apache/aries/blueprint/ParserContext;Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
package org.apache.cxf.jaxrs.spring
JAXRSClientFactoryBeanDefinitionParser.getFactoryClass ( ) : Class
[run-time name: org/apache/cxf/jaxrs/spring/JAXRSClientFactoryBeanDefinitionParser.getFactoryClass:()Ljava/lang/Class;]
JAXRSClientFactoryBeanDefinitionParser.getFactoryIdSuffix ( ) : String
[run-time name: org/apache/cxf/jaxrs/spring/JAXRSClientFactoryBeanDefinitionParser.getFactoryIdSuffix:()Ljava/lang/String;]
JAXRSClientFactoryBeanDefinitionParser.getSuffix ( ) : String
[run-time name: org/apache/cxf/jaxrs/spring/JAXRSClientFactoryBeanDefinitionParser.getSuffix:()Ljava/lang/String;]
JAXRSClientFactoryBeanDefinitionParser.JAXRSClientFactoryBeanDefinitionParser ( )
[run-time name: org/apache/cxf/jaxrs/spring/JAXRSClientFactoryBeanDefinitionParser."<init>":()V]
JAXRSClientFactoryBeanDefinitionParser.mapAttribute ( org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name, String val ) : void
[run-time name: org/apache/cxf/jaxrs/spring/JAXRSClientFactoryBeanDefinitionParser.mapAttribute:(Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/lang/String;)V]
JAXRSClientFactoryBeanDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element el, String name ) : void
[run-time name: org/apache/cxf/jaxrs/spring/JAXRSClientFactoryBeanDefinitionParser.mapElement:(Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JAXRSContainer.class
package org.apache.cxf.tools.wadlto.jaxrs
JAXRSContainer.buildToolContext ( ) : void
[run-time name: org/apache/cxf/tools/wadlto/jaxrs/JAXRSContainer.buildToolContext:()V]
JAXRSContainer.execute ( ) : void
[run-time name: org/apache/cxf/tools/wadlto/jaxrs/JAXRSContainer.execute:()V]
JAXRSContainer.execute ( boolean exitOnFinish ) : void
[run-time name: org/apache/cxf/tools/wadlto/jaxrs/JAXRSContainer.execute:(Z)V]
JAXRSContainer.getAbsoluteWadlURL ( ) : String
[run-time name: org/apache/cxf/tools/wadlto/jaxrs/JAXRSContainer.getAbsoluteWadlURL:()Ljava/lang/String;]
JAXRSContainer.getArrayKeys ( ) : java.util.Set
[run-time name: org/apache/cxf/tools/wadlto/jaxrs/JAXRSContainer.getArrayKeys:()Ljava/util/Set;]
JAXRSContainer.JAXRSContainer ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )
[run-time name: org/apache/cxf/tools/wadlto/jaxrs/JAXRSContainer."<init>":(Lorg/apache/cxf/tools/common/toolspec/ToolSpec;)V]
JAXRSContainer.readWadl ( String wadlURI ) : String
[run-time name: org/apache/cxf/tools/wadlto/jaxrs/JAXRSContainer.readWadl:(Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, JAXRSDataBinding.class
package org.apache.cxf.jaxrs.provider
JAXRSDataBinding.createReader ( Class cls ) : org.apache.cxf.databinding.DataReader
[run-time name: org/apache/cxf/jaxrs/provider/JAXRSDataBinding.createReader:(Ljava/lang/Class;)Lorg/apache/cxf/databinding/DataReader;]
JAXRSDataBinding.createWriter ( Class cls ) : org.apache.cxf.databinding.DataWriter
[run-time name: org/apache/cxf/jaxrs/provider/JAXRSDataBinding.createWriter:(Ljava/lang/Class;)Lorg/apache/cxf/databinding/DataWriter;]
JAXRSDataBinding.getSupportedReaderFormats ( ) : Class[ ]
[run-time name: org/apache/cxf/jaxrs/provider/JAXRSDataBinding.getSupportedReaderFormats:()[Ljava/lang/Class;]
JAXRSDataBinding.getSupportedWriterFormats ( ) : Class[ ]
[run-time name: org/apache/cxf/jaxrs/provider/JAXRSDataBinding.getSupportedWriterFormats:()[Ljava/lang/Class;]
JAXRSDataBinding.getTargetMethod ( org.apache.cxf.message.Message m ) : reflect.Method
[run-time name: org/apache/cxf/jaxrs/provider/JAXRSDataBinding.getTargetMethod:(Lorg/apache/cxf/message/Message;)Ljava/lang/reflect/Method;]
JAXRSDataBinding.initialize ( org.apache.cxf.service.Service service ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXRSDataBinding.initialize:(Lorg/apache/cxf/service/Service;)V]
JAXRSDataBinding.JAXRSDataBinding ( )
[run-time name: org/apache/cxf/jaxrs/provider/JAXRSDataBinding."<init>":()V]
JAXRSDataBinding.setProvider ( Object provider ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JAXRSDataBinding.setProvider:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, JAXRSInInterceptor.class
package org.apache.cxf.jaxrs.interceptor
JAXRSInInterceptor.handleFault ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxrs/interceptor/JAXRSInInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
JAXRSInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxrs/interceptor/JAXRSInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
JAXRSInInterceptor.JAXRSInInterceptor ( )
[run-time name: org/apache/cxf/jaxrs/interceptor/JAXRSInInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, JAXRSInvoker.class
package org.apache.cxf.jaxrs
JAXRSInvoker.getActualServiceObject ( org.apache.cxf.message.Exchange exchange, Object rootInstance ) : Object
[run-time name: org/apache/cxf/jaxrs/JAXRSInvoker.getActualServiceObject:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)Ljava/lang/Object;]
JAXRSInvoker.getServiceObject ( org.apache.cxf.message.Exchange exchange ) : Object
[run-time name: org/apache/cxf/jaxrs/JAXRSInvoker.getServiceObject:(Lorg/apache/cxf/message/Exchange;)Ljava/lang/Object;]
JAXRSInvoker.getTemplateValues ( org.apache.cxf.message.Message msg ) : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/cxf/jaxrs/JAXRSInvoker.getTemplateValues:(Lorg/apache/cxf/message/Message;)Ljavax/ws/rs/core/MultivaluedMap;]
JAXRSInvoker.invoke ( org.apache.cxf.message.Exchange exchange, Object request ) : Object
[run-time name: org/apache/cxf/jaxrs/JAXRSInvoker.invoke:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)Ljava/lang/Object;]
JAXRSInvoker.invoke ( org.apache.cxf.message.Exchange exchange, Object request, Object resourceObject ) : Object
[run-time name: org/apache/cxf/jaxrs/JAXRSInvoker.invoke:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
JAXRSInvoker.JAXRSInvoker ( )
[run-time name: org/apache/cxf/jaxrs/JAXRSInvoker."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, JAXRSOutInterceptor.class
package org.apache.cxf.jaxrs.interceptor
JAXRSOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxrs/interceptor/JAXRSOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
JAXRSOutInterceptor.JAXRSOutInterceptor ( )
[run-time name: org/apache/cxf/jaxrs/interceptor/JAXRSOutInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, JAXRSServerFactoryBean.class
package org.apache.cxf.jaxrs
JAXRSServerFactoryBean.applyFeatures ( ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.applyFeatures:()V]
JAXRSServerFactoryBean.create ( ) : org.apache.cxf.endpoint.Server
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.create:()Lorg/apache/cxf/endpoint/Server;]
JAXRSServerFactoryBean.createInvoker ( ) : org.apache.cxf.service.invoker.Invoker
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.createInvoker:()Lorg/apache/cxf/service/invoker/Invoker;]
JAXRSServerFactoryBean.getDocLocation ( ) : String
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.getDocLocation:()Ljava/lang/String;]
JAXRSServerFactoryBean.getResourceClasses ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.getResourceClasses:()Ljava/util/List;]
JAXRSServerFactoryBean.init ( ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.init:()V]
JAXRSServerFactoryBean.JAXRSServerFactoryBean ( )
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean."<init>":()V]
JAXRSServerFactoryBean.JAXRSServerFactoryBean ( JAXRSServiceFactoryBean sf )
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean."<init>":(Lorg/apache/cxf/jaxrs/JAXRSServiceFactoryBean;)V]
JAXRSServerFactoryBean.setApplication ( javax.ws.rs.core.Application app ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.setApplication:(Ljavax/ws/rs/core/Application;)V]
JAXRSServerFactoryBean.setDocLocation ( String docLocation ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.setDocLocation:(Ljava/lang/String;)V]
JAXRSServerFactoryBean.setExtensionMappings ( java.util.Map extMaps ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.setExtensionMappings:(Ljava/util/Map;)V]
JAXRSServerFactoryBean.setInvoker ( org.apache.cxf.service.invoker.Invoker invoker ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.setInvoker:(Lorg/apache/cxf/service/invoker/Invoker;)V]
JAXRSServerFactoryBean.setLanguageMappings ( java.util.Map lMaps ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.setLanguageMappings:(Ljava/util/Map;)V]
JAXRSServerFactoryBean.setResourceClasses ( Class[ ] classes ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.setResourceClasses:([Ljava/lang/Class;)V]
JAXRSServerFactoryBean.setResourceClasses ( java.util.List classes ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.setResourceClasses:(Ljava/util/List;)V]
JAXRSServerFactoryBean.setResourceComparator ( ext.ResourceComparator rcomp ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.setResourceComparator:(Lorg/apache/cxf/jaxrs/ext/ResourceComparator;)V]
JAXRSServerFactoryBean.setResourceProvider ( Class c, lifecycle.ResourceProvider rp ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.setResourceProvider:(Ljava/lang/Class;Lorg/apache/cxf/jaxrs/lifecycle/ResourceProvider;)V]
JAXRSServerFactoryBean.setResourceProvider ( lifecycle.ResourceProvider rp ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.setResourceProvider:(Lorg/apache/cxf/jaxrs/lifecycle/ResourceProvider;)V]
JAXRSServerFactoryBean.setResourceProviders ( java.util.List rps ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.setResourceProviders:(Ljava/util/List;)V]
JAXRSServerFactoryBean.setServiceBean ( Object bean ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.setServiceBean:(Ljava/lang/Object;)V]
JAXRSServerFactoryBean.setServiceBeanObjects ( Object[ ] beans ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.setServiceBeanObjects:([Ljava/lang/Object;)V]
JAXRSServerFactoryBean.setServiceBeans ( java.util.List beans ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.setServiceBeans:(Ljava/util/List;)V]
JAXRSServerFactoryBean.setServiceClass ( Class clazz ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.setServiceClass:(Ljava/lang/Class;)V]
JAXRSServerFactoryBean.setStart ( boolean start ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.setStart:(Z)V]
JAXRSServerFactoryBean.setStaticSubresourceResolution ( boolean enableStatic ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServerFactoryBean.setStaticSubresourceResolution:(Z)V]
openejb-cxf-bundle-2.5.2.jar, JAXRSServerFactoryBeanDefinitionParser.class
package org.apache.cxf.jaxrs.blueprint
JAXRSServerFactoryBeanDefinitionParser.hasBusProperty ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/blueprint/JAXRSServerFactoryBeanDefinitionParser.hasBusProperty:()Z]
JAXRSServerFactoryBeanDefinitionParser.JAXRSServerFactoryBeanDefinitionParser ( )
[run-time name: org/apache/cxf/jaxrs/blueprint/JAXRSServerFactoryBeanDefinitionParser."<init>":()V]
JAXRSServerFactoryBeanDefinitionParser.mapAttribute ( org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element e, String name, String val, org.apache.aries.blueprint.ParserContext context ) : void
[run-time name: org/apache/cxf/jaxrs/blueprint/JAXRSServerFactoryBeanDefinitionParser.mapAttribute:(Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/lang/String;Lorg/apache/aries/blueprint/ParserContext;)V]
JAXRSServerFactoryBeanDefinitionParser.mapElement ( org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element el, String name ) : void
[run-time name: org/apache/cxf/jaxrs/blueprint/JAXRSServerFactoryBeanDefinitionParser.mapElement:(Lorg/apache/aries/blueprint/ParserContext;Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
JAXRSServerFactoryBeanDefinitionParser.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/jaxrs/blueprint/JAXRSServerFactoryBeanDefinitionParser.parse:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/Metadata;]
package org.apache.cxf.jaxrs.spring
JAXRSServerFactoryBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean ) : void
[run-time name: org/apache/cxf/jaxrs/spring/JAXRSServerFactoryBeanDefinitionParser.doParse:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;)V]
JAXRSServerFactoryBeanDefinitionParser.hasBusProperty ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/spring/JAXRSServerFactoryBeanDefinitionParser.hasBusProperty:()Z]
JAXRSServerFactoryBeanDefinitionParser.JAXRSServerFactoryBeanDefinitionParser ( )
[run-time name: org/apache/cxf/jaxrs/spring/JAXRSServerFactoryBeanDefinitionParser."<init>":()V]
JAXRSServerFactoryBeanDefinitionParser.mapAttribute ( org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name, String val ) : void
[run-time name: org/apache/cxf/jaxrs/spring/JAXRSServerFactoryBeanDefinitionParser.mapAttribute:(Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/lang/String;)V]
JAXRSServerFactoryBeanDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element el, String name ) : void
[run-time name: org/apache/cxf/jaxrs/spring/JAXRSServerFactoryBeanDefinitionParser.mapElement:(Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
JAXRSServerFactoryBeanDefinitionParser.resolveId ( org.w3c.dom.Element elem, org.springframework.beans.factory.support.AbstractBeanDefinition definition, org.springframework.beans.factory.xml.ParserContext ctx ) : String
[run-time name: org/apache/cxf/jaxrs/spring/JAXRSServerFactoryBeanDefinitionParser.resolveId:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/support/AbstractBeanDefinition;Lorg/springframework/beans/factory/xml/ParserContext;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, JAXRSServiceFactoryBean.class
package org.apache.cxf.jaxrs
JAXRSServiceFactoryBean.create ( ) : org.apache.cxf.service.Service
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.create:()Lorg/apache/cxf/service/Service;]
JAXRSServiceFactoryBean.createInvoker ( ) : org.apache.cxf.service.invoker.Invoker
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.createInvoker:()Lorg/apache/cxf/service/invoker/Invoker;]
JAXRSServiceFactoryBean.createResourceInfo ( Class cls, boolean isRoot ) : model.ClassResourceInfo
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.createResourceInfo:(Ljava/lang/Class;Z)Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;]
JAXRSServiceFactoryBean.getClassResourceInfo ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.getClassResourceInfo:()Ljava/util/List;]
JAXRSServiceFactoryBean.getExecutor ( ) : java.util.concurrent.Executor
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.getExecutor:()Ljava/util/concurrent/Executor;]
JAXRSServiceFactoryBean.getInvoker ( ) : org.apache.cxf.service.invoker.Invoker
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.getInvoker:()Lorg/apache/cxf/service/invoker/Invoker;]
JAXRSServiceFactoryBean.getResourceClasses ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.getResourceClasses:()Ljava/util/List;]
JAXRSServiceFactoryBean.getServiceName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.getServiceName:()Ljavax/xml/namespace/QName;]
JAXRSServiceFactoryBean.initializeServiceModel ( ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.initializeServiceModel:()V]
JAXRSServiceFactoryBean.JAXRSServiceFactoryBean ( )
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceFactoryBean."<init>":()V]
JAXRSServiceFactoryBean.setEnableStaticResolution ( boolean staticResolution ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.setEnableStaticResolution:(Z)V]
JAXRSServiceFactoryBean.setExecutor ( java.util.concurrent.Executor executor ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.setExecutor:(Ljava/util/concurrent/Executor;)V]
JAXRSServiceFactoryBean.setInvoker ( org.apache.cxf.service.invoker.Invoker invoker ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.setInvoker:(Lorg/apache/cxf/service/invoker/Invoker;)V]
JAXRSServiceFactoryBean.setResourceClass ( Class cls ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.setResourceClass:(Ljava/lang/Class;)V]
JAXRSServiceFactoryBean.setResourceClasses ( Class[ ] classes ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.setResourceClasses:([Ljava/lang/Class;)V]
JAXRSServiceFactoryBean.setResourceClasses ( java.util.List classes ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.setResourceClasses:(Ljava/util/List;)V]
JAXRSServiceFactoryBean.setResourceClassesFromBeans ( java.util.List beans ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.setResourceClassesFromBeans:(Ljava/util/List;)V]
JAXRSServiceFactoryBean.setService ( org.apache.cxf.service.Service service ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.setService:(Lorg/apache/cxf/service/Service;)V]
JAXRSServiceFactoryBean.setServiceName ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.setServiceName:(Ljavax/xml/namespace/QName;)V]
JAXRSServiceFactoryBean.setUserResources ( java.util.List resources ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.setUserResources:(Ljava/util/List;)V]
JAXRSServiceFactoryBean.setUserResourcesWithServiceClass ( java.util.List resources, Class[ ] sClasses ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.setUserResourcesWithServiceClass:(Ljava/util/List;[Ljava/lang/Class;)V]
openejb-cxf-bundle-2.5.2.jar, JAXRSServiceImpl.class
package org.apache.cxf.jaxrs
JAXRSServiceImpl.getBeanName ( ) : String
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceImpl.getBeanName:()Ljava/lang/String;]
JAXRSServiceImpl.getClassResourceInfos ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceImpl.getClassResourceInfos:()Ljava/util/List;]
JAXRSServiceImpl.getDataBinding ( ) : org.apache.cxf.databinding.DataBinding
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceImpl.getDataBinding:()Lorg/apache/cxf/databinding/DataBinding;]
JAXRSServiceImpl.getEndpointInfo ( javax.xml.namespace.QName endpoint ) : org.apache.cxf.service.model.EndpointInfo
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceImpl.getEndpointInfo:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/service/model/EndpointInfo;]
JAXRSServiceImpl.getEndpoints ( ) : java.util.Map
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceImpl.getEndpoints:()Ljava/util/Map;]
JAXRSServiceImpl.getExecutor ( ) : java.util.concurrent.Executor
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceImpl.getExecutor:()Ljava/util/concurrent/Executor;]
JAXRSServiceImpl.getInvoker ( ) : org.apache.cxf.service.invoker.Invoker
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceImpl.getInvoker:()Lorg/apache/cxf/service/invoker/Invoker;]
JAXRSServiceImpl.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceImpl.getName:()Ljavax/xml/namespace/QName;]
JAXRSServiceImpl.getServiceInfos ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceImpl.getServiceInfos:()Ljava/util/List;]
JAXRSServiceImpl.JAXRSServiceImpl ( java.util.List cri )
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceImpl."<init>":(Ljava/util/List;)V]
JAXRSServiceImpl.JAXRSServiceImpl ( java.util.List cri, boolean create )
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceImpl."<init>":(Ljava/util/List;Z)V]
JAXRSServiceImpl.JAXRSServiceImpl ( java.util.List cri, javax.xml.namespace.QName qname )
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceImpl."<init>":(Ljava/util/List;Ljavax/xml/namespace/QName;)V]
JAXRSServiceImpl.JAXRSServiceImpl ( String address, javax.xml.namespace.QName qname )
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceImpl."<init>":(Ljava/lang/String;Ljavax/xml/namespace/QName;)V]
JAXRSServiceImpl.setCreateServiceModel ( boolean create ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceImpl.setCreateServiceModel:(Z)V]
JAXRSServiceImpl.setDataBinding ( org.apache.cxf.databinding.DataBinding dataBinding ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceImpl.setDataBinding:(Lorg/apache/cxf/databinding/DataBinding;)V]
JAXRSServiceImpl.setEndpoints ( java.util.Map endpoints ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceImpl.setEndpoints:(Ljava/util/Map;)V]
JAXRSServiceImpl.setExecutor ( java.util.concurrent.Executor executor ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceImpl.setExecutor:(Ljava/util/concurrent/Executor;)V]
JAXRSServiceImpl.setInvoker ( org.apache.cxf.service.invoker.Invoker invoker ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceImpl.setInvoker:(Lorg/apache/cxf/service/invoker/Invoker;)V]
JAXRSServiceImpl.setProperties ( java.util.Map properties ) : void
[run-time name: org/apache/cxf/jaxrs/JAXRSServiceImpl.setProperties:(Ljava/util/Map;)V]
openejb-cxf-bundle-2.5.2.jar, JAXRSSpringClientFactoryBean.class
package org.apache.cxf.jaxrs.spring
JAXRSClientFactoryBeanDefinitionParser.JAXRSSpringClientFactoryBean.JAXRSClientFactoryBeanDefinitionParser.JAXRSSpringClientFactoryBean ( )
[run-time name: org/apache/cxf/jaxrs/spring/JAXRSClientFactoryBeanDefinitionParser.JAXRSSpringClientFactoryBean."<init>":()V]
JAXRSClientFactoryBeanDefinitionParser.JAXRSSpringClientFactoryBean.setApplicationContext ( org.springframework.context.ApplicationContext ctx ) : void
[run-time name: org/apache/cxf/jaxrs/spring/JAXRSClientFactoryBeanDefinitionParser.JAXRSSpringClientFactoryBean.setApplicationContext:(Lorg/springframework/context/ApplicationContext;)V]
openejb-cxf-bundle-2.5.2.jar, JAXRSUtils.class
package org.apache.cxf.jaxrs.utils
JAXRSUtils.compareMediaTypes ( javax.ws.rs.core.MediaType mt1, javax.ws.rs.core.MediaType mt2 ) [static] : int
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.compareMediaTypes:(Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MediaType;)I]
JAXRSUtils.compareMediaTypesQualityFactors ( javax.ws.rs.core.MediaType mt1, javax.ws.rs.core.MediaType mt2 ) [static] : int
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.compareMediaTypesQualityFactors:(Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MediaType;)I]
JAXRSUtils.compareSortedMediaTypes ( java.util.List mts1, java.util.List mts2 ) [static] : int
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.compareSortedMediaTypes:(Ljava/util/List;Ljava/util/List;)I]
JAXRSUtils.convertFaultToResponse ( Throwable ex, org.apache.cxf.message.Message inMessage ) [static] : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.convertFaultToResponse:(Ljava/lang/Throwable;Lorg/apache/cxf/message/Message;)Ljavax/ws/rs/core/Response;]
JAXRSUtils.convertStringToQName ( String name ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.convertStringToQName:(Ljava/lang/String;)Ljavax/xml/namespace/QName;]
JAXRSUtils.createContextResolver ( reflect.Type genericType, org.apache.cxf.message.Message m ) [static] : javax.ws.rs.ext.ContextResolver
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.createContextResolver:(Ljava/lang/reflect/Type;Lorg/apache/cxf/message/Message;)Ljavax/ws/rs/ext/ContextResolver;]
JAXRSUtils.createContextValue ( org.apache.cxf.message.Message m, reflect.Type genericType, Class clazz ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.createContextValue:(Lorg/apache/cxf/message/Message;Ljava/lang/reflect/Type;Ljava/lang/Class;)Ljava/lang/Object;]
JAXRSUtils.createHttpParameterValue ( org.apache.cxf.jaxrs.model.Parameter parameter, Class parameterClass, reflect.Type genericParam, annotation.Annotation[ ] paramAnns, org.apache.cxf.message.Message message, javax.ws.rs.core.MultivaluedMap values, org.apache.cxf.jaxrs.model.OperationResourceInfo ori ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.createHttpParameterValue:(Lorg/apache/cxf/jaxrs/model/Parameter;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Lorg/apache/cxf/message/Message;Ljavax/ws/rs/core/MultivaluedMap;Lorg/apache/cxf/jaxrs/model/OperationResourceInfo;)Ljava/lang/Object;]
JAXRSUtils.createResourceValue ( org.apache.cxf.message.Message m, reflect.Type genericType, Class clazz ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.createResourceValue:(Lorg/apache/cxf/message/Message;Ljava/lang/reflect/Type;Ljava/lang/Class;)Ljava/lang/Object;]
JAXRSUtils.createResponse ( org.apache.cxf.jaxrs.model.ClassResourceInfo cri, org.apache.cxf.message.Message msg, String responseMessage, int status, boolean addAllow ) [static] : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.createResponse:(Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;Lorg/apache/cxf/message/Message;Ljava/lang/String;IZ)Ljavax/ws/rs/core/Response;]
JAXRSUtils.createServletResourceValue ( org.apache.cxf.message.Message m, Class clazz ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.createServletResourceValue:(Lorg/apache/cxf/message/Message;Ljava/lang/Class;)Ljava/lang/Object;]
JAXRSUtils.findTargetMethod ( org.apache.cxf.jaxrs.model.ClassResourceInfo resource, org.apache.cxf.message.Message message, String httpMethod, javax.ws.rs.core.MultivaluedMap values, String requestContentType, java.util.List acceptContentTypes, boolean logNow ) [static] : org.apache.cxf.jaxrs.model.OperationResourceInfo
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.findTargetMethod:(Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;Lorg/apache/cxf/message/Message;Ljava/lang/String;Ljavax/ws/rs/core/MultivaluedMap;Ljava/lang/String;Ljava/util/List;Z)Lorg/apache/cxf/jaxrs/model/OperationResourceInfo;]
JAXRSUtils.getClassQName ( Class type ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.getClassQName:(Ljava/lang/Class;)Ljavax/xml/namespace/QName;]
JAXRSUtils.getConsumeTypes ( javax.ws.rs.Consumes cm ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.getConsumeTypes:(Ljavax/ws/rs/Consumes;)Ljava/util/List;]
JAXRSUtils.getMatrixParams ( String path, boolean decode ) [static] : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.getMatrixParams:(Ljava/lang/String;Z)Ljavax/ws/rs/core/MultivaluedMap;]
JAXRSUtils.getMediaTypeQualityFactor ( String q ) [static] : float
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.getMediaTypeQualityFactor:(Ljava/lang/String;)F]
JAXRSUtils.getMediaTypes ( String[ ] values ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.getMediaTypes:([Ljava/lang/String;)Ljava/util/List;]
JAXRSUtils.getPathSegments ( String thePath, boolean decode ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.getPathSegments:(Ljava/lang/String;Z)Ljava/util/List;]
JAXRSUtils.getPathSegments ( String thePath, boolean decode, boolean ignoreLastSlash ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.getPathSegments:(Ljava/lang/String;ZZ)Ljava/util/List;]
JAXRSUtils.getProduceTypes ( javax.ws.rs.Produces pm ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.getProduceTypes:(Ljavax/ws/rs/Produces;)Ljava/util/List;]
JAXRSUtils.getProviderConsumeTypes ( javax.ws.rs.ext.MessageBodyReader provider ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.getProviderConsumeTypes:(Ljavax/ws/rs/ext/MessageBodyReader;)Ljava/util/List;]
JAXRSUtils.getProviderProduceTypes ( javax.ws.rs.ext.MessageBodyWriter provider ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.getProviderProduceTypes:(Ljavax/ws/rs/ext/MessageBodyWriter;)Ljava/util/List;]
JAXRSUtils.getStructuredParams ( javax.ws.rs.core.MultivaluedMap queries, String query, String sep, boolean decode, boolean decodePlus ) [static] : void
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.getStructuredParams:(Ljavax/ws/rs/core/MultivaluedMap;Ljava/lang/String;Ljava/lang/String;ZZ)V]
JAXRSUtils.getStructuredParams ( String query, String sep, boolean decode, boolean decodePlus ) [static] : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.getStructuredParams:(Ljava/lang/String;Ljava/lang/String;ZZ)Ljavax/ws/rs/core/MultivaluedMap;]
JAXRSUtils.headMethodPossible ( String expectedMethod, String httpMethod ) [static] : boolean
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.headMethodPossible:(Ljava/lang/String;Ljava/lang/String;)Z]
JAXRSUtils.injectParameters ( org.apache.cxf.jaxrs.model.OperationResourceInfo ori, Object requestObject, org.apache.cxf.message.Message message ) [static] : void
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.injectParameters:(Lorg/apache/cxf/jaxrs/model/OperationResourceInfo;Ljava/lang/Object;Lorg/apache/cxf/message/Message;)V]
JAXRSUtils.intersectMimeTypes ( java.util.List mimeTypesA, javax.ws.rs.core.MediaType mimeTypeB ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.intersectMimeTypes:(Ljava/util/List;Ljavax/ws/rs/core/MediaType;)Ljava/util/List;]
JAXRSUtils.intersectMimeTypes ( java.util.List requiredMediaTypes, java.util.List userMediaTypes, boolean addRequiredParamsIfPossible ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.intersectMimeTypes:(Ljava/util/List;Ljava/util/List;Z)Ljava/util/List;]
JAXRSUtils.intersectMimeTypes ( String mimeTypesA, String mimeTypesB ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.intersectMimeTypes:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;]
JAXRSUtils.matchConsumeTypes ( javax.ws.rs.core.MediaType requestContentType, org.apache.cxf.jaxrs.model.OperationResourceInfo ori ) [static] : boolean
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.matchConsumeTypes:(Ljavax/ws/rs/core/MediaType;Lorg/apache/cxf/jaxrs/model/OperationResourceInfo;)Z]
JAXRSUtils.matchMimeTypes ( javax.ws.rs.core.MediaType requestContentType, javax.ws.rs.core.MediaType acceptContentType, org.apache.cxf.jaxrs.model.OperationResourceInfo ori ) [static] : boolean
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.matchMimeTypes:(Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MediaType;Lorg/apache/cxf/jaxrs/model/OperationResourceInfo;)Z]
JAXRSUtils.matchProduceTypes ( javax.ws.rs.core.MediaType acceptContentType, org.apache.cxf.jaxrs.model.OperationResourceInfo ori ) [static] : boolean
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.matchProduceTypes:(Ljavax/ws/rs/core/MediaType;Lorg/apache/cxf/jaxrs/model/OperationResourceInfo;)Z]
JAXRSUtils.noResourceMethodForOptions ( javax.ws.rs.core.Response exResponse, String httpMethod ) [static] : boolean
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.noResourceMethodForOptions:(Ljavax/ws/rs/core/Response;Ljava/lang/String;)Z]
JAXRSUtils.parseMediaTypes ( String types ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.parseMediaTypes:(Ljava/lang/String;)Ljava/util/List;]
JAXRSUtils.processParameters ( org.apache.cxf.jaxrs.model.OperationResourceInfo ori, javax.ws.rs.core.MultivaluedMap values, org.apache.cxf.message.Message message ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.processParameters:(Lorg/apache/cxf/jaxrs/model/OperationResourceInfo;Ljavax/ws/rs/core/MultivaluedMap;Lorg/apache/cxf/message/Message;)Ljava/util/List;]
JAXRSUtils.propogateException ( org.apache.cxf.message.Message m ) [static] : boolean
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.propogateException:(Lorg/apache/cxf/message/Message;)Z]
JAXRSUtils.removeMediaTypeParameter ( javax.ws.rs.core.MediaType mt, String paramName ) [static] : String
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.removeMediaTypeParameter:(Ljavax/ws/rs/core/MediaType;Ljava/lang/String;)Ljava/lang/String;]
JAXRSUtils.selectResourceClass ( java.util.List resources, String path, javax.ws.rs.core.MultivaluedMap values, org.apache.cxf.message.Message message ) [static] : org.apache.cxf.jaxrs.model.ClassResourceInfo
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.selectResourceClass:(Ljava/util/List;Ljava/lang/String;Ljavax/ws/rs/core/MultivaluedMap;Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;]
JAXRSUtils.sortMediaTypes ( java.util.List types ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.sortMediaTypes:(Ljava/util/List;)Ljava/util/List;]
JAXRSUtils.sortMediaTypes ( String mediaTypes ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxrs/utils/JAXRSUtils.sortMediaTypes:(Ljava/lang/String;)Ljava/util/List;]
openejb-cxf-bundle-2.5.2.jar, JAXWS21Container.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws
JAXWS21Container.JAXWS21Container ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/JAXWS21Container."<init>":(Lorg/apache/cxf/tools/common/toolspec/ToolSpec;)V]
JAXWS21Container.validate ( org.apache.cxf.tools.common.ToolContext env ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/JAXWS21Container.validate:(Lorg/apache/cxf/tools/common/ToolContext;)V]
openejb-cxf-bundle-2.5.2.jar, JAXWS21ServiceGenerator.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws.generators
JAXWS21ServiceGenerator.isJaxws22 ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/JAXWS21ServiceGenerator.isJaxws22:()Z]
JAXWS21ServiceGenerator.JAXWS21ServiceGenerator ( )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/JAXWS21ServiceGenerator."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, JAXWS22Invoker.class
package org.apache.cxf.jaxws22
JAXWS22Invoker.JAXWS22Invoker ( javax.xml.ws.spi.Invoker inv )
[run-time name: org/apache/cxf/jaxws22/JAXWS22Invoker."<init>":(Ljavax/xml/ws/spi/Invoker;)V]
JAXWS22Invoker.performInvocation ( org.apache.cxf.message.Exchange exchange, Object serviceObject, reflect.Method m, Object[ ] paramArray ) : Object
[run-time name: org/apache/cxf/jaxws22/JAXWS22Invoker.performInvocation:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, JAXWS22SpringEndpointImpl.class
package org.apache.cxf.jaxws22.spring
JAXWS22SpringEndpointImpl.JAXWS22SpringEndpointImpl ( Object o )
[run-time name: org/apache/cxf/jaxws22/spring/JAXWS22SpringEndpointImpl."<init>":(Ljava/lang/Object;)V]
JAXWS22SpringEndpointImpl.JAXWS22SpringEndpointImpl ( org.apache.cxf.Bus bus, Object implementor )
[run-time name: org/apache/cxf/jaxws22/spring/JAXWS22SpringEndpointImpl."<init>":(Lorg/apache/cxf/Bus;Ljava/lang/Object;)V]
JAXWS22SpringEndpointImpl.setApplicationContext ( org.springframework.context.ApplicationContext ctx ) : void
[run-time name: org/apache/cxf/jaxws22/spring/JAXWS22SpringEndpointImpl.setApplicationContext:(Lorg/springframework/context/ApplicationContext;)V]
JAXWS22SpringEndpointImpl.setCheckBlockConstruct ( Boolean b ) : void
[run-time name: org/apache/cxf/jaxws22/spring/JAXWS22SpringEndpointImpl.setCheckBlockConstruct:(Ljava/lang/Boolean;)V]
openejb-cxf-bundle-2.5.2.jar, JAXWSBinding.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws.customization
JAXWSBinding.addJaxwsPara ( JAXWSParameter para ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.addJaxwsPara:(Lorg/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSParameter;)V]
JAXWSBinding.getClassJavaDoc ( ) : String
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.getClassJavaDoc:()Ljava/lang/String;]
JAXWSBinding.getDocumentBaseURI ( ) : String
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.getDocumentBaseURI:()Ljava/lang/String;]
JAXWSBinding.getElement ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.getElement:()Lorg/w3c/dom/Element;]
JAXWSBinding.getElementType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.getElementType:()Ljavax/xml/namespace/QName;]
JAXWSBinding.getJaxwsClass ( ) : JAXWSClass
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.getJaxwsClass:()Lorg/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSClass;]
JAXWSBinding.getJaxwsParas ( ) : java.util.List
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.getJaxwsParas:()Ljava/util/List;]
JAXWSBinding.getMethodJavaDoc ( ) : String
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.getMethodJavaDoc:()Ljava/lang/String;]
JAXWSBinding.getMethodName ( ) : String
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.getMethodName:()Ljava/lang/String;]
JAXWSBinding.getPackage ( ) : String
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.getPackage:()Ljava/lang/String;]
JAXWSBinding.getPackageJavaDoc ( ) : String
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.getPackageJavaDoc:()Ljava/lang/String;]
JAXWSBinding.getRequired ( ) : Boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.getRequired:()Ljava/lang/Boolean;]
JAXWSBinding.isEnableAsyncMapping ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.isEnableAsyncMapping:()Z]
JAXWSBinding.isEnableMime ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.isEnableMime:()Z]
JAXWSBinding.isEnableWrapperStyle ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.isEnableWrapperStyle:()Z]
JAXWSBinding.isSetEnableAsyncMapping ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.isSetEnableAsyncMapping:()Z]
JAXWSBinding.isSetEnableMime ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.isSetEnableMime:()Z]
JAXWSBinding.isSetEnableWrapperStyle ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.isSetEnableWrapperStyle:()Z]
JAXWSBinding.JAXWSBinding ( )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding."<init>":()V]
JAXWSBinding.setClassJavaDoc ( String doc ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.setClassJavaDoc:(Ljava/lang/String;)V]
JAXWSBinding.setDocumentBaseURI ( String baseURI ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.setDocumentBaseURI:(Ljava/lang/String;)V]
JAXWSBinding.setElement ( org.w3c.dom.Element elem ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.setElement:(Lorg/w3c/dom/Element;)V]
JAXWSBinding.setElementType ( javax.xml.namespace.QName elemType ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.setElementType:(Ljavax/xml/namespace/QName;)V]
JAXWSBinding.setEnableAsyncMapping ( boolean enableAsync ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.setEnableAsyncMapping:(Z)V]
JAXWSBinding.setEnableMime ( boolean enableMime ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.setEnableMime:(Z)V]
JAXWSBinding.setEnableWrapperStyle ( boolean pEnableWrapperStyle ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.setEnableWrapperStyle:(Z)V]
JAXWSBinding.setJaxwsClass ( JAXWSClass clz ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.setJaxwsClass:(Lorg/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSClass;)V]
JAXWSBinding.setJaxwsParas ( java.util.List p ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.setJaxwsParas:(Ljava/util/List;)V]
JAXWSBinding.setMethodJavaDoc ( String doc ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.setMethodJavaDoc:(Ljava/lang/String;)V]
JAXWSBinding.setMethodName ( String name ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.setMethodName:(Ljava/lang/String;)V]
JAXWSBinding.setPackage ( String pkg ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.setPackage:(Ljava/lang/String;)V]
JAXWSBinding.setPackageJavaDoc ( String doc ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.setPackageJavaDoc:(Ljava/lang/String;)V]
JAXWSBinding.setRequired ( Boolean r ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding.setRequired:(Ljava/lang/Boolean;)V]
openejb-cxf-bundle-2.5.2.jar, JAXWSBindingDeserializer.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws.customization
JAXWSBindingDeserializer.JAXWSBindingDeserializer ( )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBindingDeserializer."<init>":()V]
JAXWSBindingDeserializer.unmarshall ( Class parentType, javax.xml.namespace.QName elementType, org.w3c.dom.Element el, javax.wsdl.Definition def, javax.wsdl.extensions.ExtensionRegistry extReg ) : javax.wsdl.extensions.ExtensibilityElement
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBindingDeserializer.unmarshall:(Ljava/lang/Class;Ljavax/xml/namespace/QName;Lorg/w3c/dom/Element;Ljavax/wsdl/Definition;Ljavax/wsdl/extensions/ExtensionRegistry;)Ljavax/wsdl/extensions/ExtensibilityElement;]
openejb-cxf-bundle-2.5.2.jar, JAXWSBindingParser.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws.customization
JAXWSBindingParser.JAXWSBindingParser ( javax.wsdl.extensions.ExtensionRegistry ext )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBindingParser."<init>":(Ljavax/wsdl/extensions/ExtensionRegistry;)V]
JAXWSBindingParser.parse ( Class parentType, org.w3c.dom.Element element, String namespace ) : JAXWSBinding
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBindingParser.parse:(Ljava/lang/Class;Lorg/w3c/dom/Element;Ljava/lang/String;)Lorg/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBinding;]
openejb-cxf-bundle-2.5.2.jar, JAXWSBindingSerializer.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws.customization
JAXWSBindingSerializer.JAXWSBindingSerializer ( )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBindingSerializer."<init>":()V]
JAXWSBindingSerializer.marshall ( Class parentType, javax.xml.namespace.QName elementType, javax.wsdl.extensions.ExtensibilityElement extension, java.io.PrintWriter pw, javax.wsdl.Definition def, javax.wsdl.extensions.ExtensionRegistry extReg ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSBindingSerializer.marshall:(Ljava/lang/Class;Ljavax/xml/namespace/QName;Ljavax/wsdl/extensions/ExtensibilityElement;Ljava/io/PrintWriter;Ljavax/wsdl/Definition;Ljavax/wsdl/extensions/ExtensionRegistry;)V]
openejb-cxf-bundle-2.5.2.jar, JAXWSBPNamespaceHandler.class
package org.apache.cxf.jaxws.blueprint
JAXWSBPNamespaceHandler.decorate ( org.w3c.dom.Node node, org.osgi.service.blueprint.reflect.ComponentMetadata component, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.ComponentMetadata
[run-time name: org/apache/cxf/jaxws/blueprint/JAXWSBPNamespaceHandler.decorate:(Lorg/w3c/dom/Node;Lorg/osgi/service/blueprint/reflect/ComponentMetadata;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/ComponentMetadata;]
JAXWSBPNamespaceHandler.getBlueprintContainer ( ) : org.osgi.service.blueprint.container.BlueprintContainer
[run-time name: org/apache/cxf/jaxws/blueprint/JAXWSBPNamespaceHandler.getBlueprintContainer:()Lorg/osgi/service/blueprint/container/BlueprintContainer;]
JAXWSBPNamespaceHandler.getManagedClasses ( ) : java.util.Set
[run-time name: org/apache/cxf/jaxws/blueprint/JAXWSBPNamespaceHandler.getManagedClasses:()Ljava/util/Set;]
JAXWSBPNamespaceHandler.getSchemaLocation ( String namespace ) : java.net.URL
[run-time name: org/apache/cxf/jaxws/blueprint/JAXWSBPNamespaceHandler.getSchemaLocation:(Ljava/lang/String;)Ljava/net/URL;]
JAXWSBPNamespaceHandler.JAXWSBPNamespaceHandler ( )
[run-time name: org/apache/cxf/jaxws/blueprint/JAXWSBPNamespaceHandler."<init>":()V]
JAXWSBPNamespaceHandler.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/jaxws/blueprint/JAXWSBPNamespaceHandler.parse:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/Metadata;]
JAXWSBPNamespaceHandler.setBlueprintContainer ( org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer ) : void
[run-time name: org/apache/cxf/jaxws/blueprint/JAXWSBPNamespaceHandler.setBlueprintContainer:(Lorg/osgi/service/blueprint/container/BlueprintContainer;)V]
openejb-cxf-bundle-2.5.2.jar, JAXWSClass.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws.customization
JAXWSClass.getClassName ( ) : String
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSClass.getClassName:()Ljava/lang/String;]
JAXWSClass.getComments ( ) : String
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSClass.getComments:()Ljava/lang/String;]
JAXWSClass.JAXWSClass ( String clzName, String comment )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSClass."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
JAXWSClass.setClassName ( String clzName ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSClass.setClassName:(Ljava/lang/String;)V]
JAXWSClass.setComments ( String comment ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSClass.setComments:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JaxWsClientEndpointImpl.class
package org.apache.cxf.jaxws.support
JaxWsClientEndpointImpl.getExecutor ( ) : java.util.concurrent.Executor
[run-time name: org/apache/cxf/jaxws/support/JaxWsClientEndpointImpl.getExecutor:()Ljava/util/concurrent/Executor;]
JaxWsClientEndpointImpl.JaxWsClientEndpointImpl ( org.apache.cxf.Bus bus, org.apache.cxf.service.Service s, org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.jaxws.ServiceImpl si, javax.xml.ws.WebServiceFeature[ ] wf )
[run-time name: org/apache/cxf/jaxws/support/JaxWsClientEndpointImpl."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/service/Service;Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/jaxws/ServiceImpl;[Ljavax/xml/ws/WebServiceFeature;)V]
openejb-cxf-bundle-2.5.2.jar, JaxWsClientFactoryBean.class
package org.apache.cxf.jaxws
JaxWsClientFactoryBean.createSoapBindingConfig ( ) : org.apache.cxf.binding.soap.SoapBindingConfiguration
[run-time name: org/apache/cxf/jaxws/JaxWsClientFactoryBean.createSoapBindingConfig:()Lorg/apache/cxf/binding/soap/SoapBindingConfiguration;]
JaxWsClientFactoryBean.JaxWsClientFactoryBean ( )
[run-time name: org/apache/cxf/jaxws/JaxWsClientFactoryBean."<init>":()V]
JaxWsClientFactoryBean.setBindingId ( String bind ) : void
[run-time name: org/apache/cxf/jaxws/JaxWsClientFactoryBean.setBindingId:(Ljava/lang/String;)V]
JaxWsClientFactoryBean.setServiceClass ( Class serviceClass ) : void
[run-time name: org/apache/cxf/jaxws/JaxWsClientFactoryBean.setServiceClass:(Ljava/lang/Class;)V]
openejb-cxf-bundle-2.5.2.jar, JaxWsClientProxy.class
package org.apache.cxf.jaxws
JaxWsClientProxy.close ( ) : void
[run-time name: org/apache/cxf/jaxws/JaxWsClientProxy.close:()V]
JaxWsClientProxy.getBinding ( ) : javax.xml.ws.Binding
[run-time name: org/apache/cxf/jaxws/JaxWsClientProxy.getBinding:()Ljavax/xml/ws/Binding;]
JaxWsClientProxy.getEndpointReference ( ) : javax.xml.ws.EndpointReference
[run-time name: org/apache/cxf/jaxws/JaxWsClientProxy.getEndpointReference:()Ljavax/xml/ws/EndpointReference;]
JaxWsClientProxy.getEndpointReference ( Class clazz ) : javax.xml.ws.EndpointReference
[run-time name: org/apache/cxf/jaxws/JaxWsClientProxy.getEndpointReference:(Ljava/lang/Class;)Ljavax/xml/ws/EndpointReference;]
JaxWsClientProxy.getRequestContext ( ) : java.util.Map
[run-time name: org/apache/cxf/jaxws/JaxWsClientProxy.getRequestContext:()Ljava/util/Map;]
JaxWsClientProxy.getResponseContext ( ) : java.util.Map
[run-time name: org/apache/cxf/jaxws/JaxWsClientProxy.getResponseContext:()Ljava/util/Map;]
JaxWsClientProxy.invoke ( Object proxy, reflect.Method method, Object[ ] args ) : Object
[run-time name: org/apache/cxf/jaxws/JaxWsClientProxy.invoke:(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
JaxWsClientProxy.JaxWsClientProxy ( org.apache.cxf.endpoint.Client c, javax.xml.ws.Binding b )
[run-time name: org/apache/cxf/jaxws/JaxWsClientProxy."<init>":(Lorg/apache/cxf/endpoint/Client;Ljavax/xml/ws/Binding;)V]
openejb-cxf-bundle-2.5.2.jar, JaxWsConfigurationException.class
package org.apache.cxf.jaxws
JaxWsConfigurationException.JaxWsConfigurationException ( org.apache.cxf.common.i18n.Message msg )
[run-time name: org/apache/cxf/jaxws/JaxWsConfigurationException."<init>":(Lorg/apache/cxf/common/i18n/Message;)V]
JaxWsConfigurationException.JaxWsConfigurationException ( org.apache.cxf.common.i18n.Message msg, Throwable t )
[run-time name: org/apache/cxf/jaxws/JaxWsConfigurationException."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;)V]
JaxWsConfigurationException.JaxWsConfigurationException ( Throwable cause )
[run-time name: org/apache/cxf/jaxws/JaxWsConfigurationException."<init>":(Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, JAXWSContainer.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws
JAXWSContainer.getArrayKeys ( ) : java.util.Set
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/JAXWSContainer.getArrayKeys:()Ljava/util/Set;]
JAXWSContainer.JAXWSContainer ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/JAXWSContainer."<init>":(Lorg/apache/cxf/tools/common/toolspec/ToolSpec;)V]
JAXWSContainer.validate ( org.apache.cxf.tools.common.ToolContext env ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/JAXWSContainer.validate:(Lorg/apache/cxf/tools/common/ToolContext;)V]
openejb-cxf-bundle-2.5.2.jar, JAXWSDefinitionBuilder.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11
JAXWSDefinitionBuilder.build ( ) : javax.wsdl.Definition
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/wsdl11/JAXWSDefinitionBuilder.build:()Ljavax/wsdl/Definition;]
JAXWSDefinitionBuilder.build ( String wsdlURL ) : javax.wsdl.Definition
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/wsdl11/JAXWSDefinitionBuilder.build:(Ljava/lang/String;)Ljavax/wsdl/Definition;]
JAXWSDefinitionBuilder.build ( String x0 ) : Object
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/wsdl11/JAXWSDefinitionBuilder.build:(Ljava/lang/String;)Ljava/lang/Object;]
JAXWSDefinitionBuilder.customize ( ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/wsdl11/JAXWSDefinitionBuilder.customize:()V]
JAXWSDefinitionBuilder.getWSDLModel ( ) : javax.wsdl.Definition
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/wsdl11/JAXWSDefinitionBuilder.getWSDLModel:()Ljavax/wsdl/Definition;]
JAXWSDefinitionBuilder.getWSDLModel ( ) : Object
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/wsdl11/JAXWSDefinitionBuilder.getWSDLModel:()Ljava/lang/Object;]
JAXWSDefinitionBuilder.JAXWSDefinitionBuilder ( )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/wsdl11/JAXWSDefinitionBuilder."<init>":()V]
JAXWSDefinitionBuilder.validate ( javax.wsdl.Definition def ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/wsdl11/JAXWSDefinitionBuilder.validate:(Ljavax/wsdl/Definition;)Z]
JAXWSDefinitionBuilder.validate ( Object x0 ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/wsdl11/JAXWSDefinitionBuilder.validate:(Ljava/lang/Object;)Z]
openejb-cxf-bundle-2.5.2.jar, JaxWsDynamicClientFactory.class
package org.apache.cxf.jaxws.endpoint.dynamic
JaxWsDynamicClientFactory.allowWrapperOps ( ) : boolean
[run-time name: org/apache/cxf/jaxws/endpoint/dynamic/JaxWsDynamicClientFactory.allowWrapperOps:()Z]
JaxWsDynamicClientFactory.getEndpointImplFactory ( ) : org.apache.cxf.endpoint.EndpointImplFactory
[run-time name: org/apache/cxf/jaxws/endpoint/dynamic/JaxWsDynamicClientFactory.getEndpointImplFactory:()Lorg/apache/cxf/endpoint/EndpointImplFactory;]
JaxWsDynamicClientFactory.JaxWsDynamicClientFactory ( org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/jaxws/endpoint/dynamic/JaxWsDynamicClientFactory."<init>":(Lorg/apache/cxf/Bus;)V]
JaxWsDynamicClientFactory.newInstance ( ) [static] : JaxWsDynamicClientFactory
[run-time name: org/apache/cxf/jaxws/endpoint/dynamic/JaxWsDynamicClientFactory.newInstance:()Lorg/apache/cxf/jaxws/endpoint/dynamic/JaxWsDynamicClientFactory;]
JaxWsDynamicClientFactory.newInstance ( org.apache.cxf.Bus b ) [static] : JaxWsDynamicClientFactory
[run-time name: org/apache/cxf/jaxws/endpoint/dynamic/JaxWsDynamicClientFactory.newInstance:(Lorg/apache/cxf/Bus;)Lorg/apache/cxf/jaxws/endpoint/dynamic/JaxWsDynamicClientFactory;]
openejb-cxf-bundle-2.5.2.jar, JaxWsEndpointImpl.class
package org.apache.cxf.jaxws.support
JaxWsEndpointImpl.addHandlerInterceptors ( ) : void
[run-time name: org/apache/cxf/jaxws/support/JaxWsEndpointImpl.addHandlerInterceptors:()V]
JaxWsEndpointImpl.getFeatures ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/support/JaxWsEndpointImpl.getFeatures:()Ljava/util/List;]
JaxWsEndpointImpl.getJaxwsBinding ( ) : javax.xml.ws.Binding
[run-time name: org/apache/cxf/jaxws/support/JaxWsEndpointImpl.getJaxwsBinding:()Ljavax/xml/ws/Binding;]
JaxWsEndpointImpl.JaxWsEndpointImpl ( org.apache.cxf.Bus bus, org.apache.cxf.service.Service s, org.apache.cxf.service.model.EndpointInfo ei )
[run-time name: org/apache/cxf/jaxws/support/JaxWsEndpointImpl."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/service/Service;Lorg/apache/cxf/service/model/EndpointInfo;)V]
JaxWsEndpointImpl.JaxWsEndpointImpl ( org.apache.cxf.Bus bus, org.apache.cxf.service.Service s, org.apache.cxf.service.model.EndpointInfo ei, java.util.List wf )
[run-time name: org/apache/cxf/jaxws/support/JaxWsEndpointImpl."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/service/Service;Lorg/apache/cxf/service/model/EndpointInfo;Ljava/util/List;)V]
JaxWsEndpointImpl.JaxWsEndpointImpl ( org.apache.cxf.Bus bus, org.apache.cxf.service.Service s, org.apache.cxf.service.model.EndpointInfo ei, JaxWsImplementorInfo implementorInfo, java.util.List wf, java.util.List af, boolean isFromWsdl )
[run-time name: org/apache/cxf/jaxws/support/JaxWsEndpointImpl."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/service/Service;Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/jaxws/support/JaxWsImplementorInfo;Ljava/util/List;Ljava/util/List;Z)V]
JaxWsEndpointImpl.removeHandlerInterceptors ( ) : void
[run-time name: org/apache/cxf/jaxws/support/JaxWsEndpointImpl.removeHandlerInterceptors:()V]
JaxWsEndpointImpl.resolveFeatures ( ) : void
[run-time name: org/apache/cxf/jaxws/support/JaxWsEndpointImpl.resolveFeatures:()V]
openejb-cxf-bundle-2.5.2.jar, JaxWsEndpointImplFactory.class
package org.apache.cxf.jaxws.support
JaxWsEndpointImplFactory.getSingleton ( ) [static] : org.apache.cxf.endpoint.EndpointImplFactory
[run-time name: org/apache/cxf/jaxws/support/JaxWsEndpointImplFactory.getSingleton:()Lorg/apache/cxf/endpoint/EndpointImplFactory;]
JaxWsEndpointImplFactory.JaxWsEndpointImplFactory ( )
[run-time name: org/apache/cxf/jaxws/support/JaxWsEndpointImplFactory."<init>":()V]
JaxWsEndpointImplFactory.newEndpointImpl ( org.apache.cxf.Bus bus, org.apache.cxf.service.Service service, org.apache.cxf.service.model.EndpointInfo endpointInfo ) : org.apache.cxf.endpoint.EndpointImpl
[run-time name: org/apache/cxf/jaxws/support/JaxWsEndpointImplFactory.newEndpointImpl:(Lorg/apache/cxf/Bus;Lorg/apache/cxf/service/Service;Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/cxf/endpoint/EndpointImpl;]
openejb-cxf-bundle-2.5.2.jar, JAXWSHttpSpiDestination.class
package org.apache.cxf.transport.http_jaxws_spi
JAXWSHttpSpiDestination.doService ( javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp ) : void
[run-time name: org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.doService:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
JAXWSHttpSpiDestination.getBasePath ( String contextPath ) : String
[run-time name: org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.getBasePath:(Ljava/lang/String;)Ljava/lang/String;]
JAXWSHttpSpiDestination.getLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.getLogger:()Ljava/util/logging/Logger;]
JAXWSHttpSpiDestination.JAXWSHttpSpiDestination ( org.apache.cxf.Bus b, org.apache.cxf.transport.http.DestinationRegistry registry, org.apache.cxf.service.model.EndpointInfo ei )
[run-time name: org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/transport/http/DestinationRegistry;Lorg/apache/cxf/service/model/EndpointInfo;)V]
JAXWSHttpSpiDestination.serviceRequest ( javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp ) : void
[run-time name: org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.serviceRequest:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
openejb-cxf-bundle-2.5.2.jar, JAXWSHttpSpiTransportFactory.class
package org.apache.cxf.transport.http_jaxws_spi
JAXWSHttpSpiTransportFactory.getDestination ( org.apache.cxf.service.model.EndpointInfo endpointInfo ) : org.apache.cxf.transport.Destination
[run-time name: org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiTransportFactory.getDestination:(Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/cxf/transport/Destination;]
JAXWSHttpSpiTransportFactory.JAXWSHttpSpiTransportFactory ( org.apache.cxf.Bus bus, javax.xml.ws.spi.http.HttpContext context )
[run-time name: org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiTransportFactory."<init>":(Lorg/apache/cxf/Bus;Ljavax/xml/ws/spi/http/HttpContext;)V]
openejb-cxf-bundle-2.5.2.jar, JaxWsImplementorInfo.class
package org.apache.cxf.jaxws.support
JaxWsImplementorInfo.getBindingType ( ) : String
[run-time name: org/apache/cxf/jaxws/support/JaxWsImplementorInfo.getBindingType:()Ljava/lang/String;]
JaxWsImplementorInfo.getEndpointClass ( ) : Class
[run-time name: org/apache/cxf/jaxws/support/JaxWsImplementorInfo.getEndpointClass:()Ljava/lang/Class;]
JaxWsImplementorInfo.getEndpointName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/support/JaxWsImplementorInfo.getEndpointName:()Ljavax/xml/namespace/QName;]
JaxWsImplementorInfo.getImplementorClass ( ) : Class
[run-time name: org/apache/cxf/jaxws/support/JaxWsImplementorInfo.getImplementorClass:()Ljava/lang/Class;]
JaxWsImplementorInfo.getInterfaceName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/support/JaxWsImplementorInfo.getInterfaceName:()Ljavax/xml/namespace/QName;]
JaxWsImplementorInfo.getProviderParameterType ( ) : Class
[run-time name: org/apache/cxf/jaxws/support/JaxWsImplementorInfo.getProviderParameterType:()Ljava/lang/Class;]
JaxWsImplementorInfo.getSEIClass ( ) : Class
[run-time name: org/apache/cxf/jaxws/support/JaxWsImplementorInfo.getSEIClass:()Ljava/lang/Class;]
JaxWsImplementorInfo.getSEIType ( ) : reflect.ParameterizedType
[run-time name: org/apache/cxf/jaxws/support/JaxWsImplementorInfo.getSEIType:()Ljava/lang/reflect/ParameterizedType;]
JaxWsImplementorInfo.getServiceMode ( ) : javax.xml.ws.Service.Mode
[run-time name: org/apache/cxf/jaxws/support/JaxWsImplementorInfo.getServiceMode:()Ljavax/xml/ws/Service$Mode;]
JaxWsImplementorInfo.getServiceName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/support/JaxWsImplementorInfo.getServiceName:()Ljavax/xml/namespace/QName;]
JaxWsImplementorInfo.getWsdlLocation ( ) : String
[run-time name: org/apache/cxf/jaxws/support/JaxWsImplementorInfo.getWsdlLocation:()Ljava/lang/String;]
JaxWsImplementorInfo.getWsProvider ( ) : javax.xml.ws.WebServiceProvider
[run-time name: org/apache/cxf/jaxws/support/JaxWsImplementorInfo.getWsProvider:()Ljavax/xml/ws/WebServiceProvider;]
JaxWsImplementorInfo.ifAnnotationLoadedByOtherClassLoader ( Class cls, Class annotationClass ) [static] : boolean
[run-time name: org/apache/cxf/jaxws/support/JaxWsImplementorInfo.ifAnnotationLoadedByOtherClassLoader:(Ljava/lang/Class;Ljava/lang/Class;)Z]
JaxWsImplementorInfo.isWebServiceProvider ( ) : boolean
[run-time name: org/apache/cxf/jaxws/support/JaxWsImplementorInfo.isWebServiceProvider:()Z]
JaxWsImplementorInfo.JaxWsImplementorInfo ( Class ic )
[run-time name: org/apache/cxf/jaxws/support/JaxWsImplementorInfo."<init>":(Ljava/lang/Class;)V]
openejb-cxf-bundle-2.5.2.jar, JAXWSMethodDispatcher.class
package org.apache.cxf.jaxws
JAXWSMethodDispatcher.bind ( org.apache.cxf.service.model.OperationInfo o, reflect.Method[ ] methods ) : void
[run-time name: org/apache/cxf/jaxws/JAXWSMethodDispatcher.bind:(Lorg/apache/cxf/service/model/OperationInfo;[Ljava/lang/reflect/Method;)V]
JAXWSMethodDispatcher.getBindingOperation ( reflect.Method method, org.apache.cxf.endpoint.Endpoint endpoint ) : org.apache.cxf.service.model.BindingOperationInfo
[run-time name: org/apache/cxf/jaxws/JAXWSMethodDispatcher.getBindingOperation:(Ljava/lang/reflect/Method;Lorg/apache/cxf/endpoint/Endpoint;)Lorg/apache/cxf/service/model/BindingOperationInfo;]
JAXWSMethodDispatcher.getImplementationMethod ( reflect.Method method ) : reflect.Method
[run-time name: org/apache/cxf/jaxws/JAXWSMethodDispatcher.getImplementationMethod:(Ljava/lang/reflect/Method;)Ljava/lang/reflect/Method;]
JAXWSMethodDispatcher.JAXWSMethodDispatcher ( support.JaxWsImplementorInfo implInfo )
[run-time name: org/apache/cxf/jaxws/JAXWSMethodDispatcher."<init>":(Lorg/apache/cxf/jaxws/support/JaxWsImplementorInfo;)V]
openejb-cxf-bundle-2.5.2.jar, JAXWSMethodInvoker.class
package org.apache.cxf.jaxws
JAXWSMethodInvoker.invoke ( org.apache.cxf.message.Exchange exchange, Object serviceObject, reflect.Method m, java.util.List params ) : Object
[run-time name: org/apache/cxf/jaxws/JAXWSMethodInvoker.invoke:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;Ljava/lang/reflect/Method;Ljava/util/List;)Ljava/lang/Object;]
JAXWSMethodInvoker.JAXWSMethodInvoker ( Object bean )
[run-time name: org/apache/cxf/jaxws/JAXWSMethodInvoker."<init>":(Ljava/lang/Object;)V]
JAXWSMethodInvoker.JAXWSMethodInvoker ( org.apache.cxf.service.invoker.Factory factory )
[run-time name: org/apache/cxf/jaxws/JAXWSMethodInvoker."<init>":(Lorg/apache/cxf/service/invoker/Factory;)V]
openejb-cxf-bundle-2.5.2.jar, JAXWSParameter.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws.customization
JAXWSParameter.getElementName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSParameter.getElementName:()Ljavax/xml/namespace/QName;]
JAXWSParameter.getMessageName ( ) : String
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSParameter.getMessageName:()Ljava/lang/String;]
JAXWSParameter.getName ( ) : String
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSParameter.getName:()Ljava/lang/String;]
JAXWSParameter.getPart ( ) : String
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSParameter.getPart:()Ljava/lang/String;]
JAXWSParameter.JAXWSParameter ( String msgName, String part, javax.xml.namespace.QName elementName, String name )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSParameter."<init>":(Ljava/lang/String;Ljava/lang/String;Ljavax/xml/namespace/QName;Ljava/lang/String;)V]
JAXWSParameter.setElementName ( javax.xml.namespace.QName elementName ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSParameter.setElementName:(Ljavax/xml/namespace/QName;)V]
JAXWSParameter.setMessageName ( String msgName ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSParameter.setMessageName:(Ljava/lang/String;)V]
JAXWSParameter.setName ( String name ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSParameter.setName:(Ljava/lang/String;)V]
JAXWSParameter.setPart ( String part ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/JAXWSParameter.setPart:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JAXWSProfile.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws
JAXWSProfile.JAXWSProfile ( )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/JAXWSProfile."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, JAXWSProviderMethodDispatcher.class
package org.apache.cxf.jaxws
JAXWSProviderMethodDispatcher.bind ( org.apache.cxf.service.model.OperationInfo o, reflect.Method[ ] methods ) : void
[run-time name: org/apache/cxf/jaxws/JAXWSProviderMethodDispatcher.bind:(Lorg/apache/cxf/service/model/OperationInfo;[Ljava/lang/reflect/Method;)V]
JAXWSProviderMethodDispatcher.getBindingOperation ( reflect.Method m, org.apache.cxf.endpoint.Endpoint endpoint ) : org.apache.cxf.service.model.BindingOperationInfo
[run-time name: org/apache/cxf/jaxws/JAXWSProviderMethodDispatcher.getBindingOperation:(Ljava/lang/reflect/Method;Lorg/apache/cxf/endpoint/Endpoint;)Lorg/apache/cxf/service/model/BindingOperationInfo;]
JAXWSProviderMethodDispatcher.getMethod ( org.apache.cxf.service.model.BindingOperationInfo op ) : reflect.Method
[run-time name: org/apache/cxf/jaxws/JAXWSProviderMethodDispatcher.getMethod:(Lorg/apache/cxf/service/model/BindingOperationInfo;)Ljava/lang/reflect/Method;]
JAXWSProviderMethodDispatcher.JAXWSProviderMethodDispatcher ( support.JaxWsImplementorInfo implInfo )
[run-time name: org/apache/cxf/jaxws/JAXWSProviderMethodDispatcher."<init>":(Lorg/apache/cxf/jaxws/support/JaxWsImplementorInfo;)V]
openejb-cxf-bundle-2.5.2.jar, JaxWsProxyFactoryBean.class
package org.apache.cxf.jaxws
JaxWsProxyFactoryBean.clientClientProxy ( org.apache.cxf.endpoint.Client c ) : org.apache.cxf.frontend.ClientProxy
[run-time name: org/apache/cxf/jaxws/JaxWsProxyFactoryBean.clientClientProxy:(Lorg/apache/cxf/endpoint/Client;)Lorg/apache/cxf/frontend/ClientProxy;]
JaxWsProxyFactoryBean.create ( ) : Object
[run-time name: org/apache/cxf/jaxws/JaxWsProxyFactoryBean.create:()Ljava/lang/Object;]
JaxWsProxyFactoryBean.getConfiguredName ( ) : String
[run-time name: org/apache/cxf/jaxws/JaxWsProxyFactoryBean.getConfiguredName:()Ljava/lang/String;]
JaxWsProxyFactoryBean.getHandlers ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/JaxWsProxyFactoryBean.getHandlers:()Ljava/util/List;]
JaxWsProxyFactoryBean.getImplementingClasses ( ) : Class[ ]
[run-time name: org/apache/cxf/jaxws/JaxWsProxyFactoryBean.getImplementingClasses:()[Ljava/lang/Class;]
JaxWsProxyFactoryBean.isLoadHandlers ( ) : boolean
[run-time name: org/apache/cxf/jaxws/JaxWsProxyFactoryBean.isLoadHandlers:()Z]
JaxWsProxyFactoryBean.JaxWsProxyFactoryBean ( )
[run-time name: org/apache/cxf/jaxws/JaxWsProxyFactoryBean."<init>":()V]
JaxWsProxyFactoryBean.JaxWsProxyFactoryBean ( org.apache.cxf.frontend.ClientFactoryBean fact )
[run-time name: org/apache/cxf/jaxws/JaxWsProxyFactoryBean."<init>":(Lorg/apache/cxf/frontend/ClientFactoryBean;)V]
JaxWsProxyFactoryBean.setHandlers ( java.util.List h ) : void
[run-time name: org/apache/cxf/jaxws/JaxWsProxyFactoryBean.setHandlers:(Ljava/util/List;)V]
JaxWsProxyFactoryBean.setLoadHandlers ( boolean b ) : void
[run-time name: org/apache/cxf/jaxws/JaxWsProxyFactoryBean.setLoadHandlers:(Z)V]
openejb-cxf-bundle-2.5.2.jar, JaxWsProxyFactoryBeanDefinitionParser.class
package org.apache.cxf.jaxws.spring
JaxWsProxyFactoryBeanDefinitionParser.getFactoryClass ( ) : Class
[run-time name: org/apache/cxf/jaxws/spring/JaxWsProxyFactoryBeanDefinitionParser.getFactoryClass:()Ljava/lang/Class;]
JaxWsProxyFactoryBeanDefinitionParser.getRawFactoryClass ( ) : Class
[run-time name: org/apache/cxf/jaxws/spring/JaxWsProxyFactoryBeanDefinitionParser.getRawFactoryClass:()Ljava/lang/Class;]
JaxWsProxyFactoryBeanDefinitionParser.getSuffix ( ) : String
[run-time name: org/apache/cxf/jaxws/spring/JaxWsProxyFactoryBeanDefinitionParser.getSuffix:()Ljava/lang/String;]
JaxWsProxyFactoryBeanDefinitionParser.JaxWsProxyFactoryBeanDefinitionParser ( )
[run-time name: org/apache/cxf/jaxws/spring/JaxWsProxyFactoryBeanDefinitionParser."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, JaxWsServerFactoryBean.class
package org.apache.cxf.jaxws
JaxWsServerFactoryBean.addHandlers ( java.util.List h ) : void
[run-time name: org/apache/cxf/jaxws/JaxWsServerFactoryBean.addHandlers:(Ljava/util/List;)V]
JaxWsServerFactoryBean.create ( ) : org.apache.cxf.endpoint.Server
[run-time name: org/apache/cxf/jaxws/JaxWsServerFactoryBean.create:()Lorg/apache/cxf/endpoint/Server;]
JaxWsServerFactoryBean.createBindingInfo ( ) : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/jaxws/JaxWsServerFactoryBean.createBindingInfo:()Lorg/apache/cxf/service/model/BindingInfo;]
JaxWsServerFactoryBean.createInvoker ( ) : org.apache.cxf.service.invoker.Invoker
[run-time name: org/apache/cxf/jaxws/JaxWsServerFactoryBean.createInvoker:()Lorg/apache/cxf/service/invoker/Invoker;]
JaxWsServerFactoryBean.getHandlers ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/JaxWsServerFactoryBean.getHandlers:()Ljava/util/List;]
JaxWsServerFactoryBean.getJaxWsServiceFactory ( ) : support.JaxWsServiceFactoryBean
[run-time name: org/apache/cxf/jaxws/JaxWsServerFactoryBean.getJaxWsServiceFactory:()Lorg/apache/cxf/jaxws/support/JaxWsServiceFactoryBean;]
JaxWsServerFactoryBean.initializeAnnotationInterceptors ( org.apache.cxf.endpoint.Endpoint ep, Class[ ] cls ) : void
[run-time name: org/apache/cxf/jaxws/JaxWsServerFactoryBean.initializeAnnotationInterceptors:(Lorg/apache/cxf/endpoint/Endpoint;[Ljava/lang/Class;)V]
JaxWsServerFactoryBean.injectResources ( Object instance ) : void
[run-time name: org/apache/cxf/jaxws/JaxWsServerFactoryBean.injectResources:(Ljava/lang/Object;)V]
JaxWsServerFactoryBean.JaxWsServerFactoryBean ( )
[run-time name: org/apache/cxf/jaxws/JaxWsServerFactoryBean."<init>":()V]
JaxWsServerFactoryBean.JaxWsServerFactoryBean ( support.JaxWsServiceFactoryBean serviceFactory )
[run-time name: org/apache/cxf/jaxws/JaxWsServerFactoryBean."<init>":(Lorg/apache/cxf/jaxws/support/JaxWsServiceFactoryBean;)V]
JaxWsServerFactoryBean.setBlockInjection ( boolean b ) : void
[run-time name: org/apache/cxf/jaxws/JaxWsServerFactoryBean.setBlockInjection:(Z)V]
JaxWsServerFactoryBean.setBlockPostConstruct ( boolean blockPostConstruct ) : void
[run-time name: org/apache/cxf/jaxws/JaxWsServerFactoryBean.setBlockPostConstruct:(Z)V]
JaxWsServerFactoryBean.setHandlers ( java.util.List h ) : void
[run-time name: org/apache/cxf/jaxws/JaxWsServerFactoryBean.setHandlers:(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, JaxwsServiceBuilder.class
package org.apache.cxf.jaxws
JaxwsServiceBuilder.getOutputFile ( ) : java.io.File
[run-time name: org/apache/cxf/jaxws/JaxwsServiceBuilder.getOutputFile:()Ljava/io/File;]
JaxwsServiceBuilder.JaxwsServiceBuilder ( )
[run-time name: org/apache/cxf/jaxws/JaxwsServiceBuilder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, JaxWsServiceConfiguration.class
package org.apache.cxf.jaxws.support
JaxWsServiceConfiguration.getAction ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method ) : String
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getAction:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)Ljava/lang/String;]
JaxWsServiceConfiguration.getEndpointName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getEndpointName:()Ljavax/xml/namespace/QName;]
JaxWsServiceConfiguration.getFaultMessageName ( org.apache.cxf.service.model.OperationInfo op, Class exClass, Class beanClass ) : String
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getFaultMessageName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/String;]
JaxWsServiceConfiguration.getFaultName ( org.apache.cxf.service.model.InterfaceInfo service, org.apache.cxf.service.model.OperationInfo o, Class exClass, Class beanClass ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getFaultName:(Lorg/apache/cxf/service/model/InterfaceInfo;Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/Class;Ljava/lang/Class;)Ljavax/xml/namespace/QName;]
JaxWsServiceConfiguration.getHolderType ( Class cls, reflect.Type type ) : reflect.Type
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getHolderType:(Ljava/lang/Class;Ljava/lang/reflect/Type;)Ljava/lang/reflect/Type;]
JaxWsServiceConfiguration.getInParameterName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getInParameterName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;I)Ljavax/xml/namespace/QName;]
JaxWsServiceConfiguration.getInPartName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getInPartName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;I)Ljavax/xml/namespace/QName;]
JaxWsServiceConfiguration.getInterfaceName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getInterfaceName:()Ljavax/xml/namespace/QName;]
JaxWsServiceConfiguration.getOperationName ( org.apache.cxf.service.model.InterfaceInfo intf, reflect.Method method ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getOperationName:(Lorg/apache/cxf/service/model/InterfaceInfo;Ljava/lang/reflect/Method;)Ljavax/xml/namespace/QName;]
JaxWsServiceConfiguration.getOutParameterName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getOutParameterName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;I)Ljavax/xml/namespace/QName;]
JaxWsServiceConfiguration.getOutPartName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getOutPartName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;I)Ljavax/xml/namespace/QName;]
JaxWsServiceConfiguration.getRequestWrapper ( reflect.Method selected ) : Class
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getRequestWrapper:(Ljava/lang/reflect/Method;)Ljava/lang/Class;]
JaxWsServiceConfiguration.getRequestWrapperClassName ( reflect.Method selected ) : String
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getRequestWrapperClassName:(Ljava/lang/reflect/Method;)Ljava/lang/String;]
JaxWsServiceConfiguration.getRequestWrapperName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getRequestWrapperName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)Ljavax/xml/namespace/QName;]
JaxWsServiceConfiguration.getRequestWrapperPartName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method ) : String
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getRequestWrapperPartName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)Ljava/lang/String;]
JaxWsServiceConfiguration.getResponseWrapper ( reflect.Method selected ) : Class
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getResponseWrapper:(Ljava/lang/reflect/Method;)Ljava/lang/Class;]
JaxWsServiceConfiguration.getResponseWrapperClassName ( reflect.Method selected ) : String
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getResponseWrapperClassName:(Ljava/lang/reflect/Method;)Ljava/lang/String;]
JaxWsServiceConfiguration.getResponseWrapperName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getResponseWrapperName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)Ljavax/xml/namespace/QName;]
JaxWsServiceConfiguration.getResponseWrapperPartName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method ) : String
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getResponseWrapperPartName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)Ljava/lang/String;]
JaxWsServiceConfiguration.getServiceName ( ) : String
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getServiceName:()Ljava/lang/String;]
JaxWsServiceConfiguration.getServiceNamespace ( ) : String
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getServiceNamespace:()Ljava/lang/String;]
JaxWsServiceConfiguration.getStyle ( ) : String
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getStyle:()Ljava/lang/String;]
JaxWsServiceConfiguration.getWrapperPartMinOccurs ( org.apache.cxf.service.model.MessagePartInfo mpi ) : Long
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getWrapperPartMinOccurs:(Lorg/apache/cxf/service/model/MessagePartInfo;)Ljava/lang/Long;]
JaxWsServiceConfiguration.getWsdlURL ( ) : String
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.getWsdlURL:()Ljava/lang/String;]
JaxWsServiceConfiguration.hasOutMessage ( reflect.Method method ) : Boolean
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.hasOutMessage:(Ljava/lang/reflect/Method;)Ljava/lang/Boolean;]
JaxWsServiceConfiguration.isHeader ( reflect.Method method, int j ) : Boolean
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.isHeader:(Ljava/lang/reflect/Method;I)Ljava/lang/Boolean;]
JaxWsServiceConfiguration.isHolder ( Class cls, reflect.Type type ) : Boolean
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.isHolder:(Ljava/lang/Class;Ljava/lang/reflect/Type;)Ljava/lang/Boolean;]
JaxWsServiceConfiguration.isInParam ( reflect.Method method, int j ) : Boolean
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.isInParam:(Ljava/lang/reflect/Method;I)Ljava/lang/Boolean;]
JaxWsServiceConfiguration.isOperation ( reflect.Method method ) : Boolean
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.isOperation:(Ljava/lang/reflect/Method;)Ljava/lang/Boolean;]
JaxWsServiceConfiguration.isOutParam ( reflect.Method method, int j ) : Boolean
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.isOutParam:(Ljava/lang/reflect/Method;I)Ljava/lang/Boolean;]
JaxWsServiceConfiguration.isRPC ( reflect.Method method ) : Boolean
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.isRPC:(Ljava/lang/reflect/Method;)Ljava/lang/Boolean;]
JaxWsServiceConfiguration.isWebMethod ( reflect.Method method ) : Boolean
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.isWebMethod:(Ljava/lang/reflect/Method;)Ljava/lang/Boolean;]
JaxWsServiceConfiguration.isWrapped ( ) : Boolean
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.isWrapped:()Ljava/lang/Boolean;]
JaxWsServiceConfiguration.isWrapped ( reflect.Method m ) : Boolean
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.isWrapped:(Ljava/lang/reflect/Method;)Ljava/lang/Boolean;]
JaxWsServiceConfiguration.isWrapperPartQualified ( org.apache.cxf.service.model.MessagePartInfo mpi ) : Boolean
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.isWrapperPartQualified:(Lorg/apache/cxf/service/model/MessagePartInfo;)Ljava/lang/Boolean;]
JaxWsServiceConfiguration.JaxWsServiceConfiguration ( )
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration."<init>":()V]
JaxWsServiceConfiguration.setServiceFactory ( org.apache.cxf.service.factory.ReflectionServiceFactoryBean serviceFactory ) : void
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceConfiguration.setServiceFactory:(Lorg/apache/cxf/service/factory/ReflectionServiceFactoryBean;)V]
openejb-cxf-bundle-2.5.2.jar, JaxWsServiceFactoryBean.class
package org.apache.cxf.jaxws.support
JaxWsServiceFactoryBean.bindOperation ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method ) : void
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.bindOperation:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)V]
JaxWsServiceFactoryBean.buildServiceFromClass ( ) : void
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.buildServiceFromClass:()V]
JaxWsServiceFactoryBean.checkServiceClassAnnotations ( Class sc ) : void
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.checkServiceClassAnnotations:(Ljava/lang/Class;)V]
JaxWsServiceFactoryBean.create ( ) : org.apache.cxf.service.Service
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.create:()Lorg/apache/cxf/service/Service;]
JaxWsServiceFactoryBean.createEndpoint ( org.apache.cxf.service.model.EndpointInfo ei ) : org.apache.cxf.endpoint.Endpoint
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.createEndpoint:(Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/cxf/endpoint/Endpoint;]
JaxWsServiceFactoryBean.createInvoker ( ) : org.apache.cxf.service.invoker.Invoker
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.createInvoker:()Lorg/apache/cxf/service/invoker/Invoker;]
JaxWsServiceFactoryBean.createOperation ( org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.service.model.InterfaceInfo intf, reflect.Method m ) : org.apache.cxf.service.model.OperationInfo
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.createOperation:(Lorg/apache/cxf/service/model/ServiceInfo;Lorg/apache/cxf/service/model/InterfaceInfo;Ljava/lang/reflect/Method;)Lorg/apache/cxf/service/model/OperationInfo;]
JaxWsServiceFactoryBean.getBeanClass ( Class exClass ) : Class
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.getBeanClass:(Ljava/lang/Class;)Ljava/lang/Class;]
JaxWsServiceFactoryBean.getExtraClass ( ) : java.util.Set
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.getExtraClass:()Ljava/util/Set;]
JaxWsServiceFactoryBean.getJaxWsImplementorInfo ( ) : JaxWsImplementorInfo
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.getJaxWsImplementorInfo:()Lorg/apache/cxf/jaxws/support/JaxWsImplementorInfo;]
JaxWsServiceFactoryBean.getProviderParameterType ( Class cls ) : Class
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.getProviderParameterType:(Ljava/lang/Class;)Ljava/lang/Class;]
JaxWsServiceFactoryBean.getWsFeatures ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.getWsFeatures:()Ljava/util/List;]
JaxWsServiceFactoryBean.initConfiguration ( JaxWsImplementorInfo ii ) : void
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.initConfiguration:(Lorg/apache/cxf/jaxws/support/JaxWsImplementorInfo;)V]
JaxWsServiceFactoryBean.initializeFaultInterceptors ( ) : void
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.initializeFaultInterceptors:()V]
JaxWsServiceFactoryBean.initializeParameter ( org.apache.cxf.service.model.MessagePartInfo part, Class rawClass, reflect.Type type ) : void
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.initializeParameter:(Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Class;Ljava/lang/reflect/Type;)V]
JaxWsServiceFactoryBean.initializeWSDLOperation ( org.apache.cxf.service.model.InterfaceInfo intf, org.apache.cxf.service.model.OperationInfo o, reflect.Method method ) : void
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.initializeWSDLOperation:(Lorg/apache/cxf/service/model/InterfaceInfo;Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)V]
JaxWsServiceFactoryBean.initializeWSDLOperations ( ) : void
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.initializeWSDLOperations:()V]
JaxWsServiceFactoryBean.initializeWSDLOperationsForProvider ( ) : void
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.initializeWSDLOperationsForProvider:()V]
JaxWsServiceFactoryBean.JaxWsServiceFactoryBean ( )
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean."<init>":()V]
JaxWsServiceFactoryBean.JaxWsServiceFactoryBean ( JaxWsImplementorInfo implInfo )
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean."<init>":(Lorg/apache/cxf/jaxws/support/JaxWsImplementorInfo;)V]
JaxWsServiceFactoryBean.reset ( ) : void
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.reset:()V]
JaxWsServiceFactoryBean.setJaxWsConfiguration ( JaxWsServiceConfiguration jaxWsConfiguration ) : void
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.setJaxWsConfiguration:(Lorg/apache/cxf/jaxws/support/JaxWsServiceConfiguration;)V]
JaxWsServiceFactoryBean.setJaxWsImplementorInfo ( JaxWsImplementorInfo jaxWsImplementorInfo ) : void
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.setJaxWsImplementorInfo:(Lorg/apache/cxf/jaxws/support/JaxWsImplementorInfo;)V]
JaxWsServiceFactoryBean.setServiceClass ( Class serviceClass ) : void
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.setServiceClass:(Ljava/lang/Class;)V]
JaxWsServiceFactoryBean.setWsFeatures ( java.util.List swsFeatures ) : void
[run-time name: org/apache/cxf/jaxws/support/JaxWsServiceFactoryBean.setWsFeatures:(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, JaxWsSoapBindingConfiguration.class
package org.apache.cxf.jaxws.binding.soap
JaxWsSoapBindingConfiguration.getStyle ( ) : String
[run-time name: org/apache/cxf/jaxws/binding/soap/JaxWsSoapBindingConfiguration.getStyle:()Ljava/lang/String;]
JaxWsSoapBindingConfiguration.getStyle ( org.apache.cxf.service.model.OperationInfo op ) : String
[run-time name: org/apache/cxf/jaxws/binding/soap/JaxWsSoapBindingConfiguration.getStyle:(Lorg/apache/cxf/service/model/OperationInfo;)Ljava/lang/String;]
JaxWsSoapBindingConfiguration.getUse ( ) : String
[run-time name: org/apache/cxf/jaxws/binding/soap/JaxWsSoapBindingConfiguration.getUse:()Ljava/lang/String;]
JaxWsSoapBindingConfiguration.JaxWsSoapBindingConfiguration ( org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean sifb )
[run-time name: org/apache/cxf/jaxws/binding/soap/JaxWsSoapBindingConfiguration."<init>":(Lorg/apache/cxf/jaxws/support/JaxWsServiceFactoryBean;)V]
JaxWsSoapBindingConfiguration.setJaxWsServiceFactoryBean ( org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean b ) : void
[run-time name: org/apache/cxf/jaxws/binding/soap/JaxWsSoapBindingConfiguration.setJaxWsServiceFactoryBean:(Lorg/apache/cxf/jaxws/support/JaxWsServiceFactoryBean;)V]
openejb-cxf-bundle-2.5.2.jar, JAXWSSpringClientProxyFactoryBean.class
package org.apache.cxf.jaxws.spring
JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean.create ( ) : Object
[run-time name: org/apache/cxf/jaxws/spring/JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean.create:()Ljava/lang/Object;]
JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean.destroy ( ) : void
[run-time name: org/apache/cxf/jaxws/spring/JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean.destroy:()V]
JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean.getObject ( ) : Object
[run-time name: org/apache/cxf/jaxws/spring/JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean.getObject:()Ljava/lang/Object;]
JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean.getObjectType ( ) : Class
[run-time name: org/apache/cxf/jaxws/spring/JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean.getObjectType:()Ljava/lang/Class;]
JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean.isSingleton ( ) : boolean
[run-time name: org/apache/cxf/jaxws/spring/JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean.isSingleton:()Z]
JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean.JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean ( )
[run-time name: org/apache/cxf/jaxws/spring/JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean."<init>":()V]
JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean.JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean ( org.apache.cxf.frontend.ClientFactoryBean fact )
[run-time name: org/apache/cxf/jaxws/spring/JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean."<init>":(Lorg/apache/cxf/frontend/ClientFactoryBean;)V]
JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean.setApplicationContext ( org.springframework.context.ApplicationContext ctx ) : void
[run-time name: org/apache/cxf/jaxws/spring/JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean.setApplicationContext:(Lorg/springframework/context/ApplicationContext;)V]
openejb-cxf-bundle-2.5.2.jar, JaxWsWebServicePublisherBeanPostProcessor.class
package org.apache.cxf.jaxws.spring
JaxWsWebServicePublisherBeanPostProcessor.getPrototypeDataBindingBeanName ( ) : String
[run-time name: org/apache/cxf/jaxws/spring/JaxWsWebServicePublisherBeanPostProcessor.getPrototypeDataBindingBeanName:()Ljava/lang/String;]
JaxWsWebServicePublisherBeanPostProcessor.getPrototypeServerFactoryBeanName ( ) : String
[run-time name: org/apache/cxf/jaxws/spring/JaxWsWebServicePublisherBeanPostProcessor.getPrototypeServerFactoryBeanName:()Ljava/lang/String;]
JaxWsWebServicePublisherBeanPostProcessor.isCustomizedDataBinding ( ) : boolean
[run-time name: org/apache/cxf/jaxws/spring/JaxWsWebServicePublisherBeanPostProcessor.isCustomizedDataBinding:()Z]
JaxWsWebServicePublisherBeanPostProcessor.isCustomizedServerFactory ( ) : boolean
[run-time name: org/apache/cxf/jaxws/spring/JaxWsWebServicePublisherBeanPostProcessor.isCustomizedServerFactory:()Z]
JaxWsWebServicePublisherBeanPostProcessor.JaxWsWebServicePublisherBeanPostProcessor ( )
[run-time name: org/apache/cxf/jaxws/spring/JaxWsWebServicePublisherBeanPostProcessor."<init>":()V]
JaxWsWebServicePublisherBeanPostProcessor.postProcessAfterInitialization ( Object bean, String beanName ) : Object
[run-time name: org/apache/cxf/jaxws/spring/JaxWsWebServicePublisherBeanPostProcessor.postProcessAfterInitialization:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;]
JaxWsWebServicePublisherBeanPostProcessor.postProcessBeforeInitialization ( Object bean, String beanName ) : Object
[run-time name: org/apache/cxf/jaxws/spring/JaxWsWebServicePublisherBeanPostProcessor.postProcessBeforeInitialization:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;]
JaxWsWebServicePublisherBeanPostProcessor.setBeanFactory ( org.springframework.beans.factory.BeanFactory beanFactory ) : void
[run-time name: org/apache/cxf/jaxws/spring/JaxWsWebServicePublisherBeanPostProcessor.setBeanFactory:(Lorg/springframework/beans/factory/BeanFactory;)V]
JaxWsWebServicePublisherBeanPostProcessor.setPrototypeDataBindingBeanName ( String prototypeDataBindingBeanName ) : void
[run-time name: org/apache/cxf/jaxws/spring/JaxWsWebServicePublisherBeanPostProcessor.setPrototypeDataBindingBeanName:(Ljava/lang/String;)V]
JaxWsWebServicePublisherBeanPostProcessor.setPrototypeServerFactoryBeanName ( String prototypeServerFactoryBeanName ) : void
[run-time name: org/apache/cxf/jaxws/spring/JaxWsWebServicePublisherBeanPostProcessor.setPrototypeServerFactoryBeanName:(Ljava/lang/String;)V]
JaxWsWebServicePublisherBeanPostProcessor.setServletConfig ( javax.servlet.ServletConfig servletConfig ) : void
[run-time name: org/apache/cxf/jaxws/spring/JaxWsWebServicePublisherBeanPostProcessor.setServletConfig:(Ljavax/servlet/ServletConfig;)V]
JaxWsWebServicePublisherBeanPostProcessor.setUrlPrefix ( String urlPrefix ) : void
[run-time name: org/apache/cxf/jaxws/spring/JaxWsWebServicePublisherBeanPostProcessor.setUrlPrefix:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JCATransactionalMessageListenerContainer.class
package org.apache.cxf.transport.jms
JCATransactionalMessageListenerContainer.JCATransactionalMessageListenerContainer ( org.apache.cxf.service.model.EndpointInfo ei )
[run-time name: org/apache/cxf/transport/jms/JCATransactionalMessageListenerContainer."<init>":(Lorg/apache/cxf/service/model/EndpointInfo;)V]
JCATransactionalMessageListenerContainer.receiveAndExecute ( Object invoker, javax.jms.Session session, javax.jms.MessageConsumer consumer ) : boolean
[run-time name: org/apache/cxf/transport/jms/JCATransactionalMessageListenerContainer.receiveAndExecute:(Ljava/lang/Object;Ljavax/jms/Session;Ljavax/jms/MessageConsumer;)Z]
openejb-cxf-bundle-2.5.2.jar, JCodeModel.class
package org.apache.cxf.jaxb
JAXBUtils.JCodeModel.build ( Object p1 ) [abstract] : void
[run-time name: org/apache/cxf/jaxb/JAXBUtils.JCodeModel.build:(Ljava/lang/Object;)V]
JAXBUtils.JCodeModel.packages ( ) [abstract] : java.util.Iterator
[run-time name: org/apache/cxf/jaxb/JAXBUtils.JCodeModel.packages:()Ljava/util/Iterator;]
openejb-cxf-bundle-2.5.2.jar, JDefinedClass.class
package org.apache.cxf.jaxb
JAXBUtils.JDefinedClass.fullName ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxb/JAXBUtils.JDefinedClass.fullName:()Ljava/lang/String;]
JAXBUtils.JDefinedClass.name ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxb/JAXBUtils.JDefinedClass.name:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, JDOMDocumentType.class
package org.apache.cxf.aegis.type.xml
JDOMDocumentType.JDOMDocumentType ( )
[run-time name: org/apache/cxf/aegis/type/xml/JDOMDocumentType."<init>":()V]
JDOMDocumentType.readObject ( org.apache.cxf.aegis.xml.MessageReader mreader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/xml/JDOMDocumentType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
JDOMDocumentType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/xml/JDOMDocumentType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, JDOMElementType.class
package org.apache.cxf.aegis.type.xml
JDOMElementType.JDOMElementType ( )
[run-time name: org/apache/cxf/aegis/type/xml/JDOMElementType."<init>":()V]
JDOMElementType.readObject ( org.apache.cxf.aegis.xml.MessageReader mreader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/xml/JDOMElementType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
JDOMElementType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/xml/JDOMElementType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, JDOMNamespaceContext.class
package org.apache.cxf.aegis.util.stax
JDOMNamespaceContext.getElement ( ) : org.jdom.Element
[run-time name: org/apache/cxf/aegis/util/stax/JDOMNamespaceContext.getElement:()Lorg/jdom/Element;]
JDOMNamespaceContext.getNamespaceURI ( String prefix ) : String
[run-time name: org/apache/cxf/aegis/util/stax/JDOMNamespaceContext.getNamespaceURI:(Ljava/lang/String;)Ljava/lang/String;]
JDOMNamespaceContext.getPrefix ( String uri ) : String
[run-time name: org/apache/cxf/aegis/util/stax/JDOMNamespaceContext.getPrefix:(Ljava/lang/String;)Ljava/lang/String;]
JDOMNamespaceContext.getPrefixes ( String uri ) : java.util.Iterator
[run-time name: org/apache/cxf/aegis/util/stax/JDOMNamespaceContext.getPrefixes:(Ljava/lang/String;)Ljava/util/Iterator;]
JDOMNamespaceContext.JDOMNamespaceContext ( )
[run-time name: org/apache/cxf/aegis/util/stax/JDOMNamespaceContext."<init>":()V]
JDOMNamespaceContext.rawGetPrefix ( org.jdom.Element element, String namespaceURI ) [static] : String
[run-time name: org/apache/cxf/aegis/util/stax/JDOMNamespaceContext.rawGetPrefix:(Lorg/jdom/Element;Ljava/lang/String;)Ljava/lang/String;]
JDOMNamespaceContext.setElement ( org.jdom.Element element ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMNamespaceContext.setElement:(Lorg/jdom/Element;)V]
openejb-cxf-bundle-2.5.2.jar, JDOMStreamReader.class
package org.apache.cxf.aegis.util.stax
JDOMStreamReader.endElement ( ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.endElement:()V]
JDOMStreamReader.getAttributeCount ( ) : int
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getAttributeCount:()I]
JDOMStreamReader.getAttributeLocalName ( int i ) : String
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getAttributeLocalName:(I)Ljava/lang/String;]
JDOMStreamReader.getAttributeName ( int i ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getAttributeName:(I)Ljavax/xml/namespace/QName;]
JDOMStreamReader.getAttributeNamespace ( int i ) : String
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getAttributeNamespace:(I)Ljava/lang/String;]
JDOMStreamReader.getAttributePrefix ( int i ) : String
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getAttributePrefix:(I)Ljava/lang/String;]
JDOMStreamReader.getAttributeType ( int i ) : String
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getAttributeType:(I)Ljava/lang/String;]
JDOMStreamReader.getAttributeValue ( int i ) : String
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getAttributeValue:(I)Ljava/lang/String;]
JDOMStreamReader.getAttributeValue ( String ns, String local ) : String
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getAttributeValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
JDOMStreamReader.getChildFrame ( ) : org.apache.cxf.staxutils.AbstractDOMStreamReader.ElementFrame
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getChildFrame:()Lorg/apache/cxf/staxutils/AbstractDOMStreamReader$ElementFrame;]
JDOMStreamReader.getCurrentElement ( ) : org.jdom.Element
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getCurrentElement:()Lorg/jdom/Element;]
JDOMStreamReader.getElementText ( ) : String
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getElementText:()Ljava/lang/String;]
JDOMStreamReader.getEncoding ( ) : String
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getEncoding:()Ljava/lang/String;]
JDOMStreamReader.getLocalName ( ) : String
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getLocalName:()Ljava/lang/String;]
JDOMStreamReader.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getName:()Ljavax/xml/namespace/QName;]
JDOMStreamReader.getNamespaceContext ( ) : javax.xml.namespace.NamespaceContext
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getNamespaceContext:()Ljavax/xml/namespace/NamespaceContext;]
JDOMStreamReader.getNamespaceCount ( ) : int
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getNamespaceCount:()I]
JDOMStreamReader.getNamespacePrefix ( int i ) : String
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getNamespacePrefix:(I)Ljava/lang/String;]
JDOMStreamReader.getNamespaceURI ( ) : String
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getNamespaceURI:()Ljava/lang/String;]
JDOMStreamReader.getNamespaceURI ( int i ) : String
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getNamespaceURI:(I)Ljava/lang/String;]
JDOMStreamReader.getNamespaceURI ( String prefix ) : String
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getNamespaceURI:(Ljava/lang/String;)Ljava/lang/String;]
JDOMStreamReader.getPIData ( ) : String
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getPIData:()Ljava/lang/String;]
JDOMStreamReader.getPITarget ( ) : String
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getPITarget:()Ljava/lang/String;]
JDOMStreamReader.getPrefix ( ) : String
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getPrefix:()Ljava/lang/String;]
JDOMStreamReader.getText ( ) : String
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getText:()Ljava/lang/String;]
JDOMStreamReader.getTextCharacters ( ) : char[ ]
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getTextCharacters:()[C]
JDOMStreamReader.getTextLength ( ) : int
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getTextLength:()I]
JDOMStreamReader.getTextStart ( ) : int
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.getTextStart:()I]
JDOMStreamReader.hasMoreChildren ( ) : boolean
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.hasMoreChildren:()Z]
JDOMStreamReader.isAttributeSpecified ( int i ) : boolean
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.isAttributeSpecified:(I)Z]
JDOMStreamReader.JDOMStreamReader ( org.jdom.Document document )
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader."<init>":(Lorg/jdom/Document;)V]
JDOMStreamReader.JDOMStreamReader ( org.jdom.Element element )
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader."<init>":(Lorg/jdom/Element;)V]
JDOMStreamReader.nextChild ( ) : int
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.nextChild:()I]
JDOMStreamReader.toStaxType ( int jdom ) [static] : String
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamReader.toStaxType:(I)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, JDOMStreamWriter.class
package org.apache.cxf.aegis.util.stax
JDOMStreamWriter.close ( ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.close:()V]
JDOMStreamWriter.flush ( ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.flush:()V]
JDOMStreamWriter.getDocument ( ) : org.jdom.Document
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.getDocument:()Lorg/jdom/Document;]
JDOMStreamWriter.getNamespaceContext ( ) : javax.xml.namespace.NamespaceContext
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.getNamespaceContext:()Ljavax/xml/namespace/NamespaceContext;]
JDOMStreamWriter.getPrefix ( String uri ) : String
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.getPrefix:(Ljava/lang/String;)Ljava/lang/String;]
JDOMStreamWriter.getProperty ( String prop ) : Object
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
JDOMStreamWriter.JDOMStreamWriter ( )
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter."<init>":()V]
JDOMStreamWriter.JDOMStreamWriter ( org.jdom.Element e )
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter."<init>":(Lorg/jdom/Element;)V]
JDOMStreamWriter.setDefaultNamespace ( String arg0 ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.setDefaultNamespace:(Ljava/lang/String;)V]
JDOMStreamWriter.setNamespaceContext ( javax.xml.namespace.NamespaceContext ctx ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.setNamespaceContext:(Ljavax/xml/namespace/NamespaceContext;)V]
JDOMStreamWriter.setPrefix ( String arg0, String arg1 ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.setPrefix:(Ljava/lang/String;Ljava/lang/String;)V]
JDOMStreamWriter.writeAttribute ( String local, String value ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;)V]
JDOMStreamWriter.writeAttribute ( String namespace, String local, String value ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
JDOMStreamWriter.writeAttribute ( String prefix, String namespace, String local, String value ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
JDOMStreamWriter.writeCData ( String data ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeCData:(Ljava/lang/String;)V]
JDOMStreamWriter.writeCharacters ( char[ ] text, int start, int len ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeCharacters:([CII)V]
JDOMStreamWriter.writeCharacters ( String text ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeCharacters:(Ljava/lang/String;)V]
JDOMStreamWriter.writeComment ( String value ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeComment:(Ljava/lang/String;)V]
JDOMStreamWriter.writeDefaultNamespace ( String namespace ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeDefaultNamespace:(Ljava/lang/String;)V]
JDOMStreamWriter.writeDTD ( String arg0 ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeDTD:(Ljava/lang/String;)V]
JDOMStreamWriter.writeEmptyElement ( String local ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeEmptyElement:(Ljava/lang/String;)V]
JDOMStreamWriter.writeEmptyElement ( String namespace, String local ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeEmptyElement:(Ljava/lang/String;Ljava/lang/String;)V]
JDOMStreamWriter.writeEmptyElement ( String prefix, String namespace, String local ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeEmptyElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
JDOMStreamWriter.writeEndDocument ( ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeEndDocument:()V]
JDOMStreamWriter.writeEndElement ( ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeEndElement:()V]
JDOMStreamWriter.writeEntityRef ( String ref ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeEntityRef:(Ljava/lang/String;)V]
JDOMStreamWriter.writeNamespace ( String prefix, String namespace ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
JDOMStreamWriter.writeProcessingInstruction ( String arg0 ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeProcessingInstruction:(Ljava/lang/String;)V]
JDOMStreamWriter.writeProcessingInstruction ( String arg0, String arg1 ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeProcessingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
JDOMStreamWriter.writeStartDocument ( ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeStartDocument:()V]
JDOMStreamWriter.writeStartDocument ( String encoding, String version ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeStartDocument:(Ljava/lang/String;Ljava/lang/String;)V]
JDOMStreamWriter.writeStartDocument ( String version ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeStartDocument:(Ljava/lang/String;)V]
JDOMStreamWriter.writeStartElement ( String local ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeStartElement:(Ljava/lang/String;)V]
JDOMStreamWriter.writeStartElement ( String namespace, String local ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeStartElement:(Ljava/lang/String;Ljava/lang/String;)V]
JDOMStreamWriter.writeStartElement ( String prefix, String local, String namespace ) : void
[run-time name: org/apache/cxf/aegis/util/stax/JDOMStreamWriter.writeStartElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JettyConnectorFactory.class
package org.apache.cxf.transport.http_jetty
JettyConnectorFactory.createConnector ( int p1 ) [abstract] : org.eclipse.jetty.server.AbstractConnector
[run-time name: org/apache/cxf/transport/http_jetty/JettyConnectorFactory.createConnector:(I)Lorg/eclipse/jetty/server/AbstractConnector;]
JettyConnectorFactory.createConnector ( String p1, int p2 ) [abstract] : org.eclipse.jetty.server.AbstractConnector
[run-time name: org/apache/cxf/transport/http_jetty/JettyConnectorFactory.createConnector:(Ljava/lang/String;I)Lorg/eclipse/jetty/server/AbstractConnector;]
openejb-cxf-bundle-2.5.2.jar, JettyContextInspector.class
package org.apache.cxf.transport.http_jetty
JettyContextInspector.getAddress ( Object serverContext ) : String
[run-time name: org/apache/cxf/transport/http_jetty/JettyContextInspector.getAddress:(Ljava/lang/Object;)Ljava/lang/String;]
JettyContextInspector.JettyContextInspector ( )
[run-time name: org/apache/cxf/transport/http_jetty/JettyContextInspector."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, JettyContinuationProvider.class
package org.apache.cxf.transport.http_jetty.continuations
JettyContinuationProvider.getContinuation ( ) : org.apache.cxf.continuations.Continuation
[run-time name: org/apache/cxf/transport/http_jetty/continuations/JettyContinuationProvider.getContinuation:()Lorg/apache/cxf/continuations/Continuation;]
JettyContinuationProvider.getContinuation ( boolean create ) : JettyContinuationWrapper
[run-time name: org/apache/cxf/transport/http_jetty/continuations/JettyContinuationProvider.getContinuation:(Z)Lorg/apache/cxf/transport/http_jetty/continuations/JettyContinuationWrapper;]
JettyContinuationProvider.JettyContinuationProvider ( javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, org.apache.cxf.message.Message m )
[run-time name: org/apache/cxf/transport/http_jetty/continuations/JettyContinuationProvider."<init>":(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, JettyContinuationWrapper.class
package org.apache.cxf.transport.http_jetty.continuations
JettyContinuationWrapper.getMessage ( ) : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/transport/http_jetty/continuations/JettyContinuationWrapper.getMessage:()Lorg/apache/cxf/message/Message;]
JettyContinuationWrapper.getObject ( ) : Object
[run-time name: org/apache/cxf/transport/http_jetty/continuations/JettyContinuationWrapper.getObject:()Ljava/lang/Object;]
JettyContinuationWrapper.isNew ( ) : boolean
[run-time name: org/apache/cxf/transport/http_jetty/continuations/JettyContinuationWrapper.isNew:()Z]
JettyContinuationWrapper.isPending ( ) : boolean
[run-time name: org/apache/cxf/transport/http_jetty/continuations/JettyContinuationWrapper.isPending:()Z]
JettyContinuationWrapper.isResumed ( ) : boolean
[run-time name: org/apache/cxf/transport/http_jetty/continuations/JettyContinuationWrapper.isResumed:()Z]
JettyContinuationWrapper.JettyContinuationWrapper ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse resp, org.apache.cxf.message.Message m )
[run-time name: org/apache/cxf/transport/http_jetty/continuations/JettyContinuationWrapper."<init>":(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lorg/apache/cxf/message/Message;)V]
JettyContinuationWrapper.onComplete ( org.eclipse.jetty.continuation.Continuation continuation ) : void
[run-time name: org/apache/cxf/transport/http_jetty/continuations/JettyContinuationWrapper.onComplete:(Lorg/eclipse/jetty/continuation/Continuation;)V]
JettyContinuationWrapper.onTimeout ( org.eclipse.jetty.continuation.Continuation continuation ) : void
[run-time name: org/apache/cxf/transport/http_jetty/continuations/JettyContinuationWrapper.onTimeout:(Lorg/eclipse/jetty/continuation/Continuation;)V]
JettyContinuationWrapper.reset ( ) : void
[run-time name: org/apache/cxf/transport/http_jetty/continuations/JettyContinuationWrapper.reset:()V]
JettyContinuationWrapper.resume ( ) : void
[run-time name: org/apache/cxf/transport/http_jetty/continuations/JettyContinuationWrapper.resume:()V]
JettyContinuationWrapper.setObject ( Object userObject ) : void
[run-time name: org/apache/cxf/transport/http_jetty/continuations/JettyContinuationWrapper.setObject:(Ljava/lang/Object;)V]
JettyContinuationWrapper.suspend ( long timeout ) : boolean
[run-time name: org/apache/cxf/transport/http_jetty/continuations/JettyContinuationWrapper.suspend:(J)Z]
openejb-cxf-bundle-2.5.2.jar, JettyDestinationFactory.class
package org.apache.cxf.transport.http_jetty
JettyDestinationFactory.createDestination ( org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.Bus bus, org.apache.cxf.transport.http.DestinationRegistry registry ) : org.apache.cxf.transport.http.AbstractHTTPDestination
[run-time name: org/apache/cxf/transport/http_jetty/JettyDestinationFactory.createDestination:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/Bus;Lorg/apache/cxf/transport/http/DestinationRegistry;)Lorg/apache/cxf/transport/http/AbstractHTTPDestination;]
JettyDestinationFactory.JettyDestinationFactory ( )
[run-time name: org/apache/cxf/transport/http_jetty/JettyDestinationFactory."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, JettyHTTPDestination.class
package org.apache.cxf.transport.http_jetty
JettyHTTPDestination.activate ( ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPDestination.activate:()V]
JettyHTTPDestination.deactivate ( ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPDestination.deactivate:()V]
JettyHTTPDestination.doService ( javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPDestination.doService:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
JettyHTTPDestination.doService ( javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPDestination.doService:(Ljavax/servlet/ServletContext;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
JettyHTTPDestination.finalizeConfig ( ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPDestination.finalizeConfig:()V]
JettyHTTPDestination.getBasePathForFullAddress ( String addr ) : String
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPDestination.getBasePathForFullAddress:(Ljava/lang/String;)Ljava/lang/String;]
JettyHTTPDestination.getEngine ( ) : ServerEngine
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPDestination.getEngine:()Lorg/apache/cxf/transport/http_jetty/ServerEngine;]
JettyHTTPDestination.getLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPDestination.getLogger:()Ljava/util/logging/Logger;]
JettyHTTPDestination.JettyHTTPDestination ( org.apache.cxf.Bus bus, org.apache.cxf.transport.http.DestinationRegistry registry, org.apache.cxf.service.model.EndpointInfo ei, JettyHTTPServerEngineFactory serverEngineFactory )
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPDestination."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/transport/http/DestinationRegistry;Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory;)V]
JettyHTTPDestination.retrieveEngine ( ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPDestination.retrieveEngine:()V]
JettyHTTPDestination.retrieveFromContinuation ( javax.servlet.http.HttpServletRequest req ) : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPDestination.retrieveFromContinuation:(Ljavax/servlet/http/HttpServletRequest;)Lorg/apache/cxf/message/Message;]
JettyHTTPDestination.serviceRequest ( javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPDestination.serviceRequest:(Ljavax/servlet/ServletContext;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
JettyHTTPDestination.setServletContext ( javax.servlet.ServletContext sc ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPDestination.setServletContext:(Ljavax/servlet/ServletContext;)V]
JettyHTTPDestination.setupContinuation ( org.apache.cxf.message.Message inMessage, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPDestination.setupContinuation:(Lorg/apache/cxf/message/Message;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
openejb-cxf-bundle-2.5.2.jar, JettyHTTPHandler.class
package org.apache.cxf.transport.http_jetty
JettyHTTPHandler.getName ( ) : String
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPHandler.getName:()Ljava/lang/String;]
JettyHTTPHandler.handle ( String target, org.eclipse.jetty.server.Request baseRequest, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPHandler.handle:(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
JettyHTTPHandler.JettyHTTPHandler ( JettyHTTPDestination jhd, boolean cmExact )
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPHandler."<init>":(Lorg/apache/cxf/transport/http_jetty/JettyHTTPDestination;Z)V]
JettyHTTPHandler.setName ( String name ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPHandler.setName:(Ljava/lang/String;)V]
JettyHTTPHandler.setServletContext ( javax.servlet.ServletContext sc ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPHandler.setServletContext:(Ljavax/servlet/ServletContext;)V]
openejb-cxf-bundle-2.5.2.jar, JettyHTTPServerEngine.class
package org.apache.cxf.transport.http_jetty
JettyHTTPServerEngine.addServant ( java.net.URL url, JettyHTTPHandler handler ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.addServant:(Ljava/net/URL;Lorg/apache/cxf/transport/http_jetty/JettyHTTPHandler;)V]
JettyHTTPServerEngine.finalizeConfig ( ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.finalizeConfig:()V]
JettyHTTPServerEngine.getConnector ( ) : org.eclipse.jetty.server.Connector
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.getConnector:()Lorg/eclipse/jetty/server/Connector;]
JettyHTTPServerEngine.getContextHandler ( java.net.URL url ) : org.eclipse.jetty.server.handler.ContextHandler
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.getContextHandler:(Ljava/net/URL;)Lorg/eclipse/jetty/server/handler/ContextHandler;]
JettyHTTPServerEngine.getContinuationsEnabled ( ) : boolean
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.getContinuationsEnabled:()Z]
JettyHTTPServerEngine.getHandlers ( ) : java.util.List
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.getHandlers:()Ljava/util/List;]
JettyHTTPServerEngine.getHost ( ) : String
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.getHost:()Ljava/lang/String;]
JettyHTTPServerEngine.getHTTPConnectorFactory ( ) : JettyConnectorFactory
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.getHTTPConnectorFactory:()Lorg/apache/cxf/transport/http_jetty/JettyConnectorFactory;]
JettyHTTPServerEngine.getHTTPSConnectorFactory ( org.apache.cxf.configuration.jsse.TLSServerParameters tlsParams ) : JettyConnectorFactory
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.getHTTPSConnectorFactory:(Lorg/apache/cxf/configuration/jsse/TLSServerParameters;)Lorg/apache/cxf/transport/http_jetty/JettyConnectorFactory;]
JettyHTTPServerEngine.getMaxIdleTime ( ) : int
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.getMaxIdleTime:()I]
JettyHTTPServerEngine.getPort ( ) : int
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.getPort:()I]
JettyHTTPServerEngine.getProtocol ( ) : String
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.getProtocol:()Ljava/lang/String;]
JettyHTTPServerEngine.getServant ( java.net.URL url ) : org.eclipse.jetty.server.Handler
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.getServant:(Ljava/net/URL;)Lorg/eclipse/jetty/server/Handler;]
JettyHTTPServerEngine.getServer ( ) : org.eclipse.jetty.server.Server
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.getServer:()Lorg/eclipse/jetty/server/Server;]
JettyHTTPServerEngine.getThreadingParameters ( ) : ThreadingParameters
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.getThreadingParameters:()Lorg/apache/cxf/transport/http_jetty/ThreadingParameters;]
JettyHTTPServerEngine.getTlsServerParameters ( ) : org.apache.cxf.configuration.jsse.TLSServerParameters
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.getTlsServerParameters:()Lorg/apache/cxf/configuration/jsse/TLSServerParameters;]
JettyHTTPServerEngine.isReuseAddress ( ) : boolean
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.isReuseAddress:()Z]
JettyHTTPServerEngine.isSessionSupport ( ) : boolean
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.isSessionSupport:()Z]
JettyHTTPServerEngine.isSetThreadingParameters ( ) : boolean
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.isSetThreadingParameters:()Z]
JettyHTTPServerEngine.JettyHTTPServerEngine ( )
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine."<init>":()V]
JettyHTTPServerEngine.JettyHTTPServerEngine ( org.eclipse.jetty.util.component.Container.Listener mBeanContainer, String host, int port )
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine."<init>":(Lorg/eclipse/jetty/util/component/Container$Listener;Ljava/lang/String;I)V]
JettyHTTPServerEngine.removeServant ( java.net.URL url ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.removeServant:(Ljava/net/URL;)V]
JettyHTTPServerEngine.retrieveListenerFactory ( ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.retrieveListenerFactory:()V]
JettyHTTPServerEngine.setConnector ( org.eclipse.jetty.server.Connector c ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.setConnector:(Lorg/eclipse/jetty/server/Connector;)V]
JettyHTTPServerEngine.setContinuationsEnabled ( boolean enabled ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.setContinuationsEnabled:(Z)V]
JettyHTTPServerEngine.setHandlers ( java.util.List h ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.setHandlers:(Ljava/util/List;)V]
JettyHTTPServerEngine.setHost ( String host ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.setHost:(Ljava/lang/String;)V]
JettyHTTPServerEngine.setMaxIdleTime ( int maxIdle ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.setMaxIdleTime:(I)V]
JettyHTTPServerEngine.setPort ( int p ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.setPort:(I)V]
JettyHTTPServerEngine.setReuseAddress ( boolean reuse ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.setReuseAddress:(Z)V]
JettyHTTPServerEngine.setServer ( org.eclipse.jetty.server.Server s ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.setServer:(Lorg/eclipse/jetty/server/Server;)V]
JettyHTTPServerEngine.setSessionSupport ( boolean support ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.setSessionSupport:(Z)V]
JettyHTTPServerEngine.setThreadingParameters ( ThreadingParameters params ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.setThreadingParameters:(Lorg/apache/cxf/transport/http_jetty/ThreadingParameters;)V]
JettyHTTPServerEngine.setTlsServerParameters ( org.apache.cxf.configuration.jsse.TLSServerParameters params ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.setTlsServerParameters:(Lorg/apache/cxf/configuration/jsse/TLSServerParameters;)V]
JettyHTTPServerEngine.setupThreadPool ( ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.setupThreadPool:()V]
JettyHTTPServerEngine.shutdown ( ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.shutdown:()V]
JettyHTTPServerEngine.stop ( ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngine.stop:()V]
openejb-cxf-bundle-2.5.2.jar, JettyHTTPServerEngineBeanDefinitionParser.class
package org.apache.cxf.transport.http_jetty.spring
JettyHTTPServerEngineBeanDefinitionParser.createThreadingParameters ( String s, javax.xml.bind.JAXBContext context ) [static] : org.apache.cxf.transport.http_jetty.ThreadingParameters
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineBeanDefinitionParser.createThreadingParameters:(Ljava/lang/String;Ljavax/xml/bind/JAXBContext;)Lorg/apache/cxf/transport/http_jetty/ThreadingParameters;]
JettyHTTPServerEngineBeanDefinitionParser.createThreadingParametersRef ( String s, javax.xml.bind.JAXBContext context ) [static] : String
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineBeanDefinitionParser.createThreadingParametersRef:(Ljava/lang/String;Ljavax/xml/bind/JAXBContext;)Ljava/lang/String;]
JettyHTTPServerEngineBeanDefinitionParser.createTLSServerParametersConfig ( String s, javax.xml.bind.JAXBContext context ) [static] : org.apache.cxf.configuration.jsse.spring.TLSServerParametersConfig
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineBeanDefinitionParser.createTLSServerParametersConfig:(Ljava/lang/String;Ljavax/xml/bind/JAXBContext;)Lorg/apache/cxf/configuration/jsse/spring/TLSServerParametersConfig;]
JettyHTTPServerEngineBeanDefinitionParser.createTLSServerParametersConfigRef ( String s, javax.xml.bind.JAXBContext context ) [static] : String
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineBeanDefinitionParser.createTLSServerParametersConfigRef:(Ljava/lang/String;Ljavax/xml/bind/JAXBContext;)Ljava/lang/String;]
JettyHTTPServerEngineBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean ) : void
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineBeanDefinitionParser.doParse:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;)V]
JettyHTTPServerEngineBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 ) : Class
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineBeanDefinitionParser.getBeanClass:(Lorg/w3c/dom/Element;)Ljava/lang/Class;]
JettyHTTPServerEngineBeanDefinitionParser.JettyHTTPServerEngineBeanDefinitionParser ( )
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineBeanDefinitionParser."<init>":()V]
JettyHTTPServerEngineBeanDefinitionParser.shouldGenerateId ( ) : boolean
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineBeanDefinitionParser.shouldGenerateId:()Z]
openejb-cxf-bundle-2.5.2.jar, JettyHTTPServerEngineConfigType.class
package org.apache.cxf.transports.http_jetty.configuration
JettyHTTPServerEngineConfigType.getConnector ( ) : Object
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.getConnector:()Ljava/lang/Object;]
JettyHTTPServerEngineConfigType.getHandlers ( ) : Object
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.getHandlers:()Ljava/lang/Object;]
JettyHTTPServerEngineConfigType.getHost ( ) : String
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.getHost:()Ljava/lang/String;]
JettyHTTPServerEngineConfigType.getMaxIdleTime ( ) : Integer
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.getMaxIdleTime:()Ljava/lang/Integer;]
JettyHTTPServerEngineConfigType.getPort ( ) : Integer
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.getPort:()Ljava/lang/Integer;]
JettyHTTPServerEngineConfigType.getThreadingParameters ( ) : ThreadingParametersType
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.getThreadingParameters:()Lorg/apache/cxf/transports/http_jetty/configuration/ThreadingParametersType;]
JettyHTTPServerEngineConfigType.getThreadingParametersRef ( ) : ParametersRefType
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.getThreadingParametersRef:()Lorg/apache/cxf/transports/http_jetty/configuration/ParametersRefType;]
JettyHTTPServerEngineConfigType.getTlsServerParameters ( ) : org.apache.cxf.configuration.security.TLSServerParametersType
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.getTlsServerParameters:()Lorg/apache/cxf/configuration/security/TLSServerParametersType;]
JettyHTTPServerEngineConfigType.getTlsServerParametersRef ( ) : ParametersRefType
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.getTlsServerParametersRef:()Lorg/apache/cxf/transports/http_jetty/configuration/ParametersRefType;]
JettyHTTPServerEngineConfigType.isContinuationsEnabled ( ) : Boolean
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.isContinuationsEnabled:()Ljava/lang/Boolean;]
JettyHTTPServerEngineConfigType.isReuseAddress ( ) : Boolean
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.isReuseAddress:()Ljava/lang/Boolean;]
JettyHTTPServerEngineConfigType.isSessionSupport ( ) : Boolean
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.isSessionSupport:()Ljava/lang/Boolean;]
JettyHTTPServerEngineConfigType.JettyHTTPServerEngineConfigType ( )
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType."<init>":()V]
JettyHTTPServerEngineConfigType.setConnector ( Object value ) : void
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.setConnector:(Ljava/lang/Object;)V]
JettyHTTPServerEngineConfigType.setContinuationsEnabled ( Boolean value ) : void
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.setContinuationsEnabled:(Ljava/lang/Boolean;)V]
JettyHTTPServerEngineConfigType.setHandlers ( Object value ) : void
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.setHandlers:(Ljava/lang/Object;)V]
JettyHTTPServerEngineConfigType.setHost ( String value ) : void
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.setHost:(Ljava/lang/String;)V]
JettyHTTPServerEngineConfigType.setMaxIdleTime ( Integer value ) : void
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.setMaxIdleTime:(Ljava/lang/Integer;)V]
JettyHTTPServerEngineConfigType.setPort ( Integer value ) : void
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.setPort:(Ljava/lang/Integer;)V]
JettyHTTPServerEngineConfigType.setReuseAddress ( Boolean value ) : void
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.setReuseAddress:(Ljava/lang/Boolean;)V]
JettyHTTPServerEngineConfigType.setSessionSupport ( Boolean value ) : void
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.setSessionSupport:(Ljava/lang/Boolean;)V]
JettyHTTPServerEngineConfigType.setThreadingParameters ( ThreadingParametersType value ) : void
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.setThreadingParameters:(Lorg/apache/cxf/transports/http_jetty/configuration/ThreadingParametersType;)V]
JettyHTTPServerEngineConfigType.setThreadingParametersRef ( ParametersRefType value ) : void
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.setThreadingParametersRef:(Lorg/apache/cxf/transports/http_jetty/configuration/ParametersRefType;)V]
JettyHTTPServerEngineConfigType.setTlsServerParameters ( org.apache.cxf.configuration.security.TLSServerParametersType value ) : void
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.setTlsServerParameters:(Lorg/apache/cxf/configuration/security/TLSServerParametersType;)V]
JettyHTTPServerEngineConfigType.setTlsServerParametersRef ( ParametersRefType value ) : void
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType.setTlsServerParametersRef:(Lorg/apache/cxf/transports/http_jetty/configuration/ParametersRefType;)V]
openejb-cxf-bundle-2.5.2.jar, JettyHTTPServerEngineFactory.class
package org.apache.cxf.transport.http_jetty
JettyHTTPServerEngineFactory.createJettyHTTPServerEngine ( int port, String protocol ) : JettyHTTPServerEngine
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory.createJettyHTTPServerEngine:(ILjava/lang/String;)Lorg/apache/cxf/transport/http_jetty/JettyHTTPServerEngine;]
JettyHTTPServerEngineFactory.createJettyHTTPServerEngine ( String host, int port, String protocol ) : JettyHTTPServerEngine
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory.createJettyHTTPServerEngine:(Ljava/lang/String;ILjava/lang/String;)Lorg/apache/cxf/transport/http_jetty/JettyHTTPServerEngine;]
JettyHTTPServerEngineFactory.destroyForPort ( int port ) [static] : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory.destroyForPort:(I)V]
JettyHTTPServerEngineFactory.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory.getBus:()Lorg/apache/cxf/Bus;]
JettyHTTPServerEngineFactory.getMBeanContainer ( ) : org.eclipse.jetty.util.component.Container.Listener
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory.getMBeanContainer:()Lorg/eclipse/jetty/util/component/Container$Listener;]
JettyHTTPServerEngineFactory.getThreadingParametersMap ( ) : java.util.Map
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory.getThreadingParametersMap:()Ljava/util/Map;]
JettyHTTPServerEngineFactory.getTlsServerParametersMap ( ) : java.util.Map
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory.getTlsServerParametersMap:()Ljava/util/Map;]
JettyHTTPServerEngineFactory.initComplete ( ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory.initComplete:()V]
JettyHTTPServerEngineFactory.JettyHTTPServerEngineFactory ( )
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory."<init>":()V]
JettyHTTPServerEngineFactory.JettyHTTPServerEngineFactory ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory."<init>":(Lorg/apache/cxf/Bus;)V]
JettyHTTPServerEngineFactory.JettyHTTPServerEngineFactory ( org.apache.cxf.Bus b, java.util.Map tls, java.util.Map threading )
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory."<init>":(Lorg/apache/cxf/Bus;Ljava/util/Map;Ljava/util/Map;)V]
JettyHTTPServerEngineFactory.postShutdown ( ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory.postShutdown:()V]
JettyHTTPServerEngineFactory.preShutdown ( ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory.preShutdown:()V]
JettyHTTPServerEngineFactory.retrieveJettyHTTPServerEngine ( int port ) : JettyHTTPServerEngine
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory.retrieveJettyHTTPServerEngine:(I)Lorg/apache/cxf/transport/http_jetty/JettyHTTPServerEngine;]
JettyHTTPServerEngineFactory.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory.setBus:(Lorg/apache/cxf/Bus;)V]
JettyHTTPServerEngineFactory.setEnginesList ( java.util.List enginesList ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory.setEnginesList:(Ljava/util/List;)V]
JettyHTTPServerEngineFactory.setThreadingParametersMap ( java.util.Map threadingParamsMap ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory.setThreadingParametersMap:(Ljava/util/Map;)V]
JettyHTTPServerEngineFactory.setTLSServerParametersForPort ( int port, org.apache.cxf.configuration.jsse.TLSServerParameters tlsParams ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory.setTLSServerParametersForPort:(ILorg/apache/cxf/configuration/jsse/TLSServerParameters;)V]
JettyHTTPServerEngineFactory.setTLSServerParametersForPort ( String host, int port, org.apache.cxf.configuration.jsse.TLSServerParameters tlsParams ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory.setTLSServerParametersForPort:(Ljava/lang/String;ILorg/apache/cxf/configuration/jsse/TLSServerParameters;)V]
JettyHTTPServerEngineFactory.setTlsServerParametersMap ( java.util.Map tlsParamsMap ) : void
[run-time name: org/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory.setTlsServerParametersMap:(Ljava/util/Map;)V]
openejb-cxf-bundle-2.5.2.jar, JettyHTTPServerEngineFactoryBeanDefinitionParser.class
package org.apache.cxf.transport.http_jetty.spring
JettyHTTPServerEngineFactoryBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean ) : void
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineFactoryBeanDefinitionParser.doParse:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;)V]
JettyHTTPServerEngineFactoryBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 ) : Class
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineFactoryBeanDefinitionParser.getBeanClass:(Lorg/w3c/dom/Element;)Ljava/lang/Class;]
JettyHTTPServerEngineFactoryBeanDefinitionParser.JettyHTTPServerEngineFactoryBeanDefinitionParser ( )
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineFactoryBeanDefinitionParser."<init>":()V]
JettyHTTPServerEngineFactoryBeanDefinitionParser.resolveId ( org.w3c.dom.Element elem, org.springframework.beans.factory.support.AbstractBeanDefinition definition, org.springframework.beans.factory.xml.ParserContext ctx ) : String
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineFactoryBeanDefinitionParser.resolveId:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/support/AbstractBeanDefinition;Lorg/springframework/beans/factory/xml/ParserContext;)Ljava/lang/String;]
JettyHTTPServerEngineFactoryBeanDefinitionParser.shouldGenerateId ( ) : boolean
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineFactoryBeanDefinitionParser.shouldGenerateId:()Z]
openejb-cxf-bundle-2.5.2.jar, JettyHTTPServerEngineFactoryConfigType.class
package org.apache.cxf.transports.http_jetty.configuration
JettyHTTPServerEngineFactoryConfigType.getBus ( ) : String
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineFactoryConfigType.getBus:()Ljava/lang/String;]
JettyHTTPServerEngineFactoryConfigType.getEngine ( ) : java.util.List
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineFactoryConfigType.getEngine:()Ljava/util/List;]
JettyHTTPServerEngineFactoryConfigType.getId ( ) : String
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineFactoryConfigType.getId:()Ljava/lang/String;]
JettyHTTPServerEngineFactoryConfigType.getIdentifiedThreadingParameters ( ) : java.util.List
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineFactoryConfigType.getIdentifiedThreadingParameters:()Ljava/util/List;]
JettyHTTPServerEngineFactoryConfigType.getIdentifiedTLSServerParameters ( ) : java.util.List
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineFactoryConfigType.getIdentifiedTLSServerParameters:()Ljava/util/List;]
JettyHTTPServerEngineFactoryConfigType.JettyHTTPServerEngineFactoryConfigType ( )
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineFactoryConfigType."<init>":()V]
JettyHTTPServerEngineFactoryConfigType.setBus ( String value ) : void
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineFactoryConfigType.setBus:(Ljava/lang/String;)V]
JettyHTTPServerEngineFactoryConfigType.setId ( String value ) : void
[run-time name: org/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineFactoryConfigType.setId:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JettySpringTypesFactory.class
package org.apache.cxf.transport.http_jetty.spring
JettySpringTypesFactory.createThreadingParametersMap ( String s, javax.xml.bind.JAXBContext ctx ) : java.util.Map
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettySpringTypesFactory.createThreadingParametersMap:(Ljava/lang/String;Ljavax/xml/bind/JAXBContext;)Ljava/util/Map;]
JettySpringTypesFactory.createTLSServerParametersMap ( String s, javax.xml.bind.JAXBContext ctx ) : java.util.Map
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettySpringTypesFactory.createTLSServerParametersMap:(Ljava/lang/String;Ljavax/xml/bind/JAXBContext;)Ljava/util/Map;]
JettySpringTypesFactory.JettySpringTypesFactory ( )
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettySpringTypesFactory."<init>":()V]
JettySpringTypesFactory.parseListElement ( org.w3c.dom.Element parent, javax.xml.namespace.QName name, Class c, javax.xml.bind.JAXBContext context ) [static] : java.util.List
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettySpringTypesFactory.parseListElement:(Lorg/w3c/dom/Element;Ljavax/xml/namespace/QName;Ljava/lang/Class;Ljavax/xml/bind/JAXBContext;)Ljava/util/List;]
openejb-cxf-bundle-2.5.2.jar, JettySslConnectorFactory.class
package org.apache.cxf.transport.https_jetty
JettySslConnectorFactory.createConnector ( int port ) : org.eclipse.jetty.server.AbstractConnector
[run-time name: org/apache/cxf/transport/https_jetty/JettySslConnectorFactory.createConnector:(I)Lorg/eclipse/jetty/server/AbstractConnector;]
JettySslConnectorFactory.createConnector ( String host, int port ) : org.eclipse.jetty.server.AbstractConnector
[run-time name: org/apache/cxf/transport/https_jetty/JettySslConnectorFactory.createConnector:(Ljava/lang/String;I)Lorg/eclipse/jetty/server/AbstractConnector;]
JettySslConnectorFactory.JettySslConnectorFactory ( org.apache.cxf.configuration.jsse.TLSServerParameters params )
[run-time name: org/apache/cxf/transport/https_jetty/JettySslConnectorFactory."<init>":(Lorg/apache/cxf/configuration/jsse/TLSServerParameters;)V]
JettySslConnectorFactory.JettySslConnectorFactory ( org.apache.cxf.configuration.jsse.TLSServerParameters params, int maxIdle )
[run-time name: org/apache/cxf/transport/https_jetty/JettySslConnectorFactory."<init>":(Lorg/apache/cxf/configuration/jsse/TLSServerParameters;I)V]
openejb-cxf-bundle-2.5.2.jar, JibxDataBinding.class
package org.apache.cxf.jibx
JibxDataBinding.createReader ( Class cls ) : org.apache.cxf.databinding.DataReader
[run-time name: org/apache/cxf/jibx/JibxDataBinding.createReader:(Ljava/lang/Class;)Lorg/apache/cxf/databinding/DataReader;]
JibxDataBinding.createWrapperHelper ( Class wrapperType, javax.xml.namespace.QName typeName, java.util.List partNames, java.util.List elTypeNames, java.util.List partClasses ) : org.apache.cxf.databinding.WrapperHelper
[run-time name: org/apache/cxf/jibx/JibxDataBinding.createWrapperHelper:(Ljava/lang/Class;Ljavax/xml/namespace/QName;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Lorg/apache/cxf/databinding/WrapperHelper;]
JibxDataBinding.createWriter ( Class cls ) : org.apache.cxf.databinding.DataWriter
[run-time name: org/apache/cxf/jibx/JibxDataBinding.createWriter:(Ljava/lang/Class;)Lorg/apache/cxf/databinding/DataWriter;]
JibxDataBinding.getSupportedReaderFormats ( ) : Class[ ]
[run-time name: org/apache/cxf/jibx/JibxDataBinding.getSupportedReaderFormats:()[Ljava/lang/Class;]
JibxDataBinding.getSupportedWriterFormats ( ) : Class[ ]
[run-time name: org/apache/cxf/jibx/JibxDataBinding.getSupportedWriterFormats:()[Ljava/lang/Class;]
JibxDataBinding.initialize ( org.apache.cxf.service.Service service ) : void
[run-time name: org/apache/cxf/jibx/JibxDataBinding.initialize:(Lorg/apache/cxf/service/Service;)V]
JibxDataBinding.JibxDataBinding ( )
[run-time name: org/apache/cxf/jibx/JibxDataBinding."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, JibxDataReader.class
package org.apache.cxf.jibx
JibxDataReader.JibxDataReader ( )
[run-time name: org/apache/cxf/jibx/JibxDataReader."<init>":()V]
JibxDataReader.read ( javax.xml.namespace.QName elementQName, javax.xml.stream.XMLStreamReader input, Class type ) : Object
[run-time name: org/apache/cxf/jibx/JibxDataReader.read:(Ljavax/xml/namespace/QName;Ljavax/xml/stream/XMLStreamReader;Ljava/lang/Class;)Ljava/lang/Object;]
JibxDataReader.read ( javax.xml.namespace.QName x0, Object x1, Class x2 ) : Object
[run-time name: org/apache/cxf/jibx/JibxDataReader.read:(Ljavax/xml/namespace/QName;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;]
JibxDataReader.read ( javax.xml.stream.XMLStreamReader input ) : Object
[run-time name: org/apache/cxf/jibx/JibxDataReader.read:(Ljavax/xml/stream/XMLStreamReader;)Ljava/lang/Object;]
JibxDataReader.read ( Object x0 ) : Object
[run-time name: org/apache/cxf/jibx/JibxDataReader.read:(Ljava/lang/Object;)Ljava/lang/Object;]
JibxDataReader.read ( org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamReader input ) : Object
[run-time name: org/apache/cxf/jibx/JibxDataReader.read:(Lorg/apache/cxf/service/model/MessagePartInfo;Ljavax/xml/stream/XMLStreamReader;)Ljava/lang/Object;]
JibxDataReader.read ( org.apache.cxf.service.model.MessagePartInfo x0, Object x1 ) : Object
[run-time name: org/apache/cxf/jibx/JibxDataReader.read:(Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)Ljava/lang/Object;]
JibxDataReader.setAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/jibx/JibxDataReader.setAttachments:(Ljava/util/Collection;)V]
JibxDataReader.setProperty ( String prop, Object value ) : void
[run-time name: org/apache/cxf/jibx/JibxDataReader.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
JibxDataReader.setSchema ( javax.xml.validation.Schema s ) : void
[run-time name: org/apache/cxf/jibx/JibxDataReader.setSchema:(Ljavax/xml/validation/Schema;)V]
openejb-cxf-bundle-2.5.2.jar, JibxDataWriter.class
package org.apache.cxf.jibx
JibxDataWriter.JibxDataWriter ( )
[run-time name: org/apache/cxf/jibx/JibxDataWriter."<init>":()V]
JibxDataWriter.setAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/jibx/JibxDataWriter.setAttachments:(Ljava/util/Collection;)V]
JibxDataWriter.setProperty ( String key, Object value ) : void
[run-time name: org/apache/cxf/jibx/JibxDataWriter.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
JibxDataWriter.setSchema ( javax.xml.validation.Schema s ) : void
[run-time name: org/apache/cxf/jibx/JibxDataWriter.setSchema:(Ljavax/xml/validation/Schema;)V]
JibxDataWriter.write ( Object obj, javax.xml.stream.XMLStreamWriter output ) : void
[run-time name: org/apache/cxf/jibx/JibxDataWriter.write:(Ljava/lang/Object;Ljavax/xml/stream/XMLStreamWriter;)V]
JibxDataWriter.write ( Object obj, org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamWriter output ) : void
[run-time name: org/apache/cxf/jibx/JibxDataWriter.write:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Ljavax/xml/stream/XMLStreamWriter;)V]
JibxDataWriter.write ( Object x0, Object x1 ) : void
[run-time name: org/apache/cxf/jibx/JibxDataWriter.write:(Ljava/lang/Object;Ljava/lang/Object;)V]
JibxDataWriter.write ( Object x0, org.apache.cxf.service.model.MessagePartInfo x1, Object x2 ) : void
[run-time name: org/apache/cxf/jibx/JibxDataWriter.write:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, JibxNullBindingFactory.class
package org.apache.cxf.jibx
JibxNullBindingFactory.getCompilerDistribution ( ) : String
[run-time name: org/apache/cxf/jibx/JibxNullBindingFactory.getCompilerDistribution:()Ljava/lang/String;]
JibxNullBindingFactory.getCompilerVersion ( ) : int
[run-time name: org/apache/cxf/jibx/JibxNullBindingFactory.getCompilerVersion:()I]
JibxNullBindingFactory.getFactory ( ) [static] : JibxNullBindingFactory
[run-time name: org/apache/cxf/jibx/JibxNullBindingFactory.getFactory:()Lorg/apache/cxf/jibx/JibxNullBindingFactory;]
JibxNullBindingFactory.getTypeIndex ( String type ) : int
[run-time name: org/apache/cxf/jibx/JibxNullBindingFactory.getTypeIndex:(Ljava/lang/String;)I]
openejb-cxf-bundle-2.5.2.jar, JibxSchemaHelper.class
package org.apache.cxf.jibx.tools
JibxSchemaHelper.getSchemas ( javax.wsdl.Definition def, org.apache.cxf.common.xmlschema.SchemaCollection schemaCol, java.util.List r ) : void
[run-time name: org/apache/cxf/jibx/tools/JibxSchemaHelper.getSchemas:(Ljavax/wsdl/Definition;Lorg/apache/cxf/common/xmlschema/SchemaCollection;Ljava/util/List;)V]
JibxSchemaHelper.JibxSchemaHelper ( org.apache.cxf.Bus b, java.util.Map s )
[run-time name: org/apache/cxf/jibx/tools/JibxSchemaHelper."<init>":(Lorg/apache/cxf/Bus;Ljava/util/Map;)V]
openejb-cxf-bundle-2.5.2.jar, JibxSchemaInitializer.class
package org.apache.cxf.jibx
JibxSchemaInitializer.begin ( org.apache.cxf.service.model.MessagePartInfo part ) : void
[run-time name: org/apache/cxf/jibx/JibxSchemaInitializer.begin:(Lorg/apache/cxf/service/model/MessagePartInfo;)V]
JibxSchemaInitializer.checkForExistence ( org.apache.cxf.service.model.MessagePartInfo part ) : void
[run-time name: org/apache/cxf/jibx/JibxSchemaInitializer.checkForExistence:(Lorg/apache/cxf/service/model/MessagePartInfo;)V]
JibxSchemaInitializer.JibxSchemaInitializer ( org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.common.xmlschema.SchemaCollection schemas, JibxDataBinding databinding )
[run-time name: org/apache/cxf/jibx/JibxSchemaInitializer."<init>":(Lorg/apache/cxf/service/model/ServiceInfo;Lorg/apache/cxf/common/xmlschema/SchemaCollection;Lorg/apache/cxf/jibx/JibxDataBinding;)V]
openejb-cxf-bundle-2.5.2.jar, JibxSchemaResolver.class
package org.apache.cxf.jibx.tools
JibxSchemaResolver.getContent ( ) : java.io.InputStream
[run-time name: org/apache/cxf/jibx/tools/JibxSchemaResolver.getContent:()Ljava/io/InputStream;]
JibxSchemaResolver.getElement ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/jibx/tools/JibxSchemaResolver.getElement:()Lorg/w3c/dom/Element;]
JibxSchemaResolver.getId ( ) : String
[run-time name: org/apache/cxf/jibx/tools/JibxSchemaResolver.getId:()Ljava/lang/String;]
JibxSchemaResolver.getName ( ) : String
[run-time name: org/apache/cxf/jibx/tools/JibxSchemaResolver.getName:()Ljava/lang/String;]
JibxSchemaResolver.JibxSchemaResolver ( String id, org.apache.ws.commons.schema.XmlSchema schema, org.apache.cxf.common.xmlschema.SchemaCollection collection, org.w3c.dom.Element element )
[run-time name: org/apache/cxf/jibx/tools/JibxSchemaResolver."<init>":(Ljava/lang/String;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/common/xmlschema/SchemaCollection;Lorg/w3c/dom/Element;)V]
JibxSchemaResolver.resolve ( String loc, String tns ) : org.jibx.schema.ISchemaResolver
[run-time name: org/apache/cxf/jibx/tools/JibxSchemaResolver.resolve:(Ljava/lang/String;Ljava/lang/String;)Lorg/jibx/schema/ISchemaResolver;]
openejb-cxf-bundle-2.5.2.jar, JibxSimpleTypes.class
package org.apache.cxf.jibx
JibxSimpleTypes.getFormatElement ( javax.xml.namespace.QName type ) [static] : JibxSimpleTypes.Format
[run-time name: org/apache/cxf/jibx/JibxSimpleTypes.getFormatElement:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/jibx/JibxSimpleTypes$Format;]
JibxSimpleTypes.isPrimitiveType ( String type ) [static] : boolean
[run-time name: org/apache/cxf/jibx/JibxSimpleTypes.isPrimitiveType:(Ljava/lang/String;)Z]
JibxSimpleTypes.isSimpleType ( Class type ) [static] : boolean
[run-time name: org/apache/cxf/jibx/JibxSimpleTypes.isSimpleType:(Ljava/lang/Class;)Z]
JibxSimpleTypes.primitiveType ( String type ) [static] : Class
[run-time name: org/apache/cxf/jibx/JibxSimpleTypes.primitiveType:(Ljava/lang/String;)Ljava/lang/Class;]
JibxSimpleTypes.schemaType ( Class type ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jibx/JibxSimpleTypes.schemaType:(Ljava/lang/Class;)Ljavax/xml/namespace/QName;]
JibxSimpleTypes.toObject ( String text, javax.xml.namespace.QName stype ) [static] : Object
[run-time name: org/apache/cxf/jibx/JibxSimpleTypes.toObject:(Ljava/lang/String;Ljavax/xml/namespace/QName;)Ljava/lang/Object;]
JibxSimpleTypes.toQname ( String qname ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jibx/JibxSimpleTypes.toQname:(Ljava/lang/String;)Ljavax/xml/namespace/QName;]
JibxSimpleTypes.toText ( javax.xml.namespace.QName schemaType, Object value ) [static] : String
[run-time name: org/apache/cxf/jibx/JibxSimpleTypes.toText:(Ljavax/xml/namespace/QName;Ljava/lang/Object;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, JibxToolingDataBinding.class
package org.apache.cxf.jibx.tools
JibxToolingDataBinding.createDefaultValueWriter ( javax.xml.namespace.QName qn, boolean element ) : org.apache.cxf.tools.common.model.DefaultValueWriter
[run-time name: org/apache/cxf/jibx/tools/JibxToolingDataBinding.createDefaultValueWriter:(Ljavax/xml/namespace/QName;Z)Lorg/apache/cxf/tools/common/model/DefaultValueWriter;]
JibxToolingDataBinding.createDefaultValueWriterForWrappedElement ( javax.xml.namespace.QName wrapperElement, javax.xml.namespace.QName qn ) : org.apache.cxf.tools.common.model.DefaultValueWriter
[run-time name: org/apache/cxf/jibx/tools/JibxToolingDataBinding.createDefaultValueWriterForWrappedElement:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/tools/common/model/DefaultValueWriter;]
JibxToolingDataBinding.generate ( org.apache.cxf.tools.common.ToolContext context ) : void
[run-time name: org/apache/cxf/jibx/tools/JibxToolingDataBinding.generate:(Lorg/apache/cxf/tools/common/ToolContext;)V]
JibxToolingDataBinding.getDefinitions ( org.jibx.binding.model.BindingHolder holder, java.util.Map types, java.util.Map elems ) [static] : void
[run-time name: org/apache/cxf/jibx/tools/JibxToolingDataBinding.getDefinitions:(Lorg/jibx/binding/model/BindingHolder;Ljava/util/Map;Ljava/util/Map;)V]
JibxToolingDataBinding.getType ( javax.xml.namespace.QName qn, boolean element ) : String
[run-time name: org/apache/cxf/jibx/tools/JibxToolingDataBinding.getType:(Ljavax/xml/namespace/QName;Z)Ljava/lang/String;]
JibxToolingDataBinding.getWrappedElementType ( javax.xml.namespace.QName wrapperElement, javax.xml.namespace.QName item ) : String
[run-time name: org/apache/cxf/jibx/tools/JibxToolingDataBinding.getWrappedElementType:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)Ljava/lang/String;]
JibxToolingDataBinding.initialize ( org.apache.cxf.tools.common.ToolContext context ) : void
[run-time name: org/apache/cxf/jibx/tools/JibxToolingDataBinding.initialize:(Lorg/apache/cxf/tools/common/ToolContext;)V]
JibxToolingDataBinding.JibxToolingDataBinding ( )
[run-time name: org/apache/cxf/jibx/tools/JibxToolingDataBinding."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, JibxToolingProblemHandler.class
package org.apache.cxf.jibx.tools
JibxToolingProblemHandler.handleError ( org.jibx.schema.validation.ValidationProblem prob ) : void
[run-time name: org/apache/cxf/jibx/tools/JibxToolingProblemHandler.handleError:(Lorg/jibx/schema/validation/ValidationProblem;)V]
JibxToolingProblemHandler.handleFatal ( org.jibx.schema.validation.ValidationProblem prob ) : void
[run-time name: org/apache/cxf/jibx/tools/JibxToolingProblemHandler.handleFatal:(Lorg/jibx/schema/validation/ValidationProblem;)V]
JibxToolingProblemHandler.handleSevere ( String msg, Throwable thrown ) : void
[run-time name: org/apache/cxf/jibx/tools/JibxToolingProblemHandler.handleSevere:(Ljava/lang/String;Ljava/lang/Throwable;)V]
JibxToolingProblemHandler.handleUnimplemented ( org.jibx.schema.validation.ValidationProblem prob ) : void
[run-time name: org/apache/cxf/jibx/tools/JibxToolingProblemHandler.handleUnimplemented:(Lorg/jibx/schema/validation/ValidationProblem;)V]
JibxToolingProblemHandler.handleWarning ( org.jibx.schema.validation.ValidationProblem prob ) : void
[run-time name: org/apache/cxf/jibx/tools/JibxToolingProblemHandler.handleWarning:(Lorg/jibx/schema/validation/ValidationProblem;)V]
JibxToolingProblemHandler.JibxToolingProblemHandler ( )
[run-time name: org/apache/cxf/jibx/tools/JibxToolingProblemHandler."<init>":()V]
JibxToolingProblemHandler.report ( String msg ) : void
[run-time name: org/apache/cxf/jibx/tools/JibxToolingProblemHandler.report:(Ljava/lang/String;)V]
JibxToolingProblemHandler.terminate ( String msg ) : void
[run-time name: org/apache/cxf/jibx/tools/JibxToolingProblemHandler.terminate:(Ljava/lang/String;)V]
JibxToolingProblemHandler.terminate ( String msg, Throwable thrown ) : void
[run-time name: org/apache/cxf/jibx/tools/JibxToolingProblemHandler.terminate:(Ljava/lang/String;Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, JibxUtil.class
package org.apache.cxf.jibx
JibxUtil.getFormatElement ( javax.xml.namespace.QName type ) [static] : JibxUtil.Format
[run-time name: org/apache/cxf/jibx/JibxUtil.getFormatElement:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/jibx/JibxUtil$Format;]
JibxUtil.getPrimitiveType ( String type ) [static] : Class
[run-time name: org/apache/cxf/jibx/JibxUtil.getPrimitiveType:(Ljava/lang/String;)Ljava/lang/Class;]
JibxUtil.getQName ( String qname ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jibx/JibxUtil.getQName:(Ljava/lang/String;)Ljavax/xml/namespace/QName;]
JibxUtil.getSchemaType ( String jtype ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jibx/JibxUtil.getSchemaType:(Ljava/lang/String;)Ljavax/xml/namespace/QName;]
JibxUtil.isPrimitiveType ( String type ) [static] : boolean
[run-time name: org/apache/cxf/jibx/JibxUtil.isPrimitiveType:(Ljava/lang/String;)Z]
JibxUtil.isSimpleValue ( Class type ) [static] : boolean
[run-time name: org/apache/cxf/jibx/JibxUtil.isSimpleValue:(Ljava/lang/Class;)Z]
JibxUtil.isSimpleValue ( String type ) [static] : boolean
[run-time name: org/apache/cxf/jibx/JibxUtil.isSimpleValue:(Ljava/lang/String;)Z]
JibxUtil.toObject ( String text, javax.xml.namespace.QName stype ) [static] : Object
[run-time name: org/apache/cxf/jibx/JibxUtil.toObject:(Ljava/lang/String;Ljavax/xml/namespace/QName;)Ljava/lang/Object;]
JibxUtil.toText ( Object value, javax.xml.namespace.QName stype ) [static] : String
[run-time name: org/apache/cxf/jibx/JibxUtil.toText:(Ljava/lang/Object;Ljavax/xml/namespace/QName;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, JibxWrapperHelper.class
package org.apache.cxf.jibx
JibxWrapperHelper.createWrapperObject ( Class clazz ) : Object
[run-time name: org/apache/cxf/jibx/JibxWrapperHelper.createWrapperObject:(Ljava/lang/Class;)Ljava/lang/Object;]
JibxWrapperHelper.getWrapperObject ( Object obj ) : Object
[run-time name: org/apache/cxf/jibx/JibxWrapperHelper.getWrapperObject:(Ljava/lang/Object;)Ljava/lang/Object;]
JibxWrapperHelper.JibxWrapperHelper ( Class wt, reflect.Method[ ] sets, reflect.Method[ ] gets, reflect.Field[ ] f )
[run-time name: org/apache/cxf/jibx/JibxWrapperHelper."<init>":(Ljava/lang/Class;[Ljava/lang/reflect/Method;[Ljava/lang/reflect/Method;[Ljava/lang/reflect/Field;)V]
openejb-cxf-bundle-2.5.2.jar, JmsAddress.class
package org.apache.cxf.tools.misc.processor.address
JmsAddress.buildAddressArguments ( org.apache.cxf.tools.common.ToolContext context ) : java.util.Map
[run-time name: org/apache/cxf/tools/misc/processor/address/JmsAddress.buildAddressArguments:(Lorg/apache/cxf/tools/common/ToolContext;)Ljava/util/Map;]
JmsAddress.getNamespaces ( org.apache.cxf.tools.common.ToolContext context ) : java.util.Map
[run-time name: org/apache/cxf/tools/misc/processor/address/JmsAddress.getNamespaces:(Lorg/apache/cxf/tools/common/ToolContext;)Ljava/util/Map;]
JmsAddress.JmsAddress ( )
[run-time name: org/apache/cxf/tools/misc/processor/address/JmsAddress."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, JMSConduit.class
package org.apache.cxf.transport.jms
JMSConduit.close ( ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConduit.close:()V]
JMSConduit.doReplyMessage ( org.apache.cxf.message.Exchange exchange, javax.jms.Message jmsMessage ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConduit.doReplyMessage:(Lorg/apache/cxf/message/Exchange;Ljavax/jms/Message;)V]
JMSConduit.finalize ( ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConduit.finalize:()V]
JMSConduit.getJmsConfig ( ) : JMSConfiguration
[run-time name: org/apache/cxf/transport/jms/JMSConduit.getJmsConfig:()Lorg/apache/cxf/transport/jms/JMSConfiguration;]
JMSConduit.getLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/cxf/transport/jms/JMSConduit.getLogger:()Ljava/util/logging/Logger;]
JMSConduit.isSetReplyTo ( org.apache.cxf.message.Message message ) [static] : boolean
[run-time name: org/apache/cxf/transport/jms/JMSConduit.isSetReplyTo:(Lorg/apache/cxf/message/Message;)Z]
JMSConduit.JMSConduit ( org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, JMSConfiguration jmsConfig, org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/transport/jms/JMSConduit."<init>":(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/transport/jms/JMSConfiguration;Lorg/apache/cxf/Bus;)V]
JMSConduit.onMessage ( javax.jms.Message jmsMessage ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConduit.onMessage:(Ljavax/jms/Message;)V]
JMSConduit.prepare ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConduit.prepare:(Lorg/apache/cxf/message/Message;)V]
JMSConduit.sendExchange ( org.apache.cxf.message.Exchange exchange, Object request ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConduit.sendExchange:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)V]
JMSConduit.setJmsConfig ( JMSConfiguration jmsConfig ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConduit.setJmsConfig:(Lorg/apache/cxf/transport/jms/JMSConfiguration;)V]
JMSConduit.shutdownListeners ( ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConduit.shutdownListeners:()V]
openejb-cxf-bundle-2.5.2.jar, JMSConduitBeanDefinitionParser.class
package org.apache.cxf.transport.jms.spring
JMSConduitBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean ) : void
[run-time name: org/apache/cxf/transport/jms/spring/JMSConduitBeanDefinitionParser.doParse:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;)V]
JMSConduitBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 ) : Class
[run-time name: org/apache/cxf/transport/jms/spring/JMSConduitBeanDefinitionParser.getBeanClass:(Lorg/w3c/dom/Element;)Ljava/lang/Class;]
JMSConduitBeanDefinitionParser.JMSConduitBeanDefinitionParser ( )
[run-time name: org/apache/cxf/transport/jms/spring/JMSConduitBeanDefinitionParser."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, JMSConfigFeature.class
package org.apache.cxf.transport.jms
JMSConfigFeature.getJmsConfig ( ) : JMSConfiguration
[run-time name: org/apache/cxf/transport/jms/JMSConfigFeature.getJmsConfig:()Lorg/apache/cxf/transport/jms/JMSConfiguration;]
JMSConfigFeature.initialize ( org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfigFeature.initialize:(Lorg/apache/cxf/endpoint/Client;Lorg/apache/cxf/Bus;)V]
JMSConfigFeature.initialize ( org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfigFeature.initialize:(Lorg/apache/cxf/endpoint/Server;Lorg/apache/cxf/Bus;)V]
JMSConfigFeature.JMSConfigFeature ( )
[run-time name: org/apache/cxf/transport/jms/JMSConfigFeature."<init>":()V]
JMSConfigFeature.setJmsConfig ( JMSConfiguration jmsConfig ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfigFeature.setJmsConfig:(Lorg/apache/cxf/transport/jms/JMSConfiguration;)V]
openejb-cxf-bundle-2.5.2.jar, JMSConfiguration.class
package org.apache.cxf.transport.jms
JMSConfiguration.afterPropertiesSet ( ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.afterPropertiesSet:()V]
JMSConfiguration.destroyWrappedConnectionFactory ( ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.destroyWrappedConnectionFactory:()V]
JMSConfiguration.ensureProperlyConfigured ( org.apache.cxf.common.i18n.Message msg ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.ensureProperlyConfigured:(Lorg/apache/cxf/common/i18n/Message;)V]
JMSConfiguration.getCacheLevel ( ) : int
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getCacheLevel:()I]
JMSConfiguration.getCacheLevelName ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getCacheLevelName:()Ljava/lang/String;]
JMSConfiguration.getConcurrentConsumers ( ) : int
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getConcurrentConsumers:()I]
JMSConfiguration.getConduitSelectorPrefix ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getConduitSelectorPrefix:()Ljava/lang/String;]
JMSConfiguration.getConnectionFactory ( ) : javax.jms.ConnectionFactory
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getConnectionFactory:()Ljavax/jms/ConnectionFactory;]
JMSConfiguration.getDeliveryMode ( ) : int
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getDeliveryMode:()I]
JMSConfiguration.getDestinationResolver ( ) : org.springframework.jms.support.destination.DestinationResolver
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getDestinationResolver:()Lorg/springframework/jms/support/destination/DestinationResolver;]
JMSConfiguration.getDurableSubscriptionClientId ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getDurableSubscriptionClientId:()Ljava/lang/String;]
JMSConfiguration.getDurableSubscriptionName ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getDurableSubscriptionName:()Ljava/lang/String;]
JMSConfiguration.getJmsTemplate ( ) : org.springframework.jms.core.JmsTemplate
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getJmsTemplate:()Lorg/springframework/jms/core/JmsTemplate;]
JMSConfiguration.getJndiConfig ( ) : JNDIConfiguration
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getJndiConfig:()Lorg/apache/cxf/transport/jms/JNDIConfiguration;]
JMSConfiguration.getJndiTemplate ( ) : org.springframework.jndi.JndiTemplate
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getJndiTemplate:()Lorg/springframework/jndi/JndiTemplate;]
JMSConfiguration.getMaxConcurrentConsumers ( ) : int
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getMaxConcurrentConsumers:()I]
JMSConfiguration.getMaxSuspendedContinuations ( ) : int
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getMaxSuspendedContinuations:()I]
JMSConfiguration.getMessageListenerContainer ( ) : org.springframework.jms.listener.AbstractMessageListenerContainer
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getMessageListenerContainer:()Lorg/springframework/jms/listener/AbstractMessageListenerContainer;]
JMSConfiguration.getMessageSelector ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getMessageSelector:()Ljava/lang/String;]
JMSConfiguration.getMessageType ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getMessageType:()Ljava/lang/String;]
JMSConfiguration.getOrCreateWrappedConnectionFactory ( ) : javax.jms.ConnectionFactory
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getOrCreateWrappedConnectionFactory:()Ljavax/jms/ConnectionFactory;]
JMSConfiguration.getPriority ( ) : int
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getPriority:()I]
JMSConfiguration.getReceiveTimeout ( ) : Long
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getReceiveTimeout:()Ljava/lang/Long;]
JMSConfiguration.getReconnectPercentOfMax ( ) : int
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getReconnectPercentOfMax:()I]
JMSConfiguration.getRecoveryInterval ( ) : long
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getRecoveryInterval:()J]
JMSConfiguration.getReplyDestination ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getReplyDestination:()Ljava/lang/String;]
JMSConfiguration.getReplyToDestination ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getReplyToDestination:()Ljava/lang/String;]
JMSConfiguration.getRequestURI ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getRequestURI:()Ljava/lang/String;]
JMSConfiguration.getTargetDestination ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getTargetDestination:()Ljava/lang/String;]
JMSConfiguration.getTargetService ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getTargetService:()Ljava/lang/String;]
JMSConfiguration.getTaskExecutor ( ) : org.springframework.core.task.TaskExecutor
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getTaskExecutor:()Lorg/springframework/core/task/TaskExecutor;]
JMSConfiguration.getTimeToLive ( ) : long
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getTimeToLive:()J]
JMSConfiguration.getTransactionManager ( ) : org.springframework.transaction.PlatformTransactionManager
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getTransactionManager:()Lorg/springframework/transaction/PlatformTransactionManager;]
JMSConfiguration.getWrappedConnectionFactory ( ) : javax.jms.ConnectionFactory
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.getWrappedConnectionFactory:()Ljavax/jms/ConnectionFactory;]
JMSConfiguration.isAcceptMessagesWhileStopping ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.isAcceptMessagesWhileStopping:()Z]
JMSConfiguration.isAutoResolveDestination ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.isAutoResolveDestination:()Z]
JMSConfiguration.isEnforceSpec ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.isEnforceSpec:()Z]
JMSConfiguration.isExplicitQosEnabled ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.isExplicitQosEnabled:()Z]
JMSConfiguration.isJmsProviderTibcoEms ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.isJmsProviderTibcoEms:()Z]
JMSConfiguration.isMessageIdEnabled ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.isMessageIdEnabled:()Z]
JMSConfiguration.isMessageTimestampEnabled ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.isMessageTimestampEnabled:()Z]
JMSConfiguration.isPubSubDomain ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.isPubSubDomain:()Z]
JMSConfiguration.isPubSubNoLocal ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.isPubSubNoLocal:()Z]
JMSConfiguration.isReconnectOnException ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.isReconnectOnException:()Z]
JMSConfiguration.isReplyPubSubDomain ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.isReplyPubSubDomain:()Z]
JMSConfiguration.isSessionTransacted ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.isSessionTransacted:()Z]
JMSConfiguration.isSetConduitSelectorPrefix ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.isSetConduitSelectorPrefix:()Z]
JMSConfiguration.isSetEnforceSpec ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.isSetEnforceSpec:()Z]
JMSConfiguration.isSetUseConduitIdSelector ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.isSetUseConduitIdSelector:()Z]
JMSConfiguration.isSubscriptionDurable ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.isSubscriptionDurable:()Z]
JMSConfiguration.isUseConduitIdSelector ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.isUseConduitIdSelector:()Z]
JMSConfiguration.isUseJms11 ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.isUseJms11:()Z]
JMSConfiguration.isUsingEndpointInfo ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.isUsingEndpointInfo:()Z]
JMSConfiguration.isWrapInSingleConnectionFactory ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.isWrapInSingleConnectionFactory:()Z]
JMSConfiguration.JMSConfiguration ( )
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration."<init>":()V]
JMSConfiguration.setAcceptMessagesWhileStopping ( boolean acceptMessagesWhileStopping ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setAcceptMessagesWhileStopping:(Z)V]
JMSConfiguration.setAutoResolveDestination ( boolean autoResolveDestination ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setAutoResolveDestination:(Z)V]
JMSConfiguration.setCacheLevel ( int cacheLevel ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setCacheLevel:(I)V]
JMSConfiguration.setCacheLevelName ( String cacheLevelName ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setCacheLevelName:(Ljava/lang/String;)V]
JMSConfiguration.setConcurrentConsumers ( int concurrentConsumers ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setConcurrentConsumers:(I)V]
JMSConfiguration.setConduitSelectorPrefix ( String conduitSelectorPrefix ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setConduitSelectorPrefix:(Ljava/lang/String;)V]
JMSConfiguration.setConnectionFactory ( javax.jms.ConnectionFactory connectionFactory ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setConnectionFactory:(Ljavax/jms/ConnectionFactory;)V]
JMSConfiguration.setDeliveryMode ( int deliveryMode ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setDeliveryMode:(I)V]
JMSConfiguration.setDestinationResolver ( org.springframework.jms.support.destination.DestinationResolver destinationResolver ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setDestinationResolver:(Lorg/springframework/jms/support/destination/DestinationResolver;)V]
JMSConfiguration.setDurableSubscriptionClientId ( String durableSubscriptionClientId ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setDurableSubscriptionClientId:(Ljava/lang/String;)V]
JMSConfiguration.setDurableSubscriptionName ( String durableSubscriptionName ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setDurableSubscriptionName:(Ljava/lang/String;)V]
JMSConfiguration.setEnforceSpec ( boolean enforceSpec ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setEnforceSpec:(Z)V]
JMSConfiguration.setExplicitQosEnabled ( boolean explicitQosEnabled ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setExplicitQosEnabled:(Z)V]
JMSConfiguration.setJmsProviderTibcoEms ( boolean jmsProviderTibcoEms ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setJmsProviderTibcoEms:(Z)V]
JMSConfiguration.setJmsTemplate ( org.springframework.jms.core.JmsTemplate jmsTemplate ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setJmsTemplate:(Lorg/springframework/jms/core/JmsTemplate;)V]
JMSConfiguration.setJndiConfig ( JNDIConfiguration jndiConfig ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setJndiConfig:(Lorg/apache/cxf/transport/jms/JNDIConfiguration;)V]
JMSConfiguration.setJndiTemplate ( org.springframework.jndi.JndiTemplate jndiTemplate ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setJndiTemplate:(Lorg/springframework/jndi/JndiTemplate;)V]
JMSConfiguration.setMaxConcurrentConsumers ( int maxConcurrentConsumers ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setMaxConcurrentConsumers:(I)V]
JMSConfiguration.setMaxSuspendedContinuations ( int maxSuspendedContinuations ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setMaxSuspendedContinuations:(I)V]
JMSConfiguration.setMessageIdEnabled ( boolean messageIdEnabled ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setMessageIdEnabled:(Z)V]
JMSConfiguration.setMessageListenerContainer ( org.springframework.jms.listener.AbstractMessageListenerContainer messageListenerContainer ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setMessageListenerContainer:(Lorg/springframework/jms/listener/AbstractMessageListenerContainer;)V]
JMSConfiguration.setMessageSelector ( String messageSelector ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setMessageSelector:(Ljava/lang/String;)V]
JMSConfiguration.setMessageTimestampEnabled ( boolean messageTimestampEnabled ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setMessageTimestampEnabled:(Z)V]
JMSConfiguration.setMessageType ( String messageType ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setMessageType:(Ljava/lang/String;)V]
JMSConfiguration.setPriority ( int priority ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setPriority:(I)V]
JMSConfiguration.setPubSubDomain ( boolean pubSubDomain ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setPubSubDomain:(Z)V]
JMSConfiguration.setPubSubNoLocal ( boolean pubSubNoLocal ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setPubSubNoLocal:(Z)V]
JMSConfiguration.setReceiveTimeout ( Long receiveTimeout ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setReceiveTimeout:(Ljava/lang/Long;)V]
JMSConfiguration.setReconnectOnException ( boolean reconnectOnException ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setReconnectOnException:(Z)V]
JMSConfiguration.setReconnectPercentOfMax ( int reconnectPercentOfMax ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setReconnectPercentOfMax:(I)V]
JMSConfiguration.setRecoveryInterval ( long recoveryInterval ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setRecoveryInterval:(J)V]
JMSConfiguration.setReplyDestination ( String replyDestination ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setReplyDestination:(Ljava/lang/String;)V]
JMSConfiguration.setReplyPubSubDomain ( boolean replyPubSubDomain ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setReplyPubSubDomain:(Z)V]
JMSConfiguration.setReplyToDestination ( String replyToDestination ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setReplyToDestination:(Ljava/lang/String;)V]
JMSConfiguration.setRequestURI ( String requestURI ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setRequestURI:(Ljava/lang/String;)V]
JMSConfiguration.setSessionTransacted ( boolean sessionTransacted ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setSessionTransacted:(Z)V]
JMSConfiguration.setSubscriptionDurable ( boolean subscriptionDurable ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setSubscriptionDurable:(Z)V]
JMSConfiguration.setTargetDestination ( String targetDestination ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setTargetDestination:(Ljava/lang/String;)V]
JMSConfiguration.setTargetService ( String targetService ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setTargetService:(Ljava/lang/String;)V]
JMSConfiguration.setTaskExecutor ( org.springframework.core.task.TaskExecutor taskExecutor ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setTaskExecutor:(Lorg/springframework/core/task/TaskExecutor;)V]
JMSConfiguration.setTimeToLive ( long timeToLive ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setTimeToLive:(J)V]
JMSConfiguration.setTransactionManager ( org.springframework.transaction.PlatformTransactionManager transactionManager ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setTransactionManager:(Lorg/springframework/transaction/PlatformTransactionManager;)V]
JMSConfiguration.setUseConduitIdSelector ( boolean useConduitIdSelector ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setUseConduitIdSelector:(Z)V]
JMSConfiguration.setUseJms11 ( boolean useJms11 ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setUseJms11:(Z)V]
JMSConfiguration.setUsingEndpointInfo ( boolean usingEndpointInfo ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setUsingEndpointInfo:(Z)V]
JMSConfiguration.setWrapInSingleConnectionFactory ( boolean wrapInSingleConnectionFactory ) : void
[run-time name: org/apache/cxf/transport/jms/JMSConfiguration.setWrapInSingleConnectionFactory:(Z)V]
openejb-cxf-bundle-2.5.2.jar, JMSContinuation.class
package org.apache.cxf.transport.jms.continuations
JMSContinuation.cancelTimerTask ( ) : void
[run-time name: org/apache/cxf/transport/jms/continuations/JMSContinuation.cancelTimerTask:()V]
JMSContinuation.createTimerTask ( long timeout ) : void
[run-time name: org/apache/cxf/transport/jms/continuations/JMSContinuation.createTimerTask:(J)V]
JMSContinuation.doResume ( ) : void
[run-time name: org/apache/cxf/transport/jms/continuations/JMSContinuation.doResume:()V]
JMSContinuation.getObject ( ) : Object
[run-time name: org/apache/cxf/transport/jms/continuations/JMSContinuation.getObject:()Ljava/lang/Object;]
JMSContinuation.isNew ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/continuations/JMSContinuation.isNew:()Z]
JMSContinuation.isPending ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/continuations/JMSContinuation.isPending:()Z]
JMSContinuation.isResumed ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/continuations/JMSContinuation.isResumed:()Z]
JMSContinuation.JMSContinuation ( org.apache.cxf.Bus b, org.apache.cxf.message.Message m, org.apache.cxf.transport.MessageObserver observer, java.util.Collection cList, org.springframework.jms.listener.AbstractMessageListenerContainer jmsListener, org.apache.cxf.transport.jms.JMSConfiguration jmsConfig )
[run-time name: org/apache/cxf/transport/jms/continuations/JMSContinuation."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/message/Message;Lorg/apache/cxf/transport/MessageObserver;Ljava/util/Collection;Lorg/springframework/jms/listener/AbstractMessageListenerContainer;Lorg/apache/cxf/transport/jms/JMSConfiguration;)V]
JMSContinuation.modifyList ( boolean remove ) : void
[run-time name: org/apache/cxf/transport/jms/continuations/JMSContinuation.modifyList:(Z)V]
JMSContinuation.reset ( ) : void
[run-time name: org/apache/cxf/transport/jms/continuations/JMSContinuation.reset:()V]
JMSContinuation.resume ( ) : void
[run-time name: org/apache/cxf/transport/jms/continuations/JMSContinuation.resume:()V]
JMSContinuation.setObject ( Object o ) : void
[run-time name: org/apache/cxf/transport/jms/continuations/JMSContinuation.setObject:(Ljava/lang/Object;)V]
JMSContinuation.suspend ( long timeout ) : boolean
[run-time name: org/apache/cxf/transport/jms/continuations/JMSContinuation.suspend:(J)Z]
JMSContinuation.updateContinuations ( boolean remove ) : void
[run-time name: org/apache/cxf/transport/jms/continuations/JMSContinuation.updateContinuations:(Z)V]
openejb-cxf-bundle-2.5.2.jar, JMSContinuationProvider.class
package org.apache.cxf.transport.jms.continuations
JMSContinuationProvider.getContinuation ( ) : org.apache.cxf.continuations.Continuation
[run-time name: org/apache/cxf/transport/jms/continuations/JMSContinuationProvider.getContinuation:()Lorg/apache/cxf/continuations/Continuation;]
JMSContinuationProvider.JMSContinuationProvider ( org.apache.cxf.Bus b, org.apache.cxf.message.Message m, org.apache.cxf.transport.MessageObserver observer, java.util.Collection cList, org.springframework.jms.listener.AbstractMessageListenerContainer jmsListener, org.apache.cxf.transport.jms.JMSConfiguration jmsConfig )
[run-time name: org/apache/cxf/transport/jms/continuations/JMSContinuationProvider."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/message/Message;Lorg/apache/cxf/transport/MessageObserver;Ljava/util/Collection;Lorg/springframework/jms/listener/AbstractMessageListenerContainer;Lorg/apache/cxf/transport/jms/JMSConfiguration;)V]
openejb-cxf-bundle-2.5.2.jar, JMSDestination.class
package org.apache.cxf.transport.jms
JMSDestination.activate ( ) : void
[run-time name: org/apache/cxf/transport/jms/JMSDestination.activate:()V]
JMSDestination.deactivate ( ) : void
[run-time name: org/apache/cxf/transport/jms/JMSDestination.deactivate:()V]
JMSDestination.determineCorrelationID ( javax.jms.Message request ) : String
[run-time name: org/apache/cxf/transport/jms/JMSDestination.determineCorrelationID:(Ljavax/jms/Message;)Ljava/lang/String;]
JMSDestination.getInbuiltBackChannel ( org.apache.cxf.message.Message inMessage ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/transport/jms/JMSDestination.getInbuiltBackChannel:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/transport/Conduit;]
JMSDestination.getJmsConfig ( ) : JMSConfiguration
[run-time name: org/apache/cxf/transport/jms/JMSDestination.getJmsConfig:()Lorg/apache/cxf/transport/jms/JMSConfiguration;]
JMSDestination.getLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/cxf/transport/jms/JMSDestination.getLogger:()Ljava/util/logging/Logger;]
JMSDestination.getReplyToDestination ( org.springframework.jms.core.JmsTemplate jmsTemplate, org.apache.cxf.message.Message inMessage ) : javax.jms.Destination
[run-time name: org/apache/cxf/transport/jms/JMSDestination.getReplyToDestination:(Lorg/springframework/jms/core/JmsTemplate;Lorg/apache/cxf/message/Message;)Ljavax/jms/Destination;]
JMSDestination.JMSDestination ( org.apache.cxf.Bus b, org.apache.cxf.service.model.EndpointInfo info, JMSConfiguration jmsConfig )
[run-time name: org/apache/cxf/transport/jms/JMSDestination."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/transport/jms/JMSConfiguration;)V]
JMSDestination.onMessage ( javax.jms.Message message ) : void
[run-time name: org/apache/cxf/transport/jms/JMSDestination.onMessage:(Ljavax/jms/Message;)V]
JMSDestination.onMessage ( javax.jms.Message message, javax.jms.Session session ) : void
[run-time name: org/apache/cxf/transport/jms/JMSDestination.onMessage:(Ljavax/jms/Message;Ljavax/jms/Session;)V]
JMSDestination.sendExchange ( org.apache.cxf.message.Exchange exchange, Object replyObj ) : void
[run-time name: org/apache/cxf/transport/jms/JMSDestination.sendExchange:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)V]
JMSDestination.setJmsConfig ( JMSConfiguration jmsConfig ) : void
[run-time name: org/apache/cxf/transport/jms/JMSDestination.setJmsConfig:(Lorg/apache/cxf/transport/jms/JMSConfiguration;)V]
JMSDestination.shutdown ( ) : void
[run-time name: org/apache/cxf/transport/jms/JMSDestination.shutdown:()V]
openejb-cxf-bundle-2.5.2.jar, JMSDestinationBeanDefinitionParser.class
package org.apache.cxf.transport.jms.spring
JMSDestinationBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean ) : void
[run-time name: org/apache/cxf/transport/jms/spring/JMSDestinationBeanDefinitionParser.doParse:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;)V]
JMSDestinationBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 ) : Class
[run-time name: org/apache/cxf/transport/jms/spring/JMSDestinationBeanDefinitionParser.getBeanClass:(Lorg/w3c/dom/Element;)Ljava/lang/Class;]
JMSDestinationBeanDefinitionParser.JMSDestinationBeanDefinitionParser ( )
[run-time name: org/apache/cxf/transport/jms/spring/JMSDestinationBeanDefinitionParser."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, JMSEndpoint.class
package org.apache.cxf.transport.jms.uri
JMSEndpoint.getJndiParameters ( ) : java.util.Map
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpoint.getJndiParameters:()Ljava/util/Map;]
JMSEndpoint.getParameter ( String key ) : String
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpoint.getParameter:(Ljava/lang/String;)Ljava/lang/String;]
JMSEndpoint.getParameters ( ) : java.util.Map
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpoint.getParameters:()Ljava/util/Map;]
JMSEndpoint.getRequestURI ( ) : String
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpoint.getRequestURI:()Ljava/lang/String;]
JMSEndpoint.JMSEndpoint ( )
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpoint."<init>":()V]
JMSEndpoint.JMSEndpoint ( String endpointUri, String jmsVariant, String destinationName )
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpoint."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
JMSEndpoint.putJndiParameter ( String key, String value ) : void
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpoint.putJndiParameter:(Ljava/lang/String;Ljava/lang/String;)V]
JMSEndpoint.putParameter ( String key, String value ) : void
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpoint.putParameter:(Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JMSEndpointParser.class
package org.apache.cxf.transport.jms.uri
JMSEndpointParser.convertPathToActualDestination ( String path ) [static] : String
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointParser.convertPathToActualDestination:(Ljava/lang/String;)Ljava/lang/String;]
JMSEndpointParser.createEndpoint ( String uri ) [static] : JMSEndpoint
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointParser.createEndpoint:(Ljava/lang/String;)Lorg/apache/cxf/transport/jms/uri/JMSEndpoint;]
JMSEndpointParser.createEndpoint ( String uri, String remaining ) [static] : JMSEndpoint
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointParser.createEndpoint:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cxf/transport/jms/uri/JMSEndpoint;]
JMSEndpointParser.getConfiguration ( ) [static] : JMSURIConstants
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointParser.getConfiguration:()Lorg/apache/cxf/transport/jms/uri/JMSURIConstants;]
JMSEndpointParser.removeStartingCharacters ( String text, char ch ) [static] : String
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointParser.removeStartingCharacters:(Ljava/lang/String;C)Ljava/lang/String;]
JMSEndpointParser.validateURI ( String uri, String path, java.util.Map parameters ) [static] : void
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointParser.validateURI:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V]
openejb-cxf-bundle-2.5.2.jar, JMSEndpointType.class
package org.apache.cxf.transport.jms.uri
JMSEndpointType.getDeliveryMode ( ) : DeliveryModeType
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.getDeliveryMode:()Lorg/apache/cxf/transport/jms/uri/DeliveryModeType;]
JMSEndpointType.getDestinationName ( ) : String
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.getDestinationName:()Ljava/lang/String;]
JMSEndpointType.getEndpointUri ( ) : String
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.getEndpointUri:()Ljava/lang/String;]
JMSEndpointType.getJmsVariant ( ) : String
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.getJmsVariant:()Ljava/lang/String;]
JMSEndpointType.getJndiConnectionFactoryName ( ) : String
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.getJndiConnectionFactoryName:()Ljava/lang/String;]
JMSEndpointType.getJndiInitialContextFactory ( ) : String
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.getJndiInitialContextFactory:()Ljava/lang/String;]
JMSEndpointType.getJndiURL ( ) : String
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.getJndiURL:()Ljava/lang/String;]
JMSEndpointType.getPassword ( ) : String
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.getPassword:()Ljava/lang/String;]
JMSEndpointType.getPriority ( ) : int
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.getPriority:()I]
JMSEndpointType.getReplyToName ( ) : String
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.getReplyToName:()Ljava/lang/String;]
JMSEndpointType.getTimeToLive ( ) : long
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.getTimeToLive:()J]
JMSEndpointType.getTopicReplyToName ( ) : String
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.getTopicReplyToName:()Ljava/lang/String;]
JMSEndpointType.getUsername ( ) : String
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.getUsername:()Ljava/lang/String;]
JMSEndpointType.isReconnectOnException ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.isReconnectOnException:()Z]
JMSEndpointType.isSetDeliveryMode ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.isSetDeliveryMode:()Z]
JMSEndpointType.isSetDestinationName ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.isSetDestinationName:()Z]
JMSEndpointType.isSetEndpointUri ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.isSetEndpointUri:()Z]
JMSEndpointType.isSetJmsVariant ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.isSetJmsVariant:()Z]
JMSEndpointType.isSetJndiConnectionFactoryName ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.isSetJndiConnectionFactoryName:()Z]
JMSEndpointType.isSetJndiInitialContextFactory ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.isSetJndiInitialContextFactory:()Z]
JMSEndpointType.isSetJndiURL ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.isSetJndiURL:()Z]
JMSEndpointType.isSetPassword ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.isSetPassword:()Z]
JMSEndpointType.isSetPriority ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.isSetPriority:()Z]
JMSEndpointType.isSetReconnectOnException ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.isSetReconnectOnException:()Z]
JMSEndpointType.isSetReplyToName ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.isSetReplyToName:()Z]
JMSEndpointType.isSetTimeToLive ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.isSetTimeToLive:()Z]
JMSEndpointType.isSetTopicReplyToName ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.isSetTopicReplyToName:()Z]
JMSEndpointType.isSetUseJMS11 ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.isSetUseJMS11:()Z]
JMSEndpointType.isSetUsername ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.isSetUsername:()Z]
JMSEndpointType.isUseJMS11 ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.isUseJMS11:()Z]
JMSEndpointType.JMSEndpointType ( )
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType."<init>":()V]
JMSEndpointType.setDeliveryMode ( DeliveryModeType value ) : void
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.setDeliveryMode:(Lorg/apache/cxf/transport/jms/uri/DeliveryModeType;)V]
JMSEndpointType.setDestinationName ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.setDestinationName:(Ljava/lang/String;)V]
JMSEndpointType.setEndpointUri ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.setEndpointUri:(Ljava/lang/String;)V]
JMSEndpointType.setJmsVariant ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.setJmsVariant:(Ljava/lang/String;)V]
JMSEndpointType.setJndiConnectionFactoryName ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.setJndiConnectionFactoryName:(Ljava/lang/String;)V]
JMSEndpointType.setJndiInitialContextFactory ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.setJndiInitialContextFactory:(Ljava/lang/String;)V]
JMSEndpointType.setJndiURL ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.setJndiURL:(Ljava/lang/String;)V]
JMSEndpointType.setPassword ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.setPassword:(Ljava/lang/String;)V]
JMSEndpointType.setPriority ( int value ) : void
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.setPriority:(I)V]
JMSEndpointType.setReconnectOnException ( boolean value ) : void
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.setReconnectOnException:(Z)V]
JMSEndpointType.setReplyToName ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.setReplyToName:(Ljava/lang/String;)V]
JMSEndpointType.setTimeToLive ( long value ) : void
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.setTimeToLive:(J)V]
JMSEndpointType.setTopicReplyToName ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.setTopicReplyToName:(Ljava/lang/String;)V]
JMSEndpointType.setUseJMS11 ( boolean value ) : void
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.setUseJMS11:(Z)V]
JMSEndpointType.setUsername ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.setUsername:(Ljava/lang/String;)V]
JMSEndpointType.unsetPriority ( ) : void
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.unsetPriority:()V]
JMSEndpointType.unsetReconnectOnException ( ) : void
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.unsetReconnectOnException:()V]
JMSEndpointType.unsetTimeToLive ( ) : void
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.unsetTimeToLive:()V]
JMSEndpointType.unsetUseJMS11 ( ) : void
[run-time name: org/apache/cxf/transport/jms/uri/JMSEndpointType.unsetUseJMS11:()V]
openejb-cxf-bundle-2.5.2.jar, JMSFactory.class
package org.apache.cxf.transport.jms
JMSFactory.createJmsListener ( org.apache.cxf.service.model.EndpointInfo ei, JMSConfiguration jmsConfig, javax.jms.MessageListener listenerHandler, String destinationName ) [static] : org.springframework.jms.listener.AbstractMessageListenerContainer
[run-time name: org/apache/cxf/transport/jms/JMSFactory.createJmsListener:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/transport/jms/JMSConfiguration;Ljavax/jms/MessageListener;Ljava/lang/String;)Lorg/springframework/jms/listener/AbstractMessageListenerContainer;]
JMSFactory.createJmsListener ( JMSConfiguration jmsConfig, javax.jms.MessageListener listenerHandler, javax.jms.Destination destination, String messageSelectorPrefix, boolean userCID ) [static] : org.springframework.jms.listener.DefaultMessageListenerContainer
[run-time name: org/apache/cxf/transport/jms/JMSFactory.createJmsListener:(Lorg/apache/cxf/transport/jms/JMSConfiguration;Ljavax/jms/MessageListener;Ljavax/jms/Destination;Ljava/lang/String;Z)Lorg/springframework/jms/listener/DefaultMessageListenerContainer;]
JMSFactory.createJmsListener ( JMSConfiguration jmsConfig, javax.jms.MessageListener listenerHandler, String destination, String messageSelectorPrefix, boolean userCID ) [static] : org.springframework.jms.listener.DefaultMessageListenerContainer
[run-time name: org/apache/cxf/transport/jms/JMSFactory.createJmsListener:(Lorg/apache/cxf/transport/jms/JMSConfiguration;Ljavax/jms/MessageListener;Ljava/lang/String;Ljava/lang/String;Z)Lorg/springframework/jms/listener/DefaultMessageListenerContainer;]
JMSFactory.createJmsListener ( org.springframework.jms.listener.DefaultMessageListenerContainer jmsListener, JMSConfiguration jmsConfig, javax.jms.MessageListener listenerHandler, String destinationName, javax.jms.Destination destination, String messageSelectorPrefix, boolean userCID ) [static] : org.springframework.jms.listener.DefaultMessageListenerContainer
[run-time name: org/apache/cxf/transport/jms/JMSFactory.createJmsListener:(Lorg/springframework/jms/listener/DefaultMessageListenerContainer;Lorg/apache/cxf/transport/jms/JMSConfiguration;Ljavax/jms/MessageListener;Ljava/lang/String;Ljavax/jms/Destination;Ljava/lang/String;Z)Lorg/springframework/jms/listener/DefaultMessageListenerContainer;]
JMSFactory.createJmsTemplate ( JMSConfiguration jmsConfig, JMSMessageHeadersType messageProperties ) [static] : org.springframework.jms.core.JmsTemplate
[run-time name: org/apache/cxf/transport/jms/JMSFactory.createJmsTemplate:(Lorg/apache/cxf/transport/jms/JMSConfiguration;Lorg/apache/cxf/transport/jms/JMSMessageHeadersType;)Lorg/springframework/jms/core/JmsTemplate;]
JMSFactory.resolveOrCreateDestination ( org.springframework.jms.core.JmsTemplate jmsTemplate, String replyToDestinationName, boolean pubSubDomain ) [static] : javax.jms.Destination
[run-time name: org/apache/cxf/transport/jms/JMSFactory.resolveOrCreateDestination:(Lorg/springframework/jms/core/JmsTemplate;Ljava/lang/String;Z)Ljavax/jms/Destination;]
openejb-cxf-bundle-2.5.2.jar, JMSFault.class
package org.apache.cxf.binding.soap.jms.interceptor
JMSFault.getDetail ( ) : Object
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFault.getDetail:()Ljava/lang/Object;]
JMSFault.getJmsFaultType ( ) : JMSFaultType
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFault.getJmsFaultType:()Lorg/apache/cxf/binding/soap/jms/interceptor/JMSFaultType;]
JMSFault.getReason ( ) : String
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFault.getReason:()Ljava/lang/String;]
JMSFault.getSubCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFault.getSubCode:()Ljavax/xml/namespace/QName;]
JMSFault.isSender ( ) : boolean
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFault.isSender:()Z]
JMSFault.JMSFault ( String message )
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFault."<init>":(Ljava/lang/String;)V]
JMSFault.JMSFault ( String message, Throwable cause )
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFault."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
JMSFault.setDetail ( Object detail ) : void
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFault.setDetail:(Ljava/lang/Object;)V]
JMSFault.setJmsFaultType ( JMSFaultType jmsFaultType ) : void
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFault.setJmsFaultType:(Lorg/apache/cxf/binding/soap/jms/interceptor/JMSFaultType;)V]
JMSFault.setSender ( boolean sender ) : void
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFault.setSender:(Z)V]
openejb-cxf-bundle-2.5.2.jar, JMSFaultFactory.class
package org.apache.cxf.binding.soap.jms.interceptor
JMSFaultFactory.createContentEncodingNotSupported ( String contentEncoding ) [static] : JMSFault
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFaultFactory.createContentEncodingNotSupported:(Ljava/lang/String;)Lorg/apache/cxf/binding/soap/jms/interceptor/JMSFault;]
JMSFaultFactory.createContentTypeMismatchFault ( String contentType ) [static] : JMSFault
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFaultFactory.createContentTypeMismatchFault:(Ljava/lang/String;)Lorg/apache/cxf/binding/soap/jms/interceptor/JMSFault;]
JMSFaultFactory.createMalformedRequestURIFault ( String requestURI ) [static] : JMSFault
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFaultFactory.createMalformedRequestURIFault:(Ljava/lang/String;)Lorg/apache/cxf/binding/soap/jms/interceptor/JMSFault;]
JMSFaultFactory.createMismatchedSoapActionFault ( String soapAction ) [static] : JMSFault
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFaultFactory.createMismatchedSoapActionFault:(Ljava/lang/String;)Lorg/apache/cxf/binding/soap/jms/interceptor/JMSFault;]
JMSFaultFactory.createMissingContentTypeFault ( ) [static] : JMSFault
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFaultFactory.createMissingContentTypeFault:()Lorg/apache/cxf/binding/soap/jms/interceptor/JMSFault;]
JMSFaultFactory.createMissingRequestURIFault ( ) [static] : JMSFault
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFaultFactory.createMissingRequestURIFault:()Lorg/apache/cxf/binding/soap/jms/interceptor/JMSFault;]
JMSFaultFactory.createMissingSoapActionFault ( ) [static] : JMSFault
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFaultFactory.createMissingSoapActionFault:()Lorg/apache/cxf/binding/soap/jms/interceptor/JMSFault;]
JMSFaultFactory.createTargetServiceNotAllowedInRequestURIFault ( ) [static] : JMSFault
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFaultFactory.createTargetServiceNotAllowedInRequestURIFault:()Lorg/apache/cxf/binding/soap/jms/interceptor/JMSFault;]
JMSFaultFactory.createUnrecognizedBindingVerionFault ( String bindingVersion ) [static] : JMSFault
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFaultFactory.createUnrecognizedBindingVerionFault:(Ljava/lang/String;)Lorg/apache/cxf/binding/soap/jms/interceptor/JMSFault;]
JMSFaultFactory.createUnsupportedJMSMessageFormatFault ( String messageFormat ) [static] : JMSFault
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFaultFactory.createUnsupportedJMSMessageFormatFault:(Ljava/lang/String;)Lorg/apache/cxf/binding/soap/jms/interceptor/JMSFault;]
openejb-cxf-bundle-2.5.2.jar, JMSFaultType.class
package org.apache.cxf.binding.soap.jms.interceptor
JMSFaultType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFaultType.getAny:()Ljava/util/List;]
JMSFaultType.getFaultCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFaultType.getFaultCode:()Ljavax/xml/namespace/QName;]
JMSFaultType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFaultType.getOtherAttributes:()Ljava/util/Map;]
JMSFaultType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFaultType.isSetAny:()Z]
JMSFaultType.isSetFaultCode ( ) : boolean
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFaultType.isSetFaultCode:()Z]
JMSFaultType.JMSFaultType ( )
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFaultType."<init>":()V]
JMSFaultType.setFaultCode ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFaultType.setFaultCode:(Ljavax/xml/namespace/QName;)V]
JMSFaultType.unsetAny ( ) : void
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/JMSFaultType.unsetAny:()V]
package org.apache.cxf.transport.jms
JMSFaultType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/transport/jms/JMSFaultType.getAny:()Ljava/util/List;]
JMSFaultType.getFaultCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/transport/jms/JMSFaultType.getFaultCode:()Ljavax/xml/namespace/QName;]
JMSFaultType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/transport/jms/JMSFaultType.getOtherAttributes:()Ljava/util/Map;]
JMSFaultType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSFaultType.isSetAny:()Z]
JMSFaultType.isSetFaultCode ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSFaultType.isSetFaultCode:()Z]
JMSFaultType.JMSFaultType ( )
[run-time name: org/apache/cxf/transport/jms/JMSFaultType."<init>":()V]
JMSFaultType.setFaultCode ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/transport/jms/JMSFaultType.setFaultCode:(Ljavax/xml/namespace/QName;)V]
JMSFaultType.unsetAny ( ) : void
[run-time name: org/apache/cxf/transport/jms/JMSFaultType.unsetAny:()V]
openejb-cxf-bundle-2.5.2.jar, JMSJNDIEndpoint.class
package org.apache.cxf.transport.jms.uri
JMSJNDIEndpoint.JMSJNDIEndpoint ( String uri, String subject )
[run-time name: org/apache/cxf/transport/jms/uri/JMSJNDIEndpoint."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JMSMessageHeadersType.class
package org.apache.cxf.transport.jms
JMSMessageHeadersType.getJMSCorrelationID ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.getJMSCorrelationID:()Ljava/lang/String;]
JMSMessageHeadersType.getJMSDeliveryMode ( ) : int
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.getJMSDeliveryMode:()I]
JMSMessageHeadersType.getJMSExpiration ( ) : long
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.getJMSExpiration:()J]
JMSMessageHeadersType.getJMSMessageID ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.getJMSMessageID:()Ljava/lang/String;]
JMSMessageHeadersType.getJMSPriority ( ) : int
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.getJMSPriority:()I]
JMSMessageHeadersType.getJMSReplyTo ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.getJMSReplyTo:()Ljava/lang/String;]
JMSMessageHeadersType.getJMSTimeStamp ( ) : long
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.getJMSTimeStamp:()J]
JMSMessageHeadersType.getJMSType ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.getJMSType:()Ljava/lang/String;]
JMSMessageHeadersType.getProperty ( ) : java.util.List
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.getProperty:()Ljava/util/List;]
JMSMessageHeadersType.getSOAPJMSBindingVersion ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.getSOAPJMSBindingVersion:()Ljava/lang/String;]
JMSMessageHeadersType.getSOAPJMSContentEncoding ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.getSOAPJMSContentEncoding:()Ljava/lang/String;]
JMSMessageHeadersType.getSOAPJMSContentType ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.getSOAPJMSContentType:()Ljava/lang/String;]
JMSMessageHeadersType.getSOAPJMSRequestURI ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.getSOAPJMSRequestURI:()Ljava/lang/String;]
JMSMessageHeadersType.getSOAPJMSSOAPAction ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.getSOAPJMSSOAPAction:()Ljava/lang/String;]
JMSMessageHeadersType.getSOAPJMSTargetService ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.getSOAPJMSTargetService:()Ljava/lang/String;]
JMSMessageHeadersType.getTimeToLive ( ) : long
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.getTimeToLive:()J]
JMSMessageHeadersType.isJMSRedelivered ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.isJMSRedelivered:()Z]
JMSMessageHeadersType.isSetJMSCorrelationID ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.isSetJMSCorrelationID:()Z]
JMSMessageHeadersType.isSetJMSDeliveryMode ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.isSetJMSDeliveryMode:()Z]
JMSMessageHeadersType.isSetJMSExpiration ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.isSetJMSExpiration:()Z]
JMSMessageHeadersType.isSetJMSMessageID ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.isSetJMSMessageID:()Z]
JMSMessageHeadersType.isSetJMSPriority ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.isSetJMSPriority:()Z]
JMSMessageHeadersType.isSetJMSRedelivered ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.isSetJMSRedelivered:()Z]
JMSMessageHeadersType.isSetJMSReplyTo ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.isSetJMSReplyTo:()Z]
JMSMessageHeadersType.isSetJMSTimeStamp ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.isSetJMSTimeStamp:()Z]
JMSMessageHeadersType.isSetJMSType ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.isSetJMSType:()Z]
JMSMessageHeadersType.isSetProperty ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.isSetProperty:()Z]
JMSMessageHeadersType.isSetSOAPJMSBindingVersion ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.isSetSOAPJMSBindingVersion:()Z]
JMSMessageHeadersType.isSetSOAPJMSContentEncoding ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.isSetSOAPJMSContentEncoding:()Z]
JMSMessageHeadersType.isSetSOAPJMSContentType ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.isSetSOAPJMSContentType:()Z]
JMSMessageHeadersType.isSetSOAPJMSIsFault ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.isSetSOAPJMSIsFault:()Z]
JMSMessageHeadersType.isSetSOAPJMSRequestURI ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.isSetSOAPJMSRequestURI:()Z]
JMSMessageHeadersType.isSetSOAPJMSSOAPAction ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.isSetSOAPJMSSOAPAction:()Z]
JMSMessageHeadersType.isSetSOAPJMSTargetService ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.isSetSOAPJMSTargetService:()Z]
JMSMessageHeadersType.isSetTimeToLive ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.isSetTimeToLive:()Z]
JMSMessageHeadersType.isSOAPJMSIsFault ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.isSOAPJMSIsFault:()Z]
JMSMessageHeadersType.JMSMessageHeadersType ( )
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType."<init>":()V]
JMSMessageHeadersType.setJMSCorrelationID ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.setJMSCorrelationID:(Ljava/lang/String;)V]
JMSMessageHeadersType.setJMSDeliveryMode ( int value ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.setJMSDeliveryMode:(I)V]
JMSMessageHeadersType.setJMSExpiration ( long value ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.setJMSExpiration:(J)V]
JMSMessageHeadersType.setJMSMessageID ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.setJMSMessageID:(Ljava/lang/String;)V]
JMSMessageHeadersType.setJMSPriority ( int value ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.setJMSPriority:(I)V]
JMSMessageHeadersType.setJMSRedelivered ( boolean value ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.setJMSRedelivered:(Z)V]
JMSMessageHeadersType.setJMSReplyTo ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.setJMSReplyTo:(Ljava/lang/String;)V]
JMSMessageHeadersType.setJMSTimeStamp ( long value ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.setJMSTimeStamp:(J)V]
JMSMessageHeadersType.setJMSType ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.setJMSType:(Ljava/lang/String;)V]
JMSMessageHeadersType.setSOAPJMSBindingVersion ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.setSOAPJMSBindingVersion:(Ljava/lang/String;)V]
JMSMessageHeadersType.setSOAPJMSContentEncoding ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.setSOAPJMSContentEncoding:(Ljava/lang/String;)V]
JMSMessageHeadersType.setSOAPJMSContentType ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.setSOAPJMSContentType:(Ljava/lang/String;)V]
JMSMessageHeadersType.setSOAPJMSIsFault ( boolean value ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.setSOAPJMSIsFault:(Z)V]
JMSMessageHeadersType.setSOAPJMSRequestURI ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.setSOAPJMSRequestURI:(Ljava/lang/String;)V]
JMSMessageHeadersType.setSOAPJMSSOAPAction ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.setSOAPJMSSOAPAction:(Ljava/lang/String;)V]
JMSMessageHeadersType.setSOAPJMSTargetService ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.setSOAPJMSTargetService:(Ljava/lang/String;)V]
JMSMessageHeadersType.setTimeToLive ( long value ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.setTimeToLive:(J)V]
JMSMessageHeadersType.unsetJMSDeliveryMode ( ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.unsetJMSDeliveryMode:()V]
JMSMessageHeadersType.unsetJMSExpiration ( ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.unsetJMSExpiration:()V]
JMSMessageHeadersType.unsetJMSPriority ( ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.unsetJMSPriority:()V]
JMSMessageHeadersType.unsetJMSRedelivered ( ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.unsetJMSRedelivered:()V]
JMSMessageHeadersType.unsetJMSTimeStamp ( ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.unsetJMSTimeStamp:()V]
JMSMessageHeadersType.unsetProperty ( ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.unsetProperty:()V]
JMSMessageHeadersType.unsetSOAPJMSIsFault ( ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.unsetSOAPJMSIsFault:()V]
JMSMessageHeadersType.unsetTimeToLive ( ) : void
[run-time name: org/apache/cxf/transport/jms/JMSMessageHeadersType.unsetTimeToLive:()V]
openejb-cxf-bundle-2.5.2.jar, JMSNamingPropertyType.class
package org.apache.cxf.transport.jms
JMSNamingPropertyType.getName ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSNamingPropertyType.getName:()Ljava/lang/String;]
JMSNamingPropertyType.getValue ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSNamingPropertyType.getValue:()Ljava/lang/String;]
JMSNamingPropertyType.isSetName ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSNamingPropertyType.isSetName:()Z]
JMSNamingPropertyType.isSetValue ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSNamingPropertyType.isSetValue:()Z]
JMSNamingPropertyType.JMSNamingPropertyType ( )
[run-time name: org/apache/cxf/transport/jms/JMSNamingPropertyType."<init>":()V]
JMSNamingPropertyType.setName ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/JMSNamingPropertyType.setName:(Ljava/lang/String;)V]
JMSNamingPropertyType.setValue ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/JMSNamingPropertyType.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JMSOldConfigHolder.class
package org.apache.cxf.transport.jms
JMSOldConfigHolder.configureEndpoint ( boolean isConduit, uri.JMSEndpoint endpoint ) : JMSConfiguration
[run-time name: org/apache/cxf/transport/jms/JMSOldConfigHolder.configureEndpoint:(ZLorg/apache/cxf/transport/jms/uri/JMSEndpoint;)Lorg/apache/cxf/transport/jms/JMSConfiguration;]
JMSOldConfigHolder.createJMSConfigurationFromEndpointInfo ( org.apache.cxf.Bus bus, org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, boolean isConduit ) : JMSConfiguration
[run-time name: org/apache/cxf/transport/jms/JMSOldConfigHolder.createJMSConfigurationFromEndpointInfo:(Lorg/apache/cxf/Bus;Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Z)Lorg/apache/cxf/transport/jms/JMSConfiguration;]
JMSOldConfigHolder.getAddress ( ) : AddressType
[run-time name: org/apache/cxf/transport/jms/JMSOldConfigHolder.getAddress:()Lorg/apache/cxf/transport/jms/AddressType;]
JMSOldConfigHolder.getClientConfig ( ) : ClientConfig
[run-time name: org/apache/cxf/transport/jms/JMSOldConfigHolder.getClientConfig:()Lorg/apache/cxf/transport/jms/ClientConfig;]
JMSOldConfigHolder.getExtensorsAndConfig ( org.apache.cxf.Bus bus, org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, boolean isConduit ) : uri.JMSEndpoint
[run-time name: org/apache/cxf/transport/jms/JMSOldConfigHolder.getExtensorsAndConfig:(Lorg/apache/cxf/Bus;Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Z)Lorg/apache/cxf/transport/jms/uri/JMSEndpoint;]
JMSOldConfigHolder.getInitialContextEnv ( uri.JMSEndpoint endpoint ) [static] : java.util.Properties
[run-time name: org/apache/cxf/transport/jms/JMSOldConfigHolder.getInitialContextEnv:(Lorg/apache/cxf/transport/jms/uri/JMSEndpoint;)Ljava/util/Properties;]
JMSOldConfigHolder.getJmsConfig ( ) : JMSConfiguration
[run-time name: org/apache/cxf/transport/jms/JMSOldConfigHolder.getJmsConfig:()Lorg/apache/cxf/transport/jms/JMSConfiguration;]
JMSOldConfigHolder.getRuntimePolicy ( ) : ClientBehaviorPolicyType
[run-time name: org/apache/cxf/transport/jms/JMSOldConfigHolder.getRuntimePolicy:()Lorg/apache/cxf/transport/jms/ClientBehaviorPolicyType;]
JMSOldConfigHolder.getServerBehavior ( ) : ServerBehaviorPolicyType
[run-time name: org/apache/cxf/transport/jms/JMSOldConfigHolder.getServerBehavior:()Lorg/apache/cxf/transport/jms/ServerBehaviorPolicyType;]
JMSOldConfigHolder.getServerConfig ( ) : ServerConfig
[run-time name: org/apache/cxf/transport/jms/JMSOldConfigHolder.getServerConfig:()Lorg/apache/cxf/transport/jms/ServerConfig;]
JMSOldConfigHolder.getSessionPool ( ) : SessionPoolType
[run-time name: org/apache/cxf/transport/jms/JMSOldConfigHolder.getSessionPool:()Lorg/apache/cxf/transport/jms/SessionPoolType;]
JMSOldConfigHolder.getWSDLExtensor ( org.apache.cxf.service.model.EndpointInfo ei, Class cls ) : Object
[run-time name: org/apache/cxf/transport/jms/JMSOldConfigHolder.getWSDLExtensor:(Lorg/apache/cxf/service/model/EndpointInfo;Ljava/lang/Class;)Ljava/lang/Object;]
JMSOldConfigHolder.JMSOldConfigHolder ( )
[run-time name: org/apache/cxf/transport/jms/JMSOldConfigHolder."<init>":()V]
JMSOldConfigHolder.setAddress ( AddressType ad ) : void
[run-time name: org/apache/cxf/transport/jms/JMSOldConfigHolder.setAddress:(Lorg/apache/cxf/transport/jms/AddressType;)V]
JMSOldConfigHolder.setClientConfig ( ClientConfig clientConfig ) : void
[run-time name: org/apache/cxf/transport/jms/JMSOldConfigHolder.setClientConfig:(Lorg/apache/cxf/transport/jms/ClientConfig;)V]
JMSOldConfigHolder.setJmsConfig ( JMSConfiguration jmsConfig ) : void
[run-time name: org/apache/cxf/transport/jms/JMSOldConfigHolder.setJmsConfig:(Lorg/apache/cxf/transport/jms/JMSConfiguration;)V]
JMSOldConfigHolder.setRuntimePolicy ( ClientBehaviorPolicyType runtimePolicy ) : void
[run-time name: org/apache/cxf/transport/jms/JMSOldConfigHolder.setRuntimePolicy:(Lorg/apache/cxf/transport/jms/ClientBehaviorPolicyType;)V]
JMSOldConfigHolder.setServerBehavior ( ServerBehaviorPolicyType serverBehavior ) : void
[run-time name: org/apache/cxf/transport/jms/JMSOldConfigHolder.setServerBehavior:(Lorg/apache/cxf/transport/jms/ServerBehaviorPolicyType;)V]
JMSOldConfigHolder.setServerConfig ( ServerConfig serverConfig ) : void
[run-time name: org/apache/cxf/transport/jms/JMSOldConfigHolder.setServerConfig:(Lorg/apache/cxf/transport/jms/ServerConfig;)V]
JMSOldConfigHolder.setSessionPool ( SessionPoolType sessionPool ) : void
[run-time name: org/apache/cxf/transport/jms/JMSOldConfigHolder.setSessionPool:(Lorg/apache/cxf/transport/jms/SessionPoolType;)V]
openejb-cxf-bundle-2.5.2.jar, JMSPropertyType.class
package org.apache.cxf.transport.jms
JMSPropertyType.getName ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSPropertyType.getName:()Ljava/lang/String;]
JMSPropertyType.getValue ( ) : String
[run-time name: org/apache/cxf/transport/jms/JMSPropertyType.getValue:()Ljava/lang/String;]
JMSPropertyType.isSetName ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSPropertyType.isSetName:()Z]
JMSPropertyType.isSetValue ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/JMSPropertyType.isSetValue:()Z]
JMSPropertyType.JMSPropertyType ( )
[run-time name: org/apache/cxf/transport/jms/JMSPropertyType."<init>":()V]
JMSPropertyType.setName ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/JMSPropertyType.setName:(Ljava/lang/String;)V]
JMSPropertyType.setValue ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/JMSPropertyType.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JMSQueueEndpoint.class
package org.apache.cxf.transport.jms.uri
JMSQueueEndpoint.JMSQueueEndpoint ( String uri, String subject )
[run-time name: org/apache/cxf/transport/jms/uri/JMSQueueEndpoint."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JMSTopicEndpoint.class
package org.apache.cxf.transport.jms.uri
JMSTopicEndpoint.JMSTopicEndpoint ( String uri, String subject )
[run-time name: org/apache/cxf/transport/jms/uri/JMSTopicEndpoint."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JMSTransportFactory.class
package org.apache.cxf.transport.jms
JMSTransportFactory.getConduit ( org.apache.cxf.service.model.EndpointInfo endpointInfo ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/transport/jms/JMSTransportFactory.getConduit:(Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/cxf/transport/Conduit;]
JMSTransportFactory.getConduit ( org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/transport/jms/JMSTransportFactory.getConduit:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/transport/Conduit;]
JMSTransportFactory.getDestination ( org.apache.cxf.service.model.EndpointInfo endpointInfo ) : org.apache.cxf.transport.Destination
[run-time name: org/apache/cxf/transport/jms/JMSTransportFactory.getDestination:(Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/cxf/transport/Destination;]
JMSTransportFactory.getUriPrefixes ( ) : java.util.Set
[run-time name: org/apache/cxf/transport/jms/JMSTransportFactory.getUriPrefixes:()Ljava/util/Set;]
JMSTransportFactory.JMSTransportFactory ( )
[run-time name: org/apache/cxf/transport/jms/JMSTransportFactory."<init>":()V]
JMSTransportFactory.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/transport/jms/JMSTransportFactory.setBus:(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, JmsTransportPlugin.class
package org.apache.cxf.transport.jms.wsdl11
JmsTransportPlugin.createExtension ( java.util.Map args ) : javax.wsdl.extensions.ExtensibilityElement
[run-time name: org/apache/cxf/transport/jms/wsdl11/JmsTransportPlugin.createExtension:(Ljava/util/Map;)Ljavax/wsdl/extensions/ExtensibilityElement;]
JmsTransportPlugin.JmsTransportPlugin ( )
[run-time name: org/apache/cxf/transport/jms/wsdl11/JmsTransportPlugin."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, JMSUtils.class
package org.apache.cxf.transport.jms
JMSUtils.addContentTypeToProtocolHeader ( org.apache.cxf.message.Message message ) [static] : void
[run-time name: org/apache/cxf/transport/jms/JMSUtils.addContentTypeToProtocolHeader:(Lorg/apache/cxf/message/Message;)V]
JMSUtils.buildJMSMessageFromCXFMessage ( JMSConfiguration jmsConfig, org.apache.cxf.message.Message outMessage, Object payload, String messageType, javax.jms.Session session, javax.jms.Destination replyTo, String correlationId ) [static] : javax.jms.Message
[run-time name: org/apache/cxf/transport/jms/JMSUtils.buildJMSMessageFromCXFMessage:(Lorg/apache/cxf/transport/jms/JMSConfiguration;Lorg/apache/cxf/message/Message;Ljava/lang/Object;Ljava/lang/String;Ljavax/jms/Session;Ljavax/jms/Destination;Ljava/lang/String;)Ljavax/jms/Message;]
JMSUtils.createAndSetPayload ( Object payload, javax.jms.Session session, String messageType ) [static] : javax.jms.Message
[run-time name: org/apache/cxf/transport/jms/JMSUtils.createAndSetPayload:(Ljava/lang/Object;Ljavax/jms/Session;Ljava/lang/String;)Ljavax/jms/Message;]
JMSUtils.createCorrelationId ( String prefix, long i ) [static] : String
[run-time name: org/apache/cxf/transport/jms/JMSUtils.createCorrelationId:(Ljava/lang/String;J)Ljava/lang/String;]
JMSUtils.getContentEncoding ( org.apache.cxf.message.Message message ) [static] : String
[run-time name: org/apache/cxf/transport/jms/JMSUtils.getContentEncoding:(Lorg/apache/cxf/message/Message;)Ljava/lang/String;]
JMSUtils.getContentType ( org.apache.cxf.message.Message message ) [static] : String
[run-time name: org/apache/cxf/transport/jms/JMSUtils.getContentType:(Lorg/apache/cxf/message/Message;)Ljava/lang/String;]
JMSUtils.getTimeToLive ( JMSMessageHeadersType headers ) [static] : long
[run-time name: org/apache/cxf/transport/jms/JMSUtils.getTimeToLive:(Lorg/apache/cxf/transport/jms/JMSMessageHeadersType;)J]
JMSUtils.initResponseMessageProperties ( JMSMessageHeadersType messageProperties, JMSMessageHeadersType inMessageProperties ) [static] : void
[run-time name: org/apache/cxf/transport/jms/JMSUtils.initResponseMessageProperties:(Lorg/apache/cxf/transport/jms/JMSMessageHeadersType;Lorg/apache/cxf/transport/jms/JMSMessageHeadersType;)V]
JMSUtils.populateIncomingContext ( javax.jms.Message message, org.apache.cxf.message.Message inMessage, String messageType, JMSConfiguration jmsConfig ) [static] : void
[run-time name: org/apache/cxf/transport/jms/JMSUtils.populateIncomingContext:(Ljavax/jms/Message;Lorg/apache/cxf/message/Message;Ljava/lang/String;Lorg/apache/cxf/transport/jms/JMSConfiguration;)V]
JMSUtils.retrieveAndSetPayload ( org.apache.cxf.message.Message inMessage, javax.jms.Message message, String encoding ) [static] : void
[run-time name: org/apache/cxf/transport/jms/JMSUtils.retrieveAndSetPayload:(Lorg/apache/cxf/message/Message;Ljavax/jms/Message;Ljava/lang/String;)V]
JMSUtils.setMessageProperties ( JMSMessageHeadersType headers, javax.jms.Message message ) [static] : void
[run-time name: org/apache/cxf/transport/jms/JMSUtils.setMessageProperties:(Lorg/apache/cxf/transport/jms/JMSMessageHeadersType;Ljavax/jms/Message;)V]
openejb-cxf-bundle-2.5.2.jar, JMSWSDLExtensionLoader.class
package org.apache.cxf.transport.jms.wsdl11
JMSWSDLExtensionLoader.createExtensor ( org.apache.cxf.wsdl.WSDLManager manager, Class parentType, Class elementType ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl11/JMSWSDLExtensionLoader.createExtensor:(Lorg/apache/cxf/wsdl/WSDLManager;Ljava/lang/Class;Ljava/lang/Class;)V]
JMSWSDLExtensionLoader.JMSWSDLExtensionLoader ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/transport/jms/wsdl11/JMSWSDLExtensionLoader."<init>":(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, JMXConnectorPolicyType.class
package org.apache.cxf.management
JMXConnectorPolicyType.getJMXServiceURL ( ) : String
[run-time name: org/apache/cxf/management/JMXConnectorPolicyType.getJMXServiceURL:()Ljava/lang/String;]
JMXConnectorPolicyType.isDaemon ( ) : boolean
[run-time name: org/apache/cxf/management/JMXConnectorPolicyType.isDaemon:()Z]
JMXConnectorPolicyType.isEnabled ( ) : boolean
[run-time name: org/apache/cxf/management/JMXConnectorPolicyType.isEnabled:()Z]
JMXConnectorPolicyType.isThreaded ( ) : boolean
[run-time name: org/apache/cxf/management/JMXConnectorPolicyType.isThreaded:()Z]
JMXConnectorPolicyType.JMXConnectorPolicyType ( )
[run-time name: org/apache/cxf/management/JMXConnectorPolicyType."<init>":()V]
JMXConnectorPolicyType.setDaemon ( boolean value ) : void
[run-time name: org/apache/cxf/management/JMXConnectorPolicyType.setDaemon:(Z)V]
JMXConnectorPolicyType.setEnabled ( boolean value ) : void
[run-time name: org/apache/cxf/management/JMXConnectorPolicyType.setEnabled:(Z)V]
JMXConnectorPolicyType.setJMXServiceURL ( String value ) : void
[run-time name: org/apache/cxf/management/JMXConnectorPolicyType.setJMXServiceURL:(Ljava/lang/String;)V]
JMXConnectorPolicyType.setThreaded ( boolean value ) : void
[run-time name: org/apache/cxf/management/JMXConnectorPolicyType.setThreaded:(Z)V]
openejb-cxf-bundle-2.5.2.jar, JNDIConfiguration.class
package org.apache.cxf.transport.jms
JNDIConfiguration.createJndiTemple ( ) : org.springframework.jndi.JndiTemplate
[run-time name: org/apache/cxf/transport/jms/JNDIConfiguration.createJndiTemple:()Lorg/springframework/jndi/JndiTemplate;]
JNDIConfiguration.getConnectionPassword ( ) : String
[run-time name: org/apache/cxf/transport/jms/JNDIConfiguration.getConnectionPassword:()Ljava/lang/String;]
JNDIConfiguration.getConnectionUserName ( ) : String
[run-time name: org/apache/cxf/transport/jms/JNDIConfiguration.getConnectionUserName:()Ljava/lang/String;]
JNDIConfiguration.getEnvironment ( ) : java.util.Properties
[run-time name: org/apache/cxf/transport/jms/JNDIConfiguration.getEnvironment:()Ljava/util/Properties;]
JNDIConfiguration.getJndiConnectionFactoryName ( ) : String
[run-time name: org/apache/cxf/transport/jms/JNDIConfiguration.getJndiConnectionFactoryName:()Ljava/lang/String;]
JNDIConfiguration.JNDIConfiguration ( )
[run-time name: org/apache/cxf/transport/jms/JNDIConfiguration."<init>":()V]
JNDIConfiguration.setConnectionPassword ( String connectionPassword ) : void
[run-time name: org/apache/cxf/transport/jms/JNDIConfiguration.setConnectionPassword:(Ljava/lang/String;)V]
JNDIConfiguration.setConnectionUserName ( String connectionUserName ) : void
[run-time name: org/apache/cxf/transport/jms/JNDIConfiguration.setConnectionUserName:(Ljava/lang/String;)V]
JNDIConfiguration.setEnvironment ( java.util.Properties environment ) : void
[run-time name: org/apache/cxf/transport/jms/JNDIConfiguration.setEnvironment:(Ljava/util/Properties;)V]
JNDIConfiguration.setJndiConnectionFactoryName ( String jndiConnectionFactoryName ) : void
[run-time name: org/apache/cxf/transport/jms/JNDIConfiguration.setJndiConnectionFactoryName:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JndiConnectionFactoryNameType.class
package org.apache.cxf.transport.jms.wsdl
JndiConnectionFactoryNameType.getElementType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiConnectionFactoryNameType.getElementType:()Ljavax/xml/namespace/QName;]
JndiConnectionFactoryNameType.getRequired ( ) : Boolean
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiConnectionFactoryNameType.getRequired:()Ljava/lang/Boolean;]
JndiConnectionFactoryNameType.getValue ( ) : String
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiConnectionFactoryNameType.getValue:()Ljava/lang/String;]
JndiConnectionFactoryNameType.JndiConnectionFactoryNameType ( )
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiConnectionFactoryNameType."<init>":()V]
JndiConnectionFactoryNameType.setElementType ( javax.xml.namespace.QName type ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiConnectionFactoryNameType.setElementType:(Ljavax/xml/namespace/QName;)V]
JndiConnectionFactoryNameType.setRequired ( Boolean required ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiConnectionFactoryNameType.setRequired:(Ljava/lang/Boolean;)V]
JndiConnectionFactoryNameType.setValue ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiConnectionFactoryNameType.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JndiContextParameterType.class
package org.apache.cxf.transport.jms.wsdl
JndiContextParameterType.getElementType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiContextParameterType.getElementType:()Ljavax/xml/namespace/QName;]
JndiContextParameterType.getName ( ) : String
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiContextParameterType.getName:()Ljava/lang/String;]
JndiContextParameterType.getRequired ( ) : Boolean
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiContextParameterType.getRequired:()Ljava/lang/Boolean;]
JndiContextParameterType.getValue ( ) : String
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiContextParameterType.getValue:()Ljava/lang/String;]
JndiContextParameterType.JndiContextParameterType ( )
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiContextParameterType."<init>":()V]
JndiContextParameterType.setElementType ( javax.xml.namespace.QName type ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiContextParameterType.setElementType:(Ljavax/xml/namespace/QName;)V]
JndiContextParameterType.setName ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiContextParameterType.setName:(Ljava/lang/String;)V]
JndiContextParameterType.setRequired ( Boolean required ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiContextParameterType.setRequired:(Ljava/lang/Boolean;)V]
JndiContextParameterType.setValue ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiContextParameterType.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JndiInitialContextFactoryType.class
package org.apache.cxf.transport.jms.wsdl
JndiInitialContextFactoryType.getElementType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiInitialContextFactoryType.getElementType:()Ljavax/xml/namespace/QName;]
JndiInitialContextFactoryType.getRequired ( ) : Boolean
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiInitialContextFactoryType.getRequired:()Ljava/lang/Boolean;]
JndiInitialContextFactoryType.getValue ( ) : String
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiInitialContextFactoryType.getValue:()Ljava/lang/String;]
JndiInitialContextFactoryType.JndiInitialContextFactoryType ( )
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiInitialContextFactoryType."<init>":()V]
JndiInitialContextFactoryType.setElementType ( javax.xml.namespace.QName type ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiInitialContextFactoryType.setElementType:(Ljavax/xml/namespace/QName;)V]
JndiInitialContextFactoryType.setRequired ( Boolean required ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiInitialContextFactoryType.setRequired:(Ljava/lang/Boolean;)V]
JndiInitialContextFactoryType.setValue ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiInitialContextFactoryType.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JndiNameType.class
package org.apache.cxf.jaxws.javaee
JndiNameType.JndiNameType ( )
[run-time name: org/apache/cxf/jaxws/javaee/JndiNameType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, JndiURLType.class
package org.apache.cxf.transport.jms.wsdl
JndiURLType.getElementType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiURLType.getElementType:()Ljavax/xml/namespace/QName;]
JndiURLType.getRequired ( ) : Boolean
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiURLType.getRequired:()Ljava/lang/Boolean;]
JndiURLType.getValue ( ) : String
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiURLType.getValue:()Ljava/lang/String;]
JndiURLType.JndiURLType ( )
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiURLType."<init>":()V]
JndiURLType.setElementType ( javax.xml.namespace.QName type ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiURLType.setElementType:(Ljavax/xml/namespace/QName;)V]
JndiURLType.setRequired ( Boolean required ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiURLType.setRequired:(Ljava/lang/Boolean;)V]
JndiURLType.setValue ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/JndiURLType.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JPackage.class
package org.apache.cxf.jaxb
JAXBUtils.JPackage.classes ( ) [abstract] : java.util.Iterator
[run-time name: org/apache/cxf/jaxb/JAXBUtils.JPackage.classes:()Ljava/util/Iterator;]
JAXBUtils.JPackage.name ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxb/JAXBUtils.JPackage.name:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, JRAStrategy.class
package org.apache.cxf.binding.http.strategy
JRAStrategy.JRAStrategy ( )
[run-time name: org/apache/cxf/binding/http/strategy/JRAStrategy."<init>":()V]
JRAStrategy.map ( org.apache.cxf.service.model.BindingOperationInfo bop, reflect.Method m, org.apache.cxf.binding.http.URIMapper mapper ) : boolean
[run-time name: org/apache/cxf/binding/http/strategy/JRAStrategy.map:(Lorg/apache/cxf/service/model/BindingOperationInfo;Ljava/lang/reflect/Method;Lorg/apache/cxf/binding/http/URIMapper;)Z]
openejb-cxf-bundle-2.5.2.jar, JSDOMProviderException.class
package org.apache.cxf.js.rhino
AbstractDOMProvider.JSDOMProviderException.AbstractDOMProvider.JSDOMProviderException ( String reason )
[run-time name: org/apache/cxf/js/rhino/AbstractDOMProvider.JSDOMProviderException."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JsonpInInterceptor.class
package org.apache.cxf.jaxrs.provider.jsonp
JsonpInInterceptor.getAcceptType ( ) : String
[run-time name: org/apache/cxf/jaxrs/provider/jsonp/JsonpInInterceptor.getAcceptType:()Ljava/lang/String;]
JsonpInInterceptor.getCallbackParam ( ) : String
[run-time name: org/apache/cxf/jaxrs/provider/jsonp/JsonpInInterceptor.getCallbackParam:()Ljava/lang/String;]
JsonpInInterceptor.getCallbackValue ( org.apache.cxf.message.Message message ) : String
[run-time name: org/apache/cxf/jaxrs/provider/jsonp/JsonpInInterceptor.getCallbackValue:(Lorg/apache/cxf/message/Message;)Ljava/lang/String;]
JsonpInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxrs/provider/jsonp/JsonpInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
JsonpInInterceptor.JsonpInInterceptor ( )
[run-time name: org/apache/cxf/jaxrs/provider/jsonp/JsonpInInterceptor."<init>":()V]
JsonpInInterceptor.JsonpInInterceptor ( String phase )
[run-time name: org/apache/cxf/jaxrs/provider/jsonp/JsonpInInterceptor."<init>":(Ljava/lang/String;)V]
JsonpInInterceptor.setAcceptType ( String acceptType ) : void
[run-time name: org/apache/cxf/jaxrs/provider/jsonp/JsonpInInterceptor.setAcceptType:(Ljava/lang/String;)V]
JsonpInInterceptor.setCallbackParam ( String callbackParam ) : void
[run-time name: org/apache/cxf/jaxrs/provider/jsonp/JsonpInInterceptor.setCallbackParam:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JsonpPostStreamInterceptor.class
package org.apache.cxf.jaxrs.provider.jsonp
JsonpPostStreamInterceptor.getPaddingEnd ( ) : String
[run-time name: org/apache/cxf/jaxrs/provider/jsonp/JsonpPostStreamInterceptor.getPaddingEnd:()Ljava/lang/String;]
JsonpPostStreamInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxrs/provider/jsonp/JsonpPostStreamInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
JsonpPostStreamInterceptor.JsonpPostStreamInterceptor ( )
[run-time name: org/apache/cxf/jaxrs/provider/jsonp/JsonpPostStreamInterceptor."<init>":()V]
JsonpPostStreamInterceptor.setPaddingEnd ( String paddingEnd ) : void
[run-time name: org/apache/cxf/jaxrs/provider/jsonp/JsonpPostStreamInterceptor.setPaddingEnd:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JsonpPreStreamInterceptor.class
package org.apache.cxf.jaxrs.provider.jsonp
JsonpPreStreamInterceptor.getMediaType ( ) : String
[run-time name: org/apache/cxf/jaxrs/provider/jsonp/JsonpPreStreamInterceptor.getMediaType:()Ljava/lang/String;]
JsonpPreStreamInterceptor.getPaddingEnd ( ) : String
[run-time name: org/apache/cxf/jaxrs/provider/jsonp/JsonpPreStreamInterceptor.getPaddingEnd:()Ljava/lang/String;]
JsonpPreStreamInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxrs/provider/jsonp/JsonpPreStreamInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
JsonpPreStreamInterceptor.JsonpPreStreamInterceptor ( )
[run-time name: org/apache/cxf/jaxrs/provider/jsonp/JsonpPreStreamInterceptor."<init>":()V]
JsonpPreStreamInterceptor.setContentType ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxrs/provider/jsonp/JsonpPreStreamInterceptor.setContentType:(Lorg/apache/cxf/message/Message;)V]
JsonpPreStreamInterceptor.setMediaType ( String mediaType ) : void
[run-time name: org/apache/cxf/jaxrs/provider/jsonp/JsonpPreStreamInterceptor.setMediaType:(Ljava/lang/String;)V]
JsonpPreStreamInterceptor.setPaddingEnd ( String paddingEnd ) : void
[run-time name: org/apache/cxf/jaxrs/provider/jsonp/JsonpPreStreamInterceptor.setPaddingEnd:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JSONProvider.class
package org.apache.cxf.jaxrs.provider
JSONProvider.copyReaderToWriter ( javax.xml.stream.XMLStreamReader reader, javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.copyReaderToWriter:(Ljavax/xml/stream/XMLStreamReader;Ljavax/xml/stream/XMLStreamWriter;)V]
JSONProvider.createReader ( Class type, java.io.InputStream is ) : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.createReader:(Ljava/lang/Class;Ljava/io/InputStream;)Ljavax/xml/stream/XMLStreamReader;]
JSONProvider.createReader ( Class type, java.io.InputStream is, boolean isCollection ) : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.createReader:(Ljava/lang/Class;Ljava/io/InputStream;Z)Ljavax/xml/stream/XMLStreamReader;]
JSONProvider.createWriter ( Object actualObject, Class actualClass, reflect.Type genericType, String enc, java.io.OutputStream os, boolean isCollection ) : javax.xml.stream.XMLStreamWriter
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.createWriter:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;Ljava/lang/String;Ljava/io/OutputStream;Z)Ljavax/xml/stream/XMLStreamWriter;]
JSONProvider.getInputStream ( Class cls, reflect.Type type, java.io.InputStream is ) : java.io.InputStream
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.getInputStream:(Ljava/lang/Class;Ljava/lang/reflect/Type;Ljava/io/InputStream;)Ljava/io/InputStream;]
JSONProvider.getRootName ( Class cls, reflect.Type type ) : String
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.getRootName:(Ljava/lang/Class;Ljava/lang/reflect/Type;)Ljava/lang/String;]
JSONProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.isReadable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
JSONProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.isWriteable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
JSONProvider.JSONProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider."<init>":()V]
JSONProvider.marshal ( javax.xml.bind.Marshaller ms, Object actualObject, Class actualClass, reflect.Type genericType, String enc, java.io.OutputStream os, boolean isCollection ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.marshal:(Ljavax/xml/bind/Marshaller;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;Ljava/lang/String;Ljava/io/OutputStream;Z)V]
JSONProvider.marshal ( Object actualObject, Class actualClass, reflect.Type genericType, String enc, java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.marshal:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;Ljava/lang/String;Ljava/io/OutputStream;)V]
JSONProvider.marshalCollection ( Class originalCls, Object collection, reflect.Type genericType, String encoding, java.io.OutputStream os, javax.ws.rs.core.MediaType m, annotation.Annotation[ ] anns ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.marshalCollection:(Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/reflect/Type;Ljava/lang/String;Ljava/io/OutputStream;Ljavax/ws/rs/core/MediaType;[Ljava/lang/annotation/Annotation;)V]
JSONProvider.marshalCollectionMember ( Object obj, Class cls, reflect.Type genericType, String enc, java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.marshalCollectionMember:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;Ljava/lang/String;Ljava/io/OutputStream;)V]
JSONProvider.readFrom ( Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.readFrom:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Ljava/lang/Object;]
JSONProvider.setArrayKeys ( java.util.List keys ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.setArrayKeys:(Ljava/util/List;)V]
JSONProvider.setAttributesToElements ( boolean value ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.setAttributesToElements:(Z)V]
JSONProvider.setConsumeMediaTypes ( java.util.List types ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.setConsumeMediaTypes:(Ljava/util/List;)V]
JSONProvider.setConvention ( String value ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.setConvention:(Ljava/lang/String;)V]
JSONProvider.setConvertTypesToStrings ( boolean convert ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.setConvertTypesToStrings:(Z)V]
JSONProvider.setDropCollectionWrapperElement ( boolean drop ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.setDropCollectionWrapperElement:(Z)V]
JSONProvider.setDropRootElement ( boolean drop ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.setDropRootElement:(Z)V]
JSONProvider.setEnableBuffering ( boolean enableBuf ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.setEnableBuffering:(Z)V]
JSONProvider.setIgnoreMixedContent ( boolean ignore ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.setIgnoreMixedContent:(Z)V]
JSONProvider.setIgnoreNamespaces ( boolean ignoreNamespaces ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.setIgnoreNamespaces:(Z)V]
JSONProvider.setMessageContext ( org.apache.cxf.jaxrs.ext.MessageContext mc ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.setMessageContext:(Lorg/apache/cxf/jaxrs/ext/MessageContext;)V]
JSONProvider.setNamespaceMap ( java.util.Map namespaceMap ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.setNamespaceMap:(Ljava/util/Map;)V]
JSONProvider.setProduceMediaTypes ( java.util.List types ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.setProduceMediaTypes:(Ljava/util/List;)V]
JSONProvider.setReadXsiType ( boolean readXsiType ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.setReadXsiType:(Z)V]
JSONProvider.setSchemaHandler ( org.apache.cxf.jaxrs.utils.schemas.SchemaHandler handler ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.setSchemaHandler:(Lorg/apache/cxf/jaxrs/utils/schemas/SchemaHandler;)V]
JSONProvider.setSchemas ( java.util.List locations ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.setSchemas:(Ljava/util/List;)V]
JSONProvider.setSerializeAsArray ( boolean asArray ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.setSerializeAsArray:(Z)V]
JSONProvider.setSupportUnwrapped ( boolean unwrap ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.setSupportUnwrapped:(Z)V]
JSONProvider.setTypeConverter ( org.codehaus.jettison.mapped.TypeConverter converter ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.setTypeConverter:(Lorg/codehaus/jettison/mapped/TypeConverter;)V]
JSONProvider.setWrapperMap ( java.util.Map map ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.setWrapperMap:(Ljava/util/Map;)V]
JSONProvider.setWrapperName ( String wName ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.setWrapperName:(Ljava/lang/String;)V]
JSONProvider.setWriteXsiType ( boolean writeXsiType ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.setWriteXsiType:(Z)V]
JSONProvider.writeTo ( Object obj, Class cls, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType m, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/jaxrs/provider/JSONProvider.writeTo:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, JSONUtils.class
package org.apache.cxf.jaxrs.provider
JSONUtils.createBadgerFishReader ( java.io.InputStream is ) [static] : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/jaxrs/provider/JSONUtils.createBadgerFishReader:(Ljava/io/InputStream;)Ljavax/xml/stream/XMLStreamReader;]
JSONUtils.createBadgerFishWriter ( java.io.OutputStream os ) [static] : javax.xml.stream.XMLStreamWriter
[run-time name: org/apache/cxf/jaxrs/provider/JSONUtils.createBadgerFishWriter:(Ljava/io/OutputStream;)Ljavax/xml/stream/XMLStreamWriter;]
JSONUtils.createConfiguration ( java.util.concurrent.ConcurrentHashMap namespaceMap, boolean writeXsiType, boolean attributesAsElements, org.codehaus.jettison.mapped.TypeConverter converter ) [static] : org.codehaus.jettison.mapped.Configuration
[run-time name: org/apache/cxf/jaxrs/provider/JSONUtils.createConfiguration:(Ljava/util/concurrent/ConcurrentHashMap;ZZLorg/codehaus/jettison/mapped/TypeConverter;)Lorg/codehaus/jettison/mapped/Configuration;]
JSONUtils.createIgnoreMixedContentWriterIfNeeded ( javax.xml.stream.XMLStreamWriter writer, boolean ignoreMixedContent ) [static] : javax.xml.stream.XMLStreamWriter
[run-time name: org/apache/cxf/jaxrs/provider/JSONUtils.createIgnoreMixedContentWriterIfNeeded:(Ljavax/xml/stream/XMLStreamWriter;Z)Ljavax/xml/stream/XMLStreamWriter;]
JSONUtils.createIgnoreNsWriterIfNeeded ( javax.xml.stream.XMLStreamWriter writer, boolean ignoreNamespaces ) [static] : javax.xml.stream.XMLStreamWriter
[run-time name: org/apache/cxf/jaxrs/provider/JSONUtils.createIgnoreNsWriterIfNeeded:(Ljavax/xml/stream/XMLStreamWriter;Z)Ljavax/xml/stream/XMLStreamWriter;]
JSONUtils.createStreamReader ( java.io.InputStream is, boolean readXsiType, java.util.concurrent.ConcurrentHashMap namespaceMap ) [static] : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/jaxrs/provider/JSONUtils.createStreamReader:(Ljava/io/InputStream;ZLjava/util/concurrent/ConcurrentHashMap;)Ljavax/xml/stream/XMLStreamReader;]
JSONUtils.createStreamWriter ( java.io.OutputStream os, javax.xml.namespace.QName qname, boolean writeXsiType, org.codehaus.jettison.mapped.Configuration config, boolean serializeAsArray, java.util.List arrayKeys, boolean dropRootElement ) [static] : javax.xml.stream.XMLStreamWriter
[run-time name: org/apache/cxf/jaxrs/provider/JSONUtils.createStreamWriter:(Ljava/io/OutputStream;Ljavax/xml/namespace/QName;ZLorg/codehaus/jettison/mapped/Configuration;ZLjava/util/List;Z)Ljavax/xml/stream/XMLStreamWriter;]
openejb-cxf-bundle-2.5.2.jar, Jsr250BeanPostProcessor.class
package org.apache.cxf.bus.spring
Jsr250BeanPostProcessor.getOrder ( ) : int
[run-time name: org/apache/cxf/bus/spring/Jsr250BeanPostProcessor.getOrder:()I]
Jsr250BeanPostProcessor.postProcessAfterInitialization ( Object bean, String beanId ) : Object
[run-time name: org/apache/cxf/bus/spring/Jsr250BeanPostProcessor.postProcessAfterInitialization:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;]
Jsr250BeanPostProcessor.postProcessBeforeDestruction ( Object bean, String beanId ) : void
[run-time name: org/apache/cxf/bus/spring/Jsr250BeanPostProcessor.postProcessBeforeDestruction:(Ljava/lang/Object;Ljava/lang/String;)V]
Jsr250BeanPostProcessor.postProcessBeforeInitialization ( Object bean, String beanId ) : Object
[run-time name: org/apache/cxf/bus/spring/Jsr250BeanPostProcessor.postProcessBeforeInitialization:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;]
Jsr250BeanPostProcessor.setApplicationContext ( org.springframework.context.ApplicationContext arg0 ) : void
[run-time name: org/apache/cxf/bus/spring/Jsr250BeanPostProcessor.setApplicationContext:(Lorg/springframework/context/ApplicationContext;)V]
openejb-cxf-bundle-2.5.2.jar, JsServiceFactoryBean.class
package org.apache.cxf.js.rhino
JsServiceFactoryBean.create ( ) : void
[run-time name: org/apache/cxf/js/rhino/JsServiceFactoryBean.create:()V]
JsServiceFactoryBean.getAddress ( ) : String
[run-time name: org/apache/cxf/js/rhino/JsServiceFactoryBean.getAddress:()Ljava/lang/String;]
JsServiceFactoryBean.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/js/rhino/JsServiceFactoryBean.getBus:()Lorg/apache/cxf/Bus;]
JsServiceFactoryBean.getIsBaseAddr ( ) : boolean
[run-time name: org/apache/cxf/js/rhino/JsServiceFactoryBean.getIsBaseAddr:()Z]
JsServiceFactoryBean.getJs ( ) : String
[run-time name: org/apache/cxf/js/rhino/JsServiceFactoryBean.getJs:()Ljava/lang/String;]
JsServiceFactoryBean.JsServiceFactoryBean ( )
[run-time name: org/apache/cxf/js/rhino/JsServiceFactoryBean."<init>":()V]
JsServiceFactoryBean.setAddress ( String addr ) : void
[run-time name: org/apache/cxf/js/rhino/JsServiceFactoryBean.setAddress:(Ljava/lang/String;)V]
JsServiceFactoryBean.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/js/rhino/JsServiceFactoryBean.setBus:(Lorg/apache/cxf/Bus;)V]
JsServiceFactoryBean.setIsBaseAddr ( boolean isBase ) : void
[run-time name: org/apache/cxf/js/rhino/JsServiceFactoryBean.setIsBaseAddr:(Z)V]
JsServiceFactoryBean.setJs ( String file ) : void
[run-time name: org/apache/cxf/js/rhino/JsServiceFactoryBean.setJs:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, JType.class
package org.apache.cxf.jaxb
JAXBUtils.JType.binaryName ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxb/JAXBUtils.JType.binaryName:()Ljava/lang/String;]
JAXBUtils.JType.classes ( ) [abstract] : java.util.Iterator
[run-time name: org/apache/cxf/jaxb/JAXBUtils.JType.classes:()Ljava/util/Iterator;]
JAXBUtils.JType.elementType ( ) [abstract] : JAXBUtils.JType
[run-time name: org/apache/cxf/jaxb/JAXBUtils.JType.elementType:()Lorg/apache/cxf/jaxb/JAXBUtils$JType;]
JAXBUtils.JType.fullName ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxb/JAXBUtils.JType.fullName:()Ljava/lang/String;]
JAXBUtils.JType.isArray ( ) [abstract] : boolean
[run-time name: org/apache/cxf/jaxb/JAXBUtils.JType.isArray:()Z]
JAXBUtils.JType.isPrimitive ( ) [abstract] : boolean
[run-time name: org/apache/cxf/jaxb/JAXBUtils.JType.isPrimitive:()Z]
JAXBUtils.JType.name ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxb/JAXBUtils.JType.name:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, KerberosClient.class
package org.apache.cxf.ws.security.kerberos
KerberosClient.getBeanName ( ) : String
[run-time name: org/apache/cxf/ws/security/kerberos/KerberosClient.getBeanName:()Ljava/lang/String;]
KerberosClient.getCallbackHandler ( ) : javax.security.auth.callback.CallbackHandler
[run-time name: org/apache/cxf/ws/security/kerberos/KerberosClient.getCallbackHandler:()Ljavax/security/auth/callback/CallbackHandler;]
KerberosClient.getContextName ( ) : String
[run-time name: org/apache/cxf/ws/security/kerberos/KerberosClient.getContextName:()Ljava/lang/String;]
KerberosClient.getJaasLoginModuleName ( ) : String
[run-time name: org/apache/cxf/ws/security/kerberos/KerberosClient.getJaasLoginModuleName:()Ljava/lang/String;]
KerberosClient.getServiceName ( ) : String
[run-time name: org/apache/cxf/ws/security/kerberos/KerberosClient.getServiceName:()Ljava/lang/String;]
KerberosClient.KerberosClient ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/ws/security/kerberos/KerberosClient."<init>":(Lorg/apache/cxf/Bus;)V]
KerberosClient.requestSecurityToken ( ) : org.apache.cxf.ws.security.tokenstore.SecurityToken
[run-time name: org/apache/cxf/ws/security/kerberos/KerberosClient.requestSecurityToken:()Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;]
KerberosClient.setCallbackHandler ( javax.security.auth.callback.CallbackHandler callbackHandler ) : void
[run-time name: org/apache/cxf/ws/security/kerberos/KerberosClient.setCallbackHandler:(Ljavax/security/auth/callback/CallbackHandler;)V]
KerberosClient.setContextName ( String contextName ) : void
[run-time name: org/apache/cxf/ws/security/kerberos/KerberosClient.setContextName:(Ljava/lang/String;)V]
KerberosClient.setJaasLoginModuleName ( String jaasLoginModuleName ) : void
[run-time name: org/apache/cxf/ws/security/kerberos/KerberosClient.setJaasLoginModuleName:(Ljava/lang/String;)V]
KerberosClient.setServiceName ( String serviceName ) : void
[run-time name: org/apache/cxf/ws/security/kerberos/KerberosClient.setServiceName:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, KerberosToken.class
package org.apache.cxf.ws.security.policy.model
KerberosToken.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/KerberosToken.getName:()Ljavax/xml/namespace/QName;]
KerberosToken.isGssV5ApReqToken11 ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/KerberosToken.isGssV5ApReqToken11:()Z]
KerberosToken.isRequireKeyIdentifierReference ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/KerberosToken.isRequireKeyIdentifierReference:()Z]
KerberosToken.isV5ApReqToken11 ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/KerberosToken.isV5ApReqToken11:()Z]
KerberosToken.KerberosToken ( org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/KerberosToken."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;)V]
KerberosToken.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/KerberosToken.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
KerberosToken.setGssV5ApReqToken11 ( boolean gssV5ApReqToken11 ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/KerberosToken.setGssV5ApReqToken11:(Z)V]
KerberosToken.setRequireKeyIdentifierReference ( boolean requireKeyIdentifierReference ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/KerberosToken.setRequireKeyIdentifierReference:(Z)V]
KerberosToken.setV5ApReqToken11 ( boolean v5ApReqToken11 ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/KerberosToken.setV5ApReqToken11:(Z)V]
openejb-cxf-bundle-2.5.2.jar, KerberosTokenBuilder.class
package org.apache.cxf.ws.security.policy.builders
KerberosTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/KerberosTokenBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
KerberosTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/KerberosTokenBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
KerberosTokenBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/KerberosTokenBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
KerberosTokenBuilder.KerberosTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/builders/KerberosTokenBuilder."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, KerberosTokenInterceptorProvider.class
package org.apache.cxf.ws.security.policy.interceptors
KerberosTokenInterceptorProvider.KerberosTokenInterceptorProvider ( )
[run-time name: org/apache/cxf/ws/security/policy/interceptors/KerberosTokenInterceptorProvider."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, KerberosTokenPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
KerberosTokenPolicyValidator.KerberosTokenPolicyValidator ( org.apache.cxf.message.Message message )
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/KerberosTokenPolicyValidator."<init>":(Lorg/apache/cxf/message/Message;)V]
KerberosTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.ws.security.message.token.KerberosSecurity kerberosToken ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/KerberosTokenPolicyValidator.validatePolicy:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/ws/security/message/token/KerberosSecurity;)Z]
openejb-cxf-bundle-2.5.2.jar, KerberosUtils.class
package org.apache.cxf.ws.security.kerberos
KerberosUtils.getClient ( org.apache.cxf.message.Message message, String type ) [static] : KerberosClient
[run-time name: org/apache/cxf/ws/security/kerberos/KerberosUtils.getClient:(Lorg/apache/cxf/message/Message;Ljava/lang/String;)Lorg/apache/cxf/ws/security/kerberos/KerberosClient;]
openejb-cxf-bundle-2.5.2.jar, KeyExchangeTokenOperation.class
package org.apache.cxf.ws.security.sts.provider.operation
KeyExchangeTokenOperation.keyExchangeToken ( org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType p1, javax.xml.ws.WebServiceContext p2 ) [abstract] : org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseType
[run-time name: org/apache/cxf/ws/security/sts/provider/operation/KeyExchangeTokenOperation.keyExchangeToken:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType;Ljavax/xml/ws/WebServiceContext;)Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseType;]
openejb-cxf-bundle-2.5.2.jar, KeyExchangeTokenType.class
package org.apache.cxf.ws.security.sts.provider.model
KeyExchangeTokenType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/KeyExchangeTokenType.getAny:()Ljava/util/List;]
KeyExchangeTokenType.KeyExchangeTokenType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/KeyExchangeTokenType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, KeyIdentifierType.class
package org.apache.cxf.ws.security.sts.provider.model.secext
KeyIdentifierType.getValueType ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/KeyIdentifierType.getValueType:()Ljava/lang/String;]
KeyIdentifierType.KeyIdentifierType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/KeyIdentifierType."<init>":()V]
KeyIdentifierType.setValueType ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/KeyIdentifierType.setValueType:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, KeyInfoType.class
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
KeyInfoType.getContent ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/KeyInfoType.getContent:()Ljava/util/List;]
KeyInfoType.getId ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/KeyInfoType.getId:()Ljava/lang/String;]
KeyInfoType.KeyInfoType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/KeyInfoType."<init>":()V]
KeyInfoType.setId ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/KeyInfoType.setId:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, KeyManagersType.class
package org.apache.cxf.configuration.security
KeyManagersType.getFactoryAlgorithm ( ) : String
[run-time name: org/apache/cxf/configuration/security/KeyManagersType.getFactoryAlgorithm:()Ljava/lang/String;]
KeyManagersType.getKeyPassword ( ) : String
[run-time name: org/apache/cxf/configuration/security/KeyManagersType.getKeyPassword:()Ljava/lang/String;]
KeyManagersType.getKeyStore ( ) : KeyStoreType
[run-time name: org/apache/cxf/configuration/security/KeyManagersType.getKeyStore:()Lorg/apache/cxf/configuration/security/KeyStoreType;]
KeyManagersType.getProvider ( ) : String
[run-time name: org/apache/cxf/configuration/security/KeyManagersType.getProvider:()Ljava/lang/String;]
KeyManagersType.isSetFactoryAlgorithm ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/KeyManagersType.isSetFactoryAlgorithm:()Z]
KeyManagersType.isSetKeyPassword ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/KeyManagersType.isSetKeyPassword:()Z]
KeyManagersType.isSetKeyStore ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/KeyManagersType.isSetKeyStore:()Z]
KeyManagersType.isSetProvider ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/KeyManagersType.isSetProvider:()Z]
KeyManagersType.KeyManagersType ( )
[run-time name: org/apache/cxf/configuration/security/KeyManagersType."<init>":()V]
KeyManagersType.setFactoryAlgorithm ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/KeyManagersType.setFactoryAlgorithm:(Ljava/lang/String;)V]
KeyManagersType.setKeyPassword ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/KeyManagersType.setKeyPassword:(Ljava/lang/String;)V]
KeyManagersType.setKeyStore ( KeyStoreType value ) : void
[run-time name: org/apache/cxf/configuration/security/KeyManagersType.setKeyStore:(Lorg/apache/cxf/configuration/security/KeyStoreType;)V]
KeyManagersType.setProvider ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/KeyManagersType.setProvider:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, KeyStoreType.class
package org.apache.cxf.configuration.security
KeyStoreType.getFile ( ) : String
[run-time name: org/apache/cxf/configuration/security/KeyStoreType.getFile:()Ljava/lang/String;]
KeyStoreType.getPassword ( ) : String
[run-time name: org/apache/cxf/configuration/security/KeyStoreType.getPassword:()Ljava/lang/String;]
KeyStoreType.getProvider ( ) : String
[run-time name: org/apache/cxf/configuration/security/KeyStoreType.getProvider:()Ljava/lang/String;]
KeyStoreType.getResource ( ) : String
[run-time name: org/apache/cxf/configuration/security/KeyStoreType.getResource:()Ljava/lang/String;]
KeyStoreType.getType ( ) : String
[run-time name: org/apache/cxf/configuration/security/KeyStoreType.getType:()Ljava/lang/String;]
KeyStoreType.getUrl ( ) : String
[run-time name: org/apache/cxf/configuration/security/KeyStoreType.getUrl:()Ljava/lang/String;]
KeyStoreType.isSetFile ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/KeyStoreType.isSetFile:()Z]
KeyStoreType.isSetPassword ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/KeyStoreType.isSetPassword:()Z]
KeyStoreType.isSetProvider ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/KeyStoreType.isSetProvider:()Z]
KeyStoreType.isSetResource ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/KeyStoreType.isSetResource:()Z]
KeyStoreType.isSetType ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/KeyStoreType.isSetType:()Z]
KeyStoreType.isSetUrl ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/KeyStoreType.isSetUrl:()Z]
KeyStoreType.KeyStoreType ( )
[run-time name: org/apache/cxf/configuration/security/KeyStoreType."<init>":()V]
KeyStoreType.setFile ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/KeyStoreType.setFile:(Ljava/lang/String;)V]
KeyStoreType.setPassword ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/KeyStoreType.setPassword:(Ljava/lang/String;)V]
KeyStoreType.setProvider ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/KeyStoreType.setProvider:(Ljava/lang/String;)V]
KeyStoreType.setResource ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/KeyStoreType.setResource:(Ljava/lang/String;)V]
KeyStoreType.setType ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/KeyStoreType.setType:(Ljava/lang/String;)V]
KeyStoreType.setUrl ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/KeyStoreType.setUrl:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, KeyValueToken.class
package org.apache.cxf.ws.security.policy.model
KeyValueToken.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/KeyValueToken.getName:()Ljavax/xml/namespace/QName;]
KeyValueToken.isForceRsaKeyValue ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/KeyValueToken.isForceRsaKeyValue:()Z]
KeyValueToken.KeyValueToken ( org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/KeyValueToken."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;)V]
KeyValueToken.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/KeyValueToken.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
KeyValueToken.setForceRsaKeyValue ( boolean b ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/KeyValueToken.setForceRsaKeyValue:(Z)V]
openejb-cxf-bundle-2.5.2.jar, KeyValueTokenBuilder.class
package org.apache.cxf.ws.security.policy.builders
KeyValueTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/KeyValueTokenBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
KeyValueTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/KeyValueTokenBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
KeyValueTokenBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/KeyValueTokenBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
KeyValueTokenBuilder.KeyValueTokenBuilder ( )
[run-time name: org/apache/cxf/ws/security/policy/builders/KeyValueTokenBuilder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, KeyValueType.class
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
KeyValueType.getContent ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/KeyValueType.getContent:()Ljava/util/List;]
KeyValueType.KeyValueType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/KeyValueType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, LastMessage.class
package org.apache.cxf.ws.rm.v200502
SequenceType.LastMessage.SequenceType.LastMessage ( )
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceType.LastMessage."<init>":()V]
package org.apache.cxf.ws.rm.v200502wsa15
SequenceType.LastMessage.SequenceType.LastMessage ( )
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceType.LastMessage."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, Layout.class
package org.apache.cxf.ws.security.policy
SPConstants.Layout.valueOf ( String name ) [static] : SPConstants.Layout
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.Layout.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/ws/security/policy/SPConstants$Layout;]
SPConstants.Layout.values ( ) [static] : SPConstants.Layout[ ]
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.Layout.values:()[Lorg/apache/cxf/ws/security/policy/SPConstants$Layout;]
package org.apache.cxf.ws.security.policy.model
Layout.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/Layout.getName:()Ljavax/xml/namespace/QName;]
Layout.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/Layout.getRealName:()Ljavax/xml/namespace/QName;]
Layout.getValue ( ) : org.apache.cxf.ws.security.policy.SPConstants.Layout
[run-time name: org/apache/cxf/ws/security/policy/model/Layout.getValue:()Lorg/apache/cxf/ws/security/policy/SPConstants$Layout;]
Layout.Layout ( org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/Layout."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;)V]
Layout.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Layout.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
Layout.setValue ( org.apache.cxf.ws.security.policy.SPConstants.Layout value ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Layout.setValue:(Lorg/apache/cxf/ws/security/policy/SPConstants$Layout;)V]
openejb-cxf-bundle-2.5.2.jar, LayoutBuilder.class
package org.apache.cxf.ws.security.policy.builders
LayoutBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/LayoutBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
LayoutBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/LayoutBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
LayoutBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/LayoutBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
LayoutBuilder.LayoutBuilder ( )
[run-time name: org/apache/cxf/ws/security/policy/builders/LayoutBuilder."<init>":()V]
LayoutBuilder.processAlternative ( org.w3c.dom.Element element, org.apache.cxf.ws.security.policy.model.Layout parent, org.apache.cxf.ws.security.policy.SPConstants consts ) : void
[run-time name: org/apache/cxf/ws/security/policy/builders/LayoutBuilder.processAlternative:(Lorg/w3c/dom/Element;Lorg/apache/cxf/ws/security/policy/model/Layout;Lorg/apache/cxf/ws/security/policy/SPConstants;)V]
openejb-cxf-bundle-2.5.2.jar, LazyAttachmentCollection.class
package org.apache.cxf.attachment
LazyAttachmentCollection.add ( Object x0 ) : boolean
[run-time name: org/apache/cxf/attachment/LazyAttachmentCollection.add:(Ljava/lang/Object;)Z]
LazyAttachmentCollection.add ( org.apache.cxf.message.Attachment arg0 ) : boolean
[run-time name: org/apache/cxf/attachment/LazyAttachmentCollection.add:(Lorg/apache/cxf/message/Attachment;)Z]
LazyAttachmentCollection.addAll ( java.util.Collection arg0 ) : boolean
[run-time name: org/apache/cxf/attachment/LazyAttachmentCollection.addAll:(Ljava/util/Collection;)Z]
LazyAttachmentCollection.clear ( ) : void
[run-time name: org/apache/cxf/attachment/LazyAttachmentCollection.clear:()V]
LazyAttachmentCollection.contains ( Object arg0 ) : boolean
[run-time name: org/apache/cxf/attachment/LazyAttachmentCollection.contains:(Ljava/lang/Object;)Z]
LazyAttachmentCollection.containsAll ( java.util.Collection arg0 ) : boolean
[run-time name: org/apache/cxf/attachment/LazyAttachmentCollection.containsAll:(Ljava/util/Collection;)Z]
LazyAttachmentCollection.createDataHandlerMap ( ) : java.util.Map
[run-time name: org/apache/cxf/attachment/LazyAttachmentCollection.createDataHandlerMap:()Ljava/util/Map;]
LazyAttachmentCollection.getLoadedAttachments ( ) : java.util.List
[run-time name: org/apache/cxf/attachment/LazyAttachmentCollection.getLoadedAttachments:()Ljava/util/List;]
LazyAttachmentCollection.hasNext ( ) : boolean
[run-time name: org/apache/cxf/attachment/LazyAttachmentCollection.hasNext:()Z]
LazyAttachmentCollection.hasNext ( boolean shouldLoadNew ) : boolean
[run-time name: org/apache/cxf/attachment/LazyAttachmentCollection.hasNext:(Z)Z]
LazyAttachmentCollection.isEmpty ( ) : boolean
[run-time name: org/apache/cxf/attachment/LazyAttachmentCollection.isEmpty:()Z]
LazyAttachmentCollection.iterator ( ) : java.util.Iterator
[run-time name: org/apache/cxf/attachment/LazyAttachmentCollection.iterator:()Ljava/util/Iterator;]
LazyAttachmentCollection.LazyAttachmentCollection ( AttachmentDeserializer deserializer )
[run-time name: org/apache/cxf/attachment/LazyAttachmentCollection."<init>":(Lorg/apache/cxf/attachment/AttachmentDeserializer;)V]
LazyAttachmentCollection.remove ( Object arg0 ) : boolean
[run-time name: org/apache/cxf/attachment/LazyAttachmentCollection.remove:(Ljava/lang/Object;)Z]
LazyAttachmentCollection.removeAll ( java.util.Collection arg0 ) : boolean
[run-time name: org/apache/cxf/attachment/LazyAttachmentCollection.removeAll:(Ljava/util/Collection;)Z]
LazyAttachmentCollection.retainAll ( java.util.Collection arg0 ) : boolean
[run-time name: org/apache/cxf/attachment/LazyAttachmentCollection.retainAll:(Ljava/util/Collection;)Z]
LazyAttachmentCollection.size ( ) : int
[run-time name: org/apache/cxf/attachment/LazyAttachmentCollection.size:()I]
LazyAttachmentCollection.toArray ( ) : Object[ ]
[run-time name: org/apache/cxf/attachment/LazyAttachmentCollection.toArray:()[Ljava/lang/Object;]
LazyAttachmentCollection.toArray ( Object[ ] arg0 ) : Object[ ]
[run-time name: org/apache/cxf/attachment/LazyAttachmentCollection.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, LazyDataSource.class
package org.apache.cxf.attachment
LazyDataSource.getContentType ( ) : String
[run-time name: org/apache/cxf/attachment/LazyDataSource.getContentType:()Ljava/lang/String;]
LazyDataSource.getDataSource ( ) : javax.activation.DataSource
[run-time name: org/apache/cxf/attachment/LazyDataSource.getDataSource:()Ljavax/activation/DataSource;]
LazyDataSource.getInputStream ( ) : java.io.InputStream
[run-time name: org/apache/cxf/attachment/LazyDataSource.getInputStream:()Ljava/io/InputStream;]
LazyDataSource.getName ( ) : String
[run-time name: org/apache/cxf/attachment/LazyDataSource.getName:()Ljava/lang/String;]
LazyDataSource.getOutputStream ( ) : java.io.OutputStream
[run-time name: org/apache/cxf/attachment/LazyDataSource.getOutputStream:()Ljava/io/OutputStream;]
LazyDataSource.LazyDataSource ( String id, java.util.Collection attachments )
[run-time name: org/apache/cxf/attachment/LazyDataSource."<init>":(Ljava/lang/String;Ljava/util/Collection;)V]
LazyDataSource.setDataSource ( javax.activation.DataSource dataSource ) : void
[run-time name: org/apache/cxf/attachment/LazyDataSource.setDataSource:(Ljavax/activation/DataSource;)V]
openejb-cxf-bundle-2.5.2.jar, LifecycleCallbackType.class
package org.apache.cxf.jaxws.javaee
LifecycleCallbackType.getLifecycleCallbackClass ( ) : FullyQualifiedClassType
[run-time name: org/apache/cxf/jaxws/javaee/LifecycleCallbackType.getLifecycleCallbackClass:()Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;]
LifecycleCallbackType.getLifecycleCallbackMethod ( ) : JavaIdentifierType
[run-time name: org/apache/cxf/jaxws/javaee/LifecycleCallbackType.getLifecycleCallbackMethod:()Lorg/apache/cxf/jaxws/javaee/JavaIdentifierType;]
LifecycleCallbackType.LifecycleCallbackType ( )
[run-time name: org/apache/cxf/jaxws/javaee/LifecycleCallbackType."<init>":()V]
LifecycleCallbackType.setLifecycleCallbackClass ( FullyQualifiedClassType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/LifecycleCallbackType.setLifecycleCallbackClass:(Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;)V]
LifecycleCallbackType.setLifecycleCallbackMethod ( JavaIdentifierType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/LifecycleCallbackType.setLifecycleCallbackMethod:(Lorg/apache/cxf/jaxws/javaee/JavaIdentifierType;)V]
openejb-cxf-bundle-2.5.2.jar, LifetimeType.class
package org.apache.cxf.ws.security.sts.provider.model
LifetimeType.getCreated ( ) : utility.AttributedDateTime
[run-time name: org/apache/cxf/ws/security/sts/provider/model/LifetimeType.getCreated:()Lorg/apache/cxf/ws/security/sts/provider/model/utility/AttributedDateTime;]
LifetimeType.getExpires ( ) : utility.AttributedDateTime
[run-time name: org/apache/cxf/ws/security/sts/provider/model/LifetimeType.getExpires:()Lorg/apache/cxf/ws/security/sts/provider/model/utility/AttributedDateTime;]
LifetimeType.LifetimeType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/LifetimeType."<init>":()V]
LifetimeType.setCreated ( utility.AttributedDateTime value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/LifetimeType.setCreated:(Lorg/apache/cxf/ws/security/sts/provider/model/utility/AttributedDateTime;)V]
LifetimeType.setExpires ( utility.AttributedDateTime value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/LifetimeType.setExpires:(Lorg/apache/cxf/ws/security/sts/provider/model/utility/AttributedDateTime;)V]
openejb-cxf-bundle-2.5.2.jar, ListenerType.class
package org.apache.cxf.jaxws.javaee
ListenerType.getDescription ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ListenerType.getDescription:()Ljava/util/List;]
ListenerType.getDisplayName ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ListenerType.getDisplayName:()Ljava/util/List;]
ListenerType.getIcon ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ListenerType.getIcon:()Ljava/util/List;]
ListenerType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/ListenerType.getId:()Ljava/lang/String;]
ListenerType.getListenerClass ( ) : FullyQualifiedClassType
[run-time name: org/apache/cxf/jaxws/javaee/ListenerType.getListenerClass:()Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;]
ListenerType.ListenerType ( )
[run-time name: org/apache/cxf/jaxws/javaee/ListenerType."<init>":()V]
ListenerType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ListenerType.setId:(Ljava/lang/String;)V]
ListenerType.setListenerClass ( FullyQualifiedClassType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ListenerType.setListenerClass:(Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;)V]
openejb-cxf-bundle-2.5.2.jar, LoadDistributorBeanDefinitionParser.class
package org.apache.cxf.clustering.spring
LoadDistributorBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element element ) : Class
[run-time name: org/apache/cxf/clustering/spring/LoadDistributorBeanDefinitionParser.getBeanClass:(Lorg/w3c/dom/Element;)Ljava/lang/Class;]
LoadDistributorBeanDefinitionParser.LoadDistributorBeanDefinitionParser ( )
[run-time name: org/apache/cxf/clustering/spring/LoadDistributorBeanDefinitionParser."<init>":()V]
LoadDistributorBeanDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name ) : void
[run-time name: org/apache/cxf/clustering/spring/LoadDistributorBeanDefinitionParser.mapElement:(Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, LoadDistributorFeature.class
package org.apache.cxf.clustering
LoadDistributorFeature.getTargetSelector ( ) : FailoverTargetSelector
[run-time name: org/apache/cxf/clustering/LoadDistributorFeature.getTargetSelector:()Lorg/apache/cxf/clustering/FailoverTargetSelector;]
LoadDistributorFeature.LoadDistributorFeature ( )
[run-time name: org/apache/cxf/clustering/LoadDistributorFeature."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, LoadDistributorTargetSelector.class
package org.apache.cxf.clustering
LoadDistributorTargetSelector.getFailoverTarget ( org.apache.cxf.message.Exchange exchange, FailoverTargetSelector.InvocationContext invocation ) : org.apache.cxf.endpoint.Endpoint
[run-time name: org/apache/cxf/clustering/LoadDistributorTargetSelector.getFailoverTarget:(Lorg/apache/cxf/message/Exchange;Lorg/apache/cxf/clustering/FailoverTargetSelector$InvocationContext;)Lorg/apache/cxf/endpoint/Endpoint;]
LoadDistributorTargetSelector.getLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/cxf/clustering/LoadDistributorTargetSelector.getLogger:()Ljava/util/logging/Logger;]
LoadDistributorTargetSelector.isFailover ( ) : boolean
[run-time name: org/apache/cxf/clustering/LoadDistributorTargetSelector.isFailover:()Z]
LoadDistributorTargetSelector.LoadDistributorTargetSelector ( )
[run-time name: org/apache/cxf/clustering/LoadDistributorTargetSelector."<init>":()V]
LoadDistributorTargetSelector.LoadDistributorTargetSelector ( org.apache.cxf.transport.Conduit c )
[run-time name: org/apache/cxf/clustering/LoadDistributorTargetSelector."<init>":(Lorg/apache/cxf/transport/Conduit;)V]
LoadDistributorTargetSelector.requiresFailover ( org.apache.cxf.message.Exchange exchange ) : boolean
[run-time name: org/apache/cxf/clustering/LoadDistributorTargetSelector.requiresFailover:(Lorg/apache/cxf/message/Exchange;)Z]
LoadDistributorTargetSelector.selectConduit ( org.apache.cxf.message.Message message ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/clustering/LoadDistributorTargetSelector.selectConduit:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/transport/Conduit;]
LoadDistributorTargetSelector.setFailover ( boolean failover ) : void
[run-time name: org/apache/cxf/clustering/LoadDistributorTargetSelector.setFailover:(Z)V]
openejb-cxf-bundle-2.5.2.jar, LoadingByteArrayOutputStream.class
package org.apache.cxf.helpers
LoadingByteArrayOutputStream.createInputStream ( ) : java.io.ByteArrayInputStream
[run-time name: org/apache/cxf/helpers/LoadingByteArrayOutputStream.createInputStream:()Ljava/io/ByteArrayInputStream;]
LoadingByteArrayOutputStream.getRawBytes ( ) : byte[ ]
[run-time name: org/apache/cxf/helpers/LoadingByteArrayOutputStream.getRawBytes:()[B]
LoadingByteArrayOutputStream.LoadingByteArrayOutputStream ( )
[run-time name: org/apache/cxf/helpers/LoadingByteArrayOutputStream."<init>":()V]
LoadingByteArrayOutputStream.LoadingByteArrayOutputStream ( int i )
[run-time name: org/apache/cxf/helpers/LoadingByteArrayOutputStream."<init>":(I)V]
LoadingByteArrayOutputStream.toByteArray ( ) : byte[ ]
[run-time name: org/apache/cxf/helpers/LoadingByteArrayOutputStream.toByteArray:()[B]
openejb-cxf-bundle-2.5.2.jar, LocalClientState.class
package org.apache.cxf.jaxrs.client
LocalClientState.getBaseURI ( ) : java.net.URI
[run-time name: org/apache/cxf/jaxrs/client/LocalClientState.getBaseURI:()Ljava/net/URI;]
LocalClientState.getCurrentBuilder ( ) : javax.ws.rs.core.UriBuilder
[run-time name: org/apache/cxf/jaxrs/client/LocalClientState.getCurrentBuilder:()Ljavax/ws/rs/core/UriBuilder;]
LocalClientState.getRequestHeaders ( ) : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/cxf/jaxrs/client/LocalClientState.getRequestHeaders:()Ljavax/ws/rs/core/MultivaluedMap;]
LocalClientState.getResponseBuilder ( ) : javax.ws.rs.core.Response.ResponseBuilder
[run-time name: org/apache/cxf/jaxrs/client/LocalClientState.getResponseBuilder:()Ljavax/ws/rs/core/Response$ResponseBuilder;]
LocalClientState.getTemplates ( ) : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/cxf/jaxrs/client/LocalClientState.getTemplates:()Ljavax/ws/rs/core/MultivaluedMap;]
LocalClientState.LocalClientState ( )
[run-time name: org/apache/cxf/jaxrs/client/LocalClientState."<init>":()V]
LocalClientState.LocalClientState ( java.net.URI baseURI )
[run-time name: org/apache/cxf/jaxrs/client/LocalClientState."<init>":(Ljava/net/URI;)V]
LocalClientState.LocalClientState ( LocalClientState cs )
[run-time name: org/apache/cxf/jaxrs/client/LocalClientState."<init>":(Lorg/apache/cxf/jaxrs/client/LocalClientState;)V]
LocalClientState.newState ( java.net.URI newBaseURI, javax.ws.rs.core.MultivaluedMap headers, javax.ws.rs.core.MultivaluedMap templatesMap ) : ClientState
[run-time name: org/apache/cxf/jaxrs/client/LocalClientState.newState:(Ljava/net/URI;Ljavax/ws/rs/core/MultivaluedMap;Ljavax/ws/rs/core/MultivaluedMap;)Lorg/apache/cxf/jaxrs/client/ClientState;]
LocalClientState.reset ( ) : void
[run-time name: org/apache/cxf/jaxrs/client/LocalClientState.reset:()V]
LocalClientState.setBaseURI ( java.net.URI baseURI ) : void
[run-time name: org/apache/cxf/jaxrs/client/LocalClientState.setBaseURI:(Ljava/net/URI;)V]
LocalClientState.setCurrentBuilder ( javax.ws.rs.core.UriBuilder currentBuilder ) : void
[run-time name: org/apache/cxf/jaxrs/client/LocalClientState.setCurrentBuilder:(Ljavax/ws/rs/core/UriBuilder;)V]
LocalClientState.setRequestHeaders ( javax.ws.rs.core.MultivaluedMap requestHeaders ) : void
[run-time name: org/apache/cxf/jaxrs/client/LocalClientState.setRequestHeaders:(Ljavax/ws/rs/core/MultivaluedMap;)V]
LocalClientState.setResponseBuilder ( javax.ws.rs.core.Response.ResponseBuilder responseBuilder ) : void
[run-time name: org/apache/cxf/jaxrs/client/LocalClientState.setResponseBuilder:(Ljavax/ws/rs/core/Response$ResponseBuilder;)V]
LocalClientState.setTemplates ( javax.ws.rs.core.MultivaluedMap map ) : void
[run-time name: org/apache/cxf/jaxrs/client/LocalClientState.setTemplates:(Ljavax/ws/rs/core/MultivaluedMap;)V]
openejb-cxf-bundle-2.5.2.jar, LocalConduit.class
package org.apache.cxf.transport.local
LocalConduit.close ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/transport/local/LocalConduit.close:(Lorg/apache/cxf/message/Message;)V]
LocalConduit.getLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/cxf/transport/local/LocalConduit.getLogger:()Ljava/util/logging/Logger;]
LocalConduit.LocalConduit ( LocalTransportFactory transportFactory, LocalDestination destination )
[run-time name: org/apache/cxf/transport/local/LocalConduit."<init>":(Lorg/apache/cxf/transport/local/LocalTransportFactory;Lorg/apache/cxf/transport/local/LocalDestination;)V]
LocalConduit.prepare ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/transport/local/LocalConduit.prepare:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, LocalDestination.class
package org.apache.cxf.transport.local
LocalDestination.getInbuiltBackChannel ( org.apache.cxf.message.Message inMessage ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/transport/local/LocalDestination.getInbuiltBackChannel:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/transport/Conduit;]
LocalDestination.getLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/cxf/transport/local/LocalDestination.getLogger:()Ljava/util/logging/Logger;]
LocalDestination.LocalDestination ( LocalTransportFactory localDestinationFactory, org.apache.cxf.ws.addressing.EndpointReferenceType epr, org.apache.cxf.service.model.EndpointInfo ei )
[run-time name: org/apache/cxf/transport/local/LocalDestination."<init>":(Lorg/apache/cxf/transport/local/LocalTransportFactory;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/service/model/EndpointInfo;)V]
LocalDestination.shutdown ( ) : void
[run-time name: org/apache/cxf/transport/local/LocalDestination.shutdown:()V]
openejb-cxf-bundle-2.5.2.jar, LocalDocumentReferenceResolver.class
package org.apache.cxf.ws.policy.attachment.reference
LocalDocumentReferenceResolver.LocalDocumentReferenceResolver ( org.w3c.dom.Document di, org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/policy/attachment/reference/LocalDocumentReferenceResolver."<init>":(Lorg/w3c/dom/Document;Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
LocalDocumentReferenceResolver.resolveReference ( String uri ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/attachment/reference/LocalDocumentReferenceResolver.resolveReference:(Ljava/lang/String;)Lorg/apache/neethi/Policy;]
LocalDocumentReferenceResolver.resolveReference ( String uri, org.w3c.dom.Element el ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/attachment/reference/LocalDocumentReferenceResolver.resolveReference:(Ljava/lang/String;Lorg/w3c/dom/Element;)Lorg/apache/neethi/Policy;]
openejb-cxf-bundle-2.5.2.jar, LocalHomeType.class
package org.apache.cxf.jaxws.javaee
LocalHomeType.LocalHomeType ( )
[run-time name: org/apache/cxf/jaxws/javaee/LocalHomeType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, LocalServerListener.class
package org.apache.cxf.binding.object
LocalServerListener.getConfiguration ( ) : ObjectBindingConfiguration
[run-time name: org/apache/cxf/binding/object/LocalServerListener.getConfiguration:()Lorg/apache/cxf/binding/object/ObjectBindingConfiguration;]
LocalServerListener.getDestinationFactory ( ) : org.apache.cxf.transport.DestinationFactory
[run-time name: org/apache/cxf/binding/object/LocalServerListener.getDestinationFactory:()Lorg/apache/cxf/transport/DestinationFactory;]
LocalServerListener.LocalServerListener ( org.apache.cxf.Bus bus, org.apache.cxf.binding.BindingFactory bindingFactory )
[run-time name: org/apache/cxf/binding/object/LocalServerListener."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/binding/BindingFactory;)V]
LocalServerListener.setConfiguration ( ObjectBindingConfiguration configuration ) : void
[run-time name: org/apache/cxf/binding/object/LocalServerListener.setConfiguration:(Lorg/apache/cxf/binding/object/ObjectBindingConfiguration;)V]
LocalServerListener.startServer ( org.apache.cxf.endpoint.Server server ) : void
[run-time name: org/apache/cxf/binding/object/LocalServerListener.startServer:(Lorg/apache/cxf/endpoint/Server;)V]
LocalServerListener.stopServer ( org.apache.cxf.endpoint.Server server ) : void
[run-time name: org/apache/cxf/binding/object/LocalServerListener.stopServer:(Lorg/apache/cxf/endpoint/Server;)V]
openejb-cxf-bundle-2.5.2.jar, LocalServiceModelReferenceResolver.class
package org.apache.cxf.ws.policy.attachment.reference
LocalServiceModelReferenceResolver.LocalServiceModelReferenceResolver ( org.apache.cxf.service.model.DescriptionInfo d, org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/policy/attachment/reference/LocalServiceModelReferenceResolver."<init>":(Lorg/apache/cxf/service/model/DescriptionInfo;Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
LocalServiceModelReferenceResolver.resolveReference ( String uri ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/attachment/reference/LocalServiceModelReferenceResolver.resolveReference:(Ljava/lang/String;)Lorg/apache/neethi/Policy;]
openejb-cxf-bundle-2.5.2.jar, LocalTransportFactory.class
package org.apache.cxf.transport.local
LocalTransportFactory.copy ( org.apache.cxf.message.Message message, org.apache.cxf.message.Message copy ) : void
[run-time name: org/apache/cxf/transport/local/LocalTransportFactory.copy:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/message/Message;)V]
LocalTransportFactory.getConduit ( org.apache.cxf.service.model.EndpointInfo ei ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/transport/local/LocalTransportFactory.getConduit:(Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/cxf/transport/Conduit;]
LocalTransportFactory.getConduit ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType target ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/transport/local/LocalTransportFactory.getConduit:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/transport/Conduit;]
LocalTransportFactory.getDestination ( org.apache.cxf.service.model.EndpointInfo ei ) : org.apache.cxf.transport.Destination
[run-time name: org/apache/cxf/transport/local/LocalTransportFactory.getDestination:(Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/cxf/transport/Destination;]
LocalTransportFactory.getDestination ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType reference ) : org.apache.cxf.transport.Destination
[run-time name: org/apache/cxf/transport/local/LocalTransportFactory.getDestination:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/transport/Destination;]
LocalTransportFactory.getExecutor ( ) : java.util.concurrent.Executor
[run-time name: org/apache/cxf/transport/local/LocalTransportFactory.getExecutor:()Ljava/util/concurrent/Executor;]
LocalTransportFactory.getIncludeMessageProperties ( ) : java.util.Set
[run-time name: org/apache/cxf/transport/local/LocalTransportFactory.getIncludeMessageProperties:()Ljava/util/Set;]
LocalTransportFactory.getMessageFilterProperties ( ) : java.util.Set
[run-time name: org/apache/cxf/transport/local/LocalTransportFactory.getMessageFilterProperties:()Ljava/util/Set;]
LocalTransportFactory.getUriPrefixes ( ) : java.util.Set
[run-time name: org/apache/cxf/transport/local/LocalTransportFactory.getUriPrefixes:()Ljava/util/Set;]
LocalTransportFactory.LocalTransportFactory ( )
[run-time name: org/apache/cxf/transport/local/LocalTransportFactory."<init>":()V]
LocalTransportFactory.LocalTransportFactory ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/transport/local/LocalTransportFactory."<init>":(Lorg/apache/cxf/Bus;)V]
LocalTransportFactory.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/transport/local/LocalTransportFactory.setBus:(Lorg/apache/cxf/Bus;)V]
LocalTransportFactory.setExecutor ( java.util.concurrent.Executor executor ) : void
[run-time name: org/apache/cxf/transport/local/LocalTransportFactory.setExecutor:(Ljava/util/concurrent/Executor;)V]
LocalTransportFactory.setMessageFilterProperties ( java.util.Set props ) : void
[run-time name: org/apache/cxf/transport/local/LocalTransportFactory.setMessageFilterProperties:(Ljava/util/Set;)V]
LocalTransportFactory.setMessageIncludeProperties ( java.util.Set props ) : void
[run-time name: org/apache/cxf/transport/local/LocalTransportFactory.setMessageIncludeProperties:(Ljava/util/Set;)V]
LocalTransportFactory.setUriPrefixes ( java.util.Set s ) : void
[run-time name: org/apache/cxf/transport/local/LocalTransportFactory.setUriPrefixes:(Ljava/util/Set;)V]
openejb-cxf-bundle-2.5.2.jar, LocalType.class
package org.apache.cxf.jaxws.javaee
LocalType.LocalType ( )
[run-time name: org/apache/cxf/jaxws/javaee/LocalType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, LocationFilterReader.class
package org.apache.cxf.endpoint.dynamic
DynamicClientFactory.LocationFilterReader.getAttributeCount ( ) : int
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.LocationFilterReader.getAttributeCount:()I]
DynamicClientFactory.LocationFilterReader.getAttributeLocalName ( int index ) : String
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.LocationFilterReader.getAttributeLocalName:(I)Ljava/lang/String;]
DynamicClientFactory.LocationFilterReader.getAttributeName ( int index ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.LocationFilterReader.getAttributeName:(I)Ljavax/xml/namespace/QName;]
DynamicClientFactory.LocationFilterReader.getAttributeNamespace ( int index ) : String
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.LocationFilterReader.getAttributeNamespace:(I)Ljava/lang/String;]
DynamicClientFactory.LocationFilterReader.getAttributePrefix ( int index ) : String
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.LocationFilterReader.getAttributePrefix:(I)Ljava/lang/String;]
DynamicClientFactory.LocationFilterReader.getAttributeType ( int index ) : String
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.LocationFilterReader.getAttributeType:(I)Ljava/lang/String;]
DynamicClientFactory.LocationFilterReader.getAttributeValue ( int index ) : String
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.LocationFilterReader.getAttributeValue:(I)Ljava/lang/String;]
DynamicClientFactory.LocationFilterReader.getAttributeValue ( String namespaceURI, String localName ) : String
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.LocationFilterReader.getAttributeValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
DynamicClientFactory.LocationFilterReader.isAttributeSpecified ( int index ) : boolean
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.LocationFilterReader.isAttributeSpecified:(I)Z]
DynamicClientFactory.LocationFilterReader.next ( ) : int
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.LocationFilterReader.next:()I]
DynamicClientFactory.LocationFilterReader.nextTag ( ) : int
[run-time name: org/apache/cxf/endpoint/dynamic/DynamicClientFactory.LocationFilterReader.nextTag:()I]
package org.apache.cxf.tools.wsdlto.databinding.jaxb
JAXBDataBinding.LocationFilterReader.getAttributeCount ( ) : int
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBDataBinding.LocationFilterReader.getAttributeCount:()I]
JAXBDataBinding.LocationFilterReader.getAttributeLocalName ( int index ) : String
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBDataBinding.LocationFilterReader.getAttributeLocalName:(I)Ljava/lang/String;]
JAXBDataBinding.LocationFilterReader.getAttributeName ( int index ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBDataBinding.LocationFilterReader.getAttributeName:(I)Ljavax/xml/namespace/QName;]
JAXBDataBinding.LocationFilterReader.getAttributeNamespace ( int index ) : String
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBDataBinding.LocationFilterReader.getAttributeNamespace:(I)Ljava/lang/String;]
JAXBDataBinding.LocationFilterReader.getAttributePrefix ( int index ) : String
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBDataBinding.LocationFilterReader.getAttributePrefix:(I)Ljava/lang/String;]
JAXBDataBinding.LocationFilterReader.getAttributeType ( int index ) : String
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBDataBinding.LocationFilterReader.getAttributeType:(I)Ljava/lang/String;]
JAXBDataBinding.LocationFilterReader.getAttributeValue ( int index ) : String
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBDataBinding.LocationFilterReader.getAttributeValue:(I)Ljava/lang/String;]
JAXBDataBinding.LocationFilterReader.getAttributeValue ( String namespaceURI, String localName ) : String
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBDataBinding.LocationFilterReader.getAttributeValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
JAXBDataBinding.LocationFilterReader.isAttributeSpecified ( int index ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBDataBinding.LocationFilterReader.isAttributeSpecified:(I)Z]
JAXBDataBinding.LocationFilterReader.next ( ) : int
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBDataBinding.LocationFilterReader.next:()I]
JAXBDataBinding.LocationFilterReader.nextTag ( ) : int
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/JAXBDataBinding.LocationFilterReader.nextTag:()I]
openejb-cxf-bundle-2.5.2.jar, Log4jLogger.class
package org.apache.cxf.common.logging
Log4jLogger.addHandler ( java.util.logging.Handler handler ) : void
[run-time name: org/apache/cxf/common/logging/Log4jLogger.addHandler:(Ljava/util/logging/Handler;)V]
Log4jLogger.getHandlers ( ) : java.util.logging.Handler[ ]
[run-time name: org/apache/cxf/common/logging/Log4jLogger.getHandlers:()[Ljava/util/logging/Handler;]
Log4jLogger.getLevel ( ) : java.util.logging.Level
[run-time name: org/apache/cxf/common/logging/Log4jLogger.getLevel:()Ljava/util/logging/Level;]
Log4jLogger.internalLogFormatted ( String msg, java.util.logging.LogRecord record ) : void
[run-time name: org/apache/cxf/common/logging/Log4jLogger.internalLogFormatted:(Ljava/lang/String;Ljava/util/logging/LogRecord;)V]
Log4jLogger.Log4jLogger ( String name, String resourceBundleName )
[run-time name: org/apache/cxf/common/logging/Log4jLogger."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
Log4jLogger.removeHandler ( java.util.logging.Handler handler ) : void
[run-time name: org/apache/cxf/common/logging/Log4jLogger.removeHandler:(Ljava/util/logging/Handler;)V]
Log4jLogger.setLevel ( java.util.logging.Level newLevel ) : void
[run-time name: org/apache/cxf/common/logging/Log4jLogger.setLevel:(Ljava/util/logging/Level;)V]
openejb-cxf-bundle-2.5.2.jar, Logging.class
package org.apache.cxf.annotations
Logging.inLocation ( ) [abstract] : String
[run-time name: org/apache/cxf/annotations/Logging.inLocation:()Ljava/lang/String;]
Logging.limit ( ) [abstract] : int
[run-time name: org/apache/cxf/annotations/Logging.limit:()I]
Logging.outLocation ( ) [abstract] : String
[run-time name: org/apache/cxf/annotations/Logging.outLocation:()Ljava/lang/String;]
Logging.pretty ( ) [abstract] : boolean
[run-time name: org/apache/cxf/annotations/Logging.pretty:()Z]
openejb-cxf-bundle-2.5.2.jar, LoggingFeature.class
package org.apache.cxf.feature
LoggingFeature.getLimit ( ) : int
[run-time name: org/apache/cxf/feature/LoggingFeature.getLimit:()I]
LoggingFeature.initializeProvider ( org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/feature/LoggingFeature.initializeProvider:(Lorg/apache/cxf/interceptor/InterceptorProvider;Lorg/apache/cxf/Bus;)V]
LoggingFeature.isPrettyLogging ( ) : boolean
[run-time name: org/apache/cxf/feature/LoggingFeature.isPrettyLogging:()Z]
LoggingFeature.LoggingFeature ( )
[run-time name: org/apache/cxf/feature/LoggingFeature."<init>":()V]
LoggingFeature.LoggingFeature ( int lim )
[run-time name: org/apache/cxf/feature/LoggingFeature."<init>":(I)V]
LoggingFeature.LoggingFeature ( org.apache.cxf.annotations.Logging annotation )
[run-time name: org/apache/cxf/feature/LoggingFeature."<init>":(Lorg/apache/cxf/annotations/Logging;)V]
LoggingFeature.LoggingFeature ( String in, String out )
[run-time name: org/apache/cxf/feature/LoggingFeature."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
LoggingFeature.LoggingFeature ( String in, String out, int lim )
[run-time name: org/apache/cxf/feature/LoggingFeature."<init>":(Ljava/lang/String;Ljava/lang/String;I)V]
LoggingFeature.LoggingFeature ( String in, String out, int lim, boolean p )
[run-time name: org/apache/cxf/feature/LoggingFeature."<init>":(Ljava/lang/String;Ljava/lang/String;IZ)V]
LoggingFeature.setLimit ( int lim ) : void
[run-time name: org/apache/cxf/feature/LoggingFeature.setLimit:(I)V]
LoggingFeature.setPrettyLogging ( boolean prettyLogging ) : void
[run-time name: org/apache/cxf/feature/LoggingFeature.setPrettyLogging:(Z)V]
openejb-cxf-bundle-2.5.2.jar, LoggingInInterceptor.class
package org.apache.cxf.interceptor
LoggingInInterceptor.getLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/cxf/interceptor/LoggingInInterceptor.getLogger:()Ljava/util/logging/Logger;]
LoggingInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/LoggingInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
LoggingInInterceptor.logging ( java.util.logging.Logger logger, org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/LoggingInInterceptor.logging:(Ljava/util/logging/Logger;Lorg/apache/cxf/message/Message;)V]
LoggingInInterceptor.LoggingInInterceptor ( )
[run-time name: org/apache/cxf/interceptor/LoggingInInterceptor."<init>":()V]
LoggingInInterceptor.LoggingInInterceptor ( int lim )
[run-time name: org/apache/cxf/interceptor/LoggingInInterceptor."<init>":(I)V]
LoggingInInterceptor.LoggingInInterceptor ( java.io.PrintWriter w )
[run-time name: org/apache/cxf/interceptor/LoggingInInterceptor."<init>":(Ljava/io/PrintWriter;)V]
LoggingInInterceptor.LoggingInInterceptor ( String id, int lim )
[run-time name: org/apache/cxf/interceptor/LoggingInInterceptor."<init>":(Ljava/lang/String;I)V]
LoggingInInterceptor.LoggingInInterceptor ( String id, java.io.PrintWriter w )
[run-time name: org/apache/cxf/interceptor/LoggingInInterceptor."<init>":(Ljava/lang/String;Ljava/io/PrintWriter;)V]
LoggingInInterceptor.LoggingInInterceptor ( String id, String phase )
[run-time name: org/apache/cxf/interceptor/LoggingInInterceptor."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
LoggingInInterceptor.LoggingInInterceptor ( String phase )
[run-time name: org/apache/cxf/interceptor/LoggingInInterceptor."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, LoggingMessage.class
package org.apache.cxf.interceptor
LoggingMessage.getAddress ( ) : StringBuilder
[run-time name: org/apache/cxf/interceptor/LoggingMessage.getAddress:()Ljava/lang/StringBuilder;]
LoggingMessage.getContentType ( ) : StringBuilder
[run-time name: org/apache/cxf/interceptor/LoggingMessage.getContentType:()Ljava/lang/StringBuilder;]
LoggingMessage.getEncoding ( ) : StringBuilder
[run-time name: org/apache/cxf/interceptor/LoggingMessage.getEncoding:()Ljava/lang/StringBuilder;]
LoggingMessage.getHeader ( ) : StringBuilder
[run-time name: org/apache/cxf/interceptor/LoggingMessage.getHeader:()Ljava/lang/StringBuilder;]
LoggingMessage.getHttpMethod ( ) : StringBuilder
[run-time name: org/apache/cxf/interceptor/LoggingMessage.getHttpMethod:()Ljava/lang/StringBuilder;]
LoggingMessage.getMessage ( ) : StringBuilder
[run-time name: org/apache/cxf/interceptor/LoggingMessage.getMessage:()Ljava/lang/StringBuilder;]
LoggingMessage.getPayload ( ) : StringBuilder
[run-time name: org/apache/cxf/interceptor/LoggingMessage.getPayload:()Ljava/lang/StringBuilder;]
LoggingMessage.getResponseCode ( ) : StringBuilder
[run-time name: org/apache/cxf/interceptor/LoggingMessage.getResponseCode:()Ljava/lang/StringBuilder;]
LoggingMessage.LoggingMessage ( String h, String i )
[run-time name: org/apache/cxf/interceptor/LoggingMessage."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
LoggingMessage.nextId ( ) [static] : String
[run-time name: org/apache/cxf/interceptor/LoggingMessage.nextId:()Ljava/lang/String;]
LoggingMessage.toString ( ) : String
[run-time name: org/apache/cxf/interceptor/LoggingMessage.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, LoggingOutInterceptor.class
package org.apache.cxf.interceptor
LoggingOutInterceptor.getLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/cxf/interceptor/LoggingOutInterceptor.getLogger:()Ljava/util/logging/Logger;]
LoggingOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/LoggingOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
LoggingOutInterceptor.LoggingOutInterceptor ( )
[run-time name: org/apache/cxf/interceptor/LoggingOutInterceptor."<init>":()V]
LoggingOutInterceptor.LoggingOutInterceptor ( int lim )
[run-time name: org/apache/cxf/interceptor/LoggingOutInterceptor."<init>":(I)V]
LoggingOutInterceptor.LoggingOutInterceptor ( java.io.PrintWriter w )
[run-time name: org/apache/cxf/interceptor/LoggingOutInterceptor."<init>":(Ljava/io/PrintWriter;)V]
LoggingOutInterceptor.LoggingOutInterceptor ( String phase )
[run-time name: org/apache/cxf/interceptor/LoggingOutInterceptor."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, LogicalHandlerFaultInInterceptor.class
package org.apache.cxf.jaxws.handler.logical
LogicalHandlerFaultInInterceptor.handleFault ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxws/handler/logical/LogicalHandlerFaultInInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
LogicalHandlerFaultInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxws/handler/logical/LogicalHandlerFaultInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
LogicalHandlerFaultInInterceptor.LogicalHandlerFaultInInterceptor ( javax.xml.ws.Binding binding )
[run-time name: org/apache/cxf/jaxws/handler/logical/LogicalHandlerFaultInInterceptor."<init>":(Ljavax/xml/ws/Binding;)V]
openejb-cxf-bundle-2.5.2.jar, LogicalHandlerFaultOutInterceptor.class
package org.apache.cxf.jaxws.handler.logical
LogicalHandlerFaultOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxws/handler/logical/LogicalHandlerFaultOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
LogicalHandlerFaultOutInterceptor.LogicalHandlerFaultOutInterceptor ( javax.xml.ws.Binding binding )
[run-time name: org/apache/cxf/jaxws/handler/logical/LogicalHandlerFaultOutInterceptor."<init>":(Ljavax/xml/ws/Binding;)V]
openejb-cxf-bundle-2.5.2.jar, LogicalHandlerInInterceptor.class
package org.apache.cxf.jaxws.handler.logical
LogicalHandlerInInterceptor.getOpQName ( org.apache.cxf.message.Exchange ex, Object data ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/handler/logical/LogicalHandlerInInterceptor.getOpQName:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)Ljavax/xml/namespace/QName;]
LogicalHandlerInInterceptor.handleFault ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxws/handler/logical/LogicalHandlerInInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
LogicalHandlerInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxws/handler/logical/LogicalHandlerInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
LogicalHandlerInInterceptor.LogicalHandlerInInterceptor ( javax.xml.ws.Binding binding )
[run-time name: org/apache/cxf/jaxws/handler/logical/LogicalHandlerInInterceptor."<init>":(Ljavax/xml/ws/Binding;)V]
openejb-cxf-bundle-2.5.2.jar, LogicalHandlerOutInterceptor.class
package org.apache.cxf.jaxws.handler.logical
LogicalHandlerOutInterceptor.handleFault ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxws/handler/logical/LogicalHandlerOutInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
LogicalHandlerOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxws/handler/logical/LogicalHandlerOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
LogicalHandlerOutInterceptor.LogicalHandlerOutInterceptor ( javax.xml.ws.Binding binding )
[run-time name: org/apache/cxf/jaxws/handler/logical/LogicalHandlerOutInterceptor."<init>":(Ljavax/xml/ws/Binding;)V]
openejb-cxf-bundle-2.5.2.jar, LogicalMessageContextImpl.class
package org.apache.cxf.jaxws.handler.logical
LogicalMessageContextImpl.get ( Object key ) : Object
[run-time name: org/apache/cxf/jaxws/handler/logical/LogicalMessageContextImpl.get:(Ljava/lang/Object;)Ljava/lang/Object;]
LogicalMessageContextImpl.getMessage ( ) : javax.xml.ws.LogicalMessage
[run-time name: org/apache/cxf/jaxws/handler/logical/LogicalMessageContextImpl.getMessage:()Ljavax/xml/ws/LogicalMessage;]
LogicalMessageContextImpl.LogicalMessageContextImpl ( org.apache.cxf.message.Message wrapped )
[run-time name: org/apache/cxf/jaxws/handler/logical/LogicalMessageContextImpl."<init>":(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, LogicalMessageImpl.class
package org.apache.cxf.jaxws.handler.logical
LogicalMessageImpl.getPayload ( ) : javax.xml.transform.Source
[run-time name: org/apache/cxf/jaxws/handler/logical/LogicalMessageImpl.getPayload:()Ljavax/xml/transform/Source;]
LogicalMessageImpl.getPayload ( javax.xml.bind.JAXBContext arg0 ) : Object
[run-time name: org/apache/cxf/jaxws/handler/logical/LogicalMessageImpl.getPayload:(Ljavax/xml/bind/JAXBContext;)Ljava/lang/Object;]
LogicalMessageImpl.LogicalMessageImpl ( LogicalMessageContextImpl lmctx )
[run-time name: org/apache/cxf/jaxws/handler/logical/LogicalMessageImpl."<init>":(Lorg/apache/cxf/jaxws/handler/logical/LogicalMessageContextImpl;)V]
LogicalMessageImpl.setPayload ( javax.xml.transform.Source s ) : void
[run-time name: org/apache/cxf/jaxws/handler/logical/LogicalMessageImpl.setPayload:(Ljavax/xml/transform/Source;)V]
LogicalMessageImpl.setPayload ( Object arg0, javax.xml.bind.JAXBContext arg1 ) : void
[run-time name: org/apache/cxf/jaxws/handler/logical/LogicalMessageImpl.setPayload:(Ljava/lang/Object;Ljavax/xml/bind/JAXBContext;)V]
openejb-cxf-bundle-2.5.2.jar, LoginSecurityContext.class
package org.apache.cxf.security
LoginSecurityContext.getSubject ( ) [abstract] : javax.security.auth.Subject
[run-time name: org/apache/cxf/security/LoginSecurityContext.getSubject:()Ljavax/security/auth/Subject;]
LoginSecurityContext.getUserRoles ( ) [abstract] : java.util.Set
[run-time name: org/apache/cxf/security/LoginSecurityContext.getUserRoles:()Ljava/util/Set;]
openejb-cxf-bundle-2.5.2.jar, LogUtils.class
package org.apache.cxf.common.logging
LogUtils.createLogger ( Class cls, String name, String loggerName ) [static] : java.util.logging.Logger
[run-time name: org/apache/cxf/common/logging/LogUtils.createLogger:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;)Ljava/util/logging/Logger;]
LogUtils.getL7dLogger ( Class cls ) [static] : java.util.logging.Logger
[run-time name: org/apache/cxf/common/logging/LogUtils.getL7dLogger:(Ljava/lang/Class;)Ljava/util/logging/Logger;]
LogUtils.getL7dLogger ( Class cls, String resourcename ) [static] : java.util.logging.Logger
[run-time name: org/apache/cxf/common/logging/LogUtils.getL7dLogger:(Ljava/lang/Class;Ljava/lang/String;)Ljava/util/logging/Logger;]
LogUtils.getL7dLogger ( Class cls, String resourcename, String loggerName ) [static] : java.util.logging.Logger
[run-time name: org/apache/cxf/common/logging/LogUtils.getL7dLogger:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;)Ljava/util/logging/Logger;]
LogUtils.getLogger ( Class cls ) [static] : java.util.logging.Logger
[run-time name: org/apache/cxf/common/logging/LogUtils.getLogger:(Ljava/lang/Class;)Ljava/util/logging/Logger;]
LogUtils.getLogger ( Class cls, String resourcename ) [static] : java.util.logging.Logger
[run-time name: org/apache/cxf/common/logging/LogUtils.getLogger:(Ljava/lang/Class;Ljava/lang/String;)Ljava/util/logging/Logger;]
LogUtils.getLogger ( Class cls, String resourcename, String loggerName ) [static] : java.util.logging.Logger
[run-time name: org/apache/cxf/common/logging/LogUtils.getLogger:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;)Ljava/util/logging/Logger;]
LogUtils.log ( java.util.logging.Logger logger, java.util.logging.Level level, String message ) [static] : void
[run-time name: org/apache/cxf/common/logging/LogUtils.log:(Ljava/util/logging/Logger;Ljava/util/logging/Level;Ljava/lang/String;)V]
LogUtils.log ( java.util.logging.Logger logger, java.util.logging.Level level, String message, Object parameter ) [static] : void
[run-time name: org/apache/cxf/common/logging/LogUtils.log:(Ljava/util/logging/Logger;Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Object;)V]
LogUtils.log ( java.util.logging.Logger logger, java.util.logging.Level level, String message, Object[ ] parameters ) [static] : void
[run-time name: org/apache/cxf/common/logging/LogUtils.log:(Ljava/util/logging/Logger;Ljava/util/logging/Level;Ljava/lang/String;[Ljava/lang/Object;)V]
LogUtils.log ( java.util.logging.Logger logger, java.util.logging.Level level, String message, Throwable throwable ) [static] : void
[run-time name: org/apache/cxf/common/logging/LogUtils.log:(Ljava/util/logging/Logger;Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V]
LogUtils.log ( java.util.logging.Logger logger, java.util.logging.Level level, String message, Throwable throwable, Object parameter ) [static] : void
[run-time name: org/apache/cxf/common/logging/LogUtils.log:(Ljava/util/logging/Logger;Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;Ljava/lang/Object;)V]
LogUtils.log ( java.util.logging.Logger logger, java.util.logging.Level level, String message, Throwable throwable, Object[ ] parameters ) [static] : void
[run-time name: org/apache/cxf/common/logging/LogUtils.log:(Ljava/util/logging/Logger;Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/Object;)V]
LogUtils.setLoggerClass ( Class cls ) [static] : void
[run-time name: org/apache/cxf/common/logging/LogUtils.setLoggerClass:(Ljava/lang/Class;)V]
openejb-cxf-bundle-2.5.2.jar, LongType.class
package org.apache.cxf.aegis.type.basic
LongType.LongType ( )
[run-time name: org/apache/cxf/aegis/type/basic/LongType."<init>":()V]
LongType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/LongType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
LongType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/LongType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, ManagedAttribute.class
package org.apache.cxf.management.annotation
ManagedAttribute.currencyTimeLimit ( ) [abstract] : int
[run-time name: org/apache/cxf/management/annotation/ManagedAttribute.currencyTimeLimit:()I]
ManagedAttribute.defaultValue ( ) [abstract] : String
[run-time name: org/apache/cxf/management/annotation/ManagedAttribute.defaultValue:()Ljava/lang/String;]
ManagedAttribute.description ( ) [abstract] : String
[run-time name: org/apache/cxf/management/annotation/ManagedAttribute.description:()Ljava/lang/String;]
ManagedAttribute.persistPeriod ( ) [abstract] : int
[run-time name: org/apache/cxf/management/annotation/ManagedAttribute.persistPeriod:()I]
ManagedAttribute.persistPolicy ( ) [abstract] : String
[run-time name: org/apache/cxf/management/annotation/ManagedAttribute.persistPolicy:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, ManagedBus.class
package org.apache.cxf.bus
ManagedBus.getObjectName ( ) : javax.management.ObjectName
[run-time name: org/apache/cxf/bus/ManagedBus.getObjectName:()Ljavax/management/ObjectName;]
ManagedBus.ManagedBus ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/bus/ManagedBus."<init>":(Lorg/apache/cxf/Bus;)V]
ManagedBus.shutdown ( boolean wait ) : void
[run-time name: org/apache/cxf/bus/ManagedBus.shutdown:(Z)V]
openejb-cxf-bundle-2.5.2.jar, ManagedComponent.class
package org.apache.cxf.management
ManagedComponent.getObjectName ( ) [abstract] : javax.management.ObjectName
[run-time name: org/apache/cxf/management/ManagedComponent.getObjectName:()Ljavax/management/ObjectName;]
openejb-cxf-bundle-2.5.2.jar, ManagedEndpoint.class
package org.apache.cxf.endpoint
ManagedEndpoint.destroy ( ) : void
[run-time name: org/apache/cxf/endpoint/ManagedEndpoint.destroy:()V]
ManagedEndpoint.getAddress ( ) : String
[run-time name: org/apache/cxf/endpoint/ManagedEndpoint.getAddress:()Ljava/lang/String;]
ManagedEndpoint.getObjectName ( ) : javax.management.ObjectName
[run-time name: org/apache/cxf/endpoint/ManagedEndpoint.getObjectName:()Ljavax/management/ObjectName;]
ManagedEndpoint.getState ( ) : String
[run-time name: org/apache/cxf/endpoint/ManagedEndpoint.getState:()Ljava/lang/String;]
ManagedEndpoint.getTransportId ( ) : String
[run-time name: org/apache/cxf/endpoint/ManagedEndpoint.getTransportId:()Ljava/lang/String;]
ManagedEndpoint.ManagedEndpoint ( org.apache.cxf.Bus b, Endpoint ep, Server s )
[run-time name: org/apache/cxf/endpoint/ManagedEndpoint."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/endpoint/Endpoint;Lorg/apache/cxf/endpoint/Server;)V]
ManagedEndpoint.start ( ) : void
[run-time name: org/apache/cxf/endpoint/ManagedEndpoint.start:()V]
ManagedEndpoint.startServer ( Server s ) : void
[run-time name: org/apache/cxf/endpoint/ManagedEndpoint.startServer:(Lorg/apache/cxf/endpoint/Server;)V]
ManagedEndpoint.stop ( ) : void
[run-time name: org/apache/cxf/endpoint/ManagedEndpoint.stop:()V]
ManagedEndpoint.stopServer ( Server s ) : void
[run-time name: org/apache/cxf/endpoint/ManagedEndpoint.stopServer:(Lorg/apache/cxf/endpoint/Server;)V]
openejb-cxf-bundle-2.5.2.jar, ManagedNotification.class
package org.apache.cxf.management.annotation
ManagedNotification.description ( ) [abstract] : String
[run-time name: org/apache/cxf/management/annotation/ManagedNotification.description:()Ljava/lang/String;]
ManagedNotification.name ( ) [abstract] : String
[run-time name: org/apache/cxf/management/annotation/ManagedNotification.name:()Ljava/lang/String;]
ManagedNotification.notificationTypes ( ) [abstract] : String[ ]
[run-time name: org/apache/cxf/management/annotation/ManagedNotification.notificationTypes:()[Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, ManagedNotifications.class
package org.apache.cxf.management.annotation
ManagedNotifications.value ( ) [abstract] : ManagedNotification[ ]
[run-time name: org/apache/cxf/management/annotation/ManagedNotifications.value:()[Lorg/apache/cxf/management/annotation/ManagedNotification;]
openejb-cxf-bundle-2.5.2.jar, ManagedOperation.class
package org.apache.cxf.management.annotation
ManagedOperation.currencyTimeLimit ( ) [abstract] : int
[run-time name: org/apache/cxf/management/annotation/ManagedOperation.currencyTimeLimit:()I]
ManagedOperation.description ( ) [abstract] : String
[run-time name: org/apache/cxf/management/annotation/ManagedOperation.description:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, ManagedOperationParameter.class
package org.apache.cxf.management.annotation
ManagedOperationParameter.description ( ) [abstract] : String
[run-time name: org/apache/cxf/management/annotation/ManagedOperationParameter.description:()Ljava/lang/String;]
ManagedOperationParameter.name ( ) [abstract] : String
[run-time name: org/apache/cxf/management/annotation/ManagedOperationParameter.name:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, ManagedOperationParameters.class
package org.apache.cxf.management.annotation
ManagedOperationParameters.value ( ) [abstract] : ManagedOperationParameter[ ]
[run-time name: org/apache/cxf/management/annotation/ManagedOperationParameters.value:()[Lorg/apache/cxf/management/annotation/ManagedOperationParameter;]
openejb-cxf-bundle-2.5.2.jar, ManagedResource.class
package org.apache.cxf.management.annotation
ManagedResource.componentName ( ) [abstract] : String
[run-time name: org/apache/cxf/management/annotation/ManagedResource.componentName:()Ljava/lang/String;]
ManagedResource.currencyTimeLimit ( ) [abstract] : int
[run-time name: org/apache/cxf/management/annotation/ManagedResource.currencyTimeLimit:()I]
ManagedResource.description ( ) [abstract] : String
[run-time name: org/apache/cxf/management/annotation/ManagedResource.description:()Ljava/lang/String;]
ManagedResource.log ( ) [abstract] : boolean
[run-time name: org/apache/cxf/management/annotation/ManagedResource.log:()Z]
ManagedResource.logFile ( ) [abstract] : String
[run-time name: org/apache/cxf/management/annotation/ManagedResource.logFile:()Ljava/lang/String;]
ManagedResource.persistLocation ( ) [abstract] : String
[run-time name: org/apache/cxf/management/annotation/ManagedResource.persistLocation:()Ljava/lang/String;]
ManagedResource.persistName ( ) [abstract] : String
[run-time name: org/apache/cxf/management/annotation/ManagedResource.persistName:()Ljava/lang/String;]
ManagedResource.persistPeriod ( ) [abstract] : int
[run-time name: org/apache/cxf/management/annotation/ManagedResource.persistPeriod:()I]
ManagedResource.persistPolicy ( ) [abstract] : String
[run-time name: org/apache/cxf/management/annotation/ManagedResource.persistPolicy:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, ManagedRMEndpoint.class
package org.apache.cxf.ws.rm
ManagedRMEndpoint.getAddress ( ) : String
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.getAddress:()Ljava/lang/String;]
ManagedRMEndpoint.getCurrentSourceSequence ( ) : javax.management.openmbean.CompositeData
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.getCurrentSourceSequence:()Ljavax/management/openmbean/CompositeData;]
ManagedRMEndpoint.getCurrentSourceSequenceId ( ) : String
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.getCurrentSourceSequenceId:()Ljava/lang/String;]
ManagedRMEndpoint.getDeferredAcknowledgementCount ( String sid ) : int
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.getDeferredAcknowledgementCount:(Ljava/lang/String;)I]
ManagedRMEndpoint.getDeferredAcknowledgementTotalCount ( ) : int
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.getDeferredAcknowledgementTotalCount:()I]
ManagedRMEndpoint.getDestinationSequence ( String sid ) : javax.management.openmbean.CompositeData
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.getDestinationSequence:(Ljava/lang/String;)Ljavax/management/openmbean/CompositeData;]
ManagedRMEndpoint.getDestinationSequenceAcknowledgedRange ( String sid ) : Long[ ]
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.getDestinationSequenceAcknowledgedRange:(Ljava/lang/String;)[Ljava/lang/Long;]
ManagedRMEndpoint.getDestinationSequenceIds ( ) : String[ ]
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.getDestinationSequenceIds:()[Ljava/lang/String;]
ManagedRMEndpoint.getDestinationSequences ( ) : javax.management.openmbean.CompositeData[ ]
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.getDestinationSequences:()[Ljavax/management/openmbean/CompositeData;]
ManagedRMEndpoint.getLastApplicationMessage ( ) : java.util.Date
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.getLastApplicationMessage:()Ljava/util/Date;]
ManagedRMEndpoint.getLastControlMessage ( ) : java.util.Date
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.getLastControlMessage:()Ljava/util/Date;]
ManagedRMEndpoint.getObjectName ( ) : javax.management.ObjectName
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.getObjectName:()Ljavax/management/ObjectName;]
ManagedRMEndpoint.getQueuedMessageCount ( String sid ) : int
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.getQueuedMessageCount:(Ljava/lang/String;)I]
ManagedRMEndpoint.getQueuedMessageTotalCount ( ) : int
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.getQueuedMessageTotalCount:()I]
ManagedRMEndpoint.getRetransmissionStatus ( String sid, long num ) : javax.management.openmbean.CompositeData
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.getRetransmissionStatus:(Ljava/lang/String;J)Ljavax/management/openmbean/CompositeData;]
ManagedRMEndpoint.getRetransmissionStatuses ( String sid ) : javax.management.openmbean.CompositeData[ ]
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.getRetransmissionStatuses:(Ljava/lang/String;)[Ljavax/management/openmbean/CompositeData;]
ManagedRMEndpoint.getSourceSequence ( String sid ) : javax.management.openmbean.CompositeData
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.getSourceSequence:(Ljava/lang/String;)Ljavax/management/openmbean/CompositeData;]
ManagedRMEndpoint.getSourceSequenceAcknowledgedRange ( String sid ) : Long[ ]
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.getSourceSequenceAcknowledgedRange:(Ljava/lang/String;)[Ljava/lang/Long;]
ManagedRMEndpoint.getSourceSequenceIds ( boolean expired ) : String[ ]
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.getSourceSequenceIds:(Z)[Ljava/lang/String;]
ManagedRMEndpoint.getSourceSequences ( boolean expired ) : javax.management.openmbean.CompositeData[ ]
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.getSourceSequences:(Z)[Ljavax/management/openmbean/CompositeData;]
ManagedRMEndpoint.getUnAcknowledgedMessageIdentifiers ( String sid ) : Long[ ]
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.getUnAcknowledgedMessageIdentifiers:(Ljava/lang/String;)[Ljava/lang/Long;]
ManagedRMEndpoint.ManagedRMEndpoint ( RMEndpoint endpoint )
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint."<init>":(Lorg/apache/cxf/ws/rm/RMEndpoint;)V]
ManagedRMEndpoint.resumeSourceQueue ( String sid ) : void
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.resumeSourceQueue:(Ljava/lang/String;)V]
ManagedRMEndpoint.suspendSourceQueue ( String sid ) : void
[run-time name: org/apache/cxf/ws/rm/ManagedRMEndpoint.suspendSourceQueue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ManagedRMManager.class
package org.apache.cxf.ws.rm
ManagedRMManager.getEndpointIdentifiers ( ) : String[ ]
[run-time name: org/apache/cxf/ws/rm/ManagedRMManager.getEndpointIdentifiers:()[Ljava/lang/String;]
ManagedRMManager.getObjectName ( ) : javax.management.ObjectName
[run-time name: org/apache/cxf/ws/rm/ManagedRMManager.getObjectName:()Ljavax/management/ObjectName;]
ManagedRMManager.isUsingStore ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/ManagedRMManager.isUsingStore:()Z]
ManagedRMManager.ManagedRMManager ( RMManager manager )
[run-time name: org/apache/cxf/ws/rm/ManagedRMManager."<init>":(Lorg/apache/cxf/ws/rm/RMManager;)V]
ManagedRMManager.shutdown ( ) : void
[run-time name: org/apache/cxf/ws/rm/ManagedRMManager.shutdown:()V]
openejb-cxf-bundle-2.5.2.jar, ManagedWorkQueueList.class
package org.apache.cxf.bus.osgi
ManagedWorkQueueList.addAllToWorkQueueManager ( org.apache.cxf.workqueue.WorkQueueManager manager ) : void
[run-time name: org/apache/cxf/bus/osgi/ManagedWorkQueueList.addAllToWorkQueueManager:(Lorg/apache/cxf/workqueue/WorkQueueManager;)V]
ManagedWorkQueueList.deleted ( String pid ) : void
[run-time name: org/apache/cxf/bus/osgi/ManagedWorkQueueList.deleted:(Ljava/lang/String;)V]
ManagedWorkQueueList.getName ( ) : String
[run-time name: org/apache/cxf/bus/osgi/ManagedWorkQueueList.getName:()Ljava/lang/String;]
ManagedWorkQueueList.ManagedWorkQueueList ( )
[run-time name: org/apache/cxf/bus/osgi/ManagedWorkQueueList."<init>":()V]
ManagedWorkQueueList.propertyChange ( java.beans.PropertyChangeEvent evt ) : void
[run-time name: org/apache/cxf/bus/osgi/ManagedWorkQueueList.propertyChange:(Ljava/beans/PropertyChangeEvent;)V]
ManagedWorkQueueList.setConfigAdminTracker ( org.osgi.util.tracker.ServiceTracker configAdminTracker ) : void
[run-time name: org/apache/cxf/bus/osgi/ManagedWorkQueueList.setConfigAdminTracker:(Lorg/osgi/util/tracker/ServiceTracker;)V]
ManagedWorkQueueList.shutDown ( ) : void
[run-time name: org/apache/cxf/bus/osgi/ManagedWorkQueueList.shutDown:()V]
ManagedWorkQueueList.updated ( String pid, java.util.Dictionary props ) : void
[run-time name: org/apache/cxf/bus/osgi/ManagedWorkQueueList.updated:(Ljava/lang/String;Ljava/util/Dictionary;)V]
openejb-cxf-bundle-2.5.2.jar, ManagementConsole.class
package org.apache.cxf.management.utils
ManagementConsole.doManagement ( ) : void
[run-time name: org/apache/cxf/management/utils/ManagementConsole.doManagement:()V]
ManagementConsole.getManagedObjectAttributes ( javax.management.ObjectName name ) : void
[run-time name: org/apache/cxf/management/utils/ManagementConsole.getManagedObjectAttributes:(Ljavax/management/ObjectName;)V]
ManagementConsole.main ( String[ ] args ) [static] : void
[run-time name: org/apache/cxf/management/utils/ManagementConsole.main:([Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ManifestType.class
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
ManifestType.getId ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ManifestType.getId:()Ljava/lang/String;]
ManifestType.getReference ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ManifestType.getReference:()Ljava/util/List;]
ManifestType.ManifestType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ManifestType."<init>":()V]
ManifestType.setId ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ManifestType.setId:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, MAPAggregator.class
package org.apache.cxf.ws.addressing
MAPAggregator.allowDuplicates ( ) : boolean
[run-time name: org/apache/cxf/ws/addressing/MAPAggregator.allowDuplicates:()Z]
MAPAggregator.getActionUri ( org.apache.cxf.message.Message message, boolean checkMessage ) : String
[run-time name: org/apache/cxf/ws/addressing/MAPAggregator.getActionUri:(Lorg/apache/cxf/message/Message;Z)Ljava/lang/String;]
MAPAggregator.getMessageIdCache ( ) : MessageIdCache
[run-time name: org/apache/cxf/ws/addressing/MAPAggregator.getMessageIdCache:()Lorg/apache/cxf/ws/addressing/MessageIdCache;]
MAPAggregator.handleFault ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/ws/addressing/MAPAggregator.handleFault:(Lorg/apache/cxf/message/Message;)V]
MAPAggregator.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/ws/addressing/MAPAggregator.handleMessage:(Lorg/apache/cxf/message/Message;)V]
MAPAggregator.isAddressingRequired ( ) : boolean
[run-time name: org/apache/cxf/ws/addressing/MAPAggregator.isAddressingRequired:()Z]
MAPAggregator.isUsingAddressingAdvisory ( ) : boolean
[run-time name: org/apache/cxf/ws/addressing/MAPAggregator.isUsingAddressingAdvisory:()Z]
MAPAggregator.MAPAggregator ( )
[run-time name: org/apache/cxf/ws/addressing/MAPAggregator."<init>":()V]
MAPAggregator.mediate ( org.apache.cxf.message.Message message, boolean isFault ) : boolean
[run-time name: org/apache/cxf/ws/addressing/MAPAggregator.mediate:(Lorg/apache/cxf/message/Message;Z)Z]
MAPAggregator.setAddressingRequired ( boolean required ) : void
[run-time name: org/apache/cxf/ws/addressing/MAPAggregator.setAddressingRequired:(Z)V]
MAPAggregator.setAddressingResponses ( String responses ) : void
[run-time name: org/apache/cxf/ws/addressing/MAPAggregator.setAddressingResponses:(Ljava/lang/String;)V]
MAPAggregator.setAllowDuplicates ( boolean ad ) : void
[run-time name: org/apache/cxf/ws/addressing/MAPAggregator.setAllowDuplicates:(Z)V]
MAPAggregator.setMessageIdCache ( MessageIdCache messageIdCache ) : void
[run-time name: org/apache/cxf/ws/addressing/MAPAggregator.setMessageIdCache:(Lorg/apache/cxf/ws/addressing/MessageIdCache;)V]
MAPAggregator.setUsingAddressingAdvisory ( boolean advisory ) : void
[run-time name: org/apache/cxf/ws/addressing/MAPAggregator.setUsingAddressingAdvisory:(Z)V]
openejb-cxf-bundle-2.5.2.jar, MAPCodec.class
package org.apache.cxf.ws.addressing.soap
MAPCodec.decodeAsNative ( String encodedAs, Class clz, org.w3c.dom.Element headerElement, javax.xml.bind.Unmarshaller unmarshaller ) : Object
[run-time name: org/apache/cxf/ws/addressing/soap/MAPCodec.decodeAsNative:(Ljava/lang/String;Ljava/lang/Class;Lorg/w3c/dom/Element;Ljavax/xml/bind/Unmarshaller;)Ljava/lang/Object;]
MAPCodec.decodeMAP ( Class clz, org.w3c.dom.Element headerElement, javax.xml.bind.Unmarshaller unmarshaller ) : Object
[run-time name: org/apache/cxf/ws/addressing/soap/MAPCodec.decodeMAP:(Ljava/lang/Class;Lorg/w3c/dom/Element;Ljavax/xml/bind/Unmarshaller;)Ljava/lang/Object;]
MAPCodec.encodeMAP ( Object value, javax.xml.namespace.QName qname, Class clz, org.w3c.dom.Element header, javax.xml.bind.Marshaller marshaller ) : void
[run-time name: org/apache/cxf/ws/addressing/soap/MAPCodec.encodeMAP:(Ljava/lang/Object;Ljavax/xml/namespace/QName;Ljava/lang/Class;Lorg/w3c/dom/Element;Ljavax/xml/bind/Marshaller;)V]
MAPCodec.getHeaderFactory ( ) : MAPCodec.HeaderFactory
[run-time name: org/apache/cxf/ws/addressing/soap/MAPCodec.getHeaderFactory:()Lorg/apache/cxf/ws/addressing/soap/MAPCodec$HeaderFactory;]
MAPCodec.getUncorrelatedExchanges ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/soap/MAPCodec.getUncorrelatedExchanges:()Ljava/util/Map;]
MAPCodec.getUnderstoodHeaders ( ) : java.util.Set
[run-time name: org/apache/cxf/ws/addressing/soap/MAPCodec.getUnderstoodHeaders:()Ljava/util/Set;]
MAPCodec.handleFault ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/ws/addressing/soap/MAPCodec.handleFault:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
MAPCodec.handleFault ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/ws/addressing/soap/MAPCodec.handleFault:(Lorg/apache/cxf/message/Message;)V]
MAPCodec.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/ws/addressing/soap/MAPCodec.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
MAPCodec.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/ws/addressing/soap/MAPCodec.handleMessage:(Lorg/apache/cxf/message/Message;)V]
MAPCodec.MAPCodec ( )
[run-time name: org/apache/cxf/ws/addressing/soap/MAPCodec."<init>":()V]
MAPCodec.setHeaderFactory ( MAPCodec.HeaderFactory factory ) : void
[run-time name: org/apache/cxf/ws/addressing/soap/MAPCodec.setHeaderFactory:(Lorg/apache/cxf/ws/addressing/soap/MAPCodec$HeaderFactory;)V]
MAPCodec.unmarshalMAPs ( org.apache.cxf.binding.soap.SoapMessage message ) : org.apache.cxf.ws.addressing.AddressingProperties
[run-time name: org/apache/cxf/ws/addressing/soap/MAPCodec.unmarshalMAPs:(Lorg/apache/cxf/binding/soap/SoapMessage;)Lorg/apache/cxf/ws/addressing/AddressingProperties;]
openejb-cxf-bundle-2.5.2.jar, MapNamespaceContext.class
package org.apache.cxf.helpers
MapNamespaceContext.addNamespace ( String prefix, String namespaceURI ) : void
[run-time name: org/apache/cxf/helpers/MapNamespaceContext.addNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
MapNamespaceContext.addNamespaces ( java.util.Map ns ) : void
[run-time name: org/apache/cxf/helpers/MapNamespaceContext.addNamespaces:(Ljava/util/Map;)V]
MapNamespaceContext.getNamespaceURI ( String prefix ) : String
[run-time name: org/apache/cxf/helpers/MapNamespaceContext.getNamespaceURI:(Ljava/lang/String;)Ljava/lang/String;]
MapNamespaceContext.getPrefix ( String namespaceURI ) : String
[run-time name: org/apache/cxf/helpers/MapNamespaceContext.getPrefix:(Ljava/lang/String;)Ljava/lang/String;]
MapNamespaceContext.getPrefixes ( String namespaceURI ) : java.util.Iterator
[run-time name: org/apache/cxf/helpers/MapNamespaceContext.getPrefixes:(Ljava/lang/String;)Ljava/util/Iterator;]
MapNamespaceContext.getUsedNamespaces ( ) : java.util.Map
[run-time name: org/apache/cxf/helpers/MapNamespaceContext.getUsedNamespaces:()Ljava/util/Map;]
MapNamespaceContext.MapNamespaceContext ( )
[run-time name: org/apache/cxf/helpers/MapNamespaceContext."<init>":()V]
MapNamespaceContext.MapNamespaceContext ( java.util.Map ns )
[run-time name: org/apache/cxf/helpers/MapNamespaceContext."<init>":(Ljava/util/Map;)V]
MapNamespaceContext.MapNamespaceContext ( org.w3c.dom.Node node )
[run-time name: org/apache/cxf/helpers/MapNamespaceContext."<init>":(Lorg/w3c/dom/Node;)V]
MapNamespaceContext.setTargetNode ( org.w3c.dom.Node node ) : void
[run-time name: org/apache/cxf/helpers/MapNamespaceContext.setTargetNode:(Lorg/w3c/dom/Node;)V]
openejb-cxf-bundle-2.5.2.jar, Mapping.class
package org.apache.cxf.jaxb
JAXBUtils.Mapping.getType ( ) [abstract] : JAXBUtils.TypeAndAnnotation
[run-time name: org/apache/cxf/jaxb/JAXBUtils.Mapping.getType:()Lorg/apache/cxf/jaxb/JAXBUtils$TypeAndAnnotation;]
openejb-cxf-bundle-2.5.2.jar, MapProvider.class
package org.apache.cxf.configuration.spring
MapProvider.createMap ( ) [abstract] : java.util.Map
[run-time name: org/apache/cxf/configuration/spring/MapProvider.createMap:()Ljava/util/Map;]
openejb-cxf-bundle-2.5.2.jar, MapType.class
package org.apache.cxf.aegis.type.collection
MapType.getDependencies ( ) : java.util.Set
[run-time name: org/apache/cxf/aegis/type/collection/MapType.getDependencies:()Ljava/util/Set;]
MapType.getEntryName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/collection/MapType.getEntryName:()Ljavax/xml/namespace/QName;]
MapType.getKeyName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/collection/MapType.getKeyName:()Ljavax/xml/namespace/QName;]
MapType.getKeyType ( ) : org.apache.cxf.aegis.type.AegisType
[run-time name: org/apache/cxf/aegis/type/collection/MapType.getKeyType:()Lorg/apache/cxf/aegis/type/AegisType;]
MapType.getValueName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/collection/MapType.getValueName:()Ljavax/xml/namespace/QName;]
MapType.getValueType ( ) : org.apache.cxf.aegis.type.AegisType
[run-time name: org/apache/cxf/aegis/type/collection/MapType.getValueType:()Lorg/apache/cxf/aegis/type/AegisType;]
MapType.instantiateMap ( ) : java.util.Map
[run-time name: org/apache/cxf/aegis/type/collection/MapType.instantiateMap:()Ljava/util/Map;]
MapType.isComplex ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/collection/MapType.isComplex:()Z]
MapType.MapType ( javax.xml.namespace.QName schemaType, org.apache.cxf.aegis.type.AegisType keyType, org.apache.cxf.aegis.type.AegisType valueType )
[run-time name: org/apache/cxf/aegis/type/collection/MapType."<init>":(Ljavax/xml/namespace/QName;Lorg/apache/cxf/aegis/type/AegisType;Lorg/apache/cxf/aegis/type/AegisType;)V]
MapType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/collection/MapType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
MapType.setEntryName ( javax.xml.namespace.QName entryName ) : void
[run-time name: org/apache/cxf/aegis/type/collection/MapType.setEntryName:(Ljavax/xml/namespace/QName;)V]
MapType.setKeyName ( javax.xml.namespace.QName keyName ) : void
[run-time name: org/apache/cxf/aegis/type/collection/MapType.setKeyName:(Ljavax/xml/namespace/QName;)V]
MapType.setValueName ( javax.xml.namespace.QName valueName ) : void
[run-time name: org/apache/cxf/aegis/type/collection/MapType.setValueName:(Ljavax/xml/namespace/QName;)V]
MapType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/collection/MapType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
MapType.writeSchema ( org.apache.ws.commons.schema.XmlSchema root ) : void
[run-time name: org/apache/cxf/aegis/type/collection/MapType.writeSchema:(Lorg/apache/ws/commons/schema/XmlSchema;)V]
openejb-cxf-bundle-2.5.2.jar, MarshalRegistry.class
package org.apache.cxf.aegis.type.encoded
MarshalRegistry.get ( org.apache.cxf.aegis.Context context ) [static] : MarshalRegistry
[run-time name: org/apache/cxf/aegis/type/encoded/MarshalRegistry.get:(Lorg/apache/cxf/aegis/Context;)Lorg/apache/cxf/aegis/type/encoded/MarshalRegistry;]
MarshalRegistry.getInstanceId ( Object instance ) : String
[run-time name: org/apache/cxf/aegis/type/encoded/MarshalRegistry.getInstanceId:(Ljava/lang/Object;)Ljava/lang/String;]
MarshalRegistry.iterator ( ) : java.util.Iterator
[run-time name: org/apache/cxf/aegis/type/encoded/MarshalRegistry.iterator:()Ljava/util/Iterator;]
MarshalRegistry.MarshalRegistry ( )
[run-time name: org/apache/cxf/aegis/type/encoded/MarshalRegistry."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, MaximalAlternativeSelector.class
package org.apache.cxf.ws.policy.selector
MaximalAlternativeSelector.MaximalAlternativeSelector ( )
[run-time name: org/apache/cxf/ws/policy/selector/MaximalAlternativeSelector."<init>":()V]
MaximalAlternativeSelector.selectAlternative ( org.apache.neethi.Policy policy, org.apache.cxf.ws.policy.PolicyEngine engine, org.apache.cxf.ws.policy.Assertor assertor, java.util.List request ) : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/selector/MaximalAlternativeSelector.selectAlternative:(Lorg/apache/neethi/Policy;Lorg/apache/cxf/ws/policy/PolicyEngine;Lorg/apache/cxf/ws/policy/Assertor;Ljava/util/List;)Ljava/util/Collection;]
openejb-cxf-bundle-2.5.2.jar, MBServerConnectorFactory.class
package org.apache.cxf.management.jmx
MBServerConnectorFactory.createConnector ( ) : void
[run-time name: org/apache/cxf/management/jmx/MBServerConnectorFactory.createConnector:()V]
MBServerConnectorFactory.destroy ( ) : void
[run-time name: org/apache/cxf/management/jmx/MBServerConnectorFactory.destroy:()V]
MBServerConnectorFactory.getInstance ( ) [static] : MBServerConnectorFactory
[run-time name: org/apache/cxf/management/jmx/MBServerConnectorFactory.getInstance:()Lorg/apache/cxf/management/jmx/MBServerConnectorFactory;]
MBServerConnectorFactory.setDaemon ( boolean fdaemon ) : void
[run-time name: org/apache/cxf/management/jmx/MBServerConnectorFactory.setDaemon:(Z)V]
MBServerConnectorFactory.setEnvironment ( java.util.Map env ) : void
[run-time name: org/apache/cxf/management/jmx/MBServerConnectorFactory.setEnvironment:(Ljava/util/Map;)V]
MBServerConnectorFactory.setMBeanServer ( javax.management.MBeanServer ms ) : void
[run-time name: org/apache/cxf/management/jmx/MBServerConnectorFactory.setMBeanServer:(Ljavax/management/MBeanServer;)V]
MBServerConnectorFactory.setServiceUrl ( String url ) : void
[run-time name: org/apache/cxf/management/jmx/MBServerConnectorFactory.setServiceUrl:(Ljava/lang/String;)V]
MBServerConnectorFactory.setThreaded ( boolean fthread ) : void
[run-time name: org/apache/cxf/management/jmx/MBServerConnectorFactory.setThreaded:(Z)V]
openejb-cxf-bundle-2.5.2.jar, MemberType.class
package org.apache.cxf.binding.corba.wsdl
MemberType.getIdltype ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/wsdl/MemberType.getIdltype:()Ljavax/xml/namespace/QName;]
MemberType.getName ( ) : String
[run-time name: org/apache/cxf/binding/corba/wsdl/MemberType.getName:()Ljava/lang/String;]
MemberType.isAnonschematype ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/MemberType.isAnonschematype:()Z]
MemberType.isQualified ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/MemberType.isQualified:()Z]
MemberType.isSetAnonschematype ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/MemberType.isSetAnonschematype:()Z]
MemberType.isSetIdltype ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/MemberType.isSetIdltype:()Z]
MemberType.isSetName ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/MemberType.isSetName:()Z]
MemberType.isSetQualified ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/MemberType.isSetQualified:()Z]
MemberType.MemberType ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/MemberType."<init>":()V]
MemberType.setAnonschematype ( boolean value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/MemberType.setAnonschematype:(Z)V]
MemberType.setIdltype ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/MemberType.setIdltype:(Ljavax/xml/namespace/QName;)V]
MemberType.setName ( String value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/MemberType.setName:(Ljava/lang/String;)V]
MemberType.setQualified ( boolean value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/MemberType.setQualified:(Z)V]
MemberType.unsetAnonschematype ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/MemberType.unsetAnonschematype:()V]
MemberType.unsetQualified ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/MemberType.unsetQualified:()V]
openejb-cxf-bundle-2.5.2.jar, MemoryTokenStore.class
package org.apache.cxf.ws.security.tokenstore
MemoryTokenStore.add ( SecurityToken token ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/MemoryTokenStore.add:(Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;)V]
MemoryTokenStore.getCancelledTokens ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/security/tokenstore/MemoryTokenStore.getCancelledTokens:()Ljava/util/Collection;]
MemoryTokenStore.getExpiredTokens ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/security/tokenstore/MemoryTokenStore.getExpiredTokens:()Ljava/util/Collection;]
MemoryTokenStore.getRenewedTokens ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/security/tokenstore/MemoryTokenStore.getRenewedTokens:()Ljava/util/Collection;]
MemoryTokenStore.getToken ( String id ) : SecurityToken
[run-time name: org/apache/cxf/ws/security/tokenstore/MemoryTokenStore.getToken:(Ljava/lang/String;)Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;]
MemoryTokenStore.getTokenByAssociatedHash ( int hashCode ) : SecurityToken
[run-time name: org/apache/cxf/ws/security/tokenstore/MemoryTokenStore.getTokenByAssociatedHash:(I)Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;]
MemoryTokenStore.getTokenIdentifiers ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/security/tokenstore/MemoryTokenStore.getTokenIdentifiers:()Ljava/util/Collection;]
MemoryTokenStore.getTokens ( SecurityToken.State state ) : java.util.Collection
[run-time name: org/apache/cxf/ws/security/tokenstore/MemoryTokenStore.getTokens:(Lorg/apache/cxf/ws/security/tokenstore/SecurityToken$State;)Ljava/util/Collection;]
MemoryTokenStore.getValidTokens ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/security/tokenstore/MemoryTokenStore.getValidTokens:()Ljava/util/Collection;]
MemoryTokenStore.MemoryTokenStore ( )
[run-time name: org/apache/cxf/ws/security/tokenstore/MemoryTokenStore."<init>":()V]
MemoryTokenStore.processTokenExpiry ( ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/MemoryTokenStore.processTokenExpiry:()V]
MemoryTokenStore.remove ( SecurityToken token ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/MemoryTokenStore.remove:(Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;)V]
MemoryTokenStore.removeCancelledTokens ( ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/MemoryTokenStore.removeCancelledTokens:()V]
MemoryTokenStore.removeExpiredTokens ( ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/MemoryTokenStore.removeExpiredTokens:()V]
MemoryTokenStore.setAutoRemoveTokens ( boolean auto ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/MemoryTokenStore.setAutoRemoveTokens:(Z)V]
MemoryTokenStore.update ( SecurityToken token ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/MemoryTokenStore.update:(Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;)V]
openejb-cxf-bundle-2.5.2.jar, Message.class
package org.apache.cxf.common.i18n
Message.getCode ( ) : String
[run-time name: org/apache/cxf/common/i18n/Message.getCode:()Ljava/lang/String;]
Message.getParameters ( ) : Object[ ]
[run-time name: org/apache/cxf/common/i18n/Message.getParameters:()[Ljava/lang/Object;]
Message.Message ( String key, java.util.logging.Logger logger, Object[ ] params )
[run-time name: org/apache/cxf/common/i18n/Message."<init>":(Ljava/lang/String;Ljava/util/logging/Logger;[Ljava/lang/Object;)V]
Message.Message ( String key, java.util.ResourceBundle catalog, Object[ ] params )
[run-time name: org/apache/cxf/common/i18n/Message."<init>":(Ljava/lang/String;Ljava/util/ResourceBundle;[Ljava/lang/Object;)V]
Message.toString ( ) : String
[run-time name: org/apache/cxf/common/i18n/Message.toString:()Ljava/lang/String;]
package org.apache.cxf.message
Message.getAttachments ( ) [abstract] : java.util.Collection
[run-time name: org/apache/cxf/message/Message.getAttachments:()Ljava/util/Collection;]
Message.getContent ( Class p1 ) [abstract] : Object
[run-time name: org/apache/cxf/message/Message.getContent:(Ljava/lang/Class;)Ljava/lang/Object;]
Message.getContentFormats ( ) [abstract] : java.util.Set
[run-time name: org/apache/cxf/message/Message.getContentFormats:()Ljava/util/Set;]
Message.getContextualProperty ( String p1 ) [abstract] : Object
[run-time name: org/apache/cxf/message/Message.getContextualProperty:(Ljava/lang/String;)Ljava/lang/Object;]
Message.getDestination ( ) [abstract] : org.apache.cxf.transport.Destination
[run-time name: org/apache/cxf/message/Message.getDestination:()Lorg/apache/cxf/transport/Destination;]
Message.getExchange ( ) [abstract] : Exchange
[run-time name: org/apache/cxf/message/Message.getExchange:()Lorg/apache/cxf/message/Exchange;]
Message.getId ( ) [abstract] : String
[run-time name: org/apache/cxf/message/Message.getId:()Ljava/lang/String;]
Message.getInterceptorChain ( ) [abstract] : org.apache.cxf.interceptor.InterceptorChain
[run-time name: org/apache/cxf/message/Message.getInterceptorChain:()Lorg/apache/cxf/interceptor/InterceptorChain;]
Message.removeContent ( Class p1 ) [abstract] : void
[run-time name: org/apache/cxf/message/Message.removeContent:(Ljava/lang/Class;)V]
Message.resetContextCache ( ) [abstract] : void
[run-time name: org/apache/cxf/message/Message.resetContextCache:()V]
Message.setAttachments ( java.util.Collection p1 ) [abstract] : void
[run-time name: org/apache/cxf/message/Message.setAttachments:(Ljava/util/Collection;)V]
Message.setContent ( Class p1, Object p2 ) [abstract] : void
[run-time name: org/apache/cxf/message/Message.setContent:(Ljava/lang/Class;Ljava/lang/Object;)V]
Message.setContextualProperty ( String p1, Object p2 ) [abstract] : void
[run-time name: org/apache/cxf/message/Message.setContextualProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
Message.setExchange ( Exchange p1 ) [abstract] : void
[run-time name: org/apache/cxf/message/Message.setExchange:(Lorg/apache/cxf/message/Exchange;)V]
Message.setId ( String p1 ) [abstract] : void
[run-time name: org/apache/cxf/message/Message.setId:(Ljava/lang/String;)V]
Message.setInterceptorChain ( org.apache.cxf.interceptor.InterceptorChain p1 ) [abstract] : void
[run-time name: org/apache/cxf/message/Message.setInterceptorChain:(Lorg/apache/cxf/interceptor/InterceptorChain;)V]
openejb-cxf-bundle-2.5.2.jar, MessageContentsList.class
package org.apache.cxf.message
MessageContentsList.get ( org.apache.cxf.service.model.MessagePartInfo key ) : Object
[run-time name: org/apache/cxf/message/MessageContentsList.get:(Lorg/apache/cxf/service/model/MessagePartInfo;)Ljava/lang/Object;]
MessageContentsList.getContentsList ( Message msg ) [static] : MessageContentsList
[run-time name: org/apache/cxf/message/MessageContentsList.getContentsList:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/message/MessageContentsList;]
MessageContentsList.hasValue ( org.apache.cxf.service.model.MessagePartInfo key ) : boolean
[run-time name: org/apache/cxf/message/MessageContentsList.hasValue:(Lorg/apache/cxf/service/model/MessagePartInfo;)Z]
MessageContentsList.MessageContentsList ( )
[run-time name: org/apache/cxf/message/MessageContentsList."<init>":()V]
MessageContentsList.MessageContentsList ( java.util.List values )
[run-time name: org/apache/cxf/message/MessageContentsList."<init>":(Ljava/util/List;)V]
MessageContentsList.MessageContentsList ( Object[ ] values )
[run-time name: org/apache/cxf/message/MessageContentsList."<init>":([Ljava/lang/Object;)V]
MessageContentsList.put ( org.apache.cxf.service.model.MessagePartInfo key, Object value ) : Object
[run-time name: org/apache/cxf/message/MessageContentsList.put:(Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)Ljava/lang/Object;]
MessageContentsList.remove ( org.apache.cxf.service.model.MessagePartInfo key ) : void
[run-time name: org/apache/cxf/message/MessageContentsList.remove:(Lorg/apache/cxf/service/model/MessagePartInfo;)V]
MessageContentsList.set ( int idx, Object value ) : Object
[run-time name: org/apache/cxf/message/MessageContentsList.set:(ILjava/lang/Object;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, MessageContext.class
package org.apache.cxf.jaxrs.ext
MessageContext.get ( Object p1 ) [abstract] : Object
[run-time name: org/apache/cxf/jaxrs/ext/MessageContext.get:(Ljava/lang/Object;)Ljava/lang/Object;]
MessageContext.getContent ( Class p1 ) [abstract] : Object
[run-time name: org/apache/cxf/jaxrs/ext/MessageContext.getContent:(Ljava/lang/Class;)Ljava/lang/Object;]
MessageContext.getContext ( Class p1 ) [abstract] : Object
[run-time name: org/apache/cxf/jaxrs/ext/MessageContext.getContext:(Ljava/lang/Class;)Ljava/lang/Object;]
MessageContext.getContextualProperty ( Object p1 ) [abstract] : Object
[run-time name: org/apache/cxf/jaxrs/ext/MessageContext.getContextualProperty:(Ljava/lang/Object;)Ljava/lang/Object;]
MessageContext.getHttpHeaders ( ) [abstract] : javax.ws.rs.core.HttpHeaders
[run-time name: org/apache/cxf/jaxrs/ext/MessageContext.getHttpHeaders:()Ljavax/ws/rs/core/HttpHeaders;]
MessageContext.getHttpServletRequest ( ) [abstract] : javax.servlet.http.HttpServletRequest
[run-time name: org/apache/cxf/jaxrs/ext/MessageContext.getHttpServletRequest:()Ljavax/servlet/http/HttpServletRequest;]
MessageContext.getHttpServletResponse ( ) [abstract] : javax.servlet.http.HttpServletResponse
[run-time name: org/apache/cxf/jaxrs/ext/MessageContext.getHttpServletResponse:()Ljavax/servlet/http/HttpServletResponse;]
MessageContext.getProviders ( ) [abstract] : javax.ws.rs.ext.Providers
[run-time name: org/apache/cxf/jaxrs/ext/MessageContext.getProviders:()Ljavax/ws/rs/ext/Providers;]
MessageContext.getRequest ( ) [abstract] : javax.ws.rs.core.Request
[run-time name: org/apache/cxf/jaxrs/ext/MessageContext.getRequest:()Ljavax/ws/rs/core/Request;]
MessageContext.getResolver ( Class p1, Class p2 ) [abstract] : Object
[run-time name: org/apache/cxf/jaxrs/ext/MessageContext.getResolver:(Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/Object;]
MessageContext.getSecurityContext ( ) [abstract] : javax.ws.rs.core.SecurityContext
[run-time name: org/apache/cxf/jaxrs/ext/MessageContext.getSecurityContext:()Ljavax/ws/rs/core/SecurityContext;]
MessageContext.getServletConfig ( ) [abstract] : javax.servlet.ServletConfig
[run-time name: org/apache/cxf/jaxrs/ext/MessageContext.getServletConfig:()Ljavax/servlet/ServletConfig;]
MessageContext.getServletContext ( ) [abstract] : javax.servlet.ServletContext
[run-time name: org/apache/cxf/jaxrs/ext/MessageContext.getServletContext:()Ljavax/servlet/ServletContext;]
MessageContext.getUriInfo ( ) [abstract] : javax.ws.rs.core.UriInfo
[run-time name: org/apache/cxf/jaxrs/ext/MessageContext.getUriInfo:()Ljavax/ws/rs/core/UriInfo;]
MessageContext.put ( Object p1, Object p2 ) [abstract] : void
[run-time name: org/apache/cxf/jaxrs/ext/MessageContext.put:(Ljava/lang/Object;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, MessageContextImpl.class
package org.apache.cxf.jaxrs.ext
MessageContextImpl.get ( Object key ) : Object
[run-time name: org/apache/cxf/jaxrs/ext/MessageContextImpl.get:(Ljava/lang/Object;)Ljava/lang/Object;]
MessageContextImpl.getContent ( Class format ) : Object
[run-time name: org/apache/cxf/jaxrs/ext/MessageContextImpl.getContent:(Ljava/lang/Class;)Ljava/lang/Object;]
MessageContextImpl.getContext ( Class contextClass ) : Object
[run-time name: org/apache/cxf/jaxrs/ext/MessageContextImpl.getContext:(Ljava/lang/Class;)Ljava/lang/Object;]
MessageContextImpl.getContext ( reflect.Type genericType, Class clazz ) : Object
[run-time name: org/apache/cxf/jaxrs/ext/MessageContextImpl.getContext:(Ljava/lang/reflect/Type;Ljava/lang/Class;)Ljava/lang/Object;]
MessageContextImpl.getContextualProperty ( Object key ) : Object
[run-time name: org/apache/cxf/jaxrs/ext/MessageContextImpl.getContextualProperty:(Ljava/lang/Object;)Ljava/lang/Object;]
MessageContextImpl.getHttpHeaders ( ) : javax.ws.rs.core.HttpHeaders
[run-time name: org/apache/cxf/jaxrs/ext/MessageContextImpl.getHttpHeaders:()Ljavax/ws/rs/core/HttpHeaders;]
MessageContextImpl.getHttpServletRequest ( ) : javax.servlet.http.HttpServletRequest
[run-time name: org/apache/cxf/jaxrs/ext/MessageContextImpl.getHttpServletRequest:()Ljavax/servlet/http/HttpServletRequest;]
MessageContextImpl.getHttpServletResponse ( ) : javax.servlet.http.HttpServletResponse
[run-time name: org/apache/cxf/jaxrs/ext/MessageContextImpl.getHttpServletResponse:()Ljavax/servlet/http/HttpServletResponse;]
MessageContextImpl.getProviders ( ) : javax.ws.rs.ext.Providers
[run-time name: org/apache/cxf/jaxrs/ext/MessageContextImpl.getProviders:()Ljavax/ws/rs/ext/Providers;]
MessageContextImpl.getRequest ( ) : javax.ws.rs.core.Request
[run-time name: org/apache/cxf/jaxrs/ext/MessageContextImpl.getRequest:()Ljavax/ws/rs/core/Request;]
MessageContextImpl.getResolver ( Class resolverClazz, Class resolveClazz ) : Object
[run-time name: org/apache/cxf/jaxrs/ext/MessageContextImpl.getResolver:(Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/Object;]
MessageContextImpl.getSecurityContext ( ) : javax.ws.rs.core.SecurityContext
[run-time name: org/apache/cxf/jaxrs/ext/MessageContextImpl.getSecurityContext:()Ljavax/ws/rs/core/SecurityContext;]
MessageContextImpl.getServletConfig ( ) : javax.servlet.ServletConfig
[run-time name: org/apache/cxf/jaxrs/ext/MessageContextImpl.getServletConfig:()Ljavax/servlet/ServletConfig;]
MessageContextImpl.getServletContext ( ) : javax.servlet.ServletContext
[run-time name: org/apache/cxf/jaxrs/ext/MessageContextImpl.getServletContext:()Ljavax/servlet/ServletContext;]
MessageContextImpl.getUriInfo ( ) : javax.ws.rs.core.UriInfo
[run-time name: org/apache/cxf/jaxrs/ext/MessageContextImpl.getUriInfo:()Ljavax/ws/rs/core/UriInfo;]
MessageContextImpl.MessageContextImpl ( org.apache.cxf.message.Message m )
[run-time name: org/apache/cxf/jaxrs/ext/MessageContextImpl."<init>":(Lorg/apache/cxf/message/Message;)V]
MessageContextImpl.put ( Object key, Object value ) : void
[run-time name: org/apache/cxf/jaxrs/ext/MessageContextImpl.put:(Ljava/lang/Object;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, MessageDestinationLinkType.class
package org.apache.cxf.jaxws.javaee
MessageDestinationLinkType.MessageDestinationLinkType ( )
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationLinkType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, MessageDestinationRefType.class
package org.apache.cxf.jaxws.javaee
MessageDestinationRefType.getDescription ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationRefType.getDescription:()Ljava/util/List;]
MessageDestinationRefType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationRefType.getId:()Ljava/lang/String;]
MessageDestinationRefType.getInjectionTarget ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationRefType.getInjectionTarget:()Ljava/util/List;]
MessageDestinationRefType.getMappedName ( ) : XsdStringType
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationRefType.getMappedName:()Lorg/apache/cxf/jaxws/javaee/XsdStringType;]
MessageDestinationRefType.getMessageDestinationLink ( ) : MessageDestinationLinkType
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationRefType.getMessageDestinationLink:()Lorg/apache/cxf/jaxws/javaee/MessageDestinationLinkType;]
MessageDestinationRefType.getMessageDestinationRefName ( ) : JndiNameType
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationRefType.getMessageDestinationRefName:()Lorg/apache/cxf/jaxws/javaee/JndiNameType;]
MessageDestinationRefType.getMessageDestinationType ( ) : MessageDestinationTypeType
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationRefType.getMessageDestinationType:()Lorg/apache/cxf/jaxws/javaee/MessageDestinationTypeType;]
MessageDestinationRefType.getMessageDestinationUsage ( ) : MessageDestinationUsageType
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationRefType.getMessageDestinationUsage:()Lorg/apache/cxf/jaxws/javaee/MessageDestinationUsageType;]
MessageDestinationRefType.MessageDestinationRefType ( )
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationRefType."<init>":()V]
MessageDestinationRefType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationRefType.setId:(Ljava/lang/String;)V]
MessageDestinationRefType.setMappedName ( XsdStringType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationRefType.setMappedName:(Lorg/apache/cxf/jaxws/javaee/XsdStringType;)V]
MessageDestinationRefType.setMessageDestinationLink ( MessageDestinationLinkType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationRefType.setMessageDestinationLink:(Lorg/apache/cxf/jaxws/javaee/MessageDestinationLinkType;)V]
MessageDestinationRefType.setMessageDestinationRefName ( JndiNameType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationRefType.setMessageDestinationRefName:(Lorg/apache/cxf/jaxws/javaee/JndiNameType;)V]
MessageDestinationRefType.setMessageDestinationType ( MessageDestinationTypeType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationRefType.setMessageDestinationType:(Lorg/apache/cxf/jaxws/javaee/MessageDestinationTypeType;)V]
MessageDestinationRefType.setMessageDestinationUsage ( MessageDestinationUsageType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationRefType.setMessageDestinationUsage:(Lorg/apache/cxf/jaxws/javaee/MessageDestinationUsageType;)V]
openejb-cxf-bundle-2.5.2.jar, MessageDestinationType.class
package org.apache.cxf.jaxws.javaee
MessageDestinationType.getDescription ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationType.getDescription:()Ljava/util/List;]
MessageDestinationType.getDisplayName ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationType.getDisplayName:()Ljava/util/List;]
MessageDestinationType.getIcon ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationType.getIcon:()Ljava/util/List;]
MessageDestinationType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationType.getId:()Ljava/lang/String;]
MessageDestinationType.getMappedName ( ) : XsdStringType
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationType.getMappedName:()Lorg/apache/cxf/jaxws/javaee/XsdStringType;]
MessageDestinationType.getMessageDestinationName ( ) : CString
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationType.getMessageDestinationName:()Lorg/apache/cxf/jaxws/javaee/CString;]
MessageDestinationType.MessageDestinationType ( )
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationType."<init>":()V]
MessageDestinationType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationType.setId:(Ljava/lang/String;)V]
MessageDestinationType.setMappedName ( XsdStringType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationType.setMappedName:(Lorg/apache/cxf/jaxws/javaee/XsdStringType;)V]
MessageDestinationType.setMessageDestinationName ( CString value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationType.setMessageDestinationName:(Lorg/apache/cxf/jaxws/javaee/CString;)V]
openejb-cxf-bundle-2.5.2.jar, MessageDestinationTypeType.class
package org.apache.cxf.jaxws.javaee
MessageDestinationTypeType.MessageDestinationTypeType ( )
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationTypeType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, MessageDestinationUsageType.class
package org.apache.cxf.jaxws.javaee
MessageDestinationUsageType.MessageDestinationUsageType ( )
[run-time name: org/apache/cxf/jaxws/javaee/MessageDestinationUsageType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, MessageFormatType.class
package org.apache.cxf.transport.jms
MessageFormatType.fromValue ( String v ) [static] : MessageFormatType
[run-time name: org/apache/cxf/transport/jms/MessageFormatType.fromValue:(Ljava/lang/String;)Lorg/apache/cxf/transport/jms/MessageFormatType;]
MessageFormatType.value ( ) : String
[run-time name: org/apache/cxf/transport/jms/MessageFormatType.value:()Ljava/lang/String;]
MessageFormatType.valueOf ( String name ) [static] : MessageFormatType
[run-time name: org/apache/cxf/transport/jms/MessageFormatType.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/transport/jms/MessageFormatType;]
MessageFormatType.values ( ) [static] : MessageFormatType[ ]
[run-time name: org/apache/cxf/transport/jms/MessageFormatType.values:()[Lorg/apache/cxf/transport/jms/MessageFormatType;]
openejb-cxf-bundle-2.5.2.jar, MessageHandlingTimeRecorder.class
package org.apache.cxf.management.counters
MessageHandlingTimeRecorder.beginHandling ( ) : void
[run-time name: org/apache/cxf/management/counters/MessageHandlingTimeRecorder.beginHandling:()V]
MessageHandlingTimeRecorder.endHandling ( ) : void
[run-time name: org/apache/cxf/management/counters/MessageHandlingTimeRecorder.endHandling:()V]
MessageHandlingTimeRecorder.getEndTime ( ) : long
[run-time name: org/apache/cxf/management/counters/MessageHandlingTimeRecorder.getEndTime:()J]
MessageHandlingTimeRecorder.getFaultMode ( ) : org.apache.cxf.message.FaultMode
[run-time name: org/apache/cxf/management/counters/MessageHandlingTimeRecorder.getFaultMode:()Lorg/apache/cxf/message/FaultMode;]
MessageHandlingTimeRecorder.getHandleExchange ( ) : org.apache.cxf.message.Exchange
[run-time name: org/apache/cxf/management/counters/MessageHandlingTimeRecorder.getHandleExchange:()Lorg/apache/cxf/message/Exchange;]
MessageHandlingTimeRecorder.getHandlingTime ( ) : long
[run-time name: org/apache/cxf/management/counters/MessageHandlingTimeRecorder.getHandlingTime:()J]
MessageHandlingTimeRecorder.isOneWay ( ) : boolean
[run-time name: org/apache/cxf/management/counters/MessageHandlingTimeRecorder.isOneWay:()Z]
MessageHandlingTimeRecorder.MessageHandlingTimeRecorder ( org.apache.cxf.message.Exchange ex )
[run-time name: org/apache/cxf/management/counters/MessageHandlingTimeRecorder."<init>":(Lorg/apache/cxf/message/Exchange;)V]
MessageHandlingTimeRecorder.setFaultMode ( org.apache.cxf.message.FaultMode faultMode ) : void
[run-time name: org/apache/cxf/management/counters/MessageHandlingTimeRecorder.setFaultMode:(Lorg/apache/cxf/message/FaultMode;)V]
MessageHandlingTimeRecorder.setOneWay ( boolean ow ) : void
[run-time name: org/apache/cxf/management/counters/MessageHandlingTimeRecorder.setOneWay:(Z)V]
MessageHandlingTimeRecorder.toString ( ) : String
[run-time name: org/apache/cxf/management/counters/MessageHandlingTimeRecorder.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, MessageIdCache.class
package org.apache.cxf.ws.addressing
MessageIdCache.checkUniquenessAndCacheId ( String p1 ) [abstract] : boolean
[run-time name: org/apache/cxf/ws/addressing/MessageIdCache.checkUniquenessAndCacheId:(Ljava/lang/String;)Z]
openejb-cxf-bundle-2.5.2.jar, MessageImpl.class
package org.apache.cxf.message
MessageImpl.copyContent ( Message m1, Message m2 ) [static] : void
[run-time name: org/apache/cxf/message/MessageImpl.copyContent:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/message/Message;)V]
MessageImpl.getAttachmentMimeType ( ) : String
[run-time name: org/apache/cxf/message/MessageImpl.getAttachmentMimeType:()Ljava/lang/String;]
MessageImpl.getAttachments ( ) : java.util.Collection
[run-time name: org/apache/cxf/message/MessageImpl.getAttachments:()Ljava/util/Collection;]
MessageImpl.getContent ( Class format ) : Object
[run-time name: org/apache/cxf/message/MessageImpl.getContent:(Ljava/lang/Class;)Ljava/lang/Object;]
MessageImpl.getContentFormats ( ) : java.util.Set
[run-time name: org/apache/cxf/message/MessageImpl.getContentFormats:()Ljava/util/Set;]
MessageImpl.getContextualProperty ( String key ) : Object
[run-time name: org/apache/cxf/message/MessageImpl.getContextualProperty:(Ljava/lang/String;)Ljava/lang/Object;]
MessageImpl.getDestination ( ) : org.apache.cxf.transport.Destination
[run-time name: org/apache/cxf/message/MessageImpl.getDestination:()Lorg/apache/cxf/transport/Destination;]
MessageImpl.getExchange ( ) : Exchange
[run-time name: org/apache/cxf/message/MessageImpl.getExchange:()Lorg/apache/cxf/message/Exchange;]
MessageImpl.getId ( ) : String
[run-time name: org/apache/cxf/message/MessageImpl.getId:()Ljava/lang/String;]
MessageImpl.getInterceptorChain ( ) : org.apache.cxf.interceptor.InterceptorChain
[run-time name: org/apache/cxf/message/MessageImpl.getInterceptorChain:()Lorg/apache/cxf/interceptor/InterceptorChain;]
MessageImpl.MessageImpl ( )
[run-time name: org/apache/cxf/message/MessageImpl."<init>":()V]
MessageImpl.MessageImpl ( Message m )
[run-time name: org/apache/cxf/message/MessageImpl."<init>":(Lorg/apache/cxf/message/Message;)V]
MessageImpl.put ( Object x0, Object x1 ) : Object
[run-time name: org/apache/cxf/message/MessageImpl.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
MessageImpl.put ( String key, Object value ) : Object
[run-time name: org/apache/cxf/message/MessageImpl.put:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
MessageImpl.removeContent ( Class format ) : void
[run-time name: org/apache/cxf/message/MessageImpl.removeContent:(Ljava/lang/Class;)V]
MessageImpl.resetContextCache ( ) : void
[run-time name: org/apache/cxf/message/MessageImpl.resetContextCache:()V]
MessageImpl.setAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/message/MessageImpl.setAttachments:(Ljava/util/Collection;)V]
MessageImpl.setContent ( Class format, Object content ) : void
[run-time name: org/apache/cxf/message/MessageImpl.setContent:(Ljava/lang/Class;Ljava/lang/Object;)V]
MessageImpl.setContextualProperty ( String key, Object v ) : void
[run-time name: org/apache/cxf/message/MessageImpl.setContextualProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
MessageImpl.setDestination ( org.apache.cxf.transport.Destination d ) : void
[run-time name: org/apache/cxf/message/MessageImpl.setDestination:(Lorg/apache/cxf/transport/Destination;)V]
MessageImpl.setExchange ( Exchange e ) : void
[run-time name: org/apache/cxf/message/MessageImpl.setExchange:(Lorg/apache/cxf/message/Exchange;)V]
MessageImpl.setId ( String i ) : void
[run-time name: org/apache/cxf/message/MessageImpl.setId:(Ljava/lang/String;)V]
MessageImpl.setInterceptorChain ( org.apache.cxf.interceptor.InterceptorChain ic ) : void
[run-time name: org/apache/cxf/message/MessageImpl.setInterceptorChain:(Lorg/apache/cxf/interceptor/InterceptorChain;)V]
openejb-cxf-bundle-2.5.2.jar, MessageInfo.class
package org.apache.cxf.service.model
MessageInfo.getMessagePartsMap ( ) : java.util.Map
[run-time name: org/apache/cxf/service/model/MessageInfo.getMessagePartsMap:()Ljava/util/Map;]
MessageInfo.getOrderedParts ( java.util.List order ) : java.util.List
[run-time name: org/apache/cxf/service/model/MessageInfo.getOrderedParts:(Ljava/util/List;)Ljava/util/List;]
MessageInfo.getType ( ) : MessageInfo.Type
[run-time name: org/apache/cxf/service/model/MessageInfo.getType:()Lorg/apache/cxf/service/model/MessageInfo$Type;]
MessageInfo.MessageInfo ( OperationInfo op, MessageInfo.Type type, javax.xml.namespace.QName nm )
[run-time name: org/apache/cxf/service/model/MessageInfo."<init>":(Lorg/apache/cxf/service/model/OperationInfo;Lorg/apache/cxf/service/model/MessageInfo$Type;Ljavax/xml/namespace/QName;)V]
MessageInfo.setName ( javax.xml.namespace.QName qn ) : void
[run-time name: org/apache/cxf/service/model/MessageInfo.setName:(Ljavax/xml/namespace/QName;)V]
MessageInfo.setType ( MessageInfo.Type type ) : void
[run-time name: org/apache/cxf/service/model/MessageInfo.setType:(Lorg/apache/cxf/service/model/MessageInfo$Type;)V]
MessageInfo.toString ( ) : String
[run-time name: org/apache/cxf/service/model/MessageInfo.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, MessageModeInInterceptor.class
package org.apache.cxf.jaxws.interceptors
MessageModeInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxws/interceptors/MessageModeInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
MessageModeInInterceptor.MessageModeInInterceptor ( Class c, javax.xml.namespace.QName bName )
[run-time name: org/apache/cxf/jaxws/interceptors/MessageModeInInterceptor."<init>":(Ljava/lang/Class;Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, MessageModeOutInterceptor.class
package org.apache.cxf.jaxws.interceptors
MessageModeOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxws/interceptors/MessageModeOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
MessageModeOutInterceptor.MessageModeOutInterceptor ( Class t, javax.xml.namespace.QName bname )
[run-time name: org/apache/cxf/jaxws/interceptors/MessageModeOutInterceptor."<init>":(Ljava/lang/Class;Ljavax/xml/namespace/QName;)V]
MessageModeOutInterceptor.MessageModeOutInterceptor ( org.apache.cxf.binding.soap.saaj.SAAJOutInterceptor saajOut, javax.xml.namespace.QName bname )
[run-time name: org/apache/cxf/jaxws/interceptors/MessageModeOutInterceptor."<init>":(Lorg/apache/cxf/binding/soap/saaj/SAAJOutInterceptor;Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, MessageObserver.class
package org.apache.cxf.transport
MessageObserver.onMessage ( org.apache.cxf.message.Message p1 ) [abstract] : void
[run-time name: org/apache/cxf/transport/MessageObserver.onMessage:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, MessagePartInfo.class
package org.apache.cxf.service.model
MessagePartInfo.equals ( Object o ) : boolean
[run-time name: org/apache/cxf/service/model/MessagePartInfo.equals:(Ljava/lang/Object;)Z]
MessagePartInfo.getConcreteName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/model/MessagePartInfo.getConcreteName:()Ljavax/xml/namespace/QName;]
MessagePartInfo.getElementQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/model/MessagePartInfo.getElementQName:()Ljavax/xml/namespace/QName;]
MessagePartInfo.getIndex ( ) : int
[run-time name: org/apache/cxf/service/model/MessagePartInfo.getIndex:()I]
MessagePartInfo.getMessageInfo ( ) : AbstractMessageContainer
[run-time name: org/apache/cxf/service/model/MessagePartInfo.getMessageInfo:()Lorg/apache/cxf/service/model/AbstractMessageContainer;]
MessagePartInfo.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/model/MessagePartInfo.getName:()Ljavax/xml/namespace/QName;]
MessagePartInfo.getTypeClass ( ) : Class
[run-time name: org/apache/cxf/service/model/MessagePartInfo.getTypeClass:()Ljava/lang/Class;]
MessagePartInfo.getTypeQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/model/MessagePartInfo.getTypeQName:()Ljavax/xml/namespace/QName;]
MessagePartInfo.getXmlSchema ( ) : org.apache.ws.commons.schema.XmlSchemaAnnotated
[run-time name: org/apache/cxf/service/model/MessagePartInfo.getXmlSchema:()Lorg/apache/ws/commons/schema/XmlSchemaAnnotated;]
MessagePartInfo.hashCode ( ) : int
[run-time name: org/apache/cxf/service/model/MessagePartInfo.hashCode:()I]
MessagePartInfo.isElement ( ) : boolean
[run-time name: org/apache/cxf/service/model/MessagePartInfo.isElement:()Z]
MessagePartInfo.MessagePartInfo ( javax.xml.namespace.QName n, AbstractMessageContainer info )
[run-time name: org/apache/cxf/service/model/MessagePartInfo."<init>":(Ljavax/xml/namespace/QName;Lorg/apache/cxf/service/model/AbstractMessageContainer;)V]
MessagePartInfo.setConcreteName ( javax.xml.namespace.QName concreteName ) : void
[run-time name: org/apache/cxf/service/model/MessagePartInfo.setConcreteName:(Ljavax/xml/namespace/QName;)V]
MessagePartInfo.setElement ( boolean b ) : void
[run-time name: org/apache/cxf/service/model/MessagePartInfo.setElement:(Z)V]
MessagePartInfo.setElementQName ( javax.xml.namespace.QName qn ) : void
[run-time name: org/apache/cxf/service/model/MessagePartInfo.setElementQName:(Ljavax/xml/namespace/QName;)V]
MessagePartInfo.setIndex ( int index ) : void
[run-time name: org/apache/cxf/service/model/MessagePartInfo.setIndex:(I)V]
MessagePartInfo.setMessageContainer ( AbstractMessageContainer info ) : void
[run-time name: org/apache/cxf/service/model/MessagePartInfo.setMessageContainer:(Lorg/apache/cxf/service/model/AbstractMessageContainer;)V]
MessagePartInfo.setName ( javax.xml.namespace.QName n ) : void
[run-time name: org/apache/cxf/service/model/MessagePartInfo.setName:(Ljavax/xml/namespace/QName;)V]
MessagePartInfo.setTypeClass ( Class typeClass ) : void
[run-time name: org/apache/cxf/service/model/MessagePartInfo.setTypeClass:(Ljava/lang/Class;)V]
MessagePartInfo.setTypeQName ( javax.xml.namespace.QName qn ) : void
[run-time name: org/apache/cxf/service/model/MessagePartInfo.setTypeQName:(Ljavax/xml/namespace/QName;)V]
MessagePartInfo.setXmlSchema ( org.apache.ws.commons.schema.XmlSchemaAnnotated xmlSchema ) : void
[run-time name: org/apache/cxf/service/model/MessagePartInfo.setXmlSchema:(Lorg/apache/ws/commons/schema/XmlSchemaAnnotated;)V]
MessagePartInfo.toString ( ) : String
[run-time name: org/apache/cxf/service/model/MessagePartInfo.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, MessageReader.class
package org.apache.cxf.aegis.xml
MessageReader.getAttributeReader ( javax.xml.namespace.QName p1 ) [abstract] : MessageReader
[run-time name: org/apache/cxf/aegis/xml/MessageReader.getAttributeReader:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/aegis/xml/MessageReader;]
MessageReader.getLocalName ( ) [abstract] : String
[run-time name: org/apache/cxf/aegis/xml/MessageReader.getLocalName:()Ljava/lang/String;]
MessageReader.getName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/xml/MessageReader.getName:()Ljavax/xml/namespace/QName;]
MessageReader.getNamespace ( ) [abstract] : String
[run-time name: org/apache/cxf/aegis/xml/MessageReader.getNamespace:()Ljava/lang/String;]
MessageReader.getNamespaceForPrefix ( String p1 ) [abstract] : String
[run-time name: org/apache/cxf/aegis/xml/MessageReader.getNamespaceForPrefix:(Ljava/lang/String;)Ljava/lang/String;]
MessageReader.getNextAttributeReader ( ) [abstract] : MessageReader
[run-time name: org/apache/cxf/aegis/xml/MessageReader.getNextAttributeReader:()Lorg/apache/cxf/aegis/xml/MessageReader;]
MessageReader.getNextElementReader ( ) [abstract] : MessageReader
[run-time name: org/apache/cxf/aegis/xml/MessageReader.getNextElementReader:()Lorg/apache/cxf/aegis/xml/MessageReader;]
MessageReader.getValue ( ) [abstract] : String
[run-time name: org/apache/cxf/aegis/xml/MessageReader.getValue:()Ljava/lang/String;]
MessageReader.getValueAsBoolean ( ) [abstract] : boolean
[run-time name: org/apache/cxf/aegis/xml/MessageReader.getValueAsBoolean:()Z]
MessageReader.getValueAsCharacter ( ) [abstract] : char
[run-time name: org/apache/cxf/aegis/xml/MessageReader.getValueAsCharacter:()C]
MessageReader.getValueAsDouble ( ) [abstract] : double
[run-time name: org/apache/cxf/aegis/xml/MessageReader.getValueAsDouble:()D]
MessageReader.getValueAsFloat ( ) [abstract] : float
[run-time name: org/apache/cxf/aegis/xml/MessageReader.getValueAsFloat:()F]
MessageReader.getValueAsInt ( ) [abstract] : int
[run-time name: org/apache/cxf/aegis/xml/MessageReader.getValueAsInt:()I]
MessageReader.getValueAsLong ( ) [abstract] : long
[run-time name: org/apache/cxf/aegis/xml/MessageReader.getValueAsLong:()J]
MessageReader.getXMLStreamReader ( ) [abstract] : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/aegis/xml/MessageReader.getXMLStreamReader:()Ljavax/xml/stream/XMLStreamReader;]
MessageReader.hasMoreAttributeReaders ( ) [abstract] : boolean
[run-time name: org/apache/cxf/aegis/xml/MessageReader.hasMoreAttributeReaders:()Z]
MessageReader.hasMoreElementReaders ( ) [abstract] : boolean
[run-time name: org/apache/cxf/aegis/xml/MessageReader.hasMoreElementReaders:()Z]
MessageReader.isXsiNil ( ) [abstract] : boolean
[run-time name: org/apache/cxf/aegis/xml/MessageReader.isXsiNil:()Z]
MessageReader.readToEnd ( ) [abstract] : void
[run-time name: org/apache/cxf/aegis/xml/MessageReader.readToEnd:()V]
openejb-cxf-bundle-2.5.2.jar, MessageSenderEndingInterceptor.class
package org.apache.cxf.interceptor
MessageSenderInterceptor.MessageSenderEndingInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/MessageSenderInterceptor.MessageSenderEndingInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
MessageSenderInterceptor.MessageSenderEndingInterceptor.MessageSenderInterceptor.MessageSenderEndingInterceptor ( MessageSenderInterceptor p1 )
[run-time name: org/apache/cxf/interceptor/MessageSenderInterceptor.MessageSenderEndingInterceptor."<init>":(Lorg/apache/cxf/interceptor/MessageSenderInterceptor;)V]
openejb-cxf-bundle-2.5.2.jar, MessageSenderInterceptor.class
package org.apache.cxf.interceptor
MessageSenderInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/MessageSenderInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
MessageSenderInterceptor.MessageSenderInterceptor ( )
[run-time name: org/apache/cxf/interceptor/MessageSenderInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, MessageTrustDecider.class
package org.apache.cxf.transport.http
MessageTrustDecider.establishTrust ( String p1, URLConnectionInfo p2, org.apache.cxf.message.Message p3 ) [abstract] : void
[run-time name: org/apache/cxf/transport/http/MessageTrustDecider.establishTrust:(Ljava/lang/String;Lorg/apache/cxf/transport/http/URLConnectionInfo;Lorg/apache/cxf/message/Message;)V]
MessageTrustDecider.getLogicalName ( ) : String
[run-time name: org/apache/cxf/transport/http/MessageTrustDecider.getLogicalName:()Ljava/lang/String;]
MessageTrustDecider.MessageTrustDecider ( )
[run-time name: org/apache/cxf/transport/http/MessageTrustDecider."<init>":()V]
MessageTrustDecider.MessageTrustDecider ( String name )
[run-time name: org/apache/cxf/transport/http/MessageTrustDecider."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, MessageTrustDeciderBeanDefinitionParser.class
package org.apache.cxf.transport.http.spring
MessageTrustDeciderBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 ) : Class
[run-time name: org/apache/cxf/transport/http/spring/MessageTrustDeciderBeanDefinitionParser.getBeanClass:(Lorg/w3c/dom/Element;)Ljava/lang/Class;]
MessageTrustDeciderBeanDefinitionParser.getJaxbPackage ( ) : String
[run-time name: org/apache/cxf/transport/http/spring/MessageTrustDeciderBeanDefinitionParser.getJaxbPackage:()Ljava/lang/String;]
MessageTrustDeciderBeanDefinitionParser.MessageTrustDeciderBeanDefinitionParser ( )
[run-time name: org/apache/cxf/transport/http/spring/MessageTrustDeciderBeanDefinitionParser."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, MessageUtils.class
package org.apache.cxf.message
MessageUtils.getContextualBoolean ( Message m, String key, boolean defaultValue ) [static] : boolean
[run-time name: org/apache/cxf/message/MessageUtils.getContextualBoolean:(Lorg/apache/cxf/message/Message;Ljava/lang/String;Z)Z]
MessageUtils.getFaultMode ( Message message ) [static] : FaultMode
[run-time name: org/apache/cxf/message/MessageUtils.getFaultMode:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/message/FaultMode;]
MessageUtils.isDOMPresent ( Message m ) [static] : boolean
[run-time name: org/apache/cxf/message/MessageUtils.isDOMPresent:(Lorg/apache/cxf/message/Message;)Z]
MessageUtils.isEmptyPartialResponse ( Message message ) [static] : boolean
[run-time name: org/apache/cxf/message/MessageUtils.isEmptyPartialResponse:(Lorg/apache/cxf/message/Message;)Z]
MessageUtils.isFault ( Message message ) [static] : boolean
[run-time name: org/apache/cxf/message/MessageUtils.isFault:(Lorg/apache/cxf/message/Message;)Z]
MessageUtils.isOutbound ( Message message ) [static] : boolean
[run-time name: org/apache/cxf/message/MessageUtils.isOutbound:(Lorg/apache/cxf/message/Message;)Z]
MessageUtils.isPartialResponse ( Message message ) [static] : boolean
[run-time name: org/apache/cxf/message/MessageUtils.isPartialResponse:(Lorg/apache/cxf/message/Message;)Z]
MessageUtils.isRequestor ( Message message ) [static] : boolean
[run-time name: org/apache/cxf/message/MessageUtils.isRequestor:(Lorg/apache/cxf/message/Message;)Z]
MessageUtils.isTrue ( Object value ) [static] : boolean
[run-time name: org/apache/cxf/message/MessageUtils.isTrue:(Ljava/lang/Object;)Z]
openejb-cxf-bundle-2.5.2.jar, MessageWriter.class
package org.apache.cxf.aegis.xml
MessageWriter.close ( ) [abstract] : void
[run-time name: org/apache/cxf/aegis/xml/MessageWriter.close:()V]
MessageWriter.getAttributeWriter ( javax.xml.namespace.QName p1 ) [abstract] : MessageWriter
[run-time name: org/apache/cxf/aegis/xml/MessageWriter.getAttributeWriter:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
MessageWriter.getAttributeWriter ( String p1 ) [abstract] : MessageWriter
[run-time name: org/apache/cxf/aegis/xml/MessageWriter.getAttributeWriter:(Ljava/lang/String;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
MessageWriter.getAttributeWriter ( String p1, String p2 ) [abstract] : MessageWriter
[run-time name: org/apache/cxf/aegis/xml/MessageWriter.getAttributeWriter:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
MessageWriter.getElementWriter ( javax.xml.namespace.QName p1 ) [abstract] : MessageWriter
[run-time name: org/apache/cxf/aegis/xml/MessageWriter.getElementWriter:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
MessageWriter.getElementWriter ( String p1 ) [abstract] : MessageWriter
[run-time name: org/apache/cxf/aegis/xml/MessageWriter.getElementWriter:(Ljava/lang/String;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
MessageWriter.getElementWriter ( String p1, String p2 ) [abstract] : MessageWriter
[run-time name: org/apache/cxf/aegis/xml/MessageWriter.getElementWriter:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cxf/aegis/xml/MessageWriter;]
MessageWriter.getPrefixForNamespace ( String p1 ) [abstract] : String
[run-time name: org/apache/cxf/aegis/xml/MessageWriter.getPrefixForNamespace:(Ljava/lang/String;)Ljava/lang/String;]
MessageWriter.getPrefixForNamespace ( String p1, String p2 ) [abstract] : String
[run-time name: org/apache/cxf/aegis/xml/MessageWriter.getPrefixForNamespace:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
MessageWriter.writeValue ( Object p1 ) [abstract] : void
[run-time name: org/apache/cxf/aegis/xml/MessageWriter.writeValue:(Ljava/lang/Object;)V]
MessageWriter.writeValueAsBoolean ( boolean p1 ) [abstract] : void
[run-time name: org/apache/cxf/aegis/xml/MessageWriter.writeValueAsBoolean:(Z)V]
MessageWriter.writeValueAsByte ( Byte p1 ) [abstract] : void
[run-time name: org/apache/cxf/aegis/xml/MessageWriter.writeValueAsByte:(Ljava/lang/Byte;)V]
MessageWriter.writeValueAsCharacter ( Character p1 ) [abstract] : void
[run-time name: org/apache/cxf/aegis/xml/MessageWriter.writeValueAsCharacter:(Ljava/lang/Character;)V]
MessageWriter.writeValueAsDouble ( Double p1 ) [abstract] : void
[run-time name: org/apache/cxf/aegis/xml/MessageWriter.writeValueAsDouble:(Ljava/lang/Double;)V]
MessageWriter.writeValueAsFloat ( Float p1 ) [abstract] : void
[run-time name: org/apache/cxf/aegis/xml/MessageWriter.writeValueAsFloat:(Ljava/lang/Float;)V]
MessageWriter.writeValueAsInt ( Integer p1 ) [abstract] : void
[run-time name: org/apache/cxf/aegis/xml/MessageWriter.writeValueAsInt:(Ljava/lang/Integer;)V]
MessageWriter.writeValueAsLong ( Long p1 ) [abstract] : void
[run-time name: org/apache/cxf/aegis/xml/MessageWriter.writeValueAsLong:(Ljava/lang/Long;)V]
MessageWriter.writeValueAsShort ( Short p1 ) [abstract] : void
[run-time name: org/apache/cxf/aegis/xml/MessageWriter.writeValueAsShort:(Ljava/lang/Short;)V]
MessageWriter.writeXsiNil ( ) [abstract] : void
[run-time name: org/apache/cxf/aegis/xml/MessageWriter.writeXsiNil:()V]
MessageWriter.writeXsiType ( javax.xml.namespace.QName p1 ) [abstract] : void
[run-time name: org/apache/cxf/aegis/xml/MessageWriter.writeXsiType:(Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, Metadata.class
package org.apache.cxf.ws.mex.model._2004_09
Metadata.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/Metadata.getAny:()Ljava/util/List;]
Metadata.getMetadataSection ( ) : java.util.List
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/Metadata.getMetadataSection:()Ljava/util/List;]
Metadata.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/Metadata.getOtherAttributes:()Ljava/util/Map;]
Metadata.Metadata ( )
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/Metadata."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, MetadataExchange.class
package org.apache.cxf.ws.mex
MetadataExchange.get2004 ( ) [abstract] : model._2004_09.Metadata
[run-time name: org/apache/cxf/ws/mex/MetadataExchange.get2004:()Lorg/apache/cxf/ws/mex/model/_2004_09/Metadata;]
MetadataExchange.getMetadata ( model._2004_09.GetMetadata p1 ) [abstract] : model._2004_09.Metadata
[run-time name: org/apache/cxf/ws/mex/MetadataExchange.getMetadata:(Lorg/apache/cxf/ws/mex/model/_2004_09/GetMetadata;)Lorg/apache/cxf/ws/mex/model/_2004_09/Metadata;]
openejb-cxf-bundle-2.5.2.jar, MetadataReference.class
package org.apache.cxf.ws.mex.model._2004_09
MetadataReference.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/MetadataReference.getAny:()Ljava/util/List;]
MetadataReference.MetadataReference ( )
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/MetadataReference."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, MetadataSection.class
package org.apache.cxf.ws.mex.model._2004_09
MetadataSection.getAny ( ) : Object
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/MetadataSection.getAny:()Ljava/lang/Object;]
MetadataSection.getDialect ( ) : String
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/MetadataSection.getDialect:()Ljava/lang/String;]
MetadataSection.getIdentifier ( ) : String
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/MetadataSection.getIdentifier:()Ljava/lang/String;]
MetadataSection.getLocation ( ) : String
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/MetadataSection.getLocation:()Ljava/lang/String;]
MetadataSection.getMetadataReference ( ) : MetadataReference
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/MetadataSection.getMetadataReference:()Lorg/apache/cxf/ws/mex/model/_2004_09/MetadataReference;]
MetadataSection.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/MetadataSection.getOtherAttributes:()Ljava/util/Map;]
MetadataSection.MetadataSection ( )
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/MetadataSection."<init>":()V]
MetadataSection.setAny ( Object value ) : void
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/MetadataSection.setAny:(Ljava/lang/Object;)V]
MetadataSection.setDialect ( String value ) : void
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/MetadataSection.setDialect:(Ljava/lang/String;)V]
MetadataSection.setIdentifier ( String value ) : void
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/MetadataSection.setIdentifier:(Ljava/lang/String;)V]
MetadataSection.setLocation ( String value ) : void
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/MetadataSection.setLocation:(Ljava/lang/String;)V]
MetadataSection.setMetadataReference ( MetadataReference value ) : void
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/MetadataSection.setMetadataReference:(Lorg/apache/cxf/ws/mex/model/_2004_09/MetadataReference;)V]
openejb-cxf-bundle-2.5.2.jar, MetadataType.class
package org.apache.cxf.ws.addressing
MetadataType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/addressing/MetadataType.getAny:()Ljava/util/List;]
MetadataType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/MetadataType.getOtherAttributes:()Ljava/util/Map;]
MetadataType.MetadataType ( )
[run-time name: org/apache/cxf/ws/addressing/MetadataType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, MethodComparator.class
package org.apache.cxf.helpers
MethodComparator.compare ( Object x0, Object x1 ) : int
[run-time name: org/apache/cxf/helpers/MethodComparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I]
MethodComparator.compare ( reflect.Method m1, reflect.Method m2 ) : int
[run-time name: org/apache/cxf/helpers/MethodComparator.compare:(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)I]
MethodComparator.MethodComparator ( )
[run-time name: org/apache/cxf/helpers/MethodComparator."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, MethodDispatcher.class
package org.apache.cxf.frontend
MethodDispatcher.bind ( org.apache.cxf.service.model.OperationInfo p1, reflect.Method[ ] p2 ) [abstract] : void
[run-time name: org/apache/cxf/frontend/MethodDispatcher.bind:(Lorg/apache/cxf/service/model/OperationInfo;[Ljava/lang/reflect/Method;)V]
MethodDispatcher.getBindingOperation ( reflect.Method p1, org.apache.cxf.endpoint.Endpoint p2 ) [abstract] : org.apache.cxf.service.model.BindingOperationInfo
[run-time name: org/apache/cxf/frontend/MethodDispatcher.getBindingOperation:(Ljava/lang/reflect/Method;Lorg/apache/cxf/endpoint/Endpoint;)Lorg/apache/cxf/service/model/BindingOperationInfo;]
MethodDispatcher.getMethod ( org.apache.cxf.service.model.BindingOperationInfo p1 ) [abstract] : reflect.Method
[run-time name: org/apache/cxf/frontend/MethodDispatcher.getMethod:(Lorg/apache/cxf/service/model/BindingOperationInfo;)Ljava/lang/reflect/Method;]
package org.apache.cxf.jaxrs.model
MethodDispatcher.bind ( OperationResourceInfo o, reflect.Method[ ] methods ) : void
[run-time name: org/apache/cxf/jaxrs/model/MethodDispatcher.bind:(Lorg/apache/cxf/jaxrs/model/OperationResourceInfo;[Ljava/lang/reflect/Method;)V]
MethodDispatcher.getMethod ( OperationResourceInfo op ) : reflect.Method
[run-time name: org/apache/cxf/jaxrs/model/MethodDispatcher.getMethod:(Lorg/apache/cxf/jaxrs/model/OperationResourceInfo;)Ljava/lang/reflect/Method;]
MethodDispatcher.getOperationResourceInfo ( reflect.Method method ) : OperationResourceInfo
[run-time name: org/apache/cxf/jaxrs/model/MethodDispatcher.getOperationResourceInfo:(Ljava/lang/reflect/Method;)Lorg/apache/cxf/jaxrs/model/OperationResourceInfo;]
MethodDispatcher.getOperationResourceInfos ( ) : java.util.Set
[run-time name: org/apache/cxf/jaxrs/model/MethodDispatcher.getOperationResourceInfos:()Ljava/util/Set;]
MethodDispatcher.MethodDispatcher ( )
[run-time name: org/apache/cxf/jaxrs/model/MethodDispatcher."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, MethodInvocationInfo.class
package org.apache.cxf.jaxrs.model
MethodInvocationInfo.getMethodInfo ( ) : OperationResourceInfo
[run-time name: org/apache/cxf/jaxrs/model/MethodInvocationInfo.getMethodInfo:()Lorg/apache/cxf/jaxrs/model/OperationResourceInfo;]
MethodInvocationInfo.getRealClass ( ) : Class
[run-time name: org/apache/cxf/jaxrs/model/MethodInvocationInfo.getRealClass:()Ljava/lang/Class;]
MethodInvocationInfo.getTemplateValues ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/model/MethodInvocationInfo.getTemplateValues:()Ljava/util/List;]
MethodInvocationInfo.MethodInvocationInfo ( OperationResourceInfo ori, Class realClass, java.util.List templateValues )
[run-time name: org/apache/cxf/jaxrs/model/MethodInvocationInfo."<init>":(Lorg/apache/cxf/jaxrs/model/OperationResourceInfo;Ljava/lang/Class;Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, MethodNameSoapActionServiceConfiguration.class
package org.apache.cxf.service.factory
MethodNameSoapActionServiceConfiguration.getAction ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method ) : String
[run-time name: org/apache/cxf/service/factory/MethodNameSoapActionServiceConfiguration.getAction:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)Ljava/lang/String;]
MethodNameSoapActionServiceConfiguration.MethodNameSoapActionServiceConfiguration ( )
[run-time name: org/apache/cxf/service/factory/MethodNameSoapActionServiceConfiguration."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, MEXEndpoint.class
package org.apache.cxf.ws.mex
MEXEndpoint.get2004 ( ) : model._2004_09.Metadata
[run-time name: org/apache/cxf/ws/mex/MEXEndpoint.get2004:()Lorg/apache/cxf/ws/mex/model/_2004_09/Metadata;]
MEXEndpoint.getMetadata ( model._2004_09.GetMetadata body ) : model._2004_09.Metadata
[run-time name: org/apache/cxf/ws/mex/MEXEndpoint.getMetadata:(Lorg/apache/cxf/ws/mex/model/_2004_09/GetMetadata;)Lorg/apache/cxf/ws/mex/model/_2004_09/Metadata;]
MEXEndpoint.MEXEndpoint ( org.apache.cxf.endpoint.Server server )
[run-time name: org/apache/cxf/ws/mex/MEXEndpoint."<init>":(Lorg/apache/cxf/endpoint/Server;)V]
MEXEndpoint.MEXEndpoint ( org.apache.cxf.jaxws.EndpointImpl server )
[run-time name: org/apache/cxf/ws/mex/MEXEndpoint."<init>":(Lorg/apache/cxf/jaxws/EndpointImpl;)V]
openejb-cxf-bundle-2.5.2.jar, MEXInInterceptor.class
package org.apache.cxf.ws.mex
MEXInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/ws/mex/MEXInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
MEXInInterceptor.MEXInInterceptor ( org.apache.cxf.endpoint.Server serv )
[run-time name: org/apache/cxf/ws/mex/MEXInInterceptor."<init>":(Lorg/apache/cxf/endpoint/Server;)V]
openejb-cxf-bundle-2.5.2.jar, MEXServerListener.class
package org.apache.cxf.ws.mex
MEXServerListener.MEXServerListener ( )
[run-time name: org/apache/cxf/ws/mex/MEXServerListener."<init>":()V]
MEXServerListener.startServer ( org.apache.cxf.endpoint.Server serv ) : void
[run-time name: org/apache/cxf/ws/mex/MEXServerListener.startServer:(Lorg/apache/cxf/endpoint/Server;)V]
MEXServerListener.stopServer ( org.apache.cxf.endpoint.Server arg0 ) : void
[run-time name: org/apache/cxf/ws/mex/MEXServerListener.stopServer:(Lorg/apache/cxf/endpoint/Server;)V]
openejb-cxf-bundle-2.5.2.jar, MEXUtils.class
package org.apache.cxf.ws.mex
MEXUtils.getPolicies ( org.apache.cxf.endpoint.Server server, String id ) [static] : java.util.List
[run-time name: org/apache/cxf/ws/mex/MEXUtils.getPolicies:(Lorg/apache/cxf/endpoint/Server;Ljava/lang/String;)Ljava/util/List;]
MEXUtils.getPolicyLocations ( org.apache.cxf.endpoint.Server server ) [static] : java.util.Map
[run-time name: org/apache/cxf/ws/mex/MEXUtils.getPolicyLocations:(Lorg/apache/cxf/endpoint/Server;)Ljava/util/Map;]
MEXUtils.getSchemaLocations ( org.apache.cxf.endpoint.Server server ) [static] : java.util.Map
[run-time name: org/apache/cxf/ws/mex/MEXUtils.getSchemaLocations:(Lorg/apache/cxf/endpoint/Server;)Ljava/util/Map;]
MEXUtils.getSchemas ( org.apache.cxf.endpoint.Server server, String id ) [static] : java.util.List
[run-time name: org/apache/cxf/ws/mex/MEXUtils.getSchemas:(Lorg/apache/cxf/endpoint/Server;Ljava/lang/String;)Ljava/util/List;]
MEXUtils.getWSDLs ( org.apache.cxf.endpoint.Server server ) [static] : java.util.List
[run-time name: org/apache/cxf/ws/mex/MEXUtils.getWSDLs:(Lorg/apache/cxf/endpoint/Server;)Ljava/util/List;]
openejb-cxf-bundle-2.5.2.jar, MimeAttribute.class
package org.apache.cxf.databinding.source.mime
MimeAttribute.getValue ( ) : String
[run-time name: org/apache/cxf/databinding/source/mime/MimeAttribute.getValue:()Ljava/lang/String;]
MimeAttribute.MimeAttribute ( )
[run-time name: org/apache/cxf/databinding/source/mime/MimeAttribute."<init>":()V]
MimeAttribute.setValue ( String v ) : void
[run-time name: org/apache/cxf/databinding/source/mime/MimeAttribute.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, MimeBodyPartInputStream.class
package org.apache.cxf.attachment
MimeBodyPartInputStream.close ( ) : void
[run-time name: org/apache/cxf/attachment/MimeBodyPartInputStream.close:()V]
MimeBodyPartInputStream.MimeBodyPartInputStream ( java.io.PushbackInputStream inStreamParam, byte[ ] boundaryParam, int pbsize )
[run-time name: org/apache/cxf/attachment/MimeBodyPartInputStream."<init>":(Ljava/io/PushbackInputStream;[BI)V]
MimeBodyPartInputStream.processBuffer ( byte[ ] buffer, int off, int len ) : int
[run-time name: org/apache/cxf/attachment/MimeBodyPartInputStream.processBuffer:([BII)I]
MimeBodyPartInputStream.read ( ) : int
[run-time name: org/apache/cxf/attachment/MimeBodyPartInputStream.read:()I]
MimeBodyPartInputStream.read ( byte[ ] buf, int origOff, int origLen ) : int
[run-time name: org/apache/cxf/attachment/MimeBodyPartInputStream.read:([BII)I]
openejb-cxf-bundle-2.5.2.jar, MimeSerializer.class
package org.apache.cxf.databinding.source.mime
MimeSerializer.MimeSerializer ( )
[run-time name: org/apache/cxf/databinding/source/mime/MimeSerializer."<init>":()V]
MimeSerializer.serialize ( org.apache.ws.commons.schema.XmlSchemaObject schemaObject, Class classOfType, org.w3c.dom.Node domNode ) : void
[run-time name: org/apache/cxf/databinding/source/mime/MimeSerializer.serialize:(Lorg/apache/ws/commons/schema/XmlSchemaObject;Ljava/lang/Class;Lorg/w3c/dom/Node;)V]
openejb-cxf-bundle-2.5.2.jar, MinimalAlternativeSelector.class
package org.apache.cxf.ws.policy.selector
MinimalAlternativeSelector.MinimalAlternativeSelector ( )
[run-time name: org/apache/cxf/ws/policy/selector/MinimalAlternativeSelector."<init>":()V]
MinimalAlternativeSelector.selectAlternative ( org.apache.neethi.Policy policy, org.apache.cxf.ws.policy.PolicyEngine engine, org.apache.cxf.ws.policy.Assertor assertor, java.util.List request ) : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/selector/MinimalAlternativeSelector.selectAlternative:(Lorg/apache/neethi/Policy;Lorg/apache/cxf/ws/policy/PolicyEngine;Lorg/apache/cxf/ws/policy/Assertor;Ljava/util/List;)Ljava/util/Collection;]
openejb-cxf-bundle-2.5.2.jar, MissingArgument.class
package org.apache.cxf.tools.common.toolspec.parser
ErrorVisitor.MissingArgument.ErrorVisitor.MissingArgument ( String a )
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.MissingArgument."<init>":(Ljava/lang/String;)V]
ErrorVisitor.MissingArgument.getArgument ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.MissingArgument.getArgument:()Ljava/lang/String;]
ErrorVisitor.MissingArgument.toString ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.MissingArgument.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, MissingOption.class
package org.apache.cxf.tools.common.toolspec.parser
ErrorVisitor.MissingOption.ErrorVisitor.MissingOption ( Option op )
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.MissingOption."<init>":(Lorg/apache/cxf/tools/common/toolspec/parser/Option;)V]
ErrorVisitor.MissingOption.getOption ( ) : Option
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.MissingOption.getOption:()Lorg/apache/cxf/tools/common/toolspec/parser/Option;]
ErrorVisitor.MissingOption.getOptionSwitch ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.MissingOption.getOptionSwitch:()Ljava/lang/String;]
ErrorVisitor.MissingOption.toString ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.MissingOption.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, ModCountCopyOnWriteArrayList.class
package org.apache.cxf.common.util
ModCountCopyOnWriteArrayList.add ( int index, Object element ) : void
[run-time name: org/apache/cxf/common/util/ModCountCopyOnWriteArrayList.add:(ILjava/lang/Object;)V]
ModCountCopyOnWriteArrayList.add ( Object element ) : boolean
[run-time name: org/apache/cxf/common/util/ModCountCopyOnWriteArrayList.add:(Ljava/lang/Object;)Z]
ModCountCopyOnWriteArrayList.addAll ( int index, java.util.Collection c ) : boolean
[run-time name: org/apache/cxf/common/util/ModCountCopyOnWriteArrayList.addAll:(ILjava/util/Collection;)Z]
ModCountCopyOnWriteArrayList.addAll ( java.util.Collection c ) : boolean
[run-time name: org/apache/cxf/common/util/ModCountCopyOnWriteArrayList.addAll:(Ljava/util/Collection;)Z]
ModCountCopyOnWriteArrayList.addAllAbsent ( java.util.Collection c ) : int
[run-time name: org/apache/cxf/common/util/ModCountCopyOnWriteArrayList.addAllAbsent:(Ljava/util/Collection;)I]
ModCountCopyOnWriteArrayList.addIfAbsent ( Object element ) : boolean
[run-time name: org/apache/cxf/common/util/ModCountCopyOnWriteArrayList.addIfAbsent:(Ljava/lang/Object;)Z]
ModCountCopyOnWriteArrayList.clear ( ) : void
[run-time name: org/apache/cxf/common/util/ModCountCopyOnWriteArrayList.clear:()V]
ModCountCopyOnWriteArrayList.equals ( Object o ) : boolean
[run-time name: org/apache/cxf/common/util/ModCountCopyOnWriteArrayList.equals:(Ljava/lang/Object;)Z]
ModCountCopyOnWriteArrayList.getModCount ( ) : int
[run-time name: org/apache/cxf/common/util/ModCountCopyOnWriteArrayList.getModCount:()I]
ModCountCopyOnWriteArrayList.hashCode ( ) : int
[run-time name: org/apache/cxf/common/util/ModCountCopyOnWriteArrayList.hashCode:()I]
ModCountCopyOnWriteArrayList.ModCountCopyOnWriteArrayList ( )
[run-time name: org/apache/cxf/common/util/ModCountCopyOnWriteArrayList."<init>":()V]
ModCountCopyOnWriteArrayList.ModCountCopyOnWriteArrayList ( java.util.Collection c )
[run-time name: org/apache/cxf/common/util/ModCountCopyOnWriteArrayList."<init>":(Ljava/util/Collection;)V]
ModCountCopyOnWriteArrayList.remove ( int index ) : Object
[run-time name: org/apache/cxf/common/util/ModCountCopyOnWriteArrayList.remove:(I)Ljava/lang/Object;]
ModCountCopyOnWriteArrayList.remove ( Object o ) : boolean
[run-time name: org/apache/cxf/common/util/ModCountCopyOnWriteArrayList.remove:(Ljava/lang/Object;)Z]
ModCountCopyOnWriteArrayList.removeAll ( java.util.Collection c ) : boolean
[run-time name: org/apache/cxf/common/util/ModCountCopyOnWriteArrayList.removeAll:(Ljava/util/Collection;)Z]
ModCountCopyOnWriteArrayList.retainAll ( java.util.Collection c ) : boolean
[run-time name: org/apache/cxf/common/util/ModCountCopyOnWriteArrayList.retainAll:(Ljava/util/Collection;)Z]
ModCountCopyOnWriteArrayList.setModCount ( int i ) : void
[run-time name: org/apache/cxf/common/util/ModCountCopyOnWriteArrayList.setModCount:(I)V]
openejb-cxf-bundle-2.5.2.jar, ModelMBeanAssembler.class
package org.apache.cxf.management.jmx.export.runtime
ModelMBeanAssembler.checkMethod ( reflect.Method[ ] methods, String methodName ) [static] : boolean
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanAssembler.checkMethod:([Ljava/lang/reflect/Method;Ljava/lang/String;)Z]
ModelMBeanAssembler.getAttributeName ( String methodName ) : String
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanAssembler.getAttributeName:(Ljava/lang/String;)Ljava/lang/String;]
ModelMBeanAssembler.getAttributeType ( reflect.Method[ ] methods, String attributeName ) [static] : String
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanAssembler.getAttributeType:([Ljava/lang/reflect/Method;Ljava/lang/String;)Ljava/lang/String;]
ModelMBeanAssembler.getAttributInfo ( reflect.Method[ ] methods, String attributName, String attributType, org.apache.cxf.management.annotation.ManagedAttribute managedAttribute ) : ModelMBeanAssembler.ManagedAttributeInfo
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanAssembler.getAttributInfo:([Ljava/lang/reflect/Method;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/management/annotation/ManagedAttribute;)Lorg/apache/cxf/management/jmx/export/runtime/ModelMBeanAssembler$ManagedAttributeInfo;]
ModelMBeanAssembler.getManagedAttribute ( reflect.Method method ) : org.apache.cxf.management.annotation.ManagedAttribute
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanAssembler.getManagedAttribute:(Ljava/lang/reflect/Method;)Lorg/apache/cxf/management/annotation/ManagedAttribute;]
ModelMBeanAssembler.getManagedNotifications ( Class clazz ) : org.apache.cxf.management.annotation.ManagedNotification[ ]
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanAssembler.getManagedNotifications:(Ljava/lang/Class;)[Lorg/apache/cxf/management/annotation/ManagedNotification;]
ModelMBeanAssembler.getManagedOperation ( reflect.Method method ) : org.apache.cxf.management.annotation.ManagedOperation
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanAssembler.getManagedOperation:(Ljava/lang/reflect/Method;)Lorg/apache/cxf/management/annotation/ManagedOperation;]
ModelMBeanAssembler.getManagedOperationParameters ( reflect.Method method ) : org.apache.cxf.management.annotation.ManagedOperationParameter[ ]
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanAssembler.getManagedOperationParameters:(Ljava/lang/reflect/Method;)[Lorg/apache/cxf/management/annotation/ManagedOperationParameter;]
ModelMBeanAssembler.getManagedResource ( Class clazz ) : org.apache.cxf.management.annotation.ManagedResource
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanAssembler.getManagedResource:(Ljava/lang/Class;)Lorg/apache/cxf/management/annotation/ManagedResource;]
ModelMBeanAssembler.getModelMbeanInfo ( Class clazz ) : javax.management.modelmbean.ModelMBeanInfo
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanAssembler.getModelMbeanInfo:(Ljava/lang/Class;)Ljavax/management/modelmbean/ModelMBeanInfo;]
ModelMBeanAssembler.ModelMBeanAssembler ( )
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanAssembler."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ModelMBeanInfoSupporter.class
package org.apache.cxf.management.jmx.export.runtime
ModelMBeanInfoSupporter.addModelMBeanAttribute ( String fname, String ftype, boolean read, boolean write, boolean is, String description, javax.management.Descriptor desc ) : void
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanInfoSupporter.addModelMBeanAttribute:(Ljava/lang/String;Ljava/lang/String;ZZZLjava/lang/String;Ljavax/management/Descriptor;)V]
ModelMBeanInfoSupporter.addModelMBeanConstructor ( reflect.Constructor c, String description, javax.management.Descriptor desc ) : void
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanInfoSupporter.addModelMBeanConstructor:(Ljava/lang/reflect/Constructor;Ljava/lang/String;Ljavax/management/Descriptor;)V]
ModelMBeanInfoSupporter.addModelMBeanMethod ( String name, String[ ] paramTypes, String[ ] paramNames, String[ ] paramDescs, String description, String rtype, javax.management.Descriptor desc ) : void
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanInfoSupporter.addModelMBeanMethod:(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljavax/management/Descriptor;)V]
ModelMBeanInfoSupporter.addModelMBeanNotification ( String[ ] type, String className, String description, javax.management.Descriptor desc ) : void
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanInfoSupporter.addModelMBeanNotification:([Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljavax/management/Descriptor;)V]
ModelMBeanInfoSupporter.buildAttributeDescriptor ( org.apache.cxf.management.annotation.ManagedAttribute ma, String attributeName, boolean is, boolean read, boolean write ) : javax.management.Descriptor
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanInfoSupporter.buildAttributeDescriptor:(Lorg/apache/cxf/management/annotation/ManagedAttribute;Ljava/lang/String;ZZZ)Ljavax/management/Descriptor;]
ModelMBeanInfoSupporter.buildAttributeOperationDescriptor ( String operationName ) : javax.management.Descriptor
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanInfoSupporter.buildAttributeOperationDescriptor:(Ljava/lang/String;)Ljavax/management/Descriptor;]
ModelMBeanInfoSupporter.buildMBeanDescriptor ( org.apache.cxf.management.annotation.ManagedResource mr ) : javax.management.Descriptor
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanInfoSupporter.buildMBeanDescriptor:(Lorg/apache/cxf/management/annotation/ManagedResource;)Ljavax/management/Descriptor;]
ModelMBeanInfoSupporter.buildModelMBeanInfo ( javax.management.Descriptor desc ) : javax.management.modelmbean.ModelMBeanInfo
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanInfoSupporter.buildModelMBeanInfo:(Ljavax/management/Descriptor;)Ljavax/management/modelmbean/ModelMBeanInfo;]
ModelMBeanInfoSupporter.buildOperationDescriptor ( org.apache.cxf.management.annotation.ManagedOperation mo, String operationName ) : javax.management.Descriptor
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanInfoSupporter.buildOperationDescriptor:(Lorg/apache/cxf/management/annotation/ManagedOperation;Ljava/lang/String;)Ljavax/management/Descriptor;]
ModelMBeanInfoSupporter.checkAttribute ( String attributeName ) : boolean
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanInfoSupporter.checkAttribute:(Ljava/lang/String;)Z]
ModelMBeanInfoSupporter.clear ( ) : void
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanInfoSupporter.clear:()V]
ModelMBeanInfoSupporter.ModelMBeanInfoSupporter ( )
[run-time name: org/apache/cxf/management/jmx/export/runtime/ModelMBeanInfoSupporter."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ModeType.class
package org.apache.cxf.binding.corba.wsdl
ModeType.fromValue ( String v ) [static] : ModeType
[run-time name: org/apache/cxf/binding/corba/wsdl/ModeType.fromValue:(Ljava/lang/String;)Lorg/apache/cxf/binding/corba/wsdl/ModeType;]
ModeType.value ( ) : String
[run-time name: org/apache/cxf/binding/corba/wsdl/ModeType.value:()Ljava/lang/String;]
ModeType.valueOf ( String name ) [static] : ModeType
[run-time name: org/apache/cxf/binding/corba/wsdl/ModeType.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/binding/corba/wsdl/ModeType;]
ModeType.values ( ) [static] : ModeType[ ]
[run-time name: org/apache/cxf/binding/corba/wsdl/ModeType.values:()[Lorg/apache/cxf/binding/corba/wsdl/ModeType;]
openejb-cxf-bundle-2.5.2.jar, ModuleToNSMapper.class
package org.apache.cxf.tools.corba.processors.idl
ModuleToNSMapper.containsExcludedModule ( String module ) : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/ModuleToNSMapper.containsExcludedModule:(Ljava/lang/String;)Z]
ModuleToNSMapper.getExcludedImports ( String module ) : java.util.List
[run-time name: org/apache/cxf/tools/corba/processors/idl/ModuleToNSMapper.getExcludedImports:(Ljava/lang/String;)Ljava/util/List;]
ModuleToNSMapper.getExcludedModuleMap ( ) : java.util.Map
[run-time name: org/apache/cxf/tools/corba/processors/idl/ModuleToNSMapper.getExcludedModuleMap:()Ljava/util/Map;]
ModuleToNSMapper.getExcludedModules ( ) : java.util.Iterator
[run-time name: org/apache/cxf/tools/corba/processors/idl/ModuleToNSMapper.getExcludedModules:()Ljava/util/Iterator;]
ModuleToNSMapper.getUserMapping ( ) : java.util.Map
[run-time name: org/apache/cxf/tools/corba/processors/idl/ModuleToNSMapper.getUserMapping:()Ljava/util/Map;]
ModuleToNSMapper.isDefaultMapping ( ) : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/ModuleToNSMapper.isDefaultMapping:()Z]
ModuleToNSMapper.map ( Scope scope ) : String
[run-time name: org/apache/cxf/tools/corba/processors/idl/ModuleToNSMapper.map:(Lorg/apache/cxf/tools/corba/processors/idl/Scope;)Ljava/lang/String;]
ModuleToNSMapper.map ( Scope scope, String separator ) : String
[run-time name: org/apache/cxf/tools/corba/processors/idl/ModuleToNSMapper.map:(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljava/lang/String;)Ljava/lang/String;]
ModuleToNSMapper.map ( String scopeStr, String separator ) : String
[run-time name: org/apache/cxf/tools/corba/processors/idl/ModuleToNSMapper.map:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
ModuleToNSMapper.mapNSToPrefix ( String nsURI ) : String
[run-time name: org/apache/cxf/tools/corba/processors/idl/ModuleToNSMapper.mapNSToPrefix:(Ljava/lang/String;)Ljava/lang/String;]
ModuleToNSMapper.mapToQName ( Scope scope ) : String
[run-time name: org/apache/cxf/tools/corba/processors/idl/ModuleToNSMapper.mapToQName:(Lorg/apache/cxf/tools/corba/processors/idl/Scope;)Ljava/lang/String;]
ModuleToNSMapper.ModuleToNSMapper ( )
[run-time name: org/apache/cxf/tools/corba/processors/idl/ModuleToNSMapper."<init>":()V]
ModuleToNSMapper.setDefaultMapping ( boolean flag ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/ModuleToNSMapper.setDefaultMapping:(Z)V]
ModuleToNSMapper.setExcludedModuleMap ( java.util.Map map ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/ModuleToNSMapper.setExcludedModuleMap:(Ljava/util/Map;)V]
ModuleToNSMapper.setUserMapping ( java.util.Map map ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/ModuleToNSMapper.setUserMapping:(Ljava/util/Map;)V]
openejb-cxf-bundle-2.5.2.jar, ModuleVisitor.class
package org.apache.cxf.tools.corba.processors.idl
ModuleVisitor.ModuleVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlASTVisitor )
[run-time name: org/apache/cxf/tools/corba/processors/idl/ModuleVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;)V]
ModuleVisitor.visit ( antlr.collections.AST node ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/ModuleVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, MTOMAssertionBuilder.class
package org.apache.cxf.ws.policy.mtom
MTOMAssertionBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/policy/mtom/MTOMAssertionBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
MTOMAssertionBuilder.build ( org.w3c.dom.Element elem, org.apache.neethi.AssertionBuilderFactory f ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/policy/mtom/MTOMAssertionBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
MTOMAssertionBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/policy/mtom/MTOMAssertionBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
MTOMAssertionBuilder.MTOMAssertionBuilder ( )
[run-time name: org/apache/cxf/ws/policy/mtom/MTOMAssertionBuilder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, MTOMPolicyInterceptor.class
package org.apache.cxf.ws.policy.mtom
MTOMPolicyInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/ws/policy/mtom/MTOMPolicyInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
MTOMPolicyInterceptor.MTOMPolicyInterceptor ( )
[run-time name: org/apache/cxf/ws/policy/mtom/MTOMPolicyInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, MTOMPolicyInterceptorProvider.class
package org.apache.cxf.ws.policy.mtom
MTOMPolicyInterceptorProvider.MTOMPolicyInterceptorProvider ( )
[run-time name: org/apache/cxf/ws/policy/mtom/MTOMPolicyInterceptorProvider."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, Multipart.class
package org.apache.cxf.jaxrs.ext.multipart
Multipart.required ( ) [abstract] : boolean
[run-time name: org/apache/cxf/jaxrs/ext/multipart/Multipart.required:()Z]
Multipart.type ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxrs/ext/multipart/Multipart.type:()Ljava/lang/String;]
Multipart.value ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxrs/ext/multipart/Multipart.value:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, MultipartBody.class
package org.apache.cxf.jaxrs.ext.multipart
MultipartBody.getAllAttachments ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/ext/multipart/MultipartBody.getAllAttachments:()Ljava/util/List;]
MultipartBody.getAttachment ( String contentId ) : Attachment
[run-time name: org/apache/cxf/jaxrs/ext/multipart/MultipartBody.getAttachment:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;]
MultipartBody.getAttachmentObject ( String contentId, Class cls ) : Object
[run-time name: org/apache/cxf/jaxrs/ext/multipart/MultipartBody.getAttachmentObject:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
MultipartBody.getChildAttachments ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/ext/multipart/MultipartBody.getChildAttachments:()Ljava/util/List;]
MultipartBody.getRootAttachment ( ) : Attachment
[run-time name: org/apache/cxf/jaxrs/ext/multipart/MultipartBody.getRootAttachment:()Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;]
MultipartBody.getType ( ) : javax.ws.rs.core.MediaType
[run-time name: org/apache/cxf/jaxrs/ext/multipart/MultipartBody.getType:()Ljavax/ws/rs/core/MediaType;]
MultipartBody.MultipartBody ( boolean outbound )
[run-time name: org/apache/cxf/jaxrs/ext/multipart/MultipartBody."<init>":(Z)V]
MultipartBody.MultipartBody ( java.util.List atts )
[run-time name: org/apache/cxf/jaxrs/ext/multipart/MultipartBody."<init>":(Ljava/util/List;)V]
MultipartBody.MultipartBody ( java.util.List atts, boolean outbound )
[run-time name: org/apache/cxf/jaxrs/ext/multipart/MultipartBody."<init>":(Ljava/util/List;Z)V]
MultipartBody.MultipartBody ( java.util.List atts, javax.ws.rs.core.MediaType mt, boolean outbound )
[run-time name: org/apache/cxf/jaxrs/ext/multipart/MultipartBody."<init>":(Ljava/util/List;Ljavax/ws/rs/core/MediaType;Z)V]
MultipartBody.MultipartBody ( Attachment att )
[run-time name: org/apache/cxf/jaxrs/ext/multipart/MultipartBody."<init>":(Lorg/apache/cxf/jaxrs/ext/multipart/Attachment;)V]
openejb-cxf-bundle-2.5.2.jar, MultipartProvider.class
package org.apache.cxf.jaxrs.provider
MultipartProvider.checkContentLength ( ) : void
[run-time name: org/apache/cxf/jaxrs/provider/MultipartProvider.checkContentLength:()V]
MultipartProvider.getSize ( Object t, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mediaType ) : long
[run-time name: org/apache/cxf/jaxrs/provider/MultipartProvider.getSize:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J]
MultipartProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/MultipartProvider.isReadable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
MultipartProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/MultipartProvider.isWriteable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
MultipartProvider.MultipartProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/MultipartProvider."<init>":()V]
MultipartProvider.readFrom ( Class c, reflect.Type t, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/MultipartProvider.readFrom:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Ljava/lang/Object;]
MultipartProvider.setAttachmentDirectory ( String dir ) : void
[run-time name: org/apache/cxf/jaxrs/provider/MultipartProvider.setAttachmentDirectory:(Ljava/lang/String;)V]
MultipartProvider.setAttachmentMaxSize ( String maxSize ) : void
[run-time name: org/apache/cxf/jaxrs/provider/MultipartProvider.setAttachmentMaxSize:(Ljava/lang/String;)V]
MultipartProvider.setAttachmentThreshold ( String threshold ) : void
[run-time name: org/apache/cxf/jaxrs/provider/MultipartProvider.setAttachmentThreshold:(Ljava/lang/String;)V]
MultipartProvider.setMessageContext ( org.apache.cxf.jaxrs.ext.MessageContext context ) : void
[run-time name: org/apache/cxf/jaxrs/provider/MultipartProvider.setMessageContext:(Lorg/apache/cxf/jaxrs/ext/MessageContext;)V]
MultipartProvider.writeTo ( Object obj, Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/jaxrs/provider/MultipartProvider.writeTo:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, MultipartReadException.class
package org.apache.cxf.jaxrs.utils.multipart
MultipartReadException.getExpectedContentId ( ) : String
[run-time name: org/apache/cxf/jaxrs/utils/multipart/MultipartReadException.getExpectedContentId:()Ljava/lang/String;]
MultipartReadException.getExpectedContentType ( ) : String
[run-time name: org/apache/cxf/jaxrs/utils/multipart/MultipartReadException.getExpectedContentType:()Ljava/lang/String;]
MultipartReadException.getMessage ( ) : String
[run-time name: org/apache/cxf/jaxrs/utils/multipart/MultipartReadException.getMessage:()Ljava/lang/String;]
MultipartReadException.MultipartReadException ( String expectedContentId, String expectedContentType, String errorMessage )
[run-time name: org/apache/cxf/jaxrs/utils/multipart/MultipartReadException."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, MultipleEndpointObserver.class
package org.apache.cxf.transport
MultipleEndpointObserver.createChain ( ) : org.apache.cxf.phase.PhaseInterceptorChain
[run-time name: org/apache/cxf/transport/MultipleEndpointObserver.createChain:()Lorg/apache/cxf/phase/PhaseInterceptorChain;]
MultipleEndpointObserver.createMessage ( org.apache.cxf.message.Message message ) : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/transport/MultipleEndpointObserver.createMessage:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/message/Message;]
MultipleEndpointObserver.getBindingInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/transport/MultipleEndpointObserver.getBindingInterceptors:()Ljava/util/List;]
MultipleEndpointObserver.getEndpoints ( ) : java.util.Set
[run-time name: org/apache/cxf/transport/MultipleEndpointObserver.getEndpoints:()Ljava/util/Set;]
MultipleEndpointObserver.getRoutingInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/transport/MultipleEndpointObserver.getRoutingInterceptors:()Ljava/util/List;]
MultipleEndpointObserver.MultipleEndpointObserver ( org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/transport/MultipleEndpointObserver."<init>":(Lorg/apache/cxf/Bus;)V]
MultipleEndpointObserver.onMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/transport/MultipleEndpointObserver.onMessage:(Lorg/apache/cxf/message/Message;)V]
MultipleEndpointObserver.setExchangeProperties ( org.apache.cxf.message.Exchange exchange, org.apache.cxf.message.Message m ) : void
[run-time name: org/apache/cxf/transport/MultipleEndpointObserver.setExchangeProperties:(Lorg/apache/cxf/message/Exchange;Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, MultiplexDestination.class
package org.apache.cxf.transport
MultiplexDestination.getAddressWithId ( String p1 ) [abstract] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/transport/MultiplexDestination.getAddressWithId:(Ljava/lang/String;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
MultiplexDestination.getId ( java.util.Map p1 ) [abstract] : String
[run-time name: org/apache/cxf/transport/MultiplexDestination.getId:(Ljava/util/Map;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, MustUnderstandEndingInterceptor.class
package org.apache.cxf.binding.soap.interceptor
MustUnderstandInterceptor.MustUnderstandEndingInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/MustUnderstandInterceptor.MustUnderstandEndingInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
MustUnderstandInterceptor.MustUnderstandEndingInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/MustUnderstandInterceptor.MustUnderstandEndingInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
MustUnderstandInterceptor.MustUnderstandEndingInterceptor.MustUnderstandInterceptor.MustUnderstandEndingInterceptor ( MustUnderstandInterceptor p1 )
[run-time name: org/apache/cxf/binding/soap/interceptor/MustUnderstandInterceptor.MustUnderstandEndingInterceptor."<init>":(Lorg/apache/cxf/binding/soap/interceptor/MustUnderstandInterceptor;)V]
MustUnderstandInterceptor.MustUnderstandEndingInterceptor.MustUnderstandInterceptor.MustUnderstandEndingInterceptor ( MustUnderstandInterceptor phase, String p2 )
[run-time name: org/apache/cxf/binding/soap/interceptor/MustUnderstandInterceptor.MustUnderstandEndingInterceptor."<init>":(Lorg/apache/cxf/binding/soap/interceptor/MustUnderstandInterceptor;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, MustUnderstandInterceptor.class
package org.apache.cxf.binding.soap.interceptor
MustUnderstandInterceptor.handleFault ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/MustUnderstandInterceptor.handleFault:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
MustUnderstandInterceptor.handleFault ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/MustUnderstandInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
MustUnderstandInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage soapMessage ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/MustUnderstandInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
MustUnderstandInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/MustUnderstandInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
MustUnderstandInterceptor.MustUnderstandInterceptor ( )
[run-time name: org/apache/cxf/binding/soap/interceptor/MustUnderstandInterceptor."<init>":()V]
MustUnderstandInterceptor.MustUnderstandInterceptor ( String phase )
[run-time name: org/apache/cxf/binding/soap/interceptor/MustUnderstandInterceptor."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, NamedItem.class
package org.apache.cxf.service.model
NamedItem.getName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/model/NamedItem.getName:()Ljavax/xml/namespace/QName;]
openejb-cxf-bundle-2.5.2.jar, NamedType.class
package org.apache.cxf.binding.corba.wsdl
NamedType.getRepositoryID ( ) : String
[run-time name: org/apache/cxf/binding/corba/wsdl/NamedType.getRepositoryID:()Ljava/lang/String;]
NamedType.isSetRepositoryID ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/NamedType.isSetRepositoryID:()Z]
NamedType.NamedType ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/NamedType."<init>":()V]
NamedType.setRepositoryID ( String value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/NamedType.setRepositoryID:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, NameManager.class
package org.apache.cxf.javascript
NameManager.getJavascriptName ( javax.xml.namespace.QName p1 ) [abstract] : String
[run-time name: org/apache/cxf/javascript/NameManager.getJavascriptName:(Ljavax/xml/namespace/QName;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, NamePasswordCallbackHandler.class
package org.apache.cxf.interceptor.security
NamePasswordCallbackHandler.handle ( javax.security.auth.callback.Callback[ ] callbacks ) : void
[run-time name: org/apache/cxf/interceptor/security/NamePasswordCallbackHandler.handle:([Ljavax/security/auth/callback/Callback;)V]
NamePasswordCallbackHandler.handleCallback ( javax.security.auth.callback.Callback callback ) : boolean
[run-time name: org/apache/cxf/interceptor/security/NamePasswordCallbackHandler.handleCallback:(Ljavax/security/auth/callback/Callback;)Z]
NamePasswordCallbackHandler.NamePasswordCallbackHandler ( String username, String password )
[run-time name: org/apache/cxf/interceptor/security/NamePasswordCallbackHandler."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
NamePasswordCallbackHandler.NamePasswordCallbackHandler ( String username, String password, String passwordCallbackName )
[run-time name: org/apache/cxf/interceptor/security/NamePasswordCallbackHandler."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, Names200403.class
package org.apache.cxf.ws.addressing
VersionTransformer.Names200403.getJAXBContext ( ) [static] : javax.xml.bind.JAXBContext
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.Names200403.getJAXBContext:()Ljavax/xml/bind/JAXBContext;]
VersionTransformer.Names200403.setJAXBContext ( javax.xml.bind.JAXBContext ctx ) [static] : void
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.Names200403.setJAXBContext:(Ljavax/xml/bind/JAXBContext;)V]
VersionTransformer.Names200403.VersionTransformer.Names200403 ( )
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.Names200403."<init>":()V]
package org.apache.cxf.ws.addressing.soap
VersionTransformer.Names200403.VersionTransformer.Names200403 ( )
[run-time name: org/apache/cxf/ws/addressing/soap/VersionTransformer.Names200403."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, Names200408.class
package org.apache.cxf.ws.addressing
VersionTransformer.Names200408.getJAXBContext ( ) [static] : javax.xml.bind.JAXBContext
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.Names200408.getJAXBContext:()Ljavax/xml/bind/JAXBContext;]
VersionTransformer.Names200408.setJAXBContext ( javax.xml.bind.JAXBContext ctx ) [static] : void
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.Names200408.setJAXBContext:(Ljavax/xml/bind/JAXBContext;)V]
VersionTransformer.Names200408.VersionTransformer.Names200408 ( )
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.Names200408."<init>":()V]
package org.apache.cxf.ws.addressing.soap
VersionTransformer.Names200408.VersionTransformer.Names200408 ( )
[run-time name: org/apache/cxf/ws/addressing/soap/VersionTransformer.Names200408."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, NamespaceContextImpl.class
package org.apache.cxf.tools.wsdlto.databinding.jaxb
NamespaceContextImpl.getNamespaceURI ( String prefix ) : String
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/NamespaceContextImpl.getNamespaceURI:(Ljava/lang/String;)Ljava/lang/String;]
NamespaceContextImpl.getPrefix ( String namespaceURI ) : String
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/NamespaceContextImpl.getPrefix:(Ljava/lang/String;)Ljava/lang/String;]
NamespaceContextImpl.getPrefixes ( String namespaceURI ) : java.util.Iterator
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/NamespaceContextImpl.getPrefixes:(Ljava/lang/String;)Ljava/util/Iterator;]
NamespaceContextImpl.NamespaceContextImpl ( java.io.File file )
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/NamespaceContextImpl."<init>":(Ljava/io/File;)V]
openejb-cxf-bundle-2.5.2.jar, NamespaceHandler.class
package org.apache.cxf.binding.coloc.spring
NamespaceHandler.init ( ) : void
[run-time name: org/apache/cxf/binding/coloc/spring/NamespaceHandler.init:()V]
NamespaceHandler.NamespaceHandler ( )
[run-time name: org/apache/cxf/binding/coloc/spring/NamespaceHandler."<init>":()V]
package org.apache.cxf.binding.object.spring
NamespaceHandler.init ( ) : void
[run-time name: org/apache/cxf/binding/object/spring/NamespaceHandler.init:()V]
NamespaceHandler.NamespaceHandler ( )
[run-time name: org/apache/cxf/binding/object/spring/NamespaceHandler."<init>":()V]
package org.apache.cxf.binding.soap.spring
NamespaceHandler.init ( ) : void
[run-time name: org/apache/cxf/binding/soap/spring/NamespaceHandler.init:()V]
NamespaceHandler.NamespaceHandler ( )
[run-time name: org/apache/cxf/binding/soap/spring/NamespaceHandler."<init>":()V]
package org.apache.cxf.bus.spring
NamespaceHandler.init ( ) : void
[run-time name: org/apache/cxf/bus/spring/NamespaceHandler.init:()V]
NamespaceHandler.NamespaceHandler ( )
[run-time name: org/apache/cxf/bus/spring/NamespaceHandler."<init>":()V]
package org.apache.cxf.clustering.spring
NamespaceHandler.init ( ) : void
[run-time name: org/apache/cxf/clustering/spring/NamespaceHandler.init:()V]
NamespaceHandler.NamespaceHandler ( )
[run-time name: org/apache/cxf/clustering/spring/NamespaceHandler."<init>":()V]
package org.apache.cxf.frontend.spring
NamespaceHandler.init ( ) : void
[run-time name: org/apache/cxf/frontend/spring/NamespaceHandler.init:()V]
NamespaceHandler.NamespaceHandler ( )
[run-time name: org/apache/cxf/frontend/spring/NamespaceHandler."<init>":()V]
package org.apache.cxf.jaxrs.spring
NamespaceHandler.init ( ) : void
[run-time name: org/apache/cxf/jaxrs/spring/NamespaceHandler.init:()V]
NamespaceHandler.NamespaceHandler ( )
[run-time name: org/apache/cxf/jaxrs/spring/NamespaceHandler."<init>":()V]
package org.apache.cxf.jaxws.spring
NamespaceHandler.init ( ) : void
[run-time name: org/apache/cxf/jaxws/spring/NamespaceHandler.init:()V]
NamespaceHandler.NamespaceHandler ( )
[run-time name: org/apache/cxf/jaxws/spring/NamespaceHandler."<init>":()V]
package org.apache.cxf.transport.http.spring
NamespaceHandler.init ( ) : void
[run-time name: org/apache/cxf/transport/http/spring/NamespaceHandler.init:()V]
NamespaceHandler.NamespaceHandler ( )
[run-time name: org/apache/cxf/transport/http/spring/NamespaceHandler."<init>":()V]
package org.apache.cxf.transport.http_jetty.spring
NamespaceHandler.init ( ) : void
[run-time name: org/apache/cxf/transport/http_jetty/spring/NamespaceHandler.init:()V]
NamespaceHandler.NamespaceHandler ( )
[run-time name: org/apache/cxf/transport/http_jetty/spring/NamespaceHandler."<init>":()V]
package org.apache.cxf.transport.jms.spring
NamespaceHandler.init ( ) : void
[run-time name: org/apache/cxf/transport/jms/spring/NamespaceHandler.init:()V]
NamespaceHandler.NamespaceHandler ( )
[run-time name: org/apache/cxf/transport/jms/spring/NamespaceHandler."<init>":()V]
package org.apache.cxf.ws.addressing.spring
NamespaceHandler.init ( ) : void
[run-time name: org/apache/cxf/ws/addressing/spring/NamespaceHandler.init:()V]
NamespaceHandler.NamespaceHandler ( )
[run-time name: org/apache/cxf/ws/addressing/spring/NamespaceHandler."<init>":()V]
package org.apache.cxf.ws.policy.spring
NamespaceHandler.init ( ) : void
[run-time name: org/apache/cxf/ws/policy/spring/NamespaceHandler.init:()V]
NamespaceHandler.NamespaceHandler ( )
[run-time name: org/apache/cxf/ws/policy/spring/NamespaceHandler."<init>":()V]
package org.apache.cxf.ws.rm.spring
NamespaceHandler.init ( ) : void
[run-time name: org/apache/cxf/ws/rm/spring/NamespaceHandler.init:()V]
NamespaceHandler.NamespaceHandler ( )
[run-time name: org/apache/cxf/ws/rm/spring/NamespaceHandler."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, NamespaceHelper.class
package org.apache.cxf.aegis.util
NamespaceHelper.createQName ( javax.xml.namespace.NamespaceContext nc, String value ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/util/NamespaceHelper.createQName:(Ljavax/xml/namespace/NamespaceContext;Ljava/lang/String;)Ljavax/xml/namespace/QName;]
NamespaceHelper.createQName ( org.w3c.dom.Element e, String value, String defaultNamespace ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/util/NamespaceHelper.createQName:(Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/namespace/QName;]
NamespaceHelper.getPrefix ( org.w3c.dom.Element element, String namespaceURI ) [static] : String
[run-time name: org/apache/cxf/aegis/util/NamespaceHelper.getPrefix:(Lorg/w3c/dom/Element;Ljava/lang/String;)Ljava/lang/String;]
NamespaceHelper.getPrefixes ( org.w3c.dom.Element element, String namespaceURI, java.util.List prefixes ) [static] : void
[run-time name: org/apache/cxf/aegis/util/NamespaceHelper.getPrefixes:(Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/util/List;)V]
NamespaceHelper.getUniquePrefix ( javax.xml.stream.XMLStreamWriter writer, String namespaceURI, boolean declare ) [static] : String
[run-time name: org/apache/cxf/aegis/util/NamespaceHelper.getUniquePrefix:(Ljavax/xml/stream/XMLStreamWriter;Ljava/lang/String;Z)Ljava/lang/String;]
NamespaceHelper.getUniquePrefix ( javax.xml.stream.XMLStreamWriter writer, String namespaceURI, String preferred, boolean declare ) [static] : String
[run-time name: org/apache/cxf/aegis/util/NamespaceHelper.getUniquePrefix:(Ljavax/xml/stream/XMLStreamWriter;Ljava/lang/String;Ljava/lang/String;Z)Ljava/lang/String;]
NamespaceHelper.getUniquePrefix ( org.w3c.dom.Element element, String namespaceURI ) [static] : String
[run-time name: org/apache/cxf/aegis/util/NamespaceHelper.getUniquePrefix:(Lorg/w3c/dom/Element;Ljava/lang/String;)Ljava/lang/String;]
NamespaceHelper.makeNamespaceFromClassName ( String className, String protocol ) [static] : String
[run-time name: org/apache/cxf/aegis/util/NamespaceHelper.makeNamespaceFromClassName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
NamespaceHelper.makePackageName ( String namespace ) [static] : String
[run-time name: org/apache/cxf/aegis/util/NamespaceHelper.makePackageName:(Ljava/lang/String;)Ljava/lang/String;]
NamespaceHelper.readQName ( javax.xml.stream.XMLStreamReader reader ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/util/NamespaceHelper.readQName:(Ljavax/xml/stream/XMLStreamReader;)Ljavax/xml/namespace/QName;]
openejb-cxf-bundle-2.5.2.jar, NamespaceMapper.class
package org.apache.cxf.jaxb
NamespaceMapper.getPreferredPrefix ( String namespaceUri, String suggestion, boolean requirePrefix ) : String
[run-time name: org/apache/cxf/jaxb/NamespaceMapper.getPreferredPrefix:(Ljava/lang/String;Ljava/lang/String;Z)Ljava/lang/String;]
NamespaceMapper.NamespaceMapper ( java.util.Map nspref )
[run-time name: org/apache/cxf/jaxb/NamespaceMapper."<init>":(Ljava/util/Map;)V]
openejb-cxf-bundle-2.5.2.jar, NamespacePrefixAccumulator.class
package org.apache.cxf.javascript
NamespacePrefixAccumulator.collect ( String prefix, String uri ) : void
[run-time name: org/apache/cxf/javascript/NamespacePrefixAccumulator.collect:(Ljava/lang/String;Ljava/lang/String;)V]
NamespacePrefixAccumulator.getAttributes ( ) : String
[run-time name: org/apache/cxf/javascript/NamespacePrefixAccumulator.getAttributes:()Ljava/lang/String;]
NamespacePrefixAccumulator.NamespacePrefixAccumulator ( org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection )
[run-time name: org/apache/cxf/javascript/NamespacePrefixAccumulator."<init>":(Lorg/apache/cxf/common/xmlschema/SchemaCollection;)V]
NamespacePrefixAccumulator.xmlAttributeString ( org.apache.ws.commons.schema.XmlSchemaAttribute attribute, boolean qualified ) : String
[run-time name: org/apache/cxf/javascript/NamespacePrefixAccumulator.xmlAttributeString:(Lorg/apache/ws/commons/schema/XmlSchemaAttribute;Z)Ljava/lang/String;]
NamespacePrefixAccumulator.xmlElementString ( javax.xml.namespace.QName elementQName, boolean qualified ) : String
[run-time name: org/apache/cxf/javascript/NamespacePrefixAccumulator.xmlElementString:(Ljavax/xml/namespace/QName;Z)Ljava/lang/String;]
NamespacePrefixAccumulator.xmlElementString ( javax.xml.namespace.QName name ) : String
[run-time name: org/apache/cxf/javascript/NamespacePrefixAccumulator.xmlElementString:(Ljavax/xml/namespace/QName;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, NameUtil.class
package org.apache.cxf.tools.util
NameUtil.capitalize ( String s ) [static] : String
[run-time name: org/apache/cxf/tools/util/NameUtil.capitalize:(Ljava/lang/String;)Ljava/lang/String;]
NameUtil.classify ( char c0 ) [static] : int
[run-time name: org/apache/cxf/tools/util/NameUtil.classify:(C)I]
NameUtil.escape ( StringBuilder sb, String s, int start ) [static] : void
[run-time name: org/apache/cxf/tools/util/NameUtil.escape:(Ljava/lang/StringBuilder;Ljava/lang/String;I)V]
NameUtil.isJavaIdentifier ( String s ) [static] : boolean
[run-time name: org/apache/cxf/tools/util/NameUtil.isJavaIdentifier:(Ljava/lang/String;)Z]
NameUtil.isLower ( char c ) [static] : boolean
[run-time name: org/apache/cxf/tools/util/NameUtil.isLower:(C)Z]
NameUtil.isPunct ( char c ) [static] : boolean
[run-time name: org/apache/cxf/tools/util/NameUtil.isPunct:(C)Z]
NameUtil.mangleNameToClassName ( String name ) [static] : String
[run-time name: org/apache/cxf/tools/util/NameUtil.mangleNameToClassName:(Ljava/lang/String;)Ljava/lang/String;]
NameUtil.mangleNameToVariableName ( String name ) [static] : String
[run-time name: org/apache/cxf/tools/util/NameUtil.mangleNameToVariableName:(Ljava/lang/String;)Ljava/lang/String;]
NameUtil.toMixedCaseName ( java.util.List ss, boolean startUpper ) [static] : String
[run-time name: org/apache/cxf/tools/util/NameUtil.toMixedCaseName:(Ljava/util/List;Z)Ljava/lang/String;]
NameUtil.toMixedCaseVariableName ( String[ ] ss, boolean startUpper, boolean cdrUpper ) [static] : String
[run-time name: org/apache/cxf/tools/util/NameUtil.toMixedCaseVariableName:([Ljava/lang/String;ZZ)Ljava/lang/String;]
NameUtil.toWordList ( String s ) [static] : java.util.List
[run-time name: org/apache/cxf/tools/util/NameUtil.toWordList:(Ljava/lang/String;)Ljava/util/List;]
openejb-cxf-bundle-2.5.2.jar, NodeDataReader.class
package org.apache.cxf.databinding.source
NodeDataReader.NodeDataReader ( )
[run-time name: org/apache/cxf/databinding/source/NodeDataReader."<init>":()V]
NodeDataReader.read ( javax.xml.namespace.QName name, org.w3c.dom.Node input, Class type ) : Object
[run-time name: org/apache/cxf/databinding/source/NodeDataReader.read:(Ljavax/xml/namespace/QName;Lorg/w3c/dom/Node;Ljava/lang/Class;)Ljava/lang/Object;]
NodeDataReader.read ( javax.xml.namespace.QName x0, Object x1, Class x2 ) : Object
[run-time name: org/apache/cxf/databinding/source/NodeDataReader.read:(Ljavax/xml/namespace/QName;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;]
NodeDataReader.read ( Object x0 ) : Object
[run-time name: org/apache/cxf/databinding/source/NodeDataReader.read:(Ljava/lang/Object;)Ljava/lang/Object;]
NodeDataReader.read ( org.apache.cxf.service.model.MessagePartInfo part, org.w3c.dom.Node input ) : Object
[run-time name: org/apache/cxf/databinding/source/NodeDataReader.read:(Lorg/apache/cxf/service/model/MessagePartInfo;Lorg/w3c/dom/Node;)Ljava/lang/Object;]
NodeDataReader.read ( org.apache.cxf.service.model.MessagePartInfo x0, Object x1 ) : Object
[run-time name: org/apache/cxf/databinding/source/NodeDataReader.read:(Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)Ljava/lang/Object;]
NodeDataReader.read ( org.w3c.dom.Node n ) : Object
[run-time name: org/apache/cxf/databinding/source/NodeDataReader.read:(Lorg/w3c/dom/Node;)Ljava/lang/Object;]
NodeDataReader.setAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/databinding/source/NodeDataReader.setAttachments:(Ljava/util/Collection;)V]
NodeDataReader.setProperty ( String prop, Object value ) : void
[run-time name: org/apache/cxf/databinding/source/NodeDataReader.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
NodeDataReader.setSchema ( javax.xml.validation.Schema s ) : void
[run-time name: org/apache/cxf/databinding/source/NodeDataReader.setSchema:(Ljavax/xml/validation/Schema;)V]
openejb-cxf-bundle-2.5.2.jar, NodeDataWriter.class
package org.apache.cxf.databinding.source
NodeDataWriter.NodeDataWriter ( )
[run-time name: org/apache/cxf/databinding/source/NodeDataWriter."<init>":()V]
NodeDataWriter.setAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/databinding/source/NodeDataWriter.setAttachments:(Ljava/util/Collection;)V]
NodeDataWriter.setProperty ( String key, Object value ) : void
[run-time name: org/apache/cxf/databinding/source/NodeDataWriter.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
NodeDataWriter.setSchema ( javax.xml.validation.Schema s ) : void
[run-time name: org/apache/cxf/databinding/source/NodeDataWriter.setSchema:(Ljavax/xml/validation/Schema;)V]
NodeDataWriter.write ( Object obj, org.apache.cxf.service.model.MessagePartInfo part, org.w3c.dom.Node output ) : void
[run-time name: org/apache/cxf/databinding/source/NodeDataWriter.write:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Lorg/w3c/dom/Node;)V]
NodeDataWriter.write ( Object obj, org.w3c.dom.Node n ) : void
[run-time name: org/apache/cxf/databinding/source/NodeDataWriter.write:(Ljava/lang/Object;Lorg/w3c/dom/Node;)V]
NodeDataWriter.write ( Object x0, Object x1 ) : void
[run-time name: org/apache/cxf/databinding/source/NodeDataWriter.write:(Ljava/lang/Object;Ljava/lang/Object;)V]
NodeDataWriter.write ( Object x0, org.apache.cxf.service.model.MessagePartInfo x1, Object x2 ) : void
[run-time name: org/apache/cxf/databinding/source/NodeDataWriter.write:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, NodeDataWriterImpl.class
package org.apache.cxf.sdo
NodeDataWriterImpl.NodeDataWriterImpl ( commonj.sdo.helper.HelperContext ctx )
[run-time name: org/apache/cxf/sdo/NodeDataWriterImpl."<init>":(Lcommonj/sdo/helper/HelperContext;)V]
NodeDataWriterImpl.setAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/sdo/NodeDataWriterImpl.setAttachments:(Ljava/util/Collection;)V]
NodeDataWriterImpl.setProperty ( String key, Object value ) : void
[run-time name: org/apache/cxf/sdo/NodeDataWriterImpl.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
NodeDataWriterImpl.setSchema ( javax.xml.validation.Schema s ) : void
[run-time name: org/apache/cxf/sdo/NodeDataWriterImpl.setSchema:(Ljavax/xml/validation/Schema;)V]
NodeDataWriterImpl.write ( Object obj, org.apache.cxf.service.model.MessagePartInfo part, org.w3c.dom.Node output ) : void
[run-time name: org/apache/cxf/sdo/NodeDataWriterImpl.write:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Lorg/w3c/dom/Node;)V]
NodeDataWriterImpl.write ( Object obj, org.w3c.dom.Node output ) : void
[run-time name: org/apache/cxf/sdo/NodeDataWriterImpl.write:(Ljava/lang/Object;Lorg/w3c/dom/Node;)V]
NodeDataWriterImpl.write ( Object x0, Object x1 ) : void
[run-time name: org/apache/cxf/sdo/NodeDataWriterImpl.write:(Ljava/lang/Object;Ljava/lang/Object;)V]
NodeDataWriterImpl.write ( Object x0, org.apache.cxf.service.model.MessagePartInfo x1, Object x2 ) : void
[run-time name: org/apache/cxf/sdo/NodeDataWriterImpl.write:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)V]
package org.apache.cxf.xmlbeans
NodeDataWriterImpl.NodeDataWriterImpl ( )
[run-time name: org/apache/cxf/xmlbeans/NodeDataWriterImpl."<init>":()V]
NodeDataWriterImpl.setAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/xmlbeans/NodeDataWriterImpl.setAttachments:(Ljava/util/Collection;)V]
NodeDataWriterImpl.setProperty ( String key, Object value ) : void
[run-time name: org/apache/cxf/xmlbeans/NodeDataWriterImpl.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
NodeDataWriterImpl.setSchema ( javax.xml.validation.Schema s ) : void
[run-time name: org/apache/cxf/xmlbeans/NodeDataWriterImpl.setSchema:(Ljavax/xml/validation/Schema;)V]
NodeDataWriterImpl.write ( Object obj, org.apache.cxf.service.model.MessagePartInfo part, org.w3c.dom.Node output ) : void
[run-time name: org/apache/cxf/xmlbeans/NodeDataWriterImpl.write:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Lorg/w3c/dom/Node;)V]
NodeDataWriterImpl.write ( Object obj, org.w3c.dom.Node output ) : void
[run-time name: org/apache/cxf/xmlbeans/NodeDataWriterImpl.write:(Ljava/lang/Object;Lorg/w3c/dom/Node;)V]
NodeDataWriterImpl.write ( Object x0, Object x1 ) : void
[run-time name: org/apache/cxf/xmlbeans/NodeDataWriterImpl.write:(Ljava/lang/Object;Ljava/lang/Object;)V]
NodeDataWriterImpl.write ( Object x0, org.apache.cxf.service.model.MessagePartInfo x1, Object x2 ) : void
[run-time name: org/apache/cxf/xmlbeans/NodeDataWriterImpl.write:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, NodeUtils.class
package org.apache.cxf.helpers
NodeUtils.getChildElementNode ( org.w3c.dom.Node xmlNode ) [static] : org.w3c.dom.Node
[run-time name: org/apache/cxf/helpers/NodeUtils.getChildElementNode:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
openejb-cxf-bundle-2.5.2.jar, NoJSR250Annotations.class
package org.apache.cxf.common.injection
NoJSR250Annotations.unlessNull ( ) [abstract] : String[ ]
[run-time name: org/apache/cxf/common/injection/NoJSR250Annotations.unlessNull:()[Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, None.class
package org.apache.cxf.ws.rm.v200702
SequenceAcknowledgement.None.SequenceAcknowledgement.None ( )
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.None."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, NoOpPolicyInterceptorProvider.class
package org.apache.cxf.transport.http.policy
NoOpPolicyInterceptorProvider.NoOpPolicyInterceptorProvider ( )
[run-time name: org/apache/cxf/transport/http/policy/NoOpPolicyInterceptorProvider."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, NSDecl.class
package org.apache.cxf.helpers
NSDecl.equals ( Object obj ) : boolean
[run-time name: org/apache/cxf/helpers/NSDecl.equals:(Ljava/lang/Object;)Z]
NSDecl.getPrefix ( ) : String
[run-time name: org/apache/cxf/helpers/NSDecl.getPrefix:()Ljava/lang/String;]
NSDecl.getUri ( ) : String
[run-time name: org/apache/cxf/helpers/NSDecl.getUri:()Ljava/lang/String;]
NSDecl.hashCode ( ) : int
[run-time name: org/apache/cxf/helpers/NSDecl.hashCode:()I]
NSDecl.NSDecl ( String pfx, String ur )
[run-time name: org/apache/cxf/helpers/NSDecl."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
NSDecl.toString ( ) : String
[run-time name: org/apache/cxf/helpers/NSDecl.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, NSManager.class
package org.apache.cxf.ws.addressing
NSManager.getNamespaces ( ) : java.util.Set
[run-time name: org/apache/cxf/ws/addressing/NSManager.getNamespaces:()Ljava/util/Set;]
NSManager.getPrefixFromNS ( String namespace ) : String
[run-time name: org/apache/cxf/ws/addressing/NSManager.getPrefixFromNS:(Ljava/lang/String;)Ljava/lang/String;]
NSManager.NSManager ( )
[run-time name: org/apache/cxf/ws/addressing/NSManager."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, NSStack.class
package org.apache.cxf.helpers
NSStack.add ( String prefix, String uri ) : void
[run-time name: org/apache/cxf/helpers/NSStack.add:(Ljava/lang/String;Ljava/lang/String;)V]
NSStack.add ( String uri ) : String
[run-time name: org/apache/cxf/helpers/NSStack.add:(Ljava/lang/String;)Ljava/lang/String;]
NSStack.getPrefix ( String uri ) : String
[run-time name: org/apache/cxf/helpers/NSStack.getPrefix:(Ljava/lang/String;)Ljava/lang/String;]
NSStack.getURI ( String prefix ) : String
[run-time name: org/apache/cxf/helpers/NSStack.getURI:(Ljava/lang/String;)Ljava/lang/String;]
NSStack.NSStack ( )
[run-time name: org/apache/cxf/helpers/NSStack."<init>":()V]
NSStack.pop ( ) : void
[run-time name: org/apache/cxf/helpers/NSStack.pop:()V]
NSStack.push ( ) : void
[run-time name: org/apache/cxf/helpers/NSStack.push:()V]
openejb-cxf-bundle-2.5.2.jar, NullConduitSelector.class
package org.apache.cxf.endpoint
NullConduitSelector.complete ( org.apache.cxf.message.Exchange exchange ) : void
[run-time name: org/apache/cxf/endpoint/NullConduitSelector.complete:(Lorg/apache/cxf/message/Exchange;)V]
NullConduitSelector.getEndpoint ( ) : Endpoint
[run-time name: org/apache/cxf/endpoint/NullConduitSelector.getEndpoint:()Lorg/apache/cxf/endpoint/Endpoint;]
NullConduitSelector.NullConduitSelector ( )
[run-time name: org/apache/cxf/endpoint/NullConduitSelector."<init>":()V]
NullConduitSelector.prepare ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/endpoint/NullConduitSelector.prepare:(Lorg/apache/cxf/message/Message;)V]
NullConduitSelector.selectConduit ( org.apache.cxf.message.Message message ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/endpoint/NullConduitSelector.selectConduit:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/transport/Conduit;]
NullConduitSelector.setEndpoint ( Endpoint ep ) : void
[run-time name: org/apache/cxf/endpoint/NullConduitSelector.setEndpoint:(Lorg/apache/cxf/endpoint/Endpoint;)V]
openejb-cxf-bundle-2.5.2.jar, NullConfigurer.class
package org.apache.cxf.configuration
NullConfigurer.configureBean ( Object beanInstance ) : void
[run-time name: org/apache/cxf/configuration/NullConfigurer.configureBean:(Ljava/lang/Object;)V]
NullConfigurer.configureBean ( String name, Object beanInstance ) : void
[run-time name: org/apache/cxf/configuration/NullConfigurer.configureBean:(Ljava/lang/String;Ljava/lang/Object;)V]
NullConfigurer.NullConfigurer ( )
[run-time name: org/apache/cxf/configuration/NullConfigurer."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, NullResolver.class
package org.apache.cxf.helpers
DOMUtils.NullResolver.DOMUtils.NullResolver ( )
[run-time name: org/apache/cxf/helpers/DOMUtils.NullResolver."<init>":()V]
DOMUtils.NullResolver.resolveEntity ( String publicId, String systemId ) : org.xml.sax.InputSource
[run-time name: org/apache/cxf/helpers/DOMUtils.NullResolver.resolveEntity:(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;]
openejb-cxf-bundle-2.5.2.jar, OASISCatalogManager.class
package org.apache.cxf.catalog
OASISCatalogManager.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/catalog/OASISCatalogManager.getBus:()Lorg/apache/cxf/Bus;]
OASISCatalogManager.getCatalogManager ( org.apache.cxf.Bus bus ) [static] : OASISCatalogManager
[run-time name: org/apache/cxf/catalog/OASISCatalogManager.getCatalogManager:(Lorg/apache/cxf/Bus;)Lorg/apache/cxf/catalog/OASISCatalogManager;]
OASISCatalogManager.loadCatalog ( java.net.URL catalogURL ) : void
[run-time name: org/apache/cxf/catalog/OASISCatalogManager.loadCatalog:(Ljava/net/URL;)V]
OASISCatalogManager.loadCatalogs ( ClassLoader classLoader, String name ) : void
[run-time name: org/apache/cxf/catalog/OASISCatalogManager.loadCatalogs:(Ljava/lang/ClassLoader;Ljava/lang/String;)V]
OASISCatalogManager.loadContextCatalogs ( ) : void
[run-time name: org/apache/cxf/catalog/OASISCatalogManager.loadContextCatalogs:()V]
OASISCatalogManager.loadContextCatalogs ( String name ) : void
[run-time name: org/apache/cxf/catalog/OASISCatalogManager.loadContextCatalogs:(Ljava/lang/String;)V]
OASISCatalogManager.OASISCatalogManager ( )
[run-time name: org/apache/cxf/catalog/OASISCatalogManager."<init>":()V]
OASISCatalogManager.OASISCatalogManager ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/catalog/OASISCatalogManager."<init>":(Lorg/apache/cxf/Bus;)V]
OASISCatalogManager.resolvePublic ( String uri, String parent ) : String
[run-time name: org/apache/cxf/catalog/OASISCatalogManager.resolvePublic:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
OASISCatalogManager.resolveSystem ( String sys ) : String
[run-time name: org/apache/cxf/catalog/OASISCatalogManager.resolveSystem:(Ljava/lang/String;)Ljava/lang/String;]
OASISCatalogManager.resolveURI ( String uri ) : String
[run-time name: org/apache/cxf/catalog/OASISCatalogManager.resolveURI:(Ljava/lang/String;)Ljava/lang/String;]
OASISCatalogManager.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/catalog/OASISCatalogManager.setBus:(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, OASISCatalogManagerHelper.class
package org.apache.cxf.catalog
OASISCatalogManagerHelper.OASISCatalogManagerHelper ( )
[run-time name: org/apache/cxf/catalog/OASISCatalogManagerHelper."<init>":()V]
OASISCatalogManagerHelper.resolve ( OASISCatalogManager catalogResolver, String target, String base ) : String
[run-time name: org/apache/cxf/catalog/OASISCatalogManagerHelper.resolve:(Lorg/apache/cxf/catalog/OASISCatalogManager;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, Object.class
package org.apache.cxf.binding.corba.wsdl
Object.getBinding ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/wsdl/Object.getBinding:()Ljavax/xml/namespace/QName;]
Object.isSetBinding ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Object.isSetBinding:()Z]
Object.Object ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/Object."<init>":()V]
Object.setBinding ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Object.setBinding:(Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, ObjectBinding.class
package org.apache.cxf.binding.object
ObjectBinding.createMessage ( ) : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/binding/object/ObjectBinding.createMessage:()Lorg/apache/cxf/message/Message;]
ObjectBinding.createMessage ( org.apache.cxf.message.Message m ) : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/binding/object/ObjectBinding.createMessage:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/message/Message;]
ObjectBinding.getBindingInfo ( ) : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/binding/object/ObjectBinding.getBindingInfo:()Lorg/apache/cxf/service/model/BindingInfo;]
ObjectBinding.ObjectBinding ( org.apache.cxf.service.model.BindingInfo bindingInfo )
[run-time name: org/apache/cxf/binding/object/ObjectBinding."<init>":(Lorg/apache/cxf/service/model/BindingInfo;)V]
openejb-cxf-bundle-2.5.2.jar, ObjectBindingBPHandler.class
package org.apache.cxf.binding.object.blueprint
ObjectBindingBPHandler.decorate ( org.w3c.dom.Node node, org.osgi.service.blueprint.reflect.ComponentMetadata componentMetadata, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.ComponentMetadata
[run-time name: org/apache/cxf/binding/object/blueprint/ObjectBindingBPHandler.decorate:(Lorg/w3c/dom/Node;Lorg/osgi/service/blueprint/reflect/ComponentMetadata;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/ComponentMetadata;]
ObjectBindingBPHandler.getManagedClasses ( ) : java.util.Set
[run-time name: org/apache/cxf/binding/object/blueprint/ObjectBindingBPHandler.getManagedClasses:()Ljava/util/Set;]
ObjectBindingBPHandler.getSchemaLocation ( String s ) : java.net.URL
[run-time name: org/apache/cxf/binding/object/blueprint/ObjectBindingBPHandler.getSchemaLocation:(Ljava/lang/String;)Ljava/net/URL;]
ObjectBindingBPHandler.ObjectBindingBPHandler ( )
[run-time name: org/apache/cxf/binding/object/blueprint/ObjectBindingBPHandler."<init>":()V]
ObjectBindingBPHandler.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/binding/object/blueprint/ObjectBindingBPHandler.parse:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/Metadata;]
openejb-cxf-bundle-2.5.2.jar, ObjectBindingConfiguration.class
package org.apache.cxf.binding.object
ObjectBindingConfiguration.getBindingId ( ) : String
[run-time name: org/apache/cxf/binding/object/ObjectBindingConfiguration.getBindingId:()Ljava/lang/String;]
ObjectBindingConfiguration.getSkipPhases ( ) : java.util.Set
[run-time name: org/apache/cxf/binding/object/ObjectBindingConfiguration.getSkipPhases:()Ljava/util/Set;]
ObjectBindingConfiguration.isNonLogicalPhasesEnabled ( ) : boolean
[run-time name: org/apache/cxf/binding/object/ObjectBindingConfiguration.isNonLogicalPhasesEnabled:()Z]
ObjectBindingConfiguration.ObjectBindingConfiguration ( )
[run-time name: org/apache/cxf/binding/object/ObjectBindingConfiguration."<init>":()V]
ObjectBindingConfiguration.setNonLogicalPhasesEnabled ( boolean nonLogicalPhasesEnabled ) : void
[run-time name: org/apache/cxf/binding/object/ObjectBindingConfiguration.setNonLogicalPhasesEnabled:(Z)V]
ObjectBindingConfiguration.setSkipPhases ( java.util.Set skipPhases ) : void
[run-time name: org/apache/cxf/binding/object/ObjectBindingConfiguration.setSkipPhases:(Ljava/util/Set;)V]
openejb-cxf-bundle-2.5.2.jar, ObjectBindingFactory.class
package org.apache.cxf.binding.object
ObjectBindingFactory.createBinding ( org.apache.cxf.service.model.BindingInfo bi ) : org.apache.cxf.binding.Binding
[run-time name: org/apache/cxf/binding/object/ObjectBindingFactory.createBinding:(Lorg/apache/cxf/service/model/BindingInfo;)Lorg/apache/cxf/binding/Binding;]
ObjectBindingFactory.createBindingInfo ( org.apache.cxf.service.model.ServiceInfo si, String bindingid, Object config ) : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/binding/object/ObjectBindingFactory.createBindingInfo:(Lorg/apache/cxf/service/model/ServiceInfo;Ljava/lang/String;Ljava/lang/Object;)Lorg/apache/cxf/service/model/BindingInfo;]
ObjectBindingFactory.initialize ( ) : void
[run-time name: org/apache/cxf/binding/object/ObjectBindingFactory.initialize:()V]
ObjectBindingFactory.isAutoRegisterLocalEndpoint ( ) : boolean
[run-time name: org/apache/cxf/binding/object/ObjectBindingFactory.isAutoRegisterLocalEndpoint:()Z]
ObjectBindingFactory.ObjectBindingFactory ( )
[run-time name: org/apache/cxf/binding/object/ObjectBindingFactory."<init>":()V]
ObjectBindingFactory.ObjectBindingFactory ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/binding/object/ObjectBindingFactory."<init>":(Lorg/apache/cxf/Bus;)V]
ObjectBindingFactory.setAutoRegisterLocalEndpoint ( boolean autoRegisterLocalEndpoint ) : void
[run-time name: org/apache/cxf/binding/object/ObjectBindingFactory.setAutoRegisterLocalEndpoint:(Z)V]
openejb-cxf-bundle-2.5.2.jar, ObjectDispatchInInterceptor.class
package org.apache.cxf.binding.object
ObjectDispatchInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/object/ObjectDispatchInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
ObjectDispatchInInterceptor.ObjectDispatchInInterceptor ( )
[run-time name: org/apache/cxf/binding/object/ObjectDispatchInInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ObjectDispatchOutInterceptor.class
package org.apache.cxf.binding.object
ObjectDispatchOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/object/ObjectDispatchOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
ObjectDispatchOutInterceptor.ObjectDispatchOutInterceptor ( )
[run-time name: org/apache/cxf/binding/object/ObjectDispatchOutInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ObjectFactory.class
package org.apache.cxf.binding.corba.wsdl
ObjectFactory.createAddress ( AddressType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createAddress:(Lorg/apache/cxf/binding/corba/wsdl/AddressType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createAddressType ( ) : AddressType
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createAddressType:()Lorg/apache/cxf/binding/corba/wsdl/AddressType;]
ObjectFactory.createAlias ( ) : Alias
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createAlias:()Lorg/apache/cxf/binding/corba/wsdl/Alias;]
ObjectFactory.createAnonarray ( ) : Anonarray
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createAnonarray:()Lorg/apache/cxf/binding/corba/wsdl/Anonarray;]
ObjectFactory.createAnonfixed ( ) : Anonfixed
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createAnonfixed:()Lorg/apache/cxf/binding/corba/wsdl/Anonfixed;]
ObjectFactory.createAnonsequence ( ) : Anonsequence
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createAnonsequence:()Lorg/apache/cxf/binding/corba/wsdl/Anonsequence;]
ObjectFactory.createAnonstring ( ) : Anonstring
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createAnonstring:()Lorg/apache/cxf/binding/corba/wsdl/Anonstring;]
ObjectFactory.createAnonwstring ( ) : Anonwstring
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createAnonwstring:()Lorg/apache/cxf/binding/corba/wsdl/Anonwstring;]
ObjectFactory.createAny ( ) : Any
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createAny:()Lorg/apache/cxf/binding/corba/wsdl/Any;]
ObjectFactory.createArgType ( ) : ArgType
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createArgType:()Lorg/apache/cxf/binding/corba/wsdl/ArgType;]
ObjectFactory.createArray ( ) : Array
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createArray:()Lorg/apache/cxf/binding/corba/wsdl/Array;]
ObjectFactory.createBinding ( BindingType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createBinding:(Lorg/apache/cxf/binding/corba/wsdl/BindingType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createBindingType ( ) : BindingType
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createBindingType:()Lorg/apache/cxf/binding/corba/wsdl/BindingType;]
ObjectFactory.createCaseType ( ) : CaseType
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createCaseType:()Lorg/apache/cxf/binding/corba/wsdl/CaseType;]
ObjectFactory.createConst ( ) : Const
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createConst:()Lorg/apache/cxf/binding/corba/wsdl/Const;]
ObjectFactory.createCorbaType ( ) : CorbaType
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createCorbaType:()Lorg/apache/cxf/binding/corba/wsdl/CorbaType;]
ObjectFactory.createEnum ( ) : Enum
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createEnum:()Lorg/apache/cxf/binding/corba/wsdl/Enum;]
ObjectFactory.createEnumerator ( ) : Enumerator
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createEnumerator:()Lorg/apache/cxf/binding/corba/wsdl/Enumerator;]
ObjectFactory.createException ( ) : Exception
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createException:()Lorg/apache/cxf/binding/corba/wsdl/Exception;]
ObjectFactory.createFixed ( ) : Fixed
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createFixed:()Lorg/apache/cxf/binding/corba/wsdl/Fixed;]
ObjectFactory.createMemberType ( ) : MemberType
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createMemberType:()Lorg/apache/cxf/binding/corba/wsdl/MemberType;]
ObjectFactory.createNamedType ( ) : NamedType
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createNamedType:()Lorg/apache/cxf/binding/corba/wsdl/NamedType;]
ObjectFactory.createObject ( ) : Object
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createObject:()Lorg/apache/cxf/binding/corba/wsdl/Object;]
ObjectFactory.createOperation ( OperationType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createOperation:(Lorg/apache/cxf/binding/corba/wsdl/OperationType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createOperationType ( ) : OperationType
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createOperationType:()Lorg/apache/cxf/binding/corba/wsdl/OperationType;]
ObjectFactory.createParamType ( ) : ParamType
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createParamType:()Lorg/apache/cxf/binding/corba/wsdl/ParamType;]
ObjectFactory.createPolicy ( PolicyType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createPolicy:(Lorg/apache/cxf/binding/corba/wsdl/PolicyType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createPolicyType ( ) : PolicyType
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createPolicyType:()Lorg/apache/cxf/binding/corba/wsdl/PolicyType;]
ObjectFactory.createRaisesType ( ) : RaisesType
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createRaisesType:()Lorg/apache/cxf/binding/corba/wsdl/RaisesType;]
ObjectFactory.createSequence ( ) : Sequence
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createSequence:()Lorg/apache/cxf/binding/corba/wsdl/Sequence;]
ObjectFactory.createStruct ( ) : Struct
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createStruct:()Lorg/apache/cxf/binding/corba/wsdl/Struct;]
ObjectFactory.createTypeMapping ( TypeMappingType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createTypeMapping:(Lorg/apache/cxf/binding/corba/wsdl/TypeMappingType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTypeMappingType ( ) : TypeMappingType
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createTypeMappingType:()Lorg/apache/cxf/binding/corba/wsdl/TypeMappingType;]
ObjectFactory.createUnion ( ) : Union
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createUnion:()Lorg/apache/cxf/binding/corba/wsdl/Union;]
ObjectFactory.createUnionbranch ( ) : Unionbranch
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory.createUnionbranch:()Lorg/apache/cxf/binding/corba/wsdl/Unionbranch;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/ObjectFactory."<init>":()V]
package org.apache.cxf.bindings.xformat
ObjectFactory.createBinding ( XMLFormatBinding value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/bindings/xformat/ObjectFactory.createBinding:(Lorg/apache/cxf/bindings/xformat/XMLFormatBinding;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createBody ( XMLBindingMessageFormat value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/bindings/xformat/ObjectFactory.createBody:(Lorg/apache/cxf/bindings/xformat/XMLBindingMessageFormat;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createXMLBindingMessageFormat ( ) : XMLBindingMessageFormat
[run-time name: org/apache/cxf/bindings/xformat/ObjectFactory.createXMLBindingMessageFormat:()Lorg/apache/cxf/bindings/xformat/XMLBindingMessageFormat;]
ObjectFactory.createXMLFormatBinding ( ) : XMLFormatBinding
[run-time name: org/apache/cxf/bindings/xformat/ObjectFactory.createXMLFormatBinding:()Lorg/apache/cxf/bindings/xformat/XMLFormatBinding;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/bindings/xformat/ObjectFactory."<init>":()V]
package org.apache.cxf.configuration.security
ObjectFactory.createAuthorization ( AuthorizationPolicy value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/configuration/security/ObjectFactory.createAuthorization:(Lorg/apache/cxf/configuration/security/AuthorizationPolicy;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createAuthorizationPolicy ( ) : AuthorizationPolicy
[run-time name: org/apache/cxf/configuration/security/ObjectFactory.createAuthorizationPolicy:()Lorg/apache/cxf/configuration/security/AuthorizationPolicy;]
ObjectFactory.createCertificateConstraintsType ( ) : CertificateConstraintsType
[run-time name: org/apache/cxf/configuration/security/ObjectFactory.createCertificateConstraintsType:()Lorg/apache/cxf/configuration/security/CertificateConstraintsType;]
ObjectFactory.createCertStoreType ( ) : CertStoreType
[run-time name: org/apache/cxf/configuration/security/ObjectFactory.createCertStoreType:()Lorg/apache/cxf/configuration/security/CertStoreType;]
ObjectFactory.createCipherSuites ( ) : CipherSuites
[run-time name: org/apache/cxf/configuration/security/ObjectFactory.createCipherSuites:()Lorg/apache/cxf/configuration/security/CipherSuites;]
ObjectFactory.createClientAuthentication ( ) : ClientAuthentication
[run-time name: org/apache/cxf/configuration/security/ObjectFactory.createClientAuthentication:()Lorg/apache/cxf/configuration/security/ClientAuthentication;]
ObjectFactory.createDNConstraintsType ( ) : DNConstraintsType
[run-time name: org/apache/cxf/configuration/security/ObjectFactory.createDNConstraintsType:()Lorg/apache/cxf/configuration/security/DNConstraintsType;]
ObjectFactory.createFiltersType ( ) : FiltersType
[run-time name: org/apache/cxf/configuration/security/ObjectFactory.createFiltersType:()Lorg/apache/cxf/configuration/security/FiltersType;]
ObjectFactory.createKeyManagersType ( ) : KeyManagersType
[run-time name: org/apache/cxf/configuration/security/ObjectFactory.createKeyManagersType:()Lorg/apache/cxf/configuration/security/KeyManagersType;]
ObjectFactory.createKeyStoreType ( ) : KeyStoreType
[run-time name: org/apache/cxf/configuration/security/ObjectFactory.createKeyStoreType:()Lorg/apache/cxf/configuration/security/KeyStoreType;]
ObjectFactory.createProxyAuthorizationPolicy ( ) : ProxyAuthorizationPolicy
[run-time name: org/apache/cxf/configuration/security/ObjectFactory.createProxyAuthorizationPolicy:()Lorg/apache/cxf/configuration/security/ProxyAuthorizationPolicy;]
ObjectFactory.createSecureRandomParameters ( ) : SecureRandomParameters
[run-time name: org/apache/cxf/configuration/security/ObjectFactory.createSecureRandomParameters:()Lorg/apache/cxf/configuration/security/SecureRandomParameters;]
ObjectFactory.createTLSClientParametersType ( ) : TLSClientParametersType
[run-time name: org/apache/cxf/configuration/security/ObjectFactory.createTLSClientParametersType:()Lorg/apache/cxf/configuration/security/TLSClientParametersType;]
ObjectFactory.createTLSServerParametersType ( ) : TLSServerParametersType
[run-time name: org/apache/cxf/configuration/security/ObjectFactory.createTLSServerParametersType:()Lorg/apache/cxf/configuration/security/TLSServerParametersType;]
ObjectFactory.createTrustManagersType ( ) : TrustManagersType
[run-time name: org/apache/cxf/configuration/security/ObjectFactory.createTrustManagersType:()Lorg/apache/cxf/configuration/security/TrustManagersType;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/configuration/security/ObjectFactory."<init>":()V]
package org.apache.cxf.jaxws.javaee
ObjectFactory.createDescriptionType ( ) : DescriptionType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createDescriptionType:()Lorg/apache/cxf/jaxws/javaee/DescriptionType;]
ObjectFactory.createDisplayNameType ( ) : DisplayNameType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createDisplayNameType:()Lorg/apache/cxf/jaxws/javaee/DisplayNameType;]
ObjectFactory.createEjbLinkType ( ) : EjbLinkType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createEjbLinkType:()Lorg/apache/cxf/jaxws/javaee/EjbLinkType;]
ObjectFactory.createEjbLocalRefType ( ) : EjbLocalRefType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createEjbLocalRefType:()Lorg/apache/cxf/jaxws/javaee/EjbLocalRefType;]
ObjectFactory.createEjbRefNameType ( ) : EjbRefNameType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createEjbRefNameType:()Lorg/apache/cxf/jaxws/javaee/EjbRefNameType;]
ObjectFactory.createEjbRefType ( ) : EjbRefType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createEjbRefType:()Lorg/apache/cxf/jaxws/javaee/EjbRefType;]
ObjectFactory.createEjbRefTypeType ( ) : EjbRefTypeType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createEjbRefTypeType:()Lorg/apache/cxf/jaxws/javaee/EjbRefTypeType;]
ObjectFactory.createEmptyType ( ) : EmptyType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createEmptyType:()Lorg/apache/cxf/jaxws/javaee/EmptyType;]
ObjectFactory.createEnvEntryType ( ) : EnvEntryType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createEnvEntryType:()Lorg/apache/cxf/jaxws/javaee/EnvEntryType;]
ObjectFactory.createEnvEntryTypeValuesType ( ) : EnvEntryTypeValuesType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createEnvEntryTypeValuesType:()Lorg/apache/cxf/jaxws/javaee/EnvEntryTypeValuesType;]
ObjectFactory.createFullyQualifiedClassType ( ) : FullyQualifiedClassType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createFullyQualifiedClassType:()Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;]
ObjectFactory.createGenericBooleanType ( ) : GenericBooleanType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createGenericBooleanType:()Lorg/apache/cxf/jaxws/javaee/GenericBooleanType;]
ObjectFactory.createHandlerChains ( HandlerChainsType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createHandlerChains:(Lorg/apache/cxf/jaxws/javaee/HandlerChainsType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createHandlerChainsType ( ) : HandlerChainsType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createHandlerChainsType:()Lorg/apache/cxf/jaxws/javaee/HandlerChainsType;]
ObjectFactory.createHandlerChainType ( ) : HandlerChainType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createHandlerChainType:()Lorg/apache/cxf/jaxws/javaee/HandlerChainType;]
ObjectFactory.createHomeType ( ) : HomeType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createHomeType:()Lorg/apache/cxf/jaxws/javaee/HomeType;]
ObjectFactory.createIconType ( ) : IconType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createIconType:()Lorg/apache/cxf/jaxws/javaee/IconType;]
ObjectFactory.createInjectionTargetType ( ) : InjectionTargetType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createInjectionTargetType:()Lorg/apache/cxf/jaxws/javaee/InjectionTargetType;]
ObjectFactory.createJavaIdentifierType ( ) : JavaIdentifierType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createJavaIdentifierType:()Lorg/apache/cxf/jaxws/javaee/JavaIdentifierType;]
ObjectFactory.createJavaTypeType ( ) : JavaTypeType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createJavaTypeType:()Lorg/apache/cxf/jaxws/javaee/JavaTypeType;]
ObjectFactory.createJndiNameType ( ) : JndiNameType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createJndiNameType:()Lorg/apache/cxf/jaxws/javaee/JndiNameType;]
ObjectFactory.createLifecycleCallbackType ( ) : LifecycleCallbackType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createLifecycleCallbackType:()Lorg/apache/cxf/jaxws/javaee/LifecycleCallbackType;]
ObjectFactory.createListenerType ( ) : ListenerType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createListenerType:()Lorg/apache/cxf/jaxws/javaee/ListenerType;]
ObjectFactory.createLocalHomeType ( ) : LocalHomeType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createLocalHomeType:()Lorg/apache/cxf/jaxws/javaee/LocalHomeType;]
ObjectFactory.createLocalType ( ) : LocalType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createLocalType:()Lorg/apache/cxf/jaxws/javaee/LocalType;]
ObjectFactory.createMessageDestinationLinkType ( ) : MessageDestinationLinkType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createMessageDestinationLinkType:()Lorg/apache/cxf/jaxws/javaee/MessageDestinationLinkType;]
ObjectFactory.createMessageDestinationRefType ( ) : MessageDestinationRefType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createMessageDestinationRefType:()Lorg/apache/cxf/jaxws/javaee/MessageDestinationRefType;]
ObjectFactory.createMessageDestinationType ( ) : MessageDestinationType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createMessageDestinationType:()Lorg/apache/cxf/jaxws/javaee/MessageDestinationType;]
ObjectFactory.createMessageDestinationTypeType ( ) : MessageDestinationTypeType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createMessageDestinationTypeType:()Lorg/apache/cxf/jaxws/javaee/MessageDestinationTypeType;]
ObjectFactory.createMessageDestinationUsageType ( ) : MessageDestinationUsageType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createMessageDestinationUsageType:()Lorg/apache/cxf/jaxws/javaee/MessageDestinationUsageType;]
ObjectFactory.createParamValueType ( ) : ParamValueType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createParamValueType:()Lorg/apache/cxf/jaxws/javaee/ParamValueType;]
ObjectFactory.createPathType ( ) : PathType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createPathType:()Lorg/apache/cxf/jaxws/javaee/PathType;]
ObjectFactory.createPersistenceContextRefType ( ) : PersistenceContextRefType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createPersistenceContextRefType:()Lorg/apache/cxf/jaxws/javaee/PersistenceContextRefType;]
ObjectFactory.createPersistenceContextTypeType ( ) : PersistenceContextTypeType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createPersistenceContextTypeType:()Lorg/apache/cxf/jaxws/javaee/PersistenceContextTypeType;]
ObjectFactory.createPersistenceUnitRefType ( ) : PersistenceUnitRefType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createPersistenceUnitRefType:()Lorg/apache/cxf/jaxws/javaee/PersistenceUnitRefType;]
ObjectFactory.createPortComponentHandlerType ( ) : PortComponentHandlerType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createPortComponentHandlerType:()Lorg/apache/cxf/jaxws/javaee/PortComponentHandlerType;]
ObjectFactory.createPortComponentRefType ( ) : PortComponentRefType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createPortComponentRefType:()Lorg/apache/cxf/jaxws/javaee/PortComponentRefType;]
ObjectFactory.createPortComponentType ( ) : PortComponentType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createPortComponentType:()Lorg/apache/cxf/jaxws/javaee/PortComponentType;]
ObjectFactory.createPropertyType ( ) : PropertyType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createPropertyType:()Lorg/apache/cxf/jaxws/javaee/PropertyType;]
ObjectFactory.createRemoteType ( ) : RemoteType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createRemoteType:()Lorg/apache/cxf/jaxws/javaee/RemoteType;]
ObjectFactory.createResAuthType ( ) : ResAuthType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createResAuthType:()Lorg/apache/cxf/jaxws/javaee/ResAuthType;]
ObjectFactory.createResourceEnvRefType ( ) : ResourceEnvRefType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createResourceEnvRefType:()Lorg/apache/cxf/jaxws/javaee/ResourceEnvRefType;]
ObjectFactory.createResourceRefType ( ) : ResourceRefType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createResourceRefType:()Lorg/apache/cxf/jaxws/javaee/ResourceRefType;]
ObjectFactory.createResSharingScopeType ( ) : ResSharingScopeType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createResSharingScopeType:()Lorg/apache/cxf/jaxws/javaee/ResSharingScopeType;]
ObjectFactory.createRoleNameType ( ) : RoleNameType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createRoleNameType:()Lorg/apache/cxf/jaxws/javaee/RoleNameType;]
ObjectFactory.createRunAsType ( ) : RunAsType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createRunAsType:()Lorg/apache/cxf/jaxws/javaee/RunAsType;]
ObjectFactory.createSecurityRoleRefType ( ) : SecurityRoleRefType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createSecurityRoleRefType:()Lorg/apache/cxf/jaxws/javaee/SecurityRoleRefType;]
ObjectFactory.createSecurityRoleType ( ) : SecurityRoleType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createSecurityRoleType:()Lorg/apache/cxf/jaxws/javaee/SecurityRoleType;]
ObjectFactory.createServiceImplBeanType ( ) : ServiceImplBeanType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createServiceImplBeanType:()Lorg/apache/cxf/jaxws/javaee/ServiceImplBeanType;]
ObjectFactory.createServiceRefHandlerChainsType ( ) : ServiceRefHandlerChainsType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createServiceRefHandlerChainsType:()Lorg/apache/cxf/jaxws/javaee/ServiceRefHandlerChainsType;]
ObjectFactory.createServiceRefHandlerChainType ( ) : ServiceRefHandlerChainType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createServiceRefHandlerChainType:()Lorg/apache/cxf/jaxws/javaee/ServiceRefHandlerChainType;]
ObjectFactory.createServiceRefHandlerType ( ) : ServiceRefHandlerType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createServiceRefHandlerType:()Lorg/apache/cxf/jaxws/javaee/ServiceRefHandlerType;]
ObjectFactory.createServiceRefType ( ) : ServiceRefType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createServiceRefType:()Lorg/apache/cxf/jaxws/javaee/ServiceRefType;]
ObjectFactory.createServletLinkType ( ) : ServletLinkType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createServletLinkType:()Lorg/apache/cxf/jaxws/javaee/ServletLinkType;]
ObjectFactory.createString ( ) : CString
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createString:()Lorg/apache/cxf/jaxws/javaee/CString;]
ObjectFactory.createTrueFalseType ( ) : TrueFalseType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createTrueFalseType:()Lorg/apache/cxf/jaxws/javaee/TrueFalseType;]
ObjectFactory.createUrlPatternType ( ) : UrlPatternType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createUrlPatternType:()Lorg/apache/cxf/jaxws/javaee/UrlPatternType;]
ObjectFactory.createWebserviceDescriptionType ( ) : WebserviceDescriptionType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createWebserviceDescriptionType:()Lorg/apache/cxf/jaxws/javaee/WebserviceDescriptionType;]
ObjectFactory.createWebservices ( WebservicesType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createWebservices:(Lorg/apache/cxf/jaxws/javaee/WebservicesType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createWebservicesType ( ) : WebservicesType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createWebservicesType:()Lorg/apache/cxf/jaxws/javaee/WebservicesType;]
ObjectFactory.createXsdAnyURIType ( ) : XsdAnyURIType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createXsdAnyURIType:()Lorg/apache/cxf/jaxws/javaee/XsdAnyURIType;]
ObjectFactory.createXsdBooleanType ( ) : XsdBooleanType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createXsdBooleanType:()Lorg/apache/cxf/jaxws/javaee/XsdBooleanType;]
ObjectFactory.createXsdIntegerType ( ) : XsdIntegerType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createXsdIntegerType:()Lorg/apache/cxf/jaxws/javaee/XsdIntegerType;]
ObjectFactory.createXsdNMTOKENType ( ) : XsdNMTOKENType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createXsdNMTOKENType:()Lorg/apache/cxf/jaxws/javaee/XsdNMTOKENType;]
ObjectFactory.createXsdNonNegativeIntegerType ( ) : XsdNonNegativeIntegerType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createXsdNonNegativeIntegerType:()Lorg/apache/cxf/jaxws/javaee/XsdNonNegativeIntegerType;]
ObjectFactory.createXsdPositiveIntegerType ( ) : XsdPositiveIntegerType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createXsdPositiveIntegerType:()Lorg/apache/cxf/jaxws/javaee/XsdPositiveIntegerType;]
ObjectFactory.createXsdQNameType ( ) : XsdQNameType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createXsdQNameType:()Lorg/apache/cxf/jaxws/javaee/XsdQNameType;]
ObjectFactory.createXsdStringType ( ) : XsdStringType
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory.createXsdStringType:()Lorg/apache/cxf/jaxws/javaee/XsdStringType;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/jaxws/javaee/ObjectFactory."<init>":()V]
package org.apache.cxf.management
ObjectFactory.createJMXConnectorPolicy ( JMXConnectorPolicyType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/management/ObjectFactory.createJMXConnectorPolicy:(Lorg/apache/cxf/management/JMXConnectorPolicyType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createJMXConnectorPolicyType ( ) : JMXConnectorPolicyType
[run-time name: org/apache/cxf/management/ObjectFactory.createJMXConnectorPolicyType:()Lorg/apache/cxf/management/JMXConnectorPolicyType;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/management/ObjectFactory."<init>":()V]
package org.apache.cxf.tools.plugin
ObjectFactory.createBuilder ( ) : Builder
[run-time name: org/apache/cxf/tools/plugin/ObjectFactory.createBuilder:()Lorg/apache/cxf/tools/plugin/Builder;]
ObjectFactory.createContainer ( ) : Container
[run-time name: org/apache/cxf/tools/plugin/ObjectFactory.createContainer:()Lorg/apache/cxf/tools/plugin/Container;]
ObjectFactory.createDataBinding ( ) : DataBinding
[run-time name: org/apache/cxf/tools/plugin/ObjectFactory.createDataBinding:()Lorg/apache/cxf/tools/plugin/DataBinding;]
ObjectFactory.createFrontEnd ( ) : FrontEnd
[run-time name: org/apache/cxf/tools/plugin/ObjectFactory.createFrontEnd:()Lorg/apache/cxf/tools/plugin/FrontEnd;]
ObjectFactory.createGenerator ( ) : Generator
[run-time name: org/apache/cxf/tools/plugin/ObjectFactory.createGenerator:()Lorg/apache/cxf/tools/plugin/Generator;]
ObjectFactory.createGenerator ( Generator value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/tools/plugin/ObjectFactory.createGenerator:(Lorg/apache/cxf/tools/plugin/Generator;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createGenerators ( ) : Generators
[run-time name: org/apache/cxf/tools/plugin/ObjectFactory.createGenerators:()Lorg/apache/cxf/tools/plugin/Generators;]
ObjectFactory.createPlugin ( ) : Plugin
[run-time name: org/apache/cxf/tools/plugin/ObjectFactory.createPlugin:()Lorg/apache/cxf/tools/plugin/Plugin;]
ObjectFactory.createPlugin ( Plugin value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/tools/plugin/ObjectFactory.createPlugin:(Lorg/apache/cxf/tools/plugin/Plugin;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createProcessor ( ) : Processor
[run-time name: org/apache/cxf/tools/plugin/ObjectFactory.createProcessor:()Lorg/apache/cxf/tools/plugin/Processor;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/tools/plugin/ObjectFactory."<init>":()V]
package org.apache.cxf.transport.jms
ObjectFactory.createAddress ( AddressType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/transport/jms/ObjectFactory.createAddress:(Lorg/apache/cxf/transport/jms/AddressType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createAddressType ( ) : AddressType
[run-time name: org/apache/cxf/transport/jms/ObjectFactory.createAddressType:()Lorg/apache/cxf/transport/jms/AddressType;]
ObjectFactory.createClient ( ClientBehaviorPolicyType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/transport/jms/ObjectFactory.createClient:(Lorg/apache/cxf/transport/jms/ClientBehaviorPolicyType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createClientBehaviorPolicyType ( ) : ClientBehaviorPolicyType
[run-time name: org/apache/cxf/transport/jms/ObjectFactory.createClientBehaviorPolicyType:()Lorg/apache/cxf/transport/jms/ClientBehaviorPolicyType;]
ObjectFactory.createClientConfig ( ) : ClientConfig
[run-time name: org/apache/cxf/transport/jms/ObjectFactory.createClientConfig:()Lorg/apache/cxf/transport/jms/ClientConfig;]
ObjectFactory.createClientConfig ( ClientConfig value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/transport/jms/ObjectFactory.createClientConfig:(Lorg/apache/cxf/transport/jms/ClientConfig;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createJMSFaultType ( ) : JMSFaultType
[run-time name: org/apache/cxf/transport/jms/ObjectFactory.createJMSFaultType:()Lorg/apache/cxf/transport/jms/JMSFaultType;]
ObjectFactory.createJMSMessageHeadersType ( ) : JMSMessageHeadersType
[run-time name: org/apache/cxf/transport/jms/ObjectFactory.createJMSMessageHeadersType:()Lorg/apache/cxf/transport/jms/JMSMessageHeadersType;]
ObjectFactory.createJMSNamingPropertyType ( ) : JMSNamingPropertyType
[run-time name: org/apache/cxf/transport/jms/ObjectFactory.createJMSNamingPropertyType:()Lorg/apache/cxf/transport/jms/JMSNamingPropertyType;]
ObjectFactory.createJMSPropertyType ( ) : JMSPropertyType
[run-time name: org/apache/cxf/transport/jms/ObjectFactory.createJMSPropertyType:()Lorg/apache/cxf/transport/jms/JMSPropertyType;]
ObjectFactory.createServer ( ServerBehaviorPolicyType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/transport/jms/ObjectFactory.createServer:(Lorg/apache/cxf/transport/jms/ServerBehaviorPolicyType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createServerBehaviorPolicyType ( ) : ServerBehaviorPolicyType
[run-time name: org/apache/cxf/transport/jms/ObjectFactory.createServerBehaviorPolicyType:()Lorg/apache/cxf/transport/jms/ServerBehaviorPolicyType;]
ObjectFactory.createServerConfig ( ) : ServerConfig
[run-time name: org/apache/cxf/transport/jms/ObjectFactory.createServerConfig:()Lorg/apache/cxf/transport/jms/ServerConfig;]
ObjectFactory.createServerConfig ( ServerConfig value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/transport/jms/ObjectFactory.createServerConfig:(Lorg/apache/cxf/transport/jms/ServerConfig;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSessionPool ( SessionPoolType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/transport/jms/ObjectFactory.createSessionPool:(Lorg/apache/cxf/transport/jms/SessionPoolType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSessionPoolType ( ) : SessionPoolType
[run-time name: org/apache/cxf/transport/jms/ObjectFactory.createSessionPoolType:()Lorg/apache/cxf/transport/jms/SessionPoolType;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/transport/jms/ObjectFactory."<init>":()V]
package org.apache.cxf.transport.jms.uri
ObjectFactory.createJMSEndpointType ( ) : JMSEndpointType
[run-time name: org/apache/cxf/transport/jms/uri/ObjectFactory.createJMSEndpointType:()Lorg/apache/cxf/transport/jms/uri/JMSEndpointType;]
ObjectFactory.createParameterType ( ) : ParameterType
[run-time name: org/apache/cxf/transport/jms/uri/ObjectFactory.createParameterType:()Lorg/apache/cxf/transport/jms/uri/ParameterType;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/transport/jms/uri/ObjectFactory."<init>":()V]
package org.apache.cxf.transport.jms.wsdl
ObjectFactory.createDeliveryMode ( DeliveryModeType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/transport/jms/wsdl/ObjectFactory.createDeliveryMode:(Lorg/apache/cxf/transport/jms/wsdl/DeliveryModeType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createDeliveryModeType ( ) : DeliveryModeType
[run-time name: org/apache/cxf/transport/jms/wsdl/ObjectFactory.createDeliveryModeType:()Lorg/apache/cxf/transport/jms/wsdl/DeliveryModeType;]
ObjectFactory.createJndiConnectionFactoryName ( JndiConnectionFactoryNameType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/transport/jms/wsdl/ObjectFactory.createJndiConnectionFactoryName:(Lorg/apache/cxf/transport/jms/wsdl/JndiConnectionFactoryNameType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createJndiConnectionFactoryNameType ( ) : JndiConnectionFactoryNameType
[run-time name: org/apache/cxf/transport/jms/wsdl/ObjectFactory.createJndiConnectionFactoryNameType:()Lorg/apache/cxf/transport/jms/wsdl/JndiConnectionFactoryNameType;]
ObjectFactory.createJndiContextParameter ( JndiContextParameterType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/transport/jms/wsdl/ObjectFactory.createJndiContextParameter:(Lorg/apache/cxf/transport/jms/wsdl/JndiContextParameterType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createJndiContextParameterType ( ) : JndiContextParameterType
[run-time name: org/apache/cxf/transport/jms/wsdl/ObjectFactory.createJndiContextParameterType:()Lorg/apache/cxf/transport/jms/wsdl/JndiContextParameterType;]
ObjectFactory.createJndiInitialContextFactory ( JndiInitialContextFactoryType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/transport/jms/wsdl/ObjectFactory.createJndiInitialContextFactory:(Lorg/apache/cxf/transport/jms/wsdl/JndiInitialContextFactoryType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createJndiInitialContextFactoryType ( ) : JndiInitialContextFactoryType
[run-time name: org/apache/cxf/transport/jms/wsdl/ObjectFactory.createJndiInitialContextFactoryType:()Lorg/apache/cxf/transport/jms/wsdl/JndiInitialContextFactoryType;]
ObjectFactory.createJndiURL ( JndiURLType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/transport/jms/wsdl/ObjectFactory.createJndiURL:(Lorg/apache/cxf/transport/jms/wsdl/JndiURLType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createJndiURLType ( ) : JndiURLType
[run-time name: org/apache/cxf/transport/jms/wsdl/ObjectFactory.createJndiURLType:()Lorg/apache/cxf/transport/jms/wsdl/JndiURLType;]
ObjectFactory.createPriority ( PriorityType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/transport/jms/wsdl/ObjectFactory.createPriority:(Lorg/apache/cxf/transport/jms/wsdl/PriorityType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createPriorityType ( ) : PriorityType
[run-time name: org/apache/cxf/transport/jms/wsdl/ObjectFactory.createPriorityType:()Lorg/apache/cxf/transport/jms/wsdl/PriorityType;]
ObjectFactory.createReplyToName ( ReplyToNameType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/transport/jms/wsdl/ObjectFactory.createReplyToName:(Lorg/apache/cxf/transport/jms/wsdl/ReplyToNameType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createReplyToNameType ( ) : ReplyToNameType
[run-time name: org/apache/cxf/transport/jms/wsdl/ObjectFactory.createReplyToNameType:()Lorg/apache/cxf/transport/jms/wsdl/ReplyToNameType;]
ObjectFactory.createTimeToLive ( TimeToLiveType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/transport/jms/wsdl/ObjectFactory.createTimeToLive:(Lorg/apache/cxf/transport/jms/wsdl/TimeToLiveType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTimeToLiveType ( ) : TimeToLiveType
[run-time name: org/apache/cxf/transport/jms/wsdl/ObjectFactory.createTimeToLiveType:()Lorg/apache/cxf/transport/jms/wsdl/TimeToLiveType;]
ObjectFactory.createTopicReplyToName ( TopicReplyToNameType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/transport/jms/wsdl/ObjectFactory.createTopicReplyToName:(Lorg/apache/cxf/transport/jms/wsdl/TopicReplyToNameType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTopicReplyToNameType ( ) : TopicReplyToNameType
[run-time name: org/apache/cxf/transport/jms/wsdl/ObjectFactory.createTopicReplyToNameType:()Lorg/apache/cxf/transport/jms/wsdl/TopicReplyToNameType;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/transport/jms/wsdl/ObjectFactory."<init>":()V]
package org.apache.cxf.transports.http.configuration
ObjectFactory.createClient ( HTTPClientPolicy value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/transports/http/configuration/ObjectFactory.createClient:(Lorg/apache/cxf/transports/http/configuration/HTTPClientPolicy;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createContextMatchStrategy ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/transports/http/configuration/ObjectFactory.createContextMatchStrategy:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createFixedParameterOrder ( Boolean value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/transports/http/configuration/ObjectFactory.createFixedParameterOrder:(Ljava/lang/Boolean;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createHTTPClientPolicy ( ) : HTTPClientPolicy
[run-time name: org/apache/cxf/transports/http/configuration/ObjectFactory.createHTTPClientPolicy:()Lorg/apache/cxf/transports/http/configuration/HTTPClientPolicy;]
ObjectFactory.createHTTPServerPolicy ( ) : HTTPServerPolicy
[run-time name: org/apache/cxf/transports/http/configuration/ObjectFactory.createHTTPServerPolicy:()Lorg/apache/cxf/transports/http/configuration/HTTPServerPolicy;]
ObjectFactory.createServer ( HTTPServerPolicy value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/transports/http/configuration/ObjectFactory.createServer:(Lorg/apache/cxf/transports/http/configuration/HTTPServerPolicy;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/transports/http/configuration/ObjectFactory."<init>":()V]
package org.apache.cxf.transports.http_jetty.configuration
ObjectFactory.createEngineFactory ( JettyHTTPServerEngineFactoryConfigType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/transports/http_jetty/configuration/ObjectFactory.createEngineFactory:(Lorg/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineFactoryConfigType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createJettyHTTPServerEngineConfigType ( ) : JettyHTTPServerEngineConfigType
[run-time name: org/apache/cxf/transports/http_jetty/configuration/ObjectFactory.createJettyHTTPServerEngineConfigType:()Lorg/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineConfigType;]
ObjectFactory.createJettyHTTPServerEngineFactoryConfigType ( ) : JettyHTTPServerEngineFactoryConfigType
[run-time name: org/apache/cxf/transports/http_jetty/configuration/ObjectFactory.createJettyHTTPServerEngineFactoryConfigType:()Lorg/apache/cxf/transports/http_jetty/configuration/JettyHTTPServerEngineFactoryConfigType;]
ObjectFactory.createParametersRefType ( ) : ParametersRefType
[run-time name: org/apache/cxf/transports/http_jetty/configuration/ObjectFactory.createParametersRefType:()Lorg/apache/cxf/transports/http_jetty/configuration/ParametersRefType;]
ObjectFactory.createThreadingParametersIdentifiedType ( ) : ThreadingParametersIdentifiedType
[run-time name: org/apache/cxf/transports/http_jetty/configuration/ObjectFactory.createThreadingParametersIdentifiedType:()Lorg/apache/cxf/transports/http_jetty/configuration/ThreadingParametersIdentifiedType;]
ObjectFactory.createThreadingParametersType ( ) : ThreadingParametersType
[run-time name: org/apache/cxf/transports/http_jetty/configuration/ObjectFactory.createThreadingParametersType:()Lorg/apache/cxf/transports/http_jetty/configuration/ThreadingParametersType;]
ObjectFactory.createTLSServerParametersIdentifiedType ( ) : TLSServerParametersIdentifiedType
[run-time name: org/apache/cxf/transports/http_jetty/configuration/ObjectFactory.createTLSServerParametersIdentifiedType:()Lorg/apache/cxf/transports/http_jetty/configuration/TLSServerParametersIdentifiedType;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/transports/http_jetty/configuration/ObjectFactory."<init>":()V]
package org.apache.cxf.ws.addressing
ObjectFactory.createAction ( AttributedURIType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createAction:(Lorg/apache/cxf/ws/addressing/AttributedURIType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createAttributedAnyType ( ) : AttributedAnyType
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createAttributedAnyType:()Lorg/apache/cxf/ws/addressing/AttributedAnyType;]
ObjectFactory.createAttributedQNameType ( ) : AttributedQNameType
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createAttributedQNameType:()Lorg/apache/cxf/ws/addressing/AttributedQNameType;]
ObjectFactory.createAttributedUnsignedLongType ( ) : AttributedUnsignedLongType
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createAttributedUnsignedLongType:()Lorg/apache/cxf/ws/addressing/AttributedUnsignedLongType;]
ObjectFactory.createAttributedURIType ( ) : AttributedURIType
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createAttributedURIType:()Lorg/apache/cxf/ws/addressing/AttributedURIType;]
ObjectFactory.createEndpointReference ( EndpointReferenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createEndpointReference:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createEndpointReferenceType ( ) : EndpointReferenceType
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createEndpointReferenceType:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
ObjectFactory.createFaultTo ( EndpointReferenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createFaultTo:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createFrom ( EndpointReferenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createFrom:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createMessageID ( AttributedURIType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createMessageID:(Lorg/apache/cxf/ws/addressing/AttributedURIType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createMetadata ( MetadataType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createMetadata:(Lorg/apache/cxf/ws/addressing/MetadataType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createMetadataType ( ) : MetadataType
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createMetadataType:()Lorg/apache/cxf/ws/addressing/MetadataType;]
ObjectFactory.createProblemAction ( ProblemActionType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createProblemAction:(Lorg/apache/cxf/ws/addressing/ProblemActionType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createProblemActionType ( ) : ProblemActionType
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createProblemActionType:()Lorg/apache/cxf/ws/addressing/ProblemActionType;]
ObjectFactory.createProblemHeader ( AttributedAnyType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createProblemHeader:(Lorg/apache/cxf/ws/addressing/AttributedAnyType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createProblemHeaderQName ( AttributedQNameType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createProblemHeaderQName:(Lorg/apache/cxf/ws/addressing/AttributedQNameType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createProblemIRI ( AttributedURIType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createProblemIRI:(Lorg/apache/cxf/ws/addressing/AttributedURIType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createReferenceParametersType ( ) : ReferenceParametersType
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createReferenceParametersType:()Lorg/apache/cxf/ws/addressing/ReferenceParametersType;]
ObjectFactory.createRelatesTo ( RelatesToType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createRelatesTo:(Lorg/apache/cxf/ws/addressing/RelatesToType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createRelatesToType ( ) : RelatesToType
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createRelatesToType:()Lorg/apache/cxf/ws/addressing/RelatesToType;]
ObjectFactory.createReplyTo ( EndpointReferenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createReplyTo:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createRetryAfter ( AttributedUnsignedLongType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createRetryAfter:(Lorg/apache/cxf/ws/addressing/AttributedUnsignedLongType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTo ( AttributedURIType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory.createTo:(Lorg/apache/cxf/ws/addressing/AttributedURIType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/ws/addressing/ObjectFactory."<init>":()V]
package org.apache.cxf.ws.addressing.v200403
ObjectFactory.createAction ( AttributedURI value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/v200403/ObjectFactory.createAction:(Lorg/apache/cxf/ws/addressing/v200403/AttributedURI;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createAttributedQName ( ) : AttributedQName
[run-time name: org/apache/cxf/ws/addressing/v200403/ObjectFactory.createAttributedQName:()Lorg/apache/cxf/ws/addressing/v200403/AttributedQName;]
ObjectFactory.createAttributedURI ( ) : AttributedURI
[run-time name: org/apache/cxf/ws/addressing/v200403/ObjectFactory.createAttributedURI:()Lorg/apache/cxf/ws/addressing/v200403/AttributedURI;]
ObjectFactory.createEndpointReference ( EndpointReferenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/v200403/ObjectFactory.createEndpointReference:(Lorg/apache/cxf/ws/addressing/v200403/EndpointReferenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createEndpointReferenceType ( ) : EndpointReferenceType
[run-time name: org/apache/cxf/ws/addressing/v200403/ObjectFactory.createEndpointReferenceType:()Lorg/apache/cxf/ws/addressing/v200403/EndpointReferenceType;]
ObjectFactory.createFaultTo ( EndpointReferenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/v200403/ObjectFactory.createFaultTo:(Lorg/apache/cxf/ws/addressing/v200403/EndpointReferenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createFrom ( EndpointReferenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/v200403/ObjectFactory.createFrom:(Lorg/apache/cxf/ws/addressing/v200403/EndpointReferenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createMessageID ( AttributedURI value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/v200403/ObjectFactory.createMessageID:(Lorg/apache/cxf/ws/addressing/v200403/AttributedURI;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createReferencePropertiesType ( ) : ReferencePropertiesType
[run-time name: org/apache/cxf/ws/addressing/v200403/ObjectFactory.createReferencePropertiesType:()Lorg/apache/cxf/ws/addressing/v200403/ReferencePropertiesType;]
ObjectFactory.createRelatesTo ( Relationship value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/v200403/ObjectFactory.createRelatesTo:(Lorg/apache/cxf/ws/addressing/v200403/Relationship;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createRelationship ( ) : Relationship
[run-time name: org/apache/cxf/ws/addressing/v200403/ObjectFactory.createRelationship:()Lorg/apache/cxf/ws/addressing/v200403/Relationship;]
ObjectFactory.createReplyAfter ( Object value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/v200403/ObjectFactory.createReplyAfter:(Ljava/lang/Object;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createReplyAfterType ( ) : ReplyAfterType
[run-time name: org/apache/cxf/ws/addressing/v200403/ObjectFactory.createReplyAfterType:()Lorg/apache/cxf/ws/addressing/v200403/ReplyAfterType;]
ObjectFactory.createReplyTo ( EndpointReferenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/v200403/ObjectFactory.createReplyTo:(Lorg/apache/cxf/ws/addressing/v200403/EndpointReferenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createServiceNameType ( ) : ServiceNameType
[run-time name: org/apache/cxf/ws/addressing/v200403/ObjectFactory.createServiceNameType:()Lorg/apache/cxf/ws/addressing/v200403/ServiceNameType;]
ObjectFactory.createTo ( AttributedURI value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/v200403/ObjectFactory.createTo:(Lorg/apache/cxf/ws/addressing/v200403/AttributedURI;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/ws/addressing/v200403/ObjectFactory."<init>":()V]
package org.apache.cxf.ws.addressing.v200408
ObjectFactory.createAction ( AttributedURI value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/v200408/ObjectFactory.createAction:(Lorg/apache/cxf/ws/addressing/v200408/AttributedURI;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createAttributedQName ( ) : AttributedQName
[run-time name: org/apache/cxf/ws/addressing/v200408/ObjectFactory.createAttributedQName:()Lorg/apache/cxf/ws/addressing/v200408/AttributedQName;]
ObjectFactory.createAttributedURI ( ) : AttributedURI
[run-time name: org/apache/cxf/ws/addressing/v200408/ObjectFactory.createAttributedURI:()Lorg/apache/cxf/ws/addressing/v200408/AttributedURI;]
ObjectFactory.createEndpointReference ( EndpointReferenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/v200408/ObjectFactory.createEndpointReference:(Lorg/apache/cxf/ws/addressing/v200408/EndpointReferenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createEndpointReferenceType ( ) : EndpointReferenceType
[run-time name: org/apache/cxf/ws/addressing/v200408/ObjectFactory.createEndpointReferenceType:()Lorg/apache/cxf/ws/addressing/v200408/EndpointReferenceType;]
ObjectFactory.createFaultTo ( EndpointReferenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/v200408/ObjectFactory.createFaultTo:(Lorg/apache/cxf/ws/addressing/v200408/EndpointReferenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createFrom ( EndpointReferenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/v200408/ObjectFactory.createFrom:(Lorg/apache/cxf/ws/addressing/v200408/EndpointReferenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createMessageID ( AttributedURI value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/v200408/ObjectFactory.createMessageID:(Lorg/apache/cxf/ws/addressing/v200408/AttributedURI;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createReferenceParametersType ( ) : ReferenceParametersType
[run-time name: org/apache/cxf/ws/addressing/v200408/ObjectFactory.createReferenceParametersType:()Lorg/apache/cxf/ws/addressing/v200408/ReferenceParametersType;]
ObjectFactory.createReferencePropertiesType ( ) : ReferencePropertiesType
[run-time name: org/apache/cxf/ws/addressing/v200408/ObjectFactory.createReferencePropertiesType:()Lorg/apache/cxf/ws/addressing/v200408/ReferencePropertiesType;]
ObjectFactory.createRelatesTo ( Relationship value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/v200408/ObjectFactory.createRelatesTo:(Lorg/apache/cxf/ws/addressing/v200408/Relationship;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createRelationship ( ) : Relationship
[run-time name: org/apache/cxf/ws/addressing/v200408/ObjectFactory.createRelationship:()Lorg/apache/cxf/ws/addressing/v200408/Relationship;]
ObjectFactory.createReplyAfter ( ReplyAfterType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/v200408/ObjectFactory.createReplyAfter:(Lorg/apache/cxf/ws/addressing/v200408/ReplyAfterType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createReplyAfterType ( ) : ReplyAfterType
[run-time name: org/apache/cxf/ws/addressing/v200408/ObjectFactory.createReplyAfterType:()Lorg/apache/cxf/ws/addressing/v200408/ReplyAfterType;]
ObjectFactory.createReplyTo ( EndpointReferenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/v200408/ObjectFactory.createReplyTo:(Lorg/apache/cxf/ws/addressing/v200408/EndpointReferenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createServiceNameType ( ) : ServiceNameType
[run-time name: org/apache/cxf/ws/addressing/v200408/ObjectFactory.createServiceNameType:()Lorg/apache/cxf/ws/addressing/v200408/ServiceNameType;]
ObjectFactory.createTo ( AttributedURI value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/v200408/ObjectFactory.createTo:(Lorg/apache/cxf/ws/addressing/v200408/AttributedURI;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/ws/addressing/v200408/ObjectFactory."<init>":()V]
package org.apache.cxf.ws.addressing.wsdl
ObjectFactory.createAnonymous ( ) : Anonymous
[run-time name: org/apache/cxf/ws/addressing/wsdl/ObjectFactory.createAnonymous:()Lorg/apache/cxf/ws/addressing/wsdl/Anonymous;]
ObjectFactory.createAttributedQNameType ( ) : AttributedQNameType
[run-time name: org/apache/cxf/ws/addressing/wsdl/ObjectFactory.createAttributedQNameType:()Lorg/apache/cxf/ws/addressing/wsdl/AttributedQNameType;]
ObjectFactory.createInterfaceName ( AttributedQNameType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/wsdl/ObjectFactory.createInterfaceName:(Lorg/apache/cxf/ws/addressing/wsdl/AttributedQNameType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createServiceName ( ServiceNameType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/addressing/wsdl/ObjectFactory.createServiceName:(Lorg/apache/cxf/ws/addressing/wsdl/ServiceNameType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createServiceNameType ( ) : ServiceNameType
[run-time name: org/apache/cxf/ws/addressing/wsdl/ObjectFactory.createServiceNameType:()Lorg/apache/cxf/ws/addressing/wsdl/ServiceNameType;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/ws/addressing/wsdl/ObjectFactory."<init>":()V]
package org.apache.cxf.ws.mex.model._2004_09
ObjectFactory.createDialect ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/ObjectFactory.createDialect:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createGetMetadata ( ) : GetMetadata
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/ObjectFactory.createGetMetadata:()Lorg/apache/cxf/ws/mex/model/_2004_09/GetMetadata;]
ObjectFactory.createIdentifier ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/ObjectFactory.createIdentifier:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createLocation ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/ObjectFactory.createLocation:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createMetadata ( ) : Metadata
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/ObjectFactory.createMetadata:()Lorg/apache/cxf/ws/mex/model/_2004_09/Metadata;]
ObjectFactory.createMetadataReference ( ) : MetadataReference
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/ObjectFactory.createMetadataReference:()Lorg/apache/cxf/ws/mex/model/_2004_09/MetadataReference;]
ObjectFactory.createMetadataSection ( ) : MetadataSection
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/ObjectFactory.createMetadataSection:()Lorg/apache/cxf/ws/mex/model/_2004_09/MetadataSection;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/ws/mex/model/_2004_09/ObjectFactory."<init>":()V]
package org.apache.cxf.ws.policy.v200409
ObjectFactory.createAll ( OperatorContentType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/policy/v200409/ObjectFactory.createAll:(Lorg/apache/cxf/ws/policy/v200409/OperatorContentType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createAppliesTo ( ) : AppliesTo
[run-time name: org/apache/cxf/ws/policy/v200409/ObjectFactory.createAppliesTo:()Lorg/apache/cxf/ws/policy/v200409/AppliesTo;]
ObjectFactory.createExactlyOne ( OperatorContentType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/policy/v200409/ObjectFactory.createExactlyOne:(Lorg/apache/cxf/ws/policy/v200409/OperatorContentType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createOperatorContentType ( ) : OperatorContentType
[run-time name: org/apache/cxf/ws/policy/v200409/ObjectFactory.createOperatorContentType:()Lorg/apache/cxf/ws/policy/v200409/OperatorContentType;]
ObjectFactory.createPolicy ( ) : Policy
[run-time name: org/apache/cxf/ws/policy/v200409/ObjectFactory.createPolicy:()Lorg/apache/cxf/ws/policy/v200409/Policy;]
ObjectFactory.createPolicyAttachment ( ) : PolicyAttachment
[run-time name: org/apache/cxf/ws/policy/v200409/ObjectFactory.createPolicyAttachment:()Lorg/apache/cxf/ws/policy/v200409/PolicyAttachment;]
ObjectFactory.createPolicyReference ( ) : PolicyReference
[run-time name: org/apache/cxf/ws/policy/v200409/ObjectFactory.createPolicyReference:()Lorg/apache/cxf/ws/policy/v200409/PolicyReference;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/ws/policy/v200409/ObjectFactory."<init>":()V]
package org.apache.cxf.ws.policy.v200607
ObjectFactory.createAll ( OperatorContentType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/policy/v200607/ObjectFactory.createAll:(Lorg/apache/cxf/ws/policy/v200607/OperatorContentType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createAppliesTo ( ) : AppliesTo
[run-time name: org/apache/cxf/ws/policy/v200607/ObjectFactory.createAppliesTo:()Lorg/apache/cxf/ws/policy/v200607/AppliesTo;]
ObjectFactory.createExactlyOne ( OperatorContentType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/policy/v200607/ObjectFactory.createExactlyOne:(Lorg/apache/cxf/ws/policy/v200607/OperatorContentType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createOperatorContentType ( ) : OperatorContentType
[run-time name: org/apache/cxf/ws/policy/v200607/ObjectFactory.createOperatorContentType:()Lorg/apache/cxf/ws/policy/v200607/OperatorContentType;]
ObjectFactory.createPolicy ( ) : Policy
[run-time name: org/apache/cxf/ws/policy/v200607/ObjectFactory.createPolicy:()Lorg/apache/cxf/ws/policy/v200607/Policy;]
ObjectFactory.createPolicyAttachment ( ) : PolicyAttachment
[run-time name: org/apache/cxf/ws/policy/v200607/ObjectFactory.createPolicyAttachment:()Lorg/apache/cxf/ws/policy/v200607/PolicyAttachment;]
ObjectFactory.createPolicyReference ( ) : PolicyReference
[run-time name: org/apache/cxf/ws/policy/v200607/ObjectFactory.createPolicyReference:()Lorg/apache/cxf/ws/policy/v200607/PolicyReference;]
ObjectFactory.createURI ( ) : URI
[run-time name: org/apache/cxf/ws/policy/v200607/ObjectFactory.createURI:()Lorg/apache/cxf/ws/policy/v200607/URI;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/ws/policy/v200607/ObjectFactory."<init>":()V]
package org.apache.cxf.ws.rm.manager
ObjectFactory.createAcksPolicyType ( ) : AcksPolicyType
[run-time name: org/apache/cxf/ws/rm/manager/ObjectFactory.createAcksPolicyType:()Lorg/apache/cxf/ws/rm/manager/AcksPolicyType;]
ObjectFactory.createDeliveryAssurance ( DeliveryAssuranceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/manager/ObjectFactory.createDeliveryAssurance:(Lorg/apache/cxf/ws/rm/manager/DeliveryAssuranceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createDeliveryAssuranceType ( ) : DeliveryAssuranceType
[run-time name: org/apache/cxf/ws/rm/manager/ObjectFactory.createDeliveryAssuranceType:()Lorg/apache/cxf/ws/rm/manager/DeliveryAssuranceType;]
ObjectFactory.createDeliveryAssuranceTypeAtLeastOnce ( ) : DeliveryAssuranceType.AtLeastOnce
[run-time name: org/apache/cxf/ws/rm/manager/ObjectFactory.createDeliveryAssuranceTypeAtLeastOnce:()Lorg/apache/cxf/ws/rm/manager/DeliveryAssuranceType$AtLeastOnce;]
ObjectFactory.createDeliveryAssuranceTypeAtMostOnce ( ) : DeliveryAssuranceType.AtMostOnce
[run-time name: org/apache/cxf/ws/rm/manager/ObjectFactory.createDeliveryAssuranceTypeAtMostOnce:()Lorg/apache/cxf/ws/rm/manager/DeliveryAssuranceType$AtMostOnce;]
ObjectFactory.createDeliveryAssuranceTypeExactlyOnce ( ) : DeliveryAssuranceType.ExactlyOnce
[run-time name: org/apache/cxf/ws/rm/manager/ObjectFactory.createDeliveryAssuranceTypeExactlyOnce:()Lorg/apache/cxf/ws/rm/manager/DeliveryAssuranceType$ExactlyOnce;]
ObjectFactory.createDeliveryAssuranceTypeInOrder ( ) : DeliveryAssuranceType.InOrder
[run-time name: org/apache/cxf/ws/rm/manager/ObjectFactory.createDeliveryAssuranceTypeInOrder:()Lorg/apache/cxf/ws/rm/manager/DeliveryAssuranceType$InOrder;]
ObjectFactory.createDestinationPolicy ( DestinationPolicyType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/manager/ObjectFactory.createDestinationPolicy:(Lorg/apache/cxf/ws/rm/manager/DestinationPolicyType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createDestinationPolicyType ( ) : DestinationPolicyType
[run-time name: org/apache/cxf/ws/rm/manager/ObjectFactory.createDestinationPolicyType:()Lorg/apache/cxf/ws/rm/manager/DestinationPolicyType;]
ObjectFactory.createSequenceTerminationPolicyType ( ) : SequenceTerminationPolicyType
[run-time name: org/apache/cxf/ws/rm/manager/ObjectFactory.createSequenceTerminationPolicyType:()Lorg/apache/cxf/ws/rm/manager/SequenceTerminationPolicyType;]
ObjectFactory.createSourcePolicy ( SourcePolicyType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/manager/ObjectFactory.createSourcePolicy:(Lorg/apache/cxf/ws/rm/manager/SourcePolicyType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSourcePolicyType ( ) : SourcePolicyType
[run-time name: org/apache/cxf/ws/rm/manager/ObjectFactory.createSourcePolicyType:()Lorg/apache/cxf/ws/rm/manager/SourcePolicyType;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/ws/rm/manager/ObjectFactory."<init>":()V]
package org.apache.cxf.ws.rm.v200502
ObjectFactory.createAcceptType ( ) : AcceptType
[run-time name: org/apache/cxf/ws/rm/v200502/ObjectFactory.createAcceptType:()Lorg/apache/cxf/ws/rm/v200502/AcceptType;]
ObjectFactory.createAckRequested ( AckRequestedType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200502/ObjectFactory.createAckRequested:(Lorg/apache/cxf/ws/rm/v200502/AckRequestedType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createAckRequestedType ( ) : AckRequestedType
[run-time name: org/apache/cxf/ws/rm/v200502/ObjectFactory.createAckRequestedType:()Lorg/apache/cxf/ws/rm/v200502/AckRequestedType;]
ObjectFactory.createAcksTo ( org.apache.cxf.ws.addressing.v200408.EndpointReferenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200502/ObjectFactory.createAcksTo:(Lorg/apache/cxf/ws/addressing/v200408/EndpointReferenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createCreateSequence ( CreateSequenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200502/ObjectFactory.createCreateSequence:(Lorg/apache/cxf/ws/rm/v200502/CreateSequenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createCreateSequenceResponse ( CreateSequenceResponseType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200502/ObjectFactory.createCreateSequenceResponse:(Lorg/apache/cxf/ws/rm/v200502/CreateSequenceResponseType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createCreateSequenceResponseType ( ) : CreateSequenceResponseType
[run-time name: org/apache/cxf/ws/rm/v200502/ObjectFactory.createCreateSequenceResponseType:()Lorg/apache/cxf/ws/rm/v200502/CreateSequenceResponseType;]
ObjectFactory.createCreateSequenceType ( ) : CreateSequenceType
[run-time name: org/apache/cxf/ws/rm/v200502/ObjectFactory.createCreateSequenceType:()Lorg/apache/cxf/ws/rm/v200502/CreateSequenceType;]
ObjectFactory.createExpires ( ) : Expires
[run-time name: org/apache/cxf/ws/rm/v200502/ObjectFactory.createExpires:()Lorg/apache/cxf/ws/rm/v200502/Expires;]
ObjectFactory.createIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200502/ObjectFactory.createIdentifier:()Lorg/apache/cxf/ws/rm/v200502/Identifier;]
ObjectFactory.createOfferType ( ) : OfferType
[run-time name: org/apache/cxf/ws/rm/v200502/ObjectFactory.createOfferType:()Lorg/apache/cxf/ws/rm/v200502/OfferType;]
ObjectFactory.createSequence ( SequenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200502/ObjectFactory.createSequence:(Lorg/apache/cxf/ws/rm/v200502/SequenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSequenceAcknowledgement ( ) : SequenceAcknowledgement
[run-time name: org/apache/cxf/ws/rm/v200502/ObjectFactory.createSequenceAcknowledgement:()Lorg/apache/cxf/ws/rm/v200502/SequenceAcknowledgement;]
ObjectFactory.createSequenceAcknowledgementAcknowledgementRange ( ) : SequenceAcknowledgement.AcknowledgementRange
[run-time name: org/apache/cxf/ws/rm/v200502/ObjectFactory.createSequenceAcknowledgementAcknowledgementRange:()Lorg/apache/cxf/ws/rm/v200502/SequenceAcknowledgement$AcknowledgementRange;]
ObjectFactory.createSequenceFault ( SequenceFaultType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200502/ObjectFactory.createSequenceFault:(Lorg/apache/cxf/ws/rm/v200502/SequenceFaultType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSequenceFaultType ( ) : SequenceFaultType
[run-time name: org/apache/cxf/ws/rm/v200502/ObjectFactory.createSequenceFaultType:()Lorg/apache/cxf/ws/rm/v200502/SequenceFaultType;]
ObjectFactory.createSequenceType ( ) : SequenceType
[run-time name: org/apache/cxf/ws/rm/v200502/ObjectFactory.createSequenceType:()Lorg/apache/cxf/ws/rm/v200502/SequenceType;]
ObjectFactory.createSequenceTypeLastMessage ( ) : SequenceType.LastMessage
[run-time name: org/apache/cxf/ws/rm/v200502/ObjectFactory.createSequenceTypeLastMessage:()Lorg/apache/cxf/ws/rm/v200502/SequenceType$LastMessage;]
ObjectFactory.createTerminateSequence ( TerminateSequenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200502/ObjectFactory.createTerminateSequence:(Lorg/apache/cxf/ws/rm/v200502/TerminateSequenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTerminateSequenceType ( ) : TerminateSequenceType
[run-time name: org/apache/cxf/ws/rm/v200502/ObjectFactory.createTerminateSequenceType:()Lorg/apache/cxf/ws/rm/v200502/TerminateSequenceType;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/ws/rm/v200502/ObjectFactory."<init>":()V]
package org.apache.cxf.ws.rm.v200502wsa15
ObjectFactory.createAcceptType ( ) : AcceptType
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/ObjectFactory.createAcceptType:()Lorg/apache/cxf/ws/rm/v200502wsa15/AcceptType;]
ObjectFactory.createAckRequested ( AckRequestedType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/ObjectFactory.createAckRequested:(Lorg/apache/cxf/ws/rm/v200502wsa15/AckRequestedType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createAckRequestedType ( ) : AckRequestedType
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/ObjectFactory.createAckRequestedType:()Lorg/apache/cxf/ws/rm/v200502wsa15/AckRequestedType;]
ObjectFactory.createAcksTo ( org.apache.cxf.ws.addressing.EndpointReferenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/ObjectFactory.createAcksTo:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createCreateSequence ( CreateSequenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/ObjectFactory.createCreateSequence:(Lorg/apache/cxf/ws/rm/v200502wsa15/CreateSequenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createCreateSequenceResponse ( CreateSequenceResponseType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/ObjectFactory.createCreateSequenceResponse:(Lorg/apache/cxf/ws/rm/v200502wsa15/CreateSequenceResponseType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createCreateSequenceResponseType ( ) : CreateSequenceResponseType
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/ObjectFactory.createCreateSequenceResponseType:()Lorg/apache/cxf/ws/rm/v200502wsa15/CreateSequenceResponseType;]
ObjectFactory.createCreateSequenceType ( ) : CreateSequenceType
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/ObjectFactory.createCreateSequenceType:()Lorg/apache/cxf/ws/rm/v200502wsa15/CreateSequenceType;]
ObjectFactory.createExpires ( ) : Expires
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/ObjectFactory.createExpires:()Lorg/apache/cxf/ws/rm/v200502wsa15/Expires;]
ObjectFactory.createIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/ObjectFactory.createIdentifier:()Lorg/apache/cxf/ws/rm/v200502wsa15/Identifier;]
ObjectFactory.createOfferType ( ) : OfferType
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/ObjectFactory.createOfferType:()Lorg/apache/cxf/ws/rm/v200502wsa15/OfferType;]
ObjectFactory.createSequence ( SequenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/ObjectFactory.createSequence:(Lorg/apache/cxf/ws/rm/v200502wsa15/SequenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSequenceAcknowledgement ( ) : SequenceAcknowledgement
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/ObjectFactory.createSequenceAcknowledgement:()Lorg/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement;]
ObjectFactory.createSequenceAcknowledgementAcknowledgementRange ( ) : SequenceAcknowledgement.AcknowledgementRange
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/ObjectFactory.createSequenceAcknowledgementAcknowledgementRange:()Lorg/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement$AcknowledgementRange;]
ObjectFactory.createSequenceFault ( SequenceFaultType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/ObjectFactory.createSequenceFault:(Lorg/apache/cxf/ws/rm/v200502wsa15/SequenceFaultType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSequenceFaultType ( ) : SequenceFaultType
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/ObjectFactory.createSequenceFaultType:()Lorg/apache/cxf/ws/rm/v200502wsa15/SequenceFaultType;]
ObjectFactory.createSequenceType ( ) : SequenceType
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/ObjectFactory.createSequenceType:()Lorg/apache/cxf/ws/rm/v200502wsa15/SequenceType;]
ObjectFactory.createSequenceTypeLastMessage ( ) : SequenceType.LastMessage
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/ObjectFactory.createSequenceTypeLastMessage:()Lorg/apache/cxf/ws/rm/v200502wsa15/SequenceType$LastMessage;]
ObjectFactory.createTerminateSequence ( TerminateSequenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/ObjectFactory.createTerminateSequence:(Lorg/apache/cxf/ws/rm/v200502wsa15/TerminateSequenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTerminateSequenceType ( ) : TerminateSequenceType
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/ObjectFactory.createTerminateSequenceType:()Lorg/apache/cxf/ws/rm/v200502wsa15/TerminateSequenceType;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/ObjectFactory."<init>":()V]
package org.apache.cxf.ws.rm.v200702
ObjectFactory.createAcceptType ( ) : AcceptType
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createAcceptType:()Lorg/apache/cxf/ws/rm/v200702/AcceptType;]
ObjectFactory.createAckRequested ( AckRequestedType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createAckRequested:(Lorg/apache/cxf/ws/rm/v200702/AckRequestedType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createAckRequestedType ( ) : AckRequestedType
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createAckRequestedType:()Lorg/apache/cxf/ws/rm/v200702/AckRequestedType;]
ObjectFactory.createAcksTo ( org.apache.cxf.ws.addressing.EndpointReferenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createAcksTo:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createAddress ( ) : Address
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createAddress:()Lorg/apache/cxf/ws/rm/v200702/Address;]
ObjectFactory.createCloseSequence ( CloseSequenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createCloseSequence:(Lorg/apache/cxf/ws/rm/v200702/CloseSequenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createCloseSequenceResponse ( CloseSequenceResponseType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createCloseSequenceResponse:(Lorg/apache/cxf/ws/rm/v200702/CloseSequenceResponseType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createCloseSequenceResponseType ( ) : CloseSequenceResponseType
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createCloseSequenceResponseType:()Lorg/apache/cxf/ws/rm/v200702/CloseSequenceResponseType;]
ObjectFactory.createCloseSequenceType ( ) : CloseSequenceType
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createCloseSequenceType:()Lorg/apache/cxf/ws/rm/v200702/CloseSequenceType;]
ObjectFactory.createCreateSequence ( CreateSequenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createCreateSequence:(Lorg/apache/cxf/ws/rm/v200702/CreateSequenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createCreateSequenceResponse ( CreateSequenceResponseType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createCreateSequenceResponse:(Lorg/apache/cxf/ws/rm/v200702/CreateSequenceResponseType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createCreateSequenceResponseType ( ) : CreateSequenceResponseType
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createCreateSequenceResponseType:()Lorg/apache/cxf/ws/rm/v200702/CreateSequenceResponseType;]
ObjectFactory.createCreateSequenceType ( ) : CreateSequenceType
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createCreateSequenceType:()Lorg/apache/cxf/ws/rm/v200702/CreateSequenceType;]
ObjectFactory.createDetailType ( ) : DetailType
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createDetailType:()Lorg/apache/cxf/ws/rm/v200702/DetailType;]
ObjectFactory.createExpires ( ) : Expires
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createExpires:()Lorg/apache/cxf/ws/rm/v200702/Expires;]
ObjectFactory.createIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createIdentifier:()Lorg/apache/cxf/ws/rm/v200702/Identifier;]
ObjectFactory.createOfferType ( ) : OfferType
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createOfferType:()Lorg/apache/cxf/ws/rm/v200702/OfferType;]
ObjectFactory.createSequence ( SequenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createSequence:(Lorg/apache/cxf/ws/rm/v200702/SequenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSequenceAcknowledgement ( ) : SequenceAcknowledgement
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createSequenceAcknowledgement:()Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement;]
ObjectFactory.createSequenceAcknowledgementAcknowledgementRange ( ) : SequenceAcknowledgement.AcknowledgementRange
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createSequenceAcknowledgementAcknowledgementRange:()Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement$AcknowledgementRange;]
ObjectFactory.createSequenceAcknowledgementFinal ( ) : SequenceAcknowledgement.Final
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createSequenceAcknowledgementFinal:()Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement$Final;]
ObjectFactory.createSequenceAcknowledgementNone ( ) : SequenceAcknowledgement.None
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createSequenceAcknowledgementNone:()Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement$None;]
ObjectFactory.createSequenceFault ( SequenceFaultType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createSequenceFault:(Lorg/apache/cxf/ws/rm/v200702/SequenceFaultType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSequenceFaultType ( ) : SequenceFaultType
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createSequenceFaultType:()Lorg/apache/cxf/ws/rm/v200702/SequenceFaultType;]
ObjectFactory.createSequenceType ( ) : SequenceType
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createSequenceType:()Lorg/apache/cxf/ws/rm/v200702/SequenceType;]
ObjectFactory.createTerminateSequence ( TerminateSequenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createTerminateSequence:(Lorg/apache/cxf/ws/rm/v200702/TerminateSequenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTerminateSequenceResponse ( TerminateSequenceResponseType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createTerminateSequenceResponse:(Lorg/apache/cxf/ws/rm/v200702/TerminateSequenceResponseType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTerminateSequenceResponseType ( ) : TerminateSequenceResponseType
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createTerminateSequenceResponseType:()Lorg/apache/cxf/ws/rm/v200702/TerminateSequenceResponseType;]
ObjectFactory.createTerminateSequenceType ( ) : TerminateSequenceType
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createTerminateSequenceType:()Lorg/apache/cxf/ws/rm/v200702/TerminateSequenceType;]
ObjectFactory.createUnsupportedElement ( javax.xml.namespace.QName value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createUnsupportedElement:(Ljavax/xml/namespace/QName;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createUsesSequenceSSL ( ) : UsesSequenceSSL
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createUsesSequenceSSL:()Lorg/apache/cxf/ws/rm/v200702/UsesSequenceSSL;]
ObjectFactory.createUsesSequenceSTR ( ) : UsesSequenceSTR
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory.createUsesSequenceSTR:()Lorg/apache/cxf/ws/rm/v200702/UsesSequenceSTR;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/ws/rm/v200702/ObjectFactory."<init>":()V]
package org.apache.cxf.ws.rmp.v200502
ObjectFactory.createRMAssertion ( ) : RMAssertion
[run-time name: org/apache/cxf/ws/rmp/v200502/ObjectFactory.createRMAssertion:()Lorg/apache/cxf/ws/rmp/v200502/RMAssertion;]
ObjectFactory.createRMAssertionAcknowledgementInterval ( ) : RMAssertion.AcknowledgementInterval
[run-time name: org/apache/cxf/ws/rmp/v200502/ObjectFactory.createRMAssertionAcknowledgementInterval:()Lorg/apache/cxf/ws/rmp/v200502/RMAssertion$AcknowledgementInterval;]
ObjectFactory.createRMAssertionBaseRetransmissionInterval ( ) : RMAssertion.BaseRetransmissionInterval
[run-time name: org/apache/cxf/ws/rmp/v200502/ObjectFactory.createRMAssertionBaseRetransmissionInterval:()Lorg/apache/cxf/ws/rmp/v200502/RMAssertion$BaseRetransmissionInterval;]
ObjectFactory.createRMAssertionExponentialBackoff ( ) : RMAssertion.ExponentialBackoff
[run-time name: org/apache/cxf/ws/rmp/v200502/ObjectFactory.createRMAssertionExponentialBackoff:()Lorg/apache/cxf/ws/rmp/v200502/RMAssertion$ExponentialBackoff;]
ObjectFactory.createRMAssertionInactivityTimeout ( ) : RMAssertion.InactivityTimeout
[run-time name: org/apache/cxf/ws/rmp/v200502/ObjectFactory.createRMAssertionInactivityTimeout:()Lorg/apache/cxf/ws/rmp/v200502/RMAssertion$InactivityTimeout;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/ws/rmp/v200502/ObjectFactory."<init>":()V]
package org.apache.cxf.ws.rmp.v200702
ObjectFactory.createAtLeastOnce ( ) : AtLeastOnce
[run-time name: org/apache/cxf/ws/rmp/v200702/ObjectFactory.createAtLeastOnce:()Lorg/apache/cxf/ws/rmp/v200702/AtLeastOnce;]
ObjectFactory.createAtMostOnce ( ) : AtMostOnce
[run-time name: org/apache/cxf/ws/rmp/v200702/ObjectFactory.createAtMostOnce:()Lorg/apache/cxf/ws/rmp/v200702/AtMostOnce;]
ObjectFactory.createDeliveryAssurance ( ) : DeliveryAssurance
[run-time name: org/apache/cxf/ws/rmp/v200702/ObjectFactory.createDeliveryAssurance:()Lorg/apache/cxf/ws/rmp/v200702/DeliveryAssurance;]
ObjectFactory.createExactlyOnce ( ) : ExactlyOnce
[run-time name: org/apache/cxf/ws/rmp/v200702/ObjectFactory.createExactlyOnce:()Lorg/apache/cxf/ws/rmp/v200702/ExactlyOnce;]
ObjectFactory.createInOrder ( ) : InOrder
[run-time name: org/apache/cxf/ws/rmp/v200702/ObjectFactory.createInOrder:()Lorg/apache/cxf/ws/rmp/v200702/InOrder;]
ObjectFactory.createRMAssertion ( ) : RMAssertion
[run-time name: org/apache/cxf/ws/rmp/v200702/ObjectFactory.createRMAssertion:()Lorg/apache/cxf/ws/rmp/v200702/RMAssertion;]
ObjectFactory.createSequenceSTR ( ) : SequenceSTR
[run-time name: org/apache/cxf/ws/rmp/v200702/ObjectFactory.createSequenceSTR:()Lorg/apache/cxf/ws/rmp/v200702/SequenceSTR;]
ObjectFactory.createSequenceTransportSecurity ( ) : SequenceTransportSecurity
[run-time name: org/apache/cxf/ws/rmp/v200702/ObjectFactory.createSequenceTransportSecurity:()Lorg/apache/cxf/ws/rmp/v200702/SequenceTransportSecurity;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/ws/rmp/v200702/ObjectFactory."<init>":()V]
package org.apache.cxf.ws.security.sts.provider.model
ObjectFactory.createAllowPostdating ( AllowPostdatingType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createAllowPostdating:(Lorg/apache/cxf/ws/security/sts/provider/model/AllowPostdatingType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createAllowPostdatingType ( ) : AllowPostdatingType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createAllowPostdatingType:()Lorg/apache/cxf/ws/security/sts/provider/model/AllowPostdatingType;]
ObjectFactory.createAuthenticationType ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createAuthenticationType:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createAuthenticator ( AuthenticatorType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createAuthenticator:(Lorg/apache/cxf/ws/security/sts/provider/model/AuthenticatorType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createAuthenticatorType ( ) : AuthenticatorType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createAuthenticatorType:()Lorg/apache/cxf/ws/security/sts/provider/model/AuthenticatorType;]
ObjectFactory.createBinaryExchange ( BinaryExchangeType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createBinaryExchange:(Lorg/apache/cxf/ws/security/sts/provider/model/BinaryExchangeType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createBinaryExchangeType ( ) : BinaryExchangeType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createBinaryExchangeType:()Lorg/apache/cxf/ws/security/sts/provider/model/BinaryExchangeType;]
ObjectFactory.createBinarySecret ( BinarySecretType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createBinarySecret:(Lorg/apache/cxf/ws/security/sts/provider/model/BinarySecretType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createBinarySecretType ( ) : BinarySecretType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createBinarySecretType:()Lorg/apache/cxf/ws/security/sts/provider/model/BinarySecretType;]
ObjectFactory.createCancelTarget ( CancelTargetType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createCancelTarget:(Lorg/apache/cxf/ws/security/sts/provider/model/CancelTargetType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createCancelTargetType ( ) : CancelTargetType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createCancelTargetType:()Lorg/apache/cxf/ws/security/sts/provider/model/CancelTargetType;]
ObjectFactory.createCanonicalizationAlgorithm ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createCanonicalizationAlgorithm:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createChallenge ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createChallenge:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createClaims ( ClaimsType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createClaims:(Lorg/apache/cxf/ws/security/sts/provider/model/ClaimsType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createClaimsType ( ) : ClaimsType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createClaimsType:()Lorg/apache/cxf/ws/security/sts/provider/model/ClaimsType;]
ObjectFactory.createCombinedHash ( byte[ ] value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createCombinedHash:([B)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createComputedKey ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createComputedKey:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createComputedKeyAlgorithm ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createComputedKeyAlgorithm:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createDelegatable ( Boolean value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createDelegatable:(Ljava/lang/Boolean;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createDelegateTo ( DelegateToType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createDelegateTo:(Lorg/apache/cxf/ws/security/sts/provider/model/DelegateToType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createDelegateToType ( ) : DelegateToType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createDelegateToType:()Lorg/apache/cxf/ws/security/sts/provider/model/DelegateToType;]
ObjectFactory.createEncryption ( EncryptionType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createEncryption:(Lorg/apache/cxf/ws/security/sts/provider/model/EncryptionType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createEncryptionAlgorithm ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createEncryptionAlgorithm:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createEncryptionType ( ) : EncryptionType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createEncryptionType:()Lorg/apache/cxf/ws/security/sts/provider/model/EncryptionType;]
ObjectFactory.createEncryptWith ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createEncryptWith:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createEntropy ( EntropyType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createEntropy:(Lorg/apache/cxf/ws/security/sts/provider/model/EntropyType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createEntropyType ( ) : EntropyType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createEntropyType:()Lorg/apache/cxf/ws/security/sts/provider/model/EntropyType;]
ObjectFactory.createForwardable ( Boolean value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createForwardable:(Ljava/lang/Boolean;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createIssuedTokens ( RequestSecurityTokenResponseCollectionType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createIssuedTokens:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseCollectionType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createIssuer ( org.apache.cxf.ws.addressing.EndpointReferenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createIssuer:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createKeyExchangeToken ( KeyExchangeTokenType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createKeyExchangeToken:(Lorg/apache/cxf/ws/security/sts/provider/model/KeyExchangeTokenType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createKeyExchangeTokenType ( ) : KeyExchangeTokenType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createKeyExchangeTokenType:()Lorg/apache/cxf/ws/security/sts/provider/model/KeyExchangeTokenType;]
ObjectFactory.createKeySize ( Long value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createKeySize:(Ljava/lang/Long;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createKeyType ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createKeyType:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createKeyWrapAlgorithm ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createKeyWrapAlgorithm:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createLifetime ( LifetimeType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createLifetime:(Lorg/apache/cxf/ws/security/sts/provider/model/LifetimeType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createLifetimeType ( ) : LifetimeType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createLifetimeType:()Lorg/apache/cxf/ws/security/sts/provider/model/LifetimeType;]
ObjectFactory.createOnBehalfOf ( OnBehalfOfType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createOnBehalfOf:(Lorg/apache/cxf/ws/security/sts/provider/model/OnBehalfOfType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createOnBehalfOfType ( ) : OnBehalfOfType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createOnBehalfOfType:()Lorg/apache/cxf/ws/security/sts/provider/model/OnBehalfOfType;]
ObjectFactory.createParticipants ( ParticipantsType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createParticipants:(Lorg/apache/cxf/ws/security/sts/provider/model/ParticipantsType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createParticipantsType ( ) : ParticipantsType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createParticipantsType:()Lorg/apache/cxf/ws/security/sts/provider/model/ParticipantsType;]
ObjectFactory.createParticipantType ( ) : ParticipantType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createParticipantType:()Lorg/apache/cxf/ws/security/sts/provider/model/ParticipantType;]
ObjectFactory.createProofEncryption ( ProofEncryptionType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createProofEncryption:(Lorg/apache/cxf/ws/security/sts/provider/model/ProofEncryptionType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createProofEncryptionType ( ) : ProofEncryptionType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createProofEncryptionType:()Lorg/apache/cxf/ws/security/sts/provider/model/ProofEncryptionType;]
ObjectFactory.createRenewing ( RenewingType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRenewing:(Lorg/apache/cxf/ws/security/sts/provider/model/RenewingType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createRenewingType ( ) : RenewingType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRenewingType:()Lorg/apache/cxf/ws/security/sts/provider/model/RenewingType;]
ObjectFactory.createRenewTarget ( RenewTargetType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRenewTarget:(Lorg/apache/cxf/ws/security/sts/provider/model/RenewTargetType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createRenewTargetType ( ) : RenewTargetType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRenewTargetType:()Lorg/apache/cxf/ws/security/sts/provider/model/RenewTargetType;]
ObjectFactory.createRequestedAttachedReference ( RequestedReferenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRequestedAttachedReference:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestedReferenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createRequestedProofToken ( RequestedProofTokenType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRequestedProofToken:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestedProofTokenType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createRequestedProofTokenType ( ) : RequestedProofTokenType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRequestedProofTokenType:()Lorg/apache/cxf/ws/security/sts/provider/model/RequestedProofTokenType;]
ObjectFactory.createRequestedReferenceType ( ) : RequestedReferenceType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRequestedReferenceType:()Lorg/apache/cxf/ws/security/sts/provider/model/RequestedReferenceType;]
ObjectFactory.createRequestedSecurityToken ( RequestedSecurityTokenType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRequestedSecurityToken:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestedSecurityTokenType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createRequestedSecurityTokenType ( ) : RequestedSecurityTokenType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRequestedSecurityTokenType:()Lorg/apache/cxf/ws/security/sts/provider/model/RequestedSecurityTokenType;]
ObjectFactory.createRequestedTokenCancelled ( RequestedTokenCancelledType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRequestedTokenCancelled:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestedTokenCancelledType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createRequestedTokenCancelledType ( ) : RequestedTokenCancelledType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRequestedTokenCancelledType:()Lorg/apache/cxf/ws/security/sts/provider/model/RequestedTokenCancelledType;]
ObjectFactory.createRequestedUnattachedReference ( RequestedReferenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRequestedUnattachedReference:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestedReferenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createRequestKET ( RequestKETType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRequestKET:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestKETType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createRequestKETType ( ) : RequestKETType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRequestKETType:()Lorg/apache/cxf/ws/security/sts/provider/model/RequestKETType;]
ObjectFactory.createRequestSecurityToken ( RequestSecurityTokenType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRequestSecurityToken:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createRequestSecurityTokenCollection ( RequestSecurityTokenCollectionType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRequestSecurityTokenCollection:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenCollectionType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createRequestSecurityTokenCollectionType ( ) : RequestSecurityTokenCollectionType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRequestSecurityTokenCollectionType:()Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenCollectionType;]
ObjectFactory.createRequestSecurityTokenResponse ( RequestSecurityTokenResponseType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRequestSecurityTokenResponse:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createRequestSecurityTokenResponseCollection ( RequestSecurityTokenResponseCollectionType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRequestSecurityTokenResponseCollection:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseCollectionType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createRequestSecurityTokenResponseCollectionType ( ) : RequestSecurityTokenResponseCollectionType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRequestSecurityTokenResponseCollectionType:()Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseCollectionType;]
ObjectFactory.createRequestSecurityTokenResponseType ( ) : RequestSecurityTokenResponseType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRequestSecurityTokenResponseType:()Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseType;]
ObjectFactory.createRequestSecurityTokenType ( ) : RequestSecurityTokenType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRequestSecurityTokenType:()Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType;]
ObjectFactory.createRequestType ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createRequestType:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSignatureAlgorithm ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createSignatureAlgorithm:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSignChallenge ( SignChallengeType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createSignChallenge:(Lorg/apache/cxf/ws/security/sts/provider/model/SignChallengeType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSignChallengeResponse ( SignChallengeType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createSignChallengeResponse:(Lorg/apache/cxf/ws/security/sts/provider/model/SignChallengeType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSignChallengeType ( ) : SignChallengeType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createSignChallengeType:()Lorg/apache/cxf/ws/security/sts/provider/model/SignChallengeType;]
ObjectFactory.createSignWith ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createSignWith:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createStatus ( StatusType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createStatus:(Lorg/apache/cxf/ws/security/sts/provider/model/StatusType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createStatusType ( ) : StatusType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createStatusType:()Lorg/apache/cxf/ws/security/sts/provider/model/StatusType;]
ObjectFactory.createTokenType ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createTokenType:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createUseKey ( UseKeyType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createUseKey:(Lorg/apache/cxf/ws/security/sts/provider/model/UseKeyType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createUseKeyType ( ) : UseKeyType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createUseKeyType:()Lorg/apache/cxf/ws/security/sts/provider/model/UseKeyType;]
ObjectFactory.createValidateTarget ( ValidateTargetType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createValidateTarget:(Lorg/apache/cxf/ws/security/sts/provider/model/ValidateTargetType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createValidateTargetType ( ) : ValidateTargetType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory.createValidateTargetType:()Lorg/apache/cxf/ws/security/sts/provider/model/ValidateTargetType;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ObjectFactory."<init>":()V]
package org.apache.cxf.ws.security.sts.provider.model.secext
ObjectFactory.createAttributedString ( ) : AttributedString
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ObjectFactory.createAttributedString:()Lorg/apache/cxf/ws/security/sts/provider/model/secext/AttributedString;]
ObjectFactory.createBinarySecurityToken ( BinarySecurityTokenType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ObjectFactory.createBinarySecurityToken:(Lorg/apache/cxf/ws/security/sts/provider/model/secext/BinarySecurityTokenType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createBinarySecurityTokenType ( ) : BinarySecurityTokenType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ObjectFactory.createBinarySecurityTokenType:()Lorg/apache/cxf/ws/security/sts/provider/model/secext/BinarySecurityTokenType;]
ObjectFactory.createEmbedded ( EmbeddedType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ObjectFactory.createEmbedded:(Lorg/apache/cxf/ws/security/sts/provider/model/secext/EmbeddedType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createEmbeddedType ( ) : EmbeddedType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ObjectFactory.createEmbeddedType:()Lorg/apache/cxf/ws/security/sts/provider/model/secext/EmbeddedType;]
ObjectFactory.createEncodedString ( ) : EncodedString
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ObjectFactory.createEncodedString:()Lorg/apache/cxf/ws/security/sts/provider/model/secext/EncodedString;]
ObjectFactory.createKeyIdentifier ( KeyIdentifierType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ObjectFactory.createKeyIdentifier:(Lorg/apache/cxf/ws/security/sts/provider/model/secext/KeyIdentifierType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createKeyIdentifierType ( ) : KeyIdentifierType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ObjectFactory.createKeyIdentifierType:()Lorg/apache/cxf/ws/security/sts/provider/model/secext/KeyIdentifierType;]
ObjectFactory.createNonce ( EncodedString value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ObjectFactory.createNonce:(Lorg/apache/cxf/ws/security/sts/provider/model/secext/EncodedString;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createPassword ( PasswordString value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ObjectFactory.createPassword:(Lorg/apache/cxf/ws/security/sts/provider/model/secext/PasswordString;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createPasswordString ( ) : PasswordString
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ObjectFactory.createPasswordString:()Lorg/apache/cxf/ws/security/sts/provider/model/secext/PasswordString;]
ObjectFactory.createReference ( ReferenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ObjectFactory.createReference:(Lorg/apache/cxf/ws/security/sts/provider/model/secext/ReferenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createReferenceType ( ) : ReferenceType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ObjectFactory.createReferenceType:()Lorg/apache/cxf/ws/security/sts/provider/model/secext/ReferenceType;]
ObjectFactory.createSecurity ( SecurityHeaderType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ObjectFactory.createSecurity:(Lorg/apache/cxf/ws/security/sts/provider/model/secext/SecurityHeaderType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSecurityHeaderType ( ) : SecurityHeaderType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ObjectFactory.createSecurityHeaderType:()Lorg/apache/cxf/ws/security/sts/provider/model/secext/SecurityHeaderType;]
ObjectFactory.createSecurityTokenReference ( SecurityTokenReferenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ObjectFactory.createSecurityTokenReference:(Lorg/apache/cxf/ws/security/sts/provider/model/secext/SecurityTokenReferenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSecurityTokenReferenceType ( ) : SecurityTokenReferenceType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ObjectFactory.createSecurityTokenReferenceType:()Lorg/apache/cxf/ws/security/sts/provider/model/secext/SecurityTokenReferenceType;]
ObjectFactory.createTransformationParameters ( TransformationParametersType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ObjectFactory.createTransformationParameters:(Lorg/apache/cxf/ws/security/sts/provider/model/secext/TransformationParametersType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTransformationParametersType ( ) : TransformationParametersType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ObjectFactory.createTransformationParametersType:()Lorg/apache/cxf/ws/security/sts/provider/model/secext/TransformationParametersType;]
ObjectFactory.createUsernameToken ( UsernameTokenType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ObjectFactory.createUsernameToken:(Lorg/apache/cxf/ws/security/sts/provider/model/secext/UsernameTokenType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createUsernameTokenType ( ) : UsernameTokenType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ObjectFactory.createUsernameTokenType:()Lorg/apache/cxf/ws/security/sts/provider/model/secext/UsernameTokenType;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ObjectFactory."<init>":()V]
package org.apache.cxf.ws.security.sts.provider.model.utility
ObjectFactory.createAttributedDateTime ( ) : AttributedDateTime
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/ObjectFactory.createAttributedDateTime:()Lorg/apache/cxf/ws/security/sts/provider/model/utility/AttributedDateTime;]
ObjectFactory.createAttributedURI ( ) : AttributedURI
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/ObjectFactory.createAttributedURI:()Lorg/apache/cxf/ws/security/sts/provider/model/utility/AttributedURI;]
ObjectFactory.createCreated ( AttributedDateTime value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/ObjectFactory.createCreated:(Lorg/apache/cxf/ws/security/sts/provider/model/utility/AttributedDateTime;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createExpires ( AttributedDateTime value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/ObjectFactory.createExpires:(Lorg/apache/cxf/ws/security/sts/provider/model/utility/AttributedDateTime;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTimestamp ( TimestampType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/ObjectFactory.createTimestamp:(Lorg/apache/cxf/ws/security/sts/provider/model/utility/TimestampType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTimestampType ( ) : TimestampType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/ObjectFactory.createTimestampType:()Lorg/apache/cxf/ws/security/sts/provider/model/utility/TimestampType;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/ObjectFactory."<init>":()V]
package org.apache.cxf.ws.security.sts.provider.model.wstrust14
ObjectFactory.createActAs ( ActAsType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ObjectFactory.createActAs:(Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/ActAsType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createActAsType ( ) : ActAsType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ObjectFactory.createActAsType:()Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/ActAsType;]
ObjectFactory.createChoiceChallenge ( ChoiceChallengeType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ObjectFactory.createChoiceChallenge:(Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceChallengeType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createChoiceChallengeResponse ( ChoiceChallengeResponseType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ObjectFactory.createChoiceChallengeResponse:(Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceChallengeResponseType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createChoiceChallengeResponseType ( ) : ChoiceChallengeResponseType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ObjectFactory.createChoiceChallengeResponseType:()Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceChallengeResponseType;]
ObjectFactory.createChoiceChallengeType ( ) : ChoiceChallengeType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ObjectFactory.createChoiceChallengeType:()Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceChallengeType;]
ObjectFactory.createChoiceSelectedType ( ) : ChoiceSelectedType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ObjectFactory.createChoiceSelectedType:()Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceSelectedType;]
ObjectFactory.createChoiceType ( ) : ChoiceType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ObjectFactory.createChoiceType:()Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/ChoiceType;]
ObjectFactory.createContextData ( ContextDataType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ObjectFactory.createContextData:(Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/ContextDataType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createContextDataType ( ) : ContextDataType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ObjectFactory.createContextDataType:()Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/ContextDataType;]
ObjectFactory.createImageType ( ) : ImageType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ObjectFactory.createImageType:()Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/ImageType;]
ObjectFactory.createInteractiveChallenge ( InteractiveChallengeType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ObjectFactory.createInteractiveChallenge:(Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/InteractiveChallengeType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createInteractiveChallengeResponse ( InteractiveChallengeResponseType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ObjectFactory.createInteractiveChallengeResponse:(Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/InteractiveChallengeResponseType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createInteractiveChallengeResponseType ( ) : InteractiveChallengeResponseType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ObjectFactory.createInteractiveChallengeResponseType:()Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/InteractiveChallengeResponseType;]
ObjectFactory.createInteractiveChallengeType ( ) : InteractiveChallengeType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ObjectFactory.createInteractiveChallengeType:()Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/InteractiveChallengeType;]
ObjectFactory.createTextChallenge ( TextChallengeType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ObjectFactory.createTextChallenge:(Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/TextChallengeType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTextChallengeResponse ( TextChallengeResponseType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ObjectFactory.createTextChallengeResponse:(Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/TextChallengeResponseType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTextChallengeResponseType ( ) : TextChallengeResponseType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ObjectFactory.createTextChallengeResponseType:()Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/TextChallengeResponseType;]
ObjectFactory.createTextChallengeType ( ) : TextChallengeType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ObjectFactory.createTextChallengeType:()Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/TextChallengeType;]
ObjectFactory.createTitle ( TitleType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ObjectFactory.createTitle:(Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/TitleType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTitleType ( ) : TitleType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ObjectFactory.createTitleType:()Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/TitleType;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/ObjectFactory."<init>":()V]
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
ObjectFactory.createCanonicalizationMethod ( CanonicalizationMethodType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createCanonicalizationMethod:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/CanonicalizationMethodType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createCanonicalizationMethodType ( ) : CanonicalizationMethodType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createCanonicalizationMethodType:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/CanonicalizationMethodType;]
ObjectFactory.createDigestMethod ( DigestMethodType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createDigestMethod:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/DigestMethodType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createDigestMethodType ( ) : DigestMethodType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createDigestMethodType:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/DigestMethodType;]
ObjectFactory.createDigestValue ( byte[ ] value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createDigestValue:([B)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createDSAKeyValue ( DSAKeyValueType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createDSAKeyValue:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/DSAKeyValueType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createDSAKeyValueType ( ) : DSAKeyValueType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createDSAKeyValueType:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/DSAKeyValueType;]
ObjectFactory.createKeyInfo ( KeyInfoType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createKeyInfo:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/KeyInfoType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createKeyInfoType ( ) : KeyInfoType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createKeyInfoType:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/KeyInfoType;]
ObjectFactory.createKeyName ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createKeyName:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createKeyValue ( KeyValueType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createKeyValue:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/KeyValueType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createKeyValueType ( ) : KeyValueType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createKeyValueType:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/KeyValueType;]
ObjectFactory.createManifest ( ManifestType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createManifest:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/ManifestType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createManifestType ( ) : ManifestType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createManifestType:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/ManifestType;]
ObjectFactory.createMgmtData ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createMgmtData:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createObject ( ObjectType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createObject:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createObjectType ( ) : ObjectType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createObjectType:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectType;]
ObjectFactory.createPGPData ( PGPDataType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createPGPData:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/PGPDataType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createPGPDataType ( ) : PGPDataType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createPGPDataType:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/PGPDataType;]
ObjectFactory.createPGPDataTypePGPKeyID ( byte[ ] value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createPGPDataTypePGPKeyID:([B)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createPGPDataTypePGPKeyPacket ( byte[ ] value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createPGPDataTypePGPKeyPacket:([B)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createReference ( ReferenceType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createReference:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/ReferenceType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createReferenceType ( ) : ReferenceType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createReferenceType:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/ReferenceType;]
ObjectFactory.createRetrievalMethod ( RetrievalMethodType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createRetrievalMethod:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/RetrievalMethodType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createRetrievalMethodType ( ) : RetrievalMethodType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createRetrievalMethodType:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/RetrievalMethodType;]
ObjectFactory.createRSAKeyValue ( RSAKeyValueType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createRSAKeyValue:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/RSAKeyValueType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createRSAKeyValueType ( ) : RSAKeyValueType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createRSAKeyValueType:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/RSAKeyValueType;]
ObjectFactory.createSignature ( SignatureType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createSignature:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSignatureMethod ( SignatureMethodType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createSignatureMethod:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureMethodType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSignatureMethodType ( ) : SignatureMethodType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createSignatureMethodType:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureMethodType;]
ObjectFactory.createSignatureMethodTypeHMACOutputLength ( java.math.BigInteger value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createSignatureMethodTypeHMACOutputLength:(Ljava/math/BigInteger;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSignatureProperties ( SignaturePropertiesType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createSignatureProperties:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/SignaturePropertiesType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSignaturePropertiesType ( ) : SignaturePropertiesType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createSignaturePropertiesType:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/SignaturePropertiesType;]
ObjectFactory.createSignatureProperty ( SignaturePropertyType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createSignatureProperty:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/SignaturePropertyType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSignaturePropertyType ( ) : SignaturePropertyType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createSignaturePropertyType:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/SignaturePropertyType;]
ObjectFactory.createSignatureType ( ) : SignatureType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createSignatureType:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureType;]
ObjectFactory.createSignatureValue ( SignatureValueType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createSignatureValue:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureValueType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSignatureValueType ( ) : SignatureValueType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createSignatureValueType:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureValueType;]
ObjectFactory.createSignedInfo ( SignedInfoType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createSignedInfo:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/SignedInfoType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSignedInfoType ( ) : SignedInfoType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createSignedInfoType:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/SignedInfoType;]
ObjectFactory.createSPKIData ( SPKIDataType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createSPKIData:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/SPKIDataType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSPKIDataType ( ) : SPKIDataType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createSPKIDataType:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/SPKIDataType;]
ObjectFactory.createSPKIDataTypeSPKISexp ( byte[ ] value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createSPKIDataTypeSPKISexp:([B)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTransform ( TransformType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createTransform:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/TransformType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTransforms ( TransformsType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createTransforms:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/TransformsType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTransformsType ( ) : TransformsType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createTransformsType:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/TransformsType;]
ObjectFactory.createTransformType ( ) : TransformType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createTransformType:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/TransformType;]
ObjectFactory.createTransformTypeXPath ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createTransformTypeXPath:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createX509Data ( X509DataType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createX509Data:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/X509DataType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createX509DataType ( ) : X509DataType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createX509DataType:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/X509DataType;]
ObjectFactory.createX509DataTypeX509Certificate ( byte[ ] value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createX509DataTypeX509Certificate:([B)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createX509DataTypeX509CRL ( byte[ ] value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createX509DataTypeX509CRL:([B)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createX509DataTypeX509IssuerSerial ( X509IssuerSerialType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createX509DataTypeX509IssuerSerial:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/X509IssuerSerialType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createX509DataTypeX509SKI ( byte[ ] value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createX509DataTypeX509SKI:([B)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createX509DataTypeX509SubjectName ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createX509DataTypeX509SubjectName:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createX509IssuerSerialType ( ) : X509IssuerSerialType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory.createX509IssuerSerialType:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/X509IssuerSerialType;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectFactory."<init>":()V]
package org.apache.cxf.wsdl
ObjectFactory.createDefinitions ( TDefinitions value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createDefinitions:(Lorg/apache/cxf/wsdl/TDefinitions;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTBinding ( ) : TBinding
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTBinding:()Lorg/apache/cxf/wsdl/TBinding;]
ObjectFactory.createTBindingOperation ( ) : TBindingOperation
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTBindingOperation:()Lorg/apache/cxf/wsdl/TBindingOperation;]
ObjectFactory.createTBindingOperationFault ( ) : TBindingOperationFault
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTBindingOperationFault:()Lorg/apache/cxf/wsdl/TBindingOperationFault;]
ObjectFactory.createTBindingOperationMessage ( ) : TBindingOperationMessage
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTBindingOperationMessage:()Lorg/apache/cxf/wsdl/TBindingOperationMessage;]
ObjectFactory.createTDefinitions ( ) : TDefinitions
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTDefinitions:()Lorg/apache/cxf/wsdl/TDefinitions;]
ObjectFactory.createTDefinitionsBinding ( TBinding value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTDefinitionsBinding:(Lorg/apache/cxf/wsdl/TBinding;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTDefinitionsImport ( TImport value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTDefinitionsImport:(Lorg/apache/cxf/wsdl/TImport;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTDefinitionsMessage ( TMessage value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTDefinitionsMessage:(Lorg/apache/cxf/wsdl/TMessage;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTDefinitionsPortType ( TPortType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTDefinitionsPortType:(Lorg/apache/cxf/wsdl/TPortType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTDefinitionsService ( TService value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTDefinitionsService:(Lorg/apache/cxf/wsdl/TService;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTDefinitionsTypes ( TTypes value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTDefinitionsTypes:(Lorg/apache/cxf/wsdl/TTypes;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTDocumentation ( ) : TDocumentation
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTDocumentation:()Lorg/apache/cxf/wsdl/TDocumentation;]
ObjectFactory.createTDocumented ( ) : TDocumented
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTDocumented:()Lorg/apache/cxf/wsdl/TDocumented;]
ObjectFactory.createTFault ( ) : TFault
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTFault:()Lorg/apache/cxf/wsdl/TFault;]
ObjectFactory.createTImport ( ) : TImport
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTImport:()Lorg/apache/cxf/wsdl/TImport;]
ObjectFactory.createTMessage ( ) : TMessage
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTMessage:()Lorg/apache/cxf/wsdl/TMessage;]
ObjectFactory.createTOperation ( ) : TOperation
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTOperation:()Lorg/apache/cxf/wsdl/TOperation;]
ObjectFactory.createTOperationFault ( TFault value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTOperationFault:(Lorg/apache/cxf/wsdl/TFault;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTOperationInput ( TParam value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTOperationInput:(Lorg/apache/cxf/wsdl/TParam;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTOperationOutput ( TParam value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTOperationOutput:(Lorg/apache/cxf/wsdl/TParam;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createTParam ( ) : TParam
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTParam:()Lorg/apache/cxf/wsdl/TParam;]
ObjectFactory.createTPart ( ) : TPart
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTPart:()Lorg/apache/cxf/wsdl/TPart;]
ObjectFactory.createTPort ( ) : TPort
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTPort:()Lorg/apache/cxf/wsdl/TPort;]
ObjectFactory.createTPortType ( ) : TPortType
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTPortType:()Lorg/apache/cxf/wsdl/TPortType;]
ObjectFactory.createTService ( ) : TService
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTService:()Lorg/apache/cxf/wsdl/TService;]
ObjectFactory.createTTypes ( ) : TTypes
[run-time name: org/apache/cxf/wsdl/ObjectFactory.createTTypes:()Lorg/apache/cxf/wsdl/TTypes;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/wsdl/ObjectFactory."<init>":()V]
package org.apache.cxf.wsdl.http
ObjectFactory.createAddress ( AddressType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/wsdl/http/ObjectFactory.createAddress:(Lorg/apache/cxf/wsdl/http/AddressType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createAddressType ( ) : AddressType
[run-time name: org/apache/cxf/wsdl/http/ObjectFactory.createAddressType:()Lorg/apache/cxf/wsdl/http/AddressType;]
ObjectFactory.createBinding ( BindingType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/wsdl/http/ObjectFactory.createBinding:(Lorg/apache/cxf/wsdl/http/BindingType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createBindingType ( ) : BindingType
[run-time name: org/apache/cxf/wsdl/http/ObjectFactory.createBindingType:()Lorg/apache/cxf/wsdl/http/BindingType;]
ObjectFactory.createOperation ( OperationType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/cxf/wsdl/http/ObjectFactory.createOperation:(Lorg/apache/cxf/wsdl/http/OperationType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createOperationType ( ) : OperationType
[run-time name: org/apache/cxf/wsdl/http/ObjectFactory.createOperationType:()Lorg/apache/cxf/wsdl/http/OperationType;]
ObjectFactory.createUrlEncoded ( ) : UrlEncoded
[run-time name: org/apache/cxf/wsdl/http/ObjectFactory.createUrlEncoded:()Lorg/apache/cxf/wsdl/http/UrlEncoded;]
ObjectFactory.createUrlReplacement ( ) : UrlReplacement
[run-time name: org/apache/cxf/wsdl/http/ObjectFactory.createUrlReplacement:()Lorg/apache/cxf/wsdl/http/UrlReplacement;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/cxf/wsdl/http/ObjectFactory."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ObjectReferenceVisitor.class
package org.apache.cxf.tools.corba.processors.idl
ObjectReferenceVisitor.accept ( Scope scope, org.apache.ws.commons.schema.XmlSchema s, javax.wsdl.Definition def, antlr.collections.AST node, WSDLASTVisitor wsdlVisitor ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/ObjectReferenceVisitor.accept:(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Lorg/apache/ws/commons/schema/XmlSchema;Ljavax/wsdl/Definition;Lantlr/collections/AST;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;)Z]
ObjectReferenceVisitor.isForwardDeclaredReference ( Scope scope, org.apache.ws.commons.schema.XmlSchema schema, antlr.collections.AST node, ScopeNameCollection scopedNames, WSDLASTVisitor wsdlVisitor ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/ObjectReferenceVisitor.isForwardDeclaredReference:(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Lorg/apache/ws/commons/schema/XmlSchema;Lantlr/collections/AST;Lorg/apache/cxf/tools/corba/processors/idl/ScopeNameCollection;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;)Z]
ObjectReferenceVisitor.ObjectReferenceVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor )
[run-time name: org/apache/cxf/tools/corba/processors/idl/ObjectReferenceVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;)V]
ObjectReferenceVisitor.visit ( antlr.collections.AST node ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/ObjectReferenceVisitor.visit:(Lantlr/collections/AST;)V]
ObjectReferenceVisitor.visitForwardDeclaredObjectReference ( Scope scope, org.apache.ws.commons.schema.XmlSchemaCollection schemas, org.apache.ws.commons.schema.XmlSchema schema, antlr.collections.AST node, ScopeNameCollection scopedNames, WSDLASTVisitor wsdlVisitor ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/ObjectReferenceVisitor.visitForwardDeclaredObjectReference:(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Lorg/apache/ws/commons/schema/XmlSchemaCollection;Lorg/apache/ws/commons/schema/XmlSchema;Lantlr/collections/AST;Lorg/apache/cxf/tools/corba/processors/idl/ScopeNameCollection;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;)V]
openejb-cxf-bundle-2.5.2.jar, ObjectType.class
package org.apache.cxf.aegis.type.basic
ObjectType.determineType ( org.apache.cxf.aegis.Context context, Class clazz ) : org.apache.cxf.aegis.type.AegisType
[run-time name: org/apache/cxf/aegis/type/basic/ObjectType.determineType:(Lorg/apache/cxf/aegis/Context;Ljava/lang/Class;)Lorg/apache/cxf/aegis/type/AegisType;]
ObjectType.getDependencies ( ) : java.util.Set
[run-time name: org/apache/cxf/aegis/type/basic/ObjectType.getDependencies:()Ljava/util/Set;]
ObjectType.isComplex ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/ObjectType.isComplex:()Z]
ObjectType.isReadToDocument ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/ObjectType.isReadToDocument:()Z]
ObjectType.isSerializedWhenUnknown ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/ObjectType.isSerializedWhenUnknown:()Z]
ObjectType.ObjectType ( )
[run-time name: org/apache/cxf/aegis/type/basic/ObjectType."<init>":()V]
ObjectType.ObjectType ( boolean serializeWhenUnknown )
[run-time name: org/apache/cxf/aegis/type/basic/ObjectType."<init>":(Z)V]
ObjectType.ObjectType ( java.util.Set dependencies )
[run-time name: org/apache/cxf/aegis/type/basic/ObjectType."<init>":(Ljava/util/Set;)V]
ObjectType.ObjectType ( java.util.Set dependencies, boolean serializeWhenUnknown )
[run-time name: org/apache/cxf/aegis/type/basic/ObjectType."<init>":(Ljava/util/Set;Z)V]
ObjectType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/ObjectType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
ObjectType.setDependencies ( java.util.Set dependencies ) : void
[run-time name: org/apache/cxf/aegis/type/basic/ObjectType.setDependencies:(Ljava/util/Set;)V]
ObjectType.setReadToDocument ( boolean readToDocument ) : void
[run-time name: org/apache/cxf/aegis/type/basic/ObjectType.setReadToDocument:(Z)V]
ObjectType.setSerializedWhenUnknown ( boolean serializedWhenUnknown ) : void
[run-time name: org/apache/cxf/aegis/type/basic/ObjectType.setSerializedWhenUnknown:(Z)V]
ObjectType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/ObjectType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
ObjectType.writeSchema ( org.apache.ws.commons.schema.XmlSchema root ) : void
[run-time name: org/apache/cxf/aegis/type/basic/ObjectType.writeSchema:(Lorg/apache/ws/commons/schema/XmlSchema;)V]
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
ObjectType.getContent ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectType.getContent:()Ljava/util/List;]
ObjectType.getEncoding ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectType.getEncoding:()Ljava/lang/String;]
ObjectType.getId ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectType.getId:()Ljava/lang/String;]
ObjectType.getMimeType ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectType.getMimeType:()Ljava/lang/String;]
ObjectType.ObjectType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectType."<init>":()V]
ObjectType.setEncoding ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectType.setEncoding:(Ljava/lang/String;)V]
ObjectType.setId ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectType.setId:(Ljava/lang/String;)V]
ObjectType.setMimeType ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ObjectType.setMimeType:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ObjectTypeResolver.class
package org.apache.cxf.resource
ObjectTypeResolver.getAsStream ( String name ) : java.io.InputStream
[run-time name: org/apache/cxf/resource/ObjectTypeResolver.getAsStream:(Ljava/lang/String;)Ljava/io/InputStream;]
ObjectTypeResolver.ObjectTypeResolver ( Object v )
[run-time name: org/apache/cxf/resource/ObjectTypeResolver."<init>":(Ljava/lang/Object;)V]
ObjectTypeResolver.resolve ( String resourceName, Class resourceType ) : Object
[run-time name: org/apache/cxf/resource/ObjectTypeResolver.resolve:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, Observable.class
package org.apache.cxf.transport
Observable.getMessageObserver ( ) [abstract] : MessageObserver
[run-time name: org/apache/cxf/transport/Observable.getMessageObserver:()Lorg/apache/cxf/transport/MessageObserver;]
Observable.setMessageObserver ( MessageObserver p1 ) [abstract] : void
[run-time name: org/apache/cxf/transport/Observable.setMessageObserver:(Lorg/apache/cxf/transport/MessageObserver;)V]
openejb-cxf-bundle-2.5.2.jar, OfferType.class
package org.apache.cxf.ws.rm.v200502
OfferType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200502/OfferType.getAny:()Ljava/util/List;]
OfferType.getExpires ( ) : Expires
[run-time name: org/apache/cxf/ws/rm/v200502/OfferType.getExpires:()Lorg/apache/cxf/ws/rm/v200502/Expires;]
OfferType.getIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200502/OfferType.getIdentifier:()Lorg/apache/cxf/ws/rm/v200502/Identifier;]
OfferType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502/OfferType.getOtherAttributes:()Ljava/util/Map;]
OfferType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/OfferType.isSetAny:()Z]
OfferType.isSetExpires ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/OfferType.isSetExpires:()Z]
OfferType.isSetIdentifier ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/OfferType.isSetIdentifier:()Z]
OfferType.OfferType ( )
[run-time name: org/apache/cxf/ws/rm/v200502/OfferType."<init>":()V]
OfferType.setExpires ( Expires value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/OfferType.setExpires:(Lorg/apache/cxf/ws/rm/v200502/Expires;)V]
OfferType.setIdentifier ( Identifier value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/OfferType.setIdentifier:(Lorg/apache/cxf/ws/rm/v200502/Identifier;)V]
OfferType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/OfferType.unsetAny:()V]
package org.apache.cxf.ws.rm.v200502wsa15
OfferType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/OfferType.getAny:()Ljava/util/List;]
OfferType.getExpires ( ) : Expires
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/OfferType.getExpires:()Lorg/apache/cxf/ws/rm/v200502wsa15/Expires;]
OfferType.getIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/OfferType.getIdentifier:()Lorg/apache/cxf/ws/rm/v200502wsa15/Identifier;]
OfferType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/OfferType.getOtherAttributes:()Ljava/util/Map;]
OfferType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/OfferType.isSetAny:()Z]
OfferType.isSetExpires ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/OfferType.isSetExpires:()Z]
OfferType.isSetIdentifier ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/OfferType.isSetIdentifier:()Z]
OfferType.OfferType ( )
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/OfferType."<init>":()V]
OfferType.setExpires ( Expires value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/OfferType.setExpires:(Lorg/apache/cxf/ws/rm/v200502wsa15/Expires;)V]
OfferType.setIdentifier ( Identifier value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/OfferType.setIdentifier:(Lorg/apache/cxf/ws/rm/v200502wsa15/Identifier;)V]
OfferType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/OfferType.unsetAny:()V]
package org.apache.cxf.ws.rm.v200702
OfferType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200702/OfferType.getAny:()Ljava/util/List;]
OfferType.getEndpoint ( ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/ws/rm/v200702/OfferType.getEndpoint:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
OfferType.getExpires ( ) : Expires
[run-time name: org/apache/cxf/ws/rm/v200702/OfferType.getExpires:()Lorg/apache/cxf/ws/rm/v200702/Expires;]
OfferType.getIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200702/OfferType.getIdentifier:()Lorg/apache/cxf/ws/rm/v200702/Identifier;]
OfferType.getIncompleteSequenceBehavior ( ) : IncompleteSequenceBehaviorType
[run-time name: org/apache/cxf/ws/rm/v200702/OfferType.getIncompleteSequenceBehavior:()Lorg/apache/cxf/ws/rm/v200702/IncompleteSequenceBehaviorType;]
OfferType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200702/OfferType.getOtherAttributes:()Ljava/util/Map;]
OfferType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/OfferType.isSetAny:()Z]
OfferType.isSetEndpoint ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/OfferType.isSetEndpoint:()Z]
OfferType.isSetExpires ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/OfferType.isSetExpires:()Z]
OfferType.isSetIdentifier ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/OfferType.isSetIdentifier:()Z]
OfferType.isSetIncompleteSequenceBehavior ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/OfferType.isSetIncompleteSequenceBehavior:()Z]
OfferType.OfferType ( )
[run-time name: org/apache/cxf/ws/rm/v200702/OfferType."<init>":()V]
OfferType.setEndpoint ( org.apache.cxf.ws.addressing.EndpointReferenceType value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/OfferType.setEndpoint:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)V]
OfferType.setExpires ( Expires value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/OfferType.setExpires:(Lorg/apache/cxf/ws/rm/v200702/Expires;)V]
OfferType.setIdentifier ( Identifier value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/OfferType.setIdentifier:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)V]
OfferType.setIncompleteSequenceBehavior ( IncompleteSequenceBehaviorType value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/OfferType.setIncompleteSequenceBehavior:(Lorg/apache/cxf/ws/rm/v200702/IncompleteSequenceBehaviorType;)V]
OfferType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/OfferType.unsetAny:()V]
openejb-cxf-bundle-2.5.2.jar, OldSpringSupport.class
package org.apache.cxf.bus.spring
OldSpringSupport.getObject ( ) : Object
[run-time name: org/apache/cxf/bus/spring/OldSpringSupport.getObject:()Ljava/lang/Object;]
OldSpringSupport.getObjectType ( ) : Class
[run-time name: org/apache/cxf/bus/spring/OldSpringSupport.getObjectType:()Ljava/lang/Class;]
OldSpringSupport.isSingleton ( ) : boolean
[run-time name: org/apache/cxf/bus/spring/OldSpringSupport.isSingleton:()Z]
OldSpringSupport.logWarning ( String imp ) [static] : String
[run-time name: org/apache/cxf/bus/spring/OldSpringSupport.logWarning:(Ljava/lang/String;)Ljava/lang/String;]
OldSpringSupport.OldSpringSupport ( org.apache.cxf.Bus b, Class c )
[run-time name: org/apache/cxf/bus/spring/OldSpringSupport."<init>":(Lorg/apache/cxf/Bus;Ljava/lang/Class;)V]
OldSpringSupport.OldSpringSupport ( org.apache.cxf.Bus b, Class c, String imp )
[run-time name: org/apache/cxf/bus/spring/OldSpringSupport."<init>":(Lorg/apache/cxf/Bus;Ljava/lang/Class;Ljava/lang/String;)V]
OldSpringSupport.OldSpringSupport ( String imp )
[run-time name: org/apache/cxf/bus/spring/OldSpringSupport."<init>":(Ljava/lang/String;)V]
OldSpringSupport.setBeanName ( String name ) : void
[run-time name: org/apache/cxf/bus/spring/OldSpringSupport.setBeanName:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, OnBehalfOfType.class
package org.apache.cxf.ws.security.sts.provider.model
OnBehalfOfType.getAny ( ) : Object
[run-time name: org/apache/cxf/ws/security/sts/provider/model/OnBehalfOfType.getAny:()Ljava/lang/Object;]
OnBehalfOfType.OnBehalfOfType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/OnBehalfOfType."<init>":()V]
OnBehalfOfType.setAny ( Object value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/OnBehalfOfType.setAny:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, OneShotAsyncExecutor.class
package org.apache.cxf.workqueue
OneShotAsyncExecutor.execute ( Runnable command ) : void
[run-time name: org/apache/cxf/workqueue/OneShotAsyncExecutor.execute:(Ljava/lang/Runnable;)V]
OneShotAsyncExecutor.getInstance ( ) [static] : OneShotAsyncExecutor
[run-time name: org/apache/cxf/workqueue/OneShotAsyncExecutor.getInstance:()Lorg/apache/cxf/workqueue/OneShotAsyncExecutor;]
OneShotAsyncExecutor.isA ( java.util.concurrent.Executor executor ) [static] : boolean
[run-time name: org/apache/cxf/workqueue/OneShotAsyncExecutor.isA:(Ljava/util/concurrent/Executor;)Z]
openejb-cxf-bundle-2.5.2.jar, OneWayDecoupledFaultHandler.class
package org.apache.cxf.ws.addressing.soap
OneWayDecoupledFaultHandler.createDecoupledDestination ( org.apache.cxf.message.Exchange exchange, org.apache.cxf.ws.addressing.EndpointReferenceType epr ) : org.apache.cxf.transport.Destination
[run-time name: org/apache/cxf/ws/addressing/soap/OneWayDecoupledFaultHandler.createDecoupledDestination:(Lorg/apache/cxf/message/Exchange;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/transport/Destination;]
OneWayDecoupledFaultHandler.handleFault ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/ws/addressing/soap/OneWayDecoupledFaultHandler.handleFault:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
OneWayDecoupledFaultHandler.handleFault ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/ws/addressing/soap/OneWayDecoupledFaultHandler.handleFault:(Lorg/apache/cxf/message/Message;)V]
OneWayDecoupledFaultHandler.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/ws/addressing/soap/OneWayDecoupledFaultHandler.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
OneWayDecoupledFaultHandler.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/ws/addressing/soap/OneWayDecoupledFaultHandler.handleMessage:(Lorg/apache/cxf/message/Message;)V]
OneWayDecoupledFaultHandler.OneWayDecoupledFaultHandler ( )
[run-time name: org/apache/cxf/ws/addressing/soap/OneWayDecoupledFaultHandler."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, OneWayProcessorInterceptor.class
package org.apache.cxf.interceptor
OneWayProcessorInterceptor.handleFault ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/OneWayProcessorInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
OneWayProcessorInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/OneWayProcessorInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
OneWayProcessorInterceptor.OneWayProcessorInterceptor ( )
[run-time name: org/apache/cxf/interceptor/OneWayProcessorInterceptor."<init>":()V]
OneWayProcessorInterceptor.OneWayProcessorInterceptor ( String phase )
[run-time name: org/apache/cxf/interceptor/OneWayProcessorInterceptor."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, OperationDeferredAction.class
package org.apache.cxf.tools.corba.processors.idl
OperationDeferredAction.execute ( org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/OperationDeferredAction.execute:(Lorg/apache/ws/commons/schema/XmlSchemaType;Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;)V]
OperationDeferredAction.OperationDeferredAction ( )
[run-time name: org/apache/cxf/tools/corba/processors/idl/OperationDeferredAction."<init>":()V]
OperationDeferredAction.OperationDeferredAction ( org.apache.cxf.binding.corba.wsdl.ArgType arg )
[run-time name: org/apache/cxf/tools/corba/processors/idl/OperationDeferredAction."<init>":(Lorg/apache/cxf/binding/corba/wsdl/ArgType;)V]
OperationDeferredAction.OperationDeferredAction ( org.apache.ws.commons.schema.XmlSchemaElement elem )
[run-time name: org/apache/cxf/tools/corba/processors/idl/OperationDeferredAction."<init>":(Lorg/apache/ws/commons/schema/XmlSchemaElement;)V]
openejb-cxf-bundle-2.5.2.jar, OperationInfo.class
package org.apache.cxf.service.model
OperationInfo.addFault ( javax.xml.namespace.QName name, javax.xml.namespace.QName message ) : FaultInfo
[run-time name: org/apache/cxf/service/model/OperationInfo.addFault:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/service/model/FaultInfo;]
OperationInfo.addFault ( FaultInfo fault ) : void
[run-time name: org/apache/cxf/service/model/OperationInfo.addFault:(Lorg/apache/cxf/service/model/FaultInfo;)V]
OperationInfo.createMessage ( javax.xml.namespace.QName nm, MessageInfo.Type type ) : MessageInfo
[run-time name: org/apache/cxf/service/model/OperationInfo.createMessage:(Ljavax/xml/namespace/QName;Lorg/apache/cxf/service/model/MessageInfo$Type;)Lorg/apache/cxf/service/model/MessageInfo;]
OperationInfo.equals ( Object o ) : boolean
[run-time name: org/apache/cxf/service/model/OperationInfo.equals:(Ljava/lang/Object;)Z]
OperationInfo.getFault ( javax.xml.namespace.QName name ) : FaultInfo
[run-time name: org/apache/cxf/service/model/OperationInfo.getFault:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/service/model/FaultInfo;]
OperationInfo.getFaults ( ) : java.util.Collection
[run-time name: org/apache/cxf/service/model/OperationInfo.getFaults:()Ljava/util/Collection;]
OperationInfo.getInput ( ) : MessageInfo
[run-time name: org/apache/cxf/service/model/OperationInfo.getInput:()Lorg/apache/cxf/service/model/MessageInfo;]
OperationInfo.getInputName ( ) : String
[run-time name: org/apache/cxf/service/model/OperationInfo.getInputName:()Ljava/lang/String;]
OperationInfo.getInterface ( ) : InterfaceInfo
[run-time name: org/apache/cxf/service/model/OperationInfo.getInterface:()Lorg/apache/cxf/service/model/InterfaceInfo;]
OperationInfo.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/model/OperationInfo.getName:()Ljavax/xml/namespace/QName;]
OperationInfo.getOutput ( ) : MessageInfo
[run-time name: org/apache/cxf/service/model/OperationInfo.getOutput:()Lorg/apache/cxf/service/model/MessageInfo;]
OperationInfo.getOutputName ( ) : String
[run-time name: org/apache/cxf/service/model/OperationInfo.getOutputName:()Ljava/lang/String;]
OperationInfo.getParameterOrdering ( ) : java.util.List
[run-time name: org/apache/cxf/service/model/OperationInfo.getParameterOrdering:()Ljava/util/List;]
OperationInfo.getUnwrappedOperation ( ) : OperationInfo
[run-time name: org/apache/cxf/service/model/OperationInfo.getUnwrappedOperation:()Lorg/apache/cxf/service/model/OperationInfo;]
OperationInfo.hasFaults ( ) : boolean
[run-time name: org/apache/cxf/service/model/OperationInfo.hasFaults:()Z]
OperationInfo.hashCode ( ) : int
[run-time name: org/apache/cxf/service/model/OperationInfo.hashCode:()I]
OperationInfo.hasInput ( ) : boolean
[run-time name: org/apache/cxf/service/model/OperationInfo.hasInput:()Z]
OperationInfo.hasOutput ( ) : boolean
[run-time name: org/apache/cxf/service/model/OperationInfo.hasOutput:()Z]
OperationInfo.isOneWay ( ) : boolean
[run-time name: org/apache/cxf/service/model/OperationInfo.isOneWay:()Z]
OperationInfo.isUnwrapped ( ) : boolean
[run-time name: org/apache/cxf/service/model/OperationInfo.isUnwrapped:()Z]
OperationInfo.isUnwrappedCapable ( ) : boolean
[run-time name: org/apache/cxf/service/model/OperationInfo.isUnwrappedCapable:()Z]
OperationInfo.OperationInfo ( )
[run-time name: org/apache/cxf/service/model/OperationInfo."<init>":()V]
OperationInfo.removeFault ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/service/model/OperationInfo.removeFault:(Ljavax/xml/namespace/QName;)V]
OperationInfo.setInput ( String nm, MessageInfo in ) : void
[run-time name: org/apache/cxf/service/model/OperationInfo.setInput:(Ljava/lang/String;Lorg/apache/cxf/service/model/MessageInfo;)V]
OperationInfo.setName ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/service/model/OperationInfo.setName:(Ljavax/xml/namespace/QName;)V]
OperationInfo.setOutput ( String nm, MessageInfo out ) : void
[run-time name: org/apache/cxf/service/model/OperationInfo.setOutput:(Ljava/lang/String;Lorg/apache/cxf/service/model/MessageInfo;)V]
OperationInfo.setParameterOrdering ( java.util.List o ) : void
[run-time name: org/apache/cxf/service/model/OperationInfo.setParameterOrdering:(Ljava/util/List;)V]
OperationInfo.setUnwrappedOperation ( OperationInfo op ) : void
[run-time name: org/apache/cxf/service/model/OperationInfo.setUnwrappedOperation:(Lorg/apache/cxf/service/model/OperationInfo;)V]
OperationInfo.toString ( ) : String
[run-time name: org/apache/cxf/service/model/OperationInfo.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, OperationResourceInfo.class
package org.apache.cxf.jaxrs.model
OperationResourceInfo.getAnnotatedMethod ( ) : reflect.Method
[run-time name: org/apache/cxf/jaxrs/model/OperationResourceInfo.getAnnotatedMethod:()Ljava/lang/reflect/Method;]
OperationResourceInfo.getClassResourceInfo ( ) : ClassResourceInfo
[run-time name: org/apache/cxf/jaxrs/model/OperationResourceInfo.getClassResourceInfo:()Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;]
OperationResourceInfo.getConsumeTypes ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/model/OperationResourceInfo.getConsumeTypes:()Ljava/util/List;]
OperationResourceInfo.getDefaultParameterValue ( ) : String
[run-time name: org/apache/cxf/jaxrs/model/OperationResourceInfo.getDefaultParameterValue:()Ljava/lang/String;]
OperationResourceInfo.getHttpMethod ( ) : String
[run-time name: org/apache/cxf/jaxrs/model/OperationResourceInfo.getHttpMethod:()Ljava/lang/String;]
OperationResourceInfo.getMethodToInvoke ( ) : reflect.Method
[run-time name: org/apache/cxf/jaxrs/model/OperationResourceInfo.getMethodToInvoke:()Ljava/lang/reflect/Method;]
OperationResourceInfo.getParameters ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/model/OperationResourceInfo.getParameters:()Ljava/util/List;]
OperationResourceInfo.getProduceTypes ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/model/OperationResourceInfo.getProduceTypes:()Ljava/util/List;]
OperationResourceInfo.getURITemplate ( ) : URITemplate
[run-time name: org/apache/cxf/jaxrs/model/OperationResourceInfo.getURITemplate:()Lorg/apache/cxf/jaxrs/model/URITemplate;]
OperationResourceInfo.isEncodedEnabled ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/model/OperationResourceInfo.isEncodedEnabled:()Z]
OperationResourceInfo.isOneway ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/model/OperationResourceInfo.isOneway:()Z]
OperationResourceInfo.isSubResourceLocator ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/model/OperationResourceInfo.isSubResourceLocator:()Z]
OperationResourceInfo.OperationResourceInfo ( reflect.Method m, ClassResourceInfo cri, URITemplate template, String httpVerb, String consumeMediaTypes, String produceMediaTypes, java.util.List params, boolean oneway )
[run-time name: org/apache/cxf/jaxrs/model/OperationResourceInfo."<init>":(Ljava/lang/reflect/Method;Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;Lorg/apache/cxf/jaxrs/model/URITemplate;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Z)V]
OperationResourceInfo.OperationResourceInfo ( reflect.Method mInvoke, ClassResourceInfo cri )
[run-time name: org/apache/cxf/jaxrs/model/OperationResourceInfo."<init>":(Ljava/lang/reflect/Method;Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;)V]
OperationResourceInfo.OperationResourceInfo ( reflect.Method mInvoke, reflect.Method mAnnotated, ClassResourceInfo cri )
[run-time name: org/apache/cxf/jaxrs/model/OperationResourceInfo."<init>":(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;)V]
OperationResourceInfo.setHttpMethod ( String m ) : void
[run-time name: org/apache/cxf/jaxrs/model/OperationResourceInfo.setHttpMethod:(Ljava/lang/String;)V]
OperationResourceInfo.setMethodToInvoke ( reflect.Method m ) : void
[run-time name: org/apache/cxf/jaxrs/model/OperationResourceInfo.setMethodToInvoke:(Ljava/lang/reflect/Method;)V]
OperationResourceInfo.setURITemplate ( URITemplate u ) : void
[run-time name: org/apache/cxf/jaxrs/model/OperationResourceInfo.setURITemplate:(Lorg/apache/cxf/jaxrs/model/URITemplate;)V]
openejb-cxf-bundle-2.5.2.jar, OperationResourceInfoComparator.class
package org.apache.cxf.jaxrs.model
OperationResourceInfoComparator.compare ( Object x0, Object x1 ) : int
[run-time name: org/apache/cxf/jaxrs/model/OperationResourceInfoComparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I]
OperationResourceInfoComparator.compare ( OperationResourceInfo e1, OperationResourceInfo e2 ) : int
[run-time name: org/apache/cxf/jaxrs/model/OperationResourceInfoComparator.compare:(Lorg/apache/cxf/jaxrs/model/OperationResourceInfo;Lorg/apache/cxf/jaxrs/model/OperationResourceInfo;)I]
OperationResourceInfoComparator.OperationResourceInfoComparator ( org.apache.cxf.message.Message m, String method )
[run-time name: org/apache/cxf/jaxrs/model/OperationResourceInfoComparator."<init>":(Lorg/apache/cxf/message/Message;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, OperationResourceInfoStack.class
package org.apache.cxf.jaxrs.model
OperationResourceInfoStack.OperationResourceInfoStack ( )
[run-time name: org/apache/cxf/jaxrs/model/OperationResourceInfoStack."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, OperationType.class
package org.apache.cxf.binding.corba.wsdl
OperationType.getName ( ) : String
[run-time name: org/apache/cxf/binding/corba/wsdl/OperationType.getName:()Ljava/lang/String;]
OperationType.getParam ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/wsdl/OperationType.getParam:()Ljava/util/List;]
OperationType.getRaises ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/wsdl/OperationType.getRaises:()Ljava/util/List;]
OperationType.getReturn ( ) : ArgType
[run-time name: org/apache/cxf/binding/corba/wsdl/OperationType.getReturn:()Lorg/apache/cxf/binding/corba/wsdl/ArgType;]
OperationType.isSetName ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/OperationType.isSetName:()Z]
OperationType.isSetParam ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/OperationType.isSetParam:()Z]
OperationType.isSetRaises ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/OperationType.isSetRaises:()Z]
OperationType.isSetReturn ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/OperationType.isSetReturn:()Z]
OperationType.OperationType ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/OperationType."<init>":()V]
OperationType.setName ( String value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/OperationType.setName:(Ljava/lang/String;)V]
OperationType.setReturn ( ArgType value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/OperationType.setReturn:(Lorg/apache/cxf/binding/corba/wsdl/ArgType;)V]
OperationType.unsetParam ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/OperationType.unsetParam:()V]
OperationType.unsetRaises ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/OperationType.unsetRaises:()V]
package org.apache.cxf.wsdl.http
OperationType.getLocation ( ) : String
[run-time name: org/apache/cxf/wsdl/http/OperationType.getLocation:()Ljava/lang/String;]
OperationType.isSetLocation ( ) : boolean
[run-time name: org/apache/cxf/wsdl/http/OperationType.isSetLocation:()Z]
OperationType.OperationType ( )
[run-time name: org/apache/cxf/wsdl/http/OperationType."<init>":()V]
OperationType.setLocation ( String value ) : void
[run-time name: org/apache/cxf/wsdl/http/OperationType.setLocation:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, OperationVisitor.class
package org.apache.cxf.tools.corba.processors.idl
OperationVisitor.accept ( Scope scope, javax.wsdl.Definition def, org.apache.ws.commons.schema.XmlSchema schema, antlr.collections.AST node, WSDLASTVisitor wsdlVisitor ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/OperationVisitor.accept:(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lantlr/collections/AST;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;)Z]
OperationVisitor.generateInputMessage ( javax.wsdl.Operation operation, javax.wsdl.BindingOperation bindingOperation ) : javax.wsdl.Message
[run-time name: org/apache/cxf/tools/corba/processors/idl/OperationVisitor.generateInputMessage:(Ljavax/wsdl/Operation;Ljavax/wsdl/BindingOperation;)Ljavax/wsdl/Message;]
OperationVisitor.generateOutputMessage ( javax.wsdl.Operation operation, javax.wsdl.BindingOperation bindingOperation ) : javax.wsdl.Message
[run-time name: org/apache/cxf/tools/corba/processors/idl/OperationVisitor.generateOutputMessage:(Ljavax/wsdl/Operation;Ljavax/wsdl/BindingOperation;)Ljavax/wsdl/Message;]
OperationVisitor.OperationVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor, javax.wsdl.PortType wsdlPortType, javax.wsdl.Binding wsdlBinding )
[run-time name: org/apache/cxf/tools/corba/processors/idl/OperationVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;Ljavax/wsdl/PortType;Ljavax/wsdl/Binding;)V]
OperationVisitor.visit ( antlr.collections.AST node ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/OperationVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, OperatorContentType.class
package org.apache.cxf.ws.policy.v200409
OperatorContentType.getPolicyOrAllOrExactlyOne ( ) : java.util.List
[run-time name: org/apache/cxf/ws/policy/v200409/OperatorContentType.getPolicyOrAllOrExactlyOne:()Ljava/util/List;]
OperatorContentType.OperatorContentType ( )
[run-time name: org/apache/cxf/ws/policy/v200409/OperatorContentType."<init>":()V]
package org.apache.cxf.ws.policy.v200607
OperatorContentType.getPolicyOrAllOrExactlyOne ( ) : java.util.List
[run-time name: org/apache/cxf/ws/policy/v200607/OperatorContentType.getPolicyOrAllOrExactlyOne:()Ljava/util/List;]
OperatorContentType.OperatorContentType ( )
[run-time name: org/apache/cxf/ws/policy/v200607/OperatorContentType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, Option.class
package org.apache.cxf.tools.common.toolspec.parser
Option.accept ( TokenInputStream args, org.w3c.dom.Element result, ErrorVisitor errors ) : boolean
[run-time name: org/apache/cxf/tools/common/toolspec/parser/Option.accept:(Lorg/apache/cxf/tools/common/toolspec/parser/TokenInputStream;Lorg/w3c/dom/Element;Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)Z]
Option.getAnnotation ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/Option.getAnnotation:()Ljava/lang/String;]
Option.getName ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/Option.getName:()Ljava/lang/String;]
Option.getPrimarySwitch ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/Option.getPrimarySwitch:()Ljava/lang/String;]
Option.hasArgument ( ) : boolean
[run-time name: org/apache/cxf/tools/common/toolspec/parser/Option.hasArgument:()Z]
Option.hasImmediateArgument ( ) : boolean
[run-time name: org/apache/cxf/tools/common/toolspec/parser/Option.hasImmediateArgument:()Z]
Option.isSatisfied ( ErrorVisitor errors ) : boolean
[run-time name: org/apache/cxf/tools/common/toolspec/parser/Option.isSatisfied:(Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)Z]
Option.Option ( org.w3c.dom.Element el )
[run-time name: org/apache/cxf/tools/common/toolspec/parser/Option."<init>":(Lorg/w3c/dom/Element;)V]
Option.toString ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/Option.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, OptionGroup.class
package org.apache.cxf.tools.common.toolspec.parser
OptionGroup.accept ( TokenInputStream args, org.w3c.dom.Element result, ErrorVisitor errors ) : boolean
[run-time name: org/apache/cxf/tools/common/toolspec/parser/OptionGroup.accept:(Lorg/apache/cxf/tools/common/toolspec/parser/TokenInputStream;Lorg/w3c/dom/Element;Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)Z]
OptionGroup.getId ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/OptionGroup.getId:()Ljava/lang/String;]
OptionGroup.isSatisfied ( ErrorVisitor errors ) : boolean
[run-time name: org/apache/cxf/tools/common/toolspec/parser/OptionGroup.isSatisfied:(Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)Z]
OptionGroup.OptionGroup ( org.w3c.dom.Element el )
[run-time name: org/apache/cxf/tools/common/toolspec/parser/OptionGroup."<init>":(Lorg/w3c/dom/Element;)V]
OptionGroup.toString ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/OptionGroup.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, Options.class
package org.apache.cxf.jaxb
JAXBUtils.Options.addBindFile ( org.xml.sax.InputSource p1 ) [abstract] : void
[run-time name: org/apache/cxf/jaxb/JAXBUtils.Options.addBindFile:(Lorg/xml/sax/InputSource;)V]
JAXBUtils.Options.addGrammar ( org.xml.sax.InputSource p1 ) [abstract] : void
[run-time name: org/apache/cxf/jaxb/JAXBUtils.Options.addGrammar:(Lorg/xml/sax/InputSource;)V]
JAXBUtils.Options.getBuildID ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxb/JAXBUtils.Options.getBuildID:()Ljava/lang/String;]
JAXBUtils.Options.parseArguments ( String[ ] p1 ) [abstract] : void
[run-time name: org/apache/cxf/jaxb/JAXBUtils.Options.parseArguments:([Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, OrbConfig.class
package org.apache.cxf.binding.corba.utils
OrbConfig.addPOAPolicies ( org.omg.CORBA.ORB orb, String poaName, org.omg.PortableServer.POA parentPOA, org.omg.PortableServer.POAManager poaManager, java.util.List policies ) : void
[run-time name: org/apache/cxf/binding/corba/utils/OrbConfig.addPOAPolicies:(Lorg/omg/CORBA/ORB;Ljava/lang/String;Lorg/omg/PortableServer/POA;Lorg/omg/PortableServer/POAManager;Ljava/util/List;)V]
OrbConfig.createSystemExceptionAny ( org.omg.CORBA.ORB orb, org.omg.CORBA.SystemException sysEx ) : org.omg.CORBA.Any
[run-time name: org/apache/cxf/binding/corba/utils/OrbConfig.createSystemExceptionAny:(Lorg/omg/CORBA/ORB;Lorg/omg/CORBA/SystemException;)Lorg/omg/CORBA/Any;]
OrbConfig.exportObjectReference ( org.omg.CORBA.ORB orb, org.omg.CORBA.Object ref, String url, org.apache.cxf.binding.corba.wsdl.AddressType address ) : void
[run-time name: org/apache/cxf/binding/corba/utils/OrbConfig.exportObjectReference:(Lorg/omg/CORBA/ORB;Lorg/omg/CORBA/Object;Ljava/lang/String;Lorg/apache/cxf/binding/corba/wsdl/AddressType;)V]
OrbConfig.exportObjectReferenceToCorbaloc ( org.omg.CORBA.ORB orb, org.omg.CORBA.Object object, String location ) : void
[run-time name: org/apache/cxf/binding/corba/utils/OrbConfig.exportObjectReferenceToCorbaloc:(Lorg/omg/CORBA/ORB;Lorg/omg/CORBA/Object;Ljava/lang/String;)V]
OrbConfig.exportObjectReferenceToFile ( org.omg.CORBA.ORB orb, org.omg.CORBA.Object obj, java.net.URI iorFile ) : void
[run-time name: org/apache/cxf/binding/corba/utils/OrbConfig.exportObjectReferenceToFile:(Lorg/omg/CORBA/ORB;Lorg/omg/CORBA/Object;Ljava/net/URI;)V]
OrbConfig.exportObjectReferenceToNamingService ( org.omg.CORBA.ORB orb, org.omg.CORBA.Object ref, String location ) : void
[run-time name: org/apache/cxf/binding/corba/utils/OrbConfig.exportObjectReferenceToNamingService:(Lorg/omg/CORBA/ORB;Lorg/omg/CORBA/Object;Ljava/lang/String;)V]
OrbConfig.getOrbArgs ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/utils/OrbConfig.getOrbArgs:()Ljava/util/List;]
OrbConfig.getOrbClass ( ) : String
[run-time name: org/apache/cxf/binding/corba/utils/OrbConfig.getOrbClass:()Ljava/lang/String;]
OrbConfig.getOrbProperties ( ) : java.util.Properties
[run-time name: org/apache/cxf/binding/corba/utils/OrbConfig.getOrbProperties:()Ljava/util/Properties;]
OrbConfig.getOrbSingletonClass ( ) : String
[run-time name: org/apache/cxf/binding/corba/utils/OrbConfig.getOrbSingletonClass:()Ljava/lang/String;]
OrbConfig.OrbConfig ( )
[run-time name: org/apache/cxf/binding/corba/utils/OrbConfig."<init>":()V]
OrbConfig.setOrbArgs ( java.util.List args ) : void
[run-time name: org/apache/cxf/binding/corba/utils/OrbConfig.setOrbArgs:(Ljava/util/List;)V]
OrbConfig.setOrbClass ( String cls ) : void
[run-time name: org/apache/cxf/binding/corba/utils/OrbConfig.setOrbClass:(Ljava/lang/String;)V]
OrbConfig.setOrbProperties ( java.util.Properties props ) : void
[run-time name: org/apache/cxf/binding/corba/utils/OrbConfig.setOrbProperties:(Ljava/util/Properties;)V]
OrbConfig.setOrbSingletonClass ( String cls ) : void
[run-time name: org/apache/cxf/binding/corba/utils/OrbConfig.setOrbSingletonClass:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, OrbConfigurer.class
package org.apache.cxf.binding.corba.runtime
OrbConfigurer.getFactory ( ) : org.apache.cxf.binding.corba.CorbaBindingFactory
[run-time name: org/apache/cxf/binding/corba/runtime/OrbConfigurer.getFactory:()Lorg/apache/cxf/binding/corba/CorbaBindingFactory;]
OrbConfigurer.getOrbArgs ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/runtime/OrbConfigurer.getOrbArgs:()Ljava/util/List;]
OrbConfigurer.getOrbProperties ( ) : java.util.Properties
[run-time name: org/apache/cxf/binding/corba/runtime/OrbConfigurer.getOrbProperties:()Ljava/util/Properties;]
OrbConfigurer.OrbConfigurer ( )
[run-time name: org/apache/cxf/binding/corba/runtime/OrbConfigurer."<init>":()V]
OrbConfigurer.register ( ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/OrbConfigurer.register:()V]
OrbConfigurer.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/OrbConfigurer.setBus:(Lorg/apache/cxf/Bus;)V]
OrbConfigurer.setFactory ( org.apache.cxf.binding.corba.CorbaBindingFactory cFactory ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/OrbConfigurer.setFactory:(Lorg/apache/cxf/binding/corba/CorbaBindingFactory;)V]
OrbConfigurer.setOrbArgs ( java.util.List args ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/OrbConfigurer.setOrbArgs:(Ljava/util/List;)V]
OrbConfigurer.setOrbProperties ( java.util.Properties props ) : void
[run-time name: org/apache/cxf/binding/corba/runtime/OrbConfigurer.setOrbProperties:(Ljava/util/Properties;)V]
openejb-cxf-bundle-2.5.2.jar, OrSearchCondition.class
package org.apache.cxf.jaxrs.ext.search
OrSearchCondition.isMet ( Object pojo ) : boolean
[run-time name: org/apache/cxf/jaxrs/ext/search/OrSearchCondition.isMet:(Ljava/lang/Object;)Z]
OrSearchCondition.OrSearchCondition ( )
[run-time name: org/apache/cxf/jaxrs/ext/search/OrSearchCondition."<init>":()V]
OrSearchCondition.OrSearchCondition ( java.util.List conditions )
[run-time name: org/apache/cxf/jaxrs/ext/search/OrSearchCondition."<init>":(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, OSGiBeanLocator.class
package org.apache.cxf.bus.osgi
OSGiBeanLocator.getBeanNamesOfType ( Class type ) : java.util.List
[run-time name: org/apache/cxf/bus/osgi/OSGiBeanLocator.getBeanNamesOfType:(Ljava/lang/Class;)Ljava/util/List;]
OSGiBeanLocator.getBeanOfType ( String name, Class type ) : Object
[run-time name: org/apache/cxf/bus/osgi/OSGiBeanLocator.getBeanOfType:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
OSGiBeanLocator.getBeansOfType ( Class type ) : java.util.Collection
[run-time name: org/apache/cxf/bus/osgi/OSGiBeanLocator.getBeansOfType:(Ljava/lang/Class;)Ljava/util/Collection;]
OSGiBeanLocator.hasConfiguredPropertyValue ( String beanName, String propertyName, String value ) : boolean
[run-time name: org/apache/cxf/bus/osgi/OSGiBeanLocator.hasConfiguredPropertyValue:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z]
OSGiBeanLocator.loadBeansOfType ( Class type, org.apache.cxf.configuration.ConfiguredBeanLocator.BeanLoaderListener listener ) : boolean
[run-time name: org/apache/cxf/bus/osgi/OSGiBeanLocator.loadBeansOfType:(Ljava/lang/Class;Lorg/apache/cxf/configuration/ConfiguredBeanLocator$BeanLoaderListener;)Z]
OSGiBeanLocator.OSGiBeanLocator ( org.apache.cxf.configuration.ConfiguredBeanLocator c, org.osgi.framework.BundleContext ctx )
[run-time name: org/apache/cxf/bus/osgi/OSGiBeanLocator."<init>":(Lorg/apache/cxf/configuration/ConfiguredBeanLocator;Lorg/osgi/framework/BundleContext;)V]
openejb-cxf-bundle-2.5.2.jar, OSGIBusListener.class
package org.apache.cxf.bus.osgi
OSGIBusListener.initComplete ( ) : void
[run-time name: org/apache/cxf/bus/osgi/OSGIBusListener.initComplete:()V]
OSGIBusListener.OSGIBusListener ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/bus/osgi/OSGIBusListener."<init>":(Lorg/apache/cxf/Bus;)V]
OSGIBusListener.OSGIBusListener ( org.apache.cxf.Bus b, Object[ ] args )
[run-time name: org/apache/cxf/bus/osgi/OSGIBusListener."<init>":(Lorg/apache/cxf/Bus;[Ljava/lang/Object;)V]
OSGIBusListener.postShutdown ( ) : void
[run-time name: org/apache/cxf/bus/osgi/OSGIBusListener.postShutdown:()V]
OSGIBusListener.preShutdown ( ) : void
[run-time name: org/apache/cxf/bus/osgi/OSGIBusListener.preShutdown:()V]
openejb-cxf-bundle-2.5.2.jar, OSGiExtension.class
package org.apache.cxf.bus.osgi
CXFExtensionBundleListener.OSGiExtension.cloneNoObject ( ) : org.apache.cxf.bus.extension.Extension
[run-time name: org/apache/cxf/bus/osgi/CXFExtensionBundleListener.OSGiExtension.cloneNoObject:()Lorg/apache/cxf/bus/extension/Extension;]
CXFExtensionBundleListener.OSGiExtension.CXFExtensionBundleListener.OSGiExtension ( CXFExtensionBundleListener e, org.apache.cxf.bus.extension.Extension b, org.osgi.framework.Bundle p3 )
[run-time name: org/apache/cxf/bus/osgi/CXFExtensionBundleListener.OSGiExtension."<init>":(Lorg/apache/cxf/bus/osgi/CXFExtensionBundleListener;Lorg/apache/cxf/bus/extension/Extension;Lorg/osgi/framework/Bundle;)V]
CXFExtensionBundleListener.OSGiExtension.getClassObject ( ClassLoader cl ) : Class
[run-time name: org/apache/cxf/bus/osgi/CXFExtensionBundleListener.OSGiExtension.getClassObject:(Ljava/lang/ClassLoader;)Ljava/lang/Class;]
CXFExtensionBundleListener.OSGiExtension.loadInterface ( ClassLoader cl ) : Class
[run-time name: org/apache/cxf/bus/osgi/CXFExtensionBundleListener.OSGiExtension.loadInterface:(Ljava/lang/ClassLoader;)Ljava/lang/Class;]
openejb-cxf-bundle-2.5.2.jar, OutFaultChainInitiatorObserver.class
package org.apache.cxf.interceptor
OutFaultChainInitiatorObserver.getPhases ( ) : java.util.SortedSet
[run-time name: org/apache/cxf/interceptor/OutFaultChainInitiatorObserver.getPhases:()Ljava/util/SortedSet;]
OutFaultChainInitiatorObserver.initializeInterceptors ( org.apache.cxf.message.Exchange ex, org.apache.cxf.phase.PhaseInterceptorChain chain ) : void
[run-time name: org/apache/cxf/interceptor/OutFaultChainInitiatorObserver.initializeInterceptors:(Lorg/apache/cxf/message/Exchange;Lorg/apache/cxf/phase/PhaseInterceptorChain;)V]
OutFaultChainInitiatorObserver.isOutboundObserver ( ) : boolean
[run-time name: org/apache/cxf/interceptor/OutFaultChainInitiatorObserver.isOutboundObserver:()Z]
OutFaultChainInitiatorObserver.OutFaultChainInitiatorObserver ( org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/interceptor/OutFaultChainInitiatorObserver."<init>":(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, OutFaultInterceptors.class
package org.apache.cxf.interceptor
OutFaultInterceptors.classes ( ) [abstract] : Class[ ]
[run-time name: org/apache/cxf/interceptor/OutFaultInterceptors.classes:()[Ljava/lang/Class;]
OutFaultInterceptors.interceptors ( ) [abstract] : String[ ]
[run-time name: org/apache/cxf/interceptor/OutFaultInterceptors.interceptors:()[Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, OutgoingChainInterceptor.class
package org.apache.cxf.interceptor
OutgoingChainInterceptor.getBackChannelConduit ( org.apache.cxf.message.Message message ) [static] : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/interceptor/OutgoingChainInterceptor.getBackChannelConduit:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/transport/Conduit;]
OutgoingChainInterceptor.getOutInterceptorChain ( org.apache.cxf.message.Exchange ex ) [static] : InterceptorChain
[run-time name: org/apache/cxf/interceptor/OutgoingChainInterceptor.getOutInterceptorChain:(Lorg/apache/cxf/message/Exchange;)Lorg/apache/cxf/interceptor/InterceptorChain;]
OutgoingChainInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/OutgoingChainInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
OutgoingChainInterceptor.OutgoingChainInterceptor ( )
[run-time name: org/apache/cxf/interceptor/OutgoingChainInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, OutInterceptors.class
package org.apache.cxf.interceptor
OutInterceptors.classes ( ) [abstract] : Class[ ]
[run-time name: org/apache/cxf/interceptor/OutInterceptors.classes:()[Ljava/lang/Class;]
OutInterceptors.interceptors ( ) [abstract] : String[ ]
[run-time name: org/apache/cxf/interceptor/OutInterceptors.interceptors:()[Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, OutputStreamFactory.class
package org.apache.cxf.tools.corba.utils
OutputStreamFactory.clearStreams ( ) [abstract] : void
[run-time name: org/apache/cxf/tools/corba/utils/OutputStreamFactory.clearStreams:()V]
OutputStreamFactory.createFakeOutputStream ( String p1 ) [abstract] : java.io.OutputStream
[run-time name: org/apache/cxf/tools/corba/utils/OutputStreamFactory.createFakeOutputStream:(Ljava/lang/String;)Ljava/io/OutputStream;]
OutputStreamFactory.createFakeOutputStream ( String p1, String p2 ) [abstract] : java.io.OutputStream
[run-time name: org/apache/cxf/tools/corba/utils/OutputStreamFactory.createFakeOutputStream:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/OutputStream;]
OutputStreamFactory.createOutputStream ( String p1 ) [abstract] : java.io.OutputStream
[run-time name: org/apache/cxf/tools/corba/utils/OutputStreamFactory.createOutputStream:(Ljava/lang/String;)Ljava/io/OutputStream;]
OutputStreamFactory.createOutputStream ( String p1, String p2 ) [abstract] : java.io.OutputStream
[run-time name: org/apache/cxf/tools/corba/utils/OutputStreamFactory.createOutputStream:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/OutputStream;]
OutputStreamFactory.createSubpackageOutputStreamFactory ( String p1 ) [abstract] : OutputStreamFactory
[run-time name: org/apache/cxf/tools/corba/utils/OutputStreamFactory.createSubpackageOutputStreamFactory:(Ljava/lang/String;)Lorg/apache/cxf/tools/corba/utils/OutputStreamFactory;]
OutputStreamFactory.getStreamNames ( ) [abstract] : java.util.Iterator
[run-time name: org/apache/cxf/tools/corba/utils/OutputStreamFactory.getStreamNames:()Ljava/util/Iterator;]
OutputStreamFactory.isOutputStreamExists ( String p1, String p2 ) [abstract] : boolean
[run-time name: org/apache/cxf/tools/corba/utils/OutputStreamFactory.isOutputStreamExists:(Ljava/lang/String;Ljava/lang/String;)Z]
openejb-cxf-bundle-2.5.2.jar, OutTransformWriter.class
package org.apache.cxf.staxutils.transform
OutTransformWriter.getNamespaceContext ( ) : javax.xml.namespace.NamespaceContext
[run-time name: org/apache/cxf/staxutils/transform/OutTransformWriter.getNamespaceContext:()Ljavax/xml/namespace/NamespaceContext;]
OutTransformWriter.OutTransformWriter ( javax.xml.stream.XMLStreamWriter writer, java.util.Map outEMap, java.util.Map append, java.util.List dropEls, java.util.Map outAMap, boolean attributesToElements, String defaultNamespace )
[run-time name: org/apache/cxf/staxutils/transform/OutTransformWriter."<init>":(Ljavax/xml/stream/XMLStreamWriter;Ljava/util/Map;Ljava/util/Map;Ljava/util/List;Ljava/util/Map;ZLjava/lang/String;)V]
OutTransformWriter.OutTransformWriter ( javax.xml.stream.XMLStreamWriter writer, java.util.Map outMap, java.util.Map append, java.util.List dropEls, boolean attributesToElements, String defaultNamespace )
[run-time name: org/apache/cxf/staxutils/transform/OutTransformWriter."<init>":(Ljavax/xml/stream/XMLStreamWriter;Ljava/util/Map;Ljava/util/Map;Ljava/util/List;ZLjava/lang/String;)V]
OutTransformWriter.writeAttribute ( String local, String value ) : void
[run-time name: org/apache/cxf/staxutils/transform/OutTransformWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;)V]
OutTransformWriter.writeAttribute ( String prefix, String uri, String local, String value ) : void
[run-time name: org/apache/cxf/staxutils/transform/OutTransformWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
OutTransformWriter.writeCharacters ( String text ) : void
[run-time name: org/apache/cxf/staxutils/transform/OutTransformWriter.writeCharacters:(Ljava/lang/String;)V]
OutTransformWriter.writeEndElement ( ) : void
[run-time name: org/apache/cxf/staxutils/transform/OutTransformWriter.writeEndElement:()V]
OutTransformWriter.writeNamespace ( String prefix, String uri ) : void
[run-time name: org/apache/cxf/staxutils/transform/OutTransformWriter.writeNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
OutTransformWriter.writeStartElement ( String local ) : void
[run-time name: org/apache/cxf/staxutils/transform/OutTransformWriter.writeStartElement:(Ljava/lang/String;)V]
OutTransformWriter.writeStartElement ( String prefix, String local, String uri ) : void
[run-time name: org/apache/cxf/staxutils/transform/OutTransformWriter.writeStartElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
OutTransformWriter.writeStartElement ( String uri, String local ) : void
[run-time name: org/apache/cxf/staxutils/transform/OutTransformWriter.writeStartElement:(Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, OverlayW3CDOMStreamWriter.class
package org.apache.cxf.staxutils
OverlayW3CDOMStreamWriter.OverlayW3CDOMStreamWriter ( org.w3c.dom.Document document )
[run-time name: org/apache/cxf/staxutils/OverlayW3CDOMStreamWriter."<init>":(Lorg/w3c/dom/Document;)V]
OverlayW3CDOMStreamWriter.OverlayW3CDOMStreamWriter ( org.w3c.dom.Element e )
[run-time name: org/apache/cxf/staxutils/OverlayW3CDOMStreamWriter."<init>":(Lorg/w3c/dom/Element;)V]
OverlayW3CDOMStreamWriter.writeEndElement ( ) : void
[run-time name: org/apache/cxf/staxutils/OverlayW3CDOMStreamWriter.writeEndElement:()V]
OverlayW3CDOMStreamWriter.writeStartElement ( String local ) : void
[run-time name: org/apache/cxf/staxutils/OverlayW3CDOMStreamWriter.writeStartElement:(Ljava/lang/String;)V]
OverlayW3CDOMStreamWriter.writeStartElement ( String namespace, String local ) : void
[run-time name: org/apache/cxf/staxutils/OverlayW3CDOMStreamWriter.writeStartElement:(Ljava/lang/String;Ljava/lang/String;)V]
OverlayW3CDOMStreamWriter.writeStartElement ( String prefix, String local, String namespace ) : void
[run-time name: org/apache/cxf/staxutils/OverlayW3CDOMStreamWriter.writeStartElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, OverrideBindingObserver.class
package org.apache.cxf.binding.object
LocalServerListener.OverrideBindingObserver.getBinding ( ) : org.apache.cxf.binding.Binding
[run-time name: org/apache/cxf/binding/object/LocalServerListener.OverrideBindingObserver.getBinding:()Lorg/apache/cxf/binding/Binding;]
LocalServerListener.OverrideBindingObserver.LocalServerListener.OverrideBindingObserver ( org.apache.cxf.endpoint.Endpoint endpoint, org.apache.cxf.binding.Binding binding, org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/binding/object/LocalServerListener.OverrideBindingObserver."<init>":(Lorg/apache/cxf/endpoint/Endpoint;Lorg/apache/cxf/binding/Binding;Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, PackageUtils.class
package org.apache.cxf.common.util
PackageUtils.getNamespace ( String packageName ) [static] : String
[run-time name: org/apache/cxf/common/util/PackageUtils.getNamespace:(Ljava/lang/String;)Ljava/lang/String;]
PackageUtils.getPackageName ( Class clazz ) [static] : String
[run-time name: org/apache/cxf/common/util/PackageUtils.getPackageName:(Ljava/lang/Class;)Ljava/lang/String;]
PackageUtils.getPackageNameByNameSpaceURI ( String nameSpaceURI ) [static] : String
[run-time name: org/apache/cxf/common/util/PackageUtils.getPackageNameByNameSpaceURI:(Ljava/lang/String;)Ljava/lang/String;]
PackageUtils.parsePackageName ( String namespace, String defaultPackageName ) [static] : String
[run-time name: org/apache/cxf/common/util/PackageUtils.parsePackageName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, Param.class
package org.apache.cxf.binding.http
IriDecoderHelper.Param.equals ( Object obj ) : boolean
[run-time name: org/apache/cxf/binding/http/IriDecoderHelper.Param.equals:(Ljava/lang/Object;)Z]
IriDecoderHelper.Param.getName ( ) : String
[run-time name: org/apache/cxf/binding/http/IriDecoderHelper.Param.getName:()Ljava/lang/String;]
IriDecoderHelper.Param.getValue ( ) : String
[run-time name: org/apache/cxf/binding/http/IriDecoderHelper.Param.getValue:()Ljava/lang/String;]
IriDecoderHelper.Param.hashCode ( ) : int
[run-time name: org/apache/cxf/binding/http/IriDecoderHelper.Param.hashCode:()I]
IriDecoderHelper.Param.IriDecoderHelper.Param ( String name, String value )
[run-time name: org/apache/cxf/binding/http/IriDecoderHelper.Param."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
IriDecoderHelper.Param.toString ( ) : String
[run-time name: org/apache/cxf/binding/http/IriDecoderHelper.Param.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, ParamDclVisitor.class
package org.apache.cxf.tools.corba.processors.idl
ParamDclVisitor.accept ( antlr.collections.AST node ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/ParamDclVisitor.accept:(Lantlr/collections/AST;)Z]
ParamDclVisitor.ParamDclVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor, org.apache.ws.commons.schema.XmlSchemaSequence inWrapSeq, org.apache.ws.commons.schema.XmlSchemaSequence outWrapSeq, org.apache.cxf.binding.corba.wsdl.OperationType corbaOp )
[run-time name: org/apache/cxf/tools/corba/processors/idl/ParamDclVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;Lorg/apache/ws/commons/schema/XmlSchemaSequence;Lorg/apache/ws/commons/schema/XmlSchemaSequence;Lorg/apache/cxf/binding/corba/wsdl/OperationType;)V]
ParamDclVisitor.visit ( antlr.collections.AST node ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/ParamDclVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, ParamDeferredAction.class
package org.apache.cxf.tools.corba.processors.idl
ParamDeferredAction.execute ( org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/ParamDeferredAction.execute:(Lorg/apache/ws/commons/schema/XmlSchemaType;Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;)V]
ParamDeferredAction.ParamDeferredAction ( org.apache.cxf.binding.corba.wsdl.ParamType defParam )
[run-time name: org/apache/cxf/tools/corba/processors/idl/ParamDeferredAction."<init>":(Lorg/apache/cxf/binding/corba/wsdl/ParamType;)V]
ParamDeferredAction.ParamDeferredAction ( org.apache.cxf.binding.corba.wsdl.ParamType defParam, org.apache.ws.commons.schema.XmlSchemaElement elem )
[run-time name: org/apache/cxf/tools/corba/processors/idl/ParamDeferredAction."<init>":(Lorg/apache/cxf/binding/corba/wsdl/ParamType;Lorg/apache/ws/commons/schema/XmlSchemaElement;)V]
ParamDeferredAction.ParamDeferredAction ( org.apache.ws.commons.schema.XmlSchemaElement elem )
[run-time name: org/apache/cxf/tools/corba/processors/idl/ParamDeferredAction."<init>":(Lorg/apache/ws/commons/schema/XmlSchemaElement;)V]
ParamDeferredAction.ParamDeferredAction ( org.apache.ws.commons.schema.XmlSchemaElement elem, Scope ts, org.apache.ws.commons.schema.XmlSchema xmlSchema, org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas, WSDLSchemaManager man, ModuleToNSMapper map )
[run-time name: org/apache/cxf/tools/corba/processors/idl/ParamDeferredAction."<init>":(Lorg/apache/ws/commons/schema/XmlSchemaElement;Lorg/apache/cxf/tools/corba/processors/idl/Scope;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/ws/commons/schema/XmlSchemaCollection;Lorg/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager;Lorg/apache/cxf/tools/corba/processors/idl/ModuleToNSMapper;)V]
openejb-cxf-bundle-2.5.2.jar, Parameter.class
package org.apache.cxf.jaxrs.model
Parameter.getDefaultValue ( ) : String
[run-time name: org/apache/cxf/jaxrs/model/Parameter.getDefaultValue:()Ljava/lang/String;]
Parameter.getIndex ( ) : int
[run-time name: org/apache/cxf/jaxrs/model/Parameter.getIndex:()I]
Parameter.getName ( ) : String
[run-time name: org/apache/cxf/jaxrs/model/Parameter.getName:()Ljava/lang/String;]
Parameter.getType ( ) : ParameterType
[run-time name: org/apache/cxf/jaxrs/model/Parameter.getType:()Lorg/apache/cxf/jaxrs/model/ParameterType;]
Parameter.isEncoded ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/model/Parameter.isEncoded:()Z]
Parameter.Parameter ( )
[run-time name: org/apache/cxf/jaxrs/model/Parameter."<init>":()V]
Parameter.Parameter ( ParameterType type, int ind, String aValue )
[run-time name: org/apache/cxf/jaxrs/model/Parameter."<init>":(Lorg/apache/cxf/jaxrs/model/ParameterType;ILjava/lang/String;)V]
Parameter.Parameter ( ParameterType type, int ind, String aValue, boolean isEncoded, String defaultValue )
[run-time name: org/apache/cxf/jaxrs/model/Parameter."<init>":(Lorg/apache/cxf/jaxrs/model/ParameterType;ILjava/lang/String;ZLjava/lang/String;)V]
Parameter.Parameter ( ParameterType type, String aValue )
[run-time name: org/apache/cxf/jaxrs/model/Parameter."<init>":(Lorg/apache/cxf/jaxrs/model/ParameterType;Ljava/lang/String;)V]
Parameter.Parameter ( String type, int pos, String aValue )
[run-time name: org/apache/cxf/jaxrs/model/Parameter."<init>":(Ljava/lang/String;ILjava/lang/String;)V]
Parameter.setDefaultValue ( String dValue ) : void
[run-time name: org/apache/cxf/jaxrs/model/Parameter.setDefaultValue:(Ljava/lang/String;)V]
Parameter.setEncoded ( boolean encoded ) : void
[run-time name: org/apache/cxf/jaxrs/model/Parameter.setEncoded:(Z)V]
Parameter.setName ( String value ) : void
[run-time name: org/apache/cxf/jaxrs/model/Parameter.setName:(Ljava/lang/String;)V]
Parameter.setType ( String stype ) : void
[run-time name: org/apache/cxf/jaxrs/model/Parameter.setType:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ParameterEventProducer.class
package org.apache.cxf.binding.corba.types
ParameterEventProducer.getAttributes ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/ParameterEventProducer.getAttributes:()Ljava/util/List;]
ParameterEventProducer.getLocalName ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/ParameterEventProducer.getLocalName:()Ljava/lang/String;]
ParameterEventProducer.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/types/ParameterEventProducer.getName:()Ljavax/xml/namespace/QName;]
ParameterEventProducer.getNamespaces ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/ParameterEventProducer.getNamespaces:()Ljava/util/List;]
ParameterEventProducer.getText ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/ParameterEventProducer.getText:()Ljava/lang/String;]
ParameterEventProducer.hasNext ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/types/ParameterEventProducer.hasNext:()Z]
ParameterEventProducer.next ( ) : int
[run-time name: org/apache/cxf/binding/corba/types/ParameterEventProducer.next:()I]
ParameterEventProducer.ParameterEventProducer ( HandlerIterator paramIterator, org.apache.cxf.service.model.ServiceInfo service, org.omg.CORBA.ORB orbRef )
[run-time name: org/apache/cxf/binding/corba/types/ParameterEventProducer."<init>":(Lorg/apache/cxf/binding/corba/types/HandlerIterator;Lorg/apache/cxf/service/model/ServiceInfo;Lorg/omg/CORBA/ORB;)V]
openejb-cxf-bundle-2.5.2.jar, ParameterHandler.class
package org.apache.cxf.jaxrs.ext
ParameterHandler.fromString ( String p1 ) [abstract] : Object
[run-time name: org/apache/cxf/jaxrs/ext/ParameterHandler.fromString:(Ljava/lang/String;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, ParameterizedCollectionType.class
package org.apache.cxf.jaxrs.utils
ParameterizedCollectionType.getActualTypeArguments ( ) : reflect.Type[ ]
[run-time name: org/apache/cxf/jaxrs/utils/ParameterizedCollectionType.getActualTypeArguments:()[Ljava/lang/reflect/Type;]
ParameterizedCollectionType.getOwnerType ( ) : reflect.Type
[run-time name: org/apache/cxf/jaxrs/utils/ParameterizedCollectionType.getOwnerType:()Ljava/lang/reflect/Type;]
ParameterizedCollectionType.getRawType ( ) : reflect.Type
[run-time name: org/apache/cxf/jaxrs/utils/ParameterizedCollectionType.getRawType:()Ljava/lang/reflect/Type;]
ParameterizedCollectionType.ParameterizedCollectionType ( Class collectionMemberClass )
[run-time name: org/apache/cxf/jaxrs/utils/ParameterizedCollectionType."<init>":(Ljava/lang/Class;)V]
ParameterizedCollectionType.toString ( ) : String
[run-time name: org/apache/cxf/jaxrs/utils/ParameterizedCollectionType.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, ParameterizedTypeFactory.class
package org.apache.cxf.aegis.type
ParameterizedTypeFactory.createParameterizedType ( Class rawType, reflect.Type[ ] parameters ) [static] : reflect.ParameterizedType
[run-time name: org/apache/cxf/aegis/type/ParameterizedTypeFactory.createParameterizedType:(Ljava/lang/Class;[Ljava/lang/reflect/Type;)Ljava/lang/reflect/ParameterizedType;]
openejb-cxf-bundle-2.5.2.jar, ParametersRefType.class
package org.apache.cxf.transports.http_jetty.configuration
ParametersRefType.getId ( ) : String
[run-time name: org/apache/cxf/transports/http_jetty/configuration/ParametersRefType.getId:()Ljava/lang/String;]
ParametersRefType.ParametersRefType ( )
[run-time name: org/apache/cxf/transports/http_jetty/configuration/ParametersRefType."<init>":()V]
ParametersRefType.setId ( String value ) : void
[run-time name: org/apache/cxf/transports/http_jetty/configuration/ParametersRefType.setId:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ParameterType.class
package org.apache.cxf.jaxrs.model
ParameterType.valueOf ( String name ) [static] : ParameterType
[run-time name: org/apache/cxf/jaxrs/model/ParameterType.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/model/ParameterType;]
ParameterType.values ( ) [static] : ParameterType[ ]
[run-time name: org/apache/cxf/jaxrs/model/ParameterType.values:()[Lorg/apache/cxf/jaxrs/model/ParameterType;]
package org.apache.cxf.transport.jms.uri
ParameterType.getName ( ) : String
[run-time name: org/apache/cxf/transport/jms/uri/ParameterType.getName:()Ljava/lang/String;]
ParameterType.getValue ( ) : String
[run-time name: org/apache/cxf/transport/jms/uri/ParameterType.getValue:()Ljava/lang/String;]
ParameterType.isSetName ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/uri/ParameterType.isSetName:()Z]
ParameterType.isSetValue ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/uri/ParameterType.isSetValue:()Z]
ParameterType.ParameterType ( )
[run-time name: org/apache/cxf/transport/jms/uri/ParameterType."<init>":()V]
ParameterType.setName ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/uri/ParameterType.setName:(Ljava/lang/String;)V]
ParameterType.setValue ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/uri/ParameterType.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ParamReader.class
package org.apache.cxf.common.util
ParamReader.getParameterNames ( reflect.Constructor ctor ) : String[ ]
[run-time name: org/apache/cxf/common/util/ParamReader.getParameterNames:(Ljava/lang/reflect/Constructor;)[Ljava/lang/String;]
ParamReader.getParameterNames ( reflect.Member member, Class[ ] pTypes ) : String[ ]
[run-time name: org/apache/cxf/common/util/ParamReader.getParameterNames:(Ljava/lang/reflect/Member;[Ljava/lang/Class;)[Ljava/lang/String;]
ParamReader.getParameterNames ( reflect.Method method ) : String[ ]
[run-time name: org/apache/cxf/common/util/ParamReader.getParameterNames:(Ljava/lang/reflect/Method;)[Ljava/lang/String;]
ParamReader.getParameterNamesFromDebugInfo ( reflect.Method method ) [static] : String[ ]
[run-time name: org/apache/cxf/common/util/ParamReader.getParameterNamesFromDebugInfo:(Ljava/lang/reflect/Method;)[Ljava/lang/String;]
ParamReader.ParamReader ( byte[ ] b )
[run-time name: org/apache/cxf/common/util/ParamReader."<init>":([B)V]
ParamReader.ParamReader ( Class c )
[run-time name: org/apache/cxf/common/util/ParamReader."<init>":(Ljava/lang/Class;)V]
ParamReader.readCode ( ) : void
[run-time name: org/apache/cxf/common/util/ParamReader.readCode:()V]
openejb-cxf-bundle-2.5.2.jar, ParamType.class
package org.apache.cxf.binding.corba.wsdl
ParamType.getMode ( ) : ModeType
[run-time name: org/apache/cxf/binding/corba/wsdl/ParamType.getMode:()Lorg/apache/cxf/binding/corba/wsdl/ModeType;]
ParamType.isSetMode ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/ParamType.isSetMode:()Z]
ParamType.ParamType ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/ParamType."<init>":()V]
ParamType.setMode ( ModeType value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/ParamType.setMode:(Lorg/apache/cxf/binding/corba/wsdl/ModeType;)V]
openejb-cxf-bundle-2.5.2.jar, ParamTypeSpecVisitor.class
package org.apache.cxf.tools.corba.processors.idl
ParamTypeSpecVisitor.ParamTypeSpecVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor )
[run-time name: org/apache/cxf/tools/corba/processors/idl/ParamTypeSpecVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;)V]
ParamTypeSpecVisitor.visit ( antlr.collections.AST node ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/ParamTypeSpecVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, ParamValueType.class
package org.apache.cxf.jaxws.javaee
ParamValueType.getDescription ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ParamValueType.getDescription:()Ljava/util/List;]
ParamValueType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/ParamValueType.getId:()Ljava/lang/String;]
ParamValueType.getParamName ( ) : CString
[run-time name: org/apache/cxf/jaxws/javaee/ParamValueType.getParamName:()Lorg/apache/cxf/jaxws/javaee/CString;]
ParamValueType.getParamValue ( ) : XsdStringType
[run-time name: org/apache/cxf/jaxws/javaee/ParamValueType.getParamValue:()Lorg/apache/cxf/jaxws/javaee/XsdStringType;]
ParamValueType.ParamValueType ( )
[run-time name: org/apache/cxf/jaxws/javaee/ParamValueType."<init>":()V]
ParamValueType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ParamValueType.setId:(Ljava/lang/String;)V]
ParamValueType.setParamName ( CString value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ParamValueType.setParamName:(Lorg/apache/cxf/jaxws/javaee/CString;)V]
ParamValueType.setParamValue ( XsdStringType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ParamValueType.setParamValue:(Lorg/apache/cxf/jaxws/javaee/XsdStringType;)V]
openejb-cxf-bundle-2.5.2.jar, PartialCondition.class
package org.apache.cxf.jaxrs.ext.search.client
PartialCondition.and ( CompleteCondition p1, CompleteCondition p2, CompleteCondition[ ] p3 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/PartialCondition.and:(Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;[Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
PartialCondition.is ( String p1 ) [abstract] : Property
[run-time name: org/apache/cxf/jaxrs/ext/search/client/PartialCondition.is:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/ext/search/client/Property;]
PartialCondition.or ( CompleteCondition p1, CompleteCondition p2, CompleteCondition[ ] p3 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/PartialCondition.or:(Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;[Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
openejb-cxf-bundle-2.5.2.jar, PartialXMLStreamReader.class
package org.apache.cxf.staxutils
PartialXMLStreamReader.getEventType ( ) : int
[run-time name: org/apache/cxf/staxutils/PartialXMLStreamReader.getEventType:()I]
PartialXMLStreamReader.hasNext ( ) : boolean
[run-time name: org/apache/cxf/staxutils/PartialXMLStreamReader.hasNext:()Z]
PartialXMLStreamReader.next ( ) : int
[run-time name: org/apache/cxf/staxutils/PartialXMLStreamReader.next:()I]
PartialXMLStreamReader.PartialXMLStreamReader ( javax.xml.stream.XMLStreamReader r, javax.xml.namespace.QName endTag )
[run-time name: org/apache/cxf/staxutils/PartialXMLStreamReader."<init>":(Ljavax/xml/stream/XMLStreamReader;Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, ParticipantsType.class
package org.apache.cxf.ws.security.sts.provider.model
ParticipantsType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ParticipantsType.getAny:()Ljava/util/List;]
ParticipantsType.getParticipant ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ParticipantsType.getParticipant:()Ljava/util/List;]
ParticipantsType.getPrimary ( ) : ParticipantType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ParticipantsType.getPrimary:()Lorg/apache/cxf/ws/security/sts/provider/model/ParticipantType;]
ParticipantsType.ParticipantsType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ParticipantsType."<init>":()V]
ParticipantsType.setPrimary ( ParticipantType value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ParticipantsType.setPrimary:(Lorg/apache/cxf/ws/security/sts/provider/model/ParticipantType;)V]
openejb-cxf-bundle-2.5.2.jar, ParticipantType.class
package org.apache.cxf.ws.security.sts.provider.model
ParticipantType.getAny ( ) : Object
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ParticipantType.getAny:()Ljava/lang/Object;]
ParticipantType.ParticipantType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ParticipantType."<init>":()V]
ParticipantType.setAny ( Object value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ParticipantType.setAny:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, ParticleInfo.class
package org.apache.cxf.javascript
ParticleInfo.forGlobalElement ( org.apache.ws.commons.schema.XmlSchemaElement element, org.apache.ws.commons.schema.XmlSchema currentSchema, org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection, NamespacePrefixAccumulator prefixAccumulator ) [static] : ParticleInfo
[run-time name: org/apache/cxf/javascript/ParticleInfo.forGlobalElement:(Lorg/apache/ws/commons/schema/XmlSchemaElement;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/common/xmlschema/SchemaCollection;Lorg/apache/cxf/javascript/NamespacePrefixAccumulator;)Lorg/apache/cxf/javascript/ParticleInfo;]
ParticleInfo.forLocalItem ( org.apache.ws.commons.schema.XmlSchemaObject sequenceObject, org.apache.ws.commons.schema.XmlSchema currentSchema, org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection, NamespacePrefixAccumulator prefixAccumulator, javax.xml.namespace.QName contextName ) [static] : ParticleInfo
[run-time name: org/apache/cxf/javascript/ParticleInfo.forLocalItem:(Lorg/apache/ws/commons/schema/XmlSchemaObject;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/common/xmlschema/SchemaCollection;Lorg/apache/cxf/javascript/NamespacePrefixAccumulator;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/javascript/ParticleInfo;]
ParticleInfo.forPartElement ( org.apache.ws.commons.schema.XmlSchemaElement element, org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection, String javascriptName, String xmlElementName ) [static] : ParticleInfo
[run-time name: org/apache/cxf/javascript/ParticleInfo.forPartElement:(Lorg/apache/ws/commons/schema/XmlSchemaElement;Lorg/apache/cxf/common/xmlschema/SchemaCollection;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cxf/javascript/ParticleInfo;]
ParticleInfo.getContainingType ( ) : org.apache.ws.commons.schema.XmlSchemaType
[run-time name: org/apache/cxf/javascript/ParticleInfo.getContainingType:()Lorg/apache/ws/commons/schema/XmlSchemaType;]
ParticleInfo.getControllingName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/javascript/ParticleInfo.getControllingName:()Ljavax/xml/namespace/QName;]
ParticleInfo.getDefaultValue ( ) : String
[run-time name: org/apache/cxf/javascript/ParticleInfo.getDefaultValue:()Ljava/lang/String;]
ParticleInfo.getJavascriptName ( ) : String
[run-time name: org/apache/cxf/javascript/ParticleInfo.getJavascriptName:()Ljava/lang/String;]
ParticleInfo.getMaxOccurs ( ) : long
[run-time name: org/apache/cxf/javascript/ParticleInfo.getMaxOccurs:()J]
ParticleInfo.getMinOccurs ( ) : long
[run-time name: org/apache/cxf/javascript/ParticleInfo.getMinOccurs:()J]
ParticleInfo.getParticle ( ) : org.apache.ws.commons.schema.XmlSchemaParticle
[run-time name: org/apache/cxf/javascript/ParticleInfo.getParticle:()Lorg/apache/ws/commons/schema/XmlSchemaParticle;]
ParticleInfo.getType ( ) : org.apache.ws.commons.schema.XmlSchemaType
[run-time name: org/apache/cxf/javascript/ParticleInfo.getType:()Lorg/apache/ws/commons/schema/XmlSchemaType;]
ParticleInfo.getXmlName ( ) : String
[run-time name: org/apache/cxf/javascript/ParticleInfo.getXmlName:()Ljava/lang/String;]
ParticleInfo.isAny ( ) : boolean
[run-time name: org/apache/cxf/javascript/ParticleInfo.isAny:()Z]
ParticleInfo.isAnyType ( ) : boolean
[run-time name: org/apache/cxf/javascript/ParticleInfo.isAnyType:()Z]
ParticleInfo.isArray ( ) : boolean
[run-time name: org/apache/cxf/javascript/ParticleInfo.isArray:()Z]
ParticleInfo.isEmpty ( ) : boolean
[run-time name: org/apache/cxf/javascript/ParticleInfo.isEmpty:()Z]
ParticleInfo.isGlobal ( ) : boolean
[run-time name: org/apache/cxf/javascript/ParticleInfo.isGlobal:()Z]
ParticleInfo.isNillable ( ) : boolean
[run-time name: org/apache/cxf/javascript/ParticleInfo.isNillable:()Z]
ParticleInfo.isOptional ( ) : boolean
[run-time name: org/apache/cxf/javascript/ParticleInfo.isOptional:()Z]
ParticleInfo.setContainingType ( org.apache.ws.commons.schema.XmlSchemaType containingType ) : void
[run-time name: org/apache/cxf/javascript/ParticleInfo.setContainingType:(Lorg/apache/ws/commons/schema/XmlSchemaType;)V]
ParticleInfo.setDefaultValue ( String defaultValue ) : void
[run-time name: org/apache/cxf/javascript/ParticleInfo.setDefaultValue:(Ljava/lang/String;)V]
ParticleInfo.setEmpty ( boolean empty ) : void
[run-time name: org/apache/cxf/javascript/ParticleInfo.setEmpty:(Z)V]
ParticleInfo.setJavascriptName ( String name ) : void
[run-time name: org/apache/cxf/javascript/ParticleInfo.setJavascriptName:(Ljava/lang/String;)V]
ParticleInfo.setType ( org.apache.ws.commons.schema.XmlSchemaType type ) : void
[run-time name: org/apache/cxf/javascript/ParticleInfo.setType:(Lorg/apache/ws/commons/schema/XmlSchemaType;)V]
ParticleInfo.setXmlName ( String elementXmlName ) : void
[run-time name: org/apache/cxf/javascript/ParticleInfo.setXmlName:(Ljava/lang/String;)V]
ParticleInfo.toString ( ) : String
[run-time name: org/apache/cxf/javascript/ParticleInfo.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, PassThroughCallable.class
package org.apache.cxf.jaxrs.blueprint
JAXRSServerFactoryBeanDefinitionParser.PassThroughCallable.call ( ) : Object
[run-time name: org/apache/cxf/jaxrs/blueprint/JAXRSServerFactoryBeanDefinitionParser.PassThroughCallable.call:()Ljava/lang/Object;]
JAXRSServerFactoryBeanDefinitionParser.PassThroughCallable.JAXRSServerFactoryBeanDefinitionParser.PassThroughCallable ( Object value )
[run-time name: org/apache/cxf/jaxrs/blueprint/JAXRSServerFactoryBeanDefinitionParser.PassThroughCallable."<init>":(Ljava/lang/Object;)V]
package org.apache.cxf.ws.policy.blueprint
PolicyBPDefinitionParser.PassThroughCallable.call ( ) : Object
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyBPDefinitionParser.PassThroughCallable.call:()Ljava/lang/Object;]
PolicyBPDefinitionParser.PassThroughCallable.PolicyBPDefinitionParser.PassThroughCallable ( Object value )
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyBPDefinitionParser.PassThroughCallable."<init>":(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, PasswordString.class
package org.apache.cxf.ws.security.sts.provider.model.secext
PasswordString.getType ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/PasswordString.getType:()Ljava/lang/String;]
PasswordString.PasswordString ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/PasswordString."<init>":()V]
PasswordString.setType ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/PasswordString.setType:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, PatchedMetadataMap.class
package org.apache.openejb.patch
PatchedMetadataMap.keySet ( ) : java.util.Set
[run-time name: org/apache/openejb/patch/PatchedMetadataMap.keySet:()Ljava/util/Set;]
PatchedMetadataMap.PatchedMetadataMap ( java.util.Map store, boolean ro, boolean ci )
[run-time name: org/apache/openejb/patch/PatchedMetadataMap."<init>":(Ljava/util/Map;ZZ)V]
openejb-cxf-bundle-2.5.2.jar, PathType.class
package org.apache.cxf.jaxws.javaee
PathType.PathType ( )
[run-time name: org/apache/cxf/jaxws/javaee/PathType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, PatternBuilder.class
package org.apache.cxf.transport.http
PatternBuilder.build ( String value ) [static] : java.util.regex.Pattern
[run-time name: org/apache/cxf/transport/http/PatternBuilder.build:(Ljava/lang/String;)Ljava/util/regex/Pattern;]
openejb-cxf-bundle-2.5.2.jar, PerformanceCounter.class
package org.apache.cxf.management.counters
PerformanceCounter.getNumInvocations ( ) : Number
[run-time name: org/apache/cxf/management/counters/PerformanceCounter.getNumInvocations:()Ljava/lang/Number;]
PerformanceCounter.getObjectName ( ) : javax.management.ObjectName
[run-time name: org/apache/cxf/management/counters/PerformanceCounter.getObjectName:()Ljavax/management/ObjectName;]
PerformanceCounter.increase ( MessageHandlingTimeRecorder mhtr ) : void
[run-time name: org/apache/cxf/management/counters/PerformanceCounter.increase:(Lorg/apache/cxf/management/counters/MessageHandlingTimeRecorder;)V]
PerformanceCounter.PerformanceCounter ( javax.management.ObjectName on )
[run-time name: org/apache/cxf/management/counters/PerformanceCounter."<init>":(Ljavax/management/ObjectName;)V]
openejb-cxf-bundle-2.5.2.jar, PerformanceCounterMBean.class
package org.apache.cxf.management.counters
PerformanceCounterMBean.getNumInvocations ( ) [abstract] : Number
[run-time name: org/apache/cxf/management/counters/PerformanceCounterMBean.getNumInvocations:()Ljava/lang/Number;]
openejb-cxf-bundle-2.5.2.jar, PerRequestFactory.class
package org.apache.cxf.service.invoker
PerRequestFactory.create ( org.apache.cxf.message.Exchange ex ) : Object
[run-time name: org/apache/cxf/service/invoker/PerRequestFactory.create:(Lorg/apache/cxf/message/Exchange;)Ljava/lang/Object;]
PerRequestFactory.PerRequestFactory ( Class svcClass )
[run-time name: org/apache/cxf/service/invoker/PerRequestFactory."<init>":(Ljava/lang/Class;)V]
PerRequestFactory.release ( org.apache.cxf.message.Exchange ex, Object o ) : void
[run-time name: org/apache/cxf/service/invoker/PerRequestFactory.release:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, PerRequestResourceProvider.class
package org.apache.cxf.jaxrs.lifecycle
PerRequestResourceProvider.createInstance ( org.apache.cxf.message.Message m ) : Object
[run-time name: org/apache/cxf/jaxrs/lifecycle/PerRequestResourceProvider.createInstance:(Lorg/apache/cxf/message/Message;)Ljava/lang/Object;]
PerRequestResourceProvider.getInstance ( org.apache.cxf.message.Message m ) : Object
[run-time name: org/apache/cxf/jaxrs/lifecycle/PerRequestResourceProvider.getInstance:(Lorg/apache/cxf/message/Message;)Ljava/lang/Object;]
PerRequestResourceProvider.getResourceClass ( ) : Class
[run-time name: org/apache/cxf/jaxrs/lifecycle/PerRequestResourceProvider.getResourceClass:()Ljava/lang/Class;]
PerRequestResourceProvider.isSingleton ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/lifecycle/PerRequestResourceProvider.isSingleton:()Z]
PerRequestResourceProvider.PerRequestResourceProvider ( Class clazz )
[run-time name: org/apache/cxf/jaxrs/lifecycle/PerRequestResourceProvider."<init>":(Ljava/lang/Class;)V]
PerRequestResourceProvider.releaseInstance ( org.apache.cxf.message.Message m, Object o ) : void
[run-time name: org/apache/cxf/jaxrs/lifecycle/PerRequestResourceProvider.releaseInstance:(Lorg/apache/cxf/message/Message;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, PersistenceContextRefType.class
package org.apache.cxf.jaxws.javaee
PersistenceContextRefType.getDescription ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceContextRefType.getDescription:()Ljava/util/List;]
PersistenceContextRefType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceContextRefType.getId:()Ljava/lang/String;]
PersistenceContextRefType.getInjectionTarget ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceContextRefType.getInjectionTarget:()Ljava/util/List;]
PersistenceContextRefType.getMappedName ( ) : XsdStringType
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceContextRefType.getMappedName:()Lorg/apache/cxf/jaxws/javaee/XsdStringType;]
PersistenceContextRefType.getPersistenceContextRefName ( ) : JndiNameType
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceContextRefType.getPersistenceContextRefName:()Lorg/apache/cxf/jaxws/javaee/JndiNameType;]
PersistenceContextRefType.getPersistenceContextType ( ) : PersistenceContextTypeType
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceContextRefType.getPersistenceContextType:()Lorg/apache/cxf/jaxws/javaee/PersistenceContextTypeType;]
PersistenceContextRefType.getPersistenceProperty ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceContextRefType.getPersistenceProperty:()Ljava/util/List;]
PersistenceContextRefType.getPersistenceUnitName ( ) : CString
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceContextRefType.getPersistenceUnitName:()Lorg/apache/cxf/jaxws/javaee/CString;]
PersistenceContextRefType.PersistenceContextRefType ( )
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceContextRefType."<init>":()V]
PersistenceContextRefType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceContextRefType.setId:(Ljava/lang/String;)V]
PersistenceContextRefType.setMappedName ( XsdStringType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceContextRefType.setMappedName:(Lorg/apache/cxf/jaxws/javaee/XsdStringType;)V]
PersistenceContextRefType.setPersistenceContextRefName ( JndiNameType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceContextRefType.setPersistenceContextRefName:(Lorg/apache/cxf/jaxws/javaee/JndiNameType;)V]
PersistenceContextRefType.setPersistenceContextType ( PersistenceContextTypeType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceContextRefType.setPersistenceContextType:(Lorg/apache/cxf/jaxws/javaee/PersistenceContextTypeType;)V]
PersistenceContextRefType.setPersistenceUnitName ( CString value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceContextRefType.setPersistenceUnitName:(Lorg/apache/cxf/jaxws/javaee/CString;)V]
openejb-cxf-bundle-2.5.2.jar, PersistenceContextTypeType.class
package org.apache.cxf.jaxws.javaee
PersistenceContextTypeType.PersistenceContextTypeType ( )
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceContextTypeType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, PersistenceUnitRefType.class
package org.apache.cxf.jaxws.javaee
PersistenceUnitRefType.getDescription ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceUnitRefType.getDescription:()Ljava/util/List;]
PersistenceUnitRefType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceUnitRefType.getId:()Ljava/lang/String;]
PersistenceUnitRefType.getInjectionTarget ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceUnitRefType.getInjectionTarget:()Ljava/util/List;]
PersistenceUnitRefType.getMappedName ( ) : XsdStringType
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceUnitRefType.getMappedName:()Lorg/apache/cxf/jaxws/javaee/XsdStringType;]
PersistenceUnitRefType.getPersistenceUnitName ( ) : CString
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceUnitRefType.getPersistenceUnitName:()Lorg/apache/cxf/jaxws/javaee/CString;]
PersistenceUnitRefType.getPersistenceUnitRefName ( ) : JndiNameType
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceUnitRefType.getPersistenceUnitRefName:()Lorg/apache/cxf/jaxws/javaee/JndiNameType;]
PersistenceUnitRefType.PersistenceUnitRefType ( )
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceUnitRefType."<init>":()V]
PersistenceUnitRefType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceUnitRefType.setId:(Ljava/lang/String;)V]
PersistenceUnitRefType.setMappedName ( XsdStringType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceUnitRefType.setMappedName:(Lorg/apache/cxf/jaxws/javaee/XsdStringType;)V]
PersistenceUnitRefType.setPersistenceUnitName ( CString value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceUnitRefType.setPersistenceUnitName:(Lorg/apache/cxf/jaxws/javaee/CString;)V]
PersistenceUnitRefType.setPersistenceUnitRefName ( JndiNameType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PersistenceUnitRefType.setPersistenceUnitRefName:(Lorg/apache/cxf/jaxws/javaee/JndiNameType;)V]
openejb-cxf-bundle-2.5.2.jar, PersistenceUtils.class
package org.apache.cxf.ws.rm.persistence
PersistenceUtils.deserialiseAcknowledgment ( java.io.InputStream is ) : org.apache.cxf.ws.rm.v200702.SequenceAcknowledgement
[run-time name: org/apache/cxf/ws/rm/persistence/PersistenceUtils.deserialiseAcknowledgment:(Ljava/io/InputStream;)Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement;]
PersistenceUtils.getInstance ( ) [static] : PersistenceUtils
[run-time name: org/apache/cxf/ws/rm/persistence/PersistenceUtils.getInstance:()Lorg/apache/cxf/ws/rm/persistence/PersistenceUtils;]
PersistenceUtils.serialiseAcknowledgment ( org.apache.cxf.ws.rm.v200702.SequenceAcknowledgement ack ) : java.io.InputStream
[run-time name: org/apache/cxf/ws/rm/persistence/PersistenceUtils.serialiseAcknowledgment:(Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement;)Ljava/io/InputStream;]
openejb-cxf-bundle-2.5.2.jar, PersistInInterceptor.class
package org.apache.cxf.management.interceptor
PersistInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/management/interceptor/PersistInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
PersistInInterceptor.PersistInInterceptor ( )
[run-time name: org/apache/cxf/management/interceptor/PersistInInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, PersistOutInterceptor.class
package org.apache.cxf.management.interceptor
PersistOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/management/interceptor/PersistOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
PersistOutInterceptor.PersistOutInterceptor ( )
[run-time name: org/apache/cxf/management/interceptor/PersistOutInterceptor."<init>":()V]
PersistOutInterceptor.setExchangeDataDAO ( org.apache.cxf.management.persistence.ExchangeDataDAO exchangeDataDAO ) : void
[run-time name: org/apache/cxf/management/interceptor/PersistOutInterceptor.setExchangeDataDAO:(Lorg/apache/cxf/management/persistence/ExchangeDataDAO;)V]
PersistOutInterceptor.setExchangeDataFilter ( org.apache.cxf.management.persistence.ExchangeDataFilter exchangeDataFilter ) : void
[run-time name: org/apache/cxf/management/interceptor/PersistOutInterceptor.setExchangeDataFilter:(Lorg/apache/cxf/management/persistence/ExchangeDataFilter;)V]
openejb-cxf-bundle-2.5.2.jar, PGPDataType.class
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
PGPDataType.getContent ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/PGPDataType.getContent:()Ljava/util/List;]
PGPDataType.PGPDataType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/PGPDataType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, Phase.class
package org.apache.cxf.phase
Phase.compareTo ( Object o ) : int
[run-time name: org/apache/cxf/phase/Phase.compareTo:(Ljava/lang/Object;)I]
Phase.equals ( Object o ) : boolean
[run-time name: org/apache/cxf/phase/Phase.equals:(Ljava/lang/Object;)Z]
Phase.getName ( ) : String
[run-time name: org/apache/cxf/phase/Phase.getName:()Ljava/lang/String;]
Phase.getPriority ( ) : int
[run-time name: org/apache/cxf/phase/Phase.getPriority:()I]
Phase.hashCode ( ) : int
[run-time name: org/apache/cxf/phase/Phase.hashCode:()I]
Phase.Phase ( )
[run-time name: org/apache/cxf/phase/Phase."<init>":()V]
Phase.Phase ( String n, int p )
[run-time name: org/apache/cxf/phase/Phase."<init>":(Ljava/lang/String;I)V]
Phase.setName ( String n ) : void
[run-time name: org/apache/cxf/phase/Phase.setName:(Ljava/lang/String;)V]
Phase.setPriority ( int p ) : void
[run-time name: org/apache/cxf/phase/Phase.setPriority:(I)V]
Phase.toString ( ) : String
[run-time name: org/apache/cxf/phase/Phase.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, PhaseChainCache.class
package org.apache.cxf.phase
PhaseChainCache.get ( java.util.SortedSet phaseList, java.util.List p1 ) : PhaseInterceptorChain
[run-time name: org/apache/cxf/phase/PhaseChainCache.get:(Ljava/util/SortedSet;Ljava/util/List;)Lorg/apache/cxf/phase/PhaseInterceptorChain;]
PhaseChainCache.get ( java.util.SortedSet phaseList, java.util.List p1, java.util.List p2 ) : PhaseInterceptorChain
[run-time name: org/apache/cxf/phase/PhaseChainCache.get:(Ljava/util/SortedSet;Ljava/util/List;Ljava/util/List;)Lorg/apache/cxf/phase/PhaseInterceptorChain;]
PhaseChainCache.get ( java.util.SortedSet phaseList, java.util.List p1, java.util.List p2, java.util.List p3 ) : PhaseInterceptorChain
[run-time name: org/apache/cxf/phase/PhaseChainCache.get:(Ljava/util/SortedSet;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Lorg/apache/cxf/phase/PhaseInterceptorChain;]
PhaseChainCache.get ( java.util.SortedSet phaseList, java.util.List p1, java.util.List p2, java.util.List p3, java.util.List p4 ) : PhaseInterceptorChain
[run-time name: org/apache/cxf/phase/PhaseChainCache.get:(Ljava/util/SortedSet;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Lorg/apache/cxf/phase/PhaseInterceptorChain;]
PhaseChainCache.get ( java.util.SortedSet phaseList, java.util.List p1, java.util.List p2, java.util.List p3, java.util.List p4, java.util.List p5 ) : PhaseInterceptorChain
[run-time name: org/apache/cxf/phase/PhaseChainCache.get:(Ljava/util/SortedSet;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Lorg/apache/cxf/phase/PhaseInterceptorChain;]
PhaseChainCache.PhaseChainCache ( )
[run-time name: org/apache/cxf/phase/PhaseChainCache."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, PhaseComparator.class
package org.apache.cxf.phase
PhaseComparator.compare ( Object x0, Object x1 ) : int
[run-time name: org/apache/cxf/phase/PhaseComparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I]
PhaseComparator.compare ( Phase o1, Phase o2 ) : int
[run-time name: org/apache/cxf/phase/PhaseComparator.compare:(Lorg/apache/cxf/phase/Phase;Lorg/apache/cxf/phase/Phase;)I]
PhaseComparator.PhaseComparator ( )
[run-time name: org/apache/cxf/phase/PhaseComparator."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, PhaseInterceptor.class
package org.apache.cxf.phase
PhaseInterceptor.getAdditionalInterceptors ( ) [abstract] : java.util.Collection
[run-time name: org/apache/cxf/phase/PhaseInterceptor.getAdditionalInterceptors:()Ljava/util/Collection;]
PhaseInterceptor.getAfter ( ) [abstract] : java.util.Set
[run-time name: org/apache/cxf/phase/PhaseInterceptor.getAfter:()Ljava/util/Set;]
PhaseInterceptor.getBefore ( ) [abstract] : java.util.Set
[run-time name: org/apache/cxf/phase/PhaseInterceptor.getBefore:()Ljava/util/Set;]
PhaseInterceptor.getId ( ) [abstract] : String
[run-time name: org/apache/cxf/phase/PhaseInterceptor.getId:()Ljava/lang/String;]
PhaseInterceptor.getPhase ( ) [abstract] : String
[run-time name: org/apache/cxf/phase/PhaseInterceptor.getPhase:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, PhaseInterceptorChain.class
package org.apache.cxf.phase
PhaseInterceptorChain.abort ( ) : void
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain.abort:()V]
PhaseInterceptorChain.add ( java.util.Collection newhandlers ) : void
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain.add:(Ljava/util/Collection;)V]
PhaseInterceptorChain.add ( java.util.Collection newhandlers, boolean force ) : void
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain.add:(Ljava/util/Collection;Z)V]
PhaseInterceptorChain.add ( org.apache.cxf.interceptor.Interceptor i ) : void
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain.add:(Lorg/apache/cxf/interceptor/Interceptor;)V]
PhaseInterceptorChain.add ( org.apache.cxf.interceptor.Interceptor i, boolean force ) : void
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain.add:(Lorg/apache/cxf/interceptor/Interceptor;Z)V]
PhaseInterceptorChain.cloneChain ( ) : PhaseInterceptorChain
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain.cloneChain:()Lorg/apache/cxf/phase/PhaseInterceptorChain;]
PhaseInterceptorChain.doIntercept ( org.apache.cxf.message.Message message ) : boolean
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain.doIntercept:(Lorg/apache/cxf/message/Message;)Z]
PhaseInterceptorChain.doInterceptStartingAfter ( org.apache.cxf.message.Message message, String startingAfterInterceptorID ) : boolean
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain.doInterceptStartingAfter:(Lorg/apache/cxf/message/Message;Ljava/lang/String;)Z]
PhaseInterceptorChain.doInterceptStartingAt ( org.apache.cxf.message.Message message, String startingAtInterceptorID ) : boolean
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain.doInterceptStartingAt:(Lorg/apache/cxf/message/Message;Ljava/lang/String;)Z]
PhaseInterceptorChain.getCurrentMessage ( ) [static] : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain.getCurrentMessage:()Lorg/apache/cxf/message/Message;]
PhaseInterceptorChain.getFaultObserver ( ) : org.apache.cxf.transport.MessageObserver
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain.getFaultObserver:()Lorg/apache/cxf/transport/MessageObserver;]
PhaseInterceptorChain.getIterator ( ) : java.util.ListIterator
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain.getIterator:()Ljava/util/ListIterator;]
PhaseInterceptorChain.getState ( ) : org.apache.cxf.interceptor.InterceptorChain.State
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain.getState:()Lorg/apache/cxf/interceptor/InterceptorChain$State;]
PhaseInterceptorChain.iterator ( ) : java.util.Iterator
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain.iterator:()Ljava/util/Iterator;]
PhaseInterceptorChain.pause ( ) : void
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain.pause:()V]
PhaseInterceptorChain.PhaseInterceptorChain ( java.util.SortedSet ps )
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain."<init>":(Ljava/util/SortedSet;)V]
PhaseInterceptorChain.remove ( org.apache.cxf.interceptor.Interceptor i ) : void
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain.remove:(Lorg/apache/cxf/interceptor/Interceptor;)V]
PhaseInterceptorChain.reset ( ) : void
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain.reset:()V]
PhaseInterceptorChain.resume ( ) : void
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain.resume:()V]
PhaseInterceptorChain.setFaultObserver ( org.apache.cxf.transport.MessageObserver faultObserver ) : void
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain.setFaultObserver:(Lorg/apache/cxf/transport/MessageObserver;)V]
PhaseInterceptorChain.suspend ( ) : void
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain.suspend:()V]
PhaseInterceptorChain.toString ( ) : String
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain.toString:()Ljava/lang/String;]
PhaseInterceptorChain.unwind ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/phase/PhaseInterceptorChain.unwind:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, PhaseManager.class
package org.apache.cxf.phase
PhaseManager.getInPhases ( ) [abstract] : java.util.SortedSet
[run-time name: org/apache/cxf/phase/PhaseManager.getInPhases:()Ljava/util/SortedSet;]
PhaseManager.getOutPhases ( ) [abstract] : java.util.SortedSet
[run-time name: org/apache/cxf/phase/PhaseManager.getOutPhases:()Ljava/util/SortedSet;]
openejb-cxf-bundle-2.5.2.jar, PhaseManagerImpl.class
package org.apache.cxf.phase
PhaseManagerImpl.getInPhases ( ) : java.util.SortedSet
[run-time name: org/apache/cxf/phase/PhaseManagerImpl.getInPhases:()Ljava/util/SortedSet;]
PhaseManagerImpl.getOutPhases ( ) : java.util.SortedSet
[run-time name: org/apache/cxf/phase/PhaseManagerImpl.getOutPhases:()Ljava/util/SortedSet;]
PhaseManagerImpl.getRegistrationType ( ) : Class
[run-time name: org/apache/cxf/phase/PhaseManagerImpl.getRegistrationType:()Ljava/lang/Class;]
PhaseManagerImpl.PhaseManagerImpl ( )
[run-time name: org/apache/cxf/phase/PhaseManagerImpl."<init>":()V]
PhaseManagerImpl.PhaseManagerImpl ( java.util.SortedSet in, java.util.SortedSet out )
[run-time name: org/apache/cxf/phase/PhaseManagerImpl."<init>":(Ljava/util/SortedSet;Ljava/util/SortedSet;)V]
openejb-cxf-bundle-2.5.2.jar, Placement.class
package org.apache.cxf.annotations
Policy.Placement.valueOf ( String name ) [static] : Policy.Placement
[run-time name: org/apache/cxf/annotations/Policy.Placement.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/annotations/Policy$Placement;]
Policy.Placement.values ( ) [static] : Policy.Placement[ ]
[run-time name: org/apache/cxf/annotations/Policy.Placement.values:()[Lorg/apache/cxf/annotations/Policy$Placement;]
WSDLDocumentation.Placement.valueOf ( String name ) [static] : WSDLDocumentation.Placement
[run-time name: org/apache/cxf/annotations/WSDLDocumentation.Placement.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/annotations/WSDLDocumentation$Placement;]
WSDLDocumentation.Placement.values ( ) [static] : WSDLDocumentation.Placement[ ]
[run-time name: org/apache/cxf/annotations/WSDLDocumentation.Placement.values:()[Lorg/apache/cxf/annotations/WSDLDocumentation$Placement;]
openejb-cxf-bundle-2.5.2.jar, Plugin.class
package org.apache.cxf.tools.plugin
Plugin.getDatabinding ( ) : java.util.List
[run-time name: org/apache/cxf/tools/plugin/Plugin.getDatabinding:()Ljava/util/List;]
Plugin.getFrontend ( ) : java.util.List
[run-time name: org/apache/cxf/tools/plugin/Plugin.getFrontend:()Ljava/util/List;]
Plugin.getName ( ) : String
[run-time name: org/apache/cxf/tools/plugin/Plugin.getName:()Ljava/lang/String;]
Plugin.getProvider ( ) : String
[run-time name: org/apache/cxf/tools/plugin/Plugin.getProvider:()Ljava/lang/String;]
Plugin.getVersion ( ) : String
[run-time name: org/apache/cxf/tools/plugin/Plugin.getVersion:()Ljava/lang/String;]
Plugin.Plugin ( )
[run-time name: org/apache/cxf/tools/plugin/Plugin."<init>":()V]
Plugin.setName ( String value ) : void
[run-time name: org/apache/cxf/tools/plugin/Plugin.setName:(Ljava/lang/String;)V]
Plugin.setProvider ( String value ) : void
[run-time name: org/apache/cxf/tools/plugin/Plugin.setProvider:(Ljava/lang/String;)V]
Plugin.setVersion ( String value ) : void
[run-time name: org/apache/cxf/tools/plugin/Plugin.setVersion:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, PluginLoader.class
package org.apache.cxf.tools.wsdlto.core
PluginLoader.getDataBinding ( String name ) : org.apache.cxf.tools.plugin.DataBinding
[run-time name: org/apache/cxf/tools/wsdlto/core/PluginLoader.getDataBinding:(Ljava/lang/String;)Lorg/apache/cxf/tools/plugin/DataBinding;]
PluginLoader.getDataBindingProfile ( String name ) : DataBindingProfile
[run-time name: org/apache/cxf/tools/wsdlto/core/PluginLoader.getDataBindingProfile:(Ljava/lang/String;)Lorg/apache/cxf/tools/wsdlto/core/DataBindingProfile;]
PluginLoader.getDataBindings ( ) : java.util.Map
[run-time name: org/apache/cxf/tools/wsdlto/core/PluginLoader.getDataBindings:()Ljava/util/Map;]
PluginLoader.getFrontEnd ( String name ) : org.apache.cxf.tools.plugin.FrontEnd
[run-time name: org/apache/cxf/tools/wsdlto/core/PluginLoader.getFrontEnd:(Ljava/lang/String;)Lorg/apache/cxf/tools/plugin/FrontEnd;]
PluginLoader.getFrontEndProfile ( String name ) : FrontEndProfile
[run-time name: org/apache/cxf/tools/wsdlto/core/PluginLoader.getFrontEndProfile:(Ljava/lang/String;)Lorg/apache/cxf/tools/wsdlto/core/FrontEndProfile;]
PluginLoader.getFrontEnds ( ) : java.util.Map
[run-time name: org/apache/cxf/tools/wsdlto/core/PluginLoader.getFrontEnds:()Ljava/util/Map;]
PluginLoader.getInstance ( ) [static] : PluginLoader
[run-time name: org/apache/cxf/tools/wsdlto/core/PluginLoader.getInstance:()Lorg/apache/cxf/tools/wsdlto/core/PluginLoader;]
PluginLoader.getPlugin ( java.net.URL url ) : org.apache.cxf.tools.plugin.Plugin
[run-time name: org/apache/cxf/tools/wsdlto/core/PluginLoader.getPlugin:(Ljava/net/URL;)Lorg/apache/cxf/tools/plugin/Plugin;]
PluginLoader.getPlugin ( String resource ) : org.apache.cxf.tools.plugin.Plugin
[run-time name: org/apache/cxf/tools/wsdlto/core/PluginLoader.getPlugin:(Ljava/lang/String;)Lorg/apache/cxf/tools/plugin/Plugin;]
PluginLoader.getPlugins ( ) : java.util.Map
[run-time name: org/apache/cxf/tools/wsdlto/core/PluginLoader.getPlugins:()Ljava/util/Map;]
PluginLoader.loadPlugin ( java.net.URL url ) : void
[run-time name: org/apache/cxf/tools/wsdlto/core/PluginLoader.loadPlugin:(Ljava/net/URL;)V]
PluginLoader.loadPlugin ( org.apache.cxf.tools.plugin.Plugin plugin ) : void
[run-time name: org/apache/cxf/tools/wsdlto/core/PluginLoader.loadPlugin:(Lorg/apache/cxf/tools/plugin/Plugin;)V]
PluginLoader.loadPlugin ( String resource ) : void
[run-time name: org/apache/cxf/tools/wsdlto/core/PluginLoader.loadPlugin:(Ljava/lang/String;)V]
PluginLoader.newInstance ( ) [static] : PluginLoader
[run-time name: org/apache/cxf/tools/wsdlto/core/PluginLoader.newInstance:()Lorg/apache/cxf/tools/wsdlto/core/PluginLoader;]
PluginLoader.refresh ( ) : void
[run-time name: org/apache/cxf/tools/wsdlto/core/PluginLoader.refresh:()V]
PluginLoader.unload ( ) [static] : void
[run-time name: org/apache/cxf/tools/wsdlto/core/PluginLoader.unload:()V]
openejb-cxf-bundle-2.5.2.jar, Policies.class
package org.apache.cxf.annotations
Policies.value ( ) [abstract] : Policy[ ]
[run-time name: org/apache/cxf/annotations/Policies.value:()[Lorg/apache/cxf/annotations/Policy;]
openejb-cxf-bundle-2.5.2.jar, Policy.class
package org.apache.cxf.annotations
Policy.faultClass ( ) [abstract] : Class
[run-time name: org/apache/cxf/annotations/Policy.faultClass:()Ljava/lang/Class;]
Policy.includeInWSDL ( ) [abstract] : boolean
[run-time name: org/apache/cxf/annotations/Policy.includeInWSDL:()Z]
Policy.placement ( ) [abstract] : Policy.Placement
[run-time name: org/apache/cxf/annotations/Policy.placement:()Lorg/apache/cxf/annotations/Policy$Placement;]
Policy.uri ( ) [abstract] : String
[run-time name: org/apache/cxf/annotations/Policy.uri:()Ljava/lang/String;]
package org.apache.cxf.ws.policy.v200409
Policy.getId ( ) : String
[run-time name: org/apache/cxf/ws/policy/v200409/Policy.getId:()Ljava/lang/String;]
Policy.getName ( ) : String
[run-time name: org/apache/cxf/ws/policy/v200409/Policy.getName:()Ljava/lang/String;]
Policy.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/policy/v200409/Policy.getOtherAttributes:()Ljava/util/Map;]
Policy.Policy ( )
[run-time name: org/apache/cxf/ws/policy/v200409/Policy."<init>":()V]
Policy.setId ( String value ) : void
[run-time name: org/apache/cxf/ws/policy/v200409/Policy.setId:(Ljava/lang/String;)V]
Policy.setName ( String value ) : void
[run-time name: org/apache/cxf/ws/policy/v200409/Policy.setName:(Ljava/lang/String;)V]
package org.apache.cxf.ws.policy.v200607
Policy.getName ( ) : String
[run-time name: org/apache/cxf/ws/policy/v200607/Policy.getName:()Ljava/lang/String;]
Policy.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/policy/v200607/Policy.getOtherAttributes:()Ljava/util/Map;]
Policy.Policy ( )
[run-time name: org/apache/cxf/ws/policy/v200607/Policy."<init>":()V]
Policy.setName ( String value ) : void
[run-time name: org/apache/cxf/ws/policy/v200607/Policy.setName:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, PolicyAnnotationListener.class
package org.apache.cxf.ws.policy
PolicyAnnotationListener.handleEvent ( org.apache.cxf.service.factory.FactoryBeanListener.Event ev, org.apache.cxf.service.factory.AbstractServiceFactoryBean factory, Object[ ] args ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyAnnotationListener.handleEvent:(Lorg/apache/cxf/service/factory/FactoryBeanListener$Event;Lorg/apache/cxf/service/factory/AbstractServiceFactoryBean;[Ljava/lang/Object;)V]
PolicyAnnotationListener.PolicyAnnotationListener ( )
[run-time name: org/apache/cxf/ws/policy/PolicyAnnotationListener."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, PolicyAssertion.class
package org.apache.cxf.ws.policy
PolicyAssertion.isAsserted ( AssertionInfoMap p1 ) [abstract] : boolean
[run-time name: org/apache/cxf/ws/policy/PolicyAssertion.isAsserted:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;)Z]
openejb-cxf-bundle-2.5.2.jar, PolicyAttachment.class
package org.apache.cxf.ws.policy.attachment.external
PolicyAttachment.appliesTo ( org.apache.cxf.service.model.BindingFaultInfo bfi ) : boolean
[run-time name: org/apache/cxf/ws/policy/attachment/external/PolicyAttachment.appliesTo:(Lorg/apache/cxf/service/model/BindingFaultInfo;)Z]
PolicyAttachment.appliesTo ( org.apache.cxf.service.model.BindingMessageInfo bmi ) : boolean
[run-time name: org/apache/cxf/ws/policy/attachment/external/PolicyAttachment.appliesTo:(Lorg/apache/cxf/service/model/BindingMessageInfo;)Z]
PolicyAttachment.appliesTo ( org.apache.cxf.service.model.BindingOperationInfo boi ) : boolean
[run-time name: org/apache/cxf/ws/policy/attachment/external/PolicyAttachment.appliesTo:(Lorg/apache/cxf/service/model/BindingOperationInfo;)Z]
PolicyAttachment.appliesTo ( org.apache.cxf.service.model.EndpointInfo ei ) : boolean
[run-time name: org/apache/cxf/ws/policy/attachment/external/PolicyAttachment.appliesTo:(Lorg/apache/cxf/service/model/EndpointInfo;)Z]
PolicyAttachment.appliesTo ( org.apache.cxf.service.model.ServiceInfo si ) : boolean
[run-time name: org/apache/cxf/ws/policy/attachment/external/PolicyAttachment.appliesTo:(Lorg/apache/cxf/service/model/ServiceInfo;)Z]
PolicyAttachment.getDomainExpressions ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/attachment/external/PolicyAttachment.getDomainExpressions:()Ljava/util/Collection;]
PolicyAttachment.getPolicy ( ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/attachment/external/PolicyAttachment.getPolicy:()Lorg/apache/neethi/Policy;]
PolicyAttachment.PolicyAttachment ( )
[run-time name: org/apache/cxf/ws/policy/attachment/external/PolicyAttachment."<init>":()V]
PolicyAttachment.setDomainExpressions ( java.util.Collection des ) : void
[run-time name: org/apache/cxf/ws/policy/attachment/external/PolicyAttachment.setDomainExpressions:(Ljava/util/Collection;)V]
PolicyAttachment.setPolicy ( org.apache.neethi.Policy p ) : void
[run-time name: org/apache/cxf/ws/policy/attachment/external/PolicyAttachment.setPolicy:(Lorg/apache/neethi/Policy;)V]
package org.apache.cxf.ws.policy.v200409
PolicyAttachment.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/policy/v200409/PolicyAttachment.getAny:()Ljava/util/List;]
PolicyAttachment.getAppliesTo ( ) : AppliesTo
[run-time name: org/apache/cxf/ws/policy/v200409/PolicyAttachment.getAppliesTo:()Lorg/apache/cxf/ws/policy/v200409/AppliesTo;]
PolicyAttachment.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/policy/v200409/PolicyAttachment.getOtherAttributes:()Ljava/util/Map;]
PolicyAttachment.getPolicyOrPolicyReference ( ) : java.util.List
[run-time name: org/apache/cxf/ws/policy/v200409/PolicyAttachment.getPolicyOrPolicyReference:()Ljava/util/List;]
PolicyAttachment.PolicyAttachment ( )
[run-time name: org/apache/cxf/ws/policy/v200409/PolicyAttachment."<init>":()V]
PolicyAttachment.setAppliesTo ( AppliesTo value ) : void
[run-time name: org/apache/cxf/ws/policy/v200409/PolicyAttachment.setAppliesTo:(Lorg/apache/cxf/ws/policy/v200409/AppliesTo;)V]
package org.apache.cxf.ws.policy.v200607
PolicyAttachment.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/policy/v200607/PolicyAttachment.getAny:()Ljava/util/List;]
PolicyAttachment.getAppliesTo ( ) : AppliesTo
[run-time name: org/apache/cxf/ws/policy/v200607/PolicyAttachment.getAppliesTo:()Lorg/apache/cxf/ws/policy/v200607/AppliesTo;]
PolicyAttachment.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/policy/v200607/PolicyAttachment.getOtherAttributes:()Ljava/util/Map;]
PolicyAttachment.getPolicyOrPolicyReference ( ) : java.util.List
[run-time name: org/apache/cxf/ws/policy/v200607/PolicyAttachment.getPolicyOrPolicyReference:()Ljava/util/List;]
PolicyAttachment.PolicyAttachment ( )
[run-time name: org/apache/cxf/ws/policy/v200607/PolicyAttachment."<init>":()V]
PolicyAttachment.setAppliesTo ( AppliesTo value ) : void
[run-time name: org/apache/cxf/ws/policy/v200607/PolicyAttachment.setAppliesTo:(Lorg/apache/cxf/ws/policy/v200607/AppliesTo;)V]
openejb-cxf-bundle-2.5.2.jar, PolicyBasedWSS4JInInterceptor.class
package org.apache.cxf.ws.security.wss4j
PolicyBasedWSS4JInInterceptor.computeAction ( org.apache.cxf.binding.soap.SoapMessage message, org.apache.ws.security.handler.RequestData data ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JInInterceptor.computeAction:(Lorg/apache/cxf/binding/soap/SoapMessage;Lorg/apache/ws/security/handler/RequestData;)V]
PolicyBasedWSS4JInInterceptor.doResults ( org.apache.cxf.binding.soap.SoapMessage msg, String actor, org.w3c.dom.Element soapHeader, org.w3c.dom.Element soapBody, java.util.List results, boolean utWithCallbacks ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JInInterceptor.doResults:(Lorg/apache/cxf/binding/soap/SoapMessage;Ljava/lang/String;Lorg/w3c/dom/Element;Lorg/w3c/dom/Element;Ljava/util/List;Z)V]
PolicyBasedWSS4JInInterceptor.getPropertiesCache ( org.apache.cxf.binding.soap.SoapMessage message ) [static] : java.util.Map
[run-time name: org/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JInInterceptor.getPropertiesCache:(Lorg/apache/cxf/binding/soap/SoapMessage;)Ljava/util/Map;]
PolicyBasedWSS4JInInterceptor.PolicyBasedWSS4JInInterceptor ( )
[run-time name: org/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JInInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, PolicyBasedWSS4JOutInterceptor.class
package org.apache.cxf.ws.security.wss4j
PolicyBasedWSS4JOutInterceptor.createEndingInterceptor ( ) : PolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptorInternal
[run-time name: org/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JOutInterceptor.createEndingInterceptor:()Lorg/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JOutInterceptor$PolicyBasedWSS4JOutInterceptorInternal;]
PolicyBasedWSS4JOutInterceptor.handleFault ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JOutInterceptor.handleFault:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
PolicyBasedWSS4JOutInterceptor.handleFault ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JOutInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
PolicyBasedWSS4JOutInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage mc ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JOutInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
PolicyBasedWSS4JOutInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
PolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptor ( )
[run-time name: org/apache/cxf/ws/security/wss4j/PolicyBasedWSS4JOutInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, PolicyBean.class
package org.apache.cxf.ws.policy
PolicyBean.getElement ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/policy/PolicyBean.getElement:()Lorg/w3c/dom/Element;]
PolicyBean.PolicyBean ( )
[run-time name: org/apache/cxf/ws/policy/PolicyBean."<init>":()V]
PolicyBean.setElement ( org.w3c.dom.Element element ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyBean.setElement:(Lorg/w3c/dom/Element;)V]
openejb-cxf-bundle-2.5.2.jar, PolicyBeanDefinitionParser.class
package org.apache.cxf.ws.policy.spring
PolicyBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean ) : void
[run-time name: org/apache/cxf/ws/policy/spring/PolicyBeanDefinitionParser.doParse:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;)V]
PolicyBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element el ) : Class
[run-time name: org/apache/cxf/ws/policy/spring/PolicyBeanDefinitionParser.getBeanClass:(Lorg/w3c/dom/Element;)Ljava/lang/Class;]
PolicyBeanDefinitionParser.PolicyBeanDefinitionParser ( )
[run-time name: org/apache/cxf/ws/policy/spring/PolicyBeanDefinitionParser."<init>":()V]
PolicyBeanDefinitionParser.resolveId ( org.w3c.dom.Element element, org.springframework.beans.factory.support.AbstractBeanDefinition bean, org.springframework.beans.factory.xml.ParserContext ctx ) : String
[run-time name: org/apache/cxf/ws/policy/spring/PolicyBeanDefinitionParser.resolveId:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/support/AbstractBeanDefinition;Lorg/springframework/beans/factory/xml/ParserContext;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, PolicyBPDefinitionParser.class
package org.apache.cxf.ws.policy.blueprint
PolicyBPDefinitionParser.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyBPDefinitionParser.parse:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/Metadata;]
PolicyBPDefinitionParser.PolicyBPDefinitionParser ( )
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyBPDefinitionParser."<init>":()V]
PolicyBPDefinitionParser.resolveId ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext ctx ) : String
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyBPDefinitionParser.resolveId:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, PolicyBPHandler.class
package org.apache.cxf.ws.policy.blueprint
PolicyBPHandler.decorate ( org.w3c.dom.Node node, org.osgi.service.blueprint.reflect.ComponentMetadata componentMetadata, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.ComponentMetadata
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyBPHandler.decorate:(Lorg/w3c/dom/Node;Lorg/osgi/service/blueprint/reflect/ComponentMetadata;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/ComponentMetadata;]
PolicyBPHandler.getManagedClasses ( ) : java.util.Set
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyBPHandler.getManagedClasses:()Ljava/util/Set;]
PolicyBPHandler.getSchemaLocation ( String s ) : java.net.URL
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyBPHandler.getSchemaLocation:(Ljava/lang/String;)Ljava/net/URL;]
PolicyBPHandler.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyBPHandler.parse:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/Metadata;]
PolicyBPHandler.PolicyBPHandler ( )
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyBPHandler."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, PolicyBuilder.class
package org.apache.cxf.ws.policy
PolicyBuilder.getPolicy ( java.io.InputStream p1 ) [abstract] : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/PolicyBuilder.getPolicy:(Ljava/io/InputStream;)Lorg/apache/neethi/Policy;]
PolicyBuilder.getPolicy ( Object p1 ) [abstract] : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/PolicyBuilder.getPolicy:(Ljava/lang/Object;)Lorg/apache/neethi/Policy;]
PolicyBuilder.getPolicyReference ( Object p1 ) [abstract] : org.apache.neethi.PolicyReference
[run-time name: org/apache/cxf/ws/policy/PolicyBuilder.getPolicyReference:(Ljava/lang/Object;)Lorg/apache/neethi/PolicyReference;]
PolicyBuilder.getPolicyRegistry ( ) [abstract] : org.apache.neethi.PolicyRegistry
[run-time name: org/apache/cxf/ws/policy/PolicyBuilder.getPolicyRegistry:()Lorg/apache/neethi/PolicyRegistry;]
openejb-cxf-bundle-2.5.2.jar, PolicyBuilderImpl.class
package org.apache.cxf.ws.policy
PolicyBuilderImpl.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/ws/policy/PolicyBuilderImpl.getBus:()Lorg/apache/cxf/Bus;]
PolicyBuilderImpl.getRegistrationType ( ) : Class
[run-time name: org/apache/cxf/ws/policy/PolicyBuilderImpl.getRegistrationType:()Ljava/lang/Class;]
PolicyBuilderImpl.PolicyBuilderImpl ( )
[run-time name: org/apache/cxf/ws/policy/PolicyBuilderImpl."<init>":()V]
PolicyBuilderImpl.PolicyBuilderImpl ( org.apache.cxf.Bus theBus )
[run-time name: org/apache/cxf/ws/policy/PolicyBuilderImpl."<init>":(Lorg/apache/cxf/Bus;)V]
PolicyBuilderImpl.setAssertionBuilderRegistry ( AssertionBuilderRegistry reg ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyBuilderImpl.setAssertionBuilderRegistry:(Lorg/apache/cxf/ws/policy/AssertionBuilderRegistry;)V]
PolicyBuilderImpl.setBus ( org.apache.cxf.Bus theBus ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyBuilderImpl.setBus:(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, PolicyConstants.class
package org.apache.cxf.ws.policy
PolicyConstants.findAllPolicyElementsOfLocalName ( org.w3c.dom.Document doc, String localName ) [static] : java.util.List
[run-time name: org/apache/cxf/ws/policy/PolicyConstants.findAllPolicyElementsOfLocalName:(Lorg/w3c/dom/Document;Ljava/lang/String;)Ljava/util/List;]
PolicyConstants.findAllPolicyElementsOfLocalName ( org.w3c.dom.Element el, String localName ) [static] : java.util.List
[run-time name: org/apache/cxf/ws/policy/PolicyConstants.findAllPolicyElementsOfLocalName:(Lorg/w3c/dom/Element;Ljava/lang/String;)Ljava/util/List;]
PolicyConstants.findAllPolicyElementsOfLocalName ( org.w3c.dom.Element el, String localName, java.util.List val ) [static] : void
[run-time name: org/apache/cxf/ws/policy/PolicyConstants.findAllPolicyElementsOfLocalName:(Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/util/List;)V]
PolicyConstants.findIgnorableAttribute ( org.w3c.dom.Element e ) [static] : org.w3c.dom.Attr
[run-time name: org/apache/cxf/ws/policy/PolicyConstants.findIgnorableAttribute:(Lorg/w3c/dom/Element;)Lorg/w3c/dom/Attr;]
PolicyConstants.findOptionalAttribute ( org.w3c.dom.Element e ) [static] : org.w3c.dom.Attr
[run-time name: org/apache/cxf/ws/policy/PolicyConstants.findOptionalAttribute:(Lorg/w3c/dom/Element;)Lorg/w3c/dom/Attr;]
PolicyConstants.findPolicyElement ( org.w3c.dom.Element parent ) [static] : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/policy/PolicyConstants.findPolicyElement:(Lorg/w3c/dom/Element;)Lorg/w3c/dom/Element;]
PolicyConstants.isIgnorable ( org.w3c.dom.Element e ) [static] : boolean
[run-time name: org/apache/cxf/ws/policy/PolicyConstants.isIgnorable:(Lorg/w3c/dom/Element;)Z]
PolicyConstants.isOptional ( org.w3c.dom.Element e ) [static] : boolean
[run-time name: org/apache/cxf/ws/policy/PolicyConstants.isOptional:(Lorg/w3c/dom/Element;)Z]
openejb-cxf-bundle-2.5.2.jar, PolicyEngine.class
package org.apache.cxf.ws.policy
PolicyEngine.getAlternativeSelector ( ) [abstract] : AlternativeSelector
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.getAlternativeSelector:()Lorg/apache/cxf/ws/policy/AlternativeSelector;]
PolicyEngine.getClientEndpointPolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.transport.Conduit p2 ) [abstract] : EndpointPolicy
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.getClientEndpointPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/transport/Conduit;)Lorg/apache/cxf/ws/policy/EndpointPolicy;]
PolicyEngine.getEffectiveClientFaultPolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingOperationInfo p2, org.apache.cxf.service.model.BindingFaultInfo p3 ) [abstract] : EffectivePolicy
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.getEffectiveClientFaultPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/service/model/BindingFaultInfo;)Lorg/apache/cxf/ws/policy/EffectivePolicy;]
PolicyEngine.getEffectiveClientRequestPolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingOperationInfo p2, org.apache.cxf.transport.Conduit p3 ) [abstract] : EffectivePolicy
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.getEffectiveClientRequestPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/transport/Conduit;)Lorg/apache/cxf/ws/policy/EffectivePolicy;]
PolicyEngine.getEffectiveClientResponsePolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingOperationInfo p2 ) [abstract] : EffectivePolicy
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.getEffectiveClientResponsePolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;)Lorg/apache/cxf/ws/policy/EffectivePolicy;]
PolicyEngine.getEffectiveServerFaultPolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingOperationInfo p2, org.apache.cxf.service.model.BindingFaultInfo p3, org.apache.cxf.transport.Destination p4 ) [abstract] : EffectivePolicy
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.getEffectiveServerFaultPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/service/model/BindingFaultInfo;Lorg/apache/cxf/transport/Destination;)Lorg/apache/cxf/ws/policy/EffectivePolicy;]
PolicyEngine.getEffectiveServerRequestPolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingOperationInfo p2 ) [abstract] : EffectivePolicy
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.getEffectiveServerRequestPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;)Lorg/apache/cxf/ws/policy/EffectivePolicy;]
PolicyEngine.getEffectiveServerResponsePolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingOperationInfo p2, org.apache.cxf.transport.Destination p3, java.util.List p4 ) [abstract] : EffectivePolicy
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.getEffectiveServerResponsePolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/transport/Destination;Ljava/util/List;)Lorg/apache/cxf/ws/policy/EffectivePolicy;]
PolicyEngine.getRegistry ( ) [abstract] : org.apache.neethi.PolicyRegistry
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.getRegistry:()Lorg/apache/neethi/PolicyRegistry;]
PolicyEngine.getServerEndpointPolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.transport.Destination p2 ) [abstract] : EndpointPolicy
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.getServerEndpointPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/transport/Destination;)Lorg/apache/cxf/ws/policy/EndpointPolicy;]
PolicyEngine.isEnabled ( ) [abstract] : boolean
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.isEnabled:()Z]
PolicyEngine.isIgnoreUnknownAssertions ( ) [abstract] : boolean
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.isIgnoreUnknownAssertions:()Z]
PolicyEngine.setAlternativeSelector ( AlternativeSelector p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.setAlternativeSelector:(Lorg/apache/cxf/ws/policy/AlternativeSelector;)V]
PolicyEngine.setClientEndpointPolicy ( org.apache.cxf.service.model.EndpointInfo p1, EndpointPolicy p2 ) [abstract] : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.setClientEndpointPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/ws/policy/EndpointPolicy;)V]
PolicyEngine.setEffectiveClientFaultPolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingFaultInfo p2, EffectivePolicy p3 ) [abstract] : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.setEffectiveClientFaultPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingFaultInfo;Lorg/apache/cxf/ws/policy/EffectivePolicy;)V]
PolicyEngine.setEffectiveClientRequestPolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingOperationInfo p2, EffectivePolicy p3 ) [abstract] : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.setEffectiveClientRequestPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/ws/policy/EffectivePolicy;)V]
PolicyEngine.setEffectiveClientResponsePolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingOperationInfo p2, EffectivePolicy p3 ) [abstract] : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.setEffectiveClientResponsePolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/ws/policy/EffectivePolicy;)V]
PolicyEngine.setEffectiveServerFaultPolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingFaultInfo p2, EffectivePolicy p3 ) [abstract] : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.setEffectiveServerFaultPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingFaultInfo;Lorg/apache/cxf/ws/policy/EffectivePolicy;)V]
PolicyEngine.setEffectiveServerRequestPolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingOperationInfo p2, EffectivePolicy p3 ) [abstract] : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.setEffectiveServerRequestPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/ws/policy/EffectivePolicy;)V]
PolicyEngine.setEffectiveServerResponsePolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingOperationInfo p2, EffectivePolicy p3 ) [abstract] : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.setEffectiveServerResponsePolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/ws/policy/EffectivePolicy;)V]
PolicyEngine.setEnabled ( boolean p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.setEnabled:(Z)V]
PolicyEngine.setIgnoreUnknownAssertions ( boolean p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.setIgnoreUnknownAssertions:(Z)V]
PolicyEngine.setServerEndpointPolicy ( org.apache.cxf.service.model.EndpointInfo p1, EndpointPolicy p2 ) [abstract] : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.setServerEndpointPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/ws/policy/EndpointPolicy;)V]
PolicyEngine.supportsAlternative ( java.util.Collection p1, Assertor p2 ) [abstract] : boolean
[run-time name: org/apache/cxf/ws/policy/PolicyEngine.supportsAlternative:(Ljava/util/Collection;Lorg/apache/cxf/ws/policy/Assertor;)Z]
openejb-cxf-bundle-2.5.2.jar, PolicyEngineBeanDefinitionParser.class
package org.apache.cxf.ws.policy.spring
PolicyEngineBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean ) : void
[run-time name: org/apache/cxf/ws/policy/spring/PolicyEngineBeanDefinitionParser.doParse:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;)V]
PolicyEngineBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element el ) : Class
[run-time name: org/apache/cxf/ws/policy/spring/PolicyEngineBeanDefinitionParser.getBeanClass:(Lorg/w3c/dom/Element;)Ljava/lang/Class;]
PolicyEngineBeanDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name ) : void
[run-time name: org/apache/cxf/ws/policy/spring/PolicyEngineBeanDefinitionParser.mapElement:(Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
PolicyEngineBeanDefinitionParser.PolicyEngineBeanDefinitionParser ( )
[run-time name: org/apache/cxf/ws/policy/spring/PolicyEngineBeanDefinitionParser."<init>":()V]
PolicyEngineBeanDefinitionParser.resolveId ( org.w3c.dom.Element e, org.springframework.beans.factory.support.AbstractBeanDefinition abd, org.springframework.beans.factory.xml.ParserContext ctx ) : String
[run-time name: org/apache/cxf/ws/policy/spring/PolicyEngineBeanDefinitionParser.resolveId:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/support/AbstractBeanDefinition;Lorg/springframework/beans/factory/xml/ParserContext;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, PolicyEngineBPDefinitionParser.class
package org.apache.cxf.ws.policy.blueprint
PolicyEngineBPDefinitionParser.mapElement ( org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element el, String name ) : void
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyEngineBPDefinitionParser.mapElement:(Lorg/apache/aries/blueprint/ParserContext;Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
PolicyEngineBPDefinitionParser.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyEngineBPDefinitionParser.parse:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/Metadata;]
PolicyEngineBPDefinitionParser.PolicyEngineBPDefinitionParser ( )
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyEngineBPDefinitionParser."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, PolicyEngineConfig.class
package org.apache.cxf.ws.policy.blueprint
PolicyEngineBPDefinitionParser.PolicyEngineConfig.getAlternativeSelector ( ) : org.apache.cxf.ws.policy.AlternativeSelector
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyEngineBPDefinitionParser.PolicyEngineConfig.getAlternativeSelector:()Lorg/apache/cxf/ws/policy/AlternativeSelector;]
PolicyEngineBPDefinitionParser.PolicyEngineConfig.getEnabled ( ) : boolean
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyEngineBPDefinitionParser.PolicyEngineConfig.getEnabled:()Z]
PolicyEngineBPDefinitionParser.PolicyEngineConfig.getIgnoreUnknownAssertions ( ) : boolean
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyEngineBPDefinitionParser.PolicyEngineConfig.getIgnoreUnknownAssertions:()Z]
PolicyEngineBPDefinitionParser.PolicyEngineConfig.PolicyEngineBPDefinitionParser.PolicyEngineConfig ( org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyEngineBPDefinitionParser.PolicyEngineConfig."<init>":(Lorg/apache/cxf/Bus;)V]
PolicyEngineBPDefinitionParser.PolicyEngineConfig.setAlternativeSelector ( org.apache.cxf.ws.policy.AlternativeSelector alternativeSelector ) : void
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyEngineBPDefinitionParser.PolicyEngineConfig.setAlternativeSelector:(Lorg/apache/cxf/ws/policy/AlternativeSelector;)V]
PolicyEngineBPDefinitionParser.PolicyEngineConfig.setEnabled ( boolean enabled ) : void
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyEngineBPDefinitionParser.PolicyEngineConfig.setEnabled:(Z)V]
PolicyEngineBPDefinitionParser.PolicyEngineConfig.setIgnoreUnknownAssertions ( boolean ignoreUnknownAssertions ) : void
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyEngineBPDefinitionParser.PolicyEngineConfig.setIgnoreUnknownAssertions:(Z)V]
package org.apache.cxf.ws.policy.spring
PolicyEngineBeanDefinitionParser.PolicyEngineConfig.getAlternativeSelector ( ) : org.apache.cxf.ws.policy.AlternativeSelector
[run-time name: org/apache/cxf/ws/policy/spring/PolicyEngineBeanDefinitionParser.PolicyEngineConfig.getAlternativeSelector:()Lorg/apache/cxf/ws/policy/AlternativeSelector;]
PolicyEngineBeanDefinitionParser.PolicyEngineConfig.getEnabled ( ) : boolean
[run-time name: org/apache/cxf/ws/policy/spring/PolicyEngineBeanDefinitionParser.PolicyEngineConfig.getEnabled:()Z]
PolicyEngineBeanDefinitionParser.PolicyEngineConfig.getIgnoreUnknownAssertions ( ) : boolean
[run-time name: org/apache/cxf/ws/policy/spring/PolicyEngineBeanDefinitionParser.PolicyEngineConfig.getIgnoreUnknownAssertions:()Z]
PolicyEngineBeanDefinitionParser.PolicyEngineConfig.PolicyEngineBeanDefinitionParser.PolicyEngineConfig ( org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/ws/policy/spring/PolicyEngineBeanDefinitionParser.PolicyEngineConfig."<init>":(Lorg/apache/cxf/Bus;)V]
PolicyEngineBeanDefinitionParser.PolicyEngineConfig.setAlternativeSelector ( org.apache.cxf.ws.policy.AlternativeSelector alternativeSelector ) : void
[run-time name: org/apache/cxf/ws/policy/spring/PolicyEngineBeanDefinitionParser.PolicyEngineConfig.setAlternativeSelector:(Lorg/apache/cxf/ws/policy/AlternativeSelector;)V]
PolicyEngineBeanDefinitionParser.PolicyEngineConfig.setEnabled ( boolean enabled ) : void
[run-time name: org/apache/cxf/ws/policy/spring/PolicyEngineBeanDefinitionParser.PolicyEngineConfig.setEnabled:(Z)V]
PolicyEngineBeanDefinitionParser.PolicyEngineConfig.setIgnoreUnknownAssertions ( boolean ignoreUnknownAssertions ) : void
[run-time name: org/apache/cxf/ws/policy/spring/PolicyEngineBeanDefinitionParser.PolicyEngineConfig.setIgnoreUnknownAssertions:(Z)V]
openejb-cxf-bundle-2.5.2.jar, PolicyEngineImpl.class
package org.apache.cxf.ws.policy
PolicyEngineImpl.addBusInterceptors ( ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.addBusInterceptors:()V]
PolicyEngineImpl.addPolicyProvider ( PolicyProvider p ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.addPolicyProvider:(Lorg/apache/cxf/ws/policy/PolicyProvider;)V]
PolicyEngineImpl.getAlternativeSelector ( ) : AlternativeSelector
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.getAlternativeSelector:()Lorg/apache/cxf/ws/policy/AlternativeSelector;]
PolicyEngineImpl.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.getBus:()Lorg/apache/cxf/Bus;]
PolicyEngineImpl.getClientEndpointPolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.transport.Conduit conduit ) : EndpointPolicy
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.getClientEndpointPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/transport/Conduit;)Lorg/apache/cxf/ws/policy/EndpointPolicy;]
PolicyEngineImpl.getEffectiveClientFaultPolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, org.apache.cxf.service.model.BindingFaultInfo bfi ) : EffectivePolicy
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.getEffectiveClientFaultPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/service/model/BindingFaultInfo;)Lorg/apache/cxf/ws/policy/EffectivePolicy;]
PolicyEngineImpl.getEffectiveClientRequestPolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, org.apache.cxf.transport.Conduit c ) : EffectivePolicy
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.getEffectiveClientRequestPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/transport/Conduit;)Lorg/apache/cxf/ws/policy/EffectivePolicy;]
PolicyEngineImpl.getEffectiveClientResponsePolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi ) : EffectivePolicy
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.getEffectiveClientResponsePolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;)Lorg/apache/cxf/ws/policy/EffectivePolicy;]
PolicyEngineImpl.getEffectiveServerFaultPolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, org.apache.cxf.service.model.BindingFaultInfo bfi, org.apache.cxf.transport.Destination d ) : EffectivePolicy
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.getEffectiveServerFaultPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/service/model/BindingFaultInfo;Lorg/apache/cxf/transport/Destination;)Lorg/apache/cxf/ws/policy/EffectivePolicy;]
PolicyEngineImpl.getEffectiveServerRequestPolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi ) : EffectivePolicy
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.getEffectiveServerRequestPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;)Lorg/apache/cxf/ws/policy/EffectivePolicy;]
PolicyEngineImpl.getEffectiveServerResponsePolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, org.apache.cxf.transport.Destination d, java.util.List incoming ) : EffectivePolicy
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.getEffectiveServerResponsePolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/transport/Destination;Ljava/util/List;)Lorg/apache/cxf/ws/policy/EffectivePolicy;]
PolicyEngineImpl.getPolicyProviders ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.getPolicyProviders:()Ljava/util/Collection;]
PolicyEngineImpl.getRegistrationType ( ) : Class
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.getRegistrationType:()Ljava/lang/Class;]
PolicyEngineImpl.getRegistry ( ) : org.apache.neethi.PolicyRegistry
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.getRegistry:()Lorg/apache/neethi/PolicyRegistry;]
PolicyEngineImpl.getServerEndpointPolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.transport.Destination destination ) : EndpointPolicy
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.getServerEndpointPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/transport/Destination;)Lorg/apache/cxf/ws/policy/EndpointPolicy;]
PolicyEngineImpl.init ( ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.init:()V]
PolicyEngineImpl.isEnabled ( ) : boolean
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.isEnabled:()Z]
PolicyEngineImpl.isIgnoreUnknownAssertions ( ) : boolean
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.isIgnoreUnknownAssertions:()Z]
PolicyEngineImpl.PolicyEngineImpl ( )
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl."<init>":()V]
PolicyEngineImpl.PolicyEngineImpl ( boolean en )
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl."<init>":(Z)V]
PolicyEngineImpl.PolicyEngineImpl ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl."<init>":(Lorg/apache/cxf/Bus;)V]
PolicyEngineImpl.removeBusInterceptors ( ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.removeBusInterceptors:()V]
PolicyEngineImpl.setAlternativeSelector ( AlternativeSelector as ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.setAlternativeSelector:(Lorg/apache/cxf/ws/policy/AlternativeSelector;)V]
PolicyEngineImpl.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.setBus:(Lorg/apache/cxf/Bus;)V]
PolicyEngineImpl.setClientEndpointPolicy ( org.apache.cxf.service.model.EndpointInfo ei, EndpointPolicy ep ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.setClientEndpointPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/ws/policy/EndpointPolicy;)V]
PolicyEngineImpl.setEffectiveClientFaultPolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingFaultInfo bfi, EffectivePolicy ep ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.setEffectiveClientFaultPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingFaultInfo;Lorg/apache/cxf/ws/policy/EffectivePolicy;)V]
PolicyEngineImpl.setEffectiveClientRequestPolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, EffectivePolicy ep ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.setEffectiveClientRequestPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/ws/policy/EffectivePolicy;)V]
PolicyEngineImpl.setEffectiveClientResponsePolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, EffectivePolicy ep ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.setEffectiveClientResponsePolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/ws/policy/EffectivePolicy;)V]
PolicyEngineImpl.setEffectiveServerFaultPolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingFaultInfo bfi, EffectivePolicy ep ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.setEffectiveServerFaultPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingFaultInfo;Lorg/apache/cxf/ws/policy/EffectivePolicy;)V]
PolicyEngineImpl.setEffectiveServerRequestPolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, EffectivePolicy ep ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.setEffectiveServerRequestPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/ws/policy/EffectivePolicy;)V]
PolicyEngineImpl.setEffectiveServerResponsePolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, EffectivePolicy ep ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.setEffectiveServerResponsePolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/ws/policy/EffectivePolicy;)V]
PolicyEngineImpl.setEnabled ( boolean e ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.setEnabled:(Z)V]
PolicyEngineImpl.setIgnoreUnknownAssertions ( boolean ignore ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.setIgnoreUnknownAssertions:(Z)V]
PolicyEngineImpl.setPolicyProviders ( java.util.Collection p ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.setPolicyProviders:(Ljava/util/Collection;)V]
PolicyEngineImpl.setRegistry ( org.apache.neethi.PolicyRegistry r ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.setRegistry:(Lorg/apache/neethi/PolicyRegistry;)V]
PolicyEngineImpl.setServerEndpointPolicy ( org.apache.cxf.service.model.EndpointInfo ei, EndpointPolicy ep ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.setServerEndpointPolicy:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/ws/policy/EndpointPolicy;)V]
PolicyEngineImpl.supportsAlternative ( java.util.Collection alternative, Assertor assertor ) : boolean
[run-time name: org/apache/cxf/ws/policy/PolicyEngineImpl.supportsAlternative:(Ljava/util/Collection;Lorg/apache/cxf/ws/policy/Assertor;)Z]
openejb-cxf-bundle-2.5.2.jar, PolicyException.class
package org.apache.cxf.ws.policy
PolicyException.PolicyException ( org.apache.cxf.common.i18n.Message message )
[run-time name: org/apache/cxf/ws/policy/PolicyException."<init>":(Lorg/apache/cxf/common/i18n/Message;)V]
PolicyException.PolicyException ( org.apache.cxf.common.i18n.Message msg, Throwable t )
[run-time name: org/apache/cxf/ws/policy/PolicyException."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;)V]
PolicyException.PolicyException ( AssertionInfo info )
[run-time name: org/apache/cxf/ws/policy/PolicyException."<init>":(Lorg/apache/cxf/ws/policy/AssertionInfo;)V]
PolicyException.PolicyException ( Throwable cause )
[run-time name: org/apache/cxf/ws/policy/PolicyException."<init>":(Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, PolicyFeatureBeanDefinitionParser.class
package org.apache.cxf.ws.policy.spring
PolicyFeatureBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element el ) : Class
[run-time name: org/apache/cxf/ws/policy/spring/PolicyFeatureBeanDefinitionParser.getBeanClass:(Lorg/w3c/dom/Element;)Ljava/lang/Class;]
PolicyFeatureBeanDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name ) : void
[run-time name: org/apache/cxf/ws/policy/spring/PolicyFeatureBeanDefinitionParser.mapElement:(Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
PolicyFeatureBeanDefinitionParser.parseChildElements ( org.w3c.dom.Element e, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean ) : void
[run-time name: org/apache/cxf/ws/policy/spring/PolicyFeatureBeanDefinitionParser.parseChildElements:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;)V]
PolicyFeatureBeanDefinitionParser.PolicyFeatureBeanDefinitionParser ( )
[run-time name: org/apache/cxf/ws/policy/spring/PolicyFeatureBeanDefinitionParser."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, PolicyFeatureBPDefinitionParser.class
package org.apache.cxf.ws.policy.blueprint
PolicyFeatureBPDefinitionParser.createElement ( org.apache.aries.blueprint.ParserContext context, org.w3c.dom.Element value ) [static] : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyFeatureBPDefinitionParser.createElement:(Lorg/apache/aries/blueprint/ParserContext;Lorg/w3c/dom/Element;)Lorg/osgi/service/blueprint/reflect/Metadata;]
PolicyFeatureBPDefinitionParser.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyFeatureBPDefinitionParser.parse:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/Metadata;]
PolicyFeatureBPDefinitionParser.PolicyFeatureBPDefinitionParser ( )
[run-time name: org/apache/cxf/ws/policy/blueprint/PolicyFeatureBPDefinitionParser."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, PolicyInInterceptor.class
package org.apache.cxf.ws.policy
PolicyInInterceptor.handle ( org.apache.cxf.message.Message msg ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyInInterceptor.handle:(Lorg/apache/cxf/message/Message;)V]
PolicyInInterceptor.PolicyInInterceptor ( )
[run-time name: org/apache/cxf/ws/policy/PolicyInInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, PolicyInterceptorProvider.class
package org.apache.cxf.ws.policy
PolicyInterceptorProvider.getAssertionTypes ( ) [abstract] : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/PolicyInterceptorProvider.getAssertionTypes:()Ljava/util/Collection;]
PolicyInterceptorProvider.provideInFaultInterceptors ( org.apache.cxf.message.Message p1 ) [abstract] : java.util.List
[run-time name: org/apache/cxf/ws/policy/PolicyInterceptorProvider.provideInFaultInterceptors:(Lorg/apache/cxf/message/Message;)Ljava/util/List;]
PolicyInterceptorProvider.provideInInterceptors ( org.apache.cxf.message.Message p1 ) [abstract] : java.util.List
[run-time name: org/apache/cxf/ws/policy/PolicyInterceptorProvider.provideInInterceptors:(Lorg/apache/cxf/message/Message;)Ljava/util/List;]
PolicyInterceptorProvider.provideOutFaultInterceptors ( org.apache.cxf.message.Message p1 ) [abstract] : java.util.List
[run-time name: org/apache/cxf/ws/policy/PolicyInterceptorProvider.provideOutFaultInterceptors:(Lorg/apache/cxf/message/Message;)Ljava/util/List;]
PolicyInterceptorProvider.provideOutInterceptors ( org.apache.cxf.message.Message p1 ) [abstract] : java.util.List
[run-time name: org/apache/cxf/ws/policy/PolicyInterceptorProvider.provideOutInterceptors:(Lorg/apache/cxf/message/Message;)Ljava/util/List;]
openejb-cxf-bundle-2.5.2.jar, PolicyInterceptorProviderRegistry.class
package org.apache.cxf.ws.policy
PolicyInterceptorProviderRegistry.getInterceptors ( java.util.Collection p1, boolean p2, boolean p3 ) [abstract] : java.util.List
[run-time name: org/apache/cxf/ws/policy/PolicyInterceptorProviderRegistry.getInterceptors:(Ljava/util/Collection;ZZ)Ljava/util/List;]
PolicyInterceptorProviderRegistry.register ( PolicyInterceptorProvider p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/policy/PolicyInterceptorProviderRegistry.register:(Lorg/apache/cxf/ws/policy/PolicyInterceptorProvider;)V]
openejb-cxf-bundle-2.5.2.jar, PolicyInterceptorProviderRegistryImpl.class
package org.apache.cxf.ws.policy
PolicyInterceptorProviderRegistryImpl.getInterceptors ( java.util.Collection alternative, boolean out, boolean fault ) : java.util.List
[run-time name: org/apache/cxf/ws/policy/PolicyInterceptorProviderRegistryImpl.getInterceptors:(Ljava/util/Collection;ZZ)Ljava/util/List;]
PolicyInterceptorProviderRegistryImpl.getRegistrationType ( ) : Class
[run-time name: org/apache/cxf/ws/policy/PolicyInterceptorProviderRegistryImpl.getRegistrationType:()Ljava/lang/Class;]
PolicyInterceptorProviderRegistryImpl.loadDynamic ( ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyInterceptorProviderRegistryImpl.loadDynamic:()V]
PolicyInterceptorProviderRegistryImpl.PolicyInterceptorProviderRegistryImpl ( )
[run-time name: org/apache/cxf/ws/policy/PolicyInterceptorProviderRegistryImpl."<init>":()V]
PolicyInterceptorProviderRegistryImpl.PolicyInterceptorProviderRegistryImpl ( java.util.Map interceptors )
[run-time name: org/apache/cxf/ws/policy/PolicyInterceptorProviderRegistryImpl."<init>":(Ljava/util/Map;)V]
PolicyInterceptorProviderRegistryImpl.PolicyInterceptorProviderRegistryImpl ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/ws/policy/PolicyInterceptorProviderRegistryImpl."<init>":(Lorg/apache/cxf/Bus;)V]
PolicyInterceptorProviderRegistryImpl.PolicyInterceptorProviderRegistryImpl ( org.apache.cxf.Bus b, org.apache.cxf.configuration.spring.MapProvider interceptors )
[run-time name: org/apache/cxf/ws/policy/PolicyInterceptorProviderRegistryImpl."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/configuration/spring/MapProvider;)V]
PolicyInterceptorProviderRegistryImpl.PolicyInterceptorProviderRegistryImpl ( org.apache.cxf.configuration.spring.MapProvider interceptors )
[run-time name: org/apache/cxf/ws/policy/PolicyInterceptorProviderRegistryImpl."<init>":(Lorg/apache/cxf/configuration/spring/MapProvider;)V]
PolicyInterceptorProviderRegistryImpl.register ( PolicyInterceptorProvider provider ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyInterceptorProviderRegistryImpl.register:(Lorg/apache/cxf/ws/policy/PolicyInterceptorProvider;)V]
PolicyInterceptorProviderRegistryImpl.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyInterceptorProviderRegistryImpl.setBus:(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, PolicyNamespaceHandler.class
package org.apache.cxf.ws.policy.spring
PolicyNamespaceHandler.init ( ) : void
[run-time name: org/apache/cxf/ws/policy/spring/PolicyNamespaceHandler.init:()V]
PolicyNamespaceHandler.PolicyNamespaceHandler ( )
[run-time name: org/apache/cxf/ws/policy/spring/PolicyNamespaceHandler."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, PolicyOutInterceptor.class
package org.apache.cxf.ws.policy
PolicyOutInterceptor.handle ( org.apache.cxf.message.Message msg ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyOutInterceptor.handle:(Lorg/apache/cxf/message/Message;)V]
PolicyOutInterceptor.PolicyOutInterceptor ( )
[run-time name: org/apache/cxf/ws/policy/PolicyOutInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, PolicyProvider.class
package org.apache.cxf.ws.policy
PolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingFaultInfo p1 ) [abstract] : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/PolicyProvider.getEffectivePolicy:(Lorg/apache/cxf/service/model/BindingFaultInfo;)Lorg/apache/neethi/Policy;]
PolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingMessageInfo p1 ) [abstract] : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/PolicyProvider.getEffectivePolicy:(Lorg/apache/cxf/service/model/BindingMessageInfo;)Lorg/apache/neethi/Policy;]
PolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingOperationInfo p1 ) [abstract] : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/PolicyProvider.getEffectivePolicy:(Lorg/apache/cxf/service/model/BindingOperationInfo;)Lorg/apache/neethi/Policy;]
PolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.EndpointInfo p1 ) [abstract] : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/PolicyProvider.getEffectivePolicy:(Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/neethi/Policy;]
PolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.ServiceInfo p1 ) [abstract] : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/PolicyProvider.getEffectivePolicy:(Lorg/apache/cxf/service/model/ServiceInfo;)Lorg/apache/neethi/Policy;]
openejb-cxf-bundle-2.5.2.jar, PolicyReference.class
package org.apache.cxf.ws.policy.v200409
PolicyReference.getDigest ( ) : byte[ ]
[run-time name: org/apache/cxf/ws/policy/v200409/PolicyReference.getDigest:()[B]
PolicyReference.getDigestAlgorithm ( ) : String
[run-time name: org/apache/cxf/ws/policy/v200409/PolicyReference.getDigestAlgorithm:()Ljava/lang/String;]
PolicyReference.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/policy/v200409/PolicyReference.getOtherAttributes:()Ljava/util/Map;]
PolicyReference.getURI ( ) : String
[run-time name: org/apache/cxf/ws/policy/v200409/PolicyReference.getURI:()Ljava/lang/String;]
PolicyReference.PolicyReference ( )
[run-time name: org/apache/cxf/ws/policy/v200409/PolicyReference."<init>":()V]
PolicyReference.setDigest ( byte[ ] value ) : void
[run-time name: org/apache/cxf/ws/policy/v200409/PolicyReference.setDigest:([B)V]
PolicyReference.setDigestAlgorithm ( String value ) : void
[run-time name: org/apache/cxf/ws/policy/v200409/PolicyReference.setDigestAlgorithm:(Ljava/lang/String;)V]
PolicyReference.setURI ( String value ) : void
[run-time name: org/apache/cxf/ws/policy/v200409/PolicyReference.setURI:(Ljava/lang/String;)V]
package org.apache.cxf.ws.policy.v200607
PolicyReference.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/policy/v200607/PolicyReference.getAny:()Ljava/util/List;]
PolicyReference.getDigest ( ) : byte[ ]
[run-time name: org/apache/cxf/ws/policy/v200607/PolicyReference.getDigest:()[B]
PolicyReference.getDigestAlgorithm ( ) : String
[run-time name: org/apache/cxf/ws/policy/v200607/PolicyReference.getDigestAlgorithm:()Ljava/lang/String;]
PolicyReference.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/policy/v200607/PolicyReference.getOtherAttributes:()Ljava/util/Map;]
PolicyReference.getURI ( ) : String
[run-time name: org/apache/cxf/ws/policy/v200607/PolicyReference.getURI:()Ljava/lang/String;]
PolicyReference.PolicyReference ( )
[run-time name: org/apache/cxf/ws/policy/v200607/PolicyReference."<init>":()V]
PolicyReference.setDigest ( byte[ ] value ) : void
[run-time name: org/apache/cxf/ws/policy/v200607/PolicyReference.setDigest:([B)V]
PolicyReference.setDigestAlgorithm ( String value ) : void
[run-time name: org/apache/cxf/ws/policy/v200607/PolicyReference.setDigestAlgorithm:(Ljava/lang/String;)V]
PolicyReference.setURI ( String value ) : void
[run-time name: org/apache/cxf/ws/policy/v200607/PolicyReference.setURI:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, PolicyRegistryImpl.class
package org.apache.cxf.ws.policy
PolicyRegistryImpl.lookup ( String key ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/PolicyRegistryImpl.lookup:(Ljava/lang/String;)Lorg/apache/neethi/Policy;]
PolicyRegistryImpl.PolicyRegistryImpl ( )
[run-time name: org/apache/cxf/ws/policy/PolicyRegistryImpl."<init>":()V]
PolicyRegistryImpl.register ( String key, org.apache.neethi.Policy policy ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyRegistryImpl.register:(Ljava/lang/String;Lorg/apache/neethi/Policy;)V]
PolicyRegistryImpl.remove ( String key ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyRegistryImpl.remove:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, PolicyType.class
package org.apache.cxf.binding.corba.wsdl
PolicyType.getPoaname ( ) : String
[run-time name: org/apache/cxf/binding/corba/wsdl/PolicyType.getPoaname:()Ljava/lang/String;]
PolicyType.getServiceid ( ) : String
[run-time name: org/apache/cxf/binding/corba/wsdl/PolicyType.getServiceid:()Ljava/lang/String;]
PolicyType.isPersistent ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/PolicyType.isPersistent:()Z]
PolicyType.isSetPersistent ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/PolicyType.isSetPersistent:()Z]
PolicyType.isSetPoaname ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/PolicyType.isSetPoaname:()Z]
PolicyType.isSetServiceid ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/PolicyType.isSetServiceid:()Z]
PolicyType.PolicyType ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/PolicyType."<init>":()V]
PolicyType.setPersistent ( boolean value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/PolicyType.setPersistent:(Z)V]
PolicyType.setPoaname ( String value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/PolicyType.setPoaname:(Ljava/lang/String;)V]
PolicyType.setServiceid ( String value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/PolicyType.setServiceid:(Ljava/lang/String;)V]
PolicyType.unsetPersistent ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/PolicyType.unsetPersistent:()V]
openejb-cxf-bundle-2.5.2.jar, PolicyUtils.class
package org.apache.cxf.transport.http.policy
PolicyUtils.assertClientPolicy ( org.apache.cxf.message.Message message, org.apache.cxf.transports.http.configuration.HTTPClientPolicy client ) [static] : void
[run-time name: org/apache/cxf/transport/http/policy/PolicyUtils.assertClientPolicy:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/transports/http/configuration/HTTPClientPolicy;)V]
PolicyUtils.assertServerPolicy ( org.apache.cxf.message.Message message, org.apache.cxf.transports.http.configuration.HTTPServerPolicy server ) [static] : void
[run-time name: org/apache/cxf/transport/http/policy/PolicyUtils.assertServerPolicy:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/transports/http/configuration/HTTPServerPolicy;)V]
PolicyUtils.compatible ( org.apache.cxf.transports.http.configuration.HTTPClientPolicy p1, org.apache.cxf.transports.http.configuration.HTTPClientPolicy p2 ) [static] : boolean
[run-time name: org/apache/cxf/transport/http/policy/PolicyUtils.compatible:(Lorg/apache/cxf/transports/http/configuration/HTTPClientPolicy;Lorg/apache/cxf/transports/http/configuration/HTTPClientPolicy;)Z]
PolicyUtils.compatible ( org.apache.cxf.transports.http.configuration.HTTPServerPolicy p1, org.apache.cxf.transports.http.configuration.HTTPServerPolicy p2 ) [static] : boolean
[run-time name: org/apache/cxf/transport/http/policy/PolicyUtils.compatible:(Lorg/apache/cxf/transports/http/configuration/HTTPServerPolicy;Lorg/apache/cxf/transports/http/configuration/HTTPServerPolicy;)Z]
PolicyUtils.equals ( org.apache.cxf.transports.http.configuration.HTTPClientPolicy p1, org.apache.cxf.transports.http.configuration.HTTPClientPolicy p2 ) [static] : boolean
[run-time name: org/apache/cxf/transport/http/policy/PolicyUtils.equals:(Lorg/apache/cxf/transports/http/configuration/HTTPClientPolicy;Lorg/apache/cxf/transports/http/configuration/HTTPClientPolicy;)Z]
PolicyUtils.equals ( org.apache.cxf.transports.http.configuration.HTTPServerPolicy p1, org.apache.cxf.transports.http.configuration.HTTPServerPolicy p2 ) [static] : boolean
[run-time name: org/apache/cxf/transport/http/policy/PolicyUtils.equals:(Lorg/apache/cxf/transports/http/configuration/HTTPServerPolicy;Lorg/apache/cxf/transports/http/configuration/HTTPServerPolicy;)Z]
PolicyUtils.getClient ( org.apache.cxf.message.Message message, org.apache.cxf.transports.http.configuration.HTTPClientPolicy confPolicy ) [static] : org.apache.cxf.transports.http.configuration.HTTPClientPolicy
[run-time name: org/apache/cxf/transport/http/policy/PolicyUtils.getClient:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/transports/http/configuration/HTTPClientPolicy;)Lorg/apache/cxf/transports/http/configuration/HTTPClientPolicy;]
PolicyUtils.getClient ( org.apache.cxf.ws.policy.PolicyEngine pe, org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.transport.Conduit c ) [static] : org.apache.cxf.transports.http.configuration.HTTPClientPolicy
[run-time name: org/apache/cxf/transport/http/policy/PolicyUtils.getClient:(Lorg/apache/cxf/ws/policy/PolicyEngine;Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/transport/Conduit;)Lorg/apache/cxf/transports/http/configuration/HTTPClientPolicy;]
PolicyUtils.getServer ( org.apache.cxf.message.Message message, org.apache.cxf.transports.http.configuration.HTTPServerPolicy confPolicy ) [static] : org.apache.cxf.transports.http.configuration.HTTPServerPolicy
[run-time name: org/apache/cxf/transport/http/policy/PolicyUtils.getServer:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/transports/http/configuration/HTTPServerPolicy;)Lorg/apache/cxf/transports/http/configuration/HTTPServerPolicy;]
PolicyUtils.getServer ( org.apache.cxf.ws.policy.PolicyEngine pe, org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.transport.Destination d ) [static] : org.apache.cxf.transports.http.configuration.HTTPServerPolicy
[run-time name: org/apache/cxf/transport/http/policy/PolicyUtils.getServer:(Lorg/apache/cxf/ws/policy/PolicyEngine;Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/transport/Destination;)Lorg/apache/cxf/transports/http/configuration/HTTPServerPolicy;]
PolicyUtils.intersect ( org.apache.cxf.transports.http.configuration.HTTPClientPolicy p1, org.apache.cxf.transports.http.configuration.HTTPClientPolicy p2 ) [static] : org.apache.cxf.transports.http.configuration.HTTPClientPolicy
[run-time name: org/apache/cxf/transport/http/policy/PolicyUtils.intersect:(Lorg/apache/cxf/transports/http/configuration/HTTPClientPolicy;Lorg/apache/cxf/transports/http/configuration/HTTPClientPolicy;)Lorg/apache/cxf/transports/http/configuration/HTTPClientPolicy;]
PolicyUtils.intersect ( org.apache.cxf.transports.http.configuration.HTTPServerPolicy p1, org.apache.cxf.transports.http.configuration.HTTPServerPolicy p2 ) [static] : org.apache.cxf.transports.http.configuration.HTTPServerPolicy
[run-time name: org/apache/cxf/transport/http/policy/PolicyUtils.intersect:(Lorg/apache/cxf/transports/http/configuration/HTTPServerPolicy;Lorg/apache/cxf/transports/http/configuration/HTTPServerPolicy;)Lorg/apache/cxf/transports/http/configuration/HTTPServerPolicy;]
PolicyUtils.toString ( org.apache.cxf.transports.http.configuration.HTTPClientPolicy p ) [static] : String
[run-time name: org/apache/cxf/transport/http/policy/PolicyUtils.toString:(Lorg/apache/cxf/transports/http/configuration/HTTPClientPolicy;)Ljava/lang/String;]
PolicyUtils.toString ( org.apache.cxf.transports.http.configuration.HTTPServerPolicy p ) [static] : String
[run-time name: org/apache/cxf/transport/http/policy/PolicyUtils.toString:(Lorg/apache/cxf/transports/http/configuration/HTTPServerPolicy;)Ljava/lang/String;]
package org.apache.cxf.ws.policy
PolicyUtils.contains ( java.util.Collection assertions, java.util.Collection candidates ) [static] : boolean
[run-time name: org/apache/cxf/ws/policy/PolicyUtils.contains:(Ljava/util/Collection;Ljava/util/Collection;)Z]
PolicyUtils.contains ( java.util.Collection assertions, org.apache.neethi.Assertion candidate ) [static] : boolean
[run-time name: org/apache/cxf/ws/policy/PolicyUtils.contains:(Ljava/util/Collection;Lorg/apache/neethi/Assertion;)Z]
PolicyUtils.isEmptyPolicy ( org.apache.neethi.Policy p ) [static] : boolean
[run-time name: org/apache/cxf/ws/policy/PolicyUtils.isEmptyPolicy:(Lorg/apache/neethi/Policy;)Z]
PolicyUtils.isEmptyPolicyOperator ( org.apache.neethi.PolicyOperator p ) [static] : boolean
[run-time name: org/apache/cxf/ws/policy/PolicyUtils.isEmptyPolicyOperator:(Lorg/apache/neethi/PolicyOperator;)Z]
PolicyUtils.logPolicy ( java.util.logging.Logger log, java.util.logging.Level level, String msg, org.apache.neethi.PolicyComponent pc ) [static] : void
[run-time name: org/apache/cxf/ws/policy/PolicyUtils.logPolicy:(Ljava/util/logging/Logger;Ljava/util/logging/Level;Ljava/lang/String;Lorg/apache/neethi/PolicyComponent;)V]
PolicyUtils.printPolicyComponent ( org.apache.neethi.PolicyComponent pc ) [static] : void
[run-time name: org/apache/cxf/ws/policy/PolicyUtils.printPolicyComponent:(Lorg/apache/neethi/PolicyComponent;)V]
PolicyUtils.printPolicyComponent ( org.apache.neethi.PolicyComponent pc, StringBuilder buf, int level ) [static] : void
[run-time name: org/apache/cxf/ws/policy/PolicyUtils.printPolicyComponent:(Lorg/apache/neethi/PolicyComponent;Ljava/lang/StringBuilder;I)V]
openejb-cxf-bundle-2.5.2.jar, PolicyVerificationInFaultInterceptor.class
package org.apache.cxf.ws.policy
PolicyVerificationInFaultInterceptor.handle ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyVerificationInFaultInterceptor.handle:(Lorg/apache/cxf/message/Message;)V]
PolicyVerificationInFaultInterceptor.PolicyVerificationInFaultInterceptor ( )
[run-time name: org/apache/cxf/ws/policy/PolicyVerificationInFaultInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, PolicyVerificationInInterceptor.class
package org.apache.cxf.ws.policy
PolicyVerificationInInterceptor.handle ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyVerificationInInterceptor.handle:(Lorg/apache/cxf/message/Message;)V]
PolicyVerificationInInterceptor.PolicyVerificationInInterceptor ( )
[run-time name: org/apache/cxf/ws/policy/PolicyVerificationInInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, PolicyVerificationOutInterceptor.class
package org.apache.cxf.ws.policy
PolicyVerificationOutInterceptor.handle ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/ws/policy/PolicyVerificationOutInterceptor.handle:(Lorg/apache/cxf/message/Message;)V]
PolicyVerificationOutInterceptor.PolicyVerificationOutInterceptor ( )
[run-time name: org/apache/cxf/ws/policy/PolicyVerificationOutInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, PooledFactory.class
package org.apache.cxf.service.invoker
PooledFactory.create ( org.apache.cxf.message.Exchange ex ) : Object
[run-time name: org/apache/cxf/service/invoker/PooledFactory.create:(Lorg/apache/cxf/message/Exchange;)Ljava/lang/Object;]
PooledFactory.createObject ( org.apache.cxf.message.Exchange e ) : Object
[run-time name: org/apache/cxf/service/invoker/PooledFactory.createObject:(Lorg/apache/cxf/message/Exchange;)Ljava/lang/Object;]
PooledFactory.PooledFactory ( Class svcClass, int max )
[run-time name: org/apache/cxf/service/invoker/PooledFactory."<init>":(Ljava/lang/Class;I)V]
PooledFactory.PooledFactory ( java.util.Collection objs )
[run-time name: org/apache/cxf/service/invoker/PooledFactory."<init>":(Ljava/util/Collection;)V]
PooledFactory.PooledFactory ( Factory factory, int max )
[run-time name: org/apache/cxf/service/invoker/PooledFactory."<init>":(Lorg/apache/cxf/service/invoker/Factory;I)V]
PooledFactory.PooledFactory ( Factory factory, int max, boolean createMore )
[run-time name: org/apache/cxf/service/invoker/PooledFactory."<init>":(Lorg/apache/cxf/service/invoker/Factory;IZ)V]
PooledFactory.release ( org.apache.cxf.message.Exchange ex, Object o ) : void
[run-time name: org/apache/cxf/service/invoker/PooledFactory.release:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, PortComponentHandlerType.class
package org.apache.cxf.jaxws.javaee
PortComponentHandlerType.getDescription ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentHandlerType.getDescription:()Ljava/util/List;]
PortComponentHandlerType.getDisplayName ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentHandlerType.getDisplayName:()Ljava/util/List;]
PortComponentHandlerType.getHandlerClass ( ) : FullyQualifiedClassType
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentHandlerType.getHandlerClass:()Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;]
PortComponentHandlerType.getHandlerName ( ) : CString
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentHandlerType.getHandlerName:()Lorg/apache/cxf/jaxws/javaee/CString;]
PortComponentHandlerType.getIcon ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentHandlerType.getIcon:()Ljava/util/List;]
PortComponentHandlerType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentHandlerType.getId:()Ljava/lang/String;]
PortComponentHandlerType.getInitParam ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentHandlerType.getInitParam:()Ljava/util/List;]
PortComponentHandlerType.getSoapHeader ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentHandlerType.getSoapHeader:()Ljava/util/List;]
PortComponentHandlerType.getSoapRole ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentHandlerType.getSoapRole:()Ljava/util/List;]
PortComponentHandlerType.PortComponentHandlerType ( )
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentHandlerType."<init>":()V]
PortComponentHandlerType.setHandlerClass ( FullyQualifiedClassType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentHandlerType.setHandlerClass:(Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;)V]
PortComponentHandlerType.setHandlerName ( CString value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentHandlerType.setHandlerName:(Lorg/apache/cxf/jaxws/javaee/CString;)V]
PortComponentHandlerType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentHandlerType.setId:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, PortComponentRefType.class
package org.apache.cxf.jaxws.javaee
PortComponentRefType.getEnableMtom ( ) : TrueFalseType
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentRefType.getEnableMtom:()Lorg/apache/cxf/jaxws/javaee/TrueFalseType;]
PortComponentRefType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentRefType.getId:()Ljava/lang/String;]
PortComponentRefType.getPortComponentLink ( ) : CString
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentRefType.getPortComponentLink:()Lorg/apache/cxf/jaxws/javaee/CString;]
PortComponentRefType.getServiceEndpointInterface ( ) : FullyQualifiedClassType
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentRefType.getServiceEndpointInterface:()Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;]
PortComponentRefType.PortComponentRefType ( )
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentRefType."<init>":()V]
PortComponentRefType.setEnableMtom ( TrueFalseType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentRefType.setEnableMtom:(Lorg/apache/cxf/jaxws/javaee/TrueFalseType;)V]
PortComponentRefType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentRefType.setId:(Ljava/lang/String;)V]
PortComponentRefType.setPortComponentLink ( CString value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentRefType.setPortComponentLink:(Lorg/apache/cxf/jaxws/javaee/CString;)V]
PortComponentRefType.setServiceEndpointInterface ( FullyQualifiedClassType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentRefType.setServiceEndpointInterface:(Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;)V]
openejb-cxf-bundle-2.5.2.jar, PortComponentType.class
package org.apache.cxf.jaxws.javaee
PortComponentType.getDescription ( ) : DescriptionType
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.getDescription:()Lorg/apache/cxf/jaxws/javaee/DescriptionType;]
PortComponentType.getDisplayName ( ) : DisplayNameType
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.getDisplayName:()Lorg/apache/cxf/jaxws/javaee/DisplayNameType;]
PortComponentType.getEnableMtom ( ) : TrueFalseType
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.getEnableMtom:()Lorg/apache/cxf/jaxws/javaee/TrueFalseType;]
PortComponentType.getHandler ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.getHandler:()Ljava/util/List;]
PortComponentType.getHandlerChains ( ) : HandlerChainsType
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.getHandlerChains:()Lorg/apache/cxf/jaxws/javaee/HandlerChainsType;]
PortComponentType.getIcon ( ) : IconType
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.getIcon:()Lorg/apache/cxf/jaxws/javaee/IconType;]
PortComponentType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.getId:()Ljava/lang/String;]
PortComponentType.getPortComponentName ( ) : CString
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.getPortComponentName:()Lorg/apache/cxf/jaxws/javaee/CString;]
PortComponentType.getProtocolBinding ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.getProtocolBinding:()Ljava/lang/String;]
PortComponentType.getServiceEndpointInterface ( ) : FullyQualifiedClassType
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.getServiceEndpointInterface:()Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;]
PortComponentType.getServiceImplBean ( ) : ServiceImplBeanType
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.getServiceImplBean:()Lorg/apache/cxf/jaxws/javaee/ServiceImplBeanType;]
PortComponentType.getWsdlPort ( ) : XsdQNameType
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.getWsdlPort:()Lorg/apache/cxf/jaxws/javaee/XsdQNameType;]
PortComponentType.getWsdlService ( ) : XsdQNameType
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.getWsdlService:()Lorg/apache/cxf/jaxws/javaee/XsdQNameType;]
PortComponentType.PortComponentType ( )
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType."<init>":()V]
PortComponentType.setDescription ( DescriptionType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.setDescription:(Lorg/apache/cxf/jaxws/javaee/DescriptionType;)V]
PortComponentType.setDisplayName ( DisplayNameType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.setDisplayName:(Lorg/apache/cxf/jaxws/javaee/DisplayNameType;)V]
PortComponentType.setEnableMtom ( TrueFalseType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.setEnableMtom:(Lorg/apache/cxf/jaxws/javaee/TrueFalseType;)V]
PortComponentType.setHandlerChains ( HandlerChainsType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.setHandlerChains:(Lorg/apache/cxf/jaxws/javaee/HandlerChainsType;)V]
PortComponentType.setIcon ( IconType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.setIcon:(Lorg/apache/cxf/jaxws/javaee/IconType;)V]
PortComponentType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.setId:(Ljava/lang/String;)V]
PortComponentType.setPortComponentName ( CString value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.setPortComponentName:(Lorg/apache/cxf/jaxws/javaee/CString;)V]
PortComponentType.setProtocolBinding ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.setProtocolBinding:(Ljava/lang/String;)V]
PortComponentType.setServiceEndpointInterface ( FullyQualifiedClassType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.setServiceEndpointInterface:(Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;)V]
PortComponentType.setServiceImplBean ( ServiceImplBeanType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.setServiceImplBean:(Lorg/apache/cxf/jaxws/javaee/ServiceImplBeanType;)V]
PortComponentType.setWsdlPort ( XsdQNameType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.setWsdlPort:(Lorg/apache/cxf/jaxws/javaee/XsdQNameType;)V]
PortComponentType.setWsdlService ( XsdQNameType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PortComponentType.setWsdlService:(Lorg/apache/cxf/jaxws/javaee/XsdQNameType;)V]
openejb-cxf-bundle-2.5.2.jar, PortInfoImpl.class
package org.apache.cxf.jaxws.handler
PortInfoImpl.getAddress ( ) : String
[run-time name: org/apache/cxf/jaxws/handler/PortInfoImpl.getAddress:()Ljava/lang/String;]
PortInfoImpl.getBindingID ( ) : String
[run-time name: org/apache/cxf/jaxws/handler/PortInfoImpl.getBindingID:()Ljava/lang/String;]
PortInfoImpl.getPortName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/handler/PortInfoImpl.getPortName:()Ljavax/xml/namespace/QName;]
PortInfoImpl.getServiceName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/handler/PortInfoImpl.getServiceName:()Ljavax/xml/namespace/QName;]
PortInfoImpl.PortInfoImpl ( String bindingID, javax.xml.namespace.QName portName, javax.xml.namespace.QName serviceName )
[run-time name: org/apache/cxf/jaxws/handler/PortInfoImpl."<init>":(Ljava/lang/String;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)V]
PortInfoImpl.setAddress ( String address ) : void
[run-time name: org/apache/cxf/jaxws/handler/PortInfoImpl.setAddress:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, PortTypeVisitor.class
package org.apache.cxf.tools.corba.processors.idl
PortTypeVisitor.accept ( antlr.collections.AST node ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/PortTypeVisitor.accept:(Lantlr/collections/AST;)Z]
PortTypeVisitor.createBinding ( String scopedPortTypeName ) : javax.wsdl.Binding
[run-time name: org/apache/cxf/tools/corba/processors/idl/PortTypeVisitor.createBinding:(Ljava/lang/String;)Ljavax/wsdl/Binding;]
PortTypeVisitor.PortTypeVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlASTVisitor )
[run-time name: org/apache/cxf/tools/corba/processors/idl/PortTypeVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;)V]
PortTypeVisitor.visit ( antlr.collections.AST node ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/PortTypeVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, PreexistingConduitSelector.class
package org.apache.cxf.endpoint
PreexistingConduitSelector.close ( ) : void
[run-time name: org/apache/cxf/endpoint/PreexistingConduitSelector.close:()V]
PreexistingConduitSelector.complete ( org.apache.cxf.message.Exchange exchange ) : void
[run-time name: org/apache/cxf/endpoint/PreexistingConduitSelector.complete:(Lorg/apache/cxf/message/Exchange;)V]
PreexistingConduitSelector.getEndpoint ( ) : Endpoint
[run-time name: org/apache/cxf/endpoint/PreexistingConduitSelector.getEndpoint:()Lorg/apache/cxf/endpoint/Endpoint;]
PreexistingConduitSelector.PreexistingConduitSelector ( org.apache.cxf.transport.Conduit c )
[run-time name: org/apache/cxf/endpoint/PreexistingConduitSelector."<init>":(Lorg/apache/cxf/transport/Conduit;)V]
PreexistingConduitSelector.PreexistingConduitSelector ( org.apache.cxf.transport.Conduit c, Endpoint e )
[run-time name: org/apache/cxf/endpoint/PreexistingConduitSelector."<init>":(Lorg/apache/cxf/transport/Conduit;Lorg/apache/cxf/endpoint/Endpoint;)V]
PreexistingConduitSelector.prepare ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/endpoint/PreexistingConduitSelector.prepare:(Lorg/apache/cxf/message/Message;)V]
PreexistingConduitSelector.selectConduit ( org.apache.cxf.message.Message message ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/endpoint/PreexistingConduitSelector.selectConduit:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/transport/Conduit;]
PreexistingConduitSelector.setEndpoint ( Endpoint ep ) : void
[run-time name: org/apache/cxf/endpoint/PreexistingConduitSelector.setEndpoint:(Lorg/apache/cxf/endpoint/Endpoint;)V]
openejb-cxf-bundle-2.5.2.jar, PrefixCollectingXMLStreamWriter.class
package org.apache.cxf.jaxrs.provider
PrefixCollectingXMLStreamWriter.close ( ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.close:()V]
PrefixCollectingXMLStreamWriter.flush ( ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.flush:()V]
PrefixCollectingXMLStreamWriter.getNamespaceContext ( ) : javax.xml.namespace.NamespaceContext
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.getNamespaceContext:()Ljavax/xml/namespace/NamespaceContext;]
PrefixCollectingXMLStreamWriter.getPrefix ( String uri ) : String
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.getPrefix:(Ljava/lang/String;)Ljava/lang/String;]
PrefixCollectingXMLStreamWriter.getProperty ( String name ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
PrefixCollectingXMLStreamWriter.PrefixCollectingXMLStreamWriter ( javax.xml.stream.XMLStreamWriter target, java.util.Map namespaces )
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter."<init>":(Ljavax/xml/stream/XMLStreamWriter;Ljava/util/Map;)V]
PrefixCollectingXMLStreamWriter.setDefaultNamespace ( String uri ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.setDefaultNamespace:(Ljava/lang/String;)V]
PrefixCollectingXMLStreamWriter.setNamespaceContext ( javax.xml.namespace.NamespaceContext context ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.setNamespaceContext:(Ljavax/xml/namespace/NamespaceContext;)V]
PrefixCollectingXMLStreamWriter.setPrefix ( String prefix, String uri ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.setPrefix:(Ljava/lang/String;Ljava/lang/String;)V]
PrefixCollectingXMLStreamWriter.writeAttribute ( String localName, String value ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;)V]
PrefixCollectingXMLStreamWriter.writeAttribute ( String namespaceURI, String localName, String value ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
PrefixCollectingXMLStreamWriter.writeAttribute ( String prefix, String namespaceURI, String localName, String value ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
PrefixCollectingXMLStreamWriter.writeCData ( String data ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeCData:(Ljava/lang/String;)V]
PrefixCollectingXMLStreamWriter.writeCharacters ( char[ ] text, int start, int len ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeCharacters:([CII)V]
PrefixCollectingXMLStreamWriter.writeCharacters ( String text ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeCharacters:(Ljava/lang/String;)V]
PrefixCollectingXMLStreamWriter.writeComment ( String data ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeComment:(Ljava/lang/String;)V]
PrefixCollectingXMLStreamWriter.writeDefaultNamespace ( String namespaceURI ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeDefaultNamespace:(Ljava/lang/String;)V]
PrefixCollectingXMLStreamWriter.writeDTD ( String dtd ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeDTD:(Ljava/lang/String;)V]
PrefixCollectingXMLStreamWriter.writeEmptyElement ( String localName ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeEmptyElement:(Ljava/lang/String;)V]
PrefixCollectingXMLStreamWriter.writeEmptyElement ( String namespaceURI, String localName ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeEmptyElement:(Ljava/lang/String;Ljava/lang/String;)V]
PrefixCollectingXMLStreamWriter.writeEmptyElement ( String prefix, String localName, String namespaceURI ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeEmptyElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
PrefixCollectingXMLStreamWriter.writeEndDocument ( ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeEndDocument:()V]
PrefixCollectingXMLStreamWriter.writeEndElement ( ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeEndElement:()V]
PrefixCollectingXMLStreamWriter.writeEntityRef ( String name ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeEntityRef:(Ljava/lang/String;)V]
PrefixCollectingXMLStreamWriter.writeNamespace ( String prefix, String namespaceURI ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
PrefixCollectingXMLStreamWriter.writeProcessingInstruction ( String pitarget ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeProcessingInstruction:(Ljava/lang/String;)V]
PrefixCollectingXMLStreamWriter.writeProcessingInstruction ( String pitarget, String data ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeProcessingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
PrefixCollectingXMLStreamWriter.writeStartDocument ( ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeStartDocument:()V]
PrefixCollectingXMLStreamWriter.writeStartDocument ( String encoding, String version ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeStartDocument:(Ljava/lang/String;Ljava/lang/String;)V]
PrefixCollectingXMLStreamWriter.writeStartDocument ( String version ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeStartDocument:(Ljava/lang/String;)V]
PrefixCollectingXMLStreamWriter.writeStartElement ( String localName ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeStartElement:(Ljava/lang/String;)V]
PrefixCollectingXMLStreamWriter.writeStartElement ( String namespaceURI, String localName ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeStartElement:(Ljava/lang/String;Ljava/lang/String;)V]
PrefixCollectingXMLStreamWriter.writeStartElement ( String prefix, String localName, String namespaceURI ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrefixCollectingXMLStreamWriter.writeStartElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, PrefixRespectingMappedNamespaceConvention.class
package org.apache.cxf.jaxrs.provider
PrefixRespectingMappedNamespaceConvention.createKey ( String prefix, String ns, String local ) : String
[run-time name: org/apache/cxf/jaxrs/provider/PrefixRespectingMappedNamespaceConvention.createKey:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
PrefixRespectingMappedNamespaceConvention.PrefixRespectingMappedNamespaceConvention ( org.codehaus.jettison.mapped.Configuration c )
[run-time name: org/apache/cxf/jaxrs/provider/PrefixRespectingMappedNamespaceConvention."<init>":(Lorg/codehaus/jettison/mapped/Configuration;)V]
openejb-cxf-bundle-2.5.2.jar, PreprocessingException.class
package org.apache.cxf.tools.corba.idlpreprocessor
PreprocessingException.getLine ( ) : int
[run-time name: org/apache/cxf/tools/corba/idlpreprocessor/PreprocessingException.getLine:()I]
PreprocessingException.getUrl ( ) : java.net.URL
[run-time name: org/apache/cxf/tools/corba/idlpreprocessor/PreprocessingException.getUrl:()Ljava/net/URL;]
PreprocessingException.PreprocessingException ( String message, java.net.URL link, int lineNo )
[run-time name: org/apache/cxf/tools/corba/idlpreprocessor/PreprocessingException."<init>":(Ljava/lang/String;Ljava/net/URL;I)V]
PreprocessingException.PreprocessingException ( String message, java.net.URL link, int lineNo, Throwable cause )
[run-time name: org/apache/cxf/tools/corba/idlpreprocessor/PreprocessingException."<init>":(Ljava/lang/String;Ljava/net/URL;ILjava/lang/Throwable;)V]
PreprocessingException.toString ( ) : String
[run-time name: org/apache/cxf/tools/corba/idlpreprocessor/PreprocessingException.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, PrettyPrintXMLStreamWriter.class
package org.apache.cxf.wsdl
PrettyPrintXMLStreamWriter.close ( ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.close:()V]
PrettyPrintXMLStreamWriter.flush ( ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.flush:()V]
PrettyPrintXMLStreamWriter.getNamespaceContext ( ) : javax.xml.namespace.NamespaceContext
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.getNamespaceContext:()Ljavax/xml/namespace/NamespaceContext;]
PrettyPrintXMLStreamWriter.getPrefix ( String uri ) : String
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.getPrefix:(Ljava/lang/String;)Ljava/lang/String;]
PrettyPrintXMLStreamWriter.getProperty ( String name ) : Object
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
PrettyPrintXMLStreamWriter.indent ( ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.indent:()V]
PrettyPrintXMLStreamWriter.indentWithSpaces ( ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.indentWithSpaces:()V]
PrettyPrintXMLStreamWriter.PrettyPrintXMLStreamWriter ( javax.xml.stream.XMLStreamWriter writer, Class parent )
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter."<init>":(Ljavax/xml/stream/XMLStreamWriter;Ljava/lang/Class;)V]
PrettyPrintXMLStreamWriter.setDefaultNamespace ( String uri ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.setDefaultNamespace:(Ljava/lang/String;)V]
PrettyPrintXMLStreamWriter.setNamespaceContext ( javax.xml.namespace.NamespaceContext context ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.setNamespaceContext:(Ljavax/xml/namespace/NamespaceContext;)V]
PrettyPrintXMLStreamWriter.setPrefix ( String prefix, String uri ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.setPrefix:(Ljava/lang/String;Ljava/lang/String;)V]
PrettyPrintXMLStreamWriter.unindent ( ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.unindent:()V]
PrettyPrintXMLStreamWriter.writeAttribute ( String localName, String value ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;)V]
PrettyPrintXMLStreamWriter.writeAttribute ( String namespaceURI, String localName, String value ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
PrettyPrintXMLStreamWriter.writeAttribute ( String prefix, String namespaceURI, String localName, String value ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
PrettyPrintXMLStreamWriter.writeCData ( String data ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeCData:(Ljava/lang/String;)V]
PrettyPrintXMLStreamWriter.writeCharacters ( char[ ] text, int start, int len ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeCharacters:([CII)V]
PrettyPrintXMLStreamWriter.writeCharacters ( String text ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeCharacters:(Ljava/lang/String;)V]
PrettyPrintXMLStreamWriter.writeComment ( String data ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeComment:(Ljava/lang/String;)V]
PrettyPrintXMLStreamWriter.writeDefaultNamespace ( String namespaceURI ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeDefaultNamespace:(Ljava/lang/String;)V]
PrettyPrintXMLStreamWriter.writeDTD ( String dtd ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeDTD:(Ljava/lang/String;)V]
PrettyPrintXMLStreamWriter.writeEmptyElement ( String localName ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeEmptyElement:(Ljava/lang/String;)V]
PrettyPrintXMLStreamWriter.writeEmptyElement ( String namespaceURI, String localName ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeEmptyElement:(Ljava/lang/String;Ljava/lang/String;)V]
PrettyPrintXMLStreamWriter.writeEmptyElement ( String prefix, String localName, String namespaceURI ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeEmptyElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
PrettyPrintXMLStreamWriter.writeEndDocument ( ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeEndDocument:()V]
PrettyPrintXMLStreamWriter.writeEndElement ( ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeEndElement:()V]
PrettyPrintXMLStreamWriter.writeEntityRef ( String name ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeEntityRef:(Ljava/lang/String;)V]
PrettyPrintXMLStreamWriter.writeNamespace ( String prefix, String namespaceURI ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
PrettyPrintXMLStreamWriter.writeProcessingInstruction ( String target ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeProcessingInstruction:(Ljava/lang/String;)V]
PrettyPrintXMLStreamWriter.writeProcessingInstruction ( String target, String data ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeProcessingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
PrettyPrintXMLStreamWriter.writeSpaces ( ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeSpaces:()V]
PrettyPrintXMLStreamWriter.writeStartDocument ( ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeStartDocument:()V]
PrettyPrintXMLStreamWriter.writeStartDocument ( String encoding, String version ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeStartDocument:(Ljava/lang/String;Ljava/lang/String;)V]
PrettyPrintXMLStreamWriter.writeStartDocument ( String version ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeStartDocument:(Ljava/lang/String;)V]
PrettyPrintXMLStreamWriter.writeStartElement ( String localName ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeStartElement:(Ljava/lang/String;)V]
PrettyPrintXMLStreamWriter.writeStartElement ( String namespaceURI, String localName ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeStartElement:(Ljava/lang/String;Ljava/lang/String;)V]
PrettyPrintXMLStreamWriter.writeStartElement ( String prefix, String localName, String namespaceURI ) : void
[run-time name: org/apache/cxf/wsdl/PrettyPrintXMLStreamWriter.writeStartElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, PrimitiveAssertion.class
package org.apache.cxf.ws.policy.builder.primitive
PrimitiveAssertion.clone ( boolean opt ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/policy/builder/primitive/PrimitiveAssertion.clone:(Z)Lorg/apache/neethi/Assertion;]
PrimitiveAssertion.PrimitiveAssertion ( )
[run-time name: org/apache/cxf/ws/policy/builder/primitive/PrimitiveAssertion."<init>":()V]
PrimitiveAssertion.PrimitiveAssertion ( javax.xml.namespace.QName n )
[run-time name: org/apache/cxf/ws/policy/builder/primitive/PrimitiveAssertion."<init>":(Ljavax/xml/namespace/QName;)V]
PrimitiveAssertion.PrimitiveAssertion ( javax.xml.namespace.QName n, boolean o )
[run-time name: org/apache/cxf/ws/policy/builder/primitive/PrimitiveAssertion."<init>":(Ljavax/xml/namespace/QName;Z)V]
PrimitiveAssertion.PrimitiveAssertion ( javax.xml.namespace.QName n, boolean o, boolean i )
[run-time name: org/apache/cxf/ws/policy/builder/primitive/PrimitiveAssertion."<init>":(Ljavax/xml/namespace/QName;ZZ)V]
PrimitiveAssertion.PrimitiveAssertion ( javax.xml.namespace.QName n, boolean o, boolean i, java.util.Map atts )
[run-time name: org/apache/cxf/ws/policy/builder/primitive/PrimitiveAssertion."<init>":(Ljavax/xml/namespace/QName;ZZLjava/util/Map;)V]
PrimitiveAssertion.PrimitiveAssertion ( org.w3c.dom.Element element )
[run-time name: org/apache/cxf/ws/policy/builder/primitive/PrimitiveAssertion."<init>":(Lorg/w3c/dom/Element;)V]
openejb-cxf-bundle-2.5.2.jar, PrimitiveAssertionBuilder.class
package org.apache.cxf.ws.policy.builder.primitive
PrimitiveAssertionBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/policy/builder/primitive/PrimitiveAssertionBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
PrimitiveAssertionBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory fact ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/policy/builder/primitive/PrimitiveAssertionBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
PrimitiveAssertionBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/policy/builder/primitive/PrimitiveAssertionBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
PrimitiveAssertionBuilder.PrimitiveAssertionBuilder ( )
[run-time name: org/apache/cxf/ws/policy/builder/primitive/PrimitiveAssertionBuilder."<init>":()V]
PrimitiveAssertionBuilder.PrimitiveAssertionBuilder ( java.util.Collection els )
[run-time name: org/apache/cxf/ws/policy/builder/primitive/PrimitiveAssertionBuilder."<init>":(Ljava/util/Collection;)V]
PrimitiveAssertionBuilder.PrimitiveAssertionBuilder ( javax.xml.namespace.QName[ ] els )
[run-time name: org/apache/cxf/ws/policy/builder/primitive/PrimitiveAssertionBuilder."<init>":([Ljavax/xml/namespace/QName;)V]
PrimitiveAssertionBuilder.setKnownElements ( java.util.Collection k ) : void
[run-time name: org/apache/cxf/ws/policy/builder/primitive/PrimitiveAssertionBuilder.setKnownElements:(Ljava/util/Collection;)V]
PrimitiveAssertionBuilder.setKnownElements ( javax.xml.namespace.QName[ ] k ) : void
[run-time name: org/apache/cxf/ws/policy/builder/primitive/PrimitiveAssertionBuilder.setKnownElements:([Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, PrimitiveMapBase.class
package org.apache.cxf.tools.corba.common
PrimitiveMapBase.get ( Object key ) : Object
[run-time name: org/apache/cxf/tools/corba/common/PrimitiveMapBase.get:(Ljava/lang/Object;)Ljava/lang/Object;]
PrimitiveMapBase.PrimitiveMapBase ( )
[run-time name: org/apache/cxf/tools/corba/common/PrimitiveMapBase."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, PrimitiveSearchCondition.class
package org.apache.cxf.jaxrs.ext.search
PrimitiveSearchCondition.accept ( SearchConditionVisitor visitor ) : void
[run-time name: org/apache/cxf/jaxrs/ext/search/PrimitiveSearchCondition.accept:(Lorg/apache/cxf/jaxrs/ext/search/SearchConditionVisitor;)V]
PrimitiveSearchCondition.findAll ( java.util.Collection pojos ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/ext/search/PrimitiveSearchCondition.findAll:(Ljava/util/Collection;)Ljava/util/List;]
PrimitiveSearchCondition.getCondition ( ) : Object
[run-time name: org/apache/cxf/jaxrs/ext/search/PrimitiveSearchCondition.getCondition:()Ljava/lang/Object;]
PrimitiveSearchCondition.getConditionType ( ) : ConditionType
[run-time name: org/apache/cxf/jaxrs/ext/search/PrimitiveSearchCondition.getConditionType:()Lorg/apache/cxf/jaxrs/ext/search/ConditionType;]
PrimitiveSearchCondition.getSearchConditions ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/ext/search/PrimitiveSearchCondition.getSearchConditions:()Ljava/util/List;]
PrimitiveSearchCondition.getStatement ( ) : PrimitiveStatement
[run-time name: org/apache/cxf/jaxrs/ext/search/PrimitiveSearchCondition.getStatement:()Lorg/apache/cxf/jaxrs/ext/search/PrimitiveStatement;]
PrimitiveSearchCondition.isMet ( Object pojo ) : boolean
[run-time name: org/apache/cxf/jaxrs/ext/search/PrimitiveSearchCondition.isMet:(Ljava/lang/Object;)Z]
PrimitiveSearchCondition.PrimitiveSearchCondition ( String propertyName, Object propertyValue, ConditionType ct, Object condition )
[run-time name: org/apache/cxf/jaxrs/ext/search/PrimitiveSearchCondition."<init>":(Ljava/lang/String;Ljava/lang/Object;Lorg/apache/cxf/jaxrs/ext/search/ConditionType;Ljava/lang/Object;)V]
PrimitiveSearchCondition.toSQL ( String table, String[ ] columns ) : String
[run-time name: org/apache/cxf/jaxrs/ext/search/PrimitiveSearchCondition.toSQL:(Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, PrimitiveStatement.class
package org.apache.cxf.jaxrs.ext.search
PrimitiveStatement.getCondition ( ) : ConditionType
[run-time name: org/apache/cxf/jaxrs/ext/search/PrimitiveStatement.getCondition:()Lorg/apache/cxf/jaxrs/ext/search/ConditionType;]
PrimitiveStatement.getProperty ( ) : String
[run-time name: org/apache/cxf/jaxrs/ext/search/PrimitiveStatement.getProperty:()Ljava/lang/String;]
PrimitiveStatement.getValue ( ) : Object
[run-time name: org/apache/cxf/jaxrs/ext/search/PrimitiveStatement.getValue:()Ljava/lang/Object;]
PrimitiveStatement.PrimitiveStatement ( String property, Object value, ConditionType condition )
[run-time name: org/apache/cxf/jaxrs/ext/search/PrimitiveStatement."<init>":(Ljava/lang/String;Ljava/lang/Object;Lorg/apache/cxf/jaxrs/ext/search/ConditionType;)V]
openejb-cxf-bundle-2.5.2.jar, PrimitiveTextProvider.class
package org.apache.cxf.jaxrs.provider
PrimitiveTextProvider.getSize ( Object t, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : long
[run-time name: org/apache/cxf/jaxrs/provider/PrimitiveTextProvider.getSize:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J]
PrimitiveTextProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/PrimitiveTextProvider.isReadable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
PrimitiveTextProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/PrimitiveTextProvider.isWriteable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
PrimitiveTextProvider.PrimitiveTextProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/PrimitiveTextProvider."<init>":()V]
PrimitiveTextProvider.readFrom ( Class type, reflect.Type genType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/PrimitiveTextProvider.readFrom:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Ljava/lang/Object;]
PrimitiveTextProvider.writeTo ( Object obj, Class type, reflect.Type genType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/jaxrs/provider/PrimitiveTextProvider.writeTo:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, PrimitiveTypesVisitor.class
package org.apache.cxf.tools.corba.processors.idl
PrimitiveTypesVisitor.accept ( antlr.collections.AST node ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/PrimitiveTypesVisitor.accept:(Lantlr/collections/AST;)Z]
PrimitiveTypesVisitor.getCorbaType ( ) : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/idl/PrimitiveTypesVisitor.getCorbaType:()Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
PrimitiveTypesVisitor.getFullyQualifiedName ( ) : Scope
[run-time name: org/apache/cxf/tools/corba/processors/idl/PrimitiveTypesVisitor.getFullyQualifiedName:()Lorg/apache/cxf/tools/corba/processors/idl/Scope;]
PrimitiveTypesVisitor.getPrimitiveType ( antlr.collections.AST node ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/tools/corba/processors/idl/PrimitiveTypesVisitor.getPrimitiveType:(Lantlr/collections/AST;)Ljavax/xml/namespace/QName;]
PrimitiveTypesVisitor.getSchemaType ( ) : org.apache.ws.commons.schema.XmlSchemaType
[run-time name: org/apache/cxf/tools/corba/processors/idl/PrimitiveTypesVisitor.getSchemaType:()Lorg/apache/ws/commons/schema/XmlSchemaType;]
PrimitiveTypesVisitor.getScope ( ) : Scope
[run-time name: org/apache/cxf/tools/corba/processors/idl/PrimitiveTypesVisitor.getScope:()Lorg/apache/cxf/tools/corba/processors/idl/Scope;]
PrimitiveTypesVisitor.PrimitiveTypesVisitor ( Scope scopeRef, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas )
[run-time name: org/apache/cxf/tools/corba/processors/idl/PrimitiveTypesVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/ws/commons/schema/XmlSchemaCollection;)V]
PrimitiveTypesVisitor.visit ( antlr.collections.AST node ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/PrimitiveTypesVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, PrimitiveUtils.class
package org.apache.cxf.common.util
PrimitiveUtils.getClass ( String value ) [static] : Class
[run-time name: org/apache/cxf/common/util/PrimitiveUtils.getClass:(Ljava/lang/String;)Ljava/lang/Class;]
PrimitiveUtils.read ( String value, Class type ) [static] : Object
[run-time name: org/apache/cxf/common/util/PrimitiveUtils.read:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, PriorityType.class
package org.apache.cxf.transport.jms.wsdl
PriorityType.getElementType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/transport/jms/wsdl/PriorityType.getElementType:()Ljavax/xml/namespace/QName;]
PriorityType.getRequired ( ) : Boolean
[run-time name: org/apache/cxf/transport/jms/wsdl/PriorityType.getRequired:()Ljava/lang/Boolean;]
PriorityType.getValue ( ) : int
[run-time name: org/apache/cxf/transport/jms/wsdl/PriorityType.getValue:()I]
PriorityType.PriorityType ( )
[run-time name: org/apache/cxf/transport/jms/wsdl/PriorityType."<init>":()V]
PriorityType.setElementType ( javax.xml.namespace.QName type ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/PriorityType.setElementType:(Ljavax/xml/namespace/QName;)V]
PriorityType.setRequired ( Boolean required ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/PriorityType.setRequired:(Ljava/lang/Boolean;)V]
PriorityType.setValue ( int value ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/PriorityType.setValue:(I)V]
openejb-cxf-bundle-2.5.2.jar, ProblemActionType.class
package org.apache.cxf.ws.addressing
ProblemActionType.getAction ( ) : AttributedURIType
[run-time name: org/apache/cxf/ws/addressing/ProblemActionType.getAction:()Lorg/apache/cxf/ws/addressing/AttributedURIType;]
ProblemActionType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/ProblemActionType.getOtherAttributes:()Ljava/util/Map;]
ProblemActionType.getSoapAction ( ) : String
[run-time name: org/apache/cxf/ws/addressing/ProblemActionType.getSoapAction:()Ljava/lang/String;]
ProblemActionType.ProblemActionType ( )
[run-time name: org/apache/cxf/ws/addressing/ProblemActionType."<init>":()V]
ProblemActionType.setAction ( AttributedURIType value ) : void
[run-time name: org/apache/cxf/ws/addressing/ProblemActionType.setAction:(Lorg/apache/cxf/ws/addressing/AttributedURIType;)V]
ProblemActionType.setSoapAction ( String value ) : void
[run-time name: org/apache/cxf/ws/addressing/ProblemActionType.setSoapAction:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, Processor.class
package org.apache.cxf.tools.common
Processor.process ( ) [abstract] : void
[run-time name: org/apache/cxf/tools/common/Processor.process:()V]
Processor.setEnvironment ( ToolContext p1 ) [abstract] : void
[run-time name: org/apache/cxf/tools/common/Processor.setEnvironment:(Lorg/apache/cxf/tools/common/ToolContext;)V]
package org.apache.cxf.tools.corba.common
Processor.process ( ) [abstract] : void
[run-time name: org/apache/cxf/tools/corba/common/Processor.process:()V]
package org.apache.cxf.tools.plugin
Processor.getName ( ) : String
[run-time name: org/apache/cxf/tools/plugin/Processor.getName:()Ljava/lang/String;]
Processor.getPackage ( ) : String
[run-time name: org/apache/cxf/tools/plugin/Processor.getPackage:()Ljava/lang/String;]
Processor.Processor ( )
[run-time name: org/apache/cxf/tools/plugin/Processor."<init>":()V]
Processor.setName ( String value ) : void
[run-time name: org/apache/cxf/tools/plugin/Processor.setName:(Ljava/lang/String;)V]
Processor.setPackage ( String value ) : void
[run-time name: org/apache/cxf/tools/plugin/Processor.setPackage:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ProcessorEnvironment.class
package org.apache.cxf.tools.corba.common
ProcessorEnvironment.addExcludeNamespacePackageMap ( String namespace, String pn ) : void
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.addExcludeNamespacePackageMap:(Ljava/lang/String;Ljava/lang/String;)V]
ProcessorEnvironment.addJaxbBindingFile ( String location, org.xml.sax.InputSource is ) : void
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.addJaxbBindingFile:(Ljava/lang/String;Lorg/xml/sax/InputSource;)V]
ProcessorEnvironment.addNamespacePackageMap ( String namespace, String pn ) : void
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.addNamespacePackageMap:(Ljava/lang/String;Ljava/lang/String;)V]
ProcessorEnvironment.containsKey ( String key ) : boolean
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.containsKey:(Ljava/lang/String;)Z]
ProcessorEnvironment.get ( String key ) : Object
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.get:(Ljava/lang/String;)Ljava/lang/Object;]
ProcessorEnvironment.get ( String key, Object defaultValue ) : Object
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
ProcessorEnvironment.getBooleanValue ( String key, String defaultValue ) : boolean
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.getBooleanValue:(Ljava/lang/String;Ljava/lang/String;)Z]
ProcessorEnvironment.getCustomizedNS ( String ns ) : String
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.getCustomizedNS:(Ljava/lang/String;)Ljava/lang/String;]
ProcessorEnvironment.getExcludePackageName ( String ns ) : String
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.getExcludePackageName:(Ljava/lang/String;)Ljava/lang/String;]
ProcessorEnvironment.getJaxbBindingFile ( ) : java.util.Map
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.getJaxbBindingFile:()Ljava/util/Map;]
ProcessorEnvironment.getPackageName ( ) : String
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.getPackageName:()Ljava/lang/String;]
ProcessorEnvironment.hasExcludeNamespace ( String ns ) : boolean
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.hasExcludeNamespace:(Ljava/lang/String;)Z]
ProcessorEnvironment.hasNamespace ( String ns ) : boolean
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.hasNamespace:(Ljava/lang/String;)Z]
ProcessorEnvironment.isExcludeNamespaceEnabled ( ) : boolean
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.isExcludeNamespaceEnabled:()Z]
ProcessorEnvironment.isVerbose ( ) : boolean
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.isVerbose:()Z]
ProcessorEnvironment.loadDefaultExcludes ( ) : void
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.loadDefaultExcludes:()V]
ProcessorEnvironment.loadDefaultNS2Pck ( ) : void
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.loadDefaultNS2Pck:()V]
ProcessorEnvironment.mapPackageName ( String ns ) : String
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.mapPackageName:(Ljava/lang/String;)Ljava/lang/String;]
ProcessorEnvironment.optionSet ( String key ) : boolean
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.optionSet:(Ljava/lang/String;)Z]
ProcessorEnvironment.ProcessorEnvironment ( )
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment."<init>":()V]
ProcessorEnvironment.put ( String key, Object value ) : void
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.put:(Ljava/lang/String;Ljava/lang/Object;)V]
ProcessorEnvironment.remove ( String key ) : void
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.remove:(Ljava/lang/String;)V]
ProcessorEnvironment.setPackageName ( String pkgName ) : void
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.setPackageName:(Ljava/lang/String;)V]
ProcessorEnvironment.setParameters ( java.util.Map map ) : void
[run-time name: org/apache/cxf/tools/corba/common/ProcessorEnvironment.setParameters:(Ljava/util/Map;)V]
openejb-cxf-bundle-2.5.2.jar, ProcessorTestBase.class
package org.apache.cxf.tools.common
ProcessorTestBase.assertAttributesEquals ( javax.xml.namespace.QName element, java.util.Map q1, java.util.Map q2, java.util.Collection ignoreAttr ) : void
[run-time name: org/apache/cxf/tools/common/ProcessorTestBase.assertAttributesEquals:(Ljavax/xml/namespace/QName;Ljava/util/Map;Ljava/util/Map;Ljava/util/Collection;)V]
ProcessorTestBase.assertFileEquals ( java.io.File location1, java.io.File location2 ) : void
[run-time name: org/apache/cxf/tools/common/ProcessorTestBase.assertFileEquals:(Ljava/io/File;Ljava/io/File;)V]
ProcessorTestBase.assertFileEquals ( String f1, String f2 ) : void
[run-time name: org/apache/cxf/tools/common/ProcessorTestBase.assertFileEquals:(Ljava/lang/String;Ljava/lang/String;)V]
ProcessorTestBase.assertTagEquals ( Tag expected, Tag source ) : void
[run-time name: org/apache/cxf/tools/common/ProcessorTestBase.assertTagEquals:(Lorg/apache/cxf/tools/common/Tag;Lorg/apache/cxf/tools/common/Tag;)V]
ProcessorTestBase.assertTagEquals ( Tag expected, Tag source, java.util.List ignoreAttr, java.util.List ignoreTag ) : void
[run-time name: org/apache/cxf/tools/common/ProcessorTestBase.assertTagEquals:(Lorg/apache/cxf/tools/common/Tag;Lorg/apache/cxf/tools/common/Tag;Ljava/util/List;Ljava/util/List;)V]
ProcessorTestBase.assertWsdlEquals ( java.io.File expected, java.io.File source ) : void
[run-time name: org/apache/cxf/tools/common/ProcessorTestBase.assertWsdlEquals:(Ljava/io/File;Ljava/io/File;)V]
ProcessorTestBase.assertWsdlEquals ( java.io.File expected, java.io.File source, java.util.List attr, java.util.List tag ) : void
[run-time name: org/apache/cxf/tools/common/ProcessorTestBase.assertWsdlEquals:(Ljava/io/File;Ljava/io/File;Ljava/util/List;Ljava/util/List;)V]
ProcessorTestBase.assertWsdlEquals ( java.io.InputStream expected, java.io.InputStream source ) : void
[run-time name: org/apache/cxf/tools/common/ProcessorTestBase.assertWsdlEquals:(Ljava/io/InputStream;Ljava/io/InputStream;)V]
ProcessorTestBase.assertWsdlEquals ( java.io.InputStream expected, java.io.InputStream source, java.util.List attr, java.util.List tag ) : void
[run-time name: org/apache/cxf/tools/common/ProcessorTestBase.assertWsdlEquals:(Ljava/io/InputStream;Ljava/io/InputStream;Ljava/util/List;Ljava/util/List;)V]
ProcessorTestBase.assertXmlEquals ( java.io.File expected, java.io.File source ) : boolean
[run-time name: org/apache/cxf/tools/common/ProcessorTestBase.assertXmlEquals:(Ljava/io/File;Ljava/io/File;)Z]
ProcessorTestBase.assertXmlEquals ( java.io.File expected, java.io.File source, java.util.List ignoreAttr ) : boolean
[run-time name: org/apache/cxf/tools/common/ProcessorTestBase.assertXmlEquals:(Ljava/io/File;Ljava/io/File;Ljava/util/List;)Z]
ProcessorTestBase.getClassPath ( ) : String
[run-time name: org/apache/cxf/tools/common/ProcessorTestBase.getClassPath:()Ljava/lang/String;]
ProcessorTestBase.getLocation ( String wsdlFile ) : String
[run-time name: org/apache/cxf/tools/common/ProcessorTestBase.getLocation:(Ljava/lang/String;)Ljava/lang/String;]
ProcessorTestBase.getResource ( String wsdlFile ) : java.io.File
[run-time name: org/apache/cxf/tools/common/ProcessorTestBase.getResource:(Ljava/lang/String;)Ljava/io/File;]
ProcessorTestBase.getStringFromFile ( java.io.File location ) : String
[run-time name: org/apache/cxf/tools/common/ProcessorTestBase.getStringFromFile:(Ljava/io/File;)Ljava/lang/String;]
ProcessorTestBase.ProcessorTestBase ( )
[run-time name: org/apache/cxf/tools/common/ProcessorTestBase."<init>":()V]
ProcessorTestBase.tearDown ( ) : void
[run-time name: org/apache/cxf/tools/common/ProcessorTestBase.tearDown:()V]
openejb-cxf-bundle-2.5.2.jar, ProofEncryptionType.class
package org.apache.cxf.ws.security.sts.provider.model
ProofEncryptionType.getAny ( ) : Object
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ProofEncryptionType.getAny:()Ljava/lang/Object;]
ProofEncryptionType.ProofEncryptionType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ProofEncryptionType."<init>":()V]
ProofEncryptionType.setAny ( Object value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ProofEncryptionType.setAny:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, PropertiesAwareDataBinding.class
package org.apache.cxf.databinding
PropertiesAwareDataBinding.initialize ( java.util.Map p1 ) [abstract] : void
[run-time name: org/apache/cxf/databinding/PropertiesAwareDataBinding.initialize:(Ljava/util/Map;)V]
openejb-cxf-bundle-2.5.2.jar, PropertiesLoaderUtils.class
package org.apache.cxf.common.util
PropertiesLoaderUtils.getPropertyNames ( java.util.Properties properties, String value ) [static] : java.util.Collection
[run-time name: org/apache/cxf/common/util/PropertiesLoaderUtils.getPropertyNames:(Ljava/util/Properties;Ljava/lang/String;)Ljava/util/Collection;]
PropertiesLoaderUtils.loadAllProperties ( String resourceName, ClassLoader classLoader ) [static] : java.util.Properties
[run-time name: org/apache/cxf/common/util/PropertiesLoaderUtils.loadAllProperties:(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/util/Properties;]
PropertiesLoaderUtils.loadAllProperties ( String resourceName, ClassLoader classLoader, java.util.logging.Logger logger, java.util.logging.Level level, String msg ) [static] : java.util.Properties
[run-time name: org/apache/cxf/common/util/PropertiesLoaderUtils.loadAllProperties:(Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/util/logging/Logger;Ljava/util/logging/Level;Ljava/lang/String;)Ljava/util/Properties;]
openejb-cxf-bundle-2.5.2.jar, PropertiesResolver.class
package org.apache.cxf.resource
PropertiesResolver.getAsStream ( String name ) : java.io.InputStream
[run-time name: org/apache/cxf/resource/PropertiesResolver.getAsStream:(Ljava/lang/String;)Ljava/io/InputStream;]
PropertiesResolver.PropertiesResolver ( java.util.Map p )
[run-time name: org/apache/cxf/resource/PropertiesResolver."<init>":(Ljava/util/Map;)V]
PropertiesResolver.resolve ( String resourceName, Class resourceType ) : Object
[run-time name: org/apache/cxf/resource/PropertiesResolver.resolve:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, Property.class
package org.apache.cxf.jaxrs.ext.search.client
Property.after ( java.util.Date p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.after:(Ljava/util/Date;)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.after ( javax.xml.datatype.Duration p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.after:(Ljavax/xml/datatype/Duration;)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.before ( java.util.Date p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.before:(Ljava/util/Date;)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.before ( javax.xml.datatype.Duration p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.before:(Ljavax/xml/datatype/Duration;)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.equalTo ( double p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.equalTo:(D)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.equalTo ( java.util.Date p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.equalTo:(Ljava/util/Date;)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.equalTo ( javax.xml.datatype.Duration p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.equalTo:(Ljavax/xml/datatype/Duration;)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.equalTo ( long p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.equalTo:(J)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.equalTo ( String p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.equalTo:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.greaterOrEqualTo ( double p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.greaterOrEqualTo:(D)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.greaterOrEqualTo ( long p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.greaterOrEqualTo:(J)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.greaterThan ( double p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.greaterThan:(D)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.greaterThan ( long p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.greaterThan:(J)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.lessOrEqualTo ( double p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.lessOrEqualTo:(D)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.lessOrEqualTo ( long p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.lessOrEqualTo:(J)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.lessThan ( double p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.lessThan:(D)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.lessThan ( long p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.lessThan:(J)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.lexicalAfter ( String p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.lexicalAfter:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.lexicalBefore ( String p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.lexicalBefore:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.lexicalNotAfter ( String p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.lexicalNotAfter:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.lexicalNotBefore ( String p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.lexicalNotBefore:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.notAfter ( java.util.Date p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.notAfter:(Ljava/util/Date;)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.notAfter ( javax.xml.datatype.Duration p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.notAfter:(Ljavax/xml/datatype/Duration;)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.notBefore ( java.util.Date p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.notBefore:(Ljava/util/Date;)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.notBefore ( javax.xml.datatype.Duration p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.notBefore:(Ljavax/xml/datatype/Duration;)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.notEqualTo ( double p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.notEqualTo:(D)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.notEqualTo ( java.util.Date p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.notEqualTo:(Ljava/util/Date;)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.notEqualTo ( javax.xml.datatype.Duration p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.notEqualTo:(Ljavax/xml/datatype/Duration;)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.notEqualTo ( long p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.notEqualTo:(J)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
Property.notEqualTo ( String p1 ) [abstract] : CompleteCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/client/Property.notEqualTo:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/ext/search/client/CompleteCondition;]
openejb-cxf-bundle-2.5.2.jar, PropertyType.class
package org.apache.cxf.jaxws.javaee
PropertyType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/PropertyType.getId:()Ljava/lang/String;]
PropertyType.getName ( ) : XsdStringType
[run-time name: org/apache/cxf/jaxws/javaee/PropertyType.getName:()Lorg/apache/cxf/jaxws/javaee/XsdStringType;]
PropertyType.getValue ( ) : XsdStringType
[run-time name: org/apache/cxf/jaxws/javaee/PropertyType.getValue:()Lorg/apache/cxf/jaxws/javaee/XsdStringType;]
PropertyType.PropertyType ( )
[run-time name: org/apache/cxf/jaxws/javaee/PropertyType."<init>":()V]
PropertyType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PropertyType.setId:(Ljava/lang/String;)V]
PropertyType.setName ( XsdStringType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PropertyType.setName:(Lorg/apache/cxf/jaxws/javaee/XsdStringType;)V]
PropertyType.setValue ( XsdStringType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/PropertyType.setValue:(Lorg/apache/cxf/jaxws/javaee/XsdStringType;)V]
openejb-cxf-bundle-2.5.2.jar, PropertyUtil.class
package org.apache.cxf.tools.util
PropertyUtil.getMaps ( ) : java.util.Map
[run-time name: org/apache/cxf/tools/util/PropertyUtil.getMaps:()Ljava/util/Map;]
PropertyUtil.getProperty ( String key ) : String
[run-time name: org/apache/cxf/tools/util/PropertyUtil.getProperty:(Ljava/lang/String;)Ljava/lang/String;]
PropertyUtil.load ( java.io.InputStream is ) : void
[run-time name: org/apache/cxf/tools/util/PropertyUtil.load:(Ljava/io/InputStream;)V]
PropertyUtil.load ( java.io.InputStream is, String delim ) : void
[run-time name: org/apache/cxf/tools/util/PropertyUtil.load:(Ljava/io/InputStream;Ljava/lang/String;)V]
PropertyUtil.PropertyUtil ( )
[run-time name: org/apache/cxf/tools/util/PropertyUtil."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ProtectionOrder.class
package org.apache.cxf.ws.security.policy
SPConstants.ProtectionOrder.valueOf ( String name ) [static] : SPConstants.ProtectionOrder
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.ProtectionOrder.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/ws/security/policy/SPConstants$ProtectionOrder;]
SPConstants.ProtectionOrder.values ( ) [static] : SPConstants.ProtectionOrder[ ]
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.ProtectionOrder.values:()[Lorg/apache/cxf/ws/security/policy/SPConstants$ProtectionOrder;]
openejb-cxf-bundle-2.5.2.jar, ProtectionToken.class
package org.apache.cxf.ws.security.policy.model
ProtectionToken.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/ProtectionToken.getName:()Ljavax/xml/namespace/QName;]
ProtectionToken.getProtectionToken ( ) : Token
[run-time name: org/apache/cxf/ws/security/policy/model/ProtectionToken.getProtectionToken:()Lorg/apache/cxf/ws/security/policy/model/Token;]
ProtectionToken.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/ProtectionToken.getRealName:()Ljavax/xml/namespace/QName;]
ProtectionToken.ProtectionToken ( org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/model/ProtectionToken."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
ProtectionToken.ProtectionToken ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/model/ProtectionToken."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
ProtectionToken.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/ProtectionToken.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
ProtectionToken.setProtectionToken ( Token protectionToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/ProtectionToken.setProtectionToken:(Lorg/apache/cxf/ws/security/policy/model/Token;)V]
openejb-cxf-bundle-2.5.2.jar, ProtectionTokenBuilder.class
package org.apache.cxf.ws.security.policy.builders
ProtectionTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/ProtectionTokenBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
ProtectionTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/ProtectionTokenBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
ProtectionTokenBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/ProtectionTokenBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
ProtectionTokenBuilder.ProtectionTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/builders/ProtectionTokenBuilder."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, ProtocolHeaders.class
package org.apache.cxf.jaxrs.ext
ProtocolHeaders.getRequestHeader ( String p1 ) [abstract] : java.util.List
[run-time name: org/apache/cxf/jaxrs/ext/ProtocolHeaders.getRequestHeader:(Ljava/lang/String;)Ljava/util/List;]
ProtocolHeaders.getRequestHeaders ( ) [abstract] : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/cxf/jaxrs/ext/ProtocolHeaders.getRequestHeaders:()Ljavax/ws/rs/core/MultivaluedMap;]
ProtocolHeaders.getRequestHeaderValue ( String p1 ) [abstract] : String
[run-time name: org/apache/cxf/jaxrs/ext/ProtocolHeaders.getRequestHeaderValue:(Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, ProtocolHeadersImpl.class
package org.apache.cxf.jaxrs.ext
ProtocolHeadersImpl.getRequestHeader ( String name ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/ext/ProtocolHeadersImpl.getRequestHeader:(Ljava/lang/String;)Ljava/util/List;]
ProtocolHeadersImpl.getRequestHeaders ( ) : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/cxf/jaxrs/ext/ProtocolHeadersImpl.getRequestHeaders:()Ljavax/ws/rs/core/MultivaluedMap;]
ProtocolHeadersImpl.getRequestHeaderValue ( String name ) : String
[run-time name: org/apache/cxf/jaxrs/ext/ProtocolHeadersImpl.getRequestHeaderValue:(Ljava/lang/String;)Ljava/lang/String;]
ProtocolHeadersImpl.ProtocolHeadersImpl ( org.apache.cxf.message.Message m )
[run-time name: org/apache/cxf/jaxrs/ext/ProtocolHeadersImpl."<init>":(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, ProtocolVariation.class
package org.apache.cxf.ws.rm
ProtocolVariation.findVariant ( String wsrm, String wsa ) [static] : ProtocolVariation
[run-time name: org/apache/cxf/ws/rm/ProtocolVariation.findVariant:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cxf/ws/rm/ProtocolVariation;]
ProtocolVariation.getCodec ( ) : EncoderDecoder
[run-time name: org/apache/cxf/ws/rm/ProtocolVariation.getCodec:()Lorg/apache/cxf/ws/rm/EncoderDecoder;]
ProtocolVariation.getConstants ( ) : RMConstants
[run-time name: org/apache/cxf/ws/rm/ProtocolVariation.getConstants:()Lorg/apache/cxf/ws/rm/RMConstants;]
ProtocolVariation.getWSANamespace ( ) : String
[run-time name: org/apache/cxf/ws/rm/ProtocolVariation.getWSANamespace:()Ljava/lang/String;]
ProtocolVariation.getWSRMNamespace ( ) : String
[run-time name: org/apache/cxf/ws/rm/ProtocolVariation.getWSRMNamespace:()Ljava/lang/String;]
ProtocolVariation.valueOf ( String name ) [static] : ProtocolVariation
[run-time name: org/apache/cxf/ws/rm/ProtocolVariation.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/ws/rm/ProtocolVariation;]
ProtocolVariation.values ( ) [static] : ProtocolVariation[ ]
[run-time name: org/apache/cxf/ws/rm/ProtocolVariation.values:()[Lorg/apache/cxf/ws/rm/ProtocolVariation;]
openejb-cxf-bundle-2.5.2.jar, ProviderFactory.class
package org.apache.cxf.jaxrs.provider
ProviderFactory.clearThreadLocalProxies ( ) : void
[run-time name: org/apache/cxf/jaxrs/provider/ProviderFactory.clearThreadLocalProxies:()V]
ProviderFactory.createContextResolver ( reflect.Type contextType, org.apache.cxf.message.Message m ) : javax.ws.rs.ext.ContextResolver
[run-time name: org/apache/cxf/jaxrs/provider/ProviderFactory.createContextResolver:(Ljava/lang/reflect/Type;Lorg/apache/cxf/message/Message;)Ljavax/ws/rs/ext/ContextResolver;]
ProviderFactory.createContextResolver ( reflect.Type contextType, org.apache.cxf.message.Message m, javax.ws.rs.core.MediaType type ) : javax.ws.rs.ext.ContextResolver
[run-time name: org/apache/cxf/jaxrs/provider/ProviderFactory.createContextResolver:(Ljava/lang/reflect/Type;Lorg/apache/cxf/message/Message;Ljavax/ws/rs/core/MediaType;)Ljavax/ws/rs/ext/ContextResolver;]
ProviderFactory.createExceptionMapper ( Class exceptionType, org.apache.cxf.message.Message m ) : javax.ws.rs.ext.ExceptionMapper
[run-time name: org/apache/cxf/jaxrs/provider/ProviderFactory.createExceptionMapper:(Ljava/lang/Class;Lorg/apache/cxf/message/Message;)Ljavax/ws/rs/ext/ExceptionMapper;]
ProviderFactory.createMessageBodyReader ( Class bodyType, reflect.Type parameterType, annotation.Annotation[ ] parameterAnnotations, javax.ws.rs.core.MediaType mediaType, org.apache.cxf.message.Message m ) : javax.ws.rs.ext.MessageBodyReader
[run-time name: org/apache/cxf/jaxrs/provider/ProviderFactory.createMessageBodyReader:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Lorg/apache/cxf/message/Message;)Ljavax/ws/rs/ext/MessageBodyReader;]
ProviderFactory.createMessageBodyWriter ( Class bodyType, reflect.Type parameterType, annotation.Annotation[ ] parameterAnnotations, javax.ws.rs.core.MediaType mediaType, org.apache.cxf.message.Message m ) : javax.ws.rs.ext.MessageBodyWriter
[run-time name: org/apache/cxf/jaxrs/provider/ProviderFactory.createMessageBodyWriter:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Lorg/apache/cxf/message/Message;)Ljavax/ws/rs/ext/MessageBodyWriter;]
ProviderFactory.createParameterHandler ( Class paramType ) : org.apache.cxf.jaxrs.ext.ParameterHandler
[run-time name: org/apache/cxf/jaxrs/provider/ProviderFactory.createParameterHandler:(Ljava/lang/Class;)Lorg/apache/cxf/jaxrs/ext/ParameterHandler;]
ProviderFactory.createResponseExceptionMapper ( Class paramType ) : org.apache.cxf.jaxrs.client.ResponseExceptionMapper
[run-time name: org/apache/cxf/jaxrs/provider/ProviderFactory.createResponseExceptionMapper:(Ljava/lang/Class;)Lorg/apache/cxf/jaxrs/client/ResponseExceptionMapper;]
ProviderFactory.getInstance ( ) [static] : ProviderFactory
[run-time name: org/apache/cxf/jaxrs/provider/ProviderFactory.getInstance:()Lorg/apache/cxf/jaxrs/provider/ProviderFactory;]
ProviderFactory.getInstance ( org.apache.cxf.message.Message m ) [static] : ProviderFactory
[run-time name: org/apache/cxf/jaxrs/provider/ProviderFactory.getInstance:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/jaxrs/provider/ProviderFactory;]
ProviderFactory.getRequestHandlers ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/provider/ProviderFactory.getRequestHandlers:()Ljava/util/List;]
ProviderFactory.getRequestPreprocessor ( ) : org.apache.cxf.jaxrs.impl.RequestPreprocessor
[run-time name: org/apache/cxf/jaxrs/provider/ProviderFactory.getRequestPreprocessor:()Lorg/apache/cxf/jaxrs/impl/RequestPreprocessor;]
ProviderFactory.getResponseHandlers ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/provider/ProviderFactory.getResponseHandlers:()Ljava/util/List;]
ProviderFactory.getSharedInstance ( ) [static] : ProviderFactory
[run-time name: org/apache/cxf/jaxrs/provider/ProviderFactory.getSharedInstance:()Lorg/apache/cxf/jaxrs/provider/ProviderFactory;]
ProviderFactory.initProviders ( java.util.List cris ) : void
[run-time name: org/apache/cxf/jaxrs/provider/ProviderFactory.initProviders:(Ljava/util/List;)V]
ProviderFactory.registerUserProvider ( Object provider ) : void
[run-time name: org/apache/cxf/jaxrs/provider/ProviderFactory.registerUserProvider:(Ljava/lang/Object;)V]
ProviderFactory.setApplicationProvider ( org.apache.cxf.jaxrs.model.ProviderInfo app ) : void
[run-time name: org/apache/cxf/jaxrs/provider/ProviderFactory.setApplicationProvider:(Lorg/apache/cxf/jaxrs/model/ProviderInfo;)V]
ProviderFactory.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/jaxrs/provider/ProviderFactory.setBus:(Lorg/apache/cxf/Bus;)V]
ProviderFactory.setRequestPreprocessor ( org.apache.cxf.jaxrs.impl.RequestPreprocessor rp ) : void
[run-time name: org/apache/cxf/jaxrs/provider/ProviderFactory.setRequestPreprocessor:(Lorg/apache/cxf/jaxrs/impl/RequestPreprocessor;)V]
ProviderFactory.setSchemaLocations ( java.util.List schemas ) : void
[run-time name: org/apache/cxf/jaxrs/provider/ProviderFactory.setSchemaLocations:(Ljava/util/List;)V]
ProviderFactory.setUserProviders ( java.util.List userProviders ) : void
[run-time name: org/apache/cxf/jaxrs/provider/ProviderFactory.setUserProviders:(Ljava/util/List;)V]
package org.apache.cxf.js.rhino
ProviderFactory.createAndPublish ( java.io.File f ) : void
[run-time name: org/apache/cxf/js/rhino/ProviderFactory.createAndPublish:(Ljava/io/File;)V]
ProviderFactory.createAndPublish ( java.io.File f, String epAddr, boolean isBase ) : void
[run-time name: org/apache/cxf/js/rhino/ProviderFactory.createAndPublish:(Ljava/io/File;Ljava/lang/String;Z)V]
ProviderFactory.createProvider ( javax.xml.ws.Service.Mode mode, org.mozilla.javascript.Scriptable scope, org.mozilla.javascript.Scriptable wsp, String epAddr, boolean isBase, boolean e4x ) : AbstractDOMProvider
[run-time name: org/apache/cxf/js/rhino/ProviderFactory.createProvider:(Ljavax/xml/ws/Service$Mode;Lorg/mozilla/javascript/Scriptable;Lorg/mozilla/javascript/Scriptable;Ljava/lang/String;ZZ)Lorg/apache/cxf/js/rhino/AbstractDOMProvider;]
ProviderFactory.ProviderFactory ( )
[run-time name: org/apache/cxf/js/rhino/ProviderFactory."<init>":()V]
ProviderFactory.ProviderFactory ( String baseAddr )
[run-time name: org/apache/cxf/js/rhino/ProviderFactory."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ProviderImpl.class
package org.apache.cxf.jaxws.spi
ProviderImpl.createAndPublishEndpoint ( String address, Object implementor, javax.xml.ws.WebServiceFeature[ ] features ) : javax.xml.ws.Endpoint
[run-time name: org/apache/cxf/jaxws/spi/ProviderImpl.createAndPublishEndpoint:(Ljava/lang/String;Ljava/lang/Object;[Ljavax/xml/ws/WebServiceFeature;)Ljavax/xml/ws/Endpoint;]
ProviderImpl.createAndPublishEndpoint ( String url, Object implementor ) : javax.xml.ws.Endpoint
[run-time name: org/apache/cxf/jaxws/spi/ProviderImpl.createAndPublishEndpoint:(Ljava/lang/String;Ljava/lang/Object;)Ljavax/xml/ws/Endpoint;]
ProviderImpl.createEndpoint ( String bindingId, Object implementor ) : javax.xml.ws.Endpoint
[run-time name: org/apache/cxf/jaxws/spi/ProviderImpl.createEndpoint:(Ljava/lang/String;Ljava/lang/Object;)Ljavax/xml/ws/Endpoint;]
ProviderImpl.createEndpoint ( String bindingId, Object implementor, javax.xml.ws.WebServiceFeature[ ] features ) : javax.xml.ws.Endpoint
[run-time name: org/apache/cxf/jaxws/spi/ProviderImpl.createEndpoint:(Ljava/lang/String;Ljava/lang/Object;[Ljavax/xml/ws/WebServiceFeature;)Ljavax/xml/ws/Endpoint;]
ProviderImpl.createEndpointImpl ( org.apache.cxf.Bus bus, String bindingId, Object implementor, javax.xml.ws.WebServiceFeature[ ] features ) : org.apache.cxf.jaxws.EndpointImpl
[run-time name: org/apache/cxf/jaxws/spi/ProviderImpl.createEndpointImpl:(Lorg/apache/cxf/Bus;Ljava/lang/String;Ljava/lang/Object;[Ljavax/xml/ws/WebServiceFeature;)Lorg/apache/cxf/jaxws/EndpointImpl;]
ProviderImpl.createServiceDelegate ( java.net.URL url, javax.xml.namespace.QName qname, Class cls ) : javax.xml.ws.spi.ServiceDelegate
[run-time name: org/apache/cxf/jaxws/spi/ProviderImpl.createServiceDelegate:(Ljava/net/URL;Ljavax/xml/namespace/QName;Ljava/lang/Class;)Ljavax/xml/ws/spi/ServiceDelegate;]
ProviderImpl.createServiceDelegate ( java.net.URL wsdlDocumentLocation, javax.xml.namespace.QName serviceName, Class serviceClass, javax.xml.ws.WebServiceFeature[ ] features ) : javax.xml.ws.spi.ServiceDelegate
[run-time name: org/apache/cxf/jaxws/spi/ProviderImpl.createServiceDelegate:(Ljava/net/URL;Ljavax/xml/namespace/QName;Ljava/lang/Class;[Ljavax/xml/ws/WebServiceFeature;)Ljavax/xml/ws/spi/ServiceDelegate;]
ProviderImpl.createW3CEndpointReference ( String address, javax.xml.namespace.QName interfaceName, javax.xml.namespace.QName serviceName, javax.xml.namespace.QName portName, java.util.List metadata, String wsdlDocumentLocation, java.util.List referenceParameters, java.util.List elements, java.util.Map attributes ) : javax.xml.ws.wsaddressing.W3CEndpointReference
[run-time name: org/apache/cxf/jaxws/spi/ProviderImpl.createW3CEndpointReference:(Ljava/lang/String;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Ljava/util/List;Ljava/lang/String;Ljava/util/List;Ljava/util/List;Ljava/util/Map;)Ljavax/xml/ws/wsaddressing/W3CEndpointReference;]
ProviderImpl.createW3CEndpointReference ( String address, javax.xml.namespace.QName serviceName, javax.xml.namespace.QName portName, java.util.List metadata, String wsdlDocumentLocation, java.util.List referenceParameters ) : javax.xml.ws.wsaddressing.W3CEndpointReference
[run-time name: org/apache/cxf/jaxws/spi/ProviderImpl.createW3CEndpointReference:(Ljava/lang/String;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Ljava/util/List;Ljava/lang/String;Ljava/util/List;)Ljavax/xml/ws/wsaddressing/W3CEndpointReference;]
ProviderImpl.getPort ( javax.xml.ws.EndpointReference endpointReference, Class serviceEndpointInterface, javax.xml.ws.WebServiceFeature[ ] features ) : Object
[run-time name: org/apache/cxf/jaxws/spi/ProviderImpl.getPort:(Ljavax/xml/ws/EndpointReference;Ljava/lang/Class;[Ljavax/xml/ws/WebServiceFeature;)Ljava/lang/Object;]
ProviderImpl.isJaxWs22 ( ) [static] : boolean
[run-time name: org/apache/cxf/jaxws/spi/ProviderImpl.isJaxWs22:()Z]
ProviderImpl.ProviderImpl ( )
[run-time name: org/apache/cxf/jaxws/spi/ProviderImpl."<init>":()V]
ProviderImpl.readEndpointReference ( javax.xml.transform.Source eprInfoset ) : javax.xml.ws.EndpointReference
[run-time name: org/apache/cxf/jaxws/spi/ProviderImpl.readEndpointReference:(Ljavax/xml/transform/Source;)Ljavax/xml/ws/EndpointReference;]
package org.apache.cxf.jaxws22.spi
ProviderImpl.createEndpoint ( String bindingId, Class implementorClass, javax.xml.ws.spi.Invoker invoker, javax.xml.ws.WebServiceFeature[ ] features ) : javax.xml.ws.Endpoint
[run-time name: org/apache/cxf/jaxws22/spi/ProviderImpl.createEndpoint:(Ljava/lang/String;Ljava/lang/Class;Ljavax/xml/ws/spi/Invoker;[Ljavax/xml/ws/WebServiceFeature;)Ljavax/xml/ws/Endpoint;]
ProviderImpl.createEndpointImpl ( org.apache.cxf.Bus bus, String bindingId, Object implementor, javax.xml.ws.WebServiceFeature[ ] features ) : org.apache.cxf.jaxws.EndpointImpl
[run-time name: org/apache/cxf/jaxws22/spi/ProviderImpl.createEndpointImpl:(Lorg/apache/cxf/Bus;Ljava/lang/String;Ljava/lang/Object;[Ljavax/xml/ws/WebServiceFeature;)Lorg/apache/cxf/jaxws/EndpointImpl;]
ProviderImpl.ProviderImpl ( )
[run-time name: org/apache/cxf/jaxws22/spi/ProviderImpl."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ProviderInfo.class
package org.apache.cxf.jaxrs.model
ProviderInfo.equals ( Object obj ) : boolean
[run-time name: org/apache/cxf/jaxrs/model/ProviderInfo.equals:(Ljava/lang/Object;)Z]
ProviderInfo.getProvider ( ) : Object
[run-time name: org/apache/cxf/jaxrs/model/ProviderInfo.getProvider:()Ljava/lang/Object;]
ProviderInfo.hashCode ( ) : int
[run-time name: org/apache/cxf/jaxrs/model/ProviderInfo.hashCode:()I]
ProviderInfo.isSingleton ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/model/ProviderInfo.isSingleton:()Z]
ProviderInfo.ProviderInfo ( Object provider )
[run-time name: org/apache/cxf/jaxrs/model/ProviderInfo."<init>":(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, Proxy.class
package org.apache.cxf.ws.rm
Proxy.createClient ( org.apache.cxf.Bus bus, org.apache.cxf.endpoint.Endpoint endpoint, org.apache.cxf.transport.Conduit conduit, org.apache.cxf.ws.addressing.EndpointReferenceType address ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/ws/rm/Proxy.createClient:(Lorg/apache/cxf/Bus;Lorg/apache/cxf/endpoint/Endpoint;Lorg/apache/cxf/transport/Conduit;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/endpoint/Client;]
Proxy.createSequence ( org.apache.cxf.ws.addressing.EndpointReferenceType defaultAcksTo, org.apache.cxf.ws.addressing.RelatesToType relatesTo, boolean isServer ) : v200702.CreateSequenceResponseType
[run-time name: org/apache/cxf/ws/rm/Proxy.createSequence:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/ws/addressing/RelatesToType;Z)Lorg/apache/cxf/ws/rm/v200702/CreateSequenceResponseType;]
Proxy.Proxy ( RMEndpoint rme )
[run-time name: org/apache/cxf/ws/rm/Proxy."<init>":(Lorg/apache/cxf/ws/rm/RMEndpoint;)V]
openejb-cxf-bundle-2.5.2.jar, ProxyAuthorizationPolicy.class
package org.apache.cxf.configuration.security
ProxyAuthorizationPolicy.ProxyAuthorizationPolicy ( )
[run-time name: org/apache/cxf/configuration/security/ProxyAuthorizationPolicy."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ProxyFactory.class
package org.apache.cxf.transport.http
ProxyFactory.createProxy ( org.apache.cxf.transports.http.configuration.HTTPClientPolicy policy, java.net.URL currentUrl ) : java.net.Proxy
[run-time name: org/apache/cxf/transport/http/ProxyFactory.createProxy:(Lorg/apache/cxf/transports/http/configuration/HTTPClientPolicy;Ljava/net/URL;)Ljava/net/Proxy;]
ProxyFactory.ProxyFactory ( )
[run-time name: org/apache/cxf/transport/http/ProxyFactory."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ProxyHelper.class
package org.apache.cxf.common.util
ProxyHelper.getProxy ( ClassLoader loader, Class[ ] interfaces, reflect.InvocationHandler handler ) [static] : Object
[run-time name: org/apache/cxf/common/util/ProxyHelper.getProxy:(Ljava/lang/ClassLoader;[Ljava/lang/Class;Ljava/lang/reflect/InvocationHandler;)Ljava/lang/Object;]
ProxyHelper.getProxyInternal ( ClassLoader loader, Class[ ] interfaces, reflect.InvocationHandler handler ) : Object
[run-time name: org/apache/cxf/common/util/ProxyHelper.getProxyInternal:(Ljava/lang/ClassLoader;[Ljava/lang/Class;Ljava/lang/reflect/InvocationHandler;)Ljava/lang/Object;]
ProxyHelper.ProxyHelper ( )
[run-time name: org/apache/cxf/common/util/ProxyHelper."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ProxyServerType.class
package org.apache.cxf.transports.http.configuration
ProxyServerType.fromValue ( String v ) [static] : ProxyServerType
[run-time name: org/apache/cxf/transports/http/configuration/ProxyServerType.fromValue:(Ljava/lang/String;)Lorg/apache/cxf/transports/http/configuration/ProxyServerType;]
ProxyServerType.value ( ) : String
[run-time name: org/apache/cxf/transports/http/configuration/ProxyServerType.value:()Ljava/lang/String;]
ProxyServerType.valueOf ( String name ) [static] : ProxyServerType
[run-time name: org/apache/cxf/transports/http/configuration/ProxyServerType.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/transports/http/configuration/ProxyServerType;]
ProxyServerType.values ( ) [static] : ProxyServerType[ ]
[run-time name: org/apache/cxf/transports/http/configuration/ProxyServerType.values:()[Lorg/apache/cxf/transports/http/configuration/ProxyServerType;]
openejb-cxf-bundle-2.5.2.jar, QueryHandler.class
package org.apache.cxf.transports.http
QueryHandler.getResponseContentType ( String p1, String p2 ) [abstract] : String
[run-time name: org/apache/cxf/transports/http/QueryHandler.getResponseContentType:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
QueryHandler.isRecognizedQuery ( String p1, String p2, org.apache.cxf.service.model.EndpointInfo p3 ) [abstract] : boolean
[run-time name: org/apache/cxf/transports/http/QueryHandler.isRecognizedQuery:(Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/service/model/EndpointInfo;)Z]
QueryHandler.writeResponse ( String p1, String p2, org.apache.cxf.service.model.EndpointInfo p3, java.io.OutputStream p4 ) [abstract] : void
[run-time name: org/apache/cxf/transports/http/QueryHandler.writeResponse:(Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/service/model/EndpointInfo;Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, QueryHandlerRegistry.class
package org.apache.cxf.transports.http
QueryHandlerRegistry.getHandlers ( ) [abstract] : java.util.List
[run-time name: org/apache/cxf/transports/http/QueryHandlerRegistry.getHandlers:()Ljava/util/List;]
QueryHandlerRegistry.registerHandler ( QueryHandler p1 ) [abstract] : void
[run-time name: org/apache/cxf/transports/http/QueryHandlerRegistry.registerHandler:(Lorg/apache/cxf/transports/http/QueryHandler;)V]
QueryHandlerRegistry.registerHandler ( QueryHandler p1, int p2 ) [abstract] : void
[run-time name: org/apache/cxf/transports/http/QueryHandlerRegistry.registerHandler:(Lorg/apache/cxf/transports/http/QueryHandler;I)V]
openejb-cxf-bundle-2.5.2.jar, QueryHandlerRegistryImpl.class
package org.apache.cxf.transport.http
QueryHandlerRegistryImpl.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/transport/http/QueryHandlerRegistryImpl.getBus:()Lorg/apache/cxf/Bus;]
QueryHandlerRegistryImpl.getHandlers ( ) : java.util.List
[run-time name: org/apache/cxf/transport/http/QueryHandlerRegistryImpl.getHandlers:()Ljava/util/List;]
QueryHandlerRegistryImpl.QueryHandlerRegistryImpl ( )
[run-time name: org/apache/cxf/transport/http/QueryHandlerRegistryImpl."<init>":()V]
QueryHandlerRegistryImpl.QueryHandlerRegistryImpl ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/transport/http/QueryHandlerRegistryImpl."<init>":(Lorg/apache/cxf/Bus;)V]
QueryHandlerRegistryImpl.QueryHandlerRegistryImpl ( org.apache.cxf.Bus b, java.util.List handlers )
[run-time name: org/apache/cxf/transport/http/QueryHandlerRegistryImpl."<init>":(Lorg/apache/cxf/Bus;Ljava/util/List;)V]
QueryHandlerRegistryImpl.registerHandler ( org.apache.cxf.transports.http.QueryHandler handler ) : void
[run-time name: org/apache/cxf/transport/http/QueryHandlerRegistryImpl.registerHandler:(Lorg/apache/cxf/transports/http/QueryHandler;)V]
QueryHandlerRegistryImpl.registerHandler ( org.apache.cxf.transports.http.QueryHandler handler, int position ) : void
[run-time name: org/apache/cxf/transport/http/QueryHandlerRegistryImpl.registerHandler:(Lorg/apache/cxf/transports/http/QueryHandler;I)V]
QueryHandlerRegistryImpl.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/transport/http/QueryHandlerRegistryImpl.setBus:(Lorg/apache/cxf/Bus;)V]
QueryHandlerRegistryImpl.setQueryHandlers ( java.util.List handlers ) : void
[run-time name: org/apache/cxf/transport/http/QueryHandlerRegistryImpl.setQueryHandlers:(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, QuotedPrintableDecoderStream.class
package org.apache.cxf.attachment
QuotedPrintableDecoderStream.QuotedPrintableDecoderStream ( java.io.InputStream is )
[run-time name: org/apache/cxf/attachment/QuotedPrintableDecoderStream."<init>":(Ljava/io/InputStream;)V]
QuotedPrintableDecoderStream.read ( ) : int
[run-time name: org/apache/cxf/attachment/QuotedPrintableDecoderStream.read:()I]
openejb-cxf-bundle-2.5.2.jar, RaisesType.class
package org.apache.cxf.binding.corba.wsdl
RaisesType.getException ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/wsdl/RaisesType.getException:()Ljavax/xml/namespace/QName;]
RaisesType.isSetException ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/RaisesType.isSetException:()Z]
RaisesType.RaisesType ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/RaisesType."<init>":()V]
RaisesType.setException ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/RaisesType.setException:(Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, RandomStrategy.class
package org.apache.cxf.clustering
RandomStrategy.getNextAlternate ( java.util.List alternates ) : Object
[run-time name: org/apache/cxf/clustering/RandomStrategy.getNextAlternate:(Ljava/util/List;)Ljava/lang/Object;]
RandomStrategy.RandomStrategy ( )
[run-time name: org/apache/cxf/clustering/RandomStrategy."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, RandomValueProvider.class
package org.apache.cxf.tools.wsdlto.core
RandomValueProvider.chooseEnumValue ( String path, java.util.Set values ) : String
[run-time name: org/apache/cxf/tools/wsdlto/core/RandomValueProvider.chooseEnumValue:(Ljava/lang/String;Ljava/util/Set;)Ljava/lang/String;]
RandomValueProvider.getBigDecimalValue ( String path ) : java.math.BigDecimal
[run-time name: org/apache/cxf/tools/wsdlto/core/RandomValueProvider.getBigDecimalValue:(Ljava/lang/String;)Ljava/math/BigDecimal;]
RandomValueProvider.getBigIntegerValue ( String path ) : java.math.BigInteger
[run-time name: org/apache/cxf/tools/wsdlto/core/RandomValueProvider.getBigIntegerValue:(Ljava/lang/String;)Ljava/math/BigInteger;]
RandomValueProvider.getBooleanValue ( String path ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/core/RandomValueProvider.getBooleanValue:(Ljava/lang/String;)Z]
RandomValueProvider.getByteValue ( String path ) : byte
[run-time name: org/apache/cxf/tools/wsdlto/core/RandomValueProvider.getByteValue:(Ljava/lang/String;)B]
RandomValueProvider.getCharValue ( String path ) : char
[run-time name: org/apache/cxf/tools/wsdlto/core/RandomValueProvider.getCharValue:(Ljava/lang/String;)C]
RandomValueProvider.getDoubleValue ( String path ) : double
[run-time name: org/apache/cxf/tools/wsdlto/core/RandomValueProvider.getDoubleValue:(Ljava/lang/String;)D]
RandomValueProvider.getDurationValueString ( String path ) : String
[run-time name: org/apache/cxf/tools/wsdlto/core/RandomValueProvider.getDurationValueString:(Ljava/lang/String;)Ljava/lang/String;]
RandomValueProvider.getFloatValue ( String path ) : float
[run-time name: org/apache/cxf/tools/wsdlto/core/RandomValueProvider.getFloatValue:(Ljava/lang/String;)F]
RandomValueProvider.getIntValue ( String path ) : int
[run-time name: org/apache/cxf/tools/wsdlto/core/RandomValueProvider.getIntValue:(Ljava/lang/String;)I]
RandomValueProvider.getListLength ( String path ) : int
[run-time name: org/apache/cxf/tools/wsdlto/core/RandomValueProvider.getListLength:(Ljava/lang/String;)I]
RandomValueProvider.getLongValue ( String path ) : long
[run-time name: org/apache/cxf/tools/wsdlto/core/RandomValueProvider.getLongValue:(Ljava/lang/String;)J]
RandomValueProvider.getQNameValue ( String path ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/tools/wsdlto/core/RandomValueProvider.getQNameValue:(Ljava/lang/String;)Ljavax/xml/namespace/QName;]
RandomValueProvider.getShortValue ( String path ) : short
[run-time name: org/apache/cxf/tools/wsdlto/core/RandomValueProvider.getShortValue:(Ljava/lang/String;)S]
RandomValueProvider.getStringValue ( String path ) : String
[run-time name: org/apache/cxf/tools/wsdlto/core/RandomValueProvider.getStringValue:(Ljava/lang/String;)Ljava/lang/String;]
RandomValueProvider.getURIValue ( String path ) : java.net.URI
[run-time name: org/apache/cxf/tools/wsdlto/core/RandomValueProvider.getURIValue:(Ljava/lang/String;)Ljava/net/URI;]
RandomValueProvider.getXMLGregorianCalendarValueString ( String path ) : String
[run-time name: org/apache/cxf/tools/wsdlto/core/RandomValueProvider.getXMLGregorianCalendarValueString:(Ljava/lang/String;)Ljava/lang/String;]
RandomValueProvider.RandomValueProvider ( )
[run-time name: org/apache/cxf/tools/wsdlto/core/RandomValueProvider."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ReadHeadersInterceptor.class
package org.apache.cxf.binding.soap.interceptor
ReadHeadersInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/ReadHeadersInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
ReadHeadersInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/ReadHeadersInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
ReadHeadersInterceptor.ReadHeadersInterceptor ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/binding/soap/interceptor/ReadHeadersInterceptor."<init>":(Lorg/apache/cxf/Bus;)V]
ReadHeadersInterceptor.ReadHeadersInterceptor ( org.apache.cxf.Bus b, org.apache.cxf.binding.soap.SoapVersion v )
[run-time name: org/apache/cxf/binding/soap/interceptor/ReadHeadersInterceptor."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/binding/soap/SoapVersion;)V]
ReadHeadersInterceptor.ReadHeadersInterceptor ( org.apache.cxf.Bus b, String phase )
[run-time name: org/apache/cxf/binding/soap/interceptor/ReadHeadersInterceptor."<init>":(Lorg/apache/cxf/Bus;Ljava/lang/String;)V]
ReadHeadersInterceptor.readVersion ( javax.xml.stream.XMLStreamReader xmlReader, org.apache.cxf.binding.soap.SoapMessage message ) [static] : org.apache.cxf.binding.soap.SoapVersion
[run-time name: org/apache/cxf/binding/soap/interceptor/ReadHeadersInterceptor.readVersion:(Ljavax/xml/stream/XMLStreamReader;Lorg/apache/cxf/binding/soap/SoapMessage;)Lorg/apache/cxf/binding/soap/SoapVersion;]
openejb-cxf-bundle-2.5.2.jar, ReceivedTokenCallbackHandler.class
package org.apache.cxf.ws.security.trust.delegation
ReceivedTokenCallbackHandler.handle ( javax.security.auth.callback.Callback[ ] callbacks ) : void
[run-time name: org/apache/cxf/ws/security/trust/delegation/ReceivedTokenCallbackHandler.handle:([Ljavax/security/auth/callback/Callback;)V]
ReceivedTokenCallbackHandler.ReceivedTokenCallbackHandler ( )
[run-time name: org/apache/cxf/ws/security/trust/delegation/ReceivedTokenCallbackHandler."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, RecipientEncryptionToken.class
package org.apache.cxf.ws.security.policy.model
RecipientEncryptionToken.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/RecipientEncryptionToken.getName:()Ljavax/xml/namespace/QName;]
RecipientEncryptionToken.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/RecipientEncryptionToken.getRealName:()Ljavax/xml/namespace/QName;]
RecipientEncryptionToken.getRecipientEncryptionToken ( ) : Token
[run-time name: org/apache/cxf/ws/security/policy/model/RecipientEncryptionToken.getRecipientEncryptionToken:()Lorg/apache/cxf/ws/security/policy/model/Token;]
RecipientEncryptionToken.RecipientEncryptionToken ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/model/RecipientEncryptionToken."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
RecipientEncryptionToken.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/RecipientEncryptionToken.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
RecipientEncryptionToken.setRecipientEncryptionToken ( Token recipientEncryptionToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/RecipientEncryptionToken.setRecipientEncryptionToken:(Lorg/apache/cxf/ws/security/policy/model/Token;)V]
openejb-cxf-bundle-2.5.2.jar, RecipientEncryptionTokenBuilder.class
package org.apache.cxf.ws.security.policy.builders
RecipientEncryptionTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/RecipientEncryptionTokenBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
RecipientEncryptionTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/RecipientEncryptionTokenBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
RecipientEncryptionTokenBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/RecipientEncryptionTokenBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
RecipientEncryptionTokenBuilder.RecipientEncryptionTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/builders/RecipientEncryptionTokenBuilder."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, RecipientSignatureToken.class
package org.apache.cxf.ws.security.policy.model
RecipientSignatureToken.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/RecipientSignatureToken.getName:()Ljavax/xml/namespace/QName;]
RecipientSignatureToken.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/RecipientSignatureToken.getRealName:()Ljavax/xml/namespace/QName;]
RecipientSignatureToken.getRecipientSignatureToken ( ) : Token
[run-time name: org/apache/cxf/ws/security/policy/model/RecipientSignatureToken.getRecipientSignatureToken:()Lorg/apache/cxf/ws/security/policy/model/Token;]
RecipientSignatureToken.RecipientSignatureToken ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/model/RecipientSignatureToken."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
RecipientSignatureToken.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/RecipientSignatureToken.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
RecipientSignatureToken.setRecipientSignatureToken ( Token recipientSignatureToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/RecipientSignatureToken.setRecipientSignatureToken:(Lorg/apache/cxf/ws/security/policy/model/Token;)V]
openejb-cxf-bundle-2.5.2.jar, RecipientSignatureTokenBuilder.class
package org.apache.cxf.ws.security.policy.builders
RecipientSignatureTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/RecipientSignatureTokenBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
RecipientSignatureTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/RecipientSignatureTokenBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
RecipientSignatureTokenBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/RecipientSignatureTokenBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
RecipientSignatureTokenBuilder.RecipientSignatureTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/builders/RecipientSignatureTokenBuilder."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, RecipientToken.class
package org.apache.cxf.ws.security.policy.model
RecipientToken.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/RecipientToken.getName:()Ljavax/xml/namespace/QName;]
RecipientToken.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/RecipientToken.getRealName:()Ljavax/xml/namespace/QName;]
RecipientToken.getRecipientToken ( ) : Token
[run-time name: org/apache/cxf/ws/security/policy/model/RecipientToken.getRecipientToken:()Lorg/apache/cxf/ws/security/policy/model/Token;]
RecipientToken.RecipientToken ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/model/RecipientToken."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
RecipientToken.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/RecipientToken.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
RecipientToken.setRecipientToken ( Token recipientToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/RecipientToken.setRecipientToken:(Lorg/apache/cxf/ws/security/policy/model/Token;)V]
openejb-cxf-bundle-2.5.2.jar, RecipientTokenBuilder.class
package org.apache.cxf.ws.security.policy.builders
RecipientTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/RecipientTokenBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
RecipientTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/RecipientTokenBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
RecipientTokenBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/RecipientTokenBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
RecipientTokenBuilder.RecipientTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/builders/RecipientTokenBuilder."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, ReferenceConstants.class
package org.apache.cxf.tools.corba.common
ReferenceConstants.getValue ( String p1 ) [abstract] : String
[run-time name: org/apache/cxf/tools/corba/common/ReferenceConstants.getValue:(Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, ReferenceParametersType.class
package org.apache.cxf.ws.addressing
ReferenceParametersType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/addressing/ReferenceParametersType.getAny:()Ljava/util/List;]
ReferenceParametersType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/ReferenceParametersType.getOtherAttributes:()Ljava/util/Map;]
ReferenceParametersType.ReferenceParametersType ( )
[run-time name: org/apache/cxf/ws/addressing/ReferenceParametersType."<init>":()V]
package org.apache.cxf.ws.addressing.v200408
ReferenceParametersType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/addressing/v200408/ReferenceParametersType.getAny:()Ljava/util/List;]
ReferenceParametersType.ReferenceParametersType ( )
[run-time name: org/apache/cxf/ws/addressing/v200408/ReferenceParametersType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ReferencePropertiesType.class
package org.apache.cxf.ws.addressing.v200403
ReferencePropertiesType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/addressing/v200403/ReferencePropertiesType.getAny:()Ljava/util/List;]
ReferencePropertiesType.ReferencePropertiesType ( )
[run-time name: org/apache/cxf/ws/addressing/v200403/ReferencePropertiesType."<init>":()V]
package org.apache.cxf.ws.addressing.v200408
ReferencePropertiesType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/addressing/v200408/ReferencePropertiesType.getAny:()Ljava/util/List;]
ReferencePropertiesType.ReferencePropertiesType ( )
[run-time name: org/apache/cxf/ws/addressing/v200408/ReferencePropertiesType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ReferenceResolver.class
package org.apache.cxf.ws.policy.attachment.reference
ReferenceResolver.resolveReference ( String p1 ) [abstract] : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/attachment/reference/ReferenceResolver.resolveReference:(Ljava/lang/String;)Lorg/apache/neethi/Policy;]
openejb-cxf-bundle-2.5.2.jar, ReferenceType.class
package org.apache.cxf.ws.security.sts.provider.model.secext
ReferenceType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ReferenceType.getOtherAttributes:()Ljava/util/Map;]
ReferenceType.getURI ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ReferenceType.getURI:()Ljava/lang/String;]
ReferenceType.getValueType ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ReferenceType.getValueType:()Ljava/lang/String;]
ReferenceType.ReferenceType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ReferenceType."<init>":()V]
ReferenceType.setURI ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ReferenceType.setURI:(Ljava/lang/String;)V]
ReferenceType.setValueType ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/ReferenceType.setValueType:(Ljava/lang/String;)V]
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
ReferenceType.getDigestMethod ( ) : DigestMethodType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ReferenceType.getDigestMethod:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/DigestMethodType;]
ReferenceType.getDigestValue ( ) : byte[ ]
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ReferenceType.getDigestValue:()[B]
ReferenceType.getId ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ReferenceType.getId:()Ljava/lang/String;]
ReferenceType.getTransforms ( ) : TransformsType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ReferenceType.getTransforms:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/TransformsType;]
ReferenceType.getType ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ReferenceType.getType:()Ljava/lang/String;]
ReferenceType.getURI ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ReferenceType.getURI:()Ljava/lang/String;]
ReferenceType.ReferenceType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ReferenceType."<init>":()V]
ReferenceType.setDigestMethod ( DigestMethodType value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ReferenceType.setDigestMethod:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/DigestMethodType;)V]
ReferenceType.setDigestValue ( byte[ ] value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ReferenceType.setDigestValue:([B)V]
ReferenceType.setId ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ReferenceType.setId:(Ljava/lang/String;)V]
ReferenceType.setTransforms ( TransformsType value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ReferenceType.setTransforms:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/TransformsType;)V]
ReferenceType.setType ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ReferenceType.setType:(Ljava/lang/String;)V]
ReferenceType.setURI ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/ReferenceType.setURI:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ReflectionInvokationHandler.class
package org.apache.cxf.common.util
ReflectionInvokationHandler.createProxyWrapper ( Object target, Class inf ) [static] : Object
[run-time name: org/apache/cxf/common/util/ReflectionInvokationHandler.createProxyWrapper:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;]
ReflectionInvokationHandler.getTarget ( ) : Object
[run-time name: org/apache/cxf/common/util/ReflectionInvokationHandler.getTarget:()Ljava/lang/Object;]
ReflectionInvokationHandler.invoke ( Object proxy, reflect.Method method, Object[ ] args ) : Object
[run-time name: org/apache/cxf/common/util/ReflectionInvokationHandler.invoke:(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
ReflectionInvokationHandler.ReflectionInvokationHandler ( Object obj )
[run-time name: org/apache/cxf/common/util/ReflectionInvokationHandler."<init>":(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, ReflectionServiceFactoryBean.class
package org.apache.cxf.service.factory
ReflectionServiceFactoryBean.addFault ( org.apache.cxf.service.model.InterfaceInfo service, org.apache.cxf.service.model.OperationInfo op, Class exClass ) : org.apache.cxf.service.model.FaultInfo
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.addFault:(Lorg/apache/cxf/service/model/InterfaceInfo;Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/Class;)Lorg/apache/cxf/service/model/FaultInfo;]
ReflectionServiceFactoryBean.bindOperation ( org.apache.cxf.service.model.OperationInfo op, reflect.Method m ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.bindOperation:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)V]
ReflectionServiceFactoryBean.buildServiceFromClass ( ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.buildServiceFromClass:()V]
ReflectionServiceFactoryBean.buildServiceFromWSDL ( String url ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.buildServiceFromWSDL:(Ljava/lang/String;)V]
ReflectionServiceFactoryBean.checkForElement ( org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.service.model.MessagePartInfo mpi ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.checkForElement:(Lorg/apache/cxf/service/model/ServiceInfo;Lorg/apache/cxf/service/model/MessagePartInfo;)V]
ReflectionServiceFactoryBean.checkServiceClassAnnotations ( Class sc ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.checkServiceClassAnnotations:(Ljava/lang/Class;)V]
ReflectionServiceFactoryBean.create ( ) : org.apache.cxf.service.Service
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.create:()Lorg/apache/cxf/service/Service;]
ReflectionServiceFactoryBean.createBareMessage ( org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.service.model.OperationInfo opInfo, boolean isOut ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.createBareMessage:(Lorg/apache/cxf/service/model/ServiceInfo;Lorg/apache/cxf/service/model/OperationInfo;Z)V]
ReflectionServiceFactoryBean.createDefaultDataBinding ( ) : org.apache.cxf.databinding.DataBinding
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.createDefaultDataBinding:()Lorg/apache/cxf/databinding/DataBinding;]
ReflectionServiceFactoryBean.createEndpoint ( org.apache.cxf.service.model.EndpointInfo ei ) : org.apache.cxf.endpoint.Endpoint
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.createEndpoint:(Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/cxf/endpoint/Endpoint;]
ReflectionServiceFactoryBean.createEndpoints ( ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.createEndpoints:()V]
ReflectionServiceFactoryBean.createFaultForException ( Class exClass, org.apache.cxf.service.model.FaultInfo fi ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.createFaultForException:(Ljava/lang/Class;Lorg/apache/cxf/service/model/FaultInfo;)V]
ReflectionServiceFactoryBean.createInputWrappedMessageParts ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, org.apache.cxf.service.model.MessageInfo inMsg ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.createInputWrappedMessageParts:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;Lorg/apache/cxf/service/model/MessageInfo;)V]
ReflectionServiceFactoryBean.createInterface ( org.apache.cxf.service.model.ServiceInfo serviceInfo ) : org.apache.cxf.service.model.InterfaceInfo
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.createInterface:(Lorg/apache/cxf/service/model/ServiceInfo;)Lorg/apache/cxf/service/model/InterfaceInfo;]
ReflectionServiceFactoryBean.createInvoker ( ) : org.apache.cxf.service.invoker.Invoker
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.createInvoker:()Lorg/apache/cxf/service/invoker/Invoker;]
ReflectionServiceFactoryBean.createMessageParts ( org.apache.cxf.service.model.InterfaceInfo intf, org.apache.cxf.service.model.OperationInfo op, reflect.Method method ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.createMessageParts:(Lorg/apache/cxf/service/model/InterfaceInfo;Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)V]
ReflectionServiceFactoryBean.createOperation ( org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.service.model.InterfaceInfo intf, reflect.Method m ) : org.apache.cxf.service.model.OperationInfo
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.createOperation:(Lorg/apache/cxf/service/model/ServiceInfo;Lorg/apache/cxf/service/model/InterfaceInfo;Ljava/lang/reflect/Method;)Lorg/apache/cxf/service/model/OperationInfo;]
ReflectionServiceFactoryBean.createOutputMessageName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.createOutputMessageName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)Ljavax/xml/namespace/QName;]
ReflectionServiceFactoryBean.createOutputWrappedMessageParts ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, org.apache.cxf.service.model.MessageInfo outMsg ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.createOutputWrappedMessageParts:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;Lorg/apache/cxf/service/model/MessageInfo;)V]
ReflectionServiceFactoryBean.createServiceInfo ( org.apache.cxf.service.model.InterfaceInfo intf ) : org.apache.cxf.service.model.ServiceInfo
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.createServiceInfo:(Lorg/apache/cxf/service/model/InterfaceInfo;)Lorg/apache/cxf/service/model/ServiceInfo;]
ReflectionServiceFactoryBean.createWrappedSchema ( org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.service.model.AbstractMessageContainer wrappedMessage, org.apache.cxf.service.model.AbstractMessageContainer unwrappedMessage, javax.xml.namespace.QName wrapperBeanName ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.createWrappedSchema:(Lorg/apache/cxf/service/model/ServiceInfo;Lorg/apache/cxf/service/model/AbstractMessageContainer;Lorg/apache/cxf/service/model/AbstractMessageContainer;Ljavax/xml/namespace/QName;)V]
ReflectionServiceFactoryBean.getAction ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method ) : String
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getAction:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)Ljava/lang/String;]
ReflectionServiceFactoryBean.getAnonymousWrapperTypes ( ) : boolean
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getAnonymousWrapperTypes:()Z]
ReflectionServiceFactoryBean.getBeanClass ( Class exClass ) : Class
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getBeanClass:(Ljava/lang/Class;)Ljava/lang/Class;]
ReflectionServiceFactoryBean.getConfigurations ( ) : java.util.List
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getConfigurations:()Ljava/util/List;]
ReflectionServiceFactoryBean.getEndpointInfo ( ) : org.apache.cxf.service.model.EndpointInfo
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getEndpointInfo:()Lorg/apache/cxf/service/model/EndpointInfo;]
ReflectionServiceFactoryBean.getEndpointName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getEndpointName:()Ljavax/xml/namespace/QName;]
ReflectionServiceFactoryBean.getEndpointName ( boolean lookup ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getEndpointName:(Z)Ljavax/xml/namespace/QName;]
ReflectionServiceFactoryBean.getExecutor ( ) : java.util.concurrent.Executor
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getExecutor:()Ljava/util/concurrent/Executor;]
ReflectionServiceFactoryBean.getExtraClass ( ) : java.util.Set
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getExtraClass:()Ljava/util/Set;]
ReflectionServiceFactoryBean.getFaultName ( org.apache.cxf.service.model.InterfaceInfo service, org.apache.cxf.service.model.OperationInfo o, Class exClass, Class beanClass ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getFaultName:(Lorg/apache/cxf/service/model/InterfaceInfo;Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/Class;Ljava/lang/Class;)Ljavax/xml/namespace/QName;]
ReflectionServiceFactoryBean.getFeatures ( ) : java.util.List
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getFeatures:()Ljava/util/List;]
ReflectionServiceFactoryBean.getHolderType ( Class cls, reflect.Type type ) : reflect.Type
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getHolderType:(Ljava/lang/Class;Ljava/lang/reflect/Type;)Ljava/lang/reflect/Type;]
ReflectionServiceFactoryBean.getIgnoredClasses ( ) : java.util.List
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getIgnoredClasses:()Ljava/util/List;]
ReflectionServiceFactoryBean.getIgnoredMethods ( ) : java.util.List
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getIgnoredMethods:()Ljava/util/List;]
ReflectionServiceFactoryBean.getInParameterName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getInParameterName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;I)Ljavax/xml/namespace/QName;]
ReflectionServiceFactoryBean.getInPartName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getInPartName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;I)Ljavax/xml/namespace/QName;]
ReflectionServiceFactoryBean.getInputMessageName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getInputMessageName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)Ljavax/xml/namespace/QName;]
ReflectionServiceFactoryBean.getInterfaceInfo ( ) : org.apache.cxf.service.model.InterfaceInfo
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getInterfaceInfo:()Lorg/apache/cxf/service/model/InterfaceInfo;]
ReflectionServiceFactoryBean.getInterfaceName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getInterfaceName:()Ljavax/xml/namespace/QName;]
ReflectionServiceFactoryBean.getInvoker ( ) : org.apache.cxf.service.invoker.Invoker
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getInvoker:()Lorg/apache/cxf/service/invoker/Invoker;]
ReflectionServiceFactoryBean.getMethodDispatcher ( ) : org.apache.cxf.frontend.MethodDispatcher
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getMethodDispatcher:()Lorg/apache/cxf/frontend/MethodDispatcher;]
ReflectionServiceFactoryBean.getOperationName ( org.apache.cxf.service.model.InterfaceInfo service, reflect.Method method ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getOperationName:(Lorg/apache/cxf/service/model/InterfaceInfo;Ljava/lang/reflect/Method;)Ljavax/xml/namespace/QName;]
ReflectionServiceFactoryBean.getOutParameterName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getOutParameterName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;I)Ljavax/xml/namespace/QName;]
ReflectionServiceFactoryBean.getOutPartName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getOutPartName:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;I)Ljavax/xml/namespace/QName;]
ReflectionServiceFactoryBean.getProperties ( ) : java.util.Map
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getProperties:()Ljava/util/Map;]
ReflectionServiceFactoryBean.getQualifyWrapperSchema ( ) : boolean
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getQualifyWrapperSchema:()Z]
ReflectionServiceFactoryBean.getRequestWrapper ( reflect.Method selected ) : Class
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getRequestWrapper:(Ljava/lang/reflect/Method;)Ljava/lang/Class;]
ReflectionServiceFactoryBean.getRequestWrapperClassName ( reflect.Method selected ) : String
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getRequestWrapperClassName:(Ljava/lang/reflect/Method;)Ljava/lang/String;]
ReflectionServiceFactoryBean.getResponseWrapper ( reflect.Method selected ) : Class
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getResponseWrapper:(Ljava/lang/reflect/Method;)Ljava/lang/Class;]
ReflectionServiceFactoryBean.getResponseWrapperClassName ( reflect.Method selected ) : String
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getResponseWrapperClassName:(Ljava/lang/reflect/Method;)Ljava/lang/String;]
ReflectionServiceFactoryBean.getServiceClass ( ) : Class
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getServiceClass:()Ljava/lang/Class;]
ReflectionServiceFactoryBean.getServiceConfigurations ( ) : java.util.List
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getServiceConfigurations:()Ljava/util/List;]
ReflectionServiceFactoryBean.getServiceName ( ) : String
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getServiceName:()Ljava/lang/String;]
ReflectionServiceFactoryBean.getServiceNamespace ( ) : String
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getServiceNamespace:()Ljava/lang/String;]
ReflectionServiceFactoryBean.getServiceQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getServiceQName:()Ljavax/xml/namespace/QName;]
ReflectionServiceFactoryBean.getServiceQName ( boolean lookup ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getServiceQName:(Z)Ljavax/xml/namespace/QName;]
ReflectionServiceFactoryBean.getStyle ( ) : String
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getStyle:()Ljava/lang/String;]
ReflectionServiceFactoryBean.getWrapped ( ) : Boolean
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getWrapped:()Ljava/lang/Boolean;]
ReflectionServiceFactoryBean.getWrapperPartMaxOccurs ( org.apache.cxf.service.model.MessagePartInfo mpi ) : long
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getWrapperPartMaxOccurs:(Lorg/apache/cxf/service/model/MessagePartInfo;)J]
ReflectionServiceFactoryBean.getWrapperPartMinOccurs ( org.apache.cxf.service.model.MessagePartInfo mpi ) : long
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getWrapperPartMinOccurs:(Lorg/apache/cxf/service/model/MessagePartInfo;)J]
ReflectionServiceFactoryBean.getWsdlURL ( ) : String
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.getWsdlURL:()Ljava/lang/String;]
ReflectionServiceFactoryBean.hasOutMessage ( reflect.Method m ) : boolean
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.hasOutMessage:(Ljava/lang/reflect/Method;)Z]
ReflectionServiceFactoryBean.hasWrappedMethods ( org.apache.cxf.service.model.InterfaceInfo interfaceInfo ) : boolean
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.hasWrappedMethods:(Lorg/apache/cxf/service/model/InterfaceInfo;)Z]
ReflectionServiceFactoryBean.initializeClassInfo ( org.apache.cxf.service.model.OperationInfo o, reflect.Method method, java.util.List paramOrder ) : boolean
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.initializeClassInfo:(Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;Ljava/util/List;)Z]
ReflectionServiceFactoryBean.initializeDefaultInterceptors ( ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.initializeDefaultInterceptors:()V]
ReflectionServiceFactoryBean.initializeFaultInterceptors ( ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.initializeFaultInterceptors:()V]
ReflectionServiceFactoryBean.initializeFaults ( org.apache.cxf.service.model.InterfaceInfo service, org.apache.cxf.service.model.OperationInfo op, reflect.Method method ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.initializeFaults:(Lorg/apache/cxf/service/model/InterfaceInfo;Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)V]
ReflectionServiceFactoryBean.initializeParameter ( org.apache.cxf.service.model.MessagePartInfo part, Class rawClass, reflect.Type type ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.initializeParameter:(Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Class;Ljava/lang/reflect/Type;)V]
ReflectionServiceFactoryBean.initializeServiceConfigurations ( ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.initializeServiceConfigurations:()V]
ReflectionServiceFactoryBean.initializeServiceModel ( ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.initializeServiceModel:()V]
ReflectionServiceFactoryBean.initializeWrappedSchema ( org.apache.cxf.service.model.ServiceInfo serviceInfo ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.initializeWrappedSchema:(Lorg/apache/cxf/service/model/ServiceInfo;)V]
ReflectionServiceFactoryBean.initializeWSDLOperation ( org.apache.cxf.service.model.InterfaceInfo intf, org.apache.cxf.service.model.OperationInfo o, reflect.Method method ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.initializeWSDLOperation:(Lorg/apache/cxf/service/model/InterfaceInfo;Lorg/apache/cxf/service/model/OperationInfo;Ljava/lang/reflect/Method;)V]
ReflectionServiceFactoryBean.initializeWSDLOperations ( ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.initializeWSDLOperations:()V]
ReflectionServiceFactoryBean.isAnonymousWrapperTypes ( ) : boolean
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.isAnonymousWrapperTypes:()Z]
ReflectionServiceFactoryBean.isAsync ( reflect.Method method ) : boolean
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.isAsync:(Ljava/lang/reflect/Method;)Z]
ReflectionServiceFactoryBean.isFromWsdl ( ) : boolean
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.isFromWsdl:()Z]
ReflectionServiceFactoryBean.isHeader ( reflect.Method method, int j ) : boolean
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.isHeader:(Ljava/lang/reflect/Method;I)Z]
ReflectionServiceFactoryBean.isHolder ( Class cls, reflect.Type type ) : boolean
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.isHolder:(Ljava/lang/Class;Ljava/lang/reflect/Type;)Z]
ReflectionServiceFactoryBean.isInParam ( reflect.Method method, int j ) : boolean
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.isInParam:(Ljava/lang/reflect/Method;I)Z]
ReflectionServiceFactoryBean.isMatchOperation ( String methodNameInClass, String methodNameInWsdl ) : boolean
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.isMatchOperation:(Ljava/lang/String;Ljava/lang/String;)Z]
ReflectionServiceFactoryBean.isOutParam ( reflect.Method method, int j ) : boolean
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.isOutParam:(Ljava/lang/reflect/Method;I)Z]
ReflectionServiceFactoryBean.isPopulateFromClass ( ) : boolean
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.isPopulateFromClass:()Z]
ReflectionServiceFactoryBean.isQualifyWrapperSchema ( ) : boolean
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.isQualifyWrapperSchema:()Z]
ReflectionServiceFactoryBean.isRPC ( reflect.Method method ) : boolean
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.isRPC:(Ljava/lang/reflect/Method;)Z]
ReflectionServiceFactoryBean.isValidMethod ( reflect.Method method ) : boolean
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.isValidMethod:(Ljava/lang/reflect/Method;)Z]
ReflectionServiceFactoryBean.isWrapped ( ) : boolean
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.isWrapped:()Z]
ReflectionServiceFactoryBean.isWrapped ( reflect.Method method ) : boolean
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.isWrapped:(Ljava/lang/reflect/Method;)Z]
ReflectionServiceFactoryBean.isWrapperPartNillable ( org.apache.cxf.service.model.MessagePartInfo mpi ) : boolean
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.isWrapperPartNillable:(Lorg/apache/cxf/service/model/MessagePartInfo;)Z]
ReflectionServiceFactoryBean.isWrapperPartQualified ( org.apache.cxf.service.model.MessagePartInfo mpi ) : boolean
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.isWrapperPartQualified:(Lorg/apache/cxf/service/model/MessagePartInfo;)Z]
ReflectionServiceFactoryBean.processTypes ( Class sc, reflect.Type tp ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.processTypes:(Ljava/lang/Class;Ljava/lang/reflect/Type;)V]
ReflectionServiceFactoryBean.ReflectionServiceFactoryBean ( )
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean."<init>":()V]
ReflectionServiceFactoryBean.reset ( ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.reset:()V]
ReflectionServiceFactoryBean.setAnonymousWrapperTypes ( boolean b ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.setAnonymousWrapperTypes:(Z)V]
ReflectionServiceFactoryBean.setConfigurations ( java.util.List configurations ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.setConfigurations:(Ljava/util/List;)V]
ReflectionServiceFactoryBean.setEndpointName ( javax.xml.namespace.QName en ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.setEndpointName:(Ljavax/xml/namespace/QName;)V]
ReflectionServiceFactoryBean.setExecutor ( java.util.concurrent.Executor executor ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.setExecutor:(Ljava/util/concurrent/Executor;)V]
ReflectionServiceFactoryBean.setFeatures ( java.util.List f ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.setFeatures:(Ljava/util/List;)V]
ReflectionServiceFactoryBean.setIgnoredClasses ( java.util.List ignoredClasses ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.setIgnoredClasses:(Ljava/util/List;)V]
ReflectionServiceFactoryBean.setIgnoredMethods ( java.util.List ignoredMethods ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.setIgnoredMethods:(Ljava/util/List;)V]
ReflectionServiceFactoryBean.setInvoker ( org.apache.cxf.service.invoker.Invoker invoker ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.setInvoker:(Lorg/apache/cxf/service/invoker/Invoker;)V]
ReflectionServiceFactoryBean.setMethodDispatcher ( org.apache.cxf.frontend.MethodDispatcher m ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.setMethodDispatcher:(Lorg/apache/cxf/frontend/MethodDispatcher;)V]
ReflectionServiceFactoryBean.setPopulateFromClass ( boolean fomClass ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.setPopulateFromClass:(Z)V]
ReflectionServiceFactoryBean.setProperties ( java.util.Map properties ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.setProperties:(Ljava/util/Map;)V]
ReflectionServiceFactoryBean.setQualifyWrapperSchema ( boolean b ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.setQualifyWrapperSchema:(Z)V]
ReflectionServiceFactoryBean.setSchemaLocations ( java.util.List schemaLocations ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.setSchemaLocations:(Ljava/util/List;)V]
ReflectionServiceFactoryBean.setServiceClass ( Class serviceClass ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.setServiceClass:(Ljava/lang/Class;)V]
ReflectionServiceFactoryBean.setServiceConfigurations ( java.util.List serviceConfigurations ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.setServiceConfigurations:(Ljava/util/List;)V]
ReflectionServiceFactoryBean.setServiceName ( javax.xml.namespace.QName serviceName ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.setServiceName:(Ljavax/xml/namespace/QName;)V]
ReflectionServiceFactoryBean.setServiceProperties ( ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.setServiceProperties:()V]
ReflectionServiceFactoryBean.setServiceType ( reflect.ParameterizedType servicetype ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.setServiceType:(Ljava/lang/reflect/ParameterizedType;)V]
ReflectionServiceFactoryBean.setValidate ( boolean validate ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.setValidate:(Z)V]
ReflectionServiceFactoryBean.setWrapped ( boolean style ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.setWrapped:(Z)V]
ReflectionServiceFactoryBean.setWsdlURL ( java.net.URL wsdlURL ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.setWsdlURL:(Ljava/net/URL;)V]
ReflectionServiceFactoryBean.setWsdlURL ( String wsdlURL ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.setWsdlURL:(Ljava/lang/String;)V]
ReflectionServiceFactoryBean.updateBindingOperation ( org.apache.cxf.service.model.BindingOperationInfo boi ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.updateBindingOperation:(Lorg/apache/cxf/service/model/BindingOperationInfo;)V]
ReflectionServiceFactoryBean.validateServiceModel ( ) : void
[run-time name: org/apache/cxf/service/factory/ReflectionServiceFactoryBean.validateServiceModel:()V]
openejb-cxf-bundle-2.5.2.jar, ReflectionUtil.class
package org.apache.cxf.common.util
ReflectionUtil.findMethod ( Class cls, String name, Class[ ] params ) [static] : reflect.Method
[run-time name: org/apache/cxf/common/util/ReflectionUtil.findMethod:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;]
ReflectionUtil.getAnnotationForMethodOrContainingClass ( reflect.Method m, Class annotationType ) [static] : annotation.Annotation
[run-time name: org/apache/cxf/common/util/ReflectionUtil.getAnnotationForMethodOrContainingClass:(Ljava/lang/reflect/Method;Ljava/lang/Class;)Ljava/lang/annotation/Annotation;]
ReflectionUtil.getConstructor ( Class cls, Class[ ] args ) [static] : reflect.Constructor
[run-time name: org/apache/cxf/common/util/ReflectionUtil.getConstructor:(Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/reflect/Constructor;]
ReflectionUtil.getDeclaredConstructor ( Class cls, Class[ ] args ) [static] : reflect.Constructor
[run-time name: org/apache/cxf/common/util/ReflectionUtil.getDeclaredConstructor:(Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/reflect/Constructor;]
ReflectionUtil.getDeclaredField ( Class cls, String name ) [static] : reflect.Field
[run-time name: org/apache/cxf/common/util/ReflectionUtil.getDeclaredField:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/reflect/Field;]
ReflectionUtil.getDeclaredFields ( Class cls ) [static] : reflect.Field[ ]
[run-time name: org/apache/cxf/common/util/ReflectionUtil.getDeclaredFields:(Ljava/lang/Class;)[Ljava/lang/reflect/Field;]
ReflectionUtil.getDeclaredMethods ( Class cls ) [static] : reflect.Method[ ]
[run-time name: org/apache/cxf/common/util/ReflectionUtil.getDeclaredMethods:(Ljava/lang/Class;)[Ljava/lang/reflect/Method;]
ReflectionUtil.getPackagesFromJar ( java.io.File jarFile ) [static] : java.util.List
[run-time name: org/apache/cxf/common/util/ReflectionUtil.getPackagesFromJar:(Ljava/io/File;)Ljava/util/List;]
ReflectionUtil.getPropertyDescriptorsAvoidSunBug ( Class refClass, java.beans.BeanInfo beanInfo, Class beanClass, java.beans.PropertyDescriptor[ ] propertyDescriptors ) [static] : java.beans.PropertyDescriptor[ ]
[run-time name: org/apache/cxf/common/util/ReflectionUtil.getPropertyDescriptorsAvoidSunBug:(Ljava/lang/Class;Ljava/beans/BeanInfo;Ljava/lang/Class;[Ljava/beans/PropertyDescriptor;)[Ljava/beans/PropertyDescriptor;]
ReflectionUtil.setAccessible ( reflect.AccessibleObject o ) [static] : reflect.AccessibleObject
[run-time name: org/apache/cxf/common/util/ReflectionUtil.setAccessible:(Ljava/lang/reflect/AccessibleObject;)Ljava/lang/reflect/AccessibleObject;]
ReflectionUtil.setAccessible ( reflect.AccessibleObject o, boolean b ) [static] : reflect.AccessibleObject
[run-time name: org/apache/cxf/common/util/ReflectionUtil.setAccessible:(Ljava/lang/reflect/AccessibleObject;Z)Ljava/lang/reflect/AccessibleObject;]
openejb-cxf-bundle-2.5.2.jar, Registry.class
package org.apache.cxf.extension
Registry.get ( Object p1 ) [abstract] : Object
[run-time name: org/apache/cxf/extension/Registry.get:(Ljava/lang/Object;)Ljava/lang/Object;]
Registry.register ( Object p1, Object p2 ) [abstract] : void
[run-time name: org/apache/cxf/extension/Registry.register:(Ljava/lang/Object;Ljava/lang/Object;)V]
Registry.unregister ( Object p1 ) [abstract] : void
[run-time name: org/apache/cxf/extension/Registry.unregister:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, RegistryImpl.class
package org.apache.cxf.extension
RegistryImpl.get ( Object k ) : Object
[run-time name: org/apache/cxf/extension/RegistryImpl.get:(Ljava/lang/Object;)Ljava/lang/Object;]
RegistryImpl.loadDynamic ( ) : void
[run-time name: org/apache/cxf/extension/RegistryImpl.loadDynamic:()V]
RegistryImpl.register ( Object k, Object t ) : void
[run-time name: org/apache/cxf/extension/RegistryImpl.register:(Ljava/lang/Object;Ljava/lang/Object;)V]
RegistryImpl.RegistryImpl ( )
[run-time name: org/apache/cxf/extension/RegistryImpl."<init>":()V]
RegistryImpl.RegistryImpl ( java.util.Map e )
[run-time name: org/apache/cxf/extension/RegistryImpl."<init>":(Ljava/util/Map;)V]
RegistryImpl.unregister ( Object k ) : void
[run-time name: org/apache/cxf/extension/RegistryImpl.unregister:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, RelatesToType.class
package org.apache.cxf.ws.addressing
RelatesToType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/RelatesToType.getOtherAttributes:()Ljava/util/Map;]
RelatesToType.getRelationshipType ( ) : String
[run-time name: org/apache/cxf/ws/addressing/RelatesToType.getRelationshipType:()Ljava/lang/String;]
RelatesToType.getValue ( ) : String
[run-time name: org/apache/cxf/ws/addressing/RelatesToType.getValue:()Ljava/lang/String;]
RelatesToType.RelatesToType ( )
[run-time name: org/apache/cxf/ws/addressing/RelatesToType."<init>":()V]
RelatesToType.setRelationshipType ( String value ) : void
[run-time name: org/apache/cxf/ws/addressing/RelatesToType.setRelationshipType:(Ljava/lang/String;)V]
RelatesToType.setValue ( String value ) : void
[run-time name: org/apache/cxf/ws/addressing/RelatesToType.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, Relationship.class
package org.apache.cxf.ws.addressing.v200403
Relationship.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/v200403/Relationship.getOtherAttributes:()Ljava/util/Map;]
Relationship.getRelationshipType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/v200403/Relationship.getRelationshipType:()Ljavax/xml/namespace/QName;]
Relationship.getValue ( ) : String
[run-time name: org/apache/cxf/ws/addressing/v200403/Relationship.getValue:()Ljava/lang/String;]
Relationship.Relationship ( )
[run-time name: org/apache/cxf/ws/addressing/v200403/Relationship."<init>":()V]
Relationship.setRelationshipType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200403/Relationship.setRelationshipType:(Ljavax/xml/namespace/QName;)V]
Relationship.setValue ( String value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200403/Relationship.setValue:(Ljava/lang/String;)V]
package org.apache.cxf.ws.addressing.v200408
Relationship.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/v200408/Relationship.getOtherAttributes:()Ljava/util/Map;]
Relationship.getRelationshipType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/v200408/Relationship.getRelationshipType:()Ljavax/xml/namespace/QName;]
Relationship.getValue ( ) : String
[run-time name: org/apache/cxf/ws/addressing/v200408/Relationship.getValue:()Ljava/lang/String;]
Relationship.Relationship ( )
[run-time name: org/apache/cxf/ws/addressing/v200408/Relationship."<init>":()V]
Relationship.setRelationshipType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200408/Relationship.setRelationshipType:(Ljavax/xml/namespace/QName;)V]
Relationship.setValue ( String value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200408/Relationship.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, RemoteReferenceResolver.class
package org.apache.cxf.ws.policy.attachment.reference
RemoteReferenceResolver.RemoteReferenceResolver ( String uri, org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/policy/attachment/reference/RemoteReferenceResolver."<init>":(Ljava/lang/String;Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
RemoteReferenceResolver.resolveReference ( String uri ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/attachment/reference/RemoteReferenceResolver.resolveReference:(Ljava/lang/String;)Lorg/apache/neethi/Policy;]
openejb-cxf-bundle-2.5.2.jar, RemoteType.class
package org.apache.cxf.jaxws.javaee
RemoteType.RemoteType ( )
[run-time name: org/apache/cxf/jaxws/javaee/RemoteType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, RenewingType.class
package org.apache.cxf.ws.security.sts.provider.model
RenewingType.isAllow ( ) : Boolean
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RenewingType.isAllow:()Ljava/lang/Boolean;]
RenewingType.isOK ( ) : Boolean
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RenewingType.isOK:()Ljava/lang/Boolean;]
RenewingType.RenewingType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RenewingType."<init>":()V]
RenewingType.setAllow ( Boolean value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RenewingType.setAllow:(Ljava/lang/Boolean;)V]
RenewingType.setOK ( Boolean value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RenewingType.setOK:(Ljava/lang/Boolean;)V]
openejb-cxf-bundle-2.5.2.jar, RenewOperation.class
package org.apache.cxf.ws.security.sts.provider.operation
RenewOperation.renew ( org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType p1, javax.xml.ws.WebServiceContext p2 ) [abstract] : org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseType
[run-time name: org/apache/cxf/ws/security/sts/provider/operation/RenewOperation.renew:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType;Ljavax/xml/ws/WebServiceContext;)Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseType;]
openejb-cxf-bundle-2.5.2.jar, RenewTargetType.class
package org.apache.cxf.ws.security.sts.provider.model
RenewTargetType.getAny ( ) : Object
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RenewTargetType.getAny:()Ljava/lang/Object;]
RenewTargetType.RenewTargetType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RenewTargetType."<init>":()V]
RenewTargetType.setAny ( Object value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RenewTargetType.setAny:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, ReplyAfterType.class
package org.apache.cxf.ws.addressing.v200403
ReplyAfterType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/v200403/ReplyAfterType.getOtherAttributes:()Ljava/util/Map;]
ReplyAfterType.getValue ( ) : java.math.BigInteger
[run-time name: org/apache/cxf/ws/addressing/v200403/ReplyAfterType.getValue:()Ljava/math/BigInteger;]
ReplyAfterType.ReplyAfterType ( )
[run-time name: org/apache/cxf/ws/addressing/v200403/ReplyAfterType."<init>":()V]
ReplyAfterType.setValue ( java.math.BigInteger value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200403/ReplyAfterType.setValue:(Ljava/math/BigInteger;)V]
package org.apache.cxf.ws.addressing.v200408
ReplyAfterType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/v200408/ReplyAfterType.getOtherAttributes:()Ljava/util/Map;]
ReplyAfterType.getValue ( ) : java.math.BigInteger
[run-time name: org/apache/cxf/ws/addressing/v200408/ReplyAfterType.getValue:()Ljava/math/BigInteger;]
ReplyAfterType.ReplyAfterType ( )
[run-time name: org/apache/cxf/ws/addressing/v200408/ReplyAfterType."<init>":()V]
ReplyAfterType.setValue ( java.math.BigInteger value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200408/ReplyAfterType.setValue:(Ljava/math/BigInteger;)V]
openejb-cxf-bundle-2.5.2.jar, ReplyToNameType.class
package org.apache.cxf.transport.jms.wsdl
ReplyToNameType.getElementType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/transport/jms/wsdl/ReplyToNameType.getElementType:()Ljavax/xml/namespace/QName;]
ReplyToNameType.getRequired ( ) : Boolean
[run-time name: org/apache/cxf/transport/jms/wsdl/ReplyToNameType.getRequired:()Ljava/lang/Boolean;]
ReplyToNameType.getValue ( ) : String
[run-time name: org/apache/cxf/transport/jms/wsdl/ReplyToNameType.getValue:()Ljava/lang/String;]
ReplyToNameType.ReplyToNameType ( )
[run-time name: org/apache/cxf/transport/jms/wsdl/ReplyToNameType."<init>":()V]
ReplyToNameType.setElementType ( javax.xml.namespace.QName type ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/ReplyToNameType.setElementType:(Ljavax/xml/namespace/QName;)V]
ReplyToNameType.setRequired ( Boolean required ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/ReplyToNameType.setRequired:(Ljava/lang/Boolean;)V]
ReplyToNameType.setValue ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/ReplyToNameType.setValue:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, RequestCollectionOperation.class
package org.apache.cxf.ws.security.sts.provider.operation
RequestCollectionOperation.requestCollection ( org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenCollectionType p1, javax.xml.ws.WebServiceContext p2 ) [abstract] : org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseCollectionType
[run-time name: org/apache/cxf/ws/security/sts/provider/operation/RequestCollectionOperation.requestCollection:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenCollectionType;Ljavax/xml/ws/WebServiceContext;)Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseCollectionType;]
openejb-cxf-bundle-2.5.2.jar, RequestDispatcherProvider.class
package org.apache.cxf.jaxrs.provider
RequestDispatcherProvider.doSetRequestParameters ( RequestDispatcherProvider.HttpServletRequestFilter req, javax.ws.rs.core.MultivaluedMap params ) : void
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.doSetRequestParameters:(Lorg/apache/cxf/jaxrs/provider/RequestDispatcherProvider$HttpServletRequestFilter;Ljavax/ws/rs/core/MultivaluedMap;)V]
RequestDispatcherProvider.getBeanName ( Object bean ) : String
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.getBeanName:(Ljava/lang/Object;)Ljava/lang/String;]
RequestDispatcherProvider.getRequestDispatcher ( javax.servlet.ServletContext sc, Class clazz, String path ) : javax.servlet.RequestDispatcher
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.getRequestDispatcher:(Ljavax/servlet/ServletContext;Ljava/lang/Class;Ljava/lang/String;)Ljavax/servlet/RequestDispatcher;]
RequestDispatcherProvider.getServletContext ( ) : javax.servlet.ServletContext
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.getServletContext:()Ljavax/servlet/ServletContext;]
RequestDispatcherProvider.getSize ( Object t, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : long
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.getSize:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J]
RequestDispatcherProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.isWriteable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
RequestDispatcherProvider.RequestDispatcherProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider."<init>":()V]
RequestDispatcherProvider.setBeanName ( String beanName ) : void
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.setBeanName:(Ljava/lang/String;)V]
RequestDispatcherProvider.setBeanNames ( java.util.Map beanNames ) : void
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.setBeanNames:(Ljava/util/Map;)V]
RequestDispatcherProvider.setClassResources ( java.util.Map resources ) : void
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.setClassResources:(Ljava/util/Map;)V]
RequestDispatcherProvider.setDispatcherName ( String name ) : void
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.setDispatcherName:(Ljava/lang/String;)V]
RequestDispatcherProvider.setLogRedirects ( String value ) : void
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.setLogRedirects:(Ljava/lang/String;)V]
RequestDispatcherProvider.setRequestParameters ( RequestDispatcherProvider.HttpServletRequestFilter request ) : void
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.setRequestParameters:(Lorg/apache/cxf/jaxrs/provider/RequestDispatcherProvider$HttpServletRequestFilter;)V]
RequestDispatcherProvider.setResourcePath ( String resourcePath ) : void
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.setResourcePath:(Ljava/lang/String;)V]
RequestDispatcherProvider.setResourcePaths ( java.util.Map resourcePaths ) : void
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.setResourcePaths:(Ljava/util/Map;)V]
RequestDispatcherProvider.setSaveParametersAsAttributes ( boolean saveParametersAsAttributes ) : void
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.setSaveParametersAsAttributes:(Z)V]
RequestDispatcherProvider.setScope ( String scope ) : void
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.setScope:(Ljava/lang/String;)V]
RequestDispatcherProvider.setServletContextPath ( String servletContextPath ) : void
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.setServletContextPath:(Ljava/lang/String;)V]
RequestDispatcherProvider.setServletPath ( String path ) : void
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.setServletPath:(Ljava/lang/String;)V]
RequestDispatcherProvider.writeTo ( Object o, Class clazz, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType type, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/jaxrs/provider/RequestDispatcherProvider.writeTo:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, RequestedProofTokenType.class
package org.apache.cxf.ws.security.sts.provider.model
RequestedProofTokenType.getAny ( ) : Object
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestedProofTokenType.getAny:()Ljava/lang/Object;]
RequestedProofTokenType.RequestedProofTokenType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestedProofTokenType."<init>":()V]
RequestedProofTokenType.setAny ( Object value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestedProofTokenType.setAny:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, RequestedReferenceType.class
package org.apache.cxf.ws.security.sts.provider.model
RequestedReferenceType.getSecurityTokenReference ( ) : secext.SecurityTokenReferenceType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestedReferenceType.getSecurityTokenReference:()Lorg/apache/cxf/ws/security/sts/provider/model/secext/SecurityTokenReferenceType;]
RequestedReferenceType.RequestedReferenceType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestedReferenceType."<init>":()V]
RequestedReferenceType.setSecurityTokenReference ( secext.SecurityTokenReferenceType value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestedReferenceType.setSecurityTokenReference:(Lorg/apache/cxf/ws/security/sts/provider/model/secext/SecurityTokenReferenceType;)V]
openejb-cxf-bundle-2.5.2.jar, RequestedSecurityTokenType.class
package org.apache.cxf.ws.security.sts.provider.model
RequestedSecurityTokenType.getAny ( ) : Object
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestedSecurityTokenType.getAny:()Ljava/lang/Object;]
RequestedSecurityTokenType.RequestedSecurityTokenType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestedSecurityTokenType."<init>":()V]
RequestedSecurityTokenType.setAny ( Object value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestedSecurityTokenType.setAny:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, RequestedTokenCancelledType.class
package org.apache.cxf.ws.security.sts.provider.model
RequestedTokenCancelledType.RequestedTokenCancelledType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestedTokenCancelledType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, RequestHandler.class
package org.apache.cxf.jaxrs.ext
RequestHandler.handleRequest ( org.apache.cxf.message.Message p1, org.apache.cxf.jaxrs.model.ClassResourceInfo p2 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/ext/RequestHandler.handleRequest:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;)Ljavax/ws/rs/core/Response;]
openejb-cxf-bundle-2.5.2.jar, RequestKETType.class
package org.apache.cxf.ws.security.sts.provider.model
RequestKETType.RequestKETType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestKETType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, RequestSecurityTokenCollectionType.class
package org.apache.cxf.ws.security.sts.provider.model
RequestSecurityTokenCollectionType.getRequestSecurityToken ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenCollectionType.getRequestSecurityToken:()Ljava/util/List;]
RequestSecurityTokenCollectionType.RequestSecurityTokenCollectionType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenCollectionType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, RequestSecurityTokenResponseCollectionType.class
package org.apache.cxf.ws.security.sts.provider.model
RequestSecurityTokenResponseCollectionType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseCollectionType.getOtherAttributes:()Ljava/util/Map;]
RequestSecurityTokenResponseCollectionType.getRequestSecurityTokenResponse ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseCollectionType.getRequestSecurityTokenResponse:()Ljava/util/List;]
RequestSecurityTokenResponseCollectionType.RequestSecurityTokenResponseCollectionType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseCollectionType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, RequestSecurityTokenResponseType.class
package org.apache.cxf.ws.security.sts.provider.model
RequestSecurityTokenResponseType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseType.getAny:()Ljava/util/List;]
RequestSecurityTokenResponseType.getContext ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseType.getContext:()Ljava/lang/String;]
RequestSecurityTokenResponseType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseType.getOtherAttributes:()Ljava/util/Map;]
RequestSecurityTokenResponseType.RequestSecurityTokenResponseType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseType."<init>":()V]
RequestSecurityTokenResponseType.setContext ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseType.setContext:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, RequestSecurityTokenType.class
package org.apache.cxf.ws.security.sts.provider.model
RequestSecurityTokenType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType.getAny:()Ljava/util/List;]
RequestSecurityTokenType.getContext ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType.getContext:()Ljava/lang/String;]
RequestSecurityTokenType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType.getOtherAttributes:()Ljava/util/Map;]
RequestSecurityTokenType.RequestSecurityTokenType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType."<init>":()V]
RequestSecurityTokenType.setContext ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType.setContext:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, RequiredElements.class
package org.apache.cxf.ws.security.policy.model
RequiredElements.addDeclaredNamespaces ( String uri, String prefix ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/RequiredElements.addDeclaredNamespaces:(Ljava/lang/String;Ljava/lang/String;)V]
RequiredElements.addXPathExpression ( String expr ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/RequiredElements.addXPathExpression:(Ljava/lang/String;)V]
RequiredElements.getDeclaredNamespaces ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/policy/model/RequiredElements.getDeclaredNamespaces:()Ljava/util/Map;]
RequiredElements.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/RequiredElements.getName:()Ljavax/xml/namespace/QName;]
RequiredElements.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/RequiredElements.getRealName:()Ljavax/xml/namespace/QName;]
RequiredElements.getXPathExpressions ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/policy/model/RequiredElements.getXPathExpressions:()Ljava/util/List;]
RequiredElements.getXPathVersion ( ) : String
[run-time name: org/apache/cxf/ws/security/policy/model/RequiredElements.getXPathVersion:()Ljava/lang/String;]
RequiredElements.normalize ( ) : org.apache.neethi.PolicyComponent
[run-time name: org/apache/cxf/ws/security/policy/model/RequiredElements.normalize:()Lorg/apache/neethi/PolicyComponent;]
RequiredElements.RequiredElements ( org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/RequiredElements."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;)V]
RequiredElements.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/RequiredElements.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
RequiredElements.setXPathVersion ( String pathVersion ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/RequiredElements.setXPathVersion:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, RequiredElementsBuilder.class
package org.apache.cxf.ws.security.policy.builders
RequiredElementsBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/RequiredElementsBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
RequiredElementsBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/RequiredElementsBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
RequiredElementsBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/RequiredElementsBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
RequiredElementsBuilder.RequiredElementsBuilder ( )
[run-time name: org/apache/cxf/ws/security/policy/builders/RequiredElementsBuilder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, RequiredParts.class
package org.apache.cxf.ws.security.policy.model
RequiredParts.addHeader ( Header header ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/RequiredParts.addHeader:(Lorg/apache/cxf/ws/security/policy/model/Header;)V]
RequiredParts.getHeaders ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/policy/model/RequiredParts.getHeaders:()Ljava/util/List;]
RequiredParts.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/RequiredParts.getName:()Ljavax/xml/namespace/QName;]
RequiredParts.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/RequiredParts.getRealName:()Ljavax/xml/namespace/QName;]
RequiredParts.normalize ( ) : org.apache.neethi.PolicyComponent
[run-time name: org/apache/cxf/ws/security/policy/model/RequiredParts.normalize:()Lorg/apache/neethi/PolicyComponent;]
RequiredParts.RequiredParts ( org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/RequiredParts."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;)V]
RequiredParts.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/RequiredParts.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
openejb-cxf-bundle-2.5.2.jar, RequiredPartsBuilder.class
package org.apache.cxf.ws.security.policy.builders
RequiredPartsBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/RequiredPartsBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
RequiredPartsBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/RequiredPartsBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
RequiredPartsBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/RequiredPartsBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
RequiredPartsBuilder.RequiredPartsBuilder ( )
[run-time name: org/apache/cxf/ws/security/policy/builders/RequiredPartsBuilder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ResAuthType.class
package org.apache.cxf.jaxws.javaee
ResAuthType.ResAuthType ( )
[run-time name: org/apache/cxf/jaxws/javaee/ResAuthType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ResendCandidate.class
package org.apache.cxf.ws.rm.soap
RetransmissionQueueImpl.ResendCandidate.attempted ( ) : void
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.ResendCandidate.attempted:()V]
RetransmissionQueueImpl.ResendCandidate.cancel ( ) : void
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.ResendCandidate.cancel:()V]
RetransmissionQueueImpl.ResendCandidate.getBackoff ( ) : long
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.ResendCandidate.getBackoff:()J]
RetransmissionQueueImpl.ResendCandidate.getMessage ( ) : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.ResendCandidate.getMessage:()Lorg/apache/cxf/message/Message;]
RetransmissionQueueImpl.ResendCandidate.getNext ( ) : java.util.Date
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.ResendCandidate.getNext:()Ljava/util/Date;]
RetransmissionQueueImpl.ResendCandidate.getNextInterval ( ) : long
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.ResendCandidate.getNextInterval:()J]
RetransmissionQueueImpl.ResendCandidate.getPrevious ( ) : java.util.Date
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.ResendCandidate.getPrevious:()Ljava/util/Date;]
RetransmissionQueueImpl.ResendCandidate.getResends ( ) : int
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.ResendCandidate.getResends:()I]
RetransmissionQueueImpl.ResendCandidate.initiate ( boolean requestAcknowledge ) : void
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.ResendCandidate.initiate:(Z)V]
RetransmissionQueueImpl.ResendCandidate.isPending ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.ResendCandidate.isPending:()Z]
RetransmissionQueueImpl.ResendCandidate.isSuspended ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.ResendCandidate.isSuspended:()Z]
RetransmissionQueueImpl.ResendCandidate.resolved ( ) : void
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.ResendCandidate.resolved:()V]
RetransmissionQueueImpl.ResendCandidate.resume ( ) : void
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.ResendCandidate.resume:()V]
RetransmissionQueueImpl.ResendCandidate.RetransmissionQueueImpl.ResendCandidate ( RetransmissionQueueImpl m, org.apache.cxf.message.Message p2 )
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.ResendCandidate."<init>":(Lorg/apache/cxf/ws/rm/soap/RetransmissionQueueImpl;Lorg/apache/cxf/message/Message;)V]
RetransmissionQueueImpl.ResendCandidate.run ( ) : void
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.ResendCandidate.run:()V]
RetransmissionQueueImpl.ResendCandidate.schedule ( ) : void
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.ResendCandidate.schedule:()V]
RetransmissionQueueImpl.ResendCandidate.suspend ( ) : void
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.ResendCandidate.suspend:()V]
openejb-cxf-bundle-2.5.2.jar, Resender.class
package org.apache.cxf.ws.rm.soap
RetransmissionQueueImpl.Resender.resend ( org.apache.cxf.message.Message p1, boolean p2 ) [abstract] : void
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.Resender.resend:(Lorg/apache/cxf/message/Message;Z)V]
openejb-cxf-bundle-2.5.2.jar, ResolveEndpointFailedException.class
package org.apache.cxf.transport.jms.uri
ResolveEndpointFailedException.getUri ( ) : String
[run-time name: org/apache/cxf/transport/jms/uri/ResolveEndpointFailedException.getUri:()Ljava/lang/String;]
ResolveEndpointFailedException.ResolveEndpointFailedException ( String uri, String message )
[run-time name: org/apache/cxf/transport/jms/uri/ResolveEndpointFailedException."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
ResolveEndpointFailedException.ResolveEndpointFailedException ( String uri, Throwable cause )
[run-time name: org/apache/cxf/transport/jms/uri/ResolveEndpointFailedException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, ResolvingGrammarReaderController.class
package org.apache.cxf.wstx_msv_validation
ResolvingGrammarReaderController.error ( org.xml.sax.Locator[ ] locs, String msg, Exception nestedException ) : void
[run-time name: org/apache/cxf/wstx_msv_validation/ResolvingGrammarReaderController.error:([Lorg/xml/sax/Locator;Ljava/lang/String;Ljava/lang/Exception;)V]
ResolvingGrammarReaderController.getLSResourceResolver ( ) : org.w3c.dom.ls.LSResourceResolver
[run-time name: org/apache/cxf/wstx_msv_validation/ResolvingGrammarReaderController.getLSResourceResolver:()Lorg/w3c/dom/ls/LSResourceResolver;]
ResolvingGrammarReaderController.resolveEntity ( String publicId, String systemId ) : org.xml.sax.InputSource
[run-time name: org/apache/cxf/wstx_msv_validation/ResolvingGrammarReaderController.resolveEntity:(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;]
ResolvingGrammarReaderController.resolveResource ( String type, String namespaceURI, String publicId, String systemId, String resolveBaseURI ) : org.w3c.dom.ls.LSInput
[run-time name: org/apache/cxf/wstx_msv_validation/ResolvingGrammarReaderController.resolveResource:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/ls/LSInput;]
ResolvingGrammarReaderController.ResolvingGrammarReaderController ( String baseURI, java.util.Map sources )
[run-time name: org/apache/cxf/wstx_msv_validation/ResolvingGrammarReaderController."<init>":(Ljava/lang/String;Ljava/util/Map;)V]
ResolvingGrammarReaderController.warning ( org.xml.sax.Locator[ ] locs, String errorMessage ) : void
[run-time name: org/apache/cxf/wstx_msv_validation/ResolvingGrammarReaderController.warning:([Lorg/xml/sax/Locator;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ResourceComparator.class
package org.apache.cxf.jaxrs.ext
ResourceComparator.compare ( org.apache.cxf.jaxrs.model.ClassResourceInfo p1, org.apache.cxf.jaxrs.model.ClassResourceInfo p2, org.apache.cxf.message.Message p3 ) [abstract] : int
[run-time name: org/apache/cxf/jaxrs/ext/ResourceComparator.compare:(Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;Lorg/apache/cxf/message/Message;)I]
ResourceComparator.compare ( org.apache.cxf.jaxrs.model.OperationResourceInfo p1, org.apache.cxf.jaxrs.model.OperationResourceInfo p2, org.apache.cxf.message.Message p3 ) [abstract] : int
[run-time name: org/apache/cxf/jaxrs/ext/ResourceComparator.compare:(Lorg/apache/cxf/jaxrs/model/OperationResourceInfo;Lorg/apache/cxf/jaxrs/model/OperationResourceInfo;Lorg/apache/cxf/message/Message;)I]
openejb-cxf-bundle-2.5.2.jar, ResourceEnvRefType.class
package org.apache.cxf.jaxws.javaee
ResourceEnvRefType.getDescription ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ResourceEnvRefType.getDescription:()Ljava/util/List;]
ResourceEnvRefType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/ResourceEnvRefType.getId:()Ljava/lang/String;]
ResourceEnvRefType.getInjectionTarget ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ResourceEnvRefType.getInjectionTarget:()Ljava/util/List;]
ResourceEnvRefType.getMappedName ( ) : XsdStringType
[run-time name: org/apache/cxf/jaxws/javaee/ResourceEnvRefType.getMappedName:()Lorg/apache/cxf/jaxws/javaee/XsdStringType;]
ResourceEnvRefType.getResourceEnvRefName ( ) : JndiNameType
[run-time name: org/apache/cxf/jaxws/javaee/ResourceEnvRefType.getResourceEnvRefName:()Lorg/apache/cxf/jaxws/javaee/JndiNameType;]
ResourceEnvRefType.getResourceEnvRefType ( ) : FullyQualifiedClassType
[run-time name: org/apache/cxf/jaxws/javaee/ResourceEnvRefType.getResourceEnvRefType:()Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;]
ResourceEnvRefType.ResourceEnvRefType ( )
[run-time name: org/apache/cxf/jaxws/javaee/ResourceEnvRefType."<init>":()V]
ResourceEnvRefType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ResourceEnvRefType.setId:(Ljava/lang/String;)V]
ResourceEnvRefType.setMappedName ( XsdStringType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ResourceEnvRefType.setMappedName:(Lorg/apache/cxf/jaxws/javaee/XsdStringType;)V]
ResourceEnvRefType.setResourceEnvRefName ( JndiNameType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ResourceEnvRefType.setResourceEnvRefName:(Lorg/apache/cxf/jaxws/javaee/JndiNameType;)V]
ResourceEnvRefType.setResourceEnvRefType ( FullyQualifiedClassType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ResourceEnvRefType.setResourceEnvRefType:(Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;)V]
openejb-cxf-bundle-2.5.2.jar, ResourceInfo.class
package org.apache.cxf.binding.http
URIMapper.ResourceInfo.getOperation ( ) : org.apache.cxf.service.model.BindingOperationInfo
[run-time name: org/apache/cxf/binding/http/URIMapper.ResourceInfo.getOperation:()Lorg/apache/cxf/service/model/BindingOperationInfo;]
URIMapper.ResourceInfo.getUri ( ) : String
[run-time name: org/apache/cxf/binding/http/URIMapper.ResourceInfo.getUri:()Ljava/lang/String;]
URIMapper.ResourceInfo.getVerb ( ) : String
[run-time name: org/apache/cxf/binding/http/URIMapper.ResourceInfo.getVerb:()Ljava/lang/String;]
URIMapper.ResourceInfo.setOperation ( org.apache.cxf.service.model.BindingOperationInfo operation ) : void
[run-time name: org/apache/cxf/binding/http/URIMapper.ResourceInfo.setOperation:(Lorg/apache/cxf/service/model/BindingOperationInfo;)V]
URIMapper.ResourceInfo.setUri ( String uri ) : void
[run-time name: org/apache/cxf/binding/http/URIMapper.ResourceInfo.setUri:(Ljava/lang/String;)V]
URIMapper.ResourceInfo.setVerb ( String verb ) : void
[run-time name: org/apache/cxf/binding/http/URIMapper.ResourceInfo.setVerb:(Ljava/lang/String;)V]
URIMapper.ResourceInfo.URIMapper.ResourceInfo ( )
[run-time name: org/apache/cxf/binding/http/URIMapper.ResourceInfo."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ResourceInjector.class
package org.apache.cxf.common.injection
ResourceInjector.construct ( Object o ) : void
[run-time name: org/apache/cxf/common/injection/ResourceInjector.construct:(Ljava/lang/Object;)V]
ResourceInjector.construct ( Object o, Class cls ) : void
[run-time name: org/apache/cxf/common/injection/ResourceInjector.construct:(Ljava/lang/Object;Ljava/lang/Class;)V]
ResourceInjector.destroy ( Object o ) : void
[run-time name: org/apache/cxf/common/injection/ResourceInjector.destroy:(Ljava/lang/Object;)V]
ResourceInjector.getResourceType ( javax.annotation.Resource res, reflect.Field field ) : Class
[run-time name: org/apache/cxf/common/injection/ResourceInjector.getResourceType:(Ljavax/annotation/Resource;Ljava/lang/reflect/Field;)Ljava/lang/Class;]
ResourceInjector.inject ( Object o ) : void
[run-time name: org/apache/cxf/common/injection/ResourceInjector.inject:(Ljava/lang/Object;)V]
ResourceInjector.inject ( Object o, Class claz ) : void
[run-time name: org/apache/cxf/common/injection/ResourceInjector.inject:(Ljava/lang/Object;Ljava/lang/Class;)V]
ResourceInjector.invokePostConstruct ( ) : void
[run-time name: org/apache/cxf/common/injection/ResourceInjector.invokePostConstruct:()V]
ResourceInjector.invokePreDestroy ( ) : void
[run-time name: org/apache/cxf/common/injection/ResourceInjector.invokePreDestroy:()V]
ResourceInjector.processable ( Class cls, Object o ) [static] : boolean
[run-time name: org/apache/cxf/common/injection/ResourceInjector.processable:(Ljava/lang/Class;Ljava/lang/Object;)Z]
ResourceInjector.ResourceInjector ( org.apache.cxf.resource.ResourceManager resMgr )
[run-time name: org/apache/cxf/common/injection/ResourceInjector."<init>":(Lorg/apache/cxf/resource/ResourceManager;)V]
ResourceInjector.ResourceInjector ( org.apache.cxf.resource.ResourceManager resMgr, java.util.List resolvers )
[run-time name: org/apache/cxf/common/injection/ResourceInjector."<init>":(Lorg/apache/cxf/resource/ResourceManager;Ljava/util/List;)V]
ResourceInjector.visitClass ( Class clz, annotation.Annotation annotation ) : void
[run-time name: org/apache/cxf/common/injection/ResourceInjector.visitClass:(Ljava/lang/Class;Ljava/lang/annotation/Annotation;)V]
ResourceInjector.visitField ( reflect.Field field, annotation.Annotation annotation ) : void
[run-time name: org/apache/cxf/common/injection/ResourceInjector.visitField:(Ljava/lang/reflect/Field;Ljava/lang/annotation/Annotation;)V]
ResourceInjector.visitMethod ( reflect.Method method, annotation.Annotation annotation ) : void
[run-time name: org/apache/cxf/common/injection/ResourceInjector.visitMethod:(Ljava/lang/reflect/Method;Ljava/lang/annotation/Annotation;)V]
openejb-cxf-bundle-2.5.2.jar, ResourceManager.class
package org.apache.cxf.resource
ResourceManager.addResourceResolver ( ResourceResolver p1 ) [abstract] : void
[run-time name: org/apache/cxf/resource/ResourceManager.addResourceResolver:(Lorg/apache/cxf/resource/ResourceResolver;)V]
ResourceManager.getResourceAsStream ( String p1 ) [abstract] : java.io.InputStream
[run-time name: org/apache/cxf/resource/ResourceManager.getResourceAsStream:(Ljava/lang/String;)Ljava/io/InputStream;]
ResourceManager.getResourceResolvers ( ) [abstract] : java.util.List
[run-time name: org/apache/cxf/resource/ResourceManager.getResourceResolvers:()Ljava/util/List;]
ResourceManager.removeResourceResolver ( ResourceResolver p1 ) [abstract] : void
[run-time name: org/apache/cxf/resource/ResourceManager.removeResourceResolver:(Lorg/apache/cxf/resource/ResourceResolver;)V]
ResourceManager.resolveResource ( String p1, Class p2 ) [abstract] : Object
[run-time name: org/apache/cxf/resource/ResourceManager.resolveResource:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
ResourceManager.resolveResource ( String p1, Class p2, java.util.List p3 ) [abstract] : Object
[run-time name: org/apache/cxf/resource/ResourceManager.resolveResource:(Ljava/lang/String;Ljava/lang/Class;Ljava/util/List;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, ResourceManagerImpl.class
package org.apache.cxf.bus.resource
ResourceManagerImpl.getRegistrationType ( ) : Class
[run-time name: org/apache/cxf/bus/resource/ResourceManagerImpl.getRegistrationType:()Ljava/lang/Class;]
ResourceManagerImpl.onFirstResolve ( ) : void
[run-time name: org/apache/cxf/bus/resource/ResourceManagerImpl.onFirstResolve:()V]
ResourceManagerImpl.ResourceManagerImpl ( )
[run-time name: org/apache/cxf/bus/resource/ResourceManagerImpl."<init>":()V]
ResourceManagerImpl.ResourceManagerImpl ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/bus/resource/ResourceManagerImpl."<init>":(Lorg/apache/cxf/Bus;)V]
ResourceManagerImpl.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/bus/resource/ResourceManagerImpl.setBus:(Lorg/apache/cxf/Bus;)V]
ResourceManagerImpl.setResolvers ( java.util.List resolvers ) : void
[run-time name: org/apache/cxf/bus/resource/ResourceManagerImpl.setResolvers:(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, ResourceManagerWSDLLocator.class
package org.apache.cxf.wsdl11
ResourceManagerWSDLLocator.getInputSource ( ) : org.xml.sax.InputSource
[run-time name: org/apache/cxf/wsdl11/ResourceManagerWSDLLocator.getInputSource:()Lorg/xml/sax/InputSource;]
ResourceManagerWSDLLocator.getInputSource ( String parentLocation, String importLocation ) : org.xml.sax.InputSource
[run-time name: org/apache/cxf/wsdl11/ResourceManagerWSDLLocator.getInputSource:(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;]
ResourceManagerWSDLLocator.ResourceManagerWSDLLocator ( String wsdlUrl, javax.wsdl.xml.WSDLLocator parent, org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/wsdl11/ResourceManagerWSDLLocator."<init>":(Ljava/lang/String;Ljavax/wsdl/xml/WSDLLocator;Lorg/apache/cxf/Bus;)V]
ResourceManagerWSDLLocator.ResourceManagerWSDLLocator ( String wsdlUrl, org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/wsdl11/ResourceManagerWSDLLocator."<init>":(Ljava/lang/String;Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, ResourceProvider.class
package org.apache.cxf.jaxrs.lifecycle
ResourceProvider.getInstance ( org.apache.cxf.message.Message p1 ) [abstract] : Object
[run-time name: org/apache/cxf/jaxrs/lifecycle/ResourceProvider.getInstance:(Lorg/apache/cxf/message/Message;)Ljava/lang/Object;]
ResourceProvider.getResourceClass ( ) [abstract] : Class
[run-time name: org/apache/cxf/jaxrs/lifecycle/ResourceProvider.getResourceClass:()Ljava/lang/Class;]
ResourceProvider.isSingleton ( ) [abstract] : boolean
[run-time name: org/apache/cxf/jaxrs/lifecycle/ResourceProvider.isSingleton:()Z]
ResourceProvider.releaseInstance ( org.apache.cxf.message.Message p1, Object p2 ) [abstract] : void
[run-time name: org/apache/cxf/jaxrs/lifecycle/ResourceProvider.releaseInstance:(Lorg/apache/cxf/message/Message;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, ResourceRefType.class
package org.apache.cxf.jaxws.javaee
ResourceRefType.getDescription ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ResourceRefType.getDescription:()Ljava/util/List;]
ResourceRefType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/ResourceRefType.getId:()Ljava/lang/String;]
ResourceRefType.getInjectionTarget ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ResourceRefType.getInjectionTarget:()Ljava/util/List;]
ResourceRefType.getMappedName ( ) : XsdStringType
[run-time name: org/apache/cxf/jaxws/javaee/ResourceRefType.getMappedName:()Lorg/apache/cxf/jaxws/javaee/XsdStringType;]
ResourceRefType.getResAuth ( ) : ResAuthType
[run-time name: org/apache/cxf/jaxws/javaee/ResourceRefType.getResAuth:()Lorg/apache/cxf/jaxws/javaee/ResAuthType;]
ResourceRefType.getResRefName ( ) : JndiNameType
[run-time name: org/apache/cxf/jaxws/javaee/ResourceRefType.getResRefName:()Lorg/apache/cxf/jaxws/javaee/JndiNameType;]
ResourceRefType.getResSharingScope ( ) : ResSharingScopeType
[run-time name: org/apache/cxf/jaxws/javaee/ResourceRefType.getResSharingScope:()Lorg/apache/cxf/jaxws/javaee/ResSharingScopeType;]
ResourceRefType.getResType ( ) : FullyQualifiedClassType
[run-time name: org/apache/cxf/jaxws/javaee/ResourceRefType.getResType:()Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;]
ResourceRefType.ResourceRefType ( )
[run-time name: org/apache/cxf/jaxws/javaee/ResourceRefType."<init>":()V]
ResourceRefType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ResourceRefType.setId:(Ljava/lang/String;)V]
ResourceRefType.setMappedName ( XsdStringType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ResourceRefType.setMappedName:(Lorg/apache/cxf/jaxws/javaee/XsdStringType;)V]
ResourceRefType.setResAuth ( ResAuthType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ResourceRefType.setResAuth:(Lorg/apache/cxf/jaxws/javaee/ResAuthType;)V]
ResourceRefType.setResRefName ( JndiNameType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ResourceRefType.setResRefName:(Lorg/apache/cxf/jaxws/javaee/JndiNameType;)V]
ResourceRefType.setResSharingScope ( ResSharingScopeType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ResourceRefType.setResSharingScope:(Lorg/apache/cxf/jaxws/javaee/ResSharingScopeType;)V]
ResourceRefType.setResType ( FullyQualifiedClassType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ResourceRefType.setResType:(Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;)V]
openejb-cxf-bundle-2.5.2.jar, ResourceResolver.class
package org.apache.cxf.resource
ResourceResolver.getAsStream ( String p1 ) [abstract] : java.io.InputStream
[run-time name: org/apache/cxf/resource/ResourceResolver.getAsStream:(Ljava/lang/String;)Ljava/io/InputStream;]
ResourceResolver.resolve ( String p1, Class p2 ) [abstract] : Object
[run-time name: org/apache/cxf/resource/ResourceResolver.resolve:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, ResourceStrategy.class
package org.apache.cxf.binding.http.strategy
ResourceStrategy.map ( org.apache.cxf.service.model.BindingOperationInfo p1, reflect.Method p2, org.apache.cxf.binding.http.URIMapper p3 ) [abstract] : boolean
[run-time name: org/apache/cxf/binding/http/strategy/ResourceStrategy.map:(Lorg/apache/cxf/service/model/BindingOperationInfo;Ljava/lang/reflect/Method;Lorg/apache/cxf/binding/http/URIMapper;)Z]
openejb-cxf-bundle-2.5.2.jar, ResourceUtils.class
package org.apache.cxf.jaxrs.utils
ResourceUtils.createApplication ( javax.ws.rs.core.Application app, boolean ignoreAppPath ) [static] : org.apache.cxf.jaxrs.JAXRSServerFactoryBean
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.createApplication:(Ljavax/ws/rs/core/Application;Z)Lorg/apache/cxf/jaxrs/JAXRSServerFactoryBean;]
ResourceUtils.createClassResourceInfo ( Class rClass, Class sClass, boolean root, boolean enableStatic ) [static] : org.apache.cxf.jaxrs.model.ClassResourceInfo
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.createClassResourceInfo:(Ljava/lang/Class;Ljava/lang/Class;ZZ)Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;]
ResourceUtils.createClassResourceInfo ( java.util.Map resources, org.apache.cxf.jaxrs.model.UserResource model, boolean isRoot, boolean enableStatic ) [static] : org.apache.cxf.jaxrs.model.ClassResourceInfo
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.createClassResourceInfo:(Ljava/util/Map;Lorg/apache/cxf/jaxrs/model/UserResource;ZZ)Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;]
ResourceUtils.createConstructorArguments ( reflect.Constructor c, org.apache.cxf.message.Message m ) [static] : Object[ ]
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.createConstructorArguments:(Ljava/lang/reflect/Constructor;Lorg/apache/cxf/message/Message;)[Ljava/lang/Object;]
ResourceUtils.createJaxbContext ( java.util.Set classes, Class[ ] extraClass, java.util.Map contextProperties ) [static] : javax.xml.bind.JAXBContext
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.createJaxbContext:(Ljava/util/Set;[Ljava/lang/Class;Ljava/util/Map;)Ljavax/xml/bind/JAXBContext;]
ResourceUtils.createServiceClassResourceInfo ( java.util.Map resources, org.apache.cxf.jaxrs.model.UserResource model, Class sClass, boolean isRoot, boolean enableStatic ) [static] : org.apache.cxf.jaxrs.model.ClassResourceInfo
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.createServiceClassResourceInfo:(Ljava/util/Map;Lorg/apache/cxf/jaxrs/model/UserResource;Ljava/lang/Class;ZZ)Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;]
ResourceUtils.findPostConstructMethod ( Class c ) [static] : reflect.Method
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.findPostConstructMethod:(Ljava/lang/Class;)Ljava/lang/reflect/Method;]
ResourceUtils.findPreDestroyMethod ( Class c ) [static] : reflect.Method
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.findPreDestroyMethod:(Ljava/lang/Class;)Ljava/lang/reflect/Method;]
ResourceUtils.findResourceConstructor ( Class resourceClass, boolean perRequest ) [static] : reflect.Constructor
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.findResourceConstructor:(Ljava/lang/Class;Z)Ljava/lang/reflect/Constructor;]
ResourceUtils.getActualJaxbType ( Class type, reflect.Method resourceMethod, boolean inbound ) [static] : Class
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.getActualJaxbType:(Ljava/lang/Class;Ljava/lang/reflect/Method;Z)Ljava/lang/Class;]
ResourceUtils.getAllRequestResponseTypes ( java.util.List cris, boolean jaxbOnly ) [static] : java.util.Map
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.getAllRequestResponseTypes:(Ljava/util/List;Z)Ljava/util/Map;]
ResourceUtils.getClasspathResourceStream ( String path, Class callingClass, org.apache.cxf.Bus bus ) [static] : java.io.InputStream
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.getClasspathResourceStream:(Ljava/lang/String;Ljava/lang/Class;Lorg/apache/cxf/Bus;)Ljava/io/InputStream;]
ResourceUtils.getClasspathResourceURL ( String path, Class callingClass, org.apache.cxf.Bus bus ) [static] : java.net.URL
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.getClasspathResourceURL:(Ljava/lang/String;Ljava/lang/Class;Lorg/apache/cxf/Bus;)Ljava/net/URL;]
ResourceUtils.getParameter ( int index, annotation.Annotation[ ] anns, Class type ) [static] : org.apache.cxf.jaxrs.model.Parameter
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.getParameter:(I[Ljava/lang/annotation/Annotation;Ljava/lang/Class;)Lorg/apache/cxf/jaxrs/model/Parameter;]
ResourceUtils.getParameters ( reflect.Method resourceMethod ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.getParameters:(Ljava/lang/reflect/Method;)Ljava/util/List;]
ResourceUtils.getResource ( String path, Class resourceClass, org.apache.cxf.Bus bus ) [static] : Object
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.getResource:(Ljava/lang/String;Ljava/lang/Class;Lorg/apache/cxf/Bus;)Ljava/lang/Object;]
ResourceUtils.getResourcesFromElement ( org.w3c.dom.Element modelEl ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.getResourcesFromElement:(Lorg/w3c/dom/Element;)Ljava/util/List;]
ResourceUtils.getResourceStream ( String loc, org.apache.cxf.Bus bus ) [static] : java.io.InputStream
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.getResourceStream:(Ljava/lang/String;Lorg/apache/cxf/Bus;)Ljava/io/InputStream;]
ResourceUtils.getResourceURL ( String loc, org.apache.cxf.Bus bus ) [static] : java.net.URL
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.getResourceURL:(Ljava/lang/String;Lorg/apache/cxf/Bus;)Ljava/net/URL;]
ResourceUtils.getUserResources ( java.io.InputStream is ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.getUserResources:(Ljava/io/InputStream;)Ljava/util/List;]
ResourceUtils.getUserResources ( String loc ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.getUserResources:(Ljava/lang/String;)Ljava/util/List;]
ResourceUtils.getUserResources ( String loc, org.apache.cxf.Bus bus ) [static] : java.util.List
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.getUserResources:(Ljava/lang/String;Lorg/apache/cxf/Bus;)Ljava/util/List;]
ResourceUtils.isValidResourceClass ( Class c ) [static] : boolean
[run-time name: org/apache/cxf/jaxrs/utils/ResourceUtils.isValidResourceClass:(Ljava/lang/Class;)Z]
openejb-cxf-bundle-2.5.2.jar, ResponseExceptionMapper.class
package org.apache.cxf.jaxrs.client
ResponseExceptionMapper.fromResponse ( javax.ws.rs.core.Response p1 ) [abstract] : Throwable
[run-time name: org/apache/cxf/jaxrs/client/ResponseExceptionMapper.fromResponse:(Ljavax/ws/rs/core/Response;)Ljava/lang/Throwable;]
openejb-cxf-bundle-2.5.2.jar, ResponseHandler.class
package org.apache.cxf.jaxrs.ext
ResponseHandler.handleResponse ( org.apache.cxf.message.Message p1, org.apache.cxf.jaxrs.model.OperationResourceInfo p2, javax.ws.rs.core.Response p3 ) [abstract] : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/ext/ResponseHandler.handleResponse:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/jaxrs/model/OperationResourceInfo;Ljavax/ws/rs/core/Response;)Ljavax/ws/rs/core/Response;]
openejb-cxf-bundle-2.5.2.jar, ResponseReader.class
package org.apache.cxf.jaxrs.client
ResponseReader.getContext ( ) : org.apache.cxf.jaxrs.ext.MessageContext
[run-time name: org/apache/cxf/jaxrs/client/ResponseReader.getContext:()Lorg/apache/cxf/jaxrs/ext/MessageContext;]
ResponseReader.isReadable ( Class cls, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/client/ResponseReader.isReadable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
ResponseReader.readFrom ( Class cls, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/client/ResponseReader.readFrom:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Ljavax/ws/rs/core/Response;]
ResponseReader.readFrom ( Class x0, reflect.Type x1, annotation.Annotation[ ] x2, javax.ws.rs.core.MediaType x3, javax.ws.rs.core.MultivaluedMap x4, java.io.InputStream x5 ) : Object
[run-time name: org/apache/cxf/jaxrs/client/ResponseReader.readFrom:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Ljava/lang/Object;]
ResponseReader.ResponseReader ( )
[run-time name: org/apache/cxf/jaxrs/client/ResponseReader."<init>":()V]
ResponseReader.ResponseReader ( Class entityCls )
[run-time name: org/apache/cxf/jaxrs/client/ResponseReader."<init>":(Ljava/lang/Class;)V]
ResponseReader.setEntityClass ( Class cls ) : void
[run-time name: org/apache/cxf/jaxrs/client/ResponseReader.setEntityClass:(Ljava/lang/Class;)V]
openejb-cxf-bundle-2.5.2.jar, ResponseTimeCounter.class
package org.apache.cxf.management.counters
ResponseTimeCounter.getAvgResponseTime ( ) : Number
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounter.getAvgResponseTime:()Ljava/lang/Number;]
ResponseTimeCounter.getMaxResponseTime ( ) : Number
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounter.getMaxResponseTime:()Ljava/lang/Number;]
ResponseTimeCounter.getMinResponseTime ( ) : Number
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounter.getMinResponseTime:()Ljava/lang/Number;]
ResponseTimeCounter.getNumCheckedApplicationFaults ( ) : Number
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounter.getNumCheckedApplicationFaults:()Ljava/lang/Number;]
ResponseTimeCounter.getNumInvocations ( ) : Number
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounter.getNumInvocations:()Ljava/lang/Number;]
ResponseTimeCounter.getNumLogicalRuntimeFaults ( ) : Number
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounter.getNumLogicalRuntimeFaults:()Ljava/lang/Number;]
ResponseTimeCounter.getNumRuntimeFaults ( ) : Number
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounter.getNumRuntimeFaults:()Ljava/lang/Number;]
ResponseTimeCounter.getNumUnCheckedApplicationFaults ( ) : Number
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounter.getNumUnCheckedApplicationFaults:()Ljava/lang/Number;]
ResponseTimeCounter.getObjectName ( ) : javax.management.ObjectName
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounter.getObjectName:()Ljavax/management/ObjectName;]
ResponseTimeCounter.getTotalHandlingTime ( ) : Number
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounter.getTotalHandlingTime:()Ljava/lang/Number;]
ResponseTimeCounter.increase ( MessageHandlingTimeRecorder mhtr ) : void
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounter.increase:(Lorg/apache/cxf/management/counters/MessageHandlingTimeRecorder;)V]
ResponseTimeCounter.reset ( ) : void
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounter.reset:()V]
ResponseTimeCounter.ResponseTimeCounter ( javax.management.ObjectName on )
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounter."<init>":(Ljavax/management/ObjectName;)V]
openejb-cxf-bundle-2.5.2.jar, ResponseTimeCounterMBean.class
package org.apache.cxf.management.counters
ResponseTimeCounterMBean.getAvgResponseTime ( ) [abstract] : Number
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounterMBean.getAvgResponseTime:()Ljava/lang/Number;]
ResponseTimeCounterMBean.getMaxResponseTime ( ) [abstract] : Number
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounterMBean.getMaxResponseTime:()Ljava/lang/Number;]
ResponseTimeCounterMBean.getMinResponseTime ( ) [abstract] : Number
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounterMBean.getMinResponseTime:()Ljava/lang/Number;]
ResponseTimeCounterMBean.getNumCheckedApplicationFaults ( ) [abstract] : Number
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounterMBean.getNumCheckedApplicationFaults:()Ljava/lang/Number;]
ResponseTimeCounterMBean.getNumInvocations ( ) [abstract] : Number
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounterMBean.getNumInvocations:()Ljava/lang/Number;]
ResponseTimeCounterMBean.getNumLogicalRuntimeFaults ( ) [abstract] : Number
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounterMBean.getNumLogicalRuntimeFaults:()Ljava/lang/Number;]
ResponseTimeCounterMBean.getNumRuntimeFaults ( ) [abstract] : Number
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounterMBean.getNumRuntimeFaults:()Ljava/lang/Number;]
ResponseTimeCounterMBean.getNumUnCheckedApplicationFaults ( ) [abstract] : Number
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounterMBean.getNumUnCheckedApplicationFaults:()Ljava/lang/Number;]
ResponseTimeCounterMBean.getTotalHandlingTime ( ) [abstract] : Number
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounterMBean.getTotalHandlingTime:()Ljava/lang/Number;]
ResponseTimeCounterMBean.reset ( ) [abstract] : void
[run-time name: org/apache/cxf/management/counters/ResponseTimeCounterMBean.reset:()V]
openejb-cxf-bundle-2.5.2.jar, ResponseTimeFeature.class
package org.apache.cxf.management.interceptor
ResponseTimeFeature.initializeProvider ( org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/management/interceptor/ResponseTimeFeature.initializeProvider:(Lorg/apache/cxf/interceptor/InterceptorProvider;Lorg/apache/cxf/Bus;)V]
ResponseTimeFeature.ResponseTimeFeature ( )
[run-time name: org/apache/cxf/management/interceptor/ResponseTimeFeature."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ResponseTimeMessageInInterceptor.class
package org.apache.cxf.management.interceptor
ResponseTimeMessageInInterceptor.handleFault ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/management/interceptor/ResponseTimeMessageInInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
ResponseTimeMessageInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/management/interceptor/ResponseTimeMessageInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
ResponseTimeMessageInInterceptor.ResponseTimeMessageInInterceptor ( )
[run-time name: org/apache/cxf/management/interceptor/ResponseTimeMessageInInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ResponseTimeMessageInvokerInterceptor.class
package org.apache.cxf.management.interceptor
ResponseTimeMessageInvokerInterceptor.handleFault ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/management/interceptor/ResponseTimeMessageInvokerInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
ResponseTimeMessageInvokerInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/management/interceptor/ResponseTimeMessageInvokerInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
ResponseTimeMessageInvokerInterceptor.ResponseTimeMessageInvokerInterceptor ( )
[run-time name: org/apache/cxf/management/interceptor/ResponseTimeMessageInvokerInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ResponseTimeMessageOutInterceptor.class
package org.apache.cxf.management.interceptor
ResponseTimeMessageOutInterceptor.handleFault ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/management/interceptor/ResponseTimeMessageOutInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
ResponseTimeMessageOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/management/interceptor/ResponseTimeMessageOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
ResponseTimeMessageOutInterceptor.ResponseTimeMessageOutInterceptor ( )
[run-time name: org/apache/cxf/management/interceptor/ResponseTimeMessageOutInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ResSharingScopeType.class
package org.apache.cxf.jaxws.javaee
ResSharingScopeType.ResSharingScopeType ( )
[run-time name: org/apache/cxf/jaxws/javaee/ResSharingScopeType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ResultBufferedCommand.class
package org.apache.cxf.common.commands
ResultBufferedCommand.getBufferedErrorReader ( ) : java.io.BufferedReader
[run-time name: org/apache/cxf/common/commands/ResultBufferedCommand.getBufferedErrorReader:()Ljava/io/BufferedReader;]
ResultBufferedCommand.getBufferedOutputReader ( ) : java.io.BufferedReader
[run-time name: org/apache/cxf/common/commands/ResultBufferedCommand.getBufferedOutputReader:()Ljava/io/BufferedReader;]
ResultBufferedCommand.getError ( ) : java.io.InputStream
[run-time name: org/apache/cxf/common/commands/ResultBufferedCommand.getError:()Ljava/io/InputStream;]
ResultBufferedCommand.getOutput ( ) : java.io.InputStream
[run-time name: org/apache/cxf/common/commands/ResultBufferedCommand.getOutput:()Ljava/io/InputStream;]
ResultBufferedCommand.ResultBufferedCommand ( )
[run-time name: org/apache/cxf/common/commands/ResultBufferedCommand."<init>":()V]
ResultBufferedCommand.ResultBufferedCommand ( String[ ] args )
[run-time name: org/apache/cxf/common/commands/ResultBufferedCommand."<init>":([Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, RetransmissionCallback.class
package org.apache.cxf.ws.rm
RetransmissionCallback.onClose ( org.apache.cxf.io.CachedOutputStream cos ) : void
[run-time name: org/apache/cxf/ws/rm/RetransmissionCallback.onClose:(Lorg/apache/cxf/io/CachedOutputStream;)V]
RetransmissionCallback.onFlush ( org.apache.cxf.io.CachedOutputStream cos ) : void
[run-time name: org/apache/cxf/ws/rm/RetransmissionCallback.onFlush:(Lorg/apache/cxf/io/CachedOutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, RetransmissionInterceptor.class
package org.apache.cxf.ws.rm
RetransmissionInterceptor.getManager ( ) : RMManager
[run-time name: org/apache/cxf/ws/rm/RetransmissionInterceptor.getManager:()Lorg/apache/cxf/ws/rm/RMManager;]
RetransmissionInterceptor.handleFault ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/ws/rm/RetransmissionInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
RetransmissionInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/ws/rm/RetransmissionInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
RetransmissionInterceptor.RetransmissionInterceptor ( )
[run-time name: org/apache/cxf/ws/rm/RetransmissionInterceptor."<init>":()V]
RetransmissionInterceptor.setManager ( RMManager manager ) : void
[run-time name: org/apache/cxf/ws/rm/RetransmissionInterceptor.setManager:(Lorg/apache/cxf/ws/rm/RMManager;)V]
openejb-cxf-bundle-2.5.2.jar, RetransmissionQueue.class
package org.apache.cxf.ws.rm
RetransmissionQueue.addUnacknowledged ( org.apache.cxf.message.Message p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/rm/RetransmissionQueue.addUnacknowledged:(Lorg/apache/cxf/message/Message;)V]
RetransmissionQueue.countUnacknowledged ( SourceSequence p1 ) [abstract] : int
[run-time name: org/apache/cxf/ws/rm/RetransmissionQueue.countUnacknowledged:(Lorg/apache/cxf/ws/rm/SourceSequence;)I]
RetransmissionQueue.getRetransmissionStatus ( SourceSequence p1, long p2 ) [abstract] : RetransmissionStatus
[run-time name: org/apache/cxf/ws/rm/RetransmissionQueue.getRetransmissionStatus:(Lorg/apache/cxf/ws/rm/SourceSequence;J)Lorg/apache/cxf/ws/rm/RetransmissionStatus;]
RetransmissionQueue.getRetransmissionStatuses ( SourceSequence p1 ) [abstract] : java.util.Map
[run-time name: org/apache/cxf/ws/rm/RetransmissionQueue.getRetransmissionStatuses:(Lorg/apache/cxf/ws/rm/SourceSequence;)Ljava/util/Map;]
RetransmissionQueue.getUnacknowledgedMessageNumbers ( SourceSequence p1 ) [abstract] : java.util.List
[run-time name: org/apache/cxf/ws/rm/RetransmissionQueue.getUnacknowledgedMessageNumbers:(Lorg/apache/cxf/ws/rm/SourceSequence;)Ljava/util/List;]
RetransmissionQueue.isEmpty ( ) [abstract] : boolean
[run-time name: org/apache/cxf/ws/rm/RetransmissionQueue.isEmpty:()Z]
RetransmissionQueue.purgeAcknowledged ( SourceSequence p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/rm/RetransmissionQueue.purgeAcknowledged:(Lorg/apache/cxf/ws/rm/SourceSequence;)V]
RetransmissionQueue.resume ( SourceSequence p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/rm/RetransmissionQueue.resume:(Lorg/apache/cxf/ws/rm/SourceSequence;)V]
RetransmissionQueue.start ( ) [abstract] : void
[run-time name: org/apache/cxf/ws/rm/RetransmissionQueue.start:()V]
RetransmissionQueue.stop ( SourceSequence p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/rm/RetransmissionQueue.stop:(Lorg/apache/cxf/ws/rm/SourceSequence;)V]
RetransmissionQueue.suspend ( SourceSequence p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/rm/RetransmissionQueue.suspend:(Lorg/apache/cxf/ws/rm/SourceSequence;)V]
openejb-cxf-bundle-2.5.2.jar, RetransmissionQueueImpl.class
package org.apache.cxf.ws.rm.soap
RetransmissionQueueImpl.addUnacknowledged ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.addUnacknowledged:(Lorg/apache/cxf/message/Message;)V]
RetransmissionQueueImpl.cacheUnacknowledged ( org.apache.cxf.message.Message message ) : RetransmissionQueueImpl.ResendCandidate
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.cacheUnacknowledged:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/ws/rm/soap/RetransmissionQueueImpl$ResendCandidate;]
RetransmissionQueueImpl.countUnacknowledged ( org.apache.cxf.ws.rm.SourceSequence seq ) : int
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.countUnacknowledged:(Lorg/apache/cxf/ws/rm/SourceSequence;)I]
RetransmissionQueueImpl.createResendCandidate ( org.apache.cxf.message.Message message ) : RetransmissionQueueImpl.ResendCandidate
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.createResendCandidate:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/ws/rm/soap/RetransmissionQueueImpl$ResendCandidate;]
RetransmissionQueueImpl.getAssertion ( org.apache.cxf.ws.policy.AssertionInfo ai ) : org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.getAssertion:(Lorg/apache/cxf/ws/policy/AssertionInfo;)Lorg/apache/cxf/ws/policy/builder/jaxb/JaxbAssertion;]
RetransmissionQueueImpl.getDefaultResender ( ) : RetransmissionQueueImpl.Resender
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.getDefaultResender:()Lorg/apache/cxf/ws/rm/soap/RetransmissionQueueImpl$Resender;]
RetransmissionQueueImpl.getExponentialBackoff ( ) : int
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.getExponentialBackoff:()I]
RetransmissionQueueImpl.getManager ( ) : org.apache.cxf.ws.rm.RMManager
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.getManager:()Lorg/apache/cxf/ws/rm/RMManager;]
RetransmissionQueueImpl.getRetransmissionStatus ( org.apache.cxf.ws.rm.SourceSequence seq, long num ) : org.apache.cxf.ws.rm.RetransmissionStatus
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.getRetransmissionStatus:(Lorg/apache/cxf/ws/rm/SourceSequence;J)Lorg/apache/cxf/ws/rm/RetransmissionStatus;]
RetransmissionQueueImpl.getRetransmissionStatuses ( org.apache.cxf.ws.rm.SourceSequence seq ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.getRetransmissionStatuses:(Lorg/apache/cxf/ws/rm/SourceSequence;)Ljava/util/Map;]
RetransmissionQueueImpl.getSequenceCandidates ( org.apache.cxf.ws.rm.SourceSequence seq ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.getSequenceCandidates:(Lorg/apache/cxf/ws/rm/SourceSequence;)Ljava/util/List;]
RetransmissionQueueImpl.getSequenceCandidates ( String key ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.getSequenceCandidates:(Ljava/lang/String;)Ljava/util/List;]
RetransmissionQueueImpl.getUnacknowledged ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.getUnacknowledged:()Ljava/util/Map;]
RetransmissionQueueImpl.getUnacknowledgedMessageNumbers ( org.apache.cxf.ws.rm.SourceSequence seq ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.getUnacknowledgedMessageNumbers:(Lorg/apache/cxf/ws/rm/SourceSequence;)Ljava/util/List;]
RetransmissionQueueImpl.isEmpty ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.isEmpty:()Z]
RetransmissionQueueImpl.isSequenceSuspended ( String key ) : boolean
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.isSequenceSuspended:(Ljava/lang/String;)Z]
RetransmissionQueueImpl.purgeAcknowledged ( org.apache.cxf.ws.rm.SourceSequence seq ) : void
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.purgeAcknowledged:(Lorg/apache/cxf/ws/rm/SourceSequence;)V]
RetransmissionQueueImpl.replaceResender ( RetransmissionQueueImpl.Resender replacement ) : void
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.replaceResender:(Lorg/apache/cxf/ws/rm/soap/RetransmissionQueueImpl$Resender;)V]
RetransmissionQueueImpl.resume ( org.apache.cxf.ws.rm.SourceSequence seq ) : void
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.resume:(Lorg/apache/cxf/ws/rm/SourceSequence;)V]
RetransmissionQueueImpl.RetransmissionQueueImpl ( org.apache.cxf.ws.rm.RMManager m )
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl."<init>":(Lorg/apache/cxf/ws/rm/RMManager;)V]
RetransmissionQueueImpl.setManager ( org.apache.cxf.ws.rm.RMManager m ) : void
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.setManager:(Lorg/apache/cxf/ws/rm/RMManager;)V]
RetransmissionQueueImpl.start ( ) : void
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.start:()V]
RetransmissionQueueImpl.stop ( org.apache.cxf.ws.rm.SourceSequence seq ) : void
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.stop:(Lorg/apache/cxf/ws/rm/SourceSequence;)V]
RetransmissionQueueImpl.suspend ( org.apache.cxf.ws.rm.SourceSequence seq ) : void
[run-time name: org/apache/cxf/ws/rm/soap/RetransmissionQueueImpl.suspend:(Lorg/apache/cxf/ws/rm/SourceSequence;)V]
openejb-cxf-bundle-2.5.2.jar, RetransmissionStatus.class
package org.apache.cxf.ws.rm
RetransmissionStatus.getBackoff ( ) [abstract] : long
[run-time name: org/apache/cxf/ws/rm/RetransmissionStatus.getBackoff:()J]
RetransmissionStatus.getNext ( ) [abstract] : java.util.Date
[run-time name: org/apache/cxf/ws/rm/RetransmissionStatus.getNext:()Ljava/util/Date;]
RetransmissionStatus.getNextInterval ( ) [abstract] : long
[run-time name: org/apache/cxf/ws/rm/RetransmissionStatus.getNextInterval:()J]
RetransmissionStatus.getPrevious ( ) [abstract] : java.util.Date
[run-time name: org/apache/cxf/ws/rm/RetransmissionStatus.getPrevious:()Ljava/util/Date;]
RetransmissionStatus.getResends ( ) [abstract] : int
[run-time name: org/apache/cxf/ws/rm/RetransmissionStatus.getResends:()I]
RetransmissionStatus.isPending ( ) [abstract] : boolean
[run-time name: org/apache/cxf/ws/rm/RetransmissionStatus.isPending:()Z]
RetransmissionStatus.isSuspended ( ) [abstract] : boolean
[run-time name: org/apache/cxf/ws/rm/RetransmissionStatus.isSuspended:()Z]
openejb-cxf-bundle-2.5.2.jar, RetrievalMethodType.class
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
RetrievalMethodType.getTransforms ( ) : TransformsType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/RetrievalMethodType.getTransforms:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/TransformsType;]
RetrievalMethodType.getType ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/RetrievalMethodType.getType:()Ljava/lang/String;]
RetrievalMethodType.getURI ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/RetrievalMethodType.getURI:()Ljava/lang/String;]
RetrievalMethodType.RetrievalMethodType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/RetrievalMethodType."<init>":()V]
RetrievalMethodType.setTransforms ( TransformsType value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/RetrievalMethodType.setTransforms:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/TransformsType;)V]
RetrievalMethodType.setType ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/RetrievalMethodType.setType:(Ljava/lang/String;)V]
RetrievalMethodType.setURI ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/RetrievalMethodType.setURI:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, Retryable.class
package org.apache.cxf.endpoint
Retryable.invoke ( org.apache.cxf.service.model.BindingOperationInfo p1, Object[ ] p2, java.util.Map p3, org.apache.cxf.message.Exchange p4 ) [abstract] : Object[ ]
[run-time name: org/apache/cxf/endpoint/Retryable.invoke:(Lorg/apache/cxf/service/model/BindingOperationInfo;[Ljava/lang/Object;Ljava/util/Map;Lorg/apache/cxf/message/Exchange;)[Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, RetryStrategy.class
package org.apache.cxf.clustering
RetryStrategy.getAlternateEndpoints ( org.apache.cxf.message.Exchange exchange ) : java.util.List
[run-time name: org/apache/cxf/clustering/RetryStrategy.getAlternateEndpoints:(Lorg/apache/cxf/message/Exchange;)Ljava/util/List;]
RetryStrategy.getMaxNumberOfRetries ( ) : int
[run-time name: org/apache/cxf/clustering/RetryStrategy.getMaxNumberOfRetries:()I]
RetryStrategy.getNextAlternate ( java.util.List alternates ) : Object
[run-time name: org/apache/cxf/clustering/RetryStrategy.getNextAlternate:(Ljava/util/List;)Ljava/lang/Object;]
RetryStrategy.RetryStrategy ( )
[run-time name: org/apache/cxf/clustering/RetryStrategy."<init>":()V]
RetryStrategy.setMaxNumberOfRetries ( int maxNumberOfRetries ) : void
[run-time name: org/apache/cxf/clustering/RetryStrategy.setMaxNumberOfRetries:(I)V]
RetryStrategy.stillTheSameAddress ( ) : boolean
[run-time name: org/apache/cxf/clustering/RetryStrategy.stillTheSameAddress:()Z]
openejb-cxf-bundle-2.5.2.jar, RM10Constants.class
package org.apache.cxf.ws.rm
RM10Constants.getAckRequestedAction ( ) : String
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getAckRequestedAction:()Ljava/lang/String;]
RM10Constants.getAckRequestedOperationName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getAckRequestedOperationName:()Ljavax/xml/namespace/QName;]
RM10Constants.getCloseSequenceAction ( ) : String
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getCloseSequenceAction:()Ljava/lang/String;]
RM10Constants.getCloseSequenceOperationName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getCloseSequenceOperationName:()Ljavax/xml/namespace/QName;]
RM10Constants.getCreateSequenceAction ( ) : String
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getCreateSequenceAction:()Ljava/lang/String;]
RM10Constants.getCreateSequenceOnewayOperationName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getCreateSequenceOnewayOperationName:()Ljavax/xml/namespace/QName;]
RM10Constants.getCreateSequenceOperationName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getCreateSequenceOperationName:()Ljavax/xml/namespace/QName;]
RM10Constants.getCreateSequenceRefusedFaultCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getCreateSequenceRefusedFaultCode:()Ljavax/xml/namespace/QName;]
RM10Constants.getCreateSequenceResponseAction ( ) : String
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getCreateSequenceResponseAction:()Ljava/lang/String;]
RM10Constants.getCreateSequenceResponseOnewayOperationName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getCreateSequenceResponseOnewayOperationName:()Ljavax/xml/namespace/QName;]
RM10Constants.getCreateSequenceResponseOperationName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getCreateSequenceResponseOperationName:()Ljavax/xml/namespace/QName;]
RM10Constants.getInvalidAcknowledgmentFaultCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getInvalidAcknowledgmentFaultCode:()Ljavax/xml/namespace/QName;]
RM10Constants.getMessageNumberRolloverFaultCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getMessageNumberRolloverFaultCode:()Ljavax/xml/namespace/QName;]
RM10Constants.getPortName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getPortName:()Ljavax/xml/namespace/QName;]
RM10Constants.getSequenceAckAction ( ) : String
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getSequenceAckAction:()Ljava/lang/String;]
RM10Constants.getSequenceAckOperationName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getSequenceAckOperationName:()Ljavax/xml/namespace/QName;]
RM10Constants.getSequenceClosedFaultCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getSequenceClosedFaultCode:()Ljavax/xml/namespace/QName;]
RM10Constants.getSequenceInfoAction ( ) : String
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getSequenceInfoAction:()Ljava/lang/String;]
RM10Constants.getSequenceTerminatedFaultCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getSequenceTerminatedFaultCode:()Ljavax/xml/namespace/QName;]
RM10Constants.getTerminateSequenceAction ( ) : String
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getTerminateSequenceAction:()Ljava/lang/String;]
RM10Constants.getTerminateSequenceOperationName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getTerminateSequenceOperationName:()Ljavax/xml/namespace/QName;]
RM10Constants.getUnknownSequenceFaultCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getUnknownSequenceFaultCode:()Ljavax/xml/namespace/QName;]
RM10Constants.getWSRMNamespace ( ) : String
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getWSRMNamespace:()Ljava/lang/String;]
RM10Constants.getWSRMRequiredFaultCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM10Constants.getWSRMRequiredFaultCode:()Ljavax/xml/namespace/QName;]
openejb-cxf-bundle-2.5.2.jar, RM10PolicyUtils.class
package org.apache.cxf.ws.rm.policy
RM10PolicyUtils.collectRMAssertions ( org.apache.cxf.ws.policy.AssertionInfoMap aim ) [static] : java.util.Collection
[run-time name: org/apache/cxf/ws/rm/policy/RM10PolicyUtils.collectRMAssertions:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;)Ljava/util/Collection;]
RM10PolicyUtils.equals ( org.apache.cxf.ws.rmp.v200502.RMAssertion a, org.apache.cxf.ws.rmp.v200502.RMAssertion b ) [static] : boolean
[run-time name: org/apache/cxf/ws/rm/policy/RM10PolicyUtils.equals:(Lorg/apache/cxf/ws/rmp/v200502/RMAssertion;Lorg/apache/cxf/ws/rmp/v200502/RMAssertion;)Z]
RM10PolicyUtils.getRMAssertion ( org.apache.cxf.ws.rmp.v200502.RMAssertion defaultValue, org.apache.cxf.message.Message message ) [static] : org.apache.cxf.ws.rmp.v200502.RMAssertion
[run-time name: org/apache/cxf/ws/rm/policy/RM10PolicyUtils.getRMAssertion:(Lorg/apache/cxf/ws/rmp/v200502/RMAssertion;Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/ws/rmp/v200502/RMAssertion;]
RM10PolicyUtils.intersect ( org.apache.cxf.ws.rmp.v200502.RMAssertion a, org.apache.cxf.ws.rmp.v200502.RMAssertion b ) [static] : org.apache.cxf.ws.rmp.v200502.RMAssertion
[run-time name: org/apache/cxf/ws/rm/policy/RM10PolicyUtils.intersect:(Lorg/apache/cxf/ws/rmp/v200502/RMAssertion;Lorg/apache/cxf/ws/rmp/v200502/RMAssertion;)Lorg/apache/cxf/ws/rmp/v200502/RMAssertion;]
openejb-cxf-bundle-2.5.2.jar, RM11AssertionBuilder.class
package org.apache.cxf.ws.rm.policy
RM11AssertionBuilder.buildAssertion ( ) : org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion
[run-time name: org/apache/cxf/ws/rm/policy/RM11AssertionBuilder.buildAssertion:()Lorg/apache/cxf/ws/policy/builder/jaxb/JaxbAssertion;]
RM11AssertionBuilder.RM11AssertionBuilder ( )
[run-time name: org/apache/cxf/ws/rm/policy/RM11AssertionBuilder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, RM11Constants.class
package org.apache.cxf.ws.rm
RM11Constants.getAckRequestedAction ( ) : String
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getAckRequestedAction:()Ljava/lang/String;]
RM11Constants.getAckRequestedOperationName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getAckRequestedOperationName:()Ljavax/xml/namespace/QName;]
RM11Constants.getCloseSequenceAction ( ) : String
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getCloseSequenceAction:()Ljava/lang/String;]
RM11Constants.getCloseSequenceOperationName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getCloseSequenceOperationName:()Ljavax/xml/namespace/QName;]
RM11Constants.getCreateSequenceAction ( ) : String
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getCreateSequenceAction:()Ljava/lang/String;]
RM11Constants.getCreateSequenceOnewayOperationName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getCreateSequenceOnewayOperationName:()Ljavax/xml/namespace/QName;]
RM11Constants.getCreateSequenceOperationName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getCreateSequenceOperationName:()Ljavax/xml/namespace/QName;]
RM11Constants.getCreateSequenceRefusedFaultCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getCreateSequenceRefusedFaultCode:()Ljavax/xml/namespace/QName;]
RM11Constants.getCreateSequenceResponseAction ( ) : String
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getCreateSequenceResponseAction:()Ljava/lang/String;]
RM11Constants.getCreateSequenceResponseOnewayOperationName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getCreateSequenceResponseOnewayOperationName:()Ljavax/xml/namespace/QName;]
RM11Constants.getCreateSequenceResponseOperationName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getCreateSequenceResponseOperationName:()Ljavax/xml/namespace/QName;]
RM11Constants.getInvalidAcknowledgmentFaultCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getInvalidAcknowledgmentFaultCode:()Ljavax/xml/namespace/QName;]
RM11Constants.getMessageNumberRolloverFaultCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getMessageNumberRolloverFaultCode:()Ljavax/xml/namespace/QName;]
RM11Constants.getPortName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getPortName:()Ljavax/xml/namespace/QName;]
RM11Constants.getSequenceAckAction ( ) : String
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getSequenceAckAction:()Ljava/lang/String;]
RM11Constants.getSequenceAckOperationName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getSequenceAckOperationName:()Ljavax/xml/namespace/QName;]
RM11Constants.getSequenceClosedFaultCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getSequenceClosedFaultCode:()Ljavax/xml/namespace/QName;]
RM11Constants.getSequenceInfoAction ( ) : String
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getSequenceInfoAction:()Ljava/lang/String;]
RM11Constants.getSequenceTerminatedFaultCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getSequenceTerminatedFaultCode:()Ljavax/xml/namespace/QName;]
RM11Constants.getTerminateSequenceAction ( ) : String
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getTerminateSequenceAction:()Ljava/lang/String;]
RM11Constants.getTerminateSequenceOperationName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getTerminateSequenceOperationName:()Ljavax/xml/namespace/QName;]
RM11Constants.getUnknownSequenceFaultCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getUnknownSequenceFaultCode:()Ljavax/xml/namespace/QName;]
RM11Constants.getWSRMNamespace ( ) : String
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getWSRMNamespace:()Ljava/lang/String;]
RM11Constants.getWSRMRequiredFaultCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RM11Constants.getWSRMRequiredFaultCode:()Ljavax/xml/namespace/QName;]
openejb-cxf-bundle-2.5.2.jar, RMAssertion.class
package org.apache.cxf.ws.rmp.v200502
RMAssertion.getAcknowledgementInterval ( ) : RMAssertion.AcknowledgementInterval
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.getAcknowledgementInterval:()Lorg/apache/cxf/ws/rmp/v200502/RMAssertion$AcknowledgementInterval;]
RMAssertion.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.getAny:()Ljava/util/List;]
RMAssertion.getBaseRetransmissionInterval ( ) : RMAssertion.BaseRetransmissionInterval
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.getBaseRetransmissionInterval:()Lorg/apache/cxf/ws/rmp/v200502/RMAssertion$BaseRetransmissionInterval;]
RMAssertion.getExponentialBackoff ( ) : RMAssertion.ExponentialBackoff
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.getExponentialBackoff:()Lorg/apache/cxf/ws/rmp/v200502/RMAssertion$ExponentialBackoff;]
RMAssertion.getInactivityTimeout ( ) : RMAssertion.InactivityTimeout
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.getInactivityTimeout:()Lorg/apache/cxf/ws/rmp/v200502/RMAssertion$InactivityTimeout;]
RMAssertion.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.getOtherAttributes:()Ljava/util/Map;]
RMAssertion.isSetAcknowledgementInterval ( ) : boolean
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.isSetAcknowledgementInterval:()Z]
RMAssertion.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.isSetAny:()Z]
RMAssertion.isSetBaseRetransmissionInterval ( ) : boolean
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.isSetBaseRetransmissionInterval:()Z]
RMAssertion.isSetExponentialBackoff ( ) : boolean
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.isSetExponentialBackoff:()Z]
RMAssertion.isSetInactivityTimeout ( ) : boolean
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.isSetInactivityTimeout:()Z]
RMAssertion.RMAssertion ( )
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion."<init>":()V]
RMAssertion.setAcknowledgementInterval ( RMAssertion.AcknowledgementInterval value ) : void
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.setAcknowledgementInterval:(Lorg/apache/cxf/ws/rmp/v200502/RMAssertion$AcknowledgementInterval;)V]
RMAssertion.setBaseRetransmissionInterval ( RMAssertion.BaseRetransmissionInterval value ) : void
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.setBaseRetransmissionInterval:(Lorg/apache/cxf/ws/rmp/v200502/RMAssertion$BaseRetransmissionInterval;)V]
RMAssertion.setExponentialBackoff ( RMAssertion.ExponentialBackoff value ) : void
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.setExponentialBackoff:(Lorg/apache/cxf/ws/rmp/v200502/RMAssertion$ExponentialBackoff;)V]
RMAssertion.setInactivityTimeout ( RMAssertion.InactivityTimeout value ) : void
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.setInactivityTimeout:(Lorg/apache/cxf/ws/rmp/v200502/RMAssertion$InactivityTimeout;)V]
RMAssertion.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rmp/v200502/RMAssertion.unsetAny:()V]
package org.apache.cxf.ws.rmp.v200702
RMAssertion.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rmp/v200702/RMAssertion.getAny:()Ljava/util/List;]
RMAssertion.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rmp/v200702/RMAssertion.getOtherAttributes:()Ljava/util/Map;]
RMAssertion.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rmp/v200702/RMAssertion.isSetAny:()Z]
RMAssertion.RMAssertion ( )
[run-time name: org/apache/cxf/ws/rmp/v200702/RMAssertion."<init>":()V]
RMAssertion.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rmp/v200702/RMAssertion.unsetAny:()V]
openejb-cxf-bundle-2.5.2.jar, RMAssertionBuilder.class
package org.apache.cxf.ws.rm.policy
RMAssertionBuilder.buildAssertion ( ) : org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion
[run-time name: org/apache/cxf/ws/rm/policy/RMAssertionBuilder.buildAssertion:()Lorg/apache/cxf/ws/policy/builder/jaxb/JaxbAssertion;]
RMAssertionBuilder.RMAssertionBuilder ( )
[run-time name: org/apache/cxf/ws/rm/policy/RMAssertionBuilder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, RMBPBeanDefinitionParser.class
package org.apache.cxf.ws.rm.blueprint
RMBPBeanDefinitionParser.mapElement ( org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element el, String name ) : void
[run-time name: org/apache/cxf/ws/rm/blueprint/RMBPBeanDefinitionParser.mapElement:(Lorg/apache/aries/blueprint/ParserContext;Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
RMBPBeanDefinitionParser.mapElementToJaxbProperty ( org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element parent, javax.xml.namespace.QName name, String propertyName, Class c ) : void
[run-time name: org/apache/cxf/ws/rm/blueprint/RMBPBeanDefinitionParser.mapElementToJaxbProperty:(Lorg/apache/aries/blueprint/ParserContext;Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;Lorg/w3c/dom/Element;Ljavax/xml/namespace/QName;Ljava/lang/String;Ljava/lang/Class;)V]
RMBPBeanDefinitionParser.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/ws/rm/blueprint/RMBPBeanDefinitionParser.parse:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/Metadata;]
RMBPBeanDefinitionParser.RMBPBeanDefinitionParser ( Class beanClass )
[run-time name: org/apache/cxf/ws/rm/blueprint/RMBPBeanDefinitionParser."<init>":(Ljava/lang/Class;)V]
openejb-cxf-bundle-2.5.2.jar, RMBPHandler.class
package org.apache.cxf.ws.rm.blueprint
RMBPHandler.decorate ( org.w3c.dom.Node node, org.osgi.service.blueprint.reflect.ComponentMetadata componentMetadata, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.ComponentMetadata
[run-time name: org/apache/cxf/ws/rm/blueprint/RMBPHandler.decorate:(Lorg/w3c/dom/Node;Lorg/osgi/service/blueprint/reflect/ComponentMetadata;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/ComponentMetadata;]
RMBPHandler.getManagedClasses ( ) : java.util.Set
[run-time name: org/apache/cxf/ws/rm/blueprint/RMBPHandler.getManagedClasses:()Ljava/util/Set;]
RMBPHandler.getSchemaLocation ( String s ) : java.net.URL
[run-time name: org/apache/cxf/ws/rm/blueprint/RMBPHandler.getSchemaLocation:(Ljava/lang/String;)Ljava/net/URL;]
RMBPHandler.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/ws/rm/blueprint/RMBPHandler.parse:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/Metadata;]
RMBPHandler.RMBPHandler ( )
[run-time name: org/apache/cxf/ws/rm/blueprint/RMBPHandler."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, RMCaptureInInterceptor.class
package org.apache.cxf.ws.rm
RMCaptureInInterceptor.handle ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/ws/rm/RMCaptureInInterceptor.handle:(Lorg/apache/cxf/message/Message;)V]
RMCaptureInInterceptor.RMCaptureInInterceptor ( )
[run-time name: org/apache/cxf/ws/rm/RMCaptureInInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, RMConstants.class
package org.apache.cxf.ws.rm
RMConstants.getAckRequestedAction ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/rm/RMConstants.getAckRequestedAction:()Ljava/lang/String;]
RMConstants.getAckRequestedOperationName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RMConstants.getAckRequestedOperationName:()Ljavax/xml/namespace/QName;]
RMConstants.getCloseSequenceAction ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/rm/RMConstants.getCloseSequenceAction:()Ljava/lang/String;]
RMConstants.getCloseSequenceOperationName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RMConstants.getCloseSequenceOperationName:()Ljavax/xml/namespace/QName;]
RMConstants.getCreateSequenceAction ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/rm/RMConstants.getCreateSequenceAction:()Ljava/lang/String;]
RMConstants.getCreateSequenceOnewayOperationName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RMConstants.getCreateSequenceOnewayOperationName:()Ljavax/xml/namespace/QName;]
RMConstants.getCreateSequenceOperationName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RMConstants.getCreateSequenceOperationName:()Ljavax/xml/namespace/QName;]
RMConstants.getCreateSequenceRefusedFaultCode ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RMConstants.getCreateSequenceRefusedFaultCode:()Ljavax/xml/namespace/QName;]
RMConstants.getCreateSequenceResponseAction ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/rm/RMConstants.getCreateSequenceResponseAction:()Ljava/lang/String;]
RMConstants.getCreateSequenceResponseOnewayOperationName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RMConstants.getCreateSequenceResponseOnewayOperationName:()Ljavax/xml/namespace/QName;]
RMConstants.getCreateSequenceResponseOperationName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RMConstants.getCreateSequenceResponseOperationName:()Ljavax/xml/namespace/QName;]
RMConstants.getInvalidAcknowledgmentFaultCode ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RMConstants.getInvalidAcknowledgmentFaultCode:()Ljavax/xml/namespace/QName;]
RMConstants.getMessageNumberRolloverFaultCode ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RMConstants.getMessageNumberRolloverFaultCode:()Ljavax/xml/namespace/QName;]
RMConstants.getPortName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RMConstants.getPortName:()Ljavax/xml/namespace/QName;]
RMConstants.getSequenceAckAction ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/rm/RMConstants.getSequenceAckAction:()Ljava/lang/String;]
RMConstants.getSequenceAckOperationName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RMConstants.getSequenceAckOperationName:()Ljavax/xml/namespace/QName;]
RMConstants.getSequenceClosedFaultCode ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RMConstants.getSequenceClosedFaultCode:()Ljavax/xml/namespace/QName;]
RMConstants.getSequenceInfoAction ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/rm/RMConstants.getSequenceInfoAction:()Ljava/lang/String;]
RMConstants.getSequenceTerminatedFaultCode ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RMConstants.getSequenceTerminatedFaultCode:()Ljavax/xml/namespace/QName;]
RMConstants.getTerminateSequenceAction ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/rm/RMConstants.getTerminateSequenceAction:()Ljava/lang/String;]
RMConstants.getTerminateSequenceOperationName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RMConstants.getTerminateSequenceOperationName:()Ljavax/xml/namespace/QName;]
RMConstants.getUnknownSequenceFaultCode ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RMConstants.getUnknownSequenceFaultCode:()Ljavax/xml/namespace/QName;]
RMConstants.getWSRMNamespace ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/rm/RMConstants.getWSRMNamespace:()Ljava/lang/String;]
RMConstants.getWSRMRequiredFaultCode ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/RMConstants.getWSRMRequiredFaultCode:()Ljavax/xml/namespace/QName;]
RMConstants.RMConstants ( )
[run-time name: org/apache/cxf/ws/rm/RMConstants."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, RMContextUtils.class
package org.apache.cxf.ws.rm
RMContextUtils.generateUUID ( ) [static] : String
[run-time name: org/apache/cxf/ws/rm/RMContextUtils.generateUUID:()Ljava/lang/String;]
RMContextUtils.getRMPropertiesKey ( boolean outbound ) [static] : String
[run-time name: org/apache/cxf/ws/rm/RMContextUtils.getRMPropertiesKey:(Z)Ljava/lang/String;]
RMContextUtils.isRMProtocolMessage ( String action ) [static] : boolean
[run-time name: org/apache/cxf/ws/rm/RMContextUtils.isRMProtocolMessage:(Ljava/lang/String;)Z]
RMContextUtils.isServerSide ( org.apache.cxf.message.Message message ) [static] : boolean
[run-time name: org/apache/cxf/ws/rm/RMContextUtils.isServerSide:(Lorg/apache/cxf/message/Message;)Z]
RMContextUtils.retrieveMAPs ( org.apache.cxf.message.Message message, boolean isProviderContext, boolean isOutbound ) [static] : org.apache.cxf.ws.addressing.AddressingPropertiesImpl
[run-time name: org/apache/cxf/ws/rm/RMContextUtils.retrieveMAPs:(Lorg/apache/cxf/message/Message;ZZ)Lorg/apache/cxf/ws/addressing/AddressingPropertiesImpl;]
RMContextUtils.retrieveRMProperties ( org.apache.cxf.message.Message message, boolean outbound ) [static] : RMProperties
[run-time name: org/apache/cxf/ws/rm/RMContextUtils.retrieveRMProperties:(Lorg/apache/cxf/message/Message;Z)Lorg/apache/cxf/ws/rm/RMProperties;]
RMContextUtils.RMContextUtils ( )
[run-time name: org/apache/cxf/ws/rm/RMContextUtils."<init>":()V]
RMContextUtils.storeMAPs ( org.apache.cxf.ws.addressing.AddressingProperties maps, org.apache.cxf.message.Message message, boolean isOutbound, boolean isRequestor ) [static] : void
[run-time name: org/apache/cxf/ws/rm/RMContextUtils.storeMAPs:(Lorg/apache/cxf/ws/addressing/AddressingProperties;Lorg/apache/cxf/message/Message;ZZ)V]
RMContextUtils.storeRMProperties ( org.apache.cxf.message.Message message, RMProperties rmps, boolean outbound ) [static] : void
[run-time name: org/apache/cxf/ws/rm/RMContextUtils.storeRMProperties:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/ws/rm/RMProperties;Z)V]
openejb-cxf-bundle-2.5.2.jar, RMDeliveryInterceptor.class
package org.apache.cxf.ws.rm
RMDeliveryInterceptor.handle ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/ws/rm/RMDeliveryInterceptor.handle:(Lorg/apache/cxf/message/Message;)V]
RMDeliveryInterceptor.RMDeliveryInterceptor ( )
[run-time name: org/apache/cxf/ws/rm/RMDeliveryInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, RMEndpoint.class
package org.apache.cxf.ws.rm
RMEndpoint.getApplicationEndpoint ( ) : org.apache.cxf.endpoint.Endpoint
[run-time name: org/apache/cxf/ws/rm/RMEndpoint.getApplicationEndpoint:()Lorg/apache/cxf/endpoint/Endpoint;]
RMEndpoint.getBindingInfo ( ) : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/ws/rm/RMEndpoint.getBindingInfo:()Lorg/apache/cxf/service/model/BindingInfo;]
RMEndpoint.getConduit ( ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/ws/rm/RMEndpoint.getConduit:()Lorg/apache/cxf/transport/Conduit;]
RMEndpoint.getDestination ( ) : Destination
[run-time name: org/apache/cxf/ws/rm/RMEndpoint.getDestination:()Lorg/apache/cxf/ws/rm/Destination;]
RMEndpoint.getEndpoint ( ) : org.apache.cxf.endpoint.Endpoint
[run-time name: org/apache/cxf/ws/rm/RMEndpoint.getEndpoint:()Lorg/apache/cxf/endpoint/Endpoint;]
RMEndpoint.getLastApplicationMessage ( ) : long
[run-time name: org/apache/cxf/ws/rm/RMEndpoint.getLastApplicationMessage:()J]
RMEndpoint.getLastControlMessage ( ) : long
[run-time name: org/apache/cxf/ws/rm/RMEndpoint.getLastControlMessage:()J]
RMEndpoint.getManager ( ) : RMManager
[run-time name: org/apache/cxf/ws/rm/RMEndpoint.getManager:()Lorg/apache/cxf/ws/rm/RMManager;]
RMEndpoint.getProtocol ( ) : ProtocolVariation
[run-time name: org/apache/cxf/ws/rm/RMEndpoint.getProtocol:()Lorg/apache/cxf/ws/rm/ProtocolVariation;]
RMEndpoint.getProxy ( ) : Proxy
[run-time name: org/apache/cxf/ws/rm/RMEndpoint.getProxy:()Lorg/apache/cxf/ws/rm/Proxy;]
RMEndpoint.getServant ( ) : Servant
[run-time name: org/apache/cxf/ws/rm/RMEndpoint.getServant:()Lorg/apache/cxf/ws/rm/Servant;]
RMEndpoint.getService ( ) : org.apache.cxf.service.Service
[run-time name: org/apache/cxf/ws/rm/RMEndpoint.getService:()Lorg/apache/cxf/service/Service;]
RMEndpoint.getSource ( ) : Source
[run-time name: org/apache/cxf/ws/rm/RMEndpoint.getSource:()Lorg/apache/cxf/ws/rm/Source;]
RMEndpoint.receivedApplicationMessage ( ) : void
[run-time name: org/apache/cxf/ws/rm/RMEndpoint.receivedApplicationMessage:()V]
RMEndpoint.receivedControlMessage ( ) : void
[run-time name: org/apache/cxf/ws/rm/RMEndpoint.receivedControlMessage:()V]
RMEndpoint.RMEndpoint ( RMManager m, org.apache.cxf.endpoint.Endpoint ae, ProtocolVariation pv )
[run-time name: org/apache/cxf/ws/rm/RMEndpoint."<init>":(Lorg/apache/cxf/ws/rm/RMManager;Lorg/apache/cxf/endpoint/Endpoint;Lorg/apache/cxf/ws/rm/ProtocolVariation;)V]
RMEndpoint.setDestination ( Destination destination ) : void
[run-time name: org/apache/cxf/ws/rm/RMEndpoint.setDestination:(Lorg/apache/cxf/ws/rm/Destination;)V]
RMEndpoint.setProtocol ( ProtocolVariation protocol ) : void
[run-time name: org/apache/cxf/ws/rm/RMEndpoint.setProtocol:(Lorg/apache/cxf/ws/rm/ProtocolVariation;)V]
RMEndpoint.setSource ( Source source ) : void
[run-time name: org/apache/cxf/ws/rm/RMEndpoint.setSource:(Lorg/apache/cxf/ws/rm/Source;)V]
openejb-cxf-bundle-2.5.2.jar, RMException.class
package org.apache.cxf.ws.rm
RMException.RMException ( org.apache.cxf.common.i18n.Message msg )
[run-time name: org/apache/cxf/ws/rm/RMException."<init>":(Lorg/apache/cxf/common/i18n/Message;)V]
RMException.RMException ( org.apache.cxf.common.i18n.Message msg, Throwable t )
[run-time name: org/apache/cxf/ws/rm/RMException."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;)V]
RMException.RMException ( Throwable cause )
[run-time name: org/apache/cxf/ws/rm/RMException."<init>":(Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, RMFeature.class
package org.apache.cxf.ws.rm.feature
RMFeature.getRM10AddressingNamespace ( ) : String
[run-time name: org/apache/cxf/ws/rm/feature/RMFeature.getRM10AddressingNamespace:()Ljava/lang/String;]
RMFeature.getRMNamespace ( ) : String
[run-time name: org/apache/cxf/ws/rm/feature/RMFeature.getRMNamespace:()Ljava/lang/String;]
RMFeature.initializeProvider ( org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/ws/rm/feature/RMFeature.initializeProvider:(Lorg/apache/cxf/interceptor/InterceptorProvider;Lorg/apache/cxf/Bus;)V]
RMFeature.RMFeature ( )
[run-time name: org/apache/cxf/ws/rm/feature/RMFeature."<init>":()V]
RMFeature.setDeliveryAssurance ( org.apache.cxf.ws.rm.manager.DeliveryAssuranceType da ) : void
[run-time name: org/apache/cxf/ws/rm/feature/RMFeature.setDeliveryAssurance:(Lorg/apache/cxf/ws/rm/manager/DeliveryAssuranceType;)V]
RMFeature.setDestinationPolicy ( org.apache.cxf.ws.rm.manager.DestinationPolicyType dp ) : void
[run-time name: org/apache/cxf/ws/rm/feature/RMFeature.setDestinationPolicy:(Lorg/apache/cxf/ws/rm/manager/DestinationPolicyType;)V]
RMFeature.setRM10AddressingNamespace ( String uri ) : void
[run-time name: org/apache/cxf/ws/rm/feature/RMFeature.setRM10AddressingNamespace:(Ljava/lang/String;)V]
RMFeature.setRMAssertion ( org.apache.cxf.ws.rmp.v200502.RMAssertion rma ) : void
[run-time name: org/apache/cxf/ws/rm/feature/RMFeature.setRMAssertion:(Lorg/apache/cxf/ws/rmp/v200502/RMAssertion;)V]
RMFeature.setRMNamespace ( String uri ) : void
[run-time name: org/apache/cxf/ws/rm/feature/RMFeature.setRMNamespace:(Ljava/lang/String;)V]
RMFeature.setSourcePolicy ( org.apache.cxf.ws.rm.manager.SourcePolicyType sp ) : void
[run-time name: org/apache/cxf/ws/rm/feature/RMFeature.setSourcePolicy:(Lorg/apache/cxf/ws/rm/manager/SourcePolicyType;)V]
RMFeature.setStore ( org.apache.cxf.ws.rm.persistence.RMStore store ) : void
[run-time name: org/apache/cxf/ws/rm/feature/RMFeature.setStore:(Lorg/apache/cxf/ws/rm/persistence/RMStore;)V]
openejb-cxf-bundle-2.5.2.jar, RMFeatureBeanDefinitionParser.class
package org.apache.cxf.ws.rm.spring
RMFeatureBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element element ) : Class
[run-time name: org/apache/cxf/ws/rm/spring/RMFeatureBeanDefinitionParser.getBeanClass:(Lorg/w3c/dom/Element;)Ljava/lang/Class;]
RMFeatureBeanDefinitionParser.getJaxbPackage ( ) : String
[run-time name: org/apache/cxf/ws/rm/spring/RMFeatureBeanDefinitionParser.getJaxbPackage:()Ljava/lang/String;]
RMFeatureBeanDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name ) : void
[run-time name: org/apache/cxf/ws/rm/spring/RMFeatureBeanDefinitionParser.mapElement:(Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
RMFeatureBeanDefinitionParser.parseChildElements ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean ) : void
[run-time name: org/apache/cxf/ws/rm/spring/RMFeatureBeanDefinitionParser.parseChildElements:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;)V]
RMFeatureBeanDefinitionParser.RMFeatureBeanDefinitionParser ( )
[run-time name: org/apache/cxf/ws/rm/spring/RMFeatureBeanDefinitionParser."<init>":()V]
RMFeatureBeanDefinitionParser.shouldGenerateIdAsFallback ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/spring/RMFeatureBeanDefinitionParser.shouldGenerateIdAsFallback:()Z]
openejb-cxf-bundle-2.5.2.jar, RMInInterceptor.class
package org.apache.cxf.ws.rm
RMInInterceptor.handle ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/ws/rm/RMInInterceptor.handle:(Lorg/apache/cxf/message/Message;)V]
RMInInterceptor.handleFault ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/ws/rm/RMInInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
RMInInterceptor.RMInInterceptor ( )
[run-time name: org/apache/cxf/ws/rm/RMInInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, RMManager.class
package org.apache.cxf.ws.rm
RMManager.clientCreated ( org.apache.cxf.endpoint.Client client ) : void
[run-time name: org/apache/cxf/ws/rm/RMManager.clientCreated:(Lorg/apache/cxf/endpoint/Client;)V]
RMManager.clientDestroyed ( org.apache.cxf.endpoint.Client client ) : void
[run-time name: org/apache/cxf/ws/rm/RMManager.clientDestroyed:(Lorg/apache/cxf/endpoint/Client;)V]
RMManager.getBindingFaultFactory ( org.apache.cxf.binding.Binding binding ) : BindingFaultFactory
[run-time name: org/apache/cxf/ws/rm/RMManager.getBindingFaultFactory:(Lorg/apache/cxf/binding/Binding;)Lorg/apache/cxf/ws/rm/BindingFaultFactory;]
RMManager.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/ws/rm/RMManager.getBus:()Lorg/apache/cxf/Bus;]
RMManager.getDeliveryAssurance ( ) : manager.DeliveryAssuranceType
[run-time name: org/apache/cxf/ws/rm/RMManager.getDeliveryAssurance:()Lorg/apache/cxf/ws/rm/manager/DeliveryAssuranceType;]
RMManager.getDestination ( org.apache.cxf.message.Message message ) : Destination
[run-time name: org/apache/cxf/ws/rm/RMManager.getDestination:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/ws/rm/Destination;]
RMManager.getDestinationPolicy ( ) : manager.DestinationPolicyType
[run-time name: org/apache/cxf/ws/rm/RMManager.getDestinationPolicy:()Lorg/apache/cxf/ws/rm/manager/DestinationPolicyType;]
RMManager.getIdGenerator ( ) : SequenceIdentifierGenerator
[run-time name: org/apache/cxf/ws/rm/RMManager.getIdGenerator:()Lorg/apache/cxf/ws/rm/SequenceIdentifierGenerator;]
RMManager.getReliableEndpoint ( org.apache.cxf.message.Message message ) : RMEndpoint
[run-time name: org/apache/cxf/ws/rm/RMManager.getReliableEndpoint:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/ws/rm/RMEndpoint;]
RMManager.getRetransmissionQueue ( ) : RetransmissionQueue
[run-time name: org/apache/cxf/ws/rm/RMManager.getRetransmissionQueue:()Lorg/apache/cxf/ws/rm/RetransmissionQueue;]
RMManager.getRMAddressingNamespace ( ) : String
[run-time name: org/apache/cxf/ws/rm/RMManager.getRMAddressingNamespace:()Ljava/lang/String;]
RMManager.getRMAssertion ( ) : org.apache.cxf.ws.rmp.v200502.RMAssertion
[run-time name: org/apache/cxf/ws/rm/RMManager.getRMAssertion:()Lorg/apache/cxf/ws/rmp/v200502/RMAssertion;]
RMManager.getRMNamespace ( ) : String
[run-time name: org/apache/cxf/ws/rm/RMManager.getRMNamespace:()Ljava/lang/String;]
RMManager.getSequence ( v200702.Identifier inSeqId, org.apache.cxf.message.Message message, org.apache.cxf.ws.addressing.AddressingProperties maps ) : SourceSequence
[run-time name: org/apache/cxf/ws/rm/RMManager.getSequence:(Lorg/apache/cxf/ws/rm/v200702/Identifier;Lorg/apache/cxf/message/Message;Lorg/apache/cxf/ws/addressing/AddressingProperties;)Lorg/apache/cxf/ws/rm/SourceSequence;]
RMManager.getSource ( org.apache.cxf.message.Message message ) : Source
[run-time name: org/apache/cxf/ws/rm/RMManager.getSource:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/ws/rm/Source;]
RMManager.getSourcePolicy ( ) : manager.SourcePolicyType
[run-time name: org/apache/cxf/ws/rm/RMManager.getSourcePolicy:()Lorg/apache/cxf/ws/rm/manager/SourcePolicyType;]
RMManager.getStore ( ) : persistence.RMStore
[run-time name: org/apache/cxf/ws/rm/RMManager.getStore:()Lorg/apache/cxf/ws/rm/persistence/RMStore;]
RMManager.getTimer ( ) : java.util.Timer
[run-time name: org/apache/cxf/ws/rm/RMManager.getTimer:()Ljava/util/Timer;]
RMManager.init ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/ws/rm/RMManager.init:(Lorg/apache/cxf/Bus;)V]
RMManager.RMManager ( )
[run-time name: org/apache/cxf/ws/rm/RMManager."<init>":()V]
RMManager.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/ws/rm/RMManager.setBus:(Lorg/apache/cxf/Bus;)V]
RMManager.setDeliveryAssurance ( manager.DeliveryAssuranceType deliveryAssurance ) : void
[run-time name: org/apache/cxf/ws/rm/RMManager.setDeliveryAssurance:(Lorg/apache/cxf/ws/rm/manager/DeliveryAssuranceType;)V]
RMManager.setDestinationPolicy ( manager.DestinationPolicyType destinationPolicy ) : void
[run-time name: org/apache/cxf/ws/rm/RMManager.setDestinationPolicy:(Lorg/apache/cxf/ws/rm/manager/DestinationPolicyType;)V]
RMManager.setIdGenerator ( SequenceIdentifierGenerator generator ) : void
[run-time name: org/apache/cxf/ws/rm/RMManager.setIdGenerator:(Lorg/apache/cxf/ws/rm/SequenceIdentifierGenerator;)V]
RMManager.setRetransmissionQueue ( RetransmissionQueue rq ) : void
[run-time name: org/apache/cxf/ws/rm/RMManager.setRetransmissionQueue:(Lorg/apache/cxf/ws/rm/RetransmissionQueue;)V]
RMManager.setRMAddressingNamespace ( String uri ) : void
[run-time name: org/apache/cxf/ws/rm/RMManager.setRMAddressingNamespace:(Ljava/lang/String;)V]
RMManager.setRMAssertion ( org.apache.cxf.ws.rmp.v200502.RMAssertion rma ) : void
[run-time name: org/apache/cxf/ws/rm/RMManager.setRMAssertion:(Lorg/apache/cxf/ws/rmp/v200502/RMAssertion;)V]
RMManager.setRMNamespace ( String uri ) : void
[run-time name: org/apache/cxf/ws/rm/RMManager.setRMNamespace:(Ljava/lang/String;)V]
RMManager.setSourcePolicy ( manager.SourcePolicyType sp ) : void
[run-time name: org/apache/cxf/ws/rm/RMManager.setSourcePolicy:(Lorg/apache/cxf/ws/rm/manager/SourcePolicyType;)V]
RMManager.setStore ( persistence.RMStore s ) : void
[run-time name: org/apache/cxf/ws/rm/RMManager.setStore:(Lorg/apache/cxf/ws/rm/persistence/RMStore;)V]
RMManager.shutdown ( ) : void
[run-time name: org/apache/cxf/ws/rm/RMManager.shutdown:()V]
RMManager.startServer ( org.apache.cxf.endpoint.Server server ) : void
[run-time name: org/apache/cxf/ws/rm/RMManager.startServer:(Lorg/apache/cxf/endpoint/Server;)V]
RMManager.stopServer ( org.apache.cxf.endpoint.Server server ) : void
[run-time name: org/apache/cxf/ws/rm/RMManager.stopServer:(Lorg/apache/cxf/endpoint/Server;)V]
openejb-cxf-bundle-2.5.2.jar, RMManagerBeanDefinitionParser.class
package org.apache.cxf.ws.rm.spring
RMManagerBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean ) : void
[run-time name: org/apache/cxf/ws/rm/spring/RMManagerBeanDefinitionParser.doParse:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;)V]
RMManagerBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element element ) : Class
[run-time name: org/apache/cxf/ws/rm/spring/RMManagerBeanDefinitionParser.getBeanClass:(Lorg/w3c/dom/Element;)Ljava/lang/Class;]
RMManagerBeanDefinitionParser.getJaxbPackage ( ) : String
[run-time name: org/apache/cxf/ws/rm/spring/RMManagerBeanDefinitionParser.getJaxbPackage:()Ljava/lang/String;]
RMManagerBeanDefinitionParser.hasBusProperty ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/spring/RMManagerBeanDefinitionParser.hasBusProperty:()Z]
RMManagerBeanDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name ) : void
[run-time name: org/apache/cxf/ws/rm/spring/RMManagerBeanDefinitionParser.mapElement:(Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
RMManagerBeanDefinitionParser.RMManagerBeanDefinitionParser ( )
[run-time name: org/apache/cxf/ws/rm/spring/RMManagerBeanDefinitionParser."<init>":()V]
RMManagerBeanDefinitionParser.shouldGenerateIdAsFallback ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/spring/RMManagerBeanDefinitionParser.shouldGenerateIdAsFallback:()Z]
openejb-cxf-bundle-2.5.2.jar, RMMessage.class
package org.apache.cxf.ws.rm.persistence
RMMessage.getCachedOutputStream ( ) : org.apache.cxf.io.CachedOutputStream
[run-time name: org/apache/cxf/ws/rm/persistence/RMMessage.getCachedOutputStream:()Lorg/apache/cxf/io/CachedOutputStream;]
RMMessage.getContent ( ) : byte[ ]
[run-time name: org/apache/cxf/ws/rm/persistence/RMMessage.getContent:()[B]
RMMessage.getInputStream ( ) : java.io.InputStream
[run-time name: org/apache/cxf/ws/rm/persistence/RMMessage.getInputStream:()Ljava/io/InputStream;]
RMMessage.getMessageNumber ( ) : long
[run-time name: org/apache/cxf/ws/rm/persistence/RMMessage.getMessageNumber:()J]
RMMessage.getSize ( ) : long
[run-time name: org/apache/cxf/ws/rm/persistence/RMMessage.getSize:()J]
RMMessage.getTo ( ) : String
[run-time name: org/apache/cxf/ws/rm/persistence/RMMessage.getTo:()Ljava/lang/String;]
RMMessage.RMMessage ( )
[run-time name: org/apache/cxf/ws/rm/persistence/RMMessage."<init>":()V]
RMMessage.setContent ( byte[ ] c ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/RMMessage.setContent:([B)V]
RMMessage.setContent ( java.io.InputStream in ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/RMMessage.setContent:(Ljava/io/InputStream;)V]
RMMessage.setContent ( org.apache.cxf.io.CachedOutputStream c ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/RMMessage.setContent:(Lorg/apache/cxf/io/CachedOutputStream;)V]
RMMessage.setMessageNumber ( long mn ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/RMMessage.setMessageNumber:(J)V]
RMMessage.setTo ( String t ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/RMMessage.setTo:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, RMOutInterceptor.class
package org.apache.cxf.ws.rm
RMOutInterceptor.handle ( org.apache.cxf.message.Message msg ) : void
[run-time name: org/apache/cxf/ws/rm/RMOutInterceptor.handle:(Lorg/apache/cxf/message/Message;)V]
RMOutInterceptor.RMOutInterceptor ( )
[run-time name: org/apache/cxf/ws/rm/RMOutInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, RMPolicyInterceptorProvider.class
package org.apache.cxf.ws.rm.policy
RMPolicyInterceptorProvider.RMPolicyInterceptorProvider ( org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/ws/rm/policy/RMPolicyInterceptorProvider."<init>":(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, RMProperties.class
package org.apache.cxf.ws.rm
RMProperties.addAck ( DestinationSequence seq ) : void
[run-time name: org/apache/cxf/ws/rm/RMProperties.addAck:(Lorg/apache/cxf/ws/rm/DestinationSequence;)V]
RMProperties.exposeAs ( String uri ) : void
[run-time name: org/apache/cxf/ws/rm/RMProperties.exposeAs:(Ljava/lang/String;)V]
RMProperties.getAcks ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/rm/RMProperties.getAcks:()Ljava/util/Collection;]
RMProperties.getAcksRequested ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/rm/RMProperties.getAcksRequested:()Ljava/util/Collection;]
RMProperties.getCloseSequence ( ) : v200702.CloseSequenceType
[run-time name: org/apache/cxf/ws/rm/RMProperties.getCloseSequence:()Lorg/apache/cxf/ws/rm/v200702/CloseSequenceType;]
RMProperties.getNamespaceURI ( ) : String
[run-time name: org/apache/cxf/ws/rm/RMProperties.getNamespaceURI:()Ljava/lang/String;]
RMProperties.getSequence ( ) : v200702.SequenceType
[run-time name: org/apache/cxf/ws/rm/RMProperties.getSequence:()Lorg/apache/cxf/ws/rm/v200702/SequenceType;]
RMProperties.isLastMessage ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/RMProperties.isLastMessage:()Z]
RMProperties.RMProperties ( )
[run-time name: org/apache/cxf/ws/rm/RMProperties."<init>":()V]
RMProperties.setAcks ( java.util.Collection a ) : void
[run-time name: org/apache/cxf/ws/rm/RMProperties.setAcks:(Ljava/util/Collection;)V]
RMProperties.setAcksRequested ( java.util.Collection ar ) : void
[run-time name: org/apache/cxf/ws/rm/RMProperties.setAcksRequested:(Ljava/util/Collection;)V]
RMProperties.setCloseSequence ( v200702.CloseSequenceType cs ) : void
[run-time name: org/apache/cxf/ws/rm/RMProperties.setCloseSequence:(Lorg/apache/cxf/ws/rm/v200702/CloseSequenceType;)V]
RMProperties.setSequence ( SourceSequence seq ) : void
[run-time name: org/apache/cxf/ws/rm/RMProperties.setSequence:(Lorg/apache/cxf/ws/rm/SourceSequence;)V]
RMProperties.setSequence ( v200702.SequenceType s ) : void
[run-time name: org/apache/cxf/ws/rm/RMProperties.setSequence:(Lorg/apache/cxf/ws/rm/v200702/SequenceType;)V]
openejb-cxf-bundle-2.5.2.jar, RMSoapInterceptor.class
package org.apache.cxf.ws.rm.soap
RMSoapInterceptor.decodeHeaders ( org.apache.cxf.binding.soap.SoapMessage message, java.util.List headers, org.apache.cxf.ws.rm.RMProperties rmps ) : void
[run-time name: org/apache/cxf/ws/rm/soap/RMSoapInterceptor.decodeHeaders:(Lorg/apache/cxf/binding/soap/SoapMessage;Ljava/util/List;Lorg/apache/cxf/ws/rm/RMProperties;)V]
RMSoapInterceptor.encode ( org.apache.cxf.binding.soap.SoapMessage message, org.apache.cxf.ws.rm.RMProperties rmps ) [static] : void
[run-time name: org/apache/cxf/ws/rm/soap/RMSoapInterceptor.encode:(Lorg/apache/cxf/binding/soap/SoapMessage;Lorg/apache/cxf/ws/rm/RMProperties;)V]
RMSoapInterceptor.encodeFault ( org.apache.cxf.binding.soap.SoapMessage message, org.apache.cxf.ws.rm.SequenceFault sf ) [static] : void
[run-time name: org/apache/cxf/ws/rm/soap/RMSoapInterceptor.encodeFault:(Lorg/apache/cxf/binding/soap/SoapMessage;Lorg/apache/cxf/ws/rm/SequenceFault;)V]
RMSoapInterceptor.getUnderstoodHeaders ( ) : java.util.Set
[run-time name: org/apache/cxf/ws/rm/soap/RMSoapInterceptor.getUnderstoodHeaders:()Ljava/util/Set;]
RMSoapInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/ws/rm/soap/RMSoapInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
RMSoapInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/ws/rm/soap/RMSoapInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
RMSoapInterceptor.RMSoapInterceptor ( )
[run-time name: org/apache/cxf/ws/rm/soap/RMSoapInterceptor."<init>":()V]
RMSoapInterceptor.unmarshalRMProperties ( org.apache.cxf.binding.soap.SoapMessage message ) : org.apache.cxf.ws.rm.RMProperties
[run-time name: org/apache/cxf/ws/rm/soap/RMSoapInterceptor.unmarshalRMProperties:(Lorg/apache/cxf/binding/soap/SoapMessage;)Lorg/apache/cxf/ws/rm/RMProperties;]
openejb-cxf-bundle-2.5.2.jar, RMStore.class
package org.apache.cxf.ws.rm.persistence
RMStore.createDestinationSequence ( org.apache.cxf.ws.rm.DestinationSequence p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/rm/persistence/RMStore.createDestinationSequence:(Lorg/apache/cxf/ws/rm/DestinationSequence;)V]
RMStore.createSourceSequence ( org.apache.cxf.ws.rm.SourceSequence p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/rm/persistence/RMStore.createSourceSequence:(Lorg/apache/cxf/ws/rm/SourceSequence;)V]
RMStore.getDestinationSequence ( org.apache.cxf.ws.rm.v200702.Identifier p1, org.apache.cxf.ws.rm.ProtocolVariation p2 ) [abstract] : org.apache.cxf.ws.rm.DestinationSequence
[run-time name: org/apache/cxf/ws/rm/persistence/RMStore.getDestinationSequence:(Lorg/apache/cxf/ws/rm/v200702/Identifier;Lorg/apache/cxf/ws/rm/ProtocolVariation;)Lorg/apache/cxf/ws/rm/DestinationSequence;]
RMStore.getDestinationSequences ( String p1, org.apache.cxf.ws.rm.ProtocolVariation p2 ) [abstract] : java.util.Collection
[run-time name: org/apache/cxf/ws/rm/persistence/RMStore.getDestinationSequences:(Ljava/lang/String;Lorg/apache/cxf/ws/rm/ProtocolVariation;)Ljava/util/Collection;]
RMStore.getMessages ( org.apache.cxf.ws.rm.v200702.Identifier p1, boolean p2 ) [abstract] : java.util.Collection
[run-time name: org/apache/cxf/ws/rm/persistence/RMStore.getMessages:(Lorg/apache/cxf/ws/rm/v200702/Identifier;Z)Ljava/util/Collection;]
RMStore.getSourceSequence ( org.apache.cxf.ws.rm.v200702.Identifier p1, org.apache.cxf.ws.rm.ProtocolVariation p2 ) [abstract] : org.apache.cxf.ws.rm.SourceSequence
[run-time name: org/apache/cxf/ws/rm/persistence/RMStore.getSourceSequence:(Lorg/apache/cxf/ws/rm/v200702/Identifier;Lorg/apache/cxf/ws/rm/ProtocolVariation;)Lorg/apache/cxf/ws/rm/SourceSequence;]
RMStore.getSourceSequences ( String p1, org.apache.cxf.ws.rm.ProtocolVariation p2 ) [abstract] : java.util.Collection
[run-time name: org/apache/cxf/ws/rm/persistence/RMStore.getSourceSequences:(Ljava/lang/String;Lorg/apache/cxf/ws/rm/ProtocolVariation;)Ljava/util/Collection;]
RMStore.persistIncoming ( org.apache.cxf.ws.rm.DestinationSequence p1, RMMessage p2 ) [abstract] : void
[run-time name: org/apache/cxf/ws/rm/persistence/RMStore.persistIncoming:(Lorg/apache/cxf/ws/rm/DestinationSequence;Lorg/apache/cxf/ws/rm/persistence/RMMessage;)V]
RMStore.persistOutgoing ( org.apache.cxf.ws.rm.SourceSequence p1, RMMessage p2 ) [abstract] : void
[run-time name: org/apache/cxf/ws/rm/persistence/RMStore.persistOutgoing:(Lorg/apache/cxf/ws/rm/SourceSequence;Lorg/apache/cxf/ws/rm/persistence/RMMessage;)V]
RMStore.removeDestinationSequence ( org.apache.cxf.ws.rm.v200702.Identifier p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/rm/persistence/RMStore.removeDestinationSequence:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)V]
RMStore.removeMessages ( org.apache.cxf.ws.rm.v200702.Identifier p1, java.util.Collection p2, boolean p3 ) [abstract] : void
[run-time name: org/apache/cxf/ws/rm/persistence/RMStore.removeMessages:(Lorg/apache/cxf/ws/rm/v200702/Identifier;Ljava/util/Collection;Z)V]
RMStore.removeSourceSequence ( org.apache.cxf.ws.rm.v200702.Identifier p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/rm/persistence/RMStore.removeSourceSequence:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)V]
openejb-cxf-bundle-2.5.2.jar, RMStoreException.class
package org.apache.cxf.ws.rm.persistence
RMStoreException.RMStoreException ( org.apache.cxf.common.i18n.Message msg )
[run-time name: org/apache/cxf/ws/rm/persistence/RMStoreException."<init>":(Lorg/apache/cxf/common/i18n/Message;)V]
RMStoreException.RMStoreException ( org.apache.cxf.common.i18n.Message msg, Throwable t )
[run-time name: org/apache/cxf/ws/rm/persistence/RMStoreException."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;)V]
RMStoreException.RMStoreException ( Throwable cause )
[run-time name: org/apache/cxf/ws/rm/persistence/RMStoreException."<init>":(Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, RMTxStore.class
package org.apache.cxf.ws.rm.persistence.jdbc
RMTxStore.abort ( ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.abort:()V]
RMTxStore.beginTransaction ( ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.beginTransaction:()V]
RMTxStore.commit ( ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.commit:()V]
RMTxStore.createDestinationSequence ( org.apache.cxf.ws.rm.DestinationSequence seq ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.createDestinationSequence:(Lorg/apache/cxf/ws/rm/DestinationSequence;)V]
RMTxStore.createSourceSequence ( org.apache.cxf.ws.rm.SourceSequence seq ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.createSourceSequence:(Lorg/apache/cxf/ws/rm/SourceSequence;)V]
RMTxStore.createTables ( ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.createTables:()V]
RMTxStore.deleteDatabaseFiles ( ) [static] : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.deleteDatabaseFiles:()V]
RMTxStore.deleteDatabaseFiles ( String dbName, boolean now ) [static] : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.deleteDatabaseFiles:(Ljava/lang/String;Z)V]
RMTxStore.getDestinationSequence ( org.apache.cxf.ws.rm.v200702.Identifier sid, org.apache.cxf.ws.rm.ProtocolVariation protocol ) : org.apache.cxf.ws.rm.DestinationSequence
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.getDestinationSequence:(Lorg/apache/cxf/ws/rm/v200702/Identifier;Lorg/apache/cxf/ws/rm/ProtocolVariation;)Lorg/apache/cxf/ws/rm/DestinationSequence;]
RMTxStore.getDestinationSequences ( String endpointIdentifier, org.apache.cxf.ws.rm.ProtocolVariation protocol ) : java.util.Collection
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.getDestinationSequences:(Ljava/lang/String;Lorg/apache/cxf/ws/rm/ProtocolVariation;)Ljava/util/Collection;]
RMTxStore.getDriverClassName ( ) : String
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.getDriverClassName:()Ljava/lang/String;]
RMTxStore.getMessages ( org.apache.cxf.ws.rm.v200702.Identifier sid, boolean outbound ) : java.util.Collection
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.getMessages:(Lorg/apache/cxf/ws/rm/v200702/Identifier;Z)Ljava/util/Collection;]
RMTxStore.getPassword ( ) : String
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.getPassword:()Ljava/lang/String;]
RMTxStore.getSourceSequence ( org.apache.cxf.ws.rm.v200702.Identifier sid, org.apache.cxf.ws.rm.ProtocolVariation protocol ) : org.apache.cxf.ws.rm.SourceSequence
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.getSourceSequence:(Lorg/apache/cxf/ws/rm/v200702/Identifier;Lorg/apache/cxf/ws/rm/ProtocolVariation;)Lorg/apache/cxf/ws/rm/SourceSequence;]
RMTxStore.getSourceSequences ( String endpointIdentifier, org.apache.cxf.ws.rm.ProtocolVariation protocol ) : java.util.Collection
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.getSourceSequences:(Ljava/lang/String;Lorg/apache/cxf/ws/rm/ProtocolVariation;)Ljava/util/Collection;]
RMTxStore.getTableExistsCode ( ) : int
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.getTableExistsCode:()I]
RMTxStore.getTableExistsState ( ) : String
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.getTableExistsState:()Ljava/lang/String;]
RMTxStore.getUrl ( ) : String
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.getUrl:()Ljava/lang/String;]
RMTxStore.getUserName ( ) : String
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.getUserName:()Ljava/lang/String;]
RMTxStore.init ( ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.init:()V]
RMTxStore.isTableExistsError ( java.sql.SQLException ex ) : boolean
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.isTableExistsError:(Ljava/sql/SQLException;)Z]
RMTxStore.persistIncoming ( org.apache.cxf.ws.rm.DestinationSequence seq, org.apache.cxf.ws.rm.persistence.RMMessage msg ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.persistIncoming:(Lorg/apache/cxf/ws/rm/DestinationSequence;Lorg/apache/cxf/ws/rm/persistence/RMMessage;)V]
RMTxStore.persistOutgoing ( org.apache.cxf.ws.rm.SourceSequence seq, org.apache.cxf.ws.rm.persistence.RMMessage msg ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.persistOutgoing:(Lorg/apache/cxf/ws/rm/SourceSequence;Lorg/apache/cxf/ws/rm/persistence/RMMessage;)V]
RMTxStore.removeDestinationSequence ( org.apache.cxf.ws.rm.v200702.Identifier sid ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.removeDestinationSequence:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)V]
RMTxStore.removeMessages ( org.apache.cxf.ws.rm.v200702.Identifier sid, java.util.Collection messageNrs, boolean outbound ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.removeMessages:(Lorg/apache/cxf/ws/rm/v200702/Identifier;Ljava/util/Collection;Z)V]
RMTxStore.removeSourceSequence ( org.apache.cxf.ws.rm.v200702.Identifier sid ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.removeSourceSequence:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)V]
RMTxStore.RMTxStore ( )
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore."<init>":()V]
RMTxStore.setConnection ( java.sql.Connection c ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.setConnection:(Ljava/sql/Connection;)V]
RMTxStore.setDriverClassName ( String dcn ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.setDriverClassName:(Ljava/lang/String;)V]
RMTxStore.setPassword ( String p ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.setPassword:(Ljava/lang/String;)V]
RMTxStore.setTableExistsCode ( int tableExistsCode ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.setTableExistsCode:(I)V]
RMTxStore.setTableExistsState ( String tableExistsState ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.setTableExistsState:(Ljava/lang/String;)V]
RMTxStore.setUrl ( String u ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.setUrl:(Ljava/lang/String;)V]
RMTxStore.setUserName ( String un ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.setUserName:(Ljava/lang/String;)V]
RMTxStore.storeMessage ( org.apache.cxf.ws.rm.v200702.Identifier sid, org.apache.cxf.ws.rm.persistence.RMMessage msg, boolean outbound ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.storeMessage:(Lorg/apache/cxf/ws/rm/v200702/Identifier;Lorg/apache/cxf/ws/rm/persistence/RMMessage;Z)V]
RMTxStore.updateDestinationSequence ( org.apache.cxf.ws.rm.DestinationSequence seq ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.updateDestinationSequence:(Lorg/apache/cxf/ws/rm/DestinationSequence;)V]
RMTxStore.updateSourceSequence ( org.apache.cxf.ws.rm.SourceSequence seq ) : void
[run-time name: org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.updateSourceSequence:(Lorg/apache/cxf/ws/rm/SourceSequence;)V]
openejb-cxf-bundle-2.5.2.jar, RMTxStoreBeanDefinitionParser.class
package org.apache.cxf.ws.rm.spring
RMTxStoreBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element element ) : Class
[run-time name: org/apache/cxf/ws/rm/spring/RMTxStoreBeanDefinitionParser.getBeanClass:(Lorg/w3c/dom/Element;)Ljava/lang/Class;]
RMTxStoreBeanDefinitionParser.RMTxStoreBeanDefinitionParser ( )
[run-time name: org/apache/cxf/ws/rm/spring/RMTxStoreBeanDefinitionParser."<init>":()V]
RMTxStoreBeanDefinitionParser.shouldGenerateIdAsFallback ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/spring/RMTxStoreBeanDefinitionParser.shouldGenerateIdAsFallback:()Z]
openejb-cxf-bundle-2.5.2.jar, RMUtils.class
package org.apache.cxf.ws.rm
RMUtils.createAnonymousReference ( ) [static] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/ws/rm/RMUtils.createAnonymousReference:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
RMUtils.createCachedStream ( org.apache.cxf.message.Message message, java.io.OutputStream os ) [static] : org.apache.cxf.io.WriteOnCloseOutputStream
[run-time name: org/apache/cxf/ws/rm/RMUtils.createCachedStream:(Lorg/apache/cxf/message/Message;Ljava/io/OutputStream;)Lorg/apache/cxf/io/WriteOnCloseOutputStream;]
RMUtils.createNoneReference ( ) [static] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/ws/rm/RMUtils.createNoneReference:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
RMUtils.createReference ( String address ) [static] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/ws/rm/RMUtils.createReference:(Ljava/lang/String;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
RMUtils.getAddressingConstants ( ) [static] : org.apache.cxf.ws.addressing.AddressingConstants
[run-time name: org/apache/cxf/ws/rm/RMUtils.getAddressingConstants:()Lorg/apache/cxf/ws/addressing/AddressingConstants;]
RMUtils.getConstants ( String uri ) [static] : RMConstants
[run-time name: org/apache/cxf/ws/rm/RMUtils.getConstants:(Ljava/lang/String;)Lorg/apache/cxf/ws/rm/RMConstants;]
RMUtils.getEndpointIdentifier ( org.apache.cxf.endpoint.Endpoint endpoint ) [static] : String
[run-time name: org/apache/cxf/ws/rm/RMUtils.getEndpointIdentifier:(Lorg/apache/cxf/endpoint/Endpoint;)Ljava/lang/String;]
RMUtils.getManagedObjectName ( RMEndpoint endpoint ) [static] : javax.management.ObjectName
[run-time name: org/apache/cxf/ws/rm/RMUtils.getManagedObjectName:(Lorg/apache/cxf/ws/rm/RMEndpoint;)Ljavax/management/ObjectName;]
RMUtils.getManagedObjectName ( RMManager manager ) [static] : javax.management.ObjectName
[run-time name: org/apache/cxf/ws/rm/RMUtils.getManagedObjectName:(Lorg/apache/cxf/ws/rm/RMManager;)Ljavax/management/ObjectName;]
RMUtils.getManagedObjectName ( RMManager manager, org.apache.cxf.endpoint.Endpoint ep ) [static] : javax.management.ObjectName
[run-time name: org/apache/cxf/ws/rm/RMUtils.getManagedObjectName:(Lorg/apache/cxf/ws/rm/RMManager;Lorg/apache/cxf/endpoint/Endpoint;)Ljavax/management/ObjectName;]
RMUtils.getWSRM200502Factory ( ) [static] : v200502.ObjectFactory
[run-time name: org/apache/cxf/ws/rm/RMUtils.getWSRM200502Factory:()Lorg/apache/cxf/ws/rm/v200502/ObjectFactory;]
RMUtils.getWSRM200502WSA200508Factory ( ) [static] : v200502wsa15.ObjectFactory
[run-time name: org/apache/cxf/ws/rm/RMUtils.getWSRM200502WSA200508Factory:()Lorg/apache/cxf/ws/rm/v200502wsa15/ObjectFactory;]
RMUtils.getWSRMFactory ( ) [static] : v200702.ObjectFactory
[run-time name: org/apache/cxf/ws/rm/RMUtils.getWSRMFactory:()Lorg/apache/cxf/ws/rm/v200702/ObjectFactory;]
openejb-cxf-bundle-2.5.2.jar, RoleNameType.class
package org.apache.cxf.jaxws.javaee
RoleNameType.RoleNameType ( )
[run-time name: org/apache/cxf/jaxws/javaee/RoleNameType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, RolePrefixSecurityContextImpl.class
package org.apache.cxf.interceptor.security
RolePrefixSecurityContextImpl.getSubject ( ) : javax.security.auth.Subject
[run-time name: org/apache/cxf/interceptor/security/RolePrefixSecurityContextImpl.getSubject:()Ljavax/security/auth/Subject;]
RolePrefixSecurityContextImpl.getUserPrincipal ( ) : java.security.Principal
[run-time name: org/apache/cxf/interceptor/security/RolePrefixSecurityContextImpl.getUserPrincipal:()Ljava/security/Principal;]
RolePrefixSecurityContextImpl.getUserRoles ( ) : java.util.Set
[run-time name: org/apache/cxf/interceptor/security/RolePrefixSecurityContextImpl.getUserRoles:()Ljava/util/Set;]
RolePrefixSecurityContextImpl.isUserInRole ( String role ) : boolean
[run-time name: org/apache/cxf/interceptor/security/RolePrefixSecurityContextImpl.isUserInRole:(Ljava/lang/String;)Z]
RolePrefixSecurityContextImpl.RolePrefixSecurityContextImpl ( javax.security.auth.Subject subject, String roleClassifier, String roleClassifierType )
[run-time name: org/apache/cxf/interceptor/security/RolePrefixSecurityContextImpl."<init>":(Ljavax/security/auth/Subject;Ljava/lang/String;Ljava/lang/String;)V]
RolePrefixSecurityContextImpl.RolePrefixSecurityContextImpl ( javax.security.auth.Subject subject, String rolePrefix )
[run-time name: org/apache/cxf/interceptor/security/RolePrefixSecurityContextImpl."<init>":(Ljavax/security/auth/Subject;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, RPCInInterceptor.class
package org.apache.cxf.binding.soap.interceptor
RPCInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/RPCInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
RPCInInterceptor.RPCInInterceptor ( )
[run-time name: org/apache/cxf/binding/soap/interceptor/RPCInInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, RPCOutInterceptor.class
package org.apache.cxf.binding.soap.interceptor
RPCOutInterceptor.addOperationNode ( org.apache.cxf.helpers.NSStack nsStack, org.apache.cxf.message.Message message, javax.xml.stream.XMLStreamWriter xmlWriter, boolean output, org.apache.cxf.service.model.BindingOperationInfo boi ) : String
[run-time name: org/apache/cxf/binding/soap/interceptor/RPCOutInterceptor.addOperationNode:(Lorg/apache/cxf/helpers/NSStack;Lorg/apache/cxf/message/Message;Ljavax/xml/stream/XMLStreamWriter;ZLorg/apache/cxf/service/model/BindingOperationInfo;)Ljava/lang/String;]
RPCOutInterceptor.getXMLStreamWriter ( org.apache.cxf.message.Message message ) : javax.xml.stream.XMLStreamWriter
[run-time name: org/apache/cxf/binding/soap/interceptor/RPCOutInterceptor.getXMLStreamWriter:(Lorg/apache/cxf/message/Message;)Ljavax/xml/stream/XMLStreamWriter;]
RPCOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/RPCOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
RPCOutInterceptor.RPCOutInterceptor ( )
[run-time name: org/apache/cxf/binding/soap/interceptor/RPCOutInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, RSAKeyValueType.class
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
RSAKeyValueType.getExponent ( ) : byte[ ]
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/RSAKeyValueType.getExponent:()[B]
RSAKeyValueType.getModulus ( ) : byte[ ]
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/RSAKeyValueType.getModulus:()[B]
RSAKeyValueType.RSAKeyValueType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/RSAKeyValueType."<init>":()V]
RSAKeyValueType.setExponent ( byte[ ] value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/RSAKeyValueType.setExponent:([B)V]
RSAKeyValueType.setModulus ( byte[ ] value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/RSAKeyValueType.setModulus:([B)V]
openejb-cxf-bundle-2.5.2.jar, RunAsType.class
package org.apache.cxf.jaxws.javaee
RunAsType.getDescription ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/RunAsType.getDescription:()Ljava/util/List;]
RunAsType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/RunAsType.getId:()Ljava/lang/String;]
RunAsType.getRoleName ( ) : RoleNameType
[run-time name: org/apache/cxf/jaxws/javaee/RunAsType.getRoleName:()Lorg/apache/cxf/jaxws/javaee/RoleNameType;]
RunAsType.RunAsType ( )
[run-time name: org/apache/cxf/jaxws/javaee/RunAsType."<init>":()V]
RunAsType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/RunAsType.setId:(Ljava/lang/String;)V]
RunAsType.setRoleName ( RoleNameType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/RunAsType.setRoleName:(Lorg/apache/cxf/jaxws/javaee/RoleNameType;)V]
openejb-cxf-bundle-2.5.2.jar, S2JJAXBModel.class
package org.apache.cxf.jaxb
JAXBUtils.S2JJAXBModel.generateCode ( Object p1, Object p2 ) [abstract] : JAXBUtils.JCodeModel
[run-time name: org/apache/cxf/jaxb/JAXBUtils.S2JJAXBModel.generateCode:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/apache/cxf/jaxb/JAXBUtils$JCodeModel;]
JAXBUtils.S2JJAXBModel.get ( javax.xml.namespace.QName p1 ) [abstract] : JAXBUtils.Mapping
[run-time name: org/apache/cxf/jaxb/JAXBUtils.S2JJAXBModel.get:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/jaxb/JAXBUtils$Mapping;]
JAXBUtils.S2JJAXBModel.getJavaType ( javax.xml.namespace.QName p1 ) [abstract] : JAXBUtils.TypeAndAnnotation
[run-time name: org/apache/cxf/jaxb/JAXBUtils.S2JJAXBModel.getJavaType:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/jaxb/JAXBUtils$TypeAndAnnotation;]
openejb-cxf-bundle-2.5.2.jar, SAAJFactoryResolver.class
package org.apache.cxf.binding.soap.saaj
SAAJFactoryResolver.createMessageFactory ( org.apache.cxf.binding.soap.SoapVersion version ) [static] : javax.xml.soap.MessageFactory
[run-time name: org/apache/cxf/binding/soap/saaj/SAAJFactoryResolver.createMessageFactory:(Lorg/apache/cxf/binding/soap/SoapVersion;)Ljavax/xml/soap/MessageFactory;]
SAAJFactoryResolver.createSOAPFactory ( org.apache.cxf.binding.soap.SoapVersion version ) [static] : javax.xml.soap.SOAPFactory
[run-time name: org/apache/cxf/binding/soap/saaj/SAAJFactoryResolver.createSOAPFactory:(Lorg/apache/cxf/binding/soap/SoapVersion;)Ljavax/xml/soap/SOAPFactory;]
openejb-cxf-bundle-2.5.2.jar, SAAJInInterceptor.class
package org.apache.cxf.binding.soap.saaj
SAAJInInterceptor.getAdditionalInterceptors ( ) : java.util.Collection
[run-time name: org/apache/cxf/binding/soap/saaj/SAAJInInterceptor.getAdditionalInterceptors:()Ljava/util/Collection;]
SAAJInInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/binding/soap/saaj/SAAJInInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SAAJInInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/saaj/SAAJInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
SAAJInInterceptor.replaceHeaders ( javax.xml.soap.SOAPMessage soapMessage, org.apache.cxf.binding.soap.SoapMessage message ) [static] : void
[run-time name: org/apache/cxf/binding/soap/saaj/SAAJInInterceptor.replaceHeaders:(Ljavax/xml/soap/SOAPMessage;Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SAAJInInterceptor.SAAJInInterceptor ( )
[run-time name: org/apache/cxf/binding/soap/saaj/SAAJInInterceptor."<init>":()V]
SAAJInInterceptor.SAAJInInterceptor ( String phase )
[run-time name: org/apache/cxf/binding/soap/saaj/SAAJInInterceptor."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, SAAJOutEndingInterceptor.class
package org.apache.cxf.binding.soap.saaj
SAAJOutInterceptor.SAAJOutEndingInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/binding/soap/saaj/SAAJOutInterceptor.SAAJOutEndingInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SAAJOutInterceptor.SAAJOutEndingInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/saaj/SAAJOutInterceptor.SAAJOutEndingInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
SAAJOutInterceptor.SAAJOutEndingInterceptor.SAAJOutInterceptor.SAAJOutEndingInterceptor ( )
[run-time name: org/apache/cxf/binding/soap/saaj/SAAJOutInterceptor.SAAJOutEndingInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SAAJOutInterceptor.class
package org.apache.cxf.binding.soap.saaj
SAAJOutInterceptor.getFactory ( org.apache.cxf.binding.soap.SoapMessage message ) : javax.xml.soap.MessageFactory
[run-time name: org/apache/cxf/binding/soap/saaj/SAAJOutInterceptor.getFactory:(Lorg/apache/cxf/binding/soap/SoapMessage;)Ljavax/xml/soap/MessageFactory;]
SAAJOutInterceptor.handleFault ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/binding/soap/saaj/SAAJOutInterceptor.handleFault:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SAAJOutInterceptor.handleFault ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/saaj/SAAJOutInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
SAAJOutInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/binding/soap/saaj/SAAJOutInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SAAJOutInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/saaj/SAAJOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
SAAJOutInterceptor.SAAJOutInterceptor ( )
[run-time name: org/apache/cxf/binding/soap/saaj/SAAJOutInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SAAJPreInInterceptor.class
package org.apache.cxf.binding.soap.saaj
SAAJInInterceptor.SAAJPreInInterceptor.getFactory ( org.apache.cxf.binding.soap.SoapMessage message ) : javax.xml.soap.MessageFactory
[run-time name: org/apache/cxf/binding/soap/saaj/SAAJInInterceptor.SAAJPreInInterceptor.getFactory:(Lorg/apache/cxf/binding/soap/SoapMessage;)Ljavax/xml/soap/MessageFactory;]
SAAJInInterceptor.SAAJPreInInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/binding/soap/saaj/SAAJInInterceptor.SAAJPreInInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SAAJInInterceptor.SAAJPreInInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/saaj/SAAJInInterceptor.SAAJPreInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
SAAJInInterceptor.SAAJPreInInterceptor.SAAJInInterceptor.SAAJPreInInterceptor ( )
[run-time name: org/apache/cxf/binding/soap/saaj/SAAJInInterceptor.SAAJPreInInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SamlToken.class
package org.apache.cxf.ws.security.policy.model
SamlToken.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/SamlToken.getName:()Ljavax/xml/namespace/QName;]
SamlToken.isRequireKeyIdentifierReference ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/SamlToken.isRequireKeyIdentifierReference:()Z]
SamlToken.isUseSamlVersion11Profile10 ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/SamlToken.isUseSamlVersion11Profile10:()Z]
SamlToken.isUseSamlVersion11Profile11 ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/SamlToken.isUseSamlVersion11Profile11:()Z]
SamlToken.isUseSamlVersion20Profile11 ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/SamlToken.isUseSamlVersion20Profile11:()Z]
SamlToken.SamlToken ( org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/SamlToken."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;)V]
SamlToken.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SamlToken.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
SamlToken.setRequireKeyIdentifierReference ( boolean requireKeyIdentifierReference ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SamlToken.setRequireKeyIdentifierReference:(Z)V]
SamlToken.setUseSamlVersion11Profile10 ( boolean useSamlVersion11Profile10 ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SamlToken.setUseSamlVersion11Profile10:(Z)V]
SamlToken.setUseSamlVersion11Profile11 ( boolean useSamlVersion11Profile11 ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SamlToken.setUseSamlVersion11Profile11:(Z)V]
SamlToken.setUseSamlVersion20Profile11 ( boolean useSamlVersion20Profile11 ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SamlToken.setUseSamlVersion20Profile11:(Z)V]
openejb-cxf-bundle-2.5.2.jar, SamlTokenBuilder.class
package org.apache.cxf.ws.security.policy.builders
SamlTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/SamlTokenBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
SamlTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/SamlTokenBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
SamlTokenBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/SamlTokenBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
SamlTokenBuilder.SamlTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/builders/SamlTokenBuilder."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, SamlTokenInterceptor.class
package org.apache.cxf.ws.security.wss4j
SamlTokenInterceptor.getPassword ( String userName, org.apache.cxf.ws.security.policy.model.SamlToken info, int type, org.apache.cxf.binding.soap.SoapMessage message ) : String
[run-time name: org/apache/cxf/ws/security/wss4j/SamlTokenInterceptor.getPassword:(Ljava/lang/String;Lorg/apache/cxf/ws/security/policy/model/SamlToken;ILorg/apache/cxf/binding/soap/SoapMessage;)Ljava/lang/String;]
SamlTokenInterceptor.getUnderstoodHeaders ( ) : java.util.Set
[run-time name: org/apache/cxf/ws/security/wss4j/SamlTokenInterceptor.getUnderstoodHeaders:()Ljava/util/Set;]
SamlTokenInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/SamlTokenInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SamlTokenInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/SamlTokenInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
SamlTokenInterceptor.policyNotAsserted ( org.apache.cxf.ws.security.policy.model.SamlToken assertion, Exception reason, org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/SamlTokenInterceptor.policyNotAsserted:(Lorg/apache/cxf/ws/security/policy/model/SamlToken;Ljava/lang/Exception;Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SamlTokenInterceptor.policyNotAsserted ( org.apache.cxf.ws.security.policy.model.SamlToken assertion, String reason, org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/SamlTokenInterceptor.policyNotAsserted:(Lorg/apache/cxf/ws/security/policy/model/SamlToken;Ljava/lang/String;Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SamlTokenInterceptor.SamlTokenInterceptor ( )
[run-time name: org/apache/cxf/ws/security/wss4j/SamlTokenInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SamlTokenInterceptorProvider.class
package org.apache.cxf.ws.security.policy.interceptors
SamlTokenInterceptorProvider.SamlTokenInterceptorProvider ( )
[run-time name: org/apache/cxf/ws/security/policy/interceptors/SamlTokenInterceptorProvider."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SamlTokenPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
SamlTokenPolicyValidator.SamlTokenPolicyValidator ( )
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/SamlTokenPolicyValidator."<init>":()V]
SamlTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, org.w3c.dom.Element soapBody, java.util.List results, java.util.List signedResults ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/SamlTokenPolicyValidator.validatePolicy:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/cxf/message/Message;Lorg/w3c/dom/Element;Ljava/util/List;Ljava/util/List;)Z]
openejb-cxf-bundle-2.5.2.jar, SchemaCollection.class
package org.apache.cxf.common.xmlschema
SchemaCollection.addCrossImports ( ) : void
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.addCrossImports:()V]
SchemaCollection.equals ( Object obj ) : boolean
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.equals:(Ljava/lang/Object;)Z]
SchemaCollection.getAttributeByQName ( javax.xml.namespace.QName qname ) : org.apache.ws.commons.schema.XmlSchemaAttribute
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.getAttributeByQName:(Ljavax/xml/namespace/QName;)Lorg/apache/ws/commons/schema/XmlSchemaAttribute;]
SchemaCollection.getElementByQName ( javax.xml.namespace.QName qname ) : org.apache.ws.commons.schema.XmlSchemaElement
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.getElementByQName:(Ljavax/xml/namespace/QName;)Lorg/apache/ws/commons/schema/XmlSchemaElement;]
SchemaCollection.getExtReg ( ) : org.apache.ws.commons.schema.extensions.ExtensionRegistry
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.getExtReg:()Lorg/apache/ws/commons/schema/extensions/ExtensionRegistry;]
SchemaCollection.getNamespaceContext ( ) : org.apache.ws.commons.schema.utils.NamespacePrefixList
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.getNamespaceContext:()Lorg/apache/ws/commons/schema/utils/NamespacePrefixList;]
SchemaCollection.getSchemaByTargetNamespace ( String namespaceURI ) : org.apache.ws.commons.schema.XmlSchema
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.getSchemaByTargetNamespace:(Ljava/lang/String;)Lorg/apache/ws/commons/schema/XmlSchema;]
SchemaCollection.getSchemaForElement ( javax.xml.namespace.QName name ) : org.apache.ws.commons.schema.XmlSchema
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.getSchemaForElement:(Ljavax/xml/namespace/QName;)Lorg/apache/ws/commons/schema/XmlSchema;]
SchemaCollection.getTypeByQName ( javax.xml.namespace.QName schemaTypeName ) : org.apache.ws.commons.schema.XmlSchemaType
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.getTypeByQName:(Ljavax/xml/namespace/QName;)Lorg/apache/ws/commons/schema/XmlSchemaType;]
SchemaCollection.getXmlSchema ( String systemId ) : org.apache.ws.commons.schema.XmlSchema[ ]
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.getXmlSchema:(Ljava/lang/String;)[Lorg/apache/ws/commons/schema/XmlSchema;]
SchemaCollection.getXmlSchemaCollection ( ) : org.apache.ws.commons.schema.XmlSchemaCollection
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.getXmlSchemaCollection:()Lorg/apache/ws/commons/schema/XmlSchemaCollection;]
SchemaCollection.getXmlSchemas ( ) : org.apache.ws.commons.schema.XmlSchema[ ]
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.getXmlSchemas:()[Lorg/apache/ws/commons/schema/XmlSchema;]
SchemaCollection.hashCode ( ) : int
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.hashCode:()I]
SchemaCollection.init ( ) : void
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.init:()V]
SchemaCollection.newXmlSchemaInCollection ( String namespaceURI ) : org.apache.ws.commons.schema.XmlSchema
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.newXmlSchemaInCollection:(Ljava/lang/String;)Lorg/apache/ws/commons/schema/XmlSchema;]
SchemaCollection.read ( org.w3c.dom.Document d, String uri ) : org.apache.ws.commons.schema.XmlSchema
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.read:(Lorg/w3c/dom/Document;Ljava/lang/String;)Lorg/apache/ws/commons/schema/XmlSchema;]
SchemaCollection.read ( org.w3c.dom.Element elem ) : org.apache.ws.commons.schema.XmlSchema
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.read:(Lorg/w3c/dom/Element;)Lorg/apache/ws/commons/schema/XmlSchema;]
SchemaCollection.read ( org.w3c.dom.Element elem, String uri ) : org.apache.ws.commons.schema.XmlSchema
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.read:(Lorg/w3c/dom/Element;Ljava/lang/String;)Lorg/apache/ws/commons/schema/XmlSchema;]
SchemaCollection.SchemaCollection ( )
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection."<init>":()V]
SchemaCollection.SchemaCollection ( org.apache.ws.commons.schema.XmlSchemaCollection col )
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection."<init>":(Lorg/apache/ws/commons/schema/XmlSchemaCollection;)V]
SchemaCollection.setBaseUri ( String baseUri ) : void
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.setBaseUri:(Ljava/lang/String;)V]
SchemaCollection.setExtReg ( org.apache.ws.commons.schema.extensions.ExtensionRegistry extReg ) : void
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.setExtReg:(Lorg/apache/ws/commons/schema/extensions/ExtensionRegistry;)V]
SchemaCollection.setNamespaceContext ( org.apache.ws.commons.schema.utils.NamespacePrefixList namespaceContext ) : void
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.setNamespaceContext:(Lorg/apache/ws/commons/schema/utils/NamespacePrefixList;)V]
SchemaCollection.setSchemaResolver ( org.apache.ws.commons.schema.resolver.URIResolver schemaResolver ) : void
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.setSchemaResolver:(Lorg/apache/ws/commons/schema/resolver/URIResolver;)V]
SchemaCollection.validateElementName ( javax.xml.namespace.QName referrer, javax.xml.namespace.QName elementQName ) : void
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.validateElementName:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)V]
SchemaCollection.validateQNameNamespace ( javax.xml.namespace.QName qname ) : void
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.validateQNameNamespace:(Ljavax/xml/namespace/QName;)V]
SchemaCollection.validateTypeName ( javax.xml.namespace.QName referrer, javax.xml.namespace.QName typeQName ) : void
[run-time name: org/apache/cxf/common/xmlschema/SchemaCollection.validateTypeName:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, SchemaCompiler.class
package org.apache.cxf.jaxb
JAXBUtils.SchemaCompiler.bind ( ) [abstract] : JAXBUtils.S2JJAXBModel
[run-time name: org/apache/cxf/jaxb/JAXBUtils.SchemaCompiler.bind:()Lorg/apache/cxf/jaxb/JAXBUtils$S2JJAXBModel;]
JAXBUtils.SchemaCompiler.getOptions ( ) [abstract] : JAXBUtils.Options
[run-time name: org/apache/cxf/jaxb/JAXBUtils.SchemaCompiler.getOptions:()Lorg/apache/cxf/jaxb/JAXBUtils$Options;]
JAXBUtils.SchemaCompiler.parseSchema ( org.xml.sax.InputSource p1 ) [abstract] : void
[run-time name: org/apache/cxf/jaxb/JAXBUtils.SchemaCompiler.parseSchema:(Lorg/xml/sax/InputSource;)V]
JAXBUtils.SchemaCompiler.parseSchema ( String p1, javax.xml.stream.XMLStreamReader p2 ) [abstract] : void
[run-time name: org/apache/cxf/jaxb/JAXBUtils.SchemaCompiler.parseSchema:(Ljava/lang/String;Ljavax/xml/stream/XMLStreamReader;)V]
JAXBUtils.SchemaCompiler.parseSchema ( String p1, org.w3c.dom.Element p2 ) [abstract] : void
[run-time name: org/apache/cxf/jaxb/JAXBUtils.SchemaCompiler.parseSchema:(Ljava/lang/String;Lorg/w3c/dom/Element;)V]
JAXBUtils.SchemaCompiler.setClassNameAllocator ( Object p1 ) [abstract] : void
[run-time name: org/apache/cxf/jaxb/JAXBUtils.SchemaCompiler.setClassNameAllocator:(Ljava/lang/Object;)V]
JAXBUtils.SchemaCompiler.setErrorListener ( Object p1 ) [abstract] : void
[run-time name: org/apache/cxf/jaxb/JAXBUtils.SchemaCompiler.setErrorListener:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, SchemaDeferredAction.class
package org.apache.cxf.tools.corba.processors.idl
SchemaDeferredAction.execute ( org.apache.ws.commons.schema.XmlSchemaType p1, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl p2 ) [abstract] : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/SchemaDeferredAction.execute:(Lorg/apache/ws/commons/schema/XmlSchemaType;Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;)V]
openejb-cxf-bundle-2.5.2.jar, SchemaFactory.class
package org.apache.cxf.tools.corba.common
SchemaFactory.newInstance ( ) [static] : SchemaFactory
[run-time name: org/apache/cxf/tools/corba/common/SchemaFactory.newInstance:()Lorg/apache/cxf/tools/corba/common/SchemaFactory;]
SchemaFactory.newInstance ( String factoryImplName ) [static] : SchemaFactory
[run-time name: org/apache/cxf/tools/corba/common/SchemaFactory.newInstance:(Ljava/lang/String;)Lorg/apache/cxf/tools/corba/common/SchemaFactory;]
SchemaFactory.newPopulatedExtensionRegistry ( ) [abstract] : javax.wsdl.extensions.ExtensionRegistry
[run-time name: org/apache/cxf/tools/corba/common/SchemaFactory.newPopulatedExtensionRegistry:()Ljavax/wsdl/extensions/ExtensionRegistry;]
SchemaFactory.newWSDLWriter ( ) [abstract] : javax.wsdl.xml.WSDLWriter
[run-time name: org/apache/cxf/tools/corba/common/SchemaFactory.newWSDLWriter:()Ljavax/wsdl/xml/WSDLWriter;]
SchemaFactory.SchemaFactory ( )
[run-time name: org/apache/cxf/tools/corba/common/SchemaFactory."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SchemaFactoryImpl.class
package org.apache.cxf.tools.corba.common
SchemaFactoryImpl.newDefinition ( ) : javax.wsdl.Definition
[run-time name: org/apache/cxf/tools/corba/common/SchemaFactoryImpl.newDefinition:()Ljavax/wsdl/Definition;]
SchemaFactoryImpl.newPopulatedExtensionRegistry ( ) : javax.wsdl.extensions.ExtensionRegistry
[run-time name: org/apache/cxf/tools/corba/common/SchemaFactoryImpl.newPopulatedExtensionRegistry:()Ljavax/wsdl/extensions/ExtensionRegistry;]
SchemaFactoryImpl.newWSDLWriter ( ) : javax.wsdl.xml.WSDLWriter
[run-time name: org/apache/cxf/tools/corba/common/SchemaFactoryImpl.newWSDLWriter:()Ljavax/wsdl/xml/WSDLWriter;]
SchemaFactoryImpl.SchemaFactoryImpl ( )
[run-time name: org/apache/cxf/tools/corba/common/SchemaFactoryImpl."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SchemaHandler.class
package org.apache.cxf.jaxrs.utils.schemas
SchemaHandler.createSchema ( java.util.List locations, org.apache.cxf.Bus bus ) [static] : javax.xml.validation.Schema
[run-time name: org/apache/cxf/jaxrs/utils/schemas/SchemaHandler.createSchema:(Ljava/util/List;Lorg/apache/cxf/Bus;)Ljavax/xml/validation/Schema;]
SchemaHandler.getSchema ( ) : javax.xml.validation.Schema
[run-time name: org/apache/cxf/jaxrs/utils/schemas/SchemaHandler.getSchema:()Ljavax/xml/validation/Schema;]
SchemaHandler.SchemaHandler ( )
[run-time name: org/apache/cxf/jaxrs/utils/schemas/SchemaHandler."<init>":()V]
SchemaHandler.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/jaxrs/utils/schemas/SchemaHandler.setBus:(Lorg/apache/cxf/Bus;)V]
SchemaHandler.setSchemas ( java.util.List locations ) : void
[run-time name: org/apache/cxf/jaxrs/utils/schemas/SchemaHandler.setSchemas:(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, SchemaInfo.class
package org.apache.cxf.service.model
SchemaInfo.getElement ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/service/model/SchemaInfo.getElement:()Lorg/w3c/dom/Element;]
SchemaInfo.getElementByQName ( javax.xml.namespace.QName qname ) : org.apache.ws.commons.schema.XmlSchemaElement
[run-time name: org/apache/cxf/service/model/SchemaInfo.getElementByQName:(Ljavax/xml/namespace/QName;)Lorg/apache/ws/commons/schema/XmlSchemaElement;]
SchemaInfo.getNamespaceURI ( ) : String
[run-time name: org/apache/cxf/service/model/SchemaInfo.getNamespaceURI:()Ljava/lang/String;]
SchemaInfo.getSchema ( ) : org.apache.ws.commons.schema.XmlSchema
[run-time name: org/apache/cxf/service/model/SchemaInfo.getSchema:()Lorg/apache/ws/commons/schema/XmlSchema;]
SchemaInfo.getSystemId ( ) : String
[run-time name: org/apache/cxf/service/model/SchemaInfo.getSystemId:()Ljava/lang/String;]
SchemaInfo.isAttributeFormQualified ( ) : boolean
[run-time name: org/apache/cxf/service/model/SchemaInfo.isAttributeFormQualified:()Z]
SchemaInfo.isElementFormQualified ( ) : boolean
[run-time name: org/apache/cxf/service/model/SchemaInfo.isElementFormQualified:()Z]
SchemaInfo.SchemaInfo ( String namespaceUri )
[run-time name: org/apache/cxf/service/model/SchemaInfo."<init>":(Ljava/lang/String;)V]
SchemaInfo.SchemaInfo ( String namespaceUri, boolean qElement, boolean qAttribute )
[run-time name: org/apache/cxf/service/model/SchemaInfo."<init>":(Ljava/lang/String;ZZ)V]
SchemaInfo.setElement ( org.w3c.dom.Element el ) : void
[run-time name: org/apache/cxf/service/model/SchemaInfo.setElement:(Lorg/w3c/dom/Element;)V]
SchemaInfo.setNamespaceURI ( String nsUri ) : void
[run-time name: org/apache/cxf/service/model/SchemaInfo.setNamespaceURI:(Ljava/lang/String;)V]
SchemaInfo.setSchema ( org.apache.ws.commons.schema.XmlSchema schema ) : void
[run-time name: org/apache/cxf/service/model/SchemaInfo.setSchema:(Lorg/apache/ws/commons/schema/XmlSchema;)V]
SchemaInfo.setSystemId ( String systemId ) : void
[run-time name: org/apache/cxf/service/model/SchemaInfo.setSystemId:(Ljava/lang/String;)V]
SchemaInfo.toString ( ) : String
[run-time name: org/apache/cxf/service/model/SchemaInfo.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, SchemaJavascriptBuilder.class
package org.apache.cxf.javascript.types
SchemaJavascriptBuilder.complexTypeConstructorAndAccessors ( javax.xml.namespace.QName name, org.apache.ws.commons.schema.XmlSchemaComplexType type ) : void
[run-time name: org/apache/cxf/javascript/types/SchemaJavascriptBuilder.complexTypeConstructorAndAccessors:(Ljavax/xml/namespace/QName;Lorg/apache/ws/commons/schema/XmlSchemaComplexType;)V]
SchemaJavascriptBuilder.complexTypeSerializerBody ( org.apache.ws.commons.schema.XmlSchemaComplexType type, String elementPrefix, org.apache.cxf.javascript.JavascriptUtils bodyUtils ) : void
[run-time name: org/apache/cxf/javascript/types/SchemaJavascriptBuilder.complexTypeSerializerBody:(Lorg/apache/ws/commons/schema/XmlSchemaComplexType;Ljava/lang/String;Lorg/apache/cxf/javascript/JavascriptUtils;)V]
SchemaJavascriptBuilder.complexTypeSerializerFunction ( javax.xml.namespace.QName name, org.apache.ws.commons.schema.XmlSchemaComplexType type ) : void
[run-time name: org/apache/cxf/javascript/types/SchemaJavascriptBuilder.complexTypeSerializerFunction:(Ljavax/xml/namespace/QName;Lorg/apache/ws/commons/schema/XmlSchemaComplexType;)V]
SchemaJavascriptBuilder.domDeserializerFunction ( javax.xml.namespace.QName name, org.apache.ws.commons.schema.XmlSchemaComplexType type ) : void
[run-time name: org/apache/cxf/javascript/types/SchemaJavascriptBuilder.domDeserializerFunction:(Ljavax/xml/namespace/QName;Lorg/apache/ws/commons/schema/XmlSchemaComplexType;)V]
SchemaJavascriptBuilder.generateCodeForSchema ( org.apache.ws.commons.schema.XmlSchema schema ) : String
[run-time name: org/apache/cxf/javascript/types/SchemaJavascriptBuilder.generateCodeForSchema:(Lorg/apache/ws/commons/schema/XmlSchema;)Ljava/lang/String;]
SchemaJavascriptBuilder.generateCodeForSchemaCollection ( org.apache.ws.commons.schema.XmlSchemaCollection collection ) : String
[run-time name: org/apache/cxf/javascript/types/SchemaJavascriptBuilder.generateCodeForSchemaCollection:(Lorg/apache/ws/commons/schema/XmlSchemaCollection;)Ljava/lang/String;]
SchemaJavascriptBuilder.SchemaJavascriptBuilder ( org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection, org.apache.cxf.javascript.NamespacePrefixAccumulator prefixAccumulator, org.apache.cxf.javascript.NameManager nameManager )
[run-time name: org/apache/cxf/javascript/types/SchemaJavascriptBuilder."<init>":(Lorg/apache/cxf/common/xmlschema/SchemaCollection;Lorg/apache/cxf/javascript/NamespacePrefixAccumulator;Lorg/apache/cxf/javascript/NameManager;)V]
openejb-cxf-bundle-2.5.2.jar, SchemaSerializer.class
package org.apache.cxf.wsdl11
SchemaSerializer.marshall ( Class parentType, javax.xml.namespace.QName elementType, javax.wsdl.extensions.ExtensibilityElement extension, java.io.PrintWriter pw, javax.wsdl.Definition def, javax.wsdl.extensions.ExtensionRegistry extReg ) : void
[run-time name: org/apache/cxf/wsdl11/SchemaSerializer.marshall:(Ljava/lang/Class;Ljavax/xml/namespace/QName;Ljavax/wsdl/extensions/ExtensibilityElement;Ljava/io/PrintWriter;Ljavax/wsdl/Definition;Ljavax/wsdl/extensions/ExtensionRegistry;)V]
SchemaSerializer.SchemaSerializer ( )
[run-time name: org/apache/cxf/wsdl11/SchemaSerializer."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SchemaUtil.class
package org.apache.cxf.wsdl11
SchemaUtil.getSchemas ( javax.wsdl.Definition def, org.apache.cxf.common.xmlschema.SchemaCollection schemaCol, java.util.List schemas ) : void
[run-time name: org/apache/cxf/wsdl11/SchemaUtil.getSchemas:(Ljavax/wsdl/Definition;Lorg/apache/cxf/common/xmlschema/SchemaCollection;Ljava/util/List;)V]
SchemaUtil.getSchemas ( javax.wsdl.Definition def, org.apache.cxf.common.xmlschema.SchemaCollection schemaCol, org.apache.cxf.service.model.ServiceInfo serviceInfo ) : void
[run-time name: org/apache/cxf/wsdl11/SchemaUtil.getSchemas:(Ljavax/wsdl/Definition;Lorg/apache/cxf/common/xmlschema/SchemaCollection;Lorg/apache/cxf/service/model/ServiceInfo;)V]
SchemaUtil.getSchemas ( javax.wsdl.Definition def, org.apache.cxf.service.model.ServiceInfo serviceInfo ) : void
[run-time name: org/apache/cxf/wsdl11/SchemaUtil.getSchemas:(Ljavax/wsdl/Definition;Lorg/apache/cxf/service/model/ServiceInfo;)V]
SchemaUtil.SchemaUtil ( org.apache.cxf.Bus b, java.util.Map s )
[run-time name: org/apache/cxf/wsdl11/SchemaUtil."<init>":(Lorg/apache/cxf/Bus;Ljava/util/Map;)V]
openejb-cxf-bundle-2.5.2.jar, SchemaValidatingSAXParser.class
package org.apache.cxf.tools.common.dom
SchemaValidatingSAXParser.getSAXParser ( ) : javax.xml.parsers.SAXParser
[run-time name: org/apache/cxf/tools/common/dom/SchemaValidatingSAXParser.getSAXParser:()Ljavax/xml/parsers/SAXParser;]
SchemaValidatingSAXParser.SchemaValidatingSAXParser ( )
[run-time name: org/apache/cxf/tools/common/dom/SchemaValidatingSAXParser."<init>":()V]
SchemaValidatingSAXParser.setValidating ( boolean validate ) : void
[run-time name: org/apache/cxf/tools/common/dom/SchemaValidatingSAXParser.setValidating:(Z)V]
openejb-cxf-bundle-2.5.2.jar, SchemaValidation.class
package org.apache.cxf.annotations
SchemaValidation.enabled ( ) [abstract] : boolean
[run-time name: org/apache/cxf/annotations/SchemaValidation.enabled:()Z]
openejb-cxf-bundle-2.5.2.jar, SchemaWriter.class
package org.apache.cxf.jaxrs.model.wadl
WadlGenerator.SchemaWriter.write ( StringBuilder p1 ) [abstract] : void
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.SchemaWriter.write:(Ljava/lang/StringBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, SchemaWriterImpl.class
package org.apache.cxf.tools.corba.common
SchemaWriterImpl.getDocument ( javax.wsdl.Definition wsdlDef ) : org.w3c.dom.Document
[run-time name: org/apache/cxf/tools/corba/common/SchemaWriterImpl.getDocument:(Ljavax/wsdl/Definition;)Lorg/w3c/dom/Document;]
SchemaWriterImpl.getElement ( javax.wsdl.Definition wsdlDef ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/tools/corba/common/SchemaWriterImpl.getElement:(Ljavax/wsdl/Definition;)Lorg/w3c/dom/Element;]
SchemaWriterImpl.getFeature ( String name ) : boolean
[run-time name: org/apache/cxf/tools/corba/common/SchemaWriterImpl.getFeature:(Ljava/lang/String;)Z]
SchemaWriterImpl.SchemaWriterImpl ( )
[run-time name: org/apache/cxf/tools/corba/common/SchemaWriterImpl."<init>":()V]
SchemaWriterImpl.setFeature ( String name, boolean value ) : void
[run-time name: org/apache/cxf/tools/corba/common/SchemaWriterImpl.setFeature:(Ljava/lang/String;Z)V]
SchemaWriterImpl.writeWSDL ( javax.wsdl.Definition wsdlDef, java.io.OutputStream sink ) : void
[run-time name: org/apache/cxf/tools/corba/common/SchemaWriterImpl.writeWSDL:(Ljavax/wsdl/Definition;Ljava/io/OutputStream;)V]
SchemaWriterImpl.writeWSDL ( javax.wsdl.Definition wsdlDef, java.io.Writer sink ) : void
[run-time name: org/apache/cxf/tools/corba/common/SchemaWriterImpl.writeWSDL:(Ljavax/wsdl/Definition;Ljava/io/Writer;)V]
openejb-cxf-bundle-2.5.2.jar, Scope.class
package org.apache.cxf.tools.corba.processors.idl
Scope.compareTo ( Object otherScope ) : int
[run-time name: org/apache/cxf/tools/corba/processors/idl/Scope.compareTo:(Ljava/lang/Object;)I]
Scope.equals ( Object otherScope ) : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/Scope.equals:(Ljava/lang/Object;)Z]
Scope.getParent ( ) : Scope
[run-time name: org/apache/cxf/tools/corba/processors/idl/Scope.getParent:()Lorg/apache/cxf/tools/corba/processors/idl/Scope;]
Scope.getPrefix ( ) : String
[run-time name: org/apache/cxf/tools/corba/processors/idl/Scope.getPrefix:()Ljava/lang/String;]
Scope.hashCode ( ) : int
[run-time name: org/apache/cxf/tools/corba/processors/idl/Scope.hashCode:()I]
Scope.Scope ( )
[run-time name: org/apache/cxf/tools/corba/processors/idl/Scope."<init>":()V]
Scope.Scope ( Scope containingScope )
[run-time name: org/apache/cxf/tools/corba/processors/idl/Scope."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;)V]
Scope.Scope ( Scope containingScope, antlr.collections.AST node )
[run-time name: org/apache/cxf/tools/corba/processors/idl/Scope."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Lantlr/collections/AST;)V]
Scope.Scope ( Scope containingScope, Scope prefixScope, String str )
[run-time name: org/apache/cxf/tools/corba/processors/idl/Scope."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljava/lang/String;)V]
Scope.Scope ( Scope containingScope, String str )
[run-time name: org/apache/cxf/tools/corba/processors/idl/Scope."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljava/lang/String;)V]
Scope.Scope ( String scopes, String separator )
[run-time name: org/apache/cxf/tools/corba/processors/idl/Scope."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
Scope.setPrefix ( String prefix ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/Scope.setPrefix:(Ljava/lang/String;)V]
Scope.tail ( ) : String
[run-time name: org/apache/cxf/tools/corba/processors/idl/Scope.tail:()Ljava/lang/String;]
Scope.toIDLRepositoryID ( ) : String
[run-time name: org/apache/cxf/tools/corba/processors/idl/Scope.toIDLRepositoryID:()Ljava/lang/String;]
Scope.toString ( ) : String
[run-time name: org/apache/cxf/tools/corba/processors/idl/Scope.toString:()Ljava/lang/String;]
Scope.toString ( String separator ) : String
[run-time name: org/apache/cxf/tools/corba/processors/idl/Scope.toString:(Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, ScopedNameVisitor.class
package org.apache.cxf.tools.corba.processors.idl
ScopedNameVisitor.accept ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, antlr.collections.AST node, WSDLASTVisitor wsdlVisitor ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/ScopedNameVisitor.accept:(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lantlr/collections/AST;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;)Z]
ScopedNameVisitor.findCorbaType ( org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMap, javax.xml.namespace.QName typeName ) [static] : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/idl/ScopedNameVisitor.findCorbaType:(Lorg/apache/cxf/binding/corba/wsdl/TypeMappingType;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
ScopedNameVisitor.findCorbaTypeForSchemaType ( org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMap, javax.xml.namespace.QName schemaTypeName, Scope scopedName ) [static] : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/idl/ScopedNameVisitor.findCorbaTypeForSchemaType:(Lorg/apache/cxf/binding/corba/wsdl/TypeMappingType;Ljavax/xml/namespace/QName;Lorg/apache/cxf/tools/corba/processors/idl/Scope;)Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
ScopedNameVisitor.findNonSchemaType ( String name, WSDLASTVisitor wsdlVisitor, VisitorTypeHolder holder ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/ScopedNameVisitor.findNonSchemaType:(Ljava/lang/String;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;Lorg/apache/cxf/tools/corba/processors/idl/VisitorTypeHolder;)Z]
ScopedNameVisitor.findSchemaType ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, antlr.collections.AST node, WSDLASTVisitor wsdlVisitor, VisitorTypeHolder holder ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/ScopedNameVisitor.findSchemaType:(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lantlr/collections/AST;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;Lorg/apache/cxf/tools/corba/processors/idl/VisitorTypeHolder;)Z]
ScopedNameVisitor.findSchemaTypeInBaseScope ( java.util.List scopeList, Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, antlr.collections.AST node, WSDLASTVisitor wsdlVisitor, VisitorTypeHolder holder ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/ScopedNameVisitor.findSchemaTypeInBaseScope:(Ljava/util/List;Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lantlr/collections/AST;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;Lorg/apache/cxf/tools/corba/processors/idl/VisitorTypeHolder;)Z]
ScopedNameVisitor.forwardDeclared ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, antlr.collections.AST node, WSDLASTVisitor wsdlVisitor ) [static] : Scope
[run-time name: org/apache/cxf/tools/corba/processors/idl/ScopedNameVisitor.forwardDeclared:(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lantlr/collections/AST;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;)Lorg/apache/cxf/tools/corba/processors/idl/Scope;]
ScopedNameVisitor.getFullyScopedName ( Scope currentScope, antlr.collections.AST node ) [static] : Scope
[run-time name: org/apache/cxf/tools/corba/processors/idl/ScopedNameVisitor.getFullyScopedName:(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Lantlr/collections/AST;)Lorg/apache/cxf/tools/corba/processors/idl/Scope;]
ScopedNameVisitor.isforwardDeclared ( Scope scope, antlr.collections.AST node, WSDLASTVisitor wsdlVisitor ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/ScopedNameVisitor.isforwardDeclared:(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Lantlr/collections/AST;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;)Z]
ScopedNameVisitor.isFullyScopedName ( antlr.collections.AST node ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/ScopedNameVisitor.isFullyScopedName:(Lantlr/collections/AST;)Z]
ScopedNameVisitor.populateAliasSchemaType ( org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl corbaType, WSDLASTVisitor wsdlVisitor, VisitorTypeHolder holder ) [static] : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/ScopedNameVisitor.populateAliasSchemaType:(Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;Lorg/apache/cxf/tools/corba/processors/idl/VisitorTypeHolder;)V]
ScopedNameVisitor.ScopedNameVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor )
[run-time name: org/apache/cxf/tools/corba/processors/idl/ScopedNameVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;)V]
ScopedNameVisitor.setExceptionMode ( boolean value ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/ScopedNameVisitor.setExceptionMode:(Z)V]
ScopedNameVisitor.visit ( antlr.collections.AST node ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/ScopedNameVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, ScopeNameCollection.class
package org.apache.cxf.tools.corba.processors.idl
ScopeNameCollection.add ( Scope scope ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/ScopeNameCollection.add:(Lorg/apache/cxf/tools/corba/processors/idl/Scope;)V]
ScopeNameCollection.getScope ( Scope scope ) : Scope
[run-time name: org/apache/cxf/tools/corba/processors/idl/ScopeNameCollection.getScope:(Lorg/apache/cxf/tools/corba/processors/idl/Scope;)Lorg/apache/cxf/tools/corba/processors/idl/Scope;]
ScopeNameCollection.getScope ( String scopename ) : Scope
[run-time name: org/apache/cxf/tools/corba/processors/idl/ScopeNameCollection.getScope:(Ljava/lang/String;)Lorg/apache/cxf/tools/corba/processors/idl/Scope;]
ScopeNameCollection.remove ( Scope scope ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/ScopeNameCollection.remove:(Lorg/apache/cxf/tools/corba/processors/idl/Scope;)V]
ScopeNameCollection.ScopeNameCollection ( )
[run-time name: org/apache/cxf/tools/corba/processors/idl/ScopeNameCollection."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SDODataBinding.class
package org.apache.cxf.sdo
SDODataBinding.createReader ( Class c ) : org.apache.cxf.databinding.DataReader
[run-time name: org/apache/cxf/sdo/SDODataBinding.createReader:(Ljava/lang/Class;)Lorg/apache/cxf/databinding/DataReader;]
SDODataBinding.createWrapperHelper ( Class wrapperType, javax.xml.namespace.QName wrapperName, java.util.List partNames, java.util.List elTypeNames, java.util.List partClasses ) : org.apache.cxf.databinding.WrapperHelper
[run-time name: org/apache/cxf/sdo/SDODataBinding.createWrapperHelper:(Ljava/lang/Class;Ljavax/xml/namespace/QName;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Lorg/apache/cxf/databinding/WrapperHelper;]
SDODataBinding.createWriter ( Class c ) : org.apache.cxf.databinding.DataWriter
[run-time name: org/apache/cxf/sdo/SDODataBinding.createWriter:(Ljava/lang/Class;)Lorg/apache/cxf/databinding/DataWriter;]
SDODataBinding.getSupportedReaderFormats ( ) : Class[ ]
[run-time name: org/apache/cxf/sdo/SDODataBinding.getSupportedReaderFormats:()[Ljava/lang/Class;]
SDODataBinding.getSupportedWriterFormats ( ) : Class[ ]
[run-time name: org/apache/cxf/sdo/SDODataBinding.getSupportedWriterFormats:()[Ljava/lang/Class;]
SDODataBinding.initialize ( org.apache.cxf.service.Service service ) : void
[run-time name: org/apache/cxf/sdo/SDODataBinding.initialize:(Lorg/apache/cxf/service/Service;)V]
SDODataBinding.SDODataBinding ( )
[run-time name: org/apache/cxf/sdo/SDODataBinding."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SDODatabinding.class
package org.apache.cxf.sdo.tools
SDODatabinding.createDefaultValueWriter ( javax.xml.namespace.QName qName, boolean b ) : org.apache.cxf.tools.common.model.DefaultValueWriter
[run-time name: org/apache/cxf/sdo/tools/SDODatabinding.createDefaultValueWriter:(Ljavax/xml/namespace/QName;Z)Lorg/apache/cxf/tools/common/model/DefaultValueWriter;]
SDODatabinding.createDefaultValueWriterForWrappedElement ( javax.xml.namespace.QName qName, javax.xml.namespace.QName qName1 ) : org.apache.cxf.tools.common.model.DefaultValueWriter
[run-time name: org/apache/cxf/sdo/tools/SDODatabinding.createDefaultValueWriterForWrappedElement:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/tools/common/model/DefaultValueWriter;]
SDODatabinding.generate ( org.apache.cxf.tools.common.ToolContext context ) : void
[run-time name: org/apache/cxf/sdo/tools/SDODatabinding.generate:(Lorg/apache/cxf/tools/common/ToolContext;)V]
SDODatabinding.getType ( javax.xml.namespace.QName qName, boolean element ) : String
[run-time name: org/apache/cxf/sdo/tools/SDODatabinding.getType:(Ljavax/xml/namespace/QName;Z)Ljava/lang/String;]
SDODatabinding.getWrappedElementType ( javax.xml.namespace.QName wrapperElement, javax.xml.namespace.QName item ) : String
[run-time name: org/apache/cxf/sdo/tools/SDODatabinding.getWrappedElementType:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)Ljava/lang/String;]
SDODatabinding.initialize ( org.apache.cxf.tools.common.ToolContext context ) : void
[run-time name: org/apache/cxf/sdo/tools/SDODatabinding.initialize:(Lorg/apache/cxf/tools/common/ToolContext;)V]
SDODatabinding.SDODatabinding ( )
[run-time name: org/apache/cxf/sdo/tools/SDODatabinding."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SearchCondition.class
package org.apache.cxf.jaxrs.ext.search
SearchCondition.accept ( SearchConditionVisitor p1 ) [abstract] : void
[run-time name: org/apache/cxf/jaxrs/ext/search/SearchCondition.accept:(Lorg/apache/cxf/jaxrs/ext/search/SearchConditionVisitor;)V]
SearchCondition.findAll ( java.util.Collection p1 ) [abstract] : java.util.List
[run-time name: org/apache/cxf/jaxrs/ext/search/SearchCondition.findAll:(Ljava/util/Collection;)Ljava/util/List;]
SearchCondition.getCondition ( ) [abstract] : Object
[run-time name: org/apache/cxf/jaxrs/ext/search/SearchCondition.getCondition:()Ljava/lang/Object;]
SearchCondition.getConditionType ( ) [abstract] : ConditionType
[run-time name: org/apache/cxf/jaxrs/ext/search/SearchCondition.getConditionType:()Lorg/apache/cxf/jaxrs/ext/search/ConditionType;]
SearchCondition.getSearchConditions ( ) [abstract] : java.util.List
[run-time name: org/apache/cxf/jaxrs/ext/search/SearchCondition.getSearchConditions:()Ljava/util/List;]
SearchCondition.getStatement ( ) [abstract] : PrimitiveStatement
[run-time name: org/apache/cxf/jaxrs/ext/search/SearchCondition.getStatement:()Lorg/apache/cxf/jaxrs/ext/search/PrimitiveStatement;]
SearchCondition.isMet ( Object p1 ) [abstract] : boolean
[run-time name: org/apache/cxf/jaxrs/ext/search/SearchCondition.isMet:(Ljava/lang/Object;)Z]
SearchCondition.toSQL ( String p1, String[ ] p2 ) [abstract] : String
[run-time name: org/apache/cxf/jaxrs/ext/search/SearchCondition.toSQL:(Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, SearchConditionBuilder.class
package org.apache.cxf.jaxrs.ext.search.client
SearchConditionBuilder.instance ( ) [static] : SearchConditionBuilder
[run-time name: org/apache/cxf/jaxrs/ext/search/client/SearchConditionBuilder.instance:()Lorg/apache/cxf/jaxrs/ext/search/client/SearchConditionBuilder;]
SearchConditionBuilder.instance ( java.util.Map properties ) [static] : SearchConditionBuilder
[run-time name: org/apache/cxf/jaxrs/ext/search/client/SearchConditionBuilder.instance:(Ljava/util/Map;)Lorg/apache/cxf/jaxrs/ext/search/client/SearchConditionBuilder;]
SearchConditionBuilder.instance ( String language ) [static] : SearchConditionBuilder
[run-time name: org/apache/cxf/jaxrs/ext/search/client/SearchConditionBuilder.instance:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/ext/search/client/SearchConditionBuilder;]
SearchConditionBuilder.instance ( String language, java.util.Map properties ) [static] : SearchConditionBuilder
[run-time name: org/apache/cxf/jaxrs/ext/search/client/SearchConditionBuilder.instance:(Ljava/lang/String;Ljava/util/Map;)Lorg/apache/cxf/jaxrs/ext/search/client/SearchConditionBuilder;]
SearchConditionBuilder.query ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxrs/ext/search/client/SearchConditionBuilder.query:()Ljava/lang/String;]
SearchConditionBuilder.SearchConditionBuilder ( )
[run-time name: org/apache/cxf/jaxrs/ext/search/client/SearchConditionBuilder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SearchConditionVisitor.class
package org.apache.cxf.jaxrs.ext.search
SearchConditionVisitor.getResult ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxrs/ext/search/SearchConditionVisitor.getResult:()Ljava/lang/String;]
SearchConditionVisitor.visit ( SearchCondition p1 ) [abstract] : void
[run-time name: org/apache/cxf/jaxrs/ext/search/SearchConditionVisitor.visit:(Lorg/apache/cxf/jaxrs/ext/search/SearchCondition;)V]
openejb-cxf-bundle-2.5.2.jar, SearchContext.class
package org.apache.cxf.jaxrs.ext.search
SearchContext.getCondition ( Class p1 ) [abstract] : SearchCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/SearchContext.getCondition:(Ljava/lang/Class;)Lorg/apache/cxf/jaxrs/ext/search/SearchCondition;]
SearchContext.getSearchExpression ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxrs/ext/search/SearchContext.getSearchExpression:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, SearchContextImpl.class
package org.apache.cxf.jaxrs.ext.search
SearchContextImpl.getCondition ( Class cls ) : SearchCondition
[run-time name: org/apache/cxf/jaxrs/ext/search/SearchContextImpl.getCondition:(Ljava/lang/Class;)Lorg/apache/cxf/jaxrs/ext/search/SearchCondition;]
SearchContextImpl.getSearchExpression ( ) : String
[run-time name: org/apache/cxf/jaxrs/ext/search/SearchContextImpl.getSearchExpression:()Ljava/lang/String;]
SearchContextImpl.SearchContextImpl ( org.apache.cxf.message.Message message )
[run-time name: org/apache/cxf/jaxrs/ext/search/SearchContextImpl."<init>":(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, SearchUtils.class
package org.apache.cxf.jaxrs.ext.search
SearchUtils.conditionTypeToSqlOperator ( ConditionType ct, String value ) [static] : String
[run-time name: org/apache/cxf/jaxrs/ext/search/SearchUtils.conditionTypeToSqlOperator:(Lorg/apache/cxf/jaxrs/ext/search/ConditionType;Ljava/lang/String;)Ljava/lang/String;]
SearchUtils.getDateFormat ( java.util.Map properties, String defaultFormat ) [static] : java.text.SimpleDateFormat
[run-time name: org/apache/cxf/jaxrs/ext/search/SearchUtils.getDateFormat:(Ljava/util/Map;Ljava/lang/String;)Ljava/text/SimpleDateFormat;]
SearchUtils.isTimeZoneSupported ( java.util.Map properties, Boolean defaultValue ) [static] : boolean
[run-time name: org/apache/cxf/jaxrs/ext/search/SearchUtils.isTimeZoneSupported:(Ljava/util/Map;Ljava/lang/Boolean;)Z]
SearchUtils.startSqlQuery ( StringBuilder sb, String table, String[ ] columns ) [static] : void
[run-time name: org/apache/cxf/jaxrs/ext/search/SearchUtils.startSqlQuery:(Ljava/lang/StringBuilder;Ljava/lang/String;[Ljava/lang/String;)V]
SearchUtils.toSQL ( SearchCondition sc, String table, String[ ] columns ) [static] : String
[run-time name: org/apache/cxf/jaxrs/ext/search/SearchUtils.toSQL:(Lorg/apache/cxf/jaxrs/ext/search/SearchCondition;Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, SecureAnnotationsInterceptor.class
package org.apache.cxf.interceptor.security
SecureAnnotationsInterceptor.findRoles ( Class cls, java.util.Map rolesMap ) : void
[run-time name: org/apache/cxf/interceptor/security/SecureAnnotationsInterceptor.findRoles:(Ljava/lang/Class;Ljava/util/Map;)V]
SecureAnnotationsInterceptor.SecureAnnotationsInterceptor ( )
[run-time name: org/apache/cxf/interceptor/security/SecureAnnotationsInterceptor."<init>":()V]
SecureAnnotationsInterceptor.setAnnotationClassName ( String name ) : void
[run-time name: org/apache/cxf/interceptor/security/SecureAnnotationsInterceptor.setAnnotationClassName:(Ljava/lang/String;)V]
SecureAnnotationsInterceptor.setSecuredObject ( Object object ) : void
[run-time name: org/apache/cxf/interceptor/security/SecureAnnotationsInterceptor.setSecuredObject:(Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, SecureConversationSTSInvoker.class
package org.apache.cxf.ws.security.policy.interceptors
SecureConversationInInterceptor.SecureConversationSTSInvoker.SecureConversationInInterceptor.SecureConversationSTSInvoker ( SecureConversationInInterceptor p1 )
[run-time name: org/apache/cxf/ws/security/policy/interceptors/SecureConversationInInterceptor.SecureConversationSTSInvoker."<init>":(Lorg/apache/cxf/ws/security/policy/interceptors/SecureConversationInInterceptor;)V]
openejb-cxf-bundle-2.5.2.jar, SecureConversationToken.class
package org.apache.cxf.ws.security.policy.model
SecureConversationToken.getBootstrapPolicy ( ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/security/policy/model/SecureConversationToken.getBootstrapPolicy:()Lorg/apache/neethi/Policy;]
SecureConversationToken.getIssuerEpr ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/security/policy/model/SecureConversationToken.getIssuerEpr:()Lorg/w3c/dom/Element;]
SecureConversationToken.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/SecureConversationToken.getName:()Ljavax/xml/namespace/QName;]
SecureConversationToken.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/SecureConversationToken.getRealName:()Ljavax/xml/namespace/QName;]
SecureConversationToken.SecureConversationToken ( )
[run-time name: org/apache/cxf/ws/security/policy/model/SecureConversationToken."<init>":()V]
SecureConversationToken.SecureConversationToken ( org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/SecureConversationToken."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;)V]
SecureConversationToken.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SecureConversationToken.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
SecureConversationToken.setBootstrapPolicy ( org.apache.neethi.Policy bootstrapPolicy ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SecureConversationToken.setBootstrapPolicy:(Lorg/apache/neethi/Policy;)V]
SecureConversationToken.setIssuerEpr ( org.w3c.dom.Element issuerEpr ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SecureConversationToken.setIssuerEpr:(Lorg/w3c/dom/Element;)V]
openejb-cxf-bundle-2.5.2.jar, SecureConversationTokenBuilder.class
package org.apache.cxf.ws.security.policy.builders
SecureConversationTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/SecureConversationTokenBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
SecureConversationTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/SecureConversationTokenBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
SecureConversationTokenBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/SecureConversationTokenBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
SecureConversationTokenBuilder.SecureConversationTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/builders/SecureConversationTokenBuilder."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, SecureConversationTokenInterceptorProvider.class
package org.apache.cxf.ws.security.policy.interceptors
SecureConversationTokenInterceptorProvider.SecureConversationTokenInterceptorProvider ( )
[run-time name: org/apache/cxf/ws/security/policy/interceptors/SecureConversationTokenInterceptorProvider."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SecureRandomParameters.class
package org.apache.cxf.configuration.security
SecureRandomParameters.getAlgorithm ( ) : String
[run-time name: org/apache/cxf/configuration/security/SecureRandomParameters.getAlgorithm:()Ljava/lang/String;]
SecureRandomParameters.getProvider ( ) : String
[run-time name: org/apache/cxf/configuration/security/SecureRandomParameters.getProvider:()Ljava/lang/String;]
SecureRandomParameters.isSetAlgorithm ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/SecureRandomParameters.isSetAlgorithm:()Z]
SecureRandomParameters.isSetProvider ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/SecureRandomParameters.isSetProvider:()Z]
SecureRandomParameters.SecureRandomParameters ( )
[run-time name: org/apache/cxf/configuration/security/SecureRandomParameters."<init>":()V]
SecureRandomParameters.setAlgorithm ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/SecureRandomParameters.setAlgorithm:(Ljava/lang/String;)V]
SecureRandomParameters.setProvider ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/SecureRandomParameters.setProvider:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, SecurityContext.class
package org.apache.cxf.security
SecurityContext.getUserPrincipal ( ) [abstract] : java.security.Principal
[run-time name: org/apache/cxf/security/SecurityContext.getUserPrincipal:()Ljava/security/Principal;]
SecurityContext.isUserInRole ( String p1 ) [abstract] : boolean
[run-time name: org/apache/cxf/security/SecurityContext.isUserInRole:(Ljava/lang/String;)Z]
openejb-cxf-bundle-2.5.2.jar, SecurityContextToken.class
package org.apache.cxf.ws.security.policy.model
SecurityContextToken.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/SecurityContextToken.getName:()Ljavax/xml/namespace/QName;]
SecurityContextToken.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/SecurityContextToken.getRealName:()Ljavax/xml/namespace/QName;]
SecurityContextToken.isRequireExternalUriRef ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/SecurityContextToken.isRequireExternalUriRef:()Z]
SecurityContextToken.isSc10SecurityContextToken ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/SecurityContextToken.isSc10SecurityContextToken:()Z]
SecurityContextToken.isSc13SecurityContextToken ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/SecurityContextToken.isSc13SecurityContextToken:()Z]
SecurityContextToken.SecurityContextToken ( org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/SecurityContextToken."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;)V]
SecurityContextToken.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SecurityContextToken.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
SecurityContextToken.setRequireExternalUriRef ( boolean requireExternalUriRef ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SecurityContextToken.setRequireExternalUriRef:(Z)V]
SecurityContextToken.setSc10SecurityContextToken ( boolean sc10SecurityContextToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SecurityContextToken.setSc10SecurityContextToken:(Z)V]
SecurityContextToken.setSc13SecurityContextToken ( boolean sc13SecurityContextToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SecurityContextToken.setSc13SecurityContextToken:(Z)V]
openejb-cxf-bundle-2.5.2.jar, SecurityContextTokenBuilder.class
package org.apache.cxf.ws.security.policy.builders
SecurityContextTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/SecurityContextTokenBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
SecurityContextTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/SecurityContextTokenBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
SecurityContextTokenBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/SecurityContextTokenBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
SecurityContextTokenBuilder.SecurityContextTokenBuilder ( )
[run-time name: org/apache/cxf/ws/security/policy/builders/SecurityContextTokenBuilder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SecurityContextTokenPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
SecurityContextTokenPolicyValidator.SecurityContextTokenPolicyValidator ( )
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/SecurityContextTokenPolicyValidator."<init>":()V]
SecurityContextTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, org.w3c.dom.Element soapBody, java.util.List results, java.util.List signedResults ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/SecurityContextTokenPolicyValidator.validatePolicy:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/cxf/message/Message;Lorg/w3c/dom/Element;Ljava/util/List;Ljava/util/List;)Z]
openejb-cxf-bundle-2.5.2.jar, SecurityHeaderType.class
package org.apache.cxf.ws.security.sts.provider.model.secext
SecurityHeaderType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/SecurityHeaderType.getAny:()Ljava/util/List;]
SecurityHeaderType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/SecurityHeaderType.getOtherAttributes:()Ljava/util/Map;]
SecurityHeaderType.SecurityHeaderType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/SecurityHeaderType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SecurityRoleRefType.class
package org.apache.cxf.jaxws.javaee
SecurityRoleRefType.getDescription ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/SecurityRoleRefType.getDescription:()Ljava/util/List;]
SecurityRoleRefType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/SecurityRoleRefType.getId:()Ljava/lang/String;]
SecurityRoleRefType.getRoleLink ( ) : RoleNameType
[run-time name: org/apache/cxf/jaxws/javaee/SecurityRoleRefType.getRoleLink:()Lorg/apache/cxf/jaxws/javaee/RoleNameType;]
SecurityRoleRefType.getRoleName ( ) : RoleNameType
[run-time name: org/apache/cxf/jaxws/javaee/SecurityRoleRefType.getRoleName:()Lorg/apache/cxf/jaxws/javaee/RoleNameType;]
SecurityRoleRefType.SecurityRoleRefType ( )
[run-time name: org/apache/cxf/jaxws/javaee/SecurityRoleRefType."<init>":()V]
SecurityRoleRefType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/SecurityRoleRefType.setId:(Ljava/lang/String;)V]
SecurityRoleRefType.setRoleLink ( RoleNameType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/SecurityRoleRefType.setRoleLink:(Lorg/apache/cxf/jaxws/javaee/RoleNameType;)V]
SecurityRoleRefType.setRoleName ( RoleNameType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/SecurityRoleRefType.setRoleName:(Lorg/apache/cxf/jaxws/javaee/RoleNameType;)V]
openejb-cxf-bundle-2.5.2.jar, SecurityRoleType.class
package org.apache.cxf.jaxws.javaee
SecurityRoleType.getDescription ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/SecurityRoleType.getDescription:()Ljava/util/List;]
SecurityRoleType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/SecurityRoleType.getId:()Ljava/lang/String;]
SecurityRoleType.getRoleName ( ) : RoleNameType
[run-time name: org/apache/cxf/jaxws/javaee/SecurityRoleType.getRoleName:()Lorg/apache/cxf/jaxws/javaee/RoleNameType;]
SecurityRoleType.SecurityRoleType ( )
[run-time name: org/apache/cxf/jaxws/javaee/SecurityRoleType."<init>":()V]
SecurityRoleType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/SecurityRoleType.setId:(Ljava/lang/String;)V]
SecurityRoleType.setRoleName ( RoleNameType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/SecurityRoleType.setRoleName:(Lorg/apache/cxf/jaxws/javaee/RoleNameType;)V]
openejb-cxf-bundle-2.5.2.jar, SecurityToken.class
package org.apache.cxf.common.security
SecurityToken.getTokenType ( ) [abstract] : TokenType
[run-time name: org/apache/cxf/common/security/SecurityToken.getTokenType:()Lorg/apache/cxf/common/security/TokenType;]
package org.apache.cxf.ws.security.tokenstore
SecurityToken.getAssociatedHash ( ) : int
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.getAssociatedHash:()I]
SecurityToken.getAttachedReference ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.getAttachedReference:()Lorg/w3c/dom/Element;]
SecurityToken.getCreated ( ) : java.util.Date
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.getCreated:()Ljava/util/Date;]
SecurityToken.getCrypto ( ) : org.apache.ws.security.components.crypto.Crypto
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.getCrypto:()Lorg/apache/ws/security/components/crypto/Crypto;]
SecurityToken.getExpires ( ) : java.util.Date
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.getExpires:()Ljava/util/Date;]
SecurityToken.getId ( ) : String
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.getId:()Ljava/lang/String;]
SecurityToken.getIdFromSTR ( org.w3c.dom.Element str ) [static] : String
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.getIdFromSTR:(Lorg/w3c/dom/Element;)Ljava/lang/String;]
SecurityToken.getIssuerAddress ( ) : String
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.getIssuerAddress:()Ljava/lang/String;]
SecurityToken.getPreviousToken ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.getPreviousToken:()Lorg/w3c/dom/Element;]
SecurityToken.getPrincipal ( ) : java.security.Principal
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.getPrincipal:()Ljava/security/Principal;]
SecurityToken.getProperties ( ) : java.util.Properties
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.getProperties:()Ljava/util/Properties;]
SecurityToken.getSecret ( ) : byte[ ]
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.getSecret:()[B]
SecurityToken.getSHA1 ( ) : String
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.getSHA1:()Ljava/lang/String;]
SecurityToken.getState ( ) : SecurityToken.State
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.getState:()Lorg/apache/cxf/ws/security/tokenstore/SecurityToken$State;]
SecurityToken.getToken ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.getToken:()Lorg/w3c/dom/Element;]
SecurityToken.getTokenType ( ) : String
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.getTokenType:()Ljava/lang/String;]
SecurityToken.getUnattachedReference ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.getUnattachedReference:()Lorg/w3c/dom/Element;]
SecurityToken.getWsuId ( ) : String
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.getWsuId:()Ljava/lang/String;]
SecurityToken.getX509Certificate ( ) : java.security.cert.X509Certificate
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.getX509Certificate:()Ljava/security/cert/X509Certificate;]
SecurityToken.isChanged ( ) : boolean
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.isChanged:()Z]
SecurityToken.SecurityToken ( )
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken."<init>":()V]
SecurityToken.SecurityToken ( String id )
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken."<init>":(Ljava/lang/String;)V]
SecurityToken.SecurityToken ( String id, java.util.Date created, java.util.Date expires )
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken."<init>":(Ljava/lang/String;Ljava/util/Date;Ljava/util/Date;)V]
SecurityToken.SecurityToken ( String id, org.w3c.dom.Element tokenElem, java.util.Date created, java.util.Date expires )
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken."<init>":(Ljava/lang/String;Lorg/w3c/dom/Element;Ljava/util/Date;Ljava/util/Date;)V]
SecurityToken.SecurityToken ( String id, org.w3c.dom.Element tokenElem, org.w3c.dom.Element lifetimeElem )
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken."<init>":(Ljava/lang/String;Lorg/w3c/dom/Element;Lorg/w3c/dom/Element;)V]
SecurityToken.setAssociatedHash ( int hash ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.setAssociatedHash:(I)V]
SecurityToken.setAttachedReference ( org.w3c.dom.Element attachedReference ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.setAttachedReference:(Lorg/w3c/dom/Element;)V]
SecurityToken.setChanged ( boolean chnaged ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.setChanged:(Z)V]
SecurityToken.setExpires ( java.util.Date expires ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.setExpires:(Ljava/util/Date;)V]
SecurityToken.setIssuerAddress ( String issuerAddress ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.setIssuerAddress:(Ljava/lang/String;)V]
SecurityToken.setPreviousToken ( org.w3c.dom.Element previousToken ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.setPreviousToken:(Lorg/w3c/dom/Element;)V]
SecurityToken.setPrincipal ( java.security.Principal principal ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.setPrincipal:(Ljava/security/Principal;)V]
SecurityToken.setProperties ( java.util.Properties properties ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.setProperties:(Ljava/util/Properties;)V]
SecurityToken.setSecret ( byte[ ] secret ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.setSecret:([B)V]
SecurityToken.setSHA1 ( String sha ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.setSHA1:(Ljava/lang/String;)V]
SecurityToken.setState ( SecurityToken.State state ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.setState:(Lorg/apache/cxf/ws/security/tokenstore/SecurityToken$State;)V]
SecurityToken.setToken ( org.w3c.dom.Element token ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.setToken:(Lorg/w3c/dom/Element;)V]
SecurityToken.setTokenType ( String s ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.setTokenType:(Ljava/lang/String;)V]
SecurityToken.setUnattachedReference ( org.w3c.dom.Element unattachedReference ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.setUnattachedReference:(Lorg/w3c/dom/Element;)V]
SecurityToken.setWsuId ( String wsuId ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.setWsuId:(Ljava/lang/String;)V]
SecurityToken.setX509Certificate ( java.security.cert.X509Certificate cert, org.apache.ws.security.components.crypto.Crypto cpt ) : void
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.setX509Certificate:(Ljava/security/cert/X509Certificate;Lorg/apache/ws/security/components/crypto/Crypto;)V]
openejb-cxf-bundle-2.5.2.jar, SecurityTokenReferenceType.class
package org.apache.cxf.ws.security.sts.provider.model.secext
SecurityTokenReferenceType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/SecurityTokenReferenceType.getAny:()Ljava/util/List;]
SecurityTokenReferenceType.getId ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/SecurityTokenReferenceType.getId:()Ljava/lang/String;]
SecurityTokenReferenceType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/SecurityTokenReferenceType.getOtherAttributes:()Ljava/util/Map;]
SecurityTokenReferenceType.getUsage ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/SecurityTokenReferenceType.getUsage:()Ljava/util/List;]
SecurityTokenReferenceType.SecurityTokenReferenceType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/SecurityTokenReferenceType."<init>":()V]
SecurityTokenReferenceType.setId ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/SecurityTokenReferenceType.setId:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, SecurityTokenService.class
package org.apache.cxf.ws.security.sts.provider
SecurityTokenService.cancel ( model.RequestSecurityTokenType p1 ) [abstract] : model.RequestSecurityTokenResponseType
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenService.cancel:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType;)Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseType;]
SecurityTokenService.issue ( model.RequestSecurityTokenType p1 ) [abstract] : model.RequestSecurityTokenResponseCollectionType
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenService.issue:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType;)Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseCollectionType;]
SecurityTokenService.issueSingle ( model.RequestSecurityTokenType p1 ) [abstract] : model.RequestSecurityTokenResponseType
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenService.issueSingle:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType;)Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseType;]
SecurityTokenService.keyExchangeToken ( model.RequestSecurityTokenType p1 ) [abstract] : model.RequestSecurityTokenResponseType
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenService.keyExchangeToken:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType;)Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseType;]
SecurityTokenService.renew ( model.RequestSecurityTokenType p1 ) [abstract] : model.RequestSecurityTokenResponseType
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenService.renew:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType;)Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseType;]
SecurityTokenService.requestCollection ( model.RequestSecurityTokenCollectionType p1 ) [abstract] : model.RequestSecurityTokenResponseCollectionType
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenService.requestCollection:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenCollectionType;)Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseCollectionType;]
SecurityTokenService.validate ( model.RequestSecurityTokenType p1 ) [abstract] : model.RequestSecurityTokenResponseType
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenService.validate:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType;)Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseType;]
openejb-cxf-bundle-2.5.2.jar, SecurityTokenServiceImpl.class
package org.apache.cxf.ws.security.sts.provider
SecurityTokenServiceImpl.cancel ( model.RequestSecurityTokenType request ) : model.RequestSecurityTokenResponseType
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceImpl.cancel:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType;)Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseType;]
SecurityTokenServiceImpl.issue ( model.RequestSecurityTokenType request ) : model.RequestSecurityTokenResponseCollectionType
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceImpl.issue:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType;)Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseCollectionType;]
SecurityTokenServiceImpl.issueSingle ( model.RequestSecurityTokenType request ) : model.RequestSecurityTokenResponseType
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceImpl.issueSingle:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType;)Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseType;]
SecurityTokenServiceImpl.keyExchangeToken ( model.RequestSecurityTokenType request ) : model.RequestSecurityTokenResponseType
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceImpl.keyExchangeToken:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType;)Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseType;]
SecurityTokenServiceImpl.renew ( model.RequestSecurityTokenType request ) : model.RequestSecurityTokenResponseType
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceImpl.renew:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType;)Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseType;]
SecurityTokenServiceImpl.requestCollection ( model.RequestSecurityTokenCollectionType requestCollection ) : model.RequestSecurityTokenResponseCollectionType
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceImpl.requestCollection:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenCollectionType;)Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseCollectionType;]
SecurityTokenServiceImpl.SecurityTokenServiceImpl ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceImpl."<init>":()V]
SecurityTokenServiceImpl.setCancelOperation ( operation.CancelOperation cancelOperation ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceImpl.setCancelOperation:(Lorg/apache/cxf/ws/security/sts/provider/operation/CancelOperation;)V]
SecurityTokenServiceImpl.setIssueOperation ( operation.IssueOperation issueOperation ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceImpl.setIssueOperation:(Lorg/apache/cxf/ws/security/sts/provider/operation/IssueOperation;)V]
SecurityTokenServiceImpl.setIssueSingleOperation ( operation.IssueSingleOperation issueSingleOperation ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceImpl.setIssueSingleOperation:(Lorg/apache/cxf/ws/security/sts/provider/operation/IssueSingleOperation;)V]
SecurityTokenServiceImpl.setKeyExchangeTokenOperation ( operation.KeyExchangeTokenOperation keyExchangeTokenOperation ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceImpl.setKeyExchangeTokenOperation:(Lorg/apache/cxf/ws/security/sts/provider/operation/KeyExchangeTokenOperation;)V]
SecurityTokenServiceImpl.setRenewOperation ( operation.RenewOperation renewOperation ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceImpl.setRenewOperation:(Lorg/apache/cxf/ws/security/sts/provider/operation/RenewOperation;)V]
SecurityTokenServiceImpl.setRequestCollectionOperation ( operation.RequestCollectionOperation requestCollectionOperation ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceImpl.setRequestCollectionOperation:(Lorg/apache/cxf/ws/security/sts/provider/operation/RequestCollectionOperation;)V]
SecurityTokenServiceImpl.setValidateOperation ( operation.ValidateOperation validateOperation ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceImpl.setValidateOperation:(Lorg/apache/cxf/ws/security/sts/provider/operation/ValidateOperation;)V]
SecurityTokenServiceImpl.validate ( model.RequestSecurityTokenType request ) : model.RequestSecurityTokenResponseType
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceImpl.validate:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType;)Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseType;]
openejb-cxf-bundle-2.5.2.jar, SecurityTokenServiceProvider.class
package org.apache.cxf.ws.security.sts.provider
SecurityTokenServiceProvider.getCancelOperation ( ) : operation.CancelOperation
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProvider.getCancelOperation:()Lorg/apache/cxf/ws/security/sts/provider/operation/CancelOperation;]
SecurityTokenServiceProvider.getIssueOperation ( ) : operation.IssueOperation
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProvider.getIssueOperation:()Lorg/apache/cxf/ws/security/sts/provider/operation/IssueOperation;]
SecurityTokenServiceProvider.getIssueSingleOperation ( ) : operation.IssueSingleOperation
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProvider.getIssueSingleOperation:()Lorg/apache/cxf/ws/security/sts/provider/operation/IssueSingleOperation;]
SecurityTokenServiceProvider.getKeyExchangeTokenOperation ( ) : operation.KeyExchangeTokenOperation
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProvider.getKeyExchangeTokenOperation:()Lorg/apache/cxf/ws/security/sts/provider/operation/KeyExchangeTokenOperation;]
SecurityTokenServiceProvider.getRenewOperation ( ) : operation.RenewOperation
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProvider.getRenewOperation:()Lorg/apache/cxf/ws/security/sts/provider/operation/RenewOperation;]
SecurityTokenServiceProvider.getRequestCollectionOperation ( ) : operation.RequestCollectionOperation
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProvider.getRequestCollectionOperation:()Lorg/apache/cxf/ws/security/sts/provider/operation/RequestCollectionOperation;]
SecurityTokenServiceProvider.getValidateOperation ( ) : operation.ValidateOperation
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProvider.getValidateOperation:()Lorg/apache/cxf/ws/security/sts/provider/operation/ValidateOperation;]
SecurityTokenServiceProvider.invoke ( javax.xml.transform.Source request ) : javax.xml.transform.Source
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProvider.invoke:(Ljavax/xml/transform/Source;)Ljavax/xml/transform/Source;]
SecurityTokenServiceProvider.invoke ( Object x0 ) : Object
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProvider.invoke:(Ljava/lang/Object;)Ljava/lang/Object;]
SecurityTokenServiceProvider.SecurityTokenServiceProvider ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProvider."<init>":()V]
SecurityTokenServiceProvider.setCancelOperation ( operation.CancelOperation cancelOperation ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProvider.setCancelOperation:(Lorg/apache/cxf/ws/security/sts/provider/operation/CancelOperation;)V]
SecurityTokenServiceProvider.setIssueOperation ( operation.IssueOperation issueOperation ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProvider.setIssueOperation:(Lorg/apache/cxf/ws/security/sts/provider/operation/IssueOperation;)V]
SecurityTokenServiceProvider.setIssueSingleOperation ( operation.IssueSingleOperation issueSingleOperation ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProvider.setIssueSingleOperation:(Lorg/apache/cxf/ws/security/sts/provider/operation/IssueSingleOperation;)V]
SecurityTokenServiceProvider.setKeyExchangeTokenOperation ( operation.KeyExchangeTokenOperation keyExchangeTokenOperation ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProvider.setKeyExchangeTokenOperation:(Lorg/apache/cxf/ws/security/sts/provider/operation/KeyExchangeTokenOperation;)V]
SecurityTokenServiceProvider.setRenewOperation ( operation.RenewOperation renewOperation ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProvider.setRenewOperation:(Lorg/apache/cxf/ws/security/sts/provider/operation/RenewOperation;)V]
SecurityTokenServiceProvider.setRequestCollectionOperation ( operation.RequestCollectionOperation requestCollectionOperation ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProvider.setRequestCollectionOperation:(Lorg/apache/cxf/ws/security/sts/provider/operation/RequestCollectionOperation;)V]
SecurityTokenServiceProvider.setValidateOperation ( operation.ValidateOperation validateOperation ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProvider.setValidateOperation:(Lorg/apache/cxf/ws/security/sts/provider/operation/ValidateOperation;)V]
openejb-cxf-bundle-2.5.2.jar, SEIGenerator.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws.generators
SEIGenerator.generate ( org.apache.cxf.tools.common.ToolContext penv ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/SEIGenerator.generate:(Lorg/apache/cxf/tools/common/ToolContext;)V]
SEIGenerator.passthrough ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/SEIGenerator.passthrough:()Z]
SEIGenerator.register ( org.apache.cxf.tools.util.ClassCollector collector, String packageName, String fileName ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/SEIGenerator.register:(Lorg/apache/cxf/tools/util/ClassCollector;Ljava/lang/String;Ljava/lang/String;)V]
SEIGenerator.SEIGenerator ( )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/SEIGenerator."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, Sequence.class
package org.apache.cxf.binding.corba.wsdl
Sequence.getBound ( ) : long
[run-time name: org/apache/cxf/binding/corba/wsdl/Sequence.getBound:()J]
Sequence.getElemname ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/wsdl/Sequence.getElemname:()Ljavax/xml/namespace/QName;]
Sequence.getElemtype ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/wsdl/Sequence.getElemtype:()Ljavax/xml/namespace/QName;]
Sequence.isSetBound ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Sequence.isSetBound:()Z]
Sequence.isSetElemname ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Sequence.isSetElemname:()Z]
Sequence.isSetElemtype ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Sequence.isSetElemtype:()Z]
Sequence.Sequence ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/Sequence."<init>":()V]
Sequence.setBound ( long value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Sequence.setBound:(J)V]
Sequence.setElemname ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Sequence.setElemname:(Ljavax/xml/namespace/QName;)V]
Sequence.setElemtype ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Sequence.setElemtype:(Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, SequenceAcknowledgement.class
package org.apache.cxf.ws.rm.v200502
SequenceAcknowledgement.getAcknowledgementRange ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceAcknowledgement.getAcknowledgementRange:()Ljava/util/List;]
SequenceAcknowledgement.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceAcknowledgement.getAny:()Ljava/util/List;]
SequenceAcknowledgement.getIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceAcknowledgement.getIdentifier:()Lorg/apache/cxf/ws/rm/v200502/Identifier;]
SequenceAcknowledgement.getNack ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceAcknowledgement.getNack:()Ljava/util/List;]
SequenceAcknowledgement.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceAcknowledgement.getOtherAttributes:()Ljava/util/Map;]
SequenceAcknowledgement.isSetAcknowledgementRange ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceAcknowledgement.isSetAcknowledgementRange:()Z]
SequenceAcknowledgement.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceAcknowledgement.isSetAny:()Z]
SequenceAcknowledgement.isSetIdentifier ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceAcknowledgement.isSetIdentifier:()Z]
SequenceAcknowledgement.isSetNack ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceAcknowledgement.isSetNack:()Z]
SequenceAcknowledgement.SequenceAcknowledgement ( )
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceAcknowledgement."<init>":()V]
SequenceAcknowledgement.setIdentifier ( Identifier value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceAcknowledgement.setIdentifier:(Lorg/apache/cxf/ws/rm/v200502/Identifier;)V]
SequenceAcknowledgement.unsetAcknowledgementRange ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceAcknowledgement.unsetAcknowledgementRange:()V]
SequenceAcknowledgement.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceAcknowledgement.unsetAny:()V]
SequenceAcknowledgement.unsetNack ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceAcknowledgement.unsetNack:()V]
package org.apache.cxf.ws.rm.v200502wsa15
SequenceAcknowledgement.getAcknowledgementRange ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement.getAcknowledgementRange:()Ljava/util/List;]
SequenceAcknowledgement.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement.getAny:()Ljava/util/List;]
SequenceAcknowledgement.getIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement.getIdentifier:()Lorg/apache/cxf/ws/rm/v200502wsa15/Identifier;]
SequenceAcknowledgement.getNack ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement.getNack:()Ljava/util/List;]
SequenceAcknowledgement.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement.getOtherAttributes:()Ljava/util/Map;]
SequenceAcknowledgement.isSetAcknowledgementRange ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement.isSetAcknowledgementRange:()Z]
SequenceAcknowledgement.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement.isSetAny:()Z]
SequenceAcknowledgement.isSetIdentifier ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement.isSetIdentifier:()Z]
SequenceAcknowledgement.isSetNack ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement.isSetNack:()Z]
SequenceAcknowledgement.SequenceAcknowledgement ( )
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement."<init>":()V]
SequenceAcknowledgement.setIdentifier ( Identifier value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement.setIdentifier:(Lorg/apache/cxf/ws/rm/v200502wsa15/Identifier;)V]
SequenceAcknowledgement.unsetAcknowledgementRange ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement.unsetAcknowledgementRange:()V]
SequenceAcknowledgement.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement.unsetAny:()V]
SequenceAcknowledgement.unsetNack ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement.unsetNack:()V]
package org.apache.cxf.ws.rm.v200702
SequenceAcknowledgement.getAcknowledgementRange ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.getAcknowledgementRange:()Ljava/util/List;]
SequenceAcknowledgement.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.getAny:()Ljava/util/List;]
SequenceAcknowledgement.getFinal ( ) : SequenceAcknowledgement.Final
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.getFinal:()Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement$Final;]
SequenceAcknowledgement.getIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.getIdentifier:()Lorg/apache/cxf/ws/rm/v200702/Identifier;]
SequenceAcknowledgement.getNack ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.getNack:()Ljava/util/List;]
SequenceAcknowledgement.getNone ( ) : SequenceAcknowledgement.None
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.getNone:()Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement$None;]
SequenceAcknowledgement.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.getOtherAttributes:()Ljava/util/Map;]
SequenceAcknowledgement.isSetAcknowledgementRange ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.isSetAcknowledgementRange:()Z]
SequenceAcknowledgement.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.isSetAny:()Z]
SequenceAcknowledgement.isSetFinal ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.isSetFinal:()Z]
SequenceAcknowledgement.isSetIdentifier ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.isSetIdentifier:()Z]
SequenceAcknowledgement.isSetNack ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.isSetNack:()Z]
SequenceAcknowledgement.isSetNone ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.isSetNone:()Z]
SequenceAcknowledgement.SequenceAcknowledgement ( )
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement."<init>":()V]
SequenceAcknowledgement.setFinal ( SequenceAcknowledgement.Final value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.setFinal:(Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement$Final;)V]
SequenceAcknowledgement.setIdentifier ( Identifier value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.setIdentifier:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)V]
SequenceAcknowledgement.setNone ( SequenceAcknowledgement.None value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.setNone:(Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement$None;)V]
SequenceAcknowledgement.unsetAcknowledgementRange ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.unsetAcknowledgementRange:()V]
SequenceAcknowledgement.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.unsetAny:()V]
SequenceAcknowledgement.unsetNack ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceAcknowledgement.unsetNack:()V]
openejb-cxf-bundle-2.5.2.jar, SequenceDeferredAction.class
package org.apache.cxf.tools.corba.processors.idl
SequenceDeferredAction.execute ( org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/SequenceDeferredAction.execute:(Lorg/apache/ws/commons/schema/XmlSchemaType;Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;)V]
SequenceDeferredAction.SequenceDeferredAction ( org.apache.cxf.binding.corba.wsdl.Anonsequence anonSequenceType )
[run-time name: org/apache/cxf/tools/corba/processors/idl/SequenceDeferredAction."<init>":(Lorg/apache/cxf/binding/corba/wsdl/Anonsequence;)V]
SequenceDeferredAction.SequenceDeferredAction ( org.apache.cxf.binding.corba.wsdl.Sequence sequenceType )
[run-time name: org/apache/cxf/tools/corba/processors/idl/SequenceDeferredAction."<init>":(Lorg/apache/cxf/binding/corba/wsdl/Sequence;)V]
SequenceDeferredAction.SequenceDeferredAction ( org.apache.cxf.binding.corba.wsdl.Sequence sequenceType, org.apache.cxf.binding.corba.wsdl.Anonsequence anonSequenceType, org.apache.ws.commons.schema.XmlSchemaElement elem )
[run-time name: org/apache/cxf/tools/corba/processors/idl/SequenceDeferredAction."<init>":(Lorg/apache/cxf/binding/corba/wsdl/Sequence;Lorg/apache/cxf/binding/corba/wsdl/Anonsequence;Lorg/apache/ws/commons/schema/XmlSchemaElement;)V]
SequenceDeferredAction.SequenceDeferredAction ( org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas, org.apache.ws.commons.schema.XmlSchema xmlSchema )
[run-time name: org/apache/cxf/tools/corba/processors/idl/SequenceDeferredAction."<init>":(Lorg/apache/ws/commons/schema/XmlSchemaCollection;Lorg/apache/ws/commons/schema/XmlSchema;)V]
SequenceDeferredAction.SequenceDeferredAction ( org.apache.ws.commons.schema.XmlSchemaElement elem )
[run-time name: org/apache/cxf/tools/corba/processors/idl/SequenceDeferredAction."<init>":(Lorg/apache/ws/commons/schema/XmlSchemaElement;)V]
openejb-cxf-bundle-2.5.2.jar, SequenceFault.class
package org.apache.cxf.ws.rm
SequenceFault.getDetail ( ) : Object
[run-time name: org/apache/cxf/ws/rm/SequenceFault.getDetail:()Ljava/lang/Object;]
SequenceFault.getExtraDetail ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/rm/SequenceFault.getExtraDetail:()Lorg/w3c/dom/Element;]
SequenceFault.getFaultCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/SequenceFault.getFaultCode:()Ljavax/xml/namespace/QName;]
SequenceFault.getReason ( ) : String
[run-time name: org/apache/cxf/ws/rm/SequenceFault.getReason:()Ljava/lang/String;]
SequenceFault.isSender ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/SequenceFault.isSender:()Z]
SequenceFault.SequenceFault ( String message )
[run-time name: org/apache/cxf/ws/rm/SequenceFault."<init>":(Ljava/lang/String;)V]
SequenceFault.setDetail ( v200702.Identifier d ) : void
[run-time name: org/apache/cxf/ws/rm/SequenceFault.setDetail:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)V]
SequenceFault.setDetail ( v200702.SequenceAcknowledgement d ) : void
[run-time name: org/apache/cxf/ws/rm/SequenceFault.setDetail:(Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement;)V]
SequenceFault.setDetail ( org.w3c.dom.Element d ) : void
[run-time name: org/apache/cxf/ws/rm/SequenceFault.setDetail:(Lorg/w3c/dom/Element;)V]
SequenceFault.setExtraDetail ( org.w3c.dom.Element ex ) : void
[run-time name: org/apache/cxf/ws/rm/SequenceFault.setExtraDetail:(Lorg/w3c/dom/Element;)V]
SequenceFault.setFaultCode ( javax.xml.namespace.QName faultCode ) : void
[run-time name: org/apache/cxf/ws/rm/SequenceFault.setFaultCode:(Ljavax/xml/namespace/QName;)V]
SequenceFault.setSender ( boolean s ) : void
[run-time name: org/apache/cxf/ws/rm/SequenceFault.setSender:(Z)V]
openejb-cxf-bundle-2.5.2.jar, SequenceFaultType.class
package org.apache.cxf.ws.rm.v200502
SequenceFaultType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceFaultType.getAny:()Ljava/util/List;]
SequenceFaultType.getFaultCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceFaultType.getFaultCode:()Ljavax/xml/namespace/QName;]
SequenceFaultType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceFaultType.getOtherAttributes:()Ljava/util/Map;]
SequenceFaultType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceFaultType.isSetAny:()Z]
SequenceFaultType.isSetFaultCode ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceFaultType.isSetFaultCode:()Z]
SequenceFaultType.SequenceFaultType ( )
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceFaultType."<init>":()V]
SequenceFaultType.setFaultCode ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceFaultType.setFaultCode:(Ljavax/xml/namespace/QName;)V]
SequenceFaultType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceFaultType.unsetAny:()V]
package org.apache.cxf.ws.rm.v200502wsa15
SequenceFaultType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceFaultType.getAny:()Ljava/util/List;]
SequenceFaultType.getFaultCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceFaultType.getFaultCode:()Ljavax/xml/namespace/QName;]
SequenceFaultType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceFaultType.getOtherAttributes:()Ljava/util/Map;]
SequenceFaultType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceFaultType.isSetAny:()Z]
SequenceFaultType.isSetFaultCode ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceFaultType.isSetFaultCode:()Z]
SequenceFaultType.SequenceFaultType ( )
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceFaultType."<init>":()V]
SequenceFaultType.setFaultCode ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceFaultType.setFaultCode:(Ljavax/xml/namespace/QName;)V]
SequenceFaultType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceFaultType.unsetAny:()V]
package org.apache.cxf.ws.rm.v200702
SequenceFaultType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceFaultType.getAny:()Ljava/util/List;]
SequenceFaultType.getDetail ( ) : DetailType
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceFaultType.getDetail:()Lorg/apache/cxf/ws/rm/v200702/DetailType;]
SequenceFaultType.getFaultCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceFaultType.getFaultCode:()Ljavax/xml/namespace/QName;]
SequenceFaultType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceFaultType.getOtherAttributes:()Ljava/util/Map;]
SequenceFaultType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceFaultType.isSetAny:()Z]
SequenceFaultType.isSetDetail ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceFaultType.isSetDetail:()Z]
SequenceFaultType.isSetFaultCode ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceFaultType.isSetFaultCode:()Z]
SequenceFaultType.SequenceFaultType ( )
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceFaultType."<init>":()V]
SequenceFaultType.setDetail ( DetailType value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceFaultType.setDetail:(Lorg/apache/cxf/ws/rm/v200702/DetailType;)V]
SequenceFaultType.setFaultCode ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceFaultType.setFaultCode:(Ljavax/xml/namespace/QName;)V]
SequenceFaultType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceFaultType.unsetAny:()V]
openejb-cxf-bundle-2.5.2.jar, SequenceIdentifierGenerator.class
package org.apache.cxf.ws.rm
SequenceIdentifierGenerator.generateSequenceIdentifier ( ) [abstract] : v200702.Identifier
[run-time name: org/apache/cxf/ws/rm/SequenceIdentifierGenerator.generateSequenceIdentifier:()Lorg/apache/cxf/ws/rm/v200702/Identifier;]
openejb-cxf-bundle-2.5.2.jar, SequenceMonitor.class
package org.apache.cxf.ws.rm
SequenceMonitor.acknowledgeMessage ( ) : void
[run-time name: org/apache/cxf/ws/rm/SequenceMonitor.acknowledgeMessage:()V]
SequenceMonitor.getLastArrivalTime ( ) : long
[run-time name: org/apache/cxf/ws/rm/SequenceMonitor.getLastArrivalTime:()J]
SequenceMonitor.getMPM ( ) : int
[run-time name: org/apache/cxf/ws/rm/SequenceMonitor.getMPM:()I]
SequenceMonitor.SequenceMonitor ( )
[run-time name: org/apache/cxf/ws/rm/SequenceMonitor."<init>":()V]
SequenceMonitor.setMonitorInterval ( long i ) : void
[run-time name: org/apache/cxf/ws/rm/SequenceMonitor.setMonitorInterval:(J)V]
openejb-cxf-bundle-2.5.2.jar, SequenceSTR.class
package org.apache.cxf.ws.rmp.v200702
SequenceSTR.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rmp/v200702/SequenceSTR.getOtherAttributes:()Ljava/util/Map;]
SequenceSTR.SequenceSTR ( )
[run-time name: org/apache/cxf/ws/rmp/v200702/SequenceSTR."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SequenceTerminationPolicyType.class
package org.apache.cxf.ws.rm.manager
SequenceTerminationPolicyType.getMaxLength ( ) : long
[run-time name: org/apache/cxf/ws/rm/manager/SequenceTerminationPolicyType.getMaxLength:()J]
SequenceTerminationPolicyType.getMaxRanges ( ) : int
[run-time name: org/apache/cxf/ws/rm/manager/SequenceTerminationPolicyType.getMaxRanges:()I]
SequenceTerminationPolicyType.getMaxUnacknowledged ( ) : int
[run-time name: org/apache/cxf/ws/rm/manager/SequenceTerminationPolicyType.getMaxUnacknowledged:()I]
SequenceTerminationPolicyType.isSetMaxLength ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/manager/SequenceTerminationPolicyType.isSetMaxLength:()Z]
SequenceTerminationPolicyType.isSetMaxRanges ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/manager/SequenceTerminationPolicyType.isSetMaxRanges:()Z]
SequenceTerminationPolicyType.isSetMaxUnacknowledged ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/manager/SequenceTerminationPolicyType.isSetMaxUnacknowledged:()Z]
SequenceTerminationPolicyType.isSetTerminateOnShutdown ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/manager/SequenceTerminationPolicyType.isSetTerminateOnShutdown:()Z]
SequenceTerminationPolicyType.isTerminateOnShutdown ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/manager/SequenceTerminationPolicyType.isTerminateOnShutdown:()Z]
SequenceTerminationPolicyType.SequenceTerminationPolicyType ( )
[run-time name: org/apache/cxf/ws/rm/manager/SequenceTerminationPolicyType."<init>":()V]
SequenceTerminationPolicyType.setMaxLength ( long value ) : void
[run-time name: org/apache/cxf/ws/rm/manager/SequenceTerminationPolicyType.setMaxLength:(J)V]
SequenceTerminationPolicyType.setMaxRanges ( int value ) : void
[run-time name: org/apache/cxf/ws/rm/manager/SequenceTerminationPolicyType.setMaxRanges:(I)V]
SequenceTerminationPolicyType.setMaxUnacknowledged ( int value ) : void
[run-time name: org/apache/cxf/ws/rm/manager/SequenceTerminationPolicyType.setMaxUnacknowledged:(I)V]
SequenceTerminationPolicyType.setTerminateOnShutdown ( boolean value ) : void
[run-time name: org/apache/cxf/ws/rm/manager/SequenceTerminationPolicyType.setTerminateOnShutdown:(Z)V]
SequenceTerminationPolicyType.unsetMaxLength ( ) : void
[run-time name: org/apache/cxf/ws/rm/manager/SequenceTerminationPolicyType.unsetMaxLength:()V]
SequenceTerminationPolicyType.unsetMaxRanges ( ) : void
[run-time name: org/apache/cxf/ws/rm/manager/SequenceTerminationPolicyType.unsetMaxRanges:()V]
SequenceTerminationPolicyType.unsetMaxUnacknowledged ( ) : void
[run-time name: org/apache/cxf/ws/rm/manager/SequenceTerminationPolicyType.unsetMaxUnacknowledged:()V]
SequenceTerminationPolicyType.unsetTerminateOnShutdown ( ) : void
[run-time name: org/apache/cxf/ws/rm/manager/SequenceTerminationPolicyType.unsetTerminateOnShutdown:()V]
openejb-cxf-bundle-2.5.2.jar, SequenceTransportSecurity.class
package org.apache.cxf.ws.rmp.v200702
SequenceTransportSecurity.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rmp/v200702/SequenceTransportSecurity.getOtherAttributes:()Ljava/util/Map;]
SequenceTransportSecurity.SequenceTransportSecurity ( )
[run-time name: org/apache/cxf/ws/rmp/v200702/SequenceTransportSecurity."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SequenceType.class
package org.apache.cxf.ws.rm.v200502
SequenceType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceType.getAny:()Ljava/util/List;]
SequenceType.getIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceType.getIdentifier:()Lorg/apache/cxf/ws/rm/v200502/Identifier;]
SequenceType.getLastMessage ( ) : SequenceType.LastMessage
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceType.getLastMessage:()Lorg/apache/cxf/ws/rm/v200502/SequenceType$LastMessage;]
SequenceType.getMessageNumber ( ) : Long
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceType.getMessageNumber:()Ljava/lang/Long;]
SequenceType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceType.getOtherAttributes:()Ljava/util/Map;]
SequenceType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceType.isSetAny:()Z]
SequenceType.isSetIdentifier ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceType.isSetIdentifier:()Z]
SequenceType.isSetLastMessage ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceType.isSetLastMessage:()Z]
SequenceType.isSetMessageNumber ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceType.isSetMessageNumber:()Z]
SequenceType.SequenceType ( )
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceType."<init>":()V]
SequenceType.setIdentifier ( Identifier value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceType.setIdentifier:(Lorg/apache/cxf/ws/rm/v200502/Identifier;)V]
SequenceType.setLastMessage ( SequenceType.LastMessage value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceType.setLastMessage:(Lorg/apache/cxf/ws/rm/v200502/SequenceType$LastMessage;)V]
SequenceType.setMessageNumber ( Long value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceType.setMessageNumber:(Ljava/lang/Long;)V]
SequenceType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/SequenceType.unsetAny:()V]
package org.apache.cxf.ws.rm.v200502wsa15
SequenceType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceType.getAny:()Ljava/util/List;]
SequenceType.getIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceType.getIdentifier:()Lorg/apache/cxf/ws/rm/v200502wsa15/Identifier;]
SequenceType.getLastMessage ( ) : SequenceType.LastMessage
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceType.getLastMessage:()Lorg/apache/cxf/ws/rm/v200502wsa15/SequenceType$LastMessage;]
SequenceType.getMessageNumber ( ) : Long
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceType.getMessageNumber:()Ljava/lang/Long;]
SequenceType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceType.getOtherAttributes:()Ljava/util/Map;]
SequenceType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceType.isSetAny:()Z]
SequenceType.isSetIdentifier ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceType.isSetIdentifier:()Z]
SequenceType.isSetLastMessage ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceType.isSetLastMessage:()Z]
SequenceType.isSetMessageNumber ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceType.isSetMessageNumber:()Z]
SequenceType.SequenceType ( )
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceType."<init>":()V]
SequenceType.setIdentifier ( Identifier value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceType.setIdentifier:(Lorg/apache/cxf/ws/rm/v200502wsa15/Identifier;)V]
SequenceType.setLastMessage ( SequenceType.LastMessage value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceType.setLastMessage:(Lorg/apache/cxf/ws/rm/v200502wsa15/SequenceType$LastMessage;)V]
SequenceType.setMessageNumber ( Long value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceType.setMessageNumber:(Ljava/lang/Long;)V]
SequenceType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/SequenceType.unsetAny:()V]
package org.apache.cxf.ws.rm.v200702
SequenceType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceType.getAny:()Ljava/util/List;]
SequenceType.getIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceType.getIdentifier:()Lorg/apache/cxf/ws/rm/v200702/Identifier;]
SequenceType.getMessageNumber ( ) : Long
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceType.getMessageNumber:()Ljava/lang/Long;]
SequenceType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceType.getOtherAttributes:()Ljava/util/Map;]
SequenceType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceType.isSetAny:()Z]
SequenceType.isSetIdentifier ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceType.isSetIdentifier:()Z]
SequenceType.isSetMessageNumber ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceType.isSetMessageNumber:()Z]
SequenceType.SequenceType ( )
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceType."<init>":()V]
SequenceType.setIdentifier ( Identifier value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceType.setIdentifier:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)V]
SequenceType.setMessageNumber ( Long value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceType.setMessageNumber:(Ljava/lang/Long;)V]
SequenceType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/SequenceType.unsetAny:()V]
openejb-cxf-bundle-2.5.2.jar, SequenceVisitor.class
package org.apache.cxf.tools.corba.processors.idl
SequenceVisitor.accept ( antlr.collections.AST node ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/SequenceVisitor.accept:(Lantlr/collections/AST;)Z]
SequenceVisitor.SequenceVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor, antlr.collections.AST identifierNodeRef )
[run-time name: org/apache/cxf/tools/corba/processors/idl/SequenceVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;Lantlr/collections/AST;)V]
SequenceVisitor.visit ( antlr.collections.AST seq ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/SequenceVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, SequentialStrategy.class
package org.apache.cxf.clustering
SequentialStrategy.getNextAlternate ( java.util.List alternates ) : Object
[run-time name: org/apache/cxf/clustering/SequentialStrategy.getNextAlternate:(Ljava/util/List;)Ljava/lang/Object;]
SequentialStrategy.SequentialStrategy ( )
[run-time name: org/apache/cxf/clustering/SequentialStrategy."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, Servant.class
package org.apache.cxf.ws.rm
Servant.createSequenceResponse ( v200702.CreateSequenceResponseType createResponse ) : void
[run-time name: org/apache/cxf/ws/rm/Servant.createSequenceResponse:(Lorg/apache/cxf/ws/rm/v200702/CreateSequenceResponseType;)V]
Servant.invoke ( org.apache.cxf.message.Exchange exchange, Object o ) : Object
[run-time name: org/apache/cxf/ws/rm/Servant.invoke:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)Ljava/lang/Object;]
Servant.terminateSequence ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/ws/rm/Servant.terminateSequence:(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, Server.class
package org.apache.cxf.endpoint
Server.destroy ( ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/Server.destroy:()V]
Server.getDestination ( ) [abstract] : org.apache.cxf.transport.Destination
[run-time name: org/apache/cxf/endpoint/Server.getDestination:()Lorg/apache/cxf/transport/Destination;]
Server.getEndpoint ( ) [abstract] : Endpoint
[run-time name: org/apache/cxf/endpoint/Server.getEndpoint:()Lorg/apache/cxf/endpoint/Endpoint;]
Server.isStarted ( ) [abstract] : boolean
[run-time name: org/apache/cxf/endpoint/Server.isStarted:()Z]
Server.start ( ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/Server.start:()V]
Server.stop ( ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/Server.stop:()V]
openejb-cxf-bundle-2.5.2.jar, ServerApp.class
package org.apache.cxf.js.rhino
ServerApp.createProviderFactory ( ) : ProviderFactory
[run-time name: org/apache/cxf/js/rhino/ServerApp.createProviderFactory:()Lorg/apache/cxf/js/rhino/ProviderFactory;]
ServerApp.main ( String[ ] args ) [static] : void
[run-time name: org/apache/cxf/js/rhino/ServerApp.main:([Ljava/lang/String;)V]
ServerApp.ServerApp ( )
[run-time name: org/apache/cxf/js/rhino/ServerApp."<init>":()V]
ServerApp.start ( String[ ] args ) : void
[run-time name: org/apache/cxf/js/rhino/ServerApp.start:([Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ServerBehaviorPolicyType.class
package org.apache.cxf.transport.jms
ServerBehaviorPolicyType.getDurableSubscriberName ( ) : String
[run-time name: org/apache/cxf/transport/jms/ServerBehaviorPolicyType.getDurableSubscriberName:()Ljava/lang/String;]
ServerBehaviorPolicyType.getMessageSelector ( ) : String
[run-time name: org/apache/cxf/transport/jms/ServerBehaviorPolicyType.getMessageSelector:()Ljava/lang/String;]
ServerBehaviorPolicyType.isSetDurableSubscriberName ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/ServerBehaviorPolicyType.isSetDurableSubscriberName:()Z]
ServerBehaviorPolicyType.isSetMessageSelector ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/ServerBehaviorPolicyType.isSetMessageSelector:()Z]
ServerBehaviorPolicyType.isSetTransactional ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/ServerBehaviorPolicyType.isSetTransactional:()Z]
ServerBehaviorPolicyType.isSetUseMessageIDAsCorrelationID ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/ServerBehaviorPolicyType.isSetUseMessageIDAsCorrelationID:()Z]
ServerBehaviorPolicyType.isTransactional ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/ServerBehaviorPolicyType.isTransactional:()Z]
ServerBehaviorPolicyType.isUseMessageIDAsCorrelationID ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/ServerBehaviorPolicyType.isUseMessageIDAsCorrelationID:()Z]
ServerBehaviorPolicyType.ServerBehaviorPolicyType ( )
[run-time name: org/apache/cxf/transport/jms/ServerBehaviorPolicyType."<init>":()V]
ServerBehaviorPolicyType.setDurableSubscriberName ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/ServerBehaviorPolicyType.setDurableSubscriberName:(Ljava/lang/String;)V]
ServerBehaviorPolicyType.setMessageSelector ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/ServerBehaviorPolicyType.setMessageSelector:(Ljava/lang/String;)V]
ServerBehaviorPolicyType.setTransactional ( boolean value ) : void
[run-time name: org/apache/cxf/transport/jms/ServerBehaviorPolicyType.setTransactional:(Z)V]
ServerBehaviorPolicyType.setUseMessageIDAsCorrelationID ( boolean value ) : void
[run-time name: org/apache/cxf/transport/jms/ServerBehaviorPolicyType.setUseMessageIDAsCorrelationID:(Z)V]
ServerBehaviorPolicyType.unsetTransactional ( ) : void
[run-time name: org/apache/cxf/transport/jms/ServerBehaviorPolicyType.unsetTransactional:()V]
ServerBehaviorPolicyType.unsetUseMessageIDAsCorrelationID ( ) : void
[run-time name: org/apache/cxf/transport/jms/ServerBehaviorPolicyType.unsetUseMessageIDAsCorrelationID:()V]
openejb-cxf-bundle-2.5.2.jar, ServerConfig.class
package org.apache.cxf.transport.jms
ServerConfig.getDurableSubscriptionClientId ( ) : String
[run-time name: org/apache/cxf/transport/jms/ServerConfig.getDurableSubscriptionClientId:()Ljava/lang/String;]
ServerConfig.getMessageTimeToLive ( ) : long
[run-time name: org/apache/cxf/transport/jms/ServerConfig.getMessageTimeToLive:()J]
ServerConfig.isSetDurableSubscriptionClientId ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/ServerConfig.isSetDurableSubscriptionClientId:()Z]
ServerConfig.isSetMessageTimeToLive ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/ServerConfig.isSetMessageTimeToLive:()Z]
ServerConfig.ServerConfig ( )
[run-time name: org/apache/cxf/transport/jms/ServerConfig."<init>":()V]
ServerConfig.setDurableSubscriptionClientId ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/ServerConfig.setDurableSubscriptionClientId:(Ljava/lang/String;)V]
ServerConfig.setMessageTimeToLive ( long value ) : void
[run-time name: org/apache/cxf/transport/jms/ServerConfig.setMessageTimeToLive:(J)V]
ServerConfig.unsetMessageTimeToLive ( ) : void
[run-time name: org/apache/cxf/transport/jms/ServerConfig.unsetMessageTimeToLive:()V]
openejb-cxf-bundle-2.5.2.jar, ServerEngine.class
package org.apache.cxf.transport.http_jetty
ServerEngine.addServant ( java.net.URL p1, JettyHTTPHandler p2 ) [abstract] : void
[run-time name: org/apache/cxf/transport/http_jetty/ServerEngine.addServant:(Ljava/net/URL;Lorg/apache/cxf/transport/http_jetty/JettyHTTPHandler;)V]
ServerEngine.getServant ( java.net.URL p1 ) [abstract] : org.eclipse.jetty.server.Handler
[run-time name: org/apache/cxf/transport/http_jetty/ServerEngine.getServant:(Ljava/net/URL;)Lorg/eclipse/jetty/server/Handler;]
ServerEngine.removeServant ( java.net.URL p1 ) [abstract] : void
[run-time name: org/apache/cxf/transport/http_jetty/ServerEngine.removeServant:(Ljava/net/URL;)V]
openejb-cxf-bundle-2.5.2.jar, ServerFactoryBean.class
package org.apache.cxf.frontend
ServerFactoryBean.applyFeatures ( ) : void
[run-time name: org/apache/cxf/frontend/ServerFactoryBean.applyFeatures:()V]
ServerFactoryBean.create ( ) : org.apache.cxf.endpoint.Server
[run-time name: org/apache/cxf/frontend/ServerFactoryBean.create:()Lorg/apache/cxf/endpoint/Server;]
ServerFactoryBean.createInvoker ( ) : org.apache.cxf.service.invoker.Invoker
[run-time name: org/apache/cxf/frontend/ServerFactoryBean.createInvoker:()Lorg/apache/cxf/service/invoker/Invoker;]
ServerFactoryBean.destroy ( ) : void
[run-time name: org/apache/cxf/frontend/ServerFactoryBean.destroy:()V]
ServerFactoryBean.detectTransportIdFromAddress ( String ad ) : String
[run-time name: org/apache/cxf/frontend/ServerFactoryBean.detectTransportIdFromAddress:(Ljava/lang/String;)Ljava/lang/String;]
ServerFactoryBean.getBeanName ( ) : String
[run-time name: org/apache/cxf/frontend/ServerFactoryBean.getBeanName:()Ljava/lang/String;]
ServerFactoryBean.getInvoker ( ) : org.apache.cxf.service.invoker.Invoker
[run-time name: org/apache/cxf/frontend/ServerFactoryBean.getInvoker:()Lorg/apache/cxf/service/invoker/Invoker;]
ServerFactoryBean.getSchemaLocations ( ) : java.util.List
[run-time name: org/apache/cxf/frontend/ServerFactoryBean.getSchemaLocations:()Ljava/util/List;]
ServerFactoryBean.getServer ( ) : org.apache.cxf.endpoint.Server
[run-time name: org/apache/cxf/frontend/ServerFactoryBean.getServer:()Lorg/apache/cxf/endpoint/Server;]
ServerFactoryBean.getServiceBean ( ) : Object
[run-time name: org/apache/cxf/frontend/ServerFactoryBean.getServiceBean:()Ljava/lang/Object;]
ServerFactoryBean.getServiceBeanClass ( ) : Class
[run-time name: org/apache/cxf/frontend/ServerFactoryBean.getServiceBeanClass:()Ljava/lang/Class;]
ServerFactoryBean.getWSDLEndpointFactory ( ) : org.apache.cxf.wsdl11.WSDLEndpointFactory
[run-time name: org/apache/cxf/frontend/ServerFactoryBean.getWSDLEndpointFactory:()Lorg/apache/cxf/wsdl11/WSDLEndpointFactory;]
ServerFactoryBean.getWsdlLocation ( ) : String
[run-time name: org/apache/cxf/frontend/ServerFactoryBean.getWsdlLocation:()Ljava/lang/String;]
ServerFactoryBean.init ( ) : void
[run-time name: org/apache/cxf/frontend/ServerFactoryBean.init:()V]
ServerFactoryBean.initializeServiceFactory ( ) : void
[run-time name: org/apache/cxf/frontend/ServerFactoryBean.initializeServiceFactory:()V]
ServerFactoryBean.isStart ( ) : boolean
[run-time name: org/apache/cxf/frontend/ServerFactoryBean.isStart:()Z]
ServerFactoryBean.ServerFactoryBean ( )
[run-time name: org/apache/cxf/frontend/ServerFactoryBean."<init>":()V]
ServerFactoryBean.ServerFactoryBean ( org.apache.cxf.service.factory.ReflectionServiceFactoryBean sbean )
[run-time name: org/apache/cxf/frontend/ServerFactoryBean."<init>":(Lorg/apache/cxf/service/factory/ReflectionServiceFactoryBean;)V]
ServerFactoryBean.setInvoker ( org.apache.cxf.service.invoker.Invoker invoker ) : void
[run-time name: org/apache/cxf/frontend/ServerFactoryBean.setInvoker:(Lorg/apache/cxf/service/invoker/Invoker;)V]
ServerFactoryBean.setSchemaLocations ( java.util.List schemaLocations ) : void
[run-time name: org/apache/cxf/frontend/ServerFactoryBean.setSchemaLocations:(Ljava/util/List;)V]
ServerFactoryBean.setServer ( org.apache.cxf.endpoint.Server server ) : void
[run-time name: org/apache/cxf/frontend/ServerFactoryBean.setServer:(Lorg/apache/cxf/endpoint/Server;)V]
ServerFactoryBean.setServiceBean ( Object serviceBean ) : void
[run-time name: org/apache/cxf/frontend/ServerFactoryBean.setServiceBean:(Ljava/lang/Object;)V]
ServerFactoryBean.setStart ( boolean start ) : void
[run-time name: org/apache/cxf/frontend/ServerFactoryBean.setStart:(Z)V]
ServerFactoryBean.setWsdlLocation ( String location ) : void
[run-time name: org/apache/cxf/frontend/ServerFactoryBean.setWsdlLocation:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ServerFactoryBeanDefinitionParser.class
package org.apache.cxf.frontend.blueprint
ServerFactoryBeanDefinitionParser.getId ( org.w3c.dom.Element elem, org.apache.aries.blueprint.ParserContext context ) : String
[run-time name: org/apache/cxf/frontend/blueprint/ServerFactoryBeanDefinitionParser.getId:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Ljava/lang/String;]
ServerFactoryBeanDefinitionParser.hasBusProperty ( ) : boolean
[run-time name: org/apache/cxf/frontend/blueprint/ServerFactoryBeanDefinitionParser.hasBusProperty:()Z]
ServerFactoryBeanDefinitionParser.mapAttribute ( org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element e, String name, String val, org.apache.aries.blueprint.ParserContext context ) : void
[run-time name: org/apache/cxf/frontend/blueprint/ServerFactoryBeanDefinitionParser.mapAttribute:(Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/lang/String;Lorg/apache/aries/blueprint/ParserContext;)V]
ServerFactoryBeanDefinitionParser.mapElement ( org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element el, String name ) : void
[run-time name: org/apache/cxf/frontend/blueprint/ServerFactoryBeanDefinitionParser.mapElement:(Lorg/apache/aries/blueprint/ParserContext;Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
ServerFactoryBeanDefinitionParser.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/frontend/blueprint/ServerFactoryBeanDefinitionParser.parse:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/Metadata;]
ServerFactoryBeanDefinitionParser.ServerFactoryBeanDefinitionParser ( )
[run-time name: org/apache/cxf/frontend/blueprint/ServerFactoryBeanDefinitionParser."<init>":()V]
ServerFactoryBeanDefinitionParser.ServerFactoryBeanDefinitionParser ( Class cls )
[run-time name: org/apache/cxf/frontend/blueprint/ServerFactoryBeanDefinitionParser."<init>":(Ljava/lang/Class;)V]
package org.apache.cxf.frontend.spring
ServerFactoryBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean ) : void
[run-time name: org/apache/cxf/frontend/spring/ServerFactoryBeanDefinitionParser.doParse:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;)V]
ServerFactoryBeanDefinitionParser.hasBusProperty ( ) : boolean
[run-time name: org/apache/cxf/frontend/spring/ServerFactoryBeanDefinitionParser.hasBusProperty:()Z]
ServerFactoryBeanDefinitionParser.mapAttribute ( org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name, String val ) : void
[run-time name: org/apache/cxf/frontend/spring/ServerFactoryBeanDefinitionParser.mapAttribute:(Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/lang/String;)V]
ServerFactoryBeanDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element el, String name ) : void
[run-time name: org/apache/cxf/frontend/spring/ServerFactoryBeanDefinitionParser.mapElement:(Lorg/springframework/beans/factory/xml/ParserContext;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
ServerFactoryBeanDefinitionParser.resolveId ( org.w3c.dom.Element elem, org.springframework.beans.factory.support.AbstractBeanDefinition definition, org.springframework.beans.factory.xml.ParserContext ctx ) : String
[run-time name: org/apache/cxf/frontend/spring/ServerFactoryBeanDefinitionParser.resolveId:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/support/AbstractBeanDefinition;Lorg/springframework/beans/factory/xml/ParserContext;)Ljava/lang/String;]
ServerFactoryBeanDefinitionParser.ServerFactoryBeanDefinitionParser ( )
[run-time name: org/apache/cxf/frontend/spring/ServerFactoryBeanDefinitionParser."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ServerGenerator.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws.generators
ServerGenerator.generate ( org.apache.cxf.tools.common.ToolContext penv ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/ServerGenerator.generate:(Lorg/apache/cxf/tools/common/ToolContext;)V]
ServerGenerator.passthrough ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/ServerGenerator.passthrough:()Z]
ServerGenerator.register ( org.apache.cxf.tools.util.ClassCollector collector, String packageName, String fileName ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/ServerGenerator.register:(Lorg/apache/cxf/tools/util/ClassCollector;Ljava/lang/String;Ljava/lang/String;)V]
ServerGenerator.ServerGenerator ( )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/ServerGenerator."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ServerImpl.class
package org.apache.cxf.endpoint
ServerImpl.destroy ( ) : void
[run-time name: org/apache/cxf/endpoint/ServerImpl.destroy:()V]
ServerImpl.getDestination ( ) : org.apache.cxf.transport.Destination
[run-time name: org/apache/cxf/endpoint/ServerImpl.getDestination:()Lorg/apache/cxf/transport/Destination;]
ServerImpl.getEndpoint ( ) : Endpoint
[run-time name: org/apache/cxf/endpoint/ServerImpl.getEndpoint:()Lorg/apache/cxf/endpoint/Endpoint;]
ServerImpl.getMessageObserver ( ) : org.apache.cxf.transport.MessageObserver
[run-time name: org/apache/cxf/endpoint/ServerImpl.getMessageObserver:()Lorg/apache/cxf/transport/MessageObserver;]
ServerImpl.isStarted ( ) : boolean
[run-time name: org/apache/cxf/endpoint/ServerImpl.isStarted:()Z]
ServerImpl.isStopped ( ) : boolean
[run-time name: org/apache/cxf/endpoint/ServerImpl.isStopped:()Z]
ServerImpl.ServerImpl ( org.apache.cxf.Bus bus, Endpoint endpoint, org.apache.cxf.transport.DestinationFactory destinationFactory, org.apache.cxf.binding.BindingFactory bindingFactory )
[run-time name: org/apache/cxf/endpoint/ServerImpl."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/endpoint/Endpoint;Lorg/apache/cxf/transport/DestinationFactory;Lorg/apache/cxf/binding/BindingFactory;)V]
ServerImpl.ServerImpl ( org.apache.cxf.Bus bus, Endpoint endpoint, org.apache.cxf.transport.DestinationFactory destinationFactory, org.apache.cxf.transport.MessageObserver observer )
[run-time name: org/apache/cxf/endpoint/ServerImpl."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/endpoint/Endpoint;Lorg/apache/cxf/transport/DestinationFactory;Lorg/apache/cxf/transport/MessageObserver;)V]
ServerImpl.setDestination ( org.apache.cxf.transport.Destination destination ) : void
[run-time name: org/apache/cxf/endpoint/ServerImpl.setDestination:(Lorg/apache/cxf/transport/Destination;)V]
ServerImpl.setMessageObserver ( org.apache.cxf.transport.MessageObserver messageObserver ) : void
[run-time name: org/apache/cxf/endpoint/ServerImpl.setMessageObserver:(Lorg/apache/cxf/transport/MessageObserver;)V]
ServerImpl.start ( ) : void
[run-time name: org/apache/cxf/endpoint/ServerImpl.start:()V]
ServerImpl.stop ( ) : void
[run-time name: org/apache/cxf/endpoint/ServerImpl.stop:()V]
openejb-cxf-bundle-2.5.2.jar, ServerLifeCycleListener.class
package org.apache.cxf.endpoint
ServerLifeCycleListener.startServer ( Server p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/ServerLifeCycleListener.startServer:(Lorg/apache/cxf/endpoint/Server;)V]
ServerLifeCycleListener.stopServer ( Server p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/ServerLifeCycleListener.stopServer:(Lorg/apache/cxf/endpoint/Server;)V]
openejb-cxf-bundle-2.5.2.jar, ServerLifeCycleManager.class
package org.apache.cxf.endpoint
ServerLifeCycleManager.registerListener ( ServerLifeCycleListener p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/ServerLifeCycleManager.registerListener:(Lorg/apache/cxf/endpoint/ServerLifeCycleListener;)V]
ServerLifeCycleManager.startServer ( Server p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/ServerLifeCycleManager.startServer:(Lorg/apache/cxf/endpoint/Server;)V]
ServerLifeCycleManager.stopServer ( Server p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/ServerLifeCycleManager.stopServer:(Lorg/apache/cxf/endpoint/Server;)V]
ServerLifeCycleManager.unRegisterListener ( ServerLifeCycleListener p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/ServerLifeCycleManager.unRegisterListener:(Lorg/apache/cxf/endpoint/ServerLifeCycleListener;)V]
openejb-cxf-bundle-2.5.2.jar, ServerLifeCycleManagerImpl.class
package org.apache.cxf.endpoint
ServerLifeCycleManagerImpl.getRegistrationType ( ) : Class
[run-time name: org/apache/cxf/endpoint/ServerLifeCycleManagerImpl.getRegistrationType:()Ljava/lang/Class;]
ServerLifeCycleManagerImpl.registerListener ( ServerLifeCycleListener listener ) : void
[run-time name: org/apache/cxf/endpoint/ServerLifeCycleManagerImpl.registerListener:(Lorg/apache/cxf/endpoint/ServerLifeCycleListener;)V]
ServerLifeCycleManagerImpl.ServerLifeCycleManagerImpl ( )
[run-time name: org/apache/cxf/endpoint/ServerLifeCycleManagerImpl."<init>":()V]
ServerLifeCycleManagerImpl.ServerLifeCycleManagerImpl ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/endpoint/ServerLifeCycleManagerImpl."<init>":(Lorg/apache/cxf/Bus;)V]
ServerLifeCycleManagerImpl.startServer ( Server server ) : void
[run-time name: org/apache/cxf/endpoint/ServerLifeCycleManagerImpl.startServer:(Lorg/apache/cxf/endpoint/Server;)V]
ServerLifeCycleManagerImpl.stopServer ( Server server ) : void
[run-time name: org/apache/cxf/endpoint/ServerLifeCycleManagerImpl.stopServer:(Lorg/apache/cxf/endpoint/Server;)V]
ServerLifeCycleManagerImpl.unRegisterListener ( ServerLifeCycleListener listener ) : void
[run-time name: org/apache/cxf/endpoint/ServerLifeCycleManagerImpl.unRegisterListener:(Lorg/apache/cxf/endpoint/ServerLifeCycleListener;)V]
openejb-cxf-bundle-2.5.2.jar, ServerPolicyOutFaultInterceptor.class
package org.apache.cxf.ws.policy
ServerPolicyOutFaultInterceptor.handle ( org.apache.cxf.message.Message msg ) : void
[run-time name: org/apache/cxf/ws/policy/ServerPolicyOutFaultInterceptor.handle:(Lorg/apache/cxf/message/Message;)V]
ServerPolicyOutFaultInterceptor.ServerPolicyOutFaultInterceptor ( )
[run-time name: org/apache/cxf/ws/policy/ServerPolicyOutFaultInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ServerRegistry.class
package org.apache.cxf.endpoint
ServerRegistry.getServers ( ) [abstract] : java.util.List
[run-time name: org/apache/cxf/endpoint/ServerRegistry.getServers:()Ljava/util/List;]
ServerRegistry.register ( Server p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/ServerRegistry.register:(Lorg/apache/cxf/endpoint/Server;)V]
ServerRegistry.unregister ( Server p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/ServerRegistry.unregister:(Lorg/apache/cxf/endpoint/Server;)V]
openejb-cxf-bundle-2.5.2.jar, ServerRegistryImpl.class
package org.apache.cxf.endpoint
ServerRegistryImpl.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/endpoint/ServerRegistryImpl.getBus:()Lorg/apache/cxf/Bus;]
ServerRegistryImpl.getServers ( ) : java.util.List
[run-time name: org/apache/cxf/endpoint/ServerRegistryImpl.getServers:()Ljava/util/List;]
ServerRegistryImpl.initComplete ( ) : void
[run-time name: org/apache/cxf/endpoint/ServerRegistryImpl.initComplete:()V]
ServerRegistryImpl.postShutdown ( ) : void
[run-time name: org/apache/cxf/endpoint/ServerRegistryImpl.postShutdown:()V]
ServerRegistryImpl.preShutdown ( ) : void
[run-time name: org/apache/cxf/endpoint/ServerRegistryImpl.preShutdown:()V]
ServerRegistryImpl.register ( Server server ) : void
[run-time name: org/apache/cxf/endpoint/ServerRegistryImpl.register:(Lorg/apache/cxf/endpoint/Server;)V]
ServerRegistryImpl.ServerRegistryImpl ( )
[run-time name: org/apache/cxf/endpoint/ServerRegistryImpl."<init>":()V]
ServerRegistryImpl.ServerRegistryImpl ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/endpoint/ServerRegistryImpl."<init>":(Lorg/apache/cxf/Bus;)V]
ServerRegistryImpl.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/endpoint/ServerRegistryImpl.setBus:(Lorg/apache/cxf/Bus;)V]
ServerRegistryImpl.unregister ( Server server ) : void
[run-time name: org/apache/cxf/endpoint/ServerRegistryImpl.unregister:(Lorg/apache/cxf/endpoint/Server;)V]
openejb-cxf-bundle-2.5.2.jar, ServerWebApplicationException.class
package org.apache.cxf.jaxrs.client
ServerWebApplicationException.getHeaders ( ) : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/cxf/jaxrs/client/ServerWebApplicationException.getHeaders:()Ljavax/ws/rs/core/MultivaluedMap;]
ServerWebApplicationException.getMessage ( ) : String
[run-time name: org/apache/cxf/jaxrs/client/ServerWebApplicationException.getMessage:()Ljava/lang/String;]
ServerWebApplicationException.getResponse ( ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/client/ServerWebApplicationException.getResponse:()Ljavax/ws/rs/core/Response;]
ServerWebApplicationException.getStatus ( ) : int
[run-time name: org/apache/cxf/jaxrs/client/ServerWebApplicationException.getStatus:()I]
ServerWebApplicationException.ServerWebApplicationException ( )
[run-time name: org/apache/cxf/jaxrs/client/ServerWebApplicationException."<init>":()V]
ServerWebApplicationException.ServerWebApplicationException ( javax.ws.rs.core.Response response )
[run-time name: org/apache/cxf/jaxrs/client/ServerWebApplicationException."<init>":(Ljavax/ws/rs/core/Response;)V]
ServerWebApplicationException.ServerWebApplicationException ( Throwable cause, javax.ws.rs.core.Response response )
[run-time name: org/apache/cxf/jaxrs/client/ServerWebApplicationException."<init>":(Ljava/lang/Throwable;Ljavax/ws/rs/core/Response;)V]
ServerWebApplicationException.toErrorObject ( Client client, Class entityCls ) : Object
[run-time name: org/apache/cxf/jaxrs/client/ServerWebApplicationException.toErrorObject:(Lorg/apache/cxf/jaxrs/client/Client;Ljava/lang/Class;)Ljava/lang/Object;]
ServerWebApplicationException.toString ( ) : String
[run-time name: org/apache/cxf/jaxrs/client/ServerWebApplicationException.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, Service.class
package org.apache.cxf.service
Service.getDataBinding ( ) [abstract] : org.apache.cxf.databinding.DataBinding
[run-time name: org/apache/cxf/service/Service.getDataBinding:()Lorg/apache/cxf/databinding/DataBinding;]
Service.getEndpointInfo ( javax.xml.namespace.QName p1 ) [abstract] : model.EndpointInfo
[run-time name: org/apache/cxf/service/Service.getEndpointInfo:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/service/model/EndpointInfo;]
Service.getEndpoints ( ) [abstract] : java.util.Map
[run-time name: org/apache/cxf/service/Service.getEndpoints:()Ljava/util/Map;]
Service.getExecutor ( ) [abstract] : java.util.concurrent.Executor
[run-time name: org/apache/cxf/service/Service.getExecutor:()Ljava/util/concurrent/Executor;]
Service.getInvoker ( ) [abstract] : invoker.Invoker
[run-time name: org/apache/cxf/service/Service.getInvoker:()Lorg/apache/cxf/service/invoker/Invoker;]
Service.getName ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/Service.getName:()Ljavax/xml/namespace/QName;]
Service.getServiceInfos ( ) [abstract] : java.util.List
[run-time name: org/apache/cxf/service/Service.getServiceInfos:()Ljava/util/List;]
Service.setDataBinding ( org.apache.cxf.databinding.DataBinding p1 ) [abstract] : void
[run-time name: org/apache/cxf/service/Service.setDataBinding:(Lorg/apache/cxf/databinding/DataBinding;)V]
Service.setExecutor ( java.util.concurrent.Executor p1 ) [abstract] : void
[run-time name: org/apache/cxf/service/Service.setExecutor:(Ljava/util/concurrent/Executor;)V]
Service.setInvoker ( invoker.Invoker p1 ) [abstract] : void
[run-time name: org/apache/cxf/service/Service.setInvoker:(Lorg/apache/cxf/service/invoker/Invoker;)V]
openejb-cxf-bundle-2.5.2.jar, ServiceBuilder.class
package org.apache.cxf.service
ServiceBuilder.createService ( ) [abstract] : model.ServiceInfo
[run-time name: org/apache/cxf/service/ServiceBuilder.createService:()Lorg/apache/cxf/service/model/ServiceInfo;]
ServiceBuilder.getOutputFile ( ) [abstract] : java.io.File
[run-time name: org/apache/cxf/service/ServiceBuilder.getOutputFile:()Ljava/io/File;]
ServiceBuilder.setAddress ( String p1 ) [abstract] : void
[run-time name: org/apache/cxf/service/ServiceBuilder.setAddress:(Ljava/lang/String;)V]
ServiceBuilder.setBindingId ( String p1 ) [abstract] : void
[run-time name: org/apache/cxf/service/ServiceBuilder.setBindingId:(Ljava/lang/String;)V]
ServiceBuilder.setBus ( org.apache.cxf.Bus p1 ) [abstract] : void
[run-time name: org/apache/cxf/service/ServiceBuilder.setBus:(Lorg/apache/cxf/Bus;)V]
ServiceBuilder.setServiceClass ( Class p1 ) [abstract] : void
[run-time name: org/apache/cxf/service/ServiceBuilder.setServiceClass:(Ljava/lang/Class;)V]
ServiceBuilder.setTransportId ( String p1 ) [abstract] : void
[run-time name: org/apache/cxf/service/ServiceBuilder.setTransportId:(Ljava/lang/String;)V]
ServiceBuilder.validate ( ) [abstract] : void
[run-time name: org/apache/cxf/service/ServiceBuilder.validate:()V]
openejb-cxf-bundle-2.5.2.jar, ServiceConstructionException.class
package org.apache.cxf.service.factory
ServiceConstructionException.ServiceConstructionException ( org.apache.cxf.common.i18n.Message msg )
[run-time name: org/apache/cxf/service/factory/ServiceConstructionException."<init>":(Lorg/apache/cxf/common/i18n/Message;)V]
ServiceConstructionException.ServiceConstructionException ( org.apache.cxf.common.i18n.Message msg, Throwable t )
[run-time name: org/apache/cxf/service/factory/ServiceConstructionException."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;)V]
ServiceConstructionException.ServiceConstructionException ( String msg, java.util.logging.Logger log )
[run-time name: org/apache/cxf/service/factory/ServiceConstructionException."<init>":(Ljava/lang/String;Ljava/util/logging/Logger;)V]
ServiceConstructionException.ServiceConstructionException ( String msg, java.util.logging.Logger log, Throwable cause )
[run-time name: org/apache/cxf/service/factory/ServiceConstructionException."<init>":(Ljava/lang/String;Ljava/util/logging/Logger;Ljava/lang/Throwable;)V]
ServiceConstructionException.ServiceConstructionException ( Throwable cause )
[run-time name: org/apache/cxf/service/factory/ServiceConstructionException."<init>":(Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, ServiceContractResolver.class
package org.apache.cxf.endpoint
ServiceContractResolver.getContractLocation ( javax.xml.namespace.QName p1 ) [abstract] : java.net.URI
[run-time name: org/apache/cxf/endpoint/ServiceContractResolver.getContractLocation:(Ljavax/xml/namespace/QName;)Ljava/net/URI;]
openejb-cxf-bundle-2.5.2.jar, ServiceContractResolverRegistry.class
package org.apache.cxf.endpoint
ServiceContractResolverRegistry.getContractLocation ( javax.xml.namespace.QName p1 ) [abstract] : java.net.URI
[run-time name: org/apache/cxf/endpoint/ServiceContractResolverRegistry.getContractLocation:(Ljavax/xml/namespace/QName;)Ljava/net/URI;]
ServiceContractResolverRegistry.isRegistered ( ServiceContractResolver p1 ) [abstract] : boolean
[run-time name: org/apache/cxf/endpoint/ServiceContractResolverRegistry.isRegistered:(Lorg/apache/cxf/endpoint/ServiceContractResolver;)Z]
ServiceContractResolverRegistry.register ( ServiceContractResolver p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/ServiceContractResolverRegistry.register:(Lorg/apache/cxf/endpoint/ServiceContractResolver;)V]
ServiceContractResolverRegistry.unregister ( ServiceContractResolver p1 ) [abstract] : void
[run-time name: org/apache/cxf/endpoint/ServiceContractResolverRegistry.unregister:(Lorg/apache/cxf/endpoint/ServiceContractResolver;)V]
openejb-cxf-bundle-2.5.2.jar, ServiceContractResolverRegistryImpl.class
package org.apache.cxf.endpoint
ServiceContractResolverRegistryImpl.getContractLocation ( javax.xml.namespace.QName qname ) : java.net.URI
[run-time name: org/apache/cxf/endpoint/ServiceContractResolverRegistryImpl.getContractLocation:(Ljavax/xml/namespace/QName;)Ljava/net/URI;]
ServiceContractResolverRegistryImpl.getResolvers ( ) : java.util.List
[run-time name: org/apache/cxf/endpoint/ServiceContractResolverRegistryImpl.getResolvers:()Ljava/util/List;]
ServiceContractResolverRegistryImpl.isRegistered ( ServiceContractResolver resolver ) : boolean
[run-time name: org/apache/cxf/endpoint/ServiceContractResolverRegistryImpl.isRegistered:(Lorg/apache/cxf/endpoint/ServiceContractResolver;)Z]
ServiceContractResolverRegistryImpl.register ( ServiceContractResolver resolver ) : void
[run-time name: org/apache/cxf/endpoint/ServiceContractResolverRegistryImpl.register:(Lorg/apache/cxf/endpoint/ServiceContractResolver;)V]
ServiceContractResolverRegistryImpl.ServiceContractResolverRegistryImpl ( )
[run-time name: org/apache/cxf/endpoint/ServiceContractResolverRegistryImpl."<init>":()V]
ServiceContractResolverRegistryImpl.ServiceContractResolverRegistryImpl ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/endpoint/ServiceContractResolverRegistryImpl."<init>":(Lorg/apache/cxf/Bus;)V]
ServiceContractResolverRegistryImpl.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/endpoint/ServiceContractResolverRegistryImpl.setBus:(Lorg/apache/cxf/Bus;)V]
ServiceContractResolverRegistryImpl.unregister ( ServiceContractResolver resolver ) : void
[run-time name: org/apache/cxf/endpoint/ServiceContractResolverRegistryImpl.unregister:(Lorg/apache/cxf/endpoint/ServiceContractResolver;)V]
openejb-cxf-bundle-2.5.2.jar, ServiceDelegateAccessor.class
package org.apache.cxf.jaxws.support
ServiceDelegateAccessor.get ( javax.xml.ws.Service service ) [static] : org.apache.cxf.jaxws.ServiceImpl
[run-time name: org/apache/cxf/jaxws/support/ServiceDelegateAccessor.get:(Ljavax/xml/ws/Service;)Lorg/apache/cxf/jaxws/ServiceImpl;]
openejb-cxf-bundle-2.5.2.jar, ServiceGenerator.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws.generators
ServiceGenerator.generate ( org.apache.cxf.tools.common.ToolContext penv ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/ServiceGenerator.generate:(Lorg/apache/cxf/tools/common/ToolContext;)V]
ServiceGenerator.isJaxws22 ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/ServiceGenerator.isJaxws22:()Z]
ServiceGenerator.passthrough ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/ServiceGenerator.passthrough:()Z]
ServiceGenerator.register ( org.apache.cxf.tools.util.ClassCollector collector, String packageName, String fileName ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/ServiceGenerator.register:(Lorg/apache/cxf/tools/util/ClassCollector;Ljava/lang/String;Ljava/lang/String;)V]
ServiceGenerator.ServiceGenerator ( )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/generators/ServiceGenerator."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ServiceImpl.class
package org.apache.cxf.jaxws
ServiceImpl.addPort ( javax.xml.namespace.QName portName, String bindingId, String address ) : void
[run-time name: org/apache/cxf/jaxws/ServiceImpl.addPort:(Ljavax/xml/namespace/QName;Ljava/lang/String;Ljava/lang/String;)V]
ServiceImpl.createDispatch ( javax.xml.namespace.QName portName, Class type, javax.xml.bind.JAXBContext context, javax.xml.ws.Service.Mode mode, javax.xml.ws.WebServiceFeature[ ] features ) : javax.xml.ws.Dispatch
[run-time name: org/apache/cxf/jaxws/ServiceImpl.createDispatch:(Ljavax/xml/namespace/QName;Ljava/lang/Class;Ljavax/xml/bind/JAXBContext;Ljavax/xml/ws/Service$Mode;[Ljavax/xml/ws/WebServiceFeature;)Ljavax/xml/ws/Dispatch;]
ServiceImpl.createDispatch ( javax.xml.namespace.QName portName, Class type, javax.xml.ws.Service.Mode mode ) : javax.xml.ws.Dispatch
[run-time name: org/apache/cxf/jaxws/ServiceImpl.createDispatch:(Ljavax/xml/namespace/QName;Ljava/lang/Class;Ljavax/xml/ws/Service$Mode;)Ljavax/xml/ws/Dispatch;]
ServiceImpl.createDispatch ( javax.xml.namespace.QName portName, Class type, javax.xml.ws.Service.Mode mode, javax.xml.ws.WebServiceFeature[ ] features ) : javax.xml.ws.Dispatch
[run-time name: org/apache/cxf/jaxws/ServiceImpl.createDispatch:(Ljavax/xml/namespace/QName;Ljava/lang/Class;Ljavax/xml/ws/Service$Mode;[Ljavax/xml/ws/WebServiceFeature;)Ljavax/xml/ws/Dispatch;]
ServiceImpl.createDispatch ( javax.xml.namespace.QName portName, javax.xml.bind.JAXBContext context, javax.xml.ws.Service.Mode mode ) : javax.xml.ws.Dispatch
[run-time name: org/apache/cxf/jaxws/ServiceImpl.createDispatch:(Ljavax/xml/namespace/QName;Ljavax/xml/bind/JAXBContext;Ljavax/xml/ws/Service$Mode;)Ljavax/xml/ws/Dispatch;]
ServiceImpl.createDispatch ( javax.xml.namespace.QName portName, javax.xml.bind.JAXBContext context, javax.xml.ws.Service.Mode mode, javax.xml.ws.WebServiceFeature[ ] features ) : javax.xml.ws.Dispatch
[run-time name: org/apache/cxf/jaxws/ServiceImpl.createDispatch:(Ljavax/xml/namespace/QName;Ljavax/xml/bind/JAXBContext;Ljavax/xml/ws/Service$Mode;[Ljavax/xml/ws/WebServiceFeature;)Ljavax/xml/ws/Dispatch;]
ServiceImpl.createDispatch ( javax.xml.ws.EndpointReference endpointReference, Class type, javax.xml.ws.Service.Mode mode, javax.xml.ws.WebServiceFeature[ ] features ) : javax.xml.ws.Dispatch
[run-time name: org/apache/cxf/jaxws/ServiceImpl.createDispatch:(Ljavax/xml/ws/EndpointReference;Ljava/lang/Class;Ljavax/xml/ws/Service$Mode;[Ljavax/xml/ws/WebServiceFeature;)Ljavax/xml/ws/Dispatch;]
ServiceImpl.createDispatch ( javax.xml.ws.EndpointReference endpointReference, javax.xml.bind.JAXBContext context, javax.xml.ws.Service.Mode mode, javax.xml.ws.WebServiceFeature[ ] features ) : javax.xml.ws.Dispatch
[run-time name: org/apache/cxf/jaxws/ServiceImpl.createDispatch:(Ljavax/xml/ws/EndpointReference;Ljavax/xml/bind/JAXBContext;Ljavax/xml/ws/Service$Mode;[Ljavax/xml/ws/WebServiceFeature;)Ljavax/xml/ws/Dispatch;]
ServiceImpl.createPort ( javax.xml.namespace.QName portName, org.apache.cxf.ws.addressing.EndpointReferenceType epr, Class serviceEndpointInterface ) : Object
[run-time name: org/apache/cxf/jaxws/ServiceImpl.createPort:(Ljavax/xml/namespace/QName;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Ljava/lang/Class;)Ljava/lang/Object;]
ServiceImpl.createPort ( javax.xml.namespace.QName portName, org.apache.cxf.ws.addressing.EndpointReferenceType epr, Class serviceEndpointInterface, javax.xml.ws.WebServiceFeature[ ] features ) : Object
[run-time name: org/apache/cxf/jaxws/ServiceImpl.createPort:(Ljavax/xml/namespace/QName;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Ljava/lang/Class;[Ljavax/xml/ws/WebServiceFeature;)Ljava/lang/Object;]
ServiceImpl.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/jaxws/ServiceImpl.getBus:()Lorg/apache/cxf/Bus;]
ServiceImpl.getExecutor ( ) : java.util.concurrent.Executor
[run-time name: org/apache/cxf/jaxws/ServiceImpl.getExecutor:()Ljava/util/concurrent/Executor;]
ServiceImpl.getHandlerResolver ( ) : javax.xml.ws.handler.HandlerResolver
[run-time name: org/apache/cxf/jaxws/ServiceImpl.getHandlerResolver:()Ljavax/xml/ws/handler/HandlerResolver;]
ServiceImpl.getPort ( Class serviceEndpointInterface ) : Object
[run-time name: org/apache/cxf/jaxws/ServiceImpl.getPort:(Ljava/lang/Class;)Ljava/lang/Object;]
ServiceImpl.getPort ( Class serviceEndpointInterface, javax.xml.ws.WebServiceFeature[ ] features ) : Object
[run-time name: org/apache/cxf/jaxws/ServiceImpl.getPort:(Ljava/lang/Class;[Ljavax/xml/ws/WebServiceFeature;)Ljava/lang/Object;]
ServiceImpl.getPort ( javax.xml.namespace.QName portName, Class serviceEndpointInterface ) : Object
[run-time name: org/apache/cxf/jaxws/ServiceImpl.getPort:(Ljavax/xml/namespace/QName;Ljava/lang/Class;)Ljava/lang/Object;]
ServiceImpl.getPort ( javax.xml.namespace.QName portName, Class serviceEndpointInterface, javax.xml.ws.WebServiceFeature[ ] features ) : Object
[run-time name: org/apache/cxf/jaxws/ServiceImpl.getPort:(Ljavax/xml/namespace/QName;Ljava/lang/Class;[Ljavax/xml/ws/WebServiceFeature;)Ljava/lang/Object;]
ServiceImpl.getPort ( javax.xml.ws.EndpointReference endpointReference, Class serviceEndpointInterface, javax.xml.ws.WebServiceFeature[ ] features ) : Object
[run-time name: org/apache/cxf/jaxws/ServiceImpl.getPort:(Ljavax/xml/ws/EndpointReference;Ljava/lang/Class;[Ljavax/xml/ws/WebServiceFeature;)Ljava/lang/Object;]
ServiceImpl.getPort ( org.apache.cxf.ws.addressing.EndpointReferenceType endpointReference, Class type ) : Object
[run-time name: org/apache/cxf/jaxws/ServiceImpl.getPort:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Ljava/lang/Class;)Ljava/lang/Object;]
ServiceImpl.getPort ( org.apache.cxf.ws.addressing.EndpointReferenceType endpointReference, Class type, javax.xml.ws.WebServiceFeature[ ] features ) : Object
[run-time name: org/apache/cxf/jaxws/ServiceImpl.getPort:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Ljava/lang/Class;[Ljavax/xml/ws/WebServiceFeature;)Ljava/lang/Object;]
ServiceImpl.getPorts ( ) : java.util.Iterator
[run-time name: org/apache/cxf/jaxws/ServiceImpl.getPorts:()Ljava/util/Iterator;]
ServiceImpl.getServiceName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/ServiceImpl.getServiceName:()Ljavax/xml/namespace/QName;]
ServiceImpl.getWSDLDocumentLocation ( ) : java.net.URL
[run-time name: org/apache/cxf/jaxws/ServiceImpl.getWSDLDocumentLocation:()Ljava/net/URL;]
ServiceImpl.ServiceImpl ( org.apache.cxf.Bus b, java.net.URL url, javax.xml.namespace.QName name, Class cls, javax.xml.ws.WebServiceFeature[ ] f )
[run-time name: org/apache/cxf/jaxws/ServiceImpl."<init>":(Lorg/apache/cxf/Bus;Ljava/net/URL;Ljavax/xml/namespace/QName;Ljava/lang/Class;[Ljavax/xml/ws/WebServiceFeature;)V]
ServiceImpl.setExecutor ( java.util.concurrent.Executor e ) : void
[run-time name: org/apache/cxf/jaxws/ServiceImpl.setExecutor:(Ljava/util/concurrent/Executor;)V]
ServiceImpl.setHandlerResolver ( javax.xml.ws.handler.HandlerResolver hr ) : void
[run-time name: org/apache/cxf/jaxws/ServiceImpl.setHandlerResolver:(Ljavax/xml/ws/handler/HandlerResolver;)V]
package org.apache.cxf.service
ServiceImpl.getBeanName ( ) : String
[run-time name: org/apache/cxf/service/ServiceImpl.getBeanName:()Ljava/lang/String;]
ServiceImpl.getDataBinding ( ) : org.apache.cxf.databinding.DataBinding
[run-time name: org/apache/cxf/service/ServiceImpl.getDataBinding:()Lorg/apache/cxf/databinding/DataBinding;]
ServiceImpl.getEndpointInfo ( javax.xml.namespace.QName endpoint ) : model.EndpointInfo
[run-time name: org/apache/cxf/service/ServiceImpl.getEndpointInfo:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/service/model/EndpointInfo;]
ServiceImpl.getEndpoints ( ) : java.util.Map
[run-time name: org/apache/cxf/service/ServiceImpl.getEndpoints:()Ljava/util/Map;]
ServiceImpl.getExecutor ( ) : java.util.concurrent.Executor
[run-time name: org/apache/cxf/service/ServiceImpl.getExecutor:()Ljava/util/concurrent/Executor;]
ServiceImpl.getInvoker ( ) : invoker.Invoker
[run-time name: org/apache/cxf/service/ServiceImpl.getInvoker:()Lorg/apache/cxf/service/invoker/Invoker;]
ServiceImpl.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/ServiceImpl.getName:()Ljavax/xml/namespace/QName;]
ServiceImpl.getServiceInfos ( ) : java.util.List
[run-time name: org/apache/cxf/service/ServiceImpl.getServiceInfos:()Ljava/util/List;]
ServiceImpl.ServiceImpl ( )
[run-time name: org/apache/cxf/service/ServiceImpl."<init>":()V]
ServiceImpl.ServiceImpl ( java.util.List si )
[run-time name: org/apache/cxf/service/ServiceImpl."<init>":(Ljava/util/List;)V]
ServiceImpl.ServiceImpl ( model.ServiceInfo si )
[run-time name: org/apache/cxf/service/ServiceImpl."<init>":(Lorg/apache/cxf/service/model/ServiceInfo;)V]
ServiceImpl.setDataBinding ( org.apache.cxf.databinding.DataBinding dataBinding ) : void
[run-time name: org/apache/cxf/service/ServiceImpl.setDataBinding:(Lorg/apache/cxf/databinding/DataBinding;)V]
ServiceImpl.setEndpoints ( java.util.Map endpoints ) : void
[run-time name: org/apache/cxf/service/ServiceImpl.setEndpoints:(Ljava/util/Map;)V]
ServiceImpl.setExecutor ( java.util.concurrent.Executor executor ) : void
[run-time name: org/apache/cxf/service/ServiceImpl.setExecutor:(Ljava/util/concurrent/Executor;)V]
ServiceImpl.setInvoker ( invoker.Invoker invoker ) : void
[run-time name: org/apache/cxf/service/ServiceImpl.setInvoker:(Lorg/apache/cxf/service/invoker/Invoker;)V]
ServiceImpl.setProperties ( java.util.Map properties ) : void
[run-time name: org/apache/cxf/service/ServiceImpl.setProperties:(Ljava/util/Map;)V]
ServiceImpl.toString ( ) : String
[run-time name: org/apache/cxf/service/ServiceImpl.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, ServiceImplBeanType.class
package org.apache.cxf.jaxws.javaee
ServiceImplBeanType.getEjbLink ( ) : EjbLinkType
[run-time name: org/apache/cxf/jaxws/javaee/ServiceImplBeanType.getEjbLink:()Lorg/apache/cxf/jaxws/javaee/EjbLinkType;]
ServiceImplBeanType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/ServiceImplBeanType.getId:()Ljava/lang/String;]
ServiceImplBeanType.getServletLink ( ) : ServletLinkType
[run-time name: org/apache/cxf/jaxws/javaee/ServiceImplBeanType.getServletLink:()Lorg/apache/cxf/jaxws/javaee/ServletLinkType;]
ServiceImplBeanType.ServiceImplBeanType ( )
[run-time name: org/apache/cxf/jaxws/javaee/ServiceImplBeanType."<init>":()V]
ServiceImplBeanType.setEjbLink ( EjbLinkType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ServiceImplBeanType.setEjbLink:(Lorg/apache/cxf/jaxws/javaee/EjbLinkType;)V]
ServiceImplBeanType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ServiceImplBeanType.setId:(Ljava/lang/String;)V]
ServiceImplBeanType.setServletLink ( ServletLinkType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ServiceImplBeanType.setServletLink:(Lorg/apache/cxf/jaxws/javaee/ServletLinkType;)V]
openejb-cxf-bundle-2.5.2.jar, ServiceInfo.class
package org.apache.cxf.service.model
ServiceInfo.addBinding ( BindingInfo binding ) : void
[run-time name: org/apache/cxf/service/model/ServiceInfo.addBinding:(Lorg/apache/cxf/service/model/BindingInfo;)V]
ServiceInfo.addEndpoint ( EndpointInfo ep ) : void
[run-time name: org/apache/cxf/service/model/ServiceInfo.addEndpoint:(Lorg/apache/cxf/service/model/EndpointInfo;)V]
ServiceInfo.addNewSchema ( String namespaceURI ) : SchemaInfo
[run-time name: org/apache/cxf/service/model/ServiceInfo.addNewSchema:(Ljava/lang/String;)Lorg/apache/cxf/service/model/SchemaInfo;]
ServiceInfo.addSchema ( SchemaInfo schemaInfo ) : void
[run-time name: org/apache/cxf/service/model/ServiceInfo.addSchema:(Lorg/apache/cxf/service/model/SchemaInfo;)V]
ServiceInfo.createInterface ( javax.xml.namespace.QName qn ) : InterfaceInfo
[run-time name: org/apache/cxf/service/model/ServiceInfo.createInterface:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/service/model/InterfaceInfo;]
ServiceInfo.getBinding ( javax.xml.namespace.QName qn ) : BindingInfo
[run-time name: org/apache/cxf/service/model/ServiceInfo.getBinding:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/service/model/BindingInfo;]
ServiceInfo.getBindings ( ) : java.util.Collection
[run-time name: org/apache/cxf/service/model/ServiceInfo.getBindings:()Ljava/util/Collection;]
ServiceInfo.getEndpoint ( javax.xml.namespace.QName qn ) : EndpointInfo
[run-time name: org/apache/cxf/service/model/ServiceInfo.getEndpoint:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/service/model/EndpointInfo;]
ServiceInfo.getEndpoints ( ) : java.util.Collection
[run-time name: org/apache/cxf/service/model/ServiceInfo.getEndpoints:()Ljava/util/Collection;]
ServiceInfo.getInterface ( ) : InterfaceInfo
[run-time name: org/apache/cxf/service/model/ServiceInfo.getInterface:()Lorg/apache/cxf/service/model/InterfaceInfo;]
ServiceInfo.getMessage ( javax.xml.namespace.QName qname ) : MessageInfo
[run-time name: org/apache/cxf/service/model/ServiceInfo.getMessage:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/service/model/MessageInfo;]
ServiceInfo.getMessages ( ) : java.util.Map
[run-time name: org/apache/cxf/service/model/ServiceInfo.getMessages:()Ljava/util/Map;]
ServiceInfo.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/service/model/ServiceInfo.getName:()Ljavax/xml/namespace/QName;]
ServiceInfo.getSchema ( String namespaceURI ) : SchemaInfo
[run-time name: org/apache/cxf/service/model/ServiceInfo.getSchema:(Ljava/lang/String;)Lorg/apache/cxf/service/model/SchemaInfo;]
ServiceInfo.getSchemas ( ) : java.util.List
[run-time name: org/apache/cxf/service/model/ServiceInfo.getSchemas:()Ljava/util/List;]
ServiceInfo.getTargetNamespace ( ) : String
[run-time name: org/apache/cxf/service/model/ServiceInfo.getTargetNamespace:()Ljava/lang/String;]
ServiceInfo.getTopLevelDoc ( ) : String
[run-time name: org/apache/cxf/service/model/ServiceInfo.getTopLevelDoc:()Ljava/lang/String;]
ServiceInfo.getXmlSchemaCollection ( ) : org.apache.cxf.common.xmlschema.SchemaCollection
[run-time name: org/apache/cxf/service/model/ServiceInfo.getXmlSchemaCollection:()Lorg/apache/cxf/common/xmlschema/SchemaCollection;]
ServiceInfo.refresh ( ) : void
[run-time name: org/apache/cxf/service/model/ServiceInfo.refresh:()V]
ServiceInfo.ServiceInfo ( )
[run-time name: org/apache/cxf/service/model/ServiceInfo."<init>":()V]
ServiceInfo.setInterface ( InterfaceInfo inf ) : void
[run-time name: org/apache/cxf/service/model/ServiceInfo.setInterface:(Lorg/apache/cxf/service/model/InterfaceInfo;)V]
ServiceInfo.setMessages ( java.util.Map msgs ) : void
[run-time name: org/apache/cxf/service/model/ServiceInfo.setMessages:(Ljava/util/Map;)V]
ServiceInfo.setName ( javax.xml.namespace.QName n ) : void
[run-time name: org/apache/cxf/service/model/ServiceInfo.setName:(Ljavax/xml/namespace/QName;)V]
ServiceInfo.setSchemas ( org.apache.cxf.common.xmlschema.SchemaCollection cachedXmlSchemaCollection, java.util.List cachedSchemas ) : void
[run-time name: org/apache/cxf/service/model/ServiceInfo.setSchemas:(Lorg/apache/cxf/common/xmlschema/SchemaCollection;Ljava/util/List;)V]
ServiceInfo.setServiceSchemaInfo ( ServiceSchemaInfo serviceSchemaInfo ) : void
[run-time name: org/apache/cxf/service/model/ServiceInfo.setServiceSchemaInfo:(Lorg/apache/cxf/service/model/ServiceSchemaInfo;)V]
ServiceInfo.setTargetNamespace ( String ns ) : void
[run-time name: org/apache/cxf/service/model/ServiceInfo.setTargetNamespace:(Ljava/lang/String;)V]
ServiceInfo.setTopLevelDoc ( String s ) : void
[run-time name: org/apache/cxf/service/model/ServiceInfo.setTopLevelDoc:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ServiceInvokerInterceptor.class
package org.apache.cxf.interceptor
ServiceInvokerInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/ServiceInvokerInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
ServiceInvokerInterceptor.ServiceInvokerInterceptor ( )
[run-time name: org/apache/cxf/interceptor/ServiceInvokerInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ServiceJavascriptBuilder.class
package org.apache.cxf.javascript.service
ServiceJavascriptBuilder.begin ( org.apache.cxf.service.model.EndpointInfo endpointInfo ) : void
[run-time name: org/apache/cxf/javascript/service/ServiceJavascriptBuilder.begin:(Lorg/apache/cxf/service/model/EndpointInfo;)V]
ServiceJavascriptBuilder.begin ( org.apache.cxf.service.model.FaultInfo fault ) : void
[run-time name: org/apache/cxf/javascript/service/ServiceJavascriptBuilder.begin:(Lorg/apache/cxf/service/model/FaultInfo;)V]
ServiceJavascriptBuilder.begin ( org.apache.cxf.service.model.InterfaceInfo intf ) : void
[run-time name: org/apache/cxf/javascript/service/ServiceJavascriptBuilder.begin:(Lorg/apache/cxf/service/model/InterfaceInfo;)V]
ServiceJavascriptBuilder.begin ( org.apache.cxf.service.model.MessageInfo msg ) : void
[run-time name: org/apache/cxf/javascript/service/ServiceJavascriptBuilder.begin:(Lorg/apache/cxf/service/model/MessageInfo;)V]
ServiceJavascriptBuilder.begin ( org.apache.cxf.service.model.OperationInfo op ) : void
[run-time name: org/apache/cxf/javascript/service/ServiceJavascriptBuilder.begin:(Lorg/apache/cxf/service/model/OperationInfo;)V]
ServiceJavascriptBuilder.begin ( org.apache.cxf.service.model.ServiceInfo service ) : void
[run-time name: org/apache/cxf/javascript/service/ServiceJavascriptBuilder.begin:(Lorg/apache/cxf/service/model/ServiceInfo;)V]
ServiceJavascriptBuilder.end ( org.apache.cxf.service.model.FaultInfo fault ) : void
[run-time name: org/apache/cxf/javascript/service/ServiceJavascriptBuilder.end:(Lorg/apache/cxf/service/model/FaultInfo;)V]
ServiceJavascriptBuilder.end ( org.apache.cxf.service.model.InterfaceInfo intf ) : void
[run-time name: org/apache/cxf/javascript/service/ServiceJavascriptBuilder.end:(Lorg/apache/cxf/service/model/InterfaceInfo;)V]
ServiceJavascriptBuilder.end ( org.apache.cxf.service.model.MessageInfo msg ) : void
[run-time name: org/apache/cxf/javascript/service/ServiceJavascriptBuilder.end:(Lorg/apache/cxf/service/model/MessageInfo;)V]
ServiceJavascriptBuilder.end ( org.apache.cxf.service.model.MessagePartInfo part ) : void
[run-time name: org/apache/cxf/javascript/service/ServiceJavascriptBuilder.end:(Lorg/apache/cxf/service/model/MessagePartInfo;)V]
ServiceJavascriptBuilder.end ( org.apache.cxf.service.model.OperationInfo op ) : void
[run-time name: org/apache/cxf/javascript/service/ServiceJavascriptBuilder.end:(Lorg/apache/cxf/service/model/OperationInfo;)V]
ServiceJavascriptBuilder.end ( org.apache.cxf.service.model.ServiceInfo service ) : void
[run-time name: org/apache/cxf/javascript/service/ServiceJavascriptBuilder.end:(Lorg/apache/cxf/service/model/ServiceInfo;)V]
ServiceJavascriptBuilder.getCode ( ) : String
[run-time name: org/apache/cxf/javascript/service/ServiceJavascriptBuilder.getCode:()Ljava/lang/String;]
ServiceJavascriptBuilder.ServiceJavascriptBuilder ( org.apache.cxf.service.model.ServiceInfo serviceInfo, String endpointAddress, org.apache.cxf.javascript.NamespacePrefixAccumulator prefixAccumulator, org.apache.cxf.javascript.NameManager nameManager )
[run-time name: org/apache/cxf/javascript/service/ServiceJavascriptBuilder."<init>":(Lorg/apache/cxf/service/model/ServiceInfo;Ljava/lang/String;Lorg/apache/cxf/javascript/NamespacePrefixAccumulator;Lorg/apache/cxf/javascript/NameManager;)V]
openejb-cxf-bundle-2.5.2.jar, ServiceListGeneratorServlet.class
package org.apache.cxf.transport.servlet.servicelist
ServiceListGeneratorServlet.destroy ( ) : void
[run-time name: org/apache/cxf/transport/servlet/servicelist/ServiceListGeneratorServlet.destroy:()V]
ServiceListGeneratorServlet.getServletConfig ( ) : javax.servlet.ServletConfig
[run-time name: org/apache/cxf/transport/servlet/servicelist/ServiceListGeneratorServlet.getServletConfig:()Ljavax/servlet/ServletConfig;]
ServiceListGeneratorServlet.getServletInfo ( ) : String
[run-time name: org/apache/cxf/transport/servlet/servicelist/ServiceListGeneratorServlet.getServletInfo:()Ljava/lang/String;]
ServiceListGeneratorServlet.init ( javax.servlet.ServletConfig servletConfig ) : void
[run-time name: org/apache/cxf/transport/servlet/servicelist/ServiceListGeneratorServlet.init:(Ljavax/servlet/ServletConfig;)V]
ServiceListGeneratorServlet.service ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response ) : void
[run-time name: org/apache/cxf/transport/servlet/servicelist/ServiceListGeneratorServlet.service:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
ServiceListGeneratorServlet.ServiceListGeneratorServlet ( org.apache.cxf.transport.http.DestinationRegistry destinationRegistry, org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/transport/servlet/servicelist/ServiceListGeneratorServlet."<init>":(Lorg/apache/cxf/transport/http/DestinationRegistry;Lorg/apache/cxf/Bus;)V]
ServiceListGeneratorServlet.setServiceListStyleSheet ( String serviceListStyleSheet ) : void
[run-time name: org/apache/cxf/transport/servlet/servicelist/ServiceListGeneratorServlet.setServiceListStyleSheet:(Ljava/lang/String;)V]
ServiceListGeneratorServlet.setTitle ( String title ) : void
[run-time name: org/apache/cxf/transport/servlet/servicelist/ServiceListGeneratorServlet.setTitle:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ServiceListWriter.class
package org.apache.cxf.transport.servlet.servicelist
ServiceListWriter.getContentType ( ) [abstract] : String
[run-time name: org/apache/cxf/transport/servlet/servicelist/ServiceListWriter.getContentType:()Ljava/lang/String;]
ServiceListWriter.writeServiceList ( java.io.PrintWriter p1, String p2, org.apache.cxf.transport.AbstractDestination[ ] p3, org.apache.cxf.transport.AbstractDestination[ ] p4 ) [abstract] : void
[run-time name: org/apache/cxf/transport/servlet/servicelist/ServiceListWriter.writeServiceList:(Ljava/io/PrintWriter;Ljava/lang/String;[Lorg/apache/cxf/transport/AbstractDestination;[Lorg/apache/cxf/transport/AbstractDestination;)V]
openejb-cxf-bundle-2.5.2.jar, ServiceModelPolicyProvider.class
package org.apache.cxf.ws.policy.attachment
ServiceModelPolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingFaultInfo bfi ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/attachment/ServiceModelPolicyProvider.getEffectivePolicy:(Lorg/apache/cxf/service/model/BindingFaultInfo;)Lorg/apache/neethi/Policy;]
ServiceModelPolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingMessageInfo bmi ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/attachment/ServiceModelPolicyProvider.getEffectivePolicy:(Lorg/apache/cxf/service/model/BindingMessageInfo;)Lorg/apache/neethi/Policy;]
ServiceModelPolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingOperationInfo bi ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/attachment/ServiceModelPolicyProvider.getEffectivePolicy:(Lorg/apache/cxf/service/model/BindingOperationInfo;)Lorg/apache/neethi/Policy;]
ServiceModelPolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.EndpointInfo ei ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/attachment/ServiceModelPolicyProvider.getEffectivePolicy:(Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/neethi/Policy;]
ServiceModelPolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.ServiceInfo si ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/attachment/ServiceModelPolicyProvider.getEffectivePolicy:(Lorg/apache/cxf/service/model/ServiceInfo;)Lorg/apache/neethi/Policy;]
ServiceModelPolicyProvider.ServiceModelPolicyProvider ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/ws/policy/attachment/ServiceModelPolicyProvider."<init>":(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, ServiceModelPolicyUpdater.class
package org.apache.cxf.ws.policy
ServiceModelPolicyUpdater.addPolicyAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/ws/policy/ServiceModelPolicyUpdater.addPolicyAttachments:(Ljava/util/Collection;)V]
ServiceModelPolicyUpdater.ServiceModelPolicyUpdater ( org.apache.cxf.service.model.EndpointInfo ei )
[run-time name: org/apache/cxf/ws/policy/ServiceModelPolicyUpdater."<init>":(Lorg/apache/cxf/service/model/EndpointInfo;)V]
openejb-cxf-bundle-2.5.2.jar, ServiceModelSchemaValidator.class
package org.apache.cxf.service
ServiceModelSchemaValidator.begin ( model.MessagePartInfo part ) : void
[run-time name: org/apache/cxf/service/ServiceModelSchemaValidator.begin:(Lorg/apache/cxf/service/model/MessagePartInfo;)V]
ServiceModelSchemaValidator.getComplaints ( ) : String
[run-time name: org/apache/cxf/service/ServiceModelSchemaValidator.getComplaints:()Ljava/lang/String;]
ServiceModelSchemaValidator.ServiceModelSchemaValidator ( model.ServiceInfo serviceInfo )
[run-time name: org/apache/cxf/service/ServiceModelSchemaValidator."<init>":(Lorg/apache/cxf/service/model/ServiceInfo;)V]
openejb-cxf-bundle-2.5.2.jar, ServiceModelUtil.class
package org.apache.cxf.service.model
ServiceModelUtil.findBestEndpointInfo ( javax.xml.namespace.QName qn, java.util.List serviceInfos ) [static] : EndpointInfo
[run-time name: org/apache/cxf/service/model/ServiceModelUtil.findBestEndpointInfo:(Ljavax/xml/namespace/QName;Ljava/util/List;)Lorg/apache/cxf/service/model/EndpointInfo;]
ServiceModelUtil.getOperation ( org.apache.cxf.message.Exchange exchange, javax.xml.namespace.QName opName ) [static] : BindingOperationInfo
[run-time name: org/apache/cxf/service/model/ServiceModelUtil.getOperation:(Lorg/apache/cxf/message/Exchange;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/service/model/BindingOperationInfo;]
ServiceModelUtil.getOperation ( org.apache.cxf.message.Exchange exchange, String opName ) [static] : BindingOperationInfo
[run-time name: org/apache/cxf/service/model/ServiceModelUtil.getOperation:(Lorg/apache/cxf/message/Exchange;Ljava/lang/String;)Lorg/apache/cxf/service/model/BindingOperationInfo;]
ServiceModelUtil.getOperationForWrapperElement ( org.apache.cxf.message.Exchange exchange, javax.xml.namespace.QName opName, boolean output ) [static] : BindingOperationInfo
[run-time name: org/apache/cxf/service/model/ServiceModelUtil.getOperationForWrapperElement:(Lorg/apache/cxf/message/Exchange;Ljavax/xml/namespace/QName;Z)Lorg/apache/cxf/service/model/BindingOperationInfo;]
ServiceModelUtil.getOperationInputPartNames ( OperationInfo operation ) [static] : java.util.List
[run-time name: org/apache/cxf/service/model/ServiceModelUtil.getOperationInputPartNames:(Lorg/apache/cxf/service/model/OperationInfo;)Ljava/util/List;]
ServiceModelUtil.getSchema ( ServiceInfo serviceInfo, MessagePartInfo messagePartInfo ) [static] : SchemaInfo
[run-time name: org/apache/cxf/service/model/ServiceModelUtil.getSchema:(Lorg/apache/cxf/service/model/ServiceInfo;Lorg/apache/cxf/service/model/MessagePartInfo;)Lorg/apache/cxf/service/model/SchemaInfo;]
ServiceModelUtil.getService ( org.apache.cxf.message.Exchange exchange ) [static] : org.apache.cxf.service.Service
[run-time name: org/apache/cxf/service/model/ServiceModelUtil.getService:(Lorg/apache/cxf/message/Exchange;)Lorg/apache/cxf/service/Service;]
ServiceModelUtil.getTargetNamespace ( org.apache.cxf.message.Exchange exchange ) [static] : String
[run-time name: org/apache/cxf/service/model/ServiceModelUtil.getTargetNamespace:(Lorg/apache/cxf/message/Exchange;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, ServiceModelVisitor.class
package org.apache.cxf.service
ServiceModelVisitor.begin ( model.EndpointInfo endpointInfo ) : void
[run-time name: org/apache/cxf/service/ServiceModelVisitor.begin:(Lorg/apache/cxf/service/model/EndpointInfo;)V]
ServiceModelVisitor.begin ( model.FaultInfo fault ) : void
[run-time name: org/apache/cxf/service/ServiceModelVisitor.begin:(Lorg/apache/cxf/service/model/FaultInfo;)V]
ServiceModelVisitor.begin ( model.InterfaceInfo intf ) : void
[run-time name: org/apache/cxf/service/ServiceModelVisitor.begin:(Lorg/apache/cxf/service/model/InterfaceInfo;)V]
ServiceModelVisitor.begin ( model.MessageInfo msg ) : void
[run-time name: org/apache/cxf/service/ServiceModelVisitor.begin:(Lorg/apache/cxf/service/model/MessageInfo;)V]
ServiceModelVisitor.begin ( model.MessagePartInfo part ) : void
[run-time name: org/apache/cxf/service/ServiceModelVisitor.begin:(Lorg/apache/cxf/service/model/MessagePartInfo;)V]
ServiceModelVisitor.begin ( model.OperationInfo op ) : void
[run-time name: org/apache/cxf/service/ServiceModelVisitor.begin:(Lorg/apache/cxf/service/model/OperationInfo;)V]
ServiceModelVisitor.begin ( model.ServiceInfo service ) : void
[run-time name: org/apache/cxf/service/ServiceModelVisitor.begin:(Lorg/apache/cxf/service/model/ServiceInfo;)V]
ServiceModelVisitor.begin ( model.UnwrappedOperationInfo op ) : void
[run-time name: org/apache/cxf/service/ServiceModelVisitor.begin:(Lorg/apache/cxf/service/model/UnwrappedOperationInfo;)V]
ServiceModelVisitor.end ( model.EndpointInfo endpointInfo ) : void
[run-time name: org/apache/cxf/service/ServiceModelVisitor.end:(Lorg/apache/cxf/service/model/EndpointInfo;)V]
ServiceModelVisitor.end ( model.FaultInfo fault ) : void
[run-time name: org/apache/cxf/service/ServiceModelVisitor.end:(Lorg/apache/cxf/service/model/FaultInfo;)V]
ServiceModelVisitor.end ( model.InterfaceInfo intf ) : void
[run-time name: org/apache/cxf/service/ServiceModelVisitor.end:(Lorg/apache/cxf/service/model/InterfaceInfo;)V]
ServiceModelVisitor.end ( model.MessageInfo msg ) : void
[run-time name: org/apache/cxf/service/ServiceModelVisitor.end:(Lorg/apache/cxf/service/model/MessageInfo;)V]
ServiceModelVisitor.end ( model.MessagePartInfo part ) : void
[run-time name: org/apache/cxf/service/ServiceModelVisitor.end:(Lorg/apache/cxf/service/model/MessagePartInfo;)V]
ServiceModelVisitor.end ( model.OperationInfo op ) : void
[run-time name: org/apache/cxf/service/ServiceModelVisitor.end:(Lorg/apache/cxf/service/model/OperationInfo;)V]
ServiceModelVisitor.end ( model.ServiceInfo service ) : void
[run-time name: org/apache/cxf/service/ServiceModelVisitor.end:(Lorg/apache/cxf/service/model/ServiceInfo;)V]
ServiceModelVisitor.end ( model.UnwrappedOperationInfo op ) : void
[run-time name: org/apache/cxf/service/ServiceModelVisitor.end:(Lorg/apache/cxf/service/model/UnwrappedOperationInfo;)V]
ServiceModelVisitor.ServiceModelVisitor ( model.ServiceInfo serviceInfo )
[run-time name: org/apache/cxf/service/ServiceModelVisitor."<init>":(Lorg/apache/cxf/service/model/ServiceInfo;)V]
ServiceModelVisitor.walk ( ) : void
[run-time name: org/apache/cxf/service/ServiceModelVisitor.walk:()V]
openejb-cxf-bundle-2.5.2.jar, ServiceNameType.class
package org.apache.cxf.ws.addressing.v200403
ServiceNameType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/v200403/ServiceNameType.getOtherAttributes:()Ljava/util/Map;]
ServiceNameType.getPortName ( ) : String
[run-time name: org/apache/cxf/ws/addressing/v200403/ServiceNameType.getPortName:()Ljava/lang/String;]
ServiceNameType.getValue ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/v200403/ServiceNameType.getValue:()Ljavax/xml/namespace/QName;]
ServiceNameType.ServiceNameType ( )
[run-time name: org/apache/cxf/ws/addressing/v200403/ServiceNameType."<init>":()V]
ServiceNameType.setPortName ( String value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200403/ServiceNameType.setPortName:(Ljava/lang/String;)V]
ServiceNameType.setValue ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200403/ServiceNameType.setValue:(Ljavax/xml/namespace/QName;)V]
package org.apache.cxf.ws.addressing.v200408
ServiceNameType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/v200408/ServiceNameType.getOtherAttributes:()Ljava/util/Map;]
ServiceNameType.getPortName ( ) : String
[run-time name: org/apache/cxf/ws/addressing/v200408/ServiceNameType.getPortName:()Ljava/lang/String;]
ServiceNameType.getValue ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/v200408/ServiceNameType.getValue:()Ljavax/xml/namespace/QName;]
ServiceNameType.ServiceNameType ( )
[run-time name: org/apache/cxf/ws/addressing/v200408/ServiceNameType."<init>":()V]
ServiceNameType.setPortName ( String value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200408/ServiceNameType.setPortName:(Ljava/lang/String;)V]
ServiceNameType.setValue ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/ws/addressing/v200408/ServiceNameType.setValue:(Ljavax/xml/namespace/QName;)V]
package org.apache.cxf.ws.addressing.wsdl
ServiceNameType.getEndpointName ( ) : String
[run-time name: org/apache/cxf/ws/addressing/wsdl/ServiceNameType.getEndpointName:()Ljava/lang/String;]
ServiceNameType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/wsdl/ServiceNameType.getOtherAttributes:()Ljava/util/Map;]
ServiceNameType.getValue ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/addressing/wsdl/ServiceNameType.getValue:()Ljavax/xml/namespace/QName;]
ServiceNameType.ServiceNameType ( )
[run-time name: org/apache/cxf/ws/addressing/wsdl/ServiceNameType."<init>":()V]
ServiceNameType.setEndpointName ( String value ) : void
[run-time name: org/apache/cxf/ws/addressing/wsdl/ServiceNameType.setEndpointName:(Ljava/lang/String;)V]
ServiceNameType.setValue ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/ws/addressing/wsdl/ServiceNameType.setValue:(Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, ServiceRefHandlerChainsType.class
package org.apache.cxf.jaxws.javaee
ServiceRefHandlerChainsType.getHandlerChain ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerChainsType.getHandlerChain:()Ljava/util/List;]
ServiceRefHandlerChainsType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerChainsType.getId:()Ljava/lang/String;]
ServiceRefHandlerChainsType.ServiceRefHandlerChainsType ( )
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerChainsType."<init>":()V]
ServiceRefHandlerChainsType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerChainsType.setId:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ServiceRefHandlerChainType.class
package org.apache.cxf.jaxws.javaee
ServiceRefHandlerChainType.getHandler ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerChainType.getHandler:()Ljava/util/List;]
ServiceRefHandlerChainType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerChainType.getId:()Ljava/lang/String;]
ServiceRefHandlerChainType.getPortNamePattern ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerChainType.getPortNamePattern:()Ljava/lang/String;]
ServiceRefHandlerChainType.getProtocolBindings ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerChainType.getProtocolBindings:()Ljava/util/List;]
ServiceRefHandlerChainType.getServiceNamePattern ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerChainType.getServiceNamePattern:()Ljava/lang/String;]
ServiceRefHandlerChainType.ServiceRefHandlerChainType ( )
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerChainType."<init>":()V]
ServiceRefHandlerChainType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerChainType.setId:(Ljava/lang/String;)V]
ServiceRefHandlerChainType.setPortNamePattern ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerChainType.setPortNamePattern:(Ljava/lang/String;)V]
ServiceRefHandlerChainType.setServiceNamePattern ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerChainType.setServiceNamePattern:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ServiceRefHandlerType.class
package org.apache.cxf.jaxws.javaee
ServiceRefHandlerType.getDescription ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerType.getDescription:()Ljava/util/List;]
ServiceRefHandlerType.getDisplayName ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerType.getDisplayName:()Ljava/util/List;]
ServiceRefHandlerType.getHandlerClass ( ) : FullyQualifiedClassType
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerType.getHandlerClass:()Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;]
ServiceRefHandlerType.getHandlerName ( ) : CString
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerType.getHandlerName:()Lorg/apache/cxf/jaxws/javaee/CString;]
ServiceRefHandlerType.getIcon ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerType.getIcon:()Ljava/util/List;]
ServiceRefHandlerType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerType.getId:()Ljava/lang/String;]
ServiceRefHandlerType.getInitParam ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerType.getInitParam:()Ljava/util/List;]
ServiceRefHandlerType.getPortName ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerType.getPortName:()Ljava/util/List;]
ServiceRefHandlerType.getSoapHeader ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerType.getSoapHeader:()Ljava/util/List;]
ServiceRefHandlerType.getSoapRole ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerType.getSoapRole:()Ljava/util/List;]
ServiceRefHandlerType.ServiceRefHandlerType ( )
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerType."<init>":()V]
ServiceRefHandlerType.setHandlerClass ( FullyQualifiedClassType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerType.setHandlerClass:(Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;)V]
ServiceRefHandlerType.setHandlerName ( CString value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerType.setHandlerName:(Lorg/apache/cxf/jaxws/javaee/CString;)V]
ServiceRefHandlerType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefHandlerType.setId:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ServiceRefType.class
package org.apache.cxf.jaxws.javaee
ServiceRefType.getDescription ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.getDescription:()Ljava/util/List;]
ServiceRefType.getDisplayName ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.getDisplayName:()Ljava/util/List;]
ServiceRefType.getHandler ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.getHandler:()Ljava/util/List;]
ServiceRefType.getHandlerChains ( ) : ServiceRefHandlerChainsType
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.getHandlerChains:()Lorg/apache/cxf/jaxws/javaee/ServiceRefHandlerChainsType;]
ServiceRefType.getIcon ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.getIcon:()Ljava/util/List;]
ServiceRefType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.getId:()Ljava/lang/String;]
ServiceRefType.getInjectionTarget ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.getInjectionTarget:()Ljava/util/List;]
ServiceRefType.getJaxrpcMappingFile ( ) : PathType
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.getJaxrpcMappingFile:()Lorg/apache/cxf/jaxws/javaee/PathType;]
ServiceRefType.getMappedName ( ) : XsdStringType
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.getMappedName:()Lorg/apache/cxf/jaxws/javaee/XsdStringType;]
ServiceRefType.getPortComponentRef ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.getPortComponentRef:()Ljava/util/List;]
ServiceRefType.getServiceInterface ( ) : FullyQualifiedClassType
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.getServiceInterface:()Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;]
ServiceRefType.getServiceQname ( ) : XsdQNameType
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.getServiceQname:()Lorg/apache/cxf/jaxws/javaee/XsdQNameType;]
ServiceRefType.getServiceRefName ( ) : JndiNameType
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.getServiceRefName:()Lorg/apache/cxf/jaxws/javaee/JndiNameType;]
ServiceRefType.getServiceRefType ( ) : FullyQualifiedClassType
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.getServiceRefType:()Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;]
ServiceRefType.getWsdlFile ( ) : XsdAnyURIType
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.getWsdlFile:()Lorg/apache/cxf/jaxws/javaee/XsdAnyURIType;]
ServiceRefType.ServiceRefType ( )
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType."<init>":()V]
ServiceRefType.setHandlerChains ( ServiceRefHandlerChainsType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.setHandlerChains:(Lorg/apache/cxf/jaxws/javaee/ServiceRefHandlerChainsType;)V]
ServiceRefType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.setId:(Ljava/lang/String;)V]
ServiceRefType.setJaxrpcMappingFile ( PathType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.setJaxrpcMappingFile:(Lorg/apache/cxf/jaxws/javaee/PathType;)V]
ServiceRefType.setMappedName ( XsdStringType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.setMappedName:(Lorg/apache/cxf/jaxws/javaee/XsdStringType;)V]
ServiceRefType.setServiceInterface ( FullyQualifiedClassType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.setServiceInterface:(Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;)V]
ServiceRefType.setServiceQname ( XsdQNameType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.setServiceQname:(Lorg/apache/cxf/jaxws/javaee/XsdQNameType;)V]
ServiceRefType.setServiceRefName ( JndiNameType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.setServiceRefName:(Lorg/apache/cxf/jaxws/javaee/JndiNameType;)V]
ServiceRefType.setServiceRefType ( FullyQualifiedClassType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.setServiceRefType:(Lorg/apache/cxf/jaxws/javaee/FullyQualifiedClassType;)V]
ServiceRefType.setWsdlFile ( XsdAnyURIType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/ServiceRefType.setWsdlFile:(Lorg/apache/cxf/jaxws/javaee/XsdAnyURIType;)V]
openejb-cxf-bundle-2.5.2.jar, ServiceSchemaInfo.class
package org.apache.cxf.service.model
ServiceSchemaInfo.getSchemaCollection ( ) : org.apache.cxf.common.xmlschema.SchemaCollection
[run-time name: org/apache/cxf/service/model/ServiceSchemaInfo.getSchemaCollection:()Lorg/apache/cxf/common/xmlschema/SchemaCollection;]
ServiceSchemaInfo.getSchemaElementList ( ) : java.util.Map
[run-time name: org/apache/cxf/service/model/ServiceSchemaInfo.getSchemaElementList:()Ljava/util/Map;]
ServiceSchemaInfo.getSchemaInfoList ( ) : java.util.List
[run-time name: org/apache/cxf/service/model/ServiceSchemaInfo.getSchemaInfoList:()Ljava/util/List;]
ServiceSchemaInfo.ServiceSchemaInfo ( )
[run-time name: org/apache/cxf/service/model/ServiceSchemaInfo."<init>":()V]
ServiceSchemaInfo.setSchemaCollection ( org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection ) : void
[run-time name: org/apache/cxf/service/model/ServiceSchemaInfo.setSchemaCollection:(Lorg/apache/cxf/common/xmlschema/SchemaCollection;)V]
ServiceSchemaInfo.setSchemaElementList ( java.util.Map l ) : void
[run-time name: org/apache/cxf/service/model/ServiceSchemaInfo.setSchemaElementList:(Ljava/util/Map;)V]
ServiceSchemaInfo.setSchemaInfoList ( java.util.List schemaInfoList ) : void
[run-time name: org/apache/cxf/service/model/ServiceSchemaInfo.setSchemaInfoList:(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, ServiceUtils.class
package org.apache.cxf.aegis.util
ServiceUtils.getMethodName ( reflect.Method m ) [static] : String
[run-time name: org/apache/cxf/aegis/util/ServiceUtils.getMethodName:(Ljava/lang/reflect/Method;)Ljava/lang/String;]
ServiceUtils.makeQualifiedNameFromClass ( Class clazz ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/util/ServiceUtils.makeQualifiedNameFromClass:(Ljava/lang/Class;)Ljavax/xml/namespace/QName;]
ServiceUtils.makeServiceNameFromClassName ( Class clazz ) [static] : String
[run-time name: org/apache/cxf/aegis/util/ServiceUtils.makeServiceNameFromClassName:(Ljava/lang/Class;)Ljava/lang/String;]
package org.apache.cxf.helpers
ServiceUtils.getMethodName ( reflect.Method m ) [static] : String
[run-time name: org/apache/cxf/helpers/ServiceUtils.getMethodName:(Ljava/lang/reflect/Method;)Ljava/lang/String;]
ServiceUtils.makeNamespaceFromClassName ( String className, String protocol ) [static] : String
[run-time name: org/apache/cxf/helpers/ServiceUtils.makeNamespaceFromClassName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
ServiceUtils.makePackageName ( String namespace ) [static] : String
[run-time name: org/apache/cxf/helpers/ServiceUtils.makePackageName:(Ljava/lang/String;)Ljava/lang/String;]
ServiceUtils.makeQualifiedNameFromClass ( Class clazz ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/helpers/ServiceUtils.makeQualifiedNameFromClass:(Ljava/lang/Class;)Ljavax/xml/namespace/QName;]
ServiceUtils.makeServiceNameFromClassName ( Class clazz ) [static] : String
[run-time name: org/apache/cxf/helpers/ServiceUtils.makeServiceNameFromClassName:(Ljava/lang/Class;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, ServiceValidator.class
package org.apache.cxf.tools.validator
ServiceValidator.isValid ( ) : boolean
[run-time name: org/apache/cxf/tools/validator/ServiceValidator.isValid:()Z]
ServiceValidator.ServiceValidator ( )
[run-time name: org/apache/cxf/tools/validator/ServiceValidator."<init>":()V]
ServiceValidator.setService ( org.apache.cxf.service.model.ServiceInfo s ) : void
[run-time name: org/apache/cxf/tools/validator/ServiceValidator.setService:(Lorg/apache/cxf/service/model/ServiceInfo;)V]
openejb-cxf-bundle-2.5.2.jar, ServiceWSDLBuilder.class
package org.apache.cxf.wsdl11
ServiceWSDLBuilder.addDocumentation ( javax.wsdl.WSDLElement wsdlel, String text ) : void
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder.addDocumentation:(Ljavax/wsdl/WSDLElement;Ljava/lang/String;)V]
ServiceWSDLBuilder.addExtensibilityElements ( javax.wsdl.extensions.ElementExtensible elementExtensible, java.util.List extensibilityElements ) : void
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder.addExtensibilityElements:(Ljavax/wsdl/extensions/ElementExtensible;Ljava/util/List;)V]
ServiceWSDLBuilder.addNamespace ( String namespaceURI ) : void
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder.addNamespace:(Ljava/lang/String;)V]
ServiceWSDLBuilder.addNamespace ( String namespaceURI, javax.wsdl.Definition def ) : void
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder.addNamespace:(Ljava/lang/String;Ljavax/wsdl/Definition;)V]
ServiceWSDLBuilder.addNamespace ( String prefix, String namespaceURI ) : void
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder.addNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
ServiceWSDLBuilder.addNamespace ( String prefix, String namespaceURI, javax.wsdl.Definition def ) : void
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder.addNamespace:(Ljava/lang/String;Ljava/lang/String;Ljavax/wsdl/Definition;)V]
ServiceWSDLBuilder.build ( ) : javax.wsdl.Definition
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder.build:()Ljavax/wsdl/Definition;]
ServiceWSDLBuilder.build ( java.util.Map imports ) : javax.wsdl.Definition
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder.build:(Ljava/util/Map;)Ljavax/wsdl/Definition;]
ServiceWSDLBuilder.buildBinding ( java.util.Collection bindingInfos, java.util.Collection portTypes ) : void
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder.buildBinding:(Ljava/util/Collection;Ljava/util/Collection;)V]
ServiceWSDLBuilder.buildBindingFault ( javax.wsdl.Definition def, javax.wsdl.BindingOperation bindingOperation, java.util.Collection bindingFaultInfos ) : void
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder.buildBindingFault:(Ljavax/wsdl/Definition;Ljavax/wsdl/BindingOperation;Ljava/util/Collection;)V]
ServiceWSDLBuilder.buildBindingInput ( javax.wsdl.Definition def, javax.wsdl.BindingOperation bindingOperation, org.apache.cxf.service.model.BindingMessageInfo bindingMessageInfo ) : void
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder.buildBindingInput:(Ljavax/wsdl/Definition;Ljavax/wsdl/BindingOperation;Lorg/apache/cxf/service/model/BindingMessageInfo;)V]
ServiceWSDLBuilder.buildBindingOperation ( javax.wsdl.Definition def, javax.wsdl.Binding binding, java.util.Collection bindingOperationInfos ) : void
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder.buildBindingOperation:(Ljavax/wsdl/Definition;Ljavax/wsdl/Binding;Ljava/util/Collection;)V]
ServiceWSDLBuilder.buildBindingOutput ( javax.wsdl.Definition def, javax.wsdl.BindingOperation bindingOperation, org.apache.cxf.service.model.BindingMessageInfo bindingMessageInfo ) : void
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder.buildBindingOutput:(Ljavax/wsdl/Definition;Ljavax/wsdl/BindingOperation;Lorg/apache/cxf/service/model/BindingMessageInfo;)V]
ServiceWSDLBuilder.buildMessage ( javax.wsdl.Message message, org.apache.cxf.service.model.AbstractMessageContainer messageContainer, javax.wsdl.Definition def ) : void
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder.buildMessage:(Ljavax/wsdl/Message;Lorg/apache/cxf/service/model/AbstractMessageContainer;Ljavax/wsdl/Definition;)V]
ServiceWSDLBuilder.buildPortType ( org.apache.cxf.service.model.InterfaceInfo intf, javax.wsdl.Definition def ) : javax.wsdl.PortType
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder.buildPortType:(Lorg/apache/cxf/service/model/InterfaceInfo;Ljavax/wsdl/Definition;)Ljavax/wsdl/PortType;]
ServiceWSDLBuilder.buildPortTypeOperation ( javax.wsdl.PortType portType, java.util.Collection operationInfos, javax.wsdl.Definition def ) : void
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder.buildPortTypeOperation:(Ljavax/wsdl/PortType;Ljava/util/Collection;Ljavax/wsdl/Definition;)V]
ServiceWSDLBuilder.buildService ( org.apache.cxf.service.model.ServiceInfo serviceInfo ) : void
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder.buildService:(Lorg/apache/cxf/service/model/ServiceInfo;)V]
ServiceWSDLBuilder.buildTypes ( java.util.Collection schemas, java.util.Map imports, javax.wsdl.Definition def ) : void
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder.buildTypes:(Ljava/util/Collection;Ljava/util/Map;Ljavax/wsdl/Definition;)V]
ServiceWSDLBuilder.getWSDL11Extensors ( org.apache.cxf.service.model.AbstractPropertiesHolder holder ) : java.util.List
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder.getWSDL11Extensors:(Lorg/apache/cxf/service/model/AbstractPropertiesHolder;)Ljava/util/List;]
ServiceWSDLBuilder.ServiceWSDLBuilder ( org.apache.cxf.Bus b, java.util.List services )
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder."<init>":(Lorg/apache/cxf/Bus;Ljava/util/List;)V]
ServiceWSDLBuilder.ServiceWSDLBuilder ( org.apache.cxf.Bus b, org.apache.cxf.service.model.ServiceInfo[ ] services )
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder."<init>":(Lorg/apache/cxf/Bus;[Lorg/apache/cxf/service/model/ServiceInfo;)V]
ServiceWSDLBuilder.setBaseFileName ( String s ) : void
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder.setBaseFileName:(Ljava/lang/String;)V]
ServiceWSDLBuilder.setUseSchemaImports ( boolean b ) : void
[run-time name: org/apache/cxf/wsdl11/ServiceWSDLBuilder.setUseSchemaImports:(Z)V]
openejb-cxf-bundle-2.5.2.jar, Servlet3Continuation.class
package org.apache.cxf.transport.http
Servlet3ContinuationProvider.Servlet3Continuation.getObject ( ) : Object
[run-time name: org/apache/cxf/transport/http/Servlet3ContinuationProvider.Servlet3Continuation.getObject:()Ljava/lang/Object;]
Servlet3ContinuationProvider.Servlet3Continuation.isNew ( ) : boolean
[run-time name: org/apache/cxf/transport/http/Servlet3ContinuationProvider.Servlet3Continuation.isNew:()Z]
Servlet3ContinuationProvider.Servlet3Continuation.isPending ( ) : boolean
[run-time name: org/apache/cxf/transport/http/Servlet3ContinuationProvider.Servlet3Continuation.isPending:()Z]
Servlet3ContinuationProvider.Servlet3Continuation.isResumed ( ) : boolean
[run-time name: org/apache/cxf/transport/http/Servlet3ContinuationProvider.Servlet3Continuation.isResumed:()Z]
Servlet3ContinuationProvider.Servlet3Continuation.onComplete ( javax.servlet.AsyncEvent event ) : void
[run-time name: org/apache/cxf/transport/http/Servlet3ContinuationProvider.Servlet3Continuation.onComplete:(Ljavax/servlet/AsyncEvent;)V]
Servlet3ContinuationProvider.Servlet3Continuation.onError ( javax.servlet.AsyncEvent event ) : void
[run-time name: org/apache/cxf/transport/http/Servlet3ContinuationProvider.Servlet3Continuation.onError:(Ljavax/servlet/AsyncEvent;)V]
Servlet3ContinuationProvider.Servlet3Continuation.onStartAsync ( javax.servlet.AsyncEvent event ) : void
[run-time name: org/apache/cxf/transport/http/Servlet3ContinuationProvider.Servlet3Continuation.onStartAsync:(Ljavax/servlet/AsyncEvent;)V]
Servlet3ContinuationProvider.Servlet3Continuation.onTimeout ( javax.servlet.AsyncEvent event ) : void
[run-time name: org/apache/cxf/transport/http/Servlet3ContinuationProvider.Servlet3Continuation.onTimeout:(Ljavax/servlet/AsyncEvent;)V]
Servlet3ContinuationProvider.Servlet3Continuation.redispatch ( ) : void
[run-time name: org/apache/cxf/transport/http/Servlet3ContinuationProvider.Servlet3Continuation.redispatch:()V]
Servlet3ContinuationProvider.Servlet3Continuation.reset ( ) : void
[run-time name: org/apache/cxf/transport/http/Servlet3ContinuationProvider.Servlet3Continuation.reset:()V]
Servlet3ContinuationProvider.Servlet3Continuation.resume ( ) : void
[run-time name: org/apache/cxf/transport/http/Servlet3ContinuationProvider.Servlet3Continuation.resume:()V]
Servlet3ContinuationProvider.Servlet3Continuation.Servlet3ContinuationProvider.Servlet3Continuation ( Servlet3ContinuationProvider p1 )
[run-time name: org/apache/cxf/transport/http/Servlet3ContinuationProvider.Servlet3Continuation."<init>":(Lorg/apache/cxf/transport/http/Servlet3ContinuationProvider;)V]
Servlet3ContinuationProvider.Servlet3Continuation.setObject ( Object o ) : void
[run-time name: org/apache/cxf/transport/http/Servlet3ContinuationProvider.Servlet3Continuation.setObject:(Ljava/lang/Object;)V]
Servlet3ContinuationProvider.Servlet3Continuation.suspend ( long timeout ) : boolean
[run-time name: org/apache/cxf/transport/http/Servlet3ContinuationProvider.Servlet3Continuation.suspend:(J)Z]
openejb-cxf-bundle-2.5.2.jar, Servlet3ContinuationProvider.class
package org.apache.cxf.transport.http
Servlet3ContinuationProvider.getContinuation ( ) : org.apache.cxf.continuations.Continuation
[run-time name: org/apache/cxf/transport/http/Servlet3ContinuationProvider.getContinuation:()Lorg/apache/cxf/continuations/Continuation;]
Servlet3ContinuationProvider.Servlet3ContinuationProvider ( javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, org.apache.cxf.message.Message inMessage )
[run-time name: org/apache/cxf/transport/http/Servlet3ContinuationProvider."<init>":(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, ServletAdapter.class
package org.apache.cxf.jaxws.spring
JaxWsWebServicePublisherBeanPostProcessor.ServletAdapter.handleRequest ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response ) : org.springframework.web.servlet.ModelAndView
[run-time name: org/apache/cxf/jaxws/spring/JaxWsWebServicePublisherBeanPostProcessor.ServletAdapter.handleRequest:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)Lorg/springframework/web/servlet/ModelAndView;]
JaxWsWebServicePublisherBeanPostProcessor.ServletAdapter.JaxWsWebServicePublisherBeanPostProcessor.ServletAdapter ( javax.servlet.Servlet controller )
[run-time name: org/apache/cxf/jaxws/spring/JaxWsWebServicePublisherBeanPostProcessor.ServletAdapter."<init>":(Ljavax/servlet/Servlet;)V]
openejb-cxf-bundle-2.5.2.jar, ServletContextResourceResolver.class
package org.apache.cxf.transport.servlet
ServletContextResourceResolver.getAsStream ( String string ) : java.io.InputStream
[run-time name: org/apache/cxf/transport/servlet/ServletContextResourceResolver.getAsStream:(Ljava/lang/String;)Ljava/io/InputStream;]
ServletContextResourceResolver.resolve ( String entryName, Class clz ) : Object
[run-time name: org/apache/cxf/transport/servlet/ServletContextResourceResolver.resolve:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
ServletContextResourceResolver.ServletContextResourceResolver ( javax.servlet.ServletContext sc )
[run-time name: org/apache/cxf/transport/servlet/ServletContextResourceResolver."<init>":(Ljavax/servlet/ServletContext;)V]
openejb-cxf-bundle-2.5.2.jar, ServletController.class
package org.apache.cxf.transport.servlet
ServletController.findQueryHandler ( org.apache.cxf.transports.http.QueryHandlerRegistry queryHandlerRegistry, org.apache.cxf.service.model.EndpointInfo ei, String ctxUri, String baseUri ) : org.apache.cxf.transports.http.QueryHandler
[run-time name: org/apache/cxf/transport/servlet/ServletController.findQueryHandler:(Lorg/apache/cxf/transports/http/QueryHandlerRegistry;Lorg/apache/cxf/service/model/EndpointInfo;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cxf/transports/http/QueryHandler;]
ServletController.generateNotFound ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse res ) : void
[run-time name: org/apache/cxf/transport/servlet/ServletController.generateNotFound:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
ServletController.getBaseURL ( javax.servlet.http.HttpServletRequest request ) : String
[run-time name: org/apache/cxf/transport/servlet/ServletController.getBaseURL:(Ljavax/servlet/http/HttpServletRequest;)Ljava/lang/String;]
ServletController.invoke ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse res ) : void
[run-time name: org/apache/cxf/transport/servlet/ServletController.invoke:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
ServletController.invokeDestination ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.cxf.transport.http.AbstractHTTPDestination d ) : void
[run-time name: org/apache/cxf/transport/servlet/ServletController.invokeDestination:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lorg/apache/cxf/transport/http/AbstractHTTPDestination;)V]
ServletController.respondUsingQueryHandler ( org.apache.cxf.transports.http.QueryHandler selectedHandler, javax.servlet.http.HttpServletResponse res, org.apache.cxf.service.model.EndpointInfo ei, String ctxUri, String baseUri ) : void
[run-time name: org/apache/cxf/transport/servlet/ServletController.respondUsingQueryHandler:(Lorg/apache/cxf/transports/http/QueryHandler;Ljavax/servlet/http/HttpServletResponse;Lorg/apache/cxf/service/model/EndpointInfo;Ljava/lang/String;Ljava/lang/String;)V]
ServletController.ServletController ( org.apache.cxf.transport.http.DestinationRegistry destinationRegistry, javax.servlet.ServletConfig config, javax.servlet.http.HttpServlet serviceListGenerator )
[run-time name: org/apache/cxf/transport/servlet/ServletController."<init>":(Lorg/apache/cxf/transport/http/DestinationRegistry;Ljavax/servlet/ServletConfig;Ljavax/servlet/http/HttpServlet;)V]
ServletController.setBaseURLAttribute ( javax.servlet.http.HttpServletRequest request ) : void
[run-time name: org/apache/cxf/transport/servlet/ServletController.setBaseURLAttribute:(Ljavax/servlet/http/HttpServletRequest;)V]
ServletController.setServiceListRelativePath ( String relativePath ) : void
[run-time name: org/apache/cxf/transport/servlet/ServletController.setServiceListRelativePath:(Ljava/lang/String;)V]
ServletController.updateDestination ( javax.servlet.http.HttpServletRequest request, org.apache.cxf.transport.http.AbstractHTTPDestination d ) : void
[run-time name: org/apache/cxf/transport/servlet/ServletController.updateDestination:(Ljavax/servlet/http/HttpServletRequest;Lorg/apache/cxf/transport/http/AbstractHTTPDestination;)V]
openejb-cxf-bundle-2.5.2.jar, ServletDestination.class
package org.apache.cxf.transport.servlet
ServletDestination.getBasePath ( String contextPath ) : String
[run-time name: org/apache/cxf/transport/servlet/ServletDestination.getBasePath:(Ljava/lang/String;)Ljava/lang/String;]
ServletDestination.getLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/cxf/transport/servlet/ServletDestination.getLogger:()Ljava/util/logging/Logger;]
ServletDestination.ServletDestination ( org.apache.cxf.Bus b, org.apache.cxf.transport.http.DestinationRegistry registry, org.apache.cxf.service.model.EndpointInfo ei, String path )
[run-time name: org/apache/cxf/transport/servlet/ServletDestination."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/transport/http/DestinationRegistry;Lorg/apache/cxf/service/model/EndpointInfo;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, ServletDestinationFactory.class
package org.apache.cxf.transport.servlet
ServletDestinationFactory.createDestination ( org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.Bus bus, org.apache.cxf.transport.http.DestinationRegistry registry ) : org.apache.cxf.transport.http.AbstractHTTPDestination
[run-time name: org/apache/cxf/transport/servlet/ServletDestinationFactory.createDestination:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/Bus;Lorg/apache/cxf/transport/http/DestinationRegistry;)Lorg/apache/cxf/transport/http/AbstractHTTPDestination;]
ServletDestinationFactory.ServletDestinationFactory ( )
[run-time name: org/apache/cxf/transport/servlet/ServletDestinationFactory."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ServletLinkType.class
package org.apache.cxf.jaxws.javaee
ServletLinkType.ServletLinkType ( )
[run-time name: org/apache/cxf/jaxws/javaee/ServletLinkType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, Session.class
package org.apache.cxf.transport
Session.get ( Object p1 ) [abstract] : Object
[run-time name: org/apache/cxf/transport/Session.get:(Ljava/lang/Object;)Ljava/lang/Object;]
Session.put ( Object p1, Object p2 ) [abstract] : void
[run-time name: org/apache/cxf/transport/Session.put:(Ljava/lang/Object;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, SessionFactory.class
package org.apache.cxf.service.invoker
SessionFactory.create ( org.apache.cxf.message.Exchange e ) : Object
[run-time name: org/apache/cxf/service/invoker/SessionFactory.create:(Lorg/apache/cxf/message/Exchange;)Ljava/lang/Object;]
SessionFactory.release ( org.apache.cxf.message.Exchange e, Object o ) : void
[run-time name: org/apache/cxf/service/invoker/SessionFactory.release:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)V]
SessionFactory.SessionFactory ( Class svcClass )
[run-time name: org/apache/cxf/service/invoker/SessionFactory."<init>":(Ljava/lang/Class;)V]
SessionFactory.SessionFactory ( Class svcClass, boolean createOnDemand )
[run-time name: org/apache/cxf/service/invoker/SessionFactory."<init>":(Ljava/lang/Class;Z)V]
SessionFactory.SessionFactory ( Factory f )
[run-time name: org/apache/cxf/service/invoker/SessionFactory."<init>":(Lorg/apache/cxf/service/invoker/Factory;)V]
SessionFactory.SessionFactory ( Factory f, boolean createOnDemand )
[run-time name: org/apache/cxf/service/invoker/SessionFactory."<init>":(Lorg/apache/cxf/service/invoker/Factory;Z)V]
openejb-cxf-bundle-2.5.2.jar, SessionPoolType.class
package org.apache.cxf.transport.jms
SessionPoolType.getHighWaterMark ( ) : int
[run-time name: org/apache/cxf/transport/jms/SessionPoolType.getHighWaterMark:()I]
SessionPoolType.getLowWaterMark ( ) : int
[run-time name: org/apache/cxf/transport/jms/SessionPoolType.getLowWaterMark:()I]
SessionPoolType.isSetHighWaterMark ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/SessionPoolType.isSetHighWaterMark:()Z]
SessionPoolType.isSetLowWaterMark ( ) : boolean
[run-time name: org/apache/cxf/transport/jms/SessionPoolType.isSetLowWaterMark:()Z]
SessionPoolType.SessionPoolType ( )
[run-time name: org/apache/cxf/transport/jms/SessionPoolType."<init>":()V]
SessionPoolType.setHighWaterMark ( int value ) : void
[run-time name: org/apache/cxf/transport/jms/SessionPoolType.setHighWaterMark:(I)V]
SessionPoolType.setLowWaterMark ( int value ) : void
[run-time name: org/apache/cxf/transport/jms/SessionPoolType.setLowWaterMark:(I)V]
SessionPoolType.unsetHighWaterMark ( ) : void
[run-time name: org/apache/cxf/transport/jms/SessionPoolType.unsetHighWaterMark:()V]
SessionPoolType.unsetLowWaterMark ( ) : void
[run-time name: org/apache/cxf/transport/jms/SessionPoolType.unsetLowWaterMark:()V]
openejb-cxf-bundle-2.5.2.jar, ShortType.class
package org.apache.cxf.aegis.type.basic
ShortType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/ShortType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
ShortType.ShortType ( )
[run-time name: org/apache/cxf/aegis/type/basic/ShortType."<init>":()V]
ShortType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/ShortType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, SignatureMethodType.class
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
SignatureMethodType.getAlgorithm ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureMethodType.getAlgorithm:()Ljava/lang/String;]
SignatureMethodType.getContent ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureMethodType.getContent:()Ljava/util/List;]
SignatureMethodType.setAlgorithm ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureMethodType.setAlgorithm:(Ljava/lang/String;)V]
SignatureMethodType.SignatureMethodType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureMethodType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SignaturePropertiesType.class
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
SignaturePropertiesType.getId ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignaturePropertiesType.getId:()Ljava/lang/String;]
SignaturePropertiesType.getSignatureProperty ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignaturePropertiesType.getSignatureProperty:()Ljava/util/List;]
SignaturePropertiesType.setId ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignaturePropertiesType.setId:(Ljava/lang/String;)V]
SignaturePropertiesType.SignaturePropertiesType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignaturePropertiesType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SignaturePropertyType.class
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
SignaturePropertyType.getContent ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignaturePropertyType.getContent:()Ljava/util/List;]
SignaturePropertyType.getId ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignaturePropertyType.getId:()Ljava/lang/String;]
SignaturePropertyType.getTarget ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignaturePropertyType.getTarget:()Ljava/lang/String;]
SignaturePropertyType.setId ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignaturePropertyType.setId:(Ljava/lang/String;)V]
SignaturePropertyType.setTarget ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignaturePropertyType.setTarget:(Ljava/lang/String;)V]
SignaturePropertyType.SignaturePropertyType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignaturePropertyType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SignatureToken.class
package org.apache.cxf.ws.security.policy.model
SignatureToken.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/SignatureToken.getName:()Ljavax/xml/namespace/QName;]
SignatureToken.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/SignatureToken.getRealName:()Ljavax/xml/namespace/QName;]
SignatureToken.getSignatureToken ( ) : Token
[run-time name: org/apache/cxf/ws/security/policy/model/SignatureToken.getSignatureToken:()Lorg/apache/cxf/ws/security/policy/model/Token;]
SignatureToken.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SignatureToken.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
SignatureToken.setSignatureToken ( Token signatureToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SignatureToken.setSignatureToken:(Lorg/apache/cxf/ws/security/policy/model/Token;)V]
SignatureToken.SignatureToken ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/model/SignatureToken."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, SignatureType.class
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
SignatureType.getId ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureType.getId:()Ljava/lang/String;]
SignatureType.getKeyInfo ( ) : KeyInfoType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureType.getKeyInfo:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/KeyInfoType;]
SignatureType.getObject ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureType.getObject:()Ljava/util/List;]
SignatureType.getSignatureValue ( ) : SignatureValueType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureType.getSignatureValue:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureValueType;]
SignatureType.getSignedInfo ( ) : SignedInfoType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureType.getSignedInfo:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/SignedInfoType;]
SignatureType.setId ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureType.setId:(Ljava/lang/String;)V]
SignatureType.setKeyInfo ( KeyInfoType value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureType.setKeyInfo:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/KeyInfoType;)V]
SignatureType.setSignatureValue ( SignatureValueType value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureType.setSignatureValue:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureValueType;)V]
SignatureType.setSignedInfo ( SignedInfoType value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureType.setSignedInfo:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/SignedInfoType;)V]
SignatureType.SignatureType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SignatureValueType.class
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
SignatureValueType.getValue ( ) : byte[ ]
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureValueType.getValue:()[B]
SignatureValueType.setValue ( byte[ ] value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureValueType.setValue:([B)V]
SignatureValueType.SignatureValueType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureValueType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SignChallengeType.class
package org.apache.cxf.ws.security.sts.provider.model
SignChallengeType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/SignChallengeType.getAny:()Ljava/util/List;]
SignChallengeType.getChallenge ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/SignChallengeType.getChallenge:()Ljava/lang/String;]
SignChallengeType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/SignChallengeType.getOtherAttributes:()Ljava/util/Map;]
SignChallengeType.setChallenge ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/SignChallengeType.setChallenge:(Ljava/lang/String;)V]
SignChallengeType.SignChallengeType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/SignChallengeType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SignedElementsBuilder.class
package org.apache.cxf.ws.security.policy.builders
SignedElementsBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/SignedElementsBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
SignedElementsBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/SignedElementsBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
SignedElementsBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/SignedElementsBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
SignedElementsBuilder.SignedElementsBuilder ( )
[run-time name: org/apache/cxf/ws/security/policy/builders/SignedElementsBuilder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SignedEncryptedElements.class
package org.apache.cxf.ws.security.policy.model
SignedEncryptedElements.addDeclaredNamespaces ( String uri, String prefix ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedElements.addDeclaredNamespaces:(Ljava/lang/String;Ljava/lang/String;)V]
SignedEncryptedElements.addXPathExpression ( String expr ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedElements.addXPathExpression:(Ljava/lang/String;)V]
SignedEncryptedElements.getDeclaredNamespaces ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedElements.getDeclaredNamespaces:()Ljava/util/Map;]
SignedEncryptedElements.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedElements.getName:()Ljavax/xml/namespace/QName;]
SignedEncryptedElements.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedElements.getRealName:()Ljavax/xml/namespace/QName;]
SignedEncryptedElements.getXPathExpressions ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedElements.getXPathExpressions:()Ljava/util/List;]
SignedEncryptedElements.getXPathVersion ( ) : String
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedElements.getXPathVersion:()Ljava/lang/String;]
SignedEncryptedElements.isSignedElements ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedElements.isSignedElements:()Z]
SignedEncryptedElements.isSignedElemets ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedElements.isSignedElemets:()Z]
SignedEncryptedElements.normalize ( ) : org.apache.neethi.PolicyComponent
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedElements.normalize:()Lorg/apache/neethi/PolicyComponent;]
SignedEncryptedElements.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedElements.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
SignedEncryptedElements.setXPathVersion ( String pathVersion ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedElements.setXPathVersion:(Ljava/lang/String;)V]
SignedEncryptedElements.SignedEncryptedElements ( boolean signedElements, org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedElements."<init>":(ZLorg/apache/cxf/ws/security/policy/SPConstants;)V]
openejb-cxf-bundle-2.5.2.jar, SignedEncryptedParts.class
package org.apache.cxf.ws.security.policy.model
SignedEncryptedParts.addHeader ( Header header ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedParts.addHeader:(Lorg/apache/cxf/ws/security/policy/model/Header;)V]
SignedEncryptedParts.getHeaders ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedParts.getHeaders:()Ljava/util/List;]
SignedEncryptedParts.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedParts.getName:()Ljavax/xml/namespace/QName;]
SignedEncryptedParts.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedParts.getRealName:()Ljavax/xml/namespace/QName;]
SignedEncryptedParts.isAttachments ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedParts.isAttachments:()Z]
SignedEncryptedParts.isBody ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedParts.isBody:()Z]
SignedEncryptedParts.isSignedParts ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedParts.isSignedParts:()Z]
SignedEncryptedParts.normalize ( ) : org.apache.neethi.PolicyComponent
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedParts.normalize:()Lorg/apache/neethi/PolicyComponent;]
SignedEncryptedParts.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedParts.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
SignedEncryptedParts.setAttachments ( boolean attachments ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedParts.setAttachments:(Z)V]
SignedEncryptedParts.setBody ( boolean body ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedParts.setBody:(Z)V]
SignedEncryptedParts.SignedEncryptedParts ( boolean signedParts )
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedParts."<init>":(Z)V]
SignedEncryptedParts.SignedEncryptedParts ( boolean signedParts, org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/SignedEncryptedParts."<init>":(ZLorg/apache/cxf/ws/security/policy/SPConstants;)V]
openejb-cxf-bundle-2.5.2.jar, SignedEncryptedTokenPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
SignedEncryptedTokenPolicyValidator.SignedEncryptedTokenPolicyValidator ( )
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/SignedEncryptedTokenPolicyValidator."<init>":()V]
SignedEncryptedTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, java.util.List results, java.util.List signedResults, java.util.List encryptedResults ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/SignedEncryptedTokenPolicyValidator.validatePolicy:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/cxf/message/Message;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Z]
openejb-cxf-bundle-2.5.2.jar, SignedEndorsingEncryptedTokenPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
SignedEndorsingEncryptedTokenPolicyValidator.SignedEndorsingEncryptedTokenPolicyValidator ( )
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/SignedEndorsingEncryptedTokenPolicyValidator."<init>":()V]
SignedEndorsingEncryptedTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, java.util.List results, java.util.List signedResults, java.util.List encryptedResults ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/SignedEndorsingEncryptedTokenPolicyValidator.validatePolicy:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/cxf/message/Message;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Z]
openejb-cxf-bundle-2.5.2.jar, SignedEndorsingTokenPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
SignedEndorsingTokenPolicyValidator.SignedEndorsingTokenPolicyValidator ( )
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/SignedEndorsingTokenPolicyValidator."<init>":()V]
SignedEndorsingTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, java.util.List results, java.util.List signedResults, java.util.List encryptedResults ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/SignedEndorsingTokenPolicyValidator.validatePolicy:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/cxf/message/Message;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Z]
openejb-cxf-bundle-2.5.2.jar, SignedInfoType.class
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
SignedInfoType.getCanonicalizationMethod ( ) : CanonicalizationMethodType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignedInfoType.getCanonicalizationMethod:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/CanonicalizationMethodType;]
SignedInfoType.getId ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignedInfoType.getId:()Ljava/lang/String;]
SignedInfoType.getReference ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignedInfoType.getReference:()Ljava/util/List;]
SignedInfoType.getSignatureMethod ( ) : SignatureMethodType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignedInfoType.getSignatureMethod:()Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureMethodType;]
SignedInfoType.setCanonicalizationMethod ( CanonicalizationMethodType value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignedInfoType.setCanonicalizationMethod:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/CanonicalizationMethodType;)V]
SignedInfoType.setId ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignedInfoType.setId:(Ljava/lang/String;)V]
SignedInfoType.setSignatureMethod ( SignatureMethodType value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignedInfoType.setSignatureMethod:(Lorg/apache/cxf/ws/security/sts/provider/model/xmldsig/SignatureMethodType;)V]
SignedInfoType.SignedInfoType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SignedInfoType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SignedPartsBuilder.class
package org.apache.cxf.ws.security.policy.builders
SignedPartsBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/SignedPartsBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
SignedPartsBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/SignedPartsBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
SignedPartsBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/SignedPartsBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
SignedPartsBuilder.SignedPartsBuilder ( )
[run-time name: org/apache/cxf/ws/security/policy/builders/SignedPartsBuilder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SignedTokenPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
SignedTokenPolicyValidator.SignedTokenPolicyValidator ( )
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/SignedTokenPolicyValidator."<init>":()V]
SignedTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, java.util.List results, java.util.List signedResults, java.util.List encryptedResults ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/SignedTokenPolicyValidator.validatePolicy:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/cxf/message/Message;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Z]
openejb-cxf-bundle-2.5.2.jar, SimpleAuthorizingFilter.class
package org.apache.cxf.jaxrs.security
SimpleAuthorizingFilter.handleRequest ( org.apache.cxf.message.Message m, org.apache.cxf.jaxrs.model.ClassResourceInfo resourceClass ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/security/SimpleAuthorizingFilter.handleRequest:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;)Ljavax/ws/rs/core/Response;]
SimpleAuthorizingFilter.setInterceptor ( org.apache.cxf.interceptor.security.AbstractAuthorizingInInterceptor in ) : void
[run-time name: org/apache/cxf/jaxrs/security/SimpleAuthorizingFilter.setInterceptor:(Lorg/apache/cxf/interceptor/security/AbstractAuthorizingInInterceptor;)V]
SimpleAuthorizingFilter.SimpleAuthorizingFilter ( )
[run-time name: org/apache/cxf/jaxrs/security/SimpleAuthorizingFilter."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SimpleAuthorizingInterceptor.class
package org.apache.cxf.interceptor.security
SimpleAuthorizingInterceptor.getExpectedRoles ( reflect.Method method ) : java.util.List
[run-time name: org/apache/cxf/interceptor/security/SimpleAuthorizingInterceptor.getExpectedRoles:(Ljava/lang/reflect/Method;)Ljava/util/List;]
SimpleAuthorizingInterceptor.isUserInRole ( org.apache.cxf.security.SecurityContext sc, java.util.List roles, boolean deny ) : boolean
[run-time name: org/apache/cxf/interceptor/security/SimpleAuthorizingInterceptor.isUserInRole:(Lorg/apache/cxf/security/SecurityContext;Ljava/util/List;Z)Z]
SimpleAuthorizingInterceptor.setGlobalRoles ( String roles ) : void
[run-time name: org/apache/cxf/interceptor/security/SimpleAuthorizingInterceptor.setGlobalRoles:(Ljava/lang/String;)V]
SimpleAuthorizingInterceptor.setMethodRolesMap ( java.util.Map rolesMap ) : void
[run-time name: org/apache/cxf/interceptor/security/SimpleAuthorizingInterceptor.setMethodRolesMap:(Ljava/util/Map;)V]
SimpleAuthorizingInterceptor.setUserRolesMap ( java.util.Map rolesMap ) : void
[run-time name: org/apache/cxf/interceptor/security/SimpleAuthorizingInterceptor.setUserRolesMap:(Ljava/util/Map;)V]
SimpleAuthorizingInterceptor.SimpleAuthorizingInterceptor ( )
[run-time name: org/apache/cxf/interceptor/security/SimpleAuthorizingInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SimpleBeanDefinitionParser.class
package org.apache.cxf.configuration.spring
SimpleBeanDefinitionParser.SimpleBeanDefinitionParser ( Class beanClass )
[run-time name: org/apache/cxf/configuration/spring/SimpleBeanDefinitionParser."<init>":(Ljava/lang/Class;)V]
openejb-cxf-bundle-2.5.2.jar, SimpleBPBeanDefinitionParser.class
package org.apache.cxf.configuration.blueprint
SimpleBPBeanDefinitionParser.getFactoryCreateType ( org.w3c.dom.Element element ) : String
[run-time name: org/apache/cxf/configuration/blueprint/SimpleBPBeanDefinitionParser.getFactoryCreateType:(Lorg/w3c/dom/Element;)Ljava/lang/String;]
SimpleBPBeanDefinitionParser.getFactorySuffix ( ) : String
[run-time name: org/apache/cxf/configuration/blueprint/SimpleBPBeanDefinitionParser.getFactorySuffix:()Ljava/lang/String;]
SimpleBPBeanDefinitionParser.getId ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context ) : String
[run-time name: org/apache/cxf/configuration/blueprint/SimpleBPBeanDefinitionParser.getId:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Ljava/lang/String;]
SimpleBPBeanDefinitionParser.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/configuration/blueprint/SimpleBPBeanDefinitionParser.parse:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/Metadata;]
SimpleBPBeanDefinitionParser.SimpleBPBeanDefinitionParser ( Class cls )
[run-time name: org/apache/cxf/configuration/blueprint/SimpleBPBeanDefinitionParser."<init>":(Ljava/lang/Class;)V]
openejb-cxf-bundle-2.5.2.jar, SimpleBPNamespaceHandler.class
package org.apache.cxf.frontend.blueprint
SimpleBPNamespaceHandler.decorate ( org.w3c.dom.Node node, org.osgi.service.blueprint.reflect.ComponentMetadata component, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.ComponentMetadata
[run-time name: org/apache/cxf/frontend/blueprint/SimpleBPNamespaceHandler.decorate:(Lorg/w3c/dom/Node;Lorg/osgi/service/blueprint/reflect/ComponentMetadata;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/ComponentMetadata;]
SimpleBPNamespaceHandler.getBlueprintContainer ( ) : org.osgi.service.blueprint.container.BlueprintContainer
[run-time name: org/apache/cxf/frontend/blueprint/SimpleBPNamespaceHandler.getBlueprintContainer:()Lorg/osgi/service/blueprint/container/BlueprintContainer;]
SimpleBPNamespaceHandler.getManagedClasses ( ) : java.util.Set
[run-time name: org/apache/cxf/frontend/blueprint/SimpleBPNamespaceHandler.getManagedClasses:()Ljava/util/Set;]
SimpleBPNamespaceHandler.getSchemaLocation ( String namespace ) : java.net.URL
[run-time name: org/apache/cxf/frontend/blueprint/SimpleBPNamespaceHandler.getSchemaLocation:(Ljava/lang/String;)Ljava/net/URL;]
SimpleBPNamespaceHandler.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/frontend/blueprint/SimpleBPNamespaceHandler.parse:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/Metadata;]
SimpleBPNamespaceHandler.setBlueprintContainer ( org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer ) : void
[run-time name: org/apache/cxf/frontend/blueprint/SimpleBPNamespaceHandler.setBlueprintContainer:(Lorg/osgi/service/blueprint/container/BlueprintContainer;)V]
SimpleBPNamespaceHandler.SimpleBPNamespaceHandler ( )
[run-time name: org/apache/cxf/frontend/blueprint/SimpleBPNamespaceHandler."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SimpleEndpointImplFactory.class
package org.apache.cxf.endpoint
SimpleEndpointImplFactory.getSingleton ( ) [static] : EndpointImplFactory
[run-time name: org/apache/cxf/endpoint/SimpleEndpointImplFactory.getSingleton:()Lorg/apache/cxf/endpoint/EndpointImplFactory;]
SimpleEndpointImplFactory.newEndpointImpl ( org.apache.cxf.Bus bus, org.apache.cxf.service.Service service, org.apache.cxf.service.model.EndpointInfo endpointInfo ) : EndpointImpl
[run-time name: org/apache/cxf/endpoint/SimpleEndpointImplFactory.newEndpointImpl:(Lorg/apache/cxf/Bus;Lorg/apache/cxf/service/Service;Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/cxf/endpoint/EndpointImpl;]
SimpleEndpointImplFactory.SimpleEndpointImplFactory ( )
[run-time name: org/apache/cxf/endpoint/SimpleEndpointImplFactory."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SimpleGroup.class
package org.apache.cxf.common.security
SimpleGroup.addMember ( java.security.Principal p ) : boolean
[run-time name: org/apache/cxf/common/security/SimpleGroup.addMember:(Ljava/security/Principal;)Z]
SimpleGroup.equals ( Object obj ) : boolean
[run-time name: org/apache/cxf/common/security/SimpleGroup.equals:(Ljava/lang/Object;)Z]
SimpleGroup.hashCode ( ) : int
[run-time name: org/apache/cxf/common/security/SimpleGroup.hashCode:()I]
SimpleGroup.isMember ( java.security.Principal p ) : boolean
[run-time name: org/apache/cxf/common/security/SimpleGroup.isMember:(Ljava/security/Principal;)Z]
SimpleGroup.members ( ) : java.util.Enumeration
[run-time name: org/apache/cxf/common/security/SimpleGroup.members:()Ljava/util/Enumeration;]
SimpleGroup.removeMember ( java.security.Principal p ) : boolean
[run-time name: org/apache/cxf/common/security/SimpleGroup.removeMember:(Ljava/security/Principal;)Z]
SimpleGroup.SimpleGroup ( String groupName )
[run-time name: org/apache/cxf/common/security/SimpleGroup."<init>":(Ljava/lang/String;)V]
SimpleGroup.SimpleGroup ( String groupName, java.security.Principal member )
[run-time name: org/apache/cxf/common/security/SimpleGroup."<init>":(Ljava/lang/String;Ljava/security/Principal;)V]
SimpleGroup.SimpleGroup ( String groupName, String memberName )
[run-time name: org/apache/cxf/common/security/SimpleGroup."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, SimpleMethodDispatcher.class
package org.apache.cxf.frontend
SimpleMethodDispatcher.bind ( org.apache.cxf.service.model.OperationInfo o, reflect.Method[ ] methods ) : void
[run-time name: org/apache/cxf/frontend/SimpleMethodDispatcher.bind:(Lorg/apache/cxf/service/model/OperationInfo;[Ljava/lang/reflect/Method;)V]
SimpleMethodDispatcher.getBindingOperation ( reflect.Method method, org.apache.cxf.endpoint.Endpoint endpoint ) : org.apache.cxf.service.model.BindingOperationInfo
[run-time name: org/apache/cxf/frontend/SimpleMethodDispatcher.getBindingOperation:(Ljava/lang/reflect/Method;Lorg/apache/cxf/endpoint/Endpoint;)Lorg/apache/cxf/service/model/BindingOperationInfo;]
SimpleMethodDispatcher.getMethod ( org.apache.cxf.service.model.BindingOperationInfo op ) : reflect.Method
[run-time name: org/apache/cxf/frontend/SimpleMethodDispatcher.getMethod:(Lorg/apache/cxf/service/model/BindingOperationInfo;)Ljava/lang/reflect/Method;]
SimpleMethodDispatcher.getPrimaryMethod ( org.apache.cxf.service.model.OperationInfo op ) : reflect.Method
[run-time name: org/apache/cxf/frontend/SimpleMethodDispatcher.getPrimaryMethod:(Lorg/apache/cxf/service/model/OperationInfo;)Ljava/lang/reflect/Method;]
SimpleMethodDispatcher.SimpleMethodDispatcher ( )
[run-time name: org/apache/cxf/frontend/SimpleMethodDispatcher."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SimplePrincipal.class
package org.apache.cxf.common.security
SimplePrincipal.equals ( Object obj ) : boolean
[run-time name: org/apache/cxf/common/security/SimplePrincipal.equals:(Ljava/lang/Object;)Z]
SimplePrincipal.getName ( ) : String
[run-time name: org/apache/cxf/common/security/SimplePrincipal.getName:()Ljava/lang/String;]
SimplePrincipal.hashCode ( ) : int
[run-time name: org/apache/cxf/common/security/SimplePrincipal.hashCode:()I]
SimplePrincipal.SimplePrincipal ( String name )
[run-time name: org/apache/cxf/common/security/SimplePrincipal."<init>":(Ljava/lang/String;)V]
SimplePrincipal.toString ( ) : String
[run-time name: org/apache/cxf/common/security/SimplePrincipal.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, SimpleSearchCondition.class
package org.apache.cxf.jaxrs.ext.search
SimpleSearchCondition.accept ( SearchConditionVisitor visitor ) : void
[run-time name: org/apache/cxf/jaxrs/ext/search/SimpleSearchCondition.accept:(Lorg/apache/cxf/jaxrs/ext/search/SearchConditionVisitor;)V]
SimpleSearchCondition.findAll ( java.util.Collection pojos ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/ext/search/SimpleSearchCondition.findAll:(Ljava/util/Collection;)Ljava/util/List;]
SimpleSearchCondition.getCondition ( ) : Object
[run-time name: org/apache/cxf/jaxrs/ext/search/SimpleSearchCondition.getCondition:()Ljava/lang/Object;]
SimpleSearchCondition.getConditionType ( ) : ConditionType
[run-time name: org/apache/cxf/jaxrs/ext/search/SimpleSearchCondition.getConditionType:()Lorg/apache/cxf/jaxrs/ext/search/ConditionType;]
SimpleSearchCondition.getSearchConditions ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/ext/search/SimpleSearchCondition.getSearchConditions:()Ljava/util/List;]
SimpleSearchCondition.getStatement ( ) : PrimitiveStatement
[run-time name: org/apache/cxf/jaxrs/ext/search/SimpleSearchCondition.getStatement:()Lorg/apache/cxf/jaxrs/ext/search/PrimitiveStatement;]
SimpleSearchCondition.isMet ( Object pojo ) : boolean
[run-time name: org/apache/cxf/jaxrs/ext/search/SimpleSearchCondition.isMet:(Ljava/lang/Object;)Z]
SimpleSearchCondition.SimpleSearchCondition ( java.util.Map getters2operators, Object condition )
[run-time name: org/apache/cxf/jaxrs/ext/search/SimpleSearchCondition."<init>":(Ljava/util/Map;Ljava/lang/Object;)V]
SimpleSearchCondition.SimpleSearchCondition ( ConditionType cType, Object condition )
[run-time name: org/apache/cxf/jaxrs/ext/search/SimpleSearchCondition."<init>":(Lorg/apache/cxf/jaxrs/ext/search/ConditionType;Ljava/lang/Object;)V]
SimpleSearchCondition.toSQL ( String table, String[ ] columns ) : String
[run-time name: org/apache/cxf/jaxrs/ext/search/SimpleSearchCondition.toSQL:(Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, SimpleServiceBuilder.class
package org.apache.cxf.simple
SimpleServiceBuilder.SimpleServiceBuilder ( )
[run-time name: org/apache/cxf/simple/SimpleServiceBuilder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SimpleTypeSpecVisitor.class
package org.apache.cxf.tools.corba.processors.idl
SimpleTypeSpecVisitor.accept ( antlr.collections.AST node ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/SimpleTypeSpecVisitor.accept:(Lantlr/collections/AST;)Z]
SimpleTypeSpecVisitor.SimpleTypeSpecVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor, antlr.collections.AST identifierNodeRef )
[run-time name: org/apache/cxf/tools/corba/processors/idl/SimpleTypeSpecVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;Lantlr/collections/AST;)V]
SimpleTypeSpecVisitor.visit ( antlr.collections.AST node ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/SimpleTypeSpecVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, SinglePropertyResolver.class
package org.apache.cxf.resource
SinglePropertyResolver.getAsStream ( String name ) : java.io.InputStream
[run-time name: org/apache/cxf/resource/SinglePropertyResolver.getAsStream:(Ljava/lang/String;)Ljava/io/InputStream;]
SinglePropertyResolver.resolve ( String resourceName, Class resourceType ) : Object
[run-time name: org/apache/cxf/resource/SinglePropertyResolver.resolve:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
SinglePropertyResolver.SinglePropertyResolver ( String k, Object v )
[run-time name: org/apache/cxf/resource/SinglePropertyResolver."<init>":(Ljava/lang/String;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, SingletonFactory.class
package org.apache.cxf.service.invoker
SingletonFactory.create ( org.apache.cxf.message.Exchange ex ) : Object
[run-time name: org/apache/cxf/service/invoker/SingletonFactory.create:(Lorg/apache/cxf/message/Exchange;)Ljava/lang/Object;]
SingletonFactory.release ( org.apache.cxf.message.Exchange ex, Object o ) : void
[run-time name: org/apache/cxf/service/invoker/SingletonFactory.release:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)V]
SingletonFactory.SingletonFactory ( Class beanClass )
[run-time name: org/apache/cxf/service/invoker/SingletonFactory."<init>":(Ljava/lang/Class;)V]
SingletonFactory.SingletonFactory ( Object bean )
[run-time name: org/apache/cxf/service/invoker/SingletonFactory."<init>":(Ljava/lang/Object;)V]
SingletonFactory.SingletonFactory ( Factory f )
[run-time name: org/apache/cxf/service/invoker/SingletonFactory."<init>":(Lorg/apache/cxf/service/invoker/Factory;)V]
openejb-cxf-bundle-2.5.2.jar, SingletonResourceProvider.class
package org.apache.cxf.jaxrs.lifecycle
SingletonResourceProvider.getInstance ( org.apache.cxf.message.Message m ) : Object
[run-time name: org/apache/cxf/jaxrs/lifecycle/SingletonResourceProvider.getInstance:(Lorg/apache/cxf/message/Message;)Ljava/lang/Object;]
SingletonResourceProvider.getResourceClass ( ) : Class
[run-time name: org/apache/cxf/jaxrs/lifecycle/SingletonResourceProvider.getResourceClass:()Ljava/lang/Class;]
SingletonResourceProvider.isSingleton ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/lifecycle/SingletonResourceProvider.isSingleton:()Z]
SingletonResourceProvider.releaseInstance ( org.apache.cxf.message.Message m, Object o ) : void
[run-time name: org/apache/cxf/jaxrs/lifecycle/SingletonResourceProvider.releaseInstance:(Lorg/apache/cxf/message/Message;Ljava/lang/Object;)V]
SingletonResourceProvider.SingletonResourceProvider ( Object o )
[run-time name: org/apache/cxf/jaxrs/lifecycle/SingletonResourceProvider."<init>":(Ljava/lang/Object;)V]
SingletonResourceProvider.SingletonResourceProvider ( Object o, boolean callPostConstruct )
[run-time name: org/apache/cxf/jaxrs/lifecycle/SingletonResourceProvider."<init>":(Ljava/lang/Object;Z)V]
openejb-cxf-bundle-2.5.2.jar, SkipStartEndEventProducer.class
package org.apache.cxf.binding.corba.types
SkipStartEndEventProducer.getAttributes ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/SkipStartEndEventProducer.getAttributes:()Ljava/util/List;]
SkipStartEndEventProducer.getLocalName ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/SkipStartEndEventProducer.getLocalName:()Ljava/lang/String;]
SkipStartEndEventProducer.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/types/SkipStartEndEventProducer.getName:()Ljavax/xml/namespace/QName;]
SkipStartEndEventProducer.getNamespaces ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/types/SkipStartEndEventProducer.getNamespaces:()Ljava/util/List;]
SkipStartEndEventProducer.getText ( ) : String
[run-time name: org/apache/cxf/binding/corba/types/SkipStartEndEventProducer.getText:()Ljava/lang/String;]
SkipStartEndEventProducer.hasNext ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/types/SkipStartEndEventProducer.hasNext:()Z]
SkipStartEndEventProducer.next ( ) : int
[run-time name: org/apache/cxf/binding/corba/types/SkipStartEndEventProducer.next:()I]
SkipStartEndEventProducer.SkipStartEndEventProducer ( CorbaTypeEventProducer contentEventProducer, javax.xml.namespace.QName n )
[run-time name: org/apache/cxf/binding/corba/types/SkipStartEndEventProducer."<init>":(Lorg/apache/cxf/binding/corba/types/CorbaTypeEventProducer;Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, Slf4jLogger.class
package org.apache.cxf.common.logging
Slf4jLogger.getLevel ( ) : java.util.logging.Level
[run-time name: org/apache/cxf/common/logging/Slf4jLogger.getLevel:()Ljava/util/logging/Level;]
Slf4jLogger.internalLogFormatted ( String msg, java.util.logging.LogRecord record ) : void
[run-time name: org/apache/cxf/common/logging/Slf4jLogger.internalLogFormatted:(Ljava/lang/String;Ljava/util/logging/LogRecord;)V]
Slf4jLogger.Slf4jLogger ( String name, String resourceBundleName )
[run-time name: org/apache/cxf/common/logging/Slf4jLogger."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, Soap11.class
package org.apache.cxf.binding.soap
Soap11.getAttrNameMustUnderstand ( ) : String
[run-time name: org/apache/cxf/binding/soap/Soap11.getAttrNameMustUnderstand:()Ljava/lang/String;]
Soap11.getAttrNameRole ( ) : String
[run-time name: org/apache/cxf/binding/soap/Soap11.getAttrNameRole:()Ljava/lang/String;]
Soap11.getAttrValueMustUnderstand ( boolean value ) : String
[run-time name: org/apache/cxf/binding/soap/Soap11.getAttrValueMustUnderstand:(Z)Ljava/lang/String;]
Soap11.getBindingId ( ) : String
[run-time name: org/apache/cxf/binding/soap/Soap11.getBindingId:()Ljava/lang/String;]
Soap11.getBody ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/Soap11.getBody:()Ljavax/xml/namespace/QName;]
Soap11.getContentType ( ) : String
[run-time name: org/apache/cxf/binding/soap/Soap11.getContentType:()Ljava/lang/String;]
Soap11.getDateEncodingUnknown ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/Soap11.getDateEncodingUnknown:()Ljavax/xml/namespace/QName;]
Soap11.getEnvelope ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/Soap11.getEnvelope:()Ljavax/xml/namespace/QName;]
Soap11.getFault ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/Soap11.getFault:()Ljavax/xml/namespace/QName;]
Soap11.getHeader ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/Soap11.getHeader:()Ljavax/xml/namespace/QName;]
Soap11.getInstance ( ) [static] : Soap11
[run-time name: org/apache/cxf/binding/soap/Soap11.getInstance:()Lorg/apache/cxf/binding/soap/Soap11;]
Soap11.getMustUnderstand ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/Soap11.getMustUnderstand:()Ljavax/xml/namespace/QName;]
Soap11.getNamespace ( ) : String
[run-time name: org/apache/cxf/binding/soap/Soap11.getNamespace:()Ljava/lang/String;]
Soap11.getNextRole ( ) : String
[run-time name: org/apache/cxf/binding/soap/Soap11.getNextRole:()Ljava/lang/String;]
Soap11.getNoneRole ( ) : String
[run-time name: org/apache/cxf/binding/soap/Soap11.getNoneRole:()Ljava/lang/String;]
Soap11.getReceiver ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/Soap11.getReceiver:()Ljavax/xml/namespace/QName;]
Soap11.getSender ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/Soap11.getSender:()Ljavax/xml/namespace/QName;]
Soap11.getSoapEncodingStyle ( ) : String
[run-time name: org/apache/cxf/binding/soap/Soap11.getSoapEncodingStyle:()Ljava/lang/String;]
Soap11.getUltimateReceiverRole ( ) : String
[run-time name: org/apache/cxf/binding/soap/Soap11.getUltimateReceiverRole:()Ljava/lang/String;]
Soap11.getVersion ( ) : double
[run-time name: org/apache/cxf/binding/soap/Soap11.getVersion:()D]
Soap11.getVersionMismatch ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/Soap11.getVersionMismatch:()Ljavax/xml/namespace/QName;]
openejb-cxf-bundle-2.5.2.jar, Soap11FaultInInterceptor.class
package org.apache.cxf.binding.soap.interceptor
Soap11FaultInInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/Soap11FaultInInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
Soap11FaultInInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/Soap11FaultInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
Soap11FaultInInterceptor.Soap11FaultInInterceptor ( )
[run-time name: org/apache/cxf/binding/soap/interceptor/Soap11FaultInInterceptor."<init>":()V]
Soap11FaultInInterceptor.unmarshalFault ( org.apache.cxf.binding.soap.SoapMessage message, javax.xml.stream.XMLStreamReader reader ) [static] : org.apache.cxf.binding.soap.SoapFault
[run-time name: org/apache/cxf/binding/soap/interceptor/Soap11FaultInInterceptor.unmarshalFault:(Lorg/apache/cxf/binding/soap/SoapMessage;Ljavax/xml/stream/XMLStreamReader;)Lorg/apache/cxf/binding/soap/SoapFault;]
openejb-cxf-bundle-2.5.2.jar, Soap11FaultOutInterceptor.class
package org.apache.cxf.binding.soap.interceptor
Soap11FaultOutInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/Soap11FaultOutInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
Soap11FaultOutInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/Soap11FaultOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
Soap11FaultOutInterceptor.Soap11FaultOutInterceptor ( )
[run-time name: org/apache/cxf/binding/soap/interceptor/Soap11FaultOutInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, Soap12.class
package org.apache.cxf.binding.soap
Soap12.getAttrNameMustUnderstand ( ) : String
[run-time name: org/apache/cxf/binding/soap/Soap12.getAttrNameMustUnderstand:()Ljava/lang/String;]
Soap12.getAttrNameRole ( ) : String
[run-time name: org/apache/cxf/binding/soap/Soap12.getAttrNameRole:()Ljava/lang/String;]
Soap12.getAttrValueMustUnderstand ( boolean value ) : String
[run-time name: org/apache/cxf/binding/soap/Soap12.getAttrValueMustUnderstand:(Z)Ljava/lang/String;]
Soap12.getBindingId ( ) : String
[run-time name: org/apache/cxf/binding/soap/Soap12.getBindingId:()Ljava/lang/String;]
Soap12.getBody ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/Soap12.getBody:()Ljavax/xml/namespace/QName;]
Soap12.getContentType ( ) : String
[run-time name: org/apache/cxf/binding/soap/Soap12.getContentType:()Ljava/lang/String;]
Soap12.getDateEncodingUnknown ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/Soap12.getDateEncodingUnknown:()Ljavax/xml/namespace/QName;]
Soap12.getEnvelope ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/Soap12.getEnvelope:()Ljavax/xml/namespace/QName;]
Soap12.getFault ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/Soap12.getFault:()Ljavax/xml/namespace/QName;]
Soap12.getHeader ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/Soap12.getHeader:()Ljavax/xml/namespace/QName;]
Soap12.getInstance ( ) [static] : Soap12
[run-time name: org/apache/cxf/binding/soap/Soap12.getInstance:()Lorg/apache/cxf/binding/soap/Soap12;]
Soap12.getMustUnderstand ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/Soap12.getMustUnderstand:()Ljavax/xml/namespace/QName;]
Soap12.getNamespace ( ) : String
[run-time name: org/apache/cxf/binding/soap/Soap12.getNamespace:()Ljava/lang/String;]
Soap12.getNextRole ( ) : String
[run-time name: org/apache/cxf/binding/soap/Soap12.getNextRole:()Ljava/lang/String;]
Soap12.getNoneRole ( ) : String
[run-time name: org/apache/cxf/binding/soap/Soap12.getNoneRole:()Ljava/lang/String;]
Soap12.getReceiver ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/Soap12.getReceiver:()Ljavax/xml/namespace/QName;]
Soap12.getSender ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/Soap12.getSender:()Ljavax/xml/namespace/QName;]
Soap12.getSoapEncodingStyle ( ) : String
[run-time name: org/apache/cxf/binding/soap/Soap12.getSoapEncodingStyle:()Ljava/lang/String;]
Soap12.getUltimateReceiverRole ( ) : String
[run-time name: org/apache/cxf/binding/soap/Soap12.getUltimateReceiverRole:()Ljava/lang/String;]
Soap12.getVersion ( ) : double
[run-time name: org/apache/cxf/binding/soap/Soap12.getVersion:()D]
Soap12.getVersionMismatch ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/Soap12.getVersionMismatch:()Ljavax/xml/namespace/QName;]
openejb-cxf-bundle-2.5.2.jar, Soap12FaultInInterceptor.class
package org.apache.cxf.binding.soap.interceptor
Soap12FaultInInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/Soap12FaultInInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
Soap12FaultInInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/Soap12FaultInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
Soap12FaultInInterceptor.Soap12FaultInInterceptor ( )
[run-time name: org/apache/cxf/binding/soap/interceptor/Soap12FaultInInterceptor."<init>":()V]
Soap12FaultInInterceptor.unmarshalFault ( org.apache.cxf.binding.soap.SoapMessage message, javax.xml.stream.XMLStreamReader reader ) [static] : org.apache.cxf.binding.soap.SoapFault
[run-time name: org/apache/cxf/binding/soap/interceptor/Soap12FaultInInterceptor.unmarshalFault:(Lorg/apache/cxf/binding/soap/SoapMessage;Ljavax/xml/stream/XMLStreamReader;)Lorg/apache/cxf/binding/soap/SoapFault;]
openejb-cxf-bundle-2.5.2.jar, Soap12FaultOutInterceptor.class
package org.apache.cxf.binding.soap.interceptor
Soap12FaultOutInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/Soap12FaultOutInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
Soap12FaultOutInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/Soap12FaultOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
Soap12FaultOutInterceptor.Soap12FaultOutInterceptor ( )
[run-time name: org/apache/cxf/binding/soap/interceptor/Soap12FaultOutInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapActionInInterceptor.class
package org.apache.cxf.binding.soap.interceptor
SoapActionInInterceptor.getSoapAction ( org.apache.cxf.message.Message m ) [static] : String
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapActionInInterceptor.getSoapAction:(Lorg/apache/cxf/message/Message;)Ljava/lang/String;]
SoapActionInInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapActionInInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SoapActionInInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapActionInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
SoapActionInInterceptor.SoapActionInInterceptor ( )
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapActionInInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapAddress.class
package org.apache.cxf.tools.misc.processor.address
SoapAddress.buildAddressArguments ( org.apache.cxf.tools.common.ToolContext context ) : java.util.Map
[run-time name: org/apache/cxf/tools/misc/processor/address/SoapAddress.buildAddressArguments:(Lorg/apache/cxf/tools/common/ToolContext;)Ljava/util/Map;]
SoapAddress.getNamespaces ( org.apache.cxf.tools.common.ToolContext context ) : java.util.Map
[run-time name: org/apache/cxf/tools/misc/processor/address/SoapAddress.getNamespaces:(Lorg/apache/cxf/tools/common/ToolContext;)Ljava/util/Map;]
SoapAddress.SoapAddress ( )
[run-time name: org/apache/cxf/tools/misc/processor/address/SoapAddress."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapAddressPlugin.class
package org.apache.cxf.binding.soap.wsdl11
SoapAddressPlugin.createExtension ( boolean isSOAP12, String address ) : javax.wsdl.extensions.ExtensibilityElement
[run-time name: org/apache/cxf/binding/soap/wsdl11/SoapAddressPlugin.createExtension:(ZLjava/lang/String;)Ljavax/wsdl/extensions/ExtensibilityElement;]
SoapAddressPlugin.createExtension ( java.util.Map args ) : javax.wsdl.extensions.ExtensibilityElement
[run-time name: org/apache/cxf/binding/soap/wsdl11/SoapAddressPlugin.createExtension:(Ljava/util/Map;)Ljavax/wsdl/extensions/ExtensibilityElement;]
SoapAddressPlugin.SoapAddressPlugin ( )
[run-time name: org/apache/cxf/binding/soap/wsdl11/SoapAddressPlugin."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapArrayType.class
package org.apache.cxf.aegis.type.encoded
SoapArrayType.getComponentName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/encoded/SoapArrayType.getComponentName:()Ljavax/xml/namespace/QName;]
SoapArrayType.getComponentType ( ) : org.apache.cxf.aegis.type.AegisType
[run-time name: org/apache/cxf/aegis/type/encoded/SoapArrayType.getComponentType:()Lorg/apache/cxf/aegis/type/AegisType;]
SoapArrayType.getDependencies ( ) : java.util.Set
[run-time name: org/apache/cxf/aegis/type/encoded/SoapArrayType.getDependencies:()Ljava/util/Set;]
SoapArrayType.getRootType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/encoded/SoapArrayType.getRootType:()Ljavax/xml/namespace/QName;]
SoapArrayType.isComplex ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/encoded/SoapArrayType.isComplex:()Z]
SoapArrayType.makeArray ( java.util.List values, java.util.List dimensions, Class componentType ) : Object
[run-time name: org/apache/cxf/aegis/type/encoded/SoapArrayType.makeArray:(Ljava/util/List;Ljava/util/List;Ljava/lang/Class;)Ljava/lang/Object;]
SoapArrayType.readCollection ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context, ArrayTypeInfo arrayTypeInfo, int maxSize ) : java.util.List
[run-time name: org/apache/cxf/aegis/type/encoded/SoapArrayType.readCollection:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;Lorg/apache/cxf/aegis/type/encoded/ArrayTypeInfo;I)Ljava/util/List;]
SoapArrayType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/encoded/SoapArrayType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
SoapArrayType.setComponentName ( javax.xml.namespace.QName componentName ) : void
[run-time name: org/apache/cxf/aegis/type/encoded/SoapArrayType.setComponentName:(Ljavax/xml/namespace/QName;)V]
SoapArrayType.SoapArrayType ( )
[run-time name: org/apache/cxf/aegis/type/encoded/SoapArrayType."<init>":()V]
SoapArrayType.writeObject ( Object values, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/encoded/SoapArrayType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
SoapArrayType.writeSchema ( org.apache.ws.commons.schema.XmlSchema root ) : void
[run-time name: org/apache/cxf/aegis/type/encoded/SoapArrayType.writeSchema:(Lorg/apache/ws/commons/schema/XmlSchema;)V]
SoapArrayType.writeValue ( Object value, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context, org.apache.cxf.aegis.type.AegisType type ) : void
[run-time name: org/apache/cxf/aegis/type/encoded/SoapArrayType.writeValue:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;Lorg/apache/cxf/aegis/type/AegisType;)V]
openejb-cxf-bundle-2.5.2.jar, SoapBinding.class
package org.apache.cxf.binding.soap
SoapBinding.createMessage ( ) : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/binding/soap/SoapBinding.createMessage:()Lorg/apache/cxf/message/Message;]
SoapBinding.createMessage ( org.apache.cxf.message.Message m ) : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/binding/soap/SoapBinding.createMessage:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/message/Message;]
SoapBinding.getBindingInfo ( ) : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/binding/soap/SoapBinding.getBindingInfo:()Lorg/apache/cxf/service/model/BindingInfo;]
SoapBinding.getSoapVersion ( ) : SoapVersion
[run-time name: org/apache/cxf/binding/soap/SoapBinding.getSoapVersion:()Lorg/apache/cxf/binding/soap/SoapVersion;]
SoapBinding.setSoapVersion ( SoapVersion v ) : void
[run-time name: org/apache/cxf/binding/soap/SoapBinding.setSoapVersion:(Lorg/apache/cxf/binding/soap/SoapVersion;)V]
SoapBinding.SoapBinding ( org.apache.cxf.service.model.BindingInfo info )
[run-time name: org/apache/cxf/binding/soap/SoapBinding."<init>":(Lorg/apache/cxf/service/model/BindingInfo;)V]
SoapBinding.SoapBinding ( org.apache.cxf.service.model.BindingInfo info, SoapVersion v )
[run-time name: org/apache/cxf/binding/soap/SoapBinding."<init>":(Lorg/apache/cxf/service/model/BindingInfo;Lorg/apache/cxf/binding/soap/SoapVersion;)V]
openejb-cxf-bundle-2.5.2.jar, SoapBindingBPHandler.class
package org.apache.cxf.binding.soap.blueprint
SoapBindingBPHandler.decorate ( org.w3c.dom.Node node, org.osgi.service.blueprint.reflect.ComponentMetadata componentMetadata, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.ComponentMetadata
[run-time name: org/apache/cxf/binding/soap/blueprint/SoapBindingBPHandler.decorate:(Lorg/w3c/dom/Node;Lorg/osgi/service/blueprint/reflect/ComponentMetadata;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/ComponentMetadata;]
SoapBindingBPHandler.getManagedClasses ( ) : java.util.Set
[run-time name: org/apache/cxf/binding/soap/blueprint/SoapBindingBPHandler.getManagedClasses:()Ljava/util/Set;]
SoapBindingBPHandler.getSchemaLocation ( String s ) : java.net.URL
[run-time name: org/apache/cxf/binding/soap/blueprint/SoapBindingBPHandler.getSchemaLocation:(Ljava/lang/String;)Ljava/net/URL;]
SoapBindingBPHandler.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/binding/soap/blueprint/SoapBindingBPHandler.parse:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/Metadata;]
SoapBindingBPHandler.SoapBindingBPHandler ( )
[run-time name: org/apache/cxf/binding/soap/blueprint/SoapBindingBPHandler."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapBindingBPInfoConfigDefinitionParser.class
package org.apache.cxf.binding.soap.blueprint
SoapBindingBPInfoConfigDefinitionParser.mapElement ( org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element el, String name ) : void
[run-time name: org/apache/cxf/binding/soap/blueprint/SoapBindingBPInfoConfigDefinitionParser.mapElement:(Lorg/apache/aries/blueprint/ParserContext;Lorg/apache/aries/blueprint/mutable/MutableBeanMetadata;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
SoapBindingBPInfoConfigDefinitionParser.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/binding/soap/blueprint/SoapBindingBPInfoConfigDefinitionParser.parse:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/Metadata;]
SoapBindingBPInfoConfigDefinitionParser.SoapBindingBPInfoConfigDefinitionParser ( )
[run-time name: org/apache/cxf/binding/soap/blueprint/SoapBindingBPInfoConfigDefinitionParser."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapBindingConfiguration.class
package org.apache.cxf.binding.soap
SoapBindingConfiguration.getBindingId ( ) : String
[run-time name: org/apache/cxf/binding/soap/SoapBindingConfiguration.getBindingId:()Ljava/lang/String;]
SoapBindingConfiguration.getBindingName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/SoapBindingConfiguration.getBindingName:()Ljavax/xml/namespace/QName;]
SoapBindingConfiguration.getBindingName ( org.apache.cxf.service.model.ServiceInfo si ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/SoapBindingConfiguration.getBindingName:(Lorg/apache/cxf/service/model/ServiceInfo;)Ljavax/xml/namespace/QName;]
SoapBindingConfiguration.getBindingNamePostfix ( ) : String
[run-time name: org/apache/cxf/binding/soap/SoapBindingConfiguration.getBindingNamePostfix:()Ljava/lang/String;]
SoapBindingConfiguration.getSoapAction ( org.apache.cxf.service.model.OperationInfo op ) : String
[run-time name: org/apache/cxf/binding/soap/SoapBindingConfiguration.getSoapAction:(Lorg/apache/cxf/service/model/OperationInfo;)Ljava/lang/String;]
SoapBindingConfiguration.getStyle ( ) : String
[run-time name: org/apache/cxf/binding/soap/SoapBindingConfiguration.getStyle:()Ljava/lang/String;]
SoapBindingConfiguration.getStyle ( org.apache.cxf.service.model.OperationInfo op ) : String
[run-time name: org/apache/cxf/binding/soap/SoapBindingConfiguration.getStyle:(Lorg/apache/cxf/service/model/OperationInfo;)Ljava/lang/String;]
SoapBindingConfiguration.getTransportURI ( ) : String
[run-time name: org/apache/cxf/binding/soap/SoapBindingConfiguration.getTransportURI:()Ljava/lang/String;]
SoapBindingConfiguration.getUse ( ) : String
[run-time name: org/apache/cxf/binding/soap/SoapBindingConfiguration.getUse:()Ljava/lang/String;]
SoapBindingConfiguration.getVersion ( ) : SoapVersion
[run-time name: org/apache/cxf/binding/soap/SoapBindingConfiguration.getVersion:()Lorg/apache/cxf/binding/soap/SoapVersion;]
SoapBindingConfiguration.isHeader ( org.apache.cxf.service.model.BindingOperationInfo op, org.apache.cxf.service.model.MessagePartInfo part ) : boolean
[run-time name: org/apache/cxf/binding/soap/SoapBindingConfiguration.isHeader:(Lorg/apache/cxf/service/model/BindingOperationInfo;Lorg/apache/cxf/service/model/MessagePartInfo;)Z]
SoapBindingConfiguration.isMtomEnabled ( ) : boolean
[run-time name: org/apache/cxf/binding/soap/SoapBindingConfiguration.isMtomEnabled:()Z]
SoapBindingConfiguration.isSetStyle ( ) : boolean
[run-time name: org/apache/cxf/binding/soap/SoapBindingConfiguration.isSetStyle:()Z]
SoapBindingConfiguration.setBindingName ( javax.xml.namespace.QName b ) : void
[run-time name: org/apache/cxf/binding/soap/SoapBindingConfiguration.setBindingName:(Ljavax/xml/namespace/QName;)V]
SoapBindingConfiguration.setBindingNamePostfix ( String b ) : void
[run-time name: org/apache/cxf/binding/soap/SoapBindingConfiguration.setBindingNamePostfix:(Ljava/lang/String;)V]
SoapBindingConfiguration.setMtomEnabled ( boolean mtomEnabled ) : void
[run-time name: org/apache/cxf/binding/soap/SoapBindingConfiguration.setMtomEnabled:(Z)V]
SoapBindingConfiguration.setStyle ( String style ) : void
[run-time name: org/apache/cxf/binding/soap/SoapBindingConfiguration.setStyle:(Ljava/lang/String;)V]
SoapBindingConfiguration.setTransportURI ( String transportURI ) : void
[run-time name: org/apache/cxf/binding/soap/SoapBindingConfiguration.setTransportURI:(Ljava/lang/String;)V]
SoapBindingConfiguration.setUse ( String use ) : void
[run-time name: org/apache/cxf/binding/soap/SoapBindingConfiguration.setUse:(Ljava/lang/String;)V]
SoapBindingConfiguration.setVersion ( SoapVersion sv ) : void
[run-time name: org/apache/cxf/binding/soap/SoapBindingConfiguration.setVersion:(Lorg/apache/cxf/binding/soap/SoapVersion;)V]
SoapBindingConfiguration.SoapBindingConfiguration ( )
[run-time name: org/apache/cxf/binding/soap/SoapBindingConfiguration."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapBindingFactory.class
package org.apache.cxf.binding.soap
SoapBindingFactory.addListener ( org.apache.cxf.transport.Destination d, org.apache.cxf.endpoint.Endpoint e ) : void
[run-time name: org/apache/cxf/binding/soap/SoapBindingFactory.addListener:(Lorg/apache/cxf/transport/Destination;Lorg/apache/cxf/endpoint/Endpoint;)V]
SoapBindingFactory.addMessageFromBinding ( javax.wsdl.extensions.ExtensibilityElement ext, org.apache.cxf.service.model.BindingOperationInfo bop, boolean isInput ) : void
[run-time name: org/apache/cxf/binding/soap/SoapBindingFactory.addMessageFromBinding:(Ljavax/wsdl/extensions/ExtensibilityElement;Lorg/apache/cxf/service/model/BindingOperationInfo;Z)V]
SoapBindingFactory.createBinding ( org.apache.cxf.service.model.BindingInfo binding ) : org.apache.cxf.binding.Binding
[run-time name: org/apache/cxf/binding/soap/SoapBindingFactory.createBinding:(Lorg/apache/cxf/service/model/BindingInfo;)Lorg/apache/cxf/binding/Binding;]
SoapBindingFactory.createBindingInfo ( org.apache.cxf.service.model.ServiceInfo service, javax.wsdl.Binding binding, String ns ) : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/binding/soap/SoapBindingFactory.createBindingInfo:(Lorg/apache/cxf/service/model/ServiceInfo;Ljavax/wsdl/Binding;Ljava/lang/String;)Lorg/apache/cxf/service/model/BindingInfo;]
SoapBindingFactory.createBindingInfo ( org.apache.cxf.service.model.ServiceInfo si, String bindingid, Object conf ) : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/binding/soap/SoapBindingFactory.createBindingInfo:(Lorg/apache/cxf/service/model/ServiceInfo;Ljava/lang/String;Ljava/lang/Object;)Lorg/apache/cxf/service/model/BindingInfo;]
SoapBindingFactory.SoapBindingFactory ( )
[run-time name: org/apache/cxf/binding/soap/SoapBindingFactory."<init>":()V]
SoapBindingFactory.SoapBindingFactory ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/binding/soap/SoapBindingFactory."<init>":(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, SOAPBindingImpl.class
package org.apache.cxf.jaxws.binding.soap
SOAPBindingImpl.getBindingID ( ) : String
[run-time name: org/apache/cxf/jaxws/binding/soap/SOAPBindingImpl.getBindingID:()Ljava/lang/String;]
SOAPBindingImpl.getMessageFactory ( ) : javax.xml.soap.MessageFactory
[run-time name: org/apache/cxf/jaxws/binding/soap/SOAPBindingImpl.getMessageFactory:()Ljavax/xml/soap/MessageFactory;]
SOAPBindingImpl.getRoles ( ) : java.util.Set
[run-time name: org/apache/cxf/jaxws/binding/soap/SOAPBindingImpl.getRoles:()Ljava/util/Set;]
SOAPBindingImpl.getSOAPFactory ( ) : javax.xml.soap.SOAPFactory
[run-time name: org/apache/cxf/jaxws/binding/soap/SOAPBindingImpl.getSOAPFactory:()Ljavax/xml/soap/SOAPFactory;]
SOAPBindingImpl.isMTOMEnabled ( ) : boolean
[run-time name: org/apache/cxf/jaxws/binding/soap/SOAPBindingImpl.isMTOMEnabled:()Z]
SOAPBindingImpl.isSoapBinding ( String bindingID ) [static] : boolean
[run-time name: org/apache/cxf/jaxws/binding/soap/SOAPBindingImpl.isSoapBinding:(Ljava/lang/String;)Z]
SOAPBindingImpl.setMTOMEnabled ( boolean flag ) : void
[run-time name: org/apache/cxf/jaxws/binding/soap/SOAPBindingImpl.setMTOMEnabled:(Z)V]
SOAPBindingImpl.setRoles ( java.util.Set set ) : void
[run-time name: org/apache/cxf/jaxws/binding/soap/SOAPBindingImpl.setRoles:(Ljava/util/Set;)V]
SOAPBindingImpl.SOAPBindingImpl ( org.apache.cxf.service.model.BindingInfo sb, org.apache.cxf.jaxws.support.JaxWsEndpointImpl endpoint )
[run-time name: org/apache/cxf/jaxws/binding/soap/SOAPBindingImpl."<init>":(Lorg/apache/cxf/service/model/BindingInfo;Lorg/apache/cxf/jaxws/support/JaxWsEndpointImpl;)V]
openejb-cxf-bundle-2.5.2.jar, SoapBindingInfo.class
package org.apache.cxf.binding.soap.model
SoapBindingInfo.getOperationByAction ( String action ) : org.apache.cxf.service.model.OperationInfo
[run-time name: org/apache/cxf/binding/soap/model/SoapBindingInfo.getOperationByAction:(Ljava/lang/String;)Lorg/apache/cxf/service/model/OperationInfo;]
SoapBindingInfo.getSoapAction ( org.apache.cxf.service.model.OperationInfo operation ) : String
[run-time name: org/apache/cxf/binding/soap/model/SoapBindingInfo.getSoapAction:(Lorg/apache/cxf/service/model/OperationInfo;)Ljava/lang/String;]
SoapBindingInfo.getSoapVersion ( ) : org.apache.cxf.binding.soap.SoapVersion
[run-time name: org/apache/cxf/binding/soap/model/SoapBindingInfo.getSoapVersion:()Lorg/apache/cxf/binding/soap/SoapVersion;]
SoapBindingInfo.getStyle ( ) : String
[run-time name: org/apache/cxf/binding/soap/model/SoapBindingInfo.getStyle:()Ljava/lang/String;]
SoapBindingInfo.getStyle ( org.apache.cxf.service.model.OperationInfo operation ) : String
[run-time name: org/apache/cxf/binding/soap/model/SoapBindingInfo.getStyle:(Lorg/apache/cxf/service/model/OperationInfo;)Ljava/lang/String;]
SoapBindingInfo.getTransportURI ( ) : String
[run-time name: org/apache/cxf/binding/soap/model/SoapBindingInfo.getTransportURI:()Ljava/lang/String;]
SoapBindingInfo.setSoapVersion ( org.apache.cxf.binding.soap.SoapVersion soapVersion ) : void
[run-time name: org/apache/cxf/binding/soap/model/SoapBindingInfo.setSoapVersion:(Lorg/apache/cxf/binding/soap/SoapVersion;)V]
SoapBindingInfo.setStyle ( String style ) : void
[run-time name: org/apache/cxf/binding/soap/model/SoapBindingInfo.setStyle:(Ljava/lang/String;)V]
SoapBindingInfo.setTransportURI ( String transportURI ) : void
[run-time name: org/apache/cxf/binding/soap/model/SoapBindingInfo.setTransportURI:(Ljava/lang/String;)V]
SoapBindingInfo.SoapBindingInfo ( org.apache.cxf.service.model.ServiceInfo serv, String n )
[run-time name: org/apache/cxf/binding/soap/model/SoapBindingInfo."<init>":(Lorg/apache/cxf/service/model/ServiceInfo;Ljava/lang/String;)V]
SoapBindingInfo.SoapBindingInfo ( org.apache.cxf.service.model.ServiceInfo serv, String n, org.apache.cxf.binding.soap.SoapVersion soapVersion )
[run-time name: org/apache/cxf/binding/soap/model/SoapBindingInfo."<init>":(Lorg/apache/cxf/service/model/ServiceInfo;Ljava/lang/String;Lorg/apache/cxf/binding/soap/SoapVersion;)V]
openejb-cxf-bundle-2.5.2.jar, SoapBindingInfoConfigBeanDefinitionParser.class
package org.apache.cxf.binding.soap.spring
SoapBindingInfoConfigBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 ) : Class
[run-time name: org/apache/cxf/binding/soap/spring/SoapBindingInfoConfigBeanDefinitionParser.getBeanClass:(Lorg/w3c/dom/Element;)Ljava/lang/Class;]
SoapBindingInfoConfigBeanDefinitionParser.SoapBindingInfoConfigBeanDefinitionParser ( )
[run-time name: org/apache/cxf/binding/soap/spring/SoapBindingInfoConfigBeanDefinitionParser."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SOAPBindingUtil.class
package org.apache.cxf.tools.util
SOAPBindingUtil.addSOAPNamespace ( javax.wsdl.Definition definition, boolean isSOAP12 ) [static] : void
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.addSOAPNamespace:(Ljavax/wsdl/Definition;Z)V]
SOAPBindingUtil.createSoapAddress ( javax.wsdl.extensions.ExtensionRegistry extReg, boolean isSOAP12 ) [static] : org.apache.cxf.tools.common.extensions.soap.SoapAddress
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.createSoapAddress:(Ljavax/wsdl/extensions/ExtensionRegistry;Z)Lorg/apache/cxf/tools/common/extensions/soap/SoapAddress;]
SOAPBindingUtil.createSoapBinding ( javax.wsdl.extensions.ExtensionRegistry extReg, boolean isSOAP12 ) [static] : org.apache.cxf.tools.common.extensions.soap.SoapBinding
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.createSoapBinding:(Ljavax/wsdl/extensions/ExtensionRegistry;Z)Lorg/apache/cxf/tools/common/extensions/soap/SoapBinding;]
SOAPBindingUtil.createSoapBody ( javax.wsdl.extensions.ExtensionRegistry extReg, Class clz, boolean isSOAP12 ) [static] : org.apache.cxf.tools.common.extensions.soap.SoapBody
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.createSoapBody:(Ljavax/wsdl/extensions/ExtensionRegistry;Ljava/lang/Class;Z)Lorg/apache/cxf/tools/common/extensions/soap/SoapBody;]
SOAPBindingUtil.createSoapFault ( javax.wsdl.extensions.ExtensionRegistry extReg, boolean isSOAP12 ) [static] : org.apache.cxf.tools.common.extensions.soap.SoapFault
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.createSoapFault:(Ljavax/wsdl/extensions/ExtensionRegistry;Z)Lorg/apache/cxf/tools/common/extensions/soap/SoapFault;]
SOAPBindingUtil.createSoapHeader ( javax.wsdl.extensions.ExtensionRegistry extReg, Class clz, boolean isSOAP12 ) [static] : org.apache.cxf.tools.common.extensions.soap.SoapHeader
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.createSoapHeader:(Ljavax/wsdl/extensions/ExtensionRegistry;Ljava/lang/Class;Z)Lorg/apache/cxf/tools/common/extensions/soap/SoapHeader;]
SOAPBindingUtil.createSoapOperation ( javax.wsdl.extensions.ExtensionRegistry extReg, boolean isSOAP12 ) [static] : org.apache.cxf.tools.common.extensions.soap.SoapOperation
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.createSoapOperation:(Ljavax/wsdl/extensions/ExtensionRegistry;Z)Lorg/apache/cxf/tools/common/extensions/soap/SoapOperation;]
SOAPBindingUtil.getBindingAnnotation ( String key ) [static] : String
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.getBindingAnnotation:(Ljava/lang/String;)Ljava/lang/String;]
SOAPBindingUtil.getBindingInputSOAPBody ( javax.wsdl.BindingOperation bop ) [static] : org.apache.cxf.tools.common.extensions.soap.SoapBody
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.getBindingInputSOAPBody:(Ljavax/wsdl/BindingOperation;)Lorg/apache/cxf/tools/common/extensions/soap/SoapBody;]
SOAPBindingUtil.getBindingInputSOAPHeader ( javax.wsdl.BindingOperation bop ) [static] : org.apache.cxf.tools.common.extensions.soap.SoapHeader
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.getBindingInputSOAPHeader:(Ljavax/wsdl/BindingOperation;)Lorg/apache/cxf/tools/common/extensions/soap/SoapHeader;]
SOAPBindingUtil.getBindingOperationSoapFaults ( javax.wsdl.BindingOperation bop ) [static] : java.util.List
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.getBindingOperationSoapFaults:(Ljavax/wsdl/BindingOperation;)Ljava/util/List;]
SOAPBindingUtil.getBindingOutputSOAPBody ( javax.wsdl.BindingOperation bop ) [static] : org.apache.cxf.tools.common.extensions.soap.SoapBody
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.getBindingOutputSOAPBody:(Ljavax/wsdl/BindingOperation;)Lorg/apache/cxf/tools/common/extensions/soap/SoapBody;]
SOAPBindingUtil.getBindingOutputSOAPHeader ( javax.wsdl.BindingOperation bop ) [static] : org.apache.cxf.tools.common.extensions.soap.SoapHeader
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.getBindingOutputSOAPHeader:(Ljavax/wsdl/BindingOperation;)Lorg/apache/cxf/tools/common/extensions/soap/SoapHeader;]
SOAPBindingUtil.getBindingStyle ( javax.wsdl.Binding binding ) [static] : String
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.getBindingStyle:(Ljavax/wsdl/Binding;)Ljava/lang/String;]
SOAPBindingUtil.getCanonicalBindingStyle ( javax.wsdl.Binding binding ) [static] : String
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.getCanonicalBindingStyle:(Ljavax/wsdl/Binding;)Ljava/lang/String;]
SOAPBindingUtil.getProxy ( Class cls, Object obj ) [static] : Object
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.getProxy:(Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;]
SOAPBindingUtil.getSoapAddress ( Object obj ) [static] : org.apache.cxf.tools.common.extensions.soap.SoapAddress
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.getSoapAddress:(Ljava/lang/Object;)Lorg/apache/cxf/tools/common/extensions/soap/SoapAddress;]
SOAPBindingUtil.getSoapBinding ( java.util.List exts ) [static] : org.apache.cxf.tools.common.extensions.soap.SoapBinding
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.getSoapBinding:(Ljava/util/List;)Lorg/apache/cxf/tools/common/extensions/soap/SoapBinding;]
SOAPBindingUtil.getSoapBinding ( Object obj ) [static] : org.apache.cxf.tools.common.extensions.soap.SoapBinding
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.getSoapBinding:(Ljava/lang/Object;)Lorg/apache/cxf/tools/common/extensions/soap/SoapBinding;]
SOAPBindingUtil.getSoapBody ( java.util.List exts ) [static] : org.apache.cxf.tools.common.extensions.soap.SoapBody
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.getSoapBody:(Ljava/util/List;)Lorg/apache/cxf/tools/common/extensions/soap/SoapBody;]
SOAPBindingUtil.getSoapBody ( Object obj ) [static] : org.apache.cxf.tools.common.extensions.soap.SoapBody
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.getSoapBody:(Ljava/lang/Object;)Lorg/apache/cxf/tools/common/extensions/soap/SoapBody;]
SOAPBindingUtil.getSoapFault ( Object obj ) [static] : org.apache.cxf.tools.common.extensions.soap.SoapFault
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.getSoapFault:(Ljava/lang/Object;)Lorg/apache/cxf/tools/common/extensions/soap/SoapFault;]
SOAPBindingUtil.getSoapHeader ( Object obj ) [static] : org.apache.cxf.tools.common.extensions.soap.SoapHeader
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.getSoapHeader:(Ljava/lang/Object;)Lorg/apache/cxf/tools/common/extensions/soap/SoapHeader;]
SOAPBindingUtil.getSoapHeaders ( java.util.List exts ) [static] : java.util.List
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.getSoapHeaders:(Ljava/util/List;)Ljava/util/List;]
SOAPBindingUtil.getSoapOperation ( java.util.List exts ) [static] : org.apache.cxf.tools.common.extensions.soap.SoapOperation
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.getSoapOperation:(Ljava/util/List;)Lorg/apache/cxf/tools/common/extensions/soap/SoapOperation;]
SOAPBindingUtil.getSoapOperation ( Object obj ) [static] : org.apache.cxf.tools.common.extensions.soap.SoapOperation
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.getSoapOperation:(Ljava/lang/Object;)Lorg/apache/cxf/tools/common/extensions/soap/SoapOperation;]
SOAPBindingUtil.getSOAPOperationStyle ( javax.wsdl.BindingOperation bop ) [static] : String
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.getSOAPOperationStyle:(Ljavax/wsdl/BindingOperation;)Ljava/lang/String;]
SOAPBindingUtil.getSoapStyle ( String soapStyle ) [static] : javax.jws.soap.SOAPBinding.Style
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.getSoapStyle:(Ljava/lang/String;)Ljavax/jws/soap/SOAPBinding$Style;]
SOAPBindingUtil.getSoapUse ( String soapUse ) [static] : javax.jws.soap.SOAPBinding.Use
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.getSoapUse:(Ljava/lang/String;)Ljavax/jws/soap/SOAPBinding$Use;]
SOAPBindingUtil.isMixedStyle ( javax.wsdl.Binding binding ) [static] : boolean
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.isMixedStyle:(Ljavax/wsdl/Binding;)Z]
SOAPBindingUtil.isSOAPAddress ( Object obj ) [static] : boolean
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.isSOAPAddress:(Ljava/lang/Object;)Z]
SOAPBindingUtil.isSOAPBinding ( javax.wsdl.Binding binding ) [static] : boolean
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.isSOAPBinding:(Ljavax/wsdl/Binding;)Z]
SOAPBindingUtil.isSOAPBinding ( Object obj ) [static] : boolean
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.isSOAPBinding:(Ljava/lang/Object;)Z]
SOAPBindingUtil.isSOAPBody ( Object obj ) [static] : boolean
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.isSOAPBody:(Ljava/lang/Object;)Z]
SOAPBindingUtil.isSOAPFault ( Object obj ) [static] : boolean
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.isSOAPFault:(Ljava/lang/Object;)Z]
SOAPBindingUtil.isSOAPHeader ( Object obj ) [static] : boolean
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.isSOAPHeader:(Ljava/lang/Object;)Z]
SOAPBindingUtil.isSOAPOperation ( Object obj ) [static] : boolean
[run-time name: org/apache/cxf/tools/util/SOAPBindingUtil.isSOAPOperation:(Ljava/lang/Object;)Z]
openejb-cxf-bundle-2.5.2.jar, SoapBodyInfo.class
package org.apache.cxf.binding.soap.model
SoapBodyInfo.getAttachments ( ) : java.util.List
[run-time name: org/apache/cxf/binding/soap/model/SoapBodyInfo.getAttachments:()Ljava/util/List;]
SoapBodyInfo.getParts ( ) : java.util.List
[run-time name: org/apache/cxf/binding/soap/model/SoapBodyInfo.getParts:()Ljava/util/List;]
SoapBodyInfo.getUse ( ) : String
[run-time name: org/apache/cxf/binding/soap/model/SoapBodyInfo.getUse:()Ljava/lang/String;]
SoapBodyInfo.setAttachments ( java.util.List attachments ) : void
[run-time name: org/apache/cxf/binding/soap/model/SoapBodyInfo.setAttachments:(Ljava/util/List;)V]
SoapBodyInfo.setParts ( java.util.List parts ) : void
[run-time name: org/apache/cxf/binding/soap/model/SoapBodyInfo.setParts:(Ljava/util/List;)V]
SoapBodyInfo.setUse ( String use ) : void
[run-time name: org/apache/cxf/binding/soap/model/SoapBodyInfo.setUse:(Ljava/lang/String;)V]
SoapBodyInfo.SoapBodyInfo ( )
[run-time name: org/apache/cxf/binding/soap/model/SoapBodyInfo."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapEncodingUtil.class
package org.apache.cxf.aegis.type.encoded
SoapEncodingUtil.readAttributeValue ( org.apache.cxf.aegis.xml.MessageReader reader, javax.xml.namespace.QName name ) [static] : String
[run-time name: org/apache/cxf/aegis/type/encoded/SoapEncodingUtil.readAttributeValue:(Lorg/apache/cxf/aegis/xml/MessageReader;Ljavax/xml/namespace/QName;)Ljava/lang/String;]
SoapEncodingUtil.readId ( org.apache.cxf.aegis.xml.MessageReader reader ) [static] : String
[run-time name: org/apache/cxf/aegis/type/encoded/SoapEncodingUtil.readId:(Lorg/apache/cxf/aegis/xml/MessageReader;)Ljava/lang/String;]
SoapEncodingUtil.readRef ( org.apache.cxf.aegis.xml.MessageReader reader ) [static] : String
[run-time name: org/apache/cxf/aegis/type/encoded/SoapEncodingUtil.readRef:(Lorg/apache/cxf/aegis/xml/MessageReader;)Ljava/lang/String;]
SoapEncodingUtil.writeAttribute ( org.apache.cxf.aegis.xml.MessageWriter writer, javax.xml.namespace.QName name, String value ) [static] : void
[run-time name: org/apache/cxf/aegis/type/encoded/SoapEncodingUtil.writeAttribute:(Lorg/apache/cxf/aegis/xml/MessageWriter;Ljavax/xml/namespace/QName;Ljava/lang/String;)V]
SoapEncodingUtil.writeId ( org.apache.cxf.aegis.xml.MessageWriter writer, String id ) [static] : void
[run-time name: org/apache/cxf/aegis/type/encoded/SoapEncodingUtil.writeId:(Lorg/apache/cxf/aegis/xml/MessageWriter;Ljava/lang/String;)V]
SoapEncodingUtil.writeRef ( org.apache.cxf.aegis.xml.MessageWriter writer, String refId ) [static] : void
[run-time name: org/apache/cxf/aegis/type/encoded/SoapEncodingUtil.writeRef:(Lorg/apache/cxf/aegis/xml/MessageWriter;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, SoapFault.class
package org.apache.cxf.binding.soap
SoapFault.createFault ( org.apache.cxf.interceptor.Fault f, SoapVersion v ) [static] : SoapFault
[run-time name: org/apache/cxf/binding/soap/SoapFault.createFault:(Lorg/apache/cxf/interceptor/Fault;Lorg/apache/cxf/binding/soap/SoapVersion;)Lorg/apache/cxf/binding/soap/SoapFault;]
SoapFault.getCodeString ( String prefix, String defaultPrefix ) : String
[run-time name: org/apache/cxf/binding/soap/SoapFault.getCodeString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
SoapFault.getNamespaces ( ) : java.util.Map
[run-time name: org/apache/cxf/binding/soap/SoapFault.getNamespaces:()Ljava/util/Map;]
SoapFault.getNode ( ) : String
[run-time name: org/apache/cxf/binding/soap/SoapFault.getNode:()Ljava/lang/String;]
SoapFault.getReason ( ) : String
[run-time name: org/apache/cxf/binding/soap/SoapFault.getReason:()Ljava/lang/String;]
SoapFault.getRole ( ) : String
[run-time name: org/apache/cxf/binding/soap/SoapFault.getRole:()Ljava/lang/String;]
SoapFault.getSubCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/SoapFault.getSubCode:()Ljavax/xml/namespace/QName;]
SoapFault.getSubCodeString ( String prefix, String defaultPrefix ) : String
[run-time name: org/apache/cxf/binding/soap/SoapFault.getSubCodeString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
SoapFault.setNamespaces ( java.util.Map namespaces ) : void
[run-time name: org/apache/cxf/binding/soap/SoapFault.setNamespaces:(Ljava/util/Map;)V]
SoapFault.setNode ( String n ) : void
[run-time name: org/apache/cxf/binding/soap/SoapFault.setNode:(Ljava/lang/String;)V]
SoapFault.setRole ( String actor ) : void
[run-time name: org/apache/cxf/binding/soap/SoapFault.setRole:(Ljava/lang/String;)V]
SoapFault.setSubCode ( javax.xml.namespace.QName subCode ) : void
[run-time name: org/apache/cxf/binding/soap/SoapFault.setSubCode:(Ljavax/xml/namespace/QName;)V]
SoapFault.SoapFault ( org.apache.cxf.common.i18n.Message message, javax.xml.namespace.QName faultCode )
[run-time name: org/apache/cxf/binding/soap/SoapFault."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljavax/xml/namespace/QName;)V]
SoapFault.SoapFault ( org.apache.cxf.common.i18n.Message message, Throwable throwable, javax.xml.namespace.QName faultCode )
[run-time name: org/apache/cxf/binding/soap/SoapFault."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;Ljavax/xml/namespace/QName;)V]
SoapFault.SoapFault ( String message, java.util.ResourceBundle bundle, javax.xml.namespace.QName faultCode )
[run-time name: org/apache/cxf/binding/soap/SoapFault."<init>":(Ljava/lang/String;Ljava/util/ResourceBundle;Ljavax/xml/namespace/QName;)V]
SoapFault.SoapFault ( String message, java.util.ResourceBundle bundle, javax.xml.namespace.QName faultCode, Object[ ] params )
[run-time name: org/apache/cxf/binding/soap/SoapFault."<init>":(Ljava/lang/String;Ljava/util/ResourceBundle;Ljavax/xml/namespace/QName;[Ljava/lang/Object;)V]
SoapFault.SoapFault ( String message, java.util.ResourceBundle bundle, Throwable t, javax.xml.namespace.QName faultCode )
[run-time name: org/apache/cxf/binding/soap/SoapFault."<init>":(Ljava/lang/String;Ljava/util/ResourceBundle;Ljava/lang/Throwable;Ljavax/xml/namespace/QName;)V]
SoapFault.SoapFault ( String message, javax.xml.namespace.QName faultCode )
[run-time name: org/apache/cxf/binding/soap/SoapFault."<init>":(Ljava/lang/String;Ljavax/xml/namespace/QName;)V]
SoapFault.SoapFault ( String message, Throwable t, javax.xml.namespace.QName faultCode )
[run-time name: org/apache/cxf/binding/soap/SoapFault."<init>":(Ljava/lang/String;Ljava/lang/Throwable;Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, SoapFaultFactory.class
package org.apache.cxf.binding.soap.jms.interceptor
SoapFaultFactory.createFault ( JMSFault jmsFault ) : org.apache.cxf.interceptor.Fault
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/SoapFaultFactory.createFault:(Lorg/apache/cxf/binding/soap/jms/interceptor/JMSFault;)Lorg/apache/cxf/interceptor/Fault;]
SoapFaultFactory.SoapFaultFactory ( org.apache.cxf.binding.Binding binding )
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/SoapFaultFactory."<init>":(Lorg/apache/cxf/binding/Binding;)V]
SoapFaultFactory.toString ( org.apache.cxf.interceptor.Fault f ) : String
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/SoapFaultFactory.toString:(Lorg/apache/cxf/interceptor/Fault;)Ljava/lang/String;]
package org.apache.cxf.ws.rm.soap
SoapFaultFactory.createFault ( org.apache.cxf.ws.rm.SequenceFault sf, org.apache.cxf.message.Message msg ) : org.apache.cxf.interceptor.Fault
[run-time name: org/apache/cxf/ws/rm/soap/SoapFaultFactory.createFault:(Lorg/apache/cxf/ws/rm/SequenceFault;Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/interceptor/Fault;]
SoapFaultFactory.SoapFaultFactory ( org.apache.cxf.binding.Binding binding )
[run-time name: org/apache/cxf/ws/rm/soap/SoapFaultFactory."<init>":(Lorg/apache/cxf/binding/Binding;)V]
SoapFaultFactory.toString ( org.apache.cxf.interceptor.Fault f ) : String
[run-time name: org/apache/cxf/ws/rm/soap/SoapFaultFactory.toString:(Lorg/apache/cxf/interceptor/Fault;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, SOAPHandlerFaultInInterceptor.class
package org.apache.cxf.jaxws.handler.soap
SOAPHandlerFaultInInterceptor.createProtocolMessageContext ( org.apache.cxf.binding.soap.SoapMessage message ) : javax.xml.ws.handler.MessageContext
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerFaultInInterceptor.createProtocolMessageContext:(Lorg/apache/cxf/binding/soap/SoapMessage;)Ljavax/xml/ws/handler/MessageContext;]
SOAPHandlerFaultInInterceptor.createProtocolMessageContext ( org.apache.cxf.message.Message x0 ) : javax.xml.ws.handler.MessageContext
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerFaultInInterceptor.createProtocolMessageContext:(Lorg/apache/cxf/message/Message;)Ljavax/xml/ws/handler/MessageContext;]
SOAPHandlerFaultInInterceptor.getRoles ( ) : java.util.Set
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerFaultInInterceptor.getRoles:()Ljava/util/Set;]
SOAPHandlerFaultInInterceptor.getUnderstoodHeaders ( ) : java.util.Set
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerFaultInInterceptor.getUnderstoodHeaders:()Ljava/util/Set;]
SOAPHandlerFaultInInterceptor.handleFault ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerFaultInInterceptor.handleFault:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SOAPHandlerFaultInInterceptor.handleFault ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerFaultInInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
SOAPHandlerFaultInInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerFaultInInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SOAPHandlerFaultInInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerFaultInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
SOAPHandlerFaultInInterceptor.SOAPHandlerFaultInInterceptor ( javax.xml.ws.Binding binding )
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerFaultInInterceptor."<init>":(Ljavax/xml/ws/Binding;)V]
openejb-cxf-bundle-2.5.2.jar, SOAPHandlerFaultOutInterceptor.class
package org.apache.cxf.jaxws.handler.soap
SOAPHandlerFaultOutInterceptor.createProtocolMessageContext ( org.apache.cxf.binding.soap.SoapMessage message ) : javax.xml.ws.handler.MessageContext
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerFaultOutInterceptor.createProtocolMessageContext:(Lorg/apache/cxf/binding/soap/SoapMessage;)Ljavax/xml/ws/handler/MessageContext;]
SOAPHandlerFaultOutInterceptor.createProtocolMessageContext ( org.apache.cxf.message.Message x0 ) : javax.xml.ws.handler.MessageContext
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerFaultOutInterceptor.createProtocolMessageContext:(Lorg/apache/cxf/message/Message;)Ljavax/xml/ws/handler/MessageContext;]
SOAPHandlerFaultOutInterceptor.getRoles ( ) : java.util.Set
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerFaultOutInterceptor.getRoles:()Ljava/util/Set;]
SOAPHandlerFaultOutInterceptor.getUnderstoodHeaders ( ) : java.util.Set
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerFaultOutInterceptor.getUnderstoodHeaders:()Ljava/util/Set;]
SOAPHandlerFaultOutInterceptor.handleFault ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerFaultOutInterceptor.handleFault:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SOAPHandlerFaultOutInterceptor.handleFault ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerFaultOutInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
SOAPHandlerFaultOutInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerFaultOutInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SOAPHandlerFaultOutInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerFaultOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
SOAPHandlerFaultOutInterceptor.SOAPHandlerFaultOutInterceptor ( javax.xml.ws.Binding binding )
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerFaultOutInterceptor."<init>":(Ljavax/xml/ws/Binding;)V]
openejb-cxf-bundle-2.5.2.jar, SOAPHandlerInterceptor.class
package org.apache.cxf.jaxws.handler.soap
SOAPHandlerInterceptor.createProtocolMessageContext ( org.apache.cxf.binding.soap.SoapMessage message ) : javax.xml.ws.handler.MessageContext
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerInterceptor.createProtocolMessageContext:(Lorg/apache/cxf/binding/soap/SoapMessage;)Ljavax/xml/ws/handler/MessageContext;]
SOAPHandlerInterceptor.createProtocolMessageContext ( org.apache.cxf.message.Message x0 ) : javax.xml.ws.handler.MessageContext
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerInterceptor.createProtocolMessageContext:(Lorg/apache/cxf/message/Message;)Ljavax/xml/ws/handler/MessageContext;]
SOAPHandlerInterceptor.getOpQName ( org.apache.cxf.message.Exchange ex, Object data ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerInterceptor.getOpQName:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)Ljavax/xml/namespace/QName;]
SOAPHandlerInterceptor.getRoles ( ) : java.util.Set
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerInterceptor.getRoles:()Ljava/util/Set;]
SOAPHandlerInterceptor.getUnderstoodHeaders ( ) : java.util.Set
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerInterceptor.getUnderstoodHeaders:()Ljava/util/Set;]
SOAPHandlerInterceptor.handleFault ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerInterceptor.handleFault:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SOAPHandlerInterceptor.handleFault ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
SOAPHandlerInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SOAPHandlerInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
SOAPHandlerInterceptor.SOAPHandlerInterceptor ( javax.xml.ws.Binding binding )
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPHandlerInterceptor."<init>":(Ljavax/xml/ws/Binding;)V]
openejb-cxf-bundle-2.5.2.jar, SoapHeader.class
package org.apache.cxf.binding.soap
SoapHeader.getActor ( ) : String
[run-time name: org/apache/cxf/binding/soap/SoapHeader.getActor:()Ljava/lang/String;]
SoapHeader.isMustUnderstand ( ) : boolean
[run-time name: org/apache/cxf/binding/soap/SoapHeader.isMustUnderstand:()Z]
SoapHeader.setActor ( String actor ) : void
[run-time name: org/apache/cxf/binding/soap/SoapHeader.setActor:(Ljava/lang/String;)V]
SoapHeader.setMustUnderstand ( boolean mustUnderstand ) : void
[run-time name: org/apache/cxf/binding/soap/SoapHeader.setMustUnderstand:(Z)V]
SoapHeader.SoapHeader ( javax.xml.namespace.QName q, Object o )
[run-time name: org/apache/cxf/binding/soap/SoapHeader."<init>":(Ljavax/xml/namespace/QName;Ljava/lang/Object;)V]
SoapHeader.SoapHeader ( javax.xml.namespace.QName q, Object o, org.apache.cxf.databinding.DataBinding b )
[run-time name: org/apache/cxf/binding/soap/SoapHeader."<init>":(Ljavax/xml/namespace/QName;Ljava/lang/Object;Lorg/apache/cxf/databinding/DataBinding;)V]
openejb-cxf-bundle-2.5.2.jar, SoapHeaderInfo.class
package org.apache.cxf.binding.soap.model
SoapHeaderInfo.getPart ( ) : org.apache.cxf.service.model.MessagePartInfo
[run-time name: org/apache/cxf/binding/soap/model/SoapHeaderInfo.getPart:()Lorg/apache/cxf/service/model/MessagePartInfo;]
SoapHeaderInfo.getUse ( ) : String
[run-time name: org/apache/cxf/binding/soap/model/SoapHeaderInfo.getUse:()Ljava/lang/String;]
SoapHeaderInfo.setPart ( org.apache.cxf.service.model.MessagePartInfo part ) : void
[run-time name: org/apache/cxf/binding/soap/model/SoapHeaderInfo.setPart:(Lorg/apache/cxf/service/model/MessagePartInfo;)V]
SoapHeaderInfo.setUse ( String use ) : void
[run-time name: org/apache/cxf/binding/soap/model/SoapHeaderInfo.setUse:(Ljava/lang/String;)V]
SoapHeaderInfo.SoapHeaderInfo ( )
[run-time name: org/apache/cxf/binding/soap/model/SoapHeaderInfo."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapHeaderInterceptor.class
package org.apache.cxf.binding.soap.interceptor
SoapHeaderInterceptor.handleMessage ( org.apache.cxf.message.Message m ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapHeaderInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
SoapHeaderInterceptor.SoapHeaderInterceptor ( )
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapHeaderInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapHeaderOutFilterInterceptor.class
package org.apache.cxf.binding.soap.interceptor
SoapHeaderOutFilterInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapHeaderOutFilterInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SoapHeaderOutFilterInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapHeaderOutFilterInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
SoapHeaderOutFilterInterceptor.SoapHeaderOutFilterInterceptor ( )
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapHeaderOutFilterInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SOAPHeaderWriter.class
package org.apache.cxf.binding.soap.interceptor
SoapOutInterceptor.SOAPHeaderWriter.SoapOutInterceptor.SOAPHeaderWriter ( javax.xml.stream.XMLStreamWriter writer, org.apache.cxf.binding.soap.SoapHeader header, org.apache.cxf.binding.soap.SoapVersion version, String pfx )
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapOutInterceptor.SOAPHeaderWriter."<init>":(Ljavax/xml/stream/XMLStreamWriter;Lorg/apache/cxf/binding/soap/SoapHeader;Lorg/apache/cxf/binding/soap/SoapVersion;Ljava/lang/String;)V]
SoapOutInterceptor.SOAPHeaderWriter.writeAttribute ( String prefix, String uri, String local, String value ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapOutInterceptor.SOAPHeaderWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SoapOutInterceptor.SOAPHeaderWriter.writeAttribute ( String uri, String local, String value ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapOutInterceptor.SOAPHeaderWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SoapOutInterceptor.SOAPHeaderWriter.writeStartElement ( String arg0 ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapOutInterceptor.SOAPHeaderWriter.writeStartElement:(Ljava/lang/String;)V]
SoapOutInterceptor.SOAPHeaderWriter.writeStartElement ( String arg0, String arg1 ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapOutInterceptor.SOAPHeaderWriter.writeStartElement:(Ljava/lang/String;Ljava/lang/String;)V]
SoapOutInterceptor.SOAPHeaderWriter.writeStartElement ( String arg0, String arg1, String arg2 ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapOutInterceptor.SOAPHeaderWriter.writeStartElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, SoapInterceptor.class
package org.apache.cxf.binding.soap.interceptor
SoapInterceptor.getRoles ( ) [abstract] : java.util.Set
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapInterceptor.getRoles:()Ljava/util/Set;]
SoapInterceptor.getUnderstoodHeaders ( ) [abstract] : java.util.Set
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapInterceptor.getUnderstoodHeaders:()Ljava/util/Set;]
openejb-cxf-bundle-2.5.2.jar, SoapJMSConstants.class
package org.apache.cxf.binding.soap.jms.interceptor
SoapJMSConstants.getContentEncodingNotSupportedQName ( ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/SoapJMSConstants.getContentEncodingNotSupportedQName:()Ljavax/xml/namespace/QName;]
SoapJMSConstants.getContentTypeMismatchQName ( ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/SoapJMSConstants.getContentTypeMismatchQName:()Ljavax/xml/namespace/QName;]
SoapJMSConstants.getMalformedRequestURIQName ( ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/SoapJMSConstants.getMalformedRequestURIQName:()Ljavax/xml/namespace/QName;]
SoapJMSConstants.getMismatchedSoapActionQName ( ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/SoapJMSConstants.getMismatchedSoapActionQName:()Ljavax/xml/namespace/QName;]
SoapJMSConstants.getMissingContentTypeQName ( ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/SoapJMSConstants.getMissingContentTypeQName:()Ljavax/xml/namespace/QName;]
SoapJMSConstants.getMissingRequestURIQName ( ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/SoapJMSConstants.getMissingRequestURIQName:()Ljavax/xml/namespace/QName;]
SoapJMSConstants.getMissingSoapActionQName ( ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/SoapJMSConstants.getMissingSoapActionQName:()Ljavax/xml/namespace/QName;]
SoapJMSConstants.getTargetServiceNotAllowedInRequestURIQName ( ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/SoapJMSConstants.getTargetServiceNotAllowedInRequestURIQName:()Ljavax/xml/namespace/QName;]
SoapJMSConstants.getUnrecognizedBindingVersionQName ( ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/SoapJMSConstants.getUnrecognizedBindingVersionQName:()Ljavax/xml/namespace/QName;]
SoapJMSConstants.getUnsupportedJMSMessageFormatQName ( ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/SoapJMSConstants.getUnsupportedJMSMessageFormatQName:()Ljavax/xml/namespace/QName;]
openejb-cxf-bundle-2.5.2.jar, SoapJMSInInterceptor.class
package org.apache.cxf.binding.soap.jms.interceptor
SoapJMSInInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/SoapJMSInInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SoapJMSInInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/SoapJMSInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
SoapJMSInInterceptor.SoapJMSInInterceptor ( )
[run-time name: org/apache/cxf/binding/soap/jms/interceptor/SoapJMSInInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapMessage.class
package org.apache.cxf.binding.soap
SoapMessage.getEnvelopeNs ( ) : java.util.Map
[run-time name: org/apache/cxf/binding/soap/SoapMessage.getEnvelopeNs:()Ljava/util/Map;]
SoapMessage.getHeader ( javax.xml.namespace.QName qn ) : org.apache.cxf.headers.Header
[run-time name: org/apache/cxf/binding/soap/SoapMessage.getHeader:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/headers/Header;]
SoapMessage.getHeaders ( ) : java.util.List
[run-time name: org/apache/cxf/binding/soap/SoapMessage.getHeaders:()Ljava/util/List;]
SoapMessage.getVersion ( ) : SoapVersion
[run-time name: org/apache/cxf/binding/soap/SoapMessage.getVersion:()Lorg/apache/cxf/binding/soap/SoapVersion;]
SoapMessage.hasAdditionalEnvNs ( ) : boolean
[run-time name: org/apache/cxf/binding/soap/SoapMessage.hasAdditionalEnvNs:()Z]
SoapMessage.hasHeader ( javax.xml.namespace.QName qn ) : boolean
[run-time name: org/apache/cxf/binding/soap/SoapMessage.hasHeader:(Ljavax/xml/namespace/QName;)Z]
SoapMessage.hasHeaders ( ) : boolean
[run-time name: org/apache/cxf/binding/soap/SoapMessage.hasHeaders:()Z]
SoapMessage.setVersion ( SoapVersion v ) : void
[run-time name: org/apache/cxf/binding/soap/SoapMessage.setVersion:(Lorg/apache/cxf/binding/soap/SoapVersion;)V]
SoapMessage.SoapMessage ( SoapVersion ver )
[run-time name: org/apache/cxf/binding/soap/SoapMessage."<init>":(Lorg/apache/cxf/binding/soap/SoapVersion;)V]
SoapMessage.SoapMessage ( org.apache.cxf.message.Message message )
[run-time name: org/apache/cxf/binding/soap/SoapMessage."<init>":(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, SOAPMessageContextImpl.class
package org.apache.cxf.jaxws.handler.soap
SOAPMessageContextImpl.get ( Object key ) : Object
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPMessageContextImpl.get:(Ljava/lang/Object;)Ljava/lang/Object;]
SOAPMessageContextImpl.getHeaders ( javax.xml.namespace.QName name, javax.xml.bind.JAXBContext context, boolean allRoles ) : Object[ ]
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPMessageContextImpl.getHeaders:(Ljavax/xml/namespace/QName;Ljavax/xml/bind/JAXBContext;Z)[Ljava/lang/Object;]
SOAPMessageContextImpl.getMessage ( ) : javax.xml.soap.SOAPMessage
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPMessageContextImpl.getMessage:()Ljavax/xml/soap/SOAPMessage;]
SOAPMessageContextImpl.getRoles ( ) : java.util.Set
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPMessageContextImpl.getRoles:()Ljava/util/Set;]
SOAPMessageContextImpl.setMessage ( javax.xml.soap.SOAPMessage message ) : void
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPMessageContextImpl.setMessage:(Ljavax/xml/soap/SOAPMessage;)V]
SOAPMessageContextImpl.SOAPMessageContextImpl ( org.apache.cxf.message.Message m )
[run-time name: org/apache/cxf/jaxws/handler/soap/SOAPMessageContextImpl."<init>":(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, SoapOperationInfo.class
package org.apache.cxf.binding.soap.model
SoapOperationInfo.getAction ( ) : String
[run-time name: org/apache/cxf/binding/soap/model/SoapOperationInfo.getAction:()Ljava/lang/String;]
SoapOperationInfo.getStyle ( ) : String
[run-time name: org/apache/cxf/binding/soap/model/SoapOperationInfo.getStyle:()Ljava/lang/String;]
SoapOperationInfo.setAction ( String action ) : void
[run-time name: org/apache/cxf/binding/soap/model/SoapOperationInfo.setAction:(Ljava/lang/String;)V]
SoapOperationInfo.setStyle ( String style ) : void
[run-time name: org/apache/cxf/binding/soap/model/SoapOperationInfo.setStyle:(Ljava/lang/String;)V]
SoapOperationInfo.SoapOperationInfo ( )
[run-time name: org/apache/cxf/binding/soap/model/SoapOperationInfo."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapOutEndingInterceptor.class
package org.apache.cxf.binding.soap.interceptor
SoapOutInterceptor.SoapOutEndingInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapOutInterceptor.SoapOutEndingInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SoapOutInterceptor.SoapOutEndingInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapOutInterceptor.SoapOutEndingInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
SoapOutInterceptor.SoapOutEndingInterceptor.SoapOutInterceptor.SoapOutEndingInterceptor ( SoapOutInterceptor p1 )
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapOutInterceptor.SoapOutEndingInterceptor."<init>":(Lorg/apache/cxf/binding/soap/interceptor/SoapOutInterceptor;)V]
openejb-cxf-bundle-2.5.2.jar, SoapOutInterceptor.class
package org.apache.cxf.binding.soap.interceptor
SoapOutInterceptor.getDataWriter ( org.apache.cxf.message.Message message ) : org.apache.cxf.databinding.DataWriter
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapOutInterceptor.getDataWriter:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/databinding/DataWriter;]
SoapOutInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapOutInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SoapOutInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
SoapOutInterceptor.SoapOutInterceptor ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapOutInterceptor."<init>":(Lorg/apache/cxf/Bus;)V]
SoapOutInterceptor.SoapOutInterceptor ( org.apache.cxf.Bus b, String phase )
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapOutInterceptor."<init>":(Lorg/apache/cxf/Bus;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, SoapPreProtocolOutInterceptor.class
package org.apache.cxf.binding.soap.interceptor
SoapPreProtocolOutInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapPreProtocolOutInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SoapPreProtocolOutInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapPreProtocolOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
SoapPreProtocolOutInterceptor.SoapPreProtocolOutInterceptor ( )
[run-time name: org/apache/cxf/binding/soap/interceptor/SoapPreProtocolOutInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapRef.class
package org.apache.cxf.aegis.type.encoded
SoapRef.get ( ) : Object
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRef.get:()Ljava/lang/Object;]
SoapRef.set ( Object object ) : void
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRef.set:(Ljava/lang/Object;)V]
SoapRef.setAction ( SoapRef.Action action ) : void
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRef.setAction:(Lorg/apache/cxf/aegis/type/encoded/SoapRef$Action;)V]
SoapRef.SoapRef ( )
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRef."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapRefRegistry.class
package org.apache.cxf.aegis.type.encoded
SoapRefRegistry.addInstance ( String id, Object instance ) : void
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefRegistry.addInstance:(Ljava/lang/String;Ljava/lang/Object;)V]
SoapRefRegistry.addRef ( String id, SoapRef soapRef ) : void
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefRegistry.addRef:(Ljava/lang/String;Lorg/apache/cxf/aegis/type/encoded/SoapRef;)V]
SoapRefRegistry.get ( org.apache.cxf.aegis.Context context ) [static] : SoapRefRegistry
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefRegistry.get:(Lorg/apache/cxf/aegis/Context;)Lorg/apache/cxf/aegis/type/encoded/SoapRefRegistry;]
SoapRefRegistry.getIds ( ) : java.util.Set
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefRegistry.getIds:()Ljava/util/Set;]
SoapRefRegistry.getUnresolvedRefs ( ) : java.util.SortedMap
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefRegistry.getUnresolvedRefs:()Ljava/util/SortedMap;]
SoapRefRegistry.SoapRefRegistry ( )
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefRegistry."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapRefType.class
package org.apache.cxf.aegis.type.encoded
SoapRefType.getDependencies ( ) : java.util.Set
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefType.getDependencies:()Ljava/util/Set;]
SoapRefType.getSchemaType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefType.getSchemaType:()Ljavax/xml/namespace/QName;]
SoapRefType.getTypeClass ( ) : Class
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefType.getTypeClass:()Ljava/lang/Class;]
SoapRefType.getTypeMapping ( ) : org.apache.cxf.aegis.type.TypeMapping
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefType.getTypeMapping:()Lorg/apache/cxf/aegis/type/TypeMapping;]
SoapRefType.isAbstract ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefType.isAbstract:()Z]
SoapRefType.isComplex ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefType.isComplex:()Z]
SoapRefType.isNillable ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefType.isNillable:()Z]
SoapRefType.isWriteOuter ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefType.isWriteOuter:()Z]
SoapRefType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
SoapRefType.setAbstract ( boolean ab ) : void
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefType.setAbstract:(Z)V]
SoapRefType.setNillable ( boolean nillable ) : void
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefType.setNillable:(Z)V]
SoapRefType.setSchemaType ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefType.setSchemaType:(Ljavax/xml/namespace/QName;)V]
SoapRefType.setTypeClass ( Class typeClass ) : void
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefType.setTypeClass:(Ljava/lang/Class;)V]
SoapRefType.setTypeMapping ( org.apache.cxf.aegis.type.TypeMapping typeMapping ) : void
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefType.setTypeMapping:(Lorg/apache/cxf/aegis/type/TypeMapping;)V]
SoapRefType.setWriteOuter ( boolean writeOuter ) : void
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefType.setWriteOuter:(Z)V]
SoapRefType.SoapRefType ( org.apache.cxf.aegis.type.AegisType baseType )
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefType."<init>":(Lorg/apache/cxf/aegis/type/AegisType;)V]
SoapRefType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
SoapRefType.writeSchema ( org.apache.ws.commons.schema.XmlSchema schema ) : void
[run-time name: org/apache/cxf/aegis/type/encoded/SoapRefType.writeSchema:(Lorg/apache/ws/commons/schema/XmlSchema;)V]
openejb-cxf-bundle-2.5.2.jar, SoapTcpChannel.class
package org.apache.cxf.binding.soap.tcp
SoapTcpChannel.addFrame ( frames.SoapTcpFrame frame ) : boolean
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpChannel.addFrame:(Lorg/apache/cxf/binding/soap/tcp/frames/SoapTcpFrame;)Z]
SoapTcpChannel.clearFrameBuffer ( ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpChannel.clearFrameBuffer:()V]
SoapTcpChannel.getChannelId ( ) : int
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpChannel.getChannelId:()I]
SoapTcpChannel.getFrames ( ) : java.util.List
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpChannel.getFrames:()Ljava/util/List;]
SoapTcpChannel.getWsURI ( ) : String
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpChannel.getWsURI:()Ljava/lang/String;]
SoapTcpChannel.setChannelId ( int channelId ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpChannel.setChannelId:(I)V]
SoapTcpChannel.setWsURI ( String wsURI ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpChannel.setWsURI:(Ljava/lang/String;)V]
SoapTcpChannel.SoapTcpChannel ( int channelId, String wsURI )
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpChannel."<init>":(ILjava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, SoapTcpCodecFactory.class
package org.apache.cxf.binding.soap.tcp
SoapTcpCodecFactory.getDecoder ( org.apache.mina.core.session.IoSession arg0 ) : org.apache.mina.filter.codec.ProtocolDecoder
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpCodecFactory.getDecoder:(Lorg/apache/mina/core/session/IoSession;)Lorg/apache/mina/filter/codec/ProtocolDecoder;]
SoapTcpCodecFactory.getEncoder ( org.apache.mina.core.session.IoSession arg0 ) : org.apache.mina.filter.codec.ProtocolEncoder
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpCodecFactory.getEncoder:(Lorg/apache/mina/core/session/IoSession;)Lorg/apache/mina/filter/codec/ProtocolEncoder;]
SoapTcpCodecFactory.SoapTcpCodecFactory ( )
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpCodecFactory."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapTcpDestination.class
package org.apache.cxf.binding.soap.tcp
SoapTcpDestination.exceptionCaught ( org.apache.mina.core.session.IoSession session, Throwable cause ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpDestination.exceptionCaught:(Lorg/apache/mina/core/session/IoSession;Ljava/lang/Throwable;)V]
SoapTcpDestination.getInbuiltBackChannel ( org.apache.cxf.message.Message inMessage ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpDestination.getInbuiltBackChannel:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/transport/Conduit;]
SoapTcpDestination.getLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpDestination.getLogger:()Ljava/util/logging/Logger;]
SoapTcpDestination.messageReceived ( org.apache.mina.core.session.IoSession session, Object message ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpDestination.messageReceived:(Lorg/apache/mina/core/session/IoSession;Ljava/lang/Object;)V]
SoapTcpDestination.messageSent ( org.apache.mina.core.session.IoSession session, Object message ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpDestination.messageSent:(Lorg/apache/mina/core/session/IoSession;Ljava/lang/Object;)V]
SoapTcpDestination.sessionClosed ( org.apache.mina.core.session.IoSession session ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpDestination.sessionClosed:(Lorg/apache/mina/core/session/IoSession;)V]
SoapTcpDestination.sessionCreated ( org.apache.mina.core.session.IoSession session ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpDestination.sessionCreated:(Lorg/apache/mina/core/session/IoSession;)V]
SoapTcpDestination.sessionIdle ( org.apache.mina.core.session.IoSession session, org.apache.mina.core.session.IdleStatus status ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpDestination.sessionIdle:(Lorg/apache/mina/core/session/IoSession;Lorg/apache/mina/core/session/IdleStatus;)V]
SoapTcpDestination.sessionOpened ( org.apache.mina.core.session.IoSession session ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpDestination.sessionOpened:(Lorg/apache/mina/core/session/IoSession;)V]
SoapTcpDestination.SoapTcpDestination ( org.apache.cxf.Bus b, org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.apache.cxf.service.model.EndpointInfo ei )
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpDestination."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/service/model/EndpointInfo;)V]
SoapTcpDestination.SoapTcpDestination ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.apache.cxf.service.model.EndpointInfo ei )
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpDestination."<init>":(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/service/model/EndpointInfo;)V]
openejb-cxf-bundle-2.5.2.jar, SoapTcpFrame.class
package org.apache.cxf.binding.soap.tcp.frames
SoapTcpFrame.getChannelId ( ) : int
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpFrame.getChannelId:()I]
SoapTcpFrame.getHeader ( ) : SoapTcpFrameHeader
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpFrame.getHeader:()Lorg/apache/cxf/binding/soap/tcp/frames/SoapTcpFrameHeader;]
SoapTcpFrame.getPayload ( ) : byte[ ]
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpFrame.getPayload:()[B]
SoapTcpFrame.setChannelId ( int channelId ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpFrame.setChannelId:(I)V]
SoapTcpFrame.setHeader ( SoapTcpFrameHeader header ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpFrame.setHeader:(Lorg/apache/cxf/binding/soap/tcp/frames/SoapTcpFrameHeader;)V]
SoapTcpFrame.setPayload ( byte[ ] payload ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpFrame.setPayload:([B)V]
SoapTcpFrame.SoapTcpFrame ( )
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpFrame."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapTcpFrameContentDescription.class
package org.apache.cxf.binding.soap.tcp.frames
SoapTcpFrameContentDescription.getContentId ( ) : int
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpFrameContentDescription.getContentId:()I]
SoapTcpFrameContentDescription.getParameters ( ) : java.util.Map
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpFrameContentDescription.getParameters:()Ljava/util/Map;]
SoapTcpFrameContentDescription.setContentId ( int contentId ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpFrameContentDescription.setContentId:(I)V]
SoapTcpFrameContentDescription.setParameters ( java.util.Map parameters ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpFrameContentDescription.setParameters:(Ljava/util/Map;)V]
SoapTcpFrameContentDescription.SoapTcpFrameContentDescription ( )
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpFrameContentDescription."<init>":()V]
SoapTcpFrameContentDescription.write ( java.io.OutputStream output ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpFrameContentDescription.write:(Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, SoapTcpFrameHeader.class
package org.apache.cxf.binding.soap.tcp.frames
SoapTcpFrameHeader.getChannelId ( ) : int
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpFrameHeader.getChannelId:()I]
SoapTcpFrameHeader.getContentDescription ( ) : SoapTcpFrameContentDescription
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpFrameHeader.getContentDescription:()Lorg/apache/cxf/binding/soap/tcp/frames/SoapTcpFrameContentDescription;]
SoapTcpFrameHeader.getFrameType ( ) : int
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpFrameHeader.getFrameType:()I]
SoapTcpFrameHeader.setChannelId ( int channelId ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpFrameHeader.setChannelId:(I)V]
SoapTcpFrameHeader.setContentDescription ( SoapTcpFrameContentDescription contentDescription ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpFrameHeader.setContentDescription:(Lorg/apache/cxf/binding/soap/tcp/frames/SoapTcpFrameContentDescription;)V]
SoapTcpFrameHeader.setFrameType ( int frameType ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpFrameHeader.setFrameType:(I)V]
SoapTcpFrameHeader.SoapTcpFrameHeader ( )
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpFrameHeader."<init>":()V]
SoapTcpFrameHeader.SoapTcpFrameHeader ( int frameType, SoapTcpFrameContentDescription contentDescription )
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpFrameHeader."<init>":(ILorg/apache/cxf/binding/soap/tcp/frames/SoapTcpFrameContentDescription;)V]
SoapTcpFrameHeader.write ( java.io.OutputStream output ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpFrameHeader.write:(Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, SoapTcpMessage.class
package org.apache.cxf.binding.soap.tcp.frames
SoapTcpMessage.createErrorMessage ( int code, int subCode, String description, int channelId ) [static] : SoapTcpMessage
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpMessage.createErrorMessage:(IILjava/lang/String;I)Lorg/apache/cxf/binding/soap/tcp/frames/SoapTcpMessage;]
SoapTcpMessage.createSoapTcpMessage ( java.util.List frames ) [static] : SoapTcpMessage
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpMessage.createSoapTcpMessage:(Ljava/util/List;)Lorg/apache/cxf/binding/soap/tcp/frames/SoapTcpMessage;]
SoapTcpMessage.createSoapTcpMessage ( SoapTcpFrame frame ) [static] : SoapTcpMessage
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpMessage.createSoapTcpMessage:(Lorg/apache/cxf/binding/soap/tcp/frames/SoapTcpFrame;)Lorg/apache/cxf/binding/soap/tcp/frames/SoapTcpMessage;]
SoapTcpMessage.createSoapTcpMessage ( String message, int channelId ) [static] : SoapTcpMessage
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpMessage.createSoapTcpMessage:(Ljava/lang/String;I)Lorg/apache/cxf/binding/soap/tcp/frames/SoapTcpMessage;]
SoapTcpMessage.getChannelId ( ) : int
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpMessage.getChannelId:()I]
SoapTcpMessage.getContent ( ) : String
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpMessage.getContent:()Ljava/lang/String;]
SoapTcpMessage.getContentAsStream ( ) : java.io.InputStream
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpMessage.getContentAsStream:()Ljava/io/InputStream;]
SoapTcpMessage.getFrames ( ) : java.util.List
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpMessage.getFrames:()Ljava/util/List;]
SoapTcpMessage.setChannelId ( int channelId ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpMessage.setChannelId:(I)V]
SoapTcpMessage.setFrames ( java.util.List frames ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/frames/SoapTcpMessage.setFrames:(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, SoapTcpMessageDecoder.class
package org.apache.cxf.binding.soap.tcp
SoapTcpMessageDecoder.decode ( org.apache.mina.core.session.IoSession session, org.apache.mina.core.buffer.IoBuffer buffer, org.apache.mina.filter.codec.ProtocolDecoderOutput out ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpMessageDecoder.decode:(Lorg/apache/mina/core/session/IoSession;Lorg/apache/mina/core/buffer/IoBuffer;Lorg/apache/mina/filter/codec/ProtocolDecoderOutput;)V]
SoapTcpMessageDecoder.SoapTcpMessageDecoder ( )
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpMessageDecoder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapTcpMessageEncoder.class
package org.apache.cxf.binding.soap.tcp
SoapTcpMessageEncoder.encode ( org.apache.mina.core.session.IoSession session, Object obj, org.apache.mina.filter.codec.ProtocolEncoderOutput out ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpMessageEncoder.encode:(Lorg/apache/mina/core/session/IoSession;Ljava/lang/Object;Lorg/apache/mina/filter/codec/ProtocolEncoderOutput;)V]
SoapTcpMessageEncoder.SoapTcpMessageEncoder ( )
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpMessageEncoder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapTcpOutputStream.class
package org.apache.cxf.binding.soap.tcp
SoapTcpOutputStream.close ( ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpOutputStream.close:()V]
SoapTcpOutputStream.onFirstWrite ( ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpOutputStream.onFirstWrite:()V]
SoapTcpOutputStream.SoapTcpOutputStream ( java.io.InputStream inStream, java.io.OutputStream outStream, org.apache.cxf.message.Message message, String targetWsURI, org.apache.cxf.transport.MessageObserver incomingObserver )
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpOutputStream."<init>":(Ljava/io/InputStream;Ljava/io/OutputStream;Lorg/apache/cxf/message/Message;Ljava/lang/String;Lorg/apache/cxf/transport/MessageObserver;)V]
SoapTcpOutputStream.SoapTcpOutputStream ( java.io.InputStream inStream, java.io.OutputStream outStream, org.apache.cxf.message.Message message, String targetWsURI, org.apache.cxf.transport.MessageObserver incomingObserver, int chunkSize )
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpOutputStream."<init>":(Ljava/io/InputStream;Ljava/io/OutputStream;Lorg/apache/cxf/message/Message;Ljava/lang/String;Lorg/apache/cxf/transport/MessageObserver;I)V]
SoapTcpOutputStream.thresholdNotReached ( ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpOutputStream.thresholdNotReached:()V]
SoapTcpOutputStream.thresholdReached ( ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpOutputStream.thresholdReached:()V]
openejb-cxf-bundle-2.5.2.jar, SoapTcpSessionState.class
package org.apache.cxf.binding.soap.tcp
SoapTcpSessionState.getStateId ( ) : byte
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpSessionState.getStateId:()B]
SoapTcpSessionState.setStateId ( byte stateId ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpSessionState.setStateId:(B)V]
SoapTcpSessionState.SoapTcpSessionState ( )
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpSessionState."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapTcpUtils.class
package org.apache.cxf.binding.soap.tcp
SoapTcpUtils.checkSingleFrameResponse ( frames.SoapTcpFrame responseFrame, String elementName ) [static] : boolean
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpUtils.checkSingleFrameResponse:(Lorg/apache/cxf/binding/soap/tcp/frames/SoapTcpFrame;Ljava/lang/String;)Z]
SoapTcpUtils.printSoapTcpFrame ( java.io.OutputStream out, frames.SoapTcpFrame frame ) [static] : void
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpUtils.printSoapTcpFrame:(Ljava/io/OutputStream;Lorg/apache/cxf/binding/soap/tcp/frames/SoapTcpFrame;)V]
SoapTcpUtils.readMessageFrame ( java.io.InputStream inputStream ) [static] : frames.SoapTcpFrame
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpUtils.readMessageFrame:(Ljava/io/InputStream;)Lorg/apache/cxf/binding/soap/tcp/frames/SoapTcpFrame;]
SoapTcpUtils.writeMessageFrame ( java.io.OutputStream out, frames.SoapTcpFrame frame ) [static] : void
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpUtils.writeMessageFrame:(Ljava/io/OutputStream;Lorg/apache/cxf/binding/soap/tcp/frames/SoapTcpFrame;)V]
SoapTcpUtils.writeSoapTcpMessage ( java.io.OutputStream out, frames.SoapTcpMessage msg ) [static] : void
[run-time name: org/apache/cxf/binding/soap/tcp/SoapTcpUtils.writeSoapTcpMessage:(Ljava/io/OutputStream;Lorg/apache/cxf/binding/soap/tcp/frames/SoapTcpMessage;)V]
openejb-cxf-bundle-2.5.2.jar, SoapTransportFactory.class
package org.apache.cxf.binding.soap
SoapTransportFactory.createEndpointInfo ( org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.service.model.BindingInfo b, java.util.List ees ) : org.apache.cxf.service.model.EndpointInfo
[run-time name: org/apache/cxf/binding/soap/SoapTransportFactory.createEndpointInfo:(Lorg/apache/cxf/service/model/ServiceInfo;Lorg/apache/cxf/service/model/BindingInfo;Ljava/util/List;)Lorg/apache/cxf/service/model/EndpointInfo;]
SoapTransportFactory.createPortExtensors ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.Service service ) : void
[run-time name: org/apache/cxf/binding/soap/SoapTransportFactory.createPortExtensors:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/Service;)V]
SoapTransportFactory.getConduit ( org.apache.cxf.service.model.EndpointInfo ei ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/binding/soap/SoapTransportFactory.getConduit:(Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/cxf/transport/Conduit;]
SoapTransportFactory.getConduit ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType target ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/binding/soap/SoapTransportFactory.getConduit:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/transport/Conduit;]
SoapTransportFactory.getDestination ( org.apache.cxf.service.model.EndpointInfo ei ) : org.apache.cxf.transport.Destination
[run-time name: org/apache/cxf/binding/soap/SoapTransportFactory.getDestination:(Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/cxf/transport/Destination;]
SoapTransportFactory.getUriPrefixes ( ) : java.util.Set
[run-time name: org/apache/cxf/binding/soap/SoapTransportFactory.getUriPrefixes:()Ljava/util/Set;]
SoapTransportFactory.mapTransportURI ( String s, String address ) : String
[run-time name: org/apache/cxf/binding/soap/SoapTransportFactory.mapTransportURI:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
SoapTransportFactory.setActivationNamespaces ( java.util.Collection ans ) : void
[run-time name: org/apache/cxf/binding/soap/SoapTransportFactory.setActivationNamespaces:(Ljava/util/Collection;)V]
SoapTransportFactory.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/binding/soap/SoapTransportFactory.setBus:(Lorg/apache/cxf/Bus;)V]
SoapTransportFactory.SoapTransportFactory ( )
[run-time name: org/apache/cxf/binding/soap/SoapTransportFactory."<init>":()V]
SoapTransportFactory.SoapTransportFactory ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/binding/soap/SoapTransportFactory."<init>":(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, SoapVersion.class
package org.apache.cxf.binding.soap
SoapVersion.getAttrNameMustUnderstand ( ) [abstract] : String
[run-time name: org/apache/cxf/binding/soap/SoapVersion.getAttrNameMustUnderstand:()Ljava/lang/String;]
SoapVersion.getAttrNameRole ( ) [abstract] : String
[run-time name: org/apache/cxf/binding/soap/SoapVersion.getAttrNameRole:()Ljava/lang/String;]
SoapVersion.getAttrValueMustUnderstand ( boolean p1 ) [abstract] : String
[run-time name: org/apache/cxf/binding/soap/SoapVersion.getAttrValueMustUnderstand:(Z)Ljava/lang/String;]
SoapVersion.getBindingId ( ) [abstract] : String
[run-time name: org/apache/cxf/binding/soap/SoapVersion.getBindingId:()Ljava/lang/String;]
SoapVersion.getBody ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/SoapVersion.getBody:()Ljavax/xml/namespace/QName;]
SoapVersion.getContentType ( ) [abstract] : String
[run-time name: org/apache/cxf/binding/soap/SoapVersion.getContentType:()Ljava/lang/String;]
SoapVersion.getDateEncodingUnknown ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/SoapVersion.getDateEncodingUnknown:()Ljavax/xml/namespace/QName;]
SoapVersion.getEnvelope ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/SoapVersion.getEnvelope:()Ljavax/xml/namespace/QName;]
SoapVersion.getFault ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/SoapVersion.getFault:()Ljavax/xml/namespace/QName;]
SoapVersion.getHeader ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/SoapVersion.getHeader:()Ljavax/xml/namespace/QName;]
SoapVersion.getMustUnderstand ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/SoapVersion.getMustUnderstand:()Ljavax/xml/namespace/QName;]
SoapVersion.getNamespace ( ) [abstract] : String
[run-time name: org/apache/cxf/binding/soap/SoapVersion.getNamespace:()Ljava/lang/String;]
SoapVersion.getNextRole ( ) [abstract] : String
[run-time name: org/apache/cxf/binding/soap/SoapVersion.getNextRole:()Ljava/lang/String;]
SoapVersion.getNoneRole ( ) [abstract] : String
[run-time name: org/apache/cxf/binding/soap/SoapVersion.getNoneRole:()Ljava/lang/String;]
SoapVersion.getReceiver ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/SoapVersion.getReceiver:()Ljavax/xml/namespace/QName;]
SoapVersion.getSender ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/SoapVersion.getSender:()Ljavax/xml/namespace/QName;]
SoapVersion.getSoapEncodingStyle ( ) [abstract] : String
[run-time name: org/apache/cxf/binding/soap/SoapVersion.getSoapEncodingStyle:()Ljava/lang/String;]
SoapVersion.getUltimateReceiverRole ( ) [abstract] : String
[run-time name: org/apache/cxf/binding/soap/SoapVersion.getUltimateReceiverRole:()Ljava/lang/String;]
SoapVersion.getVersion ( ) [abstract] : double
[run-time name: org/apache/cxf/binding/soap/SoapVersion.getVersion:()D]
SoapVersion.getVersionMismatch ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/soap/SoapVersion.getVersionMismatch:()Ljavax/xml/namespace/QName;]
openejb-cxf-bundle-2.5.2.jar, SoapVersionEditor.class
package org.apache.cxf.binding.soap
SoapVersionEditor.getValue ( ) : Object
[run-time name: org/apache/cxf/binding/soap/SoapVersionEditor.getValue:()Ljava/lang/Object;]
SoapVersionEditor.setAsText ( String text ) : void
[run-time name: org/apache/cxf/binding/soap/SoapVersionEditor.setAsText:(Ljava/lang/String;)V]
SoapVersionEditor.SoapVersionEditor ( )
[run-time name: org/apache/cxf/binding/soap/SoapVersionEditor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapVersionFactory.class
package org.apache.cxf.binding.soap
SoapVersionFactory.getInstance ( ) [static] : SoapVersionFactory
[run-time name: org/apache/cxf/binding/soap/SoapVersionFactory.getInstance:()Lorg/apache/cxf/binding/soap/SoapVersionFactory;]
SoapVersionFactory.getSoapVersion ( String namespace ) : SoapVersion
[run-time name: org/apache/cxf/binding/soap/SoapVersionFactory.getSoapVersion:(Ljava/lang/String;)Lorg/apache/cxf/binding/soap/SoapVersion;]
SoapVersionFactory.getVersions ( ) : java.util.Iterator
[run-time name: org/apache/cxf/binding/soap/SoapVersionFactory.getVersions:()Ljava/util/Iterator;]
SoapVersionFactory.register ( SoapVersion version ) : void
[run-time name: org/apache/cxf/binding/soap/SoapVersionFactory.register:(Lorg/apache/cxf/binding/soap/SoapVersion;)V]
SoapVersionFactory.SoapVersionFactory ( )
[run-time name: org/apache/cxf/binding/soap/SoapVersionFactory."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapVersionRegistrar.class
package org.apache.cxf.binding.soap.spring
SoapVersionRegistrar.registerCustomEditors ( org.springframework.beans.PropertyEditorRegistry registry ) : void
[run-time name: org/apache/cxf/binding/soap/spring/SoapVersionRegistrar.registerCustomEditors:(Lorg/springframework/beans/PropertyEditorRegistry;)V]
SoapVersionRegistrar.SoapVersionRegistrar ( )
[run-time name: org/apache/cxf/binding/soap/spring/SoapVersionRegistrar."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SoapVersionTypeConverter.class
package org.apache.cxf.binding.soap.blueprint
SoapVersionTypeConverter.canConvert ( Object sourceObject, org.osgi.service.blueprint.container.ReifiedType targetType ) : boolean
[run-time name: org/apache/cxf/binding/soap/blueprint/SoapVersionTypeConverter.canConvert:(Ljava/lang/Object;Lorg/osgi/service/blueprint/container/ReifiedType;)Z]
SoapVersionTypeConverter.convert ( Object sourceObject, org.osgi.service.blueprint.container.ReifiedType targetType ) : Object
[run-time name: org/apache/cxf/binding/soap/blueprint/SoapVersionTypeConverter.convert:(Ljava/lang/Object;Lorg/osgi/service/blueprint/container/ReifiedType;)Ljava/lang/Object;]
SoapVersionTypeConverter.SoapVersionTypeConverter ( )
[run-time name: org/apache/cxf/binding/soap/blueprint/SoapVersionTypeConverter."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SortedArraySet.class
package org.apache.cxf.common.util
SortedArraySet.add ( Object o ) : boolean
[run-time name: org/apache/cxf/common/util/SortedArraySet.add:(Ljava/lang/Object;)Z]
SortedArraySet.addAll ( java.util.Collection c ) : boolean
[run-time name: org/apache/cxf/common/util/SortedArraySet.addAll:(Ljava/util/Collection;)Z]
SortedArraySet.clear ( ) : void
[run-time name: org/apache/cxf/common/util/SortedArraySet.clear:()V]
SortedArraySet.comparator ( ) : java.util.Comparator
[run-time name: org/apache/cxf/common/util/SortedArraySet.comparator:()Ljava/util/Comparator;]
SortedArraySet.contains ( Object o ) : boolean
[run-time name: org/apache/cxf/common/util/SortedArraySet.contains:(Ljava/lang/Object;)Z]
SortedArraySet.containsAll ( java.util.Collection c ) : boolean
[run-time name: org/apache/cxf/common/util/SortedArraySet.containsAll:(Ljava/util/Collection;)Z]
SortedArraySet.equals ( Object o ) : boolean
[run-time name: org/apache/cxf/common/util/SortedArraySet.equals:(Ljava/lang/Object;)Z]
SortedArraySet.first ( ) : Object
[run-time name: org/apache/cxf/common/util/SortedArraySet.first:()Ljava/lang/Object;]
SortedArraySet.hashCode ( ) : int
[run-time name: org/apache/cxf/common/util/SortedArraySet.hashCode:()I]
SortedArraySet.headSet ( Object toElement ) : java.util.SortedSet
[run-time name: org/apache/cxf/common/util/SortedArraySet.headSet:(Ljava/lang/Object;)Ljava/util/SortedSet;]
SortedArraySet.isEmpty ( ) : boolean
[run-time name: org/apache/cxf/common/util/SortedArraySet.isEmpty:()Z]
SortedArraySet.iterator ( ) : java.util.Iterator
[run-time name: org/apache/cxf/common/util/SortedArraySet.iterator:()Ljava/util/Iterator;]
SortedArraySet.last ( ) : Object
[run-time name: org/apache/cxf/common/util/SortedArraySet.last:()Ljava/lang/Object;]
SortedArraySet.remove ( Object o ) : boolean
[run-time name: org/apache/cxf/common/util/SortedArraySet.remove:(Ljava/lang/Object;)Z]
SortedArraySet.removeAll ( java.util.Collection c ) : boolean
[run-time name: org/apache/cxf/common/util/SortedArraySet.removeAll:(Ljava/util/Collection;)Z]
SortedArraySet.retainAll ( java.util.Collection c ) : boolean
[run-time name: org/apache/cxf/common/util/SortedArraySet.retainAll:(Ljava/util/Collection;)Z]
SortedArraySet.size ( ) : int
[run-time name: org/apache/cxf/common/util/SortedArraySet.size:()I]
SortedArraySet.SortedArraySet ( )
[run-time name: org/apache/cxf/common/util/SortedArraySet."<init>":()V]
SortedArraySet.subSet ( Object fromElement, Object toElement ) : java.util.SortedSet
[run-time name: org/apache/cxf/common/util/SortedArraySet.subSet:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedSet;]
SortedArraySet.tailSet ( Object fromElement ) : java.util.SortedSet
[run-time name: org/apache/cxf/common/util/SortedArraySet.tailSet:(Ljava/lang/Object;)Ljava/util/SortedSet;]
SortedArraySet.toArray ( ) : Object[ ]
[run-time name: org/apache/cxf/common/util/SortedArraySet.toArray:()[Ljava/lang/Object;]
SortedArraySet.toArray ( Object[ ] a ) : Object[ ]
[run-time name: org/apache/cxf/common/util/SortedArraySet.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;]
SortedArraySet.toString ( ) : String
[run-time name: org/apache/cxf/common/util/SortedArraySet.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, Source.class
package org.apache.cxf.ws.rm
Source.addSequence ( SourceSequence seq ) : void
[run-time name: org/apache/cxf/ws/rm/Source.addSequence:(Lorg/apache/cxf/ws/rm/SourceSequence;)V]
Source.addSequence ( SourceSequence seq, boolean persist ) : void
[run-time name: org/apache/cxf/ws/rm/Source.addSequence:(Lorg/apache/cxf/ws/rm/SourceSequence;Z)V]
Source.getAllSequences ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/rm/Source.getAllSequences:()Ljava/util/Collection;]
Source.getAllUnacknowledgedSequences ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/rm/Source.getAllUnacknowledgedSequences:()Ljava/util/Collection;]
Source.getSequence ( v200702.Identifier id ) : SourceSequence
[run-time name: org/apache/cxf/ws/rm/Source.getSequence:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)Lorg/apache/cxf/ws/rm/SourceSequence;]
Source.removeSequence ( SourceSequence seq ) : void
[run-time name: org/apache/cxf/ws/rm/Source.removeSequence:(Lorg/apache/cxf/ws/rm/SourceSequence;)V]
Source.setCurrent ( SourceSequence s ) : void
[run-time name: org/apache/cxf/ws/rm/Source.setCurrent:(Lorg/apache/cxf/ws/rm/SourceSequence;)V]
openejb-cxf-bundle-2.5.2.jar, SourceDataBinding.class
package org.apache.cxf.databinding.source
SourceDataBinding.createReader ( Class cls ) : org.apache.cxf.databinding.DataReader
[run-time name: org/apache/cxf/databinding/source/SourceDataBinding.createReader:(Ljava/lang/Class;)Lorg/apache/cxf/databinding/DataReader;]
SourceDataBinding.createWriter ( Class cls ) : org.apache.cxf.databinding.DataWriter
[run-time name: org/apache/cxf/databinding/source/SourceDataBinding.createWriter:(Ljava/lang/Class;)Lorg/apache/cxf/databinding/DataWriter;]
SourceDataBinding.getSupportedReaderFormats ( ) : Class[ ]
[run-time name: org/apache/cxf/databinding/source/SourceDataBinding.getSupportedReaderFormats:()[Ljava/lang/Class;]
SourceDataBinding.getSupportedWriterFormats ( ) : Class[ ]
[run-time name: org/apache/cxf/databinding/source/SourceDataBinding.getSupportedWriterFormats:()[Ljava/lang/Class;]
SourceDataBinding.initialize ( org.apache.cxf.service.Service service ) : void
[run-time name: org/apache/cxf/databinding/source/SourceDataBinding.initialize:(Lorg/apache/cxf/service/Service;)V]
SourceDataBinding.SourceDataBinding ( )
[run-time name: org/apache/cxf/databinding/source/SourceDataBinding."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SourceDatabindingProfile.class
package org.apache.cxf.tools.wsdlto.databinding.source
SourceDatabindingProfile.createDefaultValueWriter ( javax.xml.namespace.QName qn, boolean element ) : org.apache.cxf.tools.common.model.DefaultValueWriter
[run-time name: org/apache/cxf/tools/wsdlto/databinding/source/SourceDatabindingProfile.createDefaultValueWriter:(Ljavax/xml/namespace/QName;Z)Lorg/apache/cxf/tools/common/model/DefaultValueWriter;]
SourceDatabindingProfile.createDefaultValueWriterForWrappedElement ( javax.xml.namespace.QName wrapperElement, javax.xml.namespace.QName qn ) : org.apache.cxf.tools.common.model.DefaultValueWriter
[run-time name: org/apache/cxf/tools/wsdlto/databinding/source/SourceDatabindingProfile.createDefaultValueWriterForWrappedElement:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/tools/common/model/DefaultValueWriter;]
SourceDatabindingProfile.generate ( org.apache.cxf.tools.common.ToolContext context ) : void
[run-time name: org/apache/cxf/tools/wsdlto/databinding/source/SourceDatabindingProfile.generate:(Lorg/apache/cxf/tools/common/ToolContext;)V]
SourceDatabindingProfile.getType ( javax.xml.namespace.QName qn, boolean element ) : String
[run-time name: org/apache/cxf/tools/wsdlto/databinding/source/SourceDatabindingProfile.getType:(Ljavax/xml/namespace/QName;Z)Ljava/lang/String;]
SourceDatabindingProfile.getWrappedElementType ( javax.xml.namespace.QName wrapperElement, javax.xml.namespace.QName item ) : String
[run-time name: org/apache/cxf/tools/wsdlto/databinding/source/SourceDatabindingProfile.getWrappedElementType:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)Ljava/lang/String;]
SourceDatabindingProfile.initialize ( org.apache.cxf.tools.common.ToolContext c ) : void
[run-time name: org/apache/cxf/tools/wsdlto/databinding/source/SourceDatabindingProfile.initialize:(Lorg/apache/cxf/tools/common/ToolContext;)V]
SourceDatabindingProfile.SourceDatabindingProfile ( )
[run-time name: org/apache/cxf/tools/wsdlto/databinding/source/SourceDatabindingProfile."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SourceGenerator.class
package org.apache.cxf.jaxrs.ext.codegen
SourceGenerator.generateMainClass ( org.w3c.dom.Element resourcesEl, java.io.File src ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/SourceGenerator.generateMainClass:(Lorg/w3c/dom/Element;Ljava/io/File;)V]
SourceGenerator.generateSource ( String wadl, java.io.File srcDir, String codeType ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/SourceGenerator.generateSource:(Ljava/lang/String;Ljava/io/File;Ljava/lang/String;)V]
SourceGenerator.getGeneratedServiceClasses ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/ext/codegen/SourceGenerator.getGeneratedServiceClasses:()Ljava/util/List;]
SourceGenerator.getGeneratedTypeClasses ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/ext/codegen/SourceGenerator.getGeneratedTypeClasses:()Ljava/util/List;]
SourceGenerator.getWadlNamespace ( ) : String
[run-time name: org/apache/cxf/jaxrs/ext/codegen/SourceGenerator.getWadlNamespace:()Ljava/lang/String;]
SourceGenerator.setBindingFiles ( java.util.List files ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/SourceGenerator.setBindingFiles:(Ljava/util/List;)V]
SourceGenerator.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/SourceGenerator.setBus:(Lorg/apache/cxf/Bus;)V]
SourceGenerator.setCompilerArgs ( java.util.List args ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/SourceGenerator.setCompilerArgs:(Ljava/util/List;)V]
SourceGenerator.setGenerateEnums ( boolean generate ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/SourceGenerator.setGenerateEnums:(Z)V]
SourceGenerator.setGenerateImplementation ( boolean generate ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/SourceGenerator.setGenerateImplementation:(Z)V]
SourceGenerator.setGenerateInterfaces ( boolean generateInterfaces ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/SourceGenerator.setGenerateInterfaces:(Z)V]
SourceGenerator.setImportsComparator ( java.util.Comparator importsComparator ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/SourceGenerator.setImportsComparator:(Ljava/util/Comparator;)V]
SourceGenerator.setPackageName ( String name ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/SourceGenerator.setPackageName:(Ljava/lang/String;)V]
SourceGenerator.setResourceName ( String name ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/SourceGenerator.setResourceName:(Ljava/lang/String;)V]
SourceGenerator.setSchemaPackageFiles ( java.util.List files ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/SourceGenerator.setSchemaPackageFiles:(Ljava/util/List;)V]
SourceGenerator.setSchemaPackageMap ( java.util.Map map ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/SourceGenerator.setSchemaPackageMap:(Ljava/util/Map;)V]
SourceGenerator.setSchemaTypesMap ( java.util.Map map ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/SourceGenerator.setSchemaTypesMap:(Ljava/util/Map;)V]
SourceGenerator.setSupportMultipleXmlReps ( boolean support ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/SourceGenerator.setSupportMultipleXmlReps:(Z)V]
SourceGenerator.setWadlNamespace ( String ns ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/SourceGenerator.setWadlNamespace:(Ljava/lang/String;)V]
SourceGenerator.setWadlPath ( String name ) : void
[run-time name: org/apache/cxf/jaxrs/ext/codegen/SourceGenerator.setWadlPath:(Ljava/lang/String;)V]
SourceGenerator.SourceGenerator ( )
[run-time name: org/apache/cxf/jaxrs/ext/codegen/SourceGenerator."<init>":()V]
SourceGenerator.SourceGenerator ( java.util.Map properties )
[run-time name: org/apache/cxf/jaxrs/ext/codegen/SourceGenerator."<init>":(Ljava/util/Map;)V]
openejb-cxf-bundle-2.5.2.jar, SourcePolicyType.class
package org.apache.cxf.ws.rm.manager
SourcePolicyType.getAcksTo ( ) : String
[run-time name: org/apache/cxf/ws/rm/manager/SourcePolicyType.getAcksTo:()Ljava/lang/String;]
SourcePolicyType.getOfferedSequenceExpiration ( ) : javax.xml.datatype.Duration
[run-time name: org/apache/cxf/ws/rm/manager/SourcePolicyType.getOfferedSequenceExpiration:()Ljavax/xml/datatype/Duration;]
SourcePolicyType.getSequenceExpiration ( ) : javax.xml.datatype.Duration
[run-time name: org/apache/cxf/ws/rm/manager/SourcePolicyType.getSequenceExpiration:()Ljavax/xml/datatype/Duration;]
SourcePolicyType.getSequenceTerminationPolicy ( ) : SequenceTerminationPolicyType
[run-time name: org/apache/cxf/ws/rm/manager/SourcePolicyType.getSequenceTerminationPolicy:()Lorg/apache/cxf/ws/rm/manager/SequenceTerminationPolicyType;]
SourcePolicyType.isIncludeOffer ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/manager/SourcePolicyType.isIncludeOffer:()Z]
SourcePolicyType.isSetAcksTo ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/manager/SourcePolicyType.isSetAcksTo:()Z]
SourcePolicyType.isSetIncludeOffer ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/manager/SourcePolicyType.isSetIncludeOffer:()Z]
SourcePolicyType.isSetOfferedSequenceExpiration ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/manager/SourcePolicyType.isSetOfferedSequenceExpiration:()Z]
SourcePolicyType.isSetSequenceExpiration ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/manager/SourcePolicyType.isSetSequenceExpiration:()Z]
SourcePolicyType.isSetSequenceTerminationPolicy ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/manager/SourcePolicyType.isSetSequenceTerminationPolicy:()Z]
SourcePolicyType.setAcksTo ( String value ) : void
[run-time name: org/apache/cxf/ws/rm/manager/SourcePolicyType.setAcksTo:(Ljava/lang/String;)V]
SourcePolicyType.setIncludeOffer ( boolean value ) : void
[run-time name: org/apache/cxf/ws/rm/manager/SourcePolicyType.setIncludeOffer:(Z)V]
SourcePolicyType.setOfferedSequenceExpiration ( javax.xml.datatype.Duration value ) : void
[run-time name: org/apache/cxf/ws/rm/manager/SourcePolicyType.setOfferedSequenceExpiration:(Ljavax/xml/datatype/Duration;)V]
SourcePolicyType.setSequenceExpiration ( javax.xml.datatype.Duration value ) : void
[run-time name: org/apache/cxf/ws/rm/manager/SourcePolicyType.setSequenceExpiration:(Ljavax/xml/datatype/Duration;)V]
SourcePolicyType.setSequenceTerminationPolicy ( SequenceTerminationPolicyType value ) : void
[run-time name: org/apache/cxf/ws/rm/manager/SourcePolicyType.setSequenceTerminationPolicy:(Lorg/apache/cxf/ws/rm/manager/SequenceTerminationPolicyType;)V]
SourcePolicyType.SourcePolicyType ( )
[run-time name: org/apache/cxf/ws/rm/manager/SourcePolicyType."<init>":()V]
SourcePolicyType.unsetIncludeOffer ( ) : void
[run-time name: org/apache/cxf/ws/rm/manager/SourcePolicyType.unsetIncludeOffer:()V]
openejb-cxf-bundle-2.5.2.jar, SourceProvider.class
package org.apache.cxf.jaxrs.provider
SourceProvider.getContext ( ) : org.apache.cxf.jaxrs.ext.MessageContext
[run-time name: org/apache/cxf/jaxrs/provider/SourceProvider.getContext:()Lorg/apache/cxf/jaxrs/ext/MessageContext;]
SourceProvider.getPreferredSource ( ) : String
[run-time name: org/apache/cxf/jaxrs/provider/SourceProvider.getPreferredSource:()Ljava/lang/String;]
SourceProvider.getReader ( java.io.InputStream is ) : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/jaxrs/provider/SourceProvider.getReader:(Ljava/io/InputStream;)Ljavax/xml/stream/XMLStreamReader;]
SourceProvider.getReaderFromMessage ( ) : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/jaxrs/provider/SourceProvider.getReaderFromMessage:()Ljavax/xml/stream/XMLStreamReader;]
SourceProvider.getRealStream ( java.io.InputStream is ) : java.io.InputStream
[run-time name: org/apache/cxf/jaxrs/provider/SourceProvider.getRealStream:(Ljava/io/InputStream;)Ljava/io/InputStream;]
SourceProvider.getSize ( Object source, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : long
[run-time name: org/apache/cxf/jaxrs/provider/SourceProvider.getSize:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J]
SourceProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/SourceProvider.isReadable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
SourceProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/SourceProvider.isWriteable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
SourceProvider.readFrom ( Class source, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType m, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/SourceProvider.readFrom:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Ljava/lang/Object;]
SourceProvider.SourceProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/SourceProvider."<init>":()V]
SourceProvider.writeTo ( Object source, Class clazz, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/jaxrs/provider/SourceProvider.writeTo:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, SourceSequence.class
package org.apache.cxf.ws.rm
SourceSequence.allAcknowledged ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/SourceSequence.allAcknowledged:()Z]
SourceSequence.getCurrentMessageNr ( ) : long
[run-time name: org/apache/cxf/ws/rm/SourceSequence.getCurrentMessageNr:()J]
SourceSequence.getEndpointIdentifier ( ) : String
[run-time name: org/apache/cxf/ws/rm/SourceSequence.getEndpointIdentifier:()Ljava/lang/String;]
SourceSequence.getExpires ( ) : java.util.Date
[run-time name: org/apache/cxf/ws/rm/SourceSequence.getExpires:()Ljava/util/Date;]
SourceSequence.getOfferingSequenceIdentifier ( ) : v200702.Identifier
[run-time name: org/apache/cxf/ws/rm/SourceSequence.getOfferingSequenceIdentifier:()Lorg/apache/cxf/ws/rm/v200702/Identifier;]
SourceSequence.getSource ( ) : Source
[run-time name: org/apache/cxf/ws/rm/SourceSequence.getSource:()Lorg/apache/cxf/ws/rm/Source;]
SourceSequence.isLastMessage ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/SourceSequence.isLastMessage:()Z]
SourceSequence.nextMessageNumber ( v200702.Identifier inSeqId, long inMsgNumber, boolean last ) : long
[run-time name: org/apache/cxf/ws/rm/SourceSequence.nextMessageNumber:(Lorg/apache/cxf/ws/rm/v200702/Identifier;JZ)J]
SourceSequence.offeredBy ( v200702.Identifier sid ) : boolean
[run-time name: org/apache/cxf/ws/rm/SourceSequence.offeredBy:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)Z]
SourceSequence.setAcknowledged ( v200702.SequenceAcknowledgement a ) : void
[run-time name: org/apache/cxf/ws/rm/SourceSequence.setAcknowledged:(Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement;)V]
SourceSequence.setExpires ( v200702.Expires ex ) : void
[run-time name: org/apache/cxf/ws/rm/SourceSequence.setExpires:(Lorg/apache/cxf/ws/rm/v200702/Expires;)V]
SourceSequence.SourceSequence ( v200702.Identifier i, java.util.Date e, v200702.Identifier oi, long cmn, boolean lm, ProtocolVariation pv )
[run-time name: org/apache/cxf/ws/rm/SourceSequence."<init>":(Lorg/apache/cxf/ws/rm/v200702/Identifier;Ljava/util/Date;Lorg/apache/cxf/ws/rm/v200702/Identifier;JZLorg/apache/cxf/ws/rm/ProtocolVariation;)V]
SourceSequence.SourceSequence ( v200702.Identifier i, java.util.Date e, v200702.Identifier oi, ProtocolVariation pv )
[run-time name: org/apache/cxf/ws/rm/SourceSequence."<init>":(Lorg/apache/cxf/ws/rm/v200702/Identifier;Ljava/util/Date;Lorg/apache/cxf/ws/rm/v200702/Identifier;Lorg/apache/cxf/ws/rm/ProtocolVariation;)V]
SourceSequence.SourceSequence ( v200702.Identifier i, ProtocolVariation pv )
[run-time name: org/apache/cxf/ws/rm/SourceSequence."<init>":(Lorg/apache/cxf/ws/rm/v200702/Identifier;Lorg/apache/cxf/ws/rm/ProtocolVariation;)V]
openejb-cxf-bundle-2.5.2.jar, SourceType.class
package org.apache.cxf.aegis.type.xml
SourceType.createXMLReader ( ) : org.xml.sax.XMLReader
[run-time name: org/apache/cxf/aegis/type/xml/SourceType.createXMLReader:()Lorg/xml/sax/XMLReader;]
SourceType.readObject ( org.apache.cxf.aegis.xml.MessageReader mreader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/xml/SourceType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
SourceType.SourceType ( )
[run-time name: org/apache/cxf/aegis/type/xml/SourceType."<init>":()V]
SourceType.write ( javax.xml.transform.Source object, javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/aegis/type/xml/SourceType.write:(Ljavax/xml/transform/Source;Ljavax/xml/stream/XMLStreamWriter;)V]
SourceType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/xml/SourceType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, SP11Constants.class
package org.apache.cxf.ws.security.policy
SP11Constants.getAlgorithmSuite ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getAlgorithmSuite:()Ljavax/xml/namespace/QName;]
SP11Constants.getAsymmetricBinding ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getAsymmetricBinding:()Ljavax/xml/namespace/QName;]
SP11Constants.getAttributeValueFromInclusion ( SPConstants.IncludeTokenType value ) : String
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getAttributeValueFromInclusion:(Lorg/apache/cxf/ws/security/policy/SPConstants$IncludeTokenType;)Ljava/lang/String;]
SP11Constants.getEncryptedElements ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getEncryptedElements:()Ljavax/xml/namespace/QName;]
SP11Constants.getEncryptedParts ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getEncryptedParts:()Ljavax/xml/namespace/QName;]
SP11Constants.getEncryptionToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getEncryptionToken:()Ljavax/xml/namespace/QName;]
SP11Constants.getEndorsingSupportingTokens ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getEndorsingSupportingTokens:()Ljavax/xml/namespace/QName;]
SP11Constants.getHttpsToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getHttpsToken:()Ljavax/xml/namespace/QName;]
SP11Constants.getIncludeTimestamp ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getIncludeTimestamp:()Ljavax/xml/namespace/QName;]
SP11Constants.getIncludeToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getIncludeToken:()Ljavax/xml/namespace/QName;]
SP11Constants.getInclusionFromAttributeValue ( String value ) : SPConstants.IncludeTokenType
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getInclusionFromAttributeValue:(Ljava/lang/String;)Lorg/apache/cxf/ws/security/policy/SPConstants$IncludeTokenType;]
SP11Constants.getInitiatorEncryptionToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getInitiatorEncryptionToken:()Ljavax/xml/namespace/QName;]
SP11Constants.getInitiatorSignatureToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getInitiatorSignatureToken:()Ljavax/xml/namespace/QName;]
SP11Constants.getInitiatorToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getInitiatorToken:()Ljavax/xml/namespace/QName;]
SP11Constants.getIssuedToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getIssuedToken:()Ljavax/xml/namespace/QName;]
SP11Constants.getKerberosToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getKerberosToken:()Ljavax/xml/namespace/QName;]
SP11Constants.getLayout ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getLayout:()Ljavax/xml/namespace/QName;]
SP11Constants.getNamespace ( ) : String
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getNamespace:()Ljava/lang/String;]
SP11Constants.getProtectionToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getProtectionToken:()Ljavax/xml/namespace/QName;]
SP11Constants.getRecipientEncryptionToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getRecipientEncryptionToken:()Ljavax/xml/namespace/QName;]
SP11Constants.getRecipientSignatureToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getRecipientSignatureToken:()Ljavax/xml/namespace/QName;]
SP11Constants.getRecipientToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getRecipientToken:()Ljavax/xml/namespace/QName;]
SP11Constants.getRequiredDerivedKeys ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getRequiredDerivedKeys:()Ljavax/xml/namespace/QName;]
SP11Constants.getRequiredElements ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getRequiredElements:()Ljavax/xml/namespace/QName;]
SP11Constants.getSamlToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getSamlToken:()Ljavax/xml/namespace/QName;]
SP11Constants.getSecureConversationToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getSecureConversationToken:()Ljavax/xml/namespace/QName;]
SP11Constants.getSecurityContextToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getSecurityContextToken:()Ljavax/xml/namespace/QName;]
SP11Constants.getSignatureToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getSignatureToken:()Ljavax/xml/namespace/QName;]
SP11Constants.getSignedElements ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getSignedElements:()Ljavax/xml/namespace/QName;]
SP11Constants.getSignedEndorsingSupportingTokens ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getSignedEndorsingSupportingTokens:()Ljavax/xml/namespace/QName;]
SP11Constants.getSignedParts ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getSignedParts:()Ljavax/xml/namespace/QName;]
SP11Constants.getSignedSupportingTokens ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getSignedSupportingTokens:()Ljavax/xml/namespace/QName;]
SP11Constants.getSpnegoContextToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getSpnegoContextToken:()Ljavax/xml/namespace/QName;]
SP11Constants.getSupportingTokens ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getSupportingTokens:()Ljavax/xml/namespace/QName;]
SP11Constants.getSymmetricBinding ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getSymmetricBinding:()Ljavax/xml/namespace/QName;]
SP11Constants.getTransportBinding ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getTransportBinding:()Ljavax/xml/namespace/QName;]
SP11Constants.getTransportToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getTransportToken:()Ljavax/xml/namespace/QName;]
SP11Constants.getUserNameToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getUserNameToken:()Ljavax/xml/namespace/QName;]
SP11Constants.getVersion ( ) : SPConstants.Version
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getVersion:()Lorg/apache/cxf/ws/security/policy/SPConstants$Version;]
SP11Constants.getWSS10 ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getWSS10:()Ljavax/xml/namespace/QName;]
SP11Constants.getWSS11 ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getWSS11:()Ljavax/xml/namespace/QName;]
SP11Constants.getX509Token ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP11Constants.getX509Token:()Ljavax/xml/namespace/QName;]
openejb-cxf-bundle-2.5.2.jar, SP12Constants.class
package org.apache.cxf.ws.security.policy
SP12Constants.getAlgorithmSuite ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getAlgorithmSuite:()Ljavax/xml/namespace/QName;]
SP12Constants.getAsymmetricBinding ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getAsymmetricBinding:()Ljavax/xml/namespace/QName;]
SP12Constants.getAttributeValueFromInclusion ( SPConstants.IncludeTokenType value ) : String
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getAttributeValueFromInclusion:(Lorg/apache/cxf/ws/security/policy/SPConstants$IncludeTokenType;)Ljava/lang/String;]
SP12Constants.getEncryptedElements ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getEncryptedElements:()Ljavax/xml/namespace/QName;]
SP12Constants.getEncryptedParts ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getEncryptedParts:()Ljavax/xml/namespace/QName;]
SP12Constants.getEncryptionToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getEncryptionToken:()Ljavax/xml/namespace/QName;]
SP12Constants.getEndorsingSupportingTokens ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getEndorsingSupportingTokens:()Ljavax/xml/namespace/QName;]
SP12Constants.getHttpsToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getHttpsToken:()Ljavax/xml/namespace/QName;]
SP12Constants.getIncludeTimestamp ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getIncludeTimestamp:()Ljavax/xml/namespace/QName;]
SP12Constants.getIncludeToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getIncludeToken:()Ljavax/xml/namespace/QName;]
SP12Constants.getInclusionFromAttributeValue ( String value ) : SPConstants.IncludeTokenType
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getInclusionFromAttributeValue:(Ljava/lang/String;)Lorg/apache/cxf/ws/security/policy/SPConstants$IncludeTokenType;]
SP12Constants.getInitiatorEncryptionToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getInitiatorEncryptionToken:()Ljavax/xml/namespace/QName;]
SP12Constants.getInitiatorSignatureToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getInitiatorSignatureToken:()Ljavax/xml/namespace/QName;]
SP12Constants.getInitiatorToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getInitiatorToken:()Ljavax/xml/namespace/QName;]
SP12Constants.getIssuedToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getIssuedToken:()Ljavax/xml/namespace/QName;]
SP12Constants.getKerberosToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getKerberosToken:()Ljavax/xml/namespace/QName;]
SP12Constants.getKeyValueToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getKeyValueToken:()Ljavax/xml/namespace/QName;]
SP12Constants.getLayout ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getLayout:()Ljavax/xml/namespace/QName;]
SP12Constants.getNamespace ( ) : String
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getNamespace:()Ljava/lang/String;]
SP12Constants.getProtectionToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getProtectionToken:()Ljavax/xml/namespace/QName;]
SP12Constants.getRecipientEncryptionToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getRecipientEncryptionToken:()Ljavax/xml/namespace/QName;]
SP12Constants.getRecipientSignatureToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getRecipientSignatureToken:()Ljavax/xml/namespace/QName;]
SP12Constants.getRecipientToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getRecipientToken:()Ljavax/xml/namespace/QName;]
SP12Constants.getRequiredDerivedKeys ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getRequiredDerivedKeys:()Ljavax/xml/namespace/QName;]
SP12Constants.getRequiredElements ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getRequiredElements:()Ljavax/xml/namespace/QName;]
SP12Constants.getSamlToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getSamlToken:()Ljavax/xml/namespace/QName;]
SP12Constants.getSecureConversationToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getSecureConversationToken:()Ljavax/xml/namespace/QName;]
SP12Constants.getSecurityContextToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getSecurityContextToken:()Ljavax/xml/namespace/QName;]
SP12Constants.getSignatureToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getSignatureToken:()Ljavax/xml/namespace/QName;]
SP12Constants.getSignedElements ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getSignedElements:()Ljavax/xml/namespace/QName;]
SP12Constants.getSignedEndorsingSupportingTokens ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getSignedEndorsingSupportingTokens:()Ljavax/xml/namespace/QName;]
SP12Constants.getSignedParts ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getSignedParts:()Ljavax/xml/namespace/QName;]
SP12Constants.getSignedSupportingTokens ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getSignedSupportingTokens:()Ljavax/xml/namespace/QName;]
SP12Constants.getSpnegoContextToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getSpnegoContextToken:()Ljavax/xml/namespace/QName;]
SP12Constants.getSupportingTokens ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getSupportingTokens:()Ljavax/xml/namespace/QName;]
SP12Constants.getSymmetricBinding ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getSymmetricBinding:()Ljavax/xml/namespace/QName;]
SP12Constants.getTransportBinding ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getTransportBinding:()Ljavax/xml/namespace/QName;]
SP12Constants.getTransportToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getTransportToken:()Ljavax/xml/namespace/QName;]
SP12Constants.getUserNameToken ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getUserNameToken:()Ljavax/xml/namespace/QName;]
SP12Constants.getVersion ( ) : SPConstants.Version
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getVersion:()Lorg/apache/cxf/ws/security/policy/SPConstants$Version;]
SP12Constants.getWSS10 ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getWSS10:()Ljavax/xml/namespace/QName;]
SP12Constants.getWSS11 ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getWSS11:()Ljavax/xml/namespace/QName;]
SP12Constants.getX509Token ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SP12Constants.getX509Token:()Ljavax/xml/namespace/QName;]
openejb-cxf-bundle-2.5.2.jar, SPConstants.class
package org.apache.cxf.ws.security.policy
SPConstants.getAlgorithmSuite ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getAlgorithmSuite:()Ljavax/xml/namespace/QName;]
SPConstants.getAsymmetricBinding ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getAsymmetricBinding:()Ljavax/xml/namespace/QName;]
SPConstants.getAttributeValueFromInclusion ( SPConstants.IncludeTokenType p1 ) [abstract] : String
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getAttributeValueFromInclusion:(Lorg/apache/cxf/ws/security/policy/SPConstants$IncludeTokenType;)Ljava/lang/String;]
SPConstants.getEncryptedElements ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getEncryptedElements:()Ljavax/xml/namespace/QName;]
SPConstants.getEncryptedParts ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getEncryptedParts:()Ljavax/xml/namespace/QName;]
SPConstants.getEncryptionToken ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getEncryptionToken:()Ljavax/xml/namespace/QName;]
SPConstants.getEndorsingSupportingTokens ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getEndorsingSupportingTokens:()Ljavax/xml/namespace/QName;]
SPConstants.getHttpsToken ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getHttpsToken:()Ljavax/xml/namespace/QName;]
SPConstants.getIncludeTimestamp ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getIncludeTimestamp:()Ljavax/xml/namespace/QName;]
SPConstants.getIncludeToken ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getIncludeToken:()Ljavax/xml/namespace/QName;]
SPConstants.getInclusionFromAttributeValue ( String p1 ) [abstract] : SPConstants.IncludeTokenType
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getInclusionFromAttributeValue:(Ljava/lang/String;)Lorg/apache/cxf/ws/security/policy/SPConstants$IncludeTokenType;]
SPConstants.getInitiatorEncryptionToken ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getInitiatorEncryptionToken:()Ljavax/xml/namespace/QName;]
SPConstants.getInitiatorSignatureToken ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getInitiatorSignatureToken:()Ljavax/xml/namespace/QName;]
SPConstants.getInitiatorToken ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getInitiatorToken:()Ljavax/xml/namespace/QName;]
SPConstants.getIssuedToken ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getIssuedToken:()Ljavax/xml/namespace/QName;]
SPConstants.getKerberosToken ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getKerberosToken:()Ljavax/xml/namespace/QName;]
SPConstants.getLayout ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getLayout:()Ljavax/xml/namespace/QName;]
SPConstants.getNamespace ( ) [abstract] : String
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getNamespace:()Ljava/lang/String;]
SPConstants.getProtectionToken ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getProtectionToken:()Ljavax/xml/namespace/QName;]
SPConstants.getRecipientEncryptionToken ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getRecipientEncryptionToken:()Ljavax/xml/namespace/QName;]
SPConstants.getRecipientSignatureToken ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getRecipientSignatureToken:()Ljavax/xml/namespace/QName;]
SPConstants.getRecipientToken ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getRecipientToken:()Ljavax/xml/namespace/QName;]
SPConstants.getRequiredDerivedKeys ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getRequiredDerivedKeys:()Ljavax/xml/namespace/QName;]
SPConstants.getRequiredElements ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getRequiredElements:()Ljavax/xml/namespace/QName;]
SPConstants.getSamlToken ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getSamlToken:()Ljavax/xml/namespace/QName;]
SPConstants.getSecureConversationToken ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getSecureConversationToken:()Ljavax/xml/namespace/QName;]
SPConstants.getSecurityContextToken ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getSecurityContextToken:()Ljavax/xml/namespace/QName;]
SPConstants.getSignatureToken ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getSignatureToken:()Ljavax/xml/namespace/QName;]
SPConstants.getSignedElements ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getSignedElements:()Ljavax/xml/namespace/QName;]
SPConstants.getSignedEndorsingSupportingTokens ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getSignedEndorsingSupportingTokens:()Ljavax/xml/namespace/QName;]
SPConstants.getSignedParts ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getSignedParts:()Ljavax/xml/namespace/QName;]
SPConstants.getSignedSupportingTokens ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getSignedSupportingTokens:()Ljavax/xml/namespace/QName;]
SPConstants.getSpnegoContextToken ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getSpnegoContextToken:()Ljavax/xml/namespace/QName;]
SPConstants.getSupportingTokens ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getSupportingTokens:()Ljavax/xml/namespace/QName;]
SPConstants.getSymmetricBinding ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getSymmetricBinding:()Ljavax/xml/namespace/QName;]
SPConstants.getTransportBinding ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getTransportBinding:()Ljavax/xml/namespace/QName;]
SPConstants.getTransportToken ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getTransportToken:()Ljavax/xml/namespace/QName;]
SPConstants.getUserNameToken ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getUserNameToken:()Ljavax/xml/namespace/QName;]
SPConstants.getVersion ( ) [abstract] : SPConstants.Version
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getVersion:()Lorg/apache/cxf/ws/security/policy/SPConstants$Version;]
SPConstants.getWSS10 ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getWSS10:()Ljavax/xml/namespace/QName;]
SPConstants.getWSS11 ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getWSS11:()Ljavax/xml/namespace/QName;]
SPConstants.getX509Token ( ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.getX509Token:()Ljavax/xml/namespace/QName;]
SPConstants.SPConstants ( )
[run-time name: org/apache/cxf/ws/security/policy/SPConstants."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SPKIDataType.class
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
SPKIDataType.getSPKISexpAndAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SPKIDataType.getSPKISexpAndAny:()Ljava/util/List;]
SPKIDataType.SPKIDataType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/SPKIDataType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SpnegoAuthSupplier.class
package org.apache.cxf.transport.http.auth
SpnegoAuthSupplier.getAuthorization ( org.apache.cxf.configuration.security.AuthorizationPolicy authPolicy, java.net.URL currentURL, org.apache.cxf.message.Message message, String fullHeader ) : String
[run-time name: org/apache/cxf/transport/http/auth/SpnegoAuthSupplier.getAuthorization:(Lorg/apache/cxf/configuration/security/AuthorizationPolicy;Ljava/net/URL;Lorg/apache/cxf/message/Message;Ljava/lang/String;)Ljava/lang/String;]
SpnegoAuthSupplier.getUsernamePasswordHandler ( String username, String password ) [static] : javax.security.auth.callback.CallbackHandler
[run-time name: org/apache/cxf/transport/http/auth/SpnegoAuthSupplier.getUsernamePasswordHandler:(Ljava/lang/String;Ljava/lang/String;)Ljavax/security/auth/callback/CallbackHandler;]
SpnegoAuthSupplier.requiresRequestCaching ( ) : boolean
[run-time name: org/apache/cxf/transport/http/auth/SpnegoAuthSupplier.requiresRequestCaching:()Z]
SpnegoAuthSupplier.SpnegoAuthSupplier ( )
[run-time name: org/apache/cxf/transport/http/auth/SpnegoAuthSupplier."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SpnegoContextToken.class
package org.apache.cxf.ws.security.policy.model
SpnegoContextToken.getIssuerEpr ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/security/policy/model/SpnegoContextToken.getIssuerEpr:()Lorg/w3c/dom/Element;]
SpnegoContextToken.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/SpnegoContextToken.getName:()Ljavax/xml/namespace/QName;]
SpnegoContextToken.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SpnegoContextToken.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
SpnegoContextToken.setIssuerEpr ( org.w3c.dom.Element issuerEpr ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SpnegoContextToken.setIssuerEpr:(Lorg/w3c/dom/Element;)V]
SpnegoContextToken.SpnegoContextToken ( org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/SpnegoContextToken."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;)V]
openejb-cxf-bundle-2.5.2.jar, SpnegoContextTokenBuilder.class
package org.apache.cxf.ws.security.policy.builders
SpnegoContextTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/SpnegoContextTokenBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
SpnegoContextTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/SpnegoContextTokenBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
SpnegoContextTokenBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/SpnegoContextTokenBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
SpnegoContextTokenBuilder.SpnegoContextTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/builders/SpnegoContextTokenBuilder."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, SpnegoSTSInvoker.class
package org.apache.cxf.ws.security.policy.interceptors
SpnegoContextTokenInInterceptor.SpnegoSTSInvoker.SpnegoContextTokenInInterceptor.SpnegoSTSInvoker ( SpnegoContextTokenInInterceptor p1 )
[run-time name: org/apache/cxf/ws/security/policy/interceptors/SpnegoContextTokenInInterceptor.SpnegoSTSInvoker."<init>":(Lorg/apache/cxf/ws/security/policy/interceptors/SpnegoContextTokenInInterceptor;)V]
openejb-cxf-bundle-2.5.2.jar, SpnegoTokenInterceptorProvider.class
package org.apache.cxf.ws.security.policy.interceptors
SpnegoTokenInterceptorProvider.SpnegoTokenInterceptorProvider ( )
[run-time name: org/apache/cxf/ws/security/policy/interceptors/SpnegoTokenInterceptorProvider."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SpringBeanFactory.class
package org.apache.cxf.service.invoker
SpringBeanFactory.create ( org.apache.cxf.message.Exchange e ) : Object
[run-time name: org/apache/cxf/service/invoker/SpringBeanFactory.create:(Lorg/apache/cxf/message/Exchange;)Ljava/lang/Object;]
SpringBeanFactory.release ( org.apache.cxf.message.Exchange e, Object o ) : void
[run-time name: org/apache/cxf/service/invoker/SpringBeanFactory.release:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)V]
SpringBeanFactory.setApplicationContext ( org.springframework.context.ApplicationContext arg0 ) : void
[run-time name: org/apache/cxf/service/invoker/SpringBeanFactory.setApplicationContext:(Lorg/springframework/context/ApplicationContext;)V]
SpringBeanFactory.SpringBeanFactory ( String name )
[run-time name: org/apache/cxf/service/invoker/SpringBeanFactory."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, SpringBeanLocator.class
package org.apache.cxf.bus.spring
SpringBeanLocator.getBeanNamesOfType ( Class type ) : java.util.List
[run-time name: org/apache/cxf/bus/spring/SpringBeanLocator.getBeanNamesOfType:(Ljava/lang/Class;)Ljava/util/List;]
SpringBeanLocator.getBeanOfType ( String name, Class type ) : Object
[run-time name: org/apache/cxf/bus/spring/SpringBeanLocator.getBeanOfType:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
SpringBeanLocator.getBeansOfType ( Class type ) : java.util.Collection
[run-time name: org/apache/cxf/bus/spring/SpringBeanLocator.getBeansOfType:(Ljava/lang/Class;)Ljava/util/Collection;]
SpringBeanLocator.getOSGiServices ( Class type ) : java.util.List
[run-time name: org/apache/cxf/bus/spring/SpringBeanLocator.getOSGiServices:(Ljava/lang/Class;)Ljava/util/List;]
SpringBeanLocator.hasConfiguredPropertyValue ( String beanName, String propertyName, String searchValue ) : boolean
[run-time name: org/apache/cxf/bus/spring/SpringBeanLocator.hasConfiguredPropertyValue:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z]
SpringBeanLocator.loadBeansOfType ( Class type, org.apache.cxf.configuration.ConfiguredBeanLocator.BeanLoaderListener listener ) : boolean
[run-time name: org/apache/cxf/bus/spring/SpringBeanLocator.loadBeansOfType:(Ljava/lang/Class;Lorg/apache/cxf/configuration/ConfiguredBeanLocator$BeanLoaderListener;)Z]
SpringBeanLocator.SpringBeanLocator ( org.springframework.context.ApplicationContext ctx, org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/bus/spring/SpringBeanLocator."<init>":(Lorg/springframework/context/ApplicationContext;Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, SpringBeanMap.class
package org.apache.cxf.configuration.spring
SpringBeanMap.processBeans ( org.springframework.context.ApplicationContext beanFactory ) : void
[run-time name: org/apache/cxf/configuration/spring/SpringBeanMap.processBeans:(Lorg/springframework/context/ApplicationContext;)V]
SpringBeanMap.SpringBeanMap ( )
[run-time name: org/apache/cxf/configuration/spring/SpringBeanMap."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SpringBeanQNameMap.class
package org.apache.cxf.configuration.spring
SpringBeanQNameMap.processBeans ( org.springframework.context.ApplicationContext beanFactory ) : void
[run-time name: org/apache/cxf/configuration/spring/SpringBeanQNameMap.processBeans:(Lorg/springframework/context/ApplicationContext;)V]
SpringBeanQNameMap.SpringBeanQNameMap ( )
[run-time name: org/apache/cxf/configuration/spring/SpringBeanQNameMap."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SpringBus.class
package org.apache.cxf.bus.spring
SpringBus.destroyBeans ( ) : void
[run-time name: org/apache/cxf/bus/spring/SpringBus.destroyBeans:()V]
SpringBus.getId ( ) : String
[run-time name: org/apache/cxf/bus/spring/SpringBus.getId:()Ljava/lang/String;]
SpringBus.loadAdditionalFeatures ( ) : void
[run-time name: org/apache/cxf/bus/spring/SpringBus.loadAdditionalFeatures:()V]
SpringBus.onApplicationEvent ( org.springframework.context.ApplicationEvent event ) : void
[run-time name: org/apache/cxf/bus/spring/SpringBus.onApplicationEvent:(Lorg/springframework/context/ApplicationEvent;)V]
SpringBus.setApplicationContext ( org.springframework.context.ApplicationContext applicationContext ) : void
[run-time name: org/apache/cxf/bus/spring/SpringBus.setApplicationContext:(Lorg/springframework/context/ApplicationContext;)V]
SpringBus.setBusConfig ( BusDefinitionParser.BusConfig bc ) : void
[run-time name: org/apache/cxf/bus/spring/SpringBus.setBusConfig:(Lorg/apache/cxf/bus/spring/BusDefinitionParser$BusConfig;)V]
SpringBus.SpringBus ( )
[run-time name: org/apache/cxf/bus/spring/SpringBus."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SpringBusFactory.class
package org.apache.cxf.bus.spring
SpringBusFactory.createBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/bus/spring/SpringBusFactory.createBus:()Lorg/apache/cxf/Bus;]
SpringBusFactory.createBus ( java.net.URL url ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/bus/spring/SpringBusFactory.createBus:(Ljava/net/URL;)Lorg/apache/cxf/Bus;]
SpringBusFactory.createBus ( java.net.URL url, boolean includeDefaults ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/bus/spring/SpringBusFactory.createBus:(Ljava/net/URL;Z)Lorg/apache/cxf/Bus;]
SpringBusFactory.createBus ( java.net.URL[ ] urls ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/bus/spring/SpringBusFactory.createBus:([Ljava/net/URL;)Lorg/apache/cxf/Bus;]
SpringBusFactory.createBus ( java.net.URL[ ] urls, boolean includeDefaults ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/bus/spring/SpringBusFactory.createBus:([Ljava/net/URL;Z)Lorg/apache/cxf/Bus;]
SpringBusFactory.createBus ( String cfgFile ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/bus/spring/SpringBusFactory.createBus:(Ljava/lang/String;)Lorg/apache/cxf/Bus;]
SpringBusFactory.createBus ( String cfgFile, boolean includeDefaults ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/bus/spring/SpringBusFactory.createBus:(Ljava/lang/String;Z)Lorg/apache/cxf/Bus;]
SpringBusFactory.createBus ( String[ ] cfgFiles ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/bus/spring/SpringBusFactory.createBus:([Ljava/lang/String;)Lorg/apache/cxf/Bus;]
SpringBusFactory.createBus ( String[ ] cfgFiles, boolean includeDefaults ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/bus/spring/SpringBusFactory.createBus:([Ljava/lang/String;Z)Lorg/apache/cxf/Bus;]
SpringBusFactory.getApplicationContext ( ) : org.springframework.context.ApplicationContext
[run-time name: org/apache/cxf/bus/spring/SpringBusFactory.getApplicationContext:()Lorg/springframework/context/ApplicationContext;]
SpringBusFactory.SpringBusFactory ( )
[run-time name: org/apache/cxf/bus/spring/SpringBusFactory."<init>":()V]
SpringBusFactory.SpringBusFactory ( org.springframework.context.ApplicationContext context )
[run-time name: org/apache/cxf/bus/spring/SpringBusFactory."<init>":(Lorg/springframework/context/ApplicationContext;)V]
openejb-cxf-bundle-2.5.2.jar, SpringClientProxyFactoryBean.class
package org.apache.cxf.frontend.spring
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean.ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean ( )
[run-time name: org/apache/cxf/frontend/spring/ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean."<init>":()V]
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean.ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean ( org.apache.cxf.frontend.ClientFactoryBean fact )
[run-time name: org/apache/cxf/frontend/spring/ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean."<init>":(Lorg/apache/cxf/frontend/ClientFactoryBean;)V]
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean.create ( ) : Object
[run-time name: org/apache/cxf/frontend/spring/ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean.create:()Ljava/lang/Object;]
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean.destroy ( ) : void
[run-time name: org/apache/cxf/frontend/spring/ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean.destroy:()V]
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean.getObject ( ) : Object
[run-time name: org/apache/cxf/frontend/spring/ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean.getObject:()Ljava/lang/Object;]
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean.getObjectType ( ) : Class
[run-time name: org/apache/cxf/frontend/spring/ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean.getObjectType:()Ljava/lang/Class;]
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean.isSingleton ( ) : boolean
[run-time name: org/apache/cxf/frontend/spring/ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean.isSingleton:()Z]
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean.setApplicationContext ( org.springframework.context.ApplicationContext ctx ) : void
[run-time name: org/apache/cxf/frontend/spring/ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean.setApplicationContext:(Lorg/springframework/context/ApplicationContext;)V]
openejb-cxf-bundle-2.5.2.jar, SpringEndpointImpl.class
package org.apache.cxf.jaxws.spring
EndpointDefinitionParser.SpringEndpointImpl.EndpointDefinitionParser.SpringEndpointImpl ( Object o )
[run-time name: org/apache/cxf/jaxws/spring/EndpointDefinitionParser.SpringEndpointImpl."<init>":(Ljava/lang/Object;)V]
EndpointDefinitionParser.SpringEndpointImpl.EndpointDefinitionParser.SpringEndpointImpl ( org.apache.cxf.Bus bus, Object implementor )
[run-time name: org/apache/cxf/jaxws/spring/EndpointDefinitionParser.SpringEndpointImpl."<init>":(Lorg/apache/cxf/Bus;Ljava/lang/Object;)V]
EndpointDefinitionParser.SpringEndpointImpl.setApplicationContext ( org.springframework.context.ApplicationContext ctx ) : void
[run-time name: org/apache/cxf/jaxws/spring/EndpointDefinitionParser.SpringEndpointImpl.setApplicationContext:(Lorg/springframework/context/ApplicationContext;)V]
EndpointDefinitionParser.SpringEndpointImpl.setCheckBlockConstruct ( Boolean b ) : void
[run-time name: org/apache/cxf/jaxws/spring/EndpointDefinitionParser.SpringEndpointImpl.setCheckBlockConstruct:(Ljava/lang/Boolean;)V]
openejb-cxf-bundle-2.5.2.jar, SpringJAXRSServerFactoryBean.class
package org.apache.cxf.jaxrs.spring
JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean.JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean ( )
[run-time name: org/apache/cxf/jaxrs/spring/JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean."<init>":()V]
JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean.JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean ( org.apache.cxf.jaxrs.JAXRSServiceFactoryBean sf )
[run-time name: org/apache/cxf/jaxrs/spring/JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean."<init>":(Lorg/apache/cxf/jaxrs/JAXRSServiceFactoryBean;)V]
JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean.setApplicationContext ( org.springframework.context.ApplicationContext ctx ) : void
[run-time name: org/apache/cxf/jaxrs/spring/JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean.setApplicationContext:(Lorg/springframework/context/ApplicationContext;)V]
JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean.setTempResourceProviders ( java.util.List providers ) : void
[run-time name: org/apache/cxf/jaxrs/spring/JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean.setTempResourceProviders:(Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, SpringJettyHTTPServerEngine.class
package org.apache.cxf.transport.http_jetty.spring
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.afterPropertiesSet ( ) : void
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.afterPropertiesSet:()V]
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.finalizeConfig ( ) : void
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.finalizeConfig:()V]
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine ( )
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine."<init>":()V]
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine ( org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory fac, org.apache.cxf.Bus b, String host, int port )
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine."<init>":(Lorg/apache/cxf/transport/http_jetty/JettyHTTPServerEngineFactory;Lorg/apache/cxf/Bus;Ljava/lang/String;I)V]
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.setApplicationContext ( org.springframework.context.ApplicationContext ctx ) : void
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.setApplicationContext:(Lorg/springframework/context/ApplicationContext;)V]
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.setBus:(Lorg/apache/cxf/Bus;)V]
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.setThreadingParametersRef ( String s ) : void
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.setThreadingParametersRef:(Ljava/lang/String;)V]
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.setTlsServerParametersRef ( String s ) : void
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.setTlsServerParametersRef:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, SpringJettyHTTPServerEngineFactory.class
package org.apache.cxf.transport.http_jetty.spring
JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory.JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory ( )
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory."<init>":()V]
JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory.JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory ( org.apache.cxf.Bus bus, java.util.Map tls, java.util.Map threading )
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory."<init>":(Lorg/apache/cxf/Bus;Ljava/util/Map;Ljava/util/Map;)V]
JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory.setApplicationContext ( org.springframework.context.ApplicationContext ctx ) : void
[run-time name: org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory.setApplicationContext:(Lorg/springframework/context/ApplicationContext;)V]
openejb-cxf-bundle-2.5.2.jar, SpringResourceFactory.class
package org.apache.cxf.jaxrs.spring
SpringResourceFactory.getApplicationContext ( ) : org.springframework.context.ApplicationContext
[run-time name: org/apache/cxf/jaxrs/spring/SpringResourceFactory.getApplicationContext:()Lorg/springframework/context/ApplicationContext;]
SpringResourceFactory.getInstance ( org.apache.cxf.message.Message m ) : Object
[run-time name: org/apache/cxf/jaxrs/spring/SpringResourceFactory.getInstance:(Lorg/apache/cxf/message/Message;)Ljava/lang/Object;]
SpringResourceFactory.getResourceClass ( ) : Class
[run-time name: org/apache/cxf/jaxrs/spring/SpringResourceFactory.getResourceClass:()Ljava/lang/Class;]
SpringResourceFactory.isSingleton ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/spring/SpringResourceFactory.isSingleton:()Z]
SpringResourceFactory.releaseInstance ( org.apache.cxf.message.Message m, Object o ) : void
[run-time name: org/apache/cxf/jaxrs/spring/SpringResourceFactory.releaseInstance:(Lorg/apache/cxf/message/Message;Ljava/lang/Object;)V]
SpringResourceFactory.setApplicationContext ( org.springframework.context.ApplicationContext applicationContext ) : void
[run-time name: org/apache/cxf/jaxrs/spring/SpringResourceFactory.setApplicationContext:(Lorg/springframework/context/ApplicationContext;)V]
SpringResourceFactory.setBeanId ( String serviceBeanId ) : void
[run-time name: org/apache/cxf/jaxrs/spring/SpringResourceFactory.setBeanId:(Ljava/lang/String;)V]
SpringResourceFactory.SpringResourceFactory ( )
[run-time name: org/apache/cxf/jaxrs/spring/SpringResourceFactory."<init>":()V]
SpringResourceFactory.SpringResourceFactory ( String name )
[run-time name: org/apache/cxf/jaxrs/spring/SpringResourceFactory."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, SpringServerFactoryBean.class
package org.apache.cxf.frontend.spring
ServerFactoryBeanDefinitionParser.SpringServerFactoryBean.ServerFactoryBeanDefinitionParser.SpringServerFactoryBean ( )
[run-time name: org/apache/cxf/frontend/spring/ServerFactoryBeanDefinitionParser.SpringServerFactoryBean."<init>":()V]
ServerFactoryBeanDefinitionParser.SpringServerFactoryBean.ServerFactoryBeanDefinitionParser.SpringServerFactoryBean ( org.apache.cxf.service.factory.ReflectionServiceFactoryBean fact )
[run-time name: org/apache/cxf/frontend/spring/ServerFactoryBeanDefinitionParser.SpringServerFactoryBean."<init>":(Lorg/apache/cxf/service/factory/ReflectionServiceFactoryBean;)V]
ServerFactoryBeanDefinitionParser.SpringServerFactoryBean.setApplicationContext ( org.springframework.context.ApplicationContext ctx ) : void
[run-time name: org/apache/cxf/frontend/spring/ServerFactoryBeanDefinitionParser.SpringServerFactoryBean.setApplicationContext:(Lorg/springframework/context/ApplicationContext;)V]
package org.apache.cxf.jaxws.spring
NamespaceHandler.SpringServerFactoryBean.destroy ( ) : void
[run-time name: org/apache/cxf/jaxws/spring/NamespaceHandler.SpringServerFactoryBean.destroy:()V]
NamespaceHandler.SpringServerFactoryBean.NamespaceHandler.SpringServerFactoryBean ( )
[run-time name: org/apache/cxf/jaxws/spring/NamespaceHandler.SpringServerFactoryBean."<init>":()V]
NamespaceHandler.SpringServerFactoryBean.NamespaceHandler.SpringServerFactoryBean ( org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean fact )
[run-time name: org/apache/cxf/jaxws/spring/NamespaceHandler.SpringServerFactoryBean."<init>":(Lorg/apache/cxf/jaxws/support/JaxWsServiceFactoryBean;)V]
NamespaceHandler.SpringServerFactoryBean.setApplicationContext ( org.springframework.context.ApplicationContext ctx ) : void
[run-time name: org/apache/cxf/jaxws/spring/NamespaceHandler.SpringServerFactoryBean.setApplicationContext:(Lorg/springframework/context/ApplicationContext;)V]
openejb-cxf-bundle-2.5.2.jar, SqlDateType.class
package org.apache.cxf.aegis.type.basic
SqlDateType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/SqlDateType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
SqlDateType.SqlDateType ( )
[run-time name: org/apache/cxf/aegis/type/basic/SqlDateType."<init>":()V]
SqlDateType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/SqlDateType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, SQLPrinterVisitor.class
package org.apache.cxf.jaxrs.ext.search.sql
SQLPrinterVisitor.getResult ( ) : String
[run-time name: org/apache/cxf/jaxrs/ext/search/sql/SQLPrinterVisitor.getResult:()Ljava/lang/String;]
SQLPrinterVisitor.SQLPrinterVisitor ( java.util.Map fieldMap, String table, String[ ] columns )
[run-time name: org/apache/cxf/jaxrs/ext/search/sql/SQLPrinterVisitor."<init>":(Ljava/util/Map;Ljava/lang/String;[Ljava/lang/String;)V]
SQLPrinterVisitor.SQLPrinterVisitor ( String table, String[ ] columns )
[run-time name: org/apache/cxf/jaxrs/ext/search/sql/SQLPrinterVisitor."<init>":(Ljava/lang/String;[Ljava/lang/String;)V]
SQLPrinterVisitor.visit ( org.apache.cxf.jaxrs.ext.search.SearchCondition sc ) : void
[run-time name: org/apache/cxf/jaxrs/ext/search/sql/SQLPrinterVisitor.visit:(Lorg/apache/cxf/jaxrs/ext/search/SearchCondition;)V]
openejb-cxf-bundle-2.5.2.jar, SSLUtils.class
package org.apache.cxf.transport.https
SSLUtils.getCiphersuites ( java.util.List cipherSuitesList, String[ ] supportedCipherSuites, org.apache.cxf.configuration.security.FiltersType filters, java.util.logging.Logger log, boolean exclude ) [static] : String[ ]
[run-time name: org/apache/cxf/transport/https/SSLUtils.getCiphersuites:(Ljava/util/List;[Ljava/lang/String;Lorg/apache/cxf/configuration/security/FiltersType;Ljava/util/logging/Logger;Z)[Ljava/lang/String;]
SSLUtils.getKeyPassword ( String keyPassword, java.util.logging.Logger log ) [static] : String
[run-time name: org/apache/cxf/transport/https/SSLUtils.getKeyPassword:(Ljava/lang/String;Ljava/util/logging/Logger;)Ljava/lang/String;]
SSLUtils.getKeystore ( String keyStoreLocation, java.util.logging.Logger log ) [static] : String
[run-time name: org/apache/cxf/transport/https/SSLUtils.getKeystore:(Ljava/lang/String;Ljava/util/logging/Logger;)Ljava/lang/String;]
SSLUtils.getKeystoreAlgorithm ( String keyStoreMgrFactoryAlgorithm, java.util.logging.Logger log ) [static] : String
[run-time name: org/apache/cxf/transport/https/SSLUtils.getKeystoreAlgorithm:(Ljava/lang/String;Ljava/util/logging/Logger;)Ljava/lang/String;]
SSLUtils.getKeyStoreManagers ( String keyStoreLocation, String keyStoreType, String keyStorePassword, String keyPassword, String keyStoreMgrFactoryAlgorithm, String secureSocketProtocol, java.util.logging.Logger log ) [static] : javax.net.ssl.KeyManager[ ]
[run-time name: org/apache/cxf/transport/https/SSLUtils.getKeyStoreManagers:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/logging/Logger;)[Ljavax/net/ssl/KeyManager;]
SSLUtils.getKeystorePassword ( String keyStorePassword, java.util.logging.Logger log ) [static] : String
[run-time name: org/apache/cxf/transport/https/SSLUtils.getKeystorePassword:(Ljava/lang/String;Ljava/util/logging/Logger;)Ljava/lang/String;]
SSLUtils.getKeystoreProvider ( String keyStoreProvider, java.util.logging.Logger log ) [static] : String
[run-time name: org/apache/cxf/transport/https/SSLUtils.getKeystoreProvider:(Ljava/lang/String;Ljava/util/logging/Logger;)Ljava/lang/String;]
SSLUtils.getKeystoreType ( String keyStoreType, java.util.logging.Logger log ) [static] : String
[run-time name: org/apache/cxf/transport/https/SSLUtils.getKeystoreType:(Ljava/lang/String;Ljava/util/logging/Logger;)Ljava/lang/String;]
SSLUtils.getKeystoreType ( String keyStoreType, java.util.logging.Logger log, String def ) [static] : String
[run-time name: org/apache/cxf/transport/https/SSLUtils.getKeystoreType:(Ljava/lang/String;Ljava/util/logging/Logger;Ljava/lang/String;)Ljava/lang/String;]
SSLUtils.getRequireClientAuthentication ( boolean isSetRequireClientAuthentication, Boolean isRequireClientAuthentication, java.util.logging.Logger log ) [static] : boolean
[run-time name: org/apache/cxf/transport/https/SSLUtils.getRequireClientAuthentication:(ZLjava/lang/Boolean;Ljava/util/logging/Logger;)Z]
SSLUtils.getSecureSocketProtocol ( String secureSocketProtocol, java.util.logging.Logger log ) [static] : String
[run-time name: org/apache/cxf/transport/https/SSLUtils.getSecureSocketProtocol:(Ljava/lang/String;Ljava/util/logging/Logger;)Ljava/lang/String;]
SSLUtils.getServerSupportedCipherSuites ( javax.net.ssl.SSLContext context ) [static] : String[ ]
[run-time name: org/apache/cxf/transport/https/SSLUtils.getServerSupportedCipherSuites:(Ljavax/net/ssl/SSLContext;)[Ljava/lang/String;]
SSLUtils.getSSLContext ( String protocol, javax.net.ssl.KeyManager[ ] keyStoreManagers, javax.net.ssl.TrustManager[ ] trustStoreManagers ) [static] : javax.net.ssl.SSLContext
[run-time name: org/apache/cxf/transport/https/SSLUtils.getSSLContext:(Ljava/lang/String;[Ljavax/net/ssl/KeyManager;[Ljavax/net/ssl/TrustManager;)Ljavax/net/ssl/SSLContext;]
SSLUtils.getSupportedCipherSuites ( javax.net.ssl.SSLContext context ) [static] : String[ ]
[run-time name: org/apache/cxf/transport/https/SSLUtils.getSupportedCipherSuites:(Ljavax/net/ssl/SSLContext;)[Ljava/lang/String;]
SSLUtils.getTrustStore ( String trustStoreLocation, java.util.logging.Logger log ) [static] : String
[run-time name: org/apache/cxf/transport/https/SSLUtils.getTrustStore:(Ljava/lang/String;Ljava/util/logging/Logger;)Ljava/lang/String;]
SSLUtils.getTrustStoreAlgorithm ( String trustStoreMgrFactoryAlgorithm, java.util.logging.Logger log ) [static] : String
[run-time name: org/apache/cxf/transport/https/SSLUtils.getTrustStoreAlgorithm:(Ljava/lang/String;Ljava/util/logging/Logger;)Ljava/lang/String;]
SSLUtils.getTrustStoreManagers ( boolean pkcs12, String trustStoreType, String trustStoreLocation, String trustStoreMgrFactoryAlgorithm, java.util.logging.Logger log ) [static] : javax.net.ssl.TrustManager[ ]
[run-time name: org/apache/cxf/transport/https/SSLUtils.getTrustStoreManagers:(ZLjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/logging/Logger;)[Ljavax/net/ssl/TrustManager;]
SSLUtils.getTrustStoreType ( String trustStoreType, java.util.logging.Logger log ) [static] : String
[run-time name: org/apache/cxf/transport/https/SSLUtils.getTrustStoreType:(Ljava/lang/String;Ljava/util/logging/Logger;)Ljava/lang/String;]
SSLUtils.getWantClientAuthentication ( boolean isSetWantClientAuthentication, Boolean isWantClientAuthentication, java.util.logging.Logger log ) [static] : boolean
[run-time name: org/apache/cxf/transport/https/SSLUtils.getWantClientAuthentication:(ZLjava/lang/Boolean;Ljava/util/logging/Logger;)Z]
SSLUtils.loadCACert ( String fileName ) [static] : byte[ ]
[run-time name: org/apache/cxf/transport/https/SSLUtils.loadCACert:(Ljava/lang/String;)[B]
SSLUtils.loadClientCredential ( String fileName ) [static] : byte[ ]
[run-time name: org/apache/cxf/transport/https/SSLUtils.loadClientCredential:(Ljava/lang/String;)[B]
SSLUtils.loadKeyStore ( javax.net.ssl.KeyManagerFactory kmf, java.security.KeyStore ks, java.io.ByteArrayInputStream bin, String keyStoreLocation, String keyStorePassword, java.util.logging.Logger log ) [static] : javax.net.ssl.KeyManager[ ]
[run-time name: org/apache/cxf/transport/https/SSLUtils.loadKeyStore:(Ljavax/net/ssl/KeyManagerFactory;Ljava/security/KeyStore;Ljava/io/ByteArrayInputStream;Ljava/lang/String;Ljava/lang/String;Ljava/util/logging/Logger;)[Ljavax/net/ssl/KeyManager;]
SSLUtils.logUnSupportedPolicies ( Object policy, boolean client, String[ ] unsupported, java.util.logging.Logger log ) [static] : void
[run-time name: org/apache/cxf/transport/https/SSLUtils.logUnSupportedPolicies:(Ljava/lang/Object;Z[Ljava/lang/String;Ljava/util/logging/Logger;)V]
SSLUtils.propogateSecureSession ( javax.servlet.http.HttpServletRequest request, org.apache.cxf.message.Message message ) [static] : void
[run-time name: org/apache/cxf/transport/https/SSLUtils.propogateSecureSession:(Ljavax/servlet/http/HttpServletRequest;Lorg/apache/cxf/message/Message;)V]
SSLUtils.testAllDataHasSetupMethod ( Object policy, String[ ] unsupported, String[ ] derivative ) [static] : boolean
[run-time name: org/apache/cxf/transport/https/SSLUtils.testAllDataHasSetupMethod:(Ljava/lang/Object;[Ljava/lang/String;[Ljava/lang/String;)Z]
openejb-cxf-bundle-2.5.2.jar, StartBodyInterceptor.class
package org.apache.cxf.binding.soap.interceptor
StartBodyInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/StartBodyInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
StartBodyInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/StartBodyInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
StartBodyInterceptor.StartBodyInterceptor ( )
[run-time name: org/apache/cxf/binding/soap/interceptor/StartBodyInterceptor."<init>":()V]
StartBodyInterceptor.StartBodyInterceptor ( String phase )
[run-time name: org/apache/cxf/binding/soap/interceptor/StartBodyInterceptor."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, State.class
package org.apache.cxf.interceptor
InterceptorChain.State.valueOf ( String name ) [static] : InterceptorChain.State
[run-time name: org/apache/cxf/interceptor/InterceptorChain.State.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/interceptor/InterceptorChain$State;]
InterceptorChain.State.values ( ) [static] : InterceptorChain.State[ ]
[run-time name: org/apache/cxf/interceptor/InterceptorChain.State.values:()[Lorg/apache/cxf/interceptor/InterceptorChain$State;]
package org.apache.cxf.ws.security.tokenstore
SecurityToken.State.valueOf ( String name ) [static] : SecurityToken.State
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.State.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/ws/security/tokenstore/SecurityToken$State;]
SecurityToken.State.values ( ) [static] : SecurityToken.State[ ]
[run-time name: org/apache/cxf/ws/security/tokenstore/SecurityToken.State.values:()[Lorg/apache/cxf/ws/security/tokenstore/SecurityToken$State;]
openejb-cxf-bundle-2.5.2.jar, StatusExchangeDataFilter.class
package org.apache.cxf.management.persistence
StatusExchangeDataFilter.setStatusFilter ( String statusFilter ) : void
[run-time name: org/apache/cxf/management/persistence/StatusExchangeDataFilter.setStatusFilter:(Ljava/lang/String;)V]
StatusExchangeDataFilter.shouldPersist ( ExchangeData data ) : boolean
[run-time name: org/apache/cxf/management/persistence/StatusExchangeDataFilter.shouldPersist:(Lorg/apache/cxf/management/persistence/ExchangeData;)Z]
StatusExchangeDataFilter.StatusExchangeDataFilter ( )
[run-time name: org/apache/cxf/management/persistence/StatusExchangeDataFilter."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, StatusType.class
package org.apache.cxf.ws.security.sts.provider.model
StatusType.getCode ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/StatusType.getCode:()Ljava/lang/String;]
StatusType.getReason ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/StatusType.getReason:()Ljava/lang/String;]
StatusType.setCode ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/StatusType.setCode:(Ljava/lang/String;)V]
StatusType.setReason ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/StatusType.setReason:(Ljava/lang/String;)V]
StatusType.StatusType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/StatusType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, StaxBuilder.class
package org.apache.cxf.aegis.util.jdom
StaxBuilder.build ( java.io.InputStream is ) : org.jdom.Document
[run-time name: org/apache/cxf/aegis/util/jdom/StaxBuilder.build:(Ljava/io/InputStream;)Lorg/jdom/Document;]
StaxBuilder.build ( java.io.Reader reader ) : org.jdom.Document
[run-time name: org/apache/cxf/aegis/util/jdom/StaxBuilder.build:(Ljava/io/Reader;)Lorg/jdom/Document;]
StaxBuilder.build ( javax.xml.stream.XMLStreamReader r ) : org.jdom.Document
[run-time name: org/apache/cxf/aegis/util/jdom/StaxBuilder.build:(Ljavax/xml/stream/XMLStreamReader;)Lorg/jdom/Document;]
StaxBuilder.getAdditionalNamespaces ( ) : java.util.Map
[run-time name: org/apache/cxf/aegis/util/jdom/StaxBuilder.getAdditionalNamespaces:()Ljava/util/Map;]
StaxBuilder.getFactory ( ) : org.jdom.JDOMFactory
[run-time name: org/apache/cxf/aegis/util/jdom/StaxBuilder.getFactory:()Lorg/jdom/JDOMFactory;]
StaxBuilder.setAdditionalNamespaces ( java.util.Map additionalNamespaces ) : void
[run-time name: org/apache/cxf/aegis/util/jdom/StaxBuilder.setAdditionalNamespaces:(Ljava/util/Map;)V]
StaxBuilder.setFactory ( org.jdom.JDOMFactory f ) : void
[run-time name: org/apache/cxf/aegis/util/jdom/StaxBuilder.setFactory:(Lorg/jdom/JDOMFactory;)V]
StaxBuilder.setIgnoreWhitespace ( boolean state ) : void
[run-time name: org/apache/cxf/aegis/util/jdom/StaxBuilder.setIgnoreWhitespace:(Z)V]
StaxBuilder.StaxBuilder ( )
[run-time name: org/apache/cxf/aegis/util/jdom/StaxBuilder."<init>":()V]
StaxBuilder.StaxBuilder ( java.util.Map namespaces )
[run-time name: org/apache/cxf/aegis/util/jdom/StaxBuilder."<init>":(Ljava/util/Map;)V]
openejb-cxf-bundle-2.5.2.jar, StaxDataBinding.class
package org.apache.cxf.databinding.stax
StaxDataBinding.createReader ( Class cls ) : org.apache.cxf.databinding.DataReader
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.createReader:(Ljava/lang/Class;)Lorg/apache/cxf/databinding/DataReader;]
StaxDataBinding.createWriter ( Class cls ) : org.apache.cxf.databinding.DataWriter
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.createWriter:(Ljava/lang/Class;)Lorg/apache/cxf/databinding/DataWriter;]
StaxDataBinding.getSupportedReaderFormats ( ) : Class[ ]
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.getSupportedReaderFormats:()[Ljava/lang/Class;]
StaxDataBinding.getSupportedWriterFormats ( ) : Class[ ]
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.getSupportedWriterFormats:()[Ljava/lang/Class;]
StaxDataBinding.initialize ( org.apache.cxf.service.Service service ) : void
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.initialize:(Lorg/apache/cxf/service/Service;)V]
StaxDataBinding.StaxDataBinding ( )
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, StaxDataBindingFeature.class
package org.apache.cxf.databinding.stax
StaxDataBindingFeature.initialize ( org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/databinding/stax/StaxDataBindingFeature.initialize:(Lorg/apache/cxf/endpoint/Client;Lorg/apache/cxf/Bus;)V]
StaxDataBindingFeature.initialize ( org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/databinding/stax/StaxDataBindingFeature.initialize:(Lorg/apache/cxf/endpoint/Server;Lorg/apache/cxf/Bus;)V]
StaxDataBindingFeature.StaxDataBindingFeature ( )
[run-time name: org/apache/cxf/databinding/stax/StaxDataBindingFeature."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, StaxDataBindingInterceptor.class
package org.apache.cxf.databinding.stax
StaxDataBindingInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/databinding/stax/StaxDataBindingInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
StaxDataBindingInterceptor.StaxDataBindingInterceptor ( )
[run-time name: org/apache/cxf/databinding/stax/StaxDataBindingInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, StaxInInterceptor.class
package org.apache.cxf.interceptor
StaxInInterceptor.getXMLInputFactory ( org.apache.cxf.message.Message m ) [static] : javax.xml.stream.XMLInputFactory
[run-time name: org/apache/cxf/interceptor/StaxInInterceptor.getXMLInputFactory:(Lorg/apache/cxf/message/Message;)Ljavax/xml/stream/XMLInputFactory;]
StaxInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/StaxInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
StaxInInterceptor.StaxInInterceptor ( )
[run-time name: org/apache/cxf/interceptor/StaxInInterceptor."<init>":()V]
StaxInInterceptor.StaxInInterceptor ( String phase )
[run-time name: org/apache/cxf/interceptor/StaxInInterceptor."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, StaxOutEndingInterceptor.class
package org.apache.cxf.interceptor
StaxOutEndingInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/StaxOutEndingInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
StaxOutEndingInterceptor.StaxOutEndingInterceptor ( String outStreamHolder )
[run-time name: org/apache/cxf/interceptor/StaxOutEndingInterceptor."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, StaxOutInterceptor.class
package org.apache.cxf.interceptor
StaxOutInterceptor.getXMLOutputFactory ( org.apache.cxf.message.Message m ) [static] : javax.xml.stream.XMLOutputFactory
[run-time name: org/apache/cxf/interceptor/StaxOutInterceptor.getXMLOutputFactory:(Lorg/apache/cxf/message/Message;)Ljavax/xml/stream/XMLOutputFactory;]
StaxOutInterceptor.handleFault ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/StaxOutInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
StaxOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/StaxOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
StaxOutInterceptor.StaxOutInterceptor ( )
[run-time name: org/apache/cxf/interceptor/StaxOutInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, StaxSerializer.class
package org.apache.cxf.aegis.util.jdom
StaxSerializer.StaxSerializer ( )
[run-time name: org/apache/cxf/aegis/util/jdom/StaxSerializer."<init>":()V]
StaxSerializer.writeDocument ( org.jdom.Document doc, javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/aegis/util/jdom/StaxSerializer.writeDocument:(Lorg/jdom/Document;Ljavax/xml/stream/XMLStreamWriter;)V]
StaxSerializer.writeElement ( org.jdom.Element e, javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/aegis/util/jdom/StaxSerializer.writeElement:(Lorg/jdom/Element;Ljavax/xml/stream/XMLStreamWriter;)V]
openejb-cxf-bundle-2.5.2.jar, StaxSource.class
package org.apache.cxf.staxutils
StaxSource.getAttributes ( ) : org.xml.sax.Attributes
[run-time name: org/apache/cxf/staxutils/StaxSource.getAttributes:()Lorg/xml/sax/Attributes;]
StaxSource.getContentHandler ( ) : org.xml.sax.ContentHandler
[run-time name: org/apache/cxf/staxutils/StaxSource.getContentHandler:()Lorg/xml/sax/ContentHandler;]
StaxSource.getDTDHandler ( ) : org.xml.sax.DTDHandler
[run-time name: org/apache/cxf/staxutils/StaxSource.getDTDHandler:()Lorg/xml/sax/DTDHandler;]
StaxSource.getEntityResolver ( ) : org.xml.sax.EntityResolver
[run-time name: org/apache/cxf/staxutils/StaxSource.getEntityResolver:()Lorg/xml/sax/EntityResolver;]
StaxSource.getErrorHandler ( ) : org.xml.sax.ErrorHandler
[run-time name: org/apache/cxf/staxutils/StaxSource.getErrorHandler:()Lorg/xml/sax/ErrorHandler;]
StaxSource.getFeature ( String name ) : boolean
[run-time name: org/apache/cxf/staxutils/StaxSource.getFeature:(Ljava/lang/String;)Z]
StaxSource.getProperty ( String name ) : Object
[run-time name: org/apache/cxf/staxutils/StaxSource.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
StaxSource.getQualifiedName ( ) : String
[run-time name: org/apache/cxf/staxutils/StaxSource.getQualifiedName:()Ljava/lang/String;]
StaxSource.getXMLReader ( ) : org.xml.sax.XMLReader
[run-time name: org/apache/cxf/staxutils/StaxSource.getXMLReader:()Lorg/xml/sax/XMLReader;]
StaxSource.getXMLStreamReader ( ) : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/staxutils/StaxSource.getXMLStreamReader:()Ljavax/xml/stream/XMLStreamReader;]
StaxSource.parse ( ) : void
[run-time name: org/apache/cxf/staxutils/StaxSource.parse:()V]
StaxSource.parse ( org.xml.sax.InputSource input ) : void
[run-time name: org/apache/cxf/staxutils/StaxSource.parse:(Lorg/xml/sax/InputSource;)V]
StaxSource.parse ( String systemId ) : void
[run-time name: org/apache/cxf/staxutils/StaxSource.parse:(Ljava/lang/String;)V]
StaxSource.setContentHandler ( org.xml.sax.ContentHandler handler ) : void
[run-time name: org/apache/cxf/staxutils/StaxSource.setContentHandler:(Lorg/xml/sax/ContentHandler;)V]
StaxSource.setDTDHandler ( org.xml.sax.DTDHandler handler ) : void
[run-time name: org/apache/cxf/staxutils/StaxSource.setDTDHandler:(Lorg/xml/sax/DTDHandler;)V]
StaxSource.setEntityResolver ( org.xml.sax.EntityResolver resolver ) : void
[run-time name: org/apache/cxf/staxutils/StaxSource.setEntityResolver:(Lorg/xml/sax/EntityResolver;)V]
StaxSource.setErrorHandler ( org.xml.sax.ErrorHandler handler ) : void
[run-time name: org/apache/cxf/staxutils/StaxSource.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V]
StaxSource.setFeature ( String name, boolean value ) : void
[run-time name: org/apache/cxf/staxutils/StaxSource.setFeature:(Ljava/lang/String;Z)V]
StaxSource.setProperty ( String name, Object value ) : void
[run-time name: org/apache/cxf/staxutils/StaxSource.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
StaxSource.StaxSource ( javax.xml.stream.XMLStreamReader streamReader )
[run-time name: org/apache/cxf/staxutils/StaxSource."<init>":(Ljavax/xml/stream/XMLStreamReader;)V]
openejb-cxf-bundle-2.5.2.jar, StaxStreamFilter.class
package org.apache.cxf.staxutils
StaxStreamFilter.accept ( javax.xml.stream.XMLStreamReader reader ) : boolean
[run-time name: org/apache/cxf/staxutils/StaxStreamFilter.accept:(Ljavax/xml/stream/XMLStreamReader;)Z]
StaxStreamFilter.StaxStreamFilter ( javax.xml.namespace.QName[ ] eventsToReject )
[run-time name: org/apache/cxf/staxutils/StaxStreamFilter."<init>":([Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, StaxTransformFeature.class
package org.apache.cxf.feature
StaxTransformFeature.initializeProvider ( org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/feature/StaxTransformFeature.initializeProvider:(Lorg/apache/cxf/interceptor/InterceptorProvider;Lorg/apache/cxf/Bus;)V]
StaxTransformFeature.setAttributesToElements ( boolean value ) : void
[run-time name: org/apache/cxf/feature/StaxTransformFeature.setAttributesToElements:(Z)V]
StaxTransformFeature.setContextPropertyName ( String propertyName ) : void
[run-time name: org/apache/cxf/feature/StaxTransformFeature.setContextPropertyName:(Ljava/lang/String;)V]
StaxTransformFeature.setInAppendElements ( java.util.Map inElements ) : void
[run-time name: org/apache/cxf/feature/StaxTransformFeature.setInAppendElements:(Ljava/util/Map;)V]
StaxTransformFeature.setInDropElements ( java.util.List dropElementsSet ) : void
[run-time name: org/apache/cxf/feature/StaxTransformFeature.setInDropElements:(Ljava/util/List;)V]
StaxTransformFeature.setInTransformElements ( java.util.Map inElements ) : void
[run-time name: org/apache/cxf/feature/StaxTransformFeature.setInTransformElements:(Ljava/util/Map;)V]
StaxTransformFeature.setOutAppendElements ( java.util.Map map ) : void
[run-time name: org/apache/cxf/feature/StaxTransformFeature.setOutAppendElements:(Ljava/util/Map;)V]
StaxTransformFeature.setOutDropElements ( java.util.List dropElementsSet ) : void
[run-time name: org/apache/cxf/feature/StaxTransformFeature.setOutDropElements:(Ljava/util/List;)V]
StaxTransformFeature.setOutTransformElements ( java.util.Map outElements ) : void
[run-time name: org/apache/cxf/feature/StaxTransformFeature.setOutTransformElements:(Ljava/util/Map;)V]
StaxTransformFeature.StaxTransformFeature ( )
[run-time name: org/apache/cxf/feature/StaxTransformFeature."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, StaxUtils.class
package org.apache.cxf.staxutils
StaxUtils.copy ( javax.xml.stream.XMLStreamReader reader, java.io.OutputStream os ) [static] : void
[run-time name: org/apache/cxf/staxutils/StaxUtils.copy:(Ljavax/xml/stream/XMLStreamReader;Ljava/io/OutputStream;)V]
StaxUtils.copy ( javax.xml.stream.XMLStreamReader reader, javax.xml.stream.XMLStreamWriter writer ) [static] : void
[run-time name: org/apache/cxf/staxutils/StaxUtils.copy:(Ljavax/xml/stream/XMLStreamReader;Ljavax/xml/stream/XMLStreamWriter;)V]
StaxUtils.copy ( javax.xml.stream.XMLStreamReader reader, javax.xml.stream.XMLStreamWriter writer, boolean fragment ) [static] : void
[run-time name: org/apache/cxf/staxutils/StaxUtils.copy:(Ljavax/xml/stream/XMLStreamReader;Ljavax/xml/stream/XMLStreamWriter;Z)V]
StaxUtils.copy ( javax.xml.transform.Source source, java.io.OutputStream os ) [static] : void
[run-time name: org/apache/cxf/staxutils/StaxUtils.copy:(Ljavax/xml/transform/Source;Ljava/io/OutputStream;)V]
StaxUtils.copy ( javax.xml.transform.Source source, javax.xml.stream.XMLStreamWriter writer ) [static] : void
[run-time name: org/apache/cxf/staxutils/StaxUtils.copy:(Ljavax/xml/transform/Source;Ljavax/xml/stream/XMLStreamWriter;)V]
StaxUtils.copy ( org.w3c.dom.Document doc ) [static] : org.w3c.dom.Document
[run-time name: org/apache/cxf/staxutils/StaxUtils.copy:(Lorg/w3c/dom/Document;)Lorg/w3c/dom/Document;]
StaxUtils.copy ( org.w3c.dom.Document doc, javax.xml.stream.XMLStreamWriter writer ) [static] : void
[run-time name: org/apache/cxf/staxutils/StaxUtils.copy:(Lorg/w3c/dom/Document;Ljavax/xml/stream/XMLStreamWriter;)V]
StaxUtils.copy ( org.w3c.dom.Element node, javax.xml.stream.XMLStreamWriter writer ) [static] : void
[run-time name: org/apache/cxf/staxutils/StaxUtils.copy:(Lorg/w3c/dom/Element;Ljavax/xml/stream/XMLStreamWriter;)V]
StaxUtils.createFilteredReader ( javax.xml.stream.XMLStreamReader reader, javax.xml.stream.StreamFilter filter ) [static] : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/staxutils/StaxUtils.createFilteredReader:(Ljavax/xml/stream/XMLStreamReader;Ljavax/xml/stream/StreamFilter;)Ljavax/xml/stream/XMLStreamReader;]
StaxUtils.createXMLInputFactory ( boolean nsAware ) [static] : javax.xml.stream.XMLInputFactory
[run-time name: org/apache/cxf/staxutils/StaxUtils.createXMLInputFactory:(Z)Ljavax/xml/stream/XMLInputFactory;]
StaxUtils.createXMLStreamReader ( java.io.InputStream in ) [static] : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/staxutils/StaxUtils.createXMLStreamReader:(Ljava/io/InputStream;)Ljavax/xml/stream/XMLStreamReader;]
StaxUtils.createXMLStreamReader ( java.io.InputStream in, String encoding ) [static] : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/staxutils/StaxUtils.createXMLStreamReader:(Ljava/io/InputStream;Ljava/lang/String;)Ljavax/xml/stream/XMLStreamReader;]
StaxUtils.createXMLStreamReader ( java.io.Reader reader ) [static] : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/staxutils/StaxUtils.createXMLStreamReader:(Ljava/io/Reader;)Ljavax/xml/stream/XMLStreamReader;]
StaxUtils.createXMLStreamReader ( javax.xml.transform.Source source ) [static] : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/staxutils/StaxUtils.createXMLStreamReader:(Ljavax/xml/transform/Source;)Ljavax/xml/stream/XMLStreamReader;]
StaxUtils.createXMLStreamReader ( org.w3c.dom.Document doc ) [static] : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/staxutils/StaxUtils.createXMLStreamReader:(Lorg/w3c/dom/Document;)Ljavax/xml/stream/XMLStreamReader;]
StaxUtils.createXMLStreamReader ( org.w3c.dom.Document doc, String sysId ) [static] : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/staxutils/StaxUtils.createXMLStreamReader:(Lorg/w3c/dom/Document;Ljava/lang/String;)Ljavax/xml/stream/XMLStreamReader;]
StaxUtils.createXMLStreamReader ( org.w3c.dom.Element el ) [static] : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/staxutils/StaxUtils.createXMLStreamReader:(Lorg/w3c/dom/Element;)Ljavax/xml/stream/XMLStreamReader;]
StaxUtils.createXMLStreamReader ( org.w3c.dom.Element el, String sysId ) [static] : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/staxutils/StaxUtils.createXMLStreamReader:(Lorg/w3c/dom/Element;Ljava/lang/String;)Ljavax/xml/stream/XMLStreamReader;]
StaxUtils.createXMLStreamReader ( org.xml.sax.InputSource src ) [static] : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/staxutils/StaxUtils.createXMLStreamReader:(Lorg/xml/sax/InputSource;)Ljavax/xml/stream/XMLStreamReader;]
StaxUtils.createXMLStreamReader ( String systemId, java.io.InputStream in ) [static] : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/staxutils/StaxUtils.createXMLStreamReader:(Ljava/lang/String;Ljava/io/InputStream;)Ljavax/xml/stream/XMLStreamReader;]
StaxUtils.createXMLStreamWriter ( java.io.OutputStream out ) [static] : javax.xml.stream.XMLStreamWriter
[run-time name: org/apache/cxf/staxutils/StaxUtils.createXMLStreamWriter:(Ljava/io/OutputStream;)Ljavax/xml/stream/XMLStreamWriter;]
StaxUtils.createXMLStreamWriter ( java.io.OutputStream out, String encoding ) [static] : javax.xml.stream.XMLStreamWriter
[run-time name: org/apache/cxf/staxutils/StaxUtils.createXMLStreamWriter:(Ljava/io/OutputStream;Ljava/lang/String;)Ljavax/xml/stream/XMLStreamWriter;]
StaxUtils.createXMLStreamWriter ( java.io.Writer out ) [static] : javax.xml.stream.XMLStreamWriter
[run-time name: org/apache/cxf/staxutils/StaxUtils.createXMLStreamWriter:(Ljava/io/Writer;)Ljavax/xml/stream/XMLStreamWriter;]
StaxUtils.createXMLStreamWriter ( javax.xml.transform.Result r ) [static] : javax.xml.stream.XMLStreamWriter
[run-time name: org/apache/cxf/staxutils/StaxUtils.createXMLStreamWriter:(Ljavax/xml/transform/Result;)Ljavax/xml/stream/XMLStreamWriter;]
StaxUtils.getUniquePrefix ( javax.xml.stream.XMLStreamWriter writer ) [static] : String
[run-time name: org/apache/cxf/staxutils/StaxUtils.getUniquePrefix:(Ljavax/xml/stream/XMLStreamWriter;)Ljava/lang/String;]
StaxUtils.getUniquePrefix ( javax.xml.stream.XMLStreamWriter writer, String namespaceURI ) [static] : String
[run-time name: org/apache/cxf/staxutils/StaxUtils.getUniquePrefix:(Ljavax/xml/stream/XMLStreamWriter;Ljava/lang/String;)Ljava/lang/String;]
StaxUtils.getUniquePrefix ( javax.xml.stream.XMLStreamWriter writer, String namespaceURI, boolean declare ) [static] : String
[run-time name: org/apache/cxf/staxutils/StaxUtils.getUniquePrefix:(Ljavax/xml/stream/XMLStreamWriter;Ljava/lang/String;Z)Ljava/lang/String;]
StaxUtils.isWoodstox ( ) [static] : boolean
[run-time name: org/apache/cxf/staxutils/StaxUtils.isWoodstox:()Z]
StaxUtils.nextEvent ( javax.xml.stream.XMLStreamReader dr ) [static] : void
[run-time name: org/apache/cxf/staxutils/StaxUtils.nextEvent:(Ljavax/xml/stream/XMLStreamReader;)V]
StaxUtils.printXmlFragment ( javax.xml.stream.XMLStreamReader reader ) [static] : void
[run-time name: org/apache/cxf/staxutils/StaxUtils.printXmlFragment:(Ljavax/xml/stream/XMLStreamReader;)V]
StaxUtils.read ( java.io.InputStream s ) [static] : org.w3c.dom.Document
[run-time name: org/apache/cxf/staxutils/StaxUtils.read:(Ljava/io/InputStream;)Lorg/w3c/dom/Document;]
StaxUtils.read ( javax.xml.parsers.DocumentBuilder builder, javax.xml.stream.XMLStreamReader reader, boolean repairing ) [static] : org.w3c.dom.Document
[run-time name: org/apache/cxf/staxutils/StaxUtils.read:(Ljavax/xml/parsers/DocumentBuilder;Ljavax/xml/stream/XMLStreamReader;Z)Lorg/w3c/dom/Document;]
StaxUtils.read ( javax.xml.stream.XMLStreamReader reader ) [static] : org.w3c.dom.Document
[run-time name: org/apache/cxf/staxutils/StaxUtils.read:(Ljavax/xml/stream/XMLStreamReader;)Lorg/w3c/dom/Document;]
StaxUtils.read ( javax.xml.stream.XMLStreamReader reader, boolean recordLoc ) [static] : org.w3c.dom.Document
[run-time name: org/apache/cxf/staxutils/StaxUtils.read:(Ljavax/xml/stream/XMLStreamReader;Z)Lorg/w3c/dom/Document;]
StaxUtils.read ( javax.xml.transform.Source s ) [static] : org.w3c.dom.Document
[run-time name: org/apache/cxf/staxutils/StaxUtils.read:(Ljavax/xml/transform/Source;)Lorg/w3c/dom/Document;]
StaxUtils.read ( org.xml.sax.InputSource s ) [static] : org.w3c.dom.Document
[run-time name: org/apache/cxf/staxutils/StaxUtils.read:(Lorg/xml/sax/InputSource;)Lorg/w3c/dom/Document;]
StaxUtils.readDocElements ( org.w3c.dom.Document doc, org.w3c.dom.Node parent, javax.xml.stream.XMLStreamReader reader, boolean repairing, boolean recordLoc ) [static] : void
[run-time name: org/apache/cxf/staxutils/StaxUtils.readDocElements:(Lorg/w3c/dom/Document;Lorg/w3c/dom/Node;Ljavax/xml/stream/XMLStreamReader;ZZ)V]
StaxUtils.readDocElements ( org.w3c.dom.Document doc, org.w3c.dom.Node parent, javax.xml.stream.XMLStreamReader reader, boolean repairing, boolean recordLoc, boolean isThreshold ) [static] : void
[run-time name: org/apache/cxf/staxutils/StaxUtils.readDocElements:(Lorg/w3c/dom/Document;Lorg/w3c/dom/Node;Ljavax/xml/stream/XMLStreamReader;ZZZ)V]
StaxUtils.readDocElements ( org.w3c.dom.Node parent, javax.xml.stream.XMLStreamReader reader, boolean repairing ) [static] : void
[run-time name: org/apache/cxf/staxutils/StaxUtils.readDocElements:(Lorg/w3c/dom/Node;Ljavax/xml/stream/XMLStreamReader;Z)V]
StaxUtils.readDocElements ( org.w3c.dom.Node parent, javax.xml.stream.XMLStreamReader reader, boolean repairing, boolean isThreshold ) [static] : void
[run-time name: org/apache/cxf/staxutils/StaxUtils.readDocElements:(Lorg/w3c/dom/Node;Ljavax/xml/stream/XMLStreamReader;ZZ)V]
StaxUtils.readQName ( javax.xml.stream.XMLStreamReader reader ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/staxutils/StaxUtils.readQName:(Ljavax/xml/stream/XMLStreamReader;)Ljavax/xml/namespace/QName;]
StaxUtils.skipToStartOfElement ( javax.xml.stream.XMLStreamReader in ) [static] : boolean
[run-time name: org/apache/cxf/staxutils/StaxUtils.skipToStartOfElement:(Ljavax/xml/stream/XMLStreamReader;)Z]
StaxUtils.skipToStartOfElement ( DepthXMLStreamReader in ) [static] : boolean
[run-time name: org/apache/cxf/staxutils/StaxUtils.skipToStartOfElement:(Lorg/apache/cxf/staxutils/DepthXMLStreamReader;)Z]
StaxUtils.toNextElement ( DepthXMLStreamReader dr ) [static] : boolean
[run-time name: org/apache/cxf/staxutils/StaxUtils.toNextElement:(Lorg/apache/cxf/staxutils/DepthXMLStreamReader;)Z]
StaxUtils.toNextTag ( javax.xml.stream.XMLStreamReader reader ) [static] : boolean
[run-time name: org/apache/cxf/staxutils/StaxUtils.toNextTag:(Ljavax/xml/stream/XMLStreamReader;)Z]
StaxUtils.toNextTag ( DepthXMLStreamReader reader, javax.xml.namespace.QName endTag ) [static] : boolean
[run-time name: org/apache/cxf/staxutils/StaxUtils.toNextTag:(Lorg/apache/cxf/staxutils/DepthXMLStreamReader;Ljavax/xml/namespace/QName;)Z]
StaxUtils.toNextText ( DepthXMLStreamReader reader ) [static] : boolean
[run-time name: org/apache/cxf/staxutils/StaxUtils.toNextText:(Lorg/apache/cxf/staxutils/DepthXMLStreamReader;)Z]
StaxUtils.toString ( org.w3c.dom.Document doc ) [static] : String
[run-time name: org/apache/cxf/staxutils/StaxUtils.toString:(Lorg/w3c/dom/Document;)Ljava/lang/String;]
StaxUtils.toString ( org.w3c.dom.Element el ) [static] : String
[run-time name: org/apache/cxf/staxutils/StaxUtils.toString:(Lorg/w3c/dom/Element;)Ljava/lang/String;]
StaxUtils.writeDocument ( org.w3c.dom.Document d, javax.xml.stream.XMLStreamWriter writer, boolean repairing ) [static] : void
[run-time name: org/apache/cxf/staxutils/StaxUtils.writeDocument:(Lorg/w3c/dom/Document;Ljavax/xml/stream/XMLStreamWriter;Z)V]
StaxUtils.writeDocument ( org.w3c.dom.Document d, javax.xml.stream.XMLStreamWriter writer, boolean writeProlog, boolean repairing ) [static] : void
[run-time name: org/apache/cxf/staxutils/StaxUtils.writeDocument:(Lorg/w3c/dom/Document;Ljavax/xml/stream/XMLStreamWriter;ZZ)V]
StaxUtils.writeElement ( org.w3c.dom.Element e, javax.xml.stream.XMLStreamWriter writer, boolean repairing ) [static] : void
[run-time name: org/apache/cxf/staxutils/StaxUtils.writeElement:(Lorg/w3c/dom/Element;Ljavax/xml/stream/XMLStreamWriter;Z)V]
StaxUtils.writeElement ( org.w3c.dom.Element e, javax.xml.stream.XMLStreamWriter writer, boolean repairing, boolean endElement ) [static] : void
[run-time name: org/apache/cxf/staxutils/StaxUtils.writeElement:(Lorg/w3c/dom/Element;Ljavax/xml/stream/XMLStreamWriter;ZZ)V]
StaxUtils.writeEvent ( javax.xml.stream.events.XMLEvent event, javax.xml.stream.XMLStreamWriter writer ) [static] : void
[run-time name: org/apache/cxf/staxutils/StaxUtils.writeEvent:(Ljavax/xml/stream/events/XMLEvent;Ljavax/xml/stream/XMLStreamWriter;)V]
StaxUtils.writeNode ( org.w3c.dom.Node n, javax.xml.stream.XMLStreamWriter writer, boolean repairing ) [static] : void
[run-time name: org/apache/cxf/staxutils/StaxUtils.writeNode:(Lorg/w3c/dom/Node;Ljavax/xml/stream/XMLStreamWriter;Z)V]
StaxUtils.writeStartElement ( javax.xml.stream.XMLStreamWriter writer, String prefix, String name, String namespace ) [static] : void
[run-time name: org/apache/cxf/staxutils/StaxUtils.writeStartElement:(Ljavax/xml/stream/XMLStreamWriter;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, StaxValidationManager.class
package org.apache.cxf.io
StaxValidationManager.setupValidation ( javax.xml.stream.XMLStreamReader p1, org.apache.cxf.service.model.ServiceInfo p2 ) [abstract] : void
[run-time name: org/apache/cxf/io/StaxValidationManager.setupValidation:(Ljavax/xml/stream/XMLStreamReader;Lorg/apache/cxf/service/model/ServiceInfo;)V]
StaxValidationManager.setupValidation ( javax.xml.stream.XMLStreamWriter p1, org.apache.cxf.service.model.ServiceInfo p2 ) [abstract] : void
[run-time name: org/apache/cxf/io/StaxValidationManager.setupValidation:(Ljavax/xml/stream/XMLStreamWriter;Lorg/apache/cxf/service/model/ServiceInfo;)V]
openejb-cxf-bundle-2.5.2.jar, StemMatchingQueryHandler.class
package org.apache.cxf.transports.http
StemMatchingQueryHandler.isRecognizedQuery ( String p1, String p2, org.apache.cxf.service.model.EndpointInfo p3, boolean p4 ) [abstract] : boolean
[run-time name: org/apache/cxf/transports/http/StemMatchingQueryHandler.isRecognizedQuery:(Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/service/model/EndpointInfo;Z)Z]
openejb-cxf-bundle-2.5.2.jar, StreamDataSource.class
package org.apache.cxf.aegis.type.mtom
StreamDataSource.getContentType ( ) : String
[run-time name: org/apache/cxf/aegis/type/mtom/StreamDataSource.getContentType:()Ljava/lang/String;]
StreamDataSource.getInputStream ( ) : java.io.InputStream
[run-time name: org/apache/cxf/aegis/type/mtom/StreamDataSource.getInputStream:()Ljava/io/InputStream;]
StreamDataSource.getName ( ) : String
[run-time name: org/apache/cxf/aegis/type/mtom/StreamDataSource.getName:()Ljava/lang/String;]
StreamDataSource.getOutputStream ( ) : java.io.OutputStream
[run-time name: org/apache/cxf/aegis/type/mtom/StreamDataSource.getOutputStream:()Ljava/io/OutputStream;]
StreamDataSource.StreamDataSource ( String contentType, java.io.InputStream stream )
[run-time name: org/apache/cxf/aegis/type/mtom/StreamDataSource."<init>":(Ljava/lang/String;Ljava/io/InputStream;)V]
openejb-cxf-bundle-2.5.2.jar, StreamPrinter.class
package org.apache.cxf.common.util
StreamPrinter.run ( ) : void
[run-time name: org/apache/cxf/common/util/StreamPrinter.run:()V]
openejb-cxf-bundle-2.5.2.jar, StreamWriterContentHandler.class
package org.apache.cxf.staxutils
StreamWriterContentHandler.characters ( char[ ] ch, int start, int length ) : void
[run-time name: org/apache/cxf/staxutils/StreamWriterContentHandler.characters:([CII)V]
StreamWriterContentHandler.comment ( char[ ] ch, int start, int length ) : void
[run-time name: org/apache/cxf/staxutils/StreamWriterContentHandler.comment:([CII)V]
StreamWriterContentHandler.endCDATA ( ) : void
[run-time name: org/apache/cxf/staxutils/StreamWriterContentHandler.endCDATA:()V]
StreamWriterContentHandler.endDocument ( ) : void
[run-time name: org/apache/cxf/staxutils/StreamWriterContentHandler.endDocument:()V]
StreamWriterContentHandler.endDTD ( ) : void
[run-time name: org/apache/cxf/staxutils/StreamWriterContentHandler.endDTD:()V]
StreamWriterContentHandler.endElement ( String namespaceURI, String localName, String qName ) : void
[run-time name: org/apache/cxf/staxutils/StreamWriterContentHandler.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
StreamWriterContentHandler.endEntity ( String name ) : void
[run-time name: org/apache/cxf/staxutils/StreamWriterContentHandler.endEntity:(Ljava/lang/String;)V]
StreamWriterContentHandler.endPrefixMapping ( String prefix ) : void
[run-time name: org/apache/cxf/staxutils/StreamWriterContentHandler.endPrefixMapping:(Ljava/lang/String;)V]
StreamWriterContentHandler.ignorableWhitespace ( char[ ] ch, int start, int length ) : void
[run-time name: org/apache/cxf/staxutils/StreamWriterContentHandler.ignorableWhitespace:([CII)V]
StreamWriterContentHandler.processingInstruction ( String target, String data ) : void
[run-time name: org/apache/cxf/staxutils/StreamWriterContentHandler.processingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
StreamWriterContentHandler.setDocumentLocator ( org.xml.sax.Locator locator ) : void
[run-time name: org/apache/cxf/staxutils/StreamWriterContentHandler.setDocumentLocator:(Lorg/xml/sax/Locator;)V]
StreamWriterContentHandler.skippedEntity ( String name ) : void
[run-time name: org/apache/cxf/staxutils/StreamWriterContentHandler.skippedEntity:(Ljava/lang/String;)V]
StreamWriterContentHandler.startCDATA ( ) : void
[run-time name: org/apache/cxf/staxutils/StreamWriterContentHandler.startCDATA:()V]
StreamWriterContentHandler.startDocument ( ) : void
[run-time name: org/apache/cxf/staxutils/StreamWriterContentHandler.startDocument:()V]
StreamWriterContentHandler.startDTD ( String name, String publicId, String systemId ) : void
[run-time name: org/apache/cxf/staxutils/StreamWriterContentHandler.startDTD:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
StreamWriterContentHandler.startElement ( String namespaceURI, String localName, String qName, org.xml.sax.Attributes atts ) : void
[run-time name: org/apache/cxf/staxutils/StreamWriterContentHandler.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
StreamWriterContentHandler.startEntity ( String name ) : void
[run-time name: org/apache/cxf/staxutils/StreamWriterContentHandler.startEntity:(Ljava/lang/String;)V]
StreamWriterContentHandler.startPrefixMapping ( String prefix, String uri ) : void
[run-time name: org/apache/cxf/staxutils/StreamWriterContentHandler.startPrefixMapping:(Ljava/lang/String;Ljava/lang/String;)V]
StreamWriterContentHandler.StreamWriterContentHandler ( javax.xml.stream.XMLStreamWriter w )
[run-time name: org/apache/cxf/staxutils/StreamWriterContentHandler."<init>":(Ljavax/xml/stream/XMLStreamWriter;)V]
openejb-cxf-bundle-2.5.2.jar, StringBeanDefinitionParser.class
package org.apache.cxf.configuration.spring
StringBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder builder ) : void
[run-time name: org/apache/cxf/configuration/spring/StringBeanDefinitionParser.doParse:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;)V]
StringBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 ) : Class
[run-time name: org/apache/cxf/configuration/spring/StringBeanDefinitionParser.getBeanClass:(Lorg/w3c/dom/Element;)Ljava/lang/Class;]
StringBeanDefinitionParser.StringBeanDefinitionParser ( )
[run-time name: org/apache/cxf/configuration/spring/StringBeanDefinitionParser."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, StringMap.class
package org.apache.cxf.message
StringMap.get ( Class p1 ) [abstract] : Object
[run-time name: org/apache/cxf/message/StringMap.get:(Ljava/lang/Class;)Ljava/lang/Object;]
StringMap.put ( Class p1, Object p2 ) [abstract] : void
[run-time name: org/apache/cxf/message/StringMap.put:(Ljava/lang/Class;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, StringMapImpl.class
package org.apache.cxf.message
StringMapImpl.get ( Class key ) : Object
[run-time name: org/apache/cxf/message/StringMapImpl.get:(Ljava/lang/Class;)Ljava/lang/Object;]
StringMapImpl.put ( Class key, Object value ) : void
[run-time name: org/apache/cxf/message/StringMapImpl.put:(Ljava/lang/Class;Ljava/lang/Object;)V]
StringMapImpl.StringMapImpl ( )
[run-time name: org/apache/cxf/message/StringMapImpl."<init>":()V]
StringMapImpl.StringMapImpl ( java.util.Map i )
[run-time name: org/apache/cxf/message/StringMapImpl."<init>":(Ljava/util/Map;)V]
openejb-cxf-bundle-2.5.2.jar, StringType.class
package org.apache.cxf.aegis.type.basic
StringType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/StringType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
StringType.StringType ( )
[run-time name: org/apache/cxf/aegis/type/basic/StringType."<init>":()V]
StringType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/StringType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, StringUtils.class
package org.apache.cxf.common.util
StringUtils.addDefaultPortIfMissing ( String urlString ) [static] : String
[run-time name: org/apache/cxf/common/util/StringUtils.addDefaultPortIfMissing:(Ljava/lang/String;)Ljava/lang/String;]
StringUtils.addDefaultPortIfMissing ( String urlString, String defaultPort ) [static] : String
[run-time name: org/apache/cxf/common/util/StringUtils.addDefaultPortIfMissing:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
StringUtils.capitalize ( String name ) [static] : String
[run-time name: org/apache/cxf/common/util/StringUtils.capitalize:(Ljava/lang/String;)Ljava/lang/String;]
StringUtils.diff ( String str1, String str2 ) [static] : String
[run-time name: org/apache/cxf/common/util/StringUtils.diff:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
StringUtils.extract ( String string, String startToken, String endToken ) [static] : String
[run-time name: org/apache/cxf/common/util/StringUtils.extract:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
StringUtils.formatVersionNumber ( String target ) [static] : String
[run-time name: org/apache/cxf/common/util/StringUtils.formatVersionNumber:(Ljava/lang/String;)Ljava/lang/String;]
StringUtils.getFirstFound ( String contents, String regex ) [static] : String
[run-time name: org/apache/cxf/common/util/StringUtils.getFirstFound:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
StringUtils.getFirstNotEmpty ( java.util.List list ) [static] : String
[run-time name: org/apache/cxf/common/util/StringUtils.getFirstNotEmpty:(Ljava/util/List;)Ljava/lang/String;]
StringUtils.getFirstNotEmpty ( String str, String sperator ) [static] : String
[run-time name: org/apache/cxf/common/util/StringUtils.getFirstNotEmpty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
StringUtils.getFound ( String contents, String regex ) [static] : java.util.List
[run-time name: org/apache/cxf/common/util/StringUtils.getFound:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;]
StringUtils.getParts ( String str, String sperator ) [static] : java.util.List
[run-time name: org/apache/cxf/common/util/StringUtils.getParts:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;]
StringUtils.getURL ( String spec ) [static] : java.net.URL
[run-time name: org/apache/cxf/common/util/StringUtils.getURL:(Ljava/lang/String;)Ljava/net/URL;]
StringUtils.isEmpty ( java.util.List list ) [static] : boolean
[run-time name: org/apache/cxf/common/util/StringUtils.isEmpty:(Ljava/util/List;)Z]
StringUtils.isEmpty ( String str ) [static] : boolean
[run-time name: org/apache/cxf/common/util/StringUtils.isEmpty:(Ljava/lang/String;)Z]
StringUtils.isEqualUri ( String uri1, String uri2 ) [static] : boolean
[run-time name: org/apache/cxf/common/util/StringUtils.isEqualUri:(Ljava/lang/String;Ljava/lang/String;)Z]
StringUtils.isFileAbsolute ( String file ) [static] : boolean
[run-time name: org/apache/cxf/common/util/StringUtils.isFileAbsolute:(Ljava/lang/String;)Z]
StringUtils.isFileExist ( String file ) [static] : boolean
[run-time name: org/apache/cxf/common/util/StringUtils.isFileExist:(Ljava/lang/String;)Z]
StringUtils.uncapitalize ( String str ) [static] : String
[run-time name: org/apache/cxf/common/util/StringUtils.uncapitalize:(Ljava/lang/String;)Ljava/lang/String;]
StringUtils.wrapper ( String string, String startToken, String endToken ) [static] : String
[run-time name: org/apache/cxf/common/util/StringUtils.wrapper:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, StringVisitor.class
package org.apache.cxf.tools.corba.processors.idl
StringVisitor.accept ( antlr.collections.AST node ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/StringVisitor.accept:(Lantlr/collections/AST;)Z]
StringVisitor.isBounded ( antlr.collections.AST node ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/StringVisitor.isBounded:(Lantlr/collections/AST;)Z]
StringVisitor.StringVisitor ( Scope scope, javax.wsdl.Definition definition, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor, antlr.collections.AST identifierNodeRef )
[run-time name: org/apache/cxf/tools/corba/processors/idl/StringVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;Lantlr/collections/AST;)V]
StringVisitor.visit ( antlr.collections.AST node ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/StringVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, Struct.class
package org.apache.cxf.binding.corba.wsdl
Struct.getMember ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/wsdl/Struct.getMember:()Ljava/util/List;]
Struct.isSetMember ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Struct.isSetMember:()Z]
Struct.Struct ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/Struct."<init>":()V]
Struct.unsetMember ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Struct.unsetMember:()V]
openejb-cxf-bundle-2.5.2.jar, StructDeferredAction.class
package org.apache.cxf.tools.corba.processors.idl
StructDeferredAction.execute ( org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/StructDeferredAction.execute:(Lorg/apache/ws/commons/schema/XmlSchemaType;Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;)V]
StructDeferredAction.StructDeferredAction ( org.apache.cxf.binding.corba.wsdl.MemberType memberType )
[run-time name: org/apache/cxf/tools/corba/processors/idl/StructDeferredAction."<init>":(Lorg/apache/cxf/binding/corba/wsdl/MemberType;)V]
StructDeferredAction.StructDeferredAction ( org.apache.cxf.binding.corba.wsdl.MemberType memberType, org.apache.ws.commons.schema.XmlSchemaElement elem )
[run-time name: org/apache/cxf/tools/corba/processors/idl/StructDeferredAction."<init>":(Lorg/apache/cxf/binding/corba/wsdl/MemberType;Lorg/apache/ws/commons/schema/XmlSchemaElement;)V]
StructDeferredAction.StructDeferredAction ( org.apache.ws.commons.schema.XmlSchemaElement elem )
[run-time name: org/apache/cxf/tools/corba/processors/idl/StructDeferredAction."<init>":(Lorg/apache/ws/commons/schema/XmlSchemaElement;)V]
openejb-cxf-bundle-2.5.2.jar, StructType.class
package org.apache.cxf.aegis.type.encoded
StructType.alwaysAllowNillables ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/encoded/StructType.alwaysAllowNillables:()Z]
StructType.getBeanTypeInfoWithProperty ( javax.xml.namespace.QName name ) : org.apache.cxf.aegis.type.basic.BeanTypeInfo
[run-time name: org/apache/cxf/aegis/type/encoded/StructType.getBeanTypeInfoWithProperty:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/aegis/type/basic/BeanTypeInfo;]
StructType.getElementType ( javax.xml.namespace.QName name, org.apache.cxf.aegis.type.basic.BeanTypeInfo beanTypeInfo, org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : org.apache.cxf.aegis.type.AegisType
[run-time name: org/apache/cxf/aegis/type/encoded/StructType.getElementType:(Ljavax/xml/namespace/QName;Lorg/apache/cxf/aegis/type/basic/BeanTypeInfo;Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Lorg/apache/cxf/aegis/type/AegisType;]
StructType.StructType ( )
[run-time name: org/apache/cxf/aegis/type/encoded/StructType."<init>":()V]
StructType.StructType ( org.apache.cxf.aegis.type.basic.BeanTypeInfo info )
[run-time name: org/apache/cxf/aegis/type/encoded/StructType."<init>":(Lorg/apache/cxf/aegis/type/basic/BeanTypeInfo;)V]
StructType.writeElement ( javax.xml.namespace.QName name, Object value, org.apache.cxf.aegis.type.AegisType type, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/encoded/StructType.writeElement:(Ljavax/xml/namespace/QName;Ljava/lang/Object;Lorg/apache/cxf/aegis/type/AegisType;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
StructType.writeProperty ( javax.xml.namespace.QName name, Object object, Object property, Class impl, org.apache.cxf.aegis.type.basic.BeanTypeInfo inf ) : void
[run-time name: org/apache/cxf/aegis/type/encoded/StructType.writeProperty:(Ljavax/xml/namespace/QName;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;Lorg/apache/cxf/aegis/type/basic/BeanTypeInfo;)V]
openejb-cxf-bundle-2.5.2.jar, StructVisitor.class
package org.apache.cxf.tools.corba.processors.idl
StructVisitor.accept ( antlr.collections.AST node ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/StructVisitor.accept:(Lantlr/collections/AST;)Z]
StructVisitor.StructVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor )
[run-time name: org/apache/cxf/tools/corba/processors/idl/StructVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;)V]
StructVisitor.visit ( antlr.collections.AST node ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/StructVisitor.visit:(Lantlr/collections/AST;)V]
StructVisitor.visitDeclaredStruct ( antlr.collections.AST identifierNode ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/StructVisitor.visitDeclaredStruct:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, STSClient.class
package org.apache.cxf.ws.security.trust
STSClient.addAppliesTo ( javax.xml.stream.XMLStreamWriter writer, String appliesTo ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.addAppliesTo:(Ljavax/xml/stream/XMLStreamWriter;Ljava/lang/String;)V]
STSClient.addBinaryExchange ( String binaryExchange, org.apache.cxf.staxutils.W3CDOMStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.addBinaryExchange:(Ljava/lang/String;Lorg/apache/cxf/staxutils/W3CDOMStreamWriter;)V]
STSClient.addClaims ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.addClaims:(Ljavax/xml/stream/XMLStreamWriter;)V]
STSClient.addKeySize ( int keysize, org.apache.cxf.staxutils.W3CDOMStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.addKeySize:(ILorg/apache/cxf/staxutils/W3CDOMStreamWriter;)V]
STSClient.addLifetime ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.addLifetime:(Ljavax/xml/stream/XMLStreamWriter;)V]
STSClient.addRequestType ( String requestType, org.apache.cxf.staxutils.W3CDOMStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.addRequestType:(Ljava/lang/String;Lorg/apache/cxf/staxutils/W3CDOMStreamWriter;)V]
STSClient.addTokenType ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.addTokenType:(Ljavax/xml/stream/XMLStreamWriter;)V]
STSClient.cancelSecurityToken ( org.apache.cxf.ws.security.tokenstore.SecurityToken token ) : boolean
[run-time name: org/apache/cxf/ws/security/trust/STSClient.cancelSecurityToken:(Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;)Z]
STSClient.configureViaEPR ( org.apache.cxf.ws.addressing.EndpointReferenceType ref ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.configureViaEPR:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)V]
STSClient.createClient ( ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.createClient:()V]
STSClient.createCrypto ( boolean decrypt ) : org.apache.ws.security.components.crypto.Crypto
[run-time name: org/apache/cxf/ws/security/trust/STSClient.createCrypto:(Z)Lorg/apache/ws/security/components/crypto/Crypto;]
STSClient.createHandler ( ) : javax.security.auth.callback.CallbackHandler
[run-time name: org/apache/cxf/ws/security/trust/STSClient.createHandler:()Ljavax/security/auth/callback/CallbackHandler;]
STSClient.createSecurityToken ( org.w3c.dom.Element el, byte[ ] requestorEntropy ) : org.apache.cxf.ws.security.tokenstore.SecurityToken
[run-time name: org/apache/cxf/ws/security/trust/STSClient.createSecurityToken:(Lorg/w3c/dom/Element;[B)Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;]
STSClient.decryptKey ( org.w3c.dom.Element child ) : byte[ ]
[run-time name: org/apache/cxf/ws/security/trust/STSClient.decryptKey:(Lorg/w3c/dom/Element;)[B]
STSClient.findID ( org.w3c.dom.Element rar, org.w3c.dom.Element rur, org.w3c.dom.Element rst ) : String
[run-time name: org/apache/cxf/ws/security/trust/STSClient.findID:(Lorg/w3c/dom/Element;Lorg/w3c/dom/Element;Lorg/w3c/dom/Element;)Ljava/lang/String;]
STSClient.findMEXLocation ( org.apache.cxf.ws.addressing.EndpointReferenceType ref ) : String
[run-time name: org/apache/cxf/ws/security/trust/STSClient.findMEXLocation:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Ljava/lang/String;]
STSClient.findMEXLocation ( org.w3c.dom.Element ref ) : String
[run-time name: org/apache/cxf/ws/security/trust/STSClient.findMEXLocation:(Lorg/w3c/dom/Element;)Ljava/lang/String;]
STSClient.findOperation ( String suffix ) : org.apache.cxf.service.model.BindingOperationInfo
[run-time name: org/apache/cxf/ws/security/trust/STSClient.findOperation:(Ljava/lang/String;)Lorg/apache/cxf/service/model/BindingOperationInfo;]
STSClient.getActAsToken ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getActAsToken:()Lorg/w3c/dom/Element;]
STSClient.getAddressingAssertion ( ) : org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getAddressingAssertion:()Lorg/apache/cxf/ws/policy/builder/primitive/PrimitiveAssertion;]
STSClient.getBeanName ( ) : String
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getBeanName:()Ljava/lang/String;]
STSClient.getCert ( org.apache.ws.security.components.crypto.Crypto crypto ) : java.security.cert.X509Certificate
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getCert:(Lorg/apache/ws/security/components/crypto/Crypto;)Ljava/security/cert/X509Certificate;]
STSClient.getClient ( ) : org.apache.cxf.endpoint.Client
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getClient:()Lorg/apache/cxf/endpoint/Client;]
STSClient.getContext ( ) : String
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getContext:()Ljava/lang/String;]
STSClient.getDelegationSecurityToken ( Object delegationObject ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getDelegationSecurityToken:(Ljava/lang/Object;)Lorg/w3c/dom/Element;]
STSClient.getDocumentElement ( javax.xml.transform.dom.DOMSource ds ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getDocumentElement:(Ljavax/xml/transform/dom/DOMSource;)Lorg/w3c/dom/Element;]
STSClient.getEndpointQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getEndpointQName:()Ljavax/xml/namespace/QName;]
STSClient.getFeatures ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getFeatures:()Ljava/util/List;]
STSClient.getIDFromSTR ( org.w3c.dom.Element el ) : String
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getIDFromSTR:(Lorg/w3c/dom/Element;)Ljava/lang/String;]
STSClient.getInFaultInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getInFaultInterceptors:()Ljava/util/List;]
STSClient.getInInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getInInterceptors:()Ljava/util/List;]
STSClient.getKeySize ( ) : int
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getKeySize:()I]
STSClient.getOnBehalfOfToken ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getOnBehalfOfToken:()Lorg/w3c/dom/Element;]
STSClient.getOutFaultInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getOutFaultInterceptors:()Ljava/util/List;]
STSClient.getOutInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getOutInterceptors:()Ljava/util/List;]
STSClient.getProperties ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getProperties:()Ljava/util/Map;]
STSClient.getProperty ( String s ) : Object
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
STSClient.getRequestContext ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getRequestContext:()Ljava/util/Map;]
STSClient.getServiceQName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getServiceQName:()Ljavax/xml/namespace/QName;]
STSClient.getTokenType ( ) : String
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getTokenType:()Ljava/lang/String;]
STSClient.getWsdlLocation ( ) : String
[run-time name: org/apache/cxf/ws/security/trust/STSClient.getWsdlLocation:()Ljava/lang/String;]
STSClient.isEnableAppliesTo ( ) : boolean
[run-time name: org/apache/cxf/ws/security/trust/STSClient.isEnableAppliesTo:()Z]
STSClient.isRequiresEntropy ( ) : boolean
[run-time name: org/apache/cxf/ws/security/trust/STSClient.isRequiresEntropy:()Z]
STSClient.isSecureConv ( ) : boolean
[run-time name: org/apache/cxf/ws/security/trust/STSClient.isSecureConv:()Z]
STSClient.isSpnego ( ) : boolean
[run-time name: org/apache/cxf/ws/security/trust/STSClient.isSpnego:()Z]
STSClient.isUseCertificateForConfirmationKeyInfo ( ) : boolean
[run-time name: org/apache/cxf/ws/security/trust/STSClient.isUseCertificateForConfirmationKeyInfo:()Z]
STSClient.renewSecurityToken ( org.apache.cxf.ws.security.tokenstore.SecurityToken tok ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.renewSecurityToken:(Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;)V]
STSClient.requestSecurityToken ( ) : org.apache.cxf.ws.security.tokenstore.SecurityToken
[run-time name: org/apache/cxf/ws/security/trust/STSClient.requestSecurityToken:()Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;]
STSClient.requestSecurityToken ( String appliesTo ) : org.apache.cxf.ws.security.tokenstore.SecurityToken
[run-time name: org/apache/cxf/ws/security/trust/STSClient.requestSecurityToken:(Ljava/lang/String;)Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;]
STSClient.requestSecurityToken ( String appliesTo, String action, String requestType, org.apache.cxf.ws.security.tokenstore.SecurityToken target ) : org.apache.cxf.ws.security.tokenstore.SecurityToken
[run-time name: org/apache/cxf/ws/security/trust/STSClient.requestSecurityToken:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;)Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;]
STSClient.requestSecurityToken ( String appliesTo, String action, String requestType, org.apache.cxf.ws.security.tokenstore.SecurityToken target, String binaryExchange ) : org.apache.cxf.ws.security.tokenstore.SecurityToken
[run-time name: org/apache/cxf/ws/security/trust/STSClient.requestSecurityToken:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;Ljava/lang/String;)Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;]
STSClient.requestSecurityToken ( String appliesTo, String binaryExchange ) : org.apache.cxf.ws.security.tokenstore.SecurityToken
[run-time name: org/apache/cxf/ws/security/trust/STSClient.requestSecurityToken:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;]
STSClient.setActAs ( Object actAs ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setActAs:(Ljava/lang/Object;)V]
STSClient.setAddressingNamespace ( String ad ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setAddressingNamespace:(Ljava/lang/String;)V]
STSClient.setAlgorithmSuite ( org.apache.cxf.ws.security.policy.model.AlgorithmSuite ag ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setAlgorithmSuite:(Lorg/apache/cxf/ws/security/policy/model/AlgorithmSuite;)V]
STSClient.setBeanName ( String s ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setBeanName:(Ljava/lang/String;)V]
STSClient.setClaims ( org.w3c.dom.Element rstClaims ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setClaims:(Lorg/w3c/dom/Element;)V]
STSClient.setContext ( String context ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setContext:(Ljava/lang/String;)V]
STSClient.setEnableAppliesTo ( boolean enableAppliesTo ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setEnableAppliesTo:(Z)V]
STSClient.setEnableLifetime ( boolean enableLifetime ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setEnableLifetime:(Z)V]
STSClient.setEndpointName ( String qn ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setEndpointName:(Ljava/lang/String;)V]
STSClient.setEndpointQName ( javax.xml.namespace.QName qn ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setEndpointQName:(Ljavax/xml/namespace/QName;)V]
STSClient.setFeatures ( java.util.List f ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setFeatures:(Ljava/util/List;)V]
STSClient.setInFaultInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setInFaultInterceptors:(Ljava/util/List;)V]
STSClient.setInInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setInInterceptors:(Ljava/util/List;)V]
STSClient.setKeySize ( int i ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setKeySize:(I)V]
STSClient.setKeyType ( String keyType ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setKeyType:(Ljava/lang/String;)V]
STSClient.setLocation ( String location ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setLocation:(Ljava/lang/String;)V]
STSClient.setMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setMessage:(Lorg/apache/cxf/message/Message;)V]
STSClient.setOnBehalfOf ( Object onBehalfOf ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setOnBehalfOf:(Ljava/lang/Object;)V]
STSClient.setOnBehalfOfElement ( org.w3c.dom.Element onBehalfOfElement ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setOnBehalfOfElement:(Lorg/w3c/dom/Element;)V]
STSClient.setOutFaultInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setOutFaultInterceptors:(Ljava/util/List;)V]
STSClient.setOutInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setOutInterceptors:(Ljava/util/List;)V]
STSClient.setPolicy ( Object newPolicy ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setPolicy:(Ljava/lang/Object;)V]
STSClient.setPolicyInternal ( org.apache.neethi.Policy newPolicy ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setPolicyInternal:(Lorg/apache/neethi/Policy;)V]
STSClient.setPolicyInternal ( org.w3c.dom.Element newPolicy ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setPolicyInternal:(Lorg/w3c/dom/Element;)V]
STSClient.setProperties ( java.util.Map p ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setProperties:(Ljava/util/Map;)V]
STSClient.setRequiresEntropy ( boolean requiresEntropy ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setRequiresEntropy:(Z)V]
STSClient.setSecureConv ( boolean secureConv ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setSecureConv:(Z)V]
STSClient.setSendKeyType ( boolean sendKeyType ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setSendKeyType:(Z)V]
STSClient.setServiceName ( String qn ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setServiceName:(Ljava/lang/String;)V]
STSClient.setServiceQName ( javax.xml.namespace.QName qn ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setServiceQName:(Ljavax/xml/namespace/QName;)V]
STSClient.setSoap11 ( ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setSoap11:()V]
STSClient.setSoap11 ( boolean b ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setSoap11:(Z)V]
STSClient.setSoap12 ( ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setSoap12:()V]
STSClient.setSpnego ( boolean spnego ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setSpnego:(Z)V]
STSClient.setTemplate ( org.w3c.dom.Element rstTemplate ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setTemplate:(Lorg/w3c/dom/Element;)V]
STSClient.setTokenType ( String tokenType ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setTokenType:(Ljava/lang/String;)V]
STSClient.setTrust ( org.apache.cxf.ws.security.policy.model.Trust10 trust ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setTrust:(Lorg/apache/cxf/ws/security/policy/model/Trust10;)V]
STSClient.setTrust ( org.apache.cxf.ws.security.policy.model.Trust13 trust ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setTrust:(Lorg/apache/cxf/ws/security/policy/model/Trust13;)V]
STSClient.setTtl ( int ttl ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setTtl:(I)V]
STSClient.setUseCertificateForConfirmationKeyInfo ( boolean useCertificate ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setUseCertificateForConfirmationKeyInfo:(Z)V]
STSClient.setWsdlLocation ( String wsdl ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.setWsdlLocation:(Ljava/lang/String;)V]
STSClient.STSClient ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/ws/security/trust/STSClient."<init>":(Lorg/apache/cxf/Bus;)V]
STSClient.useSecondaryParameters ( ) : boolean
[run-time name: org/apache/cxf/ws/security/trust/STSClient.useSecondaryParameters:()Z]
STSClient.validateSecurityToken ( org.apache.cxf.ws.security.tokenstore.SecurityToken tok ) : java.util.List
[run-time name: org/apache/cxf/ws/security/trust/STSClient.validateSecurityToken:(Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;)Ljava/util/List;]
STSClient.validateSecurityToken ( org.apache.cxf.ws.security.tokenstore.SecurityToken tok, String tokentype ) : java.util.List
[run-time name: org/apache/cxf/ws/security/trust/STSClient.validateSecurityToken:(Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;Ljava/lang/String;)Ljava/util/List;]
STSClient.writeElementsForRSTPublicKey ( org.apache.cxf.staxutils.W3CDOMStreamWriter writer, java.security.cert.X509Certificate cert ) : void
[run-time name: org/apache/cxf/ws/security/trust/STSClient.writeElementsForRSTPublicKey:(Lorg/apache/cxf/staxutils/W3CDOMStreamWriter;Ljava/security/cert/X509Certificate;)V]
STSClient.writeElementsForRSTSymmetricKey ( org.apache.cxf.staxutils.W3CDOMStreamWriter writer, boolean wroteKeySize ) : byte[ ]
[run-time name: org/apache/cxf/ws/security/trust/STSClient.writeElementsForRSTSymmetricKey:(Lorg/apache/cxf/staxutils/W3CDOMStreamWriter;Z)[B]
STSClient.writeKeyType ( org.apache.cxf.staxutils.W3CDOMStreamWriter writer, String keyTypeToWrite ) : String
[run-time name: org/apache/cxf/ws/security/trust/STSClient.writeKeyType:(Lorg/apache/cxf/staxutils/W3CDOMStreamWriter;Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, STSException.class
package org.apache.cxf.ws.security.sts.provider
STSException.getFaultCode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/sts/provider/STSException.getFaultCode:()Ljavax/xml/namespace/QName;]
STSException.getMessage ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/STSException.getMessage:()Ljava/lang/String;]
STSException.setFaultCode ( javax.xml.namespace.QName faultCode ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/STSException.setFaultCode:(Ljavax/xml/namespace/QName;)V]
STSException.STSException ( String message )
[run-time name: org/apache/cxf/ws/security/sts/provider/STSException."<init>":(Ljava/lang/String;)V]
STSException.STSException ( String message, javax.xml.namespace.QName faultCode )
[run-time name: org/apache/cxf/ws/security/sts/provider/STSException."<init>":(Ljava/lang/String;Ljavax/xml/namespace/QName;)V]
STSException.STSException ( String message, Throwable e )
[run-time name: org/apache/cxf/ws/security/sts/provider/STSException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
STSException.STSException ( String message, Throwable e, javax.xml.namespace.QName faultCode )
[run-time name: org/apache/cxf/ws/security/sts/provider/STSException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, STSSamlAssertionValidator.class
package org.apache.cxf.ws.security.trust
STSSamlAssertionValidator.isTrustVerificationSucceeded ( ) : boolean
[run-time name: org/apache/cxf/ws/security/trust/STSSamlAssertionValidator.isTrustVerificationSucceeded:()Z]
STSSamlAssertionValidator.STSSamlAssertionValidator ( )
[run-time name: org/apache/cxf/ws/security/trust/STSSamlAssertionValidator."<init>":()V]
STSSamlAssertionValidator.validate ( org.apache.ws.security.validate.Credential credential, org.apache.ws.security.handler.RequestData data ) : org.apache.ws.security.validate.Credential
[run-time name: org/apache/cxf/ws/security/trust/STSSamlAssertionValidator.validate:(Lorg/apache/ws/security/validate/Credential;Lorg/apache/ws/security/handler/RequestData;)Lorg/apache/ws/security/validate/Credential;]
STSSamlAssertionValidator.verifySignedAssertion ( org.apache.ws.security.saml.ext.AssertionWrapper assertion, org.apache.ws.security.handler.RequestData data ) : org.apache.ws.security.validate.Credential
[run-time name: org/apache/cxf/ws/security/trust/STSSamlAssertionValidator.verifySignedAssertion:(Lorg/apache/ws/security/saml/ext/AssertionWrapper;Lorg/apache/ws/security/handler/RequestData;)Lorg/apache/ws/security/validate/Credential;]
openejb-cxf-bundle-2.5.2.jar, STSTokenValidator.class
package org.apache.cxf.ws.security.trust
STSTokenValidator.isValidatedLocally ( org.apache.ws.security.validate.Credential credential, org.apache.ws.security.handler.RequestData data ) : boolean
[run-time name: org/apache/cxf/ws/security/trust/STSTokenValidator.isValidatedLocally:(Lorg/apache/ws/security/validate/Credential;Lorg/apache/ws/security/handler/RequestData;)Z]
STSTokenValidator.STSTokenValidator ( )
[run-time name: org/apache/cxf/ws/security/trust/STSTokenValidator."<init>":()V]
STSTokenValidator.STSTokenValidator ( boolean alwaysValidateToSts )
[run-time name: org/apache/cxf/ws/security/trust/STSTokenValidator."<init>":(Z)V]
STSTokenValidator.validate ( org.apache.ws.security.validate.Credential credential, org.apache.ws.security.handler.RequestData data ) : org.apache.ws.security.validate.Credential
[run-time name: org/apache/cxf/ws/security/trust/STSTokenValidator.validate:(Lorg/apache/ws/security/validate/Credential;Lorg/apache/ws/security/handler/RequestData;)Lorg/apache/ws/security/validate/Credential;]
STSTokenValidator.validateWithSTS ( org.apache.ws.security.validate.Credential credential, org.apache.cxf.message.Message message ) : org.apache.ws.security.validate.Credential
[run-time name: org/apache/cxf/ws/security/trust/STSTokenValidator.validateWithSTS:(Lorg/apache/ws/security/validate/Credential;Lorg/apache/cxf/message/Message;)Lorg/apache/ws/security/validate/Credential;]
openejb-cxf-bundle-2.5.2.jar, STSUtils.class
package org.apache.cxf.ws.security.trust
STSUtils.createSTSEndpoint ( org.apache.cxf.Bus bus, String namespace, String transportId, String location, String soapVersion, org.apache.neethi.Policy policy, javax.xml.namespace.QName epName ) [static] : org.apache.cxf.endpoint.Endpoint
[run-time name: org/apache/cxf/ws/security/trust/STSUtils.createSTSEndpoint:(Lorg/apache/cxf/Bus;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/neethi/Policy;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/endpoint/Endpoint;]
STSUtils.getClient ( org.apache.cxf.message.Message message, String type ) [static] : STSClient
[run-time name: org/apache/cxf/ws/security/trust/STSUtils.getClient:(Lorg/apache/cxf/message/Message;Ljava/lang/String;)Lorg/apache/cxf/ws/security/trust/STSClient;]
STSUtils.getClient ( org.apache.cxf.message.Message message, String type, org.apache.cxf.ws.security.policy.model.IssuedToken itok ) [static] : STSClient
[run-time name: org/apache/cxf/ws/security/trust/STSUtils.getClient:(Lorg/apache/cxf/message/Message;Ljava/lang/String;Lorg/apache/cxf/ws/security/policy/model/IssuedToken;)Lorg/apache/cxf/ws/security/trust/STSClient;]
STSUtils.getTokenTypeSCT ( String trustNs ) [static] : String
[run-time name: org/apache/cxf/ws/security/trust/STSUtils.getTokenTypeSCT:(Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, Style.class
package org.apache.cxf.tools.common.model
JavaType.Style.valueOf ( String name ) [static] : JavaType.Style
[run-time name: org/apache/cxf/tools/common/model/JavaType.Style.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/tools/common/model/JavaType$Style;]
JavaType.Style.values ( ) [static] : JavaType.Style[ ]
[run-time name: org/apache/cxf/tools/common/model/JavaType.Style.values:()[Lorg/apache/cxf/tools/common/model/JavaType$Style;]
package org.apache.cxf.tools.java2wsdl.processor
FrontendFactory.Style.valueOf ( String name ) [static] : FrontendFactory.Style
[run-time name: org/apache/cxf/tools/java2wsdl/processor/FrontendFactory.Style.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/tools/java2wsdl/processor/FrontendFactory$Style;]
FrontendFactory.Style.values ( ) [static] : FrontendFactory.Style[ ]
[run-time name: org/apache/cxf/tools/java2wsdl/processor/FrontendFactory.Style.values:()[Lorg/apache/cxf/tools/java2wsdl/processor/FrontendFactory$Style;]
openejb-cxf-bundle-2.5.2.jar, SubresourceKey.class
package org.apache.cxf.jaxrs.model
SubresourceKey.equals ( Object o ) : boolean
[run-time name: org/apache/cxf/jaxrs/model/SubresourceKey.equals:(Ljava/lang/Object;)Z]
SubresourceKey.getInstanceClass ( ) : Class
[run-time name: org/apache/cxf/jaxrs/model/SubresourceKey.getInstanceClass:()Ljava/lang/Class;]
SubresourceKey.getTypedClass ( ) : Class
[run-time name: org/apache/cxf/jaxrs/model/SubresourceKey.getTypedClass:()Ljava/lang/Class;]
SubresourceKey.hashCode ( ) : int
[run-time name: org/apache/cxf/jaxrs/model/SubresourceKey.hashCode:()I]
SubresourceKey.SubresourceKey ( Class tClass, Class iClass )
[run-time name: org/apache/cxf/jaxrs/model/SubresourceKey."<init>":(Ljava/lang/Class;Ljava/lang/Class;)V]
openejb-cxf-bundle-2.5.2.jar, SupportingToken.class
package org.apache.cxf.ws.security.policy.model
SupportingToken.addToken ( Token token ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken.addToken:(Lorg/apache/cxf/ws/security/policy/model/Token;)V]
SupportingToken.getAlgorithmSuite ( ) : AlgorithmSuite
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken.getAlgorithmSuite:()Lorg/apache/cxf/ws/security/policy/model/AlgorithmSuite;]
SupportingToken.getEncryptedElements ( ) : SignedEncryptedElements
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken.getEncryptedElements:()Lorg/apache/cxf/ws/security/policy/model/SignedEncryptedElements;]
SupportingToken.getEncryptedParts ( ) : SignedEncryptedParts
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken.getEncryptedParts:()Lorg/apache/cxf/ws/security/policy/model/SignedEncryptedParts;]
SupportingToken.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken.getName:()Ljavax/xml/namespace/QName;]
SupportingToken.getPolicy ( ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken.getPolicy:()Lorg/apache/neethi/Policy;]
SupportingToken.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken.getRealName:()Ljavax/xml/namespace/QName;]
SupportingToken.getSignedElements ( ) : SignedEncryptedElements
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken.getSignedElements:()Lorg/apache/cxf/ws/security/policy/model/SignedEncryptedElements;]
SupportingToken.getSignedParts ( ) : SignedEncryptedParts
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken.getSignedParts:()Lorg/apache/cxf/ws/security/policy/model/SignedEncryptedParts;]
SupportingToken.getToken ( ) : Token
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken.getToken:()Lorg/apache/cxf/ws/security/policy/model/Token;]
SupportingToken.getTokens ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken.getTokens:()Ljava/util/List;]
SupportingToken.getTokenType ( ) : org.apache.cxf.ws.security.policy.SPConstants.SupportTokenType
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken.getTokenType:()Lorg/apache/cxf/ws/security/policy/SPConstants$SupportTokenType;]
SupportingToken.getType ( ) : short
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken.getType:()S]
SupportingToken.isEncryptedToken ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken.isEncryptedToken:()Z]
SupportingToken.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
SupportingToken.setAlgorithmSuite ( AlgorithmSuite algorithmSuite ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken.setAlgorithmSuite:(Lorg/apache/cxf/ws/security/policy/model/AlgorithmSuite;)V]
SupportingToken.setEncryptedElements ( SignedEncryptedElements encryptedElements ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken.setEncryptedElements:(Lorg/apache/cxf/ws/security/policy/model/SignedEncryptedElements;)V]
SupportingToken.setEncryptedParts ( SignedEncryptedParts encryptedParts ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken.setEncryptedParts:(Lorg/apache/cxf/ws/security/policy/model/SignedEncryptedParts;)V]
SupportingToken.setSignedElements ( SignedEncryptedElements signedElements ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken.setSignedElements:(Lorg/apache/cxf/ws/security/policy/model/SignedEncryptedElements;)V]
SupportingToken.setSignedParts ( SignedEncryptedParts signedParts ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken.setSignedParts:(Lorg/apache/cxf/ws/security/policy/model/SignedEncryptedParts;)V]
SupportingToken.setToken ( Token tok ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken.setToken:(Lorg/apache/cxf/ws/security/policy/model/Token;)V]
SupportingToken.setTokenType ( org.apache.cxf.ws.security.policy.SPConstants.SupportTokenType t ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken.setTokenType:(Lorg/apache/cxf/ws/security/policy/SPConstants$SupportTokenType;)V]
SupportingToken.SupportingToken ( org.apache.cxf.ws.security.policy.SPConstants.SupportTokenType type, org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/model/SupportingToken."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants$SupportTokenType;Lorg/apache/cxf/ws/security/policy/SPConstants;Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, SupportingTokenPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
SupportingTokenPolicyValidator.setSAMLTokenResults ( java.util.List p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/SupportingTokenPolicyValidator.setSAMLTokenResults:(Ljava/util/List;)V]
SupportingTokenPolicyValidator.setTimestampElement ( org.w3c.dom.Element p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/SupportingTokenPolicyValidator.setTimestampElement:(Lorg/w3c/dom/Element;)V]
SupportingTokenPolicyValidator.setUsernameTokenResults ( java.util.List p1, boolean p2 ) [abstract] : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/SupportingTokenPolicyValidator.setUsernameTokenResults:(Ljava/util/List;Z)V]
SupportingTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap p1, org.apache.cxf.message.Message p2, java.util.List p3, java.util.List p4, java.util.List p5 ) [abstract] : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/SupportingTokenPolicyValidator.validatePolicy:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/cxf/message/Message;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Z]
openejb-cxf-bundle-2.5.2.jar, SupportingTokens12Builder.class
package org.apache.cxf.ws.security.policy.builders
SupportingTokens12Builder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/SupportingTokens12Builder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
SupportingTokens12Builder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/SupportingTokens12Builder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
SupportingTokens12Builder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/SupportingTokens12Builder.getKnownElements:()[Ljavax/xml/namespace/QName;]
SupportingTokens12Builder.SupportingTokens12Builder ( org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/builders/SupportingTokens12Builder."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, SupportingTokensBuilder.class
package org.apache.cxf.ws.security.policy.builders
SupportingTokensBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/SupportingTokensBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
SupportingTokensBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/SupportingTokensBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
SupportingTokensBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/SupportingTokensBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
SupportingTokensBuilder.SupportingTokensBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/builders/SupportingTokensBuilder."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, SupportTokenType.class
package org.apache.cxf.ws.security.policy
SPConstants.SupportTokenType.valueOf ( String name ) [static] : SPConstants.SupportTokenType
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.SupportTokenType.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/ws/security/policy/SPConstants$SupportTokenType;]
SPConstants.SupportTokenType.values ( ) [static] : SPConstants.SupportTokenType[ ]
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.SupportTokenType.values:()[Lorg/apache/cxf/ws/security/policy/SPConstants$SupportTokenType;]
openejb-cxf-bundle-2.5.2.jar, SuspendedInvocationException.class
package org.apache.cxf.continuations
SuspendedInvocationException.getRuntimeException ( ) : RuntimeException
[run-time name: org/apache/cxf/continuations/SuspendedInvocationException.getRuntimeException:()Ljava/lang/RuntimeException;]
SuspendedInvocationException.SuspendedInvocationException ( )
[run-time name: org/apache/cxf/continuations/SuspendedInvocationException."<init>":()V]
SuspendedInvocationException.SuspendedInvocationException ( Throwable cause )
[run-time name: org/apache/cxf/continuations/SuspendedInvocationException."<init>":(Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, SwAInInterceptor.class
package org.apache.cxf.jaxws.interceptors
SwAInInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/jaxws/interceptors/SwAInInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SwAInInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/jaxws/interceptors/SwAInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
SwAInInterceptor.SwAInInterceptor ( )
[run-time name: org/apache/cxf/jaxws/interceptors/SwAInInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SwAOutInterceptor.class
package org.apache.cxf.jaxws.interceptors
SwAOutInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/jaxws/interceptors/SwAOutInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
SwAOutInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/jaxws/interceptors/SwAOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
SwAOutInterceptor.processAttachments ( org.apache.cxf.binding.soap.SoapMessage message, org.apache.cxf.binding.soap.model.SoapBodyInfo sbi ) : void
[run-time name: org/apache/cxf/jaxws/interceptors/SwAOutInterceptor.processAttachments:(Lorg/apache/cxf/binding/soap/SoapMessage;Lorg/apache/cxf/binding/soap/model/SoapBodyInfo;)V]
SwAOutInterceptor.SwAOutInterceptor ( )
[run-time name: org/apache/cxf/jaxws/interceptors/SwAOutInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, SymmetricAsymmetricBindingBase.class
package org.apache.cxf.ws.security.policy.model
SymmetricAsymmetricBindingBase.getProtectionOrder ( ) : org.apache.cxf.ws.security.policy.SPConstants.ProtectionOrder
[run-time name: org/apache/cxf/ws/security/policy/model/SymmetricAsymmetricBindingBase.getProtectionOrder:()Lorg/apache/cxf/ws/security/policy/SPConstants$ProtectionOrder;]
SymmetricAsymmetricBindingBase.isEntireHeadersAndBodySignatures ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/SymmetricAsymmetricBindingBase.isEntireHeadersAndBodySignatures:()Z]
SymmetricAsymmetricBindingBase.isSignatureProtection ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/SymmetricAsymmetricBindingBase.isSignatureProtection:()Z]
SymmetricAsymmetricBindingBase.setEntireHeadersAndBodySignatures ( boolean entireHeaderAndBodySignatures ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SymmetricAsymmetricBindingBase.setEntireHeadersAndBodySignatures:(Z)V]
SymmetricAsymmetricBindingBase.setProtectionOrder ( org.apache.cxf.ws.security.policy.SPConstants.ProtectionOrder protectionOrder ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SymmetricAsymmetricBindingBase.setProtectionOrder:(Lorg/apache/cxf/ws/security/policy/SPConstants$ProtectionOrder;)V]
SymmetricAsymmetricBindingBase.setSignatureProtection ( boolean signatureProtection ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SymmetricAsymmetricBindingBase.setSignatureProtection:(Z)V]
SymmetricAsymmetricBindingBase.SymmetricAsymmetricBindingBase ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/model/SymmetricAsymmetricBindingBase."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, SymmetricBinding.class
package org.apache.cxf.ws.security.policy.model
SymmetricBinding.getEncryptionToken ( ) : EncryptionToken
[run-time name: org/apache/cxf/ws/security/policy/model/SymmetricBinding.getEncryptionToken:()Lorg/apache/cxf/ws/security/policy/model/EncryptionToken;]
SymmetricBinding.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/SymmetricBinding.getName:()Ljavax/xml/namespace/QName;]
SymmetricBinding.getPolicy ( ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/security/policy/model/SymmetricBinding.getPolicy:()Lorg/apache/neethi/Policy;]
SymmetricBinding.getProtectionToken ( ) : ProtectionToken
[run-time name: org/apache/cxf/ws/security/policy/model/SymmetricBinding.getProtectionToken:()Lorg/apache/cxf/ws/security/policy/model/ProtectionToken;]
SymmetricBinding.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/SymmetricBinding.getRealName:()Ljavax/xml/namespace/QName;]
SymmetricBinding.getSignatureToken ( ) : SignatureToken
[run-time name: org/apache/cxf/ws/security/policy/model/SymmetricBinding.getSignatureToken:()Lorg/apache/cxf/ws/security/policy/model/SignatureToken;]
SymmetricBinding.normalize ( ) : org.apache.neethi.PolicyComponent
[run-time name: org/apache/cxf/ws/security/policy/model/SymmetricBinding.normalize:()Lorg/apache/neethi/PolicyComponent;]
SymmetricBinding.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SymmetricBinding.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
SymmetricBinding.setEncryptionToken ( EncryptionToken encryptionToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SymmetricBinding.setEncryptionToken:(Lorg/apache/cxf/ws/security/policy/model/EncryptionToken;)V]
SymmetricBinding.setProtectionToken ( ProtectionToken protectionToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SymmetricBinding.setProtectionToken:(Lorg/apache/cxf/ws/security/policy/model/ProtectionToken;)V]
SymmetricBinding.setSignatureToken ( SignatureToken signatureToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/SymmetricBinding.setSignatureToken:(Lorg/apache/cxf/ws/security/policy/model/SignatureToken;)V]
SymmetricBinding.SymmetricBinding ( org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/model/SymmetricBinding."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
SymmetricBinding.SymmetricBinding ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/model/SymmetricBinding."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, SymmetricBindingBuilder.class
package org.apache.cxf.ws.security.policy.builders
SymmetricBindingBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/SymmetricBindingBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
SymmetricBindingBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/SymmetricBindingBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
SymmetricBindingBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/SymmetricBindingBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
SymmetricBindingBuilder.SymmetricBindingBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/builders/SymmetricBindingBuilder."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, SymmetricBindingHandler.class
package org.apache.cxf.ws.security.wss4j.policyhandlers
SymmetricBindingHandler.handleBinding ( ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/SymmetricBindingHandler.handleBinding:()V]
SymmetricBindingHandler.SymmetricBindingHandler ( org.apache.ws.security.WSSConfig config, org.apache.cxf.ws.security.policy.model.SymmetricBinding binding, javax.xml.soap.SOAPMessage saaj, org.apache.ws.security.message.WSSecHeader secHeader, org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.binding.soap.SoapMessage message )
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/SymmetricBindingHandler."<init>":(Lorg/apache/ws/security/WSSConfig;Lorg/apache/cxf/ws/security/policy/model/SymmetricBinding;Ljavax/xml/soap/SOAPMessage;Lorg/apache/ws/security/message/WSSecHeader;Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/cxf/binding/soap/SoapMessage;)V]
openejb-cxf-bundle-2.5.2.jar, SymmetricBindingPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
SymmetricBindingPolicyValidator.SymmetricBindingPolicyValidator ( )
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/SymmetricBindingPolicyValidator."<init>":()V]
SymmetricBindingPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, org.w3c.dom.Element soapBody, java.util.List results, java.util.List signedResults, java.util.List encryptedResults ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/SymmetricBindingPolicyValidator.validatePolicy:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/cxf/message/Message;Lorg/w3c/dom/Element;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Z]
openejb-cxf-bundle-2.5.2.jar, SynchronousExecutor.class
package org.apache.cxf.workqueue
SynchronousExecutor.execute ( Runnable command ) : void
[run-time name: org/apache/cxf/workqueue/SynchronousExecutor.execute:(Ljava/lang/Runnable;)V]
SynchronousExecutor.getInstance ( ) [static] : SynchronousExecutor
[run-time name: org/apache/cxf/workqueue/SynchronousExecutor.getInstance:()Lorg/apache/cxf/workqueue/SynchronousExecutor;]
SynchronousExecutor.isA ( java.util.concurrent.Executor executor ) [static] : boolean
[run-time name: org/apache/cxf/workqueue/SynchronousExecutor.isA:(Ljava/util/concurrent/Executor;)Z]
openejb-cxf-bundle-2.5.2.jar, SystemExceptionHelper.class
package org.apache.cxf.binding.corba.interceptors
SystemExceptionHelper._read ( org.omg.CORBA.portable.InputStream instream ) : void
[run-time name: org/apache/cxf/binding/corba/interceptors/SystemExceptionHelper._read:(Lorg/omg/CORBA/portable/InputStream;)V]
SystemExceptionHelper._type ( ) : org.omg.CORBA.TypeCode
[run-time name: org/apache/cxf/binding/corba/interceptors/SystemExceptionHelper._type:()Lorg/omg/CORBA/TypeCode;]
SystemExceptionHelper._write ( org.omg.CORBA.portable.OutputStream outstream ) : void
[run-time name: org/apache/cxf/binding/corba/interceptors/SystemExceptionHelper._write:(Lorg/omg/CORBA/portable/OutputStream;)V]
SystemExceptionHelper.insert ( org.omg.CORBA.Any any, org.omg.CORBA.SystemException val ) [static] : void
[run-time name: org/apache/cxf/binding/corba/interceptors/SystemExceptionHelper.insert:(Lorg/omg/CORBA/Any;Lorg/omg/CORBA/SystemException;)V]
SystemExceptionHelper.read ( org.omg.CORBA.portable.InputStream in ) [static] : org.omg.CORBA.SystemException
[run-time name: org/apache/cxf/binding/corba/interceptors/SystemExceptionHelper.read:(Lorg/omg/CORBA/portable/InputStream;)Lorg/omg/CORBA/SystemException;]
openejb-cxf-bundle-2.5.2.jar, SystemPropertyAction.class
package org.apache.cxf.common.util
SystemPropertyAction.getProperty ( String name ) [static] : String
[run-time name: org/apache/cxf/common/util/SystemPropertyAction.getProperty:(Ljava/lang/String;)Ljava/lang/String;]
SystemPropertyAction.getProperty ( String name, String def ) [static] : String
[run-time name: org/apache/cxf/common/util/SystemPropertyAction.getProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
SystemPropertyAction.getPropertyOrNull ( String name ) [static] : String
[run-time name: org/apache/cxf/common/util/SystemPropertyAction.getPropertyOrNull:(Ljava/lang/String;)Ljava/lang/String;]
SystemPropertyAction.run ( ) : Object
[run-time name: org/apache/cxf/common/util/SystemPropertyAction.run:()Ljava/lang/Object;]
SystemPropertyAction.run ( ) : String
[run-time name: org/apache/cxf/common/util/SystemPropertyAction.run:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, SystemUtils.class
package org.apache.cxf.common.util
SystemUtils.getSpringValidationMode ( ) [static] : String
[run-time name: org/apache/cxf/common/util/SystemUtils.getSpringValidationMode:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, Tag.class
package org.apache.cxf.tools.common
Tag.equals ( Object object ) : boolean
[run-time name: org/apache/cxf/tools/common/Tag.equals:(Ljava/lang/Object;)Z]
Tag.getAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/tools/common/Tag.getAttributes:()Ljava/util/Map;]
Tag.getIgnoreAttr ( ) : java.util.List
[run-time name: org/apache/cxf/tools/common/Tag.getIgnoreAttr:()Ljava/util/List;]
Tag.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/tools/common/Tag.getName:()Ljavax/xml/namespace/QName;]
Tag.getParent ( ) : Tag
[run-time name: org/apache/cxf/tools/common/Tag.getParent:()Lorg/apache/cxf/tools/common/Tag;]
Tag.getTags ( ) : java.util.List
[run-time name: org/apache/cxf/tools/common/Tag.getTags:()Ljava/util/List;]
Tag.getText ( ) : String
[run-time name: org/apache/cxf/tools/common/Tag.getText:()Ljava/lang/String;]
Tag.hashCode ( ) : int
[run-time name: org/apache/cxf/tools/common/Tag.hashCode:()I]
Tag.setName ( javax.xml.namespace.QName nName ) : void
[run-time name: org/apache/cxf/tools/common/Tag.setName:(Ljavax/xml/namespace/QName;)V]
Tag.setParent ( Tag nTag ) : void
[run-time name: org/apache/cxf/tools/common/Tag.setParent:(Lorg/apache/cxf/tools/common/Tag;)V]
Tag.setText ( String nText ) : void
[run-time name: org/apache/cxf/tools/common/Tag.setText:(Ljava/lang/String;)V]
Tag.Tag ( )
[run-time name: org/apache/cxf/tools/common/Tag."<init>":()V]
Tag.toString ( ) : String
[run-time name: org/apache/cxf/tools/common/Tag.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, TBinding.class
package org.apache.cxf.wsdl
TBinding.getName ( ) : String
[run-time name: org/apache/cxf/wsdl/TBinding.getName:()Ljava/lang/String;]
TBinding.getOperation ( ) : java.util.List
[run-time name: org/apache/cxf/wsdl/TBinding.getOperation:()Ljava/util/List;]
TBinding.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/wsdl/TBinding.getType:()Ljavax/xml/namespace/QName;]
TBinding.isSetName ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TBinding.isSetName:()Z]
TBinding.isSetOperation ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TBinding.isSetOperation:()Z]
TBinding.isSetType ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TBinding.isSetType:()Z]
TBinding.setName ( String value ) : void
[run-time name: org/apache/cxf/wsdl/TBinding.setName:(Ljava/lang/String;)V]
TBinding.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/wsdl/TBinding.setType:(Ljavax/xml/namespace/QName;)V]
TBinding.TBinding ( )
[run-time name: org/apache/cxf/wsdl/TBinding."<init>":()V]
TBinding.unsetOperation ( ) : void
[run-time name: org/apache/cxf/wsdl/TBinding.unsetOperation:()V]
openejb-cxf-bundle-2.5.2.jar, TBindingOperation.class
package org.apache.cxf.wsdl
TBindingOperation.getFault ( ) : java.util.List
[run-time name: org/apache/cxf/wsdl/TBindingOperation.getFault:()Ljava/util/List;]
TBindingOperation.getInput ( ) : TBindingOperationMessage
[run-time name: org/apache/cxf/wsdl/TBindingOperation.getInput:()Lorg/apache/cxf/wsdl/TBindingOperationMessage;]
TBindingOperation.getName ( ) : String
[run-time name: org/apache/cxf/wsdl/TBindingOperation.getName:()Ljava/lang/String;]
TBindingOperation.getOutput ( ) : TBindingOperationMessage
[run-time name: org/apache/cxf/wsdl/TBindingOperation.getOutput:()Lorg/apache/cxf/wsdl/TBindingOperationMessage;]
TBindingOperation.isSetFault ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TBindingOperation.isSetFault:()Z]
TBindingOperation.isSetInput ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TBindingOperation.isSetInput:()Z]
TBindingOperation.isSetName ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TBindingOperation.isSetName:()Z]
TBindingOperation.isSetOutput ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TBindingOperation.isSetOutput:()Z]
TBindingOperation.setInput ( TBindingOperationMessage value ) : void
[run-time name: org/apache/cxf/wsdl/TBindingOperation.setInput:(Lorg/apache/cxf/wsdl/TBindingOperationMessage;)V]
TBindingOperation.setName ( String value ) : void
[run-time name: org/apache/cxf/wsdl/TBindingOperation.setName:(Ljava/lang/String;)V]
TBindingOperation.setOutput ( TBindingOperationMessage value ) : void
[run-time name: org/apache/cxf/wsdl/TBindingOperation.setOutput:(Lorg/apache/cxf/wsdl/TBindingOperationMessage;)V]
TBindingOperation.TBindingOperation ( )
[run-time name: org/apache/cxf/wsdl/TBindingOperation."<init>":()V]
TBindingOperation.unsetFault ( ) : void
[run-time name: org/apache/cxf/wsdl/TBindingOperation.unsetFault:()V]
openejb-cxf-bundle-2.5.2.jar, TBindingOperationFault.class
package org.apache.cxf.wsdl
TBindingOperationFault.getName ( ) : String
[run-time name: org/apache/cxf/wsdl/TBindingOperationFault.getName:()Ljava/lang/String;]
TBindingOperationFault.isSetName ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TBindingOperationFault.isSetName:()Z]
TBindingOperationFault.setName ( String value ) : void
[run-time name: org/apache/cxf/wsdl/TBindingOperationFault.setName:(Ljava/lang/String;)V]
TBindingOperationFault.TBindingOperationFault ( )
[run-time name: org/apache/cxf/wsdl/TBindingOperationFault."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TBindingOperationMessage.class
package org.apache.cxf.wsdl
TBindingOperationMessage.getName ( ) : String
[run-time name: org/apache/cxf/wsdl/TBindingOperationMessage.getName:()Ljava/lang/String;]
TBindingOperationMessage.isSetName ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TBindingOperationMessage.isSetName:()Z]
TBindingOperationMessage.setName ( String value ) : void
[run-time name: org/apache/cxf/wsdl/TBindingOperationMessage.setName:(Ljava/lang/String;)V]
TBindingOperationMessage.TBindingOperationMessage ( )
[run-time name: org/apache/cxf/wsdl/TBindingOperationMessage."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TCPConduit.class
package org.apache.cxf.binding.soap.tcp
TCPConduit.assertMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/TCPConduit.assertMessage:(Lorg/apache/cxf/message/Message;)V]
TCPConduit.canAssert ( javax.xml.namespace.QName type ) : boolean
[run-time name: org/apache/cxf/binding/soap/tcp/TCPConduit.canAssert:(Ljavax/xml/namespace/QName;)Z]
TCPConduit.close ( ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/TCPConduit.close:()V]
TCPConduit.close ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/TCPConduit.close:(Lorg/apache/cxf/message/Message;)V]
TCPConduit.getBeanName ( ) : String
[run-time name: org/apache/cxf/binding/soap/tcp/TCPConduit.getBeanName:()Ljava/lang/String;]
TCPConduit.getLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/cxf/binding/soap/tcp/TCPConduit.getLogger:()Ljava/util/logging/Logger;]
TCPConduit.prepare ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/soap/tcp/TCPConduit.prepare:(Lorg/apache/cxf/message/Message;)V]
TCPConduit.TCPConduit ( org.apache.cxf.service.model.EndpointInfo ei )
[run-time name: org/apache/cxf/binding/soap/tcp/TCPConduit."<init>":(Lorg/apache/cxf/service/model/EndpointInfo;)V]
TCPConduit.TCPConduit ( org.apache.cxf.ws.addressing.EndpointReferenceType t )
[run-time name: org/apache/cxf/binding/soap/tcp/TCPConduit."<init>":(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)V]
openejb-cxf-bundle-2.5.2.jar, TDefinitions.class
package org.apache.cxf.wsdl
TDefinitions.getBinding ( ) : TBinding
[run-time name: org/apache/cxf/wsdl/TDefinitions.getBinding:()Lorg/apache/cxf/wsdl/TBinding;]
TDefinitions.getImport ( ) : TImport
[run-time name: org/apache/cxf/wsdl/TDefinitions.getImport:()Lorg/apache/cxf/wsdl/TImport;]
TDefinitions.getImportOrTypesOrMessage ( ) : java.util.List
[run-time name: org/apache/cxf/wsdl/TDefinitions.getImportOrTypesOrMessage:()Ljava/util/List;]
TDefinitions.getMessage ( ) : TMessage
[run-time name: org/apache/cxf/wsdl/TDefinitions.getMessage:()Lorg/apache/cxf/wsdl/TMessage;]
TDefinitions.getName ( ) : String
[run-time name: org/apache/cxf/wsdl/TDefinitions.getName:()Ljava/lang/String;]
TDefinitions.getPortType ( ) : TPortType
[run-time name: org/apache/cxf/wsdl/TDefinitions.getPortType:()Lorg/apache/cxf/wsdl/TPortType;]
TDefinitions.getService ( ) : TService
[run-time name: org/apache/cxf/wsdl/TDefinitions.getService:()Lorg/apache/cxf/wsdl/TService;]
TDefinitions.getTargetNamespace ( ) : String
[run-time name: org/apache/cxf/wsdl/TDefinitions.getTargetNamespace:()Ljava/lang/String;]
TDefinitions.getTypes ( ) : TTypes
[run-time name: org/apache/cxf/wsdl/TDefinitions.getTypes:()Lorg/apache/cxf/wsdl/TTypes;]
TDefinitions.isSetBinding ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TDefinitions.isSetBinding:()Z]
TDefinitions.isSetImport ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TDefinitions.isSetImport:()Z]
TDefinitions.isSetImportOrTypesOrMessage ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TDefinitions.isSetImportOrTypesOrMessage:()Z]
TDefinitions.isSetMessage ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TDefinitions.isSetMessage:()Z]
TDefinitions.isSetName ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TDefinitions.isSetName:()Z]
TDefinitions.isSetPortType ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TDefinitions.isSetPortType:()Z]
TDefinitions.isSetService ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TDefinitions.isSetService:()Z]
TDefinitions.isSetTargetNamespace ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TDefinitions.isSetTargetNamespace:()Z]
TDefinitions.isSetTypes ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TDefinitions.isSetTypes:()Z]
TDefinitions.setBinding ( TBinding value ) : void
[run-time name: org/apache/cxf/wsdl/TDefinitions.setBinding:(Lorg/apache/cxf/wsdl/TBinding;)V]
TDefinitions.setImport ( TImport value ) : void
[run-time name: org/apache/cxf/wsdl/TDefinitions.setImport:(Lorg/apache/cxf/wsdl/TImport;)V]
TDefinitions.setMessage ( TMessage value ) : void
[run-time name: org/apache/cxf/wsdl/TDefinitions.setMessage:(Lorg/apache/cxf/wsdl/TMessage;)V]
TDefinitions.setName ( String value ) : void
[run-time name: org/apache/cxf/wsdl/TDefinitions.setName:(Ljava/lang/String;)V]
TDefinitions.setPortType ( TPortType value ) : void
[run-time name: org/apache/cxf/wsdl/TDefinitions.setPortType:(Lorg/apache/cxf/wsdl/TPortType;)V]
TDefinitions.setService ( TService value ) : void
[run-time name: org/apache/cxf/wsdl/TDefinitions.setService:(Lorg/apache/cxf/wsdl/TService;)V]
TDefinitions.setTargetNamespace ( String value ) : void
[run-time name: org/apache/cxf/wsdl/TDefinitions.setTargetNamespace:(Ljava/lang/String;)V]
TDefinitions.setTypes ( TTypes value ) : void
[run-time name: org/apache/cxf/wsdl/TDefinitions.setTypes:(Lorg/apache/cxf/wsdl/TTypes;)V]
TDefinitions.TDefinitions ( )
[run-time name: org/apache/cxf/wsdl/TDefinitions."<init>":()V]
TDefinitions.unsetImportOrTypesOrMessage ( ) : void
[run-time name: org/apache/cxf/wsdl/TDefinitions.unsetImportOrTypesOrMessage:()V]
openejb-cxf-bundle-2.5.2.jar, TDocumentation.class
package org.apache.cxf.wsdl
TDocumentation.getContent ( ) : java.util.List
[run-time name: org/apache/cxf/wsdl/TDocumentation.getContent:()Ljava/util/List;]
TDocumentation.isSetContent ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TDocumentation.isSetContent:()Z]
TDocumentation.TDocumentation ( )
[run-time name: org/apache/cxf/wsdl/TDocumentation."<init>":()V]
TDocumentation.unsetContent ( ) : void
[run-time name: org/apache/cxf/wsdl/TDocumentation.unsetContent:()V]
openejb-cxf-bundle-2.5.2.jar, TDocumented.class
package org.apache.cxf.wsdl
TDocumented.getDocumentation ( ) : TDocumentation
[run-time name: org/apache/cxf/wsdl/TDocumented.getDocumentation:()Lorg/apache/cxf/wsdl/TDocumentation;]
TDocumented.isSetDocumentation ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TDocumented.isSetDocumentation:()Z]
TDocumented.setDocumentation ( TDocumentation value ) : void
[run-time name: org/apache/cxf/wsdl/TDocumented.setDocumentation:(Lorg/apache/cxf/wsdl/TDocumentation;)V]
TDocumented.TDocumented ( )
[run-time name: org/apache/cxf/wsdl/TDocumented."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TemplateTypeSpecVisitor.class
package org.apache.cxf.tools.corba.processors.idl
TemplateTypeSpecVisitor.accept ( antlr.collections.AST node ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/TemplateTypeSpecVisitor.accept:(Lantlr/collections/AST;)Z]
TemplateTypeSpecVisitor.TemplateTypeSpecVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor, antlr.collections.AST identifierNodeRef )
[run-time name: org/apache/cxf/tools/corba/processors/idl/TemplateTypeSpecVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;Lantlr/collections/AST;)V]
TemplateTypeSpecVisitor.visit ( antlr.collections.AST node ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/TemplateTypeSpecVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, TerminateSequenceResponseType.class
package org.apache.cxf.ws.rm.v200702
TerminateSequenceResponseType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200702/TerminateSequenceResponseType.getAny:()Ljava/util/List;]
TerminateSequenceResponseType.getIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200702/TerminateSequenceResponseType.getIdentifier:()Lorg/apache/cxf/ws/rm/v200702/Identifier;]
TerminateSequenceResponseType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200702/TerminateSequenceResponseType.getOtherAttributes:()Ljava/util/Map;]
TerminateSequenceResponseType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/TerminateSequenceResponseType.isSetAny:()Z]
TerminateSequenceResponseType.isSetIdentifier ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/TerminateSequenceResponseType.isSetIdentifier:()Z]
TerminateSequenceResponseType.setIdentifier ( Identifier value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/TerminateSequenceResponseType.setIdentifier:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)V]
TerminateSequenceResponseType.TerminateSequenceResponseType ( )
[run-time name: org/apache/cxf/ws/rm/v200702/TerminateSequenceResponseType."<init>":()V]
TerminateSequenceResponseType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/TerminateSequenceResponseType.unsetAny:()V]
openejb-cxf-bundle-2.5.2.jar, TerminateSequenceType.class
package org.apache.cxf.ws.rm.v200502
TerminateSequenceType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200502/TerminateSequenceType.getAny:()Ljava/util/List;]
TerminateSequenceType.getIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200502/TerminateSequenceType.getIdentifier:()Lorg/apache/cxf/ws/rm/v200502/Identifier;]
TerminateSequenceType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502/TerminateSequenceType.getOtherAttributes:()Ljava/util/Map;]
TerminateSequenceType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/TerminateSequenceType.isSetAny:()Z]
TerminateSequenceType.isSetIdentifier ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502/TerminateSequenceType.isSetIdentifier:()Z]
TerminateSequenceType.setIdentifier ( Identifier value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/TerminateSequenceType.setIdentifier:(Lorg/apache/cxf/ws/rm/v200502/Identifier;)V]
TerminateSequenceType.TerminateSequenceType ( )
[run-time name: org/apache/cxf/ws/rm/v200502/TerminateSequenceType."<init>":()V]
TerminateSequenceType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200502/TerminateSequenceType.unsetAny:()V]
package org.apache.cxf.ws.rm.v200502wsa15
TerminateSequenceType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/TerminateSequenceType.getAny:()Ljava/util/List;]
TerminateSequenceType.getIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/TerminateSequenceType.getIdentifier:()Lorg/apache/cxf/ws/rm/v200502wsa15/Identifier;]
TerminateSequenceType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/TerminateSequenceType.getOtherAttributes:()Ljava/util/Map;]
TerminateSequenceType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/TerminateSequenceType.isSetAny:()Z]
TerminateSequenceType.isSetIdentifier ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/TerminateSequenceType.isSetIdentifier:()Z]
TerminateSequenceType.setIdentifier ( Identifier value ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/TerminateSequenceType.setIdentifier:(Lorg/apache/cxf/ws/rm/v200502wsa15/Identifier;)V]
TerminateSequenceType.TerminateSequenceType ( )
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/TerminateSequenceType."<init>":()V]
TerminateSequenceType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200502wsa15/TerminateSequenceType.unsetAny:()V]
package org.apache.cxf.ws.rm.v200702
TerminateSequenceType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/v200702/TerminateSequenceType.getAny:()Ljava/util/List;]
TerminateSequenceType.getIdentifier ( ) : Identifier
[run-time name: org/apache/cxf/ws/rm/v200702/TerminateSequenceType.getIdentifier:()Lorg/apache/cxf/ws/rm/v200702/Identifier;]
TerminateSequenceType.getLastMsgNumber ( ) : Long
[run-time name: org/apache/cxf/ws/rm/v200702/TerminateSequenceType.getLastMsgNumber:()Ljava/lang/Long;]
TerminateSequenceType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200702/TerminateSequenceType.getOtherAttributes:()Ljava/util/Map;]
TerminateSequenceType.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/TerminateSequenceType.isSetAny:()Z]
TerminateSequenceType.isSetIdentifier ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/TerminateSequenceType.isSetIdentifier:()Z]
TerminateSequenceType.isSetLastMsgNumber ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/v200702/TerminateSequenceType.isSetLastMsgNumber:()Z]
TerminateSequenceType.setIdentifier ( Identifier value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/TerminateSequenceType.setIdentifier:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)V]
TerminateSequenceType.setLastMsgNumber ( Long value ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/TerminateSequenceType.setLastMsgNumber:(Ljava/lang/Long;)V]
TerminateSequenceType.TerminateSequenceType ( )
[run-time name: org/apache/cxf/ws/rm/v200702/TerminateSequenceType."<init>":()V]
TerminateSequenceType.unsetAny ( ) : void
[run-time name: org/apache/cxf/ws/rm/v200702/TerminateSequenceType.unsetAny:()V]
openejb-cxf-bundle-2.5.2.jar, TestApplicationContext.class
package org.apache.cxf.test
TestApplicationContext.initBeanDefinitionReader ( org.springframework.beans.factory.xml.XmlBeanDefinitionReader reader ) : void
[run-time name: org/apache/cxf/test/TestApplicationContext.initBeanDefinitionReader:(Lorg/springframework/beans/factory/xml/XmlBeanDefinitionReader;)V]
TestApplicationContext.TestApplicationContext ( String resource )
[run-time name: org/apache/cxf/test/TestApplicationContext."<init>":(Ljava/lang/String;)V]
TestApplicationContext.TestApplicationContext ( String[ ] resources )
[run-time name: org/apache/cxf/test/TestApplicationContext."<init>":([Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, TestMessageObserver.class
package org.apache.cxf.test
AbstractCXFTest.TestMessageObserver.AbstractCXFTest.TestMessageObserver ( )
[run-time name: org/apache/cxf/test/AbstractCXFTest.TestMessageObserver."<init>":()V]
TestUtilities.TestMessageObserver.getResponseContentType ( ) : String
[run-time name: org/apache/cxf/test/TestUtilities.TestMessageObserver.getResponseContentType:()Ljava/lang/String;]
TestUtilities.TestMessageObserver.getResponseStream ( ) : java.io.ByteArrayOutputStream
[run-time name: org/apache/cxf/test/TestUtilities.TestMessageObserver.getResponseStream:()Ljava/io/ByteArrayOutputStream;]
TestUtilities.TestMessageObserver.onMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/test/TestUtilities.TestMessageObserver.onMessage:(Lorg/apache/cxf/message/Message;)V]
TestUtilities.TestMessageObserver.TestUtilities.TestMessageObserver ( )
[run-time name: org/apache/cxf/test/TestUtilities.TestMessageObserver."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TestUtilities.class
package org.apache.cxf.test
TestUtilities.addDefaultNamespaces ( ) : void
[run-time name: org/apache/cxf/test/TestUtilities.addDefaultNamespaces:()V]
TestUtilities.addNamespace ( String ns, String uri ) : void
[run-time name: org/apache/cxf/test/TestUtilities.addNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
TestUtilities.assertInvalid ( String xpath, org.w3c.dom.Node node ) : org.w3c.dom.NodeList
[run-time name: org/apache/cxf/test/TestUtilities.assertInvalid:(Ljava/lang/String;Lorg/w3c/dom/Node;)Lorg/w3c/dom/NodeList;]
TestUtilities.assertNoFault ( org.w3c.dom.Node node ) : void
[run-time name: org/apache/cxf/test/TestUtilities.assertNoFault:(Lorg/w3c/dom/Node;)V]
TestUtilities.assertValid ( String xpath, org.w3c.dom.Node node ) : org.w3c.dom.NodeList
[run-time name: org/apache/cxf/test/TestUtilities.assertValid:(Ljava/lang/String;Lorg/w3c/dom/Node;)Lorg/w3c/dom/NodeList;]
TestUtilities.assertValidBoolean ( String xpath, org.w3c.dom.Node node ) : void
[run-time name: org/apache/cxf/test/TestUtilities.assertValidBoolean:(Ljava/lang/String;Lorg/w3c/dom/Node;)V]
TestUtilities.assertXPathEquals ( String xpath, String value, org.w3c.dom.Node node ) : void
[run-time name: org/apache/cxf/test/TestUtilities.assertXPathEquals:(Ljava/lang/String;Ljava/lang/String;Lorg/w3c/dom/Node;)V]
TestUtilities.getBasedir ( ) [static] : String
[run-time name: org/apache/cxf/test/TestUtilities.getBasedir:()Ljava/lang/String;]
TestUtilities.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/test/TestUtilities.getBus:()Lorg/apache/cxf/Bus;]
TestUtilities.getNamespaces ( ) : java.util.Map
[run-time name: org/apache/cxf/test/TestUtilities.getNamespaces:()Ljava/util/Map;]
TestUtilities.getResourceAsReader ( String resource ) : java.io.Reader
[run-time name: org/apache/cxf/test/TestUtilities.getResourceAsReader:(Ljava/lang/String;)Ljava/io/Reader;]
TestUtilities.getResourceAsStream ( String resource ) : java.io.InputStream
[run-time name: org/apache/cxf/test/TestUtilities.getResourceAsStream:(Ljava/lang/String;)Ljava/io/InputStream;]
TestUtilities.getResourceAsXMLStreamReader ( String resource ) : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/test/TestUtilities.getResourceAsXMLStreamReader:(Ljava/lang/String;)Ljavax/xml/stream/XMLStreamReader;]
TestUtilities.getServerForAddress ( String address ) : org.apache.cxf.endpoint.Server
[run-time name: org/apache/cxf/test/TestUtilities.getServerForAddress:(Ljava/lang/String;)Lorg/apache/cxf/endpoint/Server;]
TestUtilities.getServerForService ( javax.xml.namespace.QName serviceName ) : org.apache.cxf.endpoint.Server
[run-time name: org/apache/cxf/test/TestUtilities.getServerForService:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/endpoint/Server;]
TestUtilities.getTestFile ( String relativePath ) : java.io.File
[run-time name: org/apache/cxf/test/TestUtilities.getTestFile:(Ljava/lang/String;)Ljava/io/File;]
TestUtilities.getWSDLDefinition ( org.apache.cxf.endpoint.Server server ) : javax.wsdl.Definition
[run-time name: org/apache/cxf/test/TestUtilities.getWSDLDefinition:(Lorg/apache/cxf/endpoint/Server;)Ljavax/wsdl/Definition;]
TestUtilities.getWSDLDocument ( org.apache.cxf.endpoint.Server server ) : org.w3c.dom.Document
[run-time name: org/apache/cxf/test/TestUtilities.getWSDLDocument:(Lorg/apache/cxf/endpoint/Server;)Lorg/w3c/dom/Document;]
TestUtilities.invoke ( String address, String transport, byte[ ] message ) : org.w3c.dom.Node
[run-time name: org/apache/cxf/test/TestUtilities.invoke:(Ljava/lang/String;Ljava/lang/String;[B)Lorg/w3c/dom/Node;]
TestUtilities.invoke ( String address, String transport, String message ) : org.w3c.dom.Node
[run-time name: org/apache/cxf/test/TestUtilities.invoke:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Node;]
TestUtilities.invokeBytes ( String address, String transport, byte[ ] message ) : byte[ ]
[run-time name: org/apache/cxf/test/TestUtilities.invokeBytes:(Ljava/lang/String;Ljava/lang/String;[B)[B]
TestUtilities.invokeBytes ( String address, String transport, String message ) : byte[ ]
[run-time name: org/apache/cxf/test/TestUtilities.invokeBytes:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)[B]
TestUtilities.recoverKeepAliveSystemProperty ( ) [static] : void
[run-time name: org/apache/cxf/test/TestUtilities.recoverKeepAliveSystemProperty:()V]
TestUtilities.resolveNamespacePrefix ( String prefix, org.w3c.dom.Node node ) : String
[run-time name: org/apache/cxf/test/TestUtilities.resolveNamespacePrefix:(Ljava/lang/String;Lorg/w3c/dom/Node;)Ljava/lang/String;]
TestUtilities.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/test/TestUtilities.setBus:(Lorg/apache/cxf/Bus;)V]
TestUtilities.setKeepAliveSystemProperty ( boolean setAlive ) [static] : void
[run-time name: org/apache/cxf/test/TestUtilities.setKeepAliveSystemProperty:(Z)V]
TestUtilities.TestUtilities ( Class classpathReference )
[run-time name: org/apache/cxf/test/TestUtilities."<init>":(Ljava/lang/Class;)V]
openejb-cxf-bundle-2.5.2.jar, TextChallengeResponseType.class
package org.apache.cxf.ws.security.sts.provider.model.wstrust14
TextChallengeResponseType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/TextChallengeResponseType.getOtherAttributes:()Ljava/util/Map;]
TextChallengeResponseType.getRefId ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/TextChallengeResponseType.getRefId:()Ljava/lang/String;]
TextChallengeResponseType.getValue ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/TextChallengeResponseType.getValue:()Ljava/lang/String;]
TextChallengeResponseType.setRefId ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/TextChallengeResponseType.setRefId:(Ljava/lang/String;)V]
TextChallengeResponseType.setValue ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/TextChallengeResponseType.setValue:(Ljava/lang/String;)V]
TextChallengeResponseType.TextChallengeResponseType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/TextChallengeResponseType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TextChallengeType.class
package org.apache.cxf.ws.security.sts.provider.model.wstrust14
TextChallengeType.getImage ( ) : ImageType
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/TextChallengeType.getImage:()Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/ImageType;]
TextChallengeType.getLabel ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/TextChallengeType.getLabel:()Ljava/lang/String;]
TextChallengeType.getMaxLen ( ) : Integer
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/TextChallengeType.getMaxLen:()Ljava/lang/Integer;]
TextChallengeType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/TextChallengeType.getOtherAttributes:()Ljava/util/Map;]
TextChallengeType.getRefID ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/TextChallengeType.getRefID:()Ljava/lang/String;]
TextChallengeType.isHideText ( ) : Boolean
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/TextChallengeType.isHideText:()Ljava/lang/Boolean;]
TextChallengeType.setHideText ( Boolean value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/TextChallengeType.setHideText:(Ljava/lang/Boolean;)V]
TextChallengeType.setImage ( ImageType value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/TextChallengeType.setImage:(Lorg/apache/cxf/ws/security/sts/provider/model/wstrust14/ImageType;)V]
TextChallengeType.setLabel ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/TextChallengeType.setLabel:(Ljava/lang/String;)V]
TextChallengeType.setMaxLen ( Integer value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/TextChallengeType.setMaxLen:(Ljava/lang/Integer;)V]
TextChallengeType.setRefID ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/TextChallengeType.setRefID:(Ljava/lang/String;)V]
TextChallengeType.TextChallengeType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/TextChallengeType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TExtensibilityElement.class
package org.apache.cxf.wsdl
TExtensibilityElement.isRequired ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TExtensibilityElement.isRequired:()Z]
TExtensibilityElement.isSetRequired ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TExtensibilityElement.isSetRequired:()Z]
TExtensibilityElement.setRequired ( boolean value ) : void
[run-time name: org/apache/cxf/wsdl/TExtensibilityElement.setRequired:(Z)V]
TExtensibilityElement.TExtensibilityElement ( )
[run-time name: org/apache/cxf/wsdl/TExtensibilityElement."<init>":()V]
TExtensibilityElement.unsetRequired ( ) : void
[run-time name: org/apache/cxf/wsdl/TExtensibilityElement.unsetRequired:()V]
openejb-cxf-bundle-2.5.2.jar, TExtensibilityElementImpl.class
package org.apache.cxf.wsdl
TExtensibilityElementImpl.getElementType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/wsdl/TExtensibilityElementImpl.getElementType:()Ljavax/xml/namespace/QName;]
TExtensibilityElementImpl.getRequired ( ) : Boolean
[run-time name: org/apache/cxf/wsdl/TExtensibilityElementImpl.getRequired:()Ljava/lang/Boolean;]
TExtensibilityElementImpl.setElementType ( javax.xml.namespace.QName type ) : void
[run-time name: org/apache/cxf/wsdl/TExtensibilityElementImpl.setElementType:(Ljavax/xml/namespace/QName;)V]
TExtensibilityElementImpl.setRequired ( Boolean value ) : void
[run-time name: org/apache/cxf/wsdl/TExtensibilityElementImpl.setRequired:(Ljava/lang/Boolean;)V]
TExtensibilityElementImpl.TExtensibilityElementImpl ( )
[run-time name: org/apache/cxf/wsdl/TExtensibilityElementImpl."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TExtensibleAttributesDocumented.class
package org.apache.cxf.wsdl
TExtensibleAttributesDocumented.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/wsdl/TExtensibleAttributesDocumented.getAny:()Ljava/util/List;]
TExtensibleAttributesDocumented.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/wsdl/TExtensibleAttributesDocumented.getOtherAttributes:()Ljava/util/Map;]
TExtensibleAttributesDocumented.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TExtensibleAttributesDocumented.isSetAny:()Z]
TExtensibleAttributesDocumented.TExtensibleAttributesDocumented ( )
[run-time name: org/apache/cxf/wsdl/TExtensibleAttributesDocumented."<init>":()V]
TExtensibleAttributesDocumented.unsetAny ( ) : void
[run-time name: org/apache/cxf/wsdl/TExtensibleAttributesDocumented.unsetAny:()V]
openejb-cxf-bundle-2.5.2.jar, TExtensibleDocumented.class
package org.apache.cxf.wsdl
TExtensibleDocumented.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/wsdl/TExtensibleDocumented.getAny:()Ljava/util/List;]
TExtensibleDocumented.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/wsdl/TExtensibleDocumented.getOtherAttributes:()Ljava/util/Map;]
TExtensibleDocumented.isSetAny ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TExtensibleDocumented.isSetAny:()Z]
TExtensibleDocumented.TExtensibleDocumented ( )
[run-time name: org/apache/cxf/wsdl/TExtensibleDocumented."<init>":()V]
TExtensibleDocumented.unsetAny ( ) : void
[run-time name: org/apache/cxf/wsdl/TExtensibleDocumented.unsetAny:()V]
openejb-cxf-bundle-2.5.2.jar, TFault.class
package org.apache.cxf.wsdl
TFault.getMessage ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/wsdl/TFault.getMessage:()Ljavax/xml/namespace/QName;]
TFault.getName ( ) : String
[run-time name: org/apache/cxf/wsdl/TFault.getName:()Ljava/lang/String;]
TFault.isSetMessage ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TFault.isSetMessage:()Z]
TFault.isSetName ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TFault.isSetName:()Z]
TFault.setMessage ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/wsdl/TFault.setMessage:(Ljavax/xml/namespace/QName;)V]
TFault.setName ( String value ) : void
[run-time name: org/apache/cxf/wsdl/TFault.setName:(Ljava/lang/String;)V]
TFault.TFault ( )
[run-time name: org/apache/cxf/wsdl/TFault."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ThreadingParameters.class
package org.apache.cxf.transport.http_jetty
ThreadingParameters.getMaxThreads ( ) : int
[run-time name: org/apache/cxf/transport/http_jetty/ThreadingParameters.getMaxThreads:()I]
ThreadingParameters.getMinThreads ( ) : int
[run-time name: org/apache/cxf/transport/http_jetty/ThreadingParameters.getMinThreads:()I]
ThreadingParameters.isSetMaxThreads ( ) : boolean
[run-time name: org/apache/cxf/transport/http_jetty/ThreadingParameters.isSetMaxThreads:()Z]
ThreadingParameters.isSetMinThreads ( ) : boolean
[run-time name: org/apache/cxf/transport/http_jetty/ThreadingParameters.isSetMinThreads:()Z]
ThreadingParameters.setMaxThreads ( int number ) : void
[run-time name: org/apache/cxf/transport/http_jetty/ThreadingParameters.setMaxThreads:(I)V]
ThreadingParameters.setMinThreads ( int number ) : void
[run-time name: org/apache/cxf/transport/http_jetty/ThreadingParameters.setMinThreads:(I)V]
ThreadingParameters.ThreadingParameters ( )
[run-time name: org/apache/cxf/transport/http_jetty/ThreadingParameters."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ThreadingParametersIdentifiedType.class
package org.apache.cxf.transports.http_jetty.configuration
ThreadingParametersIdentifiedType.getId ( ) : String
[run-time name: org/apache/cxf/transports/http_jetty/configuration/ThreadingParametersIdentifiedType.getId:()Ljava/lang/String;]
ThreadingParametersIdentifiedType.getThreadingParameters ( ) : ThreadingParametersType
[run-time name: org/apache/cxf/transports/http_jetty/configuration/ThreadingParametersIdentifiedType.getThreadingParameters:()Lorg/apache/cxf/transports/http_jetty/configuration/ThreadingParametersType;]
ThreadingParametersIdentifiedType.setId ( String value ) : void
[run-time name: org/apache/cxf/transports/http_jetty/configuration/ThreadingParametersIdentifiedType.setId:(Ljava/lang/String;)V]
ThreadingParametersIdentifiedType.setThreadingParameters ( ThreadingParametersType value ) : void
[run-time name: org/apache/cxf/transports/http_jetty/configuration/ThreadingParametersIdentifiedType.setThreadingParameters:(Lorg/apache/cxf/transports/http_jetty/configuration/ThreadingParametersType;)V]
ThreadingParametersIdentifiedType.ThreadingParametersIdentifiedType ( )
[run-time name: org/apache/cxf/transports/http_jetty/configuration/ThreadingParametersIdentifiedType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ThreadingParametersType.class
package org.apache.cxf.transports.http_jetty.configuration
ThreadingParametersType.getMaxThreads ( ) : Integer
[run-time name: org/apache/cxf/transports/http_jetty/configuration/ThreadingParametersType.getMaxThreads:()Ljava/lang/Integer;]
ThreadingParametersType.getMinThreads ( ) : Integer
[run-time name: org/apache/cxf/transports/http_jetty/configuration/ThreadingParametersType.getMinThreads:()Ljava/lang/Integer;]
ThreadingParametersType.setMaxThreads ( Integer value ) : void
[run-time name: org/apache/cxf/transports/http_jetty/configuration/ThreadingParametersType.setMaxThreads:(Ljava/lang/Integer;)V]
ThreadingParametersType.setMinThreads ( Integer value ) : void
[run-time name: org/apache/cxf/transports/http_jetty/configuration/ThreadingParametersType.setMinThreads:(Ljava/lang/Integer;)V]
ThreadingParametersType.ThreadingParametersType ( )
[run-time name: org/apache/cxf/transports/http_jetty/configuration/ThreadingParametersType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ThreadLocalClientState.class
package org.apache.cxf.jaxrs.client
ThreadLocalClientState.getBaseURI ( ) : java.net.URI
[run-time name: org/apache/cxf/jaxrs/client/ThreadLocalClientState.getBaseURI:()Ljava/net/URI;]
ThreadLocalClientState.getCurrentBuilder ( ) : javax.ws.rs.core.UriBuilder
[run-time name: org/apache/cxf/jaxrs/client/ThreadLocalClientState.getCurrentBuilder:()Ljavax/ws/rs/core/UriBuilder;]
ThreadLocalClientState.getRequestHeaders ( ) : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/cxf/jaxrs/client/ThreadLocalClientState.getRequestHeaders:()Ljavax/ws/rs/core/MultivaluedMap;]
ThreadLocalClientState.getResponseBuilder ( ) : javax.ws.rs.core.Response.ResponseBuilder
[run-time name: org/apache/cxf/jaxrs/client/ThreadLocalClientState.getResponseBuilder:()Ljavax/ws/rs/core/Response$ResponseBuilder;]
ThreadLocalClientState.getState ( ) : ClientState
[run-time name: org/apache/cxf/jaxrs/client/ThreadLocalClientState.getState:()Lorg/apache/cxf/jaxrs/client/ClientState;]
ThreadLocalClientState.getTemplates ( ) : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/cxf/jaxrs/client/ThreadLocalClientState.getTemplates:()Ljavax/ws/rs/core/MultivaluedMap;]
ThreadLocalClientState.newState ( java.net.URI baseURI, javax.ws.rs.core.MultivaluedMap headers, javax.ws.rs.core.MultivaluedMap templates ) : ClientState
[run-time name: org/apache/cxf/jaxrs/client/ThreadLocalClientState.newState:(Ljava/net/URI;Ljavax/ws/rs/core/MultivaluedMap;Ljavax/ws/rs/core/MultivaluedMap;)Lorg/apache/cxf/jaxrs/client/ClientState;]
ThreadLocalClientState.reset ( ) : void
[run-time name: org/apache/cxf/jaxrs/client/ThreadLocalClientState.reset:()V]
ThreadLocalClientState.setBaseURI ( java.net.URI baseURI ) : void
[run-time name: org/apache/cxf/jaxrs/client/ThreadLocalClientState.setBaseURI:(Ljava/net/URI;)V]
ThreadLocalClientState.setCurrentBuilder ( javax.ws.rs.core.UriBuilder currentBuilder ) : void
[run-time name: org/apache/cxf/jaxrs/client/ThreadLocalClientState.setCurrentBuilder:(Ljavax/ws/rs/core/UriBuilder;)V]
ThreadLocalClientState.setRequestHeaders ( javax.ws.rs.core.MultivaluedMap requestHeaders ) : void
[run-time name: org/apache/cxf/jaxrs/client/ThreadLocalClientState.setRequestHeaders:(Ljavax/ws/rs/core/MultivaluedMap;)V]
ThreadLocalClientState.setResponseBuilder ( javax.ws.rs.core.Response.ResponseBuilder responseBuilder ) : void
[run-time name: org/apache/cxf/jaxrs/client/ThreadLocalClientState.setResponseBuilder:(Ljavax/ws/rs/core/Response$ResponseBuilder;)V]
ThreadLocalClientState.setTemplates ( javax.ws.rs.core.MultivaluedMap map ) : void
[run-time name: org/apache/cxf/jaxrs/client/ThreadLocalClientState.setTemplates:(Ljavax/ws/rs/core/MultivaluedMap;)V]
ThreadLocalClientState.setTimeToKeepState ( long timeToKeepState ) : void
[run-time name: org/apache/cxf/jaxrs/client/ThreadLocalClientState.setTimeToKeepState:(J)V]
ThreadLocalClientState.ThreadLocalClientState ( LocalClientState initialState, long timeToKeepState )
[run-time name: org/apache/cxf/jaxrs/client/ThreadLocalClientState."<init>":(Lorg/apache/cxf/jaxrs/client/LocalClientState;J)V]
ThreadLocalClientState.ThreadLocalClientState ( String baseURI )
[run-time name: org/apache/cxf/jaxrs/client/ThreadLocalClientState."<init>":(Ljava/lang/String;)V]
ThreadLocalClientState.ThreadLocalClientState ( String baseURI, long timeToKeepState )
[run-time name: org/apache/cxf/jaxrs/client/ThreadLocalClientState."<init>":(Ljava/lang/String;J)V]
openejb-cxf-bundle-2.5.2.jar, TibcoSoapActionInterceptor.class
package org.apache.cxf.binding.soap.interceptor
TibcoSoapActionInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage soapMessage ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/TibcoSoapActionInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
TibcoSoapActionInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/binding/soap/interceptor/TibcoSoapActionInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
TibcoSoapActionInterceptor.TibcoSoapActionInterceptor ( )
[run-time name: org/apache/cxf/binding/soap/interceptor/TibcoSoapActionInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TimestampType.class
package org.apache.cxf.aegis.type.basic
TimestampType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/TimestampType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
TimestampType.TimestampType ( )
[run-time name: org/apache/cxf/aegis/type/basic/TimestampType."<init>":()V]
TimestampType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/TimestampType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
package org.apache.cxf.ws.security.sts.provider.model.utility
TimestampType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/TimestampType.getAny:()Ljava/util/List;]
TimestampType.getCreated ( ) : AttributedDateTime
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/TimestampType.getCreated:()Lorg/apache/cxf/ws/security/sts/provider/model/utility/AttributedDateTime;]
TimestampType.getExpires ( ) : AttributedDateTime
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/TimestampType.getExpires:()Lorg/apache/cxf/ws/security/sts/provider/model/utility/AttributedDateTime;]
TimestampType.getId ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/TimestampType.getId:()Ljava/lang/String;]
TimestampType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/TimestampType.getOtherAttributes:()Ljava/util/Map;]
TimestampType.setCreated ( AttributedDateTime value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/TimestampType.setCreated:(Lorg/apache/cxf/ws/security/sts/provider/model/utility/AttributedDateTime;)V]
TimestampType.setExpires ( AttributedDateTime value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/TimestampType.setExpires:(Lorg/apache/cxf/ws/security/sts/provider/model/utility/AttributedDateTime;)V]
TimestampType.setId ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/TimestampType.setId:(Ljava/lang/String;)V]
TimestampType.TimestampType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/utility/TimestampType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TimeToLiveType.class
package org.apache.cxf.transport.jms.wsdl
TimeToLiveType.getElementType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/transport/jms/wsdl/TimeToLiveType.getElementType:()Ljavax/xml/namespace/QName;]
TimeToLiveType.getRequired ( ) : Boolean
[run-time name: org/apache/cxf/transport/jms/wsdl/TimeToLiveType.getRequired:()Ljava/lang/Boolean;]
TimeToLiveType.getValue ( ) : long
[run-time name: org/apache/cxf/transport/jms/wsdl/TimeToLiveType.getValue:()J]
TimeToLiveType.setElementType ( javax.xml.namespace.QName type ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/TimeToLiveType.setElementType:(Ljavax/xml/namespace/QName;)V]
TimeToLiveType.setRequired ( Boolean required ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/TimeToLiveType.setRequired:(Ljava/lang/Boolean;)V]
TimeToLiveType.setValue ( long value ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/TimeToLiveType.setValue:(J)V]
TimeToLiveType.TimeToLiveType ( )
[run-time name: org/apache/cxf/transport/jms/wsdl/TimeToLiveType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TimeType.class
package org.apache.cxf.aegis.type.basic
TimeType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/TimeType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
TimeType.TimeType ( )
[run-time name: org/apache/cxf/aegis/type/basic/TimeType."<init>":()V]
TimeType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/TimeType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, TimezoneLessDateType.class
package org.apache.cxf.aegis.type.basic
TimezoneLessDateType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/TimezoneLessDateType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
TimezoneLessDateType.TimezoneLessDateType ( )
[run-time name: org/apache/cxf/aegis/type/basic/TimezoneLessDateType."<init>":()V]
TimezoneLessDateType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/TimezoneLessDateType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, TimezoneLessXsDateFormat.class
package org.apache.cxf.aegis.util.date
TimezoneLessXsDateFormat.TimezoneLessXsDateFormat ( )
[run-time name: org/apache/cxf/aegis/util/date/TimezoneLessXsDateFormat."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TImport.class
package org.apache.cxf.wsdl
TImport.getLocation ( ) : String
[run-time name: org/apache/cxf/wsdl/TImport.getLocation:()Ljava/lang/String;]
TImport.getNamespace ( ) : String
[run-time name: org/apache/cxf/wsdl/TImport.getNamespace:()Ljava/lang/String;]
TImport.isSetLocation ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TImport.isSetLocation:()Z]
TImport.isSetNamespace ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TImport.isSetNamespace:()Z]
TImport.setLocation ( String value ) : void
[run-time name: org/apache/cxf/wsdl/TImport.setLocation:(Ljava/lang/String;)V]
TImport.setNamespace ( String value ) : void
[run-time name: org/apache/cxf/wsdl/TImport.setNamespace:(Ljava/lang/String;)V]
TImport.TImport ( )
[run-time name: org/apache/cxf/wsdl/TImport."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TitleType.class
package org.apache.cxf.ws.security.sts.provider.model.wstrust14
TitleType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/TitleType.getOtherAttributes:()Ljava/util/Map;]
TitleType.getValue ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/TitleType.getValue:()Ljava/lang/String;]
TitleType.setValue ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/TitleType.setValue:(Ljava/lang/String;)V]
TitleType.TitleType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/wstrust14/TitleType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TLSClientParameters.class
package org.apache.cxf.configuration.jsse
TLSClientParameters.getSslCacheTimeout ( ) : int
[run-time name: org/apache/cxf/configuration/jsse/TLSClientParameters.getSslCacheTimeout:()I]
TLSClientParameters.getSSLSocketFactory ( ) : javax.net.ssl.SSLSocketFactory
[run-time name: org/apache/cxf/configuration/jsse/TLSClientParameters.getSSLSocketFactory:()Ljavax/net/ssl/SSLSocketFactory;]
TLSClientParameters.isDisableCNCheck ( ) : boolean
[run-time name: org/apache/cxf/configuration/jsse/TLSClientParameters.isDisableCNCheck:()Z]
TLSClientParameters.isUseHttpsURLConnectionDefaultHostnameVerifier ( ) : boolean
[run-time name: org/apache/cxf/configuration/jsse/TLSClientParameters.isUseHttpsURLConnectionDefaultHostnameVerifier:()Z]
TLSClientParameters.isUseHttpsURLConnectionDefaultSslSocketFactory ( ) : boolean
[run-time name: org/apache/cxf/configuration/jsse/TLSClientParameters.isUseHttpsURLConnectionDefaultSslSocketFactory:()Z]
TLSClientParameters.setDisableCNCheck ( boolean disableCNCheck ) : void
[run-time name: org/apache/cxf/configuration/jsse/TLSClientParameters.setDisableCNCheck:(Z)V]
TLSClientParameters.setSslCacheTimeout ( int sslCacheTimeout ) : void
[run-time name: org/apache/cxf/configuration/jsse/TLSClientParameters.setSslCacheTimeout:(I)V]
TLSClientParameters.setSSLSocketFactory ( javax.net.ssl.SSLSocketFactory factory ) : void
[run-time name: org/apache/cxf/configuration/jsse/TLSClientParameters.setSSLSocketFactory:(Ljavax/net/ssl/SSLSocketFactory;)V]
TLSClientParameters.setUseHttpsURLConnectionDefaultHostnameVerifier ( boolean useHttpsURLConnectionDefaultHostnameVerifier ) : void
[run-time name: org/apache/cxf/configuration/jsse/TLSClientParameters.setUseHttpsURLConnectionDefaultHostnameVerifier:(Z)V]
TLSClientParameters.setUseHttpsURLConnectionDefaultSslSocketFactory ( boolean useHttpsURLConnectionDefaultSslSocketFactory ) : void
[run-time name: org/apache/cxf/configuration/jsse/TLSClientParameters.setUseHttpsURLConnectionDefaultSslSocketFactory:(Z)V]
TLSClientParameters.TLSClientParameters ( )
[run-time name: org/apache/cxf/configuration/jsse/TLSClientParameters."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TLSClientParametersConfig.class
package org.apache.cxf.configuration.jsse.spring
TLSClientParametersConfig.createTLSClientParameters ( String s ) [static] : Object
[run-time name: org/apache/cxf/configuration/jsse/spring/TLSClientParametersConfig.createTLSClientParameters:(Ljava/lang/String;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, TLSClientParametersType.class
package org.apache.cxf.configuration.security
TLSClientParametersType.getCertConstraints ( ) : CertificateConstraintsType
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.getCertConstraints:()Lorg/apache/cxf/configuration/security/CertificateConstraintsType;]
TLSClientParametersType.getCipherSuites ( ) : CipherSuites
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.getCipherSuites:()Lorg/apache/cxf/configuration/security/CipherSuites;]
TLSClientParametersType.getCipherSuitesFilter ( ) : FiltersType
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.getCipherSuitesFilter:()Lorg/apache/cxf/configuration/security/FiltersType;]
TLSClientParametersType.getJsseProvider ( ) : String
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.getJsseProvider:()Ljava/lang/String;]
TLSClientParametersType.getKeyManagers ( ) : KeyManagersType
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.getKeyManagers:()Lorg/apache/cxf/configuration/security/KeyManagersType;]
TLSClientParametersType.getSecureRandomParameters ( ) : SecureRandomParameters
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.getSecureRandomParameters:()Lorg/apache/cxf/configuration/security/SecureRandomParameters;]
TLSClientParametersType.getSecureSocketProtocol ( ) : String
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.getSecureSocketProtocol:()Ljava/lang/String;]
TLSClientParametersType.getSslCacheTimeout ( ) : int
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.getSslCacheTimeout:()I]
TLSClientParametersType.getTrustManagers ( ) : TrustManagersType
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.getTrustManagers:()Lorg/apache/cxf/configuration/security/TrustManagersType;]
TLSClientParametersType.isDisableCNCheck ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.isDisableCNCheck:()Z]
TLSClientParametersType.isSetCertConstraints ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.isSetCertConstraints:()Z]
TLSClientParametersType.isSetCipherSuites ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.isSetCipherSuites:()Z]
TLSClientParametersType.isSetCipherSuitesFilter ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.isSetCipherSuitesFilter:()Z]
TLSClientParametersType.isSetDisableCNCheck ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.isSetDisableCNCheck:()Z]
TLSClientParametersType.isSetJsseProvider ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.isSetJsseProvider:()Z]
TLSClientParametersType.isSetKeyManagers ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.isSetKeyManagers:()Z]
TLSClientParametersType.isSetSecureRandomParameters ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.isSetSecureRandomParameters:()Z]
TLSClientParametersType.isSetSecureSocketProtocol ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.isSetSecureSocketProtocol:()Z]
TLSClientParametersType.isSetSslCacheTimeout ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.isSetSslCacheTimeout:()Z]
TLSClientParametersType.isSetTrustManagers ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.isSetTrustManagers:()Z]
TLSClientParametersType.isSetUseHttpsURLConnectionDefaultHostnameVerifier ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.isSetUseHttpsURLConnectionDefaultHostnameVerifier:()Z]
TLSClientParametersType.isSetUseHttpsURLConnectionDefaultSslSocketFactory ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.isSetUseHttpsURLConnectionDefaultSslSocketFactory:()Z]
TLSClientParametersType.isUseHttpsURLConnectionDefaultHostnameVerifier ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.isUseHttpsURLConnectionDefaultHostnameVerifier:()Z]
TLSClientParametersType.isUseHttpsURLConnectionDefaultSslSocketFactory ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.isUseHttpsURLConnectionDefaultSslSocketFactory:()Z]
TLSClientParametersType.setCertConstraints ( CertificateConstraintsType value ) : void
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.setCertConstraints:(Lorg/apache/cxf/configuration/security/CertificateConstraintsType;)V]
TLSClientParametersType.setCipherSuites ( CipherSuites value ) : void
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.setCipherSuites:(Lorg/apache/cxf/configuration/security/CipherSuites;)V]
TLSClientParametersType.setCipherSuitesFilter ( FiltersType value ) : void
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.setCipherSuitesFilter:(Lorg/apache/cxf/configuration/security/FiltersType;)V]
TLSClientParametersType.setDisableCNCheck ( boolean value ) : void
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.setDisableCNCheck:(Z)V]
TLSClientParametersType.setJsseProvider ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.setJsseProvider:(Ljava/lang/String;)V]
TLSClientParametersType.setKeyManagers ( KeyManagersType value ) : void
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.setKeyManagers:(Lorg/apache/cxf/configuration/security/KeyManagersType;)V]
TLSClientParametersType.setSecureRandomParameters ( SecureRandomParameters value ) : void
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.setSecureRandomParameters:(Lorg/apache/cxf/configuration/security/SecureRandomParameters;)V]
TLSClientParametersType.setSecureSocketProtocol ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.setSecureSocketProtocol:(Ljava/lang/String;)V]
TLSClientParametersType.setSslCacheTimeout ( int value ) : void
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.setSslCacheTimeout:(I)V]
TLSClientParametersType.setTrustManagers ( TrustManagersType value ) : void
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.setTrustManagers:(Lorg/apache/cxf/configuration/security/TrustManagersType;)V]
TLSClientParametersType.setUseHttpsURLConnectionDefaultHostnameVerifier ( boolean value ) : void
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.setUseHttpsURLConnectionDefaultHostnameVerifier:(Z)V]
TLSClientParametersType.setUseHttpsURLConnectionDefaultSslSocketFactory ( boolean value ) : void
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.setUseHttpsURLConnectionDefaultSslSocketFactory:(Z)V]
TLSClientParametersType.TLSClientParametersType ( )
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType."<init>":()V]
TLSClientParametersType.unsetDisableCNCheck ( ) : void
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.unsetDisableCNCheck:()V]
TLSClientParametersType.unsetSslCacheTimeout ( ) : void
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.unsetSslCacheTimeout:()V]
TLSClientParametersType.unsetUseHttpsURLConnectionDefaultHostnameVerifier ( ) : void
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.unsetUseHttpsURLConnectionDefaultHostnameVerifier:()V]
TLSClientParametersType.unsetUseHttpsURLConnectionDefaultSslSocketFactory ( ) : void
[run-time name: org/apache/cxf/configuration/security/TLSClientParametersType.unsetUseHttpsURLConnectionDefaultSslSocketFactory:()V]
openejb-cxf-bundle-2.5.2.jar, TLSParameterBase.class
package org.apache.cxf.configuration.jsse
TLSParameterBase.getCertConstraints ( ) : org.apache.cxf.configuration.security.CertificateConstraintsType
[run-time name: org/apache/cxf/configuration/jsse/TLSParameterBase.getCertConstraints:()Lorg/apache/cxf/configuration/security/CertificateConstraintsType;]
TLSParameterBase.getCipherSuites ( ) : java.util.List
[run-time name: org/apache/cxf/configuration/jsse/TLSParameterBase.getCipherSuites:()Ljava/util/List;]
TLSParameterBase.getCipherSuitesFilter ( ) : org.apache.cxf.configuration.security.FiltersType
[run-time name: org/apache/cxf/configuration/jsse/TLSParameterBase.getCipherSuitesFilter:()Lorg/apache/cxf/configuration/security/FiltersType;]
TLSParameterBase.getJsseProvider ( ) : String
[run-time name: org/apache/cxf/configuration/jsse/TLSParameterBase.getJsseProvider:()Ljava/lang/String;]
TLSParameterBase.getKeyManagers ( ) : javax.net.ssl.KeyManager[ ]
[run-time name: org/apache/cxf/configuration/jsse/TLSParameterBase.getKeyManagers:()[Ljavax/net/ssl/KeyManager;]
TLSParameterBase.getSecureRandom ( ) : java.security.SecureRandom
[run-time name: org/apache/cxf/configuration/jsse/TLSParameterBase.getSecureRandom:()Ljava/security/SecureRandom;]
TLSParameterBase.getSecureSocketProtocol ( ) : String
[run-time name: org/apache/cxf/configuration/jsse/TLSParameterBase.getSecureSocketProtocol:()Ljava/lang/String;]
TLSParameterBase.getTrustManagers ( ) : javax.net.ssl.TrustManager[ ]
[run-time name: org/apache/cxf/configuration/jsse/TLSParameterBase.getTrustManagers:()[Ljavax/net/ssl/TrustManager;]
TLSParameterBase.setCertConstraints ( org.apache.cxf.configuration.security.CertificateConstraintsType constraints ) : void
[run-time name: org/apache/cxf/configuration/jsse/TLSParameterBase.setCertConstraints:(Lorg/apache/cxf/configuration/security/CertificateConstraintsType;)V]
TLSParameterBase.setCipherSuites ( java.util.List cs ) : void
[run-time name: org/apache/cxf/configuration/jsse/TLSParameterBase.setCipherSuites:(Ljava/util/List;)V]
TLSParameterBase.setCipherSuitesFilter ( org.apache.cxf.configuration.security.FiltersType filters ) : void
[run-time name: org/apache/cxf/configuration/jsse/TLSParameterBase.setCipherSuitesFilter:(Lorg/apache/cxf/configuration/security/FiltersType;)V]
TLSParameterBase.setJsseProvider ( String prov ) : void
[run-time name: org/apache/cxf/configuration/jsse/TLSParameterBase.setJsseProvider:(Ljava/lang/String;)V]
TLSParameterBase.setKeyManagers ( javax.net.ssl.KeyManager[ ] keyMgrs ) : void
[run-time name: org/apache/cxf/configuration/jsse/TLSParameterBase.setKeyManagers:([Ljavax/net/ssl/KeyManager;)V]
TLSParameterBase.setSecureRandom ( java.security.SecureRandom random ) : void
[run-time name: org/apache/cxf/configuration/jsse/TLSParameterBase.setSecureRandom:(Ljava/security/SecureRandom;)V]
TLSParameterBase.setSecureSocketProtocol ( String proto ) : void
[run-time name: org/apache/cxf/configuration/jsse/TLSParameterBase.setSecureSocketProtocol:(Ljava/lang/String;)V]
TLSParameterBase.setTrustManagers ( javax.net.ssl.TrustManager[ ] trustMgrs ) : void
[run-time name: org/apache/cxf/configuration/jsse/TLSParameterBase.setTrustManagers:([Ljavax/net/ssl/TrustManager;)V]
TLSParameterBase.TLSParameterBase ( )
[run-time name: org/apache/cxf/configuration/jsse/TLSParameterBase."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TLSParameterJaxBUtils.class
package org.apache.cxf.configuration.jsse.spring
TLSParameterJaxBUtils.getKeyManagers ( org.apache.cxf.configuration.security.KeyManagersType kmc ) [static] : javax.net.ssl.KeyManager[ ]
[run-time name: org/apache/cxf/configuration/jsse/spring/TLSParameterJaxBUtils.getKeyManagers:(Lorg/apache/cxf/configuration/security/KeyManagersType;)[Ljavax/net/ssl/KeyManager;]
TLSParameterJaxBUtils.getKeyStore ( org.apache.cxf.configuration.security.CertStoreType pst ) [static] : java.security.KeyStore
[run-time name: org/apache/cxf/configuration/jsse/spring/TLSParameterJaxBUtils.getKeyStore:(Lorg/apache/cxf/configuration/security/CertStoreType;)Ljava/security/KeyStore;]
TLSParameterJaxBUtils.getKeyStore ( org.apache.cxf.configuration.security.KeyStoreType kst ) [static] : java.security.KeyStore
[run-time name: org/apache/cxf/configuration/jsse/spring/TLSParameterJaxBUtils.getKeyStore:(Lorg/apache/cxf/configuration/security/KeyStoreType;)Ljava/security/KeyStore;]
TLSParameterJaxBUtils.getSecureRandom ( org.apache.cxf.configuration.security.SecureRandomParameters secureRandomParams ) [static] : java.security.SecureRandom
[run-time name: org/apache/cxf/configuration/jsse/spring/TLSParameterJaxBUtils.getSecureRandom:(Lorg/apache/cxf/configuration/security/SecureRandomParameters;)Ljava/security/SecureRandom;]
TLSParameterJaxBUtils.getTrustManagers ( org.apache.cxf.configuration.security.TrustManagersType tmc ) [static] : javax.net.ssl.TrustManager[ ]
[run-time name: org/apache/cxf/configuration/jsse/spring/TLSParameterJaxBUtils.getTrustManagers:(Lorg/apache/cxf/configuration/security/TrustManagersType;)[Ljavax/net/ssl/TrustManager;]
openejb-cxf-bundle-2.5.2.jar, TLSServerParameters.class
package org.apache.cxf.configuration.jsse
TLSServerParameters.getClientAuthentication ( ) : org.apache.cxf.configuration.security.ClientAuthentication
[run-time name: org/apache/cxf/configuration/jsse/TLSServerParameters.getClientAuthentication:()Lorg/apache/cxf/configuration/security/ClientAuthentication;]
TLSServerParameters.setClientAuthentication ( org.apache.cxf.configuration.security.ClientAuthentication clientAuth ) : void
[run-time name: org/apache/cxf/configuration/jsse/TLSServerParameters.setClientAuthentication:(Lorg/apache/cxf/configuration/security/ClientAuthentication;)V]
TLSServerParameters.TLSServerParameters ( )
[run-time name: org/apache/cxf/configuration/jsse/TLSServerParameters."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TLSServerParametersConfig.class
package org.apache.cxf.configuration.jsse.spring
TLSServerParametersConfig.TLSServerParametersConfig ( org.apache.cxf.configuration.security.TLSServerParametersType params )
[run-time name: org/apache/cxf/configuration/jsse/spring/TLSServerParametersConfig."<init>":(Lorg/apache/cxf/configuration/security/TLSServerParametersType;)V]
openejb-cxf-bundle-2.5.2.jar, TLSServerParametersIdentifiedType.class
package org.apache.cxf.transports.http_jetty.configuration
TLSServerParametersIdentifiedType.getId ( ) : String
[run-time name: org/apache/cxf/transports/http_jetty/configuration/TLSServerParametersIdentifiedType.getId:()Ljava/lang/String;]
TLSServerParametersIdentifiedType.getTlsServerParameters ( ) : org.apache.cxf.configuration.security.TLSServerParametersType
[run-time name: org/apache/cxf/transports/http_jetty/configuration/TLSServerParametersIdentifiedType.getTlsServerParameters:()Lorg/apache/cxf/configuration/security/TLSServerParametersType;]
TLSServerParametersIdentifiedType.setId ( String value ) : void
[run-time name: org/apache/cxf/transports/http_jetty/configuration/TLSServerParametersIdentifiedType.setId:(Ljava/lang/String;)V]
TLSServerParametersIdentifiedType.setTlsServerParameters ( org.apache.cxf.configuration.security.TLSServerParametersType value ) : void
[run-time name: org/apache/cxf/transports/http_jetty/configuration/TLSServerParametersIdentifiedType.setTlsServerParameters:(Lorg/apache/cxf/configuration/security/TLSServerParametersType;)V]
TLSServerParametersIdentifiedType.TLSServerParametersIdentifiedType ( )
[run-time name: org/apache/cxf/transports/http_jetty/configuration/TLSServerParametersIdentifiedType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TLSServerParametersType.class
package org.apache.cxf.configuration.security
TLSServerParametersType.getCertConstraints ( ) : CertificateConstraintsType
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.getCertConstraints:()Lorg/apache/cxf/configuration/security/CertificateConstraintsType;]
TLSServerParametersType.getCipherSuites ( ) : CipherSuites
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.getCipherSuites:()Lorg/apache/cxf/configuration/security/CipherSuites;]
TLSServerParametersType.getCipherSuitesFilter ( ) : FiltersType
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.getCipherSuitesFilter:()Lorg/apache/cxf/configuration/security/FiltersType;]
TLSServerParametersType.getClientAuthentication ( ) : ClientAuthentication
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.getClientAuthentication:()Lorg/apache/cxf/configuration/security/ClientAuthentication;]
TLSServerParametersType.getJsseProvider ( ) : String
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.getJsseProvider:()Ljava/lang/String;]
TLSServerParametersType.getKeyManagers ( ) : KeyManagersType
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.getKeyManagers:()Lorg/apache/cxf/configuration/security/KeyManagersType;]
TLSServerParametersType.getSecureRandomParameters ( ) : SecureRandomParameters
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.getSecureRandomParameters:()Lorg/apache/cxf/configuration/security/SecureRandomParameters;]
TLSServerParametersType.getSecureSocketProtocol ( ) : String
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.getSecureSocketProtocol:()Ljava/lang/String;]
TLSServerParametersType.getTrustManagers ( ) : TrustManagersType
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.getTrustManagers:()Lorg/apache/cxf/configuration/security/TrustManagersType;]
TLSServerParametersType.isSetCertConstraints ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.isSetCertConstraints:()Z]
TLSServerParametersType.isSetCipherSuites ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.isSetCipherSuites:()Z]
TLSServerParametersType.isSetCipherSuitesFilter ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.isSetCipherSuitesFilter:()Z]
TLSServerParametersType.isSetClientAuthentication ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.isSetClientAuthentication:()Z]
TLSServerParametersType.isSetJsseProvider ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.isSetJsseProvider:()Z]
TLSServerParametersType.isSetKeyManagers ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.isSetKeyManagers:()Z]
TLSServerParametersType.isSetSecureRandomParameters ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.isSetSecureRandomParameters:()Z]
TLSServerParametersType.isSetSecureSocketProtocol ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.isSetSecureSocketProtocol:()Z]
TLSServerParametersType.isSetTrustManagers ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.isSetTrustManagers:()Z]
TLSServerParametersType.setCertConstraints ( CertificateConstraintsType value ) : void
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.setCertConstraints:(Lorg/apache/cxf/configuration/security/CertificateConstraintsType;)V]
TLSServerParametersType.setCipherSuites ( CipherSuites value ) : void
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.setCipherSuites:(Lorg/apache/cxf/configuration/security/CipherSuites;)V]
TLSServerParametersType.setCipherSuitesFilter ( FiltersType value ) : void
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.setCipherSuitesFilter:(Lorg/apache/cxf/configuration/security/FiltersType;)V]
TLSServerParametersType.setClientAuthentication ( ClientAuthentication value ) : void
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.setClientAuthentication:(Lorg/apache/cxf/configuration/security/ClientAuthentication;)V]
TLSServerParametersType.setJsseProvider ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.setJsseProvider:(Ljava/lang/String;)V]
TLSServerParametersType.setKeyManagers ( KeyManagersType value ) : void
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.setKeyManagers:(Lorg/apache/cxf/configuration/security/KeyManagersType;)V]
TLSServerParametersType.setSecureRandomParameters ( SecureRandomParameters value ) : void
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.setSecureRandomParameters:(Lorg/apache/cxf/configuration/security/SecureRandomParameters;)V]
TLSServerParametersType.setSecureSocketProtocol ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.setSecureSocketProtocol:(Ljava/lang/String;)V]
TLSServerParametersType.setTrustManagers ( TrustManagersType value ) : void
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType.setTrustManagers:(Lorg/apache/cxf/configuration/security/TrustManagersType;)V]
TLSServerParametersType.TLSServerParametersType ( )
[run-time name: org/apache/cxf/configuration/security/TLSServerParametersType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TLSSessionInfo.class
package org.apache.cxf.security.transport
TLSSessionInfo.getChipherSuite ( ) : String
[run-time name: org/apache/cxf/security/transport/TLSSessionInfo.getChipherSuite:()Ljava/lang/String;]
TLSSessionInfo.getPeerCertificates ( ) : java.security.cert.Certificate[ ]
[run-time name: org/apache/cxf/security/transport/TLSSessionInfo.getPeerCertificates:()[Ljava/security/cert/Certificate;]
TLSSessionInfo.getSSLSession ( ) : javax.net.ssl.SSLSession
[run-time name: org/apache/cxf/security/transport/TLSSessionInfo.getSSLSession:()Ljavax/net/ssl/SSLSession;]
TLSSessionInfo.TLSSessionInfo ( String suite )
[run-time name: org/apache/cxf/security/transport/TLSSessionInfo."<init>":(Ljava/lang/String;)V]
TLSSessionInfo.TLSSessionInfo ( String suite, javax.net.ssl.SSLSession session, java.security.cert.Certificate[ ] certs )
[run-time name: org/apache/cxf/security/transport/TLSSessionInfo."<init>":(Ljava/lang/String;Ljavax/net/ssl/SSLSession;[Ljava/security/cert/Certificate;)V]
openejb-cxf-bundle-2.5.2.jar, TMessage.class
package org.apache.cxf.wsdl
TMessage.getName ( ) : String
[run-time name: org/apache/cxf/wsdl/TMessage.getName:()Ljava/lang/String;]
TMessage.getPart ( ) : java.util.List
[run-time name: org/apache/cxf/wsdl/TMessage.getPart:()Ljava/util/List;]
TMessage.isSetName ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TMessage.isSetName:()Z]
TMessage.isSetPart ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TMessage.isSetPart:()Z]
TMessage.setName ( String value ) : void
[run-time name: org/apache/cxf/wsdl/TMessage.setName:(Ljava/lang/String;)V]
TMessage.TMessage ( )
[run-time name: org/apache/cxf/wsdl/TMessage."<init>":()V]
TMessage.unsetPart ( ) : void
[run-time name: org/apache/cxf/wsdl/TMessage.unsetPart:()V]
openejb-cxf-bundle-2.5.2.jar, Token.class
package org.apache.cxf.ws.security.policy.model
Token.getInclusion ( ) : org.apache.cxf.ws.security.policy.SPConstants.IncludeTokenType
[run-time name: org/apache/cxf/ws/security/policy/model/Token.getInclusion:()Lorg/apache/cxf/ws/security/policy/SPConstants$IncludeTokenType;]
Token.getIssuerName ( ) : String
[run-time name: org/apache/cxf/ws/security/policy/model/Token.getIssuerName:()Ljava/lang/String;]
Token.isDerivedKeys ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Token.isDerivedKeys:()Z]
Token.isExplicitDerivedKeys ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Token.isExplicitDerivedKeys:()Z]
Token.isImpliedDerivedKeys ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Token.isImpliedDerivedKeys:()Z]
Token.setDerivedKeys ( boolean derivedKeys ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Token.setDerivedKeys:(Z)V]
Token.setExplicitDerivedKeys ( boolean explicitDerivedKeys ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Token.setExplicitDerivedKeys:(Z)V]
Token.setImpliedDerivedKeys ( boolean impliedDerivedKeys ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Token.setImpliedDerivedKeys:(Z)V]
Token.setInclusion ( org.apache.cxf.ws.security.policy.SPConstants.IncludeTokenType inclusion ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Token.setInclusion:(Lorg/apache/cxf/ws/security/policy/SPConstants$IncludeTokenType;)V]
Token.setIssuerName ( String issuerName ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Token.setIssuerName:(Ljava/lang/String;)V]
Token.Token ( org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/Token."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;)V]
openejb-cxf-bundle-2.5.2.jar, TokenConsumer.class
package org.apache.cxf.tools.common.toolspec.parser
TokenConsumer.accept ( TokenInputStream p1, org.w3c.dom.Element p2, ErrorVisitor p3 ) [abstract] : boolean
[run-time name: org/apache/cxf/tools/common/toolspec/parser/TokenConsumer.accept:(Lorg/apache/cxf/tools/common/toolspec/parser/TokenInputStream;Lorg/w3c/dom/Element;Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)Z]
TokenConsumer.isSatisfied ( ErrorVisitor p1 ) [abstract] : boolean
[run-time name: org/apache/cxf/tools/common/toolspec/parser/TokenConsumer.isSatisfied:(Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)Z]
openejb-cxf-bundle-2.5.2.jar, TokenInputStream.class
package org.apache.cxf.tools.common.toolspec.parser
TokenInputStream.available ( ) : int
[run-time name: org/apache/cxf/tools/common/toolspec/parser/TokenInputStream.available:()I]
TokenInputStream.getPosition ( ) : int
[run-time name: org/apache/cxf/tools/common/toolspec/parser/TokenInputStream.getPosition:()I]
TokenInputStream.hasNext ( ) : boolean
[run-time name: org/apache/cxf/tools/common/toolspec/parser/TokenInputStream.hasNext:()Z]
TokenInputStream.isOutOfBound ( ) : boolean
[run-time name: org/apache/cxf/tools/common/toolspec/parser/TokenInputStream.isOutOfBound:()Z]
TokenInputStream.peek ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/TokenInputStream.peek:()Ljava/lang/String;]
TokenInputStream.peek ( int position ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/TokenInputStream.peek:(I)Ljava/lang/String;]
TokenInputStream.peekPre ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/TokenInputStream.peekPre:()Ljava/lang/String;]
TokenInputStream.read ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/TokenInputStream.read:()Ljava/lang/String;]
TokenInputStream.read ( int position ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/TokenInputStream.read:(I)Ljava/lang/String;]
TokenInputStream.readNext ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/TokenInputStream.readNext:()Ljava/lang/String;]
TokenInputStream.readPre ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/TokenInputStream.readPre:()Ljava/lang/String;]
TokenInputStream.setPosition ( int p ) : void
[run-time name: org/apache/cxf/tools/common/toolspec/parser/TokenInputStream.setPosition:(I)V]
TokenInputStream.TokenInputStream ( String[ ] t )
[run-time name: org/apache/cxf/tools/common/toolspec/parser/TokenInputStream."<init>":([Ljava/lang/String;)V]
TokenInputStream.toString ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/TokenInputStream.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, TokenPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
TokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap p1, org.apache.cxf.message.Message p2, org.w3c.dom.Element p3, java.util.List p4, java.util.List p5 ) [abstract] : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/TokenPolicyValidator.validatePolicy:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/cxf/message/Message;Lorg/w3c/dom/Element;Ljava/util/List;Ljava/util/List;)Z]
openejb-cxf-bundle-2.5.2.jar, TokenStore.class
package org.apache.cxf.ws.security.tokenstore
TokenStore.add ( SecurityToken p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/security/tokenstore/TokenStore.add:(Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;)V]
TokenStore.getCancelledTokens ( ) [abstract] : java.util.Collection
[run-time name: org/apache/cxf/ws/security/tokenstore/TokenStore.getCancelledTokens:()Ljava/util/Collection;]
TokenStore.getExpiredTokens ( ) [abstract] : java.util.Collection
[run-time name: org/apache/cxf/ws/security/tokenstore/TokenStore.getExpiredTokens:()Ljava/util/Collection;]
TokenStore.getRenewedTokens ( ) [abstract] : java.util.Collection
[run-time name: org/apache/cxf/ws/security/tokenstore/TokenStore.getRenewedTokens:()Ljava/util/Collection;]
TokenStore.getToken ( String p1 ) [abstract] : SecurityToken
[run-time name: org/apache/cxf/ws/security/tokenstore/TokenStore.getToken:(Ljava/lang/String;)Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;]
TokenStore.getTokenByAssociatedHash ( int p1 ) [abstract] : SecurityToken
[run-time name: org/apache/cxf/ws/security/tokenstore/TokenStore.getTokenByAssociatedHash:(I)Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;]
TokenStore.getTokenIdentifiers ( ) [abstract] : java.util.Collection
[run-time name: org/apache/cxf/ws/security/tokenstore/TokenStore.getTokenIdentifiers:()Ljava/util/Collection;]
TokenStore.getValidTokens ( ) [abstract] : java.util.Collection
[run-time name: org/apache/cxf/ws/security/tokenstore/TokenStore.getValidTokens:()Ljava/util/Collection;]
TokenStore.remove ( SecurityToken p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/security/tokenstore/TokenStore.remove:(Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;)V]
TokenStore.removeCancelledTokens ( ) [abstract] : void
[run-time name: org/apache/cxf/ws/security/tokenstore/TokenStore.removeCancelledTokens:()V]
TokenStore.removeExpiredTokens ( ) [abstract] : void
[run-time name: org/apache/cxf/ws/security/tokenstore/TokenStore.removeExpiredTokens:()V]
TokenStore.setAutoRemoveTokens ( boolean p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/security/tokenstore/TokenStore.setAutoRemoveTokens:(Z)V]
TokenStore.update ( SecurityToken p1 ) [abstract] : void
[run-time name: org/apache/cxf/ws/security/tokenstore/TokenStore.update:(Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;)V]
openejb-cxf-bundle-2.5.2.jar, TokenType.class
package org.apache.cxf.common.security
TokenType.valueOf ( String name ) [static] : TokenType
[run-time name: org/apache/cxf/common/security/TokenType.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/common/security/TokenType;]
TokenType.values ( ) [static] : TokenType[ ]
[run-time name: org/apache/cxf/common/security/TokenType.values:()[Lorg/apache/cxf/common/security/TokenType;]
openejb-cxf-bundle-2.5.2.jar, TokenWrapper.class
package org.apache.cxf.ws.security.policy.model
TokenWrapper.getPolicy ( ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/security/policy/model/TokenWrapper.getPolicy:()Lorg/apache/neethi/Policy;]
TokenWrapper.getToken ( ) : Token
[run-time name: org/apache/cxf/ws/security/policy/model/TokenWrapper.getToken:()Lorg/apache/cxf/ws/security/policy/model/Token;]
TokenWrapper.normalize ( ) : org.apache.neethi.PolicyComponent
[run-time name: org/apache/cxf/ws/security/policy/model/TokenWrapper.normalize:()Lorg/apache/neethi/PolicyComponent;]
TokenWrapper.setToken ( Token tok ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/TokenWrapper.setToken:(Lorg/apache/cxf/ws/security/policy/model/Token;)V]
TokenWrapper.TokenWrapper ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/model/TokenWrapper."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, Tool.class
package org.apache.cxf.tools.common.toolspec
Tool.destroy ( ) [abstract] : void
[run-time name: org/apache/cxf/tools/common/toolspec/Tool.destroy:()V]
Tool.init ( ) [abstract] : void
[run-time name: org/apache/cxf/tools/common/toolspec/Tool.init:()V]
Tool.performFunction ( ) [abstract] : void
[run-time name: org/apache/cxf/tools/common/toolspec/Tool.performFunction:()V]
openejb-cxf-bundle-2.5.2.jar, ToolContainer.class
package org.apache.cxf.tools.common.toolspec
ToolContainer.execute ( boolean p1 ) [abstract] : void
[run-time name: org/apache/cxf/tools/common/toolspec/ToolContainer.execute:(Z)V]
ToolContainer.setArguments ( String[ ] p1 ) [abstract] : void
[run-time name: org/apache/cxf/tools/common/toolspec/ToolContainer.setArguments:([Ljava/lang/String;)V]
ToolContainer.setContext ( org.apache.cxf.tools.common.ToolContext p1 ) [abstract] : void
[run-time name: org/apache/cxf/tools/common/toolspec/ToolContainer.setContext:(Lorg/apache/cxf/tools/common/ToolContext;)V]
ToolContainer.setErrOutputStream ( java.io.OutputStream p1 ) [abstract] : void
[run-time name: org/apache/cxf/tools/common/toolspec/ToolContainer.setErrOutputStream:(Ljava/io/OutputStream;)V]
ToolContainer.setOutOutputStream ( java.io.OutputStream p1 ) [abstract] : void
[run-time name: org/apache/cxf/tools/common/toolspec/ToolContainer.setOutOutputStream:(Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, ToolContext.class
package org.apache.cxf.tools.common
ToolContext.addExcludeNamespacePackageMap ( String namespace, String pn ) : void
[run-time name: org/apache/cxf/tools/common/ToolContext.addExcludeNamespacePackageMap:(Ljava/lang/String;Ljava/lang/String;)V]
ToolContext.addNamespacePackageMap ( String namespace, String pn ) : void
[run-time name: org/apache/cxf/tools/common/ToolContext.addNamespacePackageMap:(Ljava/lang/String;Ljava/lang/String;)V]
ToolContext.addParameters ( java.util.Map map ) : void
[run-time name: org/apache/cxf/tools/common/ToolContext.addParameters:(Ljava/util/Map;)V]
ToolContext.containsKey ( String key ) : boolean
[run-time name: org/apache/cxf/tools/common/ToolContext.containsKey:(Ljava/lang/String;)Z]
ToolContext.get ( Class key ) : Object
[run-time name: org/apache/cxf/tools/common/ToolContext.get:(Ljava/lang/Class;)Ljava/lang/Object;]
ToolContext.get ( String key ) : Object
[run-time name: org/apache/cxf/tools/common/ToolContext.get:(Ljava/lang/String;)Ljava/lang/Object;]
ToolContext.get ( String key, Class clazz ) : Object
[run-time name: org/apache/cxf/tools/common/ToolContext.get:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
ToolContext.get ( String key, Class clazz, Object defaultValue ) : Object
[run-time name: org/apache/cxf/tools/common/ToolContext.get:(Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;]
ToolContext.get ( String key, Object defaultValue ) : Object
[run-time name: org/apache/cxf/tools/common/ToolContext.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
ToolContext.getArray ( String key ) : String[ ]
[run-time name: org/apache/cxf/tools/common/ToolContext.getArray:(Ljava/lang/String;)[Ljava/lang/String;]
ToolContext.getBooleanValue ( String key, String defaultValue ) : boolean
[run-time name: org/apache/cxf/tools/common/ToolContext.getBooleanValue:(Ljava/lang/String;Ljava/lang/String;)Z]
ToolContext.getCustomizedNS ( String ns ) : String
[run-time name: org/apache/cxf/tools/common/ToolContext.getCustomizedNS:(Ljava/lang/String;)Ljava/lang/String;]
ToolContext.getExcludeFileList ( ) : java.util.List
[run-time name: org/apache/cxf/tools/common/ToolContext.getExcludeFileList:()Ljava/util/List;]
ToolContext.getExcludePackageName ( String ns ) : String
[run-time name: org/apache/cxf/tools/common/ToolContext.getExcludePackageName:(Ljava/lang/String;)Ljava/lang/String;]
ToolContext.getExcludePkgList ( ) : java.util.List
[run-time name: org/apache/cxf/tools/common/ToolContext.getExcludePkgList:()Ljava/util/List;]
ToolContext.getJavaModel ( ) : model.JavaModel
[run-time name: org/apache/cxf/tools/common/ToolContext.getJavaModel:()Lorg/apache/cxf/tools/common/model/JavaModel;]
ToolContext.getJaxbBindingFile ( ) : java.util.List
[run-time name: org/apache/cxf/tools/common/ToolContext.getJaxbBindingFile:()Ljava/util/List;]
ToolContext.getNamespacePackageMap ( ) : java.util.Map
[run-time name: org/apache/cxf/tools/common/ToolContext.getNamespacePackageMap:()Ljava/util/Map;]
ToolContext.getPackageName ( ) : String
[run-time name: org/apache/cxf/tools/common/ToolContext.getPackageName:()Ljava/lang/String;]
ToolContext.getQName ( String key ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/tools/common/ToolContext.getQName:(Ljava/lang/String;)Ljavax/xml/namespace/QName;]
ToolContext.getQName ( String key, String defaultNamespace ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/tools/common/ToolContext.getQName:(Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/namespace/QName;]
ToolContext.hasExcludeNamespace ( String ns ) : boolean
[run-time name: org/apache/cxf/tools/common/ToolContext.hasExcludeNamespace:(Ljava/lang/String;)Z]
ToolContext.hasNamespace ( String ns ) : boolean
[run-time name: org/apache/cxf/tools/common/ToolContext.hasNamespace:(Ljava/lang/String;)Z]
ToolContext.isExcludeNamespaceEnabled ( ) : boolean
[run-time name: org/apache/cxf/tools/common/ToolContext.isExcludeNamespaceEnabled:()Z]
ToolContext.isPackageNameChanged ( ) : boolean
[run-time name: org/apache/cxf/tools/common/ToolContext.isPackageNameChanged:()Z]
ToolContext.isVerbose ( ) : boolean
[run-time name: org/apache/cxf/tools/common/ToolContext.isVerbose:()Z]
ToolContext.loadDefaultExcludes ( java.io.InputStream ins ) : void
[run-time name: org/apache/cxf/tools/common/ToolContext.loadDefaultExcludes:(Ljava/io/InputStream;)V]
ToolContext.loadDefaultNS2Pck ( java.io.InputStream ins ) : void
[run-time name: org/apache/cxf/tools/common/ToolContext.loadDefaultNS2Pck:(Ljava/io/InputStream;)V]
ToolContext.makeCopy ( ) : ToolContext
[run-time name: org/apache/cxf/tools/common/ToolContext.makeCopy:()Lorg/apache/cxf/tools/common/ToolContext;]
ToolContext.mapPackageName ( String ns ) : String
[run-time name: org/apache/cxf/tools/common/ToolContext.mapPackageName:(Ljava/lang/String;)Ljava/lang/String;]
ToolContext.optionSet ( String key ) : boolean
[run-time name: org/apache/cxf/tools/common/ToolContext.optionSet:(Ljava/lang/String;)Z]
ToolContext.put ( Class key, Object value ) : void
[run-time name: org/apache/cxf/tools/common/ToolContext.put:(Ljava/lang/Class;Ljava/lang/Object;)V]
ToolContext.put ( String key, Object value ) : void
[run-time name: org/apache/cxf/tools/common/ToolContext.put:(Ljava/lang/String;Ljava/lang/Object;)V]
ToolContext.remove ( String key ) : void
[run-time name: org/apache/cxf/tools/common/ToolContext.remove:(Ljava/lang/String;)V]
ToolContext.setJavaModel ( model.JavaModel jModel ) : void
[run-time name: org/apache/cxf/tools/common/ToolContext.setJavaModel:(Lorg/apache/cxf/tools/common/model/JavaModel;)V]
ToolContext.setJaxbBindingFiles ( java.util.List bindings ) : void
[run-time name: org/apache/cxf/tools/common/ToolContext.setJaxbBindingFiles:(Ljava/util/List;)V]
ToolContext.setPackageName ( String pkgName ) : void
[run-time name: org/apache/cxf/tools/common/ToolContext.setPackageName:(Ljava/lang/String;)V]
ToolContext.setParameters ( java.util.Map map ) : void
[run-time name: org/apache/cxf/tools/common/ToolContext.setParameters:(Ljava/util/Map;)V]
ToolContext.ToolContext ( )
[run-time name: org/apache/cxf/tools/common/ToolContext."<init>":()V]
ToolContext.validateWSDL ( ) : boolean
[run-time name: org/apache/cxf/tools/common/ToolContext.validateWSDL:()Z]
package org.apache.cxf.tools.common.toolspec
ToolContext.executePipeline ( ) [abstract] : void
[run-time name: org/apache/cxf/tools/common/toolspec/ToolContext.executePipeline:()V]
ToolContext.getInputDocument ( ) [abstract] : org.w3c.dom.Document
[run-time name: org/apache/cxf/tools/common/toolspec/ToolContext.getInputDocument:()Lorg/w3c/dom/Document;]
ToolContext.getInputDocument ( String p1 ) [abstract] : org.w3c.dom.Document
[run-time name: org/apache/cxf/tools/common/toolspec/ToolContext.getInputDocument:(Ljava/lang/String;)Lorg/w3c/dom/Document;]
ToolContext.getInputStream ( ) [abstract] : java.io.InputStream
[run-time name: org/apache/cxf/tools/common/toolspec/ToolContext.getInputStream:()Ljava/io/InputStream;]
ToolContext.getInputStream ( String p1 ) [abstract] : java.io.InputStream
[run-time name: org/apache/cxf/tools/common/toolspec/ToolContext.getInputStream:(Ljava/lang/String;)Ljava/io/InputStream;]
ToolContext.getOutputStream ( ) [abstract] : java.io.OutputStream
[run-time name: org/apache/cxf/tools/common/toolspec/ToolContext.getOutputStream:()Ljava/io/OutputStream;]
ToolContext.getOutputStream ( String p1 ) [abstract] : java.io.OutputStream
[run-time name: org/apache/cxf/tools/common/toolspec/ToolContext.getOutputStream:(Ljava/lang/String;)Ljava/io/OutputStream;]
ToolContext.getParameter ( String p1 ) [abstract] : String
[run-time name: org/apache/cxf/tools/common/toolspec/ToolContext.getParameter:(Ljava/lang/String;)Ljava/lang/String;]
ToolContext.getParameters ( String p1 ) [abstract] : String[ ]
[run-time name: org/apache/cxf/tools/common/toolspec/ToolContext.getParameters:(Ljava/lang/String;)[Ljava/lang/String;]
ToolContext.getUserObject ( String p1 ) [abstract] : Object
[run-time name: org/apache/cxf/tools/common/toolspec/ToolContext.getUserObject:(Ljava/lang/String;)Ljava/lang/Object;]
ToolContext.hasParameter ( String p1 ) [abstract] : boolean
[run-time name: org/apache/cxf/tools/common/toolspec/ToolContext.hasParameter:(Ljava/lang/String;)Z]
ToolContext.sendDocument ( org.w3c.dom.Document p1 ) [abstract] : void
[run-time name: org/apache/cxf/tools/common/toolspec/ToolContext.sendDocument:(Lorg/w3c/dom/Document;)V]
ToolContext.sendDocument ( String p1, org.w3c.dom.Document p2 ) [abstract] : void
[run-time name: org/apache/cxf/tools/common/toolspec/ToolContext.sendDocument:(Ljava/lang/String;Lorg/w3c/dom/Document;)V]
ToolContext.setUserObject ( String p1, Object p2 ) [abstract] : void
[run-time name: org/apache/cxf/tools/common/toolspec/ToolContext.setUserObject:(Ljava/lang/String;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, ToolException.class
package org.apache.cxf.tools.common
ToolException.ToolException ( )
[run-time name: org/apache/cxf/tools/common/ToolException."<init>":()V]
ToolException.ToolException ( org.apache.cxf.common.i18n.Message msg )
[run-time name: org/apache/cxf/tools/common/ToolException."<init>":(Lorg/apache/cxf/common/i18n/Message;)V]
ToolException.ToolException ( org.apache.cxf.common.i18n.Message msg, Throwable t )
[run-time name: org/apache/cxf/tools/common/ToolException."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;)V]
ToolException.ToolException ( String messageId, java.util.logging.Logger logger )
[run-time name: org/apache/cxf/tools/common/ToolException."<init>":(Ljava/lang/String;Ljava/util/logging/Logger;)V]
ToolException.ToolException ( String messageId, java.util.logging.Logger logger, Object[ ] args )
[run-time name: org/apache/cxf/tools/common/ToolException."<init>":(Ljava/lang/String;Ljava/util/logging/Logger;[Ljava/lang/Object;)V]
ToolException.ToolException ( String msg )
[run-time name: org/apache/cxf/tools/common/ToolException."<init>":(Ljava/lang/String;)V]
ToolException.ToolException ( String msg, Throwable t )
[run-time name: org/apache/cxf/tools/common/ToolException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
ToolException.ToolException ( Throwable t )
[run-time name: org/apache/cxf/tools/common/ToolException."<init>":(Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, ToolRunner.class
package org.apache.cxf.tools.common.toolspec
ToolRunner.runTool ( Class clz, java.io.InputStream toolspecStream, boolean validate, String[ ] args ) [static] : void
[run-time name: org/apache/cxf/tools/common/toolspec/ToolRunner.runTool:(Ljava/lang/Class;Ljava/io/InputStream;Z[Ljava/lang/String;)V]
ToolRunner.runTool ( Class clz, java.io.InputStream toolspecStream, boolean validate, String[ ] args, boolean exitOnFinish ) [static] : void
[run-time name: org/apache/cxf/tools/common/toolspec/ToolRunner.runTool:(Ljava/lang/Class;Ljava/io/InputStream;Z[Ljava/lang/String;Z)V]
ToolRunner.runTool ( Class clz, java.io.InputStream toolspecStream, boolean validate, String[ ] args, boolean exitOnFinish, org.apache.cxf.tools.common.ToolContext context ) [static] : void
[run-time name: org/apache/cxf/tools/common/toolspec/ToolRunner.runTool:(Ljava/lang/Class;Ljava/io/InputStream;Z[Ljava/lang/String;ZLorg/apache/cxf/tools/common/ToolContext;)V]
ToolRunner.runTool ( Class clz, java.io.InputStream toolspecStream, boolean validate, String[ ] args, boolean exitOnFinish, org.apache.cxf.tools.common.ToolContext context, java.io.OutputStream os ) [static] : void
[run-time name: org/apache/cxf/tools/common/toolspec/ToolRunner.runTool:(Ljava/lang/Class;Ljava/io/InputStream;Z[Ljava/lang/String;ZLorg/apache/cxf/tools/common/ToolContext;Ljava/io/OutputStream;)V]
ToolRunner.runTool ( Class clz, java.io.InputStream toolspecStream, boolean validate, String[ ] args, java.io.OutputStream os ) [static] : void
[run-time name: org/apache/cxf/tools/common/toolspec/ToolRunner.runTool:(Ljava/lang/Class;Ljava/io/InputStream;Z[Ljava/lang/String;Ljava/io/OutputStream;)V]
ToolRunner.runTool ( Class clz, java.io.InputStream toolspecStream, boolean validate, String[ ] args, org.apache.cxf.tools.common.ToolContext context ) [static] : void
[run-time name: org/apache/cxf/tools/common/toolspec/ToolRunner.runTool:(Ljava/lang/Class;Ljava/io/InputStream;Z[Ljava/lang/String;Lorg/apache/cxf/tools/common/ToolContext;)V]
openejb-cxf-bundle-2.5.2.jar, ToolSpec.class
package org.apache.cxf.tools.common.toolspec
ToolSpec.getAnnotation ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSpec.getAnnotation:()Ljava/lang/String;]
ToolSpec.getDocumentBuilder ( ) : org.apache.cxf.tools.common.dom.ExtendedDocumentBuilder
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSpec.getDocumentBuilder:()Lorg/apache/cxf/tools/common/dom/ExtendedDocumentBuilder;]
ToolSpec.getElementById ( String id ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSpec.getElementById:(Ljava/lang/String;)Lorg/w3c/dom/Element;]
ToolSpec.getHandler ( ) : Tool
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSpec.getHandler:()Lorg/apache/cxf/tools/common/toolspec/Tool;]
ToolSpec.getHandler ( ClassLoader loader ) : Tool
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSpec.getHandler:(Ljava/lang/ClassLoader;)Lorg/apache/cxf/tools/common/toolspec/Tool;]
ToolSpec.getInstreamIds ( ) : java.util.List
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSpec.getInstreamIds:()Ljava/util/List;]
ToolSpec.getOutstreamIds ( ) : java.util.List
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSpec.getOutstreamIds:()Ljava/util/List;]
ToolSpec.getParameterDefault ( String name ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSpec.getParameterDefault:(Ljava/lang/String;)Ljava/lang/String;]
ToolSpec.getPipeline ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSpec.getPipeline:()Lorg/w3c/dom/Element;]
ToolSpec.getStreamRefName ( String streamId ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSpec.getStreamRefName:(Ljava/lang/String;)Ljava/lang/String;]
ToolSpec.getStreams ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSpec.getStreams:()Lorg/w3c/dom/Element;]
ToolSpec.getUsage ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSpec.getUsage:()Lorg/w3c/dom/Element;]
ToolSpec.getUsageForms ( ) : java.util.List
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSpec.getUsageForms:()Ljava/util/List;]
ToolSpec.hasHandler ( ) : boolean
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSpec.hasHandler:()Z]
ToolSpec.isValidInputStream ( String id ) : boolean
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSpec.isValidInputStream:(Ljava/lang/String;)Z]
ToolSpec.ToolSpec ( )
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSpec."<init>":()V]
ToolSpec.ToolSpec ( java.io.InputStream in )
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSpec."<init>":(Ljava/io/InputStream;)V]
ToolSpec.ToolSpec ( java.io.InputStream in, boolean validate )
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSpec."<init>":(Ljava/io/InputStream;Z)V]
ToolSpec.ToolSpec ( org.w3c.dom.Document d )
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSpec."<init>":(Lorg/w3c/dom/Document;)V]
ToolSpec.transform ( java.io.InputStream stylesheet, java.io.OutputStream out ) : void
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSpec.transform:(Ljava/io/InputStream;Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, ToolsStaxUtils.class
package org.apache.cxf.tools.util
ToolsStaxUtils.getLastTag ( org.apache.cxf.tools.common.Tag tag ) : org.apache.cxf.tools.common.Tag
[run-time name: org/apache/cxf/tools/util/ToolsStaxUtils.getLastTag:(Lorg/apache/cxf/tools/common/Tag;)Lorg/apache/cxf/tools/common/Tag;]
ToolsStaxUtils.getTags ( java.io.File source ) [static] : java.util.List
[run-time name: org/apache/cxf/tools/util/ToolsStaxUtils.getTags:(Ljava/io/File;)Ljava/util/List;]
ToolsStaxUtils.getTagTree ( java.io.File source ) [static] : org.apache.cxf.tools.common.Tag
[run-time name: org/apache/cxf/tools/util/ToolsStaxUtils.getTagTree:(Ljava/io/File;)Lorg/apache/cxf/tools/common/Tag;]
ToolsStaxUtils.getTagTree ( java.io.File source, java.util.List ignoreAttr ) [static] : org.apache.cxf.tools.common.Tag
[run-time name: org/apache/cxf/tools/util/ToolsStaxUtils.getTagTree:(Ljava/io/File;Ljava/util/List;)Lorg/apache/cxf/tools/common/Tag;]
ToolsStaxUtils.getTagTree ( java.io.InputStream is, java.util.List ignoreAttr ) [static] : org.apache.cxf.tools.common.Tag
[run-time name: org/apache/cxf/tools/util/ToolsStaxUtils.getTagTree:(Ljava/io/InputStream;Ljava/util/List;)Lorg/apache/cxf/tools/common/Tag;]
openejb-cxf-bundle-2.5.2.jar, ToolSupport.class
package org.apache.cxf.tools.common.toolspec
ToolSupport.destroy ( ) : void
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSupport.destroy:()V]
ToolSupport.init ( ) : void
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSupport.init:()V]
ToolSupport.performFunction ( ) : void
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSupport.performFunction:()V]
ToolSupport.ToolSupport ( )
[run-time name: org/apache/cxf/tools/common/toolspec/ToolSupport."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ToolTestBase.class
package org.apache.cxf.tools.common
ToolTestBase.getLocation ( String wsdlFile ) : String
[run-time name: org/apache/cxf/tools/common/ToolTestBase.getLocation:(Ljava/lang/String;)Ljava/lang/String;]
ToolTestBase.getStdErr ( ) : String
[run-time name: org/apache/cxf/tools/common/ToolTestBase.getStdErr:()Ljava/lang/String;]
ToolTestBase.getStdOut ( ) : String
[run-time name: org/apache/cxf/tools/common/ToolTestBase.getStdOut:()Ljava/lang/String;]
ToolTestBase.setUp ( ) : void
[run-time name: org/apache/cxf/tools/common/ToolTestBase.setUp:()V]
ToolTestBase.tearDown ( ) : void
[run-time name: org/apache/cxf/tools/common/ToolTestBase.tearDown:()V]
ToolTestBase.ToolTestBase ( )
[run-time name: org/apache/cxf/tools/common/ToolTestBase."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TOperation.class
package org.apache.cxf.wsdl
TOperation.getName ( ) : String
[run-time name: org/apache/cxf/wsdl/TOperation.getName:()Ljava/lang/String;]
TOperation.getParameterOrder ( ) : java.util.List
[run-time name: org/apache/cxf/wsdl/TOperation.getParameterOrder:()Ljava/util/List;]
TOperation.getRest ( ) : java.util.List
[run-time name: org/apache/cxf/wsdl/TOperation.getRest:()Ljava/util/List;]
TOperation.isSetName ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TOperation.isSetName:()Z]
TOperation.isSetParameterOrder ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TOperation.isSetParameterOrder:()Z]
TOperation.setName ( String value ) : void
[run-time name: org/apache/cxf/wsdl/TOperation.setName:(Ljava/lang/String;)V]
TOperation.TOperation ( )
[run-time name: org/apache/cxf/wsdl/TOperation."<init>":()V]
TOperation.unsetParameterOrder ( ) : void
[run-time name: org/apache/cxf/wsdl/TOperation.unsetParameterOrder:()V]
openejb-cxf-bundle-2.5.2.jar, TopicReplyToNameType.class
package org.apache.cxf.transport.jms.wsdl
TopicReplyToNameType.getElementType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/transport/jms/wsdl/TopicReplyToNameType.getElementType:()Ljavax/xml/namespace/QName;]
TopicReplyToNameType.getRequired ( ) : Boolean
[run-time name: org/apache/cxf/transport/jms/wsdl/TopicReplyToNameType.getRequired:()Ljava/lang/Boolean;]
TopicReplyToNameType.getValue ( ) : String
[run-time name: org/apache/cxf/transport/jms/wsdl/TopicReplyToNameType.getValue:()Ljava/lang/String;]
TopicReplyToNameType.setElementType ( javax.xml.namespace.QName type ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/TopicReplyToNameType.setElementType:(Ljavax/xml/namespace/QName;)V]
TopicReplyToNameType.setRequired ( Boolean required ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/TopicReplyToNameType.setRequired:(Ljava/lang/Boolean;)V]
TopicReplyToNameType.setValue ( String value ) : void
[run-time name: org/apache/cxf/transport/jms/wsdl/TopicReplyToNameType.setValue:(Ljava/lang/String;)V]
TopicReplyToNameType.TopicReplyToNameType ( )
[run-time name: org/apache/cxf/transport/jms/wsdl/TopicReplyToNameType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TParam.class
package org.apache.cxf.wsdl
TParam.getMessage ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/wsdl/TParam.getMessage:()Ljavax/xml/namespace/QName;]
TParam.getName ( ) : String
[run-time name: org/apache/cxf/wsdl/TParam.getName:()Ljava/lang/String;]
TParam.isSetMessage ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TParam.isSetMessage:()Z]
TParam.isSetName ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TParam.isSetName:()Z]
TParam.setMessage ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/wsdl/TParam.setMessage:(Ljavax/xml/namespace/QName;)V]
TParam.setName ( String value ) : void
[run-time name: org/apache/cxf/wsdl/TParam.setName:(Ljava/lang/String;)V]
TParam.TParam ( )
[run-time name: org/apache/cxf/wsdl/TParam."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TPart.class
package org.apache.cxf.wsdl
TPart.getElement ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/wsdl/TPart.getElement:()Ljavax/xml/namespace/QName;]
TPart.getName ( ) : String
[run-time name: org/apache/cxf/wsdl/TPart.getName:()Ljava/lang/String;]
TPart.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/wsdl/TPart.getType:()Ljavax/xml/namespace/QName;]
TPart.isSetElement ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TPart.isSetElement:()Z]
TPart.isSetName ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TPart.isSetName:()Z]
TPart.isSetType ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TPart.isSetType:()Z]
TPart.setElement ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/wsdl/TPart.setElement:(Ljavax/xml/namespace/QName;)V]
TPart.setName ( String value ) : void
[run-time name: org/apache/cxf/wsdl/TPart.setName:(Ljava/lang/String;)V]
TPart.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/wsdl/TPart.setType:(Ljavax/xml/namespace/QName;)V]
TPart.TPart ( )
[run-time name: org/apache/cxf/wsdl/TPart."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TPort.class
package org.apache.cxf.wsdl
TPort.getBinding ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/wsdl/TPort.getBinding:()Ljavax/xml/namespace/QName;]
TPort.getName ( ) : String
[run-time name: org/apache/cxf/wsdl/TPort.getName:()Ljava/lang/String;]
TPort.isSetBinding ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TPort.isSetBinding:()Z]
TPort.isSetName ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TPort.isSetName:()Z]
TPort.setBinding ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/wsdl/TPort.setBinding:(Ljavax/xml/namespace/QName;)V]
TPort.setName ( String value ) : void
[run-time name: org/apache/cxf/wsdl/TPort.setName:(Ljava/lang/String;)V]
TPort.TPort ( )
[run-time name: org/apache/cxf/wsdl/TPort."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TPortType.class
package org.apache.cxf.wsdl
TPortType.getName ( ) : String
[run-time name: org/apache/cxf/wsdl/TPortType.getName:()Ljava/lang/String;]
TPortType.getOperation ( ) : java.util.List
[run-time name: org/apache/cxf/wsdl/TPortType.getOperation:()Ljava/util/List;]
TPortType.isSetName ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TPortType.isSetName:()Z]
TPortType.isSetOperation ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TPortType.isSetOperation:()Z]
TPortType.setName ( String value ) : void
[run-time name: org/apache/cxf/wsdl/TPortType.setName:(Ljava/lang/String;)V]
TPortType.TPortType ( )
[run-time name: org/apache/cxf/wsdl/TPortType."<init>":()V]
TPortType.unsetOperation ( ) : void
[run-time name: org/apache/cxf/wsdl/TPortType.unsetOperation:()V]
openejb-cxf-bundle-2.5.2.jar, TrailingBlocks.class
package org.apache.cxf.aegis.type.encoded
TrailingBlocks.getObjectType ( ) : org.apache.cxf.aegis.type.basic.ObjectType
[run-time name: org/apache/cxf/aegis/type/encoded/TrailingBlocks.getObjectType:()Lorg/apache/cxf/aegis/type/basic/ObjectType;]
TrailingBlocks.readBlocks ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : java.util.List
[run-time name: org/apache/cxf/aegis/type/encoded/TrailingBlocks.readBlocks:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/util/List;]
TrailingBlocks.setObjectType ( org.apache.cxf.aegis.type.basic.ObjectType objectType ) : void
[run-time name: org/apache/cxf/aegis/type/encoded/TrailingBlocks.setObjectType:(Lorg/apache/cxf/aegis/type/basic/ObjectType;)V]
TrailingBlocks.TrailingBlocks ( )
[run-time name: org/apache/cxf/aegis/type/encoded/TrailingBlocks."<init>":()V]
TrailingBlocks.TrailingBlocks ( org.apache.cxf.aegis.type.basic.ObjectType objectType )
[run-time name: org/apache/cxf/aegis/type/encoded/TrailingBlocks."<init>":(Lorg/apache/cxf/aegis/type/basic/ObjectType;)V]
TrailingBlocks.TrailingBlocks ( org.apache.cxf.aegis.type.TypeMapping typeMapping )
[run-time name: org/apache/cxf/aegis/type/encoded/TrailingBlocks."<init>":(Lorg/apache/cxf/aegis/type/TypeMapping;)V]
TrailingBlocks.writeBlocks ( org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : java.util.List
[run-time name: org/apache/cxf/aegis/type/encoded/TrailingBlocks.writeBlocks:(Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)Ljava/util/List;]
openejb-cxf-bundle-2.5.2.jar, TransformationParametersType.class
package org.apache.cxf.ws.security.sts.provider.model.secext
TransformationParametersType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/TransformationParametersType.getAny:()Ljava/util/List;]
TransformationParametersType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/TransformationParametersType.getOtherAttributes:()Ljava/util/Map;]
TransformationParametersType.TransformationParametersType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/TransformationParametersType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TransformInInterceptor.class
package org.apache.cxf.interceptor.transform
TransformInInterceptor.createTransformReaderIfNeeded ( javax.xml.stream.XMLStreamReader reader, java.io.InputStream is ) : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/interceptor/transform/TransformInInterceptor.createTransformReaderIfNeeded:(Ljavax/xml/stream/XMLStreamReader;Ljava/io/InputStream;)Ljavax/xml/stream/XMLStreamReader;]
TransformInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/transform/TransformInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
TransformInInterceptor.setBlockOriginalReader ( boolean blockOriginalReader ) : void
[run-time name: org/apache/cxf/interceptor/transform/TransformInInterceptor.setBlockOriginalReader:(Z)V]
TransformInInterceptor.setContextPropertyName ( String propertyName ) : void
[run-time name: org/apache/cxf/interceptor/transform/TransformInInterceptor.setContextPropertyName:(Ljava/lang/String;)V]
TransformInInterceptor.setInAppendElements ( java.util.Map inElements ) : void
[run-time name: org/apache/cxf/interceptor/transform/TransformInInterceptor.setInAppendElements:(Ljava/util/Map;)V]
TransformInInterceptor.setInDropElements ( java.util.List dropElementsSet ) : void
[run-time name: org/apache/cxf/interceptor/transform/TransformInInterceptor.setInDropElements:(Ljava/util/List;)V]
TransformInInterceptor.setInTransformElements ( java.util.Map inElements ) : void
[run-time name: org/apache/cxf/interceptor/transform/TransformInInterceptor.setInTransformElements:(Ljava/util/Map;)V]
TransformInInterceptor.TransformInInterceptor ( )
[run-time name: org/apache/cxf/interceptor/transform/TransformInInterceptor."<init>":()V]
TransformInInterceptor.TransformInInterceptor ( String phase )
[run-time name: org/apache/cxf/interceptor/transform/TransformInInterceptor."<init>":(Ljava/lang/String;)V]
TransformInInterceptor.TransformInInterceptor ( String phase, java.util.List after )
[run-time name: org/apache/cxf/interceptor/transform/TransformInInterceptor."<init>":(Ljava/lang/String;Ljava/util/List;)V]
TransformInInterceptor.TransformInInterceptor ( String phase, java.util.List before, java.util.List after )
[run-time name: org/apache/cxf/interceptor/transform/TransformInInterceptor."<init>":(Ljava/lang/String;Ljava/util/List;Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, TransformOutInterceptor.class
package org.apache.cxf.interceptor.transform
TransformOutInterceptor.createTransformWriterIfNeeded ( javax.xml.stream.XMLStreamWriter writer, java.io.OutputStream os ) : javax.xml.stream.XMLStreamWriter
[run-time name: org/apache/cxf/interceptor/transform/TransformOutInterceptor.createTransformWriterIfNeeded:(Ljavax/xml/stream/XMLStreamWriter;Ljava/io/OutputStream;)Ljavax/xml/stream/XMLStreamWriter;]
TransformOutInterceptor.handleFault ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/transform/TransformOutInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
TransformOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/transform/TransformOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
TransformOutInterceptor.isHttpVerbSupported ( org.apache.cxf.message.Message message ) : boolean
[run-time name: org/apache/cxf/interceptor/transform/TransformOutInterceptor.isHttpVerbSupported:(Lorg/apache/cxf/message/Message;)Z]
TransformOutInterceptor.setAttributesToElements ( boolean value ) : void
[run-time name: org/apache/cxf/interceptor/transform/TransformOutInterceptor.setAttributesToElements:(Z)V]
TransformOutInterceptor.setContextPropertyName ( String propertyName ) : void
[run-time name: org/apache/cxf/interceptor/transform/TransformOutInterceptor.setContextPropertyName:(Ljava/lang/String;)V]
TransformOutInterceptor.setDefaultNamespace ( String defaultNamespace ) : void
[run-time name: org/apache/cxf/interceptor/transform/TransformOutInterceptor.setDefaultNamespace:(Ljava/lang/String;)V]
TransformOutInterceptor.setOutAppendElements ( java.util.Map map ) : void
[run-time name: org/apache/cxf/interceptor/transform/TransformOutInterceptor.setOutAppendElements:(Ljava/util/Map;)V]
TransformOutInterceptor.setOutDropElements ( java.util.List dropElementsSet ) : void
[run-time name: org/apache/cxf/interceptor/transform/TransformOutInterceptor.setOutDropElements:(Ljava/util/List;)V]
TransformOutInterceptor.setOutTransformElements ( java.util.Map outElements ) : void
[run-time name: org/apache/cxf/interceptor/transform/TransformOutInterceptor.setOutTransformElements:(Ljava/util/Map;)V]
TransformOutInterceptor.TransformOutInterceptor ( )
[run-time name: org/apache/cxf/interceptor/transform/TransformOutInterceptor."<init>":()V]
TransformOutInterceptor.TransformOutInterceptor ( String phase )
[run-time name: org/apache/cxf/interceptor/transform/TransformOutInterceptor."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, TransformsType.class
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
TransformsType.getTransform ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/TransformsType.getTransform:()Ljava/util/List;]
TransformsType.TransformsType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/TransformsType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TransformType.class
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
TransformType.getAlgorithm ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/TransformType.getAlgorithm:()Ljava/lang/String;]
TransformType.getContent ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/TransformType.getContent:()Ljava/util/List;]
TransformType.setAlgorithm ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/TransformType.setAlgorithm:(Ljava/lang/String;)V]
TransformType.TransformType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/TransformType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TransformUtils.class
package org.apache.cxf.staxutils.transform
TransformUtils.convertToMapOfQNames ( java.util.Map map, java.util.Map elementsMap ) [static] : void
[run-time name: org/apache/cxf/staxutils/transform/TransformUtils.convertToMapOfQNames:(Ljava/util/Map;Ljava/util/Map;)V]
TransformUtils.convertToQNamesMap ( java.util.Map map, QNamesMap elementsMap, java.util.Map nsMap ) [static] : void
[run-time name: org/apache/cxf/staxutils/transform/TransformUtils.convertToQNamesMap:(Ljava/util/Map;Lorg/apache/cxf/staxutils/transform/QNamesMap;Ljava/util/Map;)V]
TransformUtils.convertToSetOfQNames ( java.util.List set, java.util.Set elementsSet ) [static] : void
[run-time name: org/apache/cxf/staxutils/transform/TransformUtils.convertToSetOfQNames:(Ljava/util/List;Ljava/util/Set;)V]
TransformUtils.createNewReaderIfNeeded ( javax.xml.stream.XMLStreamReader reader, java.io.InputStream is ) [static] : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/staxutils/transform/TransformUtils.createNewReaderIfNeeded:(Ljavax/xml/stream/XMLStreamReader;Ljava/io/InputStream;)Ljavax/xml/stream/XMLStreamReader;]
TransformUtils.createNewWriterIfNeeded ( javax.xml.stream.XMLStreamWriter writer, java.io.OutputStream os ) [static] : javax.xml.stream.XMLStreamWriter
[run-time name: org/apache/cxf/staxutils/transform/TransformUtils.createNewWriterIfNeeded:(Ljavax/xml/stream/XMLStreamWriter;Ljava/io/OutputStream;)Ljavax/xml/stream/XMLStreamWriter;]
TransformUtils.createTransformReaderIfNeeded ( javax.xml.stream.XMLStreamReader reader, java.io.InputStream is, java.util.List inDropElements, java.util.Map inElementsMap, java.util.Map inAppendMap, boolean blockOriginalReader ) [static] : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/staxutils/transform/TransformUtils.createTransformReaderIfNeeded:(Ljavax/xml/stream/XMLStreamReader;Ljava/io/InputStream;Ljava/util/List;Ljava/util/Map;Ljava/util/Map;Z)Ljavax/xml/stream/XMLStreamReader;]
TransformUtils.createTransformReaderIfNeeded ( javax.xml.stream.XMLStreamReader reader, java.io.InputStream is, java.util.List inDropElements, java.util.Map inElementsMap, java.util.Map inAppendMap, java.util.Map inAttributesMap, boolean blockOriginalReader ) [static] : javax.xml.stream.XMLStreamReader
[run-time name: org/apache/cxf/staxutils/transform/TransformUtils.createTransformReaderIfNeeded:(Ljavax/xml/stream/XMLStreamReader;Ljava/io/InputStream;Ljava/util/List;Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;Z)Ljavax/xml/stream/XMLStreamReader;]
TransformUtils.createTransformWriterIfNeeded ( javax.xml.stream.XMLStreamWriter writer, java.io.OutputStream os, java.util.Map outElementsMap, java.util.List outDropElements, java.util.Map outAppendMap, boolean attributesToElements, String defaultNamespace ) [static] : javax.xml.stream.XMLStreamWriter
[run-time name: org/apache/cxf/staxutils/transform/TransformUtils.createTransformWriterIfNeeded:(Ljavax/xml/stream/XMLStreamWriter;Ljava/io/OutputStream;Ljava/util/Map;Ljava/util/List;Ljava/util/Map;ZLjava/lang/String;)Ljavax/xml/stream/XMLStreamWriter;]
openejb-cxf-bundle-2.5.2.jar, TransportBinding.class
package org.apache.cxf.ws.security.policy.model
TransportBinding.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/TransportBinding.getName:()Ljavax/xml/namespace/QName;]
TransportBinding.getPolicy ( ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/security/policy/model/TransportBinding.getPolicy:()Lorg/apache/neethi/Policy;]
TransportBinding.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/TransportBinding.getRealName:()Ljavax/xml/namespace/QName;]
TransportBinding.getTransportToken ( ) : TransportToken
[run-time name: org/apache/cxf/ws/security/policy/model/TransportBinding.getTransportToken:()Lorg/apache/cxf/ws/security/policy/model/TransportToken;]
TransportBinding.normalize ( ) : org.apache.neethi.PolicyComponent
[run-time name: org/apache/cxf/ws/security/policy/model/TransportBinding.normalize:()Lorg/apache/neethi/PolicyComponent;]
TransportBinding.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/TransportBinding.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
TransportBinding.setTransportToken ( TransportToken transportToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/TransportBinding.setTransportToken:(Lorg/apache/cxf/ws/security/policy/model/TransportToken;)V]
TransportBinding.TransportBinding ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/model/TransportBinding."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, TransportBindingBuilder.class
package org.apache.cxf.ws.security.policy.builders
TransportBindingBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/TransportBindingBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
TransportBindingBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/TransportBindingBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
TransportBindingBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/TransportBindingBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
TransportBindingBuilder.TransportBindingBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b, org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/ws/security/policy/builders/TransportBindingBuilder."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, TransportBindingHandler.class
package org.apache.cxf.ws.security.wss4j.policyhandlers
TransportBindingHandler.handleBinding ( ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/TransportBindingHandler.handleBinding:()V]
TransportBindingHandler.TransportBindingHandler ( org.apache.ws.security.WSSConfig config, org.apache.cxf.ws.security.policy.model.TransportBinding binding, javax.xml.soap.SOAPMessage saaj, org.apache.ws.security.message.WSSecHeader secHeader, org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.binding.soap.SoapMessage message )
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/TransportBindingHandler."<init>":(Lorg/apache/ws/security/WSSConfig;Lorg/apache/cxf/ws/security/policy/model/TransportBinding;Ljavax/xml/soap/SOAPMessage;Lorg/apache/ws/security/message/WSSecHeader;Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/cxf/binding/soap/SoapMessage;)V]
openejb-cxf-bundle-2.5.2.jar, TransportBindingPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
TransportBindingPolicyValidator.TransportBindingPolicyValidator ( )
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/TransportBindingPolicyValidator."<init>":()V]
TransportBindingPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, org.w3c.dom.Element soapBody, java.util.List results, java.util.List signedResults, java.util.List encryptedResults ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/TransportBindingPolicyValidator.validatePolicy:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/cxf/message/Message;Lorg/w3c/dom/Element;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Z]
openejb-cxf-bundle-2.5.2.jar, TransportFinder.class
package org.apache.cxf.transport
TransportFinder.checkForURI ( String uri ) : Object
[run-time name: org/apache/cxf/transport/TransportFinder.checkForURI:(Ljava/lang/String;)Ljava/lang/Object;]
TransportFinder.findTransportForNamespace ( String namespace ) : Object
[run-time name: org/apache/cxf/transport/TransportFinder.findTransportForNamespace:(Ljava/lang/String;)Ljava/lang/Object;]
TransportFinder.findTransportForURI ( String uri ) : Object
[run-time name: org/apache/cxf/transport/TransportFinder.findTransportForURI:(Ljava/lang/String;)Ljava/lang/Object;]
TransportFinder.TransportFinder ( org.apache.cxf.Bus b, java.util.Map m, java.util.Set l, Class c )
[run-time name: org/apache/cxf/transport/TransportFinder."<init>":(Lorg/apache/cxf/Bus;Ljava/util/Map;Ljava/util/Set;Ljava/lang/Class;)V]
openejb-cxf-bundle-2.5.2.jar, TransportToken.class
package org.apache.cxf.ws.security.policy.model
TransportToken.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/TransportToken.getName:()Ljavax/xml/namespace/QName;]
TransportToken.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/TransportToken.getRealName:()Ljavax/xml/namespace/QName;]
TransportToken.getTransportToken ( ) : Token
[run-time name: org/apache/cxf/ws/security/policy/model/TransportToken.getTransportToken:()Lorg/apache/cxf/ws/security/policy/model/Token;]
TransportToken.getType ( ) : short
[run-time name: org/apache/cxf/ws/security/policy/model/TransportToken.getType:()S]
TransportToken.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/TransportToken.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
TransportToken.TransportToken ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/model/TransportToken."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, TransportTokenBuilder.class
package org.apache.cxf.ws.security.policy.builders
TransportTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/TransportTokenBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
TransportTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/TransportTokenBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
TransportTokenBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/TransportTokenBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
TransportTokenBuilder.TransportTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/builders/TransportTokenBuilder."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, TransportURIResolver.class
package org.apache.cxf.transport
TransportURIResolver.resolve ( String curUri, String baseUri ) : org.xml.sax.InputSource
[run-time name: org/apache/cxf/transport/TransportURIResolver.resolve:(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;]
TransportURIResolver.TransportURIResolver ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/transport/TransportURIResolver."<init>":(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, TrueFalseType.class
package org.apache.cxf.jaxws.javaee
TrueFalseType.TrueFalseType ( )
[run-time name: org/apache/cxf/jaxws/javaee/TrueFalseType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, Trust10.class
package org.apache.cxf.ws.security.policy.model
Trust10.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/Trust10.getName:()Ljavax/xml/namespace/QName;]
Trust10.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/Trust10.getRealName:()Ljavax/xml/namespace/QName;]
Trust10.getType ( ) : short
[run-time name: org/apache/cxf/ws/security/policy/model/Trust10.getType:()S]
Trust10.isMustSupportClientChallenge ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Trust10.isMustSupportClientChallenge:()Z]
Trust10.isMustSupportIssuedTokens ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Trust10.isMustSupportIssuedTokens:()Z]
Trust10.isMustSupportServerChallenge ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Trust10.isMustSupportServerChallenge:()Z]
Trust10.isRequireClientEntropy ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Trust10.isRequireClientEntropy:()Z]
Trust10.isRequireServerEntropy ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Trust10.isRequireServerEntropy:()Z]
Trust10.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Trust10.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
Trust10.setMustSupportClientChallenge ( boolean mustSupportClientChallenge ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Trust10.setMustSupportClientChallenge:(Z)V]
Trust10.setMustSupportIssuedTokens ( boolean mustSupportIssuedTokens ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Trust10.setMustSupportIssuedTokens:(Z)V]
Trust10.setMustSupportServerChallenge ( boolean mustSupportServerChallenge ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Trust10.setMustSupportServerChallenge:(Z)V]
Trust10.setRequireClientEntropy ( boolean requireClientEntropy ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Trust10.setRequireClientEntropy:(Z)V]
Trust10.setRequireServerEntropy ( boolean requireServerEntropy ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Trust10.setRequireServerEntropy:(Z)V]
Trust10.Trust10 ( org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/Trust10."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;)V]
openejb-cxf-bundle-2.5.2.jar, Trust10Builder.class
package org.apache.cxf.ws.security.policy.builders
Trust10Builder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/Trust10Builder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
Trust10Builder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/Trust10Builder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
Trust10Builder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/Trust10Builder.getKnownElements:()[Ljavax/xml/namespace/QName;]
Trust10Builder.Trust10Builder ( )
[run-time name: org/apache/cxf/ws/security/policy/builders/Trust10Builder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, Trust13.class
package org.apache.cxf.ws.security.policy.model
Trust13.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/Trust13.getName:()Ljavax/xml/namespace/QName;]
Trust13.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/Trust13.getRealName:()Ljavax/xml/namespace/QName;]
Trust13.getType ( ) : short
[run-time name: org/apache/cxf/ws/security/policy/model/Trust13.getType:()S]
Trust13.isMustSupportClientChallenge ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Trust13.isMustSupportClientChallenge:()Z]
Trust13.isMustSupportIssuedTokens ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Trust13.isMustSupportIssuedTokens:()Z]
Trust13.isMustSupportServerChallenge ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Trust13.isMustSupportServerChallenge:()Z]
Trust13.isRequireAppliesTo ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Trust13.isRequireAppliesTo:()Z]
Trust13.isRequireClientEntropy ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Trust13.isRequireClientEntropy:()Z]
Trust13.isRequireRequestSecurityTokenCollection ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Trust13.isRequireRequestSecurityTokenCollection:()Z]
Trust13.isRequireServerEntropy ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Trust13.isRequireServerEntropy:()Z]
Trust13.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Trust13.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
Trust13.setMustSupportClientChallenge ( boolean mustSupportClientChallenge ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Trust13.setMustSupportClientChallenge:(Z)V]
Trust13.setMustSupportIssuedTokens ( boolean mustSupportIssuedTokens ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Trust13.setMustSupportIssuedTokens:(Z)V]
Trust13.setMustSupportServerChallenge ( boolean mustSupportServerChallenge ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Trust13.setMustSupportServerChallenge:(Z)V]
Trust13.setRequireAppliesTo ( boolean requireAppliesTo ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Trust13.setRequireAppliesTo:(Z)V]
Trust13.setRequireClientEntropy ( boolean requireClientEntropy ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Trust13.setRequireClientEntropy:(Z)V]
Trust13.setRequireRequestSecurityTokenCollection ( boolean requireRequestSecurityTokenCollection ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Trust13.setRequireRequestSecurityTokenCollection:(Z)V]
Trust13.setRequireServerEntropy ( boolean requireServerEntropy ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Trust13.setRequireServerEntropy:(Z)V]
Trust13.Trust13 ( org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/Trust13."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;)V]
openejb-cxf-bundle-2.5.2.jar, Trust13Builder.class
package org.apache.cxf.ws.security.policy.builders
Trust13Builder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/Trust13Builder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
Trust13Builder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/Trust13Builder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
Trust13Builder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/Trust13Builder.getKnownElements:()[Ljavax/xml/namespace/QName;]
Trust13Builder.Trust13Builder ( )
[run-time name: org/apache/cxf/ws/security/policy/builders/Trust13Builder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TrustException.class
package org.apache.cxf.ws.security.trust
TrustException.TrustException ( java.util.logging.Logger log, String msg, Object[ ] params )
[run-time name: org/apache/cxf/ws/security/trust/TrustException."<init>":(Ljava/util/logging/Logger;Ljava/lang/String;[Ljava/lang/Object;)V]
TrustException.TrustException ( org.apache.cxf.common.i18n.Message msg )
[run-time name: org/apache/cxf/ws/security/trust/TrustException."<init>":(Lorg/apache/cxf/common/i18n/Message;)V]
TrustException.TrustException ( org.apache.cxf.common.i18n.Message msg, Throwable t )
[run-time name: org/apache/cxf/ws/security/trust/TrustException."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;)V]
TrustException.TrustException ( String msg, java.util.logging.Logger log )
[run-time name: org/apache/cxf/ws/security/trust/TrustException."<init>":(Ljava/lang/String;Ljava/util/logging/Logger;)V]
TrustException.TrustException ( String msg, java.util.logging.Logger log, Throwable t )
[run-time name: org/apache/cxf/ws/security/trust/TrustException."<init>":(Ljava/lang/String;Ljava/util/logging/Logger;Ljava/lang/Throwable;)V]
TrustException.TrustException ( Throwable cause )
[run-time name: org/apache/cxf/ws/security/trust/TrustException."<init>":(Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, TrustManagersType.class
package org.apache.cxf.configuration.security
TrustManagersType.getCertStore ( ) : CertStoreType
[run-time name: org/apache/cxf/configuration/security/TrustManagersType.getCertStore:()Lorg/apache/cxf/configuration/security/CertStoreType;]
TrustManagersType.getFactoryAlgorithm ( ) : String
[run-time name: org/apache/cxf/configuration/security/TrustManagersType.getFactoryAlgorithm:()Ljava/lang/String;]
TrustManagersType.getKeyStore ( ) : KeyStoreType
[run-time name: org/apache/cxf/configuration/security/TrustManagersType.getKeyStore:()Lorg/apache/cxf/configuration/security/KeyStoreType;]
TrustManagersType.getProvider ( ) : String
[run-time name: org/apache/cxf/configuration/security/TrustManagersType.getProvider:()Ljava/lang/String;]
TrustManagersType.isSetCertStore ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TrustManagersType.isSetCertStore:()Z]
TrustManagersType.isSetFactoryAlgorithm ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TrustManagersType.isSetFactoryAlgorithm:()Z]
TrustManagersType.isSetKeyStore ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TrustManagersType.isSetKeyStore:()Z]
TrustManagersType.isSetProvider ( ) : boolean
[run-time name: org/apache/cxf/configuration/security/TrustManagersType.isSetProvider:()Z]
TrustManagersType.setCertStore ( CertStoreType value ) : void
[run-time name: org/apache/cxf/configuration/security/TrustManagersType.setCertStore:(Lorg/apache/cxf/configuration/security/CertStoreType;)V]
TrustManagersType.setFactoryAlgorithm ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/TrustManagersType.setFactoryAlgorithm:(Ljava/lang/String;)V]
TrustManagersType.setKeyStore ( KeyStoreType value ) : void
[run-time name: org/apache/cxf/configuration/security/TrustManagersType.setKeyStore:(Lorg/apache/cxf/configuration/security/KeyStoreType;)V]
TrustManagersType.setProvider ( String value ) : void
[run-time name: org/apache/cxf/configuration/security/TrustManagersType.setProvider:(Ljava/lang/String;)V]
TrustManagersType.TrustManagersType ( )
[run-time name: org/apache/cxf/configuration/security/TrustManagersType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TService.class
package org.apache.cxf.wsdl
TService.getName ( ) : String
[run-time name: org/apache/cxf/wsdl/TService.getName:()Ljava/lang/String;]
TService.getPort ( ) : java.util.List
[run-time name: org/apache/cxf/wsdl/TService.getPort:()Ljava/util/List;]
TService.isSetName ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TService.isSetName:()Z]
TService.isSetPort ( ) : boolean
[run-time name: org/apache/cxf/wsdl/TService.isSetPort:()Z]
TService.setName ( String value ) : void
[run-time name: org/apache/cxf/wsdl/TService.setName:(Ljava/lang/String;)V]
TService.TService ( )
[run-time name: org/apache/cxf/wsdl/TService."<init>":()V]
TService.unsetPort ( ) : void
[run-time name: org/apache/cxf/wsdl/TService.unsetPort:()V]
openejb-cxf-bundle-2.5.2.jar, TTypes.class
package org.apache.cxf.wsdl
TTypes.TTypes ( )
[run-time name: org/apache/cxf/wsdl/TTypes."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, Type.class
package org.apache.cxf.annotations
FactoryType.Type.valueOf ( String name ) [static] : FactoryType.Type
[run-time name: org/apache/cxf/annotations/FactoryType.Type.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/annotations/FactoryType$Type;]
FactoryType.Type.values ( ) [static] : FactoryType.Type[ ]
[run-time name: org/apache/cxf/annotations/FactoryType.Type.values:()[Lorg/apache/cxf/annotations/FactoryType$Type;]
package org.apache.cxf.service.model
MessageInfo.Type.valueOf ( String name ) [static] : MessageInfo.Type
[run-time name: org/apache/cxf/service/model/MessageInfo.Type.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/service/model/MessageInfo$Type;]
MessageInfo.Type.values ( ) [static] : MessageInfo.Type[ ]
[run-time name: org/apache/cxf/service/model/MessageInfo.Type.values:()[Lorg/apache/cxf/service/model/MessageInfo$Type;]
openejb-cxf-bundle-2.5.2.jar, TypeAndAnnotation.class
package org.apache.cxf.jaxb
JAXBUtils.TypeAndAnnotation.getTypeClass ( ) [abstract] : JAXBUtils.JType
[run-time name: org/apache/cxf/jaxb/JAXBUtils.TypeAndAnnotation.getTypeClass:()Lorg/apache/cxf/jaxb/JAXBUtils$JType;]
openejb-cxf-bundle-2.5.2.jar, TypeClassInfo.class
package org.apache.cxf.aegis.type
TypeClassInfo.getAegisTypeClass ( ) : Class
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.getAegisTypeClass:()Ljava/lang/Class;]
TypeClassInfo.getAnnotations ( ) : Object[ ]
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.getAnnotations:()[Ljava/lang/Object;]
TypeClassInfo.getDescription ( ) : String
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.getDescription:()Ljava/lang/String;]
TypeClassInfo.getKeyType ( ) : reflect.Type
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.getKeyType:()Ljava/lang/reflect/Type;]
TypeClassInfo.getMappedName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.getMappedName:()Ljavax/xml/namespace/QName;]
TypeClassInfo.getMaxOccurs ( ) : long
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.getMaxOccurs:()J]
TypeClassInfo.getMinOccurs ( ) : long
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.getMinOccurs:()J]
TypeClassInfo.getNillable ( ) : Boolean
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.getNillable:()Ljava/lang/Boolean;]
TypeClassInfo.getType ( ) : reflect.Type
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.getType:()Ljava/lang/reflect/Type;]
TypeClassInfo.getTypeName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.getTypeName:()Ljavax/xml/namespace/QName;]
TypeClassInfo.getValueType ( ) : reflect.Type
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.getValueType:()Ljava/lang/reflect/Type;]
TypeClassInfo.isFlat ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.isFlat:()Z]
TypeClassInfo.nonDefaultAttributes ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.nonDefaultAttributes:()Z]
TypeClassInfo.setAegisTypeClass ( Class aegisTypeClass ) : void
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.setAegisTypeClass:(Ljava/lang/Class;)V]
TypeClassInfo.setAnnotations ( Object[ ] annotations ) : void
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.setAnnotations:([Ljava/lang/Object;)V]
TypeClassInfo.setDescription ( String description ) : void
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.setDescription:(Ljava/lang/String;)V]
TypeClassInfo.setFlat ( boolean flat ) : void
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.setFlat:(Z)V]
TypeClassInfo.setKeyType ( reflect.Type keyType ) : void
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.setKeyType:(Ljava/lang/reflect/Type;)V]
TypeClassInfo.setMappedName ( javax.xml.namespace.QName mappedName ) : void
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.setMappedName:(Ljavax/xml/namespace/QName;)V]
TypeClassInfo.setMaxOccurs ( long maxOccurs ) : void
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.setMaxOccurs:(J)V]
TypeClassInfo.setMinOccurs ( long minOccurs ) : void
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.setMinOccurs:(J)V]
TypeClassInfo.setNillable ( Boolean nillable ) : void
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.setNillable:(Ljava/lang/Boolean;)V]
TypeClassInfo.setType ( reflect.Type type ) : void
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.setType:(Ljava/lang/reflect/Type;)V]
TypeClassInfo.setTypeName ( javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.setTypeName:(Ljavax/xml/namespace/QName;)V]
TypeClassInfo.setValueType ( reflect.Type valueType ) : void
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.setValueType:(Ljava/lang/reflect/Type;)V]
TypeClassInfo.toString ( ) : String
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo.toString:()Ljava/lang/String;]
TypeClassInfo.TypeClassInfo ( )
[run-time name: org/apache/cxf/aegis/type/TypeClassInfo."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TypeClassInitializer.class
package org.apache.cxf.endpoint.dynamic
TypeClassInitializer.begin ( org.apache.cxf.service.model.FaultInfo fault ) : void
[run-time name: org/apache/cxf/endpoint/dynamic/TypeClassInitializer.begin:(Lorg/apache/cxf/service/model/FaultInfo;)V]
TypeClassInitializer.begin ( org.apache.cxf.service.model.MessagePartInfo part ) : void
[run-time name: org/apache/cxf/endpoint/dynamic/TypeClassInitializer.begin:(Lorg/apache/cxf/service/model/MessagePartInfo;)V]
TypeClassInitializer.end ( org.apache.cxf.service.model.FaultInfo fault ) : void
[run-time name: org/apache/cxf/endpoint/dynamic/TypeClassInitializer.end:(Lorg/apache/cxf/service/model/FaultInfo;)V]
TypeClassInitializer.TypeClassInitializer ( org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.jaxb.JAXBUtils.S2JJAXBModel model, boolean allowWr )
[run-time name: org/apache/cxf/endpoint/dynamic/TypeClassInitializer."<init>":(Lorg/apache/cxf/service/model/ServiceInfo;Lorg/apache/cxf/jaxb/JAXBUtils$S2JJAXBModel;Z)V]
openejb-cxf-bundle-2.5.2.jar, TypeCreationOptions.class
package org.apache.cxf.aegis.type
TypeCreationOptions.getDefaultMinOccurs ( ) : int
[run-time name: org/apache/cxf/aegis/type/TypeCreationOptions.getDefaultMinOccurs:()I]
TypeCreationOptions.isDefaultExtensibleAttributes ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/TypeCreationOptions.isDefaultExtensibleAttributes:()Z]
TypeCreationOptions.isDefaultExtensibleElements ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/TypeCreationOptions.isDefaultExtensibleElements:()Z]
TypeCreationOptions.isDefaultNillable ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/TypeCreationOptions.isDefaultNillable:()Z]
TypeCreationOptions.isQualifyAttributes ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/TypeCreationOptions.isQualifyAttributes:()Z]
TypeCreationOptions.isQualifyElements ( ) : boolean
[run-time name: org/apache/cxf/aegis/type/TypeCreationOptions.isQualifyElements:()Z]
TypeCreationOptions.setDefaultExtensibleAttributes ( boolean defaultExtensibleAttributes ) : void
[run-time name: org/apache/cxf/aegis/type/TypeCreationOptions.setDefaultExtensibleAttributes:(Z)V]
TypeCreationOptions.setDefaultExtensibleElements ( boolean defaultExtensibleElements ) : void
[run-time name: org/apache/cxf/aegis/type/TypeCreationOptions.setDefaultExtensibleElements:(Z)V]
TypeCreationOptions.setDefaultMinOccurs ( int defaultMinOccurs ) : void
[run-time name: org/apache/cxf/aegis/type/TypeCreationOptions.setDefaultMinOccurs:(I)V]
TypeCreationOptions.setDefaultNillable ( boolean defaultNillable ) : void
[run-time name: org/apache/cxf/aegis/type/TypeCreationOptions.setDefaultNillable:(Z)V]
TypeCreationOptions.setQualifyAttributes ( boolean qualifyAttributes ) : void
[run-time name: org/apache/cxf/aegis/type/TypeCreationOptions.setQualifyAttributes:(Z)V]
TypeCreationOptions.setQualifyElements ( boolean qualifyElements ) : void
[run-time name: org/apache/cxf/aegis/type/TypeCreationOptions.setQualifyElements:(Z)V]
TypeCreationOptions.TypeCreationOptions ( )
[run-time name: org/apache/cxf/aegis/type/TypeCreationOptions."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, TypeCreator.class
package org.apache.cxf.aegis.type
TypeCreator.createBasicClassInfo ( reflect.Type p1 ) [abstract] : TypeClassInfo
[run-time name: org/apache/cxf/aegis/type/TypeCreator.createBasicClassInfo:(Ljava/lang/reflect/Type;)Lorg/apache/cxf/aegis/type/TypeClassInfo;]
TypeCreator.createClassInfo ( reflect.Method p1, int p2 ) [abstract] : TypeClassInfo
[run-time name: org/apache/cxf/aegis/type/TypeCreator.createClassInfo:(Ljava/lang/reflect/Method;I)Lorg/apache/cxf/aegis/type/TypeClassInfo;]
TypeCreator.createType ( java.beans.PropertyDescriptor p1 ) [abstract] : AegisType
[run-time name: org/apache/cxf/aegis/type/TypeCreator.createType:(Ljava/beans/PropertyDescriptor;)Lorg/apache/cxf/aegis/type/AegisType;]
TypeCreator.createType ( reflect.Field p1 ) [abstract] : AegisType
[run-time name: org/apache/cxf/aegis/type/TypeCreator.createType:(Ljava/lang/reflect/Field;)Lorg/apache/cxf/aegis/type/AegisType;]
TypeCreator.createType ( reflect.Method p1, int p2 ) [abstract] : AegisType
[run-time name: org/apache/cxf/aegis/type/TypeCreator.createType:(Ljava/lang/reflect/Method;I)Lorg/apache/cxf/aegis/type/AegisType;]
TypeCreator.createType ( reflect.Type p1 ) [abstract] : AegisType
[run-time name: org/apache/cxf/aegis/type/TypeCreator.createType:(Ljava/lang/reflect/Type;)Lorg/apache/cxf/aegis/type/AegisType;]
TypeCreator.createTypeForClass ( TypeClassInfo p1 ) [abstract] : AegisType
[run-time name: org/apache/cxf/aegis/type/TypeCreator.createTypeForClass:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
TypeCreator.getElementName ( reflect.Method p1, int p2 ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/TypeCreator.getElementName:(Ljava/lang/reflect/Method;I)Ljavax/xml/namespace/QName;]
TypeCreator.getParent ( ) [abstract] : TypeCreator
[run-time name: org/apache/cxf/aegis/type/TypeCreator.getParent:()Lorg/apache/cxf/aegis/type/TypeCreator;]
TypeCreator.setParent ( TypeCreator p1 ) [abstract] : void
[run-time name: org/apache/cxf/aegis/type/TypeCreator.setParent:(Lorg/apache/cxf/aegis/type/TypeCreator;)V]
TypeCreator.setTypeMapping ( TypeMapping p1 ) [abstract] : void
[run-time name: org/apache/cxf/aegis/type/TypeCreator.setTypeMapping:(Lorg/apache/cxf/aegis/type/TypeMapping;)V]
openejb-cxf-bundle-2.5.2.jar, TypeDclVisitor.class
package org.apache.cxf.tools.corba.processors.idl
TypeDclVisitor.accept ( antlr.collections.AST node ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypeDclVisitor.accept:(Lantlr/collections/AST;)Z]
TypeDclVisitor.TypeDclVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor )
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypeDclVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;)V]
TypeDclVisitor.visit ( antlr.collections.AST node ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypeDclVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, TypedefDeferredAction.class
package org.apache.cxf.tools.corba.processors.idl
TypedefDeferredAction.execute ( org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypedefDeferredAction.execute:(Lorg/apache/ws/commons/schema/XmlSchemaType;Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;)V]
TypedefDeferredAction.TypedefDeferredAction ( org.apache.cxf.binding.corba.wsdl.Alias aliasType )
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypedefDeferredAction."<init>":(Lorg/apache/cxf/binding/corba/wsdl/Alias;)V]
openejb-cxf-bundle-2.5.2.jar, TypedefVisitor.class
package org.apache.cxf.tools.corba.processors.idl
TypedefVisitor.accept ( antlr.collections.AST node ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypedefVisitor.accept:(Lantlr/collections/AST;)Z]
TypedefVisitor.TypedefVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor )
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypedefVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;)V]
TypedefVisitor.visit ( antlr.collections.AST typedefNode ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypedefVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, TypeHelperClassLoader.class
package org.apache.cxf.common.util
ASMHelper.TypeHelperClassLoader.defineClass ( String name, byte[ ] bytes ) : Class
[run-time name: org/apache/cxf/common/util/ASMHelper.TypeHelperClassLoader.defineClass:(Ljava/lang/String;[B)Ljava/lang/Class;]
ASMHelper.TypeHelperClassLoader.lookupDefinedClass ( String name ) : Class
[run-time name: org/apache/cxf/common/util/ASMHelper.TypeHelperClassLoader.lookupDefinedClass:(Ljava/lang/String;)Ljava/lang/Class;]
openejb-cxf-bundle-2.5.2.jar, TypeMapCache.class
package org.apache.cxf.binding.corba
TypeMapCache.get ( org.apache.cxf.service.model.ServiceInfo service ) [static] : CorbaTypeMap
[run-time name: org/apache/cxf/binding/corba/TypeMapCache.get:(Lorg/apache/cxf/service/model/ServiceInfo;)Lorg/apache/cxf/binding/corba/CorbaTypeMap;]
openejb-cxf-bundle-2.5.2.jar, TypeMapping.class
package org.apache.cxf.aegis.type
TypeMapping.getMappingIdentifierURI ( ) [abstract] : String
[run-time name: org/apache/cxf/aegis/type/TypeMapping.getMappingIdentifierURI:()Ljava/lang/String;]
TypeMapping.getType ( javax.xml.namespace.QName p1 ) [abstract] : AegisType
[run-time name: org/apache/cxf/aegis/type/TypeMapping.getType:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/aegis/type/AegisType;]
TypeMapping.getType ( reflect.Type p1 ) [abstract] : AegisType
[run-time name: org/apache/cxf/aegis/type/TypeMapping.getType:(Ljava/lang/reflect/Type;)Lorg/apache/cxf/aegis/type/AegisType;]
TypeMapping.getTypeCreator ( ) [abstract] : TypeCreator
[run-time name: org/apache/cxf/aegis/type/TypeMapping.getTypeCreator:()Lorg/apache/cxf/aegis/type/TypeCreator;]
TypeMapping.getTypeQName ( reflect.Type p1 ) [abstract] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/TypeMapping.getTypeQName:(Ljava/lang/reflect/Type;)Ljavax/xml/namespace/QName;]
TypeMapping.isRegistered ( javax.xml.namespace.QName p1 ) [abstract] : boolean
[run-time name: org/apache/cxf/aegis/type/TypeMapping.isRegistered:(Ljavax/xml/namespace/QName;)Z]
TypeMapping.isRegistered ( reflect.Type p1 ) [abstract] : boolean
[run-time name: org/apache/cxf/aegis/type/TypeMapping.isRegistered:(Ljava/lang/reflect/Type;)Z]
TypeMapping.register ( AegisType p1 ) [abstract] : void
[run-time name: org/apache/cxf/aegis/type/TypeMapping.register:(Lorg/apache/cxf/aegis/type/AegisType;)V]
TypeMapping.register ( reflect.Type p1, javax.xml.namespace.QName p2, AegisType p3 ) [abstract] : void
[run-time name: org/apache/cxf/aegis/type/TypeMapping.register:(Ljava/lang/reflect/Type;Ljavax/xml/namespace/QName;Lorg/apache/cxf/aegis/type/AegisType;)V]
TypeMapping.removeType ( AegisType p1 ) [abstract] : void
[run-time name: org/apache/cxf/aegis/type/TypeMapping.removeType:(Lorg/apache/cxf/aegis/type/AegisType;)V]
TypeMapping.setMappingIdentifierURI ( String p1 ) [abstract] : void
[run-time name: org/apache/cxf/aegis/type/TypeMapping.setMappingIdentifierURI:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, TypeMappingType.class
package org.apache.cxf.binding.corba.wsdl
TypeMappingType.getStructOrExceptionOrUnion ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/wsdl/TypeMappingType.getStructOrExceptionOrUnion:()Ljava/util/List;]
TypeMappingType.getTargetNamespace ( ) : String
[run-time name: org/apache/cxf/binding/corba/wsdl/TypeMappingType.getTargetNamespace:()Ljava/lang/String;]
TypeMappingType.isSetStructOrExceptionOrUnion ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/TypeMappingType.isSetStructOrExceptionOrUnion:()Z]
TypeMappingType.isSetTargetNamespace ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/TypeMappingType.isSetTargetNamespace:()Z]
TypeMappingType.setTargetNamespace ( String value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/TypeMappingType.setTargetNamespace:(Ljava/lang/String;)V]
TypeMappingType.TypeMappingType ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/TypeMappingType."<init>":()V]
TypeMappingType.unsetStructOrExceptionOrUnion ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/TypeMappingType.unsetStructOrExceptionOrUnion:()V]
openejb-cxf-bundle-2.5.2.jar, TypesCodeWriter.class
package org.apache.cxf.tools.wsdlto.databinding.jaxb
TypesCodeWriter.close ( ) : void
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/TypesCodeWriter.close:()V]
TypesCodeWriter.getExcludeFileList ( ) : java.util.List
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/TypesCodeWriter.getExcludeFileList:()Ljava/util/List;]
TypesCodeWriter.getFile ( com.sun.codemodel.JPackage pkg, String fileName ) : java.io.File
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/TypesCodeWriter.getFile:(Lcom/sun/codemodel/JPackage;Ljava/lang/String;)Ljava/io/File;]
TypesCodeWriter.getGeneratedFiles ( ) : java.util.List
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/TypesCodeWriter.getGeneratedFiles:()Ljava/util/List;]
TypesCodeWriter.openBinary ( com.sun.codemodel.JPackage pkg, String fileName ) : java.io.OutputStream
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/TypesCodeWriter.openBinary:(Lcom/sun/codemodel/JPackage;Ljava/lang/String;)Ljava/io/OutputStream;]
TypesCodeWriter.TypesCodeWriter ( java.io.File ftarget, java.util.List excludePkgs )
[run-time name: org/apache/cxf/tools/wsdlto/databinding/jaxb/TypesCodeWriter."<init>":(Ljava/io/File;Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, TypesUtils.class
package org.apache.cxf.tools.corba.processors.idl
TypesUtils.generateAnonymousScopedName ( Scope scope, org.apache.ws.commons.schema.XmlSchema schema ) [static] : Scope
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypesUtils.generateAnonymousScopedName:(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Lorg/apache/ws/commons/schema/XmlSchema;)Lorg/apache/cxf/tools/corba/processors/idl/Scope;]
TypesUtils.getConstValueByName ( antlr.collections.AST node, org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMap ) [static] : String
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypesUtils.getConstValueByName:(Lantlr/collections/AST;Lorg/apache/cxf/binding/corba/wsdl/TypeMappingType;)Ljava/lang/String;]
TypesUtils.getCorbaTypeNameNode ( antlr.collections.AST node ) [static] : antlr.collections.AST
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypesUtils.getCorbaTypeNameNode:(Lantlr/collections/AST;)Lantlr/collections/AST;]
TypesUtils.isValidIdentifier ( String id ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypesUtils.isValidIdentifier:(Ljava/lang/String;)Z]
openejb-cxf-bundle-2.5.2.jar, TypesVisitor.class
package org.apache.cxf.tools.corba.processors.idl
TypesVisitor.TypesVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor, antlr.collections.AST identifierNodeRef )
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypesVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;Lantlr/collections/AST;)V]
TypesVisitor.visit ( antlr.collections.AST node ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypesVisitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, TypesVisitorBase.class
package org.apache.cxf.tools.corba.processors.idl
TypesVisitorBase.getCorbaType ( ) : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypesVisitorBase.getCorbaType:()Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
TypesVisitorBase.getCorbaTypeMap ( ) : org.apache.cxf.binding.corba.wsdl.TypeMappingType
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypesVisitorBase.getCorbaTypeMap:()Lorg/apache/cxf/binding/corba/wsdl/TypeMappingType;]
TypesVisitorBase.getCorbaTypeName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypesVisitorBase.getCorbaTypeName:()Ljavax/xml/namespace/QName;]
TypesVisitorBase.getSchema ( ) : org.apache.ws.commons.schema.XmlSchema
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypesVisitorBase.getSchema:()Lorg/apache/ws/commons/schema/XmlSchema;]
TypesVisitorBase.getSchemaType ( ) : org.apache.ws.commons.schema.XmlSchemaType
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypesVisitorBase.getSchemaType:()Lorg/apache/ws/commons/schema/XmlSchemaType;]
TypesVisitorBase.getSchemaTypeName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypesVisitorBase.getSchemaTypeName:()Ljavax/xml/namespace/QName;]
TypesVisitorBase.setCorbaType ( org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl type ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypesVisitorBase.setCorbaType:(Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;)V]
TypesVisitorBase.setSchemaType ( org.apache.ws.commons.schema.XmlSchemaType type ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypesVisitorBase.setSchemaType:(Lorg/apache/ws/commons/schema/XmlSchemaType;)V]
TypesVisitorBase.TypesVisitorBase ( org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas, org.apache.ws.commons.schema.XmlSchema xmlSchema, org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMapRef )
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypesVisitorBase."<init>":(Lorg/apache/ws/commons/schema/XmlSchemaCollection;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/binding/corba/wsdl/TypeMappingType;)V]
TypesVisitorBase.visit ( antlr.collections.AST p1 ) [abstract] : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/TypesVisitorBase.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, TypeUtil.class
package org.apache.cxf.aegis.type
TypeUtil.getReadType ( javax.xml.stream.XMLStreamReader xsr, org.apache.cxf.aegis.AegisContext context, AegisType baseType ) [static] : AegisType
[run-time name: org/apache/cxf/aegis/type/TypeUtil.getReadType:(Ljavax/xml/stream/XMLStreamReader;Lorg/apache/cxf/aegis/AegisContext;Lorg/apache/cxf/aegis/type/AegisType;)Lorg/apache/cxf/aegis/type/AegisType;]
TypeUtil.getReadTypeStandalone ( javax.xml.stream.XMLStreamReader xsr, org.apache.cxf.aegis.AegisContext context, AegisType baseType ) [static] : AegisType
[run-time name: org/apache/cxf/aegis/type/TypeUtil.getReadTypeStandalone:(Ljavax/xml/stream/XMLStreamReader;Lorg/apache/cxf/aegis/AegisContext;Lorg/apache/cxf/aegis/type/AegisType;)Lorg/apache/cxf/aegis/type/AegisType;]
TypeUtil.getSingleTypeParameter ( reflect.Type type ) [static] : reflect.Type
[run-time name: org/apache/cxf/aegis/type/TypeUtil.getSingleTypeParameter:(Ljava/lang/reflect/Type;)Ljava/lang/reflect/Type;]
TypeUtil.getSingleTypeParameter ( reflect.Type type, int index ) [static] : reflect.Type
[run-time name: org/apache/cxf/aegis/type/TypeUtil.getSingleTypeParameter:(Ljava/lang/reflect/Type;I)Ljava/lang/reflect/Type;]
TypeUtil.getTypeClass ( reflect.Type type, boolean throwForNonClass ) [static] : Class
[run-time name: org/apache/cxf/aegis/type/TypeUtil.getTypeClass:(Ljava/lang/reflect/Type;Z)Ljava/lang/Class;]
TypeUtil.getTypeRelatedClass ( reflect.Type type ) [static] : Class
[run-time name: org/apache/cxf/aegis/type/TypeUtil.getTypeRelatedClass:(Ljava/lang/reflect/Type;)Ljava/lang/Class;]
TypeUtil.getWriteType ( org.apache.cxf.aegis.AegisContext globalContext, Object value, AegisType type ) [static] : AegisType
[run-time name: org/apache/cxf/aegis/type/TypeUtil.getWriteType:(Lorg/apache/cxf/aegis/AegisContext;Ljava/lang/Object;Lorg/apache/cxf/aegis/type/AegisType;)Lorg/apache/cxf/aegis/type/AegisType;]
TypeUtil.getWriteTypeStandalone ( org.apache.cxf.aegis.AegisContext globalContext, Object value, AegisType type ) [static] : AegisType
[run-time name: org/apache/cxf/aegis/type/TypeUtil.getWriteTypeStandalone:(Lorg/apache/cxf/aegis/AegisContext;Ljava/lang/Object;Lorg/apache/cxf/aegis/type/AegisType;)Lorg/apache/cxf/aegis/type/AegisType;]
TypeUtil.getWriteTypeStandalone ( org.apache.cxf.aegis.AegisContext globalContext, Object value, reflect.Type reflectType ) [static] : AegisType
[run-time name: org/apache/cxf/aegis/type/TypeUtil.getWriteTypeStandalone:(Lorg/apache/cxf/aegis/AegisContext;Ljava/lang/Object;Ljava/lang/reflect/Type;)Lorg/apache/cxf/aegis/type/AegisType;]
TypeUtil.setAttributeAttributes ( javax.xml.namespace.QName name, AegisType type, org.apache.ws.commons.schema.XmlSchema root ) [static] : void
[run-time name: org/apache/cxf/aegis/type/TypeUtil.setAttributeAttributes:(Ljavax/xml/namespace/QName;Lorg/apache/cxf/aegis/type/AegisType;Lorg/apache/ws/commons/schema/XmlSchema;)V]
openejb-cxf-bundle-2.5.2.jar, UID.class
package org.apache.cxf.aegis.util
UID.generate ( ) [static] : String
[run-time name: org/apache/cxf/aegis/util/UID.generate:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, UncheckedException.class
package org.apache.cxf.common.i18n
UncheckedException.getCode ( ) : String
[run-time name: org/apache/cxf/common/i18n/UncheckedException.getCode:()Ljava/lang/String;]
UncheckedException.getMessage ( ) : String
[run-time name: org/apache/cxf/common/i18n/UncheckedException.getMessage:()Ljava/lang/String;]
UncheckedException.UncheckedException ( java.util.logging.Logger log, String msg, Object[ ] params )
[run-time name: org/apache/cxf/common/i18n/UncheckedException."<init>":(Ljava/util/logging/Logger;Ljava/lang/String;[Ljava/lang/Object;)V]
UncheckedException.UncheckedException ( java.util.logging.Logger log, String msg, Throwable t, Object[ ] params )
[run-time name: org/apache/cxf/common/i18n/UncheckedException."<init>":(Ljava/util/logging/Logger;Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/Object;)V]
UncheckedException.UncheckedException ( java.util.ResourceBundle bundle, String msg, Object[ ] params )
[run-time name: org/apache/cxf/common/i18n/UncheckedException."<init>":(Ljava/util/ResourceBundle;Ljava/lang/String;[Ljava/lang/Object;)V]
UncheckedException.UncheckedException ( java.util.ResourceBundle bundle, String msg, Throwable t, Object[ ] params )
[run-time name: org/apache/cxf/common/i18n/UncheckedException."<init>":(Ljava/util/ResourceBundle;Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/Object;)V]
UncheckedException.UncheckedException ( Message msg )
[run-time name: org/apache/cxf/common/i18n/UncheckedException."<init>":(Lorg/apache/cxf/common/i18n/Message;)V]
UncheckedException.UncheckedException ( Message msg, Throwable t )
[run-time name: org/apache/cxf/common/i18n/UncheckedException."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;)V]
UncheckedException.UncheckedException ( Throwable cause )
[run-time name: org/apache/cxf/common/i18n/UncheckedException."<init>":(Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, UnexpectedArgument.class
package org.apache.cxf.tools.common.toolspec.parser
ErrorVisitor.UnexpectedArgument.ErrorVisitor.UnexpectedArgument ( String a )
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.UnexpectedArgument."<init>":(Ljava/lang/String;)V]
ErrorVisitor.UnexpectedArgument.getArgument ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.UnexpectedArgument.getArgument:()Ljava/lang/String;]
ErrorVisitor.UnexpectedArgument.toString ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.UnexpectedArgument.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, UnexpectedOption.class
package org.apache.cxf.tools.common.toolspec.parser
ErrorVisitor.UnexpectedOption.ErrorVisitor.UnexpectedOption ( String opt )
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.UnexpectedOption."<init>":(Ljava/lang/String;)V]
ErrorVisitor.UnexpectedOption.getOptionSwitch ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.UnexpectedOption.getOptionSwitch:()Ljava/lang/String;]
ErrorVisitor.UnexpectedOption.toString ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.UnexpectedOption.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, UnformattedServiceListWriter.class
package org.apache.cxf.transport.servlet.servicelist
UnformattedServiceListWriter.getContentType ( ) : String
[run-time name: org/apache/cxf/transport/servlet/servicelist/UnformattedServiceListWriter.getContentType:()Ljava/lang/String;]
UnformattedServiceListWriter.UnformattedServiceListWriter ( boolean renderWsdlList )
[run-time name: org/apache/cxf/transport/servlet/servicelist/UnformattedServiceListWriter."<init>":(Z)V]
UnformattedServiceListWriter.writeServiceList ( java.io.PrintWriter writer, String baseAddress, org.apache.cxf.transport.AbstractDestination[ ] soapDestinations, org.apache.cxf.transport.AbstractDestination[ ] restDestinations ) : void
[run-time name: org/apache/cxf/transport/servlet/servicelist/UnformattedServiceListWriter.writeServiceList:(Ljava/io/PrintWriter;Ljava/lang/String;[Lorg/apache/cxf/transport/AbstractDestination;[Lorg/apache/cxf/transport/AbstractDestination;)V]
openejb-cxf-bundle-2.5.2.jar, Union.class
package org.apache.cxf.binding.corba.wsdl
Union.getDiscriminator ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/wsdl/Union.getDiscriminator:()Ljavax/xml/namespace/QName;]
Union.getUnionbranch ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/wsdl/Union.getUnionbranch:()Ljava/util/List;]
Union.isNillable ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Union.isNillable:()Z]
Union.isSetDiscriminator ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Union.isSetDiscriminator:()Z]
Union.isSetNillable ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Union.isSetNillable:()Z]
Union.isSetUnionbranch ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Union.isSetUnionbranch:()Z]
Union.setDiscriminator ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Union.setDiscriminator:(Ljavax/xml/namespace/QName;)V]
Union.setNillable ( boolean value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Union.setNillable:(Z)V]
Union.Union ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/Union."<init>":()V]
Union.unsetNillable ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Union.unsetNillable:()V]
Union.unsetUnionbranch ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Union.unsetUnionbranch:()V]
openejb-cxf-bundle-2.5.2.jar, Unionbranch.class
package org.apache.cxf.binding.corba.wsdl
Unionbranch.getCase ( ) : java.util.List
[run-time name: org/apache/cxf/binding/corba/wsdl/Unionbranch.getCase:()Ljava/util/List;]
Unionbranch.getIdltype ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/binding/corba/wsdl/Unionbranch.getIdltype:()Ljavax/xml/namespace/QName;]
Unionbranch.getName ( ) : String
[run-time name: org/apache/cxf/binding/corba/wsdl/Unionbranch.getName:()Ljava/lang/String;]
Unionbranch.isDefault ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Unionbranch.isDefault:()Z]
Unionbranch.isQualified ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Unionbranch.isQualified:()Z]
Unionbranch.isSetCase ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Unionbranch.isSetCase:()Z]
Unionbranch.isSetDefault ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Unionbranch.isSetDefault:()Z]
Unionbranch.isSetIdltype ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Unionbranch.isSetIdltype:()Z]
Unionbranch.isSetName ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Unionbranch.isSetName:()Z]
Unionbranch.isSetQualified ( ) : boolean
[run-time name: org/apache/cxf/binding/corba/wsdl/Unionbranch.isSetQualified:()Z]
Unionbranch.setDefault ( boolean value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Unionbranch.setDefault:(Z)V]
Unionbranch.setIdltype ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Unionbranch.setIdltype:(Ljavax/xml/namespace/QName;)V]
Unionbranch.setName ( String value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Unionbranch.setName:(Ljava/lang/String;)V]
Unionbranch.setQualified ( boolean value ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Unionbranch.setQualified:(Z)V]
Unionbranch.Unionbranch ( )
[run-time name: org/apache/cxf/binding/corba/wsdl/Unionbranch."<init>":()V]
Unionbranch.unsetCase ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Unionbranch.unsetCase:()V]
Unionbranch.unsetDefault ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Unionbranch.unsetDefault:()V]
Unionbranch.unsetQualified ( ) : void
[run-time name: org/apache/cxf/binding/corba/wsdl/Unionbranch.unsetQualified:()V]
openejb-cxf-bundle-2.5.2.jar, UnionDeferredAction.class
package org.apache.cxf.tools.corba.processors.idl
UnionDeferredAction.execute ( org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/UnionDeferredAction.execute:(Lorg/apache/ws/commons/schema/XmlSchemaType;Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;)V]
UnionDeferredAction.UnionDeferredAction ( org.apache.cxf.binding.corba.wsdl.Union unionType )
[run-time name: org/apache/cxf/tools/corba/processors/idl/UnionDeferredAction."<init>":(Lorg/apache/cxf/binding/corba/wsdl/Union;)V]
UnionDeferredAction.UnionDeferredAction ( org.apache.cxf.binding.corba.wsdl.Union unionType, org.apache.cxf.binding.corba.wsdl.Unionbranch unionBranchType, org.apache.ws.commons.schema.XmlSchemaElement elem )
[run-time name: org/apache/cxf/tools/corba/processors/idl/UnionDeferredAction."<init>":(Lorg/apache/cxf/binding/corba/wsdl/Union;Lorg/apache/cxf/binding/corba/wsdl/Unionbranch;Lorg/apache/ws/commons/schema/XmlSchemaElement;)V]
UnionDeferredAction.UnionDeferredAction ( org.apache.cxf.binding.corba.wsdl.Unionbranch unionBranchType )
[run-time name: org/apache/cxf/tools/corba/processors/idl/UnionDeferredAction."<init>":(Lorg/apache/cxf/binding/corba/wsdl/Unionbranch;)V]
UnionDeferredAction.UnionDeferredAction ( org.apache.ws.commons.schema.XmlSchemaElement elem )
[run-time name: org/apache/cxf/tools/corba/processors/idl/UnionDeferredAction."<init>":(Lorg/apache/ws/commons/schema/XmlSchemaElement;)V]
openejb-cxf-bundle-2.5.2.jar, UnionVisitor.class
package org.apache.cxf.tools.corba.processors.idl
UnionVisitor.accept ( antlr.collections.AST node ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/UnionVisitor.accept:(Lantlr/collections/AST;)Z]
UnionVisitor.UnionVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor )
[run-time name: org/apache/cxf/tools/corba/processors/idl/UnionVisitor."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;)V]
UnionVisitor.visit ( antlr.collections.AST unionNode ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/UnionVisitor.visit:(Lantlr/collections/AST;)V]
UnionVisitor.visitDeclaredUnion ( antlr.collections.AST identifierNode ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/UnionVisitor.visitDeclaredUnion:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, UniqueBodyValidator.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws.validator
UniqueBodyValidator.isValid ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/UniqueBodyValidator.isValid:()Z]
UniqueBodyValidator.UniqueBodyValidator ( )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/UniqueBodyValidator."<init>":()V]
UniqueBodyValidator.UniqueBodyValidator ( org.apache.cxf.service.model.ServiceInfo s )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/UniqueBodyValidator."<init>":(Lorg/apache/cxf/service/model/ServiceInfo;)V]
openejb-cxf-bundle-2.5.2.jar, UnsafeUriCharactersEncoder.class
package org.apache.cxf.transport.jms.uri
UnsafeUriCharactersEncoder.encode ( String s ) [static] : String
[run-time name: org/apache/cxf/transport/jms/uri/UnsafeUriCharactersEncoder.encode:(Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, UnsupportedConstruct.class
package org.apache.cxf.common.xmlschema
UnsupportedConstruct.UnsupportedConstruct ( )
[run-time name: org/apache/cxf/common/xmlschema/UnsupportedConstruct."<init>":()V]
UnsupportedConstruct.UnsupportedConstruct ( java.util.logging.Logger logger, String messageKey, Object[ ] args )
[run-time name: org/apache/cxf/common/xmlschema/UnsupportedConstruct."<init>":(Ljava/util/logging/Logger;Ljava/lang/String;[Ljava/lang/Object;)V]
UnsupportedConstruct.UnsupportedConstruct ( org.apache.cxf.common.i18n.Message message )
[run-time name: org/apache/cxf/common/xmlschema/UnsupportedConstruct."<init>":(Lorg/apache/cxf/common/i18n/Message;)V]
UnsupportedConstruct.UnsupportedConstruct ( String explanation )
[run-time name: org/apache/cxf/common/xmlschema/UnsupportedConstruct."<init>":(Ljava/lang/String;)V]
UnsupportedConstruct.UnsupportedConstruct ( String explanation, Throwable cause )
[run-time name: org/apache/cxf/common/xmlschema/UnsupportedConstruct."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
UnsupportedConstruct.UnsupportedConstruct ( Throwable cause )
[run-time name: org/apache/cxf/common/xmlschema/UnsupportedConstruct."<init>":(Ljava/lang/Throwable;)V]
UnsupportedConstruct.UnsupportedConstruct ( Throwable cause, java.util.logging.Logger logger, String messageKey, Object[ ] args )
[run-time name: org/apache/cxf/common/xmlschema/UnsupportedConstruct."<init>":(Ljava/lang/Throwable;Ljava/util/logging/Logger;Ljava/lang/String;[Ljava/lang/Object;)V]
package org.apache.cxf.javascript
UnsupportedConstruct.UnsupportedConstruct ( )
[run-time name: org/apache/cxf/javascript/UnsupportedConstruct."<init>":()V]
UnsupportedConstruct.UnsupportedConstruct ( java.util.logging.Logger logger, String messageKey, Object[ ] args )
[run-time name: org/apache/cxf/javascript/UnsupportedConstruct."<init>":(Ljava/util/logging/Logger;Ljava/lang/String;[Ljava/lang/Object;)V]
UnsupportedConstruct.UnsupportedConstruct ( org.apache.cxf.common.i18n.Message message )
[run-time name: org/apache/cxf/javascript/UnsupportedConstruct."<init>":(Lorg/apache/cxf/common/i18n/Message;)V]
UnsupportedConstruct.UnsupportedConstruct ( String explanation )
[run-time name: org/apache/cxf/javascript/UnsupportedConstruct."<init>":(Ljava/lang/String;)V]
UnsupportedConstruct.UnsupportedConstruct ( String explanation, Throwable cause )
[run-time name: org/apache/cxf/javascript/UnsupportedConstruct."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
UnsupportedConstruct.UnsupportedConstruct ( Throwable cause )
[run-time name: org/apache/cxf/javascript/UnsupportedConstruct."<init>":(Ljava/lang/Throwable;)V]
UnsupportedConstruct.UnsupportedConstruct ( Throwable cause, java.util.logging.Logger logger, String messageKey, Object[ ] args )
[run-time name: org/apache/cxf/javascript/UnsupportedConstruct."<init>":(Ljava/lang/Throwable;Ljava/util/logging/Logger;Ljava/lang/String;[Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, UntrustedURLConnectionIOException.class
package org.apache.cxf.transport.http
UntrustedURLConnectionIOException.UntrustedURLConnectionIOException ( String message )
[run-time name: org/apache/cxf/transport/http/UntrustedURLConnectionIOException."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, UnwrappedOperationInfo.class
package org.apache.cxf.service.model
UnwrappedOperationInfo.addFault ( javax.xml.namespace.QName name, javax.xml.namespace.QName message ) : FaultInfo
[run-time name: org/apache/cxf/service/model/UnwrappedOperationInfo.addFault:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/service/model/FaultInfo;]
UnwrappedOperationInfo.getFault ( javax.xml.namespace.QName name ) : FaultInfo
[run-time name: org/apache/cxf/service/model/UnwrappedOperationInfo.getFault:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/service/model/FaultInfo;]
UnwrappedOperationInfo.getFaults ( ) : java.util.Collection
[run-time name: org/apache/cxf/service/model/UnwrappedOperationInfo.getFaults:()Ljava/util/Collection;]
UnwrappedOperationInfo.getWrappedOperation ( ) : OperationInfo
[run-time name: org/apache/cxf/service/model/UnwrappedOperationInfo.getWrappedOperation:()Lorg/apache/cxf/service/model/OperationInfo;]
UnwrappedOperationInfo.isUnwrapped ( ) : boolean
[run-time name: org/apache/cxf/service/model/UnwrappedOperationInfo.isUnwrapped:()Z]
UnwrappedOperationInfo.setInput ( String nm, MessageInfo in ) : void
[run-time name: org/apache/cxf/service/model/UnwrappedOperationInfo.setInput:(Ljava/lang/String;Lorg/apache/cxf/service/model/MessageInfo;)V]
UnwrappedOperationInfo.setOutput ( String nm, MessageInfo out ) : void
[run-time name: org/apache/cxf/service/model/UnwrappedOperationInfo.setOutput:(Ljava/lang/String;Lorg/apache/cxf/service/model/MessageInfo;)V]
UnwrappedOperationInfo.UnwrappedOperationInfo ( OperationInfo op )
[run-time name: org/apache/cxf/service/model/UnwrappedOperationInfo."<init>":(Lorg/apache/cxf/service/model/OperationInfo;)V]
openejb-cxf-bundle-2.5.2.jar, UpfrontConduitSelector.class
package org.apache.cxf.endpoint
UpfrontConduitSelector.getLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/cxf/endpoint/UpfrontConduitSelector.getLogger:()Ljava/util/logging/Logger;]
UpfrontConduitSelector.prepare ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/endpoint/UpfrontConduitSelector.prepare:(Lorg/apache/cxf/message/Message;)V]
UpfrontConduitSelector.selectConduit ( org.apache.cxf.message.Message message ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/cxf/endpoint/UpfrontConduitSelector.selectConduit:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/transport/Conduit;]
UpfrontConduitSelector.UpfrontConduitSelector ( )
[run-time name: org/apache/cxf/endpoint/UpfrontConduitSelector."<init>":()V]
UpfrontConduitSelector.UpfrontConduitSelector ( org.apache.cxf.transport.Conduit c )
[run-time name: org/apache/cxf/endpoint/UpfrontConduitSelector."<init>":(Lorg/apache/cxf/transport/Conduit;)V]
openejb-cxf-bundle-2.5.2.jar, URI.class
package org.apache.cxf.ws.policy.v200607
URI.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/policy/v200607/URI.getOtherAttributes:()Ljava/util/Map;]
URI.getValue ( ) : String
[run-time name: org/apache/cxf/ws/policy/v200607/URI.getValue:()Ljava/lang/String;]
URI.setValue ( String value ) : void
[run-time name: org/apache/cxf/ws/policy/v200607/URI.setValue:(Ljava/lang/String;)V]
URI.URI ( )
[run-time name: org/apache/cxf/ws/policy/v200607/URI."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, URIMapper.class
package org.apache.cxf.binding.http
URIMapper.bind ( org.apache.cxf.service.model.BindingOperationInfo bop, String uri, String verb ) : void
[run-time name: org/apache/cxf/binding/http/URIMapper.bind:(Lorg/apache/cxf/service/model/BindingOperationInfo;Ljava/lang/String;Ljava/lang/String;)V]
URIMapper.getLocation ( org.apache.cxf.service.model.BindingOperationInfo bop ) : String
[run-time name: org/apache/cxf/binding/http/URIMapper.getLocation:(Lorg/apache/cxf/service/model/BindingOperationInfo;)Ljava/lang/String;]
URIMapper.getOperation ( String uri, String verb, org.apache.cxf.message.Message m ) : org.apache.cxf.service.model.BindingOperationInfo
[run-time name: org/apache/cxf/binding/http/URIMapper.getOperation:(Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/service/model/BindingOperationInfo;]
URIMapper.getParameters ( org.apache.cxf.service.model.MessageInfo msgInfo, String path ) : java.util.List
[run-time name: org/apache/cxf/binding/http/URIMapper.getParameters:(Lorg/apache/cxf/service/model/MessageInfo;Ljava/lang/String;)Ljava/util/List;]
URIMapper.getVerb ( org.apache.cxf.service.model.BindingOperationInfo bop ) : String
[run-time name: org/apache/cxf/binding/http/URIMapper.getVerb:(Lorg/apache/cxf/service/model/BindingOperationInfo;)Ljava/lang/String;]
URIMapper.URIMapper ( )
[run-time name: org/apache/cxf/binding/http/URIMapper."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, URIMappingInterceptor.class
package org.apache.cxf.interceptor
URIMappingInterceptor.getOperationName ( org.apache.cxf.message.Message message ) : String
[run-time name: org/apache/cxf/interceptor/URIMappingInterceptor.getOperationName:(Lorg/apache/cxf/message/Message;)Ljava/lang/String;]
URIMappingInterceptor.getParameters ( org.apache.cxf.message.Message message, org.apache.cxf.service.model.BindingOperationInfo operation ) : org.apache.cxf.message.MessageContentsList
[run-time name: org/apache/cxf/interceptor/URIMappingInterceptor.getParameters:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/service/model/BindingOperationInfo;)Lorg/apache/cxf/message/MessageContentsList;]
URIMappingInterceptor.getQueries ( org.apache.cxf.message.Message message ) : java.util.Map
[run-time name: org/apache/cxf/interceptor/URIMappingInterceptor.getQueries:(Lorg/apache/cxf/message/Message;)Ljava/util/Map;]
URIMappingInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/URIMappingInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
URIMappingInterceptor.keepInOrder ( java.util.Map params, org.apache.cxf.service.model.OperationInfo operation, java.util.List order ) : java.util.Map
[run-time name: org/apache/cxf/interceptor/URIMappingInterceptor.keepInOrder:(Ljava/util/Map;Lorg/apache/cxf/service/model/OperationInfo;Ljava/util/List;)Ljava/util/Map;]
URIMappingInterceptor.URIMappingInterceptor ( )
[run-time name: org/apache/cxf/interceptor/URIMappingInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, URIParameterInInterceptor.class
package org.apache.cxf.binding.http.interceptor
URIParameterInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/http/interceptor/URIParameterInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
URIParameterInInterceptor.URIParameterInInterceptor ( )
[run-time name: org/apache/cxf/binding/http/interceptor/URIParameterInInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, URIParameterOutInterceptor.class
package org.apache.cxf.binding.http.interceptor
URIParameterOutInterceptor.encodeIri ( String uri, org.w3c.dom.Document doc ) [static] : String
[run-time name: org/apache/cxf/binding/http/interceptor/URIParameterOutInterceptor.encodeIri:(Ljava/lang/String;Lorg/w3c/dom/Document;)Ljava/lang/String;]
URIParameterOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/http/interceptor/URIParameterOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
URIParameterOutInterceptor.URIParameterOutInterceptor ( )
[run-time name: org/apache/cxf/binding/http/interceptor/URIParameterOutInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, URIParserUtil.class
package org.apache.cxf.tools.util
URIParserUtil.containsReservedKeywords ( String token ) [static] : boolean
[run-time name: org/apache/cxf/tools/util/URIParserUtil.containsReservedKeywords:(Ljava/lang/String;)Z]
URIParserUtil.escapeChars ( String s ) [static] : String
[run-time name: org/apache/cxf/tools/util/URIParserUtil.escapeChars:(Ljava/lang/String;)Ljava/lang/String;]
URIParserUtil.getAbsoluteURI ( String arg ) [static] : String
[run-time name: org/apache/cxf/tools/util/URIParserUtil.getAbsoluteURI:(Ljava/lang/String;)Ljava/lang/String;]
URIParserUtil.getNamespace ( String packageName ) [static] : String
[run-time name: org/apache/cxf/tools/util/URIParserUtil.getNamespace:(Ljava/lang/String;)Ljava/lang/String;]
URIParserUtil.getPackageName ( String nameSpaceURI ) [static] : String
[run-time name: org/apache/cxf/tools/util/URIParserUtil.getPackageName:(Ljava/lang/String;)Ljava/lang/String;]
URIParserUtil.normalize ( String uri ) [static] : String
[run-time name: org/apache/cxf/tools/util/URIParserUtil.normalize:(Ljava/lang/String;)Ljava/lang/String;]
URIParserUtil.parsePackageName ( String namespace, String defaultPackageName ) [static] : String
[run-time name: org/apache/cxf/tools/util/URIParserUtil.parsePackageName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
URIParserUtil.pathToURLs ( String path ) [static] : java.net.URL[ ]
[run-time name: org/apache/cxf/tools/util/URIParserUtil.pathToURLs:(Ljava/lang/String;)[Ljava/net/URL;]
openejb-cxf-bundle-2.5.2.jar, URIResolver.class
package org.apache.cxf.resource
URIResolver.getFile ( ) : java.io.File
[run-time name: org/apache/cxf/resource/URIResolver.getFile:()Ljava/io/File;]
URIResolver.getInputStream ( ) : java.io.InputStream
[run-time name: org/apache/cxf/resource/URIResolver.getInputStream:()Ljava/io/InputStream;]
URIResolver.getURI ( ) : java.net.URI
[run-time name: org/apache/cxf/resource/URIResolver.getURI:()Ljava/net/URI;]
URIResolver.getURL ( ) : java.net.URL
[run-time name: org/apache/cxf/resource/URIResolver.getURL:()Ljava/net/URL;]
URIResolver.isFile ( ) : boolean
[run-time name: org/apache/cxf/resource/URIResolver.isFile:()Z]
URIResolver.isResolved ( ) : boolean
[run-time name: org/apache/cxf/resource/URIResolver.isResolved:()Z]
URIResolver.resolve ( String baseUriStr, String uriStr, Class callingCls ) : void
[run-time name: org/apache/cxf/resource/URIResolver.resolve:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;)V]
URIResolver.unresolve ( ) : void
[run-time name: org/apache/cxf/resource/URIResolver.unresolve:()V]
URIResolver.URIResolver ( )
[run-time name: org/apache/cxf/resource/URIResolver."<init>":()V]
URIResolver.URIResolver ( String baseUriStr, String uriStr )
[run-time name: org/apache/cxf/resource/URIResolver."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
URIResolver.URIResolver ( String baseUriStr, String uriStr, Class calling )
[run-time name: org/apache/cxf/resource/URIResolver."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;)V]
URIResolver.URIResolver ( String path )
[run-time name: org/apache/cxf/resource/URIResolver."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, URISupport.class
package org.apache.cxf.transport.jms.uri
URISupport.changeScheme ( java.net.URI bindAddr, String scheme ) [static] : java.net.URI
[run-time name: org/apache/cxf/transport/jms/uri/URISupport.changeScheme:(Ljava/net/URI;Ljava/lang/String;)Ljava/net/URI;]
URISupport.checkParenthesis ( String str ) [static] : boolean
[run-time name: org/apache/cxf/transport/jms/uri/URISupport.checkParenthesis:(Ljava/lang/String;)Z]
URISupport.createQueryString ( java.util.Map options ) [static] : String
[run-time name: org/apache/cxf/transport/jms/uri/URISupport.createQueryString:(Ljava/util/Map;)Ljava/lang/String;]
URISupport.createRemainingURI ( java.net.URI originalURI, java.util.Map params ) [static] : java.net.URI
[run-time name: org/apache/cxf/transport/jms/uri/URISupport.createRemainingURI:(Ljava/net/URI;Ljava/util/Map;)Ljava/net/URI;]
URISupport.createURIWithQuery ( java.net.URI uri, String query ) [static] : java.net.URI
[run-time name: org/apache/cxf/transport/jms/uri/URISupport.createURIWithQuery:(Ljava/net/URI;Ljava/lang/String;)Ljava/net/URI;]
URISupport.parseComposite ( java.net.URI uri ) [static] : URISupport.CompositeData
[run-time name: org/apache/cxf/transport/jms/uri/URISupport.parseComposite:(Ljava/net/URI;)Lorg/apache/cxf/transport/jms/uri/URISupport$CompositeData;]
URISupport.parseParameters ( java.net.URI uri ) [static] : java.util.Map
[run-time name: org/apache/cxf/transport/jms/uri/URISupport.parseParameters:(Ljava/net/URI;)Ljava/util/Map;]
URISupport.parseQuery ( String uri ) [static] : java.util.Map
[run-time name: org/apache/cxf/transport/jms/uri/URISupport.parseQuery:(Ljava/lang/String;)Ljava/util/Map;]
URISupport.removeQuery ( java.net.URI uri ) [static] : java.net.URI
[run-time name: org/apache/cxf/transport/jms/uri/URISupport.removeQuery:(Ljava/net/URI;)Ljava/net/URI;]
URISupport.stripPrefix ( String value, String prefix ) [static] : String
[run-time name: org/apache/cxf/transport/jms/uri/URISupport.stripPrefix:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
URISupport.stripScheme ( java.net.URI uri ) [static] : java.net.URI
[run-time name: org/apache/cxf/transport/jms/uri/URISupport.stripScheme:(Ljava/net/URI;)Ljava/net/URI;]
openejb-cxf-bundle-2.5.2.jar, URITemplate.class
package org.apache.cxf.jaxrs.model
URITemplate.compareTemplates ( URITemplate t1, URITemplate t2 ) [static] : int
[run-time name: org/apache/cxf/jaxrs/model/URITemplate.compareTemplates:(Lorg/apache/cxf/jaxrs/model/URITemplate;Lorg/apache/cxf/jaxrs/model/URITemplate;)I]
URITemplate.createTemplate ( javax.ws.rs.Path path ) [static] : URITemplate
[run-time name: org/apache/cxf/jaxrs/model/URITemplate.createTemplate:(Ljavax/ws/rs/Path;)Lorg/apache/cxf/jaxrs/model/URITemplate;]
URITemplate.createTemplate ( String pathValue ) [static] : URITemplate
[run-time name: org/apache/cxf/jaxrs/model/URITemplate.createTemplate:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/model/URITemplate;]
URITemplate.encodeLiteralCharacters ( ) : String
[run-time name: org/apache/cxf/jaxrs/model/URITemplate.encodeLiteralCharacters:()Ljava/lang/String;]
URITemplate.getCustomVariables ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/model/URITemplate.getCustomVariables:()Ljava/util/List;]
URITemplate.getLiteralChars ( ) : String
[run-time name: org/apache/cxf/jaxrs/model/URITemplate.getLiteralChars:()Ljava/lang/String;]
URITemplate.getValue ( ) : String
[run-time name: org/apache/cxf/jaxrs/model/URITemplate.getValue:()Ljava/lang/String;]
URITemplate.getVariables ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/model/URITemplate.getVariables:()Ljava/util/List;]
URITemplate.match ( String uri, javax.ws.rs.core.MultivaluedMap templateVariableToValue ) : boolean
[run-time name: org/apache/cxf/jaxrs/model/URITemplate.match:(Ljava/lang/String;Ljavax/ws/rs/core/MultivaluedMap;)Z]
URITemplate.substitute ( java.util.List values ) : String
[run-time name: org/apache/cxf/jaxrs/model/URITemplate.substitute:(Ljava/util/List;)Ljava/lang/String;]
URITemplate.substitute ( java.util.Map valuesMap ) : String
[run-time name: org/apache/cxf/jaxrs/model/URITemplate.substitute:(Ljava/util/Map;)Ljava/lang/String;]
URITemplate.URITemplate ( String theTemplate )
[run-time name: org/apache/cxf/jaxrs/model/URITemplate."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, URIType.class
package org.apache.cxf.aegis.type.basic
URIType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/basic/URIType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
URIType.URIType ( )
[run-time name: org/apache/cxf/aegis/type/basic/URIType."<init>":()V]
URIType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/basic/URIType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
openejb-cxf-bundle-2.5.2.jar, URLConnectionInfo.class
package org.apache.cxf.transport.http
URLConnectionInfo.getURL ( ) : java.net.URL
[run-time name: org/apache/cxf/transport/http/URLConnectionInfo.getURL:()Ljava/net/URL;]
URLConnectionInfo.URLConnectionInfo ( java.net.URLConnection connection )
[run-time name: org/apache/cxf/transport/http/URLConnectionInfo."<init>":(Ljava/net/URLConnection;)V]
openejb-cxf-bundle-2.5.2.jar, UrlEncoded.class
package org.apache.cxf.wsdl.http
UrlEncoded.UrlEncoded ( )
[run-time name: org/apache/cxf/wsdl/http/UrlEncoded."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, URLFactory.class
package org.apache.cxf.tools.util
URLFactory.createURL ( java.net.URL context, String spec ) [static] : java.net.URL
[run-time name: org/apache/cxf/tools/util/URLFactory.createURL:(Ljava/net/URL;Ljava/lang/String;)Ljava/net/URL;]
URLFactory.createURL ( String spec ) [static] : java.net.URL
[run-time name: org/apache/cxf/tools/util/URLFactory.createURL:(Ljava/lang/String;)Ljava/net/URL;]
URLFactory.findHandler ( String protocol ) [static] : java.net.URLStreamHandler
[run-time name: org/apache/cxf/tools/util/URLFactory.findHandler:(Ljava/lang/String;)Ljava/net/URLStreamHandler;]
openejb-cxf-bundle-2.5.2.jar, UrlPatternType.class
package org.apache.cxf.jaxws.javaee
UrlPatternType.getValue ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/UrlPatternType.getValue:()Ljava/lang/String;]
UrlPatternType.setValue ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/UrlPatternType.setValue:(Ljava/lang/String;)V]
UrlPatternType.UrlPatternType ( )
[run-time name: org/apache/cxf/jaxws/javaee/UrlPatternType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, UrlReplacement.class
package org.apache.cxf.wsdl.http
UrlReplacement.UrlReplacement ( )
[run-time name: org/apache/cxf/wsdl/http/UrlReplacement."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, UrlUtilities.class
package org.apache.cxf.transport.http
UrlUtilities.getStem ( String baseURI ) [static] : String
[run-time name: org/apache/cxf/transport/http/UrlUtilities.getStem:(Ljava/lang/String;)Ljava/lang/String;]
UrlUtilities.parseQueryString ( String s ) [static] : java.util.Map
[run-time name: org/apache/cxf/transport/http/UrlUtilities.parseQueryString:(Ljava/lang/String;)Ljava/util/Map;]
openejb-cxf-bundle-2.5.2.jar, UrlUtils.class
package org.apache.cxf.common.util
UrlUtils.pathDecode ( String value ) [static] : String
[run-time name: org/apache/cxf/common/util/UrlUtils.pathDecode:(Ljava/lang/String;)Ljava/lang/String;]
UrlUtils.urlDecode ( String value ) [static] : String
[run-time name: org/apache/cxf/common/util/UrlUtils.urlDecode:(Ljava/lang/String;)Ljava/lang/String;]
UrlUtils.urlDecode ( String value, String enc ) [static] : String
[run-time name: org/apache/cxf/common/util/UrlUtils.urlDecode:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, UseGzip.class
package org.apache.cxf.transport.common.gzip
GZIPOutInterceptor.UseGzip.valueOf ( String name ) [static] : GZIPOutInterceptor.UseGzip
[run-time name: org/apache/cxf/transport/common/gzip/GZIPOutInterceptor.UseGzip.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/transport/common/gzip/GZIPOutInterceptor$UseGzip;]
GZIPOutInterceptor.UseGzip.values ( ) [static] : GZIPOutInterceptor.UseGzip[ ]
[run-time name: org/apache/cxf/transport/common/gzip/GZIPOutInterceptor.UseGzip.values:()[Lorg/apache/cxf/transport/common/gzip/GZIPOutInterceptor$UseGzip;]
openejb-cxf-bundle-2.5.2.jar, UseKeyType.class
package org.apache.cxf.ws.security.sts.provider.model
UseKeyType.getAny ( ) : Object
[run-time name: org/apache/cxf/ws/security/sts/provider/model/UseKeyType.getAny:()Ljava/lang/Object;]
UseKeyType.getSig ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/UseKeyType.getSig:()Ljava/lang/String;]
UseKeyType.setAny ( Object value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/UseKeyType.setAny:(Ljava/lang/Object;)V]
UseKeyType.setSig ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/UseKeyType.setSig:(Ljava/lang/String;)V]
UseKeyType.UseKeyType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/UseKeyType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, UserError.class
package org.apache.cxf.tools.common.toolspec.parser
ErrorVisitor.UserError.ErrorVisitor.UserError ( String m )
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.UserError."<init>":(Ljava/lang/String;)V]
ErrorVisitor.UserError.getMessage ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.UserError.getMessage:()Ljava/lang/String;]
ErrorVisitor.UserError.toString ( ) : String
[run-time name: org/apache/cxf/tools/common/toolspec/parser/ErrorVisitor.UserError.toString:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, UsernameToken.class
package org.apache.cxf.common.security
UsernameToken.getCreatedTime ( ) : String
[run-time name: org/apache/cxf/common/security/UsernameToken.getCreatedTime:()Ljava/lang/String;]
UsernameToken.getName ( ) : String
[run-time name: org/apache/cxf/common/security/UsernameToken.getName:()Ljava/lang/String;]
UsernameToken.getNonce ( ) : String
[run-time name: org/apache/cxf/common/security/UsernameToken.getNonce:()Ljava/lang/String;]
UsernameToken.getPassword ( ) : String
[run-time name: org/apache/cxf/common/security/UsernameToken.getPassword:()Ljava/lang/String;]
UsernameToken.getPasswordType ( ) : String
[run-time name: org/apache/cxf/common/security/UsernameToken.getPasswordType:()Ljava/lang/String;]
UsernameToken.getTokenType ( ) : TokenType
[run-time name: org/apache/cxf/common/security/UsernameToken.getTokenType:()Lorg/apache/cxf/common/security/TokenType;]
UsernameToken.isHashed ( ) : boolean
[run-time name: org/apache/cxf/common/security/UsernameToken.isHashed:()Z]
UsernameToken.UsernameToken ( String name, String password, String passwordType, boolean isHashed, String nonce, String createdTime )
[run-time name: org/apache/cxf/common/security/UsernameToken."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;Ljava/lang/String;)V]
package org.apache.cxf.ws.security.policy.model
UsernameToken.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/UsernameToken.getName:()Ljavax/xml/namespace/QName;]
UsernameToken.isHashPassword ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/UsernameToken.isHashPassword:()Z]
UsernameToken.isNoPassword ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/UsernameToken.isNoPassword:()Z]
UsernameToken.isRequireCreated ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/UsernameToken.isRequireCreated:()Z]
UsernameToken.isRequireNonce ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/UsernameToken.isRequireNonce:()Z]
UsernameToken.isUseUTProfile10 ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/UsernameToken.isUseUTProfile10:()Z]
UsernameToken.isUseUTProfile11 ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/UsernameToken.isUseUTProfile11:()Z]
UsernameToken.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/UsernameToken.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
UsernameToken.setHashPassword ( boolean hashPassword ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/UsernameToken.setHashPassword:(Z)V]
UsernameToken.setNoPassword ( boolean noPassword ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/UsernameToken.setNoPassword:(Z)V]
UsernameToken.setRequireCreated ( boolean requireCreated ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/UsernameToken.setRequireCreated:(Z)V]
UsernameToken.setRequireNonce ( boolean requireNonce ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/UsernameToken.setRequireNonce:(Z)V]
UsernameToken.setUseUTProfile10 ( boolean useUTProfile10 ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/UsernameToken.setUseUTProfile10:(Z)V]
UsernameToken.setUseUTProfile11 ( boolean useUTProfile11 ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/UsernameToken.setUseUTProfile11:(Z)V]
UsernameToken.UsernameToken ( org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/UsernameToken."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;)V]
openejb-cxf-bundle-2.5.2.jar, UsernameTokenBuilder.class
package org.apache.cxf.ws.security.policy.builders
UsernameTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/UsernameTokenBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
UsernameTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/UsernameTokenBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
UsernameTokenBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/UsernameTokenBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
UsernameTokenBuilder.UsernameTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/builders/UsernameTokenBuilder."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, UsernameTokenInterceptor.class
package org.apache.cxf.ws.security.wss4j
UsernameTokenInterceptor.addUsernameToken ( org.apache.cxf.binding.soap.SoapMessage message, org.apache.cxf.ws.security.policy.model.UsernameToken token ) : org.apache.ws.security.message.WSSecUsernameToken
[run-time name: org/apache/cxf/ws/security/wss4j/UsernameTokenInterceptor.addUsernameToken:(Lorg/apache/cxf/binding/soap/SoapMessage;Lorg/apache/cxf/ws/security/policy/model/UsernameToken;)Lorg/apache/ws/security/message/WSSecUsernameToken;]
UsernameTokenInterceptor.createSecurityContext ( java.security.Principal p, javax.security.auth.Subject subject ) : org.apache.cxf.security.SecurityContext
[run-time name: org/apache/cxf/ws/security/wss4j/UsernameTokenInterceptor.createSecurityContext:(Ljava/security/Principal;Ljavax/security/auth/Subject;)Lorg/apache/cxf/security/SecurityContext;]
UsernameTokenInterceptor.createSubject ( String name, String password, boolean isDigest, String nonce, String created ) : javax.security.auth.Subject
[run-time name: org/apache/cxf/ws/security/wss4j/UsernameTokenInterceptor.createSubject:(Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;Ljava/lang/String;)Ljavax/security/auth/Subject;]
UsernameTokenInterceptor.getPassword ( String userName, org.apache.cxf.ws.security.policy.model.UsernameToken info, int type, org.apache.cxf.binding.soap.SoapMessage message ) : String
[run-time name: org/apache/cxf/ws/security/wss4j/UsernameTokenInterceptor.getPassword:(Ljava/lang/String;Lorg/apache/cxf/ws/security/policy/model/UsernameToken;ILorg/apache/cxf/binding/soap/SoapMessage;)Ljava/lang/String;]
UsernameTokenInterceptor.getPrincipal ( org.w3c.dom.Element tokenElement, org.apache.cxf.binding.soap.SoapMessage message ) : org.apache.ws.security.WSUsernameTokenPrincipal
[run-time name: org/apache/cxf/ws/security/wss4j/UsernameTokenInterceptor.getPrincipal:(Lorg/w3c/dom/Element;Lorg/apache/cxf/binding/soap/SoapMessage;)Lorg/apache/ws/security/WSUsernameTokenPrincipal;]
UsernameTokenInterceptor.getUnderstoodHeaders ( ) : java.util.Set
[run-time name: org/apache/cxf/ws/security/wss4j/UsernameTokenInterceptor.getUnderstoodHeaders:()Ljava/util/Set;]
UsernameTokenInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/UsernameTokenInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
UsernameTokenInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/UsernameTokenInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
UsernameTokenInterceptor.parseTokenAndCreatePrincipal ( org.w3c.dom.Element tokenElement ) : org.apache.ws.security.WSUsernameTokenPrincipal
[run-time name: org/apache/cxf/ws/security/wss4j/UsernameTokenInterceptor.parseTokenAndCreatePrincipal:(Lorg/w3c/dom/Element;)Lorg/apache/ws/security/WSUsernameTokenPrincipal;]
UsernameTokenInterceptor.policyNotAsserted ( org.apache.cxf.ws.security.policy.model.UsernameToken assertion, Exception reason, org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/UsernameTokenInterceptor.policyNotAsserted:(Lorg/apache/cxf/ws/security/policy/model/UsernameToken;Ljava/lang/Exception;Lorg/apache/cxf/binding/soap/SoapMessage;)V]
UsernameTokenInterceptor.policyNotAsserted ( org.apache.cxf.ws.security.policy.model.UsernameToken assertion, String reason, org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/UsernameTokenInterceptor.policyNotAsserted:(Lorg/apache/cxf/ws/security/policy/model/UsernameToken;Ljava/lang/String;Lorg/apache/cxf/binding/soap/SoapMessage;)V]
UsernameTokenInterceptor.UsernameTokenInterceptor ( )
[run-time name: org/apache/cxf/ws/security/wss4j/UsernameTokenInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, UsernameTokenInterceptorProvider.class
package org.apache.cxf.ws.security.policy.interceptors
UsernameTokenInterceptorProvider.UsernameTokenInterceptorProvider ( )
[run-time name: org/apache/cxf/ws/security/policy/interceptors/UsernameTokenInterceptorProvider."<init>":()V]
UsernameTokenInterceptorProvider.UsernameTokenInterceptorProvider ( org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/ws/security/policy/interceptors/UsernameTokenInterceptorProvider."<init>":(Lorg/apache/cxf/Bus;)V]
UsernameTokenInterceptorProvider.UsernameTokenInterceptorProvider ( org.apache.cxf.ws.security.wss4j.UsernameTokenInterceptor inInterceptor )
[run-time name: org/apache/cxf/ws/security/policy/interceptors/UsernameTokenInterceptorProvider."<init>":(Lorg/apache/cxf/ws/security/wss4j/UsernameTokenInterceptor;)V]
openejb-cxf-bundle-2.5.2.jar, UsernameTokenPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
UsernameTokenPolicyValidator.checkTokens ( org.apache.cxf.ws.security.policy.model.UsernameToken usernameTokenPolicy, org.apache.cxf.ws.policy.AssertionInfo ai, java.util.List utResults ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/UsernameTokenPolicyValidator.checkTokens:(Lorg/apache/cxf/ws/security/policy/model/UsernameToken;Lorg/apache/cxf/ws/policy/AssertionInfo;Ljava/util/List;)Z]
UsernameTokenPolicyValidator.UsernameTokenPolicyValidator ( )
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/UsernameTokenPolicyValidator."<init>":()V]
UsernameTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, org.w3c.dom.Element soapBody, java.util.List results, java.util.List signedResults ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/UsernameTokenPolicyValidator.validatePolicy:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/cxf/message/Message;Lorg/w3c/dom/Element;Ljava/util/List;Ljava/util/List;)Z]
openejb-cxf-bundle-2.5.2.jar, UsernameTokenType.class
package org.apache.cxf.ws.security.sts.provider.model.secext
UsernameTokenType.getAny ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/UsernameTokenType.getAny:()Ljava/util/List;]
UsernameTokenType.getId ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/UsernameTokenType.getId:()Ljava/lang/String;]
UsernameTokenType.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/UsernameTokenType.getOtherAttributes:()Ljava/util/Map;]
UsernameTokenType.getUsername ( ) : AttributedString
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/UsernameTokenType.getUsername:()Lorg/apache/cxf/ws/security/sts/provider/model/secext/AttributedString;]
UsernameTokenType.setId ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/UsernameTokenType.setId:(Ljava/lang/String;)V]
UsernameTokenType.setUsername ( AttributedString value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/UsernameTokenType.setUsername:(Lorg/apache/cxf/ws/security/sts/provider/model/secext/AttributedString;)V]
UsernameTokenType.UsernameTokenType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/secext/UsernameTokenType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, UserOperation.class
package org.apache.cxf.jaxrs.model
UserOperation.getConsumes ( ) : String
[run-time name: org/apache/cxf/jaxrs/model/UserOperation.getConsumes:()Ljava/lang/String;]
UserOperation.getName ( ) : String
[run-time name: org/apache/cxf/jaxrs/model/UserOperation.getName:()Ljava/lang/String;]
UserOperation.getParameters ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/model/UserOperation.getParameters:()Ljava/util/List;]
UserOperation.getPath ( ) : String
[run-time name: org/apache/cxf/jaxrs/model/UserOperation.getPath:()Ljava/lang/String;]
UserOperation.getProduces ( ) : String
[run-time name: org/apache/cxf/jaxrs/model/UserOperation.getProduces:()Ljava/lang/String;]
UserOperation.getVerb ( ) : String
[run-time name: org/apache/cxf/jaxrs/model/UserOperation.getVerb:()Ljava/lang/String;]
UserOperation.isOneway ( ) : boolean
[run-time name: org/apache/cxf/jaxrs/model/UserOperation.isOneway:()Z]
UserOperation.setConsumes ( String types ) : void
[run-time name: org/apache/cxf/jaxrs/model/UserOperation.setConsumes:(Ljava/lang/String;)V]
UserOperation.setName ( String name ) : void
[run-time name: org/apache/cxf/jaxrs/model/UserOperation.setName:(Ljava/lang/String;)V]
UserOperation.setOneway ( boolean oneway ) : void
[run-time name: org/apache/cxf/jaxrs/model/UserOperation.setOneway:(Z)V]
UserOperation.setParameters ( java.util.List ps ) : void
[run-time name: org/apache/cxf/jaxrs/model/UserOperation.setParameters:(Ljava/util/List;)V]
UserOperation.setPath ( String path ) : void
[run-time name: org/apache/cxf/jaxrs/model/UserOperation.setPath:(Ljava/lang/String;)V]
UserOperation.setProduces ( String types ) : void
[run-time name: org/apache/cxf/jaxrs/model/UserOperation.setProduces:(Ljava/lang/String;)V]
UserOperation.setVerb ( String name ) : void
[run-time name: org/apache/cxf/jaxrs/model/UserOperation.setVerb:(Ljava/lang/String;)V]
UserOperation.UserOperation ( )
[run-time name: org/apache/cxf/jaxrs/model/UserOperation."<init>":()V]
UserOperation.UserOperation ( String methodName )
[run-time name: org/apache/cxf/jaxrs/model/UserOperation."<init>":(Ljava/lang/String;)V]
UserOperation.UserOperation ( String methodName, String pathValue )
[run-time name: org/apache/cxf/jaxrs/model/UserOperation."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
UserOperation.UserOperation ( String methodName, String pathValue, java.util.List ps )
[run-time name: org/apache/cxf/jaxrs/model/UserOperation."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, UserResource.class
package org.apache.cxf.jaxrs.model
UserResource.getConsumes ( ) : String
[run-time name: org/apache/cxf/jaxrs/model/UserResource.getConsumes:()Ljava/lang/String;]
UserResource.getName ( ) : String
[run-time name: org/apache/cxf/jaxrs/model/UserResource.getName:()Ljava/lang/String;]
UserResource.getOperations ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/model/UserResource.getOperations:()Ljava/util/List;]
UserResource.getOperationsAsMap ( ) : java.util.Map
[run-time name: org/apache/cxf/jaxrs/model/UserResource.getOperationsAsMap:()Ljava/util/Map;]
UserResource.getPath ( ) : String
[run-time name: org/apache/cxf/jaxrs/model/UserResource.getPath:()Ljava/lang/String;]
UserResource.getProduces ( ) : String
[run-time name: org/apache/cxf/jaxrs/model/UserResource.getProduces:()Ljava/lang/String;]
UserResource.setConsumes ( String types ) : void
[run-time name: org/apache/cxf/jaxrs/model/UserResource.setConsumes:(Ljava/lang/String;)V]
UserResource.setName ( String name ) : void
[run-time name: org/apache/cxf/jaxrs/model/UserResource.setName:(Ljava/lang/String;)V]
UserResource.setOperations ( java.util.List ops ) : void
[run-time name: org/apache/cxf/jaxrs/model/UserResource.setOperations:(Ljava/util/List;)V]
UserResource.setPath ( String path ) : void
[run-time name: org/apache/cxf/jaxrs/model/UserResource.setPath:(Ljava/lang/String;)V]
UserResource.setProduces ( String types ) : void
[run-time name: org/apache/cxf/jaxrs/model/UserResource.setProduces:(Ljava/lang/String;)V]
UserResource.UserResource ( )
[run-time name: org/apache/cxf/jaxrs/model/UserResource."<init>":()V]
UserResource.UserResource ( String className )
[run-time name: org/apache/cxf/jaxrs/model/UserResource."<init>":(Ljava/lang/String;)V]
UserResource.UserResource ( String className, String pathValue )
[run-time name: org/apache/cxf/jaxrs/model/UserResource."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
UserResource.UserResource ( String className, String pathValue, java.util.List ops )
[run-time name: org/apache/cxf/jaxrs/model/UserResource."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)V]
openejb-cxf-bundle-2.5.2.jar, UsesSequenceSSL.class
package org.apache.cxf.ws.rm.v200702
UsesSequenceSSL.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200702/UsesSequenceSSL.getOtherAttributes:()Ljava/util/Map;]
UsesSequenceSSL.UsesSequenceSSL ( )
[run-time name: org/apache/cxf/ws/rm/v200702/UsesSequenceSSL."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, UsesSequenceSTR.class
package org.apache.cxf.ws.rm.v200702
UsesSequenceSTR.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/v200702/UsesSequenceSTR.getOtherAttributes:()Ljava/util/Map;]
UsesSequenceSTR.UsesSequenceSTR ( )
[run-time name: org/apache/cxf/ws/rm/v200702/UsesSequenceSTR."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, UsingAddressing.class
package org.apache.cxf.ws.addressing.wsdl
UsingAddressing.getOtherAttributes ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/addressing/wsdl/UsingAddressing.getOtherAttributes:()Ljava/util/Map;]
UsingAddressing.UsingAddressing ( )
[run-time name: org/apache/cxf/ws/addressing/wsdl/UsingAddressing."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, UsingAddressingAssertionBuilder.class
package org.apache.cxf.ws.addressing.policy
UsingAddressingAssertionBuilder.UsingAddressingAssertionBuilder ( )
[run-time name: org/apache/cxf/ws/addressing/policy/UsingAddressingAssertionBuilder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, ValidateOperation.class
package org.apache.cxf.ws.security.sts.provider.operation
ValidateOperation.validate ( org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType p1, javax.xml.ws.WebServiceContext p2 ) [abstract] : org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseType
[run-time name: org/apache/cxf/ws/security/sts/provider/operation/ValidateOperation.validate:(Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType;Ljavax/xml/ws/WebServiceContext;)Lorg/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenResponseType;]
openejb-cxf-bundle-2.5.2.jar, ValidateTargetType.class
package org.apache.cxf.ws.security.sts.provider.model
ValidateTargetType.getAny ( ) : Object
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ValidateTargetType.getAny:()Ljava/lang/Object;]
ValidateTargetType.setAny ( Object value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ValidateTargetType.setAny:(Ljava/lang/Object;)V]
ValidateTargetType.ValidateTargetType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/ValidateTargetType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, VelocityGenerator.class
package org.apache.cxf.tools.common
VelocityGenerator.clearAttributes ( ) : void
[run-time name: org/apache/cxf/tools/common/VelocityGenerator.clearAttributes:()V]
VelocityGenerator.doWrite ( String templateName, java.io.Writer outputs ) : void
[run-time name: org/apache/cxf/tools/common/VelocityGenerator.doWrite:(Ljava/lang/String;Ljava/io/Writer;)V]
VelocityGenerator.parseOutputName ( String packageName, String filename ) : java.io.File
[run-time name: org/apache/cxf/tools/common/VelocityGenerator.parseOutputName:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/File;]
VelocityGenerator.parseOutputName ( String packageName, String filename, String ext ) : java.io.File
[run-time name: org/apache/cxf/tools/common/VelocityGenerator.parseOutputName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/io/File;]
VelocityGenerator.setAttributes ( String n, Object value ) : void
[run-time name: org/apache/cxf/tools/common/VelocityGenerator.setAttributes:(Ljava/lang/String;Ljava/lang/Object;)V]
VelocityGenerator.setBaseDir ( String dir ) : void
[run-time name: org/apache/cxf/tools/common/VelocityGenerator.setBaseDir:(Ljava/lang/String;)V]
VelocityGenerator.setCommonAttributes ( ) : void
[run-time name: org/apache/cxf/tools/common/VelocityGenerator.setCommonAttributes:()V]
VelocityGenerator.VelocityGenerator ( )
[run-time name: org/apache/cxf/tools/common/VelocityGenerator."<init>":()V]
VelocityGenerator.VelocityGenerator ( boolean log )
[run-time name: org/apache/cxf/tools/common/VelocityGenerator."<init>":(Z)V]
openejb-cxf-bundle-2.5.2.jar, VelocityWriter.class
package org.apache.cxf.tools.common
VelocityWriter.VelocityWriter ( java.io.Writer out )
[run-time name: org/apache/cxf/tools/common/VelocityWriter."<init>":(Ljava/io/Writer;)V]
VelocityWriter.VelocityWriter ( java.io.Writer out, int size )
[run-time name: org/apache/cxf/tools/common/VelocityWriter."<init>":(Ljava/io/Writer;I)V]
VelocityWriter.write ( char[ ] chars ) : void
[run-time name: org/apache/cxf/tools/common/VelocityWriter.write:([C)V]
VelocityWriter.write ( String str ) : void
[run-time name: org/apache/cxf/tools/common/VelocityWriter.write:(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, Version.class
package org.apache.cxf.version
Version.getCompleteVersionString ( ) [static] : String
[run-time name: org/apache/cxf/version/Version.getCompleteVersionString:()Ljava/lang/String;]
Version.getCurrentVersion ( ) [static] : String
[run-time name: org/apache/cxf/version/Version.getCurrentVersion:()Ljava/lang/String;]
Version.getName ( ) [static] : String
[run-time name: org/apache/cxf/version/Version.getName:()Ljava/lang/String;]
package org.apache.cxf.ws.security.policy
SPConstants.Version.valueOf ( String name ) [static] : SPConstants.Version
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.Version.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/ws/security/policy/SPConstants$Version;]
SPConstants.Version.values ( ) [static] : SPConstants.Version[ ]
[run-time name: org/apache/cxf/ws/security/policy/SPConstants.Version.values:()[Lorg/apache/cxf/ws/security/policy/SPConstants$Version;]
openejb-cxf-bundle-2.5.2.jar, VersionTransformer.class
package org.apache.cxf.ws.addressing
VersionTransformer.convert ( AttributedURIType internal ) [static] : v200408.AttributedURI
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.convert:(Lorg/apache/cxf/ws/addressing/AttributedURIType;)Lorg/apache/cxf/ws/addressing/v200408/AttributedURI;]
VersionTransformer.convert ( EndpointReferenceType internal ) [static] : v200408.EndpointReferenceType
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.convert:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/ws/addressing/v200408/EndpointReferenceType;]
VersionTransformer.convert ( ReferenceParametersType internal ) [static] : v200408.ReferenceParametersType
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.convert:(Lorg/apache/cxf/ws/addressing/ReferenceParametersType;)Lorg/apache/cxf/ws/addressing/v200408/ReferenceParametersType;]
VersionTransformer.convert ( RelatesToType internal ) [static] : v200408.Relationship
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.convert:(Lorg/apache/cxf/ws/addressing/RelatesToType;)Lorg/apache/cxf/ws/addressing/v200408/Relationship;]
VersionTransformer.convert ( v200403.AttributedURI exposed ) [static] : AttributedURIType
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.convert:(Lorg/apache/cxf/ws/addressing/v200403/AttributedURI;)Lorg/apache/cxf/ws/addressing/AttributedURIType;]
VersionTransformer.convert ( v200403.EndpointReferenceType exposed ) [static] : EndpointReferenceType
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.convert:(Lorg/apache/cxf/ws/addressing/v200403/EndpointReferenceType;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
VersionTransformer.convert ( v200403.Relationship exposed ) [static] : RelatesToType
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.convert:(Lorg/apache/cxf/ws/addressing/v200403/Relationship;)Lorg/apache/cxf/ws/addressing/RelatesToType;]
VersionTransformer.convert ( v200408.AttributedURI exposed ) [static] : AttributedURIType
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.convert:(Lorg/apache/cxf/ws/addressing/v200408/AttributedURI;)Lorg/apache/cxf/ws/addressing/AttributedURIType;]
VersionTransformer.convert ( v200408.EndpointReferenceType exposed ) [static] : EndpointReferenceType
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.convert:(Lorg/apache/cxf/ws/addressing/v200408/EndpointReferenceType;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
VersionTransformer.convert ( v200408.ReferenceParametersType exposed ) [static] : ReferenceParametersType
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.convert:(Lorg/apache/cxf/ws/addressing/v200408/ReferenceParametersType;)Lorg/apache/cxf/ws/addressing/ReferenceParametersType;]
VersionTransformer.convert ( v200408.Relationship exposed ) [static] : RelatesToType
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.convert:(Lorg/apache/cxf/ws/addressing/v200408/Relationship;)Lorg/apache/cxf/ws/addressing/RelatesToType;]
VersionTransformer.convertTo200403 ( AttributedURIType internal ) [static] : v200403.AttributedURI
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.convertTo200403:(Lorg/apache/cxf/ws/addressing/AttributedURIType;)Lorg/apache/cxf/ws/addressing/v200403/AttributedURI;]
VersionTransformer.convertTo200403 ( EndpointReferenceType internal ) [static] : v200403.EndpointReferenceType
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.convertTo200403:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/ws/addressing/v200403/EndpointReferenceType;]
VersionTransformer.convertTo200403 ( RelatesToType internal ) [static] : v200403.Relationship
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.convertTo200403:(Lorg/apache/cxf/ws/addressing/RelatesToType;)Lorg/apache/cxf/ws/addressing/v200403/Relationship;]
VersionTransformer.convertToInternal ( javax.xml.ws.EndpointReference external ) [static] : EndpointReferenceType
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.convertToInternal:(Ljavax/xml/ws/EndpointReference;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
VersionTransformer.convertToNative ( Object exposed ) [static] : EndpointReferenceType
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.convertToNative:(Ljava/lang/Object;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
VersionTransformer.getExposedJAXBContext ( String exposedURI ) [static] : javax.xml.bind.JAXBContext
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.getExposedJAXBContext:(Ljava/lang/String;)Ljavax/xml/bind/JAXBContext;]
VersionTransformer.getExposedReferenceType ( String exposedURI ) [static] : Class
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.getExposedReferenceType:(Ljava/lang/String;)Ljava/lang/Class;]
VersionTransformer.isSupported ( String namespace ) [static] : boolean
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.isSupported:(Ljava/lang/String;)Z]
VersionTransformer.parseEndpointReference ( org.w3c.dom.Element ref ) [static] : EndpointReferenceType
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer.parseEndpointReference:(Lorg/w3c/dom/Element;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
VersionTransformer.VersionTransformer ( )
[run-time name: org/apache/cxf/ws/addressing/VersionTransformer."<init>":()V]
package org.apache.cxf.ws.addressing.soap
VersionTransformer.decodeAsNative ( String encodedAs, Class clz, org.w3c.dom.Element headerElement, javax.xml.bind.Unmarshaller unmarshaller ) : Object
[run-time name: org/apache/cxf/ws/addressing/soap/VersionTransformer.decodeAsNative:(Ljava/lang/String;Ljava/lang/Class;Lorg/w3c/dom/Element;Ljavax/xml/bind/Unmarshaller;)Ljava/lang/Object;]
VersionTransformer.encodeAsExposed ( String exposeAs, Object value, String localName, Class clz, org.w3c.dom.Element header, javax.xml.bind.Marshaller marshaller ) : void
[run-time name: org/apache/cxf/ws/addressing/soap/VersionTransformer.encodeAsExposed:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Class;Lorg/w3c/dom/Element;Ljavax/xml/bind/Marshaller;)V]
VersionTransformer.VersionTransformer ( MAPCodec mapCodec )
[run-time name: org/apache/cxf/ws/addressing/soap/VersionTransformer."<init>":(Lorg/apache/cxf/ws/addressing/soap/MAPCodec;)V]
package org.apache.cxf.ws.rm
VersionTransformer.convert ( v200502.AcceptType exposed ) [static] : v200702.AcceptType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert:(Lorg/apache/cxf/ws/rm/v200502/AcceptType;)Lorg/apache/cxf/ws/rm/v200702/AcceptType;]
VersionTransformer.convert ( v200502.AckRequestedType exposed ) [static] : v200702.AckRequestedType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert:(Lorg/apache/cxf/ws/rm/v200502/AckRequestedType;)Lorg/apache/cxf/ws/rm/v200702/AckRequestedType;]
VersionTransformer.convert ( v200502.CreateSequenceResponseType exposed ) [static] : v200702.CreateSequenceResponseType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert:(Lorg/apache/cxf/ws/rm/v200502/CreateSequenceResponseType;)Lorg/apache/cxf/ws/rm/v200702/CreateSequenceResponseType;]
VersionTransformer.convert ( v200502.CreateSequenceType exposed ) [static] : v200702.CreateSequenceType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert:(Lorg/apache/cxf/ws/rm/v200502/CreateSequenceType;)Lorg/apache/cxf/ws/rm/v200702/CreateSequenceType;]
VersionTransformer.convert ( v200502.Expires exposed ) [static] : v200702.Expires
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert:(Lorg/apache/cxf/ws/rm/v200502/Expires;)Lorg/apache/cxf/ws/rm/v200702/Expires;]
VersionTransformer.convert ( v200502.Identifier exposed ) [static] : v200702.Identifier
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert:(Lorg/apache/cxf/ws/rm/v200502/Identifier;)Lorg/apache/cxf/ws/rm/v200702/Identifier;]
VersionTransformer.convert ( v200502.OfferType exposed ) [static] : v200702.OfferType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert:(Lorg/apache/cxf/ws/rm/v200502/OfferType;)Lorg/apache/cxf/ws/rm/v200702/OfferType;]
VersionTransformer.convert ( v200502.SequenceAcknowledgement exposed ) [static] : v200702.SequenceAcknowledgement
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert:(Lorg/apache/cxf/ws/rm/v200502/SequenceAcknowledgement;)Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement;]
VersionTransformer.convert ( v200502.SequenceType exposed ) [static] : v200702.SequenceType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert:(Lorg/apache/cxf/ws/rm/v200502/SequenceType;)Lorg/apache/cxf/ws/rm/v200702/SequenceType;]
VersionTransformer.convert ( v200502.TerminateSequenceType exposed ) [static] : v200702.TerminateSequenceType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert:(Lorg/apache/cxf/ws/rm/v200502/TerminateSequenceType;)Lorg/apache/cxf/ws/rm/v200702/TerminateSequenceType;]
VersionTransformer.convert ( v200502wsa15.AcceptType exposed ) [static] : v200702.AcceptType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert:(Lorg/apache/cxf/ws/rm/v200502wsa15/AcceptType;)Lorg/apache/cxf/ws/rm/v200702/AcceptType;]
VersionTransformer.convert ( v200502wsa15.AckRequestedType exposed ) [static] : v200702.AckRequestedType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert:(Lorg/apache/cxf/ws/rm/v200502wsa15/AckRequestedType;)Lorg/apache/cxf/ws/rm/v200702/AckRequestedType;]
VersionTransformer.convert ( v200502wsa15.CreateSequenceResponseType exposed ) [static] : v200702.CreateSequenceResponseType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert:(Lorg/apache/cxf/ws/rm/v200502wsa15/CreateSequenceResponseType;)Lorg/apache/cxf/ws/rm/v200702/CreateSequenceResponseType;]
VersionTransformer.convert ( v200502wsa15.CreateSequenceType exposed ) [static] : v200702.CreateSequenceType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert:(Lorg/apache/cxf/ws/rm/v200502wsa15/CreateSequenceType;)Lorg/apache/cxf/ws/rm/v200702/CreateSequenceType;]
VersionTransformer.convert ( v200502wsa15.Expires exposed ) [static] : v200702.Expires
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert:(Lorg/apache/cxf/ws/rm/v200502wsa15/Expires;)Lorg/apache/cxf/ws/rm/v200702/Expires;]
VersionTransformer.convert ( v200502wsa15.Identifier exposed ) [static] : v200702.Identifier
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert:(Lorg/apache/cxf/ws/rm/v200502wsa15/Identifier;)Lorg/apache/cxf/ws/rm/v200702/Identifier;]
VersionTransformer.convert ( v200502wsa15.OfferType exposed ) [static] : v200702.OfferType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert:(Lorg/apache/cxf/ws/rm/v200502wsa15/OfferType;)Lorg/apache/cxf/ws/rm/v200702/OfferType;]
VersionTransformer.convert ( v200502wsa15.SequenceAcknowledgement exposed ) [static] : v200702.SequenceAcknowledgement
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert:(Lorg/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement;)Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement;]
VersionTransformer.convert ( v200502wsa15.SequenceType exposed ) [static] : v200702.SequenceType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert:(Lorg/apache/cxf/ws/rm/v200502wsa15/SequenceType;)Lorg/apache/cxf/ws/rm/v200702/SequenceType;]
VersionTransformer.convert ( v200502wsa15.TerminateSequenceType exposed ) [static] : v200702.TerminateSequenceType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert:(Lorg/apache/cxf/ws/rm/v200502wsa15/TerminateSequenceType;)Lorg/apache/cxf/ws/rm/v200702/TerminateSequenceType;]
VersionTransformer.convert200502 ( v200702.AckRequestedType internal ) [static] : v200502.AckRequestedType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert200502:(Lorg/apache/cxf/ws/rm/v200702/AckRequestedType;)Lorg/apache/cxf/ws/rm/v200502/AckRequestedType;]
VersionTransformer.convert200502 ( v200702.CreateSequenceResponseType internal ) [static] : v200502.CreateSequenceResponseType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert200502:(Lorg/apache/cxf/ws/rm/v200702/CreateSequenceResponseType;)Lorg/apache/cxf/ws/rm/v200502/CreateSequenceResponseType;]
VersionTransformer.convert200502 ( v200702.CreateSequenceType internal ) [static] : v200502.CreateSequenceType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert200502:(Lorg/apache/cxf/ws/rm/v200702/CreateSequenceType;)Lorg/apache/cxf/ws/rm/v200502/CreateSequenceType;]
VersionTransformer.convert200502 ( v200702.Identifier internal ) [static] : v200502.Identifier
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert200502:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)Lorg/apache/cxf/ws/rm/v200502/Identifier;]
VersionTransformer.convert200502 ( v200702.SequenceAcknowledgement internal ) [static] : v200502.SequenceAcknowledgement
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert200502:(Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement;)Lorg/apache/cxf/ws/rm/v200502/SequenceAcknowledgement;]
VersionTransformer.convert200502 ( v200702.SequenceType internal ) [static] : v200502.SequenceType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert200502:(Lorg/apache/cxf/ws/rm/v200702/SequenceType;)Lorg/apache/cxf/ws/rm/v200502/SequenceType;]
VersionTransformer.convert200502 ( v200702.TerminateSequenceType internal ) [static] : v200502.TerminateSequenceType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert200502:(Lorg/apache/cxf/ws/rm/v200702/TerminateSequenceType;)Lorg/apache/cxf/ws/rm/v200502/TerminateSequenceType;]
VersionTransformer.convert200502wsa15 ( v200702.AckRequestedType internal ) [static] : v200502wsa15.AckRequestedType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert200502wsa15:(Lorg/apache/cxf/ws/rm/v200702/AckRequestedType;)Lorg/apache/cxf/ws/rm/v200502wsa15/AckRequestedType;]
VersionTransformer.convert200502wsa15 ( v200702.CreateSequenceResponseType internal ) [static] : v200502wsa15.CreateSequenceResponseType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert200502wsa15:(Lorg/apache/cxf/ws/rm/v200702/CreateSequenceResponseType;)Lorg/apache/cxf/ws/rm/v200502wsa15/CreateSequenceResponseType;]
VersionTransformer.convert200502wsa15 ( v200702.CreateSequenceType internal ) [static] : v200502wsa15.CreateSequenceType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert200502wsa15:(Lorg/apache/cxf/ws/rm/v200702/CreateSequenceType;)Lorg/apache/cxf/ws/rm/v200502wsa15/CreateSequenceType;]
VersionTransformer.convert200502wsa15 ( v200702.Identifier internal ) [static] : v200502wsa15.Identifier
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert200502wsa15:(Lorg/apache/cxf/ws/rm/v200702/Identifier;)Lorg/apache/cxf/ws/rm/v200502wsa15/Identifier;]
VersionTransformer.convert200502wsa15 ( v200702.SequenceAcknowledgement internal ) [static] : v200502wsa15.SequenceAcknowledgement
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert200502wsa15:(Lorg/apache/cxf/ws/rm/v200702/SequenceAcknowledgement;)Lorg/apache/cxf/ws/rm/v200502wsa15/SequenceAcknowledgement;]
VersionTransformer.convert200502wsa15 ( v200702.SequenceType internal ) [static] : v200502wsa15.SequenceType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert200502wsa15:(Lorg/apache/cxf/ws/rm/v200702/SequenceType;)Lorg/apache/cxf/ws/rm/v200502wsa15/SequenceType;]
VersionTransformer.convert200502wsa15 ( v200702.TerminateSequenceType internal ) [static] : v200502wsa15.TerminateSequenceType
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.convert200502wsa15:(Lorg/apache/cxf/ws/rm/v200702/TerminateSequenceType;)Lorg/apache/cxf/ws/rm/v200502wsa15/TerminateSequenceType;]
VersionTransformer.isSupported ( String uri ) [static] : boolean
[run-time name: org/apache/cxf/ws/rm/VersionTransformer.isSupported:(Ljava/lang/String;)Z]
openejb-cxf-bundle-2.5.2.jar, Visitor.class
package org.apache.cxf.tools.corba.processors.idl
Visitor.getCorbaType ( ) [abstract] : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/idl/Visitor.getCorbaType:()Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
Visitor.getFullyQualifiedName ( ) [abstract] : Scope
[run-time name: org/apache/cxf/tools/corba/processors/idl/Visitor.getFullyQualifiedName:()Lorg/apache/cxf/tools/corba/processors/idl/Scope;]
Visitor.getSchemaType ( ) [abstract] : org.apache.ws.commons.schema.XmlSchemaType
[run-time name: org/apache/cxf/tools/corba/processors/idl/Visitor.getSchemaType:()Lorg/apache/ws/commons/schema/XmlSchemaType;]
Visitor.getScope ( ) [abstract] : Scope
[run-time name: org/apache/cxf/tools/corba/processors/idl/Visitor.getScope:()Lorg/apache/cxf/tools/corba/processors/idl/Scope;]
Visitor.visit ( antlr.collections.AST p1 ) [abstract] : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/Visitor.visit:(Lantlr/collections/AST;)V]
openejb-cxf-bundle-2.5.2.jar, VisitorBase.class
package org.apache.cxf.tools.corba.processors.idl
VisitorBase.getCorbaType ( ) : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/idl/VisitorBase.getCorbaType:()Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
VisitorBase.getFullyQualifiedName ( ) : Scope
[run-time name: org/apache/cxf/tools/corba/processors/idl/VisitorBase.getFullyQualifiedName:()Lorg/apache/cxf/tools/corba/processors/idl/Scope;]
VisitorBase.getSchemaType ( ) : org.apache.ws.commons.schema.XmlSchemaType
[run-time name: org/apache/cxf/tools/corba/processors/idl/VisitorBase.getSchemaType:()Lorg/apache/ws/commons/schema/XmlSchemaType;]
VisitorBase.getScope ( ) : Scope
[run-time name: org/apache/cxf/tools/corba/processors/idl/VisitorBase.getScope:()Lorg/apache/cxf/tools/corba/processors/idl/Scope;]
VisitorBase.getScopedNames ( ) [static] : ScopeNameCollection
[run-time name: org/apache/cxf/tools/corba/processors/idl/VisitorBase.getScopedNames:()Lorg/apache/cxf/tools/corba/processors/idl/ScopeNameCollection;]
VisitorBase.getWsdlVisitor ( ) : WSDLASTVisitor
[run-time name: org/apache/cxf/tools/corba/processors/idl/VisitorBase.getWsdlVisitor:()Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;]
VisitorBase.setCorbaType ( org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl type ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/VisitorBase.setCorbaType:(Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;)V]
VisitorBase.setFullyQualifiedName ( Scope declaredName ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/VisitorBase.setFullyQualifiedName:(Lorg/apache/cxf/tools/corba/processors/idl/Scope;)V]
VisitorBase.setSchemaType ( org.apache.ws.commons.schema.XmlSchemaType type ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/VisitorBase.setSchemaType:(Lorg/apache/ws/commons/schema/XmlSchemaType;)V]
VisitorBase.visit ( antlr.collections.AST p1 ) [abstract] : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/VisitorBase.visit:(Lantlr/collections/AST;)V]
VisitorBase.VisitorBase ( Scope scopeRef, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlASTVisitor )
[run-time name: org/apache/cxf/tools/corba/processors/idl/VisitorBase."<init>":(Lorg/apache/cxf/tools/corba/processors/idl/Scope;Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor;)V]
openejb-cxf-bundle-2.5.2.jar, VisitorTypeHolder.class
package org.apache.cxf.tools.corba.processors.idl
VisitorTypeHolder.getCorbaType ( ) : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/idl/VisitorTypeHolder.getCorbaType:()Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
VisitorTypeHolder.getSchemaType ( ) : org.apache.ws.commons.schema.XmlSchemaType
[run-time name: org/apache/cxf/tools/corba/processors/idl/VisitorTypeHolder.getSchemaType:()Lorg/apache/ws/commons/schema/XmlSchemaType;]
VisitorTypeHolder.setCorbaType ( org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl type ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/VisitorTypeHolder.setCorbaType:(Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;)V]
VisitorTypeHolder.setSchemaType ( org.apache.ws.commons.schema.XmlSchemaType type ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/VisitorTypeHolder.setSchemaType:(Lorg/apache/ws/commons/schema/XmlSchemaType;)V]
VisitorTypeHolder.VisitorTypeHolder ( )
[run-time name: org/apache/cxf/tools/corba/processors/idl/VisitorTypeHolder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, W3CConstants.class
package org.apache.cxf.binding.corba.wsdl
W3CConstants.getValue ( String p1 ) [abstract] : String
[run-time name: org/apache/cxf/binding/corba/wsdl/W3CConstants.getValue:(Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, W3CDOMStreamReader.class
package org.apache.cxf.staxutils
W3CDOMStreamReader.endElement ( ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.endElement:()V]
W3CDOMStreamReader.getAttributeCount ( ) : int
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getAttributeCount:()I]
W3CDOMStreamReader.getAttributeLocalName ( int i ) : String
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getAttributeLocalName:(I)Ljava/lang/String;]
W3CDOMStreamReader.getAttributeName ( int i ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getAttributeName:(I)Ljavax/xml/namespace/QName;]
W3CDOMStreamReader.getAttributeNamespace ( int i ) : String
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getAttributeNamespace:(I)Ljava/lang/String;]
W3CDOMStreamReader.getAttributePrefix ( int i ) : String
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getAttributePrefix:(I)Ljava/lang/String;]
W3CDOMStreamReader.getAttributeType ( int i ) : String
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getAttributeType:(I)Ljava/lang/String;]
W3CDOMStreamReader.getAttributeValue ( int i ) : String
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getAttributeValue:(I)Ljava/lang/String;]
W3CDOMStreamReader.getAttributeValue ( String ns, String local ) : String
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getAttributeValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
W3CDOMStreamReader.getChildFrame ( ) : AbstractDOMStreamReader.ElementFrame
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getChildFrame:()Lorg/apache/cxf/staxutils/AbstractDOMStreamReader$ElementFrame;]
W3CDOMStreamReader.getCurrentElement ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getCurrentElement:()Lorg/w3c/dom/Element;]
W3CDOMStreamReader.getCurrentNode ( ) : org.w3c.dom.Node
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getCurrentNode:()Lorg/w3c/dom/Node;]
W3CDOMStreamReader.getDocument ( ) : org.w3c.dom.Document
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getDocument:()Lorg/w3c/dom/Document;]
W3CDOMStreamReader.getElementText ( ) : String
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getElementText:()Ljava/lang/String;]
W3CDOMStreamReader.getEncoding ( ) : String
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getEncoding:()Ljava/lang/String;]
W3CDOMStreamReader.getLocalName ( ) : String
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getLocalName:()Ljava/lang/String;]
W3CDOMStreamReader.getLocation ( ) : javax.xml.stream.Location
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getLocation:()Ljavax/xml/stream/Location;]
W3CDOMStreamReader.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getName:()Ljavax/xml/namespace/QName;]
W3CDOMStreamReader.getNamespaceContext ( ) : javax.xml.namespace.NamespaceContext
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getNamespaceContext:()Ljavax/xml/namespace/NamespaceContext;]
W3CDOMStreamReader.getNamespaceCount ( ) : int
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getNamespaceCount:()I]
W3CDOMStreamReader.getNamespacePrefix ( int i ) : String
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getNamespacePrefix:(I)Ljava/lang/String;]
W3CDOMStreamReader.getNamespaceURI ( ) : String
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getNamespaceURI:()Ljava/lang/String;]
W3CDOMStreamReader.getNamespaceURI ( int i ) : String
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getNamespaceURI:(I)Ljava/lang/String;]
W3CDOMStreamReader.getNamespaceURI ( String prefix ) : String
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getNamespaceURI:(Ljava/lang/String;)Ljava/lang/String;]
W3CDOMStreamReader.getPIData ( ) : String
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getPIData:()Ljava/lang/String;]
W3CDOMStreamReader.getPITarget ( ) : String
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getPITarget:()Ljava/lang/String;]
W3CDOMStreamReader.getPrefix ( ) : String
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getPrefix:()Ljava/lang/String;]
W3CDOMStreamReader.getSystemId ( ) : String
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getSystemId:()Ljava/lang/String;]
W3CDOMStreamReader.getText ( ) : String
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getText:()Ljava/lang/String;]
W3CDOMStreamReader.getTextCharacters ( ) : char[ ]
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getTextCharacters:()[C]
W3CDOMStreamReader.getTextLength ( ) : int
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getTextLength:()I]
W3CDOMStreamReader.getTextStart ( ) : int
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.getTextStart:()I]
W3CDOMStreamReader.hasMoreChildren ( ) : boolean
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.hasMoreChildren:()Z]
W3CDOMStreamReader.isAttributeSpecified ( int i ) : boolean
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.isAttributeSpecified:(I)Z]
W3CDOMStreamReader.newFrame ( AbstractDOMStreamReader.ElementFrame frame ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.newFrame:(Lorg/apache/cxf/staxutils/AbstractDOMStreamReader$ElementFrame;)V]
W3CDOMStreamReader.nextChild ( ) : int
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader.nextChild:()I]
W3CDOMStreamReader.W3CDOMStreamReader ( org.w3c.dom.Document doc )
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader."<init>":(Lorg/w3c/dom/Document;)V]
W3CDOMStreamReader.W3CDOMStreamReader ( org.w3c.dom.DocumentFragment docfrag )
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader."<init>":(Lorg/w3c/dom/DocumentFragment;)V]
W3CDOMStreamReader.W3CDOMStreamReader ( org.w3c.dom.Element element )
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader."<init>":(Lorg/w3c/dom/Element;)V]
W3CDOMStreamReader.W3CDOMStreamReader ( org.w3c.dom.Element element, String systemId )
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamReader."<init>":(Lorg/w3c/dom/Element;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, W3CDOMStreamWriter.class
package org.apache.cxf.staxutils
W3CDOMStreamWriter.close ( ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.close:()V]
W3CDOMStreamWriter.flush ( ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.flush:()V]
W3CDOMStreamWriter.getCurrentFragment ( ) : org.w3c.dom.DocumentFragment
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.getCurrentFragment:()Lorg/w3c/dom/DocumentFragment;]
W3CDOMStreamWriter.getCurrentNode ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.getCurrentNode:()Lorg/w3c/dom/Element;]
W3CDOMStreamWriter.getDocument ( ) : org.w3c.dom.Document
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.getDocument:()Lorg/w3c/dom/Document;]
W3CDOMStreamWriter.getNamespaceContext ( ) : javax.xml.namespace.NamespaceContext
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.getNamespaceContext:()Ljavax/xml/namespace/NamespaceContext;]
W3CDOMStreamWriter.getPrefix ( String uri ) : String
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.getPrefix:(Ljava/lang/String;)Ljava/lang/String;]
W3CDOMStreamWriter.getProperty ( String prop ) : Object
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
W3CDOMStreamWriter.isNsRepairing ( ) : boolean
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.isNsRepairing:()Z]
W3CDOMStreamWriter.newChild ( org.w3c.dom.Element element ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.newChild:(Lorg/w3c/dom/Element;)V]
W3CDOMStreamWriter.setChild ( org.w3c.dom.Element element, boolean append ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.setChild:(Lorg/w3c/dom/Element;Z)V]
W3CDOMStreamWriter.setDefaultNamespace ( String arg0 ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.setDefaultNamespace:(Ljava/lang/String;)V]
W3CDOMStreamWriter.setNamespaceContext ( javax.xml.namespace.NamespaceContext ctx ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.setNamespaceContext:(Ljavax/xml/namespace/NamespaceContext;)V]
W3CDOMStreamWriter.setNsRepairing ( boolean b ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.setNsRepairing:(Z)V]
W3CDOMStreamWriter.setPrefix ( String arg0, String arg1 ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.setPrefix:(Ljava/lang/String;Ljava/lang/String;)V]
W3CDOMStreamWriter.setProperties ( java.util.Map properties ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.setProperties:(Ljava/util/Map;)V]
W3CDOMStreamWriter.W3CDOMStreamWriter ( )
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter."<init>":()V]
W3CDOMStreamWriter.W3CDOMStreamWriter ( javax.xml.parsers.DocumentBuilder builder )
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter."<init>":(Ljavax/xml/parsers/DocumentBuilder;)V]
W3CDOMStreamWriter.W3CDOMStreamWriter ( org.w3c.dom.Document document )
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter."<init>":(Lorg/w3c/dom/Document;)V]
W3CDOMStreamWriter.W3CDOMStreamWriter ( org.w3c.dom.DocumentFragment frag )
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter."<init>":(Lorg/w3c/dom/DocumentFragment;)V]
W3CDOMStreamWriter.W3CDOMStreamWriter ( org.w3c.dom.Element e )
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter."<init>":(Lorg/w3c/dom/Element;)V]
W3CDOMStreamWriter.writeAttribute ( String local, String value ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;)V]
W3CDOMStreamWriter.writeAttribute ( String namespace, String local, String value ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
W3CDOMStreamWriter.writeAttribute ( String prefix, String namespace, String local, String value ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
W3CDOMStreamWriter.writeCData ( String data ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeCData:(Ljava/lang/String;)V]
W3CDOMStreamWriter.writeCharacters ( char[ ] text, int start, int len ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeCharacters:([CII)V]
W3CDOMStreamWriter.writeCharacters ( String text ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeCharacters:(Ljava/lang/String;)V]
W3CDOMStreamWriter.writeComment ( String value ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeComment:(Ljava/lang/String;)V]
W3CDOMStreamWriter.writeDefaultNamespace ( String namespace ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeDefaultNamespace:(Ljava/lang/String;)V]
W3CDOMStreamWriter.writeDTD ( String arg0 ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeDTD:(Ljava/lang/String;)V]
W3CDOMStreamWriter.writeEmptyElement ( String local ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeEmptyElement:(Ljava/lang/String;)V]
W3CDOMStreamWriter.writeEmptyElement ( String namespace, String local ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeEmptyElement:(Ljava/lang/String;Ljava/lang/String;)V]
W3CDOMStreamWriter.writeEmptyElement ( String prefix, String local, String namespace ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeEmptyElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
W3CDOMStreamWriter.writeEndDocument ( ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeEndDocument:()V]
W3CDOMStreamWriter.writeEndElement ( ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeEndElement:()V]
W3CDOMStreamWriter.writeEntityRef ( String ref ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeEntityRef:(Ljava/lang/String;)V]
W3CDOMStreamWriter.writeNamespace ( String prefix, String namespace ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeNamespace:(Ljava/lang/String;Ljava/lang/String;)V]
W3CDOMStreamWriter.writeProcessingInstruction ( String target ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeProcessingInstruction:(Ljava/lang/String;)V]
W3CDOMStreamWriter.writeProcessingInstruction ( String target, String data ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeProcessingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
W3CDOMStreamWriter.writeStartDocument ( ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeStartDocument:()V]
W3CDOMStreamWriter.writeStartDocument ( String encoding, String version ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeStartDocument:(Ljava/lang/String;Ljava/lang/String;)V]
W3CDOMStreamWriter.writeStartDocument ( String version ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeStartDocument:(Ljava/lang/String;)V]
W3CDOMStreamWriter.writeStartElement ( String local ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeStartElement:(Ljava/lang/String;)V]
W3CDOMStreamWriter.writeStartElement ( String namespace, String local ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeStartElement:(Ljava/lang/String;Ljava/lang/String;)V]
W3CDOMStreamWriter.writeStartElement ( String prefix, String local, String namespace ) : void
[run-time name: org/apache/cxf/staxutils/W3CDOMStreamWriter.writeStartElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, W3CMultiSchemaFactory.class
package org.apache.cxf.wstx_msv_validation
W3CMultiSchemaFactory.loadSchema ( org.xml.sax.InputSource src, Object sysRef ) : org.codehaus.stax2.validation.XMLValidationSchema
[run-time name: org/apache/cxf/wstx_msv_validation/W3CMultiSchemaFactory.loadSchema:(Lorg/xml/sax/InputSource;Ljava/lang/Object;)Lorg/codehaus/stax2/validation/XMLValidationSchema;]
W3CMultiSchemaFactory.loadSchemas ( String baseURI, java.util.Map sources ) : org.codehaus.stax2.validation.XMLValidationSchema
[run-time name: org/apache/cxf/wstx_msv_validation/W3CMultiSchemaFactory.loadSchemas:(Ljava/lang/String;Ljava/util/Map;)Lorg/codehaus/stax2/validation/XMLValidationSchema;]
W3CMultiSchemaFactory.W3CMultiSchemaFactory ( )
[run-time name: org/apache/cxf/wstx_msv_validation/W3CMultiSchemaFactory."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, W3CNamespaceContext.class
package org.apache.cxf.aegis.util.stax
W3CNamespaceContext.getElement ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/aegis/util/stax/W3CNamespaceContext.getElement:()Lorg/w3c/dom/Element;]
W3CNamespaceContext.getNamespaceURI ( String prefix ) : String
[run-time name: org/apache/cxf/aegis/util/stax/W3CNamespaceContext.getNamespaceURI:(Ljava/lang/String;)Ljava/lang/String;]
W3CNamespaceContext.getPrefix ( String uri ) : String
[run-time name: org/apache/cxf/aegis/util/stax/W3CNamespaceContext.getPrefix:(Ljava/lang/String;)Ljava/lang/String;]
W3CNamespaceContext.getPrefixes ( String uri ) : java.util.Iterator
[run-time name: org/apache/cxf/aegis/util/stax/W3CNamespaceContext.getPrefixes:(Ljava/lang/String;)Ljava/util/Iterator;]
W3CNamespaceContext.setElement ( org.w3c.dom.Element cn ) : void
[run-time name: org/apache/cxf/aegis/util/stax/W3CNamespaceContext.setElement:(Lorg/w3c/dom/Element;)V]
W3CNamespaceContext.W3CNamespaceContext ( )
[run-time name: org/apache/cxf/aegis/util/stax/W3CNamespaceContext."<init>":()V]
package org.apache.cxf.staxutils
W3CNamespaceContext.getElement ( ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/staxutils/W3CNamespaceContext.getElement:()Lorg/w3c/dom/Element;]
W3CNamespaceContext.getNamespaceURI ( String prefix ) : String
[run-time name: org/apache/cxf/staxutils/W3CNamespaceContext.getNamespaceURI:(Ljava/lang/String;)Ljava/lang/String;]
W3CNamespaceContext.getPrefix ( String uri ) : String
[run-time name: org/apache/cxf/staxutils/W3CNamespaceContext.getPrefix:(Ljava/lang/String;)Ljava/lang/String;]
W3CNamespaceContext.getPrefixes ( String uri ) : java.util.Iterator
[run-time name: org/apache/cxf/staxutils/W3CNamespaceContext.getPrefixes:(Ljava/lang/String;)Ljava/util/Iterator;]
W3CNamespaceContext.setElement ( org.w3c.dom.Element node ) : void
[run-time name: org/apache/cxf/staxutils/W3CNamespaceContext.setElement:(Lorg/w3c/dom/Element;)V]
W3CNamespaceContext.W3CNamespaceContext ( )
[run-time name: org/apache/cxf/staxutils/W3CNamespaceContext."<init>":()V]
W3CNamespaceContext.W3CNamespaceContext ( org.w3c.dom.Element el )
[run-time name: org/apache/cxf/staxutils/W3CNamespaceContext."<init>":(Lorg/w3c/dom/Element;)V]
openejb-cxf-bundle-2.5.2.jar, WadlGenerator.class
package org.apache.cxf.jaxrs.model.wadl
WadlGenerator.addSchemaDocument ( org.apache.cxf.common.xmlschema.SchemaCollection col, org.w3c.dom.Document d, String systemId, boolean hackAroundEmptyNamespaceIssue ) : boolean
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.addSchemaDocument:(Lorg/apache/cxf/common/xmlschema/SchemaCollection;Lorg/w3c/dom/Document;Ljava/lang/String;Z)Z]
WadlGenerator.compareOperations ( org.apache.cxf.jaxrs.model.OperationResourceInfo ori1, org.apache.cxf.jaxrs.model.OperationResourceInfo ori2 ) : boolean
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.compareOperations:(Lorg/apache/cxf/jaxrs/model/OperationResourceInfo;Lorg/apache/cxf/jaxrs/model/OperationResourceInfo;)Z]
WadlGenerator.createElementQNameResolver ( javax.xml.bind.JAXBContext context ) : ElementQNameResolver
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.createElementQNameResolver:(Ljavax/xml/bind/JAXBContext;)Lorg/apache/cxf/jaxrs/model/wadl/ElementQNameResolver;]
WadlGenerator.createSchemaWriter ( javax.xml.bind.JAXBContext context, javax.ws.rs.core.UriInfo ui ) : WadlGenerator.SchemaWriter
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.createSchemaWriter:(Ljavax/xml/bind/JAXBContext;Ljavax/ws/rs/core/UriInfo;)Lorg/apache/cxf/jaxrs/model/wadl/WadlGenerator$SchemaWriter;]
WadlGenerator.doWriteParam ( StringBuilder sb, org.apache.cxf.jaxrs.model.Parameter pm, Class type, reflect.Type genericType, String paramName, annotation.Annotation[ ] anns, boolean isJson ) : void
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.doWriteParam:(Ljava/lang/StringBuilder;Lorg/apache/cxf/jaxrs/model/Parameter;Ljava/lang/Class;Ljava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/annotation/Annotation;Z)V]
WadlGenerator.getExistingSchema ( org.apache.cxf.message.Message m, javax.ws.rs.core.UriInfo ui, String href ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.getExistingSchema:(Lorg/apache/cxf/message/Message;Ljavax/ws/rs/core/UriInfo;Ljava/lang/String;)Ljavax/ws/rs/core/Response;]
WadlGenerator.getExistingWadl ( org.apache.cxf.message.Message m, javax.ws.rs.core.UriInfo ui, javax.ws.rs.core.MediaType mt ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.getExistingWadl:(Lorg/apache/cxf/message/Message;Ljavax/ws/rs/core/UriInfo;Ljavax/ws/rs/core/MediaType;)Ljavax/ws/rs/core/Response;]
WadlGenerator.getPrivateAddresses ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.getPrivateAddresses:()Ljava/util/List;]
WadlGenerator.getResourcesList ( org.apache.cxf.message.Message m, org.apache.cxf.jaxrs.model.ClassResourceInfo cri ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.getResourcesList:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;)Ljava/util/List;]
WadlGenerator.handleDynamicSubresource ( StringBuilder sb, java.util.Set jaxbTypes, ElementQNameResolver qnameResolver, java.util.Map clsMap, org.apache.cxf.jaxrs.model.OperationResourceInfo ori, org.apache.cxf.jaxrs.model.ClassResourceInfo subcri, boolean isJson ) : void
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.handleDynamicSubresource:(Ljava/lang/StringBuilder;Ljava/util/Set;Lorg/apache/cxf/jaxrs/model/wadl/ElementQNameResolver;Ljava/util/Map;Lorg/apache/cxf/jaxrs/model/OperationResourceInfo;Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;Z)V]
WadlGenerator.handleRequest ( org.apache.cxf.message.Message m, org.apache.cxf.jaxrs.model.ClassResourceInfo resource ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.handleRequest:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/jaxrs/model/ClassResourceInfo;)Ljavax/ws/rs/core/Response;]
WadlGenerator.setAddResourceAndMethodIds ( boolean addResourceAndMethodIds ) : void
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.setAddResourceAndMethodIds:(Z)V]
WadlGenerator.setApplicationTitle ( String applicationTitle ) : void
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.setApplicationTitle:(Ljava/lang/String;)V]
WadlGenerator.setDefaultMediaType ( String mt ) : void
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.setDefaultMediaType:(Ljava/lang/String;)V]
WadlGenerator.setExternalLinks ( java.util.List externalLinks ) : void
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.setExternalLinks:(Ljava/util/List;)V]
WadlGenerator.setIgnoreForwardSlash ( boolean ignoreForwardSlash ) : void
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.setIgnoreForwardSlash:(Z)V]
WadlGenerator.setIgnoreMessageWriters ( boolean ignoreMessageWriters ) : void
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.setIgnoreMessageWriters:(Z)V]
WadlGenerator.setIgnoreRequests ( boolean ignoreRequests ) : void
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.setIgnoreRequests:(Z)V]
WadlGenerator.setLinkJsonToXmlSchema ( boolean link ) : void
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.setLinkJsonToXmlSchema:(Z)V]
WadlGenerator.setNamespacePrefix ( String prefix ) : void
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.setNamespacePrefix:(Ljava/lang/String;)V]
WadlGenerator.setPrivateAddresses ( java.util.List privateAddresses ) : void
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.setPrivateAddresses:(Ljava/util/List;)V]
WadlGenerator.setResolver ( ElementQNameResolver resolver ) : void
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.setResolver:(Lorg/apache/cxf/jaxrs/model/wadl/ElementQNameResolver;)V]
WadlGenerator.setSchemaLocations ( java.util.List locations ) : void
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.setSchemaLocations:(Ljava/util/List;)V]
WadlGenerator.setSingleResourceMultipleMethods ( boolean singleResourceMultipleMethods ) : void
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.setSingleResourceMultipleMethods:(Z)V]
WadlGenerator.setUseJaxbContextForQnames ( boolean checkJaxbOnly ) : void
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.setUseJaxbContextForQnames:(Z)V]
WadlGenerator.setUseSingleSlashResource ( boolean useSingleSlashResource ) : void
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.setUseSingleSlashResource:(Z)V]
WadlGenerator.setWadlNamespace ( String namespace ) : void
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.setWadlNamespace:(Ljava/lang/String;)V]
WadlGenerator.sortOperationsByPath ( java.util.Set ops ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator.sortOperationsByPath:(Ljava/util/Set;)Ljava/util/List;]
WadlGenerator.WadlGenerator ( )
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator."<init>":()V]
WadlGenerator.WadlGenerator ( WadlGenerator other )
[run-time name: org/apache/cxf/jaxrs/model/wadl/WadlGenerator."<init>":(Lorg/apache/cxf/jaxrs/model/wadl/WadlGenerator;)V]
openejb-cxf-bundle-2.5.2.jar, WADLToJava.class
package org.apache.cxf.tools.wadlto
WADLToJava.isVerbose ( ) : boolean
[run-time name: org/apache/cxf/tools/wadlto/WADLToJava.isVerbose:()Z]
WADLToJava.main ( String[ ] pargs ) [static] : void
[run-time name: org/apache/cxf/tools/wadlto/WADLToJava.main:([Ljava/lang/String;)V]
WADLToJava.run ( org.apache.cxf.tools.common.ToolContext context ) : void
[run-time name: org/apache/cxf/tools/wadlto/WADLToJava.run:(Lorg/apache/cxf/tools/common/ToolContext;)V]
WADLToJava.run ( org.apache.cxf.tools.common.ToolContext context, java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/tools/wadlto/WADLToJava.run:(Lorg/apache/cxf/tools/common/ToolContext;Ljava/io/OutputStream;)V]
WADLToJava.WADLToJava ( )
[run-time name: org/apache/cxf/tools/wadlto/WADLToJava."<init>":()V]
WADLToJava.WADLToJava ( String[ ] pargs )
[run-time name: org/apache/cxf/tools/wadlto/WADLToJava."<init>":([Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, WeakIdentityHashMap.class
package org.apache.cxf.common.util
WeakIdentityHashMap.clear ( ) : void
[run-time name: org/apache/cxf/common/util/WeakIdentityHashMap.clear:()V]
WeakIdentityHashMap.containsKey ( Object key ) : boolean
[run-time name: org/apache/cxf/common/util/WeakIdentityHashMap.containsKey:(Ljava/lang/Object;)Z]
WeakIdentityHashMap.containsValue ( Object value ) : boolean
[run-time name: org/apache/cxf/common/util/WeakIdentityHashMap.containsValue:(Ljava/lang/Object;)Z]
WeakIdentityHashMap.entrySet ( ) : java.util.Set
[run-time name: org/apache/cxf/common/util/WeakIdentityHashMap.entrySet:()Ljava/util/Set;]
WeakIdentityHashMap.equals ( Object o ) : boolean
[run-time name: org/apache/cxf/common/util/WeakIdentityHashMap.equals:(Ljava/lang/Object;)Z]
WeakIdentityHashMap.get ( Object key ) : Object
[run-time name: org/apache/cxf/common/util/WeakIdentityHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;]
WeakIdentityHashMap.hashCode ( ) : int
[run-time name: org/apache/cxf/common/util/WeakIdentityHashMap.hashCode:()I]
WeakIdentityHashMap.isEmpty ( ) : boolean
[run-time name: org/apache/cxf/common/util/WeakIdentityHashMap.isEmpty:()Z]
WeakIdentityHashMap.keySet ( ) : java.util.Set
[run-time name: org/apache/cxf/common/util/WeakIdentityHashMap.keySet:()Ljava/util/Set;]
WeakIdentityHashMap.put ( Object key, Object value ) : Object
[run-time name: org/apache/cxf/common/util/WeakIdentityHashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
WeakIdentityHashMap.putAll ( java.util.Map t ) : void
[run-time name: org/apache/cxf/common/util/WeakIdentityHashMap.putAll:(Ljava/util/Map;)V]
WeakIdentityHashMap.remove ( Object key ) : Object
[run-time name: org/apache/cxf/common/util/WeakIdentityHashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;]
WeakIdentityHashMap.size ( ) : int
[run-time name: org/apache/cxf/common/util/WeakIdentityHashMap.size:()I]
WeakIdentityHashMap.values ( ) : java.util.Collection
[run-time name: org/apache/cxf/common/util/WeakIdentityHashMap.values:()Ljava/util/Collection;]
WeakIdentityHashMap.WeakIdentityHashMap ( )
[run-time name: org/apache/cxf/common/util/WeakIdentityHashMap."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WebClient.class
package org.apache.cxf.jaxrs.client
WebClient.accept ( javax.ws.rs.core.MediaType[ ] types ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.accept:([Ljavax/ws/rs/core/MediaType;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.accept ( javax.ws.rs.core.MediaType[ ] x0 ) : Client
[run-time name: org/apache/cxf/jaxrs/client/WebClient.accept:([Ljavax/ws/rs/core/MediaType;)Lorg/apache/cxf/jaxrs/client/Client;]
WebClient.accept ( String[ ] types ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.accept:([Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.accept ( String[ ] x0 ) : Client
[run-time name: org/apache/cxf/jaxrs/client/WebClient.accept:([Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/Client;]
WebClient.acceptEncoding ( String[ ] encodings ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.acceptEncoding:([Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.acceptEncoding ( String[ ] x0 ) : Client
[run-time name: org/apache/cxf/jaxrs/client/WebClient.acceptEncoding:([Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/Client;]
WebClient.acceptLanguage ( String[ ] languages ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.acceptLanguage:([Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.acceptLanguage ( String[ ] x0 ) : Client
[run-time name: org/apache/cxf/jaxrs/client/WebClient.acceptLanguage:([Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/Client;]
WebClient.back ( boolean fast ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.back:(Z)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.client ( Object proxy ) [static] : Client
[run-time name: org/apache/cxf/jaxrs/client/WebClient.client:(Ljava/lang/Object;)Lorg/apache/cxf/jaxrs/client/Client;]
WebClient.cookie ( javax.ws.rs.core.Cookie cookie ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.cookie:(Ljavax/ws/rs/core/Cookie;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.cookie ( javax.ws.rs.core.Cookie x0 ) : Client
[run-time name: org/apache/cxf/jaxrs/client/WebClient.cookie:(Ljavax/ws/rs/core/Cookie;)Lorg/apache/cxf/jaxrs/client/Client;]
WebClient.create ( java.net.URI baseURI ) [static] : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.create:(Ljava/net/URI;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.create ( String baseAddress ) [static] : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.create:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.create ( String baseAddress, java.util.List providers ) [static] : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.create:(Ljava/lang/String;Ljava/util/List;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.create ( String baseAddress, java.util.List providers, boolean threadSafe ) [static] : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.create:(Ljava/lang/String;Ljava/util/List;Z)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.create ( String baseAddress, java.util.List providers, String configLocation ) [static] : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.create:(Ljava/lang/String;Ljava/util/List;Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.create ( String baseAddress, String configLocation ) [static] : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.create:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.create ( String baseAddress, String username, String password, String configLocation ) [static] : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.create:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.create ( String baseURI, boolean threadSafe ) [static] : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.create:(Ljava/lang/String;Z)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.delete ( ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/client/WebClient.delete:()Ljavax/ws/rs/core/Response;]
WebClient.doChainedInvocation ( String httpMethod, javax.ws.rs.core.MultivaluedMap headers, Object body, reflect.Type inGenericType, Class responseClass, reflect.Type outGenericType, org.apache.cxf.message.Exchange exchange, java.util.Map invContext ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/client/WebClient.doChainedInvocation:(Ljava/lang/String;Ljavax/ws/rs/core/MultivaluedMap;Ljava/lang/Object;Ljava/lang/reflect/Type;Ljava/lang/Class;Ljava/lang/reflect/Type;Lorg/apache/cxf/message/Exchange;Ljava/util/Map;)Ljavax/ws/rs/core/Response;]
WebClient.doInvoke ( String httpMethod, Object body, reflect.Type inGenericType, Class responseClass, reflect.Type outGenericType ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/client/WebClient.doInvoke:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/reflect/Type;Ljava/lang/Class;Ljava/lang/reflect/Type;)Ljavax/ws/rs/core/Response;]
WebClient.encoding ( String encoding ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.encoding:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.encoding ( String x0 ) : Client
[run-time name: org/apache/cxf/jaxrs/client/WebClient.encoding:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/Client;]
WebClient.form ( java.util.Map values ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/client/WebClient.form:(Ljava/util/Map;)Ljavax/ws/rs/core/Response;]
WebClient.form ( org.apache.cxf.jaxrs.ext.form.Form form ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/client/WebClient.form:(Lorg/apache/cxf/jaxrs/ext/form/Form;)Ljavax/ws/rs/core/Response;]
WebClient.fragment ( String name ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.fragment:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.fromClient ( Client client ) [static] : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.fromClient:(Lorg/apache/cxf/jaxrs/client/Client;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.fromClient ( Client client, boolean inheritHeaders ) [static] : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.fromClient:(Lorg/apache/cxf/jaxrs/client/Client;Z)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.get ( ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/client/WebClient.get:()Ljavax/ws/rs/core/Response;]
WebClient.get ( Class responseClass ) : Object
[run-time name: org/apache/cxf/jaxrs/client/WebClient.get:(Ljava/lang/Class;)Ljava/lang/Object;]
WebClient.getCollection ( Class memberClass ) : java.util.Collection
[run-time name: org/apache/cxf/jaxrs/client/WebClient.getCollection:(Ljava/lang/Class;)Ljava/util/Collection;]
WebClient.getConfig ( Object client ) [static] : ClientConfiguration
[run-time name: org/apache/cxf/jaxrs/client/WebClient.getConfig:(Ljava/lang/Object;)Lorg/apache/cxf/jaxrs/client/ClientConfiguration;]
WebClient.handleResponse ( org.apache.cxf.message.Message outMessage, Class responseClass, reflect.Type genericType ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/client/WebClient.handleResponse:(Lorg/apache/cxf/message/Message;Ljava/lang/Class;Ljava/lang/reflect/Type;)Ljavax/ws/rs/core/Response;]
WebClient.head ( ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/client/WebClient.head:()Ljavax/ws/rs/core/Response;]
WebClient.header ( String name, Object[ ] values ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.header:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.header ( String x0, Object[ ] x1 ) : Client
[run-time name: org/apache/cxf/jaxrs/client/WebClient.header:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/apache/cxf/jaxrs/client/Client;]
WebClient.headers ( javax.ws.rs.core.MultivaluedMap map ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.headers:(Ljavax/ws/rs/core/MultivaluedMap;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.headers ( javax.ws.rs.core.MultivaluedMap x0 ) : Client
[run-time name: org/apache/cxf/jaxrs/client/WebClient.headers:(Ljavax/ws/rs/core/MultivaluedMap;)Lorg/apache/cxf/jaxrs/client/Client;]
WebClient.invoke ( String httpMethod, Object body ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/client/WebClient.invoke:(Ljava/lang/String;Ljava/lang/Object;)Ljavax/ws/rs/core/Response;]
WebClient.invoke ( String httpMethod, Object body, Class responseClass ) : Object
[run-time name: org/apache/cxf/jaxrs/client/WebClient.invoke:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;]
WebClient.invokeAndGetCollection ( String httpMethod, Object body, Class memberClass ) : java.util.Collection
[run-time name: org/apache/cxf/jaxrs/client/WebClient.invokeAndGetCollection:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Class;)Ljava/util/Collection;]
WebClient.language ( String language ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.language:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.language ( String x0 ) : Client
[run-time name: org/apache/cxf/jaxrs/client/WebClient.language:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/Client;]
WebClient.match ( javax.ws.rs.core.EntityTag tag, boolean ifNot ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.match:(Ljavax/ws/rs/core/EntityTag;Z)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.match ( javax.ws.rs.core.EntityTag x0, boolean x1 ) : Client
[run-time name: org/apache/cxf/jaxrs/client/WebClient.match:(Ljavax/ws/rs/core/EntityTag;Z)Lorg/apache/cxf/jaxrs/client/Client;]
WebClient.matrix ( String name, Object[ ] values ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.matrix:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.modified ( java.util.Date date, boolean ifNot ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.modified:(Ljava/util/Date;Z)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.modified ( java.util.Date x0, boolean x1 ) : Client
[run-time name: org/apache/cxf/jaxrs/client/WebClient.modified:(Ljava/util/Date;Z)Lorg/apache/cxf/jaxrs/client/Client;]
WebClient.options ( ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/client/WebClient.options:()Ljavax/ws/rs/core/Response;]
WebClient.path ( Object path ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.path:(Ljava/lang/Object;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.path ( String path, Object[ ] values ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.path:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.post ( Object body ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/client/WebClient.post:(Ljava/lang/Object;)Ljavax/ws/rs/core/Response;]
WebClient.post ( Object body, Class responseClass ) : Object
[run-time name: org/apache/cxf/jaxrs/client/WebClient.post:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;]
WebClient.postAndGetCollection ( Object body, Class memberClass ) : java.util.Collection
[run-time name: org/apache/cxf/jaxrs/client/WebClient.postAndGetCollection:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/util/Collection;]
WebClient.postAndGetCollection ( Object collection, Class memberClass, Class responseClass ) : java.util.Collection
[run-time name: org/apache/cxf/jaxrs/client/WebClient.postAndGetCollection:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/Class;)Ljava/util/Collection;]
WebClient.postCollection ( Object collection, Class memberClass ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/client/WebClient.postCollection:(Ljava/lang/Object;Ljava/lang/Class;)Ljavax/ws/rs/core/Response;]
WebClient.postCollection ( Object collection, Class memberClass, Class responseClass ) : Object
[run-time name: org/apache/cxf/jaxrs/client/WebClient.postCollection:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/Object;]
WebClient.put ( Object body ) : javax.ws.rs.core.Response
[run-time name: org/apache/cxf/jaxrs/client/WebClient.put:(Ljava/lang/Object;)Ljavax/ws/rs/core/Response;]
WebClient.query ( String name, Object[ ] values ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.query:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.replaceHeader ( String headerName, String value ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.replaceHeader:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.replacePath ( String path ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.replacePath:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.replaceQuery ( String queryString ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.replaceQuery:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.replaceQueryParam ( String queryParam, Object[ ] value ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.replaceQueryParam:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.reset ( ) : Client
[run-time name: org/apache/cxf/jaxrs/client/WebClient.reset:()Lorg/apache/cxf/jaxrs/client/Client;]
WebClient.reset ( ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.reset:()Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.resetQuery ( ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.resetQuery:()Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.retryInvoke ( java.net.URI newRequestURI, javax.ws.rs.core.MultivaluedMap headers, Object body, org.apache.cxf.message.Exchange exchange, java.util.Map invContext ) : Object
[run-time name: org/apache/cxf/jaxrs/client/WebClient.retryInvoke:(Ljava/net/URI;Ljavax/ws/rs/core/MultivaluedMap;Ljava/lang/Object;Lorg/apache/cxf/message/Exchange;Ljava/util/Map;)Ljava/lang/Object;]
WebClient.to ( String newAddress, boolean forward ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.to:(Ljava/lang/String;Z)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.type ( javax.ws.rs.core.MediaType ct ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.type:(Ljavax/ws/rs/core/MediaType;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.type ( javax.ws.rs.core.MediaType x0 ) : Client
[run-time name: org/apache/cxf/jaxrs/client/WebClient.type:(Ljavax/ws/rs/core/MediaType;)Lorg/apache/cxf/jaxrs/client/Client;]
WebClient.type ( String type ) : WebClient
[run-time name: org/apache/cxf/jaxrs/client/WebClient.type:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/WebClient;]
WebClient.type ( String x0 ) : Client
[run-time name: org/apache/cxf/jaxrs/client/WebClient.type:(Ljava/lang/String;)Lorg/apache/cxf/jaxrs/client/Client;]
WebClient.WebClient ( java.net.URI baseAddress )
[run-time name: org/apache/cxf/jaxrs/client/WebClient."<init>":(Ljava/net/URI;)V]
WebClient.WebClient ( ClientState state )
[run-time name: org/apache/cxf/jaxrs/client/WebClient."<init>":(Lorg/apache/cxf/jaxrs/client/ClientState;)V]
WebClient.WebClient ( String baseAddress )
[run-time name: org/apache/cxf/jaxrs/client/WebClient."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, WebFaultInInterceptor.class
package org.apache.cxf.binding.coloc
WebFaultInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/coloc/WebFaultInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
WebFaultInInterceptor.WebFaultInInterceptor ( )
[run-time name: org/apache/cxf/binding/coloc/WebFaultInInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WebFaultOutInterceptor.class
package org.apache.cxf.jaxws.interceptors
WebFaultOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxws/interceptors/WebFaultOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
WebFaultOutInterceptor.WebFaultOutInterceptor ( )
[run-time name: org/apache/cxf/jaxws/interceptors/WebFaultOutInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WebServiceContextImpl.class
package org.apache.cxf.jaxws.context
WebServiceContextImpl.clear ( ) [static] : void
[run-time name: org/apache/cxf/jaxws/context/WebServiceContextImpl.clear:()V]
WebServiceContextImpl.getEndpointReference ( Class clazz, org.w3c.dom.Element[ ] referenceParameters ) : javax.xml.ws.EndpointReference
[run-time name: org/apache/cxf/jaxws/context/WebServiceContextImpl.getEndpointReference:(Ljava/lang/Class;[Lorg/w3c/dom/Element;)Ljavax/xml/ws/EndpointReference;]
WebServiceContextImpl.getEndpointReference ( org.w3c.dom.Element[ ] referenceParameters ) : javax.xml.ws.EndpointReference
[run-time name: org/apache/cxf/jaxws/context/WebServiceContextImpl.getEndpointReference:([Lorg/w3c/dom/Element;)Ljavax/xml/ws/EndpointReference;]
WebServiceContextImpl.getMessageContext ( ) : javax.xml.ws.handler.MessageContext
[run-time name: org/apache/cxf/jaxws/context/WebServiceContextImpl.getMessageContext:()Ljavax/xml/ws/handler/MessageContext;]
WebServiceContextImpl.getUserPrincipal ( ) : java.security.Principal
[run-time name: org/apache/cxf/jaxws/context/WebServiceContextImpl.getUserPrincipal:()Ljava/security/Principal;]
WebServiceContextImpl.isUserInRole ( String role ) : boolean
[run-time name: org/apache/cxf/jaxws/context/WebServiceContextImpl.isUserInRole:(Ljava/lang/String;)Z]
WebServiceContextImpl.setMessageContext ( javax.xml.ws.handler.MessageContext ctx ) [static] : void
[run-time name: org/apache/cxf/jaxws/context/WebServiceContextImpl.setMessageContext:(Ljavax/xml/ws/handler/MessageContext;)V]
WebServiceContextImpl.WebServiceContextImpl ( )
[run-time name: org/apache/cxf/jaxws/context/WebServiceContextImpl."<init>":()V]
WebServiceContextImpl.WebServiceContextImpl ( javax.xml.ws.handler.MessageContext c )
[run-time name: org/apache/cxf/jaxws/context/WebServiceContextImpl."<init>":(Ljavax/xml/ws/handler/MessageContext;)V]
openejb-cxf-bundle-2.5.2.jar, WebServiceContextResourceResolver.class
package org.apache.cxf.jaxws.context
WebServiceContextResourceResolver.getAsStream ( String string ) : java.io.InputStream
[run-time name: org/apache/cxf/jaxws/context/WebServiceContextResourceResolver.getAsStream:(Ljava/lang/String;)Ljava/io/InputStream;]
WebServiceContextResourceResolver.resolve ( String string, Class clz ) : Object
[run-time name: org/apache/cxf/jaxws/context/WebServiceContextResourceResolver.resolve:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
WebServiceContextResourceResolver.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/jaxws/context/WebServiceContextResourceResolver.setBus:(Lorg/apache/cxf/Bus;)V]
WebServiceContextResourceResolver.WebServiceContextResourceResolver ( )
[run-time name: org/apache/cxf/jaxws/context/WebServiceContextResourceResolver."<init>":()V]
WebServiceContextResourceResolver.WebServiceContextResourceResolver ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/jaxws/context/WebServiceContextResourceResolver."<init>":(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, WebserviceDescriptionType.class
package org.apache.cxf.jaxws.javaee
WebserviceDescriptionType.getDescription ( ) : DescriptionType
[run-time name: org/apache/cxf/jaxws/javaee/WebserviceDescriptionType.getDescription:()Lorg/apache/cxf/jaxws/javaee/DescriptionType;]
WebserviceDescriptionType.getDisplayName ( ) : DisplayNameType
[run-time name: org/apache/cxf/jaxws/javaee/WebserviceDescriptionType.getDisplayName:()Lorg/apache/cxf/jaxws/javaee/DisplayNameType;]
WebserviceDescriptionType.getIcon ( ) : IconType
[run-time name: org/apache/cxf/jaxws/javaee/WebserviceDescriptionType.getIcon:()Lorg/apache/cxf/jaxws/javaee/IconType;]
WebserviceDescriptionType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/WebserviceDescriptionType.getId:()Ljava/lang/String;]
WebserviceDescriptionType.getJaxrpcMappingFile ( ) : PathType
[run-time name: org/apache/cxf/jaxws/javaee/WebserviceDescriptionType.getJaxrpcMappingFile:()Lorg/apache/cxf/jaxws/javaee/PathType;]
WebserviceDescriptionType.getPortComponent ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/WebserviceDescriptionType.getPortComponent:()Ljava/util/List;]
WebserviceDescriptionType.getWebserviceDescriptionName ( ) : CString
[run-time name: org/apache/cxf/jaxws/javaee/WebserviceDescriptionType.getWebserviceDescriptionName:()Lorg/apache/cxf/jaxws/javaee/CString;]
WebserviceDescriptionType.getWsdlFile ( ) : PathType
[run-time name: org/apache/cxf/jaxws/javaee/WebserviceDescriptionType.getWsdlFile:()Lorg/apache/cxf/jaxws/javaee/PathType;]
WebserviceDescriptionType.setDescription ( DescriptionType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/WebserviceDescriptionType.setDescription:(Lorg/apache/cxf/jaxws/javaee/DescriptionType;)V]
WebserviceDescriptionType.setDisplayName ( DisplayNameType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/WebserviceDescriptionType.setDisplayName:(Lorg/apache/cxf/jaxws/javaee/DisplayNameType;)V]
WebserviceDescriptionType.setIcon ( IconType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/WebserviceDescriptionType.setIcon:(Lorg/apache/cxf/jaxws/javaee/IconType;)V]
WebserviceDescriptionType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/WebserviceDescriptionType.setId:(Ljava/lang/String;)V]
WebserviceDescriptionType.setJaxrpcMappingFile ( PathType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/WebserviceDescriptionType.setJaxrpcMappingFile:(Lorg/apache/cxf/jaxws/javaee/PathType;)V]
WebserviceDescriptionType.setWebserviceDescriptionName ( CString value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/WebserviceDescriptionType.setWebserviceDescriptionName:(Lorg/apache/cxf/jaxws/javaee/CString;)V]
WebserviceDescriptionType.setWsdlFile ( PathType value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/WebserviceDescriptionType.setWsdlFile:(Lorg/apache/cxf/jaxws/javaee/PathType;)V]
WebserviceDescriptionType.WebserviceDescriptionType ( )
[run-time name: org/apache/cxf/jaxws/javaee/WebserviceDescriptionType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WebServiceProviderConfiguration.class
package org.apache.cxf.jaxws.support
WebServiceProviderConfiguration.getEndpointName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/support/WebServiceProviderConfiguration.getEndpointName:()Ljavax/xml/namespace/QName;]
WebServiceProviderConfiguration.getServiceName ( ) : String
[run-time name: org/apache/cxf/jaxws/support/WebServiceProviderConfiguration.getServiceName:()Ljava/lang/String;]
WebServiceProviderConfiguration.getServiceNamespace ( ) : String
[run-time name: org/apache/cxf/jaxws/support/WebServiceProviderConfiguration.getServiceNamespace:()Ljava/lang/String;]
WebServiceProviderConfiguration.getWsdlURL ( ) : String
[run-time name: org/apache/cxf/jaxws/support/WebServiceProviderConfiguration.getWsdlURL:()Ljava/lang/String;]
WebServiceProviderConfiguration.isOperation ( reflect.Method method ) : Boolean
[run-time name: org/apache/cxf/jaxws/support/WebServiceProviderConfiguration.isOperation:(Ljava/lang/reflect/Method;)Ljava/lang/Boolean;]
WebServiceProviderConfiguration.isWrapped ( reflect.Method m ) : Boolean
[run-time name: org/apache/cxf/jaxws/support/WebServiceProviderConfiguration.isWrapped:(Ljava/lang/reflect/Method;)Ljava/lang/Boolean;]
WebServiceProviderConfiguration.setServiceFactory ( org.apache.cxf.service.factory.ReflectionServiceFactoryBean serviceFactory ) : void
[run-time name: org/apache/cxf/jaxws/support/WebServiceProviderConfiguration.setServiceFactory:(Lorg/apache/cxf/service/factory/ReflectionServiceFactoryBean;)V]
WebServiceProviderConfiguration.WebServiceProviderConfiguration ( )
[run-time name: org/apache/cxf/jaxws/support/WebServiceProviderConfiguration."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WebservicesType.class
package org.apache.cxf.jaxws.javaee
WebservicesType.getDescription ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/WebservicesType.getDescription:()Ljava/util/List;]
WebservicesType.getDisplayName ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/WebservicesType.getDisplayName:()Ljava/util/List;]
WebservicesType.getIcon ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/WebservicesType.getIcon:()Ljava/util/List;]
WebservicesType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/WebservicesType.getId:()Ljava/lang/String;]
WebservicesType.getVersion ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/WebservicesType.getVersion:()Ljava/lang/String;]
WebservicesType.getWebserviceDescription ( ) : java.util.List
[run-time name: org/apache/cxf/jaxws/javaee/WebservicesType.getWebserviceDescription:()Ljava/util/List;]
WebservicesType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/WebservicesType.setId:(Ljava/lang/String;)V]
WebservicesType.setVersion ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/WebservicesType.setVersion:(Ljava/lang/String;)V]
WebservicesType.WebservicesType ( )
[run-time name: org/apache/cxf/jaxws/javaee/WebservicesType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WoodstoxValidationImpl.class
package org.apache.cxf.wstx_msv_validation
WoodstoxValidationImpl.setupValidation ( javax.xml.stream.XMLStreamReader reader, org.apache.cxf.service.model.ServiceInfo serviceInfo ) : void
[run-time name: org/apache/cxf/wstx_msv_validation/WoodstoxValidationImpl.setupValidation:(Ljavax/xml/stream/XMLStreamReader;Lorg/apache/cxf/service/model/ServiceInfo;)V]
WoodstoxValidationImpl.setupValidation ( javax.xml.stream.XMLStreamWriter writer, org.apache.cxf.service.model.ServiceInfo serviceInfo ) : void
[run-time name: org/apache/cxf/wstx_msv_validation/WoodstoxValidationImpl.setupValidation:(Ljavax/xml/stream/XMLStreamWriter;Lorg/apache/cxf/service/model/ServiceInfo;)V]
WoodstoxValidationImpl.WoodstoxValidationImpl ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/wstx_msv_validation/WoodstoxValidationImpl."<init>":(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, WorkQueue.class
package org.apache.cxf.workqueue
WorkQueue.execute ( Runnable p1, long p2 ) [abstract] : void
[run-time name: org/apache/cxf/workqueue/WorkQueue.execute:(Ljava/lang/Runnable;J)V]
WorkQueue.schedule ( Runnable p1, long p2 ) [abstract] : void
[run-time name: org/apache/cxf/workqueue/WorkQueue.schedule:(Ljava/lang/Runnable;J)V]
openejb-cxf-bundle-2.5.2.jar, WorkQueueImplMBeanWrapper.class
package org.apache.cxf.workqueue
WorkQueueImplMBeanWrapper.getActiveCount ( ) : int
[run-time name: org/apache/cxf/workqueue/WorkQueueImplMBeanWrapper.getActiveCount:()I]
WorkQueueImplMBeanWrapper.getHighWaterMark ( ) : int
[run-time name: org/apache/cxf/workqueue/WorkQueueImplMBeanWrapper.getHighWaterMark:()I]
WorkQueueImplMBeanWrapper.getLargestPoolSize ( ) : int
[run-time name: org/apache/cxf/workqueue/WorkQueueImplMBeanWrapper.getLargestPoolSize:()I]
WorkQueueImplMBeanWrapper.getLowWaterMark ( ) : int
[run-time name: org/apache/cxf/workqueue/WorkQueueImplMBeanWrapper.getLowWaterMark:()I]
WorkQueueImplMBeanWrapper.getObjectName ( ) : javax.management.ObjectName
[run-time name: org/apache/cxf/workqueue/WorkQueueImplMBeanWrapper.getObjectName:()Ljavax/management/ObjectName;]
WorkQueueImplMBeanWrapper.getPoolSize ( ) : int
[run-time name: org/apache/cxf/workqueue/WorkQueueImplMBeanWrapper.getPoolSize:()I]
WorkQueueImplMBeanWrapper.getWorkQueueMaxSize ( ) : long
[run-time name: org/apache/cxf/workqueue/WorkQueueImplMBeanWrapper.getWorkQueueMaxSize:()J]
WorkQueueImplMBeanWrapper.getWorkQueueSize ( ) : long
[run-time name: org/apache/cxf/workqueue/WorkQueueImplMBeanWrapper.getWorkQueueSize:()J]
WorkQueueImplMBeanWrapper.isEmpty ( ) : boolean
[run-time name: org/apache/cxf/workqueue/WorkQueueImplMBeanWrapper.isEmpty:()Z]
WorkQueueImplMBeanWrapper.isFull ( ) : boolean
[run-time name: org/apache/cxf/workqueue/WorkQueueImplMBeanWrapper.isFull:()Z]
WorkQueueImplMBeanWrapper.setHighWaterMark ( int hwm ) : void
[run-time name: org/apache/cxf/workqueue/WorkQueueImplMBeanWrapper.setHighWaterMark:(I)V]
WorkQueueImplMBeanWrapper.setLowWaterMark ( int lwm ) : void
[run-time name: org/apache/cxf/workqueue/WorkQueueImplMBeanWrapper.setLowWaterMark:(I)V]
WorkQueueImplMBeanWrapper.WorkQueueImplMBeanWrapper ( AutomaticWorkQueueImpl wq, WorkQueueManager mgr )
[run-time name: org/apache/cxf/workqueue/WorkQueueImplMBeanWrapper."<init>":(Lorg/apache/cxf/workqueue/AutomaticWorkQueueImpl;Lorg/apache/cxf/workqueue/WorkQueueManager;)V]
openejb-cxf-bundle-2.5.2.jar, WorkQueueManager.class
package org.apache.cxf.workqueue
WorkQueueManager.addNamedWorkQueue ( String p1, AutomaticWorkQueue p2 ) [abstract] : void
[run-time name: org/apache/cxf/workqueue/WorkQueueManager.addNamedWorkQueue:(Ljava/lang/String;Lorg/apache/cxf/workqueue/AutomaticWorkQueue;)V]
WorkQueueManager.getAutomaticWorkQueue ( ) [abstract] : AutomaticWorkQueue
[run-time name: org/apache/cxf/workqueue/WorkQueueManager.getAutomaticWorkQueue:()Lorg/apache/cxf/workqueue/AutomaticWorkQueue;]
WorkQueueManager.getNamedWorkQueue ( String p1 ) [abstract] : AutomaticWorkQueue
[run-time name: org/apache/cxf/workqueue/WorkQueueManager.getNamedWorkQueue:(Ljava/lang/String;)Lorg/apache/cxf/workqueue/AutomaticWorkQueue;]
WorkQueueManager.run ( ) [abstract] : void
[run-time name: org/apache/cxf/workqueue/WorkQueueManager.run:()V]
WorkQueueManager.shutdown ( boolean p1 ) [abstract] : void
[run-time name: org/apache/cxf/workqueue/WorkQueueManager.shutdown:(Z)V]
openejb-cxf-bundle-2.5.2.jar, WorkQueueManagerImpl.class
package org.apache.cxf.workqueue
WorkQueueManagerImpl.addNamedWorkQueue ( String name, AutomaticWorkQueue q ) : void
[run-time name: org/apache/cxf/workqueue/WorkQueueManagerImpl.addNamedWorkQueue:(Ljava/lang/String;Lorg/apache/cxf/workqueue/AutomaticWorkQueue;)V]
WorkQueueManagerImpl.getAutomaticWorkQueue ( ) : AutomaticWorkQueue
[run-time name: org/apache/cxf/workqueue/WorkQueueManagerImpl.getAutomaticWorkQueue:()Lorg/apache/cxf/workqueue/AutomaticWorkQueue;]
WorkQueueManagerImpl.getBus ( ) : org.apache.cxf.Bus
[run-time name: org/apache/cxf/workqueue/WorkQueueManagerImpl.getBus:()Lorg/apache/cxf/Bus;]
WorkQueueManagerImpl.getNamedWorkQueue ( String name ) : AutomaticWorkQueue
[run-time name: org/apache/cxf/workqueue/WorkQueueManagerImpl.getNamedWorkQueue:(Ljava/lang/String;)Lorg/apache/cxf/workqueue/AutomaticWorkQueue;]
WorkQueueManagerImpl.run ( ) : void
[run-time name: org/apache/cxf/workqueue/WorkQueueManagerImpl.run:()V]
WorkQueueManagerImpl.setBus ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/workqueue/WorkQueueManagerImpl.setBus:(Lorg/apache/cxf/Bus;)V]
WorkQueueManagerImpl.shutdown ( boolean processRemainingTasks ) : void
[run-time name: org/apache/cxf/workqueue/WorkQueueManagerImpl.shutdown:(Z)V]
WorkQueueManagerImpl.WorkQueueManagerImpl ( )
[run-time name: org/apache/cxf/workqueue/WorkQueueManagerImpl."<init>":()V]
WorkQueueManagerImpl.WorkQueueManagerImpl ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/workqueue/WorkQueueManagerImpl."<init>":(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, WorkQueueManagerImplMBeanWrapper.class
package org.apache.cxf.workqueue
WorkQueueManagerImplMBeanWrapper.getObjectName ( ) : javax.management.ObjectName
[run-time name: org/apache/cxf/workqueue/WorkQueueManagerImplMBeanWrapper.getObjectName:()Ljavax/management/ObjectName;]
WorkQueueManagerImplMBeanWrapper.shutdown ( boolean processRemainingWorkItems ) : void
[run-time name: org/apache/cxf/workqueue/WorkQueueManagerImplMBeanWrapper.shutdown:(Z)V]
WorkQueueManagerImplMBeanWrapper.WorkQueueManagerImplMBeanWrapper ( WorkQueueManagerImpl wq )
[run-time name: org/apache/cxf/workqueue/WorkQueueManagerImplMBeanWrapper."<init>":(Lorg/apache/cxf/workqueue/WorkQueueManagerImpl;)V]
openejb-cxf-bundle-2.5.2.jar, WorkQueueSingleConfig.class
package org.apache.cxf.bus.osgi
WorkQueueSingleConfig.updated ( java.util.Dictionary properties ) : void
[run-time name: org/apache/cxf/bus/osgi/WorkQueueSingleConfig.updated:(Ljava/util/Dictionary;)V]
WorkQueueSingleConfig.WorkQueueSingleConfig ( ManagedWorkQueueList workQueueList )
[run-time name: org/apache/cxf/bus/osgi/WorkQueueSingleConfig."<init>":(Lorg/apache/cxf/bus/osgi/ManagedWorkQueueList;)V]
openejb-cxf-bundle-2.5.2.jar, WrappedEndpoint.class
package org.apache.cxf.ws.rm
WrappedEndpoint.clear ( ) : void
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.clear:()V]
WrappedEndpoint.containsKey ( Object key ) : boolean
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.containsKey:(Ljava/lang/Object;)Z]
WrappedEndpoint.containsValue ( Object value ) : boolean
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.containsValue:(Ljava/lang/Object;)Z]
WrappedEndpoint.entrySet ( ) : java.util.Set
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.entrySet:()Ljava/util/Set;]
WrappedEndpoint.get ( Object key ) : Object
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.get:(Ljava/lang/Object;)Ljava/lang/Object;]
WrappedEndpoint.getActiveFeatures ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.getActiveFeatures:()Ljava/util/List;]
WrappedEndpoint.getBinding ( ) : org.apache.cxf.binding.Binding
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.getBinding:()Lorg/apache/cxf/binding/Binding;]
WrappedEndpoint.getEndpointInfo ( ) : org.apache.cxf.service.model.EndpointInfo
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.getEndpointInfo:()Lorg/apache/cxf/service/model/EndpointInfo;]
WrappedEndpoint.getExecutor ( ) : java.util.concurrent.Executor
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.getExecutor:()Ljava/util/concurrent/Executor;]
WrappedEndpoint.getInFaultInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.getInFaultInterceptors:()Ljava/util/List;]
WrappedEndpoint.getInFaultObserver ( ) : org.apache.cxf.transport.MessageObserver
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.getInFaultObserver:()Lorg/apache/cxf/transport/MessageObserver;]
WrappedEndpoint.getInInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.getInInterceptors:()Ljava/util/List;]
WrappedEndpoint.getOutFaultInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.getOutFaultInterceptors:()Ljava/util/List;]
WrappedEndpoint.getOutFaultObserver ( ) : org.apache.cxf.transport.MessageObserver
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.getOutFaultObserver:()Lorg/apache/cxf/transport/MessageObserver;]
WrappedEndpoint.getOutInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.getOutInterceptors:()Ljava/util/List;]
WrappedEndpoint.getService ( ) : org.apache.cxf.service.Service
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.getService:()Lorg/apache/cxf/service/Service;]
WrappedEndpoint.getWrappedEndpoint ( ) : org.apache.cxf.endpoint.Endpoint
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.getWrappedEndpoint:()Lorg/apache/cxf/endpoint/Endpoint;]
WrappedEndpoint.isEmpty ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.isEmpty:()Z]
WrappedEndpoint.keySet ( ) : java.util.Set
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.keySet:()Ljava/util/Set;]
WrappedEndpoint.put ( Object x0, Object x1 ) : Object
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
WrappedEndpoint.put ( String key, Object value ) : Object
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.put:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
WrappedEndpoint.putAll ( java.util.Map t ) : void
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.putAll:(Ljava/util/Map;)V]
WrappedEndpoint.remove ( Object key ) : Object
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.remove:(Ljava/lang/Object;)Ljava/lang/Object;]
WrappedEndpoint.setExecutor ( java.util.concurrent.Executor arg0 ) : void
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.setExecutor:(Ljava/util/concurrent/Executor;)V]
WrappedEndpoint.setInFaultObserver ( org.apache.cxf.transport.MessageObserver arg0 ) : void
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.setInFaultObserver:(Lorg/apache/cxf/transport/MessageObserver;)V]
WrappedEndpoint.setOutFaultObserver ( org.apache.cxf.transport.MessageObserver arg0 ) : void
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.setOutFaultObserver:(Lorg/apache/cxf/transport/MessageObserver;)V]
WrappedEndpoint.size ( ) : int
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.size:()I]
WrappedEndpoint.values ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/rm/WrappedEndpoint.values:()Ljava/util/Collection;]
openejb-cxf-bundle-2.5.2.jar, WrappedFeature.class
package org.apache.cxf.feature
WrappedFeature.initialize ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/feature/WrappedFeature.initialize:(Lorg/apache/cxf/Bus;)V]
WrappedFeature.initialize ( org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/feature/WrappedFeature.initialize:(Lorg/apache/cxf/endpoint/Client;Lorg/apache/cxf/Bus;)V]
WrappedFeature.initialize ( org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/feature/WrappedFeature.initialize:(Lorg/apache/cxf/endpoint/Server;Lorg/apache/cxf/Bus;)V]
WrappedFeature.initialize ( org.apache.cxf.interceptor.InterceptorProvider interceptorProvider, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/feature/WrappedFeature.initialize:(Lorg/apache/cxf/interceptor/InterceptorProvider;Lorg/apache/cxf/Bus;)V]
WrappedFeature.WrappedFeature ( Feature f )
[run-time name: org/apache/cxf/feature/WrappedFeature."<init>":(Lorg/apache/cxf/feature/Feature;)V]
openejb-cxf-bundle-2.5.2.jar, WrappedInInterceptor.class
package org.apache.cxf.interceptor
WrappedInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/WrappedInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
WrappedInInterceptor.WrappedInInterceptor ( )
[run-time name: org/apache/cxf/interceptor/WrappedInInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WrappedMessageContext.class
package org.apache.cxf.jaxws.context
WrappedMessageContext.clear ( ) : void
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext.clear:()V]
WrappedMessageContext.containsKey ( Object key ) : boolean
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext.containsKey:(Ljava/lang/Object;)Z]
WrappedMessageContext.containsValue ( Object value ) : boolean
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext.containsValue:(Ljava/lang/Object;)Z]
WrappedMessageContext.entrySet ( ) : java.util.Set
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext.entrySet:()Ljava/util/Set;]
WrappedMessageContext.get ( Object key ) : Object
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext.get:(Ljava/lang/Object;)Ljava/lang/Object;]
WrappedMessageContext.getScope ( String key ) : javax.xml.ws.handler.MessageContext.Scope
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext.getScope:(Ljava/lang/String;)Ljavax/xml/ws/handler/MessageContext$Scope;]
WrappedMessageContext.getScopes ( ) : java.util.Map
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext.getScopes:()Ljava/util/Map;]
WrappedMessageContext.getWrappedMap ( ) : java.util.Map
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext.getWrappedMap:()Ljava/util/Map;]
WrappedMessageContext.getWrappedMessage ( ) : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext.getWrappedMessage:()Lorg/apache/cxf/message/Message;]
WrappedMessageContext.isEmpty ( ) : boolean
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext.isEmpty:()Z]
WrappedMessageContext.isOutbound ( ) : boolean
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext.isOutbound:()Z]
WrappedMessageContext.isRequestor ( ) : boolean
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext.isRequestor:()Z]
WrappedMessageContext.isResponse ( ) : boolean
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext.isResponse:()Z]
WrappedMessageContext.keySet ( ) : java.util.Set
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext.keySet:()Ljava/util/Set;]
WrappedMessageContext.put ( Object x0, Object x1 ) : Object
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
WrappedMessageContext.put ( String key, Object value ) : Object
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext.put:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
WrappedMessageContext.put ( String key, Object value, javax.xml.ws.handler.MessageContext.Scope scope ) : Object
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext.put:(Ljava/lang/String;Ljava/lang/Object;Ljavax/xml/ws/handler/MessageContext$Scope;)Ljava/lang/Object;]
WrappedMessageContext.putAll ( java.util.Map t ) : void
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext.putAll:(Ljava/util/Map;)V]
WrappedMessageContext.remove ( Object key ) : Object
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext.remove:(Ljava/lang/Object;)Ljava/lang/Object;]
WrappedMessageContext.setScope ( String key, javax.xml.ws.handler.MessageContext.Scope arg1 ) : void
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext.setScope:(Ljava/lang/String;Ljavax/xml/ws/handler/MessageContext$Scope;)V]
WrappedMessageContext.size ( ) : int
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext.size:()I]
WrappedMessageContext.values ( ) : java.util.Collection
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext.values:()Ljava/util/Collection;]
WrappedMessageContext.WrappedMessageContext ( java.util.Map m, org.apache.cxf.message.Exchange ex, javax.xml.ws.handler.MessageContext.Scope defScope )
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext."<init>":(Ljava/util/Map;Lorg/apache/cxf/message/Exchange;Ljavax/xml/ws/handler/MessageContext$Scope;)V]
WrappedMessageContext.WrappedMessageContext ( org.apache.cxf.message.Message m )
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext."<init>":(Lorg/apache/cxf/message/Message;)V]
WrappedMessageContext.WrappedMessageContext ( org.apache.cxf.message.Message m, javax.xml.ws.handler.MessageContext.Scope defScope )
[run-time name: org/apache/cxf/jaxws/context/WrappedMessageContext."<init>":(Lorg/apache/cxf/message/Message;Ljavax/xml/ws/handler/MessageContext$Scope;)V]
openejb-cxf-bundle-2.5.2.jar, WrappedOutEndingInterceptor.class
package org.apache.cxf.interceptor
WrappedOutInterceptor.WrappedOutEndingInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/WrappedOutInterceptor.WrappedOutEndingInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
WrappedOutInterceptor.WrappedOutEndingInterceptor.WrappedOutInterceptor.WrappedOutEndingInterceptor ( WrappedOutInterceptor phase, String p2 )
[run-time name: org/apache/cxf/interceptor/WrappedOutInterceptor.WrappedOutEndingInterceptor."<init>":(Lorg/apache/cxf/interceptor/WrappedOutInterceptor;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, WrappedOutInterceptor.class
package org.apache.cxf.interceptor
WrappedOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/interceptor/WrappedOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
WrappedOutInterceptor.WrappedOutInterceptor ( )
[run-time name: org/apache/cxf/interceptor/WrappedOutInterceptor."<init>":()V]
WrappedOutInterceptor.WrappedOutInterceptor ( String phase )
[run-time name: org/apache/cxf/interceptor/WrappedOutInterceptor."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, WrappedOutputStream.class
package org.apache.cxf.transport.http
HTTPConduit.WrappedOutputStream.close ( ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.WrappedOutputStream.close:()V]
HTTPConduit.WrappedOutputStream.flush ( ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.WrappedOutputStream.flush:()V]
HTTPConduit.WrappedOutputStream.handleHeadersTrustCaching ( ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.WrappedOutputStream.handleHeadersTrustCaching:()V]
HTTPConduit.WrappedOutputStream.handleResponse ( ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.WrappedOutputStream.handleResponse:()V]
HTTPConduit.WrappedOutputStream.handleResponseInternal ( ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.WrappedOutputStream.handleResponseInternal:()V]
HTTPConduit.WrappedOutputStream.handleRetransmits ( ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.WrappedOutputStream.handleRetransmits:()V]
HTTPConduit.WrappedOutputStream.HTTPConduit.WrappedOutputStream ( HTTPConduit outMessage, org.apache.cxf.message.Message connection, java.net.HttpURLConnection possibleRetransmit, boolean isChunking, boolean chunkThreshold, int conduitName, String p7 )
[run-time name: org/apache/cxf/transport/http/HTTPConduit.WrappedOutputStream."<init>":(Lorg/apache/cxf/transport/http/HTTPConduit;Lorg/apache/cxf/message/Message;Ljava/net/HttpURLConnection;ZZILjava/lang/String;)V]
HTTPConduit.WrappedOutputStream.HTTPConduit.WrappedOutputStream ( HTTPConduit wos, HTTPConduit.WrappedOutputStream p2 )
[run-time name: org/apache/cxf/transport/http/HTTPConduit.WrappedOutputStream."<init>":(Lorg/apache/cxf/transport/http/HTTPConduit;Lorg/apache/cxf/transport/http/HTTPConduit$WrappedOutputStream;)V]
HTTPConduit.WrappedOutputStream.onFirstWrite ( ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.WrappedOutputStream.onFirstWrite:()V]
HTTPConduit.WrappedOutputStream.thresholdNotReached ( ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.WrappedOutputStream.thresholdNotReached:()V]
HTTPConduit.WrappedOutputStream.thresholdReached ( ) : void
[run-time name: org/apache/cxf/transport/http/HTTPConduit.WrappedOutputStream.thresholdReached:()V]
openejb-cxf-bundle-2.5.2.jar, WrappedParameterSequenceEventProducer.class
package org.apache.cxf.binding.corba.types
WrappedParameterSequenceEventProducer.WrappedParameterSequenceEventProducer ( javax.xml.namespace.QName wrapperElementQName, HandlerIterator paramIterator, org.apache.cxf.service.model.ServiceInfo service, org.omg.CORBA.ORB orbRef )
[run-time name: org/apache/cxf/binding/corba/types/WrappedParameterSequenceEventProducer."<init>":(Ljavax/xml/namespace/QName;Lorg/apache/cxf/binding/corba/types/HandlerIterator;Lorg/apache/cxf/service/model/ServiceInfo;Lorg/omg/CORBA/ORB;)V]
openejb-cxf-bundle-2.5.2.jar, WrappedService.class
package org.apache.cxf.ws.rm
WrappedService.clear ( ) : void
[run-time name: org/apache/cxf/ws/rm/WrappedService.clear:()V]
WrappedService.containsKey ( Object key ) : boolean
[run-time name: org/apache/cxf/ws/rm/WrappedService.containsKey:(Ljava/lang/Object;)Z]
WrappedService.containsValue ( Object value ) : boolean
[run-time name: org/apache/cxf/ws/rm/WrappedService.containsValue:(Ljava/lang/Object;)Z]
WrappedService.entrySet ( ) : java.util.Set
[run-time name: org/apache/cxf/ws/rm/WrappedService.entrySet:()Ljava/util/Set;]
WrappedService.get ( Object key ) : Object
[run-time name: org/apache/cxf/ws/rm/WrappedService.get:(Ljava/lang/Object;)Ljava/lang/Object;]
WrappedService.getDataBinding ( ) : org.apache.cxf.databinding.DataBinding
[run-time name: org/apache/cxf/ws/rm/WrappedService.getDataBinding:()Lorg/apache/cxf/databinding/DataBinding;]
WrappedService.getEndpointInfo ( javax.xml.namespace.QName endpoint ) : org.apache.cxf.service.model.EndpointInfo
[run-time name: org/apache/cxf/ws/rm/WrappedService.getEndpointInfo:(Ljavax/xml/namespace/QName;)Lorg/apache/cxf/service/model/EndpointInfo;]
WrappedService.getEndpoints ( ) : java.util.Map
[run-time name: org/apache/cxf/ws/rm/WrappedService.getEndpoints:()Ljava/util/Map;]
WrappedService.getExecutor ( ) : java.util.concurrent.Executor
[run-time name: org/apache/cxf/ws/rm/WrappedService.getExecutor:()Ljava/util/concurrent/Executor;]
WrappedService.getInFaultInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/WrappedService.getInFaultInterceptors:()Ljava/util/List;]
WrappedService.getInInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/WrappedService.getInInterceptors:()Ljava/util/List;]
WrappedService.getInvoker ( ) : org.apache.cxf.service.invoker.Invoker
[run-time name: org/apache/cxf/ws/rm/WrappedService.getInvoker:()Lorg/apache/cxf/service/invoker/Invoker;]
WrappedService.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/rm/WrappedService.getName:()Ljavax/xml/namespace/QName;]
WrappedService.getOutFaultInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/WrappedService.getOutFaultInterceptors:()Ljava/util/List;]
WrappedService.getOutInterceptors ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/WrappedService.getOutInterceptors:()Ljava/util/List;]
WrappedService.getServiceInfo ( ) : org.apache.cxf.service.model.ServiceInfo
[run-time name: org/apache/cxf/ws/rm/WrappedService.getServiceInfo:()Lorg/apache/cxf/service/model/ServiceInfo;]
WrappedService.getServiceInfos ( ) : java.util.List
[run-time name: org/apache/cxf/ws/rm/WrappedService.getServiceInfos:()Ljava/util/List;]
WrappedService.getWrappedService ( ) : org.apache.cxf.service.Service
[run-time name: org/apache/cxf/ws/rm/WrappedService.getWrappedService:()Lorg/apache/cxf/service/Service;]
WrappedService.isEmpty ( ) : boolean
[run-time name: org/apache/cxf/ws/rm/WrappedService.isEmpty:()Z]
WrappedService.keySet ( ) : java.util.Set
[run-time name: org/apache/cxf/ws/rm/WrappedService.keySet:()Ljava/util/Set;]
WrappedService.put ( Object x0, Object x1 ) : Object
[run-time name: org/apache/cxf/ws/rm/WrappedService.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
WrappedService.put ( String key, Object value ) : Object
[run-time name: org/apache/cxf/ws/rm/WrappedService.put:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
WrappedService.putAll ( java.util.Map t ) : void
[run-time name: org/apache/cxf/ws/rm/WrappedService.putAll:(Ljava/util/Map;)V]
WrappedService.remove ( Object key ) : Object
[run-time name: org/apache/cxf/ws/rm/WrappedService.remove:(Ljava/lang/Object;)Ljava/lang/Object;]
WrappedService.setDataBinding ( org.apache.cxf.databinding.DataBinding arg0 ) : void
[run-time name: org/apache/cxf/ws/rm/WrappedService.setDataBinding:(Lorg/apache/cxf/databinding/DataBinding;)V]
WrappedService.setExecutor ( java.util.concurrent.Executor arg0 ) : void
[run-time name: org/apache/cxf/ws/rm/WrappedService.setExecutor:(Ljava/util/concurrent/Executor;)V]
WrappedService.setInvoker ( org.apache.cxf.service.invoker.Invoker arg0 ) : void
[run-time name: org/apache/cxf/ws/rm/WrappedService.setInvoker:(Lorg/apache/cxf/service/invoker/Invoker;)V]
WrappedService.size ( ) : int
[run-time name: org/apache/cxf/ws/rm/WrappedService.size:()I]
WrappedService.values ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/rm/WrappedService.values:()Ljava/util/Collection;]
openejb-cxf-bundle-2.5.2.jar, WrapperBeanAnnotator.class
package org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator
WrapperBeanAnnotator.annotate ( org.apache.cxf.tools.common.model.JavaAnnotatable clz ) : void
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/annotator/WrapperBeanAnnotator.annotate:(Lorg/apache/cxf/tools/common/model/JavaAnnotatable;)V]
WrapperBeanAnnotator.WrapperBeanAnnotator ( )
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/annotator/WrapperBeanAnnotator."<init>":()V]
WrapperBeanAnnotator.WrapperBeanAnnotator ( Class cls )
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/annotator/WrapperBeanAnnotator."<init>":(Ljava/lang/Class;)V]
openejb-cxf-bundle-2.5.2.jar, WrapperBeanClass.class
package org.apache.cxf.tools.java2wsdl.generator.wsdl11.model
WrapperBeanClass.getElementName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/model/WrapperBeanClass.getElementName:()Ljavax/xml/namespace/QName;]
WrapperBeanClass.setElementName ( javax.xml.namespace.QName newElementName ) : void
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/model/WrapperBeanClass.setElementName:(Ljavax/xml/namespace/QName;)V]
WrapperBeanClass.WrapperBeanClass ( )
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/model/WrapperBeanClass."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WrapperBeanFieldAnnotator.class
package org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator
WrapperBeanFieldAnnotator.annotate ( org.apache.cxf.tools.common.model.JavaAnnotatable field ) : void
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/annotator/WrapperBeanFieldAnnotator.annotate:(Lorg/apache/cxf/tools/common/model/JavaAnnotatable;)V]
WrapperBeanFieldAnnotator.WrapperBeanFieldAnnotator ( )
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/annotator/WrapperBeanFieldAnnotator."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WrapperBeanGenerator.class
package org.apache.cxf.tools.java2wsdl.generator.wsdl11
WrapperBeanGenerator.generateBeanClasses ( org.apache.cxf.service.model.ServiceInfo serviceInfo ) : java.util.Collection
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/WrapperBeanGenerator.generateBeanClasses:(Lorg/apache/cxf/service/model/ServiceInfo;)Ljava/util/Collection;]
WrapperBeanGenerator.WrapperBeanGenerator ( )
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/WrapperBeanGenerator."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WrapperCapableDatabinding.class
package org.apache.cxf.databinding
WrapperCapableDatabinding.createWrapperHelper ( Class p1, javax.xml.namespace.QName p2, java.util.List p3, java.util.List p4, java.util.List p5 ) [abstract] : WrapperHelper
[run-time name: org/apache/cxf/databinding/WrapperCapableDatabinding.createWrapperHelper:(Ljava/lang/Class;Ljavax/xml/namespace/QName;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Lorg/apache/cxf/databinding/WrapperHelper;]
openejb-cxf-bundle-2.5.2.jar, WrapperClassGenerator.class
package org.apache.cxf.jaxws
WrapperClassGenerator.generate ( ) : java.util.Set
[run-time name: org/apache/cxf/jaxws/WrapperClassGenerator.generate:()Ljava/util/Set;]
WrapperClassGenerator.WrapperClassGenerator ( support.JaxWsServiceFactoryBean fact, org.apache.cxf.service.model.InterfaceInfo inf, boolean q )
[run-time name: org/apache/cxf/jaxws/WrapperClassGenerator."<init>":(Lorg/apache/cxf/jaxws/support/JaxWsServiceFactoryBean;Lorg/apache/cxf/service/model/InterfaceInfo;Z)V]
openejb-cxf-bundle-2.5.2.jar, WrapperClassInInterceptor.class
package org.apache.cxf.jaxws.interceptors
WrapperClassInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxws/interceptors/WrapperClassInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
WrapperClassInInterceptor.WrapperClassInInterceptor ( )
[run-time name: org/apache/cxf/jaxws/interceptors/WrapperClassInInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WrapperClassOutInterceptor.class
package org.apache.cxf.jaxws.interceptors
WrapperClassOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/jaxws/interceptors/WrapperClassOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
WrapperClassOutInterceptor.WrapperClassOutInterceptor ( )
[run-time name: org/apache/cxf/jaxws/interceptors/WrapperClassOutInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WrapperHelper.class
package org.apache.cxf.databinding
WrapperHelper.createWrapperObject ( java.util.List p1 ) [abstract] : Object
[run-time name: org/apache/cxf/databinding/WrapperHelper.createWrapperObject:(Ljava/util/List;)Ljava/lang/Object;]
WrapperHelper.getSignature ( ) [abstract] : String
[run-time name: org/apache/cxf/databinding/WrapperHelper.getSignature:()Ljava/lang/String;]
WrapperHelper.getWrapperParts ( Object p1 ) [abstract] : java.util.List
[run-time name: org/apache/cxf/databinding/WrapperHelper.getWrapperParts:(Ljava/lang/Object;)Ljava/util/List;]
openejb-cxf-bundle-2.5.2.jar, WrapperStyleNameCollisionValidator.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws.validator
WrapperStyleNameCollisionValidator.isValid ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/WrapperStyleNameCollisionValidator.isValid:()Z]
WrapperStyleNameCollisionValidator.WrapperStyleNameCollisionValidator ( )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/WrapperStyleNameCollisionValidator."<init>":()V]
WrapperStyleNameCollisionValidator.WrapperStyleNameCollisionValidator ( org.apache.cxf.service.model.ServiceInfo s )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/validator/WrapperStyleNameCollisionValidator."<init>":(Lorg/apache/cxf/service/model/ServiceInfo;)V]
openejb-cxf-bundle-2.5.2.jar, WrapReturn.class
package org.apache.cxf.common.util
ReflectionInvokationHandler.WrapReturn.iterator ( ) [abstract] : boolean
[run-time name: org/apache/cxf/common/util/ReflectionInvokationHandler.WrapReturn.iterator:()Z]
ReflectionInvokationHandler.WrapReturn.value ( ) [abstract] : Class
[run-time name: org/apache/cxf/common/util/ReflectionInvokationHandler.WrapReturn.value:()Ljava/lang/Class;]
openejb-cxf-bundle-2.5.2.jar, WriteOnCloseOutputStream.class
package org.apache.cxf.io
WriteOnCloseOutputStream.doClose ( ) : void
[run-time name: org/apache/cxf/io/WriteOnCloseOutputStream.doClose:()V]
WriteOnCloseOutputStream.WriteOnCloseOutputStream ( java.io.OutputStream stream )
[run-time name: org/apache/cxf/io/WriteOnCloseOutputStream."<init>":(Ljava/io/OutputStream;)V]
openejb-cxf-bundle-2.5.2.jar, WSAContextUtils.class
package org.apache.cxf.ws.addressing
WSAContextUtils.retrieveTo ( org.apache.cxf.transport.Conduit conduit, org.apache.cxf.message.Message message ) [static] : EndpointReferenceType
[run-time name: org/apache/cxf/ws/addressing/WSAContextUtils.retrieveTo:(Lorg/apache/cxf/transport/Conduit;Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
WSAContextUtils.retrieveUsingAddressing ( org.apache.cxf.message.Message message ) [static] : boolean
[run-time name: org/apache/cxf/ws/addressing/WSAContextUtils.retrieveUsingAddressing:(Lorg/apache/cxf/message/Message;)Z]
WSAContextUtils.storeTo ( EndpointReferenceType to, org.apache.cxf.message.Message message ) [static] : void
[run-time name: org/apache/cxf/ws/addressing/WSAContextUtils.storeTo:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Lorg/apache/cxf/message/Message;)V]
WSAContextUtils.storeUsingAddressing ( boolean override, org.apache.cxf.message.Message message ) [static] : void
[run-time name: org/apache/cxf/ws/addressing/WSAContextUtils.storeUsingAddressing:(ZLorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, WSAddressingFeature.class
package org.apache.cxf.ws.addressing
WSAddressingFeature.getMessageIdCache ( ) : MessageIdCache
[run-time name: org/apache/cxf/ws/addressing/WSAddressingFeature.getMessageIdCache:()Lorg/apache/cxf/ws/addressing/MessageIdCache;]
WSAddressingFeature.initializeProvider ( org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/ws/addressing/WSAddressingFeature.initializeProvider:(Lorg/apache/cxf/interceptor/InterceptorProvider;Lorg/apache/cxf/Bus;)V]
WSAddressingFeature.isAddressingRequired ( ) : boolean
[run-time name: org/apache/cxf/ws/addressing/WSAddressingFeature.isAddressingRequired:()Z]
WSAddressingFeature.isAllowDuplicates ( ) : boolean
[run-time name: org/apache/cxf/ws/addressing/WSAddressingFeature.isAllowDuplicates:()Z]
WSAddressingFeature.isUsingAddressingAdvisory ( ) : boolean
[run-time name: org/apache/cxf/ws/addressing/WSAddressingFeature.isUsingAddressingAdvisory:()Z]
WSAddressingFeature.setAddressingRequired ( boolean required ) : void
[run-time name: org/apache/cxf/ws/addressing/WSAddressingFeature.setAddressingRequired:(Z)V]
WSAddressingFeature.setAllowDuplicates ( boolean allow ) : void
[run-time name: org/apache/cxf/ws/addressing/WSAddressingFeature.setAllowDuplicates:(Z)V]
WSAddressingFeature.setMessageIdCache ( MessageIdCache messageIdCache ) : void
[run-time name: org/apache/cxf/ws/addressing/WSAddressingFeature.setMessageIdCache:(Lorg/apache/cxf/ws/addressing/MessageIdCache;)V]
WSAddressingFeature.setResponses ( String responses ) : void
[run-time name: org/apache/cxf/ws/addressing/WSAddressingFeature.setResponses:(Ljava/lang/String;)V]
WSAddressingFeature.setUsingAddressingAdvisory ( boolean advisory ) : void
[run-time name: org/apache/cxf/ws/addressing/WSAddressingFeature.setUsingAddressingAdvisory:(Z)V]
WSAddressingFeature.WSAddressingFeature ( )
[run-time name: org/apache/cxf/ws/addressing/WSAddressingFeature."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSAEndpointReferenceUtils.class
package org.apache.cxf.wsdl
WSAEndpointReferenceUtils.createEndpointReferenceWithMetadata ( ) [static] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/wsdl/WSAEndpointReferenceUtils.createEndpointReferenceWithMetadata:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
WSAEndpointReferenceUtils.duplicate ( org.apache.cxf.ws.addressing.EndpointReferenceType ref ) [static] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/wsdl/WSAEndpointReferenceUtils.duplicate:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
WSAEndpointReferenceUtils.getAddress ( org.apache.cxf.ws.addressing.EndpointReferenceType ref ) [static] : String
[run-time name: org/apache/cxf/wsdl/WSAEndpointReferenceUtils.getAddress:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Ljava/lang/String;]
WSAEndpointReferenceUtils.getAnonymousEndpointReference ( ) [static] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/wsdl/WSAEndpointReferenceUtils.getAnonymousEndpointReference:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
WSAEndpointReferenceUtils.getEndpointReference ( org.apache.cxf.ws.addressing.AttributedURIType address ) [static] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/wsdl/WSAEndpointReferenceUtils.getEndpointReference:(Lorg/apache/cxf/ws/addressing/AttributedURIType;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
WSAEndpointReferenceUtils.getEndpointReference ( String address ) [static] : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/cxf/wsdl/WSAEndpointReferenceUtils.getEndpointReference:(Ljava/lang/String;)Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
WSAEndpointReferenceUtils.getSetMetadata ( org.apache.cxf.ws.addressing.EndpointReferenceType ref ) [static] : org.apache.cxf.ws.addressing.MetadataType
[run-time name: org/apache/cxf/wsdl/WSAEndpointReferenceUtils.getSetMetadata:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/ws/addressing/MetadataType;]
WSAEndpointReferenceUtils.setAddress ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, String address ) [static] : void
[run-time name: org/apache/cxf/wsdl/WSAEndpointReferenceUtils.setAddress:(Lorg/apache/cxf/ws/addressing/EndpointReferenceType;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, WsBPHandler.class
package org.apache.cxf.ws.addressing.blueprint
WsBPHandler.decorate ( org.w3c.dom.Node node, org.osgi.service.blueprint.reflect.ComponentMetadata componentMetadata, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.ComponentMetadata
[run-time name: org/apache/cxf/ws/addressing/blueprint/WsBPHandler.decorate:(Lorg/w3c/dom/Node;Lorg/osgi/service/blueprint/reflect/ComponentMetadata;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/ComponentMetadata;]
WsBPHandler.getManagedClasses ( ) : java.util.Set
[run-time name: org/apache/cxf/ws/addressing/blueprint/WsBPHandler.getManagedClasses:()Ljava/util/Set;]
WsBPHandler.getSchemaLocation ( String s ) : java.net.URL
[run-time name: org/apache/cxf/ws/addressing/blueprint/WsBPHandler.getSchemaLocation:(Ljava/lang/String;)Ljava/net/URL;]
WsBPHandler.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context ) : org.osgi.service.blueprint.reflect.Metadata
[run-time name: org/apache/cxf/ws/addressing/blueprint/WsBPHandler.parse:(Lorg/w3c/dom/Element;Lorg/apache/aries/blueprint/ParserContext;)Lorg/osgi/service/blueprint/reflect/Metadata;]
WsBPHandler.WsBPHandler ( )
[run-time name: org/apache/cxf/ws/addressing/blueprint/WsBPHandler."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, Wsdl11AttachmentPolicyProvider.class
package org.apache.cxf.ws.policy.attachment.wsdl11
Wsdl11AttachmentPolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingFaultInfo bfi ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/attachment/wsdl11/Wsdl11AttachmentPolicyProvider.getEffectivePolicy:(Lorg/apache/cxf/service/model/BindingFaultInfo;)Lorg/apache/neethi/Policy;]
Wsdl11AttachmentPolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingMessageInfo bmi ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/attachment/wsdl11/Wsdl11AttachmentPolicyProvider.getEffectivePolicy:(Lorg/apache/cxf/service/model/BindingMessageInfo;)Lorg/apache/neethi/Policy;]
Wsdl11AttachmentPolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingOperationInfo bi ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/attachment/wsdl11/Wsdl11AttachmentPolicyProvider.getEffectivePolicy:(Lorg/apache/cxf/service/model/BindingOperationInfo;)Lorg/apache/neethi/Policy;]
Wsdl11AttachmentPolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.EndpointInfo ei ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/attachment/wsdl11/Wsdl11AttachmentPolicyProvider.getEffectivePolicy:(Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/neethi/Policy;]
Wsdl11AttachmentPolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.ServiceInfo si ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/attachment/wsdl11/Wsdl11AttachmentPolicyProvider.getEffectivePolicy:(Lorg/apache/cxf/service/model/ServiceInfo;)Lorg/apache/neethi/Policy;]
Wsdl11AttachmentPolicyProvider.Wsdl11AttachmentPolicyProvider ( )
[run-time name: org/apache/cxf/ws/policy/attachment/wsdl11/Wsdl11AttachmentPolicyProvider."<init>":()V]
Wsdl11AttachmentPolicyProvider.Wsdl11AttachmentPolicyProvider ( org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/ws/policy/attachment/wsdl11/Wsdl11AttachmentPolicyProvider."<init>":(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, WSDL11Generator.class
package org.apache.cxf.tools.java2wsdl.generator.wsdl11
WSDL11Generator.generate ( java.io.File dir ) : javax.wsdl.Definition
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/WSDL11Generator.generate:(Ljava/io/File;)Ljavax/wsdl/Definition;]
WSDL11Generator.generate ( java.io.File x0 ) : Object
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/WSDL11Generator.generate:(Ljava/io/File;)Ljava/lang/Object;]
WSDL11Generator.WSDL11Generator ( )
[run-time name: org/apache/cxf/tools/java2wsdl/generator/wsdl11/WSDL11Generator."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, Wsdl11XPointerDomainExpression.class
package org.apache.cxf.ws.policy.attachment.external
Wsdl11XPointerDomainExpression.appliesTo ( org.apache.cxf.service.model.BindingFaultInfo bfi ) : boolean
[run-time name: org/apache/cxf/ws/policy/attachment/external/Wsdl11XPointerDomainExpression.appliesTo:(Lorg/apache/cxf/service/model/BindingFaultInfo;)Z]
Wsdl11XPointerDomainExpression.appliesTo ( org.apache.cxf.service.model.BindingMessageInfo bmi ) : boolean
[run-time name: org/apache/cxf/ws/policy/attachment/external/Wsdl11XPointerDomainExpression.appliesTo:(Lorg/apache/cxf/service/model/BindingMessageInfo;)Z]
Wsdl11XPointerDomainExpression.appliesTo ( org.apache.cxf.service.model.BindingOperationInfo boi ) : boolean
[run-time name: org/apache/cxf/ws/policy/attachment/external/Wsdl11XPointerDomainExpression.appliesTo:(Lorg/apache/cxf/service/model/BindingOperationInfo;)Z]
Wsdl11XPointerDomainExpression.appliesTo ( org.apache.cxf.service.model.EndpointInfo ei ) : boolean
[run-time name: org/apache/cxf/ws/policy/attachment/external/Wsdl11XPointerDomainExpression.appliesTo:(Lorg/apache/cxf/service/model/EndpointInfo;)Z]
Wsdl11XPointerDomainExpression.appliesTo ( org.apache.cxf.service.model.ServiceInfo si ) : boolean
[run-time name: org/apache/cxf/ws/policy/attachment/external/Wsdl11XPointerDomainExpression.appliesTo:(Lorg/apache/cxf/service/model/ServiceInfo;)Z]
openejb-cxf-bundle-2.5.2.jar, WSDLASTVisitor.class
package org.apache.cxf.tools.corba.processors.idl
WSDLASTVisitor.getBoundedStringOverride ( ) : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.getBoundedStringOverride:()Z]
WSDLASTVisitor.getCorbaBindings ( ) : javax.wsdl.Binding[ ]
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.getCorbaBindings:()[Ljavax/wsdl/Binding;]
WSDLASTVisitor.getDeclaredWSAImport ( ) : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.getDeclaredWSAImport:()Z]
WSDLASTVisitor.getDeferredActions ( ) : DeferredActionCollection
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.getDeferredActions:()Lorg/apache/cxf/tools/corba/processors/idl/DeferredActionCollection;]
WSDLASTVisitor.getDefinition ( ) : javax.wsdl.Definition
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.getDefinition:()Ljavax/wsdl/Definition;]
WSDLASTVisitor.getIdlFile ( ) : String
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.getIdlFile:()Ljava/lang/String;]
WSDLASTVisitor.getImportSchemaFilename ( ) : String
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.getImportSchemaFilename:()Ljava/lang/String;]
WSDLASTVisitor.getInheritedScopeMap ( ) : java.util.Map
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.getInheritedScopeMap:()Ljava/util/Map;]
WSDLASTVisitor.getManager ( ) : WSDLSchemaManager
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.getManager:()Lorg/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager;]
WSDLASTVisitor.getModuleToNSMapper ( ) : ModuleToNSMapper
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.getModuleToNSMapper:()Lorg/apache/cxf/tools/corba/processors/idl/ModuleToNSMapper;]
WSDLASTVisitor.getOutputDir ( ) : String
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.getOutputDir:()Ljava/lang/String;]
WSDLASTVisitor.getPragmaPrefix ( ) : String
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.getPragmaPrefix:()Ljava/lang/String;]
WSDLASTVisitor.getRecursionList ( ) : ScopeNameCollection
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.getRecursionList:()Lorg/apache/cxf/tools/corba/processors/idl/ScopeNameCollection;]
WSDLASTVisitor.getSchema ( ) : org.apache.ws.commons.schema.XmlSchema
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.getSchema:()Lorg/apache/ws/commons/schema/XmlSchema;]
WSDLASTVisitor.getSchemas ( ) : org.apache.ws.commons.schema.XmlSchemaCollection
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.getSchemas:()Lorg/apache/ws/commons/schema/XmlSchemaCollection;]
WSDLASTVisitor.getScopedNames ( ) : ScopeNameCollection
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.getScopedNames:()Lorg/apache/cxf/tools/corba/processors/idl/ScopeNameCollection;]
WSDLASTVisitor.getSequenceOctetType ( ) : org.apache.ws.commons.schema.XmlSchemaType
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.getSequenceOctetType:()Lorg/apache/ws/commons/schema/XmlSchemaType;]
WSDLASTVisitor.getSupportPolymorphicFactories ( ) : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.getSupportPolymorphicFactories:()Z]
WSDLASTVisitor.getTypeMap ( ) : org.apache.cxf.binding.corba.wsdl.TypeMappingType
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.getTypeMap:()Lorg/apache/cxf/binding/corba/wsdl/TypeMappingType;]
WSDLASTVisitor.isSchemaGenerated ( ) : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.isSchemaGenerated:()Z]
WSDLASTVisitor.setBoundedStringOverride ( boolean value ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.setBoundedStringOverride:(Z)V]
WSDLASTVisitor.setDeclaredWSAImport ( boolean declaredImport ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.setDeclaredWSAImport:(Z)V]
WSDLASTVisitor.setExcludedModules ( java.util.Map modules ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.setExcludedModules:(Ljava/util/Map;)V]
WSDLASTVisitor.setIdlFile ( String idl ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.setIdlFile:(Ljava/lang/String;)V]
WSDLASTVisitor.setImportSchema ( String filename ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.setImportSchema:(Ljava/lang/String;)V]
WSDLASTVisitor.setModuleToNSMapping ( java.util.Map map ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.setModuleToNSMapping:(Ljava/util/Map;)V]
WSDLASTVisitor.setOutputDir ( String outDir ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.setOutputDir:(Ljava/lang/String;)V]
WSDLASTVisitor.setPragmaPrefix ( String pragmaPrefix ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.setPragmaPrefix:(Ljava/lang/String;)V]
WSDLASTVisitor.setQualified ( boolean qualified ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.setQualified:(Z)V]
WSDLASTVisitor.setSchemaGenerated ( boolean value ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.setSchemaGenerated:(Z)V]
WSDLASTVisitor.setSequenceOctetType ( String type ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.setSequenceOctetType:(Ljava/lang/String;)V]
WSDLASTVisitor.setSupportPolymorphicFactories ( boolean support ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.setSupportPolymorphicFactories:(Z)V]
WSDLASTVisitor.updateSchemaNamespace ( String name ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.updateSchemaNamespace:(Ljava/lang/String;)V]
WSDLASTVisitor.visit ( antlr.collections.AST node ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.visit:(Lantlr/collections/AST;)V]
WSDLASTVisitor.writeDefinition ( java.io.Writer writer ) : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.writeDefinition:(Ljava/io/Writer;)Z]
WSDLASTVisitor.writeDefinition ( javax.wsdl.Definition def, java.io.Writer writer ) : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.writeDefinition:(Ljavax/wsdl/Definition;Ljava/io/Writer;)Z]
WSDLASTVisitor.writeDefinitions ( java.io.Writer writer, java.io.Writer schemaWriter, java.io.Writer logicalWriter, java.io.Writer physicalWriter, String schemaFilename, String logicalFile, String physicalFile ) : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.writeDefinitions:(Ljava/io/Writer;Ljava/io/Writer;Ljava/io/Writer;Ljava/io/Writer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z]
WSDLASTVisitor.writeSchema ( org.apache.ws.commons.schema.XmlSchema schemaRef, java.io.Writer writer ) : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.writeSchema:(Lorg/apache/ws/commons/schema/XmlSchema;Ljava/io/Writer;)Z]
WSDLASTVisitor.writeSchemaDefinition ( javax.wsdl.Definition definit, java.io.Writer writer ) : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.writeSchemaDefinition:(Ljavax/wsdl/Definition;Ljava/io/Writer;)Z]
WSDLASTVisitor.WSDLASTVisitor ( String tns, String schemans, String corbatypemaptns )
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
WSDLASTVisitor.WSDLASTVisitor ( String tns, String schemans, String corbatypemaptns, String pragmaPrefix )
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, WSDLBasedServiceConfiguration.class
package org.apache.cxf.service.factory
WSDLBasedServiceConfiguration.getStyle ( ) : String
[run-time name: org/apache/cxf/service/factory/WSDLBasedServiceConfiguration.getStyle:()Ljava/lang/String;]
WSDLBasedServiceConfiguration.WSDLBasedServiceConfiguration ( org.apache.cxf.service.model.BindingInfo bi )
[run-time name: org/apache/cxf/service/factory/WSDLBasedServiceConfiguration."<init>":(Lorg/apache/cxf/service/model/BindingInfo;)V]
openejb-cxf-bundle-2.5.2.jar, WSDLBindingFactory.class
package org.apache.cxf.wsdl11
WSDLBindingFactory.createBindingInfo ( org.apache.cxf.service.model.ServiceInfo p1, javax.wsdl.Binding p2, String p3 ) [abstract] : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/wsdl11/WSDLBindingFactory.createBindingInfo:(Lorg/apache/cxf/service/model/ServiceInfo;Ljavax/wsdl/Binding;Ljava/lang/String;)Lorg/apache/cxf/service/model/BindingInfo;]
openejb-cxf-bundle-2.5.2.jar, WSDLBuilder.class
package org.apache.cxf.wsdl
WSDLBuilder.build ( String p1 ) [abstract] : Object
[run-time name: org/apache/cxf/wsdl/WSDLBuilder.build:(Ljava/lang/String;)Ljava/lang/Object;]
openejb-cxf-bundle-2.5.2.jar, WSDLConstants.class
package org.apache.cxf.common
WSDLConstants.getVersion ( String version ) [static] : WSDLConstants.WSDLVersion
[run-time name: org/apache/cxf/common/WSDLConstants.getVersion:(Ljava/lang/String;)Lorg/apache/cxf/common/WSDLConstants$WSDLVersion;]
openejb-cxf-bundle-2.5.2.jar, WSDLCorbaFactory.class
package org.apache.cxf.tools.corba.common
WSDLCorbaFactory.newDefinition ( ) [abstract] : javax.wsdl.Definition
[run-time name: org/apache/cxf/tools/corba/common/WSDLCorbaFactory.newDefinition:()Ljavax/wsdl/Definition;]
WSDLCorbaFactory.newInstance ( ) [static] : WSDLCorbaFactory
[run-time name: org/apache/cxf/tools/corba/common/WSDLCorbaFactory.newInstance:()Lorg/apache/cxf/tools/corba/common/WSDLCorbaFactory;]
WSDLCorbaFactory.newInstance ( String factoryImplName ) [static] : WSDLCorbaFactory
[run-time name: org/apache/cxf/tools/corba/common/WSDLCorbaFactory.newInstance:(Ljava/lang/String;)Lorg/apache/cxf/tools/corba/common/WSDLCorbaFactory;]
WSDLCorbaFactory.newPopulatedExtensionRegistry ( ) [abstract] : javax.wsdl.extensions.ExtensionRegistry
[run-time name: org/apache/cxf/tools/corba/common/WSDLCorbaFactory.newPopulatedExtensionRegistry:()Ljavax/wsdl/extensions/ExtensionRegistry;]
WSDLCorbaFactory.newWSDLReader ( ) [abstract] : javax.wsdl.xml.WSDLReader
[run-time name: org/apache/cxf/tools/corba/common/WSDLCorbaFactory.newWSDLReader:()Ljavax/wsdl/xml/WSDLReader;]
WSDLCorbaFactory.newWSDLWriter ( ) [abstract] : javax.wsdl.xml.WSDLWriter
[run-time name: org/apache/cxf/tools/corba/common/WSDLCorbaFactory.newWSDLWriter:()Ljavax/wsdl/xml/WSDLWriter;]
WSDLCorbaFactory.WSDLCorbaFactory ( )
[run-time name: org/apache/cxf/tools/corba/common/WSDLCorbaFactory."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSDLCorbaFactoryImpl.class
package org.apache.cxf.tools.corba.common
WSDLCorbaFactoryImpl.newDefinition ( ) : javax.wsdl.Definition
[run-time name: org/apache/cxf/tools/corba/common/WSDLCorbaFactoryImpl.newDefinition:()Ljavax/wsdl/Definition;]
WSDLCorbaFactoryImpl.newPopulatedExtensionRegistry ( ) : javax.wsdl.extensions.ExtensionRegistry
[run-time name: org/apache/cxf/tools/corba/common/WSDLCorbaFactoryImpl.newPopulatedExtensionRegistry:()Ljavax/wsdl/extensions/ExtensionRegistry;]
WSDLCorbaFactoryImpl.newWSDLReader ( ) : javax.wsdl.xml.WSDLReader
[run-time name: org/apache/cxf/tools/corba/common/WSDLCorbaFactoryImpl.newWSDLReader:()Ljavax/wsdl/xml/WSDLReader;]
WSDLCorbaFactoryImpl.newWSDLWriter ( ) : javax.wsdl.xml.WSDLWriter
[run-time name: org/apache/cxf/tools/corba/common/WSDLCorbaFactoryImpl.newWSDLWriter:()Ljavax/wsdl/xml/WSDLWriter;]
WSDLCorbaFactoryImpl.WSDLCorbaFactoryImpl ( )
[run-time name: org/apache/cxf/tools/corba/common/WSDLCorbaFactoryImpl."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSDLCorbaWriterImpl.class
package org.apache.cxf.tools.corba.common
WSDLCorbaWriterImpl.getDocument ( javax.wsdl.Definition wsdlDef ) : org.w3c.dom.Document
[run-time name: org/apache/cxf/tools/corba/common/WSDLCorbaWriterImpl.getDocument:(Ljavax/wsdl/Definition;)Lorg/w3c/dom/Document;]
WSDLCorbaWriterImpl.getFeature ( String name ) : boolean
[run-time name: org/apache/cxf/tools/corba/common/WSDLCorbaWriterImpl.getFeature:(Ljava/lang/String;)Z]
WSDLCorbaWriterImpl.setFeature ( String name, boolean value ) : void
[run-time name: org/apache/cxf/tools/corba/common/WSDLCorbaWriterImpl.setFeature:(Ljava/lang/String;Z)V]
WSDLCorbaWriterImpl.writeWSDL ( javax.wsdl.Definition wsdlDef, java.io.OutputStream sink ) : void
[run-time name: org/apache/cxf/tools/corba/common/WSDLCorbaWriterImpl.writeWSDL:(Ljavax/wsdl/Definition;Ljava/io/OutputStream;)V]
WSDLCorbaWriterImpl.writeWSDL ( javax.wsdl.Definition wsdlDef, java.io.Writer sink ) : void
[run-time name: org/apache/cxf/tools/corba/common/WSDLCorbaWriterImpl.writeWSDL:(Ljavax/wsdl/Definition;Ljava/io/Writer;)V]
WSDLCorbaWriterImpl.WSDLCorbaWriterImpl ( javax.wsdl.xml.WSDLWriter orig )
[run-time name: org/apache/cxf/tools/corba/common/WSDLCorbaWriterImpl."<init>":(Ljavax/wsdl/xml/WSDLWriter;)V]
openejb-cxf-bundle-2.5.2.jar, WSDLDefinitionBuilder.class
package org.apache.cxf.wsdl11
WSDLDefinitionBuilder.build ( String wsdlURL ) : javax.wsdl.Definition
[run-time name: org/apache/cxf/wsdl11/WSDLDefinitionBuilder.build:(Ljava/lang/String;)Ljavax/wsdl/Definition;]
WSDLDefinitionBuilder.build ( String x0 ) : Object
[run-time name: org/apache/cxf/wsdl11/WSDLDefinitionBuilder.build:(Ljava/lang/String;)Ljava/lang/Object;]
WSDLDefinitionBuilder.getImportedDefinitions ( ) : java.util.List
[run-time name: org/apache/cxf/wsdl11/WSDLDefinitionBuilder.getImportedDefinitions:()Ljava/util/List;]
WSDLDefinitionBuilder.getImports ( javax.wsdl.Definition wsdlDef ) [static] : java.util.Collection
[run-time name: org/apache/cxf/wsdl11/WSDLDefinitionBuilder.getImports:(Ljavax/wsdl/Definition;)Ljava/util/Collection;]
WSDLDefinitionBuilder.getWSDLPlugins ( ) : java.util.Map
[run-time name: org/apache/cxf/wsdl11/WSDLDefinitionBuilder.getWSDLPlugins:()Ljava/util/Map;]
WSDLDefinitionBuilder.parseWSDL ( String wsdlURL ) : void
[run-time name: org/apache/cxf/wsdl11/WSDLDefinitionBuilder.parseWSDL:(Ljava/lang/String;)V]
WSDLDefinitionBuilder.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/wsdl11/WSDLDefinitionBuilder.setBus:(Lorg/apache/cxf/Bus;)V]
WSDLDefinitionBuilder.WSDLDefinitionBuilder ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/wsdl11/WSDLDefinitionBuilder."<init>":(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, WSDLDocumentation.class
package org.apache.cxf.annotations
WSDLDocumentation.faultClass ( ) [abstract] : Class
[run-time name: org/apache/cxf/annotations/WSDLDocumentation.faultClass:()Ljava/lang/Class;]
WSDLDocumentation.placement ( ) [abstract] : WSDLDocumentation.Placement
[run-time name: org/apache/cxf/annotations/WSDLDocumentation.placement:()Lorg/apache/cxf/annotations/WSDLDocumentation$Placement;]
WSDLDocumentation.value ( ) [abstract] : String
[run-time name: org/apache/cxf/annotations/WSDLDocumentation.value:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, WSDLDocumentationCollection.class
package org.apache.cxf.annotations
WSDLDocumentationCollection.value ( ) [abstract] : WSDLDocumentation[ ]
[run-time name: org/apache/cxf/annotations/WSDLDocumentationCollection.value:()[Lorg/apache/cxf/annotations/WSDLDocumentation;]
openejb-cxf-bundle-2.5.2.jar, WSDLEndpointFactory.class
package org.apache.cxf.wsdl11
WSDLEndpointFactory.createEndpointInfo ( org.apache.cxf.service.model.ServiceInfo p1, org.apache.cxf.service.model.BindingInfo p2, java.util.List p3 ) [abstract] : org.apache.cxf.service.model.EndpointInfo
[run-time name: org/apache/cxf/wsdl11/WSDLEndpointFactory.createEndpointInfo:(Lorg/apache/cxf/service/model/ServiceInfo;Lorg/apache/cxf/service/model/BindingInfo;Ljava/util/List;)Lorg/apache/cxf/service/model/EndpointInfo;]
WSDLEndpointFactory.createPortExtensors ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.Service p2 ) [abstract] : void
[run-time name: org/apache/cxf/wsdl11/WSDLEndpointFactory.createPortExtensors:(Lorg/apache/cxf/service/model/EndpointInfo;Lorg/apache/cxf/service/Service;)V]
openejb-cxf-bundle-2.5.2.jar, WSDLExtensibilityPlugin.class
package org.apache.cxf.wsdl
WSDLExtensibilityPlugin.createExtension ( java.util.Map p1 ) [abstract] : javax.wsdl.extensions.ExtensibilityElement
[run-time name: org/apache/cxf/wsdl/WSDLExtensibilityPlugin.createExtension:(Ljava/util/Map;)Ljavax/wsdl/extensions/ExtensibilityElement;]
WSDLExtensibilityPlugin.setExtensionRegistry ( javax.wsdl.extensions.ExtensionRegistry p1 ) [abstract] : void
[run-time name: org/apache/cxf/wsdl/WSDLExtensibilityPlugin.setExtensionRegistry:(Ljavax/wsdl/extensions/ExtensionRegistry;)V]
openejb-cxf-bundle-2.5.2.jar, WSDLExtensionRegister.class
package org.apache.cxf.binding.corba.wsdl
WSDLExtensionRegister.WSDLExtensionRegister ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/binding/corba/wsdl/WSDLExtensionRegister."<init>":(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, WSDLGeneratorFactory.class
package org.apache.cxf.tools.java2wsdl.generator
WSDLGeneratorFactory.getGeneratorClassName ( ) : String
[run-time name: org/apache/cxf/tools/java2wsdl/generator/WSDLGeneratorFactory.getGeneratorClassName:()Ljava/lang/String;]
WSDLGeneratorFactory.newGenerator ( ) : AbstractGenerator
[run-time name: org/apache/cxf/tools/java2wsdl/generator/WSDLGeneratorFactory.newGenerator:()Lorg/apache/cxf/tools/java2wsdl/generator/AbstractGenerator;]
WSDLGeneratorFactory.setWSDLVersion ( org.apache.cxf.common.WSDLConstants.WSDLVersion v ) : void
[run-time name: org/apache/cxf/tools/java2wsdl/generator/WSDLGeneratorFactory.setWSDLVersion:(Lorg/apache/cxf/common/WSDLConstants$WSDLVersion;)V]
WSDLGeneratorFactory.WSDLGeneratorFactory ( )
[run-time name: org/apache/cxf/tools/java2wsdl/generator/WSDLGeneratorFactory."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSDLGetInterceptor.class
package org.apache.cxf.frontend
WSDLGetInterceptor.doOutput ( org.apache.cxf.message.Message message, String base, org.w3c.dom.Document doc, java.io.OutputStream out ) : void
[run-time name: org/apache/cxf/frontend/WSDLGetInterceptor.doOutput:(Lorg/apache/cxf/message/Message;Ljava/lang/String;Lorg/w3c/dom/Document;Ljava/io/OutputStream;)V]
WSDLGetInterceptor.getDocument ( org.apache.cxf.message.Message message, String base, java.util.Map params, String ctxUri, org.apache.cxf.service.model.EndpointInfo endpointInfo ) : org.w3c.dom.Document
[run-time name: org/apache/cxf/frontend/WSDLGetInterceptor.getDocument:(Lorg/apache/cxf/message/Message;Ljava/lang/String;Ljava/util/Map;Ljava/lang/String;Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/w3c/dom/Document;]
WSDLGetInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/frontend/WSDLGetInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
WSDLGetInterceptor.isRecognizedQuery ( java.util.Map map, String baseUri, String ctx, org.apache.cxf.service.model.EndpointInfo endpointInfo ) : boolean
[run-time name: org/apache/cxf/frontend/WSDLGetInterceptor.isRecognizedQuery:(Ljava/util/Map;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/service/model/EndpointInfo;)Z]
WSDLGetInterceptor.WSDLGetInterceptor ( )
[run-time name: org/apache/cxf/frontend/WSDLGetInterceptor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSDLGetUtils.class
package org.apache.cxf.frontend
WSDLGetUtils.getDocument ( org.apache.cxf.message.Message message, String base, java.util.Map params, String ctxUri, org.apache.cxf.service.model.EndpointInfo endpointInfo ) : org.w3c.dom.Document
[run-time name: org/apache/cxf/frontend/WSDLGetUtils.getDocument:(Lorg/apache/cxf/message/Message;Ljava/lang/String;Ljava/util/Map;Ljava/lang/String;Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/w3c/dom/Document;]
WSDLGetUtils.getSchemaLocations ( org.apache.cxf.message.Message message, String base, String ctxUri, org.apache.cxf.service.model.EndpointInfo endpointInfo ) : java.util.Map
[run-time name: org/apache/cxf/frontend/WSDLGetUtils.getSchemaLocations:(Lorg/apache/cxf/message/Message;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/service/model/EndpointInfo;)Ljava/util/Map;]
WSDLGetUtils.getWSDLIds ( org.apache.cxf.message.Message message, String base, String ctxUri, org.apache.cxf.service.model.EndpointInfo endpointInfo ) : java.util.Set
[run-time name: org/apache/cxf/frontend/WSDLGetUtils.getWSDLIds:(Lorg/apache/cxf/message/Message;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cxf/service/model/EndpointInfo;)Ljava/util/Set;]
WSDLGetUtils.mapUri ( String base, java.util.Map smp, String loc ) : String
[run-time name: org/apache/cxf/frontend/WSDLGetUtils.mapUri:(Ljava/lang/String;Ljava/util/Map;Ljava/lang/String;)Ljava/lang/String;]
WSDLGetUtils.resolveWithCatalogs ( org.apache.cxf.catalog.OASISCatalogManager catalogs, String start, String base ) : String
[run-time name: org/apache/cxf/frontend/WSDLGetUtils.resolveWithCatalogs:(Lorg/apache/cxf/catalog/OASISCatalogManager;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
WSDLGetUtils.rewriteAddress ( String base, org.w3c.dom.Element el, String soapNS ) : void
[run-time name: org/apache/cxf/frontend/WSDLGetUtils.rewriteAddress:(Ljava/lang/String;Lorg/w3c/dom/Element;Ljava/lang/String;)V]
WSDLGetUtils.setSoapAddressLocationOn ( javax.wsdl.Port port, String url ) : void
[run-time name: org/apache/cxf/frontend/WSDLGetUtils.setSoapAddressLocationOn:(Ljavax/wsdl/Port;Ljava/lang/String;)V]
WSDLGetUtils.updateDefinition ( org.apache.cxf.Bus bus, javax.wsdl.Definition def, java.util.Map done, java.util.Map doneSchemas, String base, org.apache.cxf.service.model.EndpointInfo ei ) : void
[run-time name: org/apache/cxf/frontend/WSDLGetUtils.updateDefinition:(Lorg/apache/cxf/Bus;Ljavax/wsdl/Definition;Ljava/util/Map;Ljava/util/Map;Ljava/lang/String;Lorg/apache/cxf/service/model/EndpointInfo;)V]
WSDLGetUtils.updateDoc ( org.w3c.dom.Document doc, String base, java.util.Map mp, java.util.Map smp, org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/frontend/WSDLGetUtils.updateDoc:(Lorg/w3c/dom/Document;Ljava/lang/String;Ljava/util/Map;Ljava/util/Map;Lorg/apache/cxf/message/Message;)V]
WSDLGetUtils.updatePublishedEndpointUrl ( String publishingUrl, javax.wsdl.Definition def, javax.xml.namespace.QName name ) : void
[run-time name: org/apache/cxf/frontend/WSDLGetUtils.updatePublishedEndpointUrl:(Ljava/lang/String;Ljavax/wsdl/Definition;Ljavax/xml/namespace/QName;)V]
WSDLGetUtils.updateSchemaImports ( org.apache.cxf.Bus bus, javax.wsdl.extensions.schema.Schema schema, java.util.Map doneSchemas, String base ) : void
[run-time name: org/apache/cxf/frontend/WSDLGetUtils.updateSchemaImports:(Lorg/apache/cxf/Bus;Ljavax/wsdl/extensions/schema/Schema;Ljava/util/Map;Ljava/lang/String;)V]
WSDLGetUtils.WSDLGetUtils ( )
[run-time name: org/apache/cxf/frontend/WSDLGetUtils."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSDLHelper.class
package org.apache.cxf.helpers
WSDLHelper.getBinding ( javax.wsdl.BindingOperation bop, javax.wsdl.Definition def ) : javax.wsdl.Binding
[run-time name: org/apache/cxf/helpers/WSDLHelper.getBinding:(Ljavax/wsdl/BindingOperation;Ljavax/wsdl/Definition;)Ljavax/wsdl/Binding;]
WSDLHelper.getBindingOperation ( javax.wsdl.Binding binding, String operationName ) : javax.wsdl.BindingOperation
[run-time name: org/apache/cxf/helpers/WSDLHelper.getBindingOperation:(Ljavax/wsdl/Binding;Ljava/lang/String;)Ljavax/wsdl/BindingOperation;]
WSDLHelper.getBindingOperation ( javax.wsdl.Definition def, String operationName ) : javax.wsdl.BindingOperation
[run-time name: org/apache/cxf/helpers/WSDLHelper.getBindingOperation:(Ljavax/wsdl/Definition;Ljava/lang/String;)Ljavax/wsdl/BindingOperation;]
WSDLHelper.getDefinition ( java.io.File wsdlFile ) : javax.wsdl.Definition
[run-time name: org/apache/cxf/helpers/WSDLHelper.getDefinition:(Ljava/io/File;)Ljavax/wsdl/Definition;]
WSDLHelper.getInMessageParts ( javax.wsdl.Operation operation ) : java.util.List
[run-time name: org/apache/cxf/helpers/WSDLHelper.getInMessageParts:(Ljavax/wsdl/Operation;)Ljava/util/List;]
WSDLHelper.getOutMessageParts ( javax.wsdl.Operation operation ) : java.util.List
[run-time name: org/apache/cxf/helpers/WSDLHelper.getOutMessageParts:(Ljavax/wsdl/Operation;)Ljava/util/List;]
WSDLHelper.getParts ( javax.wsdl.Operation operation, boolean out ) : java.util.Map
[run-time name: org/apache/cxf/helpers/WSDLHelper.getParts:(Ljavax/wsdl/Operation;Z)Ljava/util/Map;]
WSDLHelper.getPortTypes ( javax.wsdl.Definition def ) : java.util.List
[run-time name: org/apache/cxf/helpers/WSDLHelper.getPortTypes:(Ljavax/wsdl/Definition;)Ljava/util/List;]
WSDLHelper.writeQName ( javax.wsdl.Definition def, javax.xml.namespace.QName qname ) [static] : String
[run-time name: org/apache/cxf/helpers/WSDLHelper.writeQName:(Ljavax/wsdl/Definition;Ljavax/xml/namespace/QName;)Ljava/lang/String;]
WSDLHelper.WSDLHelper ( )
[run-time name: org/apache/cxf/helpers/WSDLHelper."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSDLLibrary.class
package org.apache.cxf.wsdl
WSDLLibrary.isAvailable ( ) [static] : boolean
[run-time name: org/apache/cxf/wsdl/WSDLLibrary.isAvailable:()Z]
openejb-cxf-bundle-2.5.2.jar, WSDLManager.class
package org.apache.cxf.wsdl
WSDLManager.addDefinition ( Object p1, javax.wsdl.Definition p2 ) [abstract] : void
[run-time name: org/apache/cxf/wsdl/WSDLManager.addDefinition:(Ljava/lang/Object;Ljavax/wsdl/Definition;)V]
WSDLManager.getDefinition ( java.net.URL p1 ) [abstract] : javax.wsdl.Definition
[run-time name: org/apache/cxf/wsdl/WSDLManager.getDefinition:(Ljava/net/URL;)Ljavax/wsdl/Definition;]
WSDLManager.getDefinition ( org.w3c.dom.Element p1 ) [abstract] : javax.wsdl.Definition
[run-time name: org/apache/cxf/wsdl/WSDLManager.getDefinition:(Lorg/w3c/dom/Element;)Ljavax/wsdl/Definition;]
WSDLManager.getDefinition ( String p1 ) [abstract] : javax.wsdl.Definition
[run-time name: org/apache/cxf/wsdl/WSDLManager.getDefinition:(Ljava/lang/String;)Ljavax/wsdl/Definition;]
WSDLManager.getDefinitions ( ) [abstract] : java.util.Map
[run-time name: org/apache/cxf/wsdl/WSDLManager.getDefinitions:()Ljava/util/Map;]
WSDLManager.getExtensionRegistry ( ) [abstract] : javax.wsdl.extensions.ExtensionRegistry
[run-time name: org/apache/cxf/wsdl/WSDLManager.getExtensionRegistry:()Ljavax/wsdl/extensions/ExtensionRegistry;]
WSDLManager.getSchemasForDefinition ( javax.wsdl.Definition p1 ) [abstract] : org.apache.cxf.service.model.ServiceSchemaInfo
[run-time name: org/apache/cxf/wsdl/WSDLManager.getSchemasForDefinition:(Ljavax/wsdl/Definition;)Lorg/apache/cxf/service/model/ServiceSchemaInfo;]
WSDLManager.getWSDLFactory ( ) [abstract] : javax.wsdl.factory.WSDLFactory
[run-time name: org/apache/cxf/wsdl/WSDLManager.getWSDLFactory:()Ljavax/wsdl/factory/WSDLFactory;]
WSDLManager.putSchemasForDefinition ( javax.wsdl.Definition p1, org.apache.cxf.service.model.ServiceSchemaInfo p2 ) [abstract] : void
[run-time name: org/apache/cxf/wsdl/WSDLManager.putSchemasForDefinition:(Ljavax/wsdl/Definition;Lorg/apache/cxf/service/model/ServiceSchemaInfo;)V]
WSDLManager.removeDefinition ( javax.wsdl.Definition p1 ) [abstract] : void
[run-time name: org/apache/cxf/wsdl/WSDLManager.removeDefinition:(Ljavax/wsdl/Definition;)V]
openejb-cxf-bundle-2.5.2.jar, WSDLManagerImpl.class
package org.apache.cxf.wsdl11
WSDLManagerImpl.addDefinition ( Object key, javax.wsdl.Definition wsdl ) : void
[run-time name: org/apache/cxf/wsdl11/WSDLManagerImpl.addDefinition:(Ljava/lang/Object;Ljavax/wsdl/Definition;)V]
WSDLManagerImpl.getDefinition ( java.net.URL url ) : javax.wsdl.Definition
[run-time name: org/apache/cxf/wsdl11/WSDLManagerImpl.getDefinition:(Ljava/net/URL;)Ljavax/wsdl/Definition;]
WSDLManagerImpl.getDefinition ( org.w3c.dom.Element el ) : javax.wsdl.Definition
[run-time name: org/apache/cxf/wsdl11/WSDLManagerImpl.getDefinition:(Lorg/w3c/dom/Element;)Ljavax/wsdl/Definition;]
WSDLManagerImpl.getDefinition ( String url ) : javax.wsdl.Definition
[run-time name: org/apache/cxf/wsdl11/WSDLManagerImpl.getDefinition:(Ljava/lang/String;)Ljavax/wsdl/Definition;]
WSDLManagerImpl.getDefinitions ( ) : java.util.Map
[run-time name: org/apache/cxf/wsdl11/WSDLManagerImpl.getDefinitions:()Ljava/util/Map;]
WSDLManagerImpl.getExtensionRegistry ( ) : javax.wsdl.extensions.ExtensionRegistry
[run-time name: org/apache/cxf/wsdl11/WSDLManagerImpl.getExtensionRegistry:()Ljavax/wsdl/extensions/ExtensionRegistry;]
WSDLManagerImpl.getSchemasForDefinition ( javax.wsdl.Definition wsdl ) : org.apache.cxf.service.model.ServiceSchemaInfo
[run-time name: org/apache/cxf/wsdl11/WSDLManagerImpl.getSchemasForDefinition:(Ljavax/wsdl/Definition;)Lorg/apache/cxf/service/model/ServiceSchemaInfo;]
WSDLManagerImpl.getWSDLFactory ( ) : javax.wsdl.factory.WSDLFactory
[run-time name: org/apache/cxf/wsdl11/WSDLManagerImpl.getWSDLFactory:()Ljavax/wsdl/factory/WSDLFactory;]
WSDLManagerImpl.isDisableSchemaCache ( ) : boolean
[run-time name: org/apache/cxf/wsdl11/WSDLManagerImpl.isDisableSchemaCache:()Z]
WSDLManagerImpl.putSchemasForDefinition ( javax.wsdl.Definition wsdl, org.apache.cxf.service.model.ServiceSchemaInfo schemas ) : void
[run-time name: org/apache/cxf/wsdl11/WSDLManagerImpl.putSchemasForDefinition:(Ljavax/wsdl/Definition;Lorg/apache/cxf/service/model/ServiceSchemaInfo;)V]
WSDLManagerImpl.removeDefinition ( javax.wsdl.Definition wsdl ) : void
[run-time name: org/apache/cxf/wsdl11/WSDLManagerImpl.removeDefinition:(Ljavax/wsdl/Definition;)V]
WSDLManagerImpl.setBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/wsdl11/WSDLManagerImpl.setBus:(Lorg/apache/cxf/Bus;)V]
WSDLManagerImpl.setDisableSchemaCache ( boolean disableSchemaCache ) : void
[run-time name: org/apache/cxf/wsdl11/WSDLManagerImpl.setDisableSchemaCache:(Z)V]
WSDLManagerImpl.WSDLManagerImpl ( )
[run-time name: org/apache/cxf/wsdl11/WSDLManagerImpl."<init>":()V]
WSDLManagerImpl.WSDLManagerImpl ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/wsdl11/WSDLManagerImpl."<init>":(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, WSDLParameter.class
package org.apache.cxf.tools.corba.processors.wsdl
WSDLParameter.processParameters ( WSDLToCorbaBinding wsdlToCorbaBinding, javax.wsdl.Operation operation, javax.wsdl.Definition def, org.apache.cxf.common.xmlschema.SchemaCollection xmlSchemaList, java.util.List params, java.util.List returns, boolean simpleOrdering ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLParameter.processParameters:(Lorg/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding;Ljavax/wsdl/Operation;Ljavax/wsdl/Definition;Lorg/apache/cxf/common/xmlschema/SchemaCollection;Ljava/util/List;Ljava/util/List;Z)V]
WSDLParameter.WSDLParameter ( )
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLParameter."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSDLQueryException.class
package org.apache.cxf.frontend
WSDLQueryException.WSDLQueryException ( org.apache.cxf.common.i18n.Message msg, Throwable t )
[run-time name: org/apache/cxf/frontend/WSDLQueryException."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, WSDLRuntimeException.class
package org.apache.cxf.wsdl11
WSDLRuntimeException.WSDLRuntimeException ( java.util.logging.Logger log, String msg, Object[ ] params )
[run-time name: org/apache/cxf/wsdl11/WSDLRuntimeException."<init>":(Ljava/util/logging/Logger;Ljava/lang/String;[Ljava/lang/Object;)V]
WSDLRuntimeException.WSDLRuntimeException ( org.apache.cxf.common.i18n.Message msg )
[run-time name: org/apache/cxf/wsdl11/WSDLRuntimeException."<init>":(Lorg/apache/cxf/common/i18n/Message;)V]
WSDLRuntimeException.WSDLRuntimeException ( org.apache.cxf.common.i18n.Message msg, Throwable t )
[run-time name: org/apache/cxf/wsdl11/WSDLRuntimeException."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;)V]
WSDLRuntimeException.WSDLRuntimeException ( Throwable cause )
[run-time name: org/apache/cxf/wsdl11/WSDLRuntimeException."<init>":(Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, WSDLSchemaManager.class
package org.apache.cxf.tools.corba.processors.idl
WSDLSchemaManager.addWSDLDefinitionImport ( javax.wsdl.Definition rootDefn, javax.wsdl.Definition defn, String prefix, java.io.File file ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.addWSDLDefinitionImport:(Ljavax/wsdl/Definition;Ljavax/wsdl/Definition;Ljava/lang/String;Ljava/io/File;)V]
WSDLSchemaManager.addWSDLDefinitionImport ( javax.wsdl.Definition rootDefn, javax.wsdl.Definition defn, String prefix, String fileName ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.addWSDLDefinitionImport:(Ljavax/wsdl/Definition;Ljavax/wsdl/Definition;Ljava/lang/String;Ljava/lang/String;)V]
WSDLSchemaManager.addWSDLDefinitionNamespace ( javax.wsdl.Definition defn, String prefix, String ns ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.addWSDLDefinitionNamespace:(Ljavax/wsdl/Definition;Ljava/lang/String;Ljava/lang/String;)V]
WSDLSchemaManager.addWSDLSchemaImport ( javax.wsdl.Definition def, String tns, java.io.File file ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.addWSDLSchemaImport:(Ljavax/wsdl/Definition;Ljava/lang/String;Ljava/io/File;)V]
WSDLSchemaManager.addWSDLSchemaImport ( javax.wsdl.Definition def, String tns, String schemaFileName ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.addWSDLSchemaImport:(Ljavax/wsdl/Definition;Ljava/lang/String;Ljava/lang/String;)V]
WSDLSchemaManager.addXmlSchemaImport ( org.apache.ws.commons.schema.XmlSchema rootSchema, org.apache.ws.commons.schema.XmlSchema schema, java.io.File file ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.addXmlSchemaImport:(Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/ws/commons/schema/XmlSchema;Ljava/io/File;)V]
WSDLSchemaManager.addXmlSchemaImport ( org.apache.ws.commons.schema.XmlSchema rootSchema, org.apache.ws.commons.schema.XmlSchema schema, String fileName ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.addXmlSchemaImport:(Lorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/ws/commons/schema/XmlSchema;Ljava/lang/String;)V]
WSDLSchemaManager.attachDeferredSchemasToWSDL ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.attachDeferredSchemasToWSDL:()V]
WSDLSchemaManager.attachSchemaToWSDL ( javax.wsdl.Definition definition, org.apache.ws.commons.schema.XmlSchema schema, boolean isSchemaGenerated ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.attachSchemaToWSDL:(Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Z)V]
WSDLSchemaManager.createCorbaTypeMap ( javax.wsdl.Definition definition, String corbatypemaptns ) : org.apache.cxf.binding.corba.wsdl.TypeMappingType
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.createCorbaTypeMap:(Ljavax/wsdl/Definition;Ljava/lang/String;)Lorg/apache/cxf/binding/corba/wsdl/TypeMappingType;]
WSDLSchemaManager.createWSDLDefinition ( String tns ) : javax.wsdl.Definition
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.createWSDLDefinition:(Ljava/lang/String;)Ljavax/wsdl/Definition;]
WSDLSchemaManager.createXmlSchema ( String schemans, org.apache.ws.commons.schema.XmlSchemaCollection schemaCol ) : org.apache.ws.commons.schema.XmlSchema
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.createXmlSchema:(Ljava/lang/String;Lorg/apache/ws/commons/schema/XmlSchemaCollection;)Lorg/apache/ws/commons/schema/XmlSchema;]
WSDLSchemaManager.createXmlSchemaForDefinition ( javax.wsdl.Definition defn, String schemans, org.apache.ws.commons.schema.XmlSchemaCollection schemaCol ) : org.apache.ws.commons.schema.XmlSchema
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.createXmlSchemaForDefinition:(Ljavax/wsdl/Definition;Ljava/lang/String;Lorg/apache/ws/commons/schema/XmlSchemaCollection;)Lorg/apache/ws/commons/schema/XmlSchema;]
WSDLSchemaManager.deferAttachSchemaToWSDL ( javax.wsdl.Definition definition, org.apache.ws.commons.schema.XmlSchema schema, boolean isSchemaGenerated ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.deferAttachSchemaToWSDL:(Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchema;Z)V]
WSDLSchemaManager.getImportedWSDLDefinitionFile ( String ns ) : java.io.File
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.getImportedWSDLDefinitionFile:(Ljava/lang/String;)Ljava/io/File;]
WSDLSchemaManager.getImportedWSDLDefinitions ( ) : java.util.Map
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.getImportedWSDLDefinitions:()Ljava/util/Map;]
WSDLSchemaManager.getImportedXmlSchemaFile ( String ns ) : java.io.File
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.getImportedXmlSchemaFile:(Ljava/lang/String;)Ljava/io/File;]
WSDLSchemaManager.getImportedXmlSchemas ( ) : java.util.Map
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.getImportedXmlSchemas:()Ljava/util/Map;]
WSDLSchemaManager.getWSDLDefinition ( String ns ) : javax.wsdl.Definition
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.getWSDLDefinition:(Ljava/lang/String;)Ljavax/wsdl/Definition;]
WSDLSchemaManager.getWSDLDefinitions ( ) : java.util.Map
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.getWSDLDefinitions:()Ljava/util/Map;]
WSDLSchemaManager.getXmlSchema ( String ns ) : org.apache.ws.commons.schema.XmlSchema
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.getXmlSchema:(Ljava/lang/String;)Lorg/apache/ws/commons/schema/XmlSchema;]
WSDLSchemaManager.getXmlSchemas ( ) : java.util.Map
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.getXmlSchemas:()Ljava/util/Map;]
WSDLSchemaManager.isXmlSchemaInDefinition ( String schemans ) : boolean
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.isXmlSchemaInDefinition:(Ljava/lang/String;)Z]
WSDLSchemaManager.setIgnoreImports ( boolean flag ) : void
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.setIgnoreImports:(Z)V]
WSDLSchemaManager.WSDLSchemaManager ( )
[run-time name: org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSDLServiceBuilder.class
package org.apache.cxf.wsdl11
WSDLServiceBuilder.buildBinding ( org.apache.cxf.service.model.ServiceInfo service, javax.wsdl.Binding binding ) : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/wsdl11/WSDLServiceBuilder.buildBinding:(Lorg/apache/cxf/service/model/ServiceInfo;Ljavax/wsdl/Binding;)Lorg/apache/cxf/service/model/BindingInfo;]
WSDLServiceBuilder.buildEndpoint ( org.apache.cxf.service.model.ServiceInfo service, org.apache.cxf.service.model.BindingInfo bi, javax.wsdl.Port port ) : org.apache.cxf.service.model.EndpointInfo
[run-time name: org/apache/cxf/wsdl11/WSDLServiceBuilder.buildEndpoint:(Lorg/apache/cxf/service/model/ServiceInfo;Lorg/apache/cxf/service/model/BindingInfo;Ljavax/wsdl/Port;)Lorg/apache/cxf/service/model/EndpointInfo;]
WSDLServiceBuilder.buildInterface ( org.apache.cxf.service.model.ServiceInfo si, javax.wsdl.PortType p ) : void
[run-time name: org/apache/cxf/wsdl11/WSDLServiceBuilder.buildInterface:(Lorg/apache/cxf/service/model/ServiceInfo;Ljavax/wsdl/PortType;)V]
WSDLServiceBuilder.buildMockService ( javax.wsdl.Definition def, javax.wsdl.PortType p ) : org.apache.cxf.service.model.ServiceInfo
[run-time name: org/apache/cxf/wsdl11/WSDLServiceBuilder.buildMockService:(Ljavax/wsdl/Definition;Ljavax/wsdl/PortType;)Lorg/apache/cxf/service/model/ServiceInfo;]
WSDLServiceBuilder.buildMockServices ( javax.wsdl.Definition d ) : java.util.List
[run-time name: org/apache/cxf/wsdl11/WSDLServiceBuilder.buildMockServices:(Ljavax/wsdl/Definition;)Ljava/util/List;]
WSDLServiceBuilder.buildServices ( javax.wsdl.Definition d ) : java.util.List
[run-time name: org/apache/cxf/wsdl11/WSDLServiceBuilder.buildServices:(Ljavax/wsdl/Definition;)Ljava/util/List;]
WSDLServiceBuilder.buildServices ( javax.wsdl.Definition d, javax.xml.namespace.QName name ) : java.util.List
[run-time name: org/apache/cxf/wsdl11/WSDLServiceBuilder.buildServices:(Ljavax/wsdl/Definition;Ljavax/xml/namespace/QName;)Ljava/util/List;]
WSDLServiceBuilder.buildServices ( javax.wsdl.Definition d, javax.xml.namespace.QName name, javax.xml.namespace.QName endpointName ) : java.util.List
[run-time name: org/apache/cxf/wsdl11/WSDLServiceBuilder.buildServices:(Ljavax/wsdl/Definition;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)Ljava/util/List;]
WSDLServiceBuilder.buildServices ( javax.wsdl.Definition def, javax.wsdl.Service serv ) : java.util.List
[run-time name: org/apache/cxf/wsdl11/WSDLServiceBuilder.buildServices:(Ljavax/wsdl/Definition;Ljavax/wsdl/Service;)Ljava/util/List;]
WSDLServiceBuilder.buildServices ( javax.wsdl.Definition def, javax.wsdl.Service serv, javax.xml.namespace.QName endpointName ) : java.util.List
[run-time name: org/apache/cxf/wsdl11/WSDLServiceBuilder.buildServices:(Ljavax/wsdl/Definition;Ljavax/wsdl/Service;Ljavax/xml/namespace/QName;)Ljava/util/List;]
WSDLServiceBuilder.checkForWrapped ( org.apache.cxf.service.model.OperationInfo opInfo, boolean allowRefs, boolean relaxed ) [static] : void
[run-time name: org/apache/cxf/wsdl11/WSDLServiceBuilder.checkForWrapped:(Lorg/apache/cxf/service/model/OperationInfo;ZZ)V]
WSDLServiceBuilder.checkForWrapped ( org.apache.cxf.service.model.OperationInfo opInfo, boolean allowRefs, boolean relaxed, java.util.logging.Level logLevel ) [static] : void
[run-time name: org/apache/cxf/wsdl11/WSDLServiceBuilder.checkForWrapped:(Lorg/apache/cxf/service/model/OperationInfo;ZZLjava/util/logging/Level;)V]
WSDLServiceBuilder.checkForWrapped ( org.apache.cxf.service.model.OperationInfo opInfo, boolean relaxed ) [static] : void
[run-time name: org/apache/cxf/wsdl11/WSDLServiceBuilder.checkForWrapped:(Lorg/apache/cxf/service/model/OperationInfo;Z)V]
WSDLServiceBuilder.setAllowElementRefs ( boolean b ) : void
[run-time name: org/apache/cxf/wsdl11/WSDLServiceBuilder.setAllowElementRefs:(Z)V]
WSDLServiceBuilder.setIgnoreUnknownBindings ( boolean b ) : void
[run-time name: org/apache/cxf/wsdl11/WSDLServiceBuilder.setIgnoreUnknownBindings:(Z)V]
WSDLServiceBuilder.setUnwrapLogLevel ( java.util.logging.Level l ) : void
[run-time name: org/apache/cxf/wsdl11/WSDLServiceBuilder.setUnwrapLogLevel:(Ljava/util/logging/Level;)V]
WSDLServiceBuilder.WSDLServiceBuilder ( org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/wsdl11/WSDLServiceBuilder."<init>":(Lorg/apache/cxf/Bus;)V]
WSDLServiceBuilder.WSDLServiceBuilder ( org.apache.cxf.Bus bus, boolean record )
[run-time name: org/apache/cxf/wsdl11/WSDLServiceBuilder."<init>":(Lorg/apache/cxf/Bus;Z)V]
openejb-cxf-bundle-2.5.2.jar, WSDLServiceFactory.class
package org.apache.cxf.wsdl11
WSDLServiceFactory.create ( ) : org.apache.cxf.service.Service
[run-time name: org/apache/cxf/wsdl11/WSDLServiceFactory.create:()Lorg/apache/cxf/service/Service;]
WSDLServiceFactory.getDefinition ( ) : javax.wsdl.Definition
[run-time name: org/apache/cxf/wsdl11/WSDLServiceFactory.getDefinition:()Ljavax/wsdl/Definition;]
WSDLServiceFactory.setAllowElementRefs ( boolean b ) : void
[run-time name: org/apache/cxf/wsdl11/WSDLServiceFactory.setAllowElementRefs:(Z)V]
WSDLServiceFactory.setEndpointName ( javax.xml.namespace.QName qn ) : void
[run-time name: org/apache/cxf/wsdl11/WSDLServiceFactory.setEndpointName:(Ljavax/xml/namespace/QName;)V]
WSDLServiceFactory.WSDLServiceFactory ( org.apache.cxf.Bus b, java.net.URL url )
[run-time name: org/apache/cxf/wsdl11/WSDLServiceFactory."<init>":(Lorg/apache/cxf/Bus;Ljava/net/URL;)V]
WSDLServiceFactory.WSDLServiceFactory ( org.apache.cxf.Bus b, java.net.URL url, javax.xml.namespace.QName sn )
[run-time name: org/apache/cxf/wsdl11/WSDLServiceFactory."<init>":(Lorg/apache/cxf/Bus;Ljava/net/URL;Ljavax/xml/namespace/QName;)V]
WSDLServiceFactory.WSDLServiceFactory ( org.apache.cxf.Bus b, javax.wsdl.Definition d )
[run-time name: org/apache/cxf/wsdl11/WSDLServiceFactory."<init>":(Lorg/apache/cxf/Bus;Ljavax/wsdl/Definition;)V]
WSDLServiceFactory.WSDLServiceFactory ( org.apache.cxf.Bus b, javax.wsdl.Definition d, javax.xml.namespace.QName sn )
[run-time name: org/apache/cxf/wsdl11/WSDLServiceFactory."<init>":(Lorg/apache/cxf/Bus;Ljavax/wsdl/Definition;Ljavax/xml/namespace/QName;)V]
WSDLServiceFactory.WSDLServiceFactory ( org.apache.cxf.Bus b, String url )
[run-time name: org/apache/cxf/wsdl11/WSDLServiceFactory."<init>":(Lorg/apache/cxf/Bus;Ljava/lang/String;)V]
WSDLServiceFactory.WSDLServiceFactory ( org.apache.cxf.Bus b, String url, javax.xml.namespace.QName sn )
[run-time name: org/apache/cxf/wsdl11/WSDLServiceFactory."<init>":(Lorg/apache/cxf/Bus;Ljava/lang/String;Ljavax/xml/namespace/QName;)V]
openejb-cxf-bundle-2.5.2.jar, WSDLServiceUtils.class
package org.apache.cxf.wsdl11
WSDLServiceUtils.getBindingFactory ( javax.wsdl.Binding binding, org.apache.cxf.Bus bus, StringBuilder sb ) [static] : org.apache.cxf.binding.BindingFactory
[run-time name: org/apache/cxf/wsdl11/WSDLServiceUtils.getBindingFactory:(Ljavax/wsdl/Binding;Lorg/apache/cxf/Bus;Ljava/lang/StringBuilder;)Lorg/apache/cxf/binding/BindingFactory;]
openejb-cxf-bundle-2.5.2.jar, WSDLToCorbaBinding.class
package org.apache.cxf.tools.corba.processors.wsdl
WSDLToCorbaBinding.addExtensions ( javax.wsdl.extensions.ExtensionRegistry extRegistry ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.addExtensions:(Ljavax/wsdl/extensions/ExtensionRegistry;)V]
WSDLToCorbaBinding.addInterfaceName ( String interfaceName ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.addInterfaceName:(Ljava/lang/String;)V]
WSDLToCorbaBinding.cleanUpTypeMap ( org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMap ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.cleanUpTypeMap:(Lorg/apache/cxf/binding/corba/wsdl/TypeMappingType;)V]
WSDLToCorbaBinding.convertToQName ( String name ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.convertToQName:(Ljava/lang/String;)Ljavax/xml/namespace/QName;]
WSDLToCorbaBinding.generateCORBABinding ( ) : javax.wsdl.Definition
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.generateCORBABinding:()Ljavax/wsdl/Definition;]
WSDLToCorbaBinding.generateCORBABinding ( javax.wsdl.Definition definition ) : javax.wsdl.Binding[ ]
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.generateCORBABinding:(Ljavax/wsdl/Definition;)[Ljavax/wsdl/Binding;]
WSDLToCorbaBinding.generateNSPrefix ( javax.wsdl.Definition definition, String namespaceURI, String str ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.generateNSPrefix:(Ljavax/wsdl/Definition;Ljava/lang/String;Ljava/lang/String;)V]
WSDLToCorbaBinding.getAddress ( ) : String
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.getAddress:()Ljava/lang/String;]
WSDLToCorbaBinding.getAddressFile ( ) : String
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.getAddressFile:()Ljava/lang/String;]
WSDLToCorbaBinding.getExtensionRegistry ( ) : javax.wsdl.extensions.ExtensionRegistry
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.getExtensionRegistry:()Ljavax/wsdl/extensions/ExtensionRegistry;]
WSDLToCorbaBinding.getGeneratedBindingNames ( ) : java.util.List
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.getGeneratedBindingNames:()Ljava/util/List;]
WSDLToCorbaBinding.getHelper ( ) : WSDLToCorbaHelper
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.getHelper:()Lorg/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper;]
WSDLToCorbaBinding.getIdlNamespace ( ) : String
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.getIdlNamespace:()Ljava/lang/String;]
WSDLToCorbaBinding.getInterfaceNames ( ) : java.util.List
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.getInterfaceNames:()Ljava/util/List;]
WSDLToCorbaBinding.getMappedBindingName ( String interfaceName ) : String
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.getMappedBindingName:(Ljava/lang/String;)Ljava/lang/String;]
WSDLToCorbaBinding.getWsdlFileName ( ) : String
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.getWsdlFileName:()Ljava/lang/String;]
WSDLToCorbaBinding.isGenerateAllBindings ( ) : boolean
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.isGenerateAllBindings:()Z]
WSDLToCorbaBinding.main ( String[ ] args ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.main:([Ljava/lang/String;)V]
WSDLToCorbaBinding.mapBindingToInterface ( String intfName, String bName ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.mapBindingToInterface:(Ljava/lang/String;Ljava/lang/String;)V]
WSDLToCorbaBinding.setAddress ( String addr ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.setAddress:(Ljava/lang/String;)V]
WSDLToCorbaBinding.setAddressFile ( String addrFile ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.setAddressFile:(Ljava/lang/String;)V]
WSDLToCorbaBinding.setAllBindings ( boolean all ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.setAllBindings:(Z)V]
WSDLToCorbaBinding.setBindingName ( String bname ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.setBindingName:(Ljava/lang/String;)V]
WSDLToCorbaBinding.setExtensionRegistry ( javax.wsdl.extensions.ExtensionRegistry reg ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.setExtensionRegistry:(Ljavax/wsdl/extensions/ExtensionRegistry;)V]
WSDLToCorbaBinding.setIdlNamespace ( javax.wsdl.Definition definition ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.setIdlNamespace:(Ljavax/wsdl/Definition;)V]
WSDLToCorbaBinding.setNamespace ( String nameSpaceName ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.setNamespace:(Ljava/lang/String;)V]
WSDLToCorbaBinding.setOutputDirectory ( String dir ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.setOutputDirectory:(Ljava/lang/String;)V]
WSDLToCorbaBinding.setOutputFile ( String file ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.setOutputFile:(Ljava/lang/String;)V]
WSDLToCorbaBinding.setVerboseOn ( boolean verbose ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.setVerboseOn:(Z)V]
WSDLToCorbaBinding.setWsdlFile ( String file ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding.setWsdlFile:(Ljava/lang/String;)V]
WSDLToCorbaBinding.WSDLToCorbaBinding ( )
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaBinding."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSDLToCorbaHelper.class
package org.apache.cxf.tools.corba.processors.wsdl
WSDLToCorbaHelper.checkPrefix ( javax.xml.namespace.QName schematypeName ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.checkPrefix:(Ljavax/xml/namespace/QName;)Ljavax/xml/namespace/QName;]
WSDLToCorbaHelper.convertSchemaToCorbaType ( org.apache.ws.commons.schema.XmlSchemaType stype, javax.xml.namespace.QName defaultName, org.apache.ws.commons.schema.XmlSchemaType parent, org.apache.ws.commons.schema.XmlSchemaAnnotation annotation, boolean anonymous ) : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.convertSchemaToCorbaType:(Lorg/apache/ws/commons/schema/XmlSchemaType;Ljavax/xml/namespace/QName;Lorg/apache/ws/commons/schema/XmlSchemaType;Lorg/apache/ws/commons/schema/XmlSchemaAnnotation;Z)Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
WSDLToCorbaHelper.createArray ( javax.xml.namespace.QName name, javax.xml.namespace.QName schematypeName, javax.xml.namespace.QName arrayType, javax.xml.namespace.QName elName, Long maxOccurs, Long minOccurs, boolean anonymous ) : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.createArray:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Ljava/lang/Long;Ljava/lang/Long;Z)Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
WSDLToCorbaHelper.createArray ( javax.xml.namespace.QName name, javax.xml.namespace.QName schematypeName, javax.xml.namespace.QName arrayType, Long maxOccurs, Long minOccurs, boolean anonymous ) : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.createArray:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Ljava/lang/Long;Ljava/lang/Long;Z)Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
WSDLToCorbaHelper.createNillableUnion ( javax.xml.namespace.QName name, javax.xml.namespace.QName schemaType, javax.xml.namespace.QName membertype, boolean isQualified ) : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.createNillableUnion:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Z)Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
WSDLToCorbaHelper.createQName ( String name, String namespaceName, String prefix ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.createQName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/namespace/QName;]
WSDLToCorbaHelper.createQNameCorbaNamespace ( String name ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.createQNameCorbaNamespace:(Ljava/lang/String;)Ljavax/xml/namespace/QName;]
WSDLToCorbaHelper.createQNameTargetNamespace ( String name ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.createQNameTargetNamespace:(Ljava/lang/String;)Ljavax/xml/namespace/QName;]
WSDLToCorbaHelper.createQNameXmlSchemaNamespace ( String name ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.createQNameXmlSchemaNamespace:(Ljava/lang/String;)Ljavax/xml/namespace/QName;]
WSDLToCorbaHelper.createUnion ( javax.xml.namespace.QName name, org.apache.ws.commons.schema.XmlSchemaChoice choice, javax.xml.namespace.QName defaultName, javax.xml.namespace.QName schematypeName ) : org.apache.cxf.binding.corba.wsdl.Union
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.createUnion:(Ljavax/xml/namespace/QName;Lorg/apache/ws/commons/schema/XmlSchemaChoice;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/binding/corba/wsdl/Union;]
WSDLToCorbaHelper.getIdlNamespace ( ) : String
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.getIdlNamespace:()Ljava/lang/String;]
WSDLToCorbaHelper.getSchemaType ( javax.xml.namespace.QName name ) : org.apache.ws.commons.schema.XmlSchemaType
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.getSchemaType:(Ljavax/xml/namespace/QName;)Lorg/apache/ws/commons/schema/XmlSchemaType;]
WSDLToCorbaHelper.getXMLSchemaList ( ) : org.apache.cxf.common.xmlschema.SchemaCollection
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.getXMLSchemaList:()Lorg/apache/cxf/common/xmlschema/SchemaCollection;]
WSDLToCorbaHelper.isDuplicate ( org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl corbaTypeImpl ) : boolean
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.isDuplicate:(Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;)Z]
WSDLToCorbaHelper.isDuplicateException ( org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl corbaTypeImpl ) : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.isDuplicateException:(Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;)Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
WSDLToCorbaHelper.isLiteralArray ( org.apache.ws.commons.schema.XmlSchemaComplexType type ) : boolean
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.isLiteralArray:(Lorg/apache/ws/commons/schema/XmlSchemaComplexType;)Z]
WSDLToCorbaHelper.isSchemaTypeException ( org.apache.ws.commons.schema.XmlSchemaType stype ) : boolean
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.isSchemaTypeException:(Lorg/apache/ws/commons/schema/XmlSchemaType;)Z]
WSDLToCorbaHelper.lookUpType ( javax.wsdl.Part part ) : org.apache.ws.commons.schema.XmlSchemaType
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.lookUpType:(Ljavax/wsdl/Part;)Lorg/apache/ws/commons/schema/XmlSchemaType;]
WSDLToCorbaHelper.processAllType ( org.apache.ws.commons.schema.XmlSchemaAll seq, javax.xml.namespace.QName defaultName, javax.xml.namespace.QName schematypeName ) : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.processAllType:(Lorg/apache/ws/commons/schema/XmlSchemaAll;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
WSDLToCorbaHelper.processAttributesAsMembers ( java.util.List list, String uri ) : java.util.List
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.processAttributesAsMembers:(Ljava/util/List;Ljava/lang/String;)Ljava/util/List;]
WSDLToCorbaHelper.processComplexContentStruct ( org.apache.ws.commons.schema.XmlSchemaComplexContent complex, javax.xml.namespace.QName defaultName, org.apache.cxf.binding.corba.wsdl.Struct corbaStruct, javax.xml.namespace.QName schematypeName ) : org.apache.cxf.binding.corba.wsdl.Struct
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.processComplexContentStruct:(Lorg/apache/ws/commons/schema/XmlSchemaComplexContent;Ljavax/xml/namespace/QName;Lorg/apache/cxf/binding/corba/wsdl/Struct;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/binding/corba/wsdl/Struct;]
WSDLToCorbaHelper.processComplexContentStructChoice ( org.apache.ws.commons.schema.XmlSchemaChoice choice, javax.xml.namespace.QName schematypeName, javax.xml.namespace.QName defaultName ) : org.apache.cxf.binding.corba.wsdl.MemberType
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.processComplexContentStructChoice:(Lorg/apache/ws/commons/schema/XmlSchemaChoice;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/binding/corba/wsdl/MemberType;]
WSDLToCorbaHelper.processContainerAsMembers ( org.apache.ws.commons.schema.XmlSchemaParticle particle, javax.xml.namespace.QName defaultName, javax.xml.namespace.QName schemaTypeName ) : java.util.List
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.processContainerAsMembers:(Lorg/apache/ws/commons/schema/XmlSchemaParticle;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)Ljava/util/List;]
WSDLToCorbaHelper.processSequenceType ( org.apache.ws.commons.schema.XmlSchemaSequence seq, javax.xml.namespace.QName defaultName, javax.xml.namespace.QName schemaTypeName ) : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.processSequenceType:(Lorg/apache/ws/commons/schema/XmlSchemaSequence;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
WSDLToCorbaHelper.processSimpleContentStruct ( org.apache.ws.commons.schema.XmlSchemaSimpleContent simpleContent, javax.xml.namespace.QName defaultName, org.apache.cxf.binding.corba.wsdl.Struct corbaStruct, javax.xml.namespace.QName schematypeName ) : org.apache.cxf.binding.corba.wsdl.Struct
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.processSimpleContentStruct:(Lorg/apache/ws/commons/schema/XmlSchemaSimpleContent;Ljavax/xml/namespace/QName;Lorg/apache/cxf/binding/corba/wsdl/Struct;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/binding/corba/wsdl/Struct;]
WSDLToCorbaHelper.queryBinding ( javax.wsdl.Definition definition, javax.xml.namespace.QName bqname ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.queryBinding:(Ljavax/wsdl/Definition;Ljavax/xml/namespace/QName;)Z]
WSDLToCorbaHelper.setIdlNamespace ( String ns ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.setIdlNamespace:(Ljava/lang/String;)V]
WSDLToCorbaHelper.setTypeMap ( org.apache.cxf.binding.corba.wsdl.TypeMappingType map ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.setTypeMap:(Lorg/apache/cxf/binding/corba/wsdl/TypeMappingType;)V]
WSDLToCorbaHelper.setWsdlDefinition ( javax.wsdl.Definition defn ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.setWsdlDefinition:(Ljavax/wsdl/Definition;)V]
WSDLToCorbaHelper.setXMLSchemaList ( org.apache.cxf.common.xmlschema.SchemaCollection list ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper.setXMLSchemaList:(Lorg/apache/cxf/common/xmlschema/SchemaCollection;)V]
WSDLToCorbaHelper.WSDLToCorbaHelper ( )
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaHelper."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSDLToCorbaProcessor.class
package org.apache.cxf.tools.corba.processors.wsdl
WSDLToCorbaProcessor.getFileBase ( String wsdlUrl ) : String
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaProcessor.getFileBase:(Ljava/lang/String;)Ljava/lang/String;]
WSDLToCorbaProcessor.process ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaProcessor.process:()V]
WSDLToCorbaProcessor.wsdltoCorba ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaProcessor.wsdltoCorba:()V]
WSDLToCorbaProcessor.WSDLToCorbaProcessor ( )
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToCorbaProcessor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSDLToIDL.class
package org.apache.cxf.tools.corba
WSDLToIDL.checkParams ( org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors ) : void
[run-time name: org/apache/cxf/tools/corba/WSDLToIDL.checkParams:(Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)V]
WSDLToIDL.execute ( boolean exitOnFinish ) : void
[run-time name: org/apache/cxf/tools/corba/WSDLToIDL.execute:(Z)V]
WSDLToIDL.main ( String[ ] arguments ) [static] : void
[run-time name: org/apache/cxf/tools/corba/WSDLToIDL.main:([Ljava/lang/String;)V]
WSDLToIDL.run ( String[ ] arguments ) [static] : void
[run-time name: org/apache/cxf/tools/corba/WSDLToIDL.run:([Ljava/lang/String;)V]
WSDLToIDL.WSDLToIDL ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )
[run-time name: org/apache/cxf/tools/corba/WSDLToIDL."<init>":(Lorg/apache/cxf/tools/common/toolspec/ToolSpec;)V]
openejb-cxf-bundle-2.5.2.jar, WSDLToIDLAction.class
package org.apache.cxf.tools.corba.processors.wsdl
WSDLToIDLAction.addExtensions ( javax.wsdl.extensions.ExtensionRegistry extRegistry ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToIDLAction.addExtensions:(Ljavax/wsdl/extensions/ExtensionRegistry;)V]
WSDLToIDLAction.createIdlAttribute ( org.apache.cxf.binding.corba.wsdl.OperationType opType, String name ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToIDLAction.createIdlAttribute:(Lorg/apache/cxf/binding/corba/wsdl/OperationType;Ljava/lang/String;)V]
WSDLToIDLAction.createIdlOperation ( org.apache.cxf.binding.corba.wsdl.OperationType opType, String name, boolean isOneway ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToIDLAction.createIdlOperation:(Lorg/apache/cxf/binding/corba/wsdl/OperationType;Ljava/lang/String;Z)V]
WSDLToIDLAction.createPrimitiveType ( javax.xml.namespace.QName idlType, String name ) : org.apache.cxf.tools.corba.common.idltypes.IdlType
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToIDLAction.createPrimitiveType:(Ljavax/xml/namespace/QName;Ljava/lang/String;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlType;]
WSDLToIDLAction.createType ( javax.xml.namespace.QName idlType, String[ ] name, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl corbaType ) : org.apache.cxf.tools.corba.common.idltypes.IdlType
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToIDLAction.createType:(Ljavax/xml/namespace/QName;[Ljava/lang/String;Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;)Lorg/apache/cxf/tools/corba/common/idltypes/IdlType;]
WSDLToIDLAction.generateIDL ( javax.wsdl.Definition definition ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToIDLAction.generateIDL:(Ljavax/wsdl/Definition;)V]
WSDLToIDLAction.getBindingName ( ) : String
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToIDLAction.getBindingName:()Ljava/lang/String;]
WSDLToIDLAction.getNamespace ( ) : String
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToIDLAction.getNamespace:()Ljava/lang/String;]
WSDLToIDLAction.isGenerateAllBindings ( ) : boolean
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToIDLAction.isGenerateAllBindings:()Z]
WSDLToIDLAction.isVerboseOn ( ) : boolean
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToIDLAction.isVerboseOn:()Z]
WSDLToIDLAction.setBindingName ( String bindName ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToIDLAction.setBindingName:(Ljava/lang/String;)V]
WSDLToIDLAction.setGenerateAllBindings ( boolean all ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToIDLAction.setGenerateAllBindings:(Z)V]
WSDLToIDLAction.setNamespace ( String namespaceName ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToIDLAction.setNamespace:(Ljava/lang/String;)V]
WSDLToIDLAction.setOutputDirectory ( String dir ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToIDLAction.setOutputDirectory:(Ljava/lang/String;)V]
WSDLToIDLAction.setOutputFile ( String file ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToIDLAction.setOutputFile:(Ljava/lang/String;)V]
WSDLToIDLAction.setPrintWriter ( java.io.PrintWriter pw ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToIDLAction.setPrintWriter:(Ljava/io/PrintWriter;)V]
WSDLToIDLAction.setVerboseOn ( boolean verbose ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToIDLAction.setVerboseOn:(Z)V]
WSDLToIDLAction.setWsdlFile ( String file ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToIDLAction.setWsdlFile:(Ljava/lang/String;)V]
WSDLToIDLAction.WSDLToIDLAction ( )
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToIDLAction."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSDLToJava.class
package org.apache.cxf.tools.wsdlto
WSDLToJava.getDataBindingName ( String[ ] pargs ) : String
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJava.getDataBindingName:([Ljava/lang/String;)Ljava/lang/String;]
WSDLToJava.getFrontEndName ( String[ ] pargs ) : String
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJava.getFrontEndName:([Ljava/lang/String;)Ljava/lang/String;]
WSDLToJava.isVerbose ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJava.isVerbose:()Z]
WSDLToJava.main ( String[ ] pargs ) [static] : void
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJava.main:([Ljava/lang/String;)V]
WSDLToJava.run ( org.apache.cxf.tools.common.ToolContext context ) : void
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJava.run:(Lorg/apache/cxf/tools/common/ToolContext;)V]
WSDLToJava.run ( org.apache.cxf.tools.common.ToolContext context, java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJava.run:(Lorg/apache/cxf/tools/common/ToolContext;Ljava/io/OutputStream;)V]
WSDLToJava.setArguments ( String[ ] pargs ) : void
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJava.setArguments:([Ljava/lang/String;)V]
WSDLToJava.WSDLToJava ( )
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJava."<init>":()V]
WSDLToJava.WSDLToJava ( String[ ] pargs )
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJava."<init>":([Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, WSDLToJavaContainer.class
package org.apache.cxf.tools.wsdlto
WSDLToJavaContainer.buildToolContext ( ) : void
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJavaContainer.buildToolContext:()V]
WSDLToJavaContainer.checkParams ( org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors ) : void
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJavaContainer.checkParams:(Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)V]
WSDLToJavaContainer.execute ( ) : void
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJavaContainer.execute:()V]
WSDLToJavaContainer.execute ( boolean exitOnFinish ) : void
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJavaContainer.execute:(Z)V]
WSDLToJavaContainer.generateTypes ( ) : void
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJavaContainer.generateTypes:()V]
WSDLToJavaContainer.getArrayKeys ( ) : java.util.Set
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJavaContainer.getArrayKeys:()Ljava/util/Set;]
WSDLToJavaContainer.getResourceAsStream ( String file ) [static] : java.io.InputStream
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJavaContainer.getResourceAsStream:(Ljava/lang/String;)Ljava/io/InputStream;]
WSDLToJavaContainer.getServiceQName ( javax.wsdl.Definition def ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJavaContainer.getServiceQName:(Ljavax/wsdl/Definition;)Ljavax/xml/namespace/QName;]
WSDLToJavaContainer.getServiceValidators ( ) : java.util.List
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJavaContainer.getServiceValidators:()Ljava/util/List;]
WSDLToJavaContainer.getWSDLVersion ( ) : org.apache.cxf.common.WSDLConstants.WSDLVersion
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJavaContainer.getWSDLVersion:()Lorg/apache/cxf/common/WSDLConstants$WSDLVersion;]
WSDLToJavaContainer.loadDefaultNSPackageMapping ( org.apache.cxf.tools.common.ToolContext env ) : void
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJavaContainer.loadDefaultNSPackageMapping:(Lorg/apache/cxf/tools/common/ToolContext;)V]
WSDLToJavaContainer.passthrough ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJavaContainer.passthrough:()Z]
WSDLToJavaContainer.removeExcludeFiles ( ) : void
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJavaContainer.removeExcludeFiles:()V]
WSDLToJavaContainer.setAntProperties ( org.apache.cxf.tools.common.ToolContext env ) : void
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJavaContainer.setAntProperties:(Lorg/apache/cxf/tools/common/ToolContext;)V]
WSDLToJavaContainer.setExcludePackageAndNamespaces ( org.apache.cxf.tools.common.ToolContext env ) : void
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJavaContainer.setExcludePackageAndNamespaces:(Lorg/apache/cxf/tools/common/ToolContext;)V]
WSDLToJavaContainer.setLibraryReferences ( org.apache.cxf.tools.common.ToolContext env ) : void
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJavaContainer.setLibraryReferences:(Lorg/apache/cxf/tools/common/ToolContext;)V]
WSDLToJavaContainer.setPackageAndNamespaces ( org.apache.cxf.tools.common.ToolContext env ) : void
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJavaContainer.setPackageAndNamespaces:(Lorg/apache/cxf/tools/common/ToolContext;)V]
WSDLToJavaContainer.validate ( org.apache.cxf.service.model.ServiceInfo service ) : void
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJavaContainer.validate:(Lorg/apache/cxf/service/model/ServiceInfo;)V]
WSDLToJavaContainer.validate ( org.apache.cxf.tools.common.ToolContext env ) : void
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJavaContainer.validate:(Lorg/apache/cxf/tools/common/ToolContext;)V]
WSDLToJavaContainer.WSDLToJavaContainer ( String name, org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )
[run-time name: org/apache/cxf/tools/wsdlto/WSDLToJavaContainer."<init>":(Ljava/lang/String;Lorg/apache/cxf/tools/common/toolspec/ToolSpec;)V]
openejb-cxf-bundle-2.5.2.jar, WSDLToJavaProcessor.class
package org.apache.cxf.tools.wsdlto.frontend.jaxws.processor
WSDLToJavaProcessor.process ( ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/processor/WSDLToJavaProcessor.process:()V]
WSDLToJavaProcessor.processClassNames ( ) : void
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/processor/WSDLToJavaProcessor.processClassNames:()V]
WSDLToJavaProcessor.WSDLToJavaProcessor ( )
[run-time name: org/apache/cxf/tools/wsdlto/frontend/jaxws/processor/WSDLToJavaProcessor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSDLToJavaScript.class
package org.apache.cxf.tools.wsdlto.javascript
WSDLToJavaScript.isVerbose ( ) : boolean
[run-time name: org/apache/cxf/tools/wsdlto/javascript/WSDLToJavaScript.isVerbose:()Z]
WSDLToJavaScript.main ( String[ ] pargs ) [static] : void
[run-time name: org/apache/cxf/tools/wsdlto/javascript/WSDLToJavaScript.main:([Ljava/lang/String;)V]
WSDLToJavaScript.run ( org.apache.cxf.tools.common.ToolContext context ) : void
[run-time name: org/apache/cxf/tools/wsdlto/javascript/WSDLToJavaScript.run:(Lorg/apache/cxf/tools/common/ToolContext;)V]
WSDLToJavaScript.setArguments ( String[ ] pargs ) : void
[run-time name: org/apache/cxf/tools/wsdlto/javascript/WSDLToJavaScript.setArguments:([Ljava/lang/String;)V]
WSDLToJavaScript.WSDLToJavaScript ( )
[run-time name: org/apache/cxf/tools/wsdlto/javascript/WSDLToJavaScript."<init>":()V]
WSDLToJavaScript.WSDLToJavaScript ( String[ ] pargs )
[run-time name: org/apache/cxf/tools/wsdlto/javascript/WSDLToJavaScript."<init>":([Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, WSDLToJavaScriptProcessor.class
package org.apache.cxf.tools.wsdlto.javascript
WSDLToJavaScriptProcessor.process ( ) : void
[run-time name: org/apache/cxf/tools/wsdlto/javascript/WSDLToJavaScriptProcessor.process:()V]
WSDLToJavaScriptProcessor.WSDLToJavaScriptProcessor ( )
[run-time name: org/apache/cxf/tools/wsdlto/javascript/WSDLToJavaScriptProcessor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSDLToProcessor.class
package org.apache.cxf.tools.corba.processors.wsdl
WSDLToProcessor.getEnvironment ( ) : org.apache.cxf.tools.corba.common.ProcessorEnvironment
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToProcessor.getEnvironment:()Lorg/apache/cxf/tools/corba/common/ProcessorEnvironment;]
WSDLToProcessor.getWSDLDefinition ( ) : javax.wsdl.Definition
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToProcessor.getWSDLDefinition:()Ljavax/wsdl/Definition;]
WSDLToProcessor.getXmlSchemaTypes ( ) : org.apache.cxf.common.xmlschema.SchemaCollection
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToProcessor.getXmlSchemaTypes:()Lorg/apache/cxf/common/xmlschema/SchemaCollection;]
WSDLToProcessor.parseWSDL ( String wsdlUrl ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToProcessor.parseWSDL:(Ljava/lang/String;)V]
WSDLToProcessor.process ( ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToProcessor.process:()V]
WSDLToProcessor.setEnvironment ( org.apache.cxf.tools.common.ToolContext toolCtx ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToProcessor.setEnvironment:(Lorg/apache/cxf/tools/common/ToolContext;)V]
WSDLToProcessor.setEnvironment ( org.apache.cxf.tools.corba.common.ProcessorEnvironment environement ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToProcessor.setEnvironment:(Lorg/apache/cxf/tools/corba/common/ProcessorEnvironment;)V]
WSDLToProcessor.setWSDLDefinition ( javax.wsdl.Definition definition ) : void
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToProcessor.setWSDLDefinition:(Ljavax/wsdl/Definition;)V]
WSDLToProcessor.WSDLToProcessor ( )
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToProcessor."<init>":()V]
package org.apache.cxf.tools.wsdlto.core
WSDLToProcessor.getEnvironment ( ) : org.apache.cxf.tools.common.ToolContext
[run-time name: org/apache/cxf/tools/wsdlto/core/WSDLToProcessor.getEnvironment:()Lorg/apache/cxf/tools/common/ToolContext;]
WSDLToProcessor.process ( ) : void
[run-time name: org/apache/cxf/tools/wsdlto/core/WSDLToProcessor.process:()V]
WSDLToProcessor.setEnvironment ( org.apache.cxf.tools.common.ToolContext penv ) : void
[run-time name: org/apache/cxf/tools/wsdlto/core/WSDLToProcessor.setEnvironment:(Lorg/apache/cxf/tools/common/ToolContext;)V]
WSDLToProcessor.WSDLToProcessor ( )
[run-time name: org/apache/cxf/tools/wsdlto/core/WSDLToProcessor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSDLToService.class
package org.apache.cxf.tools.misc
WSDLToService.checkParams ( org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors ) : void
[run-time name: org/apache/cxf/tools/misc/WSDLToService.checkParams:(Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)V]
WSDLToService.execute ( boolean exitOnFinish ) : void
[run-time name: org/apache/cxf/tools/misc/WSDLToService.execute:(Z)V]
WSDLToService.main ( String[ ] pargs ) [static] : void
[run-time name: org/apache/cxf/tools/misc/WSDLToService.main:([Ljava/lang/String;)V]
WSDLToService.WSDLToService ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )
[run-time name: org/apache/cxf/tools/misc/WSDLToService."<init>":(Lorg/apache/cxf/tools/common/toolspec/ToolSpec;)V]
openejb-cxf-bundle-2.5.2.jar, WSDLToServiceProcessor.class
package org.apache.cxf.tools.misc.processor
WSDLToServiceProcessor.init ( ) : void
[run-time name: org/apache/cxf/tools/misc/processor/WSDLToServiceProcessor.init:()V]
WSDLToServiceProcessor.process ( ) : void
[run-time name: org/apache/cxf/tools/misc/processor/WSDLToServiceProcessor.process:()V]
WSDLToServiceProcessor.WSDLToServiceProcessor ( )
[run-time name: org/apache/cxf/tools/misc/processor/WSDLToServiceProcessor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSDLToSoap.class
package org.apache.cxf.tools.misc
WSDLToSoap.checkParams ( org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors ) : void
[run-time name: org/apache/cxf/tools/misc/WSDLToSoap.checkParams:(Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)V]
WSDLToSoap.execute ( boolean exitOnFinish ) : void
[run-time name: org/apache/cxf/tools/misc/WSDLToSoap.execute:(Z)V]
WSDLToSoap.main ( String[ ] pargs ) [static] : void
[run-time name: org/apache/cxf/tools/misc/WSDLToSoap.main:([Ljava/lang/String;)V]
WSDLToSoap.WSDLToSoap ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )
[run-time name: org/apache/cxf/tools/misc/WSDLToSoap."<init>":(Lorg/apache/cxf/tools/common/toolspec/ToolSpec;)V]
openejb-cxf-bundle-2.5.2.jar, WSDLToSoapProcessor.class
package org.apache.cxf.tools.misc.processor
WSDLToSoapProcessor.init ( ) : void
[run-time name: org/apache/cxf/tools/misc/processor/WSDLToSoapProcessor.init:()V]
WSDLToSoapProcessor.process ( ) : void
[run-time name: org/apache/cxf/tools/misc/processor/WSDLToSoapProcessor.process:()V]
WSDLToSoapProcessor.WSDLToSoapProcessor ( )
[run-time name: org/apache/cxf/tools/misc/processor/WSDLToSoapProcessor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSDLToTypeProcessor.class
package org.apache.cxf.tools.corba.processors.wsdl
WSDLToTypeProcessor.WSDLToTypeProcessor ( )
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLToTypeProcessor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSDLToXML.class
package org.apache.cxf.tools.misc
WSDLToXML.checkParams ( org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors ) : void
[run-time name: org/apache/cxf/tools/misc/WSDLToXML.checkParams:(Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)V]
WSDLToXML.execute ( boolean exitOnFinish ) : void
[run-time name: org/apache/cxf/tools/misc/WSDLToXML.execute:(Z)V]
WSDLToXML.main ( String[ ] pargs ) [static] : void
[run-time name: org/apache/cxf/tools/misc/WSDLToXML.main:([Ljava/lang/String;)V]
WSDLToXML.WSDLToXML ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )
[run-time name: org/apache/cxf/tools/misc/WSDLToXML."<init>":(Lorg/apache/cxf/tools/common/toolspec/ToolSpec;)V]
openejb-cxf-bundle-2.5.2.jar, WSDLToXMLProcessor.class
package org.apache.cxf.tools.misc.processor
WSDLToXMLProcessor.init ( ) : void
[run-time name: org/apache/cxf/tools/misc/processor/WSDLToXMLProcessor.init:()V]
WSDLToXMLProcessor.process ( ) : void
[run-time name: org/apache/cxf/tools/misc/processor/WSDLToXMLProcessor.process:()V]
WSDLToXMLProcessor.WSDLToXMLProcessor ( )
[run-time name: org/apache/cxf/tools/misc/processor/WSDLToXMLProcessor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSDLTypes.class
package org.apache.cxf.tools.corba.processors.wsdl
WSDLTypes.getAnonFixedCorbaType ( javax.xml.namespace.QName name, javax.xml.namespace.QName stype, int digits, int scale ) [static] : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLTypes.getAnonFixedCorbaType:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;II)Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
WSDLTypes.getFixedCorbaType ( javax.xml.namespace.QName name, javax.xml.namespace.QName stype, int digits, int scale ) [static] : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLTypes.getFixedCorbaType:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;II)Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
WSDLTypes.getOctetCorbaType ( javax.xml.namespace.QName name, javax.xml.namespace.QName stype, int bound ) [static] : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLTypes.getOctetCorbaType:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;I)Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
WSDLTypes.isAnonymous ( String typeName ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLTypes.isAnonymous:(Ljava/lang/String;)Z]
WSDLTypes.isOMGUnion ( org.apache.ws.commons.schema.XmlSchemaComplexType type ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLTypes.isOMGUnion:(Lorg/apache/ws/commons/schema/XmlSchemaComplexType;)Z]
WSDLTypes.isUnion ( org.apache.ws.commons.schema.XmlSchemaComplexType type ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLTypes.isUnion:(Lorg/apache/ws/commons/schema/XmlSchemaComplexType;)Z]
WSDLTypes.mapToArray ( javax.xml.namespace.QName name, javax.xml.namespace.QName schematypeName, javax.xml.namespace.QName arrayType, javax.xml.namespace.QName elName, int bound, boolean anonymous ) [static] : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLTypes.mapToArray:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;IZ)Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
WSDLTypes.mapToSequence ( javax.xml.namespace.QName name, javax.xml.namespace.QName schematypeName, javax.xml.namespace.QName arrayType, javax.xml.namespace.QName elName, int bound, boolean anonymous ) [static] : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLTypes.mapToSequence:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;IZ)Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
WSDLTypes.processBase64Type ( org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl corbaTypeImpl, javax.xml.namespace.QName name, String maxLength, String length ) [static] : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLTypes.processBase64Type:(Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;Ljavax/xml/namespace/QName;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
WSDLTypes.processDecimalType ( org.apache.ws.commons.schema.XmlSchemaSimpleTypeRestriction restrictionType, javax.xml.namespace.QName name, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl corbaTypeImpl, boolean anonymous ) [static] : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLTypes.processDecimalType:(Lorg/apache/ws/commons/schema/XmlSchemaSimpleTypeRestriction;Ljavax/xml/namespace/QName;Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;Z)Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
WSDLTypes.processObject ( javax.wsdl.Definition definition, org.apache.ws.commons.schema.XmlSchemaComplexType complex, org.apache.ws.commons.schema.XmlSchemaAnnotation annotation, javax.xml.namespace.QName typeName, javax.xml.namespace.QName defaultName, String idlNamespace ) [static] : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLTypes.processObject:(Ljavax/wsdl/Definition;Lorg/apache/ws/commons/schema/XmlSchemaComplexType;Lorg/apache/ws/commons/schema/XmlSchemaAnnotation;Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Ljava/lang/String;)Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
WSDLTypes.processStringType ( org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl corbaTypeImpl, javax.xml.namespace.QName name, String maxLength, String length ) [static] : org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLTypes.processStringType:(Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;Ljavax/xml/namespace/QName;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cxf/binding/corba/wsdl/CorbaTypeImpl;]
WSDLTypes.processUnionBranches ( org.apache.cxf.binding.corba.wsdl.Union corbaUnion, java.util.List fields, java.util.List caselist ) [static] : org.apache.cxf.binding.corba.wsdl.Union
[run-time name: org/apache/cxf/tools/corba/processors/wsdl/WSDLTypes.processUnionBranches:(Lorg/apache/cxf/binding/corba/wsdl/Union;Ljava/util/List;Ljava/util/List;)Lorg/apache/cxf/binding/corba/wsdl/Union;]
openejb-cxf-bundle-2.5.2.jar, WSDLUtils.class
package org.apache.cxf.tools.corba.common
WSDLUtils.isElementFormQualified ( org.apache.cxf.common.xmlschema.SchemaCollection schemas, javax.xml.namespace.QName type ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/common/WSDLUtils.isElementFormQualified:(Lorg/apache/cxf/common/xmlschema/SchemaCollection;Ljavax/xml/namespace/QName;)Z]
WSDLUtils.isElementFormQualified ( org.apache.ws.commons.schema.XmlSchema schema, javax.xml.namespace.QName type ) [static] : boolean
[run-time name: org/apache/cxf/tools/corba/common/WSDLUtils.isElementFormQualified:(Lorg/apache/ws/commons/schema/XmlSchema;Ljavax/xml/namespace/QName;)Z]
WSDLUtils.writeSchema ( javax.wsdl.Definition def, java.io.Writer outputWriter ) [static] : void
[run-time name: org/apache/cxf/tools/corba/common/WSDLUtils.writeSchema:(Ljavax/wsdl/Definition;Ljava/io/Writer;)V]
WSDLUtils.writeWSDL ( javax.wsdl.Definition def, java.io.Writer outputWriter ) [static] : void
[run-time name: org/apache/cxf/tools/corba/common/WSDLUtils.writeWSDL:(Ljavax/wsdl/Definition;Ljava/io/Writer;)V]
WSDLUtils.writeWSDL ( javax.wsdl.Definition def, String outputdir, String wsdlOutput ) [static] : void
[run-time name: org/apache/cxf/tools/corba/common/WSDLUtils.writeWSDL:(Ljavax/wsdl/Definition;Ljava/lang/String;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, WSDLValidator.class
package org.apache.cxf.tools.validator
WSDLValidator.checkParams ( org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors ) : void
[run-time name: org/apache/cxf/tools/validator/WSDLValidator.checkParams:(Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)V]
WSDLValidator.execute ( boolean exitOnFinish ) : void
[run-time name: org/apache/cxf/tools/validator/WSDLValidator.execute:(Z)V]
WSDLValidator.executeForMaven ( ) : boolean
[run-time name: org/apache/cxf/tools/validator/WSDLValidator.executeForMaven:()Z]
WSDLValidator.main ( String[ ] pargs ) [static] : void
[run-time name: org/apache/cxf/tools/validator/WSDLValidator.main:([Ljava/lang/String;)V]
WSDLValidator.WSDLValidator ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )
[run-time name: org/apache/cxf/tools/validator/WSDLValidator."<init>":(Lorg/apache/cxf/tools/common/toolspec/ToolSpec;)V]
openejb-cxf-bundle-2.5.2.jar, WSDLVersion.class
package org.apache.cxf.common
WSDLConstants.WSDLVersion.valueOf ( String name ) [static] : WSDLConstants.WSDLVersion
[run-time name: org/apache/cxf/common/WSDLConstants.WSDLVersion.valueOf:(Ljava/lang/String;)Lorg/apache/cxf/common/WSDLConstants$WSDLVersion;]
WSDLConstants.WSDLVersion.values ( ) [static] : WSDLConstants.WSDLVersion[ ]
[run-time name: org/apache/cxf/common/WSDLConstants.WSDLVersion.values:()[Lorg/apache/cxf/common/WSDLConstants$WSDLVersion;]
openejb-cxf-bundle-2.5.2.jar, WSPolicyFeature.class
package org.apache.cxf.ws.policy
WSPolicyFeature.getPolicies ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/WSPolicyFeature.getPolicies:()Ljava/util/Collection;]
WSPolicyFeature.getPolicyElements ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/WSPolicyFeature.getPolicyElements:()Ljava/util/Collection;]
WSPolicyFeature.getPolicyReferenceElements ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/policy/WSPolicyFeature.getPolicyReferenceElements:()Ljava/util/Collection;]
WSPolicyFeature.initialize ( org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/ws/policy/WSPolicyFeature.initialize:(Lorg/apache/cxf/Bus;)V]
WSPolicyFeature.initialize ( org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/ws/policy/WSPolicyFeature.initialize:(Lorg/apache/cxf/endpoint/Client;Lorg/apache/cxf/Bus;)V]
WSPolicyFeature.initialize ( org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus ) : void
[run-time name: org/apache/cxf/ws/policy/WSPolicyFeature.initialize:(Lorg/apache/cxf/endpoint/Server;Lorg/apache/cxf/Bus;)V]
WSPolicyFeature.isEnabled ( ) : boolean
[run-time name: org/apache/cxf/ws/policy/WSPolicyFeature.isEnabled:()Z]
WSPolicyFeature.resolveExternal ( org.apache.neethi.PolicyReference ref, String baseURI, org.apache.cxf.Bus bus ) : org.apache.neethi.Policy
[run-time name: org/apache/cxf/ws/policy/WSPolicyFeature.resolveExternal:(Lorg/apache/neethi/PolicyReference;Ljava/lang/String;Lorg/apache/cxf/Bus;)Lorg/apache/neethi/Policy;]
WSPolicyFeature.setAlternativeSelector ( AlternativeSelector as ) : void
[run-time name: org/apache/cxf/ws/policy/WSPolicyFeature.setAlternativeSelector:(Lorg/apache/cxf/ws/policy/AlternativeSelector;)V]
WSPolicyFeature.setApplicationContext ( org.springframework.context.ApplicationContext c ) : void
[run-time name: org/apache/cxf/ws/policy/WSPolicyFeature.setApplicationContext:(Lorg/springframework/context/ApplicationContext;)V]
WSPolicyFeature.setEnabled ( boolean enabled ) : void
[run-time name: org/apache/cxf/ws/policy/WSPolicyFeature.setEnabled:(Z)V]
WSPolicyFeature.setIgnoreUnknownAssertions ( boolean ignore ) : void
[run-time name: org/apache/cxf/ws/policy/WSPolicyFeature.setIgnoreUnknownAssertions:(Z)V]
WSPolicyFeature.setPolicies ( java.util.Collection policies ) : void
[run-time name: org/apache/cxf/ws/policy/WSPolicyFeature.setPolicies:(Ljava/util/Collection;)V]
WSPolicyFeature.setPolicyElements ( java.util.Collection elements ) : void
[run-time name: org/apache/cxf/ws/policy/WSPolicyFeature.setPolicyElements:(Ljava/util/Collection;)V]
WSPolicyFeature.setPolicyReferenceElements ( java.util.Collection elements ) : void
[run-time name: org/apache/cxf/ws/policy/WSPolicyFeature.setPolicyReferenceElements:(Ljava/util/Collection;)V]
WSPolicyFeature.WSPolicyFeature ( )
[run-time name: org/apache/cxf/ws/policy/WSPolicyFeature."<init>":()V]
WSPolicyFeature.WSPolicyFeature ( org.apache.neethi.Policy[ ] ps )
[run-time name: org/apache/cxf/ws/policy/WSPolicyFeature."<init>":([Lorg/apache/neethi/Policy;)V]
openejb-cxf-bundle-2.5.2.jar, Wss10.class
package org.apache.cxf.ws.security.policy.model
Wss10.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/Wss10.getName:()Ljavax/xml/namespace/QName;]
Wss10.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/Wss10.getRealName:()Ljavax/xml/namespace/QName;]
Wss10.isMustSupportRefEmbeddedToken ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Wss10.isMustSupportRefEmbeddedToken:()Z]
Wss10.isMustSupportRefExternalURI ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Wss10.isMustSupportRefExternalURI:()Z]
Wss10.isMustSupportRefIssuerSerial ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Wss10.isMustSupportRefIssuerSerial:()Z]
Wss10.isMustSupportRefKeyIdentifier ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Wss10.isMustSupportRefKeyIdentifier:()Z]
Wss10.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Wss10.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
Wss10.setMustSupportRefEmbeddedToken ( boolean mustSupportRefEmbeddedToken ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Wss10.setMustSupportRefEmbeddedToken:(Z)V]
Wss10.setMustSupportRefExternalURI ( boolean mustSupportRefExternalURI ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Wss10.setMustSupportRefExternalURI:(Z)V]
Wss10.setMustSupportRefIssuerSerial ( boolean mustSupportRefIssuerSerial ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Wss10.setMustSupportRefIssuerSerial:(Z)V]
Wss10.setMustSupportRefKeyIdentifier ( boolean mustSupportRefKeyIdentifier ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Wss10.setMustSupportRefKeyIdentifier:(Z)V]
Wss10.Wss10 ( org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/Wss10."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;)V]
openejb-cxf-bundle-2.5.2.jar, WSS10Builder.class
package org.apache.cxf.ws.security.policy.builders
WSS10Builder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/WSS10Builder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
WSS10Builder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/WSS10Builder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
WSS10Builder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/WSS10Builder.getKnownElements:()[Ljavax/xml/namespace/QName;]
WSS10Builder.WSS10Builder ( )
[run-time name: org/apache/cxf/ws/security/policy/builders/WSS10Builder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, Wss11.class
package org.apache.cxf.ws.security.policy.model
Wss11.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/Wss11.getName:()Ljavax/xml/namespace/QName;]
Wss11.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/Wss11.getRealName:()Ljavax/xml/namespace/QName;]
Wss11.isMustSupportRefEncryptedKey ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Wss11.isMustSupportRefEncryptedKey:()Z]
Wss11.isMustSupportRefThumbprint ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Wss11.isMustSupportRefThumbprint:()Z]
Wss11.isRequireSignatureConfirmation ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/Wss11.isRequireSignatureConfirmation:()Z]
Wss11.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Wss11.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
Wss11.setMustSupportRefEncryptedKey ( boolean mustSupportRefEncryptedKey ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Wss11.setMustSupportRefEncryptedKey:(Z)V]
Wss11.setMustSupportRefThumbprint ( boolean mustSupportRefThumbprint ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Wss11.setMustSupportRefThumbprint:(Z)V]
Wss11.setRequireSignatureConfirmation ( boolean requireSignatureConfirmation ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/Wss11.setRequireSignatureConfirmation:(Z)V]
Wss11.Wss11 ( org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/Wss11."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;)V]
openejb-cxf-bundle-2.5.2.jar, WSS11Builder.class
package org.apache.cxf.ws.security.policy.builders
WSS11Builder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/WSS11Builder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
WSS11Builder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/WSS11Builder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
WSS11Builder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/WSS11Builder.getKnownElements:()[Ljavax/xml/namespace/QName;]
WSS11Builder.WSS11Builder ( )
[run-time name: org/apache/cxf/ws/security/policy/builders/WSS11Builder."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSS11PolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
WSS11PolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, org.w3c.dom.Element soapBody, java.util.List results, java.util.List signedResults ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/WSS11PolicyValidator.validatePolicy:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/cxf/message/Message;Lorg/w3c/dom/Element;Ljava/util/List;Ljava/util/List;)Z]
WSS11PolicyValidator.WSS11PolicyValidator ( )
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/WSS11PolicyValidator."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSS4JInInterceptor.class
package org.apache.cxf.ws.security.wss4j
WSS4JInInterceptor.advanceBody ( org.apache.cxf.binding.soap.SoapMessage msg, org.w3c.dom.Node body ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.advanceBody:(Lorg/apache/cxf/binding/soap/SoapMessage;Lorg/w3c/dom/Node;)V]
WSS4JInInterceptor.computeAction ( org.apache.cxf.binding.soap.SoapMessage msg, org.apache.ws.security.handler.RequestData reqData ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.computeAction:(Lorg/apache/cxf/binding/soap/SoapMessage;Lorg/apache/ws/security/handler/RequestData;)V]
WSS4JInInterceptor.createSecurityContext ( java.security.Principal p ) : org.apache.cxf.security.SecurityContext
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.createSecurityContext:(Ljava/security/Principal;)Lorg/apache/cxf/security/SecurityContext;]
WSS4JInInterceptor.createSecurityEngine ( java.util.Map map ) [static] : org.apache.ws.security.WSSecurityEngine
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.createSecurityEngine:(Ljava/util/Map;)Lorg/apache/ws/security/WSSecurityEngine;]
WSS4JInInterceptor.doResults ( org.apache.cxf.binding.soap.SoapMessage msg, String actor, org.w3c.dom.Element soapHeader, org.w3c.dom.Element soapBody, java.util.List wsResult ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.doResults:(Lorg/apache/cxf/binding/soap/SoapMessage;Ljava/lang/String;Lorg/w3c/dom/Element;Lorg/w3c/dom/Element;Ljava/util/List;)V]
WSS4JInInterceptor.doResults ( org.apache.cxf.binding.soap.SoapMessage msg, String actor, org.w3c.dom.Element soapHeader, org.w3c.dom.Element soapBody, java.util.List wsResult, boolean utWithCallbacks ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.doResults:(Lorg/apache/cxf/binding/soap/SoapMessage;Ljava/lang/String;Lorg/w3c/dom/Element;Lorg/w3c/dom/Element;Ljava/util/List;Z)V]
WSS4JInInterceptor.getAdditionalInterceptors ( ) : java.util.Collection
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.getAdditionalInterceptors:()Ljava/util/Collection;]
WSS4JInInterceptor.getCallback ( org.apache.ws.security.handler.RequestData reqData, int doAction ) : javax.security.auth.callback.CallbackHandler
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.getCallback:(Lorg/apache/ws/security/handler/RequestData;I)Ljavax/security/auth/callback/CallbackHandler;]
WSS4JInInterceptor.getCallback ( org.apache.ws.security.handler.RequestData reqData, int doAction, boolean utWithCallbacks ) : javax.security.auth.callback.CallbackHandler
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.getCallback:(Lorg/apache/ws/security/handler/RequestData;IZ)Ljavax/security/auth/callback/CallbackHandler;]
WSS4JInInterceptor.getProperty ( Object msgContext, String key ) : Object
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.getProperty:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;]
WSS4JInInterceptor.getSecurityEngine ( boolean utWithCallbacks ) : org.apache.ws.security.WSSecurityEngine
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.getSecurityEngine:(Z)Lorg/apache/ws/security/WSSecurityEngine;]
WSS4JInInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage msg ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
WSS4JInInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
WSS4JInInterceptor.isGET ( org.apache.cxf.binding.soap.SoapMessage message ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.isGET:(Lorg/apache/cxf/binding/soap/SoapMessage;)Z]
WSS4JInInterceptor.isSecurityContextPrincipal ( java.security.Principal p, java.util.List wsResult ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.isSecurityContextPrincipal:(Ljava/security/Principal;Ljava/util/List;)Z]
WSS4JInInterceptor.setIgnoreActions ( boolean i ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.setIgnoreActions:(Z)V]
WSS4JInInterceptor.WSS4JInInterceptor ( )
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor."<init>":()V]
WSS4JInInterceptor.WSS4JInInterceptor ( boolean ignore )
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor."<init>":(Z)V]
WSS4JInInterceptor.WSS4JInInterceptor ( java.util.Map properties )
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor."<init>":(Ljava/util/Map;)V]
openejb-cxf-bundle-2.5.2.jar, WSS4JOutInterceptor.class
package org.apache.cxf.ws.security.wss4j
WSS4JOutInterceptor.createEndingInterceptor ( ) : WSS4JOutInterceptor.WSS4JOutInterceptorInternal
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptor.createEndingInterceptor:()Lorg/apache/cxf/ws/security/wss4j/WSS4JOutInterceptor$WSS4JOutInterceptorInternal;]
WSS4JOutInterceptor.getProperty ( Object msgContext, String key ) : Object
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptor.getProperty:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;]
WSS4JOutInterceptor.handleFault ( org.apache.cxf.binding.soap.SoapMessage message ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptor.handleFault:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
WSS4JOutInterceptor.handleFault ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
WSS4JOutInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage mc ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
WSS4JOutInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
WSS4JOutInterceptor.isAllowMTOM ( ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptor.isAllowMTOM:()Z]
WSS4JOutInterceptor.setAllowMTOM ( boolean allowMTOM ) : void
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptor.setAllowMTOM:(Z)V]
WSS4JOutInterceptor.WSS4JOutInterceptor ( )
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptor."<init>":()V]
WSS4JOutInterceptor.WSS4JOutInterceptor ( java.util.Map props )
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptor."<init>":(Ljava/util/Map;)V]
openejb-cxf-bundle-2.5.2.jar, WSS4JTokenConverter.class
package org.apache.cxf.ws.security.wss4j
WSS4JTokenConverter.convertToken ( org.apache.cxf.message.Message msg, java.security.Principal p ) [static] : void
[run-time name: org/apache/cxf/ws/security/wss4j/WSS4JTokenConverter.convertToken:(Lorg/apache/cxf/message/Message;Ljava/security/Principal;)V]
openejb-cxf-bundle-2.5.2.jar, WSSecurityInterceptorProvider.class
package org.apache.cxf.ws.security.policy.interceptors
WSSecurityInterceptorProvider.WSSecurityInterceptorProvider ( )
[run-time name: org/apache/cxf/ws/security/policy/interceptors/WSSecurityInterceptorProvider."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSSecurityPolicyInterceptorProvider.class
package org.apache.cxf.ws.security.policy.interceptors
WSSecurityPolicyInterceptorProvider.WSSecurityPolicyInterceptorProvider ( )
[run-time name: org/apache/cxf/ws/security/policy/interceptors/WSSecurityPolicyInterceptorProvider."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, WSSecurityPolicyLoader.class
package org.apache.cxf.ws.security.policy
WSSecurityPolicyLoader.registerBuilders ( ) : void
[run-time name: org/apache/cxf/ws/security/policy/WSSecurityPolicyLoader.registerBuilders:()V]
WSSecurityPolicyLoader.registerProviders ( ) : void
[run-time name: org/apache/cxf/ws/security/policy/WSSecurityPolicyLoader.registerProviders:()V]
WSSecurityPolicyLoader.WSSecurityPolicyLoader ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/ws/security/policy/WSSecurityPolicyLoader."<init>":(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, WSSecurityTokenHolder.class
package org.apache.cxf.ws.security.wss4j.policyhandlers
WSSecurityTokenHolder.getToken ( ) : org.apache.cxf.ws.security.tokenstore.SecurityToken
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/WSSecurityTokenHolder.getToken:()Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;]
WSSecurityTokenHolder.WSSecurityTokenHolder ( org.apache.ws.security.WSSConfig config, org.apache.cxf.ws.security.tokenstore.SecurityToken t )
[run-time name: org/apache/cxf/ws/security/wss4j/policyhandlers/WSSecurityTokenHolder."<init>":(Lorg/apache/ws/security/WSSConfig;Lorg/apache/cxf/ws/security/tokenstore/SecurityToken;)V]
openejb-cxf-bundle-2.5.2.jar, WSSPolicyException.class
package org.apache.cxf.ws.security.policy
WSSPolicyException.WSSPolicyException ( org.apache.cxf.common.i18n.Message msg )
[run-time name: org/apache/cxf/ws/security/policy/WSSPolicyException."<init>":(Lorg/apache/cxf/common/i18n/Message;)V]
WSSPolicyException.WSSPolicyException ( org.apache.cxf.common.i18n.Message msg, Throwable t )
[run-time name: org/apache/cxf/ws/security/policy/WSSPolicyException."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;)V]
WSSPolicyException.WSSPolicyException ( Throwable cause )
[run-time name: org/apache/cxf/ws/security/policy/WSSPolicyException."<init>":(Ljava/lang/Throwable;)V]
openejb-cxf-bundle-2.5.2.jar, WSSUsernameCallbackHandler.class
package org.apache.cxf.ws.security.trust.delegation
WSSUsernameCallbackHandler.handle ( javax.security.auth.callback.Callback[ ] callbacks ) : void
[run-time name: org/apache/cxf/ws/security/trust/delegation/WSSUsernameCallbackHandler.handle:([Ljavax/security/auth/callback/Callback;)V]
WSSUsernameCallbackHandler.WSSUsernameCallbackHandler ( )
[run-time name: org/apache/cxf/ws/security/trust/delegation/WSSUsernameCallbackHandler."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, X509DataType.class
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
X509DataType.getX509IssuerSerialOrX509SKIOrX509SubjectName ( ) : java.util.List
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/X509DataType.getX509IssuerSerialOrX509SKIOrX509SubjectName:()Ljava/util/List;]
X509DataType.X509DataType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/X509DataType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, X509IssuerSerialType.class
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
X509IssuerSerialType.getX509IssuerName ( ) : String
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/X509IssuerSerialType.getX509IssuerName:()Ljava/lang/String;]
X509IssuerSerialType.getX509SerialNumber ( ) : java.math.BigInteger
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/X509IssuerSerialType.getX509SerialNumber:()Ljava/math/BigInteger;]
X509IssuerSerialType.setX509IssuerName ( String value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/X509IssuerSerialType.setX509IssuerName:(Ljava/lang/String;)V]
X509IssuerSerialType.setX509SerialNumber ( java.math.BigInteger value ) : void
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/X509IssuerSerialType.setX509SerialNumber:(Ljava/math/BigInteger;)V]
X509IssuerSerialType.X509IssuerSerialType ( )
[run-time name: org/apache/cxf/ws/security/sts/provider/model/xmldsig/X509IssuerSerialType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, X509Token.class
package org.apache.cxf.ws.security.policy.model
X509Token.getName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/X509Token.getName:()Ljavax/xml/namespace/QName;]
X509Token.getRealName ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/ws/security/policy/model/X509Token.getRealName:()Ljavax/xml/namespace/QName;]
X509Token.getTokenVersionAndType ( ) : String
[run-time name: org/apache/cxf/ws/security/policy/model/X509Token.getTokenVersionAndType:()Ljava/lang/String;]
X509Token.isRequireEmbeddedTokenReference ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/X509Token.isRequireEmbeddedTokenReference:()Z]
X509Token.isRequireIssuerSerialReference ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/X509Token.isRequireIssuerSerialReference:()Z]
X509Token.isRequireKeyIdentifierReference ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/X509Token.isRequireKeyIdentifierReference:()Z]
X509Token.isRequireThumbprintReference ( ) : boolean
[run-time name: org/apache/cxf/ws/security/policy/model/X509Token.isRequireThumbprintReference:()Z]
X509Token.serialize ( javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/X509Token.serialize:(Ljavax/xml/stream/XMLStreamWriter;)V]
X509Token.setRequireEmbeddedTokenReference ( boolean requireEmbeddedTokenReference ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/X509Token.setRequireEmbeddedTokenReference:(Z)V]
X509Token.setRequireIssuerSerialReference ( boolean requireIssuerSerialReference ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/X509Token.setRequireIssuerSerialReference:(Z)V]
X509Token.setRequireKeyIdentifierReference ( boolean requireKeyIdentifierReference ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/X509Token.setRequireKeyIdentifierReference:(Z)V]
X509Token.setRequireThumbprintReference ( boolean requireThumbprintReference ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/X509Token.setRequireThumbprintReference:(Z)V]
X509Token.setTokenVersionAndType ( String tokenVersionAndType ) : void
[run-time name: org/apache/cxf/ws/security/policy/model/X509Token.setTokenVersionAndType:(Ljava/lang/String;)V]
X509Token.X509Token ( org.apache.cxf.ws.security.policy.SPConstants version )
[run-time name: org/apache/cxf/ws/security/policy/model/X509Token."<init>":(Lorg/apache/cxf/ws/security/policy/SPConstants;)V]
openejb-cxf-bundle-2.5.2.jar, X509TokenBuilder.class
package org.apache.cxf.ws.security.policy.builders
X509TokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/X509TokenBuilder.build:(Ljava/lang/Object;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
X509TokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory ) : org.apache.neethi.Assertion
[run-time name: org/apache/cxf/ws/security/policy/builders/X509TokenBuilder.build:(Lorg/w3c/dom/Element;Lorg/apache/neethi/AssertionBuilderFactory;)Lorg/apache/neethi/Assertion;]
X509TokenBuilder.getKnownElements ( ) : javax.xml.namespace.QName[ ]
[run-time name: org/apache/cxf/ws/security/policy/builders/X509TokenBuilder.getKnownElements:()[Ljavax/xml/namespace/QName;]
X509TokenBuilder.X509TokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )
[run-time name: org/apache/cxf/ws/security/policy/builders/X509TokenBuilder."<init>":(Lorg/apache/cxf/ws/policy/PolicyBuilder;)V]
openejb-cxf-bundle-2.5.2.jar, X509TokenPolicyValidator.class
package org.apache.cxf.ws.security.wss4j.policyvalidators
X509TokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, org.w3c.dom.Element soapBody, java.util.List results, java.util.List signedResults ) : boolean
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/X509TokenPolicyValidator.validatePolicy:(Lorg/apache/cxf/ws/policy/AssertionInfoMap;Lorg/apache/cxf/message/Message;Lorg/w3c/dom/Element;Ljava/util/List;Ljava/util/List;)Z]
X509TokenPolicyValidator.X509TokenPolicyValidator ( )
[run-time name: org/apache/cxf/ws/security/wss4j/policyvalidators/X509TokenPolicyValidator."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XASingleConnectionFactory.class
package org.apache.cxf.transport.jms
XASingleConnectionFactory.doCreateConnection ( ) : javax.jms.Connection
[run-time name: org/apache/cxf/transport/jms/XASingleConnectionFactory.doCreateConnection:()Ljavax/jms/Connection;]
XASingleConnectionFactory.getSession ( javax.jms.Connection con, Integer mode ) : javax.jms.Session
[run-time name: org/apache/cxf/transport/jms/XASingleConnectionFactory.getSession:(Ljavax/jms/Connection;Ljava/lang/Integer;)Ljavax/jms/Session;]
XASingleConnectionFactory.XASingleConnectionFactory ( javax.jms.ConnectionFactory targetConnectionFactory )
[run-time name: org/apache/cxf/transport/jms/XASingleConnectionFactory."<init>":(Ljavax/jms/ConnectionFactory;)V]
openejb-cxf-bundle-2.5.2.jar, XFireCompatibilityServiceConfiguration.class
package org.apache.cxf.aegis.databinding
XFireCompatibilityServiceConfiguration.getServiceNamespace ( ) : String
[run-time name: org/apache/cxf/aegis/databinding/XFireCompatibilityServiceConfiguration.getServiceNamespace:()Ljava/lang/String;]
XFireCompatibilityServiceConfiguration.XFireCompatibilityServiceConfiguration ( )
[run-time name: org/apache/cxf/aegis/databinding/XFireCompatibilityServiceConfiguration."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XmlAddress.class
package org.apache.cxf.tools.misc.processor.address
XmlAddress.buildAddressArguments ( org.apache.cxf.tools.common.ToolContext context ) : java.util.Map
[run-time name: org/apache/cxf/tools/misc/processor/address/XmlAddress.buildAddressArguments:(Lorg/apache/cxf/tools/common/ToolContext;)Ljava/util/Map;]
XmlAddress.getNamespaces ( org.apache.cxf.tools.common.ToolContext context ) : java.util.Map
[run-time name: org/apache/cxf/tools/misc/processor/address/XmlAddress.getNamespaces:(Lorg/apache/cxf/tools/common/ToolContext;)Ljava/util/Map;]
XmlAddress.XmlAddress ( )
[run-time name: org/apache/cxf/tools/misc/processor/address/XmlAddress."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XmlAttribute.class
package org.apache.cxf.aegis.type.java5
XmlAttribute.name ( ) [abstract] : String
[run-time name: org/apache/cxf/aegis/type/java5/XmlAttribute.name:()Ljava/lang/String;]
XmlAttribute.namespace ( ) [abstract] : String
[run-time name: org/apache/cxf/aegis/type/java5/XmlAttribute.namespace:()Ljava/lang/String;]
XmlAttribute.type ( ) [abstract] : Class
[run-time name: org/apache/cxf/aegis/type/java5/XmlAttribute.type:()Ljava/lang/Class;]
openejb-cxf-bundle-2.5.2.jar, XmlBeansDataBinding.class
package org.apache.cxf.xmlbeans
XmlBeansDataBinding.createReader ( Class c ) : org.apache.cxf.databinding.DataReader
[run-time name: org/apache/cxf/xmlbeans/XmlBeansDataBinding.createReader:(Ljava/lang/Class;)Lorg/apache/cxf/databinding/DataReader;]
XmlBeansDataBinding.createWrapperHelper ( Class wrapperType, javax.xml.namespace.QName wrapperName, java.util.List partNames, java.util.List elTypeNames, java.util.List partClasses ) : org.apache.cxf.databinding.WrapperHelper
[run-time name: org/apache/cxf/xmlbeans/XmlBeansDataBinding.createWrapperHelper:(Ljava/lang/Class;Ljavax/xml/namespace/QName;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Lorg/apache/cxf/databinding/WrapperHelper;]
XmlBeansDataBinding.createWriter ( Class c ) : org.apache.cxf.databinding.DataWriter
[run-time name: org/apache/cxf/xmlbeans/XmlBeansDataBinding.createWriter:(Ljava/lang/Class;)Lorg/apache/cxf/databinding/DataWriter;]
XmlBeansDataBinding.getDeclaredNamespaceMappings ( ) : java.util.Map
[run-time name: org/apache/cxf/xmlbeans/XmlBeansDataBinding.getDeclaredNamespaceMappings:()Ljava/util/Map;]
XmlBeansDataBinding.getSupportedReaderFormats ( ) : Class[ ]
[run-time name: org/apache/cxf/xmlbeans/XmlBeansDataBinding.getSupportedReaderFormats:()[Ljava/lang/Class;]
XmlBeansDataBinding.getSupportedWriterFormats ( ) : Class[ ]
[run-time name: org/apache/cxf/xmlbeans/XmlBeansDataBinding.getSupportedWriterFormats:()[Ljava/lang/Class;]
XmlBeansDataBinding.initialize ( org.apache.cxf.service.Service service ) : void
[run-time name: org/apache/cxf/xmlbeans/XmlBeansDataBinding.initialize:(Lorg/apache/cxf/service/Service;)V]
XmlBeansDataBinding.XmlBeansDataBinding ( )
[run-time name: org/apache/cxf/xmlbeans/XmlBeansDataBinding."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XMLBeansElementProvider.class
package org.apache.cxf.jaxrs.provider
XMLBeansElementProvider.getSize ( Object x0, Class x1, reflect.Type x2, annotation.Annotation[ ] x3, javax.ws.rs.core.MediaType x4 ) : long
[run-time name: org/apache/cxf/jaxrs/provider/XMLBeansElementProvider.getSize:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J]
XMLBeansElementProvider.getSize ( org.apache.xmlbeans.XmlObject t, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : long
[run-time name: org/apache/cxf/jaxrs/provider/XMLBeansElementProvider.getSize:(Lorg/apache/xmlbeans/XmlObject;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J]
XMLBeansElementProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/XMLBeansElementProvider.isReadable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
XMLBeansElementProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/XMLBeansElementProvider.isWriteable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
XMLBeansElementProvider.isXmlBean ( Class type ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/XMLBeansElementProvider.isXmlBean:(Ljava/lang/Class;)Z]
XMLBeansElementProvider.parseXmlBean ( Class type, java.io.InputStream inStream ) : org.apache.xmlbeans.XmlObject
[run-time name: org/apache/cxf/jaxrs/provider/XMLBeansElementProvider.parseXmlBean:(Ljava/lang/Class;Ljava/io/InputStream;)Lorg/apache/xmlbeans/XmlObject;]
XMLBeansElementProvider.parseXmlBean ( Class type, java.io.Reader reader ) : org.apache.xmlbeans.XmlObject
[run-time name: org/apache/cxf/jaxrs/provider/XMLBeansElementProvider.parseXmlBean:(Ljava/lang/Class;Ljava/io/Reader;)Lorg/apache/xmlbeans/XmlObject;]
XMLBeansElementProvider.parseXmlBean ( Class type, javax.xml.stream.XMLStreamReader reader ) : org.apache.xmlbeans.XmlObject
[run-time name: org/apache/cxf/jaxrs/provider/XMLBeansElementProvider.parseXmlBean:(Ljava/lang/Class;Ljavax/xml/stream/XMLStreamReader;)Lorg/apache/xmlbeans/XmlObject;]
XMLBeansElementProvider.readFrom ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType m, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is ) : org.apache.xmlbeans.XmlObject
[run-time name: org/apache/cxf/jaxrs/provider/XMLBeansElementProvider.readFrom:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Lorg/apache/xmlbeans/XmlObject;]
XMLBeansElementProvider.readFrom ( Class x0, reflect.Type x1, annotation.Annotation[ ] x2, javax.ws.rs.core.MediaType x3, javax.ws.rs.core.MultivaluedMap x4, java.io.InputStream x5 ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/XMLBeansElementProvider.readFrom:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Ljava/lang/Object;]
XMLBeansElementProvider.writeTo ( Object x0, Class x1, reflect.Type x2, annotation.Annotation[ ] x3, javax.ws.rs.core.MediaType x4, javax.ws.rs.core.MultivaluedMap x5, java.io.OutputStream x6 ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XMLBeansElementProvider.writeTo:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V]
XMLBeansElementProvider.writeTo ( org.apache.xmlbeans.XmlObject t, Class cls, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType m, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream entityStream ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XMLBeansElementProvider.writeTo:(Lorg/apache/xmlbeans/XmlObject;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V]
XMLBeansElementProvider.XMLBeansElementProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/XMLBeansElementProvider."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XMLBeansJSONProvider.class
package org.apache.cxf.jaxrs.provider
XMLBeansJSONProvider.readFrom ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType m, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is ) : org.apache.xmlbeans.XmlObject
[run-time name: org/apache/cxf/jaxrs/provider/XMLBeansJSONProvider.readFrom:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Lorg/apache/xmlbeans/XmlObject;]
XMLBeansJSONProvider.readFrom ( Class x0, reflect.Type x1, annotation.Annotation[ ] x2, javax.ws.rs.core.MediaType x3, javax.ws.rs.core.MultivaluedMap x4, java.io.InputStream x5 ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/XMLBeansJSONProvider.readFrom:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Ljava/lang/Object;]
XMLBeansJSONProvider.writeTo ( Object x0, Class x1, reflect.Type x2, annotation.Annotation[ ] x3, javax.ws.rs.core.MediaType x4, javax.ws.rs.core.MultivaluedMap x5, java.io.OutputStream x6 ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XMLBeansJSONProvider.writeTo:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V]
XMLBeansJSONProvider.writeTo ( org.apache.xmlbeans.XmlObject obj, Class cls, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType m, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XMLBeansJSONProvider.writeTo:(Lorg/apache/xmlbeans/XmlObject;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V]
XMLBeansJSONProvider.XMLBeansJSONProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/XMLBeansJSONProvider."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XMLBeansSchemaTypeUtils.class
package org.apache.cxf.xmlbeans.tools
XMLBeansSchemaTypeUtils.getNaturalJavaClassName ( org.apache.xmlbeans.SchemaType st ) [static] : String
[run-time name: org/apache/cxf/xmlbeans/tools/XMLBeansSchemaTypeUtils.getNaturalJavaClassName:(Lorg/apache/xmlbeans/SchemaType;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, XMLBeansToolingDataBinding.class
package org.apache.cxf.xmlbeans.tools
XMLBeansToolingDataBinding.createDefaultValueWriter ( javax.xml.namespace.QName qn, boolean element ) : org.apache.cxf.tools.common.model.DefaultValueWriter
[run-time name: org/apache/cxf/xmlbeans/tools/XMLBeansToolingDataBinding.createDefaultValueWriter:(Ljavax/xml/namespace/QName;Z)Lorg/apache/cxf/tools/common/model/DefaultValueWriter;]
XMLBeansToolingDataBinding.createDefaultValueWriterForWrappedElement ( javax.xml.namespace.QName wrapperElement, javax.xml.namespace.QName qn ) : org.apache.cxf.tools.common.model.DefaultValueWriter
[run-time name: org/apache/cxf/xmlbeans/tools/XMLBeansToolingDataBinding.createDefaultValueWriterForWrappedElement:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)Lorg/apache/cxf/tools/common/model/DefaultValueWriter;]
XMLBeansToolingDataBinding.generate ( org.apache.cxf.tools.common.ToolContext context ) : void
[run-time name: org/apache/cxf/xmlbeans/tools/XMLBeansToolingDataBinding.generate:(Lorg/apache/cxf/tools/common/ToolContext;)V]
XMLBeansToolingDataBinding.getType ( javax.xml.namespace.QName qn, boolean element ) : String
[run-time name: org/apache/cxf/xmlbeans/tools/XMLBeansToolingDataBinding.getType:(Ljavax/xml/namespace/QName;Z)Ljava/lang/String;]
XMLBeansToolingDataBinding.getWrappedElementType ( javax.xml.namespace.QName wrapperElement, javax.xml.namespace.QName item ) : String
[run-time name: org/apache/cxf/xmlbeans/tools/XMLBeansToolingDataBinding.getWrappedElementType:(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;)Ljava/lang/String;]
XMLBeansToolingDataBinding.initialize ( org.apache.cxf.tools.common.ToolContext context ) : void
[run-time name: org/apache/cxf/xmlbeans/tools/XMLBeansToolingDataBinding.initialize:(Lorg/apache/cxf/tools/common/ToolContext;)V]
XMLBeansToolingDataBinding.XMLBeansToolingDataBinding ( )
[run-time name: org/apache/cxf/xmlbeans/tools/XMLBeansToolingDataBinding."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XMLBeanStreamSerializer.class
package org.apache.cxf.jaxrs.provider
XMLBeanStreamSerializer.serialize ( org.apache.xmlbeans.XmlObject xObj, javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XMLBeanStreamSerializer.serialize:(Lorg/apache/xmlbeans/XmlObject;Ljavax/xml/stream/XMLStreamWriter;)V]
XMLBeanStreamSerializer.XMLBeanStreamSerializer ( )
[run-time name: org/apache/cxf/jaxrs/provider/XMLBeanStreamSerializer."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XmlBeansWrapperHelper.class
package org.apache.cxf.xmlbeans
XmlBeansWrapperHelper.createWrapperObject ( Class typeClass ) : Object
[run-time name: org/apache/cxf/xmlbeans/XmlBeansWrapperHelper.createWrapperObject:(Ljava/lang/Class;)Ljava/lang/Object;]
XmlBeansWrapperHelper.getValidate ( ) : boolean
[run-time name: org/apache/cxf/xmlbeans/XmlBeansWrapperHelper.getValidate:()Z]
XmlBeansWrapperHelper.getWrapperObject ( Object object ) : Object
[run-time name: org/apache/cxf/xmlbeans/XmlBeansWrapperHelper.getWrapperObject:(Ljava/lang/Object;)Ljava/lang/Object;]
XmlBeansWrapperHelper.getXMLBeansValueMethod ( Class wrapperType ) [static] : reflect.Method
[run-time name: org/apache/cxf/xmlbeans/XmlBeansWrapperHelper.getXMLBeansValueMethod:(Ljava/lang/Class;)Ljava/lang/reflect/Method;]
XmlBeansWrapperHelper.getXMLBeansValueType ( Class wrapperType ) [static] : Class
[run-time name: org/apache/cxf/xmlbeans/XmlBeansWrapperHelper.getXMLBeansValueType:(Ljava/lang/Class;)Ljava/lang/Class;]
XmlBeansWrapperHelper.setValidate ( boolean v ) : void
[run-time name: org/apache/cxf/xmlbeans/XmlBeansWrapperHelper.setValidate:(Z)V]
XmlBeansWrapperHelper.XmlBeansWrapperHelper ( Class wt, reflect.Method[ ] sets, reflect.Method[ ] gets, reflect.Field[ ] f )
[run-time name: org/apache/cxf/xmlbeans/XmlBeansWrapperHelper."<init>":(Ljava/lang/Class;[Ljava/lang/reflect/Method;[Ljava/lang/reflect/Method;[Ljava/lang/reflect/Field;)V]
openejb-cxf-bundle-2.5.2.jar, XMLBeanTypeInfo.class
package org.apache.cxf.aegis.type.basic
XMLBeanTypeInfo.getMaxOccurs ( javax.xml.namespace.QName name ) : int
[run-time name: org/apache/cxf/aegis/type/basic/XMLBeanTypeInfo.getMaxOccurs:(Ljavax/xml/namespace/QName;)I]
XMLBeanTypeInfo.getMinOccurs ( javax.xml.namespace.QName name ) : int
[run-time name: org/apache/cxf/aegis/type/basic/XMLBeanTypeInfo.getMinOccurs:(Ljavax/xml/namespace/QName;)I]
XMLBeanTypeInfo.isNillable ( javax.xml.namespace.QName name ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/XMLBeanTypeInfo.isNillable:(Ljavax/xml/namespace/QName;)Z]
XMLBeanTypeInfo.mapProperty ( java.beans.PropertyDescriptor pd ) : void
[run-time name: org/apache/cxf/aegis/type/basic/XMLBeanTypeInfo.mapProperty:(Ljava/beans/PropertyDescriptor;)V]
XMLBeanTypeInfo.registerType ( java.beans.PropertyDescriptor desc ) : boolean
[run-time name: org/apache/cxf/aegis/type/basic/XMLBeanTypeInfo.registerType:(Ljava/beans/PropertyDescriptor;)Z]
XMLBeanTypeInfo.XMLBeanTypeInfo ( Class typeClass, java.util.List mappings, String defaultNS )
[run-time name: org/apache/cxf/aegis/type/basic/XMLBeanTypeInfo."<init>":(Ljava/lang/Class;Ljava/util/List;Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, XMLBinding.class
package org.apache.cxf.binding.xml
XMLBinding.createMessage ( ) : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/binding/xml/XMLBinding.createMessage:()Lorg/apache/cxf/message/Message;]
XMLBinding.createMessage ( org.apache.cxf.message.Message m ) : org.apache.cxf.message.Message
[run-time name: org/apache/cxf/binding/xml/XMLBinding.createMessage:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/message/Message;]
XMLBinding.getBindingInfo ( ) : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/binding/xml/XMLBinding.getBindingInfo:()Lorg/apache/cxf/service/model/BindingInfo;]
XMLBinding.XMLBinding ( org.apache.cxf.service.model.BindingInfo bindingInfo )
[run-time name: org/apache/cxf/binding/xml/XMLBinding."<init>":(Lorg/apache/cxf/service/model/BindingInfo;)V]
openejb-cxf-bundle-2.5.2.jar, XMLBindingFactory.class
package org.apache.cxf.binding.xml
XMLBindingFactory.createBinding ( org.apache.cxf.service.model.BindingInfo binding ) : org.apache.cxf.binding.Binding
[run-time name: org/apache/cxf/binding/xml/XMLBindingFactory.createBinding:(Lorg/apache/cxf/service/model/BindingInfo;)Lorg/apache/cxf/binding/Binding;]
XMLBindingFactory.createBindingInfo ( org.apache.cxf.service.model.ServiceInfo service, String namespace, Object config ) : org.apache.cxf.service.model.BindingInfo
[run-time name: org/apache/cxf/binding/xml/XMLBindingFactory.createBindingInfo:(Lorg/apache/cxf/service/model/ServiceInfo;Ljava/lang/String;Ljava/lang/Object;)Lorg/apache/cxf/service/model/BindingInfo;]
XMLBindingFactory.XMLBindingFactory ( )
[run-time name: org/apache/cxf/binding/xml/XMLBindingFactory."<init>":()V]
XMLBindingFactory.XMLBindingFactory ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/binding/xml/XMLBindingFactory."<init>":(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, XMLBindingMessageFormat.class
package org.apache.cxf.bindings.xformat
XMLBindingMessageFormat.getRootNode ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/bindings/xformat/XMLBindingMessageFormat.getRootNode:()Ljavax/xml/namespace/QName;]
XMLBindingMessageFormat.isSetRootNode ( ) : boolean
[run-time name: org/apache/cxf/bindings/xformat/XMLBindingMessageFormat.isSetRootNode:()Z]
XMLBindingMessageFormat.setRootNode ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/bindings/xformat/XMLBindingMessageFormat.setRootNode:(Ljavax/xml/namespace/QName;)V]
XMLBindingMessageFormat.XMLBindingMessageFormat ( )
[run-time name: org/apache/cxf/bindings/xformat/XMLBindingMessageFormat."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XmlBindingPlugin.class
package org.apache.cxf.binding.xml.wsdl11
XmlBindingPlugin.createExtension ( java.util.Map args ) : javax.wsdl.extensions.ExtensibilityElement
[run-time name: org/apache/cxf/binding/xml/wsdl11/XmlBindingPlugin.createExtension:(Ljava/util/Map;)Ljavax/wsdl/extensions/ExtensibilityElement;]
XmlBindingPlugin.XmlBindingPlugin ( )
[run-time name: org/apache/cxf/binding/xml/wsdl11/XmlBindingPlugin."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XmlElement.class
package org.apache.cxf.aegis.type.java5
XmlElement.minOccurs ( ) [abstract] : String
[run-time name: org/apache/cxf/aegis/type/java5/XmlElement.minOccurs:()Ljava/lang/String;]
XmlElement.name ( ) [abstract] : String
[run-time name: org/apache/cxf/aegis/type/java5/XmlElement.name:()Ljava/lang/String;]
XmlElement.namespace ( ) [abstract] : String
[run-time name: org/apache/cxf/aegis/type/java5/XmlElement.namespace:()Ljava/lang/String;]
XmlElement.nillable ( ) [abstract] : boolean
[run-time name: org/apache/cxf/aegis/type/java5/XmlElement.nillable:()Z]
XmlElement.type ( ) [abstract] : Class
[run-time name: org/apache/cxf/aegis/type/java5/XmlElement.type:()Ljava/lang/Class;]
openejb-cxf-bundle-2.5.2.jar, XMLFault.class
package org.apache.cxf.binding.xml
XMLFault.createFault ( org.apache.cxf.interceptor.Fault f ) [static] : XMLFault
[run-time name: org/apache/cxf/binding/xml/XMLFault.createFault:(Lorg/apache/cxf/interceptor/Fault;)Lorg/apache/cxf/binding/xml/XMLFault;]
XMLFault.XMLFault ( org.apache.cxf.common.i18n.Message message )
[run-time name: org/apache/cxf/binding/xml/XMLFault."<init>":(Lorg/apache/cxf/common/i18n/Message;)V]
XMLFault.XMLFault ( org.apache.cxf.common.i18n.Message message, Throwable throwable )
[run-time name: org/apache/cxf/binding/xml/XMLFault."<init>":(Lorg/apache/cxf/common/i18n/Message;Ljava/lang/Throwable;)V]
XMLFault.XMLFault ( String message )
[run-time name: org/apache/cxf/binding/xml/XMLFault."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, XMLFaultInInterceptor.class
package org.apache.cxf.binding.xml.interceptor
XMLFaultInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/xml/interceptor/XMLFaultInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
XMLFaultInInterceptor.XMLFaultInInterceptor ( )
[run-time name: org/apache/cxf/binding/xml/interceptor/XMLFaultInInterceptor."<init>":()V]
XMLFaultInInterceptor.XMLFaultInInterceptor ( String phase )
[run-time name: org/apache/cxf/binding/xml/interceptor/XMLFaultInInterceptor."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, XMLFaultOutInterceptor.class
package org.apache.cxf.binding.xml.interceptor
XMLFaultOutInterceptor.handleFault ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/xml/interceptor/XMLFaultOutInterceptor.handleFault:(Lorg/apache/cxf/message/Message;)V]
XMLFaultOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/xml/interceptor/XMLFaultOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
XMLFaultOutInterceptor.mustPropogateException ( org.apache.cxf.message.Message m ) : boolean
[run-time name: org/apache/cxf/binding/xml/interceptor/XMLFaultOutInterceptor.mustPropogateException:(Lorg/apache/cxf/message/Message;)Z]
XMLFaultOutInterceptor.XMLFaultOutInterceptor ( )
[run-time name: org/apache/cxf/binding/xml/interceptor/XMLFaultOutInterceptor."<init>":()V]
XMLFaultOutInterceptor.XMLFaultOutInterceptor ( String phase )
[run-time name: org/apache/cxf/binding/xml/interceptor/XMLFaultOutInterceptor."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, XMLFormatBinding.class
package org.apache.cxf.bindings.xformat
XMLFormatBinding.XMLFormatBinding ( )
[run-time name: org/apache/cxf/bindings/xformat/XMLFormatBinding."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XMLFormatValidator.class
package org.apache.cxf.binding.xml
XMLFormatValidator.isValid ( ) : boolean
[run-time name: org/apache/cxf/binding/xml/XMLFormatValidator.isValid:()Z]
XMLFormatValidator.XMLFormatValidator ( )
[run-time name: org/apache/cxf/binding/xml/XMLFormatValidator."<init>":()V]
XMLFormatValidator.XMLFormatValidator ( org.apache.cxf.service.model.ServiceInfo s )
[run-time name: org/apache/cxf/binding/xml/XMLFormatValidator."<init>":(Lorg/apache/cxf/service/model/ServiceInfo;)V]
openejb-cxf-bundle-2.5.2.jar, XMLGregorianCalendarType.class
package org.apache.cxf.aegis.type.java5
XMLGregorianCalendarType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/java5/XMLGregorianCalendarType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
XMLGregorianCalendarType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/java5/XMLGregorianCalendarType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
XMLGregorianCalendarType.XMLGregorianCalendarType ( )
[run-time name: org/apache/cxf/aegis/type/java5/XMLGregorianCalendarType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XMLInstruction.class
package org.apache.cxf.jaxrs.ext.xml
XMLInstruction.value ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxrs/ext/xml/XMLInstruction.value:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, XmlIoPlugin.class
package org.apache.cxf.binding.xml.wsdl11
XmlIoPlugin.createExtension ( java.util.Map args ) : javax.wsdl.extensions.ExtensibilityElement
[run-time name: org/apache/cxf/binding/xml/wsdl11/XmlIoPlugin.createExtension:(Ljava/util/Map;)Ljavax/wsdl/extensions/ExtensibilityElement;]
XmlIoPlugin.XmlIoPlugin ( )
[run-time name: org/apache/cxf/binding/xml/wsdl11/XmlIoPlugin."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XMLMessage.class
package org.apache.cxf.binding.xml
XMLMessage.XMLMessage ( org.apache.cxf.message.Message message )
[run-time name: org/apache/cxf/binding/xml/XMLMessage."<init>":(Lorg/apache/cxf/message/Message;)V]
package org.apache.cxf.message
XMLMessage.XMLMessage ( Message message )
[run-time name: org/apache/cxf/message/XMLMessage."<init>":(Lorg/apache/cxf/message/Message;)V]
openejb-cxf-bundle-2.5.2.jar, XMLMessageInInterceptor.class
package org.apache.cxf.binding.xml.interceptor
XMLMessageInInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/xml/interceptor/XMLMessageInInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
XMLMessageInInterceptor.XMLMessageInInterceptor ( )
[run-time name: org/apache/cxf/binding/xml/interceptor/XMLMessageInInterceptor."<init>":()V]
XMLMessageInInterceptor.XMLMessageInInterceptor ( String phase )
[run-time name: org/apache/cxf/binding/xml/interceptor/XMLMessageInInterceptor."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, XMLMessageOutInterceptor.class
package org.apache.cxf.binding.xml.interceptor
XMLMessageOutInterceptor.handleMessage ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/cxf/binding/xml/interceptor/XMLMessageOutInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
XMLMessageOutInterceptor.XMLMessageOutInterceptor ( )
[run-time name: org/apache/cxf/binding/xml/interceptor/XMLMessageOutInterceptor."<init>":()V]
XMLMessageOutInterceptor.XMLMessageOutInterceptor ( String phase )
[run-time name: org/apache/cxf/binding/xml/interceptor/XMLMessageOutInterceptor."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, XMLName.class
package org.apache.cxf.jaxrs.model.wadl
XMLName.prefix ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxrs/model/wadl/XMLName.prefix:()Ljava/lang/String;]
XMLName.value ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxrs/model/wadl/XMLName.value:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, XmlParamType.class
package org.apache.cxf.aegis.type.java5
XmlParamType.name ( ) [abstract] : String
[run-time name: org/apache/cxf/aegis/type/java5/XmlParamType.name:()Ljava/lang/String;]
XmlParamType.namespace ( ) [abstract] : String
[run-time name: org/apache/cxf/aegis/type/java5/XmlParamType.namespace:()Ljava/lang/String;]
XmlParamType.type ( ) [abstract] : Class
[run-time name: org/apache/cxf/aegis/type/java5/XmlParamType.type:()Ljava/lang/Class;]
openejb-cxf-bundle-2.5.2.jar, XmlReturnType.class
package org.apache.cxf.aegis.type.java5
XmlReturnType.name ( ) [abstract] : String
[run-time name: org/apache/cxf/aegis/type/java5/XmlReturnType.name:()Ljava/lang/String;]
XmlReturnType.namespace ( ) [abstract] : String
[run-time name: org/apache/cxf/aegis/type/java5/XmlReturnType.namespace:()Ljava/lang/String;]
XmlReturnType.type ( ) [abstract] : Class
[run-time name: org/apache/cxf/aegis/type/java5/XmlReturnType.type:()Ljava/lang/Class;]
openejb-cxf-bundle-2.5.2.jar, XmlSchemaInvalidOperation.class
package org.apache.cxf.common.xmlschema
XmlSchemaInvalidOperation.XmlSchemaInvalidOperation ( String message )
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaInvalidOperation."<init>":(Ljava/lang/String;)V]
openejb-cxf-bundle-2.5.2.jar, XmlSchemaPrimitiveMap.class
package org.apache.cxf.tools.corba.common
XmlSchemaPrimitiveMap.get ( javax.xml.namespace.QName key ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/tools/corba/common/XmlSchemaPrimitiveMap.get:(Ljavax/xml/namespace/QName;)Ljavax/xml/namespace/QName;]
XmlSchemaPrimitiveMap.XmlSchemaPrimitiveMap ( )
[run-time name: org/apache/cxf/tools/corba/common/XmlSchemaPrimitiveMap."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XmlSchemaPrimitiveUtils.class
package org.apache.cxf.common.util
XmlSchemaPrimitiveUtils.getSchemaRepresentation ( Class type ) [static] : String
[run-time name: org/apache/cxf/common/util/XmlSchemaPrimitiveUtils.getSchemaRepresentation:(Ljava/lang/Class;)Ljava/lang/String;]
XmlSchemaPrimitiveUtils.getSchemaRepresentation ( Class type, String xsdPrefix ) [static] : String
[run-time name: org/apache/cxf/common/util/XmlSchemaPrimitiveUtils.getSchemaRepresentation:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, XMLSchemaResolver.class
package org.apache.cxf.xmlbeans
XmlBeansSchemaInitializer.XMLSchemaResolver.resolveEntity ( String targetNamespace, String schemaLocation, String baseUri ) : org.xml.sax.InputSource
[run-time name: org/apache/cxf/xmlbeans/XmlBeansSchemaInitializer.XMLSchemaResolver.resolveEntity:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;]
XmlBeansSchemaInitializer.XMLSchemaResolver.XmlBeansSchemaInitializer.XMLSchemaResolver ( XmlBeansSchemaInitializer sts, org.apache.xmlbeans.SchemaTypeSystem p2 )
[run-time name: org/apache/cxf/xmlbeans/XmlBeansSchemaInitializer.XMLSchemaResolver."<init>":(Lorg/apache/cxf/xmlbeans/XmlBeansSchemaInitializer;Lorg/apache/xmlbeans/SchemaTypeSystem;)V]
openejb-cxf-bundle-2.5.2.jar, XmlSchemaUtils.class
package org.apache.cxf.common.xmlschema
XmlSchemaUtils.addImportIfNeeded ( org.apache.ws.commons.schema.XmlSchema schema, javax.xml.namespace.QName qname ) [static] : void
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.addImportIfNeeded:(Lorg/apache/ws/commons/schema/XmlSchema;Ljavax/xml/namespace/QName;)V]
XmlSchemaUtils.addImportIfNeeded ( org.apache.ws.commons.schema.XmlSchema schema, String namespaceUri ) [static] : void
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.addImportIfNeeded:(Lorg/apache/ws/commons/schema/XmlSchema;Ljava/lang/String;)V]
XmlSchemaUtils.cleanedUpSchemaSource ( org.apache.ws.commons.schema.XmlSchemaObject subject ) [static] : String
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.cleanedUpSchemaSource:(Lorg/apache/ws/commons/schema/XmlSchemaObject;)Ljava/lang/String;]
XmlSchemaUtils.enumeratorValues ( org.apache.ws.commons.schema.XmlSchemaSimpleType type ) [static] : java.util.List
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.enumeratorValues:(Lorg/apache/ws/commons/schema/XmlSchemaSimpleType;)Ljava/util/List;]
XmlSchemaUtils.findElementByRefName ( SchemaCollection xmlSchemaCollection, javax.xml.namespace.QName name, String referencingURI ) [static] : org.apache.ws.commons.schema.XmlSchemaElement
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.findElementByRefName:(Lorg/apache/cxf/common/xmlschema/SchemaCollection;Ljavax/xml/namespace/QName;Ljava/lang/String;)Lorg/apache/ws/commons/schema/XmlSchemaElement;]
XmlSchemaUtils.getAll ( org.apache.ws.commons.schema.XmlSchemaComplexType type ) [static] : org.apache.ws.commons.schema.XmlSchemaAll
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.getAll:(Lorg/apache/ws/commons/schema/XmlSchemaComplexType;)Lorg/apache/ws/commons/schema/XmlSchemaAll;]
XmlSchemaUtils.getBaseType ( org.apache.ws.commons.schema.XmlSchemaComplexType type ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.getBaseType:(Lorg/apache/ws/commons/schema/XmlSchemaComplexType;)Ljavax/xml/namespace/QName;]
XmlSchemaUtils.getChoice ( org.apache.ws.commons.schema.XmlSchemaComplexType type ) [static] : org.apache.ws.commons.schema.XmlSchemaChoice
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.getChoice:(Lorg/apache/ws/commons/schema/XmlSchemaComplexType;)Lorg/apache/ws/commons/schema/XmlSchemaChoice;]
XmlSchemaUtils.getContentAttributes ( org.apache.ws.commons.schema.XmlSchemaComplexType type ) [static] : java.util.List
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.getContentAttributes:(Lorg/apache/ws/commons/schema/XmlSchemaComplexType;)Ljava/util/List;]
XmlSchemaUtils.getContentAttributes ( org.apache.ws.commons.schema.XmlSchemaComplexType type, SchemaCollection collection ) [static] : java.util.List
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.getContentAttributes:(Lorg/apache/ws/commons/schema/XmlSchemaComplexType;Lorg/apache/cxf/common/xmlschema/SchemaCollection;)Ljava/util/List;]
XmlSchemaUtils.getContentElements ( org.apache.ws.commons.schema.XmlSchemaComplexType type, SchemaCollection collection ) [static] : java.util.List
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.getContentElements:(Lorg/apache/ws/commons/schema/XmlSchemaComplexType;Lorg/apache/cxf/common/xmlschema/SchemaCollection;)Ljava/util/List;]
XmlSchemaUtils.getContentSequence ( org.apache.ws.commons.schema.XmlSchemaComplexType type ) [static] : org.apache.ws.commons.schema.XmlSchemaSequence
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.getContentSequence:(Lorg/apache/ws/commons/schema/XmlSchemaComplexType;)Lorg/apache/ws/commons/schema/XmlSchemaSequence;]
XmlSchemaUtils.getElementQualifiedName ( org.apache.ws.commons.schema.XmlSchemaElement element, org.apache.ws.commons.schema.XmlSchema schema ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.getElementQualifiedName:(Lorg/apache/ws/commons/schema/XmlSchemaElement;Lorg/apache/ws/commons/schema/XmlSchema;)Ljavax/xml/namespace/QName;]
XmlSchemaUtils.getElementType ( SchemaCollection xmlSchemaCollection, String referencingURI, org.apache.ws.commons.schema.XmlSchemaElement element, org.apache.ws.commons.schema.XmlSchemaType containingType ) [static] : org.apache.ws.commons.schema.XmlSchemaType
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.getElementType:(Lorg/apache/cxf/common/xmlschema/SchemaCollection;Ljava/lang/String;Lorg/apache/ws/commons/schema/XmlSchemaElement;Lorg/apache/ws/commons/schema/XmlSchemaType;)Lorg/apache/ws/commons/schema/XmlSchemaType;]
XmlSchemaUtils.getObjectAnnotated ( org.apache.ws.commons.schema.XmlSchemaObject object, javax.xml.namespace.QName contextName ) [static] : org.apache.ws.commons.schema.XmlSchemaAnnotated
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.getObjectAnnotated:(Lorg/apache/ws/commons/schema/XmlSchemaObject;Ljavax/xml/namespace/QName;)Lorg/apache/ws/commons/schema/XmlSchemaAnnotated;]
XmlSchemaUtils.getObjectParticle ( org.apache.ws.commons.schema.XmlSchemaObject object, javax.xml.namespace.QName contextName ) [static] : org.apache.ws.commons.schema.XmlSchemaParticle
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.getObjectParticle:(Lorg/apache/ws/commons/schema/XmlSchemaObject;Ljavax/xml/namespace/QName;)Lorg/apache/ws/commons/schema/XmlSchemaParticle;]
XmlSchemaUtils.getReferredElement ( org.apache.ws.commons.schema.XmlSchemaElement element, SchemaCollection xmlSchemaCollection ) [static] : org.apache.ws.commons.schema.XmlSchemaElement
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.getReferredElement:(Lorg/apache/ws/commons/schema/XmlSchemaElement;Lorg/apache/cxf/common/xmlschema/SchemaCollection;)Lorg/apache/ws/commons/schema/XmlSchemaElement;]
XmlSchemaUtils.getSequence ( org.apache.ws.commons.schema.XmlSchemaComplexType type ) [static] : org.apache.ws.commons.schema.XmlSchemaSequence
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.getSequence:(Lorg/apache/ws/commons/schema/XmlSchemaComplexType;)Lorg/apache/ws/commons/schema/XmlSchemaSequence;]
XmlSchemaUtils.isAttributeNameQualified ( org.apache.ws.commons.schema.XmlSchemaAttribute attribute, org.apache.ws.commons.schema.XmlSchema schema ) [static] : boolean
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.isAttributeNameQualified:(Lorg/apache/ws/commons/schema/XmlSchemaAttribute;Lorg/apache/ws/commons/schema/XmlSchema;)Z]
XmlSchemaUtils.isAttributeQualified ( org.apache.ws.commons.schema.XmlSchemaAttribute attribute, boolean global, org.apache.ws.commons.schema.XmlSchema localSchema, org.apache.ws.commons.schema.XmlSchema attributeSchema ) [static] : boolean
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.isAttributeQualified:(Lorg/apache/ws/commons/schema/XmlSchemaAttribute;ZLorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/ws/commons/schema/XmlSchema;)Z]
XmlSchemaUtils.isComplexType ( org.apache.ws.commons.schema.XmlSchemaType type ) [static] : boolean
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.isComplexType:(Lorg/apache/ws/commons/schema/XmlSchemaType;)Z]
XmlSchemaUtils.isElementNameQualified ( org.apache.ws.commons.schema.XmlSchemaElement element, org.apache.ws.commons.schema.XmlSchema schema ) [static] : boolean
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.isElementNameQualified:(Lorg/apache/ws/commons/schema/XmlSchemaElement;Lorg/apache/ws/commons/schema/XmlSchema;)Z]
XmlSchemaUtils.isElementQualified ( org.apache.ws.commons.schema.XmlSchemaElement element, boolean global, org.apache.ws.commons.schema.XmlSchema localSchema, org.apache.ws.commons.schema.XmlSchema elementSchema ) [static] : boolean
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.isElementQualified:(Lorg/apache/ws/commons/schema/XmlSchemaElement;ZLorg/apache/ws/commons/schema/XmlSchema;Lorg/apache/ws/commons/schema/XmlSchema;)Z]
XmlSchemaUtils.isEumeration ( org.apache.ws.commons.schema.XmlSchemaSimpleType type ) [static] : boolean
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.isEumeration:(Lorg/apache/ws/commons/schema/XmlSchemaSimpleType;)Z]
XmlSchemaUtils.isParticleArray ( org.apache.ws.commons.schema.XmlSchemaParticle particle ) [static] : boolean
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.isParticleArray:(Lorg/apache/ws/commons/schema/XmlSchemaParticle;)Z]
XmlSchemaUtils.isParticleOptional ( org.apache.ws.commons.schema.XmlSchemaParticle particle ) [static] : boolean
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.isParticleOptional:(Lorg/apache/ws/commons/schema/XmlSchemaParticle;)Z]
XmlSchemaUtils.schemaImportsNamespace ( org.apache.ws.commons.schema.XmlSchema schema, String namespaceUri ) [static] : boolean
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.schemaImportsNamespace:(Lorg/apache/ws/commons/schema/XmlSchema;Ljava/lang/String;)Z]
XmlSchemaUtils.setElementName ( org.apache.ws.commons.schema.XmlSchemaElement element, String name ) [static] : void
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.setElementName:(Lorg/apache/ws/commons/schema/XmlSchemaElement;Ljava/lang/String;)V]
XmlSchemaUtils.setElementRefName ( org.apache.ws.commons.schema.XmlSchemaElement element, javax.xml.namespace.QName name ) [static] : void
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.setElementRefName:(Lorg/apache/ws/commons/schema/XmlSchemaElement;Ljavax/xml/namespace/QName;)V]
XmlSchemaUtils.unsupportedConstruct ( String messageKey, org.apache.ws.commons.schema.XmlSchemaType subject ) [static] : void
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.unsupportedConstruct:(Ljava/lang/String;Lorg/apache/ws/commons/schema/XmlSchemaType;)V]
XmlSchemaUtils.unsupportedConstruct ( String messageKey, String what, javax.xml.namespace.QName subjectName, org.apache.ws.commons.schema.XmlSchemaObject subject ) [static] : void
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaUtils.unsupportedConstruct:(Ljava/lang/String;Ljava/lang/String;Ljavax/xml/namespace/QName;Lorg/apache/ws/commons/schema/XmlSchemaObject;)V]
openejb-cxf-bundle-2.5.2.jar, XmlSchemaValidationManager.class
package org.apache.cxf.common.xmlschema
XmlSchemaValidationManager.validateSchemas ( org.apache.ws.commons.schema.XmlSchemaCollection p1, org.w3c.dom.DOMErrorHandler p2 ) [abstract] : void
[run-time name: org/apache/cxf/common/xmlschema/XmlSchemaValidationManager.validateSchemas:(Lorg/apache/ws/commons/schema/XmlSchemaCollection;Lorg/w3c/dom/DOMErrorHandler;)V]
openejb-cxf-bundle-2.5.2.jar, XMLSource.class
package org.apache.cxf.jaxrs.ext.xml
XMLSource.getBaseURI ( ) : java.net.URI
[run-time name: org/apache/cxf/jaxrs/ext/xml/XMLSource.getBaseURI:()Ljava/net/URI;]
XMLSource.getLink ( String expression ) : java.net.URI
[run-time name: org/apache/cxf/jaxrs/ext/xml/XMLSource.getLink:(Ljava/lang/String;)Ljava/net/URI;]
XMLSource.getLink ( String expression, java.util.Map namespaces ) : java.net.URI
[run-time name: org/apache/cxf/jaxrs/ext/xml/XMLSource.getLink:(Ljava/lang/String;Ljava/util/Map;)Ljava/net/URI;]
XMLSource.getLinks ( String expression, java.util.Map namespaces ) : java.net.URI[ ]
[run-time name: org/apache/cxf/jaxrs/ext/xml/XMLSource.getLinks:(Ljava/lang/String;Ljava/util/Map;)[Ljava/net/URI;]
XMLSource.getNode ( String expression, Class cls ) : Object
[run-time name: org/apache/cxf/jaxrs/ext/xml/XMLSource.getNode:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
XMLSource.getNode ( String expression, java.util.Map namespaces, Class cls ) : Object
[run-time name: org/apache/cxf/jaxrs/ext/xml/XMLSource.getNode:(Ljava/lang/String;Ljava/util/Map;Ljava/lang/Class;)Ljava/lang/Object;]
XMLSource.getNodes ( String expression, Class cls ) : Object[ ]
[run-time name: org/apache/cxf/jaxrs/ext/xml/XMLSource.getNodes:(Ljava/lang/String;Ljava/lang/Class;)[Ljava/lang/Object;]
XMLSource.getNodes ( String expression, java.util.Map namespaces, Class cls ) : Object[ ]
[run-time name: org/apache/cxf/jaxrs/ext/xml/XMLSource.getNodes:(Ljava/lang/String;Ljava/util/Map;Ljava/lang/Class;)[Ljava/lang/Object;]
XMLSource.getValue ( String expression ) : String
[run-time name: org/apache/cxf/jaxrs/ext/xml/XMLSource.getValue:(Ljava/lang/String;)Ljava/lang/String;]
XMLSource.getValue ( String expression, java.util.Map namespaces ) : String
[run-time name: org/apache/cxf/jaxrs/ext/xml/XMLSource.getValue:(Ljava/lang/String;Ljava/util/Map;)Ljava/lang/String;]
XMLSource.getValue ( String expression, java.util.Map namespaces, Class cls ) : Object
[run-time name: org/apache/cxf/jaxrs/ext/xml/XMLSource.getValue:(Ljava/lang/String;Ljava/util/Map;Ljava/lang/Class;)Ljava/lang/Object;]
XMLSource.getValues ( String expression ) : String[ ]
[run-time name: org/apache/cxf/jaxrs/ext/xml/XMLSource.getValues:(Ljava/lang/String;)[Ljava/lang/String;]
XMLSource.getValues ( String expression, java.util.Map namespaces ) : String[ ]
[run-time name: org/apache/cxf/jaxrs/ext/xml/XMLSource.getValues:(Ljava/lang/String;Ljava/util/Map;)[Ljava/lang/String;]
XMLSource.setBuffering ( boolean enable ) : void
[run-time name: org/apache/cxf/jaxrs/ext/xml/XMLSource.setBuffering:(Z)V]
XMLSource.XMLSource ( java.io.InputStream is )
[run-time name: org/apache/cxf/jaxrs/ext/xml/XMLSource."<init>":(Ljava/io/InputStream;)V]
openejb-cxf-bundle-2.5.2.jar, XMLStreamDataReader.class
package org.apache.cxf.aegis.databinding
XMLStreamDataReader.read ( javax.xml.namespace.QName name, javax.xml.stream.XMLStreamReader input, Class typeClass ) : Object
[run-time name: org/apache/cxf/aegis/databinding/XMLStreamDataReader.read:(Ljavax/xml/namespace/QName;Ljavax/xml/stream/XMLStreamReader;Ljava/lang/Class;)Ljava/lang/Object;]
XMLStreamDataReader.read ( javax.xml.namespace.QName x0, Object x1, Class x2 ) : Object
[run-time name: org/apache/cxf/aegis/databinding/XMLStreamDataReader.read:(Ljavax/xml/namespace/QName;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;]
XMLStreamDataReader.read ( javax.xml.stream.XMLStreamReader input ) : Object
[run-time name: org/apache/cxf/aegis/databinding/XMLStreamDataReader.read:(Ljavax/xml/stream/XMLStreamReader;)Ljava/lang/Object;]
XMLStreamDataReader.read ( Object x0 ) : Object
[run-time name: org/apache/cxf/aegis/databinding/XMLStreamDataReader.read:(Ljava/lang/Object;)Ljava/lang/Object;]
XMLStreamDataReader.read ( org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamReader input ) : Object
[run-time name: org/apache/cxf/aegis/databinding/XMLStreamDataReader.read:(Lorg/apache/cxf/service/model/MessagePartInfo;Ljavax/xml/stream/XMLStreamReader;)Ljava/lang/Object;]
XMLStreamDataReader.read ( org.apache.cxf.service.model.MessagePartInfo x0, Object x1 ) : Object
[run-time name: org/apache/cxf/aegis/databinding/XMLStreamDataReader.read:(Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)Ljava/lang/Object;]
XMLStreamDataReader.setAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/aegis/databinding/XMLStreamDataReader.setAttachments:(Ljava/util/Collection;)V]
XMLStreamDataReader.setProperty ( String prop, Object value ) : void
[run-time name: org/apache/cxf/aegis/databinding/XMLStreamDataReader.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
XMLStreamDataReader.setSchema ( javax.xml.validation.Schema s ) : void
[run-time name: org/apache/cxf/aegis/databinding/XMLStreamDataReader.setSchema:(Ljavax/xml/validation/Schema;)V]
XMLStreamDataReader.XMLStreamDataReader ( AegisDatabinding databinding, org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/aegis/databinding/XMLStreamDataReader."<init>":(Lorg/apache/cxf/aegis/databinding/AegisDatabinding;Lorg/apache/cxf/Bus;)V]
package org.apache.cxf.databinding.source
XMLStreamDataReader.read ( javax.xml.namespace.QName name, javax.xml.stream.XMLStreamReader input, Class type ) : Object
[run-time name: org/apache/cxf/databinding/source/XMLStreamDataReader.read:(Ljavax/xml/namespace/QName;Ljavax/xml/stream/XMLStreamReader;Ljava/lang/Class;)Ljava/lang/Object;]
XMLStreamDataReader.read ( javax.xml.namespace.QName x0, Object x1, Class x2 ) : Object
[run-time name: org/apache/cxf/databinding/source/XMLStreamDataReader.read:(Ljavax/xml/namespace/QName;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;]
XMLStreamDataReader.read ( javax.xml.stream.XMLStreamReader reader ) : javax.xml.transform.dom.DOMSource
[run-time name: org/apache/cxf/databinding/source/XMLStreamDataReader.read:(Ljavax/xml/stream/XMLStreamReader;)Ljavax/xml/transform/dom/DOMSource;]
XMLStreamDataReader.read ( Object x0 ) : Object
[run-time name: org/apache/cxf/databinding/source/XMLStreamDataReader.read:(Ljava/lang/Object;)Ljava/lang/Object;]
XMLStreamDataReader.read ( org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamReader input ) : Object
[run-time name: org/apache/cxf/databinding/source/XMLStreamDataReader.read:(Lorg/apache/cxf/service/model/MessagePartInfo;Ljavax/xml/stream/XMLStreamReader;)Ljava/lang/Object;]
XMLStreamDataReader.read ( org.apache.cxf.service.model.MessagePartInfo x0, Object x1 ) : Object
[run-time name: org/apache/cxf/databinding/source/XMLStreamDataReader.read:(Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)Ljava/lang/Object;]
XMLStreamDataReader.setAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/databinding/source/XMLStreamDataReader.setAttachments:(Ljava/util/Collection;)V]
XMLStreamDataReader.setProperty ( String prop, Object value ) : void
[run-time name: org/apache/cxf/databinding/source/XMLStreamDataReader.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
XMLStreamDataReader.setSchema ( javax.xml.validation.Schema s ) : void
[run-time name: org/apache/cxf/databinding/source/XMLStreamDataReader.setSchema:(Ljavax/xml/validation/Schema;)V]
XMLStreamDataReader.XMLStreamDataReader ( )
[run-time name: org/apache/cxf/databinding/source/XMLStreamDataReader."<init>":()V]
package org.apache.cxf.databinding.stax
StaxDataBinding.XMLStreamDataReader.read ( javax.xml.namespace.QName name, javax.xml.stream.XMLStreamReader input, Class type ) : Object
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.XMLStreamDataReader.read:(Ljavax/xml/namespace/QName;Ljavax/xml/stream/XMLStreamReader;Ljava/lang/Class;)Ljava/lang/Object;]
StaxDataBinding.XMLStreamDataReader.read ( javax.xml.namespace.QName x0, Object x1, Class x2 ) : Object
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.XMLStreamDataReader.read:(Ljavax/xml/namespace/QName;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;]
StaxDataBinding.XMLStreamDataReader.read ( javax.xml.stream.XMLStreamReader reader ) : Object
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.XMLStreamDataReader.read:(Ljavax/xml/stream/XMLStreamReader;)Ljava/lang/Object;]
StaxDataBinding.XMLStreamDataReader.read ( Object x0 ) : Object
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.XMLStreamDataReader.read:(Ljava/lang/Object;)Ljava/lang/Object;]
StaxDataBinding.XMLStreamDataReader.read ( org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamReader input ) : Object
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.XMLStreamDataReader.read:(Lorg/apache/cxf/service/model/MessagePartInfo;Ljavax/xml/stream/XMLStreamReader;)Ljava/lang/Object;]
StaxDataBinding.XMLStreamDataReader.read ( org.apache.cxf.service.model.MessagePartInfo x0, Object x1 ) : Object
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.XMLStreamDataReader.read:(Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)Ljava/lang/Object;]
StaxDataBinding.XMLStreamDataReader.setAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.XMLStreamDataReader.setAttachments:(Ljava/util/Collection;)V]
StaxDataBinding.XMLStreamDataReader.setProperty ( String prop, Object value ) : void
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.XMLStreamDataReader.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
StaxDataBinding.XMLStreamDataReader.setSchema ( javax.xml.validation.Schema s ) : void
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.XMLStreamDataReader.setSchema:(Ljavax/xml/validation/Schema;)V]
StaxDataBinding.XMLStreamDataReader.StaxDataBinding.XMLStreamDataReader ( )
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.XMLStreamDataReader."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XMLStreamDataWriter.class
package org.apache.cxf.aegis.databinding
XMLStreamDataWriter.getProperty ( String key ) : Object
[run-time name: org/apache/cxf/aegis/databinding/XMLStreamDataWriter.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
XMLStreamDataWriter.setAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/aegis/databinding/XMLStreamDataWriter.setAttachments:(Ljava/util/Collection;)V]
XMLStreamDataWriter.setProperty ( String prop, Object value ) : void
[run-time name: org/apache/cxf/aegis/databinding/XMLStreamDataWriter.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
XMLStreamDataWriter.setSchema ( javax.xml.validation.Schema s ) : void
[run-time name: org/apache/cxf/aegis/databinding/XMLStreamDataWriter.setSchema:(Ljavax/xml/validation/Schema;)V]
XMLStreamDataWriter.write ( Object obj, javax.xml.stream.XMLStreamWriter output ) : void
[run-time name: org/apache/cxf/aegis/databinding/XMLStreamDataWriter.write:(Ljava/lang/Object;Ljavax/xml/stream/XMLStreamWriter;)V]
XMLStreamDataWriter.write ( Object obj, org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamWriter output ) : void
[run-time name: org/apache/cxf/aegis/databinding/XMLStreamDataWriter.write:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Ljavax/xml/stream/XMLStreamWriter;)V]
XMLStreamDataWriter.write ( Object x0, Object x1 ) : void
[run-time name: org/apache/cxf/aegis/databinding/XMLStreamDataWriter.write:(Ljava/lang/Object;Ljava/lang/Object;)V]
XMLStreamDataWriter.write ( Object x0, org.apache.cxf.service.model.MessagePartInfo x1, Object x2 ) : void
[run-time name: org/apache/cxf/aegis/databinding/XMLStreamDataWriter.write:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)V]
XMLStreamDataWriter.XMLStreamDataWriter ( AegisDatabinding databinding, org.apache.cxf.Bus bus )
[run-time name: org/apache/cxf/aegis/databinding/XMLStreamDataWriter."<init>":(Lorg/apache/cxf/aegis/databinding/AegisDatabinding;Lorg/apache/cxf/Bus;)V]
package org.apache.cxf.databinding.source
XMLStreamDataWriter.setAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/databinding/source/XMLStreamDataWriter.setAttachments:(Ljava/util/Collection;)V]
XMLStreamDataWriter.setProperty ( String key, Object value ) : void
[run-time name: org/apache/cxf/databinding/source/XMLStreamDataWriter.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
XMLStreamDataWriter.setSchema ( javax.xml.validation.Schema s ) : void
[run-time name: org/apache/cxf/databinding/source/XMLStreamDataWriter.setSchema:(Ljavax/xml/validation/Schema;)V]
XMLStreamDataWriter.write ( Object obj, javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/databinding/source/XMLStreamDataWriter.write:(Ljava/lang/Object;Ljavax/xml/stream/XMLStreamWriter;)V]
XMLStreamDataWriter.write ( Object obj, org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamWriter output ) : void
[run-time name: org/apache/cxf/databinding/source/XMLStreamDataWriter.write:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Ljavax/xml/stream/XMLStreamWriter;)V]
XMLStreamDataWriter.write ( Object x0, Object x1 ) : void
[run-time name: org/apache/cxf/databinding/source/XMLStreamDataWriter.write:(Ljava/lang/Object;Ljava/lang/Object;)V]
XMLStreamDataWriter.write ( Object x0, org.apache.cxf.service.model.MessagePartInfo x1, Object x2 ) : void
[run-time name: org/apache/cxf/databinding/source/XMLStreamDataWriter.write:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)V]
XMLStreamDataWriter.XMLStreamDataWriter ( )
[run-time name: org/apache/cxf/databinding/source/XMLStreamDataWriter."<init>":()V]
package org.apache.cxf.databinding.stax
StaxDataBinding.XMLStreamDataWriter.setAttachments ( java.util.Collection attachments ) : void
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.XMLStreamDataWriter.setAttachments:(Ljava/util/Collection;)V]
StaxDataBinding.XMLStreamDataWriter.setProperty ( String key, Object value ) : void
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.XMLStreamDataWriter.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
StaxDataBinding.XMLStreamDataWriter.setSchema ( javax.xml.validation.Schema s ) : void
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.XMLStreamDataWriter.setSchema:(Ljavax/xml/validation/Schema;)V]
StaxDataBinding.XMLStreamDataWriter.StaxDataBinding.XMLStreamDataWriter ( )
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.XMLStreamDataWriter."<init>":()V]
StaxDataBinding.XMLStreamDataWriter.write ( Object obj, javax.xml.stream.XMLStreamWriter writer ) : void
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.XMLStreamDataWriter.write:(Ljava/lang/Object;Ljavax/xml/stream/XMLStreamWriter;)V]
StaxDataBinding.XMLStreamDataWriter.write ( Object obj, org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamWriter output ) : void
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.XMLStreamDataWriter.write:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Ljavax/xml/stream/XMLStreamWriter;)V]
StaxDataBinding.XMLStreamDataWriter.write ( Object x0, Object x1 ) : void
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.XMLStreamDataWriter.write:(Ljava/lang/Object;Ljava/lang/Object;)V]
StaxDataBinding.XMLStreamDataWriter.write ( Object x0, org.apache.cxf.service.model.MessagePartInfo x1, Object x2 ) : void
[run-time name: org/apache/cxf/databinding/stax/StaxDataBinding.XMLStreamDataWriter.write:(Ljava/lang/Object;Lorg/apache/cxf/service/model/MessagePartInfo;Ljava/lang/Object;)V]
openejb-cxf-bundle-2.5.2.jar, XMLStreamReaderType.class
package org.apache.cxf.aegis.type.xml
XMLStreamReaderType.readObject ( org.apache.cxf.aegis.xml.MessageReader mreader, org.apache.cxf.aegis.Context context ) : Object
[run-time name: org/apache/cxf/aegis/type/xml/XMLStreamReaderType.readObject:(Lorg/apache/cxf/aegis/xml/MessageReader;Lorg/apache/cxf/aegis/Context;)Ljava/lang/Object;]
XMLStreamReaderType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context ) : void
[run-time name: org/apache/cxf/aegis/type/xml/XMLStreamReaderType.writeObject:(Ljava/lang/Object;Lorg/apache/cxf/aegis/xml/MessageWriter;Lorg/apache/cxf/aegis/Context;)V]
XMLStreamReaderType.XMLStreamReaderType ( )
[run-time name: org/apache/cxf/aegis/type/xml/XMLStreamReaderType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XMLStreamWriterCallback.class
package org.apache.cxf.databinding.stax
XMLStreamWriterCallback.write ( javax.xml.stream.XMLStreamWriter p1 ) [abstract] : void
[run-time name: org/apache/cxf/databinding/stax/XMLStreamWriterCallback.write:(Ljavax/xml/stream/XMLStreamWriter;)V]
openejb-cxf-bundle-2.5.2.jar, XmlType.class
package org.apache.cxf.aegis.type.java5
XmlType.extensibleAttributes ( ) [abstract] : boolean
[run-time name: org/apache/cxf/aegis/type/java5/XmlType.extensibleAttributes:()Z]
XmlType.extensibleElements ( ) [abstract] : boolean
[run-time name: org/apache/cxf/aegis/type/java5/XmlType.extensibleElements:()Z]
XmlType.name ( ) [abstract] : String
[run-time name: org/apache/cxf/aegis/type/java5/XmlType.name:()Ljava/lang/String;]
XmlType.namespace ( ) [abstract] : String
[run-time name: org/apache/cxf/aegis/type/java5/XmlType.namespace:()Ljava/lang/String;]
XmlType.type ( ) [abstract] : Class
[run-time name: org/apache/cxf/aegis/type/java5/XmlType.type:()Ljava/lang/Class;]
openejb-cxf-bundle-2.5.2.jar, XMLTypeCreator.class
package org.apache.cxf.aegis.type
XMLTypeCreator.createClassInfo ( java.beans.PropertyDescriptor pd ) : TypeClassInfo
[run-time name: org/apache/cxf/aegis/type/XMLTypeCreator.createClassInfo:(Ljava/beans/PropertyDescriptor;)Lorg/apache/cxf/aegis/type/TypeClassInfo;]
XMLTypeCreator.createClassInfo ( reflect.Method m, int index ) : TypeClassInfo
[run-time name: org/apache/cxf/aegis/type/XMLTypeCreator.createClassInfo:(Ljava/lang/reflect/Method;I)Lorg/apache/cxf/aegis/type/TypeClassInfo;]
XMLTypeCreator.createCollectionType ( TypeClassInfo info ) : AegisType
[run-time name: org/apache/cxf/aegis/type/XMLTypeCreator.createCollectionType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
XMLTypeCreator.createDefaultType ( TypeClassInfo info ) : AegisType
[run-time name: org/apache/cxf/aegis/type/XMLTypeCreator.createDefaultType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
XMLTypeCreator.createEnumType ( TypeClassInfo info ) : AegisType
[run-time name: org/apache/cxf/aegis/type/XMLTypeCreator.createEnumType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
XMLTypeCreator.createQName ( org.w3c.dom.Element e, String value ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/aegis/type/XMLTypeCreator.createQName:(Lorg/w3c/dom/Element;Ljava/lang/String;)Ljavax/xml/namespace/QName;]
XMLTypeCreator.findMapping ( reflect.Type type ) : org.w3c.dom.Element
[run-time name: org/apache/cxf/aegis/type/XMLTypeCreator.findMapping:(Ljava/lang/reflect/Type;)Lorg/w3c/dom/Element;]
XMLTypeCreator.findMappings ( reflect.Type type ) : java.util.List
[run-time name: org/apache/cxf/aegis/type/XMLTypeCreator.findMappings:(Ljava/lang/reflect/Type;)Ljava/util/List;]
XMLTypeCreator.getDocument ( Class clazz ) : org.w3c.dom.Document
[run-time name: org/apache/cxf/aegis/type/XMLTypeCreator.getDocument:(Ljava/lang/Class;)Lorg/w3c/dom/Document;]
XMLTypeCreator.getOrCreateGenericType ( TypeClassInfo info ) : AegisType
[run-time name: org/apache/cxf/aegis/type/XMLTypeCreator.getOrCreateGenericType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
XMLTypeCreator.getOrCreateMapKeyType ( TypeClassInfo info ) : AegisType
[run-time name: org/apache/cxf/aegis/type/XMLTypeCreator.getOrCreateMapKeyType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
XMLTypeCreator.getOrCreateMapValueType ( TypeClassInfo info ) : AegisType
[run-time name: org/apache/cxf/aegis/type/XMLTypeCreator.getOrCreateMapValueType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;)Lorg/apache/cxf/aegis/type/AegisType;]
XMLTypeCreator.isEnum ( Class javaType ) : boolean
[run-time name: org/apache/cxf/aegis/type/XMLTypeCreator.isEnum:(Ljava/lang/Class;)Z]
XMLTypeCreator.readMetadata ( TypeClassInfo info, org.w3c.dom.Element mapping, org.w3c.dom.Element parameter ) : void
[run-time name: org/apache/cxf/aegis/type/XMLTypeCreator.readMetadata:(Lorg/apache/cxf/aegis/type/TypeClassInfo;Lorg/w3c/dom/Element;Lorg/w3c/dom/Element;)V]
XMLTypeCreator.setType ( TypeClassInfo info, org.w3c.dom.Element parameter ) : void
[run-time name: org/apache/cxf/aegis/type/XMLTypeCreator.setType:(Lorg/apache/cxf/aegis/type/TypeClassInfo;Lorg/w3c/dom/Element;)V]
XMLTypeCreator.XMLTypeCreator ( )
[run-time name: org/apache/cxf/aegis/type/XMLTypeCreator."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XMLUtils.class
package org.apache.cxf.helpers
XMLUtils.convertStringsToQNames ( java.util.List expandedQNames ) [static] : java.util.Set
[run-time name: org/apache/cxf/helpers/XMLUtils.convertStringsToQNames:(Ljava/util/List;)Ljava/util/Set;]
XMLUtils.convertStringToQName ( String expandedQName ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/helpers/XMLUtils.convertStringToQName:(Ljava/lang/String;)Ljavax/xml/namespace/QName;]
XMLUtils.convertStringToQName ( String expandedQName, String prefix ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/helpers/XMLUtils.convertStringToQName:(Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/namespace/QName;]
XMLUtils.createElementNS ( org.w3c.dom.Document root, javax.xml.namespace.QName name ) [static] : org.w3c.dom.Element
[run-time name: org/apache/cxf/helpers/XMLUtils.createElementNS:(Lorg/w3c/dom/Document;Ljavax/xml/namespace/QName;)Lorg/w3c/dom/Element;]
XMLUtils.createElementNS ( org.w3c.dom.Document root, String namespaceURI, String qualifiedName ) [static] : org.w3c.dom.Element
[run-time name: org/apache/cxf/helpers/XMLUtils.createElementNS:(Lorg/w3c/dom/Document;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Element;]
XMLUtils.createElementNS ( org.w3c.dom.Node node, javax.xml.namespace.QName name ) [static] : org.w3c.dom.Element
[run-time name: org/apache/cxf/helpers/XMLUtils.createElementNS:(Lorg/w3c/dom/Node;Ljavax/xml/namespace/QName;)Lorg/w3c/dom/Element;]
XMLUtils.createTextNode ( org.w3c.dom.Document root, String data ) [static] : org.w3c.dom.Text
[run-time name: org/apache/cxf/helpers/XMLUtils.createTextNode:(Lorg/w3c/dom/Document;Ljava/lang/String;)Lorg/w3c/dom/Text;]
XMLUtils.createTextNode ( org.w3c.dom.Node node, String data ) [static] : org.w3c.dom.Text
[run-time name: org/apache/cxf/helpers/XMLUtils.createTextNode:(Lorg/w3c/dom/Node;Ljava/lang/String;)Lorg/w3c/dom/Text;]
XMLUtils.fetchElementByNameAttribute ( org.w3c.dom.Element parent, String targetName, String nameValue ) [static] : org.w3c.dom.Element
[run-time name: org/apache/cxf/helpers/XMLUtils.fetchElementByNameAttribute:(Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Element;]
XMLUtils.fromSource ( javax.xml.transform.Source src ) [static] : org.w3c.dom.Node
[run-time name: org/apache/cxf/helpers/XMLUtils.fromSource:(Ljavax/xml/transform/Source;)Lorg/w3c/dom/Node;]
XMLUtils.generateXMLFile ( org.w3c.dom.Element element, java.io.Writer writer ) [static] : void
[run-time name: org/apache/cxf/helpers/XMLUtils.generateXMLFile:(Lorg/w3c/dom/Element;Ljava/io/Writer;)V]
XMLUtils.getAttribute ( org.w3c.dom.Element el, String attrName ) [static] : org.w3c.dom.Attr
[run-time name: org/apache/cxf/helpers/XMLUtils.getAttribute:(Lorg/w3c/dom/Element;Ljava/lang/String;)Lorg/w3c/dom/Attr;]
XMLUtils.getInputStream ( org.w3c.dom.Document doc ) [static] : java.io.InputStream
[run-time name: org/apache/cxf/helpers/XMLUtils.getInputStream:(Lorg/w3c/dom/Document;)Ljava/io/InputStream;]
XMLUtils.getNamespace ( java.util.Map namespaces, String str, String defaultNamespace ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/helpers/XMLUtils.getNamespace:(Ljava/util/Map;Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/namespace/QName;]
XMLUtils.getParser ( ) [static] : javax.xml.parsers.DocumentBuilder
[run-time name: org/apache/cxf/helpers/XMLUtils.getParser:()Ljavax/xml/parsers/DocumentBuilder;]
XMLUtils.getQName ( String value, org.w3c.dom.Node node ) [static] : javax.xml.namespace.QName
[run-time name: org/apache/cxf/helpers/XMLUtils.getQName:(Ljava/lang/String;Lorg/w3c/dom/Node;)Ljavax/xml/namespace/QName;]
XMLUtils.hasAttribute ( org.w3c.dom.Element element, String value ) [static] : boolean
[run-time name: org/apache/cxf/helpers/XMLUtils.hasAttribute:(Lorg/w3c/dom/Element;Ljava/lang/String;)Z]
XMLUtils.newDocument ( ) [static] : org.w3c.dom.Document
[run-time name: org/apache/cxf/helpers/XMLUtils.newDocument:()Lorg/w3c/dom/Document;]
XMLUtils.newTransformer ( ) [static] : javax.xml.transform.Transformer
[run-time name: org/apache/cxf/helpers/XMLUtils.newTransformer:()Ljavax/xml/transform/Transformer;]
XMLUtils.newTransformer ( int indent ) [static] : javax.xml.transform.Transformer
[run-time name: org/apache/cxf/helpers/XMLUtils.newTransformer:(I)Ljavax/xml/transform/Transformer;]
XMLUtils.parse ( byte[ ] in ) [static] : org.w3c.dom.Document
[run-time name: org/apache/cxf/helpers/XMLUtils.parse:([B)Lorg/w3c/dom/Document;]
XMLUtils.parse ( java.io.File is ) [static] : org.w3c.dom.Document
[run-time name: org/apache/cxf/helpers/XMLUtils.parse:(Ljava/io/File;)Lorg/w3c/dom/Document;]
XMLUtils.parse ( java.io.InputStream in ) [static] : org.w3c.dom.Document
[run-time name: org/apache/cxf/helpers/XMLUtils.parse:(Ljava/io/InputStream;)Lorg/w3c/dom/Document;]
XMLUtils.parse ( org.xml.sax.InputSource is ) [static] : org.w3c.dom.Document
[run-time name: org/apache/cxf/helpers/XMLUtils.parse:(Lorg/xml/sax/InputSource;)Lorg/w3c/dom/Document;]
XMLUtils.parse ( String in ) [static] : org.w3c.dom.Document
[run-time name: org/apache/cxf/helpers/XMLUtils.parse:(Ljava/lang/String;)Lorg/w3c/dom/Document;]
XMLUtils.printAttributes ( org.w3c.dom.Element element ) [static] : void
[run-time name: org/apache/cxf/helpers/XMLUtils.printAttributes:(Lorg/w3c/dom/Element;)V]
XMLUtils.printDOM ( org.w3c.dom.Node node ) [static] : void
[run-time name: org/apache/cxf/helpers/XMLUtils.printDOM:(Lorg/w3c/dom/Node;)V]
XMLUtils.printDOM ( String words, org.w3c.dom.Node node ) [static] : void
[run-time name: org/apache/cxf/helpers/XMLUtils.printDOM:(Ljava/lang/String;Lorg/w3c/dom/Node;)V]
XMLUtils.removeContents ( org.w3c.dom.Node parent ) [static] : void
[run-time name: org/apache/cxf/helpers/XMLUtils.removeContents:(Lorg/w3c/dom/Node;)V]
XMLUtils.replaceAttribute ( org.w3c.dom.Element element, String attr, String value ) [static] : void
[run-time name: org/apache/cxf/helpers/XMLUtils.replaceAttribute:(Lorg/w3c/dom/Element;Ljava/lang/String;Ljava/lang/String;)V]
XMLUtils.toString ( javax.xml.transform.Source source ) [static] : String
[run-time name: org/apache/cxf/helpers/XMLUtils.toString:(Ljavax/xml/transform/Source;)Ljava/lang/String;]
XMLUtils.toString ( javax.xml.transform.Source source, java.util.Properties props ) [static] : String
[run-time name: org/apache/cxf/helpers/XMLUtils.toString:(Ljavax/xml/transform/Source;Ljava/util/Properties;)Ljava/lang/String;]
XMLUtils.toString ( org.w3c.dom.Node node ) [static] : String
[run-time name: org/apache/cxf/helpers/XMLUtils.toString:(Lorg/w3c/dom/Node;)Ljava/lang/String;]
XMLUtils.toString ( org.w3c.dom.Node node, int indent ) [static] : String
[run-time name: org/apache/cxf/helpers/XMLUtils.toString:(Lorg/w3c/dom/Node;I)Ljava/lang/String;]
XMLUtils.writeTo ( javax.xml.transform.Source src, java.io.OutputStream os ) [static] : void
[run-time name: org/apache/cxf/helpers/XMLUtils.writeTo:(Ljavax/xml/transform/Source;Ljava/io/OutputStream;)V]
XMLUtils.writeTo ( javax.xml.transform.Source src, java.io.OutputStream os, int indent ) [static] : void
[run-time name: org/apache/cxf/helpers/XMLUtils.writeTo:(Ljavax/xml/transform/Source;Ljava/io/OutputStream;I)V]
XMLUtils.writeTo ( javax.xml.transform.Source src, java.io.OutputStream os, int indent, String charset, String omitXmlDecl ) [static] : void
[run-time name: org/apache/cxf/helpers/XMLUtils.writeTo:(Ljavax/xml/transform/Source;Ljava/io/OutputStream;ILjava/lang/String;Ljava/lang/String;)V]
XMLUtils.writeTo ( javax.xml.transform.Source src, java.io.Writer os ) [static] : void
[run-time name: org/apache/cxf/helpers/XMLUtils.writeTo:(Ljavax/xml/transform/Source;Ljava/io/Writer;)V]
XMLUtils.writeTo ( javax.xml.transform.Source src, java.io.Writer os, int indent ) [static] : void
[run-time name: org/apache/cxf/helpers/XMLUtils.writeTo:(Ljavax/xml/transform/Source;Ljava/io/Writer;I)V]
XMLUtils.writeTo ( javax.xml.transform.Source src, java.io.Writer os, int indent, String charset, String omitXmlDecl ) [static] : void
[run-time name: org/apache/cxf/helpers/XMLUtils.writeTo:(Ljavax/xml/transform/Source;Ljava/io/Writer;ILjava/lang/String;Ljava/lang/String;)V]
XMLUtils.writeTo ( org.w3c.dom.Node node, java.io.OutputStream os ) [static] : void
[run-time name: org/apache/cxf/helpers/XMLUtils.writeTo:(Lorg/w3c/dom/Node;Ljava/io/OutputStream;)V]
XMLUtils.writeTo ( org.w3c.dom.Node node, java.io.OutputStream os, int indent ) [static] : void
[run-time name: org/apache/cxf/helpers/XMLUtils.writeTo:(Lorg/w3c/dom/Node;Ljava/io/OutputStream;I)V]
XMLUtils.writeTo ( org.w3c.dom.Node node, java.io.Writer os ) [static] : void
[run-time name: org/apache/cxf/helpers/XMLUtils.writeTo:(Lorg/w3c/dom/Node;Ljava/io/Writer;)V]
XMLUtils.writeTo ( org.w3c.dom.Node node, java.io.Writer os, int indent ) [static] : void
[run-time name: org/apache/cxf/helpers/XMLUtils.writeTo:(Lorg/w3c/dom/Node;Ljava/io/Writer;I)V]
openejb-cxf-bundle-2.5.2.jar, XMLWSDLExtensionLoader.class
package org.apache.cxf.binding.xml.wsdl11
XMLWSDLExtensionLoader.createExtensor ( org.apache.cxf.wsdl.WSDLManager manager, Class parentType, Class elementType ) [static] : void
[run-time name: org/apache/cxf/binding/xml/wsdl11/XMLWSDLExtensionLoader.createExtensor:(Lorg/apache/cxf/wsdl/WSDLManager;Ljava/lang/Class;Ljava/lang/Class;)V]
XMLWSDLExtensionLoader.registerExtensors ( org.apache.cxf.wsdl.WSDLManager manager ) [static] : void
[run-time name: org/apache/cxf/binding/xml/wsdl11/XMLWSDLExtensionLoader.registerExtensors:(Lorg/apache/cxf/wsdl/WSDLManager;)V]
XMLWSDLExtensionLoader.setupBus ( org.apache.cxf.Bus b ) : void
[run-time name: org/apache/cxf/binding/xml/wsdl11/XMLWSDLExtensionLoader.setupBus:(Lorg/apache/cxf/Bus;)V]
XMLWSDLExtensionLoader.XMLWSDLExtensionLoader ( org.apache.cxf.Bus b )
[run-time name: org/apache/cxf/binding/xml/wsdl11/XMLWSDLExtensionLoader."<init>":(Lorg/apache/cxf/Bus;)V]
openejb-cxf-bundle-2.5.2.jar, XPathAssert.class
package org.apache.cxf.test
XPathAssert.assertFault ( org.w3c.dom.Node node ) [static] : void
[run-time name: org/apache/cxf/test/XPathAssert.assertFault:(Lorg/w3c/dom/Node;)V]
XPathAssert.assertInvalid ( String xpath, org.w3c.dom.Node node, java.util.Map namespaces ) [static] : org.w3c.dom.NodeList
[run-time name: org/apache/cxf/test/XPathAssert.assertInvalid:(Ljava/lang/String;Lorg/w3c/dom/Node;Ljava/util/Map;)Lorg/w3c/dom/NodeList;]
XPathAssert.assertNoFault ( org.w3c.dom.Node node ) [static] : void
[run-time name: org/apache/cxf/test/XPathAssert.assertNoFault:(Lorg/w3c/dom/Node;)V]
XPathAssert.assertValid ( String xpath, org.w3c.dom.Node node, java.util.Map namespaces ) [static] : org.w3c.dom.NodeList
[run-time name: org/apache/cxf/test/XPathAssert.assertValid:(Ljava/lang/String;Lorg/w3c/dom/Node;Ljava/util/Map;)Lorg/w3c/dom/NodeList;]
XPathAssert.assertValidBoolean ( String xpath, org.w3c.dom.Node node, java.util.Map namespaces ) [static] : void
[run-time name: org/apache/cxf/test/XPathAssert.assertValidBoolean:(Ljava/lang/String;Lorg/w3c/dom/Node;Ljava/util/Map;)V]
XPathAssert.assertXPathEquals ( String xpath, String value, org.w3c.dom.Node node, java.util.Map namespaces ) [static] : void
[run-time name: org/apache/cxf/test/XPathAssert.assertXPathEquals:(Ljava/lang/String;Ljava/lang/String;Lorg/w3c/dom/Node;Ljava/util/Map;)V]
XPathAssert.createXPath ( java.util.Map namespaces ) [static] : javax.xml.xpath.XPath
[run-time name: org/apache/cxf/test/XPathAssert.createXPath:(Ljava/util/Map;)Ljavax/xml/xpath/XPath;]
openejb-cxf-bundle-2.5.2.jar, XPathExpression.class
package org.apache.cxf.ws.security.wss4j
CryptoCoverageChecker.XPathExpression.CryptoCoverageChecker.XPathExpression ( String xPath, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope )
[run-time name: org/apache/cxf/ws/security/wss4j/CryptoCoverageChecker.XPathExpression."<init>":(Ljava/lang/String;Lorg/apache/cxf/ws/security/wss4j/CryptoCoverageUtil$CoverageType;Lorg/apache/cxf/ws/security/wss4j/CryptoCoverageUtil$CoverageScope;)V]
CryptoCoverageChecker.XPathExpression.getScope ( ) : CryptoCoverageUtil.CoverageScope
[run-time name: org/apache/cxf/ws/security/wss4j/CryptoCoverageChecker.XPathExpression.getScope:()Lorg/apache/cxf/ws/security/wss4j/CryptoCoverageUtil$CoverageScope;]
CryptoCoverageChecker.XPathExpression.getType ( ) : CryptoCoverageUtil.CoverageType
[run-time name: org/apache/cxf/ws/security/wss4j/CryptoCoverageChecker.XPathExpression.getType:()Lorg/apache/cxf/ws/security/wss4j/CryptoCoverageUtil$CoverageType;]
CryptoCoverageChecker.XPathExpression.getXPath ( ) : String
[run-time name: org/apache/cxf/ws/security/wss4j/CryptoCoverageChecker.XPathExpression.getXPath:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, XPathProvider.class
package org.apache.cxf.jaxrs.provider
XPathProvider.getConsumeMediaTypes ( ) : java.util.List
[run-time name: org/apache/cxf/jaxrs/provider/XPathProvider.getConsumeMediaTypes:()Ljava/util/List;]
XPathProvider.isReadable ( Class cls, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mediaType ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/XPathProvider.isReadable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
XPathProvider.readFrom ( Class cls, reflect.Type type, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap hrs, java.io.InputStream is ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/XPathProvider.readFrom:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;)Ljava/lang/Object;]
XPathProvider.setClassName ( String name ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XPathProvider.setClassName:(Ljava/lang/String;)V]
XPathProvider.setConsumeMediaTypes ( java.util.List types ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XPathProvider.setConsumeMediaTypes:(Ljava/util/List;)V]
XPathProvider.setExpression ( String expr ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XPathProvider.setExpression:(Ljava/lang/String;)V]
XPathProvider.setExpressions ( java.util.Map expressions ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XPathProvider.setExpressions:(Ljava/util/Map;)V]
XPathProvider.setNamespaces ( java.util.Map nsMap ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XPathProvider.setNamespaces:(Ljava/util/Map;)V]
XPathProvider.XPathProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/XPathProvider."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XPathUtils.class
package org.apache.cxf.helpers
XPathUtils.getValue ( String xpathExpression, org.w3c.dom.Node node, javax.xml.namespace.QName type ) : Object
[run-time name: org/apache/cxf/helpers/XPathUtils.getValue:(Ljava/lang/String;Lorg/w3c/dom/Node;Ljavax/xml/namespace/QName;)Ljava/lang/Object;]
XPathUtils.getValueList ( String xpathExpression, org.w3c.dom.Node node ) : org.w3c.dom.NodeList
[run-time name: org/apache/cxf/helpers/XPathUtils.getValueList:(Ljava/lang/String;Lorg/w3c/dom/Node;)Lorg/w3c/dom/NodeList;]
XPathUtils.getValueNode ( String xpathExpression, org.w3c.dom.Node node ) : org.w3c.dom.Node
[run-time name: org/apache/cxf/helpers/XPathUtils.getValueNode:(Ljava/lang/String;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
XPathUtils.getValueString ( String xpathExpression, org.w3c.dom.Node node ) : String
[run-time name: org/apache/cxf/helpers/XPathUtils.getValueString:(Ljava/lang/String;Lorg/w3c/dom/Node;)Ljava/lang/String;]
XPathUtils.isExist ( String xpathExpression, org.w3c.dom.Node node, javax.xml.namespace.QName type ) : boolean
[run-time name: org/apache/cxf/helpers/XPathUtils.isExist:(Ljava/lang/String;Lorg/w3c/dom/Node;Ljavax/xml/namespace/QName;)Z]
XPathUtils.XPathUtils ( )
[run-time name: org/apache/cxf/helpers/XPathUtils."<init>":()V]
XPathUtils.XPathUtils ( java.util.Map ns )
[run-time name: org/apache/cxf/helpers/XPathUtils."<init>":(Ljava/util/Map;)V]
XPathUtils.XPathUtils ( javax.xml.namespace.NamespaceContext ctx )
[run-time name: org/apache/cxf/helpers/XPathUtils."<init>":(Ljavax/xml/namespace/NamespaceContext;)V]
openejb-cxf-bundle-2.5.2.jar, XsdAnyURIType.class
package org.apache.cxf.jaxws.javaee
XsdAnyURIType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/XsdAnyURIType.getId:()Ljava/lang/String;]
XsdAnyURIType.getValue ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/XsdAnyURIType.getValue:()Ljava/lang/String;]
XsdAnyURIType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/XsdAnyURIType.setId:(Ljava/lang/String;)V]
XsdAnyURIType.setValue ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/XsdAnyURIType.setValue:(Ljava/lang/String;)V]
XsdAnyURIType.XsdAnyURIType ( )
[run-time name: org/apache/cxf/jaxws/javaee/XsdAnyURIType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XsDateFormat.class
package org.apache.cxf.aegis.util.date
XsDateFormat.XsDateFormat ( )
[run-time name: org/apache/cxf/aegis/util/date/XsDateFormat."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XsDateTimeFormat.class
package org.apache.cxf.aegis.util.date
XsDateTimeFormat.format ( Object pCalendar, StringBuffer pBuffer, java.text.FieldPosition pPos ) : StringBuffer
[run-time name: org/apache/cxf/aegis/util/date/XsDateTimeFormat.format:(Ljava/lang/Object;Ljava/lang/StringBuffer;Ljava/text/FieldPosition;)Ljava/lang/StringBuffer;]
XsDateTimeFormat.parseObject ( String pString, java.text.ParsePosition pParsePosition ) : Object
[run-time name: org/apache/cxf/aegis/util/date/XsDateTimeFormat.parseObject:(Ljava/lang/String;Ljava/text/ParsePosition;)Ljava/lang/Object;]
XsDateTimeFormat.XsDateTimeFormat ( )
[run-time name: org/apache/cxf/aegis/util/date/XsDateTimeFormat."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XsdBooleanType.class
package org.apache.cxf.jaxws.javaee
XsdBooleanType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/XsdBooleanType.getId:()Ljava/lang/String;]
XsdBooleanType.isValue ( ) : boolean
[run-time name: org/apache/cxf/jaxws/javaee/XsdBooleanType.isValue:()Z]
XsdBooleanType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/XsdBooleanType.setId:(Ljava/lang/String;)V]
XsdBooleanType.setValue ( boolean value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/XsdBooleanType.setValue:(Z)V]
XsdBooleanType.XsdBooleanType ( )
[run-time name: org/apache/cxf/jaxws/javaee/XsdBooleanType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XsdIntegerType.class
package org.apache.cxf.jaxws.javaee
XsdIntegerType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/XsdIntegerType.getId:()Ljava/lang/String;]
XsdIntegerType.getValue ( ) : java.math.BigInteger
[run-time name: org/apache/cxf/jaxws/javaee/XsdIntegerType.getValue:()Ljava/math/BigInteger;]
XsdIntegerType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/XsdIntegerType.setId:(Ljava/lang/String;)V]
XsdIntegerType.setValue ( java.math.BigInteger value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/XsdIntegerType.setValue:(Ljava/math/BigInteger;)V]
XsdIntegerType.XsdIntegerType ( )
[run-time name: org/apache/cxf/jaxws/javaee/XsdIntegerType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XsdNMTOKENType.class
package org.apache.cxf.jaxws.javaee
XsdNMTOKENType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/XsdNMTOKENType.getId:()Ljava/lang/String;]
XsdNMTOKENType.getValue ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/XsdNMTOKENType.getValue:()Ljava/lang/String;]
XsdNMTOKENType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/XsdNMTOKENType.setId:(Ljava/lang/String;)V]
XsdNMTOKENType.setValue ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/XsdNMTOKENType.setValue:(Ljava/lang/String;)V]
XsdNMTOKENType.XsdNMTOKENType ( )
[run-time name: org/apache/cxf/jaxws/javaee/XsdNMTOKENType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XsdNonNegativeIntegerType.class
package org.apache.cxf.jaxws.javaee
XsdNonNegativeIntegerType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/XsdNonNegativeIntegerType.getId:()Ljava/lang/String;]
XsdNonNegativeIntegerType.getValue ( ) : java.math.BigInteger
[run-time name: org/apache/cxf/jaxws/javaee/XsdNonNegativeIntegerType.getValue:()Ljava/math/BigInteger;]
XsdNonNegativeIntegerType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/XsdNonNegativeIntegerType.setId:(Ljava/lang/String;)V]
XsdNonNegativeIntegerType.setValue ( java.math.BigInteger value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/XsdNonNegativeIntegerType.setValue:(Ljava/math/BigInteger;)V]
XsdNonNegativeIntegerType.XsdNonNegativeIntegerType ( )
[run-time name: org/apache/cxf/jaxws/javaee/XsdNonNegativeIntegerType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XsdPositiveIntegerType.class
package org.apache.cxf.jaxws.javaee
XsdPositiveIntegerType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/XsdPositiveIntegerType.getId:()Ljava/lang/String;]
XsdPositiveIntegerType.getValue ( ) : java.math.BigInteger
[run-time name: org/apache/cxf/jaxws/javaee/XsdPositiveIntegerType.getValue:()Ljava/math/BigInteger;]
XsdPositiveIntegerType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/XsdPositiveIntegerType.setId:(Ljava/lang/String;)V]
XsdPositiveIntegerType.setValue ( java.math.BigInteger value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/XsdPositiveIntegerType.setValue:(Ljava/math/BigInteger;)V]
XsdPositiveIntegerType.XsdPositiveIntegerType ( )
[run-time name: org/apache/cxf/jaxws/javaee/XsdPositiveIntegerType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XsdQNameType.class
package org.apache.cxf.jaxws.javaee
XsdQNameType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/XsdQNameType.getId:()Ljava/lang/String;]
XsdQNameType.getValue ( ) : javax.xml.namespace.QName
[run-time name: org/apache/cxf/jaxws/javaee/XsdQNameType.getValue:()Ljavax/xml/namespace/QName;]
XsdQNameType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/XsdQNameType.setId:(Ljava/lang/String;)V]
XsdQNameType.setValue ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/XsdQNameType.setValue:(Ljavax/xml/namespace/QName;)V]
XsdQNameType.XsdQNameType ( )
[run-time name: org/apache/cxf/jaxws/javaee/XsdQNameType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XsdStringType.class
package org.apache.cxf.jaxws.javaee
XsdStringType.getId ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/XsdStringType.getId:()Ljava/lang/String;]
XsdStringType.getValue ( ) : String
[run-time name: org/apache/cxf/jaxws/javaee/XsdStringType.getValue:()Ljava/lang/String;]
XsdStringType.setId ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/XsdStringType.setId:(Ljava/lang/String;)V]
XsdStringType.setValue ( String value ) : void
[run-time name: org/apache/cxf/jaxws/javaee/XsdStringType.setValue:(Ljava/lang/String;)V]
XsdStringType.XsdStringType ( )
[run-time name: org/apache/cxf/jaxws/javaee/XsdStringType."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XSDToWSDL.class
package org.apache.cxf.tools.misc
XSDToWSDL.checkParams ( org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors ) : void
[run-time name: org/apache/cxf/tools/misc/XSDToWSDL.checkParams:(Lorg/apache/cxf/tools/common/toolspec/parser/ErrorVisitor;)V]
XSDToWSDL.execute ( boolean exitOnFinish ) : void
[run-time name: org/apache/cxf/tools/misc/XSDToWSDL.execute:(Z)V]
XSDToWSDL.main ( String[ ] pargs ) [static] : void
[run-time name: org/apache/cxf/tools/misc/XSDToWSDL.main:([Ljava/lang/String;)V]
XSDToWSDL.XSDToWSDL ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )
[run-time name: org/apache/cxf/tools/misc/XSDToWSDL."<init>":(Lorg/apache/cxf/tools/common/toolspec/ToolSpec;)V]
openejb-cxf-bundle-2.5.2.jar, XSDToWSDLProcessor.class
package org.apache.cxf.tools.misc.processor
XSDToWSDLProcessor.process ( ) : void
[run-time name: org/apache/cxf/tools/misc/processor/XSDToWSDLProcessor.process:()V]
XSDToWSDLProcessor.setEnvironment ( org.apache.cxf.tools.common.ToolContext newEnv ) : void
[run-time name: org/apache/cxf/tools/misc/processor/XSDToWSDLProcessor.setEnvironment:(Lorg/apache/cxf/tools/common/ToolContext;)V]
XSDToWSDLProcessor.XSDToWSDLProcessor ( )
[run-time name: org/apache/cxf/tools/misc/processor/XSDToWSDLProcessor."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XSISchemaLocation.class
package org.apache.cxf.jaxrs.ext.xml
XSISchemaLocation.noNamespace ( ) [abstract] : boolean
[run-time name: org/apache/cxf/jaxrs/ext/xml/XSISchemaLocation.noNamespace:()Z]
XSISchemaLocation.value ( ) [abstract] : String
[run-time name: org/apache/cxf/jaxrs/ext/xml/XSISchemaLocation.value:()Ljava/lang/String;]
openejb-cxf-bundle-2.5.2.jar, XSLTJaxbProvider.class
package org.apache.cxf.jaxrs.provider
XSLTJaxbProvider.createTemplates ( javax.xml.transform.Templates templates, java.util.Map configuredParams, java.util.Map outProps ) : javax.xml.transform.Templates
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.createTemplates:(Ljavax/xml/transform/Templates;Ljava/util/Map;Ljava/util/Map;)Ljavax/xml/transform/Templates;]
XSLTJaxbProvider.createTemplates ( String loc ) : javax.xml.transform.Templates
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.createTemplates:(Ljava/lang/String;)Ljavax/xml/transform/Templates;]
XSLTJaxbProvider.getInTemplates ( javax.ws.rs.core.MediaType mt ) : javax.xml.transform.Templates
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.getInTemplates:(Ljavax/ws/rs/core/MediaType;)Ljavax/xml/transform/Templates;]
XSLTJaxbProvider.getOutTemplates ( javax.ws.rs.core.MediaType mt ) : javax.xml.transform.Templates
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.getOutTemplates:(Ljavax/ws/rs/core/MediaType;)Ljavax/xml/transform/Templates;]
XSLTJaxbProvider.inClassCanBeHandled ( String className ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.inClassCanBeHandled:(Ljava/lang/String;)Z]
XSLTJaxbProvider.inTemplatesAvailable ( javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.inTemplatesAvailable:(Ljavax/ws/rs/core/MediaType;)Z]
XSLTJaxbProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.isReadable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
XSLTJaxbProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.isWriteable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z]
XSLTJaxbProvider.marshalToOutputStream ( javax.xml.bind.Marshaller ms, Object obj, java.io.OutputStream os, javax.ws.rs.core.MediaType mt ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.marshalToOutputStream:(Ljavax/xml/bind/Marshaller;Ljava/lang/Object;Ljava/io/OutputStream;Ljavax/ws/rs/core/MediaType;)V]
XSLTJaxbProvider.marshalToWriter ( javax.xml.bind.Marshaller ms, Object obj, javax.xml.stream.XMLStreamWriter writer, javax.ws.rs.core.MediaType mt ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.marshalToWriter:(Ljavax/xml/bind/Marshaller;Ljava/lang/Object;Ljavax/xml/stream/XMLStreamWriter;Ljavax/ws/rs/core/MediaType;)V]
XSLTJaxbProvider.outClassCanBeHandled ( String className ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.outClassCanBeHandled:(Ljava/lang/String;)Z]
XSLTJaxbProvider.outTemplatesAvailable ( javax.ws.rs.core.MediaType mt ) : boolean
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.outTemplatesAvailable:(Ljavax/ws/rs/core/MediaType;)Z]
XSLTJaxbProvider.setInClassNames ( java.util.List classNames ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.setInClassNames:(Ljava/util/List;)V]
XSLTJaxbProvider.setInMediaTemplates ( java.util.Map map ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.setInMediaTemplates:(Ljava/util/Map;)V]
XSLTJaxbProvider.setInParameters ( java.util.Map inParams ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.setInParameters:(Ljava/util/Map;)V]
XSLTJaxbProvider.setInProperties ( java.util.Map inProps ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.setInProperties:(Ljava/util/Map;)V]
XSLTJaxbProvider.setInTemplate ( String loc ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.setInTemplate:(Ljava/lang/String;)V]
XSLTJaxbProvider.setOutClassNames ( java.util.List classNames ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.setOutClassNames:(Ljava/util/List;)V]
XSLTJaxbProvider.setOutMediaTemplates ( java.util.Map map ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.setOutMediaTemplates:(Ljava/util/Map;)V]
XSLTJaxbProvider.setOutParameters ( java.util.Map outParams ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.setOutParameters:(Ljava/util/Map;)V]
XSLTJaxbProvider.setOutProperties ( java.util.Map outProps ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.setOutProperties:(Ljava/util/Map;)V]
XSLTJaxbProvider.setOutTemplate ( String loc ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.setOutTemplate:(Ljava/lang/String;)V]
XSLTJaxbProvider.setResolver ( javax.xml.transform.URIResolver resolver ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.setResolver:(Ljavax/xml/transform/URIResolver;)V]
XSLTJaxbProvider.setSupportJaxbOnly ( boolean support ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.setSupportJaxbOnly:(Z)V]
XSLTJaxbProvider.setSystemId ( String system ) : void
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.setSystemId:(Ljava/lang/String;)V]
XSLTJaxbProvider.unmarshalFromInputStream ( javax.xml.bind.Unmarshaller unmarshaller, java.io.InputStream is, javax.ws.rs.core.MediaType mt ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.unmarshalFromInputStream:(Ljavax/xml/bind/Unmarshaller;Ljava/io/InputStream;Ljavax/ws/rs/core/MediaType;)Ljava/lang/Object;]
XSLTJaxbProvider.unmarshalFromReader ( javax.xml.bind.Unmarshaller unmarshaller, javax.xml.stream.XMLStreamReader reader, javax.ws.rs.core.MediaType mt ) : Object
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider.unmarshalFromReader:(Ljavax/xml/bind/Unmarshaller;Ljavax/xml/stream/XMLStreamReader;Ljavax/ws/rs/core/MediaType;)Ljava/lang/Object;]
XSLTJaxbProvider.XSLTJaxbProvider ( )
[run-time name: org/apache/cxf/jaxrs/provider/XSLTJaxbProvider."<init>":()V]
openejb-cxf-bundle-2.5.2.jar, XsTimeFormat.class
package org.apache.cxf.aegis.util.date
XsTimeFormat.XsTimeFormat ( )
[run-time name: org/apache/cxf/aegis/util/date/XsTimeFormat."<init>":()V]
openejb-jee-4.0.0.jar, GeneratedAccessorFactory.class
package org.apache.openejb.jee
GeneratedAccessorFactory.createFieldAccessor ( Class bean, reflect.Field field, boolean readOnly ) : com.sun.xml.bind.v2.runtime.reflect.Accessor
[run-time name: org/apache/openejb/jee/GeneratedAccessorFactory.createFieldAccessor:(Ljava/lang/Class;Ljava/lang/reflect/Field;Z)Lcom/sun/xml/bind/v2/runtime/reflect/Accessor;]
GeneratedAccessorFactory.createPropertyAccessor ( Class bean, reflect.Method getter, reflect.Method setter ) : com.sun.xml.bind.v2.runtime.reflect.Accessor
[run-time name: org/apache/openejb/jee/GeneratedAccessorFactory.createPropertyAccessor:(Ljava/lang/Class;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)Lcom/sun/xml/bind/v2/runtime/reflect/Accessor;]
GeneratedAccessorFactory.GeneratedAccessorFactory ( )
[run-time name: org/apache/openejb/jee/GeneratedAccessorFactory."<init>":()V]
openejb-loader-4.0.0.jar, IO.class
package org.apache.openejb.loader
IO.slurp ( String fileName ) [static] : String
[run-time name: org/apache/openejb/loader/IO.slurp:(Ljava/lang/String;)Ljava/lang/String;]
openejb-webservices-4.0.0.jar, WsService.class
package org.apache.openejb.server.webservices
WsService.afterApplicationCreated ( org.apache.openejb.assembler.classic.AppInfo appInfo ) : void
[run-time name: org/apache/openejb/server/webservices/WsService.afterApplicationCreated:(Lorg/apache/openejb/assembler/classic/AppInfo;)V]
WsService.afterApplicationCreated ( org.apache.openejb.assembler.classic.WebAppInfo webApp ) : void
[run-time name: org/apache/openejb/server/webservices/WsService.afterApplicationCreated:(Lorg/apache/openejb/assembler/classic/WebAppInfo;)V]
WsService.beforeApplicationDestroyed ( org.apache.openejb.assembler.classic.AppInfo appInfo ) : void
[run-time name: org/apache/openejb/server/webservices/WsService.beforeApplicationDestroyed:(Lorg/apache/openejb/assembler/classic/AppInfo;)V]
WsService.createEjbWsContainer ( java.net.URL p1, org.apache.openejb.core.webservices.PortData p2, org.apache.openejb.BeanContext p3 ) [abstract] : org.apache.openejb.server.httpd.HttpListener
[run-time name: org/apache/openejb/server/webservices/WsService.createEjbWsContainer:(Ljava/net/URL;Lorg/apache/openejb/core/webservices/PortData;Lorg/apache/openejb/BeanContext;)Lorg/apache/openejb/server/httpd/HttpListener;]
WsService.createPojoWsContainer ( java.net.URL p1, org.apache.openejb.core.webservices.PortData p2, String p3, Class p4, javax.naming.Context p5, String p6 ) [abstract] : org.apache.openejb.server.httpd.HttpListener
[run-time name: org/apache/openejb/server/webservices/WsService.createPojoWsContainer:(Ljava/net/URL;Lorg/apache/openejb/core/webservices/PortData;Ljava/lang/String;Ljava/lang/Class;Ljavax/naming/Context;Ljava/lang/String;)Lorg/apache/openejb/server/httpd/HttpListener;]
to the top
Problems with Data Types, High Severity (2409)
openejb-core-4.0.0.jar
package org.apache.openejb
[+] Core.Parallel (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
Core.Parallel.Core.Parallel ( )This constructor is from 'Core.Parallel' class.
Core.Parallel.exec ( Runnable[ ] runnables )This method is from 'Core.Parallel' class.
package org.apache.openejb.assembler
[+] JMXDeployer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
JMXDeployer.deploy ( String location )This method is from 'JMXDeployer' class.
JMXDeployer.getDeployedApplications ( )This method is from 'JMXDeployer' class.
JMXDeployer.JMXDeployer ( )This constructor is from 'JMXDeployer' class.
JMXDeployer.undeploy ( String moduleId )This method is from 'JMXDeployer' class.
package org.apache.openejb.assembler.classic
[+] AppInfo (1)
| Change | Effect |
---|
1 | Field resourceInfos (java.util.Set) has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (33)
AppInfo.AppInfo ( )This constructor is from 'AppInfo' class.
Assembler.createAppClassLoader ( AppInfo appInfo )1st parameter 'appInfo' of this method has type 'AppInfo'.
Assembler.createApplication ( AppInfo appInfo )1st parameter 'appInfo' of this method has type 'AppInfo'.
Assembler.createApplication ( AppInfo appInfo, ClassLoader classLoader )1st parameter 'appInfo' of this method has type 'AppInfo'.
Assembler.createApplication ( AppInfo appInfo, ClassLoader classLoader, boolean start )1st parameter 'appInfo' of this method has type 'AppInfo'.
Assembler.destroyApplication ( AppInfo appInfo )1st parameter 'appInfo' of this method has type 'AppInfo'.
CmpJarBuilder.CmpJarBuilder ( AppInfo appInfo, ClassLoader classLoader )1st parameter 'appInfo' of this method has type 'AppInfo'.
DeploymentExceptionManager.clearLastException ( AppInfo info )1st parameter 'info' of this method has type 'AppInfo'.
DeploymentExceptionManager.getDeploymentException ( AppInfo appInfo )1st parameter 'appInfo' of this method has type 'AppInfo'.
DeploymentExceptionManager.saveDeploymentException ( AppInfo appInfo, Exception exception )1st parameter 'appInfo' of this method has type 'AppInfo'.
DeploymentListener.afterApplicationCreated ( AppInfo p1 )1st parameter 'p1' of this abstract method has type 'AppInfo'.
DeploymentListener.beforeApplicationDestroyed ( AppInfo p1 )1st parameter 'p1' of this abstract method has type 'AppInfo'.
Info.Info ( )Field 'this.appInfo' in the object of this method has type 'AppInfo'.
Info.Info ( AppInfo appInfo )Field 'this.appInfo' in the object of this method has type 'AppInfo'.
Info.marshal ( AppInfo appInfo )Field 'this.appInfo' in the object of this method has type 'AppInfo'.
Info.marshal ( AppInfo appInfo, java.io.OutputStream out )Field 'this.appInfo' in the object of this method has type 'AppInfo'.
Info.marshal ( AppInfo appInfo, java.io.Writer out )Field 'this.appInfo' in the object of this method has type 'AppInfo'.
Info.unmarshal ( java.io.InputStream in )Field 'this.appInfo' in the object of this method has type 'AppInfo'.
WebAppBuilder.deployWebApps ( AppInfo p1, ClassLoader p2 )1st parameter 'p1' of this abstract method has type 'AppInfo'.
WebAppBuilder.undeployWebApps ( AppInfo p1 )1st parameter 'p1' of this abstract method has type 'AppInfo'.
org.apache.openejb.assembler.Deployer.deploy ( String p1 )Return value of this abstract method has type 'AppInfo'.
org.apache.openejb.assembler.Deployer.deploy ( String p1, java.util.Properties p2 )Return value of this abstract method has type 'AppInfo'.
org.apache.openejb.assembler.Deployer.deploy ( java.util.Properties p1 )Return value of this abstract method has type 'AppInfo'.
org.apache.openejb.assembler.DeployerEjb.deploy ( String location )Return value of this method has type 'AppInfo'.
org.apache.openejb.assembler.DeployerEjb.deploy ( String inLocation, java.util.Properties properties )Return value of this method has type 'AppInfo'.
org.apache.openejb.assembler.DeployerEjb.deploy ( java.util.Properties properties )Return value of this method has type 'AppInfo'.
org.apache.openejb.cdi.CdiBuilder.build ( AppInfo appInfo, org.apache.openejb.AppContext appContext, java.util.List allDeployments )1st parameter 'appInfo' of this method has type 'AppInfo'.
org.apache.openejb.cdi.StartupObject.getAppInfo ( )Return value of this method has type 'AppInfo'.
org.apache.openejb.cdi.StartupObject.StartupObject ( org.apache.openejb.AppContext appContext, AppInfo appInfo, java.util.List beanContexts )2nd parameter 'appInfo' of this method has type 'AppInfo'.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( java.io.File jarFile )Return value of this method has type 'AppInfo'.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( ClassLoader classLoader, String id, java.util.List jarFiles )Return value of this method has type 'AppInfo'.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( org.apache.openejb.config.AppModule appModule )Return value of this method has type 'AppInfo'.
org.apache.openejb.config.JndiEncInfoBuilder.JndiEncInfoBuilder ( AppInfo appInfo )1st parameter 'appInfo' of this method has type 'AppInfo'.
[+] EjbJarInfo (1)
| Change | Effect |
---|
1 | Field repositories (java.util.Set) has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (16)
Assembler.createApplication ( EjbJarInfo ejbJar )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
Assembler.createApplication ( EjbJarInfo ejbJar, ClassLoader classLoader )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
Assembler.createEjbJar ( EjbJarInfo ejbJar )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
Assembler.createEjbJar ( EjbJarInfo ejbJar, ClassLoader classLoader )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
EjbJarBuilder.build ( EjbJarInfo ejbJar, java.util.Collection appInjections )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
EjbJarInfo.EjbJarInfo ( )This constructor is from 'EjbJarInfo' class.
EjbResolver.add ( EjbJarInfo ejbJarInfo )1st parameter 'ejbJarInfo' of this method has type 'EjbJarInfo'.
InterceptorBindingBuilder.InterceptorBindingBuilder ( ClassLoader cl, EjbJarInfo ejbJarInfo )2nd parameter 'ejbJarInfo' of this method has type 'EjbJarInfo'.
JaccPermissionsBuilder.build ( EjbJarInfo ejbJar, java.util.HashMap deployments )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
JndiBuilder.bind ( EjbJarInfo ejbJarInfo, org.apache.openejb.BeanContext bean, EnterpriseBeanInfo beanInfo, JndiBuilder.JndiNameStrategy strategy )1st parameter 'ejbJarInfo' of this method has type 'EjbJarInfo'.
JndiBuilder.build ( EjbJarInfo ejbJar, java.util.HashMap deployments )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
JndiBuilder.createStrategy ( EjbJarInfo ejbJar, java.util.Map deployments )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
JndiBuilder.TemplatedStrategy.JndiBuilder.TemplatedStrategy ( EjbJarInfo ejbJarInfo, java.util.Map deployments )1st parameter 'ejbJarInfo' of this method has type 'EjbJarInfo'.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( org.apache.openejb.config.EjbModule ejbModule )Return value of this method has type 'EjbJarInfo'.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( org.apache.openejb.jee.EjbJar ejbJar )Return value of this method has type 'EjbJarInfo'.
org.apache.openejb.config.EjbJarInfoBuilder.buildInfo ( org.apache.openejb.config.EjbModule jar )Return value of this method has type 'EjbJarInfo'.
[+] EntityManagerFactoryThreadFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
EntityManagerFactoryThreadFactory.EntityManagerFactoryThreadFactory ( ClassLoader appClassLoader )This constructor is from 'EntityManagerFactoryThreadFactory' class.
EntityManagerFactoryThreadFactory.newThread ( Runnable r )This method is from 'EntityManagerFactoryThreadFactory' class.
package org.apache.openejb.cdi
[+] ManagedSecurityService.PrivilegedActionForClass (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ManagedSecurityService.PrivilegedActionForClass.ManagedSecurityService.PrivilegedActionForClass ( Class clazz, Object parameters, int method )This constructor is from 'ManagedSecurityService.PrivilegedActionForClass' class.
ManagedSecurityService.PrivilegedActionForClass.run ( )This method is from 'ManagedSecurityService.PrivilegedActionForClass' class.
[+] ManagedSecurityService.PrivilegedActionForIsAccessible (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ManagedSecurityService.PrivilegedActionForIsAccessible.ManagedSecurityService.PrivilegedActionForIsAccessible ( reflect.AccessibleObject object )This constructor is from 'ManagedSecurityService.PrivilegedActionForIsAccessible' class.
ManagedSecurityService.PrivilegedActionForIsAccessible.run ( )This method is from 'ManagedSecurityService.PrivilegedActionForIsAccessible' class.
[+] ManagedSecurityService.PrivilegedActionForObjectCreation (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ManagedSecurityService.PrivilegedActionForObjectCreation.ManagedSecurityService.PrivilegedActionForObjectCreation ( Class clazz )This constructor is from 'ManagedSecurityService.PrivilegedActionForObjectCreation' class.
ManagedSecurityService.PrivilegedActionForObjectCreation.run ( )This method is from 'ManagedSecurityService.PrivilegedActionForObjectCreation' class.
[+] ManagedSecurityService.PrivilegedActionForProperty (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ManagedSecurityService.PrivilegedActionForProperty.ManagedSecurityService.PrivilegedActionForProperty ( String propertyName, String defaultValue )This constructor is from 'ManagedSecurityService.PrivilegedActionForProperty' class.
ManagedSecurityService.PrivilegedActionForProperty.run ( )This method is from 'ManagedSecurityService.PrivilegedActionForProperty' class.
ManagedSecurityService.PrivilegedActionForProperty.run ( )This method is from 'ManagedSecurityService.PrivilegedActionForProperty' class.
[+] ManagedSecurityService.PrivilegedActionForSetAccessible (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ManagedSecurityService.PrivilegedActionForSetAccessible.ManagedSecurityService.PrivilegedActionForSetAccessible ( reflect.AccessibleObject object, boolean flag )This constructor is from 'ManagedSecurityService.PrivilegedActionForSetAccessible' class.
ManagedSecurityService.PrivilegedActionForSetAccessible.run ( )This method is from 'ManagedSecurityService.PrivilegedActionForSetAccessible' class.
[+] ManagedSecurityService.PrivilegedActionForSetProperty (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ManagedSecurityService.PrivilegedActionForSetProperty.ManagedSecurityService.PrivilegedActionForSetProperty ( String propertyName, String value )This constructor is from 'ManagedSecurityService.PrivilegedActionForSetProperty' class.
ManagedSecurityService.PrivilegedActionForSetProperty.run ( )This method is from 'ManagedSecurityService.PrivilegedActionForSetProperty' class.
ManagedSecurityService.PrivilegedActionForSetProperty.run ( )This method is from 'ManagedSecurityService.PrivilegedActionForSetProperty' class.
[+] ManagedSecurityService.PrivilegedActionGetSystemProperties (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ManagedSecurityService.PrivilegedActionGetSystemProperties.ManagedSecurityService.PrivilegedActionGetSystemProperties ( )This constructor is from 'ManagedSecurityService.PrivilegedActionGetSystemProperties' class.
ManagedSecurityService.PrivilegedActionGetSystemProperties.run ( )This method is from 'ManagedSecurityService.PrivilegedActionGetSystemProperties' class.
ManagedSecurityService.PrivilegedActionGetSystemProperties.run ( )This method is from 'ManagedSecurityService.PrivilegedActionGetSystemProperties' class.
[+] OpenEJBLifecycle (2)
| Change | Effect |
---|
1 | Access level of field logger has been changed from protected to private. | A client program may be interrupted by IllegalAccessError exception. |
2 | Type of field logger has been changed from org.apache.webbeans.logger.WebBeansLogger to org.apache.openejb.util.Logger. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (19)
OpenEJBLifecycle.afterInitApplication ( java.util.Properties properties )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.afterStartApplication ( Object startupObject )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.afterStopApplication ( Object stopObject )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.beforeInitApplication ( java.util.Properties properties )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.beforeStartApplication ( Object startupObject )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.beforeStopApplication ( Object stopObject )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.getBeanManager ( )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.getContextService ( )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.getDeployer ( )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.getJndiService ( )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.getScannerService ( )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.getXmlDeployer ( )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.initApplication ( java.util.Properties properties )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.initializeServletContext ( javax.servlet.ServletContext servletContext, org.apache.webbeans.config.WebBeansContext context )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.OpenEJBLifecycle ( )This constructor is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.OpenEJBLifecycle ( org.apache.webbeans.config.WebBeansContext webBeansContext )This constructor is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.startApplication ( Object startupObject )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.startServletContext ( javax.servlet.ServletContext servletContext )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.stopApplication ( Object endObject )This method is from 'OpenEJBLifecycle' class.
package org.apache.openejb.config.sys
[+] Resources (3)
| Change | Effect |
---|
1 | Field connectionManager (ConnectionManager) has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Field container (java.util.List) has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
3 | Field jndiProvider has been renamed to service. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
org.apache.openejb.config.Module.initResources ( Resources resources )1st parameter 'resources' of this method has type 'Resources'.
Resources.add ( Object service )This method is from 'Resources' class.
Resources.getResource ( )This method is from 'Resources' class.
Resources.Resources ( )This constructor is from 'Resources' class.
[+] SaxOpenejb.Content (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SaxOpenejb.Content.characters ( char[ ] ch, int start, int length )This method is from 'SaxOpenejb.Content' class.
SaxOpenejb.Content.endElement ( String uri, String localName, String qName )This method is from 'SaxOpenejb.Content' class.
SaxOpenejb.Content.SaxOpenejb.Content ( SaxOpenejb p1 )This constructor is from 'SaxOpenejb.Content' class.
SaxOpenejb.Content.setValue ( String text )This method is from 'SaxOpenejb.Content' class.
SaxOpenejb.Content.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes )This method is from 'SaxOpenejb.Content' class.
[+] SaxOpenejb.ResourceElement (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SaxOpenejb.ResourceElement.endElement ( String uri, String localName, String qName )This method is from 'SaxOpenejb.ResourceElement' class.
SaxOpenejb.ResourceElement.SaxOpenejb.ResourceElement ( SaxOpenejb p1 )This constructor is from 'SaxOpenejb.ResourceElement' class.
SaxOpenejb.ResourceElement.setValue ( String x0 )This method is from 'SaxOpenejb.ResourceElement' class.
SaxOpenejb.ResourceElement.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes )This method is from 'SaxOpenejb.ResourceElement' class.
package org.apache.openejb.core.ivm
[+] BaseEjbProxyHandler (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.openejb.util.proxy.InvocationHandler. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (26)
BaseEjbProxyHandler._invoke ( Object p1, Class p2, reflect.Method p3, Object[ ] p4 )This abstract method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler._writeReplace ( Object p1 )This abstract method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.BaseEjbProxyHandler ( org.apache.openejb.BeanContext beanContext, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces, Class mainInterface )This constructor is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.checkAuthorization ( reflect.Method method )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.convertException ( Throwable e, reflect.Method method, Class interfce )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.copyArgs ( Object[ ] objects )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.copyObj ( Object object )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.equalHandler ( BaseEjbProxyHandler other )1st parameter 'other' of this method has type 'BaseEjbProxyHandler'.
BaseEjbProxyHandler.equals ( Object obj )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getBeanContext ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getCause ( Throwable e )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getInterfaces ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getInvokedInterface ( reflect.Method method )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getLiveHandleRegistry ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getMainInterface ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getProxyInfo ( )This abstract method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.hashCode ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.invalidateAllHandlers ( Object key )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.invalidateReference ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.invoke ( Object proxy, reflect.Method method, Object[ ] args )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.registerHandler ( Object key, BaseEjbProxyHandler handler )2nd parameter 'handler' of this method has type 'BaseEjbProxyHandler'.
BaseEjbProxyHandler.setBeanContext ( org.apache.openejb.BeanContext beanContext )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.setDoCrossClassLoaderCopy ( boolean doCrossClassLoaderCopy )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.setDoIntraVmCopy ( boolean doIntraVmCopy )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.setIntraVmCopyMode ( boolean on )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.toString ( )This method is from 'BaseEjbProxyHandler' abstract class.
package org.apache.openejb.core.webservices
[+] PortAddressRegistry (1)
| Change | Effect |
---|
1 | Abstract method PortAddressRegistry.removePort ( String p1, javax.xml.namespace.QName p2, String p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (2)
PortAddressRegistry.addPort ( String p1, javax.xml.namespace.QName p2, String p3, javax.xml.namespace.QName p4, String p5, String p6 )This abstract method is from 'PortAddressRegistry' interface.
PortAddressRegistry.getPorts ( String p1, javax.xml.namespace.QName p2, String p3 )This abstract method is from 'PortAddressRegistry' interface.
package org.apache.openejb.resource.jdbc
[+] AbstractRouter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AbstractRouter.AbstractRouter ( )This constructor is from 'AbstractRouter' abstract class.
AbstractRouter.getJndiResource ( String name )This method is from 'AbstractRouter' abstract class.
AbstractRouter.getOpenEJBResource ( String name )This method is from 'AbstractRouter' abstract class.
[+] BasicDataSource (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
BasicDataSource.BasicDataSource ( )This constructor is from 'BasicDataSource' class.
BasicDataSource.createDataSource ( )This method is from 'BasicDataSource' class.
BasicDataSource.getJdbcDriver ( )This method is from 'BasicDataSource' class.
BasicDataSource.getJdbcUrl ( )This method is from 'BasicDataSource' class.
BasicDataSource.getParentLogger ( )This method is from 'BasicDataSource' class.
BasicDataSource.getPasswordCipher ( )This method is from 'BasicDataSource' class.
BasicDataSource.getUserName ( )This method is from 'BasicDataSource' class.
BasicDataSource.setDefaultTransactionIsolation ( String s )This method is from 'BasicDataSource' class.
BasicDataSource.setJdbcDriver ( String string )This method is from 'BasicDataSource' class.
BasicDataSource.setJdbcUrl ( String string )This method is from 'BasicDataSource' class.
BasicDataSource.setMaxWait ( int maxWait )This method is from 'BasicDataSource' class.
BasicDataSource.setPasswordCipher ( String passwordCipher )This method is from 'BasicDataSource' class.
BasicDataSource.setUserName ( String string )This method is from 'BasicDataSource' class.
[+] BasicManagedDataSource (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
BasicManagedDataSource.BasicManagedDataSource ( )This constructor is from 'BasicManagedDataSource' class.
BasicManagedDataSource.close ( )This method is from 'BasicManagedDataSource' class.
BasicManagedDataSource.createDataSource ( )This method is from 'BasicManagedDataSource' class.
BasicManagedDataSource.getJdbcDriver ( )This method is from 'BasicManagedDataSource' class.
BasicManagedDataSource.getJdbcUrl ( )This method is from 'BasicManagedDataSource' class.
BasicManagedDataSource.getParentLogger ( )This method is from 'BasicManagedDataSource' class.
BasicManagedDataSource.getPasswordCipher ( )This method is from 'BasicManagedDataSource' class.
BasicManagedDataSource.getUserName ( )This method is from 'BasicManagedDataSource' class.
BasicManagedDataSource.setDefaultTransactionIsolation ( String s )This method is from 'BasicManagedDataSource' class.
BasicManagedDataSource.setJdbcDriver ( String string )This method is from 'BasicManagedDataSource' class.
BasicManagedDataSource.setJdbcUrl ( String string )This method is from 'BasicManagedDataSource' class.
BasicManagedDataSource.setMaxWait ( int maxWait )This method is from 'BasicManagedDataSource' class.
BasicManagedDataSource.setPasswordCipher ( String passwordCipher )This method is from 'BasicManagedDataSource' class.
BasicManagedDataSource.setUserName ( String string )This method is from 'BasicManagedDataSource' class.
BasicManagedDataSource.wrapTransactionManager ( )This method is from 'BasicManagedDataSource' class.
[+] DataSourceFactory.DbcpDataSource (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
DataSourceFactory.DbcpDataSource.createConnectionFactory ( )This method is from 'DataSourceFactory.DbcpDataSource' class.
DataSourceFactory.DbcpDataSource.DataSourceFactory.DbcpDataSource ( javax.sql.DataSource dataSource )This constructor is from 'DataSourceFactory.DbcpDataSource' class.
DataSourceFactory.DbcpDataSource.setJdbcUrl ( String url )This method is from 'DataSourceFactory.DbcpDataSource' class.
[+] DataSourceFactory.DbcpManagedDataSource (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
DataSourceFactory.DbcpManagedDataSource.createConnectionFactory ( )This method is from 'DataSourceFactory.DbcpManagedDataSource' class.
DataSourceFactory.DbcpManagedDataSource.DataSourceFactory.DbcpManagedDataSource ( javax.sql.DataSource dataSource )This constructor is from 'DataSourceFactory.DbcpManagedDataSource' class.
DataSourceFactory.DbcpManagedDataSource.setJdbcUrl ( String url )This method is from 'DataSourceFactory.DbcpManagedDataSource' class.
DataSourceFactory.DbcpManagedDataSource.setTransactionRegistry ( org.apache.commons.dbcp.managed.TransactionRegistry registry )This method is from 'DataSourceFactory.DbcpManagedDataSource' class.
[+] DataSourcePlugin (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
DataSourcePlugin.configure ( org.apache.commons.dbcp.BasicDataSource p1 )This abstract method is from 'DataSourcePlugin' interface.
DataSourcePlugin.enableUserDirHack ( )This abstract method is from 'DataSourcePlugin' interface.
[+] DerbyDataSourcePlugin (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
DerbyDataSourcePlugin.configure ( org.apache.commons.dbcp.BasicDataSource dataSource )This method is from 'DerbyDataSourcePlugin' class.
DerbyDataSourcePlugin.DerbyDataSourcePlugin ( )This constructor is from 'DerbyDataSourcePlugin' class.
DerbyDataSourcePlugin.enableUserDirHack ( )This method is from 'DerbyDataSourcePlugin' class.
[+] HsqldbDataSourcePlugin (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
HsqldbDataSourcePlugin.configure ( org.apache.commons.dbcp.BasicDataSource dataSource )This method is from 'HsqldbDataSourcePlugin' class.
HsqldbDataSourcePlugin.enableUserDirHack ( )This method is from 'HsqldbDataSourcePlugin' class.
HsqldbDataSourcePlugin.HsqldbDataSourcePlugin ( )This constructor is from 'HsqldbDataSourcePlugin' class.
HsqldbDataSourcePlugin.toAbsolutePath ( String url )This method is from 'HsqldbDataSourcePlugin' class.
[+] InstantdbDataSourcePlugin (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
InstantdbDataSourcePlugin.configure ( org.apache.commons.dbcp.BasicDataSource dataSource )This method is from 'InstantdbDataSourcePlugin' class.
InstantdbDataSourcePlugin.enableUserDirHack ( )This method is from 'InstantdbDataSourcePlugin' class.
InstantdbDataSourcePlugin.InstantdbDataSourcePlugin ( )This constructor is from 'InstantdbDataSourcePlugin' class.
[+] ManagedDataSourceWithRecovery (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ManagedDataSourceWithRecovery.ManagedDataSourceWithRecovery ( org.apache.openejb.resource.XAResourceWrapper xaResourceWrapper )This constructor is from 'ManagedDataSourceWithRecovery' class.
ManagedDataSourceWithRecovery.setTransactionManager ( javax.transaction.TransactionManager transactionManager )This method is from 'ManagedDataSourceWithRecovery' class.
ManagedDataSourceWithRecovery.wrapTransactionManager ( )This method is from 'ManagedDataSourceWithRecovery' class.
[+] PasswordCipher (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
PasswordCipher.decrypt ( char[ ] p1 )This abstract method is from 'PasswordCipher' interface.
PasswordCipher.encrypt ( String p1 )This abstract method is from 'PasswordCipher' interface.
[+] PlainTextPasswordCipher (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PlainTextPasswordCipher.decrypt ( char[ ] encryptedPassword )This method is from 'PlainTextPasswordCipher' class.
PlainTextPasswordCipher.encrypt ( String plainPassword )This method is from 'PlainTextPasswordCipher' class.
PlainTextPasswordCipher.PlainTextPasswordCipher ( )This constructor is from 'PlainTextPasswordCipher' class.
[+] Router (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
Router.getDataSource ( )This abstract method is from 'Router' interface.
[+] StaticDESPasswordCipher (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
StaticDESPasswordCipher.decrypt ( char[ ] encodedPassword )This method is from 'StaticDESPasswordCipher' class.
StaticDESPasswordCipher.encrypt ( String plainPassword )This method is from 'StaticDESPasswordCipher' class.
StaticDESPasswordCipher.StaticDESPasswordCipher ( )This constructor is from 'StaticDESPasswordCipher' class.
package org.apache.openejb.util
[+] MakeTxLookup (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
MakeTxLookup.main ( String[ ] args )This method is from 'MakeTxLookup' class.
MakeTxLookup.MakeTxLookup ( )This constructor is from 'MakeTxLookup' class.
[+] SingleLineFormatter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SingleLineFormatter.format ( java.util.logging.LogRecord record )This method is from 'SingleLineFormatter' class.
SingleLineFormatter.SingleLineFormatter ( )This constructor is from 'SingleLineFormatter' class.
[+] UpdateChecker (1)
| Change | Effect |
---|
1 | Removed super-interface java.lang.Runnable. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (3)
UpdateChecker.message ( )This method is from 'UpdateChecker' class.
UpdateChecker.UpdateChecker ( )This constructor is from 'UpdateChecker' class.
UpdateChecker.usesLatest ( )This method is from 'UpdateChecker' class.
package org.apache.openejb.util.proxy
[+] InvocationHandler (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
InvocationHandler.getInvocationHandler ( )This abstract method is from 'InvocationHandler' interface.
[+] LocalBeanProxyGenerator (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
LocalBeanProxyGenerator.createProxy ( Class p1, ClassLoader p2 )This abstract method is from 'LocalBeanProxyGenerator' interface.
[+] LocalBeanProxyGeneratorImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
LocalBeanProxyGeneratorImpl.createProxy ( Class clsToProxy, ClassLoader cl )This method is from 'LocalBeanProxyGeneratorImpl' class.
LocalBeanProxyGeneratorImpl.getAsmTypeAsString ( Class parameterType, boolean wrap )This method is from 'LocalBeanProxyGeneratorImpl' class.
LocalBeanProxyGeneratorImpl.isLocalBean ( Class clazz )This method is from 'LocalBeanProxyGeneratorImpl' class.
LocalBeanProxyGeneratorImpl.LocalBeanProxyGeneratorImpl ( )This constructor is from 'LocalBeanProxyGeneratorImpl' class.
[+] ProxyFactory (3)
| Change | Effect |
---|
1 | Abstract method ProxyFactory.getInvocationHandler ( Object p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method ProxyFactory.newProxyInstance ( Class p1, InvocationHandler p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Abstract method ProxyFactory.newProxyInstance ( Class[ ] p1, InvocationHandler p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (9)
ProxyFactory.getProxyClass ( Class p1 )This abstract method is from 'ProxyFactory' interface.
ProxyFactory.getProxyClass ( Class[ ] p1 )This abstract method is from 'ProxyFactory' interface.
ProxyFactory.init ( java.util.Properties p1 )This abstract method is from 'ProxyFactory' interface.
ProxyFactory.isProxyClass ( Class p1 )This abstract method is from 'ProxyFactory' interface.
ProxyManager.getDefaultFactory ( )Return value of this method has type 'ProxyFactory'.
ProxyManager.getFactory ( String factoryName )Return value of this method has type 'ProxyFactory'.
ProxyManager.registerFactory ( String factoryName, ProxyFactory factory )2nd parameter 'factory' of this method has type 'ProxyFactory'.
ProxyManager.setDefaultFactory ( String factoryName )Return value of this method has type 'ProxyFactory'.
ProxyManager.unregisterFactory ( String factoryName )Return value of this method has type 'ProxyFactory'.
[+] QueryProxy (1)
| Change | Effect |
---|
1 | Removed super-interface InvocationHandler. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (4)
QueryProxy.invoke ( Object proxy, reflect.Method method, Object[ ] args )This method is from 'QueryProxy' class.
QueryProxy.QueryProxy ( )This constructor is from 'QueryProxy' class.
QueryProxy.setEntityManager ( javax.persistence.EntityManager entityManager )This method is from 'QueryProxy' class.
QueryProxy.toString ( )This method is from 'QueryProxy' class.
package org.apache.openejb.util.reflection
[+] ReflectionUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ReflectionUtil.set ( Object notNullInstance, String fieldName, Object value )This method is from 'ReflectionUtil' class.
openejb-cxf-bundle-2.5.2.jar
package org.apache.cxf
[+] BusException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BusException.BusException ( Throwable cause )This constructor is from 'BusException' class.
BusException.BusException ( common.i18n.Message msg )This constructor is from 'BusException' class.
BusException.BusException ( common.i18n.Message msg, Throwable cause )This constructor is from 'BusException' class.
[+] BusFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
BusFactory.BusFactory ( )This constructor is from 'BusFactory' abstract class.
BusFactory.clearDefaultBusForAnyThread ( Bus bus )This method is from 'BusFactory' abstract class.
BusFactory.createBus ( )This abstract method is from 'BusFactory' abstract class.
BusFactory.getDefaultBus ( )This method is from 'BusFactory' abstract class.
BusFactory.getDefaultBus ( boolean createIfNeeded )This method is from 'BusFactory' abstract class.
BusFactory.getThreadDefaultBus ( )This method is from 'BusFactory' abstract class.
BusFactory.getThreadDefaultBus ( boolean createIfNeeded )This method is from 'BusFactory' abstract class.
BusFactory.initializeBus ( Bus bus )This method is from 'BusFactory' abstract class.
BusFactory.newInstance ( )This method is from 'BusFactory' abstract class.
BusFactory.newInstance ( String className )This method is from 'BusFactory' abstract class.
BusFactory.possiblySetDefaultBus ( Bus bus )This method is from 'BusFactory' abstract class.
BusFactory.setDefaultBus ( Bus bus )This method is from 'BusFactory' abstract class.
BusFactory.setThreadDefaultBus ( Bus bus )This method is from 'BusFactory' abstract class.
package org.apache.cxf.aegis
[+] AbstractAegisIoImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
AbstractAegisIoImpl.AbstractAegisIoImpl ( AegisContext globalContext )This constructor is from 'AbstractAegisIoImpl' abstract class.
AbstractAegisIoImpl.AbstractAegisIoImpl ( AegisContext globalContext, Context context )This constructor is from 'AbstractAegisIoImpl' abstract class.
AbstractAegisIoImpl.getContext ( )This method is from 'AbstractAegisIoImpl' abstract class.
AbstractAegisIoImpl.setProperty ( String prop, Object value )This method is from 'AbstractAegisIoImpl' abstract class.
AbstractAegisIoImpl.setSchema ( javax.xml.validation.Schema s )This method is from 'AbstractAegisIoImpl' abstract class.
[+] AegisContext (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (40)
AegisContext.addTypesSchemaDocument ( org.apache.ws.commons.schema.XmlSchemaCollection collection )This method is from 'AegisContext' class.
AegisContext.addUtilityTypesToSchema ( org.apache.ws.commons.schema.XmlSchema root )This method is from 'AegisContext' class.
AegisContext.addXmimeSchemaDocument ( org.apache.ws.commons.schema.XmlSchemaCollection collection )This method is from 'AegisContext' class.
AegisContext.AegisContext ( )This constructor is from 'AegisContext' class.
AegisContext.createDefaultTypeCreator ( )This method is from 'AegisContext' class.
AegisContext.createDomElementReader ( )This method is from 'AegisContext' class.
AegisContext.createDomElementWriter ( )This method is from 'AegisContext' class.
AegisContext.createRootTypeCreator ( )This method is from 'AegisContext' class.
AegisContext.createTypeCreator ( )This method is from 'AegisContext' class.
AegisContext.createXMLStreamReader ( )This method is from 'AegisContext' class.
AegisContext.createXMLStreamWriter ( )This method is from 'AegisContext' class.
AegisContext.getBeanImplementationMap ( )This method is from 'AegisContext' class.
AegisContext.getConfiguration ( )This method is from 'AegisContext' class.
AegisContext.getMappingNamespaceURI ( )This method is from 'AegisContext' class.
AegisContext.getRootClasses ( )This method is from 'AegisContext' class.
AegisContext.getRootClassNames ( )This method is from 'AegisContext' class.
AegisContext.getRootType ( Class clazz )This method is from 'AegisContext' class.
AegisContext.getRootType ( javax.xml.namespace.QName schemaTypeName )This method is from 'AegisContext' class.
AegisContext.getRootTypes ( )This method is from 'AegisContext' class.
AegisContext.getTypeCreationOptions ( )This method is from 'AegisContext' class.
AegisContext.getTypeMapping ( )This method is from 'AegisContext' class.
AegisContext.initialize ( )This method is from 'AegisContext' class.
AegisContext.isEnableJDOMMappings ( )This method is from 'AegisContext' class.
AegisContext.isMtomEnabled ( )This method is from 'AegisContext' class.
AegisContext.isMtomUseXmime ( )This method is from 'AegisContext' class.
AegisContext.isReadXsiTypes ( )This method is from 'AegisContext' class.
AegisContext.isWriteXsiTypes ( )This method is from 'AegisContext' class.
AegisContext.schemaImportsUtilityTypes ( org.apache.ws.commons.schema.XmlSchema schema )This method is from 'AegisContext' class.
AegisContext.setBeanImplementationMap ( java.util.Map beanImplementationMap )This method is from 'AegisContext' class.
AegisContext.setConfiguration ( type.TypeCreationOptions newConfiguration )This method is from 'AegisContext' class.
AegisContext.setEnableJDOMMappings ( boolean enableJDOMMappings )This method is from 'AegisContext' class.
AegisContext.setMappingNamespaceURI ( String mappingNamespaceURI )This method is from 'AegisContext' class.
AegisContext.setMtomEnabled ( boolean mtomEnabled )This method is from 'AegisContext' class.
AegisContext.setMtomUseXmime ( boolean mtomUseXmime )This method is from 'AegisContext' class.
AegisContext.setReadXsiTypes ( boolean flag )This method is from 'AegisContext' class.
AegisContext.setRootClasses ( java.util.Set rootClasses )This method is from 'AegisContext' class.
AegisContext.setRootClassNames ( java.util.Set classNames )This method is from 'AegisContext' class.
AegisContext.setTypeCreationOptions ( type.TypeCreationOptions newConfiguration )This method is from 'AegisContext' class.
AegisContext.setTypeMapping ( type.TypeMapping typeMapping )This method is from 'AegisContext' class.
AegisContext.setWriteXsiTypes ( boolean flag )This method is from 'AegisContext' class.
[+] AegisElementDataReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
AegisElementDataReader.AegisElementDataReader ( AegisContext globalContext )This constructor is from 'AegisElementDataReader' class.
AegisElementDataReader.read ( Object x0 )This method is from 'AegisElementDataReader' class.
AegisElementDataReader.read ( Object x0, type.AegisType x1 )This method is from 'AegisElementDataReader' class.
AegisElementDataReader.read ( org.w3c.dom.Element input )This method is from 'AegisElementDataReader' class.
AegisElementDataReader.read ( org.w3c.dom.Element input, type.AegisType desiredType )This method is from 'AegisElementDataReader' class.
[+] AegisElementDataWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
AegisElementDataWriter.AegisElementDataWriter ( AegisContext globalContext )This constructor is from 'AegisElementDataWriter' class.
AegisElementDataWriter.write ( Object x0, javax.xml.namespace.QName x1, boolean x2, Object x3, reflect.Type x4 )This method is from 'AegisElementDataWriter' class.
AegisElementDataWriter.write ( Object x0, javax.xml.namespace.QName x1, boolean x2, Object x3, type.AegisType x4 )This method is from 'AegisElementDataWriter' class.
AegisElementDataWriter.write ( Object obj, javax.xml.namespace.QName elementName, boolean optional, org.w3c.dom.Element output, reflect.Type objectType )This method is from 'AegisElementDataWriter' class.
AegisElementDataWriter.write ( Object obj, javax.xml.namespace.QName elementName, boolean optional, org.w3c.dom.Element output, type.AegisType aegisType )This method is from 'AegisElementDataWriter' class.
[+] AegisIo (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
AegisIo.setProperty ( String p1, Object p2 )This abstract method is from 'AegisIo' interface.
AegisIo.setSchema ( javax.xml.validation.Schema p1 )This abstract method is from 'AegisIo' interface.
[+] AegisReader (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
AegisReader.read ( Object p1 )This abstract method is from 'AegisReader' interface.
AegisReader.read ( Object p1, type.AegisType p2 )This abstract method is from 'AegisReader' interface.
[+] AegisWriter (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
AegisWriter.write ( Object p1, javax.xml.namespace.QName p2, boolean p3, Object p4, reflect.Type p5 )This abstract method is from 'AegisWriter' interface.
AegisWriter.write ( Object p1, javax.xml.namespace.QName p2, boolean p3, Object p4, type.AegisType p5 )This abstract method is from 'AegisWriter' interface.
[+] AegisXMLStreamDataReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
AegisXMLStreamDataReader.AegisXMLStreamDataReader ( AegisContext globalContext )This constructor is from 'AegisXMLStreamDataReader' class.
AegisXMLStreamDataReader.AegisXMLStreamDataReader ( AegisContext globalContext, Context context )This constructor is from 'AegisXMLStreamDataReader' class.
AegisXMLStreamDataReader.read ( Object x0 )This method is from 'AegisXMLStreamDataReader' class.
AegisXMLStreamDataReader.read ( Object x0, type.AegisType x1 )This method is from 'AegisXMLStreamDataReader' class.
AegisXMLStreamDataReader.read ( javax.xml.stream.XMLStreamReader reader )This method is from 'AegisXMLStreamDataReader' class.
AegisXMLStreamDataReader.read ( javax.xml.stream.XMLStreamReader reader, type.AegisType desiredType )This method is from 'AegisXMLStreamDataReader' class.
AegisXMLStreamDataReader.readFlatArray ( javax.xml.stream.XMLStreamReader input, type.basic.ArrayType arrayType, javax.xml.namespace.QName concreteName )This method is from 'AegisXMLStreamDataReader' class.
[+] AegisXMLStreamDataWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AegisXMLStreamDataWriter.write ( Object x0, javax.xml.namespace.QName x1, boolean x2, Object x3, reflect.Type x4 )This method is from 'AegisXMLStreamDataWriter' class.
AegisXMLStreamDataWriter.write ( Object x0, javax.xml.namespace.QName x1, boolean x2, Object x3, type.AegisType x4 )This method is from 'AegisXMLStreamDataWriter' class.
AegisXMLStreamDataWriter.write ( Object obj, javax.xml.namespace.QName elementName, boolean optional, javax.xml.stream.XMLStreamWriter output, reflect.Type objectType )This method is from 'AegisXMLStreamDataWriter' class.
AegisXMLStreamDataWriter.write ( Object obj, javax.xml.namespace.QName elementName, boolean optional, javax.xml.stream.XMLStreamWriter output, type.AegisType aegisType )This method is from 'AegisXMLStreamDataWriter' class.
[+] Context (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
Context.Context ( AegisContext aegisContext )This constructor is from 'Context' class.
Context.getAttachments ( )This method is from 'Context' class.
Context.getFault ( )This method is from 'Context' class.
Context.getGlobalContext ( )This method is from 'Context' class.
Context.getProperty ( Class key )This method is from 'Context' class.
Context.getProperty ( String name, Class type )This method is from 'Context' class.
Context.getTypeMapping ( )This method is from 'Context' class.
Context.isMtomEnabled ( )This method is from 'Context' class.
Context.isReadXsiTypes ( )This method is from 'Context' class.
Context.isWriteXsiTypes ( )This method is from 'Context' class.
Context.setAttachments ( java.util.Collection attachments )This method is from 'Context' class.
Context.setFault ( org.apache.cxf.interceptor.Fault fault )This method is from 'Context' class.
Context.setProperty ( Object value )This method is from 'Context' class.
Context.setProperty ( String name, Object value )This method is from 'Context' class.
[+] DatabindingException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
DatabindingException.DatabindingException ( String message )This constructor is from 'DatabindingException' class.
DatabindingException.DatabindingException ( String message, Throwable cause )This constructor is from 'DatabindingException' class.
DatabindingException.DatabindingException ( org.apache.cxf.common.i18n.Message message )This constructor is from 'DatabindingException' class.
DatabindingException.DatabindingException ( org.apache.cxf.common.i18n.Message message, Throwable cause )This constructor is from 'DatabindingException' class.
DatabindingException.getActualMessage ( )This method is from 'DatabindingException' class.
DatabindingException.getMessage ( )This method is from 'DatabindingException' class.
DatabindingException.prepend ( String m )This method is from 'DatabindingException' class.
DatabindingException.printStackTrace ( java.io.PrintStream s )This method is from 'DatabindingException' class.
DatabindingException.printStackTrace ( java.io.PrintWriter w )This method is from 'DatabindingException' class.
DatabindingException.setMessage ( String s )This method is from 'DatabindingException' class.
package org.apache.cxf.aegis.databinding
[+] AegisDatabinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (20)
AegisDatabinding.AegisDatabinding ( )This constructor is from 'AegisDatabinding' class.
AegisDatabinding.AegisDatabinding ( org.apache.cxf.aegis.AegisContext ctx )This constructor is from 'AegisDatabinding' class.
AegisDatabinding.createReader ( Class cls )This method is from 'AegisDatabinding' class.
AegisDatabinding.createWriter ( Class cls )This method is from 'AegisDatabinding' class.
AegisDatabinding.getAegisContext ( )This method is from 'AegisDatabinding' class.
AegisDatabinding.getPartFromClass ( Class cls )This method is from 'AegisDatabinding' class.
AegisDatabinding.getService ( )This method is from 'AegisDatabinding' class.
AegisDatabinding.getSuggestedName ( org.apache.cxf.service.Service s, org.apache.cxf.aegis.type.TypeMapping tm, org.apache.cxf.service.model.OperationInfo op, int param )This method is from 'AegisDatabinding' class.
AegisDatabinding.getSupportedReaderFormats ( )This method is from 'AegisDatabinding' class.
AegisDatabinding.getSupportedWriterFormats ( )This method is from 'AegisDatabinding' class.
AegisDatabinding.getType ( org.apache.cxf.service.model.MessagePartInfo part )This method is from 'AegisDatabinding' class.
AegisDatabinding.getTypeFromClass ( Class cls )This method is from 'AegisDatabinding' class.
AegisDatabinding.initialize ( org.apache.cxf.service.Service s )This method is from 'AegisDatabinding' class.
AegisDatabinding.initializeMessage ( org.apache.cxf.service.Service s, org.apache.cxf.aegis.type.TypeMapping serviceTM, org.apache.cxf.service.model.AbstractMessageContainer container, int partType, java.util.Set deps )This method is from 'AegisDatabinding' class.
AegisDatabinding.initializeMessageTypes ( org.apache.cxf.service.model.ServiceInfo s, org.apache.cxf.service.model.AbstractMessageContainer container, int partType )This method is from 'AegisDatabinding' class.
AegisDatabinding.isMtomUseXmime ( )This method is from 'AegisDatabinding' class.
AegisDatabinding.setAegisContext ( org.apache.cxf.aegis.AegisContext aegisContext )This method is from 'AegisDatabinding' class.
AegisDatabinding.setConfiguration ( org.apache.cxf.aegis.type.TypeCreationOptions configuration )This method is from 'AegisDatabinding' class.
AegisDatabinding.setMtomUseXmime ( boolean mtomUseXmime )This method is from 'AegisDatabinding' class.
AegisDatabinding.setOverrideTypes ( java.util.Set types )This method is from 'AegisDatabinding' class.
[+] AegisSchemaValidationInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
AegisSchemaValidationInInterceptor.AegisSchemaValidationInInterceptor ( org.apache.cxf.Bus bus, org.apache.cxf.service.model.ServiceInfo service )This constructor is from 'AegisSchemaValidationInInterceptor' class.
AegisSchemaValidationInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'AegisSchemaValidationInInterceptor' class.
[+] AegisServiceConfiguration (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
AegisServiceConfiguration.AegisServiceConfiguration ( )This constructor is from 'AegisServiceConfiguration' class.
AegisServiceConfiguration.getServiceNamespace ( )This method is from 'AegisServiceConfiguration' class.
[+] ElementDataReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
ElementDataReader.read ( Object x0 )This method is from 'ElementDataReader' class.
ElementDataReader.read ( javax.xml.namespace.QName x0, Object x1, Class x2 )This method is from 'ElementDataReader' class.
ElementDataReader.read ( javax.xml.namespace.QName name, org.w3c.dom.Element input, Class typeClass )This method is from 'ElementDataReader' class.
ElementDataReader.read ( org.apache.cxf.service.model.MessagePartInfo x0, Object x1 )This method is from 'ElementDataReader' class.
ElementDataReader.read ( org.apache.cxf.service.model.MessagePartInfo part, org.w3c.dom.Element input )This method is from 'ElementDataReader' class.
ElementDataReader.read ( org.w3c.dom.Element input )This method is from 'ElementDataReader' class.
ElementDataReader.setAttachments ( java.util.Collection attachments )This method is from 'ElementDataReader' class.
ElementDataReader.setProperty ( String prop, Object value )This method is from 'ElementDataReader' class.
ElementDataReader.setSchema ( javax.xml.validation.Schema s )This method is from 'ElementDataReader' class.
[+] ElementDataWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
ElementDataWriter.ElementDataWriter ( AegisDatabinding databinding )This constructor is from 'ElementDataWriter' class.
ElementDataWriter.getProperty ( String key )This method is from 'ElementDataWriter' class.
ElementDataWriter.setAttachments ( java.util.Collection attachments )This method is from 'ElementDataWriter' class.
ElementDataWriter.setProperty ( String prop, Object value )This method is from 'ElementDataWriter' class.
ElementDataWriter.setSchema ( javax.xml.validation.Schema s )This method is from 'ElementDataWriter' class.
ElementDataWriter.write ( Object x0, Object x1 )This method is from 'ElementDataWriter' class.
ElementDataWriter.write ( Object x0, org.apache.cxf.service.model.MessagePartInfo x1, Object x2 )This method is from 'ElementDataWriter' class.
ElementDataWriter.write ( Object obj, org.apache.cxf.service.model.MessagePartInfo part, org.w3c.dom.Element output )This method is from 'ElementDataWriter' class.
ElementDataWriter.write ( Object obj, org.w3c.dom.Element output )This method is from 'ElementDataWriter' class.
[+] InconsistentInitializationException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
InconsistentInitializationException.InconsistentInitializationException ( )This constructor is from 'InconsistentInitializationException' class.
InconsistentInitializationException.InconsistentInitializationException ( String message )This constructor is from 'InconsistentInitializationException' class.
[+] XFireCompatibilityServiceConfiguration (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
XFireCompatibilityServiceConfiguration.getServiceNamespace ( )This method is from 'XFireCompatibilityServiceConfiguration' class.
XFireCompatibilityServiceConfiguration.XFireCompatibilityServiceConfiguration ( )This constructor is from 'XFireCompatibilityServiceConfiguration' class.
[+] XMLStreamDataReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
XMLStreamDataReader.read ( Object x0 )This method is from 'XMLStreamDataReader' class.
XMLStreamDataReader.read ( javax.xml.namespace.QName x0, Object x1, Class x2 )This method is from 'XMLStreamDataReader' class.
XMLStreamDataReader.read ( javax.xml.namespace.QName name, javax.xml.stream.XMLStreamReader input, Class typeClass )This method is from 'XMLStreamDataReader' class.
XMLStreamDataReader.read ( javax.xml.stream.XMLStreamReader input )This method is from 'XMLStreamDataReader' class.
XMLStreamDataReader.read ( org.apache.cxf.service.model.MessagePartInfo x0, Object x1 )This method is from 'XMLStreamDataReader' class.
XMLStreamDataReader.read ( org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamReader input )This method is from 'XMLStreamDataReader' class.
XMLStreamDataReader.setAttachments ( java.util.Collection attachments )This method is from 'XMLStreamDataReader' class.
XMLStreamDataReader.setProperty ( String prop, Object value )This method is from 'XMLStreamDataReader' class.
XMLStreamDataReader.setSchema ( javax.xml.validation.Schema s )This method is from 'XMLStreamDataReader' class.
XMLStreamDataReader.XMLStreamDataReader ( AegisDatabinding databinding, org.apache.cxf.Bus bus )This constructor is from 'XMLStreamDataReader' class.
[+] XMLStreamDataWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
XMLStreamDataWriter.getProperty ( String key )This method is from 'XMLStreamDataWriter' class.
XMLStreamDataWriter.setAttachments ( java.util.Collection attachments )This method is from 'XMLStreamDataWriter' class.
XMLStreamDataWriter.setProperty ( String prop, Object value )This method is from 'XMLStreamDataWriter' class.
XMLStreamDataWriter.setSchema ( javax.xml.validation.Schema s )This method is from 'XMLStreamDataWriter' class.
XMLStreamDataWriter.write ( Object x0, Object x1 )This method is from 'XMLStreamDataWriter' class.
XMLStreamDataWriter.write ( Object obj, javax.xml.stream.XMLStreamWriter output )This method is from 'XMLStreamDataWriter' class.
XMLStreamDataWriter.write ( Object x0, org.apache.cxf.service.model.MessagePartInfo x1, Object x2 )This method is from 'XMLStreamDataWriter' class.
XMLStreamDataWriter.write ( Object obj, org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamWriter output )This method is from 'XMLStreamDataWriter' class.
XMLStreamDataWriter.XMLStreamDataWriter ( AegisDatabinding databinding, org.apache.cxf.Bus bus )This constructor is from 'XMLStreamDataWriter' class.
package org.apache.cxf.aegis.type
[+] AbstractTypeCreator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (41)
AbstractTypeCreator.AbstractTypeCreator ( )This constructor is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createArrayType ( TypeClassInfo info )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createBasicClassInfo ( reflect.Type type )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createClassInfo ( java.beans.PropertyDescriptor p1 )This abstract method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createClassInfo ( reflect.Field f )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createClassInfo ( reflect.Method p1, int p2 )This abstract method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createCollectionQName ( TypeClassInfo info, AegisType type )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createCollectionType ( TypeClassInfo p1 )This abstract method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createCollectionTypeFromGeneric ( TypeClassInfo info )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createDefaultType ( TypeClassInfo p1 )This abstract method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createEnumType ( TypeClassInfo info )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createHolderType ( TypeClassInfo info )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createMapQName ( TypeClassInfo info, AegisType keyType, AegisType valueType )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createMapType ( TypeClassInfo info )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createMapType ( TypeClassInfo info, AegisType keyType, AegisType valueType )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createObjectType ( )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createQName ( Class javaType )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createType ( java.beans.PropertyDescriptor pd )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createType ( Class clazz )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createType ( reflect.Field f )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createType ( reflect.Method m, int index )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createType ( reflect.Type t )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createTypeForClass ( TypeClassInfo info )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.createUserType ( TypeClassInfo info )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.getConfiguration ( )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.getElementName ( reflect.Method m, int index )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.getOrCreateGenericType ( TypeClassInfo info )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.getOrCreateMapKeyType ( TypeClassInfo info )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.getOrCreateMapValueType ( TypeClassInfo info )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.getParent ( )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.getTopCreator ( )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.getTypeMapping ( )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.isArray ( Class javaType )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.isCollection ( Class javaType )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.isEnum ( Class javaType )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.isHolder ( Class javaType )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.isMap ( Class javaType )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.setConfiguration ( TypeCreationOptions tpConfiguration )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.setNextCreator ( AbstractTypeCreator creator )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.setParent ( TypeCreator parent )This method is from 'AbstractTypeCreator' abstract class.
AbstractTypeCreator.setTypeMapping ( TypeMapping typeMapping )This method is from 'AbstractTypeCreator' abstract class.
[+] AegisType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (31)
AegisType.addToSchemaElement ( org.apache.ws.commons.schema.XmlSchemaElement schemaElement )This method is from 'AegisType' abstract class.
AegisType.AegisType ( )This constructor is from 'AegisType' abstract class.
AegisType.equals ( Object obj )This method is from 'AegisType' abstract class.
AegisType.getDependencies ( )This method is from 'AegisType' abstract class.
AegisType.getMaxOccurs ( )This method is from 'AegisType' abstract class.
AegisType.getMinOccurs ( )This method is from 'AegisType' abstract class.
AegisType.getSchemaType ( )This method is from 'AegisType' abstract class.
AegisType.getType ( )This method is from 'AegisType' abstract class.
AegisType.getTypeClass ( )This method is from 'AegisType' abstract class.
AegisType.getTypeMapping ( )This method is from 'AegisType' abstract class.
AegisType.hashCode ( )This method is from 'AegisType' abstract class.
AegisType.hasMaxOccurs ( )This method is from 'AegisType' abstract class.
AegisType.hasMinOccurs ( )This method is from 'AegisType' abstract class.
AegisType.isAbstract ( )This method is from 'AegisType' abstract class.
AegisType.isComplex ( )This method is from 'AegisType' abstract class.
AegisType.isFlatArray ( )This method is from 'AegisType' abstract class.
AegisType.isNillable ( )This method is from 'AegisType' abstract class.
AegisType.isWriteOuter ( )This method is from 'AegisType' abstract class.
AegisType.readObject ( org.apache.cxf.aegis.xml.MessageReader p1, org.apache.cxf.aegis.Context p2 )This abstract method is from 'AegisType' abstract class.
AegisType.setAbstract ( boolean ab )This method is from 'AegisType' abstract class.
AegisType.setFlatArray ( boolean flatArray )This method is from 'AegisType' abstract class.
AegisType.setNillable ( boolean nillable )This method is from 'AegisType' abstract class.
AegisType.setSchemaType ( javax.xml.namespace.QName name )This method is from 'AegisType' abstract class.
AegisType.setTypeClass ( reflect.Type typeClass )This method is from 'AegisType' abstract class.
AegisType.setTypeMapping ( TypeMapping typeMapping )This method is from 'AegisType' abstract class.
AegisType.setWriteOuter ( boolean writeOuter )This method is from 'AegisType' abstract class.
AegisType.toString ( )This method is from 'AegisType' abstract class.
AegisType.usesUtilityTypes ( )This method is from 'AegisType' abstract class.
AegisType.usesXmime ( )This method is from 'AegisType' abstract class.
AegisType.writeObject ( Object p1, org.apache.cxf.aegis.xml.MessageWriter p2, org.apache.cxf.aegis.Context p3 )This abstract method is from 'AegisType' abstract class.
AegisType.writeSchema ( org.apache.ws.commons.schema.XmlSchema root )This method is from 'AegisType' abstract class.
[+] Configuration (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
Configuration.Configuration ( )This constructor is from 'Configuration' class.
[+] DefaultTypeCreator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
DefaultTypeCreator.createClassInfo ( java.beans.PropertyDescriptor pd )This method is from 'DefaultTypeCreator' class.
DefaultTypeCreator.createClassInfo ( reflect.Method m, int index )This method is from 'DefaultTypeCreator' class.
DefaultTypeCreator.createCollectionType ( TypeClassInfo info )This method is from 'DefaultTypeCreator' class.
DefaultTypeCreator.createDefaultType ( TypeClassInfo info )This method is from 'DefaultTypeCreator' class.
DefaultTypeCreator.DefaultTypeCreator ( )This constructor is from 'DefaultTypeCreator' class.
DefaultTypeCreator.DefaultTypeCreator ( TypeCreationOptions configuration )This constructor is from 'DefaultTypeCreator' class.
DefaultTypeCreator.getOrCreateMapKeyType ( TypeClassInfo info )This method is from 'DefaultTypeCreator' class.
DefaultTypeCreator.getOrCreateMapValueType ( TypeClassInfo info )This method is from 'DefaultTypeCreator' class.
[+] DefaultTypeMapping (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (20)
DefaultTypeMapping.createDefaultTypeMapping ( boolean defaultNillable, boolean enableMtomXmime )This method is from 'DefaultTypeMapping' class.
DefaultTypeMapping.createDefaultTypeMapping ( boolean defaultNillable, boolean enableMtomXmime, boolean enableJDOM )This method is from 'DefaultTypeMapping' class.
DefaultTypeMapping.createSoap11TypeMapping ( boolean defaultNillable, boolean enableMtomXmime )This method is from 'DefaultTypeMapping' class.
DefaultTypeMapping.createSoap11TypeMapping ( boolean defaultNillable, boolean enableMtomXmime, boolean enableJDOM )This method is from 'DefaultTypeMapping' class.
DefaultTypeMapping.DefaultTypeMapping ( )This constructor is from 'DefaultTypeMapping' class.
DefaultTypeMapping.DefaultTypeMapping ( String identifierURI )This constructor is from 'DefaultTypeMapping' class.
DefaultTypeMapping.DefaultTypeMapping ( String identifierURI, TypeMapping defaultTM )This constructor is from 'DefaultTypeMapping' class.
DefaultTypeMapping.getMappingIdentifierURI ( )This method is from 'DefaultTypeMapping' class.
DefaultTypeMapping.getParent ( )This method is from 'DefaultTypeMapping' class.
DefaultTypeMapping.getType ( reflect.Type javaType )This method is from 'DefaultTypeMapping' class.
DefaultTypeMapping.getType ( javax.xml.namespace.QName xmlType )This method is from 'DefaultTypeMapping' class.
DefaultTypeMapping.getTypeCreator ( )This method is from 'DefaultTypeMapping' class.
DefaultTypeMapping.getTypeQName ( reflect.Type clazz )This method is from 'DefaultTypeMapping' class.
DefaultTypeMapping.isRegistered ( reflect.Type javaType )This method is from 'DefaultTypeMapping' class.
DefaultTypeMapping.isRegistered ( javax.xml.namespace.QName xmlType )This method is from 'DefaultTypeMapping' class.
DefaultTypeMapping.register ( reflect.Type javaType, javax.xml.namespace.QName xmlType, AegisType type )This method is from 'DefaultTypeMapping' class.
DefaultTypeMapping.register ( AegisType type )This method is from 'DefaultTypeMapping' class.
DefaultTypeMapping.removeType ( AegisType type )This method is from 'DefaultTypeMapping' class.
DefaultTypeMapping.setMappingIdentifierURI ( String uri )This method is from 'DefaultTypeMapping' class.
DefaultTypeMapping.setTypeCreator ( TypeCreator typeCreator )This method is from 'DefaultTypeMapping' class.
[+] ParameterizedTypeFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ParameterizedTypeFactory.createParameterizedType ( Class rawType, reflect.Type[ ] parameters )This method is from 'ParameterizedTypeFactory' class.
[+] TypeClassInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (27)
TypeClassInfo.getAegisTypeClass ( )This method is from 'TypeClassInfo' class.
TypeClassInfo.getAnnotations ( )This method is from 'TypeClassInfo' class.
TypeClassInfo.getDescription ( )This method is from 'TypeClassInfo' class.
TypeClassInfo.getKeyType ( )This method is from 'TypeClassInfo' class.
TypeClassInfo.getMappedName ( )This method is from 'TypeClassInfo' class.
TypeClassInfo.getMaxOccurs ( )This method is from 'TypeClassInfo' class.
TypeClassInfo.getMinOccurs ( )This method is from 'TypeClassInfo' class.
TypeClassInfo.getNillable ( )This method is from 'TypeClassInfo' class.
TypeClassInfo.getType ( )This method is from 'TypeClassInfo' class.
TypeClassInfo.getTypeName ( )This method is from 'TypeClassInfo' class.
TypeClassInfo.getValueType ( )This method is from 'TypeClassInfo' class.
TypeClassInfo.isFlat ( )This method is from 'TypeClassInfo' class.
TypeClassInfo.nonDefaultAttributes ( )This method is from 'TypeClassInfo' class.
TypeClassInfo.setAegisTypeClass ( Class aegisTypeClass )This method is from 'TypeClassInfo' class.
TypeClassInfo.setAnnotations ( Object[ ] annotations )This method is from 'TypeClassInfo' class.
TypeClassInfo.setDescription ( String description )This method is from 'TypeClassInfo' class.
TypeClassInfo.setFlat ( boolean flat )This method is from 'TypeClassInfo' class.
TypeClassInfo.setKeyType ( reflect.Type keyType )This method is from 'TypeClassInfo' class.
TypeClassInfo.setMappedName ( javax.xml.namespace.QName mappedName )This method is from 'TypeClassInfo' class.
TypeClassInfo.setMaxOccurs ( long maxOccurs )This method is from 'TypeClassInfo' class.
TypeClassInfo.setMinOccurs ( long minOccurs )This method is from 'TypeClassInfo' class.
TypeClassInfo.setNillable ( Boolean nillable )This method is from 'TypeClassInfo' class.
TypeClassInfo.setType ( reflect.Type type )This method is from 'TypeClassInfo' class.
TypeClassInfo.setTypeName ( javax.xml.namespace.QName name )This method is from 'TypeClassInfo' class.
TypeClassInfo.setValueType ( reflect.Type valueType )This method is from 'TypeClassInfo' class.
TypeClassInfo.toString ( )This method is from 'TypeClassInfo' class.
TypeClassInfo.TypeClassInfo ( )This constructor is from 'TypeClassInfo' class.
[+] TypeCreationOptions (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
TypeCreationOptions.getDefaultMinOccurs ( )This method is from 'TypeCreationOptions' class.
TypeCreationOptions.isDefaultExtensibleAttributes ( )This method is from 'TypeCreationOptions' class.
TypeCreationOptions.isDefaultExtensibleElements ( )This method is from 'TypeCreationOptions' class.
TypeCreationOptions.isDefaultNillable ( )This method is from 'TypeCreationOptions' class.
TypeCreationOptions.isQualifyAttributes ( )This method is from 'TypeCreationOptions' class.
TypeCreationOptions.isQualifyElements ( )This method is from 'TypeCreationOptions' class.
TypeCreationOptions.setDefaultExtensibleAttributes ( boolean defaultExtensibleAttributes )This method is from 'TypeCreationOptions' class.
TypeCreationOptions.setDefaultExtensibleElements ( boolean defaultExtensibleElements )This method is from 'TypeCreationOptions' class.
TypeCreationOptions.setDefaultMinOccurs ( int defaultMinOccurs )This method is from 'TypeCreationOptions' class.
TypeCreationOptions.setDefaultNillable ( boolean defaultNillable )This method is from 'TypeCreationOptions' class.
TypeCreationOptions.setQualifyAttributes ( boolean qualifyAttributes )This method is from 'TypeCreationOptions' class.
TypeCreationOptions.setQualifyElements ( boolean qualifyElements )This method is from 'TypeCreationOptions' class.
TypeCreationOptions.TypeCreationOptions ( )This constructor is from 'TypeCreationOptions' class.
[+] TypeCreator (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
TypeCreator.createBasicClassInfo ( reflect.Type p1 )This abstract method is from 'TypeCreator' interface.
TypeCreator.createClassInfo ( reflect.Method p1, int p2 )This abstract method is from 'TypeCreator' interface.
TypeCreator.createType ( java.beans.PropertyDescriptor p1 )This abstract method is from 'TypeCreator' interface.
TypeCreator.createType ( reflect.Field p1 )This abstract method is from 'TypeCreator' interface.
TypeCreator.createType ( reflect.Method p1, int p2 )This abstract method is from 'TypeCreator' interface.
TypeCreator.createType ( reflect.Type p1 )This abstract method is from 'TypeCreator' interface.
TypeCreator.createTypeForClass ( TypeClassInfo p1 )This abstract method is from 'TypeCreator' interface.
TypeCreator.getElementName ( reflect.Method p1, int p2 )This abstract method is from 'TypeCreator' interface.
TypeCreator.getParent ( )This abstract method is from 'TypeCreator' interface.
TypeCreator.setParent ( TypeCreator p1 )This abstract method is from 'TypeCreator' interface.
TypeCreator.setTypeMapping ( TypeMapping p1 )This abstract method is from 'TypeCreator' interface.
[+] TypeMapping (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
TypeMapping.getMappingIdentifierURI ( )This abstract method is from 'TypeMapping' interface.
TypeMapping.getType ( reflect.Type p1 )This abstract method is from 'TypeMapping' interface.
TypeMapping.getType ( javax.xml.namespace.QName p1 )This abstract method is from 'TypeMapping' interface.
TypeMapping.getTypeCreator ( )This abstract method is from 'TypeMapping' interface.
TypeMapping.getTypeQName ( reflect.Type p1 )This abstract method is from 'TypeMapping' interface.
TypeMapping.isRegistered ( reflect.Type p1 )This abstract method is from 'TypeMapping' interface.
TypeMapping.isRegistered ( javax.xml.namespace.QName p1 )This abstract method is from 'TypeMapping' interface.
TypeMapping.register ( reflect.Type p1, javax.xml.namespace.QName p2, AegisType p3 )This abstract method is from 'TypeMapping' interface.
TypeMapping.register ( AegisType p1 )This abstract method is from 'TypeMapping' interface.
TypeMapping.removeType ( AegisType p1 )This abstract method is from 'TypeMapping' interface.
TypeMapping.setMappingIdentifierURI ( String p1 )This abstract method is from 'TypeMapping' interface.
[+] TypeUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
TypeUtil.getReadType ( javax.xml.stream.XMLStreamReader xsr, org.apache.cxf.aegis.AegisContext context, AegisType baseType )This method is from 'TypeUtil' class.
TypeUtil.getReadTypeStandalone ( javax.xml.stream.XMLStreamReader xsr, org.apache.cxf.aegis.AegisContext context, AegisType baseType )This method is from 'TypeUtil' class.
TypeUtil.getSingleTypeParameter ( reflect.Type type )This method is from 'TypeUtil' class.
TypeUtil.getSingleTypeParameter ( reflect.Type type, int index )This method is from 'TypeUtil' class.
TypeUtil.getTypeClass ( reflect.Type type, boolean throwForNonClass )This method is from 'TypeUtil' class.
TypeUtil.getTypeRelatedClass ( reflect.Type type )This method is from 'TypeUtil' class.
TypeUtil.getWriteType ( org.apache.cxf.aegis.AegisContext globalContext, Object value, AegisType type )This method is from 'TypeUtil' class.
TypeUtil.getWriteTypeStandalone ( org.apache.cxf.aegis.AegisContext globalContext, Object value, reflect.Type reflectType )This method is from 'TypeUtil' class.
TypeUtil.getWriteTypeStandalone ( org.apache.cxf.aegis.AegisContext globalContext, Object value, AegisType type )This method is from 'TypeUtil' class.
TypeUtil.setAttributeAttributes ( javax.xml.namespace.QName name, AegisType type, org.apache.ws.commons.schema.XmlSchema root )This method is from 'TypeUtil' class.
[+] XMLTypeCreator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
XMLTypeCreator.createClassInfo ( java.beans.PropertyDescriptor pd )This method is from 'XMLTypeCreator' class.
XMLTypeCreator.createClassInfo ( reflect.Method m, int index )This method is from 'XMLTypeCreator' class.
XMLTypeCreator.createCollectionType ( TypeClassInfo info )This method is from 'XMLTypeCreator' class.
XMLTypeCreator.createDefaultType ( TypeClassInfo info )This method is from 'XMLTypeCreator' class.
XMLTypeCreator.createEnumType ( TypeClassInfo info )This method is from 'XMLTypeCreator' class.
XMLTypeCreator.createQName ( org.w3c.dom.Element e, String value )This method is from 'XMLTypeCreator' class.
XMLTypeCreator.findMapping ( reflect.Type type )This method is from 'XMLTypeCreator' class.
XMLTypeCreator.findMappings ( reflect.Type type )This method is from 'XMLTypeCreator' class.
XMLTypeCreator.getDocument ( Class clazz )This method is from 'XMLTypeCreator' class.
XMLTypeCreator.getOrCreateGenericType ( TypeClassInfo info )This method is from 'XMLTypeCreator' class.
XMLTypeCreator.getOrCreateMapKeyType ( TypeClassInfo info )This method is from 'XMLTypeCreator' class.
XMLTypeCreator.getOrCreateMapValueType ( TypeClassInfo info )This method is from 'XMLTypeCreator' class.
XMLTypeCreator.isEnum ( Class javaType )This method is from 'XMLTypeCreator' class.
XMLTypeCreator.readMetadata ( TypeClassInfo info, org.w3c.dom.Element mapping, org.w3c.dom.Element parameter )This method is from 'XMLTypeCreator' class.
XMLTypeCreator.setType ( TypeClassInfo info, org.w3c.dom.Element parameter )This method is from 'XMLTypeCreator' class.
XMLTypeCreator.XMLTypeCreator ( )This constructor is from 'XMLTypeCreator' class.
package org.apache.cxf.aegis.type.basic
[+] ArrayType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (23)
ArrayType.ArrayType ( )This constructor is from 'ArrayType' class.
ArrayType.createCollection ( )This method is from 'ArrayType' class.
ArrayType.getComponentName ( )This method is from 'ArrayType' class.
ArrayType.getComponentType ( )This method is from 'ArrayType' class.
ArrayType.getDependencies ( )This method is from 'ArrayType' class.
ArrayType.getMaxOccurs ( )This method is from 'ArrayType' class.
ArrayType.getMinOccurs ( )This method is from 'ArrayType' class.
ArrayType.hasMaxOccurs ( )This method is from 'ArrayType' class.
ArrayType.hasMinOccurs ( )This method is from 'ArrayType' class.
ArrayType.isComplex ( )This method is from 'ArrayType' class.
ArrayType.isFlat ( )This method is from 'ArrayType' class.
ArrayType.makeArray ( Class arrayType, java.util.Collection values )This method is from 'ArrayType' class.
ArrayType.readCollection ( org.apache.cxf.aegis.xml.MessageReader reader, javax.xml.namespace.QName flatElementName, org.apache.cxf.aegis.Context context )This method is from 'ArrayType' class.
ArrayType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, javax.xml.namespace.QName flatElementName, org.apache.cxf.aegis.Context context, boolean asArray )This method is from 'ArrayType' class.
ArrayType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'ArrayType' class.
ArrayType.setComponentName ( javax.xml.namespace.QName componentName )This method is from 'ArrayType' class.
ArrayType.setFlat ( boolean flat )This method is from 'ArrayType' class.
ArrayType.setMaxOccurs ( long maxOccurs )This method is from 'ArrayType' class.
ArrayType.setMinOccurs ( long minOccurs )This method is from 'ArrayType' class.
ArrayType.writeObject ( Object values, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'ArrayType' class.
ArrayType.writeObject ( Object values, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context, javax.xml.namespace.QName flatElementName )This method is from 'ArrayType' class.
ArrayType.writeSchema ( org.apache.ws.commons.schema.XmlSchema root )This method is from 'ArrayType' class.
ArrayType.writeValue ( Object value, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context, org.apache.cxf.aegis.type.AegisType type, String name, String ns )This method is from 'ArrayType' class.
[+] Base64Type (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Base64Type.Base64Type ( )This constructor is from 'Base64Type' class.
Base64Type.Base64Type ( org.apache.cxf.aegis.type.mtom.AbstractXOPType xopType )This constructor is from 'Base64Type' class.
Base64Type.readObject ( org.apache.cxf.aegis.xml.MessageReader mreader, org.apache.cxf.aegis.Context context )This method is from 'Base64Type' class.
Base64Type.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'Base64Type' class.
[+] BeanType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (22)
BeanType.alwaysAllowNillables ( )This method is from 'BeanType' class.
BeanType.BeanType ( )This constructor is from 'BeanType' class.
BeanType.BeanType ( BeanTypeInfo info )This constructor is from 'BeanType' class.
BeanType.createFromFault ( org.apache.cxf.aegis.Context context )This method is from 'BeanType' class.
BeanType.createTypeInfo ( )This method is from 'BeanType' class.
BeanType.getBeanTypeInfoWithProperty ( javax.xml.namespace.QName name )This method is from 'BeanType' class.
BeanType.getDependencies ( )This method is from 'BeanType' class.
BeanType.getElementType ( javax.xml.namespace.QName name, BeanTypeInfo beanTypeInfo, org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'BeanType' class.
BeanType.getMinOccurs ( )This method is from 'BeanType' class.
BeanType.getSuperType ( )This method is from 'BeanType' class.
BeanType.getTypeInfo ( )This method is from 'BeanType' class.
BeanType.hasMinOccurs ( )This method is from 'BeanType' class.
BeanType.isComplex ( )This method is from 'BeanType' class.
BeanType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'BeanType' class.
BeanType.readProperty ( Object object, javax.xml.namespace.QName name )This method is from 'BeanType' class.
BeanType.setTypeClass ( reflect.Type typeClass )This method is from 'BeanType' class.
BeanType.setTypeMapping ( org.apache.cxf.aegis.type.TypeMapping typeMapping )This method is from 'BeanType' class.
BeanType.toString ( )This method is from 'BeanType' class.
BeanType.writeElement ( javax.xml.namespace.QName name, Object value, org.apache.cxf.aegis.type.AegisType type, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'BeanType' class.
BeanType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'BeanType' class.
BeanType.writeProperty ( javax.xml.namespace.QName name, Object object, Object property, Class impl, BeanTypeInfo inf )This method is from 'BeanType' class.
BeanType.writeSchema ( org.apache.ws.commons.schema.XmlSchema root )This method is from 'BeanType' class.
[+] BeanTypeInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (40)
BeanTypeInfo.BeanTypeInfo ( Class typeClass, String defaultNamespace )This constructor is from 'BeanTypeInfo' class.
BeanTypeInfo.BeanTypeInfo ( Class typeClass, String defaultNamespace, boolean initialize )This constructor is from 'BeanTypeInfo' class.
BeanTypeInfo.createMappedName ( java.beans.PropertyDescriptor desc, boolean qualified )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.getAttributes ( )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.getDefaultNamespace ( )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.getElements ( )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.getMaxOccurs ( javax.xml.namespace.QName name )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.getMinOccurs ( )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.getMinOccurs ( javax.xml.namespace.QName name )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.getPropertyDescriptor ( String name )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.getPropertyDescriptorFromMappedName ( javax.xml.namespace.QName name )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.getPropertyDescriptors ( )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.getType ( javax.xml.namespace.QName name )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.getTypeClass ( )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.getTypeMapping ( )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.initialize ( )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.isAttribute ( java.beans.PropertyDescriptor desc )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.isElement ( java.beans.PropertyDescriptor desc )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.isExtensibleAttributes ( )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.isExtensibleElements ( )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.isExtension ( )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.isMapped ( java.beans.PropertyDescriptor pd )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.isNillable ( javax.xml.namespace.QName name )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.isQualifyAttributes ( )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.isQualifyElements ( )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.isSerializable ( java.beans.PropertyDescriptor desc )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.mapAttribute ( String property, javax.xml.namespace.QName mappedName )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.mapElement ( String property, javax.xml.namespace.QName mappedName )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.mapProperty ( java.beans.PropertyDescriptor pd )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.mapType ( javax.xml.namespace.QName name, org.apache.cxf.aegis.type.AegisType type )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.mapTypeName ( javax.xml.namespace.QName mappedName, javax.xml.namespace.QName type )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.registerType ( java.beans.PropertyDescriptor desc )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.setDefaultMinOccurs ( int m )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.setDefaultNillable ( boolean n )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.setExtensibleAttributes ( boolean extensibleAttributes )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.setExtensibleElements ( boolean futureProof )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.setExtension ( boolean extension )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.setQualifyAttributes ( boolean qualifyAttributes )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.setQualifyElements ( boolean qualifyElements )This method is from 'BeanTypeInfo' class.
BeanTypeInfo.setTypeMapping ( org.apache.cxf.aegis.type.TypeMapping typeMapping )This method is from 'BeanTypeInfo' class.
[+] BigDecimalType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BigDecimalType.BigDecimalType ( )This constructor is from 'BigDecimalType' class.
BigDecimalType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'BigDecimalType' class.
BigDecimalType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'BigDecimalType' class.
[+] BigIntegerType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BigIntegerType.BigIntegerType ( )This constructor is from 'BigIntegerType' class.
BigIntegerType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'BigIntegerType' class.
BigIntegerType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'BigIntegerType' class.
[+] BooleanType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BooleanType.BooleanType ( )This constructor is from 'BooleanType' class.
BooleanType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'BooleanType' class.
BooleanType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'BooleanType' class.
[+] ByteType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ByteType.ByteType ( )This constructor is from 'ByteType' class.
ByteType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'ByteType' class.
ByteType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'ByteType' class.
[+] CalendarType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
CalendarType.CalendarType ( )This constructor is from 'CalendarType' class.
CalendarType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'CalendarType' class.
CalendarType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'CalendarType' class.
[+] CharacterAsStringType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
CharacterAsStringType.CharacterAsStringType ( )This constructor is from 'CharacterAsStringType' class.
CharacterAsStringType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'CharacterAsStringType' class.
CharacterAsStringType.usesUtilityTypes ( )This method is from 'CharacterAsStringType' class.
CharacterAsStringType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'CharacterAsStringType' class.
[+] CharacterType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
CharacterType.CharacterType ( )This constructor is from 'CharacterType' class.
CharacterType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'CharacterType' class.
CharacterType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'CharacterType' class.
[+] DateTimeType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
DateTimeType.DateTimeType ( )This constructor is from 'DateTimeType' class.
DateTimeType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'DateTimeType' class.
DateTimeType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'DateTimeType' class.
[+] DateType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
DateType.DateType ( )This constructor is from 'DateType' class.
DateType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'DateType' class.
DateType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'DateType' class.
[+] DoubleType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
DoubleType.DoubleType ( )This constructor is from 'DoubleType' class.
DoubleType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'DoubleType' class.
DoubleType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'DoubleType' class.
[+] FloatType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
FloatType.FloatType ( )This constructor is from 'FloatType' class.
FloatType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'FloatType' class.
FloatType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'FloatType' class.
[+] IntType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
IntType.IntType ( )This constructor is from 'IntType' class.
IntType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'IntType' class.
IntType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'IntType' class.
[+] LongType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
LongType.LongType ( )This constructor is from 'LongType' class.
LongType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'LongType' class.
LongType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'LongType' class.
[+] ObjectType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
ObjectType.determineType ( org.apache.cxf.aegis.Context context, Class clazz )This method is from 'ObjectType' class.
ObjectType.getDependencies ( )This method is from 'ObjectType' class.
ObjectType.isComplex ( )This method is from 'ObjectType' class.
ObjectType.isReadToDocument ( )This method is from 'ObjectType' class.
ObjectType.isSerializedWhenUnknown ( )This method is from 'ObjectType' class.
ObjectType.ObjectType ( )This constructor is from 'ObjectType' class.
ObjectType.ObjectType ( boolean serializeWhenUnknown )This constructor is from 'ObjectType' class.
ObjectType.ObjectType ( java.util.Set dependencies )This constructor is from 'ObjectType' class.
ObjectType.ObjectType ( java.util.Set dependencies, boolean serializeWhenUnknown )This constructor is from 'ObjectType' class.
ObjectType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'ObjectType' class.
ObjectType.setDependencies ( java.util.Set dependencies )This method is from 'ObjectType' class.
ObjectType.setReadToDocument ( boolean readToDocument )This method is from 'ObjectType' class.
ObjectType.setSerializedWhenUnknown ( boolean serializedWhenUnknown )This method is from 'ObjectType' class.
ObjectType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'ObjectType' class.
ObjectType.writeSchema ( org.apache.ws.commons.schema.XmlSchema root )This method is from 'ObjectType' class.
[+] ShortType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ShortType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'ShortType' class.
ShortType.ShortType ( )This constructor is from 'ShortType' class.
ShortType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'ShortType' class.
[+] SqlDateType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SqlDateType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'SqlDateType' class.
SqlDateType.SqlDateType ( )This constructor is from 'SqlDateType' class.
SqlDateType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'SqlDateType' class.
[+] StringType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
StringType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'StringType' class.
StringType.StringType ( )This constructor is from 'StringType' class.
StringType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'StringType' class.
[+] TimestampType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
TimestampType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'TimestampType' class.
TimestampType.TimestampType ( )This constructor is from 'TimestampType' class.
TimestampType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'TimestampType' class.
[+] TimeType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
TimeType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'TimeType' class.
TimeType.TimeType ( )This constructor is from 'TimeType' class.
TimeType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'TimeType' class.
[+] TimezoneLessDateType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
TimezoneLessDateType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'TimezoneLessDateType' class.
TimezoneLessDateType.TimezoneLessDateType ( )This constructor is from 'TimezoneLessDateType' class.
TimezoneLessDateType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'TimezoneLessDateType' class.
[+] URIType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
URIType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'URIType' class.
URIType.URIType ( )This constructor is from 'URIType' class.
URIType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'URIType' class.
[+] XMLBeanTypeInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
XMLBeanTypeInfo.getMaxOccurs ( javax.xml.namespace.QName name )This method is from 'XMLBeanTypeInfo' class.
XMLBeanTypeInfo.getMinOccurs ( javax.xml.namespace.QName name )This method is from 'XMLBeanTypeInfo' class.
XMLBeanTypeInfo.isNillable ( javax.xml.namespace.QName name )This method is from 'XMLBeanTypeInfo' class.
XMLBeanTypeInfo.mapProperty ( java.beans.PropertyDescriptor pd )This method is from 'XMLBeanTypeInfo' class.
XMLBeanTypeInfo.registerType ( java.beans.PropertyDescriptor desc )This method is from 'XMLBeanTypeInfo' class.
XMLBeanTypeInfo.XMLBeanTypeInfo ( Class typeClass, java.util.List mappings, String defaultNS )This constructor is from 'XMLBeanTypeInfo' class.
package org.apache.cxf.aegis.type.collection
[+] CollectionType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
CollectionType.CollectionType ( org.apache.cxf.aegis.type.AegisType componentType )This constructor is from 'CollectionType' class.
CollectionType.createCollection ( )This method is from 'CollectionType' class.
CollectionType.getComponentType ( )This method is from 'CollectionType' class.
CollectionType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'CollectionType' class.
CollectionType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'CollectionType' class.
[+] MapType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
MapType.getDependencies ( )This method is from 'MapType' class.
MapType.getEntryName ( )This method is from 'MapType' class.
MapType.getKeyName ( )This method is from 'MapType' class.
MapType.getKeyType ( )This method is from 'MapType' class.
MapType.getValueName ( )This method is from 'MapType' class.
MapType.getValueType ( )This method is from 'MapType' class.
MapType.instantiateMap ( )This method is from 'MapType' class.
MapType.isComplex ( )This method is from 'MapType' class.
MapType.MapType ( javax.xml.namespace.QName schemaType, org.apache.cxf.aegis.type.AegisType keyType, org.apache.cxf.aegis.type.AegisType valueType )This constructor is from 'MapType' class.
MapType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'MapType' class.
MapType.setEntryName ( javax.xml.namespace.QName entryName )This method is from 'MapType' class.
MapType.setKeyName ( javax.xml.namespace.QName keyName )This method is from 'MapType' class.
MapType.setValueName ( javax.xml.namespace.QName valueName )This method is from 'MapType' class.
MapType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'MapType' class.
MapType.writeSchema ( org.apache.ws.commons.schema.XmlSchema root )This method is from 'MapType' class.
package org.apache.cxf.aegis.type.encoded
[+] ArrayTypeInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
ArrayTypeInfo.ArrayTypeInfo ( javax.xml.namespace.NamespaceContext namespaceContext, String arrayTypeValue )This constructor is from 'ArrayTypeInfo' class.
ArrayTypeInfo.ArrayTypeInfo ( javax.xml.namespace.NamespaceContext namespaceContext, String arrayTypeValue, String offsetString )This constructor is from 'ArrayTypeInfo' class.
ArrayTypeInfo.ArrayTypeInfo ( javax.xml.namespace.QName typeName, int ranks, Integer[ ] dimensions )This constructor is from 'ArrayTypeInfo' class.
ArrayTypeInfo.ArrayTypeInfo ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.type.TypeMapping tm )This constructor is from 'ArrayTypeInfo' class.
ArrayTypeInfo.getDimensions ( )This method is from 'ArrayTypeInfo' class.
ArrayTypeInfo.getOffset ( )This method is from 'ArrayTypeInfo' class.
ArrayTypeInfo.getRanks ( )This method is from 'ArrayTypeInfo' class.
ArrayTypeInfo.getTotalDimensions ( )This method is from 'ArrayTypeInfo' class.
ArrayTypeInfo.getType ( )This method is from 'ArrayTypeInfo' class.
ArrayTypeInfo.getTypeName ( )This method is from 'ArrayTypeInfo' class.
ArrayTypeInfo.toString ( )This method is from 'ArrayTypeInfo' class.
ArrayTypeInfo.writeAttribute ( org.apache.cxf.aegis.xml.MessageWriter writer )This method is from 'ArrayTypeInfo' class.
[+] MarshalRegistry (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
MarshalRegistry.get ( org.apache.cxf.aegis.Context context )This method is from 'MarshalRegistry' class.
MarshalRegistry.getInstanceId ( Object instance )This method is from 'MarshalRegistry' class.
MarshalRegistry.iterator ( )This method is from 'MarshalRegistry' class.
MarshalRegistry.MarshalRegistry ( )This constructor is from 'MarshalRegistry' class.
[+] SoapArrayType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
SoapArrayType.getComponentName ( )This method is from 'SoapArrayType' class.
SoapArrayType.getComponentType ( )This method is from 'SoapArrayType' class.
SoapArrayType.getDependencies ( )This method is from 'SoapArrayType' class.
SoapArrayType.getRootType ( )This method is from 'SoapArrayType' class.
SoapArrayType.isComplex ( )This method is from 'SoapArrayType' class.
SoapArrayType.makeArray ( java.util.List values, java.util.List dimensions, Class componentType )This method is from 'SoapArrayType' class.
SoapArrayType.readCollection ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context, ArrayTypeInfo arrayTypeInfo, int maxSize )This method is from 'SoapArrayType' class.
SoapArrayType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'SoapArrayType' class.
SoapArrayType.setComponentName ( javax.xml.namespace.QName componentName )This method is from 'SoapArrayType' class.
SoapArrayType.SoapArrayType ( )This constructor is from 'SoapArrayType' class.
SoapArrayType.writeObject ( Object values, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'SoapArrayType' class.
SoapArrayType.writeSchema ( org.apache.ws.commons.schema.XmlSchema root )This method is from 'SoapArrayType' class.
SoapArrayType.writeValue ( Object value, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context, org.apache.cxf.aegis.type.AegisType type )This method is from 'SoapArrayType' class.
[+] SoapEncodingUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
SoapEncodingUtil.readAttributeValue ( org.apache.cxf.aegis.xml.MessageReader reader, javax.xml.namespace.QName name )This method is from 'SoapEncodingUtil' class.
SoapEncodingUtil.readId ( org.apache.cxf.aegis.xml.MessageReader reader )This method is from 'SoapEncodingUtil' class.
SoapEncodingUtil.readRef ( org.apache.cxf.aegis.xml.MessageReader reader )This method is from 'SoapEncodingUtil' class.
SoapEncodingUtil.writeAttribute ( org.apache.cxf.aegis.xml.MessageWriter writer, javax.xml.namespace.QName name, String value )This method is from 'SoapEncodingUtil' class.
SoapEncodingUtil.writeId ( org.apache.cxf.aegis.xml.MessageWriter writer, String id )This method is from 'SoapEncodingUtil' class.
SoapEncodingUtil.writeRef ( org.apache.cxf.aegis.xml.MessageWriter writer, String refId )This method is from 'SoapEncodingUtil' class.
[+] SoapRef (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SoapRef.get ( )This method is from 'SoapRef' class.
SoapRef.set ( Object object )This method is from 'SoapRef' class.
SoapRef.setAction ( SoapRef.Action action )This method is from 'SoapRef' class.
SoapRef.SoapRef ( )This constructor is from 'SoapRef' class.
[+] SoapRef.Action (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
SoapRef.Action.onSet ( SoapRef p1 )This abstract method is from 'SoapRef.Action' interface.
[+] SoapRefRegistry (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
SoapRefRegistry.addInstance ( String id, Object instance )This method is from 'SoapRefRegistry' class.
SoapRefRegistry.addRef ( String id, SoapRef soapRef )This method is from 'SoapRefRegistry' class.
SoapRefRegistry.get ( org.apache.cxf.aegis.Context context )This method is from 'SoapRefRegistry' class.
SoapRefRegistry.getIds ( )This method is from 'SoapRefRegistry' class.
SoapRefRegistry.getUnresolvedRefs ( )This method is from 'SoapRefRegistry' class.
SoapRefRegistry.SoapRefRegistry ( )This constructor is from 'SoapRefRegistry' class.
[+] SoapRefType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (18)
SoapRefType.getDependencies ( )This method is from 'SoapRefType' class.
SoapRefType.getSchemaType ( )This method is from 'SoapRefType' class.
SoapRefType.getTypeClass ( )This method is from 'SoapRefType' class.
SoapRefType.getTypeMapping ( )This method is from 'SoapRefType' class.
SoapRefType.isAbstract ( )This method is from 'SoapRefType' class.
SoapRefType.isComplex ( )This method is from 'SoapRefType' class.
SoapRefType.isNillable ( )This method is from 'SoapRefType' class.
SoapRefType.isWriteOuter ( )This method is from 'SoapRefType' class.
SoapRefType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'SoapRefType' class.
SoapRefType.setAbstract ( boolean ab )This method is from 'SoapRefType' class.
SoapRefType.setNillable ( boolean nillable )This method is from 'SoapRefType' class.
SoapRefType.setSchemaType ( javax.xml.namespace.QName name )This method is from 'SoapRefType' class.
SoapRefType.setTypeClass ( Class typeClass )This method is from 'SoapRefType' class.
SoapRefType.setTypeMapping ( org.apache.cxf.aegis.type.TypeMapping typeMapping )This method is from 'SoapRefType' class.
SoapRefType.setWriteOuter ( boolean writeOuter )This method is from 'SoapRefType' class.
SoapRefType.SoapRefType ( org.apache.cxf.aegis.type.AegisType baseType )This constructor is from 'SoapRefType' class.
SoapRefType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'SoapRefType' class.
SoapRefType.writeSchema ( org.apache.ws.commons.schema.XmlSchema schema )This method is from 'SoapRefType' class.
[+] StructType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
StructType.alwaysAllowNillables ( )This method is from 'StructType' class.
StructType.getBeanTypeInfoWithProperty ( javax.xml.namespace.QName name )This method is from 'StructType' class.
StructType.getElementType ( javax.xml.namespace.QName name, org.apache.cxf.aegis.type.basic.BeanTypeInfo beanTypeInfo, org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'StructType' class.
StructType.StructType ( )This constructor is from 'StructType' class.
StructType.StructType ( org.apache.cxf.aegis.type.basic.BeanTypeInfo info )This constructor is from 'StructType' class.
StructType.writeElement ( javax.xml.namespace.QName name, Object value, org.apache.cxf.aegis.type.AegisType type, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'StructType' class.
StructType.writeProperty ( javax.xml.namespace.QName name, Object object, Object property, Class impl, org.apache.cxf.aegis.type.basic.BeanTypeInfo inf )This method is from 'StructType' class.
[+] TrailingBlocks (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
TrailingBlocks.getObjectType ( )This method is from 'TrailingBlocks' class.
TrailingBlocks.readBlocks ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'TrailingBlocks' class.
TrailingBlocks.setObjectType ( org.apache.cxf.aegis.type.basic.ObjectType objectType )This method is from 'TrailingBlocks' class.
TrailingBlocks.TrailingBlocks ( )This constructor is from 'TrailingBlocks' class.
TrailingBlocks.TrailingBlocks ( org.apache.cxf.aegis.type.basic.ObjectType objectType )This constructor is from 'TrailingBlocks' class.
TrailingBlocks.TrailingBlocks ( org.apache.cxf.aegis.type.TypeMapping typeMapping )This constructor is from 'TrailingBlocks' class.
TrailingBlocks.writeBlocks ( org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'TrailingBlocks' class.
package org.apache.cxf.aegis.type.java5
[+] AnnotatedTypeInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
AnnotatedTypeInfo.AnnotatedTypeInfo ( org.apache.cxf.aegis.type.TypeMapping tm, Class typeClass, String ns, AnnotationReader annotationReader, org.apache.cxf.aegis.type.TypeCreationOptions typeCreationOptions )This constructor is from 'AnnotatedTypeInfo' class.
AnnotatedTypeInfo.AnnotatedTypeInfo ( org.apache.cxf.aegis.type.TypeMapping tm, Class typeClass, String ns, org.apache.cxf.aegis.type.TypeCreationOptions typeCreationOptions )This constructor is from 'AnnotatedTypeInfo' class.
AnnotatedTypeInfo.createMappedName ( java.beans.PropertyDescriptor desc, boolean qualify )This method is from 'AnnotatedTypeInfo' class.
AnnotatedTypeInfo.createQName ( java.beans.PropertyDescriptor desc )This method is from 'AnnotatedTypeInfo' class.
AnnotatedTypeInfo.getMinOccurs ( javax.xml.namespace.QName name )This method is from 'AnnotatedTypeInfo' class.
AnnotatedTypeInfo.isAttribute ( java.beans.PropertyDescriptor desc )This method is from 'AnnotatedTypeInfo' class.
AnnotatedTypeInfo.isElement ( java.beans.PropertyDescriptor desc )This method is from 'AnnotatedTypeInfo' class.
AnnotatedTypeInfo.isNillable ( javax.xml.namespace.QName name )This method is from 'AnnotatedTypeInfo' class.
AnnotatedTypeInfo.mapProperty ( java.beans.PropertyDescriptor pd )This method is from 'AnnotatedTypeInfo' class.
AnnotatedTypeInfo.registerType ( java.beans.PropertyDescriptor desc )This method is from 'AnnotatedTypeInfo' class.
[+] AnnotationReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (20)
AnnotationReader.AnnotationReader ( )This constructor is from 'AnnotationReader' class.
AnnotationReader.getMinOccurs ( annotation.Annotation[ ] anns )This method is from 'AnnotationReader' class.
AnnotationReader.getMinOccurs ( reflect.AnnotatedElement element )This method is from 'AnnotationReader' class.
AnnotationReader.getName ( reflect.AnnotatedElement element )This method is from 'AnnotationReader' class.
AnnotationReader.getNamespace ( reflect.AnnotatedElement element )This method is from 'AnnotationReader' class.
AnnotationReader.getParamNamespace ( reflect.Method method, int index )This method is from 'AnnotationReader' class.
AnnotationReader.getParamType ( reflect.Method method, int index )This method is from 'AnnotationReader' class.
AnnotationReader.getParamTypeName ( reflect.Method method, int index )This method is from 'AnnotationReader' class.
AnnotationReader.getReturnNamespace ( reflect.AnnotatedElement element )This method is from 'AnnotationReader' class.
AnnotationReader.getReturnType ( reflect.AnnotatedElement element )This method is from 'AnnotationReader' class.
AnnotationReader.getReturnTypeName ( reflect.AnnotatedElement element )This method is from 'AnnotationReader' class.
AnnotationReader.getType ( reflect.AnnotatedElement element )This method is from 'AnnotationReader' class.
AnnotationReader.isAttribute ( reflect.AnnotatedElement element )This method is from 'AnnotationReader' class.
AnnotationReader.isElement ( reflect.AnnotatedElement element )This method is from 'AnnotationReader' class.
AnnotationReader.isExtensibleAttributes ( reflect.AnnotatedElement element, boolean defaultValue )This method is from 'AnnotationReader' class.
AnnotationReader.isExtensibleElements ( reflect.AnnotatedElement element, boolean defaultValue )This method is from 'AnnotationReader' class.
AnnotationReader.isFlat ( annotation.Annotation[ ] annotations )This method is from 'AnnotationReader' class.
AnnotationReader.isIgnored ( reflect.AnnotatedElement element )This method is from 'AnnotationReader' class.
AnnotationReader.isNillable ( annotation.Annotation[ ] anns )This method is from 'AnnotationReader' class.
AnnotationReader.isNillable ( reflect.AnnotatedElement element )This method is from 'AnnotationReader' class.
[+] DurationType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
DurationType.DurationType ( )This constructor is from 'DurationType' class.
DurationType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'DurationType' class.
DurationType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'DurationType' class.
[+] EnumType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
EnumType.EnumType ( )This constructor is from 'EnumType' class.
EnumType.isComplex ( )This method is from 'EnumType' class.
EnumType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'EnumType' class.
EnumType.setTypeClass ( reflect.Type typeClass )This method is from 'EnumType' class.
EnumType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'EnumType' class.
EnumType.writeSchema ( org.apache.ws.commons.schema.XmlSchema root )This method is from 'EnumType' class.
[+] Java5TypeCreator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
Java5TypeCreator.castToAegisTypeClass ( Class c )This method is from 'Java5TypeCreator' class.
Java5TypeCreator.createClassInfo ( java.beans.PropertyDescriptor pd )This method is from 'Java5TypeCreator' class.
Java5TypeCreator.createClassInfo ( reflect.Method m, int index )This method is from 'Java5TypeCreator' class.
Java5TypeCreator.createCollectionType ( org.apache.cxf.aegis.type.TypeClassInfo info )This method is from 'Java5TypeCreator' class.
Java5TypeCreator.createDefaultType ( org.apache.cxf.aegis.type.TypeClassInfo info )This method is from 'Java5TypeCreator' class.
Java5TypeCreator.createEnumType ( org.apache.cxf.aegis.type.TypeClassInfo info )This method is from 'Java5TypeCreator' class.
Java5TypeCreator.createQName ( Class typeClass )This method is from 'Java5TypeCreator' class.
Java5TypeCreator.getComponentType ( reflect.Type genericType, int index )This method is from 'Java5TypeCreator' class.
Java5TypeCreator.getOrCreateGenericType ( org.apache.cxf.aegis.type.TypeClassInfo info )This method is from 'Java5TypeCreator' class.
Java5TypeCreator.getOrCreateMapKeyType ( org.apache.cxf.aegis.type.TypeClassInfo info )This method is from 'Java5TypeCreator' class.
Java5TypeCreator.getOrCreateMapValueType ( org.apache.cxf.aegis.type.TypeClassInfo info )This method is from 'Java5TypeCreator' class.
Java5TypeCreator.getOrCreateParameterizedType ( reflect.Type generic, int index )This method is from 'Java5TypeCreator' class.
Java5TypeCreator.isEnum ( Class javaType )This method is from 'Java5TypeCreator' class.
Java5TypeCreator.Java5TypeCreator ( )This constructor is from 'Java5TypeCreator' class.
Java5TypeCreator.Java5TypeCreator ( AnnotationReader annotationReader )This constructor is from 'Java5TypeCreator' class.
[+] XmlAttribute (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
XmlAttribute.name ( )This abstract method is from 'XmlAttribute' interface.
XmlAttribute.namespace ( )This abstract method is from 'XmlAttribute' interface.
XmlAttribute.type ( )This abstract method is from 'XmlAttribute' interface.
[+] XmlElement (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
XmlElement.minOccurs ( )This abstract method is from 'XmlElement' interface.
XmlElement.name ( )This abstract method is from 'XmlElement' interface.
XmlElement.namespace ( )This abstract method is from 'XmlElement' interface.
XmlElement.nillable ( )This abstract method is from 'XmlElement' interface.
XmlElement.type ( )This abstract method is from 'XmlElement' interface.
[+] XMLGregorianCalendarType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
XMLGregorianCalendarType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'XMLGregorianCalendarType' class.
XMLGregorianCalendarType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'XMLGregorianCalendarType' class.
XMLGregorianCalendarType.XMLGregorianCalendarType ( )This constructor is from 'XMLGregorianCalendarType' class.
[+] XmlParamType (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
XmlParamType.name ( )This abstract method is from 'XmlParamType' interface.
XmlParamType.namespace ( )This abstract method is from 'XmlParamType' interface.
XmlParamType.type ( )This abstract method is from 'XmlParamType' interface.
[+] XmlReturnType (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
XmlReturnType.name ( )This abstract method is from 'XmlReturnType' interface.
XmlReturnType.namespace ( )This abstract method is from 'XmlReturnType' interface.
XmlReturnType.type ( )This abstract method is from 'XmlReturnType' interface.
[+] XmlType (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
XmlType.extensibleAttributes ( )This abstract method is from 'XmlType' interface.
XmlType.extensibleElements ( )This abstract method is from 'XmlType' interface.
XmlType.name ( )This abstract method is from 'XmlType' interface.
XmlType.namespace ( )This abstract method is from 'XmlType' interface.
XmlType.type ( )This abstract method is from 'XmlType' interface.
package org.apache.cxf.aegis.type.mtom
[+] AbstractXOPType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
AbstractXOPType.AbstractXOPType ( boolean useXmimeBinaryType, String expectedContentTypes )This constructor is from 'AbstractXOPType' abstract class.
AbstractXOPType.addToSchemaElement ( org.apache.ws.commons.schema.XmlSchemaElement schemaElement )This method is from 'AbstractXOPType' abstract class.
AbstractXOPType.createAttachment ( Object p1, String p2 )This abstract method is from 'AbstractXOPType' abstract class.
AbstractXOPType.getBytes ( Object p1 )This abstract method is from 'AbstractXOPType' abstract class.
AbstractXOPType.getContentType ( Object p1, org.apache.cxf.aegis.Context p2 )This abstract method is from 'AbstractXOPType' abstract class.
AbstractXOPType.readAttachment ( org.apache.cxf.message.Attachment p1, org.apache.cxf.aegis.Context p2 )This abstract method is from 'AbstractXOPType' abstract class.
AbstractXOPType.readMtoM ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'AbstractXOPType' abstract class.
AbstractXOPType.readObject ( org.apache.cxf.aegis.xml.MessageReader reader, org.apache.cxf.aegis.Context context )This method is from 'AbstractXOPType' abstract class.
AbstractXOPType.usesXmime ( )This method is from 'AbstractXOPType' abstract class.
AbstractXOPType.wrapBytes ( byte[ ] p1, String p2 )This abstract method is from 'AbstractXOPType' abstract class.
AbstractXOPType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'AbstractXOPType' abstract class.
[+] AttachmentUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
AttachmentUtil.createContentID ( String ns )This method is from 'AttachmentUtil' class.
AttachmentUtil.getAttachment ( String id, java.util.Collection attachments )This method is from 'AttachmentUtil' class.
[+] ByteArrayType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
ByteArrayType.ByteArrayType ( boolean useXmimeBinaryType, String expectedContentTypes )This constructor is from 'ByteArrayType' class.
ByteArrayType.copy ( java.io.InputStream input, java.io.OutputStream output )This method is from 'ByteArrayType' class.
ByteArrayType.createAttachment ( Object object, String id )This method is from 'ByteArrayType' class.
ByteArrayType.getBytes ( Object object )This method is from 'ByteArrayType' class.
ByteArrayType.getContentType ( Object object, org.apache.cxf.aegis.Context context )This method is from 'ByteArrayType' class.
ByteArrayType.readAttachment ( org.apache.cxf.message.Attachment att, org.apache.cxf.aegis.Context context )This method is from 'ByteArrayType' class.
ByteArrayType.wrapBytes ( byte[ ] bareBytes, String contentType )This method is from 'ByteArrayType' class.
[+] DataHandlerType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
DataHandlerType.createAttachment ( Object object, String id )This method is from 'DataHandlerType' class.
DataHandlerType.DataHandlerType ( boolean useXmimeContentType, String expectedContentTypes )This constructor is from 'DataHandlerType' class.
DataHandlerType.getBytes ( Object object )This method is from 'DataHandlerType' class.
DataHandlerType.getContentType ( Object object, org.apache.cxf.aegis.Context context )This method is from 'DataHandlerType' class.
DataHandlerType.readAttachment ( org.apache.cxf.message.Attachment att, org.apache.cxf.aegis.Context context )This method is from 'DataHandlerType' class.
DataHandlerType.wrapBytes ( byte[ ] bareBytes, String contentType )This method is from 'DataHandlerType' class.
[+] DataSourceType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
DataSourceType.createAttachment ( Object object, String id )This method is from 'DataSourceType' class.
DataSourceType.DataSourceType ( boolean useXmimeBinaryType, String expectedContentTypes )This constructor is from 'DataSourceType' class.
DataSourceType.getBytes ( Object object )This method is from 'DataSourceType' class.
DataSourceType.getContentType ( Object object, org.apache.cxf.aegis.Context context )This method is from 'DataSourceType' class.
DataSourceType.readAttachment ( org.apache.cxf.message.Attachment att, org.apache.cxf.aegis.Context context )This method is from 'DataSourceType' class.
DataSourceType.wrapBytes ( byte[ ] bareBytes, String contentType )This method is from 'DataSourceType' class.
[+] StreamDataSource (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
StreamDataSource.getContentType ( )This method is from 'StreamDataSource' class.
StreamDataSource.getInputStream ( )This method is from 'StreamDataSource' class.
StreamDataSource.getName ( )This method is from 'StreamDataSource' class.
StreamDataSource.getOutputStream ( )This method is from 'StreamDataSource' class.
StreamDataSource.StreamDataSource ( String contentType, java.io.InputStream stream )This constructor is from 'StreamDataSource' class.
package org.apache.cxf.aegis.type.xml
[+] DocumentType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
DocumentType.DocumentType ( )This constructor is from 'DocumentType' class.
DocumentType.readObject ( org.apache.cxf.aegis.xml.MessageReader mreader, org.apache.cxf.aegis.Context context )This method is from 'DocumentType' class.
DocumentType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'DocumentType' class.
[+] JDOMDocumentType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
JDOMDocumentType.JDOMDocumentType ( )This constructor is from 'JDOMDocumentType' class.
JDOMDocumentType.readObject ( org.apache.cxf.aegis.xml.MessageReader mreader, org.apache.cxf.aegis.Context context )This method is from 'JDOMDocumentType' class.
JDOMDocumentType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'JDOMDocumentType' class.
[+] JDOMElementType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
JDOMElementType.JDOMElementType ( )This constructor is from 'JDOMElementType' class.
JDOMElementType.readObject ( org.apache.cxf.aegis.xml.MessageReader mreader, org.apache.cxf.aegis.Context context )This method is from 'JDOMElementType' class.
JDOMElementType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'JDOMElementType' class.
[+] SourceType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SourceType.createXMLReader ( )This method is from 'SourceType' class.
SourceType.readObject ( org.apache.cxf.aegis.xml.MessageReader mreader, org.apache.cxf.aegis.Context context )This method is from 'SourceType' class.
SourceType.SourceType ( )This constructor is from 'SourceType' class.
SourceType.write ( javax.xml.transform.Source object, javax.xml.stream.XMLStreamWriter writer )This method is from 'SourceType' class.
SourceType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'SourceType' class.
[+] XMLStreamReaderType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
XMLStreamReaderType.readObject ( org.apache.cxf.aegis.xml.MessageReader mreader, org.apache.cxf.aegis.Context context )This method is from 'XMLStreamReaderType' class.
XMLStreamReaderType.writeObject ( Object object, org.apache.cxf.aegis.xml.MessageWriter writer, org.apache.cxf.aegis.Context context )This method is from 'XMLStreamReaderType' class.
XMLStreamReaderType.XMLStreamReaderType ( )This constructor is from 'XMLStreamReaderType' class.
package org.apache.cxf.aegis.util
[+] NamespaceHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
NamespaceHelper.createQName ( javax.xml.namespace.NamespaceContext nc, String value )This method is from 'NamespaceHelper' class.
NamespaceHelper.createQName ( org.w3c.dom.Element e, String value, String defaultNamespace )This method is from 'NamespaceHelper' class.
NamespaceHelper.getPrefix ( org.w3c.dom.Element element, String namespaceURI )This method is from 'NamespaceHelper' class.
NamespaceHelper.getPrefixes ( org.w3c.dom.Element element, String namespaceURI, java.util.List prefixes )This method is from 'NamespaceHelper' class.
NamespaceHelper.getUniquePrefix ( javax.xml.stream.XMLStreamWriter writer, String namespaceURI, boolean declare )This method is from 'NamespaceHelper' class.
NamespaceHelper.getUniquePrefix ( javax.xml.stream.XMLStreamWriter writer, String namespaceURI, String preferred, boolean declare )This method is from 'NamespaceHelper' class.
NamespaceHelper.getUniquePrefix ( org.w3c.dom.Element element, String namespaceURI )This method is from 'NamespaceHelper' class.
NamespaceHelper.makeNamespaceFromClassName ( String className, String protocol )This method is from 'NamespaceHelper' class.
NamespaceHelper.makePackageName ( String namespace )This method is from 'NamespaceHelper' class.
NamespaceHelper.readQName ( javax.xml.stream.XMLStreamReader reader )This method is from 'NamespaceHelper' class.
[+] ServiceUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ServiceUtils.getMethodName ( reflect.Method m )This method is from 'ServiceUtils' class.
ServiceUtils.makeQualifiedNameFromClass ( Class clazz )This method is from 'ServiceUtils' class.
ServiceUtils.makeServiceNameFromClassName ( Class clazz )This method is from 'ServiceUtils' class.
[+] UID (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
UID.generate ( )This method is from 'UID' class.
package org.apache.cxf.aegis.util.date
[+] TimezoneLessXsDateFormat (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
TimezoneLessXsDateFormat.TimezoneLessXsDateFormat ( )This constructor is from 'TimezoneLessXsDateFormat' class.
[+] XsDateFormat (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
XsDateFormat.XsDateFormat ( )This constructor is from 'XsDateFormat' class.
[+] XsDateTimeFormat (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
XsDateTimeFormat.format ( Object pCalendar, StringBuffer pBuffer, java.text.FieldPosition pPos )This method is from 'XsDateTimeFormat' class.
XsDateTimeFormat.parseObject ( String pString, java.text.ParsePosition pParsePosition )This method is from 'XsDateTimeFormat' class.
XsDateTimeFormat.XsDateTimeFormat ( )This constructor is from 'XsDateTimeFormat' class.
[+] XsTimeFormat (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
XsTimeFormat.XsTimeFormat ( )This constructor is from 'XsTimeFormat' class.
package org.apache.cxf.aegis.util.jdom
[+] StaxBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
StaxBuilder.build ( java.io.InputStream is )This method is from 'StaxBuilder' class.
StaxBuilder.build ( java.io.Reader reader )This method is from 'StaxBuilder' class.
StaxBuilder.build ( javax.xml.stream.XMLStreamReader r )This method is from 'StaxBuilder' class.
StaxBuilder.getAdditionalNamespaces ( )This method is from 'StaxBuilder' class.
StaxBuilder.getFactory ( )This method is from 'StaxBuilder' class.
StaxBuilder.setAdditionalNamespaces ( java.util.Map additionalNamespaces )This method is from 'StaxBuilder' class.
StaxBuilder.setFactory ( org.jdom.JDOMFactory f )This method is from 'StaxBuilder' class.
StaxBuilder.setIgnoreWhitespace ( boolean state )This method is from 'StaxBuilder' class.
StaxBuilder.StaxBuilder ( )This constructor is from 'StaxBuilder' class.
StaxBuilder.StaxBuilder ( java.util.Map namespaces )This constructor is from 'StaxBuilder' class.
[+] StaxSerializer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
StaxSerializer.StaxSerializer ( )This constructor is from 'StaxSerializer' class.
StaxSerializer.writeDocument ( org.jdom.Document doc, javax.xml.stream.XMLStreamWriter writer )This method is from 'StaxSerializer' class.
StaxSerializer.writeElement ( org.jdom.Element e, javax.xml.stream.XMLStreamWriter writer )This method is from 'StaxSerializer' class.
package org.apache.cxf.aegis.util.stax
[+] JDOMNamespaceContext (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
JDOMNamespaceContext.getElement ( )This method is from 'JDOMNamespaceContext' class.
JDOMNamespaceContext.getNamespaceURI ( String prefix )This method is from 'JDOMNamespaceContext' class.
JDOMNamespaceContext.getPrefix ( String uri )This method is from 'JDOMNamespaceContext' class.
JDOMNamespaceContext.getPrefixes ( String uri )This method is from 'JDOMNamespaceContext' class.
JDOMNamespaceContext.JDOMNamespaceContext ( )This constructor is from 'JDOMNamespaceContext' class.
JDOMNamespaceContext.rawGetPrefix ( org.jdom.Element element, String namespaceURI )This method is from 'JDOMNamespaceContext' class.
JDOMNamespaceContext.setElement ( org.jdom.Element element )This method is from 'JDOMNamespaceContext' class.
[+] JDOMStreamReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (34)
JDOMStreamReader.endElement ( )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getAttributeCount ( )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getAttributeLocalName ( int i )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getAttributeName ( int i )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getAttributeNamespace ( int i )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getAttributePrefix ( int i )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getAttributeType ( int i )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getAttributeValue ( int i )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getAttributeValue ( String ns, String local )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getChildFrame ( )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getCurrentElement ( )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getElementText ( )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getEncoding ( )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getLocalName ( )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getName ( )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getNamespaceContext ( )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getNamespaceCount ( )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getNamespacePrefix ( int i )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getNamespaceURI ( )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getNamespaceURI ( int i )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getNamespaceURI ( String prefix )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getPIData ( )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getPITarget ( )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getPrefix ( )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getText ( )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getTextCharacters ( )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getTextLength ( )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.getTextStart ( )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.hasMoreChildren ( )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.isAttributeSpecified ( int i )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.JDOMStreamReader ( org.jdom.Document document )This constructor is from 'JDOMStreamReader' class.
JDOMStreamReader.JDOMStreamReader ( org.jdom.Element element )This constructor is from 'JDOMStreamReader' class.
JDOMStreamReader.nextChild ( )This method is from 'JDOMStreamReader' class.
JDOMStreamReader.toStaxType ( int jdom )This method is from 'JDOMStreamReader' class.
[+] JDOMStreamWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (35)
JDOMStreamWriter.close ( )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.flush ( )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.getDocument ( )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.getNamespaceContext ( )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.getPrefix ( String uri )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.getProperty ( String prop )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.JDOMStreamWriter ( )This constructor is from 'JDOMStreamWriter' class.
JDOMStreamWriter.JDOMStreamWriter ( org.jdom.Element e )This constructor is from 'JDOMStreamWriter' class.
JDOMStreamWriter.setDefaultNamespace ( String arg0 )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.setNamespaceContext ( javax.xml.namespace.NamespaceContext ctx )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.setPrefix ( String arg0, String arg1 )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeAttribute ( String local, String value )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeAttribute ( String namespace, String local, String value )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeAttribute ( String prefix, String namespace, String local, String value )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeCData ( String data )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeCharacters ( char[ ] text, int start, int len )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeCharacters ( String text )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeComment ( String value )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeDefaultNamespace ( String namespace )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeDTD ( String arg0 )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeEmptyElement ( String local )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeEmptyElement ( String namespace, String local )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeEmptyElement ( String prefix, String namespace, String local )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeEndDocument ( )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeEndElement ( )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeEntityRef ( String ref )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeNamespace ( String prefix, String namespace )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeProcessingInstruction ( String arg0 )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeProcessingInstruction ( String arg0, String arg1 )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeStartDocument ( )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeStartDocument ( String version )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeStartDocument ( String encoding, String version )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeStartElement ( String local )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeStartElement ( String namespace, String local )This method is from 'JDOMStreamWriter' class.
JDOMStreamWriter.writeStartElement ( String prefix, String local, String namespace )This method is from 'JDOMStreamWriter' class.
[+] W3CNamespaceContext (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
W3CNamespaceContext.getElement ( )This method is from 'W3CNamespaceContext' class.
W3CNamespaceContext.getNamespaceURI ( String prefix )This method is from 'W3CNamespaceContext' class.
W3CNamespaceContext.getPrefix ( String uri )This method is from 'W3CNamespaceContext' class.
W3CNamespaceContext.getPrefixes ( String uri )This method is from 'W3CNamespaceContext' class.
W3CNamespaceContext.setElement ( org.w3c.dom.Element cn )This method is from 'W3CNamespaceContext' class.
W3CNamespaceContext.W3CNamespaceContext ( )This constructor is from 'W3CNamespaceContext' class.
package org.apache.cxf.aegis.xml
[+] AbstractMessageReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
AbstractMessageReader.AbstractMessageReader ( )This constructor is from 'AbstractMessageReader' abstract class.
AbstractMessageReader.getValueAsBoolean ( )This method is from 'AbstractMessageReader' abstract class.
AbstractMessageReader.getValueAsCharacter ( )This method is from 'AbstractMessageReader' abstract class.
AbstractMessageReader.getValueAsDouble ( )This method is from 'AbstractMessageReader' abstract class.
AbstractMessageReader.getValueAsFloat ( )This method is from 'AbstractMessageReader' abstract class.
AbstractMessageReader.getValueAsInt ( )This method is from 'AbstractMessageReader' abstract class.
AbstractMessageReader.getValueAsLong ( )This method is from 'AbstractMessageReader' abstract class.
AbstractMessageReader.getXMLStreamReader ( )This method is from 'AbstractMessageReader' abstract class.
AbstractMessageReader.hasValue ( )This method is from 'AbstractMessageReader' abstract class.
AbstractMessageReader.isXsiNil ( )This method is from 'AbstractMessageReader' abstract class.
AbstractMessageReader.readToEnd ( )This method is from 'AbstractMessageReader' abstract class.
[+] AbstractMessageWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
AbstractMessageWriter.AbstractMessageWriter ( )This constructor is from 'AbstractMessageWriter' abstract class.
AbstractMessageWriter.writeValueAsBoolean ( boolean b )This method is from 'AbstractMessageWriter' abstract class.
AbstractMessageWriter.writeValueAsByte ( Byte b )This method is from 'AbstractMessageWriter' abstract class.
AbstractMessageWriter.writeValueAsCharacter ( Character char1 )This method is from 'AbstractMessageWriter' abstract class.
AbstractMessageWriter.writeValueAsDouble ( Double d )This method is from 'AbstractMessageWriter' abstract class.
AbstractMessageWriter.writeValueAsFloat ( Float f )This method is from 'AbstractMessageWriter' abstract class.
AbstractMessageWriter.writeValueAsInt ( Integer i )This method is from 'AbstractMessageWriter' abstract class.
AbstractMessageWriter.writeValueAsLong ( Long l )This method is from 'AbstractMessageWriter' abstract class.
AbstractMessageWriter.writeValueAsShort ( Short s )This method is from 'AbstractMessageWriter' abstract class.
AbstractMessageWriter.writeXsiNil ( )This method is from 'AbstractMessageWriter' abstract class.
AbstractMessageWriter.writeXsiType ( javax.xml.namespace.QName type )This method is from 'AbstractMessageWriter' abstract class.
[+] MessageReader (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (19)
MessageReader.getAttributeReader ( javax.xml.namespace.QName p1 )This abstract method is from 'MessageReader' interface.
MessageReader.getLocalName ( )This abstract method is from 'MessageReader' interface.
MessageReader.getName ( )This abstract method is from 'MessageReader' interface.
MessageReader.getNamespace ( )This abstract method is from 'MessageReader' interface.
MessageReader.getNamespaceForPrefix ( String p1 )This abstract method is from 'MessageReader' interface.
MessageReader.getNextAttributeReader ( )This abstract method is from 'MessageReader' interface.
MessageReader.getNextElementReader ( )This abstract method is from 'MessageReader' interface.
MessageReader.getValue ( )This abstract method is from 'MessageReader' interface.
MessageReader.getValueAsBoolean ( )This abstract method is from 'MessageReader' interface.
MessageReader.getValueAsCharacter ( )This abstract method is from 'MessageReader' interface.
MessageReader.getValueAsDouble ( )This abstract method is from 'MessageReader' interface.
MessageReader.getValueAsFloat ( )This abstract method is from 'MessageReader' interface.
MessageReader.getValueAsInt ( )This abstract method is from 'MessageReader' interface.
MessageReader.getValueAsLong ( )This abstract method is from 'MessageReader' interface.
MessageReader.getXMLStreamReader ( )This abstract method is from 'MessageReader' interface.
MessageReader.hasMoreAttributeReaders ( )This abstract method is from 'MessageReader' interface.
MessageReader.hasMoreElementReaders ( )This abstract method is from 'MessageReader' interface.
MessageReader.isXsiNil ( )This abstract method is from 'MessageReader' interface.
MessageReader.readToEnd ( )This abstract method is from 'MessageReader' interface.
[+] MessageWriter (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (20)
MessageWriter.close ( )This abstract method is from 'MessageWriter' interface.
MessageWriter.getAttributeWriter ( String p1 )This abstract method is from 'MessageWriter' interface.
MessageWriter.getAttributeWriter ( String p1, String p2 )This abstract method is from 'MessageWriter' interface.
MessageWriter.getAttributeWriter ( javax.xml.namespace.QName p1 )This abstract method is from 'MessageWriter' interface.
MessageWriter.getElementWriter ( String p1 )This abstract method is from 'MessageWriter' interface.
MessageWriter.getElementWriter ( String p1, String p2 )This abstract method is from 'MessageWriter' interface.
MessageWriter.getElementWriter ( javax.xml.namespace.QName p1 )This abstract method is from 'MessageWriter' interface.
MessageWriter.getPrefixForNamespace ( String p1 )This abstract method is from 'MessageWriter' interface.
MessageWriter.getPrefixForNamespace ( String p1, String p2 )This abstract method is from 'MessageWriter' interface.
MessageWriter.writeValue ( Object p1 )This abstract method is from 'MessageWriter' interface.
MessageWriter.writeValueAsBoolean ( boolean p1 )This abstract method is from 'MessageWriter' interface.
MessageWriter.writeValueAsByte ( Byte p1 )This abstract method is from 'MessageWriter' interface.
MessageWriter.writeValueAsCharacter ( Character p1 )This abstract method is from 'MessageWriter' interface.
MessageWriter.writeValueAsDouble ( Double p1 )This abstract method is from 'MessageWriter' interface.
MessageWriter.writeValueAsFloat ( Float p1 )This abstract method is from 'MessageWriter' interface.
MessageWriter.writeValueAsInt ( Integer p1 )This abstract method is from 'MessageWriter' interface.
MessageWriter.writeValueAsLong ( Long p1 )This abstract method is from 'MessageWriter' interface.
MessageWriter.writeValueAsShort ( Short p1 )This abstract method is from 'MessageWriter' interface.
MessageWriter.writeXsiNil ( )This abstract method is from 'MessageWriter' interface.
MessageWriter.writeXsiType ( javax.xml.namespace.QName p1 )This abstract method is from 'MessageWriter' interface.
package org.apache.cxf.aegis.xml.jdom
[+] AttributeWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
AttributeWriter.AttributeWriter ( org.jdom.Attribute att )This constructor is from 'AttributeWriter' class.
AttributeWriter.close ( )This method is from 'AttributeWriter' class.
AttributeWriter.getAttributeWriter ( String name )This method is from 'AttributeWriter' class.
AttributeWriter.getAttributeWriter ( String name, String namespace )This method is from 'AttributeWriter' class.
AttributeWriter.getAttributeWriter ( javax.xml.namespace.QName qname )This method is from 'AttributeWriter' class.
AttributeWriter.getElementWriter ( String name )This method is from 'AttributeWriter' class.
AttributeWriter.getElementWriter ( String name, String namespace )This method is from 'AttributeWriter' class.
AttributeWriter.getElementWriter ( javax.xml.namespace.QName qname )This method is from 'AttributeWriter' class.
AttributeWriter.getPrefixForNamespace ( String namespace )This method is from 'AttributeWriter' class.
AttributeWriter.getPrefixForNamespace ( String namespace, String hint )This method is from 'AttributeWriter' class.
AttributeWriter.writeValue ( Object value )This method is from 'AttributeWriter' class.
package org.apache.cxf.aegis.xml.stax
[+] AttributeReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
AttributeReader.AttributeReader ( javax.xml.namespace.QName name, String value )This constructor is from 'AttributeReader' class.
AttributeReader.getAttributeReader ( String n, String namespace )This method is from 'AttributeReader' class.
AttributeReader.getAttributeReader ( javax.xml.namespace.QName qName )This method is from 'AttributeReader' class.
AttributeReader.getLocalName ( )This method is from 'AttributeReader' class.
AttributeReader.getName ( )This method is from 'AttributeReader' class.
AttributeReader.getNamespace ( )This method is from 'AttributeReader' class.
AttributeReader.getNamespaceForPrefix ( String prefix )This method is from 'AttributeReader' class.
AttributeReader.getNextAttributeReader ( )This method is from 'AttributeReader' class.
AttributeReader.getNextElementReader ( )This method is from 'AttributeReader' class.
AttributeReader.getValue ( )This method is from 'AttributeReader' class.
AttributeReader.hasMoreAttributeReaders ( )This method is from 'AttributeReader' class.
AttributeReader.hasMoreElementReaders ( )This method is from 'AttributeReader' class.
[+] AttributeWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
AttributeWriter.AttributeWriter ( javax.xml.stream.XMLStreamWriter writer, String name, String namespace )This constructor is from 'AttributeWriter' class.
AttributeWriter.close ( )This method is from 'AttributeWriter' class.
AttributeWriter.getAttributeWriter ( String nm )This method is from 'AttributeWriter' class.
AttributeWriter.getAttributeWriter ( String nm, String ns )This method is from 'AttributeWriter' class.
AttributeWriter.getAttributeWriter ( javax.xml.namespace.QName qname )This method is from 'AttributeWriter' class.
AttributeWriter.getElementWriter ( String nm )This method is from 'AttributeWriter' class.
AttributeWriter.getElementWriter ( String nm, String ns )This method is from 'AttributeWriter' class.
AttributeWriter.getElementWriter ( javax.xml.namespace.QName qname )This method is from 'AttributeWriter' class.
AttributeWriter.getPrefixForNamespace ( String ns )This method is from 'AttributeWriter' class.
AttributeWriter.getPrefixForNamespace ( String ns, String hint )This method is from 'AttributeWriter' class.
AttributeWriter.writeValue ( Object value )This method is from 'AttributeWriter' class.
[+] ElementReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
ElementReader.ElementReader ( java.io.InputStream is )This constructor is from 'ElementReader' class.
ElementReader.ElementReader ( javax.xml.stream.XMLStreamReader reader )This constructor is from 'ElementReader' class.
ElementReader.ElementReader ( org.apache.cxf.staxutils.DepthXMLStreamReader root )This constructor is from 'ElementReader' class.
ElementReader.getAttributeReader ( javax.xml.namespace.QName qName )This method is from 'ElementReader' class.
ElementReader.getLocalName ( )This method is from 'ElementReader' class.
ElementReader.getName ( )This method is from 'ElementReader' class.
ElementReader.getNamespace ( )This method is from 'ElementReader' class.
ElementReader.getNamespaceForPrefix ( String prefix )This method is from 'ElementReader' class.
ElementReader.getNextAttributeReader ( )This method is from 'ElementReader' class.
ElementReader.getNextElementReader ( )This method is from 'ElementReader' class.
ElementReader.getValue ( )This method is from 'ElementReader' class.
ElementReader.getValue ( String ns, String attr )This method is from 'ElementReader' class.
ElementReader.getXMLStreamReader ( )This method is from 'ElementReader' class.
ElementReader.getXsiType ( )This method is from 'ElementReader' class.
ElementReader.hasMoreAttributeReaders ( )This method is from 'ElementReader' class.
ElementReader.hasMoreElementReaders ( )This method is from 'ElementReader' class.
[+] ElementWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (18)
ElementWriter.close ( )This method is from 'ElementWriter' class.
ElementWriter.ElementWriter ( java.io.OutputStream os, String name, String namespace )This constructor is from 'ElementWriter' class.
ElementWriter.ElementWriter ( javax.xml.stream.XMLStreamWriter writer )This constructor is from 'ElementWriter' class.
ElementWriter.ElementWriter ( javax.xml.stream.XMLStreamWriter writer, String name, String namespace )This constructor is from 'ElementWriter' class.
ElementWriter.ElementWriter ( javax.xml.stream.XMLStreamWriter writer, String name, String namespace, String prefix )This constructor is from 'ElementWriter' class.
ElementWriter.ElementWriter ( javax.xml.stream.XMLStreamWriter streamWriter, javax.xml.namespace.QName name )This constructor is from 'ElementWriter' class.
ElementWriter.flush ( )This method is from 'ElementWriter' class.
ElementWriter.getAttributeWriter ( String nm )This method is from 'ElementWriter' class.
ElementWriter.getAttributeWriter ( String nm, String ns )This method is from 'ElementWriter' class.
ElementWriter.getAttributeWriter ( javax.xml.namespace.QName qname )This method is from 'ElementWriter' class.
ElementWriter.getElementWriter ( String nm )This method is from 'ElementWriter' class.
ElementWriter.getElementWriter ( String nm, String ns )This method is from 'ElementWriter' class.
ElementWriter.getElementWriter ( javax.xml.namespace.QName qname )This method is from 'ElementWriter' class.
ElementWriter.getNamespace ( )This method is from 'ElementWriter' class.
ElementWriter.getPrefixForNamespace ( String ns )This method is from 'ElementWriter' class.
ElementWriter.getPrefixForNamespace ( String ns, String hint )This method is from 'ElementWriter' class.
ElementWriter.getXMLStreamWriter ( )This method is from 'ElementWriter' class.
ElementWriter.writeValue ( Object value )This method is from 'ElementWriter' class.
package org.apache.cxf.annotations
[+] DataBinding (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
DataBinding.ref ( )This abstract method is from 'DataBinding' interface.
DataBinding.value ( )This abstract method is from 'DataBinding' interface.
[+] EndpointProperties (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
EndpointProperties.value ( )This abstract method is from 'EndpointProperties' interface.
[+] EndpointProperty (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
EndpointProperty.key ( )This abstract method is from 'EndpointProperty' interface.
EndpointProperty.value ( )This abstract method is from 'EndpointProperty' interface.
[+] FactoryType (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
FactoryType.args ( )This abstract method is from 'FactoryType' interface.
FactoryType.factoryClass ( )This abstract method is from 'FactoryType' interface.
FactoryType.value ( )This abstract method is from 'FactoryType' interface.
[+] FactoryType.DEFAULT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
FactoryType.DEFAULT.FactoryType.DEFAULT ( )This constructor is from 'FactoryType.DEFAULT' class.
[+] FactoryType.Type (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
FactoryType.Type.valueOf ( String name )This method is from 'FactoryType.Type' class.
FactoryType.Type.values ( )This method is from 'FactoryType.Type' class.
[+] FastInfoset (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
FastInfoset.force ( )This abstract method is from 'FastInfoset' interface.
[+] GZIP (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
GZIP.threshold ( )This abstract method is from 'GZIP' interface.
[+] Logging (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Logging.inLocation ( )This abstract method is from 'Logging' interface.
Logging.limit ( )This abstract method is from 'Logging' interface.
Logging.outLocation ( )This abstract method is from 'Logging' interface.
Logging.pretty ( )This abstract method is from 'Logging' interface.
[+] Policies (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
Policies.value ( )This abstract method is from 'Policies' interface.
[+] Policy (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Policy.faultClass ( )This abstract method is from 'Policy' interface.
Policy.includeInWSDL ( )This abstract method is from 'Policy' interface.
Policy.placement ( )This abstract method is from 'Policy' interface.
Policy.uri ( )This abstract method is from 'Policy' interface.
[+] Policy.DEFAULT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
Policy.DEFAULT.Policy.DEFAULT ( )This constructor is from 'Policy.DEFAULT' class.
[+] Policy.Placement (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
Policy.Placement.valueOf ( String name )This method is from 'Policy.Placement' class.
Policy.Placement.values ( )This method is from 'Policy.Placement' class.
[+] SchemaValidation (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
SchemaValidation.enabled ( )This abstract method is from 'SchemaValidation' interface.
[+] WSDLDocumentation (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
WSDLDocumentation.faultClass ( )This abstract method is from 'WSDLDocumentation' interface.
WSDLDocumentation.placement ( )This abstract method is from 'WSDLDocumentation' interface.
WSDLDocumentation.value ( )This abstract method is from 'WSDLDocumentation' interface.
[+] WSDLDocumentation.DEFAULT (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
WSDLDocumentation.DEFAULT.WSDLDocumentation.DEFAULT ( )This constructor is from 'WSDLDocumentation.DEFAULT' class.
[+] WSDLDocumentation.Placement (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
WSDLDocumentation.Placement.valueOf ( String name )This method is from 'WSDLDocumentation.Placement' class.
WSDLDocumentation.Placement.values ( )This method is from 'WSDLDocumentation.Placement' class.
[+] WSDLDocumentationCollection (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
WSDLDocumentationCollection.value ( )This abstract method is from 'WSDLDocumentationCollection' interface.
package org.apache.cxf.attachment
[+] AttachmentDataSource (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
AttachmentDataSource.AttachmentDataSource ( String ctParam, java.io.InputStream inParam )This constructor is from 'AttachmentDataSource' class.
AttachmentDataSource.cache ( )This method is from 'AttachmentDataSource' class.
AttachmentDataSource.getContentType ( )This method is from 'AttachmentDataSource' class.
AttachmentDataSource.getInputStream ( )This method is from 'AttachmentDataSource' class.
AttachmentDataSource.getName ( )This method is from 'AttachmentDataSource' class.
AttachmentDataSource.getOutputStream ( )This method is from 'AttachmentDataSource' class.
AttachmentDataSource.hold ( )This method is from 'AttachmentDataSource' class.
AttachmentDataSource.isCached ( )This method is from 'AttachmentDataSource' class.
AttachmentDataSource.release ( )This method is from 'AttachmentDataSource' class.
[+] AttachmentDeserializer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
AttachmentDeserializer.AttachmentDeserializer ( org.apache.cxf.message.Message message )This constructor is from 'AttachmentDeserializer' class.
AttachmentDeserializer.AttachmentDeserializer ( org.apache.cxf.message.Message message, java.util.List supportedTypes )This constructor is from 'AttachmentDeserializer' class.
AttachmentDeserializer.hasNext ( )This method is from 'AttachmentDeserializer' class.
AttachmentDeserializer.initializeAttachments ( )This method is from 'AttachmentDeserializer' class.
AttachmentDeserializer.initializeRootMessage ( )This method is from 'AttachmentDeserializer' class.
AttachmentDeserializer.isLazyLoading ( )This method is from 'AttachmentDeserializer' class.
AttachmentDeserializer.markClosed ( DelegatingInputStream delegatingInputStream )This method is from 'AttachmentDeserializer' class.
AttachmentDeserializer.readNext ( )This method is from 'AttachmentDeserializer' class.
AttachmentDeserializer.setLazyLoading ( boolean lazyLoading )This method is from 'AttachmentDeserializer' class.
[+] AttachmentImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
AttachmentImpl.AttachmentImpl ( String idParam )This constructor is from 'AttachmentImpl' class.
AttachmentImpl.AttachmentImpl ( String idParam, javax.activation.DataHandler handlerParam )This constructor is from 'AttachmentImpl' class.
AttachmentImpl.getDataHandler ( )This method is from 'AttachmentImpl' class.
AttachmentImpl.getHeader ( String name )This method is from 'AttachmentImpl' class.
AttachmentImpl.getHeaderNames ( )This method is from 'AttachmentImpl' class.
AttachmentImpl.getId ( )This method is from 'AttachmentImpl' class.
AttachmentImpl.isXOP ( )This method is from 'AttachmentImpl' class.
AttachmentImpl.setDataHandler ( javax.activation.DataHandler dataHandler )This method is from 'AttachmentImpl' class.
AttachmentImpl.setHeader ( String name, String value )This method is from 'AttachmentImpl' class.
AttachmentImpl.setXOP ( boolean xopParam )This method is from 'AttachmentImpl' class.
[+] AttachmentSerializer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
AttachmentSerializer.AttachmentSerializer ( org.apache.cxf.message.Message messageParam )This constructor is from 'AttachmentSerializer' class.
AttachmentSerializer.AttachmentSerializer ( org.apache.cxf.message.Message messageParam, String multipartType, java.util.Map headers )This constructor is from 'AttachmentSerializer' class.
AttachmentSerializer.isXop ( )This method is from 'AttachmentSerializer' class.
AttachmentSerializer.setXop ( boolean xop )This method is from 'AttachmentSerializer' class.
AttachmentSerializer.writeAttachments ( )This method is from 'AttachmentSerializer' class.
AttachmentSerializer.writeProlog ( )This method is from 'AttachmentSerializer' class.
[+] AttachmentUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
AttachmentUtil.createAttachment ( java.io.InputStream stream, javax.mail.internet.InternetHeaders headers )This method is from 'AttachmentUtil' class.
AttachmentUtil.createContentID ( String ns )This method is from 'AttachmentUtil' class.
AttachmentUtil.createMtomAttachment ( boolean isXop, String mimeType, String elementNS, byte[ ] data, int offset, int length, int threshold )This method is from 'AttachmentUtil' class.
AttachmentUtil.createMtomAttachmentFromDH ( boolean isXop, javax.activation.DataHandler handler, String elementNS, int threshold )This method is from 'AttachmentUtil' class.
AttachmentUtil.getAttachmentDataSource ( String contentId, java.util.Collection atts )This method is from 'AttachmentUtil' class.
AttachmentUtil.getAttachmentPartHeader ( org.apache.cxf.message.Attachment att )This method is from 'AttachmentUtil' class.
AttachmentUtil.getCommandMap ( )This method is from 'AttachmentUtil' class.
AttachmentUtil.getDHMap ( java.util.Collection attachments )This method is from 'AttachmentUtil' class.
AttachmentUtil.getUniqueBoundaryValue ( )This method is from 'AttachmentUtil' class.
AttachmentUtil.isTypeSupported ( String contentType, java.util.List types )This method is from 'AttachmentUtil' class.
[+] ByteDataSource (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
ByteDataSource.ByteDataSource ( byte[ ] dataParam )This constructor is from 'ByteDataSource' class.
ByteDataSource.ByteDataSource ( byte[ ] dataParam, int offsetParam, int lengthParam )This constructor is from 'ByteDataSource' class.
ByteDataSource.ByteDataSource ( byte[ ] dataParam, String ct )This constructor is from 'ByteDataSource' class.
ByteDataSource.getContentType ( )This method is from 'ByteDataSource' class.
ByteDataSource.getData ( )This method is from 'ByteDataSource' class.
ByteDataSource.getInputStream ( )This method is from 'ByteDataSource' class.
ByteDataSource.getName ( )This method is from 'ByteDataSource' class.
ByteDataSource.getOutputStream ( )This method is from 'ByteDataSource' class.
ByteDataSource.setContentType ( String contentTypeParam )This method is from 'ByteDataSource' class.
ByteDataSource.setData ( byte[ ] dataParam )This method is from 'ByteDataSource' class.
ByteDataSource.setName ( String nameParam )This method is from 'ByteDataSource' class.
[+] DelegatingInputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
DelegatingInputStream.available ( )This method is from 'DelegatingInputStream' class.
DelegatingInputStream.close ( )This method is from 'DelegatingInputStream' class.
DelegatingInputStream.getInputStream ( )This method is from 'DelegatingInputStream' class.
DelegatingInputStream.isClosed ( )This method is from 'DelegatingInputStream' class.
DelegatingInputStream.mark ( int arg0 )This method is from 'DelegatingInputStream' class.
DelegatingInputStream.markSupported ( )This method is from 'DelegatingInputStream' class.
DelegatingInputStream.read ( )This method is from 'DelegatingInputStream' class.
DelegatingInputStream.read ( byte[ ] bytes )This method is from 'DelegatingInputStream' class.
DelegatingInputStream.read ( byte[ ] bytes, int arg1, int arg2 )This method is from 'DelegatingInputStream' class.
DelegatingInputStream.reset ( )This method is from 'DelegatingInputStream' class.
DelegatingInputStream.setClosed ( boolean closed )This method is from 'DelegatingInputStream' class.
DelegatingInputStream.setInputStream ( java.io.InputStream inputStream )This method is from 'DelegatingInputStream' class.
DelegatingInputStream.skip ( long n )This method is from 'DelegatingInputStream' class.
[+] ImageDataContentHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ImageDataContentHandler.getContent ( javax.activation.DataSource ds )This method is from 'ImageDataContentHandler' class.
ImageDataContentHandler.getTransferData ( java.awt.datatransfer.DataFlavor df, javax.activation.DataSource ds )This method is from 'ImageDataContentHandler' class.
ImageDataContentHandler.getTransferDataFlavors ( )This method is from 'ImageDataContentHandler' class.
ImageDataContentHandler.ImageDataContentHandler ( )This constructor is from 'ImageDataContentHandler' class.
ImageDataContentHandler.writeTo ( Object obj, String mimeType, java.io.OutputStream os )This method is from 'ImageDataContentHandler' class.
[+] LazyAttachmentCollection (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (19)
LazyAttachmentCollection.add ( Object x0 )This method is from 'LazyAttachmentCollection' class.
LazyAttachmentCollection.add ( org.apache.cxf.message.Attachment arg0 )This method is from 'LazyAttachmentCollection' class.
LazyAttachmentCollection.addAll ( java.util.Collection arg0 )This method is from 'LazyAttachmentCollection' class.
LazyAttachmentCollection.clear ( )This method is from 'LazyAttachmentCollection' class.
LazyAttachmentCollection.contains ( Object arg0 )This method is from 'LazyAttachmentCollection' class.
LazyAttachmentCollection.containsAll ( java.util.Collection arg0 )This method is from 'LazyAttachmentCollection' class.
LazyAttachmentCollection.createDataHandlerMap ( )This method is from 'LazyAttachmentCollection' class.
LazyAttachmentCollection.getLoadedAttachments ( )This method is from 'LazyAttachmentCollection' class.
LazyAttachmentCollection.hasNext ( )This method is from 'LazyAttachmentCollection' class.
LazyAttachmentCollection.hasNext ( boolean shouldLoadNew )This method is from 'LazyAttachmentCollection' class.
LazyAttachmentCollection.isEmpty ( )This method is from 'LazyAttachmentCollection' class.
LazyAttachmentCollection.iterator ( )This method is from 'LazyAttachmentCollection' class.
LazyAttachmentCollection.LazyAttachmentCollection ( AttachmentDeserializer deserializer )This constructor is from 'LazyAttachmentCollection' class.
LazyAttachmentCollection.remove ( Object arg0 )This method is from 'LazyAttachmentCollection' class.
LazyAttachmentCollection.removeAll ( java.util.Collection arg0 )This method is from 'LazyAttachmentCollection' class.
LazyAttachmentCollection.retainAll ( java.util.Collection arg0 )This method is from 'LazyAttachmentCollection' class.
LazyAttachmentCollection.size ( )This method is from 'LazyAttachmentCollection' class.
LazyAttachmentCollection.toArray ( )This method is from 'LazyAttachmentCollection' class.
LazyAttachmentCollection.toArray ( Object[ ] arg0 )This method is from 'LazyAttachmentCollection' class.
[+] LazyDataSource (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
LazyDataSource.getContentType ( )This method is from 'LazyDataSource' class.
LazyDataSource.getDataSource ( )This method is from 'LazyDataSource' class.
LazyDataSource.getInputStream ( )This method is from 'LazyDataSource' class.
LazyDataSource.getName ( )This method is from 'LazyDataSource' class.
LazyDataSource.getOutputStream ( )This method is from 'LazyDataSource' class.
LazyDataSource.LazyDataSource ( String id, java.util.Collection attachments )This constructor is from 'LazyDataSource' class.
LazyDataSource.setDataSource ( javax.activation.DataSource dataSource )This method is from 'LazyDataSource' class.
[+] MimeBodyPartInputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
MimeBodyPartInputStream.close ( )This method is from 'MimeBodyPartInputStream' class.
MimeBodyPartInputStream.MimeBodyPartInputStream ( java.io.PushbackInputStream inStreamParam, byte[ ] boundaryParam, int pbsize )This constructor is from 'MimeBodyPartInputStream' class.
MimeBodyPartInputStream.processBuffer ( byte[ ] buffer, int off, int len )This method is from 'MimeBodyPartInputStream' class.
MimeBodyPartInputStream.read ( )This method is from 'MimeBodyPartInputStream' class.
MimeBodyPartInputStream.read ( byte[ ] buf, int origOff, int origLen )This method is from 'MimeBodyPartInputStream' class.
[+] QuotedPrintableDecoderStream (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
QuotedPrintableDecoderStream.QuotedPrintableDecoderStream ( java.io.InputStream is )This constructor is from 'QuotedPrintableDecoderStream' class.
QuotedPrintableDecoderStream.read ( )This method is from 'QuotedPrintableDecoderStream' class.
package org.apache.cxf.binding
[+] AbstractBaseBindingFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
AbstractBaseBindingFactory.AbstractBaseBindingFactory ( )This constructor is from 'AbstractBaseBindingFactory' abstract class.
AbstractBaseBindingFactory.AbstractBaseBindingFactory ( java.util.Collection ns )This constructor is from 'AbstractBaseBindingFactory' abstract class.
AbstractBaseBindingFactory.AbstractBaseBindingFactory ( org.apache.cxf.Bus b )This constructor is from 'AbstractBaseBindingFactory' abstract class.
AbstractBaseBindingFactory.AbstractBaseBindingFactory ( org.apache.cxf.Bus b, java.util.Collection ns )This constructor is from 'AbstractBaseBindingFactory' abstract class.
AbstractBaseBindingFactory.addListener ( org.apache.cxf.transport.Destination d, org.apache.cxf.endpoint.Endpoint e )This method is from 'AbstractBaseBindingFactory' abstract class.
AbstractBaseBindingFactory.createBindingInfo ( org.apache.cxf.service.model.ServiceInfo service, String namespace, Object config )This method is from 'AbstractBaseBindingFactory' abstract class.
AbstractBaseBindingFactory.createBindingInfo ( org.apache.cxf.service.Service service, String namespace, Object config )This method is from 'AbstractBaseBindingFactory' abstract class.
AbstractBaseBindingFactory.getActivationNamespaces ( )This method is from 'AbstractBaseBindingFactory' abstract class.
AbstractBaseBindingFactory.getBus ( )This method is from 'AbstractBaseBindingFactory' abstract class.
AbstractBaseBindingFactory.setActivationNamespaces ( java.util.Collection activationNamespaces )This method is from 'AbstractBaseBindingFactory' abstract class.
AbstractBaseBindingFactory.setBus ( org.apache.cxf.Bus bus )This method is from 'AbstractBaseBindingFactory' abstract class.
[+] AbstractBindingFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
AbstractBindingFactory.AbstractBindingFactory ( )This constructor is from 'AbstractBindingFactory' abstract class.
AbstractBindingFactory.AbstractBindingFactory ( java.util.Collection ns )This constructor is from 'AbstractBindingFactory' abstract class.
AbstractBindingFactory.AbstractBindingFactory ( org.apache.cxf.Bus b )This constructor is from 'AbstractBindingFactory' abstract class.
AbstractBindingFactory.AbstractBindingFactory ( org.apache.cxf.Bus b, java.util.Collection ns )This constructor is from 'AbstractBindingFactory' abstract class.
AbstractBindingFactory.addMessageFromBinding ( javax.wsdl.extensions.ExtensibilityElement ext, org.apache.cxf.service.model.BindingOperationInfo bop, boolean isInput )This method is from 'AbstractBindingFactory' abstract class.
AbstractBindingFactory.createBindingInfo ( org.apache.cxf.service.model.ServiceInfo service, javax.wsdl.Binding binding, String ns )This method is from 'AbstractBindingFactory' abstract class.
AbstractBindingFactory.initializeBindingInfo ( org.apache.cxf.service.model.ServiceInfo service, javax.wsdl.Binding binding, org.apache.cxf.service.model.BindingInfo bi )This method is from 'AbstractBindingFactory' abstract class.
[+] Binding (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
Binding.createMessage ( )This abstract method is from 'Binding' interface.
Binding.createMessage ( org.apache.cxf.message.Message p1 )This abstract method is from 'Binding' interface.
Binding.getBindingInfo ( )This abstract method is from 'Binding' interface.
[+] BindingConfiguration (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
BindingConfiguration.BindingConfiguration ( )This constructor is from 'BindingConfiguration' abstract class.
BindingConfiguration.getBindingId ( )This abstract method is from 'BindingConfiguration' abstract class.
[+] BindingFactory (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BindingFactory.addListener ( org.apache.cxf.transport.Destination p1, org.apache.cxf.endpoint.Endpoint p2 )This abstract method is from 'BindingFactory' interface.
BindingFactory.createBinding ( org.apache.cxf.service.model.BindingInfo p1 )This abstract method is from 'BindingFactory' interface.
BindingFactory.createBindingInfo ( org.apache.cxf.service.Service p1, String p2, Object p3 )This abstract method is from 'BindingFactory' interface.
[+] BindingFactoryManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BindingFactoryManager.getBindingFactory ( String p1 )This abstract method is from 'BindingFactoryManager' interface.
BindingFactoryManager.registerBindingFactory ( String p1, BindingFactory p2 )This abstract method is from 'BindingFactoryManager' interface.
BindingFactoryManager.unregisterBindingFactory ( String p1 )This abstract method is from 'BindingFactoryManager' interface.
[+] BindingFactoryManagerImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
BindingFactoryManagerImpl.BindingFactoryManagerImpl ( )This constructor is from 'BindingFactoryManagerImpl' class.
BindingFactoryManagerImpl.BindingFactoryManagerImpl ( java.util.Map bindingFactories )This constructor is from 'BindingFactoryManagerImpl' class.
BindingFactoryManagerImpl.BindingFactoryManagerImpl ( java.util.Map bindingFactories, org.apache.cxf.Bus b )This constructor is from 'BindingFactoryManagerImpl' class.
BindingFactoryManagerImpl.BindingFactoryManagerImpl ( org.apache.cxf.Bus b )This constructor is from 'BindingFactoryManagerImpl' class.
BindingFactoryManagerImpl.BindingFactoryManagerImpl ( org.apache.cxf.configuration.spring.MapProvider bindingFactories )This constructor is from 'BindingFactoryManagerImpl' class.
BindingFactoryManagerImpl.getBindingFactory ( String namespace )This method is from 'BindingFactoryManagerImpl' class.
BindingFactoryManagerImpl.registerBindingFactory ( String name, BindingFactory factory )This method is from 'BindingFactoryManagerImpl' class.
BindingFactoryManagerImpl.setBus ( org.apache.cxf.Bus b )This method is from 'BindingFactoryManagerImpl' class.
BindingFactoryManagerImpl.setMapProvider ( org.apache.cxf.configuration.spring.MapProvider bindingFactoriesMapProvider )This method is from 'BindingFactoryManagerImpl' class.
BindingFactoryManagerImpl.unregisterBindingFactory ( String name )This method is from 'BindingFactoryManagerImpl' class.
package org.apache.cxf.binding.coloc
[+] ColocInFaultObserver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ColocInFaultObserver.ColocInFaultObserver ( org.apache.cxf.Bus bus )This constructor is from 'ColocInFaultObserver' class.
ColocInFaultObserver.getPhases ( )This method is from 'ColocInFaultObserver' class.
ColocInFaultObserver.initializeInterceptors ( org.apache.cxf.message.Exchange ex, org.apache.cxf.phase.PhaseInterceptorChain chain )This method is from 'ColocInFaultObserver' class.
[+] ColocInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ColocInInterceptor.ColocInInterceptor ( )This constructor is from 'ColocInInterceptor' class.
ColocInInterceptor.handleMessage ( org.apache.cxf.message.Message msg )This method is from 'ColocInInterceptor' class.
[+] ColocMessageObserver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ColocMessageObserver.addColocInterceptors ( )This method is from 'ColocMessageObserver' class.
ColocMessageObserver.ColocMessageObserver ( org.apache.cxf.endpoint.Endpoint endpoint, org.apache.cxf.Bus bus )This constructor is from 'ColocMessageObserver' class.
ColocMessageObserver.onMessage ( org.apache.cxf.message.Message m )This method is from 'ColocMessageObserver' class.
ColocMessageObserver.setExchangeProperties ( org.apache.cxf.message.Exchange exchange, org.apache.cxf.message.Message m )This method is from 'ColocMessageObserver' class.
ColocMessageObserver.setOutBoundMessage ( org.apache.cxf.message.Exchange from, org.apache.cxf.message.Exchange to )This method is from 'ColocMessageObserver' class.
[+] ColocOutFaultObserver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ColocOutFaultObserver.ColocOutFaultObserver ( org.apache.cxf.Bus bus )This constructor is from 'ColocOutFaultObserver' class.
ColocOutFaultObserver.getPhases ( )This method is from 'ColocOutFaultObserver' class.
[+] ColocOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
ColocOutInterceptor.ColocOutInterceptor ( )This constructor is from 'ColocOutInterceptor' class.
ColocOutInterceptor.ColocOutInterceptor ( org.apache.cxf.Bus b )This constructor is from 'ColocOutInterceptor' class.
ColocOutInterceptor.getInBoundMessage ( org.apache.cxf.message.Exchange ex )This method is from 'ColocOutInterceptor' class.
ColocOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'ColocOutInterceptor' class.
ColocOutInterceptor.invokeColocObserver ( org.apache.cxf.message.Message outMsg, org.apache.cxf.endpoint.Endpoint inboundEndpoint )This method is from 'ColocOutInterceptor' class.
ColocOutInterceptor.invokeInboundChain ( org.apache.cxf.message.Exchange ex, org.apache.cxf.endpoint.Endpoint ep )This method is from 'ColocOutInterceptor' class.
ColocOutInterceptor.isColocated ( java.util.List servers, org.apache.cxf.endpoint.Endpoint endpoint, org.apache.cxf.service.model.BindingOperationInfo boi )This method is from 'ColocOutInterceptor' class.
ColocOutInterceptor.isCompatibleOperationInfo ( org.apache.cxf.service.model.BindingOperationInfo sender, org.apache.cxf.service.model.BindingOperationInfo receiver )This method is from 'ColocOutInterceptor' class.
ColocOutInterceptor.isSameOperationInfo ( org.apache.cxf.service.model.BindingOperationInfo sender, org.apache.cxf.service.model.BindingOperationInfo receiver )This method is from 'ColocOutInterceptor' class.
ColocOutInterceptor.setBus ( org.apache.cxf.Bus bus )This method is from 'ColocOutInterceptor' class.
ColocOutInterceptor.setExchangeProperties ( org.apache.cxf.message.Exchange exchange, org.apache.cxf.endpoint.Endpoint ep )This method is from 'ColocOutInterceptor' class.
ColocOutInterceptor.setMessageObserver ( org.apache.cxf.transport.MessageObserver observer )This method is from 'ColocOutInterceptor' class.
[+] ColocUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
ColocUtil.convertObjectToSource ( org.apache.cxf.message.Message message )This method is from 'ColocUtil' class.
ColocUtil.convertSourceToObject ( org.apache.cxf.message.Message message )This method is from 'ColocUtil' class.
ColocUtil.getInInterceptorChain ( org.apache.cxf.message.Exchange ex, java.util.SortedSet phases )This method is from 'ColocUtil' class.
ColocUtil.getOutInterceptorChain ( org.apache.cxf.message.Exchange ex, java.util.SortedSet phases )This method is from 'ColocUtil' class.
ColocUtil.isAssignableOperationInfo ( org.apache.cxf.service.model.OperationInfo oi, Class cls )This method is from 'ColocUtil' class.
ColocUtil.isCompatibleOperationInfo ( org.apache.cxf.service.model.OperationInfo oi1, org.apache.cxf.service.model.OperationInfo oi2 )This method is from 'ColocUtil' class.
ColocUtil.isSameFaultInfo ( java.util.Collection fil1, java.util.Collection fil2 )This method is from 'ColocUtil' class.
ColocUtil.isSameMessageInfo ( org.apache.cxf.service.model.MessageInfo mi1, org.apache.cxf.service.model.MessageInfo mi2 )This method is from 'ColocUtil' class.
ColocUtil.isSameOperationInfo ( org.apache.cxf.service.model.OperationInfo oi1, org.apache.cxf.service.model.OperationInfo oi2 )This method is from 'ColocUtil' class.
ColocUtil.setPhases ( java.util.SortedSet list, String start, String end )This method is from 'ColocUtil' class.
[+] WebFaultInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
WebFaultInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'WebFaultInInterceptor' class.
WebFaultInInterceptor.WebFaultInInterceptor ( )This constructor is from 'WebFaultInInterceptor' class.
package org.apache.cxf.binding.coloc.blueprint
[+] ColocBPNamespaceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ColocBPNamespaceHandler.ColocBPNamespaceHandler ( )This constructor is from 'ColocBPNamespaceHandler' class.
ColocBPNamespaceHandler.decorate ( org.w3c.dom.Node node, org.osgi.service.blueprint.reflect.ComponentMetadata componentMetadata, org.apache.aries.blueprint.ParserContext context )This method is from 'ColocBPNamespaceHandler' class.
ColocBPNamespaceHandler.getManagedClasses ( )This method is from 'ColocBPNamespaceHandler' class.
ColocBPNamespaceHandler.getSchemaLocation ( String s )This method is from 'ColocBPNamespaceHandler' class.
ColocBPNamespaceHandler.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context )This method is from 'ColocBPNamespaceHandler' class.
package org.apache.cxf.binding.coloc.feature
[+] ColocFeature (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ColocFeature.ColocFeature ( )This constructor is from 'ColocFeature' class.
ColocFeature.initialize ( org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus )This method is from 'ColocFeature' class.
ColocFeature.initializeProvider ( org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus )This method is from 'ColocFeature' class.
package org.apache.cxf.binding.coloc.spring
[+] ColocBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ColocBeanDefinitionParser.ColocBeanDefinitionParser ( )This constructor is from 'ColocBeanDefinitionParser' class.
ColocBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 )This method is from 'ColocBeanDefinitionParser' class.
[+] NamespaceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
NamespaceHandler.init ( )This method is from 'NamespaceHandler' class.
NamespaceHandler.NamespaceHandler ( )This constructor is from 'NamespaceHandler' class.
package org.apache.cxf.binding.corba
[+] CorbaBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
CorbaBinding.CorbaBinding ( )This constructor is from 'CorbaBinding' class.
CorbaBinding.createMessage ( )This method is from 'CorbaBinding' class.
CorbaBinding.createMessage ( org.apache.cxf.message.Message m )This method is from 'CorbaBinding' class.
CorbaBinding.getBindingInfo ( )This method is from 'CorbaBinding' class.
CorbaBinding.getFaultInInterceptors ( )This method is from 'CorbaBinding' class.
CorbaBinding.getFaultOutInterceptors ( )This method is from 'CorbaBinding' class.
CorbaBinding.setBindingInfo ( org.apache.cxf.service.model.BindingInfo info )This method is from 'CorbaBinding' class.
[+] CorbaBindingException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
CorbaBindingException.CorbaBindingException ( )This constructor is from 'CorbaBindingException' class.
CorbaBindingException.CorbaBindingException ( String msg )This constructor is from 'CorbaBindingException' class.
CorbaBindingException.CorbaBindingException ( String msg, Throwable t )This constructor is from 'CorbaBindingException' class.
CorbaBindingException.CorbaBindingException ( Throwable t )This constructor is from 'CorbaBindingException' class.
[+] CorbaBindingFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
CorbaBindingFactory.CorbaBindingFactory ( org.apache.cxf.Bus b )This constructor is from 'CorbaBindingFactory' class.
CorbaBindingFactory.createBinding ( org.apache.cxf.service.model.BindingInfo bindingInfo )This method is from 'CorbaBindingFactory' class.
CorbaBindingFactory.getConduit ( org.apache.cxf.service.model.EndpointInfo endpointInfo )This method is from 'CorbaBindingFactory' class.
CorbaBindingFactory.getConduit ( org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target )This method is from 'CorbaBindingFactory' class.
CorbaBindingFactory.getDestination ( org.apache.cxf.service.model.EndpointInfo endpointInfo )This method is from 'CorbaBindingFactory' class.
CorbaBindingFactory.getOrbConfig ( )This method is from 'CorbaBindingFactory' class.
CorbaBindingFactory.getTransportIds ( )This method is from 'CorbaBindingFactory' class.
CorbaBindingFactory.getUriPrefixes ( )This method is from 'CorbaBindingFactory' class.
CorbaBindingFactory.setOrbArgs ( java.util.List args )This method is from 'CorbaBindingFactory' class.
CorbaBindingFactory.setOrbClass ( String cls )This method is from 'CorbaBindingFactory' class.
CorbaBindingFactory.setOrbConfig ( utils.OrbConfig config )This method is from 'CorbaBindingFactory' class.
CorbaBindingFactory.setOrbSingletonClass ( String cls )This method is from 'CorbaBindingFactory' class.
CorbaBindingFactory.setTransportIds ( java.util.List ids )This method is from 'CorbaBindingFactory' class.
[+] CorbaConduit (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (18)
CorbaConduit.buildRequest ( CorbaMessage message, wsdl.OperationType opType )This method is from 'CorbaConduit' class.
CorbaConduit.close ( )This method is from 'CorbaConduit' class.
CorbaConduit.close ( org.apache.cxf.message.Message message )This method is from 'CorbaConduit' class.
CorbaConduit.CorbaConduit ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType ref, utils.OrbConfig config )This constructor is from 'CorbaConduit' class.
CorbaConduit.finalize ( )This method is from 'CorbaConduit' class.
CorbaConduit.getAddress ( )This method is from 'CorbaConduit' class.
CorbaConduit.getArguments ( CorbaMessage message )This method is from 'CorbaConduit' class.
CorbaConduit.getExceptionList ( java.util.Map exceptions, CorbaMessage message, wsdl.OperationType opType )This method is from 'CorbaConduit' class.
CorbaConduit.getMessageObserver ( )This method is from 'CorbaConduit' class.
CorbaConduit.getOperationExceptions ( wsdl.OperationType operation, CorbaTypeMap map )This method is from 'CorbaConduit' class.
CorbaConduit.getOrbConfig ( )This method is from 'CorbaConduit' class.
CorbaConduit.getRequest ( CorbaMessage message, String opName, org.omg.CORBA.NVList nvlist, org.omg.CORBA.NamedValue ret, org.omg.CORBA.ExceptionList exList )This method is from 'CorbaConduit' class.
CorbaConduit.getReturn ( CorbaMessage message )This method is from 'CorbaConduit' class.
CorbaConduit.getTarget ( )This method is from 'CorbaConduit' class.
CorbaConduit.getTargetReference ( org.apache.cxf.ws.addressing.EndpointReferenceType t )This method is from 'CorbaConduit' class.
CorbaConduit.prepare ( org.apache.cxf.message.Message message )This method is from 'CorbaConduit' class.
CorbaConduit.prepareOrb ( )This method is from 'CorbaConduit' class.
CorbaConduit.setMessageObserver ( org.apache.cxf.transport.MessageObserver observer )This method is from 'CorbaConduit' class.
[+] CorbaDestination (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (20)
CorbaDestination.activate ( )This method is from 'CorbaDestination' class.
CorbaDestination.CorbaDestination ( org.apache.cxf.service.model.EndpointInfo ei, utils.OrbConfig config )This constructor is from 'CorbaDestination' class.
CorbaDestination.CorbaDestination ( org.apache.cxf.service.model.EndpointInfo ei, utils.OrbConfig config, CorbaTypeMap tm )This constructor is from 'CorbaDestination' class.
CorbaDestination.createPOA ( String name, org.omg.PortableServer.POA parentPOA, org.omg.PortableServer.POAManager poaManager )This method is from 'CorbaDestination' class.
CorbaDestination.deactivate ( )This method is from 'CorbaDestination' class.
CorbaDestination.getAddress ( )This method is from 'CorbaDestination' class.
CorbaDestination.getAddressType ( )This method is from 'CorbaDestination' class.
CorbaDestination.getAddressWithId ( String id )This method is from 'CorbaDestination' class.
CorbaDestination.getBackChannel ( org.apache.cxf.message.Message inMessage, org.apache.cxf.message.Message partialResponse, org.apache.cxf.ws.addressing.EndpointReferenceType ref )This method is from 'CorbaDestination' class.
CorbaDestination.getBindingInfo ( )This method is from 'CorbaDestination' class.
CorbaDestination.getCorbaTypeMap ( )This method is from 'CorbaDestination' class.
CorbaDestination.getDestinationAddress ( )This method is from 'CorbaDestination' class.
CorbaDestination.getEndPointInfo ( )This method is from 'CorbaDestination' class.
CorbaDestination.getId ( java.util.Map contextMap )This method is from 'CorbaDestination' class.
CorbaDestination.getMessageObserver ( )This method is from 'CorbaDestination' class.
CorbaDestination.getOrb ( )This method is from 'CorbaDestination' class.
CorbaDestination.getORB ( java.util.List orbArgs, String location, java.util.Properties props )This method is from 'CorbaDestination' class.
CorbaDestination.getOrbConfig ( )This method is from 'CorbaDestination' class.
CorbaDestination.setMessageObserver ( org.apache.cxf.transport.MessageObserver observer )This method is from 'CorbaDestination' class.
CorbaDestination.shutdown ( )This method is from 'CorbaDestination' class.
[+] CorbaMessage (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (19)
CorbaMessage.addStreamableArgument ( CorbaStreamable arg )This method is from 'CorbaMessage' class.
CorbaMessage.CorbaMessage ( org.apache.cxf.message.Message m )This constructor is from 'CorbaMessage' class.
CorbaMessage.createStreamableObject ( types.CorbaObjectHandler obj, javax.xml.namespace.QName elName )This method is from 'CorbaMessage' class.
CorbaMessage.getCorbaTypeMap ( )This method is from 'CorbaMessage' class.
CorbaMessage.getList ( )This method is from 'CorbaMessage' class.
CorbaMessage.getStreamableArguments ( )This method is from 'CorbaMessage' class.
CorbaMessage.getStreamableException ( )This method is from 'CorbaMessage' class.
CorbaMessage.getStreamableReturn ( )This method is from 'CorbaMessage' class.
CorbaMessage.getSystemException ( )This method is from 'CorbaMessage' class.
CorbaMessage.setCorbaTypeMap ( CorbaTypeMap typeMap )This method is from 'CorbaMessage' class.
CorbaMessage.setList ( org.omg.CORBA.NVList lst )This method is from 'CorbaMessage' class.
CorbaMessage.setStreamableArguments ( CorbaStreamable[ ] data )This method is from 'CorbaMessage' class.
CorbaMessage.setStreamableArgumentValue ( types.CorbaObjectHandler data, int idx )This method is from 'CorbaMessage' class.
CorbaMessage.setStreamableArgumentValues ( types.CorbaObjectHandler[ ] data )This method is from 'CorbaMessage' class.
CorbaMessage.setStreamableException ( CorbaStreamable ex )This method is from 'CorbaMessage' class.
CorbaMessage.setStreamableExceptionValue ( types.CorbaObjectHandler exData )This method is from 'CorbaMessage' class.
CorbaMessage.setStreamableReturn ( CorbaStreamable data )This method is from 'CorbaMessage' class.
CorbaMessage.setStreamableReturnValue ( types.CorbaObjectHandler data )This method is from 'CorbaMessage' class.
CorbaMessage.setSystemException ( org.omg.CORBA.SystemException sysEx )This method is from 'CorbaMessage' class.
[+] CorbaServerConduit (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
CorbaServerConduit.buildRequestResult ( CorbaMessage msg )This method is from 'CorbaServerConduit' class.
CorbaServerConduit.close ( )This method is from 'CorbaServerConduit' class.
CorbaServerConduit.close ( org.apache.cxf.message.Message message )This method is from 'CorbaServerConduit' class.
CorbaServerConduit.CorbaServerConduit ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.omg.CORBA.Object targetObj, org.omg.CORBA.ORB o, utils.OrbConfig config, CorbaTypeMap map )This constructor is from 'CorbaServerConduit' class.
CorbaServerConduit.getAddress ( )This method is from 'CorbaServerConduit' class.
CorbaServerConduit.getMessageObserver ( )This method is from 'CorbaServerConduit' class.
CorbaServerConduit.getTarget ( )This method is from 'CorbaServerConduit' class.
CorbaServerConduit.getTargetReference ( org.apache.cxf.ws.addressing.EndpointReferenceType t )This method is from 'CorbaServerConduit' class.
CorbaServerConduit.prepare ( org.apache.cxf.message.Message message )This method is from 'CorbaServerConduit' class.
CorbaServerConduit.setMessageObserver ( org.apache.cxf.transport.MessageObserver observer )This method is from 'CorbaServerConduit' class.
[+] CorbaStreamable (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
CorbaStreamable.getMode ( )This abstract method is from 'CorbaStreamable' interface.
CorbaStreamable.getName ( )This abstract method is from 'CorbaStreamable' interface.
CorbaStreamable.getObject ( )This abstract method is from 'CorbaStreamable' interface.
CorbaStreamable.setMode ( int p1 )This abstract method is from 'CorbaStreamable' interface.
CorbaStreamable.setObject ( types.CorbaObjectHandler p1 )This abstract method is from 'CorbaStreamable' interface.
[+] CorbaTypeMap (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
CorbaTypeMap.addType ( String name, wsdl.CorbaTypeImpl type )This method is from 'CorbaTypeMap' class.
CorbaTypeMap.addTypeCode ( javax.xml.namespace.QName name, org.omg.CORBA.TypeCode tc )This method is from 'CorbaTypeMap' class.
CorbaTypeMap.CorbaTypeMap ( String namespace )This constructor is from 'CorbaTypeMap' class.
CorbaTypeMap.getIdlType ( org.omg.CORBA.TypeCode tc )This method is from 'CorbaTypeMap' class.
CorbaTypeMap.getTargetNamespace ( )This method is from 'CorbaTypeMap' class.
CorbaTypeMap.getType ( String name )This method is from 'CorbaTypeMap' class.
CorbaTypeMap.getTypeCode ( javax.xml.namespace.QName name )This method is from 'CorbaTypeMap' class.
[+] TypeMapCache (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
TypeMapCache.get ( org.apache.cxf.service.model.ServiceInfo service )This method is from 'TypeMapCache' class.
package org.apache.cxf.binding.corba.interceptors
[+] CorbaStreamFaultInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
CorbaStreamFaultInInterceptor.CorbaStreamFaultInInterceptor ( )This constructor is from 'CorbaStreamFaultInInterceptor' class.
CorbaStreamFaultInInterceptor.getDataReader ( org.apache.cxf.binding.corba.CorbaMessage message )This method is from 'CorbaStreamFaultInInterceptor' class.
CorbaStreamFaultInInterceptor.getFaultInfo ( org.apache.cxf.service.model.OperationInfo opInfo, javax.xml.namespace.QName faultName )This method is from 'CorbaStreamFaultInInterceptor' class.
CorbaStreamFaultInInterceptor.handleMessage ( org.apache.cxf.message.Message msg )This method is from 'CorbaStreamFaultInInterceptor' class.
[+] CorbaStreamFaultOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
CorbaStreamFaultOutInterceptor.CorbaStreamFaultOutInterceptor ( )This constructor is from 'CorbaStreamFaultOutInterceptor' class.
CorbaStreamFaultOutInterceptor.findRaisesType ( java.util.List exList, String exClassName )This method is from 'CorbaStreamFaultOutInterceptor' class.
CorbaStreamFaultOutInterceptor.getDataWriter ( org.apache.cxf.binding.corba.CorbaMessage message )This method is from 'CorbaStreamFaultOutInterceptor' class.
CorbaStreamFaultOutInterceptor.getFaultMessagePartInfo ( org.apache.cxf.service.model.OperationInfo opInfo, javax.xml.namespace.QName faultName )This method is from 'CorbaStreamFaultOutInterceptor' class.
CorbaStreamFaultOutInterceptor.getRaisesType ( org.apache.cxf.binding.corba.wsdl.OperationType opType, String exClassName, Throwable ex )This method is from 'CorbaStreamFaultOutInterceptor' class.
CorbaStreamFaultOutInterceptor.handleMessage ( org.apache.cxf.message.Message msg )This method is from 'CorbaStreamFaultOutInterceptor' class.
CorbaStreamFaultOutInterceptor.setSystemException ( org.apache.cxf.binding.corba.CorbaMessage message, Throwable ex, org.apache.cxf.binding.corba.CorbaDestination dest )This method is from 'CorbaStreamFaultOutInterceptor' class.
CorbaStreamFaultOutInterceptor.setUserException ( org.apache.cxf.binding.corba.CorbaMessage message, Throwable ex, org.apache.cxf.binding.corba.wsdl.RaisesType exType, org.apache.cxf.service.model.OperationInfo opInfo, org.apache.cxf.databinding.DataWriter writer, org.apache.cxf.service.model.ServiceInfo service )This method is from 'CorbaStreamFaultOutInterceptor' class.
CorbaStreamFaultOutInterceptor.setUserExceptionFromFaultDetail ( org.apache.cxf.binding.corba.CorbaMessage message, org.w3c.dom.Element faultDetail, org.apache.cxf.binding.corba.wsdl.RaisesType exType, org.apache.cxf.service.model.OperationInfo opInfo, org.apache.cxf.databinding.DataWriter writer, org.apache.cxf.service.model.ServiceInfo service )This method is from 'CorbaStreamFaultOutInterceptor' class.
[+] CorbaStreamInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
CorbaStreamInInterceptor.CorbaStreamInInterceptor ( )This constructor is from 'CorbaStreamInInterceptor' class.
CorbaStreamInInterceptor.getMessageParamQName ( org.apache.cxf.service.model.MessageInfo msgInfo, String paramName, int index )This method is from 'CorbaStreamInInterceptor' class.
CorbaStreamInInterceptor.getWrappedParamNamespace ( org.apache.cxf.service.model.MessageInfo msgInfo )This method is from 'CorbaStreamInInterceptor' class.
CorbaStreamInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'CorbaStreamInInterceptor' class.
CorbaStreamInInterceptor.prepareArguments ( org.apache.cxf.binding.corba.CorbaMessage corbaMsg, org.apache.cxf.service.model.InterfaceInfo info, org.apache.cxf.binding.corba.wsdl.OperationType opType, javax.xml.namespace.QName opQName, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, org.apache.cxf.binding.corba.CorbaDestination destination, org.apache.cxf.service.model.ServiceInfo service )This method is from 'CorbaStreamInInterceptor' class.
CorbaStreamInInterceptor.prepareDIIArgsList ( org.apache.cxf.binding.corba.CorbaMessage corbaMsg, org.apache.cxf.service.model.BindingOperationInfo boi, org.apache.cxf.binding.corba.CorbaStreamable[ ] streamables, java.util.List paramTypes, org.apache.cxf.binding.corba.CorbaTypeMap map, org.omg.CORBA.ORB orb, org.apache.cxf.service.model.ServiceInfo service )This method is from 'CorbaStreamInInterceptor' class.
[+] CorbaStreamOutEndingInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
CorbaStreamOutEndingInterceptor.CorbaStreamOutEndingInterceptor ( )This constructor is from 'CorbaStreamOutEndingInterceptor' class.
CorbaStreamOutEndingInterceptor.getMessageParamQName ( org.apache.cxf.service.model.MessageInfo msgInfo, String paramName, int index )This method is from 'CorbaStreamOutEndingInterceptor' class.
CorbaStreamOutEndingInterceptor.getWrappedParamNamespace ( org.apache.cxf.service.model.MessageInfo msgInfo )This method is from 'CorbaStreamOutEndingInterceptor' class.
CorbaStreamOutEndingInterceptor.handleMessage ( org.apache.cxf.message.Message msg )This method is from 'CorbaStreamOutEndingInterceptor' class.
[+] CorbaStreamOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
CorbaStreamOutInterceptor.CorbaStreamOutInterceptor ( )This constructor is from 'CorbaStreamOutInterceptor' class.
CorbaStreamOutInterceptor.handleMessage ( org.apache.cxf.message.Message msg )This method is from 'CorbaStreamOutInterceptor' class.
[+] SystemExceptionHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SystemExceptionHelper._read ( org.omg.CORBA.portable.InputStream instream )This method is from 'SystemExceptionHelper' class.
SystemExceptionHelper._type ( )This method is from 'SystemExceptionHelper' class.
SystemExceptionHelper._write ( org.omg.CORBA.portable.OutputStream outstream )This method is from 'SystemExceptionHelper' class.
SystemExceptionHelper.insert ( org.omg.CORBA.Any any, org.omg.CORBA.SystemException val )This method is from 'SystemExceptionHelper' class.
SystemExceptionHelper.read ( org.omg.CORBA.portable.InputStream in )This method is from 'SystemExceptionHelper' class.
package org.apache.cxf.binding.corba.runtime
[+] CorbaDSIServant (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
CorbaDSIServant._all_interfaces ( org.omg.PortableServer.POA poa, byte[ ] objectId )This method is from 'CorbaDSIServant' class.
CorbaDSIServant._default_POA ( )This method is from 'CorbaDSIServant' class.
CorbaDSIServant.CorbaDSIServant ( )This constructor is from 'CorbaDSIServant' class.
CorbaDSIServant.getDestination ( )This method is from 'CorbaDSIServant' class.
CorbaDSIServant.getObserver ( )This method is from 'CorbaDSIServant' class.
CorbaDSIServant.getOperationMapping ( )This method is from 'CorbaDSIServant' class.
CorbaDSIServant.getOrb ( )This method is from 'CorbaDSIServant' class.
CorbaDSIServant.init ( org.omg.CORBA.ORB theOrb, org.omg.PortableServer.POA poa, org.apache.cxf.binding.corba.CorbaDestination dest, org.apache.cxf.transport.MessageObserver observer )This method is from 'CorbaDSIServant' class.
CorbaDSIServant.init ( org.omg.CORBA.ORB theOrb, org.omg.PortableServer.POA poa, org.apache.cxf.binding.corba.CorbaDestination dest, org.apache.cxf.transport.MessageObserver observer, org.apache.cxf.binding.corba.CorbaTypeMap map )This method is from 'CorbaDSIServant' class.
CorbaDSIServant.invoke ( org.omg.CORBA.ServerRequest request )This method is from 'CorbaDSIServant' class.
CorbaDSIServant.setCorbaTypeMap ( org.apache.cxf.binding.corba.CorbaTypeMap map )This method is from 'CorbaDSIServant' class.
CorbaDSIServant.setObserver ( org.apache.cxf.transport.MessageObserver observer )This method is from 'CorbaDSIServant' class.
CorbaDSIServant.setOperationMapping ( java.util.Map map )This method is from 'CorbaDSIServant' class.
[+] CorbaFaultStreamWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
CorbaFaultStreamWriter.CorbaFaultStreamWriter ( org.omg.CORBA.ORB orbRef, org.apache.cxf.binding.corba.wsdl.RaisesType raisesType, org.apache.cxf.binding.corba.CorbaTypeMap map, org.apache.cxf.service.model.ServiceInfo sinfo )This constructor is from 'CorbaFaultStreamWriter' class.
CorbaFaultStreamWriter.setCurrentTypeListener ( javax.xml.namespace.QName name )This method is from 'CorbaFaultStreamWriter' class.
[+] CorbaObjectReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (26)
CorbaObjectReader.CorbaObjectReader ( org.omg.CORBA.portable.InputStream inStream )This constructor is from 'CorbaObjectReader' class.
CorbaObjectReader.read ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readAny ( )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readArray ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readBoolean ( )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readChar ( )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readDouble ( )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readEnum ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readEnumDiscriminator ( org.apache.cxf.binding.corba.types.CorbaUnionHandler unionHandler, org.apache.cxf.binding.corba.types.CorbaEnumHandler disc )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readException ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readFixed ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readFloat ( )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readLong ( )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readLongLong ( )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readObjectReference ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readOctet ( )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readSequence ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readShort ( )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readString ( )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readStruct ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readULong ( )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readULongLong ( )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readUnion ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readUShort ( )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readWChar ( )This method is from 'CorbaObjectReader' class.
CorbaObjectReader.readWString ( )This method is from 'CorbaObjectReader' class.
[+] CorbaObjectWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (25)
CorbaObjectWriter.CorbaObjectWriter ( org.omg.CORBA.portable.OutputStream outStream )This constructor is from 'CorbaObjectWriter' class.
CorbaObjectWriter.write ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeAny ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeArray ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeBoolean ( Boolean b )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeChar ( Character c )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeDouble ( Double d )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeEnum ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeException ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeFixed ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeFloat ( Float f )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeLong ( Integer l )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeLongLong ( Long l )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeObjectReference ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeOctet ( Byte b )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeSequence ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeShort ( Short s )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeString ( String s )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeStruct ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeULong ( Long l )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeULongLong ( java.math.BigInteger l )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeUnion ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeUShort ( Integer s )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeWChar ( Character c )This method is from 'CorbaObjectWriter' class.
CorbaObjectWriter.writeWString ( String s )This method is from 'CorbaObjectWriter' class.
[+] CorbaStreamableImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
CorbaStreamableImpl._read ( org.omg.CORBA.portable.InputStream istream )This method is from 'CorbaStreamableImpl' class.
CorbaStreamableImpl._type ( )This method is from 'CorbaStreamableImpl' class.
CorbaStreamableImpl._write ( org.omg.CORBA.portable.OutputStream ostream )This method is from 'CorbaStreamableImpl' class.
CorbaStreamableImpl.CorbaStreamableImpl ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj, javax.xml.namespace.QName elName )This constructor is from 'CorbaStreamableImpl' class.
CorbaStreamableImpl.getMode ( )This method is from 'CorbaStreamableImpl' class.
CorbaStreamableImpl.getName ( )This method is from 'CorbaStreamableImpl' class.
CorbaStreamableImpl.getObject ( )This method is from 'CorbaStreamableImpl' class.
CorbaStreamableImpl.setMode ( int md )This method is from 'CorbaStreamableImpl' class.
CorbaStreamableImpl.setObject ( org.apache.cxf.binding.corba.types.CorbaObjectHandler obj )This method is from 'CorbaStreamableImpl' class.
[+] CorbaStreamReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (46)
CorbaStreamReader.close ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.CorbaStreamReader ( org.apache.cxf.binding.corba.types.CorbaTypeEventProducer evProducer )This constructor is from 'CorbaStreamReader' class.
CorbaStreamReader.getAttributeCount ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getAttributeLocalName ( int arg0 )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getAttributeName ( int arg0 )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getAttributeNamespace ( int arg0 )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getAttributePrefix ( int arg0 )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getAttributeType ( int arg0 )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getAttributeValue ( int arg0 )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getAttributeValue ( String arg0, String arg1 )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getCharacterEncodingScheme ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getElementText ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getEncoding ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getEventType ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getLocalName ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getLocation ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getName ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getNamespaceContext ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getNamespaceCount ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getNamespacePrefix ( int arg0 )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getNamespaceURI ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getNamespaceURI ( int arg0 )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getNamespaceURI ( String arg0 )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getPIData ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getPITarget ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getPrefix ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getProperty ( String arg0 )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getText ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getTextCharacters ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getTextCharacters ( int arg0, char[ ] arg1, int arg2, int arg3 )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getTextLength ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getTextStart ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.getVersion ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.hasName ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.hasNext ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.hasText ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.isAttributeSpecified ( int arg0 )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.isCharacters ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.isEndElement ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.isStandalone ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.isStartElement ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.isWhiteSpace ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.next ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.nextTag ( )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.require ( int arg0, String arg1, String arg2 )This method is from 'CorbaStreamReader' class.
CorbaStreamReader.standaloneSet ( )This method is from 'CorbaStreamReader' class.
[+] CorbaStreamWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (36)
CorbaStreamWriter.close ( )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.CorbaStreamWriter ( org.omg.CORBA.ORB orbRef, java.util.List paramTypes, org.apache.cxf.binding.corba.CorbaTypeMap map, org.apache.cxf.service.model.ServiceInfo sinfo, boolean wrap )This constructor is from 'CorbaStreamWriter' class.
CorbaStreamWriter.CorbaStreamWriter ( org.omg.CORBA.ORB orbRef, org.apache.cxf.binding.corba.CorbaTypeMap map, org.apache.cxf.service.model.ServiceInfo sinfo )This constructor is from 'CorbaStreamWriter' class.
CorbaStreamWriter.flush ( )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.getCorbaObjects ( )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.getNamespaceContext ( )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.getPrefix ( String uri )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.getProperty ( String name )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.setCurrentTypeListener ( javax.xml.namespace.QName name )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.setDefaultNamespace ( String uri )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.setNamespaceContext ( javax.xml.namespace.NamespaceContext context )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.setPrefix ( String prefix, String uri )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeAttribute ( String localName, String value )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeAttribute ( String namespaceURI, String localName, String value )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeAttribute ( String prefix, String namespaceURI, String localName, String value )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeCData ( String data )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeCharacters ( char[ ] text, int start, int len )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeCharacters ( String text )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeComment ( String data )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeDefaultNamespace ( String namespaceURI )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeDTD ( String dtd )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeEmptyElement ( String localName )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeEmptyElement ( String namespaceURI, String localName )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeEmptyElement ( String prefix, String localName, String namespaceURI )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeEndDocument ( )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeEndElement ( )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeEntityRef ( String name )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeNamespace ( String prefix, String namespaceURI )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeProcessingInstruction ( String target )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeProcessingInstruction ( String target, String data )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeStartDocument ( )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeStartDocument ( String version )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeStartDocument ( String encoding, String version )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeStartElement ( String localName )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeStartElement ( String namespaceURI, String localName )This method is from 'CorbaStreamWriter' class.
CorbaStreamWriter.writeStartElement ( String prefix, String localName, String namespaceURI )This method is from 'CorbaStreamWriter' class.
[+] CorbaStreamWriter.CorbaNamespaceContext (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
CorbaStreamWriter.CorbaNamespaceContext.CorbaStreamWriter.CorbaNamespaceContext ( CorbaStreamWriter p1 )This constructor is from 'CorbaStreamWriter.CorbaNamespaceContext' class.
CorbaStreamWriter.CorbaNamespaceContext.getNamespaceURI ( String prefix )This method is from 'CorbaStreamWriter.CorbaNamespaceContext' class.
CorbaStreamWriter.CorbaNamespaceContext.getPrefix ( String namespaceURI )This method is from 'CorbaStreamWriter.CorbaNamespaceContext' class.
CorbaStreamWriter.CorbaNamespaceContext.getPrefixes ( String namespaceURI )This method is from 'CorbaStreamWriter.CorbaNamespaceContext' class.
CorbaStreamWriter.CorbaNamespaceContext.pop ( )This method is from 'CorbaStreamWriter.CorbaNamespaceContext' class.
CorbaStreamWriter.CorbaNamespaceContext.push ( )This method is from 'CorbaStreamWriter.CorbaNamespaceContext' class.
CorbaStreamWriter.CorbaNamespaceContext.setPrefix ( String pfx, String ns )This method is from 'CorbaStreamWriter.CorbaNamespaceContext' class.
[+] OrbConfigurer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
OrbConfigurer.getFactory ( )This method is from 'OrbConfigurer' class.
OrbConfigurer.getOrbArgs ( )This method is from 'OrbConfigurer' class.
OrbConfigurer.getOrbProperties ( )This method is from 'OrbConfigurer' class.
OrbConfigurer.OrbConfigurer ( )This constructor is from 'OrbConfigurer' class.
OrbConfigurer.register ( )This method is from 'OrbConfigurer' class.
OrbConfigurer.setBus ( org.apache.cxf.Bus b )This method is from 'OrbConfigurer' class.
OrbConfigurer.setFactory ( org.apache.cxf.binding.corba.CorbaBindingFactory cFactory )This method is from 'OrbConfigurer' class.
OrbConfigurer.setOrbArgs ( java.util.List args )This method is from 'OrbConfigurer' class.
OrbConfigurer.setOrbProperties ( java.util.Properties props )This method is from 'OrbConfigurer' class.
package org.apache.cxf.binding.corba.types
[+] AbstractCorbaTypeListener (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
AbstractCorbaTypeListener.AbstractCorbaTypeListener ( CorbaObjectHandler h )This constructor is from 'AbstractCorbaTypeListener' abstract class.
AbstractCorbaTypeListener.getCorbaObject ( )This method is from 'AbstractCorbaTypeListener' abstract class.
AbstractCorbaTypeListener.processCharacters ( String p1 )This abstract method is from 'AbstractCorbaTypeListener' abstract class.
AbstractCorbaTypeListener.processEndElement ( javax.xml.namespace.QName name )This method is from 'AbstractCorbaTypeListener' abstract class.
AbstractCorbaTypeListener.processStartElement ( javax.xml.namespace.QName name )This method is from 'AbstractCorbaTypeListener' abstract class.
AbstractCorbaTypeListener.processWriteAttribute ( String prefix, String namespaceURI, String localName, String value )This method is from 'AbstractCorbaTypeListener' abstract class.
AbstractCorbaTypeListener.processWriteNamespace ( String prefix, String namespaceURI )This method is from 'AbstractCorbaTypeListener' abstract class.
AbstractCorbaTypeListener.setNamespaceContext ( javax.xml.namespace.NamespaceContext n )This method is from 'AbstractCorbaTypeListener' abstract class.
[+] AbstractNoStartEndEventProducer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
AbstractNoStartEndEventProducer.AbstractNoStartEndEventProducer ( )This constructor is from 'AbstractNoStartEndEventProducer' abstract class.
AbstractNoStartEndEventProducer.getAttributes ( )This method is from 'AbstractNoStartEndEventProducer' abstract class.
AbstractNoStartEndEventProducer.getLocalName ( )This method is from 'AbstractNoStartEndEventProducer' abstract class.
AbstractNoStartEndEventProducer.getName ( )This method is from 'AbstractNoStartEndEventProducer' abstract class.
AbstractNoStartEndEventProducer.getNamespaces ( )This method is from 'AbstractNoStartEndEventProducer' abstract class.
AbstractNoStartEndEventProducer.getText ( )This method is from 'AbstractNoStartEndEventProducer' abstract class.
AbstractNoStartEndEventProducer.hasNext ( )This method is from 'AbstractNoStartEndEventProducer' abstract class.
AbstractNoStartEndEventProducer.next ( )This method is from 'AbstractNoStartEndEventProducer' abstract class.
[+] AbstractStartEndEventProducer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
AbstractStartEndEventProducer.AbstractStartEndEventProducer ( )This constructor is from 'AbstractStartEndEventProducer' abstract class.
AbstractStartEndEventProducer.getAttributes ( )This method is from 'AbstractStartEndEventProducer' abstract class.
AbstractStartEndEventProducer.getLocalName ( )This method is from 'AbstractStartEndEventProducer' abstract class.
AbstractStartEndEventProducer.getName ( )This method is from 'AbstractStartEndEventProducer' abstract class.
AbstractStartEndEventProducer.getNamespaces ( )This method is from 'AbstractStartEndEventProducer' abstract class.
AbstractStartEndEventProducer.getNestedTypes ( )This method is from 'AbstractStartEndEventProducer' abstract class.
AbstractStartEndEventProducer.getText ( )This method is from 'AbstractStartEndEventProducer' abstract class.
AbstractStartEndEventProducer.hasNext ( )This method is from 'AbstractStartEndEventProducer' abstract class.
AbstractStartEndEventProducer.next ( )This method is from 'AbstractStartEndEventProducer' abstract class.
[+] CorbaAnonStructEventProducer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
CorbaAnonStructEventProducer.CorbaAnonStructEventProducer ( CorbaObjectHandler h, org.apache.cxf.service.model.ServiceInfo service, org.omg.CORBA.ORB orbRef )This constructor is from 'CorbaAnonStructEventProducer' class.
[+] CorbaAnyEventProducer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
CorbaAnyEventProducer.CorbaAnyEventProducer ( CorbaObjectHandler h, org.apache.cxf.service.model.ServiceInfo info, org.omg.CORBA.ORB orbRef )This constructor is from 'CorbaAnyEventProducer' class.
CorbaAnyEventProducer.getAttributes ( )This method is from 'CorbaAnyEventProducer' class.
CorbaAnyEventProducer.getNamespaces ( )This method is from 'CorbaAnyEventProducer' class.
[+] CorbaAnyHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
CorbaAnyHandler.clear ( )This method is from 'CorbaAnyHandler' class.
CorbaAnyHandler.CorbaAnyHandler ( javax.xml.namespace.QName anyName, javax.xml.namespace.QName anyIdlType, org.omg.CORBA.TypeCode anyTC, Object anyType )This constructor is from 'CorbaAnyHandler' class.
CorbaAnyHandler.getAnyContainedType ( )This method is from 'CorbaAnyHandler' class.
CorbaAnyHandler.getTypeMap ( )This method is from 'CorbaAnyHandler' class.
CorbaAnyHandler.getValue ( )This method is from 'CorbaAnyHandler' class.
CorbaAnyHandler.setAnyContainedType ( CorbaObjectHandler obj )This method is from 'CorbaAnyHandler' class.
CorbaAnyHandler.setTypeMap ( org.apache.cxf.binding.corba.CorbaTypeMap tm )This method is from 'CorbaAnyHandler' class.
CorbaAnyHandler.setValue ( org.omg.CORBA.Any v )This method is from 'CorbaAnyHandler' class.
[+] CorbaAnyListener (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
CorbaAnyListener.CorbaAnyListener ( CorbaObjectHandler h, org.apache.cxf.binding.corba.CorbaTypeMap map, org.omg.CORBA.ORB orbRef, org.apache.cxf.service.model.ServiceInfo info )This constructor is from 'CorbaAnyListener' class.
CorbaAnyListener.processCharacters ( String text )This method is from 'CorbaAnyListener' class.
CorbaAnyListener.processEndElement ( javax.xml.namespace.QName name )This method is from 'CorbaAnyListener' class.
CorbaAnyListener.processStartElement ( javax.xml.namespace.QName name )This method is from 'CorbaAnyListener' class.
CorbaAnyListener.processWriteAttribute ( String prefix, String namespaceURI, String localName, String value )This method is from 'CorbaAnyListener' class.
[+] CorbaArrayEventProducer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
CorbaArrayEventProducer.CorbaArrayEventProducer ( CorbaObjectHandler h, org.apache.cxf.service.model.ServiceInfo service, org.omg.CORBA.ORB orbRef )This constructor is from 'CorbaArrayEventProducer' class.
[+] CorbaArrayHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
CorbaArrayHandler.addElement ( CorbaObjectHandler el )This method is from 'CorbaArrayHandler' class.
CorbaArrayHandler.clear ( )This method is from 'CorbaArrayHandler' class.
CorbaArrayHandler.CorbaArrayHandler ( javax.xml.namespace.QName arrayName, javax.xml.namespace.QName arrayIdlType, org.omg.CORBA.TypeCode arrayTC, Object arrayType )This constructor is from 'CorbaArrayHandler' class.
CorbaArrayHandler.getElement ( int index )This method is from 'CorbaArrayHandler' class.
CorbaArrayHandler.getElements ( )This method is from 'CorbaArrayHandler' class.
CorbaArrayHandler.getNumberOfElements ( )This method is from 'CorbaArrayHandler' class.
[+] CorbaArrayListener (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
CorbaArrayListener.CorbaArrayListener ( CorbaObjectHandler handler, org.apache.cxf.binding.corba.CorbaTypeMap map, org.omg.CORBA.ORB orbRef, org.apache.cxf.service.model.ServiceInfo sInfo )This constructor is from 'CorbaArrayListener' class.
CorbaArrayListener.processCharacters ( String text )This method is from 'CorbaArrayListener' class.
CorbaArrayListener.processEndElement ( javax.xml.namespace.QName name )This method is from 'CorbaArrayListener' class.
CorbaArrayListener.processStartElement ( javax.xml.namespace.QName name )This method is from 'CorbaArrayListener' class.
CorbaArrayListener.processWriteAttribute ( String prefix, String namespaceURI, String localName, String val )This method is from 'CorbaArrayListener' class.
CorbaArrayListener.processWriteNamespace ( String prefix, String namespaceURI )This method is from 'CorbaArrayListener' class.
[+] CorbaEnumEventProducer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
CorbaEnumEventProducer.CorbaEnumEventProducer ( CorbaObjectHandler h )This constructor is from 'CorbaEnumEventProducer' class.
CorbaEnumEventProducer.getAttributes ( )This method is from 'CorbaEnumEventProducer' class.
CorbaEnumEventProducer.getLocalName ( )This method is from 'CorbaEnumEventProducer' class.
CorbaEnumEventProducer.getName ( )This method is from 'CorbaEnumEventProducer' class.
CorbaEnumEventProducer.getNamespaces ( )This method is from 'CorbaEnumEventProducer' class.
CorbaEnumEventProducer.getText ( )This method is from 'CorbaEnumEventProducer' class.
CorbaEnumEventProducer.hasNext ( )This method is from 'CorbaEnumEventProducer' class.
CorbaEnumEventProducer.next ( )This method is from 'CorbaEnumEventProducer' class.
[+] CorbaEnumHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
CorbaEnumHandler.clear ( )This method is from 'CorbaEnumHandler' class.
CorbaEnumHandler.CorbaEnumHandler ( javax.xml.namespace.QName enumName, javax.xml.namespace.QName enumIdlType, org.omg.CORBA.TypeCode enumTC, Object enumType )This constructor is from 'CorbaEnumHandler' class.
CorbaEnumHandler.getIndex ( )This method is from 'CorbaEnumHandler' class.
CorbaEnumHandler.getValue ( )This method is from 'CorbaEnumHandler' class.
CorbaEnumHandler.setValue ( String val )This method is from 'CorbaEnumHandler' class.
[+] CorbaEnumListener (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
CorbaEnumListener.CorbaEnumListener ( CorbaObjectHandler handler )This constructor is from 'CorbaEnumListener' class.
CorbaEnumListener.processCharacters ( String text )This method is from 'CorbaEnumListener' class.
[+] CorbaExceptionEventProducer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
CorbaExceptionEventProducer.CorbaExceptionEventProducer ( CorbaObjectHandler h, org.apache.cxf.service.model.ServiceInfo service, org.omg.CORBA.ORB orbRef )This constructor is from 'CorbaExceptionEventProducer' class.
[+] CorbaExceptionHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
CorbaExceptionHandler.addMember ( CorbaObjectHandler member )This method is from 'CorbaExceptionHandler' class.
CorbaExceptionHandler.clear ( )This method is from 'CorbaExceptionHandler' class.
CorbaExceptionHandler.CorbaExceptionHandler ( javax.xml.namespace.QName exName, javax.xml.namespace.QName exIdlType, org.omg.CORBA.TypeCode exTC, Object exType )This constructor is from 'CorbaExceptionHandler' class.
CorbaExceptionHandler.getId ( )This method is from 'CorbaExceptionHandler' class.
CorbaExceptionHandler.getMember ( int index )This method is from 'CorbaExceptionHandler' class.
CorbaExceptionHandler.getMemberByName ( String name )This method is from 'CorbaExceptionHandler' class.
CorbaExceptionHandler.getMembers ( )This method is from 'CorbaExceptionHandler' class.
CorbaExceptionHandler.setId ( String eid )This method is from 'CorbaExceptionHandler' class.
[+] CorbaExceptionListener (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
CorbaExceptionListener.CorbaExceptionListener ( CorbaObjectHandler handler, org.apache.cxf.binding.corba.CorbaTypeMap map, org.omg.CORBA.ORB orbRef, org.apache.cxf.service.model.ServiceInfo serviceInfo )This constructor is from 'CorbaExceptionListener' class.
CorbaExceptionListener.processCharacters ( String text )This method is from 'CorbaExceptionListener' class.
CorbaExceptionListener.processEndElement ( javax.xml.namespace.QName name )This method is from 'CorbaExceptionListener' class.
CorbaExceptionListener.processStartElement ( javax.xml.namespace.QName name )This method is from 'CorbaExceptionListener' class.
CorbaExceptionListener.processWriteAttribute ( String prefix, String namespaceURI, String localName, String value )This method is from 'CorbaExceptionListener' class.
CorbaExceptionListener.processWriteNamespace ( String prefix, String namespaceURI )This method is from 'CorbaExceptionListener' class.
[+] CorbaFixedEventProducer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
CorbaFixedEventProducer.CorbaFixedEventProducer ( CorbaObjectHandler h )This constructor is from 'CorbaFixedEventProducer' class.
CorbaFixedEventProducer.getAttributes ( )This method is from 'CorbaFixedEventProducer' class.
CorbaFixedEventProducer.getLocalName ( )This method is from 'CorbaFixedEventProducer' class.
CorbaFixedEventProducer.getName ( )This method is from 'CorbaFixedEventProducer' class.
CorbaFixedEventProducer.getNamespaces ( )This method is from 'CorbaFixedEventProducer' class.
CorbaFixedEventProducer.getText ( )This method is from 'CorbaFixedEventProducer' class.
CorbaFixedEventProducer.hasNext ( )This method is from 'CorbaFixedEventProducer' class.
CorbaFixedEventProducer.next ( )This method is from 'CorbaFixedEventProducer' class.
[+] CorbaFixedHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
CorbaFixedHandler.clear ( )This method is from 'CorbaFixedHandler' class.
CorbaFixedHandler.CorbaFixedHandler ( javax.xml.namespace.QName fixedName, javax.xml.namespace.QName fixedIdlType, org.omg.CORBA.TypeCode fixedTC, Object fixedType )This constructor is from 'CorbaFixedHandler' class.
CorbaFixedHandler.getDigits ( )This method is from 'CorbaFixedHandler' class.
CorbaFixedHandler.getScale ( )This method is from 'CorbaFixedHandler' class.
CorbaFixedHandler.getValue ( )This method is from 'CorbaFixedHandler' class.
CorbaFixedHandler.getValueData ( )This method is from 'CorbaFixedHandler' class.
CorbaFixedHandler.setValue ( java.math.BigDecimal val )This method is from 'CorbaFixedHandler' class.
CorbaFixedHandler.setValueFromData ( String data )This method is from 'CorbaFixedHandler' class.
[+] CorbaFixedListener (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
CorbaFixedListener.CorbaFixedListener ( CorbaObjectHandler handler )This constructor is from 'CorbaFixedListener' class.
CorbaFixedListener.processCharacters ( String text )This method is from 'CorbaFixedListener' class.
[+] CorbaHandlerUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
CorbaHandlerUtils.createTypeHandler ( org.omg.CORBA.ORB orb, javax.xml.namespace.QName name, javax.xml.namespace.QName idlType, org.apache.cxf.binding.corba.CorbaTypeMap typeMap )This method is from 'CorbaHandlerUtils' class.
CorbaHandlerUtils.getNamespaceURI ( org.apache.cxf.service.model.ServiceInfo serviceInfo, javax.xml.namespace.QName typeName )This method is from 'CorbaHandlerUtils' class.
CorbaHandlerUtils.getTypeEventProducer ( CorbaObjectHandler handler, org.apache.cxf.service.model.ServiceInfo serviceInfo, org.omg.CORBA.ORB orb )This method is from 'CorbaHandlerUtils' class.
CorbaHandlerUtils.getTypeListener ( javax.xml.namespace.QName name, javax.xml.namespace.QName idlType, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, org.omg.CORBA.ORB orb, org.apache.cxf.service.model.ServiceInfo serviceInfo )This method is from 'CorbaHandlerUtils' class.
CorbaHandlerUtils.getXmlSchemaSequenceElement ( org.apache.ws.commons.schema.XmlSchemaObject schemaType, org.apache.cxf.service.model.ServiceInfo serviceInfo )This method is from 'CorbaHandlerUtils' class.
CorbaHandlerUtils.initializeArrayHandler ( org.omg.CORBA.ORB orb, CorbaObjectHandler obj, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, org.apache.cxf.service.model.ServiceInfo serviceInfo, java.util.Map seenTypes )This method is from 'CorbaHandlerUtils' class.
CorbaHandlerUtils.initializeExceptionHandler ( org.omg.CORBA.ORB orb, CorbaObjectHandler obj, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, org.apache.cxf.service.model.ServiceInfo serviceInfo, java.util.Map seenTypes )This method is from 'CorbaHandlerUtils' class.
CorbaHandlerUtils.initializeObjectHandler ( org.omg.CORBA.ORB orb, javax.xml.namespace.QName name, javax.xml.namespace.QName idlType, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, org.apache.cxf.service.model.ServiceInfo serviceInfo )This method is from 'CorbaHandlerUtils' class.
CorbaHandlerUtils.initializeObjectHandler ( org.omg.CORBA.ORB orb, javax.xml.namespace.QName name, javax.xml.namespace.QName idlType, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, org.apache.cxf.service.model.ServiceInfo serviceInfo, java.util.Map seenTypes )This method is from 'CorbaHandlerUtils' class.
CorbaHandlerUtils.initializeSequenceHandler ( org.omg.CORBA.ORB orb, CorbaObjectHandler obj, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, org.apache.cxf.service.model.ServiceInfo serviceInfo, java.util.Map seenTypes )This method is from 'CorbaHandlerUtils' class.
CorbaHandlerUtils.initializeStructHandler ( org.omg.CORBA.ORB orb, CorbaObjectHandler obj, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, org.apache.cxf.service.model.ServiceInfo serviceInfo, java.util.Map seenTypes )This method is from 'CorbaHandlerUtils' class.
CorbaHandlerUtils.initializeUnionHandler ( org.omg.CORBA.ORB orb, CorbaObjectHandler obj, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, org.apache.cxf.service.model.ServiceInfo serviceInfo, java.util.Map seenTypes )This method is from 'CorbaHandlerUtils' class.
CorbaHandlerUtils.isAnonType ( org.apache.ws.commons.schema.XmlSchemaObject schemaObj )This method is from 'CorbaHandlerUtils' class.
CorbaHandlerUtils.isOctets ( org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl baseType )This method is from 'CorbaHandlerUtils' class.
CorbaHandlerUtils.isPrimitiveIDLTypeSequence ( CorbaObjectHandler handler )This method is from 'CorbaHandlerUtils' class.
[+] CorbaObjectHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
CorbaObjectHandler.clear ( )This method is from 'CorbaObjectHandler' class.
CorbaObjectHandler.CorbaObjectHandler ( )This constructor is from 'CorbaObjectHandler' class.
CorbaObjectHandler.CorbaObjectHandler ( javax.xml.namespace.QName objName, javax.xml.namespace.QName objIdlType, org.omg.CORBA.TypeCode objTC, Object objType )This constructor is from 'CorbaObjectHandler' class.
CorbaObjectHandler.getIdlType ( )This method is from 'CorbaObjectHandler' class.
CorbaObjectHandler.getName ( )This method is from 'CorbaObjectHandler' class.
CorbaObjectHandler.getSimpleName ( )This method is from 'CorbaObjectHandler' class.
CorbaObjectHandler.getType ( )This method is from 'CorbaObjectHandler' class.
CorbaObjectHandler.getTypeCode ( )This method is from 'CorbaObjectHandler' class.
CorbaObjectHandler.getTypeCodeKind ( )This method is from 'CorbaObjectHandler' class.
CorbaObjectHandler.isAnonymousType ( )This method is from 'CorbaObjectHandler' class.
CorbaObjectHandler.isRecursive ( )This method is from 'CorbaObjectHandler' class.
CorbaObjectHandler.setAnonymousType ( boolean anon )This method is from 'CorbaObjectHandler' class.
CorbaObjectHandler.setIntoAny ( org.omg.CORBA.Any value, org.apache.cxf.binding.corba.CorbaStreamable stream, boolean output )This method is from 'CorbaObjectHandler' class.
CorbaObjectHandler.setRecursive ( boolean rec )This method is from 'CorbaObjectHandler' class.
[+] CorbaObjectReferenceEventProducer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
CorbaObjectReferenceEventProducer.CorbaObjectReferenceEventProducer ( CorbaObjectHandler h, org.apache.cxf.service.model.ServiceInfo service, org.omg.CORBA.ORB orbRef )This constructor is from 'CorbaObjectReferenceEventProducer' class.
CorbaObjectReferenceEventProducer.getAttributes ( )This method is from 'CorbaObjectReferenceEventProducer' class.
CorbaObjectReferenceEventProducer.getObjectReferenceBinding ( javax.wsdl.Definition wsdlDef, javax.xml.namespace.QName bindingName )This method is from 'CorbaObjectReferenceEventProducer' class.
[+] CorbaObjectReferenceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
CorbaObjectReferenceHandler.clear ( )This method is from 'CorbaObjectReferenceHandler' class.
CorbaObjectReferenceHandler.CorbaObjectReferenceHandler ( javax.xml.namespace.QName objName, javax.xml.namespace.QName objIdlType, org.omg.CORBA.TypeCode objTC, Object objType )This constructor is from 'CorbaObjectReferenceHandler' class.
CorbaObjectReferenceHandler.getReference ( )This method is from 'CorbaObjectReferenceHandler' class.
CorbaObjectReferenceHandler.setReference ( org.omg.CORBA.Object ref )This method is from 'CorbaObjectReferenceHandler' class.
[+] CorbaObjectReferenceListener (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
CorbaObjectReferenceListener.CorbaObjectReferenceListener ( CorbaObjectHandler handler, org.omg.CORBA.ORB orbRef )This constructor is from 'CorbaObjectReferenceListener' class.
CorbaObjectReferenceListener.processCharacters ( String text )This method is from 'CorbaObjectReferenceListener' class.
[+] CorbaOctetSequenceEventProducer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
CorbaOctetSequenceEventProducer.CorbaOctetSequenceEventProducer ( CorbaObjectHandler h )This constructor is from 'CorbaOctetSequenceEventProducer' class.
CorbaOctetSequenceEventProducer.getAttributes ( )This method is from 'CorbaOctetSequenceEventProducer' class.
CorbaOctetSequenceEventProducer.getLocalName ( )This method is from 'CorbaOctetSequenceEventProducer' class.
CorbaOctetSequenceEventProducer.getName ( )This method is from 'CorbaOctetSequenceEventProducer' class.
CorbaOctetSequenceEventProducer.getNamespaces ( )This method is from 'CorbaOctetSequenceEventProducer' class.
CorbaOctetSequenceEventProducer.getText ( )This method is from 'CorbaOctetSequenceEventProducer' class.
CorbaOctetSequenceEventProducer.hasNext ( )This method is from 'CorbaOctetSequenceEventProducer' class.
CorbaOctetSequenceEventProducer.next ( )This method is from 'CorbaOctetSequenceEventProducer' class.
[+] CorbaOctetSequenceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
CorbaOctetSequenceHandler.clear ( )This method is from 'CorbaOctetSequenceHandler' class.
CorbaOctetSequenceHandler.CorbaOctetSequenceHandler ( javax.xml.namespace.QName primName, javax.xml.namespace.QName primIdlType, org.omg.CORBA.TypeCode primTC, Object primType )This constructor is from 'CorbaOctetSequenceHandler' class.
CorbaOctetSequenceHandler.getDataFromValue ( )This method is from 'CorbaOctetSequenceHandler' class.
CorbaOctetSequenceHandler.getValue ( )This method is from 'CorbaOctetSequenceHandler' class.
CorbaOctetSequenceHandler.setValue ( byte[ ] obj )This method is from 'CorbaOctetSequenceHandler' class.
CorbaOctetSequenceHandler.setValueFromData ( String data )This method is from 'CorbaOctetSequenceHandler' class.
[+] CorbaOctetSequenceListener (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
CorbaOctetSequenceListener.CorbaOctetSequenceListener ( CorbaObjectHandler handler )This constructor is from 'CorbaOctetSequenceListener' class.
CorbaOctetSequenceListener.processCharacters ( String text )This method is from 'CorbaOctetSequenceListener' class.
[+] CorbaPrimitiveHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
CorbaPrimitiveHandler.clear ( )This method is from 'CorbaPrimitiveHandler' class.
CorbaPrimitiveHandler.CorbaPrimitiveHandler ( javax.xml.namespace.QName primName, javax.xml.namespace.QName primIdlType, org.omg.CORBA.TypeCode primTC, Object primType )This constructor is from 'CorbaPrimitiveHandler' class.
CorbaPrimitiveHandler.getAny ( )This method is from 'CorbaPrimitiveHandler' class.
CorbaPrimitiveHandler.getDataFromAny ( )This method is from 'CorbaPrimitiveHandler' class.
CorbaPrimitiveHandler.getDataFromValue ( )This method is from 'CorbaPrimitiveHandler' class.
CorbaPrimitiveHandler.getValue ( )This method is from 'CorbaPrimitiveHandler' class.
CorbaPrimitiveHandler.setIntoAny ( org.omg.CORBA.Any val, org.apache.cxf.binding.corba.CorbaStreamable stream, boolean output )This method is from 'CorbaPrimitiveHandler' class.
CorbaPrimitiveHandler.setValue ( Object obj )This method is from 'CorbaPrimitiveHandler' class.
CorbaPrimitiveHandler.setValueFromData ( String data )This method is from 'CorbaPrimitiveHandler' class.
[+] CorbaPrimitiveListener (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
CorbaPrimitiveListener.CorbaPrimitiveListener ( CorbaObjectHandler handler )This constructor is from 'CorbaPrimitiveListener' class.
CorbaPrimitiveListener.processCharacters ( String text )This method is from 'CorbaPrimitiveListener' class.
[+] CorbaPrimitiveSequenceEventProducer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
CorbaPrimitiveSequenceEventProducer.CorbaPrimitiveSequenceEventProducer ( CorbaObjectHandler h, org.apache.cxf.service.model.ServiceInfo service, org.omg.CORBA.ORB orbRef )This constructor is from 'CorbaPrimitiveSequenceEventProducer' class.
[+] CorbaPrimitiveTypeEventProducer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
CorbaPrimitiveTypeEventProducer.CorbaPrimitiveTypeEventProducer ( CorbaObjectHandler h )This constructor is from 'CorbaPrimitiveTypeEventProducer' class.
CorbaPrimitiveTypeEventProducer.getAttributes ( )This method is from 'CorbaPrimitiveTypeEventProducer' class.
CorbaPrimitiveTypeEventProducer.getLocalName ( )This method is from 'CorbaPrimitiveTypeEventProducer' class.
CorbaPrimitiveTypeEventProducer.getName ( )This method is from 'CorbaPrimitiveTypeEventProducer' class.
CorbaPrimitiveTypeEventProducer.getNamespaces ( )This method is from 'CorbaPrimitiveTypeEventProducer' class.
CorbaPrimitiveTypeEventProducer.getText ( )This method is from 'CorbaPrimitiveTypeEventProducer' class.
CorbaPrimitiveTypeEventProducer.hasNext ( )This method is from 'CorbaPrimitiveTypeEventProducer' class.
CorbaPrimitiveTypeEventProducer.next ( )This method is from 'CorbaPrimitiveTypeEventProducer' class.
[+] CorbaSequenceEventProducer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
CorbaSequenceEventProducer.CorbaSequenceEventProducer ( CorbaObjectHandler h, org.apache.cxf.service.model.ServiceInfo service, org.omg.CORBA.ORB orbRef )This constructor is from 'CorbaSequenceEventProducer' class.
[+] CorbaSequenceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
CorbaSequenceHandler.addElement ( CorbaObjectHandler el )This method is from 'CorbaSequenceHandler' class.
CorbaSequenceHandler.clear ( )This method is from 'CorbaSequenceHandler' class.
CorbaSequenceHandler.CorbaSequenceHandler ( javax.xml.namespace.QName seqName, javax.xml.namespace.QName seqIdlType, org.omg.CORBA.TypeCode seqTC, Object seqType )This constructor is from 'CorbaSequenceHandler' class.
CorbaSequenceHandler.getElement ( int index )This method is from 'CorbaSequenceHandler' class.
CorbaSequenceHandler.getElements ( )This method is from 'CorbaSequenceHandler' class.
CorbaSequenceHandler.getNumberOfElements ( )This method is from 'CorbaSequenceHandler' class.
CorbaSequenceHandler.getTemplateElement ( )This method is from 'CorbaSequenceHandler' class.
CorbaSequenceHandler.hasRecursiveTypeElement ( )This method is from 'CorbaSequenceHandler' class.
CorbaSequenceHandler.hasRecursiveTypeElement ( boolean value )This method is from 'CorbaSequenceHandler' class.
CorbaSequenceHandler.setElements ( java.util.List els )This method is from 'CorbaSequenceHandler' class.
CorbaSequenceHandler.setTemplateElement ( CorbaObjectHandler el )This method is from 'CorbaSequenceHandler' class.
[+] CorbaSequenceListener (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
CorbaSequenceListener.CorbaSequenceListener ( CorbaObjectHandler handler, org.apache.cxf.binding.corba.CorbaTypeMap map, org.omg.CORBA.ORB orbRef, org.apache.cxf.service.model.ServiceInfo sInfo )This constructor is from 'CorbaSequenceListener' class.
CorbaSequenceListener.processCharacters ( String text )This method is from 'CorbaSequenceListener' class.
CorbaSequenceListener.processEndElement ( javax.xml.namespace.QName name )This method is from 'CorbaSequenceListener' class.
CorbaSequenceListener.processStartElement ( javax.xml.namespace.QName name )This method is from 'CorbaSequenceListener' class.
CorbaSequenceListener.processWriteAttribute ( String prefix, String namespaceURI, String localName, String val )This method is from 'CorbaSequenceListener' class.
CorbaSequenceListener.processWriteNamespace ( String prefix, String namespaceURI )This method is from 'CorbaSequenceListener' class.
[+] CorbaStructEventProducer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
CorbaStructEventProducer.CorbaStructEventProducer ( CorbaObjectHandler h, org.apache.cxf.service.model.ServiceInfo service, org.omg.CORBA.ORB orbRef )This constructor is from 'CorbaStructEventProducer' class.
CorbaStructEventProducer.next ( )This method is from 'CorbaStructEventProducer' class.
[+] CorbaStructHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
CorbaStructHandler.addMember ( CorbaObjectHandler member )This method is from 'CorbaStructHandler' class.
CorbaStructHandler.clear ( )This method is from 'CorbaStructHandler' class.
CorbaStructHandler.CorbaStructHandler ( javax.xml.namespace.QName structName, javax.xml.namespace.QName structIdlType, org.omg.CORBA.TypeCode structTC, Object structType )This constructor is from 'CorbaStructHandler' class.
CorbaStructHandler.getMember ( int index )This method is from 'CorbaStructHandler' class.
CorbaStructHandler.getMemberByName ( String name )This method is from 'CorbaStructHandler' class.
CorbaStructHandler.getMembers ( )This method is from 'CorbaStructHandler' class.
[+] CorbaStructListener (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
CorbaStructListener.CorbaStructListener ( CorbaObjectHandler handler, org.apache.cxf.binding.corba.CorbaTypeMap map, org.omg.CORBA.ORB orbRef, org.apache.cxf.service.model.ServiceInfo sInfo )This constructor is from 'CorbaStructListener' class.
CorbaStructListener.processCharacters ( String text )This method is from 'CorbaStructListener' class.
CorbaStructListener.processEndElement ( javax.xml.namespace.QName name )This method is from 'CorbaStructListener' class.
CorbaStructListener.processStartElement ( javax.xml.namespace.QName name )This method is from 'CorbaStructListener' class.
CorbaStructListener.processWriteAttribute ( String prefix, String namespaceURI, String localName, String value )This method is from 'CorbaStructListener' class.
CorbaStructListener.processWriteNamespace ( String prefix, String namespaceURI )This method is from 'CorbaStructListener' class.
[+] CorbaTypeEventProducer (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
CorbaTypeEventProducer.getAttributes ( )This abstract method is from 'CorbaTypeEventProducer' interface.
CorbaTypeEventProducer.getLocalName ( )This abstract method is from 'CorbaTypeEventProducer' interface.
CorbaTypeEventProducer.getName ( )This abstract method is from 'CorbaTypeEventProducer' interface.
CorbaTypeEventProducer.getNamespaces ( )This abstract method is from 'CorbaTypeEventProducer' interface.
CorbaTypeEventProducer.getText ( )This abstract method is from 'CorbaTypeEventProducer' interface.
CorbaTypeEventProducer.hasNext ( )This abstract method is from 'CorbaTypeEventProducer' interface.
CorbaTypeEventProducer.next ( )This abstract method is from 'CorbaTypeEventProducer' interface.
[+] CorbaTypeListener (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
CorbaTypeListener.getCorbaObject ( )This abstract method is from 'CorbaTypeListener' interface.
CorbaTypeListener.processCharacters ( String p1 )This abstract method is from 'CorbaTypeListener' interface.
CorbaTypeListener.processEndElement ( javax.xml.namespace.QName p1 )This abstract method is from 'CorbaTypeListener' interface.
CorbaTypeListener.processStartElement ( javax.xml.namespace.QName p1 )This abstract method is from 'CorbaTypeListener' interface.
CorbaTypeListener.processWriteAttribute ( String p1, String p2, String p3, String p4 )This abstract method is from 'CorbaTypeListener' interface.
CorbaTypeListener.processWriteNamespace ( String p1, String p2 )This abstract method is from 'CorbaTypeListener' interface.
CorbaTypeListener.setNamespaceContext ( javax.xml.namespace.NamespaceContext p1 )This abstract method is from 'CorbaTypeListener' interface.
[+] CorbaUnionEventProducer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
CorbaUnionEventProducer.CorbaUnionEventProducer ( CorbaObjectHandler h, org.apache.cxf.service.model.ServiceInfo sInfo, org.omg.CORBA.ORB o )This constructor is from 'CorbaUnionEventProducer' class.
CorbaUnionEventProducer.getAttributes ( )This method is from 'CorbaUnionEventProducer' class.
[+] CorbaUnionHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
CorbaUnionHandler.addCase ( CorbaObjectHandler unionCase )This method is from 'CorbaUnionHandler' class.
CorbaUnionHandler.clear ( )This method is from 'CorbaUnionHandler' class.
CorbaUnionHandler.CorbaUnionHandler ( javax.xml.namespace.QName unionName, javax.xml.namespace.QName unionIdlType, org.omg.CORBA.TypeCode unionTC, Object unionType )This constructor is from 'CorbaUnionHandler' class.
CorbaUnionHandler.createDefaultDiscriminatorLabel ( )This method is from 'CorbaUnionHandler' class.
CorbaUnionHandler.getBranchByName ( String caseName )This method is from 'CorbaUnionHandler' class.
CorbaUnionHandler.getCases ( )This method is from 'CorbaUnionHandler' class.
CorbaUnionHandler.getDefaultIndex ( )This method is from 'CorbaUnionHandler' class.
CorbaUnionHandler.getDisciminatorValueData ( )This method is from 'CorbaUnionHandler' class.
CorbaUnionHandler.getDiscriminator ( )This method is from 'CorbaUnionHandler' class.
CorbaUnionHandler.getValue ( )This method is from 'CorbaUnionHandler' class.
CorbaUnionHandler.setDiscriminator ( CorbaObjectHandler disc )This method is from 'CorbaUnionHandler' class.
CorbaUnionHandler.setDiscriminatorValueFromData ( String data )This method is from 'CorbaUnionHandler' class.
CorbaUnionHandler.setValue ( String caseName, CorbaObjectHandler val )This method is from 'CorbaUnionHandler' class.
[+] CorbaUnionListener (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
CorbaUnionListener.CorbaUnionListener ( CorbaObjectHandler handler, org.apache.cxf.binding.corba.CorbaTypeMap tm, org.omg.CORBA.ORB oorb, org.apache.cxf.service.model.ServiceInfo sInfo )This constructor is from 'CorbaUnionListener' class.
CorbaUnionListener.processCharacters ( String text )This method is from 'CorbaUnionListener' class.
CorbaUnionListener.processEndElement ( javax.xml.namespace.QName name )This method is from 'CorbaUnionListener' class.
CorbaUnionListener.processStartElement ( javax.xml.namespace.QName name )This method is from 'CorbaUnionListener' class.
CorbaUnionListener.processWriteAttribute ( String prefix, String namespaceURI, String localName, String val )This method is from 'CorbaUnionListener' class.
CorbaUnionListener.processWriteNamespace ( String prefix, String namespaceURI )This method is from 'CorbaUnionListener' class.
[+] HandlerIterator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
HandlerIterator.HandlerIterator ( org.apache.cxf.binding.corba.CorbaMessage msg, boolean server )This constructor is from 'HandlerIterator' class.
HandlerIterator.hasNext ( )This method is from 'HandlerIterator' class.
HandlerIterator.next ( )This method is from 'HandlerIterator' class.
HandlerIterator.next ( )This method is from 'HandlerIterator' class.
HandlerIterator.remove ( )This method is from 'HandlerIterator' class.
[+] ParameterEventProducer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
ParameterEventProducer.getAttributes ( )This method is from 'ParameterEventProducer' class.
ParameterEventProducer.getLocalName ( )This method is from 'ParameterEventProducer' class.
ParameterEventProducer.getName ( )This method is from 'ParameterEventProducer' class.
ParameterEventProducer.getNamespaces ( )This method is from 'ParameterEventProducer' class.
ParameterEventProducer.getText ( )This method is from 'ParameterEventProducer' class.
ParameterEventProducer.hasNext ( )This method is from 'ParameterEventProducer' class.
ParameterEventProducer.next ( )This method is from 'ParameterEventProducer' class.
ParameterEventProducer.ParameterEventProducer ( HandlerIterator paramIterator, org.apache.cxf.service.model.ServiceInfo service, org.omg.CORBA.ORB orbRef )This constructor is from 'ParameterEventProducer' class.
[+] SkipStartEndEventProducer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
SkipStartEndEventProducer.getAttributes ( )This method is from 'SkipStartEndEventProducer' class.
SkipStartEndEventProducer.getLocalName ( )This method is from 'SkipStartEndEventProducer' class.
SkipStartEndEventProducer.getName ( )This method is from 'SkipStartEndEventProducer' class.
SkipStartEndEventProducer.getNamespaces ( )This method is from 'SkipStartEndEventProducer' class.
SkipStartEndEventProducer.getText ( )This method is from 'SkipStartEndEventProducer' class.
SkipStartEndEventProducer.hasNext ( )This method is from 'SkipStartEndEventProducer' class.
SkipStartEndEventProducer.next ( )This method is from 'SkipStartEndEventProducer' class.
SkipStartEndEventProducer.SkipStartEndEventProducer ( CorbaTypeEventProducer contentEventProducer, javax.xml.namespace.QName n )This constructor is from 'SkipStartEndEventProducer' class.
[+] WrappedParameterSequenceEventProducer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
WrappedParameterSequenceEventProducer.WrappedParameterSequenceEventProducer ( javax.xml.namespace.QName wrapperElementQName, HandlerIterator paramIterator, org.apache.cxf.service.model.ServiceInfo service, org.omg.CORBA.ORB orbRef )This constructor is from 'WrappedParameterSequenceEventProducer' class.
package org.apache.cxf.binding.corba.utils
[+] ContextUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ContextUtils.getDataReader ( org.apache.cxf.binding.corba.CorbaMessage message )This method is from 'ContextUtils' class.
ContextUtils.getDataWriter ( org.apache.cxf.binding.corba.CorbaMessage message )This method is from 'ContextUtils' class.
ContextUtils.isOutbound ( org.apache.cxf.message.Message message )This method is from 'ContextUtils' class.
ContextUtils.isRequestor ( org.apache.cxf.message.Message message )This method is from 'ContextUtils' class.
[+] CorbaAnyHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
CorbaAnyHelper.convertPrimitiveIdlToSchemaType ( javax.xml.namespace.QName idlType )This method is from 'CorbaAnyHelper' class.
CorbaAnyHelper.convertPrimitiveSchemaToIdlType ( javax.xml.namespace.QName schemaType )This method is from 'CorbaAnyHelper' class.
CorbaAnyHelper.createAny ( org.omg.CORBA.ORB orb )This method is from 'CorbaAnyHelper' class.
CorbaAnyHelper.extractPrimitiveFromAny ( org.omg.CORBA.Any a, org.apache.cxf.binding.corba.types.CorbaPrimitiveHandler primitive )This method is from 'CorbaAnyHelper' class.
CorbaAnyHelper.getPrimitiveIdlTypeFromTypeCode ( org.omg.CORBA.TypeCode tc )This method is from 'CorbaAnyHelper' class.
CorbaAnyHelper.insertPrimitiveIntoAny ( org.omg.CORBA.Any a, org.apache.cxf.binding.corba.types.CorbaPrimitiveHandler primitive )This method is from 'CorbaAnyHelper' class.
CorbaAnyHelper.isPrimitiveIdlType ( javax.xml.namespace.QName idlType )This method is from 'CorbaAnyHelper' class.
CorbaAnyHelper.isPrimitiveSchemaType ( javax.xml.namespace.QName schemaType )This method is from 'CorbaAnyHelper' class.
[+] CorbaBindingHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
CorbaBindingHelper.destroyORB ( String address, org.omg.CORBA.ORB orb )This method is from 'CorbaBindingHelper' class.
CorbaBindingHelper.getAddressSpecificORB ( String address, java.util.Properties props, java.util.List orbArgs )This method is from 'CorbaBindingHelper' class.
CorbaBindingHelper.getDefaultORB ( OrbConfig config )This method is from 'CorbaBindingHelper' class.
CorbaBindingHelper.keepORBAlive ( String address )This method is from 'CorbaBindingHelper' class.
[+] CorbaObjectReferenceHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
CorbaObjectReferenceHelper.extractTypeIdFromIOR ( String url )This method is from 'CorbaObjectReferenceHelper' class.
CorbaObjectReferenceHelper.getBindingForTypeId ( String repId, javax.wsdl.Definition wsdlDef )This method is from 'CorbaObjectReferenceHelper' class.
CorbaObjectReferenceHelper.getDefaultBinding ( org.omg.CORBA.Object obj, javax.wsdl.Definition wsdlDef )This method is from 'CorbaObjectReferenceHelper' class.
CorbaObjectReferenceHelper.getEndpointName ( javax.wsdl.Binding binding, javax.wsdl.Definition wsdlDef )This method is from 'CorbaObjectReferenceHelper' class.
CorbaObjectReferenceHelper.getServiceName ( javax.wsdl.Binding binding, javax.wsdl.Definition wsdlDef )This method is from 'CorbaObjectReferenceHelper' class.
CorbaObjectReferenceHelper.getWSDLLocation ( javax.wsdl.Definition wsdlDef )This method is from 'CorbaObjectReferenceHelper' class.
CorbaObjectReferenceHelper.populateEprInfo ( EprMetaData info )This method is from 'CorbaObjectReferenceHelper' class.
CorbaObjectReferenceHelper.readIntFromAlignedCDREncaps ( byte[ ] data, int index, boolean bigEndian )This method is from 'CorbaObjectReferenceHelper' class.
[+] CorbaUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (24)
CorbaUtils.createCorbaTypeMap ( java.util.List tmTypes )This method is from 'CorbaUtils' class.
CorbaUtils.exportObjectReference ( org.omg.CORBA.Object obj, org.omg.CORBA.ORB orb )This method is from 'CorbaUtils' class.
CorbaUtils.getComplexTypeCode ( org.omg.CORBA.ORB orb, javax.xml.namespace.QName type, Object obj, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, java.util.Stack seenTypes )This method is from 'CorbaUtils' class.
CorbaUtils.getCorbaType ( javax.xml.namespace.QName idlType, org.apache.cxf.binding.corba.CorbaTypeMap typeMap )This method is from 'CorbaUtils' class.
CorbaUtils.getEmptyQName ( )This method is from 'CorbaUtils' class.
CorbaUtils.getPrimitiveTypeCode ( org.omg.CORBA.ORB orb, javax.xml.namespace.QName type )This method is from 'CorbaUtils' class.
CorbaUtils.getTypeCode ( org.omg.CORBA.ORB orb, javax.xml.namespace.QName type, org.apache.cxf.binding.corba.CorbaTypeMap typeMap )This method is from 'CorbaUtils' class.
CorbaUtils.getTypeCode ( org.omg.CORBA.ORB orb, javax.xml.namespace.QName type, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, java.util.Stack seenTypes )This method is from 'CorbaUtils' class.
CorbaUtils.getTypeCode ( org.omg.CORBA.ORB orb, javax.xml.namespace.QName type, org.apache.cxf.binding.corba.wsdl.CorbaType obj, org.apache.cxf.binding.corba.CorbaTypeMap typeMap )This method is from 'CorbaUtils' class.
CorbaUtils.getTypeCode ( org.omg.CORBA.ORB orb, javax.xml.namespace.QName type, org.apache.cxf.binding.corba.wsdl.CorbaType obj, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, java.util.Stack seenTypes )This method is from 'CorbaUtils' class.
CorbaUtils.getTypeCodeName ( String name )This method is from 'CorbaUtils' class.
CorbaUtils.getUnionTypeCode ( org.omg.CORBA.ORB orb, Object obj, org.apache.cxf.binding.corba.CorbaTypeMap typeMap, java.util.Stack seenTypes )This method is from 'CorbaUtils' class.
CorbaUtils.getUniquePOAName ( javax.xml.namespace.QName serviceName, String portName, String poaName )This method is from 'CorbaUtils' class.
CorbaUtils.getXmlSchemaType ( org.apache.cxf.service.model.ServiceInfo serviceInfo, javax.xml.namespace.QName name )This method is from 'CorbaUtils' class.
CorbaUtils.importObjectReference ( org.omg.CORBA.ORB orb, String url )This method is from 'CorbaUtils' class.
CorbaUtils.importObjectReferenceFromFile ( org.omg.CORBA.ORB orb, String url )This method is from 'CorbaUtils' class.
CorbaUtils.isAttributeFormQualified ( org.apache.cxf.service.model.ServiceInfo serviceInfo, String uri )This method is from 'CorbaUtils' class.
CorbaUtils.isElementFormQualified ( org.apache.cxf.service.model.ServiceInfo serviceInfo, String uri )This method is from 'CorbaUtils' class.
CorbaUtils.isIOR ( String location )This method is from 'CorbaUtils' class.
CorbaUtils.isPrimitiveIdlType ( javax.xml.namespace.QName idltype )This method is from 'CorbaUtils' class.
CorbaUtils.isPrimitiveTypeCode ( org.omg.CORBA.TypeCode tc )This method is from 'CorbaUtils' class.
CorbaUtils.isValidURL ( String url )This method is from 'CorbaUtils' class.
CorbaUtils.nvListFromStreamables ( org.omg.CORBA.ORB orb, org.apache.cxf.binding.corba.CorbaStreamable[ ] streamables )This method is from 'CorbaUtils' class.
CorbaUtils.processQName ( javax.xml.namespace.QName qname, org.apache.cxf.service.model.ServiceInfo serviceInfo )This method is from 'CorbaUtils' class.
[+] EprMetaData (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
EprMetaData.EprMetaData ( )This constructor is from 'EprMetaData' class.
EprMetaData.getBinding ( )This method is from 'EprMetaData' class.
EprMetaData.getCandidateWsdlDef ( )This method is from 'EprMetaData' class.
EprMetaData.getPortName ( )This method is from 'EprMetaData' class.
EprMetaData.getServiceQName ( )This method is from 'EprMetaData' class.
EprMetaData.isValid ( )This method is from 'EprMetaData' class.
EprMetaData.setBinding ( javax.wsdl.Binding b )This method is from 'EprMetaData' class.
EprMetaData.setCandidateWsdlDef ( javax.wsdl.Definition def )This method is from 'EprMetaData' class.
EprMetaData.setPortName ( String name )This method is from 'EprMetaData' class.
EprMetaData.setServiceQName ( javax.xml.namespace.QName name )This method is from 'EprMetaData' class.
EprMetaData.toString ( )This method is from 'EprMetaData' class.
[+] OrbConfig (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
OrbConfig.addPOAPolicies ( org.omg.CORBA.ORB orb, String poaName, org.omg.PortableServer.POA parentPOA, org.omg.PortableServer.POAManager poaManager, java.util.List policies )This method is from 'OrbConfig' class.
OrbConfig.createSystemExceptionAny ( org.omg.CORBA.ORB orb, org.omg.CORBA.SystemException sysEx )This method is from 'OrbConfig' class.
OrbConfig.exportObjectReference ( org.omg.CORBA.ORB orb, org.omg.CORBA.Object ref, String url, org.apache.cxf.binding.corba.wsdl.AddressType address )This method is from 'OrbConfig' class.
OrbConfig.exportObjectReferenceToCorbaloc ( org.omg.CORBA.ORB orb, org.omg.CORBA.Object object, String location )This method is from 'OrbConfig' class.
OrbConfig.exportObjectReferenceToFile ( org.omg.CORBA.ORB orb, org.omg.CORBA.Object obj, java.net.URI iorFile )This method is from 'OrbConfig' class.
OrbConfig.exportObjectReferenceToNamingService ( org.omg.CORBA.ORB orb, org.omg.CORBA.Object ref, String location )This method is from 'OrbConfig' class.
OrbConfig.getOrbArgs ( )This method is from 'OrbConfig' class.
OrbConfig.getOrbClass ( )This method is from 'OrbConfig' class.
OrbConfig.getOrbProperties ( )This method is from 'OrbConfig' class.
OrbConfig.getOrbSingletonClass ( )This method is from 'OrbConfig' class.
OrbConfig.OrbConfig ( )This constructor is from 'OrbConfig' class.
OrbConfig.setOrbArgs ( java.util.List args )This method is from 'OrbConfig' class.
OrbConfig.setOrbClass ( String cls )This method is from 'OrbConfig' class.
OrbConfig.setOrbProperties ( java.util.Properties props )This method is from 'OrbConfig' class.
OrbConfig.setOrbSingletonClass ( String cls )This method is from 'OrbConfig' class.
package org.apache.cxf.binding.corba.wsdl
[+] AddressType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AddressType.AddressType ( )This constructor is from 'AddressType' class.
AddressType.getLocation ( )This method is from 'AddressType' class.
AddressType.isSetLocation ( )This method is from 'AddressType' class.
AddressType.setLocation ( String value )This method is from 'AddressType' class.
[+] Alias (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Alias.Alias ( )This constructor is from 'Alias' class.
Alias.getBasetype ( )This method is from 'Alias' class.
Alias.isSetBasetype ( )This method is from 'Alias' class.
Alias.setBasetype ( javax.xml.namespace.QName value )This method is from 'Alias' class.
[+] Anonarray (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
Anonarray.Anonarray ( )This constructor is from 'Anonarray' class.
Anonarray.getBound ( )This method is from 'Anonarray' class.
Anonarray.getElemname ( )This method is from 'Anonarray' class.
Anonarray.getElemtype ( )This method is from 'Anonarray' class.
Anonarray.isSetBound ( )This method is from 'Anonarray' class.
Anonarray.isSetElemname ( )This method is from 'Anonarray' class.
Anonarray.isSetElemtype ( )This method is from 'Anonarray' class.
Anonarray.setBound ( long value )This method is from 'Anonarray' class.
Anonarray.setElemname ( javax.xml.namespace.QName value )This method is from 'Anonarray' class.
Anonarray.setElemtype ( javax.xml.namespace.QName value )This method is from 'Anonarray' class.
[+] Anonfixed (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
Anonfixed.Anonfixed ( )This constructor is from 'Anonfixed' class.
Anonfixed.getDigits ( )This method is from 'Anonfixed' class.
Anonfixed.getScale ( )This method is from 'Anonfixed' class.
Anonfixed.isSetDigits ( )This method is from 'Anonfixed' class.
Anonfixed.isSetScale ( )This method is from 'Anonfixed' class.
Anonfixed.setDigits ( long value )This method is from 'Anonfixed' class.
Anonfixed.setScale ( long value )This method is from 'Anonfixed' class.
Anonfixed.unsetDigits ( )This method is from 'Anonfixed' class.
Anonfixed.unsetScale ( )This method is from 'Anonfixed' class.
[+] Anonsequence (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
Anonsequence.Anonsequence ( )This constructor is from 'Anonsequence' class.
Anonsequence.getBound ( )This method is from 'Anonsequence' class.
Anonsequence.getElemname ( )This method is from 'Anonsequence' class.
Anonsequence.getElemtype ( )This method is from 'Anonsequence' class.
Anonsequence.isSetBound ( )This method is from 'Anonsequence' class.
Anonsequence.isSetElemname ( )This method is from 'Anonsequence' class.
Anonsequence.isSetElemtype ( )This method is from 'Anonsequence' class.
Anonsequence.setBound ( long value )This method is from 'Anonsequence' class.
Anonsequence.setElemname ( javax.xml.namespace.QName value )This method is from 'Anonsequence' class.
Anonsequence.setElemtype ( javax.xml.namespace.QName value )This method is from 'Anonsequence' class.
[+] Anonstring (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Anonstring.Anonstring ( )This constructor is from 'Anonstring' class.
Anonstring.getBound ( )This method is from 'Anonstring' class.
Anonstring.isSetBound ( )This method is from 'Anonstring' class.
Anonstring.setBound ( long value )This method is from 'Anonstring' class.
Anonstring.unsetBound ( )This method is from 'Anonstring' class.
[+] Anonwstring (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Anonwstring.Anonwstring ( )This constructor is from 'Anonwstring' class.
Anonwstring.getBound ( )This method is from 'Anonwstring' class.
Anonwstring.isSetBound ( )This method is from 'Anonwstring' class.
Anonwstring.setBound ( long value )This method is from 'Anonwstring' class.
Anonwstring.unsetBound ( )This method is from 'Anonwstring' class.
[+] Any (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Any.Any ( )This constructor is from 'Any' class.
Any.getAny ( )This method is from 'Any' class.
Any.getOtherAttributes ( )This method is from 'Any' class.
Any.isSetAny ( )This method is from 'Any' class.
Any.unsetAny ( )This method is from 'Any' class.
[+] ArgType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
ArgType.ArgType ( )This constructor is from 'ArgType' class.
ArgType.getIdltype ( )This method is from 'ArgType' class.
ArgType.getName ( )This method is from 'ArgType' class.
ArgType.isSetIdltype ( )This method is from 'ArgType' class.
ArgType.isSetName ( )This method is from 'ArgType' class.
ArgType.setIdltype ( javax.xml.namespace.QName value )This method is from 'ArgType' class.
ArgType.setName ( String value )This method is from 'ArgType' class.
[+] Array (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
Array.Array ( )This constructor is from 'Array' class.
Array.getBound ( )This method is from 'Array' class.
Array.getElemname ( )This method is from 'Array' class.
Array.getElemtype ( )This method is from 'Array' class.
Array.isSetBound ( )This method is from 'Array' class.
Array.isSetElemname ( )This method is from 'Array' class.
Array.isSetElemtype ( )This method is from 'Array' class.
Array.setBound ( long value )This method is from 'Array' class.
Array.setElemname ( javax.xml.namespace.QName value )This method is from 'Array' class.
Array.setElemtype ( javax.xml.namespace.QName value )This method is from 'Array' class.
[+] BindingType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
BindingType.BindingType ( )This constructor is from 'BindingType' class.
BindingType.getBases ( )This method is from 'BindingType' class.
BindingType.getRepositoryID ( )This method is from 'BindingType' class.
BindingType.isSetBases ( )This method is from 'BindingType' class.
BindingType.isSetRepositoryID ( )This method is from 'BindingType' class.
BindingType.setRepositoryID ( String value )This method is from 'BindingType' class.
BindingType.unsetBases ( )This method is from 'BindingType' class.
[+] CaseType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
CaseType.CaseType ( )This constructor is from 'CaseType' class.
CaseType.getLabel ( )This method is from 'CaseType' class.
CaseType.isSetLabel ( )This method is from 'CaseType' class.
CaseType.setLabel ( String value )This method is from 'CaseType' class.
[+] Const (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
Const.Const ( )This constructor is from 'Const' class.
Const.getIdltype ( )This method is from 'Const' class.
Const.getValue ( )This method is from 'Const' class.
Const.isSetIdltype ( )This method is from 'Const' class.
Const.isSetValue ( )This method is from 'Const' class.
Const.setIdltype ( javax.xml.namespace.QName value )This method is from 'Const' class.
Const.setValue ( String value )This method is from 'Const' class.
[+] CorbaConstants (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
CorbaConstants.getValue ( String p1 )This abstract method is from 'CorbaConstants' interface.
[+] CorbaType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
CorbaType.CorbaType ( )This constructor is from 'CorbaType' class.
CorbaType.getName ( )This method is from 'CorbaType' class.
CorbaType.getType ( )This method is from 'CorbaType' class.
CorbaType.isQualified ( )This method is from 'CorbaType' class.
CorbaType.isSetName ( )This method is from 'CorbaType' class.
CorbaType.isSetQualified ( )This method is from 'CorbaType' class.
CorbaType.isSetType ( )This method is from 'CorbaType' class.
CorbaType.setName ( String value )This method is from 'CorbaType' class.
CorbaType.setQualified ( boolean value )This method is from 'CorbaType' class.
CorbaType.setType ( javax.xml.namespace.QName value )This method is from 'CorbaType' class.
CorbaType.unsetQualified ( )This method is from 'CorbaType' class.
[+] CorbaTypeImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
CorbaTypeImpl.CorbaTypeImpl ( )This constructor is from 'CorbaTypeImpl' class.
CorbaTypeImpl.getQName ( )This method is from 'CorbaTypeImpl' class.
CorbaTypeImpl.isSetQName ( )This method is from 'CorbaTypeImpl' class.
CorbaTypeImpl.setQName ( javax.xml.namespace.QName value )This method is from 'CorbaTypeImpl' class.
[+] Enum (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Enum.Enum ( )This constructor is from 'Enum' class.
Enum.getEnumerator ( )This method is from 'Enum' class.
Enum.isSetEnumerator ( )This method is from 'Enum' class.
Enum.unsetEnumerator ( )This method is from 'Enum' class.
[+] Enumerator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Enumerator.Enumerator ( )This constructor is from 'Enumerator' class.
Enumerator.getValue ( )This method is from 'Enumerator' class.
Enumerator.isSetValue ( )This method is from 'Enumerator' class.
Enumerator.setValue ( String value )This method is from 'Enumerator' class.
[+] Exception (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Exception.Exception ( )This constructor is from 'Exception' class.
Exception.getMember ( )This method is from 'Exception' class.
Exception.isSetMember ( )This method is from 'Exception' class.
Exception.unsetMember ( )This method is from 'Exception' class.
[+] Fixed (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
Fixed.Fixed ( )This constructor is from 'Fixed' class.
Fixed.getDigits ( )This method is from 'Fixed' class.
Fixed.getScale ( )This method is from 'Fixed' class.
Fixed.isSetDigits ( )This method is from 'Fixed' class.
Fixed.isSetScale ( )This method is from 'Fixed' class.
Fixed.setDigits ( long value )This method is from 'Fixed' class.
Fixed.setScale ( long value )This method is from 'Fixed' class.
Fixed.unsetDigits ( )This method is from 'Fixed' class.
Fixed.unsetScale ( )This method is from 'Fixed' class.
[+] MemberType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
MemberType.getIdltype ( )This method is from 'MemberType' class.
MemberType.getName ( )This method is from 'MemberType' class.
MemberType.isAnonschematype ( )This method is from 'MemberType' class.
MemberType.isQualified ( )This method is from 'MemberType' class.
MemberType.isSetAnonschematype ( )This method is from 'MemberType' class.
MemberType.isSetIdltype ( )This method is from 'MemberType' class.
MemberType.isSetName ( )This method is from 'MemberType' class.
MemberType.isSetQualified ( )This method is from 'MemberType' class.
MemberType.MemberType ( )This constructor is from 'MemberType' class.
MemberType.setAnonschematype ( boolean value )This method is from 'MemberType' class.
MemberType.setIdltype ( javax.xml.namespace.QName value )This method is from 'MemberType' class.
MemberType.setName ( String value )This method is from 'MemberType' class.
MemberType.setQualified ( boolean value )This method is from 'MemberType' class.
MemberType.unsetAnonschematype ( )This method is from 'MemberType' class.
MemberType.unsetQualified ( )This method is from 'MemberType' class.
[+] ModeType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ModeType.fromValue ( String v )This method is from 'ModeType' class.
ModeType.value ( )This method is from 'ModeType' class.
ModeType.valueOf ( String name )This method is from 'ModeType' class.
ModeType.values ( )This method is from 'ModeType' class.
[+] NamedType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
NamedType.getRepositoryID ( )This method is from 'NamedType' class.
NamedType.isSetRepositoryID ( )This method is from 'NamedType' class.
NamedType.NamedType ( )This constructor is from 'NamedType' class.
NamedType.setRepositoryID ( String value )This method is from 'NamedType' class.
[+] Object (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Object.getBinding ( )This method is from 'Object' class.
Object.isSetBinding ( )This method is from 'Object' class.
Object.Object ( )This constructor is from 'Object' class.
Object.setBinding ( javax.xml.namespace.QName value )This method is from 'Object' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (36)
ObjectFactory.createAddress ( AddressType value )This method is from 'ObjectFactory' class.
ObjectFactory.createAddressType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createAlias ( )This method is from 'ObjectFactory' class.
ObjectFactory.createAnonarray ( )This method is from 'ObjectFactory' class.
ObjectFactory.createAnonfixed ( )This method is from 'ObjectFactory' class.
ObjectFactory.createAnonsequence ( )This method is from 'ObjectFactory' class.
ObjectFactory.createAnonstring ( )This method is from 'ObjectFactory' class.
ObjectFactory.createAnonwstring ( )This method is from 'ObjectFactory' class.
ObjectFactory.createAny ( )This method is from 'ObjectFactory' class.
ObjectFactory.createArgType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createArray ( )This method is from 'ObjectFactory' class.
ObjectFactory.createBinding ( BindingType value )This method is from 'ObjectFactory' class.
ObjectFactory.createBindingType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createCaseType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createConst ( )This method is from 'ObjectFactory' class.
ObjectFactory.createCorbaType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createEnum ( )This method is from 'ObjectFactory' class.
ObjectFactory.createEnumerator ( )This method is from 'ObjectFactory' class.
ObjectFactory.createException ( )This method is from 'ObjectFactory' class.
ObjectFactory.createFixed ( )This method is from 'ObjectFactory' class.
ObjectFactory.createMemberType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createNamedType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createObject ( )This method is from 'ObjectFactory' class.
ObjectFactory.createOperation ( OperationType value )This method is from 'ObjectFactory' class.
ObjectFactory.createOperationType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createParamType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createPolicy ( PolicyType value )This method is from 'ObjectFactory' class.
ObjectFactory.createPolicyType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRaisesType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSequence ( )This method is from 'ObjectFactory' class.
ObjectFactory.createStruct ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTypeMapping ( TypeMappingType value )This method is from 'ObjectFactory' class.
ObjectFactory.createTypeMappingType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createUnion ( )This method is from 'ObjectFactory' class.
ObjectFactory.createUnionbranch ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] OperationType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
OperationType.getName ( )This method is from 'OperationType' class.
OperationType.getParam ( )This method is from 'OperationType' class.
OperationType.getRaises ( )This method is from 'OperationType' class.
OperationType.getReturn ( )This method is from 'OperationType' class.
OperationType.isSetName ( )This method is from 'OperationType' class.
OperationType.isSetParam ( )This method is from 'OperationType' class.
OperationType.isSetRaises ( )This method is from 'OperationType' class.
OperationType.isSetReturn ( )This method is from 'OperationType' class.
OperationType.OperationType ( )This constructor is from 'OperationType' class.
OperationType.setName ( String value )This method is from 'OperationType' class.
OperationType.setReturn ( ArgType value )This method is from 'OperationType' class.
OperationType.unsetParam ( )This method is from 'OperationType' class.
OperationType.unsetRaises ( )This method is from 'OperationType' class.
[+] ParamType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ParamType.getMode ( )This method is from 'ParamType' class.
ParamType.isSetMode ( )This method is from 'ParamType' class.
ParamType.ParamType ( )This constructor is from 'ParamType' class.
ParamType.setMode ( ModeType value )This method is from 'ParamType' class.
[+] PolicyType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
PolicyType.getPoaname ( )This method is from 'PolicyType' class.
PolicyType.getServiceid ( )This method is from 'PolicyType' class.
PolicyType.isPersistent ( )This method is from 'PolicyType' class.
PolicyType.isSetPersistent ( )This method is from 'PolicyType' class.
PolicyType.isSetPoaname ( )This method is from 'PolicyType' class.
PolicyType.isSetServiceid ( )This method is from 'PolicyType' class.
PolicyType.PolicyType ( )This constructor is from 'PolicyType' class.
PolicyType.setPersistent ( boolean value )This method is from 'PolicyType' class.
PolicyType.setPoaname ( String value )This method is from 'PolicyType' class.
PolicyType.setServiceid ( String value )This method is from 'PolicyType' class.
PolicyType.unsetPersistent ( )This method is from 'PolicyType' class.
[+] RaisesType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
RaisesType.getException ( )This method is from 'RaisesType' class.
RaisesType.isSetException ( )This method is from 'RaisesType' class.
RaisesType.RaisesType ( )This constructor is from 'RaisesType' class.
RaisesType.setException ( javax.xml.namespace.QName value )This method is from 'RaisesType' class.
[+] Sequence (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
Sequence.getBound ( )This method is from 'Sequence' class.
Sequence.getElemname ( )This method is from 'Sequence' class.
Sequence.getElemtype ( )This method is from 'Sequence' class.
Sequence.isSetBound ( )This method is from 'Sequence' class.
Sequence.isSetElemname ( )This method is from 'Sequence' class.
Sequence.isSetElemtype ( )This method is from 'Sequence' class.
Sequence.Sequence ( )This constructor is from 'Sequence' class.
Sequence.setBound ( long value )This method is from 'Sequence' class.
Sequence.setElemname ( javax.xml.namespace.QName value )This method is from 'Sequence' class.
Sequence.setElemtype ( javax.xml.namespace.QName value )This method is from 'Sequence' class.
[+] Struct (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Struct.getMember ( )This method is from 'Struct' class.
Struct.isSetMember ( )This method is from 'Struct' class.
Struct.Struct ( )This constructor is from 'Struct' class.
Struct.unsetMember ( )This method is from 'Struct' class.
[+] TypeMappingType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
TypeMappingType.getStructOrExceptionOrUnion ( )This method is from 'TypeMappingType' class.
TypeMappingType.getTargetNamespace ( )This method is from 'TypeMappingType' class.
TypeMappingType.isSetStructOrExceptionOrUnion ( )This method is from 'TypeMappingType' class.
TypeMappingType.isSetTargetNamespace ( )This method is from 'TypeMappingType' class.
TypeMappingType.setTargetNamespace ( String value )This method is from 'TypeMappingType' class.
TypeMappingType.TypeMappingType ( )This constructor is from 'TypeMappingType' class.
TypeMappingType.unsetStructOrExceptionOrUnion ( )This method is from 'TypeMappingType' class.
[+] Union (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
Union.getDiscriminator ( )This method is from 'Union' class.
Union.getUnionbranch ( )This method is from 'Union' class.
Union.isNillable ( )This method is from 'Union' class.
Union.isSetDiscriminator ( )This method is from 'Union' class.
Union.isSetNillable ( )This method is from 'Union' class.
Union.isSetUnionbranch ( )This method is from 'Union' class.
Union.setDiscriminator ( javax.xml.namespace.QName value )This method is from 'Union' class.
Union.setNillable ( boolean value )This method is from 'Union' class.
Union.Union ( )This constructor is from 'Union' class.
Union.unsetNillable ( )This method is from 'Union' class.
Union.unsetUnionbranch ( )This method is from 'Union' class.
[+] Unionbranch (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (18)
Unionbranch.getCase ( )This method is from 'Unionbranch' class.
Unionbranch.getIdltype ( )This method is from 'Unionbranch' class.
Unionbranch.getName ( )This method is from 'Unionbranch' class.
Unionbranch.isDefault ( )This method is from 'Unionbranch' class.
Unionbranch.isQualified ( )This method is from 'Unionbranch' class.
Unionbranch.isSetCase ( )This method is from 'Unionbranch' class.
Unionbranch.isSetDefault ( )This method is from 'Unionbranch' class.
Unionbranch.isSetIdltype ( )This method is from 'Unionbranch' class.
Unionbranch.isSetName ( )This method is from 'Unionbranch' class.
Unionbranch.isSetQualified ( )This method is from 'Unionbranch' class.
Unionbranch.setDefault ( boolean value )This method is from 'Unionbranch' class.
Unionbranch.setIdltype ( javax.xml.namespace.QName value )This method is from 'Unionbranch' class.
Unionbranch.setName ( String value )This method is from 'Unionbranch' class.
Unionbranch.setQualified ( boolean value )This method is from 'Unionbranch' class.
Unionbranch.Unionbranch ( )This constructor is from 'Unionbranch' class.
Unionbranch.unsetCase ( )This method is from 'Unionbranch' class.
Unionbranch.unsetDefault ( )This method is from 'Unionbranch' class.
Unionbranch.unsetQualified ( )This method is from 'Unionbranch' class.
[+] W3CConstants (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
W3CConstants.getValue ( String p1 )This abstract method is from 'W3CConstants' interface.
[+] WSDLExtensionRegister (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
WSDLExtensionRegister.WSDLExtensionRegister ( org.apache.cxf.Bus b )This constructor is from 'WSDLExtensionRegister' class.
package org.apache.cxf.binding.http
[+] HttpBindingFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
HttpBindingFactory.createBinding ( org.apache.cxf.service.model.BindingInfo bi )This method is from 'HttpBindingFactory' class.
HttpBindingFactory.createBindingInfo ( org.apache.cxf.service.Service service, String namespace, Object obj )This method is from 'HttpBindingFactory' class.
HttpBindingFactory.getStrategies ( )This method is from 'HttpBindingFactory' class.
HttpBindingFactory.HttpBindingFactory ( )This constructor is from 'HttpBindingFactory' class.
HttpBindingFactory.HttpBindingFactory ( org.apache.cxf.Bus bus )This constructor is from 'HttpBindingFactory' class.
HttpBindingFactory.setStrategies ( java.util.List strategies )This method is from 'HttpBindingFactory' class.
[+] IriDecoderHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
IriDecoderHelper.addParams ( String input, int start, int stop, java.util.List params )This method is from 'IriDecoderHelper' class.
IriDecoderHelper.buildDocument ( org.apache.ws.commons.schema.XmlSchemaAnnotated schemaAnnotation, java.util.Collection schemas, java.util.List params )This method is from 'IriDecoderHelper' class.
IriDecoderHelper.combine ( String location, String httpLocation )This method is from 'IriDecoderHelper' class.
IriDecoderHelper.decode ( String uri, String loc, java.io.InputStream is )This method is from 'IriDecoderHelper' class.
IriDecoderHelper.decodeIri ( String uri, String loc )This method is from 'IriDecoderHelper' class.
IriDecoderHelper.expect ( String path, int index, char c )This method is from 'IriDecoderHelper' class.
IriDecoderHelper.findPartEnd ( String path, int c, String endFragment )This method is from 'IriDecoderHelper' class.
IriDecoderHelper.getUriPath ( String uri )This method is from 'IriDecoderHelper' class.
IriDecoderHelper.interopolateParams ( org.w3c.dom.Document doc, org.apache.ws.commons.schema.XmlSchemaAnnotated schemaAnnotation, java.util.Collection schemas, java.util.List params )This method is from 'IriDecoderHelper' class.
[+] IriDecoderHelper.Param (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
IriDecoderHelper.Param.equals ( Object obj )This method is from 'IriDecoderHelper.Param' class.
IriDecoderHelper.Param.getName ( )This method is from 'IriDecoderHelper.Param' class.
IriDecoderHelper.Param.getValue ( )This method is from 'IriDecoderHelper.Param' class.
IriDecoderHelper.Param.hashCode ( )This method is from 'IriDecoderHelper.Param' class.
IriDecoderHelper.Param.IriDecoderHelper.Param ( String name, String value )This constructor is from 'IriDecoderHelper.Param' class.
IriDecoderHelper.Param.toString ( )This method is from 'IriDecoderHelper.Param' class.
[+] URIMapper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
URIMapper.bind ( org.apache.cxf.service.model.BindingOperationInfo bop, String uri, String verb )This method is from 'URIMapper' class.
URIMapper.getLocation ( org.apache.cxf.service.model.BindingOperationInfo bop )This method is from 'URIMapper' class.
URIMapper.getOperation ( String uri, String verb, org.apache.cxf.message.Message m )This method is from 'URIMapper' class.
URIMapper.getParameters ( org.apache.cxf.service.model.MessageInfo msgInfo, String path )This method is from 'URIMapper' class.
URIMapper.getVerb ( org.apache.cxf.service.model.BindingOperationInfo bop )This method is from 'URIMapper' class.
URIMapper.URIMapper ( )This constructor is from 'URIMapper' class.
[+] URIMapper.ResourceInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
URIMapper.ResourceInfo.getOperation ( )This method is from 'URIMapper.ResourceInfo' class.
URIMapper.ResourceInfo.getUri ( )This method is from 'URIMapper.ResourceInfo' class.
URIMapper.ResourceInfo.getVerb ( )This method is from 'URIMapper.ResourceInfo' class.
URIMapper.ResourceInfo.setOperation ( org.apache.cxf.service.model.BindingOperationInfo operation )This method is from 'URIMapper.ResourceInfo' class.
URIMapper.ResourceInfo.setUri ( String uri )This method is from 'URIMapper.ResourceInfo' class.
URIMapper.ResourceInfo.setVerb ( String verb )This method is from 'URIMapper.ResourceInfo' class.
URIMapper.ResourceInfo.URIMapper.ResourceInfo ( )This constructor is from 'URIMapper.ResourceInfo' class.
package org.apache.cxf.binding.http.interceptor
[+] ContentTypeOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ContentTypeOutInterceptor.ContentTypeOutInterceptor ( )This constructor is from 'ContentTypeOutInterceptor' class.
ContentTypeOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'ContentTypeOutInterceptor' class.
[+] DatabindingInSetupInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
DatabindingInSetupInterceptor.DatabindingInSetupInterceptor ( )This constructor is from 'DatabindingInSetupInterceptor' class.
DatabindingInSetupInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'DatabindingInSetupInterceptor' class.
[+] DatabindingOutSetupInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
DatabindingOutSetupInterceptor.DatabindingOutSetupInterceptor ( )This constructor is from 'DatabindingOutSetupInterceptor' class.
DatabindingOutSetupInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'DatabindingOutSetupInterceptor' class.
[+] DispatchInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
DispatchInterceptor.DispatchInterceptor ( )This constructor is from 'DispatchInterceptor' class.
DispatchInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'DispatchInterceptor' class.
[+] DocumentWriterInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
DocumentWriterInterceptor.DocumentWriterInterceptor ( )This constructor is from 'DocumentWriterInterceptor' class.
DocumentWriterInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'DocumentWriterInterceptor' class.
[+] URIParameterInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
URIParameterInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'URIParameterInInterceptor' class.
URIParameterInInterceptor.URIParameterInInterceptor ( )This constructor is from 'URIParameterInInterceptor' class.
[+] URIParameterOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
URIParameterOutInterceptor.encodeIri ( String uri, org.w3c.dom.Document doc )This method is from 'URIParameterOutInterceptor' class.
URIParameterOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'URIParameterOutInterceptor' class.
URIParameterOutInterceptor.URIParameterOutInterceptor ( )This constructor is from 'URIParameterOutInterceptor' class.
package org.apache.cxf.binding.http.strategy
[+] ConventionStrategy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ConventionStrategy.ConventionStrategy ( )This constructor is from 'ConventionStrategy' class.
ConventionStrategy.getInflector ( )This method is from 'ConventionStrategy' class.
ConventionStrategy.map ( org.apache.cxf.service.model.BindingOperationInfo bop, reflect.Method m, org.apache.cxf.binding.http.URIMapper mapper )This method is from 'ConventionStrategy' class.
ConventionStrategy.setInflector ( Inflector inflector )This method is from 'ConventionStrategy' class.
[+] EnglishInflector (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
EnglishInflector.EnglishInflector ( )This constructor is from 'EnglishInflector' class.
[+] Inflector (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
Inflector.addIrregular ( String orig, String replacement )This method is from 'Inflector' class.
Inflector.addPlural ( String regex, String replacement )This method is from 'Inflector' class.
Inflector.addSingular ( String regex, String replacement )This method is from 'Inflector' class.
Inflector.addUncountable ( String word )This method is from 'Inflector' class.
Inflector.addUncountable ( String[ ] words )This method is from 'Inflector' class.
Inflector.Inflector ( )This constructor is from 'Inflector' class.
Inflector.pluralize ( String orig )This method is from 'Inflector' class.
Inflector.singularlize ( String orig )This method is from 'Inflector' class.
[+] JRAStrategy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JRAStrategy.JRAStrategy ( )This constructor is from 'JRAStrategy' class.
JRAStrategy.map ( org.apache.cxf.service.model.BindingOperationInfo bop, reflect.Method m, org.apache.cxf.binding.http.URIMapper mapper )This method is from 'JRAStrategy' class.
[+] ResourceStrategy (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ResourceStrategy.map ( org.apache.cxf.service.model.BindingOperationInfo p1, reflect.Method p2, org.apache.cxf.binding.http.URIMapper p3 )This abstract method is from 'ResourceStrategy' interface.
package org.apache.cxf.binding.object
[+] LocalServerListener (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
LocalServerListener.getConfiguration ( )This method is from 'LocalServerListener' class.
LocalServerListener.getDestinationFactory ( )This method is from 'LocalServerListener' class.
LocalServerListener.LocalServerListener ( org.apache.cxf.Bus bus, org.apache.cxf.binding.BindingFactory bindingFactory )This constructor is from 'LocalServerListener' class.
LocalServerListener.setConfiguration ( ObjectBindingConfiguration configuration )This method is from 'LocalServerListener' class.
LocalServerListener.startServer ( org.apache.cxf.endpoint.Server server )This method is from 'LocalServerListener' class.
LocalServerListener.stopServer ( org.apache.cxf.endpoint.Server server )This method is from 'LocalServerListener' class.
[+] LocalServerListener.OverrideBindingObserver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
LocalServerListener.OverrideBindingObserver.getBinding ( )This method is from 'LocalServerListener.OverrideBindingObserver' class.
LocalServerListener.OverrideBindingObserver.LocalServerListener.OverrideBindingObserver ( org.apache.cxf.endpoint.Endpoint endpoint, org.apache.cxf.binding.Binding binding, org.apache.cxf.Bus bus )This constructor is from 'LocalServerListener.OverrideBindingObserver' class.
[+] ObjectBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ObjectBinding.createMessage ( )This method is from 'ObjectBinding' class.
ObjectBinding.createMessage ( org.apache.cxf.message.Message m )This method is from 'ObjectBinding' class.
ObjectBinding.getBindingInfo ( )This method is from 'ObjectBinding' class.
ObjectBinding.ObjectBinding ( org.apache.cxf.service.model.BindingInfo bindingInfo )This constructor is from 'ObjectBinding' class.
[+] ObjectBindingConfiguration (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
ObjectBindingConfiguration.getBindingId ( )This method is from 'ObjectBindingConfiguration' class.
ObjectBindingConfiguration.getSkipPhases ( )This method is from 'ObjectBindingConfiguration' class.
ObjectBindingConfiguration.isNonLogicalPhasesEnabled ( )This method is from 'ObjectBindingConfiguration' class.
ObjectBindingConfiguration.ObjectBindingConfiguration ( )This constructor is from 'ObjectBindingConfiguration' class.
ObjectBindingConfiguration.setNonLogicalPhasesEnabled ( boolean nonLogicalPhasesEnabled )This method is from 'ObjectBindingConfiguration' class.
ObjectBindingConfiguration.setSkipPhases ( java.util.Set skipPhases )This method is from 'ObjectBindingConfiguration' class.
[+] ObjectBindingFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
ObjectBindingFactory.createBinding ( org.apache.cxf.service.model.BindingInfo bi )This method is from 'ObjectBindingFactory' class.
ObjectBindingFactory.createBindingInfo ( org.apache.cxf.service.model.ServiceInfo si, String bindingid, Object config )This method is from 'ObjectBindingFactory' class.
ObjectBindingFactory.initialize ( )This method is from 'ObjectBindingFactory' class.
ObjectBindingFactory.isAutoRegisterLocalEndpoint ( )This method is from 'ObjectBindingFactory' class.
ObjectBindingFactory.ObjectBindingFactory ( )This constructor is from 'ObjectBindingFactory' class.
ObjectBindingFactory.ObjectBindingFactory ( org.apache.cxf.Bus b )This constructor is from 'ObjectBindingFactory' class.
ObjectBindingFactory.setAutoRegisterLocalEndpoint ( boolean autoRegisterLocalEndpoint )This method is from 'ObjectBindingFactory' class.
[+] ObjectDispatchInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ObjectDispatchInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'ObjectDispatchInInterceptor' class.
ObjectDispatchInInterceptor.ObjectDispatchInInterceptor ( )This constructor is from 'ObjectDispatchInInterceptor' class.
[+] ObjectDispatchOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ObjectDispatchOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'ObjectDispatchOutInterceptor' class.
ObjectDispatchOutInterceptor.ObjectDispatchOutInterceptor ( )This constructor is from 'ObjectDispatchOutInterceptor' class.
package org.apache.cxf.binding.object.blueprint
[+] ObjectBindingBPHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ObjectBindingBPHandler.decorate ( org.w3c.dom.Node node, org.osgi.service.blueprint.reflect.ComponentMetadata componentMetadata, org.apache.aries.blueprint.ParserContext context )This method is from 'ObjectBindingBPHandler' class.
ObjectBindingBPHandler.getManagedClasses ( )This method is from 'ObjectBindingBPHandler' class.
ObjectBindingBPHandler.getSchemaLocation ( String s )This method is from 'ObjectBindingBPHandler' class.
ObjectBindingBPHandler.ObjectBindingBPHandler ( )This constructor is from 'ObjectBindingBPHandler' class.
ObjectBindingBPHandler.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context )This method is from 'ObjectBindingBPHandler' class.
package org.apache.cxf.binding.object.spring
[+] NamespaceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
NamespaceHandler.init ( )This method is from 'NamespaceHandler' class.
NamespaceHandler.NamespaceHandler ( )This constructor is from 'NamespaceHandler' class.
package org.apache.cxf.binding.soap
[+] HeaderUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
HeaderUtil.getHeaderQNameInOperationParam ( SoapMessage soapMessage )This method is from 'HeaderUtil' class.
[+] Soap11 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (21)
Soap11.getAttrNameMustUnderstand ( )This method is from 'Soap11' class.
Soap11.getAttrNameRole ( )This method is from 'Soap11' class.
Soap11.getAttrValueMustUnderstand ( boolean value )This method is from 'Soap11' class.
Soap11.getBindingId ( )This method is from 'Soap11' class.
Soap11.getBody ( )This method is from 'Soap11' class.
Soap11.getContentType ( )This method is from 'Soap11' class.
Soap11.getDateEncodingUnknown ( )This method is from 'Soap11' class.
Soap11.getEnvelope ( )This method is from 'Soap11' class.
Soap11.getFault ( )This method is from 'Soap11' class.
Soap11.getHeader ( )This method is from 'Soap11' class.
Soap11.getInstance ( )This method is from 'Soap11' class.
Soap11.getMustUnderstand ( )This method is from 'Soap11' class.
Soap11.getNamespace ( )This method is from 'Soap11' class.
Soap11.getNextRole ( )This method is from 'Soap11' class.
Soap11.getNoneRole ( )This method is from 'Soap11' class.
Soap11.getReceiver ( )This method is from 'Soap11' class.
Soap11.getSender ( )This method is from 'Soap11' class.
Soap11.getSoapEncodingStyle ( )This method is from 'Soap11' class.
Soap11.getUltimateReceiverRole ( )This method is from 'Soap11' class.
Soap11.getVersion ( )This method is from 'Soap11' class.
Soap11.getVersionMismatch ( )This method is from 'Soap11' class.
[+] Soap12 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (21)
Soap12.getAttrNameMustUnderstand ( )This method is from 'Soap12' class.
Soap12.getAttrNameRole ( )This method is from 'Soap12' class.
Soap12.getAttrValueMustUnderstand ( boolean value )This method is from 'Soap12' class.
Soap12.getBindingId ( )This method is from 'Soap12' class.
Soap12.getBody ( )This method is from 'Soap12' class.
Soap12.getContentType ( )This method is from 'Soap12' class.
Soap12.getDateEncodingUnknown ( )This method is from 'Soap12' class.
Soap12.getEnvelope ( )This method is from 'Soap12' class.
Soap12.getFault ( )This method is from 'Soap12' class.
Soap12.getHeader ( )This method is from 'Soap12' class.
Soap12.getInstance ( )This method is from 'Soap12' class.
Soap12.getMustUnderstand ( )This method is from 'Soap12' class.
Soap12.getNamespace ( )This method is from 'Soap12' class.
Soap12.getNextRole ( )This method is from 'Soap12' class.
Soap12.getNoneRole ( )This method is from 'Soap12' class.
Soap12.getReceiver ( )This method is from 'Soap12' class.
Soap12.getSender ( )This method is from 'Soap12' class.
Soap12.getSoapEncodingStyle ( )This method is from 'Soap12' class.
Soap12.getUltimateReceiverRole ( )This method is from 'Soap12' class.
Soap12.getVersion ( )This method is from 'Soap12' class.
Soap12.getVersionMismatch ( )This method is from 'Soap12' class.
[+] SoapBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
SoapBinding.createMessage ( )This method is from 'SoapBinding' class.
SoapBinding.createMessage ( org.apache.cxf.message.Message m )This method is from 'SoapBinding' class.
SoapBinding.getBindingInfo ( )This method is from 'SoapBinding' class.
SoapBinding.getSoapVersion ( )This method is from 'SoapBinding' class.
SoapBinding.setSoapVersion ( SoapVersion v )This method is from 'SoapBinding' class.
SoapBinding.SoapBinding ( org.apache.cxf.service.model.BindingInfo info )This constructor is from 'SoapBinding' class.
SoapBinding.SoapBinding ( org.apache.cxf.service.model.BindingInfo info, SoapVersion v )This constructor is from 'SoapBinding' class.
[+] SoapBindingConfiguration (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (21)
SoapBindingConfiguration.getBindingId ( )This method is from 'SoapBindingConfiguration' class.
SoapBindingConfiguration.getBindingName ( )This method is from 'SoapBindingConfiguration' class.
SoapBindingConfiguration.getBindingName ( org.apache.cxf.service.model.ServiceInfo si )This method is from 'SoapBindingConfiguration' class.
SoapBindingConfiguration.getBindingNamePostfix ( )This method is from 'SoapBindingConfiguration' class.
SoapBindingConfiguration.getSoapAction ( org.apache.cxf.service.model.OperationInfo op )This method is from 'SoapBindingConfiguration' class.
SoapBindingConfiguration.getStyle ( )This method is from 'SoapBindingConfiguration' class.
SoapBindingConfiguration.getStyle ( org.apache.cxf.service.model.OperationInfo op )This method is from 'SoapBindingConfiguration' class.
SoapBindingConfiguration.getTransportURI ( )This method is from 'SoapBindingConfiguration' class.
SoapBindingConfiguration.getUse ( )This method is from 'SoapBindingConfiguration' class.
SoapBindingConfiguration.getVersion ( )This method is from 'SoapBindingConfiguration' class.
SoapBindingConfiguration.isHeader ( org.apache.cxf.service.model.BindingOperationInfo op, org.apache.cxf.service.model.MessagePartInfo part )This method is from 'SoapBindingConfiguration' class.
SoapBindingConfiguration.isMtomEnabled ( )This method is from 'SoapBindingConfiguration' class.
SoapBindingConfiguration.isSetStyle ( )This method is from 'SoapBindingConfiguration' class.
SoapBindingConfiguration.setBindingName ( javax.xml.namespace.QName b )This method is from 'SoapBindingConfiguration' class.
SoapBindingConfiguration.setBindingNamePostfix ( String b )This method is from 'SoapBindingConfiguration' class.
SoapBindingConfiguration.setMtomEnabled ( boolean mtomEnabled )This method is from 'SoapBindingConfiguration' class.
SoapBindingConfiguration.setStyle ( String style )This method is from 'SoapBindingConfiguration' class.
SoapBindingConfiguration.setTransportURI ( String transportURI )This method is from 'SoapBindingConfiguration' class.
SoapBindingConfiguration.setUse ( String use )This method is from 'SoapBindingConfiguration' class.
SoapBindingConfiguration.setVersion ( SoapVersion sv )This method is from 'SoapBindingConfiguration' class.
SoapBindingConfiguration.SoapBindingConfiguration ( )This constructor is from 'SoapBindingConfiguration' class.
[+] SoapBindingFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
SoapBindingFactory.addListener ( org.apache.cxf.transport.Destination d, org.apache.cxf.endpoint.Endpoint e )This method is from 'SoapBindingFactory' class.
SoapBindingFactory.addMessageFromBinding ( javax.wsdl.extensions.ExtensibilityElement ext, org.apache.cxf.service.model.BindingOperationInfo bop, boolean isInput )This method is from 'SoapBindingFactory' class.
SoapBindingFactory.createBinding ( org.apache.cxf.service.model.BindingInfo binding )This method is from 'SoapBindingFactory' class.
SoapBindingFactory.createBindingInfo ( org.apache.cxf.service.model.ServiceInfo si, String bindingid, Object conf )This method is from 'SoapBindingFactory' class.
SoapBindingFactory.createBindingInfo ( org.apache.cxf.service.model.ServiceInfo service, javax.wsdl.Binding binding, String ns )This method is from 'SoapBindingFactory' class.
SoapBindingFactory.SoapBindingFactory ( )This constructor is from 'SoapBindingFactory' class.
SoapBindingFactory.SoapBindingFactory ( org.apache.cxf.Bus b )This constructor is from 'SoapBindingFactory' class.
[+] SoapFault (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (19)
SoapFault.createFault ( org.apache.cxf.interceptor.Fault f, SoapVersion v )This method is from 'SoapFault' class.
SoapFault.getCodeString ( String prefix, String defaultPrefix )This method is from 'SoapFault' class.
SoapFault.getNamespaces ( )This method is from 'SoapFault' class.
SoapFault.getNode ( )This method is from 'SoapFault' class.
SoapFault.getReason ( )This method is from 'SoapFault' class.
SoapFault.getRole ( )This method is from 'SoapFault' class.
SoapFault.getSubCode ( )This method is from 'SoapFault' class.
SoapFault.getSubCodeString ( String prefix, String defaultPrefix )This method is from 'SoapFault' class.
SoapFault.setNamespaces ( java.util.Map namespaces )This method is from 'SoapFault' class.
SoapFault.setNode ( String n )This method is from 'SoapFault' class.
SoapFault.setRole ( String actor )This method is from 'SoapFault' class.
SoapFault.setSubCode ( javax.xml.namespace.QName subCode )This method is from 'SoapFault' class.
SoapFault.SoapFault ( String message, Throwable t, javax.xml.namespace.QName faultCode )This constructor is from 'SoapFault' class.
SoapFault.SoapFault ( String message, java.util.ResourceBundle bundle, Throwable t, javax.xml.namespace.QName faultCode )This constructor is from 'SoapFault' class.
SoapFault.SoapFault ( String message, java.util.ResourceBundle bundle, javax.xml.namespace.QName faultCode )This constructor is from 'SoapFault' class.
SoapFault.SoapFault ( String message, java.util.ResourceBundle bundle, javax.xml.namespace.QName faultCode, Object[ ] params )This constructor is from 'SoapFault' class.
SoapFault.SoapFault ( String message, javax.xml.namespace.QName faultCode )This constructor is from 'SoapFault' class.
SoapFault.SoapFault ( org.apache.cxf.common.i18n.Message message, Throwable throwable, javax.xml.namespace.QName faultCode )This constructor is from 'SoapFault' class.
SoapFault.SoapFault ( org.apache.cxf.common.i18n.Message message, javax.xml.namespace.QName faultCode )This constructor is from 'SoapFault' class.
[+] SoapHeader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
SoapHeader.getActor ( )This method is from 'SoapHeader' class.
SoapHeader.isMustUnderstand ( )This method is from 'SoapHeader' class.
SoapHeader.setActor ( String actor )This method is from 'SoapHeader' class.
SoapHeader.setMustUnderstand ( boolean mustUnderstand )This method is from 'SoapHeader' class.
SoapHeader.SoapHeader ( javax.xml.namespace.QName q, Object o )This constructor is from 'SoapHeader' class.
SoapHeader.SoapHeader ( javax.xml.namespace.QName q, Object o, org.apache.cxf.databinding.DataBinding b )This constructor is from 'SoapHeader' class.
[+] SoapTransportFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
SoapTransportFactory.createEndpointInfo ( org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.service.model.BindingInfo b, java.util.List ees )This method is from 'SoapTransportFactory' class.
SoapTransportFactory.createPortExtensors ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.Service service )This method is from 'SoapTransportFactory' class.
SoapTransportFactory.getConduit ( org.apache.cxf.service.model.EndpointInfo ei )This method is from 'SoapTransportFactory' class.
SoapTransportFactory.getConduit ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType target )This method is from 'SoapTransportFactory' class.
SoapTransportFactory.getDestination ( org.apache.cxf.service.model.EndpointInfo ei )This method is from 'SoapTransportFactory' class.
SoapTransportFactory.getUriPrefixes ( )This method is from 'SoapTransportFactory' class.
SoapTransportFactory.mapTransportURI ( String s, String address )This method is from 'SoapTransportFactory' class.
SoapTransportFactory.setActivationNamespaces ( java.util.Collection ans )This method is from 'SoapTransportFactory' class.
SoapTransportFactory.setBus ( org.apache.cxf.Bus bus )This method is from 'SoapTransportFactory' class.
SoapTransportFactory.SoapTransportFactory ( )This constructor is from 'SoapTransportFactory' class.
SoapTransportFactory.SoapTransportFactory ( org.apache.cxf.Bus b )This constructor is from 'SoapTransportFactory' class.
[+] SoapVersion (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (20)
SoapVersion.getAttrNameMustUnderstand ( )This abstract method is from 'SoapVersion' interface.
SoapVersion.getAttrNameRole ( )This abstract method is from 'SoapVersion' interface.
SoapVersion.getAttrValueMustUnderstand ( boolean p1 )This abstract method is from 'SoapVersion' interface.
SoapVersion.getBindingId ( )This abstract method is from 'SoapVersion' interface.
SoapVersion.getBody ( )This abstract method is from 'SoapVersion' interface.
SoapVersion.getContentType ( )This abstract method is from 'SoapVersion' interface.
SoapVersion.getDateEncodingUnknown ( )This abstract method is from 'SoapVersion' interface.
SoapVersion.getEnvelope ( )This abstract method is from 'SoapVersion' interface.
SoapVersion.getFault ( )This abstract method is from 'SoapVersion' interface.
SoapVersion.getHeader ( )This abstract method is from 'SoapVersion' interface.
SoapVersion.getMustUnderstand ( )This abstract method is from 'SoapVersion' interface.
SoapVersion.getNamespace ( )This abstract method is from 'SoapVersion' interface.
SoapVersion.getNextRole ( )This abstract method is from 'SoapVersion' interface.
SoapVersion.getNoneRole ( )This abstract method is from 'SoapVersion' interface.
SoapVersion.getReceiver ( )This abstract method is from 'SoapVersion' interface.
SoapVersion.getSender ( )This abstract method is from 'SoapVersion' interface.
SoapVersion.getSoapEncodingStyle ( )This abstract method is from 'SoapVersion' interface.
SoapVersion.getUltimateReceiverRole ( )This abstract method is from 'SoapVersion' interface.
SoapVersion.getVersion ( )This abstract method is from 'SoapVersion' interface.
SoapVersion.getVersionMismatch ( )This abstract method is from 'SoapVersion' interface.
[+] SoapVersionEditor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SoapVersionEditor.getValue ( )This method is from 'SoapVersionEditor' class.
SoapVersionEditor.setAsText ( String text )This method is from 'SoapVersionEditor' class.
SoapVersionEditor.SoapVersionEditor ( )This constructor is from 'SoapVersionEditor' class.
[+] SoapVersionFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SoapVersionFactory.getInstance ( )This method is from 'SoapVersionFactory' class.
SoapVersionFactory.getSoapVersion ( String namespace )This method is from 'SoapVersionFactory' class.
SoapVersionFactory.getVersions ( )This method is from 'SoapVersionFactory' class.
SoapVersionFactory.register ( SoapVersion version )This method is from 'SoapVersionFactory' class.
SoapVersionFactory.SoapVersionFactory ( )This constructor is from 'SoapVersionFactory' class.
package org.apache.cxf.binding.soap.blueprint
[+] SoapBindingBPHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SoapBindingBPHandler.decorate ( org.w3c.dom.Node node, org.osgi.service.blueprint.reflect.ComponentMetadata componentMetadata, org.apache.aries.blueprint.ParserContext context )This method is from 'SoapBindingBPHandler' class.
SoapBindingBPHandler.getManagedClasses ( )This method is from 'SoapBindingBPHandler' class.
SoapBindingBPHandler.getSchemaLocation ( String s )This method is from 'SoapBindingBPHandler' class.
SoapBindingBPHandler.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context )This method is from 'SoapBindingBPHandler' class.
SoapBindingBPHandler.SoapBindingBPHandler ( )This constructor is from 'SoapBindingBPHandler' class.
[+] SoapBindingBPInfoConfigDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SoapBindingBPInfoConfigDefinitionParser.mapElement ( org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element el, String name )This method is from 'SoapBindingBPInfoConfigDefinitionParser' class.
SoapBindingBPInfoConfigDefinitionParser.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context )This method is from 'SoapBindingBPInfoConfigDefinitionParser' class.
SoapBindingBPInfoConfigDefinitionParser.SoapBindingBPInfoConfigDefinitionParser ( )This constructor is from 'SoapBindingBPInfoConfigDefinitionParser' class.
[+] SoapVersionTypeConverter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SoapVersionTypeConverter.canConvert ( Object sourceObject, org.osgi.service.blueprint.container.ReifiedType targetType )This method is from 'SoapVersionTypeConverter' class.
SoapVersionTypeConverter.convert ( Object sourceObject, org.osgi.service.blueprint.container.ReifiedType targetType )This method is from 'SoapVersionTypeConverter' class.
SoapVersionTypeConverter.SoapVersionTypeConverter ( )This constructor is from 'SoapVersionTypeConverter' class.
package org.apache.cxf.binding.soap.interceptor
[+] CheckFaultInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
CheckFaultInterceptor.CheckFaultInterceptor ( )This constructor is from 'CheckFaultInterceptor' class.
CheckFaultInterceptor.CheckFaultInterceptor ( String phase )This constructor is from 'CheckFaultInterceptor' class.
CheckFaultInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'CheckFaultInterceptor' class.
CheckFaultInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'CheckFaultInterceptor' class.
[+] EndpointSelectionInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
EndpointSelectionInterceptor.EndpointSelectionInterceptor ( )This constructor is from 'EndpointSelectionInterceptor' class.
EndpointSelectionInterceptor.selectEndpoint ( org.apache.cxf.message.Message message, java.util.Set eps )This method is from 'EndpointSelectionInterceptor' class.
[+] MustUnderstandInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
MustUnderstandInterceptor.handleFault ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'MustUnderstandInterceptor' class.
MustUnderstandInterceptor.handleFault ( org.apache.cxf.message.Message x0 )This method is from 'MustUnderstandInterceptor' class.
MustUnderstandInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage soapMessage )This method is from 'MustUnderstandInterceptor' class.
MustUnderstandInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'MustUnderstandInterceptor' class.
MustUnderstandInterceptor.MustUnderstandInterceptor ( )This constructor is from 'MustUnderstandInterceptor' class.
MustUnderstandInterceptor.MustUnderstandInterceptor ( String phase )This constructor is from 'MustUnderstandInterceptor' class.
[+] MustUnderstandInterceptor.MustUnderstandEndingInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
MustUnderstandInterceptor.MustUnderstandEndingInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'MustUnderstandInterceptor.MustUnderstandEndingInterceptor' class.
MustUnderstandInterceptor.MustUnderstandEndingInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'MustUnderstandInterceptor.MustUnderstandEndingInterceptor' class.
MustUnderstandInterceptor.MustUnderstandEndingInterceptor.MustUnderstandInterceptor.MustUnderstandEndingInterceptor ( MustUnderstandInterceptor p1 )This constructor is from 'MustUnderstandInterceptor.MustUnderstandEndingInterceptor' class.
MustUnderstandInterceptor.MustUnderstandEndingInterceptor.MustUnderstandInterceptor.MustUnderstandEndingInterceptor ( MustUnderstandInterceptor phase, String p2 )This constructor is from 'MustUnderstandInterceptor.MustUnderstandEndingInterceptor' class.
[+] ReadHeadersInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
ReadHeadersInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'ReadHeadersInterceptor' class.
ReadHeadersInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'ReadHeadersInterceptor' class.
ReadHeadersInterceptor.ReadHeadersInterceptor ( org.apache.cxf.Bus b )This constructor is from 'ReadHeadersInterceptor' class.
ReadHeadersInterceptor.ReadHeadersInterceptor ( org.apache.cxf.Bus b, String phase )This constructor is from 'ReadHeadersInterceptor' class.
ReadHeadersInterceptor.ReadHeadersInterceptor ( org.apache.cxf.Bus b, org.apache.cxf.binding.soap.SoapVersion v )This constructor is from 'ReadHeadersInterceptor' class.
ReadHeadersInterceptor.readVersion ( javax.xml.stream.XMLStreamReader xmlReader, org.apache.cxf.binding.soap.SoapMessage message )This method is from 'ReadHeadersInterceptor' class.
[+] ReadHeadersInterceptor.CheckClosingTagsInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ReadHeadersInterceptor.CheckClosingTagsInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'ReadHeadersInterceptor.CheckClosingTagsInterceptor' class.
ReadHeadersInterceptor.CheckClosingTagsInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'ReadHeadersInterceptor.CheckClosingTagsInterceptor' class.
ReadHeadersInterceptor.CheckClosingTagsInterceptor.ReadHeadersInterceptor.CheckClosingTagsInterceptor ( )This constructor is from 'ReadHeadersInterceptor.CheckClosingTagsInterceptor' class.
[+] RPCInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
RPCInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'RPCInInterceptor' class.
RPCInInterceptor.RPCInInterceptor ( )This constructor is from 'RPCInInterceptor' class.
[+] RPCOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
RPCOutInterceptor.addOperationNode ( org.apache.cxf.helpers.NSStack nsStack, org.apache.cxf.message.Message message, javax.xml.stream.XMLStreamWriter xmlWriter, boolean output, org.apache.cxf.service.model.BindingOperationInfo boi )This method is from 'RPCOutInterceptor' class.
RPCOutInterceptor.getXMLStreamWriter ( org.apache.cxf.message.Message message )This method is from 'RPCOutInterceptor' class.
RPCOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'RPCOutInterceptor' class.
RPCOutInterceptor.RPCOutInterceptor ( )This constructor is from 'RPCOutInterceptor' class.
[+] Soap11FaultInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Soap11FaultInInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'Soap11FaultInInterceptor' class.
Soap11FaultInInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'Soap11FaultInInterceptor' class.
Soap11FaultInInterceptor.Soap11FaultInInterceptor ( )This constructor is from 'Soap11FaultInInterceptor' class.
Soap11FaultInInterceptor.unmarshalFault ( org.apache.cxf.binding.soap.SoapMessage message, javax.xml.stream.XMLStreamReader reader )This method is from 'Soap11FaultInInterceptor' class.
[+] Soap11FaultOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
Soap11FaultOutInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'Soap11FaultOutInterceptor' class.
Soap11FaultOutInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'Soap11FaultOutInterceptor' class.
Soap11FaultOutInterceptor.Soap11FaultOutInterceptor ( )This constructor is from 'Soap11FaultOutInterceptor' class.
[+] Soap12FaultInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Soap12FaultInInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'Soap12FaultInInterceptor' class.
Soap12FaultInInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'Soap12FaultInInterceptor' class.
Soap12FaultInInterceptor.Soap12FaultInInterceptor ( )This constructor is from 'Soap12FaultInInterceptor' class.
Soap12FaultInInterceptor.unmarshalFault ( org.apache.cxf.binding.soap.SoapMessage message, javax.xml.stream.XMLStreamReader reader )This method is from 'Soap12FaultInInterceptor' class.
[+] Soap12FaultOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
Soap12FaultOutInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'Soap12FaultOutInterceptor' class.
Soap12FaultOutInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'Soap12FaultOutInterceptor' class.
Soap12FaultOutInterceptor.Soap12FaultOutInterceptor ( )This constructor is from 'Soap12FaultOutInterceptor' class.
[+] SoapActionInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SoapActionInInterceptor.getSoapAction ( org.apache.cxf.message.Message m )This method is from 'SoapActionInInterceptor' class.
SoapActionInInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SoapActionInInterceptor' class.
SoapActionInInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'SoapActionInInterceptor' class.
SoapActionInInterceptor.SoapActionInInterceptor ( )This constructor is from 'SoapActionInInterceptor' class.
[+] SoapHeaderInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SoapHeaderInterceptor.handleMessage ( org.apache.cxf.message.Message m )This method is from 'SoapHeaderInterceptor' class.
SoapHeaderInterceptor.SoapHeaderInterceptor ( )This constructor is from 'SoapHeaderInterceptor' class.
[+] SoapHeaderOutFilterInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SoapHeaderOutFilterInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SoapHeaderOutFilterInterceptor' class.
SoapHeaderOutFilterInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'SoapHeaderOutFilterInterceptor' class.
SoapHeaderOutFilterInterceptor.SoapHeaderOutFilterInterceptor ( )This constructor is from 'SoapHeaderOutFilterInterceptor' class.
[+] SoapInterceptor (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SoapInterceptor.getRoles ( )This abstract method is from 'SoapInterceptor' interface.
SoapInterceptor.getUnderstoodHeaders ( )This abstract method is from 'SoapInterceptor' interface.
[+] SoapOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SoapOutInterceptor.getDataWriter ( org.apache.cxf.message.Message message )This method is from 'SoapOutInterceptor' class.
SoapOutInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SoapOutInterceptor' class.
SoapOutInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'SoapOutInterceptor' class.
SoapOutInterceptor.SoapOutInterceptor ( org.apache.cxf.Bus b )This constructor is from 'SoapOutInterceptor' class.
SoapOutInterceptor.SoapOutInterceptor ( org.apache.cxf.Bus b, String phase )This constructor is from 'SoapOutInterceptor' class.
[+] SoapOutInterceptor.SOAPHeaderWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
SoapOutInterceptor.SOAPHeaderWriter.SoapOutInterceptor.SOAPHeaderWriter ( javax.xml.stream.XMLStreamWriter writer, org.apache.cxf.binding.soap.SoapHeader header, org.apache.cxf.binding.soap.SoapVersion version, String pfx )This constructor is from 'SoapOutInterceptor.SOAPHeaderWriter' class.
SoapOutInterceptor.SOAPHeaderWriter.writeAttribute ( String uri, String local, String value )This method is from 'SoapOutInterceptor.SOAPHeaderWriter' class.
SoapOutInterceptor.SOAPHeaderWriter.writeAttribute ( String prefix, String uri, String local, String value )This method is from 'SoapOutInterceptor.SOAPHeaderWriter' class.
SoapOutInterceptor.SOAPHeaderWriter.writeStartElement ( String arg0 )This method is from 'SoapOutInterceptor.SOAPHeaderWriter' class.
SoapOutInterceptor.SOAPHeaderWriter.writeStartElement ( String arg0, String arg1 )This method is from 'SoapOutInterceptor.SOAPHeaderWriter' class.
SoapOutInterceptor.SOAPHeaderWriter.writeStartElement ( String arg0, String arg1, String arg2 )This method is from 'SoapOutInterceptor.SOAPHeaderWriter' class.
[+] SoapOutInterceptor.SoapOutEndingInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SoapOutInterceptor.SoapOutEndingInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SoapOutInterceptor.SoapOutEndingInterceptor' class.
SoapOutInterceptor.SoapOutEndingInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'SoapOutInterceptor.SoapOutEndingInterceptor' class.
SoapOutInterceptor.SoapOutEndingInterceptor.SoapOutInterceptor.SoapOutEndingInterceptor ( SoapOutInterceptor p1 )This constructor is from 'SoapOutInterceptor.SoapOutEndingInterceptor' class.
[+] SoapPreProtocolOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SoapPreProtocolOutInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SoapPreProtocolOutInterceptor' class.
SoapPreProtocolOutInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'SoapPreProtocolOutInterceptor' class.
SoapPreProtocolOutInterceptor.SoapPreProtocolOutInterceptor ( )This constructor is from 'SoapPreProtocolOutInterceptor' class.
[+] StartBodyInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
StartBodyInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'StartBodyInterceptor' class.
StartBodyInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'StartBodyInterceptor' class.
StartBodyInterceptor.StartBodyInterceptor ( )This constructor is from 'StartBodyInterceptor' class.
StartBodyInterceptor.StartBodyInterceptor ( String phase )This constructor is from 'StartBodyInterceptor' class.
[+] TibcoSoapActionInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
TibcoSoapActionInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage soapMessage )This method is from 'TibcoSoapActionInterceptor' class.
TibcoSoapActionInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'TibcoSoapActionInterceptor' class.
TibcoSoapActionInterceptor.TibcoSoapActionInterceptor ( )This constructor is from 'TibcoSoapActionInterceptor' class.
package org.apache.cxf.binding.soap.jms.interceptor
[+] JMSFault (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
JMSFault.getDetail ( )This method is from 'JMSFault' class.
JMSFault.getJmsFaultType ( )This method is from 'JMSFault' class.
JMSFault.getReason ( )This method is from 'JMSFault' class.
JMSFault.getSubCode ( )This method is from 'JMSFault' class.
JMSFault.isSender ( )This method is from 'JMSFault' class.
JMSFault.JMSFault ( String message )This constructor is from 'JMSFault' class.
JMSFault.JMSFault ( String message, Throwable cause )This constructor is from 'JMSFault' class.
JMSFault.setDetail ( Object detail )This method is from 'JMSFault' class.
JMSFault.setJmsFaultType ( JMSFaultType jmsFaultType )This method is from 'JMSFault' class.
JMSFault.setSender ( boolean sender )This method is from 'JMSFault' class.
[+] JMSFaultFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
JMSFaultFactory.createContentEncodingNotSupported ( String contentEncoding )This method is from 'JMSFaultFactory' class.
JMSFaultFactory.createContentTypeMismatchFault ( String contentType )This method is from 'JMSFaultFactory' class.
JMSFaultFactory.createMalformedRequestURIFault ( String requestURI )This method is from 'JMSFaultFactory' class.
JMSFaultFactory.createMismatchedSoapActionFault ( String soapAction )This method is from 'JMSFaultFactory' class.
JMSFaultFactory.createMissingContentTypeFault ( )This method is from 'JMSFaultFactory' class.
JMSFaultFactory.createMissingRequestURIFault ( )This method is from 'JMSFaultFactory' class.
JMSFaultFactory.createMissingSoapActionFault ( )This method is from 'JMSFaultFactory' class.
JMSFaultFactory.createTargetServiceNotAllowedInRequestURIFault ( )This method is from 'JMSFaultFactory' class.
JMSFaultFactory.createUnrecognizedBindingVerionFault ( String bindingVersion )This method is from 'JMSFaultFactory' class.
JMSFaultFactory.createUnsupportedJMSMessageFormatFault ( String messageFormat )This method is from 'JMSFaultFactory' class.
[+] JMSFaultType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
JMSFaultType.getAny ( )This method is from 'JMSFaultType' class.
JMSFaultType.getFaultCode ( )This method is from 'JMSFaultType' class.
JMSFaultType.getOtherAttributes ( )This method is from 'JMSFaultType' class.
JMSFaultType.isSetAny ( )This method is from 'JMSFaultType' class.
JMSFaultType.isSetFaultCode ( )This method is from 'JMSFaultType' class.
JMSFaultType.JMSFaultType ( )This constructor is from 'JMSFaultType' class.
JMSFaultType.setFaultCode ( javax.xml.namespace.QName value )This method is from 'JMSFaultType' class.
JMSFaultType.unsetAny ( )This method is from 'JMSFaultType' class.
[+] SoapFaultFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SoapFaultFactory.createFault ( JMSFault jmsFault )This method is from 'SoapFaultFactory' class.
SoapFaultFactory.SoapFaultFactory ( org.apache.cxf.binding.Binding binding )This constructor is from 'SoapFaultFactory' class.
SoapFaultFactory.toString ( org.apache.cxf.interceptor.Fault f )This method is from 'SoapFaultFactory' class.
[+] SoapJMSConstants (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
SoapJMSConstants.getContentEncodingNotSupportedQName ( )This method is from 'SoapJMSConstants' class.
SoapJMSConstants.getContentTypeMismatchQName ( )This method is from 'SoapJMSConstants' class.
SoapJMSConstants.getMalformedRequestURIQName ( )This method is from 'SoapJMSConstants' class.
SoapJMSConstants.getMismatchedSoapActionQName ( )This method is from 'SoapJMSConstants' class.
SoapJMSConstants.getMissingContentTypeQName ( )This method is from 'SoapJMSConstants' class.
SoapJMSConstants.getMissingRequestURIQName ( )This method is from 'SoapJMSConstants' class.
SoapJMSConstants.getMissingSoapActionQName ( )This method is from 'SoapJMSConstants' class.
SoapJMSConstants.getTargetServiceNotAllowedInRequestURIQName ( )This method is from 'SoapJMSConstants' class.
SoapJMSConstants.getUnrecognizedBindingVersionQName ( )This method is from 'SoapJMSConstants' class.
SoapJMSConstants.getUnsupportedJMSMessageFormatQName ( )This method is from 'SoapJMSConstants' class.
[+] SoapJMSInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SoapJMSInInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SoapJMSInInterceptor' class.
SoapJMSInInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'SoapJMSInInterceptor' class.
SoapJMSInInterceptor.SoapJMSInInterceptor ( )This constructor is from 'SoapJMSInInterceptor' class.
package org.apache.cxf.binding.soap.model
[+] SoapBindingInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
SoapBindingInfo.getOperationByAction ( String action )This method is from 'SoapBindingInfo' class.
SoapBindingInfo.getSoapAction ( org.apache.cxf.service.model.OperationInfo operation )This method is from 'SoapBindingInfo' class.
SoapBindingInfo.getSoapVersion ( )This method is from 'SoapBindingInfo' class.
SoapBindingInfo.getStyle ( )This method is from 'SoapBindingInfo' class.
SoapBindingInfo.getStyle ( org.apache.cxf.service.model.OperationInfo operation )This method is from 'SoapBindingInfo' class.
SoapBindingInfo.getTransportURI ( )This method is from 'SoapBindingInfo' class.
SoapBindingInfo.setSoapVersion ( org.apache.cxf.binding.soap.SoapVersion soapVersion )This method is from 'SoapBindingInfo' class.
SoapBindingInfo.setStyle ( String style )This method is from 'SoapBindingInfo' class.
SoapBindingInfo.setTransportURI ( String transportURI )This method is from 'SoapBindingInfo' class.
SoapBindingInfo.SoapBindingInfo ( org.apache.cxf.service.model.ServiceInfo serv, String n )This constructor is from 'SoapBindingInfo' class.
SoapBindingInfo.SoapBindingInfo ( org.apache.cxf.service.model.ServiceInfo serv, String n, org.apache.cxf.binding.soap.SoapVersion soapVersion )This constructor is from 'SoapBindingInfo' class.
[+] SoapBodyInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
SoapBodyInfo.getAttachments ( )This method is from 'SoapBodyInfo' class.
SoapBodyInfo.getParts ( )This method is from 'SoapBodyInfo' class.
SoapBodyInfo.getUse ( )This method is from 'SoapBodyInfo' class.
SoapBodyInfo.setAttachments ( java.util.List attachments )This method is from 'SoapBodyInfo' class.
SoapBodyInfo.setParts ( java.util.List parts )This method is from 'SoapBodyInfo' class.
SoapBodyInfo.setUse ( String use )This method is from 'SoapBodyInfo' class.
SoapBodyInfo.SoapBodyInfo ( )This constructor is from 'SoapBodyInfo' class.
[+] SoapHeaderInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SoapHeaderInfo.getPart ( )This method is from 'SoapHeaderInfo' class.
SoapHeaderInfo.getUse ( )This method is from 'SoapHeaderInfo' class.
SoapHeaderInfo.setPart ( org.apache.cxf.service.model.MessagePartInfo part )This method is from 'SoapHeaderInfo' class.
SoapHeaderInfo.setUse ( String use )This method is from 'SoapHeaderInfo' class.
SoapHeaderInfo.SoapHeaderInfo ( )This constructor is from 'SoapHeaderInfo' class.
[+] SoapOperationInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SoapOperationInfo.getAction ( )This method is from 'SoapOperationInfo' class.
SoapOperationInfo.getStyle ( )This method is from 'SoapOperationInfo' class.
SoapOperationInfo.setAction ( String action )This method is from 'SoapOperationInfo' class.
SoapOperationInfo.setStyle ( String style )This method is from 'SoapOperationInfo' class.
SoapOperationInfo.SoapOperationInfo ( )This constructor is from 'SoapOperationInfo' class.
package org.apache.cxf.binding.soap.saaj
[+] SAAJFactoryResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SAAJFactoryResolver.createMessageFactory ( org.apache.cxf.binding.soap.SoapVersion version )This method is from 'SAAJFactoryResolver' class.
SAAJFactoryResolver.createSOAPFactory ( org.apache.cxf.binding.soap.SoapVersion version )This method is from 'SAAJFactoryResolver' class.
[+] SAAJInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
SAAJInInterceptor.getAdditionalInterceptors ( )This method is from 'SAAJInInterceptor' class.
SAAJInInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SAAJInInterceptor' class.
SAAJInInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'SAAJInInterceptor' class.
SAAJInInterceptor.replaceHeaders ( javax.xml.soap.SOAPMessage soapMessage, org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SAAJInInterceptor' class.
SAAJInInterceptor.SAAJInInterceptor ( )This constructor is from 'SAAJInInterceptor' class.
SAAJInInterceptor.SAAJInInterceptor ( String phase )This constructor is from 'SAAJInInterceptor' class.
[+] SAAJInInterceptor.SAAJPreInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SAAJInInterceptor.SAAJPreInInterceptor.getFactory ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SAAJInInterceptor.SAAJPreInInterceptor' class.
SAAJInInterceptor.SAAJPreInInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SAAJInInterceptor.SAAJPreInInterceptor' class.
SAAJInInterceptor.SAAJPreInInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'SAAJInInterceptor.SAAJPreInInterceptor' class.
SAAJInInterceptor.SAAJPreInInterceptor.SAAJInInterceptor.SAAJPreInInterceptor ( )This constructor is from 'SAAJInInterceptor.SAAJPreInInterceptor' class.
[+] SAAJOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
SAAJOutInterceptor.getFactory ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SAAJOutInterceptor' class.
SAAJOutInterceptor.handleFault ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SAAJOutInterceptor' class.
SAAJOutInterceptor.handleFault ( org.apache.cxf.message.Message x0 )This method is from 'SAAJOutInterceptor' class.
SAAJOutInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SAAJOutInterceptor' class.
SAAJOutInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'SAAJOutInterceptor' class.
SAAJOutInterceptor.SAAJOutInterceptor ( )This constructor is from 'SAAJOutInterceptor' class.
[+] SAAJOutInterceptor.SAAJOutEndingInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SAAJOutInterceptor.SAAJOutEndingInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SAAJOutInterceptor.SAAJOutEndingInterceptor' class.
SAAJOutInterceptor.SAAJOutEndingInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'SAAJOutInterceptor.SAAJOutEndingInterceptor' class.
SAAJOutInterceptor.SAAJOutEndingInterceptor.SAAJOutInterceptor.SAAJOutEndingInterceptor ( )This constructor is from 'SAAJOutInterceptor.SAAJOutEndingInterceptor' class.
package org.apache.cxf.binding.soap.spring
[+] NamespaceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
NamespaceHandler.init ( )This method is from 'NamespaceHandler' class.
NamespaceHandler.NamespaceHandler ( )This constructor is from 'NamespaceHandler' class.
[+] SoapBindingInfoConfigBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SoapBindingInfoConfigBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 )This method is from 'SoapBindingInfoConfigBeanDefinitionParser' class.
SoapBindingInfoConfigBeanDefinitionParser.SoapBindingInfoConfigBeanDefinitionParser ( )This constructor is from 'SoapBindingInfoConfigBeanDefinitionParser' class.
[+] SoapVersionRegistrar (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SoapVersionRegistrar.registerCustomEditors ( org.springframework.beans.PropertyEditorRegistry registry )This method is from 'SoapVersionRegistrar' class.
SoapVersionRegistrar.SoapVersionRegistrar ( )This constructor is from 'SoapVersionRegistrar' class.
package org.apache.cxf.binding.soap.tcp
[+] BackendTcpConduit (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
BackendTcpConduit.assertMessage ( org.apache.cxf.message.Message message )This method is from 'BackendTcpConduit' class.
BackendTcpConduit.BackendTcpConduit ( org.apache.mina.core.session.IoSession session )This constructor is from 'BackendTcpConduit' class.
BackendTcpConduit.canAssert ( javax.xml.namespace.QName type )This method is from 'BackendTcpConduit' class.
BackendTcpConduit.close ( org.apache.cxf.message.Message msg )This method is from 'BackendTcpConduit' class.
BackendTcpConduit.getBeanName ( )This method is from 'BackendTcpConduit' class.
BackendTcpConduit.getLogger ( )This method is from 'BackendTcpConduit' class.
BackendTcpConduit.prepare ( org.apache.cxf.message.Message message )This method is from 'BackendTcpConduit' class.
[+] ChannelIdParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ChannelIdParser.getChannelId ( java.io.InputStream in )This method is from 'ChannelIdParser' class.
[+] ChannelService (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ChannelService.service ( org.apache.mina.core.session.IoSession session, frames.SoapTcpMessage message )This method is from 'ChannelService' class.
[+] DataCodingUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
DataCodingUtils.readInt8 ( java.io.InputStream inputStream )This method is from 'DataCodingUtils' class.
DataCodingUtils.readInts4 ( java.io.InputStream inputStream, int[ ] array, int count )This method is from 'DataCodingUtils' class.
DataCodingUtils.writeInt8 ( java.io.OutputStream outputStream, int intValue )This method is from 'DataCodingUtils' class.
DataCodingUtils.writeInts4 ( java.io.OutputStream outputStream, int[ ] values )This method is from 'DataCodingUtils' class.
DataCodingUtils.writeInts4 ( java.io.OutputStream outputStream, int[ ] array, int offset, int count )This method is from 'DataCodingUtils' class.
[+] SoapTcpChannel (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
SoapTcpChannel.addFrame ( frames.SoapTcpFrame frame )This method is from 'SoapTcpChannel' class.
SoapTcpChannel.clearFrameBuffer ( )This method is from 'SoapTcpChannel' class.
SoapTcpChannel.getChannelId ( )This method is from 'SoapTcpChannel' class.
SoapTcpChannel.getFrames ( )This method is from 'SoapTcpChannel' class.
SoapTcpChannel.getWsURI ( )This method is from 'SoapTcpChannel' class.
SoapTcpChannel.setChannelId ( int channelId )This method is from 'SoapTcpChannel' class.
SoapTcpChannel.setWsURI ( String wsURI )This method is from 'SoapTcpChannel' class.
SoapTcpChannel.SoapTcpChannel ( int channelId, String wsURI )This constructor is from 'SoapTcpChannel' class.
[+] SoapTcpCodecFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SoapTcpCodecFactory.getDecoder ( org.apache.mina.core.session.IoSession arg0 )This method is from 'SoapTcpCodecFactory' class.
SoapTcpCodecFactory.getEncoder ( org.apache.mina.core.session.IoSession arg0 )This method is from 'SoapTcpCodecFactory' class.
SoapTcpCodecFactory.SoapTcpCodecFactory ( )This constructor is from 'SoapTcpCodecFactory' class.
[+] SoapTcpDestination (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
SoapTcpDestination.exceptionCaught ( org.apache.mina.core.session.IoSession session, Throwable cause )This method is from 'SoapTcpDestination' class.
SoapTcpDestination.getInbuiltBackChannel ( org.apache.cxf.message.Message inMessage )This method is from 'SoapTcpDestination' class.
SoapTcpDestination.getLogger ( )This method is from 'SoapTcpDestination' class.
SoapTcpDestination.messageReceived ( org.apache.mina.core.session.IoSession session, Object message )This method is from 'SoapTcpDestination' class.
SoapTcpDestination.messageSent ( org.apache.mina.core.session.IoSession session, Object message )This method is from 'SoapTcpDestination' class.
SoapTcpDestination.sessionClosed ( org.apache.mina.core.session.IoSession session )This method is from 'SoapTcpDestination' class.
SoapTcpDestination.sessionCreated ( org.apache.mina.core.session.IoSession session )This method is from 'SoapTcpDestination' class.
SoapTcpDestination.sessionIdle ( org.apache.mina.core.session.IoSession session, org.apache.mina.core.session.IdleStatus status )This method is from 'SoapTcpDestination' class.
SoapTcpDestination.sessionOpened ( org.apache.mina.core.session.IoSession session )This method is from 'SoapTcpDestination' class.
SoapTcpDestination.SoapTcpDestination ( org.apache.cxf.Bus b, org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.apache.cxf.service.model.EndpointInfo ei )This constructor is from 'SoapTcpDestination' class.
SoapTcpDestination.SoapTcpDestination ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.apache.cxf.service.model.EndpointInfo ei )This constructor is from 'SoapTcpDestination' class.
[+] SoapTcpMessageDecoder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SoapTcpMessageDecoder.decode ( org.apache.mina.core.session.IoSession session, org.apache.mina.core.buffer.IoBuffer buffer, org.apache.mina.filter.codec.ProtocolDecoderOutput out )This method is from 'SoapTcpMessageDecoder' class.
SoapTcpMessageDecoder.SoapTcpMessageDecoder ( )This constructor is from 'SoapTcpMessageDecoder' class.
[+] SoapTcpMessageEncoder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SoapTcpMessageEncoder.encode ( org.apache.mina.core.session.IoSession session, Object obj, org.apache.mina.filter.codec.ProtocolEncoderOutput out )This method is from 'SoapTcpMessageEncoder' class.
SoapTcpMessageEncoder.SoapTcpMessageEncoder ( )This constructor is from 'SoapTcpMessageEncoder' class.
[+] SoapTcpOutputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
SoapTcpOutputStream.close ( )This method is from 'SoapTcpOutputStream' class.
SoapTcpOutputStream.onFirstWrite ( )This method is from 'SoapTcpOutputStream' class.
SoapTcpOutputStream.SoapTcpOutputStream ( java.io.InputStream inStream, java.io.OutputStream outStream, org.apache.cxf.message.Message message, String targetWsURI, org.apache.cxf.transport.MessageObserver incomingObserver )This constructor is from 'SoapTcpOutputStream' class.
SoapTcpOutputStream.SoapTcpOutputStream ( java.io.InputStream inStream, java.io.OutputStream outStream, org.apache.cxf.message.Message message, String targetWsURI, org.apache.cxf.transport.MessageObserver incomingObserver, int chunkSize )This constructor is from 'SoapTcpOutputStream' class.
SoapTcpOutputStream.thresholdNotReached ( )This method is from 'SoapTcpOutputStream' class.
SoapTcpOutputStream.thresholdReached ( )This method is from 'SoapTcpOutputStream' class.
[+] SoapTcpSessionState (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SoapTcpSessionState.getStateId ( )This method is from 'SoapTcpSessionState' class.
SoapTcpSessionState.setStateId ( byte stateId )This method is from 'SoapTcpSessionState' class.
SoapTcpSessionState.SoapTcpSessionState ( )This constructor is from 'SoapTcpSessionState' class.
[+] SoapTcpUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SoapTcpUtils.checkSingleFrameResponse ( frames.SoapTcpFrame responseFrame, String elementName )This method is from 'SoapTcpUtils' class.
SoapTcpUtils.printSoapTcpFrame ( java.io.OutputStream out, frames.SoapTcpFrame frame )This method is from 'SoapTcpUtils' class.
SoapTcpUtils.readMessageFrame ( java.io.InputStream inputStream )This method is from 'SoapTcpUtils' class.
SoapTcpUtils.writeMessageFrame ( java.io.OutputStream out, frames.SoapTcpFrame frame )This method is from 'SoapTcpUtils' class.
SoapTcpUtils.writeSoapTcpMessage ( java.io.OutputStream out, frames.SoapTcpMessage msg )This method is from 'SoapTcpUtils' class.
[+] TCPConduit (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
TCPConduit.assertMessage ( org.apache.cxf.message.Message message )This method is from 'TCPConduit' class.
TCPConduit.canAssert ( javax.xml.namespace.QName type )This method is from 'TCPConduit' class.
TCPConduit.close ( )This method is from 'TCPConduit' class.
TCPConduit.close ( org.apache.cxf.message.Message message )This method is from 'TCPConduit' class.
TCPConduit.getBeanName ( )This method is from 'TCPConduit' class.
TCPConduit.getLogger ( )This method is from 'TCPConduit' class.
TCPConduit.prepare ( org.apache.cxf.message.Message message )This method is from 'TCPConduit' class.
TCPConduit.TCPConduit ( org.apache.cxf.service.model.EndpointInfo ei )This constructor is from 'TCPConduit' class.
TCPConduit.TCPConduit ( org.apache.cxf.ws.addressing.EndpointReferenceType t )This constructor is from 'TCPConduit' class.
package org.apache.cxf.binding.soap.tcp.frames
[+] SoapTcpFrame (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
SoapTcpFrame.getChannelId ( )This method is from 'SoapTcpFrame' class.
SoapTcpFrame.getHeader ( )This method is from 'SoapTcpFrame' class.
SoapTcpFrame.getPayload ( )This method is from 'SoapTcpFrame' class.
SoapTcpFrame.setChannelId ( int channelId )This method is from 'SoapTcpFrame' class.
SoapTcpFrame.setHeader ( SoapTcpFrameHeader header )This method is from 'SoapTcpFrame' class.
SoapTcpFrame.setPayload ( byte[ ] payload )This method is from 'SoapTcpFrame' class.
SoapTcpFrame.SoapTcpFrame ( )This constructor is from 'SoapTcpFrame' class.
[+] SoapTcpFrameContentDescription (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
SoapTcpFrameContentDescription.getContentId ( )This method is from 'SoapTcpFrameContentDescription' class.
SoapTcpFrameContentDescription.getParameters ( )This method is from 'SoapTcpFrameContentDescription' class.
SoapTcpFrameContentDescription.setContentId ( int contentId )This method is from 'SoapTcpFrameContentDescription' class.
SoapTcpFrameContentDescription.setParameters ( java.util.Map parameters )This method is from 'SoapTcpFrameContentDescription' class.
SoapTcpFrameContentDescription.SoapTcpFrameContentDescription ( )This constructor is from 'SoapTcpFrameContentDescription' class.
SoapTcpFrameContentDescription.write ( java.io.OutputStream output )This method is from 'SoapTcpFrameContentDescription' class.
[+] SoapTcpFrameHeader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
SoapTcpFrameHeader.getChannelId ( )This method is from 'SoapTcpFrameHeader' class.
SoapTcpFrameHeader.getContentDescription ( )This method is from 'SoapTcpFrameHeader' class.
SoapTcpFrameHeader.getFrameType ( )This method is from 'SoapTcpFrameHeader' class.
SoapTcpFrameHeader.setChannelId ( int channelId )This method is from 'SoapTcpFrameHeader' class.
SoapTcpFrameHeader.setContentDescription ( SoapTcpFrameContentDescription contentDescription )This method is from 'SoapTcpFrameHeader' class.
SoapTcpFrameHeader.setFrameType ( int frameType )This method is from 'SoapTcpFrameHeader' class.
SoapTcpFrameHeader.SoapTcpFrameHeader ( )This constructor is from 'SoapTcpFrameHeader' class.
SoapTcpFrameHeader.SoapTcpFrameHeader ( int frameType, SoapTcpFrameContentDescription contentDescription )This constructor is from 'SoapTcpFrameHeader' class.
SoapTcpFrameHeader.write ( java.io.OutputStream output )This method is from 'SoapTcpFrameHeader' class.
[+] SoapTcpMessage (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
SoapTcpMessage.createErrorMessage ( int code, int subCode, String description, int channelId )This method is from 'SoapTcpMessage' class.
SoapTcpMessage.createSoapTcpMessage ( String message, int channelId )This method is from 'SoapTcpMessage' class.
SoapTcpMessage.createSoapTcpMessage ( java.util.List frames )This method is from 'SoapTcpMessage' class.
SoapTcpMessage.createSoapTcpMessage ( SoapTcpFrame frame )This method is from 'SoapTcpMessage' class.
SoapTcpMessage.getChannelId ( )This method is from 'SoapTcpMessage' class.
SoapTcpMessage.getContent ( )This method is from 'SoapTcpMessage' class.
SoapTcpMessage.getContentAsStream ( )This method is from 'SoapTcpMessage' class.
SoapTcpMessage.getFrames ( )This method is from 'SoapTcpMessage' class.
SoapTcpMessage.setChannelId ( int channelId )This method is from 'SoapTcpMessage' class.
SoapTcpMessage.setFrames ( java.util.List frames )This method is from 'SoapTcpMessage' class.
package org.apache.cxf.binding.soap.wsdl11
[+] SoapAddressPlugin (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SoapAddressPlugin.createExtension ( boolean isSOAP12, String address )This method is from 'SoapAddressPlugin' class.
SoapAddressPlugin.createExtension ( java.util.Map args )This method is from 'SoapAddressPlugin' class.
SoapAddressPlugin.SoapAddressPlugin ( )This constructor is from 'SoapAddressPlugin' class.
package org.apache.cxf.binding.xml
[+] XMLBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
XMLBinding.createMessage ( )This method is from 'XMLBinding' class.
XMLBinding.createMessage ( org.apache.cxf.message.Message m )This method is from 'XMLBinding' class.
XMLBinding.getBindingInfo ( )This method is from 'XMLBinding' class.
XMLBinding.XMLBinding ( org.apache.cxf.service.model.BindingInfo bindingInfo )This constructor is from 'XMLBinding' class.
[+] XMLBindingFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
XMLBindingFactory.createBinding ( org.apache.cxf.service.model.BindingInfo binding )This method is from 'XMLBindingFactory' class.
XMLBindingFactory.createBindingInfo ( org.apache.cxf.service.model.ServiceInfo service, String namespace, Object config )This method is from 'XMLBindingFactory' class.
XMLBindingFactory.XMLBindingFactory ( )This constructor is from 'XMLBindingFactory' class.
XMLBindingFactory.XMLBindingFactory ( org.apache.cxf.Bus b )This constructor is from 'XMLBindingFactory' class.
[+] XMLFault (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
XMLFault.createFault ( org.apache.cxf.interceptor.Fault f )This method is from 'XMLFault' class.
XMLFault.XMLFault ( String message )This constructor is from 'XMLFault' class.
XMLFault.XMLFault ( org.apache.cxf.common.i18n.Message message )This constructor is from 'XMLFault' class.
XMLFault.XMLFault ( org.apache.cxf.common.i18n.Message message, Throwable throwable )This constructor is from 'XMLFault' class.
[+] XMLFormatValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
XMLFormatValidator.isValid ( )This method is from 'XMLFormatValidator' class.
XMLFormatValidator.XMLFormatValidator ( )This constructor is from 'XMLFormatValidator' class.
XMLFormatValidator.XMLFormatValidator ( org.apache.cxf.service.model.ServiceInfo s )This constructor is from 'XMLFormatValidator' class.
[+] XMLMessage (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
XMLMessage.XMLMessage ( org.apache.cxf.message.Message message )This constructor is from 'XMLMessage' class.
package org.apache.cxf.binding.xml.interceptor
[+] XMLFaultInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
XMLFaultInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'XMLFaultInInterceptor' class.
XMLFaultInInterceptor.XMLFaultInInterceptor ( )This constructor is from 'XMLFaultInInterceptor' class.
XMLFaultInInterceptor.XMLFaultInInterceptor ( String phase )This constructor is from 'XMLFaultInInterceptor' class.
[+] XMLFaultOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
XMLFaultOutInterceptor.handleFault ( org.apache.cxf.message.Message message )This method is from 'XMLFaultOutInterceptor' class.
XMLFaultOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'XMLFaultOutInterceptor' class.
XMLFaultOutInterceptor.mustPropogateException ( org.apache.cxf.message.Message m )This method is from 'XMLFaultOutInterceptor' class.
XMLFaultOutInterceptor.XMLFaultOutInterceptor ( )This constructor is from 'XMLFaultOutInterceptor' class.
XMLFaultOutInterceptor.XMLFaultOutInterceptor ( String phase )This constructor is from 'XMLFaultOutInterceptor' class.
[+] XMLMessageInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
XMLMessageInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'XMLMessageInInterceptor' class.
XMLMessageInInterceptor.XMLMessageInInterceptor ( )This constructor is from 'XMLMessageInInterceptor' class.
XMLMessageInInterceptor.XMLMessageInInterceptor ( String phase )This constructor is from 'XMLMessageInInterceptor' class.
[+] XMLMessageOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
XMLMessageOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'XMLMessageOutInterceptor' class.
XMLMessageOutInterceptor.XMLMessageOutInterceptor ( )This constructor is from 'XMLMessageOutInterceptor' class.
XMLMessageOutInterceptor.XMLMessageOutInterceptor ( String phase )This constructor is from 'XMLMessageOutInterceptor' class.
package org.apache.cxf.binding.xml.wsdl11
[+] HttpAddressPlugin (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
HttpAddressPlugin.createExtension ( java.util.Map args )This method is from 'HttpAddressPlugin' class.
HttpAddressPlugin.HttpAddressPlugin ( )This constructor is from 'HttpAddressPlugin' class.
[+] XmlBindingPlugin (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
XmlBindingPlugin.createExtension ( java.util.Map args )This method is from 'XmlBindingPlugin' class.
XmlBindingPlugin.XmlBindingPlugin ( )This constructor is from 'XmlBindingPlugin' class.
[+] XmlIoPlugin (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
XmlIoPlugin.createExtension ( java.util.Map args )This method is from 'XmlIoPlugin' class.
XmlIoPlugin.XmlIoPlugin ( )This constructor is from 'XmlIoPlugin' class.
[+] XMLWSDLExtensionLoader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
XMLWSDLExtensionLoader.createExtensor ( org.apache.cxf.wsdl.WSDLManager manager, Class parentType, Class elementType )This method is from 'XMLWSDLExtensionLoader' class.
XMLWSDLExtensionLoader.registerExtensors ( org.apache.cxf.wsdl.WSDLManager manager )This method is from 'XMLWSDLExtensionLoader' class.
XMLWSDLExtensionLoader.setupBus ( org.apache.cxf.Bus b )This method is from 'XMLWSDLExtensionLoader' class.
XMLWSDLExtensionLoader.XMLWSDLExtensionLoader ( org.apache.cxf.Bus b )This constructor is from 'XMLWSDLExtensionLoader' class.
package org.apache.cxf.bindings.xformat
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ObjectFactory.createBinding ( XMLFormatBinding value )This method is from 'ObjectFactory' class.
ObjectFactory.createBody ( XMLBindingMessageFormat value )This method is from 'ObjectFactory' class.
ObjectFactory.createXMLBindingMessageFormat ( )This method is from 'ObjectFactory' class.
ObjectFactory.createXMLFormatBinding ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] XMLBindingMessageFormat (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
XMLBindingMessageFormat.getRootNode ( )This method is from 'XMLBindingMessageFormat' class.
XMLBindingMessageFormat.isSetRootNode ( )This method is from 'XMLBindingMessageFormat' class.
XMLBindingMessageFormat.setRootNode ( javax.xml.namespace.QName value )This method is from 'XMLBindingMessageFormat' class.
XMLBindingMessageFormat.XMLBindingMessageFormat ( )This constructor is from 'XMLBindingMessageFormat' class.
[+] XMLFormatBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
XMLFormatBinding.XMLFormatBinding ( )This constructor is from 'XMLFormatBinding' class.
package org.apache.cxf.bus
[+] BusState (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
BusState.valueOf ( String name )This method is from 'BusState' class.
BusState.values ( )This method is from 'BusState' class.
[+] CXFBusFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
CXFBusFactory.createBus ( )This method is from 'CXFBusFactory' class.
CXFBusFactory.createBus ( java.util.Map e )This method is from 'CXFBusFactory' class.
CXFBusFactory.createBus ( java.util.Map e, java.util.Map properties )This method is from 'CXFBusFactory' class.
CXFBusFactory.CXFBusFactory ( )This constructor is from 'CXFBusFactory' class.
[+] CXFBusImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (23)
CXFBusImpl.createConfiguredBeanLocator ( )This method is from 'CXFBusImpl' class.
CXFBusImpl.CXFBusImpl ( )This constructor is from 'CXFBusImpl' class.
CXFBusImpl.CXFBusImpl ( java.util.Map extensions )This constructor is from 'CXFBusImpl' class.
CXFBusImpl.destroyBeans ( )This method is from 'CXFBusImpl' class.
CXFBusImpl.doInitializeInternal ( )This method is from 'CXFBusImpl' class.
CXFBusImpl.getExtension ( Class extensionType )This method is from 'CXFBusImpl' class.
CXFBusImpl.getFeatures ( )This method is from 'CXFBusImpl' class.
CXFBusImpl.getId ( )This method is from 'CXFBusImpl' class.
CXFBusImpl.getProperties ( )This method is from 'CXFBusImpl' class.
CXFBusImpl.getProperty ( String s )This method is from 'CXFBusImpl' class.
CXFBusImpl.getState ( )This method is from 'CXFBusImpl' class.
CXFBusImpl.initialize ( )This method is from 'CXFBusImpl' class.
CXFBusImpl.initializeFeatures ( )This method is from 'CXFBusImpl' class.
CXFBusImpl.loadAdditionalFeatures ( )This method is from 'CXFBusImpl' class.
CXFBusImpl.run ( )This method is from 'CXFBusImpl' class.
CXFBusImpl.setExtension ( Object extension, Class extensionType )This method is from 'CXFBusImpl' class.
CXFBusImpl.setFeatures ( java.util.Collection features )This method is from 'CXFBusImpl' class.
CXFBusImpl.setId ( String i )This method is from 'CXFBusImpl' class.
CXFBusImpl.setProperties ( java.util.Map map )This method is from 'CXFBusImpl' class.
CXFBusImpl.setProperty ( String s, Object o )This method is from 'CXFBusImpl' class.
CXFBusImpl.setState ( BusState state )This method is from 'CXFBusImpl' class.
CXFBusImpl.shutdown ( )This method is from 'CXFBusImpl' class.
CXFBusImpl.shutdown ( boolean wait )This method is from 'CXFBusImpl' class.
[+] CXFBusImpl.ExtensionFinder (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
CXFBusImpl.ExtensionFinder.findExtension ( Class p1 )This abstract method is from 'CXFBusImpl.ExtensionFinder' interface.
[+] ManagedBus (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ManagedBus.getObjectName ( )This method is from 'ManagedBus' class.
ManagedBus.ManagedBus ( org.apache.cxf.Bus b )This constructor is from 'ManagedBus' class.
ManagedBus.shutdown ( boolean wait )This method is from 'ManagedBus' class.
package org.apache.cxf.bus.blueprint
[+] BlueprintBeanLocator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
BlueprintBeanLocator.BlueprintBeanLocator ( org.apache.cxf.configuration.ConfiguredBeanLocator orig, org.osgi.service.blueprint.container.BlueprintContainer cont, org.osgi.framework.BundleContext context )This constructor is from 'BlueprintBeanLocator' class.
BlueprintBeanLocator.getBeanNamesOfType ( Class type )This method is from 'BlueprintBeanLocator' class.
BlueprintBeanLocator.getBeanOfType ( String name, Class type )This method is from 'BlueprintBeanLocator' class.
BlueprintBeanLocator.getBeansOfType ( Class type )This method is from 'BlueprintBeanLocator' class.
BlueprintBeanLocator.hasConfiguredPropertyValue ( String beanName, String propertyName, String value )This method is from 'BlueprintBeanLocator' class.
BlueprintBeanLocator.loadBeansOfType ( Class type, org.apache.cxf.configuration.ConfiguredBeanLocator.BeanLoaderListener listener )This method is from 'BlueprintBeanLocator' class.
[+] BlueprintBus (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
BlueprintBus.BlueprintBus ( )This constructor is from 'BlueprintBus' class.
BlueprintBus.getId ( )This method is from 'BlueprintBus' class.
BlueprintBus.loadAdditionalFeatures ( )This method is from 'BlueprintBus' class.
BlueprintBus.setBlueprintContainer ( org.osgi.service.blueprint.container.BlueprintContainer con )This method is from 'BlueprintBus' class.
BlueprintBus.setBundleContext ( org.osgi.framework.BundleContext c )This method is from 'BlueprintBus' class.
[+] BundleDelegatingClassLoader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
BundleDelegatingClassLoader.BundleDelegatingClassLoader ( org.osgi.framework.Bundle bundle )This constructor is from 'BundleDelegatingClassLoader' class.
BundleDelegatingClassLoader.BundleDelegatingClassLoader ( org.osgi.framework.Bundle bundle, ClassLoader classLoader )This constructor is from 'BundleDelegatingClassLoader' class.
BundleDelegatingClassLoader.findClass ( String name )This method is from 'BundleDelegatingClassLoader' class.
BundleDelegatingClassLoader.findResource ( String name )This method is from 'BundleDelegatingClassLoader' class.
BundleDelegatingClassLoader.findResources ( String name )This method is from 'BundleDelegatingClassLoader' class.
BundleDelegatingClassLoader.getBundle ( )This method is from 'BundleDelegatingClassLoader' class.
BundleDelegatingClassLoader.loadClass ( String name, boolean resolve )This method is from 'BundleDelegatingClassLoader' class.
[+] BusDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
BusDefinitionParser.BusDefinitionParser ( )This constructor is from 'BusDefinitionParser' class.
BusDefinitionParser.hasBusProperty ( )This method is from 'BusDefinitionParser' class.
BusDefinitionParser.mapElement ( org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element el, String name )This method is from 'BusDefinitionParser' class.
BusDefinitionParser.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context )This method is from 'BusDefinitionParser' class.
BusDefinitionParser.processBusAttribute ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, String val )This method is from 'BusDefinitionParser' class.
[+] ConfigurerImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ConfigurerImpl.configureBean ( Object beanInstance )This method is from 'ConfigurerImpl' class.
ConfigurerImpl.configureBean ( String bn, Object beanInstance )This method is from 'ConfigurerImpl' class.
ConfigurerImpl.configureBean ( String bn, Object beanInstance, boolean checkWildcards )This method is from 'ConfigurerImpl' class.
ConfigurerImpl.ConfigurerImpl ( org.osgi.service.blueprint.container.BlueprintContainer con )This constructor is from 'ConfigurerImpl' class.
ConfigurerImpl.getBeanName ( Object beanInstance )This method is from 'ConfigurerImpl' class.
[+] CXFCoreNamespaceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
CXFCoreNamespaceHandler.CXFCoreNamespaceHandler ( )This constructor is from 'CXFCoreNamespaceHandler' class.
CXFCoreNamespaceHandler.decorate ( org.w3c.dom.Node node, org.osgi.service.blueprint.reflect.ComponentMetadata component, org.apache.aries.blueprint.ParserContext context )This method is from 'CXFCoreNamespaceHandler' class.
CXFCoreNamespaceHandler.getManagedClasses ( )This method is from 'CXFCoreNamespaceHandler' class.
CXFCoreNamespaceHandler.getSchemaLocation ( String namespace )This method is from 'CXFCoreNamespaceHandler' class.
CXFCoreNamespaceHandler.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context )This method is from 'CXFCoreNamespaceHandler' class.
package org.apache.cxf.bus.extension
[+] Extension (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (19)
Extension.cloneNoObject ( )This method is from 'Extension' class.
Extension.Extension ( )This constructor is from 'Extension' class.
Extension.Extension ( Class cls )This constructor is from 'Extension' class.
Extension.Extension ( Class cls, Class inf )This constructor is from 'Extension' class.
Extension.Extension ( Extension ext )This constructor is from 'Extension' class.
Extension.getClassname ( )This method is from 'Extension' class.
Extension.getClassObject ( ClassLoader cl )This method is from 'Extension' class.
Extension.getInterfaceName ( )This method is from 'Extension' class.
Extension.getLoadedObject ( )This method is from 'Extension' class.
Extension.getName ( )This method is from 'Extension' class.
Extension.getNamespaces ( )This method is from 'Extension' class.
Extension.isDeferred ( )This method is from 'Extension' class.
Extension.load ( ClassLoader cl, org.apache.cxf.Bus b )This method is from 'Extension' class.
Extension.loadInterface ( ClassLoader cl )This method is from 'Extension' class.
Extension.setArgs ( Object[ ] a )This method is from 'Extension' class.
Extension.setClassname ( String i )This method is from 'Extension' class.
Extension.setDeferred ( boolean d )This method is from 'Extension' class.
Extension.setInterfaceName ( String i )This method is from 'Extension' class.
Extension.toString ( )This method is from 'Extension' class.
[+] ExtensionFragmentParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ExtensionFragmentParser.ExtensionFragmentParser ( )This constructor is from 'ExtensionFragmentParser' class.
ExtensionFragmentParser.getExtensionsFromText ( java.io.InputStream is )This method is from 'ExtensionFragmentParser' class.
ExtensionFragmentParser.getExtensionsFromXML ( java.io.InputStream is )This method is from 'ExtensionFragmentParser' class.
[+] ExtensionManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ExtensionManager.activateAll ( )This abstract method is from 'ExtensionManager' interface.
ExtensionManager.activateAllByType ( Class p1 )This abstract method is from 'ExtensionManager' interface.
ExtensionManager.getExtension ( String p1, Class p2 )This abstract method is from 'ExtensionManager' interface.
[+] ExtensionManagerBus (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
ExtensionManagerBus.createConfiguredBeanLocator ( )This method is from 'ExtensionManagerBus' class.
ExtensionManagerBus.destroyBeans ( )This method is from 'ExtensionManagerBus' class.
ExtensionManagerBus.doInitializeInternal ( )This method is from 'ExtensionManagerBus' class.
ExtensionManagerBus.ExtensionManagerBus ( )This constructor is from 'ExtensionManagerBus' class.
ExtensionManagerBus.ExtensionManagerBus ( java.util.Map e, java.util.Map properties )This constructor is from 'ExtensionManagerBus' class.
ExtensionManagerBus.ExtensionManagerBus ( java.util.Map e, java.util.Map properties, ClassLoader extensionClassLoader )This constructor is from 'ExtensionManagerBus' class.
[+] ExtensionManagerImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
ExtensionManagerImpl.activateAll ( )This method is from 'ExtensionManagerImpl' class.
ExtensionManagerImpl.activateAllByType ( Class type )This method is from 'ExtensionManagerImpl' class.
ExtensionManagerImpl.add ( Extension ex )This method is from 'ExtensionManagerImpl' class.
ExtensionManagerImpl.destroyBeans ( )This method is from 'ExtensionManagerImpl' class.
ExtensionManagerImpl.ExtensionManagerImpl ( ClassLoader cl, java.util.Map initialExtensions, org.apache.cxf.resource.ResourceManager rm, org.apache.cxf.Bus b )This constructor is from 'ExtensionManagerImpl' class.
ExtensionManagerImpl.ExtensionManagerImpl ( String resource, ClassLoader cl, java.util.Map initialExtensions, org.apache.cxf.resource.ResourceManager rm, org.apache.cxf.Bus b )This constructor is from 'ExtensionManagerImpl' class.
ExtensionManagerImpl.ExtensionManagerImpl ( String[ ] resources, ClassLoader cl, java.util.Map initialExtensions, org.apache.cxf.resource.ResourceManager rm, org.apache.cxf.Bus b )This constructor is from 'ExtensionManagerImpl' class.
ExtensionManagerImpl.getBeanNamesOfType ( Class type )This method is from 'ExtensionManagerImpl' class.
ExtensionManagerImpl.getBeanOfType ( String name, Class type )This method is from 'ExtensionManagerImpl' class.
ExtensionManagerImpl.getBeansOfType ( Class type )This method is from 'ExtensionManagerImpl' class.
ExtensionManagerImpl.getExtension ( String name, Class type )This method is from 'ExtensionManagerImpl' class.
ExtensionManagerImpl.hasConfiguredPropertyValue ( String beanName, String propertyName, String value )This method is from 'ExtensionManagerImpl' class.
ExtensionManagerImpl.initialize ( )This method is from 'ExtensionManagerImpl' class.
ExtensionManagerImpl.load ( String[ ] resources )This method is from 'ExtensionManagerImpl' class.
ExtensionManagerImpl.loadBeansOfType ( Class type, org.apache.cxf.configuration.ConfiguredBeanLocator.BeanLoaderListener listener )This method is from 'ExtensionManagerImpl' class.
ExtensionManagerImpl.removeBeansOfNames ( java.util.List names )This method is from 'ExtensionManagerImpl' class.
[+] ExtensionRegistry (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ExtensionRegistry.addExtensions ( java.util.List list )This method is from 'ExtensionRegistry' class.
ExtensionRegistry.getRegisteredExtensions ( )This method is from 'ExtensionRegistry' class.
ExtensionRegistry.removeExtensions ( java.util.List list )This method is from 'ExtensionRegistry' class.
package org.apache.cxf.bus.osgi
[+] CXFActivator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
CXFActivator.CXFActivator ( )This constructor is from 'CXFActivator' class.
CXFActivator.start ( org.osgi.framework.BundleContext context )This method is from 'CXFActivator' class.
CXFActivator.stop ( org.osgi.framework.BundleContext context )This method is from 'CXFActivator' class.
[+] CXFExtensionBundleListener (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
CXFExtensionBundleListener.bundleChanged ( org.osgi.framework.BundleEvent event )This method is from 'CXFExtensionBundleListener' class.
CXFExtensionBundleListener.CXFExtensionBundleListener ( long bundleId )This constructor is from 'CXFExtensionBundleListener' class.
CXFExtensionBundleListener.register ( org.osgi.framework.Bundle bundle )This method is from 'CXFExtensionBundleListener' class.
CXFExtensionBundleListener.registerExistingBundles ( org.osgi.framework.BundleContext context )This method is from 'CXFExtensionBundleListener' class.
CXFExtensionBundleListener.shutdown ( )This method is from 'CXFExtensionBundleListener' class.
CXFExtensionBundleListener.unregister ( long bundleId )This method is from 'CXFExtensionBundleListener' class.
[+] CXFExtensionBundleListener.OSGiExtension (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
CXFExtensionBundleListener.OSGiExtension.cloneNoObject ( )This method is from 'CXFExtensionBundleListener.OSGiExtension' class.
CXFExtensionBundleListener.OSGiExtension.CXFExtensionBundleListener.OSGiExtension ( CXFExtensionBundleListener e, org.apache.cxf.bus.extension.Extension b, org.osgi.framework.Bundle p3 )This constructor is from 'CXFExtensionBundleListener.OSGiExtension' class.
CXFExtensionBundleListener.OSGiExtension.getClassObject ( ClassLoader cl )This method is from 'CXFExtensionBundleListener.OSGiExtension' class.
CXFExtensionBundleListener.OSGiExtension.loadInterface ( ClassLoader cl )This method is from 'CXFExtensionBundleListener.OSGiExtension' class.
[+] ManagedWorkQueueList (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
ManagedWorkQueueList.addAllToWorkQueueManager ( org.apache.cxf.workqueue.WorkQueueManager manager )This method is from 'ManagedWorkQueueList' class.
ManagedWorkQueueList.deleted ( String pid )This method is from 'ManagedWorkQueueList' class.
ManagedWorkQueueList.getName ( )This method is from 'ManagedWorkQueueList' class.
ManagedWorkQueueList.ManagedWorkQueueList ( )This constructor is from 'ManagedWorkQueueList' class.
ManagedWorkQueueList.propertyChange ( java.beans.PropertyChangeEvent evt )This method is from 'ManagedWorkQueueList' class.
ManagedWorkQueueList.setConfigAdminTracker ( org.osgi.util.tracker.ServiceTracker configAdminTracker )This method is from 'ManagedWorkQueueList' class.
ManagedWorkQueueList.shutDown ( )This method is from 'ManagedWorkQueueList' class.
ManagedWorkQueueList.updated ( String pid, java.util.Dictionary props )This method is from 'ManagedWorkQueueList' class.
[+] OSGiBeanLocator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
OSGiBeanLocator.getBeanNamesOfType ( Class type )This method is from 'OSGiBeanLocator' class.
OSGiBeanLocator.getBeanOfType ( String name, Class type )This method is from 'OSGiBeanLocator' class.
OSGiBeanLocator.getBeansOfType ( Class type )This method is from 'OSGiBeanLocator' class.
OSGiBeanLocator.hasConfiguredPropertyValue ( String beanName, String propertyName, String value )This method is from 'OSGiBeanLocator' class.
OSGiBeanLocator.loadBeansOfType ( Class type, org.apache.cxf.configuration.ConfiguredBeanLocator.BeanLoaderListener listener )This method is from 'OSGiBeanLocator' class.
OSGiBeanLocator.OSGiBeanLocator ( org.apache.cxf.configuration.ConfiguredBeanLocator c, org.osgi.framework.BundleContext ctx )This constructor is from 'OSGiBeanLocator' class.
[+] OSGIBusListener (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
OSGIBusListener.initComplete ( )This method is from 'OSGIBusListener' class.
OSGIBusListener.OSGIBusListener ( org.apache.cxf.Bus b )This constructor is from 'OSGIBusListener' class.
OSGIBusListener.OSGIBusListener ( org.apache.cxf.Bus b, Object[ ] args )This constructor is from 'OSGIBusListener' class.
OSGIBusListener.postShutdown ( )This method is from 'OSGIBusListener' class.
OSGIBusListener.preShutdown ( )This method is from 'OSGIBusListener' class.
[+] WorkQueueSingleConfig (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
WorkQueueSingleConfig.updated ( java.util.Dictionary properties )This method is from 'WorkQueueSingleConfig' class.
WorkQueueSingleConfig.WorkQueueSingleConfig ( ManagedWorkQueueList workQueueList )This constructor is from 'WorkQueueSingleConfig' class.
package org.apache.cxf.bus.resource
[+] ResourceManagerImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
ResourceManagerImpl.getRegistrationType ( )This method is from 'ResourceManagerImpl' class.
ResourceManagerImpl.onFirstResolve ( )This method is from 'ResourceManagerImpl' class.
ResourceManagerImpl.ResourceManagerImpl ( )This constructor is from 'ResourceManagerImpl' class.
ResourceManagerImpl.ResourceManagerImpl ( org.apache.cxf.Bus b )This constructor is from 'ResourceManagerImpl' class.
ResourceManagerImpl.setBus ( org.apache.cxf.Bus b )This method is from 'ResourceManagerImpl' class.
ResourceManagerImpl.setResolvers ( java.util.List resolvers )This method is from 'ResourceManagerImpl' class.
package org.apache.cxf.bus.spring
[+] BusApplicationContext (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
BusApplicationContext.BusApplicationContext ( String cf, boolean include )This constructor is from 'BusApplicationContext' class.
BusApplicationContext.BusApplicationContext ( String cf, boolean include, org.springframework.context.ApplicationContext parent )This constructor is from 'BusApplicationContext' class.
BusApplicationContext.BusApplicationContext ( String[ ] cfs, boolean include )This constructor is from 'BusApplicationContext' class.
BusApplicationContext.BusApplicationContext ( String[ ] cf, boolean include, org.springframework.context.ApplicationContext parent )This constructor is from 'BusApplicationContext' class.
BusApplicationContext.BusApplicationContext ( java.net.URL url, boolean include )This constructor is from 'BusApplicationContext' class.
BusApplicationContext.BusApplicationContext ( java.net.URL url, boolean include, org.springframework.context.ApplicationContext parent )This constructor is from 'BusApplicationContext' class.
BusApplicationContext.BusApplicationContext ( java.net.URL[ ] urls, boolean include )This constructor is from 'BusApplicationContext' class.
BusApplicationContext.BusApplicationContext ( java.net.URL[ ] url, boolean include, org.springframework.context.ApplicationContext parent )This constructor is from 'BusApplicationContext' class.
BusApplicationContext.findResource ( String cfgFile )This method is from 'BusApplicationContext' class.
BusApplicationContext.getConfigResources ( )This method is from 'BusApplicationContext' class.
BusApplicationContext.initBeanDefinitionReader ( org.springframework.beans.factory.xml.XmlBeanDefinitionReader reader )This method is from 'BusApplicationContext' class.
BusApplicationContext.loadBeanDefinitions ( org.springframework.beans.factory.support.DefaultListableBeanFactory beanFactory )This method is from 'BusApplicationContext' class.
[+] BusApplicationContextResourceResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
BusApplicationContextResourceResolver.BusApplicationContextResourceResolver ( )This constructor is from 'BusApplicationContextResourceResolver' class.
BusApplicationContextResourceResolver.BusApplicationContextResourceResolver ( org.springframework.context.ApplicationContext c )This constructor is from 'BusApplicationContextResourceResolver' class.
BusApplicationContextResourceResolver.getAsStream ( String name )This method is from 'BusApplicationContextResourceResolver' class.
BusApplicationContextResourceResolver.resolve ( String resourceName, Class resourceType )This method is from 'BusApplicationContextResourceResolver' class.
BusApplicationContextResourceResolver.setApplicationContext ( org.springframework.context.ApplicationContext applicationContext )This method is from 'BusApplicationContextResourceResolver' class.
[+] BusDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
BusDefinitionParser.BusDefinitionParser ( )This constructor is from 'BusDefinitionParser' class.
BusDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean )This method is from 'BusDefinitionParser' class.
BusDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name )This method is from 'BusDefinitionParser' class.
BusDefinitionParser.processBusAttribute ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, String val )This method is from 'BusDefinitionParser' class.
BusDefinitionParser.resolveId ( org.w3c.dom.Element element, org.springframework.beans.factory.support.AbstractBeanDefinition definition, org.springframework.beans.factory.xml.ParserContext ctx )This method is from 'BusDefinitionParser' class.
[+] BusDefinitionParser.BusConfig (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
BusDefinitionParser.BusConfig.BusDefinitionParser.BusConfig ( String busName )This constructor is from 'BusDefinitionParser.BusConfig' class.
BusDefinitionParser.BusConfig.getFeatures ( )This method is from 'BusDefinitionParser.BusConfig' class.
BusDefinitionParser.BusConfig.getInFaultInterceptors ( )This method is from 'BusDefinitionParser.BusConfig' class.
BusDefinitionParser.BusConfig.getInInterceptors ( )This method is from 'BusDefinitionParser.BusConfig' class.
BusDefinitionParser.BusConfig.getOutFaultInterceptors ( )This method is from 'BusDefinitionParser.BusConfig' class.
BusDefinitionParser.BusConfig.getOutInterceptors ( )This method is from 'BusDefinitionParser.BusConfig' class.
BusDefinitionParser.BusConfig.getProperties ( )This method is from 'BusDefinitionParser.BusConfig' class.
BusDefinitionParser.BusConfig.setApplicationContext ( org.springframework.context.ApplicationContext applicationContext )This method is from 'BusDefinitionParser.BusConfig' class.
BusDefinitionParser.BusConfig.setBus ( org.apache.cxf.Bus bb )This method is from 'BusDefinitionParser.BusConfig' class.
BusDefinitionParser.BusConfig.setFeatures ( java.util.Collection features )This method is from 'BusDefinitionParser.BusConfig' class.
BusDefinitionParser.BusConfig.setId ( String s )This method is from 'BusDefinitionParser.BusConfig' class.
BusDefinitionParser.BusConfig.setInFaultInterceptors ( java.util.List interceptors )This method is from 'BusDefinitionParser.BusConfig' class.
BusDefinitionParser.BusConfig.setInInterceptors ( java.util.List interceptors )This method is from 'BusDefinitionParser.BusConfig' class.
BusDefinitionParser.BusConfig.setOutFaultInterceptors ( java.util.List interceptors )This method is from 'BusDefinitionParser.BusConfig' class.
BusDefinitionParser.BusConfig.setOutInterceptors ( java.util.List interceptors )This method is from 'BusDefinitionParser.BusConfig' class.
BusDefinitionParser.BusConfig.setProperties ( java.util.Map s )This method is from 'BusDefinitionParser.BusConfig' class.
[+] BusEntityResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
BusEntityResolver.BusEntityResolver ( org.xml.sax.EntityResolver dr, org.xml.sax.EntityResolver sr )This constructor is from 'BusEntityResolver' class.
BusEntityResolver.resolveEntity ( String publicId, String systemId )This method is from 'BusEntityResolver' class.
[+] BusExtensionPostProcessor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
BusExtensionPostProcessor.BusExtensionPostProcessor ( )This constructor is from 'BusExtensionPostProcessor' class.
BusExtensionPostProcessor.getOrder ( )This method is from 'BusExtensionPostProcessor' class.
BusExtensionPostProcessor.postProcessAfterInitialization ( Object bean, String beanId )This method is from 'BusExtensionPostProcessor' class.
BusExtensionPostProcessor.postProcessBeforeInitialization ( Object bean, String beanId )This method is from 'BusExtensionPostProcessor' class.
BusExtensionPostProcessor.setApplicationContext ( org.springframework.context.ApplicationContext ctx )This method is from 'BusExtensionPostProcessor' class.
[+] BusWiringBeanFactoryPostProcessor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
BusWiringBeanFactoryPostProcessor.addBus ( org.springframework.context.ApplicationContext ctx, String name )This method is from 'BusWiringBeanFactoryPostProcessor' class.
BusWiringBeanFactoryPostProcessor.addDefaultBus ( org.springframework.context.ApplicationContext ctx )This method is from 'BusWiringBeanFactoryPostProcessor' class.
BusWiringBeanFactoryPostProcessor.BusWiringBeanFactoryPostProcessor ( )This constructor is from 'BusWiringBeanFactoryPostProcessor' class.
BusWiringBeanFactoryPostProcessor.BusWiringBeanFactoryPostProcessor ( String n )This constructor is from 'BusWiringBeanFactoryPostProcessor' class.
BusWiringBeanFactoryPostProcessor.BusWiringBeanFactoryPostProcessor ( org.apache.cxf.Bus b )This constructor is from 'BusWiringBeanFactoryPostProcessor' class.
BusWiringBeanFactoryPostProcessor.postProcessBeanFactory ( org.springframework.beans.factory.config.ConfigurableListableBeanFactory factory )This method is from 'BusWiringBeanFactoryPostProcessor' class.
BusWiringBeanFactoryPostProcessor.updateBusReferencesInContext ( org.apache.cxf.Bus bus, org.springframework.context.ApplicationContext ctx )This method is from 'BusWiringBeanFactoryPostProcessor' class.
[+] ControlledValidationXmlBeanDefinitionReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ControlledValidationXmlBeanDefinitionReader.ControlledValidationXmlBeanDefinitionReader ( org.springframework.beans.factory.support.BeanDefinitionRegistry beanFactory )This constructor is from 'ControlledValidationXmlBeanDefinitionReader' class.
ControlledValidationXmlBeanDefinitionReader.doLoadBeanDefinitions ( org.xml.sax.InputSource inputSource, org.springframework.core.io.Resource resource )This method is from 'ControlledValidationXmlBeanDefinitionReader' class.
ControlledValidationXmlBeanDefinitionReader.loadBeanDefinitions ( org.springframework.core.io.support.EncodedResource encodedResource )This method is from 'ControlledValidationXmlBeanDefinitionReader' class.
ControlledValidationXmlBeanDefinitionReader.setValidationMode ( int validationMode )This method is from 'ControlledValidationXmlBeanDefinitionReader' class.
[+] Jsr250BeanPostProcessor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Jsr250BeanPostProcessor.getOrder ( )This method is from 'Jsr250BeanPostProcessor' class.
Jsr250BeanPostProcessor.postProcessAfterInitialization ( Object bean, String beanId )This method is from 'Jsr250BeanPostProcessor' class.
Jsr250BeanPostProcessor.postProcessBeforeDestruction ( Object bean, String beanId )This method is from 'Jsr250BeanPostProcessor' class.
Jsr250BeanPostProcessor.postProcessBeforeInitialization ( Object bean, String beanId )This method is from 'Jsr250BeanPostProcessor' class.
Jsr250BeanPostProcessor.setApplicationContext ( org.springframework.context.ApplicationContext arg0 )This method is from 'Jsr250BeanPostProcessor' class.
[+] NamespaceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
NamespaceHandler.init ( )This method is from 'NamespaceHandler' class.
NamespaceHandler.NamespaceHandler ( )This constructor is from 'NamespaceHandler' class.
[+] OldSpringSupport (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
OldSpringSupport.getObject ( )This method is from 'OldSpringSupport' class.
OldSpringSupport.getObjectType ( )This method is from 'OldSpringSupport' class.
OldSpringSupport.isSingleton ( )This method is from 'OldSpringSupport' class.
OldSpringSupport.logWarning ( String imp )This method is from 'OldSpringSupport' class.
OldSpringSupport.OldSpringSupport ( String imp )This constructor is from 'OldSpringSupport' class.
OldSpringSupport.OldSpringSupport ( org.apache.cxf.Bus b, Class c )This constructor is from 'OldSpringSupport' class.
OldSpringSupport.OldSpringSupport ( org.apache.cxf.Bus b, Class c, String imp )This constructor is from 'OldSpringSupport' class.
OldSpringSupport.setBeanName ( String name )This method is from 'OldSpringSupport' class.
[+] SpringBeanLocator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
SpringBeanLocator.getBeanNamesOfType ( Class type )This method is from 'SpringBeanLocator' class.
SpringBeanLocator.getBeanOfType ( String name, Class type )This method is from 'SpringBeanLocator' class.
SpringBeanLocator.getBeansOfType ( Class type )This method is from 'SpringBeanLocator' class.
SpringBeanLocator.getOSGiServices ( Class type )This method is from 'SpringBeanLocator' class.
SpringBeanLocator.hasConfiguredPropertyValue ( String beanName, String propertyName, String searchValue )This method is from 'SpringBeanLocator' class.
SpringBeanLocator.loadBeansOfType ( Class type, org.apache.cxf.configuration.ConfiguredBeanLocator.BeanLoaderListener listener )This method is from 'SpringBeanLocator' class.
SpringBeanLocator.SpringBeanLocator ( org.springframework.context.ApplicationContext ctx, org.apache.cxf.Bus bus )This constructor is from 'SpringBeanLocator' class.
[+] SpringBus (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
SpringBus.destroyBeans ( )This method is from 'SpringBus' class.
SpringBus.getId ( )This method is from 'SpringBus' class.
SpringBus.loadAdditionalFeatures ( )This method is from 'SpringBus' class.
SpringBus.onApplicationEvent ( org.springframework.context.ApplicationEvent event )This method is from 'SpringBus' class.
SpringBus.setApplicationContext ( org.springframework.context.ApplicationContext applicationContext )This method is from 'SpringBus' class.
SpringBus.setBusConfig ( BusDefinitionParser.BusConfig bc )This method is from 'SpringBus' class.
SpringBus.SpringBus ( )This constructor is from 'SpringBus' class.
[+] SpringBusFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
SpringBusFactory.createBus ( )This method is from 'SpringBusFactory' class.
SpringBusFactory.createBus ( String cfgFile )This method is from 'SpringBusFactory' class.
SpringBusFactory.createBus ( String cfgFile, boolean includeDefaults )This method is from 'SpringBusFactory' class.
SpringBusFactory.createBus ( String[ ] cfgFiles )This method is from 'SpringBusFactory' class.
SpringBusFactory.createBus ( String[ ] cfgFiles, boolean includeDefaults )This method is from 'SpringBusFactory' class.
SpringBusFactory.createBus ( java.net.URL url )This method is from 'SpringBusFactory' class.
SpringBusFactory.createBus ( java.net.URL url, boolean includeDefaults )This method is from 'SpringBusFactory' class.
SpringBusFactory.createBus ( java.net.URL[ ] urls )This method is from 'SpringBusFactory' class.
SpringBusFactory.createBus ( java.net.URL[ ] urls, boolean includeDefaults )This method is from 'SpringBusFactory' class.
SpringBusFactory.getApplicationContext ( )This method is from 'SpringBusFactory' class.
SpringBusFactory.SpringBusFactory ( )This constructor is from 'SpringBusFactory' class.
SpringBusFactory.SpringBusFactory ( org.springframework.context.ApplicationContext context )This constructor is from 'SpringBusFactory' class.
package org.apache.cxf.buslifecycle
[+] BusCreationListener (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
BusCreationListener.busCreated ( org.apache.cxf.Bus p1 )This abstract method is from 'BusCreationListener' interface.
[+] BusLifeCycleListener (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BusLifeCycleListener.initComplete ( )This abstract method is from 'BusLifeCycleListener' interface.
BusLifeCycleListener.postShutdown ( )This abstract method is from 'BusLifeCycleListener' interface.
BusLifeCycleListener.preShutdown ( )This abstract method is from 'BusLifeCycleListener' interface.
[+] BusLifeCycleManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
BusLifeCycleManager.registerLifeCycleListener ( BusLifeCycleListener p1 )This abstract method is from 'BusLifeCycleManager' interface.
BusLifeCycleManager.unregisterLifeCycleListener ( BusLifeCycleListener p1 )This abstract method is from 'BusLifeCycleManager' interface.
[+] CXFBusLifeCycleManager (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
CXFBusLifeCycleManager.CXFBusLifeCycleManager ( )This constructor is from 'CXFBusLifeCycleManager' class.
CXFBusLifeCycleManager.CXFBusLifeCycleManager ( org.apache.cxf.Bus b )This constructor is from 'CXFBusLifeCycleManager' class.
CXFBusLifeCycleManager.initComplete ( )This method is from 'CXFBusLifeCycleManager' class.
CXFBusLifeCycleManager.postShutdown ( )This method is from 'CXFBusLifeCycleManager' class.
CXFBusLifeCycleManager.preShutdown ( )This method is from 'CXFBusLifeCycleManager' class.
CXFBusLifeCycleManager.registerLifeCycleListener ( BusLifeCycleListener listener )This method is from 'CXFBusLifeCycleManager' class.
CXFBusLifeCycleManager.setBus ( org.apache.cxf.Bus b )This method is from 'CXFBusLifeCycleManager' class.
CXFBusLifeCycleManager.unregisterLifeCycleListener ( BusLifeCycleListener listener )This method is from 'CXFBusLifeCycleManager' class.
package org.apache.cxf.catalog
[+] CatalogWSDLLocator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
CatalogWSDLLocator.CatalogWSDLLocator ( String wsdlUrl )This constructor is from 'CatalogWSDLLocator' class.
CatalogWSDLLocator.CatalogWSDLLocator ( String wsdlUrl, org.apache.cxf.Bus b )This constructor is from 'CatalogWSDLLocator' class.
CatalogWSDLLocator.CatalogWSDLLocator ( String wsdlUrl, OASISCatalogManager catalogManager )This constructor is from 'CatalogWSDLLocator' class.
CatalogWSDLLocator.close ( )This method is from 'CatalogWSDLLocator' class.
CatalogWSDLLocator.getBaseInputSource ( )This method is from 'CatalogWSDLLocator' class.
CatalogWSDLLocator.getBaseURI ( )This method is from 'CatalogWSDLLocator' class.
CatalogWSDLLocator.getImportInputSource ( String parent, String importLocation )This method is from 'CatalogWSDLLocator' class.
CatalogWSDLLocator.getLatestImportURI ( )This method is from 'CatalogWSDLLocator' class.
[+] CatalogXmlSchemaURIResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
CatalogXmlSchemaURIResolver.CatalogXmlSchemaURIResolver ( org.apache.cxf.Bus bus )This constructor is from 'CatalogXmlSchemaURIResolver' class.
CatalogXmlSchemaURIResolver.getResolvedMap ( )This method is from 'CatalogXmlSchemaURIResolver' class.
CatalogXmlSchemaURIResolver.resolveEntity ( String targetNamespace, String schemaLocation, String baseUri )This method is from 'CatalogXmlSchemaURIResolver' class.
[+] OASISCatalogManager (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
OASISCatalogManager.getBus ( )This method is from 'OASISCatalogManager' class.
OASISCatalogManager.getCatalogManager ( org.apache.cxf.Bus bus )This method is from 'OASISCatalogManager' class.
OASISCatalogManager.loadCatalog ( java.net.URL catalogURL )This method is from 'OASISCatalogManager' class.
OASISCatalogManager.loadCatalogs ( ClassLoader classLoader, String name )This method is from 'OASISCatalogManager' class.
OASISCatalogManager.loadContextCatalogs ( )This method is from 'OASISCatalogManager' class.
OASISCatalogManager.loadContextCatalogs ( String name )This method is from 'OASISCatalogManager' class.
OASISCatalogManager.OASISCatalogManager ( )This constructor is from 'OASISCatalogManager' class.
OASISCatalogManager.OASISCatalogManager ( org.apache.cxf.Bus b )This constructor is from 'OASISCatalogManager' class.
OASISCatalogManager.resolvePublic ( String uri, String parent )This method is from 'OASISCatalogManager' class.
OASISCatalogManager.resolveSystem ( String sys )This method is from 'OASISCatalogManager' class.
OASISCatalogManager.resolveURI ( String uri )This method is from 'OASISCatalogManager' class.
OASISCatalogManager.setBus ( org.apache.cxf.Bus bus )This method is from 'OASISCatalogManager' class.
[+] OASISCatalogManagerHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
OASISCatalogManagerHelper.OASISCatalogManagerHelper ( )This constructor is from 'OASISCatalogManagerHelper' class.
OASISCatalogManagerHelper.resolve ( OASISCatalogManager catalogResolver, String target, String base )This method is from 'OASISCatalogManagerHelper' class.
package org.apache.cxf.clustering
[+] AbstractStaticFailoverStrategy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
AbstractStaticFailoverStrategy.AbstractStaticFailoverStrategy ( )This constructor is from 'AbstractStaticFailoverStrategy' abstract class.
AbstractStaticFailoverStrategy.getAlternateAddresses ( org.apache.cxf.message.Exchange exchange )This method is from 'AbstractStaticFailoverStrategy' abstract class.
AbstractStaticFailoverStrategy.getAlternateEndpoints ( org.apache.cxf.message.Exchange exchange )This method is from 'AbstractStaticFailoverStrategy' abstract class.
AbstractStaticFailoverStrategy.getDelayBetweenRetries ( )This method is from 'AbstractStaticFailoverStrategy' abstract class.
AbstractStaticFailoverStrategy.getEndpoints ( org.apache.cxf.message.Exchange exchange, boolean acceptCandidatesWithSameAddress )This method is from 'AbstractStaticFailoverStrategy' abstract class.
AbstractStaticFailoverStrategy.getNextAlternate ( java.util.List p1 )This abstract method is from 'AbstractStaticFailoverStrategy' abstract class.
AbstractStaticFailoverStrategy.selectAlternateAddress ( java.util.List alternates )This method is from 'AbstractStaticFailoverStrategy' abstract class.
AbstractStaticFailoverStrategy.selectAlternateEndpoint ( java.util.List alternates )This method is from 'AbstractStaticFailoverStrategy' abstract class.
AbstractStaticFailoverStrategy.setAlternateAddresses ( java.util.List alternateAddresses )This method is from 'AbstractStaticFailoverStrategy' abstract class.
AbstractStaticFailoverStrategy.setDelayBetweenRetries ( long delay )This method is from 'AbstractStaticFailoverStrategy' abstract class.
[+] FailoverFeature (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
FailoverFeature.FailoverFeature ( )This constructor is from 'FailoverFeature' class.
FailoverFeature.getStrategy ( )This method is from 'FailoverFeature' class.
FailoverFeature.getTargetSelector ( )This method is from 'FailoverFeature' class.
FailoverFeature.initialize ( org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus )This method is from 'FailoverFeature' class.
FailoverFeature.initTargetSelector ( org.apache.cxf.endpoint.Endpoint endpoint )This method is from 'FailoverFeature' class.
FailoverFeature.setStrategy ( FailoverStrategy strategy )This method is from 'FailoverFeature' class.
[+] FailoverStrategy (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
FailoverStrategy.getAlternateAddresses ( org.apache.cxf.message.Exchange p1 )This abstract method is from 'FailoverStrategy' interface.
FailoverStrategy.getAlternateEndpoints ( org.apache.cxf.message.Exchange p1 )This abstract method is from 'FailoverStrategy' interface.
FailoverStrategy.selectAlternateAddress ( java.util.List p1 )This abstract method is from 'FailoverStrategy' interface.
FailoverStrategy.selectAlternateEndpoint ( java.util.List p1 )This abstract method is from 'FailoverStrategy' interface.
[+] FailoverTargetSelector (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
FailoverTargetSelector.complete ( org.apache.cxf.message.Exchange exchange )This method is from 'FailoverTargetSelector' class.
FailoverTargetSelector.FailoverTargetSelector ( )This constructor is from 'FailoverTargetSelector' class.
FailoverTargetSelector.FailoverTargetSelector ( org.apache.cxf.transport.Conduit c )This constructor is from 'FailoverTargetSelector' class.
FailoverTargetSelector.getDelayBetweenRetries ( )This method is from 'FailoverTargetSelector' class.
FailoverTargetSelector.getFailoverTarget ( org.apache.cxf.message.Exchange exchange, FailoverTargetSelector.InvocationContext invocation )This method is from 'FailoverTargetSelector' class.
FailoverTargetSelector.getLogger ( )This method is from 'FailoverTargetSelector' class.
FailoverTargetSelector.getStrategy ( )This method is from 'FailoverTargetSelector' class.
FailoverTargetSelector.overrideAddressProperty ( java.util.Map context )This method is from 'FailoverTargetSelector' class.
FailoverTargetSelector.prepare ( org.apache.cxf.message.Message message )This method is from 'FailoverTargetSelector' class.
FailoverTargetSelector.requiresFailover ( org.apache.cxf.message.Exchange exchange )This method is from 'FailoverTargetSelector' class.
FailoverTargetSelector.selectConduit ( org.apache.cxf.message.Message message )This method is from 'FailoverTargetSelector' class.
FailoverTargetSelector.setStrategy ( FailoverStrategy strategy )This method is from 'FailoverTargetSelector' class.
[+] FailoverTargetSelector.InvocationKey (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
FailoverTargetSelector.InvocationKey.equals ( Object o )This method is from 'FailoverTargetSelector.InvocationKey' class.
FailoverTargetSelector.InvocationKey.hashCode ( )This method is from 'FailoverTargetSelector.InvocationKey' class.
[+] LoadDistributorFeature (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
LoadDistributorFeature.getTargetSelector ( )This method is from 'LoadDistributorFeature' class.
LoadDistributorFeature.LoadDistributorFeature ( )This constructor is from 'LoadDistributorFeature' class.
[+] LoadDistributorTargetSelector (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
LoadDistributorTargetSelector.getFailoverTarget ( org.apache.cxf.message.Exchange exchange, FailoverTargetSelector.InvocationContext invocation )This method is from 'LoadDistributorTargetSelector' class.
LoadDistributorTargetSelector.getLogger ( )This method is from 'LoadDistributorTargetSelector' class.
LoadDistributorTargetSelector.isFailover ( )This method is from 'LoadDistributorTargetSelector' class.
LoadDistributorTargetSelector.LoadDistributorTargetSelector ( )This constructor is from 'LoadDistributorTargetSelector' class.
LoadDistributorTargetSelector.LoadDistributorTargetSelector ( org.apache.cxf.transport.Conduit c )This constructor is from 'LoadDistributorTargetSelector' class.
LoadDistributorTargetSelector.requiresFailover ( org.apache.cxf.message.Exchange exchange )This method is from 'LoadDistributorTargetSelector' class.
LoadDistributorTargetSelector.selectConduit ( org.apache.cxf.message.Message message )This method is from 'LoadDistributorTargetSelector' class.
LoadDistributorTargetSelector.setFailover ( boolean failover )This method is from 'LoadDistributorTargetSelector' class.
[+] RandomStrategy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
RandomStrategy.getNextAlternate ( java.util.List alternates )This method is from 'RandomStrategy' class.
RandomStrategy.RandomStrategy ( )This constructor is from 'RandomStrategy' class.
[+] RetryStrategy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
RetryStrategy.getAlternateEndpoints ( org.apache.cxf.message.Exchange exchange )This method is from 'RetryStrategy' class.
RetryStrategy.getMaxNumberOfRetries ( )This method is from 'RetryStrategy' class.
RetryStrategy.getNextAlternate ( java.util.List alternates )This method is from 'RetryStrategy' class.
RetryStrategy.RetryStrategy ( )This constructor is from 'RetryStrategy' class.
RetryStrategy.setMaxNumberOfRetries ( int maxNumberOfRetries )This method is from 'RetryStrategy' class.
RetryStrategy.stillTheSameAddress ( )This method is from 'RetryStrategy' class.
[+] SequentialStrategy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SequentialStrategy.getNextAlternate ( java.util.List alternates )This method is from 'SequentialStrategy' class.
SequentialStrategy.SequentialStrategy ( )This constructor is from 'SequentialStrategy' class.
package org.apache.cxf.clustering.spring
[+] FailoverBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
FailoverBeanDefinitionParser.FailoverBeanDefinitionParser ( )This constructor is from 'FailoverBeanDefinitionParser' class.
FailoverBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element element )This method is from 'FailoverBeanDefinitionParser' class.
FailoverBeanDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name )This method is from 'FailoverBeanDefinitionParser' class.
[+] LoadDistributorBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
LoadDistributorBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element element )This method is from 'LoadDistributorBeanDefinitionParser' class.
LoadDistributorBeanDefinitionParser.LoadDistributorBeanDefinitionParser ( )This constructor is from 'LoadDistributorBeanDefinitionParser' class.
LoadDistributorBeanDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name )This method is from 'LoadDistributorBeanDefinitionParser' class.
[+] NamespaceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
NamespaceHandler.init ( )This method is from 'NamespaceHandler' class.
NamespaceHandler.NamespaceHandler ( )This constructor is from 'NamespaceHandler' class.
package org.apache.cxf.common
[+] WSDLConstants (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
WSDLConstants.getVersion ( String version )This method is from 'WSDLConstants' class.
[+] WSDLConstants.WSDLVersion (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
WSDLConstants.WSDLVersion.valueOf ( String name )This method is from 'WSDLConstants.WSDLVersion' class.
WSDLConstants.WSDLVersion.values ( )This method is from 'WSDLConstants.WSDLVersion' class.
package org.apache.cxf.common.annotation
[+] AbstractAnnotationVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
AbstractAnnotationVisitor.AbstractAnnotationVisitor ( Class ann )This constructor is from 'AbstractAnnotationVisitor' abstract class.
AbstractAnnotationVisitor.AbstractAnnotationVisitor ( java.util.List ann )This constructor is from 'AbstractAnnotationVisitor' abstract class.
AbstractAnnotationVisitor.addTargetAnnotation ( Class ann )This method is from 'AbstractAnnotationVisitor' abstract class.
AbstractAnnotationVisitor.getTarget ( )This method is from 'AbstractAnnotationVisitor' abstract class.
AbstractAnnotationVisitor.getTargetAnnotations ( )This method is from 'AbstractAnnotationVisitor' abstract class.
AbstractAnnotationVisitor.getTargetClass ( )This method is from 'AbstractAnnotationVisitor' abstract class.
AbstractAnnotationVisitor.setTarget ( Object object )This method is from 'AbstractAnnotationVisitor' abstract class.
AbstractAnnotationVisitor.setTarget ( Object object, Class cls )This method is from 'AbstractAnnotationVisitor' abstract class.
AbstractAnnotationVisitor.visitClass ( Class clz, annotation.Annotation annotation )This method is from 'AbstractAnnotationVisitor' abstract class.
AbstractAnnotationVisitor.visitField ( reflect.Field field, annotation.Annotation annotation )This method is from 'AbstractAnnotationVisitor' abstract class.
AbstractAnnotationVisitor.visitMethod ( reflect.Method method, annotation.Annotation annotation )This method is from 'AbstractAnnotationVisitor' abstract class.
[+] AnnotationProcessor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AnnotationProcessor.accept ( AnnotationVisitor visitor )This method is from 'AnnotationProcessor' class.
AnnotationProcessor.accept ( AnnotationVisitor visitor, Class claz )This method is from 'AnnotationProcessor' class.
AnnotationProcessor.AnnotationProcessor ( Object o )This constructor is from 'AnnotationProcessor' class.
[+] AnnotationVisitor (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
AnnotationVisitor.getTargetAnnotations ( )This abstract method is from 'AnnotationVisitor' interface.
AnnotationVisitor.setTarget ( Object p1 )This abstract method is from 'AnnotationVisitor' interface.
AnnotationVisitor.visitClass ( Class p1, annotation.Annotation p2 )This abstract method is from 'AnnotationVisitor' interface.
AnnotationVisitor.visitField ( reflect.Field p1, annotation.Annotation p2 )This abstract method is from 'AnnotationVisitor' interface.
AnnotationVisitor.visitMethod ( reflect.Method p1, annotation.Annotation p2 )This abstract method is from 'AnnotationVisitor' interface.
package org.apache.cxf.common.classloader
[+] ClassLoaderUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ClassLoaderUtils.getResource ( String resourceName, Class callingClass )This method is from 'ClassLoaderUtils' class.
ClassLoaderUtils.getResourceAsStream ( String resourceName, Class callingClass )This method is from 'ClassLoaderUtils' class.
ClassLoaderUtils.getResources ( String resourceName, Class callingClass )This method is from 'ClassLoaderUtils' class.
ClassLoaderUtils.loadClass ( String className, Class callingClass )This method is from 'ClassLoaderUtils' class.
ClassLoaderUtils.setThreadContextClassloader ( ClassLoader newLoader )This method is from 'ClassLoaderUtils' class.
[+] ClassLoaderUtils.ClassLoaderHolder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ClassLoaderUtils.ClassLoaderHolder.reset ( )This method is from 'ClassLoaderUtils.ClassLoaderHolder' class.
[+] FireWallClassLoader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
FireWallClassLoader.FireWallClassLoader ( ClassLoader parent, String[ ] fs )This constructor is from 'FireWallClassLoader' class.
FireWallClassLoader.FireWallClassLoader ( ClassLoader parent, String[ ] fs, String[ ] negativeFs )This constructor is from 'FireWallClassLoader' class.
FireWallClassLoader.getFilters ( )This method is from 'FireWallClassLoader' class.
FireWallClassLoader.getNegativeFilters ( )This method is from 'FireWallClassLoader' class.
FireWallClassLoader.getResource ( String name )This method is from 'FireWallClassLoader' class.
FireWallClassLoader.loadClass ( String name, boolean resolve )This method is from 'FireWallClassLoader' class.
package org.apache.cxf.common.commands
[+] ForkedCommand (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
ForkedCommand.execute ( )This method is from 'ForkedCommand' class.
ForkedCommand.execute ( int timeout )This method is from 'ForkedCommand' class.
ForkedCommand.ForkedCommand ( )This constructor is from 'ForkedCommand' class.
ForkedCommand.ForkedCommand ( String[ ] args )This constructor is from 'ForkedCommand' class.
ForkedCommand.joinErrOut ( boolean flag )This method is from 'ForkedCommand' class.
ForkedCommand.run ( )This method is from 'ForkedCommand' class.
ForkedCommand.setArgs ( String[ ] args )This method is from 'ForkedCommand' class.
ForkedCommand.setEnvironment ( String[ ] env )This method is from 'ForkedCommand' class.
ForkedCommand.setErrorStream ( java.io.PrintStream es )This method is from 'ForkedCommand' class.
ForkedCommand.setOutputStream ( java.io.PrintStream os )This method is from 'ForkedCommand' class.
ForkedCommand.toString ( )This method is from 'ForkedCommand' class.
[+] ForkedCommandException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ForkedCommandException.ForkedCommandException ( Throwable cause )This constructor is from 'ForkedCommandException' class.
ForkedCommandException.ForkedCommandException ( org.apache.cxf.common.i18n.Message msg )This constructor is from 'ForkedCommandException' class.
ForkedCommandException.ForkedCommandException ( org.apache.cxf.common.i18n.Message msg, Throwable cause )This constructor is from 'ForkedCommandException' class.
[+] JavaHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
JavaHelper.getJavaCommand ( )This method is from 'JavaHelper' class.
[+] ResultBufferedCommand (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
ResultBufferedCommand.getBufferedErrorReader ( )This method is from 'ResultBufferedCommand' class.
ResultBufferedCommand.getBufferedOutputReader ( )This method is from 'ResultBufferedCommand' class.
ResultBufferedCommand.getError ( )This method is from 'ResultBufferedCommand' class.
ResultBufferedCommand.getOutput ( )This method is from 'ResultBufferedCommand' class.
ResultBufferedCommand.ResultBufferedCommand ( )This constructor is from 'ResultBufferedCommand' class.
ResultBufferedCommand.ResultBufferedCommand ( String[ ] args )This constructor is from 'ResultBufferedCommand' class.
package org.apache.cxf.common.i18n
[+] BundleUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
BundleUtils.getBundle ( Class cls )This method is from 'BundleUtils' class.
BundleUtils.getBundle ( Class cls, String name )This method is from 'BundleUtils' class.
BundleUtils.getBundleName ( Class cls )This method is from 'BundleUtils' class.
BundleUtils.getBundleName ( Class cls, String name )This method is from 'BundleUtils' class.
BundleUtils.getFormattedString ( java.util.ResourceBundle b, String key, Object[ ] params )This method is from 'BundleUtils' class.
[+] Exception (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Exception.Exception ( Throwable cause )This constructor is from 'Exception' class.
Exception.Exception ( Message msg )This constructor is from 'Exception' class.
Exception.Exception ( Message msg, Throwable t )This constructor is from 'Exception' class.
Exception.getCode ( )This method is from 'Exception' class.
Exception.getMessage ( )This method is from 'Exception' class.
[+] Message (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Message.getCode ( )This method is from 'Message' class.
Message.getParameters ( )This method is from 'Message' class.
Message.Message ( String key, java.util.logging.Logger logger, Object[ ] params )This constructor is from 'Message' class.
Message.Message ( String key, java.util.ResourceBundle catalog, Object[ ] params )This constructor is from 'Message' class.
Message.toString ( )This method is from 'Message' class.
[+] UncheckedException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
UncheckedException.getCode ( )This method is from 'UncheckedException' class.
UncheckedException.getMessage ( )This method is from 'UncheckedException' class.
UncheckedException.UncheckedException ( Throwable cause )This constructor is from 'UncheckedException' class.
UncheckedException.UncheckedException ( java.util.logging.Logger log, String msg, Object[ ] params )This constructor is from 'UncheckedException' class.
UncheckedException.UncheckedException ( java.util.logging.Logger log, String msg, Throwable t, Object[ ] params )This constructor is from 'UncheckedException' class.
UncheckedException.UncheckedException ( java.util.ResourceBundle bundle, String msg, Object[ ] params )This constructor is from 'UncheckedException' class.
UncheckedException.UncheckedException ( java.util.ResourceBundle bundle, String msg, Throwable t, Object[ ] params )This constructor is from 'UncheckedException' class.
UncheckedException.UncheckedException ( Message msg )This constructor is from 'UncheckedException' class.
UncheckedException.UncheckedException ( Message msg, Throwable t )This constructor is from 'UncheckedException' class.
package org.apache.cxf.common.injection
[+] NoJSR250Annotations (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
NoJSR250Annotations.unlessNull ( )This abstract method is from 'NoJSR250Annotations' interface.
[+] ResourceInjector (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
ResourceInjector.construct ( Object o )This method is from 'ResourceInjector' class.
ResourceInjector.construct ( Object o, Class cls )This method is from 'ResourceInjector' class.
ResourceInjector.destroy ( Object o )This method is from 'ResourceInjector' class.
ResourceInjector.getResourceType ( javax.annotation.Resource res, reflect.Field field )This method is from 'ResourceInjector' class.
ResourceInjector.inject ( Object o )This method is from 'ResourceInjector' class.
ResourceInjector.inject ( Object o, Class claz )This method is from 'ResourceInjector' class.
ResourceInjector.invokePostConstruct ( )This method is from 'ResourceInjector' class.
ResourceInjector.invokePreDestroy ( )This method is from 'ResourceInjector' class.
ResourceInjector.processable ( Class cls, Object o )This method is from 'ResourceInjector' class.
ResourceInjector.ResourceInjector ( org.apache.cxf.resource.ResourceManager resMgr )This constructor is from 'ResourceInjector' class.
ResourceInjector.ResourceInjector ( org.apache.cxf.resource.ResourceManager resMgr, java.util.List resolvers )This constructor is from 'ResourceInjector' class.
ResourceInjector.visitClass ( Class clz, annotation.Annotation annotation )This method is from 'ResourceInjector' class.
ResourceInjector.visitField ( reflect.Field field, annotation.Annotation annotation )This method is from 'ResourceInjector' class.
ResourceInjector.visitMethod ( reflect.Method method, annotation.Annotation annotation )This method is from 'ResourceInjector' class.
package org.apache.cxf.common.logging
[+] AbstractDelegatingLogger (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (42)
AbstractDelegatingLogger.AbstractDelegatingLogger ( String name, String resourceBundleName )This constructor is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.addHandler ( java.util.logging.Handler handler )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.config ( String msg )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.doLog ( java.util.logging.LogRecord lr )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.doLog ( java.util.logging.LogRecord lr, String rbname )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.entering ( String sourceClass, String sourceMethod )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.entering ( String sourceClass, String sourceMethod, Object param1 )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.entering ( String sourceClass, String sourceMethod, Object[ ] params )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.exiting ( String sourceClass, String sourceMethod )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.exiting ( String sourceClass, String sourceMethod, Object result )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.fine ( String msg )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.finer ( String msg )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.finest ( String msg )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.formatMessage ( java.util.logging.LogRecord record )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.getHandlers ( )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.getLevel ( )This abstract method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.getParent ( )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.getUseParentHandlers ( )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.info ( String msg )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.internalLog ( java.util.logging.LogRecord record )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.internalLogFormatted ( String p1, java.util.logging.LogRecord p2 )This abstract method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.isLoggable ( java.util.logging.Level level )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.log ( java.util.logging.Level level, String msg )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.log ( java.util.logging.Level level, String msg, Object param1 )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.log ( java.util.logging.Level level, String msg, Object[ ] params )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.log ( java.util.logging.Level level, String msg, Throwable thrown )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.log ( java.util.logging.LogRecord record )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.logp ( java.util.logging.Level level, String sourceClass, String sourceMethod, String msg )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.logp ( java.util.logging.Level level, String sourceClass, String sourceMethod, String msg, Object param1 )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.logp ( java.util.logging.Level level, String sourceClass, String sourceMethod, String msg, Object[ ] params )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.logp ( java.util.logging.Level level, String sourceClass, String sourceMethod, String msg, Throwable thrown )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.logrb ( java.util.logging.Level level, String sourceClass, String sourceMethod, String bundleName, String msg )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.logrb ( java.util.logging.Level level, String sourceClass, String sourceMethod, String bundleName, String msg, Object param1 )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.logrb ( java.util.logging.Level level, String sourceClass, String sourceMethod, String bundleName, String msg, Object[ ] params )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.logrb ( java.util.logging.Level level, String sourceClass, String sourceMethod, String bundleName, String msg, Throwable thrown )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.removeHandler ( java.util.logging.Handler handler )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.setLevel ( java.util.logging.Level newLevel )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.setParent ( java.util.logging.Logger parent )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.setUseParentHandlers ( boolean useParentHandlers )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.severe ( String msg )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.throwing ( String sourceClass, String sourceMethod, Throwable thrown )This method is from 'AbstractDelegatingLogger' abstract class.
AbstractDelegatingLogger.warning ( String msg )This method is from 'AbstractDelegatingLogger' abstract class.
[+] Log4jLogger (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
Log4jLogger.addHandler ( java.util.logging.Handler handler )This method is from 'Log4jLogger' class.
Log4jLogger.getHandlers ( )This method is from 'Log4jLogger' class.
Log4jLogger.getLevel ( )This method is from 'Log4jLogger' class.
Log4jLogger.internalLogFormatted ( String msg, java.util.logging.LogRecord record )This method is from 'Log4jLogger' class.
Log4jLogger.Log4jLogger ( String name, String resourceBundleName )This constructor is from 'Log4jLogger' class.
Log4jLogger.removeHandler ( java.util.logging.Handler handler )This method is from 'Log4jLogger' class.
Log4jLogger.setLevel ( java.util.logging.Level newLevel )This method is from 'Log4jLogger' class.
[+] LogUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
LogUtils.createLogger ( Class cls, String name, String loggerName )This method is from 'LogUtils' class.
LogUtils.getL7dLogger ( Class cls )This method is from 'LogUtils' class.
LogUtils.getL7dLogger ( Class cls, String resourcename )This method is from 'LogUtils' class.
LogUtils.getL7dLogger ( Class cls, String resourcename, String loggerName )This method is from 'LogUtils' class.
LogUtils.getLogger ( Class cls )This method is from 'LogUtils' class.
LogUtils.getLogger ( Class cls, String resourcename )This method is from 'LogUtils' class.
LogUtils.getLogger ( Class cls, String resourcename, String loggerName )This method is from 'LogUtils' class.
LogUtils.log ( java.util.logging.Logger logger, java.util.logging.Level level, String message )This method is from 'LogUtils' class.
LogUtils.log ( java.util.logging.Logger logger, java.util.logging.Level level, String message, Object parameter )This method is from 'LogUtils' class.
LogUtils.log ( java.util.logging.Logger logger, java.util.logging.Level level, String message, Object[ ] parameters )This method is from 'LogUtils' class.
LogUtils.log ( java.util.logging.Logger logger, java.util.logging.Level level, String message, Throwable throwable )This method is from 'LogUtils' class.
LogUtils.log ( java.util.logging.Logger logger, java.util.logging.Level level, String message, Throwable throwable, Object parameter )This method is from 'LogUtils' class.
LogUtils.log ( java.util.logging.Logger logger, java.util.logging.Level level, String message, Throwable throwable, Object[ ] parameters )This method is from 'LogUtils' class.
LogUtils.setLoggerClass ( Class cls )This method is from 'LogUtils' class.
[+] Slf4jLogger (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
Slf4jLogger.getLevel ( )This method is from 'Slf4jLogger' class.
Slf4jLogger.internalLogFormatted ( String msg, java.util.logging.LogRecord record )This method is from 'Slf4jLogger' class.
Slf4jLogger.Slf4jLogger ( String name, String resourceBundleName )This constructor is from 'Slf4jLogger' class.
package org.apache.cxf.common.security
[+] SecurityToken (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
SecurityToken.getTokenType ( )This abstract method is from 'SecurityToken' interface.
[+] SimpleGroup (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
SimpleGroup.addMember ( java.security.Principal p )This method is from 'SimpleGroup' class.
SimpleGroup.equals ( Object obj )This method is from 'SimpleGroup' class.
SimpleGroup.hashCode ( )This method is from 'SimpleGroup' class.
SimpleGroup.isMember ( java.security.Principal p )This method is from 'SimpleGroup' class.
SimpleGroup.members ( )This method is from 'SimpleGroup' class.
SimpleGroup.removeMember ( java.security.Principal p )This method is from 'SimpleGroup' class.
SimpleGroup.SimpleGroup ( String groupName )This constructor is from 'SimpleGroup' class.
SimpleGroup.SimpleGroup ( String groupName, String memberName )This constructor is from 'SimpleGroup' class.
SimpleGroup.SimpleGroup ( String groupName, java.security.Principal member )This constructor is from 'SimpleGroup' class.
[+] SimplePrincipal (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SimplePrincipal.equals ( Object obj )This method is from 'SimplePrincipal' class.
SimplePrincipal.getName ( )This method is from 'SimplePrincipal' class.
SimplePrincipal.hashCode ( )This method is from 'SimplePrincipal' class.
SimplePrincipal.SimplePrincipal ( String name )This constructor is from 'SimplePrincipal' class.
SimplePrincipal.toString ( )This method is from 'SimplePrincipal' class.
[+] TokenType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
TokenType.valueOf ( String name )This method is from 'TokenType' class.
TokenType.values ( )This method is from 'TokenType' class.
[+] UsernameToken (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
UsernameToken.getCreatedTime ( )This method is from 'UsernameToken' class.
UsernameToken.getName ( )This method is from 'UsernameToken' class.
UsernameToken.getNonce ( )This method is from 'UsernameToken' class.
UsernameToken.getPassword ( )This method is from 'UsernameToken' class.
UsernameToken.getPasswordType ( )This method is from 'UsernameToken' class.
UsernameToken.getTokenType ( )This method is from 'UsernameToken' class.
UsernameToken.isHashed ( )This method is from 'UsernameToken' class.
UsernameToken.UsernameToken ( String name, String password, String passwordType, boolean isHashed, String nonce, String createdTime )This constructor is from 'UsernameToken' class.
package org.apache.cxf.common.util
[+] ASMHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
ASMHelper.ASMHelper ( )This constructor is from 'ASMHelper' class.
ASMHelper.createClassWriter ( )This method is from 'ASMHelper' class.
ASMHelper.findClass ( String className, Class clz )This method is from 'ASMHelper' class.
ASMHelper.getClassCode ( Class cl )This method is from 'ASMHelper' class.
ASMHelper.getClassCode ( reflect.Type type )This method is from 'ASMHelper' class.
ASMHelper.getMethodSignature ( reflect.Method m )This method is from 'ASMHelper' class.
ASMHelper.loadClass ( String className, Class clz, byte[ ] bytes )This method is from 'ASMHelper' class.
ASMHelper.periodToSlashes ( String s )This method is from 'ASMHelper' class.
[+] ASMHelper.TypeHelperClassLoader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ASMHelper.TypeHelperClassLoader.defineClass ( String name, byte[ ] bytes )This method is from 'ASMHelper.TypeHelperClassLoader' class.
ASMHelper.TypeHelperClassLoader.lookupDefinedClass ( String name )This method is from 'ASMHelper.TypeHelperClassLoader' class.
[+] Base64Exception (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
Base64Exception.Base64Exception ( Throwable cause )This constructor is from 'Base64Exception' class.
Base64Exception.Base64Exception ( org.apache.cxf.common.i18n.Message msg )This constructor is from 'Base64Exception' class.
Base64Exception.Base64Exception ( org.apache.cxf.common.i18n.Message msg, Throwable t )This constructor is from 'Base64Exception' class.
[+] Base64Utility (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
Base64Utility.decode ( char[ ] id, int o, int l, java.io.OutputStream ostream )This method is from 'Base64Utility' class.
Base64Utility.decode ( String id )This method is from 'Base64Utility' class.
Base64Utility.decode ( String id, java.io.OutputStream ostream )This method is from 'Base64Utility' class.
Base64Utility.decodeChunk ( char[ ] id, int o, int l )This method is from 'Base64Utility' class.
Base64Utility.encode ( byte[ ] id )This method is from 'Base64Utility' class.
Base64Utility.encode ( byte[ ] id, int o, int l, java.io.Writer writer )This method is from 'Base64Utility' class.
Base64Utility.encodeChunk ( byte[ ] id, int o, int l )This method is from 'Base64Utility' class.
Base64Utility.encodeChunk ( byte[ ] id, int o, int l, java.io.OutputStream ostream )This method is from 'Base64Utility' class.
[+] CachedClass (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
CachedClass.CachedClass ( Class cachedClass )This constructor is from 'CachedClass' class.
CachedClass.getCachedClass ( )This method is from 'CachedClass' class.
CachedClass.setCachedClass ( Class cachedClass )This method is from 'CachedClass' class.
[+] CacheMap (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
CacheMap.CacheMap ( )This constructor is from 'CacheMap' class.
CacheMap.clear ( )This method is from 'CacheMap' class.
CacheMap.containsKey ( Object key )This method is from 'CacheMap' class.
CacheMap.containsValue ( Object value )This method is from 'CacheMap' class.
CacheMap.entrySet ( )This method is from 'CacheMap' class.
CacheMap.get ( Object key )This method is from 'CacheMap' class.
CacheMap.isEmpty ( )This method is from 'CacheMap' class.
CacheMap.keySet ( )This method is from 'CacheMap' class.
CacheMap.put ( Object key, Object value )This method is from 'CacheMap' class.
CacheMap.putAll ( java.util.Map t )This method is from 'CacheMap' class.
CacheMap.remove ( Object key )This method is from 'CacheMap' class.
CacheMap.size ( )This method is from 'CacheMap' class.
CacheMap.toString ( )This method is from 'CacheMap' class.
CacheMap.values ( )This method is from 'CacheMap' class.
[+] ClassHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
ClassHelper.ClassHelper ( )This constructor is from 'ClassHelper' class.
ClassHelper.getRealClass ( Object o )This method is from 'ClassHelper' class.
ClassHelper.getRealClassFromClass ( Class cls )This method is from 'ClassHelper' class.
ClassHelper.getRealClassFromClassInternal ( Class cls )This method is from 'ClassHelper' class.
ClassHelper.getRealClassInternal ( Object o )This method is from 'ClassHelper' class.
ClassHelper.getRealObject ( Object o )This method is from 'ClassHelper' class.
ClassHelper.getRealObjectInternal ( Object o )This method is from 'ClassHelper' class.
[+] ClassReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
ClassReader.ClassReader ( byte[ ] buf, java.util.Map attrMethods )This constructor is from 'ClassReader' class.
ClassReader.findAttributeReaders ( Class c )This method is from 'ClassReader' class.
ClassReader.getBytes ( Class c )This method is from 'ClassReader' class.
ClassReader.getSignature ( reflect.Member method, Class[ ] paramTypes )This method is from 'ClassReader' class.
ClassReader.readAttributes ( )This method is from 'ClassReader' class.
ClassReader.readCode ( )This method is from 'ClassReader' class.
ClassReader.readCpool ( )This method is from 'ClassReader' class.
ClassReader.readInt ( )This method is from 'ClassReader' class.
ClassReader.readShort ( )This method is from 'ClassReader' class.
ClassReader.resolveClass ( int i )This method is from 'ClassReader' class.
ClassReader.resolveField ( int i )This method is from 'ClassReader' class.
ClassReader.resolveMethod ( int index )This method is from 'ClassReader' class.
ClassReader.resolveNameAndType ( int i )This method is from 'ClassReader' class.
ClassReader.resolveUtf8 ( int i )This method is from 'ClassReader' class.
ClassReader.skipAttributes ( )This method is from 'ClassReader' class.
ClassReader.skipFully ( int n )This method is from 'ClassReader' class.
[+] CollectionUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
CollectionUtils.diff ( java.util.Collection c1, java.util.Collection c2 )This method is from 'CollectionUtils' class.
CollectionUtils.isEmpty ( java.util.Collection c )This method is from 'CollectionUtils' class.
[+] Compiler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
Compiler.compileFiles ( java.io.File[ ] files )This method is from 'Compiler' class.
Compiler.compileFiles ( String[ ] files )This method is from 'Compiler' class.
Compiler.compileFiles ( java.util.List files )This method is from 'Compiler' class.
Compiler.Compiler ( )This constructor is from 'Compiler' class.
Compiler.internalCompile ( String[ ] args, int sourceFileIndex )This method is from 'Compiler' class.
Compiler.setClassPath ( String s )This method is from 'Compiler' class.
Compiler.setMaxMemory ( long l )This method is from 'Compiler' class.
Compiler.setOutputDir ( java.io.File s )This method is from 'Compiler' class.
Compiler.setOutputDir ( String s )This method is from 'Compiler' class.
Compiler.setTarget ( String s )This method is from 'Compiler' class.
Compiler.setVerbose ( boolean b )This method is from 'Compiler' class.
[+] JarResource (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
JarResource.getJarContents ( java.io.File jarFile )This method is from 'JarResource' class.
JarResource.getJarContents ( java.io.InputStream is )This method is from 'JarResource' class.
JarResource.getJarContents ( String jarLocation )This method is from 'JarResource' class.
JarResource.getJarContents ( java.net.URL jarLocation )This method is from 'JarResource' class.
JarResource.JarResource ( )This constructor is from 'JarResource' class.
[+] ModCountCopyOnWriteArrayList (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
ModCountCopyOnWriteArrayList.add ( int index, Object element )This method is from 'ModCountCopyOnWriteArrayList' class.
ModCountCopyOnWriteArrayList.add ( Object element )This method is from 'ModCountCopyOnWriteArrayList' class.
ModCountCopyOnWriteArrayList.addAll ( int index, java.util.Collection c )This method is from 'ModCountCopyOnWriteArrayList' class.
ModCountCopyOnWriteArrayList.addAll ( java.util.Collection c )This method is from 'ModCountCopyOnWriteArrayList' class.
ModCountCopyOnWriteArrayList.addAllAbsent ( java.util.Collection c )This method is from 'ModCountCopyOnWriteArrayList' class.
ModCountCopyOnWriteArrayList.addIfAbsent ( Object element )This method is from 'ModCountCopyOnWriteArrayList' class.
ModCountCopyOnWriteArrayList.clear ( )This method is from 'ModCountCopyOnWriteArrayList' class.
ModCountCopyOnWriteArrayList.equals ( Object o )This method is from 'ModCountCopyOnWriteArrayList' class.
ModCountCopyOnWriteArrayList.getModCount ( )This method is from 'ModCountCopyOnWriteArrayList' class.
ModCountCopyOnWriteArrayList.hashCode ( )This method is from 'ModCountCopyOnWriteArrayList' class.
ModCountCopyOnWriteArrayList.ModCountCopyOnWriteArrayList ( )This constructor is from 'ModCountCopyOnWriteArrayList' class.
ModCountCopyOnWriteArrayList.ModCountCopyOnWriteArrayList ( java.util.Collection c )This constructor is from 'ModCountCopyOnWriteArrayList' class.
ModCountCopyOnWriteArrayList.remove ( int index )This method is from 'ModCountCopyOnWriteArrayList' class.
ModCountCopyOnWriteArrayList.remove ( Object o )This method is from 'ModCountCopyOnWriteArrayList' class.
ModCountCopyOnWriteArrayList.removeAll ( java.util.Collection c )This method is from 'ModCountCopyOnWriteArrayList' class.
ModCountCopyOnWriteArrayList.retainAll ( java.util.Collection c )This method is from 'ModCountCopyOnWriteArrayList' class.
ModCountCopyOnWriteArrayList.setModCount ( int i )This method is from 'ModCountCopyOnWriteArrayList' class.
[+] PackageUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PackageUtils.getNamespace ( String packageName )This method is from 'PackageUtils' class.
PackageUtils.getPackageName ( Class clazz )This method is from 'PackageUtils' class.
PackageUtils.getPackageNameByNameSpaceURI ( String nameSpaceURI )This method is from 'PackageUtils' class.
PackageUtils.parsePackageName ( String namespace, String defaultPackageName )This method is from 'PackageUtils' class.
[+] ParamReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
ParamReader.getParameterNames ( reflect.Constructor ctor )This method is from 'ParamReader' class.
ParamReader.getParameterNames ( reflect.Member member, Class[ ] pTypes )This method is from 'ParamReader' class.
ParamReader.getParameterNames ( reflect.Method method )This method is from 'ParamReader' class.
ParamReader.getParameterNamesFromDebugInfo ( reflect.Method method )This method is from 'ParamReader' class.
ParamReader.ParamReader ( byte[ ] b )This constructor is from 'ParamReader' class.
ParamReader.ParamReader ( Class c )This constructor is from 'ParamReader' class.
ParamReader.readCode ( )This method is from 'ParamReader' class.
[+] PrimitiveUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
PrimitiveUtils.getClass ( String value )This method is from 'PrimitiveUtils' class.
PrimitiveUtils.read ( String value, Class type )This method is from 'PrimitiveUtils' class.
[+] PropertiesLoaderUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PropertiesLoaderUtils.getPropertyNames ( java.util.Properties properties, String value )This method is from 'PropertiesLoaderUtils' class.
PropertiesLoaderUtils.loadAllProperties ( String resourceName, ClassLoader classLoader )This method is from 'PropertiesLoaderUtils' class.
PropertiesLoaderUtils.loadAllProperties ( String resourceName, ClassLoader classLoader, java.util.logging.Logger logger, java.util.logging.Level level, String msg )This method is from 'PropertiesLoaderUtils' class.
[+] ProxyHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ProxyHelper.getProxy ( ClassLoader loader, Class[ ] interfaces, reflect.InvocationHandler handler )This method is from 'ProxyHelper' class.
ProxyHelper.getProxyInternal ( ClassLoader loader, Class[ ] interfaces, reflect.InvocationHandler handler )This method is from 'ProxyHelper' class.
ProxyHelper.ProxyHelper ( )This constructor is from 'ProxyHelper' class.
[+] ReflectionInvokationHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ReflectionInvokationHandler.createProxyWrapper ( Object target, Class inf )This method is from 'ReflectionInvokationHandler' class.
ReflectionInvokationHandler.getTarget ( )This method is from 'ReflectionInvokationHandler' class.
ReflectionInvokationHandler.invoke ( Object proxy, reflect.Method method, Object[ ] args )This method is from 'ReflectionInvokationHandler' class.
ReflectionInvokationHandler.ReflectionInvokationHandler ( Object obj )This constructor is from 'ReflectionInvokationHandler' class.
[+] ReflectionInvokationHandler.WrapReturn (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ReflectionInvokationHandler.WrapReturn.iterator ( )This abstract method is from 'ReflectionInvokationHandler.WrapReturn' interface.
ReflectionInvokationHandler.WrapReturn.value ( )This abstract method is from 'ReflectionInvokationHandler.WrapReturn' interface.
[+] ReflectionUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
ReflectionUtil.findMethod ( Class cls, String name, Class[ ] params )This method is from 'ReflectionUtil' class.
ReflectionUtil.getAnnotationForMethodOrContainingClass ( reflect.Method m, Class annotationType )This method is from 'ReflectionUtil' class.
ReflectionUtil.getConstructor ( Class cls, Class[ ] args )This method is from 'ReflectionUtil' class.
ReflectionUtil.getDeclaredConstructor ( Class cls, Class[ ] args )This method is from 'ReflectionUtil' class.
ReflectionUtil.getDeclaredField ( Class cls, String name )This method is from 'ReflectionUtil' class.
ReflectionUtil.getDeclaredFields ( Class cls )This method is from 'ReflectionUtil' class.
ReflectionUtil.getDeclaredMethods ( Class cls )This method is from 'ReflectionUtil' class.
ReflectionUtil.getPackagesFromJar ( java.io.File jarFile )This method is from 'ReflectionUtil' class.
ReflectionUtil.getPropertyDescriptorsAvoidSunBug ( Class refClass, java.beans.BeanInfo beanInfo, Class beanClass, java.beans.PropertyDescriptor[ ] propertyDescriptors )This method is from 'ReflectionUtil' class.
ReflectionUtil.setAccessible ( reflect.AccessibleObject o )This method is from 'ReflectionUtil' class.
ReflectionUtil.setAccessible ( reflect.AccessibleObject o, boolean b )This method is from 'ReflectionUtil' class.
[+] SortedArraySet (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (23)
SortedArraySet.add ( Object o )This method is from 'SortedArraySet' class.
SortedArraySet.addAll ( java.util.Collection c )This method is from 'SortedArraySet' class.
SortedArraySet.clear ( )This method is from 'SortedArraySet' class.
SortedArraySet.comparator ( )This method is from 'SortedArraySet' class.
SortedArraySet.contains ( Object o )This method is from 'SortedArraySet' class.
SortedArraySet.containsAll ( java.util.Collection c )This method is from 'SortedArraySet' class.
SortedArraySet.equals ( Object o )This method is from 'SortedArraySet' class.
SortedArraySet.first ( )This method is from 'SortedArraySet' class.
SortedArraySet.hashCode ( )This method is from 'SortedArraySet' class.
SortedArraySet.headSet ( Object toElement )This method is from 'SortedArraySet' class.
SortedArraySet.isEmpty ( )This method is from 'SortedArraySet' class.
SortedArraySet.iterator ( )This method is from 'SortedArraySet' class.
SortedArraySet.last ( )This method is from 'SortedArraySet' class.
SortedArraySet.remove ( Object o )This method is from 'SortedArraySet' class.
SortedArraySet.removeAll ( java.util.Collection c )This method is from 'SortedArraySet' class.
SortedArraySet.retainAll ( java.util.Collection c )This method is from 'SortedArraySet' class.
SortedArraySet.size ( )This method is from 'SortedArraySet' class.
SortedArraySet.SortedArraySet ( )This constructor is from 'SortedArraySet' class.
SortedArraySet.subSet ( Object fromElement, Object toElement )This method is from 'SortedArraySet' class.
SortedArraySet.tailSet ( Object fromElement )This method is from 'SortedArraySet' class.
SortedArraySet.toArray ( )This method is from 'SortedArraySet' class.
SortedArraySet.toArray ( Object[ ] a )This method is from 'SortedArraySet' class.
SortedArraySet.toString ( )This method is from 'SortedArraySet' class.
[+] StreamPrinter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
StreamPrinter.run ( )This method is from 'StreamPrinter' class.
[+] StringUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (19)
StringUtils.addDefaultPortIfMissing ( String urlString )This method is from 'StringUtils' class.
StringUtils.addDefaultPortIfMissing ( String urlString, String defaultPort )This method is from 'StringUtils' class.
StringUtils.capitalize ( String name )This method is from 'StringUtils' class.
StringUtils.diff ( String str1, String str2 )This method is from 'StringUtils' class.
StringUtils.extract ( String string, String startToken, String endToken )This method is from 'StringUtils' class.
StringUtils.formatVersionNumber ( String target )This method is from 'StringUtils' class.
StringUtils.getFirstFound ( String contents, String regex )This method is from 'StringUtils' class.
StringUtils.getFirstNotEmpty ( String str, String sperator )This method is from 'StringUtils' class.
StringUtils.getFirstNotEmpty ( java.util.List list )This method is from 'StringUtils' class.
StringUtils.getFound ( String contents, String regex )This method is from 'StringUtils' class.
StringUtils.getParts ( String str, String sperator )This method is from 'StringUtils' class.
StringUtils.getURL ( String spec )This method is from 'StringUtils' class.
StringUtils.isEmpty ( String str )This method is from 'StringUtils' class.
StringUtils.isEmpty ( java.util.List list )This method is from 'StringUtils' class.
StringUtils.isEqualUri ( String uri1, String uri2 )This method is from 'StringUtils' class.
StringUtils.isFileAbsolute ( String file )This method is from 'StringUtils' class.
StringUtils.isFileExist ( String file )This method is from 'StringUtils' class.
StringUtils.uncapitalize ( String str )This method is from 'StringUtils' class.
StringUtils.wrapper ( String string, String startToken, String endToken )This method is from 'StringUtils' class.
[+] SystemPropertyAction (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SystemPropertyAction.getProperty ( String name )This method is from 'SystemPropertyAction' class.
SystemPropertyAction.getProperty ( String name, String def )This method is from 'SystemPropertyAction' class.
SystemPropertyAction.getPropertyOrNull ( String name )This method is from 'SystemPropertyAction' class.
SystemPropertyAction.run ( )This method is from 'SystemPropertyAction' class.
SystemPropertyAction.run ( )This method is from 'SystemPropertyAction' class.
[+] SystemUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
SystemUtils.getSpringValidationMode ( )This method is from 'SystemUtils' class.
[+] UrlUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
UrlUtils.pathDecode ( String value )This method is from 'UrlUtils' class.
UrlUtils.urlDecode ( String value )This method is from 'UrlUtils' class.
UrlUtils.urlDecode ( String value, String enc )This method is from 'UrlUtils' class.
[+] WeakIdentityHashMap (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
WeakIdentityHashMap.clear ( )This method is from 'WeakIdentityHashMap' class.
WeakIdentityHashMap.containsKey ( Object key )This method is from 'WeakIdentityHashMap' class.
WeakIdentityHashMap.containsValue ( Object value )This method is from 'WeakIdentityHashMap' class.
WeakIdentityHashMap.entrySet ( )This method is from 'WeakIdentityHashMap' class.
WeakIdentityHashMap.equals ( Object o )This method is from 'WeakIdentityHashMap' class.
WeakIdentityHashMap.get ( Object key )This method is from 'WeakIdentityHashMap' class.
WeakIdentityHashMap.hashCode ( )This method is from 'WeakIdentityHashMap' class.
WeakIdentityHashMap.isEmpty ( )This method is from 'WeakIdentityHashMap' class.
WeakIdentityHashMap.keySet ( )This method is from 'WeakIdentityHashMap' class.
WeakIdentityHashMap.put ( Object key, Object value )This method is from 'WeakIdentityHashMap' class.
WeakIdentityHashMap.putAll ( java.util.Map t )This method is from 'WeakIdentityHashMap' class.
WeakIdentityHashMap.remove ( Object key )This method is from 'WeakIdentityHashMap' class.
WeakIdentityHashMap.size ( )This method is from 'WeakIdentityHashMap' class.
WeakIdentityHashMap.values ( )This method is from 'WeakIdentityHashMap' class.
WeakIdentityHashMap.WeakIdentityHashMap ( )This constructor is from 'WeakIdentityHashMap' class.
[+] XmlSchemaPrimitiveUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
XmlSchemaPrimitiveUtils.getSchemaRepresentation ( Class type )This method is from 'XmlSchemaPrimitiveUtils' class.
XmlSchemaPrimitiveUtils.getSchemaRepresentation ( Class type, String xsdPrefix )This method is from 'XmlSchemaPrimitiveUtils' class.
package org.apache.cxf.common.xmlschema
[+] InvalidXmlSchemaReferenceException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
InvalidXmlSchemaReferenceException.InvalidXmlSchemaReferenceException ( )This constructor is from 'InvalidXmlSchemaReferenceException' class.
InvalidXmlSchemaReferenceException.InvalidXmlSchemaReferenceException ( String message )This constructor is from 'InvalidXmlSchemaReferenceException' class.
InvalidXmlSchemaReferenceException.InvalidXmlSchemaReferenceException ( String message, Throwable cause )This constructor is from 'InvalidXmlSchemaReferenceException' class.
InvalidXmlSchemaReferenceException.InvalidXmlSchemaReferenceException ( Throwable cause )This constructor is from 'InvalidXmlSchemaReferenceException' class.
[+] SchemaCollection (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (27)
SchemaCollection.addCrossImports ( )This method is from 'SchemaCollection' class.
SchemaCollection.equals ( Object obj )This method is from 'SchemaCollection' class.
SchemaCollection.getAttributeByQName ( javax.xml.namespace.QName qname )This method is from 'SchemaCollection' class.
SchemaCollection.getElementByQName ( javax.xml.namespace.QName qname )This method is from 'SchemaCollection' class.
SchemaCollection.getExtReg ( )This method is from 'SchemaCollection' class.
SchemaCollection.getNamespaceContext ( )This method is from 'SchemaCollection' class.
SchemaCollection.getSchemaByTargetNamespace ( String namespaceURI )This method is from 'SchemaCollection' class.
SchemaCollection.getSchemaForElement ( javax.xml.namespace.QName name )This method is from 'SchemaCollection' class.
SchemaCollection.getTypeByQName ( javax.xml.namespace.QName schemaTypeName )This method is from 'SchemaCollection' class.
SchemaCollection.getXmlSchema ( String systemId )This method is from 'SchemaCollection' class.
SchemaCollection.getXmlSchemaCollection ( )This method is from 'SchemaCollection' class.
SchemaCollection.getXmlSchemas ( )This method is from 'SchemaCollection' class.
SchemaCollection.hashCode ( )This method is from 'SchemaCollection' class.
SchemaCollection.init ( )This method is from 'SchemaCollection' class.
SchemaCollection.newXmlSchemaInCollection ( String namespaceURI )This method is from 'SchemaCollection' class.
SchemaCollection.read ( org.w3c.dom.Document d, String uri )This method is from 'SchemaCollection' class.
SchemaCollection.read ( org.w3c.dom.Element elem )This method is from 'SchemaCollection' class.
SchemaCollection.read ( org.w3c.dom.Element elem, String uri )This method is from 'SchemaCollection' class.
SchemaCollection.SchemaCollection ( )This constructor is from 'SchemaCollection' class.
SchemaCollection.SchemaCollection ( org.apache.ws.commons.schema.XmlSchemaCollection col )This constructor is from 'SchemaCollection' class.
SchemaCollection.setBaseUri ( String baseUri )This method is from 'SchemaCollection' class.
SchemaCollection.setExtReg ( org.apache.ws.commons.schema.extensions.ExtensionRegistry extReg )This method is from 'SchemaCollection' class.
SchemaCollection.setNamespaceContext ( org.apache.ws.commons.schema.utils.NamespacePrefixList namespaceContext )This method is from 'SchemaCollection' class.
SchemaCollection.setSchemaResolver ( org.apache.ws.commons.schema.resolver.URIResolver schemaResolver )This method is from 'SchemaCollection' class.
SchemaCollection.validateElementName ( javax.xml.namespace.QName referrer, javax.xml.namespace.QName elementQName )This method is from 'SchemaCollection' class.
SchemaCollection.validateQNameNamespace ( javax.xml.namespace.QName qname )This method is from 'SchemaCollection' class.
SchemaCollection.validateTypeName ( javax.xml.namespace.QName referrer, javax.xml.namespace.QName typeQName )This method is from 'SchemaCollection' class.
[+] UnsupportedConstruct (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
UnsupportedConstruct.UnsupportedConstruct ( )This constructor is from 'UnsupportedConstruct' class.
UnsupportedConstruct.UnsupportedConstruct ( String explanation )This constructor is from 'UnsupportedConstruct' class.
UnsupportedConstruct.UnsupportedConstruct ( String explanation, Throwable cause )This constructor is from 'UnsupportedConstruct' class.
UnsupportedConstruct.UnsupportedConstruct ( Throwable cause )This constructor is from 'UnsupportedConstruct' class.
UnsupportedConstruct.UnsupportedConstruct ( Throwable cause, java.util.logging.Logger logger, String messageKey, Object[ ] args )This constructor is from 'UnsupportedConstruct' class.
UnsupportedConstruct.UnsupportedConstruct ( java.util.logging.Logger logger, String messageKey, Object[ ] args )This constructor is from 'UnsupportedConstruct' class.
UnsupportedConstruct.UnsupportedConstruct ( org.apache.cxf.common.i18n.Message message )This constructor is from 'UnsupportedConstruct' class.
[+] XmlSchemaInvalidOperation (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
XmlSchemaInvalidOperation.XmlSchemaInvalidOperation ( String message )This constructor is from 'XmlSchemaInvalidOperation' class.
[+] XmlSchemaUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (31)
XmlSchemaUtils.addImportIfNeeded ( org.apache.ws.commons.schema.XmlSchema schema, String namespaceUri )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.addImportIfNeeded ( org.apache.ws.commons.schema.XmlSchema schema, javax.xml.namespace.QName qname )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.cleanedUpSchemaSource ( org.apache.ws.commons.schema.XmlSchemaObject subject )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.enumeratorValues ( org.apache.ws.commons.schema.XmlSchemaSimpleType type )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.findElementByRefName ( SchemaCollection xmlSchemaCollection, javax.xml.namespace.QName name, String referencingURI )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.getAll ( org.apache.ws.commons.schema.XmlSchemaComplexType type )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.getBaseType ( org.apache.ws.commons.schema.XmlSchemaComplexType type )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.getChoice ( org.apache.ws.commons.schema.XmlSchemaComplexType type )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.getContentAttributes ( org.apache.ws.commons.schema.XmlSchemaComplexType type )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.getContentAttributes ( org.apache.ws.commons.schema.XmlSchemaComplexType type, SchemaCollection collection )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.getContentElements ( org.apache.ws.commons.schema.XmlSchemaComplexType type, SchemaCollection collection )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.getContentSequence ( org.apache.ws.commons.schema.XmlSchemaComplexType type )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.getElementQualifiedName ( org.apache.ws.commons.schema.XmlSchemaElement element, org.apache.ws.commons.schema.XmlSchema schema )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.getElementType ( SchemaCollection xmlSchemaCollection, String referencingURI, org.apache.ws.commons.schema.XmlSchemaElement element, org.apache.ws.commons.schema.XmlSchemaType containingType )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.getObjectAnnotated ( org.apache.ws.commons.schema.XmlSchemaObject object, javax.xml.namespace.QName contextName )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.getObjectParticle ( org.apache.ws.commons.schema.XmlSchemaObject object, javax.xml.namespace.QName contextName )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.getReferredElement ( org.apache.ws.commons.schema.XmlSchemaElement element, SchemaCollection xmlSchemaCollection )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.getSequence ( org.apache.ws.commons.schema.XmlSchemaComplexType type )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.isAttributeNameQualified ( org.apache.ws.commons.schema.XmlSchemaAttribute attribute, org.apache.ws.commons.schema.XmlSchema schema )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.isAttributeQualified ( org.apache.ws.commons.schema.XmlSchemaAttribute attribute, boolean global, org.apache.ws.commons.schema.XmlSchema localSchema, org.apache.ws.commons.schema.XmlSchema attributeSchema )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.isComplexType ( org.apache.ws.commons.schema.XmlSchemaType type )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.isElementNameQualified ( org.apache.ws.commons.schema.XmlSchemaElement element, org.apache.ws.commons.schema.XmlSchema schema )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.isElementQualified ( org.apache.ws.commons.schema.XmlSchemaElement element, boolean global, org.apache.ws.commons.schema.XmlSchema localSchema, org.apache.ws.commons.schema.XmlSchema elementSchema )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.isEumeration ( org.apache.ws.commons.schema.XmlSchemaSimpleType type )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.isParticleArray ( org.apache.ws.commons.schema.XmlSchemaParticle particle )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.isParticleOptional ( org.apache.ws.commons.schema.XmlSchemaParticle particle )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.schemaImportsNamespace ( org.apache.ws.commons.schema.XmlSchema schema, String namespaceUri )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.setElementName ( org.apache.ws.commons.schema.XmlSchemaElement element, String name )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.setElementRefName ( org.apache.ws.commons.schema.XmlSchemaElement element, javax.xml.namespace.QName name )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.unsupportedConstruct ( String messageKey, String what, javax.xml.namespace.QName subjectName, org.apache.ws.commons.schema.XmlSchemaObject subject )This method is from 'XmlSchemaUtils' class.
XmlSchemaUtils.unsupportedConstruct ( String messageKey, org.apache.ws.commons.schema.XmlSchemaType subject )This method is from 'XmlSchemaUtils' class.
[+] XmlSchemaValidationManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
XmlSchemaValidationManager.validateSchemas ( org.apache.ws.commons.schema.XmlSchemaCollection p1, org.w3c.dom.DOMErrorHandler p2 )This abstract method is from 'XmlSchemaValidationManager' interface.
package org.apache.cxf.configuration
[+] Configurable (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
Configurable.getBeanName ( )This abstract method is from 'Configurable' interface.
[+] ConfigurationException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ConfigurationException.ConfigurationException ( Throwable cause )This constructor is from 'ConfigurationException' class.
ConfigurationException.ConfigurationException ( org.apache.cxf.common.i18n.Message msg )This constructor is from 'ConfigurationException' class.
ConfigurationException.ConfigurationException ( org.apache.cxf.common.i18n.Message msg, Throwable cause )This constructor is from 'ConfigurationException' class.
[+] ConfiguredBeanLocator (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ConfiguredBeanLocator.getBeanNamesOfType ( Class p1 )This abstract method is from 'ConfiguredBeanLocator' interface.
ConfiguredBeanLocator.getBeanOfType ( String p1, Class p2 )This abstract method is from 'ConfiguredBeanLocator' interface.
ConfiguredBeanLocator.getBeansOfType ( Class p1 )This abstract method is from 'ConfiguredBeanLocator' interface.
ConfiguredBeanLocator.hasConfiguredPropertyValue ( String p1, String p2, String p3 )This abstract method is from 'ConfiguredBeanLocator' interface.
ConfiguredBeanLocator.loadBeansOfType ( Class p1, ConfiguredBeanLocator.BeanLoaderListener p2 )This abstract method is from 'ConfiguredBeanLocator' interface.
[+] ConfiguredBeanLocator.BeanLoaderListener (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ConfiguredBeanLocator.BeanLoaderListener.beanLoaded ( String p1, Object p2 )This abstract method is from 'ConfiguredBeanLocator.BeanLoaderListener' interface.
ConfiguredBeanLocator.BeanLoaderListener.loadBean ( String p1, Class p2 )This abstract method is from 'ConfiguredBeanLocator.BeanLoaderListener' interface.
[+] Configurer (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
Configurer.configureBean ( Object p1 )This abstract method is from 'Configurer' interface.
Configurer.configureBean ( String p1, Object p2 )This abstract method is from 'Configurer' interface.
[+] NullConfigurer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
NullConfigurer.configureBean ( Object beanInstance )This method is from 'NullConfigurer' class.
NullConfigurer.configureBean ( String name, Object beanInstance )This method is from 'NullConfigurer' class.
NullConfigurer.NullConfigurer ( )This constructor is from 'NullConfigurer' class.
package org.apache.cxf.configuration.blueprint
[+] AbstractBPBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (21)
AbstractBPBeanDefinitionParser.AbstractBPBeanDefinitionParser ( )This constructor is from 'AbstractBPBeanDefinitionParser' abstract class.
AbstractBPBeanDefinitionParser.createObjectOfClass ( org.apache.aries.blueprint.ParserContext context, String value )This method is from 'AbstractBPBeanDefinitionParser' abstract class.
AbstractBPBeanDefinitionParser.createRef ( org.apache.aries.blueprint.ParserContext context, String value )This method is from 'AbstractBPBeanDefinitionParser' abstract class.
AbstractBPBeanDefinitionParser.createValue ( org.apache.aries.blueprint.ParserContext context, String value )This method is from 'AbstractBPBeanDefinitionParser' abstract class.
AbstractBPBeanDefinitionParser.createValue ( org.apache.aries.blueprint.ParserContext context, javax.xml.namespace.QName qName )This method is from 'AbstractBPBeanDefinitionParser' abstract class.
AbstractBPBeanDefinitionParser.getBus ( org.apache.aries.blueprint.ParserContext context, String name )This method is from 'AbstractBPBeanDefinitionParser' abstract class.
AbstractBPBeanDefinitionParser.getBusRef ( org.apache.aries.blueprint.ParserContext context, String name )This method is from 'AbstractBPBeanDefinitionParser' abstract class.
AbstractBPBeanDefinitionParser.hasBusProperty ( )This method is from 'AbstractBPBeanDefinitionParser' abstract class.
AbstractBPBeanDefinitionParser.isAttribute ( String pre, String name )This method is from 'AbstractBPBeanDefinitionParser' abstract class.
AbstractBPBeanDefinitionParser.isNamespace ( String name, String prefix )This method is from 'AbstractBPBeanDefinitionParser' abstract class.
AbstractBPBeanDefinitionParser.mapAttribute ( org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element e, String name, String val, org.apache.aries.blueprint.ParserContext context )This method is from 'AbstractBPBeanDefinitionParser' abstract class.
AbstractBPBeanDefinitionParser.mapElement ( org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element el, String name )This method is from 'AbstractBPBeanDefinitionParser' abstract class.
AbstractBPBeanDefinitionParser.mapToProperty ( org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, String propertyName, String val, org.apache.aries.blueprint.ParserContext context )This method is from 'AbstractBPBeanDefinitionParser' abstract class.
AbstractBPBeanDefinitionParser.parseAttributes ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean )This method is from 'AbstractBPBeanDefinitionParser' abstract class.
AbstractBPBeanDefinitionParser.parseChildElements ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean )This method is from 'AbstractBPBeanDefinitionParser' abstract class.
AbstractBPBeanDefinitionParser.parseListData ( org.apache.aries.blueprint.ParserContext context, org.osgi.service.blueprint.reflect.ComponentMetadata enclosingComponent, org.w3c.dom.Element element )This method is from 'AbstractBPBeanDefinitionParser' abstract class.
AbstractBPBeanDefinitionParser.parseMapData ( org.apache.aries.blueprint.ParserContext context, org.osgi.service.blueprint.reflect.ComponentMetadata enclosingComponent, org.w3c.dom.Element element )This method is from 'AbstractBPBeanDefinitionParser' abstract class.
AbstractBPBeanDefinitionParser.parseQName ( org.w3c.dom.Element element, String t )This method is from 'AbstractBPBeanDefinitionParser' abstract class.
AbstractBPBeanDefinitionParser.processBusAttribute ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, String val )This method is from 'AbstractBPBeanDefinitionParser' abstract class.
AbstractBPBeanDefinitionParser.processNameAttribute ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, String val )This method is from 'AbstractBPBeanDefinitionParser' abstract class.
AbstractBPBeanDefinitionParser.setFirstChildAsProperty ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, String propertyName )This method is from 'AbstractBPBeanDefinitionParser' abstract class.
[+] InterceptorTypeConverter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
InterceptorTypeConverter.canConvert ( Object sourceObject, org.osgi.service.blueprint.container.ReifiedType targetType )This method is from 'InterceptorTypeConverter' class.
InterceptorTypeConverter.convert ( Object sourceObject, org.osgi.service.blueprint.container.ReifiedType targetType )This method is from 'InterceptorTypeConverter' class.
InterceptorTypeConverter.InterceptorTypeConverter ( )This constructor is from 'InterceptorTypeConverter' class.
[+] SimpleBPBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SimpleBPBeanDefinitionParser.getFactoryCreateType ( org.w3c.dom.Element element )This method is from 'SimpleBPBeanDefinitionParser' class.
SimpleBPBeanDefinitionParser.getFactorySuffix ( )This method is from 'SimpleBPBeanDefinitionParser' class.
SimpleBPBeanDefinitionParser.getId ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context )This method is from 'SimpleBPBeanDefinitionParser' class.
SimpleBPBeanDefinitionParser.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context )This method is from 'SimpleBPBeanDefinitionParser' class.
SimpleBPBeanDefinitionParser.SimpleBPBeanDefinitionParser ( Class cls )This constructor is from 'SimpleBPBeanDefinitionParser' class.
package org.apache.cxf.configuration.jsse
[+] TLSClientParameters (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
TLSClientParameters.getSslCacheTimeout ( )This method is from 'TLSClientParameters' class.
TLSClientParameters.getSSLSocketFactory ( )This method is from 'TLSClientParameters' class.
TLSClientParameters.isDisableCNCheck ( )This method is from 'TLSClientParameters' class.
TLSClientParameters.isUseHttpsURLConnectionDefaultHostnameVerifier ( )This method is from 'TLSClientParameters' class.
TLSClientParameters.isUseHttpsURLConnectionDefaultSslSocketFactory ( )This method is from 'TLSClientParameters' class.
TLSClientParameters.setDisableCNCheck ( boolean disableCNCheck )This method is from 'TLSClientParameters' class.
TLSClientParameters.setSslCacheTimeout ( int sslCacheTimeout )This method is from 'TLSClientParameters' class.
TLSClientParameters.setSSLSocketFactory ( javax.net.ssl.SSLSocketFactory factory )This method is from 'TLSClientParameters' class.
TLSClientParameters.setUseHttpsURLConnectionDefaultHostnameVerifier ( boolean useHttpsURLConnectionDefaultHostnameVerifier )This method is from 'TLSClientParameters' class.
TLSClientParameters.setUseHttpsURLConnectionDefaultSslSocketFactory ( boolean useHttpsURLConnectionDefaultSslSocketFactory )This method is from 'TLSClientParameters' class.
TLSClientParameters.TLSClientParameters ( )This constructor is from 'TLSClientParameters' class.
[+] TLSParameterBase (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
TLSParameterBase.getCertConstraints ( )This method is from 'TLSParameterBase' class.
TLSParameterBase.getCipherSuites ( )This method is from 'TLSParameterBase' class.
TLSParameterBase.getCipherSuitesFilter ( )This method is from 'TLSParameterBase' class.
TLSParameterBase.getJsseProvider ( )This method is from 'TLSParameterBase' class.
TLSParameterBase.getKeyManagers ( )This method is from 'TLSParameterBase' class.
TLSParameterBase.getSecureRandom ( )This method is from 'TLSParameterBase' class.
TLSParameterBase.getSecureSocketProtocol ( )This method is from 'TLSParameterBase' class.
TLSParameterBase.getTrustManagers ( )This method is from 'TLSParameterBase' class.
TLSParameterBase.setCertConstraints ( org.apache.cxf.configuration.security.CertificateConstraintsType constraints )This method is from 'TLSParameterBase' class.
TLSParameterBase.setCipherSuites ( java.util.List cs )This method is from 'TLSParameterBase' class.
TLSParameterBase.setCipherSuitesFilter ( org.apache.cxf.configuration.security.FiltersType filters )This method is from 'TLSParameterBase' class.
TLSParameterBase.setJsseProvider ( String prov )This method is from 'TLSParameterBase' class.
TLSParameterBase.setKeyManagers ( javax.net.ssl.KeyManager[ ] keyMgrs )This method is from 'TLSParameterBase' class.
TLSParameterBase.setSecureRandom ( java.security.SecureRandom random )This method is from 'TLSParameterBase' class.
TLSParameterBase.setSecureSocketProtocol ( String proto )This method is from 'TLSParameterBase' class.
TLSParameterBase.setTrustManagers ( javax.net.ssl.TrustManager[ ] trustMgrs )This method is from 'TLSParameterBase' class.
TLSParameterBase.TLSParameterBase ( )This constructor is from 'TLSParameterBase' class.
[+] TLSServerParameters (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
TLSServerParameters.getClientAuthentication ( )This method is from 'TLSServerParameters' class.
TLSServerParameters.setClientAuthentication ( org.apache.cxf.configuration.security.ClientAuthentication clientAuth )This method is from 'TLSServerParameters' class.
TLSServerParameters.TLSServerParameters ( )This constructor is from 'TLSServerParameters' class.
package org.apache.cxf.configuration.jsse.spring
[+] TLSClientParametersConfig (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
TLSClientParametersConfig.createTLSClientParameters ( String s )This method is from 'TLSClientParametersConfig' class.
[+] TLSParameterJaxBUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
TLSParameterJaxBUtils.getKeyManagers ( org.apache.cxf.configuration.security.KeyManagersType kmc )This method is from 'TLSParameterJaxBUtils' class.
TLSParameterJaxBUtils.getKeyStore ( org.apache.cxf.configuration.security.CertStoreType pst )This method is from 'TLSParameterJaxBUtils' class.
TLSParameterJaxBUtils.getKeyStore ( org.apache.cxf.configuration.security.KeyStoreType kst )This method is from 'TLSParameterJaxBUtils' class.
TLSParameterJaxBUtils.getSecureRandom ( org.apache.cxf.configuration.security.SecureRandomParameters secureRandomParams )This method is from 'TLSParameterJaxBUtils' class.
TLSParameterJaxBUtils.getTrustManagers ( org.apache.cxf.configuration.security.TrustManagersType tmc )This method is from 'TLSParameterJaxBUtils' class.
[+] TLSServerParametersConfig (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
TLSServerParametersConfig.TLSServerParametersConfig ( org.apache.cxf.configuration.security.TLSServerParametersType params )This constructor is from 'TLSServerParametersConfig' class.
package org.apache.cxf.configuration.security
[+] AuthorizationPolicy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
AuthorizationPolicy.AuthorizationPolicy ( )This constructor is from 'AuthorizationPolicy' class.
AuthorizationPolicy.getAuthorization ( )This method is from 'AuthorizationPolicy' class.
AuthorizationPolicy.getAuthorizationType ( )This method is from 'AuthorizationPolicy' class.
AuthorizationPolicy.getPassword ( )This method is from 'AuthorizationPolicy' class.
AuthorizationPolicy.getUserName ( )This method is from 'AuthorizationPolicy' class.
AuthorizationPolicy.isSetAuthorization ( )This method is from 'AuthorizationPolicy' class.
AuthorizationPolicy.isSetAuthorizationType ( )This method is from 'AuthorizationPolicy' class.
AuthorizationPolicy.isSetPassword ( )This method is from 'AuthorizationPolicy' class.
AuthorizationPolicy.isSetUserName ( )This method is from 'AuthorizationPolicy' class.
AuthorizationPolicy.setAuthorization ( String value )This method is from 'AuthorizationPolicy' class.
AuthorizationPolicy.setAuthorizationType ( String value )This method is from 'AuthorizationPolicy' class.
AuthorizationPolicy.setPassword ( String value )This method is from 'AuthorizationPolicy' class.
AuthorizationPolicy.setUserName ( String value )This method is from 'AuthorizationPolicy' class.
[+] CertificateConstraintsType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
CertificateConstraintsType.CertificateConstraintsType ( )This constructor is from 'CertificateConstraintsType' class.
CertificateConstraintsType.getIssuerDNConstraints ( )This method is from 'CertificateConstraintsType' class.
CertificateConstraintsType.getSubjectDNConstraints ( )This method is from 'CertificateConstraintsType' class.
CertificateConstraintsType.isSetIssuerDNConstraints ( )This method is from 'CertificateConstraintsType' class.
CertificateConstraintsType.isSetSubjectDNConstraints ( )This method is from 'CertificateConstraintsType' class.
CertificateConstraintsType.setIssuerDNConstraints ( DNConstraintsType value )This method is from 'CertificateConstraintsType' class.
CertificateConstraintsType.setSubjectDNConstraints ( DNConstraintsType value )This method is from 'CertificateConstraintsType' class.
[+] CertStoreType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
CertStoreType.CertStoreType ( )This constructor is from 'CertStoreType' class.
CertStoreType.getFile ( )This method is from 'CertStoreType' class.
CertStoreType.getResource ( )This method is from 'CertStoreType' class.
CertStoreType.getUrl ( )This method is from 'CertStoreType' class.
CertStoreType.isSetFile ( )This method is from 'CertStoreType' class.
CertStoreType.isSetResource ( )This method is from 'CertStoreType' class.
CertStoreType.isSetUrl ( )This method is from 'CertStoreType' class.
CertStoreType.setFile ( String value )This method is from 'CertStoreType' class.
CertStoreType.setResource ( String value )This method is from 'CertStoreType' class.
CertStoreType.setUrl ( String value )This method is from 'CertStoreType' class.
[+] CipherSuites (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
CipherSuites.CipherSuites ( )This constructor is from 'CipherSuites' class.
CipherSuites.getCipherSuite ( )This method is from 'CipherSuites' class.
CipherSuites.isSetCipherSuite ( )This method is from 'CipherSuites' class.
CipherSuites.unsetCipherSuite ( )This method is from 'CipherSuites' class.
[+] ClientAuthentication (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
ClientAuthentication.ClientAuthentication ( )This constructor is from 'ClientAuthentication' class.
ClientAuthentication.isRequired ( )This method is from 'ClientAuthentication' class.
ClientAuthentication.isSetRequired ( )This method is from 'ClientAuthentication' class.
ClientAuthentication.isSetWant ( )This method is from 'ClientAuthentication' class.
ClientAuthentication.isWant ( )This method is from 'ClientAuthentication' class.
ClientAuthentication.setRequired ( boolean value )This method is from 'ClientAuthentication' class.
ClientAuthentication.setWant ( boolean value )This method is from 'ClientAuthentication' class.
ClientAuthentication.unsetRequired ( )This method is from 'ClientAuthentication' class.
ClientAuthentication.unsetWant ( )This method is from 'ClientAuthentication' class.
[+] CombinatorType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
CombinatorType.fromValue ( String v )This method is from 'CombinatorType' class.
CombinatorType.value ( )This method is from 'CombinatorType' class.
CombinatorType.valueOf ( String name )This method is from 'CombinatorType' class.
CombinatorType.values ( )This method is from 'CombinatorType' class.
[+] DNConstraintsType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
DNConstraintsType.DNConstraintsType ( )This constructor is from 'DNConstraintsType' class.
DNConstraintsType.getCombinator ( )This method is from 'DNConstraintsType' class.
DNConstraintsType.getRegularExpression ( )This method is from 'DNConstraintsType' class.
DNConstraintsType.isSetCombinator ( )This method is from 'DNConstraintsType' class.
DNConstraintsType.isSetRegularExpression ( )This method is from 'DNConstraintsType' class.
DNConstraintsType.setCombinator ( CombinatorType value )This method is from 'DNConstraintsType' class.
DNConstraintsType.unsetRegularExpression ( )This method is from 'DNConstraintsType' class.
[+] FiltersType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
FiltersType.FiltersType ( )This constructor is from 'FiltersType' class.
FiltersType.getExclude ( )This method is from 'FiltersType' class.
FiltersType.getInclude ( )This method is from 'FiltersType' class.
FiltersType.isSetExclude ( )This method is from 'FiltersType' class.
FiltersType.isSetInclude ( )This method is from 'FiltersType' class.
FiltersType.unsetExclude ( )This method is from 'FiltersType' class.
FiltersType.unsetInclude ( )This method is from 'FiltersType' class.
[+] KeyManagersType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
KeyManagersType.getFactoryAlgorithm ( )This method is from 'KeyManagersType' class.
KeyManagersType.getKeyPassword ( )This method is from 'KeyManagersType' class.
KeyManagersType.getKeyStore ( )This method is from 'KeyManagersType' class.
KeyManagersType.getProvider ( )This method is from 'KeyManagersType' class.
KeyManagersType.isSetFactoryAlgorithm ( )This method is from 'KeyManagersType' class.
KeyManagersType.isSetKeyPassword ( )This method is from 'KeyManagersType' class.
KeyManagersType.isSetKeyStore ( )This method is from 'KeyManagersType' class.
KeyManagersType.isSetProvider ( )This method is from 'KeyManagersType' class.
KeyManagersType.KeyManagersType ( )This constructor is from 'KeyManagersType' class.
KeyManagersType.setFactoryAlgorithm ( String value )This method is from 'KeyManagersType' class.
KeyManagersType.setKeyPassword ( String value )This method is from 'KeyManagersType' class.
KeyManagersType.setKeyStore ( KeyStoreType value )This method is from 'KeyManagersType' class.
KeyManagersType.setProvider ( String value )This method is from 'KeyManagersType' class.
[+] KeyStoreType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (19)
KeyStoreType.getFile ( )This method is from 'KeyStoreType' class.
KeyStoreType.getPassword ( )This method is from 'KeyStoreType' class.
KeyStoreType.getProvider ( )This method is from 'KeyStoreType' class.
KeyStoreType.getResource ( )This method is from 'KeyStoreType' class.
KeyStoreType.getType ( )This method is from 'KeyStoreType' class.
KeyStoreType.getUrl ( )This method is from 'KeyStoreType' class.
KeyStoreType.isSetFile ( )This method is from 'KeyStoreType' class.
KeyStoreType.isSetPassword ( )This method is from 'KeyStoreType' class.
KeyStoreType.isSetProvider ( )This method is from 'KeyStoreType' class.
KeyStoreType.isSetResource ( )This method is from 'KeyStoreType' class.
KeyStoreType.isSetType ( )This method is from 'KeyStoreType' class.
KeyStoreType.isSetUrl ( )This method is from 'KeyStoreType' class.
KeyStoreType.KeyStoreType ( )This constructor is from 'KeyStoreType' class.
KeyStoreType.setFile ( String value )This method is from 'KeyStoreType' class.
KeyStoreType.setPassword ( String value )This method is from 'KeyStoreType' class.
KeyStoreType.setProvider ( String value )This method is from 'KeyStoreType' class.
KeyStoreType.setResource ( String value )This method is from 'KeyStoreType' class.
KeyStoreType.setType ( String value )This method is from 'KeyStoreType' class.
KeyStoreType.setUrl ( String value )This method is from 'KeyStoreType' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
ObjectFactory.createAuthorization ( AuthorizationPolicy value )This method is from 'ObjectFactory' class.
ObjectFactory.createAuthorizationPolicy ( )This method is from 'ObjectFactory' class.
ObjectFactory.createCertificateConstraintsType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createCertStoreType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createCipherSuites ( )This method is from 'ObjectFactory' class.
ObjectFactory.createClientAuthentication ( )This method is from 'ObjectFactory' class.
ObjectFactory.createDNConstraintsType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createFiltersType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createKeyManagersType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createKeyStoreType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createProxyAuthorizationPolicy ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSecureRandomParameters ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTLSClientParametersType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTLSServerParametersType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTrustManagersType ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] ProxyAuthorizationPolicy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ProxyAuthorizationPolicy.ProxyAuthorizationPolicy ( )This constructor is from 'ProxyAuthorizationPolicy' class.
[+] SecureRandomParameters (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
SecureRandomParameters.getAlgorithm ( )This method is from 'SecureRandomParameters' class.
SecureRandomParameters.getProvider ( )This method is from 'SecureRandomParameters' class.
SecureRandomParameters.isSetAlgorithm ( )This method is from 'SecureRandomParameters' class.
SecureRandomParameters.isSetProvider ( )This method is from 'SecureRandomParameters' class.
SecureRandomParameters.SecureRandomParameters ( )This constructor is from 'SecureRandomParameters' class.
SecureRandomParameters.setAlgorithm ( String value )This method is from 'SecureRandomParameters' class.
SecureRandomParameters.setProvider ( String value )This method is from 'SecureRandomParameters' class.
[+] TLSClientParametersType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (41)
TLSClientParametersType.getCertConstraints ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.getCipherSuites ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.getCipherSuitesFilter ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.getJsseProvider ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.getKeyManagers ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.getSecureRandomParameters ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.getSecureSocketProtocol ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.getSslCacheTimeout ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.getTrustManagers ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.isDisableCNCheck ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.isSetCertConstraints ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.isSetCipherSuites ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.isSetCipherSuitesFilter ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.isSetDisableCNCheck ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.isSetJsseProvider ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.isSetKeyManagers ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.isSetSecureRandomParameters ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.isSetSecureSocketProtocol ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.isSetSslCacheTimeout ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.isSetTrustManagers ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.isSetUseHttpsURLConnectionDefaultHostnameVerifier ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.isSetUseHttpsURLConnectionDefaultSslSocketFactory ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.isUseHttpsURLConnectionDefaultHostnameVerifier ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.isUseHttpsURLConnectionDefaultSslSocketFactory ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.setCertConstraints ( CertificateConstraintsType value )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.setCipherSuites ( CipherSuites value )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.setCipherSuitesFilter ( FiltersType value )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.setDisableCNCheck ( boolean value )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.setJsseProvider ( String value )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.setKeyManagers ( KeyManagersType value )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.setSecureRandomParameters ( SecureRandomParameters value )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.setSecureSocketProtocol ( String value )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.setSslCacheTimeout ( int value )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.setTrustManagers ( TrustManagersType value )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.setUseHttpsURLConnectionDefaultHostnameVerifier ( boolean value )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.setUseHttpsURLConnectionDefaultSslSocketFactory ( boolean value )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.TLSClientParametersType ( )This constructor is from 'TLSClientParametersType' class.
TLSClientParametersType.unsetDisableCNCheck ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.unsetSslCacheTimeout ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.unsetUseHttpsURLConnectionDefaultHostnameVerifier ( )This method is from 'TLSClientParametersType' class.
TLSClientParametersType.unsetUseHttpsURLConnectionDefaultSslSocketFactory ( )This method is from 'TLSClientParametersType' class.
[+] TLSServerParametersType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (28)
TLSServerParametersType.getCertConstraints ( )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.getCipherSuites ( )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.getCipherSuitesFilter ( )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.getClientAuthentication ( )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.getJsseProvider ( )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.getKeyManagers ( )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.getSecureRandomParameters ( )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.getSecureSocketProtocol ( )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.getTrustManagers ( )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.isSetCertConstraints ( )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.isSetCipherSuites ( )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.isSetCipherSuitesFilter ( )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.isSetClientAuthentication ( )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.isSetJsseProvider ( )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.isSetKeyManagers ( )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.isSetSecureRandomParameters ( )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.isSetSecureSocketProtocol ( )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.isSetTrustManagers ( )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.setCertConstraints ( CertificateConstraintsType value )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.setCipherSuites ( CipherSuites value )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.setCipherSuitesFilter ( FiltersType value )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.setClientAuthentication ( ClientAuthentication value )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.setJsseProvider ( String value )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.setKeyManagers ( KeyManagersType value )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.setSecureRandomParameters ( SecureRandomParameters value )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.setSecureSocketProtocol ( String value )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.setTrustManagers ( TrustManagersType value )This method is from 'TLSServerParametersType' class.
TLSServerParametersType.TLSServerParametersType ( )This constructor is from 'TLSServerParametersType' class.
[+] TrustManagersType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
TrustManagersType.getCertStore ( )This method is from 'TrustManagersType' class.
TrustManagersType.getFactoryAlgorithm ( )This method is from 'TrustManagersType' class.
TrustManagersType.getKeyStore ( )This method is from 'TrustManagersType' class.
TrustManagersType.getProvider ( )This method is from 'TrustManagersType' class.
TrustManagersType.isSetCertStore ( )This method is from 'TrustManagersType' class.
TrustManagersType.isSetFactoryAlgorithm ( )This method is from 'TrustManagersType' class.
TrustManagersType.isSetKeyStore ( )This method is from 'TrustManagersType' class.
TrustManagersType.isSetProvider ( )This method is from 'TrustManagersType' class.
TrustManagersType.setCertStore ( CertStoreType value )This method is from 'TrustManagersType' class.
TrustManagersType.setFactoryAlgorithm ( String value )This method is from 'TrustManagersType' class.
TrustManagersType.setKeyStore ( KeyStoreType value )This method is from 'TrustManagersType' class.
TrustManagersType.setProvider ( String value )This method is from 'TrustManagersType' class.
TrustManagersType.TrustManagersType ( )This constructor is from 'TrustManagersType' class.
package org.apache.cxf.configuration.spring
[+] AbstractBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (31)
AbstractBeanDefinitionParser.AbstractBeanDefinitionParser ( )This constructor is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.addBusWiringAttribute ( org.springframework.beans.factory.support.BeanDefinitionBuilder bean, BusWiringType type )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.addBusWiringAttribute ( org.springframework.beans.factory.support.BeanDefinitionBuilder bean, BusWiringType type, String busName, org.springframework.beans.factory.xml.ParserContext ctx )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.getBeanClass ( )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element e )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.getFirstChild ( org.w3c.dom.Element element )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.getIdOrName ( org.w3c.dom.Element elem )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.getJaxbPackage ( )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.getSuffix ( )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.hasBusProperty ( )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.isAttribute ( String pre, String name )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.mapAttribute ( org.springframework.beans.factory.support.BeanDefinitionBuilder bean, String name, String val )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.mapAttribute ( org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name, String val )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.mapElementToJaxbBean ( org.w3c.dom.Element data, Class cls, Class factory, Class jaxbClass, String method, Object[ ] args )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.mapElementToJaxbBean ( org.w3c.dom.Element data, Class cls, Class factory, String method, Object[ ] args )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.mapElementToJaxbProperty ( org.w3c.dom.Element data, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, String propertyName, Class c )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.mapElementToJaxbProperty ( org.w3c.dom.Element parent, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, javax.xml.namespace.QName name, String propertyName )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.mapElementToJaxbProperty ( org.w3c.dom.Element parent, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, javax.xml.namespace.QName name, String propertyName, Class c )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.mapElementToJaxbPropertyFactory ( org.w3c.dom.Element data, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, String propertyName, Class type, Class factory, String method, Object[ ] args )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.mapToProperty ( org.springframework.beans.factory.support.BeanDefinitionBuilder bean, String propertyName, String val )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.parseAttributes ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.parseChildElements ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.parseQName ( org.w3c.dom.Element element, String t )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.processBusAttribute ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, String val )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.processNameAttribute ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, String val )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.resolveId ( org.w3c.dom.Element elem, org.springframework.beans.factory.support.AbstractBeanDefinition definition, org.springframework.beans.factory.xml.ParserContext ctx )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.setBeanClass ( Class beanClass )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.setFirstChildAsProperty ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, String propertyName )This method is from 'AbstractBeanDefinitionParser' abstract class.
AbstractBeanDefinitionParser.unmarshalFactoryString ( String s, javax.xml.bind.JAXBContext ctx, Class cls )This method is from 'AbstractBeanDefinitionParser' abstract class.
[+] AbstractFactoryBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
AbstractFactoryBeanDefinitionParser.AbstractFactoryBeanDefinitionParser ( )This constructor is from 'AbstractFactoryBeanDefinitionParser' abstract class.
AbstractFactoryBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean )This method is from 'AbstractFactoryBeanDefinitionParser' abstract class.
AbstractFactoryBeanDefinitionParser.getDestroyMethod ( )This method is from 'AbstractFactoryBeanDefinitionParser' abstract class.
AbstractFactoryBeanDefinitionParser.getFactoryClass ( )This abstract method is from 'AbstractFactoryBeanDefinitionParser' abstract class.
AbstractFactoryBeanDefinitionParser.getFactoryIdSuffix ( )This abstract method is from 'AbstractFactoryBeanDefinitionParser' abstract class.
AbstractFactoryBeanDefinitionParser.getRawFactoryClass ( )This method is from 'AbstractFactoryBeanDefinitionParser' abstract class.
AbstractFactoryBeanDefinitionParser.setFactoriesAreAbstract ( boolean b )This method is from 'AbstractFactoryBeanDefinitionParser' abstract class.
[+] AbstractSpringBeanMap.Entry (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AbstractSpringBeanMap.Entry.AbstractSpringBeanMap.Entry ( AbstractSpringBeanMap map, Object key )This constructor is from 'AbstractSpringBeanMap.Entry' class.
AbstractSpringBeanMap.Entry.getKey ( )This method is from 'AbstractSpringBeanMap.Entry' class.
AbstractSpringBeanMap.Entry.getValue ( )This method is from 'AbstractSpringBeanMap.Entry' class.
AbstractSpringBeanMap.Entry.setValue ( Object value )This method is from 'AbstractSpringBeanMap.Entry' class.
[+] BusWiringType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
BusWiringType.valueOf ( String name )This method is from 'BusWiringType' class.
BusWiringType.values ( )This method is from 'BusWiringType' class.
[+] ConfigurerImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
ConfigurerImpl.addApplicationContext ( org.springframework.context.ApplicationContext ac )This method is from 'ConfigurerImpl' class.
ConfigurerImpl.configureBean ( Object beanInstance )This method is from 'ConfigurerImpl' class.
ConfigurerImpl.configureBean ( String bn, Object beanInstance )This method is from 'ConfigurerImpl' class.
ConfigurerImpl.configureBean ( String bn, Object beanInstance, boolean checkWildcards )This method is from 'ConfigurerImpl' class.
ConfigurerImpl.ConfigurerImpl ( )This constructor is from 'ConfigurerImpl' class.
ConfigurerImpl.ConfigurerImpl ( org.springframework.context.ApplicationContext ac )This constructor is from 'ConfigurerImpl' class.
ConfigurerImpl.destroy ( )This method is from 'ConfigurerImpl' class.
ConfigurerImpl.getAppContexts ( )This method is from 'ConfigurerImpl' class.
ConfigurerImpl.getBeanName ( Object beanInstance )This method is from 'ConfigurerImpl' class.
ConfigurerImpl.getRegistrationType ( )This method is from 'ConfigurerImpl' class.
ConfigurerImpl.setApplicationContext ( org.springframework.context.ApplicationContext ac )This method is from 'ConfigurerImpl' class.
[+] JAXBBeanFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
JAXBBeanFactory.createJAXBBean ( javax.xml.bind.JAXBContext context, String s, Class c )This method is from 'JAXBBeanFactory' class.
[+] MapProvider (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
MapProvider.createMap ( )This abstract method is from 'MapProvider' interface.
[+] SimpleBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
SimpleBeanDefinitionParser.SimpleBeanDefinitionParser ( Class beanClass )This constructor is from 'SimpleBeanDefinitionParser' class.
[+] SpringBeanMap (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SpringBeanMap.processBeans ( org.springframework.context.ApplicationContext beanFactory )This method is from 'SpringBeanMap' class.
SpringBeanMap.SpringBeanMap ( )This constructor is from 'SpringBeanMap' class.
[+] SpringBeanQNameMap (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SpringBeanQNameMap.processBeans ( org.springframework.context.ApplicationContext beanFactory )This method is from 'SpringBeanQNameMap' class.
SpringBeanQNameMap.SpringBeanQNameMap ( )This constructor is from 'SpringBeanQNameMap' class.
[+] StringBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
StringBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder builder )This method is from 'StringBeanDefinitionParser' class.
StringBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 )This method is from 'StringBeanDefinitionParser' class.
StringBeanDefinitionParser.StringBeanDefinitionParser ( )This constructor is from 'StringBeanDefinitionParser' class.
package org.apache.cxf.continuations
[+] Continuation (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
Continuation.getObject ( )This abstract method is from 'Continuation' interface.
Continuation.isNew ( )This abstract method is from 'Continuation' interface.
Continuation.isPending ( )This abstract method is from 'Continuation' interface.
Continuation.isResumed ( )This abstract method is from 'Continuation' interface.
Continuation.reset ( )This abstract method is from 'Continuation' interface.
Continuation.resume ( )This abstract method is from 'Continuation' interface.
Continuation.setObject ( Object p1 )This abstract method is from 'Continuation' interface.
Continuation.suspend ( long p1 )This abstract method is from 'Continuation' interface.
[+] ContinuationInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ContinuationInfo.ContinuationInfo ( org.apache.cxf.message.Message m )This constructor is from 'ContinuationInfo' class.
ContinuationInfo.getMessage ( )This method is from 'ContinuationInfo' class.
ContinuationInfo.getUserObject ( )This method is from 'ContinuationInfo' class.
ContinuationInfo.setUserObject ( Object object )This method is from 'ContinuationInfo' class.
[+] ContinuationProvider (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ContinuationProvider.getContinuation ( )This abstract method is from 'ContinuationProvider' interface.
[+] SuspendedInvocationException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SuspendedInvocationException.getRuntimeException ( )This method is from 'SuspendedInvocationException' class.
SuspendedInvocationException.SuspendedInvocationException ( )This constructor is from 'SuspendedInvocationException' class.
SuspendedInvocationException.SuspendedInvocationException ( Throwable cause )This constructor is from 'SuspendedInvocationException' class.
package org.apache.cxf.databinding
[+] AbstractDataBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
AbstractDataBinding.AbstractDataBinding ( )This constructor is from 'AbstractDataBinding' abstract class.
AbstractDataBinding.addSchemaDocument ( org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.common.xmlschema.SchemaCollection col, org.w3c.dom.Document d, String systemId )This method is from 'AbstractDataBinding' abstract class.
AbstractDataBinding.addSchemaDocument ( org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.common.xmlschema.SchemaCollection col, org.w3c.dom.Document d, String systemId, java.util.Collection ids )This method is from 'AbstractDataBinding' abstract class.
AbstractDataBinding.checkNamespaceMap ( java.util.Map namespaceMap )This method is from 'AbstractDataBinding' abstract class.
AbstractDataBinding.getBus ( )This method is from 'AbstractDataBinding' abstract class.
AbstractDataBinding.getDeclaredNamespaceMappings ( )This method is from 'AbstractDataBinding' abstract class.
AbstractDataBinding.getMtomThreshold ( )This method is from 'AbstractDataBinding' abstract class.
AbstractDataBinding.getNamespaceMap ( )This method is from 'AbstractDataBinding' abstract class.
AbstractDataBinding.getSchemas ( )This method is from 'AbstractDataBinding' abstract class.
AbstractDataBinding.isMtomEnabled ( )This method is from 'AbstractDataBinding' abstract class.
AbstractDataBinding.setBus ( org.apache.cxf.Bus bus )This method is from 'AbstractDataBinding' abstract class.
AbstractDataBinding.setMtomEnabled ( boolean enabled )This method is from 'AbstractDataBinding' abstract class.
AbstractDataBinding.setMtomThreshold ( int threshold )This method is from 'AbstractDataBinding' abstract class.
AbstractDataBinding.setNamespaceMap ( java.util.Map namespaceMap )This method is from 'AbstractDataBinding' abstract class.
AbstractDataBinding.setSchemas ( java.util.Collection schemas )This method is from 'AbstractDataBinding' abstract class.
AbstractDataBinding.updateSchemaLocation ( org.w3c.dom.Element e )This method is from 'AbstractDataBinding' abstract class.
[+] AbstractWrapperHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
AbstractWrapperHelper.AbstractWrapperHelper ( Class wt, reflect.Method[ ] sets, reflect.Method[ ] gets, reflect.Field[ ] f )This constructor is from 'AbstractWrapperHelper' abstract class.
AbstractWrapperHelper.createWrapperObject ( Class p1 )This abstract method is from 'AbstractWrapperHelper' abstract class.
AbstractWrapperHelper.createWrapperObject ( java.util.List lst )This method is from 'AbstractWrapperHelper' abstract class.
AbstractWrapperHelper.getPartObject ( int index, Object object )This method is from 'AbstractWrapperHelper' abstract class.
AbstractWrapperHelper.getSignature ( )This method is from 'AbstractWrapperHelper' abstract class.
AbstractWrapperHelper.getValue ( reflect.Method method, Object in )This method is from 'AbstractWrapperHelper' abstract class.
AbstractWrapperHelper.getWrapperObject ( Object p1 )This abstract method is from 'AbstractWrapperHelper' abstract class.
AbstractWrapperHelper.getWrapperParts ( Object o )This method is from 'AbstractWrapperHelper' abstract class.
[+] BaseDataReader (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BaseDataReader.setAttachments ( java.util.Collection p1 )This abstract method is from 'BaseDataReader' interface.
BaseDataReader.setProperty ( String p1, Object p2 )This abstract method is from 'BaseDataReader' interface.
BaseDataReader.setSchema ( javax.xml.validation.Schema p1 )This abstract method is from 'BaseDataReader' interface.
[+] BaseDataWriter (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BaseDataWriter.setAttachments ( java.util.Collection p1 )This abstract method is from 'BaseDataWriter' interface.
BaseDataWriter.setProperty ( String p1, Object p2 )This abstract method is from 'BaseDataWriter' interface.
BaseDataWriter.setSchema ( javax.xml.validation.Schema p1 )This abstract method is from 'BaseDataWriter' interface.
[+] DataBinding (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
DataBinding.createReader ( Class p1 )This abstract method is from 'DataBinding' interface.
DataBinding.createWriter ( Class p1 )This abstract method is from 'DataBinding' interface.
DataBinding.getDeclaredNamespaceMappings ( )This abstract method is from 'DataBinding' interface.
DataBinding.getMtomThreshold ( )This abstract method is from 'DataBinding' interface.
DataBinding.getSupportedReaderFormats ( )This abstract method is from 'DataBinding' interface.
DataBinding.getSupportedWriterFormats ( )This abstract method is from 'DataBinding' interface.
DataBinding.initialize ( org.apache.cxf.service.Service p1 )This abstract method is from 'DataBinding' interface.
DataBinding.isMtomEnabled ( )This abstract method is from 'DataBinding' interface.
DataBinding.setMtomEnabled ( boolean p1 )This abstract method is from 'DataBinding' interface.
DataBinding.setMtomThreshold ( int p1 )This abstract method is from 'DataBinding' interface.
[+] DataReader (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
DataReader.read ( Object p1 )This abstract method is from 'DataReader' interface.
DataReader.read ( javax.xml.namespace.QName p1, Object p2, Class p3 )This abstract method is from 'DataReader' interface.
DataReader.read ( org.apache.cxf.service.model.MessagePartInfo p1, Object p2 )This abstract method is from 'DataReader' interface.
[+] DataWriter (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
DataWriter.write ( Object p1, Object p2 )This abstract method is from 'DataWriter' interface.
DataWriter.write ( Object p1, org.apache.cxf.service.model.MessagePartInfo p2, Object p3 )This abstract method is from 'DataWriter' interface.
[+] PropertiesAwareDataBinding (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
PropertiesAwareDataBinding.initialize ( java.util.Map p1 )This abstract method is from 'PropertiesAwareDataBinding' interface.
[+] WrapperCapableDatabinding (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
WrapperCapableDatabinding.createWrapperHelper ( Class p1, javax.xml.namespace.QName p2, java.util.List p3, java.util.List p4, java.util.List p5 )This abstract method is from 'WrapperCapableDatabinding' interface.
[+] WrapperHelper (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
WrapperHelper.createWrapperObject ( java.util.List p1 )This abstract method is from 'WrapperHelper' interface.
WrapperHelper.getSignature ( )This abstract method is from 'WrapperHelper' interface.
WrapperHelper.getWrapperParts ( Object p1 )This abstract method is from 'WrapperHelper' interface.
package org.apache.cxf.databinding.source
[+] NodeDataReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
NodeDataReader.NodeDataReader ( )This constructor is from 'NodeDataReader' class.
NodeDataReader.read ( Object x0 )This method is from 'NodeDataReader' class.
NodeDataReader.read ( javax.xml.namespace.QName x0, Object x1, Class x2 )This method is from 'NodeDataReader' class.
NodeDataReader.read ( javax.xml.namespace.QName name, org.w3c.dom.Node input, Class type )This method is from 'NodeDataReader' class.
NodeDataReader.read ( org.apache.cxf.service.model.MessagePartInfo x0, Object x1 )This method is from 'NodeDataReader' class.
NodeDataReader.read ( org.apache.cxf.service.model.MessagePartInfo part, org.w3c.dom.Node input )This method is from 'NodeDataReader' class.
NodeDataReader.read ( org.w3c.dom.Node n )This method is from 'NodeDataReader' class.
NodeDataReader.setAttachments ( java.util.Collection attachments )This method is from 'NodeDataReader' class.
NodeDataReader.setProperty ( String prop, Object value )This method is from 'NodeDataReader' class.
NodeDataReader.setSchema ( javax.xml.validation.Schema s )This method is from 'NodeDataReader' class.
[+] NodeDataWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
NodeDataWriter.NodeDataWriter ( )This constructor is from 'NodeDataWriter' class.
NodeDataWriter.setAttachments ( java.util.Collection attachments )This method is from 'NodeDataWriter' class.
NodeDataWriter.setProperty ( String key, Object value )This method is from 'NodeDataWriter' class.
NodeDataWriter.setSchema ( javax.xml.validation.Schema s )This method is from 'NodeDataWriter' class.
NodeDataWriter.write ( Object x0, Object x1 )This method is from 'NodeDataWriter' class.
NodeDataWriter.write ( Object x0, org.apache.cxf.service.model.MessagePartInfo x1, Object x2 )This method is from 'NodeDataWriter' class.
NodeDataWriter.write ( Object obj, org.apache.cxf.service.model.MessagePartInfo part, org.w3c.dom.Node output )This method is from 'NodeDataWriter' class.
NodeDataWriter.write ( Object obj, org.w3c.dom.Node n )This method is from 'NodeDataWriter' class.
[+] SourceDataBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
SourceDataBinding.createReader ( Class cls )This method is from 'SourceDataBinding' class.
SourceDataBinding.createWriter ( Class cls )This method is from 'SourceDataBinding' class.
SourceDataBinding.getSupportedReaderFormats ( )This method is from 'SourceDataBinding' class.
SourceDataBinding.getSupportedWriterFormats ( )This method is from 'SourceDataBinding' class.
SourceDataBinding.initialize ( org.apache.cxf.service.Service service )This method is from 'SourceDataBinding' class.
SourceDataBinding.SourceDataBinding ( )This constructor is from 'SourceDataBinding' class.
[+] XMLStreamDataReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
XMLStreamDataReader.read ( Object x0 )This method is from 'XMLStreamDataReader' class.
XMLStreamDataReader.read ( javax.xml.namespace.QName x0, Object x1, Class x2 )This method is from 'XMLStreamDataReader' class.
XMLStreamDataReader.read ( javax.xml.namespace.QName name, javax.xml.stream.XMLStreamReader input, Class type )This method is from 'XMLStreamDataReader' class.
XMLStreamDataReader.read ( javax.xml.stream.XMLStreamReader reader )This method is from 'XMLStreamDataReader' class.
XMLStreamDataReader.read ( org.apache.cxf.service.model.MessagePartInfo x0, Object x1 )This method is from 'XMLStreamDataReader' class.
XMLStreamDataReader.read ( org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamReader input )This method is from 'XMLStreamDataReader' class.
XMLStreamDataReader.setAttachments ( java.util.Collection attachments )This method is from 'XMLStreamDataReader' class.
XMLStreamDataReader.setProperty ( String prop, Object value )This method is from 'XMLStreamDataReader' class.
XMLStreamDataReader.setSchema ( javax.xml.validation.Schema s )This method is from 'XMLStreamDataReader' class.
XMLStreamDataReader.XMLStreamDataReader ( )This constructor is from 'XMLStreamDataReader' class.
[+] XMLStreamDataWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
XMLStreamDataWriter.setAttachments ( java.util.Collection attachments )This method is from 'XMLStreamDataWriter' class.
XMLStreamDataWriter.setProperty ( String key, Object value )This method is from 'XMLStreamDataWriter' class.
XMLStreamDataWriter.setSchema ( javax.xml.validation.Schema s )This method is from 'XMLStreamDataWriter' class.
XMLStreamDataWriter.write ( Object x0, Object x1 )This method is from 'XMLStreamDataWriter' class.
XMLStreamDataWriter.write ( Object obj, javax.xml.stream.XMLStreamWriter writer )This method is from 'XMLStreamDataWriter' class.
XMLStreamDataWriter.write ( Object x0, org.apache.cxf.service.model.MessagePartInfo x1, Object x2 )This method is from 'XMLStreamDataWriter' class.
XMLStreamDataWriter.write ( Object obj, org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamWriter output )This method is from 'XMLStreamDataWriter' class.
XMLStreamDataWriter.XMLStreamDataWriter ( )This constructor is from 'XMLStreamDataWriter' class.
package org.apache.cxf.databinding.source.mime
[+] CustomExtensionRegistry (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
CustomExtensionRegistry.CustomExtensionRegistry ( )This constructor is from 'CustomExtensionRegistry' class.
[+] MimeAttribute (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
MimeAttribute.getValue ( )This method is from 'MimeAttribute' class.
MimeAttribute.MimeAttribute ( )This constructor is from 'MimeAttribute' class.
MimeAttribute.setValue ( String v )This method is from 'MimeAttribute' class.
[+] MimeSerializer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
MimeSerializer.MimeSerializer ( )This constructor is from 'MimeSerializer' class.
MimeSerializer.serialize ( org.apache.ws.commons.schema.XmlSchemaObject schemaObject, Class classOfType, org.w3c.dom.Node domNode )This method is from 'MimeSerializer' class.
package org.apache.cxf.databinding.stax
[+] StaxDataBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
StaxDataBinding.createReader ( Class cls )This method is from 'StaxDataBinding' class.
StaxDataBinding.createWriter ( Class cls )This method is from 'StaxDataBinding' class.
StaxDataBinding.getSupportedReaderFormats ( )This method is from 'StaxDataBinding' class.
StaxDataBinding.getSupportedWriterFormats ( )This method is from 'StaxDataBinding' class.
StaxDataBinding.initialize ( org.apache.cxf.service.Service service )This method is from 'StaxDataBinding' class.
StaxDataBinding.StaxDataBinding ( )This constructor is from 'StaxDataBinding' class.
[+] StaxDataBinding.XMLStreamDataReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
StaxDataBinding.XMLStreamDataReader.read ( Object x0 )This method is from 'StaxDataBinding.XMLStreamDataReader' class.
StaxDataBinding.XMLStreamDataReader.read ( javax.xml.namespace.QName x0, Object x1, Class x2 )This method is from 'StaxDataBinding.XMLStreamDataReader' class.
StaxDataBinding.XMLStreamDataReader.read ( javax.xml.namespace.QName name, javax.xml.stream.XMLStreamReader input, Class type )This method is from 'StaxDataBinding.XMLStreamDataReader' class.
StaxDataBinding.XMLStreamDataReader.read ( javax.xml.stream.XMLStreamReader reader )This method is from 'StaxDataBinding.XMLStreamDataReader' class.
StaxDataBinding.XMLStreamDataReader.read ( org.apache.cxf.service.model.MessagePartInfo x0, Object x1 )This method is from 'StaxDataBinding.XMLStreamDataReader' class.
StaxDataBinding.XMLStreamDataReader.read ( org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamReader input )This method is from 'StaxDataBinding.XMLStreamDataReader' class.
StaxDataBinding.XMLStreamDataReader.setAttachments ( java.util.Collection attachments )This method is from 'StaxDataBinding.XMLStreamDataReader' class.
StaxDataBinding.XMLStreamDataReader.setProperty ( String prop, Object value )This method is from 'StaxDataBinding.XMLStreamDataReader' class.
StaxDataBinding.XMLStreamDataReader.setSchema ( javax.xml.validation.Schema s )This method is from 'StaxDataBinding.XMLStreamDataReader' class.
StaxDataBinding.XMLStreamDataReader.StaxDataBinding.XMLStreamDataReader ( )This constructor is from 'StaxDataBinding.XMLStreamDataReader' class.
[+] StaxDataBinding.XMLStreamDataWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
StaxDataBinding.XMLStreamDataWriter.setAttachments ( java.util.Collection attachments )This method is from 'StaxDataBinding.XMLStreamDataWriter' class.
StaxDataBinding.XMLStreamDataWriter.setProperty ( String key, Object value )This method is from 'StaxDataBinding.XMLStreamDataWriter' class.
StaxDataBinding.XMLStreamDataWriter.setSchema ( javax.xml.validation.Schema s )This method is from 'StaxDataBinding.XMLStreamDataWriter' class.
StaxDataBinding.XMLStreamDataWriter.StaxDataBinding.XMLStreamDataWriter ( )This constructor is from 'StaxDataBinding.XMLStreamDataWriter' class.
StaxDataBinding.XMLStreamDataWriter.write ( Object x0, Object x1 )This method is from 'StaxDataBinding.XMLStreamDataWriter' class.
StaxDataBinding.XMLStreamDataWriter.write ( Object obj, javax.xml.stream.XMLStreamWriter writer )This method is from 'StaxDataBinding.XMLStreamDataWriter' class.
StaxDataBinding.XMLStreamDataWriter.write ( Object x0, org.apache.cxf.service.model.MessagePartInfo x1, Object x2 )This method is from 'StaxDataBinding.XMLStreamDataWriter' class.
StaxDataBinding.XMLStreamDataWriter.write ( Object obj, org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamWriter output )This method is from 'StaxDataBinding.XMLStreamDataWriter' class.
[+] StaxDataBindingFeature (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
StaxDataBindingFeature.initialize ( org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus )This method is from 'StaxDataBindingFeature' class.
StaxDataBindingFeature.initialize ( org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus )This method is from 'StaxDataBindingFeature' class.
StaxDataBindingFeature.StaxDataBindingFeature ( )This constructor is from 'StaxDataBindingFeature' class.
[+] StaxDataBindingInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
StaxDataBindingInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'StaxDataBindingInterceptor' class.
StaxDataBindingInterceptor.StaxDataBindingInterceptor ( )This constructor is from 'StaxDataBindingInterceptor' class.
[+] XMLStreamWriterCallback (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
XMLStreamWriterCallback.write ( javax.xml.stream.XMLStreamWriter p1 )This abstract method is from 'XMLStreamWriterCallback' interface.
package org.apache.cxf.endpoint
[+] AbstractConduitSelector (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
AbstractConduitSelector.AbstractConduitSelector ( org.apache.cxf.transport.Conduit c )This constructor is from 'AbstractConduitSelector' abstract class.
AbstractConduitSelector.close ( )This method is from 'AbstractConduitSelector' abstract class.
AbstractConduitSelector.complete ( org.apache.cxf.message.Exchange exchange )This method is from 'AbstractConduitSelector' abstract class.
AbstractConduitSelector.getEndpoint ( )This method is from 'AbstractConduitSelector' abstract class.
AbstractConduitSelector.getLogger ( )This abstract method is from 'AbstractConduitSelector' abstract class.
AbstractConduitSelector.getSelectedConduit ( org.apache.cxf.message.Message message )This method is from 'AbstractConduitSelector' abstract class.
AbstractConduitSelector.replaceEndpointAddressPropertyIfNeeded ( org.apache.cxf.message.Message message, String endpointAddress )This method is from 'AbstractConduitSelector' abstract class.
AbstractConduitSelector.setEndpoint ( Endpoint ep )This method is from 'AbstractConduitSelector' abstract class.
[+] Client (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (26)
Client.destroy ( )This abstract method is from 'Client' interface.
Client.getBus ( )This abstract method is from 'Client' interface.
Client.getConduit ( )This abstract method is from 'Client' interface.
Client.getConduitSelector ( )This abstract method is from 'Client' interface.
Client.getEndpoint ( )This abstract method is from 'Client' interface.
Client.getRequestContext ( )This abstract method is from 'Client' interface.
Client.getResponseContext ( )This abstract method is from 'Client' interface.
Client.invoke ( String p1, Object[ ] p2 )This abstract method is from 'Client' interface.
Client.invoke ( javax.xml.namespace.QName p1, Object[ ] p2 )This abstract method is from 'Client' interface.
Client.invoke ( ClientCallback p1, String p2, Object[ ] p3 )This abstract method is from 'Client' interface.
Client.invoke ( ClientCallback p1, javax.xml.namespace.QName p2, Object[ ] p3 )This abstract method is from 'Client' interface.
Client.invoke ( ClientCallback p1, org.apache.cxf.service.model.BindingOperationInfo p2, Object[ ] p3 )This abstract method is from 'Client' interface.
Client.invoke ( ClientCallback p1, org.apache.cxf.service.model.BindingOperationInfo p2, Object[ ] p3, java.util.Map p4 )This abstract method is from 'Client' interface.
Client.invoke ( ClientCallback p1, org.apache.cxf.service.model.BindingOperationInfo p2, Object[ ] p3, java.util.Map p4, org.apache.cxf.message.Exchange p5 )This abstract method is from 'Client' interface.
Client.invoke ( ClientCallback p1, org.apache.cxf.service.model.BindingOperationInfo p2, Object[ ] p3, org.apache.cxf.message.Exchange p4 )This abstract method is from 'Client' interface.
Client.invoke ( org.apache.cxf.service.model.BindingOperationInfo p1, Object[ ] p2 )This abstract method is from 'Client' interface.
Client.invoke ( org.apache.cxf.service.model.BindingOperationInfo p1, Object[ ] p2, java.util.Map p3 )This abstract method is from 'Client' interface.
Client.invoke ( org.apache.cxf.service.model.BindingOperationInfo p1, Object[ ] p2, java.util.Map p3, org.apache.cxf.message.Exchange p4 )This abstract method is from 'Client' interface.
Client.invokeWrapped ( String p1, Object[ ] p2 )This abstract method is from 'Client' interface.
Client.invokeWrapped ( javax.xml.namespace.QName p1, Object[ ] p2 )This abstract method is from 'Client' interface.
Client.invokeWrapped ( ClientCallback p1, String p2, Object[ ] p3 )This abstract method is from 'Client' interface.
Client.invokeWrapped ( ClientCallback p1, javax.xml.namespace.QName p2, Object[ ] p3 )This abstract method is from 'Client' interface.
Client.isThreadLocalRequestContext ( )This abstract method is from 'Client' interface.
Client.setConduitSelector ( ConduitSelector p1 )This abstract method is from 'Client' interface.
Client.setExecutor ( java.util.concurrent.Executor p1 )This abstract method is from 'Client' interface.
Client.setThreadLocalRequestContext ( boolean p1 )This abstract method is from 'Client' interface.
[+] ClientCallback (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
ClientCallback.cancel ( boolean mayInterruptIfRunning )This method is from 'ClientCallback' class.
ClientCallback.ClientCallback ( )This constructor is from 'ClientCallback' class.
ClientCallback.get ( )This method is from 'ClientCallback' class.
ClientCallback.get ( )This method is from 'ClientCallback' class.
ClientCallback.get ( long x0, java.util.concurrent.TimeUnit x1 )This method is from 'ClientCallback' class.
ClientCallback.get ( long timeout, java.util.concurrent.TimeUnit unit )This method is from 'ClientCallback' class.
ClientCallback.getException ( )This method is from 'ClientCallback' class.
ClientCallback.getResponseContext ( )This method is from 'ClientCallback' class.
ClientCallback.handleException ( java.util.Map ctx, Throwable ex )This method is from 'ClientCallback' class.
ClientCallback.handleResponse ( java.util.Map ctx, Object[ ] res )This method is from 'ClientCallback' class.
ClientCallback.isCancelled ( )This method is from 'ClientCallback' class.
ClientCallback.isDone ( )This method is from 'ClientCallback' class.
ClientCallback.start ( org.apache.cxf.message.Message msg )This method is from 'ClientCallback' class.
[+] ClientImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (50)
ClientImpl.ClientImpl ( java.net.URL wsdlUrl )This constructor is from 'ClientImpl' class.
ClientImpl.ClientImpl ( java.net.URL wsdlUrl, javax.xml.namespace.QName port )This constructor is from 'ClientImpl' class.
ClientImpl.ClientImpl ( org.apache.cxf.Bus bus, java.net.URL wsdlUrl, javax.xml.namespace.QName service, javax.xml.namespace.QName port )This constructor is from 'ClientImpl' class.
ClientImpl.ClientImpl ( org.apache.cxf.Bus bus, java.net.URL wsdlUrl, javax.xml.namespace.QName service, javax.xml.namespace.QName port, EndpointImplFactory endpointImplFactory )This constructor is from 'ClientImpl' class.
ClientImpl.ClientImpl ( org.apache.cxf.Bus b, Endpoint e )This constructor is from 'ClientImpl' class.
ClientImpl.ClientImpl ( org.apache.cxf.Bus b, Endpoint e, ConduitSelector sc )This constructor is from 'ClientImpl' class.
ClientImpl.ClientImpl ( org.apache.cxf.Bus b, Endpoint e, org.apache.cxf.transport.Conduit c )This constructor is from 'ClientImpl' class.
ClientImpl.ClientImpl ( org.apache.cxf.Bus bus, org.apache.cxf.service.Service svc, javax.xml.namespace.QName port, EndpointImplFactory endpointImplFactory )This constructor is from 'ClientImpl' class.
ClientImpl.destroy ( )This method is from 'ClientImpl' class.
ClientImpl.getBus ( )This method is from 'ClientImpl' class.
ClientImpl.getConduit ( )This method is from 'ClientImpl' class.
ClientImpl.getConduitSelector ( )This method is from 'ClientImpl' class.
ClientImpl.getConduitSelector ( ConduitSelector override )This method is from 'ClientImpl' class.
ClientImpl.getEndpoint ( )This method is from 'ClientImpl' class.
ClientImpl.getException ( org.apache.cxf.message.Exchange exchange )This method is from 'ClientImpl' class.
ClientImpl.getRequestContext ( )This method is from 'ClientImpl' class.
ClientImpl.getResponseContext ( )This method is from 'ClientImpl' class.
ClientImpl.getSynchronousTimeout ( )This method is from 'ClientImpl' class.
ClientImpl.invoke ( String operationName, Object[ ] params )This method is from 'ClientImpl' class.
ClientImpl.invoke ( javax.xml.namespace.QName operationName, Object[ ] params )This method is from 'ClientImpl' class.
ClientImpl.invoke ( ClientCallback callback, String operationName, Object[ ] params )This method is from 'ClientImpl' class.
ClientImpl.invoke ( ClientCallback callback, javax.xml.namespace.QName operationName, Object[ ] params )This method is from 'ClientImpl' class.
ClientImpl.invoke ( ClientCallback callback, org.apache.cxf.service.model.BindingOperationInfo oi, Object[ ] params )This method is from 'ClientImpl' class.
ClientImpl.invoke ( ClientCallback callback, org.apache.cxf.service.model.BindingOperationInfo oi, Object[ ] params, java.util.Map context )This method is from 'ClientImpl' class.
ClientImpl.invoke ( ClientCallback callback, org.apache.cxf.service.model.BindingOperationInfo oi, Object[ ] params, java.util.Map context, org.apache.cxf.message.Exchange exchange )This method is from 'ClientImpl' class.
ClientImpl.invoke ( ClientCallback callback, org.apache.cxf.service.model.BindingOperationInfo oi, Object[ ] params, org.apache.cxf.message.Exchange exchange )This method is from 'ClientImpl' class.
ClientImpl.invoke ( org.apache.cxf.service.model.BindingOperationInfo oi, Object[ ] params )This method is from 'ClientImpl' class.
ClientImpl.invoke ( org.apache.cxf.service.model.BindingOperationInfo oi, Object[ ] params, java.util.Map context )This method is from 'ClientImpl' class.
ClientImpl.invoke ( org.apache.cxf.service.model.BindingOperationInfo oi, Object[ ] params, java.util.Map context, org.apache.cxf.message.Exchange exchange )This method is from 'ClientImpl' class.
ClientImpl.invoke ( org.apache.cxf.service.model.BindingOperationInfo oi, Object[ ] params, org.apache.cxf.message.Exchange exchange )This method is from 'ClientImpl' class.
ClientImpl.invokeWrapped ( String operationName, Object[ ] params )This method is from 'ClientImpl' class.
ClientImpl.invokeWrapped ( javax.xml.namespace.QName operationName, Object[ ] params )This method is from 'ClientImpl' class.
ClientImpl.invokeWrapped ( ClientCallback callback, String operationName, Object[ ] params )This method is from 'ClientImpl' class.
ClientImpl.invokeWrapped ( ClientCallback callback, javax.xml.namespace.QName operationName, Object[ ] params )This method is from 'ClientImpl' class.
ClientImpl.isThreadLocalRequestContext ( )This method is from 'ClientImpl' class.
ClientImpl.modifyChain ( org.apache.cxf.interceptor.InterceptorChain chain, org.apache.cxf.message.Message ctx, boolean in )This method is from 'ClientImpl' class.
ClientImpl.onMessage ( org.apache.cxf.message.Message message )This method is from 'ClientImpl' class.
ClientImpl.prepareConduitSelector ( org.apache.cxf.message.Message message )This method is from 'ClientImpl' class.
ClientImpl.processResult ( org.apache.cxf.message.Message message, org.apache.cxf.message.Exchange exchange, org.apache.cxf.service.model.BindingOperationInfo oi, java.util.Map resContext )This method is from 'ClientImpl' class.
ClientImpl.setConduitSelector ( ConduitSelector selector )This method is from 'ClientImpl' class.
ClientImpl.setContext ( java.util.Map ctx, org.apache.cxf.message.Message message )This method is from 'ClientImpl' class.
ClientImpl.setEndpoint ( Endpoint e )This method is from 'ClientImpl' class.
ClientImpl.setExchangeProperties ( org.apache.cxf.message.Exchange exchange, Endpoint endpoint, org.apache.cxf.service.model.BindingOperationInfo boi )This method is from 'ClientImpl' class.
ClientImpl.setExecutor ( java.util.concurrent.Executor executor )This method is from 'ClientImpl' class.
ClientImpl.setOutMessageProperties ( org.apache.cxf.message.Message message, org.apache.cxf.service.model.BindingOperationInfo boi )This method is from 'ClientImpl' class.
ClientImpl.setParameters ( Object[ ] params, org.apache.cxf.message.Message message )This method is from 'ClientImpl' class.
ClientImpl.setSynchronousTimeout ( int synchronousTimeout )This method is from 'ClientImpl' class.
ClientImpl.setThreadLocalRequestContext ( boolean b )This method is from 'ClientImpl' class.
ClientImpl.setupInterceptorChain ( Endpoint endpoint )This method is from 'ClientImpl' class.
ClientImpl.waitResponse ( org.apache.cxf.message.Exchange exchange )This method is from 'ClientImpl' class.
[+] ClientImpl.EchoContext (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
ClientImpl.EchoContext.ClientImpl.EchoContext ( java.util.Map sharedMap )This constructor is from 'ClientImpl.EchoContext' class.
ClientImpl.EchoContext.put ( Object x0, Object x1 )This method is from 'ClientImpl.EchoContext' class.
ClientImpl.EchoContext.put ( String key, Object value )This method is from 'ClientImpl.EchoContext' class.
ClientImpl.EchoContext.putAll ( java.util.Map t )This method is from 'ClientImpl.EchoContext' class.
ClientImpl.EchoContext.reload ( )This method is from 'ClientImpl.EchoContext' class.
ClientImpl.EchoContext.remove ( Object key )This method is from 'ClientImpl.EchoContext' class.
[+] ClientLifeCycleListener (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ClientLifeCycleListener.clientCreated ( Client p1 )This abstract method is from 'ClientLifeCycleListener' interface.
ClientLifeCycleListener.clientDestroyed ( Client p1 )This abstract method is from 'ClientLifeCycleListener' interface.
[+] ClientLifeCycleManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ClientLifeCycleManager.clientCreated ( Client p1 )This abstract method is from 'ClientLifeCycleManager' interface.
ClientLifeCycleManager.clientDestroyed ( Client p1 )This abstract method is from 'ClientLifeCycleManager' interface.
ClientLifeCycleManager.registerListener ( ClientLifeCycleListener p1 )This abstract method is from 'ClientLifeCycleManager' interface.
ClientLifeCycleManager.unRegisterListener ( ClientLifeCycleListener p1 )This abstract method is from 'ClientLifeCycleManager' interface.
[+] ClientLifeCycleManagerImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
ClientLifeCycleManagerImpl.clientCreated ( Client client )This method is from 'ClientLifeCycleManagerImpl' class.
ClientLifeCycleManagerImpl.clientDestroyed ( Client client )This method is from 'ClientLifeCycleManagerImpl' class.
ClientLifeCycleManagerImpl.ClientLifeCycleManagerImpl ( )This constructor is from 'ClientLifeCycleManagerImpl' class.
ClientLifeCycleManagerImpl.ClientLifeCycleManagerImpl ( org.apache.cxf.Bus b )This constructor is from 'ClientLifeCycleManagerImpl' class.
ClientLifeCycleManagerImpl.getRegistrationType ( )This method is from 'ClientLifeCycleManagerImpl' class.
ClientLifeCycleManagerImpl.registerListener ( ClientLifeCycleListener listener )This method is from 'ClientLifeCycleManagerImpl' class.
ClientLifeCycleManagerImpl.unRegisterListener ( ClientLifeCycleListener listener )This method is from 'ClientLifeCycleManagerImpl' class.
[+] ConduitSelector (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ConduitSelector.complete ( org.apache.cxf.message.Exchange p1 )This abstract method is from 'ConduitSelector' interface.
ConduitSelector.getEndpoint ( )This abstract method is from 'ConduitSelector' interface.
ConduitSelector.prepare ( org.apache.cxf.message.Message p1 )This abstract method is from 'ConduitSelector' interface.
ConduitSelector.selectConduit ( org.apache.cxf.message.Message p1 )This abstract method is from 'ConduitSelector' interface.
ConduitSelector.setEndpoint ( Endpoint p1 )This abstract method is from 'ConduitSelector' interface.
[+] ContextInspector (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ContextInspector.getAddress ( Object p1 )This abstract method is from 'ContextInspector' interface.
[+] DeferredConduitSelector (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
DeferredConduitSelector.DeferredConduitSelector ( )This constructor is from 'DeferredConduitSelector' class.
DeferredConduitSelector.DeferredConduitSelector ( org.apache.cxf.transport.Conduit c )This constructor is from 'DeferredConduitSelector' class.
DeferredConduitSelector.getLogger ( )This method is from 'DeferredConduitSelector' class.
DeferredConduitSelector.prepare ( org.apache.cxf.message.Message message )This method is from 'DeferredConduitSelector' class.
DeferredConduitSelector.selectConduit ( org.apache.cxf.message.Message message )This method is from 'DeferredConduitSelector' class.
[+] EndpointException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
EndpointException.EndpointException ( Throwable cause )This constructor is from 'EndpointException' class.
EndpointException.EndpointException ( org.apache.cxf.common.i18n.Message msg )This constructor is from 'EndpointException' class.
EndpointException.EndpointException ( org.apache.cxf.common.i18n.Message msg, Throwable t )This constructor is from 'EndpointException' class.
[+] EndpointImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (18)
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus bus, org.apache.cxf.service.Service s, javax.xml.namespace.QName endpointName )This constructor is from 'EndpointImpl' class.
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus bus, org.apache.cxf.service.Service s, org.apache.cxf.service.model.EndpointInfo ei )This constructor is from 'EndpointImpl' class.
EndpointImpl.getActiveFeatures ( )This method is from 'EndpointImpl' class.
EndpointImpl.getBeanName ( )This method is from 'EndpointImpl' class.
EndpointImpl.getBinding ( )This method is from 'EndpointImpl' class.
EndpointImpl.getBus ( )This method is from 'EndpointImpl' class.
EndpointImpl.getEndpointInfo ( )This method is from 'EndpointImpl' class.
EndpointImpl.getExecutor ( )This method is from 'EndpointImpl' class.
EndpointImpl.getInFaultObserver ( )This method is from 'EndpointImpl' class.
EndpointImpl.getOutFaultObserver ( )This method is from 'EndpointImpl' class.
EndpointImpl.getService ( )This method is from 'EndpointImpl' class.
EndpointImpl.hashCode ( )This method is from 'EndpointImpl' class.
EndpointImpl.initializeActiveFeatures ( java.util.List features )This method is from 'EndpointImpl' class.
EndpointImpl.setBus ( org.apache.cxf.Bus bus )This method is from 'EndpointImpl' class.
EndpointImpl.setExecutor ( java.util.concurrent.Executor e )This method is from 'EndpointImpl' class.
EndpointImpl.setInFaultObserver ( org.apache.cxf.transport.MessageObserver observer )This method is from 'EndpointImpl' class.
EndpointImpl.setOutFaultObserver ( org.apache.cxf.transport.MessageObserver observer )This method is from 'EndpointImpl' class.
EndpointImpl.setProperties ( java.util.Map properties )This method is from 'EndpointImpl' class.
[+] EndpointImplFactory (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
EndpointImplFactory.newEndpointImpl ( org.apache.cxf.Bus p1, org.apache.cxf.service.Service p2, org.apache.cxf.service.model.EndpointInfo p3 )This abstract method is from 'EndpointImplFactory' interface.
[+] EndpointResolver (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
EndpointResolver.mint ( javax.xml.namespace.QName p1 )This abstract method is from 'EndpointResolver' interface.
EndpointResolver.mint ( org.apache.cxf.ws.addressing.EndpointReferenceType p1 )This abstract method is from 'EndpointResolver' interface.
EndpointResolver.renew ( org.apache.cxf.ws.addressing.EndpointReferenceType p1, org.apache.cxf.ws.addressing.EndpointReferenceType p2 )This abstract method is from 'EndpointResolver' interface.
EndpointResolver.resolve ( org.apache.cxf.ws.addressing.EndpointReferenceType p1 )This abstract method is from 'EndpointResolver' interface.
[+] EndpointResolverRegistry (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
EndpointResolverRegistry.mint ( javax.xml.namespace.QName p1 )This abstract method is from 'EndpointResolverRegistry' interface.
EndpointResolverRegistry.mint ( org.apache.cxf.ws.addressing.EndpointReferenceType p1 )This abstract method is from 'EndpointResolverRegistry' interface.
EndpointResolverRegistry.register ( EndpointResolver p1 )This abstract method is from 'EndpointResolverRegistry' interface.
EndpointResolverRegistry.renew ( org.apache.cxf.ws.addressing.EndpointReferenceType p1, org.apache.cxf.ws.addressing.EndpointReferenceType p2 )This abstract method is from 'EndpointResolverRegistry' interface.
EndpointResolverRegistry.resolve ( org.apache.cxf.ws.addressing.EndpointReferenceType p1 )This abstract method is from 'EndpointResolverRegistry' interface.
EndpointResolverRegistry.unregister ( EndpointResolver p1 )This abstract method is from 'EndpointResolverRegistry' interface.
[+] EndpointResolverRegistryImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
EndpointResolverRegistryImpl.EndpointResolverRegistryImpl ( )This constructor is from 'EndpointResolverRegistryImpl' class.
EndpointResolverRegistryImpl.EndpointResolverRegistryImpl ( org.apache.cxf.Bus b )This constructor is from 'EndpointResolverRegistryImpl' class.
EndpointResolverRegistryImpl.getResolvers ( )This method is from 'EndpointResolverRegistryImpl' class.
EndpointResolverRegistryImpl.mint ( javax.xml.namespace.QName serviceName )This method is from 'EndpointResolverRegistryImpl' class.
EndpointResolverRegistryImpl.mint ( org.apache.cxf.ws.addressing.EndpointReferenceType physical )This method is from 'EndpointResolverRegistryImpl' class.
EndpointResolverRegistryImpl.register ( EndpointResolver resolver )This method is from 'EndpointResolverRegistryImpl' class.
EndpointResolverRegistryImpl.renew ( org.apache.cxf.ws.addressing.EndpointReferenceType logical, org.apache.cxf.ws.addressing.EndpointReferenceType physical )This method is from 'EndpointResolverRegistryImpl' class.
EndpointResolverRegistryImpl.resolve ( org.apache.cxf.ws.addressing.EndpointReferenceType logical )This method is from 'EndpointResolverRegistryImpl' class.
EndpointResolverRegistryImpl.setBus ( org.apache.cxf.Bus b )This method is from 'EndpointResolverRegistryImpl' class.
EndpointResolverRegistryImpl.unregister ( EndpointResolver resolver )This method is from 'EndpointResolverRegistryImpl' class.
[+] ManagedEndpoint (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
ManagedEndpoint.destroy ( )This method is from 'ManagedEndpoint' class.
ManagedEndpoint.getAddress ( )This method is from 'ManagedEndpoint' class.
ManagedEndpoint.getObjectName ( )This method is from 'ManagedEndpoint' class.
ManagedEndpoint.getState ( )This method is from 'ManagedEndpoint' class.
ManagedEndpoint.getTransportId ( )This method is from 'ManagedEndpoint' class.
ManagedEndpoint.ManagedEndpoint ( org.apache.cxf.Bus b, Endpoint ep, Server s )This constructor is from 'ManagedEndpoint' class.
ManagedEndpoint.start ( )This method is from 'ManagedEndpoint' class.
ManagedEndpoint.startServer ( Server s )This method is from 'ManagedEndpoint' class.
ManagedEndpoint.stop ( )This method is from 'ManagedEndpoint' class.
ManagedEndpoint.stopServer ( Server s )This method is from 'ManagedEndpoint' class.
[+] NullConduitSelector (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
NullConduitSelector.complete ( org.apache.cxf.message.Exchange exchange )This method is from 'NullConduitSelector' class.
NullConduitSelector.getEndpoint ( )This method is from 'NullConduitSelector' class.
NullConduitSelector.NullConduitSelector ( )This constructor is from 'NullConduitSelector' class.
NullConduitSelector.prepare ( org.apache.cxf.message.Message message )This method is from 'NullConduitSelector' class.
NullConduitSelector.selectConduit ( org.apache.cxf.message.Message message )This method is from 'NullConduitSelector' class.
NullConduitSelector.setEndpoint ( Endpoint ep )This method is from 'NullConduitSelector' class.
[+] PreexistingConduitSelector (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
PreexistingConduitSelector.close ( )This method is from 'PreexistingConduitSelector' class.
PreexistingConduitSelector.complete ( org.apache.cxf.message.Exchange exchange )This method is from 'PreexistingConduitSelector' class.
PreexistingConduitSelector.getEndpoint ( )This method is from 'PreexistingConduitSelector' class.
PreexistingConduitSelector.PreexistingConduitSelector ( org.apache.cxf.transport.Conduit c )This constructor is from 'PreexistingConduitSelector' class.
PreexistingConduitSelector.PreexistingConduitSelector ( org.apache.cxf.transport.Conduit c, Endpoint e )This constructor is from 'PreexistingConduitSelector' class.
PreexistingConduitSelector.prepare ( org.apache.cxf.message.Message message )This method is from 'PreexistingConduitSelector' class.
PreexistingConduitSelector.selectConduit ( org.apache.cxf.message.Message message )This method is from 'PreexistingConduitSelector' class.
PreexistingConduitSelector.setEndpoint ( Endpoint ep )This method is from 'PreexistingConduitSelector' class.
[+] Retryable (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
Retryable.invoke ( org.apache.cxf.service.model.BindingOperationInfo p1, Object[ ] p2, java.util.Map p3, org.apache.cxf.message.Exchange p4 )This abstract method is from 'Retryable' interface.
[+] ServerLifeCycleListener (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ServerLifeCycleListener.startServer ( Server p1 )This abstract method is from 'ServerLifeCycleListener' interface.
ServerLifeCycleListener.stopServer ( Server p1 )This abstract method is from 'ServerLifeCycleListener' interface.
[+] ServerLifeCycleManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ServerLifeCycleManager.registerListener ( ServerLifeCycleListener p1 )This abstract method is from 'ServerLifeCycleManager' interface.
ServerLifeCycleManager.startServer ( Server p1 )This abstract method is from 'ServerLifeCycleManager' interface.
ServerLifeCycleManager.stopServer ( Server p1 )This abstract method is from 'ServerLifeCycleManager' interface.
ServerLifeCycleManager.unRegisterListener ( ServerLifeCycleListener p1 )This abstract method is from 'ServerLifeCycleManager' interface.
[+] ServerLifeCycleManagerImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
ServerLifeCycleManagerImpl.getRegistrationType ( )This method is from 'ServerLifeCycleManagerImpl' class.
ServerLifeCycleManagerImpl.registerListener ( ServerLifeCycleListener listener )This method is from 'ServerLifeCycleManagerImpl' class.
ServerLifeCycleManagerImpl.ServerLifeCycleManagerImpl ( )This constructor is from 'ServerLifeCycleManagerImpl' class.
ServerLifeCycleManagerImpl.ServerLifeCycleManagerImpl ( org.apache.cxf.Bus b )This constructor is from 'ServerLifeCycleManagerImpl' class.
ServerLifeCycleManagerImpl.startServer ( Server server )This method is from 'ServerLifeCycleManagerImpl' class.
ServerLifeCycleManagerImpl.stopServer ( Server server )This method is from 'ServerLifeCycleManagerImpl' class.
ServerLifeCycleManagerImpl.unRegisterListener ( ServerLifeCycleListener listener )This method is from 'ServerLifeCycleManagerImpl' class.
[+] ServerRegistry (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ServerRegistry.getServers ( )This abstract method is from 'ServerRegistry' interface.
ServerRegistry.register ( Server p1 )This abstract method is from 'ServerRegistry' interface.
ServerRegistry.unregister ( Server p1 )This abstract method is from 'ServerRegistry' interface.
[+] ServerRegistryImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
ServerRegistryImpl.getBus ( )This method is from 'ServerRegistryImpl' class.
ServerRegistryImpl.getServers ( )This method is from 'ServerRegistryImpl' class.
ServerRegistryImpl.initComplete ( )This method is from 'ServerRegistryImpl' class.
ServerRegistryImpl.postShutdown ( )This method is from 'ServerRegistryImpl' class.
ServerRegistryImpl.preShutdown ( )This method is from 'ServerRegistryImpl' class.
ServerRegistryImpl.register ( Server server )This method is from 'ServerRegistryImpl' class.
ServerRegistryImpl.ServerRegistryImpl ( )This constructor is from 'ServerRegistryImpl' class.
ServerRegistryImpl.ServerRegistryImpl ( org.apache.cxf.Bus b )This constructor is from 'ServerRegistryImpl' class.
ServerRegistryImpl.setBus ( org.apache.cxf.Bus bus )This method is from 'ServerRegistryImpl' class.
ServerRegistryImpl.unregister ( Server server )This method is from 'ServerRegistryImpl' class.
[+] ServiceContractResolver (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ServiceContractResolver.getContractLocation ( javax.xml.namespace.QName p1 )This abstract method is from 'ServiceContractResolver' interface.
[+] ServiceContractResolverRegistry (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ServiceContractResolverRegistry.getContractLocation ( javax.xml.namespace.QName p1 )This abstract method is from 'ServiceContractResolverRegistry' interface.
ServiceContractResolverRegistry.isRegistered ( ServiceContractResolver p1 )This abstract method is from 'ServiceContractResolverRegistry' interface.
ServiceContractResolverRegistry.register ( ServiceContractResolver p1 )This abstract method is from 'ServiceContractResolverRegistry' interface.
ServiceContractResolverRegistry.unregister ( ServiceContractResolver p1 )This abstract method is from 'ServiceContractResolverRegistry' interface.
[+] ServiceContractResolverRegistryImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
ServiceContractResolverRegistryImpl.getContractLocation ( javax.xml.namespace.QName qname )This method is from 'ServiceContractResolverRegistryImpl' class.
ServiceContractResolverRegistryImpl.getResolvers ( )This method is from 'ServiceContractResolverRegistryImpl' class.
ServiceContractResolverRegistryImpl.isRegistered ( ServiceContractResolver resolver )This method is from 'ServiceContractResolverRegistryImpl' class.
ServiceContractResolverRegistryImpl.register ( ServiceContractResolver resolver )This method is from 'ServiceContractResolverRegistryImpl' class.
ServiceContractResolverRegistryImpl.ServiceContractResolverRegistryImpl ( )This constructor is from 'ServiceContractResolverRegistryImpl' class.
ServiceContractResolverRegistryImpl.ServiceContractResolverRegistryImpl ( org.apache.cxf.Bus b )This constructor is from 'ServiceContractResolverRegistryImpl' class.
ServiceContractResolverRegistryImpl.setBus ( org.apache.cxf.Bus b )This method is from 'ServiceContractResolverRegistryImpl' class.
ServiceContractResolverRegistryImpl.unregister ( ServiceContractResolver resolver )This method is from 'ServiceContractResolverRegistryImpl' class.
[+] SimpleEndpointImplFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SimpleEndpointImplFactory.getSingleton ( )This method is from 'SimpleEndpointImplFactory' class.
SimpleEndpointImplFactory.newEndpointImpl ( org.apache.cxf.Bus bus, org.apache.cxf.service.Service service, org.apache.cxf.service.model.EndpointInfo endpointInfo )This method is from 'SimpleEndpointImplFactory' class.
SimpleEndpointImplFactory.SimpleEndpointImplFactory ( )This constructor is from 'SimpleEndpointImplFactory' class.
[+] UpfrontConduitSelector (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
UpfrontConduitSelector.getLogger ( )This method is from 'UpfrontConduitSelector' class.
UpfrontConduitSelector.prepare ( org.apache.cxf.message.Message message )This method is from 'UpfrontConduitSelector' class.
UpfrontConduitSelector.selectConduit ( org.apache.cxf.message.Message message )This method is from 'UpfrontConduitSelector' class.
UpfrontConduitSelector.UpfrontConduitSelector ( )This constructor is from 'UpfrontConduitSelector' class.
UpfrontConduitSelector.UpfrontConduitSelector ( org.apache.cxf.transport.Conduit c )This constructor is from 'UpfrontConduitSelector' class.
package org.apache.cxf.endpoint.dynamic
[+] DynamicClientFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (33)
DynamicClientFactory.allowWrapperOps ( )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.cloneNode ( org.w3c.dom.Document document, org.w3c.dom.Node node, boolean deep )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.compileJavaSrc ( String classPath, java.util.List srcList, String dest )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.createClient ( String wsdlUrl )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.createClient ( String wsdlUrl, ClassLoader classLoader )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.createClient ( String wsdlUrl, ClassLoader classLoader, java.util.List bindingFiles )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.createClient ( String wsdlUrl, java.util.List bindingFiles )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.createClient ( String wsdlUrl, javax.xml.namespace.QName service )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.createClient ( String wsdlUrl, javax.xml.namespace.QName service, ClassLoader classLoader, javax.xml.namespace.QName port )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.createClient ( String wsdlUrl, javax.xml.namespace.QName service, ClassLoader classLoader, javax.xml.namespace.QName port, java.util.List bindingFiles )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.createClient ( String wsdlUrl, javax.xml.namespace.QName service, java.util.List bindingFiles )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.createClient ( String wsdlUrl, javax.xml.namespace.QName service, javax.xml.namespace.QName port )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.createClient ( String wsdlUrl, javax.xml.namespace.QName service, javax.xml.namespace.QName port, java.util.List bindingFiles )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.createClient ( java.net.URL wsdlUrl )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.createClient ( java.net.URL wsdlUrl, ClassLoader classLoader )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.createClient ( java.net.URL wsdlUrl, ClassLoader classLoader, java.util.List bindingFiles )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.createClient ( java.net.URL wsdlUrl, java.util.List bindingFiles )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.createClient ( java.net.URL wsdlUrl, javax.xml.namespace.QName service )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.createClient ( java.net.URL wsdlUrl, javax.xml.namespace.QName service, ClassLoader classLoader, javax.xml.namespace.QName port )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.createClient ( java.net.URL wsdlUrl, javax.xml.namespace.QName service, ClassLoader classLoader, javax.xml.namespace.QName port, java.util.List bindingFiles )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.createClient ( java.net.URL wsdlUrl, javax.xml.namespace.QName service, java.util.List bindingFiles )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.createClient ( java.net.URL wsdlUrl, javax.xml.namespace.QName service, javax.xml.namespace.QName port )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.createClient ( java.net.URL wsdlUrl, javax.xml.namespace.QName service, javax.xml.namespace.QName port, java.util.List bindingFiles )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.DynamicClientFactory ( org.apache.cxf.Bus bus )This constructor is from 'DynamicClientFactory' class.
DynamicClientFactory.getEndpointImplFactory ( )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.getJaxbContextProperties ( )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.isSimpleBindingEnabled ( )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.newInstance ( )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.newInstance ( org.apache.cxf.Bus b )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.setAllowElementReferences ( boolean b )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.setJaxbContextProperties ( java.util.Map jaxbContextProperties )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.setSimpleBindingEnabled ( boolean simpleBindingEnabled )This method is from 'DynamicClientFactory' class.
DynamicClientFactory.setTemporaryDirectory ( String dir )This method is from 'DynamicClientFactory' class.
[+] DynamicClientFactory.LocationFilterReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
DynamicClientFactory.LocationFilterReader.getAttributeCount ( )This method is from 'DynamicClientFactory.LocationFilterReader' class.
DynamicClientFactory.LocationFilterReader.getAttributeLocalName ( int index )This method is from 'DynamicClientFactory.LocationFilterReader' class.
DynamicClientFactory.LocationFilterReader.getAttributeName ( int index )This method is from 'DynamicClientFactory.LocationFilterReader' class.
DynamicClientFactory.LocationFilterReader.getAttributeNamespace ( int index )This method is from 'DynamicClientFactory.LocationFilterReader' class.
DynamicClientFactory.LocationFilterReader.getAttributePrefix ( int index )This method is from 'DynamicClientFactory.LocationFilterReader' class.
DynamicClientFactory.LocationFilterReader.getAttributeType ( int index )This method is from 'DynamicClientFactory.LocationFilterReader' class.
DynamicClientFactory.LocationFilterReader.getAttributeValue ( int index )This method is from 'DynamicClientFactory.LocationFilterReader' class.
DynamicClientFactory.LocationFilterReader.getAttributeValue ( String namespaceURI, String localName )This method is from 'DynamicClientFactory.LocationFilterReader' class.
DynamicClientFactory.LocationFilterReader.isAttributeSpecified ( int index )This method is from 'DynamicClientFactory.LocationFilterReader' class.
DynamicClientFactory.LocationFilterReader.next ( )This method is from 'DynamicClientFactory.LocationFilterReader' class.
DynamicClientFactory.LocationFilterReader.nextTag ( )This method is from 'DynamicClientFactory.LocationFilterReader' class.
[+] TypeClassInitializer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TypeClassInitializer.begin ( org.apache.cxf.service.model.FaultInfo fault )This method is from 'TypeClassInitializer' class.
TypeClassInitializer.begin ( org.apache.cxf.service.model.MessagePartInfo part )This method is from 'TypeClassInitializer' class.
TypeClassInitializer.end ( org.apache.cxf.service.model.FaultInfo fault )This method is from 'TypeClassInitializer' class.
TypeClassInitializer.TypeClassInitializer ( org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.jaxb.JAXBUtils.S2JJAXBModel model, boolean allowWr )This constructor is from 'TypeClassInitializer' class.
package org.apache.cxf.extension
[+] BusExtension (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
BusExtension.getRegistrationType ( )This abstract method is from 'BusExtension' interface.
[+] Registry (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
Registry.get ( Object p1 )This abstract method is from 'Registry' interface.
Registry.register ( Object p1, Object p2 )This abstract method is from 'Registry' interface.
Registry.unregister ( Object p1 )This abstract method is from 'Registry' interface.
[+] RegistryImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
RegistryImpl.get ( Object k )This method is from 'RegistryImpl' class.
RegistryImpl.loadDynamic ( )This method is from 'RegistryImpl' class.
RegistryImpl.register ( Object k, Object t )This method is from 'RegistryImpl' class.
RegistryImpl.RegistryImpl ( )This constructor is from 'RegistryImpl' class.
RegistryImpl.RegistryImpl ( java.util.Map e )This constructor is from 'RegistryImpl' class.
RegistryImpl.unregister ( Object k )This method is from 'RegistryImpl' class.
package org.apache.cxf.feature
[+] AbstractFeature (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
AbstractFeature.AbstractFeature ( )This constructor is from 'AbstractFeature' abstract class.
AbstractFeature.getActive ( java.util.List features, Class type )This method is from 'AbstractFeature' abstract class.
AbstractFeature.initialize ( org.apache.cxf.Bus bus )This method is from 'AbstractFeature' abstract class.
AbstractFeature.initialize ( org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus )This method is from 'AbstractFeature' abstract class.
AbstractFeature.initialize ( org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus )This method is from 'AbstractFeature' abstract class.
AbstractFeature.initialize ( org.apache.cxf.interceptor.InterceptorProvider interceptorProvider, org.apache.cxf.Bus bus )This method is from 'AbstractFeature' abstract class.
AbstractFeature.initializeProvider ( org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus )This method is from 'AbstractFeature' abstract class.
[+] FastInfosetFeature (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
FastInfosetFeature.FastInfosetFeature ( )This constructor is from 'FastInfosetFeature' class.
FastInfosetFeature.getForce ( )This method is from 'FastInfosetFeature' class.
FastInfosetFeature.initializeProvider ( org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus )This method is from 'FastInfosetFeature' class.
FastInfosetFeature.setForce ( boolean b )This method is from 'FastInfosetFeature' class.
[+] Feature (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Feature.initialize ( org.apache.cxf.Bus p1 )This abstract method is from 'Feature' interface.
Feature.initialize ( org.apache.cxf.endpoint.Client p1, org.apache.cxf.Bus p2 )This abstract method is from 'Feature' interface.
Feature.initialize ( org.apache.cxf.endpoint.Server p1, org.apache.cxf.Bus p2 )This abstract method is from 'Feature' interface.
Feature.initialize ( org.apache.cxf.interceptor.InterceptorProvider p1, org.apache.cxf.Bus p2 )This abstract method is from 'Feature' interface.
[+] Features (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
Features.classes ( )This abstract method is from 'Features' interface.
Features.features ( )This abstract method is from 'Features' interface.
[+] LoggingFeature (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
LoggingFeature.getLimit ( )This method is from 'LoggingFeature' class.
LoggingFeature.initializeProvider ( org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus )This method is from 'LoggingFeature' class.
LoggingFeature.isPrettyLogging ( )This method is from 'LoggingFeature' class.
LoggingFeature.LoggingFeature ( )This constructor is from 'LoggingFeature' class.
LoggingFeature.LoggingFeature ( int lim )This constructor is from 'LoggingFeature' class.
LoggingFeature.LoggingFeature ( String in, String out )This constructor is from 'LoggingFeature' class.
LoggingFeature.LoggingFeature ( String in, String out, int lim )This constructor is from 'LoggingFeature' class.
LoggingFeature.LoggingFeature ( String in, String out, int lim, boolean p )This constructor is from 'LoggingFeature' class.
LoggingFeature.LoggingFeature ( org.apache.cxf.annotations.Logging annotation )This constructor is from 'LoggingFeature' class.
LoggingFeature.setLimit ( int lim )This method is from 'LoggingFeature' class.
LoggingFeature.setPrettyLogging ( boolean prettyLogging )This method is from 'LoggingFeature' class.
[+] StaxTransformFeature (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
StaxTransformFeature.initializeProvider ( org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus )This method is from 'StaxTransformFeature' class.
StaxTransformFeature.setAttributesToElements ( boolean value )This method is from 'StaxTransformFeature' class.
StaxTransformFeature.setContextPropertyName ( String propertyName )This method is from 'StaxTransformFeature' class.
StaxTransformFeature.setInAppendElements ( java.util.Map inElements )This method is from 'StaxTransformFeature' class.
StaxTransformFeature.setInDropElements ( java.util.List dropElementsSet )This method is from 'StaxTransformFeature' class.
StaxTransformFeature.setInTransformElements ( java.util.Map inElements )This method is from 'StaxTransformFeature' class.
StaxTransformFeature.setOutAppendElements ( java.util.Map map )This method is from 'StaxTransformFeature' class.
StaxTransformFeature.setOutDropElements ( java.util.List dropElementsSet )This method is from 'StaxTransformFeature' class.
StaxTransformFeature.setOutTransformElements ( java.util.Map outElements )This method is from 'StaxTransformFeature' class.
StaxTransformFeature.StaxTransformFeature ( )This constructor is from 'StaxTransformFeature' class.
[+] WrappedFeature (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
WrappedFeature.initialize ( org.apache.cxf.Bus bus )This method is from 'WrappedFeature' class.
WrappedFeature.initialize ( org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus )This method is from 'WrappedFeature' class.
WrappedFeature.initialize ( org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus )This method is from 'WrappedFeature' class.
WrappedFeature.initialize ( org.apache.cxf.interceptor.InterceptorProvider interceptorProvider, org.apache.cxf.Bus bus )This method is from 'WrappedFeature' class.
WrappedFeature.WrappedFeature ( Feature f )This constructor is from 'WrappedFeature' class.
package org.apache.cxf.frontend
[+] AbstractServiceFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
AbstractServiceFactory.AbstractServiceFactory ( )This constructor is from 'AbstractServiceFactory' abstract class.
AbstractServiceFactory.AbstractServiceFactory ( org.apache.cxf.service.factory.ReflectionServiceFactoryBean sbean )This constructor is from 'AbstractServiceFactory' abstract class.
AbstractServiceFactory.createService ( )This method is from 'AbstractServiceFactory' abstract class.
AbstractServiceFactory.detectTransportIdFromAddress ( String ad )This method is from 'AbstractServiceFactory' abstract class.
AbstractServiceFactory.getOutputFile ( )This method is from 'AbstractServiceFactory' abstract class.
AbstractServiceFactory.getWSDLEndpointFactory ( )This method is from 'AbstractServiceFactory' abstract class.
AbstractServiceFactory.setServiceClass ( Class clz )This method is from 'AbstractServiceFactory' abstract class.
AbstractServiceFactory.validate ( )This method is from 'AbstractServiceFactory' abstract class.
[+] AbstractWSDLBasedEndpointFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
AbstractWSDLBasedEndpointFactory.AbstractWSDLBasedEndpointFactory ( )This constructor is from 'AbstractWSDLBasedEndpointFactory' abstract class.
AbstractWSDLBasedEndpointFactory.AbstractWSDLBasedEndpointFactory ( org.apache.cxf.service.factory.ReflectionServiceFactoryBean sbean )This constructor is from 'AbstractWSDLBasedEndpointFactory' abstract class.
AbstractWSDLBasedEndpointFactory.createBindingInfo ( )This method is from 'AbstractWSDLBasedEndpointFactory' abstract class.
AbstractWSDLBasedEndpointFactory.createEndpoint ( )This method is from 'AbstractWSDLBasedEndpointFactory' abstract class.
AbstractWSDLBasedEndpointFactory.createEndpointInfo ( )This method is from 'AbstractWSDLBasedEndpointFactory' abstract class.
AbstractWSDLBasedEndpointFactory.createSoapBindingConfig ( )This method is from 'AbstractWSDLBasedEndpointFactory' abstract class.
AbstractWSDLBasedEndpointFactory.detectTransportIdFromAddress ( String p1 )This abstract method is from 'AbstractWSDLBasedEndpointFactory' abstract class.
AbstractWSDLBasedEndpointFactory.getServiceClass ( )This method is from 'AbstractWSDLBasedEndpointFactory' abstract class.
AbstractWSDLBasedEndpointFactory.getServiceFactory ( )This method is from 'AbstractWSDLBasedEndpointFactory' abstract class.
AbstractWSDLBasedEndpointFactory.getWSDLEndpointFactory ( )This abstract method is from 'AbstractWSDLBasedEndpointFactory' abstract class.
AbstractWSDLBasedEndpointFactory.getWsdlURL ( )This method is from 'AbstractWSDLBasedEndpointFactory' abstract class.
AbstractWSDLBasedEndpointFactory.initializeServiceFactory ( )This method is from 'AbstractWSDLBasedEndpointFactory' abstract class.
AbstractWSDLBasedEndpointFactory.setServiceClass ( Class serviceClass )This method is from 'AbstractWSDLBasedEndpointFactory' abstract class.
AbstractWSDLBasedEndpointFactory.setServiceFactory ( org.apache.cxf.service.factory.ReflectionServiceFactoryBean serviceFactory )This method is from 'AbstractWSDLBasedEndpointFactory' abstract class.
AbstractWSDLBasedEndpointFactory.setWsdlURL ( String wsdlURL )This method is from 'AbstractWSDLBasedEndpointFactory' abstract class.
[+] ClientFactoryBean (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
ClientFactoryBean.applyFeatures ( org.apache.cxf.endpoint.Client client )This method is from 'ClientFactoryBean' class.
ClientFactoryBean.applyProperties ( org.apache.cxf.endpoint.Endpoint ep )This method is from 'ClientFactoryBean' class.
ClientFactoryBean.ClientFactoryBean ( )This constructor is from 'ClientFactoryBean' class.
ClientFactoryBean.ClientFactoryBean ( org.apache.cxf.service.factory.ReflectionServiceFactoryBean factory )This constructor is from 'ClientFactoryBean' class.
ClientFactoryBean.create ( )This method is from 'ClientFactoryBean' class.
ClientFactoryBean.createClient ( org.apache.cxf.endpoint.Endpoint ep )This method is from 'ClientFactoryBean' class.
ClientFactoryBean.detectTransportIdFromAddress ( String ad )This method is from 'ClientFactoryBean' class.
ClientFactoryBean.getWSDLEndpointFactory ( )This method is from 'ClientFactoryBean' class.
[+] ClientProxy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
ClientProxy.ClientProxy ( org.apache.cxf.endpoint.Client c )This constructor is from 'ClientProxy' class.
ClientProxy.close ( )This method is from 'ClientProxy' class.
ClientProxy.finalize ( )This method is from 'ClientProxy' class.
ClientProxy.getClient ( )This method is from 'ClientProxy' class.
ClientProxy.getClient ( Object o )This method is from 'ClientProxy' class.
ClientProxy.getRequestContext ( )This method is from 'ClientProxy' class.
ClientProxy.getResponseContext ( )This method is from 'ClientProxy' class.
ClientProxy.invoke ( Object proxy, reflect.Method method, Object[ ] args )This method is from 'ClientProxy' class.
ClientProxy.invokeSync ( reflect.Method method, org.apache.cxf.service.model.BindingOperationInfo oi, Object[ ] params )This method is from 'ClientProxy' class.
[+] ClientProxyFactoryBean (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (44)
ClientProxyFactoryBean.clientClientProxy ( org.apache.cxf.endpoint.Client c )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.ClientProxyFactoryBean ( )This constructor is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.ClientProxyFactoryBean ( ClientFactoryBean fact )This constructor is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.create ( )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.create ( Class serviceClass )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.getAddress ( )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.getBindingConfig ( )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.getBindingId ( )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.getBus ( )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.getClientFactoryBean ( )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.getConduitSelector ( )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.getConfiguredName ( )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.getDataBinding ( )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.getEndpointName ( )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.getFeatures ( )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.getImplementingClasses ( )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.getPassword ( )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.getProperties ( )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.getServiceClass ( )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.getServiceFactory ( )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.getServiceName ( )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.getTransportId ( )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.getUsername ( )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.getWsdlLocation ( )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.getWsdlURL ( )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.initFeatures ( )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.setAddress ( String add )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.setBindingConfig ( org.apache.cxf.binding.BindingConfiguration config )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.setBindingId ( String bind )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.setBus ( org.apache.cxf.Bus bus )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.setClientFactoryBean ( ClientFactoryBean clientFactoryBean )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.setConduitSelector ( org.apache.cxf.endpoint.ConduitSelector selector )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.setDataBinding ( org.apache.cxf.databinding.DataBinding dataBinding )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.setEndpointName ( javax.xml.namespace.QName endpointName )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.setFeatures ( java.util.List f )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.setPassword ( String password )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.setProperties ( java.util.Map properties )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.setServiceClass ( Class serviceClass )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.setServiceFactory ( org.apache.cxf.service.factory.ReflectionServiceFactoryBean sf )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.setServiceName ( javax.xml.namespace.QName serviceName )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.setTransportId ( String transportId )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.setUsername ( String username )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.setWsdlLocation ( String wsdlURL )This method is from 'ClientProxyFactoryBean' class.
ClientProxyFactoryBean.setWsdlURL ( String wsdlURL )This method is from 'ClientProxyFactoryBean' class.
[+] FaultInfoException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
FaultInfoException.FaultInfoException ( )This constructor is from 'FaultInfoException' class.
FaultInfoException.FaultInfoException ( String arg0 )This constructor is from 'FaultInfoException' class.
FaultInfoException.FaultInfoException ( String arg0, Throwable arg1 )This constructor is from 'FaultInfoException' class.
FaultInfoException.FaultInfoException ( Throwable arg0 )This constructor is from 'FaultInfoException' class.
[+] MethodDispatcher (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
MethodDispatcher.bind ( org.apache.cxf.service.model.OperationInfo p1, reflect.Method[ ] p2 )This abstract method is from 'MethodDispatcher' interface.
MethodDispatcher.getBindingOperation ( reflect.Method p1, org.apache.cxf.endpoint.Endpoint p2 )This abstract method is from 'MethodDispatcher' interface.
MethodDispatcher.getMethod ( org.apache.cxf.service.model.BindingOperationInfo p1 )This abstract method is from 'MethodDispatcher' interface.
[+] ServerFactoryBean (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (24)
ServerFactoryBean.applyFeatures ( )This method is from 'ServerFactoryBean' class.
ServerFactoryBean.create ( )This method is from 'ServerFactoryBean' class.
ServerFactoryBean.createInvoker ( )This method is from 'ServerFactoryBean' class.
ServerFactoryBean.destroy ( )This method is from 'ServerFactoryBean' class.
ServerFactoryBean.detectTransportIdFromAddress ( String ad )This method is from 'ServerFactoryBean' class.
ServerFactoryBean.getBeanName ( )This method is from 'ServerFactoryBean' class.
ServerFactoryBean.getInvoker ( )This method is from 'ServerFactoryBean' class.
ServerFactoryBean.getSchemaLocations ( )This method is from 'ServerFactoryBean' class.
ServerFactoryBean.getServer ( )This method is from 'ServerFactoryBean' class.
ServerFactoryBean.getServiceBean ( )This method is from 'ServerFactoryBean' class.
ServerFactoryBean.getServiceBeanClass ( )This method is from 'ServerFactoryBean' class.
ServerFactoryBean.getWSDLEndpointFactory ( )This method is from 'ServerFactoryBean' class.
ServerFactoryBean.getWsdlLocation ( )This method is from 'ServerFactoryBean' class.
ServerFactoryBean.init ( )This method is from 'ServerFactoryBean' class.
ServerFactoryBean.initializeServiceFactory ( )This method is from 'ServerFactoryBean' class.
ServerFactoryBean.isStart ( )This method is from 'ServerFactoryBean' class.
ServerFactoryBean.ServerFactoryBean ( )This constructor is from 'ServerFactoryBean' class.
ServerFactoryBean.ServerFactoryBean ( org.apache.cxf.service.factory.ReflectionServiceFactoryBean sbean )This constructor is from 'ServerFactoryBean' class.
ServerFactoryBean.setInvoker ( org.apache.cxf.service.invoker.Invoker invoker )This method is from 'ServerFactoryBean' class.
ServerFactoryBean.setSchemaLocations ( java.util.List schemaLocations )This method is from 'ServerFactoryBean' class.
ServerFactoryBean.setServer ( org.apache.cxf.endpoint.Server server )This method is from 'ServerFactoryBean' class.
ServerFactoryBean.setServiceBean ( Object serviceBean )This method is from 'ServerFactoryBean' class.
ServerFactoryBean.setStart ( boolean start )This method is from 'ServerFactoryBean' class.
ServerFactoryBean.setWsdlLocation ( String location )This method is from 'ServerFactoryBean' class.
[+] SimpleMethodDispatcher (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SimpleMethodDispatcher.bind ( org.apache.cxf.service.model.OperationInfo o, reflect.Method[ ] methods )This method is from 'SimpleMethodDispatcher' class.
SimpleMethodDispatcher.getBindingOperation ( reflect.Method method, org.apache.cxf.endpoint.Endpoint endpoint )This method is from 'SimpleMethodDispatcher' class.
SimpleMethodDispatcher.getMethod ( org.apache.cxf.service.model.BindingOperationInfo op )This method is from 'SimpleMethodDispatcher' class.
SimpleMethodDispatcher.getPrimaryMethod ( org.apache.cxf.service.model.OperationInfo op )This method is from 'SimpleMethodDispatcher' class.
SimpleMethodDispatcher.SimpleMethodDispatcher ( )This constructor is from 'SimpleMethodDispatcher' class.
[+] WSDLGetInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
WSDLGetInterceptor.doOutput ( org.apache.cxf.message.Message message, String base, org.w3c.dom.Document doc, java.io.OutputStream out )This method is from 'WSDLGetInterceptor' class.
WSDLGetInterceptor.getDocument ( org.apache.cxf.message.Message message, String base, java.util.Map params, String ctxUri, org.apache.cxf.service.model.EndpointInfo endpointInfo )This method is from 'WSDLGetInterceptor' class.
WSDLGetInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'WSDLGetInterceptor' class.
WSDLGetInterceptor.isRecognizedQuery ( java.util.Map map, String baseUri, String ctx, org.apache.cxf.service.model.EndpointInfo endpointInfo )This method is from 'WSDLGetInterceptor' class.
WSDLGetInterceptor.WSDLGetInterceptor ( )This constructor is from 'WSDLGetInterceptor' class.
[+] WSDLGetUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
WSDLGetUtils.getDocument ( org.apache.cxf.message.Message message, String base, java.util.Map params, String ctxUri, org.apache.cxf.service.model.EndpointInfo endpointInfo )This method is from 'WSDLGetUtils' class.
WSDLGetUtils.getSchemaLocations ( org.apache.cxf.message.Message message, String base, String ctxUri, org.apache.cxf.service.model.EndpointInfo endpointInfo )This method is from 'WSDLGetUtils' class.
WSDLGetUtils.getWSDLIds ( org.apache.cxf.message.Message message, String base, String ctxUri, org.apache.cxf.service.model.EndpointInfo endpointInfo )This method is from 'WSDLGetUtils' class.
WSDLGetUtils.mapUri ( String base, java.util.Map smp, String loc )This method is from 'WSDLGetUtils' class.
WSDLGetUtils.resolveWithCatalogs ( org.apache.cxf.catalog.OASISCatalogManager catalogs, String start, String base )This method is from 'WSDLGetUtils' class.
WSDLGetUtils.rewriteAddress ( String base, org.w3c.dom.Element el, String soapNS )This method is from 'WSDLGetUtils' class.
WSDLGetUtils.setSoapAddressLocationOn ( javax.wsdl.Port port, String url )This method is from 'WSDLGetUtils' class.
WSDLGetUtils.updateDefinition ( org.apache.cxf.Bus bus, javax.wsdl.Definition def, java.util.Map done, java.util.Map doneSchemas, String base, org.apache.cxf.service.model.EndpointInfo ei )This method is from 'WSDLGetUtils' class.
WSDLGetUtils.updateDoc ( org.w3c.dom.Document doc, String base, java.util.Map mp, java.util.Map smp, org.apache.cxf.message.Message message )This method is from 'WSDLGetUtils' class.
WSDLGetUtils.updatePublishedEndpointUrl ( String publishingUrl, javax.wsdl.Definition def, javax.xml.namespace.QName name )This method is from 'WSDLGetUtils' class.
WSDLGetUtils.updateSchemaImports ( org.apache.cxf.Bus bus, javax.wsdl.extensions.schema.Schema schema, java.util.Map doneSchemas, String base )This method is from 'WSDLGetUtils' class.
WSDLGetUtils.WSDLGetUtils ( )This constructor is from 'WSDLGetUtils' class.
[+] WSDLQueryException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
WSDLQueryException.WSDLQueryException ( org.apache.cxf.common.i18n.Message msg, Throwable t )This constructor is from 'WSDLQueryException' class.
package org.apache.cxf.frontend.blueprint
[+] ClientProxyFactoryBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
ClientProxyFactoryBeanDefinitionParser.ClientProxyFactoryBeanDefinitionParser ( )This constructor is from 'ClientProxyFactoryBeanDefinitionParser' class.
ClientProxyFactoryBeanDefinitionParser.ClientProxyFactoryBeanDefinitionParser ( Class cls )This constructor is from 'ClientProxyFactoryBeanDefinitionParser' class.
ClientProxyFactoryBeanDefinitionParser.getFactoryCreateType ( org.w3c.dom.Element element )This method is from 'ClientProxyFactoryBeanDefinitionParser' class.
ClientProxyFactoryBeanDefinitionParser.getFactorySuffix ( )This method is from 'ClientProxyFactoryBeanDefinitionParser' class.
ClientProxyFactoryBeanDefinitionParser.hasBusProperty ( )This method is from 'ClientProxyFactoryBeanDefinitionParser' class.
ClientProxyFactoryBeanDefinitionParser.mapAttribute ( org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element e, String name, String val, org.apache.aries.blueprint.ParserContext context )This method is from 'ClientProxyFactoryBeanDefinitionParser' class.
ClientProxyFactoryBeanDefinitionParser.mapElement ( org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element el, String name )This method is from 'ClientProxyFactoryBeanDefinitionParser' class.
[+] ServerFactoryBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
ServerFactoryBeanDefinitionParser.getId ( org.w3c.dom.Element elem, org.apache.aries.blueprint.ParserContext context )This method is from 'ServerFactoryBeanDefinitionParser' class.
ServerFactoryBeanDefinitionParser.hasBusProperty ( )This method is from 'ServerFactoryBeanDefinitionParser' class.
ServerFactoryBeanDefinitionParser.mapAttribute ( org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element e, String name, String val, org.apache.aries.blueprint.ParserContext context )This method is from 'ServerFactoryBeanDefinitionParser' class.
ServerFactoryBeanDefinitionParser.mapElement ( org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element el, String name )This method is from 'ServerFactoryBeanDefinitionParser' class.
ServerFactoryBeanDefinitionParser.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context )This method is from 'ServerFactoryBeanDefinitionParser' class.
ServerFactoryBeanDefinitionParser.ServerFactoryBeanDefinitionParser ( )This constructor is from 'ServerFactoryBeanDefinitionParser' class.
ServerFactoryBeanDefinitionParser.ServerFactoryBeanDefinitionParser ( Class cls )This constructor is from 'ServerFactoryBeanDefinitionParser' class.
[+] SimpleBPNamespaceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
SimpleBPNamespaceHandler.decorate ( org.w3c.dom.Node node, org.osgi.service.blueprint.reflect.ComponentMetadata component, org.apache.aries.blueprint.ParserContext context )This method is from 'SimpleBPNamespaceHandler' class.
SimpleBPNamespaceHandler.getBlueprintContainer ( )This method is from 'SimpleBPNamespaceHandler' class.
SimpleBPNamespaceHandler.getManagedClasses ( )This method is from 'SimpleBPNamespaceHandler' class.
SimpleBPNamespaceHandler.getSchemaLocation ( String namespace )This method is from 'SimpleBPNamespaceHandler' class.
SimpleBPNamespaceHandler.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context )This method is from 'SimpleBPNamespaceHandler' class.
SimpleBPNamespaceHandler.setBlueprintContainer ( org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer )This method is from 'SimpleBPNamespaceHandler' class.
SimpleBPNamespaceHandler.SimpleBPNamespaceHandler ( )This constructor is from 'SimpleBPNamespaceHandler' class.
package org.apache.cxf.frontend.spring
[+] ClientProxyFactoryBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
ClientProxyFactoryBeanDefinitionParser.ClientProxyFactoryBeanDefinitionParser ( )This constructor is from 'ClientProxyFactoryBeanDefinitionParser' class.
ClientProxyFactoryBeanDefinitionParser.getFactoryClass ( )This method is from 'ClientProxyFactoryBeanDefinitionParser' class.
ClientProxyFactoryBeanDefinitionParser.getFactoryIdSuffix ( )This method is from 'ClientProxyFactoryBeanDefinitionParser' class.
ClientProxyFactoryBeanDefinitionParser.getRawFactoryClass ( )This method is from 'ClientProxyFactoryBeanDefinitionParser' class.
ClientProxyFactoryBeanDefinitionParser.getSuffix ( )This method is from 'ClientProxyFactoryBeanDefinitionParser' class.
ClientProxyFactoryBeanDefinitionParser.mapAttribute ( org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name, String val )This method is from 'ClientProxyFactoryBeanDefinitionParser' class.
ClientProxyFactoryBeanDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name )This method is from 'ClientProxyFactoryBeanDefinitionParser' class.
[+] ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean.ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean ( )This constructor is from 'ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean' class.
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean.ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean ( org.apache.cxf.frontend.ClientFactoryBean fact )This constructor is from 'ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean' class.
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean.create ( )This method is from 'ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean' class.
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean.destroy ( )This method is from 'ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean' class.
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean.getObject ( )This method is from 'ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean' class.
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean.getObjectType ( )This method is from 'ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean' class.
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean.isSingleton ( )This method is from 'ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean' class.
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean.setApplicationContext ( org.springframework.context.ApplicationContext ctx )This method is from 'ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean' class.
[+] NamespaceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
NamespaceHandler.init ( )This method is from 'NamespaceHandler' class.
NamespaceHandler.NamespaceHandler ( )This constructor is from 'NamespaceHandler' class.
[+] ServerFactoryBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
ServerFactoryBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean )This method is from 'ServerFactoryBeanDefinitionParser' class.
ServerFactoryBeanDefinitionParser.hasBusProperty ( )This method is from 'ServerFactoryBeanDefinitionParser' class.
ServerFactoryBeanDefinitionParser.mapAttribute ( org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name, String val )This method is from 'ServerFactoryBeanDefinitionParser' class.
ServerFactoryBeanDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element el, String name )This method is from 'ServerFactoryBeanDefinitionParser' class.
ServerFactoryBeanDefinitionParser.resolveId ( org.w3c.dom.Element elem, org.springframework.beans.factory.support.AbstractBeanDefinition definition, org.springframework.beans.factory.xml.ParserContext ctx )This method is from 'ServerFactoryBeanDefinitionParser' class.
ServerFactoryBeanDefinitionParser.ServerFactoryBeanDefinitionParser ( )This constructor is from 'ServerFactoryBeanDefinitionParser' class.
[+] ServerFactoryBeanDefinitionParser.SpringServerFactoryBean (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ServerFactoryBeanDefinitionParser.SpringServerFactoryBean.ServerFactoryBeanDefinitionParser.SpringServerFactoryBean ( )This constructor is from 'ServerFactoryBeanDefinitionParser.SpringServerFactoryBean' class.
ServerFactoryBeanDefinitionParser.SpringServerFactoryBean.ServerFactoryBeanDefinitionParser.SpringServerFactoryBean ( org.apache.cxf.service.factory.ReflectionServiceFactoryBean fact )This constructor is from 'ServerFactoryBeanDefinitionParser.SpringServerFactoryBean' class.
ServerFactoryBeanDefinitionParser.SpringServerFactoryBean.setApplicationContext ( org.springframework.context.ApplicationContext ctx )This method is from 'ServerFactoryBeanDefinitionParser.SpringServerFactoryBean' class.
package org.apache.cxf.headers
[+] Header (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
Header.getDataBinding ( )This method is from 'Header' class.
Header.getDirection ( )This method is from 'Header' class.
Header.getName ( )This method is from 'Header' class.
Header.getObject ( )This method is from 'Header' class.
Header.Header ( javax.xml.namespace.QName q, Object o )This constructor is from 'Header' class.
Header.Header ( javax.xml.namespace.QName q, Object o, org.apache.cxf.databinding.DataBinding b )This constructor is from 'Header' class.
Header.setDataBinding ( org.apache.cxf.databinding.DataBinding dataBinding )This method is from 'Header' class.
Header.setDirection ( Header.Direction hdrDirection )This method is from 'Header' class.
Header.setName ( javax.xml.namespace.QName name )This method is from 'Header' class.
Header.setObject ( Object object )This method is from 'Header' class.
[+] Header.Direction (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
Header.Direction.valueOf ( String name )This method is from 'Header.Direction' class.
Header.Direction.values ( )This method is from 'Header.Direction' class.
[+] HeaderManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
HeaderManager.getHeaderProcessor ( String p1 )This abstract method is from 'HeaderManager' interface.
HeaderManager.registerHeaderProcessor ( HeaderProcessor p1 )This abstract method is from 'HeaderManager' interface.
[+] HeaderManagerImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
HeaderManagerImpl.getBus ( )This method is from 'HeaderManagerImpl' class.
HeaderManagerImpl.getHeaderProcessor ( String namespace )This method is from 'HeaderManagerImpl' class.
HeaderManagerImpl.HeaderManagerImpl ( )This constructor is from 'HeaderManagerImpl' class.
HeaderManagerImpl.HeaderManagerImpl ( org.apache.cxf.Bus b )This constructor is from 'HeaderManagerImpl' class.
HeaderManagerImpl.registerHeaderProcessor ( HeaderProcessor processor )This method is from 'HeaderManagerImpl' class.
HeaderManagerImpl.setBus ( org.apache.cxf.Bus bus )This method is from 'HeaderManagerImpl' class.
[+] HeaderProcessor (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
HeaderProcessor.getDataBinding ( )This abstract method is from 'HeaderProcessor' interface.
HeaderProcessor.getInterceptorProvider ( )This abstract method is from 'HeaderProcessor' interface.
HeaderProcessor.getNamespace ( )This abstract method is from 'HeaderProcessor' interface.
package org.apache.cxf.helpers
[+] CastUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
CastUtils.cast ( java.util.Collection p )This method is from 'CastUtils' class.
CastUtils.cast ( java.util.Collection p, Class cls )This method is from 'CastUtils' class.
CastUtils.cast ( java.util.Dictionary p )This method is from 'CastUtils' class.
CastUtils.cast ( java.util.Dictionary p, Class t, Class u )This method is from 'CastUtils' class.
CastUtils.cast ( java.util.Enumeration p )This method is from 'CastUtils' class.
CastUtils.cast ( java.util.Enumeration p, Class cls )This method is from 'CastUtils' class.
CastUtils.cast ( java.util.Iterator p )This method is from 'CastUtils' class.
CastUtils.cast ( java.util.Iterator p, Class cls )This method is from 'CastUtils' class.
CastUtils.cast ( java.util.List p )This method is from 'CastUtils' class.
CastUtils.cast ( java.util.List p, Class cls )This method is from 'CastUtils' class.
CastUtils.cast ( java.util.Map p )This method is from 'CastUtils' class.
CastUtils.cast ( java.util.Map p, Class t, Class u )This method is from 'CastUtils' class.
CastUtils.cast ( java.util.Map.Entry p )This method is from 'CastUtils' class.
CastUtils.cast ( java.util.Map.Entry p, Class pc, Class uc )This method is from 'CastUtils' class.
CastUtils.cast ( java.util.Set p )This method is from 'CastUtils' class.
CastUtils.cast ( java.util.Set p, Class cls )This method is from 'CastUtils' class.
[+] DOMUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (38)
DOMUtils.addNamespacePrefix ( org.w3c.dom.Element element, String namespaceUri, String prefix )This method is from 'DOMUtils' class.
DOMUtils.createDocument ( )This method is from 'DOMUtils' class.
DOMUtils.createDocumentBuilder ( )This method is from 'DOMUtils' class.
DOMUtils.createNamespace ( org.w3c.dom.Element el, String ns )This method is from 'DOMUtils' class.
DOMUtils.findAllElementsByTagName ( org.w3c.dom.Element elem, String tagName )This method is from 'DOMUtils' class.
DOMUtils.findAllElementsByTagNameNS ( org.w3c.dom.Element elem, String nameSpaceURI, String localName )This method is from 'DOMUtils' class.
DOMUtils.findChildWithAtt ( org.w3c.dom.Node parent, String elemName, String attName, String attVal )This method is from 'DOMUtils' class.
DOMUtils.getAttribute ( org.w3c.dom.Element element, javax.xml.namespace.QName attName )This method is from 'DOMUtils' class.
DOMUtils.getAttribute ( org.w3c.dom.Node element, String attName )This method is from 'DOMUtils' class.
DOMUtils.getAttributeValueEmptyNull ( org.w3c.dom.Element e, String attributeName )This method is from 'DOMUtils' class.
DOMUtils.getChild ( org.w3c.dom.Node parent, int type )This method is from 'DOMUtils' class.
DOMUtils.getChild ( org.w3c.dom.Node parent, String name )This method is from 'DOMUtils' class.
DOMUtils.getChildContent ( org.w3c.dom.Node parent, String name )This method is from 'DOMUtils' class.
DOMUtils.getChildrenWithName ( org.w3c.dom.Element parent, String ns, String localName )This method is from 'DOMUtils' class.
DOMUtils.getChildrenWithNamespace ( org.w3c.dom.Element parent, String ns )This method is from 'DOMUtils' class.
DOMUtils.getContent ( org.w3c.dom.Node n )This method is from 'DOMUtils' class.
DOMUtils.getElementQName ( org.w3c.dom.Element el )This method is from 'DOMUtils' class.
DOMUtils.getFirstChildWithName ( org.w3c.dom.Element parent, String ns, String lp )This method is from 'DOMUtils' class.
DOMUtils.getFirstChildWithName ( org.w3c.dom.Element parent, javax.xml.namespace.QName q )This method is from 'DOMUtils' class.
DOMUtils.getFirstElement ( org.w3c.dom.Node parent )This method is from 'DOMUtils' class.
DOMUtils.getNamespace ( org.w3c.dom.Node node, String searchPrefix )This method is from 'DOMUtils' class.
DOMUtils.getNext ( org.w3c.dom.Node current )This method is from 'DOMUtils' class.
DOMUtils.getNext ( org.w3c.dom.Node current, String name, int type )This method is from 'DOMUtils' class.
DOMUtils.getNextElement ( org.w3c.dom.Element el )This method is from 'DOMUtils' class.
DOMUtils.getPrefix ( org.w3c.dom.Element el, String ns )This method is from 'DOMUtils' class.
DOMUtils.getPrefixes ( org.w3c.dom.Element element, String namespaceUri, java.util.List prefixes )This method is from 'DOMUtils' class.
DOMUtils.getPrefixesRecursive ( org.w3c.dom.Element element, String namespaceUri, java.util.List prefixes )This method is from 'DOMUtils' class.
DOMUtils.getPrefixRecursive ( org.w3c.dom.Element el, String ns )This method is from 'DOMUtils' class.
DOMUtils.getRawContent ( org.w3c.dom.Node n )This method is from 'DOMUtils' class.
DOMUtils.hasElementInNS ( org.w3c.dom.Element el, String namespace )This method is from 'DOMUtils' class.
DOMUtils.readXml ( java.io.InputStream is )This method is from 'DOMUtils' class.
DOMUtils.readXml ( java.io.Reader is )This method is from 'DOMUtils' class.
DOMUtils.readXml ( javax.xml.transform.stream.StreamSource is )This method is from 'DOMUtils' class.
DOMUtils.removeAttribute ( org.w3c.dom.Node node, String attName )This method is from 'DOMUtils' class.
DOMUtils.setAttribute ( org.w3c.dom.Node node, String attName, String val )This method is from 'DOMUtils' class.
DOMUtils.setNamespace ( org.w3c.dom.Element element, String namespace, String prefix )This method is from 'DOMUtils' class.
DOMUtils.setText ( org.w3c.dom.Node node, String val )This method is from 'DOMUtils' class.
DOMUtils.writeXml ( org.w3c.dom.Node n, java.io.OutputStream os )This method is from 'DOMUtils' class.
[+] DOMUtils.NullResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
DOMUtils.NullResolver.DOMUtils.NullResolver ( )This constructor is from 'DOMUtils.NullResolver' class.
DOMUtils.NullResolver.resolveEntity ( String publicId, String systemId )This method is from 'DOMUtils.NullResolver' class.
[+] FileUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
FileUtils.createTempFile ( String prefix, String suffix )This method is from 'FileUtils' class.
FileUtils.createTempFile ( String prefix, String suffix, java.io.File parentDir, boolean deleteOnExit )This method is from 'FileUtils' class.
FileUtils.delete ( java.io.File f )This method is from 'FileUtils' class.
FileUtils.delete ( java.io.File f, boolean inShutdown )This method is from 'FileUtils' class.
FileUtils.getDefaultTempDir ( )This method is from 'FileUtils' class.
FileUtils.getFiles ( java.io.File dir, String pattern )This method is from 'FileUtils' class.
FileUtils.getFiles ( java.io.File dir, String pattern, java.io.File exclude )This method is from 'FileUtils' class.
FileUtils.getFilesRecurse ( java.io.File dir, String pattern )This method is from 'FileUtils' class.
FileUtils.getFilesRecurse ( java.io.File dir, String pattern, java.io.File exclude )This method is from 'FileUtils' class.
FileUtils.getStringFromFile ( java.io.File location )This method is from 'FileUtils' class.
FileUtils.mkDir ( java.io.File dir )This method is from 'FileUtils' class.
FileUtils.normalizeCRLF ( java.io.InputStream instream )This method is from 'FileUtils' class.
FileUtils.readLines ( java.io.File file )This method is from 'FileUtils' class.
FileUtils.removeDir ( java.io.File d )This method is from 'FileUtils' class.
[+] HttpHeaderHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
HttpHeaderHelper.findCharset ( String contentType )This method is from 'HttpHeaderHelper' class.
HttpHeaderHelper.getHeader ( java.util.Map headerMap, String key )This method is from 'HttpHeaderHelper' class.
HttpHeaderHelper.getHeaderKey ( String key )This method is from 'HttpHeaderHelper' class.
HttpHeaderHelper.mapCharset ( String enc )This method is from 'HttpHeaderHelper' class.
HttpHeaderHelper.mapCharset ( String enc, String deflt )This method is from 'HttpHeaderHelper' class.
[+] IOUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (19)
IOUtils.consume ( java.io.InputStream in )This method is from 'IOUtils' class.
IOUtils.copy ( java.io.InputStream input, java.io.OutputStream output )This method is from 'IOUtils' class.
IOUtils.copy ( java.io.InputStream input, java.io.OutputStream output, int bufferSize )This method is from 'IOUtils' class.
IOUtils.copy ( java.io.Reader input, java.io.Writer output, int bufferSize )This method is from 'IOUtils' class.
IOUtils.copyAndCloseInput ( java.io.InputStream input, java.io.OutputStream output )This method is from 'IOUtils' class.
IOUtils.copyAndCloseInput ( java.io.InputStream input, java.io.OutputStream output, int bufferSize )This method is from 'IOUtils' class.
IOUtils.loadIntoBAIS ( java.io.InputStream in )This method is from 'IOUtils' class.
IOUtils.newStringFromBytes ( byte[ ] bytes )This method is from 'IOUtils' class.
IOUtils.newStringFromBytes ( byte[ ] bytes, int start, int length )This method is from 'IOUtils' class.
IOUtils.newStringFromBytes ( byte[ ] bytes, String charsetName )This method is from 'IOUtils' class.
IOUtils.newStringFromBytes ( byte[ ] bytes, String charsetName, int start, int length )This method is from 'IOUtils' class.
IOUtils.readBytesFromStream ( java.io.InputStream in )This method is from 'IOUtils' class.
IOUtils.readStringFromStream ( java.io.InputStream in )This method is from 'IOUtils' class.
IOUtils.toString ( java.io.InputStream input )This method is from 'IOUtils' class.
IOUtils.toString ( java.io.InputStream input, int bufferSize )This method is from 'IOUtils' class.
IOUtils.toString ( java.io.InputStream input, int bufferSize, String charset )This method is from 'IOUtils' class.
IOUtils.toString ( java.io.InputStream input, String charset )This method is from 'IOUtils' class.
IOUtils.toString ( java.io.Reader input )This method is from 'IOUtils' class.
IOUtils.toString ( java.io.Reader input, int bufSize )This method is from 'IOUtils' class.
[+] JavaUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JavaUtils.isJavaKeyword ( String keyword )This method is from 'JavaUtils' class.
JavaUtils.makeNonJavaKeyword ( String keyword )This method is from 'JavaUtils' class.
[+] LoadingByteArrayOutputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
LoadingByteArrayOutputStream.createInputStream ( )This method is from 'LoadingByteArrayOutputStream' class.
LoadingByteArrayOutputStream.getRawBytes ( )This method is from 'LoadingByteArrayOutputStream' class.
LoadingByteArrayOutputStream.LoadingByteArrayOutputStream ( )This constructor is from 'LoadingByteArrayOutputStream' class.
LoadingByteArrayOutputStream.LoadingByteArrayOutputStream ( int i )This constructor is from 'LoadingByteArrayOutputStream' class.
LoadingByteArrayOutputStream.toByteArray ( )This method is from 'LoadingByteArrayOutputStream' class.
[+] MapNamespaceContext (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
MapNamespaceContext.addNamespace ( String prefix, String namespaceURI )This method is from 'MapNamespaceContext' class.
MapNamespaceContext.addNamespaces ( java.util.Map ns )This method is from 'MapNamespaceContext' class.
MapNamespaceContext.getNamespaceURI ( String prefix )This method is from 'MapNamespaceContext' class.
MapNamespaceContext.getPrefix ( String namespaceURI )This method is from 'MapNamespaceContext' class.
MapNamespaceContext.getPrefixes ( String namespaceURI )This method is from 'MapNamespaceContext' class.
MapNamespaceContext.getUsedNamespaces ( )This method is from 'MapNamespaceContext' class.
MapNamespaceContext.MapNamespaceContext ( )This constructor is from 'MapNamespaceContext' class.
MapNamespaceContext.MapNamespaceContext ( java.util.Map ns )This constructor is from 'MapNamespaceContext' class.
MapNamespaceContext.MapNamespaceContext ( org.w3c.dom.Node node )This constructor is from 'MapNamespaceContext' class.
MapNamespaceContext.setTargetNode ( org.w3c.dom.Node node )This method is from 'MapNamespaceContext' class.
[+] MethodComparator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
MethodComparator.compare ( Object x0, Object x1 )This method is from 'MethodComparator' class.
MethodComparator.compare ( reflect.Method m1, reflect.Method m2 )This method is from 'MethodComparator' class.
MethodComparator.MethodComparator ( )This constructor is from 'MethodComparator' class.
[+] NodeUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
NodeUtils.getChildElementNode ( org.w3c.dom.Node xmlNode )This method is from 'NodeUtils' class.
[+] NSDecl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
NSDecl.equals ( Object obj )This method is from 'NSDecl' class.
NSDecl.getPrefix ( )This method is from 'NSDecl' class.
NSDecl.getUri ( )This method is from 'NSDecl' class.
NSDecl.hashCode ( )This method is from 'NSDecl' class.
NSDecl.NSDecl ( String pfx, String ur )This constructor is from 'NSDecl' class.
NSDecl.toString ( )This method is from 'NSDecl' class.
[+] NSStack (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
NSStack.add ( String uri )This method is from 'NSStack' class.
NSStack.add ( String prefix, String uri )This method is from 'NSStack' class.
NSStack.getPrefix ( String uri )This method is from 'NSStack' class.
NSStack.getURI ( String prefix )This method is from 'NSStack' class.
NSStack.NSStack ( )This constructor is from 'NSStack' class.
NSStack.pop ( )This method is from 'NSStack' class.
NSStack.push ( )This method is from 'NSStack' class.
[+] ServiceUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ServiceUtils.getMethodName ( reflect.Method m )This method is from 'ServiceUtils' class.
ServiceUtils.makeNamespaceFromClassName ( String className, String protocol )This method is from 'ServiceUtils' class.
ServiceUtils.makePackageName ( String namespace )This method is from 'ServiceUtils' class.
ServiceUtils.makeQualifiedNameFromClass ( Class clazz )This method is from 'ServiceUtils' class.
ServiceUtils.makeServiceNameFromClassName ( Class clazz )This method is from 'ServiceUtils' class.
[+] WSDLHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
WSDLHelper.getBinding ( javax.wsdl.BindingOperation bop, javax.wsdl.Definition def )This method is from 'WSDLHelper' class.
WSDLHelper.getBindingOperation ( javax.wsdl.Binding binding, String operationName )This method is from 'WSDLHelper' class.
WSDLHelper.getBindingOperation ( javax.wsdl.Definition def, String operationName )This method is from 'WSDLHelper' class.
WSDLHelper.getDefinition ( java.io.File wsdlFile )This method is from 'WSDLHelper' class.
WSDLHelper.getInMessageParts ( javax.wsdl.Operation operation )This method is from 'WSDLHelper' class.
WSDLHelper.getOutMessageParts ( javax.wsdl.Operation operation )This method is from 'WSDLHelper' class.
WSDLHelper.getParts ( javax.wsdl.Operation operation, boolean out )This method is from 'WSDLHelper' class.
WSDLHelper.getPortTypes ( javax.wsdl.Definition def )This method is from 'WSDLHelper' class.
WSDLHelper.writeQName ( javax.wsdl.Definition def, javax.xml.namespace.QName qname )This method is from 'WSDLHelper' class.
WSDLHelper.WSDLHelper ( )This constructor is from 'WSDLHelper' class.
[+] XMLUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (44)
XMLUtils.convertStringsToQNames ( java.util.List expandedQNames )This method is from 'XMLUtils' class.
XMLUtils.convertStringToQName ( String expandedQName )This method is from 'XMLUtils' class.
XMLUtils.convertStringToQName ( String expandedQName, String prefix )This method is from 'XMLUtils' class.
XMLUtils.createElementNS ( org.w3c.dom.Document root, String namespaceURI, String qualifiedName )This method is from 'XMLUtils' class.
XMLUtils.createElementNS ( org.w3c.dom.Document root, javax.xml.namespace.QName name )This method is from 'XMLUtils' class.
XMLUtils.createElementNS ( org.w3c.dom.Node node, javax.xml.namespace.QName name )This method is from 'XMLUtils' class.
XMLUtils.createTextNode ( org.w3c.dom.Document root, String data )This method is from 'XMLUtils' class.
XMLUtils.createTextNode ( org.w3c.dom.Node node, String data )This method is from 'XMLUtils' class.
XMLUtils.fetchElementByNameAttribute ( org.w3c.dom.Element parent, String targetName, String nameValue )This method is from 'XMLUtils' class.
XMLUtils.fromSource ( javax.xml.transform.Source src )This method is from 'XMLUtils' class.
XMLUtils.generateXMLFile ( org.w3c.dom.Element element, java.io.Writer writer )This method is from 'XMLUtils' class.
XMLUtils.getAttribute ( org.w3c.dom.Element el, String attrName )This method is from 'XMLUtils' class.
XMLUtils.getInputStream ( org.w3c.dom.Document doc )This method is from 'XMLUtils' class.
XMLUtils.getNamespace ( java.util.Map namespaces, String str, String defaultNamespace )This method is from 'XMLUtils' class.
XMLUtils.getParser ( )This method is from 'XMLUtils' class.
XMLUtils.getQName ( String value, org.w3c.dom.Node node )This method is from 'XMLUtils' class.
XMLUtils.hasAttribute ( org.w3c.dom.Element element, String value )This method is from 'XMLUtils' class.
XMLUtils.newDocument ( )This method is from 'XMLUtils' class.
XMLUtils.newTransformer ( )This method is from 'XMLUtils' class.
XMLUtils.newTransformer ( int indent )This method is from 'XMLUtils' class.
XMLUtils.parse ( byte[ ] in )This method is from 'XMLUtils' class.
XMLUtils.parse ( java.io.File is )This method is from 'XMLUtils' class.
XMLUtils.parse ( java.io.InputStream in )This method is from 'XMLUtils' class.
XMLUtils.parse ( String in )This method is from 'XMLUtils' class.
XMLUtils.parse ( org.xml.sax.InputSource is )This method is from 'XMLUtils' class.
XMLUtils.printAttributes ( org.w3c.dom.Element element )This method is from 'XMLUtils' class.
XMLUtils.printDOM ( String words, org.w3c.dom.Node node )This method is from 'XMLUtils' class.
XMLUtils.printDOM ( org.w3c.dom.Node node )This method is from 'XMLUtils' class.
XMLUtils.removeContents ( org.w3c.dom.Node parent )This method is from 'XMLUtils' class.
XMLUtils.replaceAttribute ( org.w3c.dom.Element element, String attr, String value )This method is from 'XMLUtils' class.
XMLUtils.toString ( javax.xml.transform.Source source )This method is from 'XMLUtils' class.
XMLUtils.toString ( javax.xml.transform.Source source, java.util.Properties props )This method is from 'XMLUtils' class.
XMLUtils.toString ( org.w3c.dom.Node node )This method is from 'XMLUtils' class.
XMLUtils.toString ( org.w3c.dom.Node node, int indent )This method is from 'XMLUtils' class.
XMLUtils.writeTo ( javax.xml.transform.Source src, java.io.OutputStream os )This method is from 'XMLUtils' class.
XMLUtils.writeTo ( javax.xml.transform.Source src, java.io.OutputStream os, int indent )This method is from 'XMLUtils' class.
XMLUtils.writeTo ( javax.xml.transform.Source src, java.io.OutputStream os, int indent, String charset, String omitXmlDecl )This method is from 'XMLUtils' class.
XMLUtils.writeTo ( javax.xml.transform.Source src, java.io.Writer os )This method is from 'XMLUtils' class.
XMLUtils.writeTo ( javax.xml.transform.Source src, java.io.Writer os, int indent )This method is from 'XMLUtils' class.
XMLUtils.writeTo ( javax.xml.transform.Source src, java.io.Writer os, int indent, String charset, String omitXmlDecl )This method is from 'XMLUtils' class.
XMLUtils.writeTo ( org.w3c.dom.Node node, java.io.OutputStream os )This method is from 'XMLUtils' class.
XMLUtils.writeTo ( org.w3c.dom.Node node, java.io.OutputStream os, int indent )This method is from 'XMLUtils' class.
XMLUtils.writeTo ( org.w3c.dom.Node node, java.io.Writer os )This method is from 'XMLUtils' class.
XMLUtils.writeTo ( org.w3c.dom.Node node, java.io.Writer os, int indent )This method is from 'XMLUtils' class.
[+] XPathUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
XPathUtils.getValue ( String xpathExpression, org.w3c.dom.Node node, javax.xml.namespace.QName type )This method is from 'XPathUtils' class.
XPathUtils.getValueList ( String xpathExpression, org.w3c.dom.Node node )This method is from 'XPathUtils' class.
XPathUtils.getValueNode ( String xpathExpression, org.w3c.dom.Node node )This method is from 'XPathUtils' class.
XPathUtils.getValueString ( String xpathExpression, org.w3c.dom.Node node )This method is from 'XPathUtils' class.
XPathUtils.isExist ( String xpathExpression, org.w3c.dom.Node node, javax.xml.namespace.QName type )This method is from 'XPathUtils' class.
XPathUtils.XPathUtils ( )This constructor is from 'XPathUtils' class.
XPathUtils.XPathUtils ( java.util.Map ns )This constructor is from 'XPathUtils' class.
XPathUtils.XPathUtils ( javax.xml.namespace.NamespaceContext ctx )This constructor is from 'XPathUtils' class.
package org.apache.cxf.interceptor
[+] AbstractAttributedInterceptorProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
AbstractAttributedInterceptorProvider.AbstractAttributedInterceptorProvider ( )This constructor is from 'AbstractAttributedInterceptorProvider' abstract class.
AbstractAttributedInterceptorProvider.equals ( Object o )This method is from 'AbstractAttributedInterceptorProvider' abstract class.
AbstractAttributedInterceptorProvider.getInFaultInterceptors ( )This method is from 'AbstractAttributedInterceptorProvider' abstract class.
AbstractAttributedInterceptorProvider.getInInterceptors ( )This method is from 'AbstractAttributedInterceptorProvider' abstract class.
AbstractAttributedInterceptorProvider.getOutFaultInterceptors ( )This method is from 'AbstractAttributedInterceptorProvider' abstract class.
AbstractAttributedInterceptorProvider.getOutInterceptors ( )This method is from 'AbstractAttributedInterceptorProvider' abstract class.
AbstractAttributedInterceptorProvider.hashCode ( )This method is from 'AbstractAttributedInterceptorProvider' abstract class.
AbstractAttributedInterceptorProvider.setInFaultInterceptors ( java.util.List interceptors )This method is from 'AbstractAttributedInterceptorProvider' abstract class.
AbstractAttributedInterceptorProvider.setInInterceptors ( java.util.List interceptors )This method is from 'AbstractAttributedInterceptorProvider' abstract class.
AbstractAttributedInterceptorProvider.setOutFaultInterceptors ( java.util.List interceptors )This method is from 'AbstractAttributedInterceptorProvider' abstract class.
AbstractAttributedInterceptorProvider.setOutInterceptors ( java.util.List interceptors )This method is from 'AbstractAttributedInterceptorProvider' abstract class.
[+] AbstractEndpointSelectionInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
AbstractEndpointSelectionInterceptor.AbstractEndpointSelectionInterceptor ( )This constructor is from 'AbstractEndpointSelectionInterceptor' abstract class.
AbstractEndpointSelectionInterceptor.AbstractEndpointSelectionInterceptor ( String phase )This constructor is from 'AbstractEndpointSelectionInterceptor' abstract class.
AbstractEndpointSelectionInterceptor.AbstractEndpointSelectionInterceptor ( String id, String phase )This constructor is from 'AbstractEndpointSelectionInterceptor' abstract class.
AbstractEndpointSelectionInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'AbstractEndpointSelectionInterceptor' abstract class.
AbstractEndpointSelectionInterceptor.selectEndpoint ( org.apache.cxf.message.Message p1, java.util.Set p2 )This abstract method is from 'AbstractEndpointSelectionInterceptor' abstract class.
[+] AbstractFaultChainInitiatorObserver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
AbstractFaultChainInitiatorObserver.AbstractFaultChainInitiatorObserver ( org.apache.cxf.Bus bus )This constructor is from 'AbstractFaultChainInitiatorObserver' abstract class.
AbstractFaultChainInitiatorObserver.getBus ( )This method is from 'AbstractFaultChainInitiatorObserver' abstract class.
AbstractFaultChainInitiatorObserver.getPhases ( )This abstract method is from 'AbstractFaultChainInitiatorObserver' abstract class.
AbstractFaultChainInitiatorObserver.initializeInterceptors ( org.apache.cxf.message.Exchange ex, org.apache.cxf.phase.PhaseInterceptorChain chain )This method is from 'AbstractFaultChainInitiatorObserver' abstract class.
AbstractFaultChainInitiatorObserver.isOutboundObserver ( )This abstract method is from 'AbstractFaultChainInitiatorObserver' abstract class.
AbstractFaultChainInitiatorObserver.onMessage ( org.apache.cxf.message.Message message )This method is from 'AbstractFaultChainInitiatorObserver' abstract class.
[+] AbstractInDatabindingInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
AbstractInDatabindingInterceptor.AbstractInDatabindingInterceptor ( String phase )This constructor is from 'AbstractInDatabindingInterceptor' abstract class.
AbstractInDatabindingInterceptor.AbstractInDatabindingInterceptor ( String i, String phase )This constructor is from 'AbstractInDatabindingInterceptor' abstract class.
AbstractInDatabindingInterceptor.findMessagePart ( org.apache.cxf.message.Exchange exchange, java.util.Collection operations, javax.xml.namespace.QName name, boolean client, int index, org.apache.cxf.message.Message message )This method is from 'AbstractInDatabindingInterceptor' abstract class.
AbstractInDatabindingInterceptor.getBindingOperationInfo ( org.apache.cxf.message.Exchange exchange, javax.xml.namespace.QName name, boolean client )This method is from 'AbstractInDatabindingInterceptor' abstract class.
AbstractInDatabindingInterceptor.getDataReader ( org.apache.cxf.message.Message message )This method is from 'AbstractInDatabindingInterceptor' abstract class.
AbstractInDatabindingInterceptor.getDataReader ( org.apache.cxf.message.Message message, Class input )This method is from 'AbstractInDatabindingInterceptor' abstract class.
AbstractInDatabindingInterceptor.getMessageInfo ( org.apache.cxf.message.Message message, org.apache.cxf.service.model.BindingOperationInfo operation )This method is from 'AbstractInDatabindingInterceptor' abstract class.
AbstractInDatabindingInterceptor.getMessageInfo ( org.apache.cxf.message.Message message, org.apache.cxf.service.model.BindingOperationInfo operation, boolean requestor )This method is from 'AbstractInDatabindingInterceptor' abstract class.
AbstractInDatabindingInterceptor.getNodeDataReader ( org.apache.cxf.message.Message message )This method is from 'AbstractInDatabindingInterceptor' abstract class.
AbstractInDatabindingInterceptor.getXMLStreamReader ( org.apache.cxf.message.Message message )This method is from 'AbstractInDatabindingInterceptor' abstract class.
AbstractInDatabindingInterceptor.isRequestor ( org.apache.cxf.message.Message message )This method is from 'AbstractInDatabindingInterceptor' abstract class.
AbstractInDatabindingInterceptor.setMessage ( org.apache.cxf.message.Message message, org.apache.cxf.service.model.BindingOperationInfo operation, boolean requestor, org.apache.cxf.service.model.ServiceInfo si, org.apache.cxf.service.model.MessageInfo msgInfo )This method is from 'AbstractInDatabindingInterceptor' abstract class.
AbstractInDatabindingInterceptor.supportsDataReader ( org.apache.cxf.message.Message message, Class input )This method is from 'AbstractInDatabindingInterceptor' abstract class.
[+] AbstractLoggingInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
AbstractLoggingInterceptor.AbstractLoggingInterceptor ( String phase )This constructor is from 'AbstractLoggingInterceptor' abstract class.
AbstractLoggingInterceptor.AbstractLoggingInterceptor ( String id, String phase )This constructor is from 'AbstractLoggingInterceptor' abstract class.
AbstractLoggingInterceptor.getLimit ( )This method is from 'AbstractLoggingInterceptor' abstract class.
AbstractLoggingInterceptor.getLogger ( )This abstract method is from 'AbstractLoggingInterceptor' abstract class.
AbstractLoggingInterceptor.getPrintWriter ( )This method is from 'AbstractLoggingInterceptor' abstract class.
AbstractLoggingInterceptor.isPrettyLogging ( )This method is from 'AbstractLoggingInterceptor' abstract class.
AbstractLoggingInterceptor.log ( java.util.logging.Logger logger, String message )This method is from 'AbstractLoggingInterceptor' abstract class.
AbstractLoggingInterceptor.setLimit ( int lim )This method is from 'AbstractLoggingInterceptor' abstract class.
AbstractLoggingInterceptor.setOutputLocation ( String s )This method is from 'AbstractLoggingInterceptor' abstract class.
AbstractLoggingInterceptor.setPrettyLogging ( boolean flag )This method is from 'AbstractLoggingInterceptor' abstract class.
AbstractLoggingInterceptor.setPrintWriter ( java.io.PrintWriter w )This method is from 'AbstractLoggingInterceptor' abstract class.
AbstractLoggingInterceptor.transform ( String originalLogString )This method is from 'AbstractLoggingInterceptor' abstract class.
AbstractLoggingInterceptor.writePayload ( StringBuilder builder, org.apache.cxf.io.CachedOutputStream cos, String encoding, String contentType )This method is from 'AbstractLoggingInterceptor' abstract class.
[+] AbstractOutDatabindingInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
AbstractOutDatabindingInterceptor.AbstractOutDatabindingInterceptor ( String phase )This constructor is from 'AbstractOutDatabindingInterceptor' abstract class.
AbstractOutDatabindingInterceptor.AbstractOutDatabindingInterceptor ( String id, String phase )This constructor is from 'AbstractOutDatabindingInterceptor' abstract class.
AbstractOutDatabindingInterceptor.getDataWriter ( org.apache.cxf.message.Message message, org.apache.cxf.service.Service service, Class output )This method is from 'AbstractOutDatabindingInterceptor' abstract class.
AbstractOutDatabindingInterceptor.getXMLStreamWriter ( org.apache.cxf.message.Message message )This method is from 'AbstractOutDatabindingInterceptor' abstract class.
AbstractOutDatabindingInterceptor.isRequestor ( org.apache.cxf.message.Message message )This method is from 'AbstractOutDatabindingInterceptor' abstract class.
AbstractOutDatabindingInterceptor.shouldValidate ( org.apache.cxf.message.Message m )This method is from 'AbstractOutDatabindingInterceptor' abstract class.
AbstractOutDatabindingInterceptor.writeParts ( org.apache.cxf.message.Message message, org.apache.cxf.message.Exchange exchange, org.apache.cxf.service.model.BindingOperationInfo operation, org.apache.cxf.message.MessageContentsList objs, java.util.List parts )This method is from 'AbstractOutDatabindingInterceptor' abstract class.
AbstractOutDatabindingInterceptor.writeToOutputStream ( org.apache.cxf.message.Message m, org.apache.cxf.service.model.BindingInfo info, org.apache.cxf.service.Service s )This method is from 'AbstractOutDatabindingInterceptor' abstract class.
[+] AnnotationInterceptors (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
AnnotationInterceptors.AnnotationInterceptors ( Class[ ] clz )This constructor is from 'AnnotationInterceptors' class.
AnnotationInterceptors.getFeatures ( )This method is from 'AnnotationInterceptors' class.
AnnotationInterceptors.getInFaultInterceptors ( )This method is from 'AnnotationInterceptors' class.
AnnotationInterceptors.getInInterceptors ( )This method is from 'AnnotationInterceptors' class.
AnnotationInterceptors.getOutFaultInterceptors ( )This method is from 'AnnotationInterceptors' class.
AnnotationInterceptors.getOutInterceptors ( )This method is from 'AnnotationInterceptors' class.
[+] AttachmentInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AttachmentInInterceptor.AttachmentInInterceptor ( )This constructor is from 'AttachmentInInterceptor' class.
AttachmentInInterceptor.getSupportedTypes ( )This method is from 'AttachmentInInterceptor' class.
AttachmentInInterceptor.handleFault ( org.apache.cxf.message.Message messageParam )This method is from 'AttachmentInInterceptor' class.
AttachmentInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'AttachmentInInterceptor' class.
[+] AttachmentOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AttachmentOutInterceptor.AttachmentOutInterceptor ( )This constructor is from 'AttachmentOutInterceptor' class.
AttachmentOutInterceptor.getMultipartType ( )This method is from 'AttachmentOutInterceptor' class.
AttachmentOutInterceptor.getRootHeaders ( )This method is from 'AttachmentOutInterceptor' class.
AttachmentOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'AttachmentOutInterceptor' class.
[+] AttachmentOutInterceptor.AttachmentOutEndingInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
AttachmentOutInterceptor.AttachmentOutEndingInterceptor.AttachmentOutInterceptor.AttachmentOutEndingInterceptor ( AttachmentOutInterceptor p1 )This constructor is from 'AttachmentOutInterceptor.AttachmentOutEndingInterceptor' class.
AttachmentOutInterceptor.AttachmentOutEndingInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'AttachmentOutInterceptor.AttachmentOutEndingInterceptor' class.
[+] BareInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
BareInInterceptor.BareInInterceptor ( )This constructor is from 'BareInInterceptor' class.
BareInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'BareInInterceptor' class.
[+] BareOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
BareOutInterceptor.BareOutInterceptor ( )This constructor is from 'BareOutInterceptor' class.
BareOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'BareOutInterceptor' class.
[+] ClientFaultConverter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ClientFaultConverter.ClientFaultConverter ( )This constructor is from 'ClientFaultConverter' class.
ClientFaultConverter.ClientFaultConverter ( String phase )This constructor is from 'ClientFaultConverter' class.
ClientFaultConverter.handleMessage ( org.apache.cxf.message.Message msg )This method is from 'ClientFaultConverter' class.
ClientFaultConverter.processFaultDetail ( Fault fault, org.apache.cxf.message.Message msg )This method is from 'ClientFaultConverter' class.
[+] ClientOutFaultObserver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ClientOutFaultObserver.ClientOutFaultObserver ( org.apache.cxf.Bus bus )This constructor is from 'ClientOutFaultObserver' class.
ClientOutFaultObserver.getPhases ( )This method is from 'ClientOutFaultObserver' class.
ClientOutFaultObserver.isOutboundObserver ( )This method is from 'ClientOutFaultObserver' class.
ClientOutFaultObserver.onMessage ( org.apache.cxf.message.Message m )This method is from 'ClientOutFaultObserver' class.
[+] DocLiteralInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
DocLiteralInInterceptor.DocLiteralInInterceptor ( )This constructor is from 'DocLiteralInInterceptor' class.
DocLiteralInInterceptor.getBindingOperationInfo ( org.apache.cxf.message.Exchange exchange, javax.xml.namespace.QName name, boolean client )This method is from 'DocLiteralInInterceptor' class.
DocLiteralInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'DocLiteralInInterceptor' class.
DocLiteralInInterceptor.shouldWrapParameters ( org.apache.cxf.service.model.MessageInfo msgInfo, org.apache.cxf.message.Message message )This method is from 'DocLiteralInInterceptor' class.
[+] FaultOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
FaultOutInterceptor.FaultOutInterceptor ( )This constructor is from 'FaultOutInterceptor' class.
FaultOutInterceptor.getFaultBean ( Throwable cause, org.apache.cxf.service.model.FaultInfo faultPart, org.apache.cxf.message.Message message )This method is from 'FaultOutInterceptor' class.
FaultOutInterceptor.getFaultForClass ( org.apache.cxf.service.model.BindingOperationInfo op, Class class1 )This method is from 'FaultOutInterceptor' class.
FaultOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'FaultOutInterceptor' class.
[+] FIStaxInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
FIStaxInInterceptor.FIStaxInInterceptor ( )This constructor is from 'FIStaxInInterceptor' class.
FIStaxInInterceptor.FIStaxInInterceptor ( String phase )This constructor is from 'FIStaxInInterceptor' class.
FIStaxInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'FIStaxInInterceptor' class.
FIStaxInInterceptor.isHttpVerbSupported ( org.apache.cxf.message.Message message )This method is from 'FIStaxInInterceptor' class.
FIStaxInInterceptor.isRequestor ( org.apache.cxf.message.Message message )This method is from 'FIStaxInInterceptor' class.
[+] FIStaxOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
FIStaxOutInterceptor.FIStaxOutInterceptor ( )This constructor is from 'FIStaxOutInterceptor' class.
FIStaxOutInterceptor.FIStaxOutInterceptor ( boolean f )This constructor is from 'FIStaxOutInterceptor' class.
FIStaxOutInterceptor.handleFault ( org.apache.cxf.message.Message message )This method is from 'FIStaxOutInterceptor' class.
FIStaxOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'FIStaxOutInterceptor' class.
[+] InFaultChainInitiatorObserver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
InFaultChainInitiatorObserver.getPhases ( )This method is from 'InFaultChainInitiatorObserver' class.
InFaultChainInitiatorObserver.InFaultChainInitiatorObserver ( org.apache.cxf.Bus bus )This constructor is from 'InFaultChainInitiatorObserver' class.
InFaultChainInitiatorObserver.initializeInterceptors ( org.apache.cxf.message.Exchange ex, org.apache.cxf.phase.PhaseInterceptorChain chain )This method is from 'InFaultChainInitiatorObserver' class.
InFaultChainInitiatorObserver.isOutboundObserver ( )This method is from 'InFaultChainInitiatorObserver' class.
[+] InFaultInterceptors (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
InFaultInterceptors.classes ( )This abstract method is from 'InFaultInterceptors' interface.
InFaultInterceptors.interceptors ( )This abstract method is from 'InFaultInterceptors' interface.
[+] InInterceptors (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
InInterceptors.classes ( )This abstract method is from 'InInterceptors' interface.
InInterceptors.interceptors ( )This abstract method is from 'InInterceptors' interface.
[+] Interceptor (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
Interceptor.handleFault ( org.apache.cxf.message.Message p1 )This abstract method is from 'Interceptor' interface.
Interceptor.handleMessage ( org.apache.cxf.message.Message p1 )This abstract method is from 'Interceptor' interface.
[+] InterceptorChain.State (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
InterceptorChain.State.valueOf ( String name )This method is from 'InterceptorChain.State' class.
InterceptorChain.State.values ( )This method is from 'InterceptorChain.State' class.
[+] InterceptorProvider (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
InterceptorProvider.getInFaultInterceptors ( )This abstract method is from 'InterceptorProvider' interface.
InterceptorProvider.getInInterceptors ( )This abstract method is from 'InterceptorProvider' interface.
InterceptorProvider.getOutFaultInterceptors ( )This abstract method is from 'InterceptorProvider' interface.
InterceptorProvider.getOutInterceptors ( )This abstract method is from 'InterceptorProvider' interface.
[+] LoggingInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
LoggingInInterceptor.getLogger ( )This method is from 'LoggingInInterceptor' class.
LoggingInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'LoggingInInterceptor' class.
LoggingInInterceptor.logging ( java.util.logging.Logger logger, org.apache.cxf.message.Message message )This method is from 'LoggingInInterceptor' class.
LoggingInInterceptor.LoggingInInterceptor ( )This constructor is from 'LoggingInInterceptor' class.
LoggingInInterceptor.LoggingInInterceptor ( int lim )This constructor is from 'LoggingInInterceptor' class.
LoggingInInterceptor.LoggingInInterceptor ( java.io.PrintWriter w )This constructor is from 'LoggingInInterceptor' class.
LoggingInInterceptor.LoggingInInterceptor ( String phase )This constructor is from 'LoggingInInterceptor' class.
LoggingInInterceptor.LoggingInInterceptor ( String id, int lim )This constructor is from 'LoggingInInterceptor' class.
LoggingInInterceptor.LoggingInInterceptor ( String id, java.io.PrintWriter w )This constructor is from 'LoggingInInterceptor' class.
LoggingInInterceptor.LoggingInInterceptor ( String id, String phase )This constructor is from 'LoggingInInterceptor' class.
[+] LoggingMessage (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
LoggingMessage.getAddress ( )This method is from 'LoggingMessage' class.
LoggingMessage.getContentType ( )This method is from 'LoggingMessage' class.
LoggingMessage.getEncoding ( )This method is from 'LoggingMessage' class.
LoggingMessage.getHeader ( )This method is from 'LoggingMessage' class.
LoggingMessage.getHttpMethod ( )This method is from 'LoggingMessage' class.
LoggingMessage.getMessage ( )This method is from 'LoggingMessage' class.
LoggingMessage.getPayload ( )This method is from 'LoggingMessage' class.
LoggingMessage.getResponseCode ( )This method is from 'LoggingMessage' class.
LoggingMessage.LoggingMessage ( String h, String i )This constructor is from 'LoggingMessage' class.
LoggingMessage.nextId ( )This method is from 'LoggingMessage' class.
LoggingMessage.toString ( )This method is from 'LoggingMessage' class.
[+] LoggingOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
LoggingOutInterceptor.getLogger ( )This method is from 'LoggingOutInterceptor' class.
LoggingOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'LoggingOutInterceptor' class.
LoggingOutInterceptor.LoggingOutInterceptor ( )This constructor is from 'LoggingOutInterceptor' class.
LoggingOutInterceptor.LoggingOutInterceptor ( int lim )This constructor is from 'LoggingOutInterceptor' class.
LoggingOutInterceptor.LoggingOutInterceptor ( java.io.PrintWriter w )This constructor is from 'LoggingOutInterceptor' class.
LoggingOutInterceptor.LoggingOutInterceptor ( String phase )This constructor is from 'LoggingOutInterceptor' class.
[+] MessageSenderInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
MessageSenderInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'MessageSenderInterceptor' class.
MessageSenderInterceptor.MessageSenderInterceptor ( )This constructor is from 'MessageSenderInterceptor' class.
[+] MessageSenderInterceptor.MessageSenderEndingInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
MessageSenderInterceptor.MessageSenderEndingInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'MessageSenderInterceptor.MessageSenderEndingInterceptor' class.
MessageSenderInterceptor.MessageSenderEndingInterceptor.MessageSenderInterceptor.MessageSenderEndingInterceptor ( MessageSenderInterceptor p1 )This constructor is from 'MessageSenderInterceptor.MessageSenderEndingInterceptor' class.
[+] OneWayProcessorInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
OneWayProcessorInterceptor.handleFault ( org.apache.cxf.message.Message message )This method is from 'OneWayProcessorInterceptor' class.
OneWayProcessorInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'OneWayProcessorInterceptor' class.
OneWayProcessorInterceptor.OneWayProcessorInterceptor ( )This constructor is from 'OneWayProcessorInterceptor' class.
OneWayProcessorInterceptor.OneWayProcessorInterceptor ( String phase )This constructor is from 'OneWayProcessorInterceptor' class.
[+] OutFaultChainInitiatorObserver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
OutFaultChainInitiatorObserver.getPhases ( )This method is from 'OutFaultChainInitiatorObserver' class.
OutFaultChainInitiatorObserver.initializeInterceptors ( org.apache.cxf.message.Exchange ex, org.apache.cxf.phase.PhaseInterceptorChain chain )This method is from 'OutFaultChainInitiatorObserver' class.
OutFaultChainInitiatorObserver.isOutboundObserver ( )This method is from 'OutFaultChainInitiatorObserver' class.
OutFaultChainInitiatorObserver.OutFaultChainInitiatorObserver ( org.apache.cxf.Bus bus )This constructor is from 'OutFaultChainInitiatorObserver' class.
[+] OutFaultInterceptors (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
OutFaultInterceptors.classes ( )This abstract method is from 'OutFaultInterceptors' interface.
OutFaultInterceptors.interceptors ( )This abstract method is from 'OutFaultInterceptors' interface.
[+] OutgoingChainInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
OutgoingChainInterceptor.getBackChannelConduit ( org.apache.cxf.message.Message message )This method is from 'OutgoingChainInterceptor' class.
OutgoingChainInterceptor.getOutInterceptorChain ( org.apache.cxf.message.Exchange ex )This method is from 'OutgoingChainInterceptor' class.
OutgoingChainInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'OutgoingChainInterceptor' class.
OutgoingChainInterceptor.OutgoingChainInterceptor ( )This constructor is from 'OutgoingChainInterceptor' class.
[+] OutInterceptors (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
OutInterceptors.classes ( )This abstract method is from 'OutInterceptors' interface.
OutInterceptors.interceptors ( )This abstract method is from 'OutInterceptors' interface.
[+] ServiceInvokerInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ServiceInvokerInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'ServiceInvokerInterceptor' class.
ServiceInvokerInterceptor.ServiceInvokerInterceptor ( )This constructor is from 'ServiceInvokerInterceptor' class.
[+] StaxInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
StaxInInterceptor.getXMLInputFactory ( org.apache.cxf.message.Message m )This method is from 'StaxInInterceptor' class.
StaxInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'StaxInInterceptor' class.
StaxInInterceptor.StaxInInterceptor ( )This constructor is from 'StaxInInterceptor' class.
StaxInInterceptor.StaxInInterceptor ( String phase )This constructor is from 'StaxInInterceptor' class.
[+] StaxOutEndingInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
StaxOutEndingInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'StaxOutEndingInterceptor' class.
StaxOutEndingInterceptor.StaxOutEndingInterceptor ( String outStreamHolder )This constructor is from 'StaxOutEndingInterceptor' class.
[+] StaxOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
StaxOutInterceptor.getXMLOutputFactory ( org.apache.cxf.message.Message m )This method is from 'StaxOutInterceptor' class.
StaxOutInterceptor.handleFault ( org.apache.cxf.message.Message message )This method is from 'StaxOutInterceptor' class.
StaxOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'StaxOutInterceptor' class.
StaxOutInterceptor.StaxOutInterceptor ( )This constructor is from 'StaxOutInterceptor' class.
[+] URIMappingInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
URIMappingInterceptor.getOperationName ( org.apache.cxf.message.Message message )This method is from 'URIMappingInterceptor' class.
URIMappingInterceptor.getParameters ( org.apache.cxf.message.Message message, org.apache.cxf.service.model.BindingOperationInfo operation )This method is from 'URIMappingInterceptor' class.
URIMappingInterceptor.getQueries ( org.apache.cxf.message.Message message )This method is from 'URIMappingInterceptor' class.
URIMappingInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'URIMappingInterceptor' class.
URIMappingInterceptor.keepInOrder ( java.util.Map params, org.apache.cxf.service.model.OperationInfo operation, java.util.List order )This method is from 'URIMappingInterceptor' class.
URIMappingInterceptor.URIMappingInterceptor ( )This constructor is from 'URIMappingInterceptor' class.
[+] WrappedInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
WrappedInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'WrappedInInterceptor' class.
WrappedInInterceptor.WrappedInInterceptor ( )This constructor is from 'WrappedInInterceptor' class.
[+] WrappedOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
WrappedOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'WrappedOutInterceptor' class.
WrappedOutInterceptor.WrappedOutInterceptor ( )This constructor is from 'WrappedOutInterceptor' class.
WrappedOutInterceptor.WrappedOutInterceptor ( String phase )This constructor is from 'WrappedOutInterceptor' class.
[+] WrappedOutInterceptor.WrappedOutEndingInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
WrappedOutInterceptor.WrappedOutEndingInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'WrappedOutInterceptor.WrappedOutEndingInterceptor' class.
WrappedOutInterceptor.WrappedOutEndingInterceptor.WrappedOutInterceptor.WrappedOutEndingInterceptor ( WrappedOutInterceptor phase, String p2 )This constructor is from 'WrappedOutInterceptor.WrappedOutEndingInterceptor' class.
package org.apache.cxf.interceptor.security
[+] AbstractAuthorizingInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
AbstractAuthorizingInInterceptor.AbstractAuthorizingInInterceptor ( )This constructor is from 'AbstractAuthorizingInInterceptor' abstract class.
AbstractAuthorizingInInterceptor.authorize ( org.apache.cxf.security.SecurityContext sc, reflect.Method method )This method is from 'AbstractAuthorizingInInterceptor' abstract class.
AbstractAuthorizingInInterceptor.getDenyRoles ( reflect.Method method )This method is from 'AbstractAuthorizingInInterceptor' abstract class.
AbstractAuthorizingInInterceptor.getExpectedRoles ( reflect.Method p1 )This abstract method is from 'AbstractAuthorizingInInterceptor' abstract class.
AbstractAuthorizingInInterceptor.getTargetMethod ( org.apache.cxf.message.Message m )This method is from 'AbstractAuthorizingInInterceptor' abstract class.
AbstractAuthorizingInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'AbstractAuthorizingInInterceptor' abstract class.
AbstractAuthorizingInInterceptor.isUserInRole ( org.apache.cxf.security.SecurityContext sc, java.util.List roles, boolean deny )This method is from 'AbstractAuthorizingInInterceptor' abstract class.
[+] AbstractSecurityContextInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
AbstractSecurityContextInInterceptor.AbstractSecurityContextInInterceptor ( )This constructor is from 'AbstractSecurityContextInInterceptor' abstract class.
AbstractSecurityContextInInterceptor.createSecurityContext ( java.security.Principal p, javax.security.auth.Subject subject )This method is from 'AbstractSecurityContextInInterceptor' abstract class.
AbstractSecurityContextInInterceptor.createSubject ( org.apache.cxf.common.security.SecurityToken p1 )This abstract method is from 'AbstractSecurityContextInInterceptor' abstract class.
AbstractSecurityContextInInterceptor.getPrincipal ( java.security.Principal originalPrincipal, javax.security.auth.Subject subject )This method is from 'AbstractSecurityContextInInterceptor' abstract class.
AbstractSecurityContextInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'AbstractSecurityContextInInterceptor' abstract class.
AbstractSecurityContextInInterceptor.reportSecurityException ( String errorMessage )This method is from 'AbstractSecurityContextInInterceptor' abstract class.
[+] AbstractUsernameTokenInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AbstractUsernameTokenInInterceptor.AbstractUsernameTokenInInterceptor ( )This constructor is from 'AbstractUsernameTokenInInterceptor' abstract class.
AbstractUsernameTokenInInterceptor.createSubject ( org.apache.cxf.common.security.SecurityToken token )This method is from 'AbstractUsernameTokenInInterceptor' abstract class.
AbstractUsernameTokenInInterceptor.createSubject ( org.apache.cxf.common.security.UsernameToken p1 )This abstract method is from 'AbstractUsernameTokenInInterceptor' abstract class.
[+] AccessDeniedException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
AccessDeniedException.AccessDeniedException ( String reason )This constructor is from 'AccessDeniedException' class.
[+] AuthenticationException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
AuthenticationException.AuthenticationException ( )This constructor is from 'AuthenticationException' class.
AuthenticationException.AuthenticationException ( String reason )This constructor is from 'AuthenticationException' class.
[+] DefaultSecurityContext (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
DefaultSecurityContext.checkGroup ( java.security.acl.Group group, String role )This method is from 'DefaultSecurityContext' class.
DefaultSecurityContext.DefaultSecurityContext ( java.security.Principal p, javax.security.auth.Subject subject )This constructor is from 'DefaultSecurityContext' class.
DefaultSecurityContext.DefaultSecurityContext ( javax.security.auth.Subject subject )This constructor is from 'DefaultSecurityContext' class.
DefaultSecurityContext.getSubject ( )This method is from 'DefaultSecurityContext' class.
DefaultSecurityContext.getUserPrincipal ( )This method is from 'DefaultSecurityContext' class.
DefaultSecurityContext.getUserRoles ( )This method is from 'DefaultSecurityContext' class.
DefaultSecurityContext.isUserInRole ( String role )This method is from 'DefaultSecurityContext' class.
[+] JAASLoginInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
JAASLoginInterceptor.createSecurityContext ( javax.security.auth.Subject subject )This method is from 'JAASLoginInterceptor' class.
JAASLoginInterceptor.getCallbackHandler ( String name, String password )This method is from 'JAASLoginInterceptor' class.
JAASLoginInterceptor.getContextName ( )This method is from 'JAASLoginInterceptor' class.
JAASLoginInterceptor.getRoleClassifier ( )This method is from 'JAASLoginInterceptor' class.
JAASLoginInterceptor.getRoleClassifierType ( )This method is from 'JAASLoginInterceptor' class.
JAASLoginInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'JAASLoginInterceptor' class.
JAASLoginInterceptor.JAASLoginInterceptor ( )This constructor is from 'JAASLoginInterceptor' class.
JAASLoginInterceptor.setContextName ( String name )This method is from 'JAASLoginInterceptor' class.
JAASLoginInterceptor.setReportFault ( boolean reportFault )This method is from 'JAASLoginInterceptor' class.
JAASLoginInterceptor.setRoleClassifier ( String value )This method is from 'JAASLoginInterceptor' class.
JAASLoginInterceptor.setRoleClassifierType ( String value )This method is from 'JAASLoginInterceptor' class.
JAASLoginInterceptor.setRolePrefix ( String name )This method is from 'JAASLoginInterceptor' class.
[+] NamePasswordCallbackHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
NamePasswordCallbackHandler.handle ( javax.security.auth.callback.Callback[ ] callbacks )This method is from 'NamePasswordCallbackHandler' class.
NamePasswordCallbackHandler.handleCallback ( javax.security.auth.callback.Callback callback )This method is from 'NamePasswordCallbackHandler' class.
NamePasswordCallbackHandler.NamePasswordCallbackHandler ( String username, String password )This constructor is from 'NamePasswordCallbackHandler' class.
NamePasswordCallbackHandler.NamePasswordCallbackHandler ( String username, String password, String passwordCallbackName )This constructor is from 'NamePasswordCallbackHandler' class.
[+] RolePrefixSecurityContextImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
RolePrefixSecurityContextImpl.getSubject ( )This method is from 'RolePrefixSecurityContextImpl' class.
RolePrefixSecurityContextImpl.getUserPrincipal ( )This method is from 'RolePrefixSecurityContextImpl' class.
RolePrefixSecurityContextImpl.getUserRoles ( )This method is from 'RolePrefixSecurityContextImpl' class.
RolePrefixSecurityContextImpl.isUserInRole ( String role )This method is from 'RolePrefixSecurityContextImpl' class.
RolePrefixSecurityContextImpl.RolePrefixSecurityContextImpl ( javax.security.auth.Subject subject, String rolePrefix )This constructor is from 'RolePrefixSecurityContextImpl' class.
RolePrefixSecurityContextImpl.RolePrefixSecurityContextImpl ( javax.security.auth.Subject subject, String roleClassifier, String roleClassifierType )This constructor is from 'RolePrefixSecurityContextImpl' class.
[+] SecureAnnotationsInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SecureAnnotationsInterceptor.findRoles ( Class cls, java.util.Map rolesMap )This method is from 'SecureAnnotationsInterceptor' class.
SecureAnnotationsInterceptor.SecureAnnotationsInterceptor ( )This constructor is from 'SecureAnnotationsInterceptor' class.
SecureAnnotationsInterceptor.setAnnotationClassName ( String name )This method is from 'SecureAnnotationsInterceptor' class.
SecureAnnotationsInterceptor.setSecuredObject ( Object object )This method is from 'SecureAnnotationsInterceptor' class.
[+] SimpleAuthorizingInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
SimpleAuthorizingInterceptor.getExpectedRoles ( reflect.Method method )This method is from 'SimpleAuthorizingInterceptor' class.
SimpleAuthorizingInterceptor.isUserInRole ( org.apache.cxf.security.SecurityContext sc, java.util.List roles, boolean deny )This method is from 'SimpleAuthorizingInterceptor' class.
SimpleAuthorizingInterceptor.setGlobalRoles ( String roles )This method is from 'SimpleAuthorizingInterceptor' class.
SimpleAuthorizingInterceptor.setMethodRolesMap ( java.util.Map rolesMap )This method is from 'SimpleAuthorizingInterceptor' class.
SimpleAuthorizingInterceptor.setUserRolesMap ( java.util.Map rolesMap )This method is from 'SimpleAuthorizingInterceptor' class.
SimpleAuthorizingInterceptor.SimpleAuthorizingInterceptor ( )This constructor is from 'SimpleAuthorizingInterceptor' class.
package org.apache.cxf.interceptor.transform
[+] TransformInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
TransformInInterceptor.createTransformReaderIfNeeded ( javax.xml.stream.XMLStreamReader reader, java.io.InputStream is )This method is from 'TransformInInterceptor' class.
TransformInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'TransformInInterceptor' class.
TransformInInterceptor.setBlockOriginalReader ( boolean blockOriginalReader )This method is from 'TransformInInterceptor' class.
TransformInInterceptor.setContextPropertyName ( String propertyName )This method is from 'TransformInInterceptor' class.
TransformInInterceptor.setInAppendElements ( java.util.Map inElements )This method is from 'TransformInInterceptor' class.
TransformInInterceptor.setInDropElements ( java.util.List dropElementsSet )This method is from 'TransformInInterceptor' class.
TransformInInterceptor.setInTransformElements ( java.util.Map inElements )This method is from 'TransformInInterceptor' class.
TransformInInterceptor.TransformInInterceptor ( )This constructor is from 'TransformInInterceptor' class.
TransformInInterceptor.TransformInInterceptor ( String phase )This constructor is from 'TransformInInterceptor' class.
TransformInInterceptor.TransformInInterceptor ( String phase, java.util.List after )This constructor is from 'TransformInInterceptor' class.
TransformInInterceptor.TransformInInterceptor ( String phase, java.util.List before, java.util.List after )This constructor is from 'TransformInInterceptor' class.
[+] TransformOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
TransformOutInterceptor.createTransformWriterIfNeeded ( javax.xml.stream.XMLStreamWriter writer, java.io.OutputStream os )This method is from 'TransformOutInterceptor' class.
TransformOutInterceptor.handleFault ( org.apache.cxf.message.Message message )This method is from 'TransformOutInterceptor' class.
TransformOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'TransformOutInterceptor' class.
TransformOutInterceptor.isHttpVerbSupported ( org.apache.cxf.message.Message message )This method is from 'TransformOutInterceptor' class.
TransformOutInterceptor.setAttributesToElements ( boolean value )This method is from 'TransformOutInterceptor' class.
TransformOutInterceptor.setContextPropertyName ( String propertyName )This method is from 'TransformOutInterceptor' class.
TransformOutInterceptor.setDefaultNamespace ( String defaultNamespace )This method is from 'TransformOutInterceptor' class.
TransformOutInterceptor.setOutAppendElements ( java.util.Map map )This method is from 'TransformOutInterceptor' class.
TransformOutInterceptor.setOutDropElements ( java.util.List dropElementsSet )This method is from 'TransformOutInterceptor' class.
TransformOutInterceptor.setOutTransformElements ( java.util.Map outElements )This method is from 'TransformOutInterceptor' class.
TransformOutInterceptor.TransformOutInterceptor ( )This constructor is from 'TransformOutInterceptor' class.
TransformOutInterceptor.TransformOutInterceptor ( String phase )This constructor is from 'TransformOutInterceptor' class.
package org.apache.cxf.io
[+] AbstractThresholdOutputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
AbstractThresholdOutputStream.AbstractThresholdOutputStream ( int threshold )This constructor is from 'AbstractThresholdOutputStream' abstract class.
AbstractThresholdOutputStream.close ( )This method is from 'AbstractThresholdOutputStream' abstract class.
AbstractThresholdOutputStream.thresholdNotReached ( )This abstract method is from 'AbstractThresholdOutputStream' abstract class.
AbstractThresholdOutputStream.thresholdReached ( )This abstract method is from 'AbstractThresholdOutputStream' abstract class.
AbstractThresholdOutputStream.unBuffer ( )This method is from 'AbstractThresholdOutputStream' abstract class.
AbstractThresholdOutputStream.write ( byte[ ] b, int off, int len )This method is from 'AbstractThresholdOutputStream' abstract class.
AbstractThresholdOutputStream.write ( int b )This method is from 'AbstractThresholdOutputStream' abstract class.
[+] AbstractWrappedOutputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
AbstractWrappedOutputStream.AbstractWrappedOutputStream ( )This constructor is from 'AbstractWrappedOutputStream' abstract class.
AbstractWrappedOutputStream.close ( )This method is from 'AbstractWrappedOutputStream' abstract class.
AbstractWrappedOutputStream.flush ( )This method is from 'AbstractWrappedOutputStream' abstract class.
AbstractWrappedOutputStream.onFirstWrite ( )This method is from 'AbstractWrappedOutputStream' abstract class.
AbstractWrappedOutputStream.write ( byte[ ] b )This method is from 'AbstractWrappedOutputStream' abstract class.
AbstractWrappedOutputStream.write ( byte[ ] b, int off, int len )This method is from 'AbstractWrappedOutputStream' abstract class.
AbstractWrappedOutputStream.write ( int b )This method is from 'AbstractWrappedOutputStream' abstract class.
[+] CacheAndWriteOutputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
CacheAndWriteOutputStream.CacheAndWriteOutputStream ( java.io.OutputStream stream )This constructor is from 'CacheAndWriteOutputStream' class.
CacheAndWriteOutputStream.closeFlowthroughStream ( )This method is from 'CacheAndWriteOutputStream' class.
CacheAndWriteOutputStream.getFlowThroughStream ( )This method is from 'CacheAndWriteOutputStream' class.
CacheAndWriteOutputStream.onWrite ( )This method is from 'CacheAndWriteOutputStream' class.
CacheAndWriteOutputStream.postClose ( )This method is from 'CacheAndWriteOutputStream' class.
CacheAndWriteOutputStream.write ( byte[ ] b )This method is from 'CacheAndWriteOutputStream' class.
CacheAndWriteOutputStream.write ( byte[ ] b, int off, int len )This method is from 'CacheAndWriteOutputStream' class.
CacheAndWriteOutputStream.write ( int b )This method is from 'CacheAndWriteOutputStream' class.
[+] CachedOutputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (36)
CachedOutputStream.CachedOutputStream ( )This constructor is from 'CachedOutputStream' class.
CachedOutputStream.CachedOutputStream ( java.io.PipedInputStream stream )This constructor is from 'CachedOutputStream' class.
CachedOutputStream.CachedOutputStream ( long threshold )This constructor is from 'CachedOutputStream' class.
CachedOutputStream.close ( )This method is from 'CachedOutputStream' class.
CachedOutputStream.copyStream ( java.io.InputStream in, java.io.OutputStream out, int bufferSize )This method is from 'CachedOutputStream' class.
CachedOutputStream.deregisterCallback ( CachedOutputStreamCallback cb )This method is from 'CachedOutputStream' class.
CachedOutputStream.doClose ( )This method is from 'CachedOutputStream' class.
CachedOutputStream.doFlush ( )This method is from 'CachedOutputStream' class.
CachedOutputStream.equals ( Object obj )This method is from 'CachedOutputStream' class.
CachedOutputStream.flush ( )This method is from 'CachedOutputStream' class.
CachedOutputStream.getBytes ( )This method is from 'CachedOutputStream' class.
CachedOutputStream.getCallbacks ( )This method is from 'CachedOutputStream' class.
CachedOutputStream.getInputStream ( )This method is from 'CachedOutputStream' class.
CachedOutputStream.getOut ( )This method is from 'CachedOutputStream' class.
CachedOutputStream.getTempFile ( )This method is from 'CachedOutputStream' class.
CachedOutputStream.hashCode ( )This method is from 'CachedOutputStream' class.
CachedOutputStream.holdTempFile ( )This method is from 'CachedOutputStream' class.
CachedOutputStream.lockOutputStream ( )This method is from 'CachedOutputStream' class.
CachedOutputStream.onWrite ( )This method is from 'CachedOutputStream' class.
CachedOutputStream.postClose ( )This method is from 'CachedOutputStream' class.
CachedOutputStream.registerCallback ( CachedOutputStreamCallback cb )This method is from 'CachedOutputStream' class.
CachedOutputStream.releaseTempFileHold ( )This method is from 'CachedOutputStream' class.
CachedOutputStream.resetOut ( java.io.OutputStream out, boolean copyOldContent )This method is from 'CachedOutputStream' class.
CachedOutputStream.setMaxSize ( long maxSize )This method is from 'CachedOutputStream' class.
CachedOutputStream.setOutputDir ( java.io.File outputDir )This method is from 'CachedOutputStream' class.
CachedOutputStream.setThreshold ( long threshold )This method is from 'CachedOutputStream' class.
CachedOutputStream.size ( )This method is from 'CachedOutputStream' class.
CachedOutputStream.toString ( )This method is from 'CachedOutputStream' class.
CachedOutputStream.write ( byte[ ] b )This method is from 'CachedOutputStream' class.
CachedOutputStream.write ( byte[ ] b, int off, int len )This method is from 'CachedOutputStream' class.
CachedOutputStream.write ( int b )This method is from 'CachedOutputStream' class.
CachedOutputStream.writeCacheTo ( java.io.OutputStream out )This method is from 'CachedOutputStream' class.
CachedOutputStream.writeCacheTo ( StringBuilder out )This method is from 'CachedOutputStream' class.
CachedOutputStream.writeCacheTo ( StringBuilder out, String charsetName )This method is from 'CachedOutputStream' class.
CachedOutputStream.writeCacheTo ( StringBuilder out, String charsetName, long limit )This method is from 'CachedOutputStream' class.
CachedOutputStream.writeCacheTo ( StringBuilder out, long limit )This method is from 'CachedOutputStream' class.
[+] CachedOutputStreamCallback (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
CachedOutputStreamCallback.onClose ( CachedOutputStream p1 )This abstract method is from 'CachedOutputStreamCallback' interface.
CachedOutputStreamCallback.onFlush ( CachedOutputStream p1 )This abstract method is from 'CachedOutputStreamCallback' interface.
[+] CacheSizeExceededException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
CacheSizeExceededException.CacheSizeExceededException ( )This constructor is from 'CacheSizeExceededException' class.
CacheSizeExceededException.CacheSizeExceededException ( String message )This constructor is from 'CacheSizeExceededException' class.
CacheSizeExceededException.CacheSizeExceededException ( String message, Throwable cause )This constructor is from 'CacheSizeExceededException' class.
CacheSizeExceededException.CacheSizeExceededException ( Throwable cause )This constructor is from 'CacheSizeExceededException' class.
[+] DelegatingInputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
DelegatingInputStream.cacheInput ( )This method is from 'DelegatingInputStream' class.
DelegatingInputStream.DelegatingInputStream ( java.io.InputStream is )This constructor is from 'DelegatingInputStream' class.
DelegatingInputStream.getInputStream ( )This method is from 'DelegatingInputStream' class.
DelegatingInputStream.setInputStream ( java.io.InputStream inputStream )This method is from 'DelegatingInputStream' class.
[+] StaxValidationManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
StaxValidationManager.setupValidation ( javax.xml.stream.XMLStreamReader p1, org.apache.cxf.service.model.ServiceInfo p2 )This abstract method is from 'StaxValidationManager' interface.
StaxValidationManager.setupValidation ( javax.xml.stream.XMLStreamWriter p1, org.apache.cxf.service.model.ServiceInfo p2 )This abstract method is from 'StaxValidationManager' interface.
[+] WriteOnCloseOutputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
WriteOnCloseOutputStream.doClose ( )This method is from 'WriteOnCloseOutputStream' class.
WriteOnCloseOutputStream.WriteOnCloseOutputStream ( java.io.OutputStream stream )This constructor is from 'WriteOnCloseOutputStream' class.
package org.apache.cxf.javascript
[+] AttributeInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (21)
AttributeInfo.forGlobalAttribute ( org.apache.ws.commons.schema.XmlSchemaAttribute attribute, org.apache.ws.commons.schema.XmlSchema currentSchema, org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection, NamespacePrefixAccumulator prefixAccumulator )This method is from 'AttributeInfo' class.
AttributeInfo.forLocalItem ( org.apache.ws.commons.schema.XmlSchemaObject sequenceObject, org.apache.ws.commons.schema.XmlSchema currentSchema, org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection, NamespacePrefixAccumulator prefixAccumulator, javax.xml.namespace.QName contextName )This method is from 'AttributeInfo' class.
AttributeInfo.getAnnotated ( )This method is from 'AttributeInfo' class.
AttributeInfo.getContainingType ( )This method is from 'AttributeInfo' class.
AttributeInfo.getDefaultValue ( )This method is from 'AttributeInfo' class.
AttributeInfo.getFixedValue ( )This method is from 'AttributeInfo' class.
AttributeInfo.getJavascriptName ( )This method is from 'AttributeInfo' class.
AttributeInfo.getType ( )This method is from 'AttributeInfo' class.
AttributeInfo.getXmlName ( )This method is from 'AttributeInfo' class.
AttributeInfo.isAny ( )This method is from 'AttributeInfo' class.
AttributeInfo.isAnyType ( )This method is from 'AttributeInfo' class.
AttributeInfo.isArray ( )This method is from 'AttributeInfo' class.
AttributeInfo.isGlobal ( )This method is from 'AttributeInfo' class.
AttributeInfo.isNillable ( )This method is from 'AttributeInfo' class.
AttributeInfo.isOptional ( )This method is from 'AttributeInfo' class.
AttributeInfo.setContainingType ( org.apache.ws.commons.schema.XmlSchemaType containingType )This method is from 'AttributeInfo' class.
AttributeInfo.setDefaultValue ( String value )This method is from 'AttributeInfo' class.
AttributeInfo.setFixedValue ( String fixedValue )This method is from 'AttributeInfo' class.
AttributeInfo.setJavascriptName ( String name )This method is from 'AttributeInfo' class.
AttributeInfo.setType ( org.apache.ws.commons.schema.XmlSchemaType type )This method is from 'AttributeInfo' class.
AttributeInfo.setXmlName ( String elementXmlName )This method is from 'AttributeInfo' class.
[+] BasicNameManager (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
BasicNameManager.getJavascriptName ( javax.xml.namespace.QName qname )This method is from 'BasicNameManager' class.
BasicNameManager.getJavascriptName ( org.apache.ws.commons.schema.XmlSchemaComplexType schemaType )This method is from 'BasicNameManager' class.
BasicNameManager.newNameManager ( org.apache.cxf.service.model.ServiceInfo service )This method is from 'BasicNameManager' class.
BasicNameManager.newNameManager ( org.apache.cxf.service.model.ServiceInfo service, org.apache.cxf.endpoint.Endpoint endpoint )This method is from 'BasicNameManager' class.
BasicNameManager.transformURI ( String uri )This method is from 'BasicNameManager' class.
[+] ItemInfo (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
ItemInfo.getDefaultValue ( )This abstract method is from 'ItemInfo' interface.
ItemInfo.getJavascriptName ( )This abstract method is from 'ItemInfo' interface.
ItemInfo.getType ( )This abstract method is from 'ItemInfo' interface.
ItemInfo.isAny ( )This abstract method is from 'ItemInfo' interface.
ItemInfo.isArray ( )This abstract method is from 'ItemInfo' interface.
ItemInfo.isNillable ( )This abstract method is from 'ItemInfo' interface.
ItemInfo.isOptional ( )This abstract method is from 'ItemInfo' interface.
ItemInfo.setDefaultValue ( String p1 )This abstract method is from 'ItemInfo' interface.
[+] JavascriptOptionsFeature (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
JavascriptOptionsFeature.getNamespacePrefixMap ( )This method is from 'JavascriptOptionsFeature' class.
JavascriptOptionsFeature.initialize ( org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus )This method is from 'JavascriptOptionsFeature' class.
JavascriptOptionsFeature.JavascriptOptionsFeature ( )This constructor is from 'JavascriptOptionsFeature' class.
JavascriptOptionsFeature.setNamespacePrefixMap ( java.util.Map namespacePrefixMap )This method is from 'JavascriptOptionsFeature' class.
[+] JavascriptPrefix (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JavascriptPrefix.namespace ( )This abstract method is from 'JavascriptPrefix' interface.
JavascriptPrefix.prefix ( )This abstract method is from 'JavascriptPrefix' interface.
[+] JavascriptPrefixes (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
JavascriptPrefixes.prefixes ( )This abstract method is from 'JavascriptPrefixes' interface.
[+] JavascriptQueryHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
JavascriptQueryHandler.getResponseContentType ( String fullQueryString, String ctx )This method is from 'JavascriptQueryHandler' class.
JavascriptQueryHandler.isRecognizedQuery ( String fullQueryString, String ctx, org.apache.cxf.service.model.EndpointInfo endpoint )This method is from 'JavascriptQueryHandler' class.
JavascriptQueryHandler.isRecognizedQuery ( String baseUri, String ctx, org.apache.cxf.service.model.EndpointInfo endpointInfo, boolean contextMatchExact )This method is from 'JavascriptQueryHandler' class.
JavascriptQueryHandler.JavascriptQueryHandler ( org.apache.cxf.Bus b )This constructor is from 'JavascriptQueryHandler' class.
JavascriptQueryHandler.setBus ( org.apache.cxf.Bus b )This method is from 'JavascriptQueryHandler' class.
JavascriptQueryHandler.writeResponse ( String fullQueryString, String ctx, org.apache.cxf.service.model.EndpointInfo endpoint, java.io.OutputStream os )This method is from 'JavascriptQueryHandler' class.
JavascriptQueryHandler.writeUtilsToResponseStream ( Class referenceClass, java.io.OutputStream outputStream )This method is from 'JavascriptQueryHandler' class.
[+] JavascriptUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (24)
JavascriptUtils.appendElse ( )This method is from 'JavascriptUtils' class.
JavascriptUtils.appendExpression ( String value )This method is from 'JavascriptUtils' class.
JavascriptUtils.appendLine ( String line )This method is from 'JavascriptUtils' class.
JavascriptUtils.appendString ( String value )This method is from 'JavascriptUtils' class.
JavascriptUtils.endBlock ( )This method is from 'JavascriptUtils' class.
JavascriptUtils.escapeStringQuotes ( String data )This method is from 'JavascriptUtils' class.
JavascriptUtils.generateCodeToSerializeAny ( ParticleInfo itemInfo, String prefix, org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection )This method is from 'JavascriptUtils' class.
JavascriptUtils.generateCodeToSerializeElement ( ParticleInfo elementInfo, String referencePrefix, org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection )This method is from 'JavascriptUtils' class.
JavascriptUtils.getDefaultValueForSimpleType ( org.apache.ws.commons.schema.XmlSchemaType type )This method is from 'JavascriptUtils' class.
JavascriptUtils.isStringSimpleType ( javax.xml.namespace.QName typeName )This method is from 'JavascriptUtils' class.
JavascriptUtils.javaScriptNameToken ( String token )This method is from 'JavascriptUtils' class.
JavascriptUtils.javascriptParseExpression ( org.apache.ws.commons.schema.XmlSchemaType type, String value )This method is from 'JavascriptUtils' class.
JavascriptUtils.JavascriptUtils ( StringBuilder code )This constructor is from 'JavascriptUtils' class.
JavascriptUtils.mtomCandidateType ( org.apache.ws.commons.schema.XmlSchemaType type )This method is from 'JavascriptUtils' class.
JavascriptUtils.notVeryComplexType ( org.apache.ws.commons.schema.XmlSchemaType type )This method is from 'JavascriptUtils' class.
JavascriptUtils.protectSingleQuotes ( String value )This method is from 'JavascriptUtils' class.
JavascriptUtils.setXmlStringAccumulator ( String variableName )This method is from 'JavascriptUtils' class.
JavascriptUtils.startBlock ( )This method is from 'JavascriptUtils' class.
JavascriptUtils.startDo ( )This method is from 'JavascriptUtils' class.
JavascriptUtils.startFor ( String start, String test, String increment )This method is from 'JavascriptUtils' class.
JavascriptUtils.startForIn ( String var, String collection )This method is from 'JavascriptUtils' class.
JavascriptUtils.startIf ( String test )This method is from 'JavascriptUtils' class.
JavascriptUtils.startWhile ( String test )This method is from 'JavascriptUtils' class.
JavascriptUtils.startXmlStringAccumulator ( String variableName )This method is from 'JavascriptUtils' class.
[+] NameManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
NameManager.getJavascriptName ( javax.xml.namespace.QName p1 )This abstract method is from 'NameManager' interface.
[+] NamespacePrefixAccumulator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
NamespacePrefixAccumulator.collect ( String prefix, String uri )This method is from 'NamespacePrefixAccumulator' class.
NamespacePrefixAccumulator.getAttributes ( )This method is from 'NamespacePrefixAccumulator' class.
NamespacePrefixAccumulator.NamespacePrefixAccumulator ( org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection )This constructor is from 'NamespacePrefixAccumulator' class.
NamespacePrefixAccumulator.xmlAttributeString ( org.apache.ws.commons.schema.XmlSchemaAttribute attribute, boolean qualified )This method is from 'NamespacePrefixAccumulator' class.
NamespacePrefixAccumulator.xmlElementString ( javax.xml.namespace.QName name )This method is from 'NamespacePrefixAccumulator' class.
NamespacePrefixAccumulator.xmlElementString ( javax.xml.namespace.QName elementQName, boolean qualified )This method is from 'NamespacePrefixAccumulator' class.
[+] ParticleInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (26)
ParticleInfo.forGlobalElement ( org.apache.ws.commons.schema.XmlSchemaElement element, org.apache.ws.commons.schema.XmlSchema currentSchema, org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection, NamespacePrefixAccumulator prefixAccumulator )This method is from 'ParticleInfo' class.
ParticleInfo.forLocalItem ( org.apache.ws.commons.schema.XmlSchemaObject sequenceObject, org.apache.ws.commons.schema.XmlSchema currentSchema, org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection, NamespacePrefixAccumulator prefixAccumulator, javax.xml.namespace.QName contextName )This method is from 'ParticleInfo' class.
ParticleInfo.forPartElement ( org.apache.ws.commons.schema.XmlSchemaElement element, org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection, String javascriptName, String xmlElementName )This method is from 'ParticleInfo' class.
ParticleInfo.getContainingType ( )This method is from 'ParticleInfo' class.
ParticleInfo.getControllingName ( )This method is from 'ParticleInfo' class.
ParticleInfo.getDefaultValue ( )This method is from 'ParticleInfo' class.
ParticleInfo.getJavascriptName ( )This method is from 'ParticleInfo' class.
ParticleInfo.getMaxOccurs ( )This method is from 'ParticleInfo' class.
ParticleInfo.getMinOccurs ( )This method is from 'ParticleInfo' class.
ParticleInfo.getParticle ( )This method is from 'ParticleInfo' class.
ParticleInfo.getType ( )This method is from 'ParticleInfo' class.
ParticleInfo.getXmlName ( )This method is from 'ParticleInfo' class.
ParticleInfo.isAny ( )This method is from 'ParticleInfo' class.
ParticleInfo.isAnyType ( )This method is from 'ParticleInfo' class.
ParticleInfo.isArray ( )This method is from 'ParticleInfo' class.
ParticleInfo.isEmpty ( )This method is from 'ParticleInfo' class.
ParticleInfo.isGlobal ( )This method is from 'ParticleInfo' class.
ParticleInfo.isNillable ( )This method is from 'ParticleInfo' class.
ParticleInfo.isOptional ( )This method is from 'ParticleInfo' class.
ParticleInfo.setContainingType ( org.apache.ws.commons.schema.XmlSchemaType containingType )This method is from 'ParticleInfo' class.
ParticleInfo.setDefaultValue ( String defaultValue )This method is from 'ParticleInfo' class.
ParticleInfo.setEmpty ( boolean empty )This method is from 'ParticleInfo' class.
ParticleInfo.setJavascriptName ( String name )This method is from 'ParticleInfo' class.
ParticleInfo.setType ( org.apache.ws.commons.schema.XmlSchemaType type )This method is from 'ParticleInfo' class.
ParticleInfo.setXmlName ( String elementXmlName )This method is from 'ParticleInfo' class.
ParticleInfo.toString ( )This method is from 'ParticleInfo' class.
[+] UnsupportedConstruct (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
UnsupportedConstruct.UnsupportedConstruct ( )This constructor is from 'UnsupportedConstruct' class.
UnsupportedConstruct.UnsupportedConstruct ( String explanation )This constructor is from 'UnsupportedConstruct' class.
UnsupportedConstruct.UnsupportedConstruct ( String explanation, Throwable cause )This constructor is from 'UnsupportedConstruct' class.
UnsupportedConstruct.UnsupportedConstruct ( Throwable cause )This constructor is from 'UnsupportedConstruct' class.
UnsupportedConstruct.UnsupportedConstruct ( Throwable cause, java.util.logging.Logger logger, String messageKey, Object[ ] args )This constructor is from 'UnsupportedConstruct' class.
UnsupportedConstruct.UnsupportedConstruct ( java.util.logging.Logger logger, String messageKey, Object[ ] args )This constructor is from 'UnsupportedConstruct' class.
UnsupportedConstruct.UnsupportedConstruct ( org.apache.cxf.common.i18n.Message message )This constructor is from 'UnsupportedConstruct' class.
package org.apache.cxf.javascript.service
[+] ServiceJavascriptBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
ServiceJavascriptBuilder.begin ( org.apache.cxf.service.model.EndpointInfo endpointInfo )This method is from 'ServiceJavascriptBuilder' class.
ServiceJavascriptBuilder.begin ( org.apache.cxf.service.model.FaultInfo fault )This method is from 'ServiceJavascriptBuilder' class.
ServiceJavascriptBuilder.begin ( org.apache.cxf.service.model.InterfaceInfo intf )This method is from 'ServiceJavascriptBuilder' class.
ServiceJavascriptBuilder.begin ( org.apache.cxf.service.model.MessageInfo msg )This method is from 'ServiceJavascriptBuilder' class.
ServiceJavascriptBuilder.begin ( org.apache.cxf.service.model.OperationInfo op )This method is from 'ServiceJavascriptBuilder' class.
ServiceJavascriptBuilder.begin ( org.apache.cxf.service.model.ServiceInfo service )This method is from 'ServiceJavascriptBuilder' class.
ServiceJavascriptBuilder.end ( org.apache.cxf.service.model.FaultInfo fault )This method is from 'ServiceJavascriptBuilder' class.
ServiceJavascriptBuilder.end ( org.apache.cxf.service.model.InterfaceInfo intf )This method is from 'ServiceJavascriptBuilder' class.
ServiceJavascriptBuilder.end ( org.apache.cxf.service.model.MessageInfo msg )This method is from 'ServiceJavascriptBuilder' class.
ServiceJavascriptBuilder.end ( org.apache.cxf.service.model.MessagePartInfo part )This method is from 'ServiceJavascriptBuilder' class.
ServiceJavascriptBuilder.end ( org.apache.cxf.service.model.OperationInfo op )This method is from 'ServiceJavascriptBuilder' class.
ServiceJavascriptBuilder.end ( org.apache.cxf.service.model.ServiceInfo service )This method is from 'ServiceJavascriptBuilder' class.
ServiceJavascriptBuilder.getCode ( )This method is from 'ServiceJavascriptBuilder' class.
ServiceJavascriptBuilder.ServiceJavascriptBuilder ( org.apache.cxf.service.model.ServiceInfo serviceInfo, String endpointAddress, org.apache.cxf.javascript.NamespacePrefixAccumulator prefixAccumulator, org.apache.cxf.javascript.NameManager nameManager )This constructor is from 'ServiceJavascriptBuilder' class.
package org.apache.cxf.javascript.types
[+] SchemaJavascriptBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
SchemaJavascriptBuilder.complexTypeConstructorAndAccessors ( javax.xml.namespace.QName name, org.apache.ws.commons.schema.XmlSchemaComplexType type )This method is from 'SchemaJavascriptBuilder' class.
SchemaJavascriptBuilder.complexTypeSerializerBody ( org.apache.ws.commons.schema.XmlSchemaComplexType type, String elementPrefix, org.apache.cxf.javascript.JavascriptUtils bodyUtils )This method is from 'SchemaJavascriptBuilder' class.
SchemaJavascriptBuilder.complexTypeSerializerFunction ( javax.xml.namespace.QName name, org.apache.ws.commons.schema.XmlSchemaComplexType type )This method is from 'SchemaJavascriptBuilder' class.
SchemaJavascriptBuilder.domDeserializerFunction ( javax.xml.namespace.QName name, org.apache.ws.commons.schema.XmlSchemaComplexType type )This method is from 'SchemaJavascriptBuilder' class.
SchemaJavascriptBuilder.generateCodeForSchema ( org.apache.ws.commons.schema.XmlSchema schema )This method is from 'SchemaJavascriptBuilder' class.
SchemaJavascriptBuilder.generateCodeForSchemaCollection ( org.apache.ws.commons.schema.XmlSchemaCollection collection )This method is from 'SchemaJavascriptBuilder' class.
SchemaJavascriptBuilder.SchemaJavascriptBuilder ( org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection, org.apache.cxf.javascript.NamespacePrefixAccumulator prefixAccumulator, org.apache.cxf.javascript.NameManager nameManager )This constructor is from 'SchemaJavascriptBuilder' class.
package org.apache.cxf.jaxb
[+] DatatypeFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
DatatypeFactory.createDuration ( String s )This method is from 'DatatypeFactory' class.
[+] JAXBBeanInfo (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
JAXBBeanInfo.getElementLocalName ( Object p1 )This abstract method is from 'JAXBBeanInfo' interface.
JAXBBeanInfo.getElementNamespaceURI ( Object p1 )This abstract method is from 'JAXBBeanInfo' interface.
JAXBBeanInfo.getTypeNames ( )This abstract method is from 'JAXBBeanInfo' interface.
JAXBBeanInfo.isElement ( )This abstract method is from 'JAXBBeanInfo' interface.
[+] JAXBContextCache (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
JAXBContextCache.addPackage ( java.util.Set classes, String pkg, ClassLoader loader )This method is from 'JAXBContextCache' class.
JAXBContextCache.clearCaches ( )This method is from 'JAXBContextCache' class.
JAXBContextCache.getCachedContextAndSchemas ( Class cls )This method is from 'JAXBContextCache' class.
JAXBContextCache.getCachedContextAndSchemas ( String pkg, java.util.Map props, ClassLoader loader )This method is from 'JAXBContextCache' class.
JAXBContextCache.getCachedContextAndSchemas ( java.util.Set classes, String defaultNs, java.util.Map props, java.util.Collection typeRefs, boolean exact )This method is from 'JAXBContextCache' class.
JAXBContextCache.scanPackages ( java.util.Set classes )This method is from 'JAXBContextCache' class.
[+] JAXBContextCache.CachedContextAndSchemas (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
JAXBContextCache.CachedContextAndSchemas.getClasses ( )This method is from 'JAXBContextCache.CachedContextAndSchemas' class.
JAXBContextCache.CachedContextAndSchemas.getContext ( )This method is from 'JAXBContextCache.CachedContextAndSchemas' class.
JAXBContextCache.CachedContextAndSchemas.getSchemas ( )This method is from 'JAXBContextCache.CachedContextAndSchemas' class.
JAXBContextCache.CachedContextAndSchemas.setClasses ( java.util.Set cls )This method is from 'JAXBContextCache.CachedContextAndSchemas' class.
JAXBContextCache.CachedContextAndSchemas.setSchemas ( java.util.Collection schemas )This method is from 'JAXBContextCache.CachedContextAndSchemas' class.
[+] JAXBContextProxy (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
JAXBContextProxy.getBeanInfo ( Class p1 )This abstract method is from 'JAXBContextProxy' interface.
[+] JAXBDataBase (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
JAXBDataBase.getAttachmentMarshaller ( )This method is from 'JAXBDataBase' abstract class.
JAXBDataBase.getAttachments ( )This method is from 'JAXBDataBase' abstract class.
JAXBDataBase.getAttachmentUnmarshaller ( )This method is from 'JAXBDataBase' abstract class.
JAXBDataBase.getJAXBAnnotation ( org.apache.cxf.service.model.MessagePartInfo mpi )This method is from 'JAXBDataBase' abstract class.
JAXBDataBase.getJAXBContext ( )This method is from 'JAXBDataBase' abstract class.
JAXBDataBase.getMtomThreshold ( )This method is from 'JAXBDataBase' abstract class.
JAXBDataBase.getSchema ( )This method is from 'JAXBDataBase' abstract class.
JAXBDataBase.honorJAXBAnnotations ( org.apache.cxf.service.model.MessagePartInfo part )This method is from 'JAXBDataBase' abstract class.
JAXBDataBase.JAXBDataBase ( javax.xml.bind.JAXBContext ctx )This constructor is from 'JAXBDataBase' abstract class.
JAXBDataBase.setAttachments ( java.util.Collection attachments )This method is from 'JAXBDataBase' abstract class.
JAXBDataBase.setJAXBContext ( javax.xml.bind.JAXBContext jc )This method is from 'JAXBDataBase' abstract class.
JAXBDataBase.setMtomThreshold ( Integer threshold )This method is from 'JAXBDataBase' abstract class.
JAXBDataBase.setProperty ( String prop, Object value )This method is from 'JAXBDataBase' abstract class.
JAXBDataBase.setSchema ( javax.xml.validation.Schema s )This method is from 'JAXBDataBase' abstract class.
[+] JAXBDataBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (36)
JAXBDataBinding.createJAXBContext ( java.util.Set classes )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.createJAXBContext ( java.util.Set classes, String defaultNs )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.createJAXBContextAndSchemas ( java.util.Set classes, String defaultNs )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.createReader ( Class c )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.createWrapperHelper ( Class wrapperType, javax.xml.namespace.QName wrapperName, java.util.List partNames, java.util.List elTypeNames, java.util.List partClasses )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.createWriter ( Class c )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.getContext ( )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.getContextClasses ( )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.getContextProperties ( )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.getExtraClass ( )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.getInFaultInterceptors ( )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.getInInterceptors ( )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.getMarshallerListener ( )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.getMarshallerProperties ( )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.getOutFaultInterceptors ( )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.getOutInterceptors ( )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.getSupportedReaderFormats ( )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.getSupportedWriterFormats ( )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.getUnmarshallerListener ( )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.getUnmarshallerProperties ( )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.getValidationEventHandler ( )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.initialize ( org.apache.cxf.service.Service service )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.isUnwrapJAXBElement ( )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.JAXBDataBinding ( )This constructor is from 'JAXBDataBinding' class.
JAXBDataBinding.JAXBDataBinding ( boolean q )This constructor is from 'JAXBDataBinding' class.
JAXBDataBinding.JAXBDataBinding ( Class[ ] classes )This constructor is from 'JAXBDataBinding' class.
JAXBDataBinding.JAXBDataBinding ( javax.xml.bind.JAXBContext context )This constructor is from 'JAXBDataBinding' class.
JAXBDataBinding.setContext ( javax.xml.bind.JAXBContext ctx )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.setContextProperties ( java.util.Map contextProperties )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.setExtraClass ( Class[ ] userExtraClass )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.setMarshallerListener ( javax.xml.bind.Marshaller.Listener marshallerListener )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.setMarshallerProperties ( java.util.Map marshallerProperties )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.setUnmarshallerListener ( javax.xml.bind.Unmarshaller.Listener unmarshallerListener )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.setUnmarshallerProperties ( java.util.Map unmarshallerProperties )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.setUnwrapJAXBElement ( boolean unwrapJAXBElement )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.setValidationEventHandler ( javax.xml.bind.ValidationEventHandler validationEventHandler )This method is from 'JAXBDataBinding' class.
[+] JAXBEncoderDecoder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
JAXBEncoderDecoder.getClassFromType ( reflect.Type t )This method is from 'JAXBEncoderDecoder' class.
JAXBEncoderDecoder.getElementValue ( Object obj )This method is from 'JAXBEncoderDecoder' class.
JAXBEncoderDecoder.marshall ( javax.xml.bind.Marshaller marshaller, Object elValue, org.apache.cxf.service.model.MessagePartInfo part, Object source )This method is from 'JAXBEncoderDecoder' class.
JAXBEncoderDecoder.marshallException ( javax.xml.bind.Marshaller marshaller, Exception elValue, org.apache.cxf.service.model.MessagePartInfo part, Object source )This method is from 'JAXBEncoderDecoder' class.
JAXBEncoderDecoder.marshallNullElement ( javax.xml.bind.Marshaller marshaller, Object source, org.apache.cxf.service.model.MessagePartInfo part )This method is from 'JAXBEncoderDecoder' class.
JAXBEncoderDecoder.marshalWithBridge ( javax.xml.namespace.QName qname, Class cls, annotation.Annotation[ ] anns, java.util.Set ctxClasses, Object elValue, Object source, javax.xml.bind.attachment.AttachmentMarshaller am )This method is from 'JAXBEncoderDecoder' class.
JAXBEncoderDecoder.unmarshall ( javax.xml.bind.Unmarshaller u, Object source, javax.xml.namespace.QName elName, Class clazz, boolean unwrap )This method is from 'JAXBEncoderDecoder' class.
JAXBEncoderDecoder.unmarshall ( javax.xml.bind.Unmarshaller u, Object source, org.apache.cxf.service.model.MessagePartInfo part, boolean unwrap )This method is from 'JAXBEncoderDecoder' class.
JAXBEncoderDecoder.unmarshallArray ( javax.xml.bind.Unmarshaller u, Object source, javax.xml.namespace.QName elName, Class clazz, java.util.List ret )This method is from 'JAXBEncoderDecoder' class.
JAXBEncoderDecoder.unmarshallException ( javax.xml.bind.Unmarshaller u, Object source, org.apache.cxf.service.model.MessagePartInfo part )This method is from 'JAXBEncoderDecoder' class.
JAXBEncoderDecoder.unmarshalWithBridge ( javax.xml.namespace.QName qname, Class cls, annotation.Annotation[ ] anns, java.util.Set ctxClasses, Object source, javax.xml.bind.attachment.AttachmentUnmarshaller am )This method is from 'JAXBEncoderDecoder' class.
[+] JAXBToStringBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JAXBToStringBuilder.valueOf ( Object object )This method is from 'JAXBToStringBuilder' class.
JAXBToStringBuilder.valueOf ( Object object, org.apache.commons.lang.builder.ToStringStyle style )This method is from 'JAXBToStringBuilder' class.
[+] JAXBUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (22)
JAXBUtils.builtInTypeToJavaType ( String type )This method is from 'JAXBUtils' class.
JAXBUtils.createBridge ( java.util.Set ctxClasses, javax.xml.namespace.QName qname, Class refcls, annotation.Annotation[ ] anns )This method is from 'JAXBUtils' class.
JAXBUtils.createFileCodeWriter ( java.io.File f )This method is from 'JAXBUtils' class.
JAXBUtils.createRIContext ( Class[ ] clss, String defaultNS )This method is from 'JAXBUtils' class.
JAXBUtils.createSchemaCompiler ( )This method is from 'JAXBUtils' class.
JAXBUtils.createSchemaCompilerWithDefaultAllocator ( java.util.Set allocatorSet )This method is from 'JAXBUtils' class.
JAXBUtils.generateJaxbSchemas ( javax.xml.bind.JAXBContext context, java.util.Map builtIns )This method is from 'JAXBUtils' class.
JAXBUtils.getBeanInfo ( JAXBContextProxy context, Class cls )This method is from 'JAXBUtils' class.
JAXBUtils.getGeneratedClassNames ( JAXBUtils.JCodeModel codeModel )This method is from 'JAXBUtils' class.
JAXBUtils.getPackageNamespace ( Class cls )This method is from 'JAXBUtils' class.
JAXBUtils.getParamClass ( JAXBUtils.SchemaCompiler sc, String method )This method is from 'JAXBUtils' class.
JAXBUtils.getValidClass ( Class cls )This method is from 'JAXBUtils' class.
JAXBUtils.holderClass ( String type )This method is from 'JAXBUtils' class.
JAXBUtils.isJavaKeyword ( String word )This method is from 'JAXBUtils' class.
JAXBUtils.isJAXB22 ( )This method is from 'JAXBUtils' class.
JAXBUtils.logGeneratedClassNames ( java.util.logging.Logger logger, JAXBUtils.JCodeModel codeModel )This method is from 'JAXBUtils' class.
JAXBUtils.namespaceURIToPackage ( String namespaceURI )This method is from 'JAXBUtils' class.
JAXBUtils.nameSpaceURIToPackage ( java.net.URI uri )This method is from 'JAXBUtils' class.
JAXBUtils.nameToIdentifier ( String name, JAXBUtils.IdentifierType type )This method is from 'JAXBUtils' class.
JAXBUtils.scanPackages ( java.util.Set classes, Class[ ] extraClass, java.util.Map objectFactoryCache )This method is from 'JAXBUtils' class.
JAXBUtils.scanPackages ( java.util.Set classes, java.util.Map objectFactoryCache )This method is from 'JAXBUtils' class.
JAXBUtils.setNamespaceWrapper ( java.util.Map nspref, javax.xml.bind.Marshaller marshaller )This method is from 'JAXBUtils' class.
[+] JAXBUtils.BridgeWrapper (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
JAXBUtils.BridgeWrapper.marshal ( Object p1, javax.xml.stream.XMLStreamWriter p2, javax.xml.bind.attachment.AttachmentMarshaller p3 )This abstract method is from 'JAXBUtils.BridgeWrapper' interface.
JAXBUtils.BridgeWrapper.marshal ( Object p1, javax.xml.transform.stream.StreamResult p2 )This abstract method is from 'JAXBUtils.BridgeWrapper' interface.
JAXBUtils.BridgeWrapper.marshal ( Object p1, org.w3c.dom.Node p2, javax.xml.bind.attachment.AttachmentMarshaller p3 )This abstract method is from 'JAXBUtils.BridgeWrapper' interface.
JAXBUtils.BridgeWrapper.unmarshal ( java.io.InputStream p1 )This abstract method is from 'JAXBUtils.BridgeWrapper' interface.
JAXBUtils.BridgeWrapper.unmarshal ( javax.xml.stream.XMLStreamReader p1, javax.xml.bind.attachment.AttachmentUnmarshaller p2 )This abstract method is from 'JAXBUtils.BridgeWrapper' interface.
JAXBUtils.BridgeWrapper.unmarshal ( org.w3c.dom.Node p1, javax.xml.bind.attachment.AttachmentUnmarshaller p2 )This abstract method is from 'JAXBUtils.BridgeWrapper' interface.
[+] JAXBUtils.DefaultClassNameAllocator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
JAXBUtils.DefaultClassNameAllocator.assignClassName ( String packageName, String className )This method is from 'JAXBUtils.DefaultClassNameAllocator' class.
JAXBUtils.DefaultClassNameAllocator.JAXBUtils.DefaultClassNameAllocator ( )This constructor is from 'JAXBUtils.DefaultClassNameAllocator' class.
JAXBUtils.DefaultClassNameAllocator.JAXBUtils.DefaultClassNameAllocator ( java.util.Set set )This constructor is from 'JAXBUtils.DefaultClassNameAllocator' class.
[+] JAXBUtils.IdentifierType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JAXBUtils.IdentifierType.valueOf ( String name )This method is from 'JAXBUtils.IdentifierType' class.
JAXBUtils.IdentifierType.values ( )This method is from 'JAXBUtils.IdentifierType' class.
[+] JAXBUtils.JCodeModel (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JAXBUtils.JCodeModel.build ( Object p1 )This abstract method is from 'JAXBUtils.JCodeModel' interface.
JAXBUtils.JCodeModel.packages ( )This abstract method is from 'JAXBUtils.JCodeModel' interface.
[+] JAXBUtils.JDefinedClass (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JAXBUtils.JDefinedClass.fullName ( )This abstract method is from 'JAXBUtils.JDefinedClass' interface.
JAXBUtils.JDefinedClass.name ( )This abstract method is from 'JAXBUtils.JDefinedClass' interface.
[+] JAXBUtils.JPackage (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JAXBUtils.JPackage.classes ( )This abstract method is from 'JAXBUtils.JPackage' interface.
JAXBUtils.JPackage.name ( )This abstract method is from 'JAXBUtils.JPackage' interface.
[+] JAXBUtils.JType (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
JAXBUtils.JType.binaryName ( )This abstract method is from 'JAXBUtils.JType' interface.
JAXBUtils.JType.classes ( )This abstract method is from 'JAXBUtils.JType' interface.
JAXBUtils.JType.elementType ( )This abstract method is from 'JAXBUtils.JType' interface.
JAXBUtils.JType.fullName ( )This abstract method is from 'JAXBUtils.JType' interface.
JAXBUtils.JType.isArray ( )This abstract method is from 'JAXBUtils.JType' interface.
JAXBUtils.JType.isPrimitive ( )This abstract method is from 'JAXBUtils.JType' interface.
JAXBUtils.JType.name ( )This abstract method is from 'JAXBUtils.JType' interface.
[+] JAXBUtils.Mapping (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
JAXBUtils.Mapping.getType ( )This abstract method is from 'JAXBUtils.Mapping' interface.
[+] JAXBUtils.Options (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
JAXBUtils.Options.addBindFile ( org.xml.sax.InputSource p1 )This abstract method is from 'JAXBUtils.Options' interface.
JAXBUtils.Options.addGrammar ( org.xml.sax.InputSource p1 )This abstract method is from 'JAXBUtils.Options' interface.
JAXBUtils.Options.getBuildID ( )This abstract method is from 'JAXBUtils.Options' interface.
JAXBUtils.Options.parseArguments ( String[ ] p1 )This abstract method is from 'JAXBUtils.Options' interface.
[+] JAXBUtils.S2JJAXBModel (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
JAXBUtils.S2JJAXBModel.generateCode ( Object p1, Object p2 )This abstract method is from 'JAXBUtils.S2JJAXBModel' interface.
JAXBUtils.S2JJAXBModel.get ( javax.xml.namespace.QName p1 )This abstract method is from 'JAXBUtils.S2JJAXBModel' interface.
JAXBUtils.S2JJAXBModel.getJavaType ( javax.xml.namespace.QName p1 )This abstract method is from 'JAXBUtils.S2JJAXBModel' interface.
[+] JAXBUtils.SchemaCompiler (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
JAXBUtils.SchemaCompiler.bind ( )This abstract method is from 'JAXBUtils.SchemaCompiler' interface.
JAXBUtils.SchemaCompiler.getOptions ( )This abstract method is from 'JAXBUtils.SchemaCompiler' interface.
JAXBUtils.SchemaCompiler.parseSchema ( String p1, javax.xml.stream.XMLStreamReader p2 )This abstract method is from 'JAXBUtils.SchemaCompiler' interface.
JAXBUtils.SchemaCompiler.parseSchema ( String p1, org.w3c.dom.Element p2 )This abstract method is from 'JAXBUtils.SchemaCompiler' interface.
JAXBUtils.SchemaCompiler.parseSchema ( org.xml.sax.InputSource p1 )This abstract method is from 'JAXBUtils.SchemaCompiler' interface.
JAXBUtils.SchemaCompiler.setClassNameAllocator ( Object p1 )This abstract method is from 'JAXBUtils.SchemaCompiler' interface.
JAXBUtils.SchemaCompiler.setErrorListener ( Object p1 )This abstract method is from 'JAXBUtils.SchemaCompiler' interface.
[+] JAXBUtils.TypeAndAnnotation (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
JAXBUtils.TypeAndAnnotation.getTypeClass ( )This abstract method is from 'JAXBUtils.TypeAndAnnotation' interface.
[+] JAXBWrapperHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
JAXBWrapperHelper.createWrapperObject ( Class typeClass )This method is from 'JAXBWrapperHelper' class.
JAXBWrapperHelper.getPartObject ( int index, Object object )This method is from 'JAXBWrapperHelper' class.
JAXBWrapperHelper.getValue ( reflect.Method method, Object in )This method is from 'JAXBWrapperHelper' class.
JAXBWrapperHelper.getWrapperObject ( Object object )This method is from 'JAXBWrapperHelper' class.
JAXBWrapperHelper.JAXBWrapperHelper ( Class wt, reflect.Method[ ] sets, reflect.Method[ ] gets, reflect.Method[ ] jaxbs, reflect.Field[ ] f, Object p6 )This constructor is from 'JAXBWrapperHelper' class.
[+] NamespaceMapper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
NamespaceMapper.getPreferredPrefix ( String namespaceUri, String suggestion, boolean requirePrefix )This method is from 'NamespaceMapper' class.
NamespaceMapper.NamespaceMapper ( java.util.Map nspref )This constructor is from 'NamespaceMapper' class.
package org.apache.cxf.jaxb.attachment
[+] JAXBAttachmentMarshaller (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
JAXBAttachmentMarshaller.addMtomAttachment ( byte[ ] data, int offset, int length, String mimeType, String elementNS, String elementLocalName )This method is from 'JAXBAttachmentMarshaller' class.
JAXBAttachmentMarshaller.addMtomAttachment ( javax.activation.DataHandler handler, String elementNS, String elementLocalName )This method is from 'JAXBAttachmentMarshaller' class.
JAXBAttachmentMarshaller.addSwaRefAttachment ( javax.activation.DataHandler handler )This method is from 'JAXBAttachmentMarshaller' class.
JAXBAttachmentMarshaller.getLastMTOMElementName ( )This method is from 'JAXBAttachmentMarshaller' class.
JAXBAttachmentMarshaller.isXOPPackage ( )This method is from 'JAXBAttachmentMarshaller' class.
JAXBAttachmentMarshaller.JAXBAttachmentMarshaller ( java.util.Collection attachments, Integer mtomThreshold )This constructor is from 'JAXBAttachmentMarshaller' class.
JAXBAttachmentMarshaller.setXOPPackage ( boolean xop )This method is from 'JAXBAttachmentMarshaller' class.
[+] JAXBAttachmentSchemaValidationHack (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
JAXBAttachmentSchemaValidationHack.handleMessage ( org.apache.cxf.message.Message message )This method is from 'JAXBAttachmentSchemaValidationHack' class.
[+] JAXBAttachmentUnmarshaller (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
JAXBAttachmentUnmarshaller.getAttachmentAsByteArray ( String contentId )This method is from 'JAXBAttachmentUnmarshaller' class.
JAXBAttachmentUnmarshaller.getAttachmentAsDataHandler ( String contentId )This method is from 'JAXBAttachmentUnmarshaller' class.
JAXBAttachmentUnmarshaller.isXOPPackage ( )This method is from 'JAXBAttachmentUnmarshaller' class.
JAXBAttachmentUnmarshaller.JAXBAttachmentUnmarshaller ( java.util.Collection attachments )This constructor is from 'JAXBAttachmentUnmarshaller' class.
package org.apache.cxf.jaxb.io
[+] DataReaderImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
DataReaderImpl.DataReaderImpl ( org.apache.cxf.jaxb.JAXBDataBinding binding, boolean unwrap )This constructor is from 'DataReaderImpl' class.
DataReaderImpl.read ( Object input )This method is from 'DataReaderImpl' class.
DataReaderImpl.read ( javax.xml.namespace.QName name, Object input, Class type )This method is from 'DataReaderImpl' class.
DataReaderImpl.read ( org.apache.cxf.service.model.MessagePartInfo part, Object reader )This method is from 'DataReaderImpl' class.
DataReaderImpl.setProperty ( String prop, Object value )This method is from 'DataReaderImpl' class.
[+] DataWriterImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
DataWriterImpl.createMarshaller ( Object elValue, org.apache.cxf.service.model.MessagePartInfo part )This method is from 'DataWriterImpl' class.
DataWriterImpl.DataWriterImpl ( org.apache.cxf.jaxb.JAXBDataBinding binding )This constructor is from 'DataWriterImpl' class.
DataWriterImpl.write ( Object obj, Object output )This method is from 'DataWriterImpl' class.
DataWriterImpl.write ( Object obj, org.apache.cxf.service.model.MessagePartInfo part, Object output )This method is from 'DataWriterImpl' class.
package org.apache.cxf.jaxrs
[+] AbstractJAXRSFactoryBean (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (23)
AbstractJAXRSFactoryBean.AbstractJAXRSFactoryBean ( )This constructor is from 'AbstractJAXRSFactoryBean' class.
AbstractJAXRSFactoryBean.AbstractJAXRSFactoryBean ( JAXRSServiceFactoryBean serviceFactory )This constructor is from 'AbstractJAXRSFactoryBean' class.
AbstractJAXRSFactoryBean.checkResources ( boolean server )This method is from 'AbstractJAXRSFactoryBean' class.
AbstractJAXRSFactoryBean.createBindingInfo ( )This method is from 'AbstractJAXRSFactoryBean' class.
AbstractJAXRSFactoryBean.createEndpoint ( )This method is from 'AbstractJAXRSFactoryBean' class.
AbstractJAXRSFactoryBean.createEndpointInfo ( )This method is from 'AbstractJAXRSFactoryBean' class.
AbstractJAXRSFactoryBean.getBus ( )This method is from 'AbstractJAXRSFactoryBean' class.
AbstractJAXRSFactoryBean.getProviders ( )This method is from 'AbstractJAXRSFactoryBean' class.
AbstractJAXRSFactoryBean.getServiceFactory ( )This method is from 'AbstractJAXRSFactoryBean' class.
AbstractJAXRSFactoryBean.setBus ( org.apache.cxf.Bus bus )This method is from 'AbstractJAXRSFactoryBean' class.
AbstractJAXRSFactoryBean.setDataBindingProvider ( provider.ProviderFactory factory, org.apache.cxf.service.Service s )This method is from 'AbstractJAXRSFactoryBean' class.
AbstractJAXRSFactoryBean.setModelBeans ( java.util.List resources )This method is from 'AbstractJAXRSFactoryBean' class.
AbstractJAXRSFactoryBean.setModelBeans ( model.UserResource[ ] resources )This method is from 'AbstractJAXRSFactoryBean' class.
AbstractJAXRSFactoryBean.setModelBeansWithServiceClass ( java.util.List resources, Class[ ] sClasses )This method is from 'AbstractJAXRSFactoryBean' class.
AbstractJAXRSFactoryBean.setModelRef ( String modelRef )This method is from 'AbstractJAXRSFactoryBean' class.
AbstractJAXRSFactoryBean.setModelRefWithServiceClass ( String modelRef, Class[ ] sClasses )This method is from 'AbstractJAXRSFactoryBean' class.
AbstractJAXRSFactoryBean.setProvider ( Object provider )This method is from 'AbstractJAXRSFactoryBean' class.
AbstractJAXRSFactoryBean.setProviders ( java.util.List providers )This method is from 'AbstractJAXRSFactoryBean' class.
AbstractJAXRSFactoryBean.setSchemaLocation ( String schema )This method is from 'AbstractJAXRSFactoryBean' class.
AbstractJAXRSFactoryBean.setSchemaLocations ( java.util.List schemas )This method is from 'AbstractJAXRSFactoryBean' class.
AbstractJAXRSFactoryBean.setServiceFactory ( JAXRSServiceFactoryBean serviceFactory )This method is from 'AbstractJAXRSFactoryBean' class.
AbstractJAXRSFactoryBean.setServiceName ( javax.xml.namespace.QName name )This method is from 'AbstractJAXRSFactoryBean' class.
AbstractJAXRSFactoryBean.setupFactory ( org.apache.cxf.endpoint.Endpoint ep )This method is from 'AbstractJAXRSFactoryBean' class.
[+] JAXRSBindingFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
JAXRSBindingFactory.createBinding ( org.apache.cxf.service.model.BindingInfo bi )This method is from 'JAXRSBindingFactory' class.
JAXRSBindingFactory.createBindingInfo ( org.apache.cxf.service.Service service, String namespace, Object obj )This method is from 'JAXRSBindingFactory' class.
JAXRSBindingFactory.JAXRSBindingFactory ( )This constructor is from 'JAXRSBindingFactory' class.
JAXRSBindingFactory.JAXRSBindingFactory ( org.apache.cxf.Bus b )This constructor is from 'JAXRSBindingFactory' class.
[+] JAXRSInvoker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
JAXRSInvoker.getActualServiceObject ( org.apache.cxf.message.Exchange exchange, Object rootInstance )This method is from 'JAXRSInvoker' class.
JAXRSInvoker.getServiceObject ( org.apache.cxf.message.Exchange exchange )This method is from 'JAXRSInvoker' class.
JAXRSInvoker.getTemplateValues ( org.apache.cxf.message.Message msg )This method is from 'JAXRSInvoker' class.
JAXRSInvoker.invoke ( org.apache.cxf.message.Exchange exchange, Object request )This method is from 'JAXRSInvoker' class.
JAXRSInvoker.invoke ( org.apache.cxf.message.Exchange exchange, Object request, Object resourceObject )This method is from 'JAXRSInvoker' class.
JAXRSInvoker.JAXRSInvoker ( )This constructor is from 'JAXRSInvoker' class.
[+] JAXRSServerFactoryBean (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (25)
JAXRSServerFactoryBean.applyFeatures ( )This method is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.create ( )This method is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.createInvoker ( )This method is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.getDocLocation ( )This method is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.getResourceClasses ( )This method is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.init ( )This method is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.JAXRSServerFactoryBean ( )This constructor is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.JAXRSServerFactoryBean ( JAXRSServiceFactoryBean sf )This constructor is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.setApplication ( javax.ws.rs.core.Application app )This method is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.setDocLocation ( String docLocation )This method is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.setExtensionMappings ( java.util.Map extMaps )This method is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.setInvoker ( org.apache.cxf.service.invoker.Invoker invoker )This method is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.setLanguageMappings ( java.util.Map lMaps )This method is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.setResourceClasses ( Class[ ] classes )This method is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.setResourceClasses ( java.util.List classes )This method is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.setResourceComparator ( ext.ResourceComparator rcomp )This method is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.setResourceProvider ( Class c, lifecycle.ResourceProvider rp )This method is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.setResourceProvider ( lifecycle.ResourceProvider rp )This method is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.setResourceProviders ( java.util.List rps )This method is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.setServiceBean ( Object bean )This method is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.setServiceBeanObjects ( Object[ ] beans )This method is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.setServiceBeans ( java.util.List beans )This method is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.setServiceClass ( Class clazz )This method is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.setStart ( boolean start )This method is from 'JAXRSServerFactoryBean' class.
JAXRSServerFactoryBean.setStaticSubresourceResolution ( boolean enableStatic )This method is from 'JAXRSServerFactoryBean' class.
[+] JAXRSServiceFactoryBean (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (21)
JAXRSServiceFactoryBean.create ( )This method is from 'JAXRSServiceFactoryBean' class.
JAXRSServiceFactoryBean.createInvoker ( )This method is from 'JAXRSServiceFactoryBean' class.
JAXRSServiceFactoryBean.createResourceInfo ( Class cls, boolean isRoot )This method is from 'JAXRSServiceFactoryBean' class.
JAXRSServiceFactoryBean.getClassResourceInfo ( )This method is from 'JAXRSServiceFactoryBean' class.
JAXRSServiceFactoryBean.getExecutor ( )This method is from 'JAXRSServiceFactoryBean' class.
JAXRSServiceFactoryBean.getInvoker ( )This method is from 'JAXRSServiceFactoryBean' class.
JAXRSServiceFactoryBean.getResourceClasses ( )This method is from 'JAXRSServiceFactoryBean' class.
JAXRSServiceFactoryBean.getServiceName ( )This method is from 'JAXRSServiceFactoryBean' class.
JAXRSServiceFactoryBean.initializeServiceModel ( )This method is from 'JAXRSServiceFactoryBean' class.
JAXRSServiceFactoryBean.JAXRSServiceFactoryBean ( )This constructor is from 'JAXRSServiceFactoryBean' class.
JAXRSServiceFactoryBean.setEnableStaticResolution ( boolean staticResolution )This method is from 'JAXRSServiceFactoryBean' class.
JAXRSServiceFactoryBean.setExecutor ( java.util.concurrent.Executor executor )This method is from 'JAXRSServiceFactoryBean' class.
JAXRSServiceFactoryBean.setInvoker ( org.apache.cxf.service.invoker.Invoker invoker )This method is from 'JAXRSServiceFactoryBean' class.
JAXRSServiceFactoryBean.setResourceClass ( Class cls )This method is from 'JAXRSServiceFactoryBean' class.
JAXRSServiceFactoryBean.setResourceClasses ( Class[ ] classes )This method is from 'JAXRSServiceFactoryBean' class.
JAXRSServiceFactoryBean.setResourceClasses ( java.util.List classes )This method is from 'JAXRSServiceFactoryBean' class.
JAXRSServiceFactoryBean.setResourceClassesFromBeans ( java.util.List beans )This method is from 'JAXRSServiceFactoryBean' class.
JAXRSServiceFactoryBean.setService ( org.apache.cxf.service.Service service )This method is from 'JAXRSServiceFactoryBean' class.
JAXRSServiceFactoryBean.setServiceName ( javax.xml.namespace.QName name )This method is from 'JAXRSServiceFactoryBean' class.
JAXRSServiceFactoryBean.setUserResources ( java.util.List resources )This method is from 'JAXRSServiceFactoryBean' class.
JAXRSServiceFactoryBean.setUserResourcesWithServiceClass ( java.util.List resources, Class[ ] sClasses )This method is from 'JAXRSServiceFactoryBean' class.
[+] JAXRSServiceImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (19)
JAXRSServiceImpl.getBeanName ( )This method is from 'JAXRSServiceImpl' class.
JAXRSServiceImpl.getClassResourceInfos ( )This method is from 'JAXRSServiceImpl' class.
JAXRSServiceImpl.getDataBinding ( )This method is from 'JAXRSServiceImpl' class.
JAXRSServiceImpl.getEndpointInfo ( javax.xml.namespace.QName endpoint )This method is from 'JAXRSServiceImpl' class.
JAXRSServiceImpl.getEndpoints ( )This method is from 'JAXRSServiceImpl' class.
JAXRSServiceImpl.getExecutor ( )This method is from 'JAXRSServiceImpl' class.
JAXRSServiceImpl.getInvoker ( )This method is from 'JAXRSServiceImpl' class.
JAXRSServiceImpl.getName ( )This method is from 'JAXRSServiceImpl' class.
JAXRSServiceImpl.getServiceInfos ( )This method is from 'JAXRSServiceImpl' class.
JAXRSServiceImpl.JAXRSServiceImpl ( String address, javax.xml.namespace.QName qname )This constructor is from 'JAXRSServiceImpl' class.
JAXRSServiceImpl.JAXRSServiceImpl ( java.util.List cri )This constructor is from 'JAXRSServiceImpl' class.
JAXRSServiceImpl.JAXRSServiceImpl ( java.util.List cri, boolean create )This constructor is from 'JAXRSServiceImpl' class.
JAXRSServiceImpl.JAXRSServiceImpl ( java.util.List cri, javax.xml.namespace.QName qname )This constructor is from 'JAXRSServiceImpl' class.
JAXRSServiceImpl.setCreateServiceModel ( boolean create )This method is from 'JAXRSServiceImpl' class.
JAXRSServiceImpl.setDataBinding ( org.apache.cxf.databinding.DataBinding dataBinding )This method is from 'JAXRSServiceImpl' class.
JAXRSServiceImpl.setEndpoints ( java.util.Map endpoints )This method is from 'JAXRSServiceImpl' class.
JAXRSServiceImpl.setExecutor ( java.util.concurrent.Executor executor )This method is from 'JAXRSServiceImpl' class.
JAXRSServiceImpl.setInvoker ( org.apache.cxf.service.invoker.Invoker invoker )This method is from 'JAXRSServiceImpl' class.
JAXRSServiceImpl.setProperties ( java.util.Map properties )This method is from 'JAXRSServiceImpl' class.
package org.apache.cxf.jaxrs.blueprint
[+] BlueprintResourceFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
BlueprintResourceFactory.BlueprintResourceFactory ( )This constructor is from 'BlueprintResourceFactory' class.
BlueprintResourceFactory.BlueprintResourceFactory ( String name )This constructor is from 'BlueprintResourceFactory' class.
BlueprintResourceFactory.getInstance ( org.apache.cxf.message.Message m )This method is from 'BlueprintResourceFactory' class.
BlueprintResourceFactory.getResourceClass ( )This method is from 'BlueprintResourceFactory' class.
BlueprintResourceFactory.isSingleton ( )This method is from 'BlueprintResourceFactory' class.
BlueprintResourceFactory.releaseInstance ( org.apache.cxf.message.Message m, Object o )This method is from 'BlueprintResourceFactory' class.
BlueprintResourceFactory.setBeanId ( String serviceBeanId )This method is from 'BlueprintResourceFactory' class.
BlueprintResourceFactory.setBlueprintContainer ( org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer )This method is from 'BlueprintResourceFactory' class.
[+] JAXRSBPNamespaceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
JAXRSBPNamespaceHandler.decorate ( org.w3c.dom.Node node, org.osgi.service.blueprint.reflect.ComponentMetadata component, org.apache.aries.blueprint.ParserContext context )This method is from 'JAXRSBPNamespaceHandler' class.
JAXRSBPNamespaceHandler.getBlueprintContainer ( )This method is from 'JAXRSBPNamespaceHandler' class.
JAXRSBPNamespaceHandler.getManagedClasses ( )This method is from 'JAXRSBPNamespaceHandler' class.
JAXRSBPNamespaceHandler.getSchemaLocation ( String namespace )This method is from 'JAXRSBPNamespaceHandler' class.
JAXRSBPNamespaceHandler.JAXRSBPNamespaceHandler ( )This constructor is from 'JAXRSBPNamespaceHandler' class.
JAXRSBPNamespaceHandler.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context )This method is from 'JAXRSBPNamespaceHandler' class.
JAXRSBPNamespaceHandler.setBlueprintContainer ( org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer )This method is from 'JAXRSBPNamespaceHandler' class.
[+] JAXRSClientFactoryBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
JAXRSClientFactoryBeanDefinitionParser.getFactoryCreateType ( org.w3c.dom.Element element )This method is from 'JAXRSClientFactoryBeanDefinitionParser' class.
JAXRSClientFactoryBeanDefinitionParser.getFactorySuffix ( )This method is from 'JAXRSClientFactoryBeanDefinitionParser' class.
JAXRSClientFactoryBeanDefinitionParser.hasBusProperty ( )This method is from 'JAXRSClientFactoryBeanDefinitionParser' class.
JAXRSClientFactoryBeanDefinitionParser.JAXRSClientFactoryBeanDefinitionParser ( )This constructor is from 'JAXRSClientFactoryBeanDefinitionParser' class.
JAXRSClientFactoryBeanDefinitionParser.mapAttribute ( org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element e, String name, String val, org.apache.aries.blueprint.ParserContext context )This method is from 'JAXRSClientFactoryBeanDefinitionParser' class.
JAXRSClientFactoryBeanDefinitionParser.mapElement ( org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element el, String name )This method is from 'JAXRSClientFactoryBeanDefinitionParser' class.
[+] JAXRSServerFactoryBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
JAXRSServerFactoryBeanDefinitionParser.hasBusProperty ( )This method is from 'JAXRSServerFactoryBeanDefinitionParser' class.
JAXRSServerFactoryBeanDefinitionParser.JAXRSServerFactoryBeanDefinitionParser ( )This constructor is from 'JAXRSServerFactoryBeanDefinitionParser' class.
JAXRSServerFactoryBeanDefinitionParser.mapAttribute ( org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element e, String name, String val, org.apache.aries.blueprint.ParserContext context )This method is from 'JAXRSServerFactoryBeanDefinitionParser' class.
JAXRSServerFactoryBeanDefinitionParser.mapElement ( org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element el, String name )This method is from 'JAXRSServerFactoryBeanDefinitionParser' class.
JAXRSServerFactoryBeanDefinitionParser.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context )This method is from 'JAXRSServerFactoryBeanDefinitionParser' class.
[+] JAXRSServerFactoryBeanDefinitionParser.PassThroughCallable (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JAXRSServerFactoryBeanDefinitionParser.PassThroughCallable.call ( )This method is from 'JAXRSServerFactoryBeanDefinitionParser.PassThroughCallable' class.
JAXRSServerFactoryBeanDefinitionParser.PassThroughCallable.JAXRSServerFactoryBeanDefinitionParser.PassThroughCallable ( Object value )This constructor is from 'JAXRSServerFactoryBeanDefinitionParser.PassThroughCallable' class.
package org.apache.cxf.jaxrs.client
[+] AbstractClient (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (51)
AbstractClient.AbstractClient ( java.net.URI baseURI )This constructor is from 'AbstractClient' abstract class.
AbstractClient.AbstractClient ( ClientState initialState )This constructor is from 'AbstractClient' abstract class.
AbstractClient.accept ( String[ ] types )This method is from 'AbstractClient' abstract class.
AbstractClient.accept ( javax.ws.rs.core.MediaType[ ] types )This method is from 'AbstractClient' abstract class.
AbstractClient.acceptEncoding ( String[ ] encs )This method is from 'AbstractClient' abstract class.
AbstractClient.acceptLanguage ( String[ ] languages )This method is from 'AbstractClient' abstract class.
AbstractClient.addParametersToBuilder ( javax.ws.rs.core.UriBuilder ub, String paramName, Object pValue, org.apache.cxf.jaxrs.model.ParameterType pt )This method is from 'AbstractClient' abstract class.
AbstractClient.calculateNewRequestURI ( java.util.Map reqContext )This method is from 'AbstractClient' abstract class.
AbstractClient.checkClientException ( org.apache.cxf.message.Message message, Exception ex )This method is from 'AbstractClient' abstract class.
AbstractClient.completeExchange ( Object response, org.apache.cxf.message.Exchange exchange )This method is from 'AbstractClient' abstract class.
AbstractClient.cookie ( javax.ws.rs.core.Cookie cookie )This method is from 'AbstractClient' abstract class.
AbstractClient.createExchange ( org.apache.cxf.message.Message m, org.apache.cxf.message.Exchange exchange )This method is from 'AbstractClient' abstract class.
AbstractClient.createMessage ( Object body, String httpMethod, javax.ws.rs.core.MultivaluedMap headers, java.net.URI currentURI, org.apache.cxf.message.Exchange exchange, java.util.Map invocationContext, boolean proxy )This method is from 'AbstractClient' abstract class.
AbstractClient.encoding ( String enc )This method is from 'AbstractClient' abstract class.
AbstractClient.getBaseURI ( )This method is from 'AbstractClient' abstract class.
AbstractClient.getConfiguration ( )This method is from 'AbstractClient' abstract class.
AbstractClient.getContentsList ( Object body )This method is from 'AbstractClient' abstract class.
AbstractClient.getCurrentBuilder ( )This method is from 'AbstractClient' abstract class.
AbstractClient.getCurrentURI ( )This method is from 'AbstractClient' abstract class.
AbstractClient.getHeaders ( )This method is from 'AbstractClient' abstract class.
AbstractClient.getRequestContext ( org.apache.cxf.message.Message outMessage )This method is from 'AbstractClient' abstract class.
AbstractClient.getResponse ( )This method is from 'AbstractClient' abstract class.
AbstractClient.getState ( )This method is from 'AbstractClient' abstract class.
AbstractClient.getTemplateParametersMap ( org.apache.cxf.jaxrs.model.URITemplate template, java.util.List values )This method is from 'AbstractClient' abstract class.
AbstractClient.header ( String name, Object[ ] values )This method is from 'AbstractClient' abstract class.
AbstractClient.headers ( javax.ws.rs.core.MultivaluedMap map )This method is from 'AbstractClient' abstract class.
AbstractClient.invoke ( org.apache.cxf.service.model.BindingOperationInfo oi, Object[ ] params, java.util.Map context, org.apache.cxf.message.Exchange exchange )This method is from 'AbstractClient' abstract class.
AbstractClient.language ( String language )This method is from 'AbstractClient' abstract class.
AbstractClient.match ( javax.ws.rs.core.EntityTag tag, boolean ifNot )This method is from 'AbstractClient' abstract class.
AbstractClient.modified ( java.util.Date date, boolean ifNot )This method is from 'AbstractClient' abstract class.
AbstractClient.parseQuotedHeaderValue ( String originalValue )This method is from 'AbstractClient' abstract class.
AbstractClient.prepareConduitSelector ( org.apache.cxf.message.Message message, java.net.URI currentURI, boolean proxy )This method is from 'AbstractClient' abstract class.
AbstractClient.preProcessResult ( org.apache.cxf.message.Message message )This method is from 'AbstractClient' abstract class.
AbstractClient.readBody ( javax.ws.rs.core.Response r, org.apache.cxf.message.Message inMessage, Class cls, reflect.Type type, annotation.Annotation[ ] anns )This method is from 'AbstractClient' abstract class.
AbstractClient.reportMessageHandlerProblem ( String name, Class cls, javax.ws.rs.core.MediaType ct, Throwable cause, javax.ws.rs.core.Response response )This method is from 'AbstractClient' abstract class.
AbstractClient.reset ( )This method is from 'AbstractClient' abstract class.
AbstractClient.resetBaseAddress ( java.net.URI uri )This method is from 'AbstractClient' abstract class.
AbstractClient.resetCurrentBuilder ( java.net.URI uri )This method is from 'AbstractClient' abstract class.
AbstractClient.resetResponse ( )This method is from 'AbstractClient' abstract class.
AbstractClient.retryInvoke ( java.net.URI p1, javax.ws.rs.core.MultivaluedMap p2, Object p3, org.apache.cxf.message.Exchange p4, java.util.Map p5 )This abstract method is from 'AbstractClient' abstract class.
AbstractClient.setAllHeaders ( javax.ws.rs.core.MultivaluedMap headers, java.net.HttpURLConnection conn )This method is from 'AbstractClient' abstract class.
AbstractClient.setConfiguration ( ClientConfiguration config )This method is from 'AbstractClient' abstract class.
AbstractClient.setContexts ( org.apache.cxf.message.Message message, org.apache.cxf.message.Exchange exchange, java.util.Map context, boolean proxy )This method is from 'AbstractClient' abstract class.
AbstractClient.setEmptyRequestProperty ( org.apache.cxf.message.Message outMessage, String httpMethod )This method is from 'AbstractClient' abstract class.
AbstractClient.setPlainOperationNameProperty ( org.apache.cxf.message.Message outMessage, String name )This method is from 'AbstractClient' abstract class.
AbstractClient.setResponseBuilder ( org.apache.cxf.message.Message outMessage, org.apache.cxf.message.Exchange exchange )This method is from 'AbstractClient' abstract class.
AbstractClient.setupInInterceptorChain ( ClientConfiguration cfg )This method is from 'AbstractClient' abstract class.
AbstractClient.setupOutInterceptorChain ( ClientConfiguration cfg )This method is from 'AbstractClient' abstract class.
AbstractClient.type ( String type )This method is from 'AbstractClient' abstract class.
AbstractClient.type ( javax.ws.rs.core.MediaType ct )This method is from 'AbstractClient' abstract class.
AbstractClient.writeBody ( Object o, org.apache.cxf.message.Message outMessage, Class cls, reflect.Type type, annotation.Annotation[ ] anns, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os )This method is from 'AbstractClient' abstract class.
[+] Client (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (18)
Client.accept ( String[ ] p1 )This abstract method is from 'Client' interface.
Client.accept ( javax.ws.rs.core.MediaType[ ] p1 )This abstract method is from 'Client' interface.
Client.acceptEncoding ( String[ ] p1 )This abstract method is from 'Client' interface.
Client.acceptLanguage ( String[ ] p1 )This abstract method is from 'Client' interface.
Client.cookie ( javax.ws.rs.core.Cookie p1 )This abstract method is from 'Client' interface.
Client.encoding ( String p1 )This abstract method is from 'Client' interface.
Client.getBaseURI ( )This abstract method is from 'Client' interface.
Client.getCurrentURI ( )This abstract method is from 'Client' interface.
Client.getHeaders ( )This abstract method is from 'Client' interface.
Client.getResponse ( )This abstract method is from 'Client' interface.
Client.header ( String p1, Object[ ] p2 )This abstract method is from 'Client' interface.
Client.headers ( javax.ws.rs.core.MultivaluedMap p1 )This abstract method is from 'Client' interface.
Client.language ( String p1 )This abstract method is from 'Client' interface.
Client.match ( javax.ws.rs.core.EntityTag p1, boolean p2 )This abstract method is from 'Client' interface.
Client.modified ( java.util.Date p1, boolean p2 )This abstract method is from 'Client' interface.
Client.reset ( )This abstract method is from 'Client' interface.
Client.type ( String p1 )This abstract method is from 'Client' interface.
Client.type ( javax.ws.rs.core.MediaType p1 )This abstract method is from 'Client' interface.
[+] ClientConfiguration (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
ClientConfiguration.ClientConfiguration ( )This constructor is from 'ClientConfiguration' class.
ClientConfiguration.getBus ( )This method is from 'ClientConfiguration' class.
ClientConfiguration.getConduit ( )This method is from 'ClientConfiguration' class.
ClientConfiguration.getConduitSelector ( )This method is from 'ClientConfiguration' class.
ClientConfiguration.getHttpConduit ( )This method is from 'ClientConfiguration' class.
ClientConfiguration.getInFaultInterceptors ( )This method is from 'ClientConfiguration' class.
ClientConfiguration.getInInterceptors ( )This method is from 'ClientConfiguration' class.
ClientConfiguration.getOutFaultInterceptors ( )This method is from 'ClientConfiguration' class.
ClientConfiguration.getOutInterceptors ( )This method is from 'ClientConfiguration' class.
ClientConfiguration.getRequestContext ( )This method is from 'ClientConfiguration' class.
ClientConfiguration.getResponseContext ( )This method is from 'ClientConfiguration' class.
ClientConfiguration.setBus ( org.apache.cxf.Bus bus )This method is from 'ClientConfiguration' class.
ClientConfiguration.setConduitSelector ( org.apache.cxf.endpoint.ConduitSelector cs )This method is from 'ClientConfiguration' class.
ClientConfiguration.setInFaultInterceptors ( java.util.List interceptors )This method is from 'ClientConfiguration' class.
ClientConfiguration.setInInterceptors ( java.util.List interceptors )This method is from 'ClientConfiguration' class.
ClientConfiguration.setOutFaultInterceptors ( java.util.List interceptors )This method is from 'ClientConfiguration' class.
ClientConfiguration.setOutInterceptors ( java.util.List interceptors )This method is from 'ClientConfiguration' class.
[+] ClientProxyImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
ClientProxyImpl.ClientProxyImpl ( java.net.URI baseURI, org.apache.cxf.jaxrs.model.ClassResourceInfo cri, boolean isRoot, boolean inheritHeaders, Object[ ] varValues )This constructor is from 'ClientProxyImpl' class.
ClientProxyImpl.ClientProxyImpl ( ClientState initialState, org.apache.cxf.jaxrs.model.ClassResourceInfo cri, boolean isRoot, boolean inheritHeaders, Object[ ] varValues )This constructor is from 'ClientProxyImpl' class.
ClientProxyImpl.getInvocationHandler ( )This method is from 'ClientProxyImpl' class.
ClientProxyImpl.handleResponse ( org.apache.cxf.message.Message outMessage )This method is from 'ClientProxyImpl' class.
ClientProxyImpl.invoke ( Object o, reflect.Method m, Object[ ] params )This method is from 'ClientProxyImpl' class.
ClientProxyImpl.reportInvalidResourceMethod ( reflect.Method m, String name )This method is from 'ClientProxyImpl' class.
ClientProxyImpl.retryInvoke ( java.net.URI newRequestURI, javax.ws.rs.core.MultivaluedMap headers, Object body, org.apache.cxf.message.Exchange exchange, java.util.Map invContext )This method is from 'ClientProxyImpl' class.
[+] ClientState (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
ClientState.getBaseURI ( )This abstract method is from 'ClientState' interface.
ClientState.getCurrentBuilder ( )This abstract method is from 'ClientState' interface.
ClientState.getRequestHeaders ( )This abstract method is from 'ClientState' interface.
ClientState.getResponseBuilder ( )This abstract method is from 'ClientState' interface.
ClientState.getTemplates ( )This abstract method is from 'ClientState' interface.
ClientState.newState ( java.net.URI p1, javax.ws.rs.core.MultivaluedMap p2, javax.ws.rs.core.MultivaluedMap p3 )This abstract method is from 'ClientState' interface.
ClientState.reset ( )This abstract method is from 'ClientState' interface.
ClientState.setBaseURI ( java.net.URI p1 )This abstract method is from 'ClientState' interface.
ClientState.setCurrentBuilder ( javax.ws.rs.core.UriBuilder p1 )This abstract method is from 'ClientState' interface.
ClientState.setRequestHeaders ( javax.ws.rs.core.MultivaluedMap p1 )This abstract method is from 'ClientState' interface.
ClientState.setResponseBuilder ( javax.ws.rs.core.Response.ResponseBuilder p1 )This abstract method is from 'ClientState' interface.
ClientState.setTemplates ( javax.ws.rs.core.MultivaluedMap p1 )This abstract method is from 'ClientState' interface.
[+] ClientWebApplicationException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ClientWebApplicationException.ClientWebApplicationException ( )This constructor is from 'ClientWebApplicationException' class.
ClientWebApplicationException.ClientWebApplicationException ( String message )This constructor is from 'ClientWebApplicationException' class.
ClientWebApplicationException.ClientWebApplicationException ( String message, Throwable cause, javax.ws.rs.core.Response response )This constructor is from 'ClientWebApplicationException' class.
ClientWebApplicationException.ClientWebApplicationException ( Throwable cause )This constructor is from 'ClientWebApplicationException' class.
ClientWebApplicationException.getResponse ( )This method is from 'ClientWebApplicationException' class.
[+] InvocationHandlerAware (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
InvocationHandlerAware.getInvocationHandler ( )This abstract method is from 'InvocationHandlerAware' interface.
[+] JAXRSClientFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
JAXRSClientFactory.create ( String baseAddress, Class cls )This method is from 'JAXRSClientFactory' class.
JAXRSClientFactory.create ( String baseAddress, Class cls, String configLocation )This method is from 'JAXRSClientFactory' class.
JAXRSClientFactory.create ( String baseAddress, Class cls, String configLocation, Object[ ] varValues )This method is from 'JAXRSClientFactory' class.
JAXRSClientFactory.create ( String baseAddress, Class cls, String username, String password, String configLocation )This method is from 'JAXRSClientFactory' class.
JAXRSClientFactory.create ( String baseAddress, Class cls, java.util.List providers )This method is from 'JAXRSClientFactory' class.
JAXRSClientFactory.create ( String baseAddress, Class cls, java.util.List providers, boolean threadSafe )This method is from 'JAXRSClientFactory' class.
JAXRSClientFactory.create ( String baseAddress, Class cls, java.util.List providers, String configLocation )This method is from 'JAXRSClientFactory' class.
JAXRSClientFactory.create ( java.net.URI baseURI, Class cls )This method is from 'JAXRSClientFactory' class.
JAXRSClientFactory.create ( java.net.URI baseURI, Class cls, boolean inheritHeaders )This method is from 'JAXRSClientFactory' class.
JAXRSClientFactory.createFromModel ( String baseAddress, Class cls, String modelRef, String configLocation )This method is from 'JAXRSClientFactory' class.
JAXRSClientFactory.createFromModel ( String baseAddress, Class cls, String modelRef, java.util.List providers, boolean threadSafe )This method is from 'JAXRSClientFactory' class.
JAXRSClientFactory.createFromModel ( String baseAddress, Class cls, String modelRef, java.util.List providers, String configLocation )This method is from 'JAXRSClientFactory' class.
JAXRSClientFactory.createFromModel ( String baseAddress, Class cls, java.util.List modelBeans, String configLocation )This method is from 'JAXRSClientFactory' class.
JAXRSClientFactory.createFromModel ( String baseAddress, Class cls, java.util.List modelBeans, java.util.List providers, String configLocation )This method is from 'JAXRSClientFactory' class.
JAXRSClientFactory.fromClient ( Client client, Class cls )This method is from 'JAXRSClientFactory' class.
JAXRSClientFactory.fromClient ( Client client, Class cls, boolean inheritHeaders )This method is from 'JAXRSClientFactory' class.
[+] JAXRSClientFactoryBean (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (22)
JAXRSClientFactoryBean.applyFeatures ( AbstractClient client )This method is from 'JAXRSClientFactoryBean' class.
JAXRSClientFactoryBean.create ( )This method is from 'JAXRSClientFactoryBean' class.
JAXRSClientFactoryBean.create ( Class cls, Object[ ] varValues )This method is from 'JAXRSClientFactoryBean' class.
JAXRSClientFactoryBean.createWebClient ( )This method is from 'JAXRSClientFactoryBean' class.
JAXRSClientFactoryBean.createWithValues ( Object[ ] varValues )This method is from 'JAXRSClientFactoryBean' class.
JAXRSClientFactoryBean.getConduitSelector ( org.apache.cxf.endpoint.Endpoint ep )This method is from 'JAXRSClientFactoryBean' class.
JAXRSClientFactoryBean.getHeaders ( )This method is from 'JAXRSClientFactoryBean' class.
JAXRSClientFactoryBean.getPassword ( )This method is from 'JAXRSClientFactoryBean' class.
JAXRSClientFactoryBean.getServiceClass ( )This method is from 'JAXRSClientFactoryBean' class.
JAXRSClientFactoryBean.getUsername ( )This method is from 'JAXRSClientFactoryBean' class.
JAXRSClientFactoryBean.initClient ( AbstractClient client, org.apache.cxf.endpoint.Endpoint ep, boolean addHeaders )This method is from 'JAXRSClientFactoryBean' class.
JAXRSClientFactoryBean.JAXRSClientFactoryBean ( )This constructor is from 'JAXRSClientFactoryBean' class.
JAXRSClientFactoryBean.JAXRSClientFactoryBean ( org.apache.cxf.jaxrs.JAXRSServiceFactoryBean serviceFactory )This constructor is from 'JAXRSClientFactoryBean' class.
JAXRSClientFactoryBean.setHeaders ( java.util.Map map )This method is from 'JAXRSClientFactoryBean' class.
JAXRSClientFactoryBean.setInheritHeaders ( boolean ih )This method is from 'JAXRSClientFactoryBean' class.
JAXRSClientFactoryBean.setInitialState ( ClientState initialState )This method is from 'JAXRSClientFactoryBean' class.
JAXRSClientFactoryBean.setPassword ( String password )This method is from 'JAXRSClientFactoryBean' class.
JAXRSClientFactoryBean.setResourceClass ( Class cls )This method is from 'JAXRSClientFactoryBean' class.
JAXRSClientFactoryBean.setSecondsToKeepState ( long time )This method is from 'JAXRSClientFactoryBean' class.
JAXRSClientFactoryBean.setServiceClass ( Class cls )This method is from 'JAXRSClientFactoryBean' class.
JAXRSClientFactoryBean.setThreadSafe ( boolean threadSafe )This method is from 'JAXRSClientFactoryBean' class.
JAXRSClientFactoryBean.setUsername ( String username )This method is from 'JAXRSClientFactoryBean' class.
[+] LocalClientState (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
LocalClientState.getBaseURI ( )This method is from 'LocalClientState' class.
LocalClientState.getCurrentBuilder ( )This method is from 'LocalClientState' class.
LocalClientState.getRequestHeaders ( )This method is from 'LocalClientState' class.
LocalClientState.getResponseBuilder ( )This method is from 'LocalClientState' class.
LocalClientState.getTemplates ( )This method is from 'LocalClientState' class.
LocalClientState.LocalClientState ( )This constructor is from 'LocalClientState' class.
LocalClientState.LocalClientState ( java.net.URI baseURI )This constructor is from 'LocalClientState' class.
LocalClientState.LocalClientState ( LocalClientState cs )This constructor is from 'LocalClientState' class.
LocalClientState.newState ( java.net.URI newBaseURI, javax.ws.rs.core.MultivaluedMap headers, javax.ws.rs.core.MultivaluedMap templatesMap )This method is from 'LocalClientState' class.
LocalClientState.reset ( )This method is from 'LocalClientState' class.
LocalClientState.setBaseURI ( java.net.URI baseURI )This method is from 'LocalClientState' class.
LocalClientState.setCurrentBuilder ( javax.ws.rs.core.UriBuilder currentBuilder )This method is from 'LocalClientState' class.
LocalClientState.setRequestHeaders ( javax.ws.rs.core.MultivaluedMap requestHeaders )This method is from 'LocalClientState' class.
LocalClientState.setResponseBuilder ( javax.ws.rs.core.Response.ResponseBuilder responseBuilder )This method is from 'LocalClientState' class.
LocalClientState.setTemplates ( javax.ws.rs.core.MultivaluedMap map )This method is from 'LocalClientState' class.
[+] ResponseExceptionMapper (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ResponseExceptionMapper.fromResponse ( javax.ws.rs.core.Response p1 )This abstract method is from 'ResponseExceptionMapper' interface.
[+] ResponseReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
ResponseReader.getContext ( )This method is from 'ResponseReader' class.
ResponseReader.isReadable ( Class cls, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt )This method is from 'ResponseReader' class.
ResponseReader.readFrom ( Class cls, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is )This method is from 'ResponseReader' class.
ResponseReader.readFrom ( Class x0, reflect.Type x1, annotation.Annotation[ ] x2, javax.ws.rs.core.MediaType x3, javax.ws.rs.core.MultivaluedMap x4, java.io.InputStream x5 )This method is from 'ResponseReader' class.
ResponseReader.ResponseReader ( )This constructor is from 'ResponseReader' class.
ResponseReader.ResponseReader ( Class entityCls )This constructor is from 'ResponseReader' class.
ResponseReader.setEntityClass ( Class cls )This method is from 'ResponseReader' class.
[+] ServerWebApplicationException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
ServerWebApplicationException.getHeaders ( )This method is from 'ServerWebApplicationException' class.
ServerWebApplicationException.getMessage ( )This method is from 'ServerWebApplicationException' class.
ServerWebApplicationException.getResponse ( )This method is from 'ServerWebApplicationException' class.
ServerWebApplicationException.getStatus ( )This method is from 'ServerWebApplicationException' class.
ServerWebApplicationException.ServerWebApplicationException ( )This constructor is from 'ServerWebApplicationException' class.
ServerWebApplicationException.ServerWebApplicationException ( Throwable cause, javax.ws.rs.core.Response response )This constructor is from 'ServerWebApplicationException' class.
ServerWebApplicationException.ServerWebApplicationException ( javax.ws.rs.core.Response response )This constructor is from 'ServerWebApplicationException' class.
ServerWebApplicationException.toErrorObject ( Client client, Class entityCls )This method is from 'ServerWebApplicationException' class.
ServerWebApplicationException.toString ( )This method is from 'ServerWebApplicationException' class.
[+] ThreadLocalClientState (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
ThreadLocalClientState.getBaseURI ( )This method is from 'ThreadLocalClientState' class.
ThreadLocalClientState.getCurrentBuilder ( )This method is from 'ThreadLocalClientState' class.
ThreadLocalClientState.getRequestHeaders ( )This method is from 'ThreadLocalClientState' class.
ThreadLocalClientState.getResponseBuilder ( )This method is from 'ThreadLocalClientState' class.
ThreadLocalClientState.getState ( )This method is from 'ThreadLocalClientState' class.
ThreadLocalClientState.getTemplates ( )This method is from 'ThreadLocalClientState' class.
ThreadLocalClientState.newState ( java.net.URI baseURI, javax.ws.rs.core.MultivaluedMap headers, javax.ws.rs.core.MultivaluedMap templates )This method is from 'ThreadLocalClientState' class.
ThreadLocalClientState.reset ( )This method is from 'ThreadLocalClientState' class.
ThreadLocalClientState.setBaseURI ( java.net.URI baseURI )This method is from 'ThreadLocalClientState' class.
ThreadLocalClientState.setCurrentBuilder ( javax.ws.rs.core.UriBuilder currentBuilder )This method is from 'ThreadLocalClientState' class.
ThreadLocalClientState.setRequestHeaders ( javax.ws.rs.core.MultivaluedMap requestHeaders )This method is from 'ThreadLocalClientState' class.
ThreadLocalClientState.setResponseBuilder ( javax.ws.rs.core.Response.ResponseBuilder responseBuilder )This method is from 'ThreadLocalClientState' class.
ThreadLocalClientState.setTemplates ( javax.ws.rs.core.MultivaluedMap map )This method is from 'ThreadLocalClientState' class.
ThreadLocalClientState.setTimeToKeepState ( long timeToKeepState )This method is from 'ThreadLocalClientState' class.
ThreadLocalClientState.ThreadLocalClientState ( String baseURI )This constructor is from 'ThreadLocalClientState' class.
ThreadLocalClientState.ThreadLocalClientState ( String baseURI, long timeToKeepState )This constructor is from 'ThreadLocalClientState' class.
ThreadLocalClientState.ThreadLocalClientState ( LocalClientState initialState, long timeToKeepState )This constructor is from 'ThreadLocalClientState' class.
[+] WebClient (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (77)
WebClient.accept ( String[ ] types )This method is from 'WebClient' class.
WebClient.accept ( String[ ] x0 )This method is from 'WebClient' class.
WebClient.accept ( javax.ws.rs.core.MediaType[ ] types )This method is from 'WebClient' class.
WebClient.accept ( javax.ws.rs.core.MediaType[ ] x0 )This method is from 'WebClient' class.
WebClient.acceptEncoding ( String[ ] x0 )This method is from 'WebClient' class.
WebClient.acceptEncoding ( String[ ] encodings )This method is from 'WebClient' class.
WebClient.acceptLanguage ( String[ ] languages )This method is from 'WebClient' class.
WebClient.acceptLanguage ( String[ ] x0 )This method is from 'WebClient' class.
WebClient.back ( boolean fast )This method is from 'WebClient' class.
WebClient.client ( Object proxy )This method is from 'WebClient' class.
WebClient.cookie ( javax.ws.rs.core.Cookie cookie )This method is from 'WebClient' class.
WebClient.cookie ( javax.ws.rs.core.Cookie x0 )This method is from 'WebClient' class.
WebClient.create ( String baseAddress )This method is from 'WebClient' class.
WebClient.create ( String baseURI, boolean threadSafe )This method is from 'WebClient' class.
WebClient.create ( String baseAddress, String configLocation )This method is from 'WebClient' class.
WebClient.create ( String baseAddress, String username, String password, String configLocation )This method is from 'WebClient' class.
WebClient.create ( String baseAddress, java.util.List providers )This method is from 'WebClient' class.
WebClient.create ( String baseAddress, java.util.List providers, boolean threadSafe )This method is from 'WebClient' class.
WebClient.create ( String baseAddress, java.util.List providers, String configLocation )This method is from 'WebClient' class.
WebClient.create ( java.net.URI baseURI )This method is from 'WebClient' class.
WebClient.delete ( )This method is from 'WebClient' class.
WebClient.doChainedInvocation ( String httpMethod, javax.ws.rs.core.MultivaluedMap headers, Object body, reflect.Type inGenericType, Class responseClass, reflect.Type outGenericType, org.apache.cxf.message.Exchange exchange, java.util.Map invContext )This method is from 'WebClient' class.
WebClient.doInvoke ( String httpMethod, Object body, reflect.Type inGenericType, Class responseClass, reflect.Type outGenericType )This method is from 'WebClient' class.
WebClient.encoding ( String encoding )This method is from 'WebClient' class.
WebClient.encoding ( String x0 )This method is from 'WebClient' class.
WebClient.form ( java.util.Map values )This method is from 'WebClient' class.
WebClient.form ( org.apache.cxf.jaxrs.ext.form.Form form )This method is from 'WebClient' class.
WebClient.fragment ( String name )This method is from 'WebClient' class.
WebClient.fromClient ( Client client )This method is from 'WebClient' class.
WebClient.fromClient ( Client client, boolean inheritHeaders )This method is from 'WebClient' class.
WebClient.get ( )This method is from 'WebClient' class.
WebClient.get ( Class responseClass )This method is from 'WebClient' class.
WebClient.getCollection ( Class memberClass )This method is from 'WebClient' class.
WebClient.getConfig ( Object client )This method is from 'WebClient' class.
WebClient.handleResponse ( org.apache.cxf.message.Message outMessage, Class responseClass, reflect.Type genericType )This method is from 'WebClient' class.
WebClient.head ( )This method is from 'WebClient' class.
WebClient.header ( String name, Object[ ] values )This method is from 'WebClient' class.
WebClient.header ( String x0, Object[ ] x1 )This method is from 'WebClient' class.
WebClient.headers ( javax.ws.rs.core.MultivaluedMap x0 )This method is from 'WebClient' class.
WebClient.headers ( javax.ws.rs.core.MultivaluedMap map )This method is from 'WebClient' class.
WebClient.invoke ( String httpMethod, Object body )This method is from 'WebClient' class.
WebClient.invoke ( String httpMethod, Object body, Class responseClass )This method is from 'WebClient' class.
WebClient.invokeAndGetCollection ( String httpMethod, Object body, Class memberClass )This method is from 'WebClient' class.
WebClient.language ( String language )This method is from 'WebClient' class.
WebClient.language ( String x0 )This method is from 'WebClient' class.
WebClient.match ( javax.ws.rs.core.EntityTag x0, boolean x1 )This method is from 'WebClient' class.
WebClient.match ( javax.ws.rs.core.EntityTag tag, boolean ifNot )This method is from 'WebClient' class.
WebClient.matrix ( String name, Object[ ] values )This method is from 'WebClient' class.
WebClient.modified ( java.util.Date x0, boolean x1 )This method is from 'WebClient' class.
WebClient.modified ( java.util.Date date, boolean ifNot )This method is from 'WebClient' class.
WebClient.options ( )This method is from 'WebClient' class.
WebClient.path ( Object path )This method is from 'WebClient' class.
WebClient.path ( String path, Object[ ] values )This method is from 'WebClient' class.
WebClient.post ( Object body )This method is from 'WebClient' class.
WebClient.post ( Object body, Class responseClass )This method is from 'WebClient' class.
WebClient.postAndGetCollection ( Object body, Class memberClass )This method is from 'WebClient' class.
WebClient.postAndGetCollection ( Object collection, Class memberClass, Class responseClass )This method is from 'WebClient' class.
WebClient.postCollection ( Object collection, Class memberClass )This method is from 'WebClient' class.
WebClient.postCollection ( Object collection, Class memberClass, Class responseClass )This method is from 'WebClient' class.
WebClient.put ( Object body )This method is from 'WebClient' class.
WebClient.query ( String name, Object[ ] values )This method is from 'WebClient' class.
WebClient.replaceHeader ( String headerName, String value )This method is from 'WebClient' class.
WebClient.replacePath ( String path )This method is from 'WebClient' class.
WebClient.replaceQuery ( String queryString )This method is from 'WebClient' class.
WebClient.replaceQueryParam ( String queryParam, Object[ ] value )This method is from 'WebClient' class.
WebClient.reset ( )This method is from 'WebClient' class.
WebClient.reset ( )This method is from 'WebClient' class.
WebClient.resetQuery ( )This method is from 'WebClient' class.
WebClient.retryInvoke ( java.net.URI newRequestURI, javax.ws.rs.core.MultivaluedMap headers, Object body, org.apache.cxf.message.Exchange exchange, java.util.Map invContext )This method is from 'WebClient' class.
WebClient.to ( String newAddress, boolean forward )This method is from 'WebClient' class.
WebClient.type ( String x0 )This method is from 'WebClient' class.
WebClient.type ( String type )This method is from 'WebClient' class.
WebClient.type ( javax.ws.rs.core.MediaType x0 )This method is from 'WebClient' class.
WebClient.type ( javax.ws.rs.core.MediaType ct )This method is from 'WebClient' class.
WebClient.WebClient ( String baseAddress )This constructor is from 'WebClient' class.
WebClient.WebClient ( java.net.URI baseAddress )This constructor is from 'WebClient' class.
WebClient.WebClient ( ClientState state )This constructor is from 'WebClient' class.
package org.apache.cxf.jaxrs.cors
[+] CrossOriginResourceSharing (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
CrossOriginResourceSharing.allowAllOrigins ( )This abstract method is from 'CrossOriginResourceSharing' interface.
CrossOriginResourceSharing.allowAnyHeaders ( )This abstract method is from 'CrossOriginResourceSharing' interface.
CrossOriginResourceSharing.allowCredentials ( )This abstract method is from 'CrossOriginResourceSharing' interface.
CrossOriginResourceSharing.allowHeaders ( )This abstract method is from 'CrossOriginResourceSharing' interface.
CrossOriginResourceSharing.allowOrigins ( )This abstract method is from 'CrossOriginResourceSharing' interface.
CrossOriginResourceSharing.exposeHeaders ( )This abstract method is from 'CrossOriginResourceSharing' interface.
CrossOriginResourceSharing.localPreflight ( )This abstract method is from 'CrossOriginResourceSharing' interface.
CrossOriginResourceSharing.maxAge ( )This abstract method is from 'CrossOriginResourceSharing' interface.
[+] CrossOriginResourceSharingFilter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (19)
CrossOriginResourceSharingFilter.CrossOriginResourceSharingFilter ( )This constructor is from 'CrossOriginResourceSharingFilter' class.
CrossOriginResourceSharingFilter.getAllowHeaders ( )This method is from 'CrossOriginResourceSharingFilter' class.
CrossOriginResourceSharingFilter.getAllowOrigins ( )This method is from 'CrossOriginResourceSharingFilter' class.
CrossOriginResourceSharingFilter.getExposeHeaders ( )This method is from 'CrossOriginResourceSharingFilter' class.
CrossOriginResourceSharingFilter.getMaxAge ( )This method is from 'CrossOriginResourceSharingFilter' class.
CrossOriginResourceSharingFilter.handleRequest ( org.apache.cxf.message.Message m, org.apache.cxf.jaxrs.model.ClassResourceInfo resourceClass )This method is from 'CrossOriginResourceSharingFilter' class.
CrossOriginResourceSharingFilter.handleResponse ( org.apache.cxf.message.Message m, org.apache.cxf.jaxrs.model.OperationResourceInfo ori, javax.ws.rs.core.Response response )This method is from 'CrossOriginResourceSharingFilter' class.
CrossOriginResourceSharingFilter.isAllowAnyHeaders ( )This method is from 'CrossOriginResourceSharingFilter' class.
CrossOriginResourceSharingFilter.isAllowCredentials ( )This method is from 'CrossOriginResourceSharingFilter' class.
CrossOriginResourceSharingFilter.isDefaultOptionsMethodsHandlePreflight ( )This method is from 'CrossOriginResourceSharingFilter' class.
CrossOriginResourceSharingFilter.setAllowAllOrigins ( boolean allowAllOrigins )This method is from 'CrossOriginResourceSharingFilter' class.
CrossOriginResourceSharingFilter.setAllowAnyHeaders ( boolean allowAnyHeader )This method is from 'CrossOriginResourceSharingFilter' class.
CrossOriginResourceSharingFilter.setAllowCredentials ( boolean allowCredentials )This method is from 'CrossOriginResourceSharingFilter' class.
CrossOriginResourceSharingFilter.setAllowHeaders ( java.util.List allowedHeaders )This method is from 'CrossOriginResourceSharingFilter' class.
CrossOriginResourceSharingFilter.setAllowOrigins ( java.util.List allowedOrigins )This method is from 'CrossOriginResourceSharingFilter' class.
CrossOriginResourceSharingFilter.setDefaultOptionsMethodsHandlePreflight ( boolean defaultOptionsMethodsHandlePreflight )This method is from 'CrossOriginResourceSharingFilter' class.
CrossOriginResourceSharingFilter.setExposeHeaders ( java.util.List exposeHeaders )This method is from 'CrossOriginResourceSharingFilter' class.
CrossOriginResourceSharingFilter.setMaxAge ( Integer maxAge )This method is from 'CrossOriginResourceSharingFilter' class.
CrossOriginResourceSharingFilter.setPreflightErrorStatus ( Integer status )This method is from 'CrossOriginResourceSharingFilter' class.
package org.apache.cxf.jaxrs.ext
[+] MessageContext (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
MessageContext.get ( Object p1 )This abstract method is from 'MessageContext' interface.
MessageContext.getContent ( Class p1 )This abstract method is from 'MessageContext' interface.
MessageContext.getContext ( Class p1 )This abstract method is from 'MessageContext' interface.
MessageContext.getContextualProperty ( Object p1 )This abstract method is from 'MessageContext' interface.
MessageContext.getHttpHeaders ( )This abstract method is from 'MessageContext' interface.
MessageContext.getHttpServletRequest ( )This abstract method is from 'MessageContext' interface.
MessageContext.getHttpServletResponse ( )This abstract method is from 'MessageContext' interface.
MessageContext.getProviders ( )This abstract method is from 'MessageContext' interface.
MessageContext.getRequest ( )This abstract method is from 'MessageContext' interface.
MessageContext.getResolver ( Class p1, Class p2 )This abstract method is from 'MessageContext' interface.
MessageContext.getSecurityContext ( )This abstract method is from 'MessageContext' interface.
MessageContext.getServletConfig ( )This abstract method is from 'MessageContext' interface.
MessageContext.getServletContext ( )This abstract method is from 'MessageContext' interface.
MessageContext.getUriInfo ( )This abstract method is from 'MessageContext' interface.
MessageContext.put ( Object p1, Object p2 )This abstract method is from 'MessageContext' interface.
[+] MessageContextImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
MessageContextImpl.get ( Object key )This method is from 'MessageContextImpl' class.
MessageContextImpl.getContent ( Class format )This method is from 'MessageContextImpl' class.
MessageContextImpl.getContext ( Class contextClass )This method is from 'MessageContextImpl' class.
MessageContextImpl.getContext ( reflect.Type genericType, Class clazz )This method is from 'MessageContextImpl' class.
MessageContextImpl.getContextualProperty ( Object key )This method is from 'MessageContextImpl' class.
MessageContextImpl.getHttpHeaders ( )This method is from 'MessageContextImpl' class.
MessageContextImpl.getHttpServletRequest ( )This method is from 'MessageContextImpl' class.
MessageContextImpl.getHttpServletResponse ( )This method is from 'MessageContextImpl' class.
MessageContextImpl.getProviders ( )This method is from 'MessageContextImpl' class.
MessageContextImpl.getRequest ( )This method is from 'MessageContextImpl' class.
MessageContextImpl.getResolver ( Class resolverClazz, Class resolveClazz )This method is from 'MessageContextImpl' class.
MessageContextImpl.getSecurityContext ( )This method is from 'MessageContextImpl' class.
MessageContextImpl.getServletConfig ( )This method is from 'MessageContextImpl' class.
MessageContextImpl.getServletContext ( )This method is from 'MessageContextImpl' class.
MessageContextImpl.getUriInfo ( )This method is from 'MessageContextImpl' class.
MessageContextImpl.MessageContextImpl ( org.apache.cxf.message.Message m )This constructor is from 'MessageContextImpl' class.
MessageContextImpl.put ( Object key, Object value )This method is from 'MessageContextImpl' class.
[+] ParameterHandler (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ParameterHandler.fromString ( String p1 )This abstract method is from 'ParameterHandler' interface.
[+] ProtocolHeaders (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ProtocolHeaders.getRequestHeader ( String p1 )This abstract method is from 'ProtocolHeaders' interface.
ProtocolHeaders.getRequestHeaders ( )This abstract method is from 'ProtocolHeaders' interface.
ProtocolHeaders.getRequestHeaderValue ( String p1 )This abstract method is from 'ProtocolHeaders' interface.
[+] ProtocolHeadersImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ProtocolHeadersImpl.getRequestHeader ( String name )This method is from 'ProtocolHeadersImpl' class.
ProtocolHeadersImpl.getRequestHeaders ( )This method is from 'ProtocolHeadersImpl' class.
ProtocolHeadersImpl.getRequestHeaderValue ( String name )This method is from 'ProtocolHeadersImpl' class.
ProtocolHeadersImpl.ProtocolHeadersImpl ( org.apache.cxf.message.Message m )This constructor is from 'ProtocolHeadersImpl' class.
[+] RequestHandler (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
RequestHandler.handleRequest ( org.apache.cxf.message.Message p1, org.apache.cxf.jaxrs.model.ClassResourceInfo p2 )This abstract method is from 'RequestHandler' interface.
[+] ResourceComparator (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ResourceComparator.compare ( org.apache.cxf.jaxrs.model.ClassResourceInfo p1, org.apache.cxf.jaxrs.model.ClassResourceInfo p2, org.apache.cxf.message.Message p3 )This abstract method is from 'ResourceComparator' interface.
ResourceComparator.compare ( org.apache.cxf.jaxrs.model.OperationResourceInfo p1, org.apache.cxf.jaxrs.model.OperationResourceInfo p2, org.apache.cxf.message.Message p3 )This abstract method is from 'ResourceComparator' interface.
[+] ResponseHandler (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ResponseHandler.handleResponse ( org.apache.cxf.message.Message p1, org.apache.cxf.jaxrs.model.OperationResourceInfo p2, javax.ws.rs.core.Response p3 )This abstract method is from 'ResponseHandler' interface.
package org.apache.cxf.jaxrs.ext.atom
[+] AbstractAtomElementBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
AbstractAtomElementBuilder.AbstractAtomElementBuilder ( )This constructor is from 'AbstractAtomElementBuilder' abstract class.
AbstractAtomElementBuilder.getAuthor ( Object pojo )This method is from 'AbstractAtomElementBuilder' abstract class.
AbstractAtomElementBuilder.getBaseUri ( Object pojo )This method is from 'AbstractAtomElementBuilder' abstract class.
AbstractAtomElementBuilder.getCategories ( Object pojo )This method is from 'AbstractAtomElementBuilder' abstract class.
AbstractAtomElementBuilder.getId ( Object pojo )This method is from 'AbstractAtomElementBuilder' abstract class.
AbstractAtomElementBuilder.getLinks ( Object pojo )This method is from 'AbstractAtomElementBuilder' abstract class.
AbstractAtomElementBuilder.getMessageContext ( )This method is from 'AbstractAtomElementBuilder' abstract class.
AbstractAtomElementBuilder.getTitle ( Object pojo )This method is from 'AbstractAtomElementBuilder' abstract class.
AbstractAtomElementBuilder.getUpdated ( Object pojo )This method is from 'AbstractAtomElementBuilder' abstract class.
AbstractAtomElementBuilder.setMessageContext ( org.apache.cxf.jaxrs.ext.MessageContext context )This method is from 'AbstractAtomElementBuilder' abstract class.
[+] AbstractEntryBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AbstractEntryBuilder.AbstractEntryBuilder ( )This constructor is from 'AbstractEntryBuilder' abstract class.
AbstractEntryBuilder.getPublished ( Object pojo )This method is from 'AbstractEntryBuilder' abstract class.
AbstractEntryBuilder.getSummary ( Object pojo )This method is from 'AbstractEntryBuilder' abstract class.
[+] AbstractFeedBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AbstractFeedBuilder.AbstractFeedBuilder ( )This constructor is from 'AbstractFeedBuilder' abstract class.
AbstractFeedBuilder.getIcon ( Object pojo )This method is from 'AbstractFeedBuilder' abstract class.
AbstractFeedBuilder.getLogo ( Object pojo )This method is from 'AbstractFeedBuilder' abstract class.
[+] AtomElementReader (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
AtomElementReader.readFrom ( org.apache.abdera.model.Element p1 )This abstract method is from 'AtomElementReader' interface.
[+] AtomElementWriter (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
AtomElementWriter.writeTo ( org.apache.abdera.model.Element p1, Object p2 )This abstract method is from 'AtomElementWriter' interface.
package org.apache.cxf.jaxrs.ext.codegen
[+] CodeGeneratorProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
CodeGeneratorProvider.CodeGeneratorProvider ( )This constructor is from 'CodeGeneratorProvider' class.
CodeGeneratorProvider.doHandleRequest ( org.apache.cxf.message.Message m, org.apache.cxf.jaxrs.model.ClassResourceInfo resourceClass )This method is from 'CodeGeneratorProvider' class.
CodeGeneratorProvider.getStem ( org.apache.cxf.jaxrs.model.ClassResourceInfo cri, String suffix )This method is from 'CodeGeneratorProvider' class.
CodeGeneratorProvider.getWadl ( org.apache.cxf.message.Message m, org.apache.cxf.jaxrs.model.ClassResourceInfo resourceClass )This method is from 'CodeGeneratorProvider' class.
CodeGeneratorProvider.handleRequest ( org.apache.cxf.message.Message m, org.apache.cxf.jaxrs.model.ClassResourceInfo resourceClass )This method is from 'CodeGeneratorProvider' class.
CodeGeneratorProvider.removeCode ( org.apache.cxf.jaxrs.model.ClassResourceInfo cri )This method is from 'CodeGeneratorProvider' class.
CodeGeneratorProvider.setBus ( org.apache.cxf.Bus bus )This method is from 'CodeGeneratorProvider' class.
CodeGeneratorProvider.setGenerateInterfaces ( boolean generateInterfaces )This method is from 'CodeGeneratorProvider' class.
CodeGeneratorProvider.setImportsComparator ( java.util.Comparator importsComparator )This method is from 'CodeGeneratorProvider' class.
CodeGeneratorProvider.setPackageName ( String name )This method is from 'CodeGeneratorProvider' class.
CodeGeneratorProvider.setResourceName ( String name )This method is from 'CodeGeneratorProvider' class.
CodeGeneratorProvider.setUriInfo ( javax.ws.rs.core.UriInfo uriInfo )This method is from 'CodeGeneratorProvider' class.
[+] SourceGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (22)
SourceGenerator.generateMainClass ( org.w3c.dom.Element resourcesEl, java.io.File src )This method is from 'SourceGenerator' class.
SourceGenerator.generateSource ( String wadl, java.io.File srcDir, String codeType )This method is from 'SourceGenerator' class.
SourceGenerator.getGeneratedServiceClasses ( )This method is from 'SourceGenerator' class.
SourceGenerator.getGeneratedTypeClasses ( )This method is from 'SourceGenerator' class.
SourceGenerator.getWadlNamespace ( )This method is from 'SourceGenerator' class.
SourceGenerator.setBindingFiles ( java.util.List files )This method is from 'SourceGenerator' class.
SourceGenerator.setBus ( org.apache.cxf.Bus bus )This method is from 'SourceGenerator' class.
SourceGenerator.setCompilerArgs ( java.util.List args )This method is from 'SourceGenerator' class.
SourceGenerator.setGenerateEnums ( boolean generate )This method is from 'SourceGenerator' class.
SourceGenerator.setGenerateImplementation ( boolean generate )This method is from 'SourceGenerator' class.
SourceGenerator.setGenerateInterfaces ( boolean generateInterfaces )This method is from 'SourceGenerator' class.
SourceGenerator.setImportsComparator ( java.util.Comparator importsComparator )This method is from 'SourceGenerator' class.
SourceGenerator.setPackageName ( String name )This method is from 'SourceGenerator' class.
SourceGenerator.setResourceName ( String name )This method is from 'SourceGenerator' class.
SourceGenerator.setSchemaPackageFiles ( java.util.List files )This method is from 'SourceGenerator' class.
SourceGenerator.setSchemaPackageMap ( java.util.Map map )This method is from 'SourceGenerator' class.
SourceGenerator.setSchemaTypesMap ( java.util.Map map )This method is from 'SourceGenerator' class.
SourceGenerator.setSupportMultipleXmlReps ( boolean support )This method is from 'SourceGenerator' class.
SourceGenerator.setWadlNamespace ( String ns )This method is from 'SourceGenerator' class.
SourceGenerator.setWadlPath ( String name )This method is from 'SourceGenerator' class.
SourceGenerator.SourceGenerator ( )This constructor is from 'SourceGenerator' class.
SourceGenerator.SourceGenerator ( java.util.Map properties )This constructor is from 'SourceGenerator' class.
package org.apache.cxf.jaxrs.ext.form
[+] Form (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Form.Form ( )This constructor is from 'Form' class.
Form.Form ( javax.ws.rs.core.MultivaluedMap map )This constructor is from 'Form' class.
Form.getData ( )This method is from 'Form' class.
Form.set ( String name, Object value )This method is from 'Form' class.
package org.apache.cxf.jaxrs.ext.multipart
[+] Attachment (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
Attachment.Attachment ( java.io.InputStream is, javax.ws.rs.core.MultivaluedMap headers )This constructor is from 'Attachment' class.
Attachment.Attachment ( String id, java.io.InputStream is, ContentDisposition cd )This constructor is from 'Attachment' class.
Attachment.Attachment ( String id, String mediaType, Object object )This constructor is from 'Attachment' class.
Attachment.Attachment ( String id, javax.activation.DataHandler dh, javax.ws.rs.core.MultivaluedMap headers )This constructor is from 'Attachment' class.
Attachment.Attachment ( String id, javax.activation.DataSource ds, javax.ws.rs.core.MultivaluedMap headers )This constructor is from 'Attachment' class.
Attachment.Attachment ( org.apache.cxf.message.Attachment a, javax.ws.rs.ext.Providers providers )This constructor is from 'Attachment' class.
Attachment.equals ( Object o )This method is from 'Attachment' class.
Attachment.getContentDisposition ( )This method is from 'Attachment' class.
Attachment.getContentId ( )This method is from 'Attachment' class.
Attachment.getContentType ( )This method is from 'Attachment' class.
Attachment.getDataHandler ( )This method is from 'Attachment' class.
Attachment.getHeader ( String name )This method is from 'Attachment' class.
Attachment.getHeaderAsList ( String name )This method is from 'Attachment' class.
Attachment.getHeaders ( )This method is from 'Attachment' class.
Attachment.getObject ( )This method is from 'Attachment' class.
Attachment.getObject ( Class cls )This method is from 'Attachment' class.
Attachment.hashCode ( )This method is from 'Attachment' class.
[+] AttachmentBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
AttachmentBuilder.AttachmentBuilder ( )This constructor is from 'AttachmentBuilder' class.
AttachmentBuilder.build ( )This method is from 'AttachmentBuilder' class.
AttachmentBuilder.contentDisposition ( ContentDisposition newContentDisposition )This method is from 'AttachmentBuilder' class.
AttachmentBuilder.dataHandler ( javax.activation.DataHandler newDataHandler )This method is from 'AttachmentBuilder' class.
AttachmentBuilder.header ( String key, String value )This method is from 'AttachmentBuilder' class.
AttachmentBuilder.headers ( javax.ws.rs.core.MultivaluedMap allHeaders )This method is from 'AttachmentBuilder' class.
AttachmentBuilder.id ( String id )This method is from 'AttachmentBuilder' class.
AttachmentBuilder.mediaType ( String mediaType )This method is from 'AttachmentBuilder' class.
AttachmentBuilder.object ( Object theObject )This method is from 'AttachmentBuilder' class.
[+] ContentDisposition (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ContentDisposition.ContentDisposition ( String value )This constructor is from 'ContentDisposition' class.
ContentDisposition.getParameter ( String name )This method is from 'ContentDisposition' class.
ContentDisposition.getParameters ( )This method is from 'ContentDisposition' class.
ContentDisposition.getType ( )This method is from 'ContentDisposition' class.
ContentDisposition.toString ( )This method is from 'ContentDisposition' class.
[+] InputStreamDataSource (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
InputStreamDataSource.getContentType ( )This method is from 'InputStreamDataSource' class.
InputStreamDataSource.getInputStream ( )This method is from 'InputStreamDataSource' class.
InputStreamDataSource.getName ( )This method is from 'InputStreamDataSource' class.
InputStreamDataSource.getOutputStream ( )This method is from 'InputStreamDataSource' class.
InputStreamDataSource.InputStreamDataSource ( java.io.InputStream is, String contentType )This constructor is from 'InputStreamDataSource' class.
InputStreamDataSource.InputStreamDataSource ( java.io.InputStream is, String contentType, String name )This constructor is from 'InputStreamDataSource' class.
[+] Multipart (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
Multipart.required ( )This abstract method is from 'Multipart' interface.
Multipart.type ( )This abstract method is from 'Multipart' interface.
Multipart.value ( )This abstract method is from 'Multipart' interface.
[+] MultipartBody (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
MultipartBody.getAllAttachments ( )This method is from 'MultipartBody' class.
MultipartBody.getAttachment ( String contentId )This method is from 'MultipartBody' class.
MultipartBody.getAttachmentObject ( String contentId, Class cls )This method is from 'MultipartBody' class.
MultipartBody.getChildAttachments ( )This method is from 'MultipartBody' class.
MultipartBody.getRootAttachment ( )This method is from 'MultipartBody' class.
MultipartBody.getType ( )This method is from 'MultipartBody' class.
MultipartBody.MultipartBody ( boolean outbound )This constructor is from 'MultipartBody' class.
MultipartBody.MultipartBody ( java.util.List atts )This constructor is from 'MultipartBody' class.
MultipartBody.MultipartBody ( java.util.List atts, boolean outbound )This constructor is from 'MultipartBody' class.
MultipartBody.MultipartBody ( java.util.List atts, javax.ws.rs.core.MediaType mt, boolean outbound )This constructor is from 'MultipartBody' class.
MultipartBody.MultipartBody ( Attachment att )This constructor is from 'MultipartBody' class.
package org.apache.cxf.jaxrs.ext.search
[+] AbstractComplexCondition (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
AbstractComplexCondition.AbstractComplexCondition ( java.util.List conditions, ConditionType cType )This constructor is from 'AbstractComplexCondition' abstract class.
AbstractComplexCondition.AbstractComplexCondition ( ConditionType cType )This constructor is from 'AbstractComplexCondition' abstract class.
AbstractComplexCondition.accept ( SearchConditionVisitor visitor )This method is from 'AbstractComplexCondition' abstract class.
AbstractComplexCondition.findAll ( java.util.Collection pojos )This method is from 'AbstractComplexCondition' abstract class.
AbstractComplexCondition.getCondition ( )This method is from 'AbstractComplexCondition' abstract class.
AbstractComplexCondition.getConditionType ( )This method is from 'AbstractComplexCondition' abstract class.
AbstractComplexCondition.getSearchConditions ( )This method is from 'AbstractComplexCondition' abstract class.
AbstractComplexCondition.getStatement ( )This method is from 'AbstractComplexCondition' abstract class.
AbstractComplexCondition.setConditions ( java.util.List conditions )This method is from 'AbstractComplexCondition' abstract class.
AbstractComplexCondition.toSQL ( String table, String[ ] columns )This method is from 'AbstractComplexCondition' abstract class.
[+] AndSearchCondition (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AndSearchCondition.AndSearchCondition ( )This constructor is from 'AndSearchCondition' class.
AndSearchCondition.AndSearchCondition ( java.util.List conditions )This constructor is from 'AndSearchCondition' class.
AndSearchCondition.isMet ( Object pojo )This method is from 'AndSearchCondition' class.
[+] ConditionType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ConditionType.valueOf ( String name )This method is from 'ConditionType' class.
ConditionType.values ( )This method is from 'ConditionType' class.
[+] FiqlParseException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
FiqlParseException.FiqlParseException ( )This constructor is from 'FiqlParseException' class.
FiqlParseException.FiqlParseException ( String arg0 )This constructor is from 'FiqlParseException' class.
FiqlParseException.FiqlParseException ( String arg0, Throwable arg1 )This constructor is from 'FiqlParseException' class.
FiqlParseException.FiqlParseException ( Throwable arg0 )This constructor is from 'FiqlParseException' class.
[+] FiqlParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
FiqlParser.FiqlParser ( Class tclass )This constructor is from 'FiqlParser' class.
FiqlParser.FiqlParser ( Class tclass, java.util.Map contextProperties )This constructor is from 'FiqlParser' class.
FiqlParser.parse ( String fiqlExpression )This method is from 'FiqlParser' class.
[+] OrSearchCondition (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
OrSearchCondition.isMet ( Object pojo )This method is from 'OrSearchCondition' class.
OrSearchCondition.OrSearchCondition ( )This constructor is from 'OrSearchCondition' class.
OrSearchCondition.OrSearchCondition ( java.util.List conditions )This constructor is from 'OrSearchCondition' class.
[+] PrimitiveSearchCondition (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
PrimitiveSearchCondition.accept ( SearchConditionVisitor visitor )This method is from 'PrimitiveSearchCondition' class.
PrimitiveSearchCondition.findAll ( java.util.Collection pojos )This method is from 'PrimitiveSearchCondition' class.
PrimitiveSearchCondition.getCondition ( )This method is from 'PrimitiveSearchCondition' class.
PrimitiveSearchCondition.getConditionType ( )This method is from 'PrimitiveSearchCondition' class.
PrimitiveSearchCondition.getSearchConditions ( )This method is from 'PrimitiveSearchCondition' class.
PrimitiveSearchCondition.getStatement ( )This method is from 'PrimitiveSearchCondition' class.
PrimitiveSearchCondition.isMet ( Object pojo )This method is from 'PrimitiveSearchCondition' class.
PrimitiveSearchCondition.PrimitiveSearchCondition ( String propertyName, Object propertyValue, ConditionType ct, Object condition )This constructor is from 'PrimitiveSearchCondition' class.
PrimitiveSearchCondition.toSQL ( String table, String[ ] columns )This method is from 'PrimitiveSearchCondition' class.
[+] PrimitiveStatement (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PrimitiveStatement.getCondition ( )This method is from 'PrimitiveStatement' class.
PrimitiveStatement.getProperty ( )This method is from 'PrimitiveStatement' class.
PrimitiveStatement.getValue ( )This method is from 'PrimitiveStatement' class.
PrimitiveStatement.PrimitiveStatement ( String property, Object value, ConditionType condition )This constructor is from 'PrimitiveStatement' class.
[+] SearchCondition (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
SearchCondition.accept ( SearchConditionVisitor p1 )This abstract method is from 'SearchCondition' interface.
SearchCondition.findAll ( java.util.Collection p1 )This abstract method is from 'SearchCondition' interface.
SearchCondition.getCondition ( )This abstract method is from 'SearchCondition' interface.
SearchCondition.getConditionType ( )This abstract method is from 'SearchCondition' interface.
SearchCondition.getSearchConditions ( )This abstract method is from 'SearchCondition' interface.
SearchCondition.getStatement ( )This abstract method is from 'SearchCondition' interface.
SearchCondition.isMet ( Object p1 )This abstract method is from 'SearchCondition' interface.
SearchCondition.toSQL ( String p1, String[ ] p2 )This abstract method is from 'SearchCondition' interface.
[+] SearchConditionVisitor (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SearchConditionVisitor.getResult ( )This abstract method is from 'SearchConditionVisitor' interface.
SearchConditionVisitor.visit ( SearchCondition p1 )This abstract method is from 'SearchConditionVisitor' interface.
[+] SearchContext (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SearchContext.getCondition ( Class p1 )This abstract method is from 'SearchContext' interface.
SearchContext.getSearchExpression ( )This abstract method is from 'SearchContext' interface.
[+] SearchContextImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SearchContextImpl.getCondition ( Class cls )This method is from 'SearchContextImpl' class.
SearchContextImpl.getSearchExpression ( )This method is from 'SearchContextImpl' class.
SearchContextImpl.SearchContextImpl ( org.apache.cxf.message.Message message )This constructor is from 'SearchContextImpl' class.
[+] SearchUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SearchUtils.conditionTypeToSqlOperator ( ConditionType ct, String value )This method is from 'SearchUtils' class.
SearchUtils.getDateFormat ( java.util.Map properties, String defaultFormat )This method is from 'SearchUtils' class.
SearchUtils.isTimeZoneSupported ( java.util.Map properties, Boolean defaultValue )This method is from 'SearchUtils' class.
SearchUtils.startSqlQuery ( StringBuilder sb, String table, String[ ] columns )This method is from 'SearchUtils' class.
SearchUtils.toSQL ( SearchCondition sc, String table, String[ ] columns )This method is from 'SearchUtils' class.
[+] SimpleSearchCondition (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
SimpleSearchCondition.accept ( SearchConditionVisitor visitor )This method is from 'SimpleSearchCondition' class.
SimpleSearchCondition.findAll ( java.util.Collection pojos )This method is from 'SimpleSearchCondition' class.
SimpleSearchCondition.getCondition ( )This method is from 'SimpleSearchCondition' class.
SimpleSearchCondition.getConditionType ( )This method is from 'SimpleSearchCondition' class.
SimpleSearchCondition.getSearchConditions ( )This method is from 'SimpleSearchCondition' class.
SimpleSearchCondition.getStatement ( )This method is from 'SimpleSearchCondition' class.
SimpleSearchCondition.isMet ( Object pojo )This method is from 'SimpleSearchCondition' class.
SimpleSearchCondition.SimpleSearchCondition ( java.util.Map getters2operators, Object condition )This constructor is from 'SimpleSearchCondition' class.
SimpleSearchCondition.SimpleSearchCondition ( ConditionType cType, Object condition )This constructor is from 'SimpleSearchCondition' class.
SimpleSearchCondition.toSQL ( String table, String[ ] columns )This method is from 'SimpleSearchCondition' class.
package org.apache.cxf.jaxrs.ext.search.client
[+] CompleteCondition (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
CompleteCondition.and ( )This abstract method is from 'CompleteCondition' interface.
CompleteCondition.or ( )This abstract method is from 'CompleteCondition' interface.
CompleteCondition.query ( )This abstract method is from 'CompleteCondition' interface.
[+] FiqlSearchConditionBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
FiqlSearchConditionBuilder.and ( CompleteCondition c1, CompleteCondition c2, CompleteCondition[ ] cn )This method is from 'FiqlSearchConditionBuilder' class.
FiqlSearchConditionBuilder.FiqlSearchConditionBuilder ( )This constructor is from 'FiqlSearchConditionBuilder' class.
FiqlSearchConditionBuilder.FiqlSearchConditionBuilder ( java.util.Map properties )This constructor is from 'FiqlSearchConditionBuilder' class.
FiqlSearchConditionBuilder.is ( String property )This method is from 'FiqlSearchConditionBuilder' class.
FiqlSearchConditionBuilder.or ( CompleteCondition c1, CompleteCondition c2, CompleteCondition[ ] cn )This method is from 'FiqlSearchConditionBuilder' class.
FiqlSearchConditionBuilder.query ( )This method is from 'FiqlSearchConditionBuilder' class.
[+] PartialCondition (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PartialCondition.and ( CompleteCondition p1, CompleteCondition p2, CompleteCondition[ ] p3 )This abstract method is from 'PartialCondition' interface.
PartialCondition.is ( String p1 )This abstract method is from 'PartialCondition' interface.
PartialCondition.or ( CompleteCondition p1, CompleteCondition p2, CompleteCondition[ ] p3 )This abstract method is from 'PartialCondition' interface.
[+] Property (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (30)
Property.after ( java.util.Date p1 )This abstract method is from 'Property' interface.
Property.after ( javax.xml.datatype.Duration p1 )This abstract method is from 'Property' interface.
Property.before ( java.util.Date p1 )This abstract method is from 'Property' interface.
Property.before ( javax.xml.datatype.Duration p1 )This abstract method is from 'Property' interface.
Property.equalTo ( double p1 )This abstract method is from 'Property' interface.
Property.equalTo ( String p1 )This abstract method is from 'Property' interface.
Property.equalTo ( java.util.Date p1 )This abstract method is from 'Property' interface.
Property.equalTo ( javax.xml.datatype.Duration p1 )This abstract method is from 'Property' interface.
Property.equalTo ( long p1 )This abstract method is from 'Property' interface.
Property.greaterOrEqualTo ( double p1 )This abstract method is from 'Property' interface.
Property.greaterOrEqualTo ( long p1 )This abstract method is from 'Property' interface.
Property.greaterThan ( double p1 )This abstract method is from 'Property' interface.
Property.greaterThan ( long p1 )This abstract method is from 'Property' interface.
Property.lessOrEqualTo ( double p1 )This abstract method is from 'Property' interface.
Property.lessOrEqualTo ( long p1 )This abstract method is from 'Property' interface.
Property.lessThan ( double p1 )This abstract method is from 'Property' interface.
Property.lessThan ( long p1 )This abstract method is from 'Property' interface.
Property.lexicalAfter ( String p1 )This abstract method is from 'Property' interface.
Property.lexicalBefore ( String p1 )This abstract method is from 'Property' interface.
Property.lexicalNotAfter ( String p1 )This abstract method is from 'Property' interface.
Property.lexicalNotBefore ( String p1 )This abstract method is from 'Property' interface.
Property.notAfter ( java.util.Date p1 )This abstract method is from 'Property' interface.
Property.notAfter ( javax.xml.datatype.Duration p1 )This abstract method is from 'Property' interface.
Property.notBefore ( java.util.Date p1 )This abstract method is from 'Property' interface.
Property.notBefore ( javax.xml.datatype.Duration p1 )This abstract method is from 'Property' interface.
Property.notEqualTo ( double p1 )This abstract method is from 'Property' interface.
Property.notEqualTo ( String p1 )This abstract method is from 'Property' interface.
Property.notEqualTo ( java.util.Date p1 )This abstract method is from 'Property' interface.
Property.notEqualTo ( javax.xml.datatype.Duration p1 )This abstract method is from 'Property' interface.
Property.notEqualTo ( long p1 )This abstract method is from 'Property' interface.
[+] SearchConditionBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
SearchConditionBuilder.instance ( )This method is from 'SearchConditionBuilder' abstract class.
SearchConditionBuilder.instance ( String language )This method is from 'SearchConditionBuilder' abstract class.
SearchConditionBuilder.instance ( String language, java.util.Map properties )This method is from 'SearchConditionBuilder' abstract class.
SearchConditionBuilder.instance ( java.util.Map properties )This method is from 'SearchConditionBuilder' abstract class.
SearchConditionBuilder.query ( )This abstract method is from 'SearchConditionBuilder' abstract class.
SearchConditionBuilder.SearchConditionBuilder ( )This constructor is from 'SearchConditionBuilder' abstract class.
package org.apache.cxf.jaxrs.ext.search.sql
[+] SQLPrinterVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SQLPrinterVisitor.getResult ( )This method is from 'SQLPrinterVisitor' class.
SQLPrinterVisitor.SQLPrinterVisitor ( String table, String[ ] columns )This constructor is from 'SQLPrinterVisitor' class.
SQLPrinterVisitor.SQLPrinterVisitor ( java.util.Map fieldMap, String table, String[ ] columns )This constructor is from 'SQLPrinterVisitor' class.
SQLPrinterVisitor.visit ( org.apache.cxf.jaxrs.ext.search.SearchCondition sc )This method is from 'SQLPrinterVisitor' class.
package org.apache.cxf.jaxrs.ext.xml
[+] XMLInstruction (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
XMLInstruction.value ( )This abstract method is from 'XMLInstruction' interface.
[+] XMLSource (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
XMLSource.getBaseURI ( )This method is from 'XMLSource' class.
XMLSource.getLink ( String expression )This method is from 'XMLSource' class.
XMLSource.getLink ( String expression, java.util.Map namespaces )This method is from 'XMLSource' class.
XMLSource.getLinks ( String expression, java.util.Map namespaces )This method is from 'XMLSource' class.
XMLSource.getNode ( String expression, Class cls )This method is from 'XMLSource' class.
XMLSource.getNode ( String expression, java.util.Map namespaces, Class cls )This method is from 'XMLSource' class.
XMLSource.getNodes ( String expression, Class cls )This method is from 'XMLSource' class.
XMLSource.getNodes ( String expression, java.util.Map namespaces, Class cls )This method is from 'XMLSource' class.
XMLSource.getValue ( String expression )This method is from 'XMLSource' class.
XMLSource.getValue ( String expression, java.util.Map namespaces )This method is from 'XMLSource' class.
XMLSource.getValue ( String expression, java.util.Map namespaces, Class cls )This method is from 'XMLSource' class.
XMLSource.getValues ( String expression )This method is from 'XMLSource' class.
XMLSource.getValues ( String expression, java.util.Map namespaces )This method is from 'XMLSource' class.
XMLSource.setBuffering ( boolean enable )This method is from 'XMLSource' class.
XMLSource.XMLSource ( java.io.InputStream is )This constructor is from 'XMLSource' class.
[+] XSISchemaLocation (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
XSISchemaLocation.noNamespace ( )This abstract method is from 'XSISchemaLocation' interface.
XSISchemaLocation.value ( )This abstract method is from 'XSISchemaLocation' interface.
package org.apache.cxf.jaxrs.features.clustering
[+] FailoverFeature (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
FailoverFeature.FailoverFeature ( )This constructor is from 'FailoverFeature' class.
FailoverFeature.getStrategy ( )This method is from 'FailoverFeature' class.
FailoverFeature.getTargetSelector ( )This method is from 'FailoverFeature' class.
FailoverFeature.initialize ( org.apache.cxf.interceptor.InterceptorProvider interceptorProvider, org.apache.cxf.Bus bus )This method is from 'FailoverFeature' class.
FailoverFeature.initialize ( org.apache.cxf.jaxrs.client.ClientConfiguration client, org.apache.cxf.Bus bus )This method is from 'FailoverFeature' class.
FailoverFeature.setTargetSelector ( org.apache.cxf.clustering.FailoverTargetSelector selector )This method is from 'FailoverFeature' class.
package org.apache.cxf.jaxrs.interceptor
[+] AttachmentInputInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AttachmentInputInterceptor.AttachmentInputInterceptor ( )This constructor is from 'AttachmentInputInterceptor' class.
AttachmentInputInterceptor.getSupportedTypes ( )This method is from 'AttachmentInputInterceptor' class.
AttachmentInputInterceptor.setSupportedTypes ( java.util.List sTypes )This method is from 'AttachmentInputInterceptor' class.
[+] AttachmentOutputInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AttachmentOutputInterceptor.AttachmentOutputInterceptor ( String multipartType, java.util.Map headers )This constructor is from 'AttachmentOutputInterceptor' class.
AttachmentOutputInterceptor.getMultipartType ( )This method is from 'AttachmentOutputInterceptor' class.
AttachmentOutputInterceptor.getRootHeaders ( )This method is from 'AttachmentOutputInterceptor' class.
[+] JAXRSInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
JAXRSInInterceptor.handleFault ( org.apache.cxf.message.Message message )This method is from 'JAXRSInInterceptor' class.
JAXRSInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'JAXRSInInterceptor' class.
JAXRSInInterceptor.JAXRSInInterceptor ( )This constructor is from 'JAXRSInInterceptor' class.
[+] JAXRSOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JAXRSOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'JAXRSOutInterceptor' class.
JAXRSOutInterceptor.JAXRSOutInterceptor ( )This constructor is from 'JAXRSOutInterceptor' class.
package org.apache.cxf.jaxrs.lifecycle
[+] PerRequestResourceProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
PerRequestResourceProvider.createInstance ( org.apache.cxf.message.Message m )This method is from 'PerRequestResourceProvider' class.
PerRequestResourceProvider.getInstance ( org.apache.cxf.message.Message m )This method is from 'PerRequestResourceProvider' class.
PerRequestResourceProvider.getResourceClass ( )This method is from 'PerRequestResourceProvider' class.
PerRequestResourceProvider.isSingleton ( )This method is from 'PerRequestResourceProvider' class.
PerRequestResourceProvider.PerRequestResourceProvider ( Class clazz )This constructor is from 'PerRequestResourceProvider' class.
PerRequestResourceProvider.releaseInstance ( org.apache.cxf.message.Message m, Object o )This method is from 'PerRequestResourceProvider' class.
[+] ResourceProvider (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ResourceProvider.getInstance ( org.apache.cxf.message.Message p1 )This abstract method is from 'ResourceProvider' interface.
ResourceProvider.getResourceClass ( )This abstract method is from 'ResourceProvider' interface.
ResourceProvider.isSingleton ( )This abstract method is from 'ResourceProvider' interface.
ResourceProvider.releaseInstance ( org.apache.cxf.message.Message p1, Object p2 )This abstract method is from 'ResourceProvider' interface.
[+] SingletonResourceProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
SingletonResourceProvider.getInstance ( org.apache.cxf.message.Message m )This method is from 'SingletonResourceProvider' class.
SingletonResourceProvider.getResourceClass ( )This method is from 'SingletonResourceProvider' class.
SingletonResourceProvider.isSingleton ( )This method is from 'SingletonResourceProvider' class.
SingletonResourceProvider.releaseInstance ( org.apache.cxf.message.Message m, Object o )This method is from 'SingletonResourceProvider' class.
SingletonResourceProvider.SingletonResourceProvider ( Object o )This constructor is from 'SingletonResourceProvider' class.
SingletonResourceProvider.SingletonResourceProvider ( Object o, boolean callPostConstruct )This constructor is from 'SingletonResourceProvider' class.
package org.apache.cxf.jaxrs.model
[+] AbstractResourceInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
AbstractResourceInfo.AbstractResourceInfo ( )This constructor is from 'AbstractResourceInfo' abstract class.
AbstractResourceInfo.AbstractResourceInfo ( Class resourceClass, Class serviceClass, boolean isRoot )This constructor is from 'AbstractResourceInfo' abstract class.
AbstractResourceInfo.clearThreadLocalProxies ( )This method is from 'AbstractResourceInfo' abstract class.
AbstractResourceInfo.getContextFieldProxy ( reflect.Field f )This method is from 'AbstractResourceInfo' abstract class.
AbstractResourceInfo.getContextFields ( )This method is from 'AbstractResourceInfo' abstract class.
AbstractResourceInfo.getContextMethods ( )This method is from 'AbstractResourceInfo' abstract class.
AbstractResourceInfo.getContextSetterProxy ( reflect.Method m )This method is from 'AbstractResourceInfo' abstract class.
AbstractResourceInfo.getResourceClass ( )This method is from 'AbstractResourceInfo' abstract class.
AbstractResourceInfo.getResourceFieldProxy ( reflect.Field f )This method is from 'AbstractResourceInfo' abstract class.
AbstractResourceInfo.getResourceFields ( )This method is from 'AbstractResourceInfo' abstract class.
AbstractResourceInfo.getServiceClass ( )This method is from 'AbstractResourceInfo' abstract class.
AbstractResourceInfo.isRoot ( )This method is from 'AbstractResourceInfo' abstract class.
AbstractResourceInfo.isSingleton ( )This abstract method is from 'AbstractResourceInfo' abstract class.
AbstractResourceInfo.setResourceClass ( Class rClass )This method is from 'AbstractResourceInfo' abstract class.
[+] ClassResourceInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (27)
ClassResourceInfo.addSubClassResourceInfo ( ClassResourceInfo cri )This method is from 'ClassResourceInfo' class.
ClassResourceInfo.ClassResourceInfo ( Class theResourceClass )This constructor is from 'ClassResourceInfo' class.
ClassResourceInfo.ClassResourceInfo ( Class theResourceClass, boolean theRoot )This constructor is from 'ClassResourceInfo' class.
ClassResourceInfo.ClassResourceInfo ( Class theResourceClass, Class theServiceClass )This constructor is from 'ClassResourceInfo' class.
ClassResourceInfo.ClassResourceInfo ( Class theResourceClass, Class theServiceClass, boolean theRoot )This constructor is from 'ClassResourceInfo' class.
ClassResourceInfo.ClassResourceInfo ( Class theResourceClass, Class theServiceClass, boolean theRoot, boolean enableStatic )This constructor is from 'ClassResourceInfo' class.
ClassResourceInfo.ClassResourceInfo ( Class theResourceClass, Class theServiceClass, boolean theRoot, boolean enableStatic, boolean createdFromModel )This constructor is from 'ClassResourceInfo' class.
ClassResourceInfo.ClassResourceInfo ( Class theResourceClass, Class c, boolean theRoot, boolean enableStatic, boolean createdFromModel, String consumesTypes, String producesTypes )This constructor is from 'ClassResourceInfo' class.
ClassResourceInfo.ClassResourceInfo ( ClassResourceInfo cri )This constructor is from 'ClassResourceInfo' class.
ClassResourceInfo.findResource ( Class typedClass, Class instanceClass )This method is from 'ClassResourceInfo' class.
ClassResourceInfo.getAllowedMethods ( )This method is from 'ClassResourceInfo' class.
ClassResourceInfo.getConsumeMime ( )This method is from 'ClassResourceInfo' class.
ClassResourceInfo.getMethodDispatcher ( )This method is from 'ClassResourceInfo' class.
ClassResourceInfo.getParameterFields ( )This method is from 'ClassResourceInfo' class.
ClassResourceInfo.getParameterMethods ( )This method is from 'ClassResourceInfo' class.
ClassResourceInfo.getPath ( )This method is from 'ClassResourceInfo' class.
ClassResourceInfo.getProduceMime ( )This method is from 'ClassResourceInfo' class.
ClassResourceInfo.getResourceProvider ( )This method is from 'ClassResourceInfo' class.
ClassResourceInfo.getSubResource ( Class typedClass, Class instanceClass )This method is from 'ClassResourceInfo' class.
ClassResourceInfo.getSubResources ( )This method is from 'ClassResourceInfo' class.
ClassResourceInfo.getURITemplate ( )This method is from 'ClassResourceInfo' class.
ClassResourceInfo.hasSubResources ( )This method is from 'ClassResourceInfo' class.
ClassResourceInfo.isCreatedFromModel ( )This method is from 'ClassResourceInfo' class.
ClassResourceInfo.isSingleton ( )This method is from 'ClassResourceInfo' class.
ClassResourceInfo.setMethodDispatcher ( MethodDispatcher md )This method is from 'ClassResourceInfo' class.
ClassResourceInfo.setResourceProvider ( org.apache.cxf.jaxrs.lifecycle.ResourceProvider rp )This method is from 'ClassResourceInfo' class.
ClassResourceInfo.setURITemplate ( URITemplate u )This method is from 'ClassResourceInfo' class.
[+] ClassResourceInfoComparator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ClassResourceInfoComparator.ClassResourceInfoComparator ( org.apache.cxf.message.Message m )This constructor is from 'ClassResourceInfoComparator' class.
ClassResourceInfoComparator.compare ( Object x0, Object x1 )This method is from 'ClassResourceInfoComparator' class.
ClassResourceInfoComparator.compare ( ClassResourceInfo cr1, ClassResourceInfo cr2 )This method is from 'ClassResourceInfoComparator' class.
[+] MethodDispatcher (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
MethodDispatcher.bind ( OperationResourceInfo o, reflect.Method[ ] methods )This method is from 'MethodDispatcher' class.
MethodDispatcher.getMethod ( OperationResourceInfo op )This method is from 'MethodDispatcher' class.
MethodDispatcher.getOperationResourceInfo ( reflect.Method method )This method is from 'MethodDispatcher' class.
MethodDispatcher.getOperationResourceInfos ( )This method is from 'MethodDispatcher' class.
MethodDispatcher.MethodDispatcher ( )This constructor is from 'MethodDispatcher' class.
[+] MethodInvocationInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
MethodInvocationInfo.getMethodInfo ( )This method is from 'MethodInvocationInfo' class.
MethodInvocationInfo.getRealClass ( )This method is from 'MethodInvocationInfo' class.
MethodInvocationInfo.getTemplateValues ( )This method is from 'MethodInvocationInfo' class.
MethodInvocationInfo.MethodInvocationInfo ( OperationResourceInfo ori, Class realClass, java.util.List templateValues )This constructor is from 'MethodInvocationInfo' class.
[+] OperationResourceInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (18)
OperationResourceInfo.getAnnotatedMethod ( )This method is from 'OperationResourceInfo' class.
OperationResourceInfo.getClassResourceInfo ( )This method is from 'OperationResourceInfo' class.
OperationResourceInfo.getConsumeTypes ( )This method is from 'OperationResourceInfo' class.
OperationResourceInfo.getDefaultParameterValue ( )This method is from 'OperationResourceInfo' class.
OperationResourceInfo.getHttpMethod ( )This method is from 'OperationResourceInfo' class.
OperationResourceInfo.getMethodToInvoke ( )This method is from 'OperationResourceInfo' class.
OperationResourceInfo.getParameters ( )This method is from 'OperationResourceInfo' class.
OperationResourceInfo.getProduceTypes ( )This method is from 'OperationResourceInfo' class.
OperationResourceInfo.getURITemplate ( )This method is from 'OperationResourceInfo' class.
OperationResourceInfo.isEncodedEnabled ( )This method is from 'OperationResourceInfo' class.
OperationResourceInfo.isOneway ( )This method is from 'OperationResourceInfo' class.
OperationResourceInfo.isSubResourceLocator ( )This method is from 'OperationResourceInfo' class.
OperationResourceInfo.OperationResourceInfo ( reflect.Method mInvoke, reflect.Method mAnnotated, ClassResourceInfo cri )This constructor is from 'OperationResourceInfo' class.
OperationResourceInfo.OperationResourceInfo ( reflect.Method mInvoke, ClassResourceInfo cri )This constructor is from 'OperationResourceInfo' class.
OperationResourceInfo.OperationResourceInfo ( reflect.Method m, ClassResourceInfo cri, URITemplate template, String httpVerb, String consumeMediaTypes, String produceMediaTypes, java.util.List params, boolean oneway )This constructor is from 'OperationResourceInfo' class.
OperationResourceInfo.setHttpMethod ( String m )This method is from 'OperationResourceInfo' class.
OperationResourceInfo.setMethodToInvoke ( reflect.Method m )This method is from 'OperationResourceInfo' class.
OperationResourceInfo.setURITemplate ( URITemplate u )This method is from 'OperationResourceInfo' class.
[+] OperationResourceInfoComparator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
OperationResourceInfoComparator.compare ( Object x0, Object x1 )This method is from 'OperationResourceInfoComparator' class.
OperationResourceInfoComparator.compare ( OperationResourceInfo e1, OperationResourceInfo e2 )This method is from 'OperationResourceInfoComparator' class.
OperationResourceInfoComparator.OperationResourceInfoComparator ( org.apache.cxf.message.Message m, String method )This constructor is from 'OperationResourceInfoComparator' class.
[+] OperationResourceInfoStack (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
OperationResourceInfoStack.OperationResourceInfoStack ( )This constructor is from 'OperationResourceInfoStack' class.
[+] Parameter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
Parameter.getDefaultValue ( )This method is from 'Parameter' class.
Parameter.getIndex ( )This method is from 'Parameter' class.
Parameter.getName ( )This method is from 'Parameter' class.
Parameter.getType ( )This method is from 'Parameter' class.
Parameter.isEncoded ( )This method is from 'Parameter' class.
Parameter.Parameter ( )This constructor is from 'Parameter' class.
Parameter.Parameter ( String type, int pos, String aValue )This constructor is from 'Parameter' class.
Parameter.Parameter ( ParameterType type, int ind, String aValue )This constructor is from 'Parameter' class.
Parameter.Parameter ( ParameterType type, int ind, String aValue, boolean isEncoded, String defaultValue )This constructor is from 'Parameter' class.
Parameter.Parameter ( ParameterType type, String aValue )This constructor is from 'Parameter' class.
Parameter.setDefaultValue ( String dValue )This method is from 'Parameter' class.
Parameter.setEncoded ( boolean encoded )This method is from 'Parameter' class.
Parameter.setName ( String value )This method is from 'Parameter' class.
Parameter.setType ( String stype )This method is from 'Parameter' class.
[+] ParameterType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ParameterType.valueOf ( String name )This method is from 'ParameterType' class.
ParameterType.values ( )This method is from 'ParameterType' class.
[+] ProviderInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ProviderInfo.equals ( Object obj )This method is from 'ProviderInfo' class.
ProviderInfo.getProvider ( )This method is from 'ProviderInfo' class.
ProviderInfo.hashCode ( )This method is from 'ProviderInfo' class.
ProviderInfo.isSingleton ( )This method is from 'ProviderInfo' class.
ProviderInfo.ProviderInfo ( Object provider )This constructor is from 'ProviderInfo' class.
[+] SubresourceKey (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SubresourceKey.equals ( Object o )This method is from 'SubresourceKey' class.
SubresourceKey.getInstanceClass ( )This method is from 'SubresourceKey' class.
SubresourceKey.getTypedClass ( )This method is from 'SubresourceKey' class.
SubresourceKey.hashCode ( )This method is from 'SubresourceKey' class.
SubresourceKey.SubresourceKey ( Class tClass, Class iClass )This constructor is from 'SubresourceKey' class.
[+] URITemplate (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
URITemplate.compareTemplates ( URITemplate t1, URITemplate t2 )This method is from 'URITemplate' class.
URITemplate.createTemplate ( String pathValue )This method is from 'URITemplate' class.
URITemplate.createTemplate ( javax.ws.rs.Path path )This method is from 'URITemplate' class.
URITemplate.encodeLiteralCharacters ( )This method is from 'URITemplate' class.
URITemplate.getCustomVariables ( )This method is from 'URITemplate' class.
URITemplate.getLiteralChars ( )This method is from 'URITemplate' class.
URITemplate.getValue ( )This method is from 'URITemplate' class.
URITemplate.getVariables ( )This method is from 'URITemplate' class.
URITemplate.match ( String uri, javax.ws.rs.core.MultivaluedMap templateVariableToValue )This method is from 'URITemplate' class.
URITemplate.substitute ( java.util.List values )This method is from 'URITemplate' class.
URITemplate.substitute ( java.util.Map valuesMap )This method is from 'URITemplate' class.
URITemplate.URITemplate ( String theTemplate )This constructor is from 'URITemplate' class.
[+] UserOperation (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (18)
UserOperation.getConsumes ( )This method is from 'UserOperation' class.
UserOperation.getName ( )This method is from 'UserOperation' class.
UserOperation.getParameters ( )This method is from 'UserOperation' class.
UserOperation.getPath ( )This method is from 'UserOperation' class.
UserOperation.getProduces ( )This method is from 'UserOperation' class.
UserOperation.getVerb ( )This method is from 'UserOperation' class.
UserOperation.isOneway ( )This method is from 'UserOperation' class.
UserOperation.setConsumes ( String types )This method is from 'UserOperation' class.
UserOperation.setName ( String name )This method is from 'UserOperation' class.
UserOperation.setOneway ( boolean oneway )This method is from 'UserOperation' class.
UserOperation.setParameters ( java.util.List ps )This method is from 'UserOperation' class.
UserOperation.setPath ( String path )This method is from 'UserOperation' class.
UserOperation.setProduces ( String types )This method is from 'UserOperation' class.
UserOperation.setVerb ( String name )This method is from 'UserOperation' class.
UserOperation.UserOperation ( )This constructor is from 'UserOperation' class.
UserOperation.UserOperation ( String methodName )This constructor is from 'UserOperation' class.
UserOperation.UserOperation ( String methodName, String pathValue )This constructor is from 'UserOperation' class.
UserOperation.UserOperation ( String methodName, String pathValue, java.util.List ps )This constructor is from 'UserOperation' class.
[+] UserResource (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
UserResource.getConsumes ( )This method is from 'UserResource' class.
UserResource.getName ( )This method is from 'UserResource' class.
UserResource.getOperations ( )This method is from 'UserResource' class.
UserResource.getOperationsAsMap ( )This method is from 'UserResource' class.
UserResource.getPath ( )This method is from 'UserResource' class.
UserResource.getProduces ( )This method is from 'UserResource' class.
UserResource.setConsumes ( String types )This method is from 'UserResource' class.
UserResource.setName ( String name )This method is from 'UserResource' class.
UserResource.setOperations ( java.util.List ops )This method is from 'UserResource' class.
UserResource.setPath ( String path )This method is from 'UserResource' class.
UserResource.setProduces ( String types )This method is from 'UserResource' class.
UserResource.UserResource ( )This constructor is from 'UserResource' class.
UserResource.UserResource ( String className )This constructor is from 'UserResource' class.
UserResource.UserResource ( String className, String pathValue )This constructor is from 'UserResource' class.
UserResource.UserResource ( String className, String pathValue, java.util.List ops )This constructor is from 'UserResource' class.
package org.apache.cxf.jaxrs.model.wadl
[+] Description (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Description.docuri ( )This abstract method is from 'Description' interface.
Description.lang ( )This abstract method is from 'Description' interface.
Description.target ( )This abstract method is from 'Description' interface.
Description.title ( )This abstract method is from 'Description' interface.
Description.value ( )This abstract method is from 'Description' interface.
[+] Descriptions (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
Descriptions.value ( )This abstract method is from 'Descriptions' interface.
[+] ElementClass (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ElementClass.request ( )This abstract method is from 'ElementClass' interface.
ElementClass.response ( )This abstract method is from 'ElementClass' interface.
[+] ElementQNameResolver (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ElementQNameResolver.resolve ( Class p1, annotation.Annotation[ ] p2, java.util.Map p3 )This abstract method is from 'ElementQNameResolver' interface.
[+] WadlGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (30)
WadlGenerator.addSchemaDocument ( org.apache.cxf.common.xmlschema.SchemaCollection col, org.w3c.dom.Document d, String systemId, boolean hackAroundEmptyNamespaceIssue )This method is from 'WadlGenerator' class.
WadlGenerator.compareOperations ( org.apache.cxf.jaxrs.model.OperationResourceInfo ori1, org.apache.cxf.jaxrs.model.OperationResourceInfo ori2 )This method is from 'WadlGenerator' class.
WadlGenerator.createElementQNameResolver ( javax.xml.bind.JAXBContext context )This method is from 'WadlGenerator' class.
WadlGenerator.createSchemaWriter ( javax.xml.bind.JAXBContext context, javax.ws.rs.core.UriInfo ui )This method is from 'WadlGenerator' class.
WadlGenerator.doWriteParam ( StringBuilder sb, org.apache.cxf.jaxrs.model.Parameter pm, Class type, reflect.Type genericType, String paramName, annotation.Annotation[ ] anns, boolean isJson )This method is from 'WadlGenerator' class.
WadlGenerator.getExistingSchema ( org.apache.cxf.message.Message m, javax.ws.rs.core.UriInfo ui, String href )This method is from 'WadlGenerator' class.
WadlGenerator.getExistingWadl ( org.apache.cxf.message.Message m, javax.ws.rs.core.UriInfo ui, javax.ws.rs.core.MediaType mt )This method is from 'WadlGenerator' class.
WadlGenerator.getPrivateAddresses ( )This method is from 'WadlGenerator' class.
WadlGenerator.getResourcesList ( org.apache.cxf.message.Message m, org.apache.cxf.jaxrs.model.ClassResourceInfo cri )This method is from 'WadlGenerator' class.
WadlGenerator.handleDynamicSubresource ( StringBuilder sb, java.util.Set jaxbTypes, ElementQNameResolver qnameResolver, java.util.Map clsMap, org.apache.cxf.jaxrs.model.OperationResourceInfo ori, org.apache.cxf.jaxrs.model.ClassResourceInfo subcri, boolean isJson )This method is from 'WadlGenerator' class.
WadlGenerator.handleRequest ( org.apache.cxf.message.Message m, org.apache.cxf.jaxrs.model.ClassResourceInfo resource )This method is from 'WadlGenerator' class.
WadlGenerator.setAddResourceAndMethodIds ( boolean addResourceAndMethodIds )This method is from 'WadlGenerator' class.
WadlGenerator.setApplicationTitle ( String applicationTitle )This method is from 'WadlGenerator' class.
WadlGenerator.setDefaultMediaType ( String mt )This method is from 'WadlGenerator' class.
WadlGenerator.setExternalLinks ( java.util.List externalLinks )This method is from 'WadlGenerator' class.
WadlGenerator.setIgnoreForwardSlash ( boolean ignoreForwardSlash )This method is from 'WadlGenerator' class.
WadlGenerator.setIgnoreMessageWriters ( boolean ignoreMessageWriters )This method is from 'WadlGenerator' class.
WadlGenerator.setIgnoreRequests ( boolean ignoreRequests )This method is from 'WadlGenerator' class.
WadlGenerator.setLinkJsonToXmlSchema ( boolean link )This method is from 'WadlGenerator' class.
WadlGenerator.setNamespacePrefix ( String prefix )This method is from 'WadlGenerator' class.
WadlGenerator.setPrivateAddresses ( java.util.List privateAddresses )This method is from 'WadlGenerator' class.
WadlGenerator.setResolver ( ElementQNameResolver resolver )This method is from 'WadlGenerator' class.
WadlGenerator.setSchemaLocations ( java.util.List locations )This method is from 'WadlGenerator' class.
WadlGenerator.setSingleResourceMultipleMethods ( boolean singleResourceMultipleMethods )This method is from 'WadlGenerator' class.
WadlGenerator.setUseJaxbContextForQnames ( boolean checkJaxbOnly )This method is from 'WadlGenerator' class.
WadlGenerator.setUseSingleSlashResource ( boolean useSingleSlashResource )This method is from 'WadlGenerator' class.
WadlGenerator.setWadlNamespace ( String namespace )This method is from 'WadlGenerator' class.
WadlGenerator.sortOperationsByPath ( java.util.Set ops )This method is from 'WadlGenerator' class.
WadlGenerator.WadlGenerator ( )This constructor is from 'WadlGenerator' class.
WadlGenerator.WadlGenerator ( WadlGenerator other )This constructor is from 'WadlGenerator' class.
[+] WadlGenerator.SchemaWriter (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
WadlGenerator.SchemaWriter.write ( StringBuilder p1 )This abstract method is from 'WadlGenerator.SchemaWriter' interface.
[+] XMLName (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
XMLName.prefix ( )This abstract method is from 'XMLName' interface.
XMLName.value ( )This abstract method is from 'XMLName' interface.
package org.apache.cxf.jaxrs.provider
[+] AbstractAegisProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
AbstractAegisProvider.AbstractAegisProvider ( )This constructor is from 'AbstractAegisProvider' abstract class.
AbstractAegisProvider.getAegisContext ( Class plainClass, reflect.Type genericType )This method is from 'AbstractAegisProvider' abstract class.
AbstractAegisProvider.getSize ( Object o, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'AbstractAegisProvider' abstract class.
AbstractAegisProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'AbstractAegisProvider' abstract class.
AbstractAegisProvider.isSupported ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations )This method is from 'AbstractAegisProvider' abstract class.
AbstractAegisProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt )This method is from 'AbstractAegisProvider' abstract class.
AbstractAegisProvider.setReadXsiType ( boolean read )This method is from 'AbstractAegisProvider' abstract class.
AbstractAegisProvider.setWriteXsiType ( boolean write )This method is from 'AbstractAegisProvider' abstract class.
[+] AbstractAtomProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
AbstractAtomProvider.AbstractAtomProvider ( )This constructor is from 'AbstractAtomProvider' abstract class.
AbstractAtomProvider.getSize ( Object x0, Class x1, reflect.Type x2, annotation.Annotation[ ] x3, javax.ws.rs.core.MediaType x4 )This method is from 'AbstractAtomProvider' abstract class.
AbstractAtomProvider.getSize ( org.apache.abdera.model.Element element, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'AbstractAtomProvider' abstract class.
AbstractAtomProvider.readFrom ( Class clazz, reflect.Type t, annotation.Annotation[ ] a, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is )This method is from 'AbstractAtomProvider' abstract class.
AbstractAtomProvider.readFrom ( Class x0, reflect.Type x1, annotation.Annotation[ ] x2, javax.ws.rs.core.MediaType x3, javax.ws.rs.core.MultivaluedMap x4, java.io.InputStream x5 )This method is from 'AbstractAtomProvider' abstract class.
AbstractAtomProvider.setFormattedOutput ( boolean formattedOutput )This method is from 'AbstractAtomProvider' abstract class.
AbstractAtomProvider.writeTo ( Object x0, Class x1, reflect.Type x2, annotation.Annotation[ ] x3, javax.ws.rs.core.MediaType x4, javax.ws.rs.core.MultivaluedMap x5, java.io.OutputStream x6 )This method is from 'AbstractAtomProvider' abstract class.
AbstractAtomProvider.writeTo ( org.apache.abdera.model.Element element, Class clazz, reflect.Type type, annotation.Annotation[ ] a, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os )This method is from 'AbstractAtomProvider' abstract class.
[+] AbstractConfigurableProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
AbstractConfigurableProvider.AbstractConfigurableProvider ( )This constructor is from 'AbstractConfigurableProvider' abstract class.
AbstractConfigurableProvider.getBus ( )This method is from 'AbstractConfigurableProvider' abstract class.
AbstractConfigurableProvider.getConsumeMediaTypes ( )This method is from 'AbstractConfigurableProvider' abstract class.
AbstractConfigurableProvider.getEnableBuffering ( )This method is from 'AbstractConfigurableProvider' abstract class.
AbstractConfigurableProvider.getEnableStreaming ( )This method is from 'AbstractConfigurableProvider' abstract class.
AbstractConfigurableProvider.getProduceMediaTypes ( )This method is from 'AbstractConfigurableProvider' abstract class.
AbstractConfigurableProvider.init ( java.util.List resources )This method is from 'AbstractConfigurableProvider' abstract class.
AbstractConfigurableProvider.setBus ( org.apache.cxf.Bus b )This method is from 'AbstractConfigurableProvider' abstract class.
AbstractConfigurableProvider.setConsumeMediaTypes ( java.util.List types )This method is from 'AbstractConfigurableProvider' abstract class.
AbstractConfigurableProvider.setEnableBuffering ( boolean enableBuf )This method is from 'AbstractConfigurableProvider' abstract class.
AbstractConfigurableProvider.setEnableStreaming ( boolean enableStream )This method is from 'AbstractConfigurableProvider' abstract class.
AbstractConfigurableProvider.setProduceMediaTypes ( java.util.List types )This method is from 'AbstractConfigurableProvider' abstract class.
[+] AbstractJAXBProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (56)
AbstractJAXBProvider.AbstractJAXBProvider ( )This constructor is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.canBeReadAsJaxbElement ( Class type )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.checkAdapter ( Object obj, Class cls, annotation.Annotation[ ] anns, boolean marshal )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.checkContentLength ( )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.clearContexts ( )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.convertToJaxbElementIfNeeded ( Object obj, Class cls, reflect.Type genericType )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.createMarshaller ( Object obj, Class cls, reflect.Type genericType, String enc )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.createTransformReaderIfNeeded ( javax.xml.stream.XMLStreamReader reader, java.io.InputStream is )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.createTransformWriterIfNeeded ( javax.xml.stream.XMLStreamWriter writer, java.io.OutputStream os )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.createUnmarshaller ( Class cls, reflect.Type genericType )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.createUnmarshaller ( Class cls, reflect.Type genericType, boolean isCollection )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.getActualType ( Class type, reflect.Type genericType, annotation.Annotation[ ] anns )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.getClassContext ( Class type )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.getCollectionContext ( Class type )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.getCollectionWrapperQName ( Class cls, reflect.Type type, Object object, boolean pluralName )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.getContext ( )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.getJAXBContext ( Class type, reflect.Type genericType )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.getJaxbQName ( Class cls, reflect.Type type, Object object, boolean pluralName )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.getPackageContext ( Class type )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.getSchema ( )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.getSize ( Object o, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.getStackTrace ( Exception ex )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.getStaxHandlerFromCurrentMessage ( Class staxCls )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.handleJAXBException ( javax.xml.bind.JAXBException e, boolean read )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.init ( java.util.List cris )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.isSkipJaxbChecks ( )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.isSupported ( Class type, reflect.Type genericType, annotation.Annotation[ ] anns )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.isXmlRoot ( Class cls )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.objectFactoryOrIndexAvailable ( Class type )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setAttributesToElements ( boolean value )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setCollectionWrapperMap ( java.util.Map map )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setCollectionWrapperName ( String wName )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setContext ( org.apache.cxf.jaxrs.ext.MessageContext context )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setContextProperties ( java.util.Map contextProperties )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setExtraClass ( Class[ ] userExtraClass )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setInAppendElements ( java.util.Map inElements )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setInDropElements ( java.util.List dropElementsSet )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setInTransformElements ( java.util.Map inElements )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setJaxbElementClassMap ( java.util.Map map )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setJaxbElementClassNames ( java.util.List names )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setMarshallAsJaxbElement ( boolean value )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setOutAppendElements ( java.util.Map map )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setOutDropElements ( java.util.List dropElementsSet )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setOutTransformElements ( java.util.Map outElements )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setSchema ( javax.xml.validation.Schema s )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setSchemaLocations ( java.util.List locations )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setSingleJaxbContext ( boolean useSingleContext )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setSkipJaxbChecks ( boolean skipJaxbChecks )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setUnmarshallAsJaxbElement ( boolean value )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setUnmarshallerProperties ( java.util.Map unmarshalProperties )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setValidateBeforeWrite ( boolean validateBeforeWrite )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setValidateOutput ( boolean validateOutput )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.setValidationHandler ( javax.xml.bind.ValidationEventHandler handler )This method is from 'AbstractJAXBProvider' abstract class.
AbstractJAXBProvider.validateObjectIfNeeded ( javax.xml.bind.Marshaller marshaller, Object obj )This method is from 'AbstractJAXBProvider' abstract class.
[+] AbstractJAXBProvider.CollectionWrapper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AbstractJAXBProvider.CollectionWrapper.AbstractJAXBProvider.CollectionWrapper ( )This constructor is from 'AbstractJAXBProvider.CollectionWrapper' class.
AbstractJAXBProvider.CollectionWrapper.getCollectionOrArray ( Class type, Class origType, javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter adapter )This method is from 'AbstractJAXBProvider.CollectionWrapper' class.
AbstractJAXBProvider.CollectionWrapper.getList ( )This method is from 'AbstractJAXBProvider.CollectionWrapper' class.
AbstractJAXBProvider.CollectionWrapper.setList ( java.util.List list )This method is from 'AbstractJAXBProvider.CollectionWrapper' class.
[+] AbstractJAXBProvider.JAXBCollectionWrapperReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AbstractJAXBProvider.JAXBCollectionWrapperReader.AbstractJAXBProvider.JAXBCollectionWrapperReader ( javax.xml.stream.XMLStreamReader reader )This constructor is from 'AbstractJAXBProvider.JAXBCollectionWrapperReader' class.
AbstractJAXBProvider.JAXBCollectionWrapperReader.getLocalName ( )This method is from 'AbstractJAXBProvider.JAXBCollectionWrapperReader' class.
AbstractJAXBProvider.JAXBCollectionWrapperReader.getNamespaceURI ( )This method is from 'AbstractJAXBProvider.JAXBCollectionWrapperReader' class.
[+] AegisElementProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
AegisElementProvider.AegisElementProvider ( )This constructor is from 'AegisElementProvider' class.
AegisElementProvider.createStreamReader ( org.apache.cxf.aegis.type.AegisType topType, java.io.InputStream is )This method is from 'AegisElementProvider' class.
AegisElementProvider.createStreamWriter ( javax.xml.namespace.QName typeQName, java.io.OutputStream os )This method is from 'AegisElementProvider' class.
AegisElementProvider.readFrom ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType m, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is )This method is from 'AegisElementProvider' class.
AegisElementProvider.writeTo ( Object obj, Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType m, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os )This method is from 'AegisElementProvider' class.
[+] AegisJSONProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
AegisJSONProvider.AegisJSONProvider ( )This constructor is from 'AegisJSONProvider' class.
AegisJSONProvider.createStreamReader ( org.apache.cxf.aegis.type.AegisType typeToRead, java.io.InputStream is )This method is from 'AegisJSONProvider' class.
AegisJSONProvider.createStreamWriter ( javax.xml.namespace.QName typeQName, java.io.OutputStream os )This method is from 'AegisJSONProvider' class.
AegisJSONProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'AegisJSONProvider' class.
AegisJSONProvider.setArrayKeys ( java.util.List keys )This method is from 'AegisJSONProvider' class.
AegisJSONProvider.setDropRootElement ( boolean dropRootElement )This method is from 'AegisJSONProvider' class.
AegisJSONProvider.setIgnoreNamespaces ( boolean ignoreNamespaces )This method is from 'AegisJSONProvider' class.
AegisJSONProvider.setNamespaceMap ( java.util.Map nsMap )This method is from 'AegisJSONProvider' class.
AegisJSONProvider.setSerializeAsArray ( boolean asArray )This method is from 'AegisJSONProvider' class.
AegisJSONProvider.writeTo ( Object obj, Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType m, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os )This method is from 'AegisJSONProvider' class.
[+] AtomEntryProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AtomEntryProvider.AtomEntryProvider ( )This constructor is from 'AtomEntryProvider' class.
AtomEntryProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'AtomEntryProvider' class.
AtomEntryProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'AtomEntryProvider' class.
[+] AtomFeedProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AtomFeedProvider.AtomFeedProvider ( )This constructor is from 'AtomFeedProvider' class.
AtomFeedProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'AtomFeedProvider' class.
AtomFeedProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'AtomFeedProvider' class.
[+] AtomPojoProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (22)
AtomPojoProvider.AtomPojoProvider ( )This constructor is from 'AtomPojoProvider' class.
AtomPojoProvider.buildEntry ( org.apache.abdera.model.Entry entry, Object o )This method is from 'AtomPojoProvider' class.
AtomPojoProvider.buildFeed ( org.apache.abdera.model.Feed feed, Object o )This method is from 'AtomPojoProvider' class.
AtomPojoProvider.createEntryContent ( org.apache.abdera.model.Entry e, Object o, Class cls )This method is from 'AtomPojoProvider' class.
AtomPojoProvider.createEntryFromObject ( Object o, Class cls )This method is from 'AtomPojoProvider' class.
AtomPojoProvider.createFeedFromCollectionWrapper ( Object o )This method is from 'AtomPojoProvider' class.
AtomPojoProvider.getSize ( Object t, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'AtomPojoProvider' class.
AtomPojoProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mediaType )This method is from 'AtomPojoProvider' class.
AtomPojoProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'AtomPojoProvider' class.
AtomPojoProvider.readFrom ( Class cls, reflect.Type type, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is )This method is from 'AtomPojoProvider' class.
AtomPojoProvider.setAtomBuilders ( java.util.Map builders )This method is from 'AtomPojoProvider' class.
AtomPojoProvider.setAtomReaders ( java.util.Map readers )This method is from 'AtomPojoProvider' class.
AtomPojoProvider.setAtomWriters ( java.util.Map writers )This method is from 'AtomPojoProvider' class.
AtomPojoProvider.setCollectionGetters ( java.util.Map methods )This method is from 'AtomPojoProvider' class.
AtomPojoProvider.setCollectionSetters ( java.util.Map methods )This method is from 'AtomPojoProvider' class.
AtomPojoProvider.setEntryProperties ( org.apache.abdera.factory.Factory factory, org.apache.abdera.model.Entry entry, Object o, Class cls )This method is from 'AtomPojoProvider' class.
AtomPojoProvider.setFeedFromCollection ( org.apache.abdera.factory.Factory factory, org.apache.abdera.model.Feed feed, Object wrapper, Object collection, Class collectionCls, reflect.Type collectionType, boolean writerUsed )This method is from 'AtomPojoProvider' class.
AtomPojoProvider.setFeedProperties ( org.apache.abdera.factory.Factory factory, org.apache.abdera.model.Feed feed, Object wrapper, Object collection, Class collectionCls, reflect.Type collectionType )This method is from 'AtomPojoProvider' class.
AtomPojoProvider.setFormattedOutput ( boolean formattedOutput )This method is from 'AtomPojoProvider' class.
AtomPojoProvider.setMessageContext ( org.apache.cxf.jaxrs.ext.MessageContext context )This method is from 'AtomPojoProvider' class.
AtomPojoProvider.tryInjectMessageContext ( Object handler )This method is from 'AtomPojoProvider' class.
AtomPojoProvider.writeTo ( Object o, Class clazz, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os )This method is from 'AtomPojoProvider' class.
[+] BinaryDataProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
BinaryDataProvider.BinaryDataProvider ( )This constructor is from 'BinaryDataProvider' class.
BinaryDataProvider.copyInputToOutput ( java.io.InputStream is, java.io.OutputStream os, javax.ws.rs.core.MultivaluedMap outHeaders )This method is from 'BinaryDataProvider' class.
BinaryDataProvider.getSize ( Object t, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'BinaryDataProvider' class.
BinaryDataProvider.handleRangeRequest ( java.io.InputStream is, java.io.OutputStream os, javax.ws.rs.core.HttpHeaders inHeaders, javax.ws.rs.core.MultivaluedMap outHeaders )This method is from 'BinaryDataProvider' class.
BinaryDataProvider.isRangeSupported ( )This method is from 'BinaryDataProvider' class.
BinaryDataProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'BinaryDataProvider' class.
BinaryDataProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'BinaryDataProvider' class.
BinaryDataProvider.readFrom ( Class clazz, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType type, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is )This method is from 'BinaryDataProvider' class.
BinaryDataProvider.writeTo ( Object o, Class clazz, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType type, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os )This method is from 'BinaryDataProvider' class.
[+] DataBindingJSONProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
DataBindingJSONProvider.createReader ( Class type, reflect.Type genericType, java.io.InputStream is )This method is from 'DataBindingJSONProvider' class.
DataBindingJSONProvider.createWriter ( Class type, reflect.Type genericType, java.io.OutputStream os )This method is from 'DataBindingJSONProvider' class.
DataBindingJSONProvider.DataBindingJSONProvider ( )This constructor is from 'DataBindingJSONProvider' class.
DataBindingJSONProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'DataBindingJSONProvider' class.
DataBindingJSONProvider.setArrayKeys ( java.util.List keys )This method is from 'DataBindingJSONProvider' class.
DataBindingJSONProvider.setDropRootElement ( boolean dropRootElement )This method is from 'DataBindingJSONProvider' class.
DataBindingJSONProvider.setIgnoreMixedContent ( boolean ignoreMixedContent )This method is from 'DataBindingJSONProvider' class.
DataBindingJSONProvider.setIgnoreNamespaces ( boolean ignoreNamespaces )This method is from 'DataBindingJSONProvider' class.
DataBindingJSONProvider.setNamespaceMap ( java.util.Map nsMap )This method is from 'DataBindingJSONProvider' class.
DataBindingJSONProvider.setReadXsiType ( boolean read )This method is from 'DataBindingJSONProvider' class.
DataBindingJSONProvider.setSerializeAsArray ( boolean asArray )This method is from 'DataBindingJSONProvider' class.
DataBindingJSONProvider.setWriteXsiType ( boolean write )This method is from 'DataBindingJSONProvider' class.
DataBindingJSONProvider.writeToWriter ( javax.xml.stream.XMLStreamWriter writer, Object o )This method is from 'DataBindingJSONProvider' class.
[+] DataBindingProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
DataBindingProvider.createReader ( Class clazz, reflect.Type genericType, java.io.InputStream is )This method is from 'DataBindingProvider' class.
DataBindingProvider.createWriter ( Class clazz, reflect.Type genericType, java.io.OutputStream os )This method is from 'DataBindingProvider' class.
DataBindingProvider.DataBindingProvider ( )This constructor is from 'DataBindingProvider' class.
DataBindingProvider.DataBindingProvider ( org.apache.cxf.databinding.DataBinding db )This constructor is from 'DataBindingProvider' class.
DataBindingProvider.getSize ( Object t, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'DataBindingProvider' class.
DataBindingProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'DataBindingProvider' class.
DataBindingProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'DataBindingProvider' class.
DataBindingProvider.readFrom ( Class clazz, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType type, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is )This method is from 'DataBindingProvider' class.
DataBindingProvider.setDataBinding ( org.apache.cxf.databinding.DataBinding db )This method is from 'DataBindingProvider' class.
DataBindingProvider.writeTo ( Object o, Class clazz, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType type, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os )This method is from 'DataBindingProvider' class.
DataBindingProvider.writeToWriter ( javax.xml.stream.XMLStreamWriter writer, Object o )This method is from 'DataBindingProvider' class.
[+] DataSourceProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
DataSourceProvider.DataSourceProvider ( )This constructor is from 'DataSourceProvider' class.
DataSourceProvider.getSize ( Object t, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'DataSourceProvider' class.
DataSourceProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'DataSourceProvider' class.
DataSourceProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'DataSourceProvider' class.
DataSourceProvider.readFrom ( Class cls, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType type, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is )This method is from 'DataSourceProvider' class.
DataSourceProvider.writeTo ( Object src, Class cls, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType type, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os )This method is from 'DataSourceProvider' class.
[+] FormEncodingProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
FormEncodingProvider.createMap ( Class clazz )This method is from 'FormEncodingProvider' class.
FormEncodingProvider.FormEncodingProvider ( )This constructor is from 'FormEncodingProvider' class.
FormEncodingProvider.getSize ( Object t, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mediaType )This method is from 'FormEncodingProvider' class.
FormEncodingProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'FormEncodingProvider' class.
FormEncodingProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'FormEncodingProvider' class.
FormEncodingProvider.keepEncoded ( annotation.Annotation[ ] anns )This method is from 'FormEncodingProvider' class.
FormEncodingProvider.persistParamsOnMessage ( javax.ws.rs.core.MultivaluedMap params )This method is from 'FormEncodingProvider' class.
FormEncodingProvider.populateMap ( javax.ws.rs.core.MultivaluedMap params, annotation.Annotation[ ] anns, java.io.InputStream is, javax.ws.rs.core.MediaType mt, boolean decode )This method is from 'FormEncodingProvider' class.
FormEncodingProvider.readFrom ( Class clazz, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is )This method is from 'FormEncodingProvider' class.
FormEncodingProvider.setAttachmentDirectory ( String dir )This method is from 'FormEncodingProvider' class.
FormEncodingProvider.setAttachmentMaxSize ( String maxSize )This method is from 'FormEncodingProvider' class.
FormEncodingProvider.setAttachmentThreshold ( String threshold )This method is from 'FormEncodingProvider' class.
FormEncodingProvider.setExpectedEncoded ( boolean expect )This method is from 'FormEncodingProvider' class.
FormEncodingProvider.setValidator ( FormValidator formValidator )This method is from 'FormEncodingProvider' class.
FormEncodingProvider.validateMap ( javax.ws.rs.core.MultivaluedMap params )This method is from 'FormEncodingProvider' class.
FormEncodingProvider.writeTo ( Object obj, Class c, reflect.Type t, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os )This method is from 'FormEncodingProvider' class.
[+] FormValidator (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
FormValidator.validate ( javax.ws.rs.core.MultivaluedMap p1 )This abstract method is from 'FormValidator' interface.
[+] JAXBAttachmentMarshaller (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
JAXBAttachmentMarshaller.addMtomAttachment ( byte[ ] data, int offset, int length, String mimeType, String elementNS, String elementLocalName )This method is from 'JAXBAttachmentMarshaller' class.
JAXBAttachmentMarshaller.addMtomAttachment ( javax.activation.DataHandler handler, String elementNS, String elementLocalName )This method is from 'JAXBAttachmentMarshaller' class.
JAXBAttachmentMarshaller.addSwaRefAttachment ( javax.activation.DataHandler handler )This method is from 'JAXBAttachmentMarshaller' class.
JAXBAttachmentMarshaller.isXOPPackage ( )This method is from 'JAXBAttachmentMarshaller' class.
JAXBAttachmentMarshaller.JAXBAttachmentMarshaller ( java.util.Collection attachments, Integer mtomThreshold )This constructor is from 'JAXBAttachmentMarshaller' class.
[+] JAXBAttachmentUnmarshaller (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
JAXBAttachmentUnmarshaller.getAttachmentAsByteArray ( String contentId )This method is from 'JAXBAttachmentUnmarshaller' class.
JAXBAttachmentUnmarshaller.getAttachmentAsDataHandler ( String contentId )This method is from 'JAXBAttachmentUnmarshaller' class.
JAXBAttachmentUnmarshaller.isXOPPackage ( )This method is from 'JAXBAttachmentUnmarshaller' class.
JAXBAttachmentUnmarshaller.JAXBAttachmentUnmarshaller ( java.util.Collection attachments )This constructor is from 'JAXBAttachmentUnmarshaller' class.
[+] JAXBElementProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (29)
JAXBElementProvider.addAttachmentMarshaller ( javax.xml.bind.Marshaller ms )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.addAttachmentUnmarshaller ( javax.xml.bind.Unmarshaller um )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.canBeReadAsJaxbElement ( Class type )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.doUnmarshal ( javax.xml.bind.Unmarshaller unmarshaller, Class type, java.io.InputStream is, javax.ws.rs.core.MediaType mt )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.getStreamReader ( java.io.InputStream is, Class type, javax.ws.rs.core.MediaType mt )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.getStreamWriter ( Object obj, java.io.OutputStream os, javax.ws.rs.core.MediaType mt )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.JAXBElementProvider ( )This constructor is from 'JAXBElementProvider' class.
JAXBElementProvider.marshal ( Object obj, Class cls, reflect.Type genericType, String enc, java.io.OutputStream os, javax.ws.rs.core.MediaType mt )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.marshal ( Object obj, Class cls, reflect.Type genericType, String enc, java.io.OutputStream os, javax.ws.rs.core.MediaType mt, annotation.Annotation[ ] anns )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.marshal ( Object obj, Class cls, reflect.Type genericType, String enc, java.io.OutputStream os, javax.ws.rs.core.MediaType mt, javax.xml.bind.Marshaller ms )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.marshalCollection ( Class originalCls, Object collection, reflect.Type genericType, String enc, java.io.OutputStream os, javax.ws.rs.core.MediaType m, annotation.Annotation[ ] anns )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.marshalCollectionMember ( Object obj, Class cls, reflect.Type genericType, String enc, java.io.OutputStream os, javax.ws.rs.core.MediaType mt, String ns )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.marshalToOutputStream ( javax.xml.bind.Marshaller ms, Object obj, java.io.OutputStream os, javax.ws.rs.core.MediaType mt )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.marshalToWriter ( javax.xml.bind.Marshaller ms, Object obj, javax.xml.stream.XMLStreamWriter writer, javax.ws.rs.core.MediaType mt )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.readFrom ( Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.setConsumeMediaTypes ( java.util.List types )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.setEnableBuffering ( boolean enableBuf )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.setMarshallerProperties ( java.util.Map marshallProperties )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.setMessageContext ( org.apache.cxf.jaxrs.ext.MessageContext mc )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.setNamespaceMapper ( javax.xml.bind.Marshaller ms, java.util.Map map )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.setNamespacePrefixes ( java.util.Map prefixes )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.setProduceMediaTypes ( java.util.List types )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.setSchemaHandler ( org.apache.cxf.jaxrs.utils.schemas.SchemaHandler handler )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.setSchemaLocation ( String schemaLocation )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.setSchemas ( java.util.List locations )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.setXmlResourceOffset ( String value )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.unmarshalFromInputStream ( javax.xml.bind.Unmarshaller unmarshaller, java.io.InputStream is, javax.ws.rs.core.MediaType mt )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.unmarshalFromReader ( javax.xml.bind.Unmarshaller unmarshaller, javax.xml.stream.XMLStreamReader reader, javax.ws.rs.core.MediaType mt )This method is from 'JAXBElementProvider' class.
JAXBElementProvider.writeTo ( Object obj, Class cls, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType m, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os )This method is from 'JAXBElementProvider' class.
[+] JAXRSDataBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
JAXRSDataBinding.createReader ( Class cls )This method is from 'JAXRSDataBinding' class.
JAXRSDataBinding.createWriter ( Class cls )This method is from 'JAXRSDataBinding' class.
JAXRSDataBinding.getSupportedReaderFormats ( )This method is from 'JAXRSDataBinding' class.
JAXRSDataBinding.getSupportedWriterFormats ( )This method is from 'JAXRSDataBinding' class.
JAXRSDataBinding.getTargetMethod ( org.apache.cxf.message.Message m )This method is from 'JAXRSDataBinding' class.
JAXRSDataBinding.initialize ( org.apache.cxf.service.Service service )This method is from 'JAXRSDataBinding' class.
JAXRSDataBinding.JAXRSDataBinding ( )This constructor is from 'JAXRSDataBinding' class.
JAXRSDataBinding.setProvider ( Object provider )This method is from 'JAXRSDataBinding' class.
[+] JSONProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (37)
JSONProvider.copyReaderToWriter ( javax.xml.stream.XMLStreamReader reader, javax.xml.stream.XMLStreamWriter writer )This method is from 'JSONProvider' class.
JSONProvider.createReader ( Class type, java.io.InputStream is )This method is from 'JSONProvider' class.
JSONProvider.createReader ( Class type, java.io.InputStream is, boolean isCollection )This method is from 'JSONProvider' class.
JSONProvider.createWriter ( Object actualObject, Class actualClass, reflect.Type genericType, String enc, java.io.OutputStream os, boolean isCollection )This method is from 'JSONProvider' class.
JSONProvider.getInputStream ( Class cls, reflect.Type type, java.io.InputStream is )This method is from 'JSONProvider' class.
JSONProvider.getRootName ( Class cls, reflect.Type type )This method is from 'JSONProvider' class.
JSONProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt )This method is from 'JSONProvider' class.
JSONProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt )This method is from 'JSONProvider' class.
JSONProvider.JSONProvider ( )This constructor is from 'JSONProvider' class.
JSONProvider.marshal ( Object actualObject, Class actualClass, reflect.Type genericType, String enc, java.io.OutputStream os )This method is from 'JSONProvider' class.
JSONProvider.marshal ( javax.xml.bind.Marshaller ms, Object actualObject, Class actualClass, reflect.Type genericType, String enc, java.io.OutputStream os, boolean isCollection )This method is from 'JSONProvider' class.
JSONProvider.marshalCollection ( Class originalCls, Object collection, reflect.Type genericType, String encoding, java.io.OutputStream os, javax.ws.rs.core.MediaType m, annotation.Annotation[ ] anns )This method is from 'JSONProvider' class.
JSONProvider.marshalCollectionMember ( Object obj, Class cls, reflect.Type genericType, String enc, java.io.OutputStream os )This method is from 'JSONProvider' class.
JSONProvider.readFrom ( Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is )This method is from 'JSONProvider' class.
JSONProvider.setArrayKeys ( java.util.List keys )This method is from 'JSONProvider' class.
JSONProvider.setAttributesToElements ( boolean value )This method is from 'JSONProvider' class.
JSONProvider.setConsumeMediaTypes ( java.util.List types )This method is from 'JSONProvider' class.
JSONProvider.setConvention ( String value )This method is from 'JSONProvider' class.
JSONProvider.setConvertTypesToStrings ( boolean convert )This method is from 'JSONProvider' class.
JSONProvider.setDropCollectionWrapperElement ( boolean drop )This method is from 'JSONProvider' class.
JSONProvider.setDropRootElement ( boolean drop )This method is from 'JSONProvider' class.
JSONProvider.setEnableBuffering ( boolean enableBuf )This method is from 'JSONProvider' class.
JSONProvider.setIgnoreMixedContent ( boolean ignore )This method is from 'JSONProvider' class.
JSONProvider.setIgnoreNamespaces ( boolean ignoreNamespaces )This method is from 'JSONProvider' class.
JSONProvider.setMessageContext ( org.apache.cxf.jaxrs.ext.MessageContext mc )This method is from 'JSONProvider' class.
JSONProvider.setNamespaceMap ( java.util.Map namespaceMap )This method is from 'JSONProvider' class.
JSONProvider.setProduceMediaTypes ( java.util.List types )This method is from 'JSONProvider' class.
JSONProvider.setReadXsiType ( boolean readXsiType )This method is from 'JSONProvider' class.
JSONProvider.setSchemaHandler ( org.apache.cxf.jaxrs.utils.schemas.SchemaHandler handler )This method is from 'JSONProvider' class.
JSONProvider.setSchemas ( java.util.List locations )This method is from 'JSONProvider' class.
JSONProvider.setSerializeAsArray ( boolean asArray )This method is from 'JSONProvider' class.
JSONProvider.setSupportUnwrapped ( boolean unwrap )This method is from 'JSONProvider' class.
JSONProvider.setTypeConverter ( org.codehaus.jettison.mapped.TypeConverter converter )This method is from 'JSONProvider' class.
JSONProvider.setWrapperMap ( java.util.Map map )This method is from 'JSONProvider' class.
JSONProvider.setWrapperName ( String wName )This method is from 'JSONProvider' class.
JSONProvider.setWriteXsiType ( boolean writeXsiType )This method is from 'JSONProvider' class.
JSONProvider.writeTo ( Object obj, Class cls, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType m, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os )This method is from 'JSONProvider' class.
[+] JSONUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
JSONUtils.createBadgerFishReader ( java.io.InputStream is )This method is from 'JSONUtils' class.
JSONUtils.createBadgerFishWriter ( java.io.OutputStream os )This method is from 'JSONUtils' class.
JSONUtils.createConfiguration ( java.util.concurrent.ConcurrentHashMap namespaceMap, boolean writeXsiType, boolean attributesAsElements, org.codehaus.jettison.mapped.TypeConverter converter )This method is from 'JSONUtils' class.
JSONUtils.createIgnoreMixedContentWriterIfNeeded ( javax.xml.stream.XMLStreamWriter writer, boolean ignoreMixedContent )This method is from 'JSONUtils' class.
JSONUtils.createIgnoreNsWriterIfNeeded ( javax.xml.stream.XMLStreamWriter writer, boolean ignoreNamespaces )This method is from 'JSONUtils' class.
JSONUtils.createStreamReader ( java.io.InputStream is, boolean readXsiType, java.util.concurrent.ConcurrentHashMap namespaceMap )This method is from 'JSONUtils' class.
JSONUtils.createStreamWriter ( java.io.OutputStream os, javax.xml.namespace.QName qname, boolean writeXsiType, org.codehaus.jettison.mapped.Configuration config, boolean serializeAsArray, java.util.List arrayKeys, boolean dropRootElement )This method is from 'JSONUtils' class.
[+] MultipartProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
MultipartProvider.checkContentLength ( )This method is from 'MultipartProvider' class.
MultipartProvider.getSize ( Object t, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mediaType )This method is from 'MultipartProvider' class.
MultipartProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'MultipartProvider' class.
MultipartProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'MultipartProvider' class.
MultipartProvider.MultipartProvider ( )This constructor is from 'MultipartProvider' class.
MultipartProvider.readFrom ( Class c, reflect.Type t, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is )This method is from 'MultipartProvider' class.
MultipartProvider.setAttachmentDirectory ( String dir )This method is from 'MultipartProvider' class.
MultipartProvider.setAttachmentMaxSize ( String maxSize )This method is from 'MultipartProvider' class.
MultipartProvider.setAttachmentThreshold ( String threshold )This method is from 'MultipartProvider' class.
MultipartProvider.setMessageContext ( org.apache.cxf.jaxrs.ext.MessageContext context )This method is from 'MultipartProvider' class.
MultipartProvider.writeTo ( Object obj, Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os )This method is from 'MultipartProvider' class.
[+] PrefixCollectingXMLStreamWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (33)
PrefixCollectingXMLStreamWriter.close ( )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.flush ( )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.getNamespaceContext ( )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.getPrefix ( String uri )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.getProperty ( String name )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.PrefixCollectingXMLStreamWriter ( javax.xml.stream.XMLStreamWriter target, java.util.Map namespaces )This constructor is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.setDefaultNamespace ( String uri )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.setNamespaceContext ( javax.xml.namespace.NamespaceContext context )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.setPrefix ( String prefix, String uri )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeAttribute ( String localName, String value )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeAttribute ( String namespaceURI, String localName, String value )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeAttribute ( String prefix, String namespaceURI, String localName, String value )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeCData ( String data )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeCharacters ( char[ ] text, int start, int len )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeCharacters ( String text )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeComment ( String data )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeDefaultNamespace ( String namespaceURI )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeDTD ( String dtd )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeEmptyElement ( String localName )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeEmptyElement ( String namespaceURI, String localName )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeEmptyElement ( String prefix, String localName, String namespaceURI )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeEndDocument ( )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeEndElement ( )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeEntityRef ( String name )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeNamespace ( String prefix, String namespaceURI )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeProcessingInstruction ( String pitarget )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeProcessingInstruction ( String pitarget, String data )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeStartDocument ( )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeStartDocument ( String version )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeStartDocument ( String encoding, String version )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeStartElement ( String localName )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeStartElement ( String namespaceURI, String localName )This method is from 'PrefixCollectingXMLStreamWriter' class.
PrefixCollectingXMLStreamWriter.writeStartElement ( String prefix, String localName, String namespaceURI )This method is from 'PrefixCollectingXMLStreamWriter' class.
[+] PrefixRespectingMappedNamespaceConvention (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
PrefixRespectingMappedNamespaceConvention.createKey ( String prefix, String ns, String local )This method is from 'PrefixRespectingMappedNamespaceConvention' class.
PrefixRespectingMappedNamespaceConvention.PrefixRespectingMappedNamespaceConvention ( org.codehaus.jettison.mapped.Configuration c )This constructor is from 'PrefixRespectingMappedNamespaceConvention' class.
[+] PrimitiveTextProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
PrimitiveTextProvider.getSize ( Object t, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'PrimitiveTextProvider' class.
PrimitiveTextProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'PrimitiveTextProvider' class.
PrimitiveTextProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'PrimitiveTextProvider' class.
PrimitiveTextProvider.PrimitiveTextProvider ( )This constructor is from 'PrimitiveTextProvider' class.
PrimitiveTextProvider.readFrom ( Class type, reflect.Type genType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is )This method is from 'PrimitiveTextProvider' class.
PrimitiveTextProvider.writeTo ( Object obj, Class type, reflect.Type genType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os )This method is from 'PrimitiveTextProvider' class.
[+] ProviderFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (21)
ProviderFactory.clearThreadLocalProxies ( )This method is from 'ProviderFactory' class.
ProviderFactory.createContextResolver ( reflect.Type contextType, org.apache.cxf.message.Message m )This method is from 'ProviderFactory' class.
ProviderFactory.createContextResolver ( reflect.Type contextType, org.apache.cxf.message.Message m, javax.ws.rs.core.MediaType type )This method is from 'ProviderFactory' class.
ProviderFactory.createExceptionMapper ( Class exceptionType, org.apache.cxf.message.Message m )This method is from 'ProviderFactory' class.
ProviderFactory.createMessageBodyReader ( Class bodyType, reflect.Type parameterType, annotation.Annotation[ ] parameterAnnotations, javax.ws.rs.core.MediaType mediaType, org.apache.cxf.message.Message m )This method is from 'ProviderFactory' class.
ProviderFactory.createMessageBodyWriter ( Class bodyType, reflect.Type parameterType, annotation.Annotation[ ] parameterAnnotations, javax.ws.rs.core.MediaType mediaType, org.apache.cxf.message.Message m )This method is from 'ProviderFactory' class.
ProviderFactory.createParameterHandler ( Class paramType )This method is from 'ProviderFactory' class.
ProviderFactory.createResponseExceptionMapper ( Class paramType )This method is from 'ProviderFactory' class.
ProviderFactory.getInstance ( )This method is from 'ProviderFactory' class.
ProviderFactory.getInstance ( org.apache.cxf.message.Message m )This method is from 'ProviderFactory' class.
ProviderFactory.getRequestHandlers ( )This method is from 'ProviderFactory' class.
ProviderFactory.getRequestPreprocessor ( )This method is from 'ProviderFactory' class.
ProviderFactory.getResponseHandlers ( )This method is from 'ProviderFactory' class.
ProviderFactory.getSharedInstance ( )This method is from 'ProviderFactory' class.
ProviderFactory.initProviders ( java.util.List cris )This method is from 'ProviderFactory' class.
ProviderFactory.registerUserProvider ( Object provider )This method is from 'ProviderFactory' class.
ProviderFactory.setApplicationProvider ( org.apache.cxf.jaxrs.model.ProviderInfo app )This method is from 'ProviderFactory' class.
ProviderFactory.setBus ( org.apache.cxf.Bus bus )This method is from 'ProviderFactory' class.
ProviderFactory.setRequestPreprocessor ( org.apache.cxf.jaxrs.impl.RequestPreprocessor rp )This method is from 'ProviderFactory' class.
ProviderFactory.setSchemaLocations ( java.util.List schemas )This method is from 'ProviderFactory' class.
ProviderFactory.setUserProviders ( java.util.List userProviders )This method is from 'ProviderFactory' class.
[+] RequestDispatcherProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (20)
RequestDispatcherProvider.doSetRequestParameters ( RequestDispatcherProvider.HttpServletRequestFilter req, javax.ws.rs.core.MultivaluedMap params )This method is from 'RequestDispatcherProvider' class.
RequestDispatcherProvider.getBeanName ( Object bean )This method is from 'RequestDispatcherProvider' class.
RequestDispatcherProvider.getRequestDispatcher ( javax.servlet.ServletContext sc, Class clazz, String path )This method is from 'RequestDispatcherProvider' class.
RequestDispatcherProvider.getServletContext ( )This method is from 'RequestDispatcherProvider' class.
RequestDispatcherProvider.getSize ( Object t, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'RequestDispatcherProvider' class.
RequestDispatcherProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'RequestDispatcherProvider' class.
RequestDispatcherProvider.RequestDispatcherProvider ( )This constructor is from 'RequestDispatcherProvider' class.
RequestDispatcherProvider.setBeanName ( String beanName )This method is from 'RequestDispatcherProvider' class.
RequestDispatcherProvider.setBeanNames ( java.util.Map beanNames )This method is from 'RequestDispatcherProvider' class.
RequestDispatcherProvider.setClassResources ( java.util.Map resources )This method is from 'RequestDispatcherProvider' class.
RequestDispatcherProvider.setDispatcherName ( String name )This method is from 'RequestDispatcherProvider' class.
RequestDispatcherProvider.setLogRedirects ( String value )This method is from 'RequestDispatcherProvider' class.
RequestDispatcherProvider.setRequestParameters ( RequestDispatcherProvider.HttpServletRequestFilter request )This method is from 'RequestDispatcherProvider' class.
RequestDispatcherProvider.setResourcePath ( String resourcePath )This method is from 'RequestDispatcherProvider' class.
RequestDispatcherProvider.setResourcePaths ( java.util.Map resourcePaths )This method is from 'RequestDispatcherProvider' class.
RequestDispatcherProvider.setSaveParametersAsAttributes ( boolean saveParametersAsAttributes )This method is from 'RequestDispatcherProvider' class.
RequestDispatcherProvider.setScope ( String scope )This method is from 'RequestDispatcherProvider' class.
RequestDispatcherProvider.setServletContextPath ( String servletContextPath )This method is from 'RequestDispatcherProvider' class.
RequestDispatcherProvider.setServletPath ( String path )This method is from 'RequestDispatcherProvider' class.
RequestDispatcherProvider.writeTo ( Object o, Class clazz, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType type, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os )This method is from 'RequestDispatcherProvider' class.
[+] RequestDispatcherProvider.HttpServletRequestFilter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
RequestDispatcherProvider.HttpServletRequestFilter.getParameter ( String name )This method is from 'RequestDispatcherProvider.HttpServletRequestFilter' class.
RequestDispatcherProvider.HttpServletRequestFilter.getParameterMap ( )This method is from 'RequestDispatcherProvider.HttpServletRequestFilter' class.
RequestDispatcherProvider.HttpServletRequestFilter.getPathInfo ( )This method is from 'RequestDispatcherProvider.HttpServletRequestFilter' class.
RequestDispatcherProvider.HttpServletRequestFilter.getRequestURI ( )This method is from 'RequestDispatcherProvider.HttpServletRequestFilter' class.
RequestDispatcherProvider.HttpServletRequestFilter.getServletPath ( )This method is from 'RequestDispatcherProvider.HttpServletRequestFilter' class.
RequestDispatcherProvider.HttpServletRequestFilter.RequestDispatcherProvider.HttpServletRequestFilter ( javax.servlet.http.HttpServletRequest request, String path, String servletPath, boolean saveParamsAsAttributes )This constructor is from 'RequestDispatcherProvider.HttpServletRequestFilter' class.
RequestDispatcherProvider.HttpServletRequestFilter.setParameter ( String name, String value )This method is from 'RequestDispatcherProvider.HttpServletRequestFilter' class.
RequestDispatcherProvider.HttpServletRequestFilter.setParameters ( String name, java.util.List values )This method is from 'RequestDispatcherProvider.HttpServletRequestFilter' class.
[+] SourceProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
SourceProvider.getContext ( )This method is from 'SourceProvider' class.
SourceProvider.getPreferredSource ( )This method is from 'SourceProvider' class.
SourceProvider.getReader ( java.io.InputStream is )This method is from 'SourceProvider' class.
SourceProvider.getReaderFromMessage ( )This method is from 'SourceProvider' class.
SourceProvider.getRealStream ( java.io.InputStream is )This method is from 'SourceProvider' class.
SourceProvider.getSize ( Object source, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'SourceProvider' class.
SourceProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'SourceProvider' class.
SourceProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'SourceProvider' class.
SourceProvider.readFrom ( Class source, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType m, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is )This method is from 'SourceProvider' class.
SourceProvider.SourceProvider ( )This constructor is from 'SourceProvider' class.
SourceProvider.writeTo ( Object source, Class clazz, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os )This method is from 'SourceProvider' class.
[+] XMLBeansElementProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
XMLBeansElementProvider.getSize ( Object x0, Class x1, reflect.Type x2, annotation.Annotation[ ] x3, javax.ws.rs.core.MediaType x4 )This method is from 'XMLBeansElementProvider' class.
XMLBeansElementProvider.getSize ( org.apache.xmlbeans.XmlObject t, Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'XMLBeansElementProvider' class.
XMLBeansElementProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'XMLBeansElementProvider' class.
XMLBeansElementProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mt )This method is from 'XMLBeansElementProvider' class.
XMLBeansElementProvider.isXmlBean ( Class type )This method is from 'XMLBeansElementProvider' class.
XMLBeansElementProvider.parseXmlBean ( Class type, java.io.InputStream inStream )This method is from 'XMLBeansElementProvider' class.
XMLBeansElementProvider.parseXmlBean ( Class type, java.io.Reader reader )This method is from 'XMLBeansElementProvider' class.
XMLBeansElementProvider.parseXmlBean ( Class type, javax.xml.stream.XMLStreamReader reader )This method is from 'XMLBeansElementProvider' class.
XMLBeansElementProvider.readFrom ( Class x0, reflect.Type x1, annotation.Annotation[ ] x2, javax.ws.rs.core.MediaType x3, javax.ws.rs.core.MultivaluedMap x4, java.io.InputStream x5 )This method is from 'XMLBeansElementProvider' class.
XMLBeansElementProvider.readFrom ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType m, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is )This method is from 'XMLBeansElementProvider' class.
XMLBeansElementProvider.writeTo ( Object x0, Class x1, reflect.Type x2, annotation.Annotation[ ] x3, javax.ws.rs.core.MediaType x4, javax.ws.rs.core.MultivaluedMap x5, java.io.OutputStream x6 )This method is from 'XMLBeansElementProvider' class.
XMLBeansElementProvider.writeTo ( org.apache.xmlbeans.XmlObject t, Class cls, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType m, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream entityStream )This method is from 'XMLBeansElementProvider' class.
XMLBeansElementProvider.XMLBeansElementProvider ( )This constructor is from 'XMLBeansElementProvider' class.
[+] XMLBeansJSONProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
XMLBeansJSONProvider.readFrom ( Class type, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType m, javax.ws.rs.core.MultivaluedMap headers, java.io.InputStream is )This method is from 'XMLBeansJSONProvider' class.
XMLBeansJSONProvider.readFrom ( Class x0, reflect.Type x1, annotation.Annotation[ ] x2, javax.ws.rs.core.MediaType x3, javax.ws.rs.core.MultivaluedMap x4, java.io.InputStream x5 )This method is from 'XMLBeansJSONProvider' class.
XMLBeansJSONProvider.writeTo ( Object x0, Class x1, reflect.Type x2, annotation.Annotation[ ] x3, javax.ws.rs.core.MediaType x4, javax.ws.rs.core.MultivaluedMap x5, java.io.OutputStream x6 )This method is from 'XMLBeansJSONProvider' class.
XMLBeansJSONProvider.writeTo ( org.apache.xmlbeans.XmlObject obj, Class cls, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType m, javax.ws.rs.core.MultivaluedMap headers, java.io.OutputStream os )This method is from 'XMLBeansJSONProvider' class.
XMLBeansJSONProvider.XMLBeansJSONProvider ( )This constructor is from 'XMLBeansJSONProvider' class.
[+] XMLBeanStreamSerializer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
XMLBeanStreamSerializer.serialize ( org.apache.xmlbeans.XmlObject xObj, javax.xml.stream.XMLStreamWriter writer )This method is from 'XMLBeanStreamSerializer' class.
XMLBeanStreamSerializer.XMLBeanStreamSerializer ( )This constructor is from 'XMLBeanStreamSerializer' class.
[+] XPathProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
XPathProvider.getConsumeMediaTypes ( )This method is from 'XPathProvider' class.
XPathProvider.isReadable ( Class cls, reflect.Type genericType, annotation.Annotation[ ] annotations, javax.ws.rs.core.MediaType mediaType )This method is from 'XPathProvider' class.
XPathProvider.readFrom ( Class cls, reflect.Type type, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap hrs, java.io.InputStream is )This method is from 'XPathProvider' class.
XPathProvider.setClassName ( String name )This method is from 'XPathProvider' class.
XPathProvider.setConsumeMediaTypes ( java.util.List types )This method is from 'XPathProvider' class.
XPathProvider.setExpression ( String expr )This method is from 'XPathProvider' class.
XPathProvider.setExpressions ( java.util.Map expressions )This method is from 'XPathProvider' class.
XPathProvider.setNamespaces ( java.util.Map nsMap )This method is from 'XPathProvider' class.
XPathProvider.XPathProvider ( )This constructor is from 'XPathProvider' class.
[+] XSLTJaxbProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (28)
XSLTJaxbProvider.createTemplates ( String loc )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.createTemplates ( javax.xml.transform.Templates templates, java.util.Map configuredParams, java.util.Map outProps )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.getInTemplates ( javax.ws.rs.core.MediaType mt )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.getOutTemplates ( javax.ws.rs.core.MediaType mt )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.inClassCanBeHandled ( String className )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.inTemplatesAvailable ( javax.ws.rs.core.MediaType mt )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.isReadable ( Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.isWriteable ( Class type, reflect.Type genericType, annotation.Annotation[ ] anns, javax.ws.rs.core.MediaType mt )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.marshalToOutputStream ( javax.xml.bind.Marshaller ms, Object obj, java.io.OutputStream os, javax.ws.rs.core.MediaType mt )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.marshalToWriter ( javax.xml.bind.Marshaller ms, Object obj, javax.xml.stream.XMLStreamWriter writer, javax.ws.rs.core.MediaType mt )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.outClassCanBeHandled ( String className )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.outTemplatesAvailable ( javax.ws.rs.core.MediaType mt )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.setInClassNames ( java.util.List classNames )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.setInMediaTemplates ( java.util.Map map )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.setInParameters ( java.util.Map inParams )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.setInProperties ( java.util.Map inProps )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.setInTemplate ( String loc )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.setOutClassNames ( java.util.List classNames )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.setOutMediaTemplates ( java.util.Map map )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.setOutParameters ( java.util.Map outParams )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.setOutProperties ( java.util.Map outProps )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.setOutTemplate ( String loc )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.setResolver ( javax.xml.transform.URIResolver resolver )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.setSupportJaxbOnly ( boolean support )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.setSystemId ( String system )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.unmarshalFromInputStream ( javax.xml.bind.Unmarshaller unmarshaller, java.io.InputStream is, javax.ws.rs.core.MediaType mt )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.unmarshalFromReader ( javax.xml.bind.Unmarshaller unmarshaller, javax.xml.stream.XMLStreamReader reader, javax.ws.rs.core.MediaType mt )This method is from 'XSLTJaxbProvider' class.
XSLTJaxbProvider.XSLTJaxbProvider ( )This constructor is from 'XSLTJaxbProvider' class.
package org.apache.cxf.jaxrs.provider.jsonp
[+] AbstractJsonpOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AbstractJsonpOutInterceptor.AbstractJsonpOutInterceptor ( String phase )This constructor is from 'AbstractJsonpOutInterceptor' abstract class.
AbstractJsonpOutInterceptor.getCallbackValue ( org.apache.cxf.message.Message message )This method is from 'AbstractJsonpOutInterceptor' abstract class.
AbstractJsonpOutInterceptor.writeValue ( org.apache.cxf.message.Message message, String value )This method is from 'AbstractJsonpOutInterceptor' abstract class.
[+] JsonpInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
JsonpInInterceptor.getAcceptType ( )This method is from 'JsonpInInterceptor' class.
JsonpInInterceptor.getCallbackParam ( )This method is from 'JsonpInInterceptor' class.
JsonpInInterceptor.getCallbackValue ( org.apache.cxf.message.Message message )This method is from 'JsonpInInterceptor' class.
JsonpInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'JsonpInInterceptor' class.
JsonpInInterceptor.JsonpInInterceptor ( )This constructor is from 'JsonpInInterceptor' class.
JsonpInInterceptor.JsonpInInterceptor ( String phase )This constructor is from 'JsonpInInterceptor' class.
JsonpInInterceptor.setAcceptType ( String acceptType )This method is from 'JsonpInInterceptor' class.
JsonpInInterceptor.setCallbackParam ( String callbackParam )This method is from 'JsonpInInterceptor' class.
[+] JsonpPostStreamInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
JsonpPostStreamInterceptor.getPaddingEnd ( )This method is from 'JsonpPostStreamInterceptor' class.
JsonpPostStreamInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'JsonpPostStreamInterceptor' class.
JsonpPostStreamInterceptor.JsonpPostStreamInterceptor ( )This constructor is from 'JsonpPostStreamInterceptor' class.
JsonpPostStreamInterceptor.setPaddingEnd ( String paddingEnd )This method is from 'JsonpPostStreamInterceptor' class.
[+] JsonpPreStreamInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
JsonpPreStreamInterceptor.getMediaType ( )This method is from 'JsonpPreStreamInterceptor' class.
JsonpPreStreamInterceptor.getPaddingEnd ( )This method is from 'JsonpPreStreamInterceptor' class.
JsonpPreStreamInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'JsonpPreStreamInterceptor' class.
JsonpPreStreamInterceptor.JsonpPreStreamInterceptor ( )This constructor is from 'JsonpPreStreamInterceptor' class.
JsonpPreStreamInterceptor.setContentType ( org.apache.cxf.message.Message message )This method is from 'JsonpPreStreamInterceptor' class.
JsonpPreStreamInterceptor.setMediaType ( String mediaType )This method is from 'JsonpPreStreamInterceptor' class.
JsonpPreStreamInterceptor.setPaddingEnd ( String paddingEnd )This method is from 'JsonpPreStreamInterceptor' class.
package org.apache.cxf.jaxrs.security
[+] JAASAuthenticationFilter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
JAASAuthenticationFilter.getCallbackHandler ( String name, String password )This method is from 'JAASAuthenticationFilter' class.
JAASAuthenticationFilter.getRedirectStatus ( )This method is from 'JAASAuthenticationFilter' class.
JAASAuthenticationFilter.handleAuthenticationException ( org.apache.cxf.interceptor.security.AuthenticationException ex, org.apache.cxf.message.Message m )This method is from 'JAASAuthenticationFilter' class.
JAASAuthenticationFilter.handleRequest ( org.apache.cxf.message.Message m, org.apache.cxf.jaxrs.model.ClassResourceInfo resourceClass )This method is from 'JAASAuthenticationFilter' class.
JAASAuthenticationFilter.isRedirectPossible ( javax.ws.rs.core.HttpHeaders headers )This method is from 'JAASAuthenticationFilter' class.
JAASAuthenticationFilter.JAASAuthenticationFilter ( )This constructor is from 'JAASAuthenticationFilter' class.
JAASAuthenticationFilter.setContextName ( String name )This method is from 'JAASAuthenticationFilter' class.
JAASAuthenticationFilter.setIgnoreBasePath ( boolean ignore )This method is from 'JAASAuthenticationFilter' class.
JAASAuthenticationFilter.setRealmName ( String name )This method is from 'JAASAuthenticationFilter' class.
JAASAuthenticationFilter.setRedirectURI ( String uri )This method is from 'JAASAuthenticationFilter' class.
JAASAuthenticationFilter.setRolePrefix ( String name )This method is from 'JAASAuthenticationFilter' class.
[+] SimpleAuthorizingFilter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SimpleAuthorizingFilter.handleRequest ( org.apache.cxf.message.Message m, org.apache.cxf.jaxrs.model.ClassResourceInfo resourceClass )This method is from 'SimpleAuthorizingFilter' class.
SimpleAuthorizingFilter.setInterceptor ( org.apache.cxf.interceptor.security.AbstractAuthorizingInInterceptor in )This method is from 'SimpleAuthorizingFilter' class.
SimpleAuthorizingFilter.SimpleAuthorizingFilter ( )This constructor is from 'SimpleAuthorizingFilter' class.
package org.apache.cxf.jaxrs.servlet
[+] CXFNonSpringJaxrsServlet (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
CXFNonSpringJaxrsServlet.configureSingleton ( Object instance )This method is from 'CXFNonSpringJaxrsServlet' class.
CXFNonSpringJaxrsServlet.createServerFromApplication ( String cName, javax.servlet.ServletConfig servletConfig )This method is from 'CXFNonSpringJaxrsServlet' class.
CXFNonSpringJaxrsServlet.createSingletonInstance ( Class cls, java.util.Map props, javax.servlet.ServletConfig sc )This method is from 'CXFNonSpringJaxrsServlet' class.
CXFNonSpringJaxrsServlet.CXFNonSpringJaxrsServlet ( )This constructor is from 'CXFNonSpringJaxrsServlet' class.
CXFNonSpringJaxrsServlet.getProviders ( javax.servlet.ServletConfig servletConfig )This method is from 'CXFNonSpringJaxrsServlet' class.
CXFNonSpringJaxrsServlet.getResourceProviders ( javax.servlet.ServletConfig servletConfig, java.util.Map resourceClasses )This method is from 'CXFNonSpringJaxrsServlet' class.
CXFNonSpringJaxrsServlet.getServiceClasses ( javax.servlet.ServletConfig servletConfig, boolean modelAvailable )This method is from 'CXFNonSpringJaxrsServlet' class.
CXFNonSpringJaxrsServlet.handleMapSequence ( String sequence )This method is from 'CXFNonSpringJaxrsServlet' class.
CXFNonSpringJaxrsServlet.init ( javax.servlet.ServletConfig servletConfig )This method is from 'CXFNonSpringJaxrsServlet' class.
CXFNonSpringJaxrsServlet.setAllInterceptors ( org.apache.cxf.jaxrs.JAXRSServerFactoryBean bean, javax.servlet.ServletConfig servletConfig )This method is from 'CXFNonSpringJaxrsServlet' class.
CXFNonSpringJaxrsServlet.setExtensions ( org.apache.cxf.jaxrs.JAXRSServerFactoryBean bean, javax.servlet.ServletConfig servletConfig )This method is from 'CXFNonSpringJaxrsServlet' class.
CXFNonSpringJaxrsServlet.setInterceptors ( org.apache.cxf.jaxrs.JAXRSServerFactoryBean bean, javax.servlet.ServletConfig servletConfig, String paramName )This method is from 'CXFNonSpringJaxrsServlet' class.
CXFNonSpringJaxrsServlet.setSchemasLocations ( org.apache.cxf.jaxrs.JAXRSServerFactoryBean bean, javax.servlet.ServletConfig servletConfig )This method is from 'CXFNonSpringJaxrsServlet' class.
package org.apache.cxf.jaxrs.spring
[+] JAXRSClientFactoryBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
JAXRSClientFactoryBeanDefinitionParser.getFactoryClass ( )This method is from 'JAXRSClientFactoryBeanDefinitionParser' class.
JAXRSClientFactoryBeanDefinitionParser.getFactoryIdSuffix ( )This method is from 'JAXRSClientFactoryBeanDefinitionParser' class.
JAXRSClientFactoryBeanDefinitionParser.getSuffix ( )This method is from 'JAXRSClientFactoryBeanDefinitionParser' class.
JAXRSClientFactoryBeanDefinitionParser.JAXRSClientFactoryBeanDefinitionParser ( )This constructor is from 'JAXRSClientFactoryBeanDefinitionParser' class.
JAXRSClientFactoryBeanDefinitionParser.mapAttribute ( org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name, String val )This method is from 'JAXRSClientFactoryBeanDefinitionParser' class.
JAXRSClientFactoryBeanDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element el, String name )This method is from 'JAXRSClientFactoryBeanDefinitionParser' class.
[+] JAXRSClientFactoryBeanDefinitionParser.JAXRSSpringClientFactoryBean (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JAXRSClientFactoryBeanDefinitionParser.JAXRSSpringClientFactoryBean.JAXRSClientFactoryBeanDefinitionParser.JAXRSSpringClientFactoryBean ( )This constructor is from 'JAXRSClientFactoryBeanDefinitionParser.JAXRSSpringClientFactoryBean' class.
JAXRSClientFactoryBeanDefinitionParser.JAXRSSpringClientFactoryBean.setApplicationContext ( org.springframework.context.ApplicationContext ctx )This method is from 'JAXRSClientFactoryBeanDefinitionParser.JAXRSSpringClientFactoryBean' class.
[+] JAXRSServerFactoryBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
JAXRSServerFactoryBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean )This method is from 'JAXRSServerFactoryBeanDefinitionParser' class.
JAXRSServerFactoryBeanDefinitionParser.hasBusProperty ( )This method is from 'JAXRSServerFactoryBeanDefinitionParser' class.
JAXRSServerFactoryBeanDefinitionParser.JAXRSServerFactoryBeanDefinitionParser ( )This constructor is from 'JAXRSServerFactoryBeanDefinitionParser' class.
JAXRSServerFactoryBeanDefinitionParser.mapAttribute ( org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name, String val )This method is from 'JAXRSServerFactoryBeanDefinitionParser' class.
JAXRSServerFactoryBeanDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element el, String name )This method is from 'JAXRSServerFactoryBeanDefinitionParser' class.
JAXRSServerFactoryBeanDefinitionParser.resolveId ( org.w3c.dom.Element elem, org.springframework.beans.factory.support.AbstractBeanDefinition definition, org.springframework.beans.factory.xml.ParserContext ctx )This method is from 'JAXRSServerFactoryBeanDefinitionParser' class.
[+] JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean.JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean ( )This constructor is from 'JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean' class.
JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean.JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean ( org.apache.cxf.jaxrs.JAXRSServiceFactoryBean sf )This constructor is from 'JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean' class.
JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean.setApplicationContext ( org.springframework.context.ApplicationContext ctx )This method is from 'JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean' class.
JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean.setTempResourceProviders ( java.util.List providers )This method is from 'JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean' class.
[+] NamespaceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
NamespaceHandler.init ( )This method is from 'NamespaceHandler' class.
NamespaceHandler.NamespaceHandler ( )This constructor is from 'NamespaceHandler' class.
[+] SpringResourceFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
SpringResourceFactory.getApplicationContext ( )This method is from 'SpringResourceFactory' class.
SpringResourceFactory.getInstance ( org.apache.cxf.message.Message m )This method is from 'SpringResourceFactory' class.
SpringResourceFactory.getResourceClass ( )This method is from 'SpringResourceFactory' class.
SpringResourceFactory.isSingleton ( )This method is from 'SpringResourceFactory' class.
SpringResourceFactory.releaseInstance ( org.apache.cxf.message.Message m, Object o )This method is from 'SpringResourceFactory' class.
SpringResourceFactory.setApplicationContext ( org.springframework.context.ApplicationContext applicationContext )This method is from 'SpringResourceFactory' class.
SpringResourceFactory.setBeanId ( String serviceBeanId )This method is from 'SpringResourceFactory' class.
SpringResourceFactory.SpringResourceFactory ( )This constructor is from 'SpringResourceFactory' class.
SpringResourceFactory.SpringResourceFactory ( String name )This constructor is from 'SpringResourceFactory' class.
package org.apache.cxf.jaxrs.utils
[+] AnnotationUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
AnnotationUtils.getAnnotatedMethod ( reflect.Method m )This method is from 'AnnotationUtils' class.
AnnotationUtils.getAnnotation ( annotation.Annotation[ ] anns, Class type )This method is from 'AnnotationUtils' class.
AnnotationUtils.getAnnotationValue ( annotation.Annotation a )This method is from 'AnnotationUtils' class.
AnnotationUtils.getClassAnnotation ( Class c, Class aClass )This method is from 'AnnotationUtils' class.
AnnotationUtils.getDefaultParameterValue ( annotation.Annotation[ ] anns )This method is from 'AnnotationUtils' class.
AnnotationUtils.getHttpMethodValue ( reflect.Method m )This method is from 'AnnotationUtils' class.
AnnotationUtils.getMethodAnnotation ( reflect.Method m, Class aClass )This method is from 'AnnotationUtils' class.
AnnotationUtils.isContextClass ( Class contextClass )This method is from 'AnnotationUtils' class.
AnnotationUtils.isMethodAnnotation ( annotation.Annotation a )This method is from 'AnnotationUtils' class.
AnnotationUtils.isParamAnnotationClass ( Class annotationClass )This method is from 'AnnotationUtils' class.
AnnotationUtils.isValidParamAnnotationClass ( Class annotationClass )This method is from 'AnnotationUtils' class.
AnnotationUtils.isValidParamAnnotations ( annotation.Annotation[ ] paramAnnotations )This method is from 'AnnotationUtils' class.
[+] FormUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
FormUtils.addPropertyToForm ( javax.ws.rs.core.MultivaluedMap map, String name, Object value )This method is from 'FormUtils' class.
FormUtils.logRequestParametersIfNeeded ( java.util.Map params, String enc )This method is from 'FormUtils' class.
FormUtils.populateMapFromMultipart ( javax.ws.rs.core.MultivaluedMap params, org.apache.cxf.jaxrs.ext.multipart.MultipartBody body, boolean decode )This method is from 'FormUtils' class.
FormUtils.populateMapFromString ( javax.ws.rs.core.MultivaluedMap params, String postBody, String enc, boolean decode, javax.servlet.http.HttpServletRequest request )This method is from 'FormUtils' class.
FormUtils.readBody ( java.io.InputStream is, String encoding )This method is from 'FormUtils' class.
FormUtils.writeMapToOutputStream ( java.util.Map map, java.io.OutputStream os, String enc, boolean encoded )This method is from 'FormUtils' class.
[+] HttpUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (22)
HttpUtils.encodePartiallyEncoded ( String encoded, boolean query )This method is from 'HttpUtils' class.
HttpUtils.fromPathSegment ( javax.ws.rs.core.PathSegment ps )This method is from 'HttpUtils' class.
HttpUtils.getBaseAddress ( org.apache.cxf.message.Message m )This method is from 'HttpUtils' class.
HttpUtils.getEncoding ( javax.ws.rs.core.MediaType mt, String defaultEncoding )This method is from 'HttpUtils' class.
HttpUtils.getEndpointAddress ( org.apache.cxf.message.Message m )This method is from 'HttpUtils' class.
HttpUtils.getHttpDateFormat ( )This method is from 'HttpUtils' class.
HttpUtils.getOriginalAddress ( org.apache.cxf.message.Message m )This method is from 'HttpUtils' class.
HttpUtils.getParameterFailureStatus ( org.apache.cxf.jaxrs.model.ParameterType pType )This method is from 'HttpUtils' class.
HttpUtils.getPathToMatch ( String path, String address, boolean addSlash )This method is from 'HttpUtils' class.
HttpUtils.getPathToMatch ( org.apache.cxf.message.Message m, boolean addSlash )This method is from 'HttpUtils' class.
HttpUtils.getProtocolHeader ( org.apache.cxf.message.Message m, String name, String defaultValue )This method is from 'HttpUtils' class.
HttpUtils.getSetEncoding ( javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap headers, String defaultEncoding )This method is from 'HttpUtils' class.
HttpUtils.isDateRelatedHeader ( String headerName )This method is from 'HttpUtils' class.
HttpUtils.isPartiallyEncoded ( String value )This method is from 'HttpUtils' class.
HttpUtils.pathDecode ( String value )This method is from 'HttpUtils' class.
HttpUtils.pathEncode ( String value )This method is from 'HttpUtils' class.
HttpUtils.queryEncode ( String value )This method is from 'HttpUtils' class.
HttpUtils.toAbsoluteUri ( java.net.URI u, org.apache.cxf.message.Message message )This method is from 'HttpUtils' class.
HttpUtils.updatePath ( org.apache.cxf.message.Message m, String path )This method is from 'HttpUtils' class.
HttpUtils.urlDecode ( String value )This method is from 'HttpUtils' class.
HttpUtils.urlDecode ( String value, String enc )This method is from 'HttpUtils' class.
HttpUtils.urlEncode ( String value )This method is from 'HttpUtils' class.
[+] InjectionUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (32)
InjectionUtils.checkProxy ( reflect.Method methodToInvoke, Object resourceObject )This method is from 'InjectionUtils' class.
InjectionUtils.convertStringToPrimitive ( String value, Class cls )This method is from 'InjectionUtils' class.
InjectionUtils.createParameterObject ( java.util.List paramValues, Class paramType, reflect.Type genericType, annotation.Annotation[ ] paramAnns, String defaultValue, boolean decoded, org.apache.cxf.jaxrs.model.ParameterType pathParam, org.apache.cxf.message.Message message )This method is from 'InjectionUtils' class.
InjectionUtils.createThreadLocalProxy ( Class type )This method is from 'InjectionUtils' class.
InjectionUtils.decodeValue ( String value, boolean decode, org.apache.cxf.jaxrs.model.ParameterType param )This method is from 'InjectionUtils' class.
InjectionUtils.extractFieldValue ( reflect.Field f, Object o )This method is from 'InjectionUtils' class.
InjectionUtils.extractFromMethod ( Object requestObject, reflect.Method method )This method is from 'InjectionUtils' class.
InjectionUtils.extractValuesFromBean ( Object bean, String baseName )This method is from 'InjectionUtils' class.
InjectionUtils.fillInValuesFromBean ( Object bean, String baseName, javax.ws.rs.core.MultivaluedMap values )This method is from 'InjectionUtils' class.
InjectionUtils.getActualType ( reflect.Type genericType )This method is from 'InjectionUtils' class.
InjectionUtils.getActualType ( reflect.Type genericType, int pos )This method is from 'InjectionUtils' class.
InjectionUtils.getActualTypes ( reflect.Type genericType )This method is from 'InjectionUtils' class.
InjectionUtils.getParametersFromBeanClass ( Class beanClass, org.apache.cxf.jaxrs.model.ParameterType type, boolean checkIgnorable )This method is from 'InjectionUtils' class.
InjectionUtils.getRawType ( reflect.Type genericType )This method is from 'InjectionUtils' class.
InjectionUtils.getSuperType ( Class serviceClass, reflect.TypeVariable var )This method is from 'InjectionUtils' class.
InjectionUtils.getType ( reflect.Type[ ] types, int pos )This method is from 'InjectionUtils' class.
InjectionUtils.handleBean ( Class paramType, annotation.Annotation[ ] paramAnns, javax.ws.rs.core.MultivaluedMap values, org.apache.cxf.jaxrs.model.ParameterType pType, org.apache.cxf.message.Message message, boolean decoded )This method is from 'InjectionUtils' class.
InjectionUtils.handleParameter ( String value, boolean decoded, Class pClass, annotation.Annotation[ ] paramAnns, org.apache.cxf.jaxrs.model.ParameterType pType, org.apache.cxf.message.Message message )This method is from 'InjectionUtils' class.
InjectionUtils.injectContextField ( org.apache.cxf.jaxrs.model.AbstractResourceInfo cri, reflect.Field f, Object o, Object value, boolean resource )This method is from 'InjectionUtils' class.
InjectionUtils.injectContextFields ( Object o, org.apache.cxf.jaxrs.model.AbstractResourceInfo cri, org.apache.cxf.message.Message m )This method is from 'InjectionUtils' class.
InjectionUtils.injectContextMethods ( Object requestObject, org.apache.cxf.jaxrs.model.AbstractResourceInfo cri, org.apache.cxf.message.Message message )This method is from 'InjectionUtils' class.
InjectionUtils.injectContextProxies ( org.apache.cxf.jaxrs.model.AbstractResourceInfo cri, Object instance )This method is from 'InjectionUtils' class.
InjectionUtils.injectContextProxiesAndApplication ( org.apache.cxf.jaxrs.model.AbstractResourceInfo cri, Object instance, javax.ws.rs.core.Application app )This method is from 'InjectionUtils' class.
InjectionUtils.injectContexts ( Object requestObject, org.apache.cxf.jaxrs.model.AbstractResourceInfo resource, org.apache.cxf.message.Message message )This method is from 'InjectionUtils' class.
InjectionUtils.injectFieldValue ( reflect.Field f, Object o, Object v )This method is from 'InjectionUtils' class.
InjectionUtils.injectResourceFields ( Object o, org.apache.cxf.jaxrs.model.AbstractResourceInfo cri, org.apache.cxf.message.Message m )This method is from 'InjectionUtils' class.
InjectionUtils.injectThroughMethod ( Object requestObject, reflect.Method method, Object parameterValue )This method is from 'InjectionUtils' class.
InjectionUtils.invokeLifeCycleMethod ( Object instance, reflect.Method method )This method is from 'InjectionUtils' class.
InjectionUtils.isConcreteClass ( Class cls )This method is from 'InjectionUtils' class.
InjectionUtils.isPrimitive ( Class type )This method is from 'InjectionUtils' class.
InjectionUtils.isSupportedCollectionOrArray ( Class type )This method is from 'InjectionUtils' class.
InjectionUtils.reportServerError ( String messageName, String parameter )This method is from 'InjectionUtils' class.
[+] JAXBUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
JAXBUtils.convertWithAdapter ( Object obj, annotation.Annotation[ ] anns )This method is from 'JAXBUtils' class.
JAXBUtils.getAdapter ( Class objectClass, annotation.Annotation[ ] anns )This method is from 'JAXBUtils' class.
JAXBUtils.getTypeFromAdapter ( javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter adapter, Class theType, boolean boundType )This method is from 'JAXBUtils' class.
JAXBUtils.getValueTypeFromAdapter ( Class expectedBoundType, Class defaultClass, annotation.Annotation[ ] anns )This method is from 'JAXBUtils' class.
JAXBUtils.useAdapter ( Object obj, javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter typeAdapter, boolean marshal )This method is from 'JAXBUtils' class.
JAXBUtils.useAdapter ( Object obj, javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter typeAdapter, boolean marshal, Object defaultValue )This method is from 'JAXBUtils' class.
[+] JAXRSUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (40)
JAXRSUtils.compareMediaTypes ( javax.ws.rs.core.MediaType mt1, javax.ws.rs.core.MediaType mt2 )This method is from 'JAXRSUtils' class.
JAXRSUtils.compareMediaTypesQualityFactors ( javax.ws.rs.core.MediaType mt1, javax.ws.rs.core.MediaType mt2 )This method is from 'JAXRSUtils' class.
JAXRSUtils.compareSortedMediaTypes ( java.util.List mts1, java.util.List mts2 )This method is from 'JAXRSUtils' class.
JAXRSUtils.convertFaultToResponse ( Throwable ex, org.apache.cxf.message.Message inMessage )This method is from 'JAXRSUtils' class.
JAXRSUtils.convertStringToQName ( String name )This method is from 'JAXRSUtils' class.
JAXRSUtils.createContextResolver ( reflect.Type genericType, org.apache.cxf.message.Message m )This method is from 'JAXRSUtils' class.
JAXRSUtils.createContextValue ( org.apache.cxf.message.Message m, reflect.Type genericType, Class clazz )This method is from 'JAXRSUtils' class.
JAXRSUtils.createHttpParameterValue ( org.apache.cxf.jaxrs.model.Parameter parameter, Class parameterClass, reflect.Type genericParam, annotation.Annotation[ ] paramAnns, org.apache.cxf.message.Message message, javax.ws.rs.core.MultivaluedMap values, org.apache.cxf.jaxrs.model.OperationResourceInfo ori )This method is from 'JAXRSUtils' class.
JAXRSUtils.createResourceValue ( org.apache.cxf.message.Message m, reflect.Type genericType, Class clazz )This method is from 'JAXRSUtils' class.
JAXRSUtils.createResponse ( org.apache.cxf.jaxrs.model.ClassResourceInfo cri, org.apache.cxf.message.Message msg, String responseMessage, int status, boolean addAllow )This method is from 'JAXRSUtils' class.
JAXRSUtils.createServletResourceValue ( org.apache.cxf.message.Message m, Class clazz )This method is from 'JAXRSUtils' class.
JAXRSUtils.findTargetMethod ( org.apache.cxf.jaxrs.model.ClassResourceInfo resource, org.apache.cxf.message.Message message, String httpMethod, javax.ws.rs.core.MultivaluedMap values, String requestContentType, java.util.List acceptContentTypes, boolean logNow )This method is from 'JAXRSUtils' class.
JAXRSUtils.getClassQName ( Class type )This method is from 'JAXRSUtils' class.
JAXRSUtils.getConsumeTypes ( javax.ws.rs.Consumes cm )This method is from 'JAXRSUtils' class.
JAXRSUtils.getMatrixParams ( String path, boolean decode )This method is from 'JAXRSUtils' class.
JAXRSUtils.getMediaTypeQualityFactor ( String q )This method is from 'JAXRSUtils' class.
JAXRSUtils.getMediaTypes ( String[ ] values )This method is from 'JAXRSUtils' class.
JAXRSUtils.getPathSegments ( String thePath, boolean decode )This method is from 'JAXRSUtils' class.
JAXRSUtils.getPathSegments ( String thePath, boolean decode, boolean ignoreLastSlash )This method is from 'JAXRSUtils' class.
JAXRSUtils.getProduceTypes ( javax.ws.rs.Produces pm )This method is from 'JAXRSUtils' class.
JAXRSUtils.getProviderConsumeTypes ( javax.ws.rs.ext.MessageBodyReader provider )This method is from 'JAXRSUtils' class.
JAXRSUtils.getProviderProduceTypes ( javax.ws.rs.ext.MessageBodyWriter provider )This method is from 'JAXRSUtils' class.
JAXRSUtils.getStructuredParams ( String query, String sep, boolean decode, boolean decodePlus )This method is from 'JAXRSUtils' class.
JAXRSUtils.getStructuredParams ( javax.ws.rs.core.MultivaluedMap queries, String query, String sep, boolean decode, boolean decodePlus )This method is from 'JAXRSUtils' class.
JAXRSUtils.headMethodPossible ( String expectedMethod, String httpMethod )This method is from 'JAXRSUtils' class.
JAXRSUtils.injectParameters ( org.apache.cxf.jaxrs.model.OperationResourceInfo ori, Object requestObject, org.apache.cxf.message.Message message )This method is from 'JAXRSUtils' class.
JAXRSUtils.intersectMimeTypes ( String mimeTypesA, String mimeTypesB )This method is from 'JAXRSUtils' class.
JAXRSUtils.intersectMimeTypes ( java.util.List requiredMediaTypes, java.util.List userMediaTypes, boolean addRequiredParamsIfPossible )This method is from 'JAXRSUtils' class.
JAXRSUtils.intersectMimeTypes ( java.util.List mimeTypesA, javax.ws.rs.core.MediaType mimeTypeB )This method is from 'JAXRSUtils' class.
JAXRSUtils.matchConsumeTypes ( javax.ws.rs.core.MediaType requestContentType, org.apache.cxf.jaxrs.model.OperationResourceInfo ori )This method is from 'JAXRSUtils' class.
JAXRSUtils.matchMimeTypes ( javax.ws.rs.core.MediaType requestContentType, javax.ws.rs.core.MediaType acceptContentType, org.apache.cxf.jaxrs.model.OperationResourceInfo ori )This method is from 'JAXRSUtils' class.
JAXRSUtils.matchProduceTypes ( javax.ws.rs.core.MediaType acceptContentType, org.apache.cxf.jaxrs.model.OperationResourceInfo ori )This method is from 'JAXRSUtils' class.
JAXRSUtils.noResourceMethodForOptions ( javax.ws.rs.core.Response exResponse, String httpMethod )This method is from 'JAXRSUtils' class.
JAXRSUtils.parseMediaTypes ( String types )This method is from 'JAXRSUtils' class.
JAXRSUtils.processParameters ( org.apache.cxf.jaxrs.model.OperationResourceInfo ori, javax.ws.rs.core.MultivaluedMap values, org.apache.cxf.message.Message message )This method is from 'JAXRSUtils' class.
JAXRSUtils.propogateException ( org.apache.cxf.message.Message m )This method is from 'JAXRSUtils' class.
JAXRSUtils.removeMediaTypeParameter ( javax.ws.rs.core.MediaType mt, String paramName )This method is from 'JAXRSUtils' class.
JAXRSUtils.selectResourceClass ( java.util.List resources, String path, javax.ws.rs.core.MultivaluedMap values, org.apache.cxf.message.Message message )This method is from 'JAXRSUtils' class.
JAXRSUtils.sortMediaTypes ( String mediaTypes )This method is from 'JAXRSUtils' class.
JAXRSUtils.sortMediaTypes ( java.util.List types )This method is from 'JAXRSUtils' class.
[+] ParameterizedCollectionType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ParameterizedCollectionType.getActualTypeArguments ( )This method is from 'ParameterizedCollectionType' class.
ParameterizedCollectionType.getOwnerType ( )This method is from 'ParameterizedCollectionType' class.
ParameterizedCollectionType.getRawType ( )This method is from 'ParameterizedCollectionType' class.
ParameterizedCollectionType.ParameterizedCollectionType ( Class collectionMemberClass )This constructor is from 'ParameterizedCollectionType' class.
ParameterizedCollectionType.toString ( )This method is from 'ParameterizedCollectionType' class.
[+] ResourceUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (23)
ResourceUtils.createApplication ( javax.ws.rs.core.Application app, boolean ignoreAppPath )This method is from 'ResourceUtils' class.
ResourceUtils.createClassResourceInfo ( Class rClass, Class sClass, boolean root, boolean enableStatic )This method is from 'ResourceUtils' class.
ResourceUtils.createClassResourceInfo ( java.util.Map resources, org.apache.cxf.jaxrs.model.UserResource model, boolean isRoot, boolean enableStatic )This method is from 'ResourceUtils' class.
ResourceUtils.createConstructorArguments ( reflect.Constructor c, org.apache.cxf.message.Message m )This method is from 'ResourceUtils' class.
ResourceUtils.createJaxbContext ( java.util.Set classes, Class[ ] extraClass, java.util.Map contextProperties )This method is from 'ResourceUtils' class.
ResourceUtils.createServiceClassResourceInfo ( java.util.Map resources, org.apache.cxf.jaxrs.model.UserResource model, Class sClass, boolean isRoot, boolean enableStatic )This method is from 'ResourceUtils' class.
ResourceUtils.findPostConstructMethod ( Class c )This method is from 'ResourceUtils' class.
ResourceUtils.findPreDestroyMethod ( Class c )This method is from 'ResourceUtils' class.
ResourceUtils.findResourceConstructor ( Class resourceClass, boolean perRequest )This method is from 'ResourceUtils' class.
ResourceUtils.getActualJaxbType ( Class type, reflect.Method resourceMethod, boolean inbound )This method is from 'ResourceUtils' class.
ResourceUtils.getAllRequestResponseTypes ( java.util.List cris, boolean jaxbOnly )This method is from 'ResourceUtils' class.
ResourceUtils.getClasspathResourceStream ( String path, Class callingClass, org.apache.cxf.Bus bus )This method is from 'ResourceUtils' class.
ResourceUtils.getClasspathResourceURL ( String path, Class callingClass, org.apache.cxf.Bus bus )This method is from 'ResourceUtils' class.
ResourceUtils.getParameter ( int index, annotation.Annotation[ ] anns, Class type )This method is from 'ResourceUtils' class.
ResourceUtils.getParameters ( reflect.Method resourceMethod )This method is from 'ResourceUtils' class.
ResourceUtils.getResource ( String path, Class resourceClass, org.apache.cxf.Bus bus )This method is from 'ResourceUtils' class.
ResourceUtils.getResourcesFromElement ( org.w3c.dom.Element modelEl )This method is from 'ResourceUtils' class.
ResourceUtils.getResourceStream ( String loc, org.apache.cxf.Bus bus )This method is from 'ResourceUtils' class.
ResourceUtils.getResourceURL ( String loc, org.apache.cxf.Bus bus )This method is from 'ResourceUtils' class.
ResourceUtils.getUserResources ( java.io.InputStream is )This method is from 'ResourceUtils' class.
ResourceUtils.getUserResources ( String loc )This method is from 'ResourceUtils' class.
ResourceUtils.getUserResources ( String loc, org.apache.cxf.Bus bus )This method is from 'ResourceUtils' class.
ResourceUtils.isValidResourceClass ( Class c )This method is from 'ResourceUtils' class.
package org.apache.cxf.jaxrs.utils.multipart
[+] AttachmentUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
AttachmentUtils.getAttachments ( org.apache.cxf.jaxrs.ext.MessageContext mc )This method is from 'AttachmentUtils' class.
AttachmentUtils.getAttachments ( org.apache.cxf.jaxrs.ext.MessageContext mc, String attachmentDir, String attachmentThreshold, String attachmentMaxSize )This method is from 'AttachmentUtils' class.
AttachmentUtils.getAttachmentsMap ( org.apache.cxf.jaxrs.ext.MessageContext mc )This method is from 'AttachmentUtils' class.
AttachmentUtils.getChildAttachments ( org.apache.cxf.jaxrs.ext.MessageContext mc )This method is from 'AttachmentUtils' class.
AttachmentUtils.getChildAttachmentsMap ( org.apache.cxf.jaxrs.ext.MessageContext mc )This method is from 'AttachmentUtils' class.
AttachmentUtils.getMultipart ( Class c, org.apache.cxf.jaxrs.ext.multipart.Multipart id, javax.ws.rs.core.MediaType mt, java.util.List infos )This method is from 'AttachmentUtils' class.
AttachmentUtils.getMultipartBody ( org.apache.cxf.jaxrs.ext.MessageContext mc )This method is from 'AttachmentUtils' class.
AttachmentUtils.getMultipartBody ( org.apache.cxf.jaxrs.ext.MessageContext mc, String attachmentDir, String attachmentThreshold, String attachmentMaxSize )This method is from 'AttachmentUtils' class.
AttachmentUtils.populateFormMap ( org.apache.cxf.jaxrs.ext.MessageContext mc )This method is from 'AttachmentUtils' class.
AttachmentUtils.populateFormMap ( org.apache.cxf.jaxrs.ext.MessageContext mc, Class cls, boolean errorIfMissing )This method is from 'AttachmentUtils' class.
[+] MultipartReadException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
MultipartReadException.getExpectedContentId ( )This method is from 'MultipartReadException' class.
MultipartReadException.getExpectedContentType ( )This method is from 'MultipartReadException' class.
MultipartReadException.getMessage ( )This method is from 'MultipartReadException' class.
MultipartReadException.MultipartReadException ( String expectedContentId, String expectedContentType, String errorMessage )This constructor is from 'MultipartReadException' class.
package org.apache.cxf.jaxrs.utils.schemas
[+] SchemaHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SchemaHandler.createSchema ( java.util.List locations, org.apache.cxf.Bus bus )This method is from 'SchemaHandler' class.
SchemaHandler.getSchema ( )This method is from 'SchemaHandler' class.
SchemaHandler.SchemaHandler ( )This constructor is from 'SchemaHandler' class.
SchemaHandler.setBus ( org.apache.cxf.Bus b )This method is from 'SchemaHandler' class.
SchemaHandler.setSchemas ( java.util.List locations )This method is from 'SchemaHandler' class.
package org.apache.cxf.jaxws
[+] DispatchImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
DispatchImpl.getBinding ( )This method is from 'DispatchImpl' class.
DispatchImpl.getClient ( )This method is from 'DispatchImpl' class.
DispatchImpl.getEndpointReference ( )This method is from 'DispatchImpl' class.
DispatchImpl.getEndpointReference ( Class clazz )This method is from 'DispatchImpl' class.
DispatchImpl.getRequestContext ( )This method is from 'DispatchImpl' class.
DispatchImpl.getResponseContext ( )This method is from 'DispatchImpl' class.
DispatchImpl.invoke ( Object obj )This method is from 'DispatchImpl' class.
DispatchImpl.invoke ( Object obj, boolean isOneWay )This method is from 'DispatchImpl' class.
DispatchImpl.invokeAsync ( Object obj )This method is from 'DispatchImpl' class.
DispatchImpl.invokeAsync ( Object obj, javax.xml.ws.AsyncHandler asyncHandler )This method is from 'DispatchImpl' class.
DispatchImpl.invokeOneWay ( Object obj )This method is from 'DispatchImpl' class.
[+] EndpointImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (72)
EndpointImpl.checkProperties ( )This method is from 'EndpointImpl' class.
EndpointImpl.checkPublishable ( )This method is from 'EndpointImpl' class.
EndpointImpl.checkPublishPermission ( )This method is from 'EndpointImpl' class.
EndpointImpl.doPublish ( String addr )This method is from 'EndpointImpl' class.
EndpointImpl.EndpointImpl ( Object implementor )This constructor is from 'EndpointImpl' class.
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus bus, Object implementor )This constructor is from 'EndpointImpl' class.
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus b, Object i, String bindingUri )This constructor is from 'EndpointImpl' class.
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus b, Object i, String bindingUri, String wsdl )This constructor is from 'EndpointImpl' class.
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus b, Object i, String bindingUri, String wsdl, javax.xml.ws.WebServiceFeature[ ] f )This constructor is from 'EndpointImpl' class.
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus b, Object i, String bindingUri, javax.xml.ws.WebServiceFeature[ ] features )This constructor is from 'EndpointImpl' class.
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus b, Object implementor, JaxWsServerFactoryBean sf )This constructor is from 'EndpointImpl' class.
EndpointImpl.getAddress ( )This method is from 'EndpointImpl' class.
EndpointImpl.getBeanName ( )This method is from 'EndpointImpl' class.
EndpointImpl.getBinding ( )This method is from 'EndpointImpl' class.
EndpointImpl.getBindingConfig ( )This method is from 'EndpointImpl' class.
EndpointImpl.getBindingUri ( )This method is from 'EndpointImpl' class.
EndpointImpl.getBus ( )This method is from 'EndpointImpl' class.
EndpointImpl.getDataBinding ( )This method is from 'EndpointImpl' class.
EndpointImpl.getEndpointName ( )This method is from 'EndpointImpl' class.
EndpointImpl.getEndpointReference ( Class clazz, org.w3c.dom.Element[ ] referenceParameters )This method is from 'EndpointImpl' class.
EndpointImpl.getEndpointReference ( org.w3c.dom.Element[ ] referenceParameters )This method is from 'EndpointImpl' class.
EndpointImpl.getExecutor ( )This method is from 'EndpointImpl' class.
EndpointImpl.getFeatures ( )This method is from 'EndpointImpl' class.
EndpointImpl.getHandlers ( )This method is from 'EndpointImpl' class.
EndpointImpl.getImplementor ( )This method is from 'EndpointImpl' class.
EndpointImpl.getImplementorClass ( )This method is from 'EndpointImpl' class.
EndpointImpl.getInFaultInterceptors ( )This method is from 'EndpointImpl' class.
EndpointImpl.getInInterceptors ( )This method is from 'EndpointImpl' class.
EndpointImpl.getInvoker ( )This method is from 'EndpointImpl' class.
EndpointImpl.getMetadata ( )This method is from 'EndpointImpl' class.
EndpointImpl.getOutFaultInterceptors ( )This method is from 'EndpointImpl' class.
EndpointImpl.getOutInterceptors ( )This method is from 'EndpointImpl' class.
EndpointImpl.getProperties ( )This method is from 'EndpointImpl' class.
EndpointImpl.getPublishedEndpointUrl ( )This method is from 'EndpointImpl' class.
EndpointImpl.getSchemaLocations ( )This method is from 'EndpointImpl' class.
EndpointImpl.getServer ( )This method is from 'EndpointImpl' class.
EndpointImpl.getServer ( String addr )This method is from 'EndpointImpl' class.
EndpointImpl.getServerFactory ( )This method is from 'EndpointImpl' class.
EndpointImpl.getService ( )This method is from 'EndpointImpl' class.
EndpointImpl.getServiceFactory ( )This method is from 'EndpointImpl' class.
EndpointImpl.getServiceName ( )This method is from 'EndpointImpl' class.
EndpointImpl.getTransportId ( )This method is from 'EndpointImpl' class.
EndpointImpl.getWsdlLocation ( )This method is from 'EndpointImpl' class.
EndpointImpl.isPublished ( )This method is from 'EndpointImpl' class.
EndpointImpl.publish ( )This method is from 'EndpointImpl' class.
EndpointImpl.publish ( Object arg0 )This method is from 'EndpointImpl' class.
EndpointImpl.publish ( String addr )This method is from 'EndpointImpl' class.
EndpointImpl.setAddress ( String address )This method is from 'EndpointImpl' class.
EndpointImpl.setBindingConfig ( org.apache.cxf.binding.BindingConfiguration config )This method is from 'EndpointImpl' class.
EndpointImpl.setBindingUri ( String binding )This method is from 'EndpointImpl' class.
EndpointImpl.setBus ( org.apache.cxf.Bus b )This method is from 'EndpointImpl' class.
EndpointImpl.setDataBinding ( org.apache.cxf.databinding.DataBinding dataBinding )This method is from 'EndpointImpl' class.
EndpointImpl.setEndpointName ( javax.xml.namespace.QName endpointName )This method is from 'EndpointImpl' class.
EndpointImpl.setExecutor ( java.util.concurrent.Executor executor )This method is from 'EndpointImpl' class.
EndpointImpl.setFeatures ( java.util.List features )This method is from 'EndpointImpl' class.
EndpointImpl.setHandlers ( java.util.List h )This method is from 'EndpointImpl' class.
EndpointImpl.setImplementorClass ( Class implementorClass )This method is from 'EndpointImpl' class.
EndpointImpl.setInFaultInterceptors ( java.util.List interceptors )This method is from 'EndpointImpl' class.
EndpointImpl.setInInterceptors ( java.util.List interceptors )This method is from 'EndpointImpl' class.
EndpointImpl.setInvoker ( org.apache.cxf.service.invoker.Invoker invoker )This method is from 'EndpointImpl' class.
EndpointImpl.setMetadata ( java.util.List metadata )This method is from 'EndpointImpl' class.
EndpointImpl.setOutFaultInterceptors ( java.util.List interceptors )This method is from 'EndpointImpl' class.
EndpointImpl.setOutInterceptors ( java.util.List interceptors )This method is from 'EndpointImpl' class.
EndpointImpl.setProperties ( java.util.Map properties )This method is from 'EndpointImpl' class.
EndpointImpl.setPublishedEndpointUrl ( String publishedEndpointUrl )This method is from 'EndpointImpl' class.
EndpointImpl.setSchemaLocations ( java.util.List schemaLocations )This method is from 'EndpointImpl' class.
EndpointImpl.setServerFactory ( JaxWsServerFactoryBean bean )This method is from 'EndpointImpl' class.
EndpointImpl.setServiceFactory ( support.JaxWsServiceFactoryBean sf )This method is from 'EndpointImpl' class.
EndpointImpl.setServiceName ( javax.xml.namespace.QName serviceName )This method is from 'EndpointImpl' class.
EndpointImpl.setTransportId ( String transportId )This method is from 'EndpointImpl' class.
EndpointImpl.setWsdlLocation ( String wsdlLocation )This method is from 'EndpointImpl' class.
EndpointImpl.stop ( )This method is from 'EndpointImpl' class.
[+] EndpointReferenceBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
EndpointReferenceBuilder.EndpointReferenceBuilder ( support.JaxWsEndpointImpl e )This constructor is from 'EndpointReferenceBuilder' class.
EndpointReferenceBuilder.getEndpointReference ( )This method is from 'EndpointReferenceBuilder' class.
EndpointReferenceBuilder.getEndpointReference ( Class clazz )This method is from 'EndpointReferenceBuilder' class.
[+] EndpointUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
EndpointUtils.hasWebServiceAnnotation ( Class cls )This method is from 'EndpointUtils' class.
EndpointUtils.isValidImplementor ( Class implementorClass )This method is from 'EndpointUtils' class.
EndpointUtils.isValidImplementor ( Object implementor )This method is from 'EndpointUtils' class.
[+] JaxWsClientFactoryBean (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
JaxWsClientFactoryBean.createSoapBindingConfig ( )This method is from 'JaxWsClientFactoryBean' class.
JaxWsClientFactoryBean.JaxWsClientFactoryBean ( )This constructor is from 'JaxWsClientFactoryBean' class.
JaxWsClientFactoryBean.setBindingId ( String bind )This method is from 'JaxWsClientFactoryBean' class.
JaxWsClientFactoryBean.setServiceClass ( Class serviceClass )This method is from 'JaxWsClientFactoryBean' class.
[+] JaxWsClientProxy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
JaxWsClientProxy.close ( )This method is from 'JaxWsClientProxy' class.
JaxWsClientProxy.getBinding ( )This method is from 'JaxWsClientProxy' class.
JaxWsClientProxy.getEndpointReference ( )This method is from 'JaxWsClientProxy' class.
JaxWsClientProxy.getEndpointReference ( Class clazz )This method is from 'JaxWsClientProxy' class.
JaxWsClientProxy.getRequestContext ( )This method is from 'JaxWsClientProxy' class.
JaxWsClientProxy.getResponseContext ( )This method is from 'JaxWsClientProxy' class.
JaxWsClientProxy.invoke ( Object proxy, reflect.Method method, Object[ ] args )This method is from 'JaxWsClientProxy' class.
JaxWsClientProxy.JaxWsClientProxy ( org.apache.cxf.endpoint.Client c, javax.xml.ws.Binding b )This constructor is from 'JaxWsClientProxy' class.
[+] JaxWsConfigurationException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
JaxWsConfigurationException.JaxWsConfigurationException ( Throwable cause )This constructor is from 'JaxWsConfigurationException' class.
JaxWsConfigurationException.JaxWsConfigurationException ( org.apache.cxf.common.i18n.Message msg )This constructor is from 'JaxWsConfigurationException' class.
JaxWsConfigurationException.JaxWsConfigurationException ( org.apache.cxf.common.i18n.Message msg, Throwable t )This constructor is from 'JaxWsConfigurationException' class.
[+] JAXWSMethodDispatcher (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
JAXWSMethodDispatcher.bind ( org.apache.cxf.service.model.OperationInfo o, reflect.Method[ ] methods )This method is from 'JAXWSMethodDispatcher' class.
JAXWSMethodDispatcher.getBindingOperation ( reflect.Method method, org.apache.cxf.endpoint.Endpoint endpoint )This method is from 'JAXWSMethodDispatcher' class.
JAXWSMethodDispatcher.getImplementationMethod ( reflect.Method method )This method is from 'JAXWSMethodDispatcher' class.
JAXWSMethodDispatcher.JAXWSMethodDispatcher ( support.JaxWsImplementorInfo implInfo )This constructor is from 'JAXWSMethodDispatcher' class.
[+] JAXWSMethodInvoker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
JAXWSMethodInvoker.invoke ( org.apache.cxf.message.Exchange exchange, Object serviceObject, reflect.Method m, java.util.List params )This method is from 'JAXWSMethodInvoker' class.
JAXWSMethodInvoker.JAXWSMethodInvoker ( Object bean )This constructor is from 'JAXWSMethodInvoker' class.
JAXWSMethodInvoker.JAXWSMethodInvoker ( org.apache.cxf.service.invoker.Factory factory )This constructor is from 'JAXWSMethodInvoker' class.
[+] JAXWSProviderMethodDispatcher (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
JAXWSProviderMethodDispatcher.bind ( org.apache.cxf.service.model.OperationInfo o, reflect.Method[ ] methods )This method is from 'JAXWSProviderMethodDispatcher' class.
JAXWSProviderMethodDispatcher.getBindingOperation ( reflect.Method m, org.apache.cxf.endpoint.Endpoint endpoint )This method is from 'JAXWSProviderMethodDispatcher' class.
JAXWSProviderMethodDispatcher.getMethod ( org.apache.cxf.service.model.BindingOperationInfo op )This method is from 'JAXWSProviderMethodDispatcher' class.
JAXWSProviderMethodDispatcher.JAXWSProviderMethodDispatcher ( support.JaxWsImplementorInfo implInfo )This constructor is from 'JAXWSProviderMethodDispatcher' class.
[+] JaxWsProxyFactoryBean (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
JaxWsProxyFactoryBean.clientClientProxy ( org.apache.cxf.endpoint.Client c )This method is from 'JaxWsProxyFactoryBean' class.
JaxWsProxyFactoryBean.create ( )This method is from 'JaxWsProxyFactoryBean' class.
JaxWsProxyFactoryBean.getConfiguredName ( )This method is from 'JaxWsProxyFactoryBean' class.
JaxWsProxyFactoryBean.getHandlers ( )This method is from 'JaxWsProxyFactoryBean' class.
JaxWsProxyFactoryBean.getImplementingClasses ( )This method is from 'JaxWsProxyFactoryBean' class.
JaxWsProxyFactoryBean.isLoadHandlers ( )This method is from 'JaxWsProxyFactoryBean' class.
JaxWsProxyFactoryBean.JaxWsProxyFactoryBean ( )This constructor is from 'JaxWsProxyFactoryBean' class.
JaxWsProxyFactoryBean.JaxWsProxyFactoryBean ( org.apache.cxf.frontend.ClientFactoryBean fact )This constructor is from 'JaxWsProxyFactoryBean' class.
JaxWsProxyFactoryBean.setHandlers ( java.util.List h )This method is from 'JaxWsProxyFactoryBean' class.
JaxWsProxyFactoryBean.setLoadHandlers ( boolean b )This method is from 'JaxWsProxyFactoryBean' class.
[+] JaxwsServiceBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JaxwsServiceBuilder.getOutputFile ( )This method is from 'JaxwsServiceBuilder' class.
JaxwsServiceBuilder.JaxwsServiceBuilder ( )This constructor is from 'JaxwsServiceBuilder' class.
[+] ServiceImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (26)
ServiceImpl.addPort ( javax.xml.namespace.QName portName, String bindingId, String address )This method is from 'ServiceImpl' class.
ServiceImpl.createDispatch ( javax.xml.namespace.QName portName, Class type, javax.xml.bind.JAXBContext context, javax.xml.ws.Service.Mode mode, javax.xml.ws.WebServiceFeature[ ] features )This method is from 'ServiceImpl' class.
ServiceImpl.createDispatch ( javax.xml.namespace.QName portName, Class type, javax.xml.ws.Service.Mode mode )This method is from 'ServiceImpl' class.
ServiceImpl.createDispatch ( javax.xml.namespace.QName portName, Class type, javax.xml.ws.Service.Mode mode, javax.xml.ws.WebServiceFeature[ ] features )This method is from 'ServiceImpl' class.
ServiceImpl.createDispatch ( javax.xml.namespace.QName portName, javax.xml.bind.JAXBContext context, javax.xml.ws.Service.Mode mode )This method is from 'ServiceImpl' class.
ServiceImpl.createDispatch ( javax.xml.namespace.QName portName, javax.xml.bind.JAXBContext context, javax.xml.ws.Service.Mode mode, javax.xml.ws.WebServiceFeature[ ] features )This method is from 'ServiceImpl' class.
ServiceImpl.createDispatch ( javax.xml.ws.EndpointReference endpointReference, Class type, javax.xml.ws.Service.Mode mode, javax.xml.ws.WebServiceFeature[ ] features )This method is from 'ServiceImpl' class.
ServiceImpl.createDispatch ( javax.xml.ws.EndpointReference endpointReference, javax.xml.bind.JAXBContext context, javax.xml.ws.Service.Mode mode, javax.xml.ws.WebServiceFeature[ ] features )This method is from 'ServiceImpl' class.
ServiceImpl.createPort ( javax.xml.namespace.QName portName, org.apache.cxf.ws.addressing.EndpointReferenceType epr, Class serviceEndpointInterface )This method is from 'ServiceImpl' class.
ServiceImpl.createPort ( javax.xml.namespace.QName portName, org.apache.cxf.ws.addressing.EndpointReferenceType epr, Class serviceEndpointInterface, javax.xml.ws.WebServiceFeature[ ] features )This method is from 'ServiceImpl' class.
ServiceImpl.getBus ( )This method is from 'ServiceImpl' class.
ServiceImpl.getExecutor ( )This method is from 'ServiceImpl' class.
ServiceImpl.getHandlerResolver ( )This method is from 'ServiceImpl' class.
ServiceImpl.getPort ( Class serviceEndpointInterface )This method is from 'ServiceImpl' class.
ServiceImpl.getPort ( Class serviceEndpointInterface, javax.xml.ws.WebServiceFeature[ ] features )This method is from 'ServiceImpl' class.
ServiceImpl.getPort ( javax.xml.namespace.QName portName, Class serviceEndpointInterface )This method is from 'ServiceImpl' class.
ServiceImpl.getPort ( javax.xml.namespace.QName portName, Class serviceEndpointInterface, javax.xml.ws.WebServiceFeature[ ] features )This method is from 'ServiceImpl' class.
ServiceImpl.getPort ( javax.xml.ws.EndpointReference endpointReference, Class serviceEndpointInterface, javax.xml.ws.WebServiceFeature[ ] features )This method is from 'ServiceImpl' class.
ServiceImpl.getPort ( org.apache.cxf.ws.addressing.EndpointReferenceType endpointReference, Class type )This method is from 'ServiceImpl' class.
ServiceImpl.getPort ( org.apache.cxf.ws.addressing.EndpointReferenceType endpointReference, Class type, javax.xml.ws.WebServiceFeature[ ] features )This method is from 'ServiceImpl' class.
ServiceImpl.getPorts ( )This method is from 'ServiceImpl' class.
ServiceImpl.getServiceName ( )This method is from 'ServiceImpl' class.
ServiceImpl.getWSDLDocumentLocation ( )This method is from 'ServiceImpl' class.
ServiceImpl.ServiceImpl ( org.apache.cxf.Bus b, java.net.URL url, javax.xml.namespace.QName name, Class cls, javax.xml.ws.WebServiceFeature[ ] f )This constructor is from 'ServiceImpl' class.
ServiceImpl.setExecutor ( java.util.concurrent.Executor e )This method is from 'ServiceImpl' class.
ServiceImpl.setHandlerResolver ( javax.xml.ws.handler.HandlerResolver hr )This method is from 'ServiceImpl' class.
[+] WrapperClassGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
WrapperClassGenerator.generate ( )This method is from 'WrapperClassGenerator' class.
WrapperClassGenerator.WrapperClassGenerator ( support.JaxWsServiceFactoryBean fact, org.apache.cxf.service.model.InterfaceInfo inf, boolean q )This constructor is from 'WrapperClassGenerator' class.
package org.apache.cxf.jaxws.binding
[+] AbstractBindingImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AbstractBindingImpl.AbstractBindingImpl ( org.apache.cxf.jaxws.support.JaxWsEndpointImpl imp )This constructor is from 'AbstractBindingImpl' abstract class.
AbstractBindingImpl.getBindingID ( )This abstract method is from 'AbstractBindingImpl' abstract class.
AbstractBindingImpl.getHandlerChain ( )This method is from 'AbstractBindingImpl' abstract class.
AbstractBindingImpl.setHandlerChain ( java.util.List hc )This method is from 'AbstractBindingImpl' abstract class.
[+] DefaultBindingImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
DefaultBindingImpl.DefaultBindingImpl ( org.apache.cxf.jaxws.support.JaxWsEndpointImpl endpoint )This constructor is from 'DefaultBindingImpl' class.
DefaultBindingImpl.getBindingID ( )This method is from 'DefaultBindingImpl' class.
package org.apache.cxf.jaxws.binding.http
[+] HTTPBindingImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
HTTPBindingImpl.getBindingID ( )This method is from 'HTTPBindingImpl' class.
HTTPBindingImpl.HTTPBindingImpl ( org.apache.cxf.service.model.BindingInfo sb, org.apache.cxf.jaxws.support.JaxWsEndpointImpl ep )This constructor is from 'HTTPBindingImpl' class.
HTTPBindingImpl.setHandlerChain ( java.util.List hc )This method is from 'HTTPBindingImpl' class.
package org.apache.cxf.jaxws.binding.soap
[+] JaxWsSoapBindingConfiguration (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
JaxWsSoapBindingConfiguration.getStyle ( )This method is from 'JaxWsSoapBindingConfiguration' class.
JaxWsSoapBindingConfiguration.getStyle ( org.apache.cxf.service.model.OperationInfo op )This method is from 'JaxWsSoapBindingConfiguration' class.
JaxWsSoapBindingConfiguration.getUse ( )This method is from 'JaxWsSoapBindingConfiguration' class.
JaxWsSoapBindingConfiguration.JaxWsSoapBindingConfiguration ( org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean sifb )This constructor is from 'JaxWsSoapBindingConfiguration' class.
JaxWsSoapBindingConfiguration.setJaxWsServiceFactoryBean ( org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean b )This method is from 'JaxWsSoapBindingConfiguration' class.
[+] SOAPBindingImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
SOAPBindingImpl.getBindingID ( )This method is from 'SOAPBindingImpl' class.
SOAPBindingImpl.getMessageFactory ( )This method is from 'SOAPBindingImpl' class.
SOAPBindingImpl.getRoles ( )This method is from 'SOAPBindingImpl' class.
SOAPBindingImpl.getSOAPFactory ( )This method is from 'SOAPBindingImpl' class.
SOAPBindingImpl.isMTOMEnabled ( )This method is from 'SOAPBindingImpl' class.
SOAPBindingImpl.isSoapBinding ( String bindingID )This method is from 'SOAPBindingImpl' class.
SOAPBindingImpl.setMTOMEnabled ( boolean flag )This method is from 'SOAPBindingImpl' class.
SOAPBindingImpl.setRoles ( java.util.Set set )This method is from 'SOAPBindingImpl' class.
SOAPBindingImpl.SOAPBindingImpl ( org.apache.cxf.service.model.BindingInfo sb, org.apache.cxf.jaxws.support.JaxWsEndpointImpl endpoint )This constructor is from 'SOAPBindingImpl' class.
package org.apache.cxf.jaxws.blueprint
[+] JAXWSBPNamespaceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
JAXWSBPNamespaceHandler.decorate ( org.w3c.dom.Node node, org.osgi.service.blueprint.reflect.ComponentMetadata component, org.apache.aries.blueprint.ParserContext context )This method is from 'JAXWSBPNamespaceHandler' class.
JAXWSBPNamespaceHandler.getBlueprintContainer ( )This method is from 'JAXWSBPNamespaceHandler' class.
JAXWSBPNamespaceHandler.getManagedClasses ( )This method is from 'JAXWSBPNamespaceHandler' class.
JAXWSBPNamespaceHandler.getSchemaLocation ( String namespace )This method is from 'JAXWSBPNamespaceHandler' class.
JAXWSBPNamespaceHandler.JAXWSBPNamespaceHandler ( )This constructor is from 'JAXWSBPNamespaceHandler' class.
JAXWSBPNamespaceHandler.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context )This method is from 'JAXWSBPNamespaceHandler' class.
JAXWSBPNamespaceHandler.setBlueprintContainer ( org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer )This method is from 'JAXWSBPNamespaceHandler' class.
package org.apache.cxf.jaxws.context
[+] WebServiceContextImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
WebServiceContextImpl.clear ( )This method is from 'WebServiceContextImpl' class.
WebServiceContextImpl.getEndpointReference ( Class clazz, org.w3c.dom.Element[ ] referenceParameters )This method is from 'WebServiceContextImpl' class.
WebServiceContextImpl.getEndpointReference ( org.w3c.dom.Element[ ] referenceParameters )This method is from 'WebServiceContextImpl' class.
WebServiceContextImpl.getMessageContext ( )This method is from 'WebServiceContextImpl' class.
WebServiceContextImpl.getUserPrincipal ( )This method is from 'WebServiceContextImpl' class.
WebServiceContextImpl.isUserInRole ( String role )This method is from 'WebServiceContextImpl' class.
WebServiceContextImpl.setMessageContext ( javax.xml.ws.handler.MessageContext ctx )This method is from 'WebServiceContextImpl' class.
WebServiceContextImpl.WebServiceContextImpl ( )This constructor is from 'WebServiceContextImpl' class.
WebServiceContextImpl.WebServiceContextImpl ( javax.xml.ws.handler.MessageContext c )This constructor is from 'WebServiceContextImpl' class.
[+] WebServiceContextResourceResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
WebServiceContextResourceResolver.getAsStream ( String string )This method is from 'WebServiceContextResourceResolver' class.
WebServiceContextResourceResolver.resolve ( String string, Class clz )This method is from 'WebServiceContextResourceResolver' class.
WebServiceContextResourceResolver.setBus ( org.apache.cxf.Bus b )This method is from 'WebServiceContextResourceResolver' class.
WebServiceContextResourceResolver.WebServiceContextResourceResolver ( )This constructor is from 'WebServiceContextResourceResolver' class.
WebServiceContextResourceResolver.WebServiceContextResourceResolver ( org.apache.cxf.Bus b )This constructor is from 'WebServiceContextResourceResolver' class.
package org.apache.cxf.jaxws.endpoint.dynamic
[+] JaxWsDynamicClientFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
JaxWsDynamicClientFactory.allowWrapperOps ( )This method is from 'JaxWsDynamicClientFactory' class.
JaxWsDynamicClientFactory.getEndpointImplFactory ( )This method is from 'JaxWsDynamicClientFactory' class.
JaxWsDynamicClientFactory.JaxWsDynamicClientFactory ( org.apache.cxf.Bus bus )This constructor is from 'JaxWsDynamicClientFactory' class.
JaxWsDynamicClientFactory.newInstance ( )This method is from 'JaxWsDynamicClientFactory' class.
JaxWsDynamicClientFactory.newInstance ( org.apache.cxf.Bus b )This method is from 'JaxWsDynamicClientFactory' class.
package org.apache.cxf.jaxws.handler
[+] AbstractJAXWSHandlerInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
AbstractJAXWSHandlerInterceptor.AbstractJAXWSHandlerInterceptor ( javax.xml.ws.Binding b, String phase )This constructor is from 'AbstractJAXWSHandlerInterceptor' abstract class.
AbstractJAXWSHandlerInterceptor.getBinding ( )This method is from 'AbstractJAXWSHandlerInterceptor' abstract class.
AbstractJAXWSHandlerInterceptor.getInvoker ( org.apache.cxf.message.Message message )This method is from 'AbstractJAXWSHandlerInterceptor' abstract class.
AbstractJAXWSHandlerInterceptor.getOpQName ( org.apache.cxf.message.Exchange ex, Object data )This method is from 'AbstractJAXWSHandlerInterceptor' abstract class.
AbstractJAXWSHandlerInterceptor.isMEPComlete ( org.apache.cxf.message.Message message )This method is from 'AbstractJAXWSHandlerInterceptor' abstract class.
AbstractJAXWSHandlerInterceptor.isOutbound ( org.apache.cxf.message.Message message )This method is from 'AbstractJAXWSHandlerInterceptor' abstract class.
AbstractJAXWSHandlerInterceptor.onCompletion ( org.apache.cxf.message.Message message )This method is from 'AbstractJAXWSHandlerInterceptor' abstract class.
AbstractJAXWSHandlerInterceptor.setupBindingOperationInfo ( org.apache.cxf.message.Exchange exch, Object data )This method is from 'AbstractJAXWSHandlerInterceptor' abstract class.
[+] AbstractProtocolHandlerInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AbstractProtocolHandlerInterceptor.AbstractProtocolHandlerInterceptor ( javax.xml.ws.Binding binding )This constructor is from 'AbstractProtocolHandlerInterceptor' abstract class.
AbstractProtocolHandlerInterceptor.AbstractProtocolHandlerInterceptor ( javax.xml.ws.Binding binding, String phase )This constructor is from 'AbstractProtocolHandlerInterceptor' abstract class.
AbstractProtocolHandlerInterceptor.createProtocolMessageContext ( org.apache.cxf.message.Message message )This method is from 'AbstractProtocolHandlerInterceptor' abstract class.
AbstractProtocolHandlerInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'AbstractProtocolHandlerInterceptor' abstract class.
[+] AnnotationHandlerChainBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
AnnotationHandlerChainBuilder.AnnotationHandlerChainBuilder ( )This constructor is from 'AnnotationHandlerChainBuilder' class.
AnnotationHandlerChainBuilder.AnnotationHandlerChainBuilder ( org.apache.cxf.Bus bus )This constructor is from 'AnnotationHandlerChainBuilder' class.
AnnotationHandlerChainBuilder.buildHandlerChainFromClass ( Class clz, java.util.List existingHandlers, javax.xml.namespace.QName portQName, javax.xml.namespace.QName serviceQName, String bindingID )This method is from 'AnnotationHandlerChainBuilder' class.
AnnotationHandlerChainBuilder.buildHandlerChainFromClass ( Class clz, javax.xml.namespace.QName portQName, javax.xml.namespace.QName serviceQName, String bindingID )This method is from 'AnnotationHandlerChainBuilder' class.
AnnotationHandlerChainBuilder.resolveHandlerChainAnnotationFile ( Class clazz, String name )This method is from 'AnnotationHandlerChainBuilder' class.
[+] HandlerChainBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
HandlerChainBuilder.buildHandlerChain ( org.apache.cxf.jaxws.javaee.PortComponentHandlerType ht, ClassLoader classLoader )This method is from 'HandlerChainBuilder' class.
HandlerChainBuilder.buildHandlerChainFromConfiguration ( java.util.List hc )This method is from 'HandlerChainBuilder' class.
HandlerChainBuilder.buildHandlerChainFromConfiguration ( org.apache.cxf.jaxws.javaee.PortComponentHandlerType hc )This method is from 'HandlerChainBuilder' class.
HandlerChainBuilder.getHandlerClassLoader ( )This method is from 'HandlerChainBuilder' class.
HandlerChainBuilder.HandlerChainBuilder ( )This constructor is from 'HandlerChainBuilder' class.
HandlerChainBuilder.HandlerChainBuilder ( org.apache.cxf.Bus aBus )This constructor is from 'HandlerChainBuilder' class.
HandlerChainBuilder.isHandlerInitEnabled ( )This method is from 'HandlerChainBuilder' class.
HandlerChainBuilder.resolveHandlerChainFile ( Class clz, String filename )This method is from 'HandlerChainBuilder' class.
HandlerChainBuilder.setHandlerInitEnabled ( boolean b )This method is from 'HandlerChainBuilder' class.
HandlerChainBuilder.sortHandlers ( java.util.List handlers )This method is from 'HandlerChainBuilder' class.
[+] HandlerChainInvoker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (27)
HandlerChainInvoker.adoptLogicalHandlers ( HandlerChainInvoker invoker )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.faultRaised ( )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.getFault ( )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.getLogicalHandlers ( )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.getLogicalMessageContext ( )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.getProtocolHandlers ( )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.getProtocolMessageContext ( )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.HandlerChainInvoker ( java.util.List hc )This constructor is from 'HandlerChainInvoker' class.
HandlerChainInvoker.HandlerChainInvoker ( java.util.List hc, boolean isOutbound )This constructor is from 'HandlerChainInvoker' class.
HandlerChainInvoker.invokeLogicalHandlers ( boolean requestor, javax.xml.ws.handler.LogicalMessageContext context )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.invokeLogicalHandlersHandleFault ( boolean requestor, javax.xml.ws.handler.LogicalMessageContext context )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.invokeProtocolHandlers ( boolean requestor, javax.xml.ws.handler.MessageContext context )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.invokeProtocolHandlersHandleFault ( boolean requestor, javax.xml.ws.handler.MessageContext context )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.isClosed ( )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.isInbound ( )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.isOutbound ( )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.isRequestor ( )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.isResponseExpected ( )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.mepComplete ( org.apache.cxf.message.Message message )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.setFault ( boolean fe )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.setFault ( Exception ex )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.setInbound ( )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.setLogicalMessageContext ( javax.xml.ws.handler.LogicalMessageContext mc )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.setOutbound ( )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.setProtocolMessageContext ( javax.xml.ws.handler.MessageContext mc )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.setRequestor ( boolean requestor )This method is from 'HandlerChainInvoker' class.
HandlerChainInvoker.setResponseExpected ( boolean expected )This method is from 'HandlerChainInvoker' class.
[+] HandlerResolverImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
HandlerResolverImpl.getHandlerChain ( javax.xml.ws.handler.PortInfo portInfo )This method is from 'HandlerResolverImpl' class.
HandlerResolverImpl.HandlerResolverImpl ( )This constructor is from 'HandlerResolverImpl' class.
HandlerResolverImpl.HandlerResolverImpl ( org.apache.cxf.Bus bus, javax.xml.namespace.QName serviceName, Class clazz )This constructor is from 'HandlerResolverImpl' class.
[+] InitParamResourceResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
InitParamResourceResolver.getAsStream ( String name )This method is from 'InitParamResourceResolver' class.
InitParamResourceResolver.InitParamResourceResolver ( java.util.Map map )This constructor is from 'InitParamResourceResolver' class.
InitParamResourceResolver.resolve ( String resourceName, Class resourceType )This method is from 'InitParamResourceResolver' class.
[+] PortInfoImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
PortInfoImpl.getAddress ( )This method is from 'PortInfoImpl' class.
PortInfoImpl.getBindingID ( )This method is from 'PortInfoImpl' class.
PortInfoImpl.getPortName ( )This method is from 'PortInfoImpl' class.
PortInfoImpl.getServiceName ( )This method is from 'PortInfoImpl' class.
PortInfoImpl.PortInfoImpl ( String bindingID, javax.xml.namespace.QName portName, javax.xml.namespace.QName serviceName )This constructor is from 'PortInfoImpl' class.
PortInfoImpl.setAddress ( String address )This method is from 'PortInfoImpl' class.
package org.apache.cxf.jaxws.handler.logical
[+] LogicalHandlerFaultInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
LogicalHandlerFaultInInterceptor.handleFault ( org.apache.cxf.message.Message message )This method is from 'LogicalHandlerFaultInInterceptor' class.
LogicalHandlerFaultInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'LogicalHandlerFaultInInterceptor' class.
LogicalHandlerFaultInInterceptor.LogicalHandlerFaultInInterceptor ( javax.xml.ws.Binding binding )This constructor is from 'LogicalHandlerFaultInInterceptor' class.
[+] LogicalHandlerFaultOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
LogicalHandlerFaultOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'LogicalHandlerFaultOutInterceptor' class.
LogicalHandlerFaultOutInterceptor.LogicalHandlerFaultOutInterceptor ( javax.xml.ws.Binding binding )This constructor is from 'LogicalHandlerFaultOutInterceptor' class.
[+] LogicalHandlerInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
LogicalHandlerInInterceptor.getOpQName ( org.apache.cxf.message.Exchange ex, Object data )This method is from 'LogicalHandlerInInterceptor' class.
LogicalHandlerInInterceptor.handleFault ( org.apache.cxf.message.Message message )This method is from 'LogicalHandlerInInterceptor' class.
LogicalHandlerInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'LogicalHandlerInInterceptor' class.
LogicalHandlerInInterceptor.LogicalHandlerInInterceptor ( javax.xml.ws.Binding binding )This constructor is from 'LogicalHandlerInInterceptor' class.
[+] LogicalHandlerOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
LogicalHandlerOutInterceptor.handleFault ( org.apache.cxf.message.Message message )This method is from 'LogicalHandlerOutInterceptor' class.
LogicalHandlerOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'LogicalHandlerOutInterceptor' class.
LogicalHandlerOutInterceptor.LogicalHandlerOutInterceptor ( javax.xml.ws.Binding binding )This constructor is from 'LogicalHandlerOutInterceptor' class.
[+] LogicalMessageContextImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
LogicalMessageContextImpl.get ( Object key )This method is from 'LogicalMessageContextImpl' class.
LogicalMessageContextImpl.getMessage ( )This method is from 'LogicalMessageContextImpl' class.
LogicalMessageContextImpl.LogicalMessageContextImpl ( org.apache.cxf.message.Message wrapped )This constructor is from 'LogicalMessageContextImpl' class.
[+] LogicalMessageImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
LogicalMessageImpl.getPayload ( )This method is from 'LogicalMessageImpl' class.
LogicalMessageImpl.getPayload ( javax.xml.bind.JAXBContext arg0 )This method is from 'LogicalMessageImpl' class.
LogicalMessageImpl.LogicalMessageImpl ( LogicalMessageContextImpl lmctx )This constructor is from 'LogicalMessageImpl' class.
LogicalMessageImpl.setPayload ( Object arg0, javax.xml.bind.JAXBContext arg1 )This method is from 'LogicalMessageImpl' class.
LogicalMessageImpl.setPayload ( javax.xml.transform.Source s )This method is from 'LogicalMessageImpl' class.
package org.apache.cxf.jaxws.handler.soap
[+] SOAPHandlerFaultInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
SOAPHandlerFaultInInterceptor.createProtocolMessageContext ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SOAPHandlerFaultInInterceptor' class.
SOAPHandlerFaultInInterceptor.createProtocolMessageContext ( org.apache.cxf.message.Message x0 )This method is from 'SOAPHandlerFaultInInterceptor' class.
SOAPHandlerFaultInInterceptor.getRoles ( )This method is from 'SOAPHandlerFaultInInterceptor' class.
SOAPHandlerFaultInInterceptor.getUnderstoodHeaders ( )This method is from 'SOAPHandlerFaultInInterceptor' class.
SOAPHandlerFaultInInterceptor.handleFault ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SOAPHandlerFaultInInterceptor' class.
SOAPHandlerFaultInInterceptor.handleFault ( org.apache.cxf.message.Message x0 )This method is from 'SOAPHandlerFaultInInterceptor' class.
SOAPHandlerFaultInInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SOAPHandlerFaultInInterceptor' class.
SOAPHandlerFaultInInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'SOAPHandlerFaultInInterceptor' class.
SOAPHandlerFaultInInterceptor.SOAPHandlerFaultInInterceptor ( javax.xml.ws.Binding binding )This constructor is from 'SOAPHandlerFaultInInterceptor' class.
[+] SOAPHandlerFaultOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
SOAPHandlerFaultOutInterceptor.createProtocolMessageContext ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SOAPHandlerFaultOutInterceptor' class.
SOAPHandlerFaultOutInterceptor.createProtocolMessageContext ( org.apache.cxf.message.Message x0 )This method is from 'SOAPHandlerFaultOutInterceptor' class.
SOAPHandlerFaultOutInterceptor.getRoles ( )This method is from 'SOAPHandlerFaultOutInterceptor' class.
SOAPHandlerFaultOutInterceptor.getUnderstoodHeaders ( )This method is from 'SOAPHandlerFaultOutInterceptor' class.
SOAPHandlerFaultOutInterceptor.handleFault ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SOAPHandlerFaultOutInterceptor' class.
SOAPHandlerFaultOutInterceptor.handleFault ( org.apache.cxf.message.Message x0 )This method is from 'SOAPHandlerFaultOutInterceptor' class.
SOAPHandlerFaultOutInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SOAPHandlerFaultOutInterceptor' class.
SOAPHandlerFaultOutInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'SOAPHandlerFaultOutInterceptor' class.
SOAPHandlerFaultOutInterceptor.SOAPHandlerFaultOutInterceptor ( javax.xml.ws.Binding binding )This constructor is from 'SOAPHandlerFaultOutInterceptor' class.
[+] SOAPHandlerInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
SOAPHandlerInterceptor.createProtocolMessageContext ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SOAPHandlerInterceptor' class.
SOAPHandlerInterceptor.createProtocolMessageContext ( org.apache.cxf.message.Message x0 )This method is from 'SOAPHandlerInterceptor' class.
SOAPHandlerInterceptor.getOpQName ( org.apache.cxf.message.Exchange ex, Object data )This method is from 'SOAPHandlerInterceptor' class.
SOAPHandlerInterceptor.getRoles ( )This method is from 'SOAPHandlerInterceptor' class.
SOAPHandlerInterceptor.getUnderstoodHeaders ( )This method is from 'SOAPHandlerInterceptor' class.
SOAPHandlerInterceptor.handleFault ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SOAPHandlerInterceptor' class.
SOAPHandlerInterceptor.handleFault ( org.apache.cxf.message.Message x0 )This method is from 'SOAPHandlerInterceptor' class.
SOAPHandlerInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SOAPHandlerInterceptor' class.
SOAPHandlerInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'SOAPHandlerInterceptor' class.
SOAPHandlerInterceptor.SOAPHandlerInterceptor ( javax.xml.ws.Binding binding )This constructor is from 'SOAPHandlerInterceptor' class.
[+] SOAPMessageContextImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
SOAPMessageContextImpl.get ( Object key )This method is from 'SOAPMessageContextImpl' class.
SOAPMessageContextImpl.getHeaders ( javax.xml.namespace.QName name, javax.xml.bind.JAXBContext context, boolean allRoles )This method is from 'SOAPMessageContextImpl' class.
SOAPMessageContextImpl.getMessage ( )This method is from 'SOAPMessageContextImpl' class.
SOAPMessageContextImpl.getRoles ( )This method is from 'SOAPMessageContextImpl' class.
SOAPMessageContextImpl.setMessage ( javax.xml.soap.SOAPMessage message )This method is from 'SOAPMessageContextImpl' class.
SOAPMessageContextImpl.SOAPMessageContextImpl ( org.apache.cxf.message.Message m )This constructor is from 'SOAPMessageContextImpl' class.
package org.apache.cxf.jaxws.interceptors
[+] HolderInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
HolderInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'HolderInInterceptor' class.
HolderInInterceptor.HolderInInterceptor ( )This constructor is from 'HolderInInterceptor' class.
[+] HolderOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
HolderOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'HolderOutInterceptor' class.
HolderOutInterceptor.HolderOutInterceptor ( )This constructor is from 'HolderOutInterceptor' class.
[+] MessageModeInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
MessageModeInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'MessageModeInInterceptor' class.
MessageModeInInterceptor.MessageModeInInterceptor ( Class c, javax.xml.namespace.QName bName )This constructor is from 'MessageModeInInterceptor' class.
[+] MessageModeOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
MessageModeOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'MessageModeOutInterceptor' class.
MessageModeOutInterceptor.MessageModeOutInterceptor ( Class t, javax.xml.namespace.QName bname )This constructor is from 'MessageModeOutInterceptor' class.
MessageModeOutInterceptor.MessageModeOutInterceptor ( org.apache.cxf.binding.soap.saaj.SAAJOutInterceptor saajOut, javax.xml.namespace.QName bname )This constructor is from 'MessageModeOutInterceptor' class.
[+] SwAInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SwAInInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SwAInInterceptor' class.
SwAInInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'SwAInInterceptor' class.
SwAInInterceptor.SwAInInterceptor ( )This constructor is from 'SwAInInterceptor' class.
[+] SwAOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SwAOutInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SwAOutInterceptor' class.
SwAOutInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'SwAOutInterceptor' class.
SwAOutInterceptor.processAttachments ( org.apache.cxf.binding.soap.SoapMessage message, org.apache.cxf.binding.soap.model.SoapBodyInfo sbi )This method is from 'SwAOutInterceptor' class.
SwAOutInterceptor.SwAOutInterceptor ( )This constructor is from 'SwAOutInterceptor' class.
[+] WebFaultOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
WebFaultOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'WebFaultOutInterceptor' class.
WebFaultOutInterceptor.WebFaultOutInterceptor ( )This constructor is from 'WebFaultOutInterceptor' class.
[+] WrapperClassInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
WrapperClassInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'WrapperClassInInterceptor' class.
WrapperClassInInterceptor.WrapperClassInInterceptor ( )This constructor is from 'WrapperClassInInterceptor' class.
[+] WrapperClassOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
WrapperClassOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'WrapperClassOutInterceptor' class.
WrapperClassOutInterceptor.WrapperClassOutInterceptor ( )This constructor is from 'WrapperClassOutInterceptor' class.
package org.apache.cxf.jaxws.javaee
[+] CString (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
CString.CString ( )This constructor is from 'CString' class.
CString.getId ( )This method is from 'CString' class.
CString.getValue ( )This method is from 'CString' class.
CString.setId ( String value )This method is from 'CString' class.
CString.setValue ( String value )This method is from 'CString' class.
[+] DescriptionType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
DescriptionType.DescriptionType ( )This constructor is from 'DescriptionType' class.
DescriptionType.getLang ( )This method is from 'DescriptionType' class.
DescriptionType.setLang ( String value )This method is from 'DescriptionType' class.
[+] DisplayNameType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
DisplayNameType.DisplayNameType ( )This constructor is from 'DisplayNameType' class.
DisplayNameType.getLang ( )This method is from 'DisplayNameType' class.
DisplayNameType.setLang ( String value )This method is from 'DisplayNameType' class.
[+] EjbLinkType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
EjbLinkType.EjbLinkType ( )This constructor is from 'EjbLinkType' class.
[+] EjbLocalRefType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
EjbLocalRefType.EjbLocalRefType ( )This constructor is from 'EjbLocalRefType' class.
EjbLocalRefType.getDescription ( )This method is from 'EjbLocalRefType' class.
EjbLocalRefType.getEjbLink ( )This method is from 'EjbLocalRefType' class.
EjbLocalRefType.getEjbRefName ( )This method is from 'EjbLocalRefType' class.
EjbLocalRefType.getEjbRefType ( )This method is from 'EjbLocalRefType' class.
EjbLocalRefType.getId ( )This method is from 'EjbLocalRefType' class.
EjbLocalRefType.getInjectionTarget ( )This method is from 'EjbLocalRefType' class.
EjbLocalRefType.getLocal ( )This method is from 'EjbLocalRefType' class.
EjbLocalRefType.getLocalHome ( )This method is from 'EjbLocalRefType' class.
EjbLocalRefType.getMappedName ( )This method is from 'EjbLocalRefType' class.
EjbLocalRefType.setEjbLink ( EjbLinkType value )This method is from 'EjbLocalRefType' class.
EjbLocalRefType.setEjbRefName ( EjbRefNameType value )This method is from 'EjbLocalRefType' class.
EjbLocalRefType.setEjbRefType ( EjbRefTypeType value )This method is from 'EjbLocalRefType' class.
EjbLocalRefType.setId ( String value )This method is from 'EjbLocalRefType' class.
EjbLocalRefType.setLocal ( LocalType value )This method is from 'EjbLocalRefType' class.
EjbLocalRefType.setLocalHome ( LocalHomeType value )This method is from 'EjbLocalRefType' class.
EjbLocalRefType.setMappedName ( XsdStringType value )This method is from 'EjbLocalRefType' class.
[+] EjbRefNameType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
EjbRefNameType.EjbRefNameType ( )This constructor is from 'EjbRefNameType' class.
[+] EjbRefType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
EjbRefType.EjbRefType ( )This constructor is from 'EjbRefType' class.
EjbRefType.getDescription ( )This method is from 'EjbRefType' class.
EjbRefType.getEjbLink ( )This method is from 'EjbRefType' class.
EjbRefType.getEjbRefName ( )This method is from 'EjbRefType' class.
EjbRefType.getEjbRefType ( )This method is from 'EjbRefType' class.
EjbRefType.getHome ( )This method is from 'EjbRefType' class.
EjbRefType.getId ( )This method is from 'EjbRefType' class.
EjbRefType.getInjectionTarget ( )This method is from 'EjbRefType' class.
EjbRefType.getMappedName ( )This method is from 'EjbRefType' class.
EjbRefType.getRemote ( )This method is from 'EjbRefType' class.
EjbRefType.setEjbLink ( EjbLinkType value )This method is from 'EjbRefType' class.
EjbRefType.setEjbRefName ( EjbRefNameType value )This method is from 'EjbRefType' class.
EjbRefType.setEjbRefType ( EjbRefTypeType value )This method is from 'EjbRefType' class.
EjbRefType.setHome ( HomeType value )This method is from 'EjbRefType' class.
EjbRefType.setId ( String value )This method is from 'EjbRefType' class.
EjbRefType.setMappedName ( XsdStringType value )This method is from 'EjbRefType' class.
EjbRefType.setRemote ( RemoteType value )This method is from 'EjbRefType' class.
[+] EjbRefTypeType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
EjbRefTypeType.EjbRefTypeType ( )This constructor is from 'EjbRefTypeType' class.
[+] EmptyType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
EmptyType.EmptyType ( )This constructor is from 'EmptyType' class.
EmptyType.getId ( )This method is from 'EmptyType' class.
EmptyType.setId ( String value )This method is from 'EmptyType' class.
[+] EnvEntryType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
EnvEntryType.EnvEntryType ( )This constructor is from 'EnvEntryType' class.
EnvEntryType.getDescription ( )This method is from 'EnvEntryType' class.
EnvEntryType.getEnvEntryName ( )This method is from 'EnvEntryType' class.
EnvEntryType.getEnvEntryType ( )This method is from 'EnvEntryType' class.
EnvEntryType.getEnvEntryValue ( )This method is from 'EnvEntryType' class.
EnvEntryType.getId ( )This method is from 'EnvEntryType' class.
EnvEntryType.getInjectionTarget ( )This method is from 'EnvEntryType' class.
EnvEntryType.getMappedName ( )This method is from 'EnvEntryType' class.
EnvEntryType.setEnvEntryName ( JndiNameType value )This method is from 'EnvEntryType' class.
EnvEntryType.setEnvEntryType ( EnvEntryTypeValuesType value )This method is from 'EnvEntryType' class.
EnvEntryType.setEnvEntryValue ( XsdStringType value )This method is from 'EnvEntryType' class.
EnvEntryType.setId ( String value )This method is from 'EnvEntryType' class.
EnvEntryType.setMappedName ( XsdStringType value )This method is from 'EnvEntryType' class.
[+] EnvEntryTypeValuesType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
EnvEntryTypeValuesType.EnvEntryTypeValuesType ( )This constructor is from 'EnvEntryTypeValuesType' class.
[+] FullyQualifiedClassType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
FullyQualifiedClassType.FullyQualifiedClassType ( )This constructor is from 'FullyQualifiedClassType' class.
[+] GenericBooleanType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
GenericBooleanType.GenericBooleanType ( )This constructor is from 'GenericBooleanType' class.
[+] HandlerChainsType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
HandlerChainsType.getHandlerChain ( )This method is from 'HandlerChainsType' class.
HandlerChainsType.getId ( )This method is from 'HandlerChainsType' class.
HandlerChainsType.HandlerChainsType ( )This constructor is from 'HandlerChainsType' class.
HandlerChainsType.setId ( String value )This method is from 'HandlerChainsType' class.
[+] HandlerChainType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
HandlerChainType.getHandler ( )This method is from 'HandlerChainType' class.
HandlerChainType.getId ( )This method is from 'HandlerChainType' class.
HandlerChainType.getPortNamePattern ( )This method is from 'HandlerChainType' class.
HandlerChainType.getProtocolBindings ( )This method is from 'HandlerChainType' class.
HandlerChainType.getServiceNamePattern ( )This method is from 'HandlerChainType' class.
HandlerChainType.HandlerChainType ( )This constructor is from 'HandlerChainType' class.
HandlerChainType.setId ( String value )This method is from 'HandlerChainType' class.
HandlerChainType.setPortNamePattern ( String value )This method is from 'HandlerChainType' class.
HandlerChainType.setServiceNamePattern ( String value )This method is from 'HandlerChainType' class.
[+] HomeType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
HomeType.HomeType ( )This constructor is from 'HomeType' class.
[+] IconType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
IconType.getId ( )This method is from 'IconType' class.
IconType.getLang ( )This method is from 'IconType' class.
IconType.getLargeIcon ( )This method is from 'IconType' class.
IconType.getSmallIcon ( )This method is from 'IconType' class.
IconType.IconType ( )This constructor is from 'IconType' class.
IconType.setId ( String value )This method is from 'IconType' class.
IconType.setLang ( String value )This method is from 'IconType' class.
IconType.setLargeIcon ( PathType value )This method is from 'IconType' class.
IconType.setSmallIcon ( PathType value )This method is from 'IconType' class.
[+] InjectionTargetType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
InjectionTargetType.getInjectionTargetClass ( )This method is from 'InjectionTargetType' class.
InjectionTargetType.getInjectionTargetName ( )This method is from 'InjectionTargetType' class.
InjectionTargetType.InjectionTargetType ( )This constructor is from 'InjectionTargetType' class.
InjectionTargetType.setInjectionTargetClass ( FullyQualifiedClassType value )This method is from 'InjectionTargetType' class.
InjectionTargetType.setInjectionTargetName ( JavaIdentifierType value )This method is from 'InjectionTargetType' class.
[+] JavaIdentifierType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
JavaIdentifierType.JavaIdentifierType ( )This constructor is from 'JavaIdentifierType' class.
[+] JavaTypeType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
JavaTypeType.JavaTypeType ( )This constructor is from 'JavaTypeType' class.
[+] JndiNameType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
JndiNameType.JndiNameType ( )This constructor is from 'JndiNameType' class.
[+] LifecycleCallbackType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
LifecycleCallbackType.getLifecycleCallbackClass ( )This method is from 'LifecycleCallbackType' class.
LifecycleCallbackType.getLifecycleCallbackMethod ( )This method is from 'LifecycleCallbackType' class.
LifecycleCallbackType.LifecycleCallbackType ( )This constructor is from 'LifecycleCallbackType' class.
LifecycleCallbackType.setLifecycleCallbackClass ( FullyQualifiedClassType value )This method is from 'LifecycleCallbackType' class.
LifecycleCallbackType.setLifecycleCallbackMethod ( JavaIdentifierType value )This method is from 'LifecycleCallbackType' class.
[+] ListenerType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
ListenerType.getDescription ( )This method is from 'ListenerType' class.
ListenerType.getDisplayName ( )This method is from 'ListenerType' class.
ListenerType.getIcon ( )This method is from 'ListenerType' class.
ListenerType.getId ( )This method is from 'ListenerType' class.
ListenerType.getListenerClass ( )This method is from 'ListenerType' class.
ListenerType.ListenerType ( )This constructor is from 'ListenerType' class.
ListenerType.setId ( String value )This method is from 'ListenerType' class.
ListenerType.setListenerClass ( FullyQualifiedClassType value )This method is from 'ListenerType' class.
[+] LocalHomeType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
LocalHomeType.LocalHomeType ( )This constructor is from 'LocalHomeType' class.
[+] LocalType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
LocalType.LocalType ( )This constructor is from 'LocalType' class.
[+] MessageDestinationLinkType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
MessageDestinationLinkType.MessageDestinationLinkType ( )This constructor is from 'MessageDestinationLinkType' class.
[+] MessageDestinationRefType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
MessageDestinationRefType.getDescription ( )This method is from 'MessageDestinationRefType' class.
MessageDestinationRefType.getId ( )This method is from 'MessageDestinationRefType' class.
MessageDestinationRefType.getInjectionTarget ( )This method is from 'MessageDestinationRefType' class.
MessageDestinationRefType.getMappedName ( )This method is from 'MessageDestinationRefType' class.
MessageDestinationRefType.getMessageDestinationLink ( )This method is from 'MessageDestinationRefType' class.
MessageDestinationRefType.getMessageDestinationRefName ( )This method is from 'MessageDestinationRefType' class.
MessageDestinationRefType.getMessageDestinationType ( )This method is from 'MessageDestinationRefType' class.
MessageDestinationRefType.getMessageDestinationUsage ( )This method is from 'MessageDestinationRefType' class.
MessageDestinationRefType.MessageDestinationRefType ( )This constructor is from 'MessageDestinationRefType' class.
MessageDestinationRefType.setId ( String value )This method is from 'MessageDestinationRefType' class.
MessageDestinationRefType.setMappedName ( XsdStringType value )This method is from 'MessageDestinationRefType' class.
MessageDestinationRefType.setMessageDestinationLink ( MessageDestinationLinkType value )This method is from 'MessageDestinationRefType' class.
MessageDestinationRefType.setMessageDestinationRefName ( JndiNameType value )This method is from 'MessageDestinationRefType' class.
MessageDestinationRefType.setMessageDestinationType ( MessageDestinationTypeType value )This method is from 'MessageDestinationRefType' class.
MessageDestinationRefType.setMessageDestinationUsage ( MessageDestinationUsageType value )This method is from 'MessageDestinationRefType' class.
[+] MessageDestinationType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
MessageDestinationType.getDescription ( )This method is from 'MessageDestinationType' class.
MessageDestinationType.getDisplayName ( )This method is from 'MessageDestinationType' class.
MessageDestinationType.getIcon ( )This method is from 'MessageDestinationType' class.
MessageDestinationType.getId ( )This method is from 'MessageDestinationType' class.
MessageDestinationType.getMappedName ( )This method is from 'MessageDestinationType' class.
MessageDestinationType.getMessageDestinationName ( )This method is from 'MessageDestinationType' class.
MessageDestinationType.MessageDestinationType ( )This constructor is from 'MessageDestinationType' class.
MessageDestinationType.setId ( String value )This method is from 'MessageDestinationType' class.
MessageDestinationType.setMappedName ( XsdStringType value )This method is from 'MessageDestinationType' class.
MessageDestinationType.setMessageDestinationName ( CString value )This method is from 'MessageDestinationType' class.
[+] MessageDestinationTypeType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
MessageDestinationTypeType.MessageDestinationTypeType ( )This constructor is from 'MessageDestinationTypeType' class.
[+] MessageDestinationUsageType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
MessageDestinationUsageType.MessageDestinationUsageType ( )This constructor is from 'MessageDestinationUsageType' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (69)
ObjectFactory.createDescriptionType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createDisplayNameType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createEjbLinkType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createEjbLocalRefType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createEjbRefNameType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createEjbRefType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createEjbRefTypeType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createEmptyType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createEnvEntryType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createEnvEntryTypeValuesType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createFullyQualifiedClassType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createGenericBooleanType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createHandlerChains ( HandlerChainsType value )This method is from 'ObjectFactory' class.
ObjectFactory.createHandlerChainsType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createHandlerChainType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createHomeType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createIconType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createInjectionTargetType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createJavaIdentifierType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createJavaTypeType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createJndiNameType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createLifecycleCallbackType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createListenerType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createLocalHomeType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createLocalType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createMessageDestinationLinkType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createMessageDestinationRefType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createMessageDestinationType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createMessageDestinationTypeType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createMessageDestinationUsageType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createParamValueType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createPathType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createPersistenceContextRefType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createPersistenceContextTypeType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createPersistenceUnitRefType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createPortComponentHandlerType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createPortComponentRefType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createPortComponentType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createPropertyType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRemoteType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createResAuthType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createResourceEnvRefType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createResourceRefType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createResSharingScopeType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRoleNameType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRunAsType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSecurityRoleRefType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSecurityRoleType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createServiceImplBeanType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createServiceRefHandlerChainsType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createServiceRefHandlerChainType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createServiceRefHandlerType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createServiceRefType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createServletLinkType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createString ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTrueFalseType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createUrlPatternType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createWebserviceDescriptionType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createWebservices ( WebservicesType value )This method is from 'ObjectFactory' class.
ObjectFactory.createWebservicesType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createXsdAnyURIType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createXsdBooleanType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createXsdIntegerType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createXsdNMTOKENType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createXsdNonNegativeIntegerType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createXsdPositiveIntegerType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createXsdQNameType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createXsdStringType ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] ParamValueType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
ParamValueType.getDescription ( )This method is from 'ParamValueType' class.
ParamValueType.getId ( )This method is from 'ParamValueType' class.
ParamValueType.getParamName ( )This method is from 'ParamValueType' class.
ParamValueType.getParamValue ( )This method is from 'ParamValueType' class.
ParamValueType.ParamValueType ( )This constructor is from 'ParamValueType' class.
ParamValueType.setId ( String value )This method is from 'ParamValueType' class.
ParamValueType.setParamName ( CString value )This method is from 'ParamValueType' class.
ParamValueType.setParamValue ( XsdStringType value )This method is from 'ParamValueType' class.
[+] PathType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
PathType.PathType ( )This constructor is from 'PathType' class.
[+] PersistenceContextRefType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
PersistenceContextRefType.getDescription ( )This method is from 'PersistenceContextRefType' class.
PersistenceContextRefType.getId ( )This method is from 'PersistenceContextRefType' class.
PersistenceContextRefType.getInjectionTarget ( )This method is from 'PersistenceContextRefType' class.
PersistenceContextRefType.getMappedName ( )This method is from 'PersistenceContextRefType' class.
PersistenceContextRefType.getPersistenceContextRefName ( )This method is from 'PersistenceContextRefType' class.
PersistenceContextRefType.getPersistenceContextType ( )This method is from 'PersistenceContextRefType' class.
PersistenceContextRefType.getPersistenceProperty ( )This method is from 'PersistenceContextRefType' class.
PersistenceContextRefType.getPersistenceUnitName ( )This method is from 'PersistenceContextRefType' class.
PersistenceContextRefType.PersistenceContextRefType ( )This constructor is from 'PersistenceContextRefType' class.
PersistenceContextRefType.setId ( String value )This method is from 'PersistenceContextRefType' class.
PersistenceContextRefType.setMappedName ( XsdStringType value )This method is from 'PersistenceContextRefType' class.
PersistenceContextRefType.setPersistenceContextRefName ( JndiNameType value )This method is from 'PersistenceContextRefType' class.
PersistenceContextRefType.setPersistenceContextType ( PersistenceContextTypeType value )This method is from 'PersistenceContextRefType' class.
PersistenceContextRefType.setPersistenceUnitName ( CString value )This method is from 'PersistenceContextRefType' class.
[+] PersistenceContextTypeType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
PersistenceContextTypeType.PersistenceContextTypeType ( )This constructor is from 'PersistenceContextTypeType' class.
[+] PersistenceUnitRefType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
PersistenceUnitRefType.getDescription ( )This method is from 'PersistenceUnitRefType' class.
PersistenceUnitRefType.getId ( )This method is from 'PersistenceUnitRefType' class.
PersistenceUnitRefType.getInjectionTarget ( )This method is from 'PersistenceUnitRefType' class.
PersistenceUnitRefType.getMappedName ( )This method is from 'PersistenceUnitRefType' class.
PersistenceUnitRefType.getPersistenceUnitName ( )This method is from 'PersistenceUnitRefType' class.
PersistenceUnitRefType.getPersistenceUnitRefName ( )This method is from 'PersistenceUnitRefType' class.
PersistenceUnitRefType.PersistenceUnitRefType ( )This constructor is from 'PersistenceUnitRefType' class.
PersistenceUnitRefType.setId ( String value )This method is from 'PersistenceUnitRefType' class.
PersistenceUnitRefType.setMappedName ( XsdStringType value )This method is from 'PersistenceUnitRefType' class.
PersistenceUnitRefType.setPersistenceUnitName ( CString value )This method is from 'PersistenceUnitRefType' class.
PersistenceUnitRefType.setPersistenceUnitRefName ( JndiNameType value )This method is from 'PersistenceUnitRefType' class.
[+] PortComponentHandlerType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
PortComponentHandlerType.getDescription ( )This method is from 'PortComponentHandlerType' class.
PortComponentHandlerType.getDisplayName ( )This method is from 'PortComponentHandlerType' class.
PortComponentHandlerType.getHandlerClass ( )This method is from 'PortComponentHandlerType' class.
PortComponentHandlerType.getHandlerName ( )This method is from 'PortComponentHandlerType' class.
PortComponentHandlerType.getIcon ( )This method is from 'PortComponentHandlerType' class.
PortComponentHandlerType.getId ( )This method is from 'PortComponentHandlerType' class.
PortComponentHandlerType.getInitParam ( )This method is from 'PortComponentHandlerType' class.
PortComponentHandlerType.getSoapHeader ( )This method is from 'PortComponentHandlerType' class.
PortComponentHandlerType.getSoapRole ( )This method is from 'PortComponentHandlerType' class.
PortComponentHandlerType.PortComponentHandlerType ( )This constructor is from 'PortComponentHandlerType' class.
PortComponentHandlerType.setHandlerClass ( FullyQualifiedClassType value )This method is from 'PortComponentHandlerType' class.
PortComponentHandlerType.setHandlerName ( CString value )This method is from 'PortComponentHandlerType' class.
PortComponentHandlerType.setId ( String value )This method is from 'PortComponentHandlerType' class.
[+] PortComponentRefType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
PortComponentRefType.getEnableMtom ( )This method is from 'PortComponentRefType' class.
PortComponentRefType.getId ( )This method is from 'PortComponentRefType' class.
PortComponentRefType.getPortComponentLink ( )This method is from 'PortComponentRefType' class.
PortComponentRefType.getServiceEndpointInterface ( )This method is from 'PortComponentRefType' class.
PortComponentRefType.PortComponentRefType ( )This constructor is from 'PortComponentRefType' class.
PortComponentRefType.setEnableMtom ( TrueFalseType value )This method is from 'PortComponentRefType' class.
PortComponentRefType.setId ( String value )This method is from 'PortComponentRefType' class.
PortComponentRefType.setPortComponentLink ( CString value )This method is from 'PortComponentRefType' class.
PortComponentRefType.setServiceEndpointInterface ( FullyQualifiedClassType value )This method is from 'PortComponentRefType' class.
[+] PortComponentType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (26)
PortComponentType.getDescription ( )This method is from 'PortComponentType' class.
PortComponentType.getDisplayName ( )This method is from 'PortComponentType' class.
PortComponentType.getEnableMtom ( )This method is from 'PortComponentType' class.
PortComponentType.getHandler ( )This method is from 'PortComponentType' class.
PortComponentType.getHandlerChains ( )This method is from 'PortComponentType' class.
PortComponentType.getIcon ( )This method is from 'PortComponentType' class.
PortComponentType.getId ( )This method is from 'PortComponentType' class.
PortComponentType.getPortComponentName ( )This method is from 'PortComponentType' class.
PortComponentType.getProtocolBinding ( )This method is from 'PortComponentType' class.
PortComponentType.getServiceEndpointInterface ( )This method is from 'PortComponentType' class.
PortComponentType.getServiceImplBean ( )This method is from 'PortComponentType' class.
PortComponentType.getWsdlPort ( )This method is from 'PortComponentType' class.
PortComponentType.getWsdlService ( )This method is from 'PortComponentType' class.
PortComponentType.PortComponentType ( )This constructor is from 'PortComponentType' class.
PortComponentType.setDescription ( DescriptionType value )This method is from 'PortComponentType' class.
PortComponentType.setDisplayName ( DisplayNameType value )This method is from 'PortComponentType' class.
PortComponentType.setEnableMtom ( TrueFalseType value )This method is from 'PortComponentType' class.
PortComponentType.setHandlerChains ( HandlerChainsType value )This method is from 'PortComponentType' class.
PortComponentType.setIcon ( IconType value )This method is from 'PortComponentType' class.
PortComponentType.setId ( String value )This method is from 'PortComponentType' class.
PortComponentType.setPortComponentName ( CString value )This method is from 'PortComponentType' class.
PortComponentType.setProtocolBinding ( String value )This method is from 'PortComponentType' class.
PortComponentType.setServiceEndpointInterface ( FullyQualifiedClassType value )This method is from 'PortComponentType' class.
PortComponentType.setServiceImplBean ( ServiceImplBeanType value )This method is from 'PortComponentType' class.
PortComponentType.setWsdlPort ( XsdQNameType value )This method is from 'PortComponentType' class.
PortComponentType.setWsdlService ( XsdQNameType value )This method is from 'PortComponentType' class.
[+] PropertyType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
PropertyType.getId ( )This method is from 'PropertyType' class.
PropertyType.getName ( )This method is from 'PropertyType' class.
PropertyType.getValue ( )This method is from 'PropertyType' class.
PropertyType.PropertyType ( )This constructor is from 'PropertyType' class.
PropertyType.setId ( String value )This method is from 'PropertyType' class.
PropertyType.setName ( XsdStringType value )This method is from 'PropertyType' class.
PropertyType.setValue ( XsdStringType value )This method is from 'PropertyType' class.
[+] RemoteType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
RemoteType.RemoteType ( )This constructor is from 'RemoteType' class.
[+] ResAuthType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ResAuthType.ResAuthType ( )This constructor is from 'ResAuthType' class.
[+] ResourceEnvRefType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
ResourceEnvRefType.getDescription ( )This method is from 'ResourceEnvRefType' class.
ResourceEnvRefType.getId ( )This method is from 'ResourceEnvRefType' class.
ResourceEnvRefType.getInjectionTarget ( )This method is from 'ResourceEnvRefType' class.
ResourceEnvRefType.getMappedName ( )This method is from 'ResourceEnvRefType' class.
ResourceEnvRefType.getResourceEnvRefName ( )This method is from 'ResourceEnvRefType' class.
ResourceEnvRefType.getResourceEnvRefType ( )This method is from 'ResourceEnvRefType' class.
ResourceEnvRefType.ResourceEnvRefType ( )This constructor is from 'ResourceEnvRefType' class.
ResourceEnvRefType.setId ( String value )This method is from 'ResourceEnvRefType' class.
ResourceEnvRefType.setMappedName ( XsdStringType value )This method is from 'ResourceEnvRefType' class.
ResourceEnvRefType.setResourceEnvRefName ( JndiNameType value )This method is from 'ResourceEnvRefType' class.
ResourceEnvRefType.setResourceEnvRefType ( FullyQualifiedClassType value )This method is from 'ResourceEnvRefType' class.
[+] ResourceRefType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
ResourceRefType.getDescription ( )This method is from 'ResourceRefType' class.
ResourceRefType.getId ( )This method is from 'ResourceRefType' class.
ResourceRefType.getInjectionTarget ( )This method is from 'ResourceRefType' class.
ResourceRefType.getMappedName ( )This method is from 'ResourceRefType' class.
ResourceRefType.getResAuth ( )This method is from 'ResourceRefType' class.
ResourceRefType.getResRefName ( )This method is from 'ResourceRefType' class.
ResourceRefType.getResSharingScope ( )This method is from 'ResourceRefType' class.
ResourceRefType.getResType ( )This method is from 'ResourceRefType' class.
ResourceRefType.ResourceRefType ( )This constructor is from 'ResourceRefType' class.
ResourceRefType.setId ( String value )This method is from 'ResourceRefType' class.
ResourceRefType.setMappedName ( XsdStringType value )This method is from 'ResourceRefType' class.
ResourceRefType.setResAuth ( ResAuthType value )This method is from 'ResourceRefType' class.
ResourceRefType.setResRefName ( JndiNameType value )This method is from 'ResourceRefType' class.
ResourceRefType.setResSharingScope ( ResSharingScopeType value )This method is from 'ResourceRefType' class.
ResourceRefType.setResType ( FullyQualifiedClassType value )This method is from 'ResourceRefType' class.
[+] ResSharingScopeType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ResSharingScopeType.ResSharingScopeType ( )This constructor is from 'ResSharingScopeType' class.
[+] RoleNameType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
RoleNameType.RoleNameType ( )This constructor is from 'RoleNameType' class.
[+] RunAsType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
RunAsType.getDescription ( )This method is from 'RunAsType' class.
RunAsType.getId ( )This method is from 'RunAsType' class.
RunAsType.getRoleName ( )This method is from 'RunAsType' class.
RunAsType.RunAsType ( )This constructor is from 'RunAsType' class.
RunAsType.setId ( String value )This method is from 'RunAsType' class.
RunAsType.setRoleName ( RoleNameType value )This method is from 'RunAsType' class.
[+] SecurityRoleRefType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
SecurityRoleRefType.getDescription ( )This method is from 'SecurityRoleRefType' class.
SecurityRoleRefType.getId ( )This method is from 'SecurityRoleRefType' class.
SecurityRoleRefType.getRoleLink ( )This method is from 'SecurityRoleRefType' class.
SecurityRoleRefType.getRoleName ( )This method is from 'SecurityRoleRefType' class.
SecurityRoleRefType.SecurityRoleRefType ( )This constructor is from 'SecurityRoleRefType' class.
SecurityRoleRefType.setId ( String value )This method is from 'SecurityRoleRefType' class.
SecurityRoleRefType.setRoleLink ( RoleNameType value )This method is from 'SecurityRoleRefType' class.
SecurityRoleRefType.setRoleName ( RoleNameType value )This method is from 'SecurityRoleRefType' class.
[+] SecurityRoleType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
SecurityRoleType.getDescription ( )This method is from 'SecurityRoleType' class.
SecurityRoleType.getId ( )This method is from 'SecurityRoleType' class.
SecurityRoleType.getRoleName ( )This method is from 'SecurityRoleType' class.
SecurityRoleType.SecurityRoleType ( )This constructor is from 'SecurityRoleType' class.
SecurityRoleType.setId ( String value )This method is from 'SecurityRoleType' class.
SecurityRoleType.setRoleName ( RoleNameType value )This method is from 'SecurityRoleType' class.
[+] ServiceImplBeanType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
ServiceImplBeanType.getEjbLink ( )This method is from 'ServiceImplBeanType' class.
ServiceImplBeanType.getId ( )This method is from 'ServiceImplBeanType' class.
ServiceImplBeanType.getServletLink ( )This method is from 'ServiceImplBeanType' class.
ServiceImplBeanType.ServiceImplBeanType ( )This constructor is from 'ServiceImplBeanType' class.
ServiceImplBeanType.setEjbLink ( EjbLinkType value )This method is from 'ServiceImplBeanType' class.
ServiceImplBeanType.setId ( String value )This method is from 'ServiceImplBeanType' class.
ServiceImplBeanType.setServletLink ( ServletLinkType value )This method is from 'ServiceImplBeanType' class.
[+] ServiceRefHandlerChainsType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ServiceRefHandlerChainsType.getHandlerChain ( )This method is from 'ServiceRefHandlerChainsType' class.
ServiceRefHandlerChainsType.getId ( )This method is from 'ServiceRefHandlerChainsType' class.
ServiceRefHandlerChainsType.ServiceRefHandlerChainsType ( )This constructor is from 'ServiceRefHandlerChainsType' class.
ServiceRefHandlerChainsType.setId ( String value )This method is from 'ServiceRefHandlerChainsType' class.
[+] ServiceRefHandlerChainType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
ServiceRefHandlerChainType.getHandler ( )This method is from 'ServiceRefHandlerChainType' class.
ServiceRefHandlerChainType.getId ( )This method is from 'ServiceRefHandlerChainType' class.
ServiceRefHandlerChainType.getPortNamePattern ( )This method is from 'ServiceRefHandlerChainType' class.
ServiceRefHandlerChainType.getProtocolBindings ( )This method is from 'ServiceRefHandlerChainType' class.
ServiceRefHandlerChainType.getServiceNamePattern ( )This method is from 'ServiceRefHandlerChainType' class.
ServiceRefHandlerChainType.ServiceRefHandlerChainType ( )This constructor is from 'ServiceRefHandlerChainType' class.
ServiceRefHandlerChainType.setId ( String value )This method is from 'ServiceRefHandlerChainType' class.
ServiceRefHandlerChainType.setPortNamePattern ( String value )This method is from 'ServiceRefHandlerChainType' class.
ServiceRefHandlerChainType.setServiceNamePattern ( String value )This method is from 'ServiceRefHandlerChainType' class.
[+] ServiceRefHandlerType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
ServiceRefHandlerType.getDescription ( )This method is from 'ServiceRefHandlerType' class.
ServiceRefHandlerType.getDisplayName ( )This method is from 'ServiceRefHandlerType' class.
ServiceRefHandlerType.getHandlerClass ( )This method is from 'ServiceRefHandlerType' class.
ServiceRefHandlerType.getHandlerName ( )This method is from 'ServiceRefHandlerType' class.
ServiceRefHandlerType.getIcon ( )This method is from 'ServiceRefHandlerType' class.
ServiceRefHandlerType.getId ( )This method is from 'ServiceRefHandlerType' class.
ServiceRefHandlerType.getInitParam ( )This method is from 'ServiceRefHandlerType' class.
ServiceRefHandlerType.getPortName ( )This method is from 'ServiceRefHandlerType' class.
ServiceRefHandlerType.getSoapHeader ( )This method is from 'ServiceRefHandlerType' class.
ServiceRefHandlerType.getSoapRole ( )This method is from 'ServiceRefHandlerType' class.
ServiceRefHandlerType.ServiceRefHandlerType ( )This constructor is from 'ServiceRefHandlerType' class.
ServiceRefHandlerType.setHandlerClass ( FullyQualifiedClassType value )This method is from 'ServiceRefHandlerType' class.
ServiceRefHandlerType.setHandlerName ( CString value )This method is from 'ServiceRefHandlerType' class.
ServiceRefHandlerType.setId ( String value )This method is from 'ServiceRefHandlerType' class.
[+] ServiceRefType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (25)
ServiceRefType.getDescription ( )This method is from 'ServiceRefType' class.
ServiceRefType.getDisplayName ( )This method is from 'ServiceRefType' class.
ServiceRefType.getHandler ( )This method is from 'ServiceRefType' class.
ServiceRefType.getHandlerChains ( )This method is from 'ServiceRefType' class.
ServiceRefType.getIcon ( )This method is from 'ServiceRefType' class.
ServiceRefType.getId ( )This method is from 'ServiceRefType' class.
ServiceRefType.getInjectionTarget ( )This method is from 'ServiceRefType' class.
ServiceRefType.getJaxrpcMappingFile ( )This method is from 'ServiceRefType' class.
ServiceRefType.getMappedName ( )This method is from 'ServiceRefType' class.
ServiceRefType.getPortComponentRef ( )This method is from 'ServiceRefType' class.
ServiceRefType.getServiceInterface ( )This method is from 'ServiceRefType' class.
ServiceRefType.getServiceQname ( )This method is from 'ServiceRefType' class.
ServiceRefType.getServiceRefName ( )This method is from 'ServiceRefType' class.
ServiceRefType.getServiceRefType ( )This method is from 'ServiceRefType' class.
ServiceRefType.getWsdlFile ( )This method is from 'ServiceRefType' class.
ServiceRefType.ServiceRefType ( )This constructor is from 'ServiceRefType' class.
ServiceRefType.setHandlerChains ( ServiceRefHandlerChainsType value )This method is from 'ServiceRefType' class.
ServiceRefType.setId ( String value )This method is from 'ServiceRefType' class.
ServiceRefType.setJaxrpcMappingFile ( PathType value )This method is from 'ServiceRefType' class.
ServiceRefType.setMappedName ( XsdStringType value )This method is from 'ServiceRefType' class.
ServiceRefType.setServiceInterface ( FullyQualifiedClassType value )This method is from 'ServiceRefType' class.
ServiceRefType.setServiceQname ( XsdQNameType value )This method is from 'ServiceRefType' class.
ServiceRefType.setServiceRefName ( JndiNameType value )This method is from 'ServiceRefType' class.
ServiceRefType.setServiceRefType ( FullyQualifiedClassType value )This method is from 'ServiceRefType' class.
ServiceRefType.setWsdlFile ( XsdAnyURIType value )This method is from 'ServiceRefType' class.
[+] ServletLinkType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ServletLinkType.ServletLinkType ( )This constructor is from 'ServletLinkType' class.
[+] TrueFalseType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
TrueFalseType.TrueFalseType ( )This constructor is from 'TrueFalseType' class.
[+] UrlPatternType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
UrlPatternType.getValue ( )This method is from 'UrlPatternType' class.
UrlPatternType.setValue ( String value )This method is from 'UrlPatternType' class.
UrlPatternType.UrlPatternType ( )This constructor is from 'UrlPatternType' class.
[+] WebserviceDescriptionType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
WebserviceDescriptionType.getDescription ( )This method is from 'WebserviceDescriptionType' class.
WebserviceDescriptionType.getDisplayName ( )This method is from 'WebserviceDescriptionType' class.
WebserviceDescriptionType.getIcon ( )This method is from 'WebserviceDescriptionType' class.
WebserviceDescriptionType.getId ( )This method is from 'WebserviceDescriptionType' class.
WebserviceDescriptionType.getJaxrpcMappingFile ( )This method is from 'WebserviceDescriptionType' class.
WebserviceDescriptionType.getPortComponent ( )This method is from 'WebserviceDescriptionType' class.
WebserviceDescriptionType.getWebserviceDescriptionName ( )This method is from 'WebserviceDescriptionType' class.
WebserviceDescriptionType.getWsdlFile ( )This method is from 'WebserviceDescriptionType' class.
WebserviceDescriptionType.setDescription ( DescriptionType value )This method is from 'WebserviceDescriptionType' class.
WebserviceDescriptionType.setDisplayName ( DisplayNameType value )This method is from 'WebserviceDescriptionType' class.
WebserviceDescriptionType.setIcon ( IconType value )This method is from 'WebserviceDescriptionType' class.
WebserviceDescriptionType.setId ( String value )This method is from 'WebserviceDescriptionType' class.
WebserviceDescriptionType.setJaxrpcMappingFile ( PathType value )This method is from 'WebserviceDescriptionType' class.
WebserviceDescriptionType.setWebserviceDescriptionName ( CString value )This method is from 'WebserviceDescriptionType' class.
WebserviceDescriptionType.setWsdlFile ( PathType value )This method is from 'WebserviceDescriptionType' class.
WebserviceDescriptionType.WebserviceDescriptionType ( )This constructor is from 'WebserviceDescriptionType' class.
[+] WebservicesType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
WebservicesType.getDescription ( )This method is from 'WebservicesType' class.
WebservicesType.getDisplayName ( )This method is from 'WebservicesType' class.
WebservicesType.getIcon ( )This method is from 'WebservicesType' class.
WebservicesType.getId ( )This method is from 'WebservicesType' class.
WebservicesType.getVersion ( )This method is from 'WebservicesType' class.
WebservicesType.getWebserviceDescription ( )This method is from 'WebservicesType' class.
WebservicesType.setId ( String value )This method is from 'WebservicesType' class.
WebservicesType.setVersion ( String value )This method is from 'WebservicesType' class.
WebservicesType.WebservicesType ( )This constructor is from 'WebservicesType' class.
[+] XsdAnyURIType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
XsdAnyURIType.getId ( )This method is from 'XsdAnyURIType' class.
XsdAnyURIType.getValue ( )This method is from 'XsdAnyURIType' class.
XsdAnyURIType.setId ( String value )This method is from 'XsdAnyURIType' class.
XsdAnyURIType.setValue ( String value )This method is from 'XsdAnyURIType' class.
XsdAnyURIType.XsdAnyURIType ( )This constructor is from 'XsdAnyURIType' class.
[+] XsdBooleanType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
XsdBooleanType.getId ( )This method is from 'XsdBooleanType' class.
XsdBooleanType.isValue ( )This method is from 'XsdBooleanType' class.
XsdBooleanType.setId ( String value )This method is from 'XsdBooleanType' class.
XsdBooleanType.setValue ( boolean value )This method is from 'XsdBooleanType' class.
XsdBooleanType.XsdBooleanType ( )This constructor is from 'XsdBooleanType' class.
[+] XsdIntegerType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
XsdIntegerType.getId ( )This method is from 'XsdIntegerType' class.
XsdIntegerType.getValue ( )This method is from 'XsdIntegerType' class.
XsdIntegerType.setId ( String value )This method is from 'XsdIntegerType' class.
XsdIntegerType.setValue ( java.math.BigInteger value )This method is from 'XsdIntegerType' class.
XsdIntegerType.XsdIntegerType ( )This constructor is from 'XsdIntegerType' class.
[+] XsdNMTOKENType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
XsdNMTOKENType.getId ( )This method is from 'XsdNMTOKENType' class.
XsdNMTOKENType.getValue ( )This method is from 'XsdNMTOKENType' class.
XsdNMTOKENType.setId ( String value )This method is from 'XsdNMTOKENType' class.
XsdNMTOKENType.setValue ( String value )This method is from 'XsdNMTOKENType' class.
XsdNMTOKENType.XsdNMTOKENType ( )This constructor is from 'XsdNMTOKENType' class.
[+] XsdNonNegativeIntegerType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
XsdNonNegativeIntegerType.getId ( )This method is from 'XsdNonNegativeIntegerType' class.
XsdNonNegativeIntegerType.getValue ( )This method is from 'XsdNonNegativeIntegerType' class.
XsdNonNegativeIntegerType.setId ( String value )This method is from 'XsdNonNegativeIntegerType' class.
XsdNonNegativeIntegerType.setValue ( java.math.BigInteger value )This method is from 'XsdNonNegativeIntegerType' class.
XsdNonNegativeIntegerType.XsdNonNegativeIntegerType ( )This constructor is from 'XsdNonNegativeIntegerType' class.
[+] XsdPositiveIntegerType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
XsdPositiveIntegerType.getId ( )This method is from 'XsdPositiveIntegerType' class.
XsdPositiveIntegerType.getValue ( )This method is from 'XsdPositiveIntegerType' class.
XsdPositiveIntegerType.setId ( String value )This method is from 'XsdPositiveIntegerType' class.
XsdPositiveIntegerType.setValue ( java.math.BigInteger value )This method is from 'XsdPositiveIntegerType' class.
XsdPositiveIntegerType.XsdPositiveIntegerType ( )This constructor is from 'XsdPositiveIntegerType' class.
[+] XsdQNameType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
XsdQNameType.getId ( )This method is from 'XsdQNameType' class.
XsdQNameType.getValue ( )This method is from 'XsdQNameType' class.
XsdQNameType.setId ( String value )This method is from 'XsdQNameType' class.
XsdQNameType.setValue ( javax.xml.namespace.QName value )This method is from 'XsdQNameType' class.
XsdQNameType.XsdQNameType ( )This constructor is from 'XsdQNameType' class.
[+] XsdStringType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
XsdStringType.getId ( )This method is from 'XsdStringType' class.
XsdStringType.getValue ( )This method is from 'XsdStringType' class.
XsdStringType.setId ( String value )This method is from 'XsdStringType' class.
XsdStringType.setValue ( String value )This method is from 'XsdStringType' class.
XsdStringType.XsdStringType ( )This constructor is from 'XsdStringType' class.
package org.apache.cxf.jaxws.spi
[+] ProviderImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
ProviderImpl.createAndPublishEndpoint ( String url, Object implementor )This method is from 'ProviderImpl' class.
ProviderImpl.createAndPublishEndpoint ( String address, Object implementor, javax.xml.ws.WebServiceFeature[ ] features )This method is from 'ProviderImpl' class.
ProviderImpl.createEndpoint ( String bindingId, Object implementor )This method is from 'ProviderImpl' class.
ProviderImpl.createEndpoint ( String bindingId, Object implementor, javax.xml.ws.WebServiceFeature[ ] features )This method is from 'ProviderImpl' class.
ProviderImpl.createEndpointImpl ( org.apache.cxf.Bus bus, String bindingId, Object implementor, javax.xml.ws.WebServiceFeature[ ] features )This method is from 'ProviderImpl' class.
ProviderImpl.createServiceDelegate ( java.net.URL url, javax.xml.namespace.QName qname, Class cls )This method is from 'ProviderImpl' class.
ProviderImpl.createServiceDelegate ( java.net.URL wsdlDocumentLocation, javax.xml.namespace.QName serviceName, Class serviceClass, javax.xml.ws.WebServiceFeature[ ] features )This method is from 'ProviderImpl' class.
ProviderImpl.createW3CEndpointReference ( String address, javax.xml.namespace.QName serviceName, javax.xml.namespace.QName portName, java.util.List metadata, String wsdlDocumentLocation, java.util.List referenceParameters )This method is from 'ProviderImpl' class.
ProviderImpl.createW3CEndpointReference ( String address, javax.xml.namespace.QName interfaceName, javax.xml.namespace.QName serviceName, javax.xml.namespace.QName portName, java.util.List metadata, String wsdlDocumentLocation, java.util.List referenceParameters, java.util.List elements, java.util.Map attributes )This method is from 'ProviderImpl' class.
ProviderImpl.getPort ( javax.xml.ws.EndpointReference endpointReference, Class serviceEndpointInterface, javax.xml.ws.WebServiceFeature[ ] features )This method is from 'ProviderImpl' class.
ProviderImpl.isJaxWs22 ( )This method is from 'ProviderImpl' class.
ProviderImpl.ProviderImpl ( )This constructor is from 'ProviderImpl' class.
ProviderImpl.readEndpointReference ( javax.xml.transform.Source eprInfoset )This method is from 'ProviderImpl' class.
package org.apache.cxf.jaxws.spring
[+] EndpointDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
EndpointDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean )This method is from 'EndpointDefinitionParser' class.
EndpointDefinitionParser.EndpointDefinitionParser ( )This constructor is from 'EndpointDefinitionParser' class.
EndpointDefinitionParser.getSuffix ( )This method is from 'EndpointDefinitionParser' class.
EndpointDefinitionParser.resolveId ( org.w3c.dom.Element elem, org.springframework.beans.factory.support.AbstractBeanDefinition definition, org.springframework.beans.factory.xml.ParserContext ctx )This method is from 'EndpointDefinitionParser' class.
EndpointDefinitionParser.setBlocking ( org.springframework.context.ApplicationContext ctx, org.apache.cxf.jaxws.EndpointImpl impl )This method is from 'EndpointDefinitionParser' class.
[+] EndpointDefinitionParser.SpringEndpointImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
EndpointDefinitionParser.SpringEndpointImpl.EndpointDefinitionParser.SpringEndpointImpl ( Object o )This constructor is from 'EndpointDefinitionParser.SpringEndpointImpl' class.
EndpointDefinitionParser.SpringEndpointImpl.EndpointDefinitionParser.SpringEndpointImpl ( org.apache.cxf.Bus bus, Object implementor )This constructor is from 'EndpointDefinitionParser.SpringEndpointImpl' class.
EndpointDefinitionParser.SpringEndpointImpl.setApplicationContext ( org.springframework.context.ApplicationContext ctx )This method is from 'EndpointDefinitionParser.SpringEndpointImpl' class.
EndpointDefinitionParser.SpringEndpointImpl.setCheckBlockConstruct ( Boolean b )This method is from 'EndpointDefinitionParser.SpringEndpointImpl' class.
[+] JaxWsProxyFactoryBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
JaxWsProxyFactoryBeanDefinitionParser.getFactoryClass ( )This method is from 'JaxWsProxyFactoryBeanDefinitionParser' class.
JaxWsProxyFactoryBeanDefinitionParser.getRawFactoryClass ( )This method is from 'JaxWsProxyFactoryBeanDefinitionParser' class.
JaxWsProxyFactoryBeanDefinitionParser.getSuffix ( )This method is from 'JaxWsProxyFactoryBeanDefinitionParser' class.
JaxWsProxyFactoryBeanDefinitionParser.JaxWsProxyFactoryBeanDefinitionParser ( )This constructor is from 'JaxWsProxyFactoryBeanDefinitionParser' class.
[+] JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean.create ( )This method is from 'JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean' class.
JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean.destroy ( )This method is from 'JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean' class.
JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean.getObject ( )This method is from 'JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean' class.
JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean.getObjectType ( )This method is from 'JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean' class.
JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean.isSingleton ( )This method is from 'JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean' class.
JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean.JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean ( )This constructor is from 'JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean' class.
JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean.JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean ( org.apache.cxf.frontend.ClientFactoryBean fact )This constructor is from 'JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean' class.
JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean.setApplicationContext ( org.springframework.context.ApplicationContext ctx )This method is from 'JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean' class.
[+] JaxWsWebServicePublisherBeanPostProcessor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
JaxWsWebServicePublisherBeanPostProcessor.getPrototypeDataBindingBeanName ( )This method is from 'JaxWsWebServicePublisherBeanPostProcessor' class.
JaxWsWebServicePublisherBeanPostProcessor.getPrototypeServerFactoryBeanName ( )This method is from 'JaxWsWebServicePublisherBeanPostProcessor' class.
JaxWsWebServicePublisherBeanPostProcessor.isCustomizedDataBinding ( )This method is from 'JaxWsWebServicePublisherBeanPostProcessor' class.
JaxWsWebServicePublisherBeanPostProcessor.isCustomizedServerFactory ( )This method is from 'JaxWsWebServicePublisherBeanPostProcessor' class.
JaxWsWebServicePublisherBeanPostProcessor.JaxWsWebServicePublisherBeanPostProcessor ( )This constructor is from 'JaxWsWebServicePublisherBeanPostProcessor' class.
JaxWsWebServicePublisherBeanPostProcessor.postProcessAfterInitialization ( Object bean, String beanName )This method is from 'JaxWsWebServicePublisherBeanPostProcessor' class.
JaxWsWebServicePublisherBeanPostProcessor.postProcessBeforeInitialization ( Object bean, String beanName )This method is from 'JaxWsWebServicePublisherBeanPostProcessor' class.
JaxWsWebServicePublisherBeanPostProcessor.setBeanFactory ( org.springframework.beans.factory.BeanFactory beanFactory )This method is from 'JaxWsWebServicePublisherBeanPostProcessor' class.
JaxWsWebServicePublisherBeanPostProcessor.setPrototypeDataBindingBeanName ( String prototypeDataBindingBeanName )This method is from 'JaxWsWebServicePublisherBeanPostProcessor' class.
JaxWsWebServicePublisherBeanPostProcessor.setPrototypeServerFactoryBeanName ( String prototypeServerFactoryBeanName )This method is from 'JaxWsWebServicePublisherBeanPostProcessor' class.
JaxWsWebServicePublisherBeanPostProcessor.setServletConfig ( javax.servlet.ServletConfig servletConfig )This method is from 'JaxWsWebServicePublisherBeanPostProcessor' class.
JaxWsWebServicePublisherBeanPostProcessor.setUrlPrefix ( String urlPrefix )This method is from 'JaxWsWebServicePublisherBeanPostProcessor' class.
[+] JaxWsWebServicePublisherBeanPostProcessor.ServletAdapter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JaxWsWebServicePublisherBeanPostProcessor.ServletAdapter.handleRequest ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response )This method is from 'JaxWsWebServicePublisherBeanPostProcessor.ServletAdapter' class.
JaxWsWebServicePublisherBeanPostProcessor.ServletAdapter.JaxWsWebServicePublisherBeanPostProcessor.ServletAdapter ( javax.servlet.Servlet controller )This constructor is from 'JaxWsWebServicePublisherBeanPostProcessor.ServletAdapter' class.
[+] NamespaceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
NamespaceHandler.init ( )This method is from 'NamespaceHandler' class.
NamespaceHandler.NamespaceHandler ( )This constructor is from 'NamespaceHandler' class.
[+] NamespaceHandler.SpringServerFactoryBean (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
NamespaceHandler.SpringServerFactoryBean.destroy ( )This method is from 'NamespaceHandler.SpringServerFactoryBean' class.
NamespaceHandler.SpringServerFactoryBean.NamespaceHandler.SpringServerFactoryBean ( )This constructor is from 'NamespaceHandler.SpringServerFactoryBean' class.
NamespaceHandler.SpringServerFactoryBean.NamespaceHandler.SpringServerFactoryBean ( org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean fact )This constructor is from 'NamespaceHandler.SpringServerFactoryBean' class.
NamespaceHandler.SpringServerFactoryBean.setApplicationContext ( org.springframework.context.ApplicationContext ctx )This method is from 'NamespaceHandler.SpringServerFactoryBean' class.
package org.apache.cxf.jaxws.support
[+] BindingID (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
BindingID.getBindingID ( String jaxwsBindingID )This method is from 'BindingID' class.
BindingID.getJaxwsBindingID ( String transportID )This method is from 'BindingID' class.
[+] JaxWsClientEndpointImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JaxWsClientEndpointImpl.getExecutor ( )This method is from 'JaxWsClientEndpointImpl' class.
JaxWsClientEndpointImpl.JaxWsClientEndpointImpl ( org.apache.cxf.Bus bus, org.apache.cxf.service.Service s, org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.jaxws.ServiceImpl si, javax.xml.ws.WebServiceFeature[ ] wf )This constructor is from 'JaxWsClientEndpointImpl' class.
[+] JaxWsEndpointImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
JaxWsEndpointImpl.addHandlerInterceptors ( )This method is from 'JaxWsEndpointImpl' class.
JaxWsEndpointImpl.getFeatures ( )This method is from 'JaxWsEndpointImpl' class.
JaxWsEndpointImpl.getJaxwsBinding ( )This method is from 'JaxWsEndpointImpl' class.
JaxWsEndpointImpl.JaxWsEndpointImpl ( org.apache.cxf.Bus bus, org.apache.cxf.service.Service s, org.apache.cxf.service.model.EndpointInfo ei )This constructor is from 'JaxWsEndpointImpl' class.
JaxWsEndpointImpl.JaxWsEndpointImpl ( org.apache.cxf.Bus bus, org.apache.cxf.service.Service s, org.apache.cxf.service.model.EndpointInfo ei, java.util.List wf )This constructor is from 'JaxWsEndpointImpl' class.
JaxWsEndpointImpl.JaxWsEndpointImpl ( org.apache.cxf.Bus bus, org.apache.cxf.service.Service s, org.apache.cxf.service.model.EndpointInfo ei, JaxWsImplementorInfo implementorInfo, java.util.List wf, java.util.List af, boolean isFromWsdl )This constructor is from 'JaxWsEndpointImpl' class.
JaxWsEndpointImpl.removeHandlerInterceptors ( )This method is from 'JaxWsEndpointImpl' class.
JaxWsEndpointImpl.resolveFeatures ( )This method is from 'JaxWsEndpointImpl' class.
[+] JaxWsEndpointImplFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
JaxWsEndpointImplFactory.getSingleton ( )This method is from 'JaxWsEndpointImplFactory' class.
JaxWsEndpointImplFactory.JaxWsEndpointImplFactory ( )This constructor is from 'JaxWsEndpointImplFactory' class.
JaxWsEndpointImplFactory.newEndpointImpl ( org.apache.cxf.Bus bus, org.apache.cxf.service.Service service, org.apache.cxf.service.model.EndpointInfo endpointInfo )This method is from 'JaxWsEndpointImplFactory' class.
[+] JaxWsServiceConfiguration (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (37)
JaxWsServiceConfiguration.getAction ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getEndpointName ( )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getFaultMessageName ( org.apache.cxf.service.model.OperationInfo op, Class exClass, Class beanClass )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getFaultName ( org.apache.cxf.service.model.InterfaceInfo service, org.apache.cxf.service.model.OperationInfo o, Class exClass, Class beanClass )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getHolderType ( Class cls, reflect.Type type )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getInParameterName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getInPartName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getInterfaceName ( )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getOperationName ( org.apache.cxf.service.model.InterfaceInfo intf, reflect.Method method )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getOutParameterName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getOutPartName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getRequestWrapper ( reflect.Method selected )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getRequestWrapperClassName ( reflect.Method selected )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getRequestWrapperName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getRequestWrapperPartName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getResponseWrapper ( reflect.Method selected )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getResponseWrapperClassName ( reflect.Method selected )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getResponseWrapperName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getResponseWrapperPartName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getServiceName ( )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getServiceNamespace ( )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getStyle ( )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getWrapperPartMinOccurs ( org.apache.cxf.service.model.MessagePartInfo mpi )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.getWsdlURL ( )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.hasOutMessage ( reflect.Method method )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.isHeader ( reflect.Method method, int j )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.isHolder ( Class cls, reflect.Type type )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.isInParam ( reflect.Method method, int j )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.isOperation ( reflect.Method method )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.isOutParam ( reflect.Method method, int j )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.isRPC ( reflect.Method method )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.isWebMethod ( reflect.Method method )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.isWrapped ( )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.isWrapped ( reflect.Method m )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.isWrapperPartQualified ( org.apache.cxf.service.model.MessagePartInfo mpi )This method is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.JaxWsServiceConfiguration ( )This constructor is from 'JaxWsServiceConfiguration' class.
JaxWsServiceConfiguration.setServiceFactory ( org.apache.cxf.service.factory.ReflectionServiceFactoryBean serviceFactory )This method is from 'JaxWsServiceConfiguration' class.
[+] ServiceDelegateAccessor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ServiceDelegateAccessor.get ( javax.xml.ws.Service service )This method is from 'ServiceDelegateAccessor' class.
[+] WebServiceProviderConfiguration (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
WebServiceProviderConfiguration.getEndpointName ( )This method is from 'WebServiceProviderConfiguration' class.
WebServiceProviderConfiguration.getServiceName ( )This method is from 'WebServiceProviderConfiguration' class.
WebServiceProviderConfiguration.getServiceNamespace ( )This method is from 'WebServiceProviderConfiguration' class.
WebServiceProviderConfiguration.getWsdlURL ( )This method is from 'WebServiceProviderConfiguration' class.
WebServiceProviderConfiguration.isOperation ( reflect.Method method )This method is from 'WebServiceProviderConfiguration' class.
WebServiceProviderConfiguration.isWrapped ( reflect.Method m )This method is from 'WebServiceProviderConfiguration' class.
WebServiceProviderConfiguration.setServiceFactory ( org.apache.cxf.service.factory.ReflectionServiceFactoryBean serviceFactory )This method is from 'WebServiceProviderConfiguration' class.
WebServiceProviderConfiguration.WebServiceProviderConfiguration ( )This constructor is from 'WebServiceProviderConfiguration' class.
package org.apache.cxf.jaxws22
[+] EndpointImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
EndpointImpl.EndpointImpl ( Object implementor )This constructor is from 'EndpointImpl' class.
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus bus, Object implementor )This constructor is from 'EndpointImpl' class.
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus b, Object i, String bindingUri )This constructor is from 'EndpointImpl' class.
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus b, Object i, String bindingUri, String wsdl )This constructor is from 'EndpointImpl' class.
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus b, Object i, String bindingUri, String wsdl, javax.xml.ws.WebServiceFeature[ ] f )This constructor is from 'EndpointImpl' class.
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus b, Object i, String bindingUri, javax.xml.ws.WebServiceFeature[ ] features )This constructor is from 'EndpointImpl' class.
EndpointImpl.EndpointImpl ( org.apache.cxf.Bus b, Object implementor, org.apache.cxf.jaxws.JaxWsServerFactoryBean sf )This constructor is from 'EndpointImpl' class.
EndpointImpl.publish ( javax.xml.ws.spi.http.HttpContext context )This method is from 'EndpointImpl' class.
EndpointImpl.setEndpointContext ( javax.xml.ws.EndpointContext ctxt )This method is from 'EndpointImpl' class.
[+] JAXWS22Invoker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JAXWS22Invoker.JAXWS22Invoker ( javax.xml.ws.spi.Invoker inv )This constructor is from 'JAXWS22Invoker' class.
JAXWS22Invoker.performInvocation ( org.apache.cxf.message.Exchange exchange, Object serviceObject, reflect.Method m, Object[ ] paramArray )This method is from 'JAXWS22Invoker' class.
package org.apache.cxf.jaxws22.spi
[+] ProviderImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ProviderImpl.createEndpoint ( String bindingId, Class implementorClass, javax.xml.ws.spi.Invoker invoker, javax.xml.ws.WebServiceFeature[ ] features )This method is from 'ProviderImpl' class.
ProviderImpl.createEndpointImpl ( org.apache.cxf.Bus bus, String bindingId, Object implementor, javax.xml.ws.WebServiceFeature[ ] features )This method is from 'ProviderImpl' class.
ProviderImpl.ProviderImpl ( )This constructor is from 'ProviderImpl' class.
package org.apache.cxf.jaxws22.spring
[+] JAXWS22SpringEndpointImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
JAXWS22SpringEndpointImpl.JAXWS22SpringEndpointImpl ( Object o )This constructor is from 'JAXWS22SpringEndpointImpl' class.
JAXWS22SpringEndpointImpl.JAXWS22SpringEndpointImpl ( org.apache.cxf.Bus bus, Object implementor )This constructor is from 'JAXWS22SpringEndpointImpl' class.
JAXWS22SpringEndpointImpl.setApplicationContext ( org.springframework.context.ApplicationContext ctx )This method is from 'JAXWS22SpringEndpointImpl' class.
JAXWS22SpringEndpointImpl.setCheckBlockConstruct ( Boolean b )This method is from 'JAXWS22SpringEndpointImpl' class.
package org.apache.cxf.jca.outbound
[+] CXFConnection (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
CXFConnection.close ( )This abstract method is from 'CXFConnection' interface.
CXFConnection.getService ( Class p1 )This abstract method is from 'CXFConnection' interface.
[+] CXFConnectionFactory (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
CXFConnectionFactory.getConnection ( CXFConnectionSpec p1 )This abstract method is from 'CXFConnectionFactory' interface.
[+] CXFConnectionSpec (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
CXFConnectionSpec.CXFConnectionSpec ( )This constructor is from 'CXFConnectionSpec' class.
CXFConnectionSpec.equals ( Object other )This method is from 'CXFConnectionSpec' class.
CXFConnectionSpec.getAddress ( )This method is from 'CXFConnectionSpec' class.
CXFConnectionSpec.getBusConfigURL ( )This method is from 'CXFConnectionSpec' class.
CXFConnectionSpec.getEndpointName ( )This method is from 'CXFConnectionSpec' class.
CXFConnectionSpec.getServiceClass ( )This method is from 'CXFConnectionSpec' class.
CXFConnectionSpec.getServiceName ( )This method is from 'CXFConnectionSpec' class.
CXFConnectionSpec.getWsdlURL ( )This method is from 'CXFConnectionSpec' class.
CXFConnectionSpec.hashCode ( )This method is from 'CXFConnectionSpec' class.
CXFConnectionSpec.setAddress ( String address )This method is from 'CXFConnectionSpec' class.
CXFConnectionSpec.setBusConfigURL ( java.net.URL busConfigURL )This method is from 'CXFConnectionSpec' class.
CXFConnectionSpec.setEndpointName ( javax.xml.namespace.QName endpointName )This method is from 'CXFConnectionSpec' class.
CXFConnectionSpec.setServiceClass ( Class serviceClass )This method is from 'CXFConnectionSpec' class.
CXFConnectionSpec.setServiceName ( javax.xml.namespace.QName serviceName )This method is from 'CXFConnectionSpec' class.
CXFConnectionSpec.setWsdlURL ( java.net.URL wsdlURL )This method is from 'CXFConnectionSpec' class.
CXFConnectionSpec.toString ( )This method is from 'CXFConnectionSpec' class.
package org.apache.cxf.jibx
[+] JibxDataBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
JibxDataBinding.createReader ( Class cls )This method is from 'JibxDataBinding' class.
JibxDataBinding.createWrapperHelper ( Class wrapperType, javax.xml.namespace.QName typeName, java.util.List partNames, java.util.List elTypeNames, java.util.List partClasses )This method is from 'JibxDataBinding' class.
JibxDataBinding.createWriter ( Class cls )This method is from 'JibxDataBinding' class.
JibxDataBinding.getSupportedReaderFormats ( )This method is from 'JibxDataBinding' class.
JibxDataBinding.getSupportedWriterFormats ( )This method is from 'JibxDataBinding' class.
JibxDataBinding.initialize ( org.apache.cxf.service.Service service )This method is from 'JibxDataBinding' class.
JibxDataBinding.JibxDataBinding ( )This constructor is from 'JibxDataBinding' class.
[+] JibxDataReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
JibxDataReader.JibxDataReader ( )This constructor is from 'JibxDataReader' class.
JibxDataReader.read ( Object x0 )This method is from 'JibxDataReader' class.
JibxDataReader.read ( javax.xml.namespace.QName x0, Object x1, Class x2 )This method is from 'JibxDataReader' class.
JibxDataReader.read ( javax.xml.namespace.QName elementQName, javax.xml.stream.XMLStreamReader input, Class type )This method is from 'JibxDataReader' class.
JibxDataReader.read ( javax.xml.stream.XMLStreamReader input )This method is from 'JibxDataReader' class.
JibxDataReader.read ( org.apache.cxf.service.model.MessagePartInfo x0, Object x1 )This method is from 'JibxDataReader' class.
JibxDataReader.read ( org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamReader input )This method is from 'JibxDataReader' class.
JibxDataReader.setAttachments ( java.util.Collection attachments )This method is from 'JibxDataReader' class.
JibxDataReader.setProperty ( String prop, Object value )This method is from 'JibxDataReader' class.
JibxDataReader.setSchema ( javax.xml.validation.Schema s )This method is from 'JibxDataReader' class.
[+] JibxDataWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
JibxDataWriter.JibxDataWriter ( )This constructor is from 'JibxDataWriter' class.
JibxDataWriter.setAttachments ( java.util.Collection attachments )This method is from 'JibxDataWriter' class.
JibxDataWriter.setProperty ( String key, Object value )This method is from 'JibxDataWriter' class.
JibxDataWriter.setSchema ( javax.xml.validation.Schema s )This method is from 'JibxDataWriter' class.
JibxDataWriter.write ( Object x0, Object x1 )This method is from 'JibxDataWriter' class.
JibxDataWriter.write ( Object obj, javax.xml.stream.XMLStreamWriter output )This method is from 'JibxDataWriter' class.
JibxDataWriter.write ( Object x0, org.apache.cxf.service.model.MessagePartInfo x1, Object x2 )This method is from 'JibxDataWriter' class.
JibxDataWriter.write ( Object obj, org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamWriter output )This method is from 'JibxDataWriter' class.
[+] JibxNullBindingFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
JibxNullBindingFactory.getCompilerDistribution ( )This method is from 'JibxNullBindingFactory' class.
JibxNullBindingFactory.getCompilerVersion ( )This method is from 'JibxNullBindingFactory' class.
JibxNullBindingFactory.getFactory ( )This method is from 'JibxNullBindingFactory' class.
JibxNullBindingFactory.getTypeIndex ( String type )This method is from 'JibxNullBindingFactory' class.
[+] JibxSchemaInitializer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
JibxSchemaInitializer.begin ( org.apache.cxf.service.model.MessagePartInfo part )This method is from 'JibxSchemaInitializer' class.
JibxSchemaInitializer.checkForExistence ( org.apache.cxf.service.model.MessagePartInfo part )This method is from 'JibxSchemaInitializer' class.
JibxSchemaInitializer.JibxSchemaInitializer ( org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.common.xmlschema.SchemaCollection schemas, JibxDataBinding databinding )This constructor is from 'JibxSchemaInitializer' class.
[+] JibxSimpleTypes (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
JibxSimpleTypes.getFormatElement ( javax.xml.namespace.QName type )This method is from 'JibxSimpleTypes' class.
JibxSimpleTypes.isPrimitiveType ( String type )This method is from 'JibxSimpleTypes' class.
JibxSimpleTypes.isSimpleType ( Class type )This method is from 'JibxSimpleTypes' class.
JibxSimpleTypes.primitiveType ( String type )This method is from 'JibxSimpleTypes' class.
JibxSimpleTypes.schemaType ( Class type )This method is from 'JibxSimpleTypes' class.
JibxSimpleTypes.toObject ( String text, javax.xml.namespace.QName stype )This method is from 'JibxSimpleTypes' class.
JibxSimpleTypes.toQname ( String qname )This method is from 'JibxSimpleTypes' class.
JibxSimpleTypes.toText ( javax.xml.namespace.QName schemaType, Object value )This method is from 'JibxSimpleTypes' class.
[+] JibxUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
JibxUtil.getFormatElement ( javax.xml.namespace.QName type )This method is from 'JibxUtil' class.
JibxUtil.getPrimitiveType ( String type )This method is from 'JibxUtil' class.
JibxUtil.getQName ( String qname )This method is from 'JibxUtil' class.
JibxUtil.getSchemaType ( String jtype )This method is from 'JibxUtil' class.
JibxUtil.isPrimitiveType ( String type )This method is from 'JibxUtil' class.
JibxUtil.isSimpleValue ( Class type )This method is from 'JibxUtil' class.
JibxUtil.isSimpleValue ( String type )This method is from 'JibxUtil' class.
JibxUtil.toObject ( String text, javax.xml.namespace.QName stype )This method is from 'JibxUtil' class.
JibxUtil.toText ( Object value, javax.xml.namespace.QName stype )This method is from 'JibxUtil' class.
[+] JibxWrapperHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
JibxWrapperHelper.createWrapperObject ( Class clazz )This method is from 'JibxWrapperHelper' class.
JibxWrapperHelper.getWrapperObject ( Object obj )This method is from 'JibxWrapperHelper' class.
JibxWrapperHelper.JibxWrapperHelper ( Class wt, reflect.Method[ ] sets, reflect.Method[ ] gets, reflect.Field[ ] f )This constructor is from 'JibxWrapperHelper' class.
package org.apache.cxf.jibx.tools
[+] JibxSchemaHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JibxSchemaHelper.getSchemas ( javax.wsdl.Definition def, org.apache.cxf.common.xmlschema.SchemaCollection schemaCol, java.util.List r )This method is from 'JibxSchemaHelper' class.
JibxSchemaHelper.JibxSchemaHelper ( org.apache.cxf.Bus b, java.util.Map s )This constructor is from 'JibxSchemaHelper' class.
[+] JibxSchemaResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
JibxSchemaResolver.getContent ( )This method is from 'JibxSchemaResolver' class.
JibxSchemaResolver.getElement ( )This method is from 'JibxSchemaResolver' class.
JibxSchemaResolver.getId ( )This method is from 'JibxSchemaResolver' class.
JibxSchemaResolver.getName ( )This method is from 'JibxSchemaResolver' class.
JibxSchemaResolver.JibxSchemaResolver ( String id, org.apache.ws.commons.schema.XmlSchema schema, org.apache.cxf.common.xmlschema.SchemaCollection collection, org.w3c.dom.Element element )This constructor is from 'JibxSchemaResolver' class.
JibxSchemaResolver.resolve ( String loc, String tns )This method is from 'JibxSchemaResolver' class.
[+] JibxToolingDataBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
JibxToolingDataBinding.createDefaultValueWriter ( javax.xml.namespace.QName qn, boolean element )This method is from 'JibxToolingDataBinding' class.
JibxToolingDataBinding.createDefaultValueWriterForWrappedElement ( javax.xml.namespace.QName wrapperElement, javax.xml.namespace.QName qn )This method is from 'JibxToolingDataBinding' class.
JibxToolingDataBinding.generate ( org.apache.cxf.tools.common.ToolContext context )This method is from 'JibxToolingDataBinding' class.
JibxToolingDataBinding.getDefinitions ( org.jibx.binding.model.BindingHolder holder, java.util.Map types, java.util.Map elems )This method is from 'JibxToolingDataBinding' class.
JibxToolingDataBinding.getType ( javax.xml.namespace.QName qn, boolean element )This method is from 'JibxToolingDataBinding' class.
JibxToolingDataBinding.getWrappedElementType ( javax.xml.namespace.QName wrapperElement, javax.xml.namespace.QName item )This method is from 'JibxToolingDataBinding' class.
JibxToolingDataBinding.initialize ( org.apache.cxf.tools.common.ToolContext context )This method is from 'JibxToolingDataBinding' class.
JibxToolingDataBinding.JibxToolingDataBinding ( )This constructor is from 'JibxToolingDataBinding' class.
[+] JibxToolingProblemHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
JibxToolingProblemHandler.handleError ( org.jibx.schema.validation.ValidationProblem prob )This method is from 'JibxToolingProblemHandler' class.
JibxToolingProblemHandler.handleFatal ( org.jibx.schema.validation.ValidationProblem prob )This method is from 'JibxToolingProblemHandler' class.
JibxToolingProblemHandler.handleSevere ( String msg, Throwable thrown )This method is from 'JibxToolingProblemHandler' class.
JibxToolingProblemHandler.handleUnimplemented ( org.jibx.schema.validation.ValidationProblem prob )This method is from 'JibxToolingProblemHandler' class.
JibxToolingProblemHandler.handleWarning ( org.jibx.schema.validation.ValidationProblem prob )This method is from 'JibxToolingProblemHandler' class.
JibxToolingProblemHandler.JibxToolingProblemHandler ( )This constructor is from 'JibxToolingProblemHandler' class.
JibxToolingProblemHandler.report ( String msg )This method is from 'JibxToolingProblemHandler' class.
JibxToolingProblemHandler.terminate ( String msg )This method is from 'JibxToolingProblemHandler' class.
JibxToolingProblemHandler.terminate ( String msg, Throwable thrown )This method is from 'JibxToolingProblemHandler' class.
package org.apache.cxf.js.rhino
[+] AbstractDOMProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AbstractDOMProvider.AbstractDOMProvider ( org.mozilla.javascript.Scriptable scope, org.mozilla.javascript.Scriptable wspVar, String epAddr, boolean isBase, boolean e4x )This constructor is from 'AbstractDOMProvider' abstract class.
AbstractDOMProvider.invoke ( javax.xml.transform.dom.DOMSource request )This method is from 'AbstractDOMProvider' abstract class.
AbstractDOMProvider.publish ( )This method is from 'AbstractDOMProvider' abstract class.
[+] AbstractDOMProvider.JSDOMProviderException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
AbstractDOMProvider.JSDOMProviderException.AbstractDOMProvider.JSDOMProviderException ( String reason )This constructor is from 'AbstractDOMProvider.JSDOMProviderException' class.
[+] DOMMessageProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
DOMMessageProvider.DOMMessageProvider ( org.mozilla.javascript.Scriptable scope, org.mozilla.javascript.Scriptable wspVar, String epAddr, boolean isBaseAddr, boolean e4x )This constructor is from 'DOMMessageProvider' class.
DOMMessageProvider.invoke ( Object x0 )This method is from 'DOMMessageProvider' class.
[+] DOMPayloadProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
DOMPayloadProvider.DOMPayloadProvider ( org.mozilla.javascript.Scriptable scope, org.mozilla.javascript.Scriptable wspVar, String epAddr, boolean isBaseAddr, boolean e4x )This constructor is from 'DOMPayloadProvider' class.
DOMPayloadProvider.invoke ( Object x0 )This method is from 'DOMPayloadProvider' class.
[+] JsServiceFactoryBean (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
JsServiceFactoryBean.create ( )This method is from 'JsServiceFactoryBean' class.
JsServiceFactoryBean.getAddress ( )This method is from 'JsServiceFactoryBean' class.
JsServiceFactoryBean.getBus ( )This method is from 'JsServiceFactoryBean' class.
JsServiceFactoryBean.getIsBaseAddr ( )This method is from 'JsServiceFactoryBean' class.
JsServiceFactoryBean.getJs ( )This method is from 'JsServiceFactoryBean' class.
JsServiceFactoryBean.JsServiceFactoryBean ( )This constructor is from 'JsServiceFactoryBean' class.
JsServiceFactoryBean.setAddress ( String addr )This method is from 'JsServiceFactoryBean' class.
JsServiceFactoryBean.setBus ( org.apache.cxf.Bus bus )This method is from 'JsServiceFactoryBean' class.
JsServiceFactoryBean.setIsBaseAddr ( boolean isBase )This method is from 'JsServiceFactoryBean' class.
JsServiceFactoryBean.setJs ( String file )This method is from 'JsServiceFactoryBean' class.
[+] ProviderFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ProviderFactory.createAndPublish ( java.io.File f )This method is from 'ProviderFactory' class.
ProviderFactory.createAndPublish ( java.io.File f, String epAddr, boolean isBase )This method is from 'ProviderFactory' class.
ProviderFactory.createProvider ( javax.xml.ws.Service.Mode mode, org.mozilla.javascript.Scriptable scope, org.mozilla.javascript.Scriptable wsp, String epAddr, boolean isBase, boolean e4x )This method is from 'ProviderFactory' class.
ProviderFactory.ProviderFactory ( )This constructor is from 'ProviderFactory' class.
ProviderFactory.ProviderFactory ( String baseAddr )This constructor is from 'ProviderFactory' class.
[+] ServerApp (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ServerApp.createProviderFactory ( )This method is from 'ServerApp' class.
ServerApp.main ( String[ ] args )This method is from 'ServerApp' class.
ServerApp.ServerApp ( )This constructor is from 'ServerApp' class.
ServerApp.start ( String[ ] args )This method is from 'ServerApp' class.
package org.apache.cxf.logging
[+] FaultListener (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
FaultListener.faultOccurred ( Exception p1, String p2, org.apache.cxf.message.Message p3 )This abstract method is from 'FaultListener' interface.
package org.apache.cxf.management
[+] InstrumentationManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
InstrumentationManager.getMBeanServer ( )This abstract method is from 'InstrumentationManager' interface.
InstrumentationManager.getPersistentBusId ( )This abstract method is from 'InstrumentationManager' interface.
InstrumentationManager.register ( Object p1, javax.management.ObjectName p2 )This abstract method is from 'InstrumentationManager' interface.
InstrumentationManager.register ( Object p1, javax.management.ObjectName p2, boolean p3 )This abstract method is from 'InstrumentationManager' interface.
InstrumentationManager.register ( ManagedComponent p1 )This abstract method is from 'InstrumentationManager' interface.
InstrumentationManager.register ( ManagedComponent p1, boolean p2 )This abstract method is from 'InstrumentationManager' interface.
InstrumentationManager.setPersistentBusId ( String p1 )This abstract method is from 'InstrumentationManager' interface.
InstrumentationManager.shutdown ( )This abstract method is from 'InstrumentationManager' interface.
InstrumentationManager.unregister ( javax.management.ObjectName p1 )This abstract method is from 'InstrumentationManager' interface.
InstrumentationManager.unregister ( ManagedComponent p1 )This abstract method is from 'InstrumentationManager' interface.
[+] JMXConnectorPolicyType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
JMXConnectorPolicyType.getJMXServiceURL ( )This method is from 'JMXConnectorPolicyType' class.
JMXConnectorPolicyType.isDaemon ( )This method is from 'JMXConnectorPolicyType' class.
JMXConnectorPolicyType.isEnabled ( )This method is from 'JMXConnectorPolicyType' class.
JMXConnectorPolicyType.isThreaded ( )This method is from 'JMXConnectorPolicyType' class.
JMXConnectorPolicyType.JMXConnectorPolicyType ( )This constructor is from 'JMXConnectorPolicyType' class.
JMXConnectorPolicyType.setDaemon ( boolean value )This method is from 'JMXConnectorPolicyType' class.
JMXConnectorPolicyType.setEnabled ( boolean value )This method is from 'JMXConnectorPolicyType' class.
JMXConnectorPolicyType.setJMXServiceURL ( String value )This method is from 'JMXConnectorPolicyType' class.
JMXConnectorPolicyType.setThreaded ( boolean value )This method is from 'JMXConnectorPolicyType' class.
[+] ManagedComponent (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ManagedComponent.getObjectName ( )This abstract method is from 'ManagedComponent' interface.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ObjectFactory.createJMXConnectorPolicy ( JMXConnectorPolicyType value )This method is from 'ObjectFactory' class.
ObjectFactory.createJMXConnectorPolicyType ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
package org.apache.cxf.management.annotation
[+] ManagedAttribute (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ManagedAttribute.currencyTimeLimit ( )This abstract method is from 'ManagedAttribute' interface.
ManagedAttribute.defaultValue ( )This abstract method is from 'ManagedAttribute' interface.
ManagedAttribute.description ( )This abstract method is from 'ManagedAttribute' interface.
ManagedAttribute.persistPeriod ( )This abstract method is from 'ManagedAttribute' interface.
ManagedAttribute.persistPolicy ( )This abstract method is from 'ManagedAttribute' interface.
[+] ManagedNotification (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ManagedNotification.description ( )This abstract method is from 'ManagedNotification' interface.
ManagedNotification.name ( )This abstract method is from 'ManagedNotification' interface.
ManagedNotification.notificationTypes ( )This abstract method is from 'ManagedNotification' interface.
[+] ManagedNotifications (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ManagedNotifications.value ( )This abstract method is from 'ManagedNotifications' interface.
[+] ManagedOperation (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ManagedOperation.currencyTimeLimit ( )This abstract method is from 'ManagedOperation' interface.
ManagedOperation.description ( )This abstract method is from 'ManagedOperation' interface.
[+] ManagedOperationParameter (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ManagedOperationParameter.description ( )This abstract method is from 'ManagedOperationParameter' interface.
ManagedOperationParameter.name ( )This abstract method is from 'ManagedOperationParameter' interface.
[+] ManagedOperationParameters (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ManagedOperationParameters.value ( )This abstract method is from 'ManagedOperationParameters' interface.
[+] ManagedResource (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
ManagedResource.componentName ( )This abstract method is from 'ManagedResource' interface.
ManagedResource.currencyTimeLimit ( )This abstract method is from 'ManagedResource' interface.
ManagedResource.description ( )This abstract method is from 'ManagedResource' interface.
ManagedResource.log ( )This abstract method is from 'ManagedResource' interface.
ManagedResource.logFile ( )This abstract method is from 'ManagedResource' interface.
ManagedResource.persistLocation ( )This abstract method is from 'ManagedResource' interface.
ManagedResource.persistName ( )This abstract method is from 'ManagedResource' interface.
ManagedResource.persistPeriod ( )This abstract method is from 'ManagedResource' interface.
ManagedResource.persistPolicy ( )This abstract method is from 'ManagedResource' interface.
package org.apache.cxf.management.counters
[+] Counter (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
Counter.getNumInvocations ( )This abstract method is from 'Counter' interface.
Counter.increase ( MessageHandlingTimeRecorder p1 )This abstract method is from 'Counter' interface.
[+] CounterRepository (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
CounterRepository.CounterRepository ( )This constructor is from 'CounterRepository' class.
CounterRepository.createCounter ( javax.management.ObjectName on, MessageHandlingTimeRecorder mhtr )This method is from 'CounterRepository' class.
CounterRepository.getBus ( )This method is from 'CounterRepository' class.
CounterRepository.getCounter ( javax.management.ObjectName on )This method is from 'CounterRepository' class.
CounterRepository.getCounters ( )This method is from 'CounterRepository' class.
CounterRepository.increaseCounter ( javax.management.ObjectName on, MessageHandlingTimeRecorder mhtr )This method is from 'CounterRepository' class.
CounterRepository.setBus ( org.apache.cxf.Bus b )This method is from 'CounterRepository' class.
[+] MessageHandlingTimeRecorder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
MessageHandlingTimeRecorder.beginHandling ( )This method is from 'MessageHandlingTimeRecorder' class.
MessageHandlingTimeRecorder.endHandling ( )This method is from 'MessageHandlingTimeRecorder' class.
MessageHandlingTimeRecorder.getEndTime ( )This method is from 'MessageHandlingTimeRecorder' class.
MessageHandlingTimeRecorder.getFaultMode ( )This method is from 'MessageHandlingTimeRecorder' class.
MessageHandlingTimeRecorder.getHandleExchange ( )This method is from 'MessageHandlingTimeRecorder' class.
MessageHandlingTimeRecorder.getHandlingTime ( )This method is from 'MessageHandlingTimeRecorder' class.
MessageHandlingTimeRecorder.isOneWay ( )This method is from 'MessageHandlingTimeRecorder' class.
MessageHandlingTimeRecorder.MessageHandlingTimeRecorder ( org.apache.cxf.message.Exchange ex )This constructor is from 'MessageHandlingTimeRecorder' class.
MessageHandlingTimeRecorder.setFaultMode ( org.apache.cxf.message.FaultMode faultMode )This method is from 'MessageHandlingTimeRecorder' class.
MessageHandlingTimeRecorder.setOneWay ( boolean ow )This method is from 'MessageHandlingTimeRecorder' class.
MessageHandlingTimeRecorder.toString ( )This method is from 'MessageHandlingTimeRecorder' class.
[+] PerformanceCounter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PerformanceCounter.getNumInvocations ( )This method is from 'PerformanceCounter' class.
PerformanceCounter.getObjectName ( )This method is from 'PerformanceCounter' class.
PerformanceCounter.increase ( MessageHandlingTimeRecorder mhtr )This method is from 'PerformanceCounter' class.
PerformanceCounter.PerformanceCounter ( javax.management.ObjectName on )This constructor is from 'PerformanceCounter' class.
[+] PerformanceCounterMBean (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
PerformanceCounterMBean.getNumInvocations ( )This abstract method is from 'PerformanceCounterMBean' interface.
[+] ResponseTimeCounter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
ResponseTimeCounter.getAvgResponseTime ( )This method is from 'ResponseTimeCounter' class.
ResponseTimeCounter.getMaxResponseTime ( )This method is from 'ResponseTimeCounter' class.
ResponseTimeCounter.getMinResponseTime ( )This method is from 'ResponseTimeCounter' class.
ResponseTimeCounter.getNumCheckedApplicationFaults ( )This method is from 'ResponseTimeCounter' class.
ResponseTimeCounter.getNumInvocations ( )This method is from 'ResponseTimeCounter' class.
ResponseTimeCounter.getNumLogicalRuntimeFaults ( )This method is from 'ResponseTimeCounter' class.
ResponseTimeCounter.getNumRuntimeFaults ( )This method is from 'ResponseTimeCounter' class.
ResponseTimeCounter.getNumUnCheckedApplicationFaults ( )This method is from 'ResponseTimeCounter' class.
ResponseTimeCounter.getObjectName ( )This method is from 'ResponseTimeCounter' class.
ResponseTimeCounter.getTotalHandlingTime ( )This method is from 'ResponseTimeCounter' class.
ResponseTimeCounter.increase ( MessageHandlingTimeRecorder mhtr )This method is from 'ResponseTimeCounter' class.
ResponseTimeCounter.reset ( )This method is from 'ResponseTimeCounter' class.
ResponseTimeCounter.ResponseTimeCounter ( javax.management.ObjectName on )This constructor is from 'ResponseTimeCounter' class.
[+] ResponseTimeCounterMBean (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
ResponseTimeCounterMBean.getAvgResponseTime ( )This abstract method is from 'ResponseTimeCounterMBean' interface.
ResponseTimeCounterMBean.getMaxResponseTime ( )This abstract method is from 'ResponseTimeCounterMBean' interface.
ResponseTimeCounterMBean.getMinResponseTime ( )This abstract method is from 'ResponseTimeCounterMBean' interface.
ResponseTimeCounterMBean.getNumCheckedApplicationFaults ( )This abstract method is from 'ResponseTimeCounterMBean' interface.
ResponseTimeCounterMBean.getNumInvocations ( )This abstract method is from 'ResponseTimeCounterMBean' interface.
ResponseTimeCounterMBean.getNumLogicalRuntimeFaults ( )This abstract method is from 'ResponseTimeCounterMBean' interface.
ResponseTimeCounterMBean.getNumRuntimeFaults ( )This abstract method is from 'ResponseTimeCounterMBean' interface.
ResponseTimeCounterMBean.getNumUnCheckedApplicationFaults ( )This abstract method is from 'ResponseTimeCounterMBean' interface.
ResponseTimeCounterMBean.getTotalHandlingTime ( )This abstract method is from 'ResponseTimeCounterMBean' interface.
ResponseTimeCounterMBean.reset ( )This abstract method is from 'ResponseTimeCounterMBean' interface.
package org.apache.cxf.management.interceptor
[+] AbstractMessageResponseTimeInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AbstractMessageResponseTimeInterceptor.beginHandlingMessage ( org.apache.cxf.message.Exchange ex )This method is from 'AbstractMessageResponseTimeInterceptor' abstract class.
AbstractMessageResponseTimeInterceptor.endHandlingMessage ( org.apache.cxf.message.Exchange ex )This method is from 'AbstractMessageResponseTimeInterceptor' abstract class.
AbstractMessageResponseTimeInterceptor.isClient ( org.apache.cxf.message.Message msg )This method is from 'AbstractMessageResponseTimeInterceptor' abstract class.
AbstractMessageResponseTimeInterceptor.setOneWayMessage ( org.apache.cxf.message.Exchange ex )This method is from 'AbstractMessageResponseTimeInterceptor' abstract class.
[+] PersistInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
PersistInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'PersistInInterceptor' class.
PersistInInterceptor.PersistInInterceptor ( )This constructor is from 'PersistInInterceptor' class.
[+] PersistOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PersistOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'PersistOutInterceptor' class.
PersistOutInterceptor.PersistOutInterceptor ( )This constructor is from 'PersistOutInterceptor' class.
PersistOutInterceptor.setExchangeDataDAO ( org.apache.cxf.management.persistence.ExchangeDataDAO exchangeDataDAO )This method is from 'PersistOutInterceptor' class.
PersistOutInterceptor.setExchangeDataFilter ( org.apache.cxf.management.persistence.ExchangeDataFilter exchangeDataFilter )This method is from 'PersistOutInterceptor' class.
[+] ResponseTimeFeature (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ResponseTimeFeature.initializeProvider ( org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus )This method is from 'ResponseTimeFeature' class.
ResponseTimeFeature.ResponseTimeFeature ( )This constructor is from 'ResponseTimeFeature' class.
[+] ResponseTimeMessageInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ResponseTimeMessageInInterceptor.handleFault ( org.apache.cxf.message.Message message )This method is from 'ResponseTimeMessageInInterceptor' class.
ResponseTimeMessageInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'ResponseTimeMessageInInterceptor' class.
ResponseTimeMessageInInterceptor.ResponseTimeMessageInInterceptor ( )This constructor is from 'ResponseTimeMessageInInterceptor' class.
[+] ResponseTimeMessageInvokerInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ResponseTimeMessageInvokerInterceptor.handleFault ( org.apache.cxf.message.Message message )This method is from 'ResponseTimeMessageInvokerInterceptor' class.
ResponseTimeMessageInvokerInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'ResponseTimeMessageInvokerInterceptor' class.
ResponseTimeMessageInvokerInterceptor.ResponseTimeMessageInvokerInterceptor ( )This constructor is from 'ResponseTimeMessageInvokerInterceptor' class.
[+] ResponseTimeMessageOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ResponseTimeMessageOutInterceptor.handleFault ( org.apache.cxf.message.Message message )This method is from 'ResponseTimeMessageOutInterceptor' class.
ResponseTimeMessageOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'ResponseTimeMessageOutInterceptor' class.
ResponseTimeMessageOutInterceptor.ResponseTimeMessageOutInterceptor ( )This constructor is from 'ResponseTimeMessageOutInterceptor' class.
[+] ResponseTimeMessageOutInterceptor.EndingInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ResponseTimeMessageOutInterceptor.EndingInterceptor.handleFault ( org.apache.cxf.message.Message message )This method is from 'ResponseTimeMessageOutInterceptor.EndingInterceptor' class.
ResponseTimeMessageOutInterceptor.EndingInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'ResponseTimeMessageOutInterceptor.EndingInterceptor' class.
ResponseTimeMessageOutInterceptor.EndingInterceptor.ResponseTimeMessageOutInterceptor.EndingInterceptor ( ResponseTimeMessageOutInterceptor p1 )This constructor is from 'ResponseTimeMessageOutInterceptor.EndingInterceptor' class.
package org.apache.cxf.management.jmx
[+] InstrumentationManagerImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (23)
InstrumentationManagerImpl.getBus ( )This method is from 'InstrumentationManagerImpl' class.
InstrumentationManagerImpl.getMBeanServer ( )This method is from 'InstrumentationManagerImpl' class.
InstrumentationManagerImpl.getPersistentBusId ( )This method is from 'InstrumentationManagerImpl' class.
InstrumentationManagerImpl.init ( )This method is from 'InstrumentationManagerImpl' class.
InstrumentationManagerImpl.initComplete ( )This method is from 'InstrumentationManagerImpl' class.
InstrumentationManagerImpl.InstrumentationManagerImpl ( )This constructor is from 'InstrumentationManagerImpl' class.
InstrumentationManagerImpl.InstrumentationManagerImpl ( org.apache.cxf.Bus bus )This constructor is from 'InstrumentationManagerImpl' class.
InstrumentationManagerImpl.postShutdown ( )This method is from 'InstrumentationManagerImpl' class.
InstrumentationManagerImpl.preShutdown ( )This method is from 'InstrumentationManagerImpl' class.
InstrumentationManagerImpl.register ( )This method is from 'InstrumentationManagerImpl' class.
InstrumentationManagerImpl.register ( Object obj, javax.management.ObjectName name )This method is from 'InstrumentationManagerImpl' class.
InstrumentationManagerImpl.register ( Object obj, javax.management.ObjectName name, boolean forceRegistration )This method is from 'InstrumentationManagerImpl' class.
InstrumentationManagerImpl.register ( org.apache.cxf.management.ManagedComponent i )This method is from 'InstrumentationManagerImpl' class.
InstrumentationManagerImpl.register ( org.apache.cxf.management.ManagedComponent i, boolean forceRegistration )This method is from 'InstrumentationManagerImpl' class.
InstrumentationManagerImpl.setBus ( org.apache.cxf.Bus bus )This method is from 'InstrumentationManagerImpl' class.
InstrumentationManagerImpl.setCreateMBServerConnectorFactory ( boolean createMBServerConnectorFactory )This method is from 'InstrumentationManagerImpl' class.
InstrumentationManagerImpl.setPersistentBusId ( String id )This method is from 'InstrumentationManagerImpl' class.
InstrumentationManagerImpl.setServer ( javax.management.MBeanServer server )This method is from 'InstrumentationManagerImpl' class.
InstrumentationManagerImpl.setServerName ( String s )This method is from 'InstrumentationManagerImpl' class.
InstrumentationManagerImpl.setUsePlatformMBeanServer ( Boolean flag )This method is from 'InstrumentationManagerImpl' class.
InstrumentationManagerImpl.shutdown ( )This method is from 'InstrumentationManagerImpl' class.
InstrumentationManagerImpl.unregister ( javax.management.ObjectName name )This method is from 'InstrumentationManagerImpl' class.
InstrumentationManagerImpl.unregister ( org.apache.cxf.management.ManagedComponent component )This method is from 'InstrumentationManagerImpl' class.
[+] MBServerConnectorFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
MBServerConnectorFactory.createConnector ( )This method is from 'MBServerConnectorFactory' class.
MBServerConnectorFactory.destroy ( )This method is from 'MBServerConnectorFactory' class.
MBServerConnectorFactory.getInstance ( )This method is from 'MBServerConnectorFactory' class.
MBServerConnectorFactory.setDaemon ( boolean fdaemon )This method is from 'MBServerConnectorFactory' class.
MBServerConnectorFactory.setEnvironment ( java.util.Map env )This method is from 'MBServerConnectorFactory' class.
MBServerConnectorFactory.setMBeanServer ( javax.management.MBeanServer ms )This method is from 'MBServerConnectorFactory' class.
MBServerConnectorFactory.setServiceUrl ( String url )This method is from 'MBServerConnectorFactory' class.
MBServerConnectorFactory.setThreaded ( boolean fthread )This method is from 'MBServerConnectorFactory' class.
package org.apache.cxf.management.jmx.export.runtime
[+] ModelMBeanAssembler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
ModelMBeanAssembler.checkMethod ( reflect.Method[ ] methods, String methodName )This method is from 'ModelMBeanAssembler' class.
ModelMBeanAssembler.getAttributeName ( String methodName )This method is from 'ModelMBeanAssembler' class.
ModelMBeanAssembler.getAttributeType ( reflect.Method[ ] methods, String attributeName )This method is from 'ModelMBeanAssembler' class.
ModelMBeanAssembler.getAttributInfo ( reflect.Method[ ] methods, String attributName, String attributType, org.apache.cxf.management.annotation.ManagedAttribute managedAttribute )This method is from 'ModelMBeanAssembler' class.
ModelMBeanAssembler.getManagedAttribute ( reflect.Method method )This method is from 'ModelMBeanAssembler' class.
ModelMBeanAssembler.getManagedNotifications ( Class clazz )This method is from 'ModelMBeanAssembler' class.
ModelMBeanAssembler.getManagedOperation ( reflect.Method method )This method is from 'ModelMBeanAssembler' class.
ModelMBeanAssembler.getManagedOperationParameters ( reflect.Method method )This method is from 'ModelMBeanAssembler' class.
ModelMBeanAssembler.getManagedResource ( Class clazz )This method is from 'ModelMBeanAssembler' class.
ModelMBeanAssembler.getModelMbeanInfo ( Class clazz )This method is from 'ModelMBeanAssembler' class.
ModelMBeanAssembler.ModelMBeanAssembler ( )This constructor is from 'ModelMBeanAssembler' class.
[+] ModelMBeanInfoSupporter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
ModelMBeanInfoSupporter.addModelMBeanAttribute ( String fname, String ftype, boolean read, boolean write, boolean is, String description, javax.management.Descriptor desc )This method is from 'ModelMBeanInfoSupporter' class.
ModelMBeanInfoSupporter.addModelMBeanConstructor ( reflect.Constructor c, String description, javax.management.Descriptor desc )This method is from 'ModelMBeanInfoSupporter' class.
ModelMBeanInfoSupporter.addModelMBeanMethod ( String name, String[ ] paramTypes, String[ ] paramNames, String[ ] paramDescs, String description, String rtype, javax.management.Descriptor desc )This method is from 'ModelMBeanInfoSupporter' class.
ModelMBeanInfoSupporter.addModelMBeanNotification ( String[ ] type, String className, String description, javax.management.Descriptor desc )This method is from 'ModelMBeanInfoSupporter' class.
ModelMBeanInfoSupporter.buildAttributeDescriptor ( org.apache.cxf.management.annotation.ManagedAttribute ma, String attributeName, boolean is, boolean read, boolean write )This method is from 'ModelMBeanInfoSupporter' class.
ModelMBeanInfoSupporter.buildAttributeOperationDescriptor ( String operationName )This method is from 'ModelMBeanInfoSupporter' class.
ModelMBeanInfoSupporter.buildMBeanDescriptor ( org.apache.cxf.management.annotation.ManagedResource mr )This method is from 'ModelMBeanInfoSupporter' class.
ModelMBeanInfoSupporter.buildModelMBeanInfo ( javax.management.Descriptor desc )This method is from 'ModelMBeanInfoSupporter' class.
ModelMBeanInfoSupporter.buildOperationDescriptor ( org.apache.cxf.management.annotation.ManagedOperation mo, String operationName )This method is from 'ModelMBeanInfoSupporter' class.
ModelMBeanInfoSupporter.checkAttribute ( String attributeName )This method is from 'ModelMBeanInfoSupporter' class.
ModelMBeanInfoSupporter.clear ( )This method is from 'ModelMBeanInfoSupporter' class.
ModelMBeanInfoSupporter.ModelMBeanInfoSupporter ( )This constructor is from 'ModelMBeanInfoSupporter' class.
package org.apache.cxf.management.persistence
[+] ExchangeData (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (33)
ExchangeData.ExchangeData ( )This constructor is from 'ExchangeData' class.
ExchangeData.getEncoding ( )This method is from 'ExchangeData' class.
ExchangeData.getExceptionType ( )This method is from 'ExchangeData' class.
ExchangeData.getId ( )This method is from 'ExchangeData' class.
ExchangeData.getInDate ( )This method is from 'ExchangeData' class.
ExchangeData.getOperation ( )This method is from 'ExchangeData' class.
ExchangeData.getOutDate ( )This method is from 'ExchangeData' class.
ExchangeData.getProperties ( )This method is from 'ExchangeData' class.
ExchangeData.getRequest ( )This method is from 'ExchangeData' class.
ExchangeData.getRequestSize ( )This method is from 'ExchangeData' class.
ExchangeData.getResponse ( )This method is from 'ExchangeData' class.
ExchangeData.getResponseSize ( )This method is from 'ExchangeData' class.
ExchangeData.getServiceName ( )This method is from 'ExchangeData' class.
ExchangeData.getStackTrace ( )This method is from 'ExchangeData' class.
ExchangeData.getStatus ( )This method is from 'ExchangeData' class.
ExchangeData.getUri ( )This method is from 'ExchangeData' class.
ExchangeData.getUserAgent ( )This method is from 'ExchangeData' class.
ExchangeData.setEncoding ( String encoding )This method is from 'ExchangeData' class.
ExchangeData.setExceptionType ( String exceptionType )This method is from 'ExchangeData' class.
ExchangeData.setId ( Integer id )This method is from 'ExchangeData' class.
ExchangeData.setInDate ( java.util.Date inDate )This method is from 'ExchangeData' class.
ExchangeData.setOperation ( String operation )This method is from 'ExchangeData' class.
ExchangeData.setOutDate ( java.util.Date outDate )This method is from 'ExchangeData' class.
ExchangeData.setProperties ( java.util.List properties )This method is from 'ExchangeData' class.
ExchangeData.setRequest ( String request )This method is from 'ExchangeData' class.
ExchangeData.setRequestSize ( Integer requestSize )This method is from 'ExchangeData' class.
ExchangeData.setResponse ( String response )This method is from 'ExchangeData' class.
ExchangeData.setResponseSize ( Integer responseSize )This method is from 'ExchangeData' class.
ExchangeData.setServiceName ( String serviceName )This method is from 'ExchangeData' class.
ExchangeData.setStackTrace ( String stackTrace )This method is from 'ExchangeData' class.
ExchangeData.setStatus ( String status )This method is from 'ExchangeData' class.
ExchangeData.setUri ( String uri )This method is from 'ExchangeData' class.
ExchangeData.setUserAgent ( String userAgent )This method is from 'ExchangeData' class.
[+] ExchangeDataDAO (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ExchangeDataDAO.save ( ExchangeData p1 )This abstract method is from 'ExchangeDataDAO' interface.
[+] ExchangeDataFilter (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ExchangeDataFilter.shouldPersist ( ExchangeData p1 )This abstract method is from 'ExchangeDataFilter' interface.
[+] ExchangeDataProperty (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
ExchangeDataProperty.ExchangeDataProperty ( )This constructor is from 'ExchangeDataProperty' class.
ExchangeDataProperty.getExchangeData ( )This method is from 'ExchangeDataProperty' class.
ExchangeDataProperty.getId ( )This method is from 'ExchangeDataProperty' class.
ExchangeDataProperty.getName ( )This method is from 'ExchangeDataProperty' class.
ExchangeDataProperty.getValue ( )This method is from 'ExchangeDataProperty' class.
ExchangeDataProperty.setExchangeData ( ExchangeData exchangeData )This method is from 'ExchangeDataProperty' class.
ExchangeDataProperty.setId ( Integer id )This method is from 'ExchangeDataProperty' class.
ExchangeDataProperty.setName ( String name )This method is from 'ExchangeDataProperty' class.
ExchangeDataProperty.setValue ( String value )This method is from 'ExchangeDataProperty' class.
[+] FilesystemExchangeDataDAO (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
FilesystemExchangeDataDAO.FilesystemExchangeDataDAO ( )This constructor is from 'FilesystemExchangeDataDAO' class.
FilesystemExchangeDataDAO.save ( ExchangeData exchange )This method is from 'FilesystemExchangeDataDAO' class.
FilesystemExchangeDataDAO.setDirectory ( String directory )This method is from 'FilesystemExchangeDataDAO' class.
[+] StatusExchangeDataFilter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
StatusExchangeDataFilter.setStatusFilter ( String statusFilter )This method is from 'StatusExchangeDataFilter' class.
StatusExchangeDataFilter.shouldPersist ( ExchangeData data )This method is from 'StatusExchangeDataFilter' class.
StatusExchangeDataFilter.StatusExchangeDataFilter ( )This constructor is from 'StatusExchangeDataFilter' class.
package org.apache.cxf.management.utils
[+] ManagementConsole (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ManagementConsole.doManagement ( )This method is from 'ManagementConsole' class.
ManagementConsole.getManagedObjectAttributes ( javax.management.ObjectName name )This method is from 'ManagementConsole' class.
ManagementConsole.main ( String[ ] args )This method is from 'ManagementConsole' class.
package org.apache.cxf.message
[+] AbstractWrappedMessage (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (36)
AbstractWrappedMessage.AbstractWrappedMessage ( Message msg )This constructor is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.clear ( )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.containsKey ( Object key )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.containsValue ( Object value )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.entrySet ( )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.equals ( Object o )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.get ( Class key )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.get ( Object key )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.getAttachments ( )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.getContent ( Class format )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.getContentFormats ( )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.getContextualProperty ( String key )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.getDestination ( )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.getExchange ( )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.getId ( )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.getInterceptorChain ( )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.getMessage ( )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.hashCode ( )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.isEmpty ( )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.keySet ( )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.put ( Class key, Object value )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.put ( Object x0, Object x1 )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.put ( String key, Object value )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.putAll ( java.util.Map t )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.remove ( Object key )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.removeContent ( Class format )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.resetContextCache ( )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.setAttachments ( java.util.Collection attachments )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.setContent ( Class format, Object content )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.setContextualProperty ( String key, Object v )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.setExchange ( Exchange exchange )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.setId ( String id )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.setInterceptorChain ( org.apache.cxf.interceptor.InterceptorChain chain )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.setMessage ( Message message )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.size ( )This method is from 'AbstractWrappedMessage' abstract class.
AbstractWrappedMessage.values ( )This method is from 'AbstractWrappedMessage' abstract class.
[+] Attachment (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Attachment.getDataHandler ( )This abstract method is from 'Attachment' interface.
Attachment.getHeader ( String p1 )This abstract method is from 'Attachment' interface.
Attachment.getHeaderNames ( )This abstract method is from 'Attachment' interface.
Attachment.getId ( )This abstract method is from 'Attachment' interface.
Attachment.isXOP ( )This abstract method is from 'Attachment' interface.
[+] ExchangeImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (28)
ExchangeImpl.clear ( )This method is from 'ExchangeImpl' class.
ExchangeImpl.ExchangeImpl ( )This constructor is from 'ExchangeImpl' class.
ExchangeImpl.getBinding ( )This method is from 'ExchangeImpl' class.
ExchangeImpl.getBindingOperationInfo ( )This method is from 'ExchangeImpl' class.
ExchangeImpl.getBus ( )This method is from 'ExchangeImpl' class.
ExchangeImpl.getConduit ( Message message )This method is from 'ExchangeImpl' class.
ExchangeImpl.getDestination ( )This method is from 'ExchangeImpl' class.
ExchangeImpl.getEndpoint ( )This method is from 'ExchangeImpl' class.
ExchangeImpl.getInFaultMessage ( )This method is from 'ExchangeImpl' class.
ExchangeImpl.getInMessage ( )This method is from 'ExchangeImpl' class.
ExchangeImpl.getOutFaultMessage ( )This method is from 'ExchangeImpl' class.
ExchangeImpl.getOutMessage ( )This method is from 'ExchangeImpl' class.
ExchangeImpl.getService ( )This method is from 'ExchangeImpl' class.
ExchangeImpl.getSession ( )This method is from 'ExchangeImpl' class.
ExchangeImpl.isOneWay ( )This method is from 'ExchangeImpl' class.
ExchangeImpl.isSynchronous ( )This method is from 'ExchangeImpl' class.
ExchangeImpl.put ( Class key, Object value )This method is from 'ExchangeImpl' class.
ExchangeImpl.put ( Object x0, Object x1 )This method is from 'ExchangeImpl' class.
ExchangeImpl.put ( String key, Object value )This method is from 'ExchangeImpl' class.
ExchangeImpl.setConduit ( org.apache.cxf.transport.Conduit c )This method is from 'ExchangeImpl' class.
ExchangeImpl.setDestination ( org.apache.cxf.transport.Destination d )This method is from 'ExchangeImpl' class.
ExchangeImpl.setInFaultMessage ( Message m )This method is from 'ExchangeImpl' class.
ExchangeImpl.setInMessage ( Message m )This method is from 'ExchangeImpl' class.
ExchangeImpl.setOneWay ( boolean b )This method is from 'ExchangeImpl' class.
ExchangeImpl.setOutFaultMessage ( Message m )This method is from 'ExchangeImpl' class.
ExchangeImpl.setOutMessage ( Message m )This method is from 'ExchangeImpl' class.
ExchangeImpl.setSession ( org.apache.cxf.transport.Session session )This method is from 'ExchangeImpl' class.
ExchangeImpl.setSynchronous ( boolean b )This method is from 'ExchangeImpl' class.
[+] FaultMode (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
FaultMode.valueOf ( String name )This method is from 'FaultMode' class.
FaultMode.values ( )This method is from 'FaultMode' class.
[+] MessageContentsList (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
MessageContentsList.get ( org.apache.cxf.service.model.MessagePartInfo key )This method is from 'MessageContentsList' class.
MessageContentsList.getContentsList ( Message msg )This method is from 'MessageContentsList' class.
MessageContentsList.hasValue ( org.apache.cxf.service.model.MessagePartInfo key )This method is from 'MessageContentsList' class.
MessageContentsList.MessageContentsList ( )This constructor is from 'MessageContentsList' class.
MessageContentsList.MessageContentsList ( Object[ ] values )This constructor is from 'MessageContentsList' class.
MessageContentsList.MessageContentsList ( java.util.List values )This constructor is from 'MessageContentsList' class.
MessageContentsList.put ( org.apache.cxf.service.model.MessagePartInfo key, Object value )This method is from 'MessageContentsList' class.
MessageContentsList.remove ( org.apache.cxf.service.model.MessagePartInfo key )This method is from 'MessageContentsList' class.
MessageContentsList.set ( int idx, Object value )This method is from 'MessageContentsList' class.
[+] MessageImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (23)
MessageImpl.copyContent ( Message m1, Message m2 )This method is from 'MessageImpl' class.
MessageImpl.getAttachmentMimeType ( )This method is from 'MessageImpl' class.
MessageImpl.getAttachments ( )This method is from 'MessageImpl' class.
MessageImpl.getContent ( Class format )This method is from 'MessageImpl' class.
MessageImpl.getContentFormats ( )This method is from 'MessageImpl' class.
MessageImpl.getContextualProperty ( String key )This method is from 'MessageImpl' class.
MessageImpl.getDestination ( )This method is from 'MessageImpl' class.
MessageImpl.getExchange ( )This method is from 'MessageImpl' class.
MessageImpl.getId ( )This method is from 'MessageImpl' class.
MessageImpl.getInterceptorChain ( )This method is from 'MessageImpl' class.
MessageImpl.MessageImpl ( )This constructor is from 'MessageImpl' class.
MessageImpl.MessageImpl ( Message m )This constructor is from 'MessageImpl' class.
MessageImpl.put ( Object x0, Object x1 )This method is from 'MessageImpl' class.
MessageImpl.put ( String key, Object value )This method is from 'MessageImpl' class.
MessageImpl.removeContent ( Class format )This method is from 'MessageImpl' class.
MessageImpl.resetContextCache ( )This method is from 'MessageImpl' class.
MessageImpl.setAttachments ( java.util.Collection attachments )This method is from 'MessageImpl' class.
MessageImpl.setContent ( Class format, Object content )This method is from 'MessageImpl' class.
MessageImpl.setContextualProperty ( String key, Object v )This method is from 'MessageImpl' class.
MessageImpl.setDestination ( org.apache.cxf.transport.Destination d )This method is from 'MessageImpl' class.
MessageImpl.setExchange ( Exchange e )This method is from 'MessageImpl' class.
MessageImpl.setId ( String i )This method is from 'MessageImpl' class.
MessageImpl.setInterceptorChain ( org.apache.cxf.interceptor.InterceptorChain ic )This method is from 'MessageImpl' class.
[+] MessageUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
MessageUtils.getContextualBoolean ( Message m, String key, boolean defaultValue )This method is from 'MessageUtils' class.
MessageUtils.getFaultMode ( Message message )This method is from 'MessageUtils' class.
MessageUtils.isDOMPresent ( Message m )This method is from 'MessageUtils' class.
MessageUtils.isEmptyPartialResponse ( Message message )This method is from 'MessageUtils' class.
MessageUtils.isFault ( Message message )This method is from 'MessageUtils' class.
MessageUtils.isOutbound ( Message message )This method is from 'MessageUtils' class.
MessageUtils.isPartialResponse ( Message message )This method is from 'MessageUtils' class.
MessageUtils.isRequestor ( Message message )This method is from 'MessageUtils' class.
MessageUtils.isTrue ( Object value )This method is from 'MessageUtils' class.
[+] StringMap (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
StringMap.get ( Class p1 )This abstract method is from 'StringMap' interface.
StringMap.put ( Class p1, Object p2 )This abstract method is from 'StringMap' interface.
[+] StringMapImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
StringMapImpl.get ( Class key )This method is from 'StringMapImpl' class.
StringMapImpl.put ( Class key, Object value )This method is from 'StringMapImpl' class.
StringMapImpl.StringMapImpl ( )This constructor is from 'StringMapImpl' class.
StringMapImpl.StringMapImpl ( java.util.Map i )This constructor is from 'StringMapImpl' class.
[+] XMLMessage (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
XMLMessage.XMLMessage ( Message message )This constructor is from 'XMLMessage' class.
package org.apache.cxf.phase
[+] Phase (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
Phase.compareTo ( Object o )This method is from 'Phase' class.
Phase.equals ( Object o )This method is from 'Phase' class.
Phase.getName ( )This method is from 'Phase' class.
Phase.getPriority ( )This method is from 'Phase' class.
Phase.hashCode ( )This method is from 'Phase' class.
Phase.Phase ( )This constructor is from 'Phase' class.
Phase.Phase ( String n, int p )This constructor is from 'Phase' class.
Phase.setName ( String n )This method is from 'Phase' class.
Phase.setPriority ( int p )This method is from 'Phase' class.
Phase.toString ( )This method is from 'Phase' class.
[+] PhaseChainCache (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
PhaseChainCache.get ( java.util.SortedSet phaseList, java.util.List p1 )This method is from 'PhaseChainCache' class.
PhaseChainCache.get ( java.util.SortedSet phaseList, java.util.List p1, java.util.List p2 )This method is from 'PhaseChainCache' class.
PhaseChainCache.get ( java.util.SortedSet phaseList, java.util.List p1, java.util.List p2, java.util.List p3 )This method is from 'PhaseChainCache' class.
PhaseChainCache.get ( java.util.SortedSet phaseList, java.util.List p1, java.util.List p2, java.util.List p3, java.util.List p4 )This method is from 'PhaseChainCache' class.
PhaseChainCache.get ( java.util.SortedSet phaseList, java.util.List p1, java.util.List p2, java.util.List p3, java.util.List p4, java.util.List p5 )This method is from 'PhaseChainCache' class.
PhaseChainCache.PhaseChainCache ( )This constructor is from 'PhaseChainCache' class.
[+] PhaseComparator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PhaseComparator.compare ( Object x0, Object x1 )This method is from 'PhaseComparator' class.
PhaseComparator.compare ( Phase o1, Phase o2 )This method is from 'PhaseComparator' class.
PhaseComparator.PhaseComparator ( )This constructor is from 'PhaseComparator' class.
[+] PhaseInterceptor (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
PhaseInterceptor.getAdditionalInterceptors ( )This abstract method is from 'PhaseInterceptor' interface.
PhaseInterceptor.getAfter ( )This abstract method is from 'PhaseInterceptor' interface.
PhaseInterceptor.getBefore ( )This abstract method is from 'PhaseInterceptor' interface.
PhaseInterceptor.getId ( )This abstract method is from 'PhaseInterceptor' interface.
PhaseInterceptor.getPhase ( )This abstract method is from 'PhaseInterceptor' interface.
[+] PhaseManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
PhaseManager.getInPhases ( )This abstract method is from 'PhaseManager' interface.
PhaseManager.getOutPhases ( )This abstract method is from 'PhaseManager' interface.
[+] PhaseManagerImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
PhaseManagerImpl.getInPhases ( )This method is from 'PhaseManagerImpl' class.
PhaseManagerImpl.getOutPhases ( )This method is from 'PhaseManagerImpl' class.
PhaseManagerImpl.getRegistrationType ( )This method is from 'PhaseManagerImpl' class.
PhaseManagerImpl.PhaseManagerImpl ( )This constructor is from 'PhaseManagerImpl' class.
PhaseManagerImpl.PhaseManagerImpl ( java.util.SortedSet in, java.util.SortedSet out )This constructor is from 'PhaseManagerImpl' class.
package org.apache.cxf.resource
[+] ClassLoaderResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ClassLoaderResolver.ClassLoaderResolver ( )This constructor is from 'ClassLoaderResolver' class.
ClassLoaderResolver.ClassLoaderResolver ( ClassLoader l )This constructor is from 'ClassLoaderResolver' class.
ClassLoaderResolver.getAsStream ( String name )This method is from 'ClassLoaderResolver' class.
ClassLoaderResolver.resolve ( String resourceName, Class resourceType )This method is from 'ClassLoaderResolver' class.
[+] ClasspathResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ClasspathResolver.ClasspathResolver ( )This constructor is from 'ClasspathResolver' class.
ClasspathResolver.getAsStream ( String name )This method is from 'ClasspathResolver' class.
ClasspathResolver.resolve ( String resourceName, Class resourceType )This method is from 'ClasspathResolver' class.
[+] DefaultResourceManager (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
DefaultResourceManager.addResourceResolver ( ResourceResolver resolver )This method is from 'DefaultResourceManager' class.
DefaultResourceManager.addResourceResolvers ( java.util.Collection resolvers )This method is from 'DefaultResourceManager' class.
DefaultResourceManager.DefaultResourceManager ( )This constructor is from 'DefaultResourceManager' class.
DefaultResourceManager.DefaultResourceManager ( java.util.List resolvers )This constructor is from 'DefaultResourceManager' class.
DefaultResourceManager.DefaultResourceManager ( ResourceResolver resolver )This constructor is from 'DefaultResourceManager' class.
DefaultResourceManager.getResourceAsStream ( String name )This method is from 'DefaultResourceManager' class.
DefaultResourceManager.getResourceResolvers ( )This method is from 'DefaultResourceManager' class.
DefaultResourceManager.onFirstResolve ( )This method is from 'DefaultResourceManager' class.
DefaultResourceManager.removeResourceResolver ( ResourceResolver resolver )This method is from 'DefaultResourceManager' class.
DefaultResourceManager.resolveResource ( String name, Class type )This method is from 'DefaultResourceManager' class.
DefaultResourceManager.resolveResource ( String name, Class type, java.util.List resolvers )This method is from 'DefaultResourceManager' class.
[+] ExtendedURIResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ExtendedURIResolver.close ( )This method is from 'ExtendedURIResolver' class.
ExtendedURIResolver.ExtendedURIResolver ( )This constructor is from 'ExtendedURIResolver' class.
ExtendedURIResolver.getLatestImportURI ( )This method is from 'ExtendedURIResolver' class.
ExtendedURIResolver.getURI ( )This method is from 'ExtendedURIResolver' class.
ExtendedURIResolver.resolve ( String curUri, String baseUri )This method is from 'ExtendedURIResolver' class.
[+] ObjectTypeResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ObjectTypeResolver.getAsStream ( String name )This method is from 'ObjectTypeResolver' class.
ObjectTypeResolver.ObjectTypeResolver ( Object v )This constructor is from 'ObjectTypeResolver' class.
ObjectTypeResolver.resolve ( String resourceName, Class resourceType )This method is from 'ObjectTypeResolver' class.
[+] PropertiesResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PropertiesResolver.getAsStream ( String name )This method is from 'PropertiesResolver' class.
PropertiesResolver.PropertiesResolver ( java.util.Map p )This constructor is from 'PropertiesResolver' class.
PropertiesResolver.resolve ( String resourceName, Class resourceType )This method is from 'PropertiesResolver' class.
[+] ResourceManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
ResourceManager.addResourceResolver ( ResourceResolver p1 )This abstract method is from 'ResourceManager' interface.
ResourceManager.getResourceAsStream ( String p1 )This abstract method is from 'ResourceManager' interface.
ResourceManager.getResourceResolvers ( )This abstract method is from 'ResourceManager' interface.
ResourceManager.removeResourceResolver ( ResourceResolver p1 )This abstract method is from 'ResourceManager' interface.
ResourceManager.resolveResource ( String p1, Class p2 )This abstract method is from 'ResourceManager' interface.
ResourceManager.resolveResource ( String p1, Class p2, java.util.List p3 )This abstract method is from 'ResourceManager' interface.
[+] ResourceResolver (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ResourceResolver.getAsStream ( String p1 )This abstract method is from 'ResourceResolver' interface.
ResourceResolver.resolve ( String p1, Class p2 )This abstract method is from 'ResourceResolver' interface.
[+] SinglePropertyResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SinglePropertyResolver.getAsStream ( String name )This method is from 'SinglePropertyResolver' class.
SinglePropertyResolver.resolve ( String resourceName, Class resourceType )This method is from 'SinglePropertyResolver' class.
SinglePropertyResolver.SinglePropertyResolver ( String k, Object v )This constructor is from 'SinglePropertyResolver' class.
[+] URIResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
URIResolver.getFile ( )This method is from 'URIResolver' class.
URIResolver.getInputStream ( )This method is from 'URIResolver' class.
URIResolver.getURI ( )This method is from 'URIResolver' class.
URIResolver.getURL ( )This method is from 'URIResolver' class.
URIResolver.isFile ( )This method is from 'URIResolver' class.
URIResolver.isResolved ( )This method is from 'URIResolver' class.
URIResolver.resolve ( String baseUriStr, String uriStr, Class callingCls )This method is from 'URIResolver' class.
URIResolver.unresolve ( )This method is from 'URIResolver' class.
URIResolver.URIResolver ( )This constructor is from 'URIResolver' class.
URIResolver.URIResolver ( String path )This constructor is from 'URIResolver' class.
URIResolver.URIResolver ( String baseUriStr, String uriStr )This constructor is from 'URIResolver' class.
URIResolver.URIResolver ( String baseUriStr, String uriStr, Class calling )This constructor is from 'URIResolver' class.
package org.apache.cxf.sdo
[+] DataReaderImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
DataReaderImpl.DataReaderImpl ( commonj.sdo.helper.HelperContext context )This constructor is from 'DataReaderImpl' class.
DataReaderImpl.read ( Object x0 )This method is from 'DataReaderImpl' class.
DataReaderImpl.read ( javax.xml.namespace.QName x0, Object x1, Class x2 )This method is from 'DataReaderImpl' class.
DataReaderImpl.read ( javax.xml.namespace.QName name, javax.xml.stream.XMLStreamReader input, Class type )This method is from 'DataReaderImpl' class.
DataReaderImpl.read ( javax.xml.stream.XMLStreamReader input )This method is from 'DataReaderImpl' class.
DataReaderImpl.read ( org.apache.cxf.service.model.MessagePartInfo x0, Object x1 )This method is from 'DataReaderImpl' class.
DataReaderImpl.read ( org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamReader reader )This method is from 'DataReaderImpl' class.
DataReaderImpl.setAttachments ( java.util.Collection attachments )This method is from 'DataReaderImpl' class.
DataReaderImpl.setProperty ( String prop, Object value )This method is from 'DataReaderImpl' class.
DataReaderImpl.setSchema ( javax.xml.validation.Schema s )This method is from 'DataReaderImpl' class.
[+] DataWriterImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
DataWriterImpl.DataWriterImpl ( commonj.sdo.helper.HelperContext context )This constructor is from 'DataWriterImpl' class.
DataWriterImpl.setAttachments ( java.util.Collection attachments )This method is from 'DataWriterImpl' class.
DataWriterImpl.setProperty ( String key, Object value )This method is from 'DataWriterImpl' class.
DataWriterImpl.setSchema ( javax.xml.validation.Schema schema )This method is from 'DataWriterImpl' class.
DataWriterImpl.write ( Object x0, Object x1 )This method is from 'DataWriterImpl' class.
DataWriterImpl.write ( Object obj, javax.xml.stream.XMLStreamWriter output )This method is from 'DataWriterImpl' class.
DataWriterImpl.write ( Object x0, org.apache.cxf.service.model.MessagePartInfo x1, Object x2 )This method is from 'DataWriterImpl' class.
DataWriterImpl.write ( Object obj, org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamWriter output )This method is from 'DataWriterImpl' class.
[+] NodeDataWriterImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
NodeDataWriterImpl.NodeDataWriterImpl ( commonj.sdo.helper.HelperContext ctx )This constructor is from 'NodeDataWriterImpl' class.
NodeDataWriterImpl.setAttachments ( java.util.Collection attachments )This method is from 'NodeDataWriterImpl' class.
NodeDataWriterImpl.setProperty ( String key, Object value )This method is from 'NodeDataWriterImpl' class.
NodeDataWriterImpl.setSchema ( javax.xml.validation.Schema s )This method is from 'NodeDataWriterImpl' class.
NodeDataWriterImpl.write ( Object x0, Object x1 )This method is from 'NodeDataWriterImpl' class.
NodeDataWriterImpl.write ( Object x0, org.apache.cxf.service.model.MessagePartInfo x1, Object x2 )This method is from 'NodeDataWriterImpl' class.
NodeDataWriterImpl.write ( Object obj, org.apache.cxf.service.model.MessagePartInfo part, org.w3c.dom.Node output )This method is from 'NodeDataWriterImpl' class.
NodeDataWriterImpl.write ( Object obj, org.w3c.dom.Node output )This method is from 'NodeDataWriterImpl' class.
[+] SDODataBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
SDODataBinding.createReader ( Class c )This method is from 'SDODataBinding' class.
SDODataBinding.createWrapperHelper ( Class wrapperType, javax.xml.namespace.QName wrapperName, java.util.List partNames, java.util.List elTypeNames, java.util.List partClasses )This method is from 'SDODataBinding' class.
SDODataBinding.createWriter ( Class c )This method is from 'SDODataBinding' class.
SDODataBinding.getSupportedReaderFormats ( )This method is from 'SDODataBinding' class.
SDODataBinding.getSupportedWriterFormats ( )This method is from 'SDODataBinding' class.
SDODataBinding.initialize ( org.apache.cxf.service.Service service )This method is from 'SDODataBinding' class.
SDODataBinding.SDODataBinding ( )This constructor is from 'SDODataBinding' class.
package org.apache.cxf.sdo.tools
[+] SDODatabinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
SDODatabinding.createDefaultValueWriter ( javax.xml.namespace.QName qName, boolean b )This method is from 'SDODatabinding' class.
SDODatabinding.createDefaultValueWriterForWrappedElement ( javax.xml.namespace.QName qName, javax.xml.namespace.QName qName1 )This method is from 'SDODatabinding' class.
SDODatabinding.generate ( org.apache.cxf.tools.common.ToolContext context )This method is from 'SDODatabinding' class.
SDODatabinding.getType ( javax.xml.namespace.QName qName, boolean element )This method is from 'SDODatabinding' class.
SDODatabinding.getWrappedElementType ( javax.xml.namespace.QName wrapperElement, javax.xml.namespace.QName item )This method is from 'SDODatabinding' class.
SDODatabinding.initialize ( org.apache.cxf.tools.common.ToolContext context )This method is from 'SDODatabinding' class.
SDODatabinding.SDODatabinding ( )This constructor is from 'SDODatabinding' class.
package org.apache.cxf.security
[+] LoginSecurityContext (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
LoginSecurityContext.getSubject ( )This abstract method is from 'LoginSecurityContext' interface.
LoginSecurityContext.getUserRoles ( )This abstract method is from 'LoginSecurityContext' interface.
[+] SecurityContext (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SecurityContext.getUserPrincipal ( )This abstract method is from 'SecurityContext' interface.
SecurityContext.isUserInRole ( String p1 )This abstract method is from 'SecurityContext' interface.
package org.apache.cxf.security.transport
[+] TLSSessionInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
TLSSessionInfo.getChipherSuite ( )This method is from 'TLSSessionInfo' class.
TLSSessionInfo.getPeerCertificates ( )This method is from 'TLSSessionInfo' class.
TLSSessionInfo.getSSLSession ( )This method is from 'TLSSessionInfo' class.
TLSSessionInfo.TLSSessionInfo ( String suite )This constructor is from 'TLSSessionInfo' class.
TLSSessionInfo.TLSSessionInfo ( String suite, javax.net.ssl.SSLSession session, java.security.cert.Certificate[ ] certs )This constructor is from 'TLSSessionInfo' class.
package org.apache.cxf.service
[+] ServiceBuilder (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
ServiceBuilder.createService ( )This abstract method is from 'ServiceBuilder' interface.
ServiceBuilder.getOutputFile ( )This abstract method is from 'ServiceBuilder' interface.
ServiceBuilder.setAddress ( String p1 )This abstract method is from 'ServiceBuilder' interface.
ServiceBuilder.setBindingId ( String p1 )This abstract method is from 'ServiceBuilder' interface.
ServiceBuilder.setBus ( org.apache.cxf.Bus p1 )This abstract method is from 'ServiceBuilder' interface.
ServiceBuilder.setServiceClass ( Class p1 )This abstract method is from 'ServiceBuilder' interface.
ServiceBuilder.setTransportId ( String p1 )This abstract method is from 'ServiceBuilder' interface.
ServiceBuilder.validate ( )This abstract method is from 'ServiceBuilder' interface.
[+] ServiceImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
ServiceImpl.getBeanName ( )This method is from 'ServiceImpl' class.
ServiceImpl.getDataBinding ( )This method is from 'ServiceImpl' class.
ServiceImpl.getEndpointInfo ( javax.xml.namespace.QName endpoint )This method is from 'ServiceImpl' class.
ServiceImpl.getEndpoints ( )This method is from 'ServiceImpl' class.
ServiceImpl.getExecutor ( )This method is from 'ServiceImpl' class.
ServiceImpl.getInvoker ( )This method is from 'ServiceImpl' class.
ServiceImpl.getName ( )This method is from 'ServiceImpl' class.
ServiceImpl.getServiceInfos ( )This method is from 'ServiceImpl' class.
ServiceImpl.ServiceImpl ( )This constructor is from 'ServiceImpl' class.
ServiceImpl.ServiceImpl ( java.util.List si )This constructor is from 'ServiceImpl' class.
ServiceImpl.ServiceImpl ( model.ServiceInfo si )This constructor is from 'ServiceImpl' class.
ServiceImpl.setDataBinding ( org.apache.cxf.databinding.DataBinding dataBinding )This method is from 'ServiceImpl' class.
ServiceImpl.setEndpoints ( java.util.Map endpoints )This method is from 'ServiceImpl' class.
ServiceImpl.setExecutor ( java.util.concurrent.Executor executor )This method is from 'ServiceImpl' class.
ServiceImpl.setInvoker ( invoker.Invoker invoker )This method is from 'ServiceImpl' class.
ServiceImpl.setProperties ( java.util.Map properties )This method is from 'ServiceImpl' class.
ServiceImpl.toString ( )This method is from 'ServiceImpl' class.
[+] ServiceModelSchemaValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ServiceModelSchemaValidator.begin ( model.MessagePartInfo part )This method is from 'ServiceModelSchemaValidator' class.
ServiceModelSchemaValidator.getComplaints ( )This method is from 'ServiceModelSchemaValidator' class.
ServiceModelSchemaValidator.ServiceModelSchemaValidator ( model.ServiceInfo serviceInfo )This constructor is from 'ServiceModelSchemaValidator' class.
[+] ServiceModelVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (18)
ServiceModelVisitor.begin ( model.EndpointInfo endpointInfo )This method is from 'ServiceModelVisitor' class.
ServiceModelVisitor.begin ( model.FaultInfo fault )This method is from 'ServiceModelVisitor' class.
ServiceModelVisitor.begin ( model.InterfaceInfo intf )This method is from 'ServiceModelVisitor' class.
ServiceModelVisitor.begin ( model.MessageInfo msg )This method is from 'ServiceModelVisitor' class.
ServiceModelVisitor.begin ( model.MessagePartInfo part )This method is from 'ServiceModelVisitor' class.
ServiceModelVisitor.begin ( model.OperationInfo op )This method is from 'ServiceModelVisitor' class.
ServiceModelVisitor.begin ( model.ServiceInfo service )This method is from 'ServiceModelVisitor' class.
ServiceModelVisitor.begin ( model.UnwrappedOperationInfo op )This method is from 'ServiceModelVisitor' class.
ServiceModelVisitor.end ( model.EndpointInfo endpointInfo )This method is from 'ServiceModelVisitor' class.
ServiceModelVisitor.end ( model.FaultInfo fault )This method is from 'ServiceModelVisitor' class.
ServiceModelVisitor.end ( model.InterfaceInfo intf )This method is from 'ServiceModelVisitor' class.
ServiceModelVisitor.end ( model.MessageInfo msg )This method is from 'ServiceModelVisitor' class.
ServiceModelVisitor.end ( model.MessagePartInfo part )This method is from 'ServiceModelVisitor' class.
ServiceModelVisitor.end ( model.OperationInfo op )This method is from 'ServiceModelVisitor' class.
ServiceModelVisitor.end ( model.ServiceInfo service )This method is from 'ServiceModelVisitor' class.
ServiceModelVisitor.end ( model.UnwrappedOperationInfo op )This method is from 'ServiceModelVisitor' class.
ServiceModelVisitor.ServiceModelVisitor ( model.ServiceInfo serviceInfo )This constructor is from 'ServiceModelVisitor' class.
ServiceModelVisitor.walk ( )This method is from 'ServiceModelVisitor' class.
package org.apache.cxf.service.factory
[+] AbstractServiceFactoryBean (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
AbstractServiceFactoryBean.AbstractServiceFactoryBean ( )This constructor is from 'AbstractServiceFactoryBean' abstract class.
AbstractServiceFactoryBean.create ( )This abstract method is from 'AbstractServiceFactoryBean' abstract class.
AbstractServiceFactoryBean.createDefaultDataBinding ( )This method is from 'AbstractServiceFactoryBean' abstract class.
AbstractServiceFactoryBean.getBus ( )This method is from 'AbstractServiceFactoryBean' abstract class.
AbstractServiceFactoryBean.getDataBinding ( )This method is from 'AbstractServiceFactoryBean' abstract class.
AbstractServiceFactoryBean.getDataBinding ( boolean create )This method is from 'AbstractServiceFactoryBean' abstract class.
AbstractServiceFactoryBean.getService ( )This method is from 'AbstractServiceFactoryBean' abstract class.
AbstractServiceFactoryBean.getSessionState ( )This method is from 'AbstractServiceFactoryBean' abstract class.
AbstractServiceFactoryBean.initializeDataBindings ( )This method is from 'AbstractServiceFactoryBean' abstract class.
AbstractServiceFactoryBean.initializeDefaultInterceptors ( )This method is from 'AbstractServiceFactoryBean' abstract class.
AbstractServiceFactoryBean.sendEvent ( FactoryBeanListener.Event ev, Object[ ] args )This method is from 'AbstractServiceFactoryBean' abstract class.
AbstractServiceFactoryBean.setBus ( org.apache.cxf.Bus bus )This method is from 'AbstractServiceFactoryBean' abstract class.
AbstractServiceFactoryBean.setDataBinding ( org.apache.cxf.databinding.DataBinding dataBinding )This method is from 'AbstractServiceFactoryBean' abstract class.
AbstractServiceFactoryBean.setService ( org.apache.cxf.service.Service service )This method is from 'AbstractServiceFactoryBean' abstract class.
[+] AnnotationsFactoryBeanListener (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
AnnotationsFactoryBeanListener.AnnotationsFactoryBeanListener ( )This constructor is from 'AnnotationsFactoryBeanListener' class.
AnnotationsFactoryBeanListener.handleEvent ( FactoryBeanListener.Event ev, AbstractServiceFactoryBean factory, Object[ ] args )This method is from 'AnnotationsFactoryBeanListener' class.
[+] DefaultServiceConfiguration (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (27)
DefaultServiceConfiguration.createName ( reflect.Method method, int paramNumber, int currentSize, boolean addMethodName, String flow )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.DefaultServiceConfiguration ( )This constructor is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.getEndpointName ( )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.getFaultName ( org.apache.cxf.service.model.InterfaceInfo service, org.apache.cxf.service.model.OperationInfo o, Class exClass, Class beanClass )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.getHolderType ( Class cls, reflect.Type type )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.getHolderType ( Class x0, reflect.Type x1 )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.getInParameterName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.getInPartName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.getInputMessageName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.getInterfaceName ( )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.getOperationName ( org.apache.cxf.service.model.InterfaceInfo service, reflect.Method method )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.getOutParameterName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.getOutPartName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.getOutputMessageName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.getServiceName ( )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.getServiceNamespace ( )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.getWrapperPartMaxOccurs ( org.apache.cxf.service.model.MessagePartInfo mpi )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.getWrapperPartMinOccurs ( org.apache.cxf.service.model.MessagePartInfo mpi )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.hasOutMessage ( reflect.Method m )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.isAsync ( reflect.Method method )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.isHeader ( reflect.Method method, int j )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.isHolder ( Class cls, reflect.Type type )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.isInParam ( reflect.Method method, int j )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.isOperation ( reflect.Method method )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.isOutParam ( reflect.Method method, int j )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.isWrapped ( reflect.Method m )This method is from 'DefaultServiceConfiguration' class.
DefaultServiceConfiguration.isWrapperPartNillable ( org.apache.cxf.service.model.MessagePartInfo mpi )This method is from 'DefaultServiceConfiguration' class.
[+] FactoryBeanListener (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
FactoryBeanListener.handleEvent ( FactoryBeanListener.Event p1, AbstractServiceFactoryBean p2, Object[ ] p3 )This abstract method is from 'FactoryBeanListener' interface.
[+] FactoryBeanListener.Event (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
FactoryBeanListener.Event.valueOf ( String name )This method is from 'FactoryBeanListener.Event' class.
FactoryBeanListener.Event.values ( )This method is from 'FactoryBeanListener.Event' class.
[+] FactoryBeanListenerManager (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
FactoryBeanListenerManager.addListener ( FactoryBeanListener l )This method is from 'FactoryBeanListenerManager' class.
FactoryBeanListenerManager.FactoryBeanListenerManager ( )This constructor is from 'FactoryBeanListenerManager' class.
FactoryBeanListenerManager.FactoryBeanListenerManager ( org.apache.cxf.Bus b )This constructor is from 'FactoryBeanListenerManager' class.
FactoryBeanListenerManager.getListeners ( )This method is from 'FactoryBeanListenerManager' class.
FactoryBeanListenerManager.removeListener ( FactoryBeanListener l )This method is from 'FactoryBeanListenerManager' class.
FactoryBeanListenerManager.setBus ( org.apache.cxf.Bus bus )This method is from 'FactoryBeanListenerManager' class.
[+] MethodNameSoapActionServiceConfiguration (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
MethodNameSoapActionServiceConfiguration.getAction ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method )This method is from 'MethodNameSoapActionServiceConfiguration' class.
MethodNameSoapActionServiceConfiguration.MethodNameSoapActionServiceConfiguration ( )This constructor is from 'MethodNameSoapActionServiceConfiguration' class.
[+] ReflectionServiceFactoryBean (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (117)
ReflectionServiceFactoryBean.addFault ( org.apache.cxf.service.model.InterfaceInfo service, org.apache.cxf.service.model.OperationInfo op, Class exClass )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.bindOperation ( org.apache.cxf.service.model.OperationInfo op, reflect.Method m )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.buildServiceFromClass ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.buildServiceFromWSDL ( String url )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.checkForElement ( org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.service.model.MessagePartInfo mpi )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.checkServiceClassAnnotations ( Class sc )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.create ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.createBareMessage ( org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.service.model.OperationInfo opInfo, boolean isOut )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.createDefaultDataBinding ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.createEndpoint ( org.apache.cxf.service.model.EndpointInfo ei )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.createEndpoints ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.createFaultForException ( Class exClass, org.apache.cxf.service.model.FaultInfo fi )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.createInputWrappedMessageParts ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, org.apache.cxf.service.model.MessageInfo inMsg )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.createInterface ( org.apache.cxf.service.model.ServiceInfo serviceInfo )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.createInvoker ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.createMessageParts ( org.apache.cxf.service.model.InterfaceInfo intf, org.apache.cxf.service.model.OperationInfo op, reflect.Method method )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.createOperation ( org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.service.model.InterfaceInfo intf, reflect.Method m )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.createOutputMessageName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.createOutputWrappedMessageParts ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, org.apache.cxf.service.model.MessageInfo outMsg )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.createServiceInfo ( org.apache.cxf.service.model.InterfaceInfo intf )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.createWrappedSchema ( org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.service.model.AbstractMessageContainer wrappedMessage, org.apache.cxf.service.model.AbstractMessageContainer unwrappedMessage, javax.xml.namespace.QName wrapperBeanName )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getAction ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getAnonymousWrapperTypes ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getBeanClass ( Class exClass )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getConfigurations ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getEndpointInfo ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getEndpointName ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getEndpointName ( boolean lookup )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getExecutor ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getExtraClass ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getFaultName ( org.apache.cxf.service.model.InterfaceInfo service, org.apache.cxf.service.model.OperationInfo o, Class exClass, Class beanClass )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getFeatures ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getHolderType ( Class cls, reflect.Type type )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getIgnoredClasses ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getIgnoredMethods ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getInParameterName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getInPartName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getInputMessageName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getInterfaceInfo ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getInterfaceName ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getInvoker ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getMethodDispatcher ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getOperationName ( org.apache.cxf.service.model.InterfaceInfo service, reflect.Method method )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getOutParameterName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getOutPartName ( org.apache.cxf.service.model.OperationInfo op, reflect.Method method, int paramNumber )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getProperties ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getQualifyWrapperSchema ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getRequestWrapper ( reflect.Method selected )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getRequestWrapperClassName ( reflect.Method selected )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getResponseWrapper ( reflect.Method selected )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getResponseWrapperClassName ( reflect.Method selected )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getServiceClass ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getServiceConfigurations ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getServiceName ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getServiceNamespace ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getServiceQName ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getServiceQName ( boolean lookup )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getStyle ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getWrapped ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getWrapperPartMaxOccurs ( org.apache.cxf.service.model.MessagePartInfo mpi )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getWrapperPartMinOccurs ( org.apache.cxf.service.model.MessagePartInfo mpi )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.getWsdlURL ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.hasOutMessage ( reflect.Method m )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.hasWrappedMethods ( org.apache.cxf.service.model.InterfaceInfo interfaceInfo )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.initializeClassInfo ( org.apache.cxf.service.model.OperationInfo o, reflect.Method method, java.util.List paramOrder )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.initializeDefaultInterceptors ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.initializeFaultInterceptors ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.initializeFaults ( org.apache.cxf.service.model.InterfaceInfo service, org.apache.cxf.service.model.OperationInfo op, reflect.Method method )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.initializeParameter ( org.apache.cxf.service.model.MessagePartInfo part, Class rawClass, reflect.Type type )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.initializeServiceConfigurations ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.initializeServiceModel ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.initializeWrappedSchema ( org.apache.cxf.service.model.ServiceInfo serviceInfo )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.initializeWSDLOperation ( org.apache.cxf.service.model.InterfaceInfo intf, org.apache.cxf.service.model.OperationInfo o, reflect.Method method )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.initializeWSDLOperations ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.isAnonymousWrapperTypes ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.isAsync ( reflect.Method method )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.isFromWsdl ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.isHeader ( reflect.Method method, int j )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.isHolder ( Class cls, reflect.Type type )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.isInParam ( reflect.Method method, int j )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.isMatchOperation ( String methodNameInClass, String methodNameInWsdl )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.isOutParam ( reflect.Method method, int j )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.isPopulateFromClass ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.isQualifyWrapperSchema ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.isRPC ( reflect.Method method )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.isValidMethod ( reflect.Method method )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.isWrapped ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.isWrapped ( reflect.Method method )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.isWrapperPartNillable ( org.apache.cxf.service.model.MessagePartInfo mpi )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.isWrapperPartQualified ( org.apache.cxf.service.model.MessagePartInfo mpi )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.processTypes ( Class sc, reflect.Type tp )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.ReflectionServiceFactoryBean ( )This constructor is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.reset ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.setAnonymousWrapperTypes ( boolean b )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.setConfigurations ( java.util.List configurations )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.setEndpointName ( javax.xml.namespace.QName en )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.setExecutor ( java.util.concurrent.Executor executor )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.setFeatures ( java.util.List f )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.setIgnoredClasses ( java.util.List ignoredClasses )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.setIgnoredMethods ( java.util.List ignoredMethods )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.setInvoker ( org.apache.cxf.service.invoker.Invoker invoker )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.setMethodDispatcher ( org.apache.cxf.frontend.MethodDispatcher m )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.setPopulateFromClass ( boolean fomClass )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.setProperties ( java.util.Map properties )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.setQualifyWrapperSchema ( boolean b )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.setSchemaLocations ( java.util.List schemaLocations )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.setServiceClass ( Class serviceClass )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.setServiceConfigurations ( java.util.List serviceConfigurations )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.setServiceName ( javax.xml.namespace.QName serviceName )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.setServiceProperties ( )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.setServiceType ( reflect.ParameterizedType servicetype )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.setValidate ( boolean validate )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.setWrapped ( boolean style )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.setWsdlURL ( String wsdlURL )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.setWsdlURL ( java.net.URL wsdlURL )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.updateBindingOperation ( org.apache.cxf.service.model.BindingOperationInfo boi )This method is from 'ReflectionServiceFactoryBean' class.
ReflectionServiceFactoryBean.validateServiceModel ( )This method is from 'ReflectionServiceFactoryBean' class.
[+] ServiceConstructionException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ServiceConstructionException.ServiceConstructionException ( String msg, java.util.logging.Logger log )This constructor is from 'ServiceConstructionException' class.
ServiceConstructionException.ServiceConstructionException ( String msg, java.util.logging.Logger log, Throwable cause )This constructor is from 'ServiceConstructionException' class.
ServiceConstructionException.ServiceConstructionException ( Throwable cause )This constructor is from 'ServiceConstructionException' class.
ServiceConstructionException.ServiceConstructionException ( org.apache.cxf.common.i18n.Message msg )This constructor is from 'ServiceConstructionException' class.
ServiceConstructionException.ServiceConstructionException ( org.apache.cxf.common.i18n.Message msg, Throwable t )This constructor is from 'ServiceConstructionException' class.
[+] WSDLBasedServiceConfiguration (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
WSDLBasedServiceConfiguration.getStyle ( )This method is from 'WSDLBasedServiceConfiguration' class.
WSDLBasedServiceConfiguration.WSDLBasedServiceConfiguration ( org.apache.cxf.service.model.BindingInfo bi )This constructor is from 'WSDLBasedServiceConfiguration' class.
package org.apache.cxf.service.invoker
[+] AbstractInvoker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
AbstractInvoker.AbstractInvoker ( )This constructor is from 'AbstractInvoker' abstract class.
AbstractInvoker.checkSuspendedInvocation ( org.apache.cxf.message.Exchange exchange, Object serviceObject, reflect.Method m, java.util.List params, Throwable t )This method is from 'AbstractInvoker' abstract class.
AbstractInvoker.createFault ( Throwable ex, reflect.Method m, java.util.List params, boolean checked )This method is from 'AbstractInvoker' abstract class.
AbstractInvoker.getMostSpecificMethod ( reflect.Method method, Class targetClass )This method is from 'AbstractInvoker' abstract class.
AbstractInvoker.getServiceObject ( org.apache.cxf.message.Exchange p1 )This abstract method is from 'AbstractInvoker' abstract class.
AbstractInvoker.insertExchange ( reflect.Method method, Object[ ] params, org.apache.cxf.message.Exchange context )This method is from 'AbstractInvoker' abstract class.
AbstractInvoker.invoke ( org.apache.cxf.message.Exchange exchange, Object o )This method is from 'AbstractInvoker' abstract class.
AbstractInvoker.invoke ( org.apache.cxf.message.Exchange exchange, Object serviceObject, reflect.Method m, java.util.List params )This method is from 'AbstractInvoker' abstract class.
AbstractInvoker.isJdkDynamicProxy ( Object object )This method is from 'AbstractInvoker' abstract class.
AbstractInvoker.performInvocation ( org.apache.cxf.message.Exchange exchange, Object serviceObject, reflect.Method m, Object[ ] paramArray )This method is from 'AbstractInvoker' abstract class.
AbstractInvoker.releaseServiceObject ( org.apache.cxf.message.Exchange context, Object obj )This method is from 'AbstractInvoker' abstract class.
[+] BeanInvoker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
BeanInvoker.BeanInvoker ( Object proxy )This constructor is from 'BeanInvoker' class.
BeanInvoker.getServiceObject ( org.apache.cxf.message.Exchange ex )This method is from 'BeanInvoker' class.
[+] Factory (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
Factory.create ( org.apache.cxf.message.Exchange p1 )This abstract method is from 'Factory' interface.
Factory.release ( org.apache.cxf.message.Exchange p1, Object p2 )This abstract method is from 'Factory' interface.
[+] FactoryInvoker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
FactoryInvoker.FactoryInvoker ( )This constructor is from 'FactoryInvoker' class.
FactoryInvoker.FactoryInvoker ( Factory factory )This constructor is from 'FactoryInvoker' class.
FactoryInvoker.getServiceObject ( org.apache.cxf.message.Exchange ex )This method is from 'FactoryInvoker' class.
FactoryInvoker.releaseServiceObject ( org.apache.cxf.message.Exchange ex, Object obj )This method is from 'FactoryInvoker' class.
FactoryInvoker.setFactory ( Factory f )This method is from 'FactoryInvoker' class.
[+] Invoker (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
Invoker.invoke ( org.apache.cxf.message.Exchange p1, Object p2 )This abstract method is from 'Invoker' interface.
[+] PerRequestFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PerRequestFactory.create ( org.apache.cxf.message.Exchange ex )This method is from 'PerRequestFactory' class.
PerRequestFactory.PerRequestFactory ( Class svcClass )This constructor is from 'PerRequestFactory' class.
PerRequestFactory.release ( org.apache.cxf.message.Exchange ex, Object o )This method is from 'PerRequestFactory' class.
[+] PooledFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
PooledFactory.create ( org.apache.cxf.message.Exchange ex )This method is from 'PooledFactory' class.
PooledFactory.createObject ( org.apache.cxf.message.Exchange e )This method is from 'PooledFactory' class.
PooledFactory.PooledFactory ( Class svcClass, int max )This constructor is from 'PooledFactory' class.
PooledFactory.PooledFactory ( java.util.Collection objs )This constructor is from 'PooledFactory' class.
PooledFactory.PooledFactory ( Factory factory, int max )This constructor is from 'PooledFactory' class.
PooledFactory.PooledFactory ( Factory factory, int max, boolean createMore )This constructor is from 'PooledFactory' class.
PooledFactory.release ( org.apache.cxf.message.Exchange ex, Object o )This method is from 'PooledFactory' class.
[+] SessionFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
SessionFactory.create ( org.apache.cxf.message.Exchange e )This method is from 'SessionFactory' class.
SessionFactory.release ( org.apache.cxf.message.Exchange e, Object o )This method is from 'SessionFactory' class.
SessionFactory.SessionFactory ( Class svcClass )This constructor is from 'SessionFactory' class.
SessionFactory.SessionFactory ( Class svcClass, boolean createOnDemand )This constructor is from 'SessionFactory' class.
SessionFactory.SessionFactory ( Factory f )This constructor is from 'SessionFactory' class.
SessionFactory.SessionFactory ( Factory f, boolean createOnDemand )This constructor is from 'SessionFactory' class.
[+] SingletonFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SingletonFactory.create ( org.apache.cxf.message.Exchange ex )This method is from 'SingletonFactory' class.
SingletonFactory.release ( org.apache.cxf.message.Exchange ex, Object o )This method is from 'SingletonFactory' class.
SingletonFactory.SingletonFactory ( Class beanClass )This constructor is from 'SingletonFactory' class.
SingletonFactory.SingletonFactory ( Object bean )This constructor is from 'SingletonFactory' class.
SingletonFactory.SingletonFactory ( Factory f )This constructor is from 'SingletonFactory' class.
[+] SpringBeanFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SpringBeanFactory.create ( org.apache.cxf.message.Exchange e )This method is from 'SpringBeanFactory' class.
SpringBeanFactory.release ( org.apache.cxf.message.Exchange e, Object o )This method is from 'SpringBeanFactory' class.
SpringBeanFactory.setApplicationContext ( org.springframework.context.ApplicationContext arg0 )This method is from 'SpringBeanFactory' class.
SpringBeanFactory.SpringBeanFactory ( String name )This constructor is from 'SpringBeanFactory' class.
package org.apache.cxf.service.model
[+] AbstractDescriptionElement (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AbstractDescriptionElement.AbstractDescriptionElement ( )This constructor is from 'AbstractDescriptionElement' abstract class.
AbstractDescriptionElement.getDescription ( )This method is from 'AbstractDescriptionElement' abstract class.
AbstractDescriptionElement.setDescription ( DescriptionInfo d )This method is from 'AbstractDescriptionElement' abstract class.
[+] AbstractMessageContainer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (19)
AbstractMessageContainer.addMessagePart ( String name )This method is from 'AbstractMessageContainer' abstract class.
AbstractMessageContainer.addMessagePart ( javax.xml.namespace.QName name )This method is from 'AbstractMessageContainer' abstract class.
AbstractMessageContainer.addMessagePart ( MessagePartInfo part )This method is from 'AbstractMessageContainer' abstract class.
AbstractMessageContainer.addOutOfBandMessagePart ( javax.xml.namespace.QName name )This method is from 'AbstractMessageContainer' abstract class.
AbstractMessageContainer.equals ( Object o )This method is from 'AbstractMessageContainer' abstract class.
AbstractMessageContainer.getMessageDocumentation ( )This method is from 'AbstractMessageContainer' abstract class.
AbstractMessageContainer.getMessagePart ( int n )This method is from 'AbstractMessageContainer' abstract class.
AbstractMessageContainer.getMessagePart ( javax.xml.namespace.QName name )This method is from 'AbstractMessageContainer' abstract class.
AbstractMessageContainer.getMessagePartByIndex ( int i )This method is from 'AbstractMessageContainer' abstract class.
AbstractMessageContainer.getMessagePartIndex ( MessagePartInfo part )This method is from 'AbstractMessageContainer' abstract class.
AbstractMessageContainer.getMessagePartQName ( String name )This method is from 'AbstractMessageContainer' abstract class.
AbstractMessageContainer.getMessageParts ( )This method is from 'AbstractMessageContainer' abstract class.
AbstractMessageContainer.getName ( )This method is from 'AbstractMessageContainer' abstract class.
AbstractMessageContainer.getOperation ( )This method is from 'AbstractMessageContainer' abstract class.
AbstractMessageContainer.getOutOfBandParts ( )This method is from 'AbstractMessageContainer' abstract class.
AbstractMessageContainer.hashCode ( )This method is from 'AbstractMessageContainer' abstract class.
AbstractMessageContainer.removeMessagePart ( javax.xml.namespace.QName name )This method is from 'AbstractMessageContainer' abstract class.
AbstractMessageContainer.setMessageDocumentation ( String doc )This method is from 'AbstractMessageContainer' abstract class.
AbstractMessageContainer.size ( )This method is from 'AbstractMessageContainer' abstract class.
[+] AbstractPropertiesHolder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (21)
AbstractPropertiesHolder.AbstractPropertiesHolder ( )This constructor is from 'AbstractPropertiesHolder' abstract class.
AbstractPropertiesHolder.addExtensionAttribute ( javax.xml.namespace.QName name, Object attr )This method is from 'AbstractPropertiesHolder' abstract class.
AbstractPropertiesHolder.addExtensor ( Object el )This method is from 'AbstractPropertiesHolder' abstract class.
AbstractPropertiesHolder.containsExtensor ( Object el )This method is from 'AbstractPropertiesHolder' abstract class.
AbstractPropertiesHolder.equals ( Object o1, Object o2 )This method is from 'AbstractPropertiesHolder' abstract class.
AbstractPropertiesHolder.getDocumentation ( )This method is from 'AbstractPropertiesHolder' abstract class.
AbstractPropertiesHolder.getExtensionAttribute ( javax.xml.namespace.QName name )This method is from 'AbstractPropertiesHolder' abstract class.
AbstractPropertiesHolder.getExtensionAttributes ( )This method is from 'AbstractPropertiesHolder' abstract class.
AbstractPropertiesHolder.getExtensor ( Class cls )This method is from 'AbstractPropertiesHolder' abstract class.
AbstractPropertiesHolder.getExtensors ( )This method is from 'AbstractPropertiesHolder' abstract class.
AbstractPropertiesHolder.getExtensors ( Class cls )This method is from 'AbstractPropertiesHolder' abstract class.
AbstractPropertiesHolder.getProperties ( )This method is from 'AbstractPropertiesHolder' abstract class.
AbstractPropertiesHolder.getProperty ( String name )This method is from 'AbstractPropertiesHolder' abstract class.
AbstractPropertiesHolder.getProperty ( String name, Class cls )This method is from 'AbstractPropertiesHolder' abstract class.
AbstractPropertiesHolder.getTraversedExtensor ( Object defaultValue, Class type )This method is from 'AbstractPropertiesHolder' abstract class.
AbstractPropertiesHolder.hasProperty ( String name )This method is from 'AbstractPropertiesHolder' abstract class.
AbstractPropertiesHolder.removeProperty ( String name )This method is from 'AbstractPropertiesHolder' abstract class.
AbstractPropertiesHolder.setDelegate ( AbstractPropertiesHolder p, boolean props )This method is from 'AbstractPropertiesHolder' abstract class.
AbstractPropertiesHolder.setDocumentation ( String s )This method is from 'AbstractPropertiesHolder' abstract class.
AbstractPropertiesHolder.setExtensionAttributes ( java.util.Map attrs )This method is from 'AbstractPropertiesHolder' abstract class.
AbstractPropertiesHolder.setProperty ( String name, Object v )This method is from 'AbstractPropertiesHolder' abstract class.
[+] BindingFaultInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BindingFaultInfo.BindingFaultInfo ( FaultInfo f, BindingOperationInfo info )This constructor is from 'BindingFaultInfo' class.
BindingFaultInfo.getBindingOperation ( )This method is from 'BindingFaultInfo' class.
BindingFaultInfo.getFaultInfo ( )This method is from 'BindingFaultInfo' class.
[+] BindingInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
BindingInfo.addOperation ( BindingOperationInfo operation )This method is from 'BindingInfo' class.
BindingInfo.BindingInfo ( ServiceInfo service, String bindingId )This constructor is from 'BindingInfo' class.
BindingInfo.buildOperation ( javax.xml.namespace.QName opName, String inName, String outName )This method is from 'BindingInfo' class.
BindingInfo.getBindingId ( )This method is from 'BindingInfo' class.
BindingInfo.getInterface ( )This method is from 'BindingInfo' class.
BindingInfo.getName ( )This method is from 'BindingInfo' class.
BindingInfo.getOperation ( javax.xml.namespace.QName oname )This method is from 'BindingInfo' class.
BindingInfo.getOperation ( OperationInfo oi )This method is from 'BindingInfo' class.
BindingInfo.getOperations ( )This method is from 'BindingInfo' class.
BindingInfo.getService ( )This method is from 'BindingInfo' class.
BindingInfo.removeOperation ( BindingOperationInfo operation )This method is from 'BindingInfo' class.
BindingInfo.setName ( javax.xml.namespace.QName n )This method is from 'BindingInfo' class.
BindingInfo.toString ( )This method is from 'BindingInfo' class.
[+] BindingMessageInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
BindingMessageInfo.BindingMessageInfo ( )This constructor is from 'BindingMessageInfo' class.
BindingMessageInfo.BindingMessageInfo ( MessageInfo m, BindingOperationInfo boi )This constructor is from 'BindingMessageInfo' class.
BindingMessageInfo.getBindingOperation ( )This method is from 'BindingMessageInfo' class.
BindingMessageInfo.getMessageInfo ( )This method is from 'BindingMessageInfo' class.
BindingMessageInfo.getMessageParts ( )This method is from 'BindingMessageInfo' class.
BindingMessageInfo.setMessageParts ( java.util.List messageParts )This method is from 'BindingMessageInfo' class.
[+] BindingOperationInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (18)
BindingOperationInfo.BindingOperationInfo ( )This constructor is from 'BindingOperationInfo' class.
BindingOperationInfo.BindingOperationInfo ( BindingInfo bi, OperationInfo opinfo )This constructor is from 'BindingOperationInfo' class.
BindingOperationInfo.equals ( Object o )This method is from 'BindingOperationInfo' class.
BindingOperationInfo.getBinding ( )This method is from 'BindingOperationInfo' class.
BindingOperationInfo.getFault ( javax.xml.namespace.QName name )This method is from 'BindingOperationInfo' class.
BindingOperationInfo.getFaults ( )This method is from 'BindingOperationInfo' class.
BindingOperationInfo.getInput ( )This method is from 'BindingOperationInfo' class.
BindingOperationInfo.getName ( )This method is from 'BindingOperationInfo' class.
BindingOperationInfo.getOperationInfo ( )This method is from 'BindingOperationInfo' class.
BindingOperationInfo.getOutput ( )This method is from 'BindingOperationInfo' class.
BindingOperationInfo.getUnwrappedOperation ( )This method is from 'BindingOperationInfo' class.
BindingOperationInfo.getWrappedOperation ( )This method is from 'BindingOperationInfo' class.
BindingOperationInfo.hashCode ( )This method is from 'BindingOperationInfo' class.
BindingOperationInfo.isUnwrapped ( )This method is from 'BindingOperationInfo' class.
BindingOperationInfo.isUnwrappedCapable ( )This method is from 'BindingOperationInfo' class.
BindingOperationInfo.setUnwrappedOperation ( BindingOperationInfo op )This method is from 'BindingOperationInfo' class.
BindingOperationInfo.toString ( )This method is from 'BindingOperationInfo' class.
BindingOperationInfo.updateUnwrappedOperation ( )This method is from 'BindingOperationInfo' class.
[+] DescriptionInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
DescriptionInfo.DescriptionInfo ( )This constructor is from 'DescriptionInfo' class.
DescriptionInfo.getBaseURI ( )This method is from 'DescriptionInfo' class.
DescriptionInfo.getDescribed ( )This method is from 'DescriptionInfo' class.
DescriptionInfo.getName ( )This method is from 'DescriptionInfo' class.
DescriptionInfo.setBaseURI ( String u )This method is from 'DescriptionInfo' class.
DescriptionInfo.setName ( javax.xml.namespace.QName n )This method is from 'DescriptionInfo' class.
[+] Extensible (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
Extensible.addExtensionAttribute ( javax.xml.namespace.QName p1, Object p2 )This abstract method is from 'Extensible' interface.
Extensible.addExtensor ( Object p1 )This abstract method is from 'Extensible' interface.
Extensible.getExtensionAttribute ( javax.xml.namespace.QName p1 )This abstract method is from 'Extensible' interface.
Extensible.getExtensionAttributes ( )This abstract method is from 'Extensible' interface.
Extensible.getExtensor ( Class p1 )This abstract method is from 'Extensible' interface.
Extensible.getExtensors ( Class p1 )This abstract method is from 'Extensible' interface.
Extensible.setExtensionAttributes ( java.util.Map p1 )This abstract method is from 'Extensible' interface.
[+] FaultInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
FaultInfo.equals ( Object o )This method is from 'FaultInfo' class.
FaultInfo.FaultInfo ( javax.xml.namespace.QName fname, javax.xml.namespace.QName mname, OperationInfo info )This constructor is from 'FaultInfo' class.
FaultInfo.getFaultName ( )This method is from 'FaultInfo' class.
FaultInfo.hashCode ( )This method is from 'FaultInfo' class.
FaultInfo.setFaultName ( javax.xml.namespace.QName fname )This method is from 'FaultInfo' class.
[+] InterfaceInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
InterfaceInfo.addOperation ( javax.xml.namespace.QName oname )This method is from 'InterfaceInfo' class.
InterfaceInfo.getName ( )This method is from 'InterfaceInfo' class.
InterfaceInfo.getOperation ( javax.xml.namespace.QName oname )This method is from 'InterfaceInfo' class.
InterfaceInfo.getOperations ( )This method is from 'InterfaceInfo' class.
InterfaceInfo.getService ( )This method is from 'InterfaceInfo' class.
InterfaceInfo.InterfaceInfo ( ServiceInfo info, javax.xml.namespace.QName q )This constructor is from 'InterfaceInfo' class.
InterfaceInfo.removeOperation ( OperationInfo operation )This method is from 'InterfaceInfo' class.
InterfaceInfo.setName ( javax.xml.namespace.QName n )This method is from 'InterfaceInfo' class.
[+] MessageInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
MessageInfo.getMessagePartsMap ( )This method is from 'MessageInfo' class.
MessageInfo.getOrderedParts ( java.util.List order )This method is from 'MessageInfo' class.
MessageInfo.getType ( )This method is from 'MessageInfo' class.
MessageInfo.MessageInfo ( OperationInfo op, MessageInfo.Type type, javax.xml.namespace.QName nm )This constructor is from 'MessageInfo' class.
MessageInfo.setName ( javax.xml.namespace.QName qn )This method is from 'MessageInfo' class.
MessageInfo.setType ( MessageInfo.Type type )This method is from 'MessageInfo' class.
MessageInfo.toString ( )This method is from 'MessageInfo' class.
[+] MessageInfo.Type (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
MessageInfo.Type.valueOf ( String name )This method is from 'MessageInfo.Type' class.
MessageInfo.Type.values ( )This method is from 'MessageInfo.Type' class.
[+] MessagePartInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (22)
MessagePartInfo.equals ( Object o )This method is from 'MessagePartInfo' class.
MessagePartInfo.getConcreteName ( )This method is from 'MessagePartInfo' class.
MessagePartInfo.getElementQName ( )This method is from 'MessagePartInfo' class.
MessagePartInfo.getIndex ( )This method is from 'MessagePartInfo' class.
MessagePartInfo.getMessageInfo ( )This method is from 'MessagePartInfo' class.
MessagePartInfo.getName ( )This method is from 'MessagePartInfo' class.
MessagePartInfo.getTypeClass ( )This method is from 'MessagePartInfo' class.
MessagePartInfo.getTypeQName ( )This method is from 'MessagePartInfo' class.
MessagePartInfo.getXmlSchema ( )This method is from 'MessagePartInfo' class.
MessagePartInfo.hashCode ( )This method is from 'MessagePartInfo' class.
MessagePartInfo.isElement ( )This method is from 'MessagePartInfo' class.
MessagePartInfo.MessagePartInfo ( javax.xml.namespace.QName n, AbstractMessageContainer info )This constructor is from 'MessagePartInfo' class.
MessagePartInfo.setConcreteName ( javax.xml.namespace.QName concreteName )This method is from 'MessagePartInfo' class.
MessagePartInfo.setElement ( boolean b )This method is from 'MessagePartInfo' class.
MessagePartInfo.setElementQName ( javax.xml.namespace.QName qn )This method is from 'MessagePartInfo' class.
MessagePartInfo.setIndex ( int index )This method is from 'MessagePartInfo' class.
MessagePartInfo.setMessageContainer ( AbstractMessageContainer info )This method is from 'MessagePartInfo' class.
MessagePartInfo.setName ( javax.xml.namespace.QName n )This method is from 'MessagePartInfo' class.
MessagePartInfo.setTypeClass ( Class typeClass )This method is from 'MessagePartInfo' class.
MessagePartInfo.setTypeQName ( javax.xml.namespace.QName qn )This method is from 'MessagePartInfo' class.
MessagePartInfo.setXmlSchema ( org.apache.ws.commons.schema.XmlSchemaAnnotated xmlSchema )This method is from 'MessagePartInfo' class.
MessagePartInfo.toString ( )This method is from 'MessagePartInfo' class.
[+] NamedItem (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
NamedItem.getName ( )This abstract method is from 'NamedItem' interface.
[+] OperationInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (29)
OperationInfo.addFault ( javax.xml.namespace.QName name, javax.xml.namespace.QName message )This method is from 'OperationInfo' class.
OperationInfo.addFault ( FaultInfo fault )This method is from 'OperationInfo' class.
OperationInfo.createMessage ( javax.xml.namespace.QName nm, MessageInfo.Type type )This method is from 'OperationInfo' class.
OperationInfo.equals ( Object o )This method is from 'OperationInfo' class.
OperationInfo.getFault ( javax.xml.namespace.QName name )This method is from 'OperationInfo' class.
OperationInfo.getFaults ( )This method is from 'OperationInfo' class.
OperationInfo.getInput ( )This method is from 'OperationInfo' class.
OperationInfo.getInputName ( )This method is from 'OperationInfo' class.
OperationInfo.getInterface ( )This method is from 'OperationInfo' class.
OperationInfo.getName ( )This method is from 'OperationInfo' class.
OperationInfo.getOutput ( )This method is from 'OperationInfo' class.
OperationInfo.getOutputName ( )This method is from 'OperationInfo' class.
OperationInfo.getParameterOrdering ( )This method is from 'OperationInfo' class.
OperationInfo.getUnwrappedOperation ( )This method is from 'OperationInfo' class.
OperationInfo.hasFaults ( )This method is from 'OperationInfo' class.
OperationInfo.hashCode ( )This method is from 'OperationInfo' class.
OperationInfo.hasInput ( )This method is from 'OperationInfo' class.
OperationInfo.hasOutput ( )This method is from 'OperationInfo' class.
OperationInfo.isOneWay ( )This method is from 'OperationInfo' class.
OperationInfo.isUnwrapped ( )This method is from 'OperationInfo' class.
OperationInfo.isUnwrappedCapable ( )This method is from 'OperationInfo' class.
OperationInfo.OperationInfo ( )This constructor is from 'OperationInfo' class.
OperationInfo.removeFault ( javax.xml.namespace.QName name )This method is from 'OperationInfo' class.
OperationInfo.setInput ( String nm, MessageInfo in )This method is from 'OperationInfo' class.
OperationInfo.setName ( javax.xml.namespace.QName name )This method is from 'OperationInfo' class.
OperationInfo.setOutput ( String nm, MessageInfo out )This method is from 'OperationInfo' class.
OperationInfo.setParameterOrdering ( java.util.List o )This method is from 'OperationInfo' class.
OperationInfo.setUnwrappedOperation ( OperationInfo op )This method is from 'OperationInfo' class.
OperationInfo.toString ( )This method is from 'OperationInfo' class.
[+] SchemaInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
SchemaInfo.getElement ( )This method is from 'SchemaInfo' class.
SchemaInfo.getElementByQName ( javax.xml.namespace.QName qname )This method is from 'SchemaInfo' class.
SchemaInfo.getNamespaceURI ( )This method is from 'SchemaInfo' class.
SchemaInfo.getSchema ( )This method is from 'SchemaInfo' class.
SchemaInfo.getSystemId ( )This method is from 'SchemaInfo' class.
SchemaInfo.isAttributeFormQualified ( )This method is from 'SchemaInfo' class.
SchemaInfo.isElementFormQualified ( )This method is from 'SchemaInfo' class.
SchemaInfo.SchemaInfo ( String namespaceUri )This constructor is from 'SchemaInfo' class.
SchemaInfo.SchemaInfo ( String namespaceUri, boolean qElement, boolean qAttribute )This constructor is from 'SchemaInfo' class.
SchemaInfo.setElement ( org.w3c.dom.Element el )This method is from 'SchemaInfo' class.
SchemaInfo.setNamespaceURI ( String nsUri )This method is from 'SchemaInfo' class.
SchemaInfo.setSchema ( org.apache.ws.commons.schema.XmlSchema schema )This method is from 'SchemaInfo' class.
SchemaInfo.setSystemId ( String systemId )This method is from 'SchemaInfo' class.
SchemaInfo.toString ( )This method is from 'SchemaInfo' class.
[+] ServiceInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (27)
ServiceInfo.addBinding ( BindingInfo binding )This method is from 'ServiceInfo' class.
ServiceInfo.addEndpoint ( EndpointInfo ep )This method is from 'ServiceInfo' class.
ServiceInfo.addNewSchema ( String namespaceURI )This method is from 'ServiceInfo' class.
ServiceInfo.addSchema ( SchemaInfo schemaInfo )This method is from 'ServiceInfo' class.
ServiceInfo.createInterface ( javax.xml.namespace.QName qn )This method is from 'ServiceInfo' class.
ServiceInfo.getBinding ( javax.xml.namespace.QName qn )This method is from 'ServiceInfo' class.
ServiceInfo.getBindings ( )This method is from 'ServiceInfo' class.
ServiceInfo.getEndpoint ( javax.xml.namespace.QName qn )This method is from 'ServiceInfo' class.
ServiceInfo.getEndpoints ( )This method is from 'ServiceInfo' class.
ServiceInfo.getInterface ( )This method is from 'ServiceInfo' class.
ServiceInfo.getMessage ( javax.xml.namespace.QName qname )This method is from 'ServiceInfo' class.
ServiceInfo.getMessages ( )This method is from 'ServiceInfo' class.
ServiceInfo.getName ( )This method is from 'ServiceInfo' class.
ServiceInfo.getSchema ( String namespaceURI )This method is from 'ServiceInfo' class.
ServiceInfo.getSchemas ( )This method is from 'ServiceInfo' class.
ServiceInfo.getTargetNamespace ( )This method is from 'ServiceInfo' class.
ServiceInfo.getTopLevelDoc ( )This method is from 'ServiceInfo' class.
ServiceInfo.getXmlSchemaCollection ( )This method is from 'ServiceInfo' class.
ServiceInfo.refresh ( )This method is from 'ServiceInfo' class.
ServiceInfo.ServiceInfo ( )This constructor is from 'ServiceInfo' class.
ServiceInfo.setInterface ( InterfaceInfo inf )This method is from 'ServiceInfo' class.
ServiceInfo.setMessages ( java.util.Map msgs )This method is from 'ServiceInfo' class.
ServiceInfo.setName ( javax.xml.namespace.QName n )This method is from 'ServiceInfo' class.
ServiceInfo.setSchemas ( org.apache.cxf.common.xmlschema.SchemaCollection cachedXmlSchemaCollection, java.util.List cachedSchemas )This method is from 'ServiceInfo' class.
ServiceInfo.setServiceSchemaInfo ( ServiceSchemaInfo serviceSchemaInfo )This method is from 'ServiceInfo' class.
ServiceInfo.setTargetNamespace ( String ns )This method is from 'ServiceInfo' class.
ServiceInfo.setTopLevelDoc ( String s )This method is from 'ServiceInfo' class.
[+] ServiceModelUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
ServiceModelUtil.findBestEndpointInfo ( javax.xml.namespace.QName qn, java.util.List serviceInfos )This method is from 'ServiceModelUtil' class.
ServiceModelUtil.getOperation ( org.apache.cxf.message.Exchange exchange, String opName )This method is from 'ServiceModelUtil' class.
ServiceModelUtil.getOperation ( org.apache.cxf.message.Exchange exchange, javax.xml.namespace.QName opName )This method is from 'ServiceModelUtil' class.
ServiceModelUtil.getOperationForWrapperElement ( org.apache.cxf.message.Exchange exchange, javax.xml.namespace.QName opName, boolean output )This method is from 'ServiceModelUtil' class.
ServiceModelUtil.getOperationInputPartNames ( OperationInfo operation )This method is from 'ServiceModelUtil' class.
ServiceModelUtil.getSchema ( ServiceInfo serviceInfo, MessagePartInfo messagePartInfo )This method is from 'ServiceModelUtil' class.
ServiceModelUtil.getService ( org.apache.cxf.message.Exchange exchange )This method is from 'ServiceModelUtil' class.
ServiceModelUtil.getTargetNamespace ( org.apache.cxf.message.Exchange exchange )This method is from 'ServiceModelUtil' class.
[+] ServiceSchemaInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
ServiceSchemaInfo.getSchemaCollection ( )This method is from 'ServiceSchemaInfo' class.
ServiceSchemaInfo.getSchemaElementList ( )This method is from 'ServiceSchemaInfo' class.
ServiceSchemaInfo.getSchemaInfoList ( )This method is from 'ServiceSchemaInfo' class.
ServiceSchemaInfo.ServiceSchemaInfo ( )This constructor is from 'ServiceSchemaInfo' class.
ServiceSchemaInfo.setSchemaCollection ( org.apache.cxf.common.xmlschema.SchemaCollection schemaCollection )This method is from 'ServiceSchemaInfo' class.
ServiceSchemaInfo.setSchemaElementList ( java.util.Map l )This method is from 'ServiceSchemaInfo' class.
ServiceSchemaInfo.setSchemaInfoList ( java.util.List schemaInfoList )This method is from 'ServiceSchemaInfo' class.
[+] UnwrappedOperationInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
UnwrappedOperationInfo.addFault ( javax.xml.namespace.QName name, javax.xml.namespace.QName message )This method is from 'UnwrappedOperationInfo' class.
UnwrappedOperationInfo.getFault ( javax.xml.namespace.QName name )This method is from 'UnwrappedOperationInfo' class.
UnwrappedOperationInfo.getFaults ( )This method is from 'UnwrappedOperationInfo' class.
UnwrappedOperationInfo.getWrappedOperation ( )This method is from 'UnwrappedOperationInfo' class.
UnwrappedOperationInfo.isUnwrapped ( )This method is from 'UnwrappedOperationInfo' class.
UnwrappedOperationInfo.setInput ( String nm, MessageInfo in )This method is from 'UnwrappedOperationInfo' class.
UnwrappedOperationInfo.setOutput ( String nm, MessageInfo out )This method is from 'UnwrappedOperationInfo' class.
UnwrappedOperationInfo.UnwrappedOperationInfo ( OperationInfo op )This constructor is from 'UnwrappedOperationInfo' class.
package org.apache.cxf.simple
[+] SimpleServiceBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
SimpleServiceBuilder.SimpleServiceBuilder ( )This constructor is from 'SimpleServiceBuilder' class.
package org.apache.cxf.staxutils
[+] AbstractDOMStreamReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (31)
AbstractDOMStreamReader.AbstractDOMStreamReader ( AbstractDOMStreamReader.ElementFrame frame )This constructor is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.close ( )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.consumeFrame ( )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.endElement ( )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.getCharacterEncodingScheme ( )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.getChildFrame ( )This abstract method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.getCurrentFrame ( )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.getElementText ( )This abstract method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.getEventType ( )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.getLocation ( )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.getNamespaceURI ( String p1 )This abstract method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.getProperty ( String key )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.getPublicId ( )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.getSystemId ( )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.getTextCharacters ( int sourceStart, char[ ] target, int targetStart, int length )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.getVersion ( )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.hasMoreChildren ( )This abstract method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.hasName ( )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.hasNext ( )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.hasText ( )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.isCharacters ( )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.isEndElement ( )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.isStandalone ( )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.isStartElement ( )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.isWhiteSpace ( )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.newFrame ( AbstractDOMStreamReader.ElementFrame newFrame )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.next ( )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.nextChild ( )This abstract method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.nextTag ( )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.require ( int arg0, String arg1, String arg2 )This method is from 'AbstractDOMStreamReader' abstract class.
AbstractDOMStreamReader.standaloneSet ( )This method is from 'AbstractDOMStreamReader' abstract class.
[+] AbstractDOMStreamReader.ElementFrame (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
AbstractDOMStreamReader.ElementFrame.AbstractDOMStreamReader.ElementFrame ( Object doc )This constructor is from 'AbstractDOMStreamReader.ElementFrame' class.
AbstractDOMStreamReader.ElementFrame.AbstractDOMStreamReader.ElementFrame ( Object doc, boolean s )This constructor is from 'AbstractDOMStreamReader.ElementFrame' class.
AbstractDOMStreamReader.ElementFrame.AbstractDOMStreamReader.ElementFrame ( Object element, AbstractDOMStreamReader.ElementFrame parent )This constructor is from 'AbstractDOMStreamReader.ElementFrame' class.
AbstractDOMStreamReader.ElementFrame.AbstractDOMStreamReader.ElementFrame ( Object element, AbstractDOMStreamReader.ElementFrame parent, Object ch )This constructor is from 'AbstractDOMStreamReader.ElementFrame' class.
AbstractDOMStreamReader.ElementFrame.getCurrentChild ( )This method is from 'AbstractDOMStreamReader.ElementFrame' class.
AbstractDOMStreamReader.ElementFrame.getElement ( )This method is from 'AbstractDOMStreamReader.ElementFrame' class.
AbstractDOMStreamReader.ElementFrame.isDocument ( )This method is from 'AbstractDOMStreamReader.ElementFrame' class.
AbstractDOMStreamReader.ElementFrame.isDocumentFragment ( )This method is from 'AbstractDOMStreamReader.ElementFrame' class.
AbstractDOMStreamReader.ElementFrame.setCurrentChild ( Object o )This method is from 'AbstractDOMStreamReader.ElementFrame' class.
[+] CachingXmlEventWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (35)
CachingXmlEventWriter.addEvent ( javax.xml.stream.events.XMLEvent event )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.CachingXmlEventWriter ( )This constructor is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.close ( )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.flush ( )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.getEvents ( )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.getNamespaceContext ( )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.getPrefix ( String ns )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.getProperty ( String arg0 )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.setDefaultNamespace ( String ns )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.setNamespaceContext ( javax.xml.namespace.NamespaceContext arg0 )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.setPrefix ( String pfx, String uri )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeAttribute ( String name, String value )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeAttribute ( String uri, String name, String value )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeAttribute ( String pfx, String uri, String name, String value )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeCData ( String arg0 )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeCharacters ( char[ ] arg0, int arg1, int arg2 )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeCharacters ( String arg0 )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeComment ( String arg0 )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeDefaultNamespace ( String ns )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeDTD ( String arg0 )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeEmptyElement ( String name )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeEmptyElement ( String name, String ns )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeEmptyElement ( String pfx, String name, String ns )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeEndDocument ( )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeEndElement ( )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeEntityRef ( String arg0 )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeNamespace ( String pfx, String ns )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeProcessingInstruction ( String arg0 )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeProcessingInstruction ( String arg0, String arg1 )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeStartDocument ( )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeStartDocument ( String arg0 )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeStartDocument ( String arg0, String arg1 )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeStartElement ( String name )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeStartElement ( String name, String ns )This method is from 'CachingXmlEventWriter' class.
CachingXmlEventWriter.writeStartElement ( String pfx, String name, String ns )This method is from 'CachingXmlEventWriter' class.
[+] DelegatingXMLStreamWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (33)
DelegatingXMLStreamWriter.close ( )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.DelegatingXMLStreamWriter ( javax.xml.stream.XMLStreamWriter del )This constructor is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.flush ( )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.getNamespaceContext ( )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.getPrefix ( String uri )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.getProperty ( String name )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.setDefaultNamespace ( String uri )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.setNamespaceContext ( javax.xml.namespace.NamespaceContext ctx )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.setPrefix ( String pfx, String uri )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeAttribute ( String local, String value )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeAttribute ( String uri, String local, String value )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeAttribute ( String prefix, String uri, String local, String value )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeCData ( String cdata )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeCharacters ( char[ ] arg0, int arg1, int arg2 )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeCharacters ( String text )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeComment ( String text )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeDefaultNamespace ( String uri )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeDTD ( String dtd )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeEmptyElement ( String localName )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeEmptyElement ( String uri, String local )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeEmptyElement ( String prefix, String local, String uri )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeEndDocument ( )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeEndElement ( )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeEntityRef ( String ent )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeNamespace ( String prefix, String uri )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeProcessingInstruction ( String target )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeProcessingInstruction ( String target, String data )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeStartDocument ( )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeStartDocument ( String ver )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeStartDocument ( String encoding, String ver )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeStartElement ( String local )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeStartElement ( String uri, String local )This method is from 'DelegatingXMLStreamWriter' class.
DelegatingXMLStreamWriter.writeStartElement ( String prefix, String local, String uri )This method is from 'DelegatingXMLStreamWriter' class.
[+] DepthXMLStreamReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (51)
DepthXMLStreamReader.close ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.DepthXMLStreamReader ( javax.xml.stream.XMLStreamReader r )This constructor is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.equals ( Object arg0 )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getAttributeCount ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getAttributeLocalName ( int arg0 )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getAttributeName ( int arg0 )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getAttributeNamespace ( int arg0 )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getAttributePrefix ( int arg0 )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getAttributeType ( int arg0 )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getAttributeValue ( int arg0 )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getAttributeValue ( String namespace, String localName )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getCharacterEncodingScheme ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getDepth ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getElementText ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getEncoding ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getEventType ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getLocalName ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getLocation ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getName ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getNamespaceContext ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getNamespaceCount ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getNamespacePrefix ( int arg0 )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getNamespaceURI ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getNamespaceURI ( int arg0 )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getNamespaceURI ( String arg0 )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getPIData ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getPITarget ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getPrefix ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getProperty ( String arg0 )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getReader ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getText ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getTextCharacters ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getTextCharacters ( int arg0, char[ ] arg1, int arg2, int arg3 )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getTextLength ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getTextStart ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.getVersion ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.hashCode ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.hasName ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.hasNext ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.hasText ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.isAttributeSpecified ( int arg0 )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.isCharacters ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.isEndElement ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.isStandalone ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.isStartElement ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.isWhiteSpace ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.next ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.nextTag ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.require ( int arg0, String arg1, String arg2 )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.standaloneSet ( )This method is from 'DepthXMLStreamReader' class.
DepthXMLStreamReader.toString ( )This method is from 'DepthXMLStreamReader' class.
[+] FastStack (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
FastStack.empty ( )This method is from 'FastStack' class.
FastStack.FastStack ( )This constructor is from 'FastStack' class.
FastStack.peek ( )This method is from 'FastStack' class.
FastStack.pop ( )This method is from 'FastStack' class.
FastStack.push ( Object o )This method is from 'FastStack' class.
[+] FragmentStreamReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
FragmentStreamReader.FragmentStreamReader ( javax.xml.stream.XMLStreamReader reader )This constructor is from 'FragmentStreamReader' class.
FragmentStreamReader.FragmentStreamReader ( javax.xml.stream.XMLStreamReader reader, boolean doDocEvents )This constructor is from 'FragmentStreamReader' class.
FragmentStreamReader.getEventType ( )This method is from 'FragmentStreamReader' class.
FragmentStreamReader.hasNext ( )This method is from 'FragmentStreamReader' class.
FragmentStreamReader.isAdvanceAtEnd ( )This method is from 'FragmentStreamReader' class.
FragmentStreamReader.next ( )This method is from 'FragmentStreamReader' class.
FragmentStreamReader.setAdvanceAtEnd ( boolean a )This method is from 'FragmentStreamReader' class.
[+] OverlayW3CDOMStreamWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
OverlayW3CDOMStreamWriter.OverlayW3CDOMStreamWriter ( org.w3c.dom.Document document )This constructor is from 'OverlayW3CDOMStreamWriter' class.
OverlayW3CDOMStreamWriter.OverlayW3CDOMStreamWriter ( org.w3c.dom.Element e )This constructor is from 'OverlayW3CDOMStreamWriter' class.
OverlayW3CDOMStreamWriter.writeEndElement ( )This method is from 'OverlayW3CDOMStreamWriter' class.
OverlayW3CDOMStreamWriter.writeStartElement ( String local )This method is from 'OverlayW3CDOMStreamWriter' class.
OverlayW3CDOMStreamWriter.writeStartElement ( String namespace, String local )This method is from 'OverlayW3CDOMStreamWriter' class.
OverlayW3CDOMStreamWriter.writeStartElement ( String prefix, String local, String namespace )This method is from 'OverlayW3CDOMStreamWriter' class.
[+] PartialXMLStreamReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PartialXMLStreamReader.getEventType ( )This method is from 'PartialXMLStreamReader' class.
PartialXMLStreamReader.hasNext ( )This method is from 'PartialXMLStreamReader' class.
PartialXMLStreamReader.next ( )This method is from 'PartialXMLStreamReader' class.
PartialXMLStreamReader.PartialXMLStreamReader ( javax.xml.stream.XMLStreamReader r, javax.xml.namespace.QName endTag )This constructor is from 'PartialXMLStreamReader' class.
[+] StaxSource (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (20)
StaxSource.getAttributes ( )This method is from 'StaxSource' class.
StaxSource.getContentHandler ( )This method is from 'StaxSource' class.
StaxSource.getDTDHandler ( )This method is from 'StaxSource' class.
StaxSource.getEntityResolver ( )This method is from 'StaxSource' class.
StaxSource.getErrorHandler ( )This method is from 'StaxSource' class.
StaxSource.getFeature ( String name )This method is from 'StaxSource' class.
StaxSource.getProperty ( String name )This method is from 'StaxSource' class.
StaxSource.getQualifiedName ( )This method is from 'StaxSource' class.
StaxSource.getXMLReader ( )This method is from 'StaxSource' class.
StaxSource.getXMLStreamReader ( )This method is from 'StaxSource' class.
StaxSource.parse ( )This method is from 'StaxSource' class.
StaxSource.parse ( String systemId )This method is from 'StaxSource' class.
StaxSource.parse ( org.xml.sax.InputSource input )This method is from 'StaxSource' class.
StaxSource.setContentHandler ( org.xml.sax.ContentHandler handler )This method is from 'StaxSource' class.
StaxSource.setDTDHandler ( org.xml.sax.DTDHandler handler )This method is from 'StaxSource' class.
StaxSource.setEntityResolver ( org.xml.sax.EntityResolver resolver )This method is from 'StaxSource' class.
StaxSource.setErrorHandler ( org.xml.sax.ErrorHandler handler )This method is from 'StaxSource' class.
StaxSource.setFeature ( String name, boolean value )This method is from 'StaxSource' class.
StaxSource.setProperty ( String name, Object value )This method is from 'StaxSource' class.
StaxSource.StaxSource ( javax.xml.stream.XMLStreamReader streamReader )This constructor is from 'StaxSource' class.
[+] StaxStreamFilter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
StaxStreamFilter.accept ( javax.xml.stream.XMLStreamReader reader )This method is from 'StaxStreamFilter' class.
StaxStreamFilter.StaxStreamFilter ( javax.xml.namespace.QName[ ] eventsToReject )This constructor is from 'StaxStreamFilter' class.
[+] StaxUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (56)
StaxUtils.copy ( javax.xml.stream.XMLStreamReader reader, java.io.OutputStream os )This method is from 'StaxUtils' class.
StaxUtils.copy ( javax.xml.stream.XMLStreamReader reader, javax.xml.stream.XMLStreamWriter writer )This method is from 'StaxUtils' class.
StaxUtils.copy ( javax.xml.stream.XMLStreamReader reader, javax.xml.stream.XMLStreamWriter writer, boolean fragment )This method is from 'StaxUtils' class.
StaxUtils.copy ( javax.xml.transform.Source source, java.io.OutputStream os )This method is from 'StaxUtils' class.
StaxUtils.copy ( javax.xml.transform.Source source, javax.xml.stream.XMLStreamWriter writer )This method is from 'StaxUtils' class.
StaxUtils.copy ( org.w3c.dom.Document doc )This method is from 'StaxUtils' class.
StaxUtils.copy ( org.w3c.dom.Document doc, javax.xml.stream.XMLStreamWriter writer )This method is from 'StaxUtils' class.
StaxUtils.copy ( org.w3c.dom.Element node, javax.xml.stream.XMLStreamWriter writer )This method is from 'StaxUtils' class.
StaxUtils.createFilteredReader ( javax.xml.stream.XMLStreamReader reader, javax.xml.stream.StreamFilter filter )This method is from 'StaxUtils' class.
StaxUtils.createXMLInputFactory ( boolean nsAware )This method is from 'StaxUtils' class.
StaxUtils.createXMLStreamReader ( java.io.InputStream in )This method is from 'StaxUtils' class.
StaxUtils.createXMLStreamReader ( java.io.InputStream in, String encoding )This method is from 'StaxUtils' class.
StaxUtils.createXMLStreamReader ( java.io.Reader reader )This method is from 'StaxUtils' class.
StaxUtils.createXMLStreamReader ( String systemId, java.io.InputStream in )This method is from 'StaxUtils' class.
StaxUtils.createXMLStreamReader ( javax.xml.transform.Source source )This method is from 'StaxUtils' class.
StaxUtils.createXMLStreamReader ( org.w3c.dom.Document doc )This method is from 'StaxUtils' class.
StaxUtils.createXMLStreamReader ( org.w3c.dom.Document doc, String sysId )This method is from 'StaxUtils' class.
StaxUtils.createXMLStreamReader ( org.w3c.dom.Element el )This method is from 'StaxUtils' class.
StaxUtils.createXMLStreamReader ( org.w3c.dom.Element el, String sysId )This method is from 'StaxUtils' class.
StaxUtils.createXMLStreamReader ( org.xml.sax.InputSource src )This method is from 'StaxUtils' class.
StaxUtils.createXMLStreamWriter ( java.io.OutputStream out )This method is from 'StaxUtils' class.
StaxUtils.createXMLStreamWriter ( java.io.OutputStream out, String encoding )This method is from 'StaxUtils' class.
StaxUtils.createXMLStreamWriter ( java.io.Writer out )This method is from 'StaxUtils' class.
StaxUtils.createXMLStreamWriter ( javax.xml.transform.Result r )This method is from 'StaxUtils' class.
StaxUtils.getUniquePrefix ( javax.xml.stream.XMLStreamWriter writer )This method is from 'StaxUtils' class.
StaxUtils.getUniquePrefix ( javax.xml.stream.XMLStreamWriter writer, String namespaceURI )This method is from 'StaxUtils' class.
StaxUtils.getUniquePrefix ( javax.xml.stream.XMLStreamWriter writer, String namespaceURI, boolean declare )This method is from 'StaxUtils' class.
StaxUtils.isWoodstox ( )This method is from 'StaxUtils' class.
StaxUtils.nextEvent ( javax.xml.stream.XMLStreamReader dr )This method is from 'StaxUtils' class.
StaxUtils.printXmlFragment ( javax.xml.stream.XMLStreamReader reader )This method is from 'StaxUtils' class.
StaxUtils.read ( java.io.InputStream s )This method is from 'StaxUtils' class.
StaxUtils.read ( javax.xml.parsers.DocumentBuilder builder, javax.xml.stream.XMLStreamReader reader, boolean repairing )This method is from 'StaxUtils' class.
StaxUtils.read ( javax.xml.stream.XMLStreamReader reader )This method is from 'StaxUtils' class.
StaxUtils.read ( javax.xml.stream.XMLStreamReader reader, boolean recordLoc )This method is from 'StaxUtils' class.
StaxUtils.read ( javax.xml.transform.Source s )This method is from 'StaxUtils' class.
StaxUtils.read ( org.xml.sax.InputSource s )This method is from 'StaxUtils' class.
StaxUtils.readDocElements ( org.w3c.dom.Document doc, org.w3c.dom.Node parent, javax.xml.stream.XMLStreamReader reader, boolean repairing, boolean recordLoc )This method is from 'StaxUtils' class.
StaxUtils.readDocElements ( org.w3c.dom.Document doc, org.w3c.dom.Node parent, javax.xml.stream.XMLStreamReader reader, boolean repairing, boolean recordLoc, boolean isThreshold )This method is from 'StaxUtils' class.
StaxUtils.readDocElements ( org.w3c.dom.Node parent, javax.xml.stream.XMLStreamReader reader, boolean repairing )This method is from 'StaxUtils' class.
StaxUtils.readDocElements ( org.w3c.dom.Node parent, javax.xml.stream.XMLStreamReader reader, boolean repairing, boolean isThreshold )This method is from 'StaxUtils' class.
StaxUtils.readQName ( javax.xml.stream.XMLStreamReader reader )This method is from 'StaxUtils' class.
StaxUtils.skipToStartOfElement ( javax.xml.stream.XMLStreamReader in )This method is from 'StaxUtils' class.
StaxUtils.skipToStartOfElement ( DepthXMLStreamReader in )This method is from 'StaxUtils' class.
StaxUtils.toNextElement ( DepthXMLStreamReader dr )This method is from 'StaxUtils' class.
StaxUtils.toNextTag ( javax.xml.stream.XMLStreamReader reader )This method is from 'StaxUtils' class.
StaxUtils.toNextTag ( DepthXMLStreamReader reader, javax.xml.namespace.QName endTag )This method is from 'StaxUtils' class.
StaxUtils.toNextText ( DepthXMLStreamReader reader )This method is from 'StaxUtils' class.
StaxUtils.toString ( org.w3c.dom.Document doc )This method is from 'StaxUtils' class.
StaxUtils.toString ( org.w3c.dom.Element el )This method is from 'StaxUtils' class.
StaxUtils.writeDocument ( org.w3c.dom.Document d, javax.xml.stream.XMLStreamWriter writer, boolean repairing )This method is from 'StaxUtils' class.
StaxUtils.writeDocument ( org.w3c.dom.Document d, javax.xml.stream.XMLStreamWriter writer, boolean writeProlog, boolean repairing )This method is from 'StaxUtils' class.
StaxUtils.writeElement ( org.w3c.dom.Element e, javax.xml.stream.XMLStreamWriter writer, boolean repairing )This method is from 'StaxUtils' class.
StaxUtils.writeElement ( org.w3c.dom.Element e, javax.xml.stream.XMLStreamWriter writer, boolean repairing, boolean endElement )This method is from 'StaxUtils' class.
StaxUtils.writeEvent ( javax.xml.stream.events.XMLEvent event, javax.xml.stream.XMLStreamWriter writer )This method is from 'StaxUtils' class.
StaxUtils.writeNode ( org.w3c.dom.Node n, javax.xml.stream.XMLStreamWriter writer, boolean repairing )This method is from 'StaxUtils' class.
StaxUtils.writeStartElement ( javax.xml.stream.XMLStreamWriter writer, String prefix, String name, String namespace )This method is from 'StaxUtils' class.
[+] StreamWriterContentHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (19)
StreamWriterContentHandler.characters ( char[ ] ch, int start, int length )This method is from 'StreamWriterContentHandler' class.
StreamWriterContentHandler.comment ( char[ ] ch, int start, int length )This method is from 'StreamWriterContentHandler' class.
StreamWriterContentHandler.endCDATA ( )This method is from 'StreamWriterContentHandler' class.
StreamWriterContentHandler.endDocument ( )This method is from 'StreamWriterContentHandler' class.
StreamWriterContentHandler.endDTD ( )This method is from 'StreamWriterContentHandler' class.
StreamWriterContentHandler.endElement ( String namespaceURI, String localName, String qName )This method is from 'StreamWriterContentHandler' class.
StreamWriterContentHandler.endEntity ( String name )This method is from 'StreamWriterContentHandler' class.
StreamWriterContentHandler.endPrefixMapping ( String prefix )This method is from 'StreamWriterContentHandler' class.
StreamWriterContentHandler.ignorableWhitespace ( char[ ] ch, int start, int length )This method is from 'StreamWriterContentHandler' class.
StreamWriterContentHandler.processingInstruction ( String target, String data )This method is from 'StreamWriterContentHandler' class.
StreamWriterContentHandler.setDocumentLocator ( org.xml.sax.Locator locator )This method is from 'StreamWriterContentHandler' class.
StreamWriterContentHandler.skippedEntity ( String name )This method is from 'StreamWriterContentHandler' class.
StreamWriterContentHandler.startCDATA ( )This method is from 'StreamWriterContentHandler' class.
StreamWriterContentHandler.startDocument ( )This method is from 'StreamWriterContentHandler' class.
StreamWriterContentHandler.startDTD ( String name, String publicId, String systemId )This method is from 'StreamWriterContentHandler' class.
StreamWriterContentHandler.startElement ( String namespaceURI, String localName, String qName, org.xml.sax.Attributes atts )This method is from 'StreamWriterContentHandler' class.
StreamWriterContentHandler.startEntity ( String name )This method is from 'StreamWriterContentHandler' class.
StreamWriterContentHandler.startPrefixMapping ( String prefix, String uri )This method is from 'StreamWriterContentHandler' class.
StreamWriterContentHandler.StreamWriterContentHandler ( javax.xml.stream.XMLStreamWriter w )This constructor is from 'StreamWriterContentHandler' class.
[+] W3CDOMStreamReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (40)
W3CDOMStreamReader.endElement ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getAttributeCount ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getAttributeLocalName ( int i )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getAttributeName ( int i )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getAttributeNamespace ( int i )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getAttributePrefix ( int i )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getAttributeType ( int i )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getAttributeValue ( int i )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getAttributeValue ( String ns, String local )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getChildFrame ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getCurrentElement ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getCurrentNode ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getDocument ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getElementText ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getEncoding ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getLocalName ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getLocation ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getName ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getNamespaceContext ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getNamespaceCount ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getNamespacePrefix ( int i )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getNamespaceURI ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getNamespaceURI ( int i )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getNamespaceURI ( String prefix )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getPIData ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getPITarget ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getPrefix ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getSystemId ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getText ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getTextCharacters ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getTextLength ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.getTextStart ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.hasMoreChildren ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.isAttributeSpecified ( int i )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.newFrame ( AbstractDOMStreamReader.ElementFrame frame )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.nextChild ( )This method is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.W3CDOMStreamReader ( org.w3c.dom.Document doc )This constructor is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.W3CDOMStreamReader ( org.w3c.dom.DocumentFragment docfrag )This constructor is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.W3CDOMStreamReader ( org.w3c.dom.Element element )This constructor is from 'W3CDOMStreamReader' class.
W3CDOMStreamReader.W3CDOMStreamReader ( org.w3c.dom.Element element, String systemId )This constructor is from 'W3CDOMStreamReader' class.
[+] W3CDOMStreamWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (45)
W3CDOMStreamWriter.close ( )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.flush ( )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.getCurrentFragment ( )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.getCurrentNode ( )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.getDocument ( )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.getNamespaceContext ( )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.getPrefix ( String uri )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.getProperty ( String prop )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.isNsRepairing ( )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.newChild ( org.w3c.dom.Element element )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.setChild ( org.w3c.dom.Element element, boolean append )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.setDefaultNamespace ( String arg0 )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.setNamespaceContext ( javax.xml.namespace.NamespaceContext ctx )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.setNsRepairing ( boolean b )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.setPrefix ( String arg0, String arg1 )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.setProperties ( java.util.Map properties )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.W3CDOMStreamWriter ( )This constructor is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.W3CDOMStreamWriter ( javax.xml.parsers.DocumentBuilder builder )This constructor is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.W3CDOMStreamWriter ( org.w3c.dom.Document document )This constructor is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.W3CDOMStreamWriter ( org.w3c.dom.DocumentFragment frag )This constructor is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.W3CDOMStreamWriter ( org.w3c.dom.Element e )This constructor is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeAttribute ( String local, String value )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeAttribute ( String namespace, String local, String value )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeAttribute ( String prefix, String namespace, String local, String value )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeCData ( String data )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeCharacters ( char[ ] text, int start, int len )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeCharacters ( String text )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeComment ( String value )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeDefaultNamespace ( String namespace )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeDTD ( String arg0 )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeEmptyElement ( String local )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeEmptyElement ( String namespace, String local )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeEmptyElement ( String prefix, String local, String namespace )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeEndDocument ( )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeEndElement ( )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeEntityRef ( String ref )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeNamespace ( String prefix, String namespace )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeProcessingInstruction ( String target )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeProcessingInstruction ( String target, String data )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeStartDocument ( )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeStartDocument ( String version )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeStartDocument ( String encoding, String version )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeStartElement ( String local )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeStartElement ( String namespace, String local )This method is from 'W3CDOMStreamWriter' class.
W3CDOMStreamWriter.writeStartElement ( String prefix, String local, String namespace )This method is from 'W3CDOMStreamWriter' class.
[+] W3CNamespaceContext (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
W3CNamespaceContext.getElement ( )This method is from 'W3CNamespaceContext' class.
W3CNamespaceContext.getNamespaceURI ( String prefix )This method is from 'W3CNamespaceContext' class.
W3CNamespaceContext.getPrefix ( String uri )This method is from 'W3CNamespaceContext' class.
W3CNamespaceContext.getPrefixes ( String uri )This method is from 'W3CNamespaceContext' class.
W3CNamespaceContext.setElement ( org.w3c.dom.Element node )This method is from 'W3CNamespaceContext' class.
W3CNamespaceContext.W3CNamespaceContext ( )This constructor is from 'W3CNamespaceContext' class.
W3CNamespaceContext.W3CNamespaceContext ( org.w3c.dom.Element el )This constructor is from 'W3CNamespaceContext' class.
package org.apache.cxf.staxutils.transform
[+] IgnoreNamespacesWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
IgnoreNamespacesWriter.IgnoreNamespacesWriter ( javax.xml.stream.XMLStreamWriter writer )This constructor is from 'IgnoreNamespacesWriter' class.
IgnoreNamespacesWriter.setDefaultNamespace ( String uri )This method is from 'IgnoreNamespacesWriter' class.
IgnoreNamespacesWriter.setPrefix ( String pfx, String uri )This method is from 'IgnoreNamespacesWriter' class.
IgnoreNamespacesWriter.writeStartElement ( String uri, String local )This method is from 'IgnoreNamespacesWriter' class.
IgnoreNamespacesWriter.writeStartElement ( String prefix, String local, String uri )This method is from 'IgnoreNamespacesWriter' class.
[+] InTransformReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (24)
InTransformReader.getAttributeCount ( )This method is from 'InTransformReader' class.
InTransformReader.getAttributeLocalName ( int arg0 )This method is from 'InTransformReader' class.
InTransformReader.getAttributeName ( int arg0 )This method is from 'InTransformReader' class.
InTransformReader.getAttributeNamespace ( int arg0 )This method is from 'InTransformReader' class.
InTransformReader.getAttributePrefix ( int arg0 )This method is from 'InTransformReader' class.
InTransformReader.getAttributeType ( int arg0 )This method is from 'InTransformReader' class.
InTransformReader.getAttributeValue ( int arg0 )This method is from 'InTransformReader' class.
InTransformReader.getAttributeValue ( String namespace, String localName )This method is from 'InTransformReader' class.
InTransformReader.getLocalName ( )This method is from 'InTransformReader' class.
InTransformReader.getName ( )This method is from 'InTransformReader' class.
InTransformReader.getNamespaceContext ( )This method is from 'InTransformReader' class.
InTransformReader.getNamespacePrefix ( int index )This method is from 'InTransformReader' class.
InTransformReader.getNamespaceURI ( )This method is from 'InTransformReader' class.
InTransformReader.getNamespaceURI ( int index )This method is from 'InTransformReader' class.
InTransformReader.getPrefix ( )This method is from 'InTransformReader' class.
InTransformReader.getProperty ( String name )This method is from 'InTransformReader' class.
InTransformReader.getReader ( )This method is from 'InTransformReader' class.
InTransformReader.getText ( )This method is from 'InTransformReader' class.
InTransformReader.getTextCharacters ( )This method is from 'InTransformReader' class.
InTransformReader.getTextCharacters ( int sourceStart, char[ ] target, int targetStart, int length )This method is from 'InTransformReader' class.
InTransformReader.getTextLength ( )This method is from 'InTransformReader' class.
InTransformReader.InTransformReader ( javax.xml.stream.XMLStreamReader reader, java.util.Map inMap, java.util.Map appendMap, boolean blockOriginalReader )This constructor is from 'InTransformReader' class.
InTransformReader.InTransformReader ( javax.xml.stream.XMLStreamReader reader, java.util.Map inEMap, java.util.Map appendMap, java.util.List dropESet, java.util.Map inAMap, boolean blockOriginalReader )This constructor is from 'InTransformReader' class.
InTransformReader.next ( )This method is from 'InTransformReader' class.
[+] OutTransformWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
OutTransformWriter.getNamespaceContext ( )This method is from 'OutTransformWriter' class.
OutTransformWriter.OutTransformWriter ( javax.xml.stream.XMLStreamWriter writer, java.util.Map outMap, java.util.Map append, java.util.List dropEls, boolean attributesToElements, String defaultNamespace )This constructor is from 'OutTransformWriter' class.
OutTransformWriter.OutTransformWriter ( javax.xml.stream.XMLStreamWriter writer, java.util.Map outEMap, java.util.Map append, java.util.List dropEls, java.util.Map outAMap, boolean attributesToElements, String defaultNamespace )This constructor is from 'OutTransformWriter' class.
OutTransformWriter.writeAttribute ( String local, String value )This method is from 'OutTransformWriter' class.
OutTransformWriter.writeAttribute ( String prefix, String uri, String local, String value )This method is from 'OutTransformWriter' class.
OutTransformWriter.writeCharacters ( String text )This method is from 'OutTransformWriter' class.
OutTransformWriter.writeEndElement ( )This method is from 'OutTransformWriter' class.
OutTransformWriter.writeNamespace ( String prefix, String uri )This method is from 'OutTransformWriter' class.
OutTransformWriter.writeStartElement ( String local )This method is from 'OutTransformWriter' class.
OutTransformWriter.writeStartElement ( String uri, String local )This method is from 'OutTransformWriter' class.
OutTransformWriter.writeStartElement ( String prefix, String local, String uri )This method is from 'OutTransformWriter' class.
[+] TransformUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
TransformUtils.convertToMapOfQNames ( java.util.Map map, java.util.Map elementsMap )This method is from 'TransformUtils' class.
TransformUtils.convertToQNamesMap ( java.util.Map map, QNamesMap elementsMap, java.util.Map nsMap )This method is from 'TransformUtils' class.
TransformUtils.convertToSetOfQNames ( java.util.List set, java.util.Set elementsSet )This method is from 'TransformUtils' class.
TransformUtils.createNewReaderIfNeeded ( javax.xml.stream.XMLStreamReader reader, java.io.InputStream is )This method is from 'TransformUtils' class.
TransformUtils.createNewWriterIfNeeded ( javax.xml.stream.XMLStreamWriter writer, java.io.OutputStream os )This method is from 'TransformUtils' class.
TransformUtils.createTransformReaderIfNeeded ( javax.xml.stream.XMLStreamReader reader, java.io.InputStream is, java.util.List inDropElements, java.util.Map inElementsMap, java.util.Map inAppendMap, boolean blockOriginalReader )This method is from 'TransformUtils' class.
TransformUtils.createTransformReaderIfNeeded ( javax.xml.stream.XMLStreamReader reader, java.io.InputStream is, java.util.List inDropElements, java.util.Map inElementsMap, java.util.Map inAppendMap, java.util.Map inAttributesMap, boolean blockOriginalReader )This method is from 'TransformUtils' class.
TransformUtils.createTransformWriterIfNeeded ( javax.xml.stream.XMLStreamWriter writer, java.io.OutputStream os, java.util.Map outElementsMap, java.util.List outDropElements, java.util.Map outAppendMap, boolean attributesToElements, String defaultNamespace )This method is from 'TransformUtils' class.
package org.apache.cxf.test
[+] AbstractCXFSpringTest (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
AbstractCXFSpringTest.AbstractCXFSpringTest ( )This constructor is from 'AbstractCXFSpringTest' abstract class.
AbstractCXFSpringTest.additionalSpringConfiguration ( org.springframework.context.support.GenericApplicationContext context )This method is from 'AbstractCXFSpringTest' abstract class.
AbstractCXFSpringTest.createBus ( )This method is from 'AbstractCXFSpringTest' abstract class.
AbstractCXFSpringTest.getApplicationContext ( )This method is from 'AbstractCXFSpringTest' abstract class.
AbstractCXFSpringTest.getBean ( Class type, String beanName )This method is from 'AbstractCXFSpringTest' abstract class.
AbstractCXFSpringTest.getConfigLocations ( )This abstract method is from 'AbstractCXFSpringTest' abstract class.
AbstractCXFSpringTest.setConfigContextClass ( Class configContextClass )This method is from 'AbstractCXFSpringTest' abstract class.
AbstractCXFSpringTest.setupBeans ( )This method is from 'AbstractCXFSpringTest' abstract class.
AbstractCXFSpringTest.setUpBus ( )This method is from 'AbstractCXFSpringTest' abstract class.
AbstractCXFSpringTest.teardownBeans ( )This method is from 'AbstractCXFSpringTest' abstract class.
[+] AbstractCXFTest (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (21)
AbstractCXFTest.AbstractCXFTest ( )This constructor is from 'AbstractCXFTest' class.
AbstractCXFTest.addNamespace ( String ns, String uri )This method is from 'AbstractCXFTest' class.
AbstractCXFTest.assertInvalid ( String xpath, org.w3c.dom.Node node )This method is from 'AbstractCXFTest' class.
AbstractCXFTest.assertNoFault ( org.w3c.dom.Node node )This method is from 'AbstractCXFTest' class.
AbstractCXFTest.assertValid ( String xpath, org.w3c.dom.Node node )This method is from 'AbstractCXFTest' class.
AbstractCXFTest.assertValidBoolean ( String xpath, org.w3c.dom.Node node )This method is from 'AbstractCXFTest' class.
AbstractCXFTest.assertXPathEquals ( String xpath, String value, org.w3c.dom.Node node )This method is from 'AbstractCXFTest' class.
AbstractCXFTest.createBus ( )This method is from 'AbstractCXFTest' class.
AbstractCXFTest.getBasedir ( )This method is from 'AbstractCXFTest' class.
AbstractCXFTest.getBus ( )This method is from 'AbstractCXFTest' class.
AbstractCXFTest.getNamespaceContext ( )This method is from 'AbstractCXFTest' class.
AbstractCXFTest.getNamespaces ( )This method is from 'AbstractCXFTest' class.
AbstractCXFTest.getResourceAsReader ( String resource )This method is from 'AbstractCXFTest' class.
AbstractCXFTest.getResourceAsStream ( String resource )This method is from 'AbstractCXFTest' class.
AbstractCXFTest.getTestFile ( String relativePath )This method is from 'AbstractCXFTest' class.
AbstractCXFTest.getWSDLDocument ( org.apache.cxf.endpoint.Server server )This method is from 'AbstractCXFTest' class.
AbstractCXFTest.invoke ( String address, String transport, byte[ ] message )This method is from 'AbstractCXFTest' class.
AbstractCXFTest.invoke ( String address, String transport, String message )This method is from 'AbstractCXFTest' class.
AbstractCXFTest.invokeBytes ( String address, String transport, String message )This method is from 'AbstractCXFTest' class.
AbstractCXFTest.setUpBus ( )This method is from 'AbstractCXFTest' class.
AbstractCXFTest.shutdownBus ( )This method is from 'AbstractCXFTest' class.
[+] AbstractCXFTest.TestMessageObserver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
AbstractCXFTest.TestMessageObserver.AbstractCXFTest.TestMessageObserver ( )This constructor is from 'AbstractCXFTest.TestMessageObserver' class.
[+] TestApplicationContext (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
TestApplicationContext.initBeanDefinitionReader ( org.springframework.beans.factory.xml.XmlBeanDefinitionReader reader )This method is from 'TestApplicationContext' class.
TestApplicationContext.TestApplicationContext ( String resource )This constructor is from 'TestApplicationContext' class.
TestApplicationContext.TestApplicationContext ( String[ ] resources )This constructor is from 'TestApplicationContext' class.
[+] TestUtilities (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (27)
TestUtilities.addDefaultNamespaces ( )This method is from 'TestUtilities' class.
TestUtilities.addNamespace ( String ns, String uri )This method is from 'TestUtilities' class.
TestUtilities.assertInvalid ( String xpath, org.w3c.dom.Node node )This method is from 'TestUtilities' class.
TestUtilities.assertNoFault ( org.w3c.dom.Node node )This method is from 'TestUtilities' class.
TestUtilities.assertValid ( String xpath, org.w3c.dom.Node node )This method is from 'TestUtilities' class.
TestUtilities.assertValidBoolean ( String xpath, org.w3c.dom.Node node )This method is from 'TestUtilities' class.
TestUtilities.assertXPathEquals ( String xpath, String value, org.w3c.dom.Node node )This method is from 'TestUtilities' class.
TestUtilities.getBasedir ( )This method is from 'TestUtilities' class.
TestUtilities.getBus ( )This method is from 'TestUtilities' class.
TestUtilities.getNamespaces ( )This method is from 'TestUtilities' class.
TestUtilities.getResourceAsReader ( String resource )This method is from 'TestUtilities' class.
TestUtilities.getResourceAsStream ( String resource )This method is from 'TestUtilities' class.
TestUtilities.getResourceAsXMLStreamReader ( String resource )This method is from 'TestUtilities' class.
TestUtilities.getServerForAddress ( String address )This method is from 'TestUtilities' class.
TestUtilities.getServerForService ( javax.xml.namespace.QName serviceName )This method is from 'TestUtilities' class.
TestUtilities.getTestFile ( String relativePath )This method is from 'TestUtilities' class.
TestUtilities.getWSDLDefinition ( org.apache.cxf.endpoint.Server server )This method is from 'TestUtilities' class.
TestUtilities.getWSDLDocument ( org.apache.cxf.endpoint.Server server )This method is from 'TestUtilities' class.
TestUtilities.invoke ( String address, String transport, byte[ ] message )This method is from 'TestUtilities' class.
TestUtilities.invoke ( String address, String transport, String message )This method is from 'TestUtilities' class.
TestUtilities.invokeBytes ( String address, String transport, byte[ ] message )This method is from 'TestUtilities' class.
TestUtilities.invokeBytes ( String address, String transport, String message )This method is from 'TestUtilities' class.
TestUtilities.recoverKeepAliveSystemProperty ( )This method is from 'TestUtilities' class.
TestUtilities.resolveNamespacePrefix ( String prefix, org.w3c.dom.Node node )This method is from 'TestUtilities' class.
TestUtilities.setBus ( org.apache.cxf.Bus bus )This method is from 'TestUtilities' class.
TestUtilities.setKeepAliveSystemProperty ( boolean setAlive )This method is from 'TestUtilities' class.
TestUtilities.TestUtilities ( Class classpathReference )This constructor is from 'TestUtilities' class.
[+] TestUtilities.TestMessageObserver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TestUtilities.TestMessageObserver.getResponseContentType ( )This method is from 'TestUtilities.TestMessageObserver' class.
TestUtilities.TestMessageObserver.getResponseStream ( )This method is from 'TestUtilities.TestMessageObserver' class.
TestUtilities.TestMessageObserver.onMessage ( org.apache.cxf.message.Message message )This method is from 'TestUtilities.TestMessageObserver' class.
TestUtilities.TestMessageObserver.TestUtilities.TestMessageObserver ( )This constructor is from 'TestUtilities.TestMessageObserver' class.
[+] XPathAssert (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
XPathAssert.assertFault ( org.w3c.dom.Node node )This method is from 'XPathAssert' class.
XPathAssert.assertInvalid ( String xpath, org.w3c.dom.Node node, java.util.Map namespaces )This method is from 'XPathAssert' class.
XPathAssert.assertNoFault ( org.w3c.dom.Node node )This method is from 'XPathAssert' class.
XPathAssert.assertValid ( String xpath, org.w3c.dom.Node node, java.util.Map namespaces )This method is from 'XPathAssert' class.
XPathAssert.assertValidBoolean ( String xpath, org.w3c.dom.Node node, java.util.Map namespaces )This method is from 'XPathAssert' class.
XPathAssert.assertXPathEquals ( String xpath, String value, org.w3c.dom.Node node, java.util.Map namespaces )This method is from 'XPathAssert' class.
XPathAssert.createXPath ( java.util.Map namespaces )This method is from 'XPathAssert' class.
package org.apache.cxf.tools.common
[+] AbstractCXFToolContainer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
AbstractCXFToolContainer.AbstractCXFToolContainer ( String nm, toolspec.ToolSpec toolspec )This constructor is from 'AbstractCXFToolContainer' abstract class.
AbstractCXFToolContainer.checkParams ( toolspec.parser.ErrorVisitor err )This method is from 'AbstractCXFToolContainer' abstract class.
AbstractCXFToolContainer.createClassCollector ( )This method is from 'AbstractCXFToolContainer' abstract class.
AbstractCXFToolContainer.execute ( boolean exitOnFinish )This method is from 'AbstractCXFToolContainer' abstract class.
AbstractCXFToolContainer.getDefaultExcludedNamespaces ( String excludeProps )This method is from 'AbstractCXFToolContainer' abstract class.
AbstractCXFToolContainer.getFileBase ( String wsdlUrl )This method is from 'AbstractCXFToolContainer' abstract class.
AbstractCXFToolContainer.getFileName ( String loc )This method is from 'AbstractCXFToolContainer' abstract class.
AbstractCXFToolContainer.getParametersMap ( java.util.Set stringArrayKeys )This method is from 'AbstractCXFToolContainer' abstract class.
AbstractCXFToolContainer.getToolName ( )This method is from 'AbstractCXFToolContainer' abstract class.
AbstractCXFToolContainer.getUsage ( )This method is from 'AbstractCXFToolContainer' abstract class.
AbstractCXFToolContainer.hasInfoOption ( )This method is from 'AbstractCXFToolContainer' abstract class.
AbstractCXFToolContainer.isVerboseOn ( )This method is from 'AbstractCXFToolContainer' abstract class.
AbstractCXFToolContainer.loadProperties ( java.io.InputStream inputs )This method is from 'AbstractCXFToolContainer' abstract class.
AbstractCXFToolContainer.loadProperties ( String propertyFile )This method is from 'AbstractCXFToolContainer' abstract class.
AbstractCXFToolContainer.outputFullCommandLine ( )This method is from 'AbstractCXFToolContainer' abstract class.
AbstractCXFToolContainer.outputVersion ( )This method is from 'AbstractCXFToolContainer' abstract class.
AbstractCXFToolContainer.printUsageException ( String toolName, toolspec.parser.BadUsageException ex )This method is from 'AbstractCXFToolContainer' abstract class.
[+] ClassNameProcessor (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ClassNameProcessor.processClassNames ( )This abstract method is from 'ClassNameProcessor' interface.
[+] ClassUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ClassUtils.ClassUtils ( )This constructor is from 'ClassUtils' class.
ClassUtils.compile ( ToolContext context )This method is from 'ClassUtils' class.
[+] CommandInterfaceUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
CommandInterfaceUtils.commandCommonMain ( )This method is from 'CommandInterfaceUtils' class.
CommandInterfaceUtils.setTestInProgress ( boolean testInProgress )This method is from 'CommandInterfaceUtils' class.
[+] DataTypeAdapter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
DataTypeAdapter.parseDate ( String s )This method is from 'DataTypeAdapter' class.
DataTypeAdapter.parseDateTime ( String s )This method is from 'DataTypeAdapter' class.
DataTypeAdapter.parseTime ( String s )This method is from 'DataTypeAdapter' class.
DataTypeAdapter.printDate ( java.util.Date dt )This method is from 'DataTypeAdapter' class.
DataTypeAdapter.printDateTime ( java.util.Date dt )This method is from 'DataTypeAdapter' class.
DataTypeAdapter.printTime ( java.util.Date dt )This method is from 'DataTypeAdapter' class.
[+] ExtensionInvocationHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ExtensionInvocationHandler.ExtensionInvocationHandler ( Object o )This constructor is from 'ExtensionInvocationHandler' class.
ExtensionInvocationHandler.invoke ( Object proxy, reflect.Method method, Object[ ] args )This method is from 'ExtensionInvocationHandler' class.
[+] FrontEndGenerator (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
FrontEndGenerator.generate ( ToolContext p1 )This abstract method is from 'FrontEndGenerator' interface.
FrontEndGenerator.getName ( )This abstract method is from 'FrontEndGenerator' interface.
[+] Processor (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
Processor.process ( )This abstract method is from 'Processor' interface.
Processor.setEnvironment ( ToolContext p1 )This abstract method is from 'Processor' interface.
[+] ProcessorTestBase (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
ProcessorTestBase.assertAttributesEquals ( javax.xml.namespace.QName element, java.util.Map q1, java.util.Map q2, java.util.Collection ignoreAttr )This method is from 'ProcessorTestBase' class.
ProcessorTestBase.assertFileEquals ( java.io.File location1, java.io.File location2 )This method is from 'ProcessorTestBase' class.
ProcessorTestBase.assertFileEquals ( String f1, String f2 )This method is from 'ProcessorTestBase' class.
ProcessorTestBase.assertTagEquals ( Tag expected, Tag source )This method is from 'ProcessorTestBase' class.
ProcessorTestBase.assertTagEquals ( Tag expected, Tag source, java.util.List ignoreAttr, java.util.List ignoreTag )This method is from 'ProcessorTestBase' class.
ProcessorTestBase.assertWsdlEquals ( java.io.File expected, java.io.File source )This method is from 'ProcessorTestBase' class.
ProcessorTestBase.assertWsdlEquals ( java.io.File expected, java.io.File source, java.util.List attr, java.util.List tag )This method is from 'ProcessorTestBase' class.
ProcessorTestBase.assertWsdlEquals ( java.io.InputStream expected, java.io.InputStream source )This method is from 'ProcessorTestBase' class.
ProcessorTestBase.assertWsdlEquals ( java.io.InputStream expected, java.io.InputStream source, java.util.List attr, java.util.List tag )This method is from 'ProcessorTestBase' class.
ProcessorTestBase.assertXmlEquals ( java.io.File expected, java.io.File source )This method is from 'ProcessorTestBase' class.
ProcessorTestBase.assertXmlEquals ( java.io.File expected, java.io.File source, java.util.List ignoreAttr )This method is from 'ProcessorTestBase' class.
ProcessorTestBase.getClassPath ( )This method is from 'ProcessorTestBase' class.
ProcessorTestBase.getLocation ( String wsdlFile )This method is from 'ProcessorTestBase' class.
ProcessorTestBase.getResource ( String wsdlFile )This method is from 'ProcessorTestBase' class.
ProcessorTestBase.getStringFromFile ( java.io.File location )This method is from 'ProcessorTestBase' class.
ProcessorTestBase.ProcessorTestBase ( )This constructor is from 'ProcessorTestBase' class.
ProcessorTestBase.tearDown ( )This method is from 'ProcessorTestBase' class.
[+] Tag (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
Tag.equals ( Object object )This method is from 'Tag' class.
Tag.getAttributes ( )This method is from 'Tag' class.
Tag.getIgnoreAttr ( )This method is from 'Tag' class.
Tag.getName ( )This method is from 'Tag' class.
Tag.getParent ( )This method is from 'Tag' class.
Tag.getTags ( )This method is from 'Tag' class.
Tag.getText ( )This method is from 'Tag' class.
Tag.hashCode ( )This method is from 'Tag' class.
Tag.setName ( javax.xml.namespace.QName nName )This method is from 'Tag' class.
Tag.setParent ( Tag nTag )This method is from 'Tag' class.
Tag.setText ( String nText )This method is from 'Tag' class.
Tag.Tag ( )This constructor is from 'Tag' class.
Tag.toString ( )This method is from 'Tag' class.
[+] ToolContext (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (40)
ToolContext.addExcludeNamespacePackageMap ( String namespace, String pn )This method is from 'ToolContext' class.
ToolContext.addNamespacePackageMap ( String namespace, String pn )This method is from 'ToolContext' class.
ToolContext.addParameters ( java.util.Map map )This method is from 'ToolContext' class.
ToolContext.containsKey ( String key )This method is from 'ToolContext' class.
ToolContext.get ( Class key )This method is from 'ToolContext' class.
ToolContext.get ( String key )This method is from 'ToolContext' class.
ToolContext.get ( String key, Class clazz )This method is from 'ToolContext' class.
ToolContext.get ( String key, Class clazz, Object defaultValue )This method is from 'ToolContext' class.
ToolContext.get ( String key, Object defaultValue )This method is from 'ToolContext' class.
ToolContext.getArray ( String key )This method is from 'ToolContext' class.
ToolContext.getBooleanValue ( String key, String defaultValue )This method is from 'ToolContext' class.
ToolContext.getCustomizedNS ( String ns )This method is from 'ToolContext' class.
ToolContext.getExcludeFileList ( )This method is from 'ToolContext' class.
ToolContext.getExcludePackageName ( String ns )This method is from 'ToolContext' class.
ToolContext.getExcludePkgList ( )This method is from 'ToolContext' class.
ToolContext.getJavaModel ( )This method is from 'ToolContext' class.
ToolContext.getJaxbBindingFile ( )This method is from 'ToolContext' class.
ToolContext.getNamespacePackageMap ( )This method is from 'ToolContext' class.
ToolContext.getPackageName ( )This method is from 'ToolContext' class.
ToolContext.getQName ( String key )This method is from 'ToolContext' class.
ToolContext.getQName ( String key, String defaultNamespace )This method is from 'ToolContext' class.
ToolContext.hasExcludeNamespace ( String ns )This method is from 'ToolContext' class.
ToolContext.hasNamespace ( String ns )This method is from 'ToolContext' class.
ToolContext.isExcludeNamespaceEnabled ( )This method is from 'ToolContext' class.
ToolContext.isPackageNameChanged ( )This method is from 'ToolContext' class.
ToolContext.isVerbose ( )This method is from 'ToolContext' class.
ToolContext.loadDefaultExcludes ( java.io.InputStream ins )This method is from 'ToolContext' class.
ToolContext.loadDefaultNS2Pck ( java.io.InputStream ins )This method is from 'ToolContext' class.
ToolContext.makeCopy ( )This method is from 'ToolContext' class.
ToolContext.mapPackageName ( String ns )This method is from 'ToolContext' class.
ToolContext.optionSet ( String key )This method is from 'ToolContext' class.
ToolContext.put ( Class key, Object value )This method is from 'ToolContext' class.
ToolContext.put ( String key, Object value )This method is from 'ToolContext' class.
ToolContext.remove ( String key )This method is from 'ToolContext' class.
ToolContext.setJavaModel ( model.JavaModel jModel )This method is from 'ToolContext' class.
ToolContext.setJaxbBindingFiles ( java.util.List bindings )This method is from 'ToolContext' class.
ToolContext.setPackageName ( String pkgName )This method is from 'ToolContext' class.
ToolContext.setParameters ( java.util.Map map )This method is from 'ToolContext' class.
ToolContext.ToolContext ( )This constructor is from 'ToolContext' class.
ToolContext.validateWSDL ( )This method is from 'ToolContext' class.
[+] ToolException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
ToolException.ToolException ( )This constructor is from 'ToolException' class.
ToolException.ToolException ( String msg )This constructor is from 'ToolException' class.
ToolException.ToolException ( String msg, Throwable t )This constructor is from 'ToolException' class.
ToolException.ToolException ( String messageId, java.util.logging.Logger logger )This constructor is from 'ToolException' class.
ToolException.ToolException ( String messageId, java.util.logging.Logger logger, Object[ ] args )This constructor is from 'ToolException' class.
ToolException.ToolException ( Throwable t )This constructor is from 'ToolException' class.
ToolException.ToolException ( org.apache.cxf.common.i18n.Message msg )This constructor is from 'ToolException' class.
ToolException.ToolException ( org.apache.cxf.common.i18n.Message msg, Throwable t )This constructor is from 'ToolException' class.
[+] ToolTestBase (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
ToolTestBase.getLocation ( String wsdlFile )This method is from 'ToolTestBase' abstract class.
ToolTestBase.getStdErr ( )This method is from 'ToolTestBase' abstract class.
ToolTestBase.getStdOut ( )This method is from 'ToolTestBase' abstract class.
ToolTestBase.setUp ( )This method is from 'ToolTestBase' abstract class.
ToolTestBase.tearDown ( )This method is from 'ToolTestBase' abstract class.
ToolTestBase.ToolTestBase ( )This constructor is from 'ToolTestBase' abstract class.
[+] VelocityGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
VelocityGenerator.clearAttributes ( )This method is from 'VelocityGenerator' class.
VelocityGenerator.doWrite ( String templateName, java.io.Writer outputs )This method is from 'VelocityGenerator' class.
VelocityGenerator.parseOutputName ( String packageName, String filename )This method is from 'VelocityGenerator' class.
VelocityGenerator.parseOutputName ( String packageName, String filename, String ext )This method is from 'VelocityGenerator' class.
VelocityGenerator.setAttributes ( String n, Object value )This method is from 'VelocityGenerator' class.
VelocityGenerator.setBaseDir ( String dir )This method is from 'VelocityGenerator' class.
VelocityGenerator.setCommonAttributes ( )This method is from 'VelocityGenerator' class.
VelocityGenerator.VelocityGenerator ( )This constructor is from 'VelocityGenerator' class.
VelocityGenerator.VelocityGenerator ( boolean log )This constructor is from 'VelocityGenerator' class.
[+] VelocityWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
VelocityWriter.VelocityWriter ( java.io.Writer out )This constructor is from 'VelocityWriter' class.
VelocityWriter.VelocityWriter ( java.io.Writer out, int size )This constructor is from 'VelocityWriter' class.
VelocityWriter.write ( char[ ] chars )This method is from 'VelocityWriter' class.
VelocityWriter.write ( String str )This method is from 'VelocityWriter' class.
package org.apache.cxf.tools.common.dom
[+] ExtendedDocumentBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ExtendedDocumentBuilder.ExtendedDocumentBuilder ( )This constructor is from 'ExtendedDocumentBuilder' class.
ExtendedDocumentBuilder.parse ( java.io.InputStream in )This method is from 'ExtendedDocumentBuilder' class.
ExtendedDocumentBuilder.setValidating ( boolean validate )This method is from 'ExtendedDocumentBuilder' class.
[+] SchemaValidatingSAXParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SchemaValidatingSAXParser.getSAXParser ( )This method is from 'SchemaValidatingSAXParser' class.
SchemaValidatingSAXParser.SchemaValidatingSAXParser ( )This constructor is from 'SchemaValidatingSAXParser' class.
SchemaValidatingSAXParser.setValidating ( boolean validate )This method is from 'SchemaValidatingSAXParser' class.
package org.apache.cxf.tools.common.model
[+] Annotator (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
Annotator.annotate ( JavaAnnotatable p1 )This abstract method is from 'Annotator' interface.
[+] DefaultValueWriter (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
DefaultValueWriter.writeDefaultValue ( java.io.Writer p1, String p2, String p3, String p4 )This abstract method is from 'DefaultValueWriter' interface.
[+] JAnnotation (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
JAnnotation.addElement ( JAnnotationElement element )This method is from 'JAnnotation' class.
JAnnotation.getElements ( )This method is from 'JAnnotation' class.
JAnnotation.getImports ( )This method is from 'JAnnotation' class.
JAnnotation.getType ( )This method is from 'JAnnotation' class.
JAnnotation.JAnnotation ( )This constructor is from 'JAnnotation' class.
JAnnotation.JAnnotation ( Class t )This constructor is from 'JAnnotation' class.
JAnnotation.setType ( Class newType )This method is from 'JAnnotation' class.
JAnnotation.toString ( )This method is from 'JAnnotation' class.
[+] JAnnotationElement (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
JAnnotationElement.equals ( Object obj )This method is from 'JAnnotationElement' class.
JAnnotationElement.getImports ( )This method is from 'JAnnotationElement' class.
JAnnotationElement.getName ( )This method is from 'JAnnotationElement' class.
JAnnotationElement.getValue ( )This method is from 'JAnnotationElement' class.
JAnnotationElement.hashCode ( )This method is from 'JAnnotationElement' class.
JAnnotationElement.JAnnotationElement ( )This constructor is from 'JAnnotationElement' class.
JAnnotationElement.JAnnotationElement ( String n, Object v )This constructor is from 'JAnnotationElement' class.
JAnnotationElement.JAnnotationElement ( String n, Object v, boolean primitive )This constructor is from 'JAnnotationElement' class.
JAnnotationElement.setName ( String newName )This method is from 'JAnnotationElement' class.
JAnnotationElement.setValue ( Object newValue )This method is from 'JAnnotationElement' class.
JAnnotationElement.toString ( )This method is from 'JAnnotationElement' class.
[+] JavaAnnotatable (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
JavaAnnotatable.annotate ( Annotator p1 )This abstract method is from 'JavaAnnotatable' interface.
[+] JavaClass (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
JavaClass.addField ( JavaField f )This method is from 'JavaClass' class.
JavaClass.appendGetter ( JavaField field )This method is from 'JavaClass' class.
JavaClass.appendSetter ( JavaField field )This method is from 'JavaClass' class.
JavaClass.getFields ( )This method is from 'JavaClass' class.
JavaClass.JavaClass ( )This constructor is from 'JavaClass' class.
JavaClass.JavaClass ( JavaModel model )This constructor is from 'JavaClass' class.
[+] JavaCodeBlock (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JavaCodeBlock.getExpressions ( )This method is from 'JavaCodeBlock' class.
JavaCodeBlock.JavaCodeBlock ( )This constructor is from 'JavaCodeBlock' class.
[+] JavaCommon (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
JavaCommon.addImport ( String i )This method is from 'JavaCommon' class.
JavaCommon.getAllImport ( )This method is from 'JavaCommon' class.
JavaCommon.JavaCommon ( )This constructor is from 'JavaCommon' class.
[+] JavaException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JavaException.JavaException ( )This constructor is from 'JavaException' class.
JavaException.JavaException ( String n, String t, String tns )This constructor is from 'JavaException' class.
[+] JavaExceptionClass (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JavaExceptionClass.JavaExceptionClass ( )This constructor is from 'JavaExceptionClass' class.
JavaExceptionClass.JavaExceptionClass ( JavaModel model )This constructor is from 'JavaExceptionClass' class.
[+] JavaExpression (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
JavaExpression.getValue ( )This method is from 'JavaExpression' class.
JavaExpression.JavaExpression ( )This constructor is from 'JavaExpression' class.
JavaExpression.setValue ( String newValue )This method is from 'JavaExpression' class.
JavaExpression.toString ( )This method is from 'JavaExpression' class.
[+] JavaField (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
JavaField.addAnnotation ( JAnnotation anno )This method is from 'JavaField' class.
JavaField.annotate ( Annotator annotator )This method is from 'JavaField' class.
JavaField.getAnnotations ( )This method is from 'JavaField' class.
JavaField.getJaxbAnnotaions ( )This method is from 'JavaField' class.
JavaField.getModifier ( )This method is from 'JavaField' class.
JavaField.getName ( )This method is from 'JavaField' class.
JavaField.getParaName ( )This method is from 'JavaField' class.
JavaField.JavaField ( )This constructor is from 'JavaField' class.
JavaField.JavaField ( String n, String t, String tns )This constructor is from 'JavaField' class.
JavaField.setJaxbAnnotations ( annotation.Annotation[ ] anns )This method is from 'JavaField' class.
JavaField.setModifier ( String modi )This method is from 'JavaField' class.
[+] JavaInterface (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (41)
JavaInterface.addAnnotation ( JAnnotation annotation )This method is from 'JavaInterface' class.
JavaInterface.addImport ( String i )This method is from 'JavaInterface' class.
JavaInterface.addImports ( java.util.Collection ii )This method is from 'JavaInterface' class.
JavaInterface.addMethod ( JavaMethod method )This method is from 'JavaInterface' class.
JavaInterface.annotate ( Annotator annotator )This method is from 'JavaInterface' class.
JavaInterface.getAnnotations ( )This method is from 'JavaInterface' class.
JavaInterface.getClassJavaDoc ( )This method is from 'JavaInterface' class.
JavaInterface.getFullClassName ( )This method is from 'JavaInterface' class.
JavaInterface.getHandlerChains ( )This method is from 'JavaInterface' class.
JavaInterface.getImports ( )This method is from 'JavaInterface' class.
JavaInterface.getJavaModel ( )This method is from 'JavaInterface' class.
JavaInterface.getLocation ( )This method is from 'JavaInterface' class.
JavaInterface.getMethods ( )This method is from 'JavaInterface' class.
JavaInterface.getName ( )This method is from 'JavaInterface' class.
JavaInterface.getNamespace ( )This method is from 'JavaInterface' class.
JavaInterface.getPackageJavaDoc ( )This method is from 'JavaInterface' class.
JavaInterface.getPackageName ( )This method is from 'JavaInterface' class.
JavaInterface.getSOAPParameterStyle ( )This method is from 'JavaInterface' class.
JavaInterface.getSOAPStyle ( )This method is from 'JavaInterface' class.
JavaInterface.getSOAPUse ( )This method is from 'JavaInterface' class.
JavaInterface.getWebServiceName ( )This method is from 'JavaInterface' class.
JavaInterface.hasMethod ( JavaMethod method )This method is from 'JavaInterface' class.
JavaInterface.indexOf ( JavaMethod method )This method is from 'JavaInterface' class.
JavaInterface.JavaInterface ( )This constructor is from 'JavaInterface' class.
JavaInterface.JavaInterface ( JavaModel m )This constructor is from 'JavaInterface' class.
JavaInterface.removeMethod ( JavaMethod method )This method is from 'JavaInterface' class.
JavaInterface.replaceMethod ( JavaMethod method )This method is from 'JavaInterface' class.
JavaInterface.setClassJavaDoc ( String doc )This method is from 'JavaInterface' class.
JavaInterface.setFullClassName ( String fullName )This method is from 'JavaInterface' class.
JavaInterface.setHandlerChains ( org.w3c.dom.Element elem )This method is from 'JavaInterface' class.
JavaInterface.setJavaModel ( JavaModel jm )This method is from 'JavaInterface' class.
JavaInterface.setLocation ( String l )This method is from 'JavaInterface' class.
JavaInterface.setName ( String n )This method is from 'JavaInterface' class.
JavaInterface.setNamespace ( String ns )This method is from 'JavaInterface' class.
JavaInterface.setPackageJavaDoc ( String doc )This method is from 'JavaInterface' class.
JavaInterface.setPackageName ( String pn )This method is from 'JavaInterface' class.
JavaInterface.setSOAPParameterStyle ( javax.jws.soap.SOAPBinding.ParameterStyle p )This method is from 'JavaInterface' class.
JavaInterface.setSOAPStyle ( javax.jws.soap.SOAPBinding.Style s )This method is from 'JavaInterface' class.
JavaInterface.setSOAPUse ( javax.jws.soap.SOAPBinding.Use u )This method is from 'JavaInterface' class.
JavaInterface.setWebServiceName ( String wsn )This method is from 'JavaInterface' class.
JavaInterface.toString ( )This method is from 'JavaInterface' class.
[+] JavaMethod (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (48)
JavaMethod.addAnnotation ( String tag, JAnnotation annotation )This method is from 'JavaMethod' class.
JavaMethod.addException ( JavaException exception )This method is from 'JavaMethod' class.
JavaMethod.addParameter ( JavaParameter param )This method is from 'JavaMethod' class.
JavaMethod.annotate ( Annotator annotator )This method is from 'JavaMethod' class.
JavaMethod.clear ( )This method is from 'JavaMethod' class.
JavaMethod.enableMime ( )This method is from 'JavaMethod' class.
JavaMethod.getAnnotationMap ( )This method is from 'JavaMethod' class.
JavaMethod.getAnnotations ( )This method is from 'JavaMethod' class.
JavaMethod.getExceptions ( )This method is from 'JavaMethod' class.
JavaMethod.getInterface ( )This method is from 'JavaMethod' class.
JavaMethod.getJavaCodeBlock ( )This method is from 'JavaMethod' class.
JavaMethod.getJavaDoc ( )This method is from 'JavaMethod' class.
JavaMethod.getName ( )This method is from 'JavaMethod' class.
JavaMethod.getOperationName ( )This method is from 'JavaMethod' class.
JavaMethod.getParameter ( String paramName )This method is from 'JavaMethod' class.
JavaMethod.getParameterCount ( )This method is from 'JavaMethod' class.
JavaMethod.getParameterList ( )This method is from 'JavaMethod' class.
JavaMethod.getParameterList ( boolean includeAnnotation )This method is from 'JavaMethod' class.
JavaMethod.getParameterListWithoutAnnotation ( )This method is from 'JavaMethod' class.
JavaMethod.getParameters ( )This method is from 'JavaMethod' class.
JavaMethod.getReturn ( )This method is from 'JavaMethod' class.
JavaMethod.getReturnValue ( )This method is from 'JavaMethod' class.
JavaMethod.getSignature ( )This method is from 'JavaMethod' class.
JavaMethod.getSoapAction ( )This method is from 'JavaMethod' class.
JavaMethod.getSoapStyle ( )This method is from 'JavaMethod' class.
JavaMethod.getSoapUse ( )This method is from 'JavaMethod' class.
JavaMethod.getStyle ( )This method is from 'JavaMethod' class.
JavaMethod.hasException ( JavaException exception )This method is from 'JavaMethod' class.
JavaMethod.hasParameter ( String paramName )This method is from 'JavaMethod' class.
JavaMethod.isAsync ( )This method is from 'JavaMethod' class.
JavaMethod.isOneWay ( )This method is from 'JavaMethod' class.
JavaMethod.isWrapperStyle ( )This method is from 'JavaMethod' class.
JavaMethod.JavaMethod ( )This constructor is from 'JavaMethod' class.
JavaMethod.JavaMethod ( JavaInterface i )This constructor is from 'JavaMethod' class.
JavaMethod.setAsync ( boolean newAsync )This method is from 'JavaMethod' class.
JavaMethod.setInterface ( JavaInterface intf )This method is from 'JavaMethod' class.
JavaMethod.setJavaCodeBlock ( JavaCodeBlock b )This method is from 'JavaMethod' class.
JavaMethod.setJavaDoc ( String doc )This method is from 'JavaMethod' class.
JavaMethod.setMimeEnable ( boolean arg )This method is from 'JavaMethod' class.
JavaMethod.setName ( String n )This method is from 'JavaMethod' class.
JavaMethod.setOperationName ( String arg )This method is from 'JavaMethod' class.
JavaMethod.setReturn ( JavaReturn rt )This method is from 'JavaMethod' class.
JavaMethod.setSoapAction ( String action )This method is from 'JavaMethod' class.
JavaMethod.setSoapStyle ( javax.jws.soap.SOAPBinding.Style sty )This method is from 'JavaMethod' class.
JavaMethod.setSoapUse ( javax.jws.soap.SOAPBinding.Use u )This method is from 'JavaMethod' class.
JavaMethod.setStyle ( javax.wsdl.OperationType ot )This method is from 'JavaMethod' class.
JavaMethod.setWrapperStyle ( boolean w )This method is from 'JavaMethod' class.
JavaMethod.toString ( )This method is from 'JavaMethod' class.
[+] JavaModel (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
JavaModel.addExceptionClass ( String name, JavaExceptionClass ex )This method is from 'JavaModel' class.
JavaModel.addInterface ( String name, JavaInterface i )This method is from 'JavaModel' class.
JavaModel.addServiceClass ( String name, JavaServiceClass service )This method is from 'JavaModel' class.
JavaModel.getExceptionClasses ( )This method is from 'JavaModel' class.
JavaModel.getInterfaces ( )This method is from 'JavaModel' class.
JavaModel.getLocation ( )This method is from 'JavaModel' class.
JavaModel.getServiceClasses ( )This method is from 'JavaModel' class.
JavaModel.JavaModel ( )This constructor is from 'JavaModel' class.
JavaModel.setLocation ( String l )This method is from 'JavaModel' class.
[+] JavaParameter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (18)
JavaParameter.addAnnotation ( String tag, JAnnotation ann )This method is from 'JavaParameter' class.
JavaParameter.annotate ( Annotator annotator )This method is from 'JavaParameter' class.
JavaParameter.getAnnotation ( String tag )This method is from 'JavaParameter' class.
JavaParameter.getAnnotations ( )This method is from 'JavaParameter' class.
JavaParameter.getAnnotationTags ( )This method is from 'JavaParameter' class.
JavaParameter.getHolderName ( )This method is from 'JavaParameter' class.
JavaParameter.getMethod ( )This method is from 'JavaParameter' class.
JavaParameter.getPartName ( )This method is from 'JavaParameter' class.
JavaParameter.isCallback ( )This method is from 'JavaParameter' class.
JavaParameter.isHolder ( )This method is from 'JavaParameter' class.
JavaParameter.JavaParameter ( )This constructor is from 'JavaParameter' class.
JavaParameter.JavaParameter ( String n, String t, String tns )This constructor is from 'JavaParameter' class.
JavaParameter.setCallback ( boolean newCallback )This method is from 'JavaParameter' class.
JavaParameter.setHolder ( boolean b )This method is from 'JavaParameter' class.
JavaParameter.setHolderName ( String hn )This method is from 'JavaParameter' class.
JavaParameter.setMethod ( JavaMethod jm )This method is from 'JavaParameter' class.
JavaParameter.setPartName ( String name )This method is from 'JavaParameter' class.
JavaParameter.toString ( )This method is from 'JavaParameter' class.
[+] JavaPort (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (30)
JavaPort.addOperation ( JavaMethod method )This method is from 'JavaPort' class.
JavaPort.getBindingAdress ( )This method is from 'JavaPort' class.
JavaPort.getBindingName ( )This method is from 'JavaPort' class.
JavaPort.getFullClassName ( )This method is from 'JavaPort' class.
JavaPort.getInterfaceClass ( )This method is from 'JavaPort' class.
JavaPort.getJavaDoc ( )This method is from 'JavaPort' class.
JavaPort.getMethodName ( String mname )This method is from 'JavaPort' class.
JavaPort.getName ( )This method is from 'JavaPort' class.
JavaPort.getNameSpace ( )This method is from 'JavaPort' class.
JavaPort.getOperations ( )This method is from 'JavaPort' class.
JavaPort.getPackageName ( )This method is from 'JavaPort' class.
JavaPort.getPortName ( )This method is from 'JavaPort' class.
JavaPort.getPortType ( )This method is from 'JavaPort' class.
JavaPort.getSoapVersion ( )This method is from 'JavaPort' class.
JavaPort.getStyle ( )This method is from 'JavaPort' class.
JavaPort.getTransURI ( )This method is from 'JavaPort' class.
JavaPort.JavaPort ( String pname )This constructor is from 'JavaPort' class.
JavaPort.setBindingAdress ( String add )This method is from 'JavaPort' class.
JavaPort.setBindingName ( String bName )This method is from 'JavaPort' class.
JavaPort.setInterfaceClass ( String clzname )This method is from 'JavaPort' class.
JavaPort.setJavaDoc ( String d )This method is from 'JavaPort' class.
JavaPort.setMethodName ( String mname )This method is from 'JavaPort' class.
JavaPort.setName ( String portname )This method is from 'JavaPort' class.
JavaPort.setNameSpace ( String ns )This method is from 'JavaPort' class.
JavaPort.setPackageName ( String pkgName )This method is from 'JavaPort' class.
JavaPort.setPortName ( String pname )This method is from 'JavaPort' class.
JavaPort.setPortType ( String type )This method is from 'JavaPort' class.
JavaPort.setSoapVersion ( String version )This method is from 'JavaPort' class.
JavaPort.setStyle ( javax.jws.soap.SOAPBinding.Style sty )This method is from 'JavaPort' class.
JavaPort.setTransURI ( String uri )This method is from 'JavaPort' class.
[+] JavaReturn (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JavaReturn.JavaReturn ( )This constructor is from 'JavaReturn' class.
JavaReturn.JavaReturn ( String n, String t, String tns )This constructor is from 'JavaReturn' class.
[+] JavaServiceClass (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
JavaServiceClass.addPort ( JavaPort port )This method is from 'JavaServiceClass' class.
JavaServiceClass.getPorts ( )This method is from 'JavaServiceClass' class.
JavaServiceClass.getServiceName ( )This method is from 'JavaServiceClass' class.
JavaServiceClass.JavaServiceClass ( JavaModel model )This constructor is from 'JavaServiceClass' class.
JavaServiceClass.setServiceName ( String name )This method is from 'JavaServiceClass' class.
[+] JavaType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (29)
JavaType.getClassName ( )This method is from 'JavaType' class.
JavaType.getDefaultTypeValue ( )This method is from 'JavaType' class.
JavaType.getDefaultValueWriter ( )This method is from 'JavaType' class.
JavaType.getName ( )This method is from 'JavaType' class.
JavaType.getOwner ( )This method is from 'JavaType' class.
JavaType.getPackageName ( )This method is from 'JavaType' class.
JavaType.getQName ( )This method is from 'JavaType' class.
JavaType.getRawName ( )This method is from 'JavaType' class.
JavaType.getSimpleName ( )This method is from 'JavaType' class.
JavaType.getStyle ( )This method is from 'JavaType' class.
JavaType.getTargetNamespace ( )This method is from 'JavaType' class.
JavaType.getType ( )This method is from 'JavaType' class.
JavaType.isHeader ( )This method is from 'JavaType' class.
JavaType.isIN ( )This method is from 'JavaType' class.
JavaType.isINOUT ( )This method is from 'JavaType' class.
JavaType.isOUT ( )This method is from 'JavaType' class.
JavaType.JavaType ( )This constructor is from 'JavaType' class.
JavaType.JavaType ( String n, String t, String tns )This constructor is from 'JavaType' class.
JavaType.setClassName ( String clzName )This method is from 'JavaType' class.
JavaType.setDefaultValueWriter ( DefaultValueWriter w )This method is from 'JavaType' class.
JavaType.setHeader ( boolean header )This method is from 'JavaType' class.
JavaType.setName ( String s )This method is from 'JavaType' class.
JavaType.setOwner ( JavaInterface intf )This method is from 'JavaType' class.
JavaType.setQName ( javax.xml.namespace.QName qn )This method is from 'JavaType' class.
JavaType.setStyle ( JavaType.Style s )This method is from 'JavaType' class.
JavaType.setTargetNamespace ( String tns )This method is from 'JavaType' class.
JavaType.setType ( String t )This method is from 'JavaType' class.
JavaType.toString ( )This method is from 'JavaType' class.
JavaType.writeDefaultValue ( java.io.Writer writer, String indent, String opName, String varName )This method is from 'JavaType' class.
[+] JavaType.Style (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JavaType.Style.valueOf ( String name )This method is from 'JavaType.Style' class.
JavaType.Style.values ( )This method is from 'JavaType.Style' class.
package org.apache.cxf.tools.common.toolspec
[+] AbstractToolContainer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (22)
AbstractToolContainer.AbstractToolContainer ( )This constructor is from 'AbstractToolContainer' abstract class.
AbstractToolContainer.AbstractToolContainer ( ToolSpec ts )This constructor is from 'AbstractToolContainer' abstract class.
AbstractToolContainer.execute ( boolean exitOnFinish )This method is from 'AbstractToolContainer' abstract class.
AbstractToolContainer.getArgument ( )This method is from 'AbstractToolContainer' abstract class.
AbstractToolContainer.getBus ( )This method is from 'AbstractToolContainer' abstract class.
AbstractToolContainer.getCatalogURL ( )This method is from 'AbstractToolContainer' abstract class.
AbstractToolContainer.getCommandDocument ( )This method is from 'AbstractToolContainer' abstract class.
AbstractToolContainer.getCommandLineParser ( )This method is from 'AbstractToolContainer' abstract class.
AbstractToolContainer.getContext ( )This method is from 'AbstractToolContainer' abstract class.
AbstractToolContainer.getErrOutputStream ( )This method is from 'AbstractToolContainer' abstract class.
AbstractToolContainer.getOutOutputStream ( )This method is from 'AbstractToolContainer' abstract class.
AbstractToolContainer.init ( )This method is from 'AbstractToolContainer' abstract class.
AbstractToolContainer.isQuietMode ( )This method is from 'AbstractToolContainer' abstract class.
AbstractToolContainer.isVerboseMode ( )This method is from 'AbstractToolContainer' abstract class.
AbstractToolContainer.parseCommandLine ( )This method is from 'AbstractToolContainer' abstract class.
AbstractToolContainer.redirectOutput ( )This method is from 'AbstractToolContainer' abstract class.
AbstractToolContainer.setArguments ( String[ ] args )This method is from 'AbstractToolContainer' abstract class.
AbstractToolContainer.setContext ( org.apache.cxf.tools.common.ToolContext c )This method is from 'AbstractToolContainer' abstract class.
AbstractToolContainer.setErrOutputStream ( java.io.OutputStream errOutputStream )This method is from 'AbstractToolContainer' abstract class.
AbstractToolContainer.setMode ( String[ ] args )This method is from 'AbstractToolContainer' abstract class.
AbstractToolContainer.setOutOutputStream ( java.io.OutputStream outOutputStream )This method is from 'AbstractToolContainer' abstract class.
AbstractToolContainer.tearDown ( )This method is from 'AbstractToolContainer' abstract class.
[+] AbstractToolContainer.GenericOutputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
AbstractToolContainer.GenericOutputStream.AbstractToolContainer.GenericOutputStream ( AbstractToolContainer p1 )This constructor is from 'AbstractToolContainer.GenericOutputStream' class.
AbstractToolContainer.GenericOutputStream.write ( int b )This method is from 'AbstractToolContainer.GenericOutputStream' class.
[+] Tool (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
Tool.destroy ( )This abstract method is from 'Tool' interface.
Tool.init ( )This abstract method is from 'Tool' interface.
Tool.performFunction ( )This abstract method is from 'Tool' interface.
[+] ToolContainer (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ToolContainer.execute ( boolean p1 )This abstract method is from 'ToolContainer' interface.
ToolContainer.setArguments ( String[ ] p1 )This abstract method is from 'ToolContainer' interface.
ToolContainer.setContext ( org.apache.cxf.tools.common.ToolContext p1 )This abstract method is from 'ToolContainer' interface.
ToolContainer.setErrOutputStream ( java.io.OutputStream p1 )This abstract method is from 'ToolContainer' interface.
ToolContainer.setOutOutputStream ( java.io.OutputStream p1 )This abstract method is from 'ToolContainer' interface.
[+] ToolContext (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
ToolContext.executePipeline ( )This abstract method is from 'ToolContext' interface.
ToolContext.getInputDocument ( )This abstract method is from 'ToolContext' interface.
ToolContext.getInputDocument ( String p1 )This abstract method is from 'ToolContext' interface.
ToolContext.getInputStream ( )This abstract method is from 'ToolContext' interface.
ToolContext.getInputStream ( String p1 )This abstract method is from 'ToolContext' interface.
ToolContext.getOutputStream ( )This abstract method is from 'ToolContext' interface.
ToolContext.getOutputStream ( String p1 )This abstract method is from 'ToolContext' interface.
ToolContext.getParameter ( String p1 )This abstract method is from 'ToolContext' interface.
ToolContext.getParameters ( String p1 )This abstract method is from 'ToolContext' interface.
ToolContext.getUserObject ( String p1 )This abstract method is from 'ToolContext' interface.
ToolContext.hasParameter ( String p1 )This abstract method is from 'ToolContext' interface.
ToolContext.sendDocument ( String p1, org.w3c.dom.Document p2 )This abstract method is from 'ToolContext' interface.
ToolContext.sendDocument ( org.w3c.dom.Document p1 )This abstract method is from 'ToolContext' interface.
ToolContext.setUserObject ( String p1, Object p2 )This abstract method is from 'ToolContext' interface.
[+] ToolRunner (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
ToolRunner.runTool ( Class clz, java.io.InputStream toolspecStream, boolean validate, String[ ] args )This method is from 'ToolRunner' class.
ToolRunner.runTool ( Class clz, java.io.InputStream toolspecStream, boolean validate, String[ ] args, boolean exitOnFinish )This method is from 'ToolRunner' class.
ToolRunner.runTool ( Class clz, java.io.InputStream toolspecStream, boolean validate, String[ ] args, boolean exitOnFinish, org.apache.cxf.tools.common.ToolContext context )This method is from 'ToolRunner' class.
ToolRunner.runTool ( Class clz, java.io.InputStream toolspecStream, boolean validate, String[ ] args, boolean exitOnFinish, org.apache.cxf.tools.common.ToolContext context, java.io.OutputStream os )This method is from 'ToolRunner' class.
ToolRunner.runTool ( Class clz, java.io.InputStream toolspecStream, boolean validate, String[ ] args, java.io.OutputStream os )This method is from 'ToolRunner' class.
ToolRunner.runTool ( Class clz, java.io.InputStream toolspecStream, boolean validate, String[ ] args, org.apache.cxf.tools.common.ToolContext context )This method is from 'ToolRunner' class.
[+] ToolSpec (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (20)
ToolSpec.getAnnotation ( )This method is from 'ToolSpec' class.
ToolSpec.getDocumentBuilder ( )This method is from 'ToolSpec' class.
ToolSpec.getElementById ( String id )This method is from 'ToolSpec' class.
ToolSpec.getHandler ( )This method is from 'ToolSpec' class.
ToolSpec.getHandler ( ClassLoader loader )This method is from 'ToolSpec' class.
ToolSpec.getInstreamIds ( )This method is from 'ToolSpec' class.
ToolSpec.getOutstreamIds ( )This method is from 'ToolSpec' class.
ToolSpec.getParameterDefault ( String name )This method is from 'ToolSpec' class.
ToolSpec.getPipeline ( )This method is from 'ToolSpec' class.
ToolSpec.getStreamRefName ( String streamId )This method is from 'ToolSpec' class.
ToolSpec.getStreams ( )This method is from 'ToolSpec' class.
ToolSpec.getUsage ( )This method is from 'ToolSpec' class.
ToolSpec.getUsageForms ( )This method is from 'ToolSpec' class.
ToolSpec.hasHandler ( )This method is from 'ToolSpec' class.
ToolSpec.isValidInputStream ( String id )This method is from 'ToolSpec' class.
ToolSpec.ToolSpec ( )This constructor is from 'ToolSpec' class.
ToolSpec.ToolSpec ( java.io.InputStream in )This constructor is from 'ToolSpec' class.
ToolSpec.ToolSpec ( java.io.InputStream in, boolean validate )This constructor is from 'ToolSpec' class.
ToolSpec.ToolSpec ( org.w3c.dom.Document d )This constructor is from 'ToolSpec' class.
ToolSpec.transform ( java.io.InputStream stylesheet, java.io.OutputStream out )This method is from 'ToolSpec' class.
[+] ToolSupport (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ToolSupport.destroy ( )This method is from 'ToolSupport' class.
ToolSupport.init ( )This method is from 'ToolSupport' class.
ToolSupport.performFunction ( )This method is from 'ToolSupport' class.
ToolSupport.ToolSupport ( )This constructor is from 'ToolSupport' class.
package org.apache.cxf.tools.common.toolspec.parser
[+] Argument (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
Argument.accept ( TokenInputStream args, org.w3c.dom.Element result, ErrorVisitor errors )This method is from 'Argument' class.
Argument.Argument ( org.w3c.dom.Element el )This constructor is from 'Argument' class.
Argument.getName ( )This method is from 'Argument' class.
Argument.isSatisfied ( ErrorVisitor errors )This method is from 'Argument' class.
Argument.setToolSpec ( org.apache.cxf.tools.common.toolspec.ToolSpec toolSpec )This method is from 'Argument' class.
Argument.toString ( )This method is from 'Argument' class.
[+] BadUsageException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
BadUsageException.BadUsageException ( )This constructor is from 'BadUsageException' class.
BadUsageException.BadUsageException ( String use, ErrorVisitor err )This constructor is from 'BadUsageException' class.
BadUsageException.BadUsageException ( ErrorVisitor err )This constructor is from 'BadUsageException' class.
BadUsageException.getErrors ( )This method is from 'BadUsageException' class.
BadUsageException.getMessage ( )This method is from 'BadUsageException' class.
BadUsageException.getUsage ( )This method is from 'BadUsageException' class.
[+] CommandDocument (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
CommandDocument.getDocument ( )This method is from 'CommandDocument' class.
CommandDocument.getParameter ( String name )This method is from 'CommandDocument' class.
CommandDocument.getParameterNames ( )This method is from 'CommandDocument' class.
CommandDocument.getParameters ( String name )This method is from 'CommandDocument' class.
CommandDocument.hasParameter ( String name )This method is from 'CommandDocument' class.
[+] CommandLineParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
CommandLineParser.CommandLineParser ( org.apache.cxf.tools.common.toolspec.ToolSpec ts )This constructor is from 'CommandLineParser' class.
CommandLineParser.getArgsFromString ( String s )This method is from 'CommandLineParser' class.
CommandLineParser.getDetailedUsage ( )This method is from 'CommandLineParser' class.
CommandLineParser.getDetailedUsage ( String id )This method is from 'CommandLineParser' class.
CommandLineParser.getFormattedDetailedUsage ( )This method is from 'CommandLineParser' class.
CommandLineParser.getToolUsage ( )This method is from 'CommandLineParser' class.
CommandLineParser.getUsage ( )This method is from 'CommandLineParser' class.
CommandLineParser.parseArguments ( String args )This method is from 'CommandLineParser' class.
CommandLineParser.parseArguments ( String[ ] args )This method is from 'CommandLineParser' class.
CommandLineParser.setToolSpec ( org.apache.cxf.tools.common.toolspec.ToolSpec ts )This method is from 'CommandLineParser' class.
CommandLineParser.throwUsage ( ErrorVisitor errors )This method is from 'CommandLineParser' class.
[+] ErrorVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ErrorVisitor.add ( CommandLineError err )This method is from 'ErrorVisitor' class.
ErrorVisitor.ErrorVisitor ( )This constructor is from 'ErrorVisitor' class.
ErrorVisitor.getErrors ( )This method is from 'ErrorVisitor' class.
ErrorVisitor.toString ( )This method is from 'ErrorVisitor' class.
[+] ErrorVisitor.DuplicateArgument (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ErrorVisitor.DuplicateArgument.ErrorVisitor.DuplicateArgument ( String arg )This constructor is from 'ErrorVisitor.DuplicateArgument' class.
ErrorVisitor.DuplicateArgument.getOptionSwitch ( )This method is from 'ErrorVisitor.DuplicateArgument' class.
ErrorVisitor.DuplicateArgument.toString ( )This method is from 'ErrorVisitor.DuplicateArgument' class.
[+] ErrorVisitor.DuplicateOption (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ErrorVisitor.DuplicateOption.ErrorVisitor.DuplicateOption ( String opt )This constructor is from 'ErrorVisitor.DuplicateOption' class.
ErrorVisitor.DuplicateOption.getOptionSwitch ( )This method is from 'ErrorVisitor.DuplicateOption' class.
ErrorVisitor.DuplicateOption.toString ( )This method is from 'ErrorVisitor.DuplicateOption' class.
[+] ErrorVisitor.InvalidOption (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ErrorVisitor.InvalidOption.ErrorVisitor.InvalidOption ( String opt )This constructor is from 'ErrorVisitor.InvalidOption' class.
ErrorVisitor.InvalidOption.getOptionSwitch ( )This method is from 'ErrorVisitor.InvalidOption' class.
ErrorVisitor.InvalidOption.toString ( )This method is from 'ErrorVisitor.InvalidOption' class.
[+] ErrorVisitor.MissingArgument (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ErrorVisitor.MissingArgument.ErrorVisitor.MissingArgument ( String a )This constructor is from 'ErrorVisitor.MissingArgument' class.
ErrorVisitor.MissingArgument.getArgument ( )This method is from 'ErrorVisitor.MissingArgument' class.
ErrorVisitor.MissingArgument.toString ( )This method is from 'ErrorVisitor.MissingArgument' class.
[+] ErrorVisitor.MissingOption (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ErrorVisitor.MissingOption.ErrorVisitor.MissingOption ( Option op )This constructor is from 'ErrorVisitor.MissingOption' class.
ErrorVisitor.MissingOption.getOption ( )This method is from 'ErrorVisitor.MissingOption' class.
ErrorVisitor.MissingOption.getOptionSwitch ( )This method is from 'ErrorVisitor.MissingOption' class.
ErrorVisitor.MissingOption.toString ( )This method is from 'ErrorVisitor.MissingOption' class.
[+] ErrorVisitor.UnexpectedArgument (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ErrorVisitor.UnexpectedArgument.ErrorVisitor.UnexpectedArgument ( String a )This constructor is from 'ErrorVisitor.UnexpectedArgument' class.
ErrorVisitor.UnexpectedArgument.getArgument ( )This method is from 'ErrorVisitor.UnexpectedArgument' class.
ErrorVisitor.UnexpectedArgument.toString ( )This method is from 'ErrorVisitor.UnexpectedArgument' class.
[+] ErrorVisitor.UnexpectedOption (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ErrorVisitor.UnexpectedOption.ErrorVisitor.UnexpectedOption ( String opt )This constructor is from 'ErrorVisitor.UnexpectedOption' class.
ErrorVisitor.UnexpectedOption.getOptionSwitch ( )This method is from 'ErrorVisitor.UnexpectedOption' class.
ErrorVisitor.UnexpectedOption.toString ( )This method is from 'ErrorVisitor.UnexpectedOption' class.
[+] ErrorVisitor.UserError (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ErrorVisitor.UserError.ErrorVisitor.UserError ( String m )This constructor is from 'ErrorVisitor.UserError' class.
ErrorVisitor.UserError.getMessage ( )This method is from 'ErrorVisitor.UserError' class.
ErrorVisitor.UserError.toString ( )This method is from 'ErrorVisitor.UserError' class.
[+] Form (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
Form.accept ( TokenInputStream args, org.w3c.dom.Element result, ErrorVisitor errors )This method is from 'Form' class.
Form.Form ( org.w3c.dom.Element el )This constructor is from 'Form' class.
Form.getName ( )This method is from 'Form' class.
Form.hasInfoOption ( TokenInputStream args )This method is from 'Form' class.
Form.isSatisfied ( ErrorVisitor errors )This method is from 'Form' class.
Form.toString ( )This method is from 'Form' class.
[+] Option (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
Option.accept ( TokenInputStream args, org.w3c.dom.Element result, ErrorVisitor errors )This method is from 'Option' class.
Option.getAnnotation ( )This method is from 'Option' class.
Option.getName ( )This method is from 'Option' class.
Option.getPrimarySwitch ( )This method is from 'Option' class.
Option.hasArgument ( )This method is from 'Option' class.
Option.hasImmediateArgument ( )This method is from 'Option' class.
Option.isSatisfied ( ErrorVisitor errors )This method is from 'Option' class.
Option.Option ( org.w3c.dom.Element el )This constructor is from 'Option' class.
Option.toString ( )This method is from 'Option' class.
[+] OptionGroup (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
OptionGroup.accept ( TokenInputStream args, org.w3c.dom.Element result, ErrorVisitor errors )This method is from 'OptionGroup' class.
OptionGroup.getId ( )This method is from 'OptionGroup' class.
OptionGroup.isSatisfied ( ErrorVisitor errors )This method is from 'OptionGroup' class.
OptionGroup.OptionGroup ( org.w3c.dom.Element el )This constructor is from 'OptionGroup' class.
OptionGroup.toString ( )This method is from 'OptionGroup' class.
[+] TokenConsumer (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
TokenConsumer.accept ( TokenInputStream p1, org.w3c.dom.Element p2, ErrorVisitor p3 )This abstract method is from 'TokenConsumer' interface.
TokenConsumer.isSatisfied ( ErrorVisitor p1 )This abstract method is from 'TokenConsumer' interface.
[+] TokenInputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
TokenInputStream.available ( )This method is from 'TokenInputStream' class.
TokenInputStream.getPosition ( )This method is from 'TokenInputStream' class.
TokenInputStream.hasNext ( )This method is from 'TokenInputStream' class.
TokenInputStream.isOutOfBound ( )This method is from 'TokenInputStream' class.
TokenInputStream.peek ( )This method is from 'TokenInputStream' class.
TokenInputStream.peek ( int position )This method is from 'TokenInputStream' class.
TokenInputStream.peekPre ( )This method is from 'TokenInputStream' class.
TokenInputStream.read ( )This method is from 'TokenInputStream' class.
TokenInputStream.read ( int position )This method is from 'TokenInputStream' class.
TokenInputStream.readNext ( )This method is from 'TokenInputStream' class.
TokenInputStream.readPre ( )This method is from 'TokenInputStream' class.
TokenInputStream.setPosition ( int p )This method is from 'TokenInputStream' class.
TokenInputStream.TokenInputStream ( String[ ] t )This constructor is from 'TokenInputStream' class.
TokenInputStream.toString ( )This method is from 'TokenInputStream' class.
package org.apache.cxf.tools.corba
[+] IDLToWSDL (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
IDLToWSDL.checkParams ( org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors )This method is from 'IDLToWSDL' class.
IDLToWSDL.execute ( boolean exitOnFinish )This method is from 'IDLToWSDL' class.
IDLToWSDL.IDLToWSDL ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )This constructor is from 'IDLToWSDL' class.
IDLToWSDL.main ( String[ ] arguments )This method is from 'IDLToWSDL' class.
IDLToWSDL.run ( String[ ] arguments )This method is from 'IDLToWSDL' class.
[+] WSDLToIDL (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
WSDLToIDL.checkParams ( org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors )This method is from 'WSDLToIDL' class.
WSDLToIDL.execute ( boolean exitOnFinish )This method is from 'WSDLToIDL' class.
WSDLToIDL.main ( String[ ] arguments )This method is from 'WSDLToIDL' class.
WSDLToIDL.run ( String[ ] arguments )This method is from 'WSDLToIDL' class.
WSDLToIDL.WSDLToIDL ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )This constructor is from 'WSDLToIDL' class.
package org.apache.cxf.tools.corba.common
[+] CorbaPrimitiveMap (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
CorbaPrimitiveMap.CorbaPrimitiveMap ( )This constructor is from 'CorbaPrimitiveMap' class.
CorbaPrimitiveMap.get ( javax.xml.namespace.QName key )This method is from 'CorbaPrimitiveMap' class.
[+] PrimitiveMapBase (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
PrimitiveMapBase.get ( Object key )This method is from 'PrimitiveMapBase' abstract class.
PrimitiveMapBase.PrimitiveMapBase ( )This constructor is from 'PrimitiveMapBase' abstract class.
[+] Processor (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
Processor.process ( )This abstract method is from 'Processor' interface.
[+] ProcessorEnvironment (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (24)
ProcessorEnvironment.addExcludeNamespacePackageMap ( String namespace, String pn )This method is from 'ProcessorEnvironment' class.
ProcessorEnvironment.addJaxbBindingFile ( String location, org.xml.sax.InputSource is )This method is from 'ProcessorEnvironment' class.
ProcessorEnvironment.addNamespacePackageMap ( String namespace, String pn )This method is from 'ProcessorEnvironment' class.
ProcessorEnvironment.containsKey ( String key )This method is from 'ProcessorEnvironment' class.
ProcessorEnvironment.get ( String key )This method is from 'ProcessorEnvironment' class.
ProcessorEnvironment.get ( String key, Object defaultValue )This method is from 'ProcessorEnvironment' class.
ProcessorEnvironment.getBooleanValue ( String key, String defaultValue )This method is from 'ProcessorEnvironment' class.
ProcessorEnvironment.getCustomizedNS ( String ns )This method is from 'ProcessorEnvironment' class.
ProcessorEnvironment.getExcludePackageName ( String ns )This method is from 'ProcessorEnvironment' class.
ProcessorEnvironment.getJaxbBindingFile ( )This method is from 'ProcessorEnvironment' class.
ProcessorEnvironment.getPackageName ( )This method is from 'ProcessorEnvironment' class.
ProcessorEnvironment.hasExcludeNamespace ( String ns )This method is from 'ProcessorEnvironment' class.
ProcessorEnvironment.hasNamespace ( String ns )This method is from 'ProcessorEnvironment' class.
ProcessorEnvironment.isExcludeNamespaceEnabled ( )This method is from 'ProcessorEnvironment' class.
ProcessorEnvironment.isVerbose ( )This method is from 'ProcessorEnvironment' class.
ProcessorEnvironment.loadDefaultExcludes ( )This method is from 'ProcessorEnvironment' class.
ProcessorEnvironment.loadDefaultNS2Pck ( )This method is from 'ProcessorEnvironment' class.
ProcessorEnvironment.mapPackageName ( String ns )This method is from 'ProcessorEnvironment' class.
ProcessorEnvironment.optionSet ( String key )This method is from 'ProcessorEnvironment' class.
ProcessorEnvironment.ProcessorEnvironment ( )This constructor is from 'ProcessorEnvironment' class.
ProcessorEnvironment.put ( String key, Object value )This method is from 'ProcessorEnvironment' class.
ProcessorEnvironment.remove ( String key )This method is from 'ProcessorEnvironment' class.
ProcessorEnvironment.setPackageName ( String pkgName )This method is from 'ProcessorEnvironment' class.
ProcessorEnvironment.setParameters ( java.util.Map map )This method is from 'ProcessorEnvironment' class.
[+] ReferenceConstants (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ReferenceConstants.getValue ( String p1 )This abstract method is from 'ReferenceConstants' interface.
[+] SchemaFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SchemaFactory.newInstance ( )This method is from 'SchemaFactory' abstract class.
SchemaFactory.newInstance ( String factoryImplName )This method is from 'SchemaFactory' abstract class.
SchemaFactory.newPopulatedExtensionRegistry ( )This abstract method is from 'SchemaFactory' abstract class.
SchemaFactory.newWSDLWriter ( )This abstract method is from 'SchemaFactory' abstract class.
SchemaFactory.SchemaFactory ( )This constructor is from 'SchemaFactory' abstract class.
[+] SchemaFactoryImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SchemaFactoryImpl.newDefinition ( )This method is from 'SchemaFactoryImpl' class.
SchemaFactoryImpl.newPopulatedExtensionRegistry ( )This method is from 'SchemaFactoryImpl' class.
SchemaFactoryImpl.newWSDLWriter ( )This method is from 'SchemaFactoryImpl' class.
SchemaFactoryImpl.SchemaFactoryImpl ( )This constructor is from 'SchemaFactoryImpl' class.
[+] SchemaWriterImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
SchemaWriterImpl.getDocument ( javax.wsdl.Definition wsdlDef )This method is from 'SchemaWriterImpl' class.
SchemaWriterImpl.getElement ( javax.wsdl.Definition wsdlDef )This method is from 'SchemaWriterImpl' class.
SchemaWriterImpl.getFeature ( String name )This method is from 'SchemaWriterImpl' class.
SchemaWriterImpl.SchemaWriterImpl ( )This constructor is from 'SchemaWriterImpl' class.
SchemaWriterImpl.setFeature ( String name, boolean value )This method is from 'SchemaWriterImpl' class.
SchemaWriterImpl.writeWSDL ( javax.wsdl.Definition wsdlDef, java.io.OutputStream sink )This method is from 'SchemaWriterImpl' class.
SchemaWriterImpl.writeWSDL ( javax.wsdl.Definition wsdlDef, java.io.Writer sink )This method is from 'SchemaWriterImpl' class.
[+] WSDLCorbaFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
WSDLCorbaFactory.newDefinition ( )This abstract method is from 'WSDLCorbaFactory' abstract class.
WSDLCorbaFactory.newInstance ( )This method is from 'WSDLCorbaFactory' abstract class.
WSDLCorbaFactory.newInstance ( String factoryImplName )This method is from 'WSDLCorbaFactory' abstract class.
WSDLCorbaFactory.newPopulatedExtensionRegistry ( )This abstract method is from 'WSDLCorbaFactory' abstract class.
WSDLCorbaFactory.newWSDLReader ( )This abstract method is from 'WSDLCorbaFactory' abstract class.
WSDLCorbaFactory.newWSDLWriter ( )This abstract method is from 'WSDLCorbaFactory' abstract class.
WSDLCorbaFactory.WSDLCorbaFactory ( )This constructor is from 'WSDLCorbaFactory' abstract class.
[+] WSDLCorbaFactoryImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
WSDLCorbaFactoryImpl.newDefinition ( )This method is from 'WSDLCorbaFactoryImpl' class.
WSDLCorbaFactoryImpl.newPopulatedExtensionRegistry ( )This method is from 'WSDLCorbaFactoryImpl' class.
WSDLCorbaFactoryImpl.newWSDLReader ( )This method is from 'WSDLCorbaFactoryImpl' class.
WSDLCorbaFactoryImpl.newWSDLWriter ( )This method is from 'WSDLCorbaFactoryImpl' class.
WSDLCorbaFactoryImpl.WSDLCorbaFactoryImpl ( )This constructor is from 'WSDLCorbaFactoryImpl' class.
[+] WSDLCorbaWriterImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
WSDLCorbaWriterImpl.getDocument ( javax.wsdl.Definition wsdlDef )This method is from 'WSDLCorbaWriterImpl' class.
WSDLCorbaWriterImpl.getFeature ( String name )This method is from 'WSDLCorbaWriterImpl' class.
WSDLCorbaWriterImpl.setFeature ( String name, boolean value )This method is from 'WSDLCorbaWriterImpl' class.
WSDLCorbaWriterImpl.writeWSDL ( javax.wsdl.Definition wsdlDef, java.io.OutputStream sink )This method is from 'WSDLCorbaWriterImpl' class.
WSDLCorbaWriterImpl.writeWSDL ( javax.wsdl.Definition wsdlDef, java.io.Writer sink )This method is from 'WSDLCorbaWriterImpl' class.
WSDLCorbaWriterImpl.WSDLCorbaWriterImpl ( javax.wsdl.xml.WSDLWriter orig )This constructor is from 'WSDLCorbaWriterImpl' class.
[+] WSDLUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
WSDLUtils.isElementFormQualified ( org.apache.cxf.common.xmlschema.SchemaCollection schemas, javax.xml.namespace.QName type )This method is from 'WSDLUtils' class.
WSDLUtils.isElementFormQualified ( org.apache.ws.commons.schema.XmlSchema schema, javax.xml.namespace.QName type )This method is from 'WSDLUtils' class.
WSDLUtils.writeSchema ( javax.wsdl.Definition def, java.io.Writer outputWriter )This method is from 'WSDLUtils' class.
WSDLUtils.writeWSDL ( javax.wsdl.Definition def, java.io.Writer outputWriter )This method is from 'WSDLUtils' class.
WSDLUtils.writeWSDL ( javax.wsdl.Definition def, String outputdir, String wsdlOutput )This method is from 'WSDLUtils' class.
[+] XmlSchemaPrimitiveMap (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
XmlSchemaPrimitiveMap.get ( javax.xml.namespace.QName key )This method is from 'XmlSchemaPrimitiveMap' class.
XmlSchemaPrimitiveMap.XmlSchemaPrimitiveMap ( )This constructor is from 'XmlSchemaPrimitiveMap' class.
package org.apache.cxf.tools.corba.common.idltypes
[+] CorbaUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
CorbaUtils.CorbaUtils ( )This constructor is from 'CorbaUtils' class.
CorbaUtils.ignoreModule ( String name )This method is from 'CorbaUtils' class.
CorbaUtils.isCollideWithKeyWord ( String name )This method is from 'CorbaUtils' class.
CorbaUtils.isReservedWord ( String name )This method is from 'CorbaUtils' class.
CorbaUtils.isTimeBaseDef ( String name )This method is from 'CorbaUtils' class.
CorbaUtils.mangleEnumIdentifier ( String identifier )This method is from 'CorbaUtils' class.
CorbaUtils.mangleName ( String cname )This method is from 'CorbaUtils' class.
[+] IdlAnonArray (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
IdlAnonArray.create ( IdlScopeBase parent, IdlType elem, int size )This method is from 'IdlAnonArray' class.
IdlAnonArray.write ( java.io.PrintWriter pw )This method is from 'IdlAnonArray' class.
[+] IdlAnonFixed (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
IdlAnonFixed.create ( IdlScopeBase parent, int digits, int scale )This method is from 'IdlAnonFixed' class.
IdlAnonFixed.fullName ( )This method is from 'IdlAnonFixed' class.
IdlAnonFixed.fullName ( IdlScopedName rel )This method is from 'IdlAnonFixed' class.
IdlAnonFixed.write ( java.io.PrintWriter pw )This method is from 'IdlAnonFixed' class.
[+] IdlAnonSequence (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
IdlAnonSequence.create ( IdlScopeBase parent, IdlType elem )This method is from 'IdlAnonSequence' class.
IdlAnonSequence.create ( IdlScopeBase parent, IdlType elem, int bound )This method is from 'IdlAnonSequence' class.
IdlAnonSequence.fullName ( )This method is from 'IdlAnonSequence' class.
IdlAnonSequence.fullName ( IdlScopedName rel )This method is from 'IdlAnonSequence' class.
IdlAnonSequence.write ( java.io.PrintWriter pw )This method is from 'IdlAnonSequence' class.
[+] IdlArray (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
IdlArray.create ( IdlScopeBase parent, String name, IdlType elem, int size )This method is from 'IdlArray' class.
IdlArray.write ( java.io.PrintWriter pw )This method is from 'IdlArray' class.
[+] IdlArrayBase (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
IdlArrayBase.dimensions ( )This method is from 'IdlArrayBase' class.
IdlArrayBase.getCircularScope ( IdlScopeBase startScope, java.util.List doneDefn )This method is from 'IdlArrayBase' class.
IdlArrayBase.IdlArrayBase ( IdlScopeBase parent, String name, IdlType elem, int length )This constructor is from 'IdlArrayBase' class.
IdlArrayBase.isEmptyDef ( )This method is from 'IdlArrayBase' class.
IdlArrayBase.write ( java.io.PrintWriter pw )This method is from 'IdlArrayBase' class.
IdlArrayBase.write ( java.io.PrintWriter pw, String name )This method is from 'IdlArrayBase' class.
[+] IdlAttribute (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
IdlAttribute.create ( IdlScopeBase parent, String name, IdlType type, boolean readonly )This method is from 'IdlAttribute' class.
IdlAttribute.readonly ( )This method is from 'IdlAttribute' class.
IdlAttribute.setReadonly ( boolean readonlyValue )This method is from 'IdlAttribute' class.
IdlAttribute.write ( java.io.PrintWriter pw )This method is from 'IdlAttribute' class.
[+] IdlConst (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
IdlConst.create ( IdlScopeBase parent, String name, IdlType base, String value )This method is from 'IdlConst' class.
IdlConst.write ( java.io.PrintWriter pw )This method is from 'IdlConst' class.
[+] IdlDefn (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
IdlDefn.definedIn ( )This abstract method is from 'IdlDefn' interface.
IdlDefn.flush ( )This abstract method is from 'IdlDefn' interface.
IdlDefn.fullName ( )This abstract method is from 'IdlDefn' interface.
IdlDefn.fullName ( IdlScopedName p1 )This abstract method is from 'IdlDefn' interface.
IdlDefn.getCircularScope ( IdlScopeBase p1, java.util.List p2 )This abstract method is from 'IdlDefn' interface.
IdlDefn.isCircular ( )This abstract method is from 'IdlDefn' interface.
IdlDefn.isEmptyDef ( )This abstract method is from 'IdlDefn' interface.
IdlDefn.localName ( )This abstract method is from 'IdlDefn' interface.
IdlDefn.name ( )This abstract method is from 'IdlDefn' interface.
IdlDefn.scopeName ( )This abstract method is from 'IdlDefn' interface.
IdlDefn.write ( java.io.PrintWriter p1 )This abstract method is from 'IdlDefn' interface.
IdlDefn.write ( java.io.PrintWriter p1, String p2 )This abstract method is from 'IdlDefn' interface.
IdlDefn.writeFwd ( java.io.PrintWriter p1 )This abstract method is from 'IdlDefn' interface.
[+] IdlDefnImplBase (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
IdlDefnImplBase.definedIn ( )This method is from 'IdlDefnImplBase' abstract class.
IdlDefnImplBase.flush ( )This method is from 'IdlDefnImplBase' abstract class.
IdlDefnImplBase.fullName ( )This method is from 'IdlDefnImplBase' abstract class.
IdlDefnImplBase.fullName ( IdlScopedName relativeTo )This method is from 'IdlDefnImplBase' abstract class.
IdlDefnImplBase.getCircularScope ( IdlScopeBase startScope, java.util.List doneDefn )This method is from 'IdlDefnImplBase' abstract class.
IdlDefnImplBase.isCircular ( )This method is from 'IdlDefnImplBase' abstract class.
IdlDefnImplBase.isEmptyDef ( )This method is from 'IdlDefnImplBase' abstract class.
IdlDefnImplBase.localName ( )This method is from 'IdlDefnImplBase' abstract class.
IdlDefnImplBase.name ( )This method is from 'IdlDefnImplBase' abstract class.
IdlDefnImplBase.scopeName ( )This method is from 'IdlDefnImplBase' abstract class.
IdlDefnImplBase.write ( java.io.PrintWriter pw, String definitionName )This method is from 'IdlDefnImplBase' abstract class.
IdlDefnImplBase.writeFwd ( java.io.PrintWriter pw )This method is from 'IdlDefnImplBase' abstract class.
[+] IdlEnum (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
IdlEnum.addEnumerator ( IdlEnumerator e )This method is from 'IdlEnum' class.
IdlEnum.create ( IdlScopeBase parent, String name )This method is from 'IdlEnum' class.
IdlEnum.write ( java.io.PrintWriter pw )This method is from 'IdlEnum' class.
[+] IdlEnumerator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
IdlEnumerator.create ( IdlScopeBase parent, String name )This method is from 'IdlEnumerator' class.
IdlEnumerator.write ( java.io.PrintWriter pw )This method is from 'IdlEnumerator' class.
[+] IdlException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
IdlException.create ( IdlScopeBase parent, String name )This method is from 'IdlException' class.
[+] IdlField (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
IdlField.create ( IdlScopeBase parent, String name, IdlType type )This method is from 'IdlField' class.
IdlField.getCircularScope ( IdlScopeBase startScope, java.util.List doneDefn )This method is from 'IdlField' class.
IdlField.IdlField ( IdlScopeBase parent, String name, IdlType idlType )This constructor is from 'IdlField' class.
IdlField.isEmptyDef ( )This method is from 'IdlField' class.
IdlField.write ( java.io.PrintWriter pw )This method is from 'IdlField' class.
[+] IdlFixed (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
IdlFixed.create ( IdlScopeBase parent, String name, int digits, int scale )This method is from 'IdlFixed' class.
IdlFixed.write ( java.io.PrintWriter pw )This method is from 'IdlFixed' class.
[+] IdlFixedBase (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
IdlFixedBase.IdlFixedBase ( IdlScopeBase parent, String name, int numbers, int scaleSize )This constructor is from 'IdlFixedBase' abstract class.
IdlFixedBase.write ( java.io.PrintWriter pw )This method is from 'IdlFixedBase' abstract class.
[+] IdlInterface (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
IdlInterface.addAttribute ( IdlAttribute attr )This method is from 'IdlInterface' class.
IdlInterface.addoperation ( IdlOperation op )This method is from 'IdlInterface' class.
IdlInterface.create ( IdlScopeBase parent, String name )This method is from 'IdlInterface' class.
IdlInterface.write ( java.io.PrintWriter pw )This method is from 'IdlInterface' class.
[+] IdlModule (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
IdlModule.create ( IdlScopeBase parent, String name )This method is from 'IdlModule' class.
IdlModule.write ( java.io.PrintWriter pw )This method is from 'IdlModule' class.
[+] IdlOperation (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
IdlOperation.addException ( IdlException exc )This method is from 'IdlOperation' class.
IdlOperation.addParameter ( IdlParam arg )This method is from 'IdlOperation' class.
IdlOperation.addReturnType ( IdlType rt )This method is from 'IdlOperation' class.
IdlOperation.create ( IdlScopeBase parent, String name, boolean isOneway )This method is from 'IdlOperation' class.
IdlOperation.write ( java.io.PrintWriter pw )This method is from 'IdlOperation' class.
[+] IdlParam (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
IdlParam.create ( IdlOperation parent, String name, IdlType type, String mode )This method is from 'IdlParam' class.
IdlParam.getCircularScope ( IdlScopeBase startScope, java.util.List doneDefn )This method is from 'IdlParam' class.
IdlParam.isEmptyDef ( )This method is from 'IdlParam' class.
IdlParam.write ( java.io.PrintWriter pw )This method is from 'IdlParam' class.
[+] IdlPrimitive (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
IdlPrimitive.create ( IdlScopeBase parent, short type )This method is from 'IdlPrimitive' class.
IdlPrimitive.fullName ( )This method is from 'IdlPrimitive' class.
IdlPrimitive.fullName ( IdlScopedName rel )This method is from 'IdlPrimitive' class.
IdlPrimitive.scopeName ( )This method is from 'IdlPrimitive' class.
IdlPrimitive.write ( java.io.PrintWriter pw )This method is from 'IdlPrimitive' class.
[+] IdlRoot (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
IdlRoot.addInclude ( String includefile )This method is from 'IdlRoot' class.
IdlRoot.create ( )This method is from 'IdlRoot' class.
IdlRoot.lookup ( String nm )This method is from 'IdlRoot' class.
IdlRoot.lookup ( String nm, boolean undefined )This method is from 'IdlRoot' class.
IdlRoot.write ( java.io.PrintWriter pw )This method is from 'IdlRoot' class.
[+] IdlScopeBase (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
IdlScopeBase.addToScope ( IdlDefn def )This method is from 'IdlScopeBase' abstract class.
IdlScopeBase.definitions ( )This method is from 'IdlScopeBase' abstract class.
IdlScopeBase.flush ( )This method is from 'IdlScopeBase' abstract class.
IdlScopeBase.getCircularScope ( IdlScopeBase startScope, java.util.List doneDefn )This method is from 'IdlScopeBase' abstract class.
IdlScopeBase.holdForScope ( IdlDefn def )This method is from 'IdlScopeBase' abstract class.
IdlScopeBase.IdlScopeBase ( IdlScopeBase parent, String name )This constructor is from 'IdlScopeBase' abstract class.
IdlScopeBase.lookup ( String nm )This method is from 'IdlScopeBase' abstract class.
IdlScopeBase.lookup ( String nm, boolean undefined )This method is from 'IdlScopeBase' abstract class.
IdlScopeBase.lookup ( String[ ] scopedName )This method is from 'IdlScopeBase' abstract class.
IdlScopeBase.lookup ( String[ ] scopedName, boolean undefined )This method is from 'IdlScopeBase' abstract class.
IdlScopeBase.lookup ( IdlScopedName name )This method is from 'IdlScopeBase' abstract class.
IdlScopeBase.lookup ( IdlScopedName name, boolean undefined )This method is from 'IdlScopeBase' abstract class.
IdlScopeBase.parkHeld ( )This method is from 'IdlScopeBase' abstract class.
IdlScopeBase.promoteHeldToScope ( )This method is from 'IdlScopeBase' abstract class.
IdlScopeBase.write ( java.io.PrintWriter pw )This method is from 'IdlScopeBase' abstract class.
IdlScopeBase.writeFwd ( java.io.PrintWriter pw )This method is from 'IdlScopeBase' abstract class.
[+] IdlSequence (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
IdlSequence.create ( IdlScopeBase parent, String name, IdlType elem )This method is from 'IdlSequence' class.
IdlSequence.create ( IdlScopeBase parent, String name, IdlType elem, int bound )This method is from 'IdlSequence' class.
IdlSequence.write ( java.io.PrintWriter pw )This method is from 'IdlSequence' class.
IdlSequence.writeFwd ( java.io.PrintWriter pw )This method is from 'IdlSequence' class.
[+] IdlSequenceBase (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
IdlSequenceBase.getCircularScope ( IdlScopeBase startScope, java.util.List doneDefn )This method is from 'IdlSequenceBase' abstract class.
IdlSequenceBase.IdlSequenceBase ( IdlScopeBase parent, String name, IdlType elem, int boundValue )This constructor is from 'IdlSequenceBase' abstract class.
IdlSequenceBase.isEmptyDef ( )This method is from 'IdlSequenceBase' abstract class.
IdlSequenceBase.write ( java.io.PrintWriter pw )This method is from 'IdlSequenceBase' abstract class.
[+] IdlString (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
IdlString.create ( )This method is from 'IdlString' class.
IdlString.create ( int bound )This method is from 'IdlString' class.
IdlString.write ( java.io.PrintWriter pw )This method is from 'IdlString' class.
[+] IdlStruct (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
IdlStruct.create ( IdlScopeBase parent, String name )This method is from 'IdlStruct' class.
IdlStruct.write ( java.io.PrintWriter pw )This method is from 'IdlStruct' class.
[+] IdlStructBase (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
IdlStructBase.getCircularScope ( IdlScopeBase startScope, java.util.List doneDefn )This method is from 'IdlStructBase' abstract class.
IdlStructBase.IdlStructBase ( IdlScopeBase parent, String name, String type )This constructor is from 'IdlStructBase' abstract class.
IdlStructBase.isEmptyDef ( )This method is from 'IdlStructBase' abstract class.
IdlStructBase.write ( java.io.PrintWriter pw )This method is from 'IdlStructBase' abstract class.
IdlStructBase.writeFwd ( java.io.PrintWriter pw )This method is from 'IdlStructBase' abstract class.
[+] IdlTypedef (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
IdlTypedef.create ( IdlScopeBase parent, String name, IdlType base )This method is from 'IdlTypedef' class.
IdlTypedef.write ( java.io.PrintWriter pw )This method is from 'IdlTypedef' class.
[+] IdlUnion (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
IdlUnion.addBranch ( IdlUnionBranch ub )This method is from 'IdlUnion' class.
IdlUnion.create ( IdlScopeBase parent, String name, IdlType discriminator )This method is from 'IdlUnion' class.
IdlUnion.getCircularScope ( IdlScopeBase startScope, java.util.List doneDefn )This method is from 'IdlUnion' class.
IdlUnion.write ( java.io.PrintWriter pw )This method is from 'IdlUnion' class.
IdlUnion.writeFwd ( java.io.PrintWriter pw )This method is from 'IdlUnion' class.
[+] IdlUnionBranch (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
IdlUnionBranch.addCase ( String label )This method is from 'IdlUnionBranch' class.
IdlUnionBranch.create ( IdlUnion union, String name, IdlType type, boolean isDefault )This method is from 'IdlUnionBranch' class.
IdlUnionBranch.write ( java.io.PrintWriter pw )This method is from 'IdlUnionBranch' class.
[+] IdlWString (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
IdlWString.create ( )This method is from 'IdlWString' class.
IdlWString.write ( java.io.PrintWriter pw )This method is from 'IdlWString' class.
package org.apache.cxf.tools.corba.idlpreprocessor
[+] DefaultIncludeResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
DefaultIncludeResolver.DefaultIncludeResolver ( java.io.File[ ] idlDirs )This constructor is from 'DefaultIncludeResolver' class.
DefaultIncludeResolver.findSystemInclude ( String spec )This method is from 'DefaultIncludeResolver' class.
DefaultIncludeResolver.findUserInclude ( String spec )This method is from 'DefaultIncludeResolver' class.
[+] DefineState (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
DefineState.define ( String symbol, String value )This method is from 'DefineState' class.
DefineState.DefineState ( java.util.Map initialDefines )This constructor is from 'DefineState' class.
DefineState.getValue ( String symbol )This method is from 'DefineState' class.
DefineState.isDefined ( String symbol )This method is from 'DefineState' class.
DefineState.undefine ( String symbol )This method is from 'DefineState' class.
[+] IdlPreprocessorReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
IdlPreprocessorReader.close ( )This method is from 'IdlPreprocessorReader' class.
IdlPreprocessorReader.getPragmaPrefix ( )This method is from 'IdlPreprocessorReader' class.
IdlPreprocessorReader.IdlPreprocessorReader ( java.net.URL startURL, String startLocation, IncludeResolver resolver, DefineState state )This constructor is from 'IdlPreprocessorReader' class.
IdlPreprocessorReader.read ( )This method is from 'IdlPreprocessorReader' class.
IdlPreprocessorReader.read ( char[ ] cbuf, int off, int len )This method is from 'IdlPreprocessorReader' class.
IdlPreprocessorReader.setPragmaPrefix ( String pragmaPrefix )This method is from 'IdlPreprocessorReader' class.
[+] IncludeResolver (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
IncludeResolver.findSystemInclude ( String p1 )This abstract method is from 'IncludeResolver' interface.
IncludeResolver.findUserInclude ( String p1 )This abstract method is from 'IncludeResolver' interface.
[+] PreprocessingException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
PreprocessingException.getLine ( )This method is from 'PreprocessingException' class.
PreprocessingException.getUrl ( )This method is from 'PreprocessingException' class.
PreprocessingException.PreprocessingException ( String message, java.net.URL link, int lineNo )This constructor is from 'PreprocessingException' class.
PreprocessingException.PreprocessingException ( String message, java.net.URL link, int lineNo, Throwable cause )This constructor is from 'PreprocessingException' class.
PreprocessingException.toString ( )This method is from 'PreprocessingException' class.
package org.apache.cxf.tools.corba.processors.idl
[+] ArrayDeferredAction (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ArrayDeferredAction.ArrayDeferredAction ( org.apache.cxf.binding.corba.wsdl.Anonarray anonarrayType )This constructor is from 'ArrayDeferredAction' class.
ArrayDeferredAction.ArrayDeferredAction ( org.apache.cxf.binding.corba.wsdl.Array arrayType )This constructor is from 'ArrayDeferredAction' class.
ArrayDeferredAction.ArrayDeferredAction ( org.apache.cxf.binding.corba.wsdl.Array arrayType, org.apache.cxf.binding.corba.wsdl.Anonarray anonArrayType, org.apache.ws.commons.schema.XmlSchemaElement elem )This constructor is from 'ArrayDeferredAction' class.
ArrayDeferredAction.ArrayDeferredAction ( org.apache.ws.commons.schema.XmlSchemaElement elem )This constructor is from 'ArrayDeferredAction' class.
ArrayDeferredAction.execute ( org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype )This method is from 'ArrayDeferredAction' class.
[+] ArrayVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ArrayVisitor.accept ( antlr.collections.AST node )This method is from 'ArrayVisitor' class.
ArrayVisitor.ArrayVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor, antlr.collections.AST identifierNodeRef, Scope fqName )This constructor is from 'ArrayVisitor' class.
ArrayVisitor.visit ( antlr.collections.AST node )This method is from 'ArrayVisitor' class.
[+] AttributeDeferredAction (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
AttributeDeferredAction.AttributeDeferredAction ( org.apache.cxf.binding.corba.wsdl.ArgType arg )This constructor is from 'AttributeDeferredAction' class.
AttributeDeferredAction.AttributeDeferredAction ( org.apache.cxf.binding.corba.wsdl.ParamType paramType )This constructor is from 'AttributeDeferredAction' class.
AttributeDeferredAction.AttributeDeferredAction ( org.apache.cxf.binding.corba.wsdl.ParamType paramType, org.apache.cxf.binding.corba.wsdl.ArgType arg, org.apache.ws.commons.schema.XmlSchemaElement elem )This constructor is from 'AttributeDeferredAction' class.
AttributeDeferredAction.AttributeDeferredAction ( org.apache.ws.commons.schema.XmlSchemaElement elem )This constructor is from 'AttributeDeferredAction' class.
AttributeDeferredAction.execute ( org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype )This method is from 'AttributeDeferredAction' class.
[+] AttributeVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AttributeVisitor.accept ( antlr.collections.AST node )This method is from 'AttributeVisitor' class.
AttributeVisitor.AttributeVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor, javax.wsdl.PortType wsdlPortType, javax.wsdl.Binding wsdlBinding )This constructor is from 'AttributeVisitor' class.
AttributeVisitor.visit ( antlr.collections.AST attributeNode )This method is from 'AttributeVisitor' class.
[+] ConstrTypeSpecVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ConstrTypeSpecVisitor.accept ( antlr.collections.AST node )This method is from 'ConstrTypeSpecVisitor' class.
ConstrTypeSpecVisitor.ConstrTypeSpecVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlASTVisitor, antlr.collections.AST identifierNodeRef )This constructor is from 'ConstrTypeSpecVisitor' class.
ConstrTypeSpecVisitor.visit ( antlr.collections.AST node )This method is from 'ConstrTypeSpecVisitor' class.
[+] ConstVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ConstVisitor.accept ( antlr.collections.AST node )This method is from 'ConstVisitor' class.
ConstVisitor.ConstVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor )This constructor is from 'ConstVisitor' class.
ConstVisitor.visit ( antlr.collections.AST constNode )This method is from 'ConstVisitor' class.
[+] DeclaratorVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
DeclaratorVisitor.DeclaratorVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlASTVisitor, org.apache.ws.commons.schema.XmlSchemaType schemaTypeRef, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl corbaTypeRef, Scope fQName )This constructor is from 'DeclaratorVisitor' class.
DeclaratorVisitor.visit ( antlr.collections.AST node )This method is from 'DeclaratorVisitor' class.
[+] DeferredActionCollection (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
DeferredActionCollection.add ( Scope scope, DeferredAction action )This method is from 'DeferredActionCollection' class.
DeferredActionCollection.DeferredActionCollection ( )This constructor is from 'DeferredActionCollection' class.
DeferredActionCollection.getActions ( Scope scope )This method is from 'DeferredActionCollection' class.
DeferredActionCollection.getSize ( )This method is from 'DeferredActionCollection' class.
DeferredActionCollection.remove ( Scope scope, DeferredAction action )This method is from 'DeferredActionCollection' class.
DeferredActionCollection.removeScope ( Scope scope )This method is from 'DeferredActionCollection' class.
[+] DefinitionVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
DefinitionVisitor.DefinitionVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor )This constructor is from 'DefinitionVisitor' class.
DefinitionVisitor.visit ( antlr.collections.AST node )This method is from 'DefinitionVisitor' class.
[+] EnumVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
EnumVisitor.accept ( antlr.collections.AST node )This method is from 'EnumVisitor' class.
EnumVisitor.EnumVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor )This constructor is from 'EnumVisitor' class.
EnumVisitor.visit ( antlr.collections.AST enumNode )This method is from 'EnumVisitor' class.
[+] ExceptionDeferredAction (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ExceptionDeferredAction.ExceptionDeferredAction ( org.apache.cxf.binding.corba.wsdl.MemberType memberType )This constructor is from 'ExceptionDeferredAction' class.
ExceptionDeferredAction.ExceptionDeferredAction ( org.apache.cxf.binding.corba.wsdl.MemberType memberType, org.apache.ws.commons.schema.XmlSchemaElement elem )This constructor is from 'ExceptionDeferredAction' class.
ExceptionDeferredAction.ExceptionDeferredAction ( org.apache.ws.commons.schema.XmlSchemaElement elem )This constructor is from 'ExceptionDeferredAction' class.
ExceptionDeferredAction.execute ( org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype )This method is from 'ExceptionDeferredAction' class.
[+] ExceptionVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ExceptionVisitor.accept ( antlr.collections.AST node )This method is from 'ExceptionVisitor' class.
ExceptionVisitor.ExceptionVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlASTVisitor )This constructor is from 'ExceptionVisitor' class.
ExceptionVisitor.visit ( antlr.collections.AST node )This method is from 'ExceptionVisitor' class.
[+] FixedPtConstVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
FixedPtConstVisitor.accept ( antlr.collections.AST node )This method is from 'FixedPtConstVisitor' class.
FixedPtConstVisitor.FixedPtConstVisitor ( Scope scopeRef, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas )This constructor is from 'FixedPtConstVisitor' class.
FixedPtConstVisitor.getCorbaType ( )This method is from 'FixedPtConstVisitor' class.
FixedPtConstVisitor.getFullyQualifiedName ( )This method is from 'FixedPtConstVisitor' class.
FixedPtConstVisitor.getSchemaType ( )This method is from 'FixedPtConstVisitor' class.
FixedPtConstVisitor.getScope ( )This method is from 'FixedPtConstVisitor' class.
FixedPtConstVisitor.visit ( antlr.collections.AST fixedNode )This method is from 'FixedPtConstVisitor' class.
[+] FixedVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
FixedVisitor.accept ( antlr.collections.AST node )This method is from 'FixedVisitor' class.
FixedVisitor.FixedVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor, antlr.collections.AST identifierNodeRef )This constructor is from 'FixedVisitor' class.
FixedVisitor.visit ( antlr.collections.AST fixedNode )This method is from 'FixedVisitor' class.
[+] IDLLexer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (52)
IDLLexer.IDLLexer ( antlr.InputBuffer ib )This constructor is from 'IDLLexer' class.
IDLLexer.IDLLexer ( antlr.LexerSharedInputState state )This constructor is from 'IDLLexer' class.
IDLLexer.IDLLexer ( java.io.InputStream in )This constructor is from 'IDLLexer' class.
IDLLexer.IDLLexer ( java.io.Reader in )This constructor is from 'IDLLexer' class.
IDLLexer.mAND ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mASSIGN ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mCHAR_LITERAL ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mCOLON ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mCOMMA ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mDIGIT ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mDIV ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mDOT ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mESC ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mESCAPED_IDENT ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mFLOAT ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mGT ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mHEX ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mHEXDIGIT ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mIDENT ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mINT ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mLBRACK ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mLCURLY ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mLPAREN ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mLSHIFT ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mLT ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mMINUS ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mML_COMMENT ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mMOD ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mNONZERODIGIT ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mNOT ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mOCTAL ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mOCTDIGIT ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mOR ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mPLUS ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mPREPROC_DIRECTIVE ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mQUESTION ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mRBRACK ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mRCURLY ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mRPAREN ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mRSHIFT ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mSCOPEOP ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mSEMI ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mSL_COMMENT ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mSTAR ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mSTRING_LITERAL ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mTILDE ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mVOCAB ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mWIDE_CHAR_LITERAL ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mWIDE_STRING_LITERAL ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mWS ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.mXOR ( boolean _createToken )This method is from 'IDLLexer' class.
IDLLexer.nextToken ( )This method is from 'IDLLexer' class.
[+] IDLModuleProcessor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
IDLModuleProcessor.buildModuleNSMap ( java.util.Map moduleNSMap )This method is from 'IDLModuleProcessor' class.
IDLModuleProcessor.buildModuleNSMap ( java.util.Map map, Scope parent, antlr.collections.AST node )This method is from 'IDLModuleProcessor' class.
IDLModuleProcessor.getMapper ( )This method is from 'IDLModuleProcessor' class.
IDLModuleProcessor.IDLModuleProcessor ( )This constructor is from 'IDLModuleProcessor' class.
[+] IDLParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (160)
IDLParser.add_expr ( )This method is from 'IDLParser' class.
IDLParser.and_expr ( )This method is from 'IDLParser' class.
IDLParser.any_type ( )This method is from 'IDLParser' class.
IDLParser.array_declarator ( )This method is from 'IDLParser' class.
IDLParser.attr_dcl ( )This method is from 'IDLParser' class.
IDLParser.attr_declarator ( )This method is from 'IDLParser' class.
IDLParser.attr_raises_expr ( )This method is from 'IDLParser' class.
IDLParser.attr_spec ( )This method is from 'IDLParser' class.
IDLParser.base_type_spec ( )This method is from 'IDLParser' class.
IDLParser.boolean_literal ( )This method is from 'IDLParser' class.
IDLParser.boolean_type ( )This method is from 'IDLParser' class.
IDLParser.buildTokenTypeASTClassMap ( )This method is from 'IDLParser' class.
IDLParser.case_stmt ( )This method is from 'IDLParser' class.
IDLParser.case_stmt_list ( )This method is from 'IDLParser' class.
IDLParser.char_type ( )This method is from 'IDLParser' class.
IDLParser.character_literal ( )This method is from 'IDLParser' class.
IDLParser.complex_declarator ( )This method is from 'IDLParser' class.
IDLParser.component ( )This method is from 'IDLParser' class.
IDLParser.component_body ( )This method is from 'IDLParser' class.
IDLParser.component_dcl ( )This method is from 'IDLParser' class.
IDLParser.component_export ( )This method is from 'IDLParser' class.
IDLParser.component_inheritance_spec ( )This method is from 'IDLParser' class.
IDLParser.const_dcl ( )This method is from 'IDLParser' class.
IDLParser.const_exp ( )This method is from 'IDLParser' class.
IDLParser.const_type ( )This method is from 'IDLParser' class.
IDLParser.constr_forward_decl ( )This method is from 'IDLParser' class.
IDLParser.constr_type_spec ( )This method is from 'IDLParser' class.
IDLParser.consumes_dcl ( )This method is from 'IDLParser' class.
IDLParser.context_expr ( )This method is from 'IDLParser' class.
IDLParser.declarator ( )This method is from 'IDLParser' class.
IDLParser.declarators ( )This method is from 'IDLParser' class.
IDLParser.definition ( )This method is from 'IDLParser' class.
IDLParser.definition_list ( )This method is from 'IDLParser' class.
IDLParser.element_spec ( )This method is from 'IDLParser' class.
IDLParser.emits_dcl ( )This method is from 'IDLParser' class.
IDLParser.enum_type ( )This method is from 'IDLParser' class.
IDLParser.enumerator ( )This method is from 'IDLParser' class.
IDLParser.enumerator_list ( )This method is from 'IDLParser' class.
IDLParser.event ( )This method is from 'IDLParser' class.
IDLParser.event_abs ( )This method is from 'IDLParser' class.
IDLParser.event_abs_dcl ( )This method is from 'IDLParser' class.
IDLParser.event_custom ( )This method is from 'IDLParser' class.
IDLParser.event_dcl ( )This method is from 'IDLParser' class.
IDLParser.event_elem_dcl ( )This method is from 'IDLParser' class.
IDLParser.event_header ( )This method is from 'IDLParser' class.
IDLParser.except_dcl ( )This method is from 'IDLParser' class.
IDLParser.exception_list ( )This method is from 'IDLParser' class.
IDLParser.export ( )This method is from 'IDLParser' class.
IDLParser.factory_dcl ( )This method is from 'IDLParser' class.
IDLParser.finder_dcl ( )This method is from 'IDLParser' class.
IDLParser.fixed_array_size ( )This method is from 'IDLParser' class.
IDLParser.fixed_pt_const_type ( )This method is from 'IDLParser' class.
IDLParser.fixed_pt_literal ( )This method is from 'IDLParser' class.
IDLParser.fixed_pt_type ( )This method is from 'IDLParser' class.
IDLParser.floating_pt_literal ( )This method is from 'IDLParser' class.
IDLParser.floating_pt_type ( )This method is from 'IDLParser' class.
IDLParser.forward_dcl ( )This method is from 'IDLParser' class.
IDLParser.get_excep_expr ( )This method is from 'IDLParser' class.
IDLParser.home_body ( )This method is from 'IDLParser' class.
IDLParser.home_dcl ( )This method is from 'IDLParser' class.
IDLParser.home_export ( )This method is from 'IDLParser' class.
IDLParser.home_header ( )This method is from 'IDLParser' class.
IDLParser.home_inheritance_spec ( )This method is from 'IDLParser' class.
IDLParser.identifier ( )This method is from 'IDLParser' class.
IDLParser.IDLParser ( antlr.ParserSharedInputState state )This constructor is from 'IDLParser' class.
IDLParser.IDLParser ( antlr.TokenBuffer tokenBuf )This constructor is from 'IDLParser' class.
IDLParser.IDLParser ( antlr.TokenBuffer tokenBuf, int k )This constructor is from 'IDLParser' class.
IDLParser.IDLParser ( antlr.TokenStream lexer )This constructor is from 'IDLParser' class.
IDLParser.IDLParser ( antlr.TokenStream lexer, int k )This constructor is from 'IDLParser' class.
IDLParser.import_dcl ( )This method is from 'IDLParser' class.
IDLParser.imported_scope ( )This method is from 'IDLParser' class.
IDLParser.init_dcl ( )This method is from 'IDLParser' class.
IDLParser.init_param_attribute ( )This method is from 'IDLParser' class.
IDLParser.init_param_decl ( )This method is from 'IDLParser' class.
IDLParser.init_param_decls ( )This method is from 'IDLParser' class.
IDLParser.integer_literal ( )This method is from 'IDLParser' class.
IDLParser.integer_type ( )This method is from 'IDLParser' class.
IDLParser.interf ( )This method is from 'IDLParser' class.
IDLParser.interface_body ( )This method is from 'IDLParser' class.
IDLParser.interface_dcl ( )This method is from 'IDLParser' class.
IDLParser.interface_inheritance_spec ( )This method is from 'IDLParser' class.
IDLParser.interface_name ( )This method is from 'IDLParser' class.
IDLParser.interface_type ( )This method is from 'IDLParser' class.
IDLParser.literal ( )This method is from 'IDLParser' class.
IDLParser.member ( )This method is from 'IDLParser' class.
IDLParser.member_list ( )This method is from 'IDLParser' class.
IDLParser.module ( )This method is from 'IDLParser' class.
IDLParser.mult_expr ( )This method is from 'IDLParser' class.
IDLParser.object_type ( )This method is from 'IDLParser' class.
IDLParser.octet_type ( )This method is from 'IDLParser' class.
IDLParser.op_attribute ( )This method is from 'IDLParser' class.
IDLParser.op_dcl ( )This method is from 'IDLParser' class.
IDLParser.op_type_spec ( )This method is from 'IDLParser' class.
IDLParser.opt_member_list ( )This method is from 'IDLParser' class.
IDLParser.opt_pos_int ( )This method is from 'IDLParser' class.
IDLParser.or_expr ( )This method is from 'IDLParser' class.
IDLParser.param_dcl ( )This method is from 'IDLParser' class.
IDLParser.param_dcl_list ( )This method is from 'IDLParser' class.
IDLParser.param_type_spec ( )This method is from 'IDLParser' class.
IDLParser.parameter_dcls ( )This method is from 'IDLParser' class.
IDLParser.positive_int_const ( )This method is from 'IDLParser' class.
IDLParser.primary_expr ( )This method is from 'IDLParser' class.
IDLParser.primary_key_spec ( )This method is from 'IDLParser' class.
IDLParser.provides_dcl ( )This method is from 'IDLParser' class.
IDLParser.publishes_dcl ( )This method is from 'IDLParser' class.
IDLParser.raises_expr ( )This method is from 'IDLParser' class.
IDLParser.readonly_attr_declarator ( )This method is from 'IDLParser' class.
IDLParser.readonly_attr_spec ( )This method is from 'IDLParser' class.
IDLParser.scoped_name ( )This method is from 'IDLParser' class.
IDLParser.scoped_name_list ( )This method is from 'IDLParser' class.
IDLParser.sequence_type ( )This method is from 'IDLParser' class.
IDLParser.set_excep_expr ( )This method is from 'IDLParser' class.
IDLParser.shift_expr ( )This method is from 'IDLParser' class.
IDLParser.signed_int ( )This method is from 'IDLParser' class.
IDLParser.signed_long_int ( )This method is from 'IDLParser' class.
IDLParser.signed_longlong_int ( )This method is from 'IDLParser' class.
IDLParser.signed_short_int ( )This method is from 'IDLParser' class.
IDLParser.simple_declarator ( )This method is from 'IDLParser' class.
IDLParser.simple_type_spec ( )This method is from 'IDLParser' class.
IDLParser.specification ( )This method is from 'IDLParser' class.
IDLParser.state_member ( )This method is from 'IDLParser' class.
IDLParser.string_literal ( )This method is from 'IDLParser' class.
IDLParser.string_literal_list ( )This method is from 'IDLParser' class.
IDLParser.string_type ( )This method is from 'IDLParser' class.
IDLParser.struct_type ( )This method is from 'IDLParser' class.
IDLParser.supported_interface_spec ( )This method is from 'IDLParser' class.
IDLParser.switch_body ( )This method is from 'IDLParser' class.
IDLParser.switch_type_spec ( )This method is from 'IDLParser' class.
IDLParser.template_type_spec ( )This method is from 'IDLParser' class.
IDLParser.type_dcl ( )This method is from 'IDLParser' class.
IDLParser.type_declarator ( )This method is from 'IDLParser' class.
IDLParser.type_id_dcl ( )This method is from 'IDLParser' class.
IDLParser.type_prefix_dcl ( )This method is from 'IDLParser' class.
IDLParser.type_spec ( )This method is from 'IDLParser' class.
IDLParser.unary_expr ( )This method is from 'IDLParser' class.
IDLParser.union_type ( )This method is from 'IDLParser' class.
IDLParser.unsigned_int ( )This method is from 'IDLParser' class.
IDLParser.unsigned_long_int ( )This method is from 'IDLParser' class.
IDLParser.unsigned_longlong_int ( )This method is from 'IDLParser' class.
IDLParser.unsigned_short_int ( )This method is from 'IDLParser' class.
IDLParser.uses_dcl ( )This method is from 'IDLParser' class.
IDLParser.value ( )This method is from 'IDLParser' class.
IDLParser.value_abs_dcl ( )This method is from 'IDLParser' class.
IDLParser.value_abs_full_dcl ( )This method is from 'IDLParser' class.
IDLParser.value_base_type ( )This method is from 'IDLParser' class.
IDLParser.value_box_dcl ( )This method is from 'IDLParser' class.
IDLParser.value_custom_dcl ( )This method is from 'IDLParser' class.
IDLParser.value_dcl ( )This method is from 'IDLParser' class.
IDLParser.value_element ( )This method is from 'IDLParser' class.
IDLParser.value_forward_dcl ( )This method is from 'IDLParser' class.
IDLParser.value_header ( )This method is from 'IDLParser' class.
IDLParser.value_inheritance_spec ( )This method is from 'IDLParser' class.
IDLParser.value_interface_inheritance_spec ( )This method is from 'IDLParser' class.
IDLParser.value_name ( )This method is from 'IDLParser' class.
IDLParser.value_value_inheritance_spec ( )This method is from 'IDLParser' class.
IDLParser.wide_char_type ( )This method is from 'IDLParser' class.
IDLParser.wide_character_literal ( )This method is from 'IDLParser' class.
IDLParser.wide_string_literal ( )This method is from 'IDLParser' class.
IDLParser.wide_string_type ( )This method is from 'IDLParser' class.
IDLParser.xor_expr ( )This method is from 'IDLParser' class.
[+] IDLProcessor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
IDLProcessor.getIDLTree ( )This method is from 'IDLProcessor' class.
IDLProcessor.IDLProcessor ( )This constructor is from 'IDLProcessor' class.
IDLProcessor.process ( )This method is from 'IDLProcessor' class.
IDLProcessor.setEnvironment ( org.apache.cxf.tools.corba.common.ProcessorEnvironment penv )This method is from 'IDLProcessor' class.
[+] IDLToWSDLProcessor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
IDLToWSDLProcessor.addTypeMapSchemaImports ( javax.wsdl.Definition def, WSDLASTVisitor visitor )This method is from 'IDLToWSDLProcessor' class.
IDLToWSDLProcessor.cleanUpTypeMap ( org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMap )This method is from 'IDLToWSDLProcessor' class.
IDLToWSDLProcessor.generateCORBAService ( javax.wsdl.Definition def, javax.wsdl.Binding[ ] bindings, boolean isDefaultMapping )This method is from 'IDLToWSDLProcessor' class.
IDLToWSDLProcessor.getBaseFilename ( String ifile )This method is from 'IDLToWSDLProcessor' class.
IDLToWSDLProcessor.getOutputWriter ( java.io.File file )This method is from 'IDLToWSDLProcessor' class.
IDLToWSDLProcessor.getOutputWriter ( String filename, String outputDirectory )This method is from 'IDLToWSDLProcessor' class.
IDLToWSDLProcessor.IDLToWSDLProcessor ( )This constructor is from 'IDLToWSDLProcessor' class.
IDLToWSDLProcessor.parseIDL ( antlr.collections.AST idlTree )This method is from 'IDLToWSDLProcessor' class.
IDLToWSDLProcessor.process ( )This method is from 'IDLToWSDLProcessor' class.
IDLToWSDLProcessor.process ( antlr.collections.AST idlTree )This method is from 'IDLToWSDLProcessor' class.
IDLToWSDLProcessor.setIgnoreImports ( boolean flag )This method is from 'IDLToWSDLProcessor' class.
IDLToWSDLProcessor.setImportDefinitionWriters ( java.util.Map writers )This method is from 'IDLToWSDLProcessor' class.
IDLToWSDLProcessor.setImportSchemaWriters ( java.util.Map writers )This method is from 'IDLToWSDLProcessor' class.
IDLToWSDLProcessor.setLogicalOutputWriter ( java.io.Writer writer )This method is from 'IDLToWSDLProcessor' class.
IDLToWSDLProcessor.setOutputWriter ( java.io.Writer writer )This method is from 'IDLToWSDLProcessor' class.
IDLToWSDLProcessor.setPhysicalOutputWriter ( java.io.Writer writer )This method is from 'IDLToWSDLProcessor' class.
IDLToWSDLProcessor.setSchemaOutputWriter ( java.io.Writer writer )This method is from 'IDLToWSDLProcessor' class.
[+] ModuleToNSMapper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
ModuleToNSMapper.containsExcludedModule ( String module )This method is from 'ModuleToNSMapper' class.
ModuleToNSMapper.getExcludedImports ( String module )This method is from 'ModuleToNSMapper' class.
ModuleToNSMapper.getExcludedModuleMap ( )This method is from 'ModuleToNSMapper' class.
ModuleToNSMapper.getExcludedModules ( )This method is from 'ModuleToNSMapper' class.
ModuleToNSMapper.getUserMapping ( )This method is from 'ModuleToNSMapper' class.
ModuleToNSMapper.isDefaultMapping ( )This method is from 'ModuleToNSMapper' class.
ModuleToNSMapper.map ( String scopeStr, String separator )This method is from 'ModuleToNSMapper' class.
ModuleToNSMapper.map ( Scope scope )This method is from 'ModuleToNSMapper' class.
ModuleToNSMapper.map ( Scope scope, String separator )This method is from 'ModuleToNSMapper' class.
ModuleToNSMapper.mapNSToPrefix ( String nsURI )This method is from 'ModuleToNSMapper' class.
ModuleToNSMapper.mapToQName ( Scope scope )This method is from 'ModuleToNSMapper' class.
ModuleToNSMapper.ModuleToNSMapper ( )This constructor is from 'ModuleToNSMapper' class.
ModuleToNSMapper.setDefaultMapping ( boolean flag )This method is from 'ModuleToNSMapper' class.
ModuleToNSMapper.setExcludedModuleMap ( java.util.Map map )This method is from 'ModuleToNSMapper' class.
ModuleToNSMapper.setUserMapping ( java.util.Map map )This method is from 'ModuleToNSMapper' class.
[+] ModuleVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ModuleVisitor.ModuleVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlASTVisitor )This constructor is from 'ModuleVisitor' class.
ModuleVisitor.visit ( antlr.collections.AST node )This method is from 'ModuleVisitor' class.
[+] ObjectReferenceVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ObjectReferenceVisitor.accept ( Scope scope, org.apache.ws.commons.schema.XmlSchema s, javax.wsdl.Definition def, antlr.collections.AST node, WSDLASTVisitor wsdlVisitor )This method is from 'ObjectReferenceVisitor' class.
ObjectReferenceVisitor.isForwardDeclaredReference ( Scope scope, org.apache.ws.commons.schema.XmlSchema schema, antlr.collections.AST node, ScopeNameCollection scopedNames, WSDLASTVisitor wsdlVisitor )This method is from 'ObjectReferenceVisitor' class.
ObjectReferenceVisitor.ObjectReferenceVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor )This constructor is from 'ObjectReferenceVisitor' class.
ObjectReferenceVisitor.visit ( antlr.collections.AST node )This method is from 'ObjectReferenceVisitor' class.
ObjectReferenceVisitor.visitForwardDeclaredObjectReference ( Scope scope, org.apache.ws.commons.schema.XmlSchemaCollection schemas, org.apache.ws.commons.schema.XmlSchema schema, antlr.collections.AST node, ScopeNameCollection scopedNames, WSDLASTVisitor wsdlVisitor )This method is from 'ObjectReferenceVisitor' class.
[+] OperationDeferredAction (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
OperationDeferredAction.execute ( org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype )This method is from 'OperationDeferredAction' class.
OperationDeferredAction.OperationDeferredAction ( )This constructor is from 'OperationDeferredAction' class.
OperationDeferredAction.OperationDeferredAction ( org.apache.cxf.binding.corba.wsdl.ArgType arg )This constructor is from 'OperationDeferredAction' class.
OperationDeferredAction.OperationDeferredAction ( org.apache.ws.commons.schema.XmlSchemaElement elem )This constructor is from 'OperationDeferredAction' class.
[+] OperationVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
OperationVisitor.accept ( Scope scope, javax.wsdl.Definition def, org.apache.ws.commons.schema.XmlSchema schema, antlr.collections.AST node, WSDLASTVisitor wsdlVisitor )This method is from 'OperationVisitor' class.
OperationVisitor.generateInputMessage ( javax.wsdl.Operation operation, javax.wsdl.BindingOperation bindingOperation )This method is from 'OperationVisitor' class.
OperationVisitor.generateOutputMessage ( javax.wsdl.Operation operation, javax.wsdl.BindingOperation bindingOperation )This method is from 'OperationVisitor' class.
OperationVisitor.OperationVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor, javax.wsdl.PortType wsdlPortType, javax.wsdl.Binding wsdlBinding )This constructor is from 'OperationVisitor' class.
OperationVisitor.visit ( antlr.collections.AST node )This method is from 'OperationVisitor' class.
[+] ParamDclVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ParamDclVisitor.accept ( antlr.collections.AST node )This method is from 'ParamDclVisitor' class.
ParamDclVisitor.ParamDclVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor, org.apache.ws.commons.schema.XmlSchemaSequence inWrapSeq, org.apache.ws.commons.schema.XmlSchemaSequence outWrapSeq, org.apache.cxf.binding.corba.wsdl.OperationType corbaOp )This constructor is from 'ParamDclVisitor' class.
ParamDclVisitor.visit ( antlr.collections.AST node )This method is from 'ParamDclVisitor' class.
[+] ParamDeferredAction (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ParamDeferredAction.execute ( org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype )This method is from 'ParamDeferredAction' class.
ParamDeferredAction.ParamDeferredAction ( org.apache.cxf.binding.corba.wsdl.ParamType defParam )This constructor is from 'ParamDeferredAction' class.
ParamDeferredAction.ParamDeferredAction ( org.apache.cxf.binding.corba.wsdl.ParamType defParam, org.apache.ws.commons.schema.XmlSchemaElement elem )This constructor is from 'ParamDeferredAction' class.
ParamDeferredAction.ParamDeferredAction ( org.apache.ws.commons.schema.XmlSchemaElement elem )This constructor is from 'ParamDeferredAction' class.
ParamDeferredAction.ParamDeferredAction ( org.apache.ws.commons.schema.XmlSchemaElement elem, Scope ts, org.apache.ws.commons.schema.XmlSchema xmlSchema, org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas, WSDLSchemaManager man, ModuleToNSMapper map )This constructor is from 'ParamDeferredAction' class.
[+] ParamTypeSpecVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ParamTypeSpecVisitor.ParamTypeSpecVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor )This constructor is from 'ParamTypeSpecVisitor' class.
ParamTypeSpecVisitor.visit ( antlr.collections.AST node )This method is from 'ParamTypeSpecVisitor' class.
[+] PortTypeVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PortTypeVisitor.accept ( antlr.collections.AST node )This method is from 'PortTypeVisitor' class.
PortTypeVisitor.createBinding ( String scopedPortTypeName )This method is from 'PortTypeVisitor' class.
PortTypeVisitor.PortTypeVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlASTVisitor )This constructor is from 'PortTypeVisitor' class.
PortTypeVisitor.visit ( antlr.collections.AST node )This method is from 'PortTypeVisitor' class.
[+] PrimitiveTypesVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
PrimitiveTypesVisitor.accept ( antlr.collections.AST node )This method is from 'PrimitiveTypesVisitor' class.
PrimitiveTypesVisitor.getCorbaType ( )This method is from 'PrimitiveTypesVisitor' class.
PrimitiveTypesVisitor.getFullyQualifiedName ( )This method is from 'PrimitiveTypesVisitor' class.
PrimitiveTypesVisitor.getPrimitiveType ( antlr.collections.AST node )This method is from 'PrimitiveTypesVisitor' class.
PrimitiveTypesVisitor.getSchemaType ( )This method is from 'PrimitiveTypesVisitor' class.
PrimitiveTypesVisitor.getScope ( )This method is from 'PrimitiveTypesVisitor' class.
PrimitiveTypesVisitor.PrimitiveTypesVisitor ( Scope scopeRef, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas )This constructor is from 'PrimitiveTypesVisitor' class.
PrimitiveTypesVisitor.visit ( antlr.collections.AST node )This method is from 'PrimitiveTypesVisitor' class.
[+] SchemaDeferredAction (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
SchemaDeferredAction.execute ( org.apache.ws.commons.schema.XmlSchemaType p1, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl p2 )This abstract method is from 'SchemaDeferredAction' interface.
[+] Scope (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
Scope.compareTo ( Object otherScope )This method is from 'Scope' class.
Scope.equals ( Object otherScope )This method is from 'Scope' class.
Scope.getParent ( )This method is from 'Scope' class.
Scope.getPrefix ( )This method is from 'Scope' class.
Scope.hashCode ( )This method is from 'Scope' class.
Scope.Scope ( )This constructor is from 'Scope' class.
Scope.Scope ( String scopes, String separator )This constructor is from 'Scope' class.
Scope.Scope ( Scope containingScope )This constructor is from 'Scope' class.
Scope.Scope ( Scope containingScope, antlr.collections.AST node )This constructor is from 'Scope' class.
Scope.Scope ( Scope containingScope, String str )This constructor is from 'Scope' class.
Scope.Scope ( Scope containingScope, Scope prefixScope, String str )This constructor is from 'Scope' class.
Scope.setPrefix ( String prefix )This method is from 'Scope' class.
Scope.tail ( )This method is from 'Scope' class.
Scope.toIDLRepositoryID ( )This method is from 'Scope' class.
Scope.toString ( )This method is from 'Scope' class.
Scope.toString ( String separator )This method is from 'Scope' class.
[+] ScopedNameVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
ScopedNameVisitor.accept ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, antlr.collections.AST node, WSDLASTVisitor wsdlVisitor )This method is from 'ScopedNameVisitor' class.
ScopedNameVisitor.findCorbaType ( org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMap, javax.xml.namespace.QName typeName )This method is from 'ScopedNameVisitor' class.
ScopedNameVisitor.findCorbaTypeForSchemaType ( org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMap, javax.xml.namespace.QName schemaTypeName, Scope scopedName )This method is from 'ScopedNameVisitor' class.
ScopedNameVisitor.findNonSchemaType ( String name, WSDLASTVisitor wsdlVisitor, VisitorTypeHolder holder )This method is from 'ScopedNameVisitor' class.
ScopedNameVisitor.findSchemaType ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, antlr.collections.AST node, WSDLASTVisitor wsdlVisitor, VisitorTypeHolder holder )This method is from 'ScopedNameVisitor' class.
ScopedNameVisitor.findSchemaTypeInBaseScope ( java.util.List scopeList, Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, antlr.collections.AST node, WSDLASTVisitor wsdlVisitor, VisitorTypeHolder holder )This method is from 'ScopedNameVisitor' class.
ScopedNameVisitor.forwardDeclared ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, antlr.collections.AST node, WSDLASTVisitor wsdlVisitor )This method is from 'ScopedNameVisitor' class.
ScopedNameVisitor.getFullyScopedName ( Scope currentScope, antlr.collections.AST node )This method is from 'ScopedNameVisitor' class.
ScopedNameVisitor.isforwardDeclared ( Scope scope, antlr.collections.AST node, WSDLASTVisitor wsdlVisitor )This method is from 'ScopedNameVisitor' class.
ScopedNameVisitor.isFullyScopedName ( antlr.collections.AST node )This method is from 'ScopedNameVisitor' class.
ScopedNameVisitor.populateAliasSchemaType ( org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl corbaType, WSDLASTVisitor wsdlVisitor, VisitorTypeHolder holder )This method is from 'ScopedNameVisitor' class.
ScopedNameVisitor.ScopedNameVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor )This constructor is from 'ScopedNameVisitor' class.
ScopedNameVisitor.setExceptionMode ( boolean value )This method is from 'ScopedNameVisitor' class.
ScopedNameVisitor.visit ( antlr.collections.AST node )This method is from 'ScopedNameVisitor' class.
[+] ScopeNameCollection (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ScopeNameCollection.add ( Scope scope )This method is from 'ScopeNameCollection' class.
ScopeNameCollection.getScope ( String scopename )This method is from 'ScopeNameCollection' class.
ScopeNameCollection.getScope ( Scope scope )This method is from 'ScopeNameCollection' class.
ScopeNameCollection.remove ( Scope scope )This method is from 'ScopeNameCollection' class.
ScopeNameCollection.ScopeNameCollection ( )This constructor is from 'ScopeNameCollection' class.
[+] SequenceDeferredAction (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
SequenceDeferredAction.execute ( org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype )This method is from 'SequenceDeferredAction' class.
SequenceDeferredAction.SequenceDeferredAction ( org.apache.cxf.binding.corba.wsdl.Anonsequence anonSequenceType )This constructor is from 'SequenceDeferredAction' class.
SequenceDeferredAction.SequenceDeferredAction ( org.apache.cxf.binding.corba.wsdl.Sequence sequenceType )This constructor is from 'SequenceDeferredAction' class.
SequenceDeferredAction.SequenceDeferredAction ( org.apache.cxf.binding.corba.wsdl.Sequence sequenceType, org.apache.cxf.binding.corba.wsdl.Anonsequence anonSequenceType, org.apache.ws.commons.schema.XmlSchemaElement elem )This constructor is from 'SequenceDeferredAction' class.
SequenceDeferredAction.SequenceDeferredAction ( org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas, org.apache.ws.commons.schema.XmlSchema xmlSchema )This constructor is from 'SequenceDeferredAction' class.
SequenceDeferredAction.SequenceDeferredAction ( org.apache.ws.commons.schema.XmlSchemaElement elem )This constructor is from 'SequenceDeferredAction' class.
[+] SequenceVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SequenceVisitor.accept ( antlr.collections.AST node )This method is from 'SequenceVisitor' class.
SequenceVisitor.SequenceVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor, antlr.collections.AST identifierNodeRef )This constructor is from 'SequenceVisitor' class.
SequenceVisitor.visit ( antlr.collections.AST seq )This method is from 'SequenceVisitor' class.
[+] SimpleTypeSpecVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SimpleTypeSpecVisitor.accept ( antlr.collections.AST node )This method is from 'SimpleTypeSpecVisitor' class.
SimpleTypeSpecVisitor.SimpleTypeSpecVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor, antlr.collections.AST identifierNodeRef )This constructor is from 'SimpleTypeSpecVisitor' class.
SimpleTypeSpecVisitor.visit ( antlr.collections.AST node )This method is from 'SimpleTypeSpecVisitor' class.
[+] StringVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
StringVisitor.accept ( antlr.collections.AST node )This method is from 'StringVisitor' class.
StringVisitor.isBounded ( antlr.collections.AST node )This method is from 'StringVisitor' class.
StringVisitor.StringVisitor ( Scope scope, javax.wsdl.Definition definition, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor, antlr.collections.AST identifierNodeRef )This constructor is from 'StringVisitor' class.
StringVisitor.visit ( antlr.collections.AST node )This method is from 'StringVisitor' class.
[+] StructDeferredAction (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
StructDeferredAction.execute ( org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype )This method is from 'StructDeferredAction' class.
StructDeferredAction.StructDeferredAction ( org.apache.cxf.binding.corba.wsdl.MemberType memberType )This constructor is from 'StructDeferredAction' class.
StructDeferredAction.StructDeferredAction ( org.apache.cxf.binding.corba.wsdl.MemberType memberType, org.apache.ws.commons.schema.XmlSchemaElement elem )This constructor is from 'StructDeferredAction' class.
StructDeferredAction.StructDeferredAction ( org.apache.ws.commons.schema.XmlSchemaElement elem )This constructor is from 'StructDeferredAction' class.
[+] StructVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
StructVisitor.accept ( antlr.collections.AST node )This method is from 'StructVisitor' class.
StructVisitor.StructVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor )This constructor is from 'StructVisitor' class.
StructVisitor.visit ( antlr.collections.AST node )This method is from 'StructVisitor' class.
StructVisitor.visitDeclaredStruct ( antlr.collections.AST identifierNode )This method is from 'StructVisitor' class.
[+] TemplateTypeSpecVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
TemplateTypeSpecVisitor.accept ( antlr.collections.AST node )This method is from 'TemplateTypeSpecVisitor' class.
TemplateTypeSpecVisitor.TemplateTypeSpecVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor, antlr.collections.AST identifierNodeRef )This constructor is from 'TemplateTypeSpecVisitor' class.
TemplateTypeSpecVisitor.visit ( antlr.collections.AST node )This method is from 'TemplateTypeSpecVisitor' class.
[+] TypeDclVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
TypeDclVisitor.accept ( antlr.collections.AST node )This method is from 'TypeDclVisitor' class.
TypeDclVisitor.TypeDclVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor )This constructor is from 'TypeDclVisitor' class.
TypeDclVisitor.visit ( antlr.collections.AST node )This method is from 'TypeDclVisitor' class.
[+] TypedefDeferredAction (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
TypedefDeferredAction.execute ( org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype )This method is from 'TypedefDeferredAction' class.
TypedefDeferredAction.TypedefDeferredAction ( org.apache.cxf.binding.corba.wsdl.Alias aliasType )This constructor is from 'TypedefDeferredAction' class.
[+] TypedefVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
TypedefVisitor.accept ( antlr.collections.AST node )This method is from 'TypedefVisitor' class.
TypedefVisitor.TypedefVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor )This constructor is from 'TypedefVisitor' class.
TypedefVisitor.visit ( antlr.collections.AST typedefNode )This method is from 'TypedefVisitor' class.
[+] TypesUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TypesUtils.generateAnonymousScopedName ( Scope scope, org.apache.ws.commons.schema.XmlSchema schema )This method is from 'TypesUtils' class.
TypesUtils.getConstValueByName ( antlr.collections.AST node, org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMap )This method is from 'TypesUtils' class.
TypesUtils.getCorbaTypeNameNode ( antlr.collections.AST node )This method is from 'TypesUtils' class.
TypesUtils.isValidIdentifier ( String id )This method is from 'TypesUtils' class.
[+] TypesVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
TypesVisitor.TypesVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor, antlr.collections.AST identifierNodeRef )This constructor is from 'TypesVisitor' class.
TypesVisitor.visit ( antlr.collections.AST node )This method is from 'TypesVisitor' class.
[+] TypesVisitorBase (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
TypesVisitorBase.getCorbaType ( )This method is from 'TypesVisitorBase' abstract class.
TypesVisitorBase.getCorbaTypeMap ( )This method is from 'TypesVisitorBase' abstract class.
TypesVisitorBase.getCorbaTypeName ( )This method is from 'TypesVisitorBase' abstract class.
TypesVisitorBase.getSchema ( )This method is from 'TypesVisitorBase' abstract class.
TypesVisitorBase.getSchemaType ( )This method is from 'TypesVisitorBase' abstract class.
TypesVisitorBase.getSchemaTypeName ( )This method is from 'TypesVisitorBase' abstract class.
TypesVisitorBase.setCorbaType ( org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl type )This method is from 'TypesVisitorBase' abstract class.
TypesVisitorBase.setSchemaType ( org.apache.ws.commons.schema.XmlSchemaType type )This method is from 'TypesVisitorBase' abstract class.
TypesVisitorBase.TypesVisitorBase ( org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas, org.apache.ws.commons.schema.XmlSchema xmlSchema, org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMapRef )This constructor is from 'TypesVisitorBase' abstract class.
TypesVisitorBase.visit ( antlr.collections.AST p1 )This abstract method is from 'TypesVisitorBase' abstract class.
[+] UnionDeferredAction (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
UnionDeferredAction.execute ( org.apache.ws.commons.schema.XmlSchemaType stype, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl ctype )This method is from 'UnionDeferredAction' class.
UnionDeferredAction.UnionDeferredAction ( org.apache.cxf.binding.corba.wsdl.Union unionType )This constructor is from 'UnionDeferredAction' class.
UnionDeferredAction.UnionDeferredAction ( org.apache.cxf.binding.corba.wsdl.Union unionType, org.apache.cxf.binding.corba.wsdl.Unionbranch unionBranchType, org.apache.ws.commons.schema.XmlSchemaElement elem )This constructor is from 'UnionDeferredAction' class.
UnionDeferredAction.UnionDeferredAction ( org.apache.cxf.binding.corba.wsdl.Unionbranch unionBranchType )This constructor is from 'UnionDeferredAction' class.
UnionDeferredAction.UnionDeferredAction ( org.apache.ws.commons.schema.XmlSchemaElement elem )This constructor is from 'UnionDeferredAction' class.
[+] UnionVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
UnionVisitor.accept ( antlr.collections.AST node )This method is from 'UnionVisitor' class.
UnionVisitor.UnionVisitor ( Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor )This constructor is from 'UnionVisitor' class.
UnionVisitor.visit ( antlr.collections.AST unionNode )This method is from 'UnionVisitor' class.
UnionVisitor.visitDeclaredUnion ( antlr.collections.AST identifierNode )This method is from 'UnionVisitor' class.
[+] Visitor (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Visitor.getCorbaType ( )This abstract method is from 'Visitor' interface.
Visitor.getFullyQualifiedName ( )This abstract method is from 'Visitor' interface.
Visitor.getSchemaType ( )This abstract method is from 'Visitor' interface.
Visitor.getScope ( )This abstract method is from 'Visitor' interface.
Visitor.visit ( antlr.collections.AST p1 )This abstract method is from 'Visitor' interface.
[+] VisitorBase (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
VisitorBase.getCorbaType ( )This method is from 'VisitorBase' abstract class.
VisitorBase.getFullyQualifiedName ( )This method is from 'VisitorBase' abstract class.
VisitorBase.getSchemaType ( )This method is from 'VisitorBase' abstract class.
VisitorBase.getScope ( )This method is from 'VisitorBase' abstract class.
VisitorBase.getScopedNames ( )This method is from 'VisitorBase' abstract class.
VisitorBase.getWsdlVisitor ( )This method is from 'VisitorBase' abstract class.
VisitorBase.setCorbaType ( org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl type )This method is from 'VisitorBase' abstract class.
VisitorBase.setFullyQualifiedName ( Scope declaredName )This method is from 'VisitorBase' abstract class.
VisitorBase.setSchemaType ( org.apache.ws.commons.schema.XmlSchemaType type )This method is from 'VisitorBase' abstract class.
VisitorBase.visit ( antlr.collections.AST p1 )This abstract method is from 'VisitorBase' abstract class.
VisitorBase.VisitorBase ( Scope scopeRef, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlASTVisitor )This constructor is from 'VisitorBase' abstract class.
[+] VisitorTypeHolder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
VisitorTypeHolder.getCorbaType ( )This method is from 'VisitorTypeHolder' class.
VisitorTypeHolder.getSchemaType ( )This method is from 'VisitorTypeHolder' class.
VisitorTypeHolder.setCorbaType ( org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl type )This method is from 'VisitorTypeHolder' class.
VisitorTypeHolder.setSchemaType ( org.apache.ws.commons.schema.XmlSchemaType type )This method is from 'VisitorTypeHolder' class.
VisitorTypeHolder.VisitorTypeHolder ( )This constructor is from 'VisitorTypeHolder' class.
[+] WSDLASTVisitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (41)
WSDLASTVisitor.getBoundedStringOverride ( )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.getCorbaBindings ( )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.getDeclaredWSAImport ( )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.getDeferredActions ( )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.getDefinition ( )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.getIdlFile ( )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.getImportSchemaFilename ( )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.getInheritedScopeMap ( )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.getManager ( )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.getModuleToNSMapper ( )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.getOutputDir ( )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.getPragmaPrefix ( )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.getRecursionList ( )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.getSchema ( )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.getSchemas ( )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.getScopedNames ( )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.getSequenceOctetType ( )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.getSupportPolymorphicFactories ( )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.getTypeMap ( )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.isSchemaGenerated ( )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.setBoundedStringOverride ( boolean value )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.setDeclaredWSAImport ( boolean declaredImport )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.setExcludedModules ( java.util.Map modules )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.setIdlFile ( String idl )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.setImportSchema ( String filename )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.setModuleToNSMapping ( java.util.Map map )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.setOutputDir ( String outDir )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.setPragmaPrefix ( String pragmaPrefix )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.setQualified ( boolean qualified )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.setSchemaGenerated ( boolean value )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.setSequenceOctetType ( String type )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.setSupportPolymorphicFactories ( boolean support )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.updateSchemaNamespace ( String name )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.visit ( antlr.collections.AST node )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.writeDefinition ( java.io.Writer writer )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.writeDefinition ( javax.wsdl.Definition def, java.io.Writer writer )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.writeDefinitions ( java.io.Writer writer, java.io.Writer schemaWriter, java.io.Writer logicalWriter, java.io.Writer physicalWriter, String schemaFilename, String logicalFile, String physicalFile )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.writeSchema ( org.apache.ws.commons.schema.XmlSchema schemaRef, java.io.Writer writer )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.writeSchemaDefinition ( javax.wsdl.Definition definit, java.io.Writer writer )This method is from 'WSDLASTVisitor' class.
WSDLASTVisitor.WSDLASTVisitor ( String tns, String schemans, String corbatypemaptns )This constructor is from 'WSDLASTVisitor' class.
WSDLASTVisitor.WSDLASTVisitor ( String tns, String schemans, String corbatypemaptns, String pragmaPrefix )This constructor is from 'WSDLASTVisitor' class.
[+] WSDLSchemaManager (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (25)
WSDLSchemaManager.addWSDLDefinitionImport ( javax.wsdl.Definition rootDefn, javax.wsdl.Definition defn, String prefix, java.io.File file )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.addWSDLDefinitionImport ( javax.wsdl.Definition rootDefn, javax.wsdl.Definition defn, String prefix, String fileName )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.addWSDLDefinitionNamespace ( javax.wsdl.Definition defn, String prefix, String ns )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.addWSDLSchemaImport ( javax.wsdl.Definition def, String tns, java.io.File file )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.addWSDLSchemaImport ( javax.wsdl.Definition def, String tns, String schemaFileName )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.addXmlSchemaImport ( org.apache.ws.commons.schema.XmlSchema rootSchema, org.apache.ws.commons.schema.XmlSchema schema, java.io.File file )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.addXmlSchemaImport ( org.apache.ws.commons.schema.XmlSchema rootSchema, org.apache.ws.commons.schema.XmlSchema schema, String fileName )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.attachDeferredSchemasToWSDL ( )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.attachSchemaToWSDL ( javax.wsdl.Definition definition, org.apache.ws.commons.schema.XmlSchema schema, boolean isSchemaGenerated )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.createCorbaTypeMap ( javax.wsdl.Definition definition, String corbatypemaptns )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.createWSDLDefinition ( String tns )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.createXmlSchema ( String schemans, org.apache.ws.commons.schema.XmlSchemaCollection schemaCol )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.createXmlSchemaForDefinition ( javax.wsdl.Definition defn, String schemans, org.apache.ws.commons.schema.XmlSchemaCollection schemaCol )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.deferAttachSchemaToWSDL ( javax.wsdl.Definition definition, org.apache.ws.commons.schema.XmlSchema schema, boolean isSchemaGenerated )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.getImportedWSDLDefinitionFile ( String ns )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.getImportedWSDLDefinitions ( )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.getImportedXmlSchemaFile ( String ns )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.getImportedXmlSchemas ( )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.getWSDLDefinition ( String ns )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.getWSDLDefinitions ( )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.getXmlSchema ( String ns )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.getXmlSchemas ( )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.isXmlSchemaInDefinition ( String schemans )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.setIgnoreImports ( boolean flag )This method is from 'WSDLSchemaManager' class.
WSDLSchemaManager.WSDLSchemaManager ( )This constructor is from 'WSDLSchemaManager' class.
package org.apache.cxf.tools.corba.processors.wsdl
[+] WSDLParameter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
WSDLParameter.processParameters ( WSDLToCorbaBinding wsdlToCorbaBinding, javax.wsdl.Operation operation, javax.wsdl.Definition def, org.apache.cxf.common.xmlschema.SchemaCollection xmlSchemaList, java.util.List params, java.util.List returns, boolean simpleOrdering )This method is from 'WSDLParameter' class.
WSDLParameter.WSDLParameter ( )This constructor is from 'WSDLParameter' class.
[+] WSDLToCorbaBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (31)
WSDLToCorbaBinding.addExtensions ( javax.wsdl.extensions.ExtensionRegistry extRegistry )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.addInterfaceName ( String interfaceName )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.cleanUpTypeMap ( org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMap )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.convertToQName ( String name )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.generateCORBABinding ( )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.generateCORBABinding ( javax.wsdl.Definition definition )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.generateNSPrefix ( javax.wsdl.Definition definition, String namespaceURI, String str )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.getAddress ( )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.getAddressFile ( )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.getExtensionRegistry ( )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.getGeneratedBindingNames ( )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.getHelper ( )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.getIdlNamespace ( )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.getInterfaceNames ( )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.getMappedBindingName ( String interfaceName )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.getWsdlFileName ( )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.isGenerateAllBindings ( )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.main ( String[ ] args )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.mapBindingToInterface ( String intfName, String bName )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.setAddress ( String addr )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.setAddressFile ( String addrFile )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.setAllBindings ( boolean all )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.setBindingName ( String bname )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.setExtensionRegistry ( javax.wsdl.extensions.ExtensionRegistry reg )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.setIdlNamespace ( javax.wsdl.Definition definition )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.setNamespace ( String nameSpaceName )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.setOutputDirectory ( String dir )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.setOutputFile ( String file )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.setVerboseOn ( boolean verbose )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.setWsdlFile ( String file )This method is from 'WSDLToCorbaBinding' class.
WSDLToCorbaBinding.WSDLToCorbaBinding ( )This constructor is from 'WSDLToCorbaBinding' class.
[+] WSDLToCorbaHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (31)
WSDLToCorbaHelper.checkPrefix ( javax.xml.namespace.QName schematypeName )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.convertSchemaToCorbaType ( org.apache.ws.commons.schema.XmlSchemaType stype, javax.xml.namespace.QName defaultName, org.apache.ws.commons.schema.XmlSchemaType parent, org.apache.ws.commons.schema.XmlSchemaAnnotation annotation, boolean anonymous )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.createArray ( javax.xml.namespace.QName name, javax.xml.namespace.QName schematypeName, javax.xml.namespace.QName arrayType, Long maxOccurs, Long minOccurs, boolean anonymous )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.createArray ( javax.xml.namespace.QName name, javax.xml.namespace.QName schematypeName, javax.xml.namespace.QName arrayType, javax.xml.namespace.QName elName, Long maxOccurs, Long minOccurs, boolean anonymous )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.createNillableUnion ( javax.xml.namespace.QName name, javax.xml.namespace.QName schemaType, javax.xml.namespace.QName membertype, boolean isQualified )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.createQName ( String name, String namespaceName, String prefix )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.createQNameCorbaNamespace ( String name )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.createQNameTargetNamespace ( String name )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.createQNameXmlSchemaNamespace ( String name )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.createUnion ( javax.xml.namespace.QName name, org.apache.ws.commons.schema.XmlSchemaChoice choice, javax.xml.namespace.QName defaultName, javax.xml.namespace.QName schematypeName )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.getIdlNamespace ( )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.getSchemaType ( javax.xml.namespace.QName name )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.getXMLSchemaList ( )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.isDuplicate ( org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl corbaTypeImpl )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.isDuplicateException ( org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl corbaTypeImpl )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.isLiteralArray ( org.apache.ws.commons.schema.XmlSchemaComplexType type )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.isSchemaTypeException ( org.apache.ws.commons.schema.XmlSchemaType stype )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.lookUpType ( javax.wsdl.Part part )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.processAllType ( org.apache.ws.commons.schema.XmlSchemaAll seq, javax.xml.namespace.QName defaultName, javax.xml.namespace.QName schematypeName )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.processAttributesAsMembers ( java.util.List list, String uri )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.processComplexContentStruct ( org.apache.ws.commons.schema.XmlSchemaComplexContent complex, javax.xml.namespace.QName defaultName, org.apache.cxf.binding.corba.wsdl.Struct corbaStruct, javax.xml.namespace.QName schematypeName )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.processComplexContentStructChoice ( org.apache.ws.commons.schema.XmlSchemaChoice choice, javax.xml.namespace.QName schematypeName, javax.xml.namespace.QName defaultName )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.processContainerAsMembers ( org.apache.ws.commons.schema.XmlSchemaParticle particle, javax.xml.namespace.QName defaultName, javax.xml.namespace.QName schemaTypeName )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.processSequenceType ( org.apache.ws.commons.schema.XmlSchemaSequence seq, javax.xml.namespace.QName defaultName, javax.xml.namespace.QName schemaTypeName )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.processSimpleContentStruct ( org.apache.ws.commons.schema.XmlSchemaSimpleContent simpleContent, javax.xml.namespace.QName defaultName, org.apache.cxf.binding.corba.wsdl.Struct corbaStruct, javax.xml.namespace.QName schematypeName )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.queryBinding ( javax.wsdl.Definition definition, javax.xml.namespace.QName bqname )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.setIdlNamespace ( String ns )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.setTypeMap ( org.apache.cxf.binding.corba.wsdl.TypeMappingType map )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.setWsdlDefinition ( javax.wsdl.Definition defn )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.setXMLSchemaList ( org.apache.cxf.common.xmlschema.SchemaCollection list )This method is from 'WSDLToCorbaHelper' class.
WSDLToCorbaHelper.WSDLToCorbaHelper ( )This constructor is from 'WSDLToCorbaHelper' class.
[+] WSDLToCorbaProcessor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
WSDLToCorbaProcessor.getFileBase ( String wsdlUrl )This method is from 'WSDLToCorbaProcessor' class.
WSDLToCorbaProcessor.process ( )This method is from 'WSDLToCorbaProcessor' class.
WSDLToCorbaProcessor.wsdltoCorba ( )This method is from 'WSDLToCorbaProcessor' class.
WSDLToCorbaProcessor.WSDLToCorbaProcessor ( )This constructor is from 'WSDLToCorbaProcessor' class.
[+] WSDLToIDLAction (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (19)
WSDLToIDLAction.addExtensions ( javax.wsdl.extensions.ExtensionRegistry extRegistry )This method is from 'WSDLToIDLAction' class.
WSDLToIDLAction.createIdlAttribute ( org.apache.cxf.binding.corba.wsdl.OperationType opType, String name )This method is from 'WSDLToIDLAction' class.
WSDLToIDLAction.createIdlOperation ( org.apache.cxf.binding.corba.wsdl.OperationType opType, String name, boolean isOneway )This method is from 'WSDLToIDLAction' class.
WSDLToIDLAction.createPrimitiveType ( javax.xml.namespace.QName idlType, String name )This method is from 'WSDLToIDLAction' class.
WSDLToIDLAction.createType ( javax.xml.namespace.QName idlType, String[ ] name, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl corbaType )This method is from 'WSDLToIDLAction' class.
WSDLToIDLAction.generateIDL ( javax.wsdl.Definition definition )This method is from 'WSDLToIDLAction' class.
WSDLToIDLAction.getBindingName ( )This method is from 'WSDLToIDLAction' class.
WSDLToIDLAction.getNamespace ( )This method is from 'WSDLToIDLAction' class.
WSDLToIDLAction.isGenerateAllBindings ( )This method is from 'WSDLToIDLAction' class.
WSDLToIDLAction.isVerboseOn ( )This method is from 'WSDLToIDLAction' class.
WSDLToIDLAction.setBindingName ( String bindName )This method is from 'WSDLToIDLAction' class.
WSDLToIDLAction.setGenerateAllBindings ( boolean all )This method is from 'WSDLToIDLAction' class.
WSDLToIDLAction.setNamespace ( String namespaceName )This method is from 'WSDLToIDLAction' class.
WSDLToIDLAction.setOutputDirectory ( String dir )This method is from 'WSDLToIDLAction' class.
WSDLToIDLAction.setOutputFile ( String file )This method is from 'WSDLToIDLAction' class.
WSDLToIDLAction.setPrintWriter ( java.io.PrintWriter pw )This method is from 'WSDLToIDLAction' class.
WSDLToIDLAction.setVerboseOn ( boolean verbose )This method is from 'WSDLToIDLAction' class.
WSDLToIDLAction.setWsdlFile ( String file )This method is from 'WSDLToIDLAction' class.
WSDLToIDLAction.WSDLToIDLAction ( )This constructor is from 'WSDLToIDLAction' class.
[+] WSDLToProcessor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
WSDLToProcessor.getEnvironment ( )This method is from 'WSDLToProcessor' class.
WSDLToProcessor.getWSDLDefinition ( )This method is from 'WSDLToProcessor' class.
WSDLToProcessor.getXmlSchemaTypes ( )This method is from 'WSDLToProcessor' class.
WSDLToProcessor.parseWSDL ( String wsdlUrl )This method is from 'WSDLToProcessor' class.
WSDLToProcessor.process ( )This method is from 'WSDLToProcessor' class.
WSDLToProcessor.setEnvironment ( org.apache.cxf.tools.common.ToolContext toolCtx )This method is from 'WSDLToProcessor' class.
WSDLToProcessor.setEnvironment ( org.apache.cxf.tools.corba.common.ProcessorEnvironment environement )This method is from 'WSDLToProcessor' class.
WSDLToProcessor.setWSDLDefinition ( javax.wsdl.Definition definition )This method is from 'WSDLToProcessor' class.
WSDLToProcessor.WSDLToProcessor ( )This constructor is from 'WSDLToProcessor' class.
[+] WSDLToTypeProcessor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
WSDLToTypeProcessor.WSDLToTypeProcessor ( )This constructor is from 'WSDLToTypeProcessor' class.
[+] WSDLTypes (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
WSDLTypes.getAnonFixedCorbaType ( javax.xml.namespace.QName name, javax.xml.namespace.QName stype, int digits, int scale )This method is from 'WSDLTypes' class.
WSDLTypes.getFixedCorbaType ( javax.xml.namespace.QName name, javax.xml.namespace.QName stype, int digits, int scale )This method is from 'WSDLTypes' class.
WSDLTypes.getOctetCorbaType ( javax.xml.namespace.QName name, javax.xml.namespace.QName stype, int bound )This method is from 'WSDLTypes' class.
WSDLTypes.isAnonymous ( String typeName )This method is from 'WSDLTypes' class.
WSDLTypes.isOMGUnion ( org.apache.ws.commons.schema.XmlSchemaComplexType type )This method is from 'WSDLTypes' class.
WSDLTypes.isUnion ( org.apache.ws.commons.schema.XmlSchemaComplexType type )This method is from 'WSDLTypes' class.
WSDLTypes.mapToArray ( javax.xml.namespace.QName name, javax.xml.namespace.QName schematypeName, javax.xml.namespace.QName arrayType, javax.xml.namespace.QName elName, int bound, boolean anonymous )This method is from 'WSDLTypes' class.
WSDLTypes.mapToSequence ( javax.xml.namespace.QName name, javax.xml.namespace.QName schematypeName, javax.xml.namespace.QName arrayType, javax.xml.namespace.QName elName, int bound, boolean anonymous )This method is from 'WSDLTypes' class.
WSDLTypes.processBase64Type ( org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl corbaTypeImpl, javax.xml.namespace.QName name, String maxLength, String length )This method is from 'WSDLTypes' class.
WSDLTypes.processDecimalType ( org.apache.ws.commons.schema.XmlSchemaSimpleTypeRestriction restrictionType, javax.xml.namespace.QName name, org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl corbaTypeImpl, boolean anonymous )This method is from 'WSDLTypes' class.
WSDLTypes.processObject ( javax.wsdl.Definition definition, org.apache.ws.commons.schema.XmlSchemaComplexType complex, org.apache.ws.commons.schema.XmlSchemaAnnotation annotation, javax.xml.namespace.QName typeName, javax.xml.namespace.QName defaultName, String idlNamespace )This method is from 'WSDLTypes' class.
WSDLTypes.processStringType ( org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl corbaTypeImpl, javax.xml.namespace.QName name, String maxLength, String length )This method is from 'WSDLTypes' class.
WSDLTypes.processUnionBranches ( org.apache.cxf.binding.corba.wsdl.Union corbaUnion, java.util.List fields, java.util.List caselist )This method is from 'WSDLTypes' class.
package org.apache.cxf.tools.corba.utils
[+] FileOutputStreamFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
FileOutputStreamFactory.clearStreams ( )This method is from 'FileOutputStreamFactory' class.
FileOutputStreamFactory.createFakeOutputStream ( String name )This method is from 'FileOutputStreamFactory' class.
FileOutputStreamFactory.createFakeOutputStream ( String packageName, String name )This method is from 'FileOutputStreamFactory' class.
FileOutputStreamFactory.createOutputStream ( String name )This method is from 'FileOutputStreamFactory' class.
FileOutputStreamFactory.createOutputStream ( String packageName, String name )This method is from 'FileOutputStreamFactory' class.
FileOutputStreamFactory.createSubpackageOutputStreamFactory ( String name )This method is from 'FileOutputStreamFactory' class.
FileOutputStreamFactory.FileOutputStreamFactory ( )This constructor is from 'FileOutputStreamFactory' class.
FileOutputStreamFactory.FileOutputStreamFactory ( String dir )This constructor is from 'FileOutputStreamFactory' class.
FileOutputStreamFactory.FileOutputStreamFactory ( String dir, FileOutputStreamFactory p )This constructor is from 'FileOutputStreamFactory' class.
FileOutputStreamFactory.getDirectoryName ( )This method is from 'FileOutputStreamFactory' class.
FileOutputStreamFactory.getStreamNames ( )This method is from 'FileOutputStreamFactory' class.
FileOutputStreamFactory.isOutputStreamExists ( String packageName, String name )This method is from 'FileOutputStreamFactory' class.
[+] OutputStreamFactory (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
OutputStreamFactory.clearStreams ( )This abstract method is from 'OutputStreamFactory' interface.
OutputStreamFactory.createFakeOutputStream ( String p1 )This abstract method is from 'OutputStreamFactory' interface.
OutputStreamFactory.createFakeOutputStream ( String p1, String p2 )This abstract method is from 'OutputStreamFactory' interface.
OutputStreamFactory.createOutputStream ( String p1 )This abstract method is from 'OutputStreamFactory' interface.
OutputStreamFactory.createOutputStream ( String p1, String p2 )This abstract method is from 'OutputStreamFactory' interface.
OutputStreamFactory.createSubpackageOutputStreamFactory ( String p1 )This abstract method is from 'OutputStreamFactory' interface.
OutputStreamFactory.getStreamNames ( )This abstract method is from 'OutputStreamFactory' interface.
OutputStreamFactory.isOutputStreamExists ( String p1, String p2 )This abstract method is from 'OutputStreamFactory' interface.
package org.apache.cxf.tools.java2js
[+] JavaToJS (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
JavaToJS.checkParams ( org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors )This method is from 'JavaToJS' class.
JavaToJS.execute ( boolean exitOnFinish )This method is from 'JavaToJS' class.
JavaToJS.JavaToJS ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )This constructor is from 'JavaToJS' class.
JavaToJS.main ( String[ ] pargs )This method is from 'JavaToJS' class.
package org.apache.cxf.tools.java2js.processor
[+] JavaToJSProcessor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
JavaToJSProcessor.getBindingId ( )This method is from 'JavaToJSProcessor' class.
JavaToJSProcessor.getBus ( )This method is from 'JavaToJSProcessor' class.
JavaToJSProcessor.getDataBindingName ( )This method is from 'JavaToJSProcessor' class.
JavaToJSProcessor.getEnvironment ( )This method is from 'JavaToJSProcessor' class.
JavaToJSProcessor.getOutputDir ( java.io.File wsdlLocation )This method is from 'JavaToJSProcessor' class.
JavaToJSProcessor.getOutputFile ( java.io.File nameFromClz, String defaultOutputFile )This method is from 'JavaToJSProcessor' class.
JavaToJSProcessor.getServiceBuilder ( )This method is from 'JavaToJSProcessor' class.
JavaToJSProcessor.getServiceClass ( )This method is from 'JavaToJSProcessor' class.
JavaToJSProcessor.getServiceName ( )This method is from 'JavaToJSProcessor' class.
JavaToJSProcessor.getTransportId ( )This method is from 'JavaToJSProcessor' class.
JavaToJSProcessor.getWSDLVersion ( )This method is from 'JavaToJSProcessor' class.
JavaToJSProcessor.isSOAP12 ( )This method is from 'JavaToJSProcessor' class.
JavaToJSProcessor.JavaToJSProcessor ( )This constructor is from 'JavaToJSProcessor' class.
JavaToJSProcessor.process ( )This method is from 'JavaToJSProcessor' class.
JavaToJSProcessor.setEnvironment ( org.apache.cxf.tools.common.ToolContext env )This method is from 'JavaToJSProcessor' class.
package org.apache.cxf.tools.java2ws
[+] JavaToWS (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
JavaToWS.isVerbose ( )This method is from 'JavaToWS' class.
JavaToWS.JavaToWS ( )This constructor is from 'JavaToWS' class.
JavaToWS.JavaToWS ( String[ ] pargs )This constructor is from 'JavaToWS' class.
JavaToWS.main ( String[ ] args )This method is from 'JavaToWS' class.
JavaToWS.run ( )This method is from 'JavaToWS' class.
JavaToWS.run ( java.io.OutputStream os )This method is from 'JavaToWS' class.
[+] JavaToWSContainer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
JavaToWSContainer.checkParams ( org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errs )This method is from 'JavaToWSContainer' class.
JavaToWSContainer.execute ( boolean exitOnFinish )This method is from 'JavaToWSContainer' class.
JavaToWSContainer.JavaToWSContainer ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )This constructor is from 'JavaToWSContainer' class.
package org.apache.cxf.tools.java2ws.util
[+] JavaFirstUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JavaFirstUtil.getClassName ( reflect.Type type )This method is from 'JavaFirstUtil' class.
JavaFirstUtil.serviceInfo2JavaInf ( org.apache.cxf.service.model.ServiceInfo service )This method is from 'JavaFirstUtil' class.
package org.apache.cxf.tools.java2wsdl.generator
[+] AbstractGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
AbstractGenerator.AbstractGenerator ( )This constructor is from 'AbstractGenerator' abstract class.
AbstractGenerator.allowImports ( )This method is from 'AbstractGenerator' abstract class.
AbstractGenerator.createOutputDir ( java.io.File file )This method is from 'AbstractGenerator' abstract class.
AbstractGenerator.generate ( java.io.File p1 )This abstract method is from 'AbstractGenerator' abstract class.
AbstractGenerator.getBus ( )This method is from 'AbstractGenerator' abstract class.
AbstractGenerator.getOutputBase ( )This method is from 'AbstractGenerator' abstract class.
AbstractGenerator.getServiceModel ( )This method is from 'AbstractGenerator' abstract class.
AbstractGenerator.getToolContext ( )This method is from 'AbstractGenerator' abstract class.
AbstractGenerator.setAllowImports ( boolean b )This method is from 'AbstractGenerator' abstract class.
AbstractGenerator.setBus ( org.apache.cxf.Bus b )This method is from 'AbstractGenerator' abstract class.
AbstractGenerator.setOutputBase ( java.io.File out )This method is from 'AbstractGenerator' abstract class.
AbstractGenerator.setServiceModel ( org.apache.cxf.service.model.ServiceInfo s )This method is from 'AbstractGenerator' abstract class.
AbstractGenerator.setToolContext ( org.apache.cxf.tools.common.ToolContext arg )This method is from 'AbstractGenerator' abstract class.
[+] WSDLGeneratorFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
WSDLGeneratorFactory.getGeneratorClassName ( )This method is from 'WSDLGeneratorFactory' class.
WSDLGeneratorFactory.newGenerator ( )This method is from 'WSDLGeneratorFactory' class.
WSDLGeneratorFactory.setWSDLVersion ( org.apache.cxf.common.WSDLConstants.WSDLVersion v )This method is from 'WSDLGeneratorFactory' class.
WSDLGeneratorFactory.WSDLGeneratorFactory ( )This constructor is from 'WSDLGeneratorFactory' class.
package org.apache.cxf.tools.java2wsdl.generator.wsdl11
[+] BeanGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
BeanGenerator.BeanGenerator ( )This constructor is from 'BeanGenerator' class.
BeanGenerator.generate ( java.io.File sourcedir )This method is from 'BeanGenerator' class.
BeanGenerator.generate ( java.io.File x0 )This method is from 'BeanGenerator' class.
BeanGenerator.generateAndCompile ( java.util.Collection wrapperClasses, java.io.File dir )This method is from 'BeanGenerator' class.
BeanGenerator.generateBeanClasses ( org.apache.cxf.service.model.ServiceInfo service )This method is from 'BeanGenerator' class.
BeanGenerator.setCompileToDir ( java.io.File f )This method is from 'BeanGenerator' class.
[+] DateTypeCustomGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
DateTypeCustomGenerator.addSchemaFiles ( java.util.Collection s )This method is from 'DateTypeCustomGenerator' class.
DateTypeCustomGenerator.DateTypeCustomGenerator ( )This constructor is from 'DateTypeCustomGenerator' class.
DateTypeCustomGenerator.generate ( java.io.File x0 )This method is from 'DateTypeCustomGenerator' class.
DateTypeCustomGenerator.generate ( java.io.File outputdir )This method is from 'DateTypeCustomGenerator' class.
DateTypeCustomGenerator.getAdapterMethod ( Class clz, String methodName )This method is from 'DateTypeCustomGenerator' class.
DateTypeCustomGenerator.getDateType ( )This method is from 'DateTypeCustomGenerator' class.
DateTypeCustomGenerator.getJAXBCustFile ( java.io.File outputdir )This method is from 'DateTypeCustomGenerator' class.
DateTypeCustomGenerator.getSchemaNamespaces ( )This method is from 'DateTypeCustomGenerator' class.
DateTypeCustomGenerator.setWSDLName ( String ws )This method is from 'DateTypeCustomGenerator' class.
[+] FaultBeanGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
FaultBeanGenerator.FaultBeanGenerator ( )This constructor is from 'FaultBeanGenerator' class.
FaultBeanGenerator.generateBeanClasses ( org.apache.cxf.service.model.ServiceInfo serviceInfo )This method is from 'FaultBeanGenerator' class.
FaultBeanGenerator.getExceptionClasses ( reflect.Method method )This method is from 'FaultBeanGenerator' class.
[+] WrapperBeanGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
WrapperBeanGenerator.generateBeanClasses ( org.apache.cxf.service.model.ServiceInfo serviceInfo )This method is from 'WrapperBeanGenerator' class.
WrapperBeanGenerator.WrapperBeanGenerator ( )This constructor is from 'WrapperBeanGenerator' class.
[+] WSDL11Generator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
WSDL11Generator.generate ( java.io.File dir )This method is from 'WSDL11Generator' class.
WSDL11Generator.generate ( java.io.File x0 )This method is from 'WSDL11Generator' class.
WSDL11Generator.WSDL11Generator ( )This constructor is from 'WSDL11Generator' class.
package org.apache.cxf.tools.java2wsdl.generator.wsdl11.annotator
[+] WrapperBeanAnnotator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
WrapperBeanAnnotator.annotate ( org.apache.cxf.tools.common.model.JavaAnnotatable clz )This method is from 'WrapperBeanAnnotator' class.
WrapperBeanAnnotator.WrapperBeanAnnotator ( )This constructor is from 'WrapperBeanAnnotator' class.
WrapperBeanAnnotator.WrapperBeanAnnotator ( Class cls )This constructor is from 'WrapperBeanAnnotator' class.
[+] WrapperBeanFieldAnnotator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
WrapperBeanFieldAnnotator.annotate ( org.apache.cxf.tools.common.model.JavaAnnotatable field )This method is from 'WrapperBeanFieldAnnotator' class.
WrapperBeanFieldAnnotator.WrapperBeanFieldAnnotator ( )This constructor is from 'WrapperBeanFieldAnnotator' class.
package org.apache.cxf.tools.java2wsdl.generator.wsdl11.model
[+] WrapperBeanClass (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
WrapperBeanClass.getElementName ( )This method is from 'WrapperBeanClass' class.
WrapperBeanClass.setElementName ( javax.xml.namespace.QName newElementName )This method is from 'WrapperBeanClass' class.
WrapperBeanClass.WrapperBeanClass ( )This constructor is from 'WrapperBeanClass' class.
package org.apache.cxf.tools.java2wsdl.processor
[+] FrontendFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
FrontendFactory.discoverStyle ( )This method is from 'FrontendFactory' class.
FrontendFactory.getInstance ( )This method is from 'FrontendFactory' class.
FrontendFactory.setServiceClass ( Class c )This method is from 'FrontendFactory' class.
[+] FrontendFactory.Style (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
FrontendFactory.Style.valueOf ( String name )This method is from 'FrontendFactory.Style' class.
FrontendFactory.Style.values ( )This method is from 'FrontendFactory.Style' class.
[+] JavaToWSDLProcessor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
JavaToWSDLProcessor.generate ( org.apache.cxf.service.model.ServiceInfo service, java.io.File output )This method is from 'JavaToWSDLProcessor' class.
JavaToWSDLProcessor.getBindingId ( )This method is from 'JavaToWSDLProcessor' class.
JavaToWSDLProcessor.getBus ( )This method is from 'JavaToWSDLProcessor' class.
JavaToWSDLProcessor.getDataBindingName ( )This method is from 'JavaToWSDLProcessor' class.
JavaToWSDLProcessor.getEnvironment ( )This method is from 'JavaToWSDLProcessor' class.
JavaToWSDLProcessor.getOutputDir ( java.io.File wsdlLocation )This method is from 'JavaToWSDLProcessor' class.
JavaToWSDLProcessor.getOutputFile ( java.io.File nameFromClz, String defaultOutputFile )This method is from 'JavaToWSDLProcessor' class.
JavaToWSDLProcessor.getServiceBuilder ( )This method is from 'JavaToWSDLProcessor' class.
JavaToWSDLProcessor.getServiceClass ( )This method is from 'JavaToWSDLProcessor' class.
JavaToWSDLProcessor.getServiceName ( )This method is from 'JavaToWSDLProcessor' class.
JavaToWSDLProcessor.getTransportId ( )This method is from 'JavaToWSDLProcessor' class.
JavaToWSDLProcessor.getWSDLVersion ( )This method is from 'JavaToWSDLProcessor' class.
JavaToWSDLProcessor.isSOAP12 ( )This method is from 'JavaToWSDLProcessor' class.
JavaToWSDLProcessor.JavaToWSDLProcessor ( )This constructor is from 'JavaToWSDLProcessor' class.
JavaToWSDLProcessor.process ( )This method is from 'JavaToWSDLProcessor' class.
JavaToWSDLProcessor.setEnvironment ( org.apache.cxf.tools.common.ToolContext env )This method is from 'JavaToWSDLProcessor' class.
package org.apache.cxf.tools.misc
[+] WSDLToService (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
WSDLToService.checkParams ( org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors )This method is from 'WSDLToService' class.
WSDLToService.execute ( boolean exitOnFinish )This method is from 'WSDLToService' class.
WSDLToService.main ( String[ ] pargs )This method is from 'WSDLToService' class.
WSDLToService.WSDLToService ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )This constructor is from 'WSDLToService' class.
[+] WSDLToSoap (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
WSDLToSoap.checkParams ( org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors )This method is from 'WSDLToSoap' class.
WSDLToSoap.execute ( boolean exitOnFinish )This method is from 'WSDLToSoap' class.
WSDLToSoap.main ( String[ ] pargs )This method is from 'WSDLToSoap' class.
WSDLToSoap.WSDLToSoap ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )This constructor is from 'WSDLToSoap' class.
[+] WSDLToXML (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
WSDLToXML.checkParams ( org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors )This method is from 'WSDLToXML' class.
WSDLToXML.execute ( boolean exitOnFinish )This method is from 'WSDLToXML' class.
WSDLToXML.main ( String[ ] pargs )This method is from 'WSDLToXML' class.
WSDLToXML.WSDLToXML ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )This constructor is from 'WSDLToXML' class.
[+] XSDToWSDL (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
XSDToWSDL.checkParams ( org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors )This method is from 'XSDToWSDL' class.
XSDToWSDL.execute ( boolean exitOnFinish )This method is from 'XSDToWSDL' class.
XSDToWSDL.main ( String[ ] pargs )This method is from 'XSDToWSDL' class.
XSDToWSDL.XSDToWSDL ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )This constructor is from 'XSDToWSDL' class.
package org.apache.cxf.tools.misc.processor
[+] AbstractWSDLToProcessor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
AbstractWSDLToProcessor.AbstractWSDLToProcessor ( )This constructor is from 'AbstractWSDLToProcessor' class.
AbstractWSDLToProcessor.error ( org.xml.sax.SAXParseException exception )This method is from 'AbstractWSDLToProcessor' class.
AbstractWSDLToProcessor.fatalError ( org.xml.sax.SAXParseException exception )This method is from 'AbstractWSDLToProcessor' class.
AbstractWSDLToProcessor.getEnvironment ( )This method is from 'AbstractWSDLToProcessor' class.
AbstractWSDLToProcessor.getOutputWriter ( String newNameExt )This method is from 'AbstractWSDLToProcessor' class.
AbstractWSDLToProcessor.getWSDLDefinition ( )This method is from 'AbstractWSDLToProcessor' class.
AbstractWSDLToProcessor.getWSDLPlugin ( String key, Class clz )This method is from 'AbstractWSDLToProcessor' class.
AbstractWSDLToProcessor.info ( org.xml.sax.SAXParseException exception )This method is from 'AbstractWSDLToProcessor' class.
AbstractWSDLToProcessor.init ( )This method is from 'AbstractWSDLToProcessor' class.
AbstractWSDLToProcessor.parseWSDL ( String wsdlURL )This method is from 'AbstractWSDLToProcessor' class.
AbstractWSDLToProcessor.process ( )This method is from 'AbstractWSDLToProcessor' class.
AbstractWSDLToProcessor.setEnvironment ( org.apache.cxf.tools.common.ToolContext penv )This method is from 'AbstractWSDLToProcessor' class.
AbstractWSDLToProcessor.validate ( javax.wsdl.Definition def, org.apache.cxf.tools.common.ToolContext context, org.apache.cxf.Bus bus )This method is from 'AbstractWSDLToProcessor' class.
AbstractWSDLToProcessor.validateWSDL ( )This method is from 'AbstractWSDLToProcessor' class.
AbstractWSDLToProcessor.warning ( org.xml.sax.SAXParseException exception )This method is from 'AbstractWSDLToProcessor' class.
[+] WSDLToServiceProcessor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
WSDLToServiceProcessor.init ( )This method is from 'WSDLToServiceProcessor' class.
WSDLToServiceProcessor.process ( )This method is from 'WSDLToServiceProcessor' class.
WSDLToServiceProcessor.WSDLToServiceProcessor ( )This constructor is from 'WSDLToServiceProcessor' class.
[+] WSDLToSoapProcessor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
WSDLToSoapProcessor.init ( )This method is from 'WSDLToSoapProcessor' class.
WSDLToSoapProcessor.process ( )This method is from 'WSDLToSoapProcessor' class.
WSDLToSoapProcessor.WSDLToSoapProcessor ( )This constructor is from 'WSDLToSoapProcessor' class.
[+] WSDLToXMLProcessor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
WSDLToXMLProcessor.init ( )This method is from 'WSDLToXMLProcessor' class.
WSDLToXMLProcessor.process ( )This method is from 'WSDLToXMLProcessor' class.
WSDLToXMLProcessor.WSDLToXMLProcessor ( )This constructor is from 'WSDLToXMLProcessor' class.
[+] XSDToWSDLProcessor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
XSDToWSDLProcessor.process ( )This method is from 'XSDToWSDLProcessor' class.
XSDToWSDLProcessor.setEnvironment ( org.apache.cxf.tools.common.ToolContext newEnv )This method is from 'XSDToWSDLProcessor' class.
XSDToWSDLProcessor.XSDToWSDLProcessor ( )This constructor is from 'XSDToWSDLProcessor' class.
package org.apache.cxf.tools.misc.processor.address
[+] Address (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
Address.buildAddressArguments ( org.apache.cxf.tools.common.ToolContext p1 )This abstract method is from 'Address' interface.
Address.getNamespaces ( org.apache.cxf.tools.common.ToolContext p1 )This abstract method is from 'Address' interface.
[+] AddressFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
AddressFactory.getAddresser ( String name )This method is from 'AddressFactory' class.
AddressFactory.getInstance ( )This method is from 'AddressFactory' class.
[+] JmsAddress (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
JmsAddress.buildAddressArguments ( org.apache.cxf.tools.common.ToolContext context )This method is from 'JmsAddress' class.
JmsAddress.getNamespaces ( org.apache.cxf.tools.common.ToolContext context )This method is from 'JmsAddress' class.
JmsAddress.JmsAddress ( )This constructor is from 'JmsAddress' class.
[+] SoapAddress (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SoapAddress.buildAddressArguments ( org.apache.cxf.tools.common.ToolContext context )This method is from 'SoapAddress' class.
SoapAddress.getNamespaces ( org.apache.cxf.tools.common.ToolContext context )This method is from 'SoapAddress' class.
SoapAddress.SoapAddress ( )This constructor is from 'SoapAddress' class.
[+] XmlAddress (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
XmlAddress.buildAddressArguments ( org.apache.cxf.tools.common.ToolContext context )This method is from 'XmlAddress' class.
XmlAddress.getNamespaces ( org.apache.cxf.tools.common.ToolContext context )This method is from 'XmlAddress' class.
XmlAddress.XmlAddress ( )This constructor is from 'XmlAddress' class.
package org.apache.cxf.tools.plugin
[+] Builder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Builder.Builder ( )This constructor is from 'Builder' class.
Builder.getName ( )This method is from 'Builder' class.
Builder.getPackage ( )This method is from 'Builder' class.
Builder.setName ( String value )This method is from 'Builder' class.
Builder.setPackage ( String value )This method is from 'Builder' class.
[+] Container (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
Container.Container ( )This constructor is from 'Container' class.
Container.getName ( )This method is from 'Container' class.
Container.getPackage ( )This method is from 'Container' class.
Container.getToolspec ( )This method is from 'Container' class.
Container.setName ( String value )This method is from 'Container' class.
Container.setPackage ( String value )This method is from 'Container' class.
Container.setToolspec ( String value )This method is from 'Container' class.
[+] DataBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
DataBinding.DataBinding ( )This constructor is from 'DataBinding' class.
DataBinding.getName ( )This method is from 'DataBinding' class.
DataBinding.getPackage ( )This method is from 'DataBinding' class.
DataBinding.getProfile ( )This method is from 'DataBinding' class.
DataBinding.setName ( String value )This method is from 'DataBinding' class.
DataBinding.setPackage ( String value )This method is from 'DataBinding' class.
DataBinding.setProfile ( String value )This method is from 'DataBinding' class.
[+] FrontEnd (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
FrontEnd.FrontEnd ( )This constructor is from 'FrontEnd' class.
FrontEnd.getBuilder ( )This method is from 'FrontEnd' class.
FrontEnd.getContainer ( )This method is from 'FrontEnd' class.
FrontEnd.getGenerators ( )This method is from 'FrontEnd' class.
FrontEnd.getName ( )This method is from 'FrontEnd' class.
FrontEnd.getPackage ( )This method is from 'FrontEnd' class.
FrontEnd.getProcessor ( )This method is from 'FrontEnd' class.
FrontEnd.getProfile ( )This method is from 'FrontEnd' class.
FrontEnd.setBuilder ( Builder value )This method is from 'FrontEnd' class.
FrontEnd.setContainer ( Container value )This method is from 'FrontEnd' class.
FrontEnd.setGenerators ( Generators value )This method is from 'FrontEnd' class.
FrontEnd.setName ( String value )This method is from 'FrontEnd' class.
FrontEnd.setPackage ( String value )This method is from 'FrontEnd' class.
FrontEnd.setProcessor ( Processor value )This method is from 'FrontEnd' class.
FrontEnd.setProfile ( String value )This method is from 'FrontEnd' class.
[+] Generator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Generator.Generator ( )This constructor is from 'Generator' class.
Generator.getName ( )This method is from 'Generator' class.
Generator.getPackage ( )This method is from 'Generator' class.
Generator.setName ( String value )This method is from 'Generator' class.
Generator.setPackage ( String value )This method is from 'Generator' class.
[+] Generators (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Generators.Generators ( )This constructor is from 'Generators' class.
Generators.getGenerator ( )This method is from 'Generators' class.
Generators.getPackage ( )This method is from 'Generators' class.
Generators.setPackage ( String value )This method is from 'Generators' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
ObjectFactory.createBuilder ( )This method is from 'ObjectFactory' class.
ObjectFactory.createContainer ( )This method is from 'ObjectFactory' class.
ObjectFactory.createDataBinding ( )This method is from 'ObjectFactory' class.
ObjectFactory.createFrontEnd ( )This method is from 'ObjectFactory' class.
ObjectFactory.createGenerator ( )This method is from 'ObjectFactory' class.
ObjectFactory.createGenerator ( Generator value )This method is from 'ObjectFactory' class.
ObjectFactory.createGenerators ( )This method is from 'ObjectFactory' class.
ObjectFactory.createPlugin ( )This method is from 'ObjectFactory' class.
ObjectFactory.createPlugin ( Plugin value )This method is from 'ObjectFactory' class.
ObjectFactory.createProcessor ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] Plugin (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
Plugin.getDatabinding ( )This method is from 'Plugin' class.
Plugin.getFrontend ( )This method is from 'Plugin' class.
Plugin.getName ( )This method is from 'Plugin' class.
Plugin.getProvider ( )This method is from 'Plugin' class.
Plugin.getVersion ( )This method is from 'Plugin' class.
Plugin.Plugin ( )This constructor is from 'Plugin' class.
Plugin.setName ( String value )This method is from 'Plugin' class.
Plugin.setProvider ( String value )This method is from 'Plugin' class.
Plugin.setVersion ( String value )This method is from 'Plugin' class.
[+] Processor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Processor.getName ( )This method is from 'Processor' class.
Processor.getPackage ( )This method is from 'Processor' class.
Processor.Processor ( )This constructor is from 'Processor' class.
Processor.setName ( String value )This method is from 'Processor' class.
Processor.setPackage ( String value )This method is from 'Processor' class.
package org.apache.cxf.tools.util
[+] AnnotationUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
AnnotationUtil.getClassLoader ( ClassLoader parent )This method is from 'AnnotationUtil' class.
AnnotationUtil.getPrivClassAnnotation ( Class clazz, Class anoClass )This method is from 'AnnotationUtil' class.
AnnotationUtil.getPrivMethodAnnotation ( reflect.Method method, Class anoClass )This method is from 'AnnotationUtil' class.
AnnotationUtil.getPrivParameterAnnotations ( reflect.Method method )This method is from 'AnnotationUtil' class.
AnnotationUtil.getWebParam ( reflect.Method method, String paraName )This method is from 'AnnotationUtil' class.
AnnotationUtil.getWebResult ( reflect.Method method )This method is from 'AnnotationUtil' class.
AnnotationUtil.loadClass ( String className, ClassLoader parent )This method is from 'AnnotationUtil' class.
[+] BuiltInTypesJavaMappingUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
BuiltInTypesJavaMappingUtil.getJType ( String nameSpace, String type )This method is from 'BuiltInTypesJavaMappingUtil' class.
[+] ClassCollector (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (21)
ClassCollector.addClientClassName ( String packagename, String type, String fullClassName )This method is from 'ClassCollector' class.
ClassCollector.addExceptionClassName ( String packagename, String type, String fullClassName )This method is from 'ClassCollector' class.
ClassCollector.addImplClassName ( String packagename, String type, String fullClassName )This method is from 'ClassCollector' class.
ClassCollector.addSeiClassName ( String packagename, String type, String fullClassName )This method is from 'ClassCollector' class.
ClassCollector.addServerClassName ( String packagename, String type, String fullClassName )This method is from 'ClassCollector' class.
ClassCollector.addServiceClassName ( String packagename, String type, String fullClassName )This method is from 'ClassCollector' class.
ClassCollector.addTypesClassName ( String packagename, String type, String fullClassName )This method is from 'ClassCollector' class.
ClassCollector.ClassCollector ( )This constructor is from 'ClassCollector' class.
ClassCollector.containClientClass ( String packagename, String type )This method is from 'ClassCollector' class.
ClassCollector.containExceptionClass ( String packagename, String type )This method is from 'ClassCollector' class.
ClassCollector.containImplClass ( String packagename, String type )This method is from 'ClassCollector' class.
ClassCollector.containSeiClass ( String packagename, String type )This method is from 'ClassCollector' class.
ClassCollector.containServerClass ( String packagename, String type )This method is from 'ClassCollector' class.
ClassCollector.containServiceClass ( String packagename, String type )This method is from 'ClassCollector' class.
ClassCollector.containsTypeIgnoreCase ( String packagename, String type )This method is from 'ClassCollector' class.
ClassCollector.containTypesClass ( String packagename, String type )This method is from 'ClassCollector' class.
ClassCollector.getGeneratedFileInfo ( )This method is from 'ClassCollector' class.
ClassCollector.getTypesFullClassName ( String packagename, String type )This method is from 'ClassCollector' class.
ClassCollector.getTypesPackages ( )This method is from 'ClassCollector' class.
ClassCollector.isReserved ( String packagename, String type )This method is from 'ClassCollector' class.
ClassCollector.reserveClass ( String fullName )This method is from 'ClassCollector' class.
[+] FileWriterUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
FileWriterUtil.buildDir ( String packageName )This method is from 'FileWriterUtil' class.
FileWriterUtil.FileWriterUtil ( String targetDir )This constructor is from 'FileWriterUtil' class.
FileWriterUtil.getFileToWrite ( String packageName, String fileName )This method is from 'FileWriterUtil' class.
FileWriterUtil.getWriter ( java.io.File fn )This method is from 'FileWriterUtil' class.
FileWriterUtil.getWriter ( java.io.File fn, String encoding )This method is from 'FileWriterUtil' class.
FileWriterUtil.getWriter ( String packageName, String fileName )This method is from 'FileWriterUtil' class.
FileWriterUtil.isCollision ( String packageName, String fileName )This method is from 'FileWriterUtil' class.
[+] JAXBUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JAXBUtils.getPackageMappingSchemaBindingFile ( String namespace, String pkgName )This method is from 'JAXBUtils' class.
JAXBUtils.innerJaxbPackageBinding ( org.w3c.dom.Element schema, String packagevalue )This method is from 'JAXBUtils' class.
[+] NameUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
NameUtil.capitalize ( String s )This method is from 'NameUtil' class.
NameUtil.classify ( char c0 )This method is from 'NameUtil' class.
NameUtil.escape ( StringBuilder sb, String s, int start )This method is from 'NameUtil' class.
NameUtil.isJavaIdentifier ( String s )This method is from 'NameUtil' class.
NameUtil.isLower ( char c )This method is from 'NameUtil' class.
NameUtil.isPunct ( char c )This method is from 'NameUtil' class.
NameUtil.mangleNameToClassName ( String name )This method is from 'NameUtil' class.
NameUtil.mangleNameToVariableName ( String name )This method is from 'NameUtil' class.
NameUtil.toMixedCaseName ( java.util.List ss, boolean startUpper )This method is from 'NameUtil' class.
NameUtil.toMixedCaseVariableName ( String[ ] ss, boolean startUpper, boolean cdrUpper )This method is from 'NameUtil' class.
NameUtil.toWordList ( String s )This method is from 'NameUtil' class.
[+] PropertyUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
PropertyUtil.getMaps ( )This method is from 'PropertyUtil' class.
PropertyUtil.getProperty ( String key )This method is from 'PropertyUtil' class.
PropertyUtil.load ( java.io.InputStream is )This method is from 'PropertyUtil' class.
PropertyUtil.load ( java.io.InputStream is, String delim )This method is from 'PropertyUtil' class.
PropertyUtil.PropertyUtil ( )This constructor is from 'PropertyUtil' class.
[+] SOAPBindingUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (37)
SOAPBindingUtil.addSOAPNamespace ( javax.wsdl.Definition definition, boolean isSOAP12 )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.createSoapAddress ( javax.wsdl.extensions.ExtensionRegistry extReg, boolean isSOAP12 )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.createSoapBinding ( javax.wsdl.extensions.ExtensionRegistry extReg, boolean isSOAP12 )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.createSoapBody ( javax.wsdl.extensions.ExtensionRegistry extReg, Class clz, boolean isSOAP12 )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.createSoapFault ( javax.wsdl.extensions.ExtensionRegistry extReg, boolean isSOAP12 )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.createSoapHeader ( javax.wsdl.extensions.ExtensionRegistry extReg, Class clz, boolean isSOAP12 )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.createSoapOperation ( javax.wsdl.extensions.ExtensionRegistry extReg, boolean isSOAP12 )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.getBindingAnnotation ( String key )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.getBindingInputSOAPBody ( javax.wsdl.BindingOperation bop )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.getBindingInputSOAPHeader ( javax.wsdl.BindingOperation bop )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.getBindingOperationSoapFaults ( javax.wsdl.BindingOperation bop )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.getBindingOutputSOAPBody ( javax.wsdl.BindingOperation bop )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.getBindingOutputSOAPHeader ( javax.wsdl.BindingOperation bop )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.getBindingStyle ( javax.wsdl.Binding binding )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.getCanonicalBindingStyle ( javax.wsdl.Binding binding )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.getProxy ( Class cls, Object obj )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.getSoapAddress ( Object obj )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.getSoapBinding ( Object obj )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.getSoapBinding ( java.util.List exts )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.getSoapBody ( Object obj )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.getSoapBody ( java.util.List exts )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.getSoapFault ( Object obj )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.getSoapHeader ( Object obj )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.getSoapHeaders ( java.util.List exts )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.getSoapOperation ( Object obj )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.getSoapOperation ( java.util.List exts )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.getSOAPOperationStyle ( javax.wsdl.BindingOperation bop )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.getSoapStyle ( String soapStyle )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.getSoapUse ( String soapUse )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.isMixedStyle ( javax.wsdl.Binding binding )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.isSOAPAddress ( Object obj )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.isSOAPBinding ( Object obj )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.isSOAPBinding ( javax.wsdl.Binding binding )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.isSOAPBody ( Object obj )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.isSOAPFault ( Object obj )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.isSOAPHeader ( Object obj )This method is from 'SOAPBindingUtil' class.
SOAPBindingUtil.isSOAPOperation ( Object obj )This method is from 'SOAPBindingUtil' class.
[+] ToolsStaxUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ToolsStaxUtils.getLastTag ( org.apache.cxf.tools.common.Tag tag )This method is from 'ToolsStaxUtils' class.
ToolsStaxUtils.getTags ( java.io.File source )This method is from 'ToolsStaxUtils' class.
ToolsStaxUtils.getTagTree ( java.io.File source )This method is from 'ToolsStaxUtils' class.
ToolsStaxUtils.getTagTree ( java.io.File source, java.util.List ignoreAttr )This method is from 'ToolsStaxUtils' class.
ToolsStaxUtils.getTagTree ( java.io.InputStream is, java.util.List ignoreAttr )This method is from 'ToolsStaxUtils' class.
[+] URIParserUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
URIParserUtil.containsReservedKeywords ( String token )This method is from 'URIParserUtil' class.
URIParserUtil.escapeChars ( String s )This method is from 'URIParserUtil' class.
URIParserUtil.getAbsoluteURI ( String arg )This method is from 'URIParserUtil' class.
URIParserUtil.getNamespace ( String packageName )This method is from 'URIParserUtil' class.
URIParserUtil.getPackageName ( String nameSpaceURI )This method is from 'URIParserUtil' class.
URIParserUtil.normalize ( String uri )This method is from 'URIParserUtil' class.
URIParserUtil.parsePackageName ( String namespace, String defaultPackageName )This method is from 'URIParserUtil' class.
URIParserUtil.pathToURLs ( String path )This method is from 'URIParserUtil' class.
[+] URLFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
URLFactory.createURL ( String spec )This method is from 'URLFactory' class.
URLFactory.createURL ( java.net.URL context, String spec )This method is from 'URLFactory' class.
URLFactory.findHandler ( String protocol )This method is from 'URLFactory' class.
package org.apache.cxf.tools.validator
[+] AbstractValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AbstractValidator.AbstractValidator ( )This constructor is from 'AbstractValidator' abstract class.
AbstractValidator.addErrorMessage ( String err )This method is from 'AbstractValidator' abstract class.
AbstractValidator.getErrorMessage ( )This method is from 'AbstractValidator' abstract class.
AbstractValidator.isValid ( )This abstract method is from 'AbstractValidator' abstract class.
[+] ServiceValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ServiceValidator.isValid ( )This method is from 'ServiceValidator' class.
ServiceValidator.ServiceValidator ( )This constructor is from 'ServiceValidator' class.
ServiceValidator.setService ( org.apache.cxf.service.model.ServiceInfo s )This method is from 'ServiceValidator' class.
[+] WSDLValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
WSDLValidator.checkParams ( org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors )This method is from 'WSDLValidator' class.
WSDLValidator.execute ( boolean exitOnFinish )This method is from 'WSDLValidator' class.
WSDLValidator.executeForMaven ( )This method is from 'WSDLValidator' class.
WSDLValidator.main ( String[ ] pargs )This method is from 'WSDLValidator' class.
WSDLValidator.WSDLValidator ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )This constructor is from 'WSDLValidator' class.
package org.apache.cxf.tools.wadlto
[+] WADLToJava (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
WADLToJava.isVerbose ( )This method is from 'WADLToJava' class.
WADLToJava.main ( String[ ] pargs )This method is from 'WADLToJava' class.
WADLToJava.run ( org.apache.cxf.tools.common.ToolContext context )This method is from 'WADLToJava' class.
WADLToJava.run ( org.apache.cxf.tools.common.ToolContext context, java.io.OutputStream os )This method is from 'WADLToJava' class.
WADLToJava.WADLToJava ( )This constructor is from 'WADLToJava' class.
WADLToJava.WADLToJava ( String[ ] pargs )This constructor is from 'WADLToJava' class.
package org.apache.cxf.tools.wadlto.jaxb
[+] CustomizationParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
CustomizationParser.CustomizationParser ( org.apache.cxf.tools.common.ToolContext env )This constructor is from 'CustomizationParser' class.
CustomizationParser.getCompilerArgs ( )This method is from 'CustomizationParser' class.
CustomizationParser.getJaxbBindings ( )This method is from 'CustomizationParser' class.
CustomizationParser.getSchemaPackageFiles ( )This method is from 'CustomizationParser' class.
CustomizationParser.parse ( org.apache.cxf.tools.common.ToolContext env )This method is from 'CustomizationParser' class.
package org.apache.cxf.tools.wadlto.jaxrs
[+] JAXRSContainer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
JAXRSContainer.buildToolContext ( )This method is from 'JAXRSContainer' class.
JAXRSContainer.execute ( )This method is from 'JAXRSContainer' class.
JAXRSContainer.execute ( boolean exitOnFinish )This method is from 'JAXRSContainer' class.
JAXRSContainer.getAbsoluteWadlURL ( )This method is from 'JAXRSContainer' class.
JAXRSContainer.getArrayKeys ( )This method is from 'JAXRSContainer' class.
JAXRSContainer.JAXRSContainer ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )This constructor is from 'JAXRSContainer' class.
JAXRSContainer.readWadl ( String wadlURI )This method is from 'JAXRSContainer' class.
package org.apache.cxf.tools.wsdlto
[+] WSDLToJava (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
WSDLToJava.getDataBindingName ( String[ ] pargs )This method is from 'WSDLToJava' class.
WSDLToJava.getFrontEndName ( String[ ] pargs )This method is from 'WSDLToJava' class.
WSDLToJava.isVerbose ( )This method is from 'WSDLToJava' class.
WSDLToJava.main ( String[ ] pargs )This method is from 'WSDLToJava' class.
WSDLToJava.run ( org.apache.cxf.tools.common.ToolContext context )This method is from 'WSDLToJava' class.
WSDLToJava.run ( org.apache.cxf.tools.common.ToolContext context, java.io.OutputStream os )This method is from 'WSDLToJava' class.
WSDLToJava.setArguments ( String[ ] pargs )This method is from 'WSDLToJava' class.
WSDLToJava.WSDLToJava ( )This constructor is from 'WSDLToJava' class.
WSDLToJava.WSDLToJava ( String[ ] pargs )This constructor is from 'WSDLToJava' class.
[+] WSDLToJavaContainer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (20)
WSDLToJavaContainer.buildToolContext ( )This method is from 'WSDLToJavaContainer' class.
WSDLToJavaContainer.checkParams ( org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors )This method is from 'WSDLToJavaContainer' class.
WSDLToJavaContainer.execute ( )This method is from 'WSDLToJavaContainer' class.
WSDLToJavaContainer.execute ( boolean exitOnFinish )This method is from 'WSDLToJavaContainer' class.
WSDLToJavaContainer.generateTypes ( )This method is from 'WSDLToJavaContainer' class.
WSDLToJavaContainer.getArrayKeys ( )This method is from 'WSDLToJavaContainer' class.
WSDLToJavaContainer.getResourceAsStream ( String file )This method is from 'WSDLToJavaContainer' class.
WSDLToJavaContainer.getServiceQName ( javax.wsdl.Definition def )This method is from 'WSDLToJavaContainer' class.
WSDLToJavaContainer.getServiceValidators ( )This method is from 'WSDLToJavaContainer' class.
WSDLToJavaContainer.getWSDLVersion ( )This method is from 'WSDLToJavaContainer' class.
WSDLToJavaContainer.loadDefaultNSPackageMapping ( org.apache.cxf.tools.common.ToolContext env )This method is from 'WSDLToJavaContainer' class.
WSDLToJavaContainer.passthrough ( )This method is from 'WSDLToJavaContainer' class.
WSDLToJavaContainer.removeExcludeFiles ( )This method is from 'WSDLToJavaContainer' class.
WSDLToJavaContainer.setAntProperties ( org.apache.cxf.tools.common.ToolContext env )This method is from 'WSDLToJavaContainer' class.
WSDLToJavaContainer.setExcludePackageAndNamespaces ( org.apache.cxf.tools.common.ToolContext env )This method is from 'WSDLToJavaContainer' class.
WSDLToJavaContainer.setLibraryReferences ( org.apache.cxf.tools.common.ToolContext env )This method is from 'WSDLToJavaContainer' class.
WSDLToJavaContainer.setPackageAndNamespaces ( org.apache.cxf.tools.common.ToolContext env )This method is from 'WSDLToJavaContainer' class.
WSDLToJavaContainer.validate ( org.apache.cxf.service.model.ServiceInfo service )This method is from 'WSDLToJavaContainer' class.
WSDLToJavaContainer.validate ( org.apache.cxf.tools.common.ToolContext env )This method is from 'WSDLToJavaContainer' class.
WSDLToJavaContainer.WSDLToJavaContainer ( String name, org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )This constructor is from 'WSDLToJavaContainer' class.
package org.apache.cxf.tools.wsdlto.core
[+] AbstractGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
AbstractGenerator.AbstractGenerator ( )This constructor is from 'AbstractGenerator' abstract class.
AbstractGenerator.clearAttributes ( )This method is from 'AbstractGenerator' abstract class.
AbstractGenerator.doWrite ( String templateName, java.io.Writer outputs )This method is from 'AbstractGenerator' abstract class.
AbstractGenerator.getEnvironment ( )This method is from 'AbstractGenerator' abstract class.
AbstractGenerator.getName ( )This method is from 'AbstractGenerator' abstract class.
AbstractGenerator.getOutputDir ( )This method is from 'AbstractGenerator' abstract class.
AbstractGenerator.isCollision ( String packageName, String filename )This method is from 'AbstractGenerator' abstract class.
AbstractGenerator.isCollision ( String packageName, String filename, String ext )This method is from 'AbstractGenerator' abstract class.
AbstractGenerator.parseOutputName ( String packageName, String filename )This method is from 'AbstractGenerator' abstract class.
AbstractGenerator.parseOutputName ( String packageName, String filename, String ext )This method is from 'AbstractGenerator' abstract class.
AbstractGenerator.register ( org.apache.cxf.tools.util.ClassCollector p1, String p2, String p3 )This abstract method is from 'AbstractGenerator' abstract class.
AbstractGenerator.setAttributes ( String n, Object value )This method is from 'AbstractGenerator' abstract class.
AbstractGenerator.setCommonAttributes ( )This method is from 'AbstractGenerator' abstract class.
AbstractGenerator.setEnvironment ( org.apache.cxf.tools.common.ToolContext penv )This method is from 'AbstractGenerator' abstract class.
AbstractGenerator.wantToKeep ( )This method is from 'AbstractGenerator' abstract class.
[+] AbstractWSDLBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
AbstractWSDLBuilder.AbstractWSDLBuilder ( )This constructor is from 'AbstractWSDLBuilder' abstract class.
AbstractWSDLBuilder.customize ( )This abstract method is from 'AbstractWSDLBuilder' abstract class.
AbstractWSDLBuilder.getWSDLModel ( )This abstract method is from 'AbstractWSDLBuilder' abstract class.
AbstractWSDLBuilder.setBus ( org.apache.cxf.Bus b )This method is from 'AbstractWSDLBuilder' abstract class.
AbstractWSDLBuilder.setContext ( org.apache.cxf.tools.common.ToolContext c )This method is from 'AbstractWSDLBuilder' abstract class.
AbstractWSDLBuilder.validate ( Object p1 )This abstract method is from 'AbstractWSDLBuilder' abstract class.
[+] DataBindingProfile (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
DataBindingProfile.createDefaultValueWriter ( javax.xml.namespace.QName p1, boolean p2 )This abstract method is from 'DataBindingProfile' interface.
DataBindingProfile.createDefaultValueWriterForWrappedElement ( javax.xml.namespace.QName p1, javax.xml.namespace.QName p2 )This abstract method is from 'DataBindingProfile' interface.
DataBindingProfile.generate ( org.apache.cxf.tools.common.ToolContext p1 )This abstract method is from 'DataBindingProfile' interface.
DataBindingProfile.getType ( javax.xml.namespace.QName p1, boolean p2 )This abstract method is from 'DataBindingProfile' interface.
DataBindingProfile.getWrappedElementType ( javax.xml.namespace.QName p1, javax.xml.namespace.QName p2 )This abstract method is from 'DataBindingProfile' interface.
DataBindingProfile.initialize ( org.apache.cxf.tools.common.ToolContext p1 )This abstract method is from 'DataBindingProfile' interface.
[+] DefaultValueProvider (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
DefaultValueProvider.chooseEnumValue ( String p1, java.util.Set p2 )This abstract method is from 'DefaultValueProvider' interface.
DefaultValueProvider.getBigDecimalValue ( String p1 )This abstract method is from 'DefaultValueProvider' interface.
DefaultValueProvider.getBigIntegerValue ( String p1 )This abstract method is from 'DefaultValueProvider' interface.
DefaultValueProvider.getBooleanValue ( String p1 )This abstract method is from 'DefaultValueProvider' interface.
DefaultValueProvider.getByteValue ( String p1 )This abstract method is from 'DefaultValueProvider' interface.
DefaultValueProvider.getCharValue ( String p1 )This abstract method is from 'DefaultValueProvider' interface.
DefaultValueProvider.getDoubleValue ( String p1 )This abstract method is from 'DefaultValueProvider' interface.
DefaultValueProvider.getDurationValueString ( String p1 )This abstract method is from 'DefaultValueProvider' interface.
DefaultValueProvider.getFloatValue ( String p1 )This abstract method is from 'DefaultValueProvider' interface.
DefaultValueProvider.getIntValue ( String p1 )This abstract method is from 'DefaultValueProvider' interface.
DefaultValueProvider.getListLength ( String p1 )This abstract method is from 'DefaultValueProvider' interface.
DefaultValueProvider.getLongValue ( String p1 )This abstract method is from 'DefaultValueProvider' interface.
DefaultValueProvider.getQNameValue ( String p1 )This abstract method is from 'DefaultValueProvider' interface.
DefaultValueProvider.getShortValue ( String p1 )This abstract method is from 'DefaultValueProvider' interface.
DefaultValueProvider.getStringValue ( String p1 )This abstract method is from 'DefaultValueProvider' interface.
DefaultValueProvider.getURIValue ( String p1 )This abstract method is from 'DefaultValueProvider' interface.
DefaultValueProvider.getXMLGregorianCalendarValueString ( String p1 )This abstract method is from 'DefaultValueProvider' interface.
[+] FrontEndProfile (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
FrontEndProfile.FrontEndProfile ( )This constructor is from 'FrontEndProfile' class.
FrontEndProfile.getContainerClass ( )This method is from 'FrontEndProfile' class.
FrontEndProfile.getGenerators ( )This method is from 'FrontEndProfile' class.
FrontEndProfile.getProcessor ( )This method is from 'FrontEndProfile' class.
FrontEndProfile.getToolspec ( )This method is from 'FrontEndProfile' class.
FrontEndProfile.getWSDLBuilder ( )This method is from 'FrontEndProfile' class.
FrontEndProfile.registerGenerator ( org.apache.cxf.tools.common.FrontEndGenerator generator )This method is from 'FrontEndProfile' class.
FrontEndProfile.setContainerClass ( Class c )This method is from 'FrontEndProfile' class.
FrontEndProfile.setProcessor ( org.apache.cxf.tools.common.Processor prs )This method is from 'FrontEndProfile' class.
FrontEndProfile.setToolspec ( String ts )This method is from 'FrontEndProfile' class.
FrontEndProfile.setWSDLBuilder ( AbstractWSDLBuilder b )This method is from 'FrontEndProfile' class.
[+] PluginLoader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
PluginLoader.getDataBinding ( String name )This method is from 'PluginLoader' class.
PluginLoader.getDataBindingProfile ( String name )This method is from 'PluginLoader' class.
PluginLoader.getDataBindings ( )This method is from 'PluginLoader' class.
PluginLoader.getFrontEnd ( String name )This method is from 'PluginLoader' class.
PluginLoader.getFrontEndProfile ( String name )This method is from 'PluginLoader' class.
PluginLoader.getFrontEnds ( )This method is from 'PluginLoader' class.
PluginLoader.getInstance ( )This method is from 'PluginLoader' class.
PluginLoader.getPlugin ( String resource )This method is from 'PluginLoader' class.
PluginLoader.getPlugin ( java.net.URL url )This method is from 'PluginLoader' class.
PluginLoader.getPlugins ( )This method is from 'PluginLoader' class.
PluginLoader.loadPlugin ( String resource )This method is from 'PluginLoader' class.
PluginLoader.loadPlugin ( java.net.URL url )This method is from 'PluginLoader' class.
PluginLoader.loadPlugin ( org.apache.cxf.tools.plugin.Plugin plugin )This method is from 'PluginLoader' class.
PluginLoader.newInstance ( )This method is from 'PluginLoader' class.
PluginLoader.refresh ( )This method is from 'PluginLoader' class.
PluginLoader.unload ( )This method is from 'PluginLoader' class.
[+] RandomValueProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (18)
RandomValueProvider.chooseEnumValue ( String path, java.util.Set values )This method is from 'RandomValueProvider' class.
RandomValueProvider.getBigDecimalValue ( String path )This method is from 'RandomValueProvider' class.
RandomValueProvider.getBigIntegerValue ( String path )This method is from 'RandomValueProvider' class.
RandomValueProvider.getBooleanValue ( String path )This method is from 'RandomValueProvider' class.
RandomValueProvider.getByteValue ( String path )This method is from 'RandomValueProvider' class.
RandomValueProvider.getCharValue ( String path )This method is from 'RandomValueProvider' class.
RandomValueProvider.getDoubleValue ( String path )This method is from 'RandomValueProvider' class.
RandomValueProvider.getDurationValueString ( String path )This method is from 'RandomValueProvider' class.
RandomValueProvider.getFloatValue ( String path )This method is from 'RandomValueProvider' class.
RandomValueProvider.getIntValue ( String path )This method is from 'RandomValueProvider' class.
RandomValueProvider.getListLength ( String path )This method is from 'RandomValueProvider' class.
RandomValueProvider.getLongValue ( String path )This method is from 'RandomValueProvider' class.
RandomValueProvider.getQNameValue ( String path )This method is from 'RandomValueProvider' class.
RandomValueProvider.getShortValue ( String path )This method is from 'RandomValueProvider' class.
RandomValueProvider.getStringValue ( String path )This method is from 'RandomValueProvider' class.
RandomValueProvider.getURIValue ( String path )This method is from 'RandomValueProvider' class.
RandomValueProvider.getXMLGregorianCalendarValueString ( String path )This method is from 'RandomValueProvider' class.
RandomValueProvider.RandomValueProvider ( )This constructor is from 'RandomValueProvider' class.
[+] WSDLToProcessor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
WSDLToProcessor.getEnvironment ( )This method is from 'WSDLToProcessor' class.
WSDLToProcessor.process ( )This method is from 'WSDLToProcessor' class.
WSDLToProcessor.setEnvironment ( org.apache.cxf.tools.common.ToolContext penv )This method is from 'WSDLToProcessor' class.
WSDLToProcessor.WSDLToProcessor ( )This constructor is from 'WSDLToProcessor' class.
package org.apache.cxf.tools.wsdlto.databinding.jaxb
[+] ClassNameAllocatorImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ClassNameAllocatorImpl.assignClassName ( String packageName, String className )This method is from 'ClassNameAllocatorImpl' class.
ClassNameAllocatorImpl.ClassNameAllocatorImpl ( org.apache.cxf.tools.util.ClassCollector classCollector, boolean autoResolve )This constructor is from 'ClassNameAllocatorImpl' class.
[+] JAXBBindErrorListener (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
JAXBBindErrorListener.error ( org.xml.sax.SAXParseException exception )This method is from 'JAXBBindErrorListener' class.
JAXBBindErrorListener.fatalError ( org.xml.sax.SAXParseException exception )This method is from 'JAXBBindErrorListener' class.
JAXBBindErrorListener.hasErrors ( )This method is from 'JAXBBindErrorListener' class.
JAXBBindErrorListener.info ( org.xml.sax.SAXParseException exception )This method is from 'JAXBBindErrorListener' class.
JAXBBindErrorListener.JAXBBindErrorListener ( boolean verbose )This constructor is from 'JAXBBindErrorListener' class.
JAXBBindErrorListener.throwError ( )This method is from 'JAXBBindErrorListener' class.
JAXBBindErrorListener.warning ( org.xml.sax.SAXParseException exception )This method is from 'JAXBBindErrorListener' class.
[+] JAXBDataBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
JAXBDataBinding.cloneNode ( org.w3c.dom.Document document, org.w3c.dom.Node node, boolean deep )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.createDefaultValueWriter ( javax.xml.namespace.QName qname, boolean element )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.createDefaultValueWriterForWrappedElement ( javax.xml.namespace.QName wrapperElement, javax.xml.namespace.QName item )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.generate ( org.apache.cxf.tools.common.ToolContext c )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.getType ( javax.xml.namespace.QName qname, boolean element )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.getWrappedElementType ( javax.xml.namespace.QName wrapperElement, javax.xml.namespace.QName item )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.initialize ( org.apache.cxf.tools.common.ToolContext c )This method is from 'JAXBDataBinding' class.
JAXBDataBinding.JAXBDataBinding ( )This constructor is from 'JAXBDataBinding' class.
JAXBDataBinding.validateSchema ( org.w3c.dom.Element ele, String uri, org.apache.cxf.catalog.OASISCatalogManager catalog )This method is from 'JAXBDataBinding' class.
[+] JAXBDataBinding.LocationFilterReader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
JAXBDataBinding.LocationFilterReader.getAttributeCount ( )This method is from 'JAXBDataBinding.LocationFilterReader' class.
JAXBDataBinding.LocationFilterReader.getAttributeLocalName ( int index )This method is from 'JAXBDataBinding.LocationFilterReader' class.
JAXBDataBinding.LocationFilterReader.getAttributeName ( int index )This method is from 'JAXBDataBinding.LocationFilterReader' class.
JAXBDataBinding.LocationFilterReader.getAttributeNamespace ( int index )This method is from 'JAXBDataBinding.LocationFilterReader' class.
JAXBDataBinding.LocationFilterReader.getAttributePrefix ( int index )This method is from 'JAXBDataBinding.LocationFilterReader' class.
JAXBDataBinding.LocationFilterReader.getAttributeType ( int index )This method is from 'JAXBDataBinding.LocationFilterReader' class.
JAXBDataBinding.LocationFilterReader.getAttributeValue ( int index )This method is from 'JAXBDataBinding.LocationFilterReader' class.
JAXBDataBinding.LocationFilterReader.getAttributeValue ( String namespaceURI, String localName )This method is from 'JAXBDataBinding.LocationFilterReader' class.
JAXBDataBinding.LocationFilterReader.isAttributeSpecified ( int index )This method is from 'JAXBDataBinding.LocationFilterReader' class.
JAXBDataBinding.LocationFilterReader.next ( )This method is from 'JAXBDataBinding.LocationFilterReader' class.
JAXBDataBinding.LocationFilterReader.nextTag ( )This method is from 'JAXBDataBinding.LocationFilterReader' class.
[+] NamespaceContextImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
NamespaceContextImpl.getNamespaceURI ( String prefix )This method is from 'NamespaceContextImpl' class.
NamespaceContextImpl.getPrefix ( String namespaceURI )This method is from 'NamespaceContextImpl' class.
NamespaceContextImpl.getPrefixes ( String namespaceURI )This method is from 'NamespaceContextImpl' class.
NamespaceContextImpl.NamespaceContextImpl ( java.io.File file )This constructor is from 'NamespaceContextImpl' class.
[+] TypesCodeWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
TypesCodeWriter.close ( )This method is from 'TypesCodeWriter' class.
TypesCodeWriter.getExcludeFileList ( )This method is from 'TypesCodeWriter' class.
TypesCodeWriter.getFile ( com.sun.codemodel.JPackage pkg, String fileName )This method is from 'TypesCodeWriter' class.
TypesCodeWriter.getGeneratedFiles ( )This method is from 'TypesCodeWriter' class.
TypesCodeWriter.openBinary ( com.sun.codemodel.JPackage pkg, String fileName )This method is from 'TypesCodeWriter' class.
TypesCodeWriter.TypesCodeWriter ( java.io.File ftarget, java.util.List excludePkgs )This constructor is from 'TypesCodeWriter' class.
package org.apache.cxf.tools.wsdlto.databinding.source
[+] SourceDatabindingProfile (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
SourceDatabindingProfile.createDefaultValueWriter ( javax.xml.namespace.QName qn, boolean element )This method is from 'SourceDatabindingProfile' class.
SourceDatabindingProfile.createDefaultValueWriterForWrappedElement ( javax.xml.namespace.QName wrapperElement, javax.xml.namespace.QName qn )This method is from 'SourceDatabindingProfile' class.
SourceDatabindingProfile.generate ( org.apache.cxf.tools.common.ToolContext context )This method is from 'SourceDatabindingProfile' class.
SourceDatabindingProfile.getType ( javax.xml.namespace.QName qn, boolean element )This method is from 'SourceDatabindingProfile' class.
SourceDatabindingProfile.getWrappedElementType ( javax.xml.namespace.QName wrapperElement, javax.xml.namespace.QName item )This method is from 'SourceDatabindingProfile' class.
SourceDatabindingProfile.initialize ( org.apache.cxf.tools.common.ToolContext c )This method is from 'SourceDatabindingProfile' class.
SourceDatabindingProfile.SourceDatabindingProfile ( )This constructor is from 'SourceDatabindingProfile' class.
package org.apache.cxf.tools.wsdlto.frontend.jaxws
[+] JAXWS21Container (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JAXWS21Container.JAXWS21Container ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )This constructor is from 'JAXWS21Container' class.
JAXWS21Container.validate ( org.apache.cxf.tools.common.ToolContext env )This method is from 'JAXWS21Container' class.
[+] JAXWSContainer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
JAXWSContainer.getArrayKeys ( )This method is from 'JAXWSContainer' class.
JAXWSContainer.JAXWSContainer ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )This constructor is from 'JAXWSContainer' class.
JAXWSContainer.validate ( org.apache.cxf.tools.common.ToolContext env )This method is from 'JAXWSContainer' class.
[+] JAXWSProfile (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
JAXWSProfile.JAXWSProfile ( )This constructor is from 'JAXWSProfile' class.
package org.apache.cxf.tools.wsdlto.frontend.jaxws.customization
[+] CustomizationParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
CustomizationParser.copyAllJaxbDeclarations ( org.w3c.dom.Node schemaNode, org.w3c.dom.Element jaxwsBindingNode )This method is from 'CustomizationParser' class.
CustomizationParser.CustomizationParser ( )This constructor is from 'CustomizationParser' class.
CustomizationParser.getCustomizedWSDLElements ( )This method is from 'CustomizationParser' class.
CustomizationParser.getHandlerChains ( )This method is from 'CustomizationParser' class.
CustomizationParser.getJaxbBindings ( )This method is from 'CustomizationParser' class.
CustomizationParser.getTargetNode ( String uri )This method is from 'CustomizationParser' class.
CustomizationParser.getWSDLNode ( )This method is from 'CustomizationParser' class.
CustomizationParser.hasJaxbBindingDeclaration ( org.w3c.dom.Node bindings )This method is from 'CustomizationParser' class.
CustomizationParser.internalizeBinding ( org.w3c.dom.Element bindings, org.w3c.dom.Element targetNode, String expression )This method is from 'CustomizationParser' class.
CustomizationParser.mergeJawsBinding ( JAXWSBinding binding1, JAXWSBinding binding2 )This method is from 'CustomizationParser' class.
CustomizationParser.parse ( org.apache.cxf.tools.common.ToolContext pe )This method is from 'CustomizationParser' class.
CustomizationParser.setWSDLNode ( org.w3c.dom.Element node )This method is from 'CustomizationParser' class.
[+] CustomNodeSelector (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
CustomNodeSelector.addNamespaces ( org.w3c.dom.Node targetNode )This method is from 'CustomNodeSelector' class.
CustomNodeSelector.CustomNodeSelector ( )This constructor is from 'CustomNodeSelector' class.
CustomNodeSelector.getNamespaceContext ( )This method is from 'CustomNodeSelector' class.
CustomNodeSelector.queryNode ( org.w3c.dom.Node target, String expression )This method is from 'CustomNodeSelector' class.
CustomNodeSelector.queryNodes ( org.w3c.dom.Node target, String expression )This method is from 'CustomNodeSelector' class.
[+] JAXWSBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (33)
JAXWSBinding.addJaxwsPara ( JAXWSParameter para )This method is from 'JAXWSBinding' class.
JAXWSBinding.getClassJavaDoc ( )This method is from 'JAXWSBinding' class.
JAXWSBinding.getDocumentBaseURI ( )This method is from 'JAXWSBinding' class.
JAXWSBinding.getElement ( )This method is from 'JAXWSBinding' class.
JAXWSBinding.getElementType ( )This method is from 'JAXWSBinding' class.
JAXWSBinding.getJaxwsClass ( )This method is from 'JAXWSBinding' class.
JAXWSBinding.getJaxwsParas ( )This method is from 'JAXWSBinding' class.
JAXWSBinding.getMethodJavaDoc ( )This method is from 'JAXWSBinding' class.
JAXWSBinding.getMethodName ( )This method is from 'JAXWSBinding' class.
JAXWSBinding.getPackage ( )This method is from 'JAXWSBinding' class.
JAXWSBinding.getPackageJavaDoc ( )This method is from 'JAXWSBinding' class.
JAXWSBinding.getRequired ( )This method is from 'JAXWSBinding' class.
JAXWSBinding.isEnableAsyncMapping ( )This method is from 'JAXWSBinding' class.
JAXWSBinding.isEnableMime ( )This method is from 'JAXWSBinding' class.
JAXWSBinding.isEnableWrapperStyle ( )This method is from 'JAXWSBinding' class.
JAXWSBinding.isSetEnableAsyncMapping ( )This method is from 'JAXWSBinding' class.
JAXWSBinding.isSetEnableMime ( )This method is from 'JAXWSBinding' class.
JAXWSBinding.isSetEnableWrapperStyle ( )This method is from 'JAXWSBinding' class.
JAXWSBinding.JAXWSBinding ( )This constructor is from 'JAXWSBinding' class.
JAXWSBinding.setClassJavaDoc ( String doc )This method is from 'JAXWSBinding' class.
JAXWSBinding.setDocumentBaseURI ( String baseURI )This method is from 'JAXWSBinding' class.
JAXWSBinding.setElement ( org.w3c.dom.Element elem )This method is from 'JAXWSBinding' class.
JAXWSBinding.setElementType ( javax.xml.namespace.QName elemType )This method is from 'JAXWSBinding' class.
JAXWSBinding.setEnableAsyncMapping ( boolean enableAsync )This method is from 'JAXWSBinding' class.
JAXWSBinding.setEnableMime ( boolean enableMime )This method is from 'JAXWSBinding' class.
JAXWSBinding.setEnableWrapperStyle ( boolean pEnableWrapperStyle )This method is from 'JAXWSBinding' class.
JAXWSBinding.setJaxwsClass ( JAXWSClass clz )This method is from 'JAXWSBinding' class.
JAXWSBinding.setJaxwsParas ( java.util.List p )This method is from 'JAXWSBinding' class.
JAXWSBinding.setMethodJavaDoc ( String doc )This method is from 'JAXWSBinding' class.
JAXWSBinding.setMethodName ( String name )This method is from 'JAXWSBinding' class.
JAXWSBinding.setPackage ( String pkg )This method is from 'JAXWSBinding' class.
JAXWSBinding.setPackageJavaDoc ( String doc )This method is from 'JAXWSBinding' class.
JAXWSBinding.setRequired ( Boolean r )This method is from 'JAXWSBinding' class.
[+] JAXWSBindingDeserializer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JAXWSBindingDeserializer.JAXWSBindingDeserializer ( )This constructor is from 'JAXWSBindingDeserializer' class.
JAXWSBindingDeserializer.unmarshall ( Class parentType, javax.xml.namespace.QName elementType, org.w3c.dom.Element el, javax.wsdl.Definition def, javax.wsdl.extensions.ExtensionRegistry extReg )This method is from 'JAXWSBindingDeserializer' class.
[+] JAXWSBindingParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JAXWSBindingParser.JAXWSBindingParser ( javax.wsdl.extensions.ExtensionRegistry ext )This constructor is from 'JAXWSBindingParser' class.
JAXWSBindingParser.parse ( Class parentType, org.w3c.dom.Element element, String namespace )This method is from 'JAXWSBindingParser' class.
[+] JAXWSBindingSerializer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JAXWSBindingSerializer.JAXWSBindingSerializer ( )This constructor is from 'JAXWSBindingSerializer' class.
JAXWSBindingSerializer.marshall ( Class parentType, javax.xml.namespace.QName elementType, javax.wsdl.extensions.ExtensibilityElement extension, java.io.PrintWriter pw, javax.wsdl.Definition def, javax.wsdl.extensions.ExtensionRegistry extReg )This method is from 'JAXWSBindingSerializer' class.
[+] JAXWSClass (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
JAXWSClass.getClassName ( )This method is from 'JAXWSClass' class.
JAXWSClass.getComments ( )This method is from 'JAXWSClass' class.
JAXWSClass.JAXWSClass ( String clzName, String comment )This constructor is from 'JAXWSClass' class.
JAXWSClass.setClassName ( String clzName )This method is from 'JAXWSClass' class.
JAXWSClass.setComments ( String comment )This method is from 'JAXWSClass' class.
[+] JAXWSParameter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
JAXWSParameter.getElementName ( )This method is from 'JAXWSParameter' class.
JAXWSParameter.getMessageName ( )This method is from 'JAXWSParameter' class.
JAXWSParameter.getName ( )This method is from 'JAXWSParameter' class.
JAXWSParameter.getPart ( )This method is from 'JAXWSParameter' class.
JAXWSParameter.JAXWSParameter ( String msgName, String part, javax.xml.namespace.QName elementName, String name )This constructor is from 'JAXWSParameter' class.
JAXWSParameter.setElementName ( javax.xml.namespace.QName elementName )This method is from 'JAXWSParameter' class.
JAXWSParameter.setMessageName ( String msgName )This method is from 'JAXWSParameter' class.
JAXWSParameter.setName ( String name )This method is from 'JAXWSParameter' class.
JAXWSParameter.setPart ( String part )This method is from 'JAXWSParameter' class.
package org.apache.cxf.tools.wsdlto.frontend.jaxws.generators
[+] AbstractJAXWSGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AbstractJAXWSGenerator.AbstractJAXWSGenerator ( )This constructor is from 'AbstractJAXWSGenerator' abstract class.
AbstractJAXWSGenerator.generate ( org.apache.cxf.tools.common.ToolContext p1 )This abstract method is from 'AbstractJAXWSGenerator' abstract class.
AbstractJAXWSGenerator.passthrough ( )This abstract method is from 'AbstractJAXWSGenerator' abstract class.
AbstractJAXWSGenerator.register ( org.apache.cxf.tools.util.ClassCollector collector, String packageName, String fileName )This method is from 'AbstractJAXWSGenerator' abstract class.
[+] AntGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AntGenerator.AntGenerator ( )This constructor is from 'AntGenerator' class.
AntGenerator.generate ( org.apache.cxf.tools.common.ToolContext penv )This method is from 'AntGenerator' class.
AntGenerator.passthrough ( )This method is from 'AntGenerator' class.
[+] ClientGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ClientGenerator.ClientGenerator ( )This constructor is from 'ClientGenerator' class.
ClientGenerator.generate ( org.apache.cxf.tools.common.ToolContext penv )This method is from 'ClientGenerator' class.
ClientGenerator.passthrough ( )This method is from 'ClientGenerator' class.
ClientGenerator.register ( org.apache.cxf.tools.util.ClassCollector collector, String packageName, String fileName )This method is from 'ClientGenerator' class.
[+] FaultGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
FaultGenerator.FaultGenerator ( )This constructor is from 'FaultGenerator' class.
FaultGenerator.generate ( org.apache.cxf.tools.common.ToolContext penv )This method is from 'FaultGenerator' class.
FaultGenerator.passthrough ( )This method is from 'FaultGenerator' class.
FaultGenerator.register ( org.apache.cxf.tools.util.ClassCollector collector, String packageName, String fileName )This method is from 'FaultGenerator' class.
[+] HandlerConfigGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
HandlerConfigGenerator.generate ( org.apache.cxf.tools.common.ToolContext penv )This method is from 'HandlerConfigGenerator' class.
HandlerConfigGenerator.getHandlerAnnotation ( )This method is from 'HandlerConfigGenerator' class.
HandlerConfigGenerator.HandlerConfigGenerator ( )This constructor is from 'HandlerConfigGenerator' class.
HandlerConfigGenerator.passthrough ( )This method is from 'HandlerConfigGenerator' class.
HandlerConfigGenerator.setJavaInterface ( org.apache.cxf.tools.common.model.JavaInterface javaInterface )This method is from 'HandlerConfigGenerator' class.
[+] ImplGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ImplGenerator.generate ( org.apache.cxf.tools.common.ToolContext penv )This method is from 'ImplGenerator' class.
ImplGenerator.ImplGenerator ( )This constructor is from 'ImplGenerator' class.
ImplGenerator.passthrough ( )This method is from 'ImplGenerator' class.
[+] JAXWS21ServiceGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JAXWS21ServiceGenerator.isJaxws22 ( )This method is from 'JAXWS21ServiceGenerator' class.
JAXWS21ServiceGenerator.JAXWS21ServiceGenerator ( )This constructor is from 'JAXWS21ServiceGenerator' class.
[+] SEIGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SEIGenerator.generate ( org.apache.cxf.tools.common.ToolContext penv )This method is from 'SEIGenerator' class.
SEIGenerator.passthrough ( )This method is from 'SEIGenerator' class.
SEIGenerator.register ( org.apache.cxf.tools.util.ClassCollector collector, String packageName, String fileName )This method is from 'SEIGenerator' class.
SEIGenerator.SEIGenerator ( )This constructor is from 'SEIGenerator' class.
[+] ServerGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ServerGenerator.generate ( org.apache.cxf.tools.common.ToolContext penv )This method is from 'ServerGenerator' class.
ServerGenerator.passthrough ( )This method is from 'ServerGenerator' class.
ServerGenerator.register ( org.apache.cxf.tools.util.ClassCollector collector, String packageName, String fileName )This method is from 'ServerGenerator' class.
ServerGenerator.ServerGenerator ( )This constructor is from 'ServerGenerator' class.
[+] ServiceGenerator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ServiceGenerator.generate ( org.apache.cxf.tools.common.ToolContext penv )This method is from 'ServiceGenerator' class.
ServiceGenerator.isJaxws22 ( )This method is from 'ServiceGenerator' class.
ServiceGenerator.passthrough ( )This method is from 'ServiceGenerator' class.
ServiceGenerator.register ( org.apache.cxf.tools.util.ClassCollector collector, String packageName, String fileName )This method is from 'ServiceGenerator' class.
ServiceGenerator.ServiceGenerator ( )This constructor is from 'ServiceGenerator' class.
package org.apache.cxf.tools.wsdlto.frontend.jaxws.processor
[+] WSDLToJavaProcessor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
WSDLToJavaProcessor.process ( )This method is from 'WSDLToJavaProcessor' class.
WSDLToJavaProcessor.processClassNames ( )This method is from 'WSDLToJavaProcessor' class.
WSDLToJavaProcessor.WSDLToJavaProcessor ( )This constructor is from 'WSDLToJavaProcessor' class.
package org.apache.cxf.tools.wsdlto.frontend.jaxws.validator
[+] UniqueBodyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
UniqueBodyValidator.isValid ( )This method is from 'UniqueBodyValidator' class.
UniqueBodyValidator.UniqueBodyValidator ( )This constructor is from 'UniqueBodyValidator' class.
UniqueBodyValidator.UniqueBodyValidator ( org.apache.cxf.service.model.ServiceInfo s )This constructor is from 'UniqueBodyValidator' class.
[+] WrapperStyleNameCollisionValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
WrapperStyleNameCollisionValidator.isValid ( )This method is from 'WrapperStyleNameCollisionValidator' class.
WrapperStyleNameCollisionValidator.WrapperStyleNameCollisionValidator ( )This constructor is from 'WrapperStyleNameCollisionValidator' class.
WrapperStyleNameCollisionValidator.WrapperStyleNameCollisionValidator ( org.apache.cxf.service.model.ServiceInfo s )This constructor is from 'WrapperStyleNameCollisionValidator' class.
package org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11
[+] CustomizedWSDLLocator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
CustomizedWSDLLocator.close ( )This method is from 'CustomizedWSDLLocator' class.
CustomizedWSDLLocator.CustomizedWSDLLocator ( String wsdlUrl, java.util.Map map )This constructor is from 'CustomizedWSDLLocator' class.
CustomizedWSDLLocator.getBaseInputSource ( )This method is from 'CustomizedWSDLLocator' class.
CustomizedWSDLLocator.getBaseURI ( )This method is from 'CustomizedWSDLLocator' class.
CustomizedWSDLLocator.getImportInputSource ( String parent, String importLocation )This method is from 'CustomizedWSDLLocator' class.
CustomizedWSDLLocator.getLatestImportURI ( )This method is from 'CustomizedWSDLLocator' class.
CustomizedWSDLLocator.getResolvedMap ( )This method is from 'CustomizedWSDLLocator' class.
CustomizedWSDLLocator.setCatalogResolver ( org.apache.cxf.catalog.OASISCatalogManager cr )This method is from 'CustomizedWSDLLocator' class.
[+] JAXWSDefinitionBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
JAXWSDefinitionBuilder.build ( )This method is from 'JAXWSDefinitionBuilder' class.
JAXWSDefinitionBuilder.build ( String x0 )This method is from 'JAXWSDefinitionBuilder' class.
JAXWSDefinitionBuilder.build ( String wsdlURL )This method is from 'JAXWSDefinitionBuilder' class.
JAXWSDefinitionBuilder.customize ( )This method is from 'JAXWSDefinitionBuilder' class.
JAXWSDefinitionBuilder.getWSDLModel ( )This method is from 'JAXWSDefinitionBuilder' class.
JAXWSDefinitionBuilder.getWSDLModel ( )This method is from 'JAXWSDefinitionBuilder' class.
JAXWSDefinitionBuilder.JAXWSDefinitionBuilder ( )This constructor is from 'JAXWSDefinitionBuilder' class.
JAXWSDefinitionBuilder.validate ( Object x0 )This method is from 'JAXWSDefinitionBuilder' class.
JAXWSDefinitionBuilder.validate ( javax.wsdl.Definition def )This method is from 'JAXWSDefinitionBuilder' class.
package org.apache.cxf.tools.wsdlto.javascript
[+] JavaScriptContainer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
JavaScriptContainer.buildToolContext ( )This method is from 'JavaScriptContainer' class.
JavaScriptContainer.checkParams ( org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors )This method is from 'JavaScriptContainer' class.
JavaScriptContainer.execute ( )This method is from 'JavaScriptContainer' class.
JavaScriptContainer.execute ( boolean exitOnFinish )This method is from 'JavaScriptContainer' class.
JavaScriptContainer.getArrayKeys ( )This method is from 'JavaScriptContainer' class.
JavaScriptContainer.getServiceValidators ( )This method is from 'JavaScriptContainer' class.
JavaScriptContainer.getWSDLVersion ( )This method is from 'JavaScriptContainer' class.
JavaScriptContainer.JavaScriptContainer ( org.apache.cxf.tools.common.toolspec.ToolSpec toolspec )This constructor is from 'JavaScriptContainer' class.
JavaScriptContainer.setNamespaceJavascriptPrefixes ( org.apache.cxf.tools.common.ToolContext env )This method is from 'JavaScriptContainer' class.
JavaScriptContainer.validate ( org.apache.cxf.service.model.ServiceInfo service )This method is from 'JavaScriptContainer' class.
JavaScriptContainer.validate ( org.apache.cxf.tools.common.ToolContext env )This method is from 'JavaScriptContainer' class.
[+] JavaScriptProfile (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
JavaScriptProfile.JavaScriptProfile ( )This constructor is from 'JavaScriptProfile' class.
[+] WSDLToJavaScript (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
WSDLToJavaScript.isVerbose ( )This method is from 'WSDLToJavaScript' class.
WSDLToJavaScript.main ( String[ ] pargs )This method is from 'WSDLToJavaScript' class.
WSDLToJavaScript.run ( org.apache.cxf.tools.common.ToolContext context )This method is from 'WSDLToJavaScript' class.
WSDLToJavaScript.setArguments ( String[ ] pargs )This method is from 'WSDLToJavaScript' class.
WSDLToJavaScript.WSDLToJavaScript ( )This constructor is from 'WSDLToJavaScript' class.
WSDLToJavaScript.WSDLToJavaScript ( String[ ] pargs )This constructor is from 'WSDLToJavaScript' class.
[+] WSDLToJavaScriptProcessor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
WSDLToJavaScriptProcessor.process ( )This method is from 'WSDLToJavaScriptProcessor' class.
WSDLToJavaScriptProcessor.WSDLToJavaScriptProcessor ( )This constructor is from 'WSDLToJavaScriptProcessor' class.
package org.apache.cxf.transport
[+] AbstractConduit (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
AbstractConduit.AbstractConduit ( org.apache.cxf.ws.addressing.EndpointReferenceType t )This constructor is from 'AbstractConduit' abstract class.
AbstractConduit.close ( )This method is from 'AbstractConduit' abstract class.
AbstractConduit.close ( org.apache.cxf.message.Message msg )This method is from 'AbstractConduit' abstract class.
AbstractConduit.getTarget ( )This method is from 'AbstractConduit' abstract class.
AbstractConduit.toString ( )This method is from 'AbstractConduit' abstract class.
[+] AbstractDestination (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
AbstractDestination.AbstractDestination ( org.apache.cxf.Bus b, org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.apache.cxf.service.model.EndpointInfo ei )This constructor is from 'AbstractDestination' abstract class.
AbstractDestination.AbstractDestination ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.apache.cxf.service.model.EndpointInfo ei )This constructor is from 'AbstractDestination' abstract class.
AbstractDestination.getAddress ( )This method is from 'AbstractDestination' abstract class.
AbstractDestination.getBackChannel ( org.apache.cxf.message.Message inMessage, org.apache.cxf.message.Message partialResponse, org.apache.cxf.ws.addressing.EndpointReferenceType address )This method is from 'AbstractDestination' abstract class.
AbstractDestination.getEndpointInfo ( )This method is from 'AbstractDestination' abstract class.
AbstractDestination.getInbuiltBackChannel ( org.apache.cxf.message.Message p1 )This abstract method is from 'AbstractDestination' abstract class.
AbstractDestination.shutdown ( )This method is from 'AbstractDestination' abstract class.
[+] AbstractDestination.AbstractBackChannelConduit (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AbstractDestination.AbstractBackChannelConduit.AbstractDestination.AbstractBackChannelConduit ( AbstractDestination p1 )This constructor is from 'AbstractDestination.AbstractBackChannelConduit' abstract class.
AbstractDestination.AbstractBackChannelConduit.getLogger ( )This method is from 'AbstractDestination.AbstractBackChannelConduit' abstract class.
AbstractDestination.AbstractBackChannelConduit.setMessageObserver ( MessageObserver observer )This method is from 'AbstractDestination.AbstractBackChannelConduit' abstract class.
[+] AbstractMultiplexDestination (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AbstractMultiplexDestination.AbstractMultiplexDestination ( org.apache.cxf.Bus b, org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.apache.cxf.service.model.EndpointInfo ei )This constructor is from 'AbstractMultiplexDestination' abstract class.
AbstractMultiplexDestination.getAddressWithId ( String id )This method is from 'AbstractMultiplexDestination' abstract class.
AbstractMultiplexDestination.getId ( java.util.Map contextMap )This method is from 'AbstractMultiplexDestination' abstract class.
[+] AbstractObservable (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
AbstractObservable.AbstractObservable ( )This constructor is from 'AbstractObservable' abstract class.
AbstractObservable.activate ( )This method is from 'AbstractObservable' abstract class.
AbstractObservable.deactivate ( )This method is from 'AbstractObservable' abstract class.
AbstractObservable.getLogger ( )This abstract method is from 'AbstractObservable' abstract class.
AbstractObservable.getMessageObserver ( )This method is from 'AbstractObservable' abstract class.
AbstractObservable.getTargetReference ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.Bus bus )This method is from 'AbstractObservable' abstract class.
AbstractObservable.getTargetReference ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t, org.apache.cxf.Bus bus )This method is from 'AbstractObservable' abstract class.
AbstractObservable.setMessageObserver ( MessageObserver observer )This method is from 'AbstractObservable' abstract class.
[+] AbstractTransportFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
AbstractTransportFactory.AbstractTransportFactory ( )This constructor is from 'AbstractTransportFactory' abstract class.
AbstractTransportFactory.AbstractTransportFactory ( java.util.List ids )This constructor is from 'AbstractTransportFactory' abstract class.
AbstractTransportFactory.AbstractTransportFactory ( java.util.List ids, org.apache.cxf.Bus b )This constructor is from 'AbstractTransportFactory' abstract class.
AbstractTransportFactory.getBus ( )This method is from 'AbstractTransportFactory' abstract class.
AbstractTransportFactory.getTransportIds ( )This method is from 'AbstractTransportFactory' abstract class.
AbstractTransportFactory.getUriPrefixes ( )This method is from 'AbstractTransportFactory' abstract class.
AbstractTransportFactory.register ( )This method is from 'AbstractTransportFactory' abstract class.
AbstractTransportFactory.setBus ( org.apache.cxf.Bus b )This method is from 'AbstractTransportFactory' abstract class.
AbstractTransportFactory.setTransportIds ( java.util.List transportIds )This method is from 'AbstractTransportFactory' abstract class.
AbstractTransportFactory.unregister ( )This method is from 'AbstractTransportFactory' abstract class.
[+] ChainInitiationObserver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ChainInitiationObserver.ChainInitiationObserver ( org.apache.cxf.endpoint.Endpoint endpoint, org.apache.cxf.Bus bus )This constructor is from 'ChainInitiationObserver' class.
ChainInitiationObserver.getBinding ( )This method is from 'ChainInitiationObserver' class.
ChainInitiationObserver.getEndpoint ( )This method is from 'ChainInitiationObserver' class.
ChainInitiationObserver.onMessage ( org.apache.cxf.message.Message m )This method is from 'ChainInitiationObserver' class.
ChainInitiationObserver.setExchangeProperties ( org.apache.cxf.message.Exchange exchange, org.apache.cxf.message.Message m )This method is from 'ChainInitiationObserver' class.
[+] Conduit (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Conduit.close ( )This abstract method is from 'Conduit' interface.
Conduit.close ( org.apache.cxf.message.Message p1 )This abstract method is from 'Conduit' interface.
Conduit.getTarget ( )This abstract method is from 'Conduit' interface.
Conduit.prepare ( org.apache.cxf.message.Message p1 )This abstract method is from 'Conduit' interface.
[+] ConduitInitiator (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ConduitInitiator.getConduit ( org.apache.cxf.service.model.EndpointInfo p1 )This abstract method is from 'ConduitInitiator' interface.
ConduitInitiator.getConduit ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.ws.addressing.EndpointReferenceType p2 )This abstract method is from 'ConduitInitiator' interface.
ConduitInitiator.getTransportIds ( )This abstract method is from 'ConduitInitiator' interface.
ConduitInitiator.getUriPrefixes ( )This abstract method is from 'ConduitInitiator' interface.
[+] ConduitInitiatorManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ConduitInitiatorManager.deregisterConduitInitiator ( String p1 )This abstract method is from 'ConduitInitiatorManager' interface.
ConduitInitiatorManager.getConduitInitiator ( String p1 )This abstract method is from 'ConduitInitiatorManager' interface.
ConduitInitiatorManager.getConduitInitiatorForUri ( String p1 )This abstract method is from 'ConduitInitiatorManager' interface.
ConduitInitiatorManager.registerConduitInitiator ( String p1, ConduitInitiator p2 )This abstract method is from 'ConduitInitiatorManager' interface.
[+] ConduitInitiatorManagerImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
ConduitInitiatorManagerImpl.ConduitInitiatorManagerImpl ( )This constructor is from 'ConduitInitiatorManagerImpl' class.
ConduitInitiatorManagerImpl.ConduitInitiatorManagerImpl ( java.util.Map conduitInitiators )This constructor is from 'ConduitInitiatorManagerImpl' class.
ConduitInitiatorManagerImpl.ConduitInitiatorManagerImpl ( java.util.Map conduitInitiators, org.apache.cxf.Bus b )This constructor is from 'ConduitInitiatorManagerImpl' class.
ConduitInitiatorManagerImpl.ConduitInitiatorManagerImpl ( org.apache.cxf.Bus b )This constructor is from 'ConduitInitiatorManagerImpl' class.
ConduitInitiatorManagerImpl.ConduitInitiatorManagerImpl ( org.apache.cxf.configuration.spring.MapProvider conduitInitiators )This constructor is from 'ConduitInitiatorManagerImpl' class.
ConduitInitiatorManagerImpl.ConduitInitiatorManagerImpl ( org.apache.cxf.configuration.spring.MapProvider conduitInitiators, org.apache.cxf.Bus b )This constructor is from 'ConduitInitiatorManagerImpl' class.
ConduitInitiatorManagerImpl.deregisterConduitInitiator ( String namespace )This method is from 'ConduitInitiatorManagerImpl' class.
ConduitInitiatorManagerImpl.getConduitInitiator ( String namespace )This method is from 'ConduitInitiatorManagerImpl' class.
ConduitInitiatorManagerImpl.getConduitInitiatorForUri ( String uri )This method is from 'ConduitInitiatorManagerImpl' class.
ConduitInitiatorManagerImpl.registerConduitInitiator ( String namespace, ConduitInitiator factory )This method is from 'ConduitInitiatorManagerImpl' class.
ConduitInitiatorManagerImpl.setBus ( org.apache.cxf.Bus b )This method is from 'ConduitInitiatorManagerImpl' class.
ConduitInitiatorManagerImpl.setMapProvider ( org.apache.cxf.configuration.spring.MapProvider mapProvider )This method is from 'ConduitInitiatorManagerImpl' class.
ConduitInitiatorManagerImpl.shutdown ( )This method is from 'ConduitInitiatorManagerImpl' class.
[+] DestinationFactory (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
DestinationFactory.getDestination ( org.apache.cxf.service.model.EndpointInfo p1 )This abstract method is from 'DestinationFactory' interface.
DestinationFactory.getTransportIds ( )This abstract method is from 'DestinationFactory' interface.
DestinationFactory.getUriPrefixes ( )This abstract method is from 'DestinationFactory' interface.
[+] DestinationFactoryManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
DestinationFactoryManager.deregisterDestinationFactory ( String p1 )This abstract method is from 'DestinationFactoryManager' interface.
DestinationFactoryManager.getDestinationFactory ( String p1 )This abstract method is from 'DestinationFactoryManager' interface.
DestinationFactoryManager.getDestinationFactoryForUri ( String p1 )This abstract method is from 'DestinationFactoryManager' interface.
DestinationFactoryManager.registerDestinationFactory ( String p1, DestinationFactory p2 )This abstract method is from 'DestinationFactoryManager' interface.
[+] DestinationFactoryManagerImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
DestinationFactoryManagerImpl.deregisterDestinationFactory ( String namespace )This method is from 'DestinationFactoryManagerImpl' class.
DestinationFactoryManagerImpl.DestinationFactoryManagerImpl ( )This constructor is from 'DestinationFactoryManagerImpl' class.
DestinationFactoryManagerImpl.DestinationFactoryManagerImpl ( java.util.Map destinationFactories )This constructor is from 'DestinationFactoryManagerImpl' class.
DestinationFactoryManagerImpl.DestinationFactoryManagerImpl ( java.util.Map destinationFactories, org.apache.cxf.Bus b )This constructor is from 'DestinationFactoryManagerImpl' class.
DestinationFactoryManagerImpl.DestinationFactoryManagerImpl ( org.apache.cxf.Bus b )This constructor is from 'DestinationFactoryManagerImpl' class.
DestinationFactoryManagerImpl.DestinationFactoryManagerImpl ( org.apache.cxf.configuration.spring.MapProvider destinationFactories )This constructor is from 'DestinationFactoryManagerImpl' class.
DestinationFactoryManagerImpl.getDestinationFactory ( String namespace )This method is from 'DestinationFactoryManagerImpl' class.
DestinationFactoryManagerImpl.getDestinationFactoryForUri ( String uri )This method is from 'DestinationFactoryManagerImpl' class.
DestinationFactoryManagerImpl.registerDestinationFactory ( String namespace, DestinationFactory factory )This method is from 'DestinationFactoryManagerImpl' class.
DestinationFactoryManagerImpl.setBus ( org.apache.cxf.Bus b )This method is from 'DestinationFactoryManagerImpl' class.
DestinationFactoryManagerImpl.setMapProvider ( org.apache.cxf.configuration.spring.MapProvider mapProvider )This method is from 'DestinationFactoryManagerImpl' class.
[+] DestinationWithEndpoint (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
DestinationWithEndpoint.getEndpointInfo ( )This abstract method is from 'DestinationWithEndpoint' interface.
[+] HttpUriMapper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
HttpUriMapper.getContextName ( String path )This method is from 'HttpUriMapper' class.
HttpUriMapper.getResourceBase ( String path )This method is from 'HttpUriMapper' class.
[+] MessageObserver (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
MessageObserver.onMessage ( org.apache.cxf.message.Message p1 )This abstract method is from 'MessageObserver' interface.
[+] MultipleEndpointObserver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
MultipleEndpointObserver.createChain ( )This method is from 'MultipleEndpointObserver' class.
MultipleEndpointObserver.createMessage ( org.apache.cxf.message.Message message )This method is from 'MultipleEndpointObserver' class.
MultipleEndpointObserver.getBindingInterceptors ( )This method is from 'MultipleEndpointObserver' class.
MultipleEndpointObserver.getEndpoints ( )This method is from 'MultipleEndpointObserver' class.
MultipleEndpointObserver.getRoutingInterceptors ( )This method is from 'MultipleEndpointObserver' class.
MultipleEndpointObserver.MultipleEndpointObserver ( org.apache.cxf.Bus bus )This constructor is from 'MultipleEndpointObserver' class.
MultipleEndpointObserver.onMessage ( org.apache.cxf.message.Message message )This method is from 'MultipleEndpointObserver' class.
MultipleEndpointObserver.setExchangeProperties ( org.apache.cxf.message.Exchange exchange, org.apache.cxf.message.Message m )This method is from 'MultipleEndpointObserver' class.
[+] MultiplexDestination (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
MultiplexDestination.getAddressWithId ( String p1 )This abstract method is from 'MultiplexDestination' interface.
MultiplexDestination.getId ( java.util.Map p1 )This abstract method is from 'MultiplexDestination' interface.
[+] Observable (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
Observable.getMessageObserver ( )This abstract method is from 'Observable' interface.
Observable.setMessageObserver ( MessageObserver p1 )This abstract method is from 'Observable' interface.
[+] Session (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
Session.get ( Object p1 )This abstract method is from 'Session' interface.
Session.put ( Object p1, Object p2 )This abstract method is from 'Session' interface.
[+] TransportFinder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TransportFinder.checkForURI ( String uri )This method is from 'TransportFinder' class.
TransportFinder.findTransportForNamespace ( String namespace )This method is from 'TransportFinder' class.
TransportFinder.findTransportForURI ( String uri )This method is from 'TransportFinder' class.
TransportFinder.TransportFinder ( org.apache.cxf.Bus b, java.util.Map m, java.util.Set l, Class c )This constructor is from 'TransportFinder' class.
[+] TransportURIResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
TransportURIResolver.resolve ( String curUri, String baseUri )This method is from 'TransportURIResolver' class.
TransportURIResolver.TransportURIResolver ( org.apache.cxf.Bus b )This constructor is from 'TransportURIResolver' class.
package org.apache.cxf.transport.common.gzip
[+] GZIPFeature (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
GZIPFeature.getThreshold ( )This method is from 'GZIPFeature' class.
GZIPFeature.GZIPFeature ( )This constructor is from 'GZIPFeature' class.
GZIPFeature.initializeProvider ( org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus )This method is from 'GZIPFeature' class.
GZIPFeature.setThreshold ( int threshold )This method is from 'GZIPFeature' class.
[+] GZIPInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
GZIPInInterceptor.GZIPInInterceptor ( )This constructor is from 'GZIPInInterceptor' class.
GZIPInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'GZIPInInterceptor' class.
[+] GZIPOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
GZIPOutInterceptor.getThreshold ( )This method is from 'GZIPOutInterceptor' class.
GZIPOutInterceptor.GZIPOutInterceptor ( )This constructor is from 'GZIPOutInterceptor' class.
GZIPOutInterceptor.GZIPOutInterceptor ( int threshold )This constructor is from 'GZIPOutInterceptor' class.
GZIPOutInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'GZIPOutInterceptor' class.
GZIPOutInterceptor.setThreshold ( int threshold )This method is from 'GZIPOutInterceptor' class.
[+] GZIPOutInterceptor.UseGzip (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
GZIPOutInterceptor.UseGzip.valueOf ( String name )This method is from 'GZIPOutInterceptor.UseGzip' class.
GZIPOutInterceptor.UseGzip.values ( )This method is from 'GZIPOutInterceptor.UseGzip' class.
package org.apache.cxf.transport.http
[+] AbstractHTTPDestination.BackChannelConduit (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
AbstractHTTPDestination.BackChannelConduit.close ( org.apache.cxf.message.Message msg )This method is from 'AbstractHTTPDestination.BackChannelConduit' class.
AbstractHTTPDestination.BackChannelConduit.prepare ( org.apache.cxf.message.Message message )This method is from 'AbstractHTTPDestination.BackChannelConduit' class.
[+] Cookies (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Cookies.Cookies ( )This constructor is from 'Cookies' class.
Cookies.getSessionCookies ( )This method is from 'Cookies' class.
Cookies.readFromConnection ( java.net.HttpURLConnection connection )This method is from 'Cookies' class.
Cookies.writeToMessageHeaders ( org.apache.cxf.message.Message message )This method is from 'Cookies' class.
[+] CXFAuthenticator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
CXFAuthenticator.addAuthenticator ( )This method is from 'CXFAuthenticator' class.
CXFAuthenticator.CXFAuthenticator ( )This constructor is from 'CXFAuthenticator' class.
CXFAuthenticator.getPasswordAuthentication ( )This method is from 'CXFAuthenticator' class.
[+] DestinationRegistryImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
DestinationRegistryImpl.addDestination ( AbstractHTTPDestination destination )This method is from 'DestinationRegistryImpl' class.
DestinationRegistryImpl.checkRestfulRequest ( String address )This method is from 'DestinationRegistryImpl' class.
DestinationRegistryImpl.DestinationRegistryImpl ( )This constructor is from 'DestinationRegistryImpl' class.
DestinationRegistryImpl.getDestinationForPath ( String path )This method is from 'DestinationRegistryImpl' class.
DestinationRegistryImpl.getDestinationForPath ( String path, boolean tryDecoding )This method is from 'DestinationRegistryImpl' class.
DestinationRegistryImpl.getDestinations ( )This method is from 'DestinationRegistryImpl' class.
DestinationRegistryImpl.getDestinationsPaths ( )This method is from 'DestinationRegistryImpl' class.
DestinationRegistryImpl.getSortedDestinations ( )This method is from 'DestinationRegistryImpl' class.
DestinationRegistryImpl.getTrimmedPath ( String path )This method is from 'DestinationRegistryImpl' class.
DestinationRegistryImpl.removeDestination ( String path )This method is from 'DestinationRegistryImpl' class.
[+] Headers (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
Headers.copyFromRequest ( javax.servlet.http.HttpServletRequest req )This method is from 'Headers' class.
Headers.copyToResponse ( javax.servlet.http.HttpServletResponse response )This method is from 'Headers' class.
Headers.getAuthorization ( )This method is from 'Headers' class.
Headers.getSetProtocolHeaders ( org.apache.cxf.message.Message message )This method is from 'Headers' class.
Headers.Headers ( org.apache.cxf.message.Message message )This constructor is from 'Headers' class.
Headers.readFromConnection ( java.net.HttpURLConnection connection )This method is from 'Headers' class.
Headers.removeAuthorizationHeaders ( )This method is from 'Headers' class.
Headers.setAuthorization ( String authorization )This method is from 'Headers' class.
Headers.setProtocolHeadersInConnection ( java.net.HttpURLConnection connection )This method is from 'Headers' class.
Headers.setProxyAuthorization ( String authorization )This method is from 'Headers' class.
Headers.writeSessionCookies ( java.util.Map sessionCookies )This method is from 'Headers' class.
[+] HTTPConduit (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (34)
HTTPConduit.assertMessage ( org.apache.cxf.message.Message message )This method is from 'HTTPConduit' class.
HTTPConduit.canAssert ( javax.xml.namespace.QName type )This method is from 'HTTPConduit' class.
HTTPConduit.close ( )This method is from 'HTTPConduit' class.
HTTPConduit.close ( org.apache.cxf.message.Message msg )This method is from 'HTTPConduit' class.
HTTPConduit.createOutputStream ( org.apache.cxf.message.Message message, java.net.HttpURLConnection connection, boolean needToCacheRequest, boolean isChunking, int chunkThreshold )This method is from 'HTTPConduit' class.
HTTPConduit.finalizeConfig ( )This method is from 'HTTPConduit' class.
HTTPConduit.getAddress ( )This method is from 'HTTPConduit' class.
HTTPConduit.getAuthorization ( )This method is from 'HTTPConduit' class.
HTTPConduit.getAuthSupplier ( )This method is from 'HTTPConduit' class.
HTTPConduit.getBeanName ( )This method is from 'HTTPConduit' class.
HTTPConduit.getClient ( )This method is from 'HTTPConduit' class.
HTTPConduit.getClient ( org.apache.cxf.message.Message message )This method is from 'HTTPConduit' class.
HTTPConduit.getConduitName ( )This method is from 'HTTPConduit' class.
HTTPConduit.getCookies ( )This method is from 'HTTPConduit' class.
HTTPConduit.getEffectiveAuthPolicy ( org.apache.cxf.message.Message message )This method is from 'HTTPConduit' class.
HTTPConduit.getLogger ( )This method is from 'HTTPConduit' class.
HTTPConduit.getProxyAuthorization ( )This method is from 'HTTPConduit' class.
HTTPConduit.getProxyAuthSupplier ( )This method is from 'HTTPConduit' class.
HTTPConduit.getTlsClientParameters ( )This method is from 'HTTPConduit' class.
HTTPConduit.getTrustDecider ( )This method is from 'HTTPConduit' class.
HTTPConduit.getURL ( )This method is from 'HTTPConduit' class.
HTTPConduit.getURL ( boolean createOnDemand )This method is from 'HTTPConduit' class.
HTTPConduit.HTTPConduit ( org.apache.cxf.Bus b, org.apache.cxf.service.model.EndpointInfo ei )This constructor is from 'HTTPConduit' class.
HTTPConduit.HTTPConduit ( org.apache.cxf.Bus b, org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t )This constructor is from 'HTTPConduit' class.
HTTPConduit.isChunkingSupported ( org.apache.cxf.message.Message message, String httpMethod )This method is from 'HTTPConduit' class.
HTTPConduit.prepare ( org.apache.cxf.message.Message message )This method is from 'HTTPConduit' class.
HTTPConduit.propertyChange ( java.beans.PropertyChangeEvent evt )This method is from 'HTTPConduit' class.
HTTPConduit.setAuthorization ( org.apache.cxf.configuration.security.AuthorizationPolicy authorization )This method is from 'HTTPConduit' class.
HTTPConduit.setAuthSupplier ( auth.HttpAuthSupplier supplier )This method is from 'HTTPConduit' class.
HTTPConduit.setClient ( org.apache.cxf.transports.http.configuration.HTTPClientPolicy client )This method is from 'HTTPConduit' class.
HTTPConduit.setProxyAuthorization ( org.apache.cxf.configuration.security.ProxyAuthorizationPolicy proxyAuthorization )This method is from 'HTTPConduit' class.
HTTPConduit.setProxyAuthSupplier ( auth.HttpAuthSupplier proxyAuthSupplier )This method is from 'HTTPConduit' class.
HTTPConduit.setTlsClientParameters ( org.apache.cxf.configuration.jsse.TLSClientParameters params )This method is from 'HTTPConduit' class.
HTTPConduit.setTrustDecider ( MessageTrustDecider decider )This method is from 'HTTPConduit' class.
[+] HTTPConduit.InterposedMessageObserver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
HTTPConduit.InterposedMessageObserver.HTTPConduit.InterposedMessageObserver ( HTTPConduit p1 )This constructor is from 'HTTPConduit.InterposedMessageObserver' class.
HTTPConduit.InterposedMessageObserver.onMessage ( org.apache.cxf.message.Message inMessage )This method is from 'HTTPConduit.InterposedMessageObserver' class.
[+] HTTPConduit.WrappedOutputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
HTTPConduit.WrappedOutputStream.close ( )This method is from 'HTTPConduit.WrappedOutputStream' class.
HTTPConduit.WrappedOutputStream.flush ( )This method is from 'HTTPConduit.WrappedOutputStream' class.
HTTPConduit.WrappedOutputStream.handleHeadersTrustCaching ( )This method is from 'HTTPConduit.WrappedOutputStream' class.
HTTPConduit.WrappedOutputStream.handleResponse ( )This method is from 'HTTPConduit.WrappedOutputStream' class.
HTTPConduit.WrappedOutputStream.handleResponseInternal ( )This method is from 'HTTPConduit.WrappedOutputStream' class.
HTTPConduit.WrappedOutputStream.handleRetransmits ( )This method is from 'HTTPConduit.WrappedOutputStream' class.
HTTPConduit.WrappedOutputStream.HTTPConduit.WrappedOutputStream ( HTTPConduit outMessage, org.apache.cxf.message.Message connection, java.net.HttpURLConnection possibleRetransmit, boolean isChunking, boolean chunkThreshold, int conduitName, String p7 )This constructor is from 'HTTPConduit.WrappedOutputStream' class.
HTTPConduit.WrappedOutputStream.HTTPConduit.WrappedOutputStream ( HTTPConduit wos, HTTPConduit.WrappedOutputStream p2 )This constructor is from 'HTTPConduit.WrappedOutputStream' class.
HTTPConduit.WrappedOutputStream.onFirstWrite ( )This method is from 'HTTPConduit.WrappedOutputStream' class.
HTTPConduit.WrappedOutputStream.thresholdNotReached ( )This method is from 'HTTPConduit.WrappedOutputStream' class.
HTTPConduit.WrappedOutputStream.thresholdReached ( )This method is from 'HTTPConduit.WrappedOutputStream' class.
[+] HttpDestinationFactory (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
HttpDestinationFactory.createDestination ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.Bus p2, DestinationRegistry p3 )This abstract method is from 'HttpDestinationFactory' interface.
[+] HTTPException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
HTTPException.getResponseCode ( )This method is from 'HTTPException' class.
HTTPException.getResponseMessage ( )This method is from 'HTTPException' class.
HTTPException.getUrl ( )This method is from 'HTTPException' class.
HTTPException.HTTPException ( int responseCode, String responseMessage, java.net.URL url )This constructor is from 'HTTPException' class.
[+] HttpServletRequestSnapshot (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (33)
HttpServletRequestSnapshot.getAuthType ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getCharacterEncoding ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getContentLength ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getContentType ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getContextPath ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getCookies ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getHeader ( String name )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getHeaderNames ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getHeaders ( String name )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getLocalAddr ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getLocale ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getLocales ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getLocalName ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getLocalPort ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getMethod ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getPathInfo ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getPathTranslated ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getProtocol ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getQueryString ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getRemoteAddr ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getRemoteHost ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getRemotePort ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getRemoteUser ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getRequestedSessionId ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getRequestURI ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getRequestURL ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getScheme ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getServerName ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getServerPort ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getServletPath ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getSession ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.getUserPrincipal ( )This method is from 'HttpServletRequestSnapshot' class.
HttpServletRequestSnapshot.HttpServletRequestSnapshot ( javax.servlet.http.HttpServletRequest request )This constructor is from 'HttpServletRequestSnapshot' class.
[+] HTTPSession (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
HTTPSession.get ( Object key )This method is from 'HTTPSession' class.
HTTPSession.getSession ( )This method is from 'HTTPSession' class.
HTTPSession.HTTPSession ( javax.servlet.http.HttpServletRequest request )This constructor is from 'HTTPSession' class.
HTTPSession.put ( Object key, Object value )This method is from 'HTTPSession' class.
[+] HttpURLConnectionInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
HttpURLConnectionInfo.getHttpRequestMethod ( )This method is from 'HttpURLConnectionInfo' class.
HttpURLConnectionInfo.HttpURLConnectionInfo ( java.net.HttpURLConnection con )This constructor is from 'HttpURLConnectionInfo' class.
[+] HTTPWSDLExtensionLoader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
HTTPWSDLExtensionLoader.createExtensor ( org.apache.cxf.wsdl.WSDLManager manager, Class parentType, Class elementType )This method is from 'HTTPWSDLExtensionLoader' class.
HTTPWSDLExtensionLoader.HTTPWSDLExtensionLoader ( org.apache.cxf.Bus b )This constructor is from 'HTTPWSDLExtensionLoader' class.
[+] MessageTrustDecider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
MessageTrustDecider.establishTrust ( String p1, URLConnectionInfo p2, org.apache.cxf.message.Message p3 )This abstract method is from 'MessageTrustDecider' abstract class.
MessageTrustDecider.getLogicalName ( )This method is from 'MessageTrustDecider' abstract class.
MessageTrustDecider.MessageTrustDecider ( )This constructor is from 'MessageTrustDecider' abstract class.
MessageTrustDecider.MessageTrustDecider ( String name )This constructor is from 'MessageTrustDecider' abstract class.
[+] PatternBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
PatternBuilder.build ( String value )This method is from 'PatternBuilder' class.
[+] ProxyFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ProxyFactory.createProxy ( org.apache.cxf.transports.http.configuration.HTTPClientPolicy policy, java.net.URL currentUrl )This method is from 'ProxyFactory' class.
ProxyFactory.ProxyFactory ( )This constructor is from 'ProxyFactory' class.
[+] QueryHandlerRegistryImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
QueryHandlerRegistryImpl.getBus ( )This method is from 'QueryHandlerRegistryImpl' class.
QueryHandlerRegistryImpl.getHandlers ( )This method is from 'QueryHandlerRegistryImpl' class.
QueryHandlerRegistryImpl.QueryHandlerRegistryImpl ( )This constructor is from 'QueryHandlerRegistryImpl' class.
QueryHandlerRegistryImpl.QueryHandlerRegistryImpl ( org.apache.cxf.Bus b )This constructor is from 'QueryHandlerRegistryImpl' class.
QueryHandlerRegistryImpl.QueryHandlerRegistryImpl ( org.apache.cxf.Bus b, java.util.List handlers )This constructor is from 'QueryHandlerRegistryImpl' class.
QueryHandlerRegistryImpl.registerHandler ( org.apache.cxf.transports.http.QueryHandler handler )This method is from 'QueryHandlerRegistryImpl' class.
QueryHandlerRegistryImpl.registerHandler ( org.apache.cxf.transports.http.QueryHandler handler, int position )This method is from 'QueryHandlerRegistryImpl' class.
QueryHandlerRegistryImpl.setBus ( org.apache.cxf.Bus b )This method is from 'QueryHandlerRegistryImpl' class.
QueryHandlerRegistryImpl.setQueryHandlers ( java.util.List handlers )This method is from 'QueryHandlerRegistryImpl' class.
[+] Servlet3ContinuationProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
Servlet3ContinuationProvider.getContinuation ( )This method is from 'Servlet3ContinuationProvider' class.
Servlet3ContinuationProvider.Servlet3ContinuationProvider ( javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, org.apache.cxf.message.Message inMessage )This constructor is from 'Servlet3ContinuationProvider' class.
[+] Servlet3ContinuationProvider.Servlet3Continuation (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
Servlet3ContinuationProvider.Servlet3Continuation.getObject ( )This method is from 'Servlet3ContinuationProvider.Servlet3Continuation' class.
Servlet3ContinuationProvider.Servlet3Continuation.isNew ( )This method is from 'Servlet3ContinuationProvider.Servlet3Continuation' class.
Servlet3ContinuationProvider.Servlet3Continuation.isPending ( )This method is from 'Servlet3ContinuationProvider.Servlet3Continuation' class.
Servlet3ContinuationProvider.Servlet3Continuation.isResumed ( )This method is from 'Servlet3ContinuationProvider.Servlet3Continuation' class.
Servlet3ContinuationProvider.Servlet3Continuation.onComplete ( javax.servlet.AsyncEvent event )This method is from 'Servlet3ContinuationProvider.Servlet3Continuation' class.
Servlet3ContinuationProvider.Servlet3Continuation.onError ( javax.servlet.AsyncEvent event )This method is from 'Servlet3ContinuationProvider.Servlet3Continuation' class.
Servlet3ContinuationProvider.Servlet3Continuation.onStartAsync ( javax.servlet.AsyncEvent event )This method is from 'Servlet3ContinuationProvider.Servlet3Continuation' class.
Servlet3ContinuationProvider.Servlet3Continuation.onTimeout ( javax.servlet.AsyncEvent event )This method is from 'Servlet3ContinuationProvider.Servlet3Continuation' class.
Servlet3ContinuationProvider.Servlet3Continuation.redispatch ( )This method is from 'Servlet3ContinuationProvider.Servlet3Continuation' class.
Servlet3ContinuationProvider.Servlet3Continuation.reset ( )This method is from 'Servlet3ContinuationProvider.Servlet3Continuation' class.
Servlet3ContinuationProvider.Servlet3Continuation.resume ( )This method is from 'Servlet3ContinuationProvider.Servlet3Continuation' class.
Servlet3ContinuationProvider.Servlet3Continuation.Servlet3ContinuationProvider.Servlet3Continuation ( Servlet3ContinuationProvider p1 )This constructor is from 'Servlet3ContinuationProvider.Servlet3Continuation' class.
Servlet3ContinuationProvider.Servlet3Continuation.setObject ( Object o )This method is from 'Servlet3ContinuationProvider.Servlet3Continuation' class.
Servlet3ContinuationProvider.Servlet3Continuation.suspend ( long timeout )This method is from 'Servlet3ContinuationProvider.Servlet3Continuation' class.
[+] UntrustedURLConnectionIOException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
UntrustedURLConnectionIOException.UntrustedURLConnectionIOException ( String message )This constructor is from 'UntrustedURLConnectionIOException' class.
[+] URLConnectionInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
URLConnectionInfo.getURL ( )This method is from 'URLConnectionInfo' class.
URLConnectionInfo.URLConnectionInfo ( java.net.URLConnection connection )This constructor is from 'URLConnectionInfo' class.
[+] UrlUtilities (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
UrlUtilities.getStem ( String baseURI )This method is from 'UrlUtilities' class.
UrlUtilities.parseQueryString ( String s )This method is from 'UrlUtilities' class.
package org.apache.cxf.transport.http.auth
[+] DefaultBasicAuthSupplier (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
DefaultBasicAuthSupplier.DefaultBasicAuthSupplier ( )This constructor is from 'DefaultBasicAuthSupplier' class.
DefaultBasicAuthSupplier.getAuthorization ( org.apache.cxf.configuration.security.AuthorizationPolicy authPolicy, java.net.URL currentURL, org.apache.cxf.message.Message message, String fullHeader )This method is from 'DefaultBasicAuthSupplier' class.
DefaultBasicAuthSupplier.getBasicAuthHeader ( String userName, String passwd )This method is from 'DefaultBasicAuthSupplier' class.
DefaultBasicAuthSupplier.requiresRequestCaching ( )This method is from 'DefaultBasicAuthSupplier' class.
[+] DigestAuthSupplier (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
DigestAuthSupplier.createCnonce ( )This method is from 'DigestAuthSupplier' class.
DigestAuthSupplier.DigestAuthSupplier ( )This constructor is from 'DigestAuthSupplier' class.
DigestAuthSupplier.getAuthorization ( org.apache.cxf.configuration.security.AuthorizationPolicy authPolicy, java.net.URL currentURL, org.apache.cxf.message.Message message, String fullHeader )This method is from 'DigestAuthSupplier' class.
DigestAuthSupplier.requiresRequestCaching ( )This method is from 'DigestAuthSupplier' class.
[+] HttpAuthHeader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
HttpAuthHeader.authTypeIsBasic ( )This method is from 'HttpAuthHeader' class.
HttpAuthHeader.authTypeIsDigest ( )This method is from 'HttpAuthHeader' class.
HttpAuthHeader.authTypeIsNegotiate ( )This method is from 'HttpAuthHeader' class.
HttpAuthHeader.getAuthType ( )This method is from 'HttpAuthHeader' class.
HttpAuthHeader.getFullContent ( )This method is from 'HttpAuthHeader' class.
HttpAuthHeader.getFullHeader ( )This method is from 'HttpAuthHeader' class.
HttpAuthHeader.getParams ( )This method is from 'HttpAuthHeader' class.
HttpAuthHeader.getRealm ( )This method is from 'HttpAuthHeader' class.
HttpAuthHeader.HttpAuthHeader ( String fullHeader )This constructor is from 'HttpAuthHeader' class.
HttpAuthHeader.HttpAuthHeader ( String authType, java.util.Map params )This constructor is from 'HttpAuthHeader' class.
[+] HttpAuthSupplier (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
HttpAuthSupplier.getAuthorization ( org.apache.cxf.configuration.security.AuthorizationPolicy p1, java.net.URL p2, org.apache.cxf.message.Message p3, String p4 )This abstract method is from 'HttpAuthSupplier' interface.
HttpAuthSupplier.requiresRequestCaching ( )This abstract method is from 'HttpAuthSupplier' interface.
[+] SpnegoAuthSupplier (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SpnegoAuthSupplier.getAuthorization ( org.apache.cxf.configuration.security.AuthorizationPolicy authPolicy, java.net.URL currentURL, org.apache.cxf.message.Message message, String fullHeader )This method is from 'SpnegoAuthSupplier' class.
SpnegoAuthSupplier.getUsernamePasswordHandler ( String username, String password )This method is from 'SpnegoAuthSupplier' class.
SpnegoAuthSupplier.requiresRequestCaching ( )This method is from 'SpnegoAuthSupplier' class.
SpnegoAuthSupplier.SpnegoAuthSupplier ( )This constructor is from 'SpnegoAuthSupplier' class.
package org.apache.cxf.transport.http.policy
[+] HTTPClientAssertionBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
HTTPClientAssertionBuilder.buildAssertion ( )This method is from 'HTTPClientAssertionBuilder' class.
HTTPClientAssertionBuilder.HTTPClientAssertionBuilder ( )This constructor is from 'HTTPClientAssertionBuilder' class.
[+] HTTPServerAssertionBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
HTTPServerAssertionBuilder.buildAssertion ( )This method is from 'HTTPServerAssertionBuilder' class.
HTTPServerAssertionBuilder.HTTPServerAssertionBuilder ( )This constructor is from 'HTTPServerAssertionBuilder' class.
[+] NoOpPolicyInterceptorProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
NoOpPolicyInterceptorProvider.NoOpPolicyInterceptorProvider ( )This constructor is from 'NoOpPolicyInterceptorProvider' class.
[+] PolicyUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
PolicyUtils.assertClientPolicy ( org.apache.cxf.message.Message message, org.apache.cxf.transports.http.configuration.HTTPClientPolicy client )This method is from 'PolicyUtils' class.
PolicyUtils.assertServerPolicy ( org.apache.cxf.message.Message message, org.apache.cxf.transports.http.configuration.HTTPServerPolicy server )This method is from 'PolicyUtils' class.
PolicyUtils.compatible ( org.apache.cxf.transports.http.configuration.HTTPClientPolicy p1, org.apache.cxf.transports.http.configuration.HTTPClientPolicy p2 )This method is from 'PolicyUtils' class.
PolicyUtils.compatible ( org.apache.cxf.transports.http.configuration.HTTPServerPolicy p1, org.apache.cxf.transports.http.configuration.HTTPServerPolicy p2 )This method is from 'PolicyUtils' class.
PolicyUtils.equals ( org.apache.cxf.transports.http.configuration.HTTPClientPolicy p1, org.apache.cxf.transports.http.configuration.HTTPClientPolicy p2 )This method is from 'PolicyUtils' class.
PolicyUtils.equals ( org.apache.cxf.transports.http.configuration.HTTPServerPolicy p1, org.apache.cxf.transports.http.configuration.HTTPServerPolicy p2 )This method is from 'PolicyUtils' class.
PolicyUtils.getClient ( org.apache.cxf.message.Message message, org.apache.cxf.transports.http.configuration.HTTPClientPolicy confPolicy )This method is from 'PolicyUtils' class.
PolicyUtils.getClient ( org.apache.cxf.ws.policy.PolicyEngine pe, org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.transport.Conduit c )This method is from 'PolicyUtils' class.
PolicyUtils.getServer ( org.apache.cxf.message.Message message, org.apache.cxf.transports.http.configuration.HTTPServerPolicy confPolicy )This method is from 'PolicyUtils' class.
PolicyUtils.getServer ( org.apache.cxf.ws.policy.PolicyEngine pe, org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.transport.Destination d )This method is from 'PolicyUtils' class.
PolicyUtils.intersect ( org.apache.cxf.transports.http.configuration.HTTPClientPolicy p1, org.apache.cxf.transports.http.configuration.HTTPClientPolicy p2 )This method is from 'PolicyUtils' class.
PolicyUtils.intersect ( org.apache.cxf.transports.http.configuration.HTTPServerPolicy p1, org.apache.cxf.transports.http.configuration.HTTPServerPolicy p2 )This method is from 'PolicyUtils' class.
PolicyUtils.toString ( org.apache.cxf.transports.http.configuration.HTTPClientPolicy p )This method is from 'PolicyUtils' class.
PolicyUtils.toString ( org.apache.cxf.transports.http.configuration.HTTPServerPolicy p )This method is from 'PolicyUtils' class.
package org.apache.cxf.transport.http.spring
[+] HttpAuthSupplierBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
HttpAuthSupplierBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 )This method is from 'HttpAuthSupplierBeanDefinitionParser' class.
HttpAuthSupplierBeanDefinitionParser.getJaxbPackage ( )This method is from 'HttpAuthSupplierBeanDefinitionParser' class.
HttpAuthSupplierBeanDefinitionParser.HttpAuthSupplierBeanDefinitionParser ( )This constructor is from 'HttpAuthSupplierBeanDefinitionParser' class.
[+] HttpConduitBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
HttpConduitBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean )This method is from 'HttpConduitBeanDefinitionParser' class.
HttpConduitBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 )This method is from 'HttpConduitBeanDefinitionParser' class.
HttpConduitBeanDefinitionParser.HttpConduitBeanDefinitionParser ( )This constructor is from 'HttpConduitBeanDefinitionParser' class.
HttpConduitBeanDefinitionParser.mapBeanOrClassElement ( org.w3c.dom.Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, Class elementClass )This method is from 'HttpConduitBeanDefinitionParser' class.
HttpConduitBeanDefinitionParser.mapTLSClientParameters ( org.w3c.dom.Element n, org.springframework.beans.factory.support.BeanDefinitionBuilder bean )This method is from 'HttpConduitBeanDefinitionParser' class.
[+] HttpDestinationBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
HttpDestinationBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctc, org.springframework.beans.factory.support.BeanDefinitionBuilder bean )This method is from 'HttpDestinationBeanDefinitionParser' class.
HttpDestinationBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 )This method is from 'HttpDestinationBeanDefinitionParser' class.
HttpDestinationBeanDefinitionParser.getJaxbPackage ( )This method is from 'HttpDestinationBeanDefinitionParser' class.
HttpDestinationBeanDefinitionParser.HttpDestinationBeanDefinitionParser ( )This constructor is from 'HttpDestinationBeanDefinitionParser' class.
[+] MessageTrustDeciderBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
MessageTrustDeciderBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 )This method is from 'MessageTrustDeciderBeanDefinitionParser' class.
MessageTrustDeciderBeanDefinitionParser.getJaxbPackage ( )This method is from 'MessageTrustDeciderBeanDefinitionParser' class.
MessageTrustDeciderBeanDefinitionParser.MessageTrustDeciderBeanDefinitionParser ( )This constructor is from 'MessageTrustDeciderBeanDefinitionParser' class.
[+] NamespaceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
NamespaceHandler.init ( )This method is from 'NamespaceHandler' class.
NamespaceHandler.NamespaceHandler ( )This constructor is from 'NamespaceHandler' class.
package org.apache.cxf.transport.http_jaxws_spi
[+] HttpHandlerImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
HttpHandlerImpl.handle ( javax.xml.ws.spi.http.HttpExchange exchange )This method is from 'HttpHandlerImpl' class.
HttpHandlerImpl.HttpHandlerImpl ( JAXWSHttpSpiDestination destination )This constructor is from 'HttpHandlerImpl' class.
[+] JAXWSHttpSpiDestination (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
JAXWSHttpSpiDestination.doService ( javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp )This method is from 'JAXWSHttpSpiDestination' class.
JAXWSHttpSpiDestination.getBasePath ( String contextPath )This method is from 'JAXWSHttpSpiDestination' class.
JAXWSHttpSpiDestination.getLogger ( )This method is from 'JAXWSHttpSpiDestination' class.
JAXWSHttpSpiDestination.JAXWSHttpSpiDestination ( org.apache.cxf.Bus b, org.apache.cxf.transport.http.DestinationRegistry registry, org.apache.cxf.service.model.EndpointInfo ei )This constructor is from 'JAXWSHttpSpiDestination' class.
JAXWSHttpSpiDestination.serviceRequest ( javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp )This method is from 'JAXWSHttpSpiDestination' class.
[+] JAXWSHttpSpiTransportFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JAXWSHttpSpiTransportFactory.getDestination ( org.apache.cxf.service.model.EndpointInfo endpointInfo )This method is from 'JAXWSHttpSpiTransportFactory' class.
JAXWSHttpSpiTransportFactory.JAXWSHttpSpiTransportFactory ( org.apache.cxf.Bus bus, javax.xml.ws.spi.http.HttpContext context )This constructor is from 'JAXWSHttpSpiTransportFactory' class.
package org.apache.cxf.transport.http_jetty
[+] JettyConnectorFactory (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JettyConnectorFactory.createConnector ( int p1 )This abstract method is from 'JettyConnectorFactory' interface.
JettyConnectorFactory.createConnector ( String p1, int p2 )This abstract method is from 'JettyConnectorFactory' interface.
[+] JettyContextInspector (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JettyContextInspector.getAddress ( Object serverContext )This method is from 'JettyContextInspector' class.
JettyContextInspector.JettyContextInspector ( )This constructor is from 'JettyContextInspector' class.
[+] JettyDestinationFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JettyDestinationFactory.createDestination ( org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.Bus bus, org.apache.cxf.transport.http.DestinationRegistry registry )This method is from 'JettyDestinationFactory' class.
JettyDestinationFactory.JettyDestinationFactory ( )This constructor is from 'JettyDestinationFactory' class.
[+] JettyHTTPDestination (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
JettyHTTPDestination.activate ( )This method is from 'JettyHTTPDestination' class.
JettyHTTPDestination.deactivate ( )This method is from 'JettyHTTPDestination' class.
JettyHTTPDestination.doService ( javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp )This method is from 'JettyHTTPDestination' class.
JettyHTTPDestination.doService ( javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp )This method is from 'JettyHTTPDestination' class.
JettyHTTPDestination.finalizeConfig ( )This method is from 'JettyHTTPDestination' class.
JettyHTTPDestination.getBasePathForFullAddress ( String addr )This method is from 'JettyHTTPDestination' class.
JettyHTTPDestination.getEngine ( )This method is from 'JettyHTTPDestination' class.
JettyHTTPDestination.getLogger ( )This method is from 'JettyHTTPDestination' class.
JettyHTTPDestination.JettyHTTPDestination ( org.apache.cxf.Bus bus, org.apache.cxf.transport.http.DestinationRegistry registry, org.apache.cxf.service.model.EndpointInfo ei, JettyHTTPServerEngineFactory serverEngineFactory )This constructor is from 'JettyHTTPDestination' class.
JettyHTTPDestination.retrieveEngine ( )This method is from 'JettyHTTPDestination' class.
JettyHTTPDestination.retrieveFromContinuation ( javax.servlet.http.HttpServletRequest req )This method is from 'JettyHTTPDestination' class.
JettyHTTPDestination.serviceRequest ( javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp )This method is from 'JettyHTTPDestination' class.
JettyHTTPDestination.setServletContext ( javax.servlet.ServletContext sc )This method is from 'JettyHTTPDestination' class.
JettyHTTPDestination.setupContinuation ( org.apache.cxf.message.Message inMessage, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp )This method is from 'JettyHTTPDestination' class.
[+] JettyHTTPHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
JettyHTTPHandler.getName ( )This method is from 'JettyHTTPHandler' class.
JettyHTTPHandler.handle ( String target, org.eclipse.jetty.server.Request baseRequest, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response )This method is from 'JettyHTTPHandler' class.
JettyHTTPHandler.JettyHTTPHandler ( JettyHTTPDestination jhd, boolean cmExact )This constructor is from 'JettyHTTPHandler' class.
JettyHTTPHandler.setName ( String name )This method is from 'JettyHTTPHandler' class.
JettyHTTPHandler.setServletContext ( javax.servlet.ServletContext sc )This method is from 'JettyHTTPHandler' class.
[+] JettyHTTPServerEngine (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (37)
JettyHTTPServerEngine.addServant ( java.net.URL url, JettyHTTPHandler handler )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.finalizeConfig ( )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.getConnector ( )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.getContextHandler ( java.net.URL url )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.getContinuationsEnabled ( )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.getHandlers ( )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.getHost ( )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.getHTTPConnectorFactory ( )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.getHTTPSConnectorFactory ( org.apache.cxf.configuration.jsse.TLSServerParameters tlsParams )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.getMaxIdleTime ( )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.getPort ( )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.getProtocol ( )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.getServant ( java.net.URL url )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.getServer ( )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.getThreadingParameters ( )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.getTlsServerParameters ( )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.isReuseAddress ( )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.isSessionSupport ( )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.isSetThreadingParameters ( )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.JettyHTTPServerEngine ( )This constructor is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.JettyHTTPServerEngine ( org.eclipse.jetty.util.component.Container.Listener mBeanContainer, String host, int port )This constructor is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.removeServant ( java.net.URL url )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.retrieveListenerFactory ( )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.setConnector ( org.eclipse.jetty.server.Connector c )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.setContinuationsEnabled ( boolean enabled )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.setHandlers ( java.util.List h )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.setHost ( String host )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.setMaxIdleTime ( int maxIdle )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.setPort ( int p )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.setReuseAddress ( boolean reuse )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.setServer ( org.eclipse.jetty.server.Server s )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.setSessionSupport ( boolean support )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.setThreadingParameters ( ThreadingParameters params )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.setTlsServerParameters ( org.apache.cxf.configuration.jsse.TLSServerParameters params )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.setupThreadPool ( )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.shutdown ( )This method is from 'JettyHTTPServerEngine' class.
JettyHTTPServerEngine.stop ( )This method is from 'JettyHTTPServerEngine' class.
[+] JettyHTTPServerEngineFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (20)
JettyHTTPServerEngineFactory.createJettyHTTPServerEngine ( int port, String protocol )This method is from 'JettyHTTPServerEngineFactory' class.
JettyHTTPServerEngineFactory.createJettyHTTPServerEngine ( String host, int port, String protocol )This method is from 'JettyHTTPServerEngineFactory' class.
JettyHTTPServerEngineFactory.destroyForPort ( int port )This method is from 'JettyHTTPServerEngineFactory' class.
JettyHTTPServerEngineFactory.getBus ( )This method is from 'JettyHTTPServerEngineFactory' class.
JettyHTTPServerEngineFactory.getMBeanContainer ( )This method is from 'JettyHTTPServerEngineFactory' class.
JettyHTTPServerEngineFactory.getThreadingParametersMap ( )This method is from 'JettyHTTPServerEngineFactory' class.
JettyHTTPServerEngineFactory.getTlsServerParametersMap ( )This method is from 'JettyHTTPServerEngineFactory' class.
JettyHTTPServerEngineFactory.initComplete ( )This method is from 'JettyHTTPServerEngineFactory' class.
JettyHTTPServerEngineFactory.JettyHTTPServerEngineFactory ( )This constructor is from 'JettyHTTPServerEngineFactory' class.
JettyHTTPServerEngineFactory.JettyHTTPServerEngineFactory ( org.apache.cxf.Bus b )This constructor is from 'JettyHTTPServerEngineFactory' class.
JettyHTTPServerEngineFactory.JettyHTTPServerEngineFactory ( org.apache.cxf.Bus b, java.util.Map tls, java.util.Map threading )This constructor is from 'JettyHTTPServerEngineFactory' class.
JettyHTTPServerEngineFactory.postShutdown ( )This method is from 'JettyHTTPServerEngineFactory' class.
JettyHTTPServerEngineFactory.preShutdown ( )This method is from 'JettyHTTPServerEngineFactory' class.
JettyHTTPServerEngineFactory.retrieveJettyHTTPServerEngine ( int port )This method is from 'JettyHTTPServerEngineFactory' class.
JettyHTTPServerEngineFactory.setBus ( org.apache.cxf.Bus bus )This method is from 'JettyHTTPServerEngineFactory' class.
JettyHTTPServerEngineFactory.setEnginesList ( java.util.List enginesList )This method is from 'JettyHTTPServerEngineFactory' class.
JettyHTTPServerEngineFactory.setThreadingParametersMap ( java.util.Map threadingParamsMap )This method is from 'JettyHTTPServerEngineFactory' class.
JettyHTTPServerEngineFactory.setTLSServerParametersForPort ( int port, org.apache.cxf.configuration.jsse.TLSServerParameters tlsParams )This method is from 'JettyHTTPServerEngineFactory' class.
JettyHTTPServerEngineFactory.setTLSServerParametersForPort ( String host, int port, org.apache.cxf.configuration.jsse.TLSServerParameters tlsParams )This method is from 'JettyHTTPServerEngineFactory' class.
JettyHTTPServerEngineFactory.setTlsServerParametersMap ( java.util.Map tlsParamsMap )This method is from 'JettyHTTPServerEngineFactory' class.
[+] ServerEngine (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ServerEngine.addServant ( java.net.URL p1, JettyHTTPHandler p2 )This abstract method is from 'ServerEngine' interface.
ServerEngine.getServant ( java.net.URL p1 )This abstract method is from 'ServerEngine' interface.
ServerEngine.removeServant ( java.net.URL p1 )This abstract method is from 'ServerEngine' interface.
[+] ThreadingParameters (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
ThreadingParameters.getMaxThreads ( )This method is from 'ThreadingParameters' class.
ThreadingParameters.getMinThreads ( )This method is from 'ThreadingParameters' class.
ThreadingParameters.isSetMaxThreads ( )This method is from 'ThreadingParameters' class.
ThreadingParameters.isSetMinThreads ( )This method is from 'ThreadingParameters' class.
ThreadingParameters.setMaxThreads ( int number )This method is from 'ThreadingParameters' class.
ThreadingParameters.setMinThreads ( int number )This method is from 'ThreadingParameters' class.
ThreadingParameters.ThreadingParameters ( )This constructor is from 'ThreadingParameters' class.
package org.apache.cxf.transport.http_jetty.continuations
[+] JettyContinuationProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
JettyContinuationProvider.getContinuation ( )This method is from 'JettyContinuationProvider' class.
JettyContinuationProvider.getContinuation ( boolean create )This method is from 'JettyContinuationProvider' class.
JettyContinuationProvider.JettyContinuationProvider ( javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, org.apache.cxf.message.Message m )This constructor is from 'JettyContinuationProvider' class.
[+] JettyContinuationWrapper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
JettyContinuationWrapper.getMessage ( )This method is from 'JettyContinuationWrapper' class.
JettyContinuationWrapper.getObject ( )This method is from 'JettyContinuationWrapper' class.
JettyContinuationWrapper.isNew ( )This method is from 'JettyContinuationWrapper' class.
JettyContinuationWrapper.isPending ( )This method is from 'JettyContinuationWrapper' class.
JettyContinuationWrapper.isResumed ( )This method is from 'JettyContinuationWrapper' class.
JettyContinuationWrapper.JettyContinuationWrapper ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse resp, org.apache.cxf.message.Message m )This constructor is from 'JettyContinuationWrapper' class.
JettyContinuationWrapper.onComplete ( org.eclipse.jetty.continuation.Continuation continuation )This method is from 'JettyContinuationWrapper' class.
JettyContinuationWrapper.onTimeout ( org.eclipse.jetty.continuation.Continuation continuation )This method is from 'JettyContinuationWrapper' class.
JettyContinuationWrapper.reset ( )This method is from 'JettyContinuationWrapper' class.
JettyContinuationWrapper.resume ( )This method is from 'JettyContinuationWrapper' class.
JettyContinuationWrapper.setObject ( Object userObject )This method is from 'JettyContinuationWrapper' class.
JettyContinuationWrapper.suspend ( long timeout )This method is from 'JettyContinuationWrapper' class.
package org.apache.cxf.transport.http_jetty.spring
[+] JettyHTTPServerEngineBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
JettyHTTPServerEngineBeanDefinitionParser.createThreadingParameters ( String s, javax.xml.bind.JAXBContext context )This method is from 'JettyHTTPServerEngineBeanDefinitionParser' class.
JettyHTTPServerEngineBeanDefinitionParser.createThreadingParametersRef ( String s, javax.xml.bind.JAXBContext context )This method is from 'JettyHTTPServerEngineBeanDefinitionParser' class.
JettyHTTPServerEngineBeanDefinitionParser.createTLSServerParametersConfig ( String s, javax.xml.bind.JAXBContext context )This method is from 'JettyHTTPServerEngineBeanDefinitionParser' class.
JettyHTTPServerEngineBeanDefinitionParser.createTLSServerParametersConfigRef ( String s, javax.xml.bind.JAXBContext context )This method is from 'JettyHTTPServerEngineBeanDefinitionParser' class.
JettyHTTPServerEngineBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean )This method is from 'JettyHTTPServerEngineBeanDefinitionParser' class.
JettyHTTPServerEngineBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 )This method is from 'JettyHTTPServerEngineBeanDefinitionParser' class.
JettyHTTPServerEngineBeanDefinitionParser.JettyHTTPServerEngineBeanDefinitionParser ( )This constructor is from 'JettyHTTPServerEngineBeanDefinitionParser' class.
JettyHTTPServerEngineBeanDefinitionParser.shouldGenerateId ( )This method is from 'JettyHTTPServerEngineBeanDefinitionParser' class.
[+] JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.afterPropertiesSet ( )This method is from 'JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine' class.
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.finalizeConfig ( )This method is from 'JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine' class.
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine ( )This constructor is from 'JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine' class.
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine ( org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory fac, org.apache.cxf.Bus b, String host, int port )This constructor is from 'JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine' class.
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.setApplicationContext ( org.springframework.context.ApplicationContext ctx )This method is from 'JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine' class.
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.setBus ( org.apache.cxf.Bus b )This method is from 'JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine' class.
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.setThreadingParametersRef ( String s )This method is from 'JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine' class.
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.setTlsServerParametersRef ( String s )This method is from 'JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine' class.
[+] JettyHTTPServerEngineFactoryBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
JettyHTTPServerEngineFactoryBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean )This method is from 'JettyHTTPServerEngineFactoryBeanDefinitionParser' class.
JettyHTTPServerEngineFactoryBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 )This method is from 'JettyHTTPServerEngineFactoryBeanDefinitionParser' class.
JettyHTTPServerEngineFactoryBeanDefinitionParser.JettyHTTPServerEngineFactoryBeanDefinitionParser ( )This constructor is from 'JettyHTTPServerEngineFactoryBeanDefinitionParser' class.
JettyHTTPServerEngineFactoryBeanDefinitionParser.resolveId ( org.w3c.dom.Element elem, org.springframework.beans.factory.support.AbstractBeanDefinition definition, org.springframework.beans.factory.xml.ParserContext ctx )This method is from 'JettyHTTPServerEngineFactoryBeanDefinitionParser' class.
JettyHTTPServerEngineFactoryBeanDefinitionParser.shouldGenerateId ( )This method is from 'JettyHTTPServerEngineFactoryBeanDefinitionParser' class.
[+] JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory.JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory ( )This constructor is from 'JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory' class.
JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory.JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory ( org.apache.cxf.Bus bus, java.util.Map tls, java.util.Map threading )This constructor is from 'JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory' class.
JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory.setApplicationContext ( org.springframework.context.ApplicationContext ctx )This method is from 'JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory' class.
[+] JettySpringTypesFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
JettySpringTypesFactory.createThreadingParametersMap ( String s, javax.xml.bind.JAXBContext ctx )This method is from 'JettySpringTypesFactory' class.
JettySpringTypesFactory.createTLSServerParametersMap ( String s, javax.xml.bind.JAXBContext ctx )This method is from 'JettySpringTypesFactory' class.
JettySpringTypesFactory.JettySpringTypesFactory ( )This constructor is from 'JettySpringTypesFactory' class.
JettySpringTypesFactory.parseListElement ( org.w3c.dom.Element parent, javax.xml.namespace.QName name, Class c, javax.xml.bind.JAXBContext context )This method is from 'JettySpringTypesFactory' class.
[+] NamespaceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
NamespaceHandler.init ( )This method is from 'NamespaceHandler' class.
NamespaceHandler.NamespaceHandler ( )This constructor is from 'NamespaceHandler' class.
package org.apache.cxf.transport.https
[+] CertConstraints (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
CertConstraints.CertConstraints ( java.util.List subjectConstraints, CertConstraints.Combinator subjectConstraintsCombinator, java.util.List issuerConstraints, CertConstraints.Combinator issuerConstraintsCombinator )This constructor is from 'CertConstraints' class.
CertConstraints.matches ( java.security.cert.X509Certificate cert )This method is from 'CertConstraints' class.
[+] CertConstraints.Combinator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
CertConstraints.Combinator.valueOf ( String name )This method is from 'CertConstraints.Combinator' class.
CertConstraints.Combinator.values ( )This method is from 'CertConstraints.Combinator' class.
[+] CertConstraintsFeature (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
CertConstraintsFeature.CertConstraintsFeature ( )This constructor is from 'CertConstraintsFeature' class.
CertConstraintsFeature.getCertificateConstraints ( )This method is from 'CertConstraintsFeature' class.
CertConstraintsFeature.initialize ( org.apache.cxf.Bus bus )This method is from 'CertConstraintsFeature' class.
CertConstraintsFeature.initialize ( org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus )This method is from 'CertConstraintsFeature' class.
CertConstraintsFeature.initialize ( org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus )This method is from 'CertConstraintsFeature' class.
CertConstraintsFeature.initializeProvider ( org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus )This method is from 'CertConstraintsFeature' class.
CertConstraintsFeature.setCertificateConstraints ( org.apache.cxf.configuration.security.CertificateConstraintsType c )This method is from 'CertConstraintsFeature' class.
[+] CertConstraintsInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
CertConstraintsInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'CertConstraintsInterceptor' class.
[+] CertConstraintsJaxBUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
CertConstraintsJaxBUtils.createCertConstraints ( org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints )This method is from 'CertConstraintsJaxBUtils' class.
CertConstraintsJaxBUtils.getIssuerConstraints ( org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints )This method is from 'CertConstraintsJaxBUtils' class.
CertConstraintsJaxBUtils.getIssuerConstraintsCombinator ( org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints )This method is from 'CertConstraintsJaxBUtils' class.
CertConstraintsJaxBUtils.getSubjectConstraints ( org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints )This method is from 'CertConstraintsJaxBUtils' class.
CertConstraintsJaxBUtils.getSubjectConstraintsCombinator ( org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints )This method is from 'CertConstraintsJaxBUtils' class.
[+] CertificateHostnameVerifier (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
CertificateHostnameVerifier.check ( String p1, String[ ] p2, String[ ] p3 )This abstract method is from 'CertificateHostnameVerifier' interface.
CertificateHostnameVerifier.check ( String p1, java.security.cert.X509Certificate p2 )This abstract method is from 'CertificateHostnameVerifier' interface.
CertificateHostnameVerifier.check ( String p1, javax.net.ssl.SSLSocket p2 )This abstract method is from 'CertificateHostnameVerifier' interface.
CertificateHostnameVerifier.check ( String[ ] p1, String[ ] p2, String[ ] p3 )This abstract method is from 'CertificateHostnameVerifier' interface.
CertificateHostnameVerifier.check ( String[ ] p1, java.security.cert.X509Certificate p2 )This abstract method is from 'CertificateHostnameVerifier' interface.
CertificateHostnameVerifier.check ( String[ ] p1, javax.net.ssl.SSLSocket p2 )This abstract method is from 'CertificateHostnameVerifier' interface.
CertificateHostnameVerifier.verify ( String p1, javax.net.ssl.SSLSession p2 )This abstract method is from 'CertificateHostnameVerifier' interface.
[+] CertificateHostnameVerifier.AbstractVerifier (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
CertificateHostnameVerifier.AbstractVerifier.acceptableCountryWildcard ( String cn )This method is from 'CertificateHostnameVerifier.AbstractVerifier' abstract class.
CertificateHostnameVerifier.AbstractVerifier.CertificateHostnameVerifier.AbstractVerifier ( )This constructor is from 'CertificateHostnameVerifier.AbstractVerifier' abstract class.
CertificateHostnameVerifier.AbstractVerifier.check ( String host, String[ ] cns, String[ ] subjectAlts )This method is from 'CertificateHostnameVerifier.AbstractVerifier' abstract class.
CertificateHostnameVerifier.AbstractVerifier.check ( String host, java.security.cert.X509Certificate cert )This method is from 'CertificateHostnameVerifier.AbstractVerifier' abstract class.
CertificateHostnameVerifier.AbstractVerifier.check ( String host, javax.net.ssl.SSLSocket ssl )This method is from 'CertificateHostnameVerifier.AbstractVerifier' abstract class.
CertificateHostnameVerifier.AbstractVerifier.check ( String[ ] hosts, String[ ] cns, String[ ] subjectAlts, boolean ie6, boolean strictWithSubDomains )This method is from 'CertificateHostnameVerifier.AbstractVerifier' abstract class.
CertificateHostnameVerifier.AbstractVerifier.check ( String[ ] host, java.security.cert.X509Certificate cert )This method is from 'CertificateHostnameVerifier.AbstractVerifier' abstract class.
CertificateHostnameVerifier.AbstractVerifier.check ( String[ ] host, javax.net.ssl.SSLSocket ssl )This method is from 'CertificateHostnameVerifier.AbstractVerifier' abstract class.
CertificateHostnameVerifier.AbstractVerifier.countDots ( String s )This method is from 'CertificateHostnameVerifier.AbstractVerifier' abstract class.
CertificateHostnameVerifier.AbstractVerifier.isIP4Address ( String cn )This method is from 'CertificateHostnameVerifier.AbstractVerifier' abstract class.
CertificateHostnameVerifier.AbstractVerifier.isLocalhost ( String host )This method is from 'CertificateHostnameVerifier.AbstractVerifier' abstract class.
CertificateHostnameVerifier.AbstractVerifier.verify ( String host, javax.net.ssl.SSLSession session )This method is from 'CertificateHostnameVerifier.AbstractVerifier' abstract class.
[+] CertificateHostnameVerifier.Certificates (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
CertificateHostnameVerifier.Certificates.getCNs ( java.security.cert.X509Certificate cert )This method is from 'CertificateHostnameVerifier.Certificates' class.
CertificateHostnameVerifier.Certificates.getDNSSubjectAlts ( java.security.cert.X509Certificate cert )This method is from 'CertificateHostnameVerifier.Certificates' class.
[+] HttpsURLConnectionFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
HttpsURLConnectionFactory.addLogHandler ( java.util.logging.Handler handler )This method is from 'HttpsURLConnectionFactory' class.
HttpsURLConnectionFactory.createConnection ( org.apache.cxf.configuration.jsse.TLSClientParameters tlsClientParameters, java.net.Proxy proxy, java.net.URL url )This method is from 'HttpsURLConnectionFactory' class.
HttpsURLConnectionFactory.decorateWithTLS ( org.apache.cxf.configuration.jsse.TLSClientParameters tlsClientParameters, java.net.HttpURLConnection connection )This method is from 'HttpsURLConnectionFactory' class.
HttpsURLConnectionFactory.HttpsURLConnectionFactory ( )This constructor is from 'HttpsURLConnectionFactory' class.
[+] HttpsURLConnectionInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
HttpsURLConnectionInfo.getEnabledCipherSuite ( )This method is from 'HttpsURLConnectionInfo' class.
HttpsURLConnectionInfo.getLocalCertificates ( )This method is from 'HttpsURLConnectionInfo' class.
HttpsURLConnectionInfo.getLocalPrincipal ( )This method is from 'HttpsURLConnectionInfo' class.
HttpsURLConnectionInfo.getPeerPrincipal ( )This method is from 'HttpsURLConnectionInfo' class.
HttpsURLConnectionInfo.getServerCertificates ( )This method is from 'HttpsURLConnectionInfo' class.
HttpsURLConnectionInfo.HttpsURLConnectionInfo ( java.net.HttpURLConnection connection )This constructor is from 'HttpsURLConnectionInfo' class.
[+] SSLUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (25)
SSLUtils.getCiphersuites ( java.util.List cipherSuitesList, String[ ] supportedCipherSuites, org.apache.cxf.configuration.security.FiltersType filters, java.util.logging.Logger log, boolean exclude )This method is from 'SSLUtils' class.
SSLUtils.getKeyPassword ( String keyPassword, java.util.logging.Logger log )This method is from 'SSLUtils' class.
SSLUtils.getKeystore ( String keyStoreLocation, java.util.logging.Logger log )This method is from 'SSLUtils' class.
SSLUtils.getKeystoreAlgorithm ( String keyStoreMgrFactoryAlgorithm, java.util.logging.Logger log )This method is from 'SSLUtils' class.
SSLUtils.getKeyStoreManagers ( String keyStoreLocation, String keyStoreType, String keyStorePassword, String keyPassword, String keyStoreMgrFactoryAlgorithm, String secureSocketProtocol, java.util.logging.Logger log )This method is from 'SSLUtils' class.
SSLUtils.getKeystorePassword ( String keyStorePassword, java.util.logging.Logger log )This method is from 'SSLUtils' class.
SSLUtils.getKeystoreProvider ( String keyStoreProvider, java.util.logging.Logger log )This method is from 'SSLUtils' class.
SSLUtils.getKeystoreType ( String keyStoreType, java.util.logging.Logger log )This method is from 'SSLUtils' class.
SSLUtils.getKeystoreType ( String keyStoreType, java.util.logging.Logger log, String def )This method is from 'SSLUtils' class.
SSLUtils.getRequireClientAuthentication ( boolean isSetRequireClientAuthentication, Boolean isRequireClientAuthentication, java.util.logging.Logger log )This method is from 'SSLUtils' class.
SSLUtils.getSecureSocketProtocol ( String secureSocketProtocol, java.util.logging.Logger log )This method is from 'SSLUtils' class.
SSLUtils.getServerSupportedCipherSuites ( javax.net.ssl.SSLContext context )This method is from 'SSLUtils' class.
SSLUtils.getSSLContext ( String protocol, javax.net.ssl.KeyManager[ ] keyStoreManagers, javax.net.ssl.TrustManager[ ] trustStoreManagers )This method is from 'SSLUtils' class.
SSLUtils.getSupportedCipherSuites ( javax.net.ssl.SSLContext context )This method is from 'SSLUtils' class.
SSLUtils.getTrustStore ( String trustStoreLocation, java.util.logging.Logger log )This method is from 'SSLUtils' class.
SSLUtils.getTrustStoreAlgorithm ( String trustStoreMgrFactoryAlgorithm, java.util.logging.Logger log )This method is from 'SSLUtils' class.
SSLUtils.getTrustStoreManagers ( boolean pkcs12, String trustStoreType, String trustStoreLocation, String trustStoreMgrFactoryAlgorithm, java.util.logging.Logger log )This method is from 'SSLUtils' class.
SSLUtils.getTrustStoreType ( String trustStoreType, java.util.logging.Logger log )This method is from 'SSLUtils' class.
SSLUtils.getWantClientAuthentication ( boolean isSetWantClientAuthentication, Boolean isWantClientAuthentication, java.util.logging.Logger log )This method is from 'SSLUtils' class.
SSLUtils.loadCACert ( String fileName )This method is from 'SSLUtils' class.
SSLUtils.loadClientCredential ( String fileName )This method is from 'SSLUtils' class.
SSLUtils.loadKeyStore ( javax.net.ssl.KeyManagerFactory kmf, java.security.KeyStore ks, java.io.ByteArrayInputStream bin, String keyStoreLocation, String keyStorePassword, java.util.logging.Logger log )This method is from 'SSLUtils' class.
SSLUtils.logUnSupportedPolicies ( Object policy, boolean client, String[ ] unsupported, java.util.logging.Logger log )This method is from 'SSLUtils' class.
SSLUtils.propogateSecureSession ( javax.servlet.http.HttpServletRequest request, org.apache.cxf.message.Message message )This method is from 'SSLUtils' class.
SSLUtils.testAllDataHasSetupMethod ( Object policy, String[ ] unsupported, String[ ] derivative )This method is from 'SSLUtils' class.
package org.apache.cxf.transport.https_jetty
[+] CXFJettySslSocketConnector (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
CXFJettySslSocketConnector.createSSLContext ( )This method is from 'CXFJettySslSocketConnector' class.
CXFJettySslSocketConnector.CXFJettySslSocketConnector ( )This constructor is from 'CXFJettySslSocketConnector' class.
CXFJettySslSocketConnector.doStart ( )This method is from 'CXFJettySslSocketConnector' class.
CXFJettySslSocketConnector.setCipherSuites ( java.util.List cs )This method is from 'CXFJettySslSocketConnector' class.
CXFJettySslSocketConnector.setCipherSuitesFilter ( org.apache.cxf.configuration.security.FiltersType filter )This method is from 'CXFJettySslSocketConnector' class.
CXFJettySslSocketConnector.setClientAuthentication ( org.apache.cxf.configuration.security.ClientAuthentication clientAuth )This method is from 'CXFJettySslSocketConnector' class.
CXFJettySslSocketConnector.setKeyManagers ( javax.net.ssl.KeyManager[ ] kmgrs )This method is from 'CXFJettySslSocketConnector' class.
CXFJettySslSocketConnector.setSecureRandom ( java.security.SecureRandom random )This method is from 'CXFJettySslSocketConnector' class.
CXFJettySslSocketConnector.setTrustManagers ( javax.net.ssl.TrustManager[ ] tmgrs )This method is from 'CXFJettySslSocketConnector' class.
[+] JettySslConnectorFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
JettySslConnectorFactory.createConnector ( int port )This method is from 'JettySslConnectorFactory' class.
JettySslConnectorFactory.createConnector ( String host, int port )This method is from 'JettySslConnectorFactory' class.
JettySslConnectorFactory.JettySslConnectorFactory ( org.apache.cxf.configuration.jsse.TLSServerParameters params )This constructor is from 'JettySslConnectorFactory' class.
JettySslConnectorFactory.JettySslConnectorFactory ( org.apache.cxf.configuration.jsse.TLSServerParameters params, int maxIdle )This constructor is from 'JettySslConnectorFactory' class.
package org.apache.cxf.transport.jms
[+] AddressType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (42)
AddressType.AddressType ( )This constructor is from 'AddressType' class.
AddressType.getConnectionPassword ( )This method is from 'AddressType' class.
AddressType.getConnectionUserName ( )This method is from 'AddressType' class.
AddressType.getDestinationStyle ( )This method is from 'AddressType' class.
AddressType.getJmsDestinationName ( )This method is from 'AddressType' class.
AddressType.getJMSNamingProperty ( )This method is from 'AddressType' class.
AddressType.getJmsReplyDestinationName ( )This method is from 'AddressType' class.
AddressType.getJmsReplyToDestinationName ( )This method is from 'AddressType' class.
AddressType.getJndiConnectionFactoryName ( )This method is from 'AddressType' class.
AddressType.getJndiDestinationName ( )This method is from 'AddressType' class.
AddressType.getJndiReplyDestinationName ( )This method is from 'AddressType' class.
AddressType.getJndiReplyToDestinationName ( )This method is from 'AddressType' class.
AddressType.isReconnectOnException ( )This method is from 'AddressType' class.
AddressType.isSetConnectionPassword ( )This method is from 'AddressType' class.
AddressType.isSetConnectionUserName ( )This method is from 'AddressType' class.
AddressType.isSetDestinationStyle ( )This method is from 'AddressType' class.
AddressType.isSetJmsDestinationName ( )This method is from 'AddressType' class.
AddressType.isSetJMSNamingProperty ( )This method is from 'AddressType' class.
AddressType.isSetJmsReplyDestinationName ( )This method is from 'AddressType' class.
AddressType.isSetJmsReplyToDestinationName ( )This method is from 'AddressType' class.
AddressType.isSetJndiConnectionFactoryName ( )This method is from 'AddressType' class.
AddressType.isSetJndiDestinationName ( )This method is from 'AddressType' class.
AddressType.isSetJndiReplyDestinationName ( )This method is from 'AddressType' class.
AddressType.isSetJndiReplyToDestinationName ( )This method is from 'AddressType' class.
AddressType.isSetReconnectOnException ( )This method is from 'AddressType' class.
AddressType.isSetUseJms11 ( )This method is from 'AddressType' class.
AddressType.isUseJms11 ( )This method is from 'AddressType' class.
AddressType.setConnectionPassword ( String value )This method is from 'AddressType' class.
AddressType.setConnectionUserName ( String value )This method is from 'AddressType' class.
AddressType.setDestinationStyle ( DestinationStyleType value )This method is from 'AddressType' class.
AddressType.setJmsDestinationName ( String value )This method is from 'AddressType' class.
AddressType.setJmsReplyDestinationName ( String value )This method is from 'AddressType' class.
AddressType.setJmsReplyToDestinationName ( String value )This method is from 'AddressType' class.
AddressType.setJndiConnectionFactoryName ( String value )This method is from 'AddressType' class.
AddressType.setJndiDestinationName ( String value )This method is from 'AddressType' class.
AddressType.setJndiReplyDestinationName ( String value )This method is from 'AddressType' class.
AddressType.setJndiReplyToDestinationName ( String value )This method is from 'AddressType' class.
AddressType.setReconnectOnException ( boolean value )This method is from 'AddressType' class.
AddressType.setUseJms11 ( boolean value )This method is from 'AddressType' class.
AddressType.unsetJMSNamingProperty ( )This method is from 'AddressType' class.
AddressType.unsetReconnectOnException ( )This method is from 'AddressType' class.
AddressType.unsetUseJms11 ( )This method is from 'AddressType' class.
[+] ClientBehaviorPolicyType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ClientBehaviorPolicyType.ClientBehaviorPolicyType ( )This constructor is from 'ClientBehaviorPolicyType' class.
ClientBehaviorPolicyType.getMessageType ( )This method is from 'ClientBehaviorPolicyType' class.
ClientBehaviorPolicyType.isSetMessageType ( )This method is from 'ClientBehaviorPolicyType' class.
ClientBehaviorPolicyType.setMessageType ( MessageFormatType value )This method is from 'ClientBehaviorPolicyType' class.
[+] ClientConfig (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (20)
ClientConfig.ClientConfig ( )This constructor is from 'ClientConfig' class.
ClientConfig.getClientReceiveTimeout ( )This method is from 'ClientConfig' class.
ClientConfig.getConduitSelectorPrefix ( )This method is from 'ClientConfig' class.
ClientConfig.getMessageTimeToLive ( )This method is from 'ClientConfig' class.
ClientConfig.isEnforceSpec ( )This method is from 'ClientConfig' class.
ClientConfig.isSetClientReceiveTimeout ( )This method is from 'ClientConfig' class.
ClientConfig.isSetConduitSelectorPrefix ( )This method is from 'ClientConfig' class.
ClientConfig.isSetEnforceSpec ( )This method is from 'ClientConfig' class.
ClientConfig.isSetMessageTimeToLive ( )This method is from 'ClientConfig' class.
ClientConfig.isSetUseConduitIdSelector ( )This method is from 'ClientConfig' class.
ClientConfig.isUseConduitIdSelector ( )This method is from 'ClientConfig' class.
ClientConfig.setClientReceiveTimeout ( long value )This method is from 'ClientConfig' class.
ClientConfig.setConduitSelectorPrefix ( String value )This method is from 'ClientConfig' class.
ClientConfig.setEnforceSpec ( boolean value )This method is from 'ClientConfig' class.
ClientConfig.setMessageTimeToLive ( long value )This method is from 'ClientConfig' class.
ClientConfig.setUseConduitIdSelector ( boolean value )This method is from 'ClientConfig' class.
ClientConfig.unsetClientReceiveTimeout ( )This method is from 'ClientConfig' class.
ClientConfig.unsetEnforceSpec ( )This method is from 'ClientConfig' class.
ClientConfig.unsetMessageTimeToLive ( )This method is from 'ClientConfig' class.
ClientConfig.unsetUseConduitIdSelector ( )This method is from 'ClientConfig' class.
[+] DestinationStyleType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
DestinationStyleType.fromValue ( String v )This method is from 'DestinationStyleType' class.
DestinationStyleType.value ( )This method is from 'DestinationStyleType' class.
DestinationStyleType.valueOf ( String name )This method is from 'DestinationStyleType' class.
DestinationStyleType.values ( )This method is from 'DestinationStyleType' class.
[+] JCATransactionalMessageListenerContainer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JCATransactionalMessageListenerContainer.JCATransactionalMessageListenerContainer ( org.apache.cxf.service.model.EndpointInfo ei )This constructor is from 'JCATransactionalMessageListenerContainer' class.
JCATransactionalMessageListenerContainer.receiveAndExecute ( Object invoker, javax.jms.Session session, javax.jms.MessageConsumer consumer )This method is from 'JCATransactionalMessageListenerContainer' class.
[+] JMSConduit (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
JMSConduit.close ( )This method is from 'JMSConduit' class.
JMSConduit.doReplyMessage ( org.apache.cxf.message.Exchange exchange, javax.jms.Message jmsMessage )This method is from 'JMSConduit' class.
JMSConduit.finalize ( )This method is from 'JMSConduit' class.
JMSConduit.getJmsConfig ( )This method is from 'JMSConduit' class.
JMSConduit.getLogger ( )This method is from 'JMSConduit' class.
JMSConduit.isSetReplyTo ( org.apache.cxf.message.Message message )This method is from 'JMSConduit' class.
JMSConduit.JMSConduit ( org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, JMSConfiguration jmsConfig, org.apache.cxf.Bus b )This constructor is from 'JMSConduit' class.
JMSConduit.onMessage ( javax.jms.Message jmsMessage )This method is from 'JMSConduit' class.
JMSConduit.prepare ( org.apache.cxf.message.Message message )This method is from 'JMSConduit' class.
JMSConduit.sendExchange ( org.apache.cxf.message.Exchange exchange, Object request )This method is from 'JMSConduit' class.
JMSConduit.setJmsConfig ( JMSConfiguration jmsConfig )This method is from 'JMSConduit' class.
JMSConduit.shutdownListeners ( )This method is from 'JMSConduit' class.
[+] JMSConfigFeature (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
JMSConfigFeature.getJmsConfig ( )This method is from 'JMSConfigFeature' class.
JMSConfigFeature.initialize ( org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus )This method is from 'JMSConfigFeature' class.
JMSConfigFeature.initialize ( org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus )This method is from 'JMSConfigFeature' class.
JMSConfigFeature.JMSConfigFeature ( )This constructor is from 'JMSConfigFeature' class.
JMSConfigFeature.setJmsConfig ( JMSConfiguration jmsConfig )This method is from 'JMSConfigFeature' class.
[+] JMSConfiguration (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (101)
JMSConfiguration.afterPropertiesSet ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.destroyWrappedConnectionFactory ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.ensureProperlyConfigured ( org.apache.cxf.common.i18n.Message msg )This method is from 'JMSConfiguration' class.
JMSConfiguration.getCacheLevel ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getCacheLevelName ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getConcurrentConsumers ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getConduitSelectorPrefix ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getConnectionFactory ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getDeliveryMode ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getDestinationResolver ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getDurableSubscriptionClientId ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getDurableSubscriptionName ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getJmsTemplate ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getJndiConfig ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getJndiTemplate ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getMaxConcurrentConsumers ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getMaxSuspendedContinuations ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getMessageListenerContainer ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getMessageSelector ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getMessageType ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getOrCreateWrappedConnectionFactory ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getPriority ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getReceiveTimeout ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getReconnectPercentOfMax ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getRecoveryInterval ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getReplyDestination ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getReplyToDestination ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getRequestURI ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getTargetDestination ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getTargetService ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getTaskExecutor ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getTimeToLive ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getTransactionManager ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.getWrappedConnectionFactory ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.isAcceptMessagesWhileStopping ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.isAutoResolveDestination ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.isEnforceSpec ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.isExplicitQosEnabled ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.isJmsProviderTibcoEms ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.isMessageIdEnabled ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.isMessageTimestampEnabled ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.isPubSubDomain ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.isPubSubNoLocal ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.isReconnectOnException ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.isReplyPubSubDomain ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.isSessionTransacted ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.isSetConduitSelectorPrefix ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.isSetEnforceSpec ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.isSetUseConduitIdSelector ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.isSubscriptionDurable ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.isUseConduitIdSelector ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.isUseJms11 ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.isUsingEndpointInfo ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.isWrapInSingleConnectionFactory ( )This method is from 'JMSConfiguration' class.
JMSConfiguration.JMSConfiguration ( )This constructor is from 'JMSConfiguration' class.
JMSConfiguration.setAcceptMessagesWhileStopping ( boolean acceptMessagesWhileStopping )This method is from 'JMSConfiguration' class.
JMSConfiguration.setAutoResolveDestination ( boolean autoResolveDestination )This method is from 'JMSConfiguration' class.
JMSConfiguration.setCacheLevel ( int cacheLevel )This method is from 'JMSConfiguration' class.
JMSConfiguration.setCacheLevelName ( String cacheLevelName )This method is from 'JMSConfiguration' class.
JMSConfiguration.setConcurrentConsumers ( int concurrentConsumers )This method is from 'JMSConfiguration' class.
JMSConfiguration.setConduitSelectorPrefix ( String conduitSelectorPrefix )This method is from 'JMSConfiguration' class.
JMSConfiguration.setConnectionFactory ( javax.jms.ConnectionFactory connectionFactory )This method is from 'JMSConfiguration' class.
JMSConfiguration.setDeliveryMode ( int deliveryMode )This method is from 'JMSConfiguration' class.
JMSConfiguration.setDestinationResolver ( org.springframework.jms.support.destination.DestinationResolver destinationResolver )This method is from 'JMSConfiguration' class.
JMSConfiguration.setDurableSubscriptionClientId ( String durableSubscriptionClientId )This method is from 'JMSConfiguration' class.
JMSConfiguration.setDurableSubscriptionName ( String durableSubscriptionName )This method is from 'JMSConfiguration' class.
JMSConfiguration.setEnforceSpec ( boolean enforceSpec )This method is from 'JMSConfiguration' class.
JMSConfiguration.setExplicitQosEnabled ( boolean explicitQosEnabled )This method is from 'JMSConfiguration' class.
JMSConfiguration.setJmsProviderTibcoEms ( boolean jmsProviderTibcoEms )This method is from 'JMSConfiguration' class.
JMSConfiguration.setJmsTemplate ( org.springframework.jms.core.JmsTemplate jmsTemplate )This method is from 'JMSConfiguration' class.
JMSConfiguration.setJndiConfig ( JNDIConfiguration jndiConfig )This method is from 'JMSConfiguration' class.
JMSConfiguration.setJndiTemplate ( org.springframework.jndi.JndiTemplate jndiTemplate )This method is from 'JMSConfiguration' class.
JMSConfiguration.setMaxConcurrentConsumers ( int maxConcurrentConsumers )This method is from 'JMSConfiguration' class.
JMSConfiguration.setMaxSuspendedContinuations ( int maxSuspendedContinuations )This method is from 'JMSConfiguration' class.
JMSConfiguration.setMessageIdEnabled ( boolean messageIdEnabled )This method is from 'JMSConfiguration' class.
JMSConfiguration.setMessageListenerContainer ( org.springframework.jms.listener.AbstractMessageListenerContainer messageListenerContainer )This method is from 'JMSConfiguration' class.
JMSConfiguration.setMessageSelector ( String messageSelector )This method is from 'JMSConfiguration' class.
JMSConfiguration.setMessageTimestampEnabled ( boolean messageTimestampEnabled )This method is from 'JMSConfiguration' class.
JMSConfiguration.setMessageType ( String messageType )This method is from 'JMSConfiguration' class.
JMSConfiguration.setPriority ( int priority )This method is from 'JMSConfiguration' class.
JMSConfiguration.setPubSubDomain ( boolean pubSubDomain )This method is from 'JMSConfiguration' class.
JMSConfiguration.setPubSubNoLocal ( boolean pubSubNoLocal )This method is from 'JMSConfiguration' class.
JMSConfiguration.setReceiveTimeout ( Long receiveTimeout )This method is from 'JMSConfiguration' class.
JMSConfiguration.setReconnectOnException ( boolean reconnectOnException )This method is from 'JMSConfiguration' class.
JMSConfiguration.setReconnectPercentOfMax ( int reconnectPercentOfMax )This method is from 'JMSConfiguration' class.
JMSConfiguration.setRecoveryInterval ( long recoveryInterval )This method is from 'JMSConfiguration' class.
JMSConfiguration.setReplyDestination ( String replyDestination )This method is from 'JMSConfiguration' class.
JMSConfiguration.setReplyPubSubDomain ( boolean replyPubSubDomain )This method is from 'JMSConfiguration' class.
JMSConfiguration.setReplyToDestination ( String replyToDestination )This method is from 'JMSConfiguration' class.
JMSConfiguration.setRequestURI ( String requestURI )This method is from 'JMSConfiguration' class.
JMSConfiguration.setSessionTransacted ( boolean sessionTransacted )This method is from 'JMSConfiguration' class.
JMSConfiguration.setSubscriptionDurable ( boolean subscriptionDurable )This method is from 'JMSConfiguration' class.
JMSConfiguration.setTargetDestination ( String targetDestination )This method is from 'JMSConfiguration' class.
JMSConfiguration.setTargetService ( String targetService )This method is from 'JMSConfiguration' class.
JMSConfiguration.setTaskExecutor ( org.springframework.core.task.TaskExecutor taskExecutor )This method is from 'JMSConfiguration' class.
JMSConfiguration.setTimeToLive ( long timeToLive )This method is from 'JMSConfiguration' class.
JMSConfiguration.setTransactionManager ( org.springframework.transaction.PlatformTransactionManager transactionManager )This method is from 'JMSConfiguration' class.
JMSConfiguration.setUseConduitIdSelector ( boolean useConduitIdSelector )This method is from 'JMSConfiguration' class.
JMSConfiguration.setUseJms11 ( boolean useJms11 )This method is from 'JMSConfiguration' class.
JMSConfiguration.setUsingEndpointInfo ( boolean usingEndpointInfo )This method is from 'JMSConfiguration' class.
JMSConfiguration.setWrapInSingleConnectionFactory ( boolean wrapInSingleConnectionFactory )This method is from 'JMSConfiguration' class.
[+] JMSDestination (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
JMSDestination.activate ( )This method is from 'JMSDestination' class.
JMSDestination.deactivate ( )This method is from 'JMSDestination' class.
JMSDestination.determineCorrelationID ( javax.jms.Message request )This method is from 'JMSDestination' class.
JMSDestination.getInbuiltBackChannel ( org.apache.cxf.message.Message inMessage )This method is from 'JMSDestination' class.
JMSDestination.getJmsConfig ( )This method is from 'JMSDestination' class.
JMSDestination.getLogger ( )This method is from 'JMSDestination' class.
JMSDestination.getReplyToDestination ( org.springframework.jms.core.JmsTemplate jmsTemplate, org.apache.cxf.message.Message inMessage )This method is from 'JMSDestination' class.
JMSDestination.JMSDestination ( org.apache.cxf.Bus b, org.apache.cxf.service.model.EndpointInfo info, JMSConfiguration jmsConfig )This constructor is from 'JMSDestination' class.
JMSDestination.onMessage ( javax.jms.Message message )This method is from 'JMSDestination' class.
JMSDestination.onMessage ( javax.jms.Message message, javax.jms.Session session )This method is from 'JMSDestination' class.
JMSDestination.sendExchange ( org.apache.cxf.message.Exchange exchange, Object replyObj )This method is from 'JMSDestination' class.
JMSDestination.setJmsConfig ( JMSConfiguration jmsConfig )This method is from 'JMSDestination' class.
JMSDestination.shutdown ( )This method is from 'JMSDestination' class.
[+] JMSDestination.BackChannelConduit (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
JMSDestination.BackChannelConduit.getLogger ( )This method is from 'JMSDestination.BackChannelConduit' class.
JMSDestination.BackChannelConduit.prepare ( org.apache.cxf.message.Message message )This method is from 'JMSDestination.BackChannelConduit' class.
JMSDestination.BackChannelConduit.setMessageObserver ( org.apache.cxf.transport.MessageObserver observer )This method is from 'JMSDestination.BackChannelConduit' class.
[+] JMSFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
JMSFactory.createJmsListener ( org.apache.cxf.service.model.EndpointInfo ei, JMSConfiguration jmsConfig, javax.jms.MessageListener listenerHandler, String destinationName )This method is from 'JMSFactory' class.
JMSFactory.createJmsListener ( JMSConfiguration jmsConfig, javax.jms.MessageListener listenerHandler, String destination, String messageSelectorPrefix, boolean userCID )This method is from 'JMSFactory' class.
JMSFactory.createJmsListener ( JMSConfiguration jmsConfig, javax.jms.MessageListener listenerHandler, javax.jms.Destination destination, String messageSelectorPrefix, boolean userCID )This method is from 'JMSFactory' class.
JMSFactory.createJmsListener ( org.springframework.jms.listener.DefaultMessageListenerContainer jmsListener, JMSConfiguration jmsConfig, javax.jms.MessageListener listenerHandler, String destinationName, javax.jms.Destination destination, String messageSelectorPrefix, boolean userCID )This method is from 'JMSFactory' class.
JMSFactory.createJmsTemplate ( JMSConfiguration jmsConfig, JMSMessageHeadersType messageProperties )This method is from 'JMSFactory' class.
JMSFactory.resolveOrCreateDestination ( org.springframework.jms.core.JmsTemplate jmsTemplate, String replyToDestinationName, boolean pubSubDomain )This method is from 'JMSFactory' class.
[+] JMSFaultType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
JMSFaultType.getAny ( )This method is from 'JMSFaultType' class.
JMSFaultType.getFaultCode ( )This method is from 'JMSFaultType' class.
JMSFaultType.getOtherAttributes ( )This method is from 'JMSFaultType' class.
JMSFaultType.isSetAny ( )This method is from 'JMSFaultType' class.
JMSFaultType.isSetFaultCode ( )This method is from 'JMSFaultType' class.
JMSFaultType.JMSFaultType ( )This constructor is from 'JMSFaultType' class.
JMSFaultType.setFaultCode ( javax.xml.namespace.QName value )This method is from 'JMSFaultType' class.
JMSFaultType.unsetAny ( )This method is from 'JMSFaultType' class.
[+] JMSMessageHeadersType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (62)
JMSMessageHeadersType.getJMSCorrelationID ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.getJMSDeliveryMode ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.getJMSExpiration ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.getJMSMessageID ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.getJMSPriority ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.getJMSReplyTo ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.getJMSTimeStamp ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.getJMSType ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.getProperty ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.getSOAPJMSBindingVersion ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.getSOAPJMSContentEncoding ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.getSOAPJMSContentType ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.getSOAPJMSRequestURI ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.getSOAPJMSSOAPAction ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.getSOAPJMSTargetService ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.getTimeToLive ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.isJMSRedelivered ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.isSetJMSCorrelationID ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.isSetJMSDeliveryMode ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.isSetJMSExpiration ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.isSetJMSMessageID ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.isSetJMSPriority ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.isSetJMSRedelivered ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.isSetJMSReplyTo ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.isSetJMSTimeStamp ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.isSetJMSType ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.isSetProperty ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.isSetSOAPJMSBindingVersion ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.isSetSOAPJMSContentEncoding ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.isSetSOAPJMSContentType ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.isSetSOAPJMSIsFault ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.isSetSOAPJMSRequestURI ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.isSetSOAPJMSSOAPAction ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.isSetSOAPJMSTargetService ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.isSetTimeToLive ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.isSOAPJMSIsFault ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.JMSMessageHeadersType ( )This constructor is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.setJMSCorrelationID ( String value )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.setJMSDeliveryMode ( int value )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.setJMSExpiration ( long value )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.setJMSMessageID ( String value )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.setJMSPriority ( int value )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.setJMSRedelivered ( boolean value )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.setJMSReplyTo ( String value )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.setJMSTimeStamp ( long value )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.setJMSType ( String value )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.setSOAPJMSBindingVersion ( String value )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.setSOAPJMSContentEncoding ( String value )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.setSOAPJMSContentType ( String value )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.setSOAPJMSIsFault ( boolean value )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.setSOAPJMSRequestURI ( String value )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.setSOAPJMSSOAPAction ( String value )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.setSOAPJMSTargetService ( String value )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.setTimeToLive ( long value )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.unsetJMSDeliveryMode ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.unsetJMSExpiration ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.unsetJMSPriority ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.unsetJMSRedelivered ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.unsetJMSTimeStamp ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.unsetProperty ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.unsetSOAPJMSIsFault ( )This method is from 'JMSMessageHeadersType' class.
JMSMessageHeadersType.unsetTimeToLive ( )This method is from 'JMSMessageHeadersType' class.
[+] JMSNamingPropertyType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
JMSNamingPropertyType.getName ( )This method is from 'JMSNamingPropertyType' class.
JMSNamingPropertyType.getValue ( )This method is from 'JMSNamingPropertyType' class.
JMSNamingPropertyType.isSetName ( )This method is from 'JMSNamingPropertyType' class.
JMSNamingPropertyType.isSetValue ( )This method is from 'JMSNamingPropertyType' class.
JMSNamingPropertyType.JMSNamingPropertyType ( )This constructor is from 'JMSNamingPropertyType' class.
JMSNamingPropertyType.setName ( String value )This method is from 'JMSNamingPropertyType' class.
JMSNamingPropertyType.setValue ( String value )This method is from 'JMSNamingPropertyType' class.
[+] JMSOldConfigHolder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (20)
JMSOldConfigHolder.configureEndpoint ( boolean isConduit, uri.JMSEndpoint endpoint )This method is from 'JMSOldConfigHolder' class.
JMSOldConfigHolder.createJMSConfigurationFromEndpointInfo ( org.apache.cxf.Bus bus, org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, boolean isConduit )This method is from 'JMSOldConfigHolder' class.
JMSOldConfigHolder.getAddress ( )This method is from 'JMSOldConfigHolder' class.
JMSOldConfigHolder.getClientConfig ( )This method is from 'JMSOldConfigHolder' class.
JMSOldConfigHolder.getExtensorsAndConfig ( org.apache.cxf.Bus bus, org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, boolean isConduit )This method is from 'JMSOldConfigHolder' class.
JMSOldConfigHolder.getInitialContextEnv ( uri.JMSEndpoint endpoint )This method is from 'JMSOldConfigHolder' class.
JMSOldConfigHolder.getJmsConfig ( )This method is from 'JMSOldConfigHolder' class.
JMSOldConfigHolder.getRuntimePolicy ( )This method is from 'JMSOldConfigHolder' class.
JMSOldConfigHolder.getServerBehavior ( )This method is from 'JMSOldConfigHolder' class.
JMSOldConfigHolder.getServerConfig ( )This method is from 'JMSOldConfigHolder' class.
JMSOldConfigHolder.getSessionPool ( )This method is from 'JMSOldConfigHolder' class.
JMSOldConfigHolder.getWSDLExtensor ( org.apache.cxf.service.model.EndpointInfo ei, Class cls )This method is from 'JMSOldConfigHolder' class.
JMSOldConfigHolder.JMSOldConfigHolder ( )This constructor is from 'JMSOldConfigHolder' class.
JMSOldConfigHolder.setAddress ( AddressType ad )This method is from 'JMSOldConfigHolder' class.
JMSOldConfigHolder.setClientConfig ( ClientConfig clientConfig )This method is from 'JMSOldConfigHolder' class.
JMSOldConfigHolder.setJmsConfig ( JMSConfiguration jmsConfig )This method is from 'JMSOldConfigHolder' class.
JMSOldConfigHolder.setRuntimePolicy ( ClientBehaviorPolicyType runtimePolicy )This method is from 'JMSOldConfigHolder' class.
JMSOldConfigHolder.setServerBehavior ( ServerBehaviorPolicyType serverBehavior )This method is from 'JMSOldConfigHolder' class.
JMSOldConfigHolder.setServerConfig ( ServerConfig serverConfig )This method is from 'JMSOldConfigHolder' class.
JMSOldConfigHolder.setSessionPool ( SessionPoolType sessionPool )This method is from 'JMSOldConfigHolder' class.
[+] JMSPropertyType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
JMSPropertyType.getName ( )This method is from 'JMSPropertyType' class.
JMSPropertyType.getValue ( )This method is from 'JMSPropertyType' class.
JMSPropertyType.isSetName ( )This method is from 'JMSPropertyType' class.
JMSPropertyType.isSetValue ( )This method is from 'JMSPropertyType' class.
JMSPropertyType.JMSPropertyType ( )This constructor is from 'JMSPropertyType' class.
JMSPropertyType.setName ( String value )This method is from 'JMSPropertyType' class.
JMSPropertyType.setValue ( String value )This method is from 'JMSPropertyType' class.
[+] JMSTransportFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
JMSTransportFactory.getConduit ( org.apache.cxf.service.model.EndpointInfo endpointInfo )This method is from 'JMSTransportFactory' class.
JMSTransportFactory.getConduit ( org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target )This method is from 'JMSTransportFactory' class.
JMSTransportFactory.getDestination ( org.apache.cxf.service.model.EndpointInfo endpointInfo )This method is from 'JMSTransportFactory' class.
JMSTransportFactory.getUriPrefixes ( )This method is from 'JMSTransportFactory' class.
JMSTransportFactory.JMSTransportFactory ( )This constructor is from 'JMSTransportFactory' class.
JMSTransportFactory.setBus ( org.apache.cxf.Bus bus )This method is from 'JMSTransportFactory' class.
[+] JMSUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
JMSUtils.addContentTypeToProtocolHeader ( org.apache.cxf.message.Message message )This method is from 'JMSUtils' class.
JMSUtils.buildJMSMessageFromCXFMessage ( JMSConfiguration jmsConfig, org.apache.cxf.message.Message outMessage, Object payload, String messageType, javax.jms.Session session, javax.jms.Destination replyTo, String correlationId )This method is from 'JMSUtils' class.
JMSUtils.createAndSetPayload ( Object payload, javax.jms.Session session, String messageType )This method is from 'JMSUtils' class.
JMSUtils.createCorrelationId ( String prefix, long i )This method is from 'JMSUtils' class.
JMSUtils.getContentEncoding ( org.apache.cxf.message.Message message )This method is from 'JMSUtils' class.
JMSUtils.getContentType ( org.apache.cxf.message.Message message )This method is from 'JMSUtils' class.
JMSUtils.getTimeToLive ( JMSMessageHeadersType headers )This method is from 'JMSUtils' class.
JMSUtils.initResponseMessageProperties ( JMSMessageHeadersType messageProperties, JMSMessageHeadersType inMessageProperties )This method is from 'JMSUtils' class.
JMSUtils.populateIncomingContext ( javax.jms.Message message, org.apache.cxf.message.Message inMessage, String messageType, JMSConfiguration jmsConfig )This method is from 'JMSUtils' class.
JMSUtils.retrieveAndSetPayload ( org.apache.cxf.message.Message inMessage, javax.jms.Message message, String encoding )This method is from 'JMSUtils' class.
JMSUtils.setMessageProperties ( JMSMessageHeadersType headers, javax.jms.Message message )This method is from 'JMSUtils' class.
[+] JNDIConfiguration (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
JNDIConfiguration.createJndiTemple ( )This method is from 'JNDIConfiguration' class.
JNDIConfiguration.getConnectionPassword ( )This method is from 'JNDIConfiguration' class.
JNDIConfiguration.getConnectionUserName ( )This method is from 'JNDIConfiguration' class.
JNDIConfiguration.getEnvironment ( )This method is from 'JNDIConfiguration' class.
JNDIConfiguration.getJndiConnectionFactoryName ( )This method is from 'JNDIConfiguration' class.
JNDIConfiguration.JNDIConfiguration ( )This constructor is from 'JNDIConfiguration' class.
JNDIConfiguration.setConnectionPassword ( String connectionPassword )This method is from 'JNDIConfiguration' class.
JNDIConfiguration.setConnectionUserName ( String connectionUserName )This method is from 'JNDIConfiguration' class.
JNDIConfiguration.setEnvironment ( java.util.Properties environment )This method is from 'JNDIConfiguration' class.
JNDIConfiguration.setJndiConnectionFactoryName ( String jndiConnectionFactoryName )This method is from 'JNDIConfiguration' class.
[+] MessageFormatType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
MessageFormatType.fromValue ( String v )This method is from 'MessageFormatType' class.
MessageFormatType.value ( )This method is from 'MessageFormatType' class.
MessageFormatType.valueOf ( String name )This method is from 'MessageFormatType' class.
MessageFormatType.values ( )This method is from 'MessageFormatType' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
ObjectFactory.createAddress ( AddressType value )This method is from 'ObjectFactory' class.
ObjectFactory.createAddressType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createClient ( ClientBehaviorPolicyType value )This method is from 'ObjectFactory' class.
ObjectFactory.createClientBehaviorPolicyType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createClientConfig ( )This method is from 'ObjectFactory' class.
ObjectFactory.createClientConfig ( ClientConfig value )This method is from 'ObjectFactory' class.
ObjectFactory.createJMSFaultType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createJMSMessageHeadersType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createJMSNamingPropertyType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createJMSPropertyType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createServer ( ServerBehaviorPolicyType value )This method is from 'ObjectFactory' class.
ObjectFactory.createServerBehaviorPolicyType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createServerConfig ( )This method is from 'ObjectFactory' class.
ObjectFactory.createServerConfig ( ServerConfig value )This method is from 'ObjectFactory' class.
ObjectFactory.createSessionPool ( SessionPoolType value )This method is from 'ObjectFactory' class.
ObjectFactory.createSessionPoolType ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] ServerBehaviorPolicyType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
ServerBehaviorPolicyType.getDurableSubscriberName ( )This method is from 'ServerBehaviorPolicyType' class.
ServerBehaviorPolicyType.getMessageSelector ( )This method is from 'ServerBehaviorPolicyType' class.
ServerBehaviorPolicyType.isSetDurableSubscriberName ( )This method is from 'ServerBehaviorPolicyType' class.
ServerBehaviorPolicyType.isSetMessageSelector ( )This method is from 'ServerBehaviorPolicyType' class.
ServerBehaviorPolicyType.isSetTransactional ( )This method is from 'ServerBehaviorPolicyType' class.
ServerBehaviorPolicyType.isSetUseMessageIDAsCorrelationID ( )This method is from 'ServerBehaviorPolicyType' class.
ServerBehaviorPolicyType.isTransactional ( )This method is from 'ServerBehaviorPolicyType' class.
ServerBehaviorPolicyType.isUseMessageIDAsCorrelationID ( )This method is from 'ServerBehaviorPolicyType' class.
ServerBehaviorPolicyType.ServerBehaviorPolicyType ( )This constructor is from 'ServerBehaviorPolicyType' class.
ServerBehaviorPolicyType.setDurableSubscriberName ( String value )This method is from 'ServerBehaviorPolicyType' class.
ServerBehaviorPolicyType.setMessageSelector ( String value )This method is from 'ServerBehaviorPolicyType' class.
ServerBehaviorPolicyType.setTransactional ( boolean value )This method is from 'ServerBehaviorPolicyType' class.
ServerBehaviorPolicyType.setUseMessageIDAsCorrelationID ( boolean value )This method is from 'ServerBehaviorPolicyType' class.
ServerBehaviorPolicyType.unsetTransactional ( )This method is from 'ServerBehaviorPolicyType' class.
ServerBehaviorPolicyType.unsetUseMessageIDAsCorrelationID ( )This method is from 'ServerBehaviorPolicyType' class.
[+] ServerConfig (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
ServerConfig.getDurableSubscriptionClientId ( )This method is from 'ServerConfig' class.
ServerConfig.getMessageTimeToLive ( )This method is from 'ServerConfig' class.
ServerConfig.isSetDurableSubscriptionClientId ( )This method is from 'ServerConfig' class.
ServerConfig.isSetMessageTimeToLive ( )This method is from 'ServerConfig' class.
ServerConfig.ServerConfig ( )This constructor is from 'ServerConfig' class.
ServerConfig.setDurableSubscriptionClientId ( String value )This method is from 'ServerConfig' class.
ServerConfig.setMessageTimeToLive ( long value )This method is from 'ServerConfig' class.
ServerConfig.unsetMessageTimeToLive ( )This method is from 'ServerConfig' class.
[+] SessionPoolType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
SessionPoolType.getHighWaterMark ( )This method is from 'SessionPoolType' class.
SessionPoolType.getLowWaterMark ( )This method is from 'SessionPoolType' class.
SessionPoolType.isSetHighWaterMark ( )This method is from 'SessionPoolType' class.
SessionPoolType.isSetLowWaterMark ( )This method is from 'SessionPoolType' class.
SessionPoolType.SessionPoolType ( )This constructor is from 'SessionPoolType' class.
SessionPoolType.setHighWaterMark ( int value )This method is from 'SessionPoolType' class.
SessionPoolType.setLowWaterMark ( int value )This method is from 'SessionPoolType' class.
SessionPoolType.unsetHighWaterMark ( )This method is from 'SessionPoolType' class.
SessionPoolType.unsetLowWaterMark ( )This method is from 'SessionPoolType' class.
[+] XASingleConnectionFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
XASingleConnectionFactory.doCreateConnection ( )This method is from 'XASingleConnectionFactory' class.
XASingleConnectionFactory.getSession ( javax.jms.Connection con, Integer mode )This method is from 'XASingleConnectionFactory' class.
XASingleConnectionFactory.XASingleConnectionFactory ( javax.jms.ConnectionFactory targetConnectionFactory )This constructor is from 'XASingleConnectionFactory' class.
package org.apache.cxf.transport.jms.continuations
[+] JMSContinuation (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
JMSContinuation.cancelTimerTask ( )This method is from 'JMSContinuation' class.
JMSContinuation.createTimerTask ( long timeout )This method is from 'JMSContinuation' class.
JMSContinuation.doResume ( )This method is from 'JMSContinuation' class.
JMSContinuation.getObject ( )This method is from 'JMSContinuation' class.
JMSContinuation.isNew ( )This method is from 'JMSContinuation' class.
JMSContinuation.isPending ( )This method is from 'JMSContinuation' class.
JMSContinuation.isResumed ( )This method is from 'JMSContinuation' class.
JMSContinuation.JMSContinuation ( org.apache.cxf.Bus b, org.apache.cxf.message.Message m, org.apache.cxf.transport.MessageObserver observer, java.util.Collection cList, org.springframework.jms.listener.AbstractMessageListenerContainer jmsListener, org.apache.cxf.transport.jms.JMSConfiguration jmsConfig )This constructor is from 'JMSContinuation' class.
JMSContinuation.modifyList ( boolean remove )This method is from 'JMSContinuation' class.
JMSContinuation.reset ( )This method is from 'JMSContinuation' class.
JMSContinuation.resume ( )This method is from 'JMSContinuation' class.
JMSContinuation.setObject ( Object o )This method is from 'JMSContinuation' class.
JMSContinuation.suspend ( long timeout )This method is from 'JMSContinuation' class.
JMSContinuation.updateContinuations ( boolean remove )This method is from 'JMSContinuation' class.
[+] JMSContinuationProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JMSContinuationProvider.getContinuation ( )This method is from 'JMSContinuationProvider' class.
JMSContinuationProvider.JMSContinuationProvider ( org.apache.cxf.Bus b, org.apache.cxf.message.Message m, org.apache.cxf.transport.MessageObserver observer, java.util.Collection cList, org.springframework.jms.listener.AbstractMessageListenerContainer jmsListener, org.apache.cxf.transport.jms.JMSConfiguration jmsConfig )This constructor is from 'JMSContinuationProvider' class.
package org.apache.cxf.transport.jms.spring
[+] JMSConduitBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
JMSConduitBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean )This method is from 'JMSConduitBeanDefinitionParser' class.
JMSConduitBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 )This method is from 'JMSConduitBeanDefinitionParser' class.
JMSConduitBeanDefinitionParser.JMSConduitBeanDefinitionParser ( )This constructor is from 'JMSConduitBeanDefinitionParser' class.
[+] JMSDestinationBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
JMSDestinationBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean )This method is from 'JMSDestinationBeanDefinitionParser' class.
JMSDestinationBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 )This method is from 'JMSDestinationBeanDefinitionParser' class.
JMSDestinationBeanDefinitionParser.JMSDestinationBeanDefinitionParser ( )This constructor is from 'JMSDestinationBeanDefinitionParser' class.
[+] NamespaceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
NamespaceHandler.init ( )This method is from 'NamespaceHandler' class.
NamespaceHandler.NamespaceHandler ( )This constructor is from 'NamespaceHandler' class.
package org.apache.cxf.transport.jms.uri
[+] DeliveryModeType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
DeliveryModeType.fromValue ( String v )This method is from 'DeliveryModeType' class.
DeliveryModeType.value ( )This method is from 'DeliveryModeType' class.
DeliveryModeType.valueOf ( String name )This method is from 'DeliveryModeType' class.
DeliveryModeType.values ( )This method is from 'DeliveryModeType' class.
[+] JMSEndpoint (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
JMSEndpoint.getJndiParameters ( )This method is from 'JMSEndpoint' class.
JMSEndpoint.getParameter ( String key )This method is from 'JMSEndpoint' class.
JMSEndpoint.getParameters ( )This method is from 'JMSEndpoint' class.
JMSEndpoint.getRequestURI ( )This method is from 'JMSEndpoint' class.
JMSEndpoint.JMSEndpoint ( )This constructor is from 'JMSEndpoint' class.
JMSEndpoint.JMSEndpoint ( String endpointUri, String jmsVariant, String destinationName )This constructor is from 'JMSEndpoint' class.
JMSEndpoint.putJndiParameter ( String key, String value )This method is from 'JMSEndpoint' class.
JMSEndpoint.putParameter ( String key, String value )This method is from 'JMSEndpoint' class.
[+] JMSEndpointParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
JMSEndpointParser.convertPathToActualDestination ( String path )This method is from 'JMSEndpointParser' class.
JMSEndpointParser.createEndpoint ( String uri )This method is from 'JMSEndpointParser' class.
JMSEndpointParser.createEndpoint ( String uri, String remaining )This method is from 'JMSEndpointParser' class.
JMSEndpointParser.getConfiguration ( )This method is from 'JMSEndpointParser' class.
JMSEndpointParser.removeStartingCharacters ( String text, char ch )This method is from 'JMSEndpointParser' class.
JMSEndpointParser.validateURI ( String uri, String path, java.util.Map parameters )This method is from 'JMSEndpointParser' class.
[+] JMSEndpointType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (50)
JMSEndpointType.getDeliveryMode ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.getDestinationName ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.getEndpointUri ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.getJmsVariant ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.getJndiConnectionFactoryName ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.getJndiInitialContextFactory ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.getJndiURL ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.getPassword ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.getPriority ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.getReplyToName ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.getTimeToLive ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.getTopicReplyToName ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.getUsername ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.isReconnectOnException ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.isSetDeliveryMode ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.isSetDestinationName ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.isSetEndpointUri ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.isSetJmsVariant ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.isSetJndiConnectionFactoryName ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.isSetJndiInitialContextFactory ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.isSetJndiURL ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.isSetPassword ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.isSetPriority ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.isSetReconnectOnException ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.isSetReplyToName ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.isSetTimeToLive ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.isSetTopicReplyToName ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.isSetUseJMS11 ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.isSetUsername ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.isUseJMS11 ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.JMSEndpointType ( )This constructor is from 'JMSEndpointType' class.
JMSEndpointType.setDeliveryMode ( DeliveryModeType value )This method is from 'JMSEndpointType' class.
JMSEndpointType.setDestinationName ( String value )This method is from 'JMSEndpointType' class.
JMSEndpointType.setEndpointUri ( String value )This method is from 'JMSEndpointType' class.
JMSEndpointType.setJmsVariant ( String value )This method is from 'JMSEndpointType' class.
JMSEndpointType.setJndiConnectionFactoryName ( String value )This method is from 'JMSEndpointType' class.
JMSEndpointType.setJndiInitialContextFactory ( String value )This method is from 'JMSEndpointType' class.
JMSEndpointType.setJndiURL ( String value )This method is from 'JMSEndpointType' class.
JMSEndpointType.setPassword ( String value )This method is from 'JMSEndpointType' class.
JMSEndpointType.setPriority ( int value )This method is from 'JMSEndpointType' class.
JMSEndpointType.setReconnectOnException ( boolean value )This method is from 'JMSEndpointType' class.
JMSEndpointType.setReplyToName ( String value )This method is from 'JMSEndpointType' class.
JMSEndpointType.setTimeToLive ( long value )This method is from 'JMSEndpointType' class.
JMSEndpointType.setTopicReplyToName ( String value )This method is from 'JMSEndpointType' class.
JMSEndpointType.setUseJMS11 ( boolean value )This method is from 'JMSEndpointType' class.
JMSEndpointType.setUsername ( String value )This method is from 'JMSEndpointType' class.
JMSEndpointType.unsetPriority ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.unsetReconnectOnException ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.unsetTimeToLive ( )This method is from 'JMSEndpointType' class.
JMSEndpointType.unsetUseJMS11 ( )This method is from 'JMSEndpointType' class.
[+] JMSJNDIEndpoint (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
JMSJNDIEndpoint.JMSJNDIEndpoint ( String uri, String subject )This constructor is from 'JMSJNDIEndpoint' class.
[+] JMSQueueEndpoint (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
JMSQueueEndpoint.JMSQueueEndpoint ( String uri, String subject )This constructor is from 'JMSQueueEndpoint' class.
[+] JMSTopicEndpoint (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
JMSTopicEndpoint.JMSTopicEndpoint ( String uri, String subject )This constructor is from 'JMSTopicEndpoint' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ObjectFactory.createJMSEndpointType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createParameterType ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] ParameterType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
ParameterType.getName ( )This method is from 'ParameterType' class.
ParameterType.getValue ( )This method is from 'ParameterType' class.
ParameterType.isSetName ( )This method is from 'ParameterType' class.
ParameterType.isSetValue ( )This method is from 'ParameterType' class.
ParameterType.ParameterType ( )This constructor is from 'ParameterType' class.
ParameterType.setName ( String value )This method is from 'ParameterType' class.
ParameterType.setValue ( String value )This method is from 'ParameterType' class.
[+] ResolveEndpointFailedException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ResolveEndpointFailedException.getUri ( )This method is from 'ResolveEndpointFailedException' class.
ResolveEndpointFailedException.ResolveEndpointFailedException ( String uri, String message )This constructor is from 'ResolveEndpointFailedException' class.
ResolveEndpointFailedException.ResolveEndpointFailedException ( String uri, Throwable cause )This constructor is from 'ResolveEndpointFailedException' class.
[+] UnsafeUriCharactersEncoder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
UnsafeUriCharactersEncoder.encode ( String s )This method is from 'UnsafeUriCharactersEncoder' class.
[+] URISupport (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
URISupport.changeScheme ( java.net.URI bindAddr, String scheme )This method is from 'URISupport' class.
URISupport.checkParenthesis ( String str )This method is from 'URISupport' class.
URISupport.createQueryString ( java.util.Map options )This method is from 'URISupport' class.
URISupport.createRemainingURI ( java.net.URI originalURI, java.util.Map params )This method is from 'URISupport' class.
URISupport.createURIWithQuery ( java.net.URI uri, String query )This method is from 'URISupport' class.
URISupport.parseComposite ( java.net.URI uri )This method is from 'URISupport' class.
URISupport.parseParameters ( java.net.URI uri )This method is from 'URISupport' class.
URISupport.parseQuery ( String uri )This method is from 'URISupport' class.
URISupport.removeQuery ( java.net.URI uri )This method is from 'URISupport' class.
URISupport.stripPrefix ( String value, String prefix )This method is from 'URISupport' class.
URISupport.stripScheme ( java.net.URI uri )This method is from 'URISupport' class.
[+] URISupport.CompositeData (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
URISupport.CompositeData.getComponents ( )This method is from 'URISupport.CompositeData' class.
URISupport.CompositeData.getFragment ( )This method is from 'URISupport.CompositeData' class.
URISupport.CompositeData.getHost ( )This method is from 'URISupport.CompositeData' class.
URISupport.CompositeData.getParameters ( )This method is from 'URISupport.CompositeData' class.
URISupport.CompositeData.getPath ( )This method is from 'URISupport.CompositeData' class.
URISupport.CompositeData.getScheme ( )This method is from 'URISupport.CompositeData' class.
URISupport.CompositeData.toURI ( )This method is from 'URISupport.CompositeData' class.
URISupport.CompositeData.URISupport.CompositeData ( )This constructor is from 'URISupport.CompositeData' class.
package org.apache.cxf.transport.jms.wsdl
[+] DeliveryModeType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
DeliveryModeType.DeliveryModeType ( )This constructor is from 'DeliveryModeType' class.
DeliveryModeType.getElementType ( )This method is from 'DeliveryModeType' class.
DeliveryModeType.getRequired ( )This method is from 'DeliveryModeType' class.
DeliveryModeType.getValue ( )This method is from 'DeliveryModeType' class.
DeliveryModeType.setElementType ( javax.xml.namespace.QName type )This method is from 'DeliveryModeType' class.
DeliveryModeType.setRequired ( Boolean required )This method is from 'DeliveryModeType' class.
DeliveryModeType.setValue ( String value )This method is from 'DeliveryModeType' class.
[+] JndiConnectionFactoryNameType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
JndiConnectionFactoryNameType.getElementType ( )This method is from 'JndiConnectionFactoryNameType' class.
JndiConnectionFactoryNameType.getRequired ( )This method is from 'JndiConnectionFactoryNameType' class.
JndiConnectionFactoryNameType.getValue ( )This method is from 'JndiConnectionFactoryNameType' class.
JndiConnectionFactoryNameType.JndiConnectionFactoryNameType ( )This constructor is from 'JndiConnectionFactoryNameType' class.
JndiConnectionFactoryNameType.setElementType ( javax.xml.namespace.QName type )This method is from 'JndiConnectionFactoryNameType' class.
JndiConnectionFactoryNameType.setRequired ( Boolean required )This method is from 'JndiConnectionFactoryNameType' class.
JndiConnectionFactoryNameType.setValue ( String value )This method is from 'JndiConnectionFactoryNameType' class.
[+] JndiContextParameterType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
JndiContextParameterType.getElementType ( )This method is from 'JndiContextParameterType' class.
JndiContextParameterType.getName ( )This method is from 'JndiContextParameterType' class.
JndiContextParameterType.getRequired ( )This method is from 'JndiContextParameterType' class.
JndiContextParameterType.getValue ( )This method is from 'JndiContextParameterType' class.
JndiContextParameterType.JndiContextParameterType ( )This constructor is from 'JndiContextParameterType' class.
JndiContextParameterType.setElementType ( javax.xml.namespace.QName type )This method is from 'JndiContextParameterType' class.
JndiContextParameterType.setName ( String value )This method is from 'JndiContextParameterType' class.
JndiContextParameterType.setRequired ( Boolean required )This method is from 'JndiContextParameterType' class.
JndiContextParameterType.setValue ( String value )This method is from 'JndiContextParameterType' class.
[+] JndiInitialContextFactoryType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
JndiInitialContextFactoryType.getElementType ( )This method is from 'JndiInitialContextFactoryType' class.
JndiInitialContextFactoryType.getRequired ( )This method is from 'JndiInitialContextFactoryType' class.
JndiInitialContextFactoryType.getValue ( )This method is from 'JndiInitialContextFactoryType' class.
JndiInitialContextFactoryType.JndiInitialContextFactoryType ( )This constructor is from 'JndiInitialContextFactoryType' class.
JndiInitialContextFactoryType.setElementType ( javax.xml.namespace.QName type )This method is from 'JndiInitialContextFactoryType' class.
JndiInitialContextFactoryType.setRequired ( Boolean required )This method is from 'JndiInitialContextFactoryType' class.
JndiInitialContextFactoryType.setValue ( String value )This method is from 'JndiInitialContextFactoryType' class.
[+] JndiURLType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
JndiURLType.getElementType ( )This method is from 'JndiURLType' class.
JndiURLType.getRequired ( )This method is from 'JndiURLType' class.
JndiURLType.getValue ( )This method is from 'JndiURLType' class.
JndiURLType.JndiURLType ( )This constructor is from 'JndiURLType' class.
JndiURLType.setElementType ( javax.xml.namespace.QName type )This method is from 'JndiURLType' class.
JndiURLType.setRequired ( Boolean required )This method is from 'JndiURLType' class.
JndiURLType.setValue ( String value )This method is from 'JndiURLType' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (19)
ObjectFactory.createDeliveryMode ( DeliveryModeType value )This method is from 'ObjectFactory' class.
ObjectFactory.createDeliveryModeType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createJndiConnectionFactoryName ( JndiConnectionFactoryNameType value )This method is from 'ObjectFactory' class.
ObjectFactory.createJndiConnectionFactoryNameType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createJndiContextParameter ( JndiContextParameterType value )This method is from 'ObjectFactory' class.
ObjectFactory.createJndiContextParameterType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createJndiInitialContextFactory ( JndiInitialContextFactoryType value )This method is from 'ObjectFactory' class.
ObjectFactory.createJndiInitialContextFactoryType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createJndiURL ( JndiURLType value )This method is from 'ObjectFactory' class.
ObjectFactory.createJndiURLType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createPriority ( PriorityType value )This method is from 'ObjectFactory' class.
ObjectFactory.createPriorityType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createReplyToName ( ReplyToNameType value )This method is from 'ObjectFactory' class.
ObjectFactory.createReplyToNameType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTimeToLive ( TimeToLiveType value )This method is from 'ObjectFactory' class.
ObjectFactory.createTimeToLiveType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTopicReplyToName ( TopicReplyToNameType value )This method is from 'ObjectFactory' class.
ObjectFactory.createTopicReplyToNameType ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] PriorityType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
PriorityType.getElementType ( )This method is from 'PriorityType' class.
PriorityType.getRequired ( )This method is from 'PriorityType' class.
PriorityType.getValue ( )This method is from 'PriorityType' class.
PriorityType.PriorityType ( )This constructor is from 'PriorityType' class.
PriorityType.setElementType ( javax.xml.namespace.QName type )This method is from 'PriorityType' class.
PriorityType.setRequired ( Boolean required )This method is from 'PriorityType' class.
PriorityType.setValue ( int value )This method is from 'PriorityType' class.
[+] ReplyToNameType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
ReplyToNameType.getElementType ( )This method is from 'ReplyToNameType' class.
ReplyToNameType.getRequired ( )This method is from 'ReplyToNameType' class.
ReplyToNameType.getValue ( )This method is from 'ReplyToNameType' class.
ReplyToNameType.ReplyToNameType ( )This constructor is from 'ReplyToNameType' class.
ReplyToNameType.setElementType ( javax.xml.namespace.QName type )This method is from 'ReplyToNameType' class.
ReplyToNameType.setRequired ( Boolean required )This method is from 'ReplyToNameType' class.
ReplyToNameType.setValue ( String value )This method is from 'ReplyToNameType' class.
[+] TimeToLiveType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
TimeToLiveType.getElementType ( )This method is from 'TimeToLiveType' class.
TimeToLiveType.getRequired ( )This method is from 'TimeToLiveType' class.
TimeToLiveType.getValue ( )This method is from 'TimeToLiveType' class.
TimeToLiveType.setElementType ( javax.xml.namespace.QName type )This method is from 'TimeToLiveType' class.
TimeToLiveType.setRequired ( Boolean required )This method is from 'TimeToLiveType' class.
TimeToLiveType.setValue ( long value )This method is from 'TimeToLiveType' class.
TimeToLiveType.TimeToLiveType ( )This constructor is from 'TimeToLiveType' class.
[+] TopicReplyToNameType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
TopicReplyToNameType.getElementType ( )This method is from 'TopicReplyToNameType' class.
TopicReplyToNameType.getRequired ( )This method is from 'TopicReplyToNameType' class.
TopicReplyToNameType.getValue ( )This method is from 'TopicReplyToNameType' class.
TopicReplyToNameType.setElementType ( javax.xml.namespace.QName type )This method is from 'TopicReplyToNameType' class.
TopicReplyToNameType.setRequired ( Boolean required )This method is from 'TopicReplyToNameType' class.
TopicReplyToNameType.setValue ( String value )This method is from 'TopicReplyToNameType' class.
TopicReplyToNameType.TopicReplyToNameType ( )This constructor is from 'TopicReplyToNameType' class.
package org.apache.cxf.transport.jms.wsdl11
[+] JmsTransportPlugin (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JmsTransportPlugin.createExtension ( java.util.Map args )This method is from 'JmsTransportPlugin' class.
JmsTransportPlugin.JmsTransportPlugin ( )This constructor is from 'JmsTransportPlugin' class.
[+] JMSWSDLExtensionLoader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JMSWSDLExtensionLoader.createExtensor ( org.apache.cxf.wsdl.WSDLManager manager, Class parentType, Class elementType )This method is from 'JMSWSDLExtensionLoader' class.
JMSWSDLExtensionLoader.JMSWSDLExtensionLoader ( org.apache.cxf.Bus b )This constructor is from 'JMSWSDLExtensionLoader' class.
package org.apache.cxf.transport.local
[+] LocalConduit (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
LocalConduit.close ( org.apache.cxf.message.Message message )This method is from 'LocalConduit' class.
LocalConduit.getLogger ( )This method is from 'LocalConduit' class.
LocalConduit.LocalConduit ( LocalTransportFactory transportFactory, LocalDestination destination )This constructor is from 'LocalConduit' class.
LocalConduit.prepare ( org.apache.cxf.message.Message message )This method is from 'LocalConduit' class.
[+] LocalDestination (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
LocalDestination.getInbuiltBackChannel ( org.apache.cxf.message.Message inMessage )This method is from 'LocalDestination' class.
LocalDestination.getLogger ( )This method is from 'LocalDestination' class.
LocalDestination.LocalDestination ( LocalTransportFactory localDestinationFactory, org.apache.cxf.ws.addressing.EndpointReferenceType epr, org.apache.cxf.service.model.EndpointInfo ei )This constructor is from 'LocalDestination' class.
LocalDestination.shutdown ( )This method is from 'LocalDestination' class.
[+] LocalTransportFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
LocalTransportFactory.copy ( org.apache.cxf.message.Message message, org.apache.cxf.message.Message copy )This method is from 'LocalTransportFactory' class.
LocalTransportFactory.getConduit ( org.apache.cxf.service.model.EndpointInfo ei )This method is from 'LocalTransportFactory' class.
LocalTransportFactory.getConduit ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType target )This method is from 'LocalTransportFactory' class.
LocalTransportFactory.getDestination ( org.apache.cxf.service.model.EndpointInfo ei )This method is from 'LocalTransportFactory' class.
LocalTransportFactory.getDestination ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType reference )This method is from 'LocalTransportFactory' class.
LocalTransportFactory.getExecutor ( )This method is from 'LocalTransportFactory' class.
LocalTransportFactory.getIncludeMessageProperties ( )This method is from 'LocalTransportFactory' class.
LocalTransportFactory.getMessageFilterProperties ( )This method is from 'LocalTransportFactory' class.
LocalTransportFactory.getUriPrefixes ( )This method is from 'LocalTransportFactory' class.
LocalTransportFactory.LocalTransportFactory ( )This constructor is from 'LocalTransportFactory' class.
LocalTransportFactory.LocalTransportFactory ( org.apache.cxf.Bus b )This constructor is from 'LocalTransportFactory' class.
LocalTransportFactory.setBus ( org.apache.cxf.Bus b )This method is from 'LocalTransportFactory' class.
LocalTransportFactory.setExecutor ( java.util.concurrent.Executor executor )This method is from 'LocalTransportFactory' class.
LocalTransportFactory.setMessageFilterProperties ( java.util.Set props )This method is from 'LocalTransportFactory' class.
LocalTransportFactory.setMessageIncludeProperties ( java.util.Set props )This method is from 'LocalTransportFactory' class.
LocalTransportFactory.setUriPrefixes ( java.util.Set s )This method is from 'LocalTransportFactory' class.
package org.apache.cxf.transport.servlet
[+] AbstractHTTPServlet (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
AbstractHTTPServlet.AbstractHTTPServlet ( )This constructor is from 'AbstractHTTPServlet' abstract class.
AbstractHTTPServlet.doDelete ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response )This method is from 'AbstractHTTPServlet' abstract class.
AbstractHTTPServlet.doGet ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response )This method is from 'AbstractHTTPServlet' abstract class.
AbstractHTTPServlet.doHead ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response )This method is from 'AbstractHTTPServlet' abstract class.
AbstractHTTPServlet.doOptions ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response )This method is from 'AbstractHTTPServlet' abstract class.
AbstractHTTPServlet.doPost ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response )This method is from 'AbstractHTTPServlet' abstract class.
AbstractHTTPServlet.doPut ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response )This method is from 'AbstractHTTPServlet' abstract class.
AbstractHTTPServlet.handleRequest ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response )This method is from 'AbstractHTTPServlet' abstract class.
AbstractHTTPServlet.init ( javax.servlet.ServletConfig servletConfig )This method is from 'AbstractHTTPServlet' abstract class.
AbstractHTTPServlet.invoke ( javax.servlet.http.HttpServletRequest p1, javax.servlet.http.HttpServletResponse p2 )This abstract method is from 'AbstractHTTPServlet' abstract class.
AbstractHTTPServlet.redirect ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String pathInfo )This method is from 'AbstractHTTPServlet' abstract class.
AbstractHTTPServlet.serveStaticContent ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String pathInfo )This method is from 'AbstractHTTPServlet' abstract class.
AbstractHTTPServlet.service ( javax.servlet.ServletRequest req, javax.servlet.ServletResponse res )This method is from 'AbstractHTTPServlet' abstract class.
[+] BaseUrlHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
BaseUrlHelper.getBaseURL ( javax.servlet.http.HttpServletRequest request )This method is from 'BaseUrlHelper' class.
BaseUrlHelper.setAddress ( org.apache.cxf.transport.AbstractDestination dest, String absAddress )This method is from 'BaseUrlHelper' class.
[+] CXFNonSpringServlet (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
CXFNonSpringServlet.CXFNonSpringServlet ( )This constructor is from 'CXFNonSpringServlet' class.
CXFNonSpringServlet.CXFNonSpringServlet ( org.apache.cxf.transport.http.DestinationRegistry destinationRegistry )This constructor is from 'CXFNonSpringServlet' class.
CXFNonSpringServlet.CXFNonSpringServlet ( org.apache.cxf.transport.http.DestinationRegistry destinationRegistry, boolean loadBus )This constructor is from 'CXFNonSpringServlet' class.
CXFNonSpringServlet.destroy ( )This method is from 'CXFNonSpringServlet' class.
CXFNonSpringServlet.destroyBus ( )This method is from 'CXFNonSpringServlet' class.
CXFNonSpringServlet.getBus ( )This method is from 'CXFNonSpringServlet' class.
CXFNonSpringServlet.init ( javax.servlet.ServletConfig sc )This method is from 'CXFNonSpringServlet' class.
CXFNonSpringServlet.invoke ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response )This method is from 'CXFNonSpringServlet' class.
CXFNonSpringServlet.loadBus ( javax.servlet.ServletConfig sc )This method is from 'CXFNonSpringServlet' class.
CXFNonSpringServlet.setBus ( org.apache.cxf.Bus bus )This method is from 'CXFNonSpringServlet' class.
[+] CXFServlet (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
CXFServlet.CXFServlet ( )This constructor is from 'CXFServlet' class.
CXFServlet.destroyBus ( )This method is from 'CXFServlet' class.
CXFServlet.loadBus ( javax.servlet.ServletConfig sc )This method is from 'CXFServlet' class.
[+] ServletContextResourceResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ServletContextResourceResolver.getAsStream ( String string )This method is from 'ServletContextResourceResolver' class.
ServletContextResourceResolver.resolve ( String entryName, Class clz )This method is from 'ServletContextResourceResolver' class.
ServletContextResourceResolver.ServletContextResourceResolver ( javax.servlet.ServletContext sc )This constructor is from 'ServletContextResourceResolver' class.
[+] ServletController (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
ServletController.findQueryHandler ( org.apache.cxf.transports.http.QueryHandlerRegistry queryHandlerRegistry, org.apache.cxf.service.model.EndpointInfo ei, String ctxUri, String baseUri )This method is from 'ServletController' class.
ServletController.generateNotFound ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse res )This method is from 'ServletController' class.
ServletController.getBaseURL ( javax.servlet.http.HttpServletRequest request )This method is from 'ServletController' class.
ServletController.invoke ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse res )This method is from 'ServletController' class.
ServletController.invokeDestination ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.cxf.transport.http.AbstractHTTPDestination d )This method is from 'ServletController' class.
ServletController.respondUsingQueryHandler ( org.apache.cxf.transports.http.QueryHandler selectedHandler, javax.servlet.http.HttpServletResponse res, org.apache.cxf.service.model.EndpointInfo ei, String ctxUri, String baseUri )This method is from 'ServletController' class.
ServletController.ServletController ( org.apache.cxf.transport.http.DestinationRegistry destinationRegistry, javax.servlet.ServletConfig config, javax.servlet.http.HttpServlet serviceListGenerator )This constructor is from 'ServletController' class.
ServletController.setBaseURLAttribute ( javax.servlet.http.HttpServletRequest request )This method is from 'ServletController' class.
ServletController.setServiceListRelativePath ( String relativePath )This method is from 'ServletController' class.
ServletController.updateDestination ( javax.servlet.http.HttpServletRequest request, org.apache.cxf.transport.http.AbstractHTTPDestination d )This method is from 'ServletController' class.
[+] ServletDestination (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ServletDestination.getBasePath ( String contextPath )This method is from 'ServletDestination' class.
ServletDestination.getLogger ( )This method is from 'ServletDestination' class.
ServletDestination.ServletDestination ( org.apache.cxf.Bus b, org.apache.cxf.transport.http.DestinationRegistry registry, org.apache.cxf.service.model.EndpointInfo ei, String path )This constructor is from 'ServletDestination' class.
[+] ServletDestinationFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ServletDestinationFactory.createDestination ( org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.Bus bus, org.apache.cxf.transport.http.DestinationRegistry registry )This method is from 'ServletDestinationFactory' class.
ServletDestinationFactory.ServletDestinationFactory ( )This constructor is from 'ServletDestinationFactory' class.
package org.apache.cxf.transport.servlet.servicelist
[+] FormattedServiceListWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
FormattedServiceListWriter.FormattedServiceListWriter ( String styleSheetPath, String title, boolean showForeignContexts, java.util.Map atomMap )This constructor is from 'FormattedServiceListWriter' class.
FormattedServiceListWriter.getContentType ( )This method is from 'FormattedServiceListWriter' class.
FormattedServiceListWriter.writeServiceList ( java.io.PrintWriter writer, String basePath, org.apache.cxf.transport.AbstractDestination[ ] soapDestinations, org.apache.cxf.transport.AbstractDestination[ ] restDestinations )This method is from 'FormattedServiceListWriter' class.
[+] ServiceListGeneratorServlet (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
ServiceListGeneratorServlet.destroy ( )This method is from 'ServiceListGeneratorServlet' class.
ServiceListGeneratorServlet.getServletConfig ( )This method is from 'ServiceListGeneratorServlet' class.
ServiceListGeneratorServlet.getServletInfo ( )This method is from 'ServiceListGeneratorServlet' class.
ServiceListGeneratorServlet.init ( javax.servlet.ServletConfig servletConfig )This method is from 'ServiceListGeneratorServlet' class.
ServiceListGeneratorServlet.service ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response )This method is from 'ServiceListGeneratorServlet' class.
ServiceListGeneratorServlet.ServiceListGeneratorServlet ( org.apache.cxf.transport.http.DestinationRegistry destinationRegistry, org.apache.cxf.Bus bus )This constructor is from 'ServiceListGeneratorServlet' class.
ServiceListGeneratorServlet.setServiceListStyleSheet ( String serviceListStyleSheet )This method is from 'ServiceListGeneratorServlet' class.
ServiceListGeneratorServlet.setTitle ( String title )This method is from 'ServiceListGeneratorServlet' class.
[+] ServiceListWriter (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ServiceListWriter.getContentType ( )This abstract method is from 'ServiceListWriter' interface.
ServiceListWriter.writeServiceList ( java.io.PrintWriter p1, String p2, org.apache.cxf.transport.AbstractDestination[ ] p3, org.apache.cxf.transport.AbstractDestination[ ] p4 )This abstract method is from 'ServiceListWriter' interface.
[+] UnformattedServiceListWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
UnformattedServiceListWriter.getContentType ( )This method is from 'UnformattedServiceListWriter' class.
UnformattedServiceListWriter.UnformattedServiceListWriter ( boolean renderWsdlList )This constructor is from 'UnformattedServiceListWriter' class.
UnformattedServiceListWriter.writeServiceList ( java.io.PrintWriter writer, String baseAddress, org.apache.cxf.transport.AbstractDestination[ ] soapDestinations, org.apache.cxf.transport.AbstractDestination[ ] restDestinations )This method is from 'UnformattedServiceListWriter' class.
package org.apache.cxf.transports.http
[+] QueryHandler (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
QueryHandler.getResponseContentType ( String p1, String p2 )This abstract method is from 'QueryHandler' interface.
QueryHandler.isRecognizedQuery ( String p1, String p2, org.apache.cxf.service.model.EndpointInfo p3 )This abstract method is from 'QueryHandler' interface.
QueryHandler.writeResponse ( String p1, String p2, org.apache.cxf.service.model.EndpointInfo p3, java.io.OutputStream p4 )This abstract method is from 'QueryHandler' interface.
[+] QueryHandlerRegistry (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
QueryHandlerRegistry.getHandlers ( )This abstract method is from 'QueryHandlerRegistry' interface.
QueryHandlerRegistry.registerHandler ( QueryHandler p1 )This abstract method is from 'QueryHandlerRegistry' interface.
QueryHandlerRegistry.registerHandler ( QueryHandler p1, int p2 )This abstract method is from 'QueryHandlerRegistry' interface.
[+] StemMatchingQueryHandler (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
StemMatchingQueryHandler.isRecognizedQuery ( String p1, String p2, org.apache.cxf.service.model.EndpointInfo p3, boolean p4 )This abstract method is from 'StemMatchingQueryHandler' interface.
package org.apache.cxf.transports.http.configuration
[+] ConnectionType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ConnectionType.fromValue ( String v )This method is from 'ConnectionType' class.
ConnectionType.value ( )This method is from 'ConnectionType' class.
ConnectionType.valueOf ( String name )This method is from 'ConnectionType' class.
ConnectionType.values ( )This method is from 'ConnectionType' class.
[+] HTTPClientPolicy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (73)
HTTPClientPolicy.addPropertyChangeListener ( java.beans.PropertyChangeListener listener )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.getAccept ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.getAcceptEncoding ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.getAcceptLanguage ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.getBrowserType ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.getCacheControl ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.getChunkingThreshold ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.getConnection ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.getConnectionTimeout ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.getContentType ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.getCookie ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.getDecoupledEndpoint ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.getHost ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.getMaxRetransmits ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.getNonProxyHosts ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.getProxyServer ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.getProxyServerPort ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.getProxyServerType ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.getReceiveTimeout ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.getReferer ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.HTTPClientPolicy ( )This constructor is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isAllowChunking ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isAutoRedirect ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isSetAccept ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isSetAcceptEncoding ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isSetAcceptLanguage ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isSetAllowChunking ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isSetAutoRedirect ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isSetBrowserType ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isSetCacheControl ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isSetChunkingThreshold ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isSetConnection ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isSetConnectionTimeout ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isSetContentType ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isSetCookie ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isSetDecoupledEndpoint ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isSetHost ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isSetMaxRetransmits ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isSetNonProxyHosts ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isSetProxyServer ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isSetProxyServerPort ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isSetProxyServerType ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isSetReceiveTimeout ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.isSetReferer ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.removePropertyChangeListener ( java.beans.PropertyChangeListener listener )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.setAccept ( String value )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.setAcceptEncoding ( String value )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.setAcceptLanguage ( String value )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.setAllowChunking ( boolean value )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.setAutoRedirect ( boolean value )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.setBrowserType ( String value )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.setCacheControl ( String value )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.setChunkingThreshold ( int value )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.setConnection ( ConnectionType value )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.setConnectionTimeout ( long value )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.setContentType ( String value )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.setCookie ( String value )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.setDecoupledEndpoint ( String value )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.setHost ( String value )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.setMaxRetransmits ( int value )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.setNonProxyHosts ( String value )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.setProxyServer ( String value )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.setProxyServerPort ( int value )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.setProxyServerType ( ProxyServerType value )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.setReceiveTimeout ( long value )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.setReferer ( String value )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.unsetAllowChunking ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.unsetAutoRedirect ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.unsetChunkingThreshold ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.unsetConnectionTimeout ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.unsetMaxRetransmits ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.unsetProxyServerPort ( )This method is from 'HTTPClientPolicy' class.
HTTPClientPolicy.unsetReceiveTimeout ( )This method is from 'HTTPClientPolicy' class.
[+] HTTPServerPolicy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (40)
HTTPServerPolicy.addPropertyChangeListener ( java.beans.PropertyChangeListener listener )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.getCacheControl ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.getContentEncoding ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.getContentLocation ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.getContentType ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.getKeepAliveParameters ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.getReceiveTimeout ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.getRedirectURL ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.getServerType ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.HTTPServerPolicy ( )This constructor is from 'HTTPServerPolicy' class.
HTTPServerPolicy.isHonorKeepAlive ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.isSetCacheControl ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.isSetContentEncoding ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.isSetContentLocation ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.isSetContentType ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.isSetHonorKeepAlive ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.isSetKeepAliveParameters ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.isSetReceiveTimeout ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.isSetRedirectURL ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.isSetServerType ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.isSetSuppressClientReceiveErrors ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.isSetSuppressClientSendErrors ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.isSuppressClientReceiveErrors ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.isSuppressClientSendErrors ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.removePropertyChangeListener ( java.beans.PropertyChangeListener listener )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.setCacheControl ( String value )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.setContentEncoding ( String value )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.setContentLocation ( String value )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.setContentType ( String value )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.setHonorKeepAlive ( boolean value )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.setKeepAliveParameters ( String value )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.setReceiveTimeout ( long value )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.setRedirectURL ( String value )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.setServerType ( String value )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.setSuppressClientReceiveErrors ( boolean value )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.setSuppressClientSendErrors ( boolean value )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.unsetHonorKeepAlive ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.unsetReceiveTimeout ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.unsetSuppressClientReceiveErrors ( )This method is from 'HTTPServerPolicy' class.
HTTPServerPolicy.unsetSuppressClientSendErrors ( )This method is from 'HTTPServerPolicy' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
ObjectFactory.createClient ( HTTPClientPolicy value )This method is from 'ObjectFactory' class.
ObjectFactory.createContextMatchStrategy ( String value )This method is from 'ObjectFactory' class.
ObjectFactory.createFixedParameterOrder ( Boolean value )This method is from 'ObjectFactory' class.
ObjectFactory.createHTTPClientPolicy ( )This method is from 'ObjectFactory' class.
ObjectFactory.createHTTPServerPolicy ( )This method is from 'ObjectFactory' class.
ObjectFactory.createServer ( HTTPServerPolicy value )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] ProxyServerType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ProxyServerType.fromValue ( String v )This method is from 'ProxyServerType' class.
ProxyServerType.value ( )This method is from 'ProxyServerType' class.
ProxyServerType.valueOf ( String name )This method is from 'ProxyServerType' class.
ProxyServerType.values ( )This method is from 'ProxyServerType' class.
package org.apache.cxf.transports.http_jetty.configuration
[+] JettyHTTPServerEngineConfigType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (25)
JettyHTTPServerEngineConfigType.getConnector ( )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.getHandlers ( )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.getHost ( )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.getMaxIdleTime ( )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.getPort ( )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.getThreadingParameters ( )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.getThreadingParametersRef ( )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.getTlsServerParameters ( )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.getTlsServerParametersRef ( )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.isContinuationsEnabled ( )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.isReuseAddress ( )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.isSessionSupport ( )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.JettyHTTPServerEngineConfigType ( )This constructor is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.setConnector ( Object value )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.setContinuationsEnabled ( Boolean value )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.setHandlers ( Object value )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.setHost ( String value )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.setMaxIdleTime ( Integer value )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.setPort ( Integer value )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.setReuseAddress ( Boolean value )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.setSessionSupport ( Boolean value )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.setThreadingParameters ( ThreadingParametersType value )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.setThreadingParametersRef ( ParametersRefType value )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.setTlsServerParameters ( org.apache.cxf.configuration.security.TLSServerParametersType value )This method is from 'JettyHTTPServerEngineConfigType' class.
JettyHTTPServerEngineConfigType.setTlsServerParametersRef ( ParametersRefType value )This method is from 'JettyHTTPServerEngineConfigType' class.
[+] JettyHTTPServerEngineFactoryConfigType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
JettyHTTPServerEngineFactoryConfigType.getBus ( )This method is from 'JettyHTTPServerEngineFactoryConfigType' class.
JettyHTTPServerEngineFactoryConfigType.getEngine ( )This method is from 'JettyHTTPServerEngineFactoryConfigType' class.
JettyHTTPServerEngineFactoryConfigType.getId ( )This method is from 'JettyHTTPServerEngineFactoryConfigType' class.
JettyHTTPServerEngineFactoryConfigType.getIdentifiedThreadingParameters ( )This method is from 'JettyHTTPServerEngineFactoryConfigType' class.
JettyHTTPServerEngineFactoryConfigType.getIdentifiedTLSServerParameters ( )This method is from 'JettyHTTPServerEngineFactoryConfigType' class.
JettyHTTPServerEngineFactoryConfigType.JettyHTTPServerEngineFactoryConfigType ( )This constructor is from 'JettyHTTPServerEngineFactoryConfigType' class.
JettyHTTPServerEngineFactoryConfigType.setBus ( String value )This method is from 'JettyHTTPServerEngineFactoryConfigType' class.
JettyHTTPServerEngineFactoryConfigType.setId ( String value )This method is from 'JettyHTTPServerEngineFactoryConfigType' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
ObjectFactory.createEngineFactory ( JettyHTTPServerEngineFactoryConfigType value )This method is from 'ObjectFactory' class.
ObjectFactory.createJettyHTTPServerEngineConfigType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createJettyHTTPServerEngineFactoryConfigType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createParametersRefType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createThreadingParametersIdentifiedType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createThreadingParametersType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTLSServerParametersIdentifiedType ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] ParametersRefType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ParametersRefType.getId ( )This method is from 'ParametersRefType' class.
ParametersRefType.ParametersRefType ( )This constructor is from 'ParametersRefType' class.
ParametersRefType.setId ( String value )This method is from 'ParametersRefType' class.
[+] ThreadingParametersIdentifiedType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ThreadingParametersIdentifiedType.getId ( )This method is from 'ThreadingParametersIdentifiedType' class.
ThreadingParametersIdentifiedType.getThreadingParameters ( )This method is from 'ThreadingParametersIdentifiedType' class.
ThreadingParametersIdentifiedType.setId ( String value )This method is from 'ThreadingParametersIdentifiedType' class.
ThreadingParametersIdentifiedType.setThreadingParameters ( ThreadingParametersType value )This method is from 'ThreadingParametersIdentifiedType' class.
ThreadingParametersIdentifiedType.ThreadingParametersIdentifiedType ( )This constructor is from 'ThreadingParametersIdentifiedType' class.
[+] ThreadingParametersType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ThreadingParametersType.getMaxThreads ( )This method is from 'ThreadingParametersType' class.
ThreadingParametersType.getMinThreads ( )This method is from 'ThreadingParametersType' class.
ThreadingParametersType.setMaxThreads ( Integer value )This method is from 'ThreadingParametersType' class.
ThreadingParametersType.setMinThreads ( Integer value )This method is from 'ThreadingParametersType' class.
ThreadingParametersType.ThreadingParametersType ( )This constructor is from 'ThreadingParametersType' class.
[+] TLSServerParametersIdentifiedType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
TLSServerParametersIdentifiedType.getId ( )This method is from 'TLSServerParametersIdentifiedType' class.
TLSServerParametersIdentifiedType.getTlsServerParameters ( )This method is from 'TLSServerParametersIdentifiedType' class.
TLSServerParametersIdentifiedType.setId ( String value )This method is from 'TLSServerParametersIdentifiedType' class.
TLSServerParametersIdentifiedType.setTlsServerParameters ( org.apache.cxf.configuration.security.TLSServerParametersType value )This method is from 'TLSServerParametersIdentifiedType' class.
TLSServerParametersIdentifiedType.TLSServerParametersIdentifiedType ( )This constructor is from 'TLSServerParametersIdentifiedType' class.
package org.apache.cxf.version
[+] Version (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
Version.getCompleteVersionString ( )This method is from 'Version' class.
Version.getCurrentVersion ( )This method is from 'Version' class.
Version.getName ( )This method is from 'Version' class.
package org.apache.cxf.workqueue
[+] AutomaticWorkQueue (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AutomaticWorkQueue.getName ( )This abstract method is from 'AutomaticWorkQueue' interface.
AutomaticWorkQueue.isShutdown ( )This abstract method is from 'AutomaticWorkQueue' interface.
AutomaticWorkQueue.shutdown ( boolean p1 )This abstract method is from 'AutomaticWorkQueue' interface.
[+] AutomaticWorkQueueImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (38)
AutomaticWorkQueueImpl.addChangeListener ( java.beans.PropertyChangeListener listener )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.addSharedUser ( )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.AutomaticWorkQueueImpl ( )This constructor is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.AutomaticWorkQueueImpl ( int max )This constructor is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.AutomaticWorkQueueImpl ( int mqs, int initialThreads, int highWaterMark, int lowWaterMark, long dequeueTimeout )This constructor is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.AutomaticWorkQueueImpl ( int mqs, int initialThreads, int highWaterMark, int lowWaterMark, long dequeueTimeout, String name )This constructor is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.AutomaticWorkQueueImpl ( int max, String name )This constructor is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.AutomaticWorkQueueImpl ( String name )This constructor is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.execute ( Runnable command )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.execute ( Runnable work, long timeout )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.getActiveCount ( )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.getExecutor ( )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.getHighWaterMark ( )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.getLargestPoolSize ( )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.getLowWaterMark ( )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.getMaxSize ( )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.getName ( )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.getPoolSize ( )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.getProperties ( )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.getShareCount ( )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.getSize ( )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.isEmpty ( )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.isShared ( )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.isShutdown ( )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.notifyChangeListeners ( java.beans.PropertyChangeEvent event )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.removeChangeListener ( java.beans.PropertyChangeListener listener )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.removeSharedUser ( )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.schedule ( Runnable work, long delay )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.setDequeueTimeout ( long l )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.setHighWaterMark ( int hwm )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.setInitialSize ( int initialSize )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.setLowWaterMark ( int lwm )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.setName ( String s )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.setQueueSize ( int size )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.setShared ( boolean shared )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.shutdown ( boolean processRemainingWorkItems )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.toString ( )This method is from 'AutomaticWorkQueueImpl' class.
AutomaticWorkQueueImpl.update ( java.util.Dictionary config )This method is from 'AutomaticWorkQueueImpl' class.
[+] OneShotAsyncExecutor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
OneShotAsyncExecutor.execute ( Runnable command )This method is from 'OneShotAsyncExecutor' class.
OneShotAsyncExecutor.getInstance ( )This method is from 'OneShotAsyncExecutor' class.
OneShotAsyncExecutor.isA ( java.util.concurrent.Executor executor )This method is from 'OneShotAsyncExecutor' class.
[+] SynchronousExecutor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SynchronousExecutor.execute ( Runnable command )This method is from 'SynchronousExecutor' class.
SynchronousExecutor.getInstance ( )This method is from 'SynchronousExecutor' class.
SynchronousExecutor.isA ( java.util.concurrent.Executor executor )This method is from 'SynchronousExecutor' class.
[+] WorkQueue (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
WorkQueue.execute ( Runnable p1, long p2 )This abstract method is from 'WorkQueue' interface.
WorkQueue.schedule ( Runnable p1, long p2 )This abstract method is from 'WorkQueue' interface.
[+] WorkQueueImplMBeanWrapper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
WorkQueueImplMBeanWrapper.getActiveCount ( )This method is from 'WorkQueueImplMBeanWrapper' class.
WorkQueueImplMBeanWrapper.getHighWaterMark ( )This method is from 'WorkQueueImplMBeanWrapper' class.
WorkQueueImplMBeanWrapper.getLargestPoolSize ( )This method is from 'WorkQueueImplMBeanWrapper' class.
WorkQueueImplMBeanWrapper.getLowWaterMark ( )This method is from 'WorkQueueImplMBeanWrapper' class.
WorkQueueImplMBeanWrapper.getObjectName ( )This method is from 'WorkQueueImplMBeanWrapper' class.
WorkQueueImplMBeanWrapper.getPoolSize ( )This method is from 'WorkQueueImplMBeanWrapper' class.
WorkQueueImplMBeanWrapper.getWorkQueueMaxSize ( )This method is from 'WorkQueueImplMBeanWrapper' class.
WorkQueueImplMBeanWrapper.getWorkQueueSize ( )This method is from 'WorkQueueImplMBeanWrapper' class.
WorkQueueImplMBeanWrapper.isEmpty ( )This method is from 'WorkQueueImplMBeanWrapper' class.
WorkQueueImplMBeanWrapper.isFull ( )This method is from 'WorkQueueImplMBeanWrapper' class.
WorkQueueImplMBeanWrapper.setHighWaterMark ( int hwm )This method is from 'WorkQueueImplMBeanWrapper' class.
WorkQueueImplMBeanWrapper.setLowWaterMark ( int lwm )This method is from 'WorkQueueImplMBeanWrapper' class.
WorkQueueImplMBeanWrapper.WorkQueueImplMBeanWrapper ( AutomaticWorkQueueImpl wq, WorkQueueManager mgr )This constructor is from 'WorkQueueImplMBeanWrapper' class.
[+] WorkQueueManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
WorkQueueManager.addNamedWorkQueue ( String p1, AutomaticWorkQueue p2 )This abstract method is from 'WorkQueueManager' interface.
WorkQueueManager.getAutomaticWorkQueue ( )This abstract method is from 'WorkQueueManager' interface.
WorkQueueManager.getNamedWorkQueue ( String p1 )This abstract method is from 'WorkQueueManager' interface.
WorkQueueManager.run ( )This abstract method is from 'WorkQueueManager' interface.
WorkQueueManager.shutdown ( boolean p1 )This abstract method is from 'WorkQueueManager' interface.
[+] WorkQueueManagerImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
WorkQueueManagerImpl.addNamedWorkQueue ( String name, AutomaticWorkQueue q )This method is from 'WorkQueueManagerImpl' class.
WorkQueueManagerImpl.getAutomaticWorkQueue ( )This method is from 'WorkQueueManagerImpl' class.
WorkQueueManagerImpl.getBus ( )This method is from 'WorkQueueManagerImpl' class.
WorkQueueManagerImpl.getNamedWorkQueue ( String name )This method is from 'WorkQueueManagerImpl' class.
WorkQueueManagerImpl.run ( )This method is from 'WorkQueueManagerImpl' class.
WorkQueueManagerImpl.setBus ( org.apache.cxf.Bus bus )This method is from 'WorkQueueManagerImpl' class.
WorkQueueManagerImpl.shutdown ( boolean processRemainingTasks )This method is from 'WorkQueueManagerImpl' class.
WorkQueueManagerImpl.WorkQueueManagerImpl ( )This constructor is from 'WorkQueueManagerImpl' class.
WorkQueueManagerImpl.WorkQueueManagerImpl ( org.apache.cxf.Bus b )This constructor is from 'WorkQueueManagerImpl' class.
[+] WorkQueueManagerImplMBeanWrapper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
WorkQueueManagerImplMBeanWrapper.getObjectName ( )This method is from 'WorkQueueManagerImplMBeanWrapper' class.
WorkQueueManagerImplMBeanWrapper.shutdown ( boolean processRemainingWorkItems )This method is from 'WorkQueueManagerImplMBeanWrapper' class.
WorkQueueManagerImplMBeanWrapper.WorkQueueManagerImplMBeanWrapper ( WorkQueueManagerImpl wq )This constructor is from 'WorkQueueManagerImplMBeanWrapper' class.
package org.apache.cxf.ws.addressing
[+] AddressingBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AddressingBuilder.AddressingBuilder ( )This constructor is from 'AddressingBuilder' abstract class.
AddressingBuilder.getAddressingBuilder ( )This method is from 'AddressingBuilder' abstract class.
AddressingBuilder.newAddressingConstants ( )This abstract method is from 'AddressingBuilder' abstract class.
AddressingBuilder.newAddressingProperties ( )This abstract method is from 'AddressingBuilder' abstract class.
[+] AddressingBuilderImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AddressingBuilderImpl.AddressingBuilderImpl ( )This constructor is from 'AddressingBuilderImpl' class.
AddressingBuilderImpl.getNamespaceURI ( )This method is from 'AddressingBuilderImpl' class.
AddressingBuilderImpl.newAddressingConstants ( )This method is from 'AddressingBuilderImpl' class.
AddressingBuilderImpl.newAddressingProperties ( )This method is from 'AddressingBuilderImpl' class.
[+] AddressingConstants (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (31)
AddressingConstants.getActionNotSupportedQName ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getActionNotSupportedText ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getActionQName ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getAddressQName ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getAnonymousURI ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getDefaultFaultAction ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getDestinationUnreachableQName ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getDestinationUnreachableText ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getDuplicateMessageIDText ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getEndpointUnavailableQName ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getEndpointUnavailableText ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getFaultToQName ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getFromQName ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getInvalidMapQName ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getInvalidMapText ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getIsReferenceParameterQName ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getMapRequiredQName ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getMapRequiredText ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getMessageIDQName ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getMetadataQName ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getNamespaceURI ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getNoneURI ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getPackageName ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getRelatesToQName ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getRelationshipReply ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getRelationshipTypeQName ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getReplyToQName ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getToQName ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getWSDLActionQName ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getWSDLExtensibilityQName ( )This abstract method is from 'AddressingConstants' interface.
AddressingConstants.getWSDLNamespaceURI ( )This abstract method is from 'AddressingConstants' interface.
[+] AddressingConstantsImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (32)
AddressingConstantsImpl.AddressingConstantsImpl ( )This constructor is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getActionNotSupportedQName ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getActionNotSupportedText ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getActionQName ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getAddressQName ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getAnonymousURI ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getDefaultFaultAction ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getDestinationUnreachableQName ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getDestinationUnreachableText ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getDuplicateMessageIDText ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getEndpointUnavailableQName ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getEndpointUnavailableText ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getFaultToQName ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getFromQName ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getInvalidMapQName ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getInvalidMapText ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getIsReferenceParameterQName ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getMapRequiredQName ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getMapRequiredText ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getMessageIDQName ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getMetadataQName ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getNamespaceURI ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getNoneURI ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getPackageName ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getRelatesToQName ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getRelationshipReply ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getRelationshipTypeQName ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getReplyToQName ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getToQName ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getWSDLActionQName ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getWSDLExtensibilityQName ( )This method is from 'AddressingConstantsImpl' class.
AddressingConstantsImpl.getWSDLNamespaceURI ( )This method is from 'AddressingConstantsImpl' class.
[+] AddressingProperties (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
AddressingProperties.getAction ( )This abstract method is from 'AddressingProperties' interface.
AddressingProperties.getFaultTo ( )This abstract method is from 'AddressingProperties' interface.
AddressingProperties.getFrom ( )This abstract method is from 'AddressingProperties' interface.
AddressingProperties.getMessageID ( )This abstract method is from 'AddressingProperties' interface.
AddressingProperties.getRelatesTo ( )This abstract method is from 'AddressingProperties' interface.
AddressingProperties.getReplyTo ( )This abstract method is from 'AddressingProperties' interface.
AddressingProperties.getTo ( )This abstract method is from 'AddressingProperties' interface.
AddressingProperties.getToEndpointReference ( )This abstract method is from 'AddressingProperties' interface.
AddressingProperties.setAction ( AttributedURIType p1 )This abstract method is from 'AddressingProperties' interface.
AddressingProperties.setFaultTo ( EndpointReferenceType p1 )This abstract method is from 'AddressingProperties' interface.
AddressingProperties.setFrom ( EndpointReferenceType p1 )This abstract method is from 'AddressingProperties' interface.
AddressingProperties.setMessageID ( AttributedURIType p1 )This abstract method is from 'AddressingProperties' interface.
AddressingProperties.setRelatesTo ( RelatesToType p1 )This abstract method is from 'AddressingProperties' interface.
AddressingProperties.setReplyTo ( EndpointReferenceType p1 )This abstract method is from 'AddressingProperties' interface.
AddressingProperties.setTo ( AttributedURIType p1 )This abstract method is from 'AddressingProperties' interface.
AddressingProperties.setTo ( EndpointReferenceType p1 )This abstract method is from 'AddressingProperties' interface.
[+] AddressingPropertiesImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (24)
AddressingPropertiesImpl.AddressingPropertiesImpl ( )This constructor is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.AddressingPropertiesImpl ( String uri )This constructor is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.exposeAs ( String uri )This method is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.getAction ( )This method is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.getDuplicate ( )This method is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.getFaultTo ( )This method is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.getFrom ( )This method is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.getMessageID ( )This method is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.getMustUnderstand ( )This method is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.getNamespaceURI ( )This method is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.getRelatesTo ( )This method is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.getReplyTo ( )This method is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.getTo ( )This method is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.getToEndpointReference ( )This method is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.setAction ( AttributedURIType iri )This method is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.setDuplicate ( javax.xml.namespace.QName dup )This method is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.setFaultTo ( EndpointReferenceType ref )This method is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.setFrom ( EndpointReferenceType epr )This method is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.setMessageID ( AttributedURIType iri )This method is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.setRelatesTo ( RelatesToType rel )This method is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.setReplyTo ( EndpointReferenceType ref )This method is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.setTo ( AttributedURIType t )This method is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.setTo ( EndpointReferenceType epr )This method is from 'AddressingPropertiesImpl' class.
AddressingPropertiesImpl.toString ( )This method is from 'AddressingPropertiesImpl' class.
[+] AddressingType (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
AddressingType.getNamespaceURI ( )This abstract method is from 'AddressingType' interface.
[+] AddressingWSDLExtensionLoader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
AddressingWSDLExtensionLoader.AddressingWSDLExtensionLoader ( org.apache.cxf.Bus b )This constructor is from 'AddressingWSDLExtensionLoader' class.
AddressingWSDLExtensionLoader.createExtensor ( org.apache.cxf.wsdl.WSDLManager manager, Class parentType, Class elementType )This method is from 'AddressingWSDLExtensionLoader' class.
[+] AttributedAnyType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AttributedAnyType.AttributedAnyType ( )This constructor is from 'AttributedAnyType' class.
AttributedAnyType.getAny ( )This method is from 'AttributedAnyType' class.
AttributedAnyType.getOtherAttributes ( )This method is from 'AttributedAnyType' class.
AttributedAnyType.setAny ( Object value )This method is from 'AttributedAnyType' class.
[+] AttributedQNameType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AttributedQNameType.AttributedQNameType ( )This constructor is from 'AttributedQNameType' class.
AttributedQNameType.getOtherAttributes ( )This method is from 'AttributedQNameType' class.
AttributedQNameType.getValue ( )This method is from 'AttributedQNameType' class.
AttributedQNameType.setValue ( javax.xml.namespace.QName value )This method is from 'AttributedQNameType' class.
[+] AttributedUnsignedLongType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AttributedUnsignedLongType.AttributedUnsignedLongType ( )This constructor is from 'AttributedUnsignedLongType' class.
AttributedUnsignedLongType.getOtherAttributes ( )This method is from 'AttributedUnsignedLongType' class.
AttributedUnsignedLongType.getValue ( )This method is from 'AttributedUnsignedLongType' class.
AttributedUnsignedLongType.setValue ( java.math.BigInteger value )This method is from 'AttributedUnsignedLongType' class.
[+] AttributedURIType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AttributedURIType.AttributedURIType ( )This constructor is from 'AttributedURIType' class.
AttributedURIType.getOtherAttributes ( )This method is from 'AttributedURIType' class.
AttributedURIType.getValue ( )This method is from 'AttributedURIType' class.
AttributedURIType.setValue ( String value )This method is from 'AttributedURIType' class.
[+] ContextUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (38)
ContextUtils.applyReferenceParam ( EndpointReferenceType toEpr, Object el )This method is from 'ContextUtils' class.
ContextUtils.createDecoupledDestination ( org.apache.cxf.message.Exchange exchange, EndpointReferenceType reference )This method is from 'ContextUtils' class.
ContextUtils.createMessage ( org.apache.cxf.message.Exchange exchange )This method is from 'ContextUtils' class.
ContextUtils.generateUUID ( )This method is from 'ContextUtils' class.
ContextUtils.getAction ( org.apache.cxf.message.Message message )This method is from 'ContextUtils' class.
ContextUtils.getAction ( org.apache.cxf.service.model.Extensible ext )This method is from 'ContextUtils' class.
ContextUtils.getAttributedURI ( String uri )This method is from 'ContextUtils' class.
ContextUtils.getConduit ( org.apache.cxf.transport.Conduit conduit, org.apache.cxf.message.Message message )This method is from 'ContextUtils' class.
ContextUtils.getJAXBContext ( )This method is from 'ContextUtils' class.
ContextUtils.getMAPProperty ( boolean isRequestor, boolean isProviderContext, boolean isOutbound )This method is from 'ContextUtils' class.
ContextUtils.getNoneEndpointReference ( )This method is from 'ContextUtils' class.
ContextUtils.getRelatesTo ( String uri )This method is from 'ContextUtils' class.
ContextUtils.getSoapOperationInfo ( org.apache.cxf.service.model.BindingOperationInfo bindingOpInfo )This method is from 'ContextUtils' class.
ContextUtils.hasEmptyAction ( AddressingProperties maps )This method is from 'ContextUtils' class.
ContextUtils.isFault ( org.apache.cxf.message.Message message )This method is from 'ContextUtils' class.
ContextUtils.isGenericAddress ( EndpointReferenceType ref )This method is from 'ContextUtils' class.
ContextUtils.isNoneAddress ( EndpointReferenceType ref )This method is from 'ContextUtils' class.
ContextUtils.isOutbound ( org.apache.cxf.message.Message message )This method is from 'ContextUtils' class.
ContextUtils.isRequestor ( org.apache.cxf.message.Message message )This method is from 'ContextUtils' class.
ContextUtils.propogateReceivedMAPs ( AddressingProperties inMAPs, org.apache.cxf.message.Exchange exchange )This method is from 'ContextUtils' class.
ContextUtils.rebaseResponse ( EndpointReferenceType reference, AddressingProperties inMAPs, org.apache.cxf.message.Message inMessage )This method is from 'ContextUtils' class.
ContextUtils.retrieveAsyncPostResponseDispatch ( org.apache.cxf.message.Message message )This method is from 'ContextUtils' class.
ContextUtils.retrieveDeferredUncorrelatedMessageAbort ( org.apache.cxf.message.Message message )This method is from 'ContextUtils' class.
ContextUtils.retrieveDeferUncorrelatedMessageAbort ( org.apache.cxf.message.Message message )This method is from 'ContextUtils' class.
ContextUtils.retrieveMAPFaultName ( org.apache.cxf.message.Message message )This method is from 'ContextUtils' class.
ContextUtils.retrieveMAPFaultReason ( org.apache.cxf.message.Message message )This method is from 'ContextUtils' class.
ContextUtils.retrieveMAPs ( org.apache.cxf.message.Message message, boolean isProviderContext, boolean isOutbound )This method is from 'ContextUtils' class.
ContextUtils.retrieveMAPs ( org.apache.cxf.message.Message message, boolean isProviderContext, boolean isOutbound, boolean warnIfMissing )This method is from 'ContextUtils' class.
ContextUtils.retrievePartialResponseSent ( org.apache.cxf.message.Message message )This method is from 'ContextUtils' class.
ContextUtils.setJAXBContext ( javax.xml.bind.JAXBContext ctx )This method is from 'ContextUtils' class.
ContextUtils.storeDeferredUncorrelatedMessageAbort ( org.apache.cxf.message.Message message )This method is from 'ContextUtils' class.
ContextUtils.storeDeferUncorrelatedMessageAbort ( org.apache.cxf.message.Message message )This method is from 'ContextUtils' class.
ContextUtils.storeMAPFaultName ( String faultName, org.apache.cxf.message.Message message )This method is from 'ContextUtils' class.
ContextUtils.storeMAPFaultReason ( String reason, org.apache.cxf.message.Message message )This method is from 'ContextUtils' class.
ContextUtils.storeMAPs ( AddressingProperties maps, org.apache.cxf.message.Message message, boolean isOutbound )This method is from 'ContextUtils' class.
ContextUtils.storeMAPs ( AddressingProperties maps, org.apache.cxf.message.Message message, boolean isOutbound, boolean isRequestor )This method is from 'ContextUtils' class.
ContextUtils.storeMAPs ( AddressingProperties maps, org.apache.cxf.message.Message message, boolean isOutbound, boolean isRequestor, boolean isProviderContext )This method is from 'ContextUtils' class.
ContextUtils.storePartialResponseSent ( org.apache.cxf.message.Message message )This method is from 'ContextUtils' class.
[+] DefaultMessageIdCache (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
DefaultMessageIdCache.checkUniquenessAndCacheId ( String messageId )This method is from 'DefaultMessageIdCache' class.
DefaultMessageIdCache.DefaultMessageIdCache ( )This constructor is from 'DefaultMessageIdCache' class.
DefaultMessageIdCache.getMessageIdSet ( )This method is from 'DefaultMessageIdCache' class.
[+] EndpointReferenceType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
EndpointReferenceType.EndpointReferenceType ( )This constructor is from 'EndpointReferenceType' class.
EndpointReferenceType.getAddress ( )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.getAny ( )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.getMetadata ( )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.getOtherAttributes ( )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.getReferenceParameters ( )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.setAddress ( AttributedURIType value )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.setMetadata ( MetadataType value )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.setReferenceParameters ( ReferenceParametersType value )This method is from 'EndpointReferenceType' class.
[+] MAPAggregator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
MAPAggregator.allowDuplicates ( )This method is from 'MAPAggregator' class.
MAPAggregator.getActionUri ( org.apache.cxf.message.Message message, boolean checkMessage )This method is from 'MAPAggregator' class.
MAPAggregator.getMessageIdCache ( )This method is from 'MAPAggregator' class.
MAPAggregator.handleFault ( org.apache.cxf.message.Message message )This method is from 'MAPAggregator' class.
MAPAggregator.handleMessage ( org.apache.cxf.message.Message message )This method is from 'MAPAggregator' class.
MAPAggregator.isAddressingRequired ( )This method is from 'MAPAggregator' class.
MAPAggregator.isUsingAddressingAdvisory ( )This method is from 'MAPAggregator' class.
MAPAggregator.MAPAggregator ( )This constructor is from 'MAPAggregator' class.
MAPAggregator.mediate ( org.apache.cxf.message.Message message, boolean isFault )This method is from 'MAPAggregator' class.
MAPAggregator.setAddressingRequired ( boolean required )This method is from 'MAPAggregator' class.
MAPAggregator.setAddressingResponses ( String responses )This method is from 'MAPAggregator' class.
MAPAggregator.setAllowDuplicates ( boolean ad )This method is from 'MAPAggregator' class.
MAPAggregator.setMessageIdCache ( MessageIdCache messageIdCache )This method is from 'MAPAggregator' class.
MAPAggregator.setUsingAddressingAdvisory ( boolean advisory )This method is from 'MAPAggregator' class.
[+] MAPAggregator.InterposedMessageObserver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
MAPAggregator.InterposedMessageObserver.MAPAggregator.InterposedMessageObserver ( org.apache.cxf.Bus b, org.apache.cxf.transport.MessageObserver o )This constructor is from 'MAPAggregator.InterposedMessageObserver' class.
MAPAggregator.InterposedMessageObserver.onMessage ( org.apache.cxf.message.Message inMessage )This method is from 'MAPAggregator.InterposedMessageObserver' class.
[+] MessageIdCache (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
MessageIdCache.checkUniquenessAndCacheId ( String p1 )This abstract method is from 'MessageIdCache' interface.
[+] MetadataType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
MetadataType.getAny ( )This method is from 'MetadataType' class.
MetadataType.getOtherAttributes ( )This method is from 'MetadataType' class.
MetadataType.MetadataType ( )This constructor is from 'MetadataType' class.
[+] NSManager (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
NSManager.getNamespaces ( )This method is from 'NSManager' class.
NSManager.getPrefixFromNS ( String namespace )This method is from 'NSManager' class.
NSManager.NSManager ( )This constructor is from 'NSManager' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (24)
ObjectFactory.createAction ( AttributedURIType value )This method is from 'ObjectFactory' class.
ObjectFactory.createAttributedAnyType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createAttributedQNameType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createAttributedUnsignedLongType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createAttributedURIType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createEndpointReference ( EndpointReferenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createEndpointReferenceType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createFaultTo ( EndpointReferenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createFrom ( EndpointReferenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createMessageID ( AttributedURIType value )This method is from 'ObjectFactory' class.
ObjectFactory.createMetadata ( MetadataType value )This method is from 'ObjectFactory' class.
ObjectFactory.createMetadataType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createProblemAction ( ProblemActionType value )This method is from 'ObjectFactory' class.
ObjectFactory.createProblemActionType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createProblemHeader ( AttributedAnyType value )This method is from 'ObjectFactory' class.
ObjectFactory.createProblemHeaderQName ( AttributedQNameType value )This method is from 'ObjectFactory' class.
ObjectFactory.createProblemIRI ( AttributedURIType value )This method is from 'ObjectFactory' class.
ObjectFactory.createReferenceParametersType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRelatesTo ( RelatesToType value )This method is from 'ObjectFactory' class.
ObjectFactory.createRelatesToType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createReplyTo ( EndpointReferenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createRetryAfter ( AttributedUnsignedLongType value )This method is from 'ObjectFactory' class.
ObjectFactory.createTo ( AttributedURIType value )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] ProblemActionType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
ProblemActionType.getAction ( )This method is from 'ProblemActionType' class.
ProblemActionType.getOtherAttributes ( )This method is from 'ProblemActionType' class.
ProblemActionType.getSoapAction ( )This method is from 'ProblemActionType' class.
ProblemActionType.ProblemActionType ( )This constructor is from 'ProblemActionType' class.
ProblemActionType.setAction ( AttributedURIType value )This method is from 'ProblemActionType' class.
ProblemActionType.setSoapAction ( String value )This method is from 'ProblemActionType' class.
[+] ReferenceParametersType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ReferenceParametersType.getAny ( )This method is from 'ReferenceParametersType' class.
ReferenceParametersType.getOtherAttributes ( )This method is from 'ReferenceParametersType' class.
ReferenceParametersType.ReferenceParametersType ( )This constructor is from 'ReferenceParametersType' class.
[+] RelatesToType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
RelatesToType.getOtherAttributes ( )This method is from 'RelatesToType' class.
RelatesToType.getRelationshipType ( )This method is from 'RelatesToType' class.
RelatesToType.getValue ( )This method is from 'RelatesToType' class.
RelatesToType.RelatesToType ( )This constructor is from 'RelatesToType' class.
RelatesToType.setRelationshipType ( String value )This method is from 'RelatesToType' class.
RelatesToType.setValue ( String value )This method is from 'RelatesToType' class.
[+] VersionTransformer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (21)
VersionTransformer.convert ( AttributedURIType internal )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( EndpointReferenceType internal )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( ReferenceParametersType internal )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( RelatesToType internal )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200403.AttributedURI exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200403.EndpointReferenceType exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200403.Relationship exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200408.AttributedURI exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200408.EndpointReferenceType exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200408.ReferenceParametersType exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200408.Relationship exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convertTo200403 ( AttributedURIType internal )This method is from 'VersionTransformer' class.
VersionTransformer.convertTo200403 ( EndpointReferenceType internal )This method is from 'VersionTransformer' class.
VersionTransformer.convertTo200403 ( RelatesToType internal )This method is from 'VersionTransformer' class.
VersionTransformer.convertToInternal ( javax.xml.ws.EndpointReference external )This method is from 'VersionTransformer' class.
VersionTransformer.convertToNative ( Object exposed )This method is from 'VersionTransformer' class.
VersionTransformer.getExposedJAXBContext ( String exposedURI )This method is from 'VersionTransformer' class.
VersionTransformer.getExposedReferenceType ( String exposedURI )This method is from 'VersionTransformer' class.
VersionTransformer.isSupported ( String namespace )This method is from 'VersionTransformer' class.
VersionTransformer.parseEndpointReference ( org.w3c.dom.Element ref )This method is from 'VersionTransformer' class.
VersionTransformer.VersionTransformer ( )This constructor is from 'VersionTransformer' class.
[+] VersionTransformer.Names200403 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
VersionTransformer.Names200403.getJAXBContext ( )This method is from 'VersionTransformer.Names200403' class.
VersionTransformer.Names200403.setJAXBContext ( javax.xml.bind.JAXBContext ctx )This method is from 'VersionTransformer.Names200403' class.
VersionTransformer.Names200403.VersionTransformer.Names200403 ( )This constructor is from 'VersionTransformer.Names200403' class.
[+] VersionTransformer.Names200408 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
VersionTransformer.Names200408.getJAXBContext ( )This method is from 'VersionTransformer.Names200408' class.
VersionTransformer.Names200408.setJAXBContext ( javax.xml.bind.JAXBContext ctx )This method is from 'VersionTransformer.Names200408' class.
VersionTransformer.Names200408.VersionTransformer.Names200408 ( )This constructor is from 'VersionTransformer.Names200408' class.
[+] WSAContextUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
WSAContextUtils.retrieveTo ( org.apache.cxf.transport.Conduit conduit, org.apache.cxf.message.Message message )This method is from 'WSAContextUtils' class.
WSAContextUtils.retrieveUsingAddressing ( org.apache.cxf.message.Message message )This method is from 'WSAContextUtils' class.
WSAContextUtils.storeTo ( EndpointReferenceType to, org.apache.cxf.message.Message message )This method is from 'WSAContextUtils' class.
WSAContextUtils.storeUsingAddressing ( boolean override, org.apache.cxf.message.Message message )This method is from 'WSAContextUtils' class.
[+] WSAddressingFeature (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
WSAddressingFeature.getMessageIdCache ( )This method is from 'WSAddressingFeature' class.
WSAddressingFeature.initializeProvider ( org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus )This method is from 'WSAddressingFeature' class.
WSAddressingFeature.isAddressingRequired ( )This method is from 'WSAddressingFeature' class.
WSAddressingFeature.isAllowDuplicates ( )This method is from 'WSAddressingFeature' class.
WSAddressingFeature.isUsingAddressingAdvisory ( )This method is from 'WSAddressingFeature' class.
WSAddressingFeature.setAddressingRequired ( boolean required )This method is from 'WSAddressingFeature' class.
WSAddressingFeature.setAllowDuplicates ( boolean allow )This method is from 'WSAddressingFeature' class.
WSAddressingFeature.setMessageIdCache ( MessageIdCache messageIdCache )This method is from 'WSAddressingFeature' class.
WSAddressingFeature.setResponses ( String responses )This method is from 'WSAddressingFeature' class.
WSAddressingFeature.setUsingAddressingAdvisory ( boolean advisory )This method is from 'WSAddressingFeature' class.
WSAddressingFeature.WSAddressingFeature ( )This constructor is from 'WSAddressingFeature' class.
package org.apache.cxf.ws.addressing.blueprint
[+] WsBPHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
WsBPHandler.decorate ( org.w3c.dom.Node node, org.osgi.service.blueprint.reflect.ComponentMetadata componentMetadata, org.apache.aries.blueprint.ParserContext context )This method is from 'WsBPHandler' class.
WsBPHandler.getManagedClasses ( )This method is from 'WsBPHandler' class.
WsBPHandler.getSchemaLocation ( String s )This method is from 'WsBPHandler' class.
WsBPHandler.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context )This method is from 'WsBPHandler' class.
WsBPHandler.WsBPHandler ( )This constructor is from 'WsBPHandler' class.
package org.apache.cxf.ws.addressing.policy
[+] AddressingAssertionBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AddressingAssertionBuilder.AddressingAssertionBuilder ( )This constructor is from 'AddressingAssertionBuilder' class.
AddressingAssertionBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'AddressingAssertionBuilder' class.
AddressingAssertionBuilder.build ( org.w3c.dom.Element elem, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'AddressingAssertionBuilder' class.
AddressingAssertionBuilder.getKnownElements ( )This method is from 'AddressingAssertionBuilder' class.
[+] AddressingPolicyInterceptorProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
AddressingPolicyInterceptorProvider.AddressingPolicyInterceptorProvider ( )This constructor is from 'AddressingPolicyInterceptorProvider' class.
[+] UsingAddressingAssertionBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
UsingAddressingAssertionBuilder.UsingAddressingAssertionBuilder ( )This constructor is from 'UsingAddressingAssertionBuilder' class.
package org.apache.cxf.ws.addressing.soap
[+] MAPCodec (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
MAPCodec.decodeAsNative ( String encodedAs, Class clz, org.w3c.dom.Element headerElement, javax.xml.bind.Unmarshaller unmarshaller )This method is from 'MAPCodec' class.
MAPCodec.decodeMAP ( Class clz, org.w3c.dom.Element headerElement, javax.xml.bind.Unmarshaller unmarshaller )This method is from 'MAPCodec' class.
MAPCodec.encodeMAP ( Object value, javax.xml.namespace.QName qname, Class clz, org.w3c.dom.Element header, javax.xml.bind.Marshaller marshaller )This method is from 'MAPCodec' class.
MAPCodec.getHeaderFactory ( )This method is from 'MAPCodec' class.
MAPCodec.getUncorrelatedExchanges ( )This method is from 'MAPCodec' class.
MAPCodec.getUnderstoodHeaders ( )This method is from 'MAPCodec' class.
MAPCodec.handleFault ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'MAPCodec' class.
MAPCodec.handleFault ( org.apache.cxf.message.Message x0 )This method is from 'MAPCodec' class.
MAPCodec.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'MAPCodec' class.
MAPCodec.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'MAPCodec' class.
MAPCodec.MAPCodec ( )This constructor is from 'MAPCodec' class.
MAPCodec.setHeaderFactory ( MAPCodec.HeaderFactory factory )This method is from 'MAPCodec' class.
MAPCodec.unmarshalMAPs ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'MAPCodec' class.
[+] MAPCodec.HeaderFactory (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
MAPCodec.HeaderFactory.getHeader ( org.apache.cxf.binding.soap.SoapVersion p1 )This abstract method is from 'MAPCodec.HeaderFactory' interface.
[+] OneWayDecoupledFaultHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
OneWayDecoupledFaultHandler.createDecoupledDestination ( org.apache.cxf.message.Exchange exchange, org.apache.cxf.ws.addressing.EndpointReferenceType epr )This method is from 'OneWayDecoupledFaultHandler' class.
OneWayDecoupledFaultHandler.handleFault ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'OneWayDecoupledFaultHandler' class.
OneWayDecoupledFaultHandler.handleFault ( org.apache.cxf.message.Message x0 )This method is from 'OneWayDecoupledFaultHandler' class.
OneWayDecoupledFaultHandler.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'OneWayDecoupledFaultHandler' class.
OneWayDecoupledFaultHandler.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'OneWayDecoupledFaultHandler' class.
OneWayDecoupledFaultHandler.OneWayDecoupledFaultHandler ( )This constructor is from 'OneWayDecoupledFaultHandler' class.
[+] VersionTransformer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
VersionTransformer.decodeAsNative ( String encodedAs, Class clz, org.w3c.dom.Element headerElement, javax.xml.bind.Unmarshaller unmarshaller )This method is from 'VersionTransformer' class.
VersionTransformer.encodeAsExposed ( String exposeAs, Object value, String localName, Class clz, org.w3c.dom.Element header, javax.xml.bind.Marshaller marshaller )This method is from 'VersionTransformer' class.
VersionTransformer.VersionTransformer ( MAPCodec mapCodec )This constructor is from 'VersionTransformer' class.
[+] VersionTransformer.Names200403 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
VersionTransformer.Names200403.VersionTransformer.Names200403 ( )This constructor is from 'VersionTransformer.Names200403' class.
[+] VersionTransformer.Names200408 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
VersionTransformer.Names200408.VersionTransformer.Names200408 ( )This constructor is from 'VersionTransformer.Names200408' class.
package org.apache.cxf.ws.addressing.spring
[+] AddressingBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
AddressingBeanDefinitionParser.AddressingBeanDefinitionParser ( )This constructor is from 'AddressingBeanDefinitionParser' class.
AddressingBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element arg0 )This method is from 'AddressingBeanDefinitionParser' class.
[+] NamespaceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
NamespaceHandler.init ( )This method is from 'NamespaceHandler' class.
NamespaceHandler.NamespaceHandler ( )This constructor is from 'NamespaceHandler' class.
package org.apache.cxf.ws.addressing.v200403
[+] AttributedQName (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AttributedQName.AttributedQName ( )This constructor is from 'AttributedQName' class.
AttributedQName.getOtherAttributes ( )This method is from 'AttributedQName' class.
AttributedQName.getValue ( )This method is from 'AttributedQName' class.
AttributedQName.setValue ( javax.xml.namespace.QName value )This method is from 'AttributedQName' class.
[+] AttributedURI (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AttributedURI.AttributedURI ( )This constructor is from 'AttributedURI' class.
AttributedURI.getOtherAttributes ( )This method is from 'AttributedURI' class.
AttributedURI.getValue ( )This method is from 'AttributedURI' class.
AttributedURI.setValue ( String value )This method is from 'AttributedURI' class.
[+] EndpointReferenceType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
EndpointReferenceType.EndpointReferenceType ( )This constructor is from 'EndpointReferenceType' class.
EndpointReferenceType.getAddress ( )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.getAny ( )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.getOtherAttributes ( )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.getPortType ( )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.getReferenceProperties ( )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.getServiceName ( )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.setAddress ( AttributedURI value )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.setPortType ( AttributedQName value )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.setReferenceProperties ( ReferencePropertiesType value )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.setServiceName ( ServiceNameType value )This method is from 'EndpointReferenceType' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
ObjectFactory.createAction ( AttributedURI value )This method is from 'ObjectFactory' class.
ObjectFactory.createAttributedQName ( )This method is from 'ObjectFactory' class.
ObjectFactory.createAttributedURI ( )This method is from 'ObjectFactory' class.
ObjectFactory.createEndpointReference ( EndpointReferenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createEndpointReferenceType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createFaultTo ( EndpointReferenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createFrom ( EndpointReferenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createMessageID ( AttributedURI value )This method is from 'ObjectFactory' class.
ObjectFactory.createReferencePropertiesType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRelatesTo ( Relationship value )This method is from 'ObjectFactory' class.
ObjectFactory.createRelationship ( )This method is from 'ObjectFactory' class.
ObjectFactory.createReplyAfter ( Object value )This method is from 'ObjectFactory' class.
ObjectFactory.createReplyAfterType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createReplyTo ( EndpointReferenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createServiceNameType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTo ( AttributedURI value )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] ReferencePropertiesType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ReferencePropertiesType.getAny ( )This method is from 'ReferencePropertiesType' class.
ReferencePropertiesType.ReferencePropertiesType ( )This constructor is from 'ReferencePropertiesType' class.
[+] Relationship (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
Relationship.getOtherAttributes ( )This method is from 'Relationship' class.
Relationship.getRelationshipType ( )This method is from 'Relationship' class.
Relationship.getValue ( )This method is from 'Relationship' class.
Relationship.Relationship ( )This constructor is from 'Relationship' class.
Relationship.setRelationshipType ( javax.xml.namespace.QName value )This method is from 'Relationship' class.
Relationship.setValue ( String value )This method is from 'Relationship' class.
[+] ReplyAfterType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ReplyAfterType.getOtherAttributes ( )This method is from 'ReplyAfterType' class.
ReplyAfterType.getValue ( )This method is from 'ReplyAfterType' class.
ReplyAfterType.ReplyAfterType ( )This constructor is from 'ReplyAfterType' class.
ReplyAfterType.setValue ( java.math.BigInteger value )This method is from 'ReplyAfterType' class.
[+] ServiceNameType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
ServiceNameType.getOtherAttributes ( )This method is from 'ServiceNameType' class.
ServiceNameType.getPortName ( )This method is from 'ServiceNameType' class.
ServiceNameType.getValue ( )This method is from 'ServiceNameType' class.
ServiceNameType.ServiceNameType ( )This constructor is from 'ServiceNameType' class.
ServiceNameType.setPortName ( String value )This method is from 'ServiceNameType' class.
ServiceNameType.setValue ( javax.xml.namespace.QName value )This method is from 'ServiceNameType' class.
package org.apache.cxf.ws.addressing.v200408
[+] AttributedQName (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AttributedQName.AttributedQName ( )This constructor is from 'AttributedQName' class.
AttributedQName.getOtherAttributes ( )This method is from 'AttributedQName' class.
AttributedQName.getValue ( )This method is from 'AttributedQName' class.
AttributedQName.setValue ( javax.xml.namespace.QName value )This method is from 'AttributedQName' class.
[+] AttributedURI (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AttributedURI.AttributedURI ( )This constructor is from 'AttributedURI' class.
AttributedURI.getOtherAttributes ( )This method is from 'AttributedURI' class.
AttributedURI.getValue ( )This method is from 'AttributedURI' class.
AttributedURI.setValue ( String value )This method is from 'AttributedURI' class.
[+] EndpointReferenceType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
EndpointReferenceType.EndpointReferenceType ( )This constructor is from 'EndpointReferenceType' class.
EndpointReferenceType.getAddress ( )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.getAny ( )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.getOtherAttributes ( )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.getPortType ( )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.getReferenceParameters ( )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.getReferenceProperties ( )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.getServiceName ( )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.setAddress ( AttributedURI value )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.setPortType ( AttributedQName value )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.setReferenceParameters ( ReferenceParametersType value )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.setReferenceProperties ( ReferencePropertiesType value )This method is from 'EndpointReferenceType' class.
EndpointReferenceType.setServiceName ( ServiceNameType value )This method is from 'EndpointReferenceType' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (18)
ObjectFactory.createAction ( AttributedURI value )This method is from 'ObjectFactory' class.
ObjectFactory.createAttributedQName ( )This method is from 'ObjectFactory' class.
ObjectFactory.createAttributedURI ( )This method is from 'ObjectFactory' class.
ObjectFactory.createEndpointReference ( EndpointReferenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createEndpointReferenceType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createFaultTo ( EndpointReferenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createFrom ( EndpointReferenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createMessageID ( AttributedURI value )This method is from 'ObjectFactory' class.
ObjectFactory.createReferenceParametersType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createReferencePropertiesType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRelatesTo ( Relationship value )This method is from 'ObjectFactory' class.
ObjectFactory.createRelationship ( )This method is from 'ObjectFactory' class.
ObjectFactory.createReplyAfter ( ReplyAfterType value )This method is from 'ObjectFactory' class.
ObjectFactory.createReplyAfterType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createReplyTo ( EndpointReferenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createServiceNameType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTo ( AttributedURI value )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] ReferenceParametersType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ReferenceParametersType.getAny ( )This method is from 'ReferenceParametersType' class.
ReferenceParametersType.ReferenceParametersType ( )This constructor is from 'ReferenceParametersType' class.
[+] ReferencePropertiesType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ReferencePropertiesType.getAny ( )This method is from 'ReferencePropertiesType' class.
ReferencePropertiesType.ReferencePropertiesType ( )This constructor is from 'ReferencePropertiesType' class.
[+] Relationship (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
Relationship.getOtherAttributes ( )This method is from 'Relationship' class.
Relationship.getRelationshipType ( )This method is from 'Relationship' class.
Relationship.getValue ( )This method is from 'Relationship' class.
Relationship.Relationship ( )This constructor is from 'Relationship' class.
Relationship.setRelationshipType ( javax.xml.namespace.QName value )This method is from 'Relationship' class.
Relationship.setValue ( String value )This method is from 'Relationship' class.
[+] ReplyAfterType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ReplyAfterType.getOtherAttributes ( )This method is from 'ReplyAfterType' class.
ReplyAfterType.getValue ( )This method is from 'ReplyAfterType' class.
ReplyAfterType.ReplyAfterType ( )This constructor is from 'ReplyAfterType' class.
ReplyAfterType.setValue ( java.math.BigInteger value )This method is from 'ReplyAfterType' class.
[+] ServiceNameType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
ServiceNameType.getOtherAttributes ( )This method is from 'ServiceNameType' class.
ServiceNameType.getPortName ( )This method is from 'ServiceNameType' class.
ServiceNameType.getValue ( )This method is from 'ServiceNameType' class.
ServiceNameType.ServiceNameType ( )This constructor is from 'ServiceNameType' class.
ServiceNameType.setPortName ( String value )This method is from 'ServiceNameType' class.
ServiceNameType.setValue ( javax.xml.namespace.QName value )This method is from 'ServiceNameType' class.
package org.apache.cxf.ws.addressing.wsdl
[+] Anonymous (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Anonymous.Anonymous ( )This constructor is from 'Anonymous' class.
Anonymous.getOtherAttributes ( )This method is from 'Anonymous' class.
Anonymous.getValue ( )This method is from 'Anonymous' class.
Anonymous.setValue ( AnonymousType value )This method is from 'Anonymous' class.
[+] AnonymousType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AnonymousType.fromValue ( String v )This method is from 'AnonymousType' class.
AnonymousType.value ( )This method is from 'AnonymousType' class.
AnonymousType.valueOf ( String name )This method is from 'AnonymousType' class.
AnonymousType.values ( )This method is from 'AnonymousType' class.
[+] AttributedQNameType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AttributedQNameType.AttributedQNameType ( )This constructor is from 'AttributedQNameType' class.
AttributedQNameType.getOtherAttributes ( )This method is from 'AttributedQNameType' class.
AttributedQNameType.getValue ( )This method is from 'AttributedQNameType' class.
AttributedQNameType.setValue ( javax.xml.namespace.QName value )This method is from 'AttributedQNameType' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
ObjectFactory.createAnonymous ( )This method is from 'ObjectFactory' class.
ObjectFactory.createAttributedQNameType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createInterfaceName ( AttributedQNameType value )This method is from 'ObjectFactory' class.
ObjectFactory.createServiceName ( ServiceNameType value )This method is from 'ObjectFactory' class.
ObjectFactory.createServiceNameType ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] ServiceNameType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
ServiceNameType.getEndpointName ( )This method is from 'ServiceNameType' class.
ServiceNameType.getOtherAttributes ( )This method is from 'ServiceNameType' class.
ServiceNameType.getValue ( )This method is from 'ServiceNameType' class.
ServiceNameType.ServiceNameType ( )This constructor is from 'ServiceNameType' class.
ServiceNameType.setEndpointName ( String value )This method is from 'ServiceNameType' class.
ServiceNameType.setValue ( javax.xml.namespace.QName value )This method is from 'ServiceNameType' class.
[+] UsingAddressing (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
UsingAddressing.getOtherAttributes ( )This method is from 'UsingAddressing' class.
UsingAddressing.UsingAddressing ( )This constructor is from 'UsingAddressing' class.
package org.apache.cxf.ws.mex
[+] MetadataExchange (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
MetadataExchange.get2004 ( )This abstract method is from 'MetadataExchange' interface.
MetadataExchange.getMetadata ( model._2004_09.GetMetadata p1 )This abstract method is from 'MetadataExchange' interface.
[+] MEXEndpoint (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
MEXEndpoint.get2004 ( )This method is from 'MEXEndpoint' class.
MEXEndpoint.getMetadata ( model._2004_09.GetMetadata body )This method is from 'MEXEndpoint' class.
MEXEndpoint.MEXEndpoint ( org.apache.cxf.endpoint.Server server )This constructor is from 'MEXEndpoint' class.
MEXEndpoint.MEXEndpoint ( org.apache.cxf.jaxws.EndpointImpl server )This constructor is from 'MEXEndpoint' class.
[+] MEXInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
MEXInInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'MEXInInterceptor' class.
MEXInInterceptor.MEXInInterceptor ( org.apache.cxf.endpoint.Server serv )This constructor is from 'MEXInInterceptor' class.
[+] MEXServerListener (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
MEXServerListener.MEXServerListener ( )This constructor is from 'MEXServerListener' class.
MEXServerListener.startServer ( org.apache.cxf.endpoint.Server serv )This method is from 'MEXServerListener' class.
MEXServerListener.stopServer ( org.apache.cxf.endpoint.Server arg0 )This method is from 'MEXServerListener' class.
[+] MEXUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
MEXUtils.getPolicies ( org.apache.cxf.endpoint.Server server, String id )This method is from 'MEXUtils' class.
MEXUtils.getPolicyLocations ( org.apache.cxf.endpoint.Server server )This method is from 'MEXUtils' class.
MEXUtils.getSchemaLocations ( org.apache.cxf.endpoint.Server server )This method is from 'MEXUtils' class.
MEXUtils.getSchemas ( org.apache.cxf.endpoint.Server server, String id )This method is from 'MEXUtils' class.
MEXUtils.getWSDLs ( org.apache.cxf.endpoint.Server server )This method is from 'MEXUtils' class.
package org.apache.cxf.ws.mex.model._2004_09
[+] GetMetadata (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
GetMetadata.getDialect ( )This method is from 'GetMetadata' class.
GetMetadata.getIdentifier ( )This method is from 'GetMetadata' class.
GetMetadata.GetMetadata ( )This constructor is from 'GetMetadata' class.
GetMetadata.getOtherAttributes ( )This method is from 'GetMetadata' class.
GetMetadata.setDialect ( String value )This method is from 'GetMetadata' class.
GetMetadata.setIdentifier ( String value )This method is from 'GetMetadata' class.
[+] Metadata (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Metadata.getAny ( )This method is from 'Metadata' class.
Metadata.getMetadataSection ( )This method is from 'Metadata' class.
Metadata.getOtherAttributes ( )This method is from 'Metadata' class.
Metadata.Metadata ( )This constructor is from 'Metadata' class.
[+] MetadataReference (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
MetadataReference.getAny ( )This method is from 'MetadataReference' class.
MetadataReference.MetadataReference ( )This constructor is from 'MetadataReference' class.
[+] MetadataSection (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
MetadataSection.getAny ( )This method is from 'MetadataSection' class.
MetadataSection.getDialect ( )This method is from 'MetadataSection' class.
MetadataSection.getIdentifier ( )This method is from 'MetadataSection' class.
MetadataSection.getLocation ( )This method is from 'MetadataSection' class.
MetadataSection.getMetadataReference ( )This method is from 'MetadataSection' class.
MetadataSection.getOtherAttributes ( )This method is from 'MetadataSection' class.
MetadataSection.MetadataSection ( )This constructor is from 'MetadataSection' class.
MetadataSection.setAny ( Object value )This method is from 'MetadataSection' class.
MetadataSection.setDialect ( String value )This method is from 'MetadataSection' class.
MetadataSection.setIdentifier ( String value )This method is from 'MetadataSection' class.
MetadataSection.setLocation ( String value )This method is from 'MetadataSection' class.
MetadataSection.setMetadataReference ( MetadataReference value )This method is from 'MetadataSection' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
ObjectFactory.createDialect ( String value )This method is from 'ObjectFactory' class.
ObjectFactory.createGetMetadata ( )This method is from 'ObjectFactory' class.
ObjectFactory.createIdentifier ( String value )This method is from 'ObjectFactory' class.
ObjectFactory.createLocation ( String value )This method is from 'ObjectFactory' class.
ObjectFactory.createMetadata ( )This method is from 'ObjectFactory' class.
ObjectFactory.createMetadataReference ( )This method is from 'ObjectFactory' class.
ObjectFactory.createMetadataSection ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
package org.apache.cxf.ws.policy
[+] AbstractPolicyInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
AbstractPolicyInterceptor.AbstractPolicyInterceptor ( String phase )This constructor is from 'AbstractPolicyInterceptor' abstract class.
AbstractPolicyInterceptor.AbstractPolicyInterceptor ( String id, String phase )This constructor is from 'AbstractPolicyInterceptor' abstract class.
AbstractPolicyInterceptor.getBindingFaultInfo ( org.apache.cxf.message.Message msg, Exception ex, org.apache.cxf.service.model.BindingOperationInfo boi )This method is from 'AbstractPolicyInterceptor' abstract class.
AbstractPolicyInterceptor.getTransportAssertions ( org.apache.cxf.message.Message message )This method is from 'AbstractPolicyInterceptor' abstract class.
AbstractPolicyInterceptor.handle ( org.apache.cxf.message.Message p1 )This abstract method is from 'AbstractPolicyInterceptor' abstract class.
AbstractPolicyInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'AbstractPolicyInterceptor' abstract class.
[+] AbstractPolicyInterceptorProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
AbstractPolicyInterceptorProvider.AbstractPolicyInterceptorProvider ( java.util.Collection at )This constructor is from 'AbstractPolicyInterceptorProvider' abstract class.
AbstractPolicyInterceptorProvider.AbstractPolicyInterceptorProvider ( javax.xml.namespace.QName type )This constructor is from 'AbstractPolicyInterceptorProvider' abstract class.
AbstractPolicyInterceptorProvider.getAssertionTypes ( )This method is from 'AbstractPolicyInterceptorProvider' abstract class.
AbstractPolicyInterceptorProvider.provideInFaultInterceptors ( org.apache.cxf.message.Message m )This method is from 'AbstractPolicyInterceptorProvider' abstract class.
AbstractPolicyInterceptorProvider.provideInInterceptors ( org.apache.cxf.message.Message m )This method is from 'AbstractPolicyInterceptorProvider' abstract class.
AbstractPolicyInterceptorProvider.provideOutFaultInterceptors ( org.apache.cxf.message.Message m )This method is from 'AbstractPolicyInterceptorProvider' abstract class.
AbstractPolicyInterceptorProvider.provideOutInterceptors ( org.apache.cxf.message.Message m )This method is from 'AbstractPolicyInterceptorProvider' abstract class.
[+] AlternativeSelector (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
AlternativeSelector.selectAlternative ( org.apache.neethi.Policy p1, PolicyEngine p2, Assertor p3, java.util.List p4 )This abstract method is from 'AlternativeSelector' interface.
[+] AssertionBuilderRegistry (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
AssertionBuilderRegistry.isIgnoreUnknownAssertions ( )This abstract method is from 'AssertionBuilderRegistry' interface.
AssertionBuilderRegistry.setIgnoreUnknownAssertions ( boolean p1 )This abstract method is from 'AssertionBuilderRegistry' interface.
[+] AssertionBuilderRegistryImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
AssertionBuilderRegistryImpl.AssertionBuilderRegistryImpl ( )This constructor is from 'AssertionBuilderRegistryImpl' class.
AssertionBuilderRegistryImpl.AssertionBuilderRegistryImpl ( org.apache.cxf.Bus b )This constructor is from 'AssertionBuilderRegistryImpl' class.
AssertionBuilderRegistryImpl.getRegistrationType ( )This method is from 'AssertionBuilderRegistryImpl' class.
AssertionBuilderRegistryImpl.handleNoRegisteredBuilder ( javax.xml.namespace.QName qname )This method is from 'AssertionBuilderRegistryImpl' class.
AssertionBuilderRegistryImpl.isIgnoreUnknownAssertions ( )This method is from 'AssertionBuilderRegistryImpl' class.
AssertionBuilderRegistryImpl.loadDynamic ( )This method is from 'AssertionBuilderRegistryImpl' class.
AssertionBuilderRegistryImpl.setBus ( org.apache.cxf.Bus b )This method is from 'AssertionBuilderRegistryImpl' class.
AssertionBuilderRegistryImpl.setIgnoreUnknownAssertions ( boolean ignore )This method is from 'AssertionBuilderRegistryImpl' class.
[+] AssertionInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
AssertionInfo.AssertionInfo ( org.apache.neethi.Assertion a )This constructor is from 'AssertionInfo' class.
AssertionInfo.getAssertion ( )This method is from 'AssertionInfo' class.
AssertionInfo.getErrorMessage ( )This method is from 'AssertionInfo' class.
AssertionInfo.isAsserted ( )This method is from 'AssertionInfo' class.
AssertionInfo.setAsserted ( boolean a )This method is from 'AssertionInfo' class.
AssertionInfo.setNotAsserted ( String message )This method is from 'AssertionInfo' class.
AssertionInfo.toString ( )This method is from 'AssertionInfo' class.
[+] AssertionInfoMap (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
AssertionInfoMap.AssertionInfoMap ( java.util.Collection assertions )This constructor is from 'AssertionInfoMap' class.
AssertionInfoMap.AssertionInfoMap ( org.apache.neethi.Policy p )This constructor is from 'AssertionInfoMap' class.
AssertionInfoMap.check ( )This method is from 'AssertionInfoMap' class.
AssertionInfoMap.checkEffectivePolicy ( org.apache.neethi.Policy policy )This method is from 'AssertionInfoMap' class.
AssertionInfoMap.getAssertionInfo ( javax.xml.namespace.QName name )This method is from 'AssertionInfoMap' class.
AssertionInfoMap.supportsAlternative ( java.util.Collection alternative, java.util.List errors )This method is from 'AssertionInfoMap' class.
AssertionInfoMap.supportsAlternative ( org.apache.neethi.PolicyComponent assertion, java.util.List errors )This method is from 'AssertionInfoMap' class.
[+] Assertor (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
Assertor.assertMessage ( org.apache.cxf.message.Message p1 )This abstract method is from 'Assertor' interface.
Assertor.canAssert ( javax.xml.namespace.QName p1 )This abstract method is from 'Assertor' interface.
[+] ClientPolicyInFaultInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ClientPolicyInFaultInterceptor.ClientPolicyInFaultInterceptor ( )This constructor is from 'ClientPolicyInFaultInterceptor' class.
ClientPolicyInFaultInterceptor.handle ( org.apache.cxf.message.Message msg )This method is from 'ClientPolicyInFaultInterceptor' class.
[+] EffectivePolicy (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
EffectivePolicy.getChosenAlternative ( )This abstract method is from 'EffectivePolicy' interface.
EffectivePolicy.getInterceptors ( )This abstract method is from 'EffectivePolicy' interface.
EffectivePolicy.getPolicy ( )This abstract method is from 'EffectivePolicy' interface.
[+] EffectivePolicyImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
EffectivePolicyImpl.EffectivePolicyImpl ( )This constructor is from 'EffectivePolicyImpl' class.
EffectivePolicyImpl.getChosenAlternative ( )This method is from 'EffectivePolicyImpl' class.
EffectivePolicyImpl.getInterceptors ( )This method is from 'EffectivePolicyImpl' class.
EffectivePolicyImpl.getPolicy ( )This method is from 'EffectivePolicyImpl' class.
EffectivePolicyImpl.getSupportedAlternatives ( PolicyEngineImpl engine, org.apache.neethi.Policy p )This method is from 'EffectivePolicyImpl' class.
EffectivePolicyImpl.initialise ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, org.apache.cxf.service.model.BindingFaultInfo bfi, PolicyEngineImpl engine, Assertor assertor )This method is from 'EffectivePolicyImpl' class.
EffectivePolicyImpl.initialise ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, PolicyEngineImpl engine, boolean requestor, boolean request )This method is from 'EffectivePolicyImpl' class.
EffectivePolicyImpl.initialise ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, PolicyEngineImpl engine, Assertor assertor, boolean requestor, boolean request )This method is from 'EffectivePolicyImpl' class.
EffectivePolicyImpl.initialise ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, PolicyEngineImpl engine, Assertor assertor, boolean requestor, boolean request, java.util.List incoming )This method is from 'EffectivePolicyImpl' class.
EffectivePolicyImpl.initialise ( EndpointPolicyImpl epi, PolicyEngineImpl engine, boolean inbound )This method is from 'EffectivePolicyImpl' class.
[+] EndpointPolicy (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
EndpointPolicy.getChosenAlternative ( )This abstract method is from 'EndpointPolicy' interface.
EndpointPolicy.getFaultInterceptors ( )This abstract method is from 'EndpointPolicy' interface.
EndpointPolicy.getFaultVocabulary ( )This abstract method is from 'EndpointPolicy' interface.
EndpointPolicy.getInterceptors ( )This abstract method is from 'EndpointPolicy' interface.
EndpointPolicy.getPolicy ( )This abstract method is from 'EndpointPolicy' interface.
EndpointPolicy.getVocabulary ( )This abstract method is from 'EndpointPolicy' interface.
EndpointPolicy.updatePolicy ( org.apache.neethi.Policy p1 )This abstract method is from 'EndpointPolicy' interface.
[+] EndpointPolicyImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
EndpointPolicyImpl.createEndpointPolicy ( )This method is from 'EndpointPolicyImpl' class.
EndpointPolicyImpl.EndpointPolicyImpl ( )This constructor is from 'EndpointPolicyImpl' class.
EndpointPolicyImpl.EndpointPolicyImpl ( org.apache.cxf.service.model.EndpointInfo ei, PolicyEngineImpl engine, boolean requestor, Assertor assertor )This constructor is from 'EndpointPolicyImpl' class.
EndpointPolicyImpl.EndpointPolicyImpl ( org.apache.neethi.Policy p )This constructor is from 'EndpointPolicyImpl' class.
EndpointPolicyImpl.getAssertor ( )This method is from 'EndpointPolicyImpl' class.
EndpointPolicyImpl.getChosenAlternative ( )This method is from 'EndpointPolicyImpl' class.
EndpointPolicyImpl.getFaultInterceptors ( )This method is from 'EndpointPolicyImpl' class.
EndpointPolicyImpl.getFaultVocabulary ( )This method is from 'EndpointPolicyImpl' class.
EndpointPolicyImpl.getInterceptors ( )This method is from 'EndpointPolicyImpl' class.
EndpointPolicyImpl.getPolicy ( )This method is from 'EndpointPolicyImpl' class.
EndpointPolicyImpl.getSupportedAlternatives ( )This method is from 'EndpointPolicyImpl' class.
EndpointPolicyImpl.getVocabulary ( )This method is from 'EndpointPolicyImpl' class.
EndpointPolicyImpl.initialize ( )This method is from 'EndpointPolicyImpl' class.
EndpointPolicyImpl.updatePolicy ( org.apache.neethi.Policy p )This method is from 'EndpointPolicyImpl' class.
[+] IgnorablePolicyInterceptorProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
IgnorablePolicyInterceptorProvider.IgnorablePolicyInterceptorProvider ( java.util.Collection at )This constructor is from 'IgnorablePolicyInterceptorProvider' class.
IgnorablePolicyInterceptorProvider.IgnorablePolicyInterceptorProvider ( javax.xml.namespace.QName type )This constructor is from 'IgnorablePolicyInterceptorProvider' class.
[+] PolicyAnnotationListener (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
PolicyAnnotationListener.handleEvent ( org.apache.cxf.service.factory.FactoryBeanListener.Event ev, org.apache.cxf.service.factory.AbstractServiceFactoryBean factory, Object[ ] args )This method is from 'PolicyAnnotationListener' class.
PolicyAnnotationListener.PolicyAnnotationListener ( )This constructor is from 'PolicyAnnotationListener' class.
[+] PolicyAssertion (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
PolicyAssertion.isAsserted ( AssertionInfoMap p1 )This abstract method is from 'PolicyAssertion' interface.
[+] PolicyBean (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PolicyBean.getElement ( )This method is from 'PolicyBean' class.
PolicyBean.PolicyBean ( )This constructor is from 'PolicyBean' class.
PolicyBean.setElement ( org.w3c.dom.Element element )This method is from 'PolicyBean' class.
[+] PolicyBuilder (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PolicyBuilder.getPolicy ( java.io.InputStream p1 )This abstract method is from 'PolicyBuilder' interface.
PolicyBuilder.getPolicy ( Object p1 )This abstract method is from 'PolicyBuilder' interface.
PolicyBuilder.getPolicyReference ( Object p1 )This abstract method is from 'PolicyBuilder' interface.
PolicyBuilder.getPolicyRegistry ( )This abstract method is from 'PolicyBuilder' interface.
[+] PolicyBuilderImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
PolicyBuilderImpl.getBus ( )This method is from 'PolicyBuilderImpl' class.
PolicyBuilderImpl.getRegistrationType ( )This method is from 'PolicyBuilderImpl' class.
PolicyBuilderImpl.PolicyBuilderImpl ( )This constructor is from 'PolicyBuilderImpl' class.
PolicyBuilderImpl.PolicyBuilderImpl ( org.apache.cxf.Bus theBus )This constructor is from 'PolicyBuilderImpl' class.
PolicyBuilderImpl.setAssertionBuilderRegistry ( AssertionBuilderRegistry reg )This method is from 'PolicyBuilderImpl' class.
PolicyBuilderImpl.setBus ( org.apache.cxf.Bus theBus )This method is from 'PolicyBuilderImpl' class.
[+] PolicyConstants (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
PolicyConstants.findAllPolicyElementsOfLocalName ( org.w3c.dom.Document doc, String localName )This method is from 'PolicyConstants' class.
PolicyConstants.findAllPolicyElementsOfLocalName ( org.w3c.dom.Element el, String localName )This method is from 'PolicyConstants' class.
PolicyConstants.findAllPolicyElementsOfLocalName ( org.w3c.dom.Element el, String localName, java.util.List val )This method is from 'PolicyConstants' class.
PolicyConstants.findIgnorableAttribute ( org.w3c.dom.Element e )This method is from 'PolicyConstants' class.
PolicyConstants.findOptionalAttribute ( org.w3c.dom.Element e )This method is from 'PolicyConstants' class.
PolicyConstants.findPolicyElement ( org.w3c.dom.Element parent )This method is from 'PolicyConstants' class.
PolicyConstants.isIgnorable ( org.w3c.dom.Element e )This method is from 'PolicyConstants' class.
PolicyConstants.isOptional ( org.w3c.dom.Element e )This method is from 'PolicyConstants' class.
[+] PolicyEngine (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (24)
PolicyEngine.getAlternativeSelector ( )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.getClientEndpointPolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.transport.Conduit p2 )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.getEffectiveClientFaultPolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingOperationInfo p2, org.apache.cxf.service.model.BindingFaultInfo p3 )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.getEffectiveClientRequestPolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingOperationInfo p2, org.apache.cxf.transport.Conduit p3 )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.getEffectiveClientResponsePolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingOperationInfo p2 )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.getEffectiveServerFaultPolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingOperationInfo p2, org.apache.cxf.service.model.BindingFaultInfo p3, org.apache.cxf.transport.Destination p4 )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.getEffectiveServerRequestPolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingOperationInfo p2 )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.getEffectiveServerResponsePolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingOperationInfo p2, org.apache.cxf.transport.Destination p3, java.util.List p4 )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.getRegistry ( )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.getServerEndpointPolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.transport.Destination p2 )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.isEnabled ( )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.isIgnoreUnknownAssertions ( )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.setAlternativeSelector ( AlternativeSelector p1 )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.setClientEndpointPolicy ( org.apache.cxf.service.model.EndpointInfo p1, EndpointPolicy p2 )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.setEffectiveClientFaultPolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingFaultInfo p2, EffectivePolicy p3 )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.setEffectiveClientRequestPolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingOperationInfo p2, EffectivePolicy p3 )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.setEffectiveClientResponsePolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingOperationInfo p2, EffectivePolicy p3 )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.setEffectiveServerFaultPolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingFaultInfo p2, EffectivePolicy p3 )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.setEffectiveServerRequestPolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingOperationInfo p2, EffectivePolicy p3 )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.setEffectiveServerResponsePolicy ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.model.BindingOperationInfo p2, EffectivePolicy p3 )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.setEnabled ( boolean p1 )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.setIgnoreUnknownAssertions ( boolean p1 )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.setServerEndpointPolicy ( org.apache.cxf.service.model.EndpointInfo p1, EndpointPolicy p2 )This abstract method is from 'PolicyEngine' interface.
PolicyEngine.supportsAlternative ( java.util.Collection p1, Assertor p2 )This abstract method is from 'PolicyEngine' interface.
[+] PolicyEngineImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (37)
PolicyEngineImpl.addBusInterceptors ( )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.addPolicyProvider ( PolicyProvider p )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.getAlternativeSelector ( )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.getBus ( )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.getClientEndpointPolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.transport.Conduit conduit )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.getEffectiveClientFaultPolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, org.apache.cxf.service.model.BindingFaultInfo bfi )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.getEffectiveClientRequestPolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, org.apache.cxf.transport.Conduit c )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.getEffectiveClientResponsePolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.getEffectiveServerFaultPolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, org.apache.cxf.service.model.BindingFaultInfo bfi, org.apache.cxf.transport.Destination d )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.getEffectiveServerRequestPolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.getEffectiveServerResponsePolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, org.apache.cxf.transport.Destination d, java.util.List incoming )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.getPolicyProviders ( )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.getRegistrationType ( )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.getRegistry ( )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.getServerEndpointPolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.transport.Destination destination )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.init ( )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.isEnabled ( )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.isIgnoreUnknownAssertions ( )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.PolicyEngineImpl ( )This constructor is from 'PolicyEngineImpl' class.
PolicyEngineImpl.PolicyEngineImpl ( boolean en )This constructor is from 'PolicyEngineImpl' class.
PolicyEngineImpl.PolicyEngineImpl ( org.apache.cxf.Bus b )This constructor is from 'PolicyEngineImpl' class.
PolicyEngineImpl.removeBusInterceptors ( )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.setAlternativeSelector ( AlternativeSelector as )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.setBus ( org.apache.cxf.Bus b )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.setClientEndpointPolicy ( org.apache.cxf.service.model.EndpointInfo ei, EndpointPolicy ep )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.setEffectiveClientFaultPolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingFaultInfo bfi, EffectivePolicy ep )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.setEffectiveClientRequestPolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, EffectivePolicy ep )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.setEffectiveClientResponsePolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, EffectivePolicy ep )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.setEffectiveServerFaultPolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingFaultInfo bfi, EffectivePolicy ep )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.setEffectiveServerRequestPolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, EffectivePolicy ep )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.setEffectiveServerResponsePolicy ( org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.model.BindingOperationInfo boi, EffectivePolicy ep )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.setEnabled ( boolean e )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.setIgnoreUnknownAssertions ( boolean ignore )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.setPolicyProviders ( java.util.Collection p )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.setRegistry ( org.apache.neethi.PolicyRegistry r )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.setServerEndpointPolicy ( org.apache.cxf.service.model.EndpointInfo ei, EndpointPolicy ep )This method is from 'PolicyEngineImpl' class.
PolicyEngineImpl.supportsAlternative ( java.util.Collection alternative, Assertor assertor )This method is from 'PolicyEngineImpl' class.
[+] PolicyException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PolicyException.PolicyException ( Throwable cause )This constructor is from 'PolicyException' class.
PolicyException.PolicyException ( org.apache.cxf.common.i18n.Message message )This constructor is from 'PolicyException' class.
PolicyException.PolicyException ( org.apache.cxf.common.i18n.Message msg, Throwable t )This constructor is from 'PolicyException' class.
PolicyException.PolicyException ( AssertionInfo info )This constructor is from 'PolicyException' class.
[+] PolicyInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
PolicyInInterceptor.handle ( org.apache.cxf.message.Message msg )This method is from 'PolicyInInterceptor' class.
PolicyInInterceptor.PolicyInInterceptor ( )This constructor is from 'PolicyInInterceptor' class.
[+] PolicyInterceptorProvider (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
PolicyInterceptorProvider.getAssertionTypes ( )This abstract method is from 'PolicyInterceptorProvider' interface.
PolicyInterceptorProvider.provideInFaultInterceptors ( org.apache.cxf.message.Message p1 )This abstract method is from 'PolicyInterceptorProvider' interface.
PolicyInterceptorProvider.provideInInterceptors ( org.apache.cxf.message.Message p1 )This abstract method is from 'PolicyInterceptorProvider' interface.
PolicyInterceptorProvider.provideOutFaultInterceptors ( org.apache.cxf.message.Message p1 )This abstract method is from 'PolicyInterceptorProvider' interface.
PolicyInterceptorProvider.provideOutInterceptors ( org.apache.cxf.message.Message p1 )This abstract method is from 'PolicyInterceptorProvider' interface.
[+] PolicyInterceptorProviderRegistry (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
PolicyInterceptorProviderRegistry.getInterceptors ( java.util.Collection p1, boolean p2, boolean p3 )This abstract method is from 'PolicyInterceptorProviderRegistry' interface.
PolicyInterceptorProviderRegistry.register ( PolicyInterceptorProvider p1 )This abstract method is from 'PolicyInterceptorProviderRegistry' interface.
[+] PolicyInterceptorProviderRegistryImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
PolicyInterceptorProviderRegistryImpl.getInterceptors ( java.util.Collection alternative, boolean out, boolean fault )This method is from 'PolicyInterceptorProviderRegistryImpl' class.
PolicyInterceptorProviderRegistryImpl.getRegistrationType ( )This method is from 'PolicyInterceptorProviderRegistryImpl' class.
PolicyInterceptorProviderRegistryImpl.loadDynamic ( )This method is from 'PolicyInterceptorProviderRegistryImpl' class.
PolicyInterceptorProviderRegistryImpl.PolicyInterceptorProviderRegistryImpl ( )This constructor is from 'PolicyInterceptorProviderRegistryImpl' class.
PolicyInterceptorProviderRegistryImpl.PolicyInterceptorProviderRegistryImpl ( java.util.Map interceptors )This constructor is from 'PolicyInterceptorProviderRegistryImpl' class.
PolicyInterceptorProviderRegistryImpl.PolicyInterceptorProviderRegistryImpl ( org.apache.cxf.Bus b )This constructor is from 'PolicyInterceptorProviderRegistryImpl' class.
PolicyInterceptorProviderRegistryImpl.PolicyInterceptorProviderRegistryImpl ( org.apache.cxf.Bus b, org.apache.cxf.configuration.spring.MapProvider interceptors )This constructor is from 'PolicyInterceptorProviderRegistryImpl' class.
PolicyInterceptorProviderRegistryImpl.PolicyInterceptorProviderRegistryImpl ( org.apache.cxf.configuration.spring.MapProvider interceptors )This constructor is from 'PolicyInterceptorProviderRegistryImpl' class.
PolicyInterceptorProviderRegistryImpl.register ( PolicyInterceptorProvider provider )This method is from 'PolicyInterceptorProviderRegistryImpl' class.
PolicyInterceptorProviderRegistryImpl.setBus ( org.apache.cxf.Bus b )This method is from 'PolicyInterceptorProviderRegistryImpl' class.
[+] PolicyOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
PolicyOutInterceptor.handle ( org.apache.cxf.message.Message msg )This method is from 'PolicyOutInterceptor' class.
PolicyOutInterceptor.PolicyOutInterceptor ( )This constructor is from 'PolicyOutInterceptor' class.
[+] PolicyProvider (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
PolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingFaultInfo p1 )This abstract method is from 'PolicyProvider' interface.
PolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingMessageInfo p1 )This abstract method is from 'PolicyProvider' interface.
PolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingOperationInfo p1 )This abstract method is from 'PolicyProvider' interface.
PolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.EndpointInfo p1 )This abstract method is from 'PolicyProvider' interface.
PolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.ServiceInfo p1 )This abstract method is from 'PolicyProvider' interface.
[+] PolicyRegistryImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PolicyRegistryImpl.lookup ( String key )This method is from 'PolicyRegistryImpl' class.
PolicyRegistryImpl.PolicyRegistryImpl ( )This constructor is from 'PolicyRegistryImpl' class.
PolicyRegistryImpl.register ( String key, org.apache.neethi.Policy policy )This method is from 'PolicyRegistryImpl' class.
PolicyRegistryImpl.remove ( String key )This method is from 'PolicyRegistryImpl' class.
[+] PolicyUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
PolicyUtils.contains ( java.util.Collection assertions, java.util.Collection candidates )This method is from 'PolicyUtils' class.
PolicyUtils.contains ( java.util.Collection assertions, org.apache.neethi.Assertion candidate )This method is from 'PolicyUtils' class.
PolicyUtils.isEmptyPolicy ( org.apache.neethi.Policy p )This method is from 'PolicyUtils' class.
PolicyUtils.isEmptyPolicyOperator ( org.apache.neethi.PolicyOperator p )This method is from 'PolicyUtils' class.
PolicyUtils.logPolicy ( java.util.logging.Logger log, java.util.logging.Level level, String msg, org.apache.neethi.PolicyComponent pc )This method is from 'PolicyUtils' class.
PolicyUtils.printPolicyComponent ( org.apache.neethi.PolicyComponent pc )This method is from 'PolicyUtils' class.
PolicyUtils.printPolicyComponent ( org.apache.neethi.PolicyComponent pc, StringBuilder buf, int level )This method is from 'PolicyUtils' class.
[+] PolicyVerificationInFaultInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
PolicyVerificationInFaultInterceptor.handle ( org.apache.cxf.message.Message message )This method is from 'PolicyVerificationInFaultInterceptor' class.
PolicyVerificationInFaultInterceptor.PolicyVerificationInFaultInterceptor ( )This constructor is from 'PolicyVerificationInFaultInterceptor' class.
[+] PolicyVerificationInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
PolicyVerificationInInterceptor.handle ( org.apache.cxf.message.Message message )This method is from 'PolicyVerificationInInterceptor' class.
PolicyVerificationInInterceptor.PolicyVerificationInInterceptor ( )This constructor is from 'PolicyVerificationInInterceptor' class.
[+] PolicyVerificationOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
PolicyVerificationOutInterceptor.handle ( org.apache.cxf.message.Message message )This method is from 'PolicyVerificationOutInterceptor' class.
PolicyVerificationOutInterceptor.PolicyVerificationOutInterceptor ( )This constructor is from 'PolicyVerificationOutInterceptor' class.
[+] ServerPolicyOutFaultInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ServerPolicyOutFaultInterceptor.handle ( org.apache.cxf.message.Message msg )This method is from 'ServerPolicyOutFaultInterceptor' class.
ServerPolicyOutFaultInterceptor.ServerPolicyOutFaultInterceptor ( )This constructor is from 'ServerPolicyOutFaultInterceptor' class.
[+] ServiceModelPolicyUpdater (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ServiceModelPolicyUpdater.addPolicyAttachments ( java.util.Collection attachments )This method is from 'ServiceModelPolicyUpdater' class.
ServiceModelPolicyUpdater.ServiceModelPolicyUpdater ( org.apache.cxf.service.model.EndpointInfo ei )This constructor is from 'ServiceModelPolicyUpdater' class.
[+] WSPolicyFeature (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
WSPolicyFeature.getPolicies ( )This method is from 'WSPolicyFeature' class.
WSPolicyFeature.getPolicyElements ( )This method is from 'WSPolicyFeature' class.
WSPolicyFeature.getPolicyReferenceElements ( )This method is from 'WSPolicyFeature' class.
WSPolicyFeature.initialize ( org.apache.cxf.Bus bus )This method is from 'WSPolicyFeature' class.
WSPolicyFeature.initialize ( org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus )This method is from 'WSPolicyFeature' class.
WSPolicyFeature.initialize ( org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus )This method is from 'WSPolicyFeature' class.
WSPolicyFeature.isEnabled ( )This method is from 'WSPolicyFeature' class.
WSPolicyFeature.resolveExternal ( org.apache.neethi.PolicyReference ref, String baseURI, org.apache.cxf.Bus bus )This method is from 'WSPolicyFeature' class.
WSPolicyFeature.setAlternativeSelector ( AlternativeSelector as )This method is from 'WSPolicyFeature' class.
WSPolicyFeature.setApplicationContext ( org.springframework.context.ApplicationContext c )This method is from 'WSPolicyFeature' class.
WSPolicyFeature.setEnabled ( boolean enabled )This method is from 'WSPolicyFeature' class.
WSPolicyFeature.setIgnoreUnknownAssertions ( boolean ignore )This method is from 'WSPolicyFeature' class.
WSPolicyFeature.setPolicies ( java.util.Collection policies )This method is from 'WSPolicyFeature' class.
WSPolicyFeature.setPolicyElements ( java.util.Collection elements )This method is from 'WSPolicyFeature' class.
WSPolicyFeature.setPolicyReferenceElements ( java.util.Collection elements )This method is from 'WSPolicyFeature' class.
WSPolicyFeature.WSPolicyFeature ( )This constructor is from 'WSPolicyFeature' class.
WSPolicyFeature.WSPolicyFeature ( org.apache.neethi.Policy[ ] ps )This constructor is from 'WSPolicyFeature' class.
package org.apache.cxf.ws.policy.attachment
[+] AbstractPolicyProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
AbstractPolicyProvider.AbstractPolicyProvider ( )This constructor is from 'AbstractPolicyProvider' abstract class.
AbstractPolicyProvider.AbstractPolicyProvider ( org.apache.cxf.Bus b )This constructor is from 'AbstractPolicyProvider' abstract class.
AbstractPolicyProvider.checkResolved ( org.apache.neethi.PolicyReference ref, org.apache.neethi.Policy p )This method is from 'AbstractPolicyProvider' abstract class.
AbstractPolicyProvider.isExternal ( org.apache.neethi.PolicyReference ref )This method is from 'AbstractPolicyProvider' abstract class.
AbstractPolicyProvider.resolveExternal ( org.apache.neethi.PolicyReference ref, String baseURI )This method is from 'AbstractPolicyProvider' abstract class.
AbstractPolicyProvider.setBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )This method is from 'AbstractPolicyProvider' abstract class.
AbstractPolicyProvider.setBus ( org.apache.cxf.Bus b )This method is from 'AbstractPolicyProvider' abstract class.
AbstractPolicyProvider.setRegistry ( org.apache.neethi.PolicyRegistry r )This method is from 'AbstractPolicyProvider' abstract class.
[+] ServiceModelPolicyProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
ServiceModelPolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingFaultInfo bfi )This method is from 'ServiceModelPolicyProvider' class.
ServiceModelPolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingMessageInfo bmi )This method is from 'ServiceModelPolicyProvider' class.
ServiceModelPolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingOperationInfo bi )This method is from 'ServiceModelPolicyProvider' class.
ServiceModelPolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.EndpointInfo ei )This method is from 'ServiceModelPolicyProvider' class.
ServiceModelPolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.ServiceInfo si )This method is from 'ServiceModelPolicyProvider' class.
ServiceModelPolicyProvider.ServiceModelPolicyProvider ( org.apache.cxf.Bus b )This constructor is from 'ServiceModelPolicyProvider' class.
package org.apache.cxf.ws.policy.attachment.external
[+] DomainExpression (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
DomainExpression.appliesTo ( org.apache.cxf.service.model.BindingFaultInfo p1 )This abstract method is from 'DomainExpression' interface.
DomainExpression.appliesTo ( org.apache.cxf.service.model.BindingMessageInfo p1 )This abstract method is from 'DomainExpression' interface.
DomainExpression.appliesTo ( org.apache.cxf.service.model.BindingOperationInfo p1 )This abstract method is from 'DomainExpression' interface.
DomainExpression.appliesTo ( org.apache.cxf.service.model.EndpointInfo p1 )This abstract method is from 'DomainExpression' interface.
DomainExpression.appliesTo ( org.apache.cxf.service.model.ServiceInfo p1 )This abstract method is from 'DomainExpression' interface.
[+] DomainExpressionBuilder (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
DomainExpressionBuilder.build ( org.w3c.dom.Element p1 )This abstract method is from 'DomainExpressionBuilder' interface.
DomainExpressionBuilder.getDomainExpressionTypes ( )This abstract method is from 'DomainExpressionBuilder' interface.
[+] DomainExpressionBuilderRegistry (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
DomainExpressionBuilderRegistry.build ( org.w3c.dom.Element element )This method is from 'DomainExpressionBuilderRegistry' class.
DomainExpressionBuilderRegistry.DomainExpressionBuilderRegistry ( )This constructor is from 'DomainExpressionBuilderRegistry' class.
DomainExpressionBuilderRegistry.DomainExpressionBuilderRegistry ( java.util.Map builders )This constructor is from 'DomainExpressionBuilderRegistry' class.
DomainExpressionBuilderRegistry.DomainExpressionBuilderRegistry ( org.apache.cxf.Bus b )This constructor is from 'DomainExpressionBuilderRegistry' class.
DomainExpressionBuilderRegistry.DomainExpressionBuilderRegistry ( org.apache.cxf.configuration.spring.MapProvider builders )This constructor is from 'DomainExpressionBuilderRegistry' class.
DomainExpressionBuilderRegistry.getRegistrationType ( )This method is from 'DomainExpressionBuilderRegistry' class.
DomainExpressionBuilderRegistry.loadDynamic ( )This method is from 'DomainExpressionBuilderRegistry' class.
DomainExpressionBuilderRegistry.setBus ( org.apache.cxf.Bus b )This method is from 'DomainExpressionBuilderRegistry' class.
[+] EndpointReferenceDomainExpression (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
EndpointReferenceDomainExpression.appliesTo ( org.apache.cxf.service.model.BindingFaultInfo bfi )This method is from 'EndpointReferenceDomainExpression' class.
EndpointReferenceDomainExpression.appliesTo ( org.apache.cxf.service.model.BindingMessageInfo bmi )This method is from 'EndpointReferenceDomainExpression' class.
EndpointReferenceDomainExpression.appliesTo ( org.apache.cxf.service.model.BindingOperationInfo boi )This method is from 'EndpointReferenceDomainExpression' class.
EndpointReferenceDomainExpression.appliesTo ( org.apache.cxf.service.model.EndpointInfo ei )This method is from 'EndpointReferenceDomainExpression' class.
EndpointReferenceDomainExpression.appliesTo ( org.apache.cxf.service.model.ServiceInfo si )This method is from 'EndpointReferenceDomainExpression' class.
EndpointReferenceDomainExpression.EndpointReferenceDomainExpression ( )This constructor is from 'EndpointReferenceDomainExpression' class.
EndpointReferenceDomainExpression.getEndpointReference ( )This method is from 'EndpointReferenceDomainExpression' class.
EndpointReferenceDomainExpression.setEndpointReference ( org.apache.cxf.ws.addressing.EndpointReferenceType e )This method is from 'EndpointReferenceDomainExpression' class.
[+] EndpointReferenceDomainExpressionBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
EndpointReferenceDomainExpressionBuilder.build ( org.w3c.dom.Element e )This method is from 'EndpointReferenceDomainExpressionBuilder' class.
EndpointReferenceDomainExpressionBuilder.createUnmarshaller ( )This method is from 'EndpointReferenceDomainExpressionBuilder' class.
EndpointReferenceDomainExpressionBuilder.EndpointReferenceDomainExpressionBuilder ( )This constructor is from 'EndpointReferenceDomainExpressionBuilder' class.
EndpointReferenceDomainExpressionBuilder.getDomainExpressionTypes ( )This method is from 'EndpointReferenceDomainExpressionBuilder' class.
EndpointReferenceDomainExpressionBuilder.getUnmarshaller ( )This method is from 'EndpointReferenceDomainExpressionBuilder' class.
[+] ExternalAttachmentProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
ExternalAttachmentProvider.getAttachments ( )This method is from 'ExternalAttachmentProvider' class.
ExternalAttachmentProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingFaultInfo bfi )This method is from 'ExternalAttachmentProvider' class.
ExternalAttachmentProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingMessageInfo bmi )This method is from 'ExternalAttachmentProvider' class.
ExternalAttachmentProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingOperationInfo boi )This method is from 'ExternalAttachmentProvider' class.
ExternalAttachmentProvider.getEffectivePolicy ( org.apache.cxf.service.model.EndpointInfo ei )This method is from 'ExternalAttachmentProvider' class.
ExternalAttachmentProvider.getEffectivePolicy ( org.apache.cxf.service.model.ServiceInfo si )This method is from 'ExternalAttachmentProvider' class.
ExternalAttachmentProvider.getLocation ( )This method is from 'ExternalAttachmentProvider' class.
ExternalAttachmentProvider.setLocation ( org.springframework.core.io.Resource u )This method is from 'ExternalAttachmentProvider' class.
[+] PolicyAttachment (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
PolicyAttachment.appliesTo ( org.apache.cxf.service.model.BindingFaultInfo bfi )This method is from 'PolicyAttachment' class.
PolicyAttachment.appliesTo ( org.apache.cxf.service.model.BindingMessageInfo bmi )This method is from 'PolicyAttachment' class.
PolicyAttachment.appliesTo ( org.apache.cxf.service.model.BindingOperationInfo boi )This method is from 'PolicyAttachment' class.
PolicyAttachment.appliesTo ( org.apache.cxf.service.model.EndpointInfo ei )This method is from 'PolicyAttachment' class.
PolicyAttachment.appliesTo ( org.apache.cxf.service.model.ServiceInfo si )This method is from 'PolicyAttachment' class.
PolicyAttachment.getDomainExpressions ( )This method is from 'PolicyAttachment' class.
PolicyAttachment.getPolicy ( )This method is from 'PolicyAttachment' class.
PolicyAttachment.PolicyAttachment ( )This constructor is from 'PolicyAttachment' class.
PolicyAttachment.setDomainExpressions ( java.util.Collection des )This method is from 'PolicyAttachment' class.
PolicyAttachment.setPolicy ( org.apache.neethi.Policy p )This method is from 'PolicyAttachment' class.
[+] Wsdl11XPointerDomainExpression (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Wsdl11XPointerDomainExpression.appliesTo ( org.apache.cxf.service.model.BindingFaultInfo bfi )This method is from 'Wsdl11XPointerDomainExpression' class.
Wsdl11XPointerDomainExpression.appliesTo ( org.apache.cxf.service.model.BindingMessageInfo bmi )This method is from 'Wsdl11XPointerDomainExpression' class.
Wsdl11XPointerDomainExpression.appliesTo ( org.apache.cxf.service.model.BindingOperationInfo boi )This method is from 'Wsdl11XPointerDomainExpression' class.
Wsdl11XPointerDomainExpression.appliesTo ( org.apache.cxf.service.model.EndpointInfo ei )This method is from 'Wsdl11XPointerDomainExpression' class.
Wsdl11XPointerDomainExpression.appliesTo ( org.apache.cxf.service.model.ServiceInfo si )This method is from 'Wsdl11XPointerDomainExpression' class.
package org.apache.cxf.ws.policy.attachment.reference
[+] LocalDocumentReferenceResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
LocalDocumentReferenceResolver.LocalDocumentReferenceResolver ( org.w3c.dom.Document di, org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'LocalDocumentReferenceResolver' class.
LocalDocumentReferenceResolver.resolveReference ( String uri )This method is from 'LocalDocumentReferenceResolver' class.
LocalDocumentReferenceResolver.resolveReference ( String uri, org.w3c.dom.Element el )This method is from 'LocalDocumentReferenceResolver' class.
[+] LocalServiceModelReferenceResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
LocalServiceModelReferenceResolver.LocalServiceModelReferenceResolver ( org.apache.cxf.service.model.DescriptionInfo d, org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'LocalServiceModelReferenceResolver' class.
LocalServiceModelReferenceResolver.resolveReference ( String uri )This method is from 'LocalServiceModelReferenceResolver' class.
[+] ReferenceResolver (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ReferenceResolver.resolveReference ( String p1 )This abstract method is from 'ReferenceResolver' interface.
[+] RemoteReferenceResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
RemoteReferenceResolver.RemoteReferenceResolver ( String uri, org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'RemoteReferenceResolver' class.
RemoteReferenceResolver.resolveReference ( String uri )This method is from 'RemoteReferenceResolver' class.
package org.apache.cxf.ws.policy.attachment.wsdl11
[+] Wsdl11AttachmentPolicyProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
Wsdl11AttachmentPolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingFaultInfo bfi )This method is from 'Wsdl11AttachmentPolicyProvider' class.
Wsdl11AttachmentPolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingMessageInfo bmi )This method is from 'Wsdl11AttachmentPolicyProvider' class.
Wsdl11AttachmentPolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.BindingOperationInfo bi )This method is from 'Wsdl11AttachmentPolicyProvider' class.
Wsdl11AttachmentPolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.EndpointInfo ei )This method is from 'Wsdl11AttachmentPolicyProvider' class.
Wsdl11AttachmentPolicyProvider.getEffectivePolicy ( org.apache.cxf.service.model.ServiceInfo si )This method is from 'Wsdl11AttachmentPolicyProvider' class.
Wsdl11AttachmentPolicyProvider.Wsdl11AttachmentPolicyProvider ( )This constructor is from 'Wsdl11AttachmentPolicyProvider' class.
Wsdl11AttachmentPolicyProvider.Wsdl11AttachmentPolicyProvider ( org.apache.cxf.Bus bus )This constructor is from 'Wsdl11AttachmentPolicyProvider' class.
package org.apache.cxf.ws.policy.blueprint
[+] ExternalAttachmentProviderBPDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ExternalAttachmentProviderBPDefinitionParser.ExternalAttachmentProviderBPDefinitionParser ( )This constructor is from 'ExternalAttachmentProviderBPDefinitionParser' class.
ExternalAttachmentProviderBPDefinitionParser.hasBusProperty ( )This method is from 'ExternalAttachmentProviderBPDefinitionParser' class.
ExternalAttachmentProviderBPDefinitionParser.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context )This method is from 'ExternalAttachmentProviderBPDefinitionParser' class.
[+] PolicyBPDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PolicyBPDefinitionParser.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context )This method is from 'PolicyBPDefinitionParser' class.
PolicyBPDefinitionParser.PolicyBPDefinitionParser ( )This constructor is from 'PolicyBPDefinitionParser' class.
PolicyBPDefinitionParser.resolveId ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext ctx )This method is from 'PolicyBPDefinitionParser' class.
[+] PolicyBPDefinitionParser.PassThroughCallable (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
PolicyBPDefinitionParser.PassThroughCallable.call ( )This method is from 'PolicyBPDefinitionParser.PassThroughCallable' class.
PolicyBPDefinitionParser.PassThroughCallable.PolicyBPDefinitionParser.PassThroughCallable ( Object value )This constructor is from 'PolicyBPDefinitionParser.PassThroughCallable' class.
[+] PolicyBPHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
PolicyBPHandler.decorate ( org.w3c.dom.Node node, org.osgi.service.blueprint.reflect.ComponentMetadata componentMetadata, org.apache.aries.blueprint.ParserContext context )This method is from 'PolicyBPHandler' class.
PolicyBPHandler.getManagedClasses ( )This method is from 'PolicyBPHandler' class.
PolicyBPHandler.getSchemaLocation ( String s )This method is from 'PolicyBPHandler' class.
PolicyBPHandler.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context )This method is from 'PolicyBPHandler' class.
PolicyBPHandler.PolicyBPHandler ( )This constructor is from 'PolicyBPHandler' class.
[+] PolicyEngineBPDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PolicyEngineBPDefinitionParser.mapElement ( org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element el, String name )This method is from 'PolicyEngineBPDefinitionParser' class.
PolicyEngineBPDefinitionParser.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context )This method is from 'PolicyEngineBPDefinitionParser' class.
PolicyEngineBPDefinitionParser.PolicyEngineBPDefinitionParser ( )This constructor is from 'PolicyEngineBPDefinitionParser' class.
[+] PolicyEngineBPDefinitionParser.PolicyEngineConfig (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
PolicyEngineBPDefinitionParser.PolicyEngineConfig.getAlternativeSelector ( )This method is from 'PolicyEngineBPDefinitionParser.PolicyEngineConfig' class.
PolicyEngineBPDefinitionParser.PolicyEngineConfig.getEnabled ( )This method is from 'PolicyEngineBPDefinitionParser.PolicyEngineConfig' class.
PolicyEngineBPDefinitionParser.PolicyEngineConfig.getIgnoreUnknownAssertions ( )This method is from 'PolicyEngineBPDefinitionParser.PolicyEngineConfig' class.
PolicyEngineBPDefinitionParser.PolicyEngineConfig.PolicyEngineBPDefinitionParser.PolicyEngineConfig ( org.apache.cxf.Bus bus )This constructor is from 'PolicyEngineBPDefinitionParser.PolicyEngineConfig' class.
PolicyEngineBPDefinitionParser.PolicyEngineConfig.setAlternativeSelector ( org.apache.cxf.ws.policy.AlternativeSelector alternativeSelector )This method is from 'PolicyEngineBPDefinitionParser.PolicyEngineConfig' class.
PolicyEngineBPDefinitionParser.PolicyEngineConfig.setEnabled ( boolean enabled )This method is from 'PolicyEngineBPDefinitionParser.PolicyEngineConfig' class.
PolicyEngineBPDefinitionParser.PolicyEngineConfig.setIgnoreUnknownAssertions ( boolean ignoreUnknownAssertions )This method is from 'PolicyEngineBPDefinitionParser.PolicyEngineConfig' class.
[+] PolicyFeatureBPDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PolicyFeatureBPDefinitionParser.createElement ( org.apache.aries.blueprint.ParserContext context, org.w3c.dom.Element value )This method is from 'PolicyFeatureBPDefinitionParser' class.
PolicyFeatureBPDefinitionParser.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context )This method is from 'PolicyFeatureBPDefinitionParser' class.
PolicyFeatureBPDefinitionParser.PolicyFeatureBPDefinitionParser ( )This constructor is from 'PolicyFeatureBPDefinitionParser' class.
package org.apache.cxf.ws.policy.builder.jaxb
[+] JaxbAssertion (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
JaxbAssertion.cast ( org.apache.neethi.Assertion a )This method is from 'JaxbAssertion' class.
JaxbAssertion.cast ( org.apache.neethi.Assertion a, Class type )This method is from 'JaxbAssertion' class.
JaxbAssertion.clone ( boolean optional )This method is from 'JaxbAssertion' class.
JaxbAssertion.equal ( org.apache.neethi.PolicyComponent policyComponent )This method is from 'JaxbAssertion' class.
JaxbAssertion.getData ( )This method is from 'JaxbAssertion' class.
JaxbAssertion.JaxbAssertion ( )This constructor is from 'JaxbAssertion' class.
JaxbAssertion.JaxbAssertion ( javax.xml.namespace.QName qn, boolean optional )This constructor is from 'JaxbAssertion' class.
JaxbAssertion.JaxbAssertion ( javax.xml.namespace.QName qn, boolean optional, boolean ignorable )This constructor is from 'JaxbAssertion' class.
JaxbAssertion.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'JaxbAssertion' class.
JaxbAssertion.setData ( Object d )This method is from 'JaxbAssertion' class.
[+] JaxbAssertionBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
JaxbAssertionBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'JaxbAssertionBuilder' class.
JaxbAssertionBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'JaxbAssertionBuilder' class.
JaxbAssertionBuilder.buildAssertion ( )This method is from 'JaxbAssertionBuilder' class.
JaxbAssertionBuilder.getData ( org.w3c.dom.Element element )This method is from 'JaxbAssertionBuilder' class.
JaxbAssertionBuilder.getKnownElements ( )This method is from 'JaxbAssertionBuilder' class.
JaxbAssertionBuilder.getOptionality ( org.w3c.dom.Element element )This method is from 'JaxbAssertionBuilder' class.
JaxbAssertionBuilder.getUnmarshaller ( )This method is from 'JaxbAssertionBuilder' class.
JaxbAssertionBuilder.JaxbAssertionBuilder ( Class type, javax.xml.namespace.QName qn )This constructor is from 'JaxbAssertionBuilder' class.
JaxbAssertionBuilder.JaxbAssertionBuilder ( String className, javax.xml.namespace.QName qn )This constructor is from 'JaxbAssertionBuilder' class.
JaxbAssertionBuilder.JaxbAssertionBuilder ( javax.xml.namespace.QName qn )This constructor is from 'JaxbAssertionBuilder' class.
package org.apache.cxf.ws.policy.builder.primitive
[+] PrimitiveAssertion (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
PrimitiveAssertion.clone ( boolean opt )This method is from 'PrimitiveAssertion' class.
PrimitiveAssertion.PrimitiveAssertion ( )This constructor is from 'PrimitiveAssertion' class.
PrimitiveAssertion.PrimitiveAssertion ( javax.xml.namespace.QName n )This constructor is from 'PrimitiveAssertion' class.
PrimitiveAssertion.PrimitiveAssertion ( javax.xml.namespace.QName n, boolean o )This constructor is from 'PrimitiveAssertion' class.
PrimitiveAssertion.PrimitiveAssertion ( javax.xml.namespace.QName n, boolean o, boolean i )This constructor is from 'PrimitiveAssertion' class.
PrimitiveAssertion.PrimitiveAssertion ( javax.xml.namespace.QName n, boolean o, boolean i, java.util.Map atts )This constructor is from 'PrimitiveAssertion' class.
PrimitiveAssertion.PrimitiveAssertion ( org.w3c.dom.Element element )This constructor is from 'PrimitiveAssertion' class.
[+] PrimitiveAssertionBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
PrimitiveAssertionBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'PrimitiveAssertionBuilder' class.
PrimitiveAssertionBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory fact )This method is from 'PrimitiveAssertionBuilder' class.
PrimitiveAssertionBuilder.getKnownElements ( )This method is from 'PrimitiveAssertionBuilder' class.
PrimitiveAssertionBuilder.PrimitiveAssertionBuilder ( )This constructor is from 'PrimitiveAssertionBuilder' class.
PrimitiveAssertionBuilder.PrimitiveAssertionBuilder ( java.util.Collection els )This constructor is from 'PrimitiveAssertionBuilder' class.
PrimitiveAssertionBuilder.PrimitiveAssertionBuilder ( javax.xml.namespace.QName[ ] els )This constructor is from 'PrimitiveAssertionBuilder' class.
PrimitiveAssertionBuilder.setKnownElements ( java.util.Collection k )This method is from 'PrimitiveAssertionBuilder' class.
PrimitiveAssertionBuilder.setKnownElements ( javax.xml.namespace.QName[ ] k )This method is from 'PrimitiveAssertionBuilder' class.
package org.apache.cxf.ws.policy.mtom
[+] MTOMAssertionBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
MTOMAssertionBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'MTOMAssertionBuilder' class.
MTOMAssertionBuilder.build ( org.w3c.dom.Element elem, org.apache.neethi.AssertionBuilderFactory f )This method is from 'MTOMAssertionBuilder' class.
MTOMAssertionBuilder.getKnownElements ( )This method is from 'MTOMAssertionBuilder' class.
MTOMAssertionBuilder.MTOMAssertionBuilder ( )This constructor is from 'MTOMAssertionBuilder' class.
[+] MTOMPolicyInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
MTOMPolicyInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'MTOMPolicyInterceptor' class.
MTOMPolicyInterceptor.MTOMPolicyInterceptor ( )This constructor is from 'MTOMPolicyInterceptor' class.
[+] MTOMPolicyInterceptorProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
MTOMPolicyInterceptorProvider.MTOMPolicyInterceptorProvider ( )This constructor is from 'MTOMPolicyInterceptorProvider' class.
package org.apache.cxf.ws.policy.selector
[+] BaseAlternativeSelector (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BaseAlternativeSelector.BaseAlternativeSelector ( )This constructor is from 'BaseAlternativeSelector' abstract class.
BaseAlternativeSelector.isCompatible ( java.util.List alternative, java.util.List r )This method is from 'BaseAlternativeSelector' abstract class.
BaseAlternativeSelector.isCompatibleWithRequest ( java.util.List alternative, java.util.List request )This method is from 'BaseAlternativeSelector' abstract class.
[+] FirstAlternativeSelector (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
FirstAlternativeSelector.FirstAlternativeSelector ( )This constructor is from 'FirstAlternativeSelector' class.
FirstAlternativeSelector.selectAlternative ( org.apache.neethi.Policy policy, org.apache.cxf.ws.policy.PolicyEngine engine, org.apache.cxf.ws.policy.Assertor assertor, java.util.List request )This method is from 'FirstAlternativeSelector' class.
[+] MaximalAlternativeSelector (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
MaximalAlternativeSelector.MaximalAlternativeSelector ( )This constructor is from 'MaximalAlternativeSelector' class.
MaximalAlternativeSelector.selectAlternative ( org.apache.neethi.Policy policy, org.apache.cxf.ws.policy.PolicyEngine engine, org.apache.cxf.ws.policy.Assertor assertor, java.util.List request )This method is from 'MaximalAlternativeSelector' class.
[+] MinimalAlternativeSelector (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
MinimalAlternativeSelector.MinimalAlternativeSelector ( )This constructor is from 'MinimalAlternativeSelector' class.
MinimalAlternativeSelector.selectAlternative ( org.apache.neethi.Policy policy, org.apache.cxf.ws.policy.PolicyEngine engine, org.apache.cxf.ws.policy.Assertor assertor, java.util.List request )This method is from 'MinimalAlternativeSelector' class.
package org.apache.cxf.ws.policy.spring
[+] ExternalAttachmentProviderBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ExternalAttachmentProviderBeanDefinitionParser.ExternalAttachmentProviderBeanDefinitionParser ( )This constructor is from 'ExternalAttachmentProviderBeanDefinitionParser' class.
ExternalAttachmentProviderBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element el )This method is from 'ExternalAttachmentProviderBeanDefinitionParser' class.
ExternalAttachmentProviderBeanDefinitionParser.hasBusProperty ( )This method is from 'ExternalAttachmentProviderBeanDefinitionParser' class.
ExternalAttachmentProviderBeanDefinitionParser.shouldGenerateIdAsFallback ( )This method is from 'ExternalAttachmentProviderBeanDefinitionParser' class.
[+] NamespaceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
NamespaceHandler.init ( )This method is from 'NamespaceHandler' class.
NamespaceHandler.NamespaceHandler ( )This constructor is from 'NamespaceHandler' class.
[+] PolicyBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PolicyBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean )This method is from 'PolicyBeanDefinitionParser' class.
PolicyBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element el )This method is from 'PolicyBeanDefinitionParser' class.
PolicyBeanDefinitionParser.PolicyBeanDefinitionParser ( )This constructor is from 'PolicyBeanDefinitionParser' class.
PolicyBeanDefinitionParser.resolveId ( org.w3c.dom.Element element, org.springframework.beans.factory.support.AbstractBeanDefinition bean, org.springframework.beans.factory.xml.ParserContext ctx )This method is from 'PolicyBeanDefinitionParser' class.
[+] PolicyEngineBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
PolicyEngineBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean )This method is from 'PolicyEngineBeanDefinitionParser' class.
PolicyEngineBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element el )This method is from 'PolicyEngineBeanDefinitionParser' class.
PolicyEngineBeanDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name )This method is from 'PolicyEngineBeanDefinitionParser' class.
PolicyEngineBeanDefinitionParser.PolicyEngineBeanDefinitionParser ( )This constructor is from 'PolicyEngineBeanDefinitionParser' class.
PolicyEngineBeanDefinitionParser.resolveId ( org.w3c.dom.Element e, org.springframework.beans.factory.support.AbstractBeanDefinition abd, org.springframework.beans.factory.xml.ParserContext ctx )This method is from 'PolicyEngineBeanDefinitionParser' class.
[+] PolicyEngineBeanDefinitionParser.PolicyEngineConfig (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
PolicyEngineBeanDefinitionParser.PolicyEngineConfig.getAlternativeSelector ( )This method is from 'PolicyEngineBeanDefinitionParser.PolicyEngineConfig' class.
PolicyEngineBeanDefinitionParser.PolicyEngineConfig.getEnabled ( )This method is from 'PolicyEngineBeanDefinitionParser.PolicyEngineConfig' class.
PolicyEngineBeanDefinitionParser.PolicyEngineConfig.getIgnoreUnknownAssertions ( )This method is from 'PolicyEngineBeanDefinitionParser.PolicyEngineConfig' class.
PolicyEngineBeanDefinitionParser.PolicyEngineConfig.PolicyEngineBeanDefinitionParser.PolicyEngineConfig ( org.apache.cxf.Bus bus )This constructor is from 'PolicyEngineBeanDefinitionParser.PolicyEngineConfig' class.
PolicyEngineBeanDefinitionParser.PolicyEngineConfig.setAlternativeSelector ( org.apache.cxf.ws.policy.AlternativeSelector alternativeSelector )This method is from 'PolicyEngineBeanDefinitionParser.PolicyEngineConfig' class.
PolicyEngineBeanDefinitionParser.PolicyEngineConfig.setEnabled ( boolean enabled )This method is from 'PolicyEngineBeanDefinitionParser.PolicyEngineConfig' class.
PolicyEngineBeanDefinitionParser.PolicyEngineConfig.setIgnoreUnknownAssertions ( boolean ignoreUnknownAssertions )This method is from 'PolicyEngineBeanDefinitionParser.PolicyEngineConfig' class.
[+] PolicyFeatureBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PolicyFeatureBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element el )This method is from 'PolicyFeatureBeanDefinitionParser' class.
PolicyFeatureBeanDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name )This method is from 'PolicyFeatureBeanDefinitionParser' class.
PolicyFeatureBeanDefinitionParser.parseChildElements ( org.w3c.dom.Element e, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean )This method is from 'PolicyFeatureBeanDefinitionParser' class.
PolicyFeatureBeanDefinitionParser.PolicyFeatureBeanDefinitionParser ( )This constructor is from 'PolicyFeatureBeanDefinitionParser' class.
[+] PolicyNamespaceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
PolicyNamespaceHandler.init ( )This method is from 'PolicyNamespaceHandler' class.
PolicyNamespaceHandler.PolicyNamespaceHandler ( )This constructor is from 'PolicyNamespaceHandler' class.
package org.apache.cxf.ws.policy.v200409
[+] AppliesTo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AppliesTo.AppliesTo ( )This constructor is from 'AppliesTo' class.
AppliesTo.getAny ( )This method is from 'AppliesTo' class.
AppliesTo.getOtherAttributes ( )This method is from 'AppliesTo' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
ObjectFactory.createAll ( OperatorContentType value )This method is from 'ObjectFactory' class.
ObjectFactory.createAppliesTo ( )This method is from 'ObjectFactory' class.
ObjectFactory.createExactlyOne ( OperatorContentType value )This method is from 'ObjectFactory' class.
ObjectFactory.createOperatorContentType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createPolicy ( )This method is from 'ObjectFactory' class.
ObjectFactory.createPolicyAttachment ( )This method is from 'ObjectFactory' class.
ObjectFactory.createPolicyReference ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] OperatorContentType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
OperatorContentType.getPolicyOrAllOrExactlyOne ( )This method is from 'OperatorContentType' class.
OperatorContentType.OperatorContentType ( )This constructor is from 'OperatorContentType' class.
[+] Policy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
Policy.getId ( )This method is from 'Policy' class.
Policy.getName ( )This method is from 'Policy' class.
Policy.getOtherAttributes ( )This method is from 'Policy' class.
Policy.Policy ( )This constructor is from 'Policy' class.
Policy.setId ( String value )This method is from 'Policy' class.
Policy.setName ( String value )This method is from 'Policy' class.
[+] PolicyAttachment (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
PolicyAttachment.getAny ( )This method is from 'PolicyAttachment' class.
PolicyAttachment.getAppliesTo ( )This method is from 'PolicyAttachment' class.
PolicyAttachment.getOtherAttributes ( )This method is from 'PolicyAttachment' class.
PolicyAttachment.getPolicyOrPolicyReference ( )This method is from 'PolicyAttachment' class.
PolicyAttachment.PolicyAttachment ( )This constructor is from 'PolicyAttachment' class.
PolicyAttachment.setAppliesTo ( AppliesTo value )This method is from 'PolicyAttachment' class.
[+] PolicyReference (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
PolicyReference.getDigest ( )This method is from 'PolicyReference' class.
PolicyReference.getDigestAlgorithm ( )This method is from 'PolicyReference' class.
PolicyReference.getOtherAttributes ( )This method is from 'PolicyReference' class.
PolicyReference.getURI ( )This method is from 'PolicyReference' class.
PolicyReference.PolicyReference ( )This constructor is from 'PolicyReference' class.
PolicyReference.setDigest ( byte[ ] value )This method is from 'PolicyReference' class.
PolicyReference.setDigestAlgorithm ( String value )This method is from 'PolicyReference' class.
PolicyReference.setURI ( String value )This method is from 'PolicyReference' class.
package org.apache.cxf.ws.policy.v200607
[+] AppliesTo (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AppliesTo.AppliesTo ( )This constructor is from 'AppliesTo' class.
AppliesTo.getAny ( )This method is from 'AppliesTo' class.
AppliesTo.getOtherAttributes ( )This method is from 'AppliesTo' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
ObjectFactory.createAll ( OperatorContentType value )This method is from 'ObjectFactory' class.
ObjectFactory.createAppliesTo ( )This method is from 'ObjectFactory' class.
ObjectFactory.createExactlyOne ( OperatorContentType value )This method is from 'ObjectFactory' class.
ObjectFactory.createOperatorContentType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createPolicy ( )This method is from 'ObjectFactory' class.
ObjectFactory.createPolicyAttachment ( )This method is from 'ObjectFactory' class.
ObjectFactory.createPolicyReference ( )This method is from 'ObjectFactory' class.
ObjectFactory.createURI ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] OperatorContentType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
OperatorContentType.getPolicyOrAllOrExactlyOne ( )This method is from 'OperatorContentType' class.
OperatorContentType.OperatorContentType ( )This constructor is from 'OperatorContentType' class.
[+] Policy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Policy.getName ( )This method is from 'Policy' class.
Policy.getOtherAttributes ( )This method is from 'Policy' class.
Policy.Policy ( )This constructor is from 'Policy' class.
Policy.setName ( String value )This method is from 'Policy' class.
[+] PolicyAttachment (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
PolicyAttachment.getAny ( )This method is from 'PolicyAttachment' class.
PolicyAttachment.getAppliesTo ( )This method is from 'PolicyAttachment' class.
PolicyAttachment.getOtherAttributes ( )This method is from 'PolicyAttachment' class.
PolicyAttachment.getPolicyOrPolicyReference ( )This method is from 'PolicyAttachment' class.
PolicyAttachment.PolicyAttachment ( )This constructor is from 'PolicyAttachment' class.
PolicyAttachment.setAppliesTo ( AppliesTo value )This method is from 'PolicyAttachment' class.
[+] PolicyReference (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
PolicyReference.getAny ( )This method is from 'PolicyReference' class.
PolicyReference.getDigest ( )This method is from 'PolicyReference' class.
PolicyReference.getDigestAlgorithm ( )This method is from 'PolicyReference' class.
PolicyReference.getOtherAttributes ( )This method is from 'PolicyReference' class.
PolicyReference.getURI ( )This method is from 'PolicyReference' class.
PolicyReference.PolicyReference ( )This constructor is from 'PolicyReference' class.
PolicyReference.setDigest ( byte[ ] value )This method is from 'PolicyReference' class.
PolicyReference.setDigestAlgorithm ( String value )This method is from 'PolicyReference' class.
PolicyReference.setURI ( String value )This method is from 'PolicyReference' class.
[+] URI (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
URI.getOtherAttributes ( )This method is from 'URI' class.
URI.getValue ( )This method is from 'URI' class.
URI.setValue ( String value )This method is from 'URI' class.
URI.URI ( )This constructor is from 'URI' class.
package org.apache.cxf.ws.rm
[+] AbstractEndpoint (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
AbstractEndpoint.AbstractEndpoint ( RMEndpoint rme )This constructor is from 'AbstractEndpoint' class.
AbstractEndpoint.generateSequenceIdentifier ( )This method is from 'AbstractEndpoint' class.
AbstractEndpoint.getEndpoint ( )This method is from 'AbstractEndpoint' class.
AbstractEndpoint.getManager ( )This method is from 'AbstractEndpoint' class.
AbstractEndpoint.getName ( )This method is from 'AbstractEndpoint' class.
AbstractEndpoint.getReliableEndpoint ( )This method is from 'AbstractEndpoint' class.
[+] AbstractRMInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
AbstractRMInterceptor.AbstractRMInterceptor ( )This constructor is from 'AbstractRMInterceptor' abstract class.
AbstractRMInterceptor.AbstractRMInterceptor ( String phase )This constructor is from 'AbstractRMInterceptor' abstract class.
AbstractRMInterceptor.getBus ( )This method is from 'AbstractRMInterceptor' abstract class.
AbstractRMInterceptor.getManager ( )This method is from 'AbstractRMInterceptor' abstract class.
AbstractRMInterceptor.handle ( org.apache.cxf.message.Message p1 )This abstract method is from 'AbstractRMInterceptor' abstract class.
AbstractRMInterceptor.handleMessage ( org.apache.cxf.message.Message msg )This method is from 'AbstractRMInterceptor' abstract class.
AbstractRMInterceptor.setBus ( org.apache.cxf.Bus bus )This method is from 'AbstractRMInterceptor' abstract class.
AbstractRMInterceptor.setManager ( RMManager m )This method is from 'AbstractRMInterceptor' abstract class.
[+] AbstractSequence (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
AbstractSequence.AbstractSequence ( v200702.Identifier i, ProtocolVariation p )This constructor is from 'AbstractSequence' abstract class.
AbstractSequence.equals ( Object other )This method is from 'AbstractSequence' abstract class.
AbstractSequence.getIdentifier ( )This method is from 'AbstractSequence' abstract class.
AbstractSequence.getProtocol ( )This method is from 'AbstractSequence' abstract class.
AbstractSequence.hashCode ( )This method is from 'AbstractSequence' abstract class.
AbstractSequence.identifierEquals ( v200702.Identifier id1, v200702.Identifier id2 )This method is from 'AbstractSequence' abstract class.
AbstractSequence.isAcknowledged ( long m )This method is from 'AbstractSequence' abstract class.
AbstractSequence.toString ( )This method is from 'AbstractSequence' abstract class.
[+] BindingFaultFactory (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
BindingFaultFactory.createFault ( SequenceFault p1, org.apache.cxf.message.Message p2 )This abstract method is from 'BindingFaultFactory' interface.
BindingFaultFactory.toString ( org.apache.cxf.interceptor.Fault p1 )This abstract method is from 'BindingFaultFactory' interface.
[+] Destination (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
Destination.acknowledge ( org.apache.cxf.message.Message message )This method is from 'Destination' class.
Destination.addSequence ( DestinationSequence seq )This method is from 'Destination' class.
Destination.addSequence ( DestinationSequence seq, boolean persist )This method is from 'Destination' class.
Destination.getAllSequences ( )This method is from 'Destination' class.
Destination.getSequence ( v200702.Identifier id )This method is from 'Destination' class.
Destination.removeSequence ( DestinationSequence seq )This method is from 'Destination' class.
[+] DestinationSequence (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
DestinationSequence.acknowledge ( org.apache.cxf.message.Message message )This method is from 'DestinationSequence' class.
DestinationSequence.DestinationSequence ( v200702.Identifier i, org.apache.cxf.ws.addressing.EndpointReferenceType a, long lmn, v200702.SequenceAcknowledgement ac, ProtocolVariation pv )This constructor is from 'DestinationSequence' class.
DestinationSequence.DestinationSequence ( v200702.Identifier i, org.apache.cxf.ws.addressing.EndpointReferenceType a, Destination d, ProtocolVariation pv )This constructor is from 'DestinationSequence' class.
DestinationSequence.getAcknowledgment ( )This method is from 'DestinationSequence' class.
DestinationSequence.getAcksTo ( )This method is from 'DestinationSequence' class.
DestinationSequence.getEndpointIdentifier ( )This method is from 'DestinationSequence' class.
DestinationSequence.getLastMessageNumber ( )This method is from 'DestinationSequence' class.
DestinationSequence.sendAcknowledgement ( )This method is from 'DestinationSequence' class.
[+] EncoderDecoder (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (20)
EncoderDecoder.buildHeaderFault ( SequenceFault p1, javax.xml.namespace.QName p2 )This abstract method is from 'EncoderDecoder' interface.
EncoderDecoder.buildHeaders ( RMProperties p1, javax.xml.namespace.QName p2 )This abstract method is from 'EncoderDecoder' interface.
EncoderDecoder.convertReceivedCreateSequence ( Object p1 )This abstract method is from 'EncoderDecoder' interface.
EncoderDecoder.convertReceivedCreateSequenceResponse ( Object p1 )This abstract method is from 'EncoderDecoder' interface.
EncoderDecoder.convertReceivedTerminateSequence ( Object p1 )This abstract method is from 'EncoderDecoder' interface.
EncoderDecoder.convertToSend ( v200702.CreateSequenceResponseType p1 )This abstract method is from 'EncoderDecoder' interface.
EncoderDecoder.convertToSend ( v200702.CreateSequenceType p1 )This abstract method is from 'EncoderDecoder' interface.
EncoderDecoder.convertToSend ( v200702.TerminateSequenceType p1 )This abstract method is from 'EncoderDecoder' interface.
EncoderDecoder.decodeAckRequestedType ( org.w3c.dom.Element p1 )This abstract method is from 'EncoderDecoder' interface.
EncoderDecoder.decodeSequenceAcknowledgement ( org.w3c.dom.Element p1 )This abstract method is from 'EncoderDecoder' interface.
EncoderDecoder.decodeSequenceType ( org.w3c.dom.Element p1 )This abstract method is from 'EncoderDecoder' interface.
EncoderDecoder.decodeSequenceTypeCloseSequence ( org.w3c.dom.Element p1 )This abstract method is from 'EncoderDecoder' interface.
EncoderDecoder.encodeIdentifier ( v200702.Identifier p1 )This abstract method is from 'EncoderDecoder' interface.
EncoderDecoder.encodeSequenceAcknowledgement ( v200702.SequenceAcknowledgement p1 )This abstract method is from 'EncoderDecoder' interface.
EncoderDecoder.getConstants ( )This abstract method is from 'EncoderDecoder' interface.
EncoderDecoder.getCreateSequenceResponseType ( )This abstract method is from 'EncoderDecoder' interface.
EncoderDecoder.getCreateSequenceType ( )This abstract method is from 'EncoderDecoder' interface.
EncoderDecoder.getTerminateSequenceType ( )This abstract method is from 'EncoderDecoder' interface.
EncoderDecoder.getWSANamespace ( )This abstract method is from 'EncoderDecoder' interface.
EncoderDecoder.getWSRMNamespace ( )This abstract method is from 'EncoderDecoder' interface.
[+] EncoderDecoder10AImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (20)
EncoderDecoder10AImpl.buildHeaderFault ( SequenceFault sf, javax.xml.namespace.QName qname )This method is from 'EncoderDecoder10AImpl' class.
EncoderDecoder10AImpl.buildHeaders ( RMProperties rmps, javax.xml.namespace.QName qname )This method is from 'EncoderDecoder10AImpl' class.
EncoderDecoder10AImpl.convertReceivedCreateSequence ( Object create )This method is from 'EncoderDecoder10AImpl' class.
EncoderDecoder10AImpl.convertReceivedCreateSequenceResponse ( Object response )This method is from 'EncoderDecoder10AImpl' class.
EncoderDecoder10AImpl.convertReceivedTerminateSequence ( Object term )This method is from 'EncoderDecoder10AImpl' class.
EncoderDecoder10AImpl.convertToSend ( v200702.CreateSequenceResponseType create )This method is from 'EncoderDecoder10AImpl' class.
EncoderDecoder10AImpl.convertToSend ( v200702.CreateSequenceType create )This method is from 'EncoderDecoder10AImpl' class.
EncoderDecoder10AImpl.convertToSend ( v200702.TerminateSequenceType term )This method is from 'EncoderDecoder10AImpl' class.
EncoderDecoder10AImpl.decodeAckRequestedType ( org.w3c.dom.Element elem )This method is from 'EncoderDecoder10AImpl' class.
EncoderDecoder10AImpl.decodeSequenceAcknowledgement ( org.w3c.dom.Element elem )This method is from 'EncoderDecoder10AImpl' class.
EncoderDecoder10AImpl.decodeSequenceType ( org.w3c.dom.Element elem )This method is from 'EncoderDecoder10AImpl' class.
EncoderDecoder10AImpl.decodeSequenceTypeCloseSequence ( org.w3c.dom.Element elem )This method is from 'EncoderDecoder10AImpl' class.
EncoderDecoder10AImpl.encodeIdentifier ( v200702.Identifier id )This method is from 'EncoderDecoder10AImpl' class.
EncoderDecoder10AImpl.encodeSequenceAcknowledgement ( v200702.SequenceAcknowledgement ack )This method is from 'EncoderDecoder10AImpl' class.
EncoderDecoder10AImpl.getConstants ( )This method is from 'EncoderDecoder10AImpl' class.
EncoderDecoder10AImpl.getCreateSequenceResponseType ( )This method is from 'EncoderDecoder10AImpl' class.
EncoderDecoder10AImpl.getCreateSequenceType ( )This method is from 'EncoderDecoder10AImpl' class.
EncoderDecoder10AImpl.getTerminateSequenceType ( )This method is from 'EncoderDecoder10AImpl' class.
EncoderDecoder10AImpl.getWSANamespace ( )This method is from 'EncoderDecoder10AImpl' class.
EncoderDecoder10AImpl.getWSRMNamespace ( )This method is from 'EncoderDecoder10AImpl' class.
[+] EncoderDecoder10Impl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (20)
EncoderDecoder10Impl.buildHeaderFault ( SequenceFault sf, javax.xml.namespace.QName qname )This method is from 'EncoderDecoder10Impl' class.
EncoderDecoder10Impl.buildHeaders ( RMProperties rmps, javax.xml.namespace.QName qname )This method is from 'EncoderDecoder10Impl' class.
EncoderDecoder10Impl.convertReceivedCreateSequence ( Object create )This method is from 'EncoderDecoder10Impl' class.
EncoderDecoder10Impl.convertReceivedCreateSequenceResponse ( Object response )This method is from 'EncoderDecoder10Impl' class.
EncoderDecoder10Impl.convertReceivedTerminateSequence ( Object term )This method is from 'EncoderDecoder10Impl' class.
EncoderDecoder10Impl.convertToSend ( v200702.CreateSequenceResponseType create )This method is from 'EncoderDecoder10Impl' class.
EncoderDecoder10Impl.convertToSend ( v200702.CreateSequenceType create )This method is from 'EncoderDecoder10Impl' class.
EncoderDecoder10Impl.convertToSend ( v200702.TerminateSequenceType term )This method is from 'EncoderDecoder10Impl' class.
EncoderDecoder10Impl.decodeAckRequestedType ( org.w3c.dom.Element elem )This method is from 'EncoderDecoder10Impl' class.
EncoderDecoder10Impl.decodeSequenceAcknowledgement ( org.w3c.dom.Element elem )This method is from 'EncoderDecoder10Impl' class.
EncoderDecoder10Impl.decodeSequenceType ( org.w3c.dom.Element elem )This method is from 'EncoderDecoder10Impl' class.
EncoderDecoder10Impl.decodeSequenceTypeCloseSequence ( org.w3c.dom.Element elem )This method is from 'EncoderDecoder10Impl' class.
EncoderDecoder10Impl.encodeIdentifier ( v200702.Identifier id )This method is from 'EncoderDecoder10Impl' class.
EncoderDecoder10Impl.encodeSequenceAcknowledgement ( v200702.SequenceAcknowledgement ack )This method is from 'EncoderDecoder10Impl' class.
EncoderDecoder10Impl.getConstants ( )This method is from 'EncoderDecoder10Impl' class.
EncoderDecoder10Impl.getCreateSequenceResponseType ( )This method is from 'EncoderDecoder10Impl' class.
EncoderDecoder10Impl.getCreateSequenceType ( )This method is from 'EncoderDecoder10Impl' class.
EncoderDecoder10Impl.getTerminateSequenceType ( )This method is from 'EncoderDecoder10Impl' class.
EncoderDecoder10Impl.getWSANamespace ( )This method is from 'EncoderDecoder10Impl' class.
EncoderDecoder10Impl.getWSRMNamespace ( )This method is from 'EncoderDecoder10Impl' class.
[+] EncoderDecoder11Impl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (20)
EncoderDecoder11Impl.buildHeaderFault ( SequenceFault sf, javax.xml.namespace.QName qname )This method is from 'EncoderDecoder11Impl' class.
EncoderDecoder11Impl.buildHeaders ( RMProperties rmps, javax.xml.namespace.QName qname )This method is from 'EncoderDecoder11Impl' class.
EncoderDecoder11Impl.convertReceivedCreateSequence ( Object create )This method is from 'EncoderDecoder11Impl' class.
EncoderDecoder11Impl.convertReceivedCreateSequenceResponse ( Object create )This method is from 'EncoderDecoder11Impl' class.
EncoderDecoder11Impl.convertReceivedTerminateSequence ( Object term )This method is from 'EncoderDecoder11Impl' class.
EncoderDecoder11Impl.convertToSend ( v200702.CreateSequenceResponseType create )This method is from 'EncoderDecoder11Impl' class.
EncoderDecoder11Impl.convertToSend ( v200702.CreateSequenceType create )This method is from 'EncoderDecoder11Impl' class.
EncoderDecoder11Impl.convertToSend ( v200702.TerminateSequenceType term )This method is from 'EncoderDecoder11Impl' class.
EncoderDecoder11Impl.decodeAckRequestedType ( org.w3c.dom.Element elem )This method is from 'EncoderDecoder11Impl' class.
EncoderDecoder11Impl.decodeSequenceAcknowledgement ( org.w3c.dom.Element elem )This method is from 'EncoderDecoder11Impl' class.
EncoderDecoder11Impl.decodeSequenceType ( org.w3c.dom.Element elem )This method is from 'EncoderDecoder11Impl' class.
EncoderDecoder11Impl.decodeSequenceTypeCloseSequence ( org.w3c.dom.Element elem )This method is from 'EncoderDecoder11Impl' class.
EncoderDecoder11Impl.encodeIdentifier ( v200702.Identifier id )This method is from 'EncoderDecoder11Impl' class.
EncoderDecoder11Impl.encodeSequenceAcknowledgement ( v200702.SequenceAcknowledgement ack )This method is from 'EncoderDecoder11Impl' class.
EncoderDecoder11Impl.getConstants ( )This method is from 'EncoderDecoder11Impl' class.
EncoderDecoder11Impl.getCreateSequenceResponseType ( )This method is from 'EncoderDecoder11Impl' class.
EncoderDecoder11Impl.getCreateSequenceType ( )This method is from 'EncoderDecoder11Impl' class.
EncoderDecoder11Impl.getTerminateSequenceType ( )This method is from 'EncoderDecoder11Impl' class.
EncoderDecoder11Impl.getWSANamespace ( )This method is from 'EncoderDecoder11Impl' class.
EncoderDecoder11Impl.getWSRMNamespace ( )This method is from 'EncoderDecoder11Impl' class.
[+] ManagedRMEndpoint (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (24)
ManagedRMEndpoint.getAddress ( )This method is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.getCurrentSourceSequence ( )This method is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.getCurrentSourceSequenceId ( )This method is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.getDeferredAcknowledgementCount ( String sid )This method is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.getDeferredAcknowledgementTotalCount ( )This method is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.getDestinationSequence ( String sid )This method is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.getDestinationSequenceAcknowledgedRange ( String sid )This method is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.getDestinationSequenceIds ( )This method is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.getDestinationSequences ( )This method is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.getLastApplicationMessage ( )This method is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.getLastControlMessage ( )This method is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.getObjectName ( )This method is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.getQueuedMessageCount ( String sid )This method is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.getQueuedMessageTotalCount ( )This method is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.getRetransmissionStatus ( String sid, long num )This method is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.getRetransmissionStatuses ( String sid )This method is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.getSourceSequence ( String sid )This method is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.getSourceSequenceAcknowledgedRange ( String sid )This method is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.getSourceSequenceIds ( boolean expired )This method is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.getSourceSequences ( boolean expired )This method is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.getUnAcknowledgedMessageIdentifiers ( String sid )This method is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.ManagedRMEndpoint ( RMEndpoint endpoint )This constructor is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.resumeSourceQueue ( String sid )This method is from 'ManagedRMEndpoint' class.
ManagedRMEndpoint.suspendSourceQueue ( String sid )This method is from 'ManagedRMEndpoint' class.
[+] ManagedRMManager (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ManagedRMManager.getEndpointIdentifiers ( )This method is from 'ManagedRMManager' class.
ManagedRMManager.getObjectName ( )This method is from 'ManagedRMManager' class.
ManagedRMManager.isUsingStore ( )This method is from 'ManagedRMManager' class.
ManagedRMManager.ManagedRMManager ( RMManager manager )This constructor is from 'ManagedRMManager' class.
ManagedRMManager.shutdown ( )This method is from 'ManagedRMManager' class.
[+] ProtocolVariation (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
ProtocolVariation.findVariant ( String wsrm, String wsa )This method is from 'ProtocolVariation' class.
ProtocolVariation.getCodec ( )This method is from 'ProtocolVariation' class.
ProtocolVariation.getConstants ( )This method is from 'ProtocolVariation' class.
ProtocolVariation.getWSANamespace ( )This method is from 'ProtocolVariation' class.
ProtocolVariation.getWSRMNamespace ( )This method is from 'ProtocolVariation' class.
ProtocolVariation.valueOf ( String name )This method is from 'ProtocolVariation' class.
ProtocolVariation.values ( )This method is from 'ProtocolVariation' class.
[+] Proxy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
Proxy.createClient ( org.apache.cxf.Bus bus, org.apache.cxf.endpoint.Endpoint endpoint, org.apache.cxf.transport.Conduit conduit, org.apache.cxf.ws.addressing.EndpointReferenceType address )This method is from 'Proxy' class.
Proxy.createSequence ( org.apache.cxf.ws.addressing.EndpointReferenceType defaultAcksTo, org.apache.cxf.ws.addressing.RelatesToType relatesTo, boolean isServer )This method is from 'Proxy' class.
Proxy.Proxy ( RMEndpoint rme )This constructor is from 'Proxy' class.
[+] RetransmissionCallback (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
RetransmissionCallback.onClose ( org.apache.cxf.io.CachedOutputStream cos )This method is from 'RetransmissionCallback' class.
RetransmissionCallback.onFlush ( org.apache.cxf.io.CachedOutputStream cos )This method is from 'RetransmissionCallback' class.
[+] RetransmissionInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
RetransmissionInterceptor.getManager ( )This method is from 'RetransmissionInterceptor' class.
RetransmissionInterceptor.handleFault ( org.apache.cxf.message.Message message )This method is from 'RetransmissionInterceptor' class.
RetransmissionInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'RetransmissionInterceptor' class.
RetransmissionInterceptor.RetransmissionInterceptor ( )This constructor is from 'RetransmissionInterceptor' class.
RetransmissionInterceptor.setManager ( RMManager manager )This method is from 'RetransmissionInterceptor' class.
[+] RetransmissionQueue (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
RetransmissionQueue.addUnacknowledged ( org.apache.cxf.message.Message p1 )This abstract method is from 'RetransmissionQueue' interface.
RetransmissionQueue.countUnacknowledged ( SourceSequence p1 )This abstract method is from 'RetransmissionQueue' interface.
RetransmissionQueue.getRetransmissionStatus ( SourceSequence p1, long p2 )This abstract method is from 'RetransmissionQueue' interface.
RetransmissionQueue.getRetransmissionStatuses ( SourceSequence p1 )This abstract method is from 'RetransmissionQueue' interface.
RetransmissionQueue.getUnacknowledgedMessageNumbers ( SourceSequence p1 )This abstract method is from 'RetransmissionQueue' interface.
RetransmissionQueue.isEmpty ( )This abstract method is from 'RetransmissionQueue' interface.
RetransmissionQueue.purgeAcknowledged ( SourceSequence p1 )This abstract method is from 'RetransmissionQueue' interface.
RetransmissionQueue.resume ( SourceSequence p1 )This abstract method is from 'RetransmissionQueue' interface.
RetransmissionQueue.start ( )This abstract method is from 'RetransmissionQueue' interface.
RetransmissionQueue.stop ( SourceSequence p1 )This abstract method is from 'RetransmissionQueue' interface.
RetransmissionQueue.suspend ( SourceSequence p1 )This abstract method is from 'RetransmissionQueue' interface.
[+] RetransmissionStatus (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
RetransmissionStatus.getBackoff ( )This abstract method is from 'RetransmissionStatus' interface.
RetransmissionStatus.getNext ( )This abstract method is from 'RetransmissionStatus' interface.
RetransmissionStatus.getNextInterval ( )This abstract method is from 'RetransmissionStatus' interface.
RetransmissionStatus.getPrevious ( )This abstract method is from 'RetransmissionStatus' interface.
RetransmissionStatus.getResends ( )This abstract method is from 'RetransmissionStatus' interface.
RetransmissionStatus.isPending ( )This abstract method is from 'RetransmissionStatus' interface.
RetransmissionStatus.isSuspended ( )This abstract method is from 'RetransmissionStatus' interface.
[+] RM10Constants (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (24)
RM10Constants.getAckRequestedAction ( )This method is from 'RM10Constants' class.
RM10Constants.getAckRequestedOperationName ( )This method is from 'RM10Constants' class.
RM10Constants.getCloseSequenceAction ( )This method is from 'RM10Constants' class.
RM10Constants.getCloseSequenceOperationName ( )This method is from 'RM10Constants' class.
RM10Constants.getCreateSequenceAction ( )This method is from 'RM10Constants' class.
RM10Constants.getCreateSequenceOnewayOperationName ( )This method is from 'RM10Constants' class.
RM10Constants.getCreateSequenceOperationName ( )This method is from 'RM10Constants' class.
RM10Constants.getCreateSequenceRefusedFaultCode ( )This method is from 'RM10Constants' class.
RM10Constants.getCreateSequenceResponseAction ( )This method is from 'RM10Constants' class.
RM10Constants.getCreateSequenceResponseOnewayOperationName ( )This method is from 'RM10Constants' class.
RM10Constants.getCreateSequenceResponseOperationName ( )This method is from 'RM10Constants' class.
RM10Constants.getInvalidAcknowledgmentFaultCode ( )This method is from 'RM10Constants' class.
RM10Constants.getMessageNumberRolloverFaultCode ( )This method is from 'RM10Constants' class.
RM10Constants.getPortName ( )This method is from 'RM10Constants' class.
RM10Constants.getSequenceAckAction ( )This method is from 'RM10Constants' class.
RM10Constants.getSequenceAckOperationName ( )This method is from 'RM10Constants' class.
RM10Constants.getSequenceClosedFaultCode ( )This method is from 'RM10Constants' class.
RM10Constants.getSequenceInfoAction ( )This method is from 'RM10Constants' class.
RM10Constants.getSequenceTerminatedFaultCode ( )This method is from 'RM10Constants' class.
RM10Constants.getTerminateSequenceAction ( )This method is from 'RM10Constants' class.
RM10Constants.getTerminateSequenceOperationName ( )This method is from 'RM10Constants' class.
RM10Constants.getUnknownSequenceFaultCode ( )This method is from 'RM10Constants' class.
RM10Constants.getWSRMNamespace ( )This method is from 'RM10Constants' class.
RM10Constants.getWSRMRequiredFaultCode ( )This method is from 'RM10Constants' class.
[+] RM11Constants (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (24)
RM11Constants.getAckRequestedAction ( )This method is from 'RM11Constants' class.
RM11Constants.getAckRequestedOperationName ( )This method is from 'RM11Constants' class.
RM11Constants.getCloseSequenceAction ( )This method is from 'RM11Constants' class.
RM11Constants.getCloseSequenceOperationName ( )This method is from 'RM11Constants' class.
RM11Constants.getCreateSequenceAction ( )This method is from 'RM11Constants' class.
RM11Constants.getCreateSequenceOnewayOperationName ( )This method is from 'RM11Constants' class.
RM11Constants.getCreateSequenceOperationName ( )This method is from 'RM11Constants' class.
RM11Constants.getCreateSequenceRefusedFaultCode ( )This method is from 'RM11Constants' class.
RM11Constants.getCreateSequenceResponseAction ( )This method is from 'RM11Constants' class.
RM11Constants.getCreateSequenceResponseOnewayOperationName ( )This method is from 'RM11Constants' class.
RM11Constants.getCreateSequenceResponseOperationName ( )This method is from 'RM11Constants' class.
RM11Constants.getInvalidAcknowledgmentFaultCode ( )This method is from 'RM11Constants' class.
RM11Constants.getMessageNumberRolloverFaultCode ( )This method is from 'RM11Constants' class.
RM11Constants.getPortName ( )This method is from 'RM11Constants' class.
RM11Constants.getSequenceAckAction ( )This method is from 'RM11Constants' class.
RM11Constants.getSequenceAckOperationName ( )This method is from 'RM11Constants' class.
RM11Constants.getSequenceClosedFaultCode ( )This method is from 'RM11Constants' class.
RM11Constants.getSequenceInfoAction ( )This method is from 'RM11Constants' class.
RM11Constants.getSequenceTerminatedFaultCode ( )This method is from 'RM11Constants' class.
RM11Constants.getTerminateSequenceAction ( )This method is from 'RM11Constants' class.
RM11Constants.getTerminateSequenceOperationName ( )This method is from 'RM11Constants' class.
RM11Constants.getUnknownSequenceFaultCode ( )This method is from 'RM11Constants' class.
RM11Constants.getWSRMNamespace ( )This method is from 'RM11Constants' class.
RM11Constants.getWSRMRequiredFaultCode ( )This method is from 'RM11Constants' class.
[+] RMCaptureInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
RMCaptureInInterceptor.handle ( org.apache.cxf.message.Message message )This method is from 'RMCaptureInInterceptor' class.
RMCaptureInInterceptor.RMCaptureInInterceptor ( )This constructor is from 'RMCaptureInInterceptor' class.
[+] RMConstants (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (25)
RMConstants.getAckRequestedAction ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getAckRequestedOperationName ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getCloseSequenceAction ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getCloseSequenceOperationName ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getCreateSequenceAction ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getCreateSequenceOnewayOperationName ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getCreateSequenceOperationName ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getCreateSequenceRefusedFaultCode ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getCreateSequenceResponseAction ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getCreateSequenceResponseOnewayOperationName ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getCreateSequenceResponseOperationName ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getInvalidAcknowledgmentFaultCode ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getMessageNumberRolloverFaultCode ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getPortName ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getSequenceAckAction ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getSequenceAckOperationName ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getSequenceClosedFaultCode ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getSequenceInfoAction ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getSequenceTerminatedFaultCode ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getTerminateSequenceAction ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getTerminateSequenceOperationName ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getUnknownSequenceFaultCode ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getWSRMNamespace ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.getWSRMRequiredFaultCode ( )This abstract method is from 'RMConstants' abstract class.
RMConstants.RMConstants ( )This constructor is from 'RMConstants' abstract class.
[+] RMContextUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
RMContextUtils.generateUUID ( )This method is from 'RMContextUtils' class.
RMContextUtils.getRMPropertiesKey ( boolean outbound )This method is from 'RMContextUtils' class.
RMContextUtils.isRMProtocolMessage ( String action )This method is from 'RMContextUtils' class.
RMContextUtils.isServerSide ( org.apache.cxf.message.Message message )This method is from 'RMContextUtils' class.
RMContextUtils.retrieveMAPs ( org.apache.cxf.message.Message message, boolean isProviderContext, boolean isOutbound )This method is from 'RMContextUtils' class.
RMContextUtils.retrieveRMProperties ( org.apache.cxf.message.Message message, boolean outbound )This method is from 'RMContextUtils' class.
RMContextUtils.RMContextUtils ( )This constructor is from 'RMContextUtils' class.
RMContextUtils.storeMAPs ( org.apache.cxf.ws.addressing.AddressingProperties maps, org.apache.cxf.message.Message message, boolean isOutbound, boolean isRequestor )This method is from 'RMContextUtils' class.
RMContextUtils.storeRMProperties ( org.apache.cxf.message.Message message, RMProperties rmps, boolean outbound )This method is from 'RMContextUtils' class.
[+] RMDeliveryInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
RMDeliveryInterceptor.handle ( org.apache.cxf.message.Message message )This method is from 'RMDeliveryInterceptor' class.
RMDeliveryInterceptor.RMDeliveryInterceptor ( )This constructor is from 'RMDeliveryInterceptor' class.
[+] RMEndpoint (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (19)
RMEndpoint.getApplicationEndpoint ( )This method is from 'RMEndpoint' class.
RMEndpoint.getBindingInfo ( )This method is from 'RMEndpoint' class.
RMEndpoint.getConduit ( )This method is from 'RMEndpoint' class.
RMEndpoint.getDestination ( )This method is from 'RMEndpoint' class.
RMEndpoint.getEndpoint ( )This method is from 'RMEndpoint' class.
RMEndpoint.getLastApplicationMessage ( )This method is from 'RMEndpoint' class.
RMEndpoint.getLastControlMessage ( )This method is from 'RMEndpoint' class.
RMEndpoint.getManager ( )This method is from 'RMEndpoint' class.
RMEndpoint.getProtocol ( )This method is from 'RMEndpoint' class.
RMEndpoint.getProxy ( )This method is from 'RMEndpoint' class.
RMEndpoint.getServant ( )This method is from 'RMEndpoint' class.
RMEndpoint.getService ( )This method is from 'RMEndpoint' class.
RMEndpoint.getSource ( )This method is from 'RMEndpoint' class.
RMEndpoint.receivedApplicationMessage ( )This method is from 'RMEndpoint' class.
RMEndpoint.receivedControlMessage ( )This method is from 'RMEndpoint' class.
RMEndpoint.RMEndpoint ( RMManager m, org.apache.cxf.endpoint.Endpoint ae, ProtocolVariation pv )This constructor is from 'RMEndpoint' class.
RMEndpoint.setDestination ( Destination destination )This method is from 'RMEndpoint' class.
RMEndpoint.setProtocol ( ProtocolVariation protocol )This method is from 'RMEndpoint' class.
RMEndpoint.setSource ( Source source )This method is from 'RMEndpoint' class.
[+] RMException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
RMException.RMException ( Throwable cause )This constructor is from 'RMException' class.
RMException.RMException ( org.apache.cxf.common.i18n.Message msg )This constructor is from 'RMException' class.
RMException.RMException ( org.apache.cxf.common.i18n.Message msg, Throwable t )This constructor is from 'RMException' class.
[+] RMInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
RMInInterceptor.handle ( org.apache.cxf.message.Message message )This method is from 'RMInInterceptor' class.
RMInInterceptor.handleFault ( org.apache.cxf.message.Message message )This method is from 'RMInInterceptor' class.
RMInInterceptor.RMInInterceptor ( )This constructor is from 'RMInInterceptor' class.
[+] RMManager (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (33)
RMManager.clientCreated ( org.apache.cxf.endpoint.Client client )This method is from 'RMManager' class.
RMManager.clientDestroyed ( org.apache.cxf.endpoint.Client client )This method is from 'RMManager' class.
RMManager.getBindingFaultFactory ( org.apache.cxf.binding.Binding binding )This method is from 'RMManager' class.
RMManager.getBus ( )This method is from 'RMManager' class.
RMManager.getDeliveryAssurance ( )This method is from 'RMManager' class.
RMManager.getDestination ( org.apache.cxf.message.Message message )This method is from 'RMManager' class.
RMManager.getDestinationPolicy ( )This method is from 'RMManager' class.
RMManager.getIdGenerator ( )This method is from 'RMManager' class.
RMManager.getReliableEndpoint ( org.apache.cxf.message.Message message )This method is from 'RMManager' class.
RMManager.getRetransmissionQueue ( )This method is from 'RMManager' class.
RMManager.getRMAddressingNamespace ( )This method is from 'RMManager' class.
RMManager.getRMAssertion ( )This method is from 'RMManager' class.
RMManager.getRMNamespace ( )This method is from 'RMManager' class.
RMManager.getSequence ( v200702.Identifier inSeqId, org.apache.cxf.message.Message message, org.apache.cxf.ws.addressing.AddressingProperties maps )This method is from 'RMManager' class.
RMManager.getSource ( org.apache.cxf.message.Message message )This method is from 'RMManager' class.
RMManager.getSourcePolicy ( )This method is from 'RMManager' class.
RMManager.getStore ( )This method is from 'RMManager' class.
RMManager.getTimer ( )This method is from 'RMManager' class.
RMManager.init ( org.apache.cxf.Bus b )This method is from 'RMManager' class.
RMManager.RMManager ( )This constructor is from 'RMManager' class.
RMManager.setBus ( org.apache.cxf.Bus b )This method is from 'RMManager' class.
RMManager.setDeliveryAssurance ( manager.DeliveryAssuranceType deliveryAssurance )This method is from 'RMManager' class.
RMManager.setDestinationPolicy ( manager.DestinationPolicyType destinationPolicy )This method is from 'RMManager' class.
RMManager.setIdGenerator ( SequenceIdentifierGenerator generator )This method is from 'RMManager' class.
RMManager.setRetransmissionQueue ( RetransmissionQueue rq )This method is from 'RMManager' class.
RMManager.setRMAddressingNamespace ( String uri )This method is from 'RMManager' class.
RMManager.setRMAssertion ( org.apache.cxf.ws.rmp.v200502.RMAssertion rma )This method is from 'RMManager' class.
RMManager.setRMNamespace ( String uri )This method is from 'RMManager' class.
RMManager.setSourcePolicy ( manager.SourcePolicyType sp )This method is from 'RMManager' class.
RMManager.setStore ( persistence.RMStore s )This method is from 'RMManager' class.
RMManager.shutdown ( )This method is from 'RMManager' class.
RMManager.startServer ( org.apache.cxf.endpoint.Server server )This method is from 'RMManager' class.
RMManager.stopServer ( org.apache.cxf.endpoint.Server server )This method is from 'RMManager' class.
[+] RMOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
RMOutInterceptor.handle ( org.apache.cxf.message.Message msg )This method is from 'RMOutInterceptor' class.
RMOutInterceptor.RMOutInterceptor ( )This constructor is from 'RMOutInterceptor' class.
[+] RMProperties (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
RMProperties.addAck ( DestinationSequence seq )This method is from 'RMProperties' class.
RMProperties.exposeAs ( String uri )This method is from 'RMProperties' class.
RMProperties.getAcks ( )This method is from 'RMProperties' class.
RMProperties.getAcksRequested ( )This method is from 'RMProperties' class.
RMProperties.getCloseSequence ( )This method is from 'RMProperties' class.
RMProperties.getNamespaceURI ( )This method is from 'RMProperties' class.
RMProperties.getSequence ( )This method is from 'RMProperties' class.
RMProperties.isLastMessage ( )This method is from 'RMProperties' class.
RMProperties.RMProperties ( )This constructor is from 'RMProperties' class.
RMProperties.setAcks ( java.util.Collection a )This method is from 'RMProperties' class.
RMProperties.setAcksRequested ( java.util.Collection ar )This method is from 'RMProperties' class.
RMProperties.setCloseSequence ( v200702.CloseSequenceType cs )This method is from 'RMProperties' class.
RMProperties.setSequence ( SourceSequence seq )This method is from 'RMProperties' class.
RMProperties.setSequence ( v200702.SequenceType s )This method is from 'RMProperties' class.
[+] RMUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
RMUtils.createAnonymousReference ( )This method is from 'RMUtils' class.
RMUtils.createCachedStream ( org.apache.cxf.message.Message message, java.io.OutputStream os )This method is from 'RMUtils' class.
RMUtils.createNoneReference ( )This method is from 'RMUtils' class.
RMUtils.createReference ( String address )This method is from 'RMUtils' class.
RMUtils.getAddressingConstants ( )This method is from 'RMUtils' class.
RMUtils.getConstants ( String uri )This method is from 'RMUtils' class.
RMUtils.getEndpointIdentifier ( org.apache.cxf.endpoint.Endpoint endpoint )This method is from 'RMUtils' class.
RMUtils.getManagedObjectName ( RMEndpoint endpoint )This method is from 'RMUtils' class.
RMUtils.getManagedObjectName ( RMManager manager )This method is from 'RMUtils' class.
RMUtils.getManagedObjectName ( RMManager manager, org.apache.cxf.endpoint.Endpoint ep )This method is from 'RMUtils' class.
RMUtils.getWSRM200502Factory ( )This method is from 'RMUtils' class.
RMUtils.getWSRM200502WSA200508Factory ( )This method is from 'RMUtils' class.
RMUtils.getWSRMFactory ( )This method is from 'RMUtils' class.
[+] SequenceFault (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
SequenceFault.getDetail ( )This method is from 'SequenceFault' class.
SequenceFault.getExtraDetail ( )This method is from 'SequenceFault' class.
SequenceFault.getFaultCode ( )This method is from 'SequenceFault' class.
SequenceFault.getReason ( )This method is from 'SequenceFault' class.
SequenceFault.isSender ( )This method is from 'SequenceFault' class.
SequenceFault.SequenceFault ( String message )This constructor is from 'SequenceFault' class.
SequenceFault.setDetail ( v200702.Identifier d )This method is from 'SequenceFault' class.
SequenceFault.setDetail ( v200702.SequenceAcknowledgement d )This method is from 'SequenceFault' class.
SequenceFault.setDetail ( org.w3c.dom.Element d )This method is from 'SequenceFault' class.
SequenceFault.setExtraDetail ( org.w3c.dom.Element ex )This method is from 'SequenceFault' class.
SequenceFault.setFaultCode ( javax.xml.namespace.QName faultCode )This method is from 'SequenceFault' class.
SequenceFault.setSender ( boolean s )This method is from 'SequenceFault' class.
[+] SequenceIdentifierGenerator (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
SequenceIdentifierGenerator.generateSequenceIdentifier ( )This abstract method is from 'SequenceIdentifierGenerator' interface.
[+] SequenceMonitor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SequenceMonitor.acknowledgeMessage ( )This method is from 'SequenceMonitor' class.
SequenceMonitor.getLastArrivalTime ( )This method is from 'SequenceMonitor' class.
SequenceMonitor.getMPM ( )This method is from 'SequenceMonitor' class.
SequenceMonitor.SequenceMonitor ( )This constructor is from 'SequenceMonitor' class.
SequenceMonitor.setMonitorInterval ( long i )This method is from 'SequenceMonitor' class.
[+] Servant (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
Servant.createSequenceResponse ( v200702.CreateSequenceResponseType createResponse )This method is from 'Servant' class.
Servant.invoke ( org.apache.cxf.message.Exchange exchange, Object o )This method is from 'Servant' class.
Servant.terminateSequence ( org.apache.cxf.message.Message message )This method is from 'Servant' class.
[+] Source (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
Source.addSequence ( SourceSequence seq )This method is from 'Source' class.
Source.addSequence ( SourceSequence seq, boolean persist )This method is from 'Source' class.
Source.getAllSequences ( )This method is from 'Source' class.
Source.getAllUnacknowledgedSequences ( )This method is from 'Source' class.
Source.getSequence ( v200702.Identifier id )This method is from 'Source' class.
Source.removeSequence ( SourceSequence seq )This method is from 'Source' class.
Source.setCurrent ( SourceSequence s )This method is from 'Source' class.
[+] SourceSequence (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
SourceSequence.allAcknowledged ( )This method is from 'SourceSequence' class.
SourceSequence.getCurrentMessageNr ( )This method is from 'SourceSequence' class.
SourceSequence.getEndpointIdentifier ( )This method is from 'SourceSequence' class.
SourceSequence.getExpires ( )This method is from 'SourceSequence' class.
SourceSequence.getOfferingSequenceIdentifier ( )This method is from 'SourceSequence' class.
SourceSequence.getSource ( )This method is from 'SourceSequence' class.
SourceSequence.isLastMessage ( )This method is from 'SourceSequence' class.
SourceSequence.nextMessageNumber ( v200702.Identifier inSeqId, long inMsgNumber, boolean last )This method is from 'SourceSequence' class.
SourceSequence.offeredBy ( v200702.Identifier sid )This method is from 'SourceSequence' class.
SourceSequence.setAcknowledged ( v200702.SequenceAcknowledgement a )This method is from 'SourceSequence' class.
SourceSequence.setExpires ( v200702.Expires ex )This method is from 'SourceSequence' class.
SourceSequence.SourceSequence ( v200702.Identifier i, java.util.Date e, v200702.Identifier oi, long cmn, boolean lm, ProtocolVariation pv )This constructor is from 'SourceSequence' class.
SourceSequence.SourceSequence ( v200702.Identifier i, java.util.Date e, v200702.Identifier oi, ProtocolVariation pv )This constructor is from 'SourceSequence' class.
SourceSequence.SourceSequence ( v200702.Identifier i, ProtocolVariation pv )This constructor is from 'SourceSequence' class.
[+] VersionTransformer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (35)
VersionTransformer.convert ( v200502.AcceptType exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200502.AckRequestedType exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200502.CreateSequenceResponseType exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200502.CreateSequenceType exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200502.Expires exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200502.Identifier exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200502.OfferType exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200502.SequenceAcknowledgement exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200502.SequenceType exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200502.TerminateSequenceType exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200502wsa15.AcceptType exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200502wsa15.AckRequestedType exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200502wsa15.CreateSequenceResponseType exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200502wsa15.CreateSequenceType exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200502wsa15.Expires exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200502wsa15.Identifier exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200502wsa15.OfferType exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200502wsa15.SequenceAcknowledgement exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200502wsa15.SequenceType exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert ( v200502wsa15.TerminateSequenceType exposed )This method is from 'VersionTransformer' class.
VersionTransformer.convert200502 ( v200702.AckRequestedType internal )This method is from 'VersionTransformer' class.
VersionTransformer.convert200502 ( v200702.CreateSequenceResponseType internal )This method is from 'VersionTransformer' class.
VersionTransformer.convert200502 ( v200702.CreateSequenceType internal )This method is from 'VersionTransformer' class.
VersionTransformer.convert200502 ( v200702.Identifier internal )This method is from 'VersionTransformer' class.
VersionTransformer.convert200502 ( v200702.SequenceAcknowledgement internal )This method is from 'VersionTransformer' class.
VersionTransformer.convert200502 ( v200702.SequenceType internal )This method is from 'VersionTransformer' class.
VersionTransformer.convert200502 ( v200702.TerminateSequenceType internal )This method is from 'VersionTransformer' class.
VersionTransformer.convert200502wsa15 ( v200702.AckRequestedType internal )This method is from 'VersionTransformer' class.
VersionTransformer.convert200502wsa15 ( v200702.CreateSequenceResponseType internal )This method is from 'VersionTransformer' class.
VersionTransformer.convert200502wsa15 ( v200702.CreateSequenceType internal )This method is from 'VersionTransformer' class.
VersionTransformer.convert200502wsa15 ( v200702.Identifier internal )This method is from 'VersionTransformer' class.
VersionTransformer.convert200502wsa15 ( v200702.SequenceAcknowledgement internal )This method is from 'VersionTransformer' class.
VersionTransformer.convert200502wsa15 ( v200702.SequenceType internal )This method is from 'VersionTransformer' class.
VersionTransformer.convert200502wsa15 ( v200702.TerminateSequenceType internal )This method is from 'VersionTransformer' class.
VersionTransformer.isSupported ( String uri )This method is from 'VersionTransformer' class.
[+] WrappedEndpoint (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (28)
WrappedEndpoint.clear ( )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.containsKey ( Object key )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.containsValue ( Object value )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.entrySet ( )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.get ( Object key )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.getActiveFeatures ( )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.getBinding ( )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.getEndpointInfo ( )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.getExecutor ( )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.getInFaultInterceptors ( )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.getInFaultObserver ( )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.getInInterceptors ( )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.getOutFaultInterceptors ( )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.getOutFaultObserver ( )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.getOutInterceptors ( )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.getService ( )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.getWrappedEndpoint ( )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.isEmpty ( )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.keySet ( )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.put ( Object x0, Object x1 )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.put ( String key, Object value )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.putAll ( java.util.Map t )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.remove ( Object key )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.setExecutor ( java.util.concurrent.Executor arg0 )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.setInFaultObserver ( org.apache.cxf.transport.MessageObserver arg0 )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.setOutFaultObserver ( org.apache.cxf.transport.MessageObserver arg0 )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.size ( )This method is from 'WrappedEndpoint' class.
WrappedEndpoint.values ( )This method is from 'WrappedEndpoint' class.
[+] WrappedService (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (29)
WrappedService.clear ( )This method is from 'WrappedService' class.
WrappedService.containsKey ( Object key )This method is from 'WrappedService' class.
WrappedService.containsValue ( Object value )This method is from 'WrappedService' class.
WrappedService.entrySet ( )This method is from 'WrappedService' class.
WrappedService.get ( Object key )This method is from 'WrappedService' class.
WrappedService.getDataBinding ( )This method is from 'WrappedService' class.
WrappedService.getEndpointInfo ( javax.xml.namespace.QName endpoint )This method is from 'WrappedService' class.
WrappedService.getEndpoints ( )This method is from 'WrappedService' class.
WrappedService.getExecutor ( )This method is from 'WrappedService' class.
WrappedService.getInFaultInterceptors ( )This method is from 'WrappedService' class.
WrappedService.getInInterceptors ( )This method is from 'WrappedService' class.
WrappedService.getInvoker ( )This method is from 'WrappedService' class.
WrappedService.getName ( )This method is from 'WrappedService' class.
WrappedService.getOutFaultInterceptors ( )This method is from 'WrappedService' class.
WrappedService.getOutInterceptors ( )This method is from 'WrappedService' class.
WrappedService.getServiceInfo ( )This method is from 'WrappedService' class.
WrappedService.getServiceInfos ( )This method is from 'WrappedService' class.
WrappedService.getWrappedService ( )This method is from 'WrappedService' class.
WrappedService.isEmpty ( )This method is from 'WrappedService' class.
WrappedService.keySet ( )This method is from 'WrappedService' class.
WrappedService.put ( Object x0, Object x1 )This method is from 'WrappedService' class.
WrappedService.put ( String key, Object value )This method is from 'WrappedService' class.
WrappedService.putAll ( java.util.Map t )This method is from 'WrappedService' class.
WrappedService.remove ( Object key )This method is from 'WrappedService' class.
WrappedService.setDataBinding ( org.apache.cxf.databinding.DataBinding arg0 )This method is from 'WrappedService' class.
WrappedService.setExecutor ( java.util.concurrent.Executor arg0 )This method is from 'WrappedService' class.
WrappedService.setInvoker ( org.apache.cxf.service.invoker.Invoker arg0 )This method is from 'WrappedService' class.
WrappedService.size ( )This method is from 'WrappedService' class.
WrappedService.values ( )This method is from 'WrappedService' class.
package org.apache.cxf.ws.rm.blueprint
[+] RMBPBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
RMBPBeanDefinitionParser.mapElement ( org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element el, String name )This method is from 'RMBPBeanDefinitionParser' class.
RMBPBeanDefinitionParser.mapElementToJaxbProperty ( org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, org.w3c.dom.Element parent, javax.xml.namespace.QName name, String propertyName, Class c )This method is from 'RMBPBeanDefinitionParser' class.
RMBPBeanDefinitionParser.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context )This method is from 'RMBPBeanDefinitionParser' class.
RMBPBeanDefinitionParser.RMBPBeanDefinitionParser ( Class beanClass )This constructor is from 'RMBPBeanDefinitionParser' class.
[+] RMBPHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
RMBPHandler.decorate ( org.w3c.dom.Node node, org.osgi.service.blueprint.reflect.ComponentMetadata componentMetadata, org.apache.aries.blueprint.ParserContext context )This method is from 'RMBPHandler' class.
RMBPHandler.getManagedClasses ( )This method is from 'RMBPHandler' class.
RMBPHandler.getSchemaLocation ( String s )This method is from 'RMBPHandler' class.
RMBPHandler.parse ( org.w3c.dom.Element element, org.apache.aries.blueprint.ParserContext context )This method is from 'RMBPHandler' class.
RMBPHandler.RMBPHandler ( )This constructor is from 'RMBPHandler' class.
package org.apache.cxf.ws.rm.feature
[+] RMFeature (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
RMFeature.getRM10AddressingNamespace ( )This method is from 'RMFeature' class.
RMFeature.getRMNamespace ( )This method is from 'RMFeature' class.
RMFeature.initializeProvider ( org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus )This method is from 'RMFeature' class.
RMFeature.RMFeature ( )This constructor is from 'RMFeature' class.
RMFeature.setDeliveryAssurance ( org.apache.cxf.ws.rm.manager.DeliveryAssuranceType da )This method is from 'RMFeature' class.
RMFeature.setDestinationPolicy ( org.apache.cxf.ws.rm.manager.DestinationPolicyType dp )This method is from 'RMFeature' class.
RMFeature.setRM10AddressingNamespace ( String uri )This method is from 'RMFeature' class.
RMFeature.setRMAssertion ( org.apache.cxf.ws.rmp.v200502.RMAssertion rma )This method is from 'RMFeature' class.
RMFeature.setRMNamespace ( String uri )This method is from 'RMFeature' class.
RMFeature.setSourcePolicy ( org.apache.cxf.ws.rm.manager.SourcePolicyType sp )This method is from 'RMFeature' class.
RMFeature.setStore ( org.apache.cxf.ws.rm.persistence.RMStore store )This method is from 'RMFeature' class.
package org.apache.cxf.ws.rm.manager
[+] AcksPolicyType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
AcksPolicyType.AcksPolicyType ( )This constructor is from 'AcksPolicyType' class.
AcksPolicyType.getImmediaAcksTimeout ( )This method is from 'AcksPolicyType' class.
AcksPolicyType.getIntraMessageThreshold ( )This method is from 'AcksPolicyType' class.
AcksPolicyType.isSetImmediaAcksTimeout ( )This method is from 'AcksPolicyType' class.
AcksPolicyType.isSetIntraMessageThreshold ( )This method is from 'AcksPolicyType' class.
AcksPolicyType.setImmediaAcksTimeout ( long value )This method is from 'AcksPolicyType' class.
AcksPolicyType.setIntraMessageThreshold ( int value )This method is from 'AcksPolicyType' class.
AcksPolicyType.unsetImmediaAcksTimeout ( )This method is from 'AcksPolicyType' class.
AcksPolicyType.unsetIntraMessageThreshold ( )This method is from 'AcksPolicyType' class.
[+] DeliveryAssuranceType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
DeliveryAssuranceType.DeliveryAssuranceType ( )This constructor is from 'DeliveryAssuranceType' class.
DeliveryAssuranceType.getAtLeastOnce ( )This method is from 'DeliveryAssuranceType' class.
DeliveryAssuranceType.getAtMostOnce ( )This method is from 'DeliveryAssuranceType' class.
DeliveryAssuranceType.getExactlyOnce ( )This method is from 'DeliveryAssuranceType' class.
DeliveryAssuranceType.getInOrder ( )This method is from 'DeliveryAssuranceType' class.
DeliveryAssuranceType.isSetAtLeastOnce ( )This method is from 'DeliveryAssuranceType' class.
DeliveryAssuranceType.isSetAtMostOnce ( )This method is from 'DeliveryAssuranceType' class.
DeliveryAssuranceType.isSetExactlyOnce ( )This method is from 'DeliveryAssuranceType' class.
DeliveryAssuranceType.isSetInOrder ( )This method is from 'DeliveryAssuranceType' class.
DeliveryAssuranceType.setAtLeastOnce ( DeliveryAssuranceType.AtLeastOnce value )This method is from 'DeliveryAssuranceType' class.
DeliveryAssuranceType.setAtMostOnce ( DeliveryAssuranceType.AtMostOnce value )This method is from 'DeliveryAssuranceType' class.
DeliveryAssuranceType.setExactlyOnce ( DeliveryAssuranceType.ExactlyOnce value )This method is from 'DeliveryAssuranceType' class.
DeliveryAssuranceType.setInOrder ( DeliveryAssuranceType.InOrder value )This method is from 'DeliveryAssuranceType' class.
[+] DeliveryAssuranceType.AtLeastOnce (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
DeliveryAssuranceType.AtLeastOnce.DeliveryAssuranceType.AtLeastOnce ( )This constructor is from 'DeliveryAssuranceType.AtLeastOnce' class.
[+] DeliveryAssuranceType.AtMostOnce (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
DeliveryAssuranceType.AtMostOnce.DeliveryAssuranceType.AtMostOnce ( )This constructor is from 'DeliveryAssuranceType.AtMostOnce' class.
[+] DeliveryAssuranceType.ExactlyOnce (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
DeliveryAssuranceType.ExactlyOnce.DeliveryAssuranceType.ExactlyOnce ( )This constructor is from 'DeliveryAssuranceType.ExactlyOnce' class.
[+] DeliveryAssuranceType.InOrder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
DeliveryAssuranceType.InOrder.DeliveryAssuranceType.InOrder ( )This constructor is from 'DeliveryAssuranceType.InOrder' class.
[+] DestinationPolicyType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
DestinationPolicyType.DestinationPolicyType ( )This constructor is from 'DestinationPolicyType' class.
DestinationPolicyType.getAcksPolicy ( )This method is from 'DestinationPolicyType' class.
DestinationPolicyType.getSequenceExpiration ( )This method is from 'DestinationPolicyType' class.
DestinationPolicyType.isAcceptOffers ( )This method is from 'DestinationPolicyType' class.
DestinationPolicyType.isSetAcceptOffers ( )This method is from 'DestinationPolicyType' class.
DestinationPolicyType.isSetAcksPolicy ( )This method is from 'DestinationPolicyType' class.
DestinationPolicyType.isSetSequenceExpiration ( )This method is from 'DestinationPolicyType' class.
DestinationPolicyType.setAcceptOffers ( boolean value )This method is from 'DestinationPolicyType' class.
DestinationPolicyType.setAcksPolicy ( AcksPolicyType value )This method is from 'DestinationPolicyType' class.
DestinationPolicyType.setSequenceExpiration ( javax.xml.datatype.Duration value )This method is from 'DestinationPolicyType' class.
DestinationPolicyType.unsetAcceptOffers ( )This method is from 'DestinationPolicyType' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
ObjectFactory.createAcksPolicyType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createDeliveryAssurance ( DeliveryAssuranceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createDeliveryAssuranceType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createDeliveryAssuranceTypeAtLeastOnce ( )This method is from 'ObjectFactory' class.
ObjectFactory.createDeliveryAssuranceTypeAtMostOnce ( )This method is from 'ObjectFactory' class.
ObjectFactory.createDeliveryAssuranceTypeExactlyOnce ( )This method is from 'ObjectFactory' class.
ObjectFactory.createDeliveryAssuranceTypeInOrder ( )This method is from 'ObjectFactory' class.
ObjectFactory.createDestinationPolicy ( DestinationPolicyType value )This method is from 'ObjectFactory' class.
ObjectFactory.createDestinationPolicyType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSequenceTerminationPolicyType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSourcePolicy ( SourcePolicyType value )This method is from 'ObjectFactory' class.
ObjectFactory.createSourcePolicyType ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] SequenceTerminationPolicyType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
SequenceTerminationPolicyType.getMaxLength ( )This method is from 'SequenceTerminationPolicyType' class.
SequenceTerminationPolicyType.getMaxRanges ( )This method is from 'SequenceTerminationPolicyType' class.
SequenceTerminationPolicyType.getMaxUnacknowledged ( )This method is from 'SequenceTerminationPolicyType' class.
SequenceTerminationPolicyType.isSetMaxLength ( )This method is from 'SequenceTerminationPolicyType' class.
SequenceTerminationPolicyType.isSetMaxRanges ( )This method is from 'SequenceTerminationPolicyType' class.
SequenceTerminationPolicyType.isSetMaxUnacknowledged ( )This method is from 'SequenceTerminationPolicyType' class.
SequenceTerminationPolicyType.isSetTerminateOnShutdown ( )This method is from 'SequenceTerminationPolicyType' class.
SequenceTerminationPolicyType.isTerminateOnShutdown ( )This method is from 'SequenceTerminationPolicyType' class.
SequenceTerminationPolicyType.SequenceTerminationPolicyType ( )This constructor is from 'SequenceTerminationPolicyType' class.
SequenceTerminationPolicyType.setMaxLength ( long value )This method is from 'SequenceTerminationPolicyType' class.
SequenceTerminationPolicyType.setMaxRanges ( int value )This method is from 'SequenceTerminationPolicyType' class.
SequenceTerminationPolicyType.setMaxUnacknowledged ( int value )This method is from 'SequenceTerminationPolicyType' class.
SequenceTerminationPolicyType.setTerminateOnShutdown ( boolean value )This method is from 'SequenceTerminationPolicyType' class.
SequenceTerminationPolicyType.unsetMaxLength ( )This method is from 'SequenceTerminationPolicyType' class.
SequenceTerminationPolicyType.unsetMaxRanges ( )This method is from 'SequenceTerminationPolicyType' class.
SequenceTerminationPolicyType.unsetMaxUnacknowledged ( )This method is from 'SequenceTerminationPolicyType' class.
SequenceTerminationPolicyType.unsetTerminateOnShutdown ( )This method is from 'SequenceTerminationPolicyType' class.
[+] SourcePolicyType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
SourcePolicyType.getAcksTo ( )This method is from 'SourcePolicyType' class.
SourcePolicyType.getOfferedSequenceExpiration ( )This method is from 'SourcePolicyType' class.
SourcePolicyType.getSequenceExpiration ( )This method is from 'SourcePolicyType' class.
SourcePolicyType.getSequenceTerminationPolicy ( )This method is from 'SourcePolicyType' class.
SourcePolicyType.isIncludeOffer ( )This method is from 'SourcePolicyType' class.
SourcePolicyType.isSetAcksTo ( )This method is from 'SourcePolicyType' class.
SourcePolicyType.isSetIncludeOffer ( )This method is from 'SourcePolicyType' class.
SourcePolicyType.isSetOfferedSequenceExpiration ( )This method is from 'SourcePolicyType' class.
SourcePolicyType.isSetSequenceExpiration ( )This method is from 'SourcePolicyType' class.
SourcePolicyType.isSetSequenceTerminationPolicy ( )This method is from 'SourcePolicyType' class.
SourcePolicyType.setAcksTo ( String value )This method is from 'SourcePolicyType' class.
SourcePolicyType.setIncludeOffer ( boolean value )This method is from 'SourcePolicyType' class.
SourcePolicyType.setOfferedSequenceExpiration ( javax.xml.datatype.Duration value )This method is from 'SourcePolicyType' class.
SourcePolicyType.setSequenceExpiration ( javax.xml.datatype.Duration value )This method is from 'SourcePolicyType' class.
SourcePolicyType.setSequenceTerminationPolicy ( SequenceTerminationPolicyType value )This method is from 'SourcePolicyType' class.
SourcePolicyType.SourcePolicyType ( )This constructor is from 'SourcePolicyType' class.
SourcePolicyType.unsetIncludeOffer ( )This method is from 'SourcePolicyType' class.
package org.apache.cxf.ws.rm.persistence
[+] PersistenceUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PersistenceUtils.deserialiseAcknowledgment ( java.io.InputStream is )This method is from 'PersistenceUtils' class.
PersistenceUtils.getInstance ( )This method is from 'PersistenceUtils' class.
PersistenceUtils.serialiseAcknowledgment ( org.apache.cxf.ws.rm.v200702.SequenceAcknowledgement ack )This method is from 'PersistenceUtils' class.
[+] RMMessage (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
RMMessage.getCachedOutputStream ( )This method is from 'RMMessage' class.
RMMessage.getContent ( )This method is from 'RMMessage' class.
RMMessage.getInputStream ( )This method is from 'RMMessage' class.
RMMessage.getMessageNumber ( )This method is from 'RMMessage' class.
RMMessage.getSize ( )This method is from 'RMMessage' class.
RMMessage.getTo ( )This method is from 'RMMessage' class.
RMMessage.RMMessage ( )This constructor is from 'RMMessage' class.
RMMessage.setContent ( byte[ ] c )This method is from 'RMMessage' class.
RMMessage.setContent ( java.io.InputStream in )This method is from 'RMMessage' class.
RMMessage.setContent ( org.apache.cxf.io.CachedOutputStream c )This method is from 'RMMessage' class.
RMMessage.setMessageNumber ( long mn )This method is from 'RMMessage' class.
RMMessage.setTo ( String t )This method is from 'RMMessage' class.
[+] RMStore (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
RMStore.createDestinationSequence ( org.apache.cxf.ws.rm.DestinationSequence p1 )This abstract method is from 'RMStore' interface.
RMStore.createSourceSequence ( org.apache.cxf.ws.rm.SourceSequence p1 )This abstract method is from 'RMStore' interface.
RMStore.getDestinationSequence ( org.apache.cxf.ws.rm.v200702.Identifier p1, org.apache.cxf.ws.rm.ProtocolVariation p2 )This abstract method is from 'RMStore' interface.
RMStore.getDestinationSequences ( String p1, org.apache.cxf.ws.rm.ProtocolVariation p2 )This abstract method is from 'RMStore' interface.
RMStore.getMessages ( org.apache.cxf.ws.rm.v200702.Identifier p1, boolean p2 )This abstract method is from 'RMStore' interface.
RMStore.getSourceSequence ( org.apache.cxf.ws.rm.v200702.Identifier p1, org.apache.cxf.ws.rm.ProtocolVariation p2 )This abstract method is from 'RMStore' interface.
RMStore.getSourceSequences ( String p1, org.apache.cxf.ws.rm.ProtocolVariation p2 )This abstract method is from 'RMStore' interface.
RMStore.persistIncoming ( org.apache.cxf.ws.rm.DestinationSequence p1, RMMessage p2 )This abstract method is from 'RMStore' interface.
RMStore.persistOutgoing ( org.apache.cxf.ws.rm.SourceSequence p1, RMMessage p2 )This abstract method is from 'RMStore' interface.
RMStore.removeDestinationSequence ( org.apache.cxf.ws.rm.v200702.Identifier p1 )This abstract method is from 'RMStore' interface.
RMStore.removeMessages ( org.apache.cxf.ws.rm.v200702.Identifier p1, java.util.Collection p2, boolean p3 )This abstract method is from 'RMStore' interface.
RMStore.removeSourceSequence ( org.apache.cxf.ws.rm.v200702.Identifier p1 )This abstract method is from 'RMStore' interface.
[+] RMStoreException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
RMStoreException.RMStoreException ( Throwable cause )This constructor is from 'RMStoreException' class.
RMStoreException.RMStoreException ( org.apache.cxf.common.i18n.Message msg )This constructor is from 'RMStoreException' class.
RMStoreException.RMStoreException ( org.apache.cxf.common.i18n.Message msg, Throwable t )This constructor is from 'RMStoreException' class.
package org.apache.cxf.ws.rm.persistence.jdbc
[+] RMTxStore (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (37)
RMTxStore.abort ( )This method is from 'RMTxStore' class.
RMTxStore.beginTransaction ( )This method is from 'RMTxStore' class.
RMTxStore.commit ( )This method is from 'RMTxStore' class.
RMTxStore.createDestinationSequence ( org.apache.cxf.ws.rm.DestinationSequence seq )This method is from 'RMTxStore' class.
RMTxStore.createSourceSequence ( org.apache.cxf.ws.rm.SourceSequence seq )This method is from 'RMTxStore' class.
RMTxStore.createTables ( )This method is from 'RMTxStore' class.
RMTxStore.deleteDatabaseFiles ( )This method is from 'RMTxStore' class.
RMTxStore.deleteDatabaseFiles ( String dbName, boolean now )This method is from 'RMTxStore' class.
RMTxStore.getDestinationSequence ( org.apache.cxf.ws.rm.v200702.Identifier sid, org.apache.cxf.ws.rm.ProtocolVariation protocol )This method is from 'RMTxStore' class.
RMTxStore.getDestinationSequences ( String endpointIdentifier, org.apache.cxf.ws.rm.ProtocolVariation protocol )This method is from 'RMTxStore' class.
RMTxStore.getDriverClassName ( )This method is from 'RMTxStore' class.
RMTxStore.getMessages ( org.apache.cxf.ws.rm.v200702.Identifier sid, boolean outbound )This method is from 'RMTxStore' class.
RMTxStore.getPassword ( )This method is from 'RMTxStore' class.
RMTxStore.getSourceSequence ( org.apache.cxf.ws.rm.v200702.Identifier sid, org.apache.cxf.ws.rm.ProtocolVariation protocol )This method is from 'RMTxStore' class.
RMTxStore.getSourceSequences ( String endpointIdentifier, org.apache.cxf.ws.rm.ProtocolVariation protocol )This method is from 'RMTxStore' class.
RMTxStore.getTableExistsCode ( )This method is from 'RMTxStore' class.
RMTxStore.getTableExistsState ( )This method is from 'RMTxStore' class.
RMTxStore.getUrl ( )This method is from 'RMTxStore' class.
RMTxStore.getUserName ( )This method is from 'RMTxStore' class.
RMTxStore.init ( )This method is from 'RMTxStore' class.
RMTxStore.isTableExistsError ( java.sql.SQLException ex )This method is from 'RMTxStore' class.
RMTxStore.persistIncoming ( org.apache.cxf.ws.rm.DestinationSequence seq, org.apache.cxf.ws.rm.persistence.RMMessage msg )This method is from 'RMTxStore' class.
RMTxStore.persistOutgoing ( org.apache.cxf.ws.rm.SourceSequence seq, org.apache.cxf.ws.rm.persistence.RMMessage msg )This method is from 'RMTxStore' class.
RMTxStore.removeDestinationSequence ( org.apache.cxf.ws.rm.v200702.Identifier sid )This method is from 'RMTxStore' class.
RMTxStore.removeMessages ( org.apache.cxf.ws.rm.v200702.Identifier sid, java.util.Collection messageNrs, boolean outbound )This method is from 'RMTxStore' class.
RMTxStore.removeSourceSequence ( org.apache.cxf.ws.rm.v200702.Identifier sid )This method is from 'RMTxStore' class.
RMTxStore.RMTxStore ( )This constructor is from 'RMTxStore' class.
RMTxStore.setConnection ( java.sql.Connection c )This method is from 'RMTxStore' class.
RMTxStore.setDriverClassName ( String dcn )This method is from 'RMTxStore' class.
RMTxStore.setPassword ( String p )This method is from 'RMTxStore' class.
RMTxStore.setTableExistsCode ( int tableExistsCode )This method is from 'RMTxStore' class.
RMTxStore.setTableExistsState ( String tableExistsState )This method is from 'RMTxStore' class.
RMTxStore.setUrl ( String u )This method is from 'RMTxStore' class.
RMTxStore.setUserName ( String un )This method is from 'RMTxStore' class.
RMTxStore.storeMessage ( org.apache.cxf.ws.rm.v200702.Identifier sid, org.apache.cxf.ws.rm.persistence.RMMessage msg, boolean outbound )This method is from 'RMTxStore' class.
RMTxStore.updateDestinationSequence ( org.apache.cxf.ws.rm.DestinationSequence seq )This method is from 'RMTxStore' class.
RMTxStore.updateSourceSequence ( org.apache.cxf.ws.rm.SourceSequence seq )This method is from 'RMTxStore' class.
package org.apache.cxf.ws.rm.policy
[+] RM10PolicyUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
RM10PolicyUtils.collectRMAssertions ( org.apache.cxf.ws.policy.AssertionInfoMap aim )This method is from 'RM10PolicyUtils' class.
RM10PolicyUtils.equals ( org.apache.cxf.ws.rmp.v200502.RMAssertion a, org.apache.cxf.ws.rmp.v200502.RMAssertion b )This method is from 'RM10PolicyUtils' class.
RM10PolicyUtils.getRMAssertion ( org.apache.cxf.ws.rmp.v200502.RMAssertion defaultValue, org.apache.cxf.message.Message message )This method is from 'RM10PolicyUtils' class.
RM10PolicyUtils.intersect ( org.apache.cxf.ws.rmp.v200502.RMAssertion a, org.apache.cxf.ws.rmp.v200502.RMAssertion b )This method is from 'RM10PolicyUtils' class.
[+] RM11AssertionBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
RM11AssertionBuilder.buildAssertion ( )This method is from 'RM11AssertionBuilder' class.
RM11AssertionBuilder.RM11AssertionBuilder ( )This constructor is from 'RM11AssertionBuilder' class.
[+] RMAssertionBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
RMAssertionBuilder.buildAssertion ( )This method is from 'RMAssertionBuilder' class.
RMAssertionBuilder.RMAssertionBuilder ( )This constructor is from 'RMAssertionBuilder' class.
[+] RMPolicyInterceptorProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
RMPolicyInterceptorProvider.RMPolicyInterceptorProvider ( org.apache.cxf.Bus bus )This constructor is from 'RMPolicyInterceptorProvider' class.
package org.apache.cxf.ws.rm.soap
[+] RetransmissionQueueImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (24)
RetransmissionQueueImpl.addUnacknowledged ( org.apache.cxf.message.Message message )This method is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.cacheUnacknowledged ( org.apache.cxf.message.Message message )This method is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.countUnacknowledged ( org.apache.cxf.ws.rm.SourceSequence seq )This method is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.createResendCandidate ( org.apache.cxf.message.Message message )This method is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.getAssertion ( org.apache.cxf.ws.policy.AssertionInfo ai )This method is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.getDefaultResender ( )This method is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.getExponentialBackoff ( )This method is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.getManager ( )This method is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.getRetransmissionStatus ( org.apache.cxf.ws.rm.SourceSequence seq, long num )This method is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.getRetransmissionStatuses ( org.apache.cxf.ws.rm.SourceSequence seq )This method is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.getSequenceCandidates ( String key )This method is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.getSequenceCandidates ( org.apache.cxf.ws.rm.SourceSequence seq )This method is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.getUnacknowledged ( )This method is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.getUnacknowledgedMessageNumbers ( org.apache.cxf.ws.rm.SourceSequence seq )This method is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.isEmpty ( )This method is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.isSequenceSuspended ( String key )This method is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.purgeAcknowledged ( org.apache.cxf.ws.rm.SourceSequence seq )This method is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.replaceResender ( RetransmissionQueueImpl.Resender replacement )This method is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.resume ( org.apache.cxf.ws.rm.SourceSequence seq )This method is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.RetransmissionQueueImpl ( org.apache.cxf.ws.rm.RMManager m )This constructor is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.setManager ( org.apache.cxf.ws.rm.RMManager m )This method is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.start ( )This method is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.stop ( org.apache.cxf.ws.rm.SourceSequence seq )This method is from 'RetransmissionQueueImpl' class.
RetransmissionQueueImpl.suspend ( org.apache.cxf.ws.rm.SourceSequence seq )This method is from 'RetransmissionQueueImpl' class.
[+] RetransmissionQueueImpl.ResendCandidate (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
RetransmissionQueueImpl.ResendCandidate.attempted ( )This method is from 'RetransmissionQueueImpl.ResendCandidate' class.
RetransmissionQueueImpl.ResendCandidate.cancel ( )This method is from 'RetransmissionQueueImpl.ResendCandidate' class.
RetransmissionQueueImpl.ResendCandidate.getBackoff ( )This method is from 'RetransmissionQueueImpl.ResendCandidate' class.
RetransmissionQueueImpl.ResendCandidate.getMessage ( )This method is from 'RetransmissionQueueImpl.ResendCandidate' class.
RetransmissionQueueImpl.ResendCandidate.getNext ( )This method is from 'RetransmissionQueueImpl.ResendCandidate' class.
RetransmissionQueueImpl.ResendCandidate.getNextInterval ( )This method is from 'RetransmissionQueueImpl.ResendCandidate' class.
RetransmissionQueueImpl.ResendCandidate.getPrevious ( )This method is from 'RetransmissionQueueImpl.ResendCandidate' class.
RetransmissionQueueImpl.ResendCandidate.getResends ( )This method is from 'RetransmissionQueueImpl.ResendCandidate' class.
RetransmissionQueueImpl.ResendCandidate.initiate ( boolean requestAcknowledge )This method is from 'RetransmissionQueueImpl.ResendCandidate' class.
RetransmissionQueueImpl.ResendCandidate.isPending ( )This method is from 'RetransmissionQueueImpl.ResendCandidate' class.
RetransmissionQueueImpl.ResendCandidate.isSuspended ( )This method is from 'RetransmissionQueueImpl.ResendCandidate' class.
RetransmissionQueueImpl.ResendCandidate.resolved ( )This method is from 'RetransmissionQueueImpl.ResendCandidate' class.
RetransmissionQueueImpl.ResendCandidate.resume ( )This method is from 'RetransmissionQueueImpl.ResendCandidate' class.
RetransmissionQueueImpl.ResendCandidate.RetransmissionQueueImpl.ResendCandidate ( RetransmissionQueueImpl m, org.apache.cxf.message.Message p2 )This constructor is from 'RetransmissionQueueImpl.ResendCandidate' class.
RetransmissionQueueImpl.ResendCandidate.run ( )This method is from 'RetransmissionQueueImpl.ResendCandidate' class.
RetransmissionQueueImpl.ResendCandidate.schedule ( )This method is from 'RetransmissionQueueImpl.ResendCandidate' class.
RetransmissionQueueImpl.ResendCandidate.suspend ( )This method is from 'RetransmissionQueueImpl.ResendCandidate' class.
[+] RetransmissionQueueImpl.Resender (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
RetransmissionQueueImpl.Resender.resend ( org.apache.cxf.message.Message p1, boolean p2 )This abstract method is from 'RetransmissionQueueImpl.Resender' interface.
[+] RMSoapInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
RMSoapInterceptor.decodeHeaders ( org.apache.cxf.binding.soap.SoapMessage message, java.util.List headers, org.apache.cxf.ws.rm.RMProperties rmps )This method is from 'RMSoapInterceptor' class.
RMSoapInterceptor.encode ( org.apache.cxf.binding.soap.SoapMessage message, org.apache.cxf.ws.rm.RMProperties rmps )This method is from 'RMSoapInterceptor' class.
RMSoapInterceptor.encodeFault ( org.apache.cxf.binding.soap.SoapMessage message, org.apache.cxf.ws.rm.SequenceFault sf )This method is from 'RMSoapInterceptor' class.
RMSoapInterceptor.getUnderstoodHeaders ( )This method is from 'RMSoapInterceptor' class.
RMSoapInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'RMSoapInterceptor' class.
RMSoapInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'RMSoapInterceptor' class.
RMSoapInterceptor.RMSoapInterceptor ( )This constructor is from 'RMSoapInterceptor' class.
RMSoapInterceptor.unmarshalRMProperties ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'RMSoapInterceptor' class.
[+] SoapFaultFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SoapFaultFactory.createFault ( org.apache.cxf.ws.rm.SequenceFault sf, org.apache.cxf.message.Message msg )This method is from 'SoapFaultFactory' class.
SoapFaultFactory.SoapFaultFactory ( org.apache.cxf.binding.Binding binding )This constructor is from 'SoapFaultFactory' class.
SoapFaultFactory.toString ( org.apache.cxf.interceptor.Fault f )This method is from 'SoapFaultFactory' class.
package org.apache.cxf.ws.rm.spring
[+] NamespaceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
NamespaceHandler.init ( )This method is from 'NamespaceHandler' class.
NamespaceHandler.NamespaceHandler ( )This constructor is from 'NamespaceHandler' class.
[+] RMFeatureBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
RMFeatureBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element element )This method is from 'RMFeatureBeanDefinitionParser' class.
RMFeatureBeanDefinitionParser.getJaxbPackage ( )This method is from 'RMFeatureBeanDefinitionParser' class.
RMFeatureBeanDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name )This method is from 'RMFeatureBeanDefinitionParser' class.
RMFeatureBeanDefinitionParser.parseChildElements ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean )This method is from 'RMFeatureBeanDefinitionParser' class.
RMFeatureBeanDefinitionParser.RMFeatureBeanDefinitionParser ( )This constructor is from 'RMFeatureBeanDefinitionParser' class.
RMFeatureBeanDefinitionParser.shouldGenerateIdAsFallback ( )This method is from 'RMFeatureBeanDefinitionParser' class.
[+] RMManagerBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
RMManagerBeanDefinitionParser.doParse ( org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean )This method is from 'RMManagerBeanDefinitionParser' class.
RMManagerBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element element )This method is from 'RMManagerBeanDefinitionParser' class.
RMManagerBeanDefinitionParser.getJaxbPackage ( )This method is from 'RMManagerBeanDefinitionParser' class.
RMManagerBeanDefinitionParser.hasBusProperty ( )This method is from 'RMManagerBeanDefinitionParser' class.
RMManagerBeanDefinitionParser.mapElement ( org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean, org.w3c.dom.Element e, String name )This method is from 'RMManagerBeanDefinitionParser' class.
RMManagerBeanDefinitionParser.RMManagerBeanDefinitionParser ( )This constructor is from 'RMManagerBeanDefinitionParser' class.
RMManagerBeanDefinitionParser.shouldGenerateIdAsFallback ( )This method is from 'RMManagerBeanDefinitionParser' class.
[+] RMTxStoreBeanDefinitionParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
RMTxStoreBeanDefinitionParser.getBeanClass ( org.w3c.dom.Element element )This method is from 'RMTxStoreBeanDefinitionParser' class.
RMTxStoreBeanDefinitionParser.RMTxStoreBeanDefinitionParser ( )This constructor is from 'RMTxStoreBeanDefinitionParser' class.
RMTxStoreBeanDefinitionParser.shouldGenerateIdAsFallback ( )This method is from 'RMTxStoreBeanDefinitionParser' class.
package org.apache.cxf.ws.rm.v200502
[+] AcceptType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
AcceptType.AcceptType ( )This constructor is from 'AcceptType' class.
AcceptType.getAcksTo ( )This method is from 'AcceptType' class.
AcceptType.getAny ( )This method is from 'AcceptType' class.
AcceptType.getOtherAttributes ( )This method is from 'AcceptType' class.
AcceptType.isSetAcksTo ( )This method is from 'AcceptType' class.
AcceptType.isSetAny ( )This method is from 'AcceptType' class.
AcceptType.setAcksTo ( org.apache.cxf.ws.addressing.v200408.EndpointReferenceType value )This method is from 'AcceptType' class.
AcceptType.unsetAny ( )This method is from 'AcceptType' class.
[+] AckRequestedType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
AckRequestedType.AckRequestedType ( )This constructor is from 'AckRequestedType' class.
AckRequestedType.getAny ( )This method is from 'AckRequestedType' class.
AckRequestedType.getIdentifier ( )This method is from 'AckRequestedType' class.
AckRequestedType.getMaxMessageNumberUsed ( )This method is from 'AckRequestedType' class.
AckRequestedType.getOtherAttributes ( )This method is from 'AckRequestedType' class.
AckRequestedType.isSetAny ( )This method is from 'AckRequestedType' class.
AckRequestedType.isSetIdentifier ( )This method is from 'AckRequestedType' class.
AckRequestedType.isSetMaxMessageNumberUsed ( )This method is from 'AckRequestedType' class.
AckRequestedType.setIdentifier ( Identifier value )This method is from 'AckRequestedType' class.
AckRequestedType.setMaxMessageNumberUsed ( Long value )This method is from 'AckRequestedType' class.
AckRequestedType.unsetAny ( )This method is from 'AckRequestedType' class.
[+] Adapter1 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Adapter1.Adapter1 ( )This constructor is from 'Adapter1' class.
Adapter1.marshal ( Long value )This method is from 'Adapter1' class.
Adapter1.marshal ( Object x0 )This method is from 'Adapter1' class.
Adapter1.unmarshal ( Object x0 )This method is from 'Adapter1' class.
Adapter1.unmarshal ( String value )This method is from 'Adapter1' class.
[+] Adapter2 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Adapter2.Adapter2 ( )This constructor is from 'Adapter2' class.
Adapter2.marshal ( Long value )This method is from 'Adapter2' class.
Adapter2.marshal ( Object x0 )This method is from 'Adapter2' class.
Adapter2.unmarshal ( Object x0 )This method is from 'Adapter2' class.
Adapter2.unmarshal ( String value )This method is from 'Adapter2' class.
[+] Adapter3 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Adapter3.Adapter3 ( )This constructor is from 'Adapter3' class.
Adapter3.marshal ( Long value )This method is from 'Adapter3' class.
Adapter3.marshal ( Object x0 )This method is from 'Adapter3' class.
Adapter3.unmarshal ( Object x0 )This method is from 'Adapter3' class.
Adapter3.unmarshal ( String value )This method is from 'Adapter3' class.
[+] Adapter4 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Adapter4.Adapter4 ( )This constructor is from 'Adapter4' class.
Adapter4.marshal ( Long value )This method is from 'Adapter4' class.
Adapter4.marshal ( Object x0 )This method is from 'Adapter4' class.
Adapter4.unmarshal ( Object x0 )This method is from 'Adapter4' class.
Adapter4.unmarshal ( String value )This method is from 'Adapter4' class.
[+] Adapter5 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Adapter5.Adapter5 ( )This constructor is from 'Adapter5' class.
Adapter5.marshal ( Long value )This method is from 'Adapter5' class.
Adapter5.marshal ( Object x0 )This method is from 'Adapter5' class.
Adapter5.unmarshal ( Object x0 )This method is from 'Adapter5' class.
Adapter5.unmarshal ( String value )This method is from 'Adapter5' class.
[+] CreateSequenceResponseType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
CreateSequenceResponseType.CreateSequenceResponseType ( )This constructor is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.getAccept ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.getAny ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.getExpires ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.getIdentifier ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.getOtherAttributes ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.isSetAccept ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.isSetAny ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.isSetExpires ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.isSetIdentifier ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.setAccept ( AcceptType value )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.setExpires ( Expires value )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.setIdentifier ( Identifier value )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.unsetAny ( )This method is from 'CreateSequenceResponseType' class.
[+] CreateSequenceType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
CreateSequenceType.CreateSequenceType ( )This constructor is from 'CreateSequenceType' class.
CreateSequenceType.getAcksTo ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.getAny ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.getExpires ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.getOffer ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.getOtherAttributes ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.isSetAcksTo ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.isSetAny ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.isSetExpires ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.isSetOffer ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.setAcksTo ( org.apache.cxf.ws.addressing.v200408.EndpointReferenceType value )This method is from 'CreateSequenceType' class.
CreateSequenceType.setExpires ( Expires value )This method is from 'CreateSequenceType' class.
CreateSequenceType.setOffer ( OfferType value )This method is from 'CreateSequenceType' class.
CreateSequenceType.unsetAny ( )This method is from 'CreateSequenceType' class.
[+] Expires (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Expires.Expires ( )This constructor is from 'Expires' class.
Expires.getOtherAttributes ( )This method is from 'Expires' class.
Expires.getValue ( )This method is from 'Expires' class.
Expires.isSetValue ( )This method is from 'Expires' class.
Expires.setValue ( javax.xml.datatype.Duration value )This method is from 'Expires' class.
[+] Identifier (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Identifier.getOtherAttributes ( )This method is from 'Identifier' class.
Identifier.getValue ( )This method is from 'Identifier' class.
Identifier.Identifier ( )This constructor is from 'Identifier' class.
Identifier.isSetValue ( )This method is from 'Identifier' class.
Identifier.setValue ( String value )This method is from 'Identifier' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (21)
ObjectFactory.createAcceptType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createAckRequested ( AckRequestedType value )This method is from 'ObjectFactory' class.
ObjectFactory.createAckRequestedType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createAcksTo ( org.apache.cxf.ws.addressing.v200408.EndpointReferenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createCreateSequence ( CreateSequenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createCreateSequenceResponse ( CreateSequenceResponseType value )This method is from 'ObjectFactory' class.
ObjectFactory.createCreateSequenceResponseType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createCreateSequenceType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createExpires ( )This method is from 'ObjectFactory' class.
ObjectFactory.createIdentifier ( )This method is from 'ObjectFactory' class.
ObjectFactory.createOfferType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSequence ( SequenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createSequenceAcknowledgement ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSequenceAcknowledgementAcknowledgementRange ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSequenceFault ( SequenceFaultType value )This method is from 'ObjectFactory' class.
ObjectFactory.createSequenceFaultType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSequenceType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSequenceTypeLastMessage ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTerminateSequence ( TerminateSequenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createTerminateSequenceType ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] OfferType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
OfferType.getAny ( )This method is from 'OfferType' class.
OfferType.getExpires ( )This method is from 'OfferType' class.
OfferType.getIdentifier ( )This method is from 'OfferType' class.
OfferType.getOtherAttributes ( )This method is from 'OfferType' class.
OfferType.isSetAny ( )This method is from 'OfferType' class.
OfferType.isSetExpires ( )This method is from 'OfferType' class.
OfferType.isSetIdentifier ( )This method is from 'OfferType' class.
OfferType.OfferType ( )This constructor is from 'OfferType' class.
OfferType.setExpires ( Expires value )This method is from 'OfferType' class.
OfferType.setIdentifier ( Identifier value )This method is from 'OfferType' class.
OfferType.unsetAny ( )This method is from 'OfferType' class.
[+] SequenceAcknowledgement (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
SequenceAcknowledgement.getAcknowledgementRange ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.getAny ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.getIdentifier ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.getNack ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.getOtherAttributes ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.isSetAcknowledgementRange ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.isSetAny ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.isSetIdentifier ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.isSetNack ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.SequenceAcknowledgement ( )This constructor is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.setIdentifier ( Identifier value )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.unsetAcknowledgementRange ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.unsetAny ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.unsetNack ( )This method is from 'SequenceAcknowledgement' class.
[+] SequenceAcknowledgement.AcknowledgementRange (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
SequenceAcknowledgement.AcknowledgementRange.getLower ( )This method is from 'SequenceAcknowledgement.AcknowledgementRange' class.
SequenceAcknowledgement.AcknowledgementRange.getOtherAttributes ( )This method is from 'SequenceAcknowledgement.AcknowledgementRange' class.
SequenceAcknowledgement.AcknowledgementRange.getUpper ( )This method is from 'SequenceAcknowledgement.AcknowledgementRange' class.
SequenceAcknowledgement.AcknowledgementRange.isSetLower ( )This method is from 'SequenceAcknowledgement.AcknowledgementRange' class.
SequenceAcknowledgement.AcknowledgementRange.isSetUpper ( )This method is from 'SequenceAcknowledgement.AcknowledgementRange' class.
SequenceAcknowledgement.AcknowledgementRange.SequenceAcknowledgement.AcknowledgementRange ( )This constructor is from 'SequenceAcknowledgement.AcknowledgementRange' class.
SequenceAcknowledgement.AcknowledgementRange.setLower ( Long value )This method is from 'SequenceAcknowledgement.AcknowledgementRange' class.
SequenceAcknowledgement.AcknowledgementRange.setUpper ( Long value )This method is from 'SequenceAcknowledgement.AcknowledgementRange' class.
[+] SequenceFaultType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
SequenceFaultType.getAny ( )This method is from 'SequenceFaultType' class.
SequenceFaultType.getFaultCode ( )This method is from 'SequenceFaultType' class.
SequenceFaultType.getOtherAttributes ( )This method is from 'SequenceFaultType' class.
SequenceFaultType.isSetAny ( )This method is from 'SequenceFaultType' class.
SequenceFaultType.isSetFaultCode ( )This method is from 'SequenceFaultType' class.
SequenceFaultType.SequenceFaultType ( )This constructor is from 'SequenceFaultType' class.
SequenceFaultType.setFaultCode ( javax.xml.namespace.QName value )This method is from 'SequenceFaultType' class.
SequenceFaultType.unsetAny ( )This method is from 'SequenceFaultType' class.
[+] SequenceType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
SequenceType.getAny ( )This method is from 'SequenceType' class.
SequenceType.getIdentifier ( )This method is from 'SequenceType' class.
SequenceType.getLastMessage ( )This method is from 'SequenceType' class.
SequenceType.getMessageNumber ( )This method is from 'SequenceType' class.
SequenceType.getOtherAttributes ( )This method is from 'SequenceType' class.
SequenceType.isSetAny ( )This method is from 'SequenceType' class.
SequenceType.isSetIdentifier ( )This method is from 'SequenceType' class.
SequenceType.isSetLastMessage ( )This method is from 'SequenceType' class.
SequenceType.isSetMessageNumber ( )This method is from 'SequenceType' class.
SequenceType.SequenceType ( )This constructor is from 'SequenceType' class.
SequenceType.setIdentifier ( Identifier value )This method is from 'SequenceType' class.
SequenceType.setLastMessage ( SequenceType.LastMessage value )This method is from 'SequenceType' class.
SequenceType.setMessageNumber ( Long value )This method is from 'SequenceType' class.
SequenceType.unsetAny ( )This method is from 'SequenceType' class.
[+] SequenceType.LastMessage (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
SequenceType.LastMessage.SequenceType.LastMessage ( )This constructor is from 'SequenceType.LastMessage' class.
[+] TerminateSequenceType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
TerminateSequenceType.getAny ( )This method is from 'TerminateSequenceType' class.
TerminateSequenceType.getIdentifier ( )This method is from 'TerminateSequenceType' class.
TerminateSequenceType.getOtherAttributes ( )This method is from 'TerminateSequenceType' class.
TerminateSequenceType.isSetAny ( )This method is from 'TerminateSequenceType' class.
TerminateSequenceType.isSetIdentifier ( )This method is from 'TerminateSequenceType' class.
TerminateSequenceType.setIdentifier ( Identifier value )This method is from 'TerminateSequenceType' class.
TerminateSequenceType.TerminateSequenceType ( )This constructor is from 'TerminateSequenceType' class.
TerminateSequenceType.unsetAny ( )This method is from 'TerminateSequenceType' class.
package org.apache.cxf.ws.rm.v200502wsa15
[+] AcceptType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
AcceptType.AcceptType ( )This constructor is from 'AcceptType' class.
AcceptType.getAcksTo ( )This method is from 'AcceptType' class.
AcceptType.getAny ( )This method is from 'AcceptType' class.
AcceptType.getOtherAttributes ( )This method is from 'AcceptType' class.
AcceptType.isSetAcksTo ( )This method is from 'AcceptType' class.
AcceptType.isSetAny ( )This method is from 'AcceptType' class.
AcceptType.setAcksTo ( org.apache.cxf.ws.addressing.EndpointReferenceType value )This method is from 'AcceptType' class.
AcceptType.unsetAny ( )This method is from 'AcceptType' class.
[+] AckRequestedType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
AckRequestedType.AckRequestedType ( )This constructor is from 'AckRequestedType' class.
AckRequestedType.getAny ( )This method is from 'AckRequestedType' class.
AckRequestedType.getIdentifier ( )This method is from 'AckRequestedType' class.
AckRequestedType.getMaxMessageNumberUsed ( )This method is from 'AckRequestedType' class.
AckRequestedType.getOtherAttributes ( )This method is from 'AckRequestedType' class.
AckRequestedType.isSetAny ( )This method is from 'AckRequestedType' class.
AckRequestedType.isSetIdentifier ( )This method is from 'AckRequestedType' class.
AckRequestedType.isSetMaxMessageNumberUsed ( )This method is from 'AckRequestedType' class.
AckRequestedType.setIdentifier ( Identifier value )This method is from 'AckRequestedType' class.
AckRequestedType.setMaxMessageNumberUsed ( Long value )This method is from 'AckRequestedType' class.
AckRequestedType.unsetAny ( )This method is from 'AckRequestedType' class.
[+] Adapter1 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Adapter1.Adapter1 ( )This constructor is from 'Adapter1' class.
Adapter1.marshal ( Long value )This method is from 'Adapter1' class.
Adapter1.marshal ( Object x0 )This method is from 'Adapter1' class.
Adapter1.unmarshal ( Object x0 )This method is from 'Adapter1' class.
Adapter1.unmarshal ( String value )This method is from 'Adapter1' class.
[+] Adapter2 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Adapter2.Adapter2 ( )This constructor is from 'Adapter2' class.
Adapter2.marshal ( Long value )This method is from 'Adapter2' class.
Adapter2.marshal ( Object x0 )This method is from 'Adapter2' class.
Adapter2.unmarshal ( Object x0 )This method is from 'Adapter2' class.
Adapter2.unmarshal ( String value )This method is from 'Adapter2' class.
[+] Adapter3 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Adapter3.Adapter3 ( )This constructor is from 'Adapter3' class.
Adapter3.marshal ( Long value )This method is from 'Adapter3' class.
Adapter3.marshal ( Object x0 )This method is from 'Adapter3' class.
Adapter3.unmarshal ( Object x0 )This method is from 'Adapter3' class.
Adapter3.unmarshal ( String value )This method is from 'Adapter3' class.
[+] Adapter4 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Adapter4.Adapter4 ( )This constructor is from 'Adapter4' class.
Adapter4.marshal ( Long value )This method is from 'Adapter4' class.
Adapter4.marshal ( Object x0 )This method is from 'Adapter4' class.
Adapter4.unmarshal ( Object x0 )This method is from 'Adapter4' class.
Adapter4.unmarshal ( String value )This method is from 'Adapter4' class.
[+] Adapter5 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Adapter5.Adapter5 ( )This constructor is from 'Adapter5' class.
Adapter5.marshal ( Long value )This method is from 'Adapter5' class.
Adapter5.marshal ( Object x0 )This method is from 'Adapter5' class.
Adapter5.unmarshal ( Object x0 )This method is from 'Adapter5' class.
Adapter5.unmarshal ( String value )This method is from 'Adapter5' class.
[+] CreateSequenceResponseType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
CreateSequenceResponseType.CreateSequenceResponseType ( )This constructor is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.getAccept ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.getAny ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.getExpires ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.getIdentifier ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.getOtherAttributes ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.isSetAccept ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.isSetAny ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.isSetExpires ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.isSetIdentifier ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.setAccept ( AcceptType value )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.setExpires ( Expires value )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.setIdentifier ( Identifier value )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.unsetAny ( )This method is from 'CreateSequenceResponseType' class.
[+] CreateSequenceType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
CreateSequenceType.CreateSequenceType ( )This constructor is from 'CreateSequenceType' class.
CreateSequenceType.getAcksTo ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.getAny ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.getExpires ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.getOffer ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.getOtherAttributes ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.isSetAcksTo ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.isSetAny ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.isSetExpires ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.isSetOffer ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.setAcksTo ( org.apache.cxf.ws.addressing.EndpointReferenceType value )This method is from 'CreateSequenceType' class.
CreateSequenceType.setExpires ( Expires value )This method is from 'CreateSequenceType' class.
CreateSequenceType.setOffer ( OfferType value )This method is from 'CreateSequenceType' class.
CreateSequenceType.unsetAny ( )This method is from 'CreateSequenceType' class.
[+] Expires (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Expires.Expires ( )This constructor is from 'Expires' class.
Expires.getOtherAttributes ( )This method is from 'Expires' class.
Expires.getValue ( )This method is from 'Expires' class.
Expires.isSetValue ( )This method is from 'Expires' class.
Expires.setValue ( javax.xml.datatype.Duration value )This method is from 'Expires' class.
[+] Identifier (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Identifier.getOtherAttributes ( )This method is from 'Identifier' class.
Identifier.getValue ( )This method is from 'Identifier' class.
Identifier.Identifier ( )This constructor is from 'Identifier' class.
Identifier.isSetValue ( )This method is from 'Identifier' class.
Identifier.setValue ( String value )This method is from 'Identifier' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (21)
ObjectFactory.createAcceptType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createAckRequested ( AckRequestedType value )This method is from 'ObjectFactory' class.
ObjectFactory.createAckRequestedType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createAcksTo ( org.apache.cxf.ws.addressing.EndpointReferenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createCreateSequence ( CreateSequenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createCreateSequenceResponse ( CreateSequenceResponseType value )This method is from 'ObjectFactory' class.
ObjectFactory.createCreateSequenceResponseType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createCreateSequenceType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createExpires ( )This method is from 'ObjectFactory' class.
ObjectFactory.createIdentifier ( )This method is from 'ObjectFactory' class.
ObjectFactory.createOfferType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSequence ( SequenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createSequenceAcknowledgement ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSequenceAcknowledgementAcknowledgementRange ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSequenceFault ( SequenceFaultType value )This method is from 'ObjectFactory' class.
ObjectFactory.createSequenceFaultType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSequenceType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSequenceTypeLastMessage ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTerminateSequence ( TerminateSequenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createTerminateSequenceType ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] OfferType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
OfferType.getAny ( )This method is from 'OfferType' class.
OfferType.getExpires ( )This method is from 'OfferType' class.
OfferType.getIdentifier ( )This method is from 'OfferType' class.
OfferType.getOtherAttributes ( )This method is from 'OfferType' class.
OfferType.isSetAny ( )This method is from 'OfferType' class.
OfferType.isSetExpires ( )This method is from 'OfferType' class.
OfferType.isSetIdentifier ( )This method is from 'OfferType' class.
OfferType.OfferType ( )This constructor is from 'OfferType' class.
OfferType.setExpires ( Expires value )This method is from 'OfferType' class.
OfferType.setIdentifier ( Identifier value )This method is from 'OfferType' class.
OfferType.unsetAny ( )This method is from 'OfferType' class.
[+] SequenceAcknowledgement (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
SequenceAcknowledgement.getAcknowledgementRange ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.getAny ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.getIdentifier ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.getNack ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.getOtherAttributes ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.isSetAcknowledgementRange ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.isSetAny ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.isSetIdentifier ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.isSetNack ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.SequenceAcknowledgement ( )This constructor is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.setIdentifier ( Identifier value )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.unsetAcknowledgementRange ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.unsetAny ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.unsetNack ( )This method is from 'SequenceAcknowledgement' class.
[+] SequenceAcknowledgement.AcknowledgementRange (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
SequenceAcknowledgement.AcknowledgementRange.getLower ( )This method is from 'SequenceAcknowledgement.AcknowledgementRange' class.
SequenceAcknowledgement.AcknowledgementRange.getOtherAttributes ( )This method is from 'SequenceAcknowledgement.AcknowledgementRange' class.
SequenceAcknowledgement.AcknowledgementRange.getUpper ( )This method is from 'SequenceAcknowledgement.AcknowledgementRange' class.
SequenceAcknowledgement.AcknowledgementRange.isSetLower ( )This method is from 'SequenceAcknowledgement.AcknowledgementRange' class.
SequenceAcknowledgement.AcknowledgementRange.isSetUpper ( )This method is from 'SequenceAcknowledgement.AcknowledgementRange' class.
SequenceAcknowledgement.AcknowledgementRange.SequenceAcknowledgement.AcknowledgementRange ( )This constructor is from 'SequenceAcknowledgement.AcknowledgementRange' class.
SequenceAcknowledgement.AcknowledgementRange.setLower ( Long value )This method is from 'SequenceAcknowledgement.AcknowledgementRange' class.
SequenceAcknowledgement.AcknowledgementRange.setUpper ( Long value )This method is from 'SequenceAcknowledgement.AcknowledgementRange' class.
[+] SequenceFaultType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
SequenceFaultType.getAny ( )This method is from 'SequenceFaultType' class.
SequenceFaultType.getFaultCode ( )This method is from 'SequenceFaultType' class.
SequenceFaultType.getOtherAttributes ( )This method is from 'SequenceFaultType' class.
SequenceFaultType.isSetAny ( )This method is from 'SequenceFaultType' class.
SequenceFaultType.isSetFaultCode ( )This method is from 'SequenceFaultType' class.
SequenceFaultType.SequenceFaultType ( )This constructor is from 'SequenceFaultType' class.
SequenceFaultType.setFaultCode ( javax.xml.namespace.QName value )This method is from 'SequenceFaultType' class.
SequenceFaultType.unsetAny ( )This method is from 'SequenceFaultType' class.
[+] SequenceType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
SequenceType.getAny ( )This method is from 'SequenceType' class.
SequenceType.getIdentifier ( )This method is from 'SequenceType' class.
SequenceType.getLastMessage ( )This method is from 'SequenceType' class.
SequenceType.getMessageNumber ( )This method is from 'SequenceType' class.
SequenceType.getOtherAttributes ( )This method is from 'SequenceType' class.
SequenceType.isSetAny ( )This method is from 'SequenceType' class.
SequenceType.isSetIdentifier ( )This method is from 'SequenceType' class.
SequenceType.isSetLastMessage ( )This method is from 'SequenceType' class.
SequenceType.isSetMessageNumber ( )This method is from 'SequenceType' class.
SequenceType.SequenceType ( )This constructor is from 'SequenceType' class.
SequenceType.setIdentifier ( Identifier value )This method is from 'SequenceType' class.
SequenceType.setLastMessage ( SequenceType.LastMessage value )This method is from 'SequenceType' class.
SequenceType.setMessageNumber ( Long value )This method is from 'SequenceType' class.
SequenceType.unsetAny ( )This method is from 'SequenceType' class.
[+] SequenceType.LastMessage (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
SequenceType.LastMessage.SequenceType.LastMessage ( )This constructor is from 'SequenceType.LastMessage' class.
[+] TerminateSequenceType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
TerminateSequenceType.getAny ( )This method is from 'TerminateSequenceType' class.
TerminateSequenceType.getIdentifier ( )This method is from 'TerminateSequenceType' class.
TerminateSequenceType.getOtherAttributes ( )This method is from 'TerminateSequenceType' class.
TerminateSequenceType.isSetAny ( )This method is from 'TerminateSequenceType' class.
TerminateSequenceType.isSetIdentifier ( )This method is from 'TerminateSequenceType' class.
TerminateSequenceType.setIdentifier ( Identifier value )This method is from 'TerminateSequenceType' class.
TerminateSequenceType.TerminateSequenceType ( )This constructor is from 'TerminateSequenceType' class.
TerminateSequenceType.unsetAny ( )This method is from 'TerminateSequenceType' class.
package org.apache.cxf.ws.rm.v200702
[+] AcceptType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
AcceptType.AcceptType ( )This constructor is from 'AcceptType' class.
AcceptType.getAcksTo ( )This method is from 'AcceptType' class.
AcceptType.getAny ( )This method is from 'AcceptType' class.
AcceptType.getOtherAttributes ( )This method is from 'AcceptType' class.
AcceptType.isSetAcksTo ( )This method is from 'AcceptType' class.
AcceptType.isSetAny ( )This method is from 'AcceptType' class.
AcceptType.setAcksTo ( org.apache.cxf.ws.addressing.EndpointReferenceType value )This method is from 'AcceptType' class.
AcceptType.unsetAny ( )This method is from 'AcceptType' class.
[+] AckRequestedType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
AckRequestedType.AckRequestedType ( )This constructor is from 'AckRequestedType' class.
AckRequestedType.getAny ( )This method is from 'AckRequestedType' class.
AckRequestedType.getIdentifier ( )This method is from 'AckRequestedType' class.
AckRequestedType.getOtherAttributes ( )This method is from 'AckRequestedType' class.
AckRequestedType.isSetAny ( )This method is from 'AckRequestedType' class.
AckRequestedType.isSetIdentifier ( )This method is from 'AckRequestedType' class.
AckRequestedType.setIdentifier ( Identifier value )This method is from 'AckRequestedType' class.
AckRequestedType.unsetAny ( )This method is from 'AckRequestedType' class.
[+] Adapter1 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Adapter1.Adapter1 ( )This constructor is from 'Adapter1' class.
Adapter1.marshal ( Long value )This method is from 'Adapter1' class.
Adapter1.marshal ( Object x0 )This method is from 'Adapter1' class.
Adapter1.unmarshal ( Object x0 )This method is from 'Adapter1' class.
Adapter1.unmarshal ( String value )This method is from 'Adapter1' class.
[+] Adapter2 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Adapter2.Adapter2 ( )This constructor is from 'Adapter2' class.
Adapter2.marshal ( Long value )This method is from 'Adapter2' class.
Adapter2.marshal ( Object x0 )This method is from 'Adapter2' class.
Adapter2.unmarshal ( Object x0 )This method is from 'Adapter2' class.
Adapter2.unmarshal ( String value )This method is from 'Adapter2' class.
[+] Adapter3 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Adapter3.Adapter3 ( )This constructor is from 'Adapter3' class.
Adapter3.marshal ( Long value )This method is from 'Adapter3' class.
Adapter3.marshal ( Object x0 )This method is from 'Adapter3' class.
Adapter3.unmarshal ( Object x0 )This method is from 'Adapter3' class.
Adapter3.unmarshal ( String value )This method is from 'Adapter3' class.
[+] Adapter4 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Adapter4.Adapter4 ( )This constructor is from 'Adapter4' class.
Adapter4.marshal ( Long value )This method is from 'Adapter4' class.
Adapter4.marshal ( Object x0 )This method is from 'Adapter4' class.
Adapter4.unmarshal ( Object x0 )This method is from 'Adapter4' class.
Adapter4.unmarshal ( String value )This method is from 'Adapter4' class.
[+] Adapter5 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Adapter5.Adapter5 ( )This constructor is from 'Adapter5' class.
Adapter5.marshal ( Long value )This method is from 'Adapter5' class.
Adapter5.marshal ( Object x0 )This method is from 'Adapter5' class.
Adapter5.unmarshal ( Object x0 )This method is from 'Adapter5' class.
Adapter5.unmarshal ( String value )This method is from 'Adapter5' class.
[+] Adapter6 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Adapter6.Adapter6 ( )This constructor is from 'Adapter6' class.
Adapter6.marshal ( Long value )This method is from 'Adapter6' class.
Adapter6.marshal ( Object x0 )This method is from 'Adapter6' class.
Adapter6.unmarshal ( Object x0 )This method is from 'Adapter6' class.
Adapter6.unmarshal ( String value )This method is from 'Adapter6' class.
[+] Address (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Address.Address ( )This constructor is from 'Address' class.
Address.getOtherAttributes ( )This method is from 'Address' class.
Address.getValue ( )This method is from 'Address' class.
Address.isSetValue ( )This method is from 'Address' class.
Address.setValue ( String value )This method is from 'Address' class.
[+] CloseSequenceResponseType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
CloseSequenceResponseType.CloseSequenceResponseType ( )This constructor is from 'CloseSequenceResponseType' class.
CloseSequenceResponseType.getAny ( )This method is from 'CloseSequenceResponseType' class.
CloseSequenceResponseType.getIdentifier ( )This method is from 'CloseSequenceResponseType' class.
CloseSequenceResponseType.getOtherAttributes ( )This method is from 'CloseSequenceResponseType' class.
CloseSequenceResponseType.isSetAny ( )This method is from 'CloseSequenceResponseType' class.
CloseSequenceResponseType.isSetIdentifier ( )This method is from 'CloseSequenceResponseType' class.
CloseSequenceResponseType.setIdentifier ( Identifier value )This method is from 'CloseSequenceResponseType' class.
CloseSequenceResponseType.unsetAny ( )This method is from 'CloseSequenceResponseType' class.
[+] CloseSequenceType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
CloseSequenceType.CloseSequenceType ( )This constructor is from 'CloseSequenceType' class.
CloseSequenceType.getAny ( )This method is from 'CloseSequenceType' class.
CloseSequenceType.getIdentifier ( )This method is from 'CloseSequenceType' class.
CloseSequenceType.getLastMsgNumber ( )This method is from 'CloseSequenceType' class.
CloseSequenceType.getOtherAttributes ( )This method is from 'CloseSequenceType' class.
CloseSequenceType.isSetAny ( )This method is from 'CloseSequenceType' class.
CloseSequenceType.isSetIdentifier ( )This method is from 'CloseSequenceType' class.
CloseSequenceType.isSetLastMsgNumber ( )This method is from 'CloseSequenceType' class.
CloseSequenceType.setIdentifier ( Identifier value )This method is from 'CloseSequenceType' class.
CloseSequenceType.setLastMsgNumber ( Long value )This method is from 'CloseSequenceType' class.
CloseSequenceType.unsetAny ( )This method is from 'CloseSequenceType' class.
[+] CreateSequenceResponseType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
CreateSequenceResponseType.CreateSequenceResponseType ( )This constructor is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.getAccept ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.getAny ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.getExpires ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.getIdentifier ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.getIncompleteSequenceBehavior ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.getOtherAttributes ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.isSetAccept ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.isSetAny ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.isSetExpires ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.isSetIdentifier ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.isSetIncompleteSequenceBehavior ( )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.setAccept ( AcceptType value )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.setExpires ( Expires value )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.setIdentifier ( Identifier value )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.setIncompleteSequenceBehavior ( IncompleteSequenceBehaviorType value )This method is from 'CreateSequenceResponseType' class.
CreateSequenceResponseType.unsetAny ( )This method is from 'CreateSequenceResponseType' class.
[+] CreateSequenceType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
CreateSequenceType.CreateSequenceType ( )This constructor is from 'CreateSequenceType' class.
CreateSequenceType.getAcksTo ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.getAny ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.getExpires ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.getOffer ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.getOtherAttributes ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.isSetAcksTo ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.isSetAny ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.isSetExpires ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.isSetOffer ( )This method is from 'CreateSequenceType' class.
CreateSequenceType.setAcksTo ( org.apache.cxf.ws.addressing.EndpointReferenceType value )This method is from 'CreateSequenceType' class.
CreateSequenceType.setExpires ( Expires value )This method is from 'CreateSequenceType' class.
CreateSequenceType.setOffer ( OfferType value )This method is from 'CreateSequenceType' class.
CreateSequenceType.unsetAny ( )This method is from 'CreateSequenceType' class.
[+] DetailType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
DetailType.DetailType ( )This constructor is from 'DetailType' class.
DetailType.getAny ( )This method is from 'DetailType' class.
DetailType.getOtherAttributes ( )This method is from 'DetailType' class.
DetailType.isSetAny ( )This method is from 'DetailType' class.
DetailType.unsetAny ( )This method is from 'DetailType' class.
[+] Expires (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Expires.Expires ( )This constructor is from 'Expires' class.
Expires.getOtherAttributes ( )This method is from 'Expires' class.
Expires.getValue ( )This method is from 'Expires' class.
Expires.isSetValue ( )This method is from 'Expires' class.
Expires.setValue ( javax.xml.datatype.Duration value )This method is from 'Expires' class.
[+] Identifier (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Identifier.getOtherAttributes ( )This method is from 'Identifier' class.
Identifier.getValue ( )This method is from 'Identifier' class.
Identifier.Identifier ( )This constructor is from 'Identifier' class.
Identifier.isSetValue ( )This method is from 'Identifier' class.
Identifier.setValue ( String value )This method is from 'Identifier' class.
[+] IncompleteSequenceBehaviorType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
IncompleteSequenceBehaviorType.fromValue ( String v )This method is from 'IncompleteSequenceBehaviorType' class.
IncompleteSequenceBehaviorType.value ( )This method is from 'IncompleteSequenceBehaviorType' class.
IncompleteSequenceBehaviorType.valueOf ( String name )This method is from 'IncompleteSequenceBehaviorType' class.
IncompleteSequenceBehaviorType.values ( )This method is from 'IncompleteSequenceBehaviorType' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (33)
ObjectFactory.createAcceptType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createAckRequested ( AckRequestedType value )This method is from 'ObjectFactory' class.
ObjectFactory.createAckRequestedType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createAcksTo ( org.apache.cxf.ws.addressing.EndpointReferenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createAddress ( )This method is from 'ObjectFactory' class.
ObjectFactory.createCloseSequence ( CloseSequenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createCloseSequenceResponse ( CloseSequenceResponseType value )This method is from 'ObjectFactory' class.
ObjectFactory.createCloseSequenceResponseType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createCloseSequenceType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createCreateSequence ( CreateSequenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createCreateSequenceResponse ( CreateSequenceResponseType value )This method is from 'ObjectFactory' class.
ObjectFactory.createCreateSequenceResponseType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createCreateSequenceType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createDetailType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createExpires ( )This method is from 'ObjectFactory' class.
ObjectFactory.createIdentifier ( )This method is from 'ObjectFactory' class.
ObjectFactory.createOfferType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSequence ( SequenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createSequenceAcknowledgement ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSequenceAcknowledgementAcknowledgementRange ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSequenceAcknowledgementFinal ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSequenceAcknowledgementNone ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSequenceFault ( SequenceFaultType value )This method is from 'ObjectFactory' class.
ObjectFactory.createSequenceFaultType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSequenceType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTerminateSequence ( TerminateSequenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createTerminateSequenceResponse ( TerminateSequenceResponseType value )This method is from 'ObjectFactory' class.
ObjectFactory.createTerminateSequenceResponseType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTerminateSequenceType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createUnsupportedElement ( javax.xml.namespace.QName value )This method is from 'ObjectFactory' class.
ObjectFactory.createUsesSequenceSSL ( )This method is from 'ObjectFactory' class.
ObjectFactory.createUsesSequenceSTR ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] OfferType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
OfferType.getAny ( )This method is from 'OfferType' class.
OfferType.getEndpoint ( )This method is from 'OfferType' class.
OfferType.getExpires ( )This method is from 'OfferType' class.
OfferType.getIdentifier ( )This method is from 'OfferType' class.
OfferType.getIncompleteSequenceBehavior ( )This method is from 'OfferType' class.
OfferType.getOtherAttributes ( )This method is from 'OfferType' class.
OfferType.isSetAny ( )This method is from 'OfferType' class.
OfferType.isSetEndpoint ( )This method is from 'OfferType' class.
OfferType.isSetExpires ( )This method is from 'OfferType' class.
OfferType.isSetIdentifier ( )This method is from 'OfferType' class.
OfferType.isSetIncompleteSequenceBehavior ( )This method is from 'OfferType' class.
OfferType.OfferType ( )This constructor is from 'OfferType' class.
OfferType.setEndpoint ( org.apache.cxf.ws.addressing.EndpointReferenceType value )This method is from 'OfferType' class.
OfferType.setExpires ( Expires value )This method is from 'OfferType' class.
OfferType.setIdentifier ( Identifier value )This method is from 'OfferType' class.
OfferType.setIncompleteSequenceBehavior ( IncompleteSequenceBehaviorType value )This method is from 'OfferType' class.
OfferType.unsetAny ( )This method is from 'OfferType' class.
[+] SequenceAcknowledgement (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (20)
SequenceAcknowledgement.getAcknowledgementRange ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.getAny ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.getFinal ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.getIdentifier ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.getNack ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.getNone ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.getOtherAttributes ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.isSetAcknowledgementRange ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.isSetAny ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.isSetFinal ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.isSetIdentifier ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.isSetNack ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.isSetNone ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.SequenceAcknowledgement ( )This constructor is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.setFinal ( SequenceAcknowledgement.Final value )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.setIdentifier ( Identifier value )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.setNone ( SequenceAcknowledgement.None value )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.unsetAcknowledgementRange ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.unsetAny ( )This method is from 'SequenceAcknowledgement' class.
SequenceAcknowledgement.unsetNack ( )This method is from 'SequenceAcknowledgement' class.
[+] SequenceAcknowledgement.AcknowledgementRange (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
SequenceAcknowledgement.AcknowledgementRange.getLower ( )This method is from 'SequenceAcknowledgement.AcknowledgementRange' class.
SequenceAcknowledgement.AcknowledgementRange.getOtherAttributes ( )This method is from 'SequenceAcknowledgement.AcknowledgementRange' class.
SequenceAcknowledgement.AcknowledgementRange.getUpper ( )This method is from 'SequenceAcknowledgement.AcknowledgementRange' class.
SequenceAcknowledgement.AcknowledgementRange.isSetLower ( )This method is from 'SequenceAcknowledgement.AcknowledgementRange' class.
SequenceAcknowledgement.AcknowledgementRange.isSetUpper ( )This method is from 'SequenceAcknowledgement.AcknowledgementRange' class.
SequenceAcknowledgement.AcknowledgementRange.SequenceAcknowledgement.AcknowledgementRange ( )This constructor is from 'SequenceAcknowledgement.AcknowledgementRange' class.
SequenceAcknowledgement.AcknowledgementRange.setLower ( Long value )This method is from 'SequenceAcknowledgement.AcknowledgementRange' class.
SequenceAcknowledgement.AcknowledgementRange.setUpper ( Long value )This method is from 'SequenceAcknowledgement.AcknowledgementRange' class.
[+] SequenceAcknowledgement.Final (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
SequenceAcknowledgement.Final.SequenceAcknowledgement.Final ( )This constructor is from 'SequenceAcknowledgement.Final' class.
[+] SequenceAcknowledgement.None (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
SequenceAcknowledgement.None.SequenceAcknowledgement.None ( )This constructor is from 'SequenceAcknowledgement.None' class.
[+] SequenceFaultType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
SequenceFaultType.getAny ( )This method is from 'SequenceFaultType' class.
SequenceFaultType.getDetail ( )This method is from 'SequenceFaultType' class.
SequenceFaultType.getFaultCode ( )This method is from 'SequenceFaultType' class.
SequenceFaultType.getOtherAttributes ( )This method is from 'SequenceFaultType' class.
SequenceFaultType.isSetAny ( )This method is from 'SequenceFaultType' class.
SequenceFaultType.isSetDetail ( )This method is from 'SequenceFaultType' class.
SequenceFaultType.isSetFaultCode ( )This method is from 'SequenceFaultType' class.
SequenceFaultType.SequenceFaultType ( )This constructor is from 'SequenceFaultType' class.
SequenceFaultType.setDetail ( DetailType value )This method is from 'SequenceFaultType' class.
SequenceFaultType.setFaultCode ( javax.xml.namespace.QName value )This method is from 'SequenceFaultType' class.
SequenceFaultType.unsetAny ( )This method is from 'SequenceFaultType' class.
[+] SequenceType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
SequenceType.getAny ( )This method is from 'SequenceType' class.
SequenceType.getIdentifier ( )This method is from 'SequenceType' class.
SequenceType.getMessageNumber ( )This method is from 'SequenceType' class.
SequenceType.getOtherAttributes ( )This method is from 'SequenceType' class.
SequenceType.isSetAny ( )This method is from 'SequenceType' class.
SequenceType.isSetIdentifier ( )This method is from 'SequenceType' class.
SequenceType.isSetMessageNumber ( )This method is from 'SequenceType' class.
SequenceType.SequenceType ( )This constructor is from 'SequenceType' class.
SequenceType.setIdentifier ( Identifier value )This method is from 'SequenceType' class.
SequenceType.setMessageNumber ( Long value )This method is from 'SequenceType' class.
SequenceType.unsetAny ( )This method is from 'SequenceType' class.
[+] TerminateSequenceResponseType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
TerminateSequenceResponseType.getAny ( )This method is from 'TerminateSequenceResponseType' class.
TerminateSequenceResponseType.getIdentifier ( )This method is from 'TerminateSequenceResponseType' class.
TerminateSequenceResponseType.getOtherAttributes ( )This method is from 'TerminateSequenceResponseType' class.
TerminateSequenceResponseType.isSetAny ( )This method is from 'TerminateSequenceResponseType' class.
TerminateSequenceResponseType.isSetIdentifier ( )This method is from 'TerminateSequenceResponseType' class.
TerminateSequenceResponseType.setIdentifier ( Identifier value )This method is from 'TerminateSequenceResponseType' class.
TerminateSequenceResponseType.TerminateSequenceResponseType ( )This constructor is from 'TerminateSequenceResponseType' class.
TerminateSequenceResponseType.unsetAny ( )This method is from 'TerminateSequenceResponseType' class.
[+] TerminateSequenceType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
TerminateSequenceType.getAny ( )This method is from 'TerminateSequenceType' class.
TerminateSequenceType.getIdentifier ( )This method is from 'TerminateSequenceType' class.
TerminateSequenceType.getLastMsgNumber ( )This method is from 'TerminateSequenceType' class.
TerminateSequenceType.getOtherAttributes ( )This method is from 'TerminateSequenceType' class.
TerminateSequenceType.isSetAny ( )This method is from 'TerminateSequenceType' class.
TerminateSequenceType.isSetIdentifier ( )This method is from 'TerminateSequenceType' class.
TerminateSequenceType.isSetLastMsgNumber ( )This method is from 'TerminateSequenceType' class.
TerminateSequenceType.setIdentifier ( Identifier value )This method is from 'TerminateSequenceType' class.
TerminateSequenceType.setLastMsgNumber ( Long value )This method is from 'TerminateSequenceType' class.
TerminateSequenceType.TerminateSequenceType ( )This constructor is from 'TerminateSequenceType' class.
TerminateSequenceType.unsetAny ( )This method is from 'TerminateSequenceType' class.
[+] UsesSequenceSSL (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
UsesSequenceSSL.getOtherAttributes ( )This method is from 'UsesSequenceSSL' class.
UsesSequenceSSL.UsesSequenceSSL ( )This constructor is from 'UsesSequenceSSL' class.
[+] UsesSequenceSTR (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
UsesSequenceSTR.getOtherAttributes ( )This method is from 'UsesSequenceSTR' class.
UsesSequenceSTR.UsesSequenceSTR ( )This constructor is from 'UsesSequenceSTR' class.
package org.apache.cxf.ws.rmp.v200502
[+] Adapter1 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Adapter1.Adapter1 ( )This constructor is from 'Adapter1' class.
Adapter1.marshal ( Long value )This method is from 'Adapter1' class.
Adapter1.marshal ( Object x0 )This method is from 'Adapter1' class.
Adapter1.unmarshal ( Object x0 )This method is from 'Adapter1' class.
Adapter1.unmarshal ( String value )This method is from 'Adapter1' class.
[+] Adapter2 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Adapter2.Adapter2 ( )This constructor is from 'Adapter2' class.
Adapter2.marshal ( Long value )This method is from 'Adapter2' class.
Adapter2.marshal ( Object x0 )This method is from 'Adapter2' class.
Adapter2.unmarshal ( Object x0 )This method is from 'Adapter2' class.
Adapter2.unmarshal ( String value )This method is from 'Adapter2' class.
[+] Adapter3 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Adapter3.Adapter3 ( )This constructor is from 'Adapter3' class.
Adapter3.marshal ( Long value )This method is from 'Adapter3' class.
Adapter3.marshal ( Object x0 )This method is from 'Adapter3' class.
Adapter3.unmarshal ( Object x0 )This method is from 'Adapter3' class.
Adapter3.unmarshal ( String value )This method is from 'Adapter3' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
ObjectFactory.createRMAssertion ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRMAssertionAcknowledgementInterval ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRMAssertionBaseRetransmissionInterval ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRMAssertionExponentialBackoff ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRMAssertionInactivityTimeout ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] RMAssertion (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
RMAssertion.getAcknowledgementInterval ( )This method is from 'RMAssertion' class.
RMAssertion.getAny ( )This method is from 'RMAssertion' class.
RMAssertion.getBaseRetransmissionInterval ( )This method is from 'RMAssertion' class.
RMAssertion.getExponentialBackoff ( )This method is from 'RMAssertion' class.
RMAssertion.getInactivityTimeout ( )This method is from 'RMAssertion' class.
RMAssertion.getOtherAttributes ( )This method is from 'RMAssertion' class.
RMAssertion.isSetAcknowledgementInterval ( )This method is from 'RMAssertion' class.
RMAssertion.isSetAny ( )This method is from 'RMAssertion' class.
RMAssertion.isSetBaseRetransmissionInterval ( )This method is from 'RMAssertion' class.
RMAssertion.isSetExponentialBackoff ( )This method is from 'RMAssertion' class.
RMAssertion.isSetInactivityTimeout ( )This method is from 'RMAssertion' class.
RMAssertion.RMAssertion ( )This constructor is from 'RMAssertion' class.
RMAssertion.setAcknowledgementInterval ( RMAssertion.AcknowledgementInterval value )This method is from 'RMAssertion' class.
RMAssertion.setBaseRetransmissionInterval ( RMAssertion.BaseRetransmissionInterval value )This method is from 'RMAssertion' class.
RMAssertion.setExponentialBackoff ( RMAssertion.ExponentialBackoff value )This method is from 'RMAssertion' class.
RMAssertion.setInactivityTimeout ( RMAssertion.InactivityTimeout value )This method is from 'RMAssertion' class.
RMAssertion.unsetAny ( )This method is from 'RMAssertion' class.
[+] RMAssertion.AcknowledgementInterval (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
RMAssertion.AcknowledgementInterval.getMilliseconds ( )This method is from 'RMAssertion.AcknowledgementInterval' class.
RMAssertion.AcknowledgementInterval.getOtherAttributes ( )This method is from 'RMAssertion.AcknowledgementInterval' class.
RMAssertion.AcknowledgementInterval.isSetMilliseconds ( )This method is from 'RMAssertion.AcknowledgementInterval' class.
RMAssertion.AcknowledgementInterval.RMAssertion.AcknowledgementInterval ( )This constructor is from 'RMAssertion.AcknowledgementInterval' class.
RMAssertion.AcknowledgementInterval.setMilliseconds ( Long value )This method is from 'RMAssertion.AcknowledgementInterval' class.
[+] RMAssertion.BaseRetransmissionInterval (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
RMAssertion.BaseRetransmissionInterval.getMilliseconds ( )This method is from 'RMAssertion.BaseRetransmissionInterval' class.
RMAssertion.BaseRetransmissionInterval.getOtherAttributes ( )This method is from 'RMAssertion.BaseRetransmissionInterval' class.
RMAssertion.BaseRetransmissionInterval.isSetMilliseconds ( )This method is from 'RMAssertion.BaseRetransmissionInterval' class.
RMAssertion.BaseRetransmissionInterval.RMAssertion.BaseRetransmissionInterval ( )This constructor is from 'RMAssertion.BaseRetransmissionInterval' class.
RMAssertion.BaseRetransmissionInterval.setMilliseconds ( Long value )This method is from 'RMAssertion.BaseRetransmissionInterval' class.
[+] RMAssertion.ExponentialBackoff (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
RMAssertion.ExponentialBackoff.getOtherAttributes ( )This method is from 'RMAssertion.ExponentialBackoff' class.
RMAssertion.ExponentialBackoff.RMAssertion.ExponentialBackoff ( )This constructor is from 'RMAssertion.ExponentialBackoff' class.
[+] RMAssertion.InactivityTimeout (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
RMAssertion.InactivityTimeout.getMilliseconds ( )This method is from 'RMAssertion.InactivityTimeout' class.
RMAssertion.InactivityTimeout.getOtherAttributes ( )This method is from 'RMAssertion.InactivityTimeout' class.
RMAssertion.InactivityTimeout.isSetMilliseconds ( )This method is from 'RMAssertion.InactivityTimeout' class.
RMAssertion.InactivityTimeout.RMAssertion.InactivityTimeout ( )This constructor is from 'RMAssertion.InactivityTimeout' class.
RMAssertion.InactivityTimeout.setMilliseconds ( Long value )This method is from 'RMAssertion.InactivityTimeout' class.
package org.apache.cxf.ws.rmp.v200702
[+] AtLeastOnce (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
AtLeastOnce.AtLeastOnce ( )This constructor is from 'AtLeastOnce' class.
[+] AtMostOnce (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
AtMostOnce.AtMostOnce ( )This constructor is from 'AtMostOnce' class.
[+] DeliveryAssurance (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
DeliveryAssurance.DeliveryAssurance ( )This constructor is from 'DeliveryAssurance' class.
DeliveryAssurance.getAny ( )This method is from 'DeliveryAssurance' class.
DeliveryAssurance.isSetAny ( )This method is from 'DeliveryAssurance' class.
DeliveryAssurance.unsetAny ( )This method is from 'DeliveryAssurance' class.
[+] ExactlyOnce (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ExactlyOnce.ExactlyOnce ( )This constructor is from 'ExactlyOnce' class.
[+] InOrder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
InOrder.InOrder ( )This constructor is from 'InOrder' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
ObjectFactory.createAtLeastOnce ( )This method is from 'ObjectFactory' class.
ObjectFactory.createAtMostOnce ( )This method is from 'ObjectFactory' class.
ObjectFactory.createDeliveryAssurance ( )This method is from 'ObjectFactory' class.
ObjectFactory.createExactlyOnce ( )This method is from 'ObjectFactory' class.
ObjectFactory.createInOrder ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRMAssertion ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSequenceSTR ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSequenceTransportSecurity ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] RMAssertion (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
RMAssertion.getAny ( )This method is from 'RMAssertion' class.
RMAssertion.getOtherAttributes ( )This method is from 'RMAssertion' class.
RMAssertion.isSetAny ( )This method is from 'RMAssertion' class.
RMAssertion.RMAssertion ( )This constructor is from 'RMAssertion' class.
RMAssertion.unsetAny ( )This method is from 'RMAssertion' class.
[+] SequenceSTR (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SequenceSTR.getOtherAttributes ( )This method is from 'SequenceSTR' class.
SequenceSTR.SequenceSTR ( )This constructor is from 'SequenceSTR' class.
[+] SequenceTransportSecurity (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SequenceTransportSecurity.getOtherAttributes ( )This method is from 'SequenceTransportSecurity' class.
SequenceTransportSecurity.SequenceTransportSecurity ( )This constructor is from 'SequenceTransportSecurity' class.
package org.apache.cxf.ws.security.kerberos
[+] KerberosClient (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
KerberosClient.getBeanName ( )This method is from 'KerberosClient' class.
KerberosClient.getCallbackHandler ( )This method is from 'KerberosClient' class.
KerberosClient.getContextName ( )This method is from 'KerberosClient' class.
KerberosClient.getJaasLoginModuleName ( )This method is from 'KerberosClient' class.
KerberosClient.getServiceName ( )This method is from 'KerberosClient' class.
KerberosClient.KerberosClient ( org.apache.cxf.Bus b )This constructor is from 'KerberosClient' class.
KerberosClient.requestSecurityToken ( )This method is from 'KerberosClient' class.
KerberosClient.setCallbackHandler ( javax.security.auth.callback.CallbackHandler callbackHandler )This method is from 'KerberosClient' class.
KerberosClient.setContextName ( String contextName )This method is from 'KerberosClient' class.
KerberosClient.setJaasLoginModuleName ( String jaasLoginModuleName )This method is from 'KerberosClient' class.
KerberosClient.setServiceName ( String serviceName )This method is from 'KerberosClient' class.
[+] KerberosUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
KerberosUtils.getClient ( org.apache.cxf.message.Message message, String type )This method is from 'KerberosUtils' class.
package org.apache.cxf.ws.security.policy
[+] SP11Constants (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (42)
SP11Constants.getAlgorithmSuite ( )This method is from 'SP11Constants' class.
SP11Constants.getAsymmetricBinding ( )This method is from 'SP11Constants' class.
SP11Constants.getAttributeValueFromInclusion ( SPConstants.IncludeTokenType value )This method is from 'SP11Constants' class.
SP11Constants.getEncryptedElements ( )This method is from 'SP11Constants' class.
SP11Constants.getEncryptedParts ( )This method is from 'SP11Constants' class.
SP11Constants.getEncryptionToken ( )This method is from 'SP11Constants' class.
SP11Constants.getEndorsingSupportingTokens ( )This method is from 'SP11Constants' class.
SP11Constants.getHttpsToken ( )This method is from 'SP11Constants' class.
SP11Constants.getIncludeTimestamp ( )This method is from 'SP11Constants' class.
SP11Constants.getIncludeToken ( )This method is from 'SP11Constants' class.
SP11Constants.getInclusionFromAttributeValue ( String value )This method is from 'SP11Constants' class.
SP11Constants.getInitiatorEncryptionToken ( )This method is from 'SP11Constants' class.
SP11Constants.getInitiatorSignatureToken ( )This method is from 'SP11Constants' class.
SP11Constants.getInitiatorToken ( )This method is from 'SP11Constants' class.
SP11Constants.getIssuedToken ( )This method is from 'SP11Constants' class.
SP11Constants.getKerberosToken ( )This method is from 'SP11Constants' class.
SP11Constants.getLayout ( )This method is from 'SP11Constants' class.
SP11Constants.getNamespace ( )This method is from 'SP11Constants' class.
SP11Constants.getProtectionToken ( )This method is from 'SP11Constants' class.
SP11Constants.getRecipientEncryptionToken ( )This method is from 'SP11Constants' class.
SP11Constants.getRecipientSignatureToken ( )This method is from 'SP11Constants' class.
SP11Constants.getRecipientToken ( )This method is from 'SP11Constants' class.
SP11Constants.getRequiredDerivedKeys ( )This method is from 'SP11Constants' class.
SP11Constants.getRequiredElements ( )This method is from 'SP11Constants' class.
SP11Constants.getSamlToken ( )This method is from 'SP11Constants' class.
SP11Constants.getSecureConversationToken ( )This method is from 'SP11Constants' class.
SP11Constants.getSecurityContextToken ( )This method is from 'SP11Constants' class.
SP11Constants.getSignatureToken ( )This method is from 'SP11Constants' class.
SP11Constants.getSignedElements ( )This method is from 'SP11Constants' class.
SP11Constants.getSignedEndorsingSupportingTokens ( )This method is from 'SP11Constants' class.
SP11Constants.getSignedParts ( )This method is from 'SP11Constants' class.
SP11Constants.getSignedSupportingTokens ( )This method is from 'SP11Constants' class.
SP11Constants.getSpnegoContextToken ( )This method is from 'SP11Constants' class.
SP11Constants.getSupportingTokens ( )This method is from 'SP11Constants' class.
SP11Constants.getSymmetricBinding ( )This method is from 'SP11Constants' class.
SP11Constants.getTransportBinding ( )This method is from 'SP11Constants' class.
SP11Constants.getTransportToken ( )This method is from 'SP11Constants' class.
SP11Constants.getUserNameToken ( )This method is from 'SP11Constants' class.
SP11Constants.getVersion ( )This method is from 'SP11Constants' class.
SP11Constants.getWSS10 ( )This method is from 'SP11Constants' class.
SP11Constants.getWSS11 ( )This method is from 'SP11Constants' class.
SP11Constants.getX509Token ( )This method is from 'SP11Constants' class.
[+] SP12Constants (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (43)
SP12Constants.getAlgorithmSuite ( )This method is from 'SP12Constants' class.
SP12Constants.getAsymmetricBinding ( )This method is from 'SP12Constants' class.
SP12Constants.getAttributeValueFromInclusion ( SPConstants.IncludeTokenType value )This method is from 'SP12Constants' class.
SP12Constants.getEncryptedElements ( )This method is from 'SP12Constants' class.
SP12Constants.getEncryptedParts ( )This method is from 'SP12Constants' class.
SP12Constants.getEncryptionToken ( )This method is from 'SP12Constants' class.
SP12Constants.getEndorsingSupportingTokens ( )This method is from 'SP12Constants' class.
SP12Constants.getHttpsToken ( )This method is from 'SP12Constants' class.
SP12Constants.getIncludeTimestamp ( )This method is from 'SP12Constants' class.
SP12Constants.getIncludeToken ( )This method is from 'SP12Constants' class.
SP12Constants.getInclusionFromAttributeValue ( String value )This method is from 'SP12Constants' class.
SP12Constants.getInitiatorEncryptionToken ( )This method is from 'SP12Constants' class.
SP12Constants.getInitiatorSignatureToken ( )This method is from 'SP12Constants' class.
SP12Constants.getInitiatorToken ( )This method is from 'SP12Constants' class.
SP12Constants.getIssuedToken ( )This method is from 'SP12Constants' class.
SP12Constants.getKerberosToken ( )This method is from 'SP12Constants' class.
SP12Constants.getKeyValueToken ( )This method is from 'SP12Constants' class.
SP12Constants.getLayout ( )This method is from 'SP12Constants' class.
SP12Constants.getNamespace ( )This method is from 'SP12Constants' class.
SP12Constants.getProtectionToken ( )This method is from 'SP12Constants' class.
SP12Constants.getRecipientEncryptionToken ( )This method is from 'SP12Constants' class.
SP12Constants.getRecipientSignatureToken ( )This method is from 'SP12Constants' class.
SP12Constants.getRecipientToken ( )This method is from 'SP12Constants' class.
SP12Constants.getRequiredDerivedKeys ( )This method is from 'SP12Constants' class.
SP12Constants.getRequiredElements ( )This method is from 'SP12Constants' class.
SP12Constants.getSamlToken ( )This method is from 'SP12Constants' class.
SP12Constants.getSecureConversationToken ( )This method is from 'SP12Constants' class.
SP12Constants.getSecurityContextToken ( )This method is from 'SP12Constants' class.
SP12Constants.getSignatureToken ( )This method is from 'SP12Constants' class.
SP12Constants.getSignedElements ( )This method is from 'SP12Constants' class.
SP12Constants.getSignedEndorsingSupportingTokens ( )This method is from 'SP12Constants' class.
SP12Constants.getSignedParts ( )This method is from 'SP12Constants' class.
SP12Constants.getSignedSupportingTokens ( )This method is from 'SP12Constants' class.
SP12Constants.getSpnegoContextToken ( )This method is from 'SP12Constants' class.
SP12Constants.getSupportingTokens ( )This method is from 'SP12Constants' class.
SP12Constants.getSymmetricBinding ( )This method is from 'SP12Constants' class.
SP12Constants.getTransportBinding ( )This method is from 'SP12Constants' class.
SP12Constants.getTransportToken ( )This method is from 'SP12Constants' class.
SP12Constants.getUserNameToken ( )This method is from 'SP12Constants' class.
SP12Constants.getVersion ( )This method is from 'SP12Constants' class.
SP12Constants.getWSS10 ( )This method is from 'SP12Constants' class.
SP12Constants.getWSS11 ( )This method is from 'SP12Constants' class.
SP12Constants.getX509Token ( )This method is from 'SP12Constants' class.
[+] SPConstants (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (43)
SPConstants.getAlgorithmSuite ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getAsymmetricBinding ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getAttributeValueFromInclusion ( SPConstants.IncludeTokenType p1 )This abstract method is from 'SPConstants' abstract class.
SPConstants.getEncryptedElements ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getEncryptedParts ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getEncryptionToken ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getEndorsingSupportingTokens ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getHttpsToken ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getIncludeTimestamp ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getIncludeToken ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getInclusionFromAttributeValue ( String p1 )This abstract method is from 'SPConstants' abstract class.
SPConstants.getInitiatorEncryptionToken ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getInitiatorSignatureToken ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getInitiatorToken ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getIssuedToken ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getKerberosToken ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getLayout ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getNamespace ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getProtectionToken ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getRecipientEncryptionToken ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getRecipientSignatureToken ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getRecipientToken ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getRequiredDerivedKeys ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getRequiredElements ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getSamlToken ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getSecureConversationToken ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getSecurityContextToken ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getSignatureToken ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getSignedElements ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getSignedEndorsingSupportingTokens ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getSignedParts ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getSignedSupportingTokens ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getSpnegoContextToken ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getSupportingTokens ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getSymmetricBinding ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getTransportBinding ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getTransportToken ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getUserNameToken ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getVersion ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getWSS10 ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getWSS11 ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.getX509Token ( )This abstract method is from 'SPConstants' abstract class.
SPConstants.SPConstants ( )This constructor is from 'SPConstants' abstract class.
[+] SPConstants.IncludeTokenType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SPConstants.IncludeTokenType.valueOf ( String name )This method is from 'SPConstants.IncludeTokenType' class.
SPConstants.IncludeTokenType.values ( )This method is from 'SPConstants.IncludeTokenType' class.
[+] SPConstants.Layout (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SPConstants.Layout.valueOf ( String name )This method is from 'SPConstants.Layout' class.
SPConstants.Layout.values ( )This method is from 'SPConstants.Layout' class.
[+] SPConstants.ProtectionOrder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SPConstants.ProtectionOrder.valueOf ( String name )This method is from 'SPConstants.ProtectionOrder' class.
SPConstants.ProtectionOrder.values ( )This method is from 'SPConstants.ProtectionOrder' class.
[+] SPConstants.SupportTokenType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SPConstants.SupportTokenType.valueOf ( String name )This method is from 'SPConstants.SupportTokenType' class.
SPConstants.SupportTokenType.values ( )This method is from 'SPConstants.SupportTokenType' class.
[+] SPConstants.Version (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SPConstants.Version.valueOf ( String name )This method is from 'SPConstants.Version' class.
SPConstants.Version.values ( )This method is from 'SPConstants.Version' class.
[+] WSSecurityPolicyLoader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
WSSecurityPolicyLoader.registerBuilders ( )This method is from 'WSSecurityPolicyLoader' class.
WSSecurityPolicyLoader.registerProviders ( )This method is from 'WSSecurityPolicyLoader' class.
WSSecurityPolicyLoader.WSSecurityPolicyLoader ( org.apache.cxf.Bus b )This constructor is from 'WSSecurityPolicyLoader' class.
[+] WSSPolicyException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
WSSPolicyException.WSSPolicyException ( Throwable cause )This constructor is from 'WSSPolicyException' class.
WSSPolicyException.WSSPolicyException ( org.apache.cxf.common.i18n.Message msg )This constructor is from 'WSSPolicyException' class.
WSSPolicyException.WSSPolicyException ( org.apache.cxf.common.i18n.Message msg, Throwable t )This constructor is from 'WSSPolicyException' class.
package org.apache.cxf.ws.security.policy.builders
[+] AlgorithmSuiteBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AlgorithmSuiteBuilder.AlgorithmSuiteBuilder ( org.apache.cxf.Bus bus )This constructor is from 'AlgorithmSuiteBuilder' class.
AlgorithmSuiteBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'AlgorithmSuiteBuilder' class.
AlgorithmSuiteBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'AlgorithmSuiteBuilder' class.
AlgorithmSuiteBuilder.getKnownElements ( )This method is from 'AlgorithmSuiteBuilder' class.
[+] AsymmetricBindingBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AsymmetricBindingBuilder.AsymmetricBindingBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'AsymmetricBindingBuilder' class.
AsymmetricBindingBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'AsymmetricBindingBuilder' class.
AsymmetricBindingBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'AsymmetricBindingBuilder' class.
AsymmetricBindingBuilder.getKnownElements ( )This method is from 'AsymmetricBindingBuilder' class.
[+] ContentEncryptedElementsBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ContentEncryptedElementsBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'ContentEncryptedElementsBuilder' class.
ContentEncryptedElementsBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'ContentEncryptedElementsBuilder' class.
ContentEncryptedElementsBuilder.ContentEncryptedElementsBuilder ( )This constructor is from 'ContentEncryptedElementsBuilder' class.
ContentEncryptedElementsBuilder.getKnownElements ( )This method is from 'ContentEncryptedElementsBuilder' class.
[+] EncryptedElementsBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
EncryptedElementsBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'EncryptedElementsBuilder' class.
EncryptedElementsBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'EncryptedElementsBuilder' class.
EncryptedElementsBuilder.EncryptedElementsBuilder ( )This constructor is from 'EncryptedElementsBuilder' class.
EncryptedElementsBuilder.getKnownElements ( )This method is from 'EncryptedElementsBuilder' class.
[+] EncryptedPartsBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
EncryptedPartsBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'EncryptedPartsBuilder' class.
EncryptedPartsBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'EncryptedPartsBuilder' class.
EncryptedPartsBuilder.EncryptedPartsBuilder ( )This constructor is from 'EncryptedPartsBuilder' class.
EncryptedPartsBuilder.getKnownElements ( )This method is from 'EncryptedPartsBuilder' class.
[+] HttpsTokenBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
HttpsTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'HttpsTokenBuilder' class.
HttpsTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'HttpsTokenBuilder' class.
HttpsTokenBuilder.getKnownElements ( )This method is from 'HttpsTokenBuilder' class.
HttpsTokenBuilder.HttpsTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'HttpsTokenBuilder' class.
[+] InitiatorEncryptionTokenBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
InitiatorEncryptionTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'InitiatorEncryptionTokenBuilder' class.
InitiatorEncryptionTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'InitiatorEncryptionTokenBuilder' class.
InitiatorEncryptionTokenBuilder.getKnownElements ( )This method is from 'InitiatorEncryptionTokenBuilder' class.
InitiatorEncryptionTokenBuilder.InitiatorEncryptionTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'InitiatorEncryptionTokenBuilder' class.
[+] InitiatorSignatureTokenBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
InitiatorSignatureTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'InitiatorSignatureTokenBuilder' class.
InitiatorSignatureTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'InitiatorSignatureTokenBuilder' class.
InitiatorSignatureTokenBuilder.getKnownElements ( )This method is from 'InitiatorSignatureTokenBuilder' class.
InitiatorSignatureTokenBuilder.InitiatorSignatureTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'InitiatorSignatureTokenBuilder' class.
[+] InitiatorTokenBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
InitiatorTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'InitiatorTokenBuilder' class.
InitiatorTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'InitiatorTokenBuilder' class.
InitiatorTokenBuilder.getKnownElements ( )This method is from 'InitiatorTokenBuilder' class.
InitiatorTokenBuilder.InitiatorTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'InitiatorTokenBuilder' class.
[+] IssuedTokenBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
IssuedTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'IssuedTokenBuilder' class.
IssuedTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'IssuedTokenBuilder' class.
IssuedTokenBuilder.getKnownElements ( )This method is from 'IssuedTokenBuilder' class.
IssuedTokenBuilder.IssuedTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'IssuedTokenBuilder' class.
[+] KerberosTokenBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
KerberosTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'KerberosTokenBuilder' class.
KerberosTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'KerberosTokenBuilder' class.
KerberosTokenBuilder.getKnownElements ( )This method is from 'KerberosTokenBuilder' class.
KerberosTokenBuilder.KerberosTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'KerberosTokenBuilder' class.
[+] KeyValueTokenBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
KeyValueTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'KeyValueTokenBuilder' class.
KeyValueTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'KeyValueTokenBuilder' class.
KeyValueTokenBuilder.getKnownElements ( )This method is from 'KeyValueTokenBuilder' class.
KeyValueTokenBuilder.KeyValueTokenBuilder ( )This constructor is from 'KeyValueTokenBuilder' class.
[+] LayoutBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
LayoutBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'LayoutBuilder' class.
LayoutBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'LayoutBuilder' class.
LayoutBuilder.getKnownElements ( )This method is from 'LayoutBuilder' class.
LayoutBuilder.LayoutBuilder ( )This constructor is from 'LayoutBuilder' class.
LayoutBuilder.processAlternative ( org.w3c.dom.Element element, org.apache.cxf.ws.security.policy.model.Layout parent, org.apache.cxf.ws.security.policy.SPConstants consts )This method is from 'LayoutBuilder' class.
[+] ProtectionTokenBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ProtectionTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'ProtectionTokenBuilder' class.
ProtectionTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'ProtectionTokenBuilder' class.
ProtectionTokenBuilder.getKnownElements ( )This method is from 'ProtectionTokenBuilder' class.
ProtectionTokenBuilder.ProtectionTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'ProtectionTokenBuilder' class.
[+] RecipientEncryptionTokenBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
RecipientEncryptionTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'RecipientEncryptionTokenBuilder' class.
RecipientEncryptionTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'RecipientEncryptionTokenBuilder' class.
RecipientEncryptionTokenBuilder.getKnownElements ( )This method is from 'RecipientEncryptionTokenBuilder' class.
RecipientEncryptionTokenBuilder.RecipientEncryptionTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'RecipientEncryptionTokenBuilder' class.
[+] RecipientSignatureTokenBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
RecipientSignatureTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'RecipientSignatureTokenBuilder' class.
RecipientSignatureTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'RecipientSignatureTokenBuilder' class.
RecipientSignatureTokenBuilder.getKnownElements ( )This method is from 'RecipientSignatureTokenBuilder' class.
RecipientSignatureTokenBuilder.RecipientSignatureTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'RecipientSignatureTokenBuilder' class.
[+] RecipientTokenBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
RecipientTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'RecipientTokenBuilder' class.
RecipientTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'RecipientTokenBuilder' class.
RecipientTokenBuilder.getKnownElements ( )This method is from 'RecipientTokenBuilder' class.
RecipientTokenBuilder.RecipientTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'RecipientTokenBuilder' class.
[+] RequiredElementsBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
RequiredElementsBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'RequiredElementsBuilder' class.
RequiredElementsBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'RequiredElementsBuilder' class.
RequiredElementsBuilder.getKnownElements ( )This method is from 'RequiredElementsBuilder' class.
RequiredElementsBuilder.RequiredElementsBuilder ( )This constructor is from 'RequiredElementsBuilder' class.
[+] RequiredPartsBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
RequiredPartsBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'RequiredPartsBuilder' class.
RequiredPartsBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'RequiredPartsBuilder' class.
RequiredPartsBuilder.getKnownElements ( )This method is from 'RequiredPartsBuilder' class.
RequiredPartsBuilder.RequiredPartsBuilder ( )This constructor is from 'RequiredPartsBuilder' class.
[+] SamlTokenBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SamlTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'SamlTokenBuilder' class.
SamlTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'SamlTokenBuilder' class.
SamlTokenBuilder.getKnownElements ( )This method is from 'SamlTokenBuilder' class.
SamlTokenBuilder.SamlTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'SamlTokenBuilder' class.
[+] SecureConversationTokenBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SecureConversationTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'SecureConversationTokenBuilder' class.
SecureConversationTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'SecureConversationTokenBuilder' class.
SecureConversationTokenBuilder.getKnownElements ( )This method is from 'SecureConversationTokenBuilder' class.
SecureConversationTokenBuilder.SecureConversationTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'SecureConversationTokenBuilder' class.
[+] SecurityContextTokenBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SecurityContextTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'SecurityContextTokenBuilder' class.
SecurityContextTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'SecurityContextTokenBuilder' class.
SecurityContextTokenBuilder.getKnownElements ( )This method is from 'SecurityContextTokenBuilder' class.
SecurityContextTokenBuilder.SecurityContextTokenBuilder ( )This constructor is from 'SecurityContextTokenBuilder' class.
[+] SignedElementsBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SignedElementsBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'SignedElementsBuilder' class.
SignedElementsBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'SignedElementsBuilder' class.
SignedElementsBuilder.getKnownElements ( )This method is from 'SignedElementsBuilder' class.
SignedElementsBuilder.SignedElementsBuilder ( )This constructor is from 'SignedElementsBuilder' class.
[+] SignedPartsBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SignedPartsBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'SignedPartsBuilder' class.
SignedPartsBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'SignedPartsBuilder' class.
SignedPartsBuilder.getKnownElements ( )This method is from 'SignedPartsBuilder' class.
SignedPartsBuilder.SignedPartsBuilder ( )This constructor is from 'SignedPartsBuilder' class.
[+] SpnegoContextTokenBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SpnegoContextTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'SpnegoContextTokenBuilder' class.
SpnegoContextTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'SpnegoContextTokenBuilder' class.
SpnegoContextTokenBuilder.getKnownElements ( )This method is from 'SpnegoContextTokenBuilder' class.
SpnegoContextTokenBuilder.SpnegoContextTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'SpnegoContextTokenBuilder' class.
[+] SupportingTokens12Builder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SupportingTokens12Builder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'SupportingTokens12Builder' class.
SupportingTokens12Builder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'SupportingTokens12Builder' class.
SupportingTokens12Builder.getKnownElements ( )This method is from 'SupportingTokens12Builder' class.
SupportingTokens12Builder.SupportingTokens12Builder ( org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'SupportingTokens12Builder' class.
[+] SupportingTokensBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SupportingTokensBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'SupportingTokensBuilder' class.
SupportingTokensBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'SupportingTokensBuilder' class.
SupportingTokensBuilder.getKnownElements ( )This method is from 'SupportingTokensBuilder' class.
SupportingTokensBuilder.SupportingTokensBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'SupportingTokensBuilder' class.
[+] SymmetricBindingBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SymmetricBindingBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'SymmetricBindingBuilder' class.
SymmetricBindingBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'SymmetricBindingBuilder' class.
SymmetricBindingBuilder.getKnownElements ( )This method is from 'SymmetricBindingBuilder' class.
SymmetricBindingBuilder.SymmetricBindingBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'SymmetricBindingBuilder' class.
[+] TransportBindingBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TransportBindingBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'TransportBindingBuilder' class.
TransportBindingBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'TransportBindingBuilder' class.
TransportBindingBuilder.getKnownElements ( )This method is from 'TransportBindingBuilder' class.
TransportBindingBuilder.TransportBindingBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b, org.apache.cxf.Bus bus )This constructor is from 'TransportBindingBuilder' class.
[+] TransportTokenBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TransportTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'TransportTokenBuilder' class.
TransportTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'TransportTokenBuilder' class.
TransportTokenBuilder.getKnownElements ( )This method is from 'TransportTokenBuilder' class.
TransportTokenBuilder.TransportTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'TransportTokenBuilder' class.
[+] Trust10Builder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Trust10Builder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'Trust10Builder' class.
Trust10Builder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'Trust10Builder' class.
Trust10Builder.getKnownElements ( )This method is from 'Trust10Builder' class.
Trust10Builder.Trust10Builder ( )This constructor is from 'Trust10Builder' class.
[+] Trust13Builder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Trust13Builder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'Trust13Builder' class.
Trust13Builder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'Trust13Builder' class.
Trust13Builder.getKnownElements ( )This method is from 'Trust13Builder' class.
Trust13Builder.Trust13Builder ( )This constructor is from 'Trust13Builder' class.
[+] UsernameTokenBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
UsernameTokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'UsernameTokenBuilder' class.
UsernameTokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'UsernameTokenBuilder' class.
UsernameTokenBuilder.getKnownElements ( )This method is from 'UsernameTokenBuilder' class.
UsernameTokenBuilder.UsernameTokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'UsernameTokenBuilder' class.
[+] WSS10Builder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
WSS10Builder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'WSS10Builder' class.
WSS10Builder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'WSS10Builder' class.
WSS10Builder.getKnownElements ( )This method is from 'WSS10Builder' class.
WSS10Builder.WSS10Builder ( )This constructor is from 'WSS10Builder' class.
[+] WSS11Builder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
WSS11Builder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'WSS11Builder' class.
WSS11Builder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'WSS11Builder' class.
WSS11Builder.getKnownElements ( )This method is from 'WSS11Builder' class.
WSS11Builder.WSS11Builder ( )This constructor is from 'WSS11Builder' class.
[+] X509TokenBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
X509TokenBuilder.build ( Object x0, org.apache.neethi.AssertionBuilderFactory x1 )This method is from 'X509TokenBuilder' class.
X509TokenBuilder.build ( org.w3c.dom.Element element, org.apache.neethi.AssertionBuilderFactory factory )This method is from 'X509TokenBuilder' class.
X509TokenBuilder.getKnownElements ( )This method is from 'X509TokenBuilder' class.
X509TokenBuilder.X509TokenBuilder ( org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'X509TokenBuilder' class.
package org.apache.cxf.ws.security.policy.custom
[+] AlgorithmSuiteLoader (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
AlgorithmSuiteLoader.getAlgorithmSuite ( org.w3c.dom.Element p1, org.apache.cxf.ws.security.policy.SPConstants p2 )This abstract method is from 'AlgorithmSuiteLoader' interface.
[+] DefaultAlgorithmSuiteLoader (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
DefaultAlgorithmSuiteLoader.DefaultAlgorithmSuiteLoader ( )This constructor is from 'DefaultAlgorithmSuiteLoader' class.
DefaultAlgorithmSuiteLoader.getAlgorithmSuite ( org.w3c.dom.Element policyElement, org.apache.cxf.ws.security.policy.SPConstants consts )This method is from 'DefaultAlgorithmSuiteLoader' class.
package org.apache.cxf.ws.security.policy.interceptors
[+] HttpsTokenInterceptorProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
HttpsTokenInterceptorProvider.HttpsTokenInterceptorProvider ( )This constructor is from 'HttpsTokenInterceptorProvider' class.
[+] IssuedTokenInterceptorProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
IssuedTokenInterceptorProvider.IssuedTokenInterceptorProvider ( )This constructor is from 'IssuedTokenInterceptorProvider' class.
[+] KerberosTokenInterceptorProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
KerberosTokenInterceptorProvider.KerberosTokenInterceptorProvider ( )This constructor is from 'KerberosTokenInterceptorProvider' class.
[+] SamlTokenInterceptorProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
SamlTokenInterceptorProvider.SamlTokenInterceptorProvider ( )This constructor is from 'SamlTokenInterceptorProvider' class.
[+] SecureConversationInInterceptor.SecureConversationSTSInvoker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
SecureConversationInInterceptor.SecureConversationSTSInvoker.SecureConversationInInterceptor.SecureConversationSTSInvoker ( SecureConversationInInterceptor p1 )This constructor is from 'SecureConversationInInterceptor.SecureConversationSTSInvoker' class.
[+] SecureConversationTokenInterceptorProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
SecureConversationTokenInterceptorProvider.SecureConversationTokenInterceptorProvider ( )This constructor is from 'SecureConversationTokenInterceptorProvider' class.
[+] SpnegoContextTokenInInterceptor.SpnegoSTSInvoker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
SpnegoContextTokenInInterceptor.SpnegoSTSInvoker.SpnegoContextTokenInInterceptor.SpnegoSTSInvoker ( SpnegoContextTokenInInterceptor p1 )This constructor is from 'SpnegoContextTokenInInterceptor.SpnegoSTSInvoker' class.
[+] SpnegoTokenInterceptorProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
SpnegoTokenInterceptorProvider.SpnegoTokenInterceptorProvider ( )This constructor is from 'SpnegoTokenInterceptorProvider' class.
[+] UsernameTokenInterceptorProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
UsernameTokenInterceptorProvider.UsernameTokenInterceptorProvider ( )This constructor is from 'UsernameTokenInterceptorProvider' class.
UsernameTokenInterceptorProvider.UsernameTokenInterceptorProvider ( org.apache.cxf.Bus bus )This constructor is from 'UsernameTokenInterceptorProvider' class.
UsernameTokenInterceptorProvider.UsernameTokenInterceptorProvider ( org.apache.cxf.ws.security.wss4j.UsernameTokenInterceptor inInterceptor )This constructor is from 'UsernameTokenInterceptorProvider' class.
[+] WSSecurityInterceptorProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
WSSecurityInterceptorProvider.WSSecurityInterceptorProvider ( )This constructor is from 'WSSecurityInterceptorProvider' class.
[+] WSSecurityPolicyInterceptorProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
WSSecurityPolicyInterceptorProvider.WSSecurityPolicyInterceptorProvider ( )This constructor is from 'WSSecurityPolicyInterceptorProvider' class.
package org.apache.cxf.ws.security.policy.model
[+] AbstractSecurityAssertion (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
AbstractSecurityAssertion.AbstractSecurityAssertion ( org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'AbstractSecurityAssertion' abstract class.
AbstractSecurityAssertion.equal ( org.apache.neethi.PolicyComponent policyComponent )This method is from 'AbstractSecurityAssertion' abstract class.
AbstractSecurityAssertion.getSPConstants ( )This method is from 'AbstractSecurityAssertion' abstract class.
AbstractSecurityAssertion.getType ( )This method is from 'AbstractSecurityAssertion' abstract class.
AbstractSecurityAssertion.isIgnorable ( )This method is from 'AbstractSecurityAssertion' abstract class.
AbstractSecurityAssertion.isNormalized ( )This method is from 'AbstractSecurityAssertion' abstract class.
AbstractSecurityAssertion.isOptional ( )This method is from 'AbstractSecurityAssertion' abstract class.
AbstractSecurityAssertion.normalize ( )This method is from 'AbstractSecurityAssertion' abstract class.
AbstractSecurityAssertion.setIgnorable ( boolean ignorable )This method is from 'AbstractSecurityAssertion' abstract class.
AbstractSecurityAssertion.setNormalized ( boolean normalized )This method is from 'AbstractSecurityAssertion' abstract class.
AbstractSecurityAssertion.setOptional ( boolean optional )This method is from 'AbstractSecurityAssertion' abstract class.
[+] AlgorithmSuite (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (30)
AlgorithmSuite.AlgorithmSuite ( )This constructor is from 'AlgorithmSuite' class.
AlgorithmSuite.AlgorithmSuite ( org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'AlgorithmSuite' class.
AlgorithmSuite.getAsymmetricKeyWrap ( )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.getAsymmetricSignature ( )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.getComputedKey ( )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.getDigest ( )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.getEncryption ( )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.getEncryptionDerivedKeyLength ( )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.getEncryptionKeyDerivation ( )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.getInclusiveC14n ( )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.getMaximumAsymmetricKeyLength ( )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.getMaximumSymmetricKeyLength ( )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.getMinimumAsymmetricKeyLength ( )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.getMinimumSymmetricKeyLength ( )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.getName ( )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.getRealName ( )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.getSignatureDerivedKeyLength ( )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.getSignatureKeyDerivation ( )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.getSoapNormalization ( )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.getStrTransform ( )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.getSymmetricKeyWrap ( )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.getSymmetricSignature ( )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.getXPath ( )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.setAlgorithmSuite ( String algoSuite )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.setAsymmetricKeyWrap ( String asymmetricKeyWrap )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.setC14n ( String c14n )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.setSoapNormalization ( String soapNormalization )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.setStrTransform ( String strTransform )This method is from 'AlgorithmSuite' class.
AlgorithmSuite.setXPath ( String path )This method is from 'AlgorithmSuite' class.
[+] AlgorithmWrapper (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
AlgorithmWrapper.setAlgorithmSuite ( AlgorithmSuite p1 )This abstract method is from 'AlgorithmWrapper' interface.
[+] AsymmetricBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (18)
AsymmetricBinding.AsymmetricBinding ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'AsymmetricBinding' class.
AsymmetricBinding.getInitiatorEncryptionToken ( )This method is from 'AsymmetricBinding' class.
AsymmetricBinding.getInitiatorSignatureToken ( )This method is from 'AsymmetricBinding' class.
AsymmetricBinding.getInitiatorToken ( )This method is from 'AsymmetricBinding' class.
AsymmetricBinding.getName ( )This method is from 'AsymmetricBinding' class.
AsymmetricBinding.getPolicy ( )This method is from 'AsymmetricBinding' class.
AsymmetricBinding.getRealName ( )This method is from 'AsymmetricBinding' class.
AsymmetricBinding.getRecipientEncryptionToken ( )This method is from 'AsymmetricBinding' class.
AsymmetricBinding.getRecipientSignatureToken ( )This method is from 'AsymmetricBinding' class.
AsymmetricBinding.getRecipientToken ( )This method is from 'AsymmetricBinding' class.
AsymmetricBinding.normalize ( )This method is from 'AsymmetricBinding' class.
AsymmetricBinding.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'AsymmetricBinding' class.
AsymmetricBinding.setInitiatorEncryptionToken ( InitiatorEncryptionToken initiatorEncryptionToken )This method is from 'AsymmetricBinding' class.
AsymmetricBinding.setInitiatorSignatureToken ( InitiatorSignatureToken initiatorSignatureToken )This method is from 'AsymmetricBinding' class.
AsymmetricBinding.setInitiatorToken ( InitiatorToken initiatorToken )This method is from 'AsymmetricBinding' class.
AsymmetricBinding.setRecipientEncryptionToken ( RecipientEncryptionToken recipientEncryptionToken )This method is from 'AsymmetricBinding' class.
AsymmetricBinding.setRecipientSignatureToken ( RecipientSignatureToken recipientSignatureToken )This method is from 'AsymmetricBinding' class.
AsymmetricBinding.setRecipientToken ( RecipientToken recipientToken )This method is from 'AsymmetricBinding' class.
[+] Binding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
Binding.Binding ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'Binding' abstract class.
Binding.getAlgorithmSuite ( )This method is from 'Binding' abstract class.
Binding.getLayout ( )This method is from 'Binding' abstract class.
Binding.getSignedEndorsingSupportingTokens ( )This method is from 'Binding' abstract class.
Binding.getSignedSupportingToken ( )This method is from 'Binding' abstract class.
Binding.isIncludeTimestamp ( )This method is from 'Binding' abstract class.
Binding.isTokenProtection ( )This method is from 'Binding' abstract class.
Binding.setAlgorithmSuite ( AlgorithmSuite algorithmSuite )This method is from 'Binding' abstract class.
Binding.setIncludeTimestamp ( boolean includeTimestamp )This method is from 'Binding' abstract class.
Binding.setLayout ( Layout layout )This method is from 'Binding' abstract class.
Binding.setSignedEndorsingSupportingTokens ( SupportingToken signedEndorsingSupportingTokens )This method is from 'Binding' abstract class.
Binding.setSignedSupportingToken ( SupportingToken signedSupportingToken )This method is from 'Binding' abstract class.
Binding.setTokenProtection ( boolean tokenProtection )This method is from 'Binding' abstract class.
[+] ContentEncryptedElements (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
ContentEncryptedElements.addDeclaredNamespaces ( String uri, String prefix )This method is from 'ContentEncryptedElements' class.
ContentEncryptedElements.addXPathExpression ( String expr )This method is from 'ContentEncryptedElements' class.
ContentEncryptedElements.ContentEncryptedElements ( org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'ContentEncryptedElements' class.
ContentEncryptedElements.getDeclaredNamespaces ( )This method is from 'ContentEncryptedElements' class.
ContentEncryptedElements.getName ( )This method is from 'ContentEncryptedElements' class.
ContentEncryptedElements.getRealName ( )This method is from 'ContentEncryptedElements' class.
ContentEncryptedElements.getXPathExpressions ( )This method is from 'ContentEncryptedElements' class.
ContentEncryptedElements.getXPathVersion ( )This method is from 'ContentEncryptedElements' class.
ContentEncryptedElements.normalize ( )This method is from 'ContentEncryptedElements' class.
ContentEncryptedElements.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'ContentEncryptedElements' class.
ContentEncryptedElements.setXPathVersion ( String pathVersion )This method is from 'ContentEncryptedElements' class.
[+] EncryptionToken (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
EncryptionToken.EncryptionToken ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'EncryptionToken' class.
EncryptionToken.getEncryptionToken ( )This method is from 'EncryptionToken' class.
EncryptionToken.getName ( )This method is from 'EncryptionToken' class.
EncryptionToken.getRealName ( )This method is from 'EncryptionToken' class.
EncryptionToken.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'EncryptionToken' class.
EncryptionToken.setEncryptionToken ( Token encryptionToken )This method is from 'EncryptionToken' class.
[+] Header (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
Header.getName ( )This method is from 'Header' class.
Header.getNamespace ( )This method is from 'Header' class.
Header.getQName ( )This method is from 'Header' class.
Header.Header ( String nm, String ns )This constructor is from 'Header' class.
[+] HttpsToken (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
HttpsToken.getName ( )This method is from 'HttpsToken' class.
HttpsToken.getRealName ( )This method is from 'HttpsToken' class.
HttpsToken.HttpsToken ( org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'HttpsToken' class.
HttpsToken.isHttpBasicAuthentication ( )This method is from 'HttpsToken' class.
HttpsToken.isHttpDigestAuthentication ( )This method is from 'HttpsToken' class.
HttpsToken.isRequireClientCertificate ( )This method is from 'HttpsToken' class.
HttpsToken.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'HttpsToken' class.
HttpsToken.setHttpBasicAuthentication ( boolean httpBasicAuthentication )This method is from 'HttpsToken' class.
HttpsToken.setHttpDigestAuthentication ( boolean httpDigestAuthentication )This method is from 'HttpsToken' class.
HttpsToken.setRequireClientCertificate ( boolean requireClientCertificate )This method is from 'HttpsToken' class.
[+] InitiatorEncryptionToken (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
InitiatorEncryptionToken.getInitiatorEncryptionToken ( )This method is from 'InitiatorEncryptionToken' class.
InitiatorEncryptionToken.getName ( )This method is from 'InitiatorEncryptionToken' class.
InitiatorEncryptionToken.getRealName ( )This method is from 'InitiatorEncryptionToken' class.
InitiatorEncryptionToken.InitiatorEncryptionToken ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'InitiatorEncryptionToken' class.
InitiatorEncryptionToken.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'InitiatorEncryptionToken' class.
InitiatorEncryptionToken.setInitiatorEncryptionToken ( Token initiatorEncryptionToken )This method is from 'InitiatorEncryptionToken' class.
[+] InitiatorSignatureToken (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
InitiatorSignatureToken.getInitiatorSignatureToken ( )This method is from 'InitiatorSignatureToken' class.
InitiatorSignatureToken.getName ( )This method is from 'InitiatorSignatureToken' class.
InitiatorSignatureToken.getRealName ( )This method is from 'InitiatorSignatureToken' class.
InitiatorSignatureToken.InitiatorSignatureToken ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'InitiatorSignatureToken' class.
InitiatorSignatureToken.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'InitiatorSignatureToken' class.
InitiatorSignatureToken.setInitiatorSignatureToken ( Token initiatorSignatureToken )This method is from 'InitiatorSignatureToken' class.
[+] InitiatorToken (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
InitiatorToken.getInitiatorToken ( )This method is from 'InitiatorToken' class.
InitiatorToken.getName ( )This method is from 'InitiatorToken' class.
InitiatorToken.getRealName ( )This method is from 'InitiatorToken' class.
InitiatorToken.InitiatorToken ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'InitiatorToken' class.
InitiatorToken.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'InitiatorToken' class.
InitiatorToken.setInitiatorToken ( Token initiatorToken )This method is from 'InitiatorToken' class.
[+] IssuedToken (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
IssuedToken.getIssuerEpr ( )This method is from 'IssuedToken' class.
IssuedToken.getName ( )This method is from 'IssuedToken' class.
IssuedToken.getRealName ( )This method is from 'IssuedToken' class.
IssuedToken.getRstTemplate ( )This method is from 'IssuedToken' class.
IssuedToken.isRequireExternalReference ( )This method is from 'IssuedToken' class.
IssuedToken.isRequireInternalReference ( )This method is from 'IssuedToken' class.
IssuedToken.IssuedToken ( org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'IssuedToken' class.
IssuedToken.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'IssuedToken' class.
IssuedToken.setIssuerEpr ( org.apache.cxf.ws.addressing.EndpointReferenceType issuerEpr )This method is from 'IssuedToken' class.
IssuedToken.setRequireExternalReference ( boolean requireExternalReference )This method is from 'IssuedToken' class.
IssuedToken.setRequireInternalReference ( boolean requireInternalReference )This method is from 'IssuedToken' class.
IssuedToken.setRstTemplate ( org.w3c.dom.Element rstTemplate )This method is from 'IssuedToken' class.
[+] KerberosToken (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
KerberosToken.getName ( )This method is from 'KerberosToken' class.
KerberosToken.isGssV5ApReqToken11 ( )This method is from 'KerberosToken' class.
KerberosToken.isRequireKeyIdentifierReference ( )This method is from 'KerberosToken' class.
KerberosToken.isV5ApReqToken11 ( )This method is from 'KerberosToken' class.
KerberosToken.KerberosToken ( org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'KerberosToken' class.
KerberosToken.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'KerberosToken' class.
KerberosToken.setGssV5ApReqToken11 ( boolean gssV5ApReqToken11 )This method is from 'KerberosToken' class.
KerberosToken.setRequireKeyIdentifierReference ( boolean requireKeyIdentifierReference )This method is from 'KerberosToken' class.
KerberosToken.setV5ApReqToken11 ( boolean v5ApReqToken11 )This method is from 'KerberosToken' class.
[+] KeyValueToken (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
KeyValueToken.getName ( )This method is from 'KeyValueToken' class.
KeyValueToken.isForceRsaKeyValue ( )This method is from 'KeyValueToken' class.
KeyValueToken.KeyValueToken ( org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'KeyValueToken' class.
KeyValueToken.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'KeyValueToken' class.
KeyValueToken.setForceRsaKeyValue ( boolean b )This method is from 'KeyValueToken' class.
[+] Layout (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
Layout.getName ( )This method is from 'Layout' class.
Layout.getRealName ( )This method is from 'Layout' class.
Layout.getValue ( )This method is from 'Layout' class.
Layout.Layout ( org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'Layout' class.
Layout.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'Layout' class.
Layout.setValue ( org.apache.cxf.ws.security.policy.SPConstants.Layout value )This method is from 'Layout' class.
[+] ProtectionToken (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
ProtectionToken.getName ( )This method is from 'ProtectionToken' class.
ProtectionToken.getProtectionToken ( )This method is from 'ProtectionToken' class.
ProtectionToken.getRealName ( )This method is from 'ProtectionToken' class.
ProtectionToken.ProtectionToken ( org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'ProtectionToken' class.
ProtectionToken.ProtectionToken ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'ProtectionToken' class.
ProtectionToken.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'ProtectionToken' class.
ProtectionToken.setProtectionToken ( Token protectionToken )This method is from 'ProtectionToken' class.
[+] RecipientEncryptionToken (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
RecipientEncryptionToken.getName ( )This method is from 'RecipientEncryptionToken' class.
RecipientEncryptionToken.getRealName ( )This method is from 'RecipientEncryptionToken' class.
RecipientEncryptionToken.getRecipientEncryptionToken ( )This method is from 'RecipientEncryptionToken' class.
RecipientEncryptionToken.RecipientEncryptionToken ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'RecipientEncryptionToken' class.
RecipientEncryptionToken.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'RecipientEncryptionToken' class.
RecipientEncryptionToken.setRecipientEncryptionToken ( Token recipientEncryptionToken )This method is from 'RecipientEncryptionToken' class.
[+] RecipientSignatureToken (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
RecipientSignatureToken.getName ( )This method is from 'RecipientSignatureToken' class.
RecipientSignatureToken.getRealName ( )This method is from 'RecipientSignatureToken' class.
RecipientSignatureToken.getRecipientSignatureToken ( )This method is from 'RecipientSignatureToken' class.
RecipientSignatureToken.RecipientSignatureToken ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'RecipientSignatureToken' class.
RecipientSignatureToken.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'RecipientSignatureToken' class.
RecipientSignatureToken.setRecipientSignatureToken ( Token recipientSignatureToken )This method is from 'RecipientSignatureToken' class.
[+] RecipientToken (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
RecipientToken.getName ( )This method is from 'RecipientToken' class.
RecipientToken.getRealName ( )This method is from 'RecipientToken' class.
RecipientToken.getRecipientToken ( )This method is from 'RecipientToken' class.
RecipientToken.RecipientToken ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'RecipientToken' class.
RecipientToken.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'RecipientToken' class.
RecipientToken.setRecipientToken ( Token recipientToken )This method is from 'RecipientToken' class.
[+] RequiredElements (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
RequiredElements.addDeclaredNamespaces ( String uri, String prefix )This method is from 'RequiredElements' class.
RequiredElements.addXPathExpression ( String expr )This method is from 'RequiredElements' class.
RequiredElements.getDeclaredNamespaces ( )This method is from 'RequiredElements' class.
RequiredElements.getName ( )This method is from 'RequiredElements' class.
RequiredElements.getRealName ( )This method is from 'RequiredElements' class.
RequiredElements.getXPathExpressions ( )This method is from 'RequiredElements' class.
RequiredElements.getXPathVersion ( )This method is from 'RequiredElements' class.
RequiredElements.normalize ( )This method is from 'RequiredElements' class.
RequiredElements.RequiredElements ( org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'RequiredElements' class.
RequiredElements.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'RequiredElements' class.
RequiredElements.setXPathVersion ( String pathVersion )This method is from 'RequiredElements' class.
[+] RequiredParts (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
RequiredParts.addHeader ( Header header )This method is from 'RequiredParts' class.
RequiredParts.getHeaders ( )This method is from 'RequiredParts' class.
RequiredParts.getName ( )This method is from 'RequiredParts' class.
RequiredParts.getRealName ( )This method is from 'RequiredParts' class.
RequiredParts.normalize ( )This method is from 'RequiredParts' class.
RequiredParts.RequiredParts ( org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'RequiredParts' class.
RequiredParts.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'RequiredParts' class.
[+] SamlToken (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
SamlToken.getName ( )This method is from 'SamlToken' class.
SamlToken.isRequireKeyIdentifierReference ( )This method is from 'SamlToken' class.
SamlToken.isUseSamlVersion11Profile10 ( )This method is from 'SamlToken' class.
SamlToken.isUseSamlVersion11Profile11 ( )This method is from 'SamlToken' class.
SamlToken.isUseSamlVersion20Profile11 ( )This method is from 'SamlToken' class.
SamlToken.SamlToken ( org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'SamlToken' class.
SamlToken.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'SamlToken' class.
SamlToken.setRequireKeyIdentifierReference ( boolean requireKeyIdentifierReference )This method is from 'SamlToken' class.
SamlToken.setUseSamlVersion11Profile10 ( boolean useSamlVersion11Profile10 )This method is from 'SamlToken' class.
SamlToken.setUseSamlVersion11Profile11 ( boolean useSamlVersion11Profile11 )This method is from 'SamlToken' class.
SamlToken.setUseSamlVersion20Profile11 ( boolean useSamlVersion20Profile11 )This method is from 'SamlToken' class.
[+] SecureConversationToken (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
SecureConversationToken.getBootstrapPolicy ( )This method is from 'SecureConversationToken' class.
SecureConversationToken.getIssuerEpr ( )This method is from 'SecureConversationToken' class.
SecureConversationToken.getName ( )This method is from 'SecureConversationToken' class.
SecureConversationToken.getRealName ( )This method is from 'SecureConversationToken' class.
SecureConversationToken.SecureConversationToken ( )This constructor is from 'SecureConversationToken' class.
SecureConversationToken.SecureConversationToken ( org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'SecureConversationToken' class.
SecureConversationToken.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'SecureConversationToken' class.
SecureConversationToken.setBootstrapPolicy ( org.apache.neethi.Policy bootstrapPolicy )This method is from 'SecureConversationToken' class.
SecureConversationToken.setIssuerEpr ( org.w3c.dom.Element issuerEpr )This method is from 'SecureConversationToken' class.
[+] SecurityContextToken (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
SecurityContextToken.getName ( )This method is from 'SecurityContextToken' class.
SecurityContextToken.getRealName ( )This method is from 'SecurityContextToken' class.
SecurityContextToken.isRequireExternalUriRef ( )This method is from 'SecurityContextToken' class.
SecurityContextToken.isSc10SecurityContextToken ( )This method is from 'SecurityContextToken' class.
SecurityContextToken.isSc13SecurityContextToken ( )This method is from 'SecurityContextToken' class.
SecurityContextToken.SecurityContextToken ( org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'SecurityContextToken' class.
SecurityContextToken.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'SecurityContextToken' class.
SecurityContextToken.setRequireExternalUriRef ( boolean requireExternalUriRef )This method is from 'SecurityContextToken' class.
SecurityContextToken.setSc10SecurityContextToken ( boolean sc10SecurityContextToken )This method is from 'SecurityContextToken' class.
SecurityContextToken.setSc13SecurityContextToken ( boolean sc13SecurityContextToken )This method is from 'SecurityContextToken' class.
[+] SignatureToken (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
SignatureToken.getName ( )This method is from 'SignatureToken' class.
SignatureToken.getRealName ( )This method is from 'SignatureToken' class.
SignatureToken.getSignatureToken ( )This method is from 'SignatureToken' class.
SignatureToken.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'SignatureToken' class.
SignatureToken.setSignatureToken ( Token signatureToken )This method is from 'SignatureToken' class.
SignatureToken.SignatureToken ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'SignatureToken' class.
[+] SignedEncryptedElements (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
SignedEncryptedElements.addDeclaredNamespaces ( String uri, String prefix )This method is from 'SignedEncryptedElements' class.
SignedEncryptedElements.addXPathExpression ( String expr )This method is from 'SignedEncryptedElements' class.
SignedEncryptedElements.getDeclaredNamespaces ( )This method is from 'SignedEncryptedElements' class.
SignedEncryptedElements.getName ( )This method is from 'SignedEncryptedElements' class.
SignedEncryptedElements.getRealName ( )This method is from 'SignedEncryptedElements' class.
SignedEncryptedElements.getXPathExpressions ( )This method is from 'SignedEncryptedElements' class.
SignedEncryptedElements.getXPathVersion ( )This method is from 'SignedEncryptedElements' class.
SignedEncryptedElements.isSignedElements ( )This method is from 'SignedEncryptedElements' class.
SignedEncryptedElements.isSignedElemets ( )This method is from 'SignedEncryptedElements' class.
SignedEncryptedElements.normalize ( )This method is from 'SignedEncryptedElements' class.
SignedEncryptedElements.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'SignedEncryptedElements' class.
SignedEncryptedElements.setXPathVersion ( String pathVersion )This method is from 'SignedEncryptedElements' class.
SignedEncryptedElements.SignedEncryptedElements ( boolean signedElements, org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'SignedEncryptedElements' class.
[+] SignedEncryptedParts (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
SignedEncryptedParts.addHeader ( Header header )This method is from 'SignedEncryptedParts' class.
SignedEncryptedParts.getHeaders ( )This method is from 'SignedEncryptedParts' class.
SignedEncryptedParts.getName ( )This method is from 'SignedEncryptedParts' class.
SignedEncryptedParts.getRealName ( )This method is from 'SignedEncryptedParts' class.
SignedEncryptedParts.isAttachments ( )This method is from 'SignedEncryptedParts' class.
SignedEncryptedParts.isBody ( )This method is from 'SignedEncryptedParts' class.
SignedEncryptedParts.isSignedParts ( )This method is from 'SignedEncryptedParts' class.
SignedEncryptedParts.normalize ( )This method is from 'SignedEncryptedParts' class.
SignedEncryptedParts.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'SignedEncryptedParts' class.
SignedEncryptedParts.setAttachments ( boolean attachments )This method is from 'SignedEncryptedParts' class.
SignedEncryptedParts.setBody ( boolean body )This method is from 'SignedEncryptedParts' class.
SignedEncryptedParts.SignedEncryptedParts ( boolean signedParts )This constructor is from 'SignedEncryptedParts' class.
SignedEncryptedParts.SignedEncryptedParts ( boolean signedParts, org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'SignedEncryptedParts' class.
[+] SpnegoContextToken (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SpnegoContextToken.getIssuerEpr ( )This method is from 'SpnegoContextToken' class.
SpnegoContextToken.getName ( )This method is from 'SpnegoContextToken' class.
SpnegoContextToken.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'SpnegoContextToken' class.
SpnegoContextToken.setIssuerEpr ( org.w3c.dom.Element issuerEpr )This method is from 'SpnegoContextToken' class.
SpnegoContextToken.SpnegoContextToken ( org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'SpnegoContextToken' class.
[+] SupportingToken (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (23)
SupportingToken.addToken ( Token token )This method is from 'SupportingToken' class.
SupportingToken.getAlgorithmSuite ( )This method is from 'SupportingToken' class.
SupportingToken.getEncryptedElements ( )This method is from 'SupportingToken' class.
SupportingToken.getEncryptedParts ( )This method is from 'SupportingToken' class.
SupportingToken.getName ( )This method is from 'SupportingToken' class.
SupportingToken.getPolicy ( )This method is from 'SupportingToken' class.
SupportingToken.getRealName ( )This method is from 'SupportingToken' class.
SupportingToken.getSignedElements ( )This method is from 'SupportingToken' class.
SupportingToken.getSignedParts ( )This method is from 'SupportingToken' class.
SupportingToken.getToken ( )This method is from 'SupportingToken' class.
SupportingToken.getTokens ( )This method is from 'SupportingToken' class.
SupportingToken.getTokenType ( )This method is from 'SupportingToken' class.
SupportingToken.getType ( )This method is from 'SupportingToken' class.
SupportingToken.isEncryptedToken ( )This method is from 'SupportingToken' class.
SupportingToken.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'SupportingToken' class.
SupportingToken.setAlgorithmSuite ( AlgorithmSuite algorithmSuite )This method is from 'SupportingToken' class.
SupportingToken.setEncryptedElements ( SignedEncryptedElements encryptedElements )This method is from 'SupportingToken' class.
SupportingToken.setEncryptedParts ( SignedEncryptedParts encryptedParts )This method is from 'SupportingToken' class.
SupportingToken.setSignedElements ( SignedEncryptedElements signedElements )This method is from 'SupportingToken' class.
SupportingToken.setSignedParts ( SignedEncryptedParts signedParts )This method is from 'SupportingToken' class.
SupportingToken.setToken ( Token tok )This method is from 'SupportingToken' class.
SupportingToken.setTokenType ( org.apache.cxf.ws.security.policy.SPConstants.SupportTokenType t )This method is from 'SupportingToken' class.
SupportingToken.SupportingToken ( org.apache.cxf.ws.security.policy.SPConstants.SupportTokenType type, org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'SupportingToken' class.
[+] SymmetricAsymmetricBindingBase (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
SymmetricAsymmetricBindingBase.getProtectionOrder ( )This method is from 'SymmetricAsymmetricBindingBase' abstract class.
SymmetricAsymmetricBindingBase.isEntireHeadersAndBodySignatures ( )This method is from 'SymmetricAsymmetricBindingBase' abstract class.
SymmetricAsymmetricBindingBase.isSignatureProtection ( )This method is from 'SymmetricAsymmetricBindingBase' abstract class.
SymmetricAsymmetricBindingBase.setEntireHeadersAndBodySignatures ( boolean entireHeaderAndBodySignatures )This method is from 'SymmetricAsymmetricBindingBase' abstract class.
SymmetricAsymmetricBindingBase.setProtectionOrder ( org.apache.cxf.ws.security.policy.SPConstants.ProtectionOrder protectionOrder )This method is from 'SymmetricAsymmetricBindingBase' abstract class.
SymmetricAsymmetricBindingBase.setSignatureProtection ( boolean signatureProtection )This method is from 'SymmetricAsymmetricBindingBase' abstract class.
SymmetricAsymmetricBindingBase.SymmetricAsymmetricBindingBase ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'SymmetricAsymmetricBindingBase' abstract class.
[+] SymmetricBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
SymmetricBinding.getEncryptionToken ( )This method is from 'SymmetricBinding' class.
SymmetricBinding.getName ( )This method is from 'SymmetricBinding' class.
SymmetricBinding.getPolicy ( )This method is from 'SymmetricBinding' class.
SymmetricBinding.getProtectionToken ( )This method is from 'SymmetricBinding' class.
SymmetricBinding.getRealName ( )This method is from 'SymmetricBinding' class.
SymmetricBinding.getSignatureToken ( )This method is from 'SymmetricBinding' class.
SymmetricBinding.normalize ( )This method is from 'SymmetricBinding' class.
SymmetricBinding.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'SymmetricBinding' class.
SymmetricBinding.setEncryptionToken ( EncryptionToken encryptionToken )This method is from 'SymmetricBinding' class.
SymmetricBinding.setProtectionToken ( ProtectionToken protectionToken )This method is from 'SymmetricBinding' class.
SymmetricBinding.setSignatureToken ( SignatureToken signatureToken )This method is from 'SymmetricBinding' class.
SymmetricBinding.SymmetricBinding ( org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'SymmetricBinding' class.
SymmetricBinding.SymmetricBinding ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'SymmetricBinding' class.
[+] Token (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
Token.getInclusion ( )This method is from 'Token' abstract class.
Token.getIssuerName ( )This method is from 'Token' abstract class.
Token.isDerivedKeys ( )This method is from 'Token' abstract class.
Token.isExplicitDerivedKeys ( )This method is from 'Token' abstract class.
Token.isImpliedDerivedKeys ( )This method is from 'Token' abstract class.
Token.setDerivedKeys ( boolean derivedKeys )This method is from 'Token' abstract class.
Token.setExplicitDerivedKeys ( boolean explicitDerivedKeys )This method is from 'Token' abstract class.
Token.setImpliedDerivedKeys ( boolean impliedDerivedKeys )This method is from 'Token' abstract class.
Token.setInclusion ( org.apache.cxf.ws.security.policy.SPConstants.IncludeTokenType inclusion )This method is from 'Token' abstract class.
Token.setIssuerName ( String issuerName )This method is from 'Token' abstract class.
Token.Token ( org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'Token' abstract class.
[+] TokenWrapper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
TokenWrapper.getPolicy ( )This method is from 'TokenWrapper' abstract class.
TokenWrapper.getToken ( )This method is from 'TokenWrapper' abstract class.
TokenWrapper.normalize ( )This method is from 'TokenWrapper' abstract class.
TokenWrapper.setToken ( Token tok )This method is from 'TokenWrapper' abstract class.
TokenWrapper.TokenWrapper ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'TokenWrapper' abstract class.
[+] TransportBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
TransportBinding.getName ( )This method is from 'TransportBinding' class.
TransportBinding.getPolicy ( )This method is from 'TransportBinding' class.
TransportBinding.getRealName ( )This method is from 'TransportBinding' class.
TransportBinding.getTransportToken ( )This method is from 'TransportBinding' class.
TransportBinding.normalize ( )This method is from 'TransportBinding' class.
TransportBinding.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'TransportBinding' class.
TransportBinding.setTransportToken ( TransportToken transportToken )This method is from 'TransportBinding' class.
TransportBinding.TransportBinding ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'TransportBinding' class.
[+] TransportToken (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
TransportToken.getName ( )This method is from 'TransportToken' class.
TransportToken.getRealName ( )This method is from 'TransportToken' class.
TransportToken.getTransportToken ( )This method is from 'TransportToken' class.
TransportToken.getType ( )This method is from 'TransportToken' class.
TransportToken.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'TransportToken' class.
TransportToken.TransportToken ( org.apache.cxf.ws.security.policy.SPConstants version, org.apache.cxf.ws.policy.PolicyBuilder b )This constructor is from 'TransportToken' class.
[+] Trust10 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
Trust10.getName ( )This method is from 'Trust10' class.
Trust10.getRealName ( )This method is from 'Trust10' class.
Trust10.getType ( )This method is from 'Trust10' class.
Trust10.isMustSupportClientChallenge ( )This method is from 'Trust10' class.
Trust10.isMustSupportIssuedTokens ( )This method is from 'Trust10' class.
Trust10.isMustSupportServerChallenge ( )This method is from 'Trust10' class.
Trust10.isRequireClientEntropy ( )This method is from 'Trust10' class.
Trust10.isRequireServerEntropy ( )This method is from 'Trust10' class.
Trust10.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'Trust10' class.
Trust10.setMustSupportClientChallenge ( boolean mustSupportClientChallenge )This method is from 'Trust10' class.
Trust10.setMustSupportIssuedTokens ( boolean mustSupportIssuedTokens )This method is from 'Trust10' class.
Trust10.setMustSupportServerChallenge ( boolean mustSupportServerChallenge )This method is from 'Trust10' class.
Trust10.setRequireClientEntropy ( boolean requireClientEntropy )This method is from 'Trust10' class.
Trust10.setRequireServerEntropy ( boolean requireServerEntropy )This method is from 'Trust10' class.
Trust10.Trust10 ( org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'Trust10' class.
[+] Trust13 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (19)
Trust13.getName ( )This method is from 'Trust13' class.
Trust13.getRealName ( )This method is from 'Trust13' class.
Trust13.getType ( )This method is from 'Trust13' class.
Trust13.isMustSupportClientChallenge ( )This method is from 'Trust13' class.
Trust13.isMustSupportIssuedTokens ( )This method is from 'Trust13' class.
Trust13.isMustSupportServerChallenge ( )This method is from 'Trust13' class.
Trust13.isRequireAppliesTo ( )This method is from 'Trust13' class.
Trust13.isRequireClientEntropy ( )This method is from 'Trust13' class.
Trust13.isRequireRequestSecurityTokenCollection ( )This method is from 'Trust13' class.
Trust13.isRequireServerEntropy ( )This method is from 'Trust13' class.
Trust13.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'Trust13' class.
Trust13.setMustSupportClientChallenge ( boolean mustSupportClientChallenge )This method is from 'Trust13' class.
Trust13.setMustSupportIssuedTokens ( boolean mustSupportIssuedTokens )This method is from 'Trust13' class.
Trust13.setMustSupportServerChallenge ( boolean mustSupportServerChallenge )This method is from 'Trust13' class.
Trust13.setRequireAppliesTo ( boolean requireAppliesTo )This method is from 'Trust13' class.
Trust13.setRequireClientEntropy ( boolean requireClientEntropy )This method is from 'Trust13' class.
Trust13.setRequireRequestSecurityTokenCollection ( boolean requireRequestSecurityTokenCollection )This method is from 'Trust13' class.
Trust13.setRequireServerEntropy ( boolean requireServerEntropy )This method is from 'Trust13' class.
Trust13.Trust13 ( org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'Trust13' class.
[+] UsernameToken (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
UsernameToken.getName ( )This method is from 'UsernameToken' class.
UsernameToken.isHashPassword ( )This method is from 'UsernameToken' class.
UsernameToken.isNoPassword ( )This method is from 'UsernameToken' class.
UsernameToken.isRequireCreated ( )This method is from 'UsernameToken' class.
UsernameToken.isRequireNonce ( )This method is from 'UsernameToken' class.
UsernameToken.isUseUTProfile10 ( )This method is from 'UsernameToken' class.
UsernameToken.isUseUTProfile11 ( )This method is from 'UsernameToken' class.
UsernameToken.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'UsernameToken' class.
UsernameToken.setHashPassword ( boolean hashPassword )This method is from 'UsernameToken' class.
UsernameToken.setNoPassword ( boolean noPassword )This method is from 'UsernameToken' class.
UsernameToken.setRequireCreated ( boolean requireCreated )This method is from 'UsernameToken' class.
UsernameToken.setRequireNonce ( boolean requireNonce )This method is from 'UsernameToken' class.
UsernameToken.setUseUTProfile10 ( boolean useUTProfile10 )This method is from 'UsernameToken' class.
UsernameToken.setUseUTProfile11 ( boolean useUTProfile11 )This method is from 'UsernameToken' class.
UsernameToken.UsernameToken ( org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'UsernameToken' class.
[+] Wss10 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
Wss10.getName ( )This method is from 'Wss10' class.
Wss10.getRealName ( )This method is from 'Wss10' class.
Wss10.isMustSupportRefEmbeddedToken ( )This method is from 'Wss10' class.
Wss10.isMustSupportRefExternalURI ( )This method is from 'Wss10' class.
Wss10.isMustSupportRefIssuerSerial ( )This method is from 'Wss10' class.
Wss10.isMustSupportRefKeyIdentifier ( )This method is from 'Wss10' class.
Wss10.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'Wss10' class.
Wss10.setMustSupportRefEmbeddedToken ( boolean mustSupportRefEmbeddedToken )This method is from 'Wss10' class.
Wss10.setMustSupportRefExternalURI ( boolean mustSupportRefExternalURI )This method is from 'Wss10' class.
Wss10.setMustSupportRefIssuerSerial ( boolean mustSupportRefIssuerSerial )This method is from 'Wss10' class.
Wss10.setMustSupportRefKeyIdentifier ( boolean mustSupportRefKeyIdentifier )This method is from 'Wss10' class.
Wss10.Wss10 ( org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'Wss10' class.
[+] Wss11 (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
Wss11.getName ( )This method is from 'Wss11' class.
Wss11.getRealName ( )This method is from 'Wss11' class.
Wss11.isMustSupportRefEncryptedKey ( )This method is from 'Wss11' class.
Wss11.isMustSupportRefThumbprint ( )This method is from 'Wss11' class.
Wss11.isRequireSignatureConfirmation ( )This method is from 'Wss11' class.
Wss11.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'Wss11' class.
Wss11.setMustSupportRefEncryptedKey ( boolean mustSupportRefEncryptedKey )This method is from 'Wss11' class.
Wss11.setMustSupportRefThumbprint ( boolean mustSupportRefThumbprint )This method is from 'Wss11' class.
Wss11.setRequireSignatureConfirmation ( boolean requireSignatureConfirmation )This method is from 'Wss11' class.
Wss11.Wss11 ( org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'Wss11' class.
[+] X509Token (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (14)
X509Token.getName ( )This method is from 'X509Token' class.
X509Token.getRealName ( )This method is from 'X509Token' class.
X509Token.getTokenVersionAndType ( )This method is from 'X509Token' class.
X509Token.isRequireEmbeddedTokenReference ( )This method is from 'X509Token' class.
X509Token.isRequireIssuerSerialReference ( )This method is from 'X509Token' class.
X509Token.isRequireKeyIdentifierReference ( )This method is from 'X509Token' class.
X509Token.isRequireThumbprintReference ( )This method is from 'X509Token' class.
X509Token.serialize ( javax.xml.stream.XMLStreamWriter writer )This method is from 'X509Token' class.
X509Token.setRequireEmbeddedTokenReference ( boolean requireEmbeddedTokenReference )This method is from 'X509Token' class.
X509Token.setRequireIssuerSerialReference ( boolean requireIssuerSerialReference )This method is from 'X509Token' class.
X509Token.setRequireKeyIdentifierReference ( boolean requireKeyIdentifierReference )This method is from 'X509Token' class.
X509Token.setRequireThumbprintReference ( boolean requireThumbprintReference )This method is from 'X509Token' class.
X509Token.setTokenVersionAndType ( String tokenVersionAndType )This method is from 'X509Token' class.
X509Token.X509Token ( org.apache.cxf.ws.security.policy.SPConstants version )This constructor is from 'X509Token' class.
package org.apache.cxf.ws.security.sts.provider
[+] SecurityTokenService (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
SecurityTokenService.cancel ( model.RequestSecurityTokenType p1 )This abstract method is from 'SecurityTokenService' interface.
SecurityTokenService.issue ( model.RequestSecurityTokenType p1 )This abstract method is from 'SecurityTokenService' interface.
SecurityTokenService.issueSingle ( model.RequestSecurityTokenType p1 )This abstract method is from 'SecurityTokenService' interface.
SecurityTokenService.keyExchangeToken ( model.RequestSecurityTokenType p1 )This abstract method is from 'SecurityTokenService' interface.
SecurityTokenService.renew ( model.RequestSecurityTokenType p1 )This abstract method is from 'SecurityTokenService' interface.
SecurityTokenService.requestCollection ( model.RequestSecurityTokenCollectionType p1 )This abstract method is from 'SecurityTokenService' interface.
SecurityTokenService.validate ( model.RequestSecurityTokenType p1 )This abstract method is from 'SecurityTokenService' interface.
[+] SecurityTokenServiceImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
SecurityTokenServiceImpl.cancel ( model.RequestSecurityTokenType request )This method is from 'SecurityTokenServiceImpl' class.
SecurityTokenServiceImpl.issue ( model.RequestSecurityTokenType request )This method is from 'SecurityTokenServiceImpl' class.
SecurityTokenServiceImpl.issueSingle ( model.RequestSecurityTokenType request )This method is from 'SecurityTokenServiceImpl' class.
SecurityTokenServiceImpl.keyExchangeToken ( model.RequestSecurityTokenType request )This method is from 'SecurityTokenServiceImpl' class.
SecurityTokenServiceImpl.renew ( model.RequestSecurityTokenType request )This method is from 'SecurityTokenServiceImpl' class.
SecurityTokenServiceImpl.requestCollection ( model.RequestSecurityTokenCollectionType requestCollection )This method is from 'SecurityTokenServiceImpl' class.
SecurityTokenServiceImpl.SecurityTokenServiceImpl ( )This constructor is from 'SecurityTokenServiceImpl' class.
SecurityTokenServiceImpl.setCancelOperation ( operation.CancelOperation cancelOperation )This method is from 'SecurityTokenServiceImpl' class.
SecurityTokenServiceImpl.setIssueOperation ( operation.IssueOperation issueOperation )This method is from 'SecurityTokenServiceImpl' class.
SecurityTokenServiceImpl.setIssueSingleOperation ( operation.IssueSingleOperation issueSingleOperation )This method is from 'SecurityTokenServiceImpl' class.
SecurityTokenServiceImpl.setKeyExchangeTokenOperation ( operation.KeyExchangeTokenOperation keyExchangeTokenOperation )This method is from 'SecurityTokenServiceImpl' class.
SecurityTokenServiceImpl.setRenewOperation ( operation.RenewOperation renewOperation )This method is from 'SecurityTokenServiceImpl' class.
SecurityTokenServiceImpl.setRequestCollectionOperation ( operation.RequestCollectionOperation requestCollectionOperation )This method is from 'SecurityTokenServiceImpl' class.
SecurityTokenServiceImpl.setValidateOperation ( operation.ValidateOperation validateOperation )This method is from 'SecurityTokenServiceImpl' class.
SecurityTokenServiceImpl.validate ( model.RequestSecurityTokenType request )This method is from 'SecurityTokenServiceImpl' class.
[+] SecurityTokenServiceProvider (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
SecurityTokenServiceProvider.getCancelOperation ( )This method is from 'SecurityTokenServiceProvider' class.
SecurityTokenServiceProvider.getIssueOperation ( )This method is from 'SecurityTokenServiceProvider' class.
SecurityTokenServiceProvider.getIssueSingleOperation ( )This method is from 'SecurityTokenServiceProvider' class.
SecurityTokenServiceProvider.getKeyExchangeTokenOperation ( )This method is from 'SecurityTokenServiceProvider' class.
SecurityTokenServiceProvider.getRenewOperation ( )This method is from 'SecurityTokenServiceProvider' class.
SecurityTokenServiceProvider.getRequestCollectionOperation ( )This method is from 'SecurityTokenServiceProvider' class.
SecurityTokenServiceProvider.getValidateOperation ( )This method is from 'SecurityTokenServiceProvider' class.
SecurityTokenServiceProvider.invoke ( Object x0 )This method is from 'SecurityTokenServiceProvider' class.
SecurityTokenServiceProvider.invoke ( javax.xml.transform.Source request )This method is from 'SecurityTokenServiceProvider' class.
SecurityTokenServiceProvider.SecurityTokenServiceProvider ( )This constructor is from 'SecurityTokenServiceProvider' class.
SecurityTokenServiceProvider.setCancelOperation ( operation.CancelOperation cancelOperation )This method is from 'SecurityTokenServiceProvider' class.
SecurityTokenServiceProvider.setIssueOperation ( operation.IssueOperation issueOperation )This method is from 'SecurityTokenServiceProvider' class.
SecurityTokenServiceProvider.setIssueSingleOperation ( operation.IssueSingleOperation issueSingleOperation )This method is from 'SecurityTokenServiceProvider' class.
SecurityTokenServiceProvider.setKeyExchangeTokenOperation ( operation.KeyExchangeTokenOperation keyExchangeTokenOperation )This method is from 'SecurityTokenServiceProvider' class.
SecurityTokenServiceProvider.setRenewOperation ( operation.RenewOperation renewOperation )This method is from 'SecurityTokenServiceProvider' class.
SecurityTokenServiceProvider.setRequestCollectionOperation ( operation.RequestCollectionOperation requestCollectionOperation )This method is from 'SecurityTokenServiceProvider' class.
SecurityTokenServiceProvider.setValidateOperation ( operation.ValidateOperation validateOperation )This method is from 'SecurityTokenServiceProvider' class.
[+] STSException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
STSException.getFaultCode ( )This method is from 'STSException' class.
STSException.getMessage ( )This method is from 'STSException' class.
STSException.setFaultCode ( javax.xml.namespace.QName faultCode )This method is from 'STSException' class.
STSException.STSException ( String message )This constructor is from 'STSException' class.
STSException.STSException ( String message, Throwable e )This constructor is from 'STSException' class.
STSException.STSException ( String message, Throwable e, javax.xml.namespace.QName faultCode )This constructor is from 'STSException' class.
STSException.STSException ( String message, javax.xml.namespace.QName faultCode )This constructor is from 'STSException' class.
package org.apache.cxf.ws.security.sts.provider.model
[+] AllowPostdatingType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
AllowPostdatingType.AllowPostdatingType ( )This constructor is from 'AllowPostdatingType' class.
[+] AuthenticatorType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AuthenticatorType.AuthenticatorType ( )This constructor is from 'AuthenticatorType' class.
AuthenticatorType.getAny ( )This method is from 'AuthenticatorType' class.
AuthenticatorType.getCombinedHash ( )This method is from 'AuthenticatorType' class.
AuthenticatorType.setCombinedHash ( byte[ ] value )This method is from 'AuthenticatorType' class.
[+] BinaryExchangeType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
BinaryExchangeType.BinaryExchangeType ( )This constructor is from 'BinaryExchangeType' class.
BinaryExchangeType.getEncodingType ( )This method is from 'BinaryExchangeType' class.
BinaryExchangeType.getOtherAttributes ( )This method is from 'BinaryExchangeType' class.
BinaryExchangeType.getValue ( )This method is from 'BinaryExchangeType' class.
BinaryExchangeType.getValueType ( )This method is from 'BinaryExchangeType' class.
BinaryExchangeType.setEncodingType ( String value )This method is from 'BinaryExchangeType' class.
BinaryExchangeType.setValue ( String value )This method is from 'BinaryExchangeType' class.
BinaryExchangeType.setValueType ( String value )This method is from 'BinaryExchangeType' class.
[+] BinarySecretType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
BinarySecretType.BinarySecretType ( )This constructor is from 'BinarySecretType' class.
BinarySecretType.getOtherAttributes ( )This method is from 'BinarySecretType' class.
BinarySecretType.getType ( )This method is from 'BinarySecretType' class.
BinarySecretType.getValue ( )This method is from 'BinarySecretType' class.
BinarySecretType.setType ( String value )This method is from 'BinarySecretType' class.
BinarySecretType.setValue ( byte[ ] value )This method is from 'BinarySecretType' class.
[+] CancelTargetType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
CancelTargetType.CancelTargetType ( )This constructor is from 'CancelTargetType' class.
CancelTargetType.getAny ( )This method is from 'CancelTargetType' class.
CancelTargetType.setAny ( Object value )This method is from 'CancelTargetType' class.
[+] ClaimsType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ClaimsType.ClaimsType ( )This constructor is from 'ClaimsType' class.
ClaimsType.getAny ( )This method is from 'ClaimsType' class.
ClaimsType.getDialect ( )This method is from 'ClaimsType' class.
ClaimsType.getOtherAttributes ( )This method is from 'ClaimsType' class.
ClaimsType.setDialect ( String value )This method is from 'ClaimsType' class.
[+] DelegateToType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
DelegateToType.DelegateToType ( )This constructor is from 'DelegateToType' class.
DelegateToType.getAny ( )This method is from 'DelegateToType' class.
DelegateToType.setAny ( Object value )This method is from 'DelegateToType' class.
[+] EncryptionType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
EncryptionType.EncryptionType ( )This constructor is from 'EncryptionType' class.
EncryptionType.getAny ( )This method is from 'EncryptionType' class.
EncryptionType.setAny ( Object value )This method is from 'EncryptionType' class.
[+] EntropyType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
EntropyType.EntropyType ( )This constructor is from 'EntropyType' class.
EntropyType.getAny ( )This method is from 'EntropyType' class.
EntropyType.getOtherAttributes ( )This method is from 'EntropyType' class.
[+] KeyExchangeTokenType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
KeyExchangeTokenType.getAny ( )This method is from 'KeyExchangeTokenType' class.
KeyExchangeTokenType.KeyExchangeTokenType ( )This constructor is from 'KeyExchangeTokenType' class.
[+] LifetimeType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
LifetimeType.getCreated ( )This method is from 'LifetimeType' class.
LifetimeType.getExpires ( )This method is from 'LifetimeType' class.
LifetimeType.LifetimeType ( )This constructor is from 'LifetimeType' class.
LifetimeType.setCreated ( utility.AttributedDateTime value )This method is from 'LifetimeType' class.
LifetimeType.setExpires ( utility.AttributedDateTime value )This method is from 'LifetimeType' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (81)
ObjectFactory.createAllowPostdating ( AllowPostdatingType value )This method is from 'ObjectFactory' class.
ObjectFactory.createAllowPostdatingType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createAuthenticationType ( String value )This method is from 'ObjectFactory' class.
ObjectFactory.createAuthenticator ( AuthenticatorType value )This method is from 'ObjectFactory' class.
ObjectFactory.createAuthenticatorType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createBinaryExchange ( BinaryExchangeType value )This method is from 'ObjectFactory' class.
ObjectFactory.createBinaryExchangeType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createBinarySecret ( BinarySecretType value )This method is from 'ObjectFactory' class.
ObjectFactory.createBinarySecretType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createCancelTarget ( CancelTargetType value )This method is from 'ObjectFactory' class.
ObjectFactory.createCancelTargetType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createCanonicalizationAlgorithm ( String value )This method is from 'ObjectFactory' class.
ObjectFactory.createChallenge ( String value )This method is from 'ObjectFactory' class.
ObjectFactory.createClaims ( ClaimsType value )This method is from 'ObjectFactory' class.
ObjectFactory.createClaimsType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createCombinedHash ( byte[ ] value )This method is from 'ObjectFactory' class.
ObjectFactory.createComputedKey ( String value )This method is from 'ObjectFactory' class.
ObjectFactory.createComputedKeyAlgorithm ( String value )This method is from 'ObjectFactory' class.
ObjectFactory.createDelegatable ( Boolean value )This method is from 'ObjectFactory' class.
ObjectFactory.createDelegateTo ( DelegateToType value )This method is from 'ObjectFactory' class.
ObjectFactory.createDelegateToType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createEncryption ( EncryptionType value )This method is from 'ObjectFactory' class.
ObjectFactory.createEncryptionAlgorithm ( String value )This method is from 'ObjectFactory' class.
ObjectFactory.createEncryptionType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createEncryptWith ( String value )This method is from 'ObjectFactory' class.
ObjectFactory.createEntropy ( EntropyType value )This method is from 'ObjectFactory' class.
ObjectFactory.createEntropyType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createForwardable ( Boolean value )This method is from 'ObjectFactory' class.
ObjectFactory.createIssuedTokens ( RequestSecurityTokenResponseCollectionType value )This method is from 'ObjectFactory' class.
ObjectFactory.createIssuer ( org.apache.cxf.ws.addressing.EndpointReferenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createKeyExchangeToken ( KeyExchangeTokenType value )This method is from 'ObjectFactory' class.
ObjectFactory.createKeyExchangeTokenType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createKeySize ( Long value )This method is from 'ObjectFactory' class.
ObjectFactory.createKeyType ( String value )This method is from 'ObjectFactory' class.
ObjectFactory.createKeyWrapAlgorithm ( String value )This method is from 'ObjectFactory' class.
ObjectFactory.createLifetime ( LifetimeType value )This method is from 'ObjectFactory' class.
ObjectFactory.createLifetimeType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createOnBehalfOf ( OnBehalfOfType value )This method is from 'ObjectFactory' class.
ObjectFactory.createOnBehalfOfType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createParticipants ( ParticipantsType value )This method is from 'ObjectFactory' class.
ObjectFactory.createParticipantsType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createParticipantType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createProofEncryption ( ProofEncryptionType value )This method is from 'ObjectFactory' class.
ObjectFactory.createProofEncryptionType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRenewing ( RenewingType value )This method is from 'ObjectFactory' class.
ObjectFactory.createRenewingType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRenewTarget ( RenewTargetType value )This method is from 'ObjectFactory' class.
ObjectFactory.createRenewTargetType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRequestedAttachedReference ( RequestedReferenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createRequestedProofToken ( RequestedProofTokenType value )This method is from 'ObjectFactory' class.
ObjectFactory.createRequestedProofTokenType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRequestedReferenceType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRequestedSecurityToken ( RequestedSecurityTokenType value )This method is from 'ObjectFactory' class.
ObjectFactory.createRequestedSecurityTokenType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRequestedTokenCancelled ( RequestedTokenCancelledType value )This method is from 'ObjectFactory' class.
ObjectFactory.createRequestedTokenCancelledType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRequestedUnattachedReference ( RequestedReferenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createRequestKET ( RequestKETType value )This method is from 'ObjectFactory' class.
ObjectFactory.createRequestKETType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRequestSecurityToken ( RequestSecurityTokenType value )This method is from 'ObjectFactory' class.
ObjectFactory.createRequestSecurityTokenCollection ( RequestSecurityTokenCollectionType value )This method is from 'ObjectFactory' class.
ObjectFactory.createRequestSecurityTokenCollectionType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRequestSecurityTokenResponse ( RequestSecurityTokenResponseType value )This method is from 'ObjectFactory' class.
ObjectFactory.createRequestSecurityTokenResponseCollection ( RequestSecurityTokenResponseCollectionType value )This method is from 'ObjectFactory' class.
ObjectFactory.createRequestSecurityTokenResponseCollectionType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRequestSecurityTokenResponseType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRequestSecurityTokenType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRequestType ( String value )This method is from 'ObjectFactory' class.
ObjectFactory.createSignatureAlgorithm ( String value )This method is from 'ObjectFactory' class.
ObjectFactory.createSignChallenge ( SignChallengeType value )This method is from 'ObjectFactory' class.
ObjectFactory.createSignChallengeResponse ( SignChallengeType value )This method is from 'ObjectFactory' class.
ObjectFactory.createSignChallengeType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSignWith ( String value )This method is from 'ObjectFactory' class.
ObjectFactory.createStatus ( StatusType value )This method is from 'ObjectFactory' class.
ObjectFactory.createStatusType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTokenType ( String value )This method is from 'ObjectFactory' class.
ObjectFactory.createUseKey ( UseKeyType value )This method is from 'ObjectFactory' class.
ObjectFactory.createUseKeyType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createValidateTarget ( ValidateTargetType value )This method is from 'ObjectFactory' class.
ObjectFactory.createValidateTargetType ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] OnBehalfOfType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
OnBehalfOfType.getAny ( )This method is from 'OnBehalfOfType' class.
OnBehalfOfType.OnBehalfOfType ( )This constructor is from 'OnBehalfOfType' class.
OnBehalfOfType.setAny ( Object value )This method is from 'OnBehalfOfType' class.
[+] ParticipantsType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ParticipantsType.getAny ( )This method is from 'ParticipantsType' class.
ParticipantsType.getParticipant ( )This method is from 'ParticipantsType' class.
ParticipantsType.getPrimary ( )This method is from 'ParticipantsType' class.
ParticipantsType.ParticipantsType ( )This constructor is from 'ParticipantsType' class.
ParticipantsType.setPrimary ( ParticipantType value )This method is from 'ParticipantsType' class.
[+] ParticipantType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ParticipantType.getAny ( )This method is from 'ParticipantType' class.
ParticipantType.ParticipantType ( )This constructor is from 'ParticipantType' class.
ParticipantType.setAny ( Object value )This method is from 'ParticipantType' class.
[+] ProofEncryptionType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ProofEncryptionType.getAny ( )This method is from 'ProofEncryptionType' class.
ProofEncryptionType.ProofEncryptionType ( )This constructor is from 'ProofEncryptionType' class.
ProofEncryptionType.setAny ( Object value )This method is from 'ProofEncryptionType' class.
[+] RenewingType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
RenewingType.isAllow ( )This method is from 'RenewingType' class.
RenewingType.isOK ( )This method is from 'RenewingType' class.
RenewingType.RenewingType ( )This constructor is from 'RenewingType' class.
RenewingType.setAllow ( Boolean value )This method is from 'RenewingType' class.
RenewingType.setOK ( Boolean value )This method is from 'RenewingType' class.
[+] RenewTargetType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
RenewTargetType.getAny ( )This method is from 'RenewTargetType' class.
RenewTargetType.RenewTargetType ( )This constructor is from 'RenewTargetType' class.
RenewTargetType.setAny ( Object value )This method is from 'RenewTargetType' class.
[+] RequestedProofTokenType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
RequestedProofTokenType.getAny ( )This method is from 'RequestedProofTokenType' class.
RequestedProofTokenType.RequestedProofTokenType ( )This constructor is from 'RequestedProofTokenType' class.
RequestedProofTokenType.setAny ( Object value )This method is from 'RequestedProofTokenType' class.
[+] RequestedReferenceType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
RequestedReferenceType.getSecurityTokenReference ( )This method is from 'RequestedReferenceType' class.
RequestedReferenceType.RequestedReferenceType ( )This constructor is from 'RequestedReferenceType' class.
RequestedReferenceType.setSecurityTokenReference ( secext.SecurityTokenReferenceType value )This method is from 'RequestedReferenceType' class.
[+] RequestedSecurityTokenType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
RequestedSecurityTokenType.getAny ( )This method is from 'RequestedSecurityTokenType' class.
RequestedSecurityTokenType.RequestedSecurityTokenType ( )This constructor is from 'RequestedSecurityTokenType' class.
RequestedSecurityTokenType.setAny ( Object value )This method is from 'RequestedSecurityTokenType' class.
[+] RequestedTokenCancelledType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
RequestedTokenCancelledType.RequestedTokenCancelledType ( )This constructor is from 'RequestedTokenCancelledType' class.
[+] RequestKETType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
RequestKETType.RequestKETType ( )This constructor is from 'RequestKETType' class.
[+] RequestSecurityTokenCollectionType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
RequestSecurityTokenCollectionType.getRequestSecurityToken ( )This method is from 'RequestSecurityTokenCollectionType' class.
RequestSecurityTokenCollectionType.RequestSecurityTokenCollectionType ( )This constructor is from 'RequestSecurityTokenCollectionType' class.
[+] RequestSecurityTokenResponseCollectionType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
RequestSecurityTokenResponseCollectionType.getOtherAttributes ( )This method is from 'RequestSecurityTokenResponseCollectionType' class.
RequestSecurityTokenResponseCollectionType.getRequestSecurityTokenResponse ( )This method is from 'RequestSecurityTokenResponseCollectionType' class.
RequestSecurityTokenResponseCollectionType.RequestSecurityTokenResponseCollectionType ( )This constructor is from 'RequestSecurityTokenResponseCollectionType' class.
[+] RequestSecurityTokenResponseType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
RequestSecurityTokenResponseType.getAny ( )This method is from 'RequestSecurityTokenResponseType' class.
RequestSecurityTokenResponseType.getContext ( )This method is from 'RequestSecurityTokenResponseType' class.
RequestSecurityTokenResponseType.getOtherAttributes ( )This method is from 'RequestSecurityTokenResponseType' class.
RequestSecurityTokenResponseType.RequestSecurityTokenResponseType ( )This constructor is from 'RequestSecurityTokenResponseType' class.
RequestSecurityTokenResponseType.setContext ( String value )This method is from 'RequestSecurityTokenResponseType' class.
[+] RequestSecurityTokenType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
RequestSecurityTokenType.getAny ( )This method is from 'RequestSecurityTokenType' class.
RequestSecurityTokenType.getContext ( )This method is from 'RequestSecurityTokenType' class.
RequestSecurityTokenType.getOtherAttributes ( )This method is from 'RequestSecurityTokenType' class.
RequestSecurityTokenType.RequestSecurityTokenType ( )This constructor is from 'RequestSecurityTokenType' class.
RequestSecurityTokenType.setContext ( String value )This method is from 'RequestSecurityTokenType' class.
[+] SignChallengeType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SignChallengeType.getAny ( )This method is from 'SignChallengeType' class.
SignChallengeType.getChallenge ( )This method is from 'SignChallengeType' class.
SignChallengeType.getOtherAttributes ( )This method is from 'SignChallengeType' class.
SignChallengeType.setChallenge ( String value )This method is from 'SignChallengeType' class.
SignChallengeType.SignChallengeType ( )This constructor is from 'SignChallengeType' class.
[+] StatusType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
StatusType.getCode ( )This method is from 'StatusType' class.
StatusType.getReason ( )This method is from 'StatusType' class.
StatusType.setCode ( String value )This method is from 'StatusType' class.
StatusType.setReason ( String value )This method is from 'StatusType' class.
StatusType.StatusType ( )This constructor is from 'StatusType' class.
[+] UseKeyType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
UseKeyType.getAny ( )This method is from 'UseKeyType' class.
UseKeyType.getSig ( )This method is from 'UseKeyType' class.
UseKeyType.setAny ( Object value )This method is from 'UseKeyType' class.
UseKeyType.setSig ( String value )This method is from 'UseKeyType' class.
UseKeyType.UseKeyType ( )This constructor is from 'UseKeyType' class.
[+] ValidateTargetType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ValidateTargetType.getAny ( )This method is from 'ValidateTargetType' class.
ValidateTargetType.setAny ( Object value )This method is from 'ValidateTargetType' class.
ValidateTargetType.ValidateTargetType ( )This constructor is from 'ValidateTargetType' class.
package org.apache.cxf.ws.security.sts.provider.model.secext
[+] AttributedString (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
AttributedString.AttributedString ( )This constructor is from 'AttributedString' class.
AttributedString.getId ( )This method is from 'AttributedString' class.
AttributedString.getOtherAttributes ( )This method is from 'AttributedString' class.
AttributedString.getValue ( )This method is from 'AttributedString' class.
AttributedString.setId ( String value )This method is from 'AttributedString' class.
AttributedString.setValue ( String value )This method is from 'AttributedString' class.
[+] BinarySecurityTokenType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
BinarySecurityTokenType.BinarySecurityTokenType ( )This constructor is from 'BinarySecurityTokenType' class.
BinarySecurityTokenType.getValueType ( )This method is from 'BinarySecurityTokenType' class.
BinarySecurityTokenType.setValueType ( String value )This method is from 'BinarySecurityTokenType' class.
[+] EmbeddedType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
EmbeddedType.EmbeddedType ( )This constructor is from 'EmbeddedType' class.
EmbeddedType.getAny ( )This method is from 'EmbeddedType' class.
EmbeddedType.getOtherAttributes ( )This method is from 'EmbeddedType' class.
EmbeddedType.getValueType ( )This method is from 'EmbeddedType' class.
EmbeddedType.setValueType ( String value )This method is from 'EmbeddedType' class.
[+] EncodedString (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
EncodedString.EncodedString ( )This constructor is from 'EncodedString' class.
EncodedString.getEncodingType ( )This method is from 'EncodedString' class.
EncodedString.setEncodingType ( String value )This method is from 'EncodedString' class.
[+] KeyIdentifierType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
KeyIdentifierType.getValueType ( )This method is from 'KeyIdentifierType' class.
KeyIdentifierType.KeyIdentifierType ( )This constructor is from 'KeyIdentifierType' class.
KeyIdentifierType.setValueType ( String value )This method is from 'KeyIdentifierType' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (22)
ObjectFactory.createAttributedString ( )This method is from 'ObjectFactory' class.
ObjectFactory.createBinarySecurityToken ( BinarySecurityTokenType value )This method is from 'ObjectFactory' class.
ObjectFactory.createBinarySecurityTokenType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createEmbedded ( EmbeddedType value )This method is from 'ObjectFactory' class.
ObjectFactory.createEmbeddedType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createEncodedString ( )This method is from 'ObjectFactory' class.
ObjectFactory.createKeyIdentifier ( KeyIdentifierType value )This method is from 'ObjectFactory' class.
ObjectFactory.createKeyIdentifierType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createNonce ( EncodedString value )This method is from 'ObjectFactory' class.
ObjectFactory.createPassword ( PasswordString value )This method is from 'ObjectFactory' class.
ObjectFactory.createPasswordString ( )This method is from 'ObjectFactory' class.
ObjectFactory.createReference ( ReferenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createReferenceType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSecurity ( SecurityHeaderType value )This method is from 'ObjectFactory' class.
ObjectFactory.createSecurityHeaderType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSecurityTokenReference ( SecurityTokenReferenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createSecurityTokenReferenceType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTransformationParameters ( TransformationParametersType value )This method is from 'ObjectFactory' class.
ObjectFactory.createTransformationParametersType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createUsernameToken ( UsernameTokenType value )This method is from 'ObjectFactory' class.
ObjectFactory.createUsernameTokenType ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] PasswordString (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
PasswordString.getType ( )This method is from 'PasswordString' class.
PasswordString.PasswordString ( )This constructor is from 'PasswordString' class.
PasswordString.setType ( String value )This method is from 'PasswordString' class.
[+] ReferenceType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
ReferenceType.getOtherAttributes ( )This method is from 'ReferenceType' class.
ReferenceType.getURI ( )This method is from 'ReferenceType' class.
ReferenceType.getValueType ( )This method is from 'ReferenceType' class.
ReferenceType.ReferenceType ( )This constructor is from 'ReferenceType' class.
ReferenceType.setURI ( String value )This method is from 'ReferenceType' class.
ReferenceType.setValueType ( String value )This method is from 'ReferenceType' class.
[+] SecurityHeaderType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SecurityHeaderType.getAny ( )This method is from 'SecurityHeaderType' class.
SecurityHeaderType.getOtherAttributes ( )This method is from 'SecurityHeaderType' class.
SecurityHeaderType.SecurityHeaderType ( )This constructor is from 'SecurityHeaderType' class.
[+] SecurityTokenReferenceType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
SecurityTokenReferenceType.getAny ( )This method is from 'SecurityTokenReferenceType' class.
SecurityTokenReferenceType.getId ( )This method is from 'SecurityTokenReferenceType' class.
SecurityTokenReferenceType.getOtherAttributes ( )This method is from 'SecurityTokenReferenceType' class.
SecurityTokenReferenceType.getUsage ( )This method is from 'SecurityTokenReferenceType' class.
SecurityTokenReferenceType.SecurityTokenReferenceType ( )This constructor is from 'SecurityTokenReferenceType' class.
SecurityTokenReferenceType.setId ( String value )This method is from 'SecurityTokenReferenceType' class.
[+] TransformationParametersType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
TransformationParametersType.getAny ( )This method is from 'TransformationParametersType' class.
TransformationParametersType.getOtherAttributes ( )This method is from 'TransformationParametersType' class.
TransformationParametersType.TransformationParametersType ( )This constructor is from 'TransformationParametersType' class.
[+] UsernameTokenType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
UsernameTokenType.getAny ( )This method is from 'UsernameTokenType' class.
UsernameTokenType.getId ( )This method is from 'UsernameTokenType' class.
UsernameTokenType.getOtherAttributes ( )This method is from 'UsernameTokenType' class.
UsernameTokenType.getUsername ( )This method is from 'UsernameTokenType' class.
UsernameTokenType.setId ( String value )This method is from 'UsernameTokenType' class.
UsernameTokenType.setUsername ( AttributedString value )This method is from 'UsernameTokenType' class.
UsernameTokenType.UsernameTokenType ( )This constructor is from 'UsernameTokenType' class.
package org.apache.cxf.ws.security.sts.provider.model.utility
[+] AttributedDateTime (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
AttributedDateTime.AttributedDateTime ( )This constructor is from 'AttributedDateTime' class.
AttributedDateTime.getId ( )This method is from 'AttributedDateTime' class.
AttributedDateTime.getOtherAttributes ( )This method is from 'AttributedDateTime' class.
AttributedDateTime.getValue ( )This method is from 'AttributedDateTime' class.
AttributedDateTime.setId ( String value )This method is from 'AttributedDateTime' class.
AttributedDateTime.setValue ( String value )This method is from 'AttributedDateTime' class.
[+] AttributedURI (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
AttributedURI.AttributedURI ( )This constructor is from 'AttributedURI' class.
AttributedURI.getId ( )This method is from 'AttributedURI' class.
AttributedURI.getOtherAttributes ( )This method is from 'AttributedURI' class.
AttributedURI.getValue ( )This method is from 'AttributedURI' class.
AttributedURI.setId ( String value )This method is from 'AttributedURI' class.
AttributedURI.setValue ( String value )This method is from 'AttributedURI' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
ObjectFactory.createAttributedDateTime ( )This method is from 'ObjectFactory' class.
ObjectFactory.createAttributedURI ( )This method is from 'ObjectFactory' class.
ObjectFactory.createCreated ( AttributedDateTime value )This method is from 'ObjectFactory' class.
ObjectFactory.createExpires ( AttributedDateTime value )This method is from 'ObjectFactory' class.
ObjectFactory.createTimestamp ( TimestampType value )This method is from 'ObjectFactory' class.
ObjectFactory.createTimestampType ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] TimestampType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
TimestampType.getAny ( )This method is from 'TimestampType' class.
TimestampType.getCreated ( )This method is from 'TimestampType' class.
TimestampType.getExpires ( )This method is from 'TimestampType' class.
TimestampType.getId ( )This method is from 'TimestampType' class.
TimestampType.getOtherAttributes ( )This method is from 'TimestampType' class.
TimestampType.setCreated ( AttributedDateTime value )This method is from 'TimestampType' class.
TimestampType.setExpires ( AttributedDateTime value )This method is from 'TimestampType' class.
TimestampType.setId ( String value )This method is from 'TimestampType' class.
TimestampType.TimestampType ( )This constructor is from 'TimestampType' class.
package org.apache.cxf.ws.security.sts.provider.model.wstrust14
[+] ActAsType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ActAsType.ActAsType ( )This constructor is from 'ActAsType' class.
ActAsType.getAny ( )This method is from 'ActAsType' class.
ActAsType.setAny ( Object value )This method is from 'ActAsType' class.
[+] ChoiceChallengeResponseType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ChoiceChallengeResponseType.ChoiceChallengeResponseType ( )This constructor is from 'ChoiceChallengeResponseType' class.
ChoiceChallengeResponseType.getChoiceSelected ( )This method is from 'ChoiceChallengeResponseType' class.
ChoiceChallengeResponseType.getRefId ( )This method is from 'ChoiceChallengeResponseType' class.
ChoiceChallengeResponseType.setRefId ( String value )This method is from 'ChoiceChallengeResponseType' class.
[+] ChoiceChallengeType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
ChoiceChallengeType.ChoiceChallengeType ( )This constructor is from 'ChoiceChallengeType' class.
ChoiceChallengeType.getChoice ( )This method is from 'ChoiceChallengeType' class.
ChoiceChallengeType.getLabel ( )This method is from 'ChoiceChallengeType' class.
ChoiceChallengeType.getOtherAttributes ( )This method is from 'ChoiceChallengeType' class.
ChoiceChallengeType.getRefID ( )This method is from 'ChoiceChallengeType' class.
ChoiceChallengeType.isExactlyOne ( )This method is from 'ChoiceChallengeType' class.
ChoiceChallengeType.setChoice ( ChoiceType value )This method is from 'ChoiceChallengeType' class.
ChoiceChallengeType.setExactlyOne ( Boolean value )This method is from 'ChoiceChallengeType' class.
ChoiceChallengeType.setLabel ( String value )This method is from 'ChoiceChallengeType' class.
ChoiceChallengeType.setRefID ( String value )This method is from 'ChoiceChallengeType' class.
[+] ChoiceSelectedType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
ChoiceSelectedType.ChoiceSelectedType ( )This constructor is from 'ChoiceSelectedType' class.
ChoiceSelectedType.getRefId ( )This method is from 'ChoiceSelectedType' class.
ChoiceSelectedType.setRefId ( String value )This method is from 'ChoiceSelectedType' class.
[+] ChoiceType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
ChoiceType.ChoiceType ( )This constructor is from 'ChoiceType' class.
ChoiceType.getImage ( )This method is from 'ChoiceType' class.
ChoiceType.getLabel ( )This method is from 'ChoiceType' class.
ChoiceType.getOtherAttributes ( )This method is from 'ChoiceType' class.
ChoiceType.getRefID ( )This method is from 'ChoiceType' class.
ChoiceType.setImage ( ImageType value )This method is from 'ChoiceType' class.
ChoiceType.setLabel ( String value )This method is from 'ChoiceType' class.
ChoiceType.setRefID ( String value )This method is from 'ChoiceType' class.
[+] ContextDataType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ContextDataType.ContextDataType ( )This constructor is from 'ContextDataType' class.
ContextDataType.getAny ( )This method is from 'ContextDataType' class.
ContextDataType.getRefID ( )This method is from 'ContextDataType' class.
ContextDataType.setRefID ( String value )This method is from 'ContextDataType' class.
[+] ImageType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ImageType.getMimeType ( )This method is from 'ImageType' class.
ImageType.getValue ( )This method is from 'ImageType' class.
ImageType.ImageType ( )This constructor is from 'ImageType' class.
ImageType.setMimeType ( String value )This method is from 'ImageType' class.
ImageType.setValue ( byte[ ] value )This method is from 'ImageType' class.
[+] InteractiveChallengeResponseType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
InteractiveChallengeResponseType.getAny ( )This method is from 'InteractiveChallengeResponseType' class.
InteractiveChallengeResponseType.getOtherAttributes ( )This method is from 'InteractiveChallengeResponseType' class.
InteractiveChallengeResponseType.InteractiveChallengeResponseType ( )This constructor is from 'InteractiveChallengeResponseType' class.
[+] InteractiveChallengeType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
InteractiveChallengeType.getAny ( )This method is from 'InteractiveChallengeType' class.
InteractiveChallengeType.getOtherAttributes ( )This method is from 'InteractiveChallengeType' class.
InteractiveChallengeType.InteractiveChallengeType ( )This constructor is from 'InteractiveChallengeType' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (22)
ObjectFactory.createActAs ( ActAsType value )This method is from 'ObjectFactory' class.
ObjectFactory.createActAsType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createChoiceChallenge ( ChoiceChallengeType value )This method is from 'ObjectFactory' class.
ObjectFactory.createChoiceChallengeResponse ( ChoiceChallengeResponseType value )This method is from 'ObjectFactory' class.
ObjectFactory.createChoiceChallengeResponseType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createChoiceChallengeType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createChoiceSelectedType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createChoiceType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createContextData ( ContextDataType value )This method is from 'ObjectFactory' class.
ObjectFactory.createContextDataType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createImageType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createInteractiveChallenge ( InteractiveChallengeType value )This method is from 'ObjectFactory' class.
ObjectFactory.createInteractiveChallengeResponse ( InteractiveChallengeResponseType value )This method is from 'ObjectFactory' class.
ObjectFactory.createInteractiveChallengeResponseType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createInteractiveChallengeType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTextChallenge ( TextChallengeType value )This method is from 'ObjectFactory' class.
ObjectFactory.createTextChallengeResponse ( TextChallengeResponseType value )This method is from 'ObjectFactory' class.
ObjectFactory.createTextChallengeResponseType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTextChallengeType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTitle ( TitleType value )This method is from 'ObjectFactory' class.
ObjectFactory.createTitleType ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] TextChallengeResponseType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
TextChallengeResponseType.getOtherAttributes ( )This method is from 'TextChallengeResponseType' class.
TextChallengeResponseType.getRefId ( )This method is from 'TextChallengeResponseType' class.
TextChallengeResponseType.getValue ( )This method is from 'TextChallengeResponseType' class.
TextChallengeResponseType.setRefId ( String value )This method is from 'TextChallengeResponseType' class.
TextChallengeResponseType.setValue ( String value )This method is from 'TextChallengeResponseType' class.
TextChallengeResponseType.TextChallengeResponseType ( )This constructor is from 'TextChallengeResponseType' class.
[+] TextChallengeType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
TextChallengeType.getImage ( )This method is from 'TextChallengeType' class.
TextChallengeType.getLabel ( )This method is from 'TextChallengeType' class.
TextChallengeType.getMaxLen ( )This method is from 'TextChallengeType' class.
TextChallengeType.getOtherAttributes ( )This method is from 'TextChallengeType' class.
TextChallengeType.getRefID ( )This method is from 'TextChallengeType' class.
TextChallengeType.isHideText ( )This method is from 'TextChallengeType' class.
TextChallengeType.setHideText ( Boolean value )This method is from 'TextChallengeType' class.
TextChallengeType.setImage ( ImageType value )This method is from 'TextChallengeType' class.
TextChallengeType.setLabel ( String value )This method is from 'TextChallengeType' class.
TextChallengeType.setMaxLen ( Integer value )This method is from 'TextChallengeType' class.
TextChallengeType.setRefID ( String value )This method is from 'TextChallengeType' class.
TextChallengeType.TextChallengeType ( )This constructor is from 'TextChallengeType' class.
[+] TitleType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TitleType.getOtherAttributes ( )This method is from 'TitleType' class.
TitleType.getValue ( )This method is from 'TitleType' class.
TitleType.setValue ( String value )This method is from 'TitleType' class.
TitleType.TitleType ( )This constructor is from 'TitleType' class.
package org.apache.cxf.ws.security.sts.provider.model.xmldsig
[+] CanonicalizationMethodType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
CanonicalizationMethodType.CanonicalizationMethodType ( )This constructor is from 'CanonicalizationMethodType' class.
CanonicalizationMethodType.getAlgorithm ( )This method is from 'CanonicalizationMethodType' class.
CanonicalizationMethodType.getContent ( )This method is from 'CanonicalizationMethodType' class.
CanonicalizationMethodType.setAlgorithm ( String value )This method is from 'CanonicalizationMethodType' class.
[+] DigestMethodType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
DigestMethodType.DigestMethodType ( )This constructor is from 'DigestMethodType' class.
DigestMethodType.getAlgorithm ( )This method is from 'DigestMethodType' class.
DigestMethodType.getContent ( )This method is from 'DigestMethodType' class.
DigestMethodType.setAlgorithm ( String value )This method is from 'DigestMethodType' class.
[+] DSAKeyValueType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
DSAKeyValueType.DSAKeyValueType ( )This constructor is from 'DSAKeyValueType' class.
DSAKeyValueType.getG ( )This method is from 'DSAKeyValueType' class.
DSAKeyValueType.getJ ( )This method is from 'DSAKeyValueType' class.
DSAKeyValueType.getP ( )This method is from 'DSAKeyValueType' class.
DSAKeyValueType.getPgenCounter ( )This method is from 'DSAKeyValueType' class.
DSAKeyValueType.getQ ( )This method is from 'DSAKeyValueType' class.
DSAKeyValueType.getSeed ( )This method is from 'DSAKeyValueType' class.
DSAKeyValueType.getY ( )This method is from 'DSAKeyValueType' class.
DSAKeyValueType.setG ( byte[ ] value )This method is from 'DSAKeyValueType' class.
DSAKeyValueType.setJ ( byte[ ] value )This method is from 'DSAKeyValueType' class.
DSAKeyValueType.setP ( byte[ ] value )This method is from 'DSAKeyValueType' class.
DSAKeyValueType.setPgenCounter ( byte[ ] value )This method is from 'DSAKeyValueType' class.
DSAKeyValueType.setQ ( byte[ ] value )This method is from 'DSAKeyValueType' class.
DSAKeyValueType.setSeed ( byte[ ] value )This method is from 'DSAKeyValueType' class.
DSAKeyValueType.setY ( byte[ ] value )This method is from 'DSAKeyValueType' class.
[+] KeyInfoType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
KeyInfoType.getContent ( )This method is from 'KeyInfoType' class.
KeyInfoType.getId ( )This method is from 'KeyInfoType' class.
KeyInfoType.KeyInfoType ( )This constructor is from 'KeyInfoType' class.
KeyInfoType.setId ( String value )This method is from 'KeyInfoType' class.
[+] KeyValueType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
KeyValueType.getContent ( )This method is from 'KeyValueType' class.
KeyValueType.KeyValueType ( )This constructor is from 'KeyValueType' class.
[+] ManifestType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ManifestType.getId ( )This method is from 'ManifestType' class.
ManifestType.getReference ( )This method is from 'ManifestType' class.
ManifestType.ManifestType ( )This constructor is from 'ManifestType' class.
ManifestType.setId ( String value )This method is from 'ManifestType' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (57)
ObjectFactory.createCanonicalizationMethod ( CanonicalizationMethodType value )This method is from 'ObjectFactory' class.
ObjectFactory.createCanonicalizationMethodType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createDigestMethod ( DigestMethodType value )This method is from 'ObjectFactory' class.
ObjectFactory.createDigestMethodType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createDigestValue ( byte[ ] value )This method is from 'ObjectFactory' class.
ObjectFactory.createDSAKeyValue ( DSAKeyValueType value )This method is from 'ObjectFactory' class.
ObjectFactory.createDSAKeyValueType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createKeyInfo ( KeyInfoType value )This method is from 'ObjectFactory' class.
ObjectFactory.createKeyInfoType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createKeyName ( String value )This method is from 'ObjectFactory' class.
ObjectFactory.createKeyValue ( KeyValueType value )This method is from 'ObjectFactory' class.
ObjectFactory.createKeyValueType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createManifest ( ManifestType value )This method is from 'ObjectFactory' class.
ObjectFactory.createManifestType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createMgmtData ( String value )This method is from 'ObjectFactory' class.
ObjectFactory.createObject ( ObjectType value )This method is from 'ObjectFactory' class.
ObjectFactory.createObjectType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createPGPData ( PGPDataType value )This method is from 'ObjectFactory' class.
ObjectFactory.createPGPDataType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createPGPDataTypePGPKeyID ( byte[ ] value )This method is from 'ObjectFactory' class.
ObjectFactory.createPGPDataTypePGPKeyPacket ( byte[ ] value )This method is from 'ObjectFactory' class.
ObjectFactory.createReference ( ReferenceType value )This method is from 'ObjectFactory' class.
ObjectFactory.createReferenceType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRetrievalMethod ( RetrievalMethodType value )This method is from 'ObjectFactory' class.
ObjectFactory.createRetrievalMethodType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createRSAKeyValue ( RSAKeyValueType value )This method is from 'ObjectFactory' class.
ObjectFactory.createRSAKeyValueType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSignature ( SignatureType value )This method is from 'ObjectFactory' class.
ObjectFactory.createSignatureMethod ( SignatureMethodType value )This method is from 'ObjectFactory' class.
ObjectFactory.createSignatureMethodType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSignatureMethodTypeHMACOutputLength ( java.math.BigInteger value )This method is from 'ObjectFactory' class.
ObjectFactory.createSignatureProperties ( SignaturePropertiesType value )This method is from 'ObjectFactory' class.
ObjectFactory.createSignaturePropertiesType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSignatureProperty ( SignaturePropertyType value )This method is from 'ObjectFactory' class.
ObjectFactory.createSignaturePropertyType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSignatureType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSignatureValue ( SignatureValueType value )This method is from 'ObjectFactory' class.
ObjectFactory.createSignatureValueType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSignedInfo ( SignedInfoType value )This method is from 'ObjectFactory' class.
ObjectFactory.createSignedInfoType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSPKIData ( SPKIDataType value )This method is from 'ObjectFactory' class.
ObjectFactory.createSPKIDataType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createSPKIDataTypeSPKISexp ( byte[ ] value )This method is from 'ObjectFactory' class.
ObjectFactory.createTransform ( TransformType value )This method is from 'ObjectFactory' class.
ObjectFactory.createTransforms ( TransformsType value )This method is from 'ObjectFactory' class.
ObjectFactory.createTransformsType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTransformType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTransformTypeXPath ( String value )This method is from 'ObjectFactory' class.
ObjectFactory.createX509Data ( X509DataType value )This method is from 'ObjectFactory' class.
ObjectFactory.createX509DataType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createX509DataTypeX509Certificate ( byte[ ] value )This method is from 'ObjectFactory' class.
ObjectFactory.createX509DataTypeX509CRL ( byte[ ] value )This method is from 'ObjectFactory' class.
ObjectFactory.createX509DataTypeX509IssuerSerial ( X509IssuerSerialType value )This method is from 'ObjectFactory' class.
ObjectFactory.createX509DataTypeX509SKI ( byte[ ] value )This method is from 'ObjectFactory' class.
ObjectFactory.createX509DataTypeX509SubjectName ( String value )This method is from 'ObjectFactory' class.
ObjectFactory.createX509IssuerSerialType ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] ObjectType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
ObjectType.getContent ( )This method is from 'ObjectType' class.
ObjectType.getEncoding ( )This method is from 'ObjectType' class.
ObjectType.getId ( )This method is from 'ObjectType' class.
ObjectType.getMimeType ( )This method is from 'ObjectType' class.
ObjectType.ObjectType ( )This constructor is from 'ObjectType' class.
ObjectType.setEncoding ( String value )This method is from 'ObjectType' class.
ObjectType.setId ( String value )This method is from 'ObjectType' class.
ObjectType.setMimeType ( String value )This method is from 'ObjectType' class.
[+] PGPDataType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
PGPDataType.getContent ( )This method is from 'PGPDataType' class.
PGPDataType.PGPDataType ( )This constructor is from 'PGPDataType' class.
[+] ReferenceType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
ReferenceType.getDigestMethod ( )This method is from 'ReferenceType' class.
ReferenceType.getDigestValue ( )This method is from 'ReferenceType' class.
ReferenceType.getId ( )This method is from 'ReferenceType' class.
ReferenceType.getTransforms ( )This method is from 'ReferenceType' class.
ReferenceType.getType ( )This method is from 'ReferenceType' class.
ReferenceType.getURI ( )This method is from 'ReferenceType' class.
ReferenceType.ReferenceType ( )This constructor is from 'ReferenceType' class.
ReferenceType.setDigestMethod ( DigestMethodType value )This method is from 'ReferenceType' class.
ReferenceType.setDigestValue ( byte[ ] value )This method is from 'ReferenceType' class.
ReferenceType.setId ( String value )This method is from 'ReferenceType' class.
ReferenceType.setTransforms ( TransformsType value )This method is from 'ReferenceType' class.
ReferenceType.setType ( String value )This method is from 'ReferenceType' class.
ReferenceType.setURI ( String value )This method is from 'ReferenceType' class.
[+] RetrievalMethodType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
RetrievalMethodType.getTransforms ( )This method is from 'RetrievalMethodType' class.
RetrievalMethodType.getType ( )This method is from 'RetrievalMethodType' class.
RetrievalMethodType.getURI ( )This method is from 'RetrievalMethodType' class.
RetrievalMethodType.RetrievalMethodType ( )This constructor is from 'RetrievalMethodType' class.
RetrievalMethodType.setTransforms ( TransformsType value )This method is from 'RetrievalMethodType' class.
RetrievalMethodType.setType ( String value )This method is from 'RetrievalMethodType' class.
RetrievalMethodType.setURI ( String value )This method is from 'RetrievalMethodType' class.
[+] RSAKeyValueType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
RSAKeyValueType.getExponent ( )This method is from 'RSAKeyValueType' class.
RSAKeyValueType.getModulus ( )This method is from 'RSAKeyValueType' class.
RSAKeyValueType.RSAKeyValueType ( )This constructor is from 'RSAKeyValueType' class.
RSAKeyValueType.setExponent ( byte[ ] value )This method is from 'RSAKeyValueType' class.
RSAKeyValueType.setModulus ( byte[ ] value )This method is from 'RSAKeyValueType' class.
[+] SignatureMethodType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SignatureMethodType.getAlgorithm ( )This method is from 'SignatureMethodType' class.
SignatureMethodType.getContent ( )This method is from 'SignatureMethodType' class.
SignatureMethodType.setAlgorithm ( String value )This method is from 'SignatureMethodType' class.
SignatureMethodType.SignatureMethodType ( )This constructor is from 'SignatureMethodType' class.
[+] SignaturePropertiesType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SignaturePropertiesType.getId ( )This method is from 'SignaturePropertiesType' class.
SignaturePropertiesType.getSignatureProperty ( )This method is from 'SignaturePropertiesType' class.
SignaturePropertiesType.setId ( String value )This method is from 'SignaturePropertiesType' class.
SignaturePropertiesType.SignaturePropertiesType ( )This constructor is from 'SignaturePropertiesType' class.
[+] SignaturePropertyType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
SignaturePropertyType.getContent ( )This method is from 'SignaturePropertyType' class.
SignaturePropertyType.getId ( )This method is from 'SignaturePropertyType' class.
SignaturePropertyType.getTarget ( )This method is from 'SignaturePropertyType' class.
SignaturePropertyType.setId ( String value )This method is from 'SignaturePropertyType' class.
SignaturePropertyType.setTarget ( String value )This method is from 'SignaturePropertyType' class.
SignaturePropertyType.SignaturePropertyType ( )This constructor is from 'SignaturePropertyType' class.
[+] SignatureType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
SignatureType.getId ( )This method is from 'SignatureType' class.
SignatureType.getKeyInfo ( )This method is from 'SignatureType' class.
SignatureType.getObject ( )This method is from 'SignatureType' class.
SignatureType.getSignatureValue ( )This method is from 'SignatureType' class.
SignatureType.getSignedInfo ( )This method is from 'SignatureType' class.
SignatureType.setId ( String value )This method is from 'SignatureType' class.
SignatureType.setKeyInfo ( KeyInfoType value )This method is from 'SignatureType' class.
SignatureType.setSignatureValue ( SignatureValueType value )This method is from 'SignatureType' class.
SignatureType.setSignedInfo ( SignedInfoType value )This method is from 'SignatureType' class.
SignatureType.SignatureType ( )This constructor is from 'SignatureType' class.
[+] SignatureValueType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
SignatureValueType.getValue ( )This method is from 'SignatureValueType' class.
SignatureValueType.setValue ( byte[ ] value )This method is from 'SignatureValueType' class.
SignatureValueType.SignatureValueType ( )This constructor is from 'SignatureValueType' class.
[+] SignedInfoType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
SignedInfoType.getCanonicalizationMethod ( )This method is from 'SignedInfoType' class.
SignedInfoType.getId ( )This method is from 'SignedInfoType' class.
SignedInfoType.getReference ( )This method is from 'SignedInfoType' class.
SignedInfoType.getSignatureMethod ( )This method is from 'SignedInfoType' class.
SignedInfoType.setCanonicalizationMethod ( CanonicalizationMethodType value )This method is from 'SignedInfoType' class.
SignedInfoType.setId ( String value )This method is from 'SignedInfoType' class.
SignedInfoType.setSignatureMethod ( SignatureMethodType value )This method is from 'SignedInfoType' class.
SignedInfoType.SignedInfoType ( )This constructor is from 'SignedInfoType' class.
[+] SPKIDataType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SPKIDataType.getSPKISexpAndAny ( )This method is from 'SPKIDataType' class.
SPKIDataType.SPKIDataType ( )This constructor is from 'SPKIDataType' class.
[+] TransformsType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
TransformsType.getTransform ( )This method is from 'TransformsType' class.
TransformsType.TransformsType ( )This constructor is from 'TransformsType' class.
[+] TransformType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TransformType.getAlgorithm ( )This method is from 'TransformType' class.
TransformType.getContent ( )This method is from 'TransformType' class.
TransformType.setAlgorithm ( String value )This method is from 'TransformType' class.
TransformType.TransformType ( )This constructor is from 'TransformType' class.
[+] X509DataType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
X509DataType.getX509IssuerSerialOrX509SKIOrX509SubjectName ( )This method is from 'X509DataType' class.
X509DataType.X509DataType ( )This constructor is from 'X509DataType' class.
[+] X509IssuerSerialType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
X509IssuerSerialType.getX509IssuerName ( )This method is from 'X509IssuerSerialType' class.
X509IssuerSerialType.getX509SerialNumber ( )This method is from 'X509IssuerSerialType' class.
X509IssuerSerialType.setX509IssuerName ( String value )This method is from 'X509IssuerSerialType' class.
X509IssuerSerialType.setX509SerialNumber ( java.math.BigInteger value )This method is from 'X509IssuerSerialType' class.
X509IssuerSerialType.X509IssuerSerialType ( )This constructor is from 'X509IssuerSerialType' class.
package org.apache.cxf.ws.security.sts.provider.operation
[+] CancelOperation (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
CancelOperation.cancel ( org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType p1, javax.xml.ws.WebServiceContext p2 )This abstract method is from 'CancelOperation' interface.
[+] IssueOperation (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
IssueOperation.issue ( org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType p1, javax.xml.ws.WebServiceContext p2 )This abstract method is from 'IssueOperation' interface.
[+] IssueSingleOperation (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
IssueSingleOperation.issueSingle ( org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType p1, javax.xml.ws.WebServiceContext p2 )This abstract method is from 'IssueSingleOperation' interface.
[+] KeyExchangeTokenOperation (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
KeyExchangeTokenOperation.keyExchangeToken ( org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType p1, javax.xml.ws.WebServiceContext p2 )This abstract method is from 'KeyExchangeTokenOperation' interface.
[+] RenewOperation (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
RenewOperation.renew ( org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType p1, javax.xml.ws.WebServiceContext p2 )This abstract method is from 'RenewOperation' interface.
[+] RequestCollectionOperation (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
RequestCollectionOperation.requestCollection ( org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenCollectionType p1, javax.xml.ws.WebServiceContext p2 )This abstract method is from 'RequestCollectionOperation' interface.
[+] ValidateOperation (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ValidateOperation.validate ( org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType p1, javax.xml.ws.WebServiceContext p2 )This abstract method is from 'ValidateOperation' interface.
package org.apache.cxf.ws.security.tokenstore
[+] MemoryTokenStore (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
MemoryTokenStore.add ( SecurityToken token )This method is from 'MemoryTokenStore' class.
MemoryTokenStore.getCancelledTokens ( )This method is from 'MemoryTokenStore' class.
MemoryTokenStore.getExpiredTokens ( )This method is from 'MemoryTokenStore' class.
MemoryTokenStore.getRenewedTokens ( )This method is from 'MemoryTokenStore' class.
MemoryTokenStore.getToken ( String id )This method is from 'MemoryTokenStore' class.
MemoryTokenStore.getTokenByAssociatedHash ( int hashCode )This method is from 'MemoryTokenStore' class.
MemoryTokenStore.getTokenIdentifiers ( )This method is from 'MemoryTokenStore' class.
MemoryTokenStore.getTokens ( SecurityToken.State state )This method is from 'MemoryTokenStore' class.
MemoryTokenStore.getValidTokens ( )This method is from 'MemoryTokenStore' class.
MemoryTokenStore.MemoryTokenStore ( )This constructor is from 'MemoryTokenStore' class.
MemoryTokenStore.processTokenExpiry ( )This method is from 'MemoryTokenStore' class.
MemoryTokenStore.remove ( SecurityToken token )This method is from 'MemoryTokenStore' class.
MemoryTokenStore.removeCancelledTokens ( )This method is from 'MemoryTokenStore' class.
MemoryTokenStore.removeExpiredTokens ( )This method is from 'MemoryTokenStore' class.
MemoryTokenStore.setAutoRemoveTokens ( boolean auto )This method is from 'MemoryTokenStore' class.
MemoryTokenStore.update ( SecurityToken token )This method is from 'MemoryTokenStore' class.
[+] SecurityToken (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (41)
SecurityToken.getAssociatedHash ( )This method is from 'SecurityToken' class.
SecurityToken.getAttachedReference ( )This method is from 'SecurityToken' class.
SecurityToken.getCreated ( )This method is from 'SecurityToken' class.
SecurityToken.getCrypto ( )This method is from 'SecurityToken' class.
SecurityToken.getExpires ( )This method is from 'SecurityToken' class.
SecurityToken.getId ( )This method is from 'SecurityToken' class.
SecurityToken.getIdFromSTR ( org.w3c.dom.Element str )This method is from 'SecurityToken' class.
SecurityToken.getIssuerAddress ( )This method is from 'SecurityToken' class.
SecurityToken.getPreviousToken ( )This method is from 'SecurityToken' class.
SecurityToken.getPrincipal ( )This method is from 'SecurityToken' class.
SecurityToken.getProperties ( )This method is from 'SecurityToken' class.
SecurityToken.getSecret ( )This method is from 'SecurityToken' class.
SecurityToken.getSHA1 ( )This method is from 'SecurityToken' class.
SecurityToken.getState ( )This method is from 'SecurityToken' class.
SecurityToken.getToken ( )This method is from 'SecurityToken' class.
SecurityToken.getTokenType ( )This method is from 'SecurityToken' class.
SecurityToken.getUnattachedReference ( )This method is from 'SecurityToken' class.
SecurityToken.getWsuId ( )This method is from 'SecurityToken' class.
SecurityToken.getX509Certificate ( )This method is from 'SecurityToken' class.
SecurityToken.isChanged ( )This method is from 'SecurityToken' class.
SecurityToken.SecurityToken ( )This constructor is from 'SecurityToken' class.
SecurityToken.SecurityToken ( String id )This constructor is from 'SecurityToken' class.
SecurityToken.SecurityToken ( String id, java.util.Date created, java.util.Date expires )This constructor is from 'SecurityToken' class.
SecurityToken.SecurityToken ( String id, org.w3c.dom.Element tokenElem, java.util.Date created, java.util.Date expires )This constructor is from 'SecurityToken' class.
SecurityToken.SecurityToken ( String id, org.w3c.dom.Element tokenElem, org.w3c.dom.Element lifetimeElem )This constructor is from 'SecurityToken' class.
SecurityToken.setAssociatedHash ( int hash )This method is from 'SecurityToken' class.
SecurityToken.setAttachedReference ( org.w3c.dom.Element attachedReference )This method is from 'SecurityToken' class.
SecurityToken.setChanged ( boolean chnaged )This method is from 'SecurityToken' class.
SecurityToken.setExpires ( java.util.Date expires )This method is from 'SecurityToken' class.
SecurityToken.setIssuerAddress ( String issuerAddress )This method is from 'SecurityToken' class.
SecurityToken.setPreviousToken ( org.w3c.dom.Element previousToken )This method is from 'SecurityToken' class.
SecurityToken.setPrincipal ( java.security.Principal principal )This method is from 'SecurityToken' class.
SecurityToken.setProperties ( java.util.Properties properties )This method is from 'SecurityToken' class.
SecurityToken.setSecret ( byte[ ] secret )This method is from 'SecurityToken' class.
SecurityToken.setSHA1 ( String sha )This method is from 'SecurityToken' class.
SecurityToken.setState ( SecurityToken.State state )This method is from 'SecurityToken' class.
SecurityToken.setToken ( org.w3c.dom.Element token )This method is from 'SecurityToken' class.
SecurityToken.setTokenType ( String s )This method is from 'SecurityToken' class.
SecurityToken.setUnattachedReference ( org.w3c.dom.Element unattachedReference )This method is from 'SecurityToken' class.
SecurityToken.setWsuId ( String wsuId )This method is from 'SecurityToken' class.
SecurityToken.setX509Certificate ( java.security.cert.X509Certificate cert, org.apache.ws.security.components.crypto.Crypto cpt )This method is from 'SecurityToken' class.
[+] SecurityToken.State (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SecurityToken.State.valueOf ( String name )This method is from 'SecurityToken.State' class.
SecurityToken.State.values ( )This method is from 'SecurityToken.State' class.
[+] TokenStore (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
TokenStore.add ( SecurityToken p1 )This abstract method is from 'TokenStore' interface.
TokenStore.getCancelledTokens ( )This abstract method is from 'TokenStore' interface.
TokenStore.getExpiredTokens ( )This abstract method is from 'TokenStore' interface.
TokenStore.getRenewedTokens ( )This abstract method is from 'TokenStore' interface.
TokenStore.getToken ( String p1 )This abstract method is from 'TokenStore' interface.
TokenStore.getTokenByAssociatedHash ( int p1 )This abstract method is from 'TokenStore' interface.
TokenStore.getTokenIdentifiers ( )This abstract method is from 'TokenStore' interface.
TokenStore.getValidTokens ( )This abstract method is from 'TokenStore' interface.
TokenStore.remove ( SecurityToken p1 )This abstract method is from 'TokenStore' interface.
TokenStore.removeCancelledTokens ( )This abstract method is from 'TokenStore' interface.
TokenStore.removeExpiredTokens ( )This abstract method is from 'TokenStore' interface.
TokenStore.setAutoRemoveTokens ( boolean p1 )This abstract method is from 'TokenStore' interface.
TokenStore.update ( SecurityToken p1 )This abstract method is from 'TokenStore' interface.
package org.apache.cxf.ws.security.trust
[+] AuthPolicyValidatingInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
AuthPolicyValidatingInterceptor.AuthPolicyValidatingInterceptor ( )This constructor is from 'AuthPolicyValidatingInterceptor' class.
AuthPolicyValidatingInterceptor.AuthPolicyValidatingInterceptor ( String phase )This constructor is from 'AuthPolicyValidatingInterceptor' class.
AuthPolicyValidatingInterceptor.convertPolicyToToken ( org.apache.cxf.configuration.security.AuthorizationPolicy policy )This method is from 'AuthPolicyValidatingInterceptor' class.
AuthPolicyValidatingInterceptor.handleMessage ( org.apache.cxf.message.Message message )This method is from 'AuthPolicyValidatingInterceptor' class.
AuthPolicyValidatingInterceptor.setValidator ( STSTokenValidator validator )This method is from 'AuthPolicyValidatingInterceptor' class.
[+] STSClient (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (100)
STSClient.addAppliesTo ( javax.xml.stream.XMLStreamWriter writer, String appliesTo )This method is from 'STSClient' class.
STSClient.addBinaryExchange ( String binaryExchange, org.apache.cxf.staxutils.W3CDOMStreamWriter writer )This method is from 'STSClient' class.
STSClient.addClaims ( javax.xml.stream.XMLStreamWriter writer )This method is from 'STSClient' class.
STSClient.addKeySize ( int keysize, org.apache.cxf.staxutils.W3CDOMStreamWriter writer )This method is from 'STSClient' class.
STSClient.addLifetime ( javax.xml.stream.XMLStreamWriter writer )This method is from 'STSClient' class.
STSClient.addRequestType ( String requestType, org.apache.cxf.staxutils.W3CDOMStreamWriter writer )This method is from 'STSClient' class.
STSClient.addTokenType ( javax.xml.stream.XMLStreamWriter writer )This method is from 'STSClient' class.
STSClient.cancelSecurityToken ( org.apache.cxf.ws.security.tokenstore.SecurityToken token )This method is from 'STSClient' class.
STSClient.configureViaEPR ( org.apache.cxf.ws.addressing.EndpointReferenceType ref )This method is from 'STSClient' class.
STSClient.createClient ( )This method is from 'STSClient' class.
STSClient.createCrypto ( boolean decrypt )This method is from 'STSClient' class.
STSClient.createHandler ( )This method is from 'STSClient' class.
STSClient.createSecurityToken ( org.w3c.dom.Element el, byte[ ] requestorEntropy )This method is from 'STSClient' class.
STSClient.decryptKey ( org.w3c.dom.Element child )This method is from 'STSClient' class.
STSClient.findID ( org.w3c.dom.Element rar, org.w3c.dom.Element rur, org.w3c.dom.Element rst )This method is from 'STSClient' class.
STSClient.findMEXLocation ( org.apache.cxf.ws.addressing.EndpointReferenceType ref )This method is from 'STSClient' class.
STSClient.findMEXLocation ( org.w3c.dom.Element ref )This method is from 'STSClient' class.
STSClient.findOperation ( String suffix )This method is from 'STSClient' class.
STSClient.getActAsToken ( )This method is from 'STSClient' class.
STSClient.getAddressingAssertion ( )This method is from 'STSClient' class.
STSClient.getBeanName ( )This method is from 'STSClient' class.
STSClient.getCert ( org.apache.ws.security.components.crypto.Crypto crypto )This method is from 'STSClient' class.
STSClient.getClient ( )This method is from 'STSClient' class.
STSClient.getContext ( )This method is from 'STSClient' class.
STSClient.getDelegationSecurityToken ( Object delegationObject )This method is from 'STSClient' class.
STSClient.getDocumentElement ( javax.xml.transform.dom.DOMSource ds )This method is from 'STSClient' class.
STSClient.getEndpointQName ( )This method is from 'STSClient' class.
STSClient.getFeatures ( )This method is from 'STSClient' class.
STSClient.getIDFromSTR ( org.w3c.dom.Element el )This method is from 'STSClient' class.
STSClient.getInFaultInterceptors ( )This method is from 'STSClient' class.
STSClient.getInInterceptors ( )This method is from 'STSClient' class.
STSClient.getKeySize ( )This method is from 'STSClient' class.
STSClient.getOnBehalfOfToken ( )This method is from 'STSClient' class.
STSClient.getOutFaultInterceptors ( )This method is from 'STSClient' class.
STSClient.getOutInterceptors ( )This method is from 'STSClient' class.
STSClient.getProperties ( )This method is from 'STSClient' class.
STSClient.getProperty ( String s )This method is from 'STSClient' class.
STSClient.getRequestContext ( )This method is from 'STSClient' class.
STSClient.getServiceQName ( )This method is from 'STSClient' class.
STSClient.getTokenType ( )This method is from 'STSClient' class.
STSClient.getWsdlLocation ( )This method is from 'STSClient' class.
STSClient.isEnableAppliesTo ( )This method is from 'STSClient' class.
STSClient.isRequiresEntropy ( )This method is from 'STSClient' class.
STSClient.isSecureConv ( )This method is from 'STSClient' class.
STSClient.isSpnego ( )This method is from 'STSClient' class.
STSClient.isUseCertificateForConfirmationKeyInfo ( )This method is from 'STSClient' class.
STSClient.renewSecurityToken ( org.apache.cxf.ws.security.tokenstore.SecurityToken tok )This method is from 'STSClient' class.
STSClient.requestSecurityToken ( )This method is from 'STSClient' class.
STSClient.requestSecurityToken ( String appliesTo )This method is from 'STSClient' class.
STSClient.requestSecurityToken ( String appliesTo, String binaryExchange )This method is from 'STSClient' class.
STSClient.requestSecurityToken ( String appliesTo, String action, String requestType, org.apache.cxf.ws.security.tokenstore.SecurityToken target )This method is from 'STSClient' class.
STSClient.requestSecurityToken ( String appliesTo, String action, String requestType, org.apache.cxf.ws.security.tokenstore.SecurityToken target, String binaryExchange )This method is from 'STSClient' class.
STSClient.setActAs ( Object actAs )This method is from 'STSClient' class.
STSClient.setAddressingNamespace ( String ad )This method is from 'STSClient' class.
STSClient.setAlgorithmSuite ( org.apache.cxf.ws.security.policy.model.AlgorithmSuite ag )This method is from 'STSClient' class.
STSClient.setBeanName ( String s )This method is from 'STSClient' class.
STSClient.setClaims ( org.w3c.dom.Element rstClaims )This method is from 'STSClient' class.
STSClient.setContext ( String context )This method is from 'STSClient' class.
STSClient.setEnableAppliesTo ( boolean enableAppliesTo )This method is from 'STSClient' class.
STSClient.setEnableLifetime ( boolean enableLifetime )This method is from 'STSClient' class.
STSClient.setEndpointName ( String qn )This method is from 'STSClient' class.
STSClient.setEndpointQName ( javax.xml.namespace.QName qn )This method is from 'STSClient' class.
STSClient.setFeatures ( java.util.List f )This method is from 'STSClient' class.
STSClient.setInFaultInterceptors ( java.util.List interceptors )This method is from 'STSClient' class.
STSClient.setInInterceptors ( java.util.List interceptors )This method is from 'STSClient' class.
STSClient.setKeySize ( int i )This method is from 'STSClient' class.
STSClient.setKeyType ( String keyType )This method is from 'STSClient' class.
STSClient.setLocation ( String location )This method is from 'STSClient' class.
STSClient.setMessage ( org.apache.cxf.message.Message message )This method is from 'STSClient' class.
STSClient.setOnBehalfOf ( Object onBehalfOf )This method is from 'STSClient' class.
STSClient.setOnBehalfOfElement ( org.w3c.dom.Element onBehalfOfElement )This method is from 'STSClient' class.
STSClient.setOutFaultInterceptors ( java.util.List interceptors )This method is from 'STSClient' class.
STSClient.setOutInterceptors ( java.util.List interceptors )This method is from 'STSClient' class.
STSClient.setPolicy ( Object newPolicy )This method is from 'STSClient' class.
STSClient.setPolicyInternal ( org.apache.neethi.Policy newPolicy )This method is from 'STSClient' class.
STSClient.setPolicyInternal ( org.w3c.dom.Element newPolicy )This method is from 'STSClient' class.
STSClient.setProperties ( java.util.Map p )This method is from 'STSClient' class.
STSClient.setRequiresEntropy ( boolean requiresEntropy )This method is from 'STSClient' class.
STSClient.setSecureConv ( boolean secureConv )This method is from 'STSClient' class.
STSClient.setSendKeyType ( boolean sendKeyType )This method is from 'STSClient' class.
STSClient.setServiceName ( String qn )This method is from 'STSClient' class.
STSClient.setServiceQName ( javax.xml.namespace.QName qn )This method is from 'STSClient' class.
STSClient.setSoap11 ( )This method is from 'STSClient' class.
STSClient.setSoap11 ( boolean b )This method is from 'STSClient' class.
STSClient.setSoap12 ( )This method is from 'STSClient' class.
STSClient.setSpnego ( boolean spnego )This method is from 'STSClient' class.
STSClient.setTemplate ( org.w3c.dom.Element rstTemplate )This method is from 'STSClient' class.
STSClient.setTokenType ( String tokenType )This method is from 'STSClient' class.
STSClient.setTrust ( org.apache.cxf.ws.security.policy.model.Trust10 trust )This method is from 'STSClient' class.
STSClient.setTrust ( org.apache.cxf.ws.security.policy.model.Trust13 trust )This method is from 'STSClient' class.
STSClient.setTtl ( int ttl )This method is from 'STSClient' class.
STSClient.setUseCertificateForConfirmationKeyInfo ( boolean useCertificate )This method is from 'STSClient' class.
STSClient.setWsdlLocation ( String wsdl )This method is from 'STSClient' class.
STSClient.STSClient ( org.apache.cxf.Bus b )This constructor is from 'STSClient' class.
STSClient.useSecondaryParameters ( )This method is from 'STSClient' class.
STSClient.validateSecurityToken ( org.apache.cxf.ws.security.tokenstore.SecurityToken tok )This method is from 'STSClient' class.
STSClient.validateSecurityToken ( org.apache.cxf.ws.security.tokenstore.SecurityToken tok, String tokentype )This method is from 'STSClient' class.
STSClient.writeElementsForRSTPublicKey ( org.apache.cxf.staxutils.W3CDOMStreamWriter writer, java.security.cert.X509Certificate cert )This method is from 'STSClient' class.
STSClient.writeElementsForRSTSymmetricKey ( org.apache.cxf.staxutils.W3CDOMStreamWriter writer, boolean wroteKeySize )This method is from 'STSClient' class.
STSClient.writeKeyType ( org.apache.cxf.staxutils.W3CDOMStreamWriter writer, String keyTypeToWrite )This method is from 'STSClient' class.
[+] STSSamlAssertionValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
STSSamlAssertionValidator.isTrustVerificationSucceeded ( )This method is from 'STSSamlAssertionValidator' class.
STSSamlAssertionValidator.STSSamlAssertionValidator ( )This constructor is from 'STSSamlAssertionValidator' class.
STSSamlAssertionValidator.validate ( org.apache.ws.security.validate.Credential credential, org.apache.ws.security.handler.RequestData data )This method is from 'STSSamlAssertionValidator' class.
STSSamlAssertionValidator.verifySignedAssertion ( org.apache.ws.security.saml.ext.AssertionWrapper assertion, org.apache.ws.security.handler.RequestData data )This method is from 'STSSamlAssertionValidator' class.
[+] STSTokenValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
STSTokenValidator.isValidatedLocally ( org.apache.ws.security.validate.Credential credential, org.apache.ws.security.handler.RequestData data )This method is from 'STSTokenValidator' class.
STSTokenValidator.STSTokenValidator ( )This constructor is from 'STSTokenValidator' class.
STSTokenValidator.STSTokenValidator ( boolean alwaysValidateToSts )This constructor is from 'STSTokenValidator' class.
STSTokenValidator.validate ( org.apache.ws.security.validate.Credential credential, org.apache.ws.security.handler.RequestData data )This method is from 'STSTokenValidator' class.
STSTokenValidator.validateWithSTS ( org.apache.ws.security.validate.Credential credential, org.apache.cxf.message.Message message )This method is from 'STSTokenValidator' class.
[+] STSUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
STSUtils.createSTSEndpoint ( org.apache.cxf.Bus bus, String namespace, String transportId, String location, String soapVersion, org.apache.neethi.Policy policy, javax.xml.namespace.QName epName )This method is from 'STSUtils' class.
STSUtils.getClient ( org.apache.cxf.message.Message message, String type )This method is from 'STSUtils' class.
STSUtils.getClient ( org.apache.cxf.message.Message message, String type, org.apache.cxf.ws.security.policy.model.IssuedToken itok )This method is from 'STSUtils' class.
STSUtils.getTokenTypeSCT ( String trustNs )This method is from 'STSUtils' class.
[+] TrustException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
TrustException.TrustException ( String msg, java.util.logging.Logger log )This constructor is from 'TrustException' class.
TrustException.TrustException ( String msg, java.util.logging.Logger log, Throwable t )This constructor is from 'TrustException' class.
TrustException.TrustException ( Throwable cause )This constructor is from 'TrustException' class.
TrustException.TrustException ( java.util.logging.Logger log, String msg, Object[ ] params )This constructor is from 'TrustException' class.
TrustException.TrustException ( org.apache.cxf.common.i18n.Message msg )This constructor is from 'TrustException' class.
TrustException.TrustException ( org.apache.cxf.common.i18n.Message msg, Throwable t )This constructor is from 'TrustException' class.
package org.apache.cxf.ws.security.trust.delegation
[+] DelegationCallback (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
DelegationCallback.DelegationCallback ( )This constructor is from 'DelegationCallback' class.
DelegationCallback.DelegationCallback ( org.apache.cxf.message.Message currentMessage )This constructor is from 'DelegationCallback' class.
DelegationCallback.getCurrentMessage ( )This method is from 'DelegationCallback' class.
DelegationCallback.getToken ( )This method is from 'DelegationCallback' class.
DelegationCallback.setCurrentMessage ( org.apache.cxf.message.Message currentMessage )This method is from 'DelegationCallback' class.
DelegationCallback.setToken ( org.w3c.dom.Element token )This method is from 'DelegationCallback' class.
[+] ReceivedTokenCallbackHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ReceivedTokenCallbackHandler.handle ( javax.security.auth.callback.Callback[ ] callbacks )This method is from 'ReceivedTokenCallbackHandler' class.
ReceivedTokenCallbackHandler.ReceivedTokenCallbackHandler ( )This constructor is from 'ReceivedTokenCallbackHandler' class.
[+] WSSUsernameCallbackHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
WSSUsernameCallbackHandler.handle ( javax.security.auth.callback.Callback[ ] callbacks )This method is from 'WSSUsernameCallbackHandler' class.
WSSUsernameCallbackHandler.WSSUsernameCallbackHandler ( )This constructor is from 'WSSUsernameCallbackHandler' class.
package org.apache.cxf.ws.security.wss4j
[+] AbstractUsernameTokenAuthenticatingInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
AbstractUsernameTokenAuthenticatingInterceptor.AbstractUsernameTokenAuthenticatingInterceptor ( )This constructor is from 'AbstractUsernameTokenAuthenticatingInterceptor' abstract class.
AbstractUsernameTokenAuthenticatingInterceptor.AbstractUsernameTokenAuthenticatingInterceptor ( java.util.Map properties )This constructor is from 'AbstractUsernameTokenAuthenticatingInterceptor' abstract class.
AbstractUsernameTokenAuthenticatingInterceptor.createSecurityContext ( java.security.Principal p )This method is from 'AbstractUsernameTokenAuthenticatingInterceptor' abstract class.
AbstractUsernameTokenAuthenticatingInterceptor.createSubject ( String p1, String p2, boolean p3, String p4, String p5 )This abstract method is from 'AbstractUsernameTokenAuthenticatingInterceptor' abstract class.
AbstractUsernameTokenAuthenticatingInterceptor.doCreateSecurityContext ( java.security.Principal p, javax.security.auth.Subject subject )This method is from 'AbstractUsernameTokenAuthenticatingInterceptor' abstract class.
AbstractUsernameTokenAuthenticatingInterceptor.getSecurityEngine ( boolean utNoCallbacks )This method is from 'AbstractUsernameTokenAuthenticatingInterceptor' abstract class.
AbstractUsernameTokenAuthenticatingInterceptor.getSupportDigestPasswords ( )This method is from 'AbstractUsernameTokenAuthenticatingInterceptor' abstract class.
AbstractUsernameTokenAuthenticatingInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage msg )This method is from 'AbstractUsernameTokenAuthenticatingInterceptor' abstract class.
AbstractUsernameTokenAuthenticatingInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'AbstractUsernameTokenAuthenticatingInterceptor' abstract class.
AbstractUsernameTokenAuthenticatingInterceptor.setSubject ( String name, String password, boolean isDigest, String nonce, String created )This method is from 'AbstractUsernameTokenAuthenticatingInterceptor' abstract class.
AbstractUsernameTokenAuthenticatingInterceptor.setSupportDigestPasswords ( boolean support )This method is from 'AbstractUsernameTokenAuthenticatingInterceptor' abstract class.
[+] AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator.AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator ( AbstractUsernameTokenAuthenticatingInterceptor p1 )This constructor is from 'AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator' class.
AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator.verifyCustomPassword ( org.apache.ws.security.message.token.UsernameToken usernameToken, org.apache.ws.security.handler.RequestData data )This method is from 'AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator' class.
AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator.verifyDigestPassword ( org.apache.ws.security.message.token.UsernameToken usernameToken, org.apache.ws.security.handler.RequestData data )This method is from 'AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator' class.
AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator.verifyPlaintextPassword ( org.apache.ws.security.message.token.UsernameToken usernameToken, org.apache.ws.security.handler.RequestData data )This method is from 'AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator' class.
AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator.verifyUnknownPassword ( org.apache.ws.security.message.token.UsernameToken usernameToken, org.apache.ws.security.handler.RequestData data )This method is from 'AbstractUsernameTokenAuthenticatingInterceptor.CustomValidator' class.
[+] AbstractWSS4JInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (26)
AbstractWSS4JInterceptor.AbstractWSS4JInterceptor ( )This constructor is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.getAdditionalInterceptors ( )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.getAfter ( )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.getBefore ( )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.getId ( )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.getOption ( String key )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.getPassword ( Object msgContext )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.getPhase ( )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.getProperties ( )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.getProperty ( Object msgContext, String key )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.getRoles ( )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.getUnderstoodHeaders ( )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.handleFault ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.handleFault ( org.apache.cxf.message.Message x0 )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.isRequestor ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.loadCryptoFromPropertiesFile ( String propFilename, org.apache.ws.security.handler.RequestData reqData )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.postHandleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.setAfter ( java.util.Set after )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.setBefore ( java.util.Set before )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.setId ( String id )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.setPassword ( Object msgContext, String password )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.setPhase ( String phase )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.setProperties ( java.util.Map properties )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.setProperty ( Object msgContext, String key, Object value )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.setProperty ( String key, String value )This method is from 'AbstractWSS4JInterceptor' abstract class.
AbstractWSS4JInterceptor.translateProperties ( org.apache.cxf.binding.soap.SoapMessage msg )This method is from 'AbstractWSS4JInterceptor' abstract class.
[+] CryptoCoverageChecker (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
CryptoCoverageChecker.CryptoCoverageChecker ( )This constructor is from 'CryptoCoverageChecker' class.
CryptoCoverageChecker.CryptoCoverageChecker ( java.util.Map prefixes, java.util.List xPaths )This constructor is from 'CryptoCoverageChecker' class.
CryptoCoverageChecker.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'CryptoCoverageChecker' class.
CryptoCoverageChecker.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'CryptoCoverageChecker' class.
CryptoCoverageChecker.setPrefixes ( java.util.Map prefixes )This method is from 'CryptoCoverageChecker' class.
CryptoCoverageChecker.setXPaths ( java.util.List xpaths )This method is from 'CryptoCoverageChecker' class.
[+] CryptoCoverageChecker.XPathExpression (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
CryptoCoverageChecker.XPathExpression.CryptoCoverageChecker.XPathExpression ( String xPath, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope )This constructor is from 'CryptoCoverageChecker.XPathExpression' class.
CryptoCoverageChecker.XPathExpression.getScope ( )This method is from 'CryptoCoverageChecker.XPathExpression' class.
CryptoCoverageChecker.XPathExpression.getType ( )This method is from 'CryptoCoverageChecker.XPathExpression' class.
CryptoCoverageChecker.XPathExpression.getXPath ( )This method is from 'CryptoCoverageChecker.XPathExpression' class.
[+] CryptoCoverageUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
CryptoCoverageUtil.checkBodyCoverage ( org.w3c.dom.Element soapBody, java.util.Collection refs, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope )This method is from 'CryptoCoverageUtil' class.
CryptoCoverageUtil.checkCoverage ( org.w3c.dom.Element soapEnvelope, java.util.Collection refs, java.util.Map namespaces, String xPath, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope )This method is from 'CryptoCoverageUtil' class.
CryptoCoverageUtil.checkCoverage ( org.w3c.dom.Element soapEnvelope, java.util.Collection refs, java.util.Map namespaces, java.util.Collection xPaths, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope )This method is from 'CryptoCoverageUtil' class.
CryptoCoverageUtil.checkHeaderCoverage ( org.w3c.dom.Element soapHeader, java.util.Collection refs, String namespace, String name, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope )This method is from 'CryptoCoverageUtil' class.
CryptoCoverageUtil.reconcileEncryptedSignedRefs ( java.util.Collection signedRefs, java.util.Collection encryptedRefs )This method is from 'CryptoCoverageUtil' class.
[+] CryptoCoverageUtil.CoverageScope (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
CryptoCoverageUtil.CoverageScope.valueOf ( String name )This method is from 'CryptoCoverageUtil.CoverageScope' class.
CryptoCoverageUtil.CoverageScope.values ( )This method is from 'CryptoCoverageUtil.CoverageScope' class.
[+] CryptoCoverageUtil.CoverageType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
CryptoCoverageUtil.CoverageType.valueOf ( String name )This method is from 'CryptoCoverageUtil.CoverageType' class.
CryptoCoverageUtil.CoverageType.values ( )This method is from 'CryptoCoverageUtil.CoverageType' class.
[+] DelegatingCallbackHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
DelegatingCallbackHandler.DelegatingCallbackHandler ( javax.security.auth.callback.CallbackHandler pwdHandler )This constructor is from 'DelegatingCallbackHandler' class.
DelegatingCallbackHandler.handle ( javax.security.auth.callback.Callback[ ] callbacks )This method is from 'DelegatingCallbackHandler' class.
DelegatingCallbackHandler.handleCallback ( javax.security.auth.callback.Callback c )This method is from 'DelegatingCallbackHandler' class.
[+] PolicyBasedWSS4JInInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
PolicyBasedWSS4JInInterceptor.computeAction ( org.apache.cxf.binding.soap.SoapMessage message, org.apache.ws.security.handler.RequestData data )This method is from 'PolicyBasedWSS4JInInterceptor' class.
PolicyBasedWSS4JInInterceptor.doResults ( org.apache.cxf.binding.soap.SoapMessage msg, String actor, org.w3c.dom.Element soapHeader, org.w3c.dom.Element soapBody, java.util.List results, boolean utWithCallbacks )This method is from 'PolicyBasedWSS4JInInterceptor' class.
PolicyBasedWSS4JInInterceptor.getPropertiesCache ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'PolicyBasedWSS4JInInterceptor' class.
PolicyBasedWSS4JInInterceptor.PolicyBasedWSS4JInInterceptor ( )This constructor is from 'PolicyBasedWSS4JInInterceptor' class.
[+] PolicyBasedWSS4JOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
PolicyBasedWSS4JOutInterceptor.createEndingInterceptor ( )This method is from 'PolicyBasedWSS4JOutInterceptor' class.
PolicyBasedWSS4JOutInterceptor.handleFault ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'PolicyBasedWSS4JOutInterceptor' class.
PolicyBasedWSS4JOutInterceptor.handleFault ( org.apache.cxf.message.Message x0 )This method is from 'PolicyBasedWSS4JOutInterceptor' class.
PolicyBasedWSS4JOutInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage mc )This method is from 'PolicyBasedWSS4JOutInterceptor' class.
PolicyBasedWSS4JOutInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'PolicyBasedWSS4JOutInterceptor' class.
PolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptor ( )This constructor is from 'PolicyBasedWSS4JOutInterceptor' class.
[+] SamlTokenInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
SamlTokenInterceptor.getPassword ( String userName, org.apache.cxf.ws.security.policy.model.SamlToken info, int type, org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SamlTokenInterceptor' class.
SamlTokenInterceptor.getUnderstoodHeaders ( )This method is from 'SamlTokenInterceptor' class.
SamlTokenInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SamlTokenInterceptor' class.
SamlTokenInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'SamlTokenInterceptor' class.
SamlTokenInterceptor.policyNotAsserted ( org.apache.cxf.ws.security.policy.model.SamlToken assertion, Exception reason, org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SamlTokenInterceptor' class.
SamlTokenInterceptor.policyNotAsserted ( org.apache.cxf.ws.security.policy.model.SamlToken assertion, String reason, org.apache.cxf.binding.soap.SoapMessage message )This method is from 'SamlTokenInterceptor' class.
SamlTokenInterceptor.SamlTokenInterceptor ( )This constructor is from 'SamlTokenInterceptor' class.
[+] UsernameTokenInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
UsernameTokenInterceptor.addUsernameToken ( org.apache.cxf.binding.soap.SoapMessage message, org.apache.cxf.ws.security.policy.model.UsernameToken token )This method is from 'UsernameTokenInterceptor' class.
UsernameTokenInterceptor.createSecurityContext ( java.security.Principal p, javax.security.auth.Subject subject )This method is from 'UsernameTokenInterceptor' class.
UsernameTokenInterceptor.createSubject ( String name, String password, boolean isDigest, String nonce, String created )This method is from 'UsernameTokenInterceptor' class.
UsernameTokenInterceptor.getPassword ( String userName, org.apache.cxf.ws.security.policy.model.UsernameToken info, int type, org.apache.cxf.binding.soap.SoapMessage message )This method is from 'UsernameTokenInterceptor' class.
UsernameTokenInterceptor.getPrincipal ( org.w3c.dom.Element tokenElement, org.apache.cxf.binding.soap.SoapMessage message )This method is from 'UsernameTokenInterceptor' class.
UsernameTokenInterceptor.getUnderstoodHeaders ( )This method is from 'UsernameTokenInterceptor' class.
UsernameTokenInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'UsernameTokenInterceptor' class.
UsernameTokenInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'UsernameTokenInterceptor' class.
UsernameTokenInterceptor.parseTokenAndCreatePrincipal ( org.w3c.dom.Element tokenElement )This method is from 'UsernameTokenInterceptor' class.
UsernameTokenInterceptor.policyNotAsserted ( org.apache.cxf.ws.security.policy.model.UsernameToken assertion, Exception reason, org.apache.cxf.binding.soap.SoapMessage message )This method is from 'UsernameTokenInterceptor' class.
UsernameTokenInterceptor.policyNotAsserted ( org.apache.cxf.ws.security.policy.model.UsernameToken assertion, String reason, org.apache.cxf.binding.soap.SoapMessage message )This method is from 'UsernameTokenInterceptor' class.
UsernameTokenInterceptor.UsernameTokenInterceptor ( )This constructor is from 'UsernameTokenInterceptor' class.
[+] WSS4JOutInterceptor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
WSS4JOutInterceptor.createEndingInterceptor ( )This method is from 'WSS4JOutInterceptor' class.
WSS4JOutInterceptor.getProperty ( Object msgContext, String key )This method is from 'WSS4JOutInterceptor' class.
WSS4JOutInterceptor.handleFault ( org.apache.cxf.binding.soap.SoapMessage message )This method is from 'WSS4JOutInterceptor' class.
WSS4JOutInterceptor.handleFault ( org.apache.cxf.message.Message x0 )This method is from 'WSS4JOutInterceptor' class.
WSS4JOutInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage mc )This method is from 'WSS4JOutInterceptor' class.
WSS4JOutInterceptor.handleMessage ( org.apache.cxf.message.Message x0 )This method is from 'WSS4JOutInterceptor' class.
WSS4JOutInterceptor.isAllowMTOM ( )This method is from 'WSS4JOutInterceptor' class.
WSS4JOutInterceptor.setAllowMTOM ( boolean allowMTOM )This method is from 'WSS4JOutInterceptor' class.
WSS4JOutInterceptor.WSS4JOutInterceptor ( )This constructor is from 'WSS4JOutInterceptor' class.
WSS4JOutInterceptor.WSS4JOutInterceptor ( java.util.Map props )This constructor is from 'WSS4JOutInterceptor' class.
[+] WSS4JTokenConverter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
WSS4JTokenConverter.convertToken ( org.apache.cxf.message.Message msg, java.security.Principal p )This method is from 'WSS4JTokenConverter' class.
package org.apache.cxf.ws.security.wss4j.policyhandlers
[+] AbstractBindingBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (52)
AbstractBindingBuilder.AbstractBindingBuilder ( org.apache.ws.security.WSSConfig config, org.apache.cxf.ws.security.policy.model.Binding binding, javax.xml.soap.SOAPMessage saaj, org.apache.ws.security.message.WSSecHeader secHeader, org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.binding.soap.SoapMessage message )This constructor is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.addDerivedKeyElement ( org.w3c.dom.Element el )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.addDKUsernameToken ( org.apache.cxf.ws.security.policy.model.UsernameToken token, boolean useMac )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.addEncryptedKeyElement ( org.w3c.dom.Element el )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.addSamlToken ( org.apache.cxf.ws.security.policy.model.SamlToken token )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.addSignatureConfirmation ( java.util.List sigParts )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.addSignatureParts ( java.util.Map tokenMap, java.util.List sigParts )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.addSupportingElement ( org.w3c.dom.Element el )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.addSupportingTokens ( java.util.List sigs )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.addTopDownElement ( org.w3c.dom.Element el )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.addUsernameToken ( org.apache.cxf.ws.security.policy.model.UsernameToken token )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.addWsuIdToElement ( org.w3c.dom.Element elem )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.assertSupportingTokens ( java.util.Collection suppTokens )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.assertSupportingTokens ( java.util.List sigs )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.cloneElement ( org.w3c.dom.Element el )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.convertToEncryptionPart ( org.w3c.dom.Element element )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.createTimestamp ( )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.doEndorse ( )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.doEndorsedSignatures ( java.util.Map tokenMap, boolean isTokenProtection, boolean isSigProtect )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.findAndAssertPolicy ( javax.xml.namespace.QName n )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.findIDFromSamlToken ( org.w3c.dom.Element samlToken )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.getCallbackHandler ( )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.getCrypto ( org.apache.cxf.ws.security.policy.model.TokenWrapper wrapper, String cryptoKey, String propKey )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.getCryptoCache ( )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.getEncryptedKeyBuilder ( org.apache.cxf.ws.security.policy.model.TokenWrapper wrapper, org.apache.cxf.ws.security.policy.model.Token token )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.getEncryptedParts ( )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.getEncryptionCrypto ( org.apache.cxf.ws.security.policy.model.TokenWrapper wrapper )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.getPartsAndElements ( boolean sign, boolean includeBody, java.util.List parts, java.util.List xpaths, java.util.Map namespaces, java.util.List contentXpaths, java.util.Map cnamespaces )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.getPassword ( String userName, org.apache.neethi.Assertion info, int type )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.getSecurityToken ( )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.getSignatureBuilder ( org.apache.cxf.ws.security.policy.model.TokenWrapper wrapper, org.apache.cxf.ws.security.policy.model.Token token, boolean endorse )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.getSignatureBuilder ( org.apache.cxf.ws.security.policy.model.TokenWrapper wrapper, org.apache.cxf.ws.security.policy.model.Token token, boolean attached, boolean endorse )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.getSignatureCrypto ( org.apache.cxf.ws.security.policy.model.TokenWrapper wrapper )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.getSignedParts ( )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.getTokenStore ( )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.getUsername ( java.util.List results )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.getWss10 ( )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.handleEncryptedSignedHeaders ( java.util.List encryptedParts, java.util.List signedParts )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.handleLayout ( org.apache.ws.security.message.WSSecTimestamp timestamp )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.handleSupportingTokens ( java.util.Collection tokens, boolean endorse )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.handleSupportingTokens ( org.apache.cxf.ws.security.policy.model.SupportingToken suppTokens, boolean endorse )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.handleSupportingTokens ( org.apache.cxf.ws.security.policy.model.SupportingToken suppTokens, boolean endorse, java.util.Map ret )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.includeToken ( org.apache.cxf.ws.security.policy.SPConstants.IncludeTokenType inclusion )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.insertBeforeBottomUp ( org.w3c.dom.Element el )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.isRequestor ( )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.policyAsserted ( javax.xml.namespace.QName n )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.policyAsserted ( org.apache.neethi.Assertion assertion )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.policyNotAsserted ( org.apache.neethi.Assertion assertion, Exception reason )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.policyNotAsserted ( org.apache.neethi.Assertion assertion, String reason )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.setEncryptionUser ( org.apache.ws.security.message.WSSecEncryptedKey encrKeyBuilder, org.apache.cxf.ws.security.policy.model.TokenWrapper token, boolean sign, org.apache.ws.security.components.crypto.Crypto crypto )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.setKeyIdentifierType ( org.apache.ws.security.message.WSSecBase secBase, org.apache.cxf.ws.security.policy.model.TokenWrapper wrapper, org.apache.cxf.ws.security.policy.model.Token token )This method is from 'AbstractBindingBuilder' abstract class.
AbstractBindingBuilder.storeAssertionAsSecurityToken ( org.apache.ws.security.saml.ext.AssertionWrapper assertion )This method is from 'AbstractBindingBuilder' abstract class.
[+] AsymmetricBindingHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AsymmetricBindingHandler.AsymmetricBindingHandler ( org.apache.ws.security.WSSConfig config, org.apache.cxf.ws.security.policy.model.AsymmetricBinding binding, javax.xml.soap.SOAPMessage saaj, org.apache.ws.security.message.WSSecHeader secHeader, org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.binding.soap.SoapMessage message )This constructor is from 'AsymmetricBindingHandler' class.
AsymmetricBindingHandler.getRequestEncryptedKeyId ( java.util.List results )This method is from 'AsymmetricBindingHandler' class.
AsymmetricBindingHandler.getRequestEncryptedKeyValue ( java.util.List results )This method is from 'AsymmetricBindingHandler' class.
AsymmetricBindingHandler.handleBinding ( )This method is from 'AsymmetricBindingHandler' class.
[+] SymmetricBindingHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SymmetricBindingHandler.handleBinding ( )This method is from 'SymmetricBindingHandler' class.
SymmetricBindingHandler.SymmetricBindingHandler ( org.apache.ws.security.WSSConfig config, org.apache.cxf.ws.security.policy.model.SymmetricBinding binding, javax.xml.soap.SOAPMessage saaj, org.apache.ws.security.message.WSSecHeader secHeader, org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.binding.soap.SoapMessage message )This constructor is from 'SymmetricBindingHandler' class.
[+] TransportBindingHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
TransportBindingHandler.handleBinding ( )This method is from 'TransportBindingHandler' class.
TransportBindingHandler.TransportBindingHandler ( org.apache.ws.security.WSSConfig config, org.apache.cxf.ws.security.policy.model.TransportBinding binding, javax.xml.soap.SOAPMessage saaj, org.apache.ws.security.message.WSSecHeader secHeader, org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.binding.soap.SoapMessage message )This constructor is from 'TransportBindingHandler' class.
[+] WSSecurityTokenHolder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
WSSecurityTokenHolder.getToken ( )This method is from 'WSSecurityTokenHolder' class.
WSSecurityTokenHolder.WSSecurityTokenHolder ( org.apache.ws.security.WSSConfig config, org.apache.cxf.ws.security.tokenstore.SecurityToken t )This constructor is from 'WSSecurityTokenHolder' class.
package org.apache.cxf.ws.security.wss4j.policyvalidators
[+] AbstractBindingPolicyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
AbstractBindingPolicyValidator.AbstractBindingPolicyValidator ( )This constructor is from 'AbstractBindingPolicyValidator' abstract class.
AbstractBindingPolicyValidator.assertPolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, javax.xml.namespace.QName q )This method is from 'AbstractBindingPolicyValidator' abstract class.
AbstractBindingPolicyValidator.assertPolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.neethi.Assertion token )This method is from 'AbstractBindingPolicyValidator' abstract class.
AbstractBindingPolicyValidator.checkDerivedKeys ( org.apache.cxf.ws.security.policy.model.TokenWrapper tokenWrapper, boolean hasDerivedKeys, java.util.List signedResults, java.util.List encryptedResults )This method is from 'AbstractBindingPolicyValidator' abstract class.
AbstractBindingPolicyValidator.checkProperties ( org.apache.cxf.ws.security.policy.model.SymmetricAsymmetricBindingBase binding, org.apache.cxf.ws.policy.AssertionInfo ai, org.apache.cxf.ws.policy.AssertionInfoMap aim, java.util.List results, java.util.List signedResults, org.apache.cxf.message.Message message )This method is from 'AbstractBindingPolicyValidator' abstract class.
AbstractBindingPolicyValidator.checkProtectionOrder ( org.apache.cxf.ws.security.policy.model.SymmetricAsymmetricBindingBase binding, org.apache.cxf.ws.policy.AssertionInfo ai, java.util.List results )This method is from 'AbstractBindingPolicyValidator' abstract class.
AbstractBindingPolicyValidator.isSignatureEncrypted ( java.util.List results )This method is from 'AbstractBindingPolicyValidator' abstract class.
AbstractBindingPolicyValidator.notAssertPolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, javax.xml.namespace.QName q, String msg )This method is from 'AbstractBindingPolicyValidator' abstract class.
AbstractBindingPolicyValidator.validateEntireHeaderAndBodySignatures ( java.util.List signedResults )This method is from 'AbstractBindingPolicyValidator' abstract class.
AbstractBindingPolicyValidator.validateLayout ( boolean laxTimestampFirst, boolean laxTimestampLast, java.util.List results )This method is from 'AbstractBindingPolicyValidator' abstract class.
AbstractBindingPolicyValidator.validateTimestamp ( boolean includeTimestamp, boolean transportBinding, java.util.List results, java.util.List signedResults, org.apache.cxf.message.Message message )This method is from 'AbstractBindingPolicyValidator' abstract class.
[+] AbstractSamlPolicyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AbstractSamlPolicyValidator.AbstractSamlPolicyValidator ( )This constructor is from 'AbstractSamlPolicyValidator' abstract class.
AbstractSamlPolicyValidator.checkHolderOfKey ( org.apache.ws.security.saml.ext.AssertionWrapper assertionWrapper, java.util.List signedResults, java.security.cert.Certificate[ ] tlsCerts )This method is from 'AbstractSamlPolicyValidator' abstract class.
AbstractSamlPolicyValidator.isTokenRequired ( org.apache.cxf.ws.security.policy.model.Token token, org.apache.cxf.message.Message message )This method is from 'AbstractSamlPolicyValidator' abstract class.
[+] AbstractSupportingTokenPolicyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (17)
AbstractSupportingTokenPolicyValidator.AbstractSupportingTokenPolicyValidator ( )This constructor is from 'AbstractSupportingTokenPolicyValidator' abstract class.
AbstractSupportingTokenPolicyValidator.processKerberosTokens ( )This method is from 'AbstractSupportingTokenPolicyValidator' abstract class.
AbstractSupportingTokenPolicyValidator.processSAMLTokens ( )This method is from 'AbstractSupportingTokenPolicyValidator' abstract class.
AbstractSupportingTokenPolicyValidator.processSCTokens ( )This method is from 'AbstractSupportingTokenPolicyValidator' abstract class.
AbstractSupportingTokenPolicyValidator.processUsernameTokens ( )This method is from 'AbstractSupportingTokenPolicyValidator' abstract class.
AbstractSupportingTokenPolicyValidator.processX509Tokens ( )This method is from 'AbstractSupportingTokenPolicyValidator' abstract class.
AbstractSupportingTokenPolicyValidator.setDerived ( boolean derived )This method is from 'AbstractSupportingTokenPolicyValidator' abstract class.
AbstractSupportingTokenPolicyValidator.setEncrypted ( boolean encrypted )This method is from 'AbstractSupportingTokenPolicyValidator' abstract class.
AbstractSupportingTokenPolicyValidator.setEncryptedResults ( java.util.List encryptedResults )This method is from 'AbstractSupportingTokenPolicyValidator' abstract class.
AbstractSupportingTokenPolicyValidator.setEndorsed ( boolean endorsed )This method is from 'AbstractSupportingTokenPolicyValidator' abstract class.
AbstractSupportingTokenPolicyValidator.setMessage ( org.apache.cxf.message.Message msg )This method is from 'AbstractSupportingTokenPolicyValidator' abstract class.
AbstractSupportingTokenPolicyValidator.setResults ( java.util.List results )This method is from 'AbstractSupportingTokenPolicyValidator' abstract class.
AbstractSupportingTokenPolicyValidator.setSAMLTokenResults ( java.util.List samlResultsList )This method is from 'AbstractSupportingTokenPolicyValidator' abstract class.
AbstractSupportingTokenPolicyValidator.setSigned ( boolean signed )This method is from 'AbstractSupportingTokenPolicyValidator' abstract class.
AbstractSupportingTokenPolicyValidator.setSignedResults ( java.util.List signedResults )This method is from 'AbstractSupportingTokenPolicyValidator' abstract class.
AbstractSupportingTokenPolicyValidator.setTimestampElement ( org.w3c.dom.Element timestampElement )This method is from 'AbstractSupportingTokenPolicyValidator' abstract class.
AbstractSupportingTokenPolicyValidator.setUsernameTokenResults ( java.util.List utResultsList, boolean valUsernameToken )This method is from 'AbstractSupportingTokenPolicyValidator' abstract class.
[+] AbstractTokenPolicyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
AbstractTokenPolicyValidator.AbstractTokenPolicyValidator ( )This constructor is from 'AbstractTokenPolicyValidator' abstract class.
AbstractTokenPolicyValidator.isTokenRequired ( org.apache.cxf.ws.security.policy.model.Token token, org.apache.cxf.message.Message message )This method is from 'AbstractTokenPolicyValidator' abstract class.
[+] AlgorithmSuitePolicyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
AlgorithmSuitePolicyValidator.AlgorithmSuitePolicyValidator ( java.util.List results )This constructor is from 'AlgorithmSuitePolicyValidator' class.
AlgorithmSuitePolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfo aiBinding, org.apache.cxf.ws.security.policy.model.AlgorithmSuite algorithmPolicy )This method is from 'AlgorithmSuitePolicyValidator' class.
[+] AsymmetricBindingPolicyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
AsymmetricBindingPolicyValidator.AsymmetricBindingPolicyValidator ( )This constructor is from 'AsymmetricBindingPolicyValidator' class.
AsymmetricBindingPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, org.w3c.dom.Element soapBody, java.util.List results, java.util.List signedResults, java.util.List encryptedResults )This method is from 'AsymmetricBindingPolicyValidator' class.
[+] BindingPolicyValidator (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
BindingPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap p1, org.apache.cxf.message.Message p2, org.w3c.dom.Element p3, java.util.List p4, java.util.List p5, java.util.List p6 )This abstract method is from 'BindingPolicyValidator' interface.
[+] EncryptedTokenPolicyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
EncryptedTokenPolicyValidator.EncryptedTokenPolicyValidator ( )This constructor is from 'EncryptedTokenPolicyValidator' class.
EncryptedTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, java.util.List results, java.util.List signedResults, java.util.List encryptedResults )This method is from 'EncryptedTokenPolicyValidator' class.
[+] EndorsingEncryptedTokenPolicyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
EndorsingEncryptedTokenPolicyValidator.EndorsingEncryptedTokenPolicyValidator ( )This constructor is from 'EndorsingEncryptedTokenPolicyValidator' class.
EndorsingEncryptedTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, java.util.List results, java.util.List signedResults, java.util.List encryptedResults )This method is from 'EndorsingEncryptedTokenPolicyValidator' class.
[+] EndorsingTokenPolicyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
EndorsingTokenPolicyValidator.EndorsingTokenPolicyValidator ( )This constructor is from 'EndorsingTokenPolicyValidator' class.
EndorsingTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, java.util.List results, java.util.List signedResults, java.util.List encryptedResults )This method is from 'EndorsingTokenPolicyValidator' class.
[+] IssuedTokenPolicyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
IssuedTokenPolicyValidator.IssuedTokenPolicyValidator ( java.util.List signedResults, org.apache.cxf.message.Message message )This constructor is from 'IssuedTokenPolicyValidator' class.
IssuedTokenPolicyValidator.validatePolicy ( java.util.Collection ais, org.apache.ws.security.message.token.BinarySecurity binarySecurityToken )This method is from 'IssuedTokenPolicyValidator' class.
IssuedTokenPolicyValidator.validatePolicy ( java.util.Collection ais, org.apache.ws.security.saml.ext.AssertionWrapper assertionWrapper )This method is from 'IssuedTokenPolicyValidator' class.
[+] KerberosTokenPolicyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
KerberosTokenPolicyValidator.KerberosTokenPolicyValidator ( org.apache.cxf.message.Message message )This constructor is from 'KerberosTokenPolicyValidator' class.
KerberosTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.ws.security.message.token.KerberosSecurity kerberosToken )This method is from 'KerberosTokenPolicyValidator' class.
[+] SamlTokenPolicyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SamlTokenPolicyValidator.SamlTokenPolicyValidator ( )This constructor is from 'SamlTokenPolicyValidator' class.
SamlTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, org.w3c.dom.Element soapBody, java.util.List results, java.util.List signedResults )This method is from 'SamlTokenPolicyValidator' class.
[+] SecurityContextTokenPolicyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SecurityContextTokenPolicyValidator.SecurityContextTokenPolicyValidator ( )This constructor is from 'SecurityContextTokenPolicyValidator' class.
SecurityContextTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, org.w3c.dom.Element soapBody, java.util.List results, java.util.List signedResults )This method is from 'SecurityContextTokenPolicyValidator' class.
[+] SignedEncryptedTokenPolicyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SignedEncryptedTokenPolicyValidator.SignedEncryptedTokenPolicyValidator ( )This constructor is from 'SignedEncryptedTokenPolicyValidator' class.
SignedEncryptedTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, java.util.List results, java.util.List signedResults, java.util.List encryptedResults )This method is from 'SignedEncryptedTokenPolicyValidator' class.
[+] SignedEndorsingEncryptedTokenPolicyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SignedEndorsingEncryptedTokenPolicyValidator.SignedEndorsingEncryptedTokenPolicyValidator ( )This constructor is from 'SignedEndorsingEncryptedTokenPolicyValidator' class.
SignedEndorsingEncryptedTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, java.util.List results, java.util.List signedResults, java.util.List encryptedResults )This method is from 'SignedEndorsingEncryptedTokenPolicyValidator' class.
[+] SignedEndorsingTokenPolicyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SignedEndorsingTokenPolicyValidator.SignedEndorsingTokenPolicyValidator ( )This constructor is from 'SignedEndorsingTokenPolicyValidator' class.
SignedEndorsingTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, java.util.List results, java.util.List signedResults, java.util.List encryptedResults )This method is from 'SignedEndorsingTokenPolicyValidator' class.
[+] SignedTokenPolicyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SignedTokenPolicyValidator.SignedTokenPolicyValidator ( )This constructor is from 'SignedTokenPolicyValidator' class.
SignedTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, java.util.List results, java.util.List signedResults, java.util.List encryptedResults )This method is from 'SignedTokenPolicyValidator' class.
[+] SupportingTokenPolicyValidator (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SupportingTokenPolicyValidator.setSAMLTokenResults ( java.util.List p1 )This abstract method is from 'SupportingTokenPolicyValidator' interface.
SupportingTokenPolicyValidator.setTimestampElement ( org.w3c.dom.Element p1 )This abstract method is from 'SupportingTokenPolicyValidator' interface.
SupportingTokenPolicyValidator.setUsernameTokenResults ( java.util.List p1, boolean p2 )This abstract method is from 'SupportingTokenPolicyValidator' interface.
SupportingTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap p1, org.apache.cxf.message.Message p2, java.util.List p3, java.util.List p4, java.util.List p5 )This abstract method is from 'SupportingTokenPolicyValidator' interface.
[+] SymmetricBindingPolicyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SymmetricBindingPolicyValidator.SymmetricBindingPolicyValidator ( )This constructor is from 'SymmetricBindingPolicyValidator' class.
SymmetricBindingPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, org.w3c.dom.Element soapBody, java.util.List results, java.util.List signedResults, java.util.List encryptedResults )This method is from 'SymmetricBindingPolicyValidator' class.
[+] TokenPolicyValidator (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
TokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap p1, org.apache.cxf.message.Message p2, org.w3c.dom.Element p3, java.util.List p4, java.util.List p5 )This abstract method is from 'TokenPolicyValidator' interface.
[+] TransportBindingPolicyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
TransportBindingPolicyValidator.TransportBindingPolicyValidator ( )This constructor is from 'TransportBindingPolicyValidator' class.
TransportBindingPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, org.w3c.dom.Element soapBody, java.util.List results, java.util.List signedResults, java.util.List encryptedResults )This method is from 'TransportBindingPolicyValidator' class.
[+] UsernameTokenPolicyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
UsernameTokenPolicyValidator.checkTokens ( org.apache.cxf.ws.security.policy.model.UsernameToken usernameTokenPolicy, org.apache.cxf.ws.policy.AssertionInfo ai, java.util.List utResults )This method is from 'UsernameTokenPolicyValidator' class.
UsernameTokenPolicyValidator.UsernameTokenPolicyValidator ( )This constructor is from 'UsernameTokenPolicyValidator' class.
UsernameTokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, org.w3c.dom.Element soapBody, java.util.List results, java.util.List signedResults )This method is from 'UsernameTokenPolicyValidator' class.
[+] WSS11PolicyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
WSS11PolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, org.w3c.dom.Element soapBody, java.util.List results, java.util.List signedResults )This method is from 'WSS11PolicyValidator' class.
WSS11PolicyValidator.WSS11PolicyValidator ( )This constructor is from 'WSS11PolicyValidator' class.
[+] X509TokenPolicyValidator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
X509TokenPolicyValidator.validatePolicy ( org.apache.cxf.ws.policy.AssertionInfoMap aim, org.apache.cxf.message.Message message, org.w3c.dom.Element soapBody, java.util.List results, java.util.List signedResults )This method is from 'X509TokenPolicyValidator' class.
X509TokenPolicyValidator.X509TokenPolicyValidator ( )This constructor is from 'X509TokenPolicyValidator' class.
package org.apache.cxf.wsdl
[+] AbstractWSDLPlugin (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
AbstractWSDLPlugin.AbstractWSDLPlugin ( )This constructor is from 'AbstractWSDLPlugin' abstract class.
AbstractWSDLPlugin.getExtenstionRegistry ( )This method is from 'AbstractWSDLPlugin' abstract class.
AbstractWSDLPlugin.getOption ( java.util.Map args, Class clz )This method is from 'AbstractWSDLPlugin' abstract class.
AbstractWSDLPlugin.getOption ( java.util.Map args, String key )This method is from 'AbstractWSDLPlugin' abstract class.
AbstractWSDLPlugin.getOption ( java.util.Map args, String key, Class clz )This method is from 'AbstractWSDLPlugin' abstract class.
AbstractWSDLPlugin.getOption ( java.util.Map args, String key, String defaultValue )This method is from 'AbstractWSDLPlugin' abstract class.
AbstractWSDLPlugin.optionSet ( java.util.Map args, String key )This method is from 'AbstractWSDLPlugin' abstract class.
AbstractWSDLPlugin.setExtensionRegistry ( javax.wsdl.extensions.ExtensionRegistry r )This method is from 'AbstractWSDLPlugin' abstract class.
[+] EndpointReferenceUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (29)
EndpointReferenceUtils.convertToXML ( org.apache.cxf.ws.addressing.EndpointReferenceType epr )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.duplicate ( org.apache.cxf.ws.addressing.EndpointReferenceType ref )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.getAddress ( org.apache.cxf.ws.addressing.EndpointReferenceType ref )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.getAnonymousEndpointReference ( )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.getEndpointReference ( String address )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.getEndpointReference ( java.net.URL wsdlUrl, javax.xml.namespace.QName serviceName, String portName )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.getEndpointReference ( org.apache.cxf.ws.addressing.AttributedURIType address )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.getEndpointReferenceId ( java.util.Map messageContext )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.getEndpointReferenceWithId ( javax.xml.namespace.QName serviceQName, String portName, String id, org.apache.cxf.Bus bus )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.getInterfaceName ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.apache.cxf.Bus bus )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.getPort ( WSDLManager manager, org.apache.cxf.ws.addressing.EndpointReferenceType ref )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.getPortName ( org.apache.cxf.ws.addressing.EndpointReferenceType ref )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.getPortQName ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.apache.cxf.Bus bus )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.getSchema ( org.apache.cxf.service.model.ServiceInfo serviceInfo )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.getSchema ( org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.Bus b )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.getServiceName ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.apache.cxf.Bus bus )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.getServiceNameType ( javax.xml.namespace.QName serviceName, String portName )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.getWSDLDefinition ( WSDLManager manager, org.apache.cxf.ws.addressing.EndpointReferenceType ref )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.getWSDLLocation ( org.apache.cxf.ws.addressing.EndpointReferenceType ref )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.mint ( javax.xml.namespace.QName serviceName, org.apache.cxf.Bus bus )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.mint ( org.apache.cxf.ws.addressing.EndpointReferenceType physical, org.apache.cxf.Bus bus )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.renew ( org.apache.cxf.ws.addressing.EndpointReferenceType logical, org.apache.cxf.ws.addressing.EndpointReferenceType physical, org.apache.cxf.Bus bus )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.resolve ( org.apache.cxf.ws.addressing.EndpointReferenceType logical, org.apache.cxf.Bus bus )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.setAddress ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, String address )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.setInterfaceName ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, javax.xml.namespace.QName portTypeName )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.setMetadata ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, java.util.List metadata )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.setPortName ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, String portName )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.setServiceAndPortName ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, javax.xml.namespace.QName serviceName, String portName )This method is from 'EndpointReferenceUtils' class.
EndpointReferenceUtils.setWSDLLocation ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, String[ ] wsdlLocation )This method is from 'EndpointReferenceUtils' class.
[+] EndpointUtilsException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
EndpointUtilsException.EndpointUtilsException ( org.apache.cxf.common.i18n.Message msg )This constructor is from 'EndpointUtilsException' class.
EndpointUtilsException.EndpointUtilsException ( org.apache.cxf.common.i18n.Message msg, Throwable t )This constructor is from 'EndpointUtilsException' class.
[+] JAXBExtensionHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
JAXBExtensionHelper.addExtensions ( javax.wsdl.extensions.ExtensionRegistry registry, Class parentType, Class cls )This method is from 'JAXBExtensionHelper' class.
JAXBExtensionHelper.addExtensions ( javax.wsdl.extensions.ExtensionRegistry registry, Class parentType, Class cls, String namespace )This method is from 'JAXBExtensionHelper' class.
JAXBExtensionHelper.addExtensions ( javax.wsdl.extensions.ExtensionRegistry registry, String parentType, String elementType )This method is from 'JAXBExtensionHelper' class.
JAXBExtensionHelper.addExtensions ( javax.wsdl.extensions.ExtensionRegistry registry, String parentType, String elementType, String namespace )This method is from 'JAXBExtensionHelper' class.
JAXBExtensionHelper.JAXBExtensionHelper ( Class cls, String ns )This constructor is from 'JAXBExtensionHelper' class.
JAXBExtensionHelper.marshall ( Class parent, javax.xml.namespace.QName qname, javax.wsdl.extensions.ExtensibilityElement obj, java.io.PrintWriter pw, javax.wsdl.Definition wsdl, javax.wsdl.extensions.ExtensionRegistry registry )This method is from 'JAXBExtensionHelper' class.
JAXBExtensionHelper.unmarshall ( Class parent, javax.xml.namespace.QName qname, org.w3c.dom.Element element, javax.wsdl.Definition wsdl, javax.wsdl.extensions.ExtensionRegistry registry )This method is from 'JAXBExtensionHelper' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (28)
ObjectFactory.createDefinitions ( TDefinitions value )This method is from 'ObjectFactory' class.
ObjectFactory.createTBinding ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTBindingOperation ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTBindingOperationFault ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTBindingOperationMessage ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTDefinitions ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTDefinitionsBinding ( TBinding value )This method is from 'ObjectFactory' class.
ObjectFactory.createTDefinitionsImport ( TImport value )This method is from 'ObjectFactory' class.
ObjectFactory.createTDefinitionsMessage ( TMessage value )This method is from 'ObjectFactory' class.
ObjectFactory.createTDefinitionsPortType ( TPortType value )This method is from 'ObjectFactory' class.
ObjectFactory.createTDefinitionsService ( TService value )This method is from 'ObjectFactory' class.
ObjectFactory.createTDefinitionsTypes ( TTypes value )This method is from 'ObjectFactory' class.
ObjectFactory.createTDocumentation ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTDocumented ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTFault ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTImport ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTMessage ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTOperation ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTOperationFault ( TFault value )This method is from 'ObjectFactory' class.
ObjectFactory.createTOperationInput ( TParam value )This method is from 'ObjectFactory' class.
ObjectFactory.createTOperationOutput ( TParam value )This method is from 'ObjectFactory' class.
ObjectFactory.createTParam ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTPart ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTPort ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTPortType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTService ( )This method is from 'ObjectFactory' class.
ObjectFactory.createTTypes ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] PrettyPrintXMLStreamWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (37)
PrettyPrintXMLStreamWriter.close ( )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.flush ( )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.getNamespaceContext ( )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.getPrefix ( String uri )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.getProperty ( String name )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.indent ( )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.indentWithSpaces ( )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.PrettyPrintXMLStreamWriter ( javax.xml.stream.XMLStreamWriter writer, Class parent )This constructor is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.setDefaultNamespace ( String uri )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.setNamespaceContext ( javax.xml.namespace.NamespaceContext context )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.setPrefix ( String prefix, String uri )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.unindent ( )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeAttribute ( String localName, String value )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeAttribute ( String namespaceURI, String localName, String value )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeAttribute ( String prefix, String namespaceURI, String localName, String value )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeCData ( String data )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeCharacters ( char[ ] text, int start, int len )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeCharacters ( String text )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeComment ( String data )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeDefaultNamespace ( String namespaceURI )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeDTD ( String dtd )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeEmptyElement ( String localName )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeEmptyElement ( String namespaceURI, String localName )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeEmptyElement ( String prefix, String localName, String namespaceURI )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeEndDocument ( )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeEndElement ( )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeEntityRef ( String name )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeNamespace ( String prefix, String namespaceURI )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeProcessingInstruction ( String target )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeProcessingInstruction ( String target, String data )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeSpaces ( )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeStartDocument ( )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeStartDocument ( String version )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeStartDocument ( String encoding, String version )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeStartElement ( String localName )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeStartElement ( String namespaceURI, String localName )This method is from 'PrettyPrintXMLStreamWriter' class.
PrettyPrintXMLStreamWriter.writeStartElement ( String prefix, String localName, String namespaceURI )This method is from 'PrettyPrintXMLStreamWriter' class.
[+] TBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
TBinding.getName ( )This method is from 'TBinding' class.
TBinding.getOperation ( )This method is from 'TBinding' class.
TBinding.getType ( )This method is from 'TBinding' class.
TBinding.isSetName ( )This method is from 'TBinding' class.
TBinding.isSetOperation ( )This method is from 'TBinding' class.
TBinding.isSetType ( )This method is from 'TBinding' class.
TBinding.setName ( String value )This method is from 'TBinding' class.
TBinding.setType ( javax.xml.namespace.QName value )This method is from 'TBinding' class.
TBinding.TBinding ( )This constructor is from 'TBinding' class.
TBinding.unsetOperation ( )This method is from 'TBinding' class.
[+] TBindingOperation (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
TBindingOperation.getFault ( )This method is from 'TBindingOperation' class.
TBindingOperation.getInput ( )This method is from 'TBindingOperation' class.
TBindingOperation.getName ( )This method is from 'TBindingOperation' class.
TBindingOperation.getOutput ( )This method is from 'TBindingOperation' class.
TBindingOperation.isSetFault ( )This method is from 'TBindingOperation' class.
TBindingOperation.isSetInput ( )This method is from 'TBindingOperation' class.
TBindingOperation.isSetName ( )This method is from 'TBindingOperation' class.
TBindingOperation.isSetOutput ( )This method is from 'TBindingOperation' class.
TBindingOperation.setInput ( TBindingOperationMessage value )This method is from 'TBindingOperation' class.
TBindingOperation.setName ( String value )This method is from 'TBindingOperation' class.
TBindingOperation.setOutput ( TBindingOperationMessage value )This method is from 'TBindingOperation' class.
TBindingOperation.TBindingOperation ( )This constructor is from 'TBindingOperation' class.
TBindingOperation.unsetFault ( )This method is from 'TBindingOperation' class.
[+] TBindingOperationFault (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TBindingOperationFault.getName ( )This method is from 'TBindingOperationFault' class.
TBindingOperationFault.isSetName ( )This method is from 'TBindingOperationFault' class.
TBindingOperationFault.setName ( String value )This method is from 'TBindingOperationFault' class.
TBindingOperationFault.TBindingOperationFault ( )This constructor is from 'TBindingOperationFault' class.
[+] TBindingOperationMessage (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TBindingOperationMessage.getName ( )This method is from 'TBindingOperationMessage' class.
TBindingOperationMessage.isSetName ( )This method is from 'TBindingOperationMessage' class.
TBindingOperationMessage.setName ( String value )This method is from 'TBindingOperationMessage' class.
TBindingOperationMessage.TBindingOperationMessage ( )This constructor is from 'TBindingOperationMessage' class.
[+] TDefinitions (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (28)
TDefinitions.getBinding ( )This method is from 'TDefinitions' class.
TDefinitions.getImport ( )This method is from 'TDefinitions' class.
TDefinitions.getImportOrTypesOrMessage ( )This method is from 'TDefinitions' class.
TDefinitions.getMessage ( )This method is from 'TDefinitions' class.
TDefinitions.getName ( )This method is from 'TDefinitions' class.
TDefinitions.getPortType ( )This method is from 'TDefinitions' class.
TDefinitions.getService ( )This method is from 'TDefinitions' class.
TDefinitions.getTargetNamespace ( )This method is from 'TDefinitions' class.
TDefinitions.getTypes ( )This method is from 'TDefinitions' class.
TDefinitions.isSetBinding ( )This method is from 'TDefinitions' class.
TDefinitions.isSetImport ( )This method is from 'TDefinitions' class.
TDefinitions.isSetImportOrTypesOrMessage ( )This method is from 'TDefinitions' class.
TDefinitions.isSetMessage ( )This method is from 'TDefinitions' class.
TDefinitions.isSetName ( )This method is from 'TDefinitions' class.
TDefinitions.isSetPortType ( )This method is from 'TDefinitions' class.
TDefinitions.isSetService ( )This method is from 'TDefinitions' class.
TDefinitions.isSetTargetNamespace ( )This method is from 'TDefinitions' class.
TDefinitions.isSetTypes ( )This method is from 'TDefinitions' class.
TDefinitions.setBinding ( TBinding value )This method is from 'TDefinitions' class.
TDefinitions.setImport ( TImport value )This method is from 'TDefinitions' class.
TDefinitions.setMessage ( TMessage value )This method is from 'TDefinitions' class.
TDefinitions.setName ( String value )This method is from 'TDefinitions' class.
TDefinitions.setPortType ( TPortType value )This method is from 'TDefinitions' class.
TDefinitions.setService ( TService value )This method is from 'TDefinitions' class.
TDefinitions.setTargetNamespace ( String value )This method is from 'TDefinitions' class.
TDefinitions.setTypes ( TTypes value )This method is from 'TDefinitions' class.
TDefinitions.TDefinitions ( )This constructor is from 'TDefinitions' class.
TDefinitions.unsetImportOrTypesOrMessage ( )This method is from 'TDefinitions' class.
[+] TDocumentation (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TDocumentation.getContent ( )This method is from 'TDocumentation' class.
TDocumentation.isSetContent ( )This method is from 'TDocumentation' class.
TDocumentation.TDocumentation ( )This constructor is from 'TDocumentation' class.
TDocumentation.unsetContent ( )This method is from 'TDocumentation' class.
[+] TDocumented (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
TDocumented.getDocumentation ( )This method is from 'TDocumented' class.
TDocumented.isSetDocumentation ( )This method is from 'TDocumented' class.
TDocumented.setDocumentation ( TDocumentation value )This method is from 'TDocumented' class.
TDocumented.TDocumented ( )This constructor is from 'TDocumented' class.
[+] TExtensibilityElement (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
TExtensibilityElement.isRequired ( )This method is from 'TExtensibilityElement' abstract class.
TExtensibilityElement.isSetRequired ( )This method is from 'TExtensibilityElement' abstract class.
TExtensibilityElement.setRequired ( boolean value )This method is from 'TExtensibilityElement' abstract class.
TExtensibilityElement.TExtensibilityElement ( )This constructor is from 'TExtensibilityElement' abstract class.
TExtensibilityElement.unsetRequired ( )This method is from 'TExtensibilityElement' abstract class.
[+] TExtensibilityElementImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
TExtensibilityElementImpl.getElementType ( )This method is from 'TExtensibilityElementImpl' class.
TExtensibilityElementImpl.getRequired ( )This method is from 'TExtensibilityElementImpl' class.
TExtensibilityElementImpl.setElementType ( javax.xml.namespace.QName type )This method is from 'TExtensibilityElementImpl' class.
TExtensibilityElementImpl.setRequired ( Boolean value )This method is from 'TExtensibilityElementImpl' class.
TExtensibilityElementImpl.TExtensibilityElementImpl ( )This constructor is from 'TExtensibilityElementImpl' class.
[+] TExtensibleAttributesDocumented (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
TExtensibleAttributesDocumented.getAny ( )This method is from 'TExtensibleAttributesDocumented' abstract class.
TExtensibleAttributesDocumented.getOtherAttributes ( )This method is from 'TExtensibleAttributesDocumented' abstract class.
TExtensibleAttributesDocumented.isSetAny ( )This method is from 'TExtensibleAttributesDocumented' abstract class.
TExtensibleAttributesDocumented.TExtensibleAttributesDocumented ( )This constructor is from 'TExtensibleAttributesDocumented' abstract class.
TExtensibleAttributesDocumented.unsetAny ( )This method is from 'TExtensibleAttributesDocumented' abstract class.
[+] TExtensibleDocumented (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
TExtensibleDocumented.getAny ( )This method is from 'TExtensibleDocumented' abstract class.
TExtensibleDocumented.getOtherAttributes ( )This method is from 'TExtensibleDocumented' abstract class.
TExtensibleDocumented.isSetAny ( )This method is from 'TExtensibleDocumented' abstract class.
TExtensibleDocumented.TExtensibleDocumented ( )This constructor is from 'TExtensibleDocumented' abstract class.
TExtensibleDocumented.unsetAny ( )This method is from 'TExtensibleDocumented' abstract class.
[+] TFault (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
TFault.getMessage ( )This method is from 'TFault' class.
TFault.getName ( )This method is from 'TFault' class.
TFault.isSetMessage ( )This method is from 'TFault' class.
TFault.isSetName ( )This method is from 'TFault' class.
TFault.setMessage ( javax.xml.namespace.QName value )This method is from 'TFault' class.
TFault.setName ( String value )This method is from 'TFault' class.
TFault.TFault ( )This constructor is from 'TFault' class.
[+] TImport (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
TImport.getLocation ( )This method is from 'TImport' class.
TImport.getNamespace ( )This method is from 'TImport' class.
TImport.isSetLocation ( )This method is from 'TImport' class.
TImport.isSetNamespace ( )This method is from 'TImport' class.
TImport.setLocation ( String value )This method is from 'TImport' class.
TImport.setNamespace ( String value )This method is from 'TImport' class.
TImport.TImport ( )This constructor is from 'TImport' class.
[+] TMessage (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
TMessage.getName ( )This method is from 'TMessage' class.
TMessage.getPart ( )This method is from 'TMessage' class.
TMessage.isSetName ( )This method is from 'TMessage' class.
TMessage.isSetPart ( )This method is from 'TMessage' class.
TMessage.setName ( String value )This method is from 'TMessage' class.
TMessage.TMessage ( )This constructor is from 'TMessage' class.
TMessage.unsetPart ( )This method is from 'TMessage' class.
[+] TOperation (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
TOperation.getName ( )This method is from 'TOperation' class.
TOperation.getParameterOrder ( )This method is from 'TOperation' class.
TOperation.getRest ( )This method is from 'TOperation' class.
TOperation.isSetName ( )This method is from 'TOperation' class.
TOperation.isSetParameterOrder ( )This method is from 'TOperation' class.
TOperation.setName ( String value )This method is from 'TOperation' class.
TOperation.TOperation ( )This constructor is from 'TOperation' class.
TOperation.unsetParameterOrder ( )This method is from 'TOperation' class.
[+] TParam (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
TParam.getMessage ( )This method is from 'TParam' class.
TParam.getName ( )This method is from 'TParam' class.
TParam.isSetMessage ( )This method is from 'TParam' class.
TParam.isSetName ( )This method is from 'TParam' class.
TParam.setMessage ( javax.xml.namespace.QName value )This method is from 'TParam' class.
TParam.setName ( String value )This method is from 'TParam' class.
TParam.TParam ( )This constructor is from 'TParam' class.
[+] TPart (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
TPart.getElement ( )This method is from 'TPart' class.
TPart.getName ( )This method is from 'TPart' class.
TPart.getType ( )This method is from 'TPart' class.
TPart.isSetElement ( )This method is from 'TPart' class.
TPart.isSetName ( )This method is from 'TPart' class.
TPart.isSetType ( )This method is from 'TPart' class.
TPart.setElement ( javax.xml.namespace.QName value )This method is from 'TPart' class.
TPart.setName ( String value )This method is from 'TPart' class.
TPart.setType ( javax.xml.namespace.QName value )This method is from 'TPart' class.
TPart.TPart ( )This constructor is from 'TPart' class.
[+] TPort (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
TPort.getBinding ( )This method is from 'TPort' class.
TPort.getName ( )This method is from 'TPort' class.
TPort.isSetBinding ( )This method is from 'TPort' class.
TPort.isSetName ( )This method is from 'TPort' class.
TPort.setBinding ( javax.xml.namespace.QName value )This method is from 'TPort' class.
TPort.setName ( String value )This method is from 'TPort' class.
TPort.TPort ( )This constructor is from 'TPort' class.
[+] TPortType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
TPortType.getName ( )This method is from 'TPortType' class.
TPortType.getOperation ( )This method is from 'TPortType' class.
TPortType.isSetName ( )This method is from 'TPortType' class.
TPortType.isSetOperation ( )This method is from 'TPortType' class.
TPortType.setName ( String value )This method is from 'TPortType' class.
TPortType.TPortType ( )This constructor is from 'TPortType' class.
TPortType.unsetOperation ( )This method is from 'TPortType' class.
[+] TService (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
TService.getName ( )This method is from 'TService' class.
TService.getPort ( )This method is from 'TService' class.
TService.isSetName ( )This method is from 'TService' class.
TService.isSetPort ( )This method is from 'TService' class.
TService.setName ( String value )This method is from 'TService' class.
TService.TService ( )This constructor is from 'TService' class.
TService.unsetPort ( )This method is from 'TService' class.
[+] TTypes (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
TTypes.TTypes ( )This constructor is from 'TTypes' class.
[+] WSAEndpointReferenceUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
WSAEndpointReferenceUtils.createEndpointReferenceWithMetadata ( )This method is from 'WSAEndpointReferenceUtils' class.
WSAEndpointReferenceUtils.duplicate ( org.apache.cxf.ws.addressing.EndpointReferenceType ref )This method is from 'WSAEndpointReferenceUtils' class.
WSAEndpointReferenceUtils.getAddress ( org.apache.cxf.ws.addressing.EndpointReferenceType ref )This method is from 'WSAEndpointReferenceUtils' class.
WSAEndpointReferenceUtils.getAnonymousEndpointReference ( )This method is from 'WSAEndpointReferenceUtils' class.
WSAEndpointReferenceUtils.getEndpointReference ( String address )This method is from 'WSAEndpointReferenceUtils' class.
WSAEndpointReferenceUtils.getEndpointReference ( org.apache.cxf.ws.addressing.AttributedURIType address )This method is from 'WSAEndpointReferenceUtils' class.
WSAEndpointReferenceUtils.getSetMetadata ( org.apache.cxf.ws.addressing.EndpointReferenceType ref )This method is from 'WSAEndpointReferenceUtils' class.
WSAEndpointReferenceUtils.setAddress ( org.apache.cxf.ws.addressing.EndpointReferenceType ref, String address )This method is from 'WSAEndpointReferenceUtils' class.
[+] WSDLBuilder (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
WSDLBuilder.build ( String p1 )This abstract method is from 'WSDLBuilder' interface.
[+] WSDLExtensibilityPlugin (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
WSDLExtensibilityPlugin.createExtension ( java.util.Map p1 )This abstract method is from 'WSDLExtensibilityPlugin' interface.
WSDLExtensibilityPlugin.setExtensionRegistry ( javax.wsdl.extensions.ExtensionRegistry p1 )This abstract method is from 'WSDLExtensibilityPlugin' interface.
[+] WSDLLibrary (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
WSDLLibrary.isAvailable ( )This method is from 'WSDLLibrary' class.
[+] WSDLManager (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
WSDLManager.addDefinition ( Object p1, javax.wsdl.Definition p2 )This abstract method is from 'WSDLManager' interface.
WSDLManager.getDefinition ( String p1 )This abstract method is from 'WSDLManager' interface.
WSDLManager.getDefinition ( java.net.URL p1 )This abstract method is from 'WSDLManager' interface.
WSDLManager.getDefinition ( org.w3c.dom.Element p1 )This abstract method is from 'WSDLManager' interface.
WSDLManager.getDefinitions ( )This abstract method is from 'WSDLManager' interface.
WSDLManager.getExtensionRegistry ( )This abstract method is from 'WSDLManager' interface.
WSDLManager.getSchemasForDefinition ( javax.wsdl.Definition p1 )This abstract method is from 'WSDLManager' interface.
WSDLManager.getWSDLFactory ( )This abstract method is from 'WSDLManager' interface.
WSDLManager.putSchemasForDefinition ( javax.wsdl.Definition p1, org.apache.cxf.service.model.ServiceSchemaInfo p2 )This abstract method is from 'WSDLManager' interface.
WSDLManager.removeDefinition ( javax.wsdl.Definition p1 )This abstract method is from 'WSDLManager' interface.
package org.apache.cxf.wsdl.http
[+] AddressType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
AddressType.AddressType ( )This constructor is from 'AddressType' class.
AddressType.getLocation ( )This method is from 'AddressType' class.
AddressType.isSetLocation ( )This method is from 'AddressType' class.
AddressType.setLocation ( String value )This method is from 'AddressType' class.
[+] BindingType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
BindingType.BindingType ( )This constructor is from 'BindingType' class.
BindingType.getVerb ( )This method is from 'BindingType' class.
BindingType.isSetVerb ( )This method is from 'BindingType' class.
BindingType.setVerb ( String value )This method is from 'BindingType' class.
[+] ObjectFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
ObjectFactory.createAddress ( AddressType value )This method is from 'ObjectFactory' class.
ObjectFactory.createAddressType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createBinding ( BindingType value )This method is from 'ObjectFactory' class.
ObjectFactory.createBindingType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createOperation ( OperationType value )This method is from 'ObjectFactory' class.
ObjectFactory.createOperationType ( )This method is from 'ObjectFactory' class.
ObjectFactory.createUrlEncoded ( )This method is from 'ObjectFactory' class.
ObjectFactory.createUrlReplacement ( )This method is from 'ObjectFactory' class.
ObjectFactory.ObjectFactory ( )This constructor is from 'ObjectFactory' class.
[+] OperationType (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
OperationType.getLocation ( )This method is from 'OperationType' class.
OperationType.isSetLocation ( )This method is from 'OperationType' class.
OperationType.OperationType ( )This constructor is from 'OperationType' class.
OperationType.setLocation ( String value )This method is from 'OperationType' class.
[+] UrlEncoded (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
UrlEncoded.UrlEncoded ( )This constructor is from 'UrlEncoded' class.
[+] UrlReplacement (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
UrlReplacement.UrlReplacement ( )This constructor is from 'UrlReplacement' class.
package org.apache.cxf.wsdl11
[+] AbstractWrapperWSDLLocator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
AbstractWrapperWSDLLocator.AbstractWrapperWSDLLocator ( String wsdlUrl, javax.wsdl.xml.WSDLLocator parent )This constructor is from 'AbstractWrapperWSDLLocator' abstract class.
AbstractWrapperWSDLLocator.close ( )This method is from 'AbstractWrapperWSDLLocator' abstract class.
AbstractWrapperWSDLLocator.getBaseInputSource ( )This method is from 'AbstractWrapperWSDLLocator' abstract class.
AbstractWrapperWSDLLocator.getBaseURI ( )This method is from 'AbstractWrapperWSDLLocator' abstract class.
AbstractWrapperWSDLLocator.getImportInputSource ( String parentLocation, String importLocation )This method is from 'AbstractWrapperWSDLLocator' abstract class.
AbstractWrapperWSDLLocator.getInputSource ( )This abstract method is from 'AbstractWrapperWSDLLocator' abstract class.
AbstractWrapperWSDLLocator.getInputSource ( String p1, String p2 )This abstract method is from 'AbstractWrapperWSDLLocator' abstract class.
AbstractWrapperWSDLLocator.getLatestImportURI ( )This method is from 'AbstractWrapperWSDLLocator' abstract class.
[+] ResourceManagerWSDLLocator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ResourceManagerWSDLLocator.getInputSource ( )This method is from 'ResourceManagerWSDLLocator' class.
ResourceManagerWSDLLocator.getInputSource ( String parentLocation, String importLocation )This method is from 'ResourceManagerWSDLLocator' class.
ResourceManagerWSDLLocator.ResourceManagerWSDLLocator ( String wsdlUrl, javax.wsdl.xml.WSDLLocator parent, org.apache.cxf.Bus bus )This constructor is from 'ResourceManagerWSDLLocator' class.
ResourceManagerWSDLLocator.ResourceManagerWSDLLocator ( String wsdlUrl, org.apache.cxf.Bus bus )This constructor is from 'ResourceManagerWSDLLocator' class.
[+] SchemaSerializer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SchemaSerializer.marshall ( Class parentType, javax.xml.namespace.QName elementType, javax.wsdl.extensions.ExtensibilityElement extension, java.io.PrintWriter pw, javax.wsdl.Definition def, javax.wsdl.extensions.ExtensionRegistry extReg )This method is from 'SchemaSerializer' class.
SchemaSerializer.SchemaSerializer ( )This constructor is from 'SchemaSerializer' class.
[+] SchemaUtil (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
SchemaUtil.getSchemas ( javax.wsdl.Definition def, org.apache.cxf.common.xmlschema.SchemaCollection schemaCol, java.util.List schemas )This method is from 'SchemaUtil' class.
SchemaUtil.getSchemas ( javax.wsdl.Definition def, org.apache.cxf.common.xmlschema.SchemaCollection schemaCol, org.apache.cxf.service.model.ServiceInfo serviceInfo )This method is from 'SchemaUtil' class.
SchemaUtil.getSchemas ( javax.wsdl.Definition def, org.apache.cxf.service.model.ServiceInfo serviceInfo )This method is from 'SchemaUtil' class.
SchemaUtil.SchemaUtil ( org.apache.cxf.Bus b, java.util.Map s )This constructor is from 'SchemaUtil' class.
[+] ServiceWSDLBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (23)
ServiceWSDLBuilder.addDocumentation ( javax.wsdl.WSDLElement wsdlel, String text )This method is from 'ServiceWSDLBuilder' class.
ServiceWSDLBuilder.addExtensibilityElements ( javax.wsdl.extensions.ElementExtensible elementExtensible, java.util.List extensibilityElements )This method is from 'ServiceWSDLBuilder' class.
ServiceWSDLBuilder.addNamespace ( String namespaceURI )This method is from 'ServiceWSDLBuilder' class.
ServiceWSDLBuilder.addNamespace ( String prefix, String namespaceURI )This method is from 'ServiceWSDLBuilder' class.
ServiceWSDLBuilder.addNamespace ( String prefix, String namespaceURI, javax.wsdl.Definition def )This method is from 'ServiceWSDLBuilder' class.
ServiceWSDLBuilder.addNamespace ( String namespaceURI, javax.wsdl.Definition def )This method is from 'ServiceWSDLBuilder' class.
ServiceWSDLBuilder.build ( )This method is from 'ServiceWSDLBuilder' class.
ServiceWSDLBuilder.build ( java.util.Map imports )This method is from 'ServiceWSDLBuilder' class.
ServiceWSDLBuilder.buildBinding ( java.util.Collection bindingInfos, java.util.Collection portTypes )This method is from 'ServiceWSDLBuilder' class.
ServiceWSDLBuilder.buildBindingFault ( javax.wsdl.Definition def, javax.wsdl.BindingOperation bindingOperation, java.util.Collection bindingFaultInfos )This method is from 'ServiceWSDLBuilder' class.
ServiceWSDLBuilder.buildBindingInput ( javax.wsdl.Definition def, javax.wsdl.BindingOperation bindingOperation, org.apache.cxf.service.model.BindingMessageInfo bindingMessageInfo )This method is from 'ServiceWSDLBuilder' class.
ServiceWSDLBuilder.buildBindingOperation ( javax.wsdl.Definition def, javax.wsdl.Binding binding, java.util.Collection bindingOperationInfos )This method is from 'ServiceWSDLBuilder' class.
ServiceWSDLBuilder.buildBindingOutput ( javax.wsdl.Definition def, javax.wsdl.BindingOperation bindingOperation, org.apache.cxf.service.model.BindingMessageInfo bindingMessageInfo )This method is from 'ServiceWSDLBuilder' class.
ServiceWSDLBuilder.buildMessage ( javax.wsdl.Message message, org.apache.cxf.service.model.AbstractMessageContainer messageContainer, javax.wsdl.Definition def )This method is from 'ServiceWSDLBuilder' class.
ServiceWSDLBuilder.buildPortType ( org.apache.cxf.service.model.InterfaceInfo intf, javax.wsdl.Definition def )This method is from 'ServiceWSDLBuilder' class.
ServiceWSDLBuilder.buildPortTypeOperation ( javax.wsdl.PortType portType, java.util.Collection operationInfos, javax.wsdl.Definition def )This method is from 'ServiceWSDLBuilder' class.
ServiceWSDLBuilder.buildService ( org.apache.cxf.service.model.ServiceInfo serviceInfo )This method is from 'ServiceWSDLBuilder' class.
ServiceWSDLBuilder.buildTypes ( java.util.Collection schemas, java.util.Map imports, javax.wsdl.Definition def )This method is from 'ServiceWSDLBuilder' class.
ServiceWSDLBuilder.getWSDL11Extensors ( org.apache.cxf.service.model.AbstractPropertiesHolder holder )This method is from 'ServiceWSDLBuilder' class.
ServiceWSDLBuilder.ServiceWSDLBuilder ( org.apache.cxf.Bus b, java.util.List services )This constructor is from 'ServiceWSDLBuilder' class.
ServiceWSDLBuilder.ServiceWSDLBuilder ( org.apache.cxf.Bus b, org.apache.cxf.service.model.ServiceInfo[ ] services )This constructor is from 'ServiceWSDLBuilder' class.
ServiceWSDLBuilder.setBaseFileName ( String s )This method is from 'ServiceWSDLBuilder' class.
ServiceWSDLBuilder.setUseSchemaImports ( boolean b )This method is from 'ServiceWSDLBuilder' class.
[+] WSDLBindingFactory (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
WSDLBindingFactory.createBindingInfo ( org.apache.cxf.service.model.ServiceInfo p1, javax.wsdl.Binding p2, String p3 )This abstract method is from 'WSDLBindingFactory' interface.
[+] WSDLDefinitionBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
WSDLDefinitionBuilder.build ( String x0 )This method is from 'WSDLDefinitionBuilder' class.
WSDLDefinitionBuilder.build ( String wsdlURL )This method is from 'WSDLDefinitionBuilder' class.
WSDLDefinitionBuilder.getImportedDefinitions ( )This method is from 'WSDLDefinitionBuilder' class.
WSDLDefinitionBuilder.getImports ( javax.wsdl.Definition wsdlDef )This method is from 'WSDLDefinitionBuilder' class.
WSDLDefinitionBuilder.getWSDLPlugins ( )This method is from 'WSDLDefinitionBuilder' class.
WSDLDefinitionBuilder.parseWSDL ( String wsdlURL )This method is from 'WSDLDefinitionBuilder' class.
WSDLDefinitionBuilder.setBus ( org.apache.cxf.Bus b )This method is from 'WSDLDefinitionBuilder' class.
WSDLDefinitionBuilder.WSDLDefinitionBuilder ( org.apache.cxf.Bus b )This constructor is from 'WSDLDefinitionBuilder' class.
[+] WSDLEndpointFactory (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
WSDLEndpointFactory.createEndpointInfo ( org.apache.cxf.service.model.ServiceInfo p1, org.apache.cxf.service.model.BindingInfo p2, java.util.List p3 )This abstract method is from 'WSDLEndpointFactory' interface.
WSDLEndpointFactory.createPortExtensors ( org.apache.cxf.service.model.EndpointInfo p1, org.apache.cxf.service.Service p2 )This abstract method is from 'WSDLEndpointFactory' interface.
[+] WSDLManagerImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (15)
WSDLManagerImpl.addDefinition ( Object key, javax.wsdl.Definition wsdl )This method is from 'WSDLManagerImpl' class.
WSDLManagerImpl.getDefinition ( String url )This method is from 'WSDLManagerImpl' class.
WSDLManagerImpl.getDefinition ( java.net.URL url )This method is from 'WSDLManagerImpl' class.
WSDLManagerImpl.getDefinition ( org.w3c.dom.Element el )This method is from 'WSDLManagerImpl' class.
WSDLManagerImpl.getDefinitions ( )This method is from 'WSDLManagerImpl' class.
WSDLManagerImpl.getExtensionRegistry ( )This method is from 'WSDLManagerImpl' class.
WSDLManagerImpl.getSchemasForDefinition ( javax.wsdl.Definition wsdl )This method is from 'WSDLManagerImpl' class.
WSDLManagerImpl.getWSDLFactory ( )This method is from 'WSDLManagerImpl' class.
WSDLManagerImpl.isDisableSchemaCache ( )This method is from 'WSDLManagerImpl' class.
WSDLManagerImpl.putSchemasForDefinition ( javax.wsdl.Definition wsdl, org.apache.cxf.service.model.ServiceSchemaInfo schemas )This method is from 'WSDLManagerImpl' class.
WSDLManagerImpl.removeDefinition ( javax.wsdl.Definition wsdl )This method is from 'WSDLManagerImpl' class.
WSDLManagerImpl.setBus ( org.apache.cxf.Bus b )This method is from 'WSDLManagerImpl' class.
WSDLManagerImpl.setDisableSchemaCache ( boolean disableSchemaCache )This method is from 'WSDLManagerImpl' class.
WSDLManagerImpl.WSDLManagerImpl ( )This constructor is from 'WSDLManagerImpl' class.
WSDLManagerImpl.WSDLManagerImpl ( org.apache.cxf.Bus b )This constructor is from 'WSDLManagerImpl' class.
[+] WSDLRuntimeException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
WSDLRuntimeException.WSDLRuntimeException ( Throwable cause )This constructor is from 'WSDLRuntimeException' class.
WSDLRuntimeException.WSDLRuntimeException ( java.util.logging.Logger log, String msg, Object[ ] params )This constructor is from 'WSDLRuntimeException' class.
WSDLRuntimeException.WSDLRuntimeException ( org.apache.cxf.common.i18n.Message msg )This constructor is from 'WSDLRuntimeException' class.
WSDLRuntimeException.WSDLRuntimeException ( org.apache.cxf.common.i18n.Message msg, Throwable t )This constructor is from 'WSDLRuntimeException' class.
[+] WSDLServiceBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (18)
WSDLServiceBuilder.buildBinding ( org.apache.cxf.service.model.ServiceInfo service, javax.wsdl.Binding binding )This method is from 'WSDLServiceBuilder' class.
WSDLServiceBuilder.buildEndpoint ( org.apache.cxf.service.model.ServiceInfo service, org.apache.cxf.service.model.BindingInfo bi, javax.wsdl.Port port )This method is from 'WSDLServiceBuilder' class.
WSDLServiceBuilder.buildInterface ( org.apache.cxf.service.model.ServiceInfo si, javax.wsdl.PortType p )This method is from 'WSDLServiceBuilder' class.
WSDLServiceBuilder.buildMockService ( javax.wsdl.Definition def, javax.wsdl.PortType p )This method is from 'WSDLServiceBuilder' class.
WSDLServiceBuilder.buildMockServices ( javax.wsdl.Definition d )This method is from 'WSDLServiceBuilder' class.
WSDLServiceBuilder.buildServices ( javax.wsdl.Definition d )This method is from 'WSDLServiceBuilder' class.
WSDLServiceBuilder.buildServices ( javax.wsdl.Definition def, javax.wsdl.Service serv )This method is from 'WSDLServiceBuilder' class.
WSDLServiceBuilder.buildServices ( javax.wsdl.Definition def, javax.wsdl.Service serv, javax.xml.namespace.QName endpointName )This method is from 'WSDLServiceBuilder' class.
WSDLServiceBuilder.buildServices ( javax.wsdl.Definition d, javax.xml.namespace.QName name )This method is from 'WSDLServiceBuilder' class.
WSDLServiceBuilder.buildServices ( javax.wsdl.Definition d, javax.xml.namespace.QName name, javax.xml.namespace.QName endpointName )This method is from 'WSDLServiceBuilder' class.
WSDLServiceBuilder.checkForWrapped ( org.apache.cxf.service.model.OperationInfo opInfo, boolean relaxed )This method is from 'WSDLServiceBuilder' class.
WSDLServiceBuilder.checkForWrapped ( org.apache.cxf.service.model.OperationInfo opInfo, boolean allowRefs, boolean relaxed )This method is from 'WSDLServiceBuilder' class.
WSDLServiceBuilder.checkForWrapped ( org.apache.cxf.service.model.OperationInfo opInfo, boolean allowRefs, boolean relaxed, java.util.logging.Level logLevel )This method is from 'WSDLServiceBuilder' class.
WSDLServiceBuilder.setAllowElementRefs ( boolean b )This method is from 'WSDLServiceBuilder' class.
WSDLServiceBuilder.setIgnoreUnknownBindings ( boolean b )This method is from 'WSDLServiceBuilder' class.
WSDLServiceBuilder.setUnwrapLogLevel ( java.util.logging.Level l )This method is from 'WSDLServiceBuilder' class.
WSDLServiceBuilder.WSDLServiceBuilder ( org.apache.cxf.Bus bus )This constructor is from 'WSDLServiceBuilder' class.
WSDLServiceBuilder.WSDLServiceBuilder ( org.apache.cxf.Bus bus, boolean record )This constructor is from 'WSDLServiceBuilder' class.
[+] WSDLServiceFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
WSDLServiceFactory.create ( )This method is from 'WSDLServiceFactory' class.
WSDLServiceFactory.getDefinition ( )This method is from 'WSDLServiceFactory' class.
WSDLServiceFactory.setAllowElementRefs ( boolean b )This method is from 'WSDLServiceFactory' class.
WSDLServiceFactory.setEndpointName ( javax.xml.namespace.QName qn )This method is from 'WSDLServiceFactory' class.
WSDLServiceFactory.WSDLServiceFactory ( org.apache.cxf.Bus b, String url )This constructor is from 'WSDLServiceFactory' class.
WSDLServiceFactory.WSDLServiceFactory ( org.apache.cxf.Bus b, String url, javax.xml.namespace.QName sn )This constructor is from 'WSDLServiceFactory' class.
WSDLServiceFactory.WSDLServiceFactory ( org.apache.cxf.Bus b, java.net.URL url )This constructor is from 'WSDLServiceFactory' class.
WSDLServiceFactory.WSDLServiceFactory ( org.apache.cxf.Bus b, java.net.URL url, javax.xml.namespace.QName sn )This constructor is from 'WSDLServiceFactory' class.
WSDLServiceFactory.WSDLServiceFactory ( org.apache.cxf.Bus b, javax.wsdl.Definition d )This constructor is from 'WSDLServiceFactory' class.
WSDLServiceFactory.WSDLServiceFactory ( org.apache.cxf.Bus b, javax.wsdl.Definition d, javax.xml.namespace.QName sn )This constructor is from 'WSDLServiceFactory' class.
[+] WSDLServiceUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
WSDLServiceUtils.getBindingFactory ( javax.wsdl.Binding binding, org.apache.cxf.Bus bus, StringBuilder sb )This method is from 'WSDLServiceUtils' class.
package org.apache.cxf.wstx_msv_validation
[+] EmbeddedSchema (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
EmbeddedSchema.EmbeddedSchema ( String systemId, org.w3c.dom.Element schemaElement )This constructor is from 'EmbeddedSchema' class.
EmbeddedSchema.getSchemaElement ( )This method is from 'EmbeddedSchema' class.
EmbeddedSchema.getSystemId ( )This method is from 'EmbeddedSchema' class.
[+] ResolvingGrammarReaderController (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
ResolvingGrammarReaderController.error ( org.xml.sax.Locator[ ] locs, String msg, Exception nestedException )This method is from 'ResolvingGrammarReaderController' class.
ResolvingGrammarReaderController.getLSResourceResolver ( )This method is from 'ResolvingGrammarReaderController' class.
ResolvingGrammarReaderController.resolveEntity ( String publicId, String systemId )This method is from 'ResolvingGrammarReaderController' class.
ResolvingGrammarReaderController.resolveResource ( String type, String namespaceURI, String publicId, String systemId, String resolveBaseURI )This method is from 'ResolvingGrammarReaderController' class.
ResolvingGrammarReaderController.ResolvingGrammarReaderController ( String baseURI, java.util.Map sources )This constructor is from 'ResolvingGrammarReaderController' class.
ResolvingGrammarReaderController.warning ( org.xml.sax.Locator[ ] locs, String errorMessage )This method is from 'ResolvingGrammarReaderController' class.
[+] W3CMultiSchemaFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
W3CMultiSchemaFactory.loadSchema ( org.xml.sax.InputSource src, Object sysRef )This method is from 'W3CMultiSchemaFactory' class.
W3CMultiSchemaFactory.loadSchemas ( String baseURI, java.util.Map sources )This method is from 'W3CMultiSchemaFactory' class.
W3CMultiSchemaFactory.W3CMultiSchemaFactory ( )This constructor is from 'W3CMultiSchemaFactory' class.
[+] WoodstoxValidationImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
WoodstoxValidationImpl.setupValidation ( javax.xml.stream.XMLStreamReader reader, org.apache.cxf.service.model.ServiceInfo serviceInfo )This method is from 'WoodstoxValidationImpl' class.
WoodstoxValidationImpl.setupValidation ( javax.xml.stream.XMLStreamWriter writer, org.apache.cxf.service.model.ServiceInfo serviceInfo )This method is from 'WoodstoxValidationImpl' class.
WoodstoxValidationImpl.WoodstoxValidationImpl ( org.apache.cxf.Bus b )This constructor is from 'WoodstoxValidationImpl' class.
package org.apache.cxf.xmlbeans
[+] DataReaderImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
DataReaderImpl.DataReaderImpl ( )This constructor is from 'DataReaderImpl' class.
DataReaderImpl.read ( Object x0 )This method is from 'DataReaderImpl' class.
DataReaderImpl.read ( javax.xml.namespace.QName x0, Object x1, Class x2 )This method is from 'DataReaderImpl' class.
DataReaderImpl.read ( javax.xml.namespace.QName name, javax.xml.stream.XMLStreamReader reader, Class typeClass )This method is from 'DataReaderImpl' class.
DataReaderImpl.read ( javax.xml.stream.XMLStreamReader input )This method is from 'DataReaderImpl' class.
DataReaderImpl.read ( org.apache.cxf.service.model.MessagePartInfo x0, Object x1 )This method is from 'DataReaderImpl' class.
DataReaderImpl.read ( org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamReader reader )This method is from 'DataReaderImpl' class.
DataReaderImpl.setAttachments ( java.util.Collection attachments )This method is from 'DataReaderImpl' class.
DataReaderImpl.setProperty ( String prop, Object value )This method is from 'DataReaderImpl' class.
DataReaderImpl.setSchema ( javax.xml.validation.Schema s )This method is from 'DataReaderImpl' class.
[+] DataWriterImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
DataWriterImpl.DataWriterImpl ( )This constructor is from 'DataWriterImpl' class.
DataWriterImpl.setAttachments ( java.util.Collection attachments )This method is from 'DataWriterImpl' class.
DataWriterImpl.setProperty ( String key, Object value )This method is from 'DataWriterImpl' class.
DataWriterImpl.setSchema ( javax.xml.validation.Schema schema )This method is from 'DataWriterImpl' class.
DataWriterImpl.write ( Object x0, Object x1 )This method is from 'DataWriterImpl' class.
DataWriterImpl.write ( Object obj, javax.xml.stream.XMLStreamWriter output )This method is from 'DataWriterImpl' class.
DataWriterImpl.write ( Object x0, org.apache.cxf.service.model.MessagePartInfo x1, Object x2 )This method is from 'DataWriterImpl' class.
DataWriterImpl.write ( Object obj, org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamWriter output )This method is from 'DataWriterImpl' class.
[+] NodeDataWriterImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
NodeDataWriterImpl.NodeDataWriterImpl ( )This constructor is from 'NodeDataWriterImpl' class.
NodeDataWriterImpl.setAttachments ( java.util.Collection attachments )This method is from 'NodeDataWriterImpl' class.
NodeDataWriterImpl.setProperty ( String key, Object value )This method is from 'NodeDataWriterImpl' class.
NodeDataWriterImpl.setSchema ( javax.xml.validation.Schema s )This method is from 'NodeDataWriterImpl' class.
NodeDataWriterImpl.write ( Object x0, Object x1 )This method is from 'NodeDataWriterImpl' class.
NodeDataWriterImpl.write ( Object x0, org.apache.cxf.service.model.MessagePartInfo x1, Object x2 )This method is from 'NodeDataWriterImpl' class.
NodeDataWriterImpl.write ( Object obj, org.apache.cxf.service.model.MessagePartInfo part, org.w3c.dom.Node output )This method is from 'NodeDataWriterImpl' class.
NodeDataWriterImpl.write ( Object obj, org.w3c.dom.Node output )This method is from 'NodeDataWriterImpl' class.
[+] XmlBeansDataBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
XmlBeansDataBinding.createReader ( Class c )This method is from 'XmlBeansDataBinding' class.
XmlBeansDataBinding.createWrapperHelper ( Class wrapperType, javax.xml.namespace.QName wrapperName, java.util.List partNames, java.util.List elTypeNames, java.util.List partClasses )This method is from 'XmlBeansDataBinding' class.
XmlBeansDataBinding.createWriter ( Class c )This method is from 'XmlBeansDataBinding' class.
XmlBeansDataBinding.getDeclaredNamespaceMappings ( )This method is from 'XmlBeansDataBinding' class.
XmlBeansDataBinding.getSupportedReaderFormats ( )This method is from 'XmlBeansDataBinding' class.
XmlBeansDataBinding.getSupportedWriterFormats ( )This method is from 'XmlBeansDataBinding' class.
XmlBeansDataBinding.initialize ( org.apache.cxf.service.Service service )This method is from 'XmlBeansDataBinding' class.
XmlBeansDataBinding.XmlBeansDataBinding ( )This constructor is from 'XmlBeansDataBinding' class.
[+] XmlBeansSchemaInitializer.XMLSchemaResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
XmlBeansSchemaInitializer.XMLSchemaResolver.resolveEntity ( String targetNamespace, String schemaLocation, String baseUri )This method is from 'XmlBeansSchemaInitializer.XMLSchemaResolver' class.
XmlBeansSchemaInitializer.XMLSchemaResolver.XmlBeansSchemaInitializer.XMLSchemaResolver ( XmlBeansSchemaInitializer sts, org.apache.xmlbeans.SchemaTypeSystem p2 )This constructor is from 'XmlBeansSchemaInitializer.XMLSchemaResolver' class.
[+] XmlBeansWrapperHelper (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
XmlBeansWrapperHelper.createWrapperObject ( Class typeClass )This method is from 'XmlBeansWrapperHelper' class.
XmlBeansWrapperHelper.getValidate ( )This method is from 'XmlBeansWrapperHelper' class.
XmlBeansWrapperHelper.getWrapperObject ( Object object )This method is from 'XmlBeansWrapperHelper' class.
XmlBeansWrapperHelper.getXMLBeansValueMethod ( Class wrapperType )This method is from 'XmlBeansWrapperHelper' class.
XmlBeansWrapperHelper.getXMLBeansValueType ( Class wrapperType )This method is from 'XmlBeansWrapperHelper' class.
XmlBeansWrapperHelper.setValidate ( boolean v )This method is from 'XmlBeansWrapperHelper' class.
XmlBeansWrapperHelper.XmlBeansWrapperHelper ( Class wt, reflect.Method[ ] sets, reflect.Method[ ] gets, reflect.Field[ ] f )This constructor is from 'XmlBeansWrapperHelper' class.
package org.apache.cxf.xmlbeans.tools
[+] XMLBeansSchemaTypeUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
XMLBeansSchemaTypeUtils.getNaturalJavaClassName ( org.apache.xmlbeans.SchemaType st )This method is from 'XMLBeansSchemaTypeUtils' class.
[+] XMLBeansToolingDataBinding (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
XMLBeansToolingDataBinding.createDefaultValueWriter ( javax.xml.namespace.QName qn, boolean element )This method is from 'XMLBeansToolingDataBinding' class.
XMLBeansToolingDataBinding.createDefaultValueWriterForWrappedElement ( javax.xml.namespace.QName wrapperElement, javax.xml.namespace.QName qn )This method is from 'XMLBeansToolingDataBinding' class.
XMLBeansToolingDataBinding.generate ( org.apache.cxf.tools.common.ToolContext context )This method is from 'XMLBeansToolingDataBinding' class.
XMLBeansToolingDataBinding.getType ( javax.xml.namespace.QName qn, boolean element )This method is from 'XMLBeansToolingDataBinding' class.
XMLBeansToolingDataBinding.getWrappedElementType ( javax.xml.namespace.QName wrapperElement, javax.xml.namespace.QName item )This method is from 'XMLBeansToolingDataBinding' class.
XMLBeansToolingDataBinding.initialize ( org.apache.cxf.tools.common.ToolContext context )This method is from 'XMLBeansToolingDataBinding' class.
XMLBeansToolingDataBinding.XMLBeansToolingDataBinding ( )This constructor is from 'XMLBeansToolingDataBinding' class.
package org.apache.openejb.patch
[+] PatchedMetadataMap (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
PatchedMetadataMap.keySet ( )This method is from 'PatchedMetadataMap' class.
PatchedMetadataMap.PatchedMetadataMap ( java.util.Map store, boolean ro, boolean ci )This constructor is from 'PatchedMetadataMap' class.
openejb-jee-4.0.0.jar
package org.apache.openejb.jee
[+] GeneratedAccessorFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
GeneratedAccessorFactory.createFieldAccessor ( Class bean, reflect.Field field, boolean readOnly )This method is from 'GeneratedAccessorFactory' class.
GeneratedAccessorFactory.createPropertyAccessor ( Class bean, reflect.Method getter, reflect.Method setter )This method is from 'GeneratedAccessorFactory' class.
GeneratedAccessorFactory.GeneratedAccessorFactory ( )This constructor is from 'GeneratedAccessorFactory' class.
openejb-webservices-4.0.0.jar
package org.apache.openejb.server.webservices
[+] WsService (3)
| Change | Effect |
---|
1 | Abstract method WsService.createEjbWsContainer ( java.net.URL p1, org.apache.openejb.core.webservices.PortData p2, org.apache.openejb.BeanContext p3 ) has been removed from this class. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method WsService.createPojoWsContainer ( java.net.URL p1, org.apache.openejb.core.webservices.PortData p2, String p3, Class p4, javax.naming.Context p5, String p6 ) has been removed from this class. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Removed super-interface org.apache.openejb.assembler.classic.DeploymentListener. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (21)
WsService.destroyEjbWsContainer ( String p1 )This abstract method is from 'WsService' abstract class.
WsService.destroyPojoWsContainer ( String p1 )This abstract method is from 'WsService' abstract class.
WsService.getAuthMethod ( )This method is from 'WsService' abstract class.
WsService.getEjbType ( int type )This method is from 'WsService' abstract class.
WsService.getIP ( )This method is from 'WsService' abstract class.
WsService.getPort ( )This method is from 'WsService' abstract class.
WsService.getRealmName ( )This method is from 'WsService' abstract class.
WsService.getTransportGuarantee ( )This method is from 'WsService' abstract class.
WsService.getVirtualHost ( )This method is from 'WsService' abstract class.
WsService.getWsAddressTemplate ( )This method is from 'WsService' abstract class.
WsService.init ( java.util.Properties props )This method is from 'WsService' abstract class.
WsService.service ( java.io.InputStream in, java.io.OutputStream out )This method is from 'WsService' abstract class.
WsService.service ( java.net.Socket socket )This method is from 'WsService' abstract class.
WsService.setAuthMethod ( String authMethod )This method is from 'WsService' abstract class.
WsService.setRealmName ( String realmName )This method is from 'WsService' abstract class.
WsService.setTransportGuarantee ( String transportGuarantee )This method is from 'WsService' abstract class.
WsService.setVirtualHost ( String virtualHost )This method is from 'WsService' abstract class.
WsService.setWsAddressTemplate ( org.apache.openejb.util.StringTemplate wsAddressTemplate )This method is from 'WsService' abstract class.
WsService.start ( )This method is from 'WsService' abstract class.
WsService.stop ( )This method is from 'WsService' abstract class.
WsService.WsService ( )This constructor is from 'WsService' abstract class.
to the top
Problems with Methods, High Severity (3)
openejb-core-4.0.0.jar, FinderFactory
package org.apache.openejb.config
[+] FinderFactory.isJaxRsInstalled ( ) : boolean (1)
[run-time name: org/apache/openejb/config/FinderFactory.isJaxRsInstalled:()Z]
| Change | Effect |
---|
1 | Method became static.
| A client program may be interrupted by NoSuchMethodError exception. |
openejb-core-4.0.0.jar, UpdateChecker
package org.apache.openejb.util
[+] UpdateChecker.message ( ) [static] : String (1)
[run-time name: org/apache/openejb/util/UpdateChecker.message:()Ljava/lang/String;]
| Change | Effect |
---|
1 | Method became non-static.
| A client program may be interrupted by NoSuchMethodError exception. |
[+] UpdateChecker.usesLatest ( ) [static] : boolean (1)
[run-time name: org/apache/openejb/util/UpdateChecker.usesLatest:()Z]
| Change | Effect |
---|
1 | Method became non-static.
| A client program may be interrupted by NoSuchMethodError exception. |
to the top
Problems with Data Types, Medium Severity (13)
openejb-core-4.0.0.jar
package org.apache.openejb.cdi
[+] OpenEJBLifecycle (1)
| Change | Effect |
---|
1 | Field logger became final. | A client program may be interrupted by IllegalAccessError exception when attempt to assign new values to the field. |
[+] affected methods (19)
OpenEJBLifecycle.afterInitApplication ( java.util.Properties properties )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.afterStartApplication ( Object startupObject )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.afterStopApplication ( Object stopObject )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.beforeInitApplication ( java.util.Properties properties )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.beforeStartApplication ( Object startupObject )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.beforeStopApplication ( Object stopObject )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.getBeanManager ( )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.getContextService ( )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.getDeployer ( )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.getJndiService ( )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.getScannerService ( )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.getXmlDeployer ( )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.initApplication ( java.util.Properties properties )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.initializeServletContext ( javax.servlet.ServletContext servletContext, org.apache.webbeans.config.WebBeansContext context )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.OpenEJBLifecycle ( )This constructor is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.OpenEJBLifecycle ( org.apache.webbeans.config.WebBeansContext webBeansContext )This constructor is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.startApplication ( Object startupObject )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.startServletContext ( javax.servlet.ServletContext servletContext )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.stopApplication ( Object endObject )This method is from 'OpenEJBLifecycle' class.
package org.apache.openejb.config
[+] ReadDescriptors.StringSource (1)
| Change | Effect |
---|
1 | Removed super-class ReadDescriptors.Source. | Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. |
[+] affected methods (1)
ReadDescriptors.StringSource.ReadDescriptors.StringSource ( String content )This constructor is from 'ReadDescriptors.StringSource' class.
[+] ReadDescriptors.UrlSource (1)
| Change | Effect |
---|
1 | Removed super-class ReadDescriptors.Source. | Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. |
[+] affected methods (1)
ReadDescriptors.UrlSource.ReadDescriptors.UrlSource ( java.net.URL url )This constructor is from 'ReadDescriptors.UrlSource' class.
[+] Service (3)
| Change | Effect |
---|
1 | Abstract method Service.getClassName ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method ConfigurationFactory.resolveServiceProvider ( Service service, Class infoType ) and may not be implemented by old clients. |
2 | Abstract method Service.getConstructor ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method ConfigurationFactory.resolveServiceProvider ( Service service, Class infoType ) and may not be implemented by old clients. |
3 | Abstract method Service.getFactoryName ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method ConfigurationFactory.resolveServiceProvider ( Service service, Class infoType ) and may not be implemented by old clients. |
[+] affected methods (10)
ConfigurationFactory.configureService ( Service service, Class infoType )1st parameter 'service' of this method has type 'Service'.
Service.getId ( )This abstract method is from 'Service' interface.
Service.getJar ( )This abstract method is from 'Service' interface.
Service.getProperties ( )This abstract method is from 'Service' interface.
Service.getProvider ( )This abstract method is from 'Service' interface.
Service.getType ( )This abstract method is from 'Service' interface.
Service.setId ( String p1 )This abstract method is from 'Service' interface.
Service.setJar ( String p1 )This abstract method is from 'Service' interface.
Service.setProvider ( String p1 )This abstract method is from 'Service' interface.
Service.setType ( String p1 )This abstract method is from 'Service' interface.
package org.apache.openejb.config.sys
[+] SaxOpenejb.ConnectionManagerElement (1)
| Change | Effect |
---|
1 | Superclass has been changed from SaxOpenejb.ServiceElement to StackHandler.ServiceElement. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
SaxOpenejb.ConnectionManagerElement.endElement ( String uri, String localName, String qName )This method is from 'SaxOpenejb.ConnectionManagerElement' class.
SaxOpenejb.ConnectionManagerElement.SaxOpenejb.ConnectionManagerElement ( SaxOpenejb p1 )This constructor is from 'SaxOpenejb.ConnectionManagerElement' class.
[+] SaxOpenejb.ContainerElement (1)
| Change | Effect |
---|
1 | Superclass has been changed from SaxOpenejb.ServiceElement to StackHandler.ServiceElement. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (3)
SaxOpenejb.ContainerElement.endElement ( String uri, String localName, String qName )This method is from 'SaxOpenejb.ContainerElement' class.
SaxOpenejb.ContainerElement.SaxOpenejb.ContainerElement ( SaxOpenejb p1 )This constructor is from 'SaxOpenejb.ContainerElement' class.
SaxOpenejb.ContainerElement.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes )This method is from 'SaxOpenejb.ContainerElement' class.
[+] SaxOpenejb.JndiProviderElement (1)
| Change | Effect |
---|
1 | Superclass has been changed from SaxOpenejb.ServiceElement to StackHandler.ServiceElement. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
SaxOpenejb.JndiProviderElement.endElement ( String uri, String localName, String qName )This method is from 'SaxOpenejb.JndiProviderElement' class.
SaxOpenejb.JndiProviderElement.SaxOpenejb.JndiProviderElement ( SaxOpenejb p1 )This constructor is from 'SaxOpenejb.JndiProviderElement' class.
[+] SaxOpenejb.ProxyFactoryElement (1)
| Change | Effect |
---|
1 | Superclass has been changed from SaxOpenejb.ServiceElement to StackHandler.ServiceElement. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
SaxOpenejb.ProxyFactoryElement.endElement ( String uri, String localName, String qName )This method is from 'SaxOpenejb.ProxyFactoryElement' class.
SaxOpenejb.ProxyFactoryElement.SaxOpenejb.ProxyFactoryElement ( SaxOpenejb p1 )This constructor is from 'SaxOpenejb.ProxyFactoryElement' class.
[+] SaxOpenejb.SecurityServiceElement (1)
| Change | Effect |
---|
1 | Superclass has been changed from SaxOpenejb.ServiceElement to StackHandler.ServiceElement. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
SaxOpenejb.SecurityServiceElement.endElement ( String uri, String localName, String qName )This method is from 'SaxOpenejb.SecurityServiceElement' class.
SaxOpenejb.SecurityServiceElement.SaxOpenejb.SecurityServiceElement ( SaxOpenejb p1 )This constructor is from 'SaxOpenejb.SecurityServiceElement' class.
[+] SaxOpenejb.TransactionManagerElement (1)
| Change | Effect |
---|
1 | Superclass has been changed from SaxOpenejb.ServiceElement to StackHandler.ServiceElement. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
SaxOpenejb.TransactionManagerElement.endElement ( String uri, String localName, String qName )This method is from 'SaxOpenejb.TransactionManagerElement' class.
SaxOpenejb.TransactionManagerElement.SaxOpenejb.TransactionManagerElement ( SaxOpenejb p1 )This constructor is from 'SaxOpenejb.TransactionManagerElement' class.
openejb-cxf-4.0.0.jar
package org.apache.openejb.server.cxf
[+] CxfWsContainer (1)
| Change | Effect |
---|
1 | Field httpTransportFactory became final. | A client program may be interrupted by IllegalAccessError exception when attempt to assign new values to the field. |
[+] affected methods (4)
CxfWsContainer.createEndpoint ( )This abstract method is from 'CxfWsContainer' abstract class.
CxfWsContainer.destroy ( )This method is from 'CxfWsContainer' abstract class.
CxfWsContainer.onMessage ( org.apache.openejb.server.httpd.HttpRequest request, org.apache.openejb.server.httpd.HttpResponse response )This method is from 'CxfWsContainer' abstract class.
CxfWsContainer.start ( )This method is from 'CxfWsContainer' abstract class.
to the top
Problems with Data Types, Low Severity (18)
openejb-core-4.0.0.jar
package org.apache.openejb.config
[+] AppInfoBuilder.PersistenceProviderProperties (2)
| Change | Effect |
---|
1 | Field DEFAULT_MANAGED_RUNTIME (java.lang.String) with the compile-time constant value "invocation(TransactionManagerMethod=org.apache.openejb.OpenEJB.getTransactionManager)" has been renamed to OPENJPA_METADATA_REPOSITORY. | A client program may change behavior. |
2 | Field OPENJPA_MANAGED_RUNTIME (java.lang.String) with the compile-time constant value "openjpa.ManagedRuntime" has been renamed to TABLE_PREFIX. | A client program may change behavior. |
[+] affected methods (1)
AppInfoBuilder.PersistenceProviderProperties.AppInfoBuilder.PersistenceProviderProperties ( )This constructor is from 'AppInfoBuilder.PersistenceProviderProperties' class.
[+] CompManagedBean (1)
| Change | Effect |
---|
1 | Method org.apache.openejb.jee.ManagedBean.isHidden ( ) has been overridden by CompManagedBean.isHidden ( ) | Method CompManagedBean.isHidden ( ) will be called instead of org.apache.openejb.jee.ManagedBean.isHidden ( ) in a client program. |
[+] affected methods (1)
org.apache.openejb.jee.ManagedBean.isHidden ( )Method 'CompManagedBean.isHidden ( )' will be called instead of this method in a client program.
package org.apache.openejb.config.rules
[+] CheckDescriptorLocation (2)
| Change | Effect |
---|
1 | Method CheckDescriptorLocation.validate ( org.apache.openejb.config.EjbModule ejbModule ) has been moved up type hierarchy to ValidationBase.validate ( org.apache.openejb.config.EjbModule appModule ) | Method ValidationBase.validate ( org.apache.openejb.config.EjbModule appModule ) will be called instead of CheckDescriptorLocation.validate ( org.apache.openejb.config.EjbModule ejbModule ) in a client program. |
2 | Method ValidationBase.validate ( org.apache.openejb.config.AppModule appModule ) has been overridden by CheckDescriptorLocation.validate ( org.apache.openejb.config.AppModule appModule ) | Method CheckDescriptorLocation.validate ( org.apache.openejb.config.AppModule appModule ) will be called instead of ValidationBase.validate ( org.apache.openejb.config.AppModule appModule ) in a client program. |
[+] affected methods (2)
CheckDescriptorLocation.validate ( org.apache.openejb.config.EjbModule ejbModule )Method 'ValidationBase.validate ( org.apache.openejb.config.EjbModule appModule )' will be called instead of this method in a client program.
ValidationBase.validate ( org.apache.openejb.config.AppModule appModule )Method 'CheckDescriptorLocation.validate ( org.apache.openejb.config.AppModule appModule )' will be called instead of this method in a client program.
package org.apache.openejb.config.sys
[+] SaxOpenejb.ConnectionManagerElement (2)
| Change | Effect |
---|
1 | Method SaxOpenejb.ConnectionManagerElement.setValue ( String x0 ) has been moved up type hierarchy to StackHandler.ServiceElement.setValue ( String text ) | Method StackHandler.ServiceElement.setValue ( String text ) will be called instead of SaxOpenejb.ConnectionManagerElement.setValue ( String x0 ) in a client program. |
2 | Method SaxOpenejb.ConnectionManagerElement.startElement ( String x0, String x1, String x2, org.xml.sax.Attributes x3 ) has been moved up type hierarchy to StackHandler.ServiceElement.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes ) | Method StackHandler.ServiceElement.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes ) will be called instead of SaxOpenejb.ConnectionManagerElement.startElement ( String x0, String x1, String x2, org.xml.sax.Attributes x3 ) in a client program. |
[+] affected methods (2)
SaxOpenejb.ConnectionManagerElement.setValue ( String x0 )Method 'StackHandler.ServiceElement.setValue ( String text )' will be called instead of this method in a client program.
SaxOpenejb.ConnectionManagerElement.startElement ( String x0, String x1, String x2, org.xml.sax.Attributes x3 )Method 'StackHandler.ServiceElement.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes )' will be called instead of this method in a client program.
[+] SaxOpenejb.ContainerElement (1)
| Change | Effect |
---|
1 | Method SaxOpenejb.ContainerElement.setValue ( String x0 ) has been moved up type hierarchy to StackHandler.ServiceElement.setValue ( String text ) | Method StackHandler.ServiceElement.setValue ( String text ) will be called instead of SaxOpenejb.ContainerElement.setValue ( String x0 ) in a client program. |
[+] affected methods (1)
SaxOpenejb.ContainerElement.setValue ( String x0 )Method 'StackHandler.ServiceElement.setValue ( String text )' will be called instead of this method in a client program.
[+] SaxOpenejb.JndiProviderElement (2)
| Change | Effect |
---|
1 | Method SaxOpenejb.JndiProviderElement.setValue ( String x0 ) has been moved up type hierarchy to StackHandler.ServiceElement.setValue ( String text ) | Method StackHandler.ServiceElement.setValue ( String text ) will be called instead of SaxOpenejb.JndiProviderElement.setValue ( String x0 ) in a client program. |
2 | Method SaxOpenejb.JndiProviderElement.startElement ( String x0, String x1, String x2, org.xml.sax.Attributes x3 ) has been moved up type hierarchy to StackHandler.ServiceElement.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes ) | Method StackHandler.ServiceElement.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes ) will be called instead of SaxOpenejb.JndiProviderElement.startElement ( String x0, String x1, String x2, org.xml.sax.Attributes x3 ) in a client program. |
[+] affected methods (2)
SaxOpenejb.JndiProviderElement.setValue ( String x0 )Method 'StackHandler.ServiceElement.setValue ( String text )' will be called instead of this method in a client program.
SaxOpenejb.JndiProviderElement.startElement ( String x0, String x1, String x2, org.xml.sax.Attributes x3 )Method 'StackHandler.ServiceElement.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes )' will be called instead of this method in a client program.
[+] SaxOpenejb.ProxyFactoryElement (2)
| Change | Effect |
---|
1 | Method SaxOpenejb.ProxyFactoryElement.setValue ( String x0 ) has been moved up type hierarchy to StackHandler.ServiceElement.setValue ( String text ) | Method StackHandler.ServiceElement.setValue ( String text ) will be called instead of SaxOpenejb.ProxyFactoryElement.setValue ( String x0 ) in a client program. |
2 | Method SaxOpenejb.ProxyFactoryElement.startElement ( String x0, String x1, String x2, org.xml.sax.Attributes x3 ) has been moved up type hierarchy to StackHandler.ServiceElement.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes ) | Method StackHandler.ServiceElement.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes ) will be called instead of SaxOpenejb.ProxyFactoryElement.startElement ( String x0, String x1, String x2, org.xml.sax.Attributes x3 ) in a client program. |
[+] affected methods (2)
SaxOpenejb.ProxyFactoryElement.setValue ( String x0 )Method 'StackHandler.ServiceElement.setValue ( String text )' will be called instead of this method in a client program.
SaxOpenejb.ProxyFactoryElement.startElement ( String x0, String x1, String x2, org.xml.sax.Attributes x3 )Method 'StackHandler.ServiceElement.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes )' will be called instead of this method in a client program.
[+] SaxOpenejb.SecurityServiceElement (2)
| Change | Effect |
---|
1 | Method SaxOpenejb.SecurityServiceElement.setValue ( String x0 ) has been moved up type hierarchy to StackHandler.ServiceElement.setValue ( String text ) | Method StackHandler.ServiceElement.setValue ( String text ) will be called instead of SaxOpenejb.SecurityServiceElement.setValue ( String x0 ) in a client program. |
2 | Method SaxOpenejb.SecurityServiceElement.startElement ( String x0, String x1, String x2, org.xml.sax.Attributes x3 ) has been moved up type hierarchy to StackHandler.ServiceElement.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes ) | Method StackHandler.ServiceElement.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes ) will be called instead of SaxOpenejb.SecurityServiceElement.startElement ( String x0, String x1, String x2, org.xml.sax.Attributes x3 ) in a client program. |
[+] affected methods (2)
SaxOpenejb.SecurityServiceElement.setValue ( String x0 )Method 'StackHandler.ServiceElement.setValue ( String text )' will be called instead of this method in a client program.
SaxOpenejb.SecurityServiceElement.startElement ( String x0, String x1, String x2, org.xml.sax.Attributes x3 )Method 'StackHandler.ServiceElement.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes )' will be called instead of this method in a client program.
[+] SaxOpenejb.TransactionManagerElement (2)
| Change | Effect |
---|
1 | Method SaxOpenejb.TransactionManagerElement.setValue ( String x0 ) has been moved up type hierarchy to StackHandler.ServiceElement.setValue ( String text ) | Method StackHandler.ServiceElement.setValue ( String text ) will be called instead of SaxOpenejb.TransactionManagerElement.setValue ( String x0 ) in a client program. |
2 | Method SaxOpenejb.TransactionManagerElement.startElement ( String x0, String x1, String x2, org.xml.sax.Attributes x3 ) has been moved up type hierarchy to StackHandler.ServiceElement.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes ) | Method StackHandler.ServiceElement.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes ) will be called instead of SaxOpenejb.TransactionManagerElement.startElement ( String x0, String x1, String x2, org.xml.sax.Attributes x3 ) in a client program. |
[+] affected methods (2)
SaxOpenejb.TransactionManagerElement.setValue ( String x0 )Method 'StackHandler.ServiceElement.setValue ( String text )' will be called instead of this method in a client program.
SaxOpenejb.TransactionManagerElement.startElement ( String x0, String x1, String x2, org.xml.sax.Attributes x3 )Method 'StackHandler.ServiceElement.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes )' will be called instead of this method in a client program.
package org.apache.openejb.core.timer
[+] EjbTimerServiceImpl (1)
| Change | Effect |
---|
1 | Field QUARTZ_THREAD_POOL_ADAPTER (java.lang.String) with the compile-time constant value "openejb.org.quartz.threadPool.class" has been removed from this class. | A client program may change behavior. |
[+] affected methods (37)
CalendarTimerData.CalendarTimerData ( long id, EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, javax.ejb.TimerConfig timerConfig, javax.ejb.ScheduleExpression scheduleExpression )2nd parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
DatabaseTimerStore.createCalendarTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, javax.ejb.ScheduleExpression schedule, javax.ejb.TimerConfig timerConfig )1st parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
DatabaseTimerStore.createIntervalTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, java.util.Date initialExpiration, long intervalDuration, javax.ejb.TimerConfig timerConfig )1st parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
DatabaseTimerStore.createSingleActionTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, java.util.Date expiration, javax.ejb.TimerConfig timerConfig )1st parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
DatabaseTimerStore.createTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, Object info, java.util.Date expiration, long intervalDuration )1st parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
DatabaseTimerStore.loadTimers ( EjbTimerServiceImpl timerService, String deploymentId )1st parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
EjbTimerServiceImpl.addTimerData ( TimerData timerData )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.cancelled ( TimerData timerData )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.createTimer ( Object primaryKey, reflect.Method timeoutMethod, java.util.Date expiration, javax.ejb.TimerConfig timerConfig )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.createTimer ( Object primaryKey, reflect.Method timeoutMethod, java.util.Date initialExpiration, long intervalDuration, javax.ejb.TimerConfig timerConfig )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.createTimer ( Object primaryKey, reflect.Method timeoutMethod, javax.ejb.ScheduleExpression scheduleExpression, javax.ejb.TimerConfig timerConfig )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.createTimer ( Object primaryKey, reflect.Method timeoutMethod, long duration, javax.ejb.TimerConfig timerConfig )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.createTimer ( Object primaryKey, reflect.Method timeoutMethod, long initialDuration, long intervalDuration, javax.ejb.TimerConfig timerConfig )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.ejbTimeout ( TimerData timerData )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.EjbTimerServiceImpl ( org.apache.openejb.BeanContext deployment )This constructor is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.EjbTimerServiceImpl ( org.apache.openejb.BeanContext deployment, javax.transaction.TransactionManager transactionManager, org.quartz.Scheduler scheduler, TimerStore timerStore, int retryAttempts )This constructor is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.getDefaultTransactionManager ( )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.getScheduler ( )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.getTimer ( long timerId )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.getTimers ( Object primaryKey )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.getTimerStore ( )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.getTransactionManager ( )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.schedule ( TimerData timerData )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.shutdown ( )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.start ( )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.stop ( )This method is from 'EjbTimerServiceImpl' class.
IntervalTimerData.IntervalTimerData ( long id, EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, javax.ejb.TimerConfig timerConfig, java.util.Date initialExpiration, long intervalDuration )2nd parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
MemoryTimerStore.createCalendarTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, javax.ejb.ScheduleExpression scheduleExpression, javax.ejb.TimerConfig timerConfig )1st parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
MemoryTimerStore.createIntervalTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, java.util.Date initialExpiration, long intervalDuration, javax.ejb.TimerConfig timerConfig )1st parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
MemoryTimerStore.createSingleActionTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, java.util.Date expiration, javax.ejb.TimerConfig timerConfig )1st parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
MemoryTimerStore.loadTimers ( EjbTimerServiceImpl timerService, String deploymentId )1st parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
SingleActionTimerData.SingleActionTimerData ( long id, EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, javax.ejb.TimerConfig timerConfig, java.util.Date expiration )2nd parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
TimerData.TimerData ( long id, EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, javax.ejb.TimerConfig timerConfig )2nd parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
TimerStore.createCalendarTimer ( EjbTimerServiceImpl p1, String p2, Object p3, reflect.Method p4, javax.ejb.ScheduleExpression p5, javax.ejb.TimerConfig p6 )1st parameter 'p1' of this abstract method has type 'EjbTimerServiceImpl'.
TimerStore.createIntervalTimer ( EjbTimerServiceImpl p1, String p2, Object p3, reflect.Method p4, java.util.Date p5, long p6, javax.ejb.TimerConfig p7 )1st parameter 'p1' of this abstract method has type 'EjbTimerServiceImpl'.
TimerStore.createSingleActionTimer ( EjbTimerServiceImpl p1, String p2, Object p3, reflect.Method p4, java.util.Date p5, javax.ejb.TimerConfig p6 )1st parameter 'p1' of this abstract method has type 'EjbTimerServiceImpl'.
TimerStore.loadTimers ( EjbTimerServiceImpl p1, String p2 )1st parameter 'p1' of this abstract method has type 'EjbTimerServiceImpl'.
openejb-cxf-4.0.0.jar
package org.apache.openejb.server.cxf
[+] CxfService (1)
| Change | Effect |
---|
1 | Method org.apache.openejb.server.webservices.WsService.init ( java.util.Properties props ) has been overridden by CxfService.init ( java.util.Properties props ) | Method CxfService.init ( java.util.Properties props ) will be called instead of org.apache.openejb.server.webservices.WsService.init ( java.util.Properties props ) in a client program. |
[+] affected methods (1)
org.apache.openejb.server.webservices.WsService.init ( java.util.Properties props )Method 'CxfService.init ( java.util.Properties props )' will be called instead of this method in a client program.
to the top
Problems with Methods, Low Severity (1)
openejb-core-4.0.0.jar, Assembler
package org.apache.openejb.assembler.classic
[+] Assembler.installNaming ( String prefix, boolean clean ) [static] : void (1)
[run-time name: org/apache/openejb/assembler/classic/Assembler.installNaming:(Ljava/lang/String;Z)V]
| Change | Effect |
---|
1 | Method became synchronized.
| A multi-threaded client program may change behavior. |
to the top
Other Changes in Data Types (85)
openejb-client-4.0.0.jar
package org.apache.openejb.client
[+] EJBResponse (1)
| Change | Effect |
---|
1 | Field VERSION has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (12)
EJBInvocationHandler.request ( EJBRequest req )Return value of this method has type 'EJBResponse'.
EJBInvocationHandler.request ( EJBRequest req, EJBResponse res )Return value of this method has type 'EJBResponse'.
EJBResponse.EJBResponse ( )This constructor is from 'EJBResponse' class.
EJBResponse.getResponseCode ( )This method is from 'EJBResponse' class.
EJBResponse.getResult ( )This method is from 'EJBResponse' class.
EJBResponse.getServer ( )This method is from 'EJBResponse' class.
EJBResponse.readExternal ( java.io.ObjectInput in )This method is from 'EJBResponse' class.
EJBResponse.setServer ( ServerMetaData server )This method is from 'EJBResponse' class.
EJBResponse.start ( EJBResponse.Time time )This method is from 'EJBResponse' class.
EJBResponse.stop ( EJBResponse.Time time )This method is from 'EJBResponse' class.
EJBResponse.toString ( )This method is from 'EJBResponse' class.
EJBResponse.writeExternal ( java.io.ObjectOutput out )This method is from 'EJBResponse' class.
[+] SocketConnectionFactory (2)
| Change | Effect |
---|
1 | Field ENABLED_CIPHER_SUITES has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field PROPERTY_SOCKET_TIMEOUT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (6)
SocketConnectionFactory.getConnection ( java.net.URI uri )This method is from 'SocketConnectionFactory' class.
SocketConnectionFactory.getInt ( java.util.Properties p, String property, int defaultValue )This method is from 'SocketConnectionFactory' class.
SocketConnectionFactory.getLong ( java.util.Properties p, String property, long defaultValue )This method is from 'SocketConnectionFactory' class.
SocketConnectionFactory.Input.SocketConnectionFactory.Input ( SocketConnectionFactory in, java.io.InputStream p2 )1st parameter 'in' of this method has type 'SocketConnectionFactory'.
SocketConnectionFactory.Output.SocketConnectionFactory.Output ( SocketConnectionFactory out, java.io.OutputStream p2 )1st parameter 'out' of this method has type 'SocketConnectionFactory'.
SocketConnectionFactory.SocketConnectionFactory ( )This constructor is from 'SocketConnectionFactory' class.
openejb-core-4.0.0.jar
package org.apache.openejb.assembler.classic
[+] AppInfo (8)
| Change | Effect |
---|
1 | Field autoDeploy has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field delegateFirst has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field jaxRsProviders has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field pojoConfigurations has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
5 | Field properties has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
6 | Field resourceIds has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
7 | Field services has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
8 | Field webAppAlone has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (33)
AppInfo.AppInfo ( )This constructor is from 'AppInfo' class.
Assembler.createAppClassLoader ( AppInfo appInfo )1st parameter 'appInfo' of this method has type 'AppInfo'.
Assembler.createApplication ( AppInfo appInfo )1st parameter 'appInfo' of this method has type 'AppInfo'.
Assembler.createApplication ( AppInfo appInfo, ClassLoader classLoader )1st parameter 'appInfo' of this method has type 'AppInfo'.
Assembler.createApplication ( AppInfo appInfo, ClassLoader classLoader, boolean start )1st parameter 'appInfo' of this method has type 'AppInfo'.
Assembler.destroyApplication ( AppInfo appInfo )1st parameter 'appInfo' of this method has type 'AppInfo'.
CmpJarBuilder.CmpJarBuilder ( AppInfo appInfo, ClassLoader classLoader )1st parameter 'appInfo' of this method has type 'AppInfo'.
DeploymentExceptionManager.clearLastException ( AppInfo info )1st parameter 'info' of this method has type 'AppInfo'.
DeploymentExceptionManager.getDeploymentException ( AppInfo appInfo )1st parameter 'appInfo' of this method has type 'AppInfo'.
DeploymentExceptionManager.saveDeploymentException ( AppInfo appInfo, Exception exception )1st parameter 'appInfo' of this method has type 'AppInfo'.
DeploymentListener.afterApplicationCreated ( AppInfo p1 )1st parameter 'p1' of this abstract method has type 'AppInfo'.
DeploymentListener.beforeApplicationDestroyed ( AppInfo p1 )1st parameter 'p1' of this abstract method has type 'AppInfo'.
Info.Info ( )Field 'this.appInfo' in the object of this method has type 'AppInfo'.
Info.Info ( AppInfo appInfo )Field 'this.appInfo' in the object of this method has type 'AppInfo'.
Info.marshal ( AppInfo appInfo )Field 'this.appInfo' in the object of this method has type 'AppInfo'.
Info.marshal ( AppInfo appInfo, java.io.OutputStream out )Field 'this.appInfo' in the object of this method has type 'AppInfo'.
Info.marshal ( AppInfo appInfo, java.io.Writer out )Field 'this.appInfo' in the object of this method has type 'AppInfo'.
Info.unmarshal ( java.io.InputStream in )Field 'this.appInfo' in the object of this method has type 'AppInfo'.
WebAppBuilder.deployWebApps ( AppInfo p1, ClassLoader p2 )1st parameter 'p1' of this abstract method has type 'AppInfo'.
WebAppBuilder.undeployWebApps ( AppInfo p1 )1st parameter 'p1' of this abstract method has type 'AppInfo'.
org.apache.openejb.assembler.Deployer.deploy ( String p1 )Return value of this abstract method has type 'AppInfo'.
org.apache.openejb.assembler.Deployer.deploy ( String p1, java.util.Properties p2 )Return value of this abstract method has type 'AppInfo'.
org.apache.openejb.assembler.Deployer.deploy ( java.util.Properties p1 )Return value of this abstract method has type 'AppInfo'.
org.apache.openejb.assembler.DeployerEjb.deploy ( String location )Return value of this method has type 'AppInfo'.
org.apache.openejb.assembler.DeployerEjb.deploy ( String inLocation, java.util.Properties properties )Return value of this method has type 'AppInfo'.
org.apache.openejb.assembler.DeployerEjb.deploy ( java.util.Properties properties )Return value of this method has type 'AppInfo'.
org.apache.openejb.cdi.CdiBuilder.build ( AppInfo appInfo, org.apache.openejb.AppContext appContext, java.util.List allDeployments )1st parameter 'appInfo' of this method has type 'AppInfo'.
org.apache.openejb.cdi.StartupObject.getAppInfo ( )Return value of this method has type 'AppInfo'.
org.apache.openejb.cdi.StartupObject.StartupObject ( org.apache.openejb.AppContext appContext, AppInfo appInfo, java.util.List beanContexts )2nd parameter 'appInfo' of this method has type 'AppInfo'.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( java.io.File jarFile )Return value of this method has type 'AppInfo'.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( ClassLoader classLoader, String id, java.util.List jarFiles )Return value of this method has type 'AppInfo'.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( org.apache.openejb.config.AppModule appModule )Return value of this method has type 'AppInfo'.
org.apache.openejb.config.JndiEncInfoBuilder.JndiEncInfoBuilder ( AppInfo appInfo )1st parameter 'appInfo' of this method has type 'AppInfo'.
[+] Assembler (1)
| Change | Effect |
---|
1 | Field OPENEJB_JPA_DEPLOY_TIME_ENHANCEMENT_PROP has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (43)
Assembler.addDeploymentListener ( DeploymentListener deploymentListener )This method is from 'Assembler' class.
Assembler.Assembler ( )This constructor is from 'Assembler' class.
Assembler.Assembler ( org.apache.openejb.core.JndiFactory jndiFactory )This constructor is from 'Assembler' class.
Assembler.build ( )This method is from 'Assembler' class.
Assembler.buildContainerSystem ( OpenEjbConfiguration configInfo )This method is from 'Assembler' class.
Assembler.createAppClassLoader ( AppInfo appInfo )This method is from 'Assembler' class.
Assembler.createApplication ( AppInfo appInfo )This method is from 'Assembler' class.
Assembler.createApplication ( AppInfo appInfo, ClassLoader classLoader )This method is from 'Assembler' class.
Assembler.createApplication ( AppInfo appInfo, ClassLoader classLoader, boolean start )This method is from 'Assembler' class.
Assembler.createApplication ( EjbJarInfo ejbJar )This method is from 'Assembler' class.
Assembler.createApplication ( EjbJarInfo ejbJar, ClassLoader classLoader )This method is from 'Assembler' class.
Assembler.createClient ( ClientInfo clientInfo )This method is from 'Assembler' class.
Assembler.createClient ( ClientInfo clientInfo, ClassLoader classLoader )This method is from 'Assembler' class.
Assembler.createConnectionManager ( ConnectionManagerInfo serviceInfo )This method is from 'Assembler' class.
Assembler.createConnector ( ConnectorInfo connectorInfo )This method is from 'Assembler' class.
Assembler.createConnector ( ConnectorInfo connectorInfo, ClassLoader classLoader )This method is from 'Assembler' class.
Assembler.createContainer ( ContainerInfo serviceInfo )This method is from 'Assembler' class.
Assembler.createEjbJar ( EjbJarInfo ejbJar )This method is from 'Assembler' class.
Assembler.createEjbJar ( EjbJarInfo ejbJar, ClassLoader classLoader )This method is from 'Assembler' class.
Assembler.createExternalContext ( JndiContextInfo contextInfo )This method is from 'Assembler' class.
Assembler.createProxyFactory ( ProxyFactoryInfo serviceInfo )This method is from 'Assembler' class.
Assembler.createResource ( ResourceInfo serviceInfo )This method is from 'Assembler' class.
Assembler.createSecurityService ( SecurityServiceInfo serviceInfo )This method is from 'Assembler' class.
Assembler.createTransactionManager ( TransactionServiceInfo serviceInfo )This method is from 'Assembler' class.
Assembler.createWebApp ( WebAppInfo webAppInfo )This method is from 'Assembler' class.
Assembler.createWebApp ( WebAppInfo webAppInfo, ClassLoader classLoader )This method is from 'Assembler' class.
Assembler.destroy ( )This method is from 'Assembler' class.
Assembler.destroyApplication ( String filePath )This method is from 'Assembler' class.
Assembler.destroyApplication ( org.apache.openejb.AppContext appContext )This method is from 'Assembler' class.
Assembler.destroyApplication ( AppInfo appInfo )This method is from 'Assembler' class.
Assembler.getContainerSystem ( )This method is from 'Assembler' class.
Assembler.getContext ( )This method is from 'Assembler' class.
Assembler.getDeployedApplications ( )This method is from 'Assembler' class.
Assembler.getOpenEjbConfiguration ( )This method is from 'Assembler' class.
Assembler.getSecurityService ( )This method is from 'Assembler' class.
Assembler.getTransactionManager ( )This method is from 'Assembler' class.
Assembler.init ( java.util.Properties props )This method is from 'Assembler' class.
Assembler.installNaming ( )This method is from 'Assembler' class.
Assembler.installNaming ( String prefix )This method is from 'Assembler' class.
Assembler.installNaming ( String prefix, boolean clean )This method is from 'Assembler' class.
Assembler.removeContainer ( String containerId )This method is from 'Assembler' class.
Assembler.removeDeploymentListener ( DeploymentListener deploymentListener )This method is from 'Assembler' class.
Assembler.setContext ( java.util.Map map )This method is from 'Assembler' class.
[+] BeansInfo (4)
| Change | Effect |
---|
1 | Field duplicatedAlternativeClasses has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field duplicatedAlternativeStereotypes has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field duplicatedDecorators has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field duplicatedInterceptors has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (17)
Assembler.createApplication ( EjbJarInfo ejbJar )Field 'ejbJar.beans' in 1st parameter 'ejbJar' of this method has type 'BeansInfo'.
Assembler.createApplication ( EjbJarInfo ejbJar, ClassLoader classLoader )Field 'ejbJar.beans' in 1st parameter 'ejbJar' of this method has type 'BeansInfo'.
Assembler.createEjbJar ( EjbJarInfo ejbJar )Field 'ejbJar.beans' in 1st parameter 'ejbJar' of this method has type 'BeansInfo'.
Assembler.createEjbJar ( EjbJarInfo ejbJar, ClassLoader classLoader )Field 'ejbJar.beans' in 1st parameter 'ejbJar' of this method has type 'BeansInfo'.
BeansInfo.BeansInfo ( )This constructor is from 'BeansInfo' class.
EjbJarBuilder.build ( EjbJarInfo ejbJar, java.util.Collection appInjections )Field 'ejbJar.beans' in 1st parameter 'ejbJar' of this method has type 'BeansInfo'.
EjbJarInfo.EjbJarInfo ( )Field 'this.beans' in the object of this method has type 'BeansInfo'.
EjbResolver.add ( EjbJarInfo ejbJarInfo )Field 'ejbJarInfo.beans' in 1st parameter 'ejbJarInfo' of this method has type 'BeansInfo'.
InterceptorBindingBuilder.InterceptorBindingBuilder ( ClassLoader cl, EjbJarInfo ejbJarInfo )Field 'ejbJarInfo.beans' in 2nd parameter 'ejbJarInfo' of this method has type 'BeansInfo'.
JaccPermissionsBuilder.build ( EjbJarInfo ejbJar, java.util.HashMap deployments )Field 'ejbJar.beans' in 1st parameter 'ejbJar' of this method has type 'BeansInfo'.
JndiBuilder.bind ( EjbJarInfo ejbJarInfo, org.apache.openejb.BeanContext bean, EnterpriseBeanInfo beanInfo, JndiBuilder.JndiNameStrategy strategy )Field 'ejbJarInfo.beans' in 1st parameter 'ejbJarInfo' of this method has type 'BeansInfo'.
JndiBuilder.build ( EjbJarInfo ejbJar, java.util.HashMap deployments )Field 'ejbJar.beans' in 1st parameter 'ejbJar' of this method has type 'BeansInfo'.
JndiBuilder.createStrategy ( EjbJarInfo ejbJar, java.util.Map deployments )Field 'ejbJar.beans' in 1st parameter 'ejbJar' of this method has type 'BeansInfo'.
JndiBuilder.TemplatedStrategy.JndiBuilder.TemplatedStrategy ( EjbJarInfo ejbJarInfo, java.util.Map deployments )Field 'ejbJarInfo.beans' in 1st parameter 'ejbJarInfo' of this method has type 'BeansInfo'.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( org.apache.openejb.config.EjbModule ejbModule )Field 'RetVal.beans' in return value of this method has type 'BeansInfo'.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( org.apache.openejb.jee.EjbJar ejbJar )Field 'RetVal.beans' in return value of this method has type 'BeansInfo'.
org.apache.openejb.config.EjbJarInfoBuilder.buildInfo ( org.apache.openejb.config.EjbModule jar )Field 'RetVal.beans' in return value of this method has type 'BeansInfo'.
[+] EjbJarInfo (2)
| Change | Effect |
---|
1 | Field moduleId has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field pojoConfigurations has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (16)
Assembler.createApplication ( EjbJarInfo ejbJar )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
Assembler.createApplication ( EjbJarInfo ejbJar, ClassLoader classLoader )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
Assembler.createEjbJar ( EjbJarInfo ejbJar )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
Assembler.createEjbJar ( EjbJarInfo ejbJar, ClassLoader classLoader )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
EjbJarBuilder.build ( EjbJarInfo ejbJar, java.util.Collection appInjections )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
EjbJarInfo.EjbJarInfo ( )This constructor is from 'EjbJarInfo' class.
EjbResolver.add ( EjbJarInfo ejbJarInfo )1st parameter 'ejbJarInfo' of this method has type 'EjbJarInfo'.
InterceptorBindingBuilder.InterceptorBindingBuilder ( ClassLoader cl, EjbJarInfo ejbJarInfo )2nd parameter 'ejbJarInfo' of this method has type 'EjbJarInfo'.
JaccPermissionsBuilder.build ( EjbJarInfo ejbJar, java.util.HashMap deployments )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
JndiBuilder.bind ( EjbJarInfo ejbJarInfo, org.apache.openejb.BeanContext bean, EnterpriseBeanInfo beanInfo, JndiBuilder.JndiNameStrategy strategy )1st parameter 'ejbJarInfo' of this method has type 'EjbJarInfo'.
JndiBuilder.build ( EjbJarInfo ejbJar, java.util.HashMap deployments )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
JndiBuilder.createStrategy ( EjbJarInfo ejbJar, java.util.Map deployments )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
JndiBuilder.TemplatedStrategy.JndiBuilder.TemplatedStrategy ( EjbJarInfo ejbJarInfo, java.util.Map deployments )1st parameter 'ejbJarInfo' of this method has type 'EjbJarInfo'.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( org.apache.openejb.config.EjbModule ejbModule )Return value of this method has type 'EjbJarInfo'.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( org.apache.openejb.jee.EjbJar ejbJar )Return value of this method has type 'EjbJarInfo'.
org.apache.openejb.config.EjbJarInfoBuilder.buildInfo ( org.apache.openejb.config.EjbModule jar )Return value of this method has type 'EjbJarInfo'.
[+] EntityManagerFactoryCallable (1)
| Change | Effect |
---|
1 | Field OPENEJB_JPA_INIT_ENTITYMANAGER has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (3)
EntityManagerFactoryCallable.call ( )This method is from 'EntityManagerFactoryCallable' class.
EntityManagerFactoryCallable.call ( )This method is from 'EntityManagerFactoryCallable' class.
EntityManagerFactoryCallable.getUnitInfo ( )This method is from 'EntityManagerFactoryCallable' class.
[+] FacilitiesInfo (1)
| Change | Effect |
---|
1 | Field serverObservers has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (55)
Assembler.addDeploymentListener ( DeploymentListener deploymentListener )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.Assembler ( )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.Assembler ( org.apache.openejb.core.JndiFactory jndiFactory )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.build ( )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.buildContainerSystem ( OpenEjbConfiguration configInfo )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.createAppClassLoader ( AppInfo appInfo )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.createApplication ( AppInfo appInfo )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.createApplication ( AppInfo appInfo, ClassLoader classLoader )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.createApplication ( AppInfo appInfo, ClassLoader classLoader, boolean start )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.createApplication ( EjbJarInfo ejbJar )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.createApplication ( EjbJarInfo ejbJar, ClassLoader classLoader )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.createClient ( ClientInfo clientInfo )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.createClient ( ClientInfo clientInfo, ClassLoader classLoader )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.createConnectionManager ( ConnectionManagerInfo serviceInfo )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.createConnector ( ConnectorInfo connectorInfo )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.createConnector ( ConnectorInfo connectorInfo, ClassLoader classLoader )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.createContainer ( ContainerInfo serviceInfo )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.createEjbJar ( EjbJarInfo ejbJar )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.createEjbJar ( EjbJarInfo ejbJar, ClassLoader classLoader )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.createExternalContext ( JndiContextInfo contextInfo )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.createProxyFactory ( ProxyFactoryInfo serviceInfo )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.createResource ( ResourceInfo serviceInfo )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.createSecurityService ( SecurityServiceInfo serviceInfo )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.createTransactionManager ( TransactionServiceInfo serviceInfo )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.createWebApp ( WebAppInfo webAppInfo )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.createWebApp ( WebAppInfo webAppInfo, ClassLoader classLoader )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.destroy ( )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.destroyApplication ( String filePath )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.destroyApplication ( org.apache.openejb.AppContext appContext )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.destroyApplication ( AppInfo appInfo )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.getContainerSystem ( )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.getContext ( )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.getDeployedApplications ( )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.getOpenEjbConfiguration ( )Field 'RetVal.facilities' in return value of this method has type 'FacilitiesInfo'.
Assembler.getSecurityService ( )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.getTransactionManager ( )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.init ( java.util.Properties props )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.installNaming ( )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.installNaming ( String prefix )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.installNaming ( String prefix, boolean clean )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.removeContainer ( String containerId )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.removeDeploymentListener ( DeploymentListener deploymentListener )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
Assembler.setContext ( java.util.Map map )Field 'this.config.facilities' in the object of this method has type 'FacilitiesInfo'.
cmd.ConfigurationInfo.getOpenEjbConfiguration ( java.io.File p1 )Field 'RetVal.facilities' in return value of this abstract method has type 'FacilitiesInfo'.
cmd.ConfigurationInfoEjb.getOpenEjbConfiguration ( java.io.File tmpFile )Field 'RetVal.facilities' in return value of this method has type 'FacilitiesInfo'.
cmd.Info2Properties.printConfig ( OpenEjbConfiguration configuration )Field 'configuration.facilities' in 1st parameter 'configuration' of this method has type 'FacilitiesInfo'.
cmd.Info2Properties.printConfig ( OpenEjbConfiguration configuration, java.io.PrintStream out, String cr )Field 'configuration.facilities' in 1st parameter 'configuration' of this method has type 'FacilitiesInfo'.
FacilitiesInfo.FacilitiesInfo ( )This constructor is from 'FacilitiesInfo' class.
OpenEjbConfiguration.OpenEjbConfiguration ( )Field 'this.facilities' in the object of this method has type 'FacilitiesInfo'.
OpenEjbConfigurationFactory.getOpenEjbConfiguration ( )Field 'RetVal.facilities' in return value of this abstract method has type 'FacilitiesInfo'.
org.apache.openejb.config.ConfigurationFactory.ConfigurationFactory ( boolean offline, OpenEjbConfiguration configuration )Field 'configuration.facilities' in 2nd parameter 'configuration' of this method has type 'FacilitiesInfo'.
org.apache.openejb.config.ConfigurationFactory.ConfigurationFactory ( boolean offline, org.apache.openejb.config.ConfigurationFactory.Chain deployerChain, OpenEjbConfiguration configuration )Field 'configuration.facilities' in 3rd parameter 'configuration' of this method has type 'FacilitiesInfo'.
org.apache.openejb.config.ConfigurationFactory.ConfigurationFactory ( boolean offline, org.apache.openejb.config.DynamicDeployer preAutoConfigDeployer, OpenEjbConfiguration configuration )Field 'configuration.facilities' in 3rd parameter 'configuration' of this method has type 'FacilitiesInfo'.
org.apache.openejb.config.ConfigurationFactory.getOpenEjbConfiguration ( )Field 'RetVal.facilities' in return value of this method has type 'FacilitiesInfo'.
org.apache.openejb.config.ConfigurationPrinter.printConf ( OpenEjbConfiguration conf )Field 'conf.facilities' in 1st parameter 'conf' of this method has type 'FacilitiesInfo'.
[+] ReloadableEntityManagerFactory (2)
| Change | Effect |
---|
1 | Field OPENEJB_JPA_CRITERIA_LOG_JPQL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field OPENEJB_JPA_CRITERIA_LOG_JPQL_LEVEL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (31)
PersistenceBuilder.createEntityManagerFactory ( PersistenceUnitInfo info, ClassLoader classLoader )Return value of this method has type 'ReloadableEntityManagerFactory'.
ReloadableEntityManagerFactory.addJarFileUrls ( String file )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.addManagedClasses ( String clazz )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.addMappingFile ( String file )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.close ( )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.createEntityManager ( )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.createEntityManager ( java.util.Map map )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.getCache ( )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.getCriteriaBuilder ( )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.getDelegate ( )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.getJarFileUrls ( )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.getManagedClasses ( )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.getMappingFiles ( )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.getMetamodel ( )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.getPersistenceUnitUtil ( )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.getProperties ( )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.getUnitProperties ( )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.isOpen ( )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory ( ReloadableEntityManagerFactory remf )1st parameter 'remf' of this method has type 'ReloadableEntityManagerFactory'.
ReloadableEntityManagerFactory.register ( )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.reload ( )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.removeJarFileUrls ( String file )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.removeManagedClasses ( String clazz )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.removeMappingFile ( String file )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.removeProperty ( String key )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.setProperty ( String key, String value )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.setProvider ( String providerRaw )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.setSharedCacheMode ( javax.persistence.SharedCacheMode mode )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.setTransactionType ( javax.persistence.spi.PersistenceUnitTransactionType type )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.setValidationMode ( javax.persistence.ValidationMode mode )This method is from 'ReloadableEntityManagerFactory' class.
ReloadableEntityManagerFactory.unregister ( )This method is from 'ReloadableEntityManagerFactory' class.
[+] ResourceInfo (1)
| Change | Effect |
---|
1 | Field originAppName has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (11)
Assembler.createConnector ( ConnectorInfo connectorInfo )Field 'connectorInfo.resourceAdapter' in 1st parameter 'connectorInfo' of this method has type 'ResourceInfo'.
Assembler.createConnector ( ConnectorInfo connectorInfo, ClassLoader classLoader )Field 'connectorInfo.resourceAdapter' in 1st parameter 'connectorInfo' of this method has type 'ResourceInfo'.
Assembler.createResource ( ResourceInfo serviceInfo )1st parameter 'serviceInfo' of this method has type 'ResourceInfo'.
ConnectorInfo.ConnectorInfo ( )Field 'this.resourceAdapter' in the object of this method has type 'ResourceInfo'.
ResourceInfo.ResourceInfo ( )This constructor is from 'ResourceInfo' class.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( org.apache.openejb.config.ConnectorModule connectorModule )Field 'RetVal.resourceAdapter' in return value of this method has type 'ResourceInfo'.
org.apache.openejb.config.ConfigurationFactory.getResourceInfo ( String id )Return value of this method has type 'ResourceInfo'.
org.apache.openejb.config.ConfigurationFactory.install ( ResourceInfo serviceInfo )1st parameter 'serviceInfo' of this method has type 'ResourceInfo'.
org.apache.openejb.config.ConfigurationFactory.ResourceInfoComparator.compare ( ResourceInfo a, ResourceInfo b )2nd parameter 'b' of this method has type 'ResourceInfo'.
org.apache.openejb.config.ConfigurationFactory.ResourceInfoComparator.getReference ( ResourceInfo info )1st parameter 'info' of this method has type 'ResourceInfo'.
org.apache.openejb.config.ConfigurationFactory.ResourceInfoComparator.hasReference ( ResourceInfo info )1st parameter 'info' of this method has type 'ResourceInfo'.
[+] ServletInfo (1)
| Change | Effect |
---|
1 | Field mappings has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
ServletInfo.ServletInfo ( )This constructor is from 'ServletInfo' class.
[+] WebAppInfo (1)
| Change | Effect |
---|
1 | Field jaxRsProviders has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (4)
Assembler.createWebApp ( WebAppInfo webAppInfo )1st parameter 'webAppInfo' of this method has type 'WebAppInfo'.
Assembler.createWebApp ( WebAppInfo webAppInfo, ClassLoader classLoader )1st parameter 'webAppInfo' of this method has type 'WebAppInfo'.
WebAppInfo.WebAppInfo ( )This constructor is from 'WebAppInfo' class.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( org.apache.openejb.config.WebModule webModule )Return value of this method has type 'WebAppInfo'.
package org.apache.openejb.cdi
[+] BeansDeployer (1)
| Change | Effect |
---|
1 | Field EMPTY_ANNOTATION_ARRAY has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (8)
BeansDeployer.addDefaultStereoTypes ( )This method is from 'BeansDeployer' class.
BeansDeployer.BeansDeployer ( org.apache.webbeans.xml.WebBeansXMLConfigurator xmlConfigurator, org.apache.webbeans.config.WebBeansContext webBeansContext )This constructor is from 'BeansDeployer' class.
BeansDeployer.checkPassivationScope ( javax.enterprise.inject.spi.Bean beanObj )This method is from 'BeansDeployer' class.
BeansDeployer.checkSpecializations ( org.apache.webbeans.spi.ScannerService scanner )This method is from 'BeansDeployer' class.
BeansDeployer.checkStereoTypes ( org.apache.webbeans.spi.ScannerService scanner )This method is from 'BeansDeployer' class.
BeansDeployer.defineManagedBean ( Class clazz, org.apache.webbeans.portable.events.ProcessAnnotatedTypeImpl processAnnotatedEvent )This method is from 'BeansDeployer' class.
BeansDeployer.deployFromXML ( org.apache.webbeans.spi.ScannerService scanner )This method is from 'BeansDeployer' class.
OpenEJBLifecycle.getDeployer ( )Return value of this method has type 'BeansDeployer'.
[+] CdiScanner (1)
| Change | Effect |
---|
1 | Field OPENEJB_CDI_FILTER_CLASSLOADER has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (9)
CdiScanner.CdiScanner ( )This constructor is from 'CdiScanner' class.
CdiScanner.getAllAnnotations ( String className )This method is from 'CdiScanner' class.
CdiScanner.getBDABeansXmlScanner ( )This method is from 'CdiScanner' class.
CdiScanner.getBeanClasses ( )This method is from 'CdiScanner' class.
CdiScanner.getBeanXmls ( )This method is from 'CdiScanner' class.
CdiScanner.init ( Object object )This method is from 'CdiScanner' class.
CdiScanner.isBDABeansXmlScanningEnabled ( )This method is from 'CdiScanner' class.
CdiScanner.release ( )This method is from 'CdiScanner' class.
CdiScanner.scan ( )This method is from 'CdiScanner' class.
[+] OpenEJBLifecycle (1)
| Change | Effect |
---|
1 | Field OPENEJB_CDI_SKIP_CLASS_NOT_FOUND has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (19)
OpenEJBLifecycle.afterInitApplication ( java.util.Properties properties )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.afterStartApplication ( Object startupObject )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.afterStopApplication ( Object stopObject )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.beforeInitApplication ( java.util.Properties properties )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.beforeStartApplication ( Object startupObject )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.beforeStopApplication ( Object stopObject )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.getBeanManager ( )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.getContextService ( )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.getDeployer ( )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.getJndiService ( )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.getScannerService ( )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.getXmlDeployer ( )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.initApplication ( java.util.Properties properties )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.initializeServletContext ( javax.servlet.ServletContext servletContext, org.apache.webbeans.config.WebBeansContext context )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.OpenEJBLifecycle ( )This constructor is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.OpenEJBLifecycle ( org.apache.webbeans.config.WebBeansContext webBeansContext )This constructor is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.startApplication ( Object startupObject )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.startServletContext ( javax.servlet.ServletContext servletContext )This method is from 'OpenEJBLifecycle' class.
OpenEJBLifecycle.stopApplication ( Object endObject )This method is from 'OpenEJBLifecycle' class.
[+] ThreadSingletonServiceImpl (1)
| Change | Effect |
---|
1 | Field OPENEJB_OWB_PROXY_FACTORY has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (9)
ThreadSingletonServiceImpl.clear ( Object key )This method is from 'ThreadSingletonServiceImpl' class.
ThreadSingletonServiceImpl.contextEntered ( org.apache.webbeans.config.WebBeansContext newOWBContext )This method is from 'ThreadSingletonServiceImpl' class.
ThreadSingletonServiceImpl.contextExited ( Object oldContext )This method is from 'ThreadSingletonServiceImpl' class.
ThreadSingletonServiceImpl.enter ( org.apache.webbeans.config.WebBeansContext newOWBContext )This method is from 'ThreadSingletonServiceImpl' class.
ThreadSingletonServiceImpl.exit ( Object oldContext )This method is from 'ThreadSingletonServiceImpl' class.
ThreadSingletonServiceImpl.get ( Object x0 )This method is from 'ThreadSingletonServiceImpl' class.
ThreadSingletonServiceImpl.get ( Object key )This method is from 'ThreadSingletonServiceImpl' class.
ThreadSingletonServiceImpl.initialize ( StartupObject startupObject )This method is from 'ThreadSingletonServiceImpl' class.
ThreadSingletonServiceImpl.ThreadSingletonServiceImpl ( )This constructor is from 'ThreadSingletonServiceImpl' class.
package org.apache.openejb.config
[+] AppInfoBuilder.PersistenceProviderProperties (4)
| Change | Effect |
---|
1 | Field HIBERNATE_EJB_NAMING_STRATEGY_PROP has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field OPENJPA_SEQUENCE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field PREFIX_METADATA_REPOSITORY has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field PREFIX_SEQUENCE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
AppInfoBuilder.PersistenceProviderProperties.AppInfoBuilder.PersistenceProviderProperties ( )This constructor is from 'AppInfoBuilder.PersistenceProviderProperties' class.
[+] ConfigurationFactory (1)
| Change | Effect |
---|
1 | Field OPENEJB_JDBC_DATASOURCE_CREATOR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (38)
AutoConfig.AutoConfig ( ConfigurationFactory configFactory )1st parameter 'configFactory' of this method has type 'ConfigurationFactory'.
ConfigurationFactory.ConfigurationFactory ( )This constructor is from 'ConfigurationFactory' class.
ConfigurationFactory.ConfigurationFactory ( boolean offline )This constructor is from 'ConfigurationFactory' class.
ConfigurationFactory.ConfigurationFactory ( boolean offline, org.apache.openejb.assembler.classic.OpenEjbConfiguration configuration )This constructor is from 'ConfigurationFactory' class.
ConfigurationFactory.ConfigurationFactory ( boolean offline, ConfigurationFactory.Chain deployerChain, org.apache.openejb.assembler.classic.OpenEjbConfiguration configuration )This constructor is from 'ConfigurationFactory' class.
ConfigurationFactory.ConfigurationFactory ( boolean offline, DynamicDeployer preAutoConfigDeployer )This constructor is from 'ConfigurationFactory' class.
ConfigurationFactory.ConfigurationFactory ( boolean offline, DynamicDeployer preAutoConfigDeployer, org.apache.openejb.assembler.classic.OpenEjbConfiguration configuration )This constructor is from 'ConfigurationFactory' class.
ConfigurationFactory.configureApplication ( java.io.File jarFile )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.configureApplication ( ClassLoader classLoader, String id, java.util.List jarFiles )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.configureApplication ( AppModule appModule )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.configureApplication ( ClientModule clientModule )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.configureApplication ( ConnectorModule connectorModule )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.configureApplication ( EjbModule ejbModule )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.configureApplication ( WebModule webModule )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.configureApplication ( org.apache.openejb.jee.EjbJar ejbJar )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.configureService ( Class type )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.configureService ( Class type, String serviceId, java.util.Properties declaredProperties, String providerId, String serviceType )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.configureService ( String id, Class type )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.configureService ( Service service, Class infoType )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.createContainerInfo ( sys.Container container )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.getContainerIds ( )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.getContainerInfos ( )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.getContainerInfoType ( String ctype )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.getModulesFromClassPath ( java.util.List declaredApps, ClassLoader classLoader )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.getOpenEjbConfiguration ( )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.getOverrides ( java.util.Properties properties, String serviceId, String serviceType )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.getResourceIds ( )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.getResourceIds ( String type )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.getResourceIds ( String type, java.util.Properties required )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.getResourceInfo ( String id )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.getSystemProperties ( String serviceId, String serviceType )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.init ( java.util.Properties props )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.install ( org.apache.openejb.assembler.classic.ContainerInfo serviceInfo )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.install ( org.apache.openejb.assembler.classic.ResourceInfo serviceInfo )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.loadApplication ( ClassLoader classLoader, String id, java.util.List jarFiles )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.toConfigDeclaration ( String name, String value )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.toConfigDeclaration ( String id, java.net.URI uri )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.toHandlerChainInfo ( org.apache.openejb.jee.HandlerChains chains )This method is from 'ConfigurationFactory' class.
[+] DeploymentModule (1)
| Change | Effect |
---|
1 | Abstract method DeploymentModule.getProperties ( ) has been added to this interface. | No effect. |
[+] affected methods (17)
AnnotationDeployer.getModule ( )Return value of this method has type 'DeploymentModule'.
AppModule.AppModule ( DeploymentModule module )1st parameter 'module' of this method has type 'DeploymentModule'.
DeploymentModule.getAltDDs ( )This abstract method is from 'DeploymentModule' interface.
DeploymentModule.getClassLoader ( )This abstract method is from 'DeploymentModule' interface.
DeploymentModule.getFile ( )This abstract method is from 'DeploymentModule' interface.
DeploymentModule.getJarLocation ( )This abstract method is from 'DeploymentModule' interface.
DeploymentModule.getModuleId ( )This abstract method is from 'DeploymentModule' interface.
DeploymentModule.getModuleUri ( )This abstract method is from 'DeploymentModule' interface.
DeploymentModule.getValidation ( )This abstract method is from 'DeploymentModule' interface.
DeploymentModule.getWatchedResources ( )This abstract method is from 'DeploymentModule' interface.
DeploymentModule.ID.DeploymentModule.ID ( org.apache.openejb.jee.NamedModule vendorDd, org.apache.openejb.jee.NamedModule specDd, String name, java.io.File location, java.net.URI uri, DeploymentModule module )6th parameter 'module' of this method has type 'DeploymentModule'.
DeploymentModule.isStandaloneModule ( )This abstract method is from 'DeploymentModule' interface.
DeploymentModule.setStandaloneModule ( boolean p1 )This abstract method is from 'DeploymentModule' interface.
FinderFactory.create ( DeploymentModule module )1st parameter 'module' of this method has type 'DeploymentModule'.
FinderFactory.createFinder ( DeploymentModule module )1st parameter 'module' of this method has type 'DeploymentModule'.
ValidationContext.getModule ( )Return value of this method has type 'DeploymentModule'.
ValidationContext.ValidationContext ( DeploymentModule module )1st parameter 'module' of this method has type 'DeploymentModule'.
[+] EnvEntriesPropertiesDeployer (1)
| Change | Effect |
---|
1 | Field ENV_ENTRY_PROPERTIES has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (3)
EnvEntriesPropertiesDeployer.deploy ( AppModule appModule )This method is from 'EnvEntriesPropertiesDeployer' class.
EnvEntriesPropertiesDeployer.deploy ( WebModule webModule )This method is from 'EnvEntriesPropertiesDeployer' class.
EnvEntriesPropertiesDeployer.EnvEntriesPropertiesDeployer ( )This constructor is from 'EnvEntriesPropertiesDeployer' class.
[+] FinderFactory (1)
| Change | Effect |
---|
1 | Field TOMEE_JAXRS_DEPLOY_UNDECLARED_PROP has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (5)
FinderFactory.create ( DeploymentModule module )This method is from 'FinderFactory' class.
FinderFactory.createFinder ( DeploymentModule module )This method is from 'FinderFactory' class.
FinderFactory.FinderFactory ( )This constructor is from 'FinderFactory' class.
FinderFactory.getFinder ( ClassLoader classLoader, java.net.URL url )This method is from 'FinderFactory' class.
FinderFactory.isJaxRsInstalled ( )This method is from 'FinderFactory' class.
[+] NewLoaderLogic (1)
| Change | Effect |
---|
1 | Field DEFAULT_EXCLUSIONS_ALIAS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (8)
NewLoaderLogic._loadFromClasspath ( org.apache.openejb.loader.FileUtils base, java.util.List jarList, ClassLoader classLoader )This method is from 'NewLoaderLogic' class.
NewLoaderLogic.applyBuiltinExcludes ( org.apache.xbean.finder.UrlSet urlSet )This method is from 'NewLoaderLogic' class.
NewLoaderLogic.applyBuiltinExcludes ( org.apache.xbean.finder.UrlSet urlSet, org.apache.xbean.finder.filter.Filter includeFilter )This method is from 'NewLoaderLogic' class.
NewLoaderLogic.callers ( )This method is from 'NewLoaderLogic' class.
NewLoaderLogic.filterArchives ( org.apache.xbean.finder.filter.Filter filter, ClassLoader classLoader, org.apache.xbean.finder.UrlSet urlSet )This method is from 'NewLoaderLogic' class.
NewLoaderLogic.getExclusions ( )This method is from 'NewLoaderLogic' class.
NewLoaderLogic.NewLoaderLogic ( )This constructor is from 'NewLoaderLogic' class.
NewLoaderLogic.setExclusions ( String[ ] exclusionArray )This method is from 'NewLoaderLogic' class.
[+] RemoteServer (5)
| Change | Effect |
---|
1 | Field OPENEJB_SERVER_DEBUG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field SERVER_DEBUG_PORT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field SERVER_SHUTDOWN_COMMAND has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field SERVER_SHUTDOWN_HOST has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
5 | Field SERVER_SHUTDOWN_PORT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (10)
RemoteServer.destroy ( )This method is from 'RemoteServer' class.
RemoteServer.getProperties ( )This method is from 'RemoteServer' class.
RemoteServer.getServer ( )This method is from 'RemoteServer' class.
RemoteServer.init ( java.util.Properties props )This method is from 'RemoteServer' class.
RemoteServer.main ( String[ ] args )This method is from 'RemoteServer' class.
RemoteServer.RemoteServer ( )This constructor is from 'RemoteServer' class.
RemoteServer.RemoteServer ( int tries, boolean verbose )This constructor is from 'RemoteServer' class.
RemoteServer.start ( )This method is from 'RemoteServer' class.
RemoteServer.start ( java.util.List additionalArgs, String cmd, boolean checkPortAvailable )This method is from 'RemoteServer' class.
RemoteServer.stop ( )This method is from 'RemoteServer' class.
package org.apache.openejb.config.sys
[+] AbstractService (3)
| Change | Effect |
---|
1 | Field className has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field constructor has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field factoryName has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (15)
AbstractService.AbstractService ( )This constructor is from 'AbstractService' abstract class.
AbstractService.AbstractService ( String id )This constructor is from 'AbstractService' abstract class.
AbstractService.AbstractService ( String id, String type )This constructor is from 'AbstractService' abstract class.
AbstractService.AbstractService ( String id, String type, String provider )This constructor is from 'AbstractService' abstract class.
AbstractService.equals ( Object o )This method is from 'AbstractService' abstract class.
AbstractService.getId ( )This method is from 'AbstractService' abstract class.
AbstractService.getJar ( )This method is from 'AbstractService' abstract class.
AbstractService.getProperties ( )This method is from 'AbstractService' abstract class.
AbstractService.getProvider ( )This method is from 'AbstractService' abstract class.
AbstractService.getType ( )This method is from 'AbstractService' abstract class.
AbstractService.hashCode ( )This method is from 'AbstractService' abstract class.
AbstractService.setId ( String value )This method is from 'AbstractService' abstract class.
AbstractService.setJar ( String value )This method is from 'AbstractService' abstract class.
AbstractService.setProvider ( String value )This method is from 'AbstractService' abstract class.
AbstractService.setType ( String type )This method is from 'AbstractService' abstract class.
[+] Openejb (1)
| Change | Effect |
---|
1 | Field services has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (19)
org.apache.openejb.config.ConfigUtils.addDeploymentEntryToConfig ( String jarLocation, Openejb config )2nd parameter 'config' of this method has type 'Openejb'.
JaxbOpenejb.createOpenejb ( )Return value of this method has type 'Openejb'.
JaxbOpenejb.readConfig ( String configFile )Return value of this method has type 'Openejb'.
JaxbOpenejb.writeConfig ( String configFile, Openejb openejb )2nd parameter 'openejb' of this method has type 'Openejb'.
ObjectFactory.createOpenejb ( )Return value of this method has type 'Openejb'.
Openejb.add ( Object service )This method is from 'Openejb' class.
Openejb.getConnectionManager ( )This method is from 'Openejb' class.
Openejb.getContainer ( )This method is from 'Openejb' class.
Openejb.getDeployments ( )This method is from 'Openejb' class.
Openejb.getJndiProvider ( )This method is from 'Openejb' class.
Openejb.getProxyFactory ( )This method is from 'Openejb' class.
Openejb.getResource ( )This method is from 'Openejb' class.
Openejb.getSecurityService ( )This method is from 'Openejb' class.
Openejb.getTransactionManager ( )This method is from 'Openejb' class.
Openejb.Openejb ( )This constructor is from 'Openejb' class.
Openejb.setConnectionManager ( ConnectionManager value )This method is from 'Openejb' class.
Openejb.setProxyFactory ( ProxyFactory value )This method is from 'Openejb' class.
Openejb.setSecurityService ( SecurityService value )This method is from 'Openejb' class.
Openejb.setTransactionManager ( TransactionManager value )This method is from 'Openejb' class.
[+] ServiceProvider (1)
| Change | Effect |
---|
1 | Field parent has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (25)
org.apache.openejb.config.ServiceUtils.getServiceProvider ( String id )Return value of this method has type 'ServiceProvider'.
org.apache.openejb.config.ServiceUtils.getServiceProviderByType ( String providerType, String serviceType )Return value of this method has type 'ServiceProvider'.
org.apache.openejb.config.ServiceUtils.getServiceProviderByType ( String type, java.util.Properties required )Return value of this method has type 'ServiceProvider'.
org.apache.openejb.config.ServiceUtils.registerServiceProvider ( String packageName, ServiceProvider provider )2nd parameter 'provider' of this method has type 'ServiceProvider'.
JaxbOpenejb.createServiceProvider ( )Return value of this method has type 'ServiceProvider'.
ObjectFactory.createServiceProvider ( )Return value of this method has type 'ServiceProvider'.
ServiceProvider.getClassName ( )This method is from 'ServiceProvider' class.
ServiceProvider.getConstructor ( )This method is from 'ServiceProvider' class.
ServiceProvider.getDescription ( )This method is from 'ServiceProvider' class.
ServiceProvider.getDisplayName ( )This method is from 'ServiceProvider' class.
ServiceProvider.getFactoryName ( )This method is from 'ServiceProvider' class.
ServiceProvider.getId ( )This method is from 'ServiceProvider' class.
ServiceProvider.getProperties ( )This method is from 'ServiceProvider' class.
ServiceProvider.getService ( )This method is from 'ServiceProvider' class.
ServiceProvider.getTypes ( )This method is from 'ServiceProvider' class.
ServiceProvider.ServiceProvider ( )This constructor is from 'ServiceProvider' class.
ServiceProvider.ServiceProvider ( Class clazz, String id, String service )This constructor is from 'ServiceProvider' class.
ServiceProvider.ServiceProvider ( String className, String id, String service )This constructor is from 'ServiceProvider' class.
ServiceProvider.setClassName ( String value )This method is from 'ServiceProvider' class.
ServiceProvider.setConstructor ( String value )This method is from 'ServiceProvider' class.
ServiceProvider.setDescription ( String value )This method is from 'ServiceProvider' class.
ServiceProvider.setDisplayName ( String value )This method is from 'ServiceProvider' class.
ServiceProvider.setFactoryName ( String value )This method is from 'ServiceProvider' class.
ServiceProvider.setId ( String value )This method is from 'ServiceProvider' class.
ServiceProvider.setService ( String value )This method is from 'ServiceProvider' class.
package org.apache.openejb.core.ivm
[+] BaseEjbProxyHandler (1)
| Change | Effect |
---|
1 | Added super-interface java.lang.reflect.InvocationHandler. | No effect. |
[+] affected methods (26)
BaseEjbProxyHandler._invoke ( Object p1, Class p2, reflect.Method p3, Object[ ] p4 )This abstract method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler._writeReplace ( Object p1 )This abstract method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.BaseEjbProxyHandler ( org.apache.openejb.BeanContext beanContext, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces, Class mainInterface )This constructor is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.checkAuthorization ( reflect.Method method )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.convertException ( Throwable e, reflect.Method method, Class interfce )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.copyArgs ( Object[ ] objects )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.copyObj ( Object object )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.equalHandler ( BaseEjbProxyHandler other )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.equals ( Object obj )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getBeanContext ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getCause ( Throwable e )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getInterfaces ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getInvokedInterface ( reflect.Method method )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getLiveHandleRegistry ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getMainInterface ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getProxyInfo ( )This abstract method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.hashCode ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.invalidateAllHandlers ( Object key )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.invalidateReference ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.invoke ( Object proxy, reflect.Method method, Object[ ] args )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.registerHandler ( Object key, BaseEjbProxyHandler handler )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.setBeanContext ( org.apache.openejb.BeanContext beanContext )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.setDoCrossClassLoaderCopy ( boolean doCrossClassLoaderCopy )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.setDoIntraVmCopy ( boolean doIntraVmCopy )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.setIntraVmCopyMode ( boolean on )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.toString ( )This method is from 'BaseEjbProxyHandler' abstract class.
package org.apache.openejb.core.timer
[+] DefaultTimerThreadPoolAdapter (2)
| Change | Effect |
---|
1 | Field OPENEJB_EJB_TIMER_POOL_AWAIT_SECONDS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field OPENEJB_TIMER_POOL_SIZE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (10)
DefaultTimerThreadPoolAdapter.blockForAvailableThreads ( )This method is from 'DefaultTimerThreadPoolAdapter' class.
DefaultTimerThreadPoolAdapter.DefaultTimerThreadPoolAdapter ( )This constructor is from 'DefaultTimerThreadPoolAdapter' class.
DefaultTimerThreadPoolAdapter.getInstanceId ( )This method is from 'DefaultTimerThreadPoolAdapter' class.
DefaultTimerThreadPoolAdapter.getInstanceName ( )This method is from 'DefaultTimerThreadPoolAdapter' class.
DefaultTimerThreadPoolAdapter.getPoolSize ( )This method is from 'DefaultTimerThreadPoolAdapter' class.
DefaultTimerThreadPoolAdapter.initialize ( )This method is from 'DefaultTimerThreadPoolAdapter' class.
DefaultTimerThreadPoolAdapter.runInThread ( Runnable runnable )This method is from 'DefaultTimerThreadPoolAdapter' class.
DefaultTimerThreadPoolAdapter.setInstanceId ( String instanceId )This method is from 'DefaultTimerThreadPoolAdapter' class.
DefaultTimerThreadPoolAdapter.setInstanceName ( String instanceName )This method is from 'DefaultTimerThreadPoolAdapter' class.
DefaultTimerThreadPoolAdapter.shutdown ( boolean arg0 )This method is from 'DefaultTimerThreadPoolAdapter' class.
[+] EJBCronTrigger (1)
| Change | Effect |
---|
1 | Field DELIMITER has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (4)
EJBCronTrigger.EJBCronTrigger ( javax.ejb.ScheduleExpression expr )This constructor is from 'EJBCronTrigger' class.
EJBCronTrigger.getFinalFireTime ( )This method is from 'EJBCronTrigger' class.
EJBCronTrigger.getFireTimeAfter ( java.util.Date afterTime )This method is from 'EJBCronTrigger' class.
EJBCronTrigger.parseExpression ( int field, String expr )This method is from 'EJBCronTrigger' class.
[+] EjbTimerServiceImpl (4)
| Change | Effect |
---|
1 | Field EJB_TIMER_RETRY_ATTEMPTS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field OPENEJB_QUARTZ_USE_TCCL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field QUARTZ_JMX has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field QUARTZ_MAKE_SCHEDULER_THREAD_DAEMON has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (37)
CalendarTimerData.CalendarTimerData ( long id, EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, javax.ejb.TimerConfig timerConfig, javax.ejb.ScheduleExpression scheduleExpression )2nd parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
DatabaseTimerStore.createCalendarTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, javax.ejb.ScheduleExpression schedule, javax.ejb.TimerConfig timerConfig )1st parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
DatabaseTimerStore.createIntervalTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, java.util.Date initialExpiration, long intervalDuration, javax.ejb.TimerConfig timerConfig )1st parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
DatabaseTimerStore.createSingleActionTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, java.util.Date expiration, javax.ejb.TimerConfig timerConfig )1st parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
DatabaseTimerStore.createTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, Object info, java.util.Date expiration, long intervalDuration )1st parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
DatabaseTimerStore.loadTimers ( EjbTimerServiceImpl timerService, String deploymentId )1st parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
EjbTimerServiceImpl.addTimerData ( TimerData timerData )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.cancelled ( TimerData timerData )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.createTimer ( Object primaryKey, reflect.Method timeoutMethod, java.util.Date expiration, javax.ejb.TimerConfig timerConfig )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.createTimer ( Object primaryKey, reflect.Method timeoutMethod, java.util.Date initialExpiration, long intervalDuration, javax.ejb.TimerConfig timerConfig )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.createTimer ( Object primaryKey, reflect.Method timeoutMethod, javax.ejb.ScheduleExpression scheduleExpression, javax.ejb.TimerConfig timerConfig )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.createTimer ( Object primaryKey, reflect.Method timeoutMethod, long duration, javax.ejb.TimerConfig timerConfig )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.createTimer ( Object primaryKey, reflect.Method timeoutMethod, long initialDuration, long intervalDuration, javax.ejb.TimerConfig timerConfig )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.ejbTimeout ( TimerData timerData )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.EjbTimerServiceImpl ( org.apache.openejb.BeanContext deployment )This constructor is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.EjbTimerServiceImpl ( org.apache.openejb.BeanContext deployment, javax.transaction.TransactionManager transactionManager, org.quartz.Scheduler scheduler, TimerStore timerStore, int retryAttempts )This constructor is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.getDefaultTransactionManager ( )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.getScheduler ( )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.getTimer ( long timerId )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.getTimers ( Object primaryKey )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.getTimerStore ( )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.getTransactionManager ( )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.schedule ( TimerData timerData )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.shutdown ( )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.start ( )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.stop ( )This method is from 'EjbTimerServiceImpl' class.
IntervalTimerData.IntervalTimerData ( long id, EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, javax.ejb.TimerConfig timerConfig, java.util.Date initialExpiration, long intervalDuration )2nd parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
MemoryTimerStore.createCalendarTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, javax.ejb.ScheduleExpression scheduleExpression, javax.ejb.TimerConfig timerConfig )1st parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
MemoryTimerStore.createIntervalTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, java.util.Date initialExpiration, long intervalDuration, javax.ejb.TimerConfig timerConfig )1st parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
MemoryTimerStore.createSingleActionTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, java.util.Date expiration, javax.ejb.TimerConfig timerConfig )1st parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
MemoryTimerStore.loadTimers ( EjbTimerServiceImpl timerService, String deploymentId )1st parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
SingleActionTimerData.SingleActionTimerData ( long id, EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, javax.ejb.TimerConfig timerConfig, java.util.Date expiration )2nd parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
TimerData.TimerData ( long id, EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, javax.ejb.TimerConfig timerConfig )2nd parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
TimerStore.createCalendarTimer ( EjbTimerServiceImpl p1, String p2, Object p3, reflect.Method p4, javax.ejb.ScheduleExpression p5, javax.ejb.TimerConfig p6 )1st parameter 'p1' of this abstract method has type 'EjbTimerServiceImpl'.
TimerStore.createIntervalTimer ( EjbTimerServiceImpl p1, String p2, Object p3, reflect.Method p4, java.util.Date p5, long p6, javax.ejb.TimerConfig p7 )1st parameter 'p1' of this abstract method has type 'EjbTimerServiceImpl'.
TimerStore.createSingleActionTimer ( EjbTimerServiceImpl p1, String p2, Object p3, reflect.Method p4, java.util.Date p5, javax.ejb.TimerConfig p6 )1st parameter 'p1' of this abstract method has type 'EjbTimerServiceImpl'.
TimerStore.loadTimers ( EjbTimerServiceImpl p1, String p2 )1st parameter 'p1' of this abstract method has type 'EjbTimerServiceImpl'.
[+] TimerData (1)
| Change | Effect |
---|
1 | Added super-interface java.io.Serializable. | No effect. |
[+] affected methods (45)
DatabaseTimerStore.addTimerData ( TimerData timerData )1st parameter 'timerData' of this method has type 'TimerData'.
DatabaseTimerStore.createCalendarTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, javax.ejb.ScheduleExpression schedule, javax.ejb.TimerConfig timerConfig )Return value of this method has type 'TimerData'.
DatabaseTimerStore.createIntervalTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, java.util.Date initialExpiration, long intervalDuration, javax.ejb.TimerConfig timerConfig )Return value of this method has type 'TimerData'.
DatabaseTimerStore.createSingleActionTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, java.util.Date expiration, javax.ejb.TimerConfig timerConfig )Return value of this method has type 'TimerData'.
DatabaseTimerStore.createTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, Object info, java.util.Date expiration, long intervalDuration )Return value of this method has type 'TimerData'.
DatabaseTimerStore.getTimer ( String deploymentId, long timerId )Return value of this method has type 'TimerData'.
DatabaseTimerStore.updateIntervalTimer ( TimerData timerData )1st parameter 'timerData' of this method has type 'TimerData'.
EjbTimerServiceImpl.addTimerData ( TimerData timerData )1st parameter 'timerData' of this method has type 'TimerData'.
EjbTimerServiceImpl.cancelled ( TimerData timerData )1st parameter 'timerData' of this method has type 'TimerData'.
EjbTimerServiceImpl.ejbTimeout ( TimerData timerData )1st parameter 'timerData' of this method has type 'TimerData'.
EjbTimerServiceImpl.schedule ( TimerData timerData )1st parameter 'timerData' of this method has type 'TimerData'.
MemoryTimerStore.addTimerData ( TimerData timerData )1st parameter 'timerData' of this method has type 'TimerData'.
MemoryTimerStore.createCalendarTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, javax.ejb.ScheduleExpression scheduleExpression, javax.ejb.TimerConfig timerConfig )Return value of this method has type 'TimerData'.
MemoryTimerStore.createIntervalTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, java.util.Date initialExpiration, long intervalDuration, javax.ejb.TimerConfig timerConfig )Return value of this method has type 'TimerData'.
MemoryTimerStore.createSingleActionTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, java.util.Date expiration, javax.ejb.TimerConfig timerConfig )Return value of this method has type 'TimerData'.
MemoryTimerStore.getTimer ( String deploymentId, long timerId )Return value of this method has type 'TimerData'.
MemoryTimerStore.updateIntervalTimer ( TimerData timerData )1st parameter 'timerData' of this method has type 'TimerData'.
TimerData.cancel ( )This method is from 'TimerData' abstract class.
TimerData.getDeploymentId ( )This method is from 'TimerData' abstract class.
TimerData.getId ( )This method is from 'TimerData' abstract class.
TimerData.getInfo ( )This method is from 'TimerData' abstract class.
TimerData.getNextTimeout ( )This method is from 'TimerData' abstract class.
TimerData.getPrimaryKey ( )This method is from 'TimerData' abstract class.
TimerData.getTimeoutMethod ( )This method is from 'TimerData' abstract class.
TimerData.getTimer ( )This method is from 'TimerData' abstract class.
TimerData.getTimeRemaining ( )This method is from 'TimerData' abstract class.
TimerData.getTrigger ( )This method is from 'TimerData' abstract class.
TimerData.getType ( )This abstract method is from 'TimerData' abstract class.
TimerData.initializeTrigger ( )This abstract method is from 'TimerData' abstract class.
TimerData.isCancelled ( )This method is from 'TimerData' abstract class.
TimerData.isExpired ( )This method is from 'TimerData' abstract class.
TimerData.isNewTimer ( )This method is from 'TimerData' abstract class.
TimerData.isPersistent ( )This method is from 'TimerData' abstract class.
TimerData.newTimer ( )This method is from 'TimerData' abstract class.
TimerData.setExpired ( boolean expired )This method is from 'TimerData' abstract class.
TimerData.setScheduler ( org.quartz.Scheduler scheduler )This method is from 'TimerData' abstract class.
TimerData.stop ( )This method is from 'TimerData' abstract class.
TimerData.TimerData ( long id, EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, javax.ejb.TimerConfig timerConfig )This constructor is from 'TimerData' abstract class.
TimerImpl.TimerImpl ( TimerData timerData )1st parameter 'timerData' of this method has type 'TimerData'.
TimerStore.addTimerData ( TimerData p1 )1st parameter 'p1' of this abstract method has type 'TimerData'.
TimerStore.createCalendarTimer ( EjbTimerServiceImpl p1, String p2, Object p3, reflect.Method p4, javax.ejb.ScheduleExpression p5, javax.ejb.TimerConfig p6 )Return value of this abstract method has type 'TimerData'.
TimerStore.createIntervalTimer ( EjbTimerServiceImpl p1, String p2, Object p3, reflect.Method p4, java.util.Date p5, long p6, javax.ejb.TimerConfig p7 )Return value of this abstract method has type 'TimerData'.
TimerStore.createSingleActionTimer ( EjbTimerServiceImpl p1, String p2, Object p3, reflect.Method p4, java.util.Date p5, javax.ejb.TimerConfig p6 )Return value of this abstract method has type 'TimerData'.
TimerStore.getTimer ( String p1, long p2 )Return value of this abstract method has type 'TimerData'.
TimerStore.updateIntervalTimer ( TimerData p1 )1st parameter 'p1' of this abstract method has type 'TimerData'.
package org.apache.openejb.core.webservices
[+] PortAddressRegistry (1)
| Change | Effect |
---|
1 | Abstract method PortAddressRegistry.removePort ( String p1, javax.xml.namespace.QName p2, String p3, String p4 ) has been added to this interface. | No effect. |
[+] affected methods (2)
PortAddressRegistry.addPort ( String p1, javax.xml.namespace.QName p2, String p3, javax.xml.namespace.QName p4, String p5, String p6 )This abstract method is from 'PortAddressRegistry' interface.
PortAddressRegistry.getPorts ( String p1, javax.xml.namespace.QName p2, String p3 )This abstract method is from 'PortAddressRegistry' interface.
package org.apache.openejb.resource.jdbc
[+] DataSourceFactory (4)
| Change | Effect |
---|
1 | Field DATA_SOURCE_CREATOR_PROP has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field GLOBAL_LOG_SQL_PROPERTY has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field LOG_SQL_PROPERTY has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field POOL_PROPERTY has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
DataSourceFactory.DataSourceFactory ( )This constructor is from 'DataSourceFactory' class.
DataSourceFactory.trimNotSupportedDataSourceProperties ( java.util.Properties properties )This method is from 'DataSourceFactory' class.
package org.apache.openejb.rest
[+] ThreadLocalContextManager (6)
| Change | Effect |
---|
1 | Field HTTP_SERVLET_REQUEST has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field HTTP_SERVLET_RESPONSE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field OTHERS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field PROVIDERS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
5 | Field SERVLET_CONFIG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
6 | Field SERVLET_REQUEST has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
ThreadLocalContextManager.reset ( )This method is from 'ThreadLocalContextManager' class.
ThreadLocalContextManager.ThreadLocalContextManager ( )This constructor is from 'ThreadLocalContextManager' class.
package org.apache.openejb.util
[+] JuliLogStreamFactory (1)
| Change | Effect |
---|
1 | Field OPENEJB_LOG_COLOR_PROP has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
JuliLogStreamFactory.createLogStream ( LogCategory logCategory )This method is from 'JuliLogStreamFactory' class.
JuliLogStreamFactory.JuliLogStreamFactory ( )This constructor is from 'JuliLogStreamFactory' class.
[+] LogCategory (3)
| Change | Effect |
---|
1 | Field OPENEJB_CDI has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field OPENEJB_JPA has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field OPENEJB_SQL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (14)
JuliLogStream.JuliLogStream ( LogCategory logCategory )1st parameter 'logCategory' of this method has type 'LogCategory'.
JuliLogStreamFactory.createLogStream ( LogCategory logCategory )1st parameter 'logCategory' of this method has type 'LogCategory'.
Log4jLogStream.Log4jLogStream ( LogCategory logCategory )1st parameter 'logCategory' of this method has type 'LogCategory'.
Log4jLogStreamFactory.createLogStream ( LogCategory logCategory )1st parameter 'logCategory' of this method has type 'LogCategory'.
LogCategory.createChild ( String child )Return value of this method has type 'LogCategory'.
LogCategory.getName ( )This method is from 'LogCategory' class.
LogFactory.getInstance ( LogCategory p1, String p2 )1st parameter 'p1' of this abstract method has type 'LogCategory'.
Logger.getInstance ( LogCategory category, Class clazz )1st parameter 'category' of this method has type 'LogCategory'.
Logger.getInstance ( LogCategory category, String baseName )1st parameter 'category' of this method has type 'LogCategory'.
Logger.Logger ( LogCategory category, LogStream logStream, String baseName )1st parameter 'category' of this method has type 'LogCategory'.
LogStreamFactory.createLogStream ( LogCategory p1 )1st parameter 'p1' of this abstract method has type 'LogCategory'.
PaxLogStreamFactory.createLogStream ( LogCategory logCategory )1st parameter 'logCategory' of this method has type 'LogCategory'.
Slf4jLogStream.Slf4jLogStream ( LogCategory logCategory )1st parameter 'logCategory' of this method has type 'LogCategory'.
Slf4jLogStreamFactory.createLogStream ( LogCategory logCategory )1st parameter 'logCategory' of this method has type 'LogCategory'.
package org.apache.openejb.util.proxy
[+] ProxyFactory (3)
| Change | Effect |
---|
1 | Abstract method ProxyFactory.getInvocationHandler ( Object p1 ) has been added to this interface. | No effect. |
2 | Abstract method ProxyFactory.newProxyInstance ( Class p1, reflect.InvocationHandler p2 ) has been added to this interface. | No effect. |
3 | Abstract method ProxyFactory.newProxyInstance ( Class[ ] p1, reflect.InvocationHandler p2 ) has been added to this interface. | No effect. |
[+] affected methods (9)
ProxyFactory.getProxyClass ( Class p1 )This abstract method is from 'ProxyFactory' interface.
ProxyFactory.getProxyClass ( Class[ ] p1 )This abstract method is from 'ProxyFactory' interface.
ProxyFactory.init ( java.util.Properties p1 )This abstract method is from 'ProxyFactory' interface.
ProxyFactory.isProxyClass ( Class p1 )This abstract method is from 'ProxyFactory' interface.
ProxyManager.getDefaultFactory ( )Return value of this method has type 'ProxyFactory'.
ProxyManager.getFactory ( String factoryName )Return value of this method has type 'ProxyFactory'.
ProxyManager.registerFactory ( String factoryName, ProxyFactory factory )Return value of this method has type 'ProxyFactory'.
ProxyManager.setDefaultFactory ( String factoryName )Return value of this method has type 'ProxyFactory'.
ProxyManager.unregisterFactory ( String factoryName )Return value of this method has type 'ProxyFactory'.
openejb-cxf-4.0.0.jar
package org.apache.openejb.server.cxf
[+] CxfEndpoint (2)
| Change | Effect |
---|
1 | Field CXF_JAXWS_PREFIX has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field serviceConfiguration has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (27)
CxfEndpoint.destroyHandlers ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.doPublish ( String address )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getBinding ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getEndpoint ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getExecutor ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getImplementor ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getImplementorClass ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getMetadata ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getProperties ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getServer ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.init ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.initHandlers ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.isHTTP ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.isPublished ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.isSOAP11 ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.publish ( Object arg0 )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.publish ( String address )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.setExecutor ( java.util.concurrent.Executor executor )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.setMetadata ( java.util.List arg0 )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.setProperties ( java.util.Map arg0 )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.stop ( )This method is from 'CxfEndpoint' abstract class.
CxfWsContainer.createEndpoint ( )Return value of this abstract method has type 'CxfEndpoint'.
CxfWsContainer.destroy ( )Field 'this.endpoint' in the object of this method has type 'CxfEndpoint'.
CxfWsContainer.onMessage ( org.apache.openejb.server.httpd.HttpRequest request, org.apache.openejb.server.httpd.HttpResponse response )Field 'this.endpoint' in the object of this method has type 'CxfEndpoint'.
CxfWsContainer.start ( )Field 'this.endpoint' in the object of this method has type 'CxfEndpoint'.
ejb.EjbWsContainer.createEndpoint ( )Return value of this method has type 'CxfEndpoint'.
pojo.PojoWsContainer.createEndpoint ( )Return value of this method has type 'CxfEndpoint'.
[+] CxfService (1)
| Change | Effect |
---|
1 | Field OPENEJB_JAXWS_CXF_FEATURES has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (4)
CxfService.CxfService ( )This constructor is from 'CxfService' class.
CxfService.destroyEjbWsContainer ( String deploymentId )This method is from 'CxfService' class.
CxfService.destroyPojoWsContainer ( String serviceId )This method is from 'CxfService' class.
CxfService.getName ( )This method is from 'CxfService' class.
[+] CxfWsContainer (1)
| Change | Effect |
---|
1 | Field serviceConfiguration has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (4)
CxfWsContainer.createEndpoint ( )This abstract method is from 'CxfWsContainer' abstract class.
CxfWsContainer.destroy ( )This method is from 'CxfWsContainer' abstract class.
CxfWsContainer.onMessage ( org.apache.openejb.server.httpd.HttpRequest request, org.apache.openejb.server.httpd.HttpResponse response )This method is from 'CxfWsContainer' abstract class.
CxfWsContainer.start ( )This method is from 'CxfWsContainer' abstract class.
openejb-jee-4.0.0.jar
package org.apache.openejb.jee
[+] Beans (3)
| Change | Effect |
---|
1 | Field duplicatedAlternatives has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field duplicatedDecorators has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field duplicatedInterceptors has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (18)
org.apache.openejb.config.EjbModule.getBeans ( )Return value of this method has type 'Beans'.
org.apache.openejb.config.EjbModule.setBeans ( Beans beans )1st parameter 'beans' of this method has type 'Beans'.
Beans.addAlternativeClass ( Class clazz )This method is from 'Beans' class.
Beans.addAlternativeClass ( String className )This method is from 'Beans' class.
Beans.addAlternativeStereotype ( Class clazz )This method is from 'Beans' class.
Beans.addAlternativeStereotype ( String className )This method is from 'Beans' class.
Beans.addDecorator ( Class clazz )This method is from 'Beans' class.
Beans.addDecorator ( String className )This method is from 'Beans' class.
Beans.addInterceptor ( Class clazz )This method is from 'Beans' class.
Beans.addInterceptor ( String className )This method is from 'Beans' class.
Beans.addManagedClass ( Class clazz )This method is from 'Beans' class.
Beans.addManagedClass ( String className )This method is from 'Beans' class.
Beans.Beans ( )This constructor is from 'Beans' class.
Beans.getAlternativeClasses ( )This method is from 'Beans' class.
Beans.getAlternativeStereotypes ( )This method is from 'Beans' class.
Beans.getDecorators ( )This method is from 'Beans' class.
Beans.getInterceptors ( )This method is from 'Beans' class.
Beans.getManagedClasses ( )This method is from 'Beans' class.
package org.apache.openejb.jee.oejb3
[+] OpenejbJar (1)
| Change | Effect |
---|
1 | Field pojoDeployment has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (21)
org.apache.openejb.config.EjbModule.EjbModule ( ClassLoader classLoader, String moduleId, String jarURI, org.apache.openejb.jee.EjbJar ejbJar, OpenejbJar openejbJar )5th parameter 'openejbJar' of this method has type 'OpenejbJar'.
org.apache.openejb.config.EjbModule.EjbModule ( ClassLoader classLoader, String jarURI, org.apache.openejb.jee.EjbJar ejbJar, OpenejbJar openejbJar )4th parameter 'openejbJar' of this method has type 'OpenejbJar'.
org.apache.openejb.config.EjbModule.EjbModule ( org.apache.openejb.jee.EjbJar ejbJar, OpenejbJar openejbJar )2nd parameter 'openejbJar' of this method has type 'OpenejbJar'.
org.apache.openejb.config.EjbModule.getOpenejbJar ( )Return value of this method has type 'OpenejbJar'.
org.apache.openejb.config.EjbModule.setOpenejbJar ( OpenejbJar openejbJar )1st parameter 'openejbJar' of this method has type 'OpenejbJar'.
org.apache.openejb.config.OpenEjb2Conversion.convertEjbRefs ( org.apache.openejb.jee.EjbJar ejbJar, OpenejbJar openejbJar, org.apache.openejb.jee.oejb2.OpenejbJarType openejbJarType )2nd parameter 'openejbJar' of this method has type 'OpenejbJar'.
org.apache.openejb.config.OpenEjb2Conversion.mergeEntityMappings ( String moduleId, org.apache.openejb.jee.jpa.EntityMappings entityMappings, OpenejbJar openejbJar, org.apache.openejb.jee.oejb2.OpenejbJarType openejbJarType )3rd parameter 'openejbJar' of this method has type 'OpenejbJar'.
ObjectFactory.createOpenejbJar ( )Return value of this method has type 'OpenejbJar'.
OpenejbJar.addEjbDeployment ( org.apache.openejb.jee.EnterpriseBean bean )This method is from 'OpenejbJar' class.
OpenejbJar.addEjbDeployment ( EjbDeployment ejbDeployment )This method is from 'OpenejbJar' class.
OpenejbJar.getDeploymentsByEjbName ( )This method is from 'OpenejbJar' class.
OpenejbJar.getDeploymentsById ( )This method is from 'OpenejbJar' class.
OpenejbJar.getEjbDeployment ( )This method is from 'OpenejbJar' class.
OpenejbJar.getEjbDeploymentCount ( )This method is from 'OpenejbJar' class.
OpenejbJar.getId ( )This method is from 'OpenejbJar' class.
OpenejbJar.getModuleName ( )This method is from 'OpenejbJar' class.
OpenejbJar.getProperties ( )This method is from 'OpenejbJar' class.
OpenejbJar.OpenejbJar ( )This constructor is from 'OpenejbJar' class.
OpenejbJar.removeEjbDeployment ( EjbDeployment ejbDeployment )This method is from 'OpenejbJar' class.
OpenejbJar.setId ( String id )This method is from 'OpenejbJar' class.
OpenejbJar.setModuleName ( String moduleName )This method is from 'OpenejbJar' class.
openejb-webservices-4.0.0.jar
package org.apache.openejb.server.webservices
[+] WsService (2)
| Change | Effect |
---|
1 | Abstract method WsService.createEjbWsContainer ( java.net.URL p1, org.apache.openejb.core.webservices.PortData p2, org.apache.openejb.BeanContext p3, org.apache.openejb.assembler.classic.util.ServiceConfiguration p4 ) has been added to this class. | No effect. |
2 | Abstract method WsService.createPojoWsContainer ( java.net.URL p1, org.apache.openejb.core.webservices.PortData p2, String p3, Class p4, javax.naming.Context p5, String p6, java.util.Map p7, org.apache.openejb.assembler.classic.util.ServiceConfiguration p8 ) has been added to this class. | No effect. |
[+] affected methods (21)
WsService.destroyEjbWsContainer ( String p1 )This abstract method is from 'WsService' abstract class.
WsService.destroyPojoWsContainer ( String p1 )This abstract method is from 'WsService' abstract class.
WsService.getAuthMethod ( )This method is from 'WsService' abstract class.
WsService.getEjbType ( int type )This method is from 'WsService' abstract class.
WsService.getIP ( )This method is from 'WsService' abstract class.
WsService.getPort ( )This method is from 'WsService' abstract class.
WsService.getRealmName ( )This method is from 'WsService' abstract class.
WsService.getTransportGuarantee ( )This method is from 'WsService' abstract class.
WsService.getVirtualHost ( )This method is from 'WsService' abstract class.
WsService.getWsAddressTemplate ( )This method is from 'WsService' abstract class.
WsService.init ( java.util.Properties props )This method is from 'WsService' abstract class.
WsService.service ( java.io.InputStream in, java.io.OutputStream out )This method is from 'WsService' abstract class.
WsService.service ( java.net.Socket socket )This method is from 'WsService' abstract class.
WsService.setAuthMethod ( String authMethod )This method is from 'WsService' abstract class.
WsService.setRealmName ( String realmName )This method is from 'WsService' abstract class.
WsService.setTransportGuarantee ( String transportGuarantee )This method is from 'WsService' abstract class.
WsService.setVirtualHost ( String virtualHost )This method is from 'WsService' abstract class.
WsService.setWsAddressTemplate ( org.apache.openejb.util.StringTemplate wsAddressTemplate )This method is from 'WsService' abstract class.
WsService.start ( )This method is from 'WsService' abstract class.
WsService.stop ( )This method is from 'WsService' abstract class.
WsService.WsService ( )This constructor is from 'WsService' abstract class.
to the top
Java ARchives (16)
openejb-api-4.0.0.jar
openejb-client-4.0.0.jar
openejb-core-4.0.0.jar
openejb-cxf-4.0.0.jar
openejb-cxf-bundle-2.5.2.jar
openejb-cxf-transport-4.0.0.jar
openejb-daemon-4.0.0.jar
openejb-ejbd-4.0.0.jar
openejb-hsql-4.0.0.jar
openejb-http-4.0.0.jar
openejb-javaagent-4.0.0.jar
openejb-jee-4.0.0.jar
openejb-loader-4.0.0.jar
openejb-multicast-4.0.0.jar
openejb-server-4.0.0.jar
openejb-webservices-4.0.0.jar
to the top
Generated on Thu Oct 25 08:22:02 2012 for OpenEJB by Java API Compliance Checker 1.2
A tool for checking backward compatibility of a Java library API