Source compatibility report for the OpenEJB library between 3.1.4 and 4.0.0 versions
Test Info
Library Name | OpenEJB |
Version #1 | 3.1.4 |
Version #2 | 4.0.0 |
Test Results
Total Java ARchives | 14 |
---|
Total Methods / Classes | 38018 / 1897 |
---|
Verdict | Incompatible (7.6%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 22325 |
---|
Removed Methods | High | 1319 |
---|
Problems with Data Types | High | 359 |
---|
Medium | 14 |
Low | 12 |
Problems with Methods | High | 11 |
---|
Medium | 1 |
Low | 0 |
Other Changes in Data Types | - | 327 |
Added Methods (22325)
openejb-api-4.0.0.jar, Proxy.class
package org.apache.openejb.api
Proxy.value ( ) [abstract] : Class
[run-time name: org/apache/openejb/api/Proxy.value:()Ljava/lang/Class;]
openejb-client-4.0.0.jar, AbstractConnectionStrategy.class
package org.apache.openejb.client
AbstractConnectionStrategy.AbstractConnectionStrategy ( )
[run-time name: org/apache/openejb/client/AbstractConnectionStrategy."<init>":()V]
AbstractConnectionStrategy.connect ( ClusterMetaData cluster, java.net.URI uri ) : Connection
[run-time name: org/apache/openejb/client/AbstractConnectionStrategy.connect:(Lorg/apache/openejb/client/ClusterMetaData;Ljava/net/URI;)Lorg/apache/openejb/client/Connection;]
AbstractConnectionStrategy.connect ( ClusterMetaData cluster, ServerMetaData server ) : Connection
[run-time name: org/apache/openejb/client/AbstractConnectionStrategy.connect:(Lorg/apache/openejb/client/ClusterMetaData;Lorg/apache/openejb/client/ServerMetaData;)Lorg/apache/openejb/client/Connection;]
AbstractConnectionStrategy.createFailureEvent ( java.util.Set p1, java.util.Set p2, java.net.URI p3 ) [abstract] : event.FailoverSelection
[run-time name: org/apache/openejb/client/AbstractConnectionStrategy.createFailureEvent:(Ljava/util/Set;Ljava/util/Set;Ljava/net/URI;)Lorg/apache/openejb/client/event/FailoverSelection;]
AbstractConnectionStrategy.createIterable ( ClusterMetaData p1 ) [abstract] : Iterable
[run-time name: org/apache/openejb/client/AbstractConnectionStrategy.createIterable:(Lorg/apache/openejb/client/ClusterMetaData;)Ljava/lang/Iterable;]
openejb-client-4.0.0.jar, AuthenticationRequest.class
package org.apache.openejb.client
AuthenticationRequest.getRequestType ( ) : RequestType
[run-time name: org/apache/openejb/client/AuthenticationRequest.getRequestType:()Lorg/apache/openejb/client/RequestType;]
openejb-client-4.0.0.jar, Body.class
package org.apache.openejb.client
EJBRequest.Body.getRequestId ( ) : String
[run-time name: org/apache/openejb/client/EJBRequest.Body.getRequestId:()Ljava/lang/String;]
EJBRequest.Body.setRequestId ( String requestId ) : void
[run-time name: org/apache/openejb/client/EJBRequest.Body.setRequestId:(Ljava/lang/String;)V]
openejb-client-4.0.0.jar, BootstrappingConnection.class
package org.apache.openejb.client.event
BootstrappingConnection.BootstrappingConnection ( java.net.URI provider )
[run-time name: org/apache/openejb/client/event/BootstrappingConnection."<init>":(Ljava/net/URI;)V]
BootstrappingConnection.toString ( ) : String
[run-time name: org/apache/openejb/client/event/BootstrappingConnection.toString:()Ljava/lang/String;]
openejb-client-4.0.0.jar, ClassLoaderUtil.class
package org.apache.openejb.client.util
ClassLoaderUtil.isParent ( ClassLoader supposedParent, ClassLoader supposedChild ) [static] : boolean
[run-time name: org/apache/openejb/client/util/ClassLoaderUtil.isParent:(Ljava/lang/ClassLoader;Ljava/lang/ClassLoader;)Z]
openejb-client-4.0.0.jar, Client.class
package org.apache.openejb.client
Client.addEventObserver ( Object observer ) [static] : void
[run-time name: org/apache/openejb/client/Client.addEventObserver:(Ljava/lang/Object;)V]
Client.fireEvent ( Object event ) [static] : void
[run-time name: org/apache/openejb/client/Client.fireEvent:(Ljava/lang/Object;)V]
Client.getContext ( ServerMetaData serverMetaData ) [static] : Client.Context
[run-time name: org/apache/openejb/client/Client.getContext:(Lorg/apache/openejb/client/ServerMetaData;)Lorg/apache/openejb/client/Client$Context;]
Client.removeEventObserver ( Object observer ) [static] : void
[run-time name: org/apache/openejb/client/Client.removeEventObserver:(Ljava/lang/Object;)V]
openejb-client-4.0.0.jar, ClientDataSource.class
package org.apache.openejb.client
ClientDataSource.getParentLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/openejb/client/ClientDataSource.getParentLogger:()Ljava/util/logging/Logger;]
openejb-client-4.0.0.jar, ClientRuntimeException.class
package org.apache.openejb.client
ClientRuntimeException.ClientRuntimeException ( String str )
[run-time name: org/apache/openejb/client/ClientRuntimeException."<init>":(Ljava/lang/String;)V]
ClientRuntimeException.ClientRuntimeException ( String str, Throwable e )
[run-time name: org/apache/openejb/client/ClientRuntimeException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
openejb-client-4.0.0.jar, ClientVersion.class
package org.apache.openejb.client.event
ClientVersion.ClientVersion ( )
[run-time name: org/apache/openejb/client/event/ClientVersion."<init>":()V]
ClientVersion.ClientVersion ( String version, String date, String time )
[run-time name: org/apache/openejb/client/event/ClientVersion."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ClientVersion.getDate ( ) : String
[run-time name: org/apache/openejb/client/event/ClientVersion.getDate:()Ljava/lang/String;]
ClientVersion.getTime ( ) : String
[run-time name: org/apache/openejb/client/event/ClientVersion.getTime:()Ljava/lang/String;]
ClientVersion.getVersion ( ) : String
[run-time name: org/apache/openejb/client/event/ClientVersion.getVersion:()Ljava/lang/String;]
ClientVersion.toString ( ) : String
[run-time name: org/apache/openejb/client/event/ClientVersion.toString:()Ljava/lang/String;]
openejb-client-4.0.0.jar, ClusterMetaData.class
package org.apache.openejb.client
ClusterMetaData.getContext ( ) : Context
[run-time name: org/apache/openejb/client/ClusterMetaData.getContext:()Lorg/apache/openejb/client/Context;]
openejb-client-4.0.0.jar, ClusterMetaDataUpdated.class
package org.apache.openejb.client.event
ClusterMetaDataUpdated.ClusterMetaDataUpdated ( org.apache.openejb.client.ServerMetaData serverMetaData, org.apache.openejb.client.ClusterMetaData clusterMetaData, org.apache.openejb.client.ClusterMetaData previousClusterMetaData )
[run-time name: org/apache/openejb/client/event/ClusterMetaDataUpdated."<init>":(Lorg/apache/openejb/client/ServerMetaData;Lorg/apache/openejb/client/ClusterMetaData;Lorg/apache/openejb/client/ClusterMetaData;)V]
ClusterMetaDataUpdated.getClusterMetaData ( ) : org.apache.openejb.client.ClusterMetaData
[run-time name: org/apache/openejb/client/event/ClusterMetaDataUpdated.getClusterMetaData:()Lorg/apache/openejb/client/ClusterMetaData;]
ClusterMetaDataUpdated.getPreviousClusterMetaData ( ) : org.apache.openejb.client.ClusterMetaData
[run-time name: org/apache/openejb/client/event/ClusterMetaDataUpdated.getPreviousClusterMetaData:()Lorg/apache/openejb/client/ClusterMetaData;]
ClusterMetaDataUpdated.getServerMetaData ( ) : org.apache.openejb.client.ServerMetaData
[run-time name: org/apache/openejb/client/event/ClusterMetaDataUpdated.getServerMetaData:()Lorg/apache/openejb/client/ServerMetaData;]
ClusterMetaDataUpdated.toString ( ) : String
[run-time name: org/apache/openejb/client/event/ClusterMetaDataUpdated.toString:()Ljava/lang/String;]
openejb-client-4.0.0.jar, ClusterRequest.class
package org.apache.openejb.client
ClusterRequest.getRequestType ( ) : RequestType
[run-time name: org/apache/openejb/client/ClusterRequest.getRequestType:()Lorg/apache/openejb/client/RequestType;]
openejb-client-4.0.0.jar, ConnectionFactoryAdded.class
package org.apache.openejb.client.event
ConnectionFactoryAdded.ConnectionFactoryAdded ( String scheme, org.apache.openejb.client.ConnectionFactory factory )
[run-time name: org/apache/openejb/client/event/ConnectionFactoryAdded."<init>":(Ljava/lang/String;Lorg/apache/openejb/client/ConnectionFactory;)V]
ConnectionFactoryAdded.getFactory ( ) : org.apache.openejb.client.ConnectionFactory
[run-time name: org/apache/openejb/client/event/ConnectionFactoryAdded.getFactory:()Lorg/apache/openejb/client/ConnectionFactory;]
ConnectionFactoryAdded.getScheme ( ) : String
[run-time name: org/apache/openejb/client/event/ConnectionFactoryAdded.getScheme:()Ljava/lang/String;]
ConnectionFactoryAdded.toString ( ) : String
[run-time name: org/apache/openejb/client/event/ConnectionFactoryAdded.toString:()Ljava/lang/String;]
openejb-client-4.0.0.jar, ConnectionFactoryRemoved.class
package org.apache.openejb.client.event
ConnectionFactoryRemoved.ConnectionFactoryRemoved ( String scheme, org.apache.openejb.client.ConnectionFactory factory )
[run-time name: org/apache/openejb/client/event/ConnectionFactoryRemoved."<init>":(Ljava/lang/String;Lorg/apache/openejb/client/ConnectionFactory;)V]
ConnectionFactoryRemoved.getFactory ( ) : org.apache.openejb.client.ConnectionFactory
[run-time name: org/apache/openejb/client/event/ConnectionFactoryRemoved.getFactory:()Lorg/apache/openejb/client/ConnectionFactory;]
ConnectionFactoryRemoved.getScheme ( ) : String
[run-time name: org/apache/openejb/client/event/ConnectionFactoryRemoved.getScheme:()Ljava/lang/String;]
ConnectionFactoryRemoved.toString ( ) : String
[run-time name: org/apache/openejb/client/event/ConnectionFactoryRemoved.toString:()Ljava/lang/String;]
openejb-client-4.0.0.jar, ConnectionFailed.class
package org.apache.openejb.client.event
ConnectionFailed.ConnectionFailed ( java.net.URI uri, Throwable cause )
[run-time name: org/apache/openejb/client/event/ConnectionFailed."<init>":(Ljava/net/URI;Ljava/lang/Throwable;)V]
ConnectionFailed.toString ( ) : String
[run-time name: org/apache/openejb/client/event/ConnectionFailed.toString:()Ljava/lang/String;]
openejb-client-4.0.0.jar, ConnectionOpened.class
package org.apache.openejb.client.event
ConnectionOpened.ConnectionOpened ( java.net.URI uri )
[run-time name: org/apache/openejb/client/event/ConnectionOpened."<init>":(Ljava/net/URI;)V]
ConnectionOpened.getUri ( ) : java.net.URI
[run-time name: org/apache/openejb/client/event/ConnectionOpened.getUri:()Ljava/net/URI;]
ConnectionOpened.toString ( ) : String
[run-time name: org/apache/openejb/client/event/ConnectionOpened.toString:()Ljava/lang/String;]
openejb-client-4.0.0.jar, ConnectionPoolCreated.class
package org.apache.openejb.client.event
ConnectionPoolCreated.ConnectionPoolCreated ( java.net.URI uri, int size, long timeout, java.util.concurrent.TimeUnit timeUnit )
[run-time name: org/apache/openejb/client/event/ConnectionPoolCreated."<init>":(Ljava/net/URI;IJLjava/util/concurrent/TimeUnit;)V]
ConnectionPoolCreated.getSize ( ) : int
[run-time name: org/apache/openejb/client/event/ConnectionPoolCreated.getSize:()I]
ConnectionPoolCreated.getTimeout ( ) : long
[run-time name: org/apache/openejb/client/event/ConnectionPoolCreated.getTimeout:()J]
ConnectionPoolCreated.getTimeUnit ( ) : java.util.concurrent.TimeUnit
[run-time name: org/apache/openejb/client/event/ConnectionPoolCreated.getTimeUnit:()Ljava/util/concurrent/TimeUnit;]
ConnectionPoolCreated.getUri ( ) : java.net.URI
[run-time name: org/apache/openejb/client/event/ConnectionPoolCreated.getUri:()Ljava/net/URI;]
ConnectionPoolCreated.toString ( ) : String
[run-time name: org/apache/openejb/client/event/ConnectionPoolCreated.toString:()Ljava/lang/String;]
openejb-client-4.0.0.jar, ConnectionPoolTimeout.class
package org.apache.openejb.client.event
ConnectionPoolTimeout.ConnectionPoolTimeout ( java.net.URI uri, int size, long timeout, java.util.concurrent.TimeUnit timeUnit, Throwable caller )
[run-time name: org/apache/openejb/client/event/ConnectionPoolTimeout."<init>":(Ljava/net/URI;IJLjava/util/concurrent/TimeUnit;Ljava/lang/Throwable;)V]
ConnectionPoolTimeout.getSize ( ) : int
[run-time name: org/apache/openejb/client/event/ConnectionPoolTimeout.getSize:()I]
ConnectionPoolTimeout.getTimeout ( ) : long
[run-time name: org/apache/openejb/client/event/ConnectionPoolTimeout.getTimeout:()J]
ConnectionPoolTimeout.getTimeUnit ( ) : java.util.concurrent.TimeUnit
[run-time name: org/apache/openejb/client/event/ConnectionPoolTimeout.getTimeUnit:()Ljava/util/concurrent/TimeUnit;]
ConnectionPoolTimeout.getUri ( ) : java.net.URI
[run-time name: org/apache/openejb/client/event/ConnectionPoolTimeout.getUri:()Ljava/net/URI;]
ConnectionPoolTimeout.toString ( ) : String
[run-time name: org/apache/openejb/client/event/ConnectionPoolTimeout.toString:()Ljava/lang/String;]
openejb-client-4.0.0.jar, ConnectionStrategyAdded.class
package org.apache.openejb.client.event
ConnectionStrategyAdded.ConnectionStrategyAdded ( String scheme, org.apache.openejb.client.ConnectionStrategy strategy )
[run-time name: org/apache/openejb/client/event/ConnectionStrategyAdded."<init>":(Ljava/lang/String;Lorg/apache/openejb/client/ConnectionStrategy;)V]
ConnectionStrategyAdded.getScheme ( ) : String
[run-time name: org/apache/openejb/client/event/ConnectionStrategyAdded.getScheme:()Ljava/lang/String;]
ConnectionStrategyAdded.getStrategy ( ) : org.apache.openejb.client.ConnectionStrategy
[run-time name: org/apache/openejb/client/event/ConnectionStrategyAdded.getStrategy:()Lorg/apache/openejb/client/ConnectionStrategy;]
ConnectionStrategyAdded.toString ( ) : String
[run-time name: org/apache/openejb/client/event/ConnectionStrategyAdded.toString:()Ljava/lang/String;]
openejb-client-4.0.0.jar, ConnectionStrategyFailed.class
package org.apache.openejb.client.event
ConnectionStrategyFailed.ConnectionStrategyFailed ( org.apache.openejb.client.ConnectionStrategy strategy, org.apache.openejb.client.ClusterMetaData cluster, org.apache.openejb.client.ServerMetaData server, Throwable cause )
[run-time name: org/apache/openejb/client/event/ConnectionStrategyFailed."<init>":(Lorg/apache/openejb/client/ConnectionStrategy;Lorg/apache/openejb/client/ClusterMetaData;Lorg/apache/openejb/client/ServerMetaData;Ljava/lang/Throwable;)V]
ConnectionStrategyFailed.getCause ( ) : Throwable
[run-time name: org/apache/openejb/client/event/ConnectionStrategyFailed.getCause:()Ljava/lang/Throwable;]
ConnectionStrategyFailed.getCluster ( ) : org.apache.openejb.client.ClusterMetaData
[run-time name: org/apache/openejb/client/event/ConnectionStrategyFailed.getCluster:()Lorg/apache/openejb/client/ClusterMetaData;]
ConnectionStrategyFailed.getServer ( ) : org.apache.openejb.client.ServerMetaData
[run-time name: org/apache/openejb/client/event/ConnectionStrategyFailed.getServer:()Lorg/apache/openejb/client/ServerMetaData;]
ConnectionStrategyFailed.getStrategy ( ) : org.apache.openejb.client.ConnectionStrategy
[run-time name: org/apache/openejb/client/event/ConnectionStrategyFailed.getStrategy:()Lorg/apache/openejb/client/ConnectionStrategy;]
ConnectionStrategyFailed.toString ( ) : String
[run-time name: org/apache/openejb/client/event/ConnectionStrategyFailed.toString:()Ljava/lang/String;]
openejb-client-4.0.0.jar, ConnectionStrategyRemoved.class
package org.apache.openejb.client.event
ConnectionStrategyRemoved.ConnectionStrategyRemoved ( String scheme, org.apache.openejb.client.ConnectionStrategy strategy )
[run-time name: org/apache/openejb/client/event/ConnectionStrategyRemoved."<init>":(Ljava/lang/String;Lorg/apache/openejb/client/ConnectionStrategy;)V]
ConnectionStrategyRemoved.getScheme ( ) : String
[run-time name: org/apache/openejb/client/event/ConnectionStrategyRemoved.getScheme:()Ljava/lang/String;]
ConnectionStrategyRemoved.getStrategy ( ) : org.apache.openejb.client.ConnectionStrategy
[run-time name: org/apache/openejb/client/event/ConnectionStrategyRemoved.getStrategy:()Lorg/apache/openejb/client/ConnectionStrategy;]
ConnectionStrategyRemoved.toString ( ) : String
[run-time name: org/apache/openejb/client/event/ConnectionStrategyRemoved.toString:()Ljava/lang/String;]
openejb-client-4.0.0.jar, Context.class
package org.apache.openejb.client
Client.Context.diff ( java.util.Set a, java.util.Set b ) : java.util.Set
[run-time name: org/apache/openejb/client/Client.Context.diff:(Ljava/util/Set;Ljava/util/Set;)Ljava/util/Set;]
Client.Context.getClusterMetaData ( ) : ClusterMetaData
[run-time name: org/apache/openejb/client/Client.Context.getClusterMetaData:()Lorg/apache/openejb/client/ClusterMetaData;]
Client.Context.getOptions ( ) : Options
[run-time name: org/apache/openejb/client/Client.Context.getOptions:()Lorg/apache/openejb/client/Options;]
Client.Context.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/client/Client.Context.getProperties:()Ljava/util/Properties;]
Client.Context.getServerMetaData ( ) : ServerMetaData
[run-time name: org/apache/openejb/client/Client.Context.getServerMetaData:()Lorg/apache/openejb/client/ServerMetaData;]
Client.Context.setClusterMetaData ( ClusterMetaData updated ) : void
[run-time name: org/apache/openejb/client/Client.Context.setClusterMetaData:(Lorg/apache/openejb/client/ClusterMetaData;)V]
Context.Context ( )
[run-time name: org/apache/openejb/client/Context."<init>":()V]
Context.getComponent ( Class type ) : Object
[run-time name: org/apache/openejb/client/Context.getComponent:(Ljava/lang/Class;)Ljava/lang/Object;]
Context.removeComponent ( Class type ) : Object
[run-time name: org/apache/openejb/client/Context.removeComponent:(Ljava/lang/Class;)Ljava/lang/Object;]
Context.setComponent ( Class type, Object component ) : Object
[run-time name: org/apache/openejb/client/Context.setComponent:(Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;]
openejb-client-4.0.0.jar, EJBInvocationHandler.class
package org.apache.openejb.client
EJBInvocationHandler.request ( EJBRequest req, EJBResponse res ) : EJBResponse
[run-time name: org/apache/openejb/client/EJBInvocationHandler.request:(Lorg/apache/openejb/client/EJBRequest;Lorg/apache/openejb/client/EJBResponse;)Lorg/apache/openejb/client/EJBResponse;]
openejb-client-4.0.0.jar, EJBMetaDataImpl.class
package org.apache.openejb.client
EJBMetaDataImpl.addAsynchronousMethod ( reflect.Method method ) : void
[run-time name: org/apache/openejb/client/EJBMetaDataImpl.addAsynchronousMethod:(Ljava/lang/reflect/Method;)V]
EJBMetaDataImpl.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, Class primaryKeyClass, String typeOfBean, InterfaceType interfaceType, java.util.List businessInterfaces, java.util.Set asynchronousMethodSignatures )
[run-time name: org/apache/openejb/client/EJBMetaDataImpl."<init>":(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Lorg/apache/openejb/client/InterfaceType;Ljava/util/List;Ljava/util/Set;)V]
EJBMetaDataImpl.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, Class primaryKeyClass, String typeOfBean, String deploymentID, int deploymentCode, InterfaceType interfaceType, java.util.List businessInterfaces, java.util.Set asynchronousMethodSignatures )
[run-time name: org/apache/openejb/client/EJBMetaDataImpl."<init>":(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;ILorg/apache/openejb/client/InterfaceType;Ljava/util/List;Ljava/util/Set;)V]
EJBMetaDataImpl.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, Class primaryKeyClass, String typeOfBean, String deploymentID, InterfaceType interfaceType, java.util.List businessInterfaces, java.util.Set asynchronousMethodSignatures )
[run-time name: org/apache/openejb/client/EJBMetaDataImpl."<init>":(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;Lorg/apache/openejb/client/InterfaceType;Ljava/util/List;Ljava/util/Set;)V]
EJBMetaDataImpl.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, String typeOfBean, InterfaceType interfaceType, java.util.List businessInterfaces, java.util.Set asynchronousMethodSignatures )
[run-time name: org/apache/openejb/client/EJBMetaDataImpl."<init>":(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Lorg/apache/openejb/client/InterfaceType;Ljava/util/List;Ljava/util/Set;)V]
EJBMetaDataImpl.getMainInterface ( ) : Class
[run-time name: org/apache/openejb/client/EJBMetaDataImpl.getMainInterface:()Ljava/lang/Class;]
EJBMetaDataImpl.isAsynchronousMethod ( reflect.Method method ) : boolean
[run-time name: org/apache/openejb/client/EJBMetaDataImpl.isAsynchronousMethod:(Ljava/lang/reflect/Method;)Z]
openejb-client-4.0.0.jar, EJBRequest.class
package org.apache.openejb.client
EJBRequest.EJBRequest ( RequestMethodCode requestMethod, EJBMetaDataImpl ejb, reflect.Method method, Object[ ] args, Object primaryKey )
[run-time name: org/apache/openejb/client/EJBRequest."<init>":(Lorg/apache/openejb/client/RequestMethodCode;Lorg/apache/openejb/client/EJBMetaDataImpl;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)V]
EJBRequest.getRequestMethod ( ) : RequestMethodCode
[run-time name: org/apache/openejb/client/EJBRequest.getRequestMethod:()Lorg/apache/openejb/client/RequestMethodCode;]
EJBRequest.getRequestType ( ) : RequestType
[run-time name: org/apache/openejb/client/EJBRequest.getRequestType:()Lorg/apache/openejb/client/RequestType;]
EJBRequest.setRequestMethod ( RequestMethodCode requestMethod ) : void
[run-time name: org/apache/openejb/client/EJBRequest.setRequestMethod:(Lorg/apache/openejb/client/RequestMethodCode;)V]
openejb-client-4.0.0.jar, EJBResponse.class
package org.apache.openejb.client
EJBResponse.start ( EJBResponse.Time time ) : void
[run-time name: org/apache/openejb/client/EJBResponse.start:(Lorg/apache/openejb/client/EJBResponse$Time;)V]
EJBResponse.stop ( EJBResponse.Time time ) : void
[run-time name: org/apache/openejb/client/EJBResponse.stop:(Lorg/apache/openejb/client/EJBResponse$Time;)V]
openejb-client-4.0.0.jar, EventLogger.class
package org.apache.openejb.client
EventLogger.EventLogger ( )
[run-time name: org/apache/openejb/client/EventLogger."<init>":()V]
EventLogger.log ( Object event ) : void
[run-time name: org/apache/openejb/client/EventLogger.log:(Ljava/lang/Object;)V]
EventLogger.log ( event.ClusterMetaDataUpdated event ) : void
[run-time name: org/apache/openejb/client/EventLogger.log:(Lorg/apache/openejb/client/event/ClusterMetaDataUpdated;)V]
openejb-client-4.0.0.jar, FailoverSelection.class
package org.apache.openejb.client.event
FailoverSelection.FailoverSelection ( java.util.Set remaining, java.util.Set failed, java.net.URI server )
[run-time name: org/apache/openejb/client/event/FailoverSelection."<init>":(Ljava/util/Set;Ljava/util/Set;Ljava/net/URI;)V]
FailoverSelection.getFailed ( ) : java.util.Set
[run-time name: org/apache/openejb/client/event/FailoverSelection.getFailed:()Ljava/util/Set;]
FailoverSelection.getRemaining ( ) : java.util.Set
[run-time name: org/apache/openejb/client/event/FailoverSelection.getRemaining:()Ljava/util/Set;]
FailoverSelection.getServer ( ) : java.net.URI
[run-time name: org/apache/openejb/client/event/FailoverSelection.getServer:()Ljava/net/URI;]
FailoverSelection.toString ( ) : String
[run-time name: org/apache/openejb/client/event/FailoverSelection.toString:()Ljava/lang/String;]
openejb-client-4.0.0.jar, HandlerChainMetaData.class
package org.apache.openejb.client
HandlerChainMetaData.getPortNamePattern ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/client/HandlerChainMetaData.getPortNamePattern:()Ljavax/xml/namespace/QName;]
HandlerChainMetaData.getServiceNamePattern ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/client/HandlerChainMetaData.getServiceNamePattern:()Ljavax/xml/namespace/QName;]
HandlerChainMetaData.setPortNamePattern ( javax.xml.namespace.QName portNamePattern ) : void
[run-time name: org/apache/openejb/client/HandlerChainMetaData.setPortNamePattern:(Ljavax/xml/namespace/QName;)V]
HandlerChainMetaData.setServiceNamePattern ( javax.xml.namespace.QName serviceNamePattern ) : void
[run-time name: org/apache/openejb/client/HandlerChainMetaData.setServiceNamePattern:(Ljavax/xml/namespace/QName;)V]
openejb-client-4.0.0.jar, JNDIRequest.class
package org.apache.openejb.client
JNDIRequest.getRequestMethod ( ) : RequestMethodCode
[run-time name: org/apache/openejb/client/JNDIRequest.getRequestMethod:()Lorg/apache/openejb/client/RequestMethodCode;]
JNDIRequest.getRequestType ( ) : RequestType
[run-time name: org/apache/openejb/client/JNDIRequest.getRequestType:()Lorg/apache/openejb/client/RequestType;]
JNDIRequest.JNDIRequest ( RequestMethodCode requestMethod, String requestString )
[run-time name: org/apache/openejb/client/JNDIRequest."<init>":(Lorg/apache/openejb/client/RequestMethodCode;Ljava/lang/String;)V]
JNDIRequest.setRequestMethod ( RequestMethodCode requestMethod ) : void
[run-time name: org/apache/openejb/client/JNDIRequest.setRequestMethod:(Lorg/apache/openejb/client/RequestMethodCode;)V]
openejb-client-4.0.0.jar, Level.class
package org.apache.openejb.client.event
Log.Level.valueOf ( String name ) [static] : Log.Level
[run-time name: org/apache/openejb/client/event/Log.Level.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/client/event/Log$Level;]
Log.Level.values ( ) [static] : Log.Level[ ]
[run-time name: org/apache/openejb/client/event/Log.Level.values:()[Lorg/apache/openejb/client/event/Log$Level;]
openejb-client-4.0.0.jar, Log.class
package org.apache.openejb.client.event
Log.value ( ) [abstract] : Log.Level
[run-time name: org/apache/openejb/client/event/Log.value:()Lorg/apache/openejb/client/event/Log$Level;]
openejb-client-4.0.0.jar, Observer.class
package org.apache.openejb.client
Observers.Observer.equals ( Object o ) : boolean
[run-time name: org/apache/openejb/client/Observers.Observer.equals:(Ljava/lang/Object;)Z]
Observers.Observer.hashCode ( ) : int
[run-time name: org/apache/openejb/client/Observers.Observer.hashCode:()I]
Observers.Observer.invoke ( Object event ) : void
[run-time name: org/apache/openejb/client/Observers.Observer.invoke:(Ljava/lang/Object;)V]
Observers.Observer.Observers.Observer ( Object observer )
[run-time name: org/apache/openejb/client/Observers.Observer."<init>":(Ljava/lang/Object;)V]
openejb-client-4.0.0.jar, ObserverAdded.class
package org.apache.openejb.client.event
ObserverAdded.getObserver ( ) : Object
[run-time name: org/apache/openejb/client/event/ObserverAdded.getObserver:()Ljava/lang/Object;]
ObserverAdded.ObserverAdded ( Object observer )
[run-time name: org/apache/openejb/client/event/ObserverAdded."<init>":(Ljava/lang/Object;)V]
ObserverAdded.toString ( ) : String
[run-time name: org/apache/openejb/client/event/ObserverAdded.toString:()Ljava/lang/String;]
openejb-client-4.0.0.jar, ObserverRemoved.class
package org.apache.openejb.client.event
ObserverRemoved.getObserver ( ) : Object
[run-time name: org/apache/openejb/client/event/ObserverRemoved.getObserver:()Ljava/lang/Object;]
ObserverRemoved.ObserverRemoved ( Object observer )
[run-time name: org/apache/openejb/client/event/ObserverRemoved."<init>":(Ljava/lang/Object;)V]
ObserverRemoved.toString ( ) : String
[run-time name: org/apache/openejb/client/event/ObserverRemoved.toString:()Ljava/lang/String;]
openejb-client-4.0.0.jar, Observers.class
package org.apache.openejb.client
Observers.addObserver ( Object observer ) : boolean
[run-time name: org/apache/openejb/client/Observers.addObserver:(Ljava/lang/Object;)Z]
Observers.fireEvent ( Object event ) : void
[run-time name: org/apache/openejb/client/Observers.fireEvent:(Ljava/lang/Object;)V]
Observers.Observers ( )
[run-time name: org/apache/openejb/client/Observers."<init>":()V]
Observers.removeObserver ( Object listener ) : boolean
[run-time name: org/apache/openejb/client/Observers.removeObserver:(Ljava/lang/Object;)Z]
openejb-client-4.0.0.jar, RandomConnectionStrategy.class
package org.apache.openejb.client
RandomConnectionStrategy.createFailureEvent ( java.util.Set remaining, java.util.Set failed, java.net.URI uri ) : event.FailoverSelection
[run-time name: org/apache/openejb/client/RandomConnectionStrategy.createFailureEvent:(Ljava/util/Set;Ljava/util/Set;Ljava/net/URI;)Lorg/apache/openejb/client/event/FailoverSelection;]
RandomConnectionStrategy.createIterable ( ClusterMetaData cluster ) : Iterable
[run-time name: org/apache/openejb/client/RandomConnectionStrategy.createIterable:(Lorg/apache/openejb/client/ClusterMetaData;)Ljava/lang/Iterable;]
openejb-client-4.0.0.jar, RandomFailoverSelection.class
package org.apache.openejb.client.event
RandomFailoverSelection.RandomFailoverSelection ( java.util.Set remaining, java.util.Set failed, java.net.URI server )
[run-time name: org/apache/openejb/client/event/RandomFailoverSelection."<init>":(Ljava/util/Set;Ljava/util/Set;Ljava/net/URI;)V]
openejb-client-4.0.0.jar, RandomIterable.class
package org.apache.openejb.client
RandomConnectionStrategy.RandomIterable.iterator ( ) : java.util.Iterator
[run-time name: org/apache/openejb/client/RandomConnectionStrategy.RandomIterable.iterator:()Ljava/util/Iterator;]
RandomConnectionStrategy.RandomIterable.RandomConnectionStrategy.RandomIterable ( ClusterMetaData clusterMetaData )
[run-time name: org/apache/openejb/client/RandomConnectionStrategy.RandomIterable."<init>":(Lorg/apache/openejb/client/ClusterMetaData;)V]
openejb-client-4.0.0.jar, RandomIterator.class
package org.apache.openejb.client
RandomConnectionStrategy.RandomIterator.hasNext ( ) : boolean
[run-time name: org/apache/openejb/client/RandomConnectionStrategy.RandomIterator.hasNext:()Z]
RandomConnectionStrategy.RandomIterator.next ( ) : Object
[run-time name: org/apache/openejb/client/RandomConnectionStrategy.RandomIterator.next:()Ljava/lang/Object;]
RandomConnectionStrategy.RandomIterator.RandomConnectionStrategy.RandomIterator ( Object[ ] items )
[run-time name: org/apache/openejb/client/RandomConnectionStrategy.RandomIterator."<init>":([Ljava/lang/Object;)V]
RandomConnectionStrategy.RandomIterator.remove ( ) : void
[run-time name: org/apache/openejb/client/RandomConnectionStrategy.RandomIterator.remove:()V]
openejb-client-4.0.0.jar, RemoteInitialContextCreated.class
package org.apache.openejb.client.event
RemoteInitialContextCreated.getProviderUri ( ) : java.net.URI
[run-time name: org/apache/openejb/client/event/RemoteInitialContextCreated.getProviderUri:()Ljava/net/URI;]
RemoteInitialContextCreated.RemoteInitialContextCreated ( java.net.URI providerUri )
[run-time name: org/apache/openejb/client/event/RemoteInitialContextCreated."<init>":(Ljava/net/URI;)V]
RemoteInitialContextCreated.toString ( ) : String
[run-time name: org/apache/openejb/client/event/RemoteInitialContextCreated.toString:()Ljava/lang/String;]
openejb-client-4.0.0.jar, Request.class
package org.apache.openejb.client
Request.getRequestType ( ) [abstract] : RequestType
[run-time name: org/apache/openejb/client/Request.getRequestType:()Lorg/apache/openejb/client/RequestType;]
openejb-client-4.0.0.jar, RequestFailed.class
package org.apache.openejb.client.event
RequestFailed.getRequest ( ) : org.apache.openejb.client.Request
[run-time name: org/apache/openejb/client/event/RequestFailed.getRequest:()Lorg/apache/openejb/client/Request;]
RequestFailed.getServer ( ) : java.net.URI
[run-time name: org/apache/openejb/client/event/RequestFailed.getServer:()Ljava/net/URI;]
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]
RequestFailed.toString ( ) : String
[run-time name: org/apache/openejb/client/event/RequestFailed.toString:()Ljava/lang/String;]
openejb-client-4.0.0.jar, RequestMethodCode.class
package org.apache.openejb.client
RequestMethodCode.getCode ( ) : int
[run-time name: org/apache/openejb/client/RequestMethodCode.getCode:()I]
RequestMethodCode.valueOf ( int key ) [static] : RequestMethodCode
[run-time name: org/apache/openejb/client/RequestMethodCode.valueOf:(I)Lorg/apache/openejb/client/RequestMethodCode;]
RequestMethodCode.valueOf ( String name ) [static] : RequestMethodCode
[run-time name: org/apache/openejb/client/RequestMethodCode.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/client/RequestMethodCode;]
RequestMethodCode.values ( ) [static] : RequestMethodCode[ ]
[run-time name: org/apache/openejb/client/RequestMethodCode.values:()[Lorg/apache/openejb/client/RequestMethodCode;]
openejb-client-4.0.0.jar, RequestType.class
package org.apache.openejb.client
RequestType.getCode ( ) : byte
[run-time name: org/apache/openejb/client/RequestType.getCode:()B]
RequestType.valueOf ( byte key ) [static] : RequestType
[run-time name: org/apache/openejb/client/RequestType.valueOf:(B)Lorg/apache/openejb/client/RequestType;]
RequestType.valueOf ( String name ) [static] : RequestType
[run-time name: org/apache/openejb/client/RequestType.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/client/RequestType;]
RequestType.values ( ) [static] : RequestType[ ]
[run-time name: org/apache/openejb/client/RequestType.values:()[Lorg/apache/openejb/client/RequestType;]
openejb-client-4.0.0.jar, RetryConditionAdded.class
package org.apache.openejb.client.event
RetryConditionAdded.getCondition ( ) : Class
[run-time name: org/apache/openejb/client/event/RetryConditionAdded.getCondition:()Ljava/lang/Class;]
RetryConditionAdded.RetryConditionAdded ( Class condition )
[run-time name: org/apache/openejb/client/event/RetryConditionAdded."<init>":(Ljava/lang/Class;)V]
RetryConditionAdded.toString ( ) : String
[run-time name: org/apache/openejb/client/event/RetryConditionAdded.toString:()Ljava/lang/String;]
openejb-client-4.0.0.jar, RetryConditionRemoved.class
package org.apache.openejb.client.event
RetryConditionRemoved.getCondition ( ) : Class
[run-time name: org/apache/openejb/client/event/RetryConditionRemoved.getCondition:()Ljava/lang/Class;]
RetryConditionRemoved.RetryConditionRemoved ( Class condition )
[run-time name: org/apache/openejb/client/event/RetryConditionRemoved."<init>":(Ljava/lang/Class;)V]
RetryConditionRemoved.toString ( ) : String
[run-time name: org/apache/openejb/client/event/RetryConditionRemoved.toString:()Ljava/lang/String;]
openejb-client-4.0.0.jar, RetryingRequest.class
package org.apache.openejb.client.event
RetryingRequest.getRequest ( ) : org.apache.openejb.client.Request
[run-time name: org/apache/openejb/client/event/RetryingRequest.getRequest:()Lorg/apache/openejb/client/Request;]
RetryingRequest.getServerMetaData ( ) : org.apache.openejb.client.ServerMetaData
[run-time name: org/apache/openejb/client/event/RetryingRequest.getServerMetaData:()Lorg/apache/openejb/client/ServerMetaData;]
RetryingRequest.RetryingRequest ( org.apache.openejb.client.Request request, org.apache.openejb.client.ServerMetaData serverMetaData )
[run-time name: org/apache/openejb/client/event/RetryingRequest."<init>":(Lorg/apache/openejb/client/Request;Lorg/apache/openejb/client/ServerMetaData;)V]
RetryingRequest.toString ( ) : String
[run-time name: org/apache/openejb/client/event/RetryingRequest.toString:()Ljava/lang/String;]
openejb-client-4.0.0.jar, RoundRobinConnectionStrategy.class
package org.apache.openejb.client
RoundRobinConnectionStrategy.createFailureEvent ( java.util.Set remaining, java.util.Set failed, java.net.URI uri ) : event.FailoverSelection
[run-time name: org/apache/openejb/client/RoundRobinConnectionStrategy.createFailureEvent:(Ljava/util/Set;Ljava/util/Set;Ljava/net/URI;)Lorg/apache/openejb/client/event/FailoverSelection;]
RoundRobinConnectionStrategy.createIterable ( ClusterMetaData cluster ) : Iterable
[run-time name: org/apache/openejb/client/RoundRobinConnectionStrategy.createIterable:(Lorg/apache/openejb/client/ClusterMetaData;)Ljava/lang/Iterable;]
openejb-client-4.0.0.jar, RoundRobinFailoverSelection.class
package org.apache.openejb.client.event
RoundRobinFailoverSelection.RoundRobinFailoverSelection ( java.util.Set remaining, java.util.Set failed, java.net.URI server )
[run-time name: org/apache/openejb/client/event/RoundRobinFailoverSelection."<init>":(Ljava/util/Set;Ljava/util/Set;Ljava/net/URI;)V]
openejb-client-4.0.0.jar, ServerAdded.class
package org.apache.openejb.client.event
ServerAdded.ServerAdded ( ClusterMetaDataUpdated clusterMetaDataUpdated, java.net.URI server )
[run-time name: org/apache/openejb/client/event/ServerAdded."<init>":(Lorg/apache/openejb/client/event/ClusterMetaDataUpdated;Ljava/net/URI;)V]
ServerAdded.toString ( ) : String
[run-time name: org/apache/openejb/client/event/ServerAdded.toString:()Ljava/lang/String;]
openejb-client-4.0.0.jar, ServerRemoved.class
package org.apache.openejb.client.event
ServerRemoved.ServerRemoved ( ClusterMetaDataUpdated clusterMetaDataUpdated, java.net.URI server )
[run-time name: org/apache/openejb/client/event/ServerRemoved."<init>":(Lorg/apache/openejb/client/event/ClusterMetaDataUpdated;Ljava/net/URI;)V]
ServerRemoved.toString ( ) : String
[run-time name: org/apache/openejb/client/event/ServerRemoved.toString:()Ljava/lang/String;]
openejb-client-4.0.0.jar, StickyConnectionStrategy.class
package org.apache.openejb.client
StickyConnectionStrategy.createFailureEvent ( java.util.Set remaining, java.util.Set failed, java.net.URI uri ) : event.FailoverSelection
[run-time name: org/apache/openejb/client/StickyConnectionStrategy.createFailureEvent:(Ljava/util/Set;Ljava/util/Set;Ljava/net/URI;)Lorg/apache/openejb/client/event/FailoverSelection;]
StickyConnectionStrategy.createIterable ( ClusterMetaData cluster ) : Iterable
[run-time name: org/apache/openejb/client/StickyConnectionStrategy.createIterable:(Lorg/apache/openejb/client/ClusterMetaData;)Ljava/lang/Iterable;]
StickyConnectionStrategy.getSecondaryConnectionStrategy ( ) : AbstractConnectionStrategy
[run-time name: org/apache/openejb/client/StickyConnectionStrategy.getSecondaryConnectionStrategy:()Lorg/apache/openejb/client/AbstractConnectionStrategy;]
StickyConnectionStrategy.StickyConnectionStrategy ( AbstractConnectionStrategy secondaryConnectionStrategy )
[run-time name: org/apache/openejb/client/StickyConnectionStrategy."<init>":(Lorg/apache/openejb/client/AbstractConnectionStrategy;)V]
openejb-client-4.0.0.jar, StickyFailoverSelection.class
package org.apache.openejb.client.event
StickyFailoverSelection.StickyFailoverSelection ( java.util.Set remaining, java.util.Set failed, java.net.URI server )
[run-time name: org/apache/openejb/client/event/StickyFailoverSelection."<init>":(Ljava/util/Set;Ljava/util/Set;Ljava/net/URI;)V]
openejb-client-4.0.0.jar, StickyIterable.class
package org.apache.openejb.client
StickyConnectionStrategy.StickyIterable.iterator ( ) : java.util.Iterator
[run-time name: org/apache/openejb/client/StickyConnectionStrategy.StickyIterable.iterator:()Ljava/util/Iterator;]
StickyConnectionStrategy.StickyIterable.StickyConnectionStrategy.StickyIterable ( StickyConnectionStrategy cluster, ClusterMetaData p2 )
[run-time name: org/apache/openejb/client/StickyConnectionStrategy.StickyIterable."<init>":(Lorg/apache/openejb/client/StickyConnectionStrategy;Lorg/apache/openejb/client/ClusterMetaData;)V]
openejb-client-4.0.0.jar, StickyIterator.class
package org.apache.openejb.client
StickyConnectionStrategy.StickyIterable.StickyIterator.hasNext ( ) : boolean
[run-time name: org/apache/openejb/client/StickyConnectionStrategy.StickyIterable.StickyIterator.hasNext:()Z]
StickyConnectionStrategy.StickyIterable.StickyIterator.next ( ) : java.net.URI
[run-time name: org/apache/openejb/client/StickyConnectionStrategy.StickyIterable.StickyIterator.next:()Ljava/net/URI;]
StickyConnectionStrategy.StickyIterable.StickyIterator.next ( ) : Object
[run-time name: org/apache/openejb/client/StickyConnectionStrategy.StickyIterable.StickyIterator.next:()Ljava/lang/Object;]
StickyConnectionStrategy.StickyIterable.StickyIterator.remove ( ) : void
[run-time name: org/apache/openejb/client/StickyConnectionStrategy.StickyIterable.StickyIterator.remove:()V]
openejb-client-4.0.0.jar, Time.class
package org.apache.openejb.client
EJBResponse.Time.valueOf ( String name ) [static] : EJBResponse.Time
[run-time name: org/apache/openejb/client/EJBResponse.Time.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/client/EJBResponse$Time;]
EJBResponse.Time.values ( ) [static] : EJBResponse.Time[ ]
[run-time name: org/apache/openejb/client/EJBResponse.Time.values:()[Lorg/apache/openejb/client/EJBResponse$Time;]
openejb-client-4.0.0.jar, UnsupportedConnectionFactoryException.class
package org.apache.openejb.client
ConnectionManager.UnsupportedConnectionFactoryException.ConnectionManager.UnsupportedConnectionFactoryException ( String message )
[run-time name: org/apache/openejb/client/ConnectionManager.UnsupportedConnectionFactoryException."<init>":(Ljava/lang/String;)V]
openejb-client-4.0.0.jar, UnsupportedConnectionStrategyException.class
package org.apache.openejb.client
ConnectionManager.UnsupportedConnectionStrategyException.ConnectionManager.UnsupportedConnectionStrategyException ( String message )
[run-time name: org/apache/openejb/client/ConnectionManager.UnsupportedConnectionStrategyException."<init>":(Ljava/lang/String;)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, AbstractSecurityService.class
package org.apache.openejb.core.security
AbstractSecurityService.getRunAsSubject ( org.apache.openejb.BeanContext callingBeanContext ) : javax.security.auth.Subject
[run-time name: org/apache/openejb/core/security/AbstractSecurityService.getRunAsSubject:(Lorg/apache/openejb/BeanContext;)Ljavax/security/auth/Subject;]
openejb-core-4.0.0.jar, AbstractService.class
package org.apache.openejb.config.sys
AbstractService.equals ( Object o ) : boolean
[run-time name: org/apache/openejb/config/sys/AbstractService.equals:(Ljava/lang/Object;)Z]
AbstractService.hashCode ( ) : int
[run-time name: org/apache/openejb/config/sys/AbstractService.hashCode:()I]
openejb-core-4.0.0.jar, AbstractThreadLocalProxy.class
package org.apache.openejb.core.ivm.naming
AbstractThreadLocalProxy.AbstractThreadLocalProxy ( )
[run-time name: org/apache/openejb/core/ivm/naming/AbstractThreadLocalProxy."<init>":()V]
AbstractThreadLocalProxy.get ( ) : Object
[run-time name: org/apache/openejb/core/ivm/naming/AbstractThreadLocalProxy.get:()Ljava/lang/Object;]
AbstractThreadLocalProxy.remove ( ) : void
[run-time name: org/apache/openejb/core/ivm/naming/AbstractThreadLocalProxy.remove:()V]
AbstractThreadLocalProxy.set ( Object value ) : void
[run-time name: org/apache/openejb/core/ivm/naming/AbstractThreadLocalProxy.set:(Ljava/lang/Object;)V]
openejb-core-4.0.0.jar, AccessTimeoutHandler.class
package org.apache.openejb.config
AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler.addClassLevelDeclaration ( annotation.Annotation x0, Class x1 ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler.addClassLevelDeclaration:(Ljava/lang/annotation/Annotation;Ljava/lang/Class;)V]
AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler.addClassLevelDeclaration ( javax.ejb.AccessTimeout attribute, Class type ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler.addClassLevelDeclaration:(Ljavax/ejb/AccessTimeout;Ljava/lang/Class;)V]
AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler.addMethodLevelDeclaration ( annotation.Annotation x0, reflect.Method x1 ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler.addMethodLevelDeclaration:(Ljava/lang/annotation/Annotation;Ljava/lang/reflect/Method;)V]
AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler.addMethodLevelDeclaration ( javax.ejb.AccessTimeout attribute, reflect.Method method ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler.addMethodLevelDeclaration:(Ljavax/ejb/AccessTimeout;Ljava/lang/reflect/Method;)V]
AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler.AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler ( org.apache.openejb.jee.AssemblyDescriptor assemblyDescriptor, org.apache.openejb.jee.SessionBean bean )
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler."<init>":(Lorg/apache/openejb/jee/AssemblyDescriptor;Lorg/apache/openejb/jee/SessionBean;)V]
AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler.AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler ( org.apache.openejb.jee.AssemblyDescriptor assemblyDescriptor, org.apache.openejb.jee.SessionBean bean, java.util.Map methods )
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler."<init>":(Lorg/apache/openejb/jee/AssemblyDescriptor;Lorg/apache/openejb/jee/SessionBean;Ljava/util/Map;)V]
AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler.getAnnotationClass ( ) : Class
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler.getAnnotationClass:()Ljava/lang/Class;]
AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler.getContainerConcurrency ( Class x0 ) : org.apache.openejb.jee.ContainerConcurrency
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler.getContainerConcurrency:(Ljava/lang/Class;)Lorg/apache/openejb/jee/ContainerConcurrency;]
AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler.getContainerConcurrency ( reflect.Method x0 ) : org.apache.openejb.jee.ContainerConcurrency
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler.getContainerConcurrency:(Ljava/lang/reflect/Method;)Lorg/apache/openejb/jee/ContainerConcurrency;]
AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler.getExistingDeclarations ( ) : java.util.Map
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.AccessTimeoutHandler.getExistingDeclarations:()Ljava/util/Map;]
openejb-core-4.0.0.jar, ActivationConfigPropertyOverride.class
package org.apache.openejb.config
ActivationConfigPropertyOverride.ActivationConfigPropertyOverride ( )
[run-time name: org/apache/openejb/config/ActivationConfigPropertyOverride."<init>":()V]
ActivationConfigPropertyOverride.deploy ( AppModule appModule ) : AppModule
[run-time name: org/apache/openejb/config/ActivationConfigPropertyOverride.deploy:(Lorg/apache/openejb/config/AppModule;)Lorg/apache/openejb/config/AppModule;]
openejb-core-4.0.0.jar, ActiveMQ5Factory.class
package org.apache.openejb.resource.activemq
ActiveMQ5Factory.getBrokers ( ) : java.util.Collection
[run-time name: org/apache/openejb/resource/activemq/ActiveMQ5Factory.getBrokers:()Ljava/util/Collection;]
openejb-core-4.0.0.jar, ActiveMQFactory.class
package org.apache.openejb.resource.activemq
ActiveMQFactory.getBrokers ( ) [static] : java.util.Collection
[run-time name: org/apache/openejb/resource/activemq/ActiveMQFactory.getBrokers:()Ljava/util/Collection;]
openejb-core-4.0.0.jar, ActiveMQResourceAdapter.class
package org.apache.openejb.resource.activemq
ActiveMQResourceAdapter.getStartupTimeout ( ) : int
[run-time name: org/apache/openejb/resource/activemq/ActiveMQResourceAdapter.getStartupTimeout:()I]
ActiveMQResourceAdapter.setServerUrl ( String url ) : void
[run-time name: org/apache/openejb/resource/activemq/ActiveMQResourceAdapter.setServerUrl:(Ljava/lang/String;)V]
ActiveMQResourceAdapter.setStartupTimeout ( int startupTimeout ) : void
[run-time name: org/apache/openejb/resource/activemq/ActiveMQResourceAdapter.setStartupTimeout:(I)V]
ActiveMQResourceAdapter.setUseDatabaseLock ( String useDatabaseLock ) : void
[run-time name: org/apache/openejb/resource/activemq/ActiveMQResourceAdapter.setUseDatabaseLock:(Ljava/lang/String;)V]
ActiveMQResourceAdapter.stop ( ) : void
[run-time name: org/apache/openejb/resource/activemq/ActiveMQResourceAdapter.stop:()V]
openejb-core-4.0.0.jar, AdditionalDeployments.class
package org.apache.openejb.config.sys
AdditionalDeployments.AdditionalDeployments ( )
[run-time name: org/apache/openejb/config/sys/AdditionalDeployments."<init>":()V]
AdditionalDeployments.getDeployments ( ) : java.util.List
[run-time name: org/apache/openejb/config/sys/AdditionalDeployments.getDeployments:()Ljava/util/List;]
openejb-core-4.0.0.jar, AnnotationDeployer.class
package org.apache.openejb.config
AnnotationDeployer.deploy ( org.apache.openejb.cdi.CdiBeanInfo beanInfo ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.deploy:(Lorg/apache/openejb/cdi/CdiBeanInfo;)V]
AnnotationDeployer.isKnownEnvironmentEntryType ( Class type ) [static] : boolean
[run-time name: org/apache/openejb/config/AnnotationDeployer.isKnownEnvironmentEntryType:(Ljava/lang/Class;)Z]
AnnotationDeployer.isShareableJNDINamespace ( String jndiName ) [static] : boolean
[run-time name: org/apache/openejb/config/AnnotationDeployer.isShareableJNDINamespace:(Ljava/lang/String;)Z]
AnnotationDeployer.sortClasses ( java.util.List list ) [static] : java.util.List
[run-time name: org/apache/openejb/config/AnnotationDeployer.sortClasses:(Ljava/util/List;)Ljava/util/List;]
AnnotationDeployer.sortClassesParentFirst ( java.util.List list ) [static] : java.util.List
[run-time name: org/apache/openejb/config/AnnotationDeployer.sortClassesParentFirst:(Ljava/util/List;)Ljava/util/List;]
AnnotationDeployer.sortMethods ( java.util.List list ) [static] : java.util.List
[run-time name: org/apache/openejb/config/AnnotationDeployer.sortMethods:(Ljava/util/List;)Ljava/util/List;]
openejb-core-4.0.0.jar, AnnotationUtil.class
package org.apache.openejb.util
AnnotationUtil.getAnnotation ( Class a, Class clazz ) [static] : annotation.Annotation
[run-time name: org/apache/openejb/util/AnnotationUtil.getAnnotation:(Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/annotation/Annotation;]
openejb-core-4.0.0.jar, AppContext.class
package org.apache.openejb
AppContext.AppContext ( String id, loader.SystemInstance systemInstance, ClassLoader classLoader, javax.naming.Context globalJndiContext, javax.naming.Context appJndiContext, boolean standaloneModule )
[run-time name: org/apache/openejb/AppContext."<init>":(Ljava/lang/String;Lorg/apache/openejb/loader/SystemInstance;Ljava/lang/ClassLoader;Ljavax/naming/Context;Ljavax/naming/Context;Z)V]
AppContext.getAppJndiContext ( ) : javax.naming.Context
[run-time name: org/apache/openejb/AppContext.getAppJndiContext:()Ljavax/naming/Context;]
AppContext.getBeanContexts ( ) : java.util.List
[run-time name: org/apache/openejb/AppContext.getBeanContexts:()Ljava/util/List;]
AppContext.getBeanManager ( ) : javax.enterprise.inject.spi.BeanManager
[run-time name: org/apache/openejb/AppContext.getBeanManager:()Ljavax/enterprise/inject/spi/BeanManager;]
AppContext.getBindings ( ) : java.util.Map
[run-time name: org/apache/openejb/AppContext.getBindings:()Ljava/util/Map;]
AppContext.getClassLoader ( ) : ClassLoader
[run-time name: org/apache/openejb/AppContext.getClassLoader:()Ljava/lang/ClassLoader;]
AppContext.getDeployments ( ) : java.util.List
[run-time name: org/apache/openejb/AppContext.getDeployments:()Ljava/util/List;]
AppContext.getGlobalJndiContext ( ) : javax.naming.Context
[run-time name: org/apache/openejb/AppContext.getGlobalJndiContext:()Ljavax/naming/Context;]
AppContext.getId ( ) : String
[run-time name: org/apache/openejb/AppContext.getId:()Ljava/lang/String;]
AppContext.getInjections ( ) : java.util.Collection
[run-time name: org/apache/openejb/AppContext.getInjections:()Ljava/util/Collection;]
AppContext.getSystemInstance ( ) : loader.SystemInstance
[run-time name: org/apache/openejb/AppContext.getSystemInstance:()Lorg/apache/openejb/loader/SystemInstance;]
AppContext.getWebBeansContext ( ) : org.apache.webbeans.config.WebBeansContext
[run-time name: org/apache/openejb/AppContext.getWebBeansContext:()Lorg/apache/webbeans/config/WebBeansContext;]
AppContext.getWebContexts ( ) : java.util.List
[run-time name: org/apache/openejb/AppContext.getWebContexts:()Ljava/util/List;]
AppContext.isCdiEnabled ( ) : boolean
[run-time name: org/apache/openejb/AppContext.isCdiEnabled:()Z]
AppContext.isStandaloneModule ( ) : boolean
[run-time name: org/apache/openejb/AppContext.isStandaloneModule:()Z]
AppContext.removeTask ( Runnable task ) : boolean
[run-time name: org/apache/openejb/AppContext.removeTask:(Ljava/lang/Runnable;)Z]
AppContext.setCdiEnabled ( boolean cdiEnabled ) : void
[run-time name: org/apache/openejb/AppContext.setCdiEnabled:(Z)V]
AppContext.setWebBeansContext ( org.apache.webbeans.config.WebBeansContext webBeansContext ) : void
[run-time name: org/apache/openejb/AppContext.setWebBeansContext:(Lorg/apache/webbeans/config/WebBeansContext;)V]
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, ApplicationComposer.class
package org.apache.openejb.junit
ApplicationComposer.rules ( Object test ) : java.util.List
[run-time name: org/apache/openejb/junit/ApplicationComposer.rules:(Ljava/lang/Object;)Ljava/util/List;]
openejb-core-4.0.0.jar, AppModule.class
package org.apache.openejb.config
AppModule.AppModule ( ClassLoader classLoader, String jarLocation, org.apache.openejb.jee.Application application, boolean standaloneModule )
[run-time name: org/apache/openejb/config/AppModule."<init>":(Ljava/lang/ClassLoader;Ljava/lang/String;Lorg/apache/openejb/jee/Application;Z)V]
AppModule.AppModule ( DeploymentModule module )
[run-time name: org/apache/openejb/config/AppModule."<init>":(Lorg/apache/openejb/config/DeploymentModule;)V]
AppModule.getAdditionalLibMbeans ( ) : java.util.Set
[run-time name: org/apache/openejb/config/AppModule.getAdditionalLibMbeans:()Ljava/util/Set;]
AppModule.getApplication ( ) : org.apache.openejb.jee.Application
[run-time name: org/apache/openejb/config/AppModule.getApplication:()Lorg/apache/openejb/jee/Application;]
AppModule.getConnectorModules ( ) : java.util.List
[run-time name: org/apache/openejb/config/AppModule.getConnectorModules:()Ljava/util/List;]
AppModule.getFile ( ) : java.io.File
[run-time name: org/apache/openejb/config/AppModule.getFile:()Ljava/io/File;]
AppModule.getModuleUri ( ) : java.net.URI
[run-time name: org/apache/openejb/config/AppModule.getModuleUri:()Ljava/net/URI;]
AppModule.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/config/AppModule.getProperties:()Ljava/util/Properties;]
AppModule.getResources ( ) : java.util.Collection
[run-time name: org/apache/openejb/config/AppModule.getResources:()Ljava/util/Collection;]
AppModule.isStandaloneModule ( ) : boolean
[run-time name: org/apache/openejb/config/AppModule.isStandaloneModule:()Z]
AppModule.setModuleId ( String moduleId ) : void
[run-time name: org/apache/openejb/config/AppModule.setModuleId:(Ljava/lang/String;)V]
AppModule.setStandaloneModule ( boolean isStandalone ) : void
[run-time name: org/apache/openejb/config/AppModule.setStandaloneModule:(Z)V]
AppModule.toString ( ) : String
[run-time name: org/apache/openejb/config/AppModule.toString:()Ljava/lang/String;]
openejb-core-4.0.0.jar, AppValidator.class
package org.apache.openejb.config
AppValidator.AppValidator ( rules.ValidationBase[ ] additionalValidator )
[run-time name: org/apache/openejb/config/AppValidator."<init>":([Lorg/apache/openejb/config/rules/ValidationBase;)V]
openejb-core-4.0.0.jar, ArrayEnumeration.class
package org.apache.openejb.util
ArrayEnumeration.ArrayEnumeration ( java.util.Set set )
[run-time name: org/apache/openejb/util/ArrayEnumeration."<init>":(Ljava/util/Set;)V]
openejb-core-4.0.0.jar, AssembleApplicationException.class
package org.apache.openejb
OpenEjbContainer.AssembleApplicationException.OpenEjbContainer.AssembleApplicationException ( Exception cause )
[run-time name: org/apache/openejb/OpenEjbContainer.AssembleApplicationException."<init>":(Ljava/lang/Exception;)V]
openejb-core-4.0.0.jar, Assembler.class
package org.apache.openejb.assembler.classic
Assembler.createApplication ( AppInfo appInfo, ClassLoader classLoader, boolean start ) : org.apache.openejb.AppContext
[run-time name: org/apache/openejb/assembler/classic/Assembler.createApplication:(Lorg/apache/openejb/assembler/classic/AppInfo;Ljava/lang/ClassLoader;Z)Lorg/apache/openejb/AppContext;]
Assembler.destroyApplication ( org.apache.openejb.AppContext appContext ) : void
[run-time name: org/apache/openejb/assembler/classic/Assembler.destroyApplication:(Lorg/apache/openejb/AppContext;)V]
Assembler.installNaming ( String prefix ) [static] : void
[run-time name: org/apache/openejb/assembler/classic/Assembler.installNaming:(Ljava/lang/String;)V]
Assembler.installNaming ( String prefix, boolean clean ) [static] : void
[run-time name: org/apache/openejb/assembler/classic/Assembler.installNaming:(Ljava/lang/String;Z)V]
openejb-core-4.0.0.jar, BaseContext.class
package org.apache.openejb.core
BaseContext.check ( BaseContext.Call p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/BaseContext.check:(Lorg/apache/openejb/core/BaseContext$Call;)V]
BaseContext.getCallerPrincipal ( org.apache.openejb.spi.SecurityService securityService ) : java.security.Principal
[run-time name: org/apache/openejb/core/BaseContext.getCallerPrincipal:(Lorg/apache/openejb/spi/SecurityService;)Ljava/security/Principal;]
BaseContext.getContextData ( ) : java.util.Map
[run-time name: org/apache/openejb/core/BaseContext.getContextData:()Ljava/util/Map;]
BaseContext.getUserTransaction ( javax.transaction.UserTransaction userTransaction ) : javax.transaction.UserTransaction
[run-time name: org/apache/openejb/core/BaseContext.getUserTransaction:(Ljavax/transaction/UserTransaction;)Ljavax/transaction/UserTransaction;]
BaseContext.illegal ( BaseContext.Call call, Operation operation ) : IllegalStateException
[run-time name: org/apache/openejb/core/BaseContext.illegal:(Lorg/apache/openejb/core/BaseContext$Call;Lorg/apache/openejb/core/Operation;)Ljava/lang/IllegalStateException;]
BaseContext.isCallerInRole ( org.apache.openejb.spi.SecurityService securityService, String roleName ) : boolean
[run-time name: org/apache/openejb/core/BaseContext.isCallerInRole:(Lorg/apache/openejb/spi/SecurityService;Ljava/lang/String;)Z]
openejb-core-4.0.0.jar, BaseEjbProxyHandler.class
package org.apache.openejb.core.ivm
BaseEjbProxyHandler.BaseEjbProxyHandler ( org.apache.openejb.BeanContext beanContext, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces, Class mainInterface )
[run-time name: org/apache/openejb/core/ivm/BaseEjbProxyHandler."<init>":(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;Ljava/lang/Class;)V]
BaseEjbProxyHandler.equalHandler ( BaseEjbProxyHandler other ) : boolean
[run-time name: org/apache/openejb/core/ivm/BaseEjbProxyHandler.equalHandler:(Lorg/apache/openejb/core/ivm/BaseEjbProxyHandler;)Z]
BaseEjbProxyHandler.getBeanContext ( ) : org.apache.openejb.BeanContext
[run-time name: org/apache/openejb/core/ivm/BaseEjbProxyHandler.getBeanContext:()Lorg/apache/openejb/BeanContext;]
BaseEjbProxyHandler.setBeanContext ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/ivm/BaseEjbProxyHandler.setBeanContext:(Lorg/apache/openejb/BeanContext;)V]
openejb-core-4.0.0.jar, BaseSessionContext.class
package org.apache.openejb.core
BaseSessionContext.wasCancelCalled ( ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.wasCancelCalled:()Z]
openejb-core-4.0.0.jar, BasicDataSource.class
package org.apache.openejb.resource.jdbc
BasicDataSource.getParentLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/openejb/resource/jdbc/BasicDataSource.getParentLogger:()Ljava/util/logging/Logger;]
BasicDataSource.setMaxWait ( int maxWait ) : void
[run-time name: org/apache/openejb/resource/jdbc/BasicDataSource.setMaxWait:(I)V]
openejb-core-4.0.0.jar, BasicManagedDataSource.class
package org.apache.openejb.resource.jdbc
BasicManagedDataSource.close ( ) : void
[run-time name: org/apache/openejb/resource/jdbc/BasicManagedDataSource.close:()V]
BasicManagedDataSource.getParentLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/openejb/resource/jdbc/BasicManagedDataSource.getParentLogger:()Ljava/util/logging/Logger;]
BasicManagedDataSource.setMaxWait ( int maxWait ) : void
[run-time name: org/apache/openejb/resource/jdbc/BasicManagedDataSource.setMaxWait:(I)V]
openejb-core-4.0.0.jar, BeanContext.class
package org.apache.openejb
BeanContext.addApplicationException ( Class exception, boolean rollback, boolean inherited ) : void
[run-time name: org/apache/openejb/BeanContext.addApplicationException:(Ljava/lang/Class;ZZ)V]
BeanContext.addCdiMethodInterceptor ( reflect.Method method, core.interceptor.InterceptorData interceptor ) : void
[run-time name: org/apache/openejb/BeanContext.addCdiMethodInterceptor:(Ljava/lang/reflect/Method;Lorg/apache/openejb/core/interceptor/InterceptorData;)V]
BeanContext.addSystemInterceptor ( Object interceptor ) : void
[run-time name: org/apache/openejb/BeanContext.addSystemInterceptor:(Ljava/lang/Object;)V]
BeanContext.addUserInterceptor ( Object interceptor ) : void
[run-time name: org/apache/openejb/BeanContext.addUserInterceptor:(Ljava/lang/Object;)V]
BeanContext.BeanContext ( String id, javax.naming.Context jndiContext, ModuleContext moduleContext, Class beanClass, Class homeInterface, Class remoteInterface, Class localHomeInterface, Class localInterface, Class proxy, Class serviceEndpointInterface, java.util.List businessLocals, java.util.List businessRemotes, Class pkClass, BeanType componentType, boolean localBean )
[run-time name: org/apache/openejb/BeanContext."<init>":(Ljava/lang/String;Ljavax/naming/Context;Lorg/apache/openejb/ModuleContext;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/util/List;Ljava/util/List;Ljava/lang/Class;Lorg/apache/openejb/BeanType;Z)V]
BeanContext.BeanContext ( String id, javax.naming.Context jndiContext, ModuleContext moduleContext, Class beanClass, Class mdbInterface, java.util.Map activationProperties )
[run-time name: org/apache/openejb/BeanContext."<init>":(Ljava/lang/String;Ljavax/naming/Context;Lorg/apache/openejb/ModuleContext;Ljava/lang/Class;Ljava/lang/Class;Ljava/util/Map;)V]
BeanContext.createAsynchronousMethodSet ( ) : void
[run-time name: org/apache/openejb/BeanContext.createAsynchronousMethodSet:()V]
BeanContext.createMethodMap ( ) : void
[run-time name: org/apache/openejb/BeanContext.createMethodMap:()V]
BeanContext.getAbstractSchemaName ( ) : String
[run-time name: org/apache/openejb/BeanContext.getAbstractSchemaName:()Ljava/lang/String;]
BeanContext.getAccessTimeout ( ) : util.Duration
[run-time name: org/apache/openejb/BeanContext.getAccessTimeout:()Lorg/apache/openejb/util/Duration;]
BeanContext.getAccessTimeout ( reflect.Method beanMethod ) : util.Duration
[run-time name: org/apache/openejb/BeanContext.getAccessTimeout:(Ljava/lang/reflect/Method;)Lorg/apache/openejb/util/Duration;]
BeanContext.getActivationProperties ( ) : java.util.Map
[run-time name: org/apache/openejb/BeanContext.getActivationProperties:()Ljava/util/Map;]
BeanContext.getAsynchronousClasses ( ) : java.util.Set
[run-time name: org/apache/openejb/BeanContext.getAsynchronousClasses:()Ljava/util/Set;]
BeanContext.getAsynchronousMethodSignatures ( ) : java.util.Set
[run-time name: org/apache/openejb/BeanContext.getAsynchronousMethodSignatures:()Ljava/util/Set;]
BeanContext.getBean ( Class clazz, javax.enterprise.inject.spi.Bean bean ) : Object
[run-time name: org/apache/openejb/BeanContext.getBean:(Ljava/lang/Class;Ljavax/enterprise/inject/spi/Bean;)Ljava/lang/Object;]
BeanContext.getBeanClass ( ) : Class
[run-time name: org/apache/openejb/BeanContext.getBeanClass:()Ljava/lang/Class;]
BeanContext.getBusinessLocalBeanHome ( ) : BeanContext.BusinessLocalBeanHome
[run-time name: org/apache/openejb/BeanContext.getBusinessLocalBeanHome:()Lorg/apache/openejb/BeanContext$BusinessLocalBeanHome;]
BeanContext.getBusinessLocalBeanInterface ( ) : Class
[run-time name: org/apache/openejb/BeanContext.getBusinessLocalBeanInterface:()Ljava/lang/Class;]
BeanContext.getBusinessLocalHome ( ) : BeanContext.BusinessLocalHome
[run-time name: org/apache/openejb/BeanContext.getBusinessLocalHome:()Lorg/apache/openejb/BeanContext$BusinessLocalHome;]
BeanContext.getBusinessLocalHome ( Class mainInterface ) : BeanContext.BusinessLocalHome
[run-time name: org/apache/openejb/BeanContext.getBusinessLocalHome:(Ljava/lang/Class;)Lorg/apache/openejb/BeanContext$BusinessLocalHome;]
BeanContext.getBusinessLocalHome ( java.util.List interfaces, Class mainInterface ) : BeanContext.BusinessLocalHome
[run-time name: org/apache/openejb/BeanContext.getBusinessLocalHome:(Ljava/util/List;Ljava/lang/Class;)Lorg/apache/openejb/BeanContext$BusinessLocalHome;]
BeanContext.getBusinessLocalInterface ( ) : Class
[run-time name: org/apache/openejb/BeanContext.getBusinessLocalInterface:()Ljava/lang/Class;]
BeanContext.getBusinessLocalInterfaces ( ) : java.util.List
[run-time name: org/apache/openejb/BeanContext.getBusinessLocalInterfaces:()Ljava/util/List;]
BeanContext.getBusinessRemoteHome ( ) : BeanContext.BusinessRemoteHome
[run-time name: org/apache/openejb/BeanContext.getBusinessRemoteHome:()Lorg/apache/openejb/BeanContext$BusinessRemoteHome;]
BeanContext.getBusinessRemoteHome ( Class mainInterface ) : BeanContext.BusinessRemoteHome
[run-time name: org/apache/openejb/BeanContext.getBusinessRemoteHome:(Ljava/lang/Class;)Lorg/apache/openejb/BeanContext$BusinessRemoteHome;]
BeanContext.getBusinessRemoteHome ( java.util.List interfaces, Class mainInterface ) : BeanContext.BusinessRemoteHome
[run-time name: org/apache/openejb/BeanContext.getBusinessRemoteHome:(Ljava/util/List;Ljava/lang/Class;)Lorg/apache/openejb/BeanContext$BusinessRemoteHome;]
BeanContext.getBusinessRemoteInterface ( ) : Class
[run-time name: org/apache/openejb/BeanContext.getBusinessRemoteInterface:()Ljava/lang/Class;]
BeanContext.getBusinessRemoteInterfaces ( ) : java.util.List
[run-time name: org/apache/openejb/BeanContext.getBusinessRemoteInterfaces:()Ljava/util/List;]
BeanContext.getCallbackInterceptors ( ) : java.util.List
[run-time name: org/apache/openejb/BeanContext.getCallbackInterceptors:()Ljava/util/List;]
BeanContext.getCdiInterceptors ( ) : java.util.List
[run-time name: org/apache/openejb/BeanContext.getCdiInterceptors:()Ljava/util/List;]
BeanContext.getClassLoader ( ) : ClassLoader
[run-time name: org/apache/openejb/BeanContext.getClassLoader:()Ljava/lang/ClassLoader;]
BeanContext.getCmpImplClass ( ) : Class
[run-time name: org/apache/openejb/BeanContext.getCmpImplClass:()Ljava/lang/Class;]
BeanContext.getComponentType ( ) : BeanType
[run-time name: org/apache/openejb/BeanContext.getComponentType:()Lorg/apache/openejb/BeanType;]
BeanContext.getConcurrencyAttribute ( reflect.Method beanMethod ) : javax.ejb.LockType
[run-time name: org/apache/openejb/BeanContext.getConcurrencyAttribute:(Ljava/lang/reflect/Method;)Ljavax/ejb/LockType;]
BeanContext.getContainer ( ) : Container
[run-time name: org/apache/openejb/BeanContext.getContainer:()Lorg/apache/openejb/Container;]
BeanContext.getContainerData ( ) : Object
[run-time name: org/apache/openejb/BeanContext.getContainerData:()Ljava/lang/Object;]
BeanContext.getCreateMethod ( ) : reflect.Method
[run-time name: org/apache/openejb/BeanContext.getCreateMethod:()Ljava/lang/reflect/Method;]
BeanContext.getDependsOn ( ) : java.util.Set
[run-time name: org/apache/openejb/BeanContext.getDependsOn:()Ljava/util/Set;]
BeanContext.getDeploymentID ( ) : Object
[run-time name: org/apache/openejb/BeanContext.getDeploymentID:()Ljava/lang/Object;]
BeanContext.getDestinationId ( ) : String
[run-time name: org/apache/openejb/BeanContext.getDestinationId:()Ljava/lang/String;]
BeanContext.getEJBHome ( ) : javax.ejb.EJBHome
[run-time name: org/apache/openejb/BeanContext.getEJBHome:()Ljavax/ejb/EJBHome;]
BeanContext.getEJBLocalHome ( ) : javax.ejb.EJBLocalHome
[run-time name: org/apache/openejb/BeanContext.getEJBLocalHome:()Ljavax/ejb/EJBLocalHome;]
BeanContext.getEjbName ( ) : String
[run-time name: org/apache/openejb/BeanContext.getEjbName:()Ljava/lang/String;]
BeanContext.getEjbTimeout ( ) : reflect.Method
[run-time name: org/apache/openejb/BeanContext.getEjbTimeout:()Ljava/lang/reflect/Method;]
BeanContext.getEjbTimerService ( ) : core.timer.EjbTimerService
[run-time name: org/apache/openejb/BeanContext.getEjbTimerService:()Lorg/apache/openejb/core/timer/EjbTimerService;]
BeanContext.getExceptionType ( Throwable e ) : core.ExceptionType
[run-time name: org/apache/openejb/BeanContext.getExceptionType:(Ljava/lang/Throwable;)Lorg/apache/openejb/core/ExceptionType;]
BeanContext.getExtendedEntityManagerFactories ( ) : util.Index
[run-time name: org/apache/openejb/BeanContext.getExtendedEntityManagerFactories:()Lorg/apache/openejb/util/Index;]
BeanContext.getHomeInterface ( ) : Class
[run-time name: org/apache/openejb/BeanContext.getHomeInterface:()Ljava/lang/Class;]
BeanContext.getInjections ( ) : java.util.List
[run-time name: org/apache/openejb/BeanContext.getInjections:()Ljava/util/List;]
BeanContext.getInstanceScopedInterceptors ( ) : java.util.Set
[run-time name: org/apache/openejb/BeanContext.getInstanceScopedInterceptors:()Ljava/util/Set;]
BeanContext.getInterceptorData ( ) : java.util.List
[run-time name: org/apache/openejb/BeanContext.getInterceptorData:()Ljava/util/List;]
BeanContext.getInterface ( InterfaceType interfaceType ) : Class
[run-time name: org/apache/openejb/BeanContext.getInterface:(Lorg/apache/openejb/InterfaceType;)Ljava/lang/Class;]
BeanContext.getInterfaces ( InterfaceType interfaceType ) : java.util.List
[run-time name: org/apache/openejb/BeanContext.getInterfaces:(Lorg/apache/openejb/InterfaceType;)Ljava/util/List;]
BeanContext.getInterfaceType ( Class clazz ) : InterfaceType
[run-time name: org/apache/openejb/BeanContext.getInterfaceType:(Ljava/lang/Class;)Lorg/apache/openejb/InterfaceType;]
BeanContext.getJndiContext ( ) : javax.naming.Context
[run-time name: org/apache/openejb/BeanContext.getJndiContext:()Ljavax/naming/Context;]
BeanContext.getJndiEnc ( ) : javax.naming.Context
[run-time name: org/apache/openejb/BeanContext.getJndiEnc:()Ljavax/naming/Context;]
BeanContext.getKeyGenerator ( ) : core.cmp.KeyGenerator
[run-time name: org/apache/openejb/BeanContext.getKeyGenerator:()Lorg/apache/openejb/core/cmp/KeyGenerator;]
BeanContext.getLocalHomeInterface ( ) : Class
[run-time name: org/apache/openejb/BeanContext.getLocalHomeInterface:()Ljava/lang/Class;]
BeanContext.getLocalInterface ( ) : Class
[run-time name: org/apache/openejb/BeanContext.getLocalInterface:()Ljava/lang/Class;]
BeanContext.getLockType ( ) : javax.ejb.LockType
[run-time name: org/apache/openejb/BeanContext.getLockType:()Ljavax/ejb/LockType;]
BeanContext.getManagedClass ( ) : Class
[run-time name: org/apache/openejb/BeanContext.getManagedClass:()Ljava/lang/Class;]
BeanContext.getMatchingBeanMethod ( reflect.Method interfaceMethod ) : reflect.Method
[run-time name: org/apache/openejb/BeanContext.getMatchingBeanMethod:(Ljava/lang/reflect/Method;)Ljava/lang/reflect/Method;]
BeanContext.getMatchingPostCreateMethod ( reflect.Method createMethod ) : reflect.Method
[run-time name: org/apache/openejb/BeanContext.getMatchingPostCreateMethod:(Ljava/lang/reflect/Method;)Ljava/lang/reflect/Method;]
BeanContext.getMdbInterface ( ) : Class
[run-time name: org/apache/openejb/BeanContext.getMdbInterface:()Ljava/lang/Class;]
BeanContext.getMethodContext ( reflect.Method method ) : MethodContext
[run-time name: org/apache/openejb/BeanContext.getMethodContext:(Ljava/lang/reflect/Method;)Lorg/apache/openejb/MethodContext;]
BeanContext.getMethodInterceptors ( reflect.Method method ) : java.util.List
[run-time name: org/apache/openejb/BeanContext.getMethodInterceptors:(Ljava/lang/reflect/Method;)Ljava/util/List;]
BeanContext.getModuleContext ( ) : ModuleContext
[run-time name: org/apache/openejb/BeanContext.getModuleContext:()Lorg/apache/openejb/ModuleContext;]
BeanContext.getModuleID ( ) : String
[run-time name: org/apache/openejb/BeanContext.getModuleID:()Ljava/lang/String;]
BeanContext.getModuleName ( ) : String
[run-time name: org/apache/openejb/BeanContext.getModuleName:()Ljava/lang/String;]
BeanContext.getObjectInterface ( Class homeInterface ) : java.util.List
[run-time name: org/apache/openejb/BeanContext.getObjectInterface:(Ljava/lang/Class;)Ljava/util/List;]
BeanContext.getPrimaryKeyClass ( ) : Class
[run-time name: org/apache/openejb/BeanContext.getPrimaryKeyClass:()Ljava/lang/Class;]
BeanContext.getPrimaryKeyField ( ) : String
[run-time name: org/apache/openejb/BeanContext.getPrimaryKeyField:()Ljava/lang/String;]
BeanContext.getProxyClass ( ) : Class
[run-time name: org/apache/openejb/BeanContext.getProxyClass:()Ljava/lang/Class;]
BeanContext.getRemoteInterface ( ) : Class
[run-time name: org/apache/openejb/BeanContext.getRemoteInterface:()Ljava/lang/Class;]
BeanContext.getRemoveMethods ( ) : java.util.List
[run-time name: org/apache/openejb/BeanContext.getRemoveMethods:()Ljava/util/List;]
BeanContext.getRunAs ( ) : String
[run-time name: org/apache/openejb/BeanContext.getRunAs:()Ljava/lang/String;]
BeanContext.getServiceEndpointInterface ( ) : Class
[run-time name: org/apache/openejb/BeanContext.getServiceEndpointInterface:()Ljava/lang/Class;]
BeanContext.getStatefulTimeout ( ) : util.Duration
[run-time name: org/apache/openejb/BeanContext.getStatefulTimeout:()Lorg/apache/openejb/util/Duration;]
BeanContext.getTransactionPolicyFactory ( ) : core.transaction.TransactionPolicyFactory
[run-time name: org/apache/openejb/BeanContext.getTransactionPolicyFactory:()Lorg/apache/openejb/core/transaction/TransactionPolicyFactory;]
BeanContext.getTransactionType ( ) : core.transaction.TransactionType
[run-time name: org/apache/openejb/BeanContext.getTransactionType:()Lorg/apache/openejb/core/transaction/TransactionType;]
BeanContext.getTransactionType ( reflect.Method method ) : core.transaction.TransactionType
[run-time name: org/apache/openejb/BeanContext.getTransactionType:(Ljava/lang/reflect/Method;)Lorg/apache/openejb/core/transaction/TransactionType;]
BeanContext.getTransactionType ( reflect.Method method, InterfaceType interfaceType ) : core.transaction.TransactionType
[run-time name: org/apache/openejb/BeanContext.getTransactionType:(Ljava/lang/reflect/Method;Lorg/apache/openejb/InterfaceType;)Lorg/apache/openejb/core/transaction/TransactionType;]
BeanContext.getUserAndSystemInterceptors ( ) : java.util.List
[run-time name: org/apache/openejb/BeanContext.getUserAndSystemInterceptors:()Ljava/util/List;]
BeanContext.inject ( Object instance, javax.enterprise.context.spi.CreationalContext ctx ) : void
[run-time name: org/apache/openejb/BeanContext.inject:(Ljava/lang/Object;Ljavax/enterprise/context/spi/CreationalContext;)V]
BeanContext.isAsynchronous ( reflect.Method method ) : boolean
[run-time name: org/apache/openejb/BeanContext.isAsynchronous:(Ljava/lang/reflect/Method;)Z]
BeanContext.isBeanManagedConcurrency ( ) : boolean
[run-time name: org/apache/openejb/BeanContext.isBeanManagedConcurrency:()Z]
BeanContext.isBeanManagedTransaction ( ) : boolean
[run-time name: org/apache/openejb/BeanContext.isBeanManagedTransaction:()Z]
BeanContext.isCmp2 ( ) : boolean
[run-time name: org/apache/openejb/BeanContext.isCmp2:()Z]
BeanContext.isDestroyed ( ) : boolean
[run-time name: org/apache/openejb/BeanContext.isDestroyed:()Z]
BeanContext.isDynamicallyImplemented ( ) : boolean
[run-time name: org/apache/openejb/BeanContext.isDynamicallyImplemented:()Z]
BeanContext.isHidden ( ) : boolean
[run-time name: org/apache/openejb/BeanContext.isHidden:()Z]
BeanContext.isLoadOnStartup ( ) : boolean
[run-time name: org/apache/openejb/BeanContext.isLoadOnStartup:()Z]
BeanContext.isLocalbean ( ) : boolean
[run-time name: org/apache/openejb/BeanContext.isLocalbean:()Z]
BeanContext.isReentrant ( ) : boolean
[run-time name: org/apache/openejb/BeanContext.isReentrant:()Z]
BeanContext.isRemoteQueryResults ( String methodSignature ) : boolean
[run-time name: org/apache/openejb/BeanContext.isRemoteQueryResults:(Ljava/lang/String;)Z]
BeanContext.isSessionSynchronized ( ) : boolean
[run-time name: org/apache/openejb/BeanContext.isSessionSynchronized:()Z]
BeanContext.iteratorMethodContext ( ) : java.util.Iterator
[run-time name: org/apache/openejb/BeanContext.iteratorMethodContext:()Ljava/util/Iterator;]
BeanContext.mapMethods ( reflect.Method interfaceMethod, reflect.Method beanMethod ) : void
[run-time name: org/apache/openejb/BeanContext.mapMethods:(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)V]
BeanContext.newInstance ( ) : core.InstanceContext
[run-time name: org/apache/openejb/BeanContext.newInstance:()Lorg/apache/openejb/core/InstanceContext;]
BeanContext.retainIfExeption ( reflect.Method removeMethod ) : boolean
[run-time name: org/apache/openejb/BeanContext.retainIfExeption:(Ljava/lang/reflect/Method;)Z]
BeanContext.setAbstractSchemaName ( String abstractSchemaName ) : void
[run-time name: org/apache/openejb/BeanContext.setAbstractSchemaName:(Ljava/lang/String;)V]
BeanContext.setAccessTimeout ( util.Duration accessTimeout ) : void
[run-time name: org/apache/openejb/BeanContext.setAccessTimeout:(Lorg/apache/openejb/util/Duration;)V]
BeanContext.setBeanManagedConcurrency ( boolean beanManagedConcurrency ) : void
[run-time name: org/apache/openejb/BeanContext.setBeanManagedConcurrency:(Z)V]
BeanContext.setBeanManagedTransaction ( boolean value ) : void
[run-time name: org/apache/openejb/BeanContext.setBeanManagedTransaction:(Z)V]
BeanContext.setCallbackInterceptors ( java.util.List callbackInterceptors ) : void
[run-time name: org/apache/openejb/BeanContext.setCallbackInterceptors:(Ljava/util/List;)V]
BeanContext.setCdiInterceptors ( java.util.List cdiInterceptors ) : void
[run-time name: org/apache/openejb/BeanContext.setCdiInterceptors:(Ljava/util/List;)V]
BeanContext.setCmp2 ( boolean cmp2 ) : void
[run-time name: org/apache/openejb/BeanContext.setCmp2:(Z)V]
BeanContext.setCmpImplClass ( Class cmpImplClass ) : void
[run-time name: org/apache/openejb/BeanContext.setCmpImplClass:(Ljava/lang/Class;)V]
BeanContext.setContainer ( Container container ) : void
[run-time name: org/apache/openejb/BeanContext.setContainer:(Lorg/apache/openejb/Container;)V]
BeanContext.setContainerData ( Object containerData ) : void
[run-time name: org/apache/openejb/BeanContext.setContainerData:(Ljava/lang/Object;)V]
BeanContext.setDestinationId ( String destinationId ) : void
[run-time name: org/apache/openejb/BeanContext.setDestinationId:(Ljava/lang/String;)V]
BeanContext.setDestroyed ( boolean destroyed ) : void
[run-time name: org/apache/openejb/BeanContext.setDestroyed:(Z)V]
BeanContext.setEjbName ( String ejbName ) : void
[run-time name: org/apache/openejb/BeanContext.setEjbName:(Ljava/lang/String;)V]
BeanContext.setEjbTimeout ( reflect.Method ejbTimeout ) : void
[run-time name: org/apache/openejb/BeanContext.setEjbTimeout:(Ljava/lang/reflect/Method;)V]
BeanContext.setEjbTimerService ( core.timer.EjbTimerService ejbTimerService ) : void
[run-time name: org/apache/openejb/BeanContext.setEjbTimerService:(Lorg/apache/openejb/core/timer/EjbTimerService;)V]
BeanContext.setExtendedEntityManagerFactories ( util.Index extendedEntityManagerFactories ) : void
[run-time name: org/apache/openejb/BeanContext.setExtendedEntityManagerFactories:(Lorg/apache/openejb/util/Index;)V]
BeanContext.setHidden ( boolean hidden ) : void
[run-time name: org/apache/openejb/BeanContext.setHidden:(Z)V]
BeanContext.setIsReentrant ( boolean reentrant ) : void
[run-time name: org/apache/openejb/BeanContext.setIsReentrant:(Z)V]
BeanContext.setKeyGenerator ( core.cmp.KeyGenerator keyGenerator ) : void
[run-time name: org/apache/openejb/BeanContext.setKeyGenerator:(Lorg/apache/openejb/core/cmp/KeyGenerator;)V]
BeanContext.setLoadOnStartup ( boolean loadOnStartup ) : void
[run-time name: org/apache/openejb/BeanContext.setLoadOnStartup:(Z)V]
BeanContext.setMethodConcurrencyAttribute ( reflect.Method method, javax.ejb.LockType concurrencyAttribute ) : void
[run-time name: org/apache/openejb/BeanContext.setMethodConcurrencyAttribute:(Ljava/lang/reflect/Method;Ljavax/ejb/LockType;)V]
BeanContext.setMethodInterceptors ( reflect.Method method, java.util.List interceptors ) : void
[run-time name: org/apache/openejb/BeanContext.setMethodInterceptors:(Ljava/lang/reflect/Method;Ljava/util/List;)V]
BeanContext.setMethodTransactionAttribute ( reflect.Method method, core.transaction.TransactionType transactionType ) : void
[run-time name: org/apache/openejb/BeanContext.setMethodTransactionAttribute:(Ljava/lang/reflect/Method;Lorg/apache/openejb/core/transaction/TransactionType;)V]
BeanContext.setMethodTransactionAttribute ( reflect.Method method, core.transaction.TransactionType transactionType, String view ) : void
[run-time name: org/apache/openejb/BeanContext.setMethodTransactionAttribute:(Ljava/lang/reflect/Method;Lorg/apache/openejb/core/transaction/TransactionType;Ljava/lang/String;)V]
BeanContext.setPrimaryKeyField ( String primaryKeyField ) : void
[run-time name: org/apache/openejb/BeanContext.setPrimaryKeyField:(Ljava/lang/String;)V]
BeanContext.setRemoteQueryResults ( String methodSignature ) : void
[run-time name: org/apache/openejb/BeanContext.setRemoteQueryResults:(Ljava/lang/String;)V]
BeanContext.setRetainIfExeption ( reflect.Method removeMethod, boolean retain ) : void
[run-time name: org/apache/openejb/BeanContext.setRetainIfExeption:(Ljava/lang/reflect/Method;Z)V]
BeanContext.setRunAs ( String runAs ) : void
[run-time name: org/apache/openejb/BeanContext.setRunAs:(Ljava/lang/String;)V]
BeanContext.setStatefulTimeout ( util.Duration statefulTimeout ) : void
[run-time name: org/apache/openejb/BeanContext.setStatefulTimeout:(Lorg/apache/openejb/util/Duration;)V]
BeanContext.setTransactionPolicyFactory ( core.transaction.TransactionPolicyFactory transactionPolicyFactory ) : void
[run-time name: org/apache/openejb/BeanContext.setTransactionPolicyFactory:(Lorg/apache/openejb/core/transaction/TransactionPolicyFactory;)V]
BeanContext.toString ( ) : String
[run-time name: org/apache/openejb/BeanContext.toString:()Ljava/lang/String;]
openejb-core-4.0.0.jar, BeansDeployer.class
package org.apache.openejb.cdi
BeansDeployer.addDefaultStereoTypes ( ) : void
[run-time name: org/apache/openejb/cdi/BeansDeployer.addDefaultStereoTypes:()V]
BeansDeployer.BeansDeployer ( org.apache.webbeans.xml.WebBeansXMLConfigurator xmlConfigurator, org.apache.webbeans.config.WebBeansContext webBeansContext )
[run-time name: org/apache/openejb/cdi/BeansDeployer."<init>":(Lorg/apache/webbeans/xml/WebBeansXMLConfigurator;Lorg/apache/webbeans/config/WebBeansContext;)V]
BeansDeployer.checkPassivationScope ( javax.enterprise.inject.spi.Bean beanObj ) : void
[run-time name: org/apache/openejb/cdi/BeansDeployer.checkPassivationScope:(Ljavax/enterprise/inject/spi/Bean;)V]
BeansDeployer.checkSpecializations ( org.apache.webbeans.spi.ScannerService scanner ) : void
[run-time name: org/apache/openejb/cdi/BeansDeployer.checkSpecializations:(Lorg/apache/webbeans/spi/ScannerService;)V]
BeansDeployer.checkStereoTypes ( org.apache.webbeans.spi.ScannerService scanner ) : void
[run-time name: org/apache/openejb/cdi/BeansDeployer.checkStereoTypes:(Lorg/apache/webbeans/spi/ScannerService;)V]
BeansDeployer.defineManagedBean ( Class clazz, org.apache.webbeans.portable.events.ProcessAnnotatedTypeImpl processAnnotatedEvent ) : boolean
[run-time name: org/apache/openejb/cdi/BeansDeployer.defineManagedBean:(Ljava/lang/Class;Lorg/apache/webbeans/portable/events/ProcessAnnotatedTypeImpl;)Z]
BeansDeployer.deployFromXML ( org.apache.webbeans.spi.ScannerService scanner ) : void
[run-time name: org/apache/openejb/cdi/BeansDeployer.deployFromXML:(Lorg/apache/webbeans/spi/ScannerService;)V]
openejb-core-4.0.0.jar, BeansInfo.class
package org.apache.openejb.assembler.classic
BeansInfo.BeansInfo ( )
[run-time name: org/apache/openejb/assembler/classic/BeansInfo."<init>":()V]
openejb-core-4.0.0.jar, BeanType.class
package org.apache.openejb
BeanType.isCdiCompatible ( ) : boolean
[run-time name: org/apache/openejb/BeanType.isCdiCompatible:()Z]
openejb-core-4.0.0.jar, BeanValidationAppendixInterceptor.class
package org.apache.openejb.bval
BeanValidationAppendixInterceptor.aroundInvoke ( javax.interceptor.InvocationContext ejbContext ) : Object
[run-time name: org/apache/openejb/bval/BeanValidationAppendixInterceptor.aroundInvoke:(Ljavax/interceptor/InvocationContext;)Ljava/lang/Object;]
BeanValidationAppendixInterceptor.BeanValidationAppendixInterceptor ( )
[run-time name: org/apache/openejb/bval/BeanValidationAppendixInterceptor."<init>":()V]
openejb-core-4.0.0.jar, BuiltInEnvironmentEntries.class
package org.apache.openejb.config
BuiltInEnvironmentEntries.BuiltInEnvironmentEntries ( )
[run-time name: org/apache/openejb/config/BuiltInEnvironmentEntries."<init>":()V]
BuiltInEnvironmentEntries.deploy ( AppModule appModule ) : AppModule
[run-time name: org/apache/openejb/config/BuiltInEnvironmentEntries.deploy:(Lorg/apache/openejb/config/AppModule;)Lorg/apache/openejb/config/AppModule;]
openejb-core-4.0.0.jar, BusinessLocalBeanHome.class
package org.apache.openejb
BeanContext.BusinessLocalBeanHome.create ( ) [abstract] : Object
[run-time name: org/apache/openejb/BeanContext.BusinessLocalBeanHome.create:()Ljava/lang/Object;]
openejb-core-4.0.0.jar, BusinessLocalBeanReference.class
package org.apache.openejb.core.ivm.naming
BusinessLocalBeanReference.BusinessLocalBeanReference ( org.apache.openejb.BeanContext.BusinessLocalBeanHome localBeanHome )
[run-time name: org/apache/openejb/core/ivm/naming/BusinessLocalBeanReference."<init>":(Lorg/apache/openejb/BeanContext$BusinessLocalBeanHome;)V]
BusinessLocalBeanReference.getObject ( ) : Object
[run-time name: org/apache/openejb/core/ivm/naming/BusinessLocalBeanReference.getObject:()Ljava/lang/Object;]
openejb-core-4.0.0.jar, BusinessLocalHome.class
package org.apache.openejb
BeanContext.BusinessLocalHome.create ( ) [abstract] : Object
[run-time name: org/apache/openejb/BeanContext.BusinessLocalHome.create:()Ljava/lang/Object;]
openejb-core-4.0.0.jar, BusinessLocalReference.class
package org.apache.openejb.core.ivm.naming
BusinessLocalReference.BusinessLocalReference ( org.apache.openejb.BeanContext.BusinessLocalHome businessHome )
[run-time name: org/apache/openejb/core/ivm/naming/BusinessLocalReference."<init>":(Lorg/apache/openejb/BeanContext$BusinessLocalHome;)V]
openejb-core-4.0.0.jar, BusinessRemoteHome.class
package org.apache.openejb
BeanContext.BusinessRemoteHome.create ( ) [abstract] : Object
[run-time name: org/apache/openejb/BeanContext.BusinessRemoteHome.create:()Ljava/lang/Object;]
openejb-core-4.0.0.jar, BusinessRemoteReference.class
package org.apache.openejb.core.ivm.naming
BusinessRemoteReference.BusinessRemoteReference ( org.apache.openejb.BeanContext.BusinessRemoteHome businessHome )
[run-time name: org/apache/openejb/core/ivm/naming/BusinessRemoteReference."<init>":(Lorg/apache/openejb/BeanContext$BusinessRemoteHome;)V]
openejb-core-4.0.0.jar, Cache.class
package org.apache.openejb.core.stateful
Cache.destroy ( ) [abstract] : void
[run-time name: org/apache/openejb/core/stateful/Cache.destroy:()V]
Cache.init ( ) [abstract] : void
[run-time name: org/apache/openejb/core/stateful/Cache.init:()V]
openejb-core-4.0.0.jar, CalendarTimerData.class
package org.apache.openejb.core.timer
CalendarTimerData.CalendarTimerData ( long id, EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, javax.ejb.TimerConfig timerConfig, javax.ejb.ScheduleExpression scheduleExpression )
[run-time name: org/apache/openejb/core/timer/CalendarTimerData."<init>":(JLorg/apache/openejb/core/timer/EjbTimerServiceImpl;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/reflect/Method;Ljavax/ejb/TimerConfig;Ljavax/ejb/ScheduleExpression;)V]
CalendarTimerData.getSchedule ( ) : javax.ejb.ScheduleExpression
[run-time name: org/apache/openejb/core/timer/CalendarTimerData.getSchedule:()Ljavax/ejb/ScheduleExpression;]
CalendarTimerData.getType ( ) : TimerType
[run-time name: org/apache/openejb/core/timer/CalendarTimerData.getType:()Lorg/apache/openejb/core/timer/TimerType;]
CalendarTimerData.initializeTrigger ( ) : org.quartz.impl.triggers.AbstractTrigger
[run-time name: org/apache/openejb/core/timer/CalendarTimerData.initializeTrigger:()Lorg/quartz/impl/triggers/AbstractTrigger;]
CalendarTimerData.toString ( ) : String
[run-time name: org/apache/openejb/core/timer/CalendarTimerData.toString:()Ljava/lang/String;]
openejb-core-4.0.0.jar, Call.class
package org.apache.openejb.core
BaseContext.Call.valueOf ( String name ) [static] : BaseContext.Call
[run-time name: org/apache/openejb/core/BaseContext.Call.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/core/BaseContext$Call;]
BaseContext.Call.values ( ) [static] : BaseContext.Call[ ]
[run-time name: org/apache/openejb/core/BaseContext.Call.values:()[Lorg/apache/openejb/core/BaseContext$Call;]
openejb-core-4.0.0.jar, CdiAppContextsService.class
package org.apache.openejb.cdi
CdiAppContextsService.CdiAppContextsService ( )
[run-time name: org/apache/openejb/cdi/CdiAppContextsService."<init>":()V]
CdiAppContextsService.CdiAppContextsService ( boolean supportsConversation )
[run-time name: org/apache/openejb/cdi/CdiAppContextsService."<init>":(Z)V]
CdiAppContextsService.destroy ( Object destroyObject ) : void
[run-time name: org/apache/openejb/cdi/CdiAppContextsService.destroy:(Ljava/lang/Object;)V]
CdiAppContextsService.endContext ( Class scopeType, Object endParameters ) : void
[run-time name: org/apache/openejb/cdi/CdiAppContextsService.endContext:(Ljava/lang/Class;Ljava/lang/Object;)V]
CdiAppContextsService.getCurrentContext ( Class scopeType ) : javax.enterprise.context.spi.Context
[run-time name: org/apache/openejb/cdi/CdiAppContextsService.getCurrentContext:(Ljava/lang/Class;)Ljavax/enterprise/context/spi/Context;]
CdiAppContextsService.init ( Object initializeObject ) : void
[run-time name: org/apache/openejb/cdi/CdiAppContextsService.init:(Ljava/lang/Object;)V]
CdiAppContextsService.startContext ( Class scopeType, Object startParameter ) : void
[run-time name: org/apache/openejb/cdi/CdiAppContextsService.startContext:(Ljava/lang/Class;Ljava/lang/Object;)V]
CdiAppContextsService.supportsContext ( Class scopeType ) : boolean
[run-time name: org/apache/openejb/cdi/CdiAppContextsService.supportsContext:(Ljava/lang/Class;)Z]
openejb-core-4.0.0.jar, CdiBeanInfo.class
package org.apache.openejb.cdi
CdiBeanInfo.CdiBeanInfo ( )
[run-time name: org/apache/openejb/cdi/CdiBeanInfo."<init>":()V]
CdiBeanInfo.getAfterBegin ( ) : java.util.List
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getAfterBegin:()Ljava/util/List;]
CdiBeanInfo.getAfterCompletion ( ) : java.util.List
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getAfterCompletion:()Ljava/util/List;]
CdiBeanInfo.getBeanClass ( ) : Class
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getBeanClass:()Ljava/lang/Class;]
CdiBeanInfo.getBeanName ( ) : String
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getBeanName:()Ljava/lang/String;]
CdiBeanInfo.getBeforeCompletion ( ) : java.util.List
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getBeforeCompletion:()Ljava/util/List;]
CdiBeanInfo.getClassLoader ( ) : ClassLoader
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getClassLoader:()Ljava/lang/ClassLoader;]
CdiBeanInfo.getDataSource ( ) : java.util.Collection
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getDataSource:()Ljava/util/Collection;]
CdiBeanInfo.getDataSourceMap ( ) : java.util.Map
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getDataSourceMap:()Ljava/util/Map;]
CdiBeanInfo.getEjbLocalRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getEjbLocalRef:()Ljava/util/Collection;]
CdiBeanInfo.getEjbLocalRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getEjbLocalRefMap:()Ljava/util/Map;]
CdiBeanInfo.getEjbRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getEjbRef:()Ljava/util/Collection;]
CdiBeanInfo.getEjbRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getEjbRefMap:()Ljava/util/Map;]
CdiBeanInfo.getEnvEntry ( ) : java.util.Collection
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getEnvEntry:()Ljava/util/Collection;]
CdiBeanInfo.getEnvEntryMap ( ) : java.util.Map
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getEnvEntryMap:()Ljava/util/Map;]
CdiBeanInfo.getInjections ( ) : java.util.List
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getInjections:()Ljava/util/List;]
CdiBeanInfo.getJndiConsumerName ( ) : String
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getJndiConsumerName:()Ljava/lang/String;]
CdiBeanInfo.getMessageDestinationRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getMessageDestinationRef:()Ljava/util/Collection;]
CdiBeanInfo.getMessageDestinationRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getMessageDestinationRefMap:()Ljava/util/Map;]
CdiBeanInfo.getPersistenceContextRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getPersistenceContextRef:()Ljava/util/Collection;]
CdiBeanInfo.getPersistenceContextRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getPersistenceContextRefMap:()Ljava/util/Map;]
CdiBeanInfo.getPersistenceUnitRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getPersistenceUnitRef:()Ljava/util/Collection;]
CdiBeanInfo.getPersistenceUnitRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getPersistenceUnitRefMap:()Ljava/util/Map;]
CdiBeanInfo.getPostConstruct ( ) : java.util.List
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getPostConstruct:()Ljava/util/List;]
CdiBeanInfo.getResourceEnvRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getResourceEnvRef:()Ljava/util/Collection;]
CdiBeanInfo.getResourceEnvRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getResourceEnvRefMap:()Ljava/util/Map;]
CdiBeanInfo.getResourceRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getResourceRef:()Ljava/util/Collection;]
CdiBeanInfo.getResourceRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getResourceRefMap:()Ljava/util/Map;]
CdiBeanInfo.getSecurityIdentity ( ) : org.apache.openejb.jee.SecurityIdentity
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getSecurityIdentity:()Lorg/apache/openejb/jee/SecurityIdentity;]
CdiBeanInfo.getSecurityRoleRef ( ) : java.util.List
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getSecurityRoleRef:()Ljava/util/List;]
CdiBeanInfo.getServiceRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getServiceRef:()Ljava/util/Collection;]
CdiBeanInfo.getServiceRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.getServiceRefMap:()Ljava/util/Map;]
CdiBeanInfo.setBeanClass ( Class beanClass ) : void
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.setBeanClass:(Ljava/lang/Class;)V]
CdiBeanInfo.setBeanName ( String beanName ) : void
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.setBeanName:(Ljava/lang/String;)V]
CdiBeanInfo.setClassLoader ( ClassLoader classLoader ) : void
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.setClassLoader:(Ljava/lang/ClassLoader;)V]
CdiBeanInfo.setInjections ( java.util.List injections ) : void
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.setInjections:(Ljava/util/List;)V]
CdiBeanInfo.setSecurityIdentity ( org.apache.openejb.jee.SecurityIdentity value ) : void
[run-time name: org/apache/openejb/cdi/CdiBeanInfo.setSecurityIdentity:(Lorg/apache/openejb/jee/SecurityIdentity;)V]
openejb-core-4.0.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 ) : void
[run-time name: org/apache/openejb/cdi/CdiBuilder.build:(Lorg/apache/openejb/assembler/classic/AppInfo;Lorg/apache/openejb/AppContext;Ljava/util/List;)V]
CdiBuilder.CdiBuilder ( )
[run-time name: org/apache/openejb/cdi/CdiBuilder."<init>":()V]
CdiBuilder.initializeOWB ( ClassLoader classLoader ) [static] : ThreadSingletonService
[run-time name: org/apache/openejb/cdi/CdiBuilder.initializeOWB:(Ljava/lang/ClassLoader;)Lorg/apache/openejb/cdi/ThreadSingletonService;]
openejb-core-4.0.0.jar, CdiEjbBean.class
package org.apache.openejb.cdi
CdiEjbBean.addApiType ( Class apiType ) : void
[run-time name: org/apache/openejb/cdi/CdiEjbBean.addApiType:(Ljava/lang/Class;)V]
CdiEjbBean.afterConstructor ( Object instance, javax.enterprise.context.spi.CreationalContext tCreationalContext ) : void
[run-time name: org/apache/openejb/cdi/CdiEjbBean.afterConstructor:(Ljava/lang/Object;Ljavax/enterprise/context/spi/CreationalContext;)V]
CdiEjbBean.CdiEjbBean ( org.apache.openejb.BeanContext beanContext, org.apache.webbeans.config.WebBeansContext webBeansContext )
[run-time name: org/apache/openejb/cdi/CdiEjbBean."<init>":(Lorg/apache/openejb/BeanContext;Lorg/apache/webbeans/config/WebBeansContext;)V]
CdiEjbBean.CdiEjbBean ( org.apache.openejb.BeanContext beanContext, org.apache.webbeans.config.WebBeansContext webBeansContext, Class beanClass )
[run-time name: org/apache/openejb/cdi/CdiEjbBean."<init>":(Lorg/apache/openejb/BeanContext;Lorg/apache/webbeans/config/WebBeansContext;Ljava/lang/Class;)V]
CdiEjbBean.destroyComponentInstance ( Object instance, javax.enterprise.context.spi.CreationalContext creational ) : void
[run-time name: org/apache/openejb/cdi/CdiEjbBean.destroyComponentInstance:(Ljava/lang/Object;Ljavax/enterprise/context/spi/CreationalContext;)V]
CdiEjbBean.destroyStatefulSessionBeanInstance ( Object proxyInstance, Object ejbInstance ) : void
[run-time name: org/apache/openejb/cdi/CdiEjbBean.destroyStatefulSessionBeanInstance:(Ljava/lang/Object;Ljava/lang/Object;)V]
CdiEjbBean.getBeanContext ( ) : org.apache.openejb.BeanContext
[run-time name: org/apache/openejb/cdi/CdiEjbBean.getBeanContext:()Lorg/apache/openejb/BeanContext;]
CdiEjbBean.getBusinessLocalInterfaces ( ) : java.util.List
[run-time name: org/apache/openejb/cdi/CdiEjbBean.getBusinessLocalInterfaces:()Ljava/util/List;]
CdiEjbBean.getEjbName ( ) : String
[run-time name: org/apache/openejb/cdi/CdiEjbBean.getEjbName:()Ljava/lang/String;]
CdiEjbBean.getId ( ) : String
[run-time name: org/apache/openejb/cdi/CdiEjbBean.getId:()Ljava/lang/String;]
CdiEjbBean.getInjectionPoint ( reflect.Member member ) : java.util.List
[run-time name: org/apache/openejb/cdi/CdiEjbBean.getInjectionPoint:(Ljava/lang/reflect/Member;)Ljava/util/List;]
CdiEjbBean.getInstance ( javax.enterprise.context.spi.CreationalContext creationalContext ) : Object
[run-time name: org/apache/openejb/cdi/CdiEjbBean.getInstance:(Ljavax/enterprise/context/spi/CreationalContext;)Ljava/lang/Object;]
CdiEjbBean.getRemoveMethods ( ) : java.util.List
[run-time name: org/apache/openejb/cdi/CdiEjbBean.getRemoveMethods:()Ljava/util/List;]
CdiEjbBean.isPassivationCapable ( ) : boolean
[run-time name: org/apache/openejb/cdi/CdiEjbBean.isPassivationCapable:()Z]
CdiEjbBean.needsBeanLocalViewAddedToTypes ( ) : boolean
[run-time name: org/apache/openejb/cdi/CdiEjbBean.needsBeanLocalViewAddedToTypes:()Z]
CdiEjbBean.specialize ( CdiEjbBean superBean ) : void
[run-time name: org/apache/openejb/cdi/CdiEjbBean.specialize:(Lorg/apache/openejb/cdi/CdiEjbBean;)V]
openejb-core-4.0.0.jar, CdiInterceptor.class
package org.apache.openejb.cdi
CdiInterceptor.aroundInvoke ( javax.interceptor.InvocationContext ejbContext ) : Object
[run-time name: org/apache/openejb/cdi/CdiInterceptor.aroundInvoke:(Ljavax/interceptor/InvocationContext;)Ljava/lang/Object;]
CdiInterceptor.CdiInterceptor ( CdiEjbBean bean, org.apache.webbeans.container.BeanManagerImpl manager, CdiAppContextsService contextService )
[run-time name: org/apache/openejb/cdi/CdiInterceptor."<init>":(Lorg/apache/openejb/cdi/CdiEjbBean;Lorg/apache/webbeans/container/BeanManagerImpl;Lorg/apache/openejb/cdi/CdiAppContextsService;)V]
CdiInterceptor.writeReplace ( ) : Object
[run-time name: org/apache/openejb/cdi/CdiInterceptor.writeReplace:()Ljava/lang/Object;]
openejb-core-4.0.0.jar, CdiPlugin.class
package org.apache.openejb.cdi
CdiPlugin.CdiPlugin ( )
[run-time name: org/apache/openejb/cdi/CdiPlugin."<init>":()V]
CdiPlugin.configureDeployments ( java.util.List ejbDeployments ) : void
[run-time name: org/apache/openejb/cdi/CdiPlugin.configureDeployments:(Ljava/util/List;)V]
CdiPlugin.defineSessionBean ( Class clazz, javax.enterprise.inject.spi.ProcessAnnotatedType processAnnotateTypeEvent ) : javax.enterprise.inject.spi.Bean
[run-time name: org/apache/openejb/cdi/CdiPlugin.defineSessionBean:(Ljava/lang/Class;Ljavax/enterprise/inject/spi/ProcessAnnotatedType;)Ljavax/enterprise/inject/spi/Bean;]
CdiPlugin.getContexsServices ( ) : CdiAppContextsService
[run-time name: org/apache/openejb/cdi/CdiPlugin.getContexsServices:()Lorg/apache/openejb/cdi/CdiAppContextsService;]
CdiPlugin.getSessionBeanProxy ( javax.enterprise.inject.spi.Bean bean, Class interfce, javax.enterprise.context.spi.CreationalContext creationalContext ) : Object
[run-time name: org/apache/openejb/cdi/CdiPlugin.getSessionBeanProxy:(Ljavax/enterprise/inject/spi/Bean;Ljava/lang/Class;Ljavax/enterprise/context/spi/CreationalContext;)Ljava/lang/Object;]
CdiPlugin.getSupportedService ( Class serviceClass ) : Object
[run-time name: org/apache/openejb/cdi/CdiPlugin.getSupportedService:(Ljava/lang/Class;)Ljava/lang/Object;]
CdiPlugin.isManagedBean ( Class clazz ) : void
[run-time name: org/apache/openejb/cdi/CdiPlugin.isManagedBean:(Ljava/lang/Class;)V]
CdiPlugin.isSessionBean ( Class clazz ) : boolean
[run-time name: org/apache/openejb/cdi/CdiPlugin.isSessionBean:(Ljava/lang/Class;)Z]
CdiPlugin.isSingletonBean ( Class clazz ) : boolean
[run-time name: org/apache/openejb/cdi/CdiPlugin.isSingletonBean:(Ljava/lang/Class;)Z]
CdiPlugin.isStatefulBean ( Class clazz ) : boolean
[run-time name: org/apache/openejb/cdi/CdiPlugin.isStatefulBean:(Ljava/lang/Class;)Z]
CdiPlugin.isStatelessBean ( Class clazz ) : boolean
[run-time name: org/apache/openejb/cdi/CdiPlugin.isStatelessBean:(Ljava/lang/Class;)Z]
CdiPlugin.resolveBeanMethod ( javax.enterprise.inject.spi.Bean component, reflect.Method declaredMethod ) : reflect.Method
[run-time name: org/apache/openejb/cdi/CdiPlugin.resolveBeanMethod:(Ljavax/enterprise/inject/spi/Bean;Ljava/lang/reflect/Method;)Ljava/lang/reflect/Method;]
CdiPlugin.resolveViewMethod ( javax.enterprise.inject.spi.Bean component, reflect.Method declaredMethod ) : reflect.Method
[run-time name: org/apache/openejb/cdi/CdiPlugin.resolveViewMethod:(Ljavax/enterprise/inject/spi/Bean;Ljava/lang/reflect/Method;)Ljava/lang/reflect/Method;]
CdiPlugin.setAppContext ( org.apache.openejb.AppContext appContext ) : void
[run-time name: org/apache/openejb/cdi/CdiPlugin.setAppContext:(Lorg/apache/openejb/AppContext;)V]
CdiPlugin.shutDown ( ) : void
[run-time name: org/apache/openejb/cdi/CdiPlugin.shutDown:()V]
CdiPlugin.startup ( ) : void
[run-time name: org/apache/openejb/cdi/CdiPlugin.startup:()V]
CdiPlugin.stop ( ) : void
[run-time name: org/apache/openejb/cdi/CdiPlugin.stop:()V]
CdiPlugin.supportService ( Class serviceClass ) : boolean
[run-time name: org/apache/openejb/cdi/CdiPlugin.supportService:(Ljava/lang/Class;)Z]
openejb-core-4.0.0.jar, CdiResourceInjectionService.class
package org.apache.openejb.cdi
CdiResourceInjectionService.CdiResourceInjectionService ( )
[run-time name: org/apache/openejb/cdi/CdiResourceInjectionService."<init>":()V]
CdiResourceInjectionService.clear ( ) : void
[run-time name: org/apache/openejb/cdi/CdiResourceInjectionService.clear:()V]
CdiResourceInjectionService.getResourceReference ( org.apache.webbeans.spi.api.ResourceReference resourceReference ) : Object
[run-time name: org/apache/openejb/cdi/CdiResourceInjectionService.getResourceReference:(Lorg/apache/webbeans/spi/api/ResourceReference;)Ljava/lang/Object;]
CdiResourceInjectionService.injectJavaEEResources ( Object managedBeanInstance ) : void
[run-time name: org/apache/openejb/cdi/CdiResourceInjectionService.injectJavaEEResources:(Ljava/lang/Object;)V]
CdiResourceInjectionService.readExternal ( javax.enterprise.inject.spi.Bean bean, java.io.ObjectInput out ) : Object
[run-time name: org/apache/openejb/cdi/CdiResourceInjectionService.readExternal:(Ljavax/enterprise/inject/spi/Bean;Ljava/io/ObjectInput;)Ljava/lang/Object;]
CdiResourceInjectionService.setAppContext ( org.apache.openejb.AppContext appModule ) : void
[run-time name: org/apache/openejb/cdi/CdiResourceInjectionService.setAppContext:(Lorg/apache/openejb/AppContext;)V]
CdiResourceInjectionService.writeExternal ( javax.enterprise.inject.spi.Bean bean, Object actualResource, java.io.ObjectOutput out ) : void
[run-time name: org/apache/openejb/cdi/CdiResourceInjectionService.writeExternal:(Ljavax/enterprise/inject/spi/Bean;Ljava/lang/Object;Ljava/io/ObjectOutput;)V]
openejb-core-4.0.0.jar, CdiScanner.class
package org.apache.openejb.cdi
CdiScanner.CdiScanner ( )
[run-time name: org/apache/openejb/cdi/CdiScanner."<init>":()V]
CdiScanner.getAllAnnotations ( String className ) : java.util.Set
[run-time name: org/apache/openejb/cdi/CdiScanner.getAllAnnotations:(Ljava/lang/String;)Ljava/util/Set;]
CdiScanner.getBDABeansXmlScanner ( ) : org.apache.webbeans.spi.BDABeansXmlScanner
[run-time name: org/apache/openejb/cdi/CdiScanner.getBDABeansXmlScanner:()Lorg/apache/webbeans/spi/BDABeansXmlScanner;]
CdiScanner.getBeanClasses ( ) : java.util.Set
[run-time name: org/apache/openejb/cdi/CdiScanner.getBeanClasses:()Ljava/util/Set;]
CdiScanner.getBeanXmls ( ) : java.util.Set
[run-time name: org/apache/openejb/cdi/CdiScanner.getBeanXmls:()Ljava/util/Set;]
CdiScanner.init ( Object object ) : void
[run-time name: org/apache/openejb/cdi/CdiScanner.init:(Ljava/lang/Object;)V]
CdiScanner.isBDABeansXmlScanningEnabled ( ) : boolean
[run-time name: org/apache/openejb/cdi/CdiScanner.isBDABeansXmlScanningEnabled:()Z]
CdiScanner.release ( ) : void
[run-time name: org/apache/openejb/cdi/CdiScanner.release:()V]
CdiScanner.scan ( ) : void
[run-time name: org/apache/openejb/cdi/CdiScanner.scan:()V]
openejb-core-4.0.0.jar, CheckAnnotations.class
package org.apache.openejb.config.rules
CheckAnnotations.CheckAnnotations ( )
[run-time name: org/apache/openejb/config/rules/CheckAnnotations."<init>":()V]
CheckAnnotations.validate ( org.apache.openejb.config.AppModule appModule ) : void
[run-time name: org/apache/openejb/config/rules/CheckAnnotations.validate:(Lorg/apache/openejb/config/AppModule;)V]
openejb-core-4.0.0.jar, CheckAsynchronous.class
package org.apache.openejb.config.rules
CheckAsynchronous.CheckAsynchronous ( )
[run-time name: org/apache/openejb/config/rules/CheckAsynchronous."<init>":()V]
CheckAsynchronous.validate ( org.apache.openejb.config.EjbModule module ) : void
[run-time name: org/apache/openejb/config/rules/CheckAsynchronous.validate:(Lorg/apache/openejb/config/EjbModule;)V]
openejb-core-4.0.0.jar, CheckClassLoading.class
package org.apache.openejb.config.rules
CheckClassLoading.CheckClassLoading ( )
[run-time name: org/apache/openejb/config/rules/CheckClassLoading."<init>":()V]
CheckClassLoading.intersection ( CheckClassLoading.Classes cl1, CheckClassLoading.Classes cl2 ) [static] : java.util.Collection
[run-time name: org/apache/openejb/config/rules/CheckClassLoading.intersection:(Lorg/apache/openejb/config/rules/CheckClassLoading$Classes;Lorg/apache/openejb/config/rules/CheckClassLoading$Classes;)Ljava/util/Collection;]
CheckClassLoading.validate ( org.apache.openejb.config.AppModule appModule ) : void
[run-time name: org/apache/openejb/config/rules/CheckClassLoading.validate:(Lorg/apache/openejb/config/AppModule;)V]
CheckClassLoading.validate ( org.apache.openejb.config.ClientModule clientModule ) : void
[run-time name: org/apache/openejb/config/rules/CheckClassLoading.validate:(Lorg/apache/openejb/config/ClientModule;)V]
CheckClassLoading.validate ( org.apache.openejb.config.EjbModule ejbModule ) : void
[run-time name: org/apache/openejb/config/rules/CheckClassLoading.validate:(Lorg/apache/openejb/config/EjbModule;)V]
openejb-core-4.0.0.jar, CheckDescriptorLocation.class
package org.apache.openejb.config.rules
CheckDescriptorLocation.CheckDescriptorLocation ( )
[run-time name: org/apache/openejb/config/rules/CheckDescriptorLocation."<init>":()V]
CheckDescriptorLocation.validate ( org.apache.openejb.config.EjbModule ejbModule ) : void
[run-time name: org/apache/openejb/config/rules/CheckDescriptorLocation.validate:(Lorg/apache/openejb/config/EjbModule;)V]
openejb-core-4.0.0.jar, CheckIncorrectPropertyNames.class
package org.apache.openejb.config.rules
CheckIncorrectPropertyNames.CheckIncorrectPropertyNames ( )
[run-time name: org/apache/openejb/config/rules/CheckIncorrectPropertyNames."<init>":()V]
CheckIncorrectPropertyNames.validate ( org.apache.openejb.config.AppModule appModule ) : void
[run-time name: org/apache/openejb/config/rules/CheckIncorrectPropertyNames.validate:(Lorg/apache/openejb/config/AppModule;)V]
openejb-core-4.0.0.jar, CheckInjectionPointUsage.class
package org.apache.openejb.config.rules
CheckInjectionPointUsage.CheckInjectionPointUsage ( )
[run-time name: org/apache/openejb/config/rules/CheckInjectionPointUsage."<init>":()V]
CheckInjectionPointUsage.validate ( org.apache.openejb.config.EjbModule ejbModule ) : void
[run-time name: org/apache/openejb/config/rules/CheckInjectionPointUsage.validate:(Lorg/apache/openejb/config/EjbModule;)V]
openejb-core-4.0.0.jar, ClassCallback.class
package org.apache.openejb.util
Join.ClassCallback.getName ( Class cls ) : String
[run-time name: org/apache/openejb/util/Join.ClassCallback.getName:(Ljava/lang/Class;)Ljava/lang/String;]
Join.ClassCallback.getName ( Object x0 ) : String
[run-time name: org/apache/openejb/util/Join.ClassCallback.getName:(Ljava/lang/Object;)Ljava/lang/String;]
Join.ClassCallback.Join.ClassCallback ( )
[run-time name: org/apache/openejb/util/Join.ClassCallback."<init>":()V]
openejb-core-4.0.0.jar, Classes.class
package org.apache.openejb.config.rules
CheckClassLoading.Classes.CheckClassLoading.Classes ( java.net.URL[ ] urls )
[run-time name: org/apache/openejb/config/rules/CheckClassLoading.Classes."<init>":([Ljava/net/URL;)V]
CheckClassLoading.Classes.list ( java.net.URL[ ] urls ) : void
[run-time name: org/apache/openejb/config/rules/CheckClassLoading.Classes.list:([Ljava/net/URL;)V]
package org.apache.openejb.util
Classes.ancestors ( Class clazz ) [static] : java.util.List
[run-time name: org/apache/openejb/util/Classes.ancestors:(Ljava/lang/Class;)Ljava/util/List;]
Classes.deprimitivize ( Class fieldType ) [static] : Class
[run-time name: org/apache/openejb/util/Classes.deprimitivize:(Ljava/lang/Class;)Ljava/lang/Class;]
openejb-core-4.0.0.jar, ClassListInfo.class
package org.apache.openejb.assembler.classic
ClassListInfo.ClassListInfo ( )
[run-time name: org/apache/openejb/assembler/classic/ClassListInfo."<init>":()V]
openejb-core-4.0.0.jar, ClassLoaderUtil.class
package org.apache.openejb
ClassLoaderUtil.finalizeNativeLibs ( ClassLoader cl ) : boolean
[run-time name: org/apache/openejb/ClassLoaderUtil.finalizeNativeLibs:(Ljava/lang/ClassLoader;)Z]
ClassLoaderUtil.getUrlCachedName ( String appId, java.net.URL url ) [static] : java.io.File
[run-time name: org/apache/openejb/ClassLoaderUtil.getUrlCachedName:(Ljava/lang/String;Ljava/net/URL;)Ljava/io/File;]
ClassLoaderUtil.getUrlKeyCached ( String appId, java.io.File file ) [static] : java.net.URL
[run-time name: org/apache/openejb/ClassLoaderUtil.getUrlKeyCached:(Ljava/lang/String;Ljava/io/File;)Ljava/net/URL;]
ClassLoaderUtil.isUrlCached ( String appId, java.net.URL url ) [static] : boolean
[run-time name: org/apache/openejb/ClassLoaderUtil.isUrlCached:(Ljava/lang/String;Ljava/net/URL;)Z]
openejb-core-4.0.0.jar, ClassReference.class
package org.apache.openejb.core.ivm.naming
ClassReference.ClassReference ( String className )
[run-time name: org/apache/openejb/core/ivm/naming/ClassReference."<init>":(Ljava/lang/String;)V]
ClassReference.getObject ( ) : Object
[run-time name: org/apache/openejb/core/ivm/naming/ClassReference.getObject:()Ljava/lang/Object;]
openejb-core-4.0.0.jar, CleanEnvEntries.class
package org.apache.openejb.config
CleanEnvEntries.CleanEnvEntries ( )
[run-time name: org/apache/openejb/config/CleanEnvEntries."<init>":()V]
CleanEnvEntries.deploy ( AppModule appModule ) : AppModule
[run-time name: org/apache/openejb/config/CleanEnvEntries.deploy:(Lorg/apache/openejb/config/AppModule;)Lorg/apache/openejb/config/AppModule;]
CleanEnvEntries.fillInMissingType ( AppModule appModule ) : AppModule
[run-time name: org/apache/openejb/config/CleanEnvEntries.fillInMissingType:(Lorg/apache/openejb/config/AppModule;)Lorg/apache/openejb/config/AppModule;]
CleanEnvEntries.removeUnsetEnvEntries ( AppModule appModule ) : AppModule
[run-time name: org/apache/openejb/config/CleanEnvEntries.removeUnsetEnvEntries:(Lorg/apache/openejb/config/AppModule;)Lorg/apache/openejb/config/AppModule;]
openejb-core-4.0.0.jar, ClientModule.class
package org.apache.openejb.config
ClientModule.getFile ( ) : java.io.File
[run-time name: org/apache/openejb/config/ClientModule.getFile:()Ljava/io/File;]
ClientModule.getFinder ( ) : org.apache.xbean.finder.IAnnotationFinder
[run-time name: org/apache/openejb/config/ClientModule.getFinder:()Lorg/apache/xbean/finder/IAnnotationFinder;]
ClientModule.getModuleUri ( ) : java.net.URI
[run-time name: org/apache/openejb/config/ClientModule.getModuleUri:()Ljava/net/URI;]
ClientModule.toString ( ) : String
[run-time name: org/apache/openejb/config/ClientModule.toString:()Ljava/lang/String;]
openejb-core-4.0.0.jar, Close.class
package org.apache.openejb.core
LocalInitialContext.Close.valueOf ( String name ) [static] : LocalInitialContext.Close
[run-time name: org/apache/openejb/core/LocalInitialContext.Close.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/core/LocalInitialContext$Close;]
LocalInitialContext.Close.values ( ) [static] : LocalInitialContext.Close[ ]
[run-time name: org/apache/openejb/core/LocalInitialContext.Close.values:()[Lorg/apache/openejb/core/LocalInitialContext$Close;]
openejb-core-4.0.0.jar, ClusteredRPCContainer.class
package org.apache.openejb
ClusteredRPCContainer.getLocations ( BeanContext p1 ) [abstract] : java.net.URI[ ]
[run-time name: org/apache/openejb/ClusteredRPCContainer.getLocations:(Lorg/apache/openejb/BeanContext;)[Ljava/net/URI;]
openejb-core-4.0.0.jar, Cmp2Util.class
package org.apache.openejb.core.cmp.cmp2
Cmp2Util.getBeanContext ( Class type ) [static] : org.apache.openejb.BeanContext
[run-time name: org/apache/openejb/core/cmp/cmp2/Cmp2Util.getBeanContext:(Ljava/lang/Class;)Lorg/apache/openejb/BeanContext;]
Cmp2Util.getEjbProxy ( org.apache.openejb.BeanContext beanContext, javax.ejb.EntityBean entity ) [static] : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/cmp/cmp2/Cmp2Util.getEjbProxy:(Lorg/apache/openejb/BeanContext;Ljavax/ejb/EntityBean;)Ljavax/ejb/EJBLocalObject;]
Cmp2Util.getPrimaryKey ( org.apache.openejb.BeanContext beanContext, javax.ejb.EntityBean entity ) [static] : Object
[run-time name: org/apache/openejb/core/cmp/cmp2/Cmp2Util.getPrimaryKey:(Lorg/apache/openejb/BeanContext;Ljavax/ejb/EntityBean;)Ljava/lang/Object;]
openejb-core-4.0.0.jar, CmpContainer.class
package org.apache.openejb.core.cmp
CmpContainer.deploy ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/cmp/CmpContainer.deploy:(Lorg/apache/openejb/BeanContext;)V]
CmpContainer.getBeanContext ( Object deploymentID ) : org.apache.openejb.BeanContext
[run-time name: org/apache/openejb/core/cmp/CmpContainer.getBeanContext:(Ljava/lang/Object;)Lorg/apache/openejb/BeanContext;]
CmpContainer.getBeanContexts ( ) : org.apache.openejb.BeanContext[ ]
[run-time name: org/apache/openejb/core/cmp/CmpContainer.getBeanContexts:()[Lorg/apache/openejb/BeanContext;]
CmpContainer.getEjbInstance ( org.apache.openejb.BeanContext beanContext, Object primaryKey ) : Object
[run-time name: org/apache/openejb/core/cmp/CmpContainer.getEjbInstance:(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;)Ljava/lang/Object;]
CmpContainer.select ( org.apache.openejb.BeanContext beanContext, String methodSignature, String returnType, Object[ ] args ) : Object
[run-time name: org/apache/openejb/core/cmp/CmpContainer.select:(Lorg/apache/openejb/BeanContext;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;]
CmpContainer.start ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/cmp/CmpContainer.start:(Lorg/apache/openejb/BeanContext;)V]
CmpContainer.stop ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/cmp/CmpContainer.stop:(Lorg/apache/openejb/BeanContext;)V]
CmpContainer.undeploy ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/cmp/CmpContainer.undeploy:(Lorg/apache/openejb/BeanContext;)V]
CmpContainer.update ( org.apache.openejb.BeanContext beanContext, String methodSignature, Object[ ] args ) : int
[run-time name: org/apache/openejb/core/cmp/CmpContainer.update:(Lorg/apache/openejb/BeanContext;Ljava/lang/String;[Ljava/lang/Object;)I]
openejb-core-4.0.0.jar, CmpEngine.class
package org.apache.openejb.core.cmp
CmpEngine.deploy ( org.apache.openejb.BeanContext p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/cmp/CmpEngine.deploy:(Lorg/apache/openejb/BeanContext;)V]
CmpEngine.executeUpdateQuery ( org.apache.openejb.BeanContext p1, String p2, Object[ ] p3 ) [abstract] : int
[run-time name: org/apache/openejb/core/cmp/CmpEngine.executeUpdateQuery:(Lorg/apache/openejb/BeanContext;Ljava/lang/String;[Ljava/lang/Object;)I]
CmpEngine.queryBeans ( org.apache.openejb.BeanContext p1, String p2, Object[ ] p3 ) [abstract] : java.util.List
[run-time name: org/apache/openejb/core/cmp/CmpEngine.queryBeans:(Lorg/apache/openejb/BeanContext;Ljava/lang/String;[Ljava/lang/Object;)Ljava/util/List;]
CmpEngine.undeploy ( org.apache.openejb.BeanContext p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/cmp/CmpEngine.undeploy:(Lorg/apache/openejb/BeanContext;)V]
openejb-core-4.0.0.jar, CmrSet.class
package org.apache.openejb.core.cmp.cmp2
CmrSet.CmrSet ( javax.ejb.EntityBean source, String sourceProperty, org.apache.openejb.BeanContext relatedInfo, String relatedProperty, java.util.Collection relatedBeans )
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrSet."<init>":(Ljavax/ejb/EntityBean;Ljava/lang/String;Lorg/apache/openejb/BeanContext;Ljava/lang/String;Ljava/util/Collection;)V]
openejb-core-4.0.0.jar, CommandHelper.class
package org.apache.openejb.util.helper
CommandHelper.listEJBs ( ) [static] : org.apache.openejb.table.Lines
[run-time name: org/apache/openejb/util/helper/CommandHelper.listEJBs:()Lorg/apache/openejb/table/Lines;]
CommandHelper.listEJBs ( String cr ) [static] : org.apache.openejb.table.Lines
[run-time name: org/apache/openejb/util/helper/CommandHelper.listEJBs:(Ljava/lang/String;)Lorg/apache/openejb/table/Lines;]
openejb-core-4.0.0.jar, CommonInfoObject.class
package org.apache.openejb.assembler.classic
CommonInfoObject.CommonInfoObject ( )
[run-time name: org/apache/openejb/assembler/classic/CommonInfoObject."<init>":()V]
openejb-core-4.0.0.jar, Comp.class
package org.apache.openejb
BeanContext.Comp.BeanContext.Comp ( )
[run-time name: org/apache/openejb/BeanContext.Comp."<init>":()V]
BeanContext.Comp.openejbCompName ( String module ) [static] : String
[run-time name: org/apache/openejb/BeanContext.Comp.openejbCompName:(Ljava/lang/String;)Ljava/lang/String;]
openejb-core-4.0.0.jar, CompManagedBean.class
package org.apache.openejb.config
CompManagedBean.CompManagedBean ( String name, Class compClass )
[run-time name: org/apache/openejb/config/CompManagedBean."<init>":(Ljava/lang/String;Ljava/lang/Class;)V]
CompManagedBean.getPersistenceContextRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/config/CompManagedBean.getPersistenceContextRef:()Ljava/util/Collection;]
CompManagedBean.getPersistenceContextRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/config/CompManagedBean.getPersistenceContextRefMap:()Ljava/util/Map;]
openejb-core-4.0.0.jar, ConfigurableClasspathArchive.class
package org.apache.openejb.config
ConfigurableClasspathArchive.archive ( Module module, Iterable urls, boolean forceDescriptor ) [static] : java.util.List
[run-time name: org/apache/openejb/config/ConfigurableClasspathArchive.archive:(Lorg/apache/openejb/config/Module;Ljava/lang/Iterable;Z)Ljava/util/List;]
ConfigurableClasspathArchive.archive ( Module module, java.net.URL location, boolean forceDescriptor ) [static] : org.apache.xbean.finder.archive.Archive
[run-time name: org/apache/openejb/config/ConfigurableClasspathArchive.archive:(Lorg/apache/openejb/config/Module;Ljava/net/URL;Z)Lorg/apache/xbean/finder/archive/Archive;]
ConfigurableClasspathArchive.classesArchive ( java.util.Set packages, java.util.Set classnames, ClassLoader loader ) [static] : org.apache.xbean.finder.archive.Archive
[run-time name: org/apache/openejb/config/ConfigurableClasspathArchive.classesArchive:(Ljava/util/Set;Ljava/util/Set;Ljava/lang/ClassLoader;)Lorg/apache/xbean/finder/archive/Archive;]
ConfigurableClasspathArchive.ConfigurableClasspathArchive ( ClassLoader loader, boolean forceDescriptor, Iterable urls )
[run-time name: org/apache/openejb/config/ConfigurableClasspathArchive."<init>":(Ljava/lang/ClassLoader;ZLjava/lang/Iterable;)V]
ConfigurableClasspathArchive.ConfigurableClasspathArchive ( ClassLoader loader, Iterable urls )
[run-time name: org/apache/openejb/config/ConfigurableClasspathArchive."<init>":(Ljava/lang/ClassLoader;Ljava/lang/Iterable;)V]
ConfigurableClasspathArchive.ConfigurableClasspathArchive ( ClassLoader loader, java.net.URL url )
[run-time name: org/apache/openejb/config/ConfigurableClasspathArchive."<init>":(Ljava/lang/ClassLoader;Ljava/net/URL;)V]
ConfigurableClasspathArchive.ConfigurableClasspathArchive ( Module module, boolean forceDescriptor, Iterable urls )
[run-time name: org/apache/openejb/config/ConfigurableClasspathArchive."<init>":(Lorg/apache/openejb/config/Module;ZLjava/lang/Iterable;)V]
ConfigurableClasspathArchive.ConfigurableClasspathArchive ( Module module, Iterable urls )
[run-time name: org/apache/openejb/config/ConfigurableClasspathArchive."<init>":(Lorg/apache/openejb/config/Module;Ljava/lang/Iterable;)V]
ConfigurableClasspathArchive.ConfigurableClasspathArchive ( Module module, java.net.URL[ ] urls )
[run-time name: org/apache/openejb/config/ConfigurableClasspathArchive."<init>":(Lorg/apache/openejb/config/Module;[Ljava/net/URL;)V]
ConfigurableClasspathArchive.packageArchive ( java.util.Set packageNames, ClassLoader loader, java.net.URL url ) [static] : org.apache.xbean.finder.archive.Archive
[run-time name: org/apache/openejb/config/ConfigurableClasspathArchive.packageArchive:(Ljava/util/Set;Ljava/lang/ClassLoader;Ljava/net/URL;)Lorg/apache/xbean/finder/archive/Archive;]
openejb-core-4.0.0.jar, ConfigurationFactory.class
package org.apache.openejb.config
ConfigurationFactory.ConfigurationFactory ( boolean offline, ConfigurationFactory.Chain deployerChain, org.apache.openejb.assembler.classic.OpenEjbConfiguration configuration )
[run-time name: org/apache/openejb/config/ConfigurationFactory."<init>":(ZLorg/apache/openejb/config/ConfigurationFactory$Chain;Lorg/apache/openejb/assembler/classic/OpenEjbConfiguration;)V]
ConfigurationFactory.getModulesFromClassPath ( java.util.List declaredApps, ClassLoader classLoader ) : java.util.ArrayList
[run-time name: org/apache/openejb/config/ConfigurationFactory.getModulesFromClassPath:(Ljava/util/List;Ljava/lang/ClassLoader;)Ljava/util/ArrayList;]
ConfigurationFactory.getOverrides ( java.util.Properties properties, String serviceId, String serviceType ) [static] : java.util.Properties
[run-time name: org/apache/openejb/config/ConfigurationFactory.getOverrides:(Ljava/util/Properties;Ljava/lang/String;Ljava/lang/String;)Ljava/util/Properties;]
ConfigurationFactory.loadApplication ( ClassLoader classLoader, String id, java.util.List jarFiles ) : AppModule
[run-time name: org/apache/openejb/config/ConfigurationFactory.loadApplication:(Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/util/List;)Lorg/apache/openejb/config/AppModule;]
openejb-core-4.0.0.jar, ConfigureApplicationException.class
package org.apache.openejb
OpenEjbContainer.ConfigureApplicationException.OpenEjbContainer.ConfigureApplicationException ( Exception cause )
[run-time name: org/apache/openejb/OpenEjbContainer.ConfigureApplicationException."<init>":(Ljava/lang/Exception;)V]
openejb-core-4.0.0.jar, ConnectionManagerElement.class
package org.apache.openejb.config.sys
SaxOpenejb.ConnectionManagerElement.endElement ( String uri, String localName, String qName ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.ConnectionManagerElement.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SaxOpenejb.ConnectionManagerElement.SaxOpenejb.ConnectionManagerElement ( SaxOpenejb p1 )
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.ConnectionManagerElement."<init>":(Lorg/apache/openejb/config/sys/SaxOpenejb;)V]
SaxOpenejb.ConnectionManagerElement.setValue ( String x0 ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.ConnectionManagerElement.setValue:(Ljava/lang/String;)V]
SaxOpenejb.ConnectionManagerElement.startElement ( String x0, String x1, String x2, org.xml.sax.Attributes x3 ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.ConnectionManagerElement.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
openejb-core-4.0.0.jar, ConnectorCallbackHandler.class
package org.apache.openejb.core.security
ConnectorCallbackHandler.ConnectorCallbackHandler ( String securityRealmName )
[run-time name: org/apache/openejb/core/security/ConnectorCallbackHandler."<init>":(Ljava/lang/String;)V]
ConnectorCallbackHandler.getCallerPrincipal ( ) : java.security.Principal
[run-time name: org/apache/openejb/core/security/ConnectorCallbackHandler.getCallerPrincipal:()Ljava/security/Principal;]
ConnectorCallbackHandler.getGroups ( ) : java.util.List
[run-time name: org/apache/openejb/core/security/ConnectorCallbackHandler.getGroups:()Ljava/util/List;]
ConnectorCallbackHandler.handle ( javax.security.auth.callback.Callback[ ] callbacks ) : void
[run-time name: org/apache/openejb/core/security/ConnectorCallbackHandler.handle:([Ljavax/security/auth/callback/Callback;)V]
openejb-core-4.0.0.jar, ConnectorModule.class
package org.apache.openejb.config
ConnectorModule.getFile ( ) : java.io.File
[run-time name: org/apache/openejb/config/ConnectorModule.getFile:()Ljava/io/File;]
ConnectorModule.getFinder ( ) : org.apache.xbean.finder.IAnnotationFinder
[run-time name: org/apache/openejb/config/ConnectorModule.getFinder:()Lorg/apache/xbean/finder/IAnnotationFinder;]
ConnectorModule.getModuleUri ( ) : java.net.URI
[run-time name: org/apache/openejb/config/ConnectorModule.getModuleUri:()Ljava/net/URI;]
ConnectorModule.setFinder ( org.apache.xbean.finder.IAnnotationFinder finder ) : void
[run-time name: org/apache/openejb/config/ConnectorModule.setFinder:(Lorg/apache/xbean/finder/IAnnotationFinder;)V]
ConnectorModule.toString ( ) : String
[run-time name: org/apache/openejb/config/ConnectorModule.toString:()Ljava/lang/String;]
openejb-core-4.0.0.jar, ConstructorInjectionBean.class
package org.apache.openejb.cdi
ConstructorInjectionBean.complete ( ) : ConstructorInjectionBean
[run-time name: org/apache/openejb/cdi/ConstructorInjectionBean.complete:()Lorg/apache/openejb/cdi/ConstructorInjectionBean;]
ConstructorInjectionBean.ConstructorInjectionBean ( org.apache.webbeans.config.WebBeansContext webBeansContext, Class returnType )
[run-time name: org/apache/openejb/cdi/ConstructorInjectionBean."<init>":(Lorg/apache/webbeans/config/WebBeansContext;Ljava/lang/Class;)V]
ConstructorInjectionBean.createInstance ( javax.enterprise.context.spi.CreationalContext tCreationalContext ) : Object
[run-time name: org/apache/openejb/cdi/ConstructorInjectionBean.createInstance:(Ljavax/enterprise/context/spi/CreationalContext;)Ljava/lang/Object;]
openejb-core-4.0.0.jar, Container.class
package org.apache.openejb
Container.deploy ( BeanContext p1 ) [abstract] : void
[run-time name: org/apache/openejb/Container.deploy:(Lorg/apache/openejb/BeanContext;)V]
Container.getBeanContext ( Object p1 ) [abstract] : BeanContext
[run-time name: org/apache/openejb/Container.getBeanContext:(Ljava/lang/Object;)Lorg/apache/openejb/BeanContext;]
Container.getBeanContexts ( ) [abstract] : BeanContext[ ]
[run-time name: org/apache/openejb/Container.getBeanContexts:()[Lorg/apache/openejb/BeanContext;]
Container.start ( BeanContext p1 ) [abstract] : void
[run-time name: org/apache/openejb/Container.start:(Lorg/apache/openejb/BeanContext;)V]
Container.stop ( BeanContext p1 ) [abstract] : void
[run-time name: org/apache/openejb/Container.stop:(Lorg/apache/openejb/BeanContext;)V]
Container.undeploy ( BeanContext p1 ) [abstract] : void
[run-time name: org/apache/openejb/Container.undeploy:(Lorg/apache/openejb/BeanContext;)V]
openejb-core-4.0.0.jar, ContainerElement.class
package org.apache.openejb.config.sys
SaxOpenejb.ContainerElement.endElement ( String uri, String localName, String qName ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.ContainerElement.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SaxOpenejb.ContainerElement.SaxOpenejb.ContainerElement ( SaxOpenejb p1 )
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.ContainerElement."<init>":(Lorg/apache/openejb/config/sys/SaxOpenejb;)V]
SaxOpenejb.ContainerElement.setValue ( String x0 ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.ContainerElement.setValue:(Ljava/lang/String;)V]
SaxOpenejb.ContainerElement.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.ContainerElement.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
openejb-core-4.0.0.jar, ContainerSystem.class
package org.apache.openejb.spi
ContainerSystem.deployments ( ) [abstract] : org.apache.openejb.BeanContext[ ]
[run-time name: org/apache/openejb/spi/ContainerSystem.deployments:()[Lorg/apache/openejb/BeanContext;]
ContainerSystem.getAppContext ( Object p1 ) [abstract] : org.apache.openejb.AppContext
[run-time name: org/apache/openejb/spi/ContainerSystem.getAppContext:(Ljava/lang/Object;)Lorg/apache/openejb/AppContext;]
ContainerSystem.getAppContexts ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/spi/ContainerSystem.getAppContexts:()Ljava/util/List;]
ContainerSystem.getBeanContext ( Object p1 ) [abstract] : org.apache.openejb.BeanContext
[run-time name: org/apache/openejb/spi/ContainerSystem.getBeanContext:(Ljava/lang/Object;)Lorg/apache/openejb/BeanContext;]
ContainerSystem.getWebContext ( String p1 ) [abstract] : org.apache.openejb.core.WebContext
[run-time name: org/apache/openejb/spi/ContainerSystem.getWebContext:(Ljava/lang/String;)Lorg/apache/openejb/core/WebContext;]
openejb-core-4.0.0.jar, ContainingItem.class
package org.apache.openejb.config.rules
CheckClassLoading.ContainingItem.CheckClassLoading.ContainingItem ( java.util.Collection inter, String dir1, String dir2 )
[run-time name: org/apache/openejb/config/rules/CheckClassLoading.ContainingItem."<init>":(Ljava/util/Collection;Ljava/lang/String;Ljava/lang/String;)V]
CheckClassLoading.ContainingItem.toScreen ( ) : String
[run-time name: org/apache/openejb/config/rules/CheckClassLoading.ContainingItem.toScreen:()Ljava/lang/String;]
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, Contexts.class
package org.apache.openejb.util
Contexts.createSubcontexts ( javax.naming.Context context, String key ) [static] : javax.naming.Context
[run-time name: org/apache/openejb/util/Contexts.createSubcontexts:(Ljavax/naming/Context;Ljava/lang/String;)Ljavax/naming/Context;]
openejb-core-4.0.0.jar, ConvertDataSourceDefinitions.class
package org.apache.openejb.config
ConvertDataSourceDefinitions.ConvertDataSourceDefinitions ( )
[run-time name: org/apache/openejb/config/ConvertDataSourceDefinitions."<init>":()V]
ConvertDataSourceDefinitions.deploy ( AppModule appModule ) : AppModule
[run-time name: org/apache/openejb/config/ConvertDataSourceDefinitions.deploy:(Lorg/apache/openejb/config/AppModule;)Lorg/apache/openejb/config/AppModule;]
openejb-core-4.0.0.jar, Core.class
package org.apache.openejb
Core.Core ( )
[run-time name: org/apache/openejb/Core."<init>":()V]
Core.warmup ( ) [static] : void
[run-time name: org/apache/openejb/Core.warmup:()V]
openejb-core-4.0.0.jar, CoreContainerSystem.class
package org.apache.openejb.core
CoreContainerSystem.addAppContext ( org.apache.openejb.AppContext appContext ) : void
[run-time name: org/apache/openejb/core/CoreContainerSystem.addAppContext:(Lorg/apache/openejb/AppContext;)V]
CoreContainerSystem.addDeployment ( org.apache.openejb.BeanContext deployment ) : void
[run-time name: org/apache/openejb/core/CoreContainerSystem.addDeployment:(Lorg/apache/openejb/BeanContext;)V]
CoreContainerSystem.addWebContext ( WebContext webDeployment ) : void
[run-time name: org/apache/openejb/core/CoreContainerSystem.addWebContext:(Lorg/apache/openejb/core/WebContext;)V]
CoreContainerSystem.deployments ( ) : org.apache.openejb.BeanContext[ ]
[run-time name: org/apache/openejb/core/CoreContainerSystem.deployments:()[Lorg/apache/openejb/BeanContext;]
CoreContainerSystem.getAppContext ( Object id ) : org.apache.openejb.AppContext
[run-time name: org/apache/openejb/core/CoreContainerSystem.getAppContext:(Ljava/lang/Object;)Lorg/apache/openejb/AppContext;]
CoreContainerSystem.getAppContexts ( ) : java.util.List
[run-time name: org/apache/openejb/core/CoreContainerSystem.getAppContexts:()Ljava/util/List;]
CoreContainerSystem.getBeanContext ( Object deploymentID ) : org.apache.openejb.BeanContext
[run-time name: org/apache/openejb/core/CoreContainerSystem.getBeanContext:(Ljava/lang/Object;)Lorg/apache/openejb/BeanContext;]
CoreContainerSystem.getWebContext ( String id ) : WebContext
[run-time name: org/apache/openejb/core/CoreContainerSystem.getWebContext:(Ljava/lang/String;)Lorg/apache/openejb/core/WebContext;]
CoreContainerSystem.removeAppContext ( Object id ) : void
[run-time name: org/apache/openejb/core/CoreContainerSystem.removeAppContext:(Ljava/lang/Object;)V]
CoreContainerSystem.removeBeanContext ( org.apache.openejb.BeanContext info ) : void
[run-time name: org/apache/openejb/core/CoreContainerSystem.removeBeanContext:(Lorg/apache/openejb/BeanContext;)V]
CoreContainerSystem.removeWebContext ( WebContext info ) : void
[run-time name: org/apache/openejb/core/CoreContainerSystem.removeWebContext:(Lorg/apache/openejb/core/WebContext;)V]
CoreContainerSystem.WebDeployments ( ) : WebContext[ ]
[run-time name: org/apache/openejb/core/CoreContainerSystem.WebDeployments:()[Lorg/apache/openejb/core/WebContext;]
openejb-core-4.0.0.jar, CurrentCreationalContext.class
package org.apache.openejb.cdi
CurrentCreationalContext.CurrentCreationalContext ( )
[run-time name: org/apache/openejb/cdi/CurrentCreationalContext."<init>":()V]
CurrentCreationalContext.get ( ) : javax.enterprise.context.spi.CreationalContext
[run-time name: org/apache/openejb/cdi/CurrentCreationalContext.get:()Ljavax/enterprise/context/spi/CreationalContext;]
CurrentCreationalContext.remove ( ) : void
[run-time name: org/apache/openejb/cdi/CurrentCreationalContext.remove:()V]
CurrentCreationalContext.set ( javax.enterprise.context.spi.CreationalContext value ) : void
[run-time name: org/apache/openejb/cdi/CurrentCreationalContext.set:(Ljavax/enterprise/context/spi/CreationalContext;)V]
openejb-core-4.0.0.jar, CustomELAdapter.class
package org.apache.openejb.cdi
CustomELAdapter.CustomELAdapter ( org.apache.openejb.AppContext appContext )
[run-time name: org/apache/openejb/cdi/CustomELAdapter."<init>":(Lorg/apache/openejb/AppContext;)V]
CustomELAdapter.getOwbELResolver ( ) : javax.el.ELResolver
[run-time name: org/apache/openejb/cdi/CustomELAdapter.getOwbELResolver:()Ljavax/el/ELResolver;]
CustomELAdapter.getOwbWrappedExpressionFactory ( javax.el.ExpressionFactory expressionFactory ) : javax.el.ExpressionFactory
[run-time name: org/apache/openejb/cdi/CustomELAdapter.getOwbWrappedExpressionFactory:(Ljavax/el/ExpressionFactory;)Ljavax/el/ExpressionFactory;]
openejb-core-4.0.0.jar, DaemonThreadFactory.class
package org.apache.openejb.util
DaemonThreadFactory.DaemonThreadFactory ( Class[ ] clazz )
[run-time name: org/apache/openejb/util/DaemonThreadFactory."<init>":([Ljava/lang/Class;)V]
DaemonThreadFactory.DaemonThreadFactory ( Object[ ] name )
[run-time name: org/apache/openejb/util/DaemonThreadFactory."<init>":([Ljava/lang/Object;)V]
DaemonThreadFactory.newThread ( Runnable runnable ) : Thread
[run-time name: org/apache/openejb/util/DaemonThreadFactory.newThread:(Ljava/lang/Runnable;)Ljava/lang/Thread;]
openejb-core-4.0.0.jar, DatabaseTimerStore.class
package org.apache.openejb.core.timer
DatabaseTimerStore.createCalendarTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, javax.ejb.ScheduleExpression schedule, javax.ejb.TimerConfig timerConfig ) : TimerData
[run-time name: org/apache/openejb/core/timer/DatabaseTimerStore.createCalendarTimer:(Lorg/apache/openejb/core/timer/EjbTimerServiceImpl;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/reflect/Method;Ljavax/ejb/ScheduleExpression;Ljavax/ejb/TimerConfig;)Lorg/apache/openejb/core/timer/TimerData;]
DatabaseTimerStore.createIntervalTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, java.util.Date initialExpiration, long intervalDuration, javax.ejb.TimerConfig timerConfig ) : TimerData
[run-time name: org/apache/openejb/core/timer/DatabaseTimerStore.createIntervalTimer:(Lorg/apache/openejb/core/timer/EjbTimerServiceImpl;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/reflect/Method;Ljava/util/Date;JLjavax/ejb/TimerConfig;)Lorg/apache/openejb/core/timer/TimerData;]
DatabaseTimerStore.createSingleActionTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, java.util.Date expiration, javax.ejb.TimerConfig timerConfig ) : TimerData
[run-time name: org/apache/openejb/core/timer/DatabaseTimerStore.createSingleActionTimer:(Lorg/apache/openejb/core/timer/EjbTimerServiceImpl;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/reflect/Method;Ljava/util/Date;Ljavax/ejb/TimerConfig;)Lorg/apache/openejb/core/timer/TimerData;]
openejb-core-4.0.0.jar, DataSourceFactory.class
package org.apache.openejb.resource.jdbc
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;]
DataSourceFactory.trimNotSupportedDataSourceProperties ( java.util.Properties properties ) [static] : void
[run-time name: org/apache/openejb/resource/jdbc/DataSourceFactory.trimNotSupportedDataSourceProperties:(Ljava/util/Properties;)V]
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, DefaultTimerThreadPoolAdapter.class
package org.apache.openejb.core.timer
DefaultTimerThreadPoolAdapter.blockForAvailableThreads ( ) : int
[run-time name: org/apache/openejb/core/timer/DefaultTimerThreadPoolAdapter.blockForAvailableThreads:()I]
DefaultTimerThreadPoolAdapter.DefaultTimerThreadPoolAdapter ( )
[run-time name: org/apache/openejb/core/timer/DefaultTimerThreadPoolAdapter."<init>":()V]
DefaultTimerThreadPoolAdapter.getInstanceId ( ) : String
[run-time name: org/apache/openejb/core/timer/DefaultTimerThreadPoolAdapter.getInstanceId:()Ljava/lang/String;]
DefaultTimerThreadPoolAdapter.getInstanceName ( ) : String
[run-time name: org/apache/openejb/core/timer/DefaultTimerThreadPoolAdapter.getInstanceName:()Ljava/lang/String;]
DefaultTimerThreadPoolAdapter.getPoolSize ( ) : int
[run-time name: org/apache/openejb/core/timer/DefaultTimerThreadPoolAdapter.getPoolSize:()I]
DefaultTimerThreadPoolAdapter.initialize ( ) : void
[run-time name: org/apache/openejb/core/timer/DefaultTimerThreadPoolAdapter.initialize:()V]
DefaultTimerThreadPoolAdapter.runInThread ( Runnable runnable ) : boolean
[run-time name: org/apache/openejb/core/timer/DefaultTimerThreadPoolAdapter.runInThread:(Ljava/lang/Runnable;)Z]
DefaultTimerThreadPoolAdapter.setInstanceId ( String instanceId ) : void
[run-time name: org/apache/openejb/core/timer/DefaultTimerThreadPoolAdapter.setInstanceId:(Ljava/lang/String;)V]
DefaultTimerThreadPoolAdapter.setInstanceName ( String instanceName ) : void
[run-time name: org/apache/openejb/core/timer/DefaultTimerThreadPoolAdapter.setInstanceName:(Ljava/lang/String;)V]
DefaultTimerThreadPoolAdapter.shutdown ( boolean arg0 ) : void
[run-time name: org/apache/openejb/core/timer/DefaultTimerThreadPoolAdapter.shutdown:(Z)V]
openejb-core-4.0.0.jar, DelegatePermissionCollection.class
package org.apache.openejb.assembler.classic
DelegatePermissionCollection.add ( java.security.Permission permission ) : void
[run-time name: org/apache/openejb/assembler/classic/DelegatePermissionCollection.add:(Ljava/security/Permission;)V]
DelegatePermissionCollection.DelegatePermissionCollection ( )
[run-time name: org/apache/openejb/assembler/classic/DelegatePermissionCollection."<init>":()V]
DelegatePermissionCollection.elements ( ) : java.util.Enumeration
[run-time name: org/apache/openejb/assembler/classic/DelegatePermissionCollection.elements:()Ljava/util/Enumeration;]
DelegatePermissionCollection.getPermissionCollection ( ) [static] : java.security.PermissionCollection
[run-time name: org/apache/openejb/assembler/classic/DelegatePermissionCollection.getPermissionCollection:()Ljava/security/PermissionCollection;]
DelegatePermissionCollection.implies ( java.security.Permission permission ) : boolean
[run-time name: org/apache/openejb/assembler/classic/DelegatePermissionCollection.implies:(Ljava/security/Permission;)Z]
openejb-core-4.0.0.jar, DeploymentContext.class
package org.apache.openejb
DeploymentContext.DeploymentContext ( String id, loader.Options parent )
[run-time name: org/apache/openejb/DeploymentContext."<init>":(Ljava/lang/String;Lorg/apache/openejb/loader/Options;)V]
DeploymentContext.get ( Class type ) : Object
[run-time name: org/apache/openejb/DeploymentContext.get:(Ljava/lang/Class;)Ljava/lang/Object;]
DeploymentContext.getId ( ) : String
[run-time name: org/apache/openejb/DeploymentContext.getId:()Ljava/lang/String;]
DeploymentContext.getOptions ( ) : loader.Options
[run-time name: org/apache/openejb/DeploymentContext.getOptions:()Lorg/apache/openejb/loader/Options;]
DeploymentContext.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/DeploymentContext.getProperties:()Ljava/util/Properties;]
DeploymentContext.set ( Class type, Object value ) : Object
[run-time name: org/apache/openejb/DeploymentContext.set:(Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-4.0.0.jar, DeploymentExceptionManager.class
package org.apache.openejb.assembler.classic
DeploymentExceptionManager.clearLastException ( AppInfo info ) : void
[run-time name: org/apache/openejb/assembler/classic/DeploymentExceptionManager.clearLastException:(Lorg/apache/openejb/assembler/classic/AppInfo;)V]
DeploymentExceptionManager.DeploymentExceptionManager ( )
[run-time name: org/apache/openejb/assembler/classic/DeploymentExceptionManager."<init>":()V]
DeploymentExceptionManager.getDeploymentException ( AppInfo appInfo ) : Exception
[run-time name: org/apache/openejb/assembler/classic/DeploymentExceptionManager.getDeploymentException:(Lorg/apache/openejb/assembler/classic/AppInfo;)Ljava/lang/Exception;]
DeploymentExceptionManager.getLastException ( ) : Exception
[run-time name: org/apache/openejb/assembler/classic/DeploymentExceptionManager.getLastException:()Ljava/lang/Exception;]
DeploymentExceptionManager.hasDeploymentFailed ( ) : boolean
[run-time name: org/apache/openejb/assembler/classic/DeploymentExceptionManager.hasDeploymentFailed:()Z]
DeploymentExceptionManager.pushDelpoymentException ( Exception exception ) : void
[run-time name: org/apache/openejb/assembler/classic/DeploymentExceptionManager.pushDelpoymentException:(Ljava/lang/Exception;)V]
DeploymentExceptionManager.saveDeploymentException ( AppInfo appInfo, Exception exception ) : Exception
[run-time name: org/apache/openejb/assembler/classic/DeploymentExceptionManager.saveDeploymentException:(Lorg/apache/openejb/assembler/classic/AppInfo;Ljava/lang/Exception;)Ljava/lang/Exception;]
openejb-core-4.0.0.jar, DeploymentLoader.class
package org.apache.openejb.config
DeploymentLoader.addWebModule ( AppModule appModule, java.net.URL warUrl, ClassLoader parentClassLoader, String contextRoot, String moduleName ) : void
[run-time name: org/apache/openejb/config/DeploymentLoader.addWebModule:(Lorg/apache/openejb/config/AppModule;Ljava/net/URL;Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/lang/String;)V]
DeploymentLoader.getContextRoot ( ) : String
[run-time name: org/apache/openejb/config/DeploymentLoader.getContextRoot:()Ljava/lang/String;]
DeploymentLoader.getModuleName ( ) : String
[run-time name: org/apache/openejb/config/DeploymentLoader.getModuleName:()Ljava/lang/String;]
DeploymentLoader.getOpenEJBClassLoader ( java.net.URL url ) : ClassLoader
[run-time name: org/apache/openejb/config/DeploymentLoader.getOpenEJBClassLoader:(Ljava/net/URL;)Ljava/lang/ClassLoader;]
DeploymentLoader.scanDir ( java.io.File dir, java.util.Map files, String path, boolean recursive ) [static] : void
[run-time name: org/apache/openejb/config/DeploymentLoader.scanDir:(Ljava/io/File;Ljava/util/Map;Ljava/lang/String;Z)V]
openejb-core-4.0.0.jar, DeploymentModule.class
package org.apache.openejb.config
DeploymentModule.getFile ( ) [abstract] : java.io.File
[run-time name: org/apache/openejb/config/DeploymentModule.getFile:()Ljava/io/File;]
DeploymentModule.getModuleUri ( ) [abstract] : java.net.URI
[run-time name: org/apache/openejb/config/DeploymentModule.getModuleUri:()Ljava/net/URI;]
DeploymentModule.isStandaloneModule ( ) [abstract] : boolean
[run-time name: org/apache/openejb/config/DeploymentModule.isStandaloneModule:()Z]
DeploymentModule.setStandaloneModule ( boolean p1 ) [abstract] : void
[run-time name: org/apache/openejb/config/DeploymentModule.setStandaloneModule:(Z)V]
openejb-core-4.0.0.jar, DiffItem.class
package org.apache.openejb.config.rules
CheckClassLoading.DiffItem.CheckClassLoading.DiffItem ( java.util.Collection files, String file1, String file2 )
[run-time name: org/apache/openejb/config/rules/CheckClassLoading.DiffItem."<init>":(Ljava/util/Collection;Ljava/lang/String;Ljava/lang/String;)V]
CheckClassLoading.DiffItem.getFile1 ( ) : String
[run-time name: org/apache/openejb/config/rules/CheckClassLoading.DiffItem.getFile1:()Ljava/lang/String;]
CheckClassLoading.DiffItem.getFile2 ( ) : String
[run-time name: org/apache/openejb/config/rules/CheckClassLoading.DiffItem.getFile2:()Ljava/lang/String;]
CheckClassLoading.DiffItem.toScreen ( ) : String
[run-time name: org/apache/openejb/config/rules/CheckClassLoading.DiffItem.toScreen:()Ljava/lang/String;]
openejb-core-4.0.0.jar, DiffItemComparator.class
package org.apache.openejb.config.rules
CheckClassLoading.DiffItemComparator.CheckClassLoading.DiffItemComparator ( )
[run-time name: org/apache/openejb/config/rules/CheckClassLoading.DiffItemComparator."<init>":()V]
CheckClassLoading.DiffItemComparator.compare ( Object x0, Object x1 ) : int
[run-time name: org/apache/openejb/config/rules/CheckClassLoading.DiffItemComparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I]
CheckClassLoading.DiffItemComparator.compare ( CheckClassLoading.DiffItem o1, CheckClassLoading.DiffItem o2 ) : int
[run-time name: org/apache/openejb/config/rules/CheckClassLoading.DiffItemComparator.compare:(Lorg/apache/openejb/config/rules/CheckClassLoading$DiffItem;Lorg/apache/openejb/config/rules/CheckClassLoading$DiffItem;)I]
CheckClassLoading.DiffItemComparator.getInstance ( ) [static] : CheckClassLoading.DiffItemComparator
[run-time name: org/apache/openejb/config/rules/CheckClassLoading.DiffItemComparator.getInstance:()Lorg/apache/openejb/config/rules/CheckClassLoading$DiffItemComparator;]
openejb-core-4.0.0.jar, DynamicMBeanWrapper.class
package org.apache.openejb.monitoring
DynamicMBeanWrapper.DynamicMBeanWrapper ( Object givenInstance )
[run-time name: org/apache/openejb/monitoring/DynamicMBeanWrapper."<init>":(Ljava/lang/Object;)V]
DynamicMBeanWrapper.getAttribute ( String attribute ) : Object
[run-time name: org/apache/openejb/monitoring/DynamicMBeanWrapper.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;]
DynamicMBeanWrapper.getAttributes ( String[ ] attributes ) : javax.management.AttributeList
[run-time name: org/apache/openejb/monitoring/DynamicMBeanWrapper.getAttributes:([Ljava/lang/String;)Ljavax/management/AttributeList;]
DynamicMBeanWrapper.getMBeanInfo ( ) : javax.management.MBeanInfo
[run-time name: org/apache/openejb/monitoring/DynamicMBeanWrapper.getMBeanInfo:()Ljavax/management/MBeanInfo;]
DynamicMBeanWrapper.invoke ( String actionName, Object[ ] params, String[ ] signature ) : Object
[run-time name: org/apache/openejb/monitoring/DynamicMBeanWrapper.invoke:(Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;]
DynamicMBeanWrapper.setAttribute ( javax.management.Attribute attribute ) : void
[run-time name: org/apache/openejb/monitoring/DynamicMBeanWrapper.setAttribute:(Ljavax/management/Attribute;)V]
DynamicMBeanWrapper.setAttributes ( javax.management.AttributeList attributes ) : javax.management.AttributeList
[run-time name: org/apache/openejb/monitoring/DynamicMBeanWrapper.setAttributes:(Ljavax/management/AttributeList;)Ljavax/management/AttributeList;]
openejb-core-4.0.0.jar, DynamicProxyImplFactory.class
package org.apache.openejb.util.proxy
DynamicProxyImplFactory.DynamicProxyImplFactory ( )
[run-time name: org/apache/openejb/util/proxy/DynamicProxyImplFactory."<init>":()V]
DynamicProxyImplFactory.isKnownDynamicallyImplemented ( Class clazz ) [static] : boolean
[run-time name: org/apache/openejb/util/proxy/DynamicProxyImplFactory.isKnownDynamicallyImplemented:(Ljava/lang/Class;)Z]
DynamicProxyImplFactory.newProxy ( org.apache.openejb.BeanContext context, reflect.InvocationHandler invocationHandler ) [static] : Object
[run-time name: org/apache/openejb/util/proxy/DynamicProxyImplFactory.newProxy:(Lorg/apache/openejb/BeanContext;Ljava/lang/reflect/InvocationHandler;)Ljava/lang/Object;]
DynamicProxyImplFactory.realHandler ( Object proxy ) [static] : Object
[run-time name: org/apache/openejb/util/proxy/DynamicProxyImplFactory.realHandler:(Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-4.0.0.jar, EjbHomeProxyHandler.class
package org.apache.openejb.core.ivm
EjbHomeProxyHandler.createHomeHandler ( org.apache.openejb.BeanContext beanContext, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces, Class mainInterface ) [static] : EjbHomeProxyHandler
[run-time name: org/apache/openejb/core/ivm/EjbHomeProxyHandler.createHomeHandler:(Lorg/apache/openejb/BeanContext;Lorg/apache/openejb/InterfaceType;Ljava/util/List;Ljava/lang/Class;)Lorg/apache/openejb/core/ivm/EjbHomeProxyHandler;]
EjbHomeProxyHandler.createHomeProxy ( org.apache.openejb.BeanContext beanContext, org.apache.openejb.InterfaceType interfaceType ) [static] : Object
[run-time name: org/apache/openejb/core/ivm/EjbHomeProxyHandler.createHomeProxy:(Lorg/apache/openejb/BeanContext;Lorg/apache/openejb/InterfaceType;)Ljava/lang/Object;]
EjbHomeProxyHandler.createHomeProxy ( org.apache.openejb.BeanContext beanContext, org.apache.openejb.InterfaceType interfaceType, java.util.List objectInterfaces, Class mainInterface ) [static] : Object
[run-time name: org/apache/openejb/core/ivm/EjbHomeProxyHandler.createHomeProxy:(Lorg/apache/openejb/BeanContext;Lorg/apache/openejb/InterfaceType;Ljava/util/List;Ljava/lang/Class;)Ljava/lang/Object;]
EjbHomeProxyHandler.createProxy ( Object primaryKey, Class mainInterface ) : Object
[run-time name: org/apache/openejb/core/ivm/EjbHomeProxyHandler.createProxy:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;]
EjbHomeProxyHandler.EjbHomeProxyHandler ( org.apache.openejb.BeanContext beanContext, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces, Class mainInterface )
[run-time name: org/apache/openejb/core/ivm/EjbHomeProxyHandler."<init>":(Lorg/apache/openejb/BeanContext;Lorg/apache/openejb/InterfaceType;Ljava/util/List;Ljava/lang/Class;)V]
EjbHomeProxyHandler.newEjbObjectHandler ( org.apache.openejb.BeanContext p1, Object p2, org.apache.openejb.InterfaceType p3, java.util.List p4, Class p5 ) [abstract] : EjbObjectProxyHandler
[run-time name: org/apache/openejb/core/ivm/EjbHomeProxyHandler.newEjbObjectHandler:(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;Ljava/lang/Class;)Lorg/apache/openejb/core/ivm/EjbObjectProxyHandler;]
openejb-core-4.0.0.jar, EjbJarBuilder.class
package org.apache.openejb.assembler.classic
EjbJarBuilder.build ( EjbJarInfo ejbJar, java.util.Collection appInjections ) : java.util.HashMap
[run-time name: org/apache/openejb/assembler/classic/EjbJarBuilder.build:(Lorg/apache/openejb/assembler/classic/EjbJarInfo;Ljava/util/Collection;)Ljava/util/HashMap;]
EjbJarBuilder.EjbJarBuilder ( java.util.Properties props, org.apache.openejb.AppContext context )
[run-time name: org/apache/openejb/assembler/classic/EjbJarBuilder."<init>":(Ljava/util/Properties;Lorg/apache/openejb/AppContext;)V]
openejb-core-4.0.0.jar, EjbModule.class
package org.apache.openejb.config
EjbModule.getBeans ( ) : org.apache.openejb.jee.Beans
[run-time name: org/apache/openejb/config/EjbModule.getBeans:()Lorg/apache/openejb/jee/Beans;]
EjbModule.getFile ( ) : java.io.File
[run-time name: org/apache/openejb/config/EjbModule.getFile:()Ljava/io/File;]
EjbModule.getFinder ( ) : org.apache.xbean.finder.IAnnotationFinder
[run-time name: org/apache/openejb/config/EjbModule.getFinder:()Lorg/apache/xbean/finder/IAnnotationFinder;]
EjbModule.getModuleUri ( ) : java.net.URI
[run-time name: org/apache/openejb/config/EjbModule.getModuleUri:()Ljava/net/URI;]
EjbModule.getRepositories ( ) : java.util.Set
[run-time name: org/apache/openejb/config/EjbModule.getRepositories:()Ljava/util/Set;]
EjbModule.setBeans ( org.apache.openejb.jee.Beans beans ) : void
[run-time name: org/apache/openejb/config/EjbModule.setBeans:(Lorg/apache/openejb/jee/Beans;)V]
EjbModule.setFinder ( org.apache.xbean.finder.IAnnotationFinder finder ) : void
[run-time name: org/apache/openejb/config/EjbModule.setFinder:(Lorg/apache/xbean/finder/IAnnotationFinder;)V]
EjbModule.setModuleUri ( java.net.URI moduleUri ) : void
[run-time name: org/apache/openejb/config/EjbModule.setModuleUri:(Ljava/net/URI;)V]
EjbModule.toString ( ) : String
[run-time name: org/apache/openejb/config/EjbModule.toString:()Ljava/lang/String;]
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.createProxy ( org.apache.openejb.BeanContext beanContext, Object primaryKey, org.apache.openejb.InterfaceType interfaceType, Class mainInterface ) [static] : Object
[run-time name: org/apache/openejb/core/ivm/EjbObjectProxyHandler.createProxy:(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/lang/Class;)Ljava/lang/Object;]
EjbObjectProxyHandler.createProxy ( org.apache.openejb.BeanContext beanContext, Object primaryKey, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces, Class mainInterface ) [static] : Object
[run-time name: org/apache/openejb/core/ivm/EjbObjectProxyHandler.createProxy:(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;Ljava/lang/Class;)Ljava/lang/Object;]
EjbObjectProxyHandler.EjbObjectProxyHandler ( org.apache.openejb.BeanContext beanContext, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces, Class mainInterface )
[run-time name: org/apache/openejb/core/ivm/EjbObjectProxyHandler."<init>":(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;Ljava/lang/Class;)V]
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, EjbTimeoutJob.class
package org.apache.openejb.core.timer
EjbTimeoutJob.EjbTimeoutJob ( )
[run-time name: org/apache/openejb/core/timer/EjbTimeoutJob."<init>":()V]
EjbTimeoutJob.execute ( org.quartz.JobExecutionContext jobExecutionContext ) : void
[run-time name: org/apache/openejb/core/timer/EjbTimeoutJob.execute:(Lorg/quartz/JobExecutionContext;)V]
openejb-core-4.0.0.jar, EjbTimerService.class
package org.apache.openejb.core.timer
EjbTimerService.createTimer ( Object p1, reflect.Method p2, java.util.Date p3, javax.ejb.TimerConfig p4 ) [abstract] : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/EjbTimerService.createTimer:(Ljava/lang/Object;Ljava/lang/reflect/Method;Ljava/util/Date;Ljavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
EjbTimerService.createTimer ( Object p1, reflect.Method p2, java.util.Date p3, long p4, javax.ejb.TimerConfig p5 ) [abstract] : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/EjbTimerService.createTimer:(Ljava/lang/Object;Ljava/lang/reflect/Method;Ljava/util/Date;JLjavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
EjbTimerService.createTimer ( Object p1, reflect.Method p2, javax.ejb.ScheduleExpression p3, javax.ejb.TimerConfig p4 ) [abstract] : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/EjbTimerService.createTimer:(Ljava/lang/Object;Ljava/lang/reflect/Method;Ljavax/ejb/ScheduleExpression;Ljavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
EjbTimerService.createTimer ( Object p1, reflect.Method p2, long p3, javax.ejb.TimerConfig p4 ) [abstract] : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/EjbTimerService.createTimer:(Ljava/lang/Object;Ljava/lang/reflect/Method;JLjavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
EjbTimerService.createTimer ( Object p1, reflect.Method p2, long p3, long p4, javax.ejb.TimerConfig p5 ) [abstract] : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/EjbTimerService.createTimer:(Ljava/lang/Object;Ljava/lang/reflect/Method;JJLjavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
openejb-core-4.0.0.jar, EjbTimerServiceImpl.class
package org.apache.openejb.core.timer
EjbTimerServiceImpl.createTimer ( Object primaryKey, reflect.Method timeoutMethod, java.util.Date expiration, javax.ejb.TimerConfig timerConfig ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/EjbTimerServiceImpl.createTimer:(Ljava/lang/Object;Ljava/lang/reflect/Method;Ljava/util/Date;Ljavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
EjbTimerServiceImpl.createTimer ( Object primaryKey, reflect.Method timeoutMethod, java.util.Date initialExpiration, long intervalDuration, javax.ejb.TimerConfig timerConfig ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/EjbTimerServiceImpl.createTimer:(Ljava/lang/Object;Ljava/lang/reflect/Method;Ljava/util/Date;JLjavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
EjbTimerServiceImpl.createTimer ( Object primaryKey, reflect.Method timeoutMethod, javax.ejb.ScheduleExpression scheduleExpression, javax.ejb.TimerConfig timerConfig ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/EjbTimerServiceImpl.createTimer:(Ljava/lang/Object;Ljava/lang/reflect/Method;Ljavax/ejb/ScheduleExpression;Ljavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
EjbTimerServiceImpl.createTimer ( Object primaryKey, reflect.Method timeoutMethod, long duration, javax.ejb.TimerConfig timerConfig ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/EjbTimerServiceImpl.createTimer:(Ljava/lang/Object;Ljava/lang/reflect/Method;JLjavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
EjbTimerServiceImpl.createTimer ( Object primaryKey, reflect.Method timeoutMethod, long initialDuration, long intervalDuration, javax.ejb.TimerConfig timerConfig ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/EjbTimerServiceImpl.createTimer:(Ljava/lang/Object;Ljava/lang/reflect/Method;JJLjavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
EjbTimerServiceImpl.EjbTimerServiceImpl ( org.apache.openejb.BeanContext deployment )
[run-time name: org/apache/openejb/core/timer/EjbTimerServiceImpl."<init>":(Lorg/apache/openejb/BeanContext;)V]
EjbTimerServiceImpl.EjbTimerServiceImpl ( org.apache.openejb.BeanContext deployment, javax.transaction.TransactionManager transactionManager, org.quartz.Scheduler scheduler, TimerStore timerStore, int retryAttempts )
[run-time name: org/apache/openejb/core/timer/EjbTimerServiceImpl."<init>":(Lorg/apache/openejb/BeanContext;Ljavax/transaction/TransactionManager;Lorg/quartz/Scheduler;Lorg/apache/openejb/core/timer/TimerStore;I)V]
EjbTimerServiceImpl.getDefaultScheduler ( ) [static] : org.quartz.Scheduler
[run-time name: org/apache/openejb/core/timer/EjbTimerServiceImpl.getDefaultScheduler:()Lorg/quartz/Scheduler;]
EjbTimerServiceImpl.getScheduler ( ) : org.quartz.Scheduler
[run-time name: org/apache/openejb/core/timer/EjbTimerServiceImpl.getScheduler:()Lorg/quartz/Scheduler;]
EjbTimerServiceImpl.getTimerStore ( ) : TimerStore
[run-time name: org/apache/openejb/core/timer/EjbTimerServiceImpl.getTimerStore:()Lorg/apache/openejb/core/timer/TimerStore;]
EjbTimerServiceImpl.shutdown ( ) [static] : void
[run-time name: org/apache/openejb/core/timer/EjbTimerServiceImpl.shutdown:()V]
openejb-core-4.0.0.jar, EmptyResourcesClassLoader.class
package org.apache.openejb.core
EmptyResourcesClassLoader.EmptyResourcesClassLoader ( )
[run-time name: org/apache/openejb/core/EmptyResourcesClassLoader."<init>":()V]
EmptyResourcesClassLoader.getResources ( String name ) : java.util.Enumeration
[run-time name: org/apache/openejb/core/EmptyResourcesClassLoader.getResources:(Ljava/lang/String;)Ljava/util/Enumeration;]
openejb-core-4.0.0.jar, EndpointFactory.class
package org.apache.openejb.core.mdb
EndpointFactory.createEndpoint ( javax.transaction.xa.XAResource xaResource, long timeout ) : javax.resource.spi.endpoint.MessageEndpoint
[run-time name: org/apache/openejb/core/mdb/EndpointFactory.createEndpoint:(Ljavax/transaction/xa/XAResource;J)Ljavax/resource/spi/endpoint/MessageEndpoint;]
EndpointFactory.EndpointFactory ( javax.resource.spi.ActivationSpec activationSpec, MdbContainer container, org.apache.openejb.BeanContext beanContext, MdbInstanceFactory instanceFactory, org.apache.openejb.resource.XAResourceWrapper xaResourceWrapper )
[run-time name: org/apache/openejb/core/mdb/EndpointFactory."<init>":(Ljavax/resource/spi/ActivationSpec;Lorg/apache/openejb/core/mdb/MdbContainer;Lorg/apache/openejb/BeanContext;Lorg/apache/openejb/core/mdb/MdbInstanceFactory;Lorg/apache/openejb/resource/XAResourceWrapper;)V]
openejb-core-4.0.0.jar, EndpointHandler.class
package org.apache.openejb.core.mdb
EndpointHandler.EndpointHandler ( MdbContainer container, org.apache.openejb.BeanContext deployment, MdbInstanceFactory instanceFactory, javax.transaction.xa.XAResource xaResource )
[run-time name: org/apache/openejb/core/mdb/EndpointHandler."<init>":(Lorg/apache/openejb/core/mdb/MdbContainer;Lorg/apache/openejb/BeanContext;Lorg/apache/openejb/core/mdb/MdbInstanceFactory;Ljavax/transaction/xa/XAResource;)V]
openejb-core-4.0.0.jar, EntityContainer.class
package org.apache.openejb.core.entity
EntityContainer.createEJBObject ( reflect.Method callMethod, Object[ ] args, org.apache.openejb.core.ThreadContext callContext, org.apache.openejb.InterfaceType type ) : org.apache.openejb.ProxyInfo
[run-time name: org/apache/openejb/core/entity/EntityContainer.createEJBObject:(Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/core/ThreadContext;Lorg/apache/openejb/InterfaceType;)Lorg/apache/openejb/ProxyInfo;]
EntityContainer.deploy ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/entity/EntityContainer.deploy:(Lorg/apache/openejb/BeanContext;)V]
EntityContainer.findMethod ( reflect.Method callMethod, Object[ ] args, org.apache.openejb.core.ThreadContext callContext, org.apache.openejb.InterfaceType type ) : Object
[run-time name: org/apache/openejb/core/entity/EntityContainer.findMethod:(Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/core/ThreadContext;Lorg/apache/openejb/InterfaceType;)Ljava/lang/Object;]
EntityContainer.getBeanContext ( Object deploymentID ) : org.apache.openejb.BeanContext
[run-time name: org/apache/openejb/core/entity/EntityContainer.getBeanContext:(Ljava/lang/Object;)Lorg/apache/openejb/BeanContext;]
EntityContainer.getBeanContexts ( ) : org.apache.openejb.BeanContext[ ]
[run-time name: org/apache/openejb/core/entity/EntityContainer.getBeanContexts:()[Lorg/apache/openejb/BeanContext;]
EntityContainer.homeMethod ( reflect.Method callMethod, Object[ ] args, org.apache.openejb.core.ThreadContext callContext, org.apache.openejb.InterfaceType type ) : Object
[run-time name: org/apache/openejb/core/entity/EntityContainer.homeMethod:(Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/core/ThreadContext;Lorg/apache/openejb/InterfaceType;)Ljava/lang/Object;]
EntityContainer.invoke ( org.apache.openejb.InterfaceType type, reflect.Method callMethod, reflect.Method runMethod, Object[ ] args, org.apache.openejb.core.ThreadContext callContext ) : Object
[run-time name: org/apache/openejb/core/entity/EntityContainer.invoke:(Lorg/apache/openejb/InterfaceType;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/core/ThreadContext;)Ljava/lang/Object;]
EntityContainer.removeEJBObject ( reflect.Method callMethod, Object[ ] args, org.apache.openejb.core.ThreadContext callContext, org.apache.openejb.InterfaceType type ) : void
[run-time name: org/apache/openejb/core/entity/EntityContainer.removeEJBObject:(Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/core/ThreadContext;Lorg/apache/openejb/InterfaceType;)V]
EntityContainer.start ( org.apache.openejb.BeanContext info ) : void
[run-time name: org/apache/openejb/core/entity/EntityContainer.start:(Lorg/apache/openejb/BeanContext;)V]
EntityContainer.stop ( org.apache.openejb.BeanContext info ) : void
[run-time name: org/apache/openejb/core/entity/EntityContainer.stop:(Lorg/apache/openejb/BeanContext;)V]
EntityContainer.undeploy ( org.apache.openejb.BeanContext info ) : void
[run-time name: org/apache/openejb/core/entity/EntityContainer.undeploy:(Lorg/apache/openejb/BeanContext;)V]
openejb-core-4.0.0.jar, EntityContext.class
package org.apache.openejb.core.entity
EntityContext.check ( org.apache.openejb.core.BaseContext.Call call ) : void
[run-time name: org/apache/openejb/core/entity/EntityContext.check:(Lorg/apache/openejb/core/BaseContext$Call;)V]
openejb-core-4.0.0.jar, EntityEjbHomeHandler.class
package org.apache.openejb.core.entity
EntityEjbHomeHandler.createProxy ( Object primaryKey, Class mainInterface ) : Object
[run-time name: org/apache/openejb/core/entity/EntityEjbHomeHandler.createProxy:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;]
EntityEjbHomeHandler.EntityEjbHomeHandler ( org.apache.openejb.BeanContext beanContext, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces, Class mainInterface )
[run-time name: org/apache/openejb/core/entity/EntityEjbHomeHandler."<init>":(Lorg/apache/openejb/BeanContext;Lorg/apache/openejb/InterfaceType;Ljava/util/List;Ljava/lang/Class;)V]
EntityEjbHomeHandler.newEjbObjectHandler ( org.apache.openejb.BeanContext beanContext, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces, Class mainInterface ) : org.apache.openejb.core.ivm.EjbObjectProxyHandler
[run-time name: org/apache/openejb/core/entity/EntityEjbHomeHandler.newEjbObjectHandler:(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;Ljava/lang/Class;)Lorg/apache/openejb/core/ivm/EjbObjectProxyHandler;]
openejb-core-4.0.0.jar, EntityEjbObjectHandler.class
package org.apache.openejb.core.entity
EntityEjbObjectHandler.EntityEjbObjectHandler ( org.apache.openejb.BeanContext beanContext, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces, Class mainInterface )
[run-time name: org/apache/openejb/core/entity/EntityEjbObjectHandler."<init>":(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;Ljava/lang/Class;)V]
openejb-core-4.0.0.jar, EntityInstanceManager.class
package org.apache.openejb.core.entity
EntityInstanceManager.deploy ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/entity/EntityInstanceManager.deploy:(Lorg/apache/openejb/BeanContext;)V]
EntityInstanceManager.undeploy ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/entity/EntityInstanceManager.undeploy:(Lorg/apache/openejb/BeanContext;)V]
openejb-core-4.0.0.jar, EntityManagerFactoryCallable.class
package org.apache.openejb.assembler.classic
EntityManagerFactoryCallable.call ( ) : javax.persistence.EntityManagerFactory
[run-time name: org/apache/openejb/assembler/classic/EntityManagerFactoryCallable.call:()Ljavax/persistence/EntityManagerFactory;]
EntityManagerFactoryCallable.call ( ) : Object
[run-time name: org/apache/openejb/assembler/classic/EntityManagerFactoryCallable.call:()Ljava/lang/Object;]
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]
EntityManagerFactoryCallable.getUnitInfo ( ) : org.apache.openejb.persistence.PersistenceUnitInfoImpl
[run-time name: org/apache/openejb/assembler/classic/EntityManagerFactoryCallable.getUnitInfo:()Lorg/apache/openejb/persistence/PersistenceUnitInfoImpl;]
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, EntityManagerTracker.class
package org.apache.openejb.persistence
JtaEntityManagerRegistry.EntityManagerTracker.decCounter ( ) : int
[run-time name: org/apache/openejb/persistence/JtaEntityManagerRegistry.EntityManagerTracker.decCounter:()I]
JtaEntityManagerRegistry.EntityManagerTracker.getEntityManager ( ) : javax.persistence.EntityManager
[run-time name: org/apache/openejb/persistence/JtaEntityManagerRegistry.EntityManagerTracker.getEntityManager:()Ljavax/persistence/EntityManager;]
JtaEntityManagerRegistry.EntityManagerTracker.incCounter ( ) : int
[run-time name: org/apache/openejb/persistence/JtaEntityManagerRegistry.EntityManagerTracker.incCounter:()I]
JtaEntityManagerRegistry.EntityManagerTracker.JtaEntityManagerRegistry.EntityManagerTracker ( javax.persistence.EntityManager entityManager )
[run-time name: org/apache/openejb/persistence/JtaEntityManagerRegistry.EntityManagerTracker."<init>":(Ljavax/persistence/EntityManager;)V]
openejb-core-4.0.0.jar, EntrancyTracker.class
package org.apache.openejb.core.entity
EntrancyTracker.enter ( org.apache.openejb.BeanContext beanContext, Object primaryKey ) : void
[run-time name: org/apache/openejb/core/entity/EntrancyTracker.enter:(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;)V]
EntrancyTracker.exit ( org.apache.openejb.BeanContext beanContext, Object primaryKey ) : void
[run-time name: org/apache/openejb/core/entity/EntrancyTracker.exit:(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;)V]
openejb-core-4.0.0.jar, EnvProps.class
package org.apache.openejb
EnvProps.extractConfigurationFiles ( ) [static] : boolean
[run-time name: org/apache/openejb/EnvProps.extractConfigurationFiles:()Z]
openejb-core-4.0.0.jar, Exceptions.class
package org.apache.openejb.util
Exceptions.newNoModulesFoundException ( ) [static] : org.apache.openejb.OpenEjbContainer.NoModulesFoundException
[run-time name: org/apache/openejb/util/Exceptions.newNoModulesFoundException:()Lorg/apache/openejb/OpenEjbContainer$NoModulesFoundException;]
openejb-core-4.0.0.jar, FakeModule.class
package org.apache.openejb.config
ConfigurableClasspathArchive.FakeModule.ConfigurableClasspathArchive.FakeModule ( ClassLoader loader )
[run-time name: org/apache/openejb/config/ConfigurableClasspathArchive.FakeModule."<init>":(Ljava/lang/ClassLoader;)V]
ConfigurableClasspathArchive.FakeModule.ConfigurableClasspathArchive.FakeModule ( ClassLoader loader, java.util.Map altDD )
[run-time name: org/apache/openejb/config/ConfigurableClasspathArchive.FakeModule."<init>":(Ljava/lang/ClassLoader;Ljava/util/Map;)V]
ConfigurableClasspathArchive.FakeModule.ConfigurableClasspathArchive.FakeModule ( ClassLoader loader, java.util.Map altDD, String name )
[run-time name: org/apache/openejb/config/ConfigurableClasspathArchive.FakeModule."<init>":(Ljava/lang/ClassLoader;Ljava/util/Map;Ljava/lang/String;)V]
openejb-core-4.0.0.jar, FastPermissionCollection.class
package org.apache.openejb.assembler.classic
DelegatePermissionCollection.FastPermissionCollection.add ( java.security.Permission permission ) : void
[run-time name: org/apache/openejb/assembler/classic/DelegatePermissionCollection.FastPermissionCollection.add:(Ljava/security/Permission;)V]
DelegatePermissionCollection.FastPermissionCollection.DelegatePermissionCollection.FastPermissionCollection ( )
[run-time name: org/apache/openejb/assembler/classic/DelegatePermissionCollection.FastPermissionCollection."<init>":()V]
DelegatePermissionCollection.FastPermissionCollection.elements ( ) : java.util.Enumeration
[run-time name: org/apache/openejb/assembler/classic/DelegatePermissionCollection.FastPermissionCollection.elements:()Ljava/util/Enumeration;]
DelegatePermissionCollection.FastPermissionCollection.implies ( java.security.Permission permission ) : boolean
[run-time name: org/apache/openejb/assembler/classic/DelegatePermissionCollection.FastPermissionCollection.implies:(Ljava/security/Permission;)Z]
openejb-core-4.0.0.jar, FileCallback.class
package org.apache.openejb.util
Join.FileCallback.getName ( java.io.File file ) : String
[run-time name: org/apache/openejb/util/Join.FileCallback.getName:(Ljava/io/File;)Ljava/lang/String;]
Join.FileCallback.getName ( Object x0 ) : String
[run-time name: org/apache/openejb/util/Join.FileCallback.getName:(Ljava/lang/Object;)Ljava/lang/String;]
Join.FileCallback.Join.FileCallback ( )
[run-time name: org/apache/openejb/util/Join.FileCallback."<init>":()V]
openejb-core-4.0.0.jar, FileHandler.class
package org.apache.openejb.log
FileHandler.close ( ) : void
[run-time name: org/apache/openejb/log/FileHandler.close:()V]
FileHandler.closeWriter ( ) : void
[run-time name: org/apache/openejb/log/FileHandler.closeWriter:()V]
FileHandler.FileHandler ( )
[run-time name: org/apache/openejb/log/FileHandler."<init>":()V]
FileHandler.FileHandler ( String directory, String prefix, String suffix )
[run-time name: org/apache/openejb/log/FileHandler."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
FileHandler.flush ( ) : void
[run-time name: org/apache/openejb/log/FileHandler.flush:()V]
FileHandler.open ( ) : void
[run-time name: org/apache/openejb/log/FileHandler.open:()V]
FileHandler.openWriter ( ) : void
[run-time name: org/apache/openejb/log/FileHandler.openWriter:()V]
FileHandler.publish ( java.util.logging.LogRecord record ) : void
[run-time name: org/apache/openejb/log/FileHandler.publish:(Ljava/util/logging/LogRecord;)V]
openejb-core-4.0.0.jar, FilledMember.class
package org.apache.openejb.config
AnnotationDeployer.FilledMember.AnnotationDeployer.FilledMember ( String name, Class type, Class declaringClass )
[run-time name: org/apache/openejb/config/AnnotationDeployer.FilledMember."<init>":(Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;)V]
AnnotationDeployer.FilledMember.getDeclaringClass ( ) : Class
[run-time name: org/apache/openejb/config/AnnotationDeployer.FilledMember.getDeclaringClass:()Ljava/lang/Class;]
AnnotationDeployer.FilledMember.getName ( ) : String
[run-time name: org/apache/openejb/config/AnnotationDeployer.FilledMember.getName:()Ljava/lang/String;]
AnnotationDeployer.FilledMember.getType ( ) : Class
[run-time name: org/apache/openejb/config/AnnotationDeployer.FilledMember.getType:()Ljava/lang/Class;]
AnnotationDeployer.FilledMember.toString ( ) : String
[run-time name: org/apache/openejb/config/AnnotationDeployer.FilledMember.toString:()Ljava/lang/String;]
openejb-core-4.0.0.jar, FinderFactory.class
package org.apache.openejb.config
FinderFactory.create ( DeploymentModule module ) : org.apache.xbean.finder.IAnnotationFinder
[run-time name: org/apache/openejb/config/FinderFactory.create:(Lorg/apache/openejb/config/DeploymentModule;)Lorg/apache/xbean/finder/IAnnotationFinder;]
FinderFactory.createFinder ( DeploymentModule module ) [static] : org.apache.xbean.finder.IAnnotationFinder
[run-time name: org/apache/openejb/config/FinderFactory.createFinder:(Lorg/apache/openejb/config/DeploymentModule;)Lorg/apache/xbean/finder/IAnnotationFinder;]
FinderFactory.FinderFactory ( )
[run-time name: org/apache/openejb/config/FinderFactory."<init>":()V]
FinderFactory.getFinder ( ClassLoader classLoader, java.net.URL url ) [static] : org.apache.xbean.finder.AnnotationFinder
[run-time name: org/apache/openejb/config/FinderFactory.getFinder:(Ljava/lang/ClassLoader;Ljava/net/URL;)Lorg/apache/xbean/finder/AnnotationFinder;]
FinderFactory.isJaxRsInstalled ( ) : boolean
[run-time name: org/apache/openejb/config/FinderFactory.isJaxRsInstalled:()Z]
openejb-core-4.0.0.jar, GeronimoConnectionManagerFactory.class
package org.apache.openejb.resource
GeronimoConnectionManagerFactory.getMcf ( ) : javax.resource.spi.ManagedConnectionFactory
[run-time name: org/apache/openejb/resource/GeronimoConnectionManagerFactory.getMcf:()Ljavax/resource/spi/ManagedConnectionFactory;]
GeronimoConnectionManagerFactory.setMcf ( javax.resource.spi.ManagedConnectionFactory mcf ) : void
[run-time name: org/apache/openejb/resource/GeronimoConnectionManagerFactory.setMcf:(Ljavax/resource/spi/ManagedConnectionFactory;)V]
openejb-core-4.0.0.jar, HandlerChainData.class
package org.apache.openejb.core.webservices
HandlerChainData.getPortNamePattern ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/core/webservices/HandlerChainData.getPortNamePattern:()Ljavax/xml/namespace/QName;]
HandlerChainData.getServiceNamePattern ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/core/webservices/HandlerChainData.getServiceNamePattern:()Ljavax/xml/namespace/QName;]
HandlerChainData.HandlerChainData ( javax.xml.namespace.QName serviceNamePattern, javax.xml.namespace.QName portNamePattern, java.util.List protocolBindings, java.util.List handlers )
[run-time name: org/apache/openejb/core/webservices/HandlerChainData."<init>":(Ljavax/xml/namespace/QName;Ljavax/xml/namespace/QName;Ljava/util/List;Ljava/util/List;)V]
openejb-core-4.0.0.jar, HandlerResolverImpl.class
package org.apache.openejb.core.webservices
HandlerResolverImpl.HandlerResolverImpl ( java.util.List handlerChains, java.util.Collection injections, javax.naming.Context context )
[run-time name: org/apache/openejb/core/webservices/HandlerResolverImpl."<init>":(Ljava/util/List;Ljava/util/Collection;Ljavax/naming/Context;)V]
openejb-core-4.0.0.jar, ID.class
package org.apache.openejb.config
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 )
[run-time name: org/apache/openejb/config/DeploymentModule.ID."<init>":(Lorg/apache/openejb/jee/NamedModule;Lorg/apache/openejb/jee/NamedModule;Ljava/lang/String;Ljava/io/File;Ljava/net/URI;Lorg/apache/openejb/config/DeploymentModule;)V]
DeploymentModule.ID.getLocation ( ) : java.io.File
[run-time name: org/apache/openejb/config/DeploymentModule.ID.getLocation:()Ljava/io/File;]
DeploymentModule.ID.getName ( ) : String
[run-time name: org/apache/openejb/config/DeploymentModule.ID.getName:()Ljava/lang/String;]
DeploymentModule.ID.getUri ( ) : java.net.URI
[run-time name: org/apache/openejb/config/DeploymentModule.ID.getUri:()Ljava/net/URI;]
openejb-core-4.0.0.jar, ImportSql.class
package org.apache.openejb.assembler.classic
ImportSql.doImport ( ) : void
[run-time name: org/apache/openejb/assembler/classic/ImportSql.doImport:()V]
ImportSql.hasSomethingToImport ( ) : boolean
[run-time name: org/apache/openejb/assembler/classic/ImportSql.hasSomethingToImport:()Z]
ImportSql.ImportSql ( ClassLoader cl, String resource, javax.sql.DataSource ds )
[run-time name: org/apache/openejb/assembler/classic/ImportSql."<init>":(Ljava/lang/ClassLoader;Ljava/lang/String;Ljavax/sql/DataSource;)V]
openejb-core-4.0.0.jar, IncludedItem.class
package org.apache.openejb.config.rules
CheckClassLoading.IncludedItem.CheckClassLoading.IncludedItem ( java.util.Collection files, String file1, String file2 )
[run-time name: org/apache/openejb/config/rules/CheckClassLoading.IncludedItem."<init>":(Ljava/util/Collection;Ljava/lang/String;Ljava/lang/String;)V]
CheckClassLoading.IncludedItem.toScreen ( ) : String
[run-time name: org/apache/openejb/config/rules/CheckClassLoading.IncludedItem.toScreen:()Ljava/lang/String;]
openejb-core-4.0.0.jar, Info.class
package org.apache.openejb.assembler.classic
Info.Info ( )
[run-time name: org/apache/openejb/assembler/classic/Info."<init>":()V]
Info.Info ( AppInfo appInfo )
[run-time name: org/apache/openejb/assembler/classic/Info."<init>":(Lorg/apache/openejb/assembler/classic/AppInfo;)V]
Info.marshal ( AppInfo appInfo ) [static] : void
[run-time name: org/apache/openejb/assembler/classic/Info.marshal:(Lorg/apache/openejb/assembler/classic/AppInfo;)V]
Info.marshal ( AppInfo appInfo, java.io.OutputStream out ) [static] : void
[run-time name: org/apache/openejb/assembler/classic/Info.marshal:(Lorg/apache/openejb/assembler/classic/AppInfo;Ljava/io/OutputStream;)V]
Info.marshal ( AppInfo appInfo, java.io.Writer out ) [static] : void
[run-time name: org/apache/openejb/assembler/classic/Info.marshal:(Lorg/apache/openejb/assembler/classic/AppInfo;Ljava/io/Writer;)V]
Info.unmarshal ( java.io.InputStream in ) [static] : AppInfo
[run-time name: org/apache/openejb/assembler/classic/Info.unmarshal:(Ljava/io/InputStream;)Lorg/apache/openejb/assembler/classic/AppInfo;]
openejb-core-4.0.0.jar, Info2Properties.class
package org.apache.openejb.assembler.classic.cmd
Info2Properties.printConfig ( org.apache.openejb.assembler.classic.OpenEjbConfiguration configuration, java.io.PrintStream out, String cr ) [static] : void
[run-time name: org/apache/openejb/assembler/classic/cmd/Info2Properties.printConfig:(Lorg/apache/openejb/assembler/classic/OpenEjbConfiguration;Ljava/io/PrintStream;Ljava/lang/String;)V]
openejb-core-4.0.0.jar, InitializationException.class
package org.apache.openejb
OpenEJB.InitializationException.OpenEJB.InitializationException ( String message )
[run-time name: org/apache/openejb/OpenEJB.InitializationException."<init>":(Ljava/lang/String;)V]
OpenEjbContainer.InitializationException.OpenEjbContainer.InitializationException ( Exception cause )
[run-time name: org/apache/openejb/OpenEjbContainer.InitializationException."<init>":(Ljava/lang/Exception;)V]
OpenEjbContainer.InitializationException.OpenEjbContainer.InitializationException ( String s )
[run-time name: org/apache/openejb/OpenEjbContainer.InitializationException."<init>":(Ljava/lang/String;)V]
openejb-core-4.0.0.jar, Injection.class
package org.apache.openejb
Injection.equals ( Object o ) : boolean
[run-time name: org/apache/openejb/Injection.equals:(Ljava/lang/Object;)Z]
Injection.hashCode ( ) : int
[run-time name: org/apache/openejb/Injection.hashCode:()I]
Injection.toString ( ) : String
[run-time name: org/apache/openejb/Injection.toString:()Ljava/lang/String;]
openejb-core-4.0.0.jar, InjectionException.class
package org.apache.openejb
OpenEjbContainer.InjectionException.OpenEjbContainer.InjectionException ( String message, Throwable cause )
[run-time name: org/apache/openejb/OpenEjbContainer.InjectionException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
openejb-core-4.0.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 )
[run-time name: org/apache/openejb/InjectionProcessor."<init>":(Ljava/lang/Class;Ljava/util/Collection;Ljava/util/List;Ljava/util/List;Ljavax/naming/Context;)V]
InjectionProcessor.InjectionProcessor ( Class beanClass, java.util.Collection injections, javax.naming.Context context )
[run-time name: org/apache/openejb/InjectionProcessor."<init>":(Ljava/lang/Class;Ljava/util/Collection;Ljavax/naming/Context;)V]
InjectionProcessor.InjectionProcessor ( Object suppliedInstance, java.util.Collection injections, javax.naming.Context context )
[run-time name: org/apache/openejb/InjectionProcessor."<init>":(Ljava/lang/Object;Ljava/util/Collection;Ljavax/naming/Context;)V]
openejb-core-4.0.0.jar, Instance.class
package org.apache.openejb.core.managed
Instance.getTimeOut ( ) : org.apache.openejb.util.Duration
[run-time name: org/apache/openejb/core/managed/Instance.getTimeOut:()Lorg/apache/openejb/util/Duration;]
Instance.Instance ( Object deploymentId, Object primaryKey, Object bean, java.util.Map interceptors, javax.enterprise.context.spi.CreationalContext creationalContext, org.apache.openejb.persistence.JtaEntityManagerRegistry.EntityManagerTracker[ ] entityManagerArray )
[run-time name: org/apache/openejb/core/managed/Instance."<init>":(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;Ljavax/enterprise/context/spi/CreationalContext;[Lorg/apache/openejb/persistence/JtaEntityManagerRegistry$EntityManagerTracker;)V]
Instance.Instance ( org.apache.openejb.BeanContext beanContext, Object primaryKey, Object bean, java.util.Map interceptors, javax.enterprise.context.spi.CreationalContext creationalContext, java.util.Map entityManagers )
[run-time name: org/apache/openejb/core/managed/Instance."<init>":(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;Ljavax/enterprise/context/spi/CreationalContext;Ljava/util/Map;)V]
Instance.releaseLock ( ) : void
[run-time name: org/apache/openejb/core/managed/Instance.releaseLock:()V]
package org.apache.openejb.core.mdb
Instance.Instance ( Object bean, java.util.Map interceptors, javax.enterprise.context.spi.CreationalContext creationalContext )
[run-time name: org/apache/openejb/core/mdb/Instance."<init>":(Ljava/lang/Object;Ljava/util/Map;Ljavax/enterprise/context/spi/CreationalContext;)V]
package org.apache.openejb.core.singleton
Instance.Instance ( Object bean, java.util.Map interceptors, javax.enterprise.context.spi.CreationalContext creationalContext, java.util.concurrent.locks.ReadWriteLock lock )
[run-time name: org/apache/openejb/core/singleton/Instance."<init>":(Ljava/lang/Object;Ljava/util/Map;Ljavax/enterprise/context/spi/CreationalContext;Ljava/util/concurrent/locks/ReadWriteLock;)V]
package org.apache.openejb.core.stateful
Instance.getTimeOut ( ) : org.apache.openejb.util.Duration
[run-time name: org/apache/openejb/core/stateful/Instance.getTimeOut:()Lorg/apache/openejb/util/Duration;]
Instance.Instance ( Object deploymentId, Object primaryKey, Object bean, javax.enterprise.context.spi.CreationalContext creationalContext, java.util.Map interceptors, org.apache.openejb.persistence.JtaEntityManagerRegistry.EntityManagerTracker[ ] entityManagerArray )
[run-time name: org/apache/openejb/core/stateful/Instance."<init>":(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljavax/enterprise/context/spi/CreationalContext;Ljava/util/Map;[Lorg/apache/openejb/persistence/JtaEntityManagerRegistry$EntityManagerTracker;)V]
Instance.Instance ( org.apache.openejb.BeanContext beanContext, Object primaryKey, Object bean, javax.enterprise.context.spi.CreationalContext creationalContext, java.util.Map interceptors, java.util.Map entityManagers )
[run-time name: org/apache/openejb/core/stateful/Instance."<init>":(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Ljava/lang/Object;Ljavax/enterprise/context/spi/CreationalContext;Ljava/util/Map;Ljava/util/Map;)V]
Instance.releaseLock ( ) : void
[run-time name: org/apache/openejb/core/stateful/Instance.releaseLock:()V]
package org.apache.openejb.core.stateless
Instance.Instance ( Object bean, java.util.Map interceptors, javax.enterprise.context.spi.CreationalContext creationalContext )
[run-time name: org/apache/openejb/core/stateless/Instance."<init>":(Ljava/lang/Object;Ljava/util/Map;Ljavax/enterprise/context/spi/CreationalContext;)V]
openejb-core-4.0.0.jar, InstanceContext.class
package org.apache.openejb.core
InstanceContext.getBean ( ) : Object
[run-time name: org/apache/openejb/core/InstanceContext.getBean:()Ljava/lang/Object;]
InstanceContext.getBeanContext ( ) : org.apache.openejb.BeanContext
[run-time name: org/apache/openejb/core/InstanceContext.getBeanContext:()Lorg/apache/openejb/BeanContext;]
InstanceContext.getCreationalContext ( ) : javax.enterprise.context.spi.CreationalContext
[run-time name: org/apache/openejb/core/InstanceContext.getCreationalContext:()Ljavax/enterprise/context/spi/CreationalContext;]
InstanceContext.getInstanceData ( ) : Object
[run-time name: org/apache/openejb/core/InstanceContext.getInstanceData:()Ljava/lang/Object;]
InstanceContext.getInterceptors ( ) : java.util.Map
[run-time name: org/apache/openejb/core/InstanceContext.getInterceptors:()Ljava/util/Map;]
InstanceContext.InstanceContext ( org.apache.openejb.BeanContext beanContext, Object bean, java.util.Map interceptors, javax.enterprise.context.spi.CreationalContext creationalContext )
[run-time name: org/apache/openejb/core/InstanceContext."<init>":(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Ljava/util/Map;Ljavax/enterprise/context/spi/CreationalContext;)V]
InstanceContext.setInstanceData ( Object instanceData ) : void
[run-time name: org/apache/openejb/core/InstanceContext.setInstanceData:(Ljava/lang/Object;)V]
openejb-core-4.0.0.jar, InterceptorBindingBuilder.class
package org.apache.openejb.assembler.classic
InterceptorBindingBuilder.build ( org.apache.openejb.BeanContext beanContext, EnterpriseBeanInfo beanInfo ) : void
[run-time name: org/apache/openejb/assembler/classic/InterceptorBindingBuilder.build:(Lorg/apache/openejb/BeanContext;Lorg/apache/openejb/assembler/classic/EnterpriseBeanInfo;)V]
openejb-core-4.0.0.jar, InterceptorData.class
package org.apache.openejb.core.interceptor
InterceptorData.getAfterBegin ( ) : java.util.Set
[run-time name: org/apache/openejb/core/interceptor/InterceptorData.getAfterBegin:()Ljava/util/Set;]
InterceptorData.getAfterCompletion ( ) : java.util.Set
[run-time name: org/apache/openejb/core/interceptor/InterceptorData.getAfterCompletion:()Ljava/util/Set;]
InterceptorData.getAroundInvoke ( ) : java.util.Set
[run-time name: org/apache/openejb/core/interceptor/InterceptorData.getAroundInvoke:()Ljava/util/Set;]
InterceptorData.getAroundTimeout ( ) : java.util.Set
[run-time name: org/apache/openejb/core/interceptor/InterceptorData.getAroundTimeout:()Ljava/util/Set;]
InterceptorData.getBeforeCompletion ( ) : java.util.Set
[run-time name: org/apache/openejb/core/interceptor/InterceptorData.getBeforeCompletion:()Ljava/util/Set;]
InterceptorData.getMethods ( org.apache.openejb.core.Operation operation ) : java.util.Set
[run-time name: org/apache/openejb/core/interceptor/InterceptorData.getMethods:(Lorg/apache/openejb/core/Operation;)Ljava/util/Set;]
InterceptorData.getPostActivate ( ) : java.util.Set
[run-time name: org/apache/openejb/core/interceptor/InterceptorData.getPostActivate:()Ljava/util/Set;]
InterceptorData.getPostConstruct ( ) : java.util.Set
[run-time name: org/apache/openejb/core/interceptor/InterceptorData.getPostConstruct:()Ljava/util/Set;]
InterceptorData.getPreDestroy ( ) : java.util.Set
[run-time name: org/apache/openejb/core/interceptor/InterceptorData.getPreDestroy:()Ljava/util/Set;]
InterceptorData.getPrePassivate ( ) : java.util.Set
[run-time name: org/apache/openejb/core/interceptor/InterceptorData.getPrePassivate:()Ljava/util/Set;]
InterceptorData.toString ( ) : String
[run-time name: org/apache/openejb/core/interceptor/InterceptorData.toString:()Ljava/lang/String;]
openejb-core-4.0.0.jar, InterfaceMethodContext.class
package org.apache.openejb
MethodContext.InterfaceMethodContext.getBeanMethod ( ) : MethodContext
[run-time name: org/apache/openejb/MethodContext.InterfaceMethodContext.getBeanMethod:()Lorg/apache/openejb/MethodContext;]
MethodContext.InterfaceMethodContext.getMethod ( ) : reflect.Method
[run-time name: org/apache/openejb/MethodContext.InterfaceMethodContext.getMethod:()Ljava/lang/reflect/Method;]
MethodContext.InterfaceMethodContext.getTransactionType ( ) : core.transaction.TransactionType
[run-time name: org/apache/openejb/MethodContext.InterfaceMethodContext.getTransactionType:()Lorg/apache/openejb/core/transaction/TransactionType;]
MethodContext.InterfaceMethodContext.MethodContext.InterfaceMethodContext ( MethodContext beanMethod, reflect.Method method )
[run-time name: org/apache/openejb/MethodContext.InterfaceMethodContext."<init>":(Lorg/apache/openejb/MethodContext;Ljava/lang/reflect/Method;)V]
MethodContext.InterfaceMethodContext.setTransactionType ( core.transaction.TransactionType transactionType ) : void
[run-time name: org/apache/openejb/MethodContext.InterfaceMethodContext.setTransactionType:(Lorg/apache/openejb/core/transaction/TransactionType;)V]
openejb-core-4.0.0.jar, IntervalTimerData.class
package org.apache.openejb.core.timer
IntervalTimerData.getInitialExpiration ( ) : java.util.Date
[run-time name: org/apache/openejb/core/timer/IntervalTimerData.getInitialExpiration:()Ljava/util/Date;]
IntervalTimerData.getIntervalDuration ( ) : long
[run-time name: org/apache/openejb/core/timer/IntervalTimerData.getIntervalDuration:()J]
IntervalTimerData.getType ( ) : TimerType
[run-time name: org/apache/openejb/core/timer/IntervalTimerData.getType:()Lorg/apache/openejb/core/timer/TimerType;]
IntervalTimerData.initializeTrigger ( ) : org.quartz.impl.triggers.AbstractTrigger
[run-time name: org/apache/openejb/core/timer/IntervalTimerData.initializeTrigger:()Lorg/quartz/impl/triggers/AbstractTrigger;]
IntervalTimerData.IntervalTimerData ( long id, EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, javax.ejb.TimerConfig timerConfig, java.util.Date initialExpiration, long intervalDuration )
[run-time name: org/apache/openejb/core/timer/IntervalTimerData."<init>":(JLorg/apache/openejb/core/timer/EjbTimerServiceImpl;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/reflect/Method;Ljavax/ejb/TimerConfig;Ljava/util/Date;J)V]
IntervalTimerData.toString ( ) : String
[run-time name: org/apache/openejb/core/timer/IntervalTimerData.toString:()Ljava/lang/String;]
openejb-core-4.0.0.jar, IntraVmJndiReference.class
package org.apache.openejb.core.ivm.naming
IntraVmJndiReference.toString ( ) : String
[run-time name: org/apache/openejb/core/ivm/naming/IntraVmJndiReference.toString:()Ljava/lang/String;]
openejb-core-4.0.0.jar, IntrospectionSupport.class
package org.apache.openejb.util
IntrospectionSupport.appendToString ( StringBuilder buffer, Object value ) [static] : void
[run-time name: org/apache/openejb/util/IntrospectionSupport.appendToString:(Ljava/lang/StringBuilder;Ljava/lang/Object;)V]
IntrospectionSupport.getPropertyType ( Class clazz, String propertyName ) [static] : Class
[run-time name: org/apache/openejb/util/IntrospectionSupport.getPropertyType:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Class;]
openejb-core-4.0.0.jar, InvalidApplicationException.class
package org.apache.openejb
OpenEjbContainer.InvalidApplicationException.OpenEjbContainer.InvalidApplicationException ( Exception cause )
[run-time name: org/apache/openejb/OpenEjbContainer.InvalidApplicationException."<init>":(Ljava/lang/Exception;)V]
openejb-core-4.0.0.jar, InvalidModulesPropertyException.class
package org.apache.openejb
OpenEjbContainer.InvalidModulesPropertyException.OpenEjbContainer.InvalidModulesPropertyException ( String s )
[run-time name: org/apache/openejb/OpenEjbContainer.InvalidModulesPropertyException."<init>":(Ljava/lang/String;)V]
openejb-core-4.0.0.jar, JaccPermissionsBuilder.class
package org.apache.openejb.assembler.classic
JaccPermissionsBuilder.addPossibleEjbMethodPermissions ( java.security.PermissionCollection permissions, String ejbName, String methodInterface, Class clazz ) : void
[run-time name: org/apache/openejb/assembler/classic/JaccPermissionsBuilder.addPossibleEjbMethodPermissions:(Ljava/security/PermissionCollection;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;)V]
openejb-core-4.0.0.jar, JarExtractor.class
package org.apache.openejb.util
JarExtractor.copyRecursively ( java.io.File src, java.io.File dest ) [static] : boolean
[run-time name: org/apache/openejb/util/JarExtractor.copyRecursively:(Ljava/io/File;Ljava/io/File;)Z]
openejb-core-4.0.0.jar, JarUtil.class
package org.apache.openejb.config.rules
CheckClassLoading.JarUtil.listFiles ( java.io.File archive, String[ ] extensions ) [static] : java.util.List
[run-time name: org/apache/openejb/config/rules/CheckClassLoading.JarUtil.listFiles:(Ljava/io/File;[Ljava/lang/String;)Ljava/util/List;]
openejb-core-4.0.0.jar, JaxbOpenejb.class
package org.apache.openejb.config.sys
JaxbOpenejb.unmarshal ( Class type, java.io.InputStream in, boolean filter ) [static] : Object
[run-time name: org/apache/openejb/config/sys/JaxbOpenejb.unmarshal:(Ljava/lang/Class;Ljava/io/InputStream;Z)Ljava/lang/Object;]
openejb-core-4.0.0.jar, JaxWsServiceReference.class
package org.apache.openejb.core.ivm.naming
JaxWsServiceReference.JaxWsServiceReference ( String id, javax.xml.namespace.QName serviceQName, Class serviceClass, javax.xml.namespace.QName portQName, Class referenceClass, java.net.URL wsdlUrl, java.util.List portRefs, java.util.List handlerChains, java.util.Collection injections )
[run-time name: org/apache/openejb/core/ivm/naming/JaxWsServiceReference."<init>":(Ljava/lang/String;Ljavax/xml/namespace/QName;Ljava/lang/Class;Ljavax/xml/namespace/QName;Ljava/lang/Class;Ljava/net/URL;Ljava/util/List;Ljava/util/List;Ljava/util/Collection;)V]
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, JMXReloadableEntityManagerFactory.class
package org.apache.openejb.assembler.classic
ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.addJarFile ( String file ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.addJarFile:(Ljava/lang/String;)V]
ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.addManagedClass ( String clazz ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.addManagedClass:(Ljava/lang/String;)V]
ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.addMappingFile ( String file ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.addMappingFile:(Ljava/lang/String;)V]
ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.dump ( String file ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.dump:(Ljava/lang/String;)V]
ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.getJarFiles ( ) : javax.management.openmbean.TabularData
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.getJarFiles:()Ljavax/management/openmbean/TabularData;]
ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.getManagedClasses ( ) : javax.management.openmbean.TabularData
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.getManagedClasses:()Ljavax/management/openmbean/TabularData;]
ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.getMappingFiles ( ) : javax.management.openmbean.TabularData
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.getMappingFiles:()Ljavax/management/openmbean/TabularData;]
ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.getProperties ( ) : javax.management.openmbean.TabularData
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.getProperties:()Ljavax/management/openmbean/TabularData;]
ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.reload ( ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.reload:()V]
ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory ( ReloadableEntityManagerFactory remf )
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory."<init>":(Lorg/apache/openejb/assembler/classic/ReloadableEntityManagerFactory;)V]
ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.removeJarFile ( String file ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.removeJarFile:(Ljava/lang/String;)V]
ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.removeManagedClass ( String clazz ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.removeManagedClass:(Ljava/lang/String;)V]
ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.removeMappingFile ( String file ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.removeMappingFile:(Ljava/lang/String;)V]
ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.removeProperty ( String key ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.removeProperty:(Ljava/lang/String;)V]
ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.setProperty ( String key, String value ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.setProperty:(Ljava/lang/String;Ljava/lang/String;)V]
ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.setProvider ( String provider ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.setProvider:(Ljava/lang/String;)V]
ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.setSharedCacheMode ( String value ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.setSharedCacheMode:(Ljava/lang/String;)V]
ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.setTransactionType ( String type ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.setTransactionType:(Ljava/lang/String;)V]
ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.setValidationMode ( String value ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.JMXReloadableEntityManagerFactory.setValidationMode:(Ljava/lang/String;)V]
openejb-core-4.0.0.jar, JndiBuilder.class
package org.apache.openejb.assembler.classic
JndiBuilder.bind ( EjbJarInfo ejbJarInfo, org.apache.openejb.BeanContext bean, EnterpriseBeanInfo beanInfo, JndiBuilder.JndiNameStrategy strategy ) : void
[run-time name: org/apache/openejb/assembler/classic/JndiBuilder.bind:(Lorg/apache/openejb/assembler/classic/EjbJarInfo;Lorg/apache/openejb/BeanContext;Lorg/apache/openejb/assembler/classic/EnterpriseBeanInfo;Lorg/apache/openejb/assembler/classic/JndiBuilder$JndiNameStrategy;)V]
openejb-core-4.0.0.jar, JndiEncBuilder.class
package org.apache.openejb.assembler.classic
JndiEncBuilder.build ( java.util.Map bindings ) : javax.naming.Context
[run-time name: org/apache/openejb/assembler/classic/JndiEncBuilder.build:(Ljava/util/Map;)Ljavax/naming/Context;]
JndiEncBuilder.build ( JndiEncBuilder.JndiScope type ) : javax.naming.Context
[run-time name: org/apache/openejb/assembler/classic/JndiEncBuilder.build:(Lorg/apache/openejb/assembler/classic/JndiEncBuilder$JndiScope;)Ljavax/naming/Context;]
JndiEncBuilder.buildBindings ( JndiEncBuilder.JndiScope type ) : java.util.Map
[run-time name: org/apache/openejb/assembler/classic/JndiEncBuilder.buildBindings:(Lorg/apache/openejb/assembler/classic/JndiEncBuilder$JndiScope;)Ljava/util/Map;]
JndiEncBuilder.JndiEncBuilder ( JndiEncInfo jndiEnc, java.util.Collection injections, String moduleId, java.net.URI moduleUri, String uniqueId, ClassLoader classLoader )
[run-time name: org/apache/openejb/assembler/classic/JndiEncBuilder."<init>":(Lorg/apache/openejb/assembler/classic/JndiEncInfo;Ljava/util/Collection;Ljava/lang/String;Ljava/net/URI;Ljava/lang/String;Ljava/lang/ClassLoader;)V]
JndiEncBuilder.JndiEncBuilder ( JndiEncInfo jndiEnc, java.util.Collection injections, String transactionType, String moduleId, java.net.URI moduleUri, String uniqueId, ClassLoader classLoader )
[run-time name: org/apache/openejb/assembler/classic/JndiEncBuilder."<init>":(Lorg/apache/openejb/assembler/classic/JndiEncInfo;Ljava/util/Collection;Ljava/lang/String;Ljava/lang/String;Ljava/net/URI;Ljava/lang/String;Ljava/lang/ClassLoader;)V]
openejb-core-4.0.0.jar, JndiEncInfoBuilder.class
package org.apache.openejb.config
JndiEncInfoBuilder.build ( org.apache.openejb.jee.JndiConsumer jndiConsumer, String ejbName, String moduleId, java.net.URI moduleUri, org.apache.openejb.assembler.classic.JndiEncInfo moduleJndiEnc, org.apache.openejb.assembler.classic.JndiEncInfo compJndiEnc ) : void
[run-time name: org/apache/openejb/config/JndiEncInfoBuilder.build:(Lorg/apache/openejb/jee/JndiConsumer;Ljava/lang/String;Ljava/lang/String;Ljava/net/URI;Lorg/apache/openejb/assembler/classic/JndiEncInfo;Lorg/apache/openejb/assembler/classic/JndiEncInfo;)V]
openejb-core-4.0.0.jar, JndiNameStrategy.class
package org.apache.openejb.assembler.classic
JndiBuilder.JndiNameStrategy.begin ( org.apache.openejb.BeanContext p1 ) [abstract] : void
[run-time name: org/apache/openejb/assembler/classic/JndiBuilder.JndiNameStrategy.begin:(Lorg/apache/openejb/BeanContext;)V]
JndiBuilder.JndiNameStrategy.getName ( Class p1, String p2, JndiBuilder.JndiNameStrategy.Interface p3 ) [abstract] : String
[run-time name: org/apache/openejb/assembler/classic/JndiBuilder.JndiNameStrategy.getName:(Ljava/lang/Class;Ljava/lang/String;Lorg/apache/openejb/assembler/classic/JndiBuilder$JndiNameStrategy$Interface;)Ljava/lang/String;]
JndiBuilder.JndiNameStrategy.getNames ( Class p1, JndiBuilder.JndiNameStrategy.Interface p2 ) [abstract] : java.util.Map
[run-time name: org/apache/openejb/assembler/classic/JndiBuilder.JndiNameStrategy.getNames:(Ljava/lang/Class;Lorg/apache/openejb/assembler/classic/JndiBuilder$JndiNameStrategy$Interface;)Ljava/util/Map;]
openejb-core-4.0.0.jar, JndiProviderElement.class
package org.apache.openejb.config.sys
SaxOpenejb.JndiProviderElement.endElement ( String uri, String localName, String qName ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.JndiProviderElement.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SaxOpenejb.JndiProviderElement.SaxOpenejb.JndiProviderElement ( SaxOpenejb p1 )
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.JndiProviderElement."<init>":(Lorg/apache/openejb/config/sys/SaxOpenejb;)V]
SaxOpenejb.JndiProviderElement.setValue ( String x0 ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.JndiProviderElement.setValue:(Ljava/lang/String;)V]
SaxOpenejb.JndiProviderElement.startElement ( String x0, String x1, String x2, org.xml.sax.Attributes x3 ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.JndiProviderElement.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
openejb-core-4.0.0.jar, JndiScope.class
package org.apache.openejb.assembler.classic
JndiEncBuilder.JndiScope.valueOf ( String name ) [static] : JndiEncBuilder.JndiScope
[run-time name: org/apache/openejb/assembler/classic/JndiEncBuilder.JndiScope.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/assembler/classic/JndiEncBuilder$JndiScope;]
JndiEncBuilder.JndiScope.values ( ) [static] : JndiEncBuilder.JndiScope[ ]
[run-time name: org/apache/openejb/assembler/classic/JndiEncBuilder.JndiScope.values:()[Lorg/apache/openejb/assembler/classic/JndiEncBuilder$JndiScope;]
openejb-core-4.0.0.jar, JndiUrlReference.class
package org.apache.openejb.core.ivm.naming
JndiUrlReference.getJndiName ( ) : String
[run-time name: org/apache/openejb/core/ivm/naming/JndiUrlReference.getJndiName:()Ljava/lang/String;]
openejb-core-4.0.0.jar, JobSpec.class
package org.apache.openejb.resource.quartz
JobSpec.jobKey ( ) : org.quartz.JobKey
[run-time name: org/apache/openejb/resource/quartz/JobSpec.jobKey:()Lorg/quartz/JobKey;]
JobSpec.triggerKey ( ) : org.quartz.TriggerKey
[run-time name: org/apache/openejb/resource/quartz/JobSpec.triggerKey:()Lorg/quartz/TriggerKey;]
openejb-core-4.0.0.jar, Join.class
package org.apache.openejb.util
Join.join ( String delimiter, Join.NameCallback nameCallback, java.util.Collection collection ) [static] : String
[run-time name: org/apache/openejb/util/Join.join:(Ljava/lang/String;Lorg/apache/openejb/util/Join$NameCallback;Ljava/util/Collection;)Ljava/lang/String;]
Join.join ( String delimiter, Join.NameCallback nameCallback, Object[ ] collection ) [static] : String
[run-time name: org/apache/openejb/util/Join.join:(Ljava/lang/String;Lorg/apache/openejb/util/Join$NameCallback;[Ljava/lang/Object;)Ljava/lang/String;]
Join.strings ( java.util.Collection collection, Join.NameCallback callback ) [static] : java.util.List
[run-time name: org/apache/openejb/util/Join.strings:(Ljava/util/Collection;Lorg/apache/openejb/util/Join$NameCallback;)Ljava/util/List;]
openejb-core-4.0.0.jar, JpaCmpEngine.class
package org.apache.openejb.core.cmp.jpa
JpaCmpEngine.deploy ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/cmp/jpa/JpaCmpEngine.deploy:(Lorg/apache/openejb/BeanContext;)V]
JpaCmpEngine.executeUpdateQuery ( org.apache.openejb.BeanContext beanContext, String signature, Object[ ] args ) : int
[run-time name: org/apache/openejb/core/cmp/jpa/JpaCmpEngine.executeUpdateQuery:(Lorg/apache/openejb/BeanContext;Ljava/lang/String;[Ljava/lang/Object;)I]
JpaCmpEngine.queryBeans ( org.apache.openejb.BeanContext beanContext, String signature, Object[ ] args ) : java.util.List
[run-time name: org/apache/openejb/core/cmp/jpa/JpaCmpEngine.queryBeans:(Lorg/apache/openejb/BeanContext;Ljava/lang/String;[Ljava/lang/Object;)Ljava/util/List;]
JpaCmpEngine.undeploy ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/cmp/jpa/JpaCmpEngine.undeploy:(Lorg/apache/openejb/BeanContext;)V]
openejb-core-4.0.0.jar, JPAPropertyConverter.class
package org.apache.openejb.config
JPAPropertyConverter.toOpenJPAValue ( String key, String value, java.util.Properties properties ) [static] : JPAPropertyConverter.Pair
[run-time name: org/apache/openejb/config/JPAPropertyConverter.toOpenJPAValue:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;)Lorg/apache/openejb/config/JPAPropertyConverter$Pair;]
openejb-core-4.0.0.jar, JtaEntityManager.class
package org.apache.openejb.persistence
JtaEntityManager.createNamedQuery ( String name, Class resultClass ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/JtaEntityManager.createNamedQuery:(Ljava/lang/String;Ljava/lang/Class;)Ljavax/persistence/TypedQuery;]
JtaEntityManager.createQuery ( javax.persistence.criteria.CriteriaQuery criteriaQuery ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/JtaEntityManager.createQuery:(Ljavax/persistence/criteria/CriteriaQuery;)Ljavax/persistence/TypedQuery;]
JtaEntityManager.createQuery ( String qlString, Class resultClass ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/JtaEntityManager.createQuery:(Ljava/lang/String;Ljava/lang/Class;)Ljavax/persistence/TypedQuery;]
JtaEntityManager.detach ( Object entity ) : void
[run-time name: org/apache/openejb/persistence/JtaEntityManager.detach:(Ljava/lang/Object;)V]
JtaEntityManager.find ( Class entityClass, Object primaryKey, java.util.Map properties ) : Object
[run-time name: org/apache/openejb/persistence/JtaEntityManager.find:(Ljava/lang/Class;Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;]
JtaEntityManager.find ( Class entityClass, Object primaryKey, javax.persistence.LockModeType lockMode ) : Object
[run-time name: org/apache/openejb/persistence/JtaEntityManager.find:(Ljava/lang/Class;Ljava/lang/Object;Ljavax/persistence/LockModeType;)Ljava/lang/Object;]
JtaEntityManager.find ( Class entityClass, Object primaryKey, javax.persistence.LockModeType lockMode, java.util.Map properties ) : Object
[run-time name: org/apache/openejb/persistence/JtaEntityManager.find:(Ljava/lang/Class;Ljava/lang/Object;Ljavax/persistence/LockModeType;Ljava/util/Map;)Ljava/lang/Object;]
JtaEntityManager.getCriteriaBuilder ( ) : javax.persistence.criteria.CriteriaBuilder
[run-time name: org/apache/openejb/persistence/JtaEntityManager.getCriteriaBuilder:()Ljavax/persistence/criteria/CriteriaBuilder;]
JtaEntityManager.getEntityManagerFactory ( ) : javax.persistence.EntityManagerFactory
[run-time name: org/apache/openejb/persistence/JtaEntityManager.getEntityManagerFactory:()Ljavax/persistence/EntityManagerFactory;]
JtaEntityManager.getLockMode ( Object entity ) : javax.persistence.LockModeType
[run-time name: org/apache/openejb/persistence/JtaEntityManager.getLockMode:(Ljava/lang/Object;)Ljavax/persistence/LockModeType;]
JtaEntityManager.getMetamodel ( ) : javax.persistence.metamodel.Metamodel
[run-time name: org/apache/openejb/persistence/JtaEntityManager.getMetamodel:()Ljavax/persistence/metamodel/Metamodel;]
JtaEntityManager.getProperties ( ) : java.util.Map
[run-time name: org/apache/openejb/persistence/JtaEntityManager.getProperties:()Ljava/util/Map;]
JtaEntityManager.JtaEntityManager ( JtaEntityManagerRegistry registry, javax.persistence.EntityManagerFactory entityManagerFactory, java.util.Map properties, String unitName )
[run-time name: org/apache/openejb/persistence/JtaEntityManager."<init>":(Lorg/apache/openejb/persistence/JtaEntityManagerRegistry;Ljavax/persistence/EntityManagerFactory;Ljava/util/Map;Ljava/lang/String;)V]
JtaEntityManager.lock ( Object entity, javax.persistence.LockModeType lockMode, java.util.Map properties ) : void
[run-time name: org/apache/openejb/persistence/JtaEntityManager.lock:(Ljava/lang/Object;Ljavax/persistence/LockModeType;Ljava/util/Map;)V]
JtaEntityManager.refresh ( Object entity, java.util.Map properties ) : void
[run-time name: org/apache/openejb/persistence/JtaEntityManager.refresh:(Ljava/lang/Object;Ljava/util/Map;)V]
JtaEntityManager.refresh ( Object entity, javax.persistence.LockModeType lockMode ) : void
[run-time name: org/apache/openejb/persistence/JtaEntityManager.refresh:(Ljava/lang/Object;Ljavax/persistence/LockModeType;)V]
JtaEntityManager.refresh ( Object entity, javax.persistence.LockModeType lockMode, java.util.Map properties ) : void
[run-time name: org/apache/openejb/persistence/JtaEntityManager.refresh:(Ljava/lang/Object;Ljavax/persistence/LockModeType;Ljava/util/Map;)V]
JtaEntityManager.setProperty ( String name, Object value ) : void
[run-time name: org/apache/openejb/persistence/JtaEntityManager.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
JtaEntityManager.unwrap ( Class cls ) : Object
[run-time name: org/apache/openejb/persistence/JtaEntityManager.unwrap:(Ljava/lang/Class;)Ljava/lang/Object;]
JtaEntityManager.writeReplace ( ) : Object
[run-time name: org/apache/openejb/persistence/JtaEntityManager.writeReplace:()Ljava/lang/Object;]
openejb-core-4.0.0.jar, JtaEntityManagerRegistry.class
package org.apache.openejb.persistence
JtaEntityManagerRegistry.getEntityManager ( javax.persistence.EntityManagerFactory entityManagerFactory, java.util.Map properties, boolean extended, String unitName ) : javax.persistence.EntityManager
[run-time name: org/apache/openejb/persistence/JtaEntityManagerRegistry.getEntityManager:(Ljavax/persistence/EntityManagerFactory;Ljava/util/Map;ZLjava/lang/String;)Ljavax/persistence/EntityManager;]
JtaEntityManagerRegistry.getInheritedEntityManager ( javax.persistence.EntityManagerFactory entityManagerFactory ) : JtaEntityManagerRegistry.EntityManagerTracker
[run-time name: org/apache/openejb/persistence/JtaEntityManagerRegistry.getInheritedEntityManager:(Ljavax/persistence/EntityManagerFactory;)Lorg/apache/openejb/persistence/JtaEntityManagerRegistry$EntityManagerTracker;]
openejb-core-4.0.0.jar, JtaQuery.class
package org.apache.openejb.persistence
JtaQuery.getFirstResult ( ) : int
[run-time name: org/apache/openejb/persistence/JtaQuery.getFirstResult:()I]
JtaQuery.getFlushMode ( ) : javax.persistence.FlushModeType
[run-time name: org/apache/openejb/persistence/JtaQuery.getFlushMode:()Ljavax/persistence/FlushModeType;]
JtaQuery.getHints ( ) : java.util.Map
[run-time name: org/apache/openejb/persistence/JtaQuery.getHints:()Ljava/util/Map;]
JtaQuery.getLockMode ( ) : javax.persistence.LockModeType
[run-time name: org/apache/openejb/persistence/JtaQuery.getLockMode:()Ljavax/persistence/LockModeType;]
JtaQuery.getMaxResults ( ) : int
[run-time name: org/apache/openejb/persistence/JtaQuery.getMaxResults:()I]
JtaQuery.getParameter ( int position ) : javax.persistence.Parameter
[run-time name: org/apache/openejb/persistence/JtaQuery.getParameter:(I)Ljavax/persistence/Parameter;]
JtaQuery.getParameter ( int position, Class type ) : javax.persistence.Parameter
[run-time name: org/apache/openejb/persistence/JtaQuery.getParameter:(ILjava/lang/Class;)Ljavax/persistence/Parameter;]
JtaQuery.getParameter ( String name ) : javax.persistence.Parameter
[run-time name: org/apache/openejb/persistence/JtaQuery.getParameter:(Ljava/lang/String;)Ljavax/persistence/Parameter;]
JtaQuery.getParameter ( String name, Class type ) : javax.persistence.Parameter
[run-time name: org/apache/openejb/persistence/JtaQuery.getParameter:(Ljava/lang/String;Ljava/lang/Class;)Ljavax/persistence/Parameter;]
JtaQuery.getParameters ( ) : java.util.Set
[run-time name: org/apache/openejb/persistence/JtaQuery.getParameters:()Ljava/util/Set;]
JtaQuery.getParameterValue ( int position ) : Object
[run-time name: org/apache/openejb/persistence/JtaQuery.getParameterValue:(I)Ljava/lang/Object;]
JtaQuery.getParameterValue ( javax.persistence.Parameter param ) : Object
[run-time name: org/apache/openejb/persistence/JtaQuery.getParameterValue:(Ljavax/persistence/Parameter;)Ljava/lang/Object;]
JtaQuery.getParameterValue ( String name ) : Object
[run-time name: org/apache/openejb/persistence/JtaQuery.getParameterValue:(Ljava/lang/String;)Ljava/lang/Object;]
JtaQuery.isBound ( javax.persistence.Parameter param ) : boolean
[run-time name: org/apache/openejb/persistence/JtaQuery.isBound:(Ljavax/persistence/Parameter;)Z]
JtaQuery.JtaQuery ( javax.persistence.EntityManager entityManager, JtaEntityManager jtaEntityManager, javax.persistence.Query query )
[run-time name: org/apache/openejb/persistence/JtaQuery."<init>":(Ljavax/persistence/EntityManager;Lorg/apache/openejb/persistence/JtaEntityManager;Ljavax/persistence/Query;)V]
JtaQuery.setLockMode ( javax.persistence.LockModeType lockMode ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/JtaQuery.setLockMode:(Ljavax/persistence/LockModeType;)Ljavax/persistence/Query;]
JtaQuery.setParameter ( javax.persistence.Parameter param, java.util.Calendar value, javax.persistence.TemporalType temporalType ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/JtaQuery.setParameter:(Ljavax/persistence/Parameter;Ljava/util/Calendar;Ljavax/persistence/TemporalType;)Ljavax/persistence/Query;]
JtaQuery.setParameter ( javax.persistence.Parameter param, java.util.Date value, javax.persistence.TemporalType temporalType ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/JtaQuery.setParameter:(Ljavax/persistence/Parameter;Ljava/util/Date;Ljavax/persistence/TemporalType;)Ljavax/persistence/Query;]
JtaQuery.setParameter ( javax.persistence.Parameter param, Object value ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/JtaQuery.setParameter:(Ljavax/persistence/Parameter;Ljava/lang/Object;)Ljavax/persistence/Query;]
JtaQuery.unwrap ( Class cls ) : Object
[run-time name: org/apache/openejb/persistence/JtaQuery.unwrap:(Ljava/lang/Class;)Ljava/lang/Object;]
openejb-core-4.0.0.jar, JtaTransactionPolicy.class
package org.apache.openejb.core.transaction
JtaTransactionPolicy.setRollbackOnly ( javax.transaction.Transaction tx, Throwable reason ) : void
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy.setRollbackOnly:(Ljavax/transaction/Transaction;Ljava/lang/Throwable;)V]
JtaTransactionPolicy.setRollbackOnly ( Throwable reason ) : void
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy.setRollbackOnly:(Ljava/lang/Throwable;)V]
openejb-core-4.0.0.jar, JtaTypedQuery.class
package org.apache.openejb.persistence
JtaTypedQuery.getResultList ( ) : java.util.List
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.getResultList:()Ljava/util/List;]
JtaTypedQuery.getSingleResult ( ) : Object
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.getSingleResult:()Ljava/lang/Object;]
JtaTypedQuery.JtaTypedQuery ( javax.persistence.EntityManager entityManager, JtaEntityManager jtaEm, javax.persistence.Query query )
[run-time name: org/apache/openejb/persistence/JtaTypedQuery."<init>":(Ljavax/persistence/EntityManager;Lorg/apache/openejb/persistence/JtaEntityManager;Ljavax/persistence/Query;)V]
JtaTypedQuery.setFirstResult ( int i ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setFirstResult:(I)Ljavax/persistence/TypedQuery;]
JtaTypedQuery.setFirstResult ( int x0 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setFirstResult:(I)Ljavax/persistence/Query;]
JtaTypedQuery.setFlushMode ( javax.persistence.FlushModeType flushModeType ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setFlushMode:(Ljavax/persistence/FlushModeType;)Ljavax/persistence/TypedQuery;]
JtaTypedQuery.setFlushMode ( javax.persistence.FlushModeType x0 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setFlushMode:(Ljavax/persistence/FlushModeType;)Ljavax/persistence/Query;]
JtaTypedQuery.setHint ( String s, Object o ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setHint:(Ljava/lang/String;Ljava/lang/Object;)Ljavax/persistence/TypedQuery;]
JtaTypedQuery.setHint ( String x0, Object x1 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setHint:(Ljava/lang/String;Ljava/lang/Object;)Ljavax/persistence/Query;]
JtaTypedQuery.setLockMode ( javax.persistence.LockModeType lockMode ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setLockMode:(Ljavax/persistence/LockModeType;)Ljavax/persistence/TypedQuery;]
JtaTypedQuery.setLockMode ( javax.persistence.LockModeType x0 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setLockMode:(Ljavax/persistence/LockModeType;)Ljavax/persistence/Query;]
JtaTypedQuery.setMaxResults ( int i ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setMaxResults:(I)Ljavax/persistence/TypedQuery;]
JtaTypedQuery.setMaxResults ( int x0 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setMaxResults:(I)Ljavax/persistence/Query;]
JtaTypedQuery.setParameter ( int i, java.util.Calendar calendar, javax.persistence.TemporalType temporalType ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setParameter:(ILjava/util/Calendar;Ljavax/persistence/TemporalType;)Ljavax/persistence/TypedQuery;]
JtaTypedQuery.setParameter ( int i, java.util.Date date, javax.persistence.TemporalType temporalType ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setParameter:(ILjava/util/Date;Ljavax/persistence/TemporalType;)Ljavax/persistence/TypedQuery;]
JtaTypedQuery.setParameter ( int i, Object o ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setParameter:(ILjava/lang/Object;)Ljavax/persistence/TypedQuery;]
JtaTypedQuery.setParameter ( int x0, java.util.Calendar x1, javax.persistence.TemporalType x2 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setParameter:(ILjava/util/Calendar;Ljavax/persistence/TemporalType;)Ljavax/persistence/Query;]
JtaTypedQuery.setParameter ( int x0, java.util.Date x1, javax.persistence.TemporalType x2 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setParameter:(ILjava/util/Date;Ljavax/persistence/TemporalType;)Ljavax/persistence/Query;]
JtaTypedQuery.setParameter ( int x0, Object x1 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setParameter:(ILjava/lang/Object;)Ljavax/persistence/Query;]
JtaTypedQuery.setParameter ( javax.persistence.Parameter param, java.util.Calendar value, javax.persistence.TemporalType temporalType ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setParameter:(Ljavax/persistence/Parameter;Ljava/util/Calendar;Ljavax/persistence/TemporalType;)Ljavax/persistence/TypedQuery;]
JtaTypedQuery.setParameter ( javax.persistence.Parameter param, java.util.Date value, javax.persistence.TemporalType temporalType ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setParameter:(Ljavax/persistence/Parameter;Ljava/util/Date;Ljavax/persistence/TemporalType;)Ljavax/persistence/TypedQuery;]
JtaTypedQuery.setParameter ( javax.persistence.Parameter param, Object value ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setParameter:(Ljavax/persistence/Parameter;Ljava/lang/Object;)Ljavax/persistence/TypedQuery;]
JtaTypedQuery.setParameter ( javax.persistence.Parameter x0, java.util.Calendar x1, javax.persistence.TemporalType x2 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setParameter:(Ljavax/persistence/Parameter;Ljava/util/Calendar;Ljavax/persistence/TemporalType;)Ljavax/persistence/Query;]
JtaTypedQuery.setParameter ( javax.persistence.Parameter x0, java.util.Date x1, javax.persistence.TemporalType x2 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setParameter:(Ljavax/persistence/Parameter;Ljava/util/Date;Ljavax/persistence/TemporalType;)Ljavax/persistence/Query;]
JtaTypedQuery.setParameter ( javax.persistence.Parameter x0, Object x1 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setParameter:(Ljavax/persistence/Parameter;Ljava/lang/Object;)Ljavax/persistence/Query;]
JtaTypedQuery.setParameter ( String s, java.util.Calendar calendar, javax.persistence.TemporalType temporalType ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setParameter:(Ljava/lang/String;Ljava/util/Calendar;Ljavax/persistence/TemporalType;)Ljavax/persistence/TypedQuery;]
JtaTypedQuery.setParameter ( String s, java.util.Date date, javax.persistence.TemporalType temporalType ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setParameter:(Ljava/lang/String;Ljava/util/Date;Ljavax/persistence/TemporalType;)Ljavax/persistence/TypedQuery;]
JtaTypedQuery.setParameter ( String s, Object o ) : javax.persistence.TypedQuery
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setParameter:(Ljava/lang/String;Ljava/lang/Object;)Ljavax/persistence/TypedQuery;]
JtaTypedQuery.setParameter ( String x0, java.util.Calendar x1, javax.persistence.TemporalType x2 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setParameter:(Ljava/lang/String;Ljava/util/Calendar;Ljavax/persistence/TemporalType;)Ljavax/persistence/Query;]
JtaTypedQuery.setParameter ( String x0, java.util.Date x1, javax.persistence.TemporalType x2 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setParameter:(Ljava/lang/String;Ljava/util/Date;Ljavax/persistence/TemporalType;)Ljavax/persistence/Query;]
JtaTypedQuery.setParameter ( String x0, Object x1 ) : javax.persistence.Query
[run-time name: org/apache/openejb/persistence/JtaTypedQuery.setParameter:(Ljava/lang/String;Ljava/lang/Object;)Ljavax/persistence/Query;]
openejb-core-4.0.0.jar, JULOpenJPALog.class
package org.apache.openejb.openjpa
JULOpenJPALog.error ( Object o ) : void
[run-time name: org/apache/openejb/openjpa/JULOpenJPALog.error:(Ljava/lang/Object;)V]
JULOpenJPALog.error ( Object o, Throwable t ) : void
[run-time name: org/apache/openejb/openjpa/JULOpenJPALog.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V]
JULOpenJPALog.fatal ( Object o ) : void
[run-time name: org/apache/openejb/openjpa/JULOpenJPALog.fatal:(Ljava/lang/Object;)V]
JULOpenJPALog.fatal ( Object o, Throwable t ) : void
[run-time name: org/apache/openejb/openjpa/JULOpenJPALog.fatal:(Ljava/lang/Object;Ljava/lang/Throwable;)V]
JULOpenJPALog.info ( Object o ) : void
[run-time name: org/apache/openejb/openjpa/JULOpenJPALog.info:(Ljava/lang/Object;)V]
JULOpenJPALog.info ( Object o, Throwable t ) : void
[run-time name: org/apache/openejb/openjpa/JULOpenJPALog.info:(Ljava/lang/Object;Ljava/lang/Throwable;)V]
JULOpenJPALog.isErrorEnabled ( ) : boolean
[run-time name: org/apache/openejb/openjpa/JULOpenJPALog.isErrorEnabled:()Z]
JULOpenJPALog.isFatalEnabled ( ) : boolean
[run-time name: org/apache/openejb/openjpa/JULOpenJPALog.isFatalEnabled:()Z]
JULOpenJPALog.isInfoEnabled ( ) : boolean
[run-time name: org/apache/openejb/openjpa/JULOpenJPALog.isInfoEnabled:()Z]
JULOpenJPALog.isTraceEnabled ( ) : boolean
[run-time name: org/apache/openejb/openjpa/JULOpenJPALog.isTraceEnabled:()Z]
JULOpenJPALog.isWarnEnabled ( ) : boolean
[run-time name: org/apache/openejb/openjpa/JULOpenJPALog.isWarnEnabled:()Z]
JULOpenJPALog.JULOpenJPALog ( String channel )
[run-time name: org/apache/openejb/openjpa/JULOpenJPALog."<init>":(Ljava/lang/String;)V]
JULOpenJPALog.trace ( Object o ) : void
[run-time name: org/apache/openejb/openjpa/JULOpenJPALog.trace:(Ljava/lang/Object;)V]
JULOpenJPALog.trace ( Object o, Throwable t ) : void
[run-time name: org/apache/openejb/openjpa/JULOpenJPALog.trace:(Ljava/lang/Object;Ljava/lang/Throwable;)V]
JULOpenJPALog.warn ( Object o ) : void
[run-time name: org/apache/openejb/openjpa/JULOpenJPALog.warn:(Ljava/lang/Object;)V]
JULOpenJPALog.warn ( Object o, Throwable t ) : void
[run-time name: org/apache/openejb/openjpa/JULOpenJPALog.warn:(Ljava/lang/Object;Ljava/lang/Throwable;)V]
openejb-core-4.0.0.jar, JULOpenJPALogFactory.class
package org.apache.openejb.openjpa
JULOpenJPALogFactory.JULOpenJPALogFactory ( )
[run-time name: org/apache/openejb/openjpa/JULOpenJPALogFactory."<init>":()V]
JULOpenJPALogFactory.newLogAdapter ( String channel ) : org.apache.openjpa.lib.log.Log
[run-time name: org/apache/openejb/openjpa/JULOpenJPALogFactory.newLogAdapter:(Ljava/lang/String;)Lorg/apache/openjpa/lib/log/Log;]
openejb-core-4.0.0.jar, LegacyAddedSuffixStrategy.class
package org.apache.openejb.assembler.classic
JndiBuilder.LegacyAddedSuffixStrategy.begin ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/assembler/classic/JndiBuilder.LegacyAddedSuffixStrategy.begin:(Lorg/apache/openejb/BeanContext;)V]
JndiBuilder.LegacyAddedSuffixStrategy.getName ( Class interfce, String key, JndiBuilder.JndiNameStrategy.Interface type ) : String
[run-time name: org/apache/openejb/assembler/classic/JndiBuilder.LegacyAddedSuffixStrategy.getName:(Ljava/lang/Class;Ljava/lang/String;Lorg/apache/openejb/assembler/classic/JndiBuilder$JndiNameStrategy$Interface;)Ljava/lang/String;]
JndiBuilder.LegacyAddedSuffixStrategy.getNames ( Class interfce, JndiBuilder.JndiNameStrategy.Interface type ) : java.util.Map
[run-time name: org/apache/openejb/assembler/classic/JndiBuilder.LegacyAddedSuffixStrategy.getNames:(Ljava/lang/Class;Lorg/apache/openejb/assembler/classic/JndiBuilder$JndiNameStrategy$Interface;)Ljava/util/Map;]
openejb-core-4.0.0.jar, LegacyProcessor.class
package org.apache.openejb.config
LegacyProcessor.deploy ( AppModule appModule ) : AppModule
[run-time name: org/apache/openejb/config/LegacyProcessor.deploy:(Lorg/apache/openejb/config/AppModule;)Lorg/apache/openejb/config/AppModule;]
LegacyProcessor.LegacyProcessor ( )
[run-time name: org/apache/openejb/config/LegacyProcessor."<init>":()V]
LegacyProcessor.process ( Class clazz, org.apache.openejb.jee.EnterpriseBean bean ) [static] : void
[run-time name: org/apache/openejb/config/LegacyProcessor.process:(Ljava/lang/Class;Lorg/apache/openejb/jee/EnterpriseBean;)V]
openejb-core-4.0.0.jar, Line.class
package org.apache.openejb.table
Line.getColumns ( ) : String[ ]
[run-time name: org/apache/openejb/table/Line.getColumns:()[Ljava/lang/String;]
Line.Line ( String[ ] columns )
[run-time name: org/apache/openejb/table/Line."<init>":([Ljava/lang/String;)V]
Line.print ( int[ ] max, java.io.PrintStream out ) : void
[run-time name: org/apache/openejb/table/Line.print:([ILjava/io/PrintStream;)V]
Line.print ( int[ ] max, java.io.PrintStream out, boolean header ) : void
[run-time name: org/apache/openejb/table/Line.print:([ILjava/io/PrintStream;Z)V]
Line.setCr ( String cr ) : void
[run-time name: org/apache/openejb/table/Line.setCr:(Ljava/lang/String;)V]
openejb-core-4.0.0.jar, Lines.class
package org.apache.openejb.table
Lines.add ( Line line ) : void
[run-time name: org/apache/openejb/table/Lines.add:(Lorg/apache/openejb/table/Line;)V]
Lines.getLines ( ) : java.util.List
[run-time name: org/apache/openejb/table/Lines.getLines:()Ljava/util/List;]
Lines.Lines ( )
[run-time name: org/apache/openejb/table/Lines."<init>":()V]
Lines.Lines ( String cr )
[run-time name: org/apache/openejb/table/Lines."<init>":(Ljava/lang/String;)V]
Lines.print ( java.io.PrintStream out ) : void
[run-time name: org/apache/openejb/table/Lines.print:(Ljava/io/PrintStream;)V]
Lines.print ( java.io.PrintStream out, boolean headers ) : void
[run-time name: org/apache/openejb/table/Lines.print:(Ljava/io/PrintStream;Z)V]
openejb-core-4.0.0.jar, LinkBuiltInTypes.class
package org.apache.openejb.config
LinkBuiltInTypes.deploy ( AppModule appModule ) : AppModule
[run-time name: org/apache/openejb/config/LinkBuiltInTypes.deploy:(Lorg/apache/openejb/config/AppModule;)Lorg/apache/openejb/config/AppModule;]
LinkBuiltInTypes.LinkBuiltInTypes ( )
[run-time name: org/apache/openejb/config/LinkBuiltInTypes."<init>":()V]
openejb-core-4.0.0.jar, LinkResolver.class
package org.apache.openejb.util
LinkResolver.add ( java.net.URI moduleURI, String name, Object value ) : boolean
[run-time name: org/apache/openejb/util/LinkResolver.add:(Ljava/net/URI;Ljava/lang/String;Ljava/lang/Object;)Z]
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;]
openejb-core-4.0.0.jar, LocalBeanProxyGeneratorImpl.class
package org.apache.openejb.util.proxy
LocalBeanProxyGeneratorImpl.isLocalBean ( Class clazz ) [static] : boolean
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyGeneratorImpl.isLocalBean:(Ljava/lang/Class;)Z]
openejb-core-4.0.0.jar, LocalInitialContext.class
package org.apache.openejb.client
LocalInitialContext.LocalInitialContext ( java.util.Hashtable env, org.apache.openejb.core.LocalInitialContextFactory factory )
[run-time name: org/apache/openejb/client/LocalInitialContext."<init>":(Ljava/util/Hashtable;Lorg/apache/openejb/core/LocalInitialContextFactory;)V]
package org.apache.openejb.core
LocalInitialContext.bind ( String name, Object obj ) : void
[run-time name: org/apache/openejb/core/LocalInitialContext.bind:(Ljava/lang/String;Ljava/lang/Object;)V]
LocalInitialContext.close ( ) : void
[run-time name: org/apache/openejb/core/LocalInitialContext.close:()V]
LocalInitialContext.LocalInitialContext ( java.util.Hashtable env, LocalInitialContextFactory factory )
[run-time name: org/apache/openejb/core/LocalInitialContext."<init>":(Ljava/util/Hashtable;Lorg/apache/openejb/core/LocalInitialContextFactory;)V]
openejb-core-4.0.0.jar, LocalInitialContextFactory.class
package org.apache.openejb.core
LocalInitialContextFactory.close ( ) : void
[run-time name: org/apache/openejb/core/LocalInitialContextFactory.close:()V]
LocalInitialContextFactory.getInitialContext ( java.util.Hashtable env ) : javax.naming.Context
[run-time name: org/apache/openejb/core/LocalInitialContextFactory.getInitialContext:(Ljava/util/Hashtable;)Ljavax/naming/Context;]
LocalInitialContextFactory.init ( java.util.Hashtable env ) : void
[run-time name: org/apache/openejb/core/LocalInitialContextFactory.init:(Ljava/util/Hashtable;)V]
LocalInitialContextFactory.init ( java.util.Properties properties ) : void
[run-time name: org/apache/openejb/core/LocalInitialContextFactory.init:(Ljava/util/Properties;)V]
LocalInitialContextFactory.LocalInitialContextFactory ( )
[run-time name: org/apache/openejb/core/LocalInitialContextFactory."<init>":()V]
openejb-core-4.0.0.jar, LocalMBeanServer.class
package org.apache.openejb.monitoring
LocalMBeanServer.addNotificationListener ( javax.management.ObjectName name, javax.management.NotificationListener listener, javax.management.NotificationFilter filter, Object handback ) : void
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.addNotificationListener:(Ljavax/management/ObjectName;Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V]
LocalMBeanServer.addNotificationListener ( javax.management.ObjectName name, javax.management.ObjectName listener, javax.management.NotificationFilter filter, Object handback ) : void
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.addNotificationListener:(Ljavax/management/ObjectName;Ljavax/management/ObjectName;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V]
LocalMBeanServer.createMBean ( String className, javax.management.ObjectName name ) : javax.management.ObjectInstance
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.createMBean:(Ljava/lang/String;Ljavax/management/ObjectName;)Ljavax/management/ObjectInstance;]
LocalMBeanServer.createMBean ( String className, javax.management.ObjectName name, javax.management.ObjectName loaderName ) : javax.management.ObjectInstance
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.createMBean:(Ljava/lang/String;Ljavax/management/ObjectName;Ljavax/management/ObjectName;)Ljavax/management/ObjectInstance;]
LocalMBeanServer.createMBean ( String className, javax.management.ObjectName name, javax.management.ObjectName loaderName, Object[ ] params, String[ ] signature ) : javax.management.ObjectInstance
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.createMBean:(Ljava/lang/String;Ljavax/management/ObjectName;Ljavax/management/ObjectName;[Ljava/lang/Object;[Ljava/lang/String;)Ljavax/management/ObjectInstance;]
LocalMBeanServer.createMBean ( String className, javax.management.ObjectName name, Object[ ] params, String[ ] signature ) : javax.management.ObjectInstance
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.createMBean:(Ljava/lang/String;Ljavax/management/ObjectName;[Ljava/lang/Object;[Ljava/lang/String;)Ljavax/management/ObjectInstance;]
LocalMBeanServer.deserialize ( javax.management.ObjectName name, byte[ ] data ) : java.io.ObjectInputStream
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.deserialize:(Ljavax/management/ObjectName;[B)Ljava/io/ObjectInputStream;]
LocalMBeanServer.deserialize ( String className, byte[ ] data ) : java.io.ObjectInputStream
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.deserialize:(Ljava/lang/String;[B)Ljava/io/ObjectInputStream;]
LocalMBeanServer.deserialize ( String className, javax.management.ObjectName loaderName, byte[ ] data ) : java.io.ObjectInputStream
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.deserialize:(Ljava/lang/String;Ljavax/management/ObjectName;[B)Ljava/io/ObjectInputStream;]
LocalMBeanServer.get ( ) [static] : javax.management.MBeanServer
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.get:()Ljavax/management/MBeanServer;]
LocalMBeanServer.getAttribute ( javax.management.ObjectName name, String attribute ) : Object
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.getAttribute:(Ljavax/management/ObjectName;Ljava/lang/String;)Ljava/lang/Object;]
LocalMBeanServer.getAttributes ( javax.management.ObjectName name, String[ ] attributes ) : javax.management.AttributeList
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.getAttributes:(Ljavax/management/ObjectName;[Ljava/lang/String;)Ljavax/management/AttributeList;]
LocalMBeanServer.getClassLoader ( javax.management.ObjectName loaderName ) : ClassLoader
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.getClassLoader:(Ljavax/management/ObjectName;)Ljava/lang/ClassLoader;]
LocalMBeanServer.getClassLoaderFor ( javax.management.ObjectName mbeanName ) : ClassLoader
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.getClassLoaderFor:(Ljavax/management/ObjectName;)Ljava/lang/ClassLoader;]
LocalMBeanServer.getClassLoaderRepository ( ) : javax.management.loading.ClassLoaderRepository
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.getClassLoaderRepository:()Ljavax/management/loading/ClassLoaderRepository;]
LocalMBeanServer.getDefaultDomain ( ) : String
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.getDefaultDomain:()Ljava/lang/String;]
LocalMBeanServer.getDomains ( ) : String[ ]
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.getDomains:()[Ljava/lang/String;]
LocalMBeanServer.getMBeanCount ( ) : Integer
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.getMBeanCount:()Ljava/lang/Integer;]
LocalMBeanServer.getMBeanInfo ( javax.management.ObjectName name ) : javax.management.MBeanInfo
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.getMBeanInfo:(Ljavax/management/ObjectName;)Ljavax/management/MBeanInfo;]
LocalMBeanServer.getObjectInstance ( javax.management.ObjectName name ) : javax.management.ObjectInstance
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.getObjectInstance:(Ljavax/management/ObjectName;)Ljavax/management/ObjectInstance;]
LocalMBeanServer.instantiate ( String className ) : Object
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.instantiate:(Ljava/lang/String;)Ljava/lang/Object;]
LocalMBeanServer.instantiate ( String className, javax.management.ObjectName loaderName ) : Object
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.instantiate:(Ljava/lang/String;Ljavax/management/ObjectName;)Ljava/lang/Object;]
LocalMBeanServer.instantiate ( String className, javax.management.ObjectName loaderName, Object[ ] params, String[ ] signature ) : Object
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.instantiate:(Ljava/lang/String;Ljavax/management/ObjectName;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;]
LocalMBeanServer.instantiate ( String className, Object[ ] params, String[ ] signature ) : Object
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.instantiate:(Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;]
LocalMBeanServer.invoke ( javax.management.ObjectName name, String operationName, Object[ ] params, String[ ] signature ) : Object
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.invoke:(Ljavax/management/ObjectName;Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;]
LocalMBeanServer.isInstanceOf ( javax.management.ObjectName name, String className ) : boolean
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.isInstanceOf:(Ljavax/management/ObjectName;Ljava/lang/String;)Z]
LocalMBeanServer.isRegistered ( javax.management.ObjectName name ) : boolean
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.isRegistered:(Ljavax/management/ObjectName;)Z]
LocalMBeanServer.queryMBeans ( javax.management.ObjectName name, javax.management.QueryExp query ) : java.util.Set
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.queryMBeans:(Ljavax/management/ObjectName;Ljavax/management/QueryExp;)Ljava/util/Set;]
LocalMBeanServer.queryNames ( javax.management.ObjectName name, javax.management.QueryExp query ) : java.util.Set
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.queryNames:(Ljavax/management/ObjectName;Ljavax/management/QueryExp;)Ljava/util/Set;]
LocalMBeanServer.registerMBean ( Object object, javax.management.ObjectName name ) : javax.management.ObjectInstance
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.registerMBean:(Ljava/lang/Object;Ljavax/management/ObjectName;)Ljavax/management/ObjectInstance;]
LocalMBeanServer.removeNotificationListener ( javax.management.ObjectName name, javax.management.NotificationListener listener ) : void
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.removeNotificationListener:(Ljavax/management/ObjectName;Ljavax/management/NotificationListener;)V]
LocalMBeanServer.removeNotificationListener ( javax.management.ObjectName name, javax.management.NotificationListener listener, javax.management.NotificationFilter filter, Object handback ) : void
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.removeNotificationListener:(Ljavax/management/ObjectName;Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V]
LocalMBeanServer.removeNotificationListener ( javax.management.ObjectName name, javax.management.ObjectName listener ) : void
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.removeNotificationListener:(Ljavax/management/ObjectName;Ljavax/management/ObjectName;)V]
LocalMBeanServer.removeNotificationListener ( javax.management.ObjectName name, javax.management.ObjectName listener, javax.management.NotificationFilter filter, Object handback ) : void
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.removeNotificationListener:(Ljavax/management/ObjectName;Ljavax/management/ObjectName;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V]
LocalMBeanServer.setAttribute ( javax.management.ObjectName name, javax.management.Attribute attribute ) : void
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.setAttribute:(Ljavax/management/ObjectName;Ljavax/management/Attribute;)V]
LocalMBeanServer.setAttributes ( javax.management.ObjectName name, javax.management.AttributeList attributes ) : javax.management.AttributeList
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.setAttributes:(Ljavax/management/ObjectName;Ljavax/management/AttributeList;)Ljavax/management/AttributeList;]
LocalMBeanServer.unregisterMBean ( javax.management.ObjectName name ) : void
[run-time name: org/apache/openejb/monitoring/LocalMBeanServer.unregisterMBean:(Ljavax/management/ObjectName;)V]
openejb-core-4.0.0.jar, LockHandler.class
package org.apache.openejb.config
AnnotationDeployer.ProcessAnnotatedBeans.LockHandler.addClassLevelDeclaration ( annotation.Annotation x0, Class x1 ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.LockHandler.addClassLevelDeclaration:(Ljava/lang/annotation/Annotation;Ljava/lang/Class;)V]
AnnotationDeployer.ProcessAnnotatedBeans.LockHandler.addClassLevelDeclaration ( javax.ejb.Lock attribute, Class type ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.LockHandler.addClassLevelDeclaration:(Ljavax/ejb/Lock;Ljava/lang/Class;)V]
AnnotationDeployer.ProcessAnnotatedBeans.LockHandler.addMethodLevelDeclaration ( annotation.Annotation x0, reflect.Method x1 ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.LockHandler.addMethodLevelDeclaration:(Ljava/lang/annotation/Annotation;Ljava/lang/reflect/Method;)V]
AnnotationDeployer.ProcessAnnotatedBeans.LockHandler.addMethodLevelDeclaration ( javax.ejb.Lock attribute, reflect.Method method ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.LockHandler.addMethodLevelDeclaration:(Ljavax/ejb/Lock;Ljava/lang/reflect/Method;)V]
AnnotationDeployer.ProcessAnnotatedBeans.LockHandler.AnnotationDeployer.ProcessAnnotatedBeans.LockHandler ( org.apache.openejb.jee.AssemblyDescriptor assemblyDescriptor, org.apache.openejb.jee.SessionBean bean )
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.LockHandler."<init>":(Lorg/apache/openejb/jee/AssemblyDescriptor;Lorg/apache/openejb/jee/SessionBean;)V]
AnnotationDeployer.ProcessAnnotatedBeans.LockHandler.AnnotationDeployer.ProcessAnnotatedBeans.LockHandler ( org.apache.openejb.jee.AssemblyDescriptor assemblyDescriptor, org.apache.openejb.jee.SessionBean bean, java.util.Map methods )
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.LockHandler."<init>":(Lorg/apache/openejb/jee/AssemblyDescriptor;Lorg/apache/openejb/jee/SessionBean;Ljava/util/Map;)V]
AnnotationDeployer.ProcessAnnotatedBeans.LockHandler.getAnnotationClass ( ) : Class
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.LockHandler.getAnnotationClass:()Ljava/lang/Class;]
AnnotationDeployer.ProcessAnnotatedBeans.LockHandler.getContainerConcurrency ( Class x0 ) : org.apache.openejb.jee.ContainerConcurrency
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.LockHandler.getContainerConcurrency:(Ljava/lang/Class;)Lorg/apache/openejb/jee/ContainerConcurrency;]
AnnotationDeployer.ProcessAnnotatedBeans.LockHandler.getContainerConcurrency ( reflect.Method x0 ) : org.apache.openejb.jee.ContainerConcurrency
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.LockHandler.getContainerConcurrency:(Ljava/lang/reflect/Method;)Lorg/apache/openejb/jee/ContainerConcurrency;]
AnnotationDeployer.ProcessAnnotatedBeans.LockHandler.getExistingDeclarations ( ) : java.util.Map
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.LockHandler.getExistingDeclarations:()Ljava/util/Map;]
openejb-core-4.0.0.jar, Logger.class
package org.apache.openejb.util
Logger.isLevelEnable ( String level ) : boolean
[run-time name: org/apache/openejb/util/Logger.isLevelEnable:(Ljava/lang/String;)Z]
Logger.isLog4jImplied ( ) [static] : boolean
[run-time name: org/apache/openejb/util/Logger.isLog4jImplied:()Z]
Logger.log ( String level, String message ) : void
[run-time name: org/apache/openejb/util/Logger.log:(Ljava/lang/String;Ljava/lang/String;)V]
openejb-core-4.0.0.jar, LoggingPrintWriter.class
package org.apache.openejb.util
LoggingPrintWriter.close ( ) : void
[run-time name: org/apache/openejb/util/LoggingPrintWriter.close:()V]
LoggingPrintWriter.flush ( ) : void
[run-time name: org/apache/openejb/util/LoggingPrintWriter.flush:()V]
LoggingPrintWriter.LoggingPrintWriter ( String category )
[run-time name: org/apache/openejb/util/LoggingPrintWriter."<init>":(Ljava/lang/String;)V]
LoggingPrintWriter.print ( boolean b ) : void
[run-time name: org/apache/openejb/util/LoggingPrintWriter.print:(Z)V]
LoggingPrintWriter.print ( char c ) : void
[run-time name: org/apache/openejb/util/LoggingPrintWriter.print:(C)V]
LoggingPrintWriter.print ( char[ ] s ) : void
[run-time name: org/apache/openejb/util/LoggingPrintWriter.print:([C)V]
LoggingPrintWriter.print ( double d ) : void
[run-time name: org/apache/openejb/util/LoggingPrintWriter.print:(D)V]
LoggingPrintWriter.print ( float f ) : void
[run-time name: org/apache/openejb/util/LoggingPrintWriter.print:(F)V]
LoggingPrintWriter.print ( int i ) : void
[run-time name: org/apache/openejb/util/LoggingPrintWriter.print:(I)V]
LoggingPrintWriter.print ( long l ) : void
[run-time name: org/apache/openejb/util/LoggingPrintWriter.print:(J)V]
LoggingPrintWriter.print ( Object obj ) : void
[run-time name: org/apache/openejb/util/LoggingPrintWriter.print:(Ljava/lang/Object;)V]
LoggingPrintWriter.print ( String s ) : void
[run-time name: org/apache/openejb/util/LoggingPrintWriter.print:(Ljava/lang/String;)V]
LoggingPrintWriter.println ( ) : void
[run-time name: org/apache/openejb/util/LoggingPrintWriter.println:()V]
LoggingPrintWriter.println ( boolean x ) : void
[run-time name: org/apache/openejb/util/LoggingPrintWriter.println:(Z)V]
LoggingPrintWriter.println ( char x ) : void
[run-time name: org/apache/openejb/util/LoggingPrintWriter.println:(C)V]
LoggingPrintWriter.println ( char[ ] x ) : void
[run-time name: org/apache/openejb/util/LoggingPrintWriter.println:([C)V]
LoggingPrintWriter.println ( double x ) : void
[run-time name: org/apache/openejb/util/LoggingPrintWriter.println:(D)V]
LoggingPrintWriter.println ( float x ) : void
[run-time name: org/apache/openejb/util/LoggingPrintWriter.println:(F)V]
LoggingPrintWriter.println ( int x ) : void
[run-time name: org/apache/openejb/util/LoggingPrintWriter.println:(I)V]
LoggingPrintWriter.println ( long x ) : void
[run-time name: org/apache/openejb/util/LoggingPrintWriter.println:(J)V]
LoggingPrintWriter.println ( Object x ) : void
[run-time name: org/apache/openejb/util/LoggingPrintWriter.println:(Ljava/lang/Object;)V]
LoggingPrintWriter.println ( String x ) : void
[run-time name: org/apache/openejb/util/LoggingPrintWriter.println:(Ljava/lang/String;)V]
openejb-core-4.0.0.jar, ManagedContainer.class
package org.apache.openejb.core.managed
ManagedContainer.businessMethod ( org.apache.openejb.BeanContext beanContext, Object primKey, Class callInterface, reflect.Method callMethod, Object[ ] args, org.apache.openejb.InterfaceType interfaceType ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedContainer.businessMethod:(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;)Ljava/lang/Object;]
ManagedContainer.createEJBObject ( org.apache.openejb.BeanContext beanContext, reflect.Method callMethod, Object[ ] args, org.apache.openejb.InterfaceType interfaceType ) : org.apache.openejb.ProxyInfo
[run-time name: org/apache/openejb/core/managed/ManagedContainer.createEJBObject:(Lorg/apache/openejb/BeanContext;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;)Lorg/apache/openejb/ProxyInfo;]
ManagedContainer.deploy ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/managed/ManagedContainer.deploy:(Lorg/apache/openejb/BeanContext;)V]
ManagedContainer.getBeanContext ( Object deploymentID ) : org.apache.openejb.BeanContext
[run-time name: org/apache/openejb/core/managed/ManagedContainer.getBeanContext:(Ljava/lang/Object;)Lorg/apache/openejb/BeanContext;]
ManagedContainer.getBeanContexts ( ) : org.apache.openejb.BeanContext[ ]
[run-time name: org/apache/openejb/core/managed/ManagedContainer.getBeanContexts:()[Lorg/apache/openejb/BeanContext;]
ManagedContainer.removeEJBObject ( org.apache.openejb.BeanContext beanContext, Object primKey, Class callInterface, reflect.Method callMethod, Object[ ] args, org.apache.openejb.InterfaceType interfaceType ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedContainer.removeEJBObject:(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;)Ljava/lang/Object;]
ManagedContainer.start ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/managed/ManagedContainer.start:(Lorg/apache/openejb/BeanContext;)V]
ManagedContainer.stop ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/managed/ManagedContainer.stop:(Lorg/apache/openejb/BeanContext;)V]
ManagedContainer.undeploy ( org.apache.openejb.BeanContext bean ) : void
[run-time name: org/apache/openejb/core/managed/ManagedContainer.undeploy:(Lorg/apache/openejb/BeanContext;)V]
openejb-core-4.0.0.jar, ManagedContext.class
package org.apache.openejb.core.managed
ManagedContext.check ( org.apache.openejb.core.BaseContext.Call call ) : void
[run-time name: org/apache/openejb/core/managed/ManagedContext.check:(Lorg/apache/openejb/core/BaseContext$Call;)V]
ManagedContext.getMessageContext ( ) : javax.xml.rpc.handler.MessageContext
[run-time name: org/apache/openejb/core/managed/ManagedContext.getMessageContext:()Ljavax/xml/rpc/handler/MessageContext;]
openejb-core-4.0.0.jar, ManagedHomeHandler.class
package org.apache.openejb.core.managed
ManagedHomeHandler.createProxy ( Object primaryKey, Class mainInterface ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedHomeHandler.createProxy:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;]
ManagedHomeHandler.ManagedHomeHandler ( org.apache.openejb.BeanContext beanContext, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces, Class mainInterface )
[run-time name: org/apache/openejb/core/managed/ManagedHomeHandler."<init>":(Lorg/apache/openejb/BeanContext;Lorg/apache/openejb/InterfaceType;Ljava/util/List;Ljava/lang/Class;)V]
ManagedHomeHandler.newEjbObjectHandler ( org.apache.openejb.BeanContext beanContext, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces, Class mainInterface ) : org.apache.openejb.core.ivm.EjbObjectProxyHandler
[run-time name: org/apache/openejb/core/managed/ManagedHomeHandler.newEjbObjectHandler:(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;Ljava/lang/Class;)Lorg/apache/openejb/core/ivm/EjbObjectProxyHandler;]
openejb-core-4.0.0.jar, ManagedObjectHandler.class
package org.apache.openejb.core.managed
ManagedObjectHandler.ManagedObjectHandler ( org.apache.openejb.BeanContext beanContext, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces, Class mainInterface )
[run-time name: org/apache/openejb/core/managed/ManagedObjectHandler."<init>":(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;Ljava/lang/Class;)V]
openejb-core-4.0.0.jar, ManagedSecurityService.class
package org.apache.openejb.cdi
ManagedSecurityService.doPrivilegedGetDeclaredConstructor ( Class clazz, Class[ ] parameterTypes ) : reflect.Constructor
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.doPrivilegedGetDeclaredConstructor:(Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/reflect/Constructor;]
ManagedSecurityService.doPrivilegedGetDeclaredConstructors ( Class clazz ) : reflect.Constructor[ ]
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.doPrivilegedGetDeclaredConstructors:(Ljava/lang/Class;)[Ljava/lang/reflect/Constructor;]
ManagedSecurityService.doPrivilegedGetDeclaredField ( Class clazz, String name ) : reflect.Field
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.doPrivilegedGetDeclaredField:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/reflect/Field;]
ManagedSecurityService.doPrivilegedGetDeclaredFields ( Class clazz ) : reflect.Field[ ]
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.doPrivilegedGetDeclaredFields:(Ljava/lang/Class;)[Ljava/lang/reflect/Field;]
ManagedSecurityService.doPrivilegedGetDeclaredMethod ( Class clazz, String name, Class[ ] parameterTypes ) : reflect.Method
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.doPrivilegedGetDeclaredMethod:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;]
ManagedSecurityService.doPrivilegedGetDeclaredMethods ( Class clazz ) : reflect.Method[ ]
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.doPrivilegedGetDeclaredMethods:(Ljava/lang/Class;)[Ljava/lang/reflect/Method;]
ManagedSecurityService.doPrivilegedGetSystemProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.doPrivilegedGetSystemProperties:()Ljava/util/Properties;]
ManagedSecurityService.doPrivilegedGetSystemProperty ( String propertyName, String defaultValue ) : String
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.doPrivilegedGetSystemProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
ManagedSecurityService.doPrivilegedIsAccessible ( reflect.AccessibleObject obj ) : boolean
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.doPrivilegedIsAccessible:(Ljava/lang/reflect/AccessibleObject;)Z]
ManagedSecurityService.doPrivilegedObjectCreate ( Class clazz ) : Object
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.doPrivilegedObjectCreate:(Ljava/lang/Class;)Ljava/lang/Object;]
ManagedSecurityService.doPrivilegedSetAccessible ( reflect.AccessibleObject obj, boolean flag ) : void
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.doPrivilegedSetAccessible:(Ljava/lang/reflect/AccessibleObject;Z)V]
ManagedSecurityService.doPrivilegedSetSystemProperty ( String propertyName, String value ) : void
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.doPrivilegedSetSystemProperty:(Ljava/lang/String;Ljava/lang/String;)V]
ManagedSecurityService.getCurrentPrincipal ( ) : java.security.Principal
[run-time name: org/apache/openejb/cdi/ManagedSecurityService.getCurrentPrincipal:()Ljava/security/Principal;]
ManagedSecurityService.ManagedSecurityService ( )
[run-time name: org/apache/openejb/cdi/ManagedSecurityService."<init>":()V]
openejb-core-4.0.0.jar, MBeanDeployer.class
package org.apache.openejb.config
MBeanDeployer.deploy ( AppModule appModule ) : AppModule
[run-time name: org/apache/openejb/config/MBeanDeployer.deploy:(Lorg/apache/openejb/config/AppModule;)Lorg/apache/openejb/config/AppModule;]
MBeanDeployer.MBeanDeployer ( )
[run-time name: org/apache/openejb/config/MBeanDeployer."<init>":()V]
openejb-core-4.0.0.jar, MdbContainer.class
package org.apache.openejb.core.mdb
MdbContainer.beforeDelivery ( org.apache.openejb.BeanContext deployInfo, Object instance, reflect.Method method, javax.transaction.xa.XAResource xaResource ) : void
[run-time name: org/apache/openejb/core/mdb/MdbContainer.beforeDelivery:(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Ljava/lang/reflect/Method;Ljavax/transaction/xa/XAResource;)V]
MdbContainer.deploy ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/mdb/MdbContainer.deploy:(Lorg/apache/openejb/BeanContext;)V]
MdbContainer.getBeanContext ( Object deploymentID ) : org.apache.openejb.BeanContext
[run-time name: org/apache/openejb/core/mdb/MdbContainer.getBeanContext:(Ljava/lang/Object;)Lorg/apache/openejb/BeanContext;]
MdbContainer.getBeanContexts ( ) : org.apache.openejb.BeanContext[ ]
[run-time name: org/apache/openejb/core/mdb/MdbContainer.getBeanContexts:()[Lorg/apache/openejb/BeanContext;]
MdbContainer.invoke ( Object instance, reflect.Method method, org.apache.openejb.InterfaceType type, Object[ ] args ) : Object
[run-time name: org/apache/openejb/core/mdb/MdbContainer.invoke:(Ljava/lang/Object;Ljava/lang/reflect/Method;Lorg/apache/openejb/InterfaceType;[Ljava/lang/Object;)Ljava/lang/Object;]
MdbContainer.release ( org.apache.openejb.BeanContext deployInfo, Object instance ) : void
[run-time name: org/apache/openejb/core/mdb/MdbContainer.release:(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;)V]
MdbContainer.start ( org.apache.openejb.BeanContext info ) : void
[run-time name: org/apache/openejb/core/mdb/MdbContainer.start:(Lorg/apache/openejb/BeanContext;)V]
MdbContainer.stop ( org.apache.openejb.BeanContext info ) : void
[run-time name: org/apache/openejb/core/mdb/MdbContainer.stop:(Lorg/apache/openejb/BeanContext;)V]
MdbContainer.undeploy ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/mdb/MdbContainer.undeploy:(Lorg/apache/openejb/BeanContext;)V]
openejb-core-4.0.0.jar, MdbContext.class
package org.apache.openejb.core.mdb
MdbContext.check ( org.apache.openejb.core.BaseContext.Call call ) : void
[run-time name: org/apache/openejb/core/mdb/MdbContext.check:(Lorg/apache/openejb/core/BaseContext$Call;)V]
MdbContext.getEJBHome ( ) : javax.ejb.EJBHome
[run-time name: org/apache/openejb/core/mdb/MdbContext.getEJBHome:()Ljavax/ejb/EJBHome;]
MdbContext.getEJBLocalHome ( ) : javax.ejb.EJBLocalHome
[run-time name: org/apache/openejb/core/mdb/MdbContext.getEJBLocalHome:()Ljavax/ejb/EJBLocalHome;]
openejb-core-4.0.0.jar, MdbInstanceFactory.class
package org.apache.openejb.core.mdb
MdbInstanceFactory.MdbInstanceFactory ( org.apache.openejb.BeanContext beanContext, org.apache.openejb.spi.SecurityService securityService, int instanceLimit )
[run-time name: org/apache/openejb/core/mdb/MdbInstanceFactory."<init>":(Lorg/apache/openejb/BeanContext;Lorg/apache/openejb/spi/SecurityService;I)V]
openejb-core-4.0.0.jar, MemoryTimerStore.class
package org.apache.openejb.core.timer
MemoryTimerStore.createCalendarTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, javax.ejb.ScheduleExpression scheduleExpression, javax.ejb.TimerConfig timerConfig ) : TimerData
[run-time name: org/apache/openejb/core/timer/MemoryTimerStore.createCalendarTimer:(Lorg/apache/openejb/core/timer/EjbTimerServiceImpl;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/reflect/Method;Ljavax/ejb/ScheduleExpression;Ljavax/ejb/TimerConfig;)Lorg/apache/openejb/core/timer/TimerData;]
MemoryTimerStore.createIntervalTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, java.util.Date initialExpiration, long intervalDuration, javax.ejb.TimerConfig timerConfig ) : TimerData
[run-time name: org/apache/openejb/core/timer/MemoryTimerStore.createIntervalTimer:(Lorg/apache/openejb/core/timer/EjbTimerServiceImpl;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/reflect/Method;Ljava/util/Date;JLjavax/ejb/TimerConfig;)Lorg/apache/openejb/core/timer/TimerData;]
MemoryTimerStore.createSingleActionTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, java.util.Date expiration, javax.ejb.TimerConfig timerConfig ) : TimerData
[run-time name: org/apache/openejb/core/timer/MemoryTimerStore.createSingleActionTimer:(Lorg/apache/openejb/core/timer/EjbTimerServiceImpl;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/reflect/Method;Ljava/util/Date;Ljavax/ejb/TimerConfig;)Lorg/apache/openejb/core/timer/TimerData;]
openejb-core-4.0.0.jar, MergeWebappJndiContext.class
package org.apache.openejb.config
MergeWebappJndiContext.deploy ( AppModule appModule ) : AppModule
[run-time name: org/apache/openejb/config/MergeWebappJndiContext.deploy:(Lorg/apache/openejb/config/AppModule;)Lorg/apache/openejb/config/AppModule;]
MergeWebappJndiContext.MergeWebappJndiContext ( )
[run-time name: org/apache/openejb/config/MergeWebappJndiContext."<init>":()V]
openejb-core-4.0.0.jar, MethodCallback.class
package org.apache.openejb.util
Join.MethodCallback.getName ( Object x0 ) : String
[run-time name: org/apache/openejb/util/Join.MethodCallback.getName:(Ljava/lang/Object;)Ljava/lang/String;]
Join.MethodCallback.getName ( reflect.Method method ) : String
[run-time name: org/apache/openejb/util/Join.MethodCallback.getName:(Ljava/lang/reflect/Method;)Ljava/lang/String;]
Join.MethodCallback.Join.MethodCallback ( )
[run-time name: org/apache/openejb/util/Join.MethodCallback."<init>":()V]
openejb-core-4.0.0.jar, MethodConcurrencyBuilder.class
package org.apache.openejb.assembler.classic
MethodConcurrencyBuilder.applyConcurrencyAttributes ( org.apache.openejb.BeanContext beanContext, java.util.List methodConcurrencyInfos ) [static] : void
[run-time name: org/apache/openejb/assembler/classic/MethodConcurrencyBuilder.applyConcurrencyAttributes:(Lorg/apache/openejb/BeanContext;Ljava/util/List;)V]
MethodConcurrencyBuilder.normalize ( java.util.List infos, java.util.List lockInfos, java.util.List accessTimeoutInfos ) [static] : void
[run-time name: org/apache/openejb/assembler/classic/MethodConcurrencyBuilder.normalize:(Ljava/util/List;Ljava/util/List;Ljava/util/List;)V]
openejb-core-4.0.0.jar, MethodContext.class
package org.apache.openejb
MethodContext.addCdiInterceptor ( core.interceptor.InterceptorData data ) : void
[run-time name: org/apache/openejb/MethodContext.addCdiInterceptor:(Lorg/apache/openejb/core/interceptor/InterceptorData;)V]
MethodContext.getAccessTimeout ( ) : util.Duration
[run-time name: org/apache/openejb/MethodContext.getAccessTimeout:()Lorg/apache/openejb/util/Duration;]
MethodContext.getBeanContext ( ) : BeanContext
[run-time name: org/apache/openejb/MethodContext.getBeanContext:()Lorg/apache/openejb/BeanContext;]
MethodContext.getBeanMethod ( ) : reflect.Method
[run-time name: org/apache/openejb/MethodContext.getBeanMethod:()Ljava/lang/reflect/Method;]
MethodContext.getInterceptors ( ) : java.util.List
[run-time name: org/apache/openejb/MethodContext.getInterceptors:()Ljava/util/List;]
MethodContext.getLockType ( ) : javax.ejb.LockType
[run-time name: org/apache/openejb/MethodContext.getLockType:()Ljavax/ejb/LockType;]
MethodContext.getSchedules ( ) : java.util.List
[run-time name: org/apache/openejb/MethodContext.getSchedules:()Ljava/util/List;]
MethodContext.getTransactionType ( ) : core.transaction.TransactionType
[run-time name: org/apache/openejb/MethodContext.getTransactionType:()Lorg/apache/openejb/core/transaction/TransactionType;]
MethodContext.isAsynchronous ( ) : boolean
[run-time name: org/apache/openejb/MethodContext.isAsynchronous:()Z]
MethodContext.MethodContext ( BeanContext beanContext, reflect.Method beanMethod )
[run-time name: org/apache/openejb/MethodContext."<init>":(Lorg/apache/openejb/BeanContext;Ljava/lang/reflect/Method;)V]
MethodContext.setAccessTimeout ( util.Duration accessTimeout ) : void
[run-time name: org/apache/openejb/MethodContext.setAccessTimeout:(Lorg/apache/openejb/util/Duration;)V]
MethodContext.setAsynchronous ( boolean asynchronous ) : void
[run-time name: org/apache/openejb/MethodContext.setAsynchronous:(Z)V]
MethodContext.setInterceptors ( java.util.List interceptors ) : void
[run-time name: org/apache/openejb/MethodContext.setInterceptors:(Ljava/util/List;)V]
MethodContext.setLockType ( javax.ejb.LockType lockType ) : void
[run-time name: org/apache/openejb/MethodContext.setLockType:(Ljavax/ejb/LockType;)V]
MethodContext.setTransactionType ( core.transaction.TransactionType transactionType ) : void
[run-time name: org/apache/openejb/MethodContext.setTransactionType:(Lorg/apache/openejb/core/transaction/TransactionType;)V]
openejb-core-4.0.0.jar, MethodInfoUtil.class
package org.apache.openejb.assembler.classic
MethodInfoUtil.matches ( reflect.Method method, NamedMethodInfo methodInfo ) [static] : boolean
[run-time name: org/apache/openejb/assembler/classic/MethodInfoUtil.matches:(Ljava/lang/reflect/Method;Lorg/apache/openejb/assembler/classic/NamedMethodInfo;)Z]
MethodInfoUtil.matches ( reflect.Method method, String methodName, java.util.List methodParams ) [static] : boolean
[run-time name: org/apache/openejb/assembler/classic/MethodInfoUtil.matches:(Ljava/lang/reflect/Method;Ljava/lang/String;Ljava/util/List;)Z]
MethodInfoUtil.resolveAttributes ( java.util.List infos, org.apache.openejb.BeanContext beanContext ) [static] : java.util.Map
[run-time name: org/apache/openejb/assembler/classic/MethodInfoUtil.resolveAttributes:(Ljava/util/List;Lorg/apache/openejb/BeanContext;)Ljava/util/Map;]
MethodInfoUtil.resolveViewAttributes ( java.util.List infos, org.apache.openejb.BeanContext beanContext ) [static] : java.util.Map
[run-time name: org/apache/openejb/assembler/classic/MethodInfoUtil.resolveViewAttributes:(Ljava/util/List;Lorg/apache/openejb/BeanContext;)Ljava/util/Map;]
MethodInfoUtil.toMethod ( Class clazz, NamedMethodInfo info ) [static] : reflect.Method
[run-time name: org/apache/openejb/assembler/classic/MethodInfoUtil.toMethod:(Ljava/lang/Class;Lorg/apache/openejb/assembler/classic/NamedMethodInfo;)Ljava/lang/reflect/Method;]
openejb-core-4.0.0.jar, MethodScheduleBuilder.class
package org.apache.openejb.assembler.classic
MethodScheduleBuilder.build ( org.apache.openejb.BeanContext beanContext, EnterpriseBeanInfo beanInfo ) : void
[run-time name: org/apache/openejb/assembler/classic/MethodScheduleBuilder.build:(Lorg/apache/openejb/BeanContext;Lorg/apache/openejb/assembler/classic/EnterpriseBeanInfo;)V]
MethodScheduleBuilder.MethodScheduleBuilder ( )
[run-time name: org/apache/openejb/assembler/classic/MethodScheduleBuilder."<init>":()V]
openejb-core-4.0.0.jar, MethodTransactionBuilder.class
package org.apache.openejb.assembler.classic
MethodTransactionBuilder.applyTransactionAttributes ( org.apache.openejb.BeanContext beanContext, java.util.List methodTransactionInfos ) [static] : void
[run-time name: org/apache/openejb/assembler/classic/MethodTransactionBuilder.applyTransactionAttributes:(Lorg/apache/openejb/BeanContext;Ljava/util/List;)V]
openejb-core-4.0.0.jar, Module.class
package org.apache.openejb.config
Module.getAltDDs ( ) : java.util.Map
[run-time name: org/apache/openejb/config/Module.getAltDDs:()Ljava/util/Map;]
Module.getAppModule ( ) : AppModule
[run-time name: org/apache/openejb/config/Module.getAppModule:()Lorg/apache/openejb/config/AppModule;]
Module.getClassLoader ( ) : ClassLoader
[run-time name: org/apache/openejb/config/Module.getClassLoader:()Ljava/lang/ClassLoader;]
Module.getMbeans ( ) : java.util.Set
[run-time name: org/apache/openejb/config/Module.getMbeans:()Ljava/util/Set;]
Module.getUniqueId ( ) : String
[run-time name: org/apache/openejb/config/Module.getUniqueId:()Ljava/lang/String;]
Module.getValidationConfig ( ) : org.apache.openejb.jee.bval.ValidationConfigType
[run-time name: org/apache/openejb/config/Module.getValidationConfig:()Lorg/apache/openejb/jee/bval/ValidationConfigType;]
Module.initAppModule ( AppModule appModule ) : void
[run-time name: org/apache/openejb/config/Module.initAppModule:(Lorg/apache/openejb/config/AppModule;)V]
Module.initResources ( sys.Resources resources ) : void
[run-time name: org/apache/openejb/config/Module.initResources:(Lorg/apache/openejb/config/sys/Resources;)V]
Module.isStandaloneModule ( ) : boolean
[run-time name: org/apache/openejb/config/Module.isStandaloneModule:()Z]
Module.Module ( )
[run-time name: org/apache/openejb/config/Module."<init>":()V]
Module.Module ( boolean needId )
[run-time name: org/apache/openejb/config/Module."<init>":(Z)V]
Module.setClassLoader ( ClassLoader classLoader ) : void
[run-time name: org/apache/openejb/config/Module.setClassLoader:(Ljava/lang/ClassLoader;)V]
Module.setStandaloneModule ( boolean isStandalone ) : void
[run-time name: org/apache/openejb/config/Module.setStandaloneModule:(Z)V]
Module.setValidationConfig ( org.apache.openejb.jee.bval.ValidationConfigType v ) : void
[run-time name: org/apache/openejb/config/Module.setValidationConfig:(Lorg/apache/openejb/jee/bval/ValidationConfigType;)V]
openejb-core-4.0.0.jar, ModuleContext.class
package org.apache.openejb
ModuleContext.getAppContext ( ) : AppContext
[run-time name: org/apache/openejb/ModuleContext.getAppContext:()Lorg/apache/openejb/AppContext;]
ModuleContext.getClassLoader ( ) : ClassLoader
[run-time name: org/apache/openejb/ModuleContext.getClassLoader:()Ljava/lang/ClassLoader;]
ModuleContext.getModuleJndiContext ( ) : javax.naming.Context
[run-time name: org/apache/openejb/ModuleContext.getModuleJndiContext:()Ljavax/naming/Context;]
ModuleContext.getModuleURI ( ) : java.net.URI
[run-time name: org/apache/openejb/ModuleContext.getModuleURI:()Ljava/net/URI;]
ModuleContext.getUniqueId ( ) : String
[run-time name: org/apache/openejb/ModuleContext.getUniqueId:()Ljava/lang/String;]
ModuleContext.ModuleContext ( String id, java.net.URI moduleURI, String uniqueId, AppContext appContext, javax.naming.Context moduleJndiContext )
[run-time name: org/apache/openejb/ModuleContext."<init>":(Ljava/lang/String;Ljava/net/URI;Ljava/lang/String;Lorg/apache/openejb/AppContext;Ljavax/naming/Context;)V]
openejb-core-4.0.0.jar, ModuleLimitedFinder.class
package org.apache.openejb.config
FinderFactory.ModuleLimitedFinder.findAnnotatedClasses ( Class annotation ) : java.util.List
[run-time name: org/apache/openejb/config/FinderFactory.ModuleLimitedFinder.findAnnotatedClasses:(Ljava/lang/Class;)Ljava/util/List;]
FinderFactory.ModuleLimitedFinder.findAnnotatedConstructors ( Class annotation ) : java.util.List
[run-time name: org/apache/openejb/config/FinderFactory.ModuleLimitedFinder.findAnnotatedConstructors:(Ljava/lang/Class;)Ljava/util/List;]
FinderFactory.ModuleLimitedFinder.findAnnotatedFields ( Class annotation ) : java.util.List
[run-time name: org/apache/openejb/config/FinderFactory.ModuleLimitedFinder.findAnnotatedFields:(Ljava/lang/Class;)Ljava/util/List;]
FinderFactory.ModuleLimitedFinder.findAnnotatedMethods ( Class annotation ) : java.util.List
[run-time name: org/apache/openejb/config/FinderFactory.ModuleLimitedFinder.findAnnotatedMethods:(Ljava/lang/Class;)Ljava/util/List;]
FinderFactory.ModuleLimitedFinder.findAnnotatedPackages ( Class annotation ) : java.util.List
[run-time name: org/apache/openejb/config/FinderFactory.ModuleLimitedFinder.findAnnotatedPackages:(Ljava/lang/Class;)Ljava/util/List;]
FinderFactory.ModuleLimitedFinder.findClassesInPackage ( String packageName, boolean recursive ) : java.util.List
[run-time name: org/apache/openejb/config/FinderFactory.ModuleLimitedFinder.findClassesInPackage:(Ljava/lang/String;Z)Ljava/util/List;]
FinderFactory.ModuleLimitedFinder.FinderFactory.ModuleLimitedFinder ( org.apache.xbean.finder.IAnnotationFinder delegate )
[run-time name: org/apache/openejb/config/FinderFactory.ModuleLimitedFinder."<init>":(Lorg/apache/xbean/finder/IAnnotationFinder;)V]
FinderFactory.ModuleLimitedFinder.findImplementations ( Class clazz ) : java.util.List
[run-time name: org/apache/openejb/config/FinderFactory.ModuleLimitedFinder.findImplementations:(Ljava/lang/Class;)Ljava/util/List;]
FinderFactory.ModuleLimitedFinder.findInheritedAnnotatedClasses ( Class annotation ) : java.util.List
[run-time name: org/apache/openejb/config/FinderFactory.ModuleLimitedFinder.findInheritedAnnotatedClasses:(Ljava/lang/Class;)Ljava/util/List;]
FinderFactory.ModuleLimitedFinder.findMetaAnnotatedClasses ( Class annotation ) : java.util.List
[run-time name: org/apache/openejb/config/FinderFactory.ModuleLimitedFinder.findMetaAnnotatedClasses:(Ljava/lang/Class;)Ljava/util/List;]
FinderFactory.ModuleLimitedFinder.findMetaAnnotatedFields ( Class annotation ) : java.util.List
[run-time name: org/apache/openejb/config/FinderFactory.ModuleLimitedFinder.findMetaAnnotatedFields:(Ljava/lang/Class;)Ljava/util/List;]
FinderFactory.ModuleLimitedFinder.findMetaAnnotatedMethods ( Class annotation ) : java.util.List
[run-time name: org/apache/openejb/config/FinderFactory.ModuleLimitedFinder.findMetaAnnotatedMethods:(Ljava/lang/Class;)Ljava/util/List;]
FinderFactory.ModuleLimitedFinder.findSubclasses ( Class clazz ) : java.util.List
[run-time name: org/apache/openejb/config/FinderFactory.ModuleLimitedFinder.findSubclasses:(Ljava/lang/Class;)Ljava/util/List;]
FinderFactory.ModuleLimitedFinder.getAnnotatedClassNames ( ) : java.util.List
[run-time name: org/apache/openejb/config/FinderFactory.ModuleLimitedFinder.getAnnotatedClassNames:()Ljava/util/List;]
FinderFactory.ModuleLimitedFinder.getClassesNotLoaded ( ) : java.util.List
[run-time name: org/apache/openejb/config/FinderFactory.ModuleLimitedFinder.getClassesNotLoaded:()Ljava/util/List;]
FinderFactory.ModuleLimitedFinder.getDelegate ( ) : org.apache.xbean.finder.IAnnotationFinder
[run-time name: org/apache/openejb/config/FinderFactory.ModuleLimitedFinder.getDelegate:()Lorg/apache/xbean/finder/IAnnotationFinder;]
FinderFactory.ModuleLimitedFinder.isAnnotationPresent ( Class annotation ) : boolean
[run-time name: org/apache/openejb/config/FinderFactory.ModuleLimitedFinder.isAnnotationPresent:(Ljava/lang/Class;)Z]
openejb-core-4.0.0.jar, MultipleClassLoader.class
package org.apache.openejb.util.classloader
MultipleClassLoader.loadClass ( String name ) : Class
[run-time name: org/apache/openejb/util/classloader/MultipleClassLoader.loadClass:(Ljava/lang/String;)Ljava/lang/Class;]
MultipleClassLoader.loadClassSecond ( String name ) : Class
[run-time name: org/apache/openejb/util/classloader/MultipleClassLoader.loadClassSecond:(Ljava/lang/String;)Ljava/lang/Class;]
MultipleClassLoader.MultipleClassLoader ( ClassLoader first, ClassLoader second )
[run-time name: org/apache/openejb/util/classloader/MultipleClassLoader."<init>":(Ljava/lang/ClassLoader;Ljava/lang/ClassLoader;)V]
openejb-core-4.0.0.jar, MultivaluedMapWithCaseInsensitiveKeySet.class
package org.apache.openejb.rest
MultivaluedMapWithCaseInsensitiveKeySet.add ( Object x0, Object x1 ) : void
[run-time name: org/apache/openejb/rest/MultivaluedMapWithCaseInsensitiveKeySet.add:(Ljava/lang/Object;Ljava/lang/Object;)V]
MultivaluedMapWithCaseInsensitiveKeySet.add ( String key, Object value ) : void
[run-time name: org/apache/openejb/rest/MultivaluedMapWithCaseInsensitiveKeySet.add:(Ljava/lang/String;Ljava/lang/Object;)V]
MultivaluedMapWithCaseInsensitiveKeySet.clear ( ) : void
[run-time name: org/apache/openejb/rest/MultivaluedMapWithCaseInsensitiveKeySet.clear:()V]
MultivaluedMapWithCaseInsensitiveKeySet.containsKey ( Object key ) : boolean
[run-time name: org/apache/openejb/rest/MultivaluedMapWithCaseInsensitiveKeySet.containsKey:(Ljava/lang/Object;)Z]
MultivaluedMapWithCaseInsensitiveKeySet.containsValue ( Object value ) : boolean
[run-time name: org/apache/openejb/rest/MultivaluedMapWithCaseInsensitiveKeySet.containsValue:(Ljava/lang/Object;)Z]
MultivaluedMapWithCaseInsensitiveKeySet.entrySet ( ) : java.util.Set
[run-time name: org/apache/openejb/rest/MultivaluedMapWithCaseInsensitiveKeySet.entrySet:()Ljava/util/Set;]
MultivaluedMapWithCaseInsensitiveKeySet.get ( Object key ) : java.util.List
[run-time name: org/apache/openejb/rest/MultivaluedMapWithCaseInsensitiveKeySet.get:(Ljava/lang/Object;)Ljava/util/List;]
MultivaluedMapWithCaseInsensitiveKeySet.get ( Object x0 ) : Object
[run-time name: org/apache/openejb/rest/MultivaluedMapWithCaseInsensitiveKeySet.get:(Ljava/lang/Object;)Ljava/lang/Object;]
MultivaluedMapWithCaseInsensitiveKeySet.getFirst ( Object x0 ) : Object
[run-time name: org/apache/openejb/rest/MultivaluedMapWithCaseInsensitiveKeySet.getFirst:(Ljava/lang/Object;)Ljava/lang/Object;]
MultivaluedMapWithCaseInsensitiveKeySet.getFirst ( String key ) : Object
[run-time name: org/apache/openejb/rest/MultivaluedMapWithCaseInsensitiveKeySet.getFirst:(Ljava/lang/String;)Ljava/lang/Object;]
MultivaluedMapWithCaseInsensitiveKeySet.isEmpty ( ) : boolean
[run-time name: org/apache/openejb/rest/MultivaluedMapWithCaseInsensitiveKeySet.isEmpty:()Z]
MultivaluedMapWithCaseInsensitiveKeySet.keySet ( ) : java.util.Set
[run-time name: org/apache/openejb/rest/MultivaluedMapWithCaseInsensitiveKeySet.keySet:()Ljava/util/Set;]
MultivaluedMapWithCaseInsensitiveKeySet.MultivaluedMapWithCaseInsensitiveKeySet ( javax.ws.rs.core.MultivaluedMap map )
[run-time name: org/apache/openejb/rest/MultivaluedMapWithCaseInsensitiveKeySet."<init>":(Ljavax/ws/rs/core/MultivaluedMap;)V]
MultivaluedMapWithCaseInsensitiveKeySet.put ( Object x0, Object x1 ) : Object
[run-time name: org/apache/openejb/rest/MultivaluedMapWithCaseInsensitiveKeySet.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
MultivaluedMapWithCaseInsensitiveKeySet.put ( String key, java.util.List value ) : java.util.List
[run-time name: org/apache/openejb/rest/MultivaluedMapWithCaseInsensitiveKeySet.put:(Ljava/lang/String;Ljava/util/List;)Ljava/util/List;]
MultivaluedMapWithCaseInsensitiveKeySet.putAll ( java.util.Map m ) : void
[run-time name: org/apache/openejb/rest/MultivaluedMapWithCaseInsensitiveKeySet.putAll:(Ljava/util/Map;)V]
MultivaluedMapWithCaseInsensitiveKeySet.putSingle ( Object x0, Object x1 ) : void
[run-time name: org/apache/openejb/rest/MultivaluedMapWithCaseInsensitiveKeySet.putSingle:(Ljava/lang/Object;Ljava/lang/Object;)V]
MultivaluedMapWithCaseInsensitiveKeySet.putSingle ( String key, Object value ) : void
[run-time name: org/apache/openejb/rest/MultivaluedMapWithCaseInsensitiveKeySet.putSingle:(Ljava/lang/String;Ljava/lang/Object;)V]
MultivaluedMapWithCaseInsensitiveKeySet.remove ( Object key ) : java.util.List
[run-time name: org/apache/openejb/rest/MultivaluedMapWithCaseInsensitiveKeySet.remove:(Ljava/lang/Object;)Ljava/util/List;]
MultivaluedMapWithCaseInsensitiveKeySet.remove ( Object x0 ) : Object
[run-time name: org/apache/openejb/rest/MultivaluedMapWithCaseInsensitiveKeySet.remove:(Ljava/lang/Object;)Ljava/lang/Object;]
MultivaluedMapWithCaseInsensitiveKeySet.size ( ) : int
[run-time name: org/apache/openejb/rest/MultivaluedMapWithCaseInsensitiveKeySet.size:()I]
MultivaluedMapWithCaseInsensitiveKeySet.values ( ) : java.util.Collection
[run-time name: org/apache/openejb/rest/MultivaluedMapWithCaseInsensitiveKeySet.values:()Ljava/util/Collection;]
openejb-core-4.0.0.jar, NameCallback.class
package org.apache.openejb.util
Join.NameCallback.getName ( Object p1 ) [abstract] : String
[run-time name: org/apache/openejb/util/Join.NameCallback.getName:(Ljava/lang/Object;)Ljava/lang/String;]
openejb-core-4.0.0.jar, NetworkUtil.class
package org.apache.openejb.util
NetworkUtil.getLocalAddress ( String start, String end ) [static] : String
[run-time name: org/apache/openejb/util/NetworkUtil.getLocalAddress:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
NetworkUtil.getNextAvailablePort ( ) [static] : int
[run-time name: org/apache/openejb/util/NetworkUtil.getNextAvailablePort:()I]
NetworkUtil.getNextAvailablePort ( int[ ] portList ) [static] : int
[run-time name: org/apache/openejb/util/NetworkUtil.getNextAvailablePort:([I)I]
openejb-core-4.0.0.jar, NewCdiEjbBean.class
package org.apache.openejb.cdi
NewCdiEjbBean.getId ( ) : String
[run-time name: org/apache/openejb/cdi/NewCdiEjbBean.getId:()Ljava/lang/String;]
NewCdiEjbBean.getObservableMethods ( ) : java.util.Set
[run-time name: org/apache/openejb/cdi/NewCdiEjbBean.getObservableMethods:()Ljava/util/Set;]
NewCdiEjbBean.getScope ( ) : Class
[run-time name: org/apache/openejb/cdi/NewCdiEjbBean.getScope:()Ljava/lang/Class;]
NewCdiEjbBean.getStereotypes ( ) : java.util.Set
[run-time name: org/apache/openejb/cdi/NewCdiEjbBean.getStereotypes:()Ljava/util/Set;]
NewCdiEjbBean.NewCdiEjbBean ( CdiEjbBean that )
[run-time name: org/apache/openejb/cdi/NewCdiEjbBean."<init>":(Lorg/apache/openejb/cdi/CdiEjbBean;)V]
openejb-core-4.0.0.jar, NewEjbBean.class
package org.apache.openejb.cdi
OpenEJBLifecycle.NewEjbBean.OpenEJBLifecycle.NewEjbBean ( org.apache.openejb.BeanContext beanContext, org.apache.webbeans.config.WebBeansContext webBeansContext )
[run-time name: org/apache/openejb/cdi/OpenEJBLifecycle.NewEjbBean."<init>":(Lorg/apache/openejb/BeanContext;Lorg/apache/webbeans/config/WebBeansContext;)V]
openejb-core-4.0.0.jar, NewLoaderLogic.class
package org.apache.openejb.config
NewLoaderLogic._loadFromClasspath ( org.apache.openejb.loader.FileUtils base, java.util.List jarList, ClassLoader classLoader ) [static] : void
[run-time name: org/apache/openejb/config/NewLoaderLogic._loadFromClasspath:(Lorg/apache/openejb/loader/FileUtils;Ljava/util/List;Ljava/lang/ClassLoader;)V]
NewLoaderLogic.applyBuiltinExcludes ( org.apache.xbean.finder.UrlSet urlSet ) [static] : org.apache.xbean.finder.UrlSet
[run-time name: org/apache/openejb/config/NewLoaderLogic.applyBuiltinExcludes:(Lorg/apache/xbean/finder/UrlSet;)Lorg/apache/xbean/finder/UrlSet;]
NewLoaderLogic.applyBuiltinExcludes ( org.apache.xbean.finder.UrlSet urlSet, org.apache.xbean.finder.filter.Filter includeFilter ) [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/UrlSet;]
NewLoaderLogic.callers ( ) [static] : java.util.Set
[run-time name: org/apache/openejb/config/NewLoaderLogic.callers:()Ljava/util/Set;]
NewLoaderLogic.filterArchives ( org.apache.xbean.finder.filter.Filter filter, ClassLoader classLoader, org.apache.xbean.finder.UrlSet urlSet ) [static] : org.apache.xbean.finder.UrlSet
[run-time name: org/apache/openejb/config/NewLoaderLogic.filterArchives:(Lorg/apache/xbean/finder/filter/Filter;Ljava/lang/ClassLoader;Lorg/apache/xbean/finder/UrlSet;)Lorg/apache/xbean/finder/UrlSet;]
NewLoaderLogic.getExclusions ( ) [static] : String[ ]
[run-time name: org/apache/openejb/config/NewLoaderLogic.getExclusions:()[Ljava/lang/String;]
NewLoaderLogic.NewLoaderLogic ( )
[run-time name: org/apache/openejb/config/NewLoaderLogic."<init>":()V]
NewLoaderLogic.setExclusions ( String[ ] exclusionArray ) [static] : void
[run-time name: org/apache/openejb/config/NewLoaderLogic.setExclusions:([Ljava/lang/String;)V]
openejb-core-4.0.0.jar, Node.class
package org.apache.openejb.util
Debug.Trace.Node.addChild ( Debug.Trace.Node node ) : Debug.Trace.Node
[run-time name: org/apache/openejb/util/Debug.Trace.Node.addChild:(Lorg/apache/openejb/util/Debug$Trace$Node;)Lorg/apache/openejb/util/Debug$Trace$Node;]
Debug.Trace.Node.Debug.Trace.Node ( StackTraceElement element )
[run-time name: org/apache/openejb/util/Debug.Trace.Node."<init>":(Ljava/lang/StackTraceElement;)V]
Debug.Trace.Node.getElement ( ) : StackTraceElement
[run-time name: org/apache/openejb/util/Debug.Trace.Node.getElement:()Ljava/lang/StackTraceElement;]
Debug.Trace.Node.getTrace ( ) : String
[run-time name: org/apache/openejb/util/Debug.Trace.Node.getTrace:()Ljava/lang/String;]
openejb-core-4.0.0.jar, NoInjectionMetaDataException.class
package org.apache.openejb
OpenEjbContainer.NoInjectionMetaDataException.OpenEjbContainer.NoInjectionMetaDataException ( String s )
[run-time name: org/apache/openejb/OpenEjbContainer.NoInjectionMetaDataException."<init>":(Ljava/lang/String;)V]
openejb-core-4.0.0.jar, NoModulesFoundException.class
package org.apache.openejb
OpenEjbContainer.NoModulesFoundException.OpenEjbContainer.NoModulesFoundException ( String s )
[run-time name: org/apache/openejb/OpenEjbContainer.NoModulesFoundException."<init>":(Ljava/lang/String;)V]
openejb-core-4.0.0.jar, NoProvider.class
package org.apache.openejb.core
NoProvider.NoProvider ( )
[run-time name: org/apache/openejb/core/NoProvider."<init>":()V]
openejb-core-4.0.0.jar, NoSuchModuleException.class
package org.apache.openejb
OpenEjbContainer.NoSuchModuleException.OpenEjbContainer.NoSuchModuleException ( String s )
[run-time name: org/apache/openejb/OpenEjbContainer.NoSuchModuleException."<init>":(Ljava/lang/String;)V]
openejb-core-4.0.0.jar, NullEjbTimerServiceImpl.class
package org.apache.openejb.core.timer
NullEjbTimerServiceImpl.createTimer ( Object primaryKey, reflect.Method timeoutMethod, java.util.Date expiration, javax.ejb.TimerConfig timerConfig ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/NullEjbTimerServiceImpl.createTimer:(Ljava/lang/Object;Ljava/lang/reflect/Method;Ljava/util/Date;Ljavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
NullEjbTimerServiceImpl.createTimer ( Object primaryKey, reflect.Method timeoutMethod, java.util.Date initialExpiration, long intervalDuration, javax.ejb.TimerConfig timerConfig ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/NullEjbTimerServiceImpl.createTimer:(Ljava/lang/Object;Ljava/lang/reflect/Method;Ljava/util/Date;JLjavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
NullEjbTimerServiceImpl.createTimer ( Object primaryKey, reflect.Method timeoutMethod, javax.ejb.ScheduleExpression schedule, javax.ejb.TimerConfig timerConfig ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/NullEjbTimerServiceImpl.createTimer:(Ljava/lang/Object;Ljava/lang/reflect/Method;Ljavax/ejb/ScheduleExpression;Ljavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
NullEjbTimerServiceImpl.createTimer ( Object primaryKey, reflect.Method timeoutMethod, long duration, javax.ejb.TimerConfig timerConfig ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/NullEjbTimerServiceImpl.createTimer:(Ljava/lang/Object;Ljava/lang/reflect/Method;JLjavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
NullEjbTimerServiceImpl.createTimer ( Object primaryKey, reflect.Method timeoutMethod, long initialDuration, long intervalDuration, javax.ejb.TimerConfig timerConfig ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/NullEjbTimerServiceImpl.createTimer:(Ljava/lang/Object;Ljava/lang/reflect/Method;JJLjavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
openejb-core-4.0.0.jar, ObjectFactory.class
package org.apache.openejb.config.sys
ObjectFactory.createTomee ( ) : Tomee
[run-time name: org/apache/openejb/config/sys/ObjectFactory.createTomee:()Lorg/apache/openejb/config/sys/Tomee;]
openejb-core-4.0.0.jar, OpenEjbContainer.class
package org.apache.openejb
OpenEjbContainer.close ( ) : void
[run-time name: org/apache/openejb/OpenEjbContainer.close:()V]
OpenEjbContainer.getContext ( ) : javax.naming.Context
[run-time name: org/apache/openejb/OpenEjbContainer.getContext:()Ljavax/naming/Context;]
OpenEjbContainer.inject ( Object object ) : Object
[run-time name: org/apache/openejb/OpenEjbContainer.inject:(Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-4.0.0.jar, OpenEJBJtaPlatform.class
package org.apache.openejb.hibernate
OpenEJBJtaPlatform.locateTransactionManager ( ) : javax.transaction.TransactionManager
[run-time name: org/apache/openejb/hibernate/OpenEJBJtaPlatform.locateTransactionManager:()Ljavax/transaction/TransactionManager;]
OpenEJBJtaPlatform.locateUserTransaction ( ) : javax.transaction.UserTransaction
[run-time name: org/apache/openejb/hibernate/OpenEJBJtaPlatform.locateUserTransaction:()Ljavax/transaction/UserTransaction;]
OpenEJBJtaPlatform.OpenEJBJtaPlatform ( )
[run-time name: org/apache/openejb/hibernate/OpenEJBJtaPlatform."<init>":()V]
openejb-core-4.0.0.jar, OpenEJBLifecycle.class
package org.apache.openejb.cdi
OpenEJBLifecycle.afterInitApplication ( java.util.Properties properties ) : void
[run-time name: org/apache/openejb/cdi/OpenEJBLifecycle.afterInitApplication:(Ljava/util/Properties;)V]
OpenEJBLifecycle.afterStartApplication ( Object startupObject ) : void
[run-time name: org/apache/openejb/cdi/OpenEJBLifecycle.afterStartApplication:(Ljava/lang/Object;)V]
OpenEJBLifecycle.afterStopApplication ( Object stopObject ) : void
[run-time name: org/apache/openejb/cdi/OpenEJBLifecycle.afterStopApplication:(Ljava/lang/Object;)V]
OpenEJBLifecycle.beforeInitApplication ( java.util.Properties properties ) : void
[run-time name: org/apache/openejb/cdi/OpenEJBLifecycle.beforeInitApplication:(Ljava/util/Properties;)V]
OpenEJBLifecycle.beforeStartApplication ( Object startupObject ) : void
[run-time name: org/apache/openejb/cdi/OpenEJBLifecycle.beforeStartApplication:(Ljava/lang/Object;)V]
OpenEJBLifecycle.beforeStopApplication ( Object stopObject ) : void
[run-time name: org/apache/openejb/cdi/OpenEJBLifecycle.beforeStopApplication:(Ljava/lang/Object;)V]
OpenEJBLifecycle.getBeanManager ( ) : javax.enterprise.inject.spi.BeanManager
[run-time name: org/apache/openejb/cdi/OpenEJBLifecycle.getBeanManager:()Ljavax/enterprise/inject/spi/BeanManager;]
OpenEJBLifecycle.getContextService ( ) : org.apache.webbeans.spi.ContextsService
[run-time name: org/apache/openejb/cdi/OpenEJBLifecycle.getContextService:()Lorg/apache/webbeans/spi/ContextsService;]
OpenEJBLifecycle.getDeployer ( ) : BeansDeployer
[run-time name: org/apache/openejb/cdi/OpenEJBLifecycle.getDeployer:()Lorg/apache/openejb/cdi/BeansDeployer;]
OpenEJBLifecycle.getJndiService ( ) : org.apache.webbeans.spi.JNDIService
[run-time name: org/apache/openejb/cdi/OpenEJBLifecycle.getJndiService:()Lorg/apache/webbeans/spi/JNDIService;]
OpenEJBLifecycle.getLogger ( ) : org.apache.webbeans.logger.WebBeansLogger
[run-time name: org/apache/openejb/cdi/OpenEJBLifecycle.getLogger:()Lorg/apache/webbeans/logger/WebBeansLogger;]
OpenEJBLifecycle.getScannerService ( ) : org.apache.webbeans.spi.ScannerService
[run-time name: org/apache/openejb/cdi/OpenEJBLifecycle.getScannerService:()Lorg/apache/webbeans/spi/ScannerService;]
OpenEJBLifecycle.getXmlDeployer ( ) : org.apache.webbeans.xml.WebBeansXMLConfigurator
[run-time name: org/apache/openejb/cdi/OpenEJBLifecycle.getXmlDeployer:()Lorg/apache/webbeans/xml/WebBeansXMLConfigurator;]
OpenEJBLifecycle.initApplication ( java.util.Properties properties ) : void
[run-time name: org/apache/openejb/cdi/OpenEJBLifecycle.initApplication:(Ljava/util/Properties;)V]
OpenEJBLifecycle.initializeServletContext ( javax.servlet.ServletContext servletContext, org.apache.webbeans.config.WebBeansContext context ) [static] : java.util.concurrent.ScheduledExecutorService
[run-time name: org/apache/openejb/cdi/OpenEJBLifecycle.initializeServletContext:(Ljavax/servlet/ServletContext;Lorg/apache/webbeans/config/WebBeansContext;)Ljava/util/concurrent/ScheduledExecutorService;]
OpenEJBLifecycle.OpenEJBLifecycle ( )
[run-time name: org/apache/openejb/cdi/OpenEJBLifecycle."<init>":()V]
OpenEJBLifecycle.OpenEJBLifecycle ( org.apache.webbeans.config.WebBeansContext webBeansContext )
[run-time name: org/apache/openejb/cdi/OpenEJBLifecycle."<init>":(Lorg/apache/webbeans/config/WebBeansContext;)V]
OpenEJBLifecycle.startApplication ( Object startupObject ) : void
[run-time name: org/apache/openejb/cdi/OpenEJBLifecycle.startApplication:(Ljava/lang/Object;)V]
OpenEJBLifecycle.startServletContext ( javax.servlet.ServletContext servletContext ) : void
[run-time name: org/apache/openejb/cdi/OpenEJBLifecycle.startServletContext:(Ljavax/servlet/ServletContext;)V]
OpenEJBLifecycle.stopApplication ( Object endObject ) : void
[run-time name: org/apache/openejb/cdi/OpenEJBLifecycle.stopApplication:(Ljava/lang/Object;)V]
openejb-core-4.0.0.jar, OpenEJBLogManager.class
package org.apache.openejb.util
JuliLogStreamFactory.OpenEJBLogManager.getProperty ( String name ) : String
[run-time name: org/apache/openejb/util/JuliLogStreamFactory.OpenEJBLogManager.getProperty:(Ljava/lang/String;)Ljava/lang/String;]
JuliLogStreamFactory.OpenEJBLogManager.JuliLogStreamFactory.OpenEJBLogManager ( )
[run-time name: org/apache/openejb/util/JuliLogStreamFactory.OpenEJBLogManager."<init>":()V]
openejb-core-4.0.0.jar, OpenEJBRuntimeException.class
package org.apache.openejb
OpenEJBRuntimeException.OpenEJBRuntimeException ( Exception e )
[run-time name: org/apache/openejb/OpenEJBRuntimeException."<init>":(Ljava/lang/Exception;)V]
OpenEJBRuntimeException.OpenEJBRuntimeException ( String str )
[run-time name: org/apache/openejb/OpenEJBRuntimeException."<init>":(Ljava/lang/String;)V]
OpenEJBRuntimeException.OpenEJBRuntimeException ( String str, Throwable e )
[run-time name: org/apache/openejb/OpenEJBRuntimeException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
openejb-core-4.0.0.jar, OpenEJBSimpleLayoutHandler.class
package org.apache.openejb.util
JuliLogStreamFactory.OpenEJBSimpleLayoutHandler.JuliLogStreamFactory.OpenEJBSimpleLayoutHandler ( )
[run-time name: org/apache/openejb/util/JuliLogStreamFactory.OpenEJBSimpleLayoutHandler."<init>":()V]
openejb-core-4.0.0.jar, OpenEJBTransactionService.class
package org.apache.openejb.cdi
OpenEJBTransactionService.getTransaction ( ) : javax.transaction.Transaction
[run-time name: org/apache/openejb/cdi/OpenEJBTransactionService.getTransaction:()Ljavax/transaction/Transaction;]
OpenEJBTransactionService.getTransactionManager ( ) : javax.transaction.TransactionManager
[run-time name: org/apache/openejb/cdi/OpenEJBTransactionService.getTransactionManager:()Ljavax/transaction/TransactionManager;]
OpenEJBTransactionService.getUserTransaction ( ) : javax.transaction.UserTransaction
[run-time name: org/apache/openejb/cdi/OpenEJBTransactionService.getUserTransaction:()Ljavax/transaction/UserTransaction;]
OpenEJBTransactionService.OpenEJBTransactionService ( )
[run-time name: org/apache/openejb/cdi/OpenEJBTransactionService."<init>":()V]
OpenEJBTransactionService.registerTransactionSynchronization ( javax.enterprise.event.TransactionPhase phase, javax.enterprise.inject.spi.ObserverMethod observer, Object event ) : void
[run-time name: org/apache/openejb/cdi/OpenEJBTransactionService.registerTransactionSynchronization:(Ljavax/enterprise/event/TransactionPhase;Ljavax/enterprise/inject/spi/ObserverMethod;Ljava/lang/Object;)V]
openejb-core-4.0.0.jar, OpenEJBValidatorService.class
package org.apache.openejb.cdi
OpenEJBValidatorService.getDefaultValidator ( ) : javax.validation.Validator
[run-time name: org/apache/openejb/cdi/OpenEJBValidatorService.getDefaultValidator:()Ljavax/validation/Validator;]
OpenEJBValidatorService.getDefaultValidatorFactory ( ) : javax.validation.ValidatorFactory
[run-time name: org/apache/openejb/cdi/OpenEJBValidatorService.getDefaultValidatorFactory:()Ljavax/validation/ValidatorFactory;]
OpenEJBValidatorService.OpenEJBValidatorService ( )
[run-time name: org/apache/openejb/cdi/OpenEJBValidatorService."<init>":()V]
openejb-core-4.0.0.jar, OptimizedLoaderService.class
package org.apache.openejb.cdi
OptimizedLoaderService.load ( Class serviceType ) : java.util.List
[run-time name: org/apache/openejb/cdi/OptimizedLoaderService.load:(Ljava/lang/Class;)Ljava/util/List;]
OptimizedLoaderService.load ( Class serviceType, ClassLoader classLoader ) : java.util.List
[run-time name: org/apache/openejb/cdi/OptimizedLoaderService.load:(Ljava/lang/Class;Ljava/lang/ClassLoader;)Ljava/util/List;]
OptimizedLoaderService.OptimizedLoaderService ( )
[run-time name: org/apache/openejb/cdi/OptimizedLoaderService."<init>":()V]
OptimizedLoaderService.OptimizedLoaderService ( org.apache.webbeans.spi.LoaderService loaderService )
[run-time name: org/apache/openejb/cdi/OptimizedLoaderService."<init>":(Lorg/apache/webbeans/spi/LoaderService;)V]
openejb-core-4.0.0.jar, OptionsLog.class
package org.apache.openejb.util
OptionsLog.OptionsLog ( Logger logger )
[run-time name: org/apache/openejb/util/OptionsLog."<init>":(Lorg/apache/openejb/util/Logger;)V]
openejb-core-4.0.0.jar, OutputScanner.class
package org.apache.openejb.util
OutputScanner.await ( ) : void
[run-time name: org/apache/openejb/util/OutputScanner.await:()V]
OutputScanner.await ( long timeout, java.util.concurrent.TimeUnit unit ) : boolean
[run-time name: org/apache/openejb/util/OutputScanner.await:(JLjava/util/concurrent/TimeUnit;)Z]
OutputScanner.OutputScanner ( java.io.OutputStream out, String scanString )
[run-time name: org/apache/openejb/util/OutputScanner."<init>":(Ljava/io/OutputStream;Ljava/lang/String;)V]
openejb-core-4.0.0.jar, OWBContextThreadListener.class
package org.apache.openejb.cdi
OWBContextThreadListener.contextEntered ( org.apache.openejb.core.ThreadContext oldContext, org.apache.openejb.core.ThreadContext newContext ) : void
[run-time name: org/apache/openejb/cdi/OWBContextThreadListener.contextEntered:(Lorg/apache/openejb/core/ThreadContext;Lorg/apache/openejb/core/ThreadContext;)V]
OWBContextThreadListener.contextExited ( org.apache.openejb.core.ThreadContext exitedContext, org.apache.openejb.core.ThreadContext reenteredContext ) : void
[run-time name: org/apache/openejb/cdi/OWBContextThreadListener.contextExited:(Lorg/apache/openejb/core/ThreadContext;Lorg/apache/openejb/core/ThreadContext;)V]
OWBContextThreadListener.OWBContextThreadListener ( )
[run-time name: org/apache/openejb/cdi/OWBContextThreadListener."<init>":()V]
openejb-core-4.0.0.jar, Pair.class
package org.apache.openejb.config
JPAPropertyConverter.Pair.getKey ( ) : String
[run-time name: org/apache/openejb/config/JPAPropertyConverter.Pair.getKey:()Ljava/lang/String;]
JPAPropertyConverter.Pair.getValue ( ) : String
[run-time name: org/apache/openejb/config/JPAPropertyConverter.Pair.getValue:()Ljava/lang/String;]
JPAPropertyConverter.Pair.JPAPropertyConverter.Pair ( String key, String value )
[run-time name: org/apache/openejb/config/JPAPropertyConverter.Pair."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
JPAPropertyConverter.Pair.toString ( ) : String
[run-time name: org/apache/openejb/config/JPAPropertyConverter.Pair.toString:()Ljava/lang/String;]
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, ParsedName.class
package org.apache.openejb.core.ivm.naming
ParsedName.getPos ( ) : int
[run-time name: org/apache/openejb/core/ivm/naming/ParsedName.getPos:()I]
ParsedName.reset ( int pos ) : void
[run-time name: org/apache/openejb/core/ivm/naming/ParsedName.reset:(I)V]
openejb-core-4.0.0.jar, ParseException.class
package org.apache.openejb.core.timer
EJBCronTrigger.ParseException.toString ( ) : String
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.ParseException.toString:()Ljava/lang/String;]
openejb-core-4.0.0.jar, PerformanceTimer.class
package org.apache.openejb.util
PerformanceTimer.event ( String event ) : void
[run-time name: org/apache/openejb/util/PerformanceTimer.event:(Ljava/lang/String;)V]
PerformanceTimer.PerformanceTimer ( )
[run-time name: org/apache/openejb/util/PerformanceTimer."<init>":()V]
PerformanceTimer.stop ( java.io.PrintStream out ) : void
[run-time name: org/apache/openejb/util/PerformanceTimer.stop:(Ljava/io/PrintStream;)V]
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;]
PersistenceBuilder.createEntityManagerFactory ( PersistenceUnitInfo info, ClassLoader classLoader ) : ReloadableEntityManagerFactory
[run-time name: org/apache/openejb/assembler/classic/PersistenceBuilder.createEntityManagerFactory:(Lorg/apache/openejb/assembler/classic/PersistenceUnitInfo;Ljava/lang/ClassLoader;)Lorg/apache/openejb/assembler/classic/ReloadableEntityManagerFactory;]
PersistenceBuilder.getOpenEJBJndiName ( String unit ) [static] : String
[run-time name: org/apache/openejb/assembler/classic/PersistenceBuilder.getOpenEJBJndiName:(Ljava/lang/String;)Ljava/lang/String;]
openejb-core-4.0.0.jar, PersistenceModule.class
package org.apache.openejb.config
PersistenceModule.getFile ( ) : java.io.File
[run-time name: org/apache/openejb/config/PersistenceModule.getFile:()Ljava/io/File;]
PersistenceModule.getModuleUri ( ) : java.net.URI
[run-time name: org/apache/openejb/config/PersistenceModule.getModuleUri:()Ljava/net/URI;]
PersistenceModule.isStandaloneModule ( ) : boolean
[run-time name: org/apache/openejb/config/PersistenceModule.isStandaloneModule:()Z]
PersistenceModule.setStandaloneModule ( boolean isStandalone ) : void
[run-time name: org/apache/openejb/config/PersistenceModule.setStandaloneModule:(Z)V]
PersistenceModule.toString ( ) : String
[run-time name: org/apache/openejb/config/PersistenceModule.toString:()Ljava/lang/String;]
openejb-core-4.0.0.jar, PersistenceUnitInfoImpl.class
package org.apache.openejb.persistence
PersistenceUnitInfoImpl.getJtaDataSourceName ( ) : String
[run-time name: org/apache/openejb/persistence/PersistenceUnitInfoImpl.getJtaDataSourceName:()Ljava/lang/String;]
PersistenceUnitInfoImpl.getNonJtaDataSourceName ( ) : String
[run-time name: org/apache/openejb/persistence/PersistenceUnitInfoImpl.getNonJtaDataSourceName:()Ljava/lang/String;]
PersistenceUnitInfoImpl.getPersistenceXMLSchemaVersion ( ) : String
[run-time name: org/apache/openejb/persistence/PersistenceUnitInfoImpl.getPersistenceXMLSchemaVersion:()Ljava/lang/String;]
PersistenceUnitInfoImpl.getSharedCacheMode ( ) : javax.persistence.SharedCacheMode
[run-time name: org/apache/openejb/persistence/PersistenceUnitInfoImpl.getSharedCacheMode:()Ljavax/persistence/SharedCacheMode;]
PersistenceUnitInfoImpl.getValidationMode ( ) : javax.persistence.ValidationMode
[run-time name: org/apache/openejb/persistence/PersistenceUnitInfoImpl.getValidationMode:()Ljavax/persistence/ValidationMode;]
PersistenceUnitInfoImpl.setJtaDataSourceName ( String jtaDataSourceName ) : void
[run-time name: org/apache/openejb/persistence/PersistenceUnitInfoImpl.setJtaDataSourceName:(Ljava/lang/String;)V]
PersistenceUnitInfoImpl.setNonJtaDataSourceName ( String nonJtaDataSourceName ) : void
[run-time name: org/apache/openejb/persistence/PersistenceUnitInfoImpl.setNonJtaDataSourceName:(Ljava/lang/String;)V]
PersistenceUnitInfoImpl.setPersistenceXMLSchemaVersion ( String persistenceXMLSchemaVersion ) : void
[run-time name: org/apache/openejb/persistence/PersistenceUnitInfoImpl.setPersistenceXMLSchemaVersion:(Ljava/lang/String;)V]
PersistenceUnitInfoImpl.setSharedCacheMode ( javax.persistence.SharedCacheMode sharedCacheMode ) : void
[run-time name: org/apache/openejb/persistence/PersistenceUnitInfoImpl.setSharedCacheMode:(Ljavax/persistence/SharedCacheMode;)V]
PersistenceUnitInfoImpl.setValidationMode ( javax.persistence.ValidationMode validationMode ) : void
[run-time name: org/apache/openejb/persistence/PersistenceUnitInfoImpl.setValidationMode:(Ljavax/persistence/ValidationMode;)V]
openejb-core-4.0.0.jar, Pipe.class
package org.apache.openejb.util
Pipe.read ( Process process ) [static] : void
[run-time name: org/apache/openejb/util/Pipe.read:(Ljava/lang/Process;)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, ProcessAnnotatedBeans.class
package org.apache.openejb.config
AnnotationDeployer.ProcessAnnotatedBeans.buildAnnotatedRefs ( org.apache.openejb.jee.JndiConsumer consumer, org.apache.xbean.finder.IAnnotationFinder annotationFinder, ClassLoader classLoader ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.buildAnnotatedRefs:(Lorg/apache/openejb/jee/JndiConsumer;Lorg/apache/xbean/finder/IAnnotationFinder;Ljava/lang/ClassLoader;)V]
AnnotationDeployer.ProcessAnnotatedBeans.deploy ( org.apache.openejb.cdi.CdiBeanInfo beanInfo ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.deploy:(Lorg/apache/openejb/cdi/CdiBeanInfo;)V]
openejb-core-4.0.0.jar, Provider.class
package org.apache.openejb
OpenEjbContainer.Provider.createEJBContainer ( java.util.Map map ) : javax.ejb.embeddable.EJBContainer
[run-time name: org/apache/openejb/OpenEjbContainer.Provider.createEJBContainer:(Ljava/util/Map;)Ljavax/ejb/embeddable/EJBContainer;]
OpenEjbContainer.Provider.OpenEjbContainer.Provider ( )
[run-time name: org/apache/openejb/OpenEjbContainer.Provider."<init>":()V]
openejb-core-4.0.0.jar, ProxyBeanClassUpdate.class
package org.apache.openejb.config
ConfigurationFactory.ProxyBeanClassUpdate.ConfigurationFactory.ProxyBeanClassUpdate ( )
[run-time name: org/apache/openejb/config/ConfigurationFactory.ProxyBeanClassUpdate."<init>":()V]
ConfigurationFactory.ProxyBeanClassUpdate.deploy ( AppModule appModule ) : AppModule
[run-time name: org/apache/openejb/config/ConfigurationFactory.ProxyBeanClassUpdate.deploy:(Lorg/apache/openejb/config/AppModule;)Lorg/apache/openejb/config/AppModule;]
openejb-core-4.0.0.jar, ProxyEJB.class
package org.apache.openejb.util.proxy
ProxyEJB.proxy ( org.apache.openejb.BeanContext beanContext, Class[ ] itfs ) [static] : Object
[run-time name: org/apache/openejb/util/proxy/ProxyEJB.proxy:(Lorg/apache/openejb/BeanContext;[Ljava/lang/Class;)Ljava/lang/Object;]
openejb-core-4.0.0.jar, ProxyFactory.class
package org.apache.openejb.core.cmp
ProxyFactory.ProxyFactory ( org.apache.openejb.BeanContext beanContext )
[run-time name: org/apache/openejb/core/cmp/ProxyFactory."<init>":(Lorg/apache/openejb/BeanContext;)V]
openejb-core-4.0.0.jar, ProxyFactoryElement.class
package org.apache.openejb.config.sys
SaxOpenejb.ProxyFactoryElement.endElement ( String uri, String localName, String qName ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.ProxyFactoryElement.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SaxOpenejb.ProxyFactoryElement.SaxOpenejb.ProxyFactoryElement ( SaxOpenejb p1 )
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.ProxyFactoryElement."<init>":(Lorg/apache/openejb/config/sys/SaxOpenejb;)V]
SaxOpenejb.ProxyFactoryElement.setValue ( String x0 ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.ProxyFactoryElement.setValue:(Ljava/lang/String;)V]
SaxOpenejb.ProxyFactoryElement.startElement ( String x0, String x1, String x2, org.xml.sax.Attributes x3 ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.ProxyFactoryElement.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
openejb-core-4.0.0.jar, ProxyInfo.class
package org.apache.openejb
ProxyInfo.getBeanContext ( ) : BeanContext
[run-time name: org/apache/openejb/ProxyInfo.getBeanContext:()Lorg/apache/openejb/BeanContext;]
ProxyInfo.ProxyInfo ( BeanContext beanContext, Object primaryKey, java.util.List interfaces, InterfaceType proxyType, Class mainInterface )
[run-time name: org/apache/openejb/ProxyInfo."<init>":(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Ljava/util/List;Lorg/apache/openejb/InterfaceType;Ljava/lang/Class;)V]
ProxyInfo.ProxyInfo ( BeanContext depInfo, Object pk )
[run-time name: org/apache/openejb/ProxyInfo."<init>":(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;)V]
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;]
QueryProxy.invoke ( Object proxy, reflect.Method method, Object[ ] args ) : Object
[run-time name: org/apache/openejb/util/proxy/QueryProxy.invoke:(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
QueryProxy.QueryProxy ( )
[run-time name: org/apache/openejb/util/proxy/QueryProxy."<init>":()V]
QueryProxy.setEntityManager ( javax.persistence.EntityManager entityManager ) : void
[run-time name: org/apache/openejb/util/proxy/QueryProxy.setEntityManager:(Ljavax/persistence/EntityManager;)V]
QueryProxy.toString ( ) : String
[run-time name: org/apache/openejb/util/proxy/QueryProxy.toString:()Ljava/lang/String;]
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.readResourcesXml ( Module module ) [static] : void
[run-time name: org/apache/openejb/config/ReadDescriptors.readResourcesXml:(Lorg/apache/openejb/config/Module;)V]
openejb-core-4.0.0.jar, ReflectionInvocationContext.class
package org.apache.openejb.core.interceptor
ReflectionInvocationContext.getTimer ( ) : Object
[run-time name: org/apache/openejb/core/interceptor/ReflectionInvocationContext.getTimer:()Ljava/lang/Object;]
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.addJarFileUrls ( String file ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.addJarFileUrls:(Ljava/lang/String;)V]
ReloadableEntityManagerFactory.addManagedClasses ( String clazz ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.addManagedClasses:(Ljava/lang/String;)V]
ReloadableEntityManagerFactory.addMappingFile ( String file ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.addMappingFile:(Ljava/lang/String;)V]
ReloadableEntityManagerFactory.close ( ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.close:()V]
ReloadableEntityManagerFactory.createEntityManager ( ) : javax.persistence.EntityManager
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.createEntityManager:()Ljavax/persistence/EntityManager;]
ReloadableEntityManagerFactory.createEntityManager ( java.util.Map map ) : javax.persistence.EntityManager
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.createEntityManager:(Ljava/util/Map;)Ljavax/persistence/EntityManager;]
ReloadableEntityManagerFactory.getCache ( ) : javax.persistence.Cache
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.getCache:()Ljavax/persistence/Cache;]
ReloadableEntityManagerFactory.getCriteriaBuilder ( ) : javax.persistence.criteria.CriteriaBuilder
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.getCriteriaBuilder:()Ljavax/persistence/criteria/CriteriaBuilder;]
ReloadableEntityManagerFactory.getDelegate ( ) : javax.persistence.EntityManagerFactory
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.getDelegate:()Ljavax/persistence/EntityManagerFactory;]
ReloadableEntityManagerFactory.getJarFileUrls ( ) : java.util.List
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.getJarFileUrls:()Ljava/util/List;]
ReloadableEntityManagerFactory.getManagedClasses ( ) : java.util.List
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.getManagedClasses:()Ljava/util/List;]
ReloadableEntityManagerFactory.getMappingFiles ( ) : java.util.List
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.getMappingFiles:()Ljava/util/List;]
ReloadableEntityManagerFactory.getMetamodel ( ) : javax.persistence.metamodel.Metamodel
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.getMetamodel:()Ljavax/persistence/metamodel/Metamodel;]
ReloadableEntityManagerFactory.getPersistenceUnitUtil ( ) : javax.persistence.PersistenceUnitUtil
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.getPersistenceUnitUtil:()Ljavax/persistence/PersistenceUnitUtil;]
ReloadableEntityManagerFactory.getProperties ( ) : java.util.Map
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.getProperties:()Ljava/util/Map;]
ReloadableEntityManagerFactory.getUnitProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.getUnitProperties:()Ljava/util/Properties;]
ReloadableEntityManagerFactory.isOpen ( ) : boolean
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.isOpen:()Z]
ReloadableEntityManagerFactory.register ( ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.register:()V]
ReloadableEntityManagerFactory.reload ( ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.reload:()V]
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]
ReloadableEntityManagerFactory.removeJarFileUrls ( String file ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.removeJarFileUrls:(Ljava/lang/String;)V]
ReloadableEntityManagerFactory.removeManagedClasses ( String clazz ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.removeManagedClasses:(Ljava/lang/String;)V]
ReloadableEntityManagerFactory.removeMappingFile ( String file ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.removeMappingFile:(Ljava/lang/String;)V]
ReloadableEntityManagerFactory.removeProperty ( String key ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.removeProperty:(Ljava/lang/String;)V]
ReloadableEntityManagerFactory.setProperty ( String key, String value ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.setProperty:(Ljava/lang/String;Ljava/lang/String;)V]
ReloadableEntityManagerFactory.setProvider ( String providerRaw ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.setProvider:(Ljava/lang/String;)V]
ReloadableEntityManagerFactory.setSharedCacheMode ( javax.persistence.SharedCacheMode mode ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.setSharedCacheMode:(Ljavax/persistence/SharedCacheMode;)V]
ReloadableEntityManagerFactory.setTransactionType ( javax.persistence.spi.PersistenceUnitTransactionType type ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.setTransactionType:(Ljavax/persistence/spi/PersistenceUnitTransactionType;)V]
ReloadableEntityManagerFactory.setValidationMode ( javax.persistence.ValidationMode mode ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.setValidationMode:(Ljavax/persistence/ValidationMode;)V]
ReloadableEntityManagerFactory.unregister ( ) : void
[run-time name: org/apache/openejb/assembler/classic/ReloadableEntityManagerFactory.unregister:()V]
openejb-core-4.0.0.jar, RemoteServer.class
package org.apache.openejb.config
RemoteServer.getServer ( ) : Process
[run-time name: org/apache/openejb/config/RemoteServer.getServer:()Ljava/lang/Process;]
RemoteServer.RemoteServer ( int tries, boolean verbose )
[run-time name: org/apache/openejb/config/RemoteServer."<init>":(IZ)V]
RemoteServer.start ( java.util.List additionalArgs, String cmd, boolean checkPortAvailable ) : void
[run-time name: org/apache/openejb/config/RemoteServer.start:(Ljava/util/List;Ljava/lang/String;Z)V]
openejb-core-4.0.0.jar, RequestScopedThreadContextListener.class
package org.apache.openejb.cdi
RequestScopedThreadContextListener.contextEntered ( org.apache.openejb.core.ThreadContext oldContext, org.apache.openejb.core.ThreadContext newContext ) : void
[run-time name: org/apache/openejb/cdi/RequestScopedThreadContextListener.contextEntered:(Lorg/apache/openejb/core/ThreadContext;Lorg/apache/openejb/core/ThreadContext;)V]
RequestScopedThreadContextListener.contextExited ( org.apache.openejb.core.ThreadContext exitedContext, org.apache.openejb.core.ThreadContext reenteredContext ) : void
[run-time name: org/apache/openejb/cdi/RequestScopedThreadContextListener.contextExited:(Lorg/apache/openejb/core/ThreadContext;Lorg/apache/openejb/core/ThreadContext;)V]
RequestScopedThreadContextListener.RequestScopedThreadContextListener ( )
[run-time name: org/apache/openejb/cdi/RequestScopedThreadContextListener."<init>":()V]
openejb-core-4.0.0.jar, Resource.class
package org.apache.openejb.config.sys
Resource.equals ( Object o ) : boolean
[run-time name: org/apache/openejb/config/sys/Resource.equals:(Ljava/lang/Object;)Z]
Resource.hashCode ( ) : int
[run-time name: org/apache/openejb/config/sys/Resource.hashCode:()I]
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.add ( Object service ) : void
[run-time name: org/apache/openejb/config/sys/Resources.add:(Ljava/lang/Object;)V]
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.getResource ( ) : java.util.List
[run-time name: org/apache/openejb/config/sys/Resources.getResource:()Ljava/util/List;]
Resources.Resources ( )
[run-time name: org/apache/openejb/config/sys/Resources."<init>":()V]
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, ResourcesModule.class
package org.apache.openejb.config
ResourcesModule.getFile ( ) : java.io.File
[run-time name: org/apache/openejb/config/ResourcesModule.getFile:()Ljava/io/File;]
ResourcesModule.getJarLocation ( ) : String
[run-time name: org/apache/openejb/config/ResourcesModule.getJarLocation:()Ljava/lang/String;]
ResourcesModule.getModuleId ( ) : String
[run-time name: org/apache/openejb/config/ResourcesModule.getModuleId:()Ljava/lang/String;]
ResourcesModule.getModuleUri ( ) : java.net.URI
[run-time name: org/apache/openejb/config/ResourcesModule.getModuleUri:()Ljava/net/URI;]
ResourcesModule.getValidation ( ) : ValidationContext
[run-time name: org/apache/openejb/config/ResourcesModule.getValidation:()Lorg/apache/openejb/config/ValidationContext;]
ResourcesModule.getWatchedResources ( ) : java.util.Set
[run-time name: org/apache/openejb/config/ResourcesModule.getWatchedResources:()Ljava/util/Set;]
ResourcesModule.ResourcesModule ( )
[run-time name: org/apache/openejb/config/ResourcesModule."<init>":()V]
openejb-core-4.0.0.jar, RESTModule.class
package org.apache.openejb.config
RESTModule.getRestClasses ( ) [abstract] : java.util.Set
[run-time name: org/apache/openejb/config/RESTModule.getRestClasses:()Ljava/util/Set;]
openejb-core-4.0.0.jar, RoutedDataSource.class
package org.apache.openejb.resource.jdbc
RoutedDataSource.getConnection ( ) : java.sql.Connection
[run-time name: org/apache/openejb/resource/jdbc/RoutedDataSource.getConnection:()Ljava/sql/Connection;]
RoutedDataSource.getConnection ( String username, String password ) : java.sql.Connection
[run-time name: org/apache/openejb/resource/jdbc/RoutedDataSource.getConnection:(Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;]
RoutedDataSource.getDelegate ( ) : Router
[run-time name: org/apache/openejb/resource/jdbc/RoutedDataSource.getDelegate:()Lorg/apache/openejb/resource/jdbc/Router;]
RoutedDataSource.getLoginTimeout ( ) : int
[run-time name: org/apache/openejb/resource/jdbc/RoutedDataSource.getLoginTimeout:()I]
RoutedDataSource.getLogWriter ( ) : java.io.PrintWriter
[run-time name: org/apache/openejb/resource/jdbc/RoutedDataSource.getLogWriter:()Ljava/io/PrintWriter;]
RoutedDataSource.getParentLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/openejb/resource/jdbc/RoutedDataSource.getParentLogger:()Ljava/util/logging/Logger;]
RoutedDataSource.isWrapperFor ( Class iface ) : boolean
[run-time name: org/apache/openejb/resource/jdbc/RoutedDataSource.isWrapperFor:(Ljava/lang/Class;)Z]
RoutedDataSource.RoutedDataSource ( )
[run-time name: org/apache/openejb/resource/jdbc/RoutedDataSource."<init>":()V]
RoutedDataSource.RoutedDataSource ( String router )
[run-time name: org/apache/openejb/resource/jdbc/RoutedDataSource."<init>":(Ljava/lang/String;)V]
RoutedDataSource.setLoginTimeout ( int seconds ) : void
[run-time name: org/apache/openejb/resource/jdbc/RoutedDataSource.setLoginTimeout:(I)V]
RoutedDataSource.setLogWriter ( java.io.PrintWriter out ) : void
[run-time name: org/apache/openejb/resource/jdbc/RoutedDataSource.setLogWriter:(Ljava/io/PrintWriter;)V]
RoutedDataSource.setRouter ( String router ) : void
[run-time name: org/apache/openejb/resource/jdbc/RoutedDataSource.setRouter:(Ljava/lang/String;)V]
RoutedDataSource.unwrap ( Class iface ) : Object
[run-time name: org/apache/openejb/resource/jdbc/RoutedDataSource.unwrap:(Ljava/lang/Class;)Ljava/lang/Object;]
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, RpcContainerWrapper.class
package org.apache.openejb.core
RpcContainerWrapper.deploy ( org.apache.openejb.BeanContext info ) : void
[run-time name: org/apache/openejb/core/RpcContainerWrapper.deploy:(Lorg/apache/openejb/BeanContext;)V]
RpcContainerWrapper.getBeanContext ( Object deploymentID ) : org.apache.openejb.BeanContext
[run-time name: org/apache/openejb/core/RpcContainerWrapper.getBeanContext:(Ljava/lang/Object;)Lorg/apache/openejb/BeanContext;]
RpcContainerWrapper.getBeanContexts ( ) : org.apache.openejb.BeanContext[ ]
[run-time name: org/apache/openejb/core/RpcContainerWrapper.getBeanContexts:()[Lorg/apache/openejb/BeanContext;]
RpcContainerWrapper.start ( org.apache.openejb.BeanContext info ) : void
[run-time name: org/apache/openejb/core/RpcContainerWrapper.start:(Lorg/apache/openejb/BeanContext;)V]
RpcContainerWrapper.stop ( org.apache.openejb.BeanContext info ) : void
[run-time name: org/apache/openejb/core/RpcContainerWrapper.stop:(Lorg/apache/openejb/BeanContext;)V]
RpcContainerWrapper.undeploy ( org.apache.openejb.BeanContext info ) : void
[run-time name: org/apache/openejb/core/RpcContainerWrapper.undeploy:(Lorg/apache/openejb/BeanContext;)V]
openejb-core-4.0.0.jar, SameItem.class
package org.apache.openejb.config.rules
CheckClassLoading.SameItem.CheckClassLoading.SameItem ( java.util.Collection files, String file1, String file2 )
[run-time name: org/apache/openejb/config/rules/CheckClassLoading.SameItem."<init>":(Ljava/util/Collection;Ljava/lang/String;Ljava/lang/String;)V]
CheckClassLoading.SameItem.toScreen ( ) : String
[run-time name: org/apache/openejb/config/rules/CheckClassLoading.SameItem.toScreen:()Ljava/lang/String;]
openejb-core-4.0.0.jar, Scan.class
package org.apache.openejb.util
OutputScanner.Scan.OutputScanner.Scan ( OutputScanner out, java.io.OutputStream scanString, String p3 )
[run-time name: org/apache/openejb/util/OutputScanner.Scan."<init>":(Lorg/apache/openejb/util/OutputScanner;Ljava/io/OutputStream;Ljava/lang/String;)V]
OutputScanner.Scan.write ( byte[ ] bytes ) : void
[run-time name: org/apache/openejb/util/OutputScanner.Scan.write:([B)V]
OutputScanner.Scan.write ( byte[ ] bytes, int off, int len ) : void
[run-time name: org/apache/openejb/util/OutputScanner.Scan.write:([BII)V]
OutputScanner.Scan.write ( int b ) : void
[run-time name: org/apache/openejb/util/OutputScanner.Scan.write:(I)V]
openejb-core-4.0.0.jar, ScanHandler.class
package org.apache.openejb.config
ScanUtil.ScanHandler.characters ( char[ ] ch, int start, int length ) : void
[run-time name: org/apache/openejb/config/ScanUtil.ScanHandler.characters:([CII)V]
ScanUtil.ScanHandler.endElement ( String uri, String localName, String qName ) : void
[run-time name: org/apache/openejb/config/ScanUtil.ScanHandler.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ScanUtil.ScanHandler.getClasses ( ) : java.util.Set
[run-time name: org/apache/openejb/config/ScanUtil.ScanHandler.getClasses:()Ljava/util/Set;]
ScanUtil.ScanHandler.getPackages ( ) : java.util.Set
[run-time name: org/apache/openejb/config/ScanUtil.ScanHandler.getPackages:()Ljava/util/Set;]
ScanUtil.ScanHandler.ScanUtil.ScanHandler ( )
[run-time name: org/apache/openejb/config/ScanUtil.ScanHandler."<init>":()V]
ScanUtil.ScanHandler.startElement ( String uri, String localName, String qName, org.xml.sax.Attributes attributes ) : void
[run-time name: org/apache/openejb/config/ScanUtil.ScanHandler.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
openejb-core-4.0.0.jar, ScanUtil.class
package org.apache.openejb.config
ScanUtil.read ( java.net.URL scanXml ) [static] : ScanUtil.ScanHandler
[run-time name: org/apache/openejb/config/ScanUtil.read:(Ljava/net/URL;)Lorg/apache/openejb/config/ScanUtil$ScanHandler;]
openejb-core-4.0.0.jar, ScheduleData.class
package org.apache.openejb.core.timer
ScheduleData.getExpression ( ) : javax.ejb.ScheduleExpression
[run-time name: org/apache/openejb/core/timer/ScheduleData.getExpression:()Ljavax/ejb/ScheduleExpression;]
openejb-core-4.0.0.jar, ScopeActivator.class
package org.apache.openejb.cdi
CdiInterceptor.ScopeActivator.call ( ) : Object
[run-time name: org/apache/openejb/cdi/CdiInterceptor.ScopeActivator.call:()Ljava/lang/Object;]
CdiInterceptor.ScopeActivator.CdiInterceptor.ScopeActivator ( CdiInterceptor callable, java.util.concurrent.Callable scopeType, Class p3 )
[run-time name: org/apache/openejb/cdi/CdiInterceptor.ScopeActivator."<init>":(Lorg/apache/openejb/cdi/CdiInterceptor;Ljava/util/concurrent/Callable;Ljava/lang/Class;)V]
openejb-core-4.0.0.jar, SecurityContextHandler.class
package org.apache.openejb.core.security
SecurityContextHandler.after ( javax.resource.spi.work.SecurityContext securityContext ) : void
[run-time name: org/apache/openejb/core/security/SecurityContextHandler.after:(Ljavax/resource/spi/work/SecurityContext;)V]
SecurityContextHandler.after ( javax.resource.spi.work.WorkContext x0 ) : void
[run-time name: org/apache/openejb/core/security/SecurityContextHandler.after:(Ljavax/resource/spi/work/WorkContext;)V]
SecurityContextHandler.before ( javax.resource.spi.work.SecurityContext securityContext ) : void
[run-time name: org/apache/openejb/core/security/SecurityContextHandler.before:(Ljavax/resource/spi/work/SecurityContext;)V]
SecurityContextHandler.before ( javax.resource.spi.work.WorkContext x0 ) : void
[run-time name: org/apache/openejb/core/security/SecurityContextHandler.before:(Ljavax/resource/spi/work/WorkContext;)V]
SecurityContextHandler.required ( ) : boolean
[run-time name: org/apache/openejb/core/security/SecurityContextHandler.required:()Z]
SecurityContextHandler.SecurityContextHandler ( String securityRealmName )
[run-time name: org/apache/openejb/core/security/SecurityContextHandler."<init>":(Ljava/lang/String;)V]
SecurityContextHandler.supports ( Class clazz ) : boolean
[run-time name: org/apache/openejb/core/security/SecurityContextHandler.supports:(Ljava/lang/Class;)Z]
openejb-core-4.0.0.jar, SecurityServiceElement.class
package org.apache.openejb.config.sys
SaxOpenejb.SecurityServiceElement.endElement ( String uri, String localName, String qName ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.SecurityServiceElement.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SaxOpenejb.SecurityServiceElement.SaxOpenejb.SecurityServiceElement ( SaxOpenejb p1 )
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.SecurityServiceElement."<init>":(Lorg/apache/openejb/config/sys/SaxOpenejb;)V]
SaxOpenejb.SecurityServiceElement.setValue ( String x0 ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.SecurityServiceElement.setValue:(Ljava/lang/String;)V]
SaxOpenejb.SecurityServiceElement.startElement ( String x0, String x1, String x2, org.xml.sax.Attributes x3 ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.SecurityServiceElement.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
openejb-core-4.0.0.jar, SimpleBootstrapContext.class
package org.apache.openejb.core.transaction
SimpleBootstrapContext.getTransactionSynchronizationRegistry ( ) : javax.transaction.TransactionSynchronizationRegistry
[run-time name: org/apache/openejb/core/transaction/SimpleBootstrapContext.getTransactionSynchronizationRegistry:()Ljavax/transaction/TransactionSynchronizationRegistry;]
SimpleBootstrapContext.isContextSupported ( Class cls ) : boolean
[run-time name: org/apache/openejb/core/transaction/SimpleBootstrapContext.isContextSupported:(Ljava/lang/Class;)Z]
openejb-core-4.0.0.jar, SimpleCache.class
package org.apache.openejb.core.stateful
SimpleCache.destroy ( ) : void
[run-time name: org/apache/openejb/core/stateful/SimpleCache.destroy:()V]
SimpleCache.getFrequency ( ) : long
[run-time name: org/apache/openejb/core/stateful/SimpleCache.getFrequency:()J]
SimpleCache.getScheduledExecutorService ( ) : java.util.concurrent.ScheduledExecutorService
[run-time name: org/apache/openejb/core/stateful/SimpleCache.getScheduledExecutorService:()Ljava/util/concurrent/ScheduledExecutorService;]
SimpleCache.init ( ) : void
[run-time name: org/apache/openejb/core/stateful/SimpleCache.init:()V]
SimpleCache.setFrequency ( String frequency ) : void
[run-time name: org/apache/openejb/core/stateful/SimpleCache.setFrequency:(Ljava/lang/String;)V]
SimpleCache.setScheduledExecutorService ( java.util.concurrent.ScheduledExecutorService executor ) : void
[run-time name: org/apache/openejb/core/stateful/SimpleCache.setScheduledExecutorService:(Ljava/util/concurrent/ScheduledExecutorService;)V]
SimpleCache.setTimeOut ( String timeOut ) : void
[run-time name: org/apache/openejb/core/stateful/SimpleCache.setTimeOut:(Ljava/lang/String;)V]
openejb-core-4.0.0.jar, SingleActionTimerData.class
package org.apache.openejb.core.timer
SingleActionTimerData.getExpiration ( ) : java.util.Date
[run-time name: org/apache/openejb/core/timer/SingleActionTimerData.getExpiration:()Ljava/util/Date;]
SingleActionTimerData.getType ( ) : TimerType
[run-time name: org/apache/openejb/core/timer/SingleActionTimerData.getType:()Lorg/apache/openejb/core/timer/TimerType;]
SingleActionTimerData.initializeTrigger ( ) : org.quartz.impl.triggers.AbstractTrigger
[run-time name: org/apache/openejb/core/timer/SingleActionTimerData.initializeTrigger:()Lorg/quartz/impl/triggers/AbstractTrigger;]
SingleActionTimerData.SingleActionTimerData ( long id, EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, javax.ejb.TimerConfig timerConfig, java.util.Date expiration )
[run-time name: org/apache/openejb/core/timer/SingleActionTimerData."<init>":(JLorg/apache/openejb/core/timer/EjbTimerServiceImpl;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/reflect/Method;Ljavax/ejb/TimerConfig;Ljava/util/Date;)V]
SingleActionTimerData.toString ( ) : String
[run-time name: org/apache/openejb/core/timer/SingleActionTimerData.toString:()Ljava/lang/String;]
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, SingletonContainer.class
package org.apache.openejb.core.singleton
SingletonContainer.createEJBObject ( org.apache.openejb.BeanContext beanContext, reflect.Method callMethod ) : org.apache.openejb.ProxyInfo
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.createEJBObject:(Lorg/apache/openejb/BeanContext;Ljava/lang/reflect/Method;)Lorg/apache/openejb/ProxyInfo;]
SingletonContainer.deploy ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.deploy:(Lorg/apache/openejb/BeanContext;)V]
SingletonContainer.getBeanContext ( Object deploymentID ) : org.apache.openejb.BeanContext
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.getBeanContext:(Ljava/lang/Object;)Lorg/apache/openejb/BeanContext;]
SingletonContainer.getBeanContexts ( ) : org.apache.openejb.BeanContext[ ]
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.getBeanContexts:()[Lorg/apache/openejb/BeanContext;]
SingletonContainer.start ( org.apache.openejb.BeanContext info ) : void
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.start:(Lorg/apache/openejb/BeanContext;)V]
SingletonContainer.stop ( org.apache.openejb.BeanContext info ) : void
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.stop:(Lorg/apache/openejb/BeanContext;)V]
SingletonContainer.undeploy ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.undeploy:(Lorg/apache/openejb/BeanContext;)V]
openejb-core-4.0.0.jar, SingletonContext.class
package org.apache.openejb.core.singleton
SingletonContext.check ( org.apache.openejb.core.BaseContext.Call call ) : void
[run-time name: org/apache/openejb/core/singleton/SingletonContext.check:(Lorg/apache/openejb/core/BaseContext$Call;)V]
openejb-core-4.0.0.jar, SingletonEjbHomeHandler.class
package org.apache.openejb.core.singleton
SingletonEjbHomeHandler.newEjbObjectHandler ( org.apache.openejb.BeanContext beanContext, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces, Class mainInterface ) : org.apache.openejb.core.ivm.EjbObjectProxyHandler
[run-time name: org/apache/openejb/core/singleton/SingletonEjbHomeHandler.newEjbObjectHandler:(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;Ljava/lang/Class;)Lorg/apache/openejb/core/ivm/EjbObjectProxyHandler;]
SingletonEjbHomeHandler.SingletonEjbHomeHandler ( org.apache.openejb.BeanContext beanContext, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces, Class mainInterface )
[run-time name: org/apache/openejb/core/singleton/SingletonEjbHomeHandler."<init>":(Lorg/apache/openejb/BeanContext;Lorg/apache/openejb/InterfaceType;Ljava/util/List;Ljava/lang/Class;)V]
openejb-core-4.0.0.jar, SingletonEjbObjectHandler.class
package org.apache.openejb.core.singleton
SingletonEjbObjectHandler.SingletonEjbObjectHandler ( org.apache.openejb.BeanContext beanContext, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces, Class mainInterface )
[run-time name: org/apache/openejb/core/singleton/SingletonEjbObjectHandler."<init>":(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;Ljava/lang/Class;)V]
openejb-core-4.0.0.jar, SingletonInstanceManager.class
package org.apache.openejb.core.singleton
SingletonInstanceManager.deploy ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/singleton/SingletonInstanceManager.deploy:(Lorg/apache/openejb/BeanContext;)V]
SingletonInstanceManager.start ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/singleton/SingletonInstanceManager.start:(Lorg/apache/openejb/BeanContext;)V]
SingletonInstanceManager.undeploy ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/singleton/SingletonInstanceManager.undeploy:(Lorg/apache/openejb/BeanContext;)V]
openejb-core-4.0.0.jar, Slf4jLogStream.class
package org.apache.openejb.util
Slf4jLogStream.debug ( String message ) : void
[run-time name: org/apache/openejb/util/Slf4jLogStream.debug:(Ljava/lang/String;)V]
Slf4jLogStream.debug ( String message, Throwable t ) : void
[run-time name: org/apache/openejb/util/Slf4jLogStream.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V]
Slf4jLogStream.error ( String message ) : void
[run-time name: org/apache/openejb/util/Slf4jLogStream.error:(Ljava/lang/String;)V]
Slf4jLogStream.error ( String message, Throwable t ) : void
[run-time name: org/apache/openejb/util/Slf4jLogStream.error:(Ljava/lang/String;Ljava/lang/Throwable;)V]
Slf4jLogStream.fatal ( String message ) : void
[run-time name: org/apache/openejb/util/Slf4jLogStream.fatal:(Ljava/lang/String;)V]
Slf4jLogStream.fatal ( String message, Throwable t ) : void
[run-time name: org/apache/openejb/util/Slf4jLogStream.fatal:(Ljava/lang/String;Ljava/lang/Throwable;)V]
Slf4jLogStream.info ( String message ) : void
[run-time name: org/apache/openejb/util/Slf4jLogStream.info:(Ljava/lang/String;)V]
Slf4jLogStream.info ( String message, Throwable t ) : void
[run-time name: org/apache/openejb/util/Slf4jLogStream.info:(Ljava/lang/String;Ljava/lang/Throwable;)V]
Slf4jLogStream.isDebugEnabled ( ) : boolean
[run-time name: org/apache/openejb/util/Slf4jLogStream.isDebugEnabled:()Z]
Slf4jLogStream.isErrorEnabled ( ) : boolean
[run-time name: org/apache/openejb/util/Slf4jLogStream.isErrorEnabled:()Z]
Slf4jLogStream.isFatalEnabled ( ) : boolean
[run-time name: org/apache/openejb/util/Slf4jLogStream.isFatalEnabled:()Z]
Slf4jLogStream.isInfoEnabled ( ) : boolean
[run-time name: org/apache/openejb/util/Slf4jLogStream.isInfoEnabled:()Z]
Slf4jLogStream.isWarnEnabled ( ) : boolean
[run-time name: org/apache/openejb/util/Slf4jLogStream.isWarnEnabled:()Z]
Slf4jLogStream.Slf4jLogStream ( LogCategory logCategory )
[run-time name: org/apache/openejb/util/Slf4jLogStream."<init>":(Lorg/apache/openejb/util/LogCategory;)V]
Slf4jLogStream.warn ( String message ) : void
[run-time name: org/apache/openejb/util/Slf4jLogStream.warn:(Ljava/lang/String;)V]
Slf4jLogStream.warn ( String message, Throwable t ) : void
[run-time name: org/apache/openejb/util/Slf4jLogStream.warn:(Ljava/lang/String;Ljava/lang/Throwable;)V]
openejb-core-4.0.0.jar, Slf4jLogStreamFactory.class
package org.apache.openejb.util
Slf4jLogStreamFactory.createLogStream ( LogCategory logCategory ) : LogStream
[run-time name: org/apache/openejb/util/Slf4jLogStreamFactory.createLogStream:(Lorg/apache/openejb/util/LogCategory;)Lorg/apache/openejb/util/LogStream;]
Slf4jLogStreamFactory.Slf4jLogStreamFactory ( )
[run-time name: org/apache/openejb/util/Slf4jLogStreamFactory."<init>":()V]
openejb-core-4.0.0.jar, StartupObject.class
package org.apache.openejb.cdi
StartupObject.getAppContext ( ) : org.apache.openejb.AppContext
[run-time name: org/apache/openejb/cdi/StartupObject.getAppContext:()Lorg/apache/openejb/AppContext;]
StartupObject.getAppInfo ( ) : org.apache.openejb.assembler.classic.AppInfo
[run-time name: org/apache/openejb/cdi/StartupObject.getAppInfo:()Lorg/apache/openejb/assembler/classic/AppInfo;]
StartupObject.getBeanContexts ( ) : java.util.List
[run-time name: org/apache/openejb/cdi/StartupObject.getBeanContexts:()Ljava/util/List;]
StartupObject.StartupObject ( org.apache.openejb.AppContext appContext, org.apache.openejb.assembler.classic.AppInfo appInfo, java.util.List beanContexts )
[run-time name: org/apache/openejb/cdi/StartupObject."<init>":(Lorg/apache/openejb/AppContext;Lorg/apache/openejb/assembler/classic/AppInfo;Ljava/util/List;)V]
openejb-core-4.0.0.jar, StatefulContainer.class
package org.apache.openejb.core.stateful
StatefulContainer.businessMethod ( org.apache.openejb.BeanContext beanContext, Object primKey, Class callInterface, reflect.Method callMethod, Object[ ] args, org.apache.openejb.InterfaceType interfaceType ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.businessMethod:(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;)Ljava/lang/Object;]
StatefulContainer.createEJBObject ( org.apache.openejb.BeanContext beanContext, reflect.Method callMethod, Object[ ] args, org.apache.openejb.InterfaceType interfaceType ) : org.apache.openejb.ProxyInfo
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.createEJBObject:(Lorg/apache/openejb/BeanContext;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;)Lorg/apache/openejb/ProxyInfo;]
StatefulContainer.deploy ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.deploy:(Lorg/apache/openejb/BeanContext;)V]
StatefulContainer.getBeanContext ( Object deploymentID ) : org.apache.openejb.BeanContext
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.getBeanContext:(Ljava/lang/Object;)Lorg/apache/openejb/BeanContext;]
StatefulContainer.getBeanContexts ( ) : org.apache.openejb.BeanContext[ ]
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.getBeanContexts:()[Lorg/apache/openejb/BeanContext;]
StatefulContainer.removeEJBObject ( org.apache.openejb.BeanContext beanContext, Object primKey, Class callInterface, reflect.Method callMethod, Object[ ] args, org.apache.openejb.InterfaceType interfaceType ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.removeEJBObject:(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;)Ljava/lang/Object;]
StatefulContainer.start ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.start:(Lorg/apache/openejb/BeanContext;)V]
StatefulContainer.StatefulContainer ( Object id, org.apache.openejb.spi.SecurityService securityService, Cache cache, org.apache.openejb.util.Duration accessTimeout )
[run-time name: org/apache/openejb/core/stateful/StatefulContainer."<init>":(Ljava/lang/Object;Lorg/apache/openejb/spi/SecurityService;Lorg/apache/openejb/core/stateful/Cache;Lorg/apache/openejb/util/Duration;)V]
StatefulContainer.stop ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.stop:(Lorg/apache/openejb/BeanContext;)V]
StatefulContainer.undeploy ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.undeploy:(Lorg/apache/openejb/BeanContext;)V]
openejb-core-4.0.0.jar, StatefulContainerFactory.class
package org.apache.openejb.core.stateful
StatefulContainerFactory.getAccessTimeout ( ) : org.apache.openejb.util.Duration
[run-time name: org/apache/openejb/core/stateful/StatefulContainerFactory.getAccessTimeout:()Lorg/apache/openejb/util/Duration;]
StatefulContainerFactory.setAccessTimeout ( org.apache.openejb.util.Duration accessTimeout ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainerFactory.setAccessTimeout:(Lorg/apache/openejb/util/Duration;)V]
StatefulContainerFactory.setFrequency ( String s ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainerFactory.setFrequency:(Ljava/lang/String;)V]
openejb-core-4.0.0.jar, StatefulContext.class
package org.apache.openejb.core.stateful
StatefulContext.check ( org.apache.openejb.core.BaseContext.Call call ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContext.check:(Lorg/apache/openejb/core/BaseContext$Call;)V]
StatefulContext.getMessageContext ( ) : javax.xml.rpc.handler.MessageContext
[run-time name: org/apache/openejb/core/stateful/StatefulContext.getMessageContext:()Ljavax/xml/rpc/handler/MessageContext;]
openejb-core-4.0.0.jar, StatefulEjbHomeHandler.class
package org.apache.openejb.core.stateful
StatefulEjbHomeHandler.createProxy ( Object primaryKey, Class mainInterface ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulEjbHomeHandler.createProxy:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;]
StatefulEjbHomeHandler.newEjbObjectHandler ( org.apache.openejb.BeanContext beanContext, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces, Class mainInterface ) : org.apache.openejb.core.ivm.EjbObjectProxyHandler
[run-time name: org/apache/openejb/core/stateful/StatefulEjbHomeHandler.newEjbObjectHandler:(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;Ljava/lang/Class;)Lorg/apache/openejb/core/ivm/EjbObjectProxyHandler;]
StatefulEjbHomeHandler.StatefulEjbHomeHandler ( org.apache.openejb.BeanContext beanContext, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces, Class mainInterface )
[run-time name: org/apache/openejb/core/stateful/StatefulEjbHomeHandler."<init>":(Lorg/apache/openejb/BeanContext;Lorg/apache/openejb/InterfaceType;Ljava/util/List;Ljava/lang/Class;)V]
openejb-core-4.0.0.jar, StatefulEjbObjectHandler.class
package org.apache.openejb.core.stateful
StatefulEjbObjectHandler.StatefulEjbObjectHandler ( org.apache.openejb.BeanContext beanContext, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces, Class mainInterface )
[run-time name: org/apache/openejb/core/stateful/StatefulEjbObjectHandler."<init>":(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;Ljava/lang/Class;)V]
openejb-core-4.0.0.jar, StatelessContainer.class
package org.apache.openejb.core.stateless
StatelessContainer.createEJBObject ( org.apache.openejb.BeanContext beanContext, reflect.Method callMethod ) : org.apache.openejb.ProxyInfo
[run-time name: org/apache/openejb/core/stateless/StatelessContainer.createEJBObject:(Lorg/apache/openejb/BeanContext;Ljava/lang/reflect/Method;)Lorg/apache/openejb/ProxyInfo;]
StatelessContainer.deploy ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainer.deploy:(Lorg/apache/openejb/BeanContext;)V]
StatelessContainer.getBeanContext ( Object deploymentID ) : org.apache.openejb.BeanContext
[run-time name: org/apache/openejb/core/stateless/StatelessContainer.getBeanContext:(Ljava/lang/Object;)Lorg/apache/openejb/BeanContext;]
StatelessContainer.getBeanContexts ( ) : org.apache.openejb.BeanContext[ ]
[run-time name: org/apache/openejb/core/stateless/StatelessContainer.getBeanContexts:()[Lorg/apache/openejb/BeanContext;]
StatelessContainer.start ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainer.start:(Lorg/apache/openejb/BeanContext;)V]
StatelessContainer.stop ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainer.stop:(Lorg/apache/openejb/BeanContext;)V]
StatelessContainer.undeploy ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainer.undeploy:(Lorg/apache/openejb/BeanContext;)V]
openejb-core-4.0.0.jar, StatelessContext.class
package org.apache.openejb.core.stateless
StatelessContext.check ( org.apache.openejb.core.BaseContext.Call call ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContext.check:(Lorg/apache/openejb/core/BaseContext$Call;)V]
openejb-core-4.0.0.jar, StatelessEjbHomeHandler.class
package org.apache.openejb.core.stateless
StatelessEjbHomeHandler.newEjbObjectHandler ( org.apache.openejb.BeanContext beanContext, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces, Class mainInterface ) : org.apache.openejb.core.ivm.EjbObjectProxyHandler
[run-time name: org/apache/openejb/core/stateless/StatelessEjbHomeHandler.newEjbObjectHandler:(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;Ljava/lang/Class;)Lorg/apache/openejb/core/ivm/EjbObjectProxyHandler;]
StatelessEjbHomeHandler.StatelessEjbHomeHandler ( org.apache.openejb.BeanContext beanContext, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces, Class mainInterface )
[run-time name: org/apache/openejb/core/stateless/StatelessEjbHomeHandler."<init>":(Lorg/apache/openejb/BeanContext;Lorg/apache/openejb/InterfaceType;Ljava/util/List;Ljava/lang/Class;)V]
openejb-core-4.0.0.jar, StatelessEjbObjectHandler.class
package org.apache.openejb.core.stateless
StatelessEjbObjectHandler.StatelessEjbObjectHandler ( org.apache.openejb.BeanContext beanContext, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces, Class mainInterface )
[run-time name: org/apache/openejb/core/stateless/StatelessEjbObjectHandler."<init>":(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;Ljava/lang/Class;)V]
openejb-core-4.0.0.jar, StatelessInstanceManager.class
package org.apache.openejb.core.stateless
StatelessInstanceManager.deploy ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessInstanceManager.deploy:(Lorg/apache/openejb/BeanContext;)V]
StatelessInstanceManager.undeploy ( org.apache.openejb.BeanContext beanContext ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessInstanceManager.undeploy:(Lorg/apache/openejb/BeanContext;)V]
openejb-core-4.0.0.jar, Stats.class
package org.apache.openejb.monitoring
Stats.getCount ( ) : long
[run-time name: org/apache/openejb/monitoring/Stats.getCount:()J]
Stats.getGeometricMean ( ) : double
[run-time name: org/apache/openejb/monitoring/Stats.getGeometricMean:()D]
Stats.getKurtosis ( ) : double
[run-time name: org/apache/openejb/monitoring/Stats.getKurtosis:()D]
Stats.getLatest ( ) : String
[run-time name: org/apache/openejb/monitoring/Stats.getLatest:()Ljava/lang/String;]
Stats.getLatestTime ( ) : long
[run-time name: org/apache/openejb/monitoring/Stats.getLatestTime:()J]
Stats.getMax ( ) : double
[run-time name: org/apache/openejb/monitoring/Stats.getMax:()D]
Stats.getMean ( ) : double
[run-time name: org/apache/openejb/monitoring/Stats.getMean:()D]
Stats.getMin ( ) : double
[run-time name: org/apache/openejb/monitoring/Stats.getMin:()D]
Stats.getPercentile01 ( ) : double
[run-time name: org/apache/openejb/monitoring/Stats.getPercentile01:()D]
Stats.getPercentile10 ( ) : double
[run-time name: org/apache/openejb/monitoring/Stats.getPercentile10:()D]
Stats.getPercentile25 ( ) : double
[run-time name: org/apache/openejb/monitoring/Stats.getPercentile25:()D]
Stats.getPercentile50 ( ) : double
[run-time name: org/apache/openejb/monitoring/Stats.getPercentile50:()D]
Stats.getPercentile75 ( ) : double
[run-time name: org/apache/openejb/monitoring/Stats.getPercentile75:()D]
Stats.getPercentile90 ( ) : double
[run-time name: org/apache/openejb/monitoring/Stats.getPercentile90:()D]
Stats.getPercentile99 ( ) : double
[run-time name: org/apache/openejb/monitoring/Stats.getPercentile99:()D]
Stats.getSampleSize ( ) : int
[run-time name: org/apache/openejb/monitoring/Stats.getSampleSize:()I]
Stats.getSkewness ( ) : double
[run-time name: org/apache/openejb/monitoring/Stats.getSkewness:()D]
Stats.getStandardDeviation ( ) : double
[run-time name: org/apache/openejb/monitoring/Stats.getStandardDeviation:()D]
Stats.getSum ( ) : double
[run-time name: org/apache/openejb/monitoring/Stats.getSum:()D]
Stats.getSumsq ( ) : double
[run-time name: org/apache/openejb/monitoring/Stats.getSumsq:()D]
Stats.getVariance ( ) : double
[run-time name: org/apache/openejb/monitoring/Stats.getVariance:()D]
Stats.record ( long time ) : void
[run-time name: org/apache/openejb/monitoring/Stats.record:(J)V]
Stats.setSampleSize ( int i ) : void
[run-time name: org/apache/openejb/monitoring/Stats.setSampleSize:(I)V]
Stats.sortedValues ( ) : double[ ]
[run-time name: org/apache/openejb/monitoring/Stats.sortedValues:()[D]
Stats.Stats ( )
[run-time name: org/apache/openejb/monitoring/Stats."<init>":()V]
Stats.Stats ( int window )
[run-time name: org/apache/openejb/monitoring/Stats."<init>":(I)V]
Stats.values ( ) : double[ ]
[run-time name: org/apache/openejb/monitoring/Stats.values:()[D]
openejb-core-4.0.0.jar, StatsInterceptor.class
package org.apache.openejb.monitoring
StatsInterceptor.AroundTimeout ( ) : reflect.Method
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.AroundTimeout:()Ljava/lang/reflect/Method;]
StatsInterceptor.AroundTimeout ( javax.interceptor.InvocationContext invocationContext ) : void
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.AroundTimeout:(Ljavax/interceptor/InvocationContext;)V]
StatsInterceptor.isStatsActivated ( ) [static] : boolean
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.isStatsActivated:()Z]
openejb-core-4.0.0.jar, Strings.class
package org.apache.openejb.util
Strings.checkNullBlankString ( String stringToCheck ) [static] : boolean
[run-time name: org/apache/openejb/util/Strings.checkNullBlankString:(Ljava/lang/String;)Z]
Strings.lastPart ( String className, char sep ) [static] : String
[run-time name: org/apache/openejb/util/Strings.lastPart:(Ljava/lang/String;C)Ljava/lang/String;]
Strings.replaceNullOrBlankStringWithNonBreakingSpace ( String stringToCheckForNull ) [static] : String
[run-time name: org/apache/openejb/util/Strings.replaceNullOrBlankStringWithNonBreakingSpace:(Ljava/lang/String;)Ljava/lang/String;]
openejb-core-4.0.0.jar, SynchronizationWrapper.class
package org.apache.openejb.core.entity
EntityInstanceManager.SynchronizationWrapper.EntityInstanceManager.SynchronizationWrapper ( EntityInstanceManager beanContext, org.apache.openejb.BeanContext primaryKey, Object bean, javax.ejb.EntityBean available, boolean readyPoolKey, EntityInstanceManager.Key txPolicy, org.apache.openejb.core.transaction.TransactionPolicy p7 )
[run-time name: org/apache/openejb/core/entity/EntityInstanceManager.SynchronizationWrapper."<init>":(Lorg/apache/openejb/core/entity/EntityInstanceManager;Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Ljavax/ejb/EntityBean;ZLorg/apache/openejb/core/entity/EntityInstanceManager$Key;Lorg/apache/openejb/core/transaction/TransactionPolicy;)V]
openejb-core-4.0.0.jar, SystemApps.class
package org.apache.openejb.config
SystemApps.getSystemModule ( ) [static] : EjbModule
[run-time name: org/apache/openejb/config/SystemApps.getSystemModule:()Lorg/apache/openejb/config/EjbModule;]
SystemApps.SystemApps ( )
[run-time name: org/apache/openejb/config/SystemApps."<init>":()V]
openejb-core-4.0.0.jar, Tee.class
package org.apache.openejb.util
Tee.pipe ( java.io.InputStream in, java.io.OutputStream out ) [static] : void
[run-time name: org/apache/openejb/util/Tee.pipe:(Ljava/io/InputStream;Ljava/io/OutputStream;)V]
Tee.read ( Process process ) [static] : java.io.InputStream
[run-time name: org/apache/openejb/util/Tee.read:(Ljava/lang/Process;)Ljava/io/InputStream;]
Tee.run ( ) : void
[run-time name: org/apache/openejb/util/Tee.run:()V]
Tee.Tee ( java.io.InputStream in, java.io.OutputStream[ ] out )
[run-time name: org/apache/openejb/util/Tee."<init>":(Ljava/io/InputStream;[Ljava/io/OutputStream;)V]
openejb-core-4.0.0.jar, TemplatedStrategy.class
package org.apache.openejb.assembler.classic
JndiBuilder.TemplatedStrategy.begin ( org.apache.openejb.BeanContext bean ) : void
[run-time name: org/apache/openejb/assembler/classic/JndiBuilder.TemplatedStrategy.begin:(Lorg/apache/openejb/BeanContext;)V]
JndiBuilder.TemplatedStrategy.getName ( Class interfce, String key, JndiBuilder.JndiNameStrategy.Interface type ) : String
[run-time name: org/apache/openejb/assembler/classic/JndiBuilder.TemplatedStrategy.getName:(Ljava/lang/Class;Ljava/lang/String;Lorg/apache/openejb/assembler/classic/JndiBuilder$JndiNameStrategy$Interface;)Ljava/lang/String;]
JndiBuilder.TemplatedStrategy.getNames ( Class interfce, JndiBuilder.JndiNameStrategy.Interface type ) : java.util.Map
[run-time name: org/apache/openejb/assembler/classic/JndiBuilder.TemplatedStrategy.getNames:(Ljava/lang/Class;Lorg/apache/openejb/assembler/classic/JndiBuilder$JndiNameStrategy$Interface;)Ljava/util/Map;]
openejb-core-4.0.0.jar, ThreadContext.class
package org.apache.openejb.core
ThreadContext.getBeanContext ( ) : org.apache.openejb.BeanContext
[run-time name: org/apache/openejb/core/ThreadContext.getBeanContext:()Lorg/apache/openejb/BeanContext;]
ThreadContext.initAsynchronousCancelled ( java.util.concurrent.atomic.AtomicBoolean initializeValue ) [static] : void
[run-time name: org/apache/openejb/core/ThreadContext.initAsynchronousCancelled:(Ljava/util/concurrent/atomic/AtomicBoolean;)V]
ThreadContext.isAsynchronousCancelled ( ) [static] : boolean
[run-time name: org/apache/openejb/core/ThreadContext.isAsynchronousCancelled:()Z]
ThreadContext.remove ( Class type ) : Object
[run-time name: org/apache/openejb/core/ThreadContext.remove:(Ljava/lang/Class;)Ljava/lang/Object;]
ThreadContext.removeAsynchronousCancelled ( ) [static] : void
[run-time name: org/apache/openejb/core/ThreadContext.removeAsynchronousCancelled:()V]
ThreadContext.ThreadContext ( org.apache.openejb.BeanContext beanContext, Object primaryKey )
[run-time name: org/apache/openejb/core/ThreadContext."<init>":(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;)V]
ThreadContext.ThreadContext ( org.apache.openejb.BeanContext beanContext, Object primaryKey, Operation operation )
[run-time name: org/apache/openejb/core/ThreadContext."<init>":(Lorg/apache/openejb/BeanContext;Ljava/lang/Object;Lorg/apache/openejb/core/Operation;)V]
ThreadContext.toString ( ) : String
[run-time name: org/apache/openejb/core/ThreadContext.toString:()Ljava/lang/String;]
openejb-core-4.0.0.jar, ThreadLocalContextManager.class
package org.apache.openejb.rest
ThreadLocalContextManager.reset ( ) [static] : void
[run-time name: org/apache/openejb/rest/ThreadLocalContextManager.reset:()V]
ThreadLocalContextManager.ThreadLocalContextManager ( )
[run-time name: org/apache/openejb/rest/ThreadLocalContextManager."<init>":()V]
openejb-core-4.0.0.jar, ThreadLocalContextResolver.class
package org.apache.openejb.rest
ThreadLocalContextResolver.getContext ( Class type ) : Object
[run-time name: org/apache/openejb/rest/ThreadLocalContextResolver.getContext:(Ljava/lang/Class;)Ljava/lang/Object;]
ThreadLocalContextResolver.ThreadLocalContextResolver ( )
[run-time name: org/apache/openejb/rest/ThreadLocalContextResolver."<init>":()V]
openejb-core-4.0.0.jar, ThreadLocalHttpHeaders.class
package org.apache.openejb.rest
ThreadLocalHttpHeaders.getAcceptableLanguages ( ) : java.util.List
[run-time name: org/apache/openejb/rest/ThreadLocalHttpHeaders.getAcceptableLanguages:()Ljava/util/List;]
ThreadLocalHttpHeaders.getAcceptableMediaTypes ( ) : java.util.List
[run-time name: org/apache/openejb/rest/ThreadLocalHttpHeaders.getAcceptableMediaTypes:()Ljava/util/List;]
ThreadLocalHttpHeaders.getCookies ( ) : java.util.Map
[run-time name: org/apache/openejb/rest/ThreadLocalHttpHeaders.getCookies:()Ljava/util/Map;]
ThreadLocalHttpHeaders.getLanguage ( ) : java.util.Locale
[run-time name: org/apache/openejb/rest/ThreadLocalHttpHeaders.getLanguage:()Ljava/util/Locale;]
ThreadLocalHttpHeaders.getMediaType ( ) : javax.ws.rs.core.MediaType
[run-time name: org/apache/openejb/rest/ThreadLocalHttpHeaders.getMediaType:()Ljavax/ws/rs/core/MediaType;]
ThreadLocalHttpHeaders.getRequestHeader ( String name ) : java.util.List
[run-time name: org/apache/openejb/rest/ThreadLocalHttpHeaders.getRequestHeader:(Ljava/lang/String;)Ljava/util/List;]
ThreadLocalHttpHeaders.getRequestHeaders ( ) : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/openejb/rest/ThreadLocalHttpHeaders.getRequestHeaders:()Ljavax/ws/rs/core/MultivaluedMap;]
ThreadLocalHttpHeaders.ThreadLocalHttpHeaders ( )
[run-time name: org/apache/openejb/rest/ThreadLocalHttpHeaders."<init>":()V]
openejb-core-4.0.0.jar, ThreadLocalRequest.class
package org.apache.openejb.rest
ThreadLocalRequest.evaluatePreconditions ( ) : javax.ws.rs.core.Response.ResponseBuilder
[run-time name: org/apache/openejb/rest/ThreadLocalRequest.evaluatePreconditions:()Ljavax/ws/rs/core/Response$ResponseBuilder;]
ThreadLocalRequest.evaluatePreconditions ( java.util.Date lastModified ) : javax.ws.rs.core.Response.ResponseBuilder
[run-time name: org/apache/openejb/rest/ThreadLocalRequest.evaluatePreconditions:(Ljava/util/Date;)Ljavax/ws/rs/core/Response$ResponseBuilder;]
ThreadLocalRequest.evaluatePreconditions ( java.util.Date lastModified, javax.ws.rs.core.EntityTag eTag ) : javax.ws.rs.core.Response.ResponseBuilder
[run-time name: org/apache/openejb/rest/ThreadLocalRequest.evaluatePreconditions:(Ljava/util/Date;Ljavax/ws/rs/core/EntityTag;)Ljavax/ws/rs/core/Response$ResponseBuilder;]
ThreadLocalRequest.evaluatePreconditions ( javax.ws.rs.core.EntityTag eTag ) : javax.ws.rs.core.Response.ResponseBuilder
[run-time name: org/apache/openejb/rest/ThreadLocalRequest.evaluatePreconditions:(Ljavax/ws/rs/core/EntityTag;)Ljavax/ws/rs/core/Response$ResponseBuilder;]
ThreadLocalRequest.getMethod ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalRequest.getMethod:()Ljava/lang/String;]
ThreadLocalRequest.selectVariant ( java.util.List vars ) : javax.ws.rs.core.Variant
[run-time name: org/apache/openejb/rest/ThreadLocalRequest.selectVariant:(Ljava/util/List;)Ljavax/ws/rs/core/Variant;]
ThreadLocalRequest.ThreadLocalRequest ( )
[run-time name: org/apache/openejb/rest/ThreadLocalRequest."<init>":()V]
openejb-core-4.0.0.jar, ThreadLocalSecurityContext.class
package org.apache.openejb.rest
ThreadLocalSecurityContext.getAuthenticationScheme ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalSecurityContext.getAuthenticationScheme:()Ljava/lang/String;]
ThreadLocalSecurityContext.getUserPrincipal ( ) : java.security.Principal
[run-time name: org/apache/openejb/rest/ThreadLocalSecurityContext.getUserPrincipal:()Ljava/security/Principal;]
ThreadLocalSecurityContext.isSecure ( ) : boolean
[run-time name: org/apache/openejb/rest/ThreadLocalSecurityContext.isSecure:()Z]
ThreadLocalSecurityContext.isUserInRole ( String role ) : boolean
[run-time name: org/apache/openejb/rest/ThreadLocalSecurityContext.isUserInRole:(Ljava/lang/String;)Z]
ThreadLocalSecurityContext.ThreadLocalSecurityContext ( )
[run-time name: org/apache/openejb/rest/ThreadLocalSecurityContext."<init>":()V]
openejb-core-4.0.0.jar, ThreadLocalUriInfo.class
package org.apache.openejb.rest
ThreadLocalUriInfo.getAbsolutePath ( ) : java.net.URI
[run-time name: org/apache/openejb/rest/ThreadLocalUriInfo.getAbsolutePath:()Ljava/net/URI;]
ThreadLocalUriInfo.getAbsolutePathBuilder ( ) : javax.ws.rs.core.UriBuilder
[run-time name: org/apache/openejb/rest/ThreadLocalUriInfo.getAbsolutePathBuilder:()Ljavax/ws/rs/core/UriBuilder;]
ThreadLocalUriInfo.getBaseUri ( ) : java.net.URI
[run-time name: org/apache/openejb/rest/ThreadLocalUriInfo.getBaseUri:()Ljava/net/URI;]
ThreadLocalUriInfo.getBaseUriBuilder ( ) : javax.ws.rs.core.UriBuilder
[run-time name: org/apache/openejb/rest/ThreadLocalUriInfo.getBaseUriBuilder:()Ljavax/ws/rs/core/UriBuilder;]
ThreadLocalUriInfo.getMatchedResources ( ) : java.util.List
[run-time name: org/apache/openejb/rest/ThreadLocalUriInfo.getMatchedResources:()Ljava/util/List;]
ThreadLocalUriInfo.getMatchedURIs ( ) : java.util.List
[run-time name: org/apache/openejb/rest/ThreadLocalUriInfo.getMatchedURIs:()Ljava/util/List;]
ThreadLocalUriInfo.getMatchedURIs ( boolean decode ) : java.util.List
[run-time name: org/apache/openejb/rest/ThreadLocalUriInfo.getMatchedURIs:(Z)Ljava/util/List;]
ThreadLocalUriInfo.getPath ( ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalUriInfo.getPath:()Ljava/lang/String;]
ThreadLocalUriInfo.getPath ( boolean decode ) : String
[run-time name: org/apache/openejb/rest/ThreadLocalUriInfo.getPath:(Z)Ljava/lang/String;]
ThreadLocalUriInfo.getPathParameters ( ) : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/openejb/rest/ThreadLocalUriInfo.getPathParameters:()Ljavax/ws/rs/core/MultivaluedMap;]
ThreadLocalUriInfo.getPathParameters ( boolean decode ) : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/openejb/rest/ThreadLocalUriInfo.getPathParameters:(Z)Ljavax/ws/rs/core/MultivaluedMap;]
ThreadLocalUriInfo.getPathSegments ( ) : java.util.List
[run-time name: org/apache/openejb/rest/ThreadLocalUriInfo.getPathSegments:()Ljava/util/List;]
ThreadLocalUriInfo.getPathSegments ( boolean decode ) : java.util.List
[run-time name: org/apache/openejb/rest/ThreadLocalUriInfo.getPathSegments:(Z)Ljava/util/List;]
ThreadLocalUriInfo.getQueryParameters ( ) : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/openejb/rest/ThreadLocalUriInfo.getQueryParameters:()Ljavax/ws/rs/core/MultivaluedMap;]
ThreadLocalUriInfo.getQueryParameters ( boolean decode ) : javax.ws.rs.core.MultivaluedMap
[run-time name: org/apache/openejb/rest/ThreadLocalUriInfo.getQueryParameters:(Z)Ljavax/ws/rs/core/MultivaluedMap;]
ThreadLocalUriInfo.getRequestUri ( ) : java.net.URI
[run-time name: org/apache/openejb/rest/ThreadLocalUriInfo.getRequestUri:()Ljava/net/URI;]
ThreadLocalUriInfo.getRequestUriBuilder ( ) : javax.ws.rs.core.UriBuilder
[run-time name: org/apache/openejb/rest/ThreadLocalUriInfo.getRequestUriBuilder:()Ljavax/ws/rs/core/UriBuilder;]
ThreadLocalUriInfo.ThreadLocalUriInfo ( )
[run-time name: org/apache/openejb/rest/ThreadLocalUriInfo."<init>":()V]
openejb-core-4.0.0.jar, ThreadSingletonService.class
package org.apache.openejb.cdi
ThreadSingletonService.contextEntered ( org.apache.webbeans.config.WebBeansContext p1 ) [abstract] : Object
[run-time name: org/apache/openejb/cdi/ThreadSingletonService.contextEntered:(Lorg/apache/webbeans/config/WebBeansContext;)Ljava/lang/Object;]
ThreadSingletonService.contextExited ( Object p1 ) [abstract] : void
[run-time name: org/apache/openejb/cdi/ThreadSingletonService.contextExited:(Ljava/lang/Object;)V]
ThreadSingletonService.initialize ( StartupObject p1 ) [abstract] : void
[run-time name: org/apache/openejb/cdi/ThreadSingletonService.initialize:(Lorg/apache/openejb/cdi/StartupObject;)V]
openejb-core-4.0.0.jar, ThreadSingletonServiceImpl.class
package org.apache.openejb.cdi
ThreadSingletonServiceImpl.clear ( Object key ) : void
[run-time name: org/apache/openejb/cdi/ThreadSingletonServiceImpl.clear:(Ljava/lang/Object;)V]
ThreadSingletonServiceImpl.contextEntered ( org.apache.webbeans.config.WebBeansContext newOWBContext ) : Object
[run-time name: org/apache/openejb/cdi/ThreadSingletonServiceImpl.contextEntered:(Lorg/apache/webbeans/config/WebBeansContext;)Ljava/lang/Object;]
ThreadSingletonServiceImpl.contextExited ( Object oldContext ) : void
[run-time name: org/apache/openejb/cdi/ThreadSingletonServiceImpl.contextExited:(Ljava/lang/Object;)V]
ThreadSingletonServiceImpl.enter ( org.apache.webbeans.config.WebBeansContext newOWBContext ) [static] : org.apache.webbeans.config.WebBeansContext
[run-time name: org/apache/openejb/cdi/ThreadSingletonServiceImpl.enter:(Lorg/apache/webbeans/config/WebBeansContext;)Lorg/apache/webbeans/config/WebBeansContext;]
ThreadSingletonServiceImpl.exit ( Object oldContext ) [static] : void
[run-time name: org/apache/openejb/cdi/ThreadSingletonServiceImpl.exit:(Ljava/lang/Object;)V]
ThreadSingletonServiceImpl.get ( ) [static] : org.apache.webbeans.config.WebBeansContext
[run-time name: org/apache/openejb/cdi/ThreadSingletonServiceImpl.get:()Lorg/apache/webbeans/config/WebBeansContext;]
ThreadSingletonServiceImpl.get ( Object key ) : org.apache.webbeans.config.WebBeansContext
[run-time name: org/apache/openejb/cdi/ThreadSingletonServiceImpl.get:(Ljava/lang/Object;)Lorg/apache/webbeans/config/WebBeansContext;]
ThreadSingletonServiceImpl.get ( Object x0 ) : Object
[run-time name: org/apache/openejb/cdi/ThreadSingletonServiceImpl.get:(Ljava/lang/Object;)Ljava/lang/Object;]
ThreadSingletonServiceImpl.initialize ( StartupObject startupObject ) : void
[run-time name: org/apache/openejb/cdi/ThreadSingletonServiceImpl.initialize:(Lorg/apache/openejb/cdi/StartupObject;)V]
ThreadSingletonServiceImpl.ThreadSingletonServiceImpl ( )
[run-time name: org/apache/openejb/cdi/ThreadSingletonServiceImpl."<init>":()V]
openejb-core-4.0.0.jar, TimeOut.class
package org.apache.openejb.core.stateful
Cache.TimeOut.getTimeOut ( ) [abstract] : org.apache.openejb.util.Duration
[run-time name: org/apache/openejb/core/stateful/Cache.TimeOut.getTimeOut:()Lorg/apache/openejb/util/Duration;]
openejb-core-4.0.0.jar, TimeoutInfo.class
package org.apache.openejb.assembler.classic
TimeoutInfo.TimeoutInfo ( )
[run-time name: org/apache/openejb/assembler/classic/TimeoutInfo."<init>":()V]
openejb-core-4.0.0.jar, TimerData.class
package org.apache.openejb.core.timer
TimerData.getNextTimeout ( ) : java.util.Date
[run-time name: org/apache/openejb/core/timer/TimerData.getNextTimeout:()Ljava/util/Date;]
TimerData.getTimeoutMethod ( ) : reflect.Method
[run-time name: org/apache/openejb/core/timer/TimerData.getTimeoutMethod:()Ljava/lang/reflect/Method;]
TimerData.getTimeRemaining ( ) : long
[run-time name: org/apache/openejb/core/timer/TimerData.getTimeRemaining:()J]
TimerData.getTrigger ( ) : org.quartz.Trigger
[run-time name: org/apache/openejb/core/timer/TimerData.getTrigger:()Lorg/quartz/Trigger;]
TimerData.getType ( ) [abstract] : TimerType
[run-time name: org/apache/openejb/core/timer/TimerData.getType:()Lorg/apache/openejb/core/timer/TimerType;]
TimerData.initializeTrigger ( ) [abstract] : org.quartz.impl.triggers.AbstractTrigger
[run-time name: org/apache/openejb/core/timer/TimerData.initializeTrigger:()Lorg/quartz/impl/triggers/AbstractTrigger;]
TimerData.isExpired ( ) : boolean
[run-time name: org/apache/openejb/core/timer/TimerData.isExpired:()Z]
TimerData.isPersistent ( ) : boolean
[run-time name: org/apache/openejb/core/timer/TimerData.isPersistent:()Z]
TimerData.setExpired ( boolean expired ) : void
[run-time name: org/apache/openejb/core/timer/TimerData.setExpired:(Z)V]
TimerData.setScheduler ( org.quartz.Scheduler scheduler ) : void
[run-time name: org/apache/openejb/core/timer/TimerData.setScheduler:(Lorg/quartz/Scheduler;)V]
TimerData.TimerData ( long id, EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, reflect.Method timeoutMethod, javax.ejb.TimerConfig timerConfig )
[run-time name: org/apache/openejb/core/timer/TimerData."<init>":(JLorg/apache/openejb/core/timer/EjbTimerServiceImpl;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/reflect/Method;Ljavax/ejb/TimerConfig;)V]
openejb-core-4.0.0.jar, TimerImpl.class
package org.apache.openejb.core.timer
TimerImpl.getSchedule ( ) : javax.ejb.ScheduleExpression
[run-time name: org/apache/openejb/core/timer/TimerImpl.getSchedule:()Ljavax/ejb/ScheduleExpression;]
TimerImpl.isCalendarTimer ( ) : boolean
[run-time name: org/apache/openejb/core/timer/TimerImpl.isCalendarTimer:()Z]
TimerImpl.isPersistent ( ) : boolean
[run-time name: org/apache/openejb/core/timer/TimerImpl.isPersistent:()Z]
openejb-core-4.0.0.jar, TimerServiceImpl.class
package org.apache.openejb.core.timer
TimerServiceImpl.createCalendarTimer ( javax.ejb.ScheduleExpression scheduleExpression ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/TimerServiceImpl.createCalendarTimer:(Ljavax/ejb/ScheduleExpression;)Ljavax/ejb/Timer;]
TimerServiceImpl.createCalendarTimer ( javax.ejb.ScheduleExpression scheduleExpression, javax.ejb.TimerConfig timerConfig ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/TimerServiceImpl.createCalendarTimer:(Ljavax/ejb/ScheduleExpression;Ljavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
TimerServiceImpl.createIntervalTimer ( java.util.Date initialExpiration, long lintervalDuration, javax.ejb.TimerConfig timerConfig ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/TimerServiceImpl.createIntervalTimer:(Ljava/util/Date;JLjavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
TimerServiceImpl.createIntervalTimer ( long initialDuration, long intervalDuration, javax.ejb.TimerConfig timerConfig ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/TimerServiceImpl.createIntervalTimer:(JJLjavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
TimerServiceImpl.createSingleActionTimer ( java.util.Date expiration, javax.ejb.TimerConfig timerConfig ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/TimerServiceImpl.createSingleActionTimer:(Ljava/util/Date;Ljavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
TimerServiceImpl.createSingleActionTimer ( long duration, javax.ejb.TimerConfig timerConfig ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/TimerServiceImpl.createSingleActionTimer:(JLjavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
TimerServiceImpl.TimerServiceImpl ( EjbTimerService ejbTimerService, Object primaryKey, reflect.Method ejbTimeout )
[run-time name: org/apache/openejb/core/timer/TimerServiceImpl."<init>":(Lorg/apache/openejb/core/timer/EjbTimerService;Ljava/lang/Object;Ljava/lang/reflect/Method;)V]
openejb-core-4.0.0.jar, TimerServiceWrapper.class
package org.apache.openejb.core.timer
TimerServiceWrapper.createCalendarTimer ( javax.ejb.ScheduleExpression scheduleExpression ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/TimerServiceWrapper.createCalendarTimer:(Ljavax/ejb/ScheduleExpression;)Ljavax/ejb/Timer;]
TimerServiceWrapper.createCalendarTimer ( javax.ejb.ScheduleExpression scheduleExpression, javax.ejb.TimerConfig timerConfig ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/TimerServiceWrapper.createCalendarTimer:(Ljavax/ejb/ScheduleExpression;Ljavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
TimerServiceWrapper.createIntervalTimer ( java.util.Date date, long l, javax.ejb.TimerConfig timerConfig ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/TimerServiceWrapper.createIntervalTimer:(Ljava/util/Date;JLjavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
TimerServiceWrapper.createIntervalTimer ( long l, long l1, javax.ejb.TimerConfig timerConfig ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/TimerServiceWrapper.createIntervalTimer:(JJLjavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
TimerServiceWrapper.createSingleActionTimer ( java.util.Date date, javax.ejb.TimerConfig timerConfig ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/TimerServiceWrapper.createSingleActionTimer:(Ljava/util/Date;Ljavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
TimerServiceWrapper.createSingleActionTimer ( long l, javax.ejb.TimerConfig timerConfig ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/TimerServiceWrapper.createSingleActionTimer:(JLjavax/ejb/TimerConfig;)Ljavax/ejb/Timer;]
openejb-core-4.0.0.jar, TimerStore.class
package org.apache.openejb.core.timer
TimerStore.createCalendarTimer ( EjbTimerServiceImpl p1, String p2, Object p3, reflect.Method p4, javax.ejb.ScheduleExpression p5, javax.ejb.TimerConfig p6 ) [abstract] : TimerData
[run-time name: org/apache/openejb/core/timer/TimerStore.createCalendarTimer:(Lorg/apache/openejb/core/timer/EjbTimerServiceImpl;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/reflect/Method;Ljavax/ejb/ScheduleExpression;Ljavax/ejb/TimerConfig;)Lorg/apache/openejb/core/timer/TimerData;]
TimerStore.createIntervalTimer ( EjbTimerServiceImpl p1, String p2, Object p3, reflect.Method p4, java.util.Date p5, long p6, javax.ejb.TimerConfig p7 ) [abstract] : TimerData
[run-time name: org/apache/openejb/core/timer/TimerStore.createIntervalTimer:(Lorg/apache/openejb/core/timer/EjbTimerServiceImpl;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/reflect/Method;Ljava/util/Date;JLjavax/ejb/TimerConfig;)Lorg/apache/openejb/core/timer/TimerData;]
TimerStore.createSingleActionTimer ( EjbTimerServiceImpl p1, String p2, Object p3, reflect.Method p4, java.util.Date p5, javax.ejb.TimerConfig p6 ) [abstract] : TimerData
[run-time name: org/apache/openejb/core/timer/TimerStore.createSingleActionTimer:(Lorg/apache/openejb/core/timer/EjbTimerServiceImpl;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/reflect/Method;Ljava/util/Date;Ljavax/ejb/TimerConfig;)Lorg/apache/openejb/core/timer/TimerData;]
openejb-core-4.0.0.jar, TimerType.class
package org.apache.openejb.core.timer
TimerType.valueOf ( String name ) [static] : TimerType
[run-time name: org/apache/openejb/core/timer/TimerType.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/core/timer/TimerType;]
TimerType.values ( ) [static] : TimerType[ ]
[run-time name: org/apache/openejb/core/timer/TimerType.values:()[Lorg/apache/openejb/core/timer/TimerType;]
openejb-core-4.0.0.jar, TldScanner.class
package org.apache.openejb.config
TldScanner.scan ( ClassLoader classLoader ) [static] : java.util.Set
[run-time name: org/apache/openejb/config/TldScanner.scan:(Ljava/lang/ClassLoader;)Ljava/util/Set;]
TldScanner.scanClassLoaderForTagLibs ( ClassLoader classLoader ) [static] : java.util.Set
[run-time name: org/apache/openejb/config/TldScanner.scanClassLoaderForTagLibs:(Ljava/lang/ClassLoader;)Ljava/util/Set;]
TldScanner.TldScanner ( )
[run-time name: org/apache/openejb/config/TldScanner."<init>":()V]
openejb-core-4.0.0.jar, Tomee.class
package org.apache.openejb.config.sys
Tomee.Tomee ( )
[run-time name: org/apache/openejb/config/sys/Tomee."<init>":()V]
openejb-core-4.0.0.jar, Trace.class
package org.apache.openejb.util
Debug.Trace.Debug.Trace ( )
[run-time name: org/apache/openejb/util/Debug.Trace."<init>":()V]
Debug.Trace.link ( java.util.List elements ) : void
[run-time name: org/apache/openejb/util/Debug.Trace.link:(Ljava/util/List;)V]
Debug.Trace.mark ( ) [static] : void
[run-time name: org/apache/openejb/util/Debug.Trace.mark:()V]
Debug.Trace.print ( java.io.PrintStream out ) : void
[run-time name: org/apache/openejb/util/Debug.Trace.print:(Ljava/io/PrintStream;)V]
Debug.Trace.record ( ) [static] : void
[run-time name: org/apache/openejb/util/Debug.Trace.record:()V]
Debug.Trace.report ( java.io.OutputStream write ) [static] : void
[run-time name: org/apache/openejb/util/Debug.Trace.report:(Ljava/io/OutputStream;)V]
Debug.Trace.report ( java.io.PrintStream stream ) [static] : void
[run-time name: org/apache/openejb/util/Debug.Trace.report:(Ljava/io/PrintStream;)V]
Debug.Trace.reset ( ) [static] : void
[run-time name: org/apache/openejb/util/Debug.Trace.reset:()V]
openejb-core-4.0.0.jar, TransactionAttribute.class
package org.apache.openejb.core
TransactionAttribute.getTransactionType ( ) [abstract] : transaction.TransactionType
[run-time name: org/apache/openejb/core/TransactionAttribute.getTransactionType:()Lorg/apache/openejb/core/transaction/TransactionType;]
TransactionAttribute.setTransactionType ( transaction.TransactionType p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/TransactionAttribute.setTransactionType:(Lorg/apache/openejb/core/transaction/TransactionType;)V]
openejb-core-4.0.0.jar, TransactionManagerElement.class
package org.apache.openejb.config.sys
SaxOpenejb.TransactionManagerElement.endElement ( String uri, String localName, String qName ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.TransactionManagerElement.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SaxOpenejb.TransactionManagerElement.SaxOpenejb.TransactionManagerElement ( SaxOpenejb p1 )
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.TransactionManagerElement."<init>":(Lorg/apache/openejb/config/sys/SaxOpenejb;)V]
SaxOpenejb.TransactionManagerElement.setValue ( String x0 ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.TransactionManagerElement.setValue:(Ljava/lang/String;)V]
SaxOpenejb.TransactionManagerElement.startElement ( String x0, String x1, String x2, org.xml.sax.Attributes x3 ) : void
[run-time name: org/apache/openejb/config/sys/SaxOpenejb.TransactionManagerElement.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
openejb-core-4.0.0.jar, TransactionPolicy.class
package org.apache.openejb.core.transaction
TransactionPolicy.setRollbackOnly ( Throwable p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.setRollbackOnly:(Ljava/lang/Throwable;)V]
openejb-core-4.0.0.jar, TransactionType.class
package org.apache.openejb.core.transaction
TransactionType.get ( String name ) [static] : TransactionType
[run-time name: org/apache/openejb/core/transaction/TransactionType.get:(Ljava/lang/String;)Lorg/apache/openejb/core/transaction/TransactionType;]
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.message ( ) [static] : String
[run-time name: org/apache/openejb/util/UpdateChecker.message:()Ljava/lang/String;]
UpdateChecker.run ( ) : void
[run-time name: org/apache/openejb/util/UpdateChecker.run:()V]
UpdateChecker.UpdateChecker ( )
[run-time name: org/apache/openejb/util/UpdateChecker."<init>":()V]
UpdateChecker.usesLatest ( ) [static] : boolean
[run-time name: org/apache/openejb/util/UpdateChecker.usesLatest:()Z]
openejb-core-4.0.0.jar, UrlCache.class
package org.apache.openejb.util
UrlCache.getUrlCachedName ( String appId, java.net.URL url ) : java.io.File
[run-time name: org/apache/openejb/util/UrlCache.getUrlCachedName:(Ljava/lang/String;Ljava/net/URL;)Ljava/io/File;]
UrlCache.getUrlKeyCached ( String appId, java.io.File file ) : java.net.URL
[run-time name: org/apache/openejb/util/UrlCache.getUrlKeyCached:(Ljava/lang/String;Ljava/io/File;)Ljava/net/URL;]
UrlCache.isUrlCached ( String appId, java.net.URL url ) : boolean
[run-time name: org/apache/openejb/util/UrlCache.isUrlCached:(Ljava/lang/String;Ljava/net/URL;)Z]
openejb-core-4.0.0.jar, URLs.class
package org.apache.openejb.util
URLs.cullOpenEJBJars ( org.apache.xbean.finder.UrlSet original ) [static] : org.apache.xbean.finder.UrlSet
[run-time name: org/apache/openejb/util/URLs.cullOpenEJBJars:(Lorg/apache/xbean/finder/UrlSet;)Lorg/apache/xbean/finder/UrlSet;]
URLs.cullSystemAndOpenEJBJars ( org.apache.xbean.finder.UrlSet original ) [static] : org.apache.xbean.finder.UrlSet
[run-time name: org/apache/openejb/util/URLs.cullSystemAndOpenEJBJars:(Lorg/apache/xbean/finder/UrlSet;)Lorg/apache/xbean/finder/UrlSet;]
URLs.cullSystemJars ( org.apache.xbean.finder.UrlSet original ) [static] : org.apache.xbean.finder.UrlSet
[run-time name: org/apache/openejb/util/URLs.cullSystemJars:(Lorg/apache/xbean/finder/UrlSet;)Lorg/apache/xbean/finder/UrlSet;]
openejb-core-4.0.0.jar, ValidationBase.class
package org.apache.openejb.config.rules
ValidationBase.getParameters ( org.apache.openejb.jee.MethodParams methodParams ) : String
[run-time name: org/apache/openejb/config/rules/ValidationBase.getParameters:(Lorg/apache/openejb/jee/MethodParams;)Ljava/lang/String;]
ValidationBase.ignoredClassAnnotation ( String annotationType, org.apache.openejb.jee.EnterpriseBean bean, String className, String beanType ) : void
[run-time name: org/apache/openejb/config/rules/ValidationBase.ignoredClassAnnotation:(Ljava/lang/String;Lorg/apache/openejb/jee/EnterpriseBean;Ljava/lang/String;Ljava/lang/String;)V]
ValidationBase.ignoredMethodAnnotation ( String annotationType, org.apache.openejb.jee.EnterpriseBean bean, String className, String methodName, String beanType ) : void
[run-time name: org/apache/openejb/config/rules/ValidationBase.ignoredMethodAnnotation:(Ljava/lang/String;Lorg/apache/openejb/jee/EnterpriseBean;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
openejb-core-4.0.0.jar, ValidationContext.class
package org.apache.openejb.config
ValidationContext.getModule ( ) : DeploymentModule
[run-time name: org/apache/openejb/config/ValidationContext.getModule:()Lorg/apache/openejb/config/DeploymentModule;]
ValidationContext.getName ( ) : String
[run-time name: org/apache/openejb/config/ValidationContext.getName:()Ljava/lang/String;]
ValidationContext.ValidationContext ( DeploymentModule module )
[run-time name: org/apache/openejb/config/ValidationContext."<init>":(Lorg/apache/openejb/config/DeploymentModule;)V]
openejb-core-4.0.0.jar, ValidationFailedException.class
package org.apache.openejb.config
ValidationFailedException.getName ( ) : String
[run-time name: org/apache/openejb/config/ValidationFailedException.getName:()Ljava/lang/String;]
openejb-core-4.0.0.jar, ValidationInfo.class
package org.apache.openejb.assembler.classic
ValidationInfo.ValidationInfo ( )
[run-time name: org/apache/openejb/assembler/classic/ValidationInfo."<init>":()V]
openejb-core-4.0.0.jar, ValidationResults.class
package org.apache.openejb.config
ValidationResults.getName ( ) [abstract] : String
[run-time name: org/apache/openejb/config/ValidationResults.getName:()Ljava/lang/String;]
openejb-core-4.0.0.jar, ValidatorBuilder.class
package org.apache.openejb.assembler.classic
ValidatorBuilder.buildFactory ( ClassLoader classLoader, ValidationInfo info ) [static] : javax.validation.ValidatorFactory
[run-time name: org/apache/openejb/assembler/classic/ValidatorBuilder.buildFactory:(Ljava/lang/ClassLoader;Lorg/apache/openejb/assembler/classic/ValidationInfo;)Ljavax/validation/ValidatorFactory;]
ValidatorBuilder.buildFactory ( ValidationInfo config, ClassLoader classLoader ) [static] : javax.validation.ValidatorFactory
[run-time name: org/apache/openejb/assembler/classic/ValidatorBuilder.buildFactory:(Lorg/apache/openejb/assembler/classic/ValidationInfo;Ljava/lang/ClassLoader;)Ljavax/validation/ValidatorFactory;]
ValidatorBuilder.getInfo ( org.apache.openejb.jee.bval.ValidationConfigType config ) [static] : ValidationInfo
[run-time name: org/apache/openejb/assembler/classic/ValidatorBuilder.getInfo:(Lorg/apache/openejb/jee/bval/ValidationConfigType;)Lorg/apache/openejb/assembler/classic/ValidationInfo;]
openejb-core-4.0.0.jar, ValidatorFactoryWrapper.class
package org.apache.openejb.assembler.classic
ValidatorFactoryWrapper.getConstraintValidatorFactory ( ) : javax.validation.ConstraintValidatorFactory
[run-time name: org/apache/openejb/assembler/classic/ValidatorFactoryWrapper.getConstraintValidatorFactory:()Ljavax/validation/ConstraintValidatorFactory;]
ValidatorFactoryWrapper.getMessageInterpolator ( ) : javax.validation.MessageInterpolator
[run-time name: org/apache/openejb/assembler/classic/ValidatorFactoryWrapper.getMessageInterpolator:()Ljavax/validation/MessageInterpolator;]
ValidatorFactoryWrapper.getTraversableResolver ( ) : javax.validation.TraversableResolver
[run-time name: org/apache/openejb/assembler/classic/ValidatorFactoryWrapper.getTraversableResolver:()Ljavax/validation/TraversableResolver;]
ValidatorFactoryWrapper.getValidator ( ) : javax.validation.Validator
[run-time name: org/apache/openejb/assembler/classic/ValidatorFactoryWrapper.getValidator:()Ljavax/validation/Validator;]
ValidatorFactoryWrapper.unwrap ( Class tClass ) : Object
[run-time name: org/apache/openejb/assembler/classic/ValidatorFactoryWrapper.unwrap:(Ljava/lang/Class;)Ljava/lang/Object;]
ValidatorFactoryWrapper.usingContext ( ) : javax.validation.ValidatorContext
[run-time name: org/apache/openejb/assembler/classic/ValidatorFactoryWrapper.usingContext:()Ljavax/validation/ValidatorContext;]
ValidatorFactoryWrapper.ValidatorFactoryWrapper ( )
[run-time name: org/apache/openejb/assembler/classic/ValidatorFactoryWrapper."<init>":()V]
openejb-core-4.0.0.jar, ViewContext.class
package org.apache.openejb
BeanContext.ViewContext.BeanContext.ViewContext ( BeanContext p1 )
[run-time name: org/apache/openejb/BeanContext.ViewContext."<init>":(Lorg/apache/openejb/BeanContext;)V]
BeanContext.ViewContext.getMethodContext ( reflect.Method method ) : MethodContext
[run-time name: org/apache/openejb/BeanContext.ViewContext.getMethodContext:(Ljava/lang/reflect/Method;)Lorg/apache/openejb/MethodContext;]
BeanContext.ViewContext.initMethodContext ( reflect.Method method ) : MethodContext
[run-time name: org/apache/openejb/BeanContext.ViewContext.initMethodContext:(Ljava/lang/reflect/Method;)Lorg/apache/openejb/MethodContext;]
openejb-core-4.0.0.jar, ViewMethod.class
package org.apache.openejb.assembler.classic
MethodInfoUtil.ViewMethod.equals ( Object o ) : boolean
[run-time name: org/apache/openejb/assembler/classic/MethodInfoUtil.ViewMethod.equals:(Ljava/lang/Object;)Z]
MethodInfoUtil.ViewMethod.getMethod ( ) : reflect.Method
[run-time name: org/apache/openejb/assembler/classic/MethodInfoUtil.ViewMethod.getMethod:()Ljava/lang/reflect/Method;]
MethodInfoUtil.ViewMethod.getView ( ) : String
[run-time name: org/apache/openejb/assembler/classic/MethodInfoUtil.ViewMethod.getView:()Ljava/lang/String;]
MethodInfoUtil.ViewMethod.hashCode ( ) : int
[run-time name: org/apache/openejb/assembler/classic/MethodInfoUtil.ViewMethod.hashCode:()I]
MethodInfoUtil.ViewMethod.MethodInfoUtil.ViewMethod ( String view, reflect.Method method )
[run-time name: org/apache/openejb/assembler/classic/MethodInfoUtil.ViewMethod."<init>":(Ljava/lang/String;Ljava/lang/reflect/Method;)V]
MethodInfoUtil.ViewMethod.toString ( ) : String
[run-time name: org/apache/openejb/assembler/classic/MethodInfoUtil.ViewMethod.toString:()Ljava/lang/String;]
openejb-core-4.0.0.jar, VmDeploymentManager.class
package org.apache.openejb.config
VmDeploymentManager.print ( ValidationException[ ] exceptions, java.io.PrintStream out, int level ) : void
[run-time name: org/apache/openejb/config/VmDeploymentManager.print:([Lorg/apache/openejb/config/ValidationException;Ljava/io/PrintStream;I)V]
openejb-core-4.0.0.jar, WebappAggregatedArchive.class
package org.apache.openejb.config
WebappAggregatedArchive.getBytecode ( String className ) : java.io.InputStream
[run-time name: org/apache/openejb/config/WebappAggregatedArchive.getBytecode:(Ljava/lang/String;)Ljava/io/InputStream;]
WebappAggregatedArchive.getClassesMap ( ) : java.util.Map
[run-time name: org/apache/openejb/config/WebappAggregatedArchive.getClassesMap:()Ljava/util/Map;]
WebappAggregatedArchive.iterator ( ) : java.util.Iterator
[run-time name: org/apache/openejb/config/WebappAggregatedArchive.iterator:()Ljava/util/Iterator;]
WebappAggregatedArchive.loadClass ( String className ) : Class
[run-time name: org/apache/openejb/config/WebappAggregatedArchive.loadClass:(Ljava/lang/String;)Ljava/lang/Class;]
WebappAggregatedArchive.WebappAggregatedArchive ( ClassLoader classLoader, java.util.Map altDDs, java.util.ArrayList xmls )
[run-time name: org/apache/openejb/config/WebappAggregatedArchive."<init>":(Ljava/lang/ClassLoader;Ljava/util/Map;Ljava/util/ArrayList;)V]
WebappAggregatedArchive.WebappAggregatedArchive ( Module module, Iterable urls )
[run-time name: org/apache/openejb/config/WebappAggregatedArchive."<init>":(Lorg/apache/openejb/config/Module;Ljava/lang/Iterable;)V]
openejb-core-4.0.0.jar, WebAppBuilder.class
package org.apache.openejb.assembler.classic
WebAppBuilder.getJsfClasses ( ) [abstract] : java.util.Map
[run-time name: org/apache/openejb/assembler/classic/WebAppBuilder.getJsfClasses:()Ljava/util/Map;]
openejb-core-4.0.0.jar, WebContext.class
package org.apache.openejb.core
WebContext.getAppContext ( ) : org.apache.openejb.AppContext
[run-time name: org/apache/openejb/core/WebContext.getAppContext:()Lorg/apache/openejb/AppContext;]
WebContext.getBindings ( ) : java.util.Map
[run-time name: org/apache/openejb/core/WebContext.getBindings:()Ljava/util/Map;]
WebContext.getClassLoader ( ) : ClassLoader
[run-time name: org/apache/openejb/core/WebContext.getClassLoader:()Ljava/lang/ClassLoader;]
WebContext.getId ( ) : String
[run-time name: org/apache/openejb/core/WebContext.getId:()Ljava/lang/String;]
WebContext.getInjections ( ) : java.util.Collection
[run-time name: org/apache/openejb/core/WebContext.getInjections:()Ljava/util/Collection;]
WebContext.getJndiEnc ( ) : javax.naming.Context
[run-time name: org/apache/openejb/core/WebContext.getJndiEnc:()Ljavax/naming/Context;]
WebContext.inject ( Object o ) : Object
[run-time name: org/apache/openejb/core/WebContext.inject:(Ljava/lang/Object;)Ljava/lang/Object;]
WebContext.newInstance ( Class beanClass ) : Object
[run-time name: org/apache/openejb/core/WebContext.newInstance:(Ljava/lang/Class;)Ljava/lang/Object;]
WebContext.setBindings ( java.util.Map bindings ) : void
[run-time name: org/apache/openejb/core/WebContext.setBindings:(Ljava/util/Map;)V]
WebContext.setClassLoader ( ClassLoader classLoader ) : void
[run-time name: org/apache/openejb/core/WebContext.setClassLoader:(Ljava/lang/ClassLoader;)V]
WebContext.setId ( String id ) : void
[run-time name: org/apache/openejb/core/WebContext.setId:(Ljava/lang/String;)V]
WebContext.setJndiEnc ( javax.naming.Context jndiEnc ) : void
[run-time name: org/apache/openejb/core/WebContext.setJndiEnc:(Ljavax/naming/Context;)V]
WebContext.WebContext ( org.apache.openejb.AppContext appContext )
[run-time name: org/apache/openejb/core/WebContext."<init>":(Lorg/apache/openejb/AppContext;)V]
openejb-core-4.0.0.jar, WebModule.class
package org.apache.openejb.config
WebModule.getEjbRestServices ( ) : java.util.Set
[run-time name: org/apache/openejb/config/WebModule.getEjbRestServices:()Ljava/util/Set;]
WebModule.getEjbWebServices ( ) : java.util.Set
[run-time name: org/apache/openejb/config/WebModule.getEjbWebServices:()Ljava/util/Set;]
WebModule.getFile ( ) : java.io.File
[run-time name: org/apache/openejb/config/WebModule.getFile:()Ljava/io/File;]
WebModule.getFinder ( ) : org.apache.xbean.finder.IAnnotationFinder
[run-time name: org/apache/openejb/config/WebModule.getFinder:()Lorg/apache/xbean/finder/IAnnotationFinder;]
WebModule.getJsfAnnotatedClasses ( ) : java.util.Map
[run-time name: org/apache/openejb/config/WebModule.getJsfAnnotatedClasses:()Ljava/util/Map;]
WebModule.getModuleUri ( ) : java.net.URI
[run-time name: org/apache/openejb/config/WebModule.getModuleUri:()Ljava/net/URI;]
WebModule.getRestApplications ( ) : java.util.Set
[run-time name: org/apache/openejb/config/WebModule.getRestApplications:()Ljava/util/Set;]
WebModule.getRestClasses ( ) : java.util.Set
[run-time name: org/apache/openejb/config/WebModule.getRestClasses:()Ljava/util/Set;]
WebModule.getScannableUrls ( ) : java.util.List
[run-time name: org/apache/openejb/config/WebModule.getScannableUrls:()Ljava/util/List;]
WebModule.getUrls ( ) : java.util.List
[run-time name: org/apache/openejb/config/WebModule.getUrls:()Ljava/util/List;]
WebModule.getWebAnnotatedClasses ( ) : java.util.Set
[run-time name: org/apache/openejb/config/WebModule.getWebAnnotatedClasses:()Ljava/util/Set;]
WebModule.setFinder ( org.apache.xbean.finder.IAnnotationFinder finder ) : void
[run-time name: org/apache/openejb/config/WebModule.setFinder:(Lorg/apache/xbean/finder/IAnnotationFinder;)V]
WebModule.setScannableUrls ( java.util.List scannableUrls ) : void
[run-time name: org/apache/openejb/config/WebModule.setScannableUrls:(Ljava/util/List;)V]
WebModule.setUrls ( java.util.List urls ) : void
[run-time name: org/apache/openejb/config/WebModule.setUrls:(Ljava/util/List;)V]
WebModule.toString ( ) : String
[run-time name: org/apache/openejb/config/WebModule.toString:()Ljava/lang/String;]
openejb-core-4.0.0.jar, WikiGenerator.class
package org.apache.openejb.config.sys
WikiGenerator.generate ( ) : void
[run-time name: org/apache/openejb/config/sys/WikiGenerator.generate:()V]
WikiGenerator.WikiGenerator ( ServicesJar servicesJar, java.io.PrintWriter out )
[run-time name: org/apache/openejb/config/sys/WikiGenerator."<init>":(Lorg/apache/openejb/config/sys/ServicesJar;Ljava/io/PrintWriter;)V]
WikiGenerator.WikiGenerator ( String providerName, java.io.PrintWriter printWriter )
[run-time name: org/apache/openejb/config/sys/WikiGenerator."<init>":(Ljava/lang/String;Ljava/io/PrintWriter;)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;]
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, EjbMethodInvoker.class
package org.apache.openejb.server.cxf.ejb
EjbMethodInvoker.EjbMethodInvoker ( org.apache.cxf.Bus bus, org.apache.openejb.BeanContext beanContext )
[run-time name: org/apache/openejb/server/cxf/ejb/EjbMethodInvoker."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/openejb/BeanContext;)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, OpenEJBLoginValidator.class
package org.apache.openejb.server.cxf
OpenEJBLoginValidator.OpenEJBLoginValidator ( )
[run-time name: org/apache/openejb/server/cxf/OpenEJBLoginValidator."<init>":()V]
OpenEJBLoginValidator.verifyDigestPassword ( org.apache.ws.security.message.token.UsernameToken usernameToken, org.apache.ws.security.handler.RequestData data ) : void
[run-time name: org/apache/openejb/server/cxf/OpenEJBLoginValidator.verifyDigestPassword:(Lorg/apache/ws/security/message/token/UsernameToken;Lorg/apache/ws/security/handler/RequestData;)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, WSSPassThroughInterceptor.class
package org.apache.openejb.server.cxf
WSSPassThroughInterceptor.getUnderstoodHeaders ( ) : java.util.Set
[run-time name: org/apache/openejb/server/cxf/WSSPassThroughInterceptor.getUnderstoodHeaders:()Ljava/util/Set;]
WSSPassThroughInterceptor.handleMessage ( org.apache.cxf.binding.soap.SoapMessage soapMessage ) : void
[run-time name: org/apache/openejb/server/cxf/WSSPassThroughInterceptor.handleMessage:(Lorg/apache/cxf/binding/soap/SoapMessage;)V]
WSSPassThroughInterceptor.handleMessage ( org.apache.cxf.message.Message x0 ) : void
[run-time name: org/apache/openejb/server/cxf/WSSPassThroughInterceptor.handleMessage:(Lorg/apache/cxf/message/Message;)V]
WSSPassThroughInterceptor.WSSPassThroughInterceptor ( )
[run-time name: org/apache/openejb/server/cxf/WSSPassThroughInterceptor."<init>":()V]
WSSPassThroughInterceptor.WSSPassThroughInterceptor ( String phase )
[run-time name: org/apache/openejb/server/cxf/WSSPassThroughInterceptor."<init>":(Ljava/lang/String;)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-cxf-transport-4.0.0.jar, CxfUtil.class
package org.apache.openejb.server.cxf.transport.util
CxfUtil.getBus ( ) [static] : org.apache.cxf.Bus
[run-time name: org/apache/openejb/server/cxf/transport/util/CxfUtil.getBus:()Lorg/apache/cxf/Bus;]
CxfUtil.getDefaultBus ( ) [static] : org.apache.cxf.Bus
[run-time name: org/apache/openejb/server/cxf/transport/util/CxfUtil.getDefaultBus:()Lorg/apache/cxf/Bus;]
openejb-cxf-transport-4.0.0.jar, HttpDestination.class
package org.apache.openejb.server.cxf.transport
HttpDestination.getLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/openejb/server/cxf/transport/HttpDestination.getLogger:()Ljava/util/logging/Logger;]
HttpDestination.HttpDestination ( org.apache.cxf.Bus bus, org.apache.cxf.transport.http.DestinationRegistry registry, org.apache.cxf.service.model.EndpointInfo endpointInfo, String path )
[run-time name: org/apache/openejb/server/cxf/transport/HttpDestination."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/transport/http/DestinationRegistry;Lorg/apache/cxf/service/model/EndpointInfo;Ljava/lang/String;)V]
openejb-cxf-transport-4.0.0.jar, HttpTransportFactory.class
package org.apache.openejb.server.cxf.transport
HttpTransportFactory.getDestination ( org.apache.cxf.service.model.EndpointInfo endpointInfo ) : org.apache.cxf.transport.Destination
[run-time name: org/apache/openejb/server/cxf/transport/HttpTransportFactory.getDestination:(Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/cxf/transport/Destination;]
HttpTransportFactory.HttpTransportFactory ( )
[run-time name: org/apache/openejb/server/cxf/transport/HttpTransportFactory."<init>":()V]
HttpTransportFactory.HttpTransportFactory ( org.apache.cxf.Bus bus )
[run-time name: org/apache/openejb/server/cxf/transport/HttpTransportFactory."<init>":(Lorg/apache/cxf/Bus;)V]
openejb-daemon-4.0.0.jar, NTService.class
package org.apache.openejb.daemon
NTService.start ( String[ ] args ) [static] : void
[run-time name: org/apache/openejb/daemon/NTService.start:([Ljava/lang/String;)V]
NTService.stop ( String[ ] args ) [static] : void
[run-time name: org/apache/openejb/daemon/NTService.stop:([Ljava/lang/String;)V]
openejb-ejbd-4.0.0.jar, BasicClusterableRequestHandler.class
package org.apache.openejb.server.ejbd
BasicClusterableRequestHandler.updateServer ( org.apache.openejb.BeanContext beanContext, org.apache.openejb.client.ClusterableRequest req, org.apache.openejb.client.ClusterableResponse res ) : void
[run-time name: org/apache/openejb/server/ejbd/BasicClusterableRequestHandler.updateServer:(Lorg/apache/openejb/BeanContext;Lorg/apache/openejb/client/ClusterableRequest;Lorg/apache/openejb/client/ClusterableResponse;)V]
openejb-ejbd-4.0.0.jar, CallContext.class
package org.apache.openejb.server.ejbd
CallContext.getBeanContext ( ) : org.apache.openejb.BeanContext
[run-time name: org/apache/openejb/server/ejbd/CallContext.getBeanContext:()Lorg/apache/openejb/BeanContext;]
CallContext.setBeanContext ( org.apache.openejb.BeanContext info ) : void
[run-time name: org/apache/openejb/server/ejbd/CallContext.setBeanContext:(Lorg/apache/openejb/BeanContext;)V]
openejb-ejbd-4.0.0.jar, ClusterableRequestHandler.class
package org.apache.openejb.server.ejbd
ClusterableRequestHandler.updateServer ( org.apache.openejb.BeanContext p1, org.apache.openejb.client.ClusterableRequest p2, org.apache.openejb.client.ClusterableResponse p3 ) [abstract] : void
[run-time name: org/apache/openejb/server/ejbd/ClusterableRequestHandler.updateServer:(Lorg/apache/openejb/BeanContext;Lorg/apache/openejb/client/ClusterableRequest;Lorg/apache/openejb/client/ClusterableResponse;)V]
openejb-ejbd-4.0.0.jar, DeploymentIndex.class
package org.apache.openejb.server.ejbd
DeploymentIndex.DeploymentIndex ( org.apache.openejb.BeanContext[ ] beanContexts )
[run-time name: org/apache/openejb/server/ejbd/DeploymentIndex."<init>":([Lorg/apache/openejb/BeanContext;)V]
DeploymentIndex.getDeployment ( int index ) : org.apache.openejb.BeanContext
[run-time name: org/apache/openejb/server/ejbd/DeploymentIndex.getDeployment:(I)Lorg/apache/openejb/BeanContext;]
DeploymentIndex.getDeployment ( Integer index ) : org.apache.openejb.BeanContext
[run-time name: org/apache/openejb/server/ejbd/DeploymentIndex.getDeployment:(Ljava/lang/Integer;)Lorg/apache/openejb/BeanContext;]
DeploymentIndex.getDeployment ( org.apache.openejb.client.EJBRequest req ) : org.apache.openejb.BeanContext
[run-time name: org/apache/openejb/server/ejbd/DeploymentIndex.getDeployment:(Lorg/apache/openejb/client/EJBRequest;)Lorg/apache/openejb/BeanContext;]
DeploymentIndex.getDeployment ( String deploymentID ) : org.apache.openejb.BeanContext
[run-time name: org/apache/openejb/server/ejbd/DeploymentIndex.getDeployment:(Ljava/lang/String;)Lorg/apache/openejb/BeanContext;]
DeploymentIndex.getDeploymentIndex ( org.apache.openejb.BeanContext deployment ) : int
[run-time name: org/apache/openejb/server/ejbd/DeploymentIndex.getDeploymentIndex:(Lorg/apache/openejb/BeanContext;)I]
openejb-ejbd-4.0.0.jar, EjbDaemon.class
package org.apache.openejb.server.ejbd
EjbDaemon.getDeployment ( org.apache.openejb.client.EJBRequest req ) : org.apache.openejb.BeanContext
[run-time name: org/apache/openejb/server/ejbd/EjbDaemon.getDeployment:(Lorg/apache/openejb/client/EJBRequest;)Lorg/apache/openejb/BeanContext;]
openejb-ejbd-4.0.0.jar, KeepAliveServer.class
package org.apache.openejb.server.ejbd
KeepAliveServer.addSession ( KeepAliveServer.Session session ) : KeepAliveServer.Session
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.addSession:(Lorg/apache/openejb/server/ejbd/KeepAliveServer$Session;)Lorg/apache/openejb/server/ejbd/KeepAliveServer$Session;]
KeepAliveServer.closeSessions ( ) : void
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.closeSessions:()V]
KeepAliveServer.removeSession ( KeepAliveServer.Session session ) : KeepAliveServer.Session
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.removeSession:(Lorg/apache/openejb/server/ejbd/KeepAliveServer$Session;)Lorg/apache/openejb/server/ejbd/KeepAliveServer$Session;]
openejb-ejbd-4.0.0.jar, KeepAliveTimer.class
package org.apache.openejb.server.ejbd
KeepAliveServer.KeepAliveTimer.KeepAliveServer.KeepAliveTimer ( KeepAliveServer kas, KeepAliveServer p2 )
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.KeepAliveTimer."<init>":(Lorg/apache/openejb/server/ejbd/KeepAliveServer;Lorg/apache/openejb/server/ejbd/KeepAliveServer;)V]
openejb-http-4.0.0.jar, BasicAuthHttpListenerWrapper.class
package org.apache.openejb.server.httpd
BasicAuthHttpListenerWrapper.BasicAuthHttpListenerWrapper ( HttpListener httpListener, String realmName )
[run-time name: org/apache/openejb/server/httpd/BasicAuthHttpListenerWrapper."<init>":(Lorg/apache/openejb/server/httpd/HttpListener;Ljava/lang/String;)V]
BasicAuthHttpListenerWrapper.onMessage ( HttpRequest request, HttpResponse response ) : void
[run-time name: org/apache/openejb/server/httpd/BasicAuthHttpListenerWrapper.onMessage:(Lorg/apache/openejb/server/httpd/HttpRequest;Lorg/apache/openejb/server/httpd/HttpResponse;)V]
openejb-http-4.0.0.jar, ClassLoaderHttpListener.class
package org.apache.openejb.server.httpd
OpenEJBHttpRegistry.ClassLoaderHttpListener.getDelegate ( ) : HttpListener
[run-time name: org/apache/openejb/server/httpd/OpenEJBHttpRegistry.ClassLoaderHttpListener.getDelegate:()Lorg/apache/openejb/server/httpd/HttpListener;]
OpenEJBHttpRegistry.ClassLoaderHttpListener.onMessage ( HttpRequest request, HttpResponse response ) : void
[run-time name: org/apache/openejb/server/httpd/OpenEJBHttpRegistry.ClassLoaderHttpListener.onMessage:(Lorg/apache/openejb/server/httpd/HttpRequest;Lorg/apache/openejb/server/httpd/HttpResponse;)V]
openejb-http-4.0.0.jar, HttpRequestImpl.class
package org.apache.openejb.server.httpd
HttpRequestImpl.authenticate ( javax.servlet.http.HttpServletResponse httpServletResponse ) : boolean
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.authenticate:(Ljavax/servlet/http/HttpServletResponse;)Z]
HttpRequestImpl.getAsyncContext ( ) : javax.servlet.AsyncContext
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getAsyncContext:()Ljavax/servlet/AsyncContext;]
HttpRequestImpl.getAttributeNames ( ) : java.util.Enumeration
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getAttributeNames:()Ljava/util/Enumeration;]
HttpRequestImpl.getAuthType ( ) : String
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getAuthType:()Ljava/lang/String;]
HttpRequestImpl.getCharacterEncoding ( ) : String
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getCharacterEncoding:()Ljava/lang/String;]
HttpRequestImpl.getContextPath ( ) : String
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getContextPath:()Ljava/lang/String;]
HttpRequestImpl.getCookies ( ) : javax.servlet.http.Cookie[ ]
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getCookies:()[Ljavax/servlet/http/Cookie;]
HttpRequestImpl.getDateHeader ( String s ) : long
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getDateHeader:(Ljava/lang/String;)J]
HttpRequestImpl.getDispatcherType ( ) : javax.servlet.DispatcherType
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getDispatcherType:()Ljavax/servlet/DispatcherType;]
HttpRequestImpl.getHeaderNames ( ) : java.util.Enumeration
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getHeaderNames:()Ljava/util/Enumeration;]
HttpRequestImpl.getHeaders ( String s ) : java.util.Enumeration
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getHeaders:(Ljava/lang/String;)Ljava/util/Enumeration;]
HttpRequestImpl.getInputStream ( ) : javax.servlet.ServletInputStream
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getInputStream:()Ljavax/servlet/ServletInputStream;]
HttpRequestImpl.getInternalCookies ( ) : java.util.Map
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getInternalCookies:()Ljava/util/Map;]
HttpRequestImpl.getIntHeader ( String s ) : int
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getIntHeader:(Ljava/lang/String;)I]
HttpRequestImpl.getLocalAddr ( ) : String
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getLocalAddr:()Ljava/lang/String;]
HttpRequestImpl.getLocale ( ) : java.util.Locale
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getLocale:()Ljava/util/Locale;]
HttpRequestImpl.getLocales ( ) : java.util.Enumeration
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getLocales:()Ljava/util/Enumeration;]
HttpRequestImpl.getLocalName ( ) : String
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getLocalName:()Ljava/lang/String;]
HttpRequestImpl.getLocalPort ( ) : int
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getLocalPort:()I]
HttpRequestImpl.getMethod ( ) : String
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getMethod:()Ljava/lang/String;]
HttpRequestImpl.getParameterMap ( ) : java.util.Map
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getParameterMap:()Ljava/util/Map;]
HttpRequestImpl.getParameterNames ( ) : java.util.Enumeration
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getParameterNames:()Ljava/util/Enumeration;]
HttpRequestImpl.getParameterValues ( String s ) : String[ ]
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getParameterValues:(Ljava/lang/String;)[Ljava/lang/String;]
HttpRequestImpl.getPart ( String s ) : javax.servlet.http.Part
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getPart:(Ljava/lang/String;)Ljavax/servlet/http/Part;]
HttpRequestImpl.getParts ( ) : java.util.Collection
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getParts:()Ljava/util/Collection;]
HttpRequestImpl.getPathInfo ( ) : String
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getPathInfo:()Ljava/lang/String;]
HttpRequestImpl.getPathTranslated ( ) : String
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getPathTranslated:()Ljava/lang/String;]
HttpRequestImpl.getProtocol ( ) : String
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getProtocol:()Ljava/lang/String;]
HttpRequestImpl.getQueryString ( ) : String
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getQueryString:()Ljava/lang/String;]
HttpRequestImpl.getReader ( ) : java.io.BufferedReader
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getReader:()Ljava/io/BufferedReader;]
HttpRequestImpl.getRealPath ( String s ) : String
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getRealPath:(Ljava/lang/String;)Ljava/lang/String;]
HttpRequestImpl.getRemoteHost ( ) : String
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getRemoteHost:()Ljava/lang/String;]
HttpRequestImpl.getRemotePort ( ) : int
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getRemotePort:()I]
HttpRequestImpl.getRemoteUser ( ) : String
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getRemoteUser:()Ljava/lang/String;]
HttpRequestImpl.getRequestDispatcher ( String s ) : javax.servlet.RequestDispatcher
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getRequestDispatcher:(Ljava/lang/String;)Ljavax/servlet/RequestDispatcher;]
HttpRequestImpl.getRequestedSessionId ( ) : String
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getRequestedSessionId:()Ljava/lang/String;]
HttpRequestImpl.getRequestURI ( ) : String
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getRequestURI:()Ljava/lang/String;]
HttpRequestImpl.getRequestURL ( ) : StringBuffer
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getRequestURL:()Ljava/lang/StringBuffer;]
HttpRequestImpl.getScheme ( ) : String
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getScheme:()Ljava/lang/String;]
HttpRequestImpl.getServerName ( ) : String
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getServerName:()Ljava/lang/String;]
HttpRequestImpl.getServerPort ( ) : int
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getServerPort:()I]
HttpRequestImpl.getServletContext ( ) : javax.servlet.ServletContext
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getServletContext:()Ljavax/servlet/ServletContext;]
HttpRequestImpl.getServletPath ( ) : String
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getServletPath:()Ljava/lang/String;]
HttpRequestImpl.getSession ( ) : javax.servlet.http.HttpSession
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getSession:()Ljavax/servlet/http/HttpSession;]
HttpRequestImpl.getSession ( boolean x0 ) : javax.servlet.http.HttpSession
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getSession:(Z)Ljavax/servlet/http/HttpSession;]
HttpRequestImpl.getSocketURI ( ) : java.net.URI
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getSocketURI:()Ljava/net/URI;]
HttpRequestImpl.getUserPrincipal ( ) : java.security.Principal
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getUserPrincipal:()Ljava/security/Principal;]
HttpRequestImpl.isAsyncStarted ( ) : boolean
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.isAsyncStarted:()Z]
HttpRequestImpl.isAsyncSupported ( ) : boolean
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.isAsyncSupported:()Z]
HttpRequestImpl.isRequestedSessionIdFromCookie ( ) : boolean
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.isRequestedSessionIdFromCookie:()Z]
HttpRequestImpl.isRequestedSessionIdFromUrl ( ) : boolean
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.isRequestedSessionIdFromUrl:()Z]
HttpRequestImpl.isRequestedSessionIdFromURL ( ) : boolean
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.isRequestedSessionIdFromURL:()Z]
HttpRequestImpl.isRequestedSessionIdValid ( ) : boolean
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.isRequestedSessionIdValid:()Z]
HttpRequestImpl.isSecure ( ) : boolean
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.isSecure:()Z]
HttpRequestImpl.isUserInRole ( String s ) : boolean
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.isUserInRole:(Ljava/lang/String;)Z]
HttpRequestImpl.login ( String s, String s1 ) : void
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.login:(Ljava/lang/String;Ljava/lang/String;)V]
HttpRequestImpl.logout ( ) : void
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.logout:()V]
HttpRequestImpl.print ( org.apache.openejb.util.Logger log, boolean formatXml ) : void
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.print:(Lorg/apache/openejb/util/Logger;Z)V]
HttpRequestImpl.removeAttribute ( String s ) : void
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.removeAttribute:(Ljava/lang/String;)V]
HttpRequestImpl.setCharacterEncoding ( String s ) : void
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.setCharacterEncoding:(Ljava/lang/String;)V]
HttpRequestImpl.startAsync ( ) : javax.servlet.AsyncContext
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.startAsync:()Ljavax/servlet/AsyncContext;]
HttpRequestImpl.startAsync ( javax.servlet.ServletRequest servletRequest, javax.servlet.ServletResponse servletResponse ) : javax.servlet.AsyncContext
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.startAsync:(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)Ljavax/servlet/AsyncContext;]
openejb-http-4.0.0.jar, HttpResponseImpl.class
package org.apache.openejb.server.httpd
HttpResponseImpl.addCookie ( javax.servlet.http.Cookie cookie ) : void
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.addCookie:(Ljavax/servlet/http/Cookie;)V]
HttpResponseImpl.addDateHeader ( String s, long l ) : void
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.addDateHeader:(Ljava/lang/String;J)V]
HttpResponseImpl.addHeader ( String s, String s1 ) : void
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.addHeader:(Ljava/lang/String;Ljava/lang/String;)V]
HttpResponseImpl.addIntHeader ( String s, int i ) : void
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.addIntHeader:(Ljava/lang/String;I)V]
HttpResponseImpl.containsHeader ( String s ) : boolean
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.containsHeader:(Ljava/lang/String;)Z]
HttpResponseImpl.encodeRedirectUrl ( String s ) : String
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.encodeRedirectUrl:(Ljava/lang/String;)Ljava/lang/String;]
HttpResponseImpl.encodeRedirectURL ( String s ) : String
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.encodeRedirectURL:(Ljava/lang/String;)Ljava/lang/String;]
HttpResponseImpl.encodeUrl ( String s ) : String
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.encodeUrl:(Ljava/lang/String;)Ljava/lang/String;]
HttpResponseImpl.encodeURL ( String s ) : String
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.encodeURL:(Ljava/lang/String;)Ljava/lang/String;]
HttpResponseImpl.getBufferSize ( ) : int
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.getBufferSize:()I]
HttpResponseImpl.getCharacterEncoding ( ) : String
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.getCharacterEncoding:()Ljava/lang/String;]
HttpResponseImpl.getHeaderNames ( ) : java.util.Collection
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.getHeaderNames:()Ljava/util/Collection;]
HttpResponseImpl.getHeaders ( String s ) : java.util.Collection
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.getHeaders:(Ljava/lang/String;)Ljava/util/Collection;]
HttpResponseImpl.getLocale ( ) : java.util.Locale
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.getLocale:()Ljava/util/Locale;]
HttpResponseImpl.getOutputStream ( ) : javax.servlet.ServletOutputStream
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.getOutputStream:()Ljavax/servlet/ServletOutputStream;]
HttpResponseImpl.getStatus ( ) : int
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.getStatus:()I]
HttpResponseImpl.getWriter ( ) : java.io.PrintWriter
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.getWriter:()Ljava/io/PrintWriter;]
HttpResponseImpl.isCommitted ( ) : boolean
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.isCommitted:()Z]
HttpResponseImpl.resetBuffer ( ) : void
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.resetBuffer:()V]
HttpResponseImpl.sendError ( int i ) : void
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.sendError:(I)V]
HttpResponseImpl.sendError ( int i, String s ) : void
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.sendError:(ILjava/lang/String;)V]
HttpResponseImpl.sendRedirect ( String s ) : void
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.sendRedirect:(Ljava/lang/String;)V]
HttpResponseImpl.setBufferSize ( int i ) : void
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.setBufferSize:(I)V]
HttpResponseImpl.setCharacterEncoding ( String s ) : void
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.setCharacterEncoding:(Ljava/lang/String;)V]
HttpResponseImpl.setContentLength ( int i ) : void
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.setContentLength:(I)V]
HttpResponseImpl.setDateHeader ( String s, long l ) : void
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.setDateHeader:(Ljava/lang/String;J)V]
HttpResponseImpl.setIntHeader ( String s, int i ) : void
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.setIntHeader:(Ljava/lang/String;I)V]
HttpResponseImpl.setLocale ( java.util.Locale loc ) : void
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.setLocale:(Ljava/util/Locale;)V]
HttpResponseImpl.setStatus ( int i ) : void
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.setStatus:(I)V]
HttpResponseImpl.setStatus ( int i, String s ) : void
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.setStatus:(ILjava/lang/String;)V]
HttpResponseImpl.writeMessage ( java.io.OutputStream output, boolean indent ) : void
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.writeMessage:(Ljava/io/OutputStream;Z)V]
openejb-http-4.0.0.jar, HttpSessionImpl.class
package org.apache.openejb.server.httpd
HttpSessionImpl.getAttribute ( String name ) : Object
[run-time name: org/apache/openejb/server/httpd/HttpSessionImpl.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;]
HttpSessionImpl.getAttributeNames ( ) : java.util.Enumeration
[run-time name: org/apache/openejb/server/httpd/HttpSessionImpl.getAttributeNames:()Ljava/util/Enumeration;]
HttpSessionImpl.getCreationTime ( ) : long
[run-time name: org/apache/openejb/server/httpd/HttpSessionImpl.getCreationTime:()J]
HttpSessionImpl.getId ( ) : String
[run-time name: org/apache/openejb/server/httpd/HttpSessionImpl.getId:()Ljava/lang/String;]
HttpSessionImpl.getLastAccessedTime ( ) : long
[run-time name: org/apache/openejb/server/httpd/HttpSessionImpl.getLastAccessedTime:()J]
HttpSessionImpl.getMaxInactiveInterval ( ) : int
[run-time name: org/apache/openejb/server/httpd/HttpSessionImpl.getMaxInactiveInterval:()I]
HttpSessionImpl.getServletContext ( ) : javax.servlet.ServletContext
[run-time name: org/apache/openejb/server/httpd/HttpSessionImpl.getServletContext:()Ljavax/servlet/ServletContext;]
HttpSessionImpl.getSessionContext ( ) : javax.servlet.http.HttpSessionContext
[run-time name: org/apache/openejb/server/httpd/HttpSessionImpl.getSessionContext:()Ljavax/servlet/http/HttpSessionContext;]
HttpSessionImpl.getValue ( String s ) : Object
[run-time name: org/apache/openejb/server/httpd/HttpSessionImpl.getValue:(Ljava/lang/String;)Ljava/lang/Object;]
HttpSessionImpl.getValueNames ( ) : String[ ]
[run-time name: org/apache/openejb/server/httpd/HttpSessionImpl.getValueNames:()[Ljava/lang/String;]
HttpSessionImpl.HttpSessionImpl ( )
[run-time name: org/apache/openejb/server/httpd/HttpSessionImpl."<init>":()V]
HttpSessionImpl.invalidate ( ) : void
[run-time name: org/apache/openejb/server/httpd/HttpSessionImpl.invalidate:()V]
HttpSessionImpl.isNew ( ) : boolean
[run-time name: org/apache/openejb/server/httpd/HttpSessionImpl.isNew:()Z]
HttpSessionImpl.putValue ( String s, Object o ) : void
[run-time name: org/apache/openejb/server/httpd/HttpSessionImpl.putValue:(Ljava/lang/String;Ljava/lang/Object;)V]
HttpSessionImpl.removeAttribute ( String name ) : void
[run-time name: org/apache/openejb/server/httpd/HttpSessionImpl.removeAttribute:(Ljava/lang/String;)V]
HttpSessionImpl.removeValue ( String s ) : void
[run-time name: org/apache/openejb/server/httpd/HttpSessionImpl.removeValue:(Ljava/lang/String;)V]
HttpSessionImpl.setAttribute ( String name, Object value ) : void
[run-time name: org/apache/openejb/server/httpd/HttpSessionImpl.setAttribute:(Ljava/lang/String;Ljava/lang/Object;)V]
HttpSessionImpl.setMaxInactiveInterval ( int i ) : void
[run-time name: org/apache/openejb/server/httpd/HttpSessionImpl.setMaxInactiveInterval:(I)V]
openejb-http-4.0.0.jar, HttpUtil.class
package org.apache.openejb.server.httpd.util
HttpUtil.selectSingleAddress ( java.util.List addresses ) [static] : String
[run-time name: org/apache/openejb/server/httpd/util/HttpUtil.selectSingleAddress:(Ljava/util/List;)Ljava/lang/String;]
openejb-http-4.0.0.jar, OpenEJBHttpRegistry.class
package org.apache.openejb.server.httpd
OpenEJBHttpRegistry.addWrappedHttpListener ( HttpListener httpListener, ClassLoader classLoader, String regex ) : HttpListener
[run-time name: org/apache/openejb/server/httpd/OpenEJBHttpRegistry.addWrappedHttpListener:(Lorg/apache/openejb/server/httpd/HttpListener;Ljava/lang/ClassLoader;Ljava/lang/String;)Lorg/apache/openejb/server/httpd/HttpListener;]
OpenEJBHttpRegistry.getResolvedAddresses ( String path ) : java.util.List
[run-time name: org/apache/openejb/server/httpd/OpenEJBHttpRegistry.getResolvedAddresses:(Ljava/lang/String;)Ljava/util/List;]
OpenEJBHttpRegistry.OpenEJBHttpRegistry ( )
[run-time name: org/apache/openejb/server/httpd/OpenEJBHttpRegistry."<init>":()V]
openejb-http-4.0.0.jar, OpenEJBHttpServer.class
package org.apache.openejb.server.httpd
OpenEJBHttpServer.isTextXml ( java.util.Map headers ) [static] : boolean
[run-time name: org/apache/openejb/server/httpd/OpenEJBHttpServer.isTextXml:(Ljava/util/Map;)Z]
OpenEJBHttpServer.reformat ( String raw ) [static] : String
[run-time name: org/apache/openejb/server/httpd/OpenEJBHttpServer.reformat:(Ljava/lang/String;)Ljava/lang/String;]
openejb-http-4.0.0.jar, Output.class
package org.apache.openejb.server.httpd
OpenEJBHttpServer.Output.valueOf ( String name ) [static] : OpenEJBHttpServer.Output
[run-time name: org/apache/openejb/server/httpd/OpenEJBHttpServer.Output.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/server/httpd/OpenEJBHttpServer$Output;]
OpenEJBHttpServer.Output.values ( ) [static] : OpenEJBHttpServer.Output[ ]
[run-time name: org/apache/openejb/server/httpd/OpenEJBHttpServer.Output.values:()[Lorg/apache/openejb/server/httpd/OpenEJBHttpServer$Output;]
openejb-http-4.0.0.jar, ServletByteArrayIntputStream.class
package org.apache.openejb.server.httpd
ServletByteArrayIntputStream.getIntputStream ( ) : java.io.ByteArrayInputStream
[run-time name: org/apache/openejb/server/httpd/ServletByteArrayIntputStream.getIntputStream:()Ljava/io/ByteArrayInputStream;]
ServletByteArrayIntputStream.read ( ) : int
[run-time name: org/apache/openejb/server/httpd/ServletByteArrayIntputStream.read:()I]
ServletByteArrayIntputStream.ServletByteArrayIntputStream ( byte[ ] body )
[run-time name: org/apache/openejb/server/httpd/ServletByteArrayIntputStream."<init>":([B)V]
openejb-http-4.0.0.jar, ServletByteArrayOutputStream.class
package org.apache.openejb.server.httpd
ServletByteArrayOutputStream.getOutputStream ( ) : java.io.ByteArrayOutputStream
[run-time name: org/apache/openejb/server/httpd/ServletByteArrayOutputStream.getOutputStream:()Ljava/io/ByteArrayOutputStream;]
ServletByteArrayOutputStream.ServletByteArrayOutputStream ( )
[run-time name: org/apache/openejb/server/httpd/ServletByteArrayOutputStream."<init>":()V]
ServletByteArrayOutputStream.write ( int b ) : void
[run-time name: org/apache/openejb/server/httpd/ServletByteArrayOutputStream.write:(I)V]
openejb-http-4.0.0.jar, ServletIntputStreamAdapter.class
package org.apache.openejb.server.httpd
ServletIntputStreamAdapter.read ( ) : int
[run-time name: org/apache/openejb/server/httpd/ServletIntputStreamAdapter.read:()I]
ServletIntputStreamAdapter.ServletIntputStreamAdapter ( java.io.InputStream is )
[run-time name: org/apache/openejb/server/httpd/ServletIntputStreamAdapter."<init>":(Ljava/io/InputStream;)V]
openejb-http-4.0.0.jar, ServletOutputStreamAdapter.class
package org.apache.openejb.server.httpd
ServletOutputStreamAdapter.ServletOutputStreamAdapter ( java.io.OutputStream os )
[run-time name: org/apache/openejb/server/httpd/ServletOutputStreamAdapter."<init>":(Ljava/io/OutputStream;)V]
ServletOutputStreamAdapter.write ( int b ) : void
[run-time name: org/apache/openejb/server/httpd/ServletOutputStreamAdapter.write:(I)V]
openejb-http-4.0.0.jar, ServletRequestAdapter.class
package org.apache.openejb.server.httpd
ServletRequestAdapter.authenticate ( javax.servlet.http.HttpServletResponse httpServletResponse ) : boolean
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.authenticate:(Ljavax/servlet/http/HttpServletResponse;)Z]
ServletRequestAdapter.getAsyncContext ( ) : javax.servlet.AsyncContext
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getAsyncContext:()Ljavax/servlet/AsyncContext;]
ServletRequestAdapter.getAttributeNames ( ) : java.util.Enumeration
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getAttributeNames:()Ljava/util/Enumeration;]
ServletRequestAdapter.getAuthType ( ) : String
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getAuthType:()Ljava/lang/String;]
ServletRequestAdapter.getCharacterEncoding ( ) : String
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getCharacterEncoding:()Ljava/lang/String;]
ServletRequestAdapter.getCookies ( ) : javax.servlet.http.Cookie[ ]
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getCookies:()[Ljavax/servlet/http/Cookie;]
ServletRequestAdapter.getDateHeader ( String s ) : long
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getDateHeader:(Ljava/lang/String;)J]
ServletRequestAdapter.getDispatcherType ( ) : javax.servlet.DispatcherType
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getDispatcherType:()Ljavax/servlet/DispatcherType;]
ServletRequestAdapter.getHeaderNames ( ) : java.util.Enumeration
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getHeaderNames:()Ljava/util/Enumeration;]
ServletRequestAdapter.getHeaders ( String s ) : java.util.Enumeration
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getHeaders:(Ljava/lang/String;)Ljava/util/Enumeration;]
ServletRequestAdapter.getInputStream ( ) : javax.servlet.ServletInputStream
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getInputStream:()Ljavax/servlet/ServletInputStream;]
ServletRequestAdapter.getIntHeader ( String s ) : int
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getIntHeader:(Ljava/lang/String;)I]
ServletRequestAdapter.getLocalAddr ( ) : String
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getLocalAddr:()Ljava/lang/String;]
ServletRequestAdapter.getLocale ( ) : java.util.Locale
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getLocale:()Ljava/util/Locale;]
ServletRequestAdapter.getLocales ( ) : java.util.Enumeration
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getLocales:()Ljava/util/Enumeration;]
ServletRequestAdapter.getLocalName ( ) : String
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getLocalName:()Ljava/lang/String;]
ServletRequestAdapter.getLocalPort ( ) : int
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getLocalPort:()I]
ServletRequestAdapter.getMethod ( ) : String
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getMethod:()Ljava/lang/String;]
ServletRequestAdapter.getParameterMap ( ) : java.util.Map
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getParameterMap:()Ljava/util/Map;]
ServletRequestAdapter.getParameterNames ( ) : java.util.Enumeration
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getParameterNames:()Ljava/util/Enumeration;]
ServletRequestAdapter.getParameterValues ( String s ) : String[ ]
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getParameterValues:(Ljava/lang/String;)[Ljava/lang/String;]
ServletRequestAdapter.getPart ( String s ) : javax.servlet.http.Part
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getPart:(Ljava/lang/String;)Ljavax/servlet/http/Part;]
ServletRequestAdapter.getParts ( ) : java.util.Collection
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getParts:()Ljava/util/Collection;]
ServletRequestAdapter.getPathInfo ( ) : String
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getPathInfo:()Ljava/lang/String;]
ServletRequestAdapter.getPathTranslated ( ) : String
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getPathTranslated:()Ljava/lang/String;]
ServletRequestAdapter.getProtocol ( ) : String
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getProtocol:()Ljava/lang/String;]
ServletRequestAdapter.getQueryString ( ) : String
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getQueryString:()Ljava/lang/String;]
ServletRequestAdapter.getReader ( ) : java.io.BufferedReader
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getReader:()Ljava/io/BufferedReader;]
ServletRequestAdapter.getRealPath ( String s ) : String
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getRealPath:(Ljava/lang/String;)Ljava/lang/String;]
ServletRequestAdapter.getRemoteHost ( ) : String
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getRemoteHost:()Ljava/lang/String;]
ServletRequestAdapter.getRemotePort ( ) : int
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getRemotePort:()I]
ServletRequestAdapter.getRemoteUser ( ) : String
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getRemoteUser:()Ljava/lang/String;]
ServletRequestAdapter.getRequestDispatcher ( String s ) : javax.servlet.RequestDispatcher
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getRequestDispatcher:(Ljava/lang/String;)Ljavax/servlet/RequestDispatcher;]
ServletRequestAdapter.getRequestedSessionId ( ) : String
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getRequestedSessionId:()Ljava/lang/String;]
ServletRequestAdapter.getRequestURI ( ) : String
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getRequestURI:()Ljava/lang/String;]
ServletRequestAdapter.getRequestURL ( ) : StringBuffer
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getRequestURL:()Ljava/lang/StringBuffer;]
ServletRequestAdapter.getScheme ( ) : String
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getScheme:()Ljava/lang/String;]
ServletRequestAdapter.getServerName ( ) : String
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getServerName:()Ljava/lang/String;]
ServletRequestAdapter.getServerPort ( ) : int
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getServerPort:()I]
ServletRequestAdapter.getServletContext ( ) : javax.servlet.ServletContext
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getServletContext:()Ljavax/servlet/ServletContext;]
ServletRequestAdapter.getServletPath ( ) : String
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getServletPath:()Ljava/lang/String;]
ServletRequestAdapter.getSession ( ) : javax.servlet.http.HttpSession
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getSession:()Ljavax/servlet/http/HttpSession;]
ServletRequestAdapter.getSession ( boolean x0 ) : javax.servlet.http.HttpSession
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getSession:(Z)Ljavax/servlet/http/HttpSession;]
ServletRequestAdapter.getUserPrincipal ( ) : java.security.Principal
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getUserPrincipal:()Ljava/security/Principal;]
ServletRequestAdapter.isAsyncStarted ( ) : boolean
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.isAsyncStarted:()Z]
ServletRequestAdapter.isAsyncSupported ( ) : boolean
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.isAsyncSupported:()Z]
ServletRequestAdapter.isRequestedSessionIdFromCookie ( ) : boolean
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.isRequestedSessionIdFromCookie:()Z]
ServletRequestAdapter.isRequestedSessionIdFromURL ( ) : boolean
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.isRequestedSessionIdFromURL:()Z]
ServletRequestAdapter.isRequestedSessionIdFromUrl ( ) : boolean
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.isRequestedSessionIdFromUrl:()Z]
ServletRequestAdapter.isRequestedSessionIdValid ( ) : boolean
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.isRequestedSessionIdValid:()Z]
ServletRequestAdapter.isSecure ( ) : boolean
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.isSecure:()Z]
ServletRequestAdapter.isUserInRole ( String s ) : boolean
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.isUserInRole:(Ljava/lang/String;)Z]
ServletRequestAdapter.login ( String s, String s1 ) : void
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.login:(Ljava/lang/String;Ljava/lang/String;)V]
ServletRequestAdapter.logout ( ) : void
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.logout:()V]
ServletRequestAdapter.removeAttribute ( String s ) : void
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.removeAttribute:(Ljava/lang/String;)V]
ServletRequestAdapter.setCharacterEncoding ( String s ) : void
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.setCharacterEncoding:(Ljava/lang/String;)V]
ServletRequestAdapter.startAsync ( ) : javax.servlet.AsyncContext
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.startAsync:()Ljavax/servlet/AsyncContext;]
ServletRequestAdapter.startAsync ( javax.servlet.ServletRequest servletRequest, javax.servlet.ServletResponse servletResponse ) : javax.servlet.AsyncContext
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.startAsync:(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)Ljavax/servlet/AsyncContext;]
openejb-http-4.0.0.jar, ServletResponseAdapter.class
package org.apache.openejb.server.httpd
ServletResponseAdapter.addCookie ( javax.servlet.http.Cookie cookie ) : void
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.addCookie:(Ljavax/servlet/http/Cookie;)V]
ServletResponseAdapter.addDateHeader ( String s, long l ) : void
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.addDateHeader:(Ljava/lang/String;J)V]
ServletResponseAdapter.addHeader ( String s, String s1 ) : void
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.addHeader:(Ljava/lang/String;Ljava/lang/String;)V]
ServletResponseAdapter.addIntHeader ( String s, int i ) : void
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.addIntHeader:(Ljava/lang/String;I)V]
ServletResponseAdapter.containsHeader ( String s ) : boolean
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.containsHeader:(Ljava/lang/String;)Z]
ServletResponseAdapter.encodeRedirectURL ( String s ) : String
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.encodeRedirectURL:(Ljava/lang/String;)Ljava/lang/String;]
ServletResponseAdapter.encodeRedirectUrl ( String s ) : String
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.encodeRedirectUrl:(Ljava/lang/String;)Ljava/lang/String;]
ServletResponseAdapter.encodeURL ( String s ) : String
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.encodeURL:(Ljava/lang/String;)Ljava/lang/String;]
ServletResponseAdapter.encodeUrl ( String s ) : String
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.encodeUrl:(Ljava/lang/String;)Ljava/lang/String;]
ServletResponseAdapter.getBufferSize ( ) : int
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.getBufferSize:()I]
ServletResponseAdapter.getCharacterEncoding ( ) : String
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.getCharacterEncoding:()Ljava/lang/String;]
ServletResponseAdapter.getHeaderNames ( ) : java.util.Collection
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.getHeaderNames:()Ljava/util/Collection;]
ServletResponseAdapter.getHeaders ( String s ) : java.util.Collection
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.getHeaders:(Ljava/lang/String;)Ljava/util/Collection;]
ServletResponseAdapter.getLocale ( ) : java.util.Locale
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.getLocale:()Ljava/util/Locale;]
ServletResponseAdapter.getOutputStream ( ) : javax.servlet.ServletOutputStream
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.getOutputStream:()Ljavax/servlet/ServletOutputStream;]
ServletResponseAdapter.getStatus ( ) : int
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.getStatus:()I]
ServletResponseAdapter.getWriter ( ) : java.io.PrintWriter
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.getWriter:()Ljava/io/PrintWriter;]
ServletResponseAdapter.isCommitted ( ) : boolean
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.isCommitted:()Z]
ServletResponseAdapter.reset ( ) : void
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.reset:()V]
ServletResponseAdapter.resetBuffer ( ) : void
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.resetBuffer:()V]
ServletResponseAdapter.sendError ( int i ) : void
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.sendError:(I)V]
ServletResponseAdapter.sendError ( int i, String s ) : void
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.sendError:(ILjava/lang/String;)V]
ServletResponseAdapter.sendRedirect ( String s ) : void
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.sendRedirect:(Ljava/lang/String;)V]
ServletResponseAdapter.setBufferSize ( int i ) : void
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.setBufferSize:(I)V]
ServletResponseAdapter.setCharacterEncoding ( String s ) : void
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.setCharacterEncoding:(Ljava/lang/String;)V]
ServletResponseAdapter.setContentLength ( int i ) : void
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.setContentLength:(I)V]
ServletResponseAdapter.setDateHeader ( String s, long l ) : void
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.setDateHeader:(Ljava/lang/String;J)V]
ServletResponseAdapter.setIntHeader ( String s, int i ) : void
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.setIntHeader:(Ljava/lang/String;I)V]
ServletResponseAdapter.setLocale ( java.util.Locale locale ) : void
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.setLocale:(Ljava/util/Locale;)V]
ServletResponseAdapter.setStatus ( int i ) : void
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.setStatus:(I)V]
ServletResponseAdapter.setStatus ( int i, String s ) : void
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.setStatus:(ILjava/lang/String;)V]
openejb-http-4.0.0.jar, ServletSessionAdapter.class
package org.apache.openejb.server.httpd
ServletSessionAdapter.getAttributeNames ( ) : java.util.Enumeration
[run-time name: org/apache/openejb/server/httpd/ServletSessionAdapter.getAttributeNames:()Ljava/util/Enumeration;]
ServletSessionAdapter.getCreationTime ( ) : long
[run-time name: org/apache/openejb/server/httpd/ServletSessionAdapter.getCreationTime:()J]
ServletSessionAdapter.getLastAccessedTime ( ) : long
[run-time name: org/apache/openejb/server/httpd/ServletSessionAdapter.getLastAccessedTime:()J]
ServletSessionAdapter.getMaxInactiveInterval ( ) : int
[run-time name: org/apache/openejb/server/httpd/ServletSessionAdapter.getMaxInactiveInterval:()I]
ServletSessionAdapter.getServletContext ( ) : javax.servlet.ServletContext
[run-time name: org/apache/openejb/server/httpd/ServletSessionAdapter.getServletContext:()Ljavax/servlet/ServletContext;]
ServletSessionAdapter.getSessionContext ( ) : javax.servlet.http.HttpSessionContext
[run-time name: org/apache/openejb/server/httpd/ServletSessionAdapter.getSessionContext:()Ljavax/servlet/http/HttpSessionContext;]
ServletSessionAdapter.getValue ( String s ) : Object
[run-time name: org/apache/openejb/server/httpd/ServletSessionAdapter.getValue:(Ljava/lang/String;)Ljava/lang/Object;]
ServletSessionAdapter.getValueNames ( ) : String[ ]
[run-time name: org/apache/openejb/server/httpd/ServletSessionAdapter.getValueNames:()[Ljava/lang/String;]
ServletSessionAdapter.invalidate ( ) : void
[run-time name: org/apache/openejb/server/httpd/ServletSessionAdapter.invalidate:()V]
ServletSessionAdapter.isNew ( ) : boolean
[run-time name: org/apache/openejb/server/httpd/ServletSessionAdapter.isNew:()Z]
ServletSessionAdapter.putValue ( String s, Object o ) : void
[run-time name: org/apache/openejb/server/httpd/ServletSessionAdapter.putValue:(Ljava/lang/String;Ljava/lang/Object;)V]
ServletSessionAdapter.removeValue ( String s ) : void
[run-time name: org/apache/openejb/server/httpd/ServletSessionAdapter.removeValue:(Ljava/lang/String;)V]
ServletSessionAdapter.setMaxInactiveInterval ( int i ) : void
[run-time name: org/apache/openejb/server/httpd/ServletSessionAdapter.setMaxInactiveInterval:(I)V]
openejb-jee-4.0.0.jar, AbsoluteOrdering.class
package org.apache.openejb.jee
AbsoluteOrdering.AbsoluteOrdering ( )
[run-time name: org/apache/openejb/jee/AbsoluteOrdering."<init>":()V]
AbsoluteOrdering.getNameOrOthers ( ) : java.util.List
[run-time name: org/apache/openejb/jee/AbsoluteOrdering.getNameOrOthers:()Ljava/util/List;]
openejb-jee-4.0.0.jar, ActivationConfig.class
package org.apache.openejb.jee
ActivationConfig.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/ActivationConfig.getDescription:()Ljava/lang/String;]
ActivationConfig.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/ActivationConfig.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
ActivationConfig.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/ActivationConfig.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, Addressing.class
package org.apache.openejb.jee
Addressing.Addressing ( )
[run-time name: org/apache/openejb/jee/Addressing."<init>":()V]
Addressing.getEnabled ( ) : Boolean
[run-time name: org/apache/openejb/jee/Addressing.getEnabled:()Ljava/lang/Boolean;]
Addressing.getRequired ( ) : Boolean
[run-time name: org/apache/openejb/jee/Addressing.getRequired:()Ljava/lang/Boolean;]
Addressing.getResponses ( ) : AddressingResponses
[run-time name: org/apache/openejb/jee/Addressing.getResponses:()Lorg/apache/openejb/jee/AddressingResponses;]
Addressing.setEnabled ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/Addressing.setEnabled:(Ljava/lang/Boolean;)V]
Addressing.setRequired ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/Addressing.setRequired:(Ljava/lang/Boolean;)V]
Addressing.setResponses ( AddressingResponses value ) : void
[run-time name: org/apache/openejb/jee/Addressing.setResponses:(Lorg/apache/openejb/jee/AddressingResponses;)V]
openejb-jee-4.0.0.jar, AddressingResponses.class
package org.apache.openejb.jee
AddressingResponses.valueOf ( String name ) [static] : AddressingResponses
[run-time name: org/apache/openejb/jee/AddressingResponses.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/AddressingResponses;]
AddressingResponses.values ( ) [static] : AddressingResponses[ ]
[run-time name: org/apache/openejb/jee/AddressingResponses.values:()[Lorg/apache/openejb/jee/AddressingResponses;]
openejb-jee-4.0.0.jar, Alternatives.class
package org.apache.openejb.jee
Beans.Alternatives.Beans.Alternatives ( )
[run-time name: org/apache/openejb/jee/Beans.Alternatives."<init>":()V]
Beans.Alternatives.getClasses ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Beans.Alternatives.getClasses:()Ljava/util/List;]
Beans.Alternatives.getStereotypes ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Beans.Alternatives.getStereotypes:()Ljava/util/List;]
openejb-jee-4.0.0.jar, AnnotationType.class
package org.apache.openejb.jee.bval
AnnotationType.AnnotationType ( )
[run-time name: org/apache/openejb/jee/bval/AnnotationType."<init>":()V]
AnnotationType.getElement ( ) : java.util.List
[run-time name: org/apache/openejb/jee/bval/AnnotationType.getElement:()Ljava/util/List;]
openejb-jee-4.0.0.jar, Application.class
package org.apache.openejb.jee
Application.Application ( String applicationName )
[run-time name: org/apache/openejb/jee/Application."<init>":(Ljava/lang/String;)V]
Application.getApplicationName ( ) : String
[run-time name: org/apache/openejb/jee/Application.getApplicationName:()Ljava/lang/String;]
Application.getDataSource ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/Application.getDataSource:()Ljava/util/Collection;]
Application.getDataSourceMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/Application.getDataSourceMap:()Ljava/util/Map;]
Application.getEjbLocalRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/Application.getEjbLocalRef:()Ljava/util/Collection;]
Application.getEjbLocalRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/Application.getEjbLocalRefMap:()Ljava/util/Map;]
Application.getEjbRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/Application.getEjbRef:()Ljava/util/Collection;]
Application.getEjbRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/Application.getEjbRefMap:()Ljava/util/Map;]
Application.getEnvEntry ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/Application.getEnvEntry:()Ljava/util/Collection;]
Application.getEnvEntryMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/Application.getEnvEntryMap:()Ljava/util/Map;]
Application.getInitializeInOrder ( ) : Boolean
[run-time name: org/apache/openejb/jee/Application.getInitializeInOrder:()Ljava/lang/Boolean;]
Application.getJndiConsumerName ( ) : String
[run-time name: org/apache/openejb/jee/Application.getJndiConsumerName:()Ljava/lang/String;]
Application.getMessageDestination ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/Application.getMessageDestination:()Ljava/util/Collection;]
Application.getMessageDestinationRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/Application.getMessageDestinationRef:()Ljava/util/Collection;]
Application.getMessageDestinationRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/Application.getMessageDestinationRefMap:()Ljava/util/Map;]
Application.getModuleName ( ) : String
[run-time name: org/apache/openejb/jee/Application.getModuleName:()Ljava/lang/String;]
Application.getPersistenceContextRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/Application.getPersistenceContextRef:()Ljava/util/Collection;]
Application.getPersistenceContextRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/Application.getPersistenceContextRefMap:()Ljava/util/Map;]
Application.getPersistenceUnitRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/Application.getPersistenceUnitRef:()Ljava/util/Collection;]
Application.getPersistenceUnitRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/Application.getPersistenceUnitRefMap:()Ljava/util/Map;]
Application.getResourceEnvRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/Application.getResourceEnvRef:()Ljava/util/Collection;]
Application.getResourceEnvRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/Application.getResourceEnvRefMap:()Ljava/util/Map;]
Application.getResourceRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/Application.getResourceRef:()Ljava/util/Collection;]
Application.getResourceRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/Application.getResourceRefMap:()Ljava/util/Map;]
Application.getServiceRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/Application.getServiceRef:()Ljava/util/Collection;]
Application.getServiceRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/Application.getServiceRefMap:()Ljava/util/Map;]
Application.setApplicationName ( String value ) : void
[run-time name: org/apache/openejb/jee/Application.setApplicationName:(Ljava/lang/String;)V]
Application.setInitializeInOrder ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/Application.setInitializeInOrder:(Ljava/lang/Boolean;)V]
Application.setModuleName ( String name ) : void
[run-time name: org/apache/openejb/jee/Application.setModuleName:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, ApplicationClient.class
package org.apache.openejb.jee
ApplicationClient.getDataSource ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/ApplicationClient.getDataSource:()Ljava/util/Collection;]
ApplicationClient.getDataSourceMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/ApplicationClient.getDataSourceMap:()Ljava/util/Map;]
ApplicationClient.getModuleName ( ) : String
[run-time name: org/apache/openejb/jee/ApplicationClient.getModuleName:()Ljava/lang/String;]
ApplicationClient.setModuleName ( String moduleName ) : void
[run-time name: org/apache/openejb/jee/ApplicationClient.setModuleName:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, ApplicationException.class
package org.apache.openejb.jee
ApplicationException.getInherited ( ) : Boolean
[run-time name: org/apache/openejb/jee/ApplicationException.getInherited:()Ljava/lang/Boolean;]
ApplicationException.getRollback ( ) : Boolean
[run-time name: org/apache/openejb/jee/ApplicationException.getRollback:()Ljava/lang/Boolean;]
ApplicationException.isInherited ( ) : boolean
[run-time name: org/apache/openejb/jee/ApplicationException.isInherited:()Z]
ApplicationException.isRollback ( ) : boolean
[run-time name: org/apache/openejb/jee/ApplicationException.isRollback:()Z]
ApplicationException.setInherited ( Boolean inherited ) : void
[run-time name: org/apache/openejb/jee/ApplicationException.setInherited:(Ljava/lang/Boolean;)V]
ApplicationException.setRollback ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/ApplicationException.setRollback:(Ljava/lang/Boolean;)V]
openejb-jee-4.0.0.jar, AroundTimeout.class
package org.apache.openejb.jee
AroundTimeout.AroundTimeout ( )
[run-time name: org/apache/openejb/jee/AroundTimeout."<init>":()V]
AroundTimeout.AroundTimeout ( reflect.Method method )
[run-time name: org/apache/openejb/jee/AroundTimeout."<init>":(Ljava/lang/reflect/Method;)V]
AroundTimeout.AroundTimeout ( String clazz, String methodName )
[run-time name: org/apache/openejb/jee/AroundTimeout."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
AroundTimeout.getClassName ( ) : String
[run-time name: org/apache/openejb/jee/AroundTimeout.getClassName:()Ljava/lang/String;]
AroundTimeout.getClazz ( ) : String
[run-time name: org/apache/openejb/jee/AroundTimeout.getClazz:()Ljava/lang/String;]
AroundTimeout.getMethodName ( ) : String
[run-time name: org/apache/openejb/jee/AroundTimeout.getMethodName:()Ljava/lang/String;]
AroundTimeout.setClazz ( String value ) : void
[run-time name: org/apache/openejb/jee/AroundTimeout.setClazz:(Ljava/lang/String;)V]
AroundTimeout.setMethodName ( String value ) : void
[run-time name: org/apache/openejb/jee/AroundTimeout.setMethodName:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, AssemblyDescriptor.class
package org.apache.openejb.jee
AssemblyDescriptor.addApplicationException ( Class clazz, boolean rollback, boolean inherited ) : void
[run-time name: org/apache/openejb/jee/AssemblyDescriptor.addApplicationException:(Ljava/lang/Class;ZZ)V]
openejb-jee-4.0.0.jar, AssociationOverride.class
package org.apache.openejb.jee.jpa
AssociationOverride.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/jpa/AssociationOverride.getDescription:()Ljava/lang/String;]
AssociationOverride.getJoinTable ( ) : JoinTable
[run-time name: org/apache/openejb/jee/jpa/AssociationOverride.getJoinTable:()Lorg/apache/openejb/jee/jpa/JoinTable;]
AssociationOverride.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/AssociationOverride.setDescription:(Ljava/lang/String;)V]
AssociationOverride.setJoinTable ( JoinTable value ) : void
[run-time name: org/apache/openejb/jee/jpa/AssociationOverride.setJoinTable:(Lorg/apache/openejb/jee/jpa/JoinTable;)V]
openejb-jee-4.0.0.jar, AsyncMethod.class
package org.apache.openejb.jee
AsyncMethod.AsyncMethod ( )
[run-time name: org/apache/openejb/jee/AsyncMethod."<init>":()V]
AsyncMethod.AsyncMethod ( reflect.Method method )
[run-time name: org/apache/openejb/jee/AsyncMethod."<init>":(Ljava/lang/reflect/Method;)V]
AsyncMethod.getId ( ) : String
[run-time name: org/apache/openejb/jee/AsyncMethod.getId:()Ljava/lang/String;]
AsyncMethod.getMethodName ( ) : String
[run-time name: org/apache/openejb/jee/AsyncMethod.getMethodName:()Ljava/lang/String;]
AsyncMethod.getMethodParams ( ) : MethodParams
[run-time name: org/apache/openejb/jee/AsyncMethod.getMethodParams:()Lorg/apache/openejb/jee/MethodParams;]
AsyncMethod.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/AsyncMethod.setId:(Ljava/lang/String;)V]
AsyncMethod.setMethodName ( String value ) : void
[run-time name: org/apache/openejb/jee/AsyncMethod.setMethodName:(Ljava/lang/String;)V]
AsyncMethod.setMethodParams ( MethodParams value ) : void
[run-time name: org/apache/openejb/jee/AsyncMethod.setMethodParams:(Lorg/apache/openejb/jee/MethodParams;)V]
openejb-jee-4.0.0.jar, AttributeOverride.class
package org.apache.openejb.jee.jpa
AttributeOverride.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/jpa/AttributeOverride.getDescription:()Ljava/lang/String;]
AttributeOverride.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/AttributeOverride.setDescription:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, Attributes.class
package org.apache.openejb.jee.jpa
Attributes.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/jpa/Attributes.getDescription:()Ljava/lang/String;]
Attributes.getElementCollection ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/Attributes.getElementCollection:()Ljava/util/List;]
Attributes.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/Attributes.setDescription:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, AuthConstraint.class
package org.apache.openejb.jee
AuthConstraint.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/AuthConstraint.getDescription:()Ljava/lang/String;]
AuthConstraint.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/AuthConstraint.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
AuthConstraint.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/AuthConstraint.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, AuthenticationMechanism.class
package org.apache.openejb.jee
AuthenticationMechanism.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/AuthenticationMechanism.getDescription:()Ljava/lang/String;]
AuthenticationMechanism.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/AuthenticationMechanism.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
AuthenticationMechanism.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/AuthenticationMechanism.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, Basic.class
package org.apache.openejb.jee.jpa
Basic.getAccess ( ) : AccessType
[run-time name: org/apache/openejb/jee/jpa/Basic.getAccess:()Lorg/apache/openejb/jee/jpa/AccessType;]
Basic.setAccess ( AccessType value ) : void
[run-time name: org/apache/openejb/jee/jpa/Basic.setAccess:(Lorg/apache/openejb/jee/jpa/AccessType;)V]
openejb-jee-4.0.0.jar, Beans.class
package org.apache.openejb.jee
Beans.addAlternativeClass ( Class clazz ) : void
[run-time name: org/apache/openejb/jee/Beans.addAlternativeClass:(Ljava/lang/Class;)V]
Beans.addAlternativeClass ( String className ) : void
[run-time name: org/apache/openejb/jee/Beans.addAlternativeClass:(Ljava/lang/String;)V]
Beans.addAlternativeStereotype ( Class clazz ) : void
[run-time name: org/apache/openejb/jee/Beans.addAlternativeStereotype:(Ljava/lang/Class;)V]
Beans.addAlternativeStereotype ( String className ) : void
[run-time name: org/apache/openejb/jee/Beans.addAlternativeStereotype:(Ljava/lang/String;)V]
Beans.addDecorator ( Class clazz ) : void
[run-time name: org/apache/openejb/jee/Beans.addDecorator:(Ljava/lang/Class;)V]
Beans.addDecorator ( String className ) : void
[run-time name: org/apache/openejb/jee/Beans.addDecorator:(Ljava/lang/String;)V]
Beans.addInterceptor ( Class clazz ) : void
[run-time name: org/apache/openejb/jee/Beans.addInterceptor:(Ljava/lang/Class;)V]
Beans.addInterceptor ( String className ) : void
[run-time name: org/apache/openejb/jee/Beans.addInterceptor:(Ljava/lang/String;)V]
Beans.addManagedClass ( Class clazz ) : void
[run-time name: org/apache/openejb/jee/Beans.addManagedClass:(Ljava/lang/Class;)V]
Beans.addManagedClass ( String className ) : void
[run-time name: org/apache/openejb/jee/Beans.addManagedClass:(Ljava/lang/String;)V]
Beans.Beans ( )
[run-time name: org/apache/openejb/jee/Beans."<init>":()V]
Beans.getAlternativeClasses ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Beans.getAlternativeClasses:()Ljava/util/List;]
Beans.getAlternativeStereotypes ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Beans.getAlternativeStereotypes:()Ljava/util/List;]
Beans.getDecorators ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Beans.getDecorators:()Ljava/util/List;]
Beans.getInterceptors ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Beans.getInterceptors:()Ljava/util/List;]
Beans.getManagedClasses ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Beans.getManagedClasses:()Ljava/util/List;]
openejb-jee-4.0.0.jar, BeanType.class
package org.apache.openejb.jee.bval
BeanType.BeanType ( )
[run-time name: org/apache/openejb/jee/bval/BeanType."<init>":()V]
BeanType.getClassType ( ) : ClassType
[run-time name: org/apache/openejb/jee/bval/BeanType.getClassType:()Lorg/apache/openejb/jee/bval/ClassType;]
BeanType.getClazz ( ) : String
[run-time name: org/apache/openejb/jee/bval/BeanType.getClazz:()Ljava/lang/String;]
BeanType.getField ( ) : java.util.List
[run-time name: org/apache/openejb/jee/bval/BeanType.getField:()Ljava/util/List;]
BeanType.getGetter ( ) : java.util.List
[run-time name: org/apache/openejb/jee/bval/BeanType.getGetter:()Ljava/util/List;]
BeanType.isIgnoreAnnotations ( ) : Boolean
[run-time name: org/apache/openejb/jee/bval/BeanType.isIgnoreAnnotations:()Ljava/lang/Boolean;]
BeanType.setClassType ( ClassType value ) : void
[run-time name: org/apache/openejb/jee/bval/BeanType.setClassType:(Lorg/apache/openejb/jee/bval/ClassType;)V]
BeanType.setClazz ( String value ) : void
[run-time name: org/apache/openejb/jee/bval/BeanType.setClazz:(Ljava/lang/String;)V]
BeanType.setIgnoreAnnotations ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/bval/BeanType.setIgnoreAnnotations:(Ljava/lang/Boolean;)V]
openejb-jee-4.0.0.jar, CascadeType.class
package org.apache.openejb.jee.jpa
CascadeType.isCascadeDetach ( ) : boolean
[run-time name: org/apache/openejb/jee/jpa/CascadeType.isCascadeDetach:()Z]
CascadeType.setCascadeDetach ( boolean value ) : void
[run-time name: org/apache/openejb/jee/jpa/CascadeType.setCascadeDetach:(Z)V]
openejb-jee-4.0.0.jar, ClassType.class
package org.apache.openejb.jee.bval
ClassType.ClassType ( )
[run-time name: org/apache/openejb/jee/bval/ClassType."<init>":()V]
ClassType.getConstraint ( ) : java.util.List
[run-time name: org/apache/openejb/jee/bval/ClassType.getConstraint:()Ljava/util/List;]
ClassType.getGroupSequence ( ) : GroupSequenceType
[run-time name: org/apache/openejb/jee/bval/ClassType.getGroupSequence:()Lorg/apache/openejb/jee/bval/GroupSequenceType;]
ClassType.isIgnoreAnnotations ( ) : Boolean
[run-time name: org/apache/openejb/jee/bval/ClassType.isIgnoreAnnotations:()Ljava/lang/Boolean;]
ClassType.setGroupSequence ( GroupSequenceType value ) : void
[run-time name: org/apache/openejb/jee/bval/ClassType.setGroupSequence:(Lorg/apache/openejb/jee/bval/GroupSequenceType;)V]
ClassType.setIgnoreAnnotations ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/bval/ClassType.setIgnoreAnnotations:(Ljava/lang/Boolean;)V]
openejb-jee-4.0.0.jar, CmpField.class
package org.apache.openejb.jee
CmpField.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/CmpField.getDescription:()Ljava/lang/String;]
CmpField.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/CmpField.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
CmpField.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/CmpField.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, CmrField.class
package org.apache.openejb.jee
CmrField.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/CmrField.getDescription:()Ljava/lang/String;]
CmrField.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/CmrField.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
CmrField.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/CmrField.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, CollectionTable.class
package org.apache.openejb.jee.jpa
CollectionTable.CollectionTable ( )
[run-time name: org/apache/openejb/jee/jpa/CollectionTable."<init>":()V]
CollectionTable.getCatalog ( ) : String
[run-time name: org/apache/openejb/jee/jpa/CollectionTable.getCatalog:()Ljava/lang/String;]
CollectionTable.getJoinColumn ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/CollectionTable.getJoinColumn:()Ljava/util/List;]
CollectionTable.getName ( ) : String
[run-time name: org/apache/openejb/jee/jpa/CollectionTable.getName:()Ljava/lang/String;]
CollectionTable.getSchema ( ) : String
[run-time name: org/apache/openejb/jee/jpa/CollectionTable.getSchema:()Ljava/lang/String;]
CollectionTable.getUniqueConstraint ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/CollectionTable.getUniqueConstraint:()Ljava/util/List;]
CollectionTable.setCatalog ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/CollectionTable.setCatalog:(Ljava/lang/String;)V]
CollectionTable.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/CollectionTable.setName:(Ljava/lang/String;)V]
CollectionTable.setSchema ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/CollectionTable.setSchema:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, ConcurrencyManagementType.class
package org.apache.openejb.jee
ConcurrencyManagementType.fromValue ( String v ) [static] : ConcurrencyManagementType
[run-time name: org/apache/openejb/jee/ConcurrencyManagementType.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/ConcurrencyManagementType;]
ConcurrencyManagementType.value ( ) : String
[run-time name: org/apache/openejb/jee/ConcurrencyManagementType.value:()Ljava/lang/String;]
ConcurrencyManagementType.valueOf ( String name ) [static] : ConcurrencyManagementType
[run-time name: org/apache/openejb/jee/ConcurrencyManagementType.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/ConcurrencyManagementType;]
ConcurrencyManagementType.values ( ) [static] : ConcurrencyManagementType[ ]
[run-time name: org/apache/openejb/jee/ConcurrencyManagementType.values:()[Lorg/apache/openejb/jee/ConcurrencyManagementType;]
openejb-jee-4.0.0.jar, ConcurrentLockType.class
package org.apache.openejb.jee
ConcurrentLockType.fromValue ( String v ) [static] : ConcurrentLockType
[run-time name: org/apache/openejb/jee/ConcurrentLockType.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/ConcurrentLockType;]
ConcurrentLockType.toString ( ) : String
[run-time name: org/apache/openejb/jee/ConcurrentLockType.toString:()Ljava/lang/String;]
ConcurrentLockType.value ( ) : String
[run-time name: org/apache/openejb/jee/ConcurrentLockType.value:()Ljava/lang/String;]
ConcurrentLockType.valueOf ( String name ) [static] : ConcurrentLockType
[run-time name: org/apache/openejb/jee/ConcurrentLockType.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/ConcurrentLockType;]
ConcurrentLockType.values ( ) [static] : ConcurrentLockType[ ]
[run-time name: org/apache/openejb/jee/ConcurrentLockType.values:()[Lorg/apache/openejb/jee/ConcurrentLockType;]
openejb-jee-4.0.0.jar, ConcurrentMethod.class
package org.apache.openejb.jee
ConcurrentMethod.ConcurrentMethod ( )
[run-time name: org/apache/openejb/jee/ConcurrentMethod."<init>":()V]
ConcurrentMethod.getAccessTimeout ( ) : Timeout
[run-time name: org/apache/openejb/jee/ConcurrentMethod.getAccessTimeout:()Lorg/apache/openejb/jee/Timeout;]
ConcurrentMethod.getId ( ) : String
[run-time name: org/apache/openejb/jee/ConcurrentMethod.getId:()Ljava/lang/String;]
ConcurrentMethod.getLock ( ) : ConcurrentLockType
[run-time name: org/apache/openejb/jee/ConcurrentMethod.getLock:()Lorg/apache/openejb/jee/ConcurrentLockType;]
ConcurrentMethod.getMethod ( ) : NamedMethod
[run-time name: org/apache/openejb/jee/ConcurrentMethod.getMethod:()Lorg/apache/openejb/jee/NamedMethod;]
ConcurrentMethod.setAccessTimeout ( Timeout value ) : void
[run-time name: org/apache/openejb/jee/ConcurrentMethod.setAccessTimeout:(Lorg/apache/openejb/jee/Timeout;)V]
ConcurrentMethod.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/ConcurrentMethod.setId:(Ljava/lang/String;)V]
ConcurrentMethod.setLock ( ConcurrentLockType value ) : void
[run-time name: org/apache/openejb/jee/ConcurrentMethod.setLock:(Lorg/apache/openejb/jee/ConcurrentLockType;)V]
ConcurrentMethod.setMethod ( NamedMethod value ) : void
[run-time name: org/apache/openejb/jee/ConcurrentMethod.setMethod:(Lorg/apache/openejb/jee/NamedMethod;)V]
openejb-jee-4.0.0.jar, ConfigProperty.class
package org.apache.openejb.jee
ConfigProperty.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/ConfigProperty.getDescription:()Ljava/lang/String;]
ConfigProperty.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/ConfigProperty.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
ConfigProperty.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/ConfigProperty.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, Connector.class
package org.apache.openejb.jee
Connector.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/Connector.getDescription:()Ljava/lang/String;]
Connector.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/Connector.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
Connector.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/Connector.getDisplayName:()Ljava/lang/String;]
Connector.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/Connector.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
Connector.getEisType ( ) : String
[run-time name: org/apache/openejb/jee/Connector.getEisType:()Ljava/lang/String;]
Connector.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/Connector.getIcon:()Lorg/apache/openejb/jee/Icon;]
Connector.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/Connector.getIconMap:()Ljava/util/Map;]
Connector.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/Connector.getIcons:()Ljava/util/Collection;]
Connector.getId ( ) : String
[run-time name: org/apache/openejb/jee/Connector.getId:()Ljava/lang/String;]
Connector.getLicense ( ) : License
[run-time name: org/apache/openejb/jee/Connector.getLicense:()Lorg/apache/openejb/jee/License;]
Connector.getModuleName ( ) : String
[run-time name: org/apache/openejb/jee/Connector.getModuleName:()Ljava/lang/String;]
Connector.getRequiredWorkContext ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Connector.getRequiredWorkContext:()Ljava/util/List;]
Connector.getVendorName ( ) : String
[run-time name: org/apache/openejb/jee/Connector.getVendorName:()Ljava/lang/String;]
Connector.isMetadataComplete ( ) : Boolean
[run-time name: org/apache/openejb/jee/Connector.isMetadataComplete:()Ljava/lang/Boolean;]
Connector.newConnector ( Connector10 source ) [static] : Connector
[run-time name: org/apache/openejb/jee/Connector.newConnector:(Lorg/apache/openejb/jee/Connector10;)Lorg/apache/openejb/jee/Connector;]
Connector.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/Connector.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
Connector.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/Connector.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
Connector.setEisType ( String value ) : void
[run-time name: org/apache/openejb/jee/Connector.setEisType:(Ljava/lang/String;)V]
Connector.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/Connector.setId:(Ljava/lang/String;)V]
Connector.setLicense ( License value ) : void
[run-time name: org/apache/openejb/jee/Connector.setLicense:(Lorg/apache/openejb/jee/License;)V]
Connector.setMetadataComplete ( Boolean metadataComplete ) : void
[run-time name: org/apache/openejb/jee/Connector.setMetadataComplete:(Ljava/lang/Boolean;)V]
Connector.setModuleName ( String moduleName ) : void
[run-time name: org/apache/openejb/jee/Connector.setModuleName:(Ljava/lang/String;)V]
Connector.setResourceAdapter ( ResourceAdapter resourceAdapter ) : void
[run-time name: org/apache/openejb/jee/Connector.setResourceAdapter:(Lorg/apache/openejb/jee/ResourceAdapter;)V]
Connector.setVendorName ( String value ) : void
[run-time name: org/apache/openejb/jee/Connector.setVendorName:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, Connector10.class
package org.apache.openejb.jee
Connector10.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/Connector10.getDescription:()Ljava/lang/String;]
Connector10.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/Connector10.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
Connector10.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/Connector10.getDisplayName:()Ljava/lang/String;]
Connector10.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/Connector10.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
Connector10.getEisType ( ) : String
[run-time name: org/apache/openejb/jee/Connector10.getEisType:()Ljava/lang/String;]
Connector10.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/Connector10.getIcon:()Lorg/apache/openejb/jee/Icon;]
Connector10.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/Connector10.getIconMap:()Ljava/util/Map;]
Connector10.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/Connector10.getIcons:()Ljava/util/Collection;]
Connector10.getId ( ) : String
[run-time name: org/apache/openejb/jee/Connector10.getId:()Ljava/lang/String;]
Connector10.getLicense ( ) : License
[run-time name: org/apache/openejb/jee/Connector10.getLicense:()Lorg/apache/openejb/jee/License;]
Connector10.getSpecVersion ( ) : String
[run-time name: org/apache/openejb/jee/Connector10.getSpecVersion:()Ljava/lang/String;]
Connector10.getVendorName ( ) : String
[run-time name: org/apache/openejb/jee/Connector10.getVendorName:()Ljava/lang/String;]
Connector10.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/Connector10.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
Connector10.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/Connector10.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
Connector10.setEisType ( String value ) : void
[run-time name: org/apache/openejb/jee/Connector10.setEisType:(Ljava/lang/String;)V]
Connector10.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/Connector10.setId:(Ljava/lang/String;)V]
Connector10.setLicense ( License value ) : void
[run-time name: org/apache/openejb/jee/Connector10.setLicense:(Lorg/apache/openejb/jee/License;)V]
Connector10.setResourceAdapter ( ResourceAdapter10 value ) : void
[run-time name: org/apache/openejb/jee/Connector10.setResourceAdapter:(Lorg/apache/openejb/jee/ResourceAdapter10;)V]
Connector10.setSpecVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/Connector10.setSpecVersion:(Ljava/lang/String;)V]
Connector10.setVendorName ( String value ) : void
[run-time name: org/apache/openejb/jee/Connector10.setVendorName:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, ConstraintDefinitionType.class
package org.apache.openejb.jee.bval
ConstraintDefinitionType.ConstraintDefinitionType ( )
[run-time name: org/apache/openejb/jee/bval/ConstraintDefinitionType."<init>":()V]
ConstraintDefinitionType.getAnnotation ( ) : String
[run-time name: org/apache/openejb/jee/bval/ConstraintDefinitionType.getAnnotation:()Ljava/lang/String;]
ConstraintDefinitionType.getValidatedBy ( ) : ValidatedByType
[run-time name: org/apache/openejb/jee/bval/ConstraintDefinitionType.getValidatedBy:()Lorg/apache/openejb/jee/bval/ValidatedByType;]
ConstraintDefinitionType.setAnnotation ( String value ) : void
[run-time name: org/apache/openejb/jee/bval/ConstraintDefinitionType.setAnnotation:(Ljava/lang/String;)V]
ConstraintDefinitionType.setValidatedBy ( ValidatedByType value ) : void
[run-time name: org/apache/openejb/jee/bval/ConstraintDefinitionType.setValidatedBy:(Lorg/apache/openejb/jee/bval/ValidatedByType;)V]
openejb-jee-4.0.0.jar, ConstraintMappingsType.class
package org.apache.openejb.jee.bval
ConstraintMappingsType.ConstraintMappingsType ( )
[run-time name: org/apache/openejb/jee/bval/ConstraintMappingsType."<init>":()V]
ConstraintMappingsType.getBean ( ) : java.util.List
[run-time name: org/apache/openejb/jee/bval/ConstraintMappingsType.getBean:()Ljava/util/List;]
ConstraintMappingsType.getConstraintDefinition ( ) : java.util.List
[run-time name: org/apache/openejb/jee/bval/ConstraintMappingsType.getConstraintDefinition:()Ljava/util/List;]
ConstraintMappingsType.getDefaultPackage ( ) : String
[run-time name: org/apache/openejb/jee/bval/ConstraintMappingsType.getDefaultPackage:()Ljava/lang/String;]
ConstraintMappingsType.setDefaultPackage ( String value ) : void
[run-time name: org/apache/openejb/jee/bval/ConstraintMappingsType.setDefaultPackage:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, ConstraintType.class
package org.apache.openejb.jee.bval
ConstraintType.ConstraintType ( )
[run-time name: org/apache/openejb/jee/bval/ConstraintType."<init>":()V]
ConstraintType.getAnnotation ( ) : String
[run-time name: org/apache/openejb/jee/bval/ConstraintType.getAnnotation:()Ljava/lang/String;]
ConstraintType.getElement ( ) : java.util.List
[run-time name: org/apache/openejb/jee/bval/ConstraintType.getElement:()Ljava/util/List;]
ConstraintType.getGroups ( ) : GroupsType
[run-time name: org/apache/openejb/jee/bval/ConstraintType.getGroups:()Lorg/apache/openejb/jee/bval/GroupsType;]
ConstraintType.getMessage ( ) : String
[run-time name: org/apache/openejb/jee/bval/ConstraintType.getMessage:()Ljava/lang/String;]
ConstraintType.getPayload ( ) : PayloadType
[run-time name: org/apache/openejb/jee/bval/ConstraintType.getPayload:()Lorg/apache/openejb/jee/bval/PayloadType;]
ConstraintType.setAnnotation ( String value ) : void
[run-time name: org/apache/openejb/jee/bval/ConstraintType.setAnnotation:(Ljava/lang/String;)V]
ConstraintType.setGroups ( GroupsType value ) : void
[run-time name: org/apache/openejb/jee/bval/ConstraintType.setGroups:(Lorg/apache/openejb/jee/bval/GroupsType;)V]
ConstraintType.setMessage ( String value ) : void
[run-time name: org/apache/openejb/jee/bval/ConstraintType.setMessage:(Ljava/lang/String;)V]
ConstraintType.setPayload ( PayloadType value ) : void
[run-time name: org/apache/openejb/jee/bval/ConstraintType.setPayload:(Lorg/apache/openejb/jee/bval/PayloadType;)V]
openejb-jee-4.0.0.jar, ContainerConcurrency.class
package org.apache.openejb.jee
ContainerConcurrency.ContainerConcurrency ( ConcurrentLockType lock, Method method )
[run-time name: org/apache/openejb/jee/ContainerConcurrency."<init>":(Lorg/apache/openejb/jee/ConcurrentLockType;Lorg/apache/openejb/jee/Method;)V]
ContainerConcurrency.ContainerConcurrency ( ConcurrentLockType lock, String className, String ejbName, String methodName )
[run-time name: org/apache/openejb/jee/ContainerConcurrency."<init>":(Lorg/apache/openejb/jee/ConcurrentLockType;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ContainerConcurrency.ContainerConcurrency ( ConcurrentLockType lock, String ejbName, reflect.Method method )
[run-time name: org/apache/openejb/jee/ContainerConcurrency."<init>":(Lorg/apache/openejb/jee/ConcurrentLockType;Ljava/lang/String;Ljava/lang/reflect/Method;)V]
ContainerConcurrency.getAccessTimeout ( ) : Timeout
[run-time name: org/apache/openejb/jee/ContainerConcurrency.getAccessTimeout:()Lorg/apache/openejb/jee/Timeout;]
ContainerConcurrency.getAttribute ( ) : ConcurrentLockType
[run-time name: org/apache/openejb/jee/ContainerConcurrency.getAttribute:()Lorg/apache/openejb/jee/ConcurrentLockType;]
ContainerConcurrency.getLock ( ) : ConcurrentLockType
[run-time name: org/apache/openejb/jee/ContainerConcurrency.getLock:()Lorg/apache/openejb/jee/ConcurrentLockType;]
ContainerConcurrency.setAccessTimeout ( Timeout value ) : void
[run-time name: org/apache/openejb/jee/ContainerConcurrency.setAccessTimeout:(Lorg/apache/openejb/jee/Timeout;)V]
ContainerConcurrency.setLock ( ConcurrentLockType value ) : void
[run-time name: org/apache/openejb/jee/ContainerConcurrency.setLock:(Lorg/apache/openejb/jee/ConcurrentLockType;)V]
openejb-jee-4.0.0.jar, CookieConfig.class
package org.apache.openejb.jee
CookieConfig.CookieConfig ( )
[run-time name: org/apache/openejb/jee/CookieConfig."<init>":()V]
CookieConfig.getComment ( ) : String
[run-time name: org/apache/openejb/jee/CookieConfig.getComment:()Ljava/lang/String;]
CookieConfig.getDomain ( ) : String
[run-time name: org/apache/openejb/jee/CookieConfig.getDomain:()Ljava/lang/String;]
CookieConfig.getHttpOnly ( ) : Boolean
[run-time name: org/apache/openejb/jee/CookieConfig.getHttpOnly:()Ljava/lang/Boolean;]
CookieConfig.getId ( ) : String
[run-time name: org/apache/openejb/jee/CookieConfig.getId:()Ljava/lang/String;]
CookieConfig.getMaxAge ( ) : Integer
[run-time name: org/apache/openejb/jee/CookieConfig.getMaxAge:()Ljava/lang/Integer;]
CookieConfig.getName ( ) : String
[run-time name: org/apache/openejb/jee/CookieConfig.getName:()Ljava/lang/String;]
CookieConfig.getPath ( ) : String
[run-time name: org/apache/openejb/jee/CookieConfig.getPath:()Ljava/lang/String;]
CookieConfig.getSecure ( ) : Boolean
[run-time name: org/apache/openejb/jee/CookieConfig.getSecure:()Ljava/lang/Boolean;]
CookieConfig.setComment ( String value ) : void
[run-time name: org/apache/openejb/jee/CookieConfig.setComment:(Ljava/lang/String;)V]
CookieConfig.setDomain ( String value ) : void
[run-time name: org/apache/openejb/jee/CookieConfig.setDomain:(Ljava/lang/String;)V]
CookieConfig.setHttpOnly ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/CookieConfig.setHttpOnly:(Ljava/lang/Boolean;)V]
CookieConfig.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/CookieConfig.setId:(Ljava/lang/String;)V]
CookieConfig.setMaxAge ( Integer value ) : void
[run-time name: org/apache/openejb/jee/CookieConfig.setMaxAge:(Ljava/lang/Integer;)V]
CookieConfig.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/CookieConfig.setName:(Ljava/lang/String;)V]
CookieConfig.setPath ( String value ) : void
[run-time name: org/apache/openejb/jee/CookieConfig.setPath:(Ljava/lang/String;)V]
CookieConfig.setSecure ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/CookieConfig.setSecure:(Ljava/lang/Boolean;)V]
openejb-jee-4.0.0.jar, DataSource.class
package org.apache.openejb.jee
DataSource.className ( String className ) : DataSource
[run-time name: org/apache/openejb/jee/DataSource.className:(Ljava/lang/String;)Lorg/apache/openejb/jee/DataSource;]
DataSource.databaseName ( String databaseName ) : DataSource
[run-time name: org/apache/openejb/jee/DataSource.databaseName:(Ljava/lang/String;)Lorg/apache/openejb/jee/DataSource;]
DataSource.DataSource ( )
[run-time name: org/apache/openejb/jee/DataSource."<init>":()V]
DataSource.DataSource ( String name, String className )
[run-time name: org/apache/openejb/jee/DataSource."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
DataSource.getClassName ( ) : String
[run-time name: org/apache/openejb/jee/DataSource.getClassName:()Ljava/lang/String;]
DataSource.getDatabaseName ( ) : String
[run-time name: org/apache/openejb/jee/DataSource.getDatabaseName:()Ljava/lang/String;]
DataSource.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/DataSource.getDescription:()Ljava/lang/String;]
DataSource.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/DataSource.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
DataSource.getId ( ) : String
[run-time name: org/apache/openejb/jee/DataSource.getId:()Ljava/lang/String;]
DataSource.getInitialPoolSize ( ) : Integer
[run-time name: org/apache/openejb/jee/DataSource.getInitialPoolSize:()Ljava/lang/Integer;]
DataSource.getIsolationLevel ( ) : IsolationLevel
[run-time name: org/apache/openejb/jee/DataSource.getIsolationLevel:()Lorg/apache/openejb/jee/IsolationLevel;]
DataSource.getKey ( ) : Object
[run-time name: org/apache/openejb/jee/DataSource.getKey:()Ljava/lang/Object;]
DataSource.getKey ( ) : String
[run-time name: org/apache/openejb/jee/DataSource.getKey:()Ljava/lang/String;]
DataSource.getLoginTimeout ( ) : Integer
[run-time name: org/apache/openejb/jee/DataSource.getLoginTimeout:()Ljava/lang/Integer;]
DataSource.getMaxIdleTime ( ) : Integer
[run-time name: org/apache/openejb/jee/DataSource.getMaxIdleTime:()Ljava/lang/Integer;]
DataSource.getMaxPoolSize ( ) : Integer
[run-time name: org/apache/openejb/jee/DataSource.getMaxPoolSize:()Ljava/lang/Integer;]
DataSource.getMaxStatements ( ) : Integer
[run-time name: org/apache/openejb/jee/DataSource.getMaxStatements:()Ljava/lang/Integer;]
DataSource.getMinPoolSize ( ) : Integer
[run-time name: org/apache/openejb/jee/DataSource.getMinPoolSize:()Ljava/lang/Integer;]
DataSource.getName ( ) : String
[run-time name: org/apache/openejb/jee/DataSource.getName:()Ljava/lang/String;]
DataSource.getPassword ( ) : String
[run-time name: org/apache/openejb/jee/DataSource.getPassword:()Ljava/lang/String;]
DataSource.getPortNumber ( ) : Integer
[run-time name: org/apache/openejb/jee/DataSource.getPortNumber:()Ljava/lang/Integer;]
DataSource.getProperty ( ) : java.util.List
[run-time name: org/apache/openejb/jee/DataSource.getProperty:()Ljava/util/List;]
DataSource.getServerName ( ) : String
[run-time name: org/apache/openejb/jee/DataSource.getServerName:()Ljava/lang/String;]
DataSource.getTransactional ( ) : Boolean
[run-time name: org/apache/openejb/jee/DataSource.getTransactional:()Ljava/lang/Boolean;]
DataSource.getUrl ( ) : String
[run-time name: org/apache/openejb/jee/DataSource.getUrl:()Ljava/lang/String;]
DataSource.getUser ( ) : String
[run-time name: org/apache/openejb/jee/DataSource.getUser:()Ljava/lang/String;]
DataSource.initialPoolSize ( Integer initialPoolSize ) : DataSource
[run-time name: org/apache/openejb/jee/DataSource.initialPoolSize:(Ljava/lang/Integer;)Lorg/apache/openejb/jee/DataSource;]
DataSource.isolationLevel ( IsolationLevel isolationLevel ) : DataSource
[run-time name: org/apache/openejb/jee/DataSource.isolationLevel:(Lorg/apache/openejb/jee/IsolationLevel;)Lorg/apache/openejb/jee/DataSource;]
DataSource.loginTimeout ( Integer loginTimeout ) : DataSource
[run-time name: org/apache/openejb/jee/DataSource.loginTimeout:(Ljava/lang/Integer;)Lorg/apache/openejb/jee/DataSource;]
DataSource.maxIdleTime ( Integer maxIdleTime ) : DataSource
[run-time name: org/apache/openejb/jee/DataSource.maxIdleTime:(Ljava/lang/Integer;)Lorg/apache/openejb/jee/DataSource;]
DataSource.maxPoolSize ( Integer maxPoolSize ) : DataSource
[run-time name: org/apache/openejb/jee/DataSource.maxPoolSize:(Ljava/lang/Integer;)Lorg/apache/openejb/jee/DataSource;]
DataSource.maxStatements ( Integer maxStatements ) : DataSource
[run-time name: org/apache/openejb/jee/DataSource.maxStatements:(Ljava/lang/Integer;)Lorg/apache/openejb/jee/DataSource;]
DataSource.minPoolSize ( Integer minPoolSize ) : DataSource
[run-time name: org/apache/openejb/jee/DataSource.minPoolSize:(Ljava/lang/Integer;)Lorg/apache/openejb/jee/DataSource;]
DataSource.name ( String name ) : DataSource
[run-time name: org/apache/openejb/jee/DataSource.name:(Ljava/lang/String;)Lorg/apache/openejb/jee/DataSource;]
DataSource.password ( String password ) : DataSource
[run-time name: org/apache/openejb/jee/DataSource.password:(Ljava/lang/String;)Lorg/apache/openejb/jee/DataSource;]
DataSource.portNumber ( Integer portNumber ) : DataSource
[run-time name: org/apache/openejb/jee/DataSource.portNumber:(Ljava/lang/Integer;)Lorg/apache/openejb/jee/DataSource;]
DataSource.property ( String name, String value ) : DataSource
[run-time name: org/apache/openejb/jee/DataSource.property:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/openejb/jee/DataSource;]
DataSource.serverName ( String serverName ) : DataSource
[run-time name: org/apache/openejb/jee/DataSource.serverName:(Ljava/lang/String;)Lorg/apache/openejb/jee/DataSource;]
DataSource.setClassName ( String value ) : void
[run-time name: org/apache/openejb/jee/DataSource.setClassName:(Ljava/lang/String;)V]
DataSource.setDatabaseName ( String value ) : void
[run-time name: org/apache/openejb/jee/DataSource.setDatabaseName:(Ljava/lang/String;)V]
DataSource.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/DataSource.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
DataSource.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/DataSource.setId:(Ljava/lang/String;)V]
DataSource.setInitialPoolSize ( Integer value ) : void
[run-time name: org/apache/openejb/jee/DataSource.setInitialPoolSize:(Ljava/lang/Integer;)V]
DataSource.setIsolationLevel ( IsolationLevel value ) : void
[run-time name: org/apache/openejb/jee/DataSource.setIsolationLevel:(Lorg/apache/openejb/jee/IsolationLevel;)V]
DataSource.setLoginTimeout ( Integer value ) : void
[run-time name: org/apache/openejb/jee/DataSource.setLoginTimeout:(Ljava/lang/Integer;)V]
DataSource.setMaxIdleTime ( Integer value ) : void
[run-time name: org/apache/openejb/jee/DataSource.setMaxIdleTime:(Ljava/lang/Integer;)V]
DataSource.setMaxPoolSize ( Integer value ) : void
[run-time name: org/apache/openejb/jee/DataSource.setMaxPoolSize:(Ljava/lang/Integer;)V]
DataSource.setMaxStatements ( Integer value ) : void
[run-time name: org/apache/openejb/jee/DataSource.setMaxStatements:(Ljava/lang/Integer;)V]
DataSource.setMinPoolSize ( Integer value ) : void
[run-time name: org/apache/openejb/jee/DataSource.setMinPoolSize:(Ljava/lang/Integer;)V]
DataSource.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/DataSource.setName:(Ljava/lang/String;)V]
DataSource.setPassword ( String value ) : void
[run-time name: org/apache/openejb/jee/DataSource.setPassword:(Ljava/lang/String;)V]
DataSource.setPortNumber ( Integer value ) : void
[run-time name: org/apache/openejb/jee/DataSource.setPortNumber:(Ljava/lang/Integer;)V]
DataSource.setServerName ( String value ) : void
[run-time name: org/apache/openejb/jee/DataSource.setServerName:(Ljava/lang/String;)V]
DataSource.setTransactional ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/DataSource.setTransactional:(Ljava/lang/Boolean;)V]
DataSource.setUrl ( String value ) : void
[run-time name: org/apache/openejb/jee/DataSource.setUrl:(Ljava/lang/String;)V]
DataSource.setUser ( String value ) : void
[run-time name: org/apache/openejb/jee/DataSource.setUser:(Ljava/lang/String;)V]
DataSource.transactional ( Boolean transactional ) : DataSource
[run-time name: org/apache/openejb/jee/DataSource.transactional:(Ljava/lang/Boolean;)Lorg/apache/openejb/jee/DataSource;]
DataSource.url ( String url ) : DataSource
[run-time name: org/apache/openejb/jee/DataSource.url:(Ljava/lang/String;)Lorg/apache/openejb/jee/DataSource;]
DataSource.user ( String user ) : DataSource
[run-time name: org/apache/openejb/jee/DataSource.user:(Ljava/lang/String;)Lorg/apache/openejb/jee/DataSource;]
openejb-jee-4.0.0.jar, DependsOn.class
package org.apache.openejb.jee
DependsOn.DependsOn ( )
[run-time name: org/apache/openejb/jee/DependsOn."<init>":()V]
DependsOn.getEjbName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/DependsOn.getEjbName:()Ljava/util/List;]
DependsOn.getId ( ) : String
[run-time name: org/apache/openejb/jee/DependsOn.getId:()Ljava/lang/String;]
DependsOn.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/DependsOn.setId:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, Dispatcher.class
package org.apache.openejb.jee
Dispatcher.fromValue ( String v ) [static] : Dispatcher
[run-time name: org/apache/openejb/jee/Dispatcher.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/Dispatcher;]
Dispatcher.value ( ) : String
[run-time name: org/apache/openejb/jee/Dispatcher.value:()Ljava/lang/String;]
Dispatcher.valueOf ( String name ) [static] : Dispatcher
[run-time name: org/apache/openejb/jee/Dispatcher.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/Dispatcher;]
Dispatcher.values ( ) [static] : Dispatcher[ ]
[run-time name: org/apache/openejb/jee/Dispatcher.values:()[Lorg/apache/openejb/jee/Dispatcher;]
openejb-jee-4.0.0.jar, EjbJar.class
package org.apache.openejb.jee
EjbJar.getModuleName ( ) : String
[run-time name: org/apache/openejb/jee/EjbJar.getModuleName:()Ljava/lang/String;]
EjbJar.removeEnterpriseBean ( EnterpriseBean bean ) : EnterpriseBean
[run-time name: org/apache/openejb/jee/EjbJar.removeEnterpriseBean:(Lorg/apache/openejb/jee/EnterpriseBean;)Lorg/apache/openejb/jee/EnterpriseBean;]
EjbJar.setModuleName ( String moduleName ) : void
[run-time name: org/apache/openejb/jee/EjbJar.setModuleName:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, EjbLocalRef.class
package org.apache.openejb.jee
EjbLocalRef.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/EjbLocalRef.getDescription:()Ljava/lang/String;]
EjbLocalRef.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/EjbLocalRef.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
EjbLocalRef.getInjectionTarget ( ) : java.util.Set
[run-time name: org/apache/openejb/jee/EjbLocalRef.getInjectionTarget:()Ljava/util/Set;]
EjbLocalRef.getLookupName ( ) : String
[run-time name: org/apache/openejb/jee/EjbLocalRef.getLookupName:()Ljava/lang/String;]
EjbLocalRef.injectionTarget ( Class clazz, String property ) : EjbLocalRef
[run-time name: org/apache/openejb/jee/EjbLocalRef.injectionTarget:(Ljava/lang/Class;Ljava/lang/String;)Lorg/apache/openejb/jee/EjbLocalRef;]
EjbLocalRef.injectionTarget ( String className, String property ) : EjbLocalRef
[run-time name: org/apache/openejb/jee/EjbLocalRef.injectionTarget:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/openejb/jee/EjbLocalRef;]
EjbLocalRef.link ( String link ) : EjbLocalRef
[run-time name: org/apache/openejb/jee/EjbLocalRef.link:(Ljava/lang/String;)Lorg/apache/openejb/jee/EjbLocalRef;]
EjbLocalRef.local ( Class local ) : EjbLocalRef
[run-time name: org/apache/openejb/jee/EjbLocalRef.local:(Ljava/lang/Class;)Lorg/apache/openejb/jee/EjbLocalRef;]
EjbLocalRef.local ( String local ) : EjbLocalRef
[run-time name: org/apache/openejb/jee/EjbLocalRef.local:(Ljava/lang/String;)Lorg/apache/openejb/jee/EjbLocalRef;]
EjbLocalRef.localHome ( Class localHome ) : EjbLocalRef
[run-time name: org/apache/openejb/jee/EjbLocalRef.localHome:(Ljava/lang/Class;)Lorg/apache/openejb/jee/EjbLocalRef;]
EjbLocalRef.localHome ( String localHome ) : EjbLocalRef
[run-time name: org/apache/openejb/jee/EjbLocalRef.localHome:(Ljava/lang/String;)Lorg/apache/openejb/jee/EjbLocalRef;]
EjbLocalRef.lookup ( String lookupName ) : EjbLocalRef
[run-time name: org/apache/openejb/jee/EjbLocalRef.lookup:(Ljava/lang/String;)Lorg/apache/openejb/jee/EjbLocalRef;]
EjbLocalRef.mappedName ( String mappedName ) : EjbLocalRef
[run-time name: org/apache/openejb/jee/EjbLocalRef.mappedName:(Ljava/lang/String;)Lorg/apache/openejb/jee/EjbLocalRef;]
EjbLocalRef.name ( String ejbRefName ) : EjbLocalRef
[run-time name: org/apache/openejb/jee/EjbLocalRef.name:(Ljava/lang/String;)Lorg/apache/openejb/jee/EjbLocalRef;]
EjbLocalRef.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/EjbLocalRef.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
EjbLocalRef.setLookupName ( String lookupName ) : void
[run-time name: org/apache/openejb/jee/EjbLocalRef.setLookupName:(Ljava/lang/String;)V]
EjbLocalRef.toString ( ) : String
[run-time name: org/apache/openejb/jee/EjbLocalRef.toString:()Ljava/lang/String;]
EjbLocalRef.type ( EjbRefType ejbRefType ) : EjbLocalRef
[run-time name: org/apache/openejb/jee/EjbLocalRef.type:(Lorg/apache/openejb/jee/EjbRefType;)Lorg/apache/openejb/jee/EjbLocalRef;]
openejb-jee-4.0.0.jar, EjbRef.class
package org.apache.openejb.jee
EjbRef.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/EjbRef.getDescription:()Ljava/lang/String;]
EjbRef.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/EjbRef.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
EjbRef.getInjectionTarget ( ) : java.util.Set
[run-time name: org/apache/openejb/jee/EjbRef.getInjectionTarget:()Ljava/util/Set;]
EjbRef.getLookupName ( ) : String
[run-time name: org/apache/openejb/jee/EjbRef.getLookupName:()Ljava/lang/String;]
EjbRef.home ( Class home ) : EjbRef
[run-time name: org/apache/openejb/jee/EjbRef.home:(Ljava/lang/Class;)Lorg/apache/openejb/jee/EjbRef;]
EjbRef.home ( String home ) : EjbRef
[run-time name: org/apache/openejb/jee/EjbRef.home:(Ljava/lang/String;)Lorg/apache/openejb/jee/EjbRef;]
EjbRef.injectionTarget ( Class clazz, String property ) : EjbRef
[run-time name: org/apache/openejb/jee/EjbRef.injectionTarget:(Ljava/lang/Class;Ljava/lang/String;)Lorg/apache/openejb/jee/EjbRef;]
EjbRef.injectionTarget ( String className, String property ) : EjbRef
[run-time name: org/apache/openejb/jee/EjbRef.injectionTarget:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/openejb/jee/EjbRef;]
EjbRef.link ( String link ) : EjbRef
[run-time name: org/apache/openejb/jee/EjbRef.link:(Ljava/lang/String;)Lorg/apache/openejb/jee/EjbRef;]
EjbRef.lookup ( String lookupName ) : EjbRef
[run-time name: org/apache/openejb/jee/EjbRef.lookup:(Ljava/lang/String;)Lorg/apache/openejb/jee/EjbRef;]
EjbRef.mappedName ( String mappedName ) : EjbRef
[run-time name: org/apache/openejb/jee/EjbRef.mappedName:(Ljava/lang/String;)Lorg/apache/openejb/jee/EjbRef;]
EjbRef.name ( String ejbRefName ) : EjbRef
[run-time name: org/apache/openejb/jee/EjbRef.name:(Ljava/lang/String;)Lorg/apache/openejb/jee/EjbRef;]
EjbRef.remote ( Class remote ) : EjbRef
[run-time name: org/apache/openejb/jee/EjbRef.remote:(Ljava/lang/Class;)Lorg/apache/openejb/jee/EjbRef;]
EjbRef.remote ( String remote ) : EjbRef
[run-time name: org/apache/openejb/jee/EjbRef.remote:(Ljava/lang/String;)Lorg/apache/openejb/jee/EjbRef;]
EjbRef.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/EjbRef.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
EjbRef.setLookupName ( String lookupName ) : void
[run-time name: org/apache/openejb/jee/EjbRef.setLookupName:(Ljava/lang/String;)V]
EjbRef.toString ( ) : String
[run-time name: org/apache/openejb/jee/EjbRef.toString:()Ljava/lang/String;]
EjbRef.type ( EjbRefType ejbRefType ) : EjbRef
[run-time name: org/apache/openejb/jee/EjbRef.type:(Lorg/apache/openejb/jee/EjbRefType;)Lorg/apache/openejb/jee/EjbRef;]
openejb-jee-4.0.0.jar, EjbReference.class
package org.apache.openejb.jee
EjbReference.getDescriptions ( ) [abstract] : Text[ ]
[run-time name: org/apache/openejb/jee/EjbReference.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
openejb-jee-4.0.0.jar, EjbRelation.class
package org.apache.openejb.jee
EjbRelation.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/EjbRelation.getDescription:()Ljava/lang/String;]
EjbRelation.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/EjbRelation.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
EjbRelation.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/EjbRelation.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, EjbRelationshipRole.class
package org.apache.openejb.jee
EjbRelationshipRole.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/EjbRelationshipRole.getDescription:()Ljava/lang/String;]
EjbRelationshipRole.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/EjbRelationshipRole.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
EjbRelationshipRole.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/EjbRelationshipRole.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, ElementCollection.class
package org.apache.openejb.jee.jpa
ElementCollection.ElementCollection ( )
[run-time name: org/apache/openejb/jee/jpa/ElementCollection."<init>":()V]
ElementCollection.getAccess ( ) : AccessType
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.getAccess:()Lorg/apache/openejb/jee/jpa/AccessType;]
ElementCollection.getAssociationOverride ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.getAssociationOverride:()Ljava/util/List;]
ElementCollection.getAttributeOverride ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.getAttributeOverride:()Ljava/util/List;]
ElementCollection.getCollectionTable ( ) : CollectionTable
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.getCollectionTable:()Lorg/apache/openejb/jee/jpa/CollectionTable;]
ElementCollection.getColumn ( ) : Column
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.getColumn:()Lorg/apache/openejb/jee/jpa/Column;]
ElementCollection.getEnumerated ( ) : EnumType
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.getEnumerated:()Lorg/apache/openejb/jee/jpa/EnumType;]
ElementCollection.getFetch ( ) : FetchType
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.getFetch:()Lorg/apache/openejb/jee/jpa/FetchType;]
ElementCollection.getLob ( ) : Lob
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.getLob:()Lorg/apache/openejb/jee/jpa/Lob;]
ElementCollection.getMapKey ( ) : MapKey
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.getMapKey:()Lorg/apache/openejb/jee/jpa/MapKey;]
ElementCollection.getMapKeyAttributeOverride ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.getMapKeyAttributeOverride:()Ljava/util/List;]
ElementCollection.getMapKeyClass ( ) : MapKeyClass
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.getMapKeyClass:()Lorg/apache/openejb/jee/jpa/MapKeyClass;]
ElementCollection.getMapKeyColumn ( ) : MapKeyColumn
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.getMapKeyColumn:()Lorg/apache/openejb/jee/jpa/MapKeyColumn;]
ElementCollection.getMapKeyEnumerated ( ) : EnumType
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.getMapKeyEnumerated:()Lorg/apache/openejb/jee/jpa/EnumType;]
ElementCollection.getMapKeyJoinColumn ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.getMapKeyJoinColumn:()Ljava/util/List;]
ElementCollection.getMapKeyTemporal ( ) : TemporalType
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.getMapKeyTemporal:()Lorg/apache/openejb/jee/jpa/TemporalType;]
ElementCollection.getName ( ) : String
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.getName:()Ljava/lang/String;]
ElementCollection.getOrderBy ( ) : String
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.getOrderBy:()Ljava/lang/String;]
ElementCollection.getOrderColumn ( ) : OrderColumn
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.getOrderColumn:()Lorg/apache/openejb/jee/jpa/OrderColumn;]
ElementCollection.getTargetClass ( ) : String
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.getTargetClass:()Ljava/lang/String;]
ElementCollection.getTemporal ( ) : TemporalType
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.getTemporal:()Lorg/apache/openejb/jee/jpa/TemporalType;]
ElementCollection.setAccess ( AccessType value ) : void
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.setAccess:(Lorg/apache/openejb/jee/jpa/AccessType;)V]
ElementCollection.setCollectionTable ( CollectionTable value ) : void
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.setCollectionTable:(Lorg/apache/openejb/jee/jpa/CollectionTable;)V]
ElementCollection.setColumn ( Column value ) : void
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.setColumn:(Lorg/apache/openejb/jee/jpa/Column;)V]
ElementCollection.setEnumerated ( EnumType value ) : void
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.setEnumerated:(Lorg/apache/openejb/jee/jpa/EnumType;)V]
ElementCollection.setFetch ( FetchType value ) : void
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.setFetch:(Lorg/apache/openejb/jee/jpa/FetchType;)V]
ElementCollection.setLob ( Lob value ) : void
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.setLob:(Lorg/apache/openejb/jee/jpa/Lob;)V]
ElementCollection.setMapKey ( MapKey value ) : void
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.setMapKey:(Lorg/apache/openejb/jee/jpa/MapKey;)V]
ElementCollection.setMapKeyClass ( MapKeyClass value ) : void
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.setMapKeyClass:(Lorg/apache/openejb/jee/jpa/MapKeyClass;)V]
ElementCollection.setMapKeyColumn ( MapKeyColumn value ) : void
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.setMapKeyColumn:(Lorg/apache/openejb/jee/jpa/MapKeyColumn;)V]
ElementCollection.setMapKeyEnumerated ( EnumType value ) : void
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.setMapKeyEnumerated:(Lorg/apache/openejb/jee/jpa/EnumType;)V]
ElementCollection.setMapKeyTemporal ( TemporalType value ) : void
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.setMapKeyTemporal:(Lorg/apache/openejb/jee/jpa/TemporalType;)V]
ElementCollection.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.setName:(Ljava/lang/String;)V]
ElementCollection.setOrderBy ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.setOrderBy:(Ljava/lang/String;)V]
ElementCollection.setOrderColumn ( OrderColumn value ) : void
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.setOrderColumn:(Lorg/apache/openejb/jee/jpa/OrderColumn;)V]
ElementCollection.setTargetClass ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.setTargetClass:(Ljava/lang/String;)V]
ElementCollection.setTemporal ( TemporalType value ) : void
[run-time name: org/apache/openejb/jee/jpa/ElementCollection.setTemporal:(Lorg/apache/openejb/jee/jpa/TemporalType;)V]
openejb-jee-4.0.0.jar, ElementType.class
package org.apache.openejb.jee.bval
ElementType.ElementType ( )
[run-time name: org/apache/openejb/jee/bval/ElementType."<init>":()V]
ElementType.getContent ( ) : java.util.List
[run-time name: org/apache/openejb/jee/bval/ElementType.getContent:()Ljava/util/List;]
ElementType.getName ( ) : String
[run-time name: org/apache/openejb/jee/bval/ElementType.getName:()Ljava/lang/String;]
ElementType.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/bval/ElementType.setName:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, EmbeddableAttributes.class
package org.apache.openejb.jee.jpa
EmbeddableAttributes.getElementCollection ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/EmbeddableAttributes.getElementCollection:()Ljava/util/List;]
EmbeddableAttributes.getEmbedded ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/EmbeddableAttributes.getEmbedded:()Ljava/util/List;]
EmbeddableAttributes.getManyToMany ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/EmbeddableAttributes.getManyToMany:()Ljava/util/List;]
EmbeddableAttributes.getManyToOne ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/EmbeddableAttributes.getManyToOne:()Ljava/util/List;]
EmbeddableAttributes.getOneToMany ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/EmbeddableAttributes.getOneToMany:()Ljava/util/List;]
EmbeddableAttributes.getOneToOne ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/EmbeddableAttributes.getOneToOne:()Ljava/util/List;]
openejb-jee-4.0.0.jar, Embedded.class
package org.apache.openejb.jee.jpa
Embedded.getAccess ( ) : AccessType
[run-time name: org/apache/openejb/jee/jpa/Embedded.getAccess:()Lorg/apache/openejb/jee/jpa/AccessType;]
Embedded.getAssociationOverride ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/Embedded.getAssociationOverride:()Ljava/util/List;]
Embedded.setAccess ( AccessType value ) : void
[run-time name: org/apache/openejb/jee/jpa/Embedded.setAccess:(Lorg/apache/openejb/jee/jpa/AccessType;)V]
openejb-jee-4.0.0.jar, EmbeddedId.class
package org.apache.openejb.jee.jpa
EmbeddedId.getAccess ( ) : AccessType
[run-time name: org/apache/openejb/jee/jpa/EmbeddedId.getAccess:()Lorg/apache/openejb/jee/jpa/AccessType;]
EmbeddedId.setAccess ( AccessType value ) : void
[run-time name: org/apache/openejb/jee/jpa/EmbeddedId.setAccess:(Lorg/apache/openejb/jee/jpa/AccessType;)V]
openejb-jee-4.0.0.jar, Empty.class
package org.apache.openejb.jee
Empty.Empty ( )
[run-time name: org/apache/openejb/jee/Empty."<init>":()V]
Empty.getId ( ) : String
[run-time name: org/apache/openejb/jee/Empty.getId:()Ljava/lang/String;]
Empty.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/Empty.setId:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, Entity.class
package org.apache.openejb.jee.jpa
Entity.isCacheable ( ) : Boolean
[run-time name: org/apache/openejb/jee/jpa/Entity.isCacheable:()Ljava/lang/Boolean;]
Entity.setCacheable ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/jpa/Entity.setCacheable:(Ljava/lang/Boolean;)V]
openejb-jee-4.0.0.jar, EntityBean.class
package org.apache.openejb.jee
EntityBean.EntityBean ( Class ejbClass, PersistenceType persistenceType )
[run-time name: org/apache/openejb/jee/EntityBean."<init>":(Ljava/lang/Class;Lorg/apache/openejb/jee/PersistenceType;)V]
EntityBean.EntityBean ( String ejbName, String ejbClass, PersistenceType persistenceType )
[run-time name: org/apache/openejb/jee/EntityBean."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/apache/openejb/jee/PersistenceType;)V]
EntityBean.getDataSource ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/EntityBean.getDataSource:()Ljava/util/Collection;]
EntityBean.getDataSourceMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/EntityBean.getDataSourceMap:()Ljava/util/Map;]
openejb-jee-4.0.0.jar, EntityListener.class
package org.apache.openejb.jee.jpa
EntityListener.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/jpa/EntityListener.getDescription:()Ljava/lang/String;]
EntityListener.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/EntityListener.setDescription:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, EnvEntry.class
package org.apache.openejb.jee
EnvEntry.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/EnvEntry.getDescription:()Ljava/lang/String;]
EnvEntry.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/EnvEntry.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
EnvEntry.getInjectionTarget ( ) : java.util.Set
[run-time name: org/apache/openejb/jee/EnvEntry.getInjectionTarget:()Ljava/util/Set;]
EnvEntry.getLookupName ( ) : String
[run-time name: org/apache/openejb/jee/EnvEntry.getLookupName:()Ljava/lang/String;]
EnvEntry.injectionTarget ( Class clazz, String property ) : EnvEntry
[run-time name: org/apache/openejb/jee/EnvEntry.injectionTarget:(Ljava/lang/Class;Ljava/lang/String;)Lorg/apache/openejb/jee/EnvEntry;]
EnvEntry.injectionTarget ( String className, String property ) : EnvEntry
[run-time name: org/apache/openejb/jee/EnvEntry.injectionTarget:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/openejb/jee/EnvEntry;]
EnvEntry.lookup ( String lookupName ) : EnvEntry
[run-time name: org/apache/openejb/jee/EnvEntry.lookup:(Ljava/lang/String;)Lorg/apache/openejb/jee/EnvEntry;]
EnvEntry.mappedName ( String mappedName ) : EnvEntry
[run-time name: org/apache/openejb/jee/EnvEntry.mappedName:(Ljava/lang/String;)Lorg/apache/openejb/jee/EnvEntry;]
EnvEntry.name ( String envEntryName ) : EnvEntry
[run-time name: org/apache/openejb/jee/EnvEntry.name:(Ljava/lang/String;)Lorg/apache/openejb/jee/EnvEntry;]
EnvEntry.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/EnvEntry.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
EnvEntry.setLookupName ( String lookupName ) : void
[run-time name: org/apache/openejb/jee/EnvEntry.setLookupName:(Ljava/lang/String;)V]
EnvEntry.toString ( ) : String
[run-time name: org/apache/openejb/jee/EnvEntry.toString:()Ljava/lang/String;]
EnvEntry.type ( Class envEntryType ) : EnvEntry
[run-time name: org/apache/openejb/jee/EnvEntry.type:(Ljava/lang/Class;)Lorg/apache/openejb/jee/EnvEntry;]
EnvEntry.type ( String envEntryType ) : EnvEntry
[run-time name: org/apache/openejb/jee/EnvEntry.type:(Ljava/lang/String;)Lorg/apache/openejb/jee/EnvEntry;]
EnvEntry.value ( String envEntryValue ) : EnvEntry
[run-time name: org/apache/openejb/jee/EnvEntry.value:(Ljava/lang/String;)Lorg/apache/openejb/jee/EnvEntry;]
openejb-jee-4.0.0.jar, EnvironmentType.class
package org.apache.openejb.jee.oejb2
EnvironmentType.getBundleActivator ( ) : String
[run-time name: org/apache/openejb/jee/oejb2/EnvironmentType.getBundleActivator:()Ljava/lang/String;]
EnvironmentType.getBundleClassPath ( ) : java.util.List
[run-time name: org/apache/openejb/jee/oejb2/EnvironmentType.getBundleClassPath:()Ljava/util/List;]
EnvironmentType.getDynamicImportPackage ( ) : java.util.List
[run-time name: org/apache/openejb/jee/oejb2/EnvironmentType.getDynamicImportPackage:()Ljava/util/List;]
EnvironmentType.getExportPackage ( ) : java.util.List
[run-time name: org/apache/openejb/jee/oejb2/EnvironmentType.getExportPackage:()Ljava/util/List;]
EnvironmentType.getImportPackage ( ) : java.util.List
[run-time name: org/apache/openejb/jee/oejb2/EnvironmentType.getImportPackage:()Ljava/util/List;]
EnvironmentType.getRequireBundle ( ) : java.util.List
[run-time name: org/apache/openejb/jee/oejb2/EnvironmentType.getRequireBundle:()Ljava/util/List;]
EnvironmentType.setBundleActivator ( String value ) : void
[run-time name: org/apache/openejb/jee/oejb2/EnvironmentType.setBundleActivator:(Ljava/lang/String;)V]
EnvironmentType.setPrivateClasses ( ClassFilterType value ) : void
[run-time name: org/apache/openejb/jee/oejb2/EnvironmentType.setPrivateClasses:(Lorg/apache/openejb/jee/oejb2/ClassFilterType;)V]
openejb-jee-4.0.0.jar, ExcludeList.class
package org.apache.openejb.jee
ExcludeList.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/ExcludeList.getDescription:()Ljava/lang/String;]
ExcludeList.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/ExcludeList.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
ExcludeList.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/ExcludeList.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, FacesAbsoluteOrdering.class
package org.apache.openejb.jee
FacesAbsoluteOrdering.FacesAbsoluteOrdering ( )
[run-time name: org/apache/openejb/jee/FacesAbsoluteOrdering."<init>":()V]
FacesAbsoluteOrdering.getNameOrOthers ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesAbsoluteOrdering.getNameOrOthers:()Ljava/util/List;]
openejb-jee-4.0.0.jar, FacesApplication.class
package org.apache.openejb.jee
FacesApplication.getDefaultValidators ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesApplication.getDefaultValidators:()Ljava/util/List;]
FacesApplication.getResourceHandler ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesApplication.getResourceHandler:()Ljava/util/List;]
FacesApplication.getSystemEventListener ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesApplication.getSystemEventListener:()Ljava/util/List;]
openejb-jee-4.0.0.jar, FacesApplicationResourceBundle.class
package org.apache.openejb.jee
FacesApplicationResourceBundle.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/FacesApplicationResourceBundle.getDescription:()Ljava/lang/String;]
FacesApplicationResourceBundle.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesApplicationResourceBundle.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
FacesApplicationResourceBundle.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/FacesApplicationResourceBundle.getDisplayName:()Ljava/lang/String;]
FacesApplicationResourceBundle.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesApplicationResourceBundle.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
FacesApplicationResourceBundle.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/FacesApplicationResourceBundle.getIcon:()Lorg/apache/openejb/jee/Icon;]
FacesApplicationResourceBundle.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/FacesApplicationResourceBundle.getIconMap:()Ljava/util/Map;]
FacesApplicationResourceBundle.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/FacesApplicationResourceBundle.getIcons:()Ljava/util/Collection;]
FacesApplicationResourceBundle.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesApplicationResourceBundle.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
FacesApplicationResourceBundle.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesApplicationResourceBundle.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, FacesAttribute.class
package org.apache.openejb.jee
FacesAttribute.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/FacesAttribute.getDescription:()Ljava/lang/String;]
FacesAttribute.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesAttribute.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
FacesAttribute.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/FacesAttribute.getDisplayName:()Ljava/lang/String;]
FacesAttribute.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesAttribute.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
FacesAttribute.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/FacesAttribute.getIcon:()Lorg/apache/openejb/jee/Icon;]
FacesAttribute.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/FacesAttribute.getIconMap:()Ljava/util/Map;]
FacesAttribute.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/FacesAttribute.getIcons:()Ljava/util/Collection;]
FacesAttribute.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesAttribute.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
FacesAttribute.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesAttribute.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, FacesBehavior.class
package org.apache.openejb.jee
FacesBehavior.FacesBehavior ( )
[run-time name: org/apache/openejb/jee/FacesBehavior."<init>":()V]
FacesBehavior.getAttribute ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesBehavior.getAttribute:()Ljava/util/List;]
FacesBehavior.getBehaviorClass ( ) : String
[run-time name: org/apache/openejb/jee/FacesBehavior.getBehaviorClass:()Ljava/lang/String;]
FacesBehavior.getBehaviorExtension ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesBehavior.getBehaviorExtension:()Ljava/util/List;]
FacesBehavior.getBehaviorId ( ) : String
[run-time name: org/apache/openejb/jee/FacesBehavior.getBehaviorId:()Ljava/lang/String;]
FacesBehavior.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/FacesBehavior.getDescription:()Ljava/lang/String;]
FacesBehavior.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesBehavior.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
FacesBehavior.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/FacesBehavior.getDisplayName:()Ljava/lang/String;]
FacesBehavior.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesBehavior.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
FacesBehavior.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/FacesBehavior.getIcon:()Lorg/apache/openejb/jee/Icon;]
FacesBehavior.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/FacesBehavior.getIconMap:()Ljava/util/Map;]
FacesBehavior.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/FacesBehavior.getIcons:()Ljava/util/Collection;]
FacesBehavior.getProperty ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesBehavior.getProperty:()Ljava/util/List;]
FacesBehavior.setBehaviorClass ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesBehavior.setBehaviorClass:(Ljava/lang/String;)V]
FacesBehavior.setBehaviorId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesBehavior.setBehaviorId:(Ljava/lang/String;)V]
FacesBehavior.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesBehavior.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
FacesBehavior.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesBehavior.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, FacesBehaviorExtension.class
package org.apache.openejb.jee
FacesBehaviorExtension.FacesBehaviorExtension ( )
[run-time name: org/apache/openejb/jee/FacesBehaviorExtension."<init>":()V]
FacesBehaviorExtension.getAny ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesBehaviorExtension.getAny:()Ljava/util/List;]
FacesBehaviorExtension.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesBehaviorExtension.getId:()Ljava/lang/String;]
FacesBehaviorExtension.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesBehaviorExtension.setId:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, FacesClientBehaviorRenderer.class
package org.apache.openejb.jee
FacesClientBehaviorRenderer.FacesClientBehaviorRenderer ( )
[run-time name: org/apache/openejb/jee/FacesClientBehaviorRenderer."<init>":()V]
FacesClientBehaviorRenderer.getClientBehaviorRendererClass ( ) : String
[run-time name: org/apache/openejb/jee/FacesClientBehaviorRenderer.getClientBehaviorRendererClass:()Ljava/lang/String;]
FacesClientBehaviorRenderer.getClientBehaviorRendererType ( ) : String
[run-time name: org/apache/openejb/jee/FacesClientBehaviorRenderer.getClientBehaviorRendererType:()Ljava/lang/String;]
FacesClientBehaviorRenderer.setClientBehaviorRendererClass ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesClientBehaviorRenderer.setClientBehaviorRendererClass:(Ljava/lang/String;)V]
FacesClientBehaviorRenderer.setClientBehaviorRendererType ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesClientBehaviorRenderer.setClientBehaviorRendererType:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, FacesComponent.class
package org.apache.openejb.jee
FacesComponent.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/FacesComponent.getDescription:()Ljava/lang/String;]
FacesComponent.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesComponent.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
FacesComponent.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/FacesComponent.getDisplayName:()Ljava/lang/String;]
FacesComponent.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesComponent.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
FacesComponent.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/FacesComponent.getIcon:()Lorg/apache/openejb/jee/Icon;]
FacesComponent.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/FacesComponent.getIconMap:()Ljava/util/Map;]
FacesComponent.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/FacesComponent.getIcons:()Ljava/util/Collection;]
FacesComponent.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesComponent.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
FacesComponent.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesComponent.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, FacesConfig.class
package org.apache.openejb.jee
FacesConfig.getAbsoluteOrdering ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConfig.getAbsoluteOrdering:()Ljava/util/List;]
FacesConfig.getBehavior ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConfig.getBehavior:()Ljava/util/List;]
FacesConfig.getName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConfig.getName:()Ljava/util/List;]
FacesConfig.getOrdering ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConfig.getOrdering:()Ljava/util/List;]
FacesConfig.isMetadataComplete ( ) : Boolean
[run-time name: org/apache/openejb/jee/FacesConfig.isMetadataComplete:()Ljava/lang/Boolean;]
FacesConfig.setMetadataComplete ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/FacesConfig.setMetadataComplete:(Ljava/lang/Boolean;)V]
openejb-jee-4.0.0.jar, FacesConverter.class
package org.apache.openejb.jee
FacesConverter.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/FacesConverter.getDescription:()Ljava/lang/String;]
FacesConverter.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesConverter.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
FacesConverter.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/FacesConverter.getDisplayName:()Ljava/lang/String;]
FacesConverter.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesConverter.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
FacesConverter.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/FacesConverter.getIcon:()Lorg/apache/openejb/jee/Icon;]
FacesConverter.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/FacesConverter.getIconMap:()Ljava/util/Map;]
FacesConverter.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/FacesConverter.getIcons:()Ljava/util/Collection;]
FacesConverter.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesConverter.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
FacesConverter.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesConverter.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, FacesDefaultValidators.class
package org.apache.openejb.jee
FacesDefaultValidators.FacesDefaultValidators ( )
[run-time name: org/apache/openejb/jee/FacesDefaultValidators."<init>":()V]
FacesDefaultValidators.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesDefaultValidators.getId:()Ljava/lang/String;]
FacesDefaultValidators.getValidatorId ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesDefaultValidators.getValidatorId:()Ljava/util/List;]
FacesDefaultValidators.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesDefaultValidators.setId:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, FacesFacet.class
package org.apache.openejb.jee
FacesFacet.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/FacesFacet.getDescription:()Ljava/lang/String;]
FacesFacet.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesFacet.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
FacesFacet.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/FacesFacet.getDisplayName:()Ljava/lang/String;]
FacesFacet.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesFacet.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
FacesFacet.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/FacesFacet.getIcon:()Lorg/apache/openejb/jee/Icon;]
FacesFacet.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/FacesFacet.getIconMap:()Ljava/util/Map;]
FacesFacet.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/FacesFacet.getIcons:()Ljava/util/Collection;]
FacesFacet.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesFacet.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
FacesFacet.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesFacet.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, FacesFactory.class
package org.apache.openejb.jee
FacesFactory.getExceptionHandlerFactory ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesFactory.getExceptionHandlerFactory:()Ljava/util/List;]
FacesFactory.getExternalContextFactory ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesFactory.getExternalContextFactory:()Ljava/util/List;]
FacesFactory.getPartialViewContextFactory ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesFactory.getPartialViewContextFactory:()Ljava/util/List;]
FacesFactory.getTagHandlerDelegateFactory ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesFactory.getTagHandlerDelegateFactory:()Ljava/util/List;]
FacesFactory.getViewDeclarationLanguageFactory ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesFactory.getViewDeclarationLanguageFactory:()Ljava/util/List;]
FacesFactory.getVisitContextFactory ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesFactory.getVisitContextFactory:()Ljava/util/List;]
openejb-jee-4.0.0.jar, FacesManagedBean.class
package org.apache.openejb.jee
FacesManagedBean.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/FacesManagedBean.getDescription:()Ljava/lang/String;]
FacesManagedBean.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesManagedBean.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
FacesManagedBean.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/FacesManagedBean.getDisplayName:()Ljava/lang/String;]
FacesManagedBean.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesManagedBean.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
FacesManagedBean.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/FacesManagedBean.getIcon:()Lorg/apache/openejb/jee/Icon;]
FacesManagedBean.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/FacesManagedBean.getIconMap:()Ljava/util/Map;]
FacesManagedBean.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/FacesManagedBean.getIcons:()Ljava/util/Collection;]
FacesManagedBean.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesManagedBean.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
FacesManagedBean.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesManagedBean.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, FacesManagedProperty.class
package org.apache.openejb.jee
FacesManagedProperty.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/FacesManagedProperty.getDescription:()Ljava/lang/String;]
FacesManagedProperty.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesManagedProperty.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
FacesManagedProperty.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/FacesManagedProperty.getDisplayName:()Ljava/lang/String;]
FacesManagedProperty.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesManagedProperty.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
FacesManagedProperty.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/FacesManagedProperty.getIcon:()Lorg/apache/openejb/jee/Icon;]
FacesManagedProperty.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/FacesManagedProperty.getIconMap:()Ljava/util/Map;]
FacesManagedProperty.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/FacesManagedProperty.getIcons:()Ljava/util/Collection;]
FacesManagedProperty.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesManagedProperty.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
FacesManagedProperty.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesManagedProperty.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, FacesNavigationCase.class
package org.apache.openejb.jee
FacesNavigationCase.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/FacesNavigationCase.getDescription:()Ljava/lang/String;]
FacesNavigationCase.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesNavigationCase.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
FacesNavigationCase.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/FacesNavigationCase.getDisplayName:()Ljava/lang/String;]
FacesNavigationCase.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesNavigationCase.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
FacesNavigationCase.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/FacesNavigationCase.getIcon:()Lorg/apache/openejb/jee/Icon;]
FacesNavigationCase.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/FacesNavigationCase.getIconMap:()Ljava/util/Map;]
FacesNavigationCase.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/FacesNavigationCase.getIcons:()Ljava/util/Collection;]
FacesNavigationCase.getIf ( ) : String
[run-time name: org/apache/openejb/jee/FacesNavigationCase.getIf:()Ljava/lang/String;]
FacesNavigationCase.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesNavigationCase.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
FacesNavigationCase.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesNavigationCase.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
FacesNavigationCase.setIf ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesNavigationCase.setIf:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, FacesNavigationRule.class
package org.apache.openejb.jee
FacesNavigationRule.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/FacesNavigationRule.getDescription:()Ljava/lang/String;]
FacesNavigationRule.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesNavigationRule.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
FacesNavigationRule.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/FacesNavigationRule.getDisplayName:()Ljava/lang/String;]
FacesNavigationRule.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesNavigationRule.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
FacesNavigationRule.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/FacesNavigationRule.getIcon:()Lorg/apache/openejb/jee/Icon;]
FacesNavigationRule.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/FacesNavigationRule.getIconMap:()Ljava/util/Map;]
FacesNavigationRule.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/FacesNavigationRule.getIcons:()Ljava/util/Collection;]
FacesNavigationRule.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesNavigationRule.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
FacesNavigationRule.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesNavigationRule.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, FacesOrdering.class
package org.apache.openejb.jee
FacesOrdering.FacesOrdering ( )
[run-time name: org/apache/openejb/jee/FacesOrdering."<init>":()V]
FacesOrdering.getAfter ( ) : FacesOrderingOrdering
[run-time name: org/apache/openejb/jee/FacesOrdering.getAfter:()Lorg/apache/openejb/jee/FacesOrderingOrdering;]
FacesOrdering.getBefore ( ) : FacesOrderingOrdering
[run-time name: org/apache/openejb/jee/FacesOrdering.getBefore:()Lorg/apache/openejb/jee/FacesOrderingOrdering;]
FacesOrdering.setAfter ( FacesOrderingOrdering value ) : void
[run-time name: org/apache/openejb/jee/FacesOrdering.setAfter:(Lorg/apache/openejb/jee/FacesOrderingOrdering;)V]
FacesOrdering.setBefore ( FacesOrderingOrdering value ) : void
[run-time name: org/apache/openejb/jee/FacesOrdering.setBefore:(Lorg/apache/openejb/jee/FacesOrderingOrdering;)V]
openejb-jee-4.0.0.jar, FacesOrderingOrdering.class
package org.apache.openejb.jee
FacesOrderingOrdering.FacesOrderingOrdering ( )
[run-time name: org/apache/openejb/jee/FacesOrderingOrdering."<init>":()V]
FacesOrderingOrdering.getName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesOrderingOrdering.getName:()Ljava/util/List;]
FacesOrderingOrdering.getOthers ( ) : FacesOrderingOthers
[run-time name: org/apache/openejb/jee/FacesOrderingOrdering.getOthers:()Lorg/apache/openejb/jee/FacesOrderingOthers;]
FacesOrderingOrdering.setOthers ( FacesOrderingOthers value ) : void
[run-time name: org/apache/openejb/jee/FacesOrderingOrdering.setOthers:(Lorg/apache/openejb/jee/FacesOrderingOthers;)V]
openejb-jee-4.0.0.jar, FacesOrderingOthers.class
package org.apache.openejb.jee
FacesOrderingOthers.FacesOrderingOthers ( )
[run-time name: org/apache/openejb/jee/FacesOrderingOthers."<init>":()V]
FacesOrderingOthers.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesOrderingOthers.getId:()Ljava/lang/String;]
FacesOrderingOthers.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesOrderingOthers.setId:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, FacesProperty.class
package org.apache.openejb.jee
FacesProperty.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/FacesProperty.getDescription:()Ljava/lang/String;]
FacesProperty.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesProperty.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
FacesProperty.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/FacesProperty.getDisplayName:()Ljava/lang/String;]
FacesProperty.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesProperty.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
FacesProperty.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/FacesProperty.getIcon:()Lorg/apache/openejb/jee/Icon;]
FacesProperty.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/FacesProperty.getIconMap:()Ljava/util/Map;]
FacesProperty.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/FacesProperty.getIcons:()Ljava/util/Collection;]
FacesProperty.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesProperty.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
FacesProperty.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesProperty.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, FacesRedirect.class
package org.apache.openejb.jee
FacesRedirect.getViewParam ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesRedirect.getViewParam:()Ljava/util/List;]
FacesRedirect.isIncludeViewParams ( ) : Boolean
[run-time name: org/apache/openejb/jee/FacesRedirect.isIncludeViewParams:()Ljava/lang/Boolean;]
FacesRedirect.setIncludeViewParams ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/FacesRedirect.setIncludeViewParams:(Ljava/lang/Boolean;)V]
openejb-jee-4.0.0.jar, FacesRedirectViewParam.class
package org.apache.openejb.jee
FacesRedirectViewParam.FacesRedirectViewParam ( )
[run-time name: org/apache/openejb/jee/FacesRedirectViewParam."<init>":()V]
FacesRedirectViewParam.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesRedirectViewParam.getId:()Ljava/lang/String;]
FacesRedirectViewParam.getName ( ) : String
[run-time name: org/apache/openejb/jee/FacesRedirectViewParam.getName:()Ljava/lang/String;]
FacesRedirectViewParam.getValue ( ) : String
[run-time name: org/apache/openejb/jee/FacesRedirectViewParam.getValue:()Ljava/lang/String;]
FacesRedirectViewParam.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesRedirectViewParam.setId:(Ljava/lang/String;)V]
FacesRedirectViewParam.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesRedirectViewParam.setName:(Ljava/lang/String;)V]
FacesRedirectViewParam.setValue ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesRedirectViewParam.setValue:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, FacesReferencedBean.class
package org.apache.openejb.jee
FacesReferencedBean.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/FacesReferencedBean.getDescription:()Ljava/lang/String;]
FacesReferencedBean.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesReferencedBean.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
FacesReferencedBean.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/FacesReferencedBean.getDisplayName:()Ljava/lang/String;]
FacesReferencedBean.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesReferencedBean.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
FacesReferencedBean.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/FacesReferencedBean.getIcon:()Lorg/apache/openejb/jee/Icon;]
FacesReferencedBean.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/FacesReferencedBean.getIconMap:()Ljava/util/Map;]
FacesReferencedBean.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/FacesReferencedBean.getIcons:()Ljava/util/Collection;]
FacesReferencedBean.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesReferencedBean.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
FacesReferencedBean.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesReferencedBean.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, FacesRenderer.class
package org.apache.openejb.jee
FacesRenderer.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/FacesRenderer.getDescription:()Ljava/lang/String;]
FacesRenderer.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesRenderer.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
FacesRenderer.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/FacesRenderer.getDisplayName:()Ljava/lang/String;]
FacesRenderer.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesRenderer.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
FacesRenderer.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/FacesRenderer.getIcon:()Lorg/apache/openejb/jee/Icon;]
FacesRenderer.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/FacesRenderer.getIconMap:()Ljava/util/Map;]
FacesRenderer.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/FacesRenderer.getIcons:()Ljava/util/Collection;]
FacesRenderer.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesRenderer.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
FacesRenderer.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesRenderer.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, FacesRenderKit.class
package org.apache.openejb.jee
FacesRenderKit.getClientBehaviorRenderer ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesRenderKit.getClientBehaviorRenderer:()Ljava/util/List;]
FacesRenderKit.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/FacesRenderKit.getDescription:()Ljava/lang/String;]
FacesRenderKit.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesRenderKit.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
FacesRenderKit.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/FacesRenderKit.getDisplayName:()Ljava/lang/String;]
FacesRenderKit.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesRenderKit.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
FacesRenderKit.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/FacesRenderKit.getIcon:()Lorg/apache/openejb/jee/Icon;]
FacesRenderKit.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/FacesRenderKit.getIconMap:()Ljava/util/Map;]
FacesRenderKit.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/FacesRenderKit.getIcons:()Ljava/util/Collection;]
FacesRenderKit.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesRenderKit.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
FacesRenderKit.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesRenderKit.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, FacesSystemEventListener.class
package org.apache.openejb.jee
FacesSystemEventListener.FacesSystemEventListener ( )
[run-time name: org/apache/openejb/jee/FacesSystemEventListener."<init>":()V]
FacesSystemEventListener.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesSystemEventListener.getId:()Ljava/lang/String;]
FacesSystemEventListener.getSourceClass ( ) : String
[run-time name: org/apache/openejb/jee/FacesSystemEventListener.getSourceClass:()Ljava/lang/String;]
FacesSystemEventListener.getSystemEventClass ( ) : String
[run-time name: org/apache/openejb/jee/FacesSystemEventListener.getSystemEventClass:()Ljava/lang/String;]
FacesSystemEventListener.getSystemEventListenerClass ( ) : String
[run-time name: org/apache/openejb/jee/FacesSystemEventListener.getSystemEventListenerClass:()Ljava/lang/String;]
FacesSystemEventListener.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesSystemEventListener.setId:(Ljava/lang/String;)V]
FacesSystemEventListener.setSourceClass ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesSystemEventListener.setSourceClass:(Ljava/lang/String;)V]
FacesSystemEventListener.setSystemEventClass ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesSystemEventListener.setSystemEventClass:(Ljava/lang/String;)V]
FacesSystemEventListener.setSystemEventListenerClass ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesSystemEventListener.setSystemEventListenerClass:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, FacesValidator.class
package org.apache.openejb.jee
FacesValidator.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/FacesValidator.getDescription:()Ljava/lang/String;]
FacesValidator.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesValidator.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
FacesValidator.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/FacesValidator.getDisplayName:()Ljava/lang/String;]
FacesValidator.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/FacesValidator.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
FacesValidator.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/FacesValidator.getIcon:()Lorg/apache/openejb/jee/Icon;]
FacesValidator.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/FacesValidator.getIconMap:()Ljava/util/Map;]
FacesValidator.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/FacesValidator.getIcons:()Ljava/util/Collection;]
FacesValidator.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesValidator.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
FacesValidator.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/FacesValidator.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, FieldType.class
package org.apache.openejb.jee.bval
FieldType.FieldType ( )
[run-time name: org/apache/openejb/jee/bval/FieldType."<init>":()V]
FieldType.getConstraint ( ) : java.util.List
[run-time name: org/apache/openejb/jee/bval/FieldType.getConstraint:()Ljava/util/List;]
FieldType.getName ( ) : String
[run-time name: org/apache/openejb/jee/bval/FieldType.getName:()Ljava/lang/String;]
FieldType.getValid ( ) : String
[run-time name: org/apache/openejb/jee/bval/FieldType.getValid:()Ljava/lang/String;]
FieldType.isIgnoreAnnotations ( ) : Boolean
[run-time name: org/apache/openejb/jee/bval/FieldType.isIgnoreAnnotations:()Ljava/lang/Boolean;]
FieldType.setIgnoreAnnotations ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/bval/FieldType.setIgnoreAnnotations:(Ljava/lang/Boolean;)V]
FieldType.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/bval/FieldType.setName:(Ljava/lang/String;)V]
FieldType.setValid ( String value ) : void
[run-time name: org/apache/openejb/jee/bval/FieldType.setValid:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, Filter.class
package org.apache.openejb.jee
Filter.addDescription ( Text text ) : void
[run-time name: org/apache/openejb/jee/Filter.addDescription:(Lorg/apache/openejb/jee/Text;)V]
Filter.addDisplayName ( Text text ) : void
[run-time name: org/apache/openejb/jee/Filter.addDisplayName:(Lorg/apache/openejb/jee/Text;)V]
Filter.isAsyncSupported ( ) : boolean
[run-time name: org/apache/openejb/jee/Filter.isAsyncSupported:()Z]
Filter.setAsyncSupported ( boolean asyncSupported ) : void
[run-time name: org/apache/openejb/jee/Filter.setAsyncSupported:(Z)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-jee-4.0.0.jar, GetterType.class
package org.apache.openejb.jee.bval
GetterType.getConstraint ( ) : java.util.List
[run-time name: org/apache/openejb/jee/bval/GetterType.getConstraint:()Ljava/util/List;]
GetterType.getName ( ) : String
[run-time name: org/apache/openejb/jee/bval/GetterType.getName:()Ljava/lang/String;]
GetterType.GetterType ( )
[run-time name: org/apache/openejb/jee/bval/GetterType."<init>":()V]
GetterType.getValid ( ) : String
[run-time name: org/apache/openejb/jee/bval/GetterType.getValid:()Ljava/lang/String;]
GetterType.isIgnoreAnnotations ( ) : Boolean
[run-time name: org/apache/openejb/jee/bval/GetterType.isIgnoreAnnotations:()Ljava/lang/Boolean;]
GetterType.setIgnoreAnnotations ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/bval/GetterType.setIgnoreAnnotations:(Ljava/lang/Boolean;)V]
GetterType.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/bval/GetterType.setName:(Ljava/lang/String;)V]
GetterType.setValid ( String value ) : void
[run-time name: org/apache/openejb/jee/bval/GetterType.setValid:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, GroupSequenceType.class
package org.apache.openejb.jee.bval
GroupSequenceType.getValue ( ) : java.util.List
[run-time name: org/apache/openejb/jee/bval/GroupSequenceType.getValue:()Ljava/util/List;]
GroupSequenceType.GroupSequenceType ( )
[run-time name: org/apache/openejb/jee/bval/GroupSequenceType."<init>":()V]
openejb-jee-4.0.0.jar, GroupsType.class
package org.apache.openejb.jee.bval
GroupsType.getValue ( ) : java.util.List
[run-time name: org/apache/openejb/jee/bval/GroupsType.getValue:()Ljava/util/List;]
GroupsType.GroupsType ( )
[run-time name: org/apache/openejb/jee/bval/GroupsType."<init>":()V]
openejb-jee-4.0.0.jar, Handler.class
package org.apache.openejb.jee
Handler.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/Handler.getDescription:()Ljava/lang/String;]
Handler.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/Handler.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
Handler.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/Handler.getDisplayName:()Ljava/lang/String;]
Handler.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/Handler.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
Handler.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/Handler.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
Handler.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/Handler.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, HandlerChain.class
package org.apache.openejb.jee
HandlerChain.getPortNamePattern ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/HandlerChain.getPortNamePattern:()Ljavax/xml/namespace/QName;]
HandlerChain.getServiceNamePattern ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/HandlerChain.getServiceNamePattern:()Ljavax/xml/namespace/QName;]
HandlerChain.setPortNamePattern ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/HandlerChain.setPortNamePattern:(Ljavax/xml/namespace/QName;)V]
HandlerChain.setServiceNamePattern ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/HandlerChain.setServiceNamePattern:(Ljavax/xml/namespace/QName;)V]
openejb-jee-4.0.0.jar, HandlerChainsNamespaceFilter.class
package org.apache.openejb.jee
JaxbJavaee.HandlerChainsNamespaceFilter.endElement ( String uri, String localName, String qName ) : void
[run-time name: org/apache/openejb/jee/JaxbJavaee.HandlerChainsNamespaceFilter.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
JaxbJavaee.HandlerChainsNamespaceFilter.endPrefixMapping ( String prefix ) : void
[run-time name: org/apache/openejb/jee/JaxbJavaee.HandlerChainsNamespaceFilter.endPrefixMapping:(Ljava/lang/String;)V]
JaxbJavaee.HandlerChainsNamespaceFilter.JaxbJavaee.HandlerChainsNamespaceFilter ( org.xml.sax.XMLReader xmlReader )
[run-time name: org/apache/openejb/jee/JaxbJavaee.HandlerChainsNamespaceFilter."<init>":(Lorg/xml/sax/XMLReader;)V]
JaxbJavaee.HandlerChainsNamespaceFilter.lookupNamespaceURI ( String prefix ) : String
[run-time name: org/apache/openejb/jee/JaxbJavaee.HandlerChainsNamespaceFilter.lookupNamespaceURI:(Ljava/lang/String;)Ljava/lang/String;]
JaxbJavaee.HandlerChainsNamespaceFilter.resolveEntity ( String publicId, String systemId ) : org.xml.sax.InputSource
[run-time name: org/apache/openejb/jee/JaxbJavaee.HandlerChainsNamespaceFilter.resolveEntity:(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;]
JaxbJavaee.HandlerChainsNamespaceFilter.startElement ( String uri, String localName, String qname, org.xml.sax.Attributes atts ) : void
[run-time name: org/apache/openejb/jee/JaxbJavaee.HandlerChainsNamespaceFilter.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
JaxbJavaee.HandlerChainsNamespaceFilter.startPrefixMapping ( String prefix, String uri ) : void
[run-time name: org/apache/openejb/jee/JaxbJavaee.HandlerChainsNamespaceFilter.startPrefixMapping:(Ljava/lang/String;Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, HandlerChainsStringQNameAdapter.class
package org.apache.openejb.jee
HandlerChainsStringQNameAdapter.HandlerChainsStringQNameAdapter ( )
[run-time name: org/apache/openejb/jee/HandlerChainsStringQNameAdapter."<init>":()V]
HandlerChainsStringQNameAdapter.marshal ( javax.xml.namespace.QName name ) : String
[run-time name: org/apache/openejb/jee/HandlerChainsStringQNameAdapter.marshal:(Ljavax/xml/namespace/QName;)Ljava/lang/String;]
HandlerChainsStringQNameAdapter.marshal ( Object x0 ) : Object
[run-time name: org/apache/openejb/jee/HandlerChainsStringQNameAdapter.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
HandlerChainsStringQNameAdapter.setHandlerChainsNamespaceFilter ( JaxbJavaee.HandlerChainsNamespaceFilter xmlFilter ) : void
[run-time name: org/apache/openejb/jee/HandlerChainsStringQNameAdapter.setHandlerChainsNamespaceFilter:(Lorg/apache/openejb/jee/JaxbJavaee$HandlerChainsNamespaceFilter;)V]
HandlerChainsStringQNameAdapter.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/openejb/jee/HandlerChainsStringQNameAdapter.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
HandlerChainsStringQNameAdapter.unmarshal ( String value ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/HandlerChainsStringQNameAdapter.unmarshal:(Ljava/lang/String;)Ljavax/xml/namespace/QName;]
openejb-jee-4.0.0.jar, Id.class
package org.apache.openejb.jee.jpa
Id.getAccess ( ) : AccessType
[run-time name: org/apache/openejb/jee/jpa/Id.getAccess:()Lorg/apache/openejb/jee/jpa/AccessType;]
Id.setAccess ( AccessType value ) : void
[run-time name: org/apache/openejb/jee/jpa/Id.setAccess:(Lorg/apache/openejb/jee/jpa/AccessType;)V]
openejb-jee-4.0.0.jar, InboundResourceadapter.class
package org.apache.openejb.jee
InboundResourceadapter.getId ( ) : String
[run-time name: org/apache/openejb/jee/InboundResourceadapter.getId:()Ljava/lang/String;]
InboundResourceadapter.getMessageAdapter ( ) : MessageAdapter
[run-time name: org/apache/openejb/jee/InboundResourceadapter.getMessageAdapter:()Lorg/apache/openejb/jee/MessageAdapter;]
InboundResourceadapter.InboundResourceadapter ( )
[run-time name: org/apache/openejb/jee/InboundResourceadapter."<init>":()V]
InboundResourceadapter.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/InboundResourceadapter.setId:(Ljava/lang/String;)V]
InboundResourceadapter.setMessageAdapter ( MessageAdapter value ) : MessageAdapter
[run-time name: org/apache/openejb/jee/InboundResourceadapter.setMessageAdapter:(Lorg/apache/openejb/jee/MessageAdapter;)Lorg/apache/openejb/jee/MessageAdapter;]
openejb-jee-4.0.0.jar, Injectable.class
package org.apache.openejb.jee
Injectable.getInjectionTarget ( ) [abstract] : java.util.Set
[run-time name: org/apache/openejb/jee/Injectable.getInjectionTarget:()Ljava/util/Set;]
openejb-jee-4.0.0.jar, InjectionTarget.class
package org.apache.openejb.jee
InjectionTarget.equals ( Object o ) : boolean
[run-time name: org/apache/openejb/jee/InjectionTarget.equals:(Ljava/lang/Object;)Z]
InjectionTarget.hashCode ( ) : int
[run-time name: org/apache/openejb/jee/InjectionTarget.hashCode:()I]
InjectionTarget.setInjectionTargetClass ( Class clazz ) : void
[run-time name: org/apache/openejb/jee/InjectionTarget.setInjectionTargetClass:(Ljava/lang/Class;)V]
openejb-jee-4.0.0.jar, Interceptor.class
package org.apache.openejb.jee
Interceptor.addAfterBegin ( String method ) : void
[run-time name: org/apache/openejb/jee/Interceptor.addAfterBegin:(Ljava/lang/String;)V]
Interceptor.addAfterCompletion ( String method ) : void
[run-time name: org/apache/openejb/jee/Interceptor.addAfterCompletion:(Ljava/lang/String;)V]
Interceptor.addAroundTimeout ( String method ) : void
[run-time name: org/apache/openejb/jee/Interceptor.addAroundTimeout:(Ljava/lang/String;)V]
Interceptor.addBeforeCompletion ( String method ) : void
[run-time name: org/apache/openejb/jee/Interceptor.addBeforeCompletion:(Ljava/lang/String;)V]
Interceptor.getAfterBegin ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Interceptor.getAfterBegin:()Ljava/util/List;]
Interceptor.getAfterCompletion ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Interceptor.getAfterCompletion:()Ljava/util/List;]
Interceptor.getAroundTimeout ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Interceptor.getAroundTimeout:()Ljava/util/List;]
Interceptor.getBeforeCompletion ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Interceptor.getBeforeCompletion:()Ljava/util/List;]
Interceptor.getDataSource ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/Interceptor.getDataSource:()Ljava/util/Collection;]
Interceptor.getDataSourceMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/Interceptor.getDataSourceMap:()Ljava/util/Map;]
Interceptor.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/Interceptor.getDescription:()Ljava/lang/String;]
Interceptor.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/Interceptor.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
Interceptor.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/Interceptor.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, InterceptorBinding.class
package org.apache.openejb.jee
InterceptorBinding.getClassName ( ) : String
[run-time name: org/apache/openejb/jee/InterceptorBinding.getClassName:()Ljava/lang/String;]
InterceptorBinding.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/InterceptorBinding.getDescription:()Ljava/lang/String;]
InterceptorBinding.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/InterceptorBinding.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
InterceptorBinding.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/InterceptorBinding.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, Interceptors.class
package org.apache.openejb.jee
Interceptors.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/Interceptors.getDescription:()Ljava/lang/String;]
Interceptors.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/Interceptors.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
Interceptors.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/Interceptors.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, Invokable.class
package org.apache.openejb.jee
Invokable.addAroundInvoke ( String p1 ) [abstract] : void
[run-time name: org/apache/openejb/jee/Invokable.addAroundInvoke:(Ljava/lang/String;)V]
Invokable.addAroundTimeout ( String p1 ) [abstract] : void
[run-time name: org/apache/openejb/jee/Invokable.addAroundTimeout:(Ljava/lang/String;)V]
Invokable.getAroundInvoke ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/Invokable.getAroundInvoke:()Ljava/util/List;]
Invokable.getAroundTimeout ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/Invokable.getAroundTimeout:()Ljava/util/List;]
openejb-jee-4.0.0.jar, IsolationLevel.class
package org.apache.openejb.jee
IsolationLevel.fromFlag ( int flag ) [static] : IsolationLevel
[run-time name: org/apache/openejb/jee/IsolationLevel.fromFlag:(I)Lorg/apache/openejb/jee/IsolationLevel;]
IsolationLevel.fromValue ( String v ) [static] : IsolationLevel
[run-time name: org/apache/openejb/jee/IsolationLevel.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/IsolationLevel;]
IsolationLevel.value ( ) : String
[run-time name: org/apache/openejb/jee/IsolationLevel.value:()Ljava/lang/String;]
IsolationLevel.valueOf ( String name ) [static] : IsolationLevel
[run-time name: org/apache/openejb/jee/IsolationLevel.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/IsolationLevel;]
IsolationLevel.values ( ) [static] : IsolationLevel[ ]
[run-time name: org/apache/openejb/jee/IsolationLevel.values:()[Lorg/apache/openejb/jee/IsolationLevel;]
openejb-jee-4.0.0.jar, Javaee6SchemaFilter.class
package org.apache.openejb.jee
JaxbJavaee.Javaee6SchemaFilter.endElement ( String uri, String localName, String qName ) : void
[run-time name: org/apache/openejb/jee/JaxbJavaee.Javaee6SchemaFilter.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
JaxbJavaee.Javaee6SchemaFilter.JaxbJavaee.Javaee6SchemaFilter ( org.xml.sax.XMLReader xmlReader )
[run-time name: org/apache/openejb/jee/JaxbJavaee.Javaee6SchemaFilter."<init>":(Lorg/xml/sax/XMLReader;)V]
JaxbJavaee.Javaee6SchemaFilter.resolveEntity ( String publicId, String systemId ) : org.xml.sax.InputSource
[run-time name: org/apache/openejb/jee/JaxbJavaee.Javaee6SchemaFilter.resolveEntity:(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;]
JaxbJavaee.Javaee6SchemaFilter.startElement ( String uri, String localName, String qname, org.xml.sax.Attributes atts ) : void
[run-time name: org/apache/openejb/jee/JaxbJavaee.Javaee6SchemaFilter.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
openejb-jee-4.0.0.jar, JavaeeNamespaceFilter.class
package org.apache.openejb.jee
JaxbJavaee.JavaeeNamespaceFilter.endElement ( String uri, String localName, String qName ) : void
[run-time name: org/apache/openejb/jee/JaxbJavaee.JavaeeNamespaceFilter.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
JaxbJavaee.JavaeeNamespaceFilter.JaxbJavaee.JavaeeNamespaceFilter ( org.xml.sax.XMLReader xmlReader )
[run-time name: org/apache/openejb/jee/JaxbJavaee.JavaeeNamespaceFilter."<init>":(Lorg/xml/sax/XMLReader;)V]
JaxbJavaee.JavaeeNamespaceFilter.resolveEntity ( String publicId, String systemId ) : org.xml.sax.InputSource
[run-time name: org/apache/openejb/jee/JaxbJavaee.JavaeeNamespaceFilter.resolveEntity:(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;]
JaxbJavaee.JavaeeNamespaceFilter.startElement ( String uri, String localName, String qname, org.xml.sax.Attributes atts ) : void
[run-time name: org/apache/openejb/jee/JaxbJavaee.JavaeeNamespaceFilter.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
openejb-jee-4.0.0.jar, JavaeeSchema.class
package org.apache.openejb.jee
JavaeeSchema.getSchemaFileName ( ) : String
[run-time name: org/apache/openejb/jee/JavaeeSchema.getSchemaFileName:()Ljava/lang/String;]
JavaeeSchema.valueOf ( String name ) [static] : JavaeeSchema
[run-time name: org/apache/openejb/jee/JavaeeSchema.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/JavaeeSchema;]
JavaeeSchema.values ( ) [static] : JavaeeSchema[ ]
[run-time name: org/apache/openejb/jee/JavaeeSchema.values:()[Lorg/apache/openejb/jee/JavaeeSchema;]
openejb-jee-4.0.0.jar, JaxbJavaee.class
package org.apache.openejb.jee
JaxbJavaee.unmarshal ( Class type, java.io.InputStream in, boolean validate ) [static] : Object
[run-time name: org/apache/openejb/jee/JaxbJavaee.unmarshal:(Ljava/lang/Class;Ljava/io/InputStream;Z)Ljava/lang/Object;]
JaxbJavaee.unmarshalHandlerChains ( Class type, java.io.InputStream in ) [static] : Object
[run-time name: org/apache/openejb/jee/JaxbJavaee.unmarshalHandlerChains:(Ljava/lang/Class;Ljava/io/InputStream;)Ljava/lang/Object;]
JaxbJavaee.unmarshalJavaee ( Class type, java.io.InputStream in ) [static] : Object
[run-time name: org/apache/openejb/jee/JaxbJavaee.unmarshalJavaee:(Ljava/lang/Class;Ljava/io/InputStream;)Ljava/lang/Object;]
JaxbJavaee.unmarshalTaglib ( Class type, java.io.InputStream in ) [static] : Object
[run-time name: org/apache/openejb/jee/JaxbJavaee.unmarshalTaglib:(Ljava/lang/Class;Ljava/io/InputStream;)Ljava/lang/Object;]
JaxbJavaee.validateJavaee ( JavaeeSchema type, java.io.InputStream in ) [static] : void
[run-time name: org/apache/openejb/jee/JaxbJavaee.validateJavaee:(Lorg/apache/openejb/jee/JavaeeSchema;Ljava/io/InputStream;)V]
openejb-jee-4.0.0.jar, JaxbPersistenceFactory.class
package org.apache.openejb.jee.jpa.unit
JaxbPersistenceFactory.getPersistence ( Class clazz, java.net.URL url ) [static] : Object
[run-time name: org/apache/openejb/jee/jpa/unit/JaxbPersistenceFactory.getPersistence:(Ljava/lang/Class;Ljava/net/URL;)Ljava/lang/Object;]
openejb-jee-4.0.0.jar, JndiConsumer.class
package org.apache.openejb.jee
JndiConsumer.getDataSource ( ) [abstract] : java.util.Collection
[run-time name: org/apache/openejb/jee/JndiConsumer.getDataSource:()Ljava/util/Collection;]
JndiConsumer.getDataSourceMap ( ) [abstract] : java.util.Map
[run-time name: org/apache/openejb/jee/JndiConsumer.getDataSourceMap:()Ljava/util/Map;]
openejb-jee-4.0.0.jar, JndiReference.class
package org.apache.openejb.jee
JndiReference.getLookupName ( ) [abstract] : String
[run-time name: org/apache/openejb/jee/JndiReference.getLookupName:()Ljava/lang/String;]
JndiReference.setLookupName ( String p1 ) [abstract] : void
[run-time name: org/apache/openejb/jee/JndiReference.setLookupName:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, JspPropertyGroup.class
package org.apache.openejb.jee
JspPropertyGroup.getBuffer ( ) : String
[run-time name: org/apache/openejb/jee/JspPropertyGroup.getBuffer:()Ljava/lang/String;]
JspPropertyGroup.getDefaultContentType ( ) : String
[run-time name: org/apache/openejb/jee/JspPropertyGroup.getDefaultContentType:()Ljava/lang/String;]
JspPropertyGroup.getErrorOnUndeclaredNamespace ( ) : Boolean
[run-time name: org/apache/openejb/jee/JspPropertyGroup.getErrorOnUndeclaredNamespace:()Ljava/lang/Boolean;]
JspPropertyGroup.setBuffer ( String value ) : void
[run-time name: org/apache/openejb/jee/JspPropertyGroup.setBuffer:(Ljava/lang/String;)V]
JspPropertyGroup.setDefaultContentType ( String value ) : void
[run-time name: org/apache/openejb/jee/JspPropertyGroup.setDefaultContentType:(Ljava/lang/String;)V]
JspPropertyGroup.setErrorOnUndeclaredNamespace ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/JspPropertyGroup.setErrorOnUndeclaredNamespace:(Ljava/lang/Boolean;)V]
openejb-jee-4.0.0.jar, License.class
package org.apache.openejb.jee
License.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/License.getDescription:()Ljava/lang/String;]
License.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/License.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
License.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/License.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, LifecycleCallback.class
package org.apache.openejb.jee
LifecycleCallback.LifecycleCallback ( NamedMethod method )
[run-time name: org/apache/openejb/jee/LifecycleCallback."<init>":(Lorg/apache/openejb/jee/NamedMethod;)V]
openejb-jee-4.0.0.jar, Listener.class
package org.apache.openejb.jee
Listener.addDescription ( Text text ) : void
[run-time name: org/apache/openejb/jee/Listener.addDescription:(Lorg/apache/openejb/jee/Text;)V]
Listener.addDisplayName ( Text text ) : void
[run-time name: org/apache/openejb/jee/Listener.addDisplayName:(Lorg/apache/openejb/jee/Text;)V]
Listener.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/Listener.getDescription:()Ljava/lang/String;]
Listener.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/Listener.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
Listener.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/Listener.getDisplayName:()Ljava/lang/String;]
Listener.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/Listener.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
Listener.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/Listener.getIcon:()Lorg/apache/openejb/jee/Icon;]
Listener.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/Listener.getIconMap:()Ljava/util/Map;]
Listener.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/Listener.getIcons:()Ljava/util/Collection;]
Listener.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/Listener.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
Listener.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/Listener.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, LoadOnStartupAdapter.class
package org.apache.openejb.jee
LoadOnStartupAdapter.LoadOnStartupAdapter ( )
[run-time name: org/apache/openejb/jee/LoadOnStartupAdapter."<init>":()V]
LoadOnStartupAdapter.marshal ( Integer v ) : String
[run-time name: org/apache/openejb/jee/LoadOnStartupAdapter.marshal:(Ljava/lang/Integer;)Ljava/lang/String;]
LoadOnStartupAdapter.marshal ( Object x0 ) : Object
[run-time name: org/apache/openejb/jee/LoadOnStartupAdapter.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
LoadOnStartupAdapter.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/openejb/jee/LoadOnStartupAdapter.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
LoadOnStartupAdapter.unmarshal ( String value ) : Integer
[run-time name: org/apache/openejb/jee/LoadOnStartupAdapter.unmarshal:(Ljava/lang/String;)Ljava/lang/Integer;]
openejb-jee-4.0.0.jar, LockModeType.class
package org.apache.openejb.jee.jpa
LockModeType.fromValue ( String v ) [static] : LockModeType
[run-time name: org/apache/openejb/jee/jpa/LockModeType.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/jpa/LockModeType;]
LockModeType.value ( ) : String
[run-time name: org/apache/openejb/jee/jpa/LockModeType.value:()Ljava/lang/String;]
LockModeType.valueOf ( String name ) [static] : LockModeType
[run-time name: org/apache/openejb/jee/jpa/LockModeType.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/jpa/LockModeType;]
LockModeType.values ( ) [static] : LockModeType[ ]
[run-time name: org/apache/openejb/jee/jpa/LockModeType.values:()[Lorg/apache/openejb/jee/jpa/LockModeType;]
openejb-jee-4.0.0.jar, LoginConfig.class
package org.apache.openejb.jee
LoginConfig.getAuthMethod ( ) : String
[run-time name: org/apache/openejb/jee/LoginConfig.getAuthMethod:()Ljava/lang/String;]
LoginConfig.getFormLoginConfig ( ) : FormLoginConfig
[run-time name: org/apache/openejb/jee/LoginConfig.getFormLoginConfig:()Lorg/apache/openejb/jee/FormLoginConfig;]
LoginConfig.getId ( ) : String
[run-time name: org/apache/openejb/jee/LoginConfig.getId:()Ljava/lang/String;]
LoginConfig.getRealmName ( ) : String
[run-time name: org/apache/openejb/jee/LoginConfig.getRealmName:()Ljava/lang/String;]
LoginConfig.LoginConfig ( )
[run-time name: org/apache/openejb/jee/LoginConfig."<init>":()V]
LoginConfig.setAuthMethod ( String value ) : void
[run-time name: org/apache/openejb/jee/LoginConfig.setAuthMethod:(Ljava/lang/String;)V]
LoginConfig.setFormLoginConfig ( FormLoginConfig value ) : void
[run-time name: org/apache/openejb/jee/LoginConfig.setFormLoginConfig:(Lorg/apache/openejb/jee/FormLoginConfig;)V]
LoginConfig.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/LoginConfig.setId:(Ljava/lang/String;)V]
LoginConfig.setRealmName ( String value ) : void
[run-time name: org/apache/openejb/jee/LoginConfig.setRealmName:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, ManagedBean.class
package org.apache.openejb.jee
ManagedBean.isHidden ( ) : boolean
[run-time name: org/apache/openejb/jee/ManagedBean.isHidden:()Z]
ManagedBean.ManagedBean ( String ejbName, String ejbClass, boolean hidden )
[run-time name: org/apache/openejb/jee/ManagedBean."<init>":(Ljava/lang/String;Ljava/lang/String;Z)V]
openejb-jee-4.0.0.jar, ManyToMany.class
package org.apache.openejb.jee.jpa
ManyToMany.getAccess ( ) : AccessType
[run-time name: org/apache/openejb/jee/jpa/ManyToMany.getAccess:()Lorg/apache/openejb/jee/jpa/AccessType;]
ManyToMany.getMapKeyAttributeOverride ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/ManyToMany.getMapKeyAttributeOverride:()Ljava/util/List;]
ManyToMany.getMapKeyClass ( ) : MapKeyClass
[run-time name: org/apache/openejb/jee/jpa/ManyToMany.getMapKeyClass:()Lorg/apache/openejb/jee/jpa/MapKeyClass;]
ManyToMany.getMapKeyColumn ( ) : MapKeyColumn
[run-time name: org/apache/openejb/jee/jpa/ManyToMany.getMapKeyColumn:()Lorg/apache/openejb/jee/jpa/MapKeyColumn;]
ManyToMany.getMapKeyEnumerated ( ) : EnumType
[run-time name: org/apache/openejb/jee/jpa/ManyToMany.getMapKeyEnumerated:()Lorg/apache/openejb/jee/jpa/EnumType;]
ManyToMany.getMapKeyJoinColumn ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/ManyToMany.getMapKeyJoinColumn:()Ljava/util/List;]
ManyToMany.getMapKeyTemporal ( ) : TemporalType
[run-time name: org/apache/openejb/jee/jpa/ManyToMany.getMapKeyTemporal:()Lorg/apache/openejb/jee/jpa/TemporalType;]
ManyToMany.getOrderColumn ( ) : OrderColumn
[run-time name: org/apache/openejb/jee/jpa/ManyToMany.getOrderColumn:()Lorg/apache/openejb/jee/jpa/OrderColumn;]
ManyToMany.setAccess ( AccessType value ) : void
[run-time name: org/apache/openejb/jee/jpa/ManyToMany.setAccess:(Lorg/apache/openejb/jee/jpa/AccessType;)V]
ManyToMany.setMapKeyClass ( MapKeyClass value ) : void
[run-time name: org/apache/openejb/jee/jpa/ManyToMany.setMapKeyClass:(Lorg/apache/openejb/jee/jpa/MapKeyClass;)V]
ManyToMany.setMapKeyColumn ( MapKeyColumn value ) : void
[run-time name: org/apache/openejb/jee/jpa/ManyToMany.setMapKeyColumn:(Lorg/apache/openejb/jee/jpa/MapKeyColumn;)V]
ManyToMany.setMapKeyEnumerated ( EnumType value ) : void
[run-time name: org/apache/openejb/jee/jpa/ManyToMany.setMapKeyEnumerated:(Lorg/apache/openejb/jee/jpa/EnumType;)V]
ManyToMany.setMapKeyTemporal ( TemporalType value ) : void
[run-time name: org/apache/openejb/jee/jpa/ManyToMany.setMapKeyTemporal:(Lorg/apache/openejb/jee/jpa/TemporalType;)V]
ManyToMany.setOrderColumn ( OrderColumn value ) : void
[run-time name: org/apache/openejb/jee/jpa/ManyToMany.setOrderColumn:(Lorg/apache/openejb/jee/jpa/OrderColumn;)V]
openejb-jee-4.0.0.jar, ManyToOne.class
package org.apache.openejb.jee.jpa
ManyToOne.getAccess ( ) : AccessType
[run-time name: org/apache/openejb/jee/jpa/ManyToOne.getAccess:()Lorg/apache/openejb/jee/jpa/AccessType;]
ManyToOne.getMapsId ( ) : String
[run-time name: org/apache/openejb/jee/jpa/ManyToOne.getMapsId:()Ljava/lang/String;]
ManyToOne.isId ( ) : Boolean
[run-time name: org/apache/openejb/jee/jpa/ManyToOne.isId:()Ljava/lang/Boolean;]
ManyToOne.setAccess ( AccessType value ) : void
[run-time name: org/apache/openejb/jee/jpa/ManyToOne.setAccess:(Lorg/apache/openejb/jee/jpa/AccessType;)V]
ManyToOne.setId ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/jpa/ManyToOne.setId:(Ljava/lang/Boolean;)V]
ManyToOne.setMapsId ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/ManyToOne.setMapsId:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, MapKeyClass.class
package org.apache.openejb.jee.jpa
MapKeyClass.getClazz ( ) : String
[run-time name: org/apache/openejb/jee/jpa/MapKeyClass.getClazz:()Ljava/lang/String;]
MapKeyClass.MapKeyClass ( )
[run-time name: org/apache/openejb/jee/jpa/MapKeyClass."<init>":()V]
MapKeyClass.setClazz ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/MapKeyClass.setClazz:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, MapKeyColumn.class
package org.apache.openejb.jee.jpa
MapKeyColumn.getColumnDefinition ( ) : String
[run-time name: org/apache/openejb/jee/jpa/MapKeyColumn.getColumnDefinition:()Ljava/lang/String;]
MapKeyColumn.getLength ( ) : Integer
[run-time name: org/apache/openejb/jee/jpa/MapKeyColumn.getLength:()Ljava/lang/Integer;]
MapKeyColumn.getName ( ) : String
[run-time name: org/apache/openejb/jee/jpa/MapKeyColumn.getName:()Ljava/lang/String;]
MapKeyColumn.getPrecision ( ) : Integer
[run-time name: org/apache/openejb/jee/jpa/MapKeyColumn.getPrecision:()Ljava/lang/Integer;]
MapKeyColumn.getScale ( ) : Integer
[run-time name: org/apache/openejb/jee/jpa/MapKeyColumn.getScale:()Ljava/lang/Integer;]
MapKeyColumn.getTable ( ) : String
[run-time name: org/apache/openejb/jee/jpa/MapKeyColumn.getTable:()Ljava/lang/String;]
MapKeyColumn.isInsertable ( ) : Boolean
[run-time name: org/apache/openejb/jee/jpa/MapKeyColumn.isInsertable:()Ljava/lang/Boolean;]
MapKeyColumn.isNullable ( ) : Boolean
[run-time name: org/apache/openejb/jee/jpa/MapKeyColumn.isNullable:()Ljava/lang/Boolean;]
MapKeyColumn.isUnique ( ) : Boolean
[run-time name: org/apache/openejb/jee/jpa/MapKeyColumn.isUnique:()Ljava/lang/Boolean;]
MapKeyColumn.isUpdatable ( ) : Boolean
[run-time name: org/apache/openejb/jee/jpa/MapKeyColumn.isUpdatable:()Ljava/lang/Boolean;]
MapKeyColumn.MapKeyColumn ( )
[run-time name: org/apache/openejb/jee/jpa/MapKeyColumn."<init>":()V]
MapKeyColumn.setColumnDefinition ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/MapKeyColumn.setColumnDefinition:(Ljava/lang/String;)V]
MapKeyColumn.setInsertable ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/jpa/MapKeyColumn.setInsertable:(Ljava/lang/Boolean;)V]
MapKeyColumn.setLength ( Integer value ) : void
[run-time name: org/apache/openejb/jee/jpa/MapKeyColumn.setLength:(Ljava/lang/Integer;)V]
MapKeyColumn.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/MapKeyColumn.setName:(Ljava/lang/String;)V]
MapKeyColumn.setNullable ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/jpa/MapKeyColumn.setNullable:(Ljava/lang/Boolean;)V]
MapKeyColumn.setPrecision ( Integer value ) : void
[run-time name: org/apache/openejb/jee/jpa/MapKeyColumn.setPrecision:(Ljava/lang/Integer;)V]
MapKeyColumn.setScale ( Integer value ) : void
[run-time name: org/apache/openejb/jee/jpa/MapKeyColumn.setScale:(Ljava/lang/Integer;)V]
MapKeyColumn.setTable ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/MapKeyColumn.setTable:(Ljava/lang/String;)V]
MapKeyColumn.setUnique ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/jpa/MapKeyColumn.setUnique:(Ljava/lang/Boolean;)V]
MapKeyColumn.setUpdatable ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/jpa/MapKeyColumn.setUpdatable:(Ljava/lang/Boolean;)V]
openejb-jee-4.0.0.jar, MapKeyJoinColumn.class
package org.apache.openejb.jee.jpa
MapKeyJoinColumn.getColumnDefinition ( ) : String
[run-time name: org/apache/openejb/jee/jpa/MapKeyJoinColumn.getColumnDefinition:()Ljava/lang/String;]
MapKeyJoinColumn.getName ( ) : String
[run-time name: org/apache/openejb/jee/jpa/MapKeyJoinColumn.getName:()Ljava/lang/String;]
MapKeyJoinColumn.getReferencedColumnName ( ) : String
[run-time name: org/apache/openejb/jee/jpa/MapKeyJoinColumn.getReferencedColumnName:()Ljava/lang/String;]
MapKeyJoinColumn.getTable ( ) : String
[run-time name: org/apache/openejb/jee/jpa/MapKeyJoinColumn.getTable:()Ljava/lang/String;]
MapKeyJoinColumn.isInsertable ( ) : Boolean
[run-time name: org/apache/openejb/jee/jpa/MapKeyJoinColumn.isInsertable:()Ljava/lang/Boolean;]
MapKeyJoinColumn.isNullable ( ) : Boolean
[run-time name: org/apache/openejb/jee/jpa/MapKeyJoinColumn.isNullable:()Ljava/lang/Boolean;]
MapKeyJoinColumn.isUnique ( ) : Boolean
[run-time name: org/apache/openejb/jee/jpa/MapKeyJoinColumn.isUnique:()Ljava/lang/Boolean;]
MapKeyJoinColumn.isUpdatable ( ) : Boolean
[run-time name: org/apache/openejb/jee/jpa/MapKeyJoinColumn.isUpdatable:()Ljava/lang/Boolean;]
MapKeyJoinColumn.MapKeyJoinColumn ( )
[run-time name: org/apache/openejb/jee/jpa/MapKeyJoinColumn."<init>":()V]
MapKeyJoinColumn.setColumnDefinition ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/MapKeyJoinColumn.setColumnDefinition:(Ljava/lang/String;)V]
MapKeyJoinColumn.setInsertable ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/jpa/MapKeyJoinColumn.setInsertable:(Ljava/lang/Boolean;)V]
MapKeyJoinColumn.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/MapKeyJoinColumn.setName:(Ljava/lang/String;)V]
MapKeyJoinColumn.setNullable ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/jpa/MapKeyJoinColumn.setNullable:(Ljava/lang/Boolean;)V]
MapKeyJoinColumn.setReferencedColumnName ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/MapKeyJoinColumn.setReferencedColumnName:(Ljava/lang/String;)V]
MapKeyJoinColumn.setTable ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/MapKeyJoinColumn.setTable:(Ljava/lang/String;)V]
MapKeyJoinColumn.setUnique ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/jpa/MapKeyJoinColumn.setUnique:(Ljava/lang/Boolean;)V]
MapKeyJoinColumn.setUpdatable ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/jpa/MapKeyJoinColumn.setUpdatable:(Ljava/lang/Boolean;)V]
openejb-jee-4.0.0.jar, MessageDestination.class
package org.apache.openejb.jee
MessageDestination.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/MessageDestination.getDescription:()Ljava/lang/String;]
MessageDestination.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/MessageDestination.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
MessageDestination.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/MessageDestination.getDisplayName:()Ljava/lang/String;]
MessageDestination.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/MessageDestination.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
MessageDestination.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/MessageDestination.getIcon:()Lorg/apache/openejb/jee/Icon;]
MessageDestination.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/MessageDestination.getIconMap:()Ljava/util/Map;]
MessageDestination.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/MessageDestination.getIcons:()Ljava/util/Collection;]
MessageDestination.getLookupName ( ) : String
[run-time name: org/apache/openejb/jee/MessageDestination.getLookupName:()Ljava/lang/String;]
MessageDestination.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/MessageDestination.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
MessageDestination.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/MessageDestination.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
MessageDestination.setLookupName ( String lookupName ) : void
[run-time name: org/apache/openejb/jee/MessageDestination.setLookupName:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, MessageDestinationRef.class
package org.apache.openejb.jee
MessageDestinationRef.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/MessageDestinationRef.getDescription:()Ljava/lang/String;]
MessageDestinationRef.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/MessageDestinationRef.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
MessageDestinationRef.getInjectionTarget ( ) : java.util.Set
[run-time name: org/apache/openejb/jee/MessageDestinationRef.getInjectionTarget:()Ljava/util/Set;]
MessageDestinationRef.getLookupName ( ) : String
[run-time name: org/apache/openejb/jee/MessageDestinationRef.getLookupName:()Ljava/lang/String;]
MessageDestinationRef.injectionTarget ( Class clazz, String property ) : MessageDestinationRef
[run-time name: org/apache/openejb/jee/MessageDestinationRef.injectionTarget:(Ljava/lang/Class;Ljava/lang/String;)Lorg/apache/openejb/jee/MessageDestinationRef;]
MessageDestinationRef.injectionTarget ( String className, String property ) : MessageDestinationRef
[run-time name: org/apache/openejb/jee/MessageDestinationRef.injectionTarget:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/openejb/jee/MessageDestinationRef;]
MessageDestinationRef.link ( String messageDestinationLink ) : MessageDestinationRef
[run-time name: org/apache/openejb/jee/MessageDestinationRef.link:(Ljava/lang/String;)Lorg/apache/openejb/jee/MessageDestinationRef;]
MessageDestinationRef.lookup ( String lookupName ) : MessageDestinationRef
[run-time name: org/apache/openejb/jee/MessageDestinationRef.lookup:(Ljava/lang/String;)Lorg/apache/openejb/jee/MessageDestinationRef;]
MessageDestinationRef.mappedName ( String mappedName ) : MessageDestinationRef
[run-time name: org/apache/openejb/jee/MessageDestinationRef.mappedName:(Ljava/lang/String;)Lorg/apache/openejb/jee/MessageDestinationRef;]
MessageDestinationRef.name ( String messageDestinationRefName ) : MessageDestinationRef
[run-time name: org/apache/openejb/jee/MessageDestinationRef.name:(Ljava/lang/String;)Lorg/apache/openejb/jee/MessageDestinationRef;]
MessageDestinationRef.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/MessageDestinationRef.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
MessageDestinationRef.setLookupName ( String lookupName ) : void
[run-time name: org/apache/openejb/jee/MessageDestinationRef.setLookupName:(Ljava/lang/String;)V]
MessageDestinationRef.toString ( ) : String
[run-time name: org/apache/openejb/jee/MessageDestinationRef.toString:()Ljava/lang/String;]
MessageDestinationRef.type ( Class messageDestinationType ) : MessageDestinationRef
[run-time name: org/apache/openejb/jee/MessageDestinationRef.type:(Ljava/lang/Class;)Lorg/apache/openejb/jee/MessageDestinationRef;]
MessageDestinationRef.type ( String messageDestinationType ) : MessageDestinationRef
[run-time name: org/apache/openejb/jee/MessageDestinationRef.type:(Ljava/lang/String;)Lorg/apache/openejb/jee/MessageDestinationRef;]
openejb-jee-4.0.0.jar, MessageDrivenBean.class
package org.apache.openejb.jee
MessageDrivenBean.addAroundTimeout ( String method ) : void
[run-time name: org/apache/openejb/jee/MessageDrivenBean.addAroundTimeout:(Ljava/lang/String;)V]
MessageDrivenBean.getAroundTimeout ( ) : java.util.List
[run-time name: org/apache/openejb/jee/MessageDrivenBean.getAroundTimeout:()Ljava/util/List;]
MessageDrivenBean.getDataSource ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/MessageDrivenBean.getDataSource:()Ljava/util/Collection;]
MessageDrivenBean.getDataSourceMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/MessageDrivenBean.getDataSourceMap:()Ljava/util/Map;]
MessageDrivenBean.getTimer ( ) : java.util.List
[run-time name: org/apache/openejb/jee/MessageDrivenBean.getTimer:()Ljava/util/List;]
MessageDrivenBean.getTimerConsumerName ( ) : String
[run-time name: org/apache/openejb/jee/MessageDrivenBean.getTimerConsumerName:()Ljava/lang/String;]
MessageDrivenBean.setMessagingType ( Class value ) : void
[run-time name: org/apache/openejb/jee/MessageDrivenBean.setMessagingType:(Ljava/lang/Class;)V]
openejb-jee-4.0.0.jar, Method.class
package org.apache.openejb.jee
Method.withInterface ( MethodIntf methodIntf ) : Method
[run-time name: org/apache/openejb/jee/Method.withInterface:(Lorg/apache/openejb/jee/MethodIntf;)Lorg/apache/openejb/jee/Method;]
openejb-jee-4.0.0.jar, MethodParams.class
package org.apache.openejb.jee
MethodParams.MethodParams ( java.util.List methodParam )
[run-time name: org/apache/openejb/jee/MethodParams."<init>":(Ljava/util/List;)V]
MethodParams.MethodParams ( String[ ] params )
[run-time name: org/apache/openejb/jee/MethodParams."<init>":([Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, MethodSchedule.class
package org.apache.openejb.jee
MethodSchedule.MethodSchedule ( String className, String ejbName, String methodName, TimerSchedule[ ] schedules )
[run-time name: org/apache/openejb/jee/MethodSchedule."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Lorg/apache/openejb/jee/TimerSchedule;)V]
MethodSchedule.MethodSchedule ( String ejbName, NamedMethod method, TimerSchedule[ ] schedules )
[run-time name: org/apache/openejb/jee/MethodSchedule."<init>":(Ljava/lang/String;Lorg/apache/openejb/jee/NamedMethod;[Lorg/apache/openejb/jee/TimerSchedule;)V]
MethodSchedule.MethodSchedule ( String ejbName, reflect.Method method, TimerSchedule[ ] schedules )
[run-time name: org/apache/openejb/jee/MethodSchedule."<init>":(Ljava/lang/String;Ljava/lang/reflect/Method;[Lorg/apache/openejb/jee/TimerSchedule;)V]
openejb-jee-4.0.0.jar, Module.class
package org.apache.openejb.jee
Module.getWeb ( ) : Web
[run-time name: org/apache/openejb/jee/Module.getWeb:()Lorg/apache/openejb/jee/Web;]
Module.setWeb ( Web web ) : void
[run-time name: org/apache/openejb/jee/Module.setWeb:(Lorg/apache/openejb/jee/Web;)V]
openejb-jee-4.0.0.jar, MultipartConfig.class
package org.apache.openejb.jee
MultipartConfig.getFileSizeThreshold ( ) : int
[run-time name: org/apache/openejb/jee/MultipartConfig.getFileSizeThreshold:()I]
MultipartConfig.getLocation ( ) : String
[run-time name: org/apache/openejb/jee/MultipartConfig.getLocation:()Ljava/lang/String;]
MultipartConfig.getMaxFileSize ( ) : long
[run-time name: org/apache/openejb/jee/MultipartConfig.getMaxFileSize:()J]
MultipartConfig.getMaxRequestSize ( ) : long
[run-time name: org/apache/openejb/jee/MultipartConfig.getMaxRequestSize:()J]
MultipartConfig.MultipartConfig ( )
[run-time name: org/apache/openejb/jee/MultipartConfig."<init>":()V]
MultipartConfig.setFileSizeThreshold ( int value ) : void
[run-time name: org/apache/openejb/jee/MultipartConfig.setFileSizeThreshold:(I)V]
MultipartConfig.setLocation ( String value ) : void
[run-time name: org/apache/openejb/jee/MultipartConfig.setLocation:(Ljava/lang/String;)V]
MultipartConfig.setMaxFileSize ( long value ) : void
[run-time name: org/apache/openejb/jee/MultipartConfig.setMaxFileSize:(J)V]
MultipartConfig.setMaxRequestSize ( long value ) : void
[run-time name: org/apache/openejb/jee/MultipartConfig.setMaxRequestSize:(J)V]
openejb-jee-4.0.0.jar, NamedModule.class
package org.apache.openejb.jee
NamedModule.getId ( ) [abstract] : String
[run-time name: org/apache/openejb/jee/NamedModule.getId:()Ljava/lang/String;]
NamedModule.getModuleName ( ) [abstract] : String
[run-time name: org/apache/openejb/jee/NamedModule.getModuleName:()Ljava/lang/String;]
NamedModule.setId ( String p1 ) [abstract] : void
[run-time name: org/apache/openejb/jee/NamedModule.setId:(Ljava/lang/String;)V]
NamedModule.setModuleName ( String p1 ) [abstract] : void
[run-time name: org/apache/openejb/jee/NamedModule.setModuleName:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, NamedNativeQuery.class
package org.apache.openejb.jee.jpa
NamedNativeQuery.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/jpa/NamedNativeQuery.getDescription:()Ljava/lang/String;]
NamedNativeQuery.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/NamedNativeQuery.setDescription:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, NamedQuery.class
package org.apache.openejb.jee.jpa
NamedQuery.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/jpa/NamedQuery.getDescription:()Ljava/lang/String;]
NamedQuery.getLockMode ( ) : LockModeType
[run-time name: org/apache/openejb/jee/jpa/NamedQuery.getLockMode:()Lorg/apache/openejb/jee/jpa/LockModeType;]
NamedQuery.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/NamedQuery.setDescription:(Ljava/lang/String;)V]
NamedQuery.setLockMode ( LockModeType value ) : void
[run-time name: org/apache/openejb/jee/jpa/NamedQuery.setLockMode:(Lorg/apache/openejb/jee/jpa/LockModeType;)V]
openejb-jee-4.0.0.jar, NoSourceFilter.class
package org.apache.openejb.jee
JaxbJavaee.NoSourceFilter.JaxbJavaee.NoSourceFilter ( org.xml.sax.XMLReader xmlReader )
[run-time name: org/apache/openejb/jee/JaxbJavaee.NoSourceFilter."<init>":(Lorg/xml/sax/XMLReader;)V]
JaxbJavaee.NoSourceFilter.resolveEntity ( String publicId, String systemId ) : org.xml.sax.InputSource
[run-time name: org/apache/openejb/jee/JaxbJavaee.NoSourceFilter.resolveEntity:(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;]
openejb-jee-4.0.0.jar, ObjectFactory.class
package org.apache.openejb.jee
ObjectFactory.createConnector ( Connector value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/ObjectFactory.createConnector:(Lorg/apache/openejb/jee/Connector;)Ljavax/xml/bind/JAXBElement;]
package org.apache.openejb.jee.bval
ObjectFactory.createAnnotationType ( ) : AnnotationType
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createAnnotationType:()Lorg/apache/openejb/jee/bval/AnnotationType;]
ObjectFactory.createBeanType ( ) : BeanType
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createBeanType:()Lorg/apache/openejb/jee/bval/BeanType;]
ObjectFactory.createClassType ( ) : ClassType
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createClassType:()Lorg/apache/openejb/jee/bval/ClassType;]
ObjectFactory.createConstraintDefinitionType ( ) : ConstraintDefinitionType
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createConstraintDefinitionType:()Lorg/apache/openejb/jee/bval/ConstraintDefinitionType;]
ObjectFactory.createConstraintMappings ( ConstraintMappingsType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createConstraintMappings:(Lorg/apache/openejb/jee/bval/ConstraintMappingsType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createConstraintMappingsType ( ) : ConstraintMappingsType
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createConstraintMappingsType:()Lorg/apache/openejb/jee/bval/ConstraintMappingsType;]
ObjectFactory.createConstraintType ( ) : ConstraintType
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createConstraintType:()Lorg/apache/openejb/jee/bval/ConstraintType;]
ObjectFactory.createElementType ( ) : ElementType
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createElementType:()Lorg/apache/openejb/jee/bval/ElementType;]
ObjectFactory.createElementTypeAnnotation ( AnnotationType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createElementTypeAnnotation:(Lorg/apache/openejb/jee/bval/AnnotationType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createElementTypeValue ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createElementTypeValue:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createFieldType ( ) : FieldType
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createFieldType:()Lorg/apache/openejb/jee/bval/FieldType;]
ObjectFactory.createGetterType ( ) : GetterType
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createGetterType:()Lorg/apache/openejb/jee/bval/GetterType;]
ObjectFactory.createGroupSequenceType ( ) : GroupSequenceType
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createGroupSequenceType:()Lorg/apache/openejb/jee/bval/GroupSequenceType;]
ObjectFactory.createGroupSequenceTypeValue ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createGroupSequenceTypeValue:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createGroupsType ( ) : GroupsType
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createGroupsType:()Lorg/apache/openejb/jee/bval/GroupsType;]
ObjectFactory.createGroupsTypeValue ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createGroupsTypeValue:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createPayloadType ( ) : PayloadType
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createPayloadType:()Lorg/apache/openejb/jee/bval/PayloadType;]
ObjectFactory.createPayloadTypeValue ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createPayloadTypeValue:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createPropertyType ( ) : PropertyType
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createPropertyType:()Lorg/apache/openejb/jee/bval/PropertyType;]
ObjectFactory.createValidatedByType ( ) : ValidatedByType
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createValidatedByType:()Lorg/apache/openejb/jee/bval/ValidatedByType;]
ObjectFactory.createValidatedByTypeValue ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createValidatedByTypeValue:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createValidationConfig ( ValidationConfigType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createValidationConfig:(Lorg/apache/openejb/jee/bval/ValidationConfigType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createValidationConfigType ( ) : ValidationConfigType
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createValidationConfigType:()Lorg/apache/openejb/jee/bval/ValidationConfigType;]
ObjectFactory.createValidationConfigTypeConstraintMapping ( String value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/bval/ObjectFactory.createValidationConfigTypeConstraintMapping:(Ljava/lang/String;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/openejb/jee/bval/ObjectFactory."<init>":()V]
package org.apache.openejb.jee.jpa
ObjectFactory.createCollectionTable ( ) : CollectionTable
[run-time name: org/apache/openejb/jee/jpa/ObjectFactory.createCollectionTable:()Lorg/apache/openejb/jee/jpa/CollectionTable;]
ObjectFactory.createElementCollection ( ) : ElementCollection
[run-time name: org/apache/openejb/jee/jpa/ObjectFactory.createElementCollection:()Lorg/apache/openejb/jee/jpa/ElementCollection;]
ObjectFactory.createMapKeyClass ( ) : MapKeyClass
[run-time name: org/apache/openejb/jee/jpa/ObjectFactory.createMapKeyClass:()Lorg/apache/openejb/jee/jpa/MapKeyClass;]
ObjectFactory.createMapKeyColumn ( ) : MapKeyColumn
[run-time name: org/apache/openejb/jee/jpa/ObjectFactory.createMapKeyColumn:()Lorg/apache/openejb/jee/jpa/MapKeyColumn;]
ObjectFactory.createMapKeyJoinColumn ( ) : MapKeyJoinColumn
[run-time name: org/apache/openejb/jee/jpa/ObjectFactory.createMapKeyJoinColumn:()Lorg/apache/openejb/jee/jpa/MapKeyJoinColumn;]
ObjectFactory.createOrderColumn ( ) : OrderColumn
[run-time name: org/apache/openejb/jee/jpa/ObjectFactory.createOrderColumn:()Lorg/apache/openejb/jee/jpa/OrderColumn;]
openejb-jee-4.0.0.jar, OneToMany.class
package org.apache.openejb.jee.jpa
OneToMany.getMapKeyAttributeOverride ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/OneToMany.getMapKeyAttributeOverride:()Ljava/util/List;]
OneToMany.getMapKeyClass ( ) : MapKeyClass
[run-time name: org/apache/openejb/jee/jpa/OneToMany.getMapKeyClass:()Lorg/apache/openejb/jee/jpa/MapKeyClass;]
OneToMany.getMapKeyColumn ( ) : MapKeyColumn
[run-time name: org/apache/openejb/jee/jpa/OneToMany.getMapKeyColumn:()Lorg/apache/openejb/jee/jpa/MapKeyColumn;]
OneToMany.getMapKeyEnumerated ( ) : EnumType
[run-time name: org/apache/openejb/jee/jpa/OneToMany.getMapKeyEnumerated:()Lorg/apache/openejb/jee/jpa/EnumType;]
OneToMany.getMapKeyJoinColumn ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/OneToMany.getMapKeyJoinColumn:()Ljava/util/List;]
OneToMany.getMapKeyTemporal ( ) : TemporalType
[run-time name: org/apache/openejb/jee/jpa/OneToMany.getMapKeyTemporal:()Lorg/apache/openejb/jee/jpa/TemporalType;]
OneToMany.getOrderColumn ( ) : OrderColumn
[run-time name: org/apache/openejb/jee/jpa/OneToMany.getOrderColumn:()Lorg/apache/openejb/jee/jpa/OrderColumn;]
OneToMany.isOrphanRemoval ( ) : Boolean
[run-time name: org/apache/openejb/jee/jpa/OneToMany.isOrphanRemoval:()Ljava/lang/Boolean;]
OneToMany.setMapKeyClass ( MapKeyClass value ) : void
[run-time name: org/apache/openejb/jee/jpa/OneToMany.setMapKeyClass:(Lorg/apache/openejb/jee/jpa/MapKeyClass;)V]
OneToMany.setMapKeyColumn ( MapKeyColumn value ) : void
[run-time name: org/apache/openejb/jee/jpa/OneToMany.setMapKeyColumn:(Lorg/apache/openejb/jee/jpa/MapKeyColumn;)V]
OneToMany.setMapKeyEnumerated ( EnumType value ) : void
[run-time name: org/apache/openejb/jee/jpa/OneToMany.setMapKeyEnumerated:(Lorg/apache/openejb/jee/jpa/EnumType;)V]
OneToMany.setMapKeyTemporal ( TemporalType value ) : void
[run-time name: org/apache/openejb/jee/jpa/OneToMany.setMapKeyTemporal:(Lorg/apache/openejb/jee/jpa/TemporalType;)V]
OneToMany.setOrderColumn ( OrderColumn value ) : void
[run-time name: org/apache/openejb/jee/jpa/OneToMany.setOrderColumn:(Lorg/apache/openejb/jee/jpa/OrderColumn;)V]
OneToMany.setOrphanRemoval ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/jpa/OneToMany.setOrphanRemoval:(Ljava/lang/Boolean;)V]
openejb-jee-4.0.0.jar, OneToOne.class
package org.apache.openejb.jee.jpa
OneToOne.getAccess ( ) : AccessType
[run-time name: org/apache/openejb/jee/jpa/OneToOne.getAccess:()Lorg/apache/openejb/jee/jpa/AccessType;]
OneToOne.getMapsId ( ) : String
[run-time name: org/apache/openejb/jee/jpa/OneToOne.getMapsId:()Ljava/lang/String;]
OneToOne.isId ( ) : Boolean
[run-time name: org/apache/openejb/jee/jpa/OneToOne.isId:()Ljava/lang/Boolean;]
OneToOne.isOrphanRemoval ( ) : Boolean
[run-time name: org/apache/openejb/jee/jpa/OneToOne.isOrphanRemoval:()Ljava/lang/Boolean;]
OneToOne.setAccess ( AccessType value ) : void
[run-time name: org/apache/openejb/jee/jpa/OneToOne.setAccess:(Lorg/apache/openejb/jee/jpa/AccessType;)V]
OneToOne.setId ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/jpa/OneToOne.setId:(Ljava/lang/Boolean;)V]
OneToOne.setMapsId ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/OneToOne.setMapsId:(Ljava/lang/String;)V]
OneToOne.setOrphanRemoval ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/jpa/OneToOne.setOrphanRemoval:(Ljava/lang/Boolean;)V]
openejb-jee-4.0.0.jar, OpenejbJar.class
package org.apache.openejb.jee.oejb3
OpenejbJar.getId ( ) : String
[run-time name: org/apache/openejb/jee/oejb3/OpenejbJar.getId:()Ljava/lang/String;]
OpenejbJar.getModuleName ( ) : String
[run-time name: org/apache/openejb/jee/oejb3/OpenejbJar.getModuleName:()Ljava/lang/String;]
OpenejbJar.setId ( String id ) : void
[run-time name: org/apache/openejb/jee/oejb3/OpenejbJar.setId:(Ljava/lang/String;)V]
OpenejbJar.setModuleName ( String moduleName ) : void
[run-time name: org/apache/openejb/jee/oejb3/OpenejbJar.setModuleName:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, OrderColumn.class
package org.apache.openejb.jee.jpa
OrderColumn.getColumnDefinition ( ) : String
[run-time name: org/apache/openejb/jee/jpa/OrderColumn.getColumnDefinition:()Ljava/lang/String;]
OrderColumn.getName ( ) : String
[run-time name: org/apache/openejb/jee/jpa/OrderColumn.getName:()Ljava/lang/String;]
OrderColumn.isInsertable ( ) : Boolean
[run-time name: org/apache/openejb/jee/jpa/OrderColumn.isInsertable:()Ljava/lang/Boolean;]
OrderColumn.isNullable ( ) : Boolean
[run-time name: org/apache/openejb/jee/jpa/OrderColumn.isNullable:()Ljava/lang/Boolean;]
OrderColumn.isUpdatable ( ) : Boolean
[run-time name: org/apache/openejb/jee/jpa/OrderColumn.isUpdatable:()Ljava/lang/Boolean;]
OrderColumn.OrderColumn ( )
[run-time name: org/apache/openejb/jee/jpa/OrderColumn."<init>":()V]
OrderColumn.setColumnDefinition ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/OrderColumn.setColumnDefinition:(Ljava/lang/String;)V]
OrderColumn.setInsertable ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/jpa/OrderColumn.setInsertable:(Ljava/lang/Boolean;)V]
OrderColumn.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/OrderColumn.setName:(Ljava/lang/String;)V]
OrderColumn.setNullable ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/jpa/OrderColumn.setNullable:(Ljava/lang/Boolean;)V]
OrderColumn.setUpdatable ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/jpa/OrderColumn.setUpdatable:(Ljava/lang/Boolean;)V]
openejb-jee-4.0.0.jar, Ordering.class
package org.apache.openejb.jee
Ordering.getAfter ( ) : OrderingOrdering
[run-time name: org/apache/openejb/jee/Ordering.getAfter:()Lorg/apache/openejb/jee/OrderingOrdering;]
Ordering.getBefore ( ) : OrderingOrdering
[run-time name: org/apache/openejb/jee/Ordering.getBefore:()Lorg/apache/openejb/jee/OrderingOrdering;]
Ordering.Ordering ( )
[run-time name: org/apache/openejb/jee/Ordering."<init>":()V]
Ordering.setAfter ( OrderingOrdering value ) : void
[run-time name: org/apache/openejb/jee/Ordering.setAfter:(Lorg/apache/openejb/jee/OrderingOrdering;)V]
Ordering.setBefore ( OrderingOrdering value ) : void
[run-time name: org/apache/openejb/jee/Ordering.setBefore:(Lorg/apache/openejb/jee/OrderingOrdering;)V]
openejb-jee-4.0.0.jar, OrderingOrdering.class
package org.apache.openejb.jee
OrderingOrdering.getName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/OrderingOrdering.getName:()Ljava/util/List;]
OrderingOrdering.getOthers ( ) : OrderingOthers
[run-time name: org/apache/openejb/jee/OrderingOrdering.getOthers:()Lorg/apache/openejb/jee/OrderingOthers;]
OrderingOrdering.OrderingOrdering ( )
[run-time name: org/apache/openejb/jee/OrderingOrdering."<init>":()V]
OrderingOrdering.setOthers ( OrderingOthers value ) : void
[run-time name: org/apache/openejb/jee/OrderingOrdering.setOthers:(Lorg/apache/openejb/jee/OrderingOthers;)V]
openejb-jee-4.0.0.jar, OrderingOthers.class
package org.apache.openejb.jee
OrderingOthers.getId ( ) : String
[run-time name: org/apache/openejb/jee/OrderingOthers.getId:()Ljava/lang/String;]
OrderingOthers.OrderingOthers ( )
[run-time name: org/apache/openejb/jee/OrderingOthers."<init>":()V]
OrderingOthers.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/OrderingOthers.setId:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, ParamValue.class
package org.apache.openejb.jee
ParamValue.addDescription ( Text text ) : void
[run-time name: org/apache/openejb/jee/ParamValue.addDescription:(Lorg/apache/openejb/jee/Text;)V]
ParamValue.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/ParamValue.getDescription:()Ljava/lang/String;]
ParamValue.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/ParamValue.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
ParamValue.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/ParamValue.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, PayloadType.class
package org.apache.openejb.jee.bval
PayloadType.getValue ( ) : java.util.List
[run-time name: org/apache/openejb/jee/bval/PayloadType.getValue:()Ljava/util/List;]
PayloadType.PayloadType ( )
[run-time name: org/apache/openejb/jee/bval/PayloadType."<init>":()V]
openejb-jee-4.0.0.jar, Persistence.class
package org.apache.openejb.jee
Persistence.getPersistenceUnit ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Persistence.getPersistenceUnit:()Ljava/util/List;]
Persistence.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/Persistence.getVersion:()Ljava/lang/String;]
Persistence.Persistence ( )
[run-time name: org/apache/openejb/jee/Persistence."<init>":()V]
Persistence.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/Persistence.setVersion:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, PersistenceContextRef.class
package org.apache.openejb.jee
PersistenceContextRef.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/PersistenceContextRef.getDescription:()Ljava/lang/String;]
PersistenceContextRef.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/PersistenceContextRef.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
PersistenceContextRef.getInjectionTarget ( ) : java.util.Set
[run-time name: org/apache/openejb/jee/PersistenceContextRef.getInjectionTarget:()Ljava/util/Set;]
PersistenceContextRef.getLookupName ( ) : String
[run-time name: org/apache/openejb/jee/PersistenceContextRef.getLookupName:()Ljava/lang/String;]
PersistenceContextRef.injectionTarget ( Class clazz, String property ) : PersistenceContextRef
[run-time name: org/apache/openejb/jee/PersistenceContextRef.injectionTarget:(Ljava/lang/Class;Ljava/lang/String;)Lorg/apache/openejb/jee/PersistenceContextRef;]
PersistenceContextRef.injectionTarget ( String className, String property ) : PersistenceContextRef
[run-time name: org/apache/openejb/jee/PersistenceContextRef.injectionTarget:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/openejb/jee/PersistenceContextRef;]
PersistenceContextRef.lookup ( String lookupName ) : PersistenceContextRef
[run-time name: org/apache/openejb/jee/PersistenceContextRef.lookup:(Ljava/lang/String;)Lorg/apache/openejb/jee/PersistenceContextRef;]
PersistenceContextRef.mappedName ( String mappedName ) : PersistenceContextRef
[run-time name: org/apache/openejb/jee/PersistenceContextRef.mappedName:(Ljava/lang/String;)Lorg/apache/openejb/jee/PersistenceContextRef;]
PersistenceContextRef.name ( String persistenceContextRefName ) : PersistenceContextRef
[run-time name: org/apache/openejb/jee/PersistenceContextRef.name:(Ljava/lang/String;)Lorg/apache/openejb/jee/PersistenceContextRef;]
PersistenceContextRef.property ( String name, String value ) : PersistenceContextRef
[run-time name: org/apache/openejb/jee/PersistenceContextRef.property:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/openejb/jee/PersistenceContextRef;]
PersistenceContextRef.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/PersistenceContextRef.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
PersistenceContextRef.setLookupName ( String lookupName ) : void
[run-time name: org/apache/openejb/jee/PersistenceContextRef.setLookupName:(Ljava/lang/String;)V]
PersistenceContextRef.toString ( ) : String
[run-time name: org/apache/openejb/jee/PersistenceContextRef.toString:()Ljava/lang/String;]
PersistenceContextRef.type ( PersistenceContextType persistenceContextType ) : PersistenceContextRef
[run-time name: org/apache/openejb/jee/PersistenceContextRef.type:(Lorg/apache/openejb/jee/PersistenceContextType;)Lorg/apache/openejb/jee/PersistenceContextRef;]
PersistenceContextRef.unit ( String persistenceUnit ) : PersistenceContextRef
[run-time name: org/apache/openejb/jee/PersistenceContextRef.unit:(Ljava/lang/String;)Lorg/apache/openejb/jee/PersistenceContextRef;]
openejb-jee-4.0.0.jar, PersistenceFragment.class
package org.apache.openejb.jee.jpa.fragment
PersistenceFragment.addPersistenceUnitFragment ( PersistenceUnitFragment unit ) : PersistenceUnitFragment
[run-time name: org/apache/openejb/jee/jpa/fragment/PersistenceFragment.addPersistenceUnitFragment:(Lorg/apache/openejb/jee/jpa/fragment/PersistenceUnitFragment;)Lorg/apache/openejb/jee/jpa/fragment/PersistenceUnitFragment;]
PersistenceFragment.addPersistenceUnitFragment ( String unitName ) : PersistenceUnitFragment
[run-time name: org/apache/openejb/jee/jpa/fragment/PersistenceFragment.addPersistenceUnitFragment:(Ljava/lang/String;)Lorg/apache/openejb/jee/jpa/fragment/PersistenceUnitFragment;]
PersistenceFragment.getPersistenceUnitFragment ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/fragment/PersistenceFragment.getPersistenceUnitFragment:()Ljava/util/List;]
PersistenceFragment.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/jpa/fragment/PersistenceFragment.getVersion:()Ljava/lang/String;]
PersistenceFragment.PersistenceFragment ( )
[run-time name: org/apache/openejb/jee/jpa/fragment/PersistenceFragment."<init>":()V]
PersistenceFragment.PersistenceFragment ( PersistenceUnitFragment[ ] persistenceUnit )
[run-time name: org/apache/openejb/jee/jpa/fragment/PersistenceFragment."<init>":([Lorg/apache/openejb/jee/jpa/fragment/PersistenceUnitFragment;)V]
PersistenceFragment.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/fragment/PersistenceFragment.setVersion:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, PersistenceUnit.class
package org.apache.openejb.jee
Persistence.PersistenceUnit.getClazz ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.getClazz:()Ljava/util/List;]
Persistence.PersistenceUnit.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.getDescription:()Ljava/lang/String;]
Persistence.PersistenceUnit.getJarFile ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.getJarFile:()Ljava/util/List;]
Persistence.PersistenceUnit.getJtaDataSource ( ) : String
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.getJtaDataSource:()Ljava/lang/String;]
Persistence.PersistenceUnit.getMappingFile ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.getMappingFile:()Ljava/util/List;]
Persistence.PersistenceUnit.getName ( ) : String
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.getName:()Ljava/lang/String;]
Persistence.PersistenceUnit.getNonJtaDataSource ( ) : String
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.getNonJtaDataSource:()Ljava/lang/String;]
Persistence.PersistenceUnit.getProperties ( ) : Persistence.PersistenceUnit.Properties
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.getProperties:()Lorg/apache/openejb/jee/Persistence$PersistenceUnit$Properties;]
Persistence.PersistenceUnit.getProvider ( ) : String
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.getProvider:()Ljava/lang/String;]
Persistence.PersistenceUnit.getSharedCacheMode ( ) : PersistenceUnitCaching
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.getSharedCacheMode:()Lorg/apache/openejb/jee/PersistenceUnitCaching;]
Persistence.PersistenceUnit.getTransactionType ( ) : String
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.getTransactionType:()Ljava/lang/String;]
Persistence.PersistenceUnit.getValidationMode ( ) : PersistenceUnitValidationMode
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.getValidationMode:()Lorg/apache/openejb/jee/PersistenceUnitValidationMode;]
Persistence.PersistenceUnit.isExcludeUnlistedClasses ( ) : Boolean
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.isExcludeUnlistedClasses:()Ljava/lang/Boolean;]
Persistence.PersistenceUnit.Persistence.PersistenceUnit ( )
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit."<init>":()V]
Persistence.PersistenceUnit.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.setDescription:(Ljava/lang/String;)V]
Persistence.PersistenceUnit.setExcludeUnlistedClasses ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.setExcludeUnlistedClasses:(Ljava/lang/Boolean;)V]
Persistence.PersistenceUnit.setJtaDataSource ( String value ) : void
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.setJtaDataSource:(Ljava/lang/String;)V]
Persistence.PersistenceUnit.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.setName:(Ljava/lang/String;)V]
Persistence.PersistenceUnit.setNonJtaDataSource ( String value ) : void
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.setNonJtaDataSource:(Ljava/lang/String;)V]
Persistence.PersistenceUnit.setProperties ( Persistence.PersistenceUnit.Properties value ) : void
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.setProperties:(Lorg/apache/openejb/jee/Persistence$PersistenceUnit$Properties;)V]
Persistence.PersistenceUnit.setProvider ( String value ) : void
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.setProvider:(Ljava/lang/String;)V]
Persistence.PersistenceUnit.setSharedCacheMode ( PersistenceUnitCaching value ) : void
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.setSharedCacheMode:(Lorg/apache/openejb/jee/PersistenceUnitCaching;)V]
Persistence.PersistenceUnit.setTransactionType ( String value ) : void
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.setTransactionType:(Ljava/lang/String;)V]
Persistence.PersistenceUnit.setValidationMode ( PersistenceUnitValidationMode value ) : void
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.setValidationMode:(Lorg/apache/openejb/jee/PersistenceUnitValidationMode;)V]
package org.apache.openejb.jee.jpa.unit
PersistenceUnit.getSharedCacheMode ( ) : javax.persistence.SharedCacheMode
[run-time name: org/apache/openejb/jee/jpa/unit/PersistenceUnit.getSharedCacheMode:()Ljavax/persistence/SharedCacheMode;]
PersistenceUnit.getValidationMode ( ) : javax.persistence.ValidationMode
[run-time name: org/apache/openejb/jee/jpa/unit/PersistenceUnit.getValidationMode:()Ljavax/persistence/ValidationMode;]
openejb-jee-4.0.0.jar, PersistenceUnitCaching.class
package org.apache.openejb.jee
PersistenceUnitCaching.fromValue ( String v ) [static] : PersistenceUnitCaching
[run-time name: org/apache/openejb/jee/PersistenceUnitCaching.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/PersistenceUnitCaching;]
PersistenceUnitCaching.value ( ) : String
[run-time name: org/apache/openejb/jee/PersistenceUnitCaching.value:()Ljava/lang/String;]
PersistenceUnitCaching.valueOf ( String name ) [static] : PersistenceUnitCaching
[run-time name: org/apache/openejb/jee/PersistenceUnitCaching.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/PersistenceUnitCaching;]
PersistenceUnitCaching.values ( ) [static] : PersistenceUnitCaching[ ]
[run-time name: org/apache/openejb/jee/PersistenceUnitCaching.values:()[Lorg/apache/openejb/jee/PersistenceUnitCaching;]
openejb-jee-4.0.0.jar, PersistenceUnitDefaults.class
package org.apache.openejb.jee.jpa
PersistenceUnitDefaults.getDelimitedIdentifiers ( ) : EmptyType
[run-time name: org/apache/openejb/jee/jpa/PersistenceUnitDefaults.getDelimitedIdentifiers:()Lorg/apache/openejb/jee/jpa/EmptyType;]
PersistenceUnitDefaults.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/jpa/PersistenceUnitDefaults.getDescription:()Ljava/lang/String;]
PersistenceUnitDefaults.setDelimitedIdentifiers ( EmptyType value ) : void
[run-time name: org/apache/openejb/jee/jpa/PersistenceUnitDefaults.setDelimitedIdentifiers:(Lorg/apache/openejb/jee/jpa/EmptyType;)V]
PersistenceUnitDefaults.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/PersistenceUnitDefaults.setDescription:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, PersistenceUnitFragment.class
package org.apache.openejb.jee.jpa.fragment
PersistenceUnitFragment.addClass ( Class clazz ) : boolean
[run-time name: org/apache/openejb/jee/jpa/fragment/PersistenceUnitFragment.addClass:(Ljava/lang/Class;)Z]
PersistenceUnitFragment.addClass ( String s ) : boolean
[run-time name: org/apache/openejb/jee/jpa/fragment/PersistenceUnitFragment.addClass:(Ljava/lang/String;)Z]
PersistenceUnitFragment.getClazz ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/fragment/PersistenceUnitFragment.getClazz:()Ljava/util/List;]
PersistenceUnitFragment.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/jpa/fragment/PersistenceUnitFragment.getDescription:()Ljava/lang/String;]
PersistenceUnitFragment.getJarFile ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/fragment/PersistenceUnitFragment.getJarFile:()Ljava/util/List;]
PersistenceUnitFragment.getMappingFile ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/fragment/PersistenceUnitFragment.getMappingFile:()Ljava/util/List;]
PersistenceUnitFragment.getName ( ) : String
[run-time name: org/apache/openejb/jee/jpa/fragment/PersistenceUnitFragment.getName:()Ljava/lang/String;]
PersistenceUnitFragment.isExcludeUnlistedClasses ( ) : boolean
[run-time name: org/apache/openejb/jee/jpa/fragment/PersistenceUnitFragment.isExcludeUnlistedClasses:()Z]
PersistenceUnitFragment.PersistenceUnitFragment ( )
[run-time name: org/apache/openejb/jee/jpa/fragment/PersistenceUnitFragment."<init>":()V]
PersistenceUnitFragment.PersistenceUnitFragment ( String unitName )
[run-time name: org/apache/openejb/jee/jpa/fragment/PersistenceUnitFragment."<init>":(Ljava/lang/String;)V]
PersistenceUnitFragment.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/fragment/PersistenceUnitFragment.setDescription:(Ljava/lang/String;)V]
PersistenceUnitFragment.setExcludeUnlistedClasses ( boolean value ) : void
[run-time name: org/apache/openejb/jee/jpa/fragment/PersistenceUnitFragment.setExcludeUnlistedClasses:(Z)V]
PersistenceUnitFragment.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/fragment/PersistenceUnitFragment.setName:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, PersistenceUnitMetadata.class
package org.apache.openejb.jee.jpa
PersistenceUnitMetadata.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/jpa/PersistenceUnitMetadata.getDescription:()Ljava/lang/String;]
PersistenceUnitMetadata.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/PersistenceUnitMetadata.setDescription:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, PersistenceUnitRef.class
package org.apache.openejb.jee
PersistenceUnitRef.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/PersistenceUnitRef.getDescription:()Ljava/lang/String;]
PersistenceUnitRef.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/PersistenceUnitRef.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
PersistenceUnitRef.getInjectionTarget ( ) : java.util.Set
[run-time name: org/apache/openejb/jee/PersistenceUnitRef.getInjectionTarget:()Ljava/util/Set;]
PersistenceUnitRef.getLookupName ( ) : String
[run-time name: org/apache/openejb/jee/PersistenceUnitRef.getLookupName:()Ljava/lang/String;]
PersistenceUnitRef.injectionTarget ( Class clazz, String property ) : PersistenceUnitRef
[run-time name: org/apache/openejb/jee/PersistenceUnitRef.injectionTarget:(Ljava/lang/Class;Ljava/lang/String;)Lorg/apache/openejb/jee/PersistenceUnitRef;]
PersistenceUnitRef.injectionTarget ( String className, String property ) : PersistenceUnitRef
[run-time name: org/apache/openejb/jee/PersistenceUnitRef.injectionTarget:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/openejb/jee/PersistenceUnitRef;]
PersistenceUnitRef.lookup ( String lookupName ) : PersistenceUnitRef
[run-time name: org/apache/openejb/jee/PersistenceUnitRef.lookup:(Ljava/lang/String;)Lorg/apache/openejb/jee/PersistenceUnitRef;]
PersistenceUnitRef.mappedName ( String mappedName ) : PersistenceUnitRef
[run-time name: org/apache/openejb/jee/PersistenceUnitRef.mappedName:(Ljava/lang/String;)Lorg/apache/openejb/jee/PersistenceUnitRef;]
PersistenceUnitRef.name ( String persistenceUnitRefName ) : PersistenceUnitRef
[run-time name: org/apache/openejb/jee/PersistenceUnitRef.name:(Ljava/lang/String;)Lorg/apache/openejb/jee/PersistenceUnitRef;]
PersistenceUnitRef.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/PersistenceUnitRef.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
PersistenceUnitRef.setLookupName ( String lookupName ) : void
[run-time name: org/apache/openejb/jee/PersistenceUnitRef.setLookupName:(Ljava/lang/String;)V]
PersistenceUnitRef.toString ( ) : String
[run-time name: org/apache/openejb/jee/PersistenceUnitRef.toString:()Ljava/lang/String;]
PersistenceUnitRef.unit ( String persistenceUnit ) : PersistenceUnitRef
[run-time name: org/apache/openejb/jee/PersistenceUnitRef.unit:(Ljava/lang/String;)Lorg/apache/openejb/jee/PersistenceUnitRef;]
openejb-jee-4.0.0.jar, PersistenceUnitTransaction.class
package org.apache.openejb.jee
PersistenceUnitTransaction.fromValue ( String v ) [static] : PersistenceUnitTransaction
[run-time name: org/apache/openejb/jee/PersistenceUnitTransaction.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/PersistenceUnitTransaction;]
PersistenceUnitTransaction.value ( ) : String
[run-time name: org/apache/openejb/jee/PersistenceUnitTransaction.value:()Ljava/lang/String;]
PersistenceUnitTransaction.valueOf ( String name ) [static] : PersistenceUnitTransaction
[run-time name: org/apache/openejb/jee/PersistenceUnitTransaction.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/PersistenceUnitTransaction;]
PersistenceUnitTransaction.values ( ) [static] : PersistenceUnitTransaction[ ]
[run-time name: org/apache/openejb/jee/PersistenceUnitTransaction.values:()[Lorg/apache/openejb/jee/PersistenceUnitTransaction;]
openejb-jee-4.0.0.jar, PersistenceUnitValidationMode.class
package org.apache.openejb.jee
PersistenceUnitValidationMode.fromValue ( String v ) [static] : PersistenceUnitValidationMode
[run-time name: org/apache/openejb/jee/PersistenceUnitValidationMode.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/PersistenceUnitValidationMode;]
PersistenceUnitValidationMode.value ( ) : String
[run-time name: org/apache/openejb/jee/PersistenceUnitValidationMode.value:()Ljava/lang/String;]
PersistenceUnitValidationMode.valueOf ( String name ) [static] : PersistenceUnitValidationMode
[run-time name: org/apache/openejb/jee/PersistenceUnitValidationMode.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/PersistenceUnitValidationMode;]
PersistenceUnitValidationMode.values ( ) [static] : PersistenceUnitValidationMode[ ]
[run-time name: org/apache/openejb/jee/PersistenceUnitValidationMode.values:()[Lorg/apache/openejb/jee/PersistenceUnitValidationMode;]
openejb-jee-4.0.0.jar, PortComponent.class
package org.apache.openejb.jee
PortComponent.getAddressing ( ) : Addressing
[run-time name: org/apache/openejb/jee/PortComponent.getAddressing:()Lorg/apache/openejb/jee/Addressing;]
PortComponent.getEnableMtom ( ) : Boolean
[run-time name: org/apache/openejb/jee/PortComponent.getEnableMtom:()Ljava/lang/Boolean;]
PortComponent.getMtomThreshold ( ) : Integer
[run-time name: org/apache/openejb/jee/PortComponent.getMtomThreshold:()Ljava/lang/Integer;]
PortComponent.getRespectBinding ( ) : RespectBinding
[run-time name: org/apache/openejb/jee/PortComponent.getRespectBinding:()Lorg/apache/openejb/jee/RespectBinding;]
PortComponent.setAddressing ( Addressing value ) : void
[run-time name: org/apache/openejb/jee/PortComponent.setAddressing:(Lorg/apache/openejb/jee/Addressing;)V]
PortComponent.setEnableMtom ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/PortComponent.setEnableMtom:(Ljava/lang/Boolean;)V]
PortComponent.setMtomThreshold ( Integer value ) : void
[run-time name: org/apache/openejb/jee/PortComponent.setMtomThreshold:(Ljava/lang/Integer;)V]
PortComponent.setRespectBinding ( RespectBinding value ) : void
[run-time name: org/apache/openejb/jee/PortComponent.setRespectBinding:(Lorg/apache/openejb/jee/RespectBinding;)V]
openejb-jee-4.0.0.jar, PortComponentRef.class
package org.apache.openejb.jee
PortComponentRef.getAddressing ( ) : Addressing
[run-time name: org/apache/openejb/jee/PortComponentRef.getAddressing:()Lorg/apache/openejb/jee/Addressing;]
PortComponentRef.getEnableMtom ( ) : Boolean
[run-time name: org/apache/openejb/jee/PortComponentRef.getEnableMtom:()Ljava/lang/Boolean;]
PortComponentRef.getMtomThreshold ( ) : Integer
[run-time name: org/apache/openejb/jee/PortComponentRef.getMtomThreshold:()Ljava/lang/Integer;]
PortComponentRef.getRespectBinding ( ) : RespectBinding
[run-time name: org/apache/openejb/jee/PortComponentRef.getRespectBinding:()Lorg/apache/openejb/jee/RespectBinding;]
PortComponentRef.setAddressing ( Addressing value ) : void
[run-time name: org/apache/openejb/jee/PortComponentRef.setAddressing:(Lorg/apache/openejb/jee/Addressing;)V]
PortComponentRef.setMtomThreshold ( Integer value ) : void
[run-time name: org/apache/openejb/jee/PortComponentRef.setMtomThreshold:(Ljava/lang/Integer;)V]
PortComponentRef.setRespectBinding ( RespectBinding value ) : void
[run-time name: org/apache/openejb/jee/PortComponentRef.setRespectBinding:(Lorg/apache/openejb/jee/RespectBinding;)V]
openejb-jee-4.0.0.jar, PostLoad.class
package org.apache.openejb.jee.jpa
PostLoad.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/jpa/PostLoad.getDescription:()Ljava/lang/String;]
PostLoad.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/PostLoad.setDescription:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, PostPersist.class
package org.apache.openejb.jee.jpa
PostPersist.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/jpa/PostPersist.getDescription:()Ljava/lang/String;]
PostPersist.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/PostPersist.setDescription:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, PostRemove.class
package org.apache.openejb.jee.jpa
PostRemove.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/jpa/PostRemove.getDescription:()Ljava/lang/String;]
PostRemove.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/PostRemove.setDescription:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, PostUpdate.class
package org.apache.openejb.jee.jpa
PostUpdate.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/jpa/PostUpdate.getDescription:()Ljava/lang/String;]
PostUpdate.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/PostUpdate.setDescription:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, PrePersist.class
package org.apache.openejb.jee.jpa
PrePersist.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/jpa/PrePersist.getDescription:()Ljava/lang/String;]
PrePersist.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/PrePersist.setDescription:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, PreRemove.class
package org.apache.openejb.jee.jpa
PreRemove.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/jpa/PreRemove.getDescription:()Ljava/lang/String;]
PreRemove.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/PreRemove.setDescription:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, PreUpdate.class
package org.apache.openejb.jee.jpa
PreUpdate.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/jpa/PreUpdate.getDescription:()Ljava/lang/String;]
PreUpdate.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/PreUpdate.setDescription:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, Properties.class
package org.apache.openejb.jee
Persistence.PersistenceUnit.Properties.getProperty ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.Properties.getProperty:()Ljava/util/List;]
Persistence.PersistenceUnit.Properties.Persistence.PersistenceUnit.Properties ( )
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.Properties."<init>":()V]
openejb-jee-4.0.0.jar, Property.class
package org.apache.openejb.jee
Persistence.PersistenceUnit.Properties.Property.getName ( ) : String
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.Properties.Property.getName:()Ljava/lang/String;]
Persistence.PersistenceUnit.Properties.Property.getValue ( ) : String
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.Properties.Property.getValue:()Ljava/lang/String;]
Persistence.PersistenceUnit.Properties.Property.Persistence.PersistenceUnit.Properties.Property ( )
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.Properties.Property."<init>":()V]
Persistence.PersistenceUnit.Properties.Property.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.Properties.Property.setName:(Ljava/lang/String;)V]
Persistence.PersistenceUnit.Properties.Property.setValue ( String value ) : void
[run-time name: org/apache/openejb/jee/Persistence.PersistenceUnit.Properties.Property.setValue:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, PropertyType.class
package org.apache.openejb.jee.bval
PropertyType.getName ( ) : String
[run-time name: org/apache/openejb/jee/bval/PropertyType.getName:()Ljava/lang/String;]
PropertyType.getValue ( ) : String
[run-time name: org/apache/openejb/jee/bval/PropertyType.getValue:()Ljava/lang/String;]
PropertyType.PropertyType ( )
[run-time name: org/apache/openejb/jee/bval/PropertyType."<init>":()V]
PropertyType.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/bval/PropertyType.setName:(Ljava/lang/String;)V]
PropertyType.setValue ( String value ) : void
[run-time name: org/apache/openejb/jee/bval/PropertyType.setValue:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, QueryHint.class
package org.apache.openejb.jee.jpa
QueryHint.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/jpa/QueryHint.getDescription:()Ljava/lang/String;]
QueryHint.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/QueryHint.setDescription:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, QueryMethod.class
package org.apache.openejb.jee
QueryMethod.QueryMethod ( String methodName, String[ ] params )
[run-time name: org/apache/openejb/jee/QueryMethod."<init>":(Ljava/lang/String;[Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, RelationshipRoleSource.class
package org.apache.openejb.jee
RelationshipRoleSource.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/RelationshipRoleSource.getDescription:()Ljava/lang/String;]
RelationshipRoleSource.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/RelationshipRoleSource.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
RelationshipRoleSource.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/RelationshipRoleSource.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, Relationships.class
package org.apache.openejb.jee
Relationships.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/Relationships.getDescription:()Ljava/lang/String;]
Relationships.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/Relationships.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
Relationships.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/Relationships.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, RequiredConfigProperty.class
package org.apache.openejb.jee
RequiredConfigProperty.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/RequiredConfigProperty.getDescription:()Ljava/lang/String;]
RequiredConfigProperty.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/RequiredConfigProperty.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
RequiredConfigProperty.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/RequiredConfigProperty.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, ResourceAdapter.class
package org.apache.openejb.jee
ResourceAdapter.getAdminObject ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ResourceAdapter.getAdminObject:()Ljava/util/List;]
ResourceAdapter.getId ( ) : String
[run-time name: org/apache/openejb/jee/ResourceAdapter.getId:()Ljava/lang/String;]
ResourceAdapter.getInboundResourceAdapter ( ) : InboundResourceadapter
[run-time name: org/apache/openejb/jee/ResourceAdapter.getInboundResourceAdapter:()Lorg/apache/openejb/jee/InboundResourceadapter;]
ResourceAdapter.getOutboundResourceAdapter ( ) : OutboundResourceAdapter
[run-time name: org/apache/openejb/jee/ResourceAdapter.getOutboundResourceAdapter:()Lorg/apache/openejb/jee/OutboundResourceAdapter;]
ResourceAdapter.getResourceAdapterClass ( ) : String
[run-time name: org/apache/openejb/jee/ResourceAdapter.getResourceAdapterClass:()Ljava/lang/String;]
ResourceAdapter.getSecurityPermission ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ResourceAdapter.getSecurityPermission:()Ljava/util/List;]
ResourceAdapter.newResourceAdapter ( ResourceAdapter10 source ) [static] : ResourceAdapter
[run-time name: org/apache/openejb/jee/ResourceAdapter.newResourceAdapter:(Lorg/apache/openejb/jee/ResourceAdapter10;)Lorg/apache/openejb/jee/ResourceAdapter;]
ResourceAdapter.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/ResourceAdapter.setId:(Ljava/lang/String;)V]
ResourceAdapter.setInboundResourceAdapter ( InboundResourceadapter value ) : InboundResourceadapter
[run-time name: org/apache/openejb/jee/ResourceAdapter.setInboundResourceAdapter:(Lorg/apache/openejb/jee/InboundResourceadapter;)Lorg/apache/openejb/jee/InboundResourceadapter;]
ResourceAdapter.setOutboundResourceAdapter ( OutboundResourceAdapter value ) : OutboundResourceAdapter
[run-time name: org/apache/openejb/jee/ResourceAdapter.setOutboundResourceAdapter:(Lorg/apache/openejb/jee/OutboundResourceAdapter;)Lorg/apache/openejb/jee/OutboundResourceAdapter;]
ResourceAdapter.setResourceAdapterClass ( String value ) : void
[run-time name: org/apache/openejb/jee/ResourceAdapter.setResourceAdapterClass:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, ResourceAdapter10.class
package org.apache.openejb.jee
ResourceAdapter10.getId ( ) : String
[run-time name: org/apache/openejb/jee/ResourceAdapter10.getId:()Ljava/lang/String;]
ResourceAdapter10.getSecurityPermission ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ResourceAdapter10.getSecurityPermission:()Ljava/util/List;]
ResourceAdapter10.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/ResourceAdapter10.setId:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, ResourceEnvRef.class
package org.apache.openejb.jee
ResourceEnvRef.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/ResourceEnvRef.getDescription:()Ljava/lang/String;]
ResourceEnvRef.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/ResourceEnvRef.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
ResourceEnvRef.getInjectionTarget ( ) : java.util.Set
[run-time name: org/apache/openejb/jee/ResourceEnvRef.getInjectionTarget:()Ljava/util/Set;]
ResourceEnvRef.getLookupName ( ) : String
[run-time name: org/apache/openejb/jee/ResourceEnvRef.getLookupName:()Ljava/lang/String;]
ResourceEnvRef.injectionTarget ( Class clazz, String property ) : ResourceEnvRef
[run-time name: org/apache/openejb/jee/ResourceEnvRef.injectionTarget:(Ljava/lang/Class;Ljava/lang/String;)Lorg/apache/openejb/jee/ResourceEnvRef;]
ResourceEnvRef.injectionTarget ( String className, String property ) : ResourceEnvRef
[run-time name: org/apache/openejb/jee/ResourceEnvRef.injectionTarget:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/openejb/jee/ResourceEnvRef;]
ResourceEnvRef.lookup ( String lookupName ) : ResourceEnvRef
[run-time name: org/apache/openejb/jee/ResourceEnvRef.lookup:(Ljava/lang/String;)Lorg/apache/openejb/jee/ResourceEnvRef;]
ResourceEnvRef.mappedName ( String mappedName ) : ResourceEnvRef
[run-time name: org/apache/openejb/jee/ResourceEnvRef.mappedName:(Ljava/lang/String;)Lorg/apache/openejb/jee/ResourceEnvRef;]
ResourceEnvRef.name ( String resourceEnvRefName ) : ResourceEnvRef
[run-time name: org/apache/openejb/jee/ResourceEnvRef.name:(Ljava/lang/String;)Lorg/apache/openejb/jee/ResourceEnvRef;]
ResourceEnvRef.ResourceEnvRef ( String resourceEnvRefName, Class resourceEnvRefType )
[run-time name: org/apache/openejb/jee/ResourceEnvRef."<init>":(Ljava/lang/String;Ljava/lang/Class;)V]
ResourceEnvRef.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/ResourceEnvRef.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
ResourceEnvRef.setLookupName ( String lookupName ) : void
[run-time name: org/apache/openejb/jee/ResourceEnvRef.setLookupName:(Ljava/lang/String;)V]
ResourceEnvRef.toString ( ) : String
[run-time name: org/apache/openejb/jee/ResourceEnvRef.toString:()Ljava/lang/String;]
ResourceEnvRef.type ( Class resourceEnvRefType ) : ResourceEnvRef
[run-time name: org/apache/openejb/jee/ResourceEnvRef.type:(Ljava/lang/Class;)Lorg/apache/openejb/jee/ResourceEnvRef;]
ResourceEnvRef.type ( String resourceEnvRefType ) : ResourceEnvRef
[run-time name: org/apache/openejb/jee/ResourceEnvRef.type:(Ljava/lang/String;)Lorg/apache/openejb/jee/ResourceEnvRef;]
openejb-jee-4.0.0.jar, ResourceEnvRefType.class
package org.apache.openejb.jee.oejb2
ResourceEnvRefType.getObjectFactory ( ) : String
[run-time name: org/apache/openejb/jee/oejb2/ResourceEnvRefType.getObjectFactory:()Ljava/lang/String;]
ResourceEnvRefType.getObjectFactoryLocation ( ) : String
[run-time name: org/apache/openejb/jee/oejb2/ResourceEnvRefType.getObjectFactoryLocation:()Ljava/lang/String;]
ResourceEnvRefType.getReferenceClass ( ) : String
[run-time name: org/apache/openejb/jee/oejb2/ResourceEnvRefType.getReferenceClass:()Ljava/lang/String;]
ResourceEnvRefType.getStringAddr ( ) : String
[run-time name: org/apache/openejb/jee/oejb2/ResourceEnvRefType.getStringAddr:()Ljava/lang/String;]
ResourceEnvRefType.getStringAddrType ( ) : String
[run-time name: org/apache/openejb/jee/oejb2/ResourceEnvRefType.getStringAddrType:()Ljava/lang/String;]
ResourceEnvRefType.setObjectFactory ( String objectFactory ) : void
[run-time name: org/apache/openejb/jee/oejb2/ResourceEnvRefType.setObjectFactory:(Ljava/lang/String;)V]
ResourceEnvRefType.setObjectFactoryLocation ( String objectFactoryLocation ) : void
[run-time name: org/apache/openejb/jee/oejb2/ResourceEnvRefType.setObjectFactoryLocation:(Ljava/lang/String;)V]
ResourceEnvRefType.setReferenceClass ( String referenceClass ) : void
[run-time name: org/apache/openejb/jee/oejb2/ResourceEnvRefType.setReferenceClass:(Ljava/lang/String;)V]
ResourceEnvRefType.setStringAddr ( String stringAddr ) : void
[run-time name: org/apache/openejb/jee/oejb2/ResourceEnvRefType.setStringAddr:(Ljava/lang/String;)V]
ResourceEnvRefType.setStringAddrType ( String stringAddrType ) : void
[run-time name: org/apache/openejb/jee/oejb2/ResourceEnvRefType.setStringAddrType:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, ResourceRef.class
package org.apache.openejb.jee
ResourceRef.auth ( ResAuth resAuth ) : ResourceRef
[run-time name: org/apache/openejb/jee/ResourceRef.auth:(Lorg/apache/openejb/jee/ResAuth;)Lorg/apache/openejb/jee/ResourceRef;]
ResourceRef.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/ResourceRef.getDescription:()Ljava/lang/String;]
ResourceRef.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/ResourceRef.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
ResourceRef.getInjectionTarget ( ) : java.util.Set
[run-time name: org/apache/openejb/jee/ResourceRef.getInjectionTarget:()Ljava/util/Set;]
ResourceRef.getLookupName ( ) : String
[run-time name: org/apache/openejb/jee/ResourceRef.getLookupName:()Ljava/lang/String;]
ResourceRef.injectionTarget ( Class clazz, String property ) : ResourceRef
[run-time name: org/apache/openejb/jee/ResourceRef.injectionTarget:(Ljava/lang/Class;Ljava/lang/String;)Lorg/apache/openejb/jee/ResourceRef;]
ResourceRef.injectionTarget ( String className, String property ) : ResourceRef
[run-time name: org/apache/openejb/jee/ResourceRef.injectionTarget:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/openejb/jee/ResourceRef;]
ResourceRef.lookup ( String lookupName ) : ResourceRef
[run-time name: org/apache/openejb/jee/ResourceRef.lookup:(Ljava/lang/String;)Lorg/apache/openejb/jee/ResourceRef;]
ResourceRef.mappedName ( String mappedName ) : ResourceRef
[run-time name: org/apache/openejb/jee/ResourceRef.mappedName:(Ljava/lang/String;)Lorg/apache/openejb/jee/ResourceRef;]
ResourceRef.name ( String resRefName ) : ResourceRef
[run-time name: org/apache/openejb/jee/ResourceRef.name:(Ljava/lang/String;)Lorg/apache/openejb/jee/ResourceRef;]
ResourceRef.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/ResourceRef.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
ResourceRef.setLookupName ( String lookupName ) : void
[run-time name: org/apache/openejb/jee/ResourceRef.setLookupName:(Ljava/lang/String;)V]
ResourceRef.toString ( ) : String
[run-time name: org/apache/openejb/jee/ResourceRef.toString:()Ljava/lang/String;]
ResourceRef.type ( String resType ) : ResourceRef
[run-time name: org/apache/openejb/jee/ResourceRef.type:(Ljava/lang/String;)Lorg/apache/openejb/jee/ResourceRef;]
openejb-jee-4.0.0.jar, RespectBinding.class
package org.apache.openejb.jee
RespectBinding.getEnabled ( ) : Boolean
[run-time name: org/apache/openejb/jee/RespectBinding.getEnabled:()Ljava/lang/Boolean;]
RespectBinding.RespectBinding ( )
[run-time name: org/apache/openejb/jee/RespectBinding."<init>":()V]
RespectBinding.setEnabled ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/RespectBinding.setEnabled:(Ljava/lang/Boolean;)V]
openejb-jee-4.0.0.jar, RunAs.class
package org.apache.openejb.jee
RunAs.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/RunAs.getDescription:()Ljava/lang/String;]
RunAs.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/RunAs.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
RunAs.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/RunAs.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, SecurityIdentity.class
package org.apache.openejb.jee
SecurityIdentity.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/SecurityIdentity.getDescription:()Ljava/lang/String;]
SecurityIdentity.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/SecurityIdentity.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
SecurityIdentity.getUseCallerIdentity ( ) : Empty
[run-time name: org/apache/openejb/jee/SecurityIdentity.getUseCallerIdentity:()Lorg/apache/openejb/jee/Empty;]
SecurityIdentity.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/SecurityIdentity.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
SecurityIdentity.setUseCallerIdentity ( Empty value ) : void
[run-time name: org/apache/openejb/jee/SecurityIdentity.setUseCallerIdentity:(Lorg/apache/openejb/jee/Empty;)V]
openejb-jee-4.0.0.jar, SecurityPermission.class
package org.apache.openejb.jee
SecurityPermission.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/SecurityPermission.getDescription:()Ljava/lang/String;]
SecurityPermission.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/SecurityPermission.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
SecurityPermission.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/SecurityPermission.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, SequenceGenerator.class
package org.apache.openejb.jee.jpa
SequenceGenerator.getCatalog ( ) : String
[run-time name: org/apache/openejb/jee/jpa/SequenceGenerator.getCatalog:()Ljava/lang/String;]
SequenceGenerator.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/jpa/SequenceGenerator.getDescription:()Ljava/lang/String;]
SequenceGenerator.getSchema ( ) : String
[run-time name: org/apache/openejb/jee/jpa/SequenceGenerator.getSchema:()Ljava/lang/String;]
SequenceGenerator.setCatalog ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/SequenceGenerator.setCatalog:(Ljava/lang/String;)V]
SequenceGenerator.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/SequenceGenerator.setDescription:(Ljava/lang/String;)V]
SequenceGenerator.setSchema ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/SequenceGenerator.setSchema:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, ServiceRef.class
package org.apache.openejb.jee
ServiceRef.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/ServiceRef.getDescription:()Ljava/lang/String;]
ServiceRef.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/ServiceRef.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
ServiceRef.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/ServiceRef.getDisplayName:()Ljava/lang/String;]
ServiceRef.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/ServiceRef.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
ServiceRef.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/ServiceRef.getIcon:()Lorg/apache/openejb/jee/Icon;]
ServiceRef.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/ServiceRef.getIconMap:()Ljava/util/Map;]
ServiceRef.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/ServiceRef.getIcons:()Ljava/util/Collection;]
ServiceRef.getInjectionTarget ( ) : java.util.Set
[run-time name: org/apache/openejb/jee/ServiceRef.getInjectionTarget:()Ljava/util/Set;]
ServiceRef.getLookupName ( ) : String
[run-time name: org/apache/openejb/jee/ServiceRef.getLookupName:()Ljava/lang/String;]
ServiceRef.injectionTarget ( Class clazz, String property ) : ServiceRef
[run-time name: org/apache/openejb/jee/ServiceRef.injectionTarget:(Ljava/lang/Class;Ljava/lang/String;)Lorg/apache/openejb/jee/ServiceRef;]
ServiceRef.injectionTarget ( String className, String property ) : ServiceRef
[run-time name: org/apache/openejb/jee/ServiceRef.injectionTarget:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/openejb/jee/ServiceRef;]
ServiceRef.jaxrpcMappingFile ( String jaxrpcMappingFile ) : ServiceRef
[run-time name: org/apache/openejb/jee/ServiceRef.jaxrpcMappingFile:(Ljava/lang/String;)Lorg/apache/openejb/jee/ServiceRef;]
ServiceRef.lookup ( String lookupName ) : ServiceRef
[run-time name: org/apache/openejb/jee/ServiceRef.lookup:(Ljava/lang/String;)Lorg/apache/openejb/jee/ServiceRef;]
ServiceRef.mappedName ( String mappedName ) : ServiceRef
[run-time name: org/apache/openejb/jee/ServiceRef.mappedName:(Ljava/lang/String;)Lorg/apache/openejb/jee/ServiceRef;]
ServiceRef.name ( String serviceRefName ) : ServiceRef
[run-time name: org/apache/openejb/jee/ServiceRef.name:(Ljava/lang/String;)Lorg/apache/openejb/jee/ServiceRef;]
ServiceRef.qname ( javax.xml.namespace.QName serviceQname ) : ServiceRef
[run-time name: org/apache/openejb/jee/ServiceRef.qname:(Ljavax/xml/namespace/QName;)Lorg/apache/openejb/jee/ServiceRef;]
ServiceRef.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/ServiceRef.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
ServiceRef.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/ServiceRef.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
ServiceRef.setLookupName ( String lookupName ) : void
[run-time name: org/apache/openejb/jee/ServiceRef.setLookupName:(Ljava/lang/String;)V]
ServiceRef.toString ( ) : String
[run-time name: org/apache/openejb/jee/ServiceRef.toString:()Ljava/lang/String;]
ServiceRef.type ( Class serviceRefType ) : ServiceRef
[run-time name: org/apache/openejb/jee/ServiceRef.type:(Ljava/lang/Class;)Lorg/apache/openejb/jee/ServiceRef;]
ServiceRef.type ( String serviceRefType ) : ServiceRef
[run-time name: org/apache/openejb/jee/ServiceRef.type:(Ljava/lang/String;)Lorg/apache/openejb/jee/ServiceRef;]
ServiceRef.wsdl ( String wsdlFile ) : ServiceRef
[run-time name: org/apache/openejb/jee/ServiceRef.wsdl:(Ljava/lang/String;)Lorg/apache/openejb/jee/ServiceRef;]
openejb-jee-4.0.0.jar, ServiceRefType.class
package org.apache.openejb.jee.oejb2
ServiceRefType.getWsdlFile ( ) : String
[run-time name: org/apache/openejb/jee/oejb2/ServiceRefType.getWsdlFile:()Ljava/lang/String;]
ServiceRefType.setWsdlFile ( String wsdlFile ) : void
[run-time name: org/apache/openejb/jee/oejb2/ServiceRefType.setWsdlFile:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, Servlet.class
package org.apache.openejb.jee
Servlet.addDescription ( Text text ) : void
[run-time name: org/apache/openejb/jee/Servlet.addDescription:(Lorg/apache/openejb/jee/Text;)V]
Servlet.addDisplayName ( Text text ) : void
[run-time name: org/apache/openejb/jee/Servlet.addDisplayName:(Lorg/apache/openejb/jee/Text;)V]
Servlet.getAsyncSupported ( ) : Boolean
[run-time name: org/apache/openejb/jee/Servlet.getAsyncSupported:()Ljava/lang/Boolean;]
Servlet.getEnabled ( ) : Boolean
[run-time name: org/apache/openejb/jee/Servlet.getEnabled:()Ljava/lang/Boolean;]
Servlet.getLoadOnStartup ( ) : Integer
[run-time name: org/apache/openejb/jee/Servlet.getLoadOnStartup:()Ljava/lang/Integer;]
Servlet.getMultipartConfig ( ) : MultipartConfig
[run-time name: org/apache/openejb/jee/Servlet.getMultipartConfig:()Lorg/apache/openejb/jee/MultipartConfig;]
Servlet.setAsyncSupported ( Boolean asyncSupported ) : void
[run-time name: org/apache/openejb/jee/Servlet.setAsyncSupported:(Ljava/lang/Boolean;)V]
Servlet.setEnabled ( Boolean enabled ) : void
[run-time name: org/apache/openejb/jee/Servlet.setEnabled:(Ljava/lang/Boolean;)V]
Servlet.setLoadOnStartup ( Integer value ) : void
[run-time name: org/apache/openejb/jee/Servlet.setLoadOnStartup:(Ljava/lang/Integer;)V]
Servlet.setMultipartConfig ( MultipartConfig multipartConfig ) : void
[run-time name: org/apache/openejb/jee/Servlet.setMultipartConfig:(Lorg/apache/openejb/jee/MultipartConfig;)V]
openejb-jee-4.0.0.jar, Session.class
package org.apache.openejb.jee
Session.addAfterBegin ( String p1 ) [abstract] : void
[run-time name: org/apache/openejb/jee/Session.addAfterBegin:(Ljava/lang/String;)V]
Session.addAfterCompletion ( String p1 ) [abstract] : void
[run-time name: org/apache/openejb/jee/Session.addAfterCompletion:(Ljava/lang/String;)V]
Session.addBeforeCompletion ( String p1 ) [abstract] : void
[run-time name: org/apache/openejb/jee/Session.addBeforeCompletion:(Ljava/lang/String;)V]
Session.getAfterBegin ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/Session.getAfterBegin:()Ljava/util/List;]
Session.getAfterCompletion ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/Session.getAfterCompletion:()Ljava/util/List;]
Session.getBeforeCompletion ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/Session.getBeforeCompletion:()Ljava/util/List;]
openejb-jee-4.0.0.jar, SessionBean.class
package org.apache.openejb.jee
SessionBean.addAfterBegin ( String method ) : void
[run-time name: org/apache/openejb/jee/SessionBean.addAfterBegin:(Ljava/lang/String;)V]
SessionBean.addAfterCompletion ( String method ) : void
[run-time name: org/apache/openejb/jee/SessionBean.addAfterCompletion:(Ljava/lang/String;)V]
SessionBean.addAroundTimeout ( String method ) : void
[run-time name: org/apache/openejb/jee/SessionBean.addAroundTimeout:(Ljava/lang/String;)V]
SessionBean.addAsynchronousClass ( String cls ) : void
[run-time name: org/apache/openejb/jee/SessionBean.addAsynchronousClass:(Ljava/lang/String;)V]
SessionBean.addBeforeCompletion ( String method ) : void
[run-time name: org/apache/openejb/jee/SessionBean.addBeforeCompletion:(Ljava/lang/String;)V]
SessionBean.getAfterBegin ( ) : java.util.List
[run-time name: org/apache/openejb/jee/SessionBean.getAfterBegin:()Ljava/util/List;]
SessionBean.getAfterBeginMethod ( ) : NamedMethod
[run-time name: org/apache/openejb/jee/SessionBean.getAfterBeginMethod:()Lorg/apache/openejb/jee/NamedMethod;]
SessionBean.getAfterCompletion ( ) : java.util.List
[run-time name: org/apache/openejb/jee/SessionBean.getAfterCompletion:()Ljava/util/List;]
SessionBean.getAfterCompletionMethod ( ) : NamedMethod
[run-time name: org/apache/openejb/jee/SessionBean.getAfterCompletionMethod:()Lorg/apache/openejb/jee/NamedMethod;]
SessionBean.getAroundTimeout ( ) : java.util.List
[run-time name: org/apache/openejb/jee/SessionBean.getAroundTimeout:()Ljava/util/List;]
SessionBean.getAsynchronousClasses ( ) : java.util.Set
[run-time name: org/apache/openejb/jee/SessionBean.getAsynchronousClasses:()Ljava/util/Set;]
SessionBean.getAsyncMethod ( ) : java.util.List
[run-time name: org/apache/openejb/jee/SessionBean.getAsyncMethod:()Ljava/util/List;]
SessionBean.getBeforeCompletion ( ) : java.util.List
[run-time name: org/apache/openejb/jee/SessionBean.getBeforeCompletion:()Ljava/util/List;]
SessionBean.getBeforeCompletionMethod ( ) : NamedMethod
[run-time name: org/apache/openejb/jee/SessionBean.getBeforeCompletionMethod:()Lorg/apache/openejb/jee/NamedMethod;]
SessionBean.getConcurrencyManagementType ( ) : ConcurrencyManagementType
[run-time name: org/apache/openejb/jee/SessionBean.getConcurrencyManagementType:()Lorg/apache/openejb/jee/ConcurrencyManagementType;]
SessionBean.getConcurrentMethod ( ) : java.util.List
[run-time name: org/apache/openejb/jee/SessionBean.getConcurrentMethod:()Ljava/util/List;]
SessionBean.getDataSource ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/SessionBean.getDataSource:()Ljava/util/Collection;]
SessionBean.getDataSourceMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/SessionBean.getDataSourceMap:()Ljava/util/Map;]
SessionBean.getInitOnStartup ( ) : boolean
[run-time name: org/apache/openejb/jee/SessionBean.getInitOnStartup:()Z]
SessionBean.getLocalBean ( ) : Empty
[run-time name: org/apache/openejb/jee/SessionBean.getLocalBean:()Lorg/apache/openejb/jee/Empty;]
SessionBean.getParents ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/SessionBean.getParents:()Ljava/util/Collection;]
SessionBean.getProxy ( ) : String
[run-time name: org/apache/openejb/jee/SessionBean.getProxy:()Ljava/lang/String;]
SessionBean.getStatefulTimeout ( ) : Timeout
[run-time name: org/apache/openejb/jee/SessionBean.getStatefulTimeout:()Lorg/apache/openejb/jee/Timeout;]
SessionBean.getTimer ( ) : java.util.List
[run-time name: org/apache/openejb/jee/SessionBean.getTimer:()Ljava/util/List;]
SessionBean.getTimerConsumerName ( ) : String
[run-time name: org/apache/openejb/jee/SessionBean.getTimerConsumerName:()Ljava/lang/String;]
SessionBean.hasInitOnStartup ( ) : boolean
[run-time name: org/apache/openejb/jee/SessionBean.hasInitOnStartup:()Z]
SessionBean.isRestService ( ) : boolean
[run-time name: org/apache/openejb/jee/SessionBean.isRestService:()Z]
SessionBean.setAfterBeginMethod ( NamedMethod afterBeginMethod ) : void
[run-time name: org/apache/openejb/jee/SessionBean.setAfterBeginMethod:(Lorg/apache/openejb/jee/NamedMethod;)V]
SessionBean.setAfterCompletionMethod ( NamedMethod afterCompletionMethod ) : void
[run-time name: org/apache/openejb/jee/SessionBean.setAfterCompletionMethod:(Lorg/apache/openejb/jee/NamedMethod;)V]
SessionBean.setBeforeCompletionMethod ( NamedMethod beforeCompletionMethod ) : void
[run-time name: org/apache/openejb/jee/SessionBean.setBeforeCompletionMethod:(Lorg/apache/openejb/jee/NamedMethod;)V]
SessionBean.setConcurrencyManagementType ( ConcurrencyManagementType concurrencyManagementType ) : void
[run-time name: org/apache/openejb/jee/SessionBean.setConcurrencyManagementType:(Lorg/apache/openejb/jee/ConcurrencyManagementType;)V]
SessionBean.setInitOnStartup ( boolean initOnStartup ) : void
[run-time name: org/apache/openejb/jee/SessionBean.setInitOnStartup:(Z)V]
SessionBean.setLocalBean ( Empty localBean ) : void
[run-time name: org/apache/openejb/jee/SessionBean.setLocalBean:(Lorg/apache/openejb/jee/Empty;)V]
SessionBean.setProxy ( String name ) : void
[run-time name: org/apache/openejb/jee/SessionBean.setProxy:(Ljava/lang/String;)V]
SessionBean.setRestService ( boolean restService ) : void
[run-time name: org/apache/openejb/jee/SessionBean.setRestService:(Z)V]
SessionBean.setStatefulTimeout ( Timeout statefulTimeout ) : void
[run-time name: org/apache/openejb/jee/SessionBean.setStatefulTimeout:(Lorg/apache/openejb/jee/Timeout;)V]
openejb-jee-4.0.0.jar, SessionConfig.class
package org.apache.openejb.jee
SessionConfig.getCookieConfig ( ) : CookieConfig
[run-time name: org/apache/openejb/jee/SessionConfig.getCookieConfig:()Lorg/apache/openejb/jee/CookieConfig;]
SessionConfig.getSessionTimeout ( ) : Integer
[run-time name: org/apache/openejb/jee/SessionConfig.getSessionTimeout:()Ljava/lang/Integer;]
SessionConfig.getTrackingMode ( ) : java.util.List
[run-time name: org/apache/openejb/jee/SessionConfig.getTrackingMode:()Ljava/util/List;]
SessionConfig.setCookieConfig ( CookieConfig value ) : void
[run-time name: org/apache/openejb/jee/SessionConfig.setCookieConfig:(Lorg/apache/openejb/jee/CookieConfig;)V]
SessionConfig.setSessionTimeout ( Integer value ) : void
[run-time name: org/apache/openejb/jee/SessionConfig.setSessionTimeout:(Ljava/lang/Integer;)V]
openejb-jee-4.0.0.jar, SqlResultSetMapping.class
package org.apache.openejb.jee.jpa
SqlResultSetMapping.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/jpa/SqlResultSetMapping.getDescription:()Ljava/lang/String;]
SqlResultSetMapping.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/SqlResultSetMapping.setDescription:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, SunApplication.class
package org.apache.openejb.jee.sun
SunApplication.getArchiveName ( ) : String
[run-time name: org/apache/openejb/jee/sun/SunApplication.getArchiveName:()Ljava/lang/String;]
SunApplication.getCompatibility ( ) : String
[run-time name: org/apache/openejb/jee/sun/SunApplication.getCompatibility:()Ljava/lang/String;]
SunApplication.getEjbRef ( ) : java.util.List
[run-time name: org/apache/openejb/jee/sun/SunApplication.getEjbRef:()Ljava/util/List;]
SunApplication.getMessageDestination ( ) : java.util.List
[run-time name: org/apache/openejb/jee/sun/SunApplication.getMessageDestination:()Ljava/util/List;]
SunApplication.getMessageDestinationRef ( ) : java.util.List
[run-time name: org/apache/openejb/jee/sun/SunApplication.getMessageDestinationRef:()Ljava/util/List;]
SunApplication.getResourceEnvRef ( ) : java.util.List
[run-time name: org/apache/openejb/jee/sun/SunApplication.getResourceEnvRef:()Ljava/util/List;]
SunApplication.getResourceRef ( ) : java.util.List
[run-time name: org/apache/openejb/jee/sun/SunApplication.getResourceRef:()Ljava/util/List;]
SunApplication.getServiceRef ( ) : java.util.List
[run-time name: org/apache/openejb/jee/sun/SunApplication.getServiceRef:()Ljava/util/List;]
SunApplication.setArchiveName ( String archiveName ) : void
[run-time name: org/apache/openejb/jee/sun/SunApplication.setArchiveName:(Ljava/lang/String;)V]
SunApplication.setCompatibility ( String compatibility ) : void
[run-time name: org/apache/openejb/jee/sun/SunApplication.setCompatibility:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, TableGenerator.class
package org.apache.openejb.jee.jpa
TableGenerator.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/jpa/TableGenerator.getDescription:()Ljava/lang/String;]
TableGenerator.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/TableGenerator.setDescription:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, TaglibNamespaceFilter.class
package org.apache.openejb.jee
JaxbJavaee.TaglibNamespaceFilter.endElement ( String uri, String localName, String qName ) : void
[run-time name: org/apache/openejb/jee/JaxbJavaee.TaglibNamespaceFilter.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
JaxbJavaee.TaglibNamespaceFilter.JaxbJavaee.TaglibNamespaceFilter ( org.xml.sax.XMLReader xmlReader )
[run-time name: org/apache/openejb/jee/JaxbJavaee.TaglibNamespaceFilter."<init>":(Lorg/xml/sax/XMLReader;)V]
JaxbJavaee.TaglibNamespaceFilter.resolveEntity ( String publicId, String systemId ) : org.xml.sax.InputSource
[run-time name: org/apache/openejb/jee/JaxbJavaee.TaglibNamespaceFilter.resolveEntity:(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;]
JaxbJavaee.TaglibNamespaceFilter.startElement ( String uri, String localName, String qname, org.xml.sax.Attributes atts ) : void
[run-time name: org/apache/openejb/jee/JaxbJavaee.TaglibNamespaceFilter.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
openejb-jee-4.0.0.jar, TextMap.class
package org.apache.openejb.jee
TextMap.add ( Text text ) : void
[run-time name: org/apache/openejb/jee/TextMap.add:(Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, Timeout.class
package org.apache.openejb.jee
Timeout.getId ( ) : String
[run-time name: org/apache/openejb/jee/Timeout.getId:()Ljava/lang/String;]
Timeout.getTimeout ( ) : long
[run-time name: org/apache/openejb/jee/Timeout.getTimeout:()J]
Timeout.getUnit ( ) : java.util.concurrent.TimeUnit
[run-time name: org/apache/openejb/jee/Timeout.getUnit:()Ljava/util/concurrent/TimeUnit;]
Timeout.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/Timeout.setId:(Ljava/lang/String;)V]
Timeout.setTimeout ( long value ) : void
[run-time name: org/apache/openejb/jee/Timeout.setTimeout:(J)V]
Timeout.setUnit ( java.util.concurrent.TimeUnit value ) : void
[run-time name: org/apache/openejb/jee/Timeout.setUnit:(Ljava/util/concurrent/TimeUnit;)V]
Timeout.Timeout ( )
[run-time name: org/apache/openejb/jee/Timeout."<init>":()V]
openejb-jee-4.0.0.jar, Timer.class
package org.apache.openejb.jee
Timer.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/Timer.getDescription:()Ljava/lang/String;]
Timer.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/Timer.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
Timer.getEnd ( ) : javax.xml.datatype.XMLGregorianCalendar
[run-time name: org/apache/openejb/jee/Timer.getEnd:()Ljavax/xml/datatype/XMLGregorianCalendar;]
Timer.getId ( ) : String
[run-time name: org/apache/openejb/jee/Timer.getId:()Ljava/lang/String;]
Timer.getInfo ( ) : String
[run-time name: org/apache/openejb/jee/Timer.getInfo:()Ljava/lang/String;]
Timer.getPersistent ( ) : Boolean
[run-time name: org/apache/openejb/jee/Timer.getPersistent:()Ljava/lang/Boolean;]
Timer.getSchedule ( ) : TimerSchedule
[run-time name: org/apache/openejb/jee/Timer.getSchedule:()Lorg/apache/openejb/jee/TimerSchedule;]
Timer.getStart ( ) : javax.xml.datatype.XMLGregorianCalendar
[run-time name: org/apache/openejb/jee/Timer.getStart:()Ljavax/xml/datatype/XMLGregorianCalendar;]
Timer.getTimeoutMethod ( ) : NamedMethod
[run-time name: org/apache/openejb/jee/Timer.getTimeoutMethod:()Lorg/apache/openejb/jee/NamedMethod;]
Timer.getTimezone ( ) : String
[run-time name: org/apache/openejb/jee/Timer.getTimezone:()Ljava/lang/String;]
Timer.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/Timer.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
Timer.setEnd ( javax.xml.datatype.XMLGregorianCalendar value ) : void
[run-time name: org/apache/openejb/jee/Timer.setEnd:(Ljavax/xml/datatype/XMLGregorianCalendar;)V]
Timer.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/Timer.setId:(Ljava/lang/String;)V]
Timer.setInfo ( String value ) : void
[run-time name: org/apache/openejb/jee/Timer.setInfo:(Ljava/lang/String;)V]
Timer.setPersistent ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/Timer.setPersistent:(Ljava/lang/Boolean;)V]
Timer.setSchedule ( TimerSchedule value ) : void
[run-time name: org/apache/openejb/jee/Timer.setSchedule:(Lorg/apache/openejb/jee/TimerSchedule;)V]
Timer.setStart ( javax.xml.datatype.XMLGregorianCalendar value ) : void
[run-time name: org/apache/openejb/jee/Timer.setStart:(Ljavax/xml/datatype/XMLGregorianCalendar;)V]
Timer.setTimeoutMethod ( NamedMethod value ) : void
[run-time name: org/apache/openejb/jee/Timer.setTimeoutMethod:(Lorg/apache/openejb/jee/NamedMethod;)V]
Timer.setTimezone ( String value ) : void
[run-time name: org/apache/openejb/jee/Timer.setTimezone:(Ljava/lang/String;)V]
Timer.Timer ( )
[run-time name: org/apache/openejb/jee/Timer."<init>":()V]
openejb-jee-4.0.0.jar, TimerConsumer.class
package org.apache.openejb.jee
TimerConsumer.getTimer ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/TimerConsumer.getTimer:()Ljava/util/List;]
TimerConsumer.getTimerConsumerName ( ) [abstract] : String
[run-time name: org/apache/openejb/jee/TimerConsumer.getTimerConsumerName:()Ljava/lang/String;]
openejb-jee-4.0.0.jar, TimerSchedule.class
package org.apache.openejb.jee
TimerSchedule.getDayOfMonth ( ) : String
[run-time name: org/apache/openejb/jee/TimerSchedule.getDayOfMonth:()Ljava/lang/String;]
TimerSchedule.getDayOfWeek ( ) : String
[run-time name: org/apache/openejb/jee/TimerSchedule.getDayOfWeek:()Ljava/lang/String;]
TimerSchedule.getHour ( ) : String
[run-time name: org/apache/openejb/jee/TimerSchedule.getHour:()Ljava/lang/String;]
TimerSchedule.getId ( ) : String
[run-time name: org/apache/openejb/jee/TimerSchedule.getId:()Ljava/lang/String;]
TimerSchedule.getMinute ( ) : String
[run-time name: org/apache/openejb/jee/TimerSchedule.getMinute:()Ljava/lang/String;]
TimerSchedule.getMonth ( ) : String
[run-time name: org/apache/openejb/jee/TimerSchedule.getMonth:()Ljava/lang/String;]
TimerSchedule.getSecond ( ) : String
[run-time name: org/apache/openejb/jee/TimerSchedule.getSecond:()Ljava/lang/String;]
TimerSchedule.getYear ( ) : String
[run-time name: org/apache/openejb/jee/TimerSchedule.getYear:()Ljava/lang/String;]
TimerSchedule.setDayOfMonth ( String value ) : void
[run-time name: org/apache/openejb/jee/TimerSchedule.setDayOfMonth:(Ljava/lang/String;)V]
TimerSchedule.setDayOfWeek ( String value ) : void
[run-time name: org/apache/openejb/jee/TimerSchedule.setDayOfWeek:(Ljava/lang/String;)V]
TimerSchedule.setHour ( String value ) : void
[run-time name: org/apache/openejb/jee/TimerSchedule.setHour:(Ljava/lang/String;)V]
TimerSchedule.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/TimerSchedule.setId:(Ljava/lang/String;)V]
TimerSchedule.setMinute ( String value ) : void
[run-time name: org/apache/openejb/jee/TimerSchedule.setMinute:(Ljava/lang/String;)V]
TimerSchedule.setMonth ( String value ) : void
[run-time name: org/apache/openejb/jee/TimerSchedule.setMonth:(Ljava/lang/String;)V]
TimerSchedule.setSecond ( String value ) : void
[run-time name: org/apache/openejb/jee/TimerSchedule.setSecond:(Ljava/lang/String;)V]
TimerSchedule.setYear ( String value ) : void
[run-time name: org/apache/openejb/jee/TimerSchedule.setYear:(Ljava/lang/String;)V]
TimerSchedule.TimerSchedule ( )
[run-time name: org/apache/openejb/jee/TimerSchedule."<init>":()V]
openejb-jee-4.0.0.jar, TimeUnitAdapter.class
package org.apache.openejb.jee
TimeUnitAdapter.marshal ( java.util.concurrent.TimeUnit t ) : String
[run-time name: org/apache/openejb/jee/TimeUnitAdapter.marshal:(Ljava/util/concurrent/TimeUnit;)Ljava/lang/String;]
TimeUnitAdapter.marshal ( Object x0 ) : Object
[run-time name: org/apache/openejb/jee/TimeUnitAdapter.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
TimeUnitAdapter.TimeUnitAdapter ( )
[run-time name: org/apache/openejb/jee/TimeUnitAdapter."<init>":()V]
TimeUnitAdapter.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/openejb/jee/TimeUnitAdapter.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
TimeUnitAdapter.unmarshal ( String s ) : java.util.concurrent.TimeUnit
[run-time name: org/apache/openejb/jee/TimeUnitAdapter.unmarshal:(Ljava/lang/String;)Ljava/util/concurrent/TimeUnit;]
openejb-jee-4.0.0.jar, TrackingMode.class
package org.apache.openejb.jee
TrackingMode.fromValue ( String v ) [static] : TrackingMode
[run-time name: org/apache/openejb/jee/TrackingMode.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/TrackingMode;]
TrackingMode.value ( ) : String
[run-time name: org/apache/openejb/jee/TrackingMode.value:()Ljava/lang/String;]
TrackingMode.valueOf ( String name ) [static] : TrackingMode
[run-time name: org/apache/openejb/jee/TrackingMode.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/TrackingMode;]
TrackingMode.values ( ) [static] : TrackingMode[ ]
[run-time name: org/apache/openejb/jee/TrackingMode.values:()[Lorg/apache/openejb/jee/TrackingMode;]
openejb-jee-4.0.0.jar, TransportGuarantee.class
package org.apache.openejb.jee
TransportGuarantee.fromValue ( String v ) [static] : TransportGuarantee
[run-time name: org/apache/openejb/jee/TransportGuarantee.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/TransportGuarantee;]
TransportGuarantee.value ( ) : String
[run-time name: org/apache/openejb/jee/TransportGuarantee.value:()Ljava/lang/String;]
TransportGuarantee.valueOf ( String name ) [static] : TransportGuarantee
[run-time name: org/apache/openejb/jee/TransportGuarantee.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/TransportGuarantee;]
TransportGuarantee.values ( ) [static] : TransportGuarantee[ ]
[run-time name: org/apache/openejb/jee/TransportGuarantee.values:()[Lorg/apache/openejb/jee/TransportGuarantee;]
openejb-jee-4.0.0.jar, TrimStringAdapter.class
package org.apache.openejb.jee
TrimStringAdapter.marshal ( Object x0 ) : Object
[run-time name: org/apache/openejb/jee/TrimStringAdapter.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
TrimStringAdapter.marshal ( String s ) : String
[run-time name: org/apache/openejb/jee/TrimStringAdapter.marshal:(Ljava/lang/String;)Ljava/lang/String;]
TrimStringAdapter.TrimStringAdapter ( )
[run-time name: org/apache/openejb/jee/TrimStringAdapter."<init>":()V]
TrimStringAdapter.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/openejb/jee/TrimStringAdapter.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
TrimStringAdapter.unmarshal ( String s ) : String
[run-time name: org/apache/openejb/jee/TrimStringAdapter.unmarshal:(Ljava/lang/String;)Ljava/lang/String;]
openejb-jee-4.0.0.jar, UniqueConstraint.class
package org.apache.openejb.jee.jpa
UniqueConstraint.getName ( ) : String
[run-time name: org/apache/openejb/jee/jpa/UniqueConstraint.getName:()Ljava/lang/String;]
UniqueConstraint.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/jpa/UniqueConstraint.setName:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, UserDataConstraint.class
package org.apache.openejb.jee
UserDataConstraint.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/UserDataConstraint.getDescription:()Ljava/lang/String;]
UserDataConstraint.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/UserDataConstraint.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
UserDataConstraint.getTransportGuarantee ( ) : TransportGuarantee
[run-time name: org/apache/openejb/jee/UserDataConstraint.getTransportGuarantee:()Lorg/apache/openejb/jee/TransportGuarantee;]
UserDataConstraint.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/UserDataConstraint.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
UserDataConstraint.setTransportGuarantee ( TransportGuarantee value ) : void
[run-time name: org/apache/openejb/jee/UserDataConstraint.setTransportGuarantee:(Lorg/apache/openejb/jee/TransportGuarantee;)V]
openejb-jee-4.0.0.jar, ValidatedByType.class
package org.apache.openejb.jee.bval
ValidatedByType.getValue ( ) : java.util.List
[run-time name: org/apache/openejb/jee/bval/ValidatedByType.getValue:()Ljava/util/List;]
ValidatedByType.isIncludeExistingValidators ( ) : Boolean
[run-time name: org/apache/openejb/jee/bval/ValidatedByType.isIncludeExistingValidators:()Ljava/lang/Boolean;]
ValidatedByType.setIncludeExistingValidators ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/bval/ValidatedByType.setIncludeExistingValidators:(Ljava/lang/Boolean;)V]
ValidatedByType.ValidatedByType ( )
[run-time name: org/apache/openejb/jee/bval/ValidatedByType."<init>":()V]
openejb-jee-4.0.0.jar, ValidationConfigType.class
package org.apache.openejb.jee.bval
ValidationConfigType.getConstraintMapping ( ) : java.util.List
[run-time name: org/apache/openejb/jee/bval/ValidationConfigType.getConstraintMapping:()Ljava/util/List;]
ValidationConfigType.getConstraintValidatorFactory ( ) : String
[run-time name: org/apache/openejb/jee/bval/ValidationConfigType.getConstraintValidatorFactory:()Ljava/lang/String;]
ValidationConfigType.getDefaultProvider ( ) : String
[run-time name: org/apache/openejb/jee/bval/ValidationConfigType.getDefaultProvider:()Ljava/lang/String;]
ValidationConfigType.getMessageInterpolator ( ) : String
[run-time name: org/apache/openejb/jee/bval/ValidationConfigType.getMessageInterpolator:()Ljava/lang/String;]
ValidationConfigType.getProperty ( ) : java.util.List
[run-time name: org/apache/openejb/jee/bval/ValidationConfigType.getProperty:()Ljava/util/List;]
ValidationConfigType.getTraversableResolver ( ) : String
[run-time name: org/apache/openejb/jee/bval/ValidationConfigType.getTraversableResolver:()Ljava/lang/String;]
ValidationConfigType.setConstraintValidatorFactory ( String value ) : void
[run-time name: org/apache/openejb/jee/bval/ValidationConfigType.setConstraintValidatorFactory:(Ljava/lang/String;)V]
ValidationConfigType.setDefaultProvider ( String value ) : void
[run-time name: org/apache/openejb/jee/bval/ValidationConfigType.setDefaultProvider:(Ljava/lang/String;)V]
ValidationConfigType.setMessageInterpolator ( String value ) : void
[run-time name: org/apache/openejb/jee/bval/ValidationConfigType.setMessageInterpolator:(Ljava/lang/String;)V]
ValidationConfigType.setTraversableResolver ( String value ) : void
[run-time name: org/apache/openejb/jee/bval/ValidationConfigType.setTraversableResolver:(Ljava/lang/String;)V]
ValidationConfigType.ValidationConfigType ( )
[run-time name: org/apache/openejb/jee/bval/ValidationConfigType."<init>":()V]
openejb-jee-4.0.0.jar, Version.class
package org.apache.openejb.jee.jpa
Version.getAccess ( ) : AccessType
[run-time name: org/apache/openejb/jee/jpa/Version.getAccess:()Lorg/apache/openejb/jee/jpa/AccessType;]
Version.setAccess ( AccessType value ) : void
[run-time name: org/apache/openejb/jee/jpa/Version.setAccess:(Lorg/apache/openejb/jee/jpa/AccessType;)V]
openejb-jee-4.0.0.jar, Web.class
package org.apache.openejb.jee
Web.getContextRoot ( ) : String
[run-time name: org/apache/openejb/jee/Web.getContextRoot:()Ljava/lang/String;]
Web.getId ( ) : String
[run-time name: org/apache/openejb/jee/Web.getId:()Ljava/lang/String;]
Web.getWebUri ( ) : String
[run-time name: org/apache/openejb/jee/Web.getWebUri:()Ljava/lang/String;]
Web.setContextRoot ( String value ) : void
[run-time name: org/apache/openejb/jee/Web.setContextRoot:(Ljava/lang/String;)V]
Web.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/Web.setId:(Ljava/lang/String;)V]
Web.setWebUri ( String value ) : void
[run-time name: org/apache/openejb/jee/Web.setWebUri:(Ljava/lang/String;)V]
Web.Web ( )
[run-time name: org/apache/openejb/jee/Web."<init>":()V]
openejb-jee-4.0.0.jar, WebApp.class
package org.apache.openejb.jee
WebApp.addPostConstruct ( String method ) : void
[run-time name: org/apache/openejb/jee/WebApp.addPostConstruct:(Ljava/lang/String;)V]
WebApp.addPreDestroy ( String method ) : void
[run-time name: org/apache/openejb/jee/WebApp.addPreDestroy:(Ljava/lang/String;)V]
WebApp.contextParamsAsMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/WebApp.contextParamsAsMap:()Ljava/util/Map;]
WebApp.getAbsoluteOrdering ( ) : AbsoluteOrdering
[run-time name: org/apache/openejb/jee/WebApp.getAbsoluteOrdering:()Lorg/apache/openejb/jee/AbsoluteOrdering;]
WebApp.getDataSource ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/WebApp.getDataSource:()Ljava/util/Collection;]
WebApp.getDataSourceMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/WebApp.getDataSourceMap:()Ljava/util/Map;]
WebApp.getModuleName ( ) : String
[run-time name: org/apache/openejb/jee/WebApp.getModuleName:()Ljava/lang/String;]
WebApp.getTaglib ( ) : Taglib
[run-time name: org/apache/openejb/jee/WebApp.getTaglib:()Lorg/apache/openejb/jee/Taglib;]
WebApp.setAbsoluteOrdering ( AbsoluteOrdering absoluteOrdering ) : void
[run-time name: org/apache/openejb/jee/WebApp.setAbsoluteOrdering:(Lorg/apache/openejb/jee/AbsoluteOrdering;)V]
WebApp.setModuleName ( String moduleName ) : void
[run-time name: org/apache/openejb/jee/WebApp.setModuleName:(Ljava/lang/String;)V]
WebApp.setTaglib ( Taglib taglib ) : void
[run-time name: org/apache/openejb/jee/WebApp.setTaglib:(Lorg/apache/openejb/jee/Taglib;)V]
openejb-jee-4.0.0.jar, WebCommon.class
package org.apache.openejb.jee
WebCommon.getContextParam ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/WebCommon.getContextParam:()Ljava/util/List;]
WebCommon.getContextRoot ( ) [abstract] : String
[run-time name: org/apache/openejb/jee/WebCommon.getContextRoot:()Ljava/lang/String;]
WebCommon.getDescription ( ) [abstract] : String
[run-time name: org/apache/openejb/jee/WebCommon.getDescription:()Ljava/lang/String;]
WebCommon.getDescriptions ( ) [abstract] : Text[ ]
[run-time name: org/apache/openejb/jee/WebCommon.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
WebCommon.getDisplayName ( ) [abstract] : String
[run-time name: org/apache/openejb/jee/WebCommon.getDisplayName:()Ljava/lang/String;]
WebCommon.getDisplayNames ( ) [abstract] : Text[ ]
[run-time name: org/apache/openejb/jee/WebCommon.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
WebCommon.getDistributable ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/WebCommon.getDistributable:()Ljava/util/List;]
WebCommon.getErrorPage ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/WebCommon.getErrorPage:()Ljava/util/List;]
WebCommon.getFilter ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/WebCommon.getFilter:()Ljava/util/List;]
WebCommon.getFilterMapping ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/WebCommon.getFilterMapping:()Ljava/util/List;]
WebCommon.getIcon ( ) [abstract] : Icon
[run-time name: org/apache/openejb/jee/WebCommon.getIcon:()Lorg/apache/openejb/jee/Icon;]
WebCommon.getIconMap ( ) [abstract] : java.util.Map
[run-time name: org/apache/openejb/jee/WebCommon.getIconMap:()Ljava/util/Map;]
WebCommon.getIcons ( ) [abstract] : java.util.Collection
[run-time name: org/apache/openejb/jee/WebCommon.getIcons:()Ljava/util/Collection;]
WebCommon.getId ( ) [abstract] : String
[run-time name: org/apache/openejb/jee/WebCommon.getId:()Ljava/lang/String;]
WebCommon.getJndiConsumerName ( ) [abstract] : String
[run-time name: org/apache/openejb/jee/WebCommon.getJndiConsumerName:()Ljava/lang/String;]
WebCommon.getJspConfig ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/WebCommon.getJspConfig:()Ljava/util/List;]
WebCommon.getListener ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/WebCommon.getListener:()Ljava/util/List;]
WebCommon.getLocaleEncodingMappingList ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/WebCommon.getLocaleEncodingMappingList:()Ljava/util/List;]
WebCommon.getLoginConfig ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/WebCommon.getLoginConfig:()Ljava/util/List;]
WebCommon.getMessageDestination ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/WebCommon.getMessageDestination:()Ljava/util/List;]
WebCommon.getMimeMapping ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/WebCommon.getMimeMapping:()Ljava/util/List;]
WebCommon.getPostConstruct ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/WebCommon.getPostConstruct:()Ljava/util/List;]
WebCommon.getPreDestroy ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/WebCommon.getPreDestroy:()Ljava/util/List;]
WebCommon.getSecurityConstraint ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/WebCommon.getSecurityConstraint:()Ljava/util/List;]
WebCommon.getSecurityRole ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/WebCommon.getSecurityRole:()Ljava/util/List;]
WebCommon.getServlet ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/WebCommon.getServlet:()Ljava/util/List;]
WebCommon.getServletMapping ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/WebCommon.getServletMapping:()Ljava/util/List;]
WebCommon.getSessionConfig ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/WebCommon.getSessionConfig:()Ljava/util/List;]
WebCommon.getVersion ( ) [abstract] : String
[run-time name: org/apache/openejb/jee/WebCommon.getVersion:()Ljava/lang/String;]
WebCommon.getWelcomeFileList ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/WebCommon.getWelcomeFileList:()Ljava/util/List;]
WebCommon.isMetadataComplete ( ) [abstract] : Boolean
[run-time name: org/apache/openejb/jee/WebCommon.isMetadataComplete:()Ljava/lang/Boolean;]
WebCommon.setContextRoot ( String p1 ) [abstract] : void
[run-time name: org/apache/openejb/jee/WebCommon.setContextRoot:(Ljava/lang/String;)V]
WebCommon.setDescriptions ( Text[ ] p1 ) [abstract] : void
[run-time name: org/apache/openejb/jee/WebCommon.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
WebCommon.setDisplayNames ( Text[ ] p1 ) [abstract] : void
[run-time name: org/apache/openejb/jee/WebCommon.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
WebCommon.setId ( String p1 ) [abstract] : void
[run-time name: org/apache/openejb/jee/WebCommon.setId:(Ljava/lang/String;)V]
WebCommon.setMetadataComplete ( Boolean p1 ) [abstract] : void
[run-time name: org/apache/openejb/jee/WebCommon.setMetadataComplete:(Ljava/lang/Boolean;)V]
WebCommon.setVersion ( String p1 ) [abstract] : void
[run-time name: org/apache/openejb/jee/WebCommon.setVersion:(Ljava/lang/String;)V]
openejb-jee-4.0.0.jar, WebFragment.class
package org.apache.openejb.jee
WebFragment.getContextParam ( ) : java.util.List
[run-time name: org/apache/openejb/jee/WebFragment.getContextParam:()Ljava/util/List;]
WebFragment.getContextRoot ( ) : String
[run-time name: org/apache/openejb/jee/WebFragment.getContextRoot:()Ljava/lang/String;]
WebFragment.getDataSource ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/WebFragment.getDataSource:()Ljava/util/Collection;]
WebFragment.getDataSourceMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/WebFragment.getDataSourceMap:()Ljava/util/Map;]
WebFragment.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/WebFragment.getDescription:()Ljava/lang/String;]
WebFragment.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/WebFragment.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
WebFragment.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/WebFragment.getDisplayName:()Ljava/lang/String;]
WebFragment.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/WebFragment.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
WebFragment.getDistributable ( ) : java.util.List
[run-time name: org/apache/openejb/jee/WebFragment.getDistributable:()Ljava/util/List;]
WebFragment.getEjbLocalRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/WebFragment.getEjbLocalRef:()Ljava/util/Collection;]
WebFragment.getEjbLocalRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/WebFragment.getEjbLocalRefMap:()Ljava/util/Map;]
WebFragment.getEjbRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/WebFragment.getEjbRef:()Ljava/util/Collection;]
WebFragment.getEjbRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/WebFragment.getEjbRefMap:()Ljava/util/Map;]
WebFragment.getEnvEntry ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/WebFragment.getEnvEntry:()Ljava/util/Collection;]
WebFragment.getEnvEntryMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/WebFragment.getEnvEntryMap:()Ljava/util/Map;]
WebFragment.getErrorPage ( ) : java.util.List
[run-time name: org/apache/openejb/jee/WebFragment.getErrorPage:()Ljava/util/List;]
WebFragment.getFilter ( ) : java.util.List
[run-time name: org/apache/openejb/jee/WebFragment.getFilter:()Ljava/util/List;]
WebFragment.getFilterMapping ( ) : java.util.List
[run-time name: org/apache/openejb/jee/WebFragment.getFilterMapping:()Ljava/util/List;]
WebFragment.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/WebFragment.getIcon:()Lorg/apache/openejb/jee/Icon;]
WebFragment.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/WebFragment.getIconMap:()Ljava/util/Map;]
WebFragment.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/WebFragment.getIcons:()Ljava/util/Collection;]
WebFragment.getId ( ) : String
[run-time name: org/apache/openejb/jee/WebFragment.getId:()Ljava/lang/String;]
WebFragment.getJndiConsumerName ( ) : String
[run-time name: org/apache/openejb/jee/WebFragment.getJndiConsumerName:()Ljava/lang/String;]
WebFragment.getJspConfig ( ) : java.util.List
[run-time name: org/apache/openejb/jee/WebFragment.getJspConfig:()Ljava/util/List;]
WebFragment.getListener ( ) : java.util.List
[run-time name: org/apache/openejb/jee/WebFragment.getListener:()Ljava/util/List;]
WebFragment.getLocaleEncodingMappingList ( ) : java.util.List
[run-time name: org/apache/openejb/jee/WebFragment.getLocaleEncodingMappingList:()Ljava/util/List;]
WebFragment.getLoginConfig ( ) : java.util.List
[run-time name: org/apache/openejb/jee/WebFragment.getLoginConfig:()Ljava/util/List;]
WebFragment.getMessageDestination ( ) : java.util.List
[run-time name: org/apache/openejb/jee/WebFragment.getMessageDestination:()Ljava/util/List;]
WebFragment.getMessageDestinationRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/WebFragment.getMessageDestinationRef:()Ljava/util/Collection;]
WebFragment.getMessageDestinationRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/WebFragment.getMessageDestinationRefMap:()Ljava/util/Map;]
WebFragment.getMimeMapping ( ) : java.util.List
[run-time name: org/apache/openejb/jee/WebFragment.getMimeMapping:()Ljava/util/List;]
WebFragment.getName ( ) : String
[run-time name: org/apache/openejb/jee/WebFragment.getName:()Ljava/lang/String;]
WebFragment.getOrdering ( ) : Ordering
[run-time name: org/apache/openejb/jee/WebFragment.getOrdering:()Lorg/apache/openejb/jee/Ordering;]
WebFragment.getPersistenceContextRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/WebFragment.getPersistenceContextRef:()Ljava/util/Collection;]
WebFragment.getPersistenceContextRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/WebFragment.getPersistenceContextRefMap:()Ljava/util/Map;]
WebFragment.getPersistenceUnitRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/WebFragment.getPersistenceUnitRef:()Ljava/util/Collection;]
WebFragment.getPersistenceUnitRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/WebFragment.getPersistenceUnitRefMap:()Ljava/util/Map;]
WebFragment.getPostConstruct ( ) : java.util.List
[run-time name: org/apache/openejb/jee/WebFragment.getPostConstruct:()Ljava/util/List;]
WebFragment.getPreDestroy ( ) : java.util.List
[run-time name: org/apache/openejb/jee/WebFragment.getPreDestroy:()Ljava/util/List;]
WebFragment.getResourceEnvRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/WebFragment.getResourceEnvRef:()Ljava/util/Collection;]
WebFragment.getResourceEnvRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/WebFragment.getResourceEnvRefMap:()Ljava/util/Map;]
WebFragment.getResourceRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/WebFragment.getResourceRef:()Ljava/util/Collection;]
WebFragment.getResourceRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/WebFragment.getResourceRefMap:()Ljava/util/Map;]
WebFragment.getSecurityConstraint ( ) : java.util.List
[run-time name: org/apache/openejb/jee/WebFragment.getSecurityConstraint:()Ljava/util/List;]
WebFragment.getSecurityRole ( ) : java.util.List
[run-time name: org/apache/openejb/jee/WebFragment.getSecurityRole:()Ljava/util/List;]
WebFragment.getServiceRef ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/WebFragment.getServiceRef:()Ljava/util/Collection;]
WebFragment.getServiceRefMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/WebFragment.getServiceRefMap:()Ljava/util/Map;]
WebFragment.getServlet ( ) : java.util.List
[run-time name: org/apache/openejb/jee/WebFragment.getServlet:()Ljava/util/List;]
WebFragment.getServletMapping ( ) : java.util.List
[run-time name: org/apache/openejb/jee/WebFragment.getServletMapping:()Ljava/util/List;]
WebFragment.getSessionConfig ( ) : java.util.List
[run-time name: org/apache/openejb/jee/WebFragment.getSessionConfig:()Ljava/util/List;]
WebFragment.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/WebFragment.getVersion:()Ljava/lang/String;]
WebFragment.getWelcomeFileList ( ) : java.util.List
[run-time name: org/apache/openejb/jee/WebFragment.getWelcomeFileList:()Ljava/util/List;]
WebFragment.isMetadataComplete ( ) : Boolean
[run-time name: org/apache/openejb/jee/WebFragment.isMetadataComplete:()Ljava/lang/Boolean;]
WebFragment.setContextRoot ( String contextRoot ) : void
[run-time name: org/apache/openejb/jee/WebFragment.setContextRoot:(Ljava/lang/String;)V]
WebFragment.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/WebFragment.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
WebFragment.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/WebFragment.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
WebFragment.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/WebFragment.setId:(Ljava/lang/String;)V]
WebFragment.setMetadataComplete ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/WebFragment.setMetadataComplete:(Ljava/lang/Boolean;)V]
WebFragment.setName ( String name ) : void
[run-time name: org/apache/openejb/jee/WebFragment.setName:(Ljava/lang/String;)V]
WebFragment.setOrdering ( Ordering ordering ) : void
[run-time name: org/apache/openejb/jee/WebFragment.setOrdering:(Lorg/apache/openejb/jee/Ordering;)V]
WebFragment.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/WebFragment.setVersion:(Ljava/lang/String;)V]
WebFragment.WebFragment ( )
[run-time name: org/apache/openejb/jee/WebFragment."<init>":()V]
openejb-jee-4.0.0.jar, WebResourceCollection.class
package org.apache.openejb.jee
WebResourceCollection.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/WebResourceCollection.getDescription:()Ljava/lang/String;]
WebResourceCollection.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/WebResourceCollection.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
WebResourceCollection.getHttpMethodOmission ( ) : java.util.List
[run-time name: org/apache/openejb/jee/WebResourceCollection.getHttpMethodOmission:()Ljava/util/List;]
WebResourceCollection.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/WebResourceCollection.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
openejb-jee-4.0.0.jar, Webservices.class
package org.apache.openejb.jee
Webservices.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/Webservices.getDescription:()Ljava/lang/String;]
Webservices.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/Webservices.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
Webservices.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/Webservices.getDisplayName:()Ljava/lang/String;]
Webservices.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/Webservices.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
Webservices.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/Webservices.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
Webservices.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/Webservices.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
openejb-loader-4.0.0.jar, BasicURLClassPath.class
package org.apache.openejb.loader
BasicURLClassPath.getURLClassPath ( java.net.URLClassLoader loader ) : Object
[run-time name: org/apache/openejb/loader/BasicURLClassPath.getURLClassPath:(Ljava/net/URLClassLoader;)Ljava/lang/Object;]
openejb-loader-4.0.0.jar, FileRuntimeException.class
package org.apache.openejb.loader
Files.FileRuntimeException.Files.FileRuntimeException ( Exception e )
[run-time name: org/apache/openejb/loader/Files.FileRuntimeException."<init>":(Ljava/lang/Exception;)V]
Files.FileRuntimeException.Files.FileRuntimeException ( String str )
[run-time name: org/apache/openejb/loader/Files.FileRuntimeException."<init>":(Ljava/lang/String;)V]
openejb-loader-4.0.0.jar, Files.class
package org.apache.openejb.loader
Files.collect ( java.io.File dir, java.io.FileFilter filter ) [static] : java.util.List
[run-time name: org/apache/openejb/loader/Files.collect:(Ljava/io/File;Ljava/io/FileFilter;)Ljava/util/List;]
Files.collect ( java.io.File dir, java.util.regex.Pattern pattern ) [static] : java.util.List
[run-time name: org/apache/openejb/loader/Files.collect:(Ljava/io/File;Ljava/util/regex/Pattern;)Ljava/util/List;]
Files.collect ( java.io.File dir, String regex ) [static] : java.util.List
[run-time name: org/apache/openejb/loader/Files.collect:(Ljava/io/File;Ljava/lang/String;)Ljava/util/List;]
Files.delete ( java.io.File file ) [static] : void
[run-time name: org/apache/openejb/loader/Files.delete:(Ljava/io/File;)V]
Files.deleteOnExit ( java.io.File file ) [static] : void
[run-time name: org/apache/openejb/loader/Files.deleteOnExit:(Ljava/io/File;)V]
Files.dir ( java.io.File file ) [static] : java.io.File
[run-time name: org/apache/openejb/loader/Files.dir:(Ljava/io/File;)Ljava/io/File;]
Files.exists ( java.io.File file ) [static] : java.io.File
[run-time name: org/apache/openejb/loader/Files.exists:(Ljava/io/File;)Ljava/io/File;]
Files.exists ( java.io.File file, String s ) [static] : java.io.File
[run-time name: org/apache/openejb/loader/Files.exists:(Ljava/io/File;Ljava/lang/String;)Ljava/io/File;]
Files.file ( java.io.File file ) [static] : java.io.File
[run-time name: org/apache/openejb/loader/Files.file:(Ljava/io/File;)Ljava/io/File;]
Files.Files ( )
[run-time name: org/apache/openejb/loader/Files."<init>":()V]
Files.mkdir ( java.io.File file ) [static] : java.io.File
[run-time name: org/apache/openejb/loader/Files.mkdir:(Ljava/io/File;)Ljava/io/File;]
Files.mkdirs ( java.io.File file ) [static] : java.io.File
[run-time name: org/apache/openejb/loader/Files.mkdirs:(Ljava/io/File;)Ljava/io/File;]
Files.mkparent ( java.io.File file ) [static] : java.io.File
[run-time name: org/apache/openejb/loader/Files.mkparent:(Ljava/io/File;)Ljava/io/File;]
Files.path ( java.io.File dir, String[ ] parts ) [static] : java.io.File
[run-time name: org/apache/openejb/loader/Files.path:(Ljava/io/File;[Ljava/lang/String;)Ljava/io/File;]
Files.path ( String[ ] parts ) [static] : java.io.File
[run-time name: org/apache/openejb/loader/Files.path:([Ljava/lang/String;)Ljava/io/File;]
Files.readable ( java.io.File file ) [static] : java.io.File
[run-time name: org/apache/openejb/loader/Files.readable:(Ljava/io/File;)Ljava/io/File;]
Files.readableFile ( java.io.File file ) [static] : java.io.File
[run-time name: org/apache/openejb/loader/Files.readableFile:(Ljava/io/File;)Ljava/io/File;]
Files.select ( java.io.File dir, String pattern ) [static] : java.io.File
[run-time name: org/apache/openejb/loader/Files.select:(Ljava/io/File;Ljava/lang/String;)Ljava/io/File;]
Files.tmpdir ( ) [static] : java.io.File
[run-time name: org/apache/openejb/loader/Files.tmpdir:()Ljava/io/File;]
Files.writable ( java.io.File file ) [static] : java.io.File
[run-time name: org/apache/openejb/loader/Files.writable:(Ljava/io/File;)Ljava/io/File;]
openejb-loader-4.0.0.jar, IO.class
package org.apache.openejb.loader
IO.close ( java.io.Closeable closeable ) [static] : void
[run-time name: org/apache/openejb/loader/IO.close:(Ljava/io/Closeable;)V]
IO.copy ( byte[ ] from, java.io.File to ) [static] : void
[run-time name: org/apache/openejb/loader/IO.copy:([BLjava/io/File;)V]
IO.copy ( java.io.File from, java.io.File to ) [static] : void
[run-time name: org/apache/openejb/loader/IO.copy:(Ljava/io/File;Ljava/io/File;)V]
IO.copy ( java.io.File from, java.io.OutputStream to ) [static] : void
[run-time name: org/apache/openejb/loader/IO.copy:(Ljava/io/File;Ljava/io/OutputStream;)V]
IO.copy ( java.io.InputStream from, java.io.File to ) [static] : void
[run-time name: org/apache/openejb/loader/IO.copy:(Ljava/io/InputStream;Ljava/io/File;)V]
IO.copy ( java.io.InputStream from, java.io.File to, boolean append ) [static] : void
[run-time name: org/apache/openejb/loader/IO.copy:(Ljava/io/InputStream;Ljava/io/File;Z)V]
IO.copy ( java.io.InputStream from, java.io.OutputStream to ) [static] : void
[run-time name: org/apache/openejb/loader/IO.copy:(Ljava/io/InputStream;Ljava/io/OutputStream;)V]
IO.copyDirectory ( java.io.File srcDir, java.io.File destDir ) [static] : void
[run-time name: org/apache/openejb/loader/IO.copyDirectory:(Ljava/io/File;Ljava/io/File;)V]
IO.delete ( java.io.File file ) [static] : boolean
[run-time name: org/apache/openejb/loader/IO.delete:(Ljava/io/File;)Z]
IO.IO ( )
[run-time name: org/apache/openejb/loader/IO."<init>":()V]
IO.read ( byte[ ] content ) [static] : java.io.InputStream
[run-time name: org/apache/openejb/loader/IO.read:([B)Ljava/io/InputStream;]
IO.read ( java.io.File source ) [static] : java.io.InputStream
[run-time name: org/apache/openejb/loader/IO.read:(Ljava/io/File;)Ljava/io/InputStream;]
IO.read ( java.net.URL url ) [static] : java.io.InputStream
[run-time name: org/apache/openejb/loader/IO.read:(Ljava/net/URL;)Ljava/io/InputStream;]
IO.read ( String content ) [static] : java.io.InputStream
[run-time name: org/apache/openejb/loader/IO.read:(Ljava/lang/String;)Ljava/io/InputStream;]
IO.read ( String content, String encoding ) [static] : java.io.InputStream
[run-time name: org/apache/openejb/loader/IO.read:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/InputStream;]
IO.readFileAsString ( java.net.URI uri ) [static] : String
[run-time name: org/apache/openejb/loader/IO.readFileAsString:(Ljava/net/URI;)Ljava/lang/String;]
IO.readProperties ( java.io.File resource ) [static] : java.util.Properties
[run-time name: org/apache/openejb/loader/IO.readProperties:(Ljava/io/File;)Ljava/util/Properties;]
IO.readProperties ( java.io.File resource, java.util.Properties properties ) [static] : java.util.Properties
[run-time name: org/apache/openejb/loader/IO.readProperties:(Ljava/io/File;Ljava/util/Properties;)Ljava/util/Properties;]
IO.readProperties ( java.io.InputStream in, java.util.Properties properties ) [static] : java.util.Properties
[run-time name: org/apache/openejb/loader/IO.readProperties:(Ljava/io/InputStream;Ljava/util/Properties;)Ljava/util/Properties;]
IO.readProperties ( java.net.URL resource ) [static] : java.util.Properties
[run-time name: org/apache/openejb/loader/IO.readProperties:(Ljava/net/URL;)Ljava/util/Properties;]
IO.readProperties ( java.net.URL resource, java.util.Properties properties ) [static] : java.util.Properties
[run-time name: org/apache/openejb/loader/IO.readProperties:(Ljava/net/URL;Ljava/util/Properties;)Ljava/util/Properties;]
IO.readString ( java.io.File file ) [static] : String
[run-time name: org/apache/openejb/loader/IO.readString:(Ljava/io/File;)Ljava/lang/String;]
IO.readString ( java.net.URL url ) [static] : String
[run-time name: org/apache/openejb/loader/IO.readString:(Ljava/net/URL;)Ljava/lang/String;]
IO.slurp ( java.io.File file ) [static] : String
[run-time name: org/apache/openejb/loader/IO.slurp:(Ljava/io/File;)Ljava/lang/String;]
IO.slurp ( java.io.InputStream in ) [static] : String
[run-time name: org/apache/openejb/loader/IO.slurp:(Ljava/io/InputStream;)Ljava/lang/String;]
IO.slurp ( java.net.URL url ) [static] : String
[run-time name: org/apache/openejb/loader/IO.slurp:(Ljava/net/URL;)Ljava/lang/String;]
IO.slurp ( String fileName ) [static] : String
[run-time name: org/apache/openejb/loader/IO.slurp:(Ljava/lang/String;)Ljava/lang/String;]
IO.unzip ( java.io.File file ) [static] : java.util.zip.ZipInputStream
[run-time name: org/apache/openejb/loader/IO.unzip:(Ljava/io/File;)Ljava/util/zip/ZipInputStream;]
IO.write ( java.io.File destination ) [static] : java.io.OutputStream
[run-time name: org/apache/openejb/loader/IO.write:(Ljava/io/File;)Ljava/io/OutputStream;]
IO.write ( java.io.File destination, boolean append ) [static] : java.io.OutputStream
[run-time name: org/apache/openejb/loader/IO.write:(Ljava/io/File;Z)Ljava/io/OutputStream;]
IO.writeString ( java.io.File file, String string ) [static] : void
[run-time name: org/apache/openejb/loader/IO.writeString:(Ljava/io/File;Ljava/lang/String;)V]
IO.zip ( java.io.File file ) [static] : java.util.zip.ZipOutputStream
[run-time name: org/apache/openejb/loader/IO.zip:(Ljava/io/File;)Ljava/util/zip/ZipOutputStream;]
openejb-loader-4.0.0.jar, LoaderRuntimeException.class
package org.apache.openejb.loader
LoaderRuntimeException.LoaderRuntimeException ( Exception e )
[run-time name: org/apache/openejb/loader/LoaderRuntimeException."<init>":(Ljava/lang/Exception;)V]
LoaderRuntimeException.LoaderRuntimeException ( String str )
[run-time name: org/apache/openejb/loader/LoaderRuntimeException."<init>":(Ljava/lang/String;)V]
LoaderRuntimeException.LoaderRuntimeException ( String str, Throwable e )
[run-time name: org/apache/openejb/loader/LoaderRuntimeException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
openejb-loader-4.0.0.jar, LocationResolver.class
package org.apache.openejb.loader
LocationResolver.resolve ( String p1 ) [abstract] : String
[run-time name: org/apache/openejb/loader/LocationResolver.resolve:(Ljava/lang/String;)Ljava/lang/String;]
openejb-loader-4.0.0.jar, ProvisioningUtil.class
package org.apache.openejb.loader
ProvisioningUtil.cache ( ) [static] : String
[run-time name: org/apache/openejb/loader/ProvisioningUtil.cache:()Ljava/lang/String;]
ProvisioningUtil.cacheFile ( String path ) [static] : java.io.File
[run-time name: org/apache/openejb/loader/ProvisioningUtil.cacheFile:(Ljava/lang/String;)Ljava/io/File;]
ProvisioningUtil.copyTryingProxies ( java.net.URI source, java.io.File destination ) [static] : String
[run-time name: org/apache/openejb/loader/ProvisioningUtil.copyTryingProxies:(Ljava/net/URI;Ljava/io/File;)Ljava/lang/String;]
ProvisioningUtil.inputStreamTryingProxies ( java.net.URI source ) [static] : java.io.InputStream
[run-time name: org/apache/openejb/loader/ProvisioningUtil.inputStreamTryingProxies:(Ljava/net/URI;)Ljava/io/InputStream;]
ProvisioningUtil.lastPart ( String location ) [static] : String
[run-time name: org/apache/openejb/loader/ProvisioningUtil.lastPart:(Ljava/lang/String;)Ljava/lang/String;]
ProvisioningUtil.realLocation ( String rawLocation ) [static] : String
[run-time name: org/apache/openejb/loader/ProvisioningUtil.realLocation:(Ljava/lang/String;)Ljava/lang/String;]
openejb-loader-4.0.0.jar, Zips.class
package org.apache.openejb.loader
Zips.unzip ( java.io.File zipFile, java.io.File destination ) [static] : void
[run-time name: org/apache/openejb/loader/Zips.unzip:(Ljava/io/File;Ljava/io/File;)V]
Zips.unzip ( java.io.File zipFile, java.io.File destination, boolean noparent ) [static] : void
[run-time name: org/apache/openejb/loader/Zips.unzip:(Ljava/io/File;Ljava/io/File;Z)V]
Zips.Zips ( )
[run-time name: org/apache/openejb/loader/Zips."<init>":()V]
openejb-multicast-4.0.0.jar, Builder.class
package org.apache.openejb.server.discovery
Tracker.Builder.getLogger ( ) : org.apache.openejb.util.Logger
[run-time name: org/apache/openejb/server/discovery/Tracker.Builder.getLogger:()Lorg/apache/openejb/util/Logger;]
Tracker.Builder.isDebug ( ) : boolean
[run-time name: org/apache/openejb/server/discovery/Tracker.Builder.isDebug:()Z]
Tracker.Builder.setDebug ( boolean debug ) : void
[run-time name: org/apache/openejb/server/discovery/Tracker.Builder.setDebug:(Z)V]
Tracker.Builder.setLogger ( org.apache.openejb.util.Logger logger ) : void
[run-time name: org/apache/openejb/server/discovery/Tracker.Builder.setLogger:(Lorg/apache/openejb/util/Logger;)V]
openejb-multicast-4.0.0.jar, CloseException.class
package org.apache.openejb.server.discovery
MultipointServer.CloseException.MultipointServer.CloseException ( Throwable cause )
[run-time name: org/apache/openejb/server/discovery/MultipointServer.CloseException."<init>":(Ljava/lang/Throwable;)V]
openejb-multicast-4.0.0.jar, MultipointDiscoveryAgent.class
package org.apache.openejb.server.discovery
MultipointDiscoveryAgent.getConnectionsQueued ( ) : java.util.List
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getConnectionsQueued:()Ljava/util/List;]
MultipointDiscoveryAgent.getHeartbeats ( ) : long
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getHeartbeats:()J]
MultipointDiscoveryAgent.getHeartbeatsLatest ( ) : String
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getHeartbeatsLatest:()Ljava/lang/String;]
MultipointDiscoveryAgent.getHeartbeatsLatestTime ( ) : long
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getHeartbeatsLatestTime:()J]
MultipointDiscoveryAgent.getJoined ( ) : long
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getJoined:()J]
MultipointDiscoveryAgent.getReconnectDelay ( ) : long
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getReconnectDelay:()J]
MultipointDiscoveryAgent.getReconnects ( ) : long
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getReconnects:()J]
MultipointDiscoveryAgent.getReconnectsLatest ( ) : String
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getReconnectsLatest:()Ljava/lang/String;]
MultipointDiscoveryAgent.getReconnectsLatestTime ( ) : long
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getReconnectsLatestTime:()J]
MultipointDiscoveryAgent.getRoots ( ) : java.util.Set
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getRoots:()Ljava/util/Set;]
MultipointDiscoveryAgent.getRuns ( ) : long
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getRuns:()J]
MultipointDiscoveryAgent.getRunsLatest ( ) : String
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getRunsLatest:()Ljava/lang/String;]
MultipointDiscoveryAgent.getRunsLatestTime ( ) : long
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getRunsLatestTime:()J]
MultipointDiscoveryAgent.getSessions ( ) : java.util.List
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getSessions:()Ljava/util/List;]
MultipointDiscoveryAgent.getSessionsCreated ( ) : long
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getSessionsCreated:()J]
MultipointDiscoveryAgent.getSessionsCreatedLatest ( ) : String
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getSessionsCreatedLatest:()Ljava/lang/String;]
MultipointDiscoveryAgent.getSessionsCreatedLatestTime ( ) : long
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getSessionsCreatedLatestTime:()J]
MultipointDiscoveryAgent.getURI ( ) : java.net.URI
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getURI:()Ljava/net/URI;]
MultipointDiscoveryAgent.MultipointDiscoveryAgent ( boolean debug, String name )
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent."<init>":(ZLjava/lang/String;)V]
MultipointDiscoveryAgent.restart ( ) : void
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.restart:()V]
openejb-multicast-4.0.0.jar, MultipointServer.class
package org.apache.openejb.server.discovery
MultipointServer.getConnectionsQueued ( ) : java.util.List
[run-time name: org/apache/openejb/server/discovery/MultipointServer.getConnectionsQueued:()Ljava/util/List;]
MultipointServer.getHeartbeats ( ) : org.apache.openejb.monitoring.Event
[run-time name: org/apache/openejb/server/discovery/MultipointServer.getHeartbeats:()Lorg/apache/openejb/monitoring/Event;]
MultipointServer.getJoined ( ) : long
[run-time name: org/apache/openejb/server/discovery/MultipointServer.getJoined:()J]
MultipointServer.getMe ( ) : java.net.URI
[run-time name: org/apache/openejb/server/discovery/MultipointServer.getMe:()Ljava/net/URI;]
MultipointServer.getName ( ) : String
[run-time name: org/apache/openejb/server/discovery/MultipointServer.getName:()Ljava/lang/String;]
MultipointServer.getReconnectDelay ( ) : long
[run-time name: org/apache/openejb/server/discovery/MultipointServer.getReconnectDelay:()J]
MultipointServer.getReconnects ( ) : org.apache.openejb.monitoring.Event
[run-time name: org/apache/openejb/server/discovery/MultipointServer.getReconnects:()Lorg/apache/openejb/monitoring/Event;]
MultipointServer.getRoots ( ) : java.util.Set
[run-time name: org/apache/openejb/server/discovery/MultipointServer.getRoots:()Ljava/util/Set;]
MultipointServer.getRuns ( ) : org.apache.openejb.monitoring.Event
[run-time name: org/apache/openejb/server/discovery/MultipointServer.getRuns:()Lorg/apache/openejb/monitoring/Event;]
MultipointServer.getSessions ( ) : java.util.List
[run-time name: org/apache/openejb/server/discovery/MultipointServer.getSessions:()Ljava/util/List;]
MultipointServer.getSessionsCreated ( ) : org.apache.openejb.monitoring.Event
[run-time name: org/apache/openejb/server/discovery/MultipointServer.getSessionsCreated:()Lorg/apache/openejb/monitoring/Event;]
MultipointServer.MultipointServer ( String bindHost, String broadcastHost, int port, Tracker tracker, String name, boolean debug, java.util.Set roots, org.apache.openejb.util.Duration reconnectDelay )
[run-time name: org/apache/openejb/server/discovery/MultipointServer."<init>":(Ljava/lang/String;Ljava/lang/String;ILorg/apache/openejb/server/discovery/Tracker;Ljava/lang/String;ZLjava/util/Set;Lorg/apache/openejb/util/Duration;)V]
MultipointServer.randomColor ( ) [static] : String
[run-time name: org/apache/openejb/server/discovery/MultipointServer.randomColor:()Ljava/lang/String;]
MultipointServer.toString ( ) : String
[run-time name: org/apache/openejb/server/discovery/MultipointServer.toString:()Ljava/lang/String;]
openejb-multicast-4.0.0.jar, Service.class
package org.apache.openejb.server.discovery
Tracker.Service.toString ( ) : String
[run-time name: org/apache/openejb/server/discovery/Tracker.Service.toString:()Ljava/lang/String;]
openejb-multicast-4.0.0.jar, Session.class
package org.apache.openejb.server.discovery
MultipointServer.Session.getCreated ( ) : long
[run-time name: org/apache/openejb/server/discovery/MultipointServer.Session.getCreated:()J]
openejb-multicast-4.0.0.jar, Tracker.class
package org.apache.openejb.server.discovery
Tracker.getMaxMissedHeartbeats ( ) : int
[run-time name: org/apache/openejb/server/discovery/Tracker.getMaxMissedHeartbeats:()I]
Tracker.getServicesDiscovered ( ) : java.util.Set
[run-time name: org/apache/openejb/server/discovery/Tracker.getServicesDiscovered:()Ljava/util/Set;]
Tracker.getServicesRegistered ( ) : java.util.Set
[run-time name: org/apache/openejb/server/discovery/Tracker.getServicesRegistered:()Ljava/util/Set;]
Tracker.toString ( ) : String
[run-time name: org/apache/openejb/server/discovery/Tracker.toString:()Ljava/lang/String;]
Tracker.Tracker ( String group, long heartRate, int maxMissedHeartbeats, long reconnectDelay, long maxReconnectDelay, int maxReconnectAttempts, long exponentialBackoff, org.apache.openejb.util.Logger log, boolean debug )
[run-time name: org/apache/openejb/server/discovery/Tracker."<init>":(Ljava/lang/String;JIJJIJLorg/apache/openejb/util/Logger;Z)V]
openejb-server-4.0.0.jar, Access.class
package org.apache.openejb.server
ServiceAccessController.Access.getHostPermissions ( ) : java.util.List
[run-time name: org/apache/openejb/server/ServiceAccessController.Access.getHostPermissions:()Ljava/util/List;]
ServiceAccessController.Access.getRejections ( ) : org.apache.openejb.monitoring.Event
[run-time name: org/apache/openejb/server/ServiceAccessController.Access.getRejections:()Lorg/apache/openejb/monitoring/Event;]
ServiceAccessController.Access.ServiceAccessController.Access ( ServiceAccessController p1 )
[run-time name: org/apache/openejb/server/ServiceAccessController.Access."<init>":(Lorg/apache/openejb/server/ServiceAccessController;)V]
openejb-server-4.0.0.jar, AddressMonitor.class
package org.apache.openejb.server
ServiceDaemon.AddressMonitor.getAddress ( ) : byte[ ]
[run-time name: org/apache/openejb/server/ServiceDaemon.AddressMonitor.getAddress:()[B]
ServiceDaemon.AddressMonitor.getCanonicalHostName ( ) : String
[run-time name: org/apache/openejb/server/ServiceDaemon.AddressMonitor.getCanonicalHostName:()Ljava/lang/String;]
ServiceDaemon.AddressMonitor.getHostAddress ( ) : String
[run-time name: org/apache/openejb/server/ServiceDaemon.AddressMonitor.getHostAddress:()Ljava/lang/String;]
ServiceDaemon.AddressMonitor.getHostName ( ) : String
[run-time name: org/apache/openejb/server/ServiceDaemon.AddressMonitor.getHostName:()Ljava/lang/String;]
ServiceDaemon.AddressMonitor.ServiceDaemon.AddressMonitor ( ServiceDaemon p1 )
[run-time name: org/apache/openejb/server/ServiceDaemon.AddressMonitor."<init>":(Lorg/apache/openejb/server/ServiceDaemon;)V]
openejb-server-4.0.0.jar, NamedService.class
package org.apache.openejb.server
NamedService.getName ( ) : String
[run-time name: org/apache/openejb/server/NamedService.getName:()Ljava/lang/String;]
NamedService.NamedService ( ServerService service, String name )
[run-time name: org/apache/openejb/server/NamedService."<init>":(Lorg/apache/openejb/server/ServerService;Ljava/lang/String;)V]
openejb-server-4.0.0.jar, Pool.class
package org.apache.openejb.server
ServicePool.Pool.allowCoreThreadTimeOut ( boolean value ) : void
[run-time name: org/apache/openejb/server/ServicePool.Pool.allowCoreThreadTimeOut:(Z)V]
ServicePool.Pool.getActiveCount ( ) : int
[run-time name: org/apache/openejb/server/ServicePool.Pool.getActiveCount:()I]
ServicePool.Pool.getCompletedTaskCount ( ) : long
[run-time name: org/apache/openejb/server/ServicePool.Pool.getCompletedTaskCount:()J]
ServicePool.Pool.getCorePoolSize ( ) : int
[run-time name: org/apache/openejb/server/ServicePool.Pool.getCorePoolSize:()I]
ServicePool.Pool.getKeepAliveTime ( java.util.concurrent.TimeUnit unit ) : long
[run-time name: org/apache/openejb/server/ServicePool.Pool.getKeepAliveTime:(Ljava/util/concurrent/TimeUnit;)J]
ServicePool.Pool.getLargestPoolSize ( ) : int
[run-time name: org/apache/openejb/server/ServicePool.Pool.getLargestPoolSize:()I]
ServicePool.Pool.getMaximumPoolSize ( ) : int
[run-time name: org/apache/openejb/server/ServicePool.Pool.getMaximumPoolSize:()I]
ServicePool.Pool.getPoolSize ( ) : int
[run-time name: org/apache/openejb/server/ServicePool.Pool.getPoolSize:()I]
ServicePool.Pool.getQueueSize ( ) : int
[run-time name: org/apache/openejb/server/ServicePool.Pool.getQueueSize:()I]
ServicePool.Pool.getTaskCount ( ) : long
[run-time name: org/apache/openejb/server/ServicePool.Pool.getTaskCount:()J]
ServicePool.Pool.isShutdown ( ) : boolean
[run-time name: org/apache/openejb/server/ServicePool.Pool.isShutdown:()Z]
ServicePool.Pool.isTerminated ( ) : boolean
[run-time name: org/apache/openejb/server/ServicePool.Pool.isTerminated:()Z]
ServicePool.Pool.isTerminating ( ) : boolean
[run-time name: org/apache/openejb/server/ServicePool.Pool.isTerminating:()Z]
ServicePool.Pool.ServicePool.Pool ( ServicePool p1 )
[run-time name: org/apache/openejb/server/ServicePool.Pool."<init>":(Lorg/apache/openejb/server/ServicePool;)V]
ServicePool.Pool.setCorePoolSize ( int corePoolSize ) : void
[run-time name: org/apache/openejb/server/ServicePool.Pool.setCorePoolSize:(I)V]
ServicePool.Pool.setKeepAliveTime ( long time ) : void
[run-time name: org/apache/openejb/server/ServicePool.Pool.setKeepAliveTime:(J)V]
ServicePool.Pool.setMaximumPoolSize ( int maximumPoolSize ) : void
[run-time name: org/apache/openejb/server/ServicePool.Pool.setMaximumPoolSize:(I)V]
openejb-server-4.0.0.jar, ServerRuntimeException.class
package org.apache.openejb.server
ServerRuntimeException.ServerRuntimeException ( Exception e )
[run-time name: org/apache/openejb/server/ServerRuntimeException."<init>":(Ljava/lang/Exception;)V]
ServerRuntimeException.ServerRuntimeException ( String str )
[run-time name: org/apache/openejb/server/ServerRuntimeException."<init>":(Ljava/lang/String;)V]
ServerRuntimeException.ServerRuntimeException ( String str, Throwable e )
[run-time name: org/apache/openejb/server/ServerRuntimeException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
openejb-server-4.0.0.jar, ServiceDaemon.class
package org.apache.openejb.server
ServiceDaemon.getBind ( ) : String
[run-time name: org/apache/openejb/server/ServiceDaemon.getBind:()Ljava/lang/String;]
ServiceDaemon.getInetAddress ( ) : java.net.InetAddress
[run-time name: org/apache/openejb/server/ServiceDaemon.getInetAddress:()Ljava/net/InetAddress;]
ServiceDaemon.getServerSocket ( ) : java.net.ServerSocket
[run-time name: org/apache/openejb/server/ServiceDaemon.getServerSocket:()Ljava/net/ServerSocket;]
ServiceDaemon.getServiceUri ( ) : java.net.URI
[run-time name: org/apache/openejb/server/ServiceDaemon.getServiceUri:()Ljava/net/URI;]
ServiceDaemon.isSecure ( ) : boolean
[run-time name: org/apache/openejb/server/ServiceDaemon.isSecure:()Z]
openejb-server-4.0.0.jar, ServiceLogger.class
package org.apache.openejb.server
ServiceLogger.MDCput ( String key, String value ) [static] : void
[run-time name: org/apache/openejb/server/ServiceLogger.MDCput:(Ljava/lang/String;Ljava/lang/String;)V]
openejb-server-4.0.0.jar, ServiceManager.class
package org.apache.openejb.server
ServiceManager.accept ( String serviceName ) : boolean
[run-time name: org/apache/openejb/server/ServiceManager.accept:(Ljava/lang/String;)Z]
ServiceManager.manage ( String serviceName, java.util.Properties serviceProperties, ServerService service ) [static] : ServerService
[run-time name: org/apache/openejb/server/ServiceManager.manage:(Ljava/lang/String;Ljava/util/Properties;Lorg/apache/openejb/server/ServerService;)Lorg/apache/openejb/server/ServerService;]
ServiceManager.register ( String serviceName, ServerService service, javax.management.MBeanServer server ) [static] : void
[run-time name: org/apache/openejb/server/ServiceManager.register:(Ljava/lang/String;Lorg/apache/openejb/server/ServerService;Ljavax/management/MBeanServer;)V]
openejb-server-4.0.0.jar, ServiceManagerExtender.class
package org.apache.openejb.server.osgi
ServiceManagerExtender.start ( ) : void
[run-time name: org/apache/openejb/server/osgi/ServiceManagerExtender.start:()V]
openejb-server-4.0.0.jar, ServicePool.class
package org.apache.openejb.server
ServicePool.ServicePool ( ServerService next, int threads )
[run-time name: org/apache/openejb/server/ServicePool."<init>":(Lorg/apache/openejb/server/ServerService;I)V]
ServicePool.ServicePool ( ServerService next, java.util.Properties properties )
[run-time name: org/apache/openejb/server/ServicePool."<init>":(Lorg/apache/openejb/server/ServerService;Ljava/util/Properties;)V]
openejb-server-4.0.0.jar, ServiceStats.class
package org.apache.openejb.server
ServiceStats.service ( java.io.InputStream in, java.io.OutputStream out ) : void
[run-time name: org/apache/openejb/server/ServiceStats.service:(Ljava/io/InputStream;Ljava/io/OutputStream;)V]
ServiceStats.service ( java.net.Socket socket ) : void
[run-time name: org/apache/openejb/server/ServiceStats.service:(Ljava/net/Socket;)V]
ServiceStats.ServiceStats ( ServerService service )
[run-time name: org/apache/openejb/server/ServiceStats."<init>":(Lorg/apache/openejb/server/ServerService;)V]
openejb-server-4.0.0.jar, SocketMonitor.class
package org.apache.openejb.server
ServiceDaemon.SocketMonitor.getLocalPort ( ) : int
[run-time name: org/apache/openejb/server/ServiceDaemon.SocketMonitor.getLocalPort:()I]
ServiceDaemon.SocketMonitor.getReceiveBufferSize ( ) : int
[run-time name: org/apache/openejb/server/ServiceDaemon.SocketMonitor.getReceiveBufferSize:()I]
ServiceDaemon.SocketMonitor.getReuseAddress ( ) : boolean
[run-time name: org/apache/openejb/server/ServiceDaemon.SocketMonitor.getReuseAddress:()Z]
ServiceDaemon.SocketMonitor.getSoTimeout ( ) : int
[run-time name: org/apache/openejb/server/ServiceDaemon.SocketMonitor.getSoTimeout:()I]
ServiceDaemon.SocketMonitor.isBound ( ) : boolean
[run-time name: org/apache/openejb/server/ServiceDaemon.SocketMonitor.isBound:()Z]
ServiceDaemon.SocketMonitor.isClosed ( ) : boolean
[run-time name: org/apache/openejb/server/ServiceDaemon.SocketMonitor.isClosed:()Z]
ServiceDaemon.SocketMonitor.ServiceDaemon.SocketMonitor ( ServiceDaemon p1 )
[run-time name: org/apache/openejb/server/ServiceDaemon.SocketMonitor."<init>":(Lorg/apache/openejb/server/ServiceDaemon;)V]
ServiceDaemon.SocketMonitor.setPerformancePreferences ( int connectionTime, int latency, int bandwidth ) : void
[run-time name: org/apache/openejb/server/ServiceDaemon.SocketMonitor.setPerformancePreferences:(III)V]
ServiceDaemon.SocketMonitor.setReceiveBufferSize ( int size ) : void
[run-time name: org/apache/openejb/server/ServiceDaemon.SocketMonitor.setReceiveBufferSize:(I)V]
ServiceDaemon.SocketMonitor.setReuseAddress ( boolean on ) : void
[run-time name: org/apache/openejb/server/ServiceDaemon.SocketMonitor.setReuseAddress:(Z)V]
ServiceDaemon.SocketMonitor.setSoTimeout ( int timeout ) : void
[run-time name: org/apache/openejb/server/ServiceDaemon.SocketMonitor.setSoTimeout:(I)V]
openejb-webservices-4.0.0.jar, OpenEJBHttpWsRegistry.class
package org.apache.openejb.server.webservices
OpenEJBHttpWsRegistry.addWsContainer ( String context, String path, org.apache.openejb.server.httpd.HttpListener httpListener, String virtualHost, String realmName, String transportGuarantee, String authMethod, ClassLoader classLoader ) : java.util.List
[run-time name: org/apache/openejb/server/webservices/OpenEJBHttpWsRegistry.addWsContainer:(Ljava/lang/String;Ljava/lang/String;Lorg/apache/openejb/server/httpd/HttpListener;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/util/List;]
openejb-webservices-4.0.0.jar, WsRegistry.class
package org.apache.openejb.server.webservices
WsRegistry.addWsContainer ( String p1, String p2, org.apache.openejb.server.httpd.HttpListener p3, String p4, String p5, String p6, String p7, ClassLoader p8 ) [abstract] : java.util.List
[run-time name: org/apache/openejb/server/webservices/WsRegistry.addWsContainer:(Ljava/lang/String;Ljava/lang/String;Lorg/apache/openejb/server/httpd/HttpListener;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/util/List;]
openejb-webservices-4.0.0.jar, WsService.class
package org.apache.openejb.server.webservices
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;]
to the top
Removed Methods (1319)
openejb-client-3.1.4.jar, AuthenticationRequest.class
package org.apache.openejb.client
AuthenticationRequest.getRequestType ( ) : byte
[run-time name: org/apache/openejb/client/AuthenticationRequest.getRequestType:()B]
openejb-client-3.1.4.jar, ClusterRequest.class
package org.apache.openejb.client
ClusterRequest.getRequestType ( ) : byte
[run-time name: org/apache/openejb/client/ClusterRequest.getRequestType:()B]
openejb-client-3.1.4.jar, EJBMetaDataImpl.class
package org.apache.openejb.client
EJBMetaDataImpl.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, Class primaryKeyClass, String typeOfBean, InterfaceType interfaceType, java.util.List businessInterfaces )
[run-time name: org/apache/openejb/client/EJBMetaDataImpl."<init>":(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Lorg/apache/openejb/client/InterfaceType;Ljava/util/List;)V]
EJBMetaDataImpl.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, Class primaryKeyClass, String typeOfBean, String deploymentID, int deploymentCode, InterfaceType interfaceType, java.util.List businessInterfaces )
[run-time name: org/apache/openejb/client/EJBMetaDataImpl."<init>":(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;ILorg/apache/openejb/client/InterfaceType;Ljava/util/List;)V]
EJBMetaDataImpl.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, Class primaryKeyClass, String typeOfBean, String deploymentID, InterfaceType interfaceType, java.util.List businessInterfaces )
[run-time name: org/apache/openejb/client/EJBMetaDataImpl."<init>":(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;Lorg/apache/openejb/client/InterfaceType;Ljava/util/List;)V]
EJBMetaDataImpl.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, String typeOfBean, InterfaceType interfaceType, java.util.List businessInterfaces )
[run-time name: org/apache/openejb/client/EJBMetaDataImpl."<init>":(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Lorg/apache/openejb/client/InterfaceType;Ljava/util/List;)V]
openejb-client-3.1.4.jar, EJBRequest.class
package org.apache.openejb.client
EJBRequest.EJBRequest ( int requestMethod, EJBMetaDataImpl ejb, reflect.Method method, Object[ ] args, Object primaryKey )
[run-time name: org/apache/openejb/client/EJBRequest."<init>":(ILorg/apache/openejb/client/EJBMetaDataImpl;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)V]
EJBRequest.getRequestMethod ( ) : int
[run-time name: org/apache/openejb/client/EJBRequest.getRequestMethod:()I]
EJBRequest.getRequestType ( ) : byte
[run-time name: org/apache/openejb/client/EJBRequest.getRequestType:()B]
EJBRequest.setRequestMethod ( int requestMethod ) : void
[run-time name: org/apache/openejb/client/EJBRequest.setRequestMethod:(I)V]
openejb-client-3.1.4.jar, HandlerChainMetaData.class
package org.apache.openejb.client
HandlerChainMetaData.getPortNamePattern ( ) : String
[run-time name: org/apache/openejb/client/HandlerChainMetaData.getPortNamePattern:()Ljava/lang/String;]
HandlerChainMetaData.getServiceNamePattern ( ) : String
[run-time name: org/apache/openejb/client/HandlerChainMetaData.getServiceNamePattern:()Ljava/lang/String;]
HandlerChainMetaData.setPortNamePattern ( String portNamePattern ) : void
[run-time name: org/apache/openejb/client/HandlerChainMetaData.setPortNamePattern:(Ljava/lang/String;)V]
HandlerChainMetaData.setServiceNamePattern ( String serviceNamePattern ) : void
[run-time name: org/apache/openejb/client/HandlerChainMetaData.setServiceNamePattern:(Ljava/lang/String;)V]
openejb-client-3.1.4.jar, JNDIRequest.class
package org.apache.openejb.client
JNDIRequest.getRequestMethod ( ) : int
[run-time name: org/apache/openejb/client/JNDIRequest.getRequestMethod:()I]
JNDIRequest.getRequestType ( ) : byte
[run-time name: org/apache/openejb/client/JNDIRequest.getRequestType:()B]
JNDIRequest.JNDIRequest ( int requestMethod, String requestString )
[run-time name: org/apache/openejb/client/JNDIRequest."<init>":(ILjava/lang/String;)V]
JNDIRequest.setRequestMethod ( int requestMethod ) : void
[run-time name: org/apache/openejb/client/JNDIRequest.setRequestMethod:(I)V]
openejb-client-3.1.4.jar, Request.class
package org.apache.openejb.client
Request.getRequestType ( ) [abstract] : byte
[run-time name: org/apache/openejb/client/Request.getRequestType:()B]
openejb-client-3.1.4.jar, SocketConnectionFactory.class
package org.apache.openejb.client
SocketConnectionFactory.getKeepAliveStyle ( ) : KeepAliveStyle
[run-time name: org/apache/openejb/client/SocketConnectionFactory.getKeepAliveStyle:()Lorg/apache/openejb/client/KeepAliveStyle;]
openejb-core-3.1.4.jar, AbstractSecurityService.class
package org.apache.openejb.core.security
AbstractSecurityService.getRunAsSubject ( org.apache.openejb.DeploymentInfo callingDeploymentInfo ) : javax.security.auth.Subject
[run-time name: org/apache/openejb/core/security/AbstractSecurityService.getRunAsSubject:(Lorg/apache/openejb/DeploymentInfo;)Ljavax/security/auth/Subject;]
openejb-core-3.1.4.jar, ActivatePassivateEntityState.class
package org.apache.openejb.core.entity
EntityContext.ActivatePassivateEntityState.EntityContext.ActivatePassivateEntityState ( )
[run-time name: org/apache/openejb/core/entity/EntityContext.ActivatePassivateEntityState."<init>":()V]
EntityContext.ActivatePassivateEntityState.getCallerPrincipal ( org.apache.openejb.spi.SecurityService securityService ) : java.security.Principal
[run-time name: org/apache/openejb/core/entity/EntityContext.ActivatePassivateEntityState.getCallerPrincipal:(Lorg/apache/openejb/spi/SecurityService;)Ljava/security/Principal;]
EntityContext.ActivatePassivateEntityState.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.ActivatePassivateEntityState.getRollbackOnly:()Z]
EntityContext.ActivatePassivateEntityState.getUserTransaction ( javax.transaction.UserTransaction userTransaction ) : javax.transaction.UserTransaction
[run-time name: org/apache/openejb/core/entity/EntityContext.ActivatePassivateEntityState.getUserTransaction:(Ljavax/transaction/UserTransaction;)Ljavax/transaction/UserTransaction;]
EntityContext.ActivatePassivateEntityState.isCallerInRole ( org.apache.openejb.spi.SecurityService securityService, String roleName ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.ActivatePassivateEntityState.isCallerInRole:(Lorg/apache/openejb/spi/SecurityService;Ljava/lang/String;)Z]
EntityContext.ActivatePassivateEntityState.isEntityManagerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.ActivatePassivateEntityState.isEntityManagerAccessAllowed:()Z]
EntityContext.ActivatePassivateEntityState.isEntityManagerFactoryAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.ActivatePassivateEntityState.isEntityManagerFactoryAccessAllowed:()Z]
EntityContext.ActivatePassivateEntityState.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.ActivatePassivateEntityState.isMessageContextAccessAllowed:()Z]
EntityContext.ActivatePassivateEntityState.isTimerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.ActivatePassivateEntityState.isTimerAccessAllowed:()Z]
EntityContext.ActivatePassivateEntityState.isUserTransactionAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.ActivatePassivateEntityState.isUserTransactionAccessAllowed:()Z]
EntityContext.ActivatePassivateEntityState.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/entity/EntityContext.ActivatePassivateEntityState.setRollbackOnly:()V]
openejb-core-3.1.4.jar, AfterCompletion.class
package org.apache.openejb.core.managed
ManagedContext.AfterCompletion.getBusinessObject ( Class x0 ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.getBusinessObject:(Ljava/lang/Class;)Ljava/lang/Object;]
ManagedContext.AfterCompletion.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
ManagedContext.AfterCompletion.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.getEJBObject:()Ljavax/ejb/EJBObject;]
ManagedContext.AfterCompletion.getInvokedBusinessInterface ( ) : Class
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.getInvokedBusinessInterface:()Ljava/lang/Class;]
ManagedContext.AfterCompletion.getMessageContext ( ) : javax.xml.rpc.handler.MessageContext
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.getMessageContext:()Ljavax/xml/rpc/handler/MessageContext;]
ManagedContext.AfterCompletion.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.getRollbackOnly:()Z]
ManagedContext.AfterCompletion.isEntityManagerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.isEntityManagerAccessAllowed:()Z]
ManagedContext.AfterCompletion.isEntityManagerFactoryAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.isEntityManagerFactoryAccessAllowed:()Z]
ManagedContext.AfterCompletion.isJNDIAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.isJNDIAccessAllowed:()Z]
ManagedContext.AfterCompletion.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.isMessageContextAccessAllowed:()Z]
ManagedContext.AfterCompletion.isTimerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.isTimerAccessAllowed:()Z]
ManagedContext.AfterCompletion.isTimerMethodAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.isTimerMethodAllowed:()Z]
ManagedContext.AfterCompletion.isUserTransactionAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.isUserTransactionAccessAllowed:()Z]
ManagedContext.AfterCompletion.ManagedContext.AfterCompletion ( )
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion."<init>":()V]
ManagedContext.AfterCompletion.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.setRollbackOnly:()V]
package org.apache.openejb.core.stateful
StatefulContext.AfterCompletion.getBusinessObject ( Class x0 ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulContext.AfterCompletion.getBusinessObject:(Ljava/lang/Class;)Ljava/lang/Object;]
StatefulContext.AfterCompletion.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/stateful/StatefulContext.AfterCompletion.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
StatefulContext.AfterCompletion.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/stateful/StatefulContext.AfterCompletion.getEJBObject:()Ljavax/ejb/EJBObject;]
StatefulContext.AfterCompletion.getInvokedBusinessInterface ( ) : Class
[run-time name: org/apache/openejb/core/stateful/StatefulContext.AfterCompletion.getInvokedBusinessInterface:()Ljava/lang/Class;]
StatefulContext.AfterCompletion.getMessageContext ( ) : javax.xml.rpc.handler.MessageContext
[run-time name: org/apache/openejb/core/stateful/StatefulContext.AfterCompletion.getMessageContext:()Ljavax/xml/rpc/handler/MessageContext;]
StatefulContext.AfterCompletion.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/stateful/StatefulContext.AfterCompletion.getRollbackOnly:()Z]
StatefulContext.AfterCompletion.isEntityManagerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/stateful/StatefulContext.AfterCompletion.isEntityManagerAccessAllowed:()Z]
StatefulContext.AfterCompletion.isEntityManagerFactoryAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/stateful/StatefulContext.AfterCompletion.isEntityManagerFactoryAccessAllowed:()Z]
StatefulContext.AfterCompletion.isJNDIAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/stateful/StatefulContext.AfterCompletion.isJNDIAccessAllowed:()Z]
StatefulContext.AfterCompletion.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/stateful/StatefulContext.AfterCompletion.isMessageContextAccessAllowed:()Z]
StatefulContext.AfterCompletion.isTimerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/stateful/StatefulContext.AfterCompletion.isTimerAccessAllowed:()Z]
StatefulContext.AfterCompletion.isTimerMethodAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/stateful/StatefulContext.AfterCompletion.isTimerMethodAllowed:()Z]
StatefulContext.AfterCompletion.isUserTransactionAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/stateful/StatefulContext.AfterCompletion.isUserTransactionAccessAllowed:()Z]
StatefulContext.AfterCompletion.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContext.AfterCompletion.setRollbackOnly:()V]
StatefulContext.AfterCompletion.StatefulContext.AfterCompletion ( )
[run-time name: org/apache/openejb/core/stateful/StatefulContext.AfterCompletion."<init>":()V]
openejb-core-3.1.4.jar, ApplicationComposer.class
package org.apache.openejb.junit
ApplicationComposer.withAfters ( org.junit.runners.model.FrameworkMethod method, Object target, org.junit.runners.model.Statement statement ) : org.junit.runners.model.Statement
[run-time name: org/apache/openejb/junit/ApplicationComposer.withAfters:(Lorg/junit/runners/model/FrameworkMethod;Ljava/lang/Object;Lorg/junit/runners/model/Statement;)Lorg/junit/runners/model/Statement;]
openejb-core-3.1.4.jar, AppModule.class
package org.apache.openejb.config
AppModule.getResourceModules ( ) : java.util.List
[run-time name: org/apache/openejb/config/AppModule.getResourceModules:()Ljava/util/List;]
openejb-core-3.1.4.jar, ArrayStack.class
package org.apache.openejb.util
ArrayStack.ArrayStack ( )
[run-time name: org/apache/openejb/util/ArrayStack."<init>":()V]
ArrayStack.peek ( ) : Object
[run-time name: org/apache/openejb/util/ArrayStack.peek:()Ljava/lang/Object;]
ArrayStack.pop ( ) : Object
[run-time name: org/apache/openejb/util/ArrayStack.pop:()Ljava/lang/Object;]
ArrayStack.push ( Object item ) : Object
[run-time name: org/apache/openejb/util/ArrayStack.push:(Ljava/lang/Object;)Ljava/lang/Object;]
ArrayStack.setSize ( int newSize ) : void
[run-time name: org/apache/openejb/util/ArrayStack.setSize:(I)V]
openejb-core-3.1.4.jar, Assembler.class
package org.apache.openejb.assembler.classic
Assembler.createApplication ( AppInfo appInfo, ClassLoader classLoader, boolean start ) : java.util.List
[run-time name: org/apache/openejb/assembler/classic/Assembler.createApplication:(Lorg/apache/openejb/assembler/classic/AppInfo;Ljava/lang/ClassLoader;Z)Ljava/util/List;]
openejb-core-3.1.4.jar, BaseContext.class
package org.apache.openejb.core
BaseContext.getState ( ) [abstract] : BaseContext.State
[run-time name: org/apache/openejb/core/BaseContext.getState:()Lorg/apache/openejb/core/BaseContext$State;]
BaseContext.getStates ( ) [static] : BaseContext.State[ ]
[run-time name: org/apache/openejb/core/BaseContext.getStates:()[Lorg/apache/openejb/core/BaseContext$State;]
BaseContext.isEntityManagerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseContext.isEntityManagerAccessAllowed:()Z]
BaseContext.isEntityManagerFactoryAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseContext.isEntityManagerFactoryAccessAllowed:()Z]
BaseContext.isJNDIAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseContext.isJNDIAccessAllowed:()Z]
BaseContext.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseContext.isMessageContextAccessAllowed:()Z]
BaseContext.isTimerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseContext.isTimerAccessAllowed:()Z]
openejb-core-3.1.4.jar, BaseEjbProxyHandler.class
package org.apache.openejb.core.ivm
BaseEjbProxyHandler.BaseEjbProxyHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces )
[run-time name: org/apache/openejb/core/ivm/BaseEjbProxyHandler."<init>":(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)V]
BaseEjbProxyHandler.getDeploymentInfo ( ) : org.apache.openejb.DeploymentInfo
[run-time name: org/apache/openejb/core/ivm/BaseEjbProxyHandler.getDeploymentInfo:()Lorg/apache/openejb/DeploymentInfo;]
BaseEjbProxyHandler.setDeploymentInfo ( org.apache.openejb.DeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/core/ivm/BaseEjbProxyHandler.setDeploymentInfo:(Lorg/apache/openejb/DeploymentInfo;)V]
openejb-core-3.1.4.jar, BeforeCompletion.class
package org.apache.openejb.core.managed
ManagedContext.BeforeCompletion.getBusinessObject ( Class x0 ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedContext.BeforeCompletion.getBusinessObject:(Ljava/lang/Class;)Ljava/lang/Object;]
ManagedContext.BeforeCompletion.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/managed/ManagedContext.BeforeCompletion.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
ManagedContext.BeforeCompletion.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/managed/ManagedContext.BeforeCompletion.getEJBObject:()Ljavax/ejb/EJBObject;]
ManagedContext.BeforeCompletion.getInvokedBusinessInterface ( ) : Class
[run-time name: org/apache/openejb/core/managed/ManagedContext.BeforeCompletion.getInvokedBusinessInterface:()Ljava/lang/Class;]
ManagedContext.BeforeCompletion.getMessageContext ( ) : javax.xml.rpc.handler.MessageContext
[run-time name: org/apache/openejb/core/managed/ManagedContext.BeforeCompletion.getMessageContext:()Ljavax/xml/rpc/handler/MessageContext;]
ManagedContext.BeforeCompletion.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.BeforeCompletion.isMessageContextAccessAllowed:()Z]
ManagedContext.BeforeCompletion.ManagedContext.BeforeCompletion ( )
[run-time name: org/apache/openejb/core/managed/ManagedContext.BeforeCompletion."<init>":()V]
package org.apache.openejb.core.stateful
StatefulContext.BeforeCompletion.getBusinessObject ( Class x0 ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulContext.BeforeCompletion.getBusinessObject:(Ljava/lang/Class;)Ljava/lang/Object;]
StatefulContext.BeforeCompletion.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/stateful/StatefulContext.BeforeCompletion.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
StatefulContext.BeforeCompletion.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/stateful/StatefulContext.BeforeCompletion.getEJBObject:()Ljavax/ejb/EJBObject;]
StatefulContext.BeforeCompletion.getInvokedBusinessInterface ( ) : Class
[run-time name: org/apache/openejb/core/stateful/StatefulContext.BeforeCompletion.getInvokedBusinessInterface:()Ljava/lang/Class;]
StatefulContext.BeforeCompletion.getMessageContext ( ) : javax.xml.rpc.handler.MessageContext
[run-time name: org/apache/openejb/core/stateful/StatefulContext.BeforeCompletion.getMessageContext:()Ljavax/xml/rpc/handler/MessageContext;]
StatefulContext.BeforeCompletion.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/stateful/StatefulContext.BeforeCompletion.isMessageContextAccessAllowed:()Z]
StatefulContext.BeforeCompletion.StatefulContext.BeforeCompletion ( )
[run-time name: org/apache/openejb/core/stateful/StatefulContext.BeforeCompletion."<init>":()V]
openejb-core-3.1.4.jar, BusinessLocalBeanHome.class
package org.apache.openejb
DeploymentInfo.BusinessLocalBeanHome.create ( ) [abstract] : Object
[run-time name: org/apache/openejb/DeploymentInfo.BusinessLocalBeanHome.create:()Ljava/lang/Object;]
openejb-core-3.1.4.jar, BusinessLocalBeanReference.class
package org.apache.openejb.core.ivm.naming.openejb
BusinessLocalBeanReference.BusinessLocalBeanReference ( org.apache.openejb.DeploymentInfo.BusinessLocalBeanHome localBeanHome )
[run-time name: org/apache/openejb/core/ivm/naming/openejb/BusinessLocalBeanReference."<init>":(Lorg/apache/openejb/DeploymentInfo$BusinessLocalBeanHome;)V]
BusinessLocalBeanReference.getObject ( ) : Object
[run-time name: org/apache/openejb/core/ivm/naming/openejb/BusinessLocalBeanReference.getObject:()Ljava/lang/Object;]
openejb-core-3.1.4.jar, BusinessLocalHome.class
package org.apache.openejb
DeploymentInfo.BusinessLocalHome.create ( ) [abstract] : Object
[run-time name: org/apache/openejb/DeploymentInfo.BusinessLocalHome.create:()Ljava/lang/Object;]
openejb-core-3.1.4.jar, BusinessLocalReference.class
package org.apache.openejb.core.ivm.naming
BusinessLocalReference.BusinessLocalReference ( org.apache.openejb.DeploymentInfo.BusinessLocalHome businessHome )
[run-time name: org/apache/openejb/core/ivm/naming/BusinessLocalReference."<init>":(Lorg/apache/openejb/DeploymentInfo$BusinessLocalHome;)V]
openejb-core-3.1.4.jar, BusinessRemoteHome.class
package org.apache.openejb
DeploymentInfo.BusinessRemoteHome.create ( ) [abstract] : Object
[run-time name: org/apache/openejb/DeploymentInfo.BusinessRemoteHome.create:()Ljava/lang/Object;]
openejb-core-3.1.4.jar, BusinessRemoteReference.class
package org.apache.openejb.core.ivm.naming
BusinessRemoteReference.BusinessRemoteReference ( org.apache.openejb.DeploymentInfo.BusinessRemoteHome businessHome )
[run-time name: org/apache/openejb/core/ivm/naming/BusinessRemoteReference."<init>":(Lorg/apache/openejb/DeploymentInfo$BusinessRemoteHome;)V]
openejb-core-3.1.4.jar, BusinessSessionState.class
package org.apache.openejb.core
BaseSessionContext.BusinessSessionState.BaseSessionContext.BusinessSessionState ( )
[run-time name: org/apache/openejb/core/BaseSessionContext.BusinessSessionState."<init>":()V]
BaseSessionContext.BusinessSessionState.getBusinessObject ( Class x0 ) : Object
[run-time name: org/apache/openejb/core/BaseSessionContext.BusinessSessionState.getBusinessObject:(Ljava/lang/Class;)Ljava/lang/Object;]
BaseSessionContext.BusinessSessionState.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/BaseSessionContext.BusinessSessionState.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
BaseSessionContext.BusinessSessionState.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/BaseSessionContext.BusinessSessionState.getEJBObject:()Ljavax/ejb/EJBObject;]
BaseSessionContext.BusinessSessionState.getInvokedBusinessInterface ( ) : Class
[run-time name: org/apache/openejb/core/BaseSessionContext.BusinessSessionState.getInvokedBusinessInterface:()Ljava/lang/Class;]
BaseSessionContext.BusinessSessionState.getMessageContext ( ) : javax.xml.rpc.handler.MessageContext
[run-time name: org/apache/openejb/core/BaseSessionContext.BusinessSessionState.getMessageContext:()Ljavax/xml/rpc/handler/MessageContext;]
BaseSessionContext.BusinessSessionState.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.BusinessSessionState.isMessageContextAccessAllowed:()Z]
openejb-core-3.1.4.jar, BusinessTimeoutMdbState.class
package org.apache.openejb.core.mdb
MdbContext.BusinessTimeoutMdbState.getEJBHome ( ) : javax.ejb.EJBHome
[run-time name: org/apache/openejb/core/mdb/MdbContext.BusinessTimeoutMdbState.getEJBHome:()Ljavax/ejb/EJBHome;]
MdbContext.BusinessTimeoutMdbState.getEJBLocalHome ( ) : javax.ejb.EJBLocalHome
[run-time name: org/apache/openejb/core/mdb/MdbContext.BusinessTimeoutMdbState.getEJBLocalHome:()Ljavax/ejb/EJBLocalHome;]
MdbContext.BusinessTimeoutMdbState.isCallerInRole ( org.apache.openejb.spi.SecurityService securityService, String roleName ) : boolean
[run-time name: org/apache/openejb/core/mdb/MdbContext.BusinessTimeoutMdbState.isCallerInRole:(Lorg/apache/openejb/spi/SecurityService;Ljava/lang/String;)Z]
MdbContext.BusinessTimeoutMdbState.MdbContext.BusinessTimeoutMdbState ( )
[run-time name: org/apache/openejb/core/mdb/MdbContext.BusinessTimeoutMdbState."<init>":()V]
openejb-core-3.1.4.jar, ClassDescriptor.class
package org.apache.openejb.util.io
ClassDescriptor.ClassDescriptor ( Class clazz, ClassDescriptor superdesc, boolean serializable, boolean externalizable )
[run-time name: org/apache/openejb/util/io/ClassDescriptor."<init>":(Ljava/lang/Class;Lorg/apache/openejb/util/io/ClassDescriptor;ZZ)V]
ClassDescriptor.forClass ( ) : Class
[run-time name: org/apache/openejb/util/io/ClassDescriptor.forClass:()Ljava/lang/Class;]
ClassDescriptor.getFields ( ) : FieldDescriptor[ ]
[run-time name: org/apache/openejb/util/io/ClassDescriptor.getFields:()[Lorg/apache/openejb/util/io/FieldDescriptor;]
ClassDescriptor.getName ( ) : String
[run-time name: org/apache/openejb/util/io/ClassDescriptor.getName:()Ljava/lang/String;]
ClassDescriptor.getReadObjectMethod ( ) : reflect.Method
[run-time name: org/apache/openejb/util/io/ClassDescriptor.getReadObjectMethod:()Ljava/lang/reflect/Method;]
ClassDescriptor.getSerialVersionUID ( ) : long
[run-time name: org/apache/openejb/util/io/ClassDescriptor.getSerialVersionUID:()J]
ClassDescriptor.getSignature ( Class clazz ) [static] : StringBuffer
[run-time name: org/apache/openejb/util/io/ClassDescriptor.getSignature:(Ljava/lang/Class;)Ljava/lang/StringBuffer;]
ClassDescriptor.getSignature ( Class clazz, StringBuffer buf ) [static] : StringBuffer
[run-time name: org/apache/openejb/util/io/ClassDescriptor.getSignature:(Ljava/lang/Class;Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer;]
ClassDescriptor.getSuperclass ( ) : ClassDescriptor
[run-time name: org/apache/openejb/util/io/ClassDescriptor.getSuperclass:()Lorg/apache/openejb/util/io/ClassDescriptor;]
ClassDescriptor.getWriteObjectMethod ( ) : reflect.Method
[run-time name: org/apache/openejb/util/io/ClassDescriptor.getWriteObjectMethod:()Ljava/lang/reflect/Method;]
ClassDescriptor.hasReadObjectMethod ( ) : boolean
[run-time name: org/apache/openejb/util/io/ClassDescriptor.hasReadObjectMethod:()Z]
ClassDescriptor.hasReadObjectMethod ( boolean b ) : void
[run-time name: org/apache/openejb/util/io/ClassDescriptor.hasReadObjectMethod:(Z)V]
ClassDescriptor.hasWriteObjectMethod ( ) : boolean
[run-time name: org/apache/openejb/util/io/ClassDescriptor.hasWriteObjectMethod:()Z]
ClassDescriptor.hasWriteObjectMethod ( boolean b ) : void
[run-time name: org/apache/openejb/util/io/ClassDescriptor.hasWriteObjectMethod:(Z)V]
ClassDescriptor.isExternalizable ( ) : boolean
[run-time name: org/apache/openejb/util/io/ClassDescriptor.isExternalizable:()Z]
ClassDescriptor.isNonSerializable ( ) : boolean
[run-time name: org/apache/openejb/util/io/ClassDescriptor.isNonSerializable:()Z]
ClassDescriptor.isSerializable ( ) : boolean
[run-time name: org/apache/openejb/util/io/ClassDescriptor.isSerializable:()Z]
ClassDescriptor.lookup ( Class clazz ) [static] : ClassDescriptor
[run-time name: org/apache/openejb/util/io/ClassDescriptor.lookup:(Ljava/lang/Class;)Lorg/apache/openejb/util/io/ClassDescriptor;]
ClassDescriptor.setFields ( FieldDescriptor[ ] fields ) : void
[run-time name: org/apache/openejb/util/io/ClassDescriptor.setFields:([Lorg/apache/openejb/util/io/FieldDescriptor;)V]
ClassDescriptor.setReadObjectMethod ( reflect.Method method ) : void
[run-time name: org/apache/openejb/util/io/ClassDescriptor.setReadObjectMethod:(Ljava/lang/reflect/Method;)V]
ClassDescriptor.setSerialVersionUID ( long suid ) : void
[run-time name: org/apache/openejb/util/io/ClassDescriptor.setSerialVersionUID:(J)V]
ClassDescriptor.setSuperclass ( ClassDescriptor s ) : void
[run-time name: org/apache/openejb/util/io/ClassDescriptor.setSuperclass:(Lorg/apache/openejb/util/io/ClassDescriptor;)V]
ClassDescriptor.setWriteObjectMethod ( reflect.Method method ) : void
[run-time name: org/apache/openejb/util/io/ClassDescriptor.setWriteObjectMethod:(Ljava/lang/reflect/Method;)V]
ClassDescriptor.toString ( ) : String
[run-time name: org/apache/openejb/util/io/ClassDescriptor.toString:()Ljava/lang/String;]
ClassDescriptor.writeClassInfo ( ObjectOutputStream out ) : void
[run-time name: org/apache/openejb/util/io/ClassDescriptor.writeClassInfo:(Lorg/apache/openejb/util/io/ObjectOutputStream;)V]
openejb-core-3.1.4.jar, ClientModule.class
package org.apache.openejb.config
ClientModule.getFinder ( ) : org.apache.xbean.finder.ClassFinder
[run-time name: org/apache/openejb/config/ClientModule.getFinder:()Lorg/apache/xbean/finder/ClassFinder;]
openejb-core-3.1.4.jar, Close.class
package org.apache.openejb.client
LocalInitialContext.Close.valueOf ( String name ) [static] : LocalInitialContext.Close
[run-time name: org/apache/openejb/client/LocalInitialContext.Close.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/client/LocalInitialContext$Close;]
LocalInitialContext.Close.values ( ) [static] : LocalInitialContext.Close[ ]
[run-time name: org/apache/openejb/client/LocalInitialContext.Close.values:()[Lorg/apache/openejb/client/LocalInitialContext$Close;]
openejb-core-3.1.4.jar, ClusteredRPCContainer.class
package org.apache.openejb
ClusteredRPCContainer.getLocations ( DeploymentInfo p1 ) [abstract] : java.net.URI[ ]
[run-time name: org/apache/openejb/ClusteredRPCContainer.getLocations:(Lorg/apache/openejb/DeploymentInfo;)[Ljava/net/URI;]
openejb-core-3.1.4.jar, Cmp2Util.class
package org.apache.openejb.core.cmp.cmp2
Cmp2Util.getDeploymentInfo ( Class type ) [static] : org.apache.openejb.core.CoreDeploymentInfo
[run-time name: org/apache/openejb/core/cmp/cmp2/Cmp2Util.getDeploymentInfo:(Ljava/lang/Class;)Lorg/apache/openejb/core/CoreDeploymentInfo;]
Cmp2Util.getEjbProxy ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, javax.ejb.EntityBean entity ) [static] : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/cmp/cmp2/Cmp2Util.getEjbProxy:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljavax/ejb/EntityBean;)Ljavax/ejb/EJBLocalObject;]
Cmp2Util.getPrimaryKey ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, javax.ejb.EntityBean entity ) [static] : Object
[run-time name: org/apache/openejb/core/cmp/cmp2/Cmp2Util.getPrimaryKey:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljavax/ejb/EntityBean;)Ljava/lang/Object;]
openejb-core-3.1.4.jar, CmpContainer.class
package org.apache.openejb.core.cmp
CmpContainer.deploy ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/core/cmp/CmpContainer.deploy:(Lorg/apache/openejb/core/CoreDeploymentInfo;)V]
CmpContainer.deploy ( org.apache.openejb.DeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/core/cmp/CmpContainer.deploy:(Lorg/apache/openejb/DeploymentInfo;)V]
CmpContainer.deployments ( ) : org.apache.openejb.DeploymentInfo[ ]
[run-time name: org/apache/openejb/core/cmp/CmpContainer.deployments:()[Lorg/apache/openejb/DeploymentInfo;]
CmpContainer.getDeploymentInfo ( Object deploymentID ) : org.apache.openejb.DeploymentInfo
[run-time name: org/apache/openejb/core/cmp/CmpContainer.getDeploymentInfo:(Ljava/lang/Object;)Lorg/apache/openejb/DeploymentInfo;]
CmpContainer.getEjbInstance ( org.apache.openejb.core.CoreDeploymentInfo deployInfo, Object primaryKey ) : Object
[run-time name: org/apache/openejb/core/cmp/CmpContainer.getEjbInstance:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Object;)Ljava/lang/Object;]
CmpContainer.getEjbInstance ( org.apache.openejb.DeploymentInfo deployInfo, Object primaryKey ) : Object
[run-time name: org/apache/openejb/core/cmp/CmpContainer.getEjbInstance:(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;)Ljava/lang/Object;]
CmpContainer.select ( org.apache.openejb.DeploymentInfo di, String methodSignature, String returnType, Object[ ] args ) : Object
[run-time name: org/apache/openejb/core/cmp/CmpContainer.select:(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;]
CmpContainer.undeploy ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/core/cmp/CmpContainer.undeploy:(Lorg/apache/openejb/core/CoreDeploymentInfo;)V]
CmpContainer.undeploy ( org.apache.openejb.DeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/core/cmp/CmpContainer.undeploy:(Lorg/apache/openejb/DeploymentInfo;)V]
CmpContainer.update ( org.apache.openejb.DeploymentInfo di, String methodSignature, Object[ ] args ) : int
[run-time name: org/apache/openejb/core/cmp/CmpContainer.update:(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/String;[Ljava/lang/Object;)I]
openejb-core-3.1.4.jar, CmpEngine.class
package org.apache.openejb.core.cmp
CmpEngine.deploy ( org.apache.openejb.core.CoreDeploymentInfo p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/cmp/CmpEngine.deploy:(Lorg/apache/openejb/core/CoreDeploymentInfo;)V]
CmpEngine.executeUpdateQuery ( org.apache.openejb.core.CoreDeploymentInfo p1, String p2, Object[ ] p3 ) [abstract] : int
[run-time name: org/apache/openejb/core/cmp/CmpEngine.executeUpdateQuery:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/String;[Ljava/lang/Object;)I]
CmpEngine.queryBeans ( org.apache.openejb.core.CoreDeploymentInfo p1, String p2, Object[ ] p3 ) [abstract] : java.util.List
[run-time name: org/apache/openejb/core/cmp/CmpEngine.queryBeans:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/String;[Ljava/lang/Object;)Ljava/util/List;]
CmpEngine.undeploy ( org.apache.openejb.core.CoreDeploymentInfo p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/cmp/CmpEngine.undeploy:(Lorg/apache/openejb/core/CoreDeploymentInfo;)V]
openejb-core-3.1.4.jar, CmrSet.class
package org.apache.openejb.core.cmp.cmp2
CmrSet.CmrSet ( javax.ejb.EntityBean source, String sourceProperty, org.apache.openejb.core.CoreDeploymentInfo relatedInfo, String relatedProperty, java.util.Collection relatedBeans )
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrSet."<init>":(Ljavax/ejb/EntityBean;Ljava/lang/String;Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/String;Ljava/util/Collection;)V]
openejb-core-3.1.4.jar, ConcurrencyAttributeHandler.class
package org.apache.openejb.config
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.addClassLevelDeclaration ( annotation.Annotation x0, Class x1 ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.addClassLevelDeclaration:(Ljava/lang/annotation/Annotation;Ljava/lang/Class;)V]
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.addClassLevelDeclaration ( javax.ejb.Lock attribute, Class type ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.addClassLevelDeclaration:(Ljavax/ejb/Lock;Ljava/lang/Class;)V]
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.addMethodLevelDeclaration ( annotation.Annotation x0, reflect.Method x1 ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.addMethodLevelDeclaration:(Ljava/lang/annotation/Annotation;Ljava/lang/reflect/Method;)V]
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.addMethodLevelDeclaration ( javax.ejb.Lock attribute, reflect.Method method ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.addMethodLevelDeclaration:(Ljavax/ejb/Lock;Ljava/lang/reflect/Method;)V]
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler ( org.apache.openejb.jee.AssemblyDescriptor assemblyDescriptor, String ejbName )
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler."<init>":(Lorg/apache/openejb/jee/AssemblyDescriptor;Ljava/lang/String;)V]
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.getAnnotationClass ( ) : Class
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.getAnnotationClass:()Ljava/lang/Class;]
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.getExistingDeclarations ( ) : java.util.Map
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.getExistingDeclarations:()Ljava/util/Map;]
openejb-core-3.1.4.jar, ConnectorModule.class
package org.apache.openejb.config
ConnectorModule.setJarLocation ( String jarLocation ) : void
[run-time name: org/apache/openejb/config/ConnectorModule.setJarLocation:(Ljava/lang/String;)V]
openejb-core-3.1.4.jar, Container.class
package org.apache.openejb
Container.deploy ( DeploymentInfo p1 ) [abstract] : void
[run-time name: org/apache/openejb/Container.deploy:(Lorg/apache/openejb/DeploymentInfo;)V]
Container.deployments ( ) [abstract] : DeploymentInfo[ ]
[run-time name: org/apache/openejb/Container.deployments:()[Lorg/apache/openejb/DeploymentInfo;]
Container.getDeploymentInfo ( Object p1 ) [abstract] : DeploymentInfo
[run-time name: org/apache/openejb/Container.getDeploymentInfo:(Ljava/lang/Object;)Lorg/apache/openejb/DeploymentInfo;]
Container.undeploy ( DeploymentInfo p1 ) [abstract] : void
[run-time name: org/apache/openejb/Container.undeploy:(Lorg/apache/openejb/DeploymentInfo;)V]
openejb-core-3.1.4.jar, ContainerSystem.class
package org.apache.openejb.spi
ContainerSystem.deployments ( ) [abstract] : org.apache.openejb.DeploymentInfo[ ]
[run-time name: org/apache/openejb/spi/ContainerSystem.deployments:()[Lorg/apache/openejb/DeploymentInfo;]
ContainerSystem.getDeploymentInfo ( Object p1 ) [abstract] : org.apache.openejb.DeploymentInfo
[run-time name: org/apache/openejb/spi/ContainerSystem.getDeploymentInfo:(Ljava/lang/Object;)Lorg/apache/openejb/DeploymentInfo;]
ContainerSystem.getWebDeploymentInfo ( String p1 ) [abstract] : org.apache.openejb.core.WebDeploymentInfo
[run-time name: org/apache/openejb/spi/ContainerSystem.getWebDeploymentInfo:(Ljava/lang/String;)Lorg/apache/openejb/core/WebDeploymentInfo;]
openejb-core-3.1.4.jar, ContextEntityState.class
package org.apache.openejb.core.entity
EntityContext.ContextEntityState.EntityContext.ContextEntityState ( )
[run-time name: org/apache/openejb/core/entity/EntityContext.ContextEntityState."<init>":()V]
EntityContext.ContextEntityState.getCallerPrincipal ( org.apache.openejb.spi.SecurityService securityService ) : java.security.Principal
[run-time name: org/apache/openejb/core/entity/EntityContext.ContextEntityState.getCallerPrincipal:(Lorg/apache/openejb/spi/SecurityService;)Ljava/security/Principal;]
EntityContext.ContextEntityState.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/entity/EntityContext.ContextEntityState.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
EntityContext.ContextEntityState.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/entity/EntityContext.ContextEntityState.getEJBObject:()Ljavax/ejb/EJBObject;]
EntityContext.ContextEntityState.getPrimaryKey ( ) : Object
[run-time name: org/apache/openejb/core/entity/EntityContext.ContextEntityState.getPrimaryKey:()Ljava/lang/Object;]
EntityContext.ContextEntityState.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.ContextEntityState.getRollbackOnly:()Z]
EntityContext.ContextEntityState.getTimerService ( ) : javax.ejb.TimerService
[run-time name: org/apache/openejb/core/entity/EntityContext.ContextEntityState.getTimerService:()Ljavax/ejb/TimerService;]
EntityContext.ContextEntityState.getUserTransaction ( javax.transaction.UserTransaction userTransaction ) : javax.transaction.UserTransaction
[run-time name: org/apache/openejb/core/entity/EntityContext.ContextEntityState.getUserTransaction:(Ljavax/transaction/UserTransaction;)Ljavax/transaction/UserTransaction;]
EntityContext.ContextEntityState.isCallerInRole ( org.apache.openejb.spi.SecurityService securityService, String roleName ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.ContextEntityState.isCallerInRole:(Lorg/apache/openejb/spi/SecurityService;Ljava/lang/String;)Z]
EntityContext.ContextEntityState.isEntityManagerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.ContextEntityState.isEntityManagerAccessAllowed:()Z]
EntityContext.ContextEntityState.isEntityManagerFactoryAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.ContextEntityState.isEntityManagerFactoryAccessAllowed:()Z]
EntityContext.ContextEntityState.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.ContextEntityState.isMessageContextAccessAllowed:()Z]
EntityContext.ContextEntityState.isTimerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.ContextEntityState.isTimerAccessAllowed:()Z]
EntityContext.ContextEntityState.isUserTransactionAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.ContextEntityState.isUserTransactionAccessAllowed:()Z]
EntityContext.ContextEntityState.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/entity/EntityContext.ContextEntityState.setRollbackOnly:()V]
openejb-core-3.1.4.jar, CoreContainerSystem.class
package org.apache.openejb.core
CoreContainerSystem.addDeployment ( org.apache.openejb.DeploymentInfo deployment ) : void
[run-time name: org/apache/openejb/core/CoreContainerSystem.addDeployment:(Lorg/apache/openejb/DeploymentInfo;)V]
CoreContainerSystem.addWebDeployment ( WebDeploymentInfo webDeployment ) : void
[run-time name: org/apache/openejb/core/CoreContainerSystem.addWebDeployment:(Lorg/apache/openejb/core/WebDeploymentInfo;)V]
CoreContainerSystem.deployments ( ) : org.apache.openejb.DeploymentInfo[ ]
[run-time name: org/apache/openejb/core/CoreContainerSystem.deployments:()[Lorg/apache/openejb/DeploymentInfo;]
CoreContainerSystem.getDeploymentInfo ( Object deploymentID ) : org.apache.openejb.DeploymentInfo
[run-time name: org/apache/openejb/core/CoreContainerSystem.getDeploymentInfo:(Ljava/lang/Object;)Lorg/apache/openejb/DeploymentInfo;]
CoreContainerSystem.getWebDeploymentInfo ( String id ) : WebDeploymentInfo
[run-time name: org/apache/openejb/core/CoreContainerSystem.getWebDeploymentInfo:(Ljava/lang/String;)Lorg/apache/openejb/core/WebDeploymentInfo;]
CoreContainerSystem.removeDeploymentInfo ( org.apache.openejb.DeploymentInfo info ) : void
[run-time name: org/apache/openejb/core/CoreContainerSystem.removeDeploymentInfo:(Lorg/apache/openejb/DeploymentInfo;)V]
CoreContainerSystem.removeWebDeploymentInfo ( WebDeploymentInfo info ) : void
[run-time name: org/apache/openejb/core/CoreContainerSystem.removeWebDeploymentInfo:(Lorg/apache/openejb/core/WebDeploymentInfo;)V]
CoreContainerSystem.WebDeployments ( ) : WebDeploymentInfo[ ]
[run-time name: org/apache/openejb/core/CoreContainerSystem.WebDeployments:()[Lorg/apache/openejb/core/WebDeploymentInfo;]
openejb-core-3.1.4.jar, CoreDeploymentInfo.class
package org.apache.openejb.core
CoreDeploymentInfo.addApplicationException ( Class exception, boolean rollback ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.addApplicationException:(Ljava/lang/Class;Z)V]
CoreDeploymentInfo.addQuery ( reflect.Method queryMethod, String queryString ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.addQuery:(Ljava/lang/reflect/Method;Ljava/lang/String;)V]
CoreDeploymentInfo.addSecurityRoleReference ( String securityRoleReference, String linkedRoleName ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.addSecurityRoleReference:(Ljava/lang/String;Ljava/lang/String;)V]
CoreDeploymentInfo.addSystemInterceptor ( Object interceptor ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.addSystemInterceptor:(Ljava/lang/Object;)V]
CoreDeploymentInfo.appendMethodPermissions ( reflect.Method m, java.util.List roleNames ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.appendMethodPermissions:(Ljava/lang/reflect/Method;Ljava/util/List;)V]
CoreDeploymentInfo.CoreDeploymentInfo ( DeploymentContext context, Class beanClass, Class homeInterface, Class remoteInterface, Class localHomeInterface, Class localInterface, Class serviceEndpointInterface, java.util.List businessLocals, java.util.List businessRemotes, Class pkClass, org.apache.openejb.BeanType componentType )
[run-time name: org/apache/openejb/core/CoreDeploymentInfo."<init>":(Lorg/apache/openejb/core/DeploymentContext;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/util/List;Ljava/util/List;Ljava/lang/Class;Lorg/apache/openejb/BeanType;)V]
CoreDeploymentInfo.CoreDeploymentInfo ( DeploymentContext context, Class beanClass, Class mdbInterface, java.util.Map activationProperties )
[run-time name: org/apache/openejb/core/CoreDeploymentInfo."<init>":(Lorg/apache/openejb/core/DeploymentContext;Ljava/lang/Class;Ljava/lang/Class;Ljava/util/Map;)V]
CoreDeploymentInfo.createMethodMap ( ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.createMethodMap:()V]
CoreDeploymentInfo.extractHomeBeanMethodName ( String methodName ) : String
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.extractHomeBeanMethodName:(Ljava/lang/String;)Ljava/lang/String;]
CoreDeploymentInfo.get ( Class type ) : Object
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.get:(Ljava/lang/Class;)Ljava/lang/Object;]
CoreDeploymentInfo.getAbstractSchemaName ( ) : String
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getAbstractSchemaName:()Ljava/lang/String;]
CoreDeploymentInfo.getActivationProperties ( ) : java.util.Map
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getActivationProperties:()Ljava/util/Map;]
CoreDeploymentInfo.getAroundInvoke ( ) : java.util.List
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getAroundInvoke:()Ljava/util/List;]
CoreDeploymentInfo.getAuthorizedRoles ( reflect.Method method ) : java.util.Collection
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getAuthorizedRoles:(Ljava/lang/reflect/Method;)Ljava/util/Collection;]
CoreDeploymentInfo.getAuthorizedRoles ( String action ) : String[ ]
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getAuthorizedRoles:(Ljava/lang/String;)[Ljava/lang/String;]
CoreDeploymentInfo.getBeanClass ( ) : Class
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getBeanClass:()Ljava/lang/Class;]
CoreDeploymentInfo.getBusinessLocalBeanHome ( ) : org.apache.openejb.DeploymentInfo.BusinessLocalBeanHome
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getBusinessLocalBeanHome:()Lorg/apache/openejb/DeploymentInfo$BusinessLocalBeanHome;]
CoreDeploymentInfo.getBusinessLocalBeanInterface ( ) : Class
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getBusinessLocalBeanInterface:()Ljava/lang/Class;]
CoreDeploymentInfo.getBusinessLocalHome ( ) : org.apache.openejb.DeploymentInfo.BusinessLocalHome
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getBusinessLocalHome:()Lorg/apache/openejb/DeploymentInfo$BusinessLocalHome;]
CoreDeploymentInfo.getBusinessLocalHome ( java.util.List interfaces ) : org.apache.openejb.DeploymentInfo.BusinessLocalHome
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getBusinessLocalHome:(Ljava/util/List;)Lorg/apache/openejb/DeploymentInfo$BusinessLocalHome;]
CoreDeploymentInfo.getBusinessLocalInterface ( ) : Class
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getBusinessLocalInterface:()Ljava/lang/Class;]
CoreDeploymentInfo.getBusinessLocalInterfaces ( ) : java.util.List
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getBusinessLocalInterfaces:()Ljava/util/List;]
CoreDeploymentInfo.getBusinessRemoteHome ( ) : org.apache.openejb.DeploymentInfo.BusinessRemoteHome
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getBusinessRemoteHome:()Lorg/apache/openejb/DeploymentInfo$BusinessRemoteHome;]
CoreDeploymentInfo.getBusinessRemoteHome ( java.util.List interfaces ) : org.apache.openejb.DeploymentInfo.BusinessRemoteHome
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getBusinessRemoteHome:(Ljava/util/List;)Lorg/apache/openejb/DeploymentInfo$BusinessRemoteHome;]
CoreDeploymentInfo.getBusinessRemoteInterface ( ) : Class
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getBusinessRemoteInterface:()Ljava/lang/Class;]
CoreDeploymentInfo.getBusinessRemoteInterfaces ( ) : java.util.List
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getBusinessRemoteInterfaces:()Ljava/util/List;]
CoreDeploymentInfo.getCallbackInterceptors ( ) : java.util.List
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getCallbackInterceptors:()Ljava/util/List;]
CoreDeploymentInfo.getClassLoader ( ) : ClassLoader
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getClassLoader:()Ljava/lang/ClassLoader;]
CoreDeploymentInfo.getCmpImplClass ( ) : Class
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getCmpImplClass:()Ljava/lang/Class;]
CoreDeploymentInfo.getCmrFields ( ) : String[ ]
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getCmrFields:()[Ljava/lang/String;]
CoreDeploymentInfo.getComponentType ( ) : org.apache.openejb.BeanType
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getComponentType:()Lorg/apache/openejb/BeanType;]
CoreDeploymentInfo.getConcurrencyAttribute ( reflect.Method method ) : byte
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getConcurrencyAttribute:(Ljava/lang/reflect/Method;)B]
CoreDeploymentInfo.getContainer ( ) : org.apache.openejb.Container
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getContainer:()Lorg/apache/openejb/Container;]
CoreDeploymentInfo.getContainerData ( ) : Object
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getContainerData:()Ljava/lang/Object;]
CoreDeploymentInfo.getCreateMethod ( ) : reflect.Method
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getCreateMethod:()Ljava/lang/reflect/Method;]
CoreDeploymentInfo.getDependsOn ( ) : java.util.Set
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getDependsOn:()Ljava/util/Set;]
CoreDeploymentInfo.getDeploymentID ( ) : Object
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getDeploymentID:()Ljava/lang/Object;]
CoreDeploymentInfo.getDestinationId ( ) : String
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getDestinationId:()Ljava/lang/String;]
CoreDeploymentInfo.getEJBHome ( ) : javax.ejb.EJBHome
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getEJBHome:()Ljavax/ejb/EJBHome;]
CoreDeploymentInfo.getEJBLocalHome ( ) : javax.ejb.EJBLocalHome
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getEJBLocalHome:()Ljavax/ejb/EJBLocalHome;]
CoreDeploymentInfo.getEjbName ( ) : String
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getEjbName:()Ljava/lang/String;]
CoreDeploymentInfo.getEjbTimeout ( ) : reflect.Method
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getEjbTimeout:()Ljava/lang/reflect/Method;]
CoreDeploymentInfo.getEjbTimerService ( ) : timer.EjbTimerService
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getEjbTimerService:()Lorg/apache/openejb/core/timer/EjbTimerService;]
CoreDeploymentInfo.getExceptionType ( Throwable e ) : ExceptionType
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getExceptionType:(Ljava/lang/Throwable;)Lorg/apache/openejb/core/ExceptionType;]
CoreDeploymentInfo.getExtendedEntityManagerFactories ( ) : org.apache.openejb.util.Index
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getExtendedEntityManagerFactories:()Lorg/apache/openejb/util/Index;]
CoreDeploymentInfo.getHomeInterface ( ) : Class
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getHomeInterface:()Ljava/lang/Class;]
CoreDeploymentInfo.getInjections ( ) : java.util.List
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getInjections:()Ljava/util/List;]
CoreDeploymentInfo.getInstanceScopedInterceptors ( ) : java.util.Set
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getInstanceScopedInterceptors:()Ljava/util/Set;]
CoreDeploymentInfo.getInterface ( org.apache.openejb.InterfaceType interfaceType ) : Class
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getInterface:(Lorg/apache/openejb/InterfaceType;)Ljava/lang/Class;]
CoreDeploymentInfo.getInterfaces ( org.apache.openejb.InterfaceType interfaceType ) : java.util.List
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getInterfaces:(Lorg/apache/openejb/InterfaceType;)Ljava/util/List;]
CoreDeploymentInfo.getInterfaceType ( Class clazz ) : org.apache.openejb.InterfaceType
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getInterfaceType:(Ljava/lang/Class;)Lorg/apache/openejb/InterfaceType;]
CoreDeploymentInfo.getJarPath ( ) : String
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getJarPath:()Ljava/lang/String;]
CoreDeploymentInfo.getJndiEnc ( ) : javax.naming.Context
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getJndiEnc:()Ljavax/naming/Context;]
CoreDeploymentInfo.getKeyGenerator ( ) : cmp.KeyGenerator
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getKeyGenerator:()Lorg/apache/openejb/core/cmp/KeyGenerator;]
CoreDeploymentInfo.getLocalHomeInterface ( ) : Class
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getLocalHomeInterface:()Ljava/lang/Class;]
CoreDeploymentInfo.getLocalInterface ( ) : Class
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getLocalInterface:()Ljava/lang/Class;]
CoreDeploymentInfo.getMatchingBeanMethod ( reflect.Method interfaceMethod ) : reflect.Method
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getMatchingBeanMethod:(Ljava/lang/reflect/Method;)Ljava/lang/reflect/Method;]
CoreDeploymentInfo.getMatchingPostCreateMethod ( reflect.Method createMethod ) : reflect.Method
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getMatchingPostCreateMethod:(Ljava/lang/reflect/Method;)Ljava/lang/reflect/Method;]
CoreDeploymentInfo.getMdbInterface ( ) : Class
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getMdbInterface:()Ljava/lang/Class;]
CoreDeploymentInfo.getMethodInterceptors ( reflect.Method method ) : java.util.List
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getMethodInterceptors:(Ljava/lang/reflect/Method;)Ljava/util/List;]
CoreDeploymentInfo.getMethodSchedules ( ) : java.util.List
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getMethodSchedules:()Ljava/util/List;]
CoreDeploymentInfo.getModuleID ( ) : String
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getModuleID:()Ljava/lang/String;]
CoreDeploymentInfo.getObjectInterface ( Class homeInterface ) : java.util.List
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getObjectInterface:(Ljava/lang/Class;)Ljava/util/List;]
CoreDeploymentInfo.getPostActivate ( ) : java.util.List
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getPostActivate:()Ljava/util/List;]
CoreDeploymentInfo.getPostConstruct ( ) : java.util.List
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getPostConstruct:()Ljava/util/List;]
CoreDeploymentInfo.getPreDestroy ( ) : java.util.List
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getPreDestroy:()Ljava/util/List;]
CoreDeploymentInfo.getPrePassivate ( ) : java.util.List
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getPrePassivate:()Ljava/util/List;]
CoreDeploymentInfo.getPrimaryKeyClass ( ) : Class
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getPrimaryKeyClass:()Ljava/lang/Class;]
CoreDeploymentInfo.getPrimaryKeyField ( ) : String
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getPrimaryKeyField:()Ljava/lang/String;]
CoreDeploymentInfo.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getProperties:()Ljava/util/Properties;]
CoreDeploymentInfo.getQuery ( reflect.Method queryMethod ) : String
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getQuery:(Ljava/lang/reflect/Method;)Ljava/lang/String;]
CoreDeploymentInfo.getRemoteInterface ( ) : Class
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getRemoteInterface:()Ljava/lang/Class;]
CoreDeploymentInfo.getRemoveMethods ( ) : java.util.List
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getRemoveMethods:()Ljava/util/List;]
CoreDeploymentInfo.getRunAs ( ) : String
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getRunAs:()Ljava/lang/String;]
CoreDeploymentInfo.getSecurityRole ( String securityRoleReference ) : String
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getSecurityRole:(Ljava/lang/String;)Ljava/lang/String;]
CoreDeploymentInfo.getServiceEndpointInterface ( ) : Class
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getServiceEndpointInterface:()Ljava/lang/Class;]
CoreDeploymentInfo.getSystemInterceptors ( ) : java.util.List
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getSystemInterceptors:()Ljava/util/List;]
CoreDeploymentInfo.getTransactionPolicyFactory ( ) : transaction.TransactionPolicyFactory
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getTransactionPolicyFactory:()Lorg/apache/openejb/core/transaction/TransactionPolicyFactory;]
CoreDeploymentInfo.getTransactionType ( reflect.Method method ) : transaction.TransactionType
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getTransactionType:(Ljava/lang/reflect/Method;)Lorg/apache/openejb/core/transaction/TransactionType;]
CoreDeploymentInfo.isBeanManagedConcurrency ( ) : boolean
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.isBeanManagedConcurrency:()Z]
CoreDeploymentInfo.isBeanManagedTransaction ( ) : boolean
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.isBeanManagedTransaction:()Z]
CoreDeploymentInfo.isCmp2 ( ) : boolean
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.isCmp2:()Z]
CoreDeploymentInfo.isDestroyed ( ) : boolean
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.isDestroyed:()Z]
CoreDeploymentInfo.isLoadOnStartup ( ) : boolean
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.isLoadOnStartup:()Z]
CoreDeploymentInfo.isLocalbean ( ) : boolean
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.isLocalbean:()Z]
CoreDeploymentInfo.isReentrant ( ) : boolean
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.isReentrant:()Z]
CoreDeploymentInfo.isRemoteQueryResults ( String methodSignature ) : boolean
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.isRemoteQueryResults:(Ljava/lang/String;)Z]
CoreDeploymentInfo.isSessionSynchronized ( ) : boolean
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.isSessionSynchronized:()Z]
CoreDeploymentInfo.mapMethods ( reflect.Method interfaceMethod, reflect.Method beanMethod ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.mapMethods:(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)V]
CoreDeploymentInfo.retainIfExeption ( reflect.Method removeMethod ) : boolean
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.retainIfExeption:(Ljava/lang/reflect/Method;)Z]
CoreDeploymentInfo.set ( Class type, Object value ) : Object
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.set:(Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;]
CoreDeploymentInfo.setAbstractSchemaName ( String abstractSchemaName ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setAbstractSchemaName:(Ljava/lang/String;)V]
CoreDeploymentInfo.setActivationProperties ( java.util.Map activationProperties ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setActivationProperties:(Ljava/util/Map;)V]
CoreDeploymentInfo.setBeanManagedConcurrency ( boolean beanManagedConcurrency ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setBeanManagedConcurrency:(Z)V]
CoreDeploymentInfo.setBeanManagedTransaction ( boolean value ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setBeanManagedTransaction:(Z)V]
CoreDeploymentInfo.setCallbackInterceptors ( java.util.List callbackInterceptors ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setCallbackInterceptors:(Ljava/util/List;)V]
CoreDeploymentInfo.setCmp2 ( boolean cmp2 ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setCmp2:(Z)V]
CoreDeploymentInfo.setCmpImplClass ( Class cmpImplClass ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setCmpImplClass:(Ljava/lang/Class;)V]
CoreDeploymentInfo.setCmrFields ( String[ ] cmrFields ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setCmrFields:([Ljava/lang/String;)V]
CoreDeploymentInfo.setContainer ( org.apache.openejb.Container container ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setContainer:(Lorg/apache/openejb/Container;)V]
CoreDeploymentInfo.setContainerData ( Object containerData ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setContainerData:(Ljava/lang/Object;)V]
CoreDeploymentInfo.setDestinationId ( String destinationId ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setDestinationId:(Ljava/lang/String;)V]
CoreDeploymentInfo.setDestroyed ( boolean destroyed ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setDestroyed:(Z)V]
CoreDeploymentInfo.setEjbName ( String ejbName ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setEjbName:(Ljava/lang/String;)V]
CoreDeploymentInfo.setEjbTimeout ( reflect.Method ejbTimeout ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setEjbTimeout:(Ljava/lang/reflect/Method;)V]
CoreDeploymentInfo.setEjbTimerService ( timer.EjbTimerService ejbTimerService ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setEjbTimerService:(Lorg/apache/openejb/core/timer/EjbTimerService;)V]
CoreDeploymentInfo.setExtendedEntityManagerFactories ( org.apache.openejb.util.Index extendedEntityManagerFactories ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setExtendedEntityManagerFactories:(Lorg/apache/openejb/util/Index;)V]
CoreDeploymentInfo.setIsReentrant ( boolean reentrant ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setIsReentrant:(Z)V]
CoreDeploymentInfo.setJarPath ( String jarPath ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setJarPath:(Ljava/lang/String;)V]
CoreDeploymentInfo.setKeyGenerator ( cmp.KeyGenerator keyGenerator ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setKeyGenerator:(Lorg/apache/openejb/core/cmp/KeyGenerator;)V]
CoreDeploymentInfo.setLoadOnStartup ( boolean loadOnStartup ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setLoadOnStartup:(Z)V]
CoreDeploymentInfo.setLocalbean ( boolean localbean ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setLocalbean:(Z)V]
CoreDeploymentInfo.setMethodConcurrencyAttribute ( reflect.Method method, String concurrencyAttribute ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setMethodConcurrencyAttribute:(Ljava/lang/reflect/Method;Ljava/lang/String;)V]
CoreDeploymentInfo.setMethodInterceptors ( reflect.Method method, java.util.List interceptors ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setMethodInterceptors:(Ljava/lang/reflect/Method;Ljava/util/List;)V]
CoreDeploymentInfo.setMethodSchedules ( java.util.List schedules ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setMethodSchedules:(Ljava/util/List;)V]
CoreDeploymentInfo.setMethodTransactionAttribute ( reflect.Method method, String transAttribute ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setMethodTransactionAttribute:(Ljava/lang/reflect/Method;Ljava/lang/String;)V]
CoreDeploymentInfo.setModuleId ( String moduleId ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setModuleId:(Ljava/lang/String;)V]
CoreDeploymentInfo.setPrimaryKeyField ( String primaryKeyField ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setPrimaryKeyField:(Ljava/lang/String;)V]
CoreDeploymentInfo.setRemoteQueryResults ( String methodSignature ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setRemoteQueryResults:(Ljava/lang/String;)V]
CoreDeploymentInfo.setRetainIfExeption ( reflect.Method removeMethod, boolean retain ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setRetainIfExeption:(Ljava/lang/reflect/Method;Z)V]
CoreDeploymentInfo.setRunAs ( String runAs ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setRunAs:(Ljava/lang/String;)V]
CoreDeploymentInfo.setServiceEndpointInterface ( Class serviceEndpointInterface ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setServiceEndpointInterface:(Ljava/lang/Class;)V]
CoreDeploymentInfo.setTransactionPolicyFactory ( transaction.TransactionPolicyFactory transactionPolicyFactory ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setTransactionPolicyFactory:(Lorg/apache/openejb/core/transaction/TransactionPolicyFactory;)V]
CoreDeploymentInfo.toString ( ) : String
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.toString:()Ljava/lang/String;]
openejb-core-3.1.4.jar, CoreWebDeploymentInfo.class
package org.apache.openejb.core
CoreWebDeploymentInfo.CoreWebDeploymentInfo ( )
[run-time name: org/apache/openejb/core/CoreWebDeploymentInfo."<init>":()V]
CoreWebDeploymentInfo.getClassLoader ( ) : ClassLoader
[run-time name: org/apache/openejb/core/CoreWebDeploymentInfo.getClassLoader:()Ljava/lang/ClassLoader;]
CoreWebDeploymentInfo.getId ( ) : String
[run-time name: org/apache/openejb/core/CoreWebDeploymentInfo.getId:()Ljava/lang/String;]
CoreWebDeploymentInfo.getInjections ( ) : java.util.Collection
[run-time name: org/apache/openejb/core/CoreWebDeploymentInfo.getInjections:()Ljava/util/Collection;]
CoreWebDeploymentInfo.getJndiEnc ( ) : javax.naming.Context
[run-time name: org/apache/openejb/core/CoreWebDeploymentInfo.getJndiEnc:()Ljavax/naming/Context;]
CoreWebDeploymentInfo.setClassLoader ( ClassLoader classLoader ) : void
[run-time name: org/apache/openejb/core/CoreWebDeploymentInfo.setClassLoader:(Ljava/lang/ClassLoader;)V]
CoreWebDeploymentInfo.setId ( String id ) : void
[run-time name: org/apache/openejb/core/CoreWebDeploymentInfo.setId:(Ljava/lang/String;)V]
CoreWebDeploymentInfo.setJndiEnc ( javax.naming.Context jndiEnc ) : void
[run-time name: org/apache/openejb/core/CoreWebDeploymentInfo.setJndiEnc:(Ljavax/naming/Context;)V]
openejb-core-3.1.4.jar, CreateEntityState.class
package org.apache.openejb.core.entity
EntityContext.CreateEntityState.EntityContext.CreateEntityState ( )
[run-time name: org/apache/openejb/core/entity/EntityContext.CreateEntityState."<init>":()V]
EntityContext.CreateEntityState.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/entity/EntityContext.CreateEntityState.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
EntityContext.CreateEntityState.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/entity/EntityContext.CreateEntityState.getEJBObject:()Ljavax/ejb/EJBObject;]
EntityContext.CreateEntityState.getPrimaryKey ( ) : Object
[run-time name: org/apache/openejb/core/entity/EntityContext.CreateEntityState.getPrimaryKey:()Ljava/lang/Object;]
EntityContext.CreateEntityState.getUserTransaction ( javax.transaction.UserTransaction userTransaction ) : javax.transaction.UserTransaction
[run-time name: org/apache/openejb/core/entity/EntityContext.CreateEntityState.getUserTransaction:(Ljavax/transaction/UserTransaction;)Ljavax/transaction/UserTransaction;]
EntityContext.CreateEntityState.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.CreateEntityState.isMessageContextAccessAllowed:()Z]
EntityContext.CreateEntityState.isTimerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.CreateEntityState.isTimerAccessAllowed:()Z]
EntityContext.CreateEntityState.isUserTransactionAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.CreateEntityState.isUserTransactionAccessAllowed:()Z]
openejb-core-3.1.4.jar, DeploymentContext.class
package org.apache.openejb.core
DeploymentContext.DeploymentContext ( Object id, ClassLoader classLoader, javax.naming.Context jndiContext )
[run-time name: org/apache/openejb/core/DeploymentContext."<init>":(Ljava/lang/Object;Ljava/lang/ClassLoader;Ljavax/naming/Context;)V]
DeploymentContext.getClassLoader ( ) : ClassLoader
[run-time name: org/apache/openejb/core/DeploymentContext.getClassLoader:()Ljava/lang/ClassLoader;]
DeploymentContext.getId ( ) : Object
[run-time name: org/apache/openejb/core/DeploymentContext.getId:()Ljava/lang/Object;]
DeploymentContext.getJndiContext ( ) : javax.naming.Context
[run-time name: org/apache/openejb/core/DeploymentContext.getJndiContext:()Ljavax/naming/Context;]
openejb-core-3.1.4.jar, DeploymentInfo.class
package org.apache.openejb
DeploymentInfo.get ( Class p1 ) [abstract] : Object
[run-time name: org/apache/openejb/DeploymentInfo.get:(Ljava/lang/Class;)Ljava/lang/Object;]
DeploymentInfo.getActivationProperties ( ) [abstract] : java.util.Map
[run-time name: org/apache/openejb/DeploymentInfo.getActivationProperties:()Ljava/util/Map;]
DeploymentInfo.getAroundInvoke ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/DeploymentInfo.getAroundInvoke:()Ljava/util/List;]
DeploymentInfo.getAuthorizedRoles ( reflect.Method p1 ) [abstract] : java.util.Collection
[run-time name: org/apache/openejb/DeploymentInfo.getAuthorizedRoles:(Ljava/lang/reflect/Method;)Ljava/util/Collection;]
DeploymentInfo.getAuthorizedRoles ( String p1 ) [abstract] : String[ ]
[run-time name: org/apache/openejb/DeploymentInfo.getAuthorizedRoles:(Ljava/lang/String;)[Ljava/lang/String;]
DeploymentInfo.getBeanClass ( ) [abstract] : Class
[run-time name: org/apache/openejb/DeploymentInfo.getBeanClass:()Ljava/lang/Class;]
DeploymentInfo.getBusinessLocalBeanHome ( ) [abstract] : DeploymentInfo.BusinessLocalBeanHome
[run-time name: org/apache/openejb/DeploymentInfo.getBusinessLocalBeanHome:()Lorg/apache/openejb/DeploymentInfo$BusinessLocalBeanHome;]
DeploymentInfo.getBusinessLocalBeanInterface ( ) [abstract] : Class
[run-time name: org/apache/openejb/DeploymentInfo.getBusinessLocalBeanInterface:()Ljava/lang/Class;]
DeploymentInfo.getBusinessLocalHome ( ) [abstract] : DeploymentInfo.BusinessLocalHome
[run-time name: org/apache/openejb/DeploymentInfo.getBusinessLocalHome:()Lorg/apache/openejb/DeploymentInfo$BusinessLocalHome;]
DeploymentInfo.getBusinessLocalHome ( java.util.List p1 ) [abstract] : DeploymentInfo.BusinessLocalHome
[run-time name: org/apache/openejb/DeploymentInfo.getBusinessLocalHome:(Ljava/util/List;)Lorg/apache/openejb/DeploymentInfo$BusinessLocalHome;]
DeploymentInfo.getBusinessLocalInterface ( ) [abstract] : Class
[run-time name: org/apache/openejb/DeploymentInfo.getBusinessLocalInterface:()Ljava/lang/Class;]
DeploymentInfo.getBusinessLocalInterfaces ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/DeploymentInfo.getBusinessLocalInterfaces:()Ljava/util/List;]
DeploymentInfo.getBusinessRemoteHome ( ) [abstract] : DeploymentInfo.BusinessRemoteHome
[run-time name: org/apache/openejb/DeploymentInfo.getBusinessRemoteHome:()Lorg/apache/openejb/DeploymentInfo$BusinessRemoteHome;]
DeploymentInfo.getBusinessRemoteHome ( java.util.List p1 ) [abstract] : DeploymentInfo.BusinessRemoteHome
[run-time name: org/apache/openejb/DeploymentInfo.getBusinessRemoteHome:(Ljava/util/List;)Lorg/apache/openejb/DeploymentInfo$BusinessRemoteHome;]
DeploymentInfo.getBusinessRemoteInterface ( ) [abstract] : Class
[run-time name: org/apache/openejb/DeploymentInfo.getBusinessRemoteInterface:()Ljava/lang/Class;]
DeploymentInfo.getBusinessRemoteInterfaces ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/DeploymentInfo.getBusinessRemoteInterfaces:()Ljava/util/List;]
DeploymentInfo.getClassLoader ( ) [abstract] : ClassLoader
[run-time name: org/apache/openejb/DeploymentInfo.getClassLoader:()Ljava/lang/ClassLoader;]
DeploymentInfo.getComponentType ( ) [abstract] : BeanType
[run-time name: org/apache/openejb/DeploymentInfo.getComponentType:()Lorg/apache/openejb/BeanType;]
DeploymentInfo.getContainer ( ) [abstract] : Container
[run-time name: org/apache/openejb/DeploymentInfo.getContainer:()Lorg/apache/openejb/Container;]
DeploymentInfo.getDependsOn ( ) [abstract] : java.util.Set
[run-time name: org/apache/openejb/DeploymentInfo.getDependsOn:()Ljava/util/Set;]
DeploymentInfo.getDeploymentID ( ) [abstract] : Object
[run-time name: org/apache/openejb/DeploymentInfo.getDeploymentID:()Ljava/lang/Object;]
DeploymentInfo.getDestinationId ( ) [abstract] : String
[run-time name: org/apache/openejb/DeploymentInfo.getDestinationId:()Ljava/lang/String;]
DeploymentInfo.getEJBHome ( ) [abstract] : javax.ejb.EJBHome
[run-time name: org/apache/openejb/DeploymentInfo.getEJBHome:()Ljavax/ejb/EJBHome;]
DeploymentInfo.getEJBLocalHome ( ) [abstract] : javax.ejb.EJBLocalHome
[run-time name: org/apache/openejb/DeploymentInfo.getEJBLocalHome:()Ljavax/ejb/EJBLocalHome;]
DeploymentInfo.getEjbName ( ) [abstract] : String
[run-time name: org/apache/openejb/DeploymentInfo.getEjbName:()Ljava/lang/String;]
DeploymentInfo.getEjbTimeout ( ) [abstract] : reflect.Method
[run-time name: org/apache/openejb/DeploymentInfo.getEjbTimeout:()Ljava/lang/reflect/Method;]
DeploymentInfo.getEjbTimerService ( ) [abstract] : core.timer.EjbTimerService
[run-time name: org/apache/openejb/DeploymentInfo.getEjbTimerService:()Lorg/apache/openejb/core/timer/EjbTimerService;]
DeploymentInfo.getExceptionType ( Throwable p1 ) [abstract] : core.ExceptionType
[run-time name: org/apache/openejb/DeploymentInfo.getExceptionType:(Ljava/lang/Throwable;)Lorg/apache/openejb/core/ExceptionType;]
DeploymentInfo.getHomeInterface ( ) [abstract] : Class
[run-time name: org/apache/openejb/DeploymentInfo.getHomeInterface:()Ljava/lang/Class;]
DeploymentInfo.getInjections ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/DeploymentInfo.getInjections:()Ljava/util/List;]
DeploymentInfo.getInterface ( InterfaceType p1 ) [abstract] : Class
[run-time name: org/apache/openejb/DeploymentInfo.getInterface:(Lorg/apache/openejb/InterfaceType;)Ljava/lang/Class;]
DeploymentInfo.getInterfaces ( InterfaceType p1 ) [abstract] : java.util.List
[run-time name: org/apache/openejb/DeploymentInfo.getInterfaces:(Lorg/apache/openejb/InterfaceType;)Ljava/util/List;]
DeploymentInfo.getInterfaceType ( Class p1 ) [abstract] : InterfaceType
[run-time name: org/apache/openejb/DeploymentInfo.getInterfaceType:(Ljava/lang/Class;)Lorg/apache/openejb/InterfaceType;]
DeploymentInfo.getJndiEnc ( ) [abstract] : javax.naming.Context
[run-time name: org/apache/openejb/DeploymentInfo.getJndiEnc:()Ljavax/naming/Context;]
DeploymentInfo.getLocalHomeInterface ( ) [abstract] : Class
[run-time name: org/apache/openejb/DeploymentInfo.getLocalHomeInterface:()Ljava/lang/Class;]
DeploymentInfo.getLocalInterface ( ) [abstract] : Class
[run-time name: org/apache/openejb/DeploymentInfo.getLocalInterface:()Ljava/lang/Class;]
DeploymentInfo.getMdbInterface ( ) [abstract] : Class
[run-time name: org/apache/openejb/DeploymentInfo.getMdbInterface:()Ljava/lang/Class;]
DeploymentInfo.getMethodInterceptors ( reflect.Method p1 ) [abstract] : java.util.List
[run-time name: org/apache/openejb/DeploymentInfo.getMethodInterceptors:(Ljava/lang/reflect/Method;)Ljava/util/List;]
DeploymentInfo.getMethodSchedules ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/DeploymentInfo.getMethodSchedules:()Ljava/util/List;]
DeploymentInfo.getModuleID ( ) [abstract] : String
[run-time name: org/apache/openejb/DeploymentInfo.getModuleID:()Ljava/lang/String;]
DeploymentInfo.getObjectInterface ( Class p1 ) [abstract] : java.util.List
[run-time name: org/apache/openejb/DeploymentInfo.getObjectInterface:(Ljava/lang/Class;)Ljava/util/List;]
DeploymentInfo.getPostActivate ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/DeploymentInfo.getPostActivate:()Ljava/util/List;]
DeploymentInfo.getPostConstruct ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/DeploymentInfo.getPostConstruct:()Ljava/util/List;]
DeploymentInfo.getPreDestroy ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/DeploymentInfo.getPreDestroy:()Ljava/util/List;]
DeploymentInfo.getPrePassivate ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/DeploymentInfo.getPrePassivate:()Ljava/util/List;]
DeploymentInfo.getPrimaryKeyClass ( ) [abstract] : Class
[run-time name: org/apache/openejb/DeploymentInfo.getPrimaryKeyClass:()Ljava/lang/Class;]
DeploymentInfo.getPrimaryKeyField ( ) [abstract] : String
[run-time name: org/apache/openejb/DeploymentInfo.getPrimaryKeyField:()Ljava/lang/String;]
DeploymentInfo.getProperties ( ) [abstract] : java.util.Properties
[run-time name: org/apache/openejb/DeploymentInfo.getProperties:()Ljava/util/Properties;]
DeploymentInfo.getRemoteInterface ( ) [abstract] : Class
[run-time name: org/apache/openejb/DeploymentInfo.getRemoteInterface:()Ljava/lang/Class;]
DeploymentInfo.getRemoveMethods ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/DeploymentInfo.getRemoveMethods:()Ljava/util/List;]
DeploymentInfo.getRunAs ( ) [abstract] : String
[run-time name: org/apache/openejb/DeploymentInfo.getRunAs:()Ljava/lang/String;]
DeploymentInfo.getSecurityRole ( String p1 ) [abstract] : String
[run-time name: org/apache/openejb/DeploymentInfo.getSecurityRole:(Ljava/lang/String;)Ljava/lang/String;]
DeploymentInfo.getServiceEndpointInterface ( ) [abstract] : Class
[run-time name: org/apache/openejb/DeploymentInfo.getServiceEndpointInterface:()Ljava/lang/Class;]
DeploymentInfo.getTransactionPolicyFactory ( ) [abstract] : core.transaction.TransactionPolicyFactory
[run-time name: org/apache/openejb/DeploymentInfo.getTransactionPolicyFactory:()Lorg/apache/openejb/core/transaction/TransactionPolicyFactory;]
DeploymentInfo.getTransactionType ( reflect.Method p1 ) [abstract] : core.transaction.TransactionType
[run-time name: org/apache/openejb/DeploymentInfo.getTransactionType:(Ljava/lang/reflect/Method;)Lorg/apache/openejb/core/transaction/TransactionType;]
DeploymentInfo.isBeanManagedConcurrency ( ) [abstract] : boolean
[run-time name: org/apache/openejb/DeploymentInfo.isBeanManagedConcurrency:()Z]
DeploymentInfo.isBeanManagedTransaction ( ) [abstract] : boolean
[run-time name: org/apache/openejb/DeploymentInfo.isBeanManagedTransaction:()Z]
DeploymentInfo.isDestroyed ( ) [abstract] : boolean
[run-time name: org/apache/openejb/DeploymentInfo.isDestroyed:()Z]
DeploymentInfo.isLoadOnStartup ( ) [abstract] : boolean
[run-time name: org/apache/openejb/DeploymentInfo.isLoadOnStartup:()Z]
DeploymentInfo.isReentrant ( ) [abstract] : boolean
[run-time name: org/apache/openejb/DeploymentInfo.isReentrant:()Z]
DeploymentInfo.isSessionSynchronized ( ) [abstract] : boolean
[run-time name: org/apache/openejb/DeploymentInfo.isSessionSynchronized:()Z]
DeploymentInfo.retainIfExeption ( reflect.Method p1 ) [abstract] : boolean
[run-time name: org/apache/openejb/DeploymentInfo.retainIfExeption:(Ljava/lang/reflect/Method;)Z]
DeploymentInfo.set ( Class p1, Object p2 ) [abstract] : Object
[run-time name: org/apache/openejb/DeploymentInfo.set:(Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;]
DeploymentInfo.setContainer ( Container p1 ) [abstract] : void
[run-time name: org/apache/openejb/DeploymentInfo.setContainer:(Lorg/apache/openejb/Container;)V]
openejb-core-3.1.4.jar, DeploymentLoader.class
package org.apache.openejb.config
DeploymentLoader.addWebModule ( AppModule appModule, String warPath, ClassLoader parentClassLoader, String contextRoot, String moduleName ) [static] : void
[run-time name: org/apache/openejb/config/DeploymentLoader.addWebModule:(Lorg/apache/openejb/config/AppModule;Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/lang/String;)V]
openejb-core-3.1.4.jar, DTDResolver.class
package org.apache.openejb.config
DTDResolver.DTDResolver ( )
[run-time name: org/apache/openejb/config/DTDResolver."<init>":()V]
DTDResolver.getDtd ( String dtdName ) [static] : byte[ ]
[run-time name: org/apache/openejb/config/DTDResolver.getDtd:(Ljava/lang/String;)[B]
DTDResolver.resolveEntity ( String publicId, String systemId ) : org.xml.sax.InputSource
[run-time name: org/apache/openejb/config/DTDResolver.resolveEntity:(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;]
openejb-core-3.1.4.jar, EJBCronTrigger.class
package org.apache.openejb.core.timer
EJBCronTrigger.computeFirstFireTime ( org.quartz.Calendar calendar ) : java.util.Date
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.computeFirstFireTime:(Lorg/quartz/Calendar;)Ljava/util/Date;]
EJBCronTrigger.executionComplete ( org.quartz.JobExecutionContext context, org.quartz.JobExecutionException result ) : int
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.executionComplete:(Lorg/quartz/JobExecutionContext;Lorg/quartz/JobExecutionException;)I]
EJBCronTrigger.getEndTime ( ) : java.util.Date
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.getEndTime:()Ljava/util/Date;]
EJBCronTrigger.getNextFireTime ( ) : java.util.Date
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.getNextFireTime:()Ljava/util/Date;]
EJBCronTrigger.getPreviousFireTime ( ) : java.util.Date
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.getPreviousFireTime:()Ljava/util/Date;]
EJBCronTrigger.getStartTime ( ) : java.util.Date
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.getStartTime:()Ljava/util/Date;]
EJBCronTrigger.mayFireAgain ( ) : boolean
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.mayFireAgain:()Z]
EJBCronTrigger.setEndTime ( java.util.Date endTime ) : void
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.setEndTime:(Ljava/util/Date;)V]
EJBCronTrigger.setStartTime ( java.util.Date startTime ) : void
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.setStartTime:(Ljava/util/Date;)V]
EJBCronTrigger.triggered ( org.quartz.Calendar calendar ) : void
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.triggered:(Lorg/quartz/Calendar;)V]
EJBCronTrigger.updateAfterMisfire ( org.quartz.Calendar cal ) : void
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.updateAfterMisfire:(Lorg/quartz/Calendar;)V]
EJBCronTrigger.updateWithNewCalendar ( org.quartz.Calendar cal, long misfireThreshold ) : void
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.updateWithNewCalendar:(Lorg/quartz/Calendar;J)V]
EJBCronTrigger.validateMisfireInstruction ( int misfireInstruction ) : boolean
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.validateMisfireInstruction:(I)Z]
openejb-core-3.1.4.jar, EjbHomeProxyHandler.class
package org.apache.openejb.core.ivm
EjbHomeProxyHandler.createHomeHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces ) [static] : EjbHomeProxyHandler
[run-time name: org/apache/openejb/core/ivm/EjbHomeProxyHandler.createHomeHandler:(Lorg/apache/openejb/DeploymentInfo;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)Lorg/apache/openejb/core/ivm/EjbHomeProxyHandler;]
EjbHomeProxyHandler.createHomeProxy ( org.apache.openejb.DeploymentInfo deploymentInfo, org.apache.openejb.InterfaceType interfaceType ) [static] : Object
[run-time name: org/apache/openejb/core/ivm/EjbHomeProxyHandler.createHomeProxy:(Lorg/apache/openejb/DeploymentInfo;Lorg/apache/openejb/InterfaceType;)Ljava/lang/Object;]
EjbHomeProxyHandler.createHomeProxy ( org.apache.openejb.DeploymentInfo deploymentInfo, org.apache.openejb.InterfaceType interfaceType, java.util.List objectInterfaces ) [static] : Object
[run-time name: org/apache/openejb/core/ivm/EjbHomeProxyHandler.createHomeProxy:(Lorg/apache/openejb/DeploymentInfo;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)Ljava/lang/Object;]
EjbHomeProxyHandler.createProxy ( Object primaryKey ) : Object
[run-time name: org/apache/openejb/core/ivm/EjbHomeProxyHandler.createProxy:(Ljava/lang/Object;)Ljava/lang/Object;]
EjbHomeProxyHandler.EjbHomeProxyHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces )
[run-time name: org/apache/openejb/core/ivm/EjbHomeProxyHandler."<init>":(Lorg/apache/openejb/DeploymentInfo;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)V]
EjbHomeProxyHandler.newEjbObjectHandler ( org.apache.openejb.DeploymentInfo p1, Object p2, org.apache.openejb.InterfaceType p3, java.util.List p4 ) [abstract] : EjbObjectProxyHandler
[run-time name: org/apache/openejb/core/ivm/EjbHomeProxyHandler.newEjbObjectHandler:(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)Lorg/apache/openejb/core/ivm/EjbObjectProxyHandler;]
openejb-core-3.1.4.jar, EjbJarBuilder.class
package org.apache.openejb.assembler.classic
EjbJarBuilder.build ( EjbJarInfo ejbJar ) : java.util.HashMap
[run-time name: org/apache/openejb/assembler/classic/EjbJarBuilder.build:(Lorg/apache/openejb/assembler/classic/EjbJarInfo;)Ljava/util/HashMap;]
EjbJarBuilder.EjbJarBuilder ( java.util.Properties props, ClassLoader classLoader )
[run-time name: org/apache/openejb/assembler/classic/EjbJarBuilder."<init>":(Ljava/util/Properties;Ljava/lang/ClassLoader;)V]
openejb-core-3.1.4.jar, EjbModule.class
package org.apache.openejb.config
EjbModule.getFinder ( ) : org.apache.xbean.finder.ClassFinder
[run-time name: org/apache/openejb/config/EjbModule.getFinder:()Lorg/apache/xbean/finder/ClassFinder;]
EjbModule.getFinderReference ( ) : java.util.concurrent.atomic.AtomicReference
[run-time name: org/apache/openejb/config/EjbModule.getFinderReference:()Ljava/util/concurrent/atomic/AtomicReference;]
openejb-core-3.1.4.jar, EjbObjectProxyHandler.class
package org.apache.openejb.core.ivm
EjbObjectProxyHandler.createProxy ( org.apache.openejb.DeploymentInfo deploymentInfo, Object primaryKey, org.apache.openejb.InterfaceType interfaceType ) [static] : Object
[run-time name: org/apache/openejb/core/ivm/EjbObjectProxyHandler.createProxy:(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;)Ljava/lang/Object;]
EjbObjectProxyHandler.createProxy ( org.apache.openejb.DeploymentInfo deploymentInfo, Object primaryKey, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces ) [static] : Object
[run-time name: org/apache/openejb/core/ivm/EjbObjectProxyHandler.createProxy:(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)Ljava/lang/Object;]
EjbObjectProxyHandler.EjbObjectProxyHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces )
[run-time name: org/apache/openejb/core/ivm/EjbObjectProxyHandler."<init>":(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)V]
openejb-core-3.1.4.jar, EjbSet.class
package org.apache.openejb.config
EjbSet.addError ( ValidationError error ) : void
[run-time name: org/apache/openejb/config/EjbSet.addError:(Lorg/apache/openejb/config/ValidationError;)V]
EjbSet.addFailure ( ValidationFailure failure ) : void
[run-time name: org/apache/openejb/config/EjbSet.addFailure:(Lorg/apache/openejb/config/ValidationFailure;)V]
EjbSet.addWarning ( ValidationWarning warning ) : void
[run-time name: org/apache/openejb/config/EjbSet.addWarning:(Lorg/apache/openejb/config/ValidationWarning;)V]
EjbSet.EjbSet ( String jarPath, org.apache.openejb.jee.EjbJar jar, ClassLoader classLoader )
[run-time name: org/apache/openejb/config/EjbSet."<init>":(Ljava/lang/String;Lorg/apache/openejb/jee/EjbJar;Ljava/lang/ClassLoader;)V]
EjbSet.getClassLoader ( ) : ClassLoader
[run-time name: org/apache/openejb/config/EjbSet.getClassLoader:()Ljava/lang/ClassLoader;]
EjbSet.getEjbJar ( ) : org.apache.openejb.jee.EjbJar
[run-time name: org/apache/openejb/config/EjbSet.getEjbJar:()Lorg/apache/openejb/jee/EjbJar;]
EjbSet.getErrors ( ) : ValidationError[ ]
[run-time name: org/apache/openejb/config/EjbSet.getErrors:()[Lorg/apache/openejb/config/ValidationError;]
EjbSet.getFailures ( ) : ValidationFailure[ ]
[run-time name: org/apache/openejb/config/EjbSet.getFailures:()[Lorg/apache/openejb/config/ValidationFailure;]
EjbSet.getJar ( ) : org.apache.openejb.jee.EjbJar
[run-time name: org/apache/openejb/config/EjbSet.getJar:()Lorg/apache/openejb/jee/EjbJar;]
EjbSet.getJarPath ( ) : String
[run-time name: org/apache/openejb/config/EjbSet.getJarPath:()Ljava/lang/String;]
EjbSet.getModuleType ( ) : String
[run-time name: org/apache/openejb/config/EjbSet.getModuleType:()Ljava/lang/String;]
EjbSet.getWarnings ( ) : ValidationWarning[ ]
[run-time name: org/apache/openejb/config/EjbSet.getWarnings:()[Lorg/apache/openejb/config/ValidationWarning;]
EjbSet.hasErrors ( ) : boolean
[run-time name: org/apache/openejb/config/EjbSet.hasErrors:()Z]
EjbSet.hasFailures ( ) : boolean
[run-time name: org/apache/openejb/config/EjbSet.hasFailures:()Z]
EjbSet.hasWarnings ( ) : boolean
[run-time name: org/apache/openejb/config/EjbSet.hasWarnings:()Z]
openejb-core-3.1.4.jar, EjbTimerService.class
package org.apache.openejb.core.timer
EjbTimerService.createTimer ( Object p1, java.util.Date p2, java.io.Serializable p3 ) [abstract] : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/EjbTimerService.createTimer:(Ljava/lang/Object;Ljava/util/Date;Ljava/io/Serializable;)Ljavax/ejb/Timer;]
EjbTimerService.createTimer ( Object p1, java.util.Date p2, long p3, java.io.Serializable p4 ) [abstract] : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/EjbTimerService.createTimer:(Ljava/lang/Object;Ljava/util/Date;JLjava/io/Serializable;)Ljavax/ejb/Timer;]
EjbTimerService.createTimer ( Object p1, long p2, java.io.Serializable p3 ) [abstract] : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/EjbTimerService.createTimer:(Ljava/lang/Object;JLjava/io/Serializable;)Ljavax/ejb/Timer;]
EjbTimerService.createTimer ( Object p1, long p2, long p3, java.io.Serializable p4 ) [abstract] : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/EjbTimerService.createTimer:(Ljava/lang/Object;JJLjava/io/Serializable;)Ljavax/ejb/Timer;]
openejb-core-3.1.4.jar, EjbTimerServiceImpl.class
package org.apache.openejb.core.timer
EjbTimerServiceImpl.createTimer ( Object primaryKey, java.util.Date expiration, java.io.Serializable info ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/EjbTimerServiceImpl.createTimer:(Ljava/lang/Object;Ljava/util/Date;Ljava/io/Serializable;)Ljavax/ejb/Timer;]
EjbTimerServiceImpl.createTimer ( Object primaryKey, java.util.Date initialExpiration, long intervalDuration, java.io.Serializable info ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/EjbTimerServiceImpl.createTimer:(Ljava/lang/Object;Ljava/util/Date;JLjava/io/Serializable;)Ljavax/ejb/Timer;]
EjbTimerServiceImpl.createTimer ( Object primaryKey, long duration, java.io.Serializable info ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/EjbTimerServiceImpl.createTimer:(Ljava/lang/Object;JLjava/io/Serializable;)Ljavax/ejb/Timer;]
EjbTimerServiceImpl.createTimer ( Object primaryKey, long initialDuration, long intervalDuration, java.io.Serializable info ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/EjbTimerServiceImpl.createTimer:(Ljava/lang/Object;JJLjava/io/Serializable;)Ljavax/ejb/Timer;]
EjbTimerServiceImpl.EjbTimerServiceImpl ( org.apache.openejb.DeploymentInfo deployment )
[run-time name: org/apache/openejb/core/timer/EjbTimerServiceImpl."<init>":(Lorg/apache/openejb/DeploymentInfo;)V]
EjbTimerServiceImpl.EjbTimerServiceImpl ( org.apache.openejb.DeploymentInfo deployment, javax.transaction.TransactionManager transactionManager, java.util.concurrent.Executor threadPool, TimerStore timerStore, int retryAttempts )
[run-time name: org/apache/openejb/core/timer/EjbTimerServiceImpl."<init>":(Lorg/apache/openejb/DeploymentInfo;Ljavax/transaction/TransactionManager;Ljava/util/concurrent/Executor;Lorg/apache/openejb/core/timer/TimerStore;I)V]
EjbTimerServiceImpl.getDefaultExecutor ( ) [static] : java.util.concurrent.Executor
[run-time name: org/apache/openejb/core/timer/EjbTimerServiceImpl.getDefaultExecutor:()Ljava/util/concurrent/Executor;]
openejb-core-3.1.4.jar, EndpointFactory.class
package org.apache.openejb.core.mdb
EndpointFactory.EndpointFactory ( javax.resource.spi.ActivationSpec activationSpec, MdbContainer container, org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, MdbInstanceFactory instanceFactory, org.apache.openejb.resource.XAResourceWrapper xaResourceWrapper )
[run-time name: org/apache/openejb/core/mdb/EndpointFactory."<init>":(Ljavax/resource/spi/ActivationSpec;Lorg/apache/openejb/core/mdb/MdbContainer;Lorg/apache/openejb/core/CoreDeploymentInfo;Lorg/apache/openejb/core/mdb/MdbInstanceFactory;Lorg/apache/openejb/resource/XAResourceWrapper;)V]
openejb-core-3.1.4.jar, EndpointHandler.class
package org.apache.openejb.core.mdb
EndpointHandler.EndpointHandler ( MdbContainer container, org.apache.openejb.core.CoreDeploymentInfo deployment, MdbInstanceFactory instanceFactory, javax.transaction.xa.XAResource xaResource )
[run-time name: org/apache/openejb/core/mdb/EndpointHandler."<init>":(Lorg/apache/openejb/core/mdb/MdbContainer;Lorg/apache/openejb/core/CoreDeploymentInfo;Lorg/apache/openejb/core/mdb/MdbInstanceFactory;Ljavax/transaction/xa/XAResource;)V]
openejb-core-3.1.4.jar, EntityContainer.class
package org.apache.openejb.core.entity
EntityContainer.createEJBObject ( reflect.Method callMethod, Object[ ] args, org.apache.openejb.core.ThreadContext callContext ) : org.apache.openejb.ProxyInfo
[run-time name: org/apache/openejb/core/entity/EntityContainer.createEJBObject:(Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/core/ThreadContext;)Lorg/apache/openejb/ProxyInfo;]
EntityContainer.deploy ( org.apache.openejb.DeploymentInfo info ) : void
[run-time name: org/apache/openejb/core/entity/EntityContainer.deploy:(Lorg/apache/openejb/DeploymentInfo;)V]
EntityContainer.deployments ( ) : org.apache.openejb.DeploymentInfo[ ]
[run-time name: org/apache/openejb/core/entity/EntityContainer.deployments:()[Lorg/apache/openejb/DeploymentInfo;]
EntityContainer.findMethod ( reflect.Method callMethod, Object[ ] args, org.apache.openejb.core.ThreadContext callContext ) : Object
[run-time name: org/apache/openejb/core/entity/EntityContainer.findMethod:(Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/core/ThreadContext;)Ljava/lang/Object;]
EntityContainer.getDeploymentInfo ( Object deploymentID ) : org.apache.openejb.DeploymentInfo
[run-time name: org/apache/openejb/core/entity/EntityContainer.getDeploymentInfo:(Ljava/lang/Object;)Lorg/apache/openejb/DeploymentInfo;]
EntityContainer.homeMethod ( reflect.Method callMethod, Object[ ] args, org.apache.openejb.core.ThreadContext callContext ) : Object
[run-time name: org/apache/openejb/core/entity/EntityContainer.homeMethod:(Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/core/ThreadContext;)Ljava/lang/Object;]
EntityContainer.invoke ( reflect.Method callMethod, reflect.Method runMethod, Object[ ] args, org.apache.openejb.core.ThreadContext callContext ) : Object
[run-time name: org/apache/openejb/core/entity/EntityContainer.invoke:(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/core/ThreadContext;)Ljava/lang/Object;]
EntityContainer.removeEJBObject ( reflect.Method callMethod, Object[ ] args, org.apache.openejb.core.ThreadContext callContext ) : void
[run-time name: org/apache/openejb/core/entity/EntityContainer.removeEJBObject:(Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/core/ThreadContext;)V]
EntityContainer.undeploy ( org.apache.openejb.DeploymentInfo info ) : void
[run-time name: org/apache/openejb/core/entity/EntityContainer.undeploy:(Lorg/apache/openejb/DeploymentInfo;)V]
openejb-core-3.1.4.jar, EntityContext.class
package org.apache.openejb.core.entity
EntityContext.getState ( ) : org.apache.openejb.core.BaseContext.State
[run-time name: org/apache/openejb/core/entity/EntityContext.getState:()Lorg/apache/openejb/core/BaseContext$State;]
EntityContext.getStates ( ) [static] : org.apache.openejb.core.BaseContext.State[ ]
[run-time name: org/apache/openejb/core/entity/EntityContext.getStates:()[Lorg/apache/openejb/core/BaseContext$State;]
openejb-core-3.1.4.jar, EntityEjbHomeHandler.class
package org.apache.openejb.core.entity
EntityEjbHomeHandler.createProxy ( Object primaryKey ) : Object
[run-time name: org/apache/openejb/core/entity/EntityEjbHomeHandler.createProxy:(Ljava/lang/Object;)Ljava/lang/Object;]
EntityEjbHomeHandler.EntityEjbHomeHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces )
[run-time name: org/apache/openejb/core/entity/EntityEjbHomeHandler."<init>":(Lorg/apache/openejb/DeploymentInfo;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)V]
EntityEjbHomeHandler.newEjbObjectHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces ) : org.apache.openejb.core.ivm.EjbObjectProxyHandler
[run-time name: org/apache/openejb/core/entity/EntityEjbHomeHandler.newEjbObjectHandler:(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)Lorg/apache/openejb/core/ivm/EjbObjectProxyHandler;]
openejb-core-3.1.4.jar, EntityEjbObjectHandler.class
package org.apache.openejb.core.entity
EntityEjbObjectHandler.EntityEjbObjectHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces )
[run-time name: org/apache/openejb/core/entity/EntityEjbObjectHandler."<init>":(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)V]
openejb-core-3.1.4.jar, EntityInstanceManager.class
package org.apache.openejb.core.entity
EntityInstanceManager.deploy ( org.apache.openejb.DeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/core/entity/EntityInstanceManager.deploy:(Lorg/apache/openejb/DeploymentInfo;)V]
EntityInstanceManager.undeploy ( org.apache.openejb.DeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/core/entity/EntityInstanceManager.undeploy:(Lorg/apache/openejb/DeploymentInfo;)V]
openejb-core-3.1.4.jar, EntrancyTracker.class
package org.apache.openejb.core.entity
EntrancyTracker.enter ( org.apache.openejb.DeploymentInfo deploymentInfo, Object primaryKey ) : void
[run-time name: org/apache/openejb/core/entity/EntrancyTracker.enter:(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;)V]
EntrancyTracker.exit ( org.apache.openejb.DeploymentInfo deploymentInfo, Object primaryKey ) : void
[run-time name: org/apache/openejb/core/entity/EntrancyTracker.exit:(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;)V]
openejb-core-3.1.4.jar, FactoryFinder.class
package org.apache.openejb.util
FactoryFinder.FactoryFinder ( String path )
[run-time name: org/apache/openejb/util/FactoryFinder."<init>":(Ljava/lang/String;)V]
FactoryFinder.newInstance ( String key ) : Object
[run-time name: org/apache/openejb/util/FactoryFinder.newInstance:(Ljava/lang/String;)Ljava/lang/Object;]
FactoryFinder.newInstance ( String key, String propertyPrefix ) : Object
[run-time name: org/apache/openejb/util/FactoryFinder.newInstance:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;]
openejb-core-3.1.4.jar, FieldDescriptor.class
package org.apache.openejb.util.io
FieldDescriptor.compareTo ( Object o ) : int
[run-time name: org/apache/openejb/util/io/FieldDescriptor.compareTo:(Ljava/lang/Object;)I]
FieldDescriptor.FieldDescriptor ( reflect.Field field )
[run-time name: org/apache/openejb/util/io/FieldDescriptor."<init>":(Ljava/lang/reflect/Field;)V]
FieldDescriptor.FieldDescriptor ( String name, Class type )
[run-time name: org/apache/openejb/util/io/FieldDescriptor."<init>":(Ljava/lang/String;Ljava/lang/Class;)V]
FieldDescriptor.getClassDescriptor ( ) : ClassDescriptor
[run-time name: org/apache/openejb/util/io/FieldDescriptor.getClassDescriptor:()Lorg/apache/openejb/util/io/ClassDescriptor;]
FieldDescriptor.getField ( ) : reflect.Field
[run-time name: org/apache/openejb/util/io/FieldDescriptor.getField:()Ljava/lang/reflect/Field;]
FieldDescriptor.getName ( ) : String
[run-time name: org/apache/openejb/util/io/FieldDescriptor.getName:()Ljava/lang/String;]
FieldDescriptor.getTypeCode ( ) : char
[run-time name: org/apache/openejb/util/io/FieldDescriptor.getTypeCode:()C]
FieldDescriptor.getTypeString ( ) : String
[run-time name: org/apache/openejb/util/io/FieldDescriptor.getTypeString:()Ljava/lang/String;]
FieldDescriptor.setClassDescriptor ( ClassDescriptor classDesc ) : void
[run-time name: org/apache/openejb/util/io/FieldDescriptor.setClassDescriptor:(Lorg/apache/openejb/util/io/ClassDescriptor;)V]
FieldDescriptor.setField ( reflect.Field field ) : void
[run-time name: org/apache/openejb/util/io/FieldDescriptor.setField:(Ljava/lang/reflect/Field;)V]
FieldDescriptor.setName ( String name ) : void
[run-time name: org/apache/openejb/util/io/FieldDescriptor.setName:(Ljava/lang/String;)V]
FieldDescriptor.setTypeCode ( char typeCode ) : void
[run-time name: org/apache/openejb/util/io/FieldDescriptor.setTypeCode:(C)V]
FieldDescriptor.write ( Object o, ObjectOutputStream out ) : void
[run-time name: org/apache/openejb/util/io/FieldDescriptor.write:(Ljava/lang/Object;Lorg/apache/openejb/util/io/ObjectOutputStream;)V]
FieldDescriptor.writeDesc ( ObjectOutputStream out ) : void
[run-time name: org/apache/openejb/util/io/FieldDescriptor.writeDesc:(Lorg/apache/openejb/util/io/ObjectOutputStream;)V]
openejb-core-3.1.4.jar, FindEntityState.class
package org.apache.openejb.core.entity
EntityContext.FindEntityState.EntityContext.FindEntityState ( )
[run-time name: org/apache/openejb/core/entity/EntityContext.FindEntityState."<init>":()V]
EntityContext.FindEntityState.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/entity/EntityContext.FindEntityState.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
EntityContext.FindEntityState.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/entity/EntityContext.FindEntityState.getEJBObject:()Ljavax/ejb/EJBObject;]
EntityContext.FindEntityState.getPrimaryKey ( ) : Object
[run-time name: org/apache/openejb/core/entity/EntityContext.FindEntityState.getPrimaryKey:()Ljava/lang/Object;]
EntityContext.FindEntityState.getTimerService ( ) : javax.ejb.TimerService
[run-time name: org/apache/openejb/core/entity/EntityContext.FindEntityState.getTimerService:()Ljavax/ejb/TimerService;]
EntityContext.FindEntityState.getUserTransaction ( javax.transaction.UserTransaction userTransaction ) : javax.transaction.UserTransaction
[run-time name: org/apache/openejb/core/entity/EntityContext.FindEntityState.getUserTransaction:(Ljavax/transaction/UserTransaction;)Ljavax/transaction/UserTransaction;]
EntityContext.FindEntityState.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.FindEntityState.isMessageContextAccessAllowed:()Z]
EntityContext.FindEntityState.isTimerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.FindEntityState.isTimerAccessAllowed:()Z]
EntityContext.FindEntityState.isUserTransactionAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.FindEntityState.isUserTransactionAccessAllowed:()Z]
openejb-core-3.1.4.jar, HandlerChainData.class
package org.apache.openejb.core.webservices
HandlerChainData.getPortNamePattern ( ) : String
[run-time name: org/apache/openejb/core/webservices/HandlerChainData.getPortNamePattern:()Ljava/lang/String;]
HandlerChainData.getServiceNamePattern ( ) : String
[run-time name: org/apache/openejb/core/webservices/HandlerChainData.getServiceNamePattern:()Ljava/lang/String;]
HandlerChainData.HandlerChainData ( String serviceNamePattern, String portNamePattern, java.util.List protocolBindings, java.util.List handlers )
[run-time name: org/apache/openejb/core/webservices/HandlerChainData."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/util/List;)V]
openejb-core-3.1.4.jar, HandlerResolverImpl.class
package org.apache.openejb.core.webservices
HandlerResolverImpl.HandlerResolverImpl ( java.util.List handlerChains, java.util.List injections, javax.naming.Context context )
[run-time name: org/apache/openejb/core/webservices/HandlerResolverImpl."<init>":(Ljava/util/List;Ljava/util/List;Ljavax/naming/Context;)V]
openejb-core-3.1.4.jar, HomeEntityState.class
package org.apache.openejb.core.entity
EntityContext.HomeEntityState.EntityContext.HomeEntityState ( )
[run-time name: org/apache/openejb/core/entity/EntityContext.HomeEntityState."<init>":()V]
EntityContext.HomeEntityState.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/entity/EntityContext.HomeEntityState.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
EntityContext.HomeEntityState.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/entity/EntityContext.HomeEntityState.getEJBObject:()Ljavax/ejb/EJBObject;]
EntityContext.HomeEntityState.getPrimaryKey ( ) : Object
[run-time name: org/apache/openejb/core/entity/EntityContext.HomeEntityState.getPrimaryKey:()Ljava/lang/Object;]
EntityContext.HomeEntityState.getUserTransaction ( javax.transaction.UserTransaction userTransaction ) : javax.transaction.UserTransaction
[run-time name: org/apache/openejb/core/entity/EntityContext.HomeEntityState.getUserTransaction:(Ljavax/transaction/UserTransaction;)Ljavax/transaction/UserTransaction;]
EntityContext.HomeEntityState.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.HomeEntityState.isMessageContextAccessAllowed:()Z]
EntityContext.HomeEntityState.isTimerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.HomeEntityState.isTimerAccessAllowed:()Z]
EntityContext.HomeEntityState.isUserTransactionAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.HomeEntityState.isUserTransactionAccessAllowed:()Z]
openejb-core-3.1.4.jar, HtmlUtilities.class
package org.apache.openejb.util
HtmlUtilities.createAnchor ( String value, String display, String type ) [static] : String
[run-time name: org/apache/openejb/util/HtmlUtilities.createAnchor:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
HtmlUtilities.createFileFormField ( String name, String value, int size ) [static] : String
[run-time name: org/apache/openejb/util/HtmlUtilities.createFileFormField:(Ljava/lang/String;Ljava/lang/String;I)Ljava/lang/String;]
HtmlUtilities.createHiddenFormField ( String name, String value ) [static] : String
[run-time name: org/apache/openejb/util/HtmlUtilities.createHiddenFormField:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
HtmlUtilities.createInputFormField ( String type, String name, String value, int size, int maxLength, String onFocus, String onBlur, String onChange, String onClick, boolean checked, boolean disabled, boolean readOnly ) [static] : String
[run-time name: org/apache/openejb/util/HtmlUtilities.createInputFormField:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZZZ)Ljava/lang/String;]
HtmlUtilities.createSelectFormField ( String name, String onChange ) [static] : String
[run-time name: org/apache/openejb/util/HtmlUtilities.createSelectFormField:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
HtmlUtilities.createSelectOption ( String value, String display, boolean selected ) [static] : String
[run-time name: org/apache/openejb/util/HtmlUtilities.createSelectOption:(Ljava/lang/String;Ljava/lang/String;Z)Ljava/lang/String;]
HtmlUtilities.createSubmitFormButton ( String name, String value ) [static] : String
[run-time name: org/apache/openejb/util/HtmlUtilities.createSubmitFormButton:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
HtmlUtilities.createTextArea ( String name, String content, int rows, int columns, String onFocus, String onBlur, String onChange ) [static] : String
[run-time name: org/apache/openejb/util/HtmlUtilities.createTextArea:(Ljava/lang/String;Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
HtmlUtilities.createTextFormField ( String name, String value, int size, int maxLength ) [static] : String
[run-time name: org/apache/openejb/util/HtmlUtilities.createTextFormField:(Ljava/lang/String;Ljava/lang/String;II)Ljava/lang/String;]
openejb-core-3.1.4.jar, InjectionMdbState.class
package org.apache.openejb.core.mdb
MdbContext.InjectionMdbState.getCallerPrincipal ( org.apache.openejb.spi.SecurityService securityService ) : java.security.Principal
[run-time name: org/apache/openejb/core/mdb/MdbContext.InjectionMdbState.getCallerPrincipal:(Lorg/apache/openejb/spi/SecurityService;)Ljava/security/Principal;]
MdbContext.InjectionMdbState.getEJBHome ( ) : javax.ejb.EJBHome
[run-time name: org/apache/openejb/core/mdb/MdbContext.InjectionMdbState.getEJBHome:()Ljavax/ejb/EJBHome;]
MdbContext.InjectionMdbState.getEJBLocalHome ( ) : javax.ejb.EJBLocalHome
[run-time name: org/apache/openejb/core/mdb/MdbContext.InjectionMdbState.getEJBLocalHome:()Ljavax/ejb/EJBLocalHome;]
MdbContext.InjectionMdbState.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/mdb/MdbContext.InjectionMdbState.getRollbackOnly:()Z]
MdbContext.InjectionMdbState.getTimerService ( ) : javax.ejb.TimerService
[run-time name: org/apache/openejb/core/mdb/MdbContext.InjectionMdbState.getTimerService:()Ljavax/ejb/TimerService;]
MdbContext.InjectionMdbState.getUserTransaction ( javax.transaction.UserTransaction userTransaction ) : javax.transaction.UserTransaction
[run-time name: org/apache/openejb/core/mdb/MdbContext.InjectionMdbState.getUserTransaction:(Ljavax/transaction/UserTransaction;)Ljavax/transaction/UserTransaction;]
MdbContext.InjectionMdbState.isCallerInRole ( org.apache.openejb.spi.SecurityService securityService, String roleName ) : boolean
[run-time name: org/apache/openejb/core/mdb/MdbContext.InjectionMdbState.isCallerInRole:(Lorg/apache/openejb/spi/SecurityService;Ljava/lang/String;)Z]
MdbContext.InjectionMdbState.isEntityManagerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/mdb/MdbContext.InjectionMdbState.isEntityManagerAccessAllowed:()Z]
MdbContext.InjectionMdbState.isEntityManagerFactoryAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/mdb/MdbContext.InjectionMdbState.isEntityManagerFactoryAccessAllowed:()Z]
MdbContext.InjectionMdbState.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/mdb/MdbContext.InjectionMdbState.isMessageContextAccessAllowed:()Z]
MdbContext.InjectionMdbState.isTimerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/mdb/MdbContext.InjectionMdbState.isTimerAccessAllowed:()Z]
MdbContext.InjectionMdbState.isTimerMethodAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/mdb/MdbContext.InjectionMdbState.isTimerMethodAllowed:()Z]
MdbContext.InjectionMdbState.isUserTransactionAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/mdb/MdbContext.InjectionMdbState.isUserTransactionAccessAllowed:()Z]
MdbContext.InjectionMdbState.MdbContext.InjectionMdbState ( )
[run-time name: org/apache/openejb/core/mdb/MdbContext.InjectionMdbState."<init>":()V]
MdbContext.InjectionMdbState.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/mdb/MdbContext.InjectionMdbState.setRollbackOnly:()V]
openejb-core-3.1.4.jar, InjectionProcessor.class
package org.apache.openejb
InjectionProcessor.InjectionProcessor ( Class beanClass, java.util.List injections, java.util.List postConstructMethods, java.util.List preDestroyMethods, javax.naming.Context context )
[run-time name: org/apache/openejb/InjectionProcessor."<init>":(Ljava/lang/Class;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljavax/naming/Context;)V]
InjectionProcessor.InjectionProcessor ( Class beanClass, java.util.List injections, javax.naming.Context context )
[run-time name: org/apache/openejb/InjectionProcessor."<init>":(Ljava/lang/Class;Ljava/util/List;Ljavax/naming/Context;)V]
InjectionProcessor.InjectionProcessor ( Object suppliedInstance, java.util.List injections, javax.naming.Context context )
[run-time name: org/apache/openejb/InjectionProcessor."<init>":(Ljava/lang/Object;Ljava/util/List;Ljavax/naming/Context;)V]
openejb-core-3.1.4.jar, InjectionSessionState.class
package org.apache.openejb.core
BaseSessionContext.InjectionSessionState.BaseSessionContext.InjectionSessionState ( )
[run-time name: org/apache/openejb/core/BaseSessionContext.InjectionSessionState."<init>":()V]
BaseSessionContext.InjectionSessionState.getBusinessObject ( Class interfce ) : Object
[run-time name: org/apache/openejb/core/BaseSessionContext.InjectionSessionState.getBusinessObject:(Ljava/lang/Class;)Ljava/lang/Object;]
BaseSessionContext.InjectionSessionState.getCallerPrincipal ( org.apache.openejb.spi.SecurityService securityService ) : java.security.Principal
[run-time name: org/apache/openejb/core/BaseSessionContext.InjectionSessionState.getCallerPrincipal:(Lorg/apache/openejb/spi/SecurityService;)Ljava/security/Principal;]
BaseSessionContext.InjectionSessionState.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/BaseSessionContext.InjectionSessionState.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
BaseSessionContext.InjectionSessionState.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/BaseSessionContext.InjectionSessionState.getEJBObject:()Ljavax/ejb/EJBObject;]
BaseSessionContext.InjectionSessionState.getInvokedBusinessInterface ( ) : Class
[run-time name: org/apache/openejb/core/BaseSessionContext.InjectionSessionState.getInvokedBusinessInterface:()Ljava/lang/Class;]
BaseSessionContext.InjectionSessionState.getMessageContext ( ) : javax.xml.rpc.handler.MessageContext
[run-time name: org/apache/openejb/core/BaseSessionContext.InjectionSessionState.getMessageContext:()Ljavax/xml/rpc/handler/MessageContext;]
BaseSessionContext.InjectionSessionState.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.InjectionSessionState.getRollbackOnly:()Z]
BaseSessionContext.InjectionSessionState.getTimerService ( ) : javax.ejb.TimerService
[run-time name: org/apache/openejb/core/BaseSessionContext.InjectionSessionState.getTimerService:()Ljavax/ejb/TimerService;]
BaseSessionContext.InjectionSessionState.getUserTransaction ( javax.transaction.UserTransaction userTransaction ) : javax.transaction.UserTransaction
[run-time name: org/apache/openejb/core/BaseSessionContext.InjectionSessionState.getUserTransaction:(Ljavax/transaction/UserTransaction;)Ljavax/transaction/UserTransaction;]
BaseSessionContext.InjectionSessionState.isCallerInRole ( org.apache.openejb.spi.SecurityService securityService, String roleName ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.InjectionSessionState.isCallerInRole:(Lorg/apache/openejb/spi/SecurityService;Ljava/lang/String;)Z]
BaseSessionContext.InjectionSessionState.isEntityManagerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.InjectionSessionState.isEntityManagerAccessAllowed:()Z]
BaseSessionContext.InjectionSessionState.isEntityManagerFactoryAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.InjectionSessionState.isEntityManagerFactoryAccessAllowed:()Z]
BaseSessionContext.InjectionSessionState.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.InjectionSessionState.isMessageContextAccessAllowed:()Z]
BaseSessionContext.InjectionSessionState.isTimerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.InjectionSessionState.isTimerAccessAllowed:()Z]
BaseSessionContext.InjectionSessionState.isTimerMethodAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.InjectionSessionState.isTimerMethodAllowed:()Z]
BaseSessionContext.InjectionSessionState.isUserTransactionAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.InjectionSessionState.isUserTransactionAccessAllowed:()Z]
BaseSessionContext.InjectionSessionState.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/BaseSessionContext.InjectionSessionState.setRollbackOnly:()V]
openejb-core-3.1.4.jar, Instance.class
package org.apache.openejb.core.managed
Instance.Instance ( Object deploymentId, Object primaryKey, Object bean, java.util.Map interceptors, javax.persistence.EntityManager[ ] entityManagerArray )
[run-time name: org/apache/openejb/core/managed/Instance."<init>":(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;[Ljavax/persistence/EntityManager;)V]
Instance.Instance ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, Object primaryKey, Object bean, java.util.Map interceptors, java.util.Map entityManagers )
[run-time name: org/apache/openejb/core/managed/Instance."<init>":(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;Ljava/util/Map;)V]
package org.apache.openejb.core.mdb
Instance.Instance ( Object bean, java.util.Map interceptors )
[run-time name: org/apache/openejb/core/mdb/Instance."<init>":(Ljava/lang/Object;Ljava/util/Map;)V]
package org.apache.openejb.core.singleton
Instance.Instance ( Object bean, java.util.Map interceptors, java.util.concurrent.locks.ReadWriteLock lock )
[run-time name: org/apache/openejb/core/singleton/Instance."<init>":(Ljava/lang/Object;Ljava/util/Map;Ljava/util/concurrent/locks/ReadWriteLock;)V]
package org.apache.openejb.core.stateful
Instance.Instance ( Object deploymentId, Object primaryKey, Object bean, java.util.Map interceptors, javax.persistence.EntityManager[ ] entityManagerArray )
[run-time name: org/apache/openejb/core/stateful/Instance."<init>":(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;[Ljavax/persistence/EntityManager;)V]
Instance.Instance ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, Object primaryKey, Object bean, java.util.Map interceptors, java.util.Map entityManagers )
[run-time name: org/apache/openejb/core/stateful/Instance."<init>":(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;Ljava/util/Map;)V]
package org.apache.openejb.core.stateless
Instance.Instance ( Object bean, java.util.Map interceptors )
[run-time name: org/apache/openejb/core/stateless/Instance."<init>":(Ljava/lang/Object;Ljava/util/Map;)V]
openejb-core-3.1.4.jar, InterceptorBindingBuilder.class
package org.apache.openejb.assembler.classic
InterceptorBindingBuilder.build ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, EnterpriseBeanInfo beanInfo ) : void
[run-time name: org/apache/openejb/assembler/classic/InterceptorBindingBuilder.build:(Lorg/apache/openejb/core/CoreDeploymentInfo;Lorg/apache/openejb/assembler/classic/EnterpriseBeanInfo;)V]
openejb-core-3.1.4.jar, InterceptorData.class
package org.apache.openejb.core.interceptor
InterceptorData.getAroundInvoke ( ) : java.util.List
[run-time name: org/apache/openejb/core/interceptor/InterceptorData.getAroundInvoke:()Ljava/util/List;]
InterceptorData.getMethods ( org.apache.openejb.core.Operation operation ) : java.util.List
[run-time name: org/apache/openejb/core/interceptor/InterceptorData.getMethods:(Lorg/apache/openejb/core/Operation;)Ljava/util/List;]
InterceptorData.getPostActivate ( ) : java.util.List
[run-time name: org/apache/openejb/core/interceptor/InterceptorData.getPostActivate:()Ljava/util/List;]
InterceptorData.getPostConstruct ( ) : java.util.List
[run-time name: org/apache/openejb/core/interceptor/InterceptorData.getPostConstruct:()Ljava/util/List;]
InterceptorData.getPreDestroy ( ) : java.util.List
[run-time name: org/apache/openejb/core/interceptor/InterceptorData.getPreDestroy:()Ljava/util/List;]
InterceptorData.getPrePassivate ( ) : java.util.List
[run-time name: org/apache/openejb/core/interceptor/InterceptorData.getPrePassivate:()Ljava/util/List;]
openejb-core-3.1.4.jar, IntrospectionSupport.class
package org.apache.openejb.util
IntrospectionSupport.appendToString ( StringBuffer buffer, Object value ) [static] : void
[run-time name: org/apache/openejb/util/IntrospectionSupport.appendToString:(Ljava/lang/StringBuffer;Ljava/lang/Object;)V]
openejb-core-3.1.4.jar, IOExceptionSupport.class
package org.apache.openejb.util
IOExceptionSupport.create ( Exception cause ) [static] : java.io.IOException
[run-time name: org/apache/openejb/util/IOExceptionSupport.create:(Ljava/lang/Exception;)Ljava/io/IOException;]
IOExceptionSupport.create ( String msg, Exception cause ) [static] : java.io.IOException
[run-time name: org/apache/openejb/util/IOExceptionSupport.create:(Ljava/lang/String;Ljava/lang/Exception;)Ljava/io/IOException;]
IOExceptionSupport.create ( String msg, Throwable cause ) [static] : java.io.IOException
[run-time name: org/apache/openejb/util/IOExceptionSupport.create:(Ljava/lang/String;Ljava/lang/Throwable;)Ljava/io/IOException;]
IOExceptionSupport.create ( Throwable cause ) [static] : java.io.IOException
[run-time name: org/apache/openejb/util/IOExceptionSupport.create:(Ljava/lang/Throwable;)Ljava/io/IOException;]
IOExceptionSupport.IOExceptionSupport ( )
[run-time name: org/apache/openejb/util/IOExceptionSupport."<init>":()V]
openejb-core-3.1.4.jar, IOUtils.class
package org.apache.openejb.util
IOUtils.IOUtils ( )
[run-time name: org/apache/openejb/util/IOUtils."<init>":()V]
IOUtils.readProperties ( java.net.URL resource ) [static] : java.util.Properties
[run-time name: org/apache/openejb/util/IOUtils.readProperties:(Ljava/net/URL;)Ljava/util/Properties;]
openejb-core-3.1.4.jar, IvmContext.class
package org.apache.openejb.core.ivm.naming
IvmContext.main ( String[ ] str ) [static] : void
[run-time name: org/apache/openejb/core/ivm/naming/IvmContext.main:([Ljava/lang/String;)V]
openejb-core-3.1.4.jar, JaccPermissionsBuilder.class
package org.apache.openejb.assembler.classic
JaccPermissionsBuilder.addPossibleEjbMethodPermissions ( java.security.Permissions permissions, String ejbName, String methodInterface, Class clazz ) : void
[run-time name: org/apache/openejb/assembler/classic/JaccPermissionsBuilder.addPossibleEjbMethodPermissions:(Ljava/security/Permissions;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;)V]
openejb-core-3.1.4.jar, JarExtractor.class
package org.apache.openejb.util
JarExtractor.copy ( java.io.File src, java.io.File dest ) [static] : boolean
[run-time name: org/apache/openejb/util/JarExtractor.copy:(Ljava/io/File;Ljava/io/File;)Z]
openejb-core-3.1.4.jar, JarUtils.class
package org.apache.openejb.util
JarUtils.addFileToJar ( String jarFile, String file ) [static] : void
[run-time name: org/apache/openejb/util/JarUtils.addFileToJar:(Ljava/lang/String;Ljava/lang/String;)V]
JarUtils.getContextClassLoader ( ) [static] : ClassLoader
[run-time name: org/apache/openejb/util/JarUtils.getContextClassLoader:()Ljava/lang/ClassLoader;]
JarUtils.getJarFile ( String jarFile ) [static] : java.util.jar.JarFile
[run-time name: org/apache/openejb/util/JarUtils.getJarFile:(Ljava/lang/String;)Ljava/util/jar/JarFile;]
JarUtils.JarUtils ( )
[run-time name: org/apache/openejb/util/JarUtils."<init>":()V]
openejb-core-3.1.4.jar, JaxWsServiceReference.class
package org.apache.openejb.core.ivm.naming
JaxWsServiceReference.JaxWsServiceReference ( String id, javax.xml.namespace.QName serviceQName, Class serviceClass, javax.xml.namespace.QName portQName, Class referenceClass, java.net.URL wsdlUrl, java.util.List portRefs, java.util.List handlerChains, java.util.List injections )
[run-time name: org/apache/openejb/core/ivm/naming/JaxWsServiceReference."<init>":(Ljava/lang/String;Ljavax/xml/namespace/QName;Ljava/lang/Class;Ljavax/xml/namespace/QName;Ljava/lang/Class;Ljava/net/URL;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V]
openejb-core-3.1.4.jar, JndiBuilder.class
package org.apache.openejb.assembler.classic
JndiBuilder.bind ( EjbJarInfo ejbJarInfo, org.apache.openejb.DeploymentInfo deployment, EnterpriseBeanInfo beanInfo, JndiBuilder.JndiNameStrategy strategy ) : void
[run-time name: org/apache/openejb/assembler/classic/JndiBuilder.bind:(Lorg/apache/openejb/assembler/classic/EjbJarInfo;Lorg/apache/openejb/DeploymentInfo;Lorg/apache/openejb/assembler/classic/EnterpriseBeanInfo;Lorg/apache/openejb/assembler/classic/JndiBuilder$JndiNameStrategy;)V]
openejb-core-3.1.4.jar, JndiEncBuilder.class
package org.apache.openejb.assembler.classic
JndiEncBuilder.build ( ) : javax.naming.Context
[run-time name: org/apache/openejb/assembler/classic/JndiEncBuilder.build:()Ljavax/naming/Context;]
JndiEncBuilder.JndiEncBuilder ( JndiEncInfo jndiEnc, java.util.List injections, String moduleId, ClassLoader classLoader )
[run-time name: org/apache/openejb/assembler/classic/JndiEncBuilder."<init>":(Lorg/apache/openejb/assembler/classic/JndiEncInfo;Ljava/util/List;Ljava/lang/String;Ljava/lang/ClassLoader;)V]
JndiEncBuilder.JndiEncBuilder ( JndiEncInfo jndiEnc, java.util.List injections, String transactionType, String moduleId, ClassLoader classLoader )
[run-time name: org/apache/openejb/assembler/classic/JndiEncBuilder."<init>":(Lorg/apache/openejb/assembler/classic/JndiEncInfo;Ljava/util/List;Ljava/lang/String;Ljava/lang/String;Ljava/lang/ClassLoader;)V]
openejb-core-3.1.4.jar, JndiEncInfoBuilder.class
package org.apache.openejb.config
JndiEncInfoBuilder.build ( org.apache.openejb.jee.JndiConsumer jndiConsumer, String ejbName, String moduleId ) : org.apache.openejb.assembler.classic.JndiEncInfo
[run-time name: org/apache/openejb/config/JndiEncInfoBuilder.build:(Lorg/apache/openejb/jee/JndiConsumer;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/openejb/assembler/classic/JndiEncInfo;]
openejb-core-3.1.4.jar, JndiNameStrategy.class
package org.apache.openejb.assembler.classic
JndiBuilder.JndiNameStrategy.begin ( org.apache.openejb.DeploymentInfo p1 ) [abstract] : void
[run-time name: org/apache/openejb/assembler/classic/JndiBuilder.JndiNameStrategy.begin:(Lorg/apache/openejb/DeploymentInfo;)V]
JndiBuilder.JndiNameStrategy.getName ( Class p1, JndiBuilder.JndiNameStrategy.Interface p2 ) [abstract] : String
[run-time name: org/apache/openejb/assembler/classic/JndiBuilder.JndiNameStrategy.getName:(Ljava/lang/Class;Lorg/apache/openejb/assembler/classic/JndiBuilder$JndiNameStrategy$Interface;)Ljava/lang/String;]
openejb-core-3.1.4.jar, JobSpec.class
package org.apache.openejb.resource.quartz
JobSpec.isVolatile ( ) : boolean
[run-time name: org/apache/openejb/resource/quartz/JobSpec.isVolatile:()Z]
JobSpec.setVolatile ( boolean b ) : void
[run-time name: org/apache/openejb/resource/quartz/JobSpec.setVolatile:(Z)V]
openejb-core-3.1.4.jar, JpaCmpEngine.class
package org.apache.openejb.core.cmp.jpa
JpaCmpEngine.deploy ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/core/cmp/jpa/JpaCmpEngine.deploy:(Lorg/apache/openejb/core/CoreDeploymentInfo;)V]
JpaCmpEngine.executeUpdateQuery ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, String signature, Object[ ] args ) : int
[run-time name: org/apache/openejb/core/cmp/jpa/JpaCmpEngine.executeUpdateQuery:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/String;[Ljava/lang/Object;)I]
JpaCmpEngine.queryBeans ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, String signature, Object[ ] args ) : java.util.List
[run-time name: org/apache/openejb/core/cmp/jpa/JpaCmpEngine.queryBeans:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/String;[Ljava/lang/Object;)Ljava/util/List;]
JpaCmpEngine.undeploy ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/core/cmp/jpa/JpaCmpEngine.undeploy:(Lorg/apache/openejb/core/CoreDeploymentInfo;)V]
openejb-core-3.1.4.jar, JtaEntityManager.class
package org.apache.openejb.persistence
JtaEntityManager.JtaEntityManager ( JtaEntityManagerRegistry registry, javax.persistence.EntityManagerFactory entityManagerFactory, java.util.Map properties )
[run-time name: org/apache/openejb/persistence/JtaEntityManager."<init>":(Lorg/apache/openejb/persistence/JtaEntityManagerRegistry;Ljavax/persistence/EntityManagerFactory;Ljava/util/Map;)V]
openejb-core-3.1.4.jar, JtaEntityManagerRegistry.class
package org.apache.openejb.persistence
JtaEntityManagerRegistry.getEntityManager ( javax.persistence.EntityManagerFactory entityManagerFactory, java.util.Map properties, boolean extended ) : javax.persistence.EntityManager
[run-time name: org/apache/openejb/persistence/JtaEntityManagerRegistry.getEntityManager:(Ljavax/persistence/EntityManagerFactory;Ljava/util/Map;Z)Ljavax/persistence/EntityManager;]
JtaEntityManagerRegistry.getInheritedEntityManager ( javax.persistence.EntityManagerFactory entityManagerFactory ) : javax.persistence.EntityManager
[run-time name: org/apache/openejb/persistence/JtaEntityManagerRegistry.getInheritedEntityManager:(Ljavax/persistence/EntityManagerFactory;)Ljavax/persistence/EntityManager;]
openejb-core-3.1.4.jar, JtaQuery.class
package org.apache.openejb.persistence
JtaQuery.JtaQuery ( javax.persistence.EntityManager entityManager, javax.persistence.Query query )
[run-time name: org/apache/openejb/persistence/JtaQuery."<init>":(Ljavax/persistence/EntityManager;Ljavax/persistence/Query;)V]
openejb-core-3.1.4.jar, JtaTransactionPolicy.class
package org.apache.openejb.core.transaction
JtaTransactionPolicy.setRollbackOnly ( javax.transaction.Transaction tx ) : void
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy.setRollbackOnly:(Ljavax/transaction/Transaction;)V]
openejb-core-3.1.4.jar, LegacyAddedSuffixStrategy.class
package org.apache.openejb.assembler.classic
JndiBuilder.LegacyAddedSuffixStrategy.begin ( org.apache.openejb.DeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/assembler/classic/JndiBuilder.LegacyAddedSuffixStrategy.begin:(Lorg/apache/openejb/DeploymentInfo;)V]
JndiBuilder.LegacyAddedSuffixStrategy.getName ( Class interfce, JndiBuilder.JndiNameStrategy.Interface type ) : String
[run-time name: org/apache/openejb/assembler/classic/JndiBuilder.LegacyAddedSuffixStrategy.getName:(Ljava/lang/Class;Lorg/apache/openejb/assembler/classic/JndiBuilder$JndiNameStrategy$Interface;)Ljava/lang/String;]
openejb-core-3.1.4.jar, LifecycleBusinessTimeoutEntityState.class
package org.apache.openejb.core.entity
EntityContext.LifecycleBusinessTimeoutEntityState.EntityContext.LifecycleBusinessTimeoutEntityState ( )
[run-time name: org/apache/openejb/core/entity/EntityContext.LifecycleBusinessTimeoutEntityState."<init>":()V]
EntityContext.LifecycleBusinessTimeoutEntityState.getUserTransaction ( javax.transaction.UserTransaction userTransaction ) : javax.transaction.UserTransaction
[run-time name: org/apache/openejb/core/entity/EntityContext.LifecycleBusinessTimeoutEntityState.getUserTransaction:(Ljavax/transaction/UserTransaction;)Ljavax/transaction/UserTransaction;]
EntityContext.LifecycleBusinessTimeoutEntityState.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.LifecycleBusinessTimeoutEntityState.isMessageContextAccessAllowed:()Z]
EntityContext.LifecycleBusinessTimeoutEntityState.isTimerMethodAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.LifecycleBusinessTimeoutEntityState.isTimerMethodAllowed:()Z]
EntityContext.LifecycleBusinessTimeoutEntityState.isUserTransactionAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.LifecycleBusinessTimeoutEntityState.isUserTransactionAccessAllowed:()Z]
openejb-core-3.1.4.jar, LifecycleManagedBeanState.class
package org.apache.openejb.core.managed
ManagedContext.LifecycleManagedBeanState.getBusinessObject ( Class x0 ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedContext.LifecycleManagedBeanState.getBusinessObject:(Ljava/lang/Class;)Ljava/lang/Object;]
ManagedContext.LifecycleManagedBeanState.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/managed/ManagedContext.LifecycleManagedBeanState.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
ManagedContext.LifecycleManagedBeanState.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/managed/ManagedContext.LifecycleManagedBeanState.getEJBObject:()Ljavax/ejb/EJBObject;]
ManagedContext.LifecycleManagedBeanState.getInvokedBusinessInterface ( ) : Class
[run-time name: org/apache/openejb/core/managed/ManagedContext.LifecycleManagedBeanState.getInvokedBusinessInterface:()Ljava/lang/Class;]
ManagedContext.LifecycleManagedBeanState.getMessageContext ( ) : javax.xml.rpc.handler.MessageContext
[run-time name: org/apache/openejb/core/managed/ManagedContext.LifecycleManagedBeanState.getMessageContext:()Ljavax/xml/rpc/handler/MessageContext;]
ManagedContext.LifecycleManagedBeanState.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.LifecycleManagedBeanState.getRollbackOnly:()Z]
ManagedContext.LifecycleManagedBeanState.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.LifecycleManagedBeanState.isMessageContextAccessAllowed:()Z]
ManagedContext.LifecycleManagedBeanState.isTimerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.LifecycleManagedBeanState.isTimerAccessAllowed:()Z]
ManagedContext.LifecycleManagedBeanState.isTimerMethodAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.LifecycleManagedBeanState.isTimerMethodAllowed:()Z]
ManagedContext.LifecycleManagedBeanState.ManagedContext.LifecycleManagedBeanState ( )
[run-time name: org/apache/openejb/core/managed/ManagedContext.LifecycleManagedBeanState."<init>":()V]
ManagedContext.LifecycleManagedBeanState.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/managed/ManagedContext.LifecycleManagedBeanState.setRollbackOnly:()V]
openejb-core-3.1.4.jar, LifecycleMdbState.class
package org.apache.openejb.core.mdb
MdbContext.LifecycleMdbState.getCallerPrincipal ( org.apache.openejb.spi.SecurityService securityService ) : java.security.Principal
[run-time name: org/apache/openejb/core/mdb/MdbContext.LifecycleMdbState.getCallerPrincipal:(Lorg/apache/openejb/spi/SecurityService;)Ljava/security/Principal;]
MdbContext.LifecycleMdbState.getEJBHome ( ) : javax.ejb.EJBHome
[run-time name: org/apache/openejb/core/mdb/MdbContext.LifecycleMdbState.getEJBHome:()Ljavax/ejb/EJBHome;]
MdbContext.LifecycleMdbState.getEJBLocalHome ( ) : javax.ejb.EJBLocalHome
[run-time name: org/apache/openejb/core/mdb/MdbContext.LifecycleMdbState.getEJBLocalHome:()Ljavax/ejb/EJBLocalHome;]
MdbContext.LifecycleMdbState.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/mdb/MdbContext.LifecycleMdbState.getRollbackOnly:()Z]
MdbContext.LifecycleMdbState.isCallerInRole ( org.apache.openejb.spi.SecurityService securityService, String roleName ) : boolean
[run-time name: org/apache/openejb/core/mdb/MdbContext.LifecycleMdbState.isCallerInRole:(Lorg/apache/openejb/spi/SecurityService;Ljava/lang/String;)Z]
MdbContext.LifecycleMdbState.isEntityManagerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/mdb/MdbContext.LifecycleMdbState.isEntityManagerAccessAllowed:()Z]
MdbContext.LifecycleMdbState.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/mdb/MdbContext.LifecycleMdbState.isMessageContextAccessAllowed:()Z]
MdbContext.LifecycleMdbState.isTimerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/mdb/MdbContext.LifecycleMdbState.isTimerAccessAllowed:()Z]
MdbContext.LifecycleMdbState.isTimerMethodAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/mdb/MdbContext.LifecycleMdbState.isTimerMethodAllowed:()Z]
MdbContext.LifecycleMdbState.MdbContext.LifecycleMdbState ( )
[run-time name: org/apache/openejb/core/mdb/MdbContext.LifecycleMdbState."<init>":()V]
MdbContext.LifecycleMdbState.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/mdb/MdbContext.LifecycleMdbState.setRollbackOnly:()V]
openejb-core-3.1.4.jar, LifecycleSessionState.class
package org.apache.openejb.core
BaseSessionContext.LifecycleSessionState.BaseSessionContext.LifecycleSessionState ( )
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState."<init>":()V]
BaseSessionContext.LifecycleSessionState.getBusinessObject ( Class x0 ) : Object
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.getBusinessObject:(Ljava/lang/Class;)Ljava/lang/Object;]
BaseSessionContext.LifecycleSessionState.getCallerPrincipal ( org.apache.openejb.spi.SecurityService securityService ) : java.security.Principal
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.getCallerPrincipal:(Lorg/apache/openejb/spi/SecurityService;)Ljava/security/Principal;]
BaseSessionContext.LifecycleSessionState.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
BaseSessionContext.LifecycleSessionState.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.getEJBObject:()Ljavax/ejb/EJBObject;]
BaseSessionContext.LifecycleSessionState.getInvokedBusinessInterface ( ) : Class
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.getInvokedBusinessInterface:()Ljava/lang/Class;]
BaseSessionContext.LifecycleSessionState.getMessageContext ( ) : javax.xml.rpc.handler.MessageContext
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.getMessageContext:()Ljavax/xml/rpc/handler/MessageContext;]
BaseSessionContext.LifecycleSessionState.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.getRollbackOnly:()Z]
BaseSessionContext.LifecycleSessionState.isCallerInRole ( org.apache.openejb.spi.SecurityService securityService, String roleName ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.isCallerInRole:(Lorg/apache/openejb/spi/SecurityService;Ljava/lang/String;)Z]
BaseSessionContext.LifecycleSessionState.isEntityManagerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.isEntityManagerAccessAllowed:()Z]
BaseSessionContext.LifecycleSessionState.isEntityManagerFactoryAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.isEntityManagerFactoryAccessAllowed:()Z]
BaseSessionContext.LifecycleSessionState.isJNDIAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.isJNDIAccessAllowed:()Z]
BaseSessionContext.LifecycleSessionState.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.isMessageContextAccessAllowed:()Z]
BaseSessionContext.LifecycleSessionState.isTimerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.isTimerAccessAllowed:()Z]
BaseSessionContext.LifecycleSessionState.isTimerMethodAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.isTimerMethodAllowed:()Z]
BaseSessionContext.LifecycleSessionState.isUserTransactionAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.isUserTransactionAccessAllowed:()Z]
BaseSessionContext.LifecycleSessionState.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.setRollbackOnly:()V]
openejb-core-3.1.4.jar, LifecycleStatefulSessionState.class
package org.apache.openejb.core.stateful
StatefulContext.LifecycleStatefulSessionState.getBusinessObject ( Class x0 ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulContext.LifecycleStatefulSessionState.getBusinessObject:(Ljava/lang/Class;)Ljava/lang/Object;]
StatefulContext.LifecycleStatefulSessionState.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/stateful/StatefulContext.LifecycleStatefulSessionState.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
StatefulContext.LifecycleStatefulSessionState.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/stateful/StatefulContext.LifecycleStatefulSessionState.getEJBObject:()Ljavax/ejb/EJBObject;]
StatefulContext.LifecycleStatefulSessionState.getInvokedBusinessInterface ( ) : Class
[run-time name: org/apache/openejb/core/stateful/StatefulContext.LifecycleStatefulSessionState.getInvokedBusinessInterface:()Ljava/lang/Class;]
StatefulContext.LifecycleStatefulSessionState.getMessageContext ( ) : javax.xml.rpc.handler.MessageContext
[run-time name: org/apache/openejb/core/stateful/StatefulContext.LifecycleStatefulSessionState.getMessageContext:()Ljavax/xml/rpc/handler/MessageContext;]
StatefulContext.LifecycleStatefulSessionState.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/stateful/StatefulContext.LifecycleStatefulSessionState.getRollbackOnly:()Z]
StatefulContext.LifecycleStatefulSessionState.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/stateful/StatefulContext.LifecycleStatefulSessionState.isMessageContextAccessAllowed:()Z]
StatefulContext.LifecycleStatefulSessionState.isTimerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/stateful/StatefulContext.LifecycleStatefulSessionState.isTimerAccessAllowed:()Z]
StatefulContext.LifecycleStatefulSessionState.isTimerMethodAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/stateful/StatefulContext.LifecycleStatefulSessionState.isTimerMethodAllowed:()Z]
StatefulContext.LifecycleStatefulSessionState.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContext.LifecycleStatefulSessionState.setRollbackOnly:()V]
StatefulContext.LifecycleStatefulSessionState.StatefulContext.LifecycleStatefulSessionState ( )
[run-time name: org/apache/openejb/core/stateful/StatefulContext.LifecycleStatefulSessionState."<init>":()V]
openejb-core-3.1.4.jar, LocalInitialContext.class
package org.apache.openejb.client
LocalInitialContext.LocalInitialContext ( java.util.Hashtable env, LocalInitialContextFactory factory )
[run-time name: org/apache/openejb/client/LocalInitialContext."<init>":(Ljava/util/Hashtable;Lorg/apache/openejb/client/LocalInitialContextFactory;)V]
openejb-core-3.1.4.jar, Log4jLog.class
package org.apache.openejb.util
Log4jLog.debug ( String message ) : String
[run-time name: org/apache/openejb/util/Log4jLog.debug:(Ljava/lang/String;)Ljava/lang/String;]
Log4jLog.debug ( String message, Object[ ] args ) : String
[run-time name: org/apache/openejb/util/Log4jLog.debug:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;]
Log4jLog.debug ( String message, Throwable t ) : String
[run-time name: org/apache/openejb/util/Log4jLog.debug:(Ljava/lang/String;Ljava/lang/Throwable;)Ljava/lang/String;]
Log4jLog.debug ( String message, Throwable t, Object[ ] args ) : String
[run-time name: org/apache/openejb/util/Log4jLog.debug:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/Object;)Ljava/lang/String;]
Log4jLog.error ( String message ) : String
[run-time name: org/apache/openejb/util/Log4jLog.error:(Ljava/lang/String;)Ljava/lang/String;]
Log4jLog.error ( String message, Object[ ] args ) : String
[run-time name: org/apache/openejb/util/Log4jLog.error:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;]
Log4jLog.error ( String message, Throwable t ) : String
[run-time name: org/apache/openejb/util/Log4jLog.error:(Ljava/lang/String;Ljava/lang/Throwable;)Ljava/lang/String;]
Log4jLog.error ( String message, Throwable t, Object[ ] args ) : String
[run-time name: org/apache/openejb/util/Log4jLog.error:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/Object;)Ljava/lang/String;]
Log4jLog.fatal ( String message ) : String
[run-time name: org/apache/openejb/util/Log4jLog.fatal:(Ljava/lang/String;)Ljava/lang/String;]
Log4jLog.fatal ( String message, Object[ ] args ) : String
[run-time name: org/apache/openejb/util/Log4jLog.fatal:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;]
Log4jLog.fatal ( String message, Throwable t ) : String
[run-time name: org/apache/openejb/util/Log4jLog.fatal:(Ljava/lang/String;Ljava/lang/Throwable;)Ljava/lang/String;]
Log4jLog.fatal ( String message, Throwable t, Object[ ] args ) : String
[run-time name: org/apache/openejb/util/Log4jLog.fatal:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/Object;)Ljava/lang/String;]
Log4jLog.getInstance ( LogCategory category, Class clazz ) [static] : Log4jLog
[run-time name: org/apache/openejb/util/Log4jLog.getInstance:(Lorg/apache/openejb/util/LogCategory;Ljava/lang/Class;)Lorg/apache/openejb/util/Log4jLog;]
Log4jLog.getInstance ( LogCategory category, String baseName ) [static] : Log4jLog
[run-time name: org/apache/openejb/util/Log4jLog.getInstance:(Lorg/apache/openejb/util/LogCategory;Ljava/lang/String;)Lorg/apache/openejb/util/Log4jLog;]
Log4jLog.getLogger ( String moduleId ) : Log4jLog
[run-time name: org/apache/openejb/util/Log4jLog.getLogger:(Ljava/lang/String;)Lorg/apache/openejb/util/Log4jLog;]
Log4jLog.info ( String message ) : String
[run-time name: org/apache/openejb/util/Log4jLog.info:(Ljava/lang/String;)Ljava/lang/String;]
Log4jLog.info ( String message, Object[ ] args ) : String
[run-time name: org/apache/openejb/util/Log4jLog.info:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;]
Log4jLog.info ( String message, Throwable t ) : String
[run-time name: org/apache/openejb/util/Log4jLog.info:(Ljava/lang/String;Ljava/lang/Throwable;)Ljava/lang/String;]
Log4jLog.info ( String message, Throwable t, Object[ ] args ) : String
[run-time name: org/apache/openejb/util/Log4jLog.info:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/Object;)Ljava/lang/String;]
Log4jLog.isDebugEnabled ( ) : boolean
[run-time name: org/apache/openejb/util/Log4jLog.isDebugEnabled:()Z]
Log4jLog.isErrorEnabled ( ) : boolean
[run-time name: org/apache/openejb/util/Log4jLog.isErrorEnabled:()Z]
Log4jLog.isFatalEnabled ( ) : boolean
[run-time name: org/apache/openejb/util/Log4jLog.isFatalEnabled:()Z]
Log4jLog.isInfoEnabled ( ) : boolean
[run-time name: org/apache/openejb/util/Log4jLog.isInfoEnabled:()Z]
Log4jLog.isWarningEnabled ( ) : boolean
[run-time name: org/apache/openejb/util/Log4jLog.isWarningEnabled:()Z]
Log4jLog.warning ( String message ) : String
[run-time name: org/apache/openejb/util/Log4jLog.warning:(Ljava/lang/String;)Ljava/lang/String;]
Log4jLog.warning ( String message, Object[ ] args ) : String
[run-time name: org/apache/openejb/util/Log4jLog.warning:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;]
Log4jLog.warning ( String message, Throwable t ) : String
[run-time name: org/apache/openejb/util/Log4jLog.warning:(Ljava/lang/String;Ljava/lang/Throwable;)Ljava/lang/String;]
Log4jLog.warning ( String message, Throwable t, Object[ ] args ) : String
[run-time name: org/apache/openejb/util/Log4jLog.warning:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/Object;)Ljava/lang/String;]
openejb-core-3.1.4.jar, ManagedContainer.class
package org.apache.openejb.core.managed
ManagedContainer.businessMethod ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, Object primKey, Class callInterface, reflect.Method callMethod, Object[ ] args, org.apache.openejb.InterfaceType interfaceType ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedContainer.businessMethod:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;)Ljava/lang/Object;]
ManagedContainer.createEJBObject ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, reflect.Method callMethod, Object[ ] args, org.apache.openejb.InterfaceType interfaceType ) : org.apache.openejb.ProxyInfo
[run-time name: org/apache/openejb/core/managed/ManagedContainer.createEJBObject:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;)Lorg/apache/openejb/ProxyInfo;]
ManagedContainer.deploy ( org.apache.openejb.DeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/core/managed/ManagedContainer.deploy:(Lorg/apache/openejb/DeploymentInfo;)V]
ManagedContainer.deployments ( ) : org.apache.openejb.DeploymentInfo[ ]
[run-time name: org/apache/openejb/core/managed/ManagedContainer.deployments:()[Lorg/apache/openejb/DeploymentInfo;]
ManagedContainer.getDeploymentInfo ( Object deploymentID ) : org.apache.openejb.DeploymentInfo
[run-time name: org/apache/openejb/core/managed/ManagedContainer.getDeploymentInfo:(Ljava/lang/Object;)Lorg/apache/openejb/DeploymentInfo;]
ManagedContainer.removeEJBObject ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, Object primKey, Class callInterface, reflect.Method callMethod, Object[ ] args, org.apache.openejb.InterfaceType interfaceType ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedContainer.removeEJBObject:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;)Ljava/lang/Object;]
ManagedContainer.undeploy ( org.apache.openejb.DeploymentInfo info ) : void
[run-time name: org/apache/openejb/core/managed/ManagedContainer.undeploy:(Lorg/apache/openejb/DeploymentInfo;)V]
openejb-core-3.1.4.jar, ManagedContext.class
package org.apache.openejb.core.managed
ManagedContext.getState ( ) : org.apache.openejb.core.BaseContext.State
[run-time name: org/apache/openejb/core/managed/ManagedContext.getState:()Lorg/apache/openejb/core/BaseContext$State;]
ManagedContext.getStates ( ) [static] : org.apache.openejb.core.BaseContext.State[ ]
[run-time name: org/apache/openejb/core/managed/ManagedContext.getStates:()[Lorg/apache/openejb/core/BaseContext$State;]
openejb-core-3.1.4.jar, ManagedHomeHandler.class
package org.apache.openejb.core.managed
ManagedHomeHandler.createProxy ( Object primaryKey ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedHomeHandler.createProxy:(Ljava/lang/Object;)Ljava/lang/Object;]
ManagedHomeHandler.ManagedHomeHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces )
[run-time name: org/apache/openejb/core/managed/ManagedHomeHandler."<init>":(Lorg/apache/openejb/DeploymentInfo;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)V]
ManagedHomeHandler.newEjbObjectHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces ) : org.apache.openejb.core.ivm.EjbObjectProxyHandler
[run-time name: org/apache/openejb/core/managed/ManagedHomeHandler.newEjbObjectHandler:(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)Lorg/apache/openejb/core/ivm/EjbObjectProxyHandler;]
openejb-core-3.1.4.jar, ManagedObjectHandler.class
package org.apache.openejb.core.managed
ManagedObjectHandler.ManagedObjectHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces )
[run-time name: org/apache/openejb/core/managed/ManagedObjectHandler."<init>":(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)V]
openejb-core-3.1.4.jar, MdbContainer.class
package org.apache.openejb.core.mdb
MdbContainer.beforeDelivery ( org.apache.openejb.core.CoreDeploymentInfo deployInfo, Object instance, reflect.Method method, javax.transaction.xa.XAResource xaResource ) : void
[run-time name: org/apache/openejb/core/mdb/MdbContainer.beforeDelivery:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Object;Ljava/lang/reflect/Method;Ljavax/transaction/xa/XAResource;)V]
MdbContainer.deploy ( org.apache.openejb.DeploymentInfo info ) : void
[run-time name: org/apache/openejb/core/mdb/MdbContainer.deploy:(Lorg/apache/openejb/DeploymentInfo;)V]
MdbContainer.deployments ( ) : org.apache.openejb.DeploymentInfo[ ]
[run-time name: org/apache/openejb/core/mdb/MdbContainer.deployments:()[Lorg/apache/openejb/DeploymentInfo;]
MdbContainer.getDeploymentInfo ( Object deploymentID ) : org.apache.openejb.DeploymentInfo
[run-time name: org/apache/openejb/core/mdb/MdbContainer.getDeploymentInfo:(Ljava/lang/Object;)Lorg/apache/openejb/DeploymentInfo;]
MdbContainer.invoke ( Object instance, reflect.Method method, Object[ ] args ) : Object
[run-time name: org/apache/openejb/core/mdb/MdbContainer.invoke:(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
MdbContainer.release ( org.apache.openejb.core.CoreDeploymentInfo deployInfo, Object instance ) : void
[run-time name: org/apache/openejb/core/mdb/MdbContainer.release:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Object;)V]
MdbContainer.undeploy ( org.apache.openejb.DeploymentInfo info ) : void
[run-time name: org/apache/openejb/core/mdb/MdbContainer.undeploy:(Lorg/apache/openejb/DeploymentInfo;)V]
openejb-core-3.1.4.jar, MdbContext.class
package org.apache.openejb.core.mdb
MdbContext.getState ( ) : org.apache.openejb.core.BaseContext.State
[run-time name: org/apache/openejb/core/mdb/MdbContext.getState:()Lorg/apache/openejb/core/BaseContext$State;]
MdbContext.getStates ( ) [static] : org.apache.openejb.core.BaseContext.State[ ]
[run-time name: org/apache/openejb/core/mdb/MdbContext.getStates:()[Lorg/apache/openejb/core/BaseContext$State;]
openejb-core-3.1.4.jar, MdbInstanceFactory.class
package org.apache.openejb.core.mdb
MdbInstanceFactory.MdbInstanceFactory ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, org.apache.openejb.spi.SecurityService securityService, int instanceLimit )
[run-time name: org/apache/openejb/core/mdb/MdbInstanceFactory."<init>":(Lorg/apache/openejb/core/CoreDeploymentInfo;Lorg/apache/openejb/spi/SecurityService;I)V]
openejb-core-3.1.4.jar, MemoryClassLoader.class
package org.apache.openejb.util
MemoryClassLoader.addJar ( java.util.jar.JarFile jar ) : void
[run-time name: org/apache/openejb/util/MemoryClassLoader.addJar:(Ljava/util/jar/JarFile;)V]
MemoryClassLoader.addJar ( java.util.jar.JarInputStream stream ) : void
[run-time name: org/apache/openejb/util/MemoryClassLoader.addJar:(Ljava/util/jar/JarInputStream;)V]
MemoryClassLoader.equals ( Object o ) : boolean
[run-time name: org/apache/openejb/util/MemoryClassLoader.equals:(Ljava/lang/Object;)Z]
MemoryClassLoader.findClass ( String name ) : Class
[run-time name: org/apache/openejb/util/MemoryClassLoader.findClass:(Ljava/lang/String;)Ljava/lang/Class;]
MemoryClassLoader.findResources ( String name ) : java.util.Enumeration
[run-time name: org/apache/openejb/util/MemoryClassLoader.findResources:(Ljava/lang/String;)Ljava/util/Enumeration;]
MemoryClassLoader.getResource ( String name ) : java.net.URL
[run-time name: org/apache/openejb/util/MemoryClassLoader.getResource:(Ljava/lang/String;)Ljava/net/URL;]
MemoryClassLoader.getResourceAsStream ( String name ) : java.io.InputStream
[run-time name: org/apache/openejb/util/MemoryClassLoader.getResourceAsStream:(Ljava/lang/String;)Ljava/io/InputStream;]
MemoryClassLoader.hashCode ( ) : int
[run-time name: org/apache/openejb/util/MemoryClassLoader.hashCode:()I]
MemoryClassLoader.MemoryClassLoader ( ClassLoader parent, java.util.jar.JarFile file )
[run-time name: org/apache/openejb/util/MemoryClassLoader."<init>":(Ljava/lang/ClassLoader;Ljava/util/jar/JarFile;)V]
MemoryClassLoader.MemoryClassLoader ( ClassLoader parent, java.util.jar.JarFile[ ] file )
[run-time name: org/apache/openejb/util/MemoryClassLoader."<init>":(Ljava/lang/ClassLoader;[Ljava/util/jar/JarFile;)V]
MemoryClassLoader.MemoryClassLoader ( ClassLoader parent, java.util.jar.JarInputStream stream )
[run-time name: org/apache/openejb/util/MemoryClassLoader."<init>":(Ljava/lang/ClassLoader;Ljava/util/jar/JarInputStream;)V]
MemoryClassLoader.MemoryClassLoader ( ClassLoader parent, java.util.jar.JarInputStream[ ] stream )
[run-time name: org/apache/openejb/util/MemoryClassLoader."<init>":(Ljava/lang/ClassLoader;[Ljava/util/jar/JarInputStream;)V]
openejb-core-3.1.4.jar, MemoryTimerStore.class
package org.apache.openejb.core.timer
MemoryTimerStore.createTimer ( EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, Object info, java.util.Date expiration, long intervalDuration ) : TimerData
[run-time name: org/apache/openejb/core/timer/MemoryTimerStore.createTimer:(Lorg/apache/openejb/core/timer/EjbTimerServiceImpl;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Date;J)Lorg/apache/openejb/core/timer/TimerData;]
openejb-core-3.1.4.jar, MethodConcurrencyBuilder.class
package org.apache.openejb.assembler.classic
MethodConcurrencyBuilder.applyConcurrencyAttributes ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, java.util.List methodConcurrencyInfos ) [static] : void
[run-time name: org/apache/openejb/assembler/classic/MethodConcurrencyBuilder.applyConcurrencyAttributes:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/util/List;)V]
MethodConcurrencyBuilder.normalize ( java.util.List infos ) [static] : java.util.List
[run-time name: org/apache/openejb/assembler/classic/MethodConcurrencyBuilder.normalize:(Ljava/util/List;)Ljava/util/List;]
openejb-core-3.1.4.jar, MethodInfoUtil.class
package org.apache.openejb.assembler.classic
MethodInfoUtil.resolveAttributes ( java.util.List infos, org.apache.openejb.DeploymentInfo deploymentInfo ) [static] : java.util.Map
[run-time name: org/apache/openejb/assembler/classic/MethodInfoUtil.resolveAttributes:(Ljava/util/List;Lorg/apache/openejb/DeploymentInfo;)Ljava/util/Map;]
openejb-core-3.1.4.jar, MethodScheduleBuilder.class
package org.apache.openejb.assembler.classic
MethodScheduleBuilder.build ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/assembler/classic/MethodScheduleBuilder.build:(Lorg/apache/openejb/core/CoreDeploymentInfo;)V]
MethodScheduleBuilder.MethodScheduleBuilder ( ClassLoader cl, EjbJarInfo ejbJarInfo )
[run-time name: org/apache/openejb/assembler/classic/MethodScheduleBuilder."<init>":(Ljava/lang/ClassLoader;Lorg/apache/openejb/assembler/classic/EjbJarInfo;)V]
openejb-core-3.1.4.jar, MethodTransactionBuilder.class
package org.apache.openejb.assembler.classic
MethodTransactionBuilder.applyTransactionAttributes ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, java.util.List methodTransactionInfos ) [static] : void
[run-time name: org/apache/openejb/assembler/classic/MethodTransactionBuilder.applyTransactionAttributes:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/util/List;)V]
openejb-core-3.1.4.jar, NullEjbTimerServiceImpl.class
package org.apache.openejb.core.timer
NullEjbTimerServiceImpl.createTimer ( Object primaryKey, java.util.Date expiration, java.io.Serializable info ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/NullEjbTimerServiceImpl.createTimer:(Ljava/lang/Object;Ljava/util/Date;Ljava/io/Serializable;)Ljavax/ejb/Timer;]
NullEjbTimerServiceImpl.createTimer ( Object primaryKey, java.util.Date initialExpiration, long intervalDuration, java.io.Serializable info ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/NullEjbTimerServiceImpl.createTimer:(Ljava/lang/Object;Ljava/util/Date;JLjava/io/Serializable;)Ljavax/ejb/Timer;]
NullEjbTimerServiceImpl.createTimer ( Object primaryKey, long duration, java.io.Serializable info ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/NullEjbTimerServiceImpl.createTimer:(Ljava/lang/Object;JLjava/io/Serializable;)Ljavax/ejb/Timer;]
NullEjbTimerServiceImpl.createTimer ( Object primaryKey, long initialDuration, long intervalDuration, java.io.Serializable info ) : javax.ejb.Timer
[run-time name: org/apache/openejb/core/timer/NullEjbTimerServiceImpl.createTimer:(Ljava/lang/Object;JJLjava/io/Serializable;)Ljavax/ejb/Timer;]
openejb-core-3.1.4.jar, ObjectOutputStream.class
package org.apache.openejb.util.io
ObjectOutputStream.flush ( ) : void
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.flush:()V]
ObjectOutputStream.ObjectOutputStream ( java.io.OutputStream out )
[run-time name: org/apache/openejb/util/io/ObjectOutputStream."<init>":(Ljava/io/OutputStream;)V]
ObjectOutputStream.reset ( ) : void
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.reset:()V]
ObjectOutputStream.serializeObject ( Object obj ) : void
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.serializeObject:(Ljava/lang/Object;)V]
ObjectOutputStream.serializeObject ( Object obj, java.io.OutputStream out ) : void
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.serializeObject:(Ljava/lang/Object;Ljava/io/OutputStream;)V]
ObjectOutputStream.size ( ) : int
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.size:()I]
ObjectOutputStream.toByteArray ( ) : byte[ ]
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.toByteArray:()[B]
ObjectOutputStream.write ( byte[ ] b, int off, int len ) : void
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.write:([BII)V]
ObjectOutputStream.write ( int b ) : void
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.write:(I)V]
ObjectOutputStream.writeBoolean ( boolean v ) : void
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.writeBoolean:(Z)V]
ObjectOutputStream.writeByte ( int v ) : void
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.writeByte:(I)V]
ObjectOutputStream.writeBytes ( String s ) : void
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.writeBytes:(Ljava/lang/String;)V]
ObjectOutputStream.writeChar ( int v ) : void
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.writeChar:(I)V]
ObjectOutputStream.writeChars ( String s ) : void
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.writeChars:(Ljava/lang/String;)V]
ObjectOutputStream.writeDouble ( double v ) : void
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.writeDouble:(D)V]
ObjectOutputStream.writeException ( Throwable th ) : void
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.writeException:(Ljava/lang/Throwable;)V]
ObjectOutputStream.writeFloat ( float v ) : void
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.writeFloat:(F)V]
ObjectOutputStream.writeInt ( int v ) : void
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.writeInt:(I)V]
ObjectOutputStream.writeLong ( long v ) : void
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.writeLong:(J)V]
ObjectOutputStream.writeObject ( Object obj ) : void
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.writeObject:(Ljava/lang/Object;)V]
ObjectOutputStream.writeReset ( ) : void
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.writeReset:()V]
ObjectOutputStream.writeShort ( int v ) : void
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.writeShort:(I)V]
ObjectOutputStream.writeString ( String s ) : void
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.writeString:(Ljava/lang/String;)V]
ObjectOutputStream.writeUTF ( String str ) : void
[run-time name: org/apache/openejb/util/io/ObjectOutputStream.writeUTF:(Ljava/lang/String;)V]
openejb-core-3.1.4.jar, PersistenceBuilder.class
package org.apache.openejb.assembler.classic
PersistenceBuilder.createEntityManagerFactory ( PersistenceUnitInfo info, ClassLoader classLoader ) : javax.persistence.EntityManagerFactory
[run-time name: org/apache/openejb/assembler/classic/PersistenceBuilder.createEntityManagerFactory:(Lorg/apache/openejb/assembler/classic/PersistenceUnitInfo;Ljava/lang/ClassLoader;)Ljavax/persistence/EntityManagerFactory;]
openejb-core-3.1.4.jar, PostConstructSessionState.class
package org.apache.openejb.core
BaseSessionContext.PostConstructSessionState.BaseSessionContext.PostConstructSessionState ( )
[run-time name: org/apache/openejb/core/BaseSessionContext.PostConstructSessionState."<init>":()V]
BaseSessionContext.PostConstructSessionState.getUserTransaction ( javax.transaction.UserTransaction userTransaction ) : javax.transaction.UserTransaction
[run-time name: org/apache/openejb/core/BaseSessionContext.PostConstructSessionState.getUserTransaction:(Ljavax/transaction/UserTransaction;)Ljavax/transaction/UserTransaction;]
openejb-core-3.1.4.jar, ProxyFactory.class
package org.apache.openejb.core.cmp
ProxyFactory.ProxyFactory ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo )
[run-time name: org/apache/openejb/core/cmp/ProxyFactory."<init>":(Lorg/apache/openejb/core/CoreDeploymentInfo;)V]
openejb-core-3.1.4.jar, ProxyInfo.class
package org.apache.openejb
ProxyInfo.getDeploymentInfo ( ) : DeploymentInfo
[run-time name: org/apache/openejb/ProxyInfo.getDeploymentInfo:()Lorg/apache/openejb/DeploymentInfo;]
ProxyInfo.ProxyInfo ( DeploymentInfo depInfo, Object pk )
[run-time name: org/apache/openejb/ProxyInfo."<init>":(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;)V]
ProxyInfo.ProxyInfo ( DeploymentInfo deploymentInfo, Object primaryKey, java.util.List interfaces, InterfaceType proxyType )
[run-time name: org/apache/openejb/ProxyInfo."<init>":(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;Ljava/util/List;Lorg/apache/openejb/InterfaceType;)V]
openejb-core-3.1.4.jar, RpcContainerWrapper.class
package org.apache.openejb.core
RpcContainerWrapper.deploy ( org.apache.openejb.DeploymentInfo info ) : void
[run-time name: org/apache/openejb/core/RpcContainerWrapper.deploy:(Lorg/apache/openejb/DeploymentInfo;)V]
RpcContainerWrapper.deployments ( ) : org.apache.openejb.DeploymentInfo[ ]
[run-time name: org/apache/openejb/core/RpcContainerWrapper.deployments:()[Lorg/apache/openejb/DeploymentInfo;]
RpcContainerWrapper.getDeploymentInfo ( Object deploymentID ) : org.apache.openejb.DeploymentInfo
[run-time name: org/apache/openejb/core/RpcContainerWrapper.getDeploymentInfo:(Ljava/lang/Object;)Lorg/apache/openejb/DeploymentInfo;]
RpcContainerWrapper.undeploy ( org.apache.openejb.DeploymentInfo info ) : void
[run-time name: org/apache/openejb/core/RpcContainerWrapper.undeploy:(Lorg/apache/openejb/DeploymentInfo;)V]
openejb-core-3.1.4.jar, ScheduleData.class
package org.apache.openejb.core.timer
ScheduleData.getExression ( ) : javax.ejb.ScheduleExpression
[run-time name: org/apache/openejb/core/timer/ScheduleData.getExression:()Ljavax/ejb/ScheduleExpression;]
openejb-core-3.1.4.jar, SerializableEnumeration.class
package org.apache.openejb.util
SerializableEnumeration.hasMoreElements ( ) : boolean
[run-time name: org/apache/openejb/util/SerializableEnumeration.hasMoreElements:()Z]
SerializableEnumeration.nextElement ( ) : Object
[run-time name: org/apache/openejb/util/SerializableEnumeration.nextElement:()Ljava/lang/Object;]
SerializableEnumeration.SerializableEnumeration ( Object[ ] values )
[run-time name: org/apache/openejb/util/SerializableEnumeration."<init>":([Ljava/lang/Object;)V]
openejb-core-3.1.4.jar, SerializationCallbacks.class
package org.apache.openejb.util
SerializationCallbacks.readResolve ( ) : Object
[run-time name: org/apache/openejb/util/SerializationCallbacks.readResolve:()Ljava/lang/Object;]
SerializationCallbacks.SerializationCallbacks ( )
[run-time name: org/apache/openejb/util/SerializationCallbacks."<init>":()V]
SerializationCallbacks.writeReplace ( ) : Object
[run-time name: org/apache/openejb/util/SerializationCallbacks.writeReplace:()Ljava/lang/Object;]
openejb-core-3.1.4.jar, SessionState.class
package org.apache.openejb.core
BaseSessionContext.SessionState.BaseSessionContext.SessionState ( )
[run-time name: org/apache/openejb/core/BaseSessionContext.SessionState."<init>":()V]
BaseSessionContext.SessionState.getBusinessObject ( Class interfce ) : Object
[run-time name: org/apache/openejb/core/BaseSessionContext.SessionState.getBusinessObject:(Ljava/lang/Class;)Ljava/lang/Object;]
BaseSessionContext.SessionState.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/BaseSessionContext.SessionState.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
BaseSessionContext.SessionState.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/BaseSessionContext.SessionState.getEJBObject:()Ljavax/ejb/EJBObject;]
BaseSessionContext.SessionState.getInvokedBusinessInterface ( ) : Class
[run-time name: org/apache/openejb/core/BaseSessionContext.SessionState.getInvokedBusinessInterface:()Ljava/lang/Class;]
BaseSessionContext.SessionState.getMessageContext ( ) : javax.xml.rpc.handler.MessageContext
[run-time name: org/apache/openejb/core/BaseSessionContext.SessionState.getMessageContext:()Ljavax/xml/rpc/handler/MessageContext;]
openejb-core-3.1.4.jar, Set.class
package org.apache.openejb.util
VersionedSet.Set.add ( Object o ) : boolean
[run-time name: org/apache/openejb/util/VersionedSet.Set.add:(Ljava/lang/Object;)Z]
VersionedSet.Set.addAll ( java.util.Collection c ) : boolean
[run-time name: org/apache/openejb/util/VersionedSet.Set.addAll:(Ljava/util/Collection;)Z]
VersionedSet.Set.clear ( ) : void
[run-time name: org/apache/openejb/util/VersionedSet.Set.clear:()V]
VersionedSet.Set.contains ( Object o ) : boolean
[run-time name: org/apache/openejb/util/VersionedSet.Set.contains:(Ljava/lang/Object;)Z]
VersionedSet.Set.containsAll ( java.util.Collection c ) : boolean
[run-time name: org/apache/openejb/util/VersionedSet.Set.containsAll:(Ljava/util/Collection;)Z]
VersionedSet.Set.equals ( Object o ) : boolean
[run-time name: org/apache/openejb/util/VersionedSet.Set.equals:(Ljava/lang/Object;)Z]
VersionedSet.Set.getVersion ( ) : int
[run-time name: org/apache/openejb/util/VersionedSet.Set.getVersion:()I]
VersionedSet.Set.hashCode ( ) : int
[run-time name: org/apache/openejb/util/VersionedSet.Set.hashCode:()I]
VersionedSet.Set.isEmpty ( ) : boolean
[run-time name: org/apache/openejb/util/VersionedSet.Set.isEmpty:()Z]
VersionedSet.Set.iterator ( ) : java.util.Iterator
[run-time name: org/apache/openejb/util/VersionedSet.Set.iterator:()Ljava/util/Iterator;]
VersionedSet.Set.remove ( Object o ) : boolean
[run-time name: org/apache/openejb/util/VersionedSet.Set.remove:(Ljava/lang/Object;)Z]
VersionedSet.Set.removeAll ( java.util.Collection c ) : boolean
[run-time name: org/apache/openejb/util/VersionedSet.Set.removeAll:(Ljava/util/Collection;)Z]
VersionedSet.Set.retainAll ( java.util.Collection c ) : boolean
[run-time name: org/apache/openejb/util/VersionedSet.Set.retainAll:(Ljava/util/Collection;)Z]
VersionedSet.Set.size ( ) : int
[run-time name: org/apache/openejb/util/VersionedSet.Set.size:()I]
VersionedSet.Set.toArray ( ) : Object[ ]
[run-time name: org/apache/openejb/util/VersionedSet.Set.toArray:()[Ljava/lang/Object;]
VersionedSet.Set.toArray ( Object[ ] a ) : Object[ ]
[run-time name: org/apache/openejb/util/VersionedSet.Set.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;]
openejb-core-3.1.4.jar, SimpleCache.class
package org.apache.openejb.core.stateful
SimpleCache.setTimeOut ( long timeOut ) : void
[run-time name: org/apache/openejb/core/stateful/SimpleCache.setTimeOut:(J)V]
openejb-core-3.1.4.jar, SingletonContainer.class
package org.apache.openejb.core.singleton
SingletonContainer.createEJBObject ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, reflect.Method callMethod ) : org.apache.openejb.ProxyInfo
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.createEJBObject:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/reflect/Method;)Lorg/apache/openejb/ProxyInfo;]
SingletonContainer.deploy ( org.apache.openejb.DeploymentInfo info ) : void
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.deploy:(Lorg/apache/openejb/DeploymentInfo;)V]
SingletonContainer.deployments ( ) : org.apache.openejb.DeploymentInfo[ ]
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.deployments:()[Lorg/apache/openejb/DeploymentInfo;]
SingletonContainer.getDeploymentInfo ( Object deploymentID ) : org.apache.openejb.DeploymentInfo
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.getDeploymentInfo:(Ljava/lang/Object;)Lorg/apache/openejb/DeploymentInfo;]
SingletonContainer.getInstanceManager ( ) : SingletonInstanceManager
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.getInstanceManager:()Lorg/apache/openejb/core/singleton/SingletonInstanceManager;]
SingletonContainer.undeploy ( org.apache.openejb.DeploymentInfo info ) : void
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.undeploy:(Lorg/apache/openejb/DeploymentInfo;)V]
openejb-core-3.1.4.jar, SingletonContext.class
package org.apache.openejb.core.singleton
SingletonContext.getState ( ) : org.apache.openejb.core.BaseContext.State
[run-time name: org/apache/openejb/core/singleton/SingletonContext.getState:()Lorg/apache/openejb/core/BaseContext$State;]
SingletonContext.getStates ( ) [static] : org.apache.openejb.core.BaseContext.State[ ]
[run-time name: org/apache/openejb/core/singleton/SingletonContext.getStates:()[Lorg/apache/openejb/core/BaseContext$State;]
openejb-core-3.1.4.jar, SingletonEjbHomeHandler.class
package org.apache.openejb.core.singleton
SingletonEjbHomeHandler.newEjbObjectHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces ) : org.apache.openejb.core.ivm.EjbObjectProxyHandler
[run-time name: org/apache/openejb/core/singleton/SingletonEjbHomeHandler.newEjbObjectHandler:(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)Lorg/apache/openejb/core/ivm/EjbObjectProxyHandler;]
SingletonEjbHomeHandler.SingletonEjbHomeHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces )
[run-time name: org/apache/openejb/core/singleton/SingletonEjbHomeHandler."<init>":(Lorg/apache/openejb/DeploymentInfo;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)V]
openejb-core-3.1.4.jar, SingletonEjbObjectHandler.class
package org.apache.openejb.core.singleton
SingletonEjbObjectHandler.SingletonEjbObjectHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces )
[run-time name: org/apache/openejb/core/singleton/SingletonEjbObjectHandler."<init>":(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)V]
openejb-core-3.1.4.jar, SingletonInstanceManager.class
package org.apache.openejb.core.singleton
SingletonInstanceManager.deploy ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/core/singleton/SingletonInstanceManager.deploy:(Lorg/apache/openejb/core/CoreDeploymentInfo;)V]
SingletonInstanceManager.undeploy ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/core/singleton/SingletonInstanceManager.undeploy:(Lorg/apache/openejb/core/CoreDeploymentInfo;)V]
openejb-core-3.1.4.jar, State.class
package org.apache.openejb.core
BaseContext.State.getCallerPrincipal ( org.apache.openejb.spi.SecurityService securityService ) : java.security.Principal
[run-time name: org/apache/openejb/core/BaseContext.State.getCallerPrincipal:(Lorg/apache/openejb/spi/SecurityService;)Ljava/security/Principal;]
BaseContext.State.getEJBHome ( ) : javax.ejb.EJBHome
[run-time name: org/apache/openejb/core/BaseContext.State.getEJBHome:()Ljavax/ejb/EJBHome;]
BaseContext.State.getEJBLocalHome ( ) : javax.ejb.EJBLocalHome
[run-time name: org/apache/openejb/core/BaseContext.State.getEJBLocalHome:()Ljavax/ejb/EJBLocalHome;]
BaseContext.State.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/BaseContext.State.getRollbackOnly:()Z]
BaseContext.State.getTimerService ( ) : javax.ejb.TimerService
[run-time name: org/apache/openejb/core/BaseContext.State.getTimerService:()Ljavax/ejb/TimerService;]
BaseContext.State.getUserTransaction ( javax.transaction.UserTransaction userTransaction ) : javax.transaction.UserTransaction
[run-time name: org/apache/openejb/core/BaseContext.State.getUserTransaction:(Ljavax/transaction/UserTransaction;)Ljavax/transaction/UserTransaction;]
BaseContext.State.isCallerInRole ( org.apache.openejb.spi.SecurityService securityService, String roleName ) : boolean
[run-time name: org/apache/openejb/core/BaseContext.State.isCallerInRole:(Lorg/apache/openejb/spi/SecurityService;Ljava/lang/String;)Z]
BaseContext.State.isEntityManagerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseContext.State.isEntityManagerAccessAllowed:()Z]
BaseContext.State.isEntityManagerFactoryAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseContext.State.isEntityManagerFactoryAccessAllowed:()Z]
BaseContext.State.isJNDIAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseContext.State.isJNDIAccessAllowed:()Z]
BaseContext.State.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseContext.State.isMessageContextAccessAllowed:()Z]
BaseContext.State.isTimerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseContext.State.isTimerAccessAllowed:()Z]
BaseContext.State.isTimerMethodAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseContext.State.isTimerMethodAllowed:()Z]
BaseContext.State.isUserTransactionAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseContext.State.isUserTransactionAccessAllowed:()Z]
BaseContext.State.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/BaseContext.State.setRollbackOnly:()V]
openejb-core-3.1.4.jar, StatefulContainer.class
package org.apache.openejb.core.stateful
StatefulContainer.businessMethod ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, Object primKey, Class callInterface, reflect.Method callMethod, Object[ ] args, org.apache.openejb.InterfaceType interfaceType ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.businessMethod:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;)Ljava/lang/Object;]
StatefulContainer.createEJBObject ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, reflect.Method callMethod, Object[ ] args, org.apache.openejb.InterfaceType interfaceType ) : org.apache.openejb.ProxyInfo
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.createEJBObject:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;)Lorg/apache/openejb/ProxyInfo;]
StatefulContainer.deploy ( org.apache.openejb.DeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.deploy:(Lorg/apache/openejb/DeploymentInfo;)V]
StatefulContainer.deployments ( ) : org.apache.openejb.DeploymentInfo[ ]
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.deployments:()[Lorg/apache/openejb/DeploymentInfo;]
StatefulContainer.getDeploymentInfo ( Object deploymentID ) : org.apache.openejb.DeploymentInfo
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.getDeploymentInfo:(Ljava/lang/Object;)Lorg/apache/openejb/DeploymentInfo;]
StatefulContainer.removeEJBObject ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, Object primKey, Class callInterface, reflect.Method callMethod, Object[ ] args, org.apache.openejb.InterfaceType interfaceType ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.removeEJBObject:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;)Ljava/lang/Object;]
StatefulContainer.undeploy ( org.apache.openejb.DeploymentInfo info ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.undeploy:(Lorg/apache/openejb/DeploymentInfo;)V]
openejb-core-3.1.4.jar, StatefulContext.class
package org.apache.openejb.core.stateful
StatefulContext.getState ( ) : org.apache.openejb.core.BaseContext.State
[run-time name: org/apache/openejb/core/stateful/StatefulContext.getState:()Lorg/apache/openejb/core/BaseContext$State;]
StatefulContext.getStates ( ) [static] : org.apache.openejb.core.BaseContext.State[ ]
[run-time name: org/apache/openejb/core/stateful/StatefulContext.getStates:()[Lorg/apache/openejb/core/BaseContext$State;]
openejb-core-3.1.4.jar, StatefulEjbHomeHandler.class
package org.apache.openejb.core.stateful
StatefulEjbHomeHandler.createProxy ( Object primaryKey ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulEjbHomeHandler.createProxy:(Ljava/lang/Object;)Ljava/lang/Object;]
StatefulEjbHomeHandler.newEjbObjectHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces ) : org.apache.openejb.core.ivm.EjbObjectProxyHandler
[run-time name: org/apache/openejb/core/stateful/StatefulEjbHomeHandler.newEjbObjectHandler:(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)Lorg/apache/openejb/core/ivm/EjbObjectProxyHandler;]
StatefulEjbHomeHandler.StatefulEjbHomeHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces )
[run-time name: org/apache/openejb/core/stateful/StatefulEjbHomeHandler."<init>":(Lorg/apache/openejb/DeploymentInfo;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)V]
openejb-core-3.1.4.jar, StatefulEjbObjectHandler.class
package org.apache.openejb.core.stateful
StatefulEjbObjectHandler.StatefulEjbObjectHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces )
[run-time name: org/apache/openejb/core/stateful/StatefulEjbObjectHandler."<init>":(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)V]
openejb-core-3.1.4.jar, StatelessContainer.class
package org.apache.openejb.core.stateless
StatelessContainer.createEJBObject ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, reflect.Method callMethod ) : org.apache.openejb.ProxyInfo
[run-time name: org/apache/openejb/core/stateless/StatelessContainer.createEJBObject:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/reflect/Method;)Lorg/apache/openejb/ProxyInfo;]
StatelessContainer.deploy ( org.apache.openejb.DeploymentInfo info ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainer.deploy:(Lorg/apache/openejb/DeploymentInfo;)V]
StatelessContainer.deployments ( ) : org.apache.openejb.DeploymentInfo[ ]
[run-time name: org/apache/openejb/core/stateless/StatelessContainer.deployments:()[Lorg/apache/openejb/DeploymentInfo;]
StatelessContainer.getDeploymentInfo ( Object deploymentID ) : org.apache.openejb.DeploymentInfo
[run-time name: org/apache/openejb/core/stateless/StatelessContainer.getDeploymentInfo:(Ljava/lang/Object;)Lorg/apache/openejb/DeploymentInfo;]
StatelessContainer.undeploy ( org.apache.openejb.DeploymentInfo info ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainer.undeploy:(Lorg/apache/openejb/DeploymentInfo;)V]
openejb-core-3.1.4.jar, StatelessContext.class
package org.apache.openejb.core.stateless
StatelessContext.getState ( ) : org.apache.openejb.core.BaseContext.State
[run-time name: org/apache/openejb/core/stateless/StatelessContext.getState:()Lorg/apache/openejb/core/BaseContext$State;]
StatelessContext.getStates ( ) [static] : org.apache.openejb.core.BaseContext.State[ ]
[run-time name: org/apache/openejb/core/stateless/StatelessContext.getStates:()[Lorg/apache/openejb/core/BaseContext$State;]
openejb-core-3.1.4.jar, StatelessEjbHomeHandler.class
package org.apache.openejb.core.stateless
StatelessEjbHomeHandler.newEjbObjectHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces ) : org.apache.openejb.core.ivm.EjbObjectProxyHandler
[run-time name: org/apache/openejb/core/stateless/StatelessEjbHomeHandler.newEjbObjectHandler:(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)Lorg/apache/openejb/core/ivm/EjbObjectProxyHandler;]
StatelessEjbHomeHandler.StatelessEjbHomeHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces )
[run-time name: org/apache/openejb/core/stateless/StatelessEjbHomeHandler."<init>":(Lorg/apache/openejb/DeploymentInfo;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)V]
openejb-core-3.1.4.jar, StatelessEjbObjectHandler.class
package org.apache.openejb.core.stateless
StatelessEjbObjectHandler.StatelessEjbObjectHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces )
[run-time name: org/apache/openejb/core/stateless/StatelessEjbObjectHandler."<init>":(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)V]
openejb-core-3.1.4.jar, StatelessInstanceManager.class
package org.apache.openejb.core.stateless
StatelessInstanceManager.deploy ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessInstanceManager.deploy:(Lorg/apache/openejb/core/CoreDeploymentInfo;)V]
StatelessInstanceManager.undeploy ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessInstanceManager.undeploy:(Lorg/apache/openejb/core/CoreDeploymentInfo;)V]
openejb-core-3.1.4.jar, StringUtilities.class
package org.apache.openejb.util
StringUtilities.blankToNullString ( String stringToCheckForBlank ) [static] : String
[run-time name: org/apache/openejb/util/StringUtilities.blankToNullString:(Ljava/lang/String;)Ljava/lang/String;]
StringUtilities.checkNullBlankString ( String stringToCheck ) [static] : boolean
[run-time name: org/apache/openejb/util/StringUtilities.checkNullBlankString:(Ljava/lang/String;)Z]
StringUtilities.createMethodString ( reflect.Method method, String lineBreak ) [static] : String
[run-time name: org/apache/openejb/util/StringUtilities.createMethodString:(Ljava/lang/reflect/Method;Ljava/lang/String;)Ljava/lang/String;]
StringUtilities.getLastToken ( String tokenString, String delimeter ) [static] : String
[run-time name: org/apache/openejb/util/StringUtilities.getLastToken:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
StringUtilities.nullToBlankString ( String stringToCheckForNull ) [static] : String
[run-time name: org/apache/openejb/util/StringUtilities.nullToBlankString:(Ljava/lang/String;)Ljava/lang/String;]
StringUtilities.replaceNullOrBlankStringWithNonBreakingSpace ( String stringToCheckForNull ) [static] : String
[run-time name: org/apache/openejb/util/StringUtilities.replaceNullOrBlankStringWithNonBreakingSpace:(Ljava/lang/String;)Ljava/lang/String;]
StringUtilities.stringArrayToCommaDelimitedStringList ( String[ ] stringArray ) [static] : String
[run-time name: org/apache/openejb/util/StringUtilities.stringArrayToCommaDelimitedStringList:([Ljava/lang/String;)Ljava/lang/String;]
openejb-core-3.1.4.jar, SynchronizationWrapper.class
package org.apache.openejb.core.entity
EntityInstanceManager.SynchronizationWrapper.EntityInstanceManager.SynchronizationWrapper ( EntityInstanceManager deploymentInfo, org.apache.openejb.core.CoreDeploymentInfo primaryKey, Object bean, javax.ejb.EntityBean available, boolean readyPoolKey, EntityInstanceManager.Key txPolicy, org.apache.openejb.core.transaction.TransactionPolicy p7 )
[run-time name: org/apache/openejb/core/entity/EntityInstanceManager.SynchronizationWrapper."<init>":(Lorg/apache/openejb/core/entity/EntityInstanceManager;Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Object;Ljavax/ejb/EntityBean;ZLorg/apache/openejb/core/entity/EntityInstanceManager$Key;Lorg/apache/openejb/core/transaction/TransactionPolicy;)V]
openejb-core-3.1.4.jar, TemplatedStrategy.class
package org.apache.openejb.assembler.classic
JndiBuilder.TemplatedStrategy.begin ( org.apache.openejb.DeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/assembler/classic/JndiBuilder.TemplatedStrategy.begin:(Lorg/apache/openejb/DeploymentInfo;)V]
JndiBuilder.TemplatedStrategy.getName ( Class interfce, JndiBuilder.JndiNameStrategy.Interface type ) : String
[run-time name: org/apache/openejb/assembler/classic/JndiBuilder.TemplatedStrategy.getName:(Ljava/lang/Class;Lorg/apache/openejb/assembler/classic/JndiBuilder$JndiNameStrategy$Interface;)Ljava/lang/String;]
openejb-core-3.1.4.jar, ThreadContext.class
package org.apache.openejb.core
ThreadContext.getDeploymentInfo ( ) : CoreDeploymentInfo
[run-time name: org/apache/openejb/core/ThreadContext.getDeploymentInfo:()Lorg/apache/openejb/core/CoreDeploymentInfo;]
ThreadContext.ThreadContext ( CoreDeploymentInfo deploymentInfo, Object primaryKey )
[run-time name: org/apache/openejb/core/ThreadContext."<init>":(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Object;)V]
ThreadContext.ThreadContext ( CoreDeploymentInfo deploymentInfo, Object primaryKey, Operation operation )
[run-time name: org/apache/openejb/core/ThreadContext."<init>":(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Object;Lorg/apache/openejb/core/Operation;)V]
openejb-core-3.1.4.jar, TimeoutSessionState.class
package org.apache.openejb.core
BaseSessionContext.TimeoutSessionState.BaseSessionContext.TimeoutSessionState ( )
[run-time name: org/apache/openejb/core/BaseSessionContext.TimeoutSessionState."<init>":()V]
BaseSessionContext.TimeoutSessionState.getBusinessObject ( Class x0 ) : Object
[run-time name: org/apache/openejb/core/BaseSessionContext.TimeoutSessionState.getBusinessObject:(Ljava/lang/Class;)Ljava/lang/Object;]
BaseSessionContext.TimeoutSessionState.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/BaseSessionContext.TimeoutSessionState.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
BaseSessionContext.TimeoutSessionState.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/BaseSessionContext.TimeoutSessionState.getEJBObject:()Ljavax/ejb/EJBObject;]
BaseSessionContext.TimeoutSessionState.getInvokedBusinessInterface ( ) : Class
[run-time name: org/apache/openejb/core/BaseSessionContext.TimeoutSessionState.getInvokedBusinessInterface:()Ljava/lang/Class;]
BaseSessionContext.TimeoutSessionState.getMessageContext ( ) : javax.xml.rpc.handler.MessageContext
[run-time name: org/apache/openejb/core/BaseSessionContext.TimeoutSessionState.getMessageContext:()Ljavax/xml/rpc/handler/MessageContext;]
BaseSessionContext.TimeoutSessionState.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.TimeoutSessionState.isMessageContextAccessAllowed:()Z]
openejb-core-3.1.4.jar, TimerData.class
package org.apache.openejb.core.timer
TimerData.getExpiration ( ) : java.util.Date
[run-time name: org/apache/openejb/core/timer/TimerData.getExpiration:()Ljava/util/Date;]
TimerData.getIntervalDuration ( ) : long
[run-time name: org/apache/openejb/core/timer/TimerData.getIntervalDuration:()J]
TimerData.getTimerTask ( ) : java.util.TimerTask
[run-time name: org/apache/openejb/core/timer/TimerData.getTimerTask:()Ljava/util/TimerTask;]
TimerData.isOneTime ( ) : boolean
[run-time name: org/apache/openejb/core/timer/TimerData.isOneTime:()Z]
TimerData.setTimerTask ( java.util.TimerTask timerTask ) : void
[run-time name: org/apache/openejb/core/timer/TimerData.setTimerTask:(Ljava/util/TimerTask;)V]
TimerData.TimerData ( long id, EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, Object info, java.util.Date expiration, long intervalDuration )
[run-time name: org/apache/openejb/core/timer/TimerData."<init>":(JLorg/apache/openejb/core/timer/EjbTimerServiceImpl;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Date;J)V]
openejb-core-3.1.4.jar, TimerServiceImpl.class
package org.apache.openejb.core.timer
TimerServiceImpl.TimerServiceImpl ( EjbTimerService ejbTimerService, Object primaryKey )
[run-time name: org/apache/openejb/core/timer/TimerServiceImpl."<init>":(Lorg/apache/openejb/core/timer/EjbTimerService;Ljava/lang/Object;)V]
openejb-core-3.1.4.jar, TimerStore.class
package org.apache.openejb.core.timer
TimerStore.createTimer ( EjbTimerServiceImpl p1, String p2, Object p3, Object p4, java.util.Date p5, long p6 ) [abstract] : TimerData
[run-time name: org/apache/openejb/core/timer/TimerStore.createTimer:(Lorg/apache/openejb/core/timer/EjbTimerServiceImpl;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Date;J)Lorg/apache/openejb/core/timer/TimerData;]
openejb-core-3.1.4.jar, TransactionUtils.class
package org.apache.openejb.util
TransactionUtils.getTransactionIfActive ( javax.transaction.TransactionManager transactionManager ) [static] : javax.transaction.Transaction
[run-time name: org/apache/openejb/util/TransactionUtils.getTransactionIfActive:(Ljavax/transaction/TransactionManager;)Ljavax/transaction/Transaction;]
TransactionUtils.isActive ( javax.transaction.Transaction transaction ) [static] : boolean
[run-time name: org/apache/openejb/util/TransactionUtils.isActive:(Ljavax/transaction/Transaction;)Z]
TransactionUtils.isTransactionActive ( javax.transaction.TransactionManager transactionManager ) [static] : boolean
[run-time name: org/apache/openejb/util/TransactionUtils.isTransactionActive:(Ljavax/transaction/TransactionManager;)Z]
openejb-core-3.1.4.jar, Unit.class
package org.apache.openejb.util
Duration.Unit.valueOf ( String name ) [static] : Duration.Unit
[run-time name: org/apache/openejb/util/Duration.Unit.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/util/Duration$Unit;]
Duration.Unit.values ( ) [static] : Duration.Unit[ ]
[run-time name: org/apache/openejb/util/Duration.Unit.values:()[Lorg/apache/openejb/util/Duration$Unit;]
openejb-core-3.1.4.jar, ValidationContext.class
package org.apache.openejb.config
ValidationContext.getJarPath ( ) : String
[run-time name: org/apache/openejb/config/ValidationContext.getJarPath:()Ljava/lang/String;]
openejb-core-3.1.4.jar, ValidationFailedException.class
package org.apache.openejb.config
ValidationFailedException.getJarPath ( ) : String
[run-time name: org/apache/openejb/config/ValidationFailedException.getJarPath:()Ljava/lang/String;]
openejb-core-3.1.4.jar, ValidationResults.class
package org.apache.openejb.config
ValidationResults.getJarPath ( ) [abstract] : String
[run-time name: org/apache/openejb/config/ValidationResults.getJarPath:()Ljava/lang/String;]
openejb-core-3.1.4.jar, VersionedSet.class
package org.apache.openejb.util
VersionedSet.add ( Object o ) : boolean
[run-time name: org/apache/openejb/util/VersionedSet.add:(Ljava/lang/Object;)Z]
VersionedSet.currentSet ( ) : VersionedSet.Set
[run-time name: org/apache/openejb/util/VersionedSet.currentSet:()Lorg/apache/openejb/util/VersionedSet$Set;]
VersionedSet.remove ( Object o ) : boolean
[run-time name: org/apache/openejb/util/VersionedSet.remove:(Ljava/lang/Object;)Z]
VersionedSet.VersionedSet ( )
[run-time name: org/apache/openejb/util/VersionedSet."<init>":()V]
openejb-core-3.1.4.jar, WebDeploymentInfo.class
package org.apache.openejb.core
WebDeploymentInfo.getClassLoader ( ) [abstract] : ClassLoader
[run-time name: org/apache/openejb/core/WebDeploymentInfo.getClassLoader:()Ljava/lang/ClassLoader;]
WebDeploymentInfo.getId ( ) [abstract] : String
[run-time name: org/apache/openejb/core/WebDeploymentInfo.getId:()Ljava/lang/String;]
WebDeploymentInfo.getInjections ( ) [abstract] : java.util.Collection
[run-time name: org/apache/openejb/core/WebDeploymentInfo.getInjections:()Ljava/util/Collection;]
WebDeploymentInfo.getJndiEnc ( ) [abstract] : javax.naming.Context
[run-time name: org/apache/openejb/core/WebDeploymentInfo.getJndiEnc:()Ljavax/naming/Context;]
openejb-core-3.1.4.jar, WebModule.class
package org.apache.openejb.config
WebModule.getFinder ( ) : org.apache.xbean.finder.ClassFinder
[run-time name: org/apache/openejb/config/WebModule.getFinder:()Lorg/apache/xbean/finder/ClassFinder;]
WebModule.setFinder ( org.apache.xbean.finder.ClassFinder finder ) : void
[run-time name: org/apache/openejb/config/WebModule.setFinder:(Lorg/apache/xbean/finder/ClassFinder;)V]
WebModule.setJarLocation ( String jarLocation ) : void
[run-time name: org/apache/openejb/config/WebModule.setJarLocation:(Ljava/lang/String;)V]
openejb-core-3.1.4.jar, WikiGenerator.class
package org.apache.openejb.config.sys
WikiGenerator.generate ( java.io.PrintWriter out ) : void
[run-time name: org/apache/openejb/config/sys/WikiGenerator.generate:(Ljava/io/PrintWriter;)V]
WikiGenerator.WikiGenerator ( ServicesJar servicesJar )
[run-time name: org/apache/openejb/config/sys/WikiGenerator."<init>":(Lorg/apache/openejb/config/sys/ServicesJar;)V]
WikiGenerator.WikiGenerator ( String providerName )
[run-time name: org/apache/openejb/config/sys/WikiGenerator."<init>":(Ljava/lang/String;)V]
openejb-cxf-3.1.4.jar, BackChannelConduit.class
package org.apache.openejb.server.cxf
HttpDestination.BackChannelConduit.close ( ) : void
[run-time name: org/apache/openejb/server/cxf/HttpDestination.BackChannelConduit.close:()V]
HttpDestination.BackChannelConduit.close ( org.apache.cxf.message.Message msg ) : void
[run-time name: org/apache/openejb/server/cxf/HttpDestination.BackChannelConduit.close:(Lorg/apache/cxf/message/Message;)V]
HttpDestination.BackChannelConduit.getBackChannel ( ) : org.apache.cxf.transport.Destination
[run-time name: org/apache/openejb/server/cxf/HttpDestination.BackChannelConduit.getBackChannel:()Lorg/apache/cxf/transport/Destination;]
HttpDestination.BackChannelConduit.getTarget ( ) : org.apache.cxf.ws.addressing.EndpointReferenceType
[run-time name: org/apache/openejb/server/cxf/HttpDestination.BackChannelConduit.getTarget:()Lorg/apache/cxf/ws/addressing/EndpointReferenceType;]
HttpDestination.BackChannelConduit.prepare ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/openejb/server/cxf/HttpDestination.BackChannelConduit.prepare:(Lorg/apache/cxf/message/Message;)V]
HttpDestination.BackChannelConduit.send ( org.apache.cxf.message.Message message ) : void
[run-time name: org/apache/openejb/server/cxf/HttpDestination.BackChannelConduit.send:(Lorg/apache/cxf/message/Message;)V]
HttpDestination.BackChannelConduit.setMessageObserver ( org.apache.cxf.transport.MessageObserver observer ) : void
[run-time name: org/apache/openejb/server/cxf/HttpDestination.BackChannelConduit.setMessageObserver:(Lorg/apache/cxf/transport/MessageObserver;)V]
openejb-cxf-3.1.4.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, 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/openejb/server/cxf/HttpTransportFactory;)V]
CxfEndpoint.getWsdlURL ( java.net.URL configurationBaseUrl, String wsdlFile ) : java.net.URL
[run-time name: org/apache/openejb/server/cxf/CxfEndpoint.getWsdlURL:(Ljava/net/URL;Ljava/lang/String;)Ljava/net/URL;]
openejb-cxf-3.1.4.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.DeploymentInfo deploymentInfo ) : 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/DeploymentInfo;)Lorg/apache/openejb/server/httpd/HttpListener;]
openejb-cxf-3.1.4.jar, CxfWsContainer.class
package org.apache.openejb.server.cxf
CxfWsContainer.getBus ( ) [static] : org.apache.cxf.Bus
[run-time name: org/apache/openejb/server/cxf/CxfWsContainer.getBus:()Lorg/apache/cxf/Bus;]
CxfWsContainer.getDefaultBus ( ) [static] : org.apache.cxf.Bus
[run-time name: org/apache/openejb/server/cxf/CxfWsContainer.getDefaultBus:()Lorg/apache/cxf/Bus;]
CxfWsContainer.processGET ( org.apache.openejb.server.httpd.HttpRequest request, org.apache.openejb.server.httpd.HttpResponse response ) : void
[run-time name: org/apache/openejb/server/cxf/CxfWsContainer.processGET:(Lorg/apache/openejb/server/httpd/HttpRequest;Lorg/apache/openejb/server/httpd/HttpResponse;)V]
CxfWsContainer.processPOST ( org.apache.openejb.server.httpd.HttpRequest request, org.apache.openejb.server.httpd.HttpResponse response ) : void
[run-time name: org/apache/openejb/server/cxf/CxfWsContainer.processPOST:(Lorg/apache/openejb/server/httpd/HttpRequest;Lorg/apache/openejb/server/httpd/HttpResponse;)V]
openejb-cxf-3.1.4.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.DeploymentInfo deploymentInfo, org.apache.openejb.server.cxf.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/DeploymentInfo;Lorg/apache/openejb/server/cxf/HttpTransportFactory;)V]
openejb-cxf-3.1.4.jar, EjbMethodInvoker.class
package org.apache.openejb.server.cxf.ejb
EjbMethodInvoker.EjbMethodInvoker ( org.apache.cxf.Bus bus, org.apache.openejb.DeploymentInfo deploymentInfo )
[run-time name: org/apache/openejb/server/cxf/ejb/EjbMethodInvoker."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/openejb/DeploymentInfo;)V]
openejb-cxf-3.1.4.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.DeploymentInfo deploymentInfo )
[run-time name: org/apache/openejb/server/cxf/ejb/EjbWsContainer."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/openejb/core/webservices/PortData;Lorg/apache/openejb/DeploymentInfo;)V]
openejb-cxf-3.1.4.jar, HttpDestination.class
package org.apache.openejb.server.cxf
HttpDestination.copyRequestHeaders ( org.apache.cxf.message.Message message, java.util.Map headers ) : void
[run-time name: org/apache/openejb/server/cxf/HttpDestination.copyRequestHeaders:(Lorg/apache/cxf/message/Message;Ljava/util/Map;)V]
HttpDestination.getBackChannel ( org.apache.cxf.message.Message inMessage, org.apache.cxf.message.Message partialResponse, org.apache.cxf.ws.addressing.EndpointReferenceType address ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/openejb/server/cxf/HttpDestination.getBackChannel:(Lorg/apache/cxf/message/Message;Lorg/apache/cxf/message/Message;Lorg/apache/cxf/ws/addressing/EndpointReferenceType;)Lorg/apache/cxf/transport/Conduit;]
HttpDestination.getEndpointInfo ( ) : org.apache.cxf.service.model.EndpointInfo
[run-time name: org/apache/openejb/server/cxf/HttpDestination.getEndpointInfo:()Lorg/apache/cxf/service/model/EndpointInfo;]
HttpDestination.getInbuiltBackChannel ( org.apache.cxf.message.Message inMessage ) : org.apache.cxf.transport.Conduit
[run-time name: org/apache/openejb/server/cxf/HttpDestination.getInbuiltBackChannel:(Lorg/apache/cxf/message/Message;)Lorg/apache/cxf/transport/Conduit;]
HttpDestination.getLogger ( ) : java.util.logging.Logger
[run-time name: org/apache/openejb/server/cxf/HttpDestination.getLogger:()Ljava/util/logging/Logger;]
HttpDestination.getMessageObserver ( ) : org.apache.cxf.transport.MessageObserver
[run-time name: org/apache/openejb/server/cxf/HttpDestination.getMessageObserver:()Lorg/apache/cxf/transport/MessageObserver;]
HttpDestination.getPassSecurityContext ( ) : boolean
[run-time name: org/apache/openejb/server/cxf/HttpDestination.getPassSecurityContext:()Z]
HttpDestination.HttpDestination ( org.apache.cxf.Bus bus, org.apache.cxf.transport.ConduitInitiator conduitInitiator, org.apache.cxf.service.model.EndpointInfo endpointInfo )
[run-time name: org/apache/openejb/server/cxf/HttpDestination."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/cxf/transport/ConduitInitiator;Lorg/apache/cxf/service/model/EndpointInfo;)V]
HttpDestination.invoke ( org.apache.openejb.server.httpd.HttpRequest request, org.apache.openejb.server.httpd.HttpResponse response ) : void
[run-time name: org/apache/openejb/server/cxf/HttpDestination.invoke:(Lorg/apache/openejb/server/httpd/HttpRequest;Lorg/apache/openejb/server/httpd/HttpResponse;)V]
HttpDestination.setContentType ( org.apache.cxf.message.Message message, org.apache.openejb.server.httpd.HttpResponse response ) : void
[run-time name: org/apache/openejb/server/cxf/HttpDestination.setContentType:(Lorg/apache/cxf/message/Message;Lorg/apache/openejb/server/httpd/HttpResponse;)V]
HttpDestination.setMessageObserver ( org.apache.cxf.transport.MessageObserver messageObserver ) : void
[run-time name: org/apache/openejb/server/cxf/HttpDestination.setMessageObserver:(Lorg/apache/cxf/transport/MessageObserver;)V]
HttpDestination.setPassSecurityContext ( boolean passSecurityContext ) : void
[run-time name: org/apache/openejb/server/cxf/HttpDestination.setPassSecurityContext:(Z)V]
HttpDestination.shutdown ( ) : void
[run-time name: org/apache/openejb/server/cxf/HttpDestination.shutdown:()V]
openejb-cxf-3.1.4.jar, HttpTransportFactory.class
package org.apache.openejb.server.cxf
HttpTransportFactory.getDestination ( org.apache.cxf.service.model.EndpointInfo endpointInfo ) : org.apache.cxf.transport.Destination
[run-time name: org/apache/openejb/server/cxf/HttpTransportFactory.getDestination:(Lorg/apache/cxf/service/model/EndpointInfo;)Lorg/apache/cxf/transport/Destination;]
HttpTransportFactory.HttpTransportFactory ( )
[run-time name: org/apache/openejb/server/cxf/HttpTransportFactory."<init>":()V]
HttpTransportFactory.HttpTransportFactory ( org.apache.cxf.Bus bus )
[run-time name: org/apache/openejb/server/cxf/HttpTransportFactory."<init>":(Lorg/apache/cxf/Bus;)V]
HttpTransportFactory.registerDestinationFactory ( ) : void
[run-time name: org/apache/openejb/server/cxf/HttpTransportFactory.registerDestinationFactory:()V]
openejb-cxf-3.1.4.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 )
[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;)V]
openejb-cxf-3.1.4.jar, ResourceManager.class
package org.apache.openejb.server.cxf
ResourceManager.ResourceManager ( java.util.List r )
[run-time name: org/apache/openejb/server/cxf/ResourceManager."<init>":(Ljava/util/List;)V]
openejb-cxf-3.1.4.jar, ServerPasswordHandler.class
package org.apache.openejb.server.cxf
ServerPasswordHandler.handle ( javax.security.auth.callback.Callback[ ] callbacks ) : void
[run-time name: org/apache/openejb/server/cxf/ServerPasswordHandler.handle:([Ljavax/security/auth/callback/Callback;)V]
ServerPasswordHandler.ServerPasswordHandler ( )
[run-time name: org/apache/openejb/server/cxf/ServerPasswordHandler."<init>":()V]
openejb-cxf-3.1.4.jar, WsdlQueryHandler.class
package org.apache.openejb.server.cxf
WsdlQueryHandler.updateDefinition ( 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/openejb/server/cxf/WsdlQueryHandler.updateDefinition:(Ljavax/wsdl/Definition;Ljava/util/Map;Ljava/util/Map;Ljava/lang/String;Lorg/apache/cxf/service/model/EndpointInfo;)V]
WsdlQueryHandler.WsdlQueryHandler ( org.apache.cxf.Bus bus )
[run-time name: org/apache/openejb/server/cxf/WsdlQueryHandler."<init>":(Lorg/apache/cxf/Bus;)V]
openejb-ejbd-3.1.4.jar, BasicClusterableRequestHandler.class
package org.apache.openejb.server.ejbd
BasicClusterableRequestHandler.updateServer ( org.apache.openejb.DeploymentInfo deploymentInfo, org.apache.openejb.client.ClusterableRequest req, org.apache.openejb.client.ClusterableResponse res ) : void
[run-time name: org/apache/openejb/server/ejbd/BasicClusterableRequestHandler.updateServer:(Lorg/apache/openejb/DeploymentInfo;Lorg/apache/openejb/client/ClusterableRequest;Lorg/apache/openejb/client/ClusterableResponse;)V]
openejb-ejbd-3.1.4.jar, CallContext.class
package org.apache.openejb.server.ejbd
CallContext.getDeploymentInfo ( ) : org.apache.openejb.DeploymentInfo
[run-time name: org/apache/openejb/server/ejbd/CallContext.getDeploymentInfo:()Lorg/apache/openejb/DeploymentInfo;]
CallContext.setDeploymentInfo ( org.apache.openejb.DeploymentInfo info ) : void
[run-time name: org/apache/openejb/server/ejbd/CallContext.setDeploymentInfo:(Lorg/apache/openejb/DeploymentInfo;)V]
openejb-ejbd-3.1.4.jar, ClusterableRequestHandler.class
package org.apache.openejb.server.ejbd
ClusterableRequestHandler.updateServer ( org.apache.openejb.DeploymentInfo p1, org.apache.openejb.client.ClusterableRequest p2, org.apache.openejb.client.ClusterableResponse p3 ) [abstract] : void
[run-time name: org/apache/openejb/server/ejbd/ClusterableRequestHandler.updateServer:(Lorg/apache/openejb/DeploymentInfo;Lorg/apache/openejb/client/ClusterableRequest;Lorg/apache/openejb/client/ClusterableResponse;)V]
openejb-ejbd-3.1.4.jar, DeploymentIndex.class
package org.apache.openejb.server.ejbd
DeploymentIndex.DeploymentIndex ( org.apache.openejb.DeploymentInfo[ ] deploymentInfos )
[run-time name: org/apache/openejb/server/ejbd/DeploymentIndex."<init>":([Lorg/apache/openejb/DeploymentInfo;)V]
DeploymentIndex.getDeployment ( int index ) : org.apache.openejb.DeploymentInfo
[run-time name: org/apache/openejb/server/ejbd/DeploymentIndex.getDeployment:(I)Lorg/apache/openejb/DeploymentInfo;]
DeploymentIndex.getDeployment ( Integer index ) : org.apache.openejb.DeploymentInfo
[run-time name: org/apache/openejb/server/ejbd/DeploymentIndex.getDeployment:(Ljava/lang/Integer;)Lorg/apache/openejb/DeploymentInfo;]
DeploymentIndex.getDeployment ( org.apache.openejb.client.EJBRequest req ) : org.apache.openejb.DeploymentInfo
[run-time name: org/apache/openejb/server/ejbd/DeploymentIndex.getDeployment:(Lorg/apache/openejb/client/EJBRequest;)Lorg/apache/openejb/DeploymentInfo;]
DeploymentIndex.getDeployment ( String deploymentID ) : org.apache.openejb.DeploymentInfo
[run-time name: org/apache/openejb/server/ejbd/DeploymentIndex.getDeployment:(Ljava/lang/String;)Lorg/apache/openejb/DeploymentInfo;]
DeploymentIndex.getDeploymentIndex ( org.apache.openejb.DeploymentInfo deployment ) : int
[run-time name: org/apache/openejb/server/ejbd/DeploymentIndex.getDeploymentIndex:(Lorg/apache/openejb/DeploymentInfo;)I]
openejb-ejbd-3.1.4.jar, EjbDaemon.class
package org.apache.openejb.server.ejbd
EjbDaemon.getDeployment ( org.apache.openejb.client.EJBRequest req ) : org.apache.openejb.DeploymentInfo
[run-time name: org/apache/openejb/server/ejbd/EjbDaemon.getDeployment:(Lorg/apache/openejb/client/EJBRequest;)Lorg/apache/openejb/DeploymentInfo;]
openejb-ejbd-3.1.4.jar, KeepAliveTimer.class
package org.apache.openejb.server.ejbd
KeepAliveServer.KeepAliveTimer.addSession ( KeepAliveServer.Session session ) : KeepAliveServer.Session
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.KeepAliveTimer.addSession:(Lorg/apache/openejb/server/ejbd/KeepAliveServer$Session;)Lorg/apache/openejb/server/ejbd/KeepAliveServer$Session;]
KeepAliveServer.KeepAliveTimer.closeSessions ( ) : void
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.KeepAliveTimer.closeSessions:()V]
KeepAliveServer.KeepAliveTimer.KeepAliveServer.KeepAliveTimer ( KeepAliveServer p1 )
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.KeepAliveTimer."<init>":(Lorg/apache/openejb/server/ejbd/KeepAliveServer;)V]
KeepAliveServer.KeepAliveTimer.removeSession ( KeepAliveServer.Session session ) : KeepAliveServer.Session
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.KeepAliveTimer.removeSession:(Lorg/apache/openejb/server/ejbd/KeepAliveServer$Session;)Lorg/apache/openejb/server/ejbd/KeepAliveServer$Session;]
openejb-http-3.1.4.jar, HttpRequest.class
package org.apache.openejb.server.httpd
HttpRequest.getHeader ( String p1 ) [abstract] : String
[run-time name: org/apache/openejb/server/httpd/HttpRequest.getHeader:(Ljava/lang/String;)Ljava/lang/String;]
HttpRequest.getInputStream ( ) [abstract] : java.io.InputStream
[run-time name: org/apache/openejb/server/httpd/HttpRequest.getInputStream:()Ljava/io/InputStream;]
HttpRequest.getMethod ( ) [abstract] : HttpRequest.Method
[run-time name: org/apache/openejb/server/httpd/HttpRequest.getMethod:()Lorg/apache/openejb/server/httpd/HttpRequest$Method;]
HttpRequest.getSession ( ) [abstract] : HttpSession
[run-time name: org/apache/openejb/server/httpd/HttpRequest.getSession:()Lorg/apache/openejb/server/httpd/HttpSession;]
HttpRequest.getSession ( boolean p1 ) [abstract] : HttpSession
[run-time name: org/apache/openejb/server/httpd/HttpRequest.getSession:(Z)Lorg/apache/openejb/server/httpd/HttpSession;]
openejb-http-3.1.4.jar, HttpRequestImpl.class
package org.apache.openejb.server.httpd
HttpRequestImpl.getCookies ( ) : java.util.Map
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getCookies:()Ljava/util/Map;]
HttpRequestImpl.getInputStream ( ) : java.io.InputStream
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getInputStream:()Ljava/io/InputStream;]
HttpRequestImpl.getMethod ( ) : HttpRequest.Method
[run-time name: org/apache/openejb/server/httpd/HttpRequestImpl.getMethod:()Lorg/apache/openejb/server/httpd/HttpRequest$Method;]
openejb-http-3.1.4.jar, HttpResponse.class
package org.apache.openejb.server.httpd
HttpResponse.getHeader ( String p1 ) [abstract] : String
[run-time name: org/apache/openejb/server/httpd/HttpResponse.getHeader:(Ljava/lang/String;)Ljava/lang/String;]
HttpResponse.getOutputStream ( ) [abstract] : java.io.OutputStream
[run-time name: org/apache/openejb/server/httpd/HttpResponse.getOutputStream:()Ljava/io/OutputStream;]
HttpResponse.getPrintWriter ( ) [abstract] : java.io.PrintWriter
[run-time name: org/apache/openejb/server/httpd/HttpResponse.getPrintWriter:()Ljava/io/PrintWriter;]
HttpResponse.getStatusCode ( ) [abstract] : int
[run-time name: org/apache/openejb/server/httpd/HttpResponse.getStatusCode:()I]
HttpResponse.setHeader ( String p1, String p2 ) [abstract] : void
[run-time name: org/apache/openejb/server/httpd/HttpResponse.setHeader:(Ljava/lang/String;Ljava/lang/String;)V]
HttpResponse.setStatusCode ( int p1 ) [abstract] : void
[run-time name: org/apache/openejb/server/httpd/HttpResponse.setStatusCode:(I)V]
openejb-http-3.1.4.jar, HttpResponseImpl.class
package org.apache.openejb.server.httpd
HttpResponseImpl.getOutputStream ( ) : java.io.OutputStream
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.getOutputStream:()Ljava/io/OutputStream;]
HttpResponseImpl.getPrintWriter ( ) : java.io.PrintWriter
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.getPrintWriter:()Ljava/io/PrintWriter;]
HttpResponseImpl.getStatusCode ( ) : int
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.getStatusCode:()I]
HttpResponseImpl.setStatusCode ( int code ) : void
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.setStatusCode:(I)V]
HttpResponseImpl.writeMessage ( java.io.OutputStream output ) : void
[run-time name: org/apache/openejb/server/httpd/HttpResponseImpl.writeMessage:(Ljava/io/OutputStream;)V]
openejb-http-3.1.4.jar, ServletRequestAdapter.class
package org.apache.openejb.server.httpd
ServletRequestAdapter.getInputStream ( ) : java.io.InputStream
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getInputStream:()Ljava/io/InputStream;]
ServletRequestAdapter.getMethod ( ) : HttpRequest.Method
[run-time name: org/apache/openejb/server/httpd/ServletRequestAdapter.getMethod:()Lorg/apache/openejb/server/httpd/HttpRequest$Method;]
openejb-http-3.1.4.jar, ServletResponseAdapter.class
package org.apache.openejb.server.httpd
ServletResponseAdapter.getOutputStream ( ) : java.io.OutputStream
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.getOutputStream:()Ljava/io/OutputStream;]
ServletResponseAdapter.getPrintWriter ( ) : java.io.PrintWriter
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.getPrintWriter:()Ljava/io/PrintWriter;]
ServletResponseAdapter.getStatusCode ( ) : int
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.getStatusCode:()I]
ServletResponseAdapter.setStatusCode ( int code ) : void
[run-time name: org/apache/openejb/server/httpd/ServletResponseAdapter.setStatusCode:(I)V]
openejb-jee-3.1.4.jar, ActivationConfig.class
package org.apache.openejb.jee
ActivationConfig.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ActivationConfig.getDescription:()Ljava/util/List;]
openejb-jee-3.1.4.jar, Application.class
package org.apache.openejb.jee
Application.setModule ( java.util.List module ) : void
[run-time name: org/apache/openejb/jee/Application.setModule:(Ljava/util/List;)V]
Application.setSecurityRole ( java.util.List securityRole ) : void
[run-time name: org/apache/openejb/jee/Application.setSecurityRole:(Ljava/util/List;)V]
openejb-jee-3.1.4.jar, ApplicationException.class
package org.apache.openejb.jee
ApplicationException.getRollback ( ) : boolean
[run-time name: org/apache/openejb/jee/ApplicationException.getRollback:()Z]
ApplicationException.setRollback ( boolean value ) : void
[run-time name: org/apache/openejb/jee/ApplicationException.setRollback:(Z)V]
openejb-jee-3.1.4.jar, AssemblyDescriptor.class
package org.apache.openejb.jee
AssemblyDescriptor.addApplicationException ( Class clazz, boolean rollback ) : void
[run-time name: org/apache/openejb/jee/AssemblyDescriptor.addApplicationException:(Ljava/lang/Class;Z)V]
AssemblyDescriptor.getMethodSchedule ( ) : java.util.List
[run-time name: org/apache/openejb/jee/AssemblyDescriptor.getMethodSchedule:()Ljava/util/List;]
AssemblyDescriptor.getMethodScheduleMap ( String ejbName ) : java.util.Map
[run-time name: org/apache/openejb/jee/AssemblyDescriptor.getMethodScheduleMap:(Ljava/lang/String;)Ljava/util/Map;]
openejb-jee-3.1.4.jar, AuthConstraint.class
package org.apache.openejb.jee
AuthConstraint.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/AuthConstraint.getDescription:()Ljava/util/List;]
openejb-jee-3.1.4.jar, AuthenticationMechanism.class
package org.apache.openejb.jee
AuthenticationMechanism.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/AuthenticationMechanism.getDescription:()Ljava/util/List;]
openejb-jee-3.1.4.jar, CmpField.class
package org.apache.openejb.jee
CmpField.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/CmpField.getDescription:()Ljava/util/List;]
openejb-jee-3.1.4.jar, CmrField.class
package org.apache.openejb.jee
CmrField.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/CmrField.getDescription:()Ljava/util/List;]
openejb-jee-3.1.4.jar, ConcurrencyAttribute.class
package org.apache.openejb.jee
ConcurrencyAttribute.toString ( ) : String
[run-time name: org/apache/openejb/jee/ConcurrencyAttribute.toString:()Ljava/lang/String;]
ConcurrencyAttribute.valueOf ( String name ) [static] : ConcurrencyAttribute
[run-time name: org/apache/openejb/jee/ConcurrencyAttribute.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/ConcurrencyAttribute;]
ConcurrencyAttribute.values ( ) [static] : ConcurrencyAttribute[ ]
[run-time name: org/apache/openejb/jee/ConcurrencyAttribute.values:()[Lorg/apache/openejb/jee/ConcurrencyAttribute;]
openejb-jee-3.1.4.jar, ConcurrencyType.class
package org.apache.openejb.jee
ConcurrencyType.valueOf ( String name ) [static] : ConcurrencyType
[run-time name: org/apache/openejb/jee/ConcurrencyType.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/ConcurrencyType;]
ConcurrencyType.values ( ) [static] : ConcurrencyType[ ]
[run-time name: org/apache/openejb/jee/ConcurrencyType.values:()[Lorg/apache/openejb/jee/ConcurrencyType;]
openejb-jee-3.1.4.jar, ConfigProperty.class
package org.apache.openejb.jee
ConfigProperty.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ConfigProperty.getDescription:()Ljava/util/List;]
openejb-jee-3.1.4.jar, Connector.class
package org.apache.openejb.jee
Connector.getResourceAdapter ( ) : ResourceAdapterBase
[run-time name: org/apache/openejb/jee/Connector.getResourceAdapter:()Lorg/apache/openejb/jee/ResourceAdapterBase;]
Connector.setResourceAdapter ( ResourceAdapter resourceAdapter16 ) : ResourceAdapter
[run-time name: org/apache/openejb/jee/Connector.setResourceAdapter:(Lorg/apache/openejb/jee/ResourceAdapter;)Lorg/apache/openejb/jee/ResourceAdapter;]
openejb-jee-3.1.4.jar, Connector10.class
package org.apache.openejb.jee
Connector10.getResourceAdapter ( ) : ResourceAdapterBase
[run-time name: org/apache/openejb/jee/Connector10.getResourceAdapter:()Lorg/apache/openejb/jee/ResourceAdapterBase;]
Connector10.getResourceAdapterVersion ( ) : String
[run-time name: org/apache/openejb/jee/Connector10.getResourceAdapterVersion:()Ljava/lang/String;]
Connector10.setResourceAdapter ( ResourceAdapter10 value ) : ResourceAdapter10
[run-time name: org/apache/openejb/jee/Connector10.setResourceAdapter:(Lorg/apache/openejb/jee/ResourceAdapter10;)Lorg/apache/openejb/jee/ResourceAdapter10;]
Connector10.setResourceAdapterVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/Connector10.setResourceAdapterVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.4.jar, ConnectorBase.class
package org.apache.openejb.jee
ConnectorBase.ConnectorBase ( )
[run-time name: org/apache/openejb/jee/ConnectorBase."<init>":()V]
ConnectorBase.ConnectorBase ( String id )
[run-time name: org/apache/openejb/jee/ConnectorBase."<init>":(Ljava/lang/String;)V]
ConnectorBase.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/ConnectorBase.getDescription:()Ljava/lang/String;]
ConnectorBase.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/ConnectorBase.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
ConnectorBase.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/ConnectorBase.getDisplayName:()Ljava/lang/String;]
ConnectorBase.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/ConnectorBase.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
ConnectorBase.getEisType ( ) : String
[run-time name: org/apache/openejb/jee/ConnectorBase.getEisType:()Ljava/lang/String;]
ConnectorBase.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/ConnectorBase.getIcon:()Lorg/apache/openejb/jee/Icon;]
ConnectorBase.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/ConnectorBase.getIconMap:()Ljava/util/Map;]
ConnectorBase.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/ConnectorBase.getIcons:()Ljava/util/Collection;]
ConnectorBase.getId ( ) : String
[run-time name: org/apache/openejb/jee/ConnectorBase.getId:()Ljava/lang/String;]
ConnectorBase.getLicense ( ) : License
[run-time name: org/apache/openejb/jee/ConnectorBase.getLicense:()Lorg/apache/openejb/jee/License;]
ConnectorBase.getModuleName ( ) : String
[run-time name: org/apache/openejb/jee/ConnectorBase.getModuleName:()Ljava/lang/String;]
ConnectorBase.getRequiredWorkContext ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ConnectorBase.getRequiredWorkContext:()Ljava/util/List;]
ConnectorBase.getResourceAdapter ( ) : ResourceAdapterBase
[run-time name: org/apache/openejb/jee/ConnectorBase.getResourceAdapter:()Lorg/apache/openejb/jee/ResourceAdapterBase;]
ConnectorBase.getResourceAdapterVersion ( ) : String
[run-time name: org/apache/openejb/jee/ConnectorBase.getResourceAdapterVersion:()Ljava/lang/String;]
ConnectorBase.getVendorName ( ) : String
[run-time name: org/apache/openejb/jee/ConnectorBase.getVendorName:()Ljava/lang/String;]
ConnectorBase.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/ConnectorBase.getVersion:()Ljava/lang/String;]
ConnectorBase.isMetadataComplete ( ) : Boolean
[run-time name: org/apache/openejb/jee/ConnectorBase.isMetadataComplete:()Ljava/lang/Boolean;]
ConnectorBase.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/ConnectorBase.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
ConnectorBase.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/ConnectorBase.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
ConnectorBase.setEisType ( String value ) : void
[run-time name: org/apache/openejb/jee/ConnectorBase.setEisType:(Ljava/lang/String;)V]
ConnectorBase.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/ConnectorBase.setId:(Ljava/lang/String;)V]
ConnectorBase.setLicense ( License value ) : void
[run-time name: org/apache/openejb/jee/ConnectorBase.setLicense:(Lorg/apache/openejb/jee/License;)V]
ConnectorBase.setMetadataComplete ( Boolean metadataComplete ) : void
[run-time name: org/apache/openejb/jee/ConnectorBase.setMetadataComplete:(Ljava/lang/Boolean;)V]
ConnectorBase.setModuleName ( String moduleName ) : void
[run-time name: org/apache/openejb/jee/ConnectorBase.setModuleName:(Ljava/lang/String;)V]
ConnectorBase.setResourceAdapter ( ResourceAdapterBase resourceAdapter ) : void
[run-time name: org/apache/openejb/jee/ConnectorBase.setResourceAdapter:(Lorg/apache/openejb/jee/ResourceAdapterBase;)V]
ConnectorBase.setResourceAdapterVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/ConnectorBase.setResourceAdapterVersion:(Ljava/lang/String;)V]
ConnectorBase.setVendorName ( String value ) : void
[run-time name: org/apache/openejb/jee/ConnectorBase.setVendorName:(Ljava/lang/String;)V]
ConnectorBase.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/ConnectorBase.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.4.jar, ContainerConcurrency.class
package org.apache.openejb.jee
ContainerConcurrency.ContainerConcurrency ( ConcurrencyAttribute concurrencyAttribute, Method method )
[run-time name: org/apache/openejb/jee/ContainerConcurrency."<init>":(Lorg/apache/openejb/jee/ConcurrencyAttribute;Lorg/apache/openejb/jee/Method;)V]
ContainerConcurrency.ContainerConcurrency ( ConcurrencyAttribute concurrencyAttribute, String className, String ejbName, String methodName )
[run-time name: org/apache/openejb/jee/ContainerConcurrency."<init>":(Lorg/apache/openejb/jee/ConcurrencyAttribute;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ContainerConcurrency.ContainerConcurrency ( ConcurrencyAttribute concurrencyAttribute, String ejbName, reflect.Method method )
[run-time name: org/apache/openejb/jee/ContainerConcurrency."<init>":(Lorg/apache/openejb/jee/ConcurrencyAttribute;Ljava/lang/String;Ljava/lang/reflect/Method;)V]
ContainerConcurrency.getAttribute ( ) : ConcurrencyAttribute
[run-time name: org/apache/openejb/jee/ContainerConcurrency.getAttribute:()Lorg/apache/openejb/jee/ConcurrencyAttribute;]
ContainerConcurrency.getConcurrencyAttribute ( ) : ConcurrencyAttribute
[run-time name: org/apache/openejb/jee/ContainerConcurrency.getConcurrencyAttribute:()Lorg/apache/openejb/jee/ConcurrencyAttribute;]
ContainerConcurrency.setConcurrencyAttribute ( ConcurrencyAttribute value ) : void
[run-time name: org/apache/openejb/jee/ContainerConcurrency.setConcurrencyAttribute:(Lorg/apache/openejb/jee/ConcurrencyAttribute;)V]
openejb-jee-3.1.4.jar, DescriptionType.class
package org.apache.openejb.jee
DescriptionType.DescriptionType ( )
[run-time name: org/apache/openejb/jee/DescriptionType."<init>":()V]
DescriptionType.getLang ( ) : String
[run-time name: org/apache/openejb/jee/DescriptionType.getLang:()Ljava/lang/String;]
DescriptionType.setLang ( String value ) : void
[run-time name: org/apache/openejb/jee/DescriptionType.setLang:(Ljava/lang/String;)V]
openejb-jee-3.1.4.jar, DisplayNameType.class
package org.apache.openejb.jee
DisplayNameType.DisplayNameType ( )
[run-time name: org/apache/openejb/jee/DisplayNameType."<init>":()V]
DisplayNameType.getLang ( ) : String
[run-time name: org/apache/openejb/jee/DisplayNameType.getLang:()Ljava/lang/String;]
DisplayNameType.setLang ( String value ) : void
[run-time name: org/apache/openejb/jee/DisplayNameType.setLang:(Ljava/lang/String;)V]
openejb-jee-3.1.4.jar, EjbLocalRef.class
package org.apache.openejb.jee
EjbLocalRef.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/EjbLocalRef.getDescription:()Ljava/util/List;]
EjbLocalRef.getInjectionTarget ( ) : java.util.List
[run-time name: org/apache/openejb/jee/EjbLocalRef.getInjectionTarget:()Ljava/util/List;]
openejb-jee-3.1.4.jar, EjbRef.class
package org.apache.openejb.jee
EjbRef.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/EjbRef.getDescription:()Ljava/util/List;]
EjbRef.getInjectionTarget ( ) : java.util.List
[run-time name: org/apache/openejb/jee/EjbRef.getInjectionTarget:()Ljava/util/List;]
openejb-jee-3.1.4.jar, EjbReference.class
package org.apache.openejb.jee
EjbReference.getDescription ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/EjbReference.getDescription:()Ljava/util/List;]
openejb-jee-3.1.4.jar, EjbRelation.class
package org.apache.openejb.jee
EjbRelation.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/EjbRelation.getDescription:()Ljava/util/List;]
openejb-jee-3.1.4.jar, EjbRelationshipRole.class
package org.apache.openejb.jee
EjbRelationshipRole.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/EjbRelationshipRole.getDescription:()Ljava/util/List;]
openejb-jee-3.1.4.jar, EmptyType.class
package org.apache.openejb.jee
EmptyType.EmptyType ( )
[run-time name: org/apache/openejb/jee/EmptyType."<init>":()V]
EmptyType.getId ( ) : String
[run-time name: org/apache/openejb/jee/EmptyType.getId:()Ljava/lang/String;]
EmptyType.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/EmptyType.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.4.jar, EntityBean.class
package org.apache.openejb.jee
EntityBean.addAroundInvoke ( String method ) : void
[run-time name: org/apache/openejb/jee/EntityBean.addAroundInvoke:(Ljava/lang/String;)V]
EntityBean.getAroundInvoke ( ) : java.util.List
[run-time name: org/apache/openejb/jee/EntityBean.getAroundInvoke:()Ljava/util/List;]
openejb-jee-3.1.4.jar, EnvEntry.class
package org.apache.openejb.jee
EnvEntry.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/EnvEntry.getDescription:()Ljava/util/List;]
EnvEntry.getInjectionTarget ( ) : java.util.List
[run-time name: org/apache/openejb/jee/EnvEntry.getInjectionTarget:()Ljava/util/List;]
openejb-jee-3.1.4.jar, EnvironmentType.class
package org.apache.openejb.jee.oejb2
EnvironmentType.setPrivatelasses ( ClassFilterType value ) : void
[run-time name: org/apache/openejb/jee/oejb2/EnvironmentType.setPrivatelasses:(Lorg/apache/openejb/jee/oejb2/ClassFilterType;)V]
openejb-jee-3.1.4.jar, ExcludeList.class
package org.apache.openejb.jee
ExcludeList.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ExcludeList.getDescription:()Ljava/util/List;]
openejb-jee-3.1.4.jar, FacesApplicationResourceBundle.class
package org.apache.openejb.jee
FacesApplicationResourceBundle.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesApplicationResourceBundle.getDescription:()Ljava/util/List;]
FacesApplicationResourceBundle.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesApplicationResourceBundle.getDisplayName:()Ljava/util/List;]
FacesApplicationResourceBundle.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesApplicationResourceBundle.getIcon:()Ljava/util/List;]
openejb-jee-3.1.4.jar, FacesAttribute.class
package org.apache.openejb.jee
FacesAttribute.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesAttribute.getDescription:()Ljava/util/List;]
FacesAttribute.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesAttribute.getDisplayName:()Ljava/util/List;]
FacesAttribute.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesAttribute.getIcon:()Ljava/util/List;]
openejb-jee-3.1.4.jar, FacesComponent.class
package org.apache.openejb.jee
FacesComponent.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesComponent.getDescription:()Ljava/util/List;]
FacesComponent.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesComponent.getDisplayName:()Ljava/util/List;]
FacesComponent.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesComponent.getIcon:()Ljava/util/List;]
openejb-jee-3.1.4.jar, FacesConverter.class
package org.apache.openejb.jee
FacesConverter.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConverter.getDescription:()Ljava/util/List;]
FacesConverter.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConverter.getDisplayName:()Ljava/util/List;]
FacesConverter.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConverter.getIcon:()Ljava/util/List;]
openejb-jee-3.1.4.jar, FacesFacet.class
package org.apache.openejb.jee
FacesFacet.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesFacet.getDescription:()Ljava/util/List;]
FacesFacet.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesFacet.getDisplayName:()Ljava/util/List;]
FacesFacet.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesFacet.getIcon:()Ljava/util/List;]
openejb-jee-3.1.4.jar, FacesManagedBean.class
package org.apache.openejb.jee
FacesManagedBean.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesManagedBean.getDescription:()Ljava/util/List;]
FacesManagedBean.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesManagedBean.getDisplayName:()Ljava/util/List;]
FacesManagedBean.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesManagedBean.getIcon:()Ljava/util/List;]
openejb-jee-3.1.4.jar, FacesManagedProperty.class
package org.apache.openejb.jee
FacesManagedProperty.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesManagedProperty.getDescription:()Ljava/util/List;]
FacesManagedProperty.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesManagedProperty.getDisplayName:()Ljava/util/List;]
FacesManagedProperty.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesManagedProperty.getIcon:()Ljava/util/List;]
openejb-jee-3.1.4.jar, FacesNavigationCase.class
package org.apache.openejb.jee
FacesNavigationCase.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesNavigationCase.getDescription:()Ljava/util/List;]
FacesNavigationCase.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesNavigationCase.getDisplayName:()Ljava/util/List;]
FacesNavigationCase.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesNavigationCase.getIcon:()Ljava/util/List;]
openejb-jee-3.1.4.jar, FacesNavigationRule.class
package org.apache.openejb.jee
FacesNavigationRule.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesNavigationRule.getDescription:()Ljava/util/List;]
FacesNavigationRule.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesNavigationRule.getDisplayName:()Ljava/util/List;]
FacesNavigationRule.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesNavigationRule.getIcon:()Ljava/util/List;]
openejb-jee-3.1.4.jar, FacesProperty.class
package org.apache.openejb.jee
FacesProperty.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesProperty.getDescription:()Ljava/util/List;]
FacesProperty.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesProperty.getDisplayName:()Ljava/util/List;]
FacesProperty.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesProperty.getIcon:()Ljava/util/List;]
openejb-jee-3.1.4.jar, FacesReferencedBean.class
package org.apache.openejb.jee
FacesReferencedBean.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesReferencedBean.getDescription:()Ljava/util/List;]
FacesReferencedBean.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesReferencedBean.getDisplayName:()Ljava/util/List;]
FacesReferencedBean.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesReferencedBean.getIcon:()Ljava/util/List;]
openejb-jee-3.1.4.jar, FacesRenderer.class
package org.apache.openejb.jee
FacesRenderer.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesRenderer.getDescription:()Ljava/util/List;]
FacesRenderer.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesRenderer.getDisplayName:()Ljava/util/List;]
FacesRenderer.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesRenderer.getIcon:()Ljava/util/List;]
openejb-jee-3.1.4.jar, FacesRenderKit.class
package org.apache.openejb.jee
FacesRenderKit.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesRenderKit.getDescription:()Ljava/util/List;]
FacesRenderKit.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesRenderKit.getDisplayName:()Ljava/util/List;]
FacesRenderKit.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesRenderKit.getIcon:()Ljava/util/List;]
openejb-jee-3.1.4.jar, FacesValidator.class
package org.apache.openejb.jee
FacesValidator.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesValidator.getDescription:()Ljava/util/List;]
FacesValidator.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesValidator.getDisplayName:()Ljava/util/List;]
FacesValidator.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesValidator.getIcon:()Ljava/util/List;]
openejb-jee-3.1.4.jar, Handler.class
package org.apache.openejb.jee
Handler.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Handler.getDescription:()Ljava/util/List;]
Handler.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Handler.getDisplayName:()Ljava/util/List;]
openejb-jee-3.1.4.jar, HandlerChain.class
package org.apache.openejb.jee
HandlerChain.getPortNamePattern ( ) : String
[run-time name: org/apache/openejb/jee/HandlerChain.getPortNamePattern:()Ljava/lang/String;]
HandlerChain.getServiceNamePattern ( ) : String
[run-time name: org/apache/openejb/jee/HandlerChain.getServiceNamePattern:()Ljava/lang/String;]
HandlerChain.setPortNamePattern ( String value ) : void
[run-time name: org/apache/openejb/jee/HandlerChain.setPortNamePattern:(Ljava/lang/String;)V]
HandlerChain.setServiceNamePattern ( String value ) : void
[run-time name: org/apache/openejb/jee/HandlerChain.setServiceNamePattern:(Ljava/lang/String;)V]
openejb-jee-3.1.4.jar, InboundResource.class
package org.apache.openejb.jee
InboundResource.getId ( ) : String
[run-time name: org/apache/openejb/jee/InboundResource.getId:()Ljava/lang/String;]
InboundResource.getMessageAdapter ( ) : MessageAdapter
[run-time name: org/apache/openejb/jee/InboundResource.getMessageAdapter:()Lorg/apache/openejb/jee/MessageAdapter;]
InboundResource.InboundResource ( )
[run-time name: org/apache/openejb/jee/InboundResource."<init>":()V]
InboundResource.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/InboundResource.setId:(Ljava/lang/String;)V]
InboundResource.setMessageAdapter ( MessageAdapter value ) : MessageAdapter
[run-time name: org/apache/openejb/jee/InboundResource.setMessageAdapter:(Lorg/apache/openejb/jee/MessageAdapter;)Lorg/apache/openejb/jee/MessageAdapter;]
openejb-jee-3.1.4.jar, Injectable.class
package org.apache.openejb.jee
Injectable.getInjectionTarget ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/Injectable.getInjectionTarget:()Ljava/util/List;]
openejb-jee-3.1.4.jar, Interceptor.class
package org.apache.openejb.jee
Interceptor.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Interceptor.getDescription:()Ljava/util/List;]
openejb-jee-3.1.4.jar, InterceptorBinding.class
package org.apache.openejb.jee
InterceptorBinding.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/InterceptorBinding.getDescription:()Ljava/util/List;]
openejb-jee-3.1.4.jar, Interceptors.class
package org.apache.openejb.jee
Interceptors.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Interceptors.getDescription:()Ljava/util/List;]
openejb-jee-3.1.4.jar, JaxbJavaee.class
package org.apache.openejb.jee
JaxbJavaee.unmarshal ( Class type, java.io.InputStream in ) [static] : Object
[run-time name: org/apache/openejb/jee/JaxbJavaee.unmarshal:(Ljava/lang/Class;Ljava/io/InputStream;)Ljava/lang/Object;]
openejb-jee-3.1.4.jar, JaxbPersistenceFactory.class
package org.apache.openejb.jee.jpa.unit
JaxbPersistenceFactory.getPersistence ( java.net.URL url ) [static] : Persistence
[run-time name: org/apache/openejb/jee/jpa/unit/JaxbPersistenceFactory.getPersistence:(Ljava/net/URL;)Lorg/apache/openejb/jee/jpa/unit/Persistence;]
openejb-jee-3.1.4.jar, License.class
package org.apache.openejb.jee
License.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/License.getDescription:()Ljava/util/List;]
openejb-jee-3.1.4.jar, Lifecycle.class
package org.apache.openejb.jee
Lifecycle.addAroundInvoke ( String p1 ) [abstract] : void
[run-time name: org/apache/openejb/jee/Lifecycle.addAroundInvoke:(Ljava/lang/String;)V]
Lifecycle.getAroundInvoke ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/Lifecycle.getAroundInvoke:()Ljava/util/List;]
openejb-jee-3.1.4.jar, Listener.class
package org.apache.openejb.jee
Listener.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Listener.getDescription:()Ljava/util/List;]
Listener.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Listener.getDisplayName:()Ljava/util/List;]
Listener.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Listener.getIcon:()Ljava/util/List;]
openejb-jee-3.1.4.jar, LoginConfigType.class
package org.apache.openejb.jee
LoginConfigType.getAuthMethod ( ) : String
[run-time name: org/apache/openejb/jee/LoginConfigType.getAuthMethod:()Ljava/lang/String;]
LoginConfigType.getFormLoginConfig ( ) : FormLoginConfig
[run-time name: org/apache/openejb/jee/LoginConfigType.getFormLoginConfig:()Lorg/apache/openejb/jee/FormLoginConfig;]
LoginConfigType.getId ( ) : String
[run-time name: org/apache/openejb/jee/LoginConfigType.getId:()Ljava/lang/String;]
LoginConfigType.getRealmName ( ) : String
[run-time name: org/apache/openejb/jee/LoginConfigType.getRealmName:()Ljava/lang/String;]
LoginConfigType.LoginConfigType ( )
[run-time name: org/apache/openejb/jee/LoginConfigType."<init>":()V]
LoginConfigType.setAuthMethod ( String value ) : void
[run-time name: org/apache/openejb/jee/LoginConfigType.setAuthMethod:(Ljava/lang/String;)V]
LoginConfigType.setFormLoginConfig ( FormLoginConfig value ) : void
[run-time name: org/apache/openejb/jee/LoginConfigType.setFormLoginConfig:(Lorg/apache/openejb/jee/FormLoginConfig;)V]
LoginConfigType.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/LoginConfigType.setId:(Ljava/lang/String;)V]
LoginConfigType.setRealmName ( String value ) : void
[run-time name: org/apache/openejb/jee/LoginConfigType.setRealmName:(Ljava/lang/String;)V]
openejb-jee-3.1.4.jar, MessageDestination.class
package org.apache.openejb.jee
MessageDestination.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/MessageDestination.getDescription:()Ljava/util/List;]
MessageDestination.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/MessageDestination.getDisplayName:()Ljava/util/List;]
MessageDestination.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/MessageDestination.getIcon:()Ljava/util/List;]
openejb-jee-3.1.4.jar, MessageDestinationRef.class
package org.apache.openejb.jee
MessageDestinationRef.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/MessageDestinationRef.getDescription:()Ljava/util/List;]
MessageDestinationRef.getInjectionTarget ( ) : java.util.List
[run-time name: org/apache/openejb/jee/MessageDestinationRef.getInjectionTarget:()Ljava/util/List;]
openejb-jee-3.1.4.jar, MethodSchedule.class
package org.apache.openejb.jee
MethodSchedule.MethodSchedule ( String className, String ejbName, String methodName, Schedule[ ] schedules )
[run-time name: org/apache/openejb/jee/MethodSchedule."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Lorg/apache/openejb/jee/Schedule;)V]
MethodSchedule.MethodSchedule ( String ejbName, NamedMethod method, Schedule[ ] schedules )
[run-time name: org/apache/openejb/jee/MethodSchedule."<init>":(Ljava/lang/String;Lorg/apache/openejb/jee/NamedMethod;[Lorg/apache/openejb/jee/Schedule;)V]
MethodSchedule.MethodSchedule ( String ejbName, reflect.Method method, Schedule[ ] schedules )
[run-time name: org/apache/openejb/jee/MethodSchedule."<init>":(Ljava/lang/String;Ljava/lang/reflect/Method;[Lorg/apache/openejb/jee/Schedule;)V]
openejb-jee-3.1.4.jar, Module.class
package org.apache.openejb.jee
Module.getWeb ( ) : WebModule
[run-time name: org/apache/openejb/jee/Module.getWeb:()Lorg/apache/openejb/jee/WebModule;]
Module.setWeb ( WebModule web ) : void
[run-time name: org/apache/openejb/jee/Module.setWeb:(Lorg/apache/openejb/jee/WebModule;)V]
openejb-jee-3.1.4.jar, NamespaceFilter.class
package org.apache.openejb.jee
JaxbJavaee.NamespaceFilter.JaxbJavaee.NamespaceFilter ( org.xml.sax.XMLReader xmlReader )
[run-time name: org/apache/openejb/jee/JaxbJavaee.NamespaceFilter."<init>":(Lorg/xml/sax/XMLReader;)V]
JaxbJavaee.NamespaceFilter.resolveEntity ( String publicId, String systemId ) : org.xml.sax.InputSource
[run-time name: org/apache/openejb/jee/JaxbJavaee.NamespaceFilter.resolveEntity:(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;]
JaxbJavaee.NamespaceFilter.startElement ( String uri, String localName, String qname, org.xml.sax.Attributes atts ) : void
[run-time name: org/apache/openejb/jee/JaxbJavaee.NamespaceFilter.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
openejb-jee-3.1.4.jar, ObjectFactory.class
package org.apache.openejb.jee
ObjectFactory.createConnector ( ConnectorBase value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/ObjectFactory.createConnector:(Lorg/apache/openejb/jee/ConnectorBase;)Ljavax/xml/bind/JAXBElement;]
openejb-jee-3.1.4.jar, ParamValue.class
package org.apache.openejb.jee
ParamValue.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ParamValue.getDescription:()Ljava/util/List;]
openejb-jee-3.1.4.jar, PersistenceContextRef.class
package org.apache.openejb.jee
PersistenceContextRef.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/PersistenceContextRef.getDescription:()Ljava/util/List;]
PersistenceContextRef.getInjectionTarget ( ) : java.util.List
[run-time name: org/apache/openejb/jee/PersistenceContextRef.getInjectionTarget:()Ljava/util/List;]
openejb-jee-3.1.4.jar, PersistenceUnitRef.class
package org.apache.openejb.jee
PersistenceUnitRef.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/PersistenceUnitRef.getDescription:()Ljava/util/List;]
PersistenceUnitRef.getInjectionTarget ( ) : java.util.List
[run-time name: org/apache/openejb/jee/PersistenceUnitRef.getInjectionTarget:()Ljava/util/List;]
openejb-jee-3.1.4.jar, PortComponent.class
package org.apache.openejb.jee
PortComponent.setEnableMtom ( boolean value ) : void
[run-time name: org/apache/openejb/jee/PortComponent.setEnableMtom:(Z)V]
openejb-jee-3.1.4.jar, RelationshipRoleSource.class
package org.apache.openejb.jee
RelationshipRoleSource.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/RelationshipRoleSource.getDescription:()Ljava/util/List;]
openejb-jee-3.1.4.jar, Relationships.class
package org.apache.openejb.jee
Relationships.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Relationships.getDescription:()Ljava/util/List;]
openejb-jee-3.1.4.jar, RequiredConfigProperty.class
package org.apache.openejb.jee
RequiredConfigProperty.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/RequiredConfigProperty.getDescription:()Ljava/util/List;]
openejb-jee-3.1.4.jar, ResourceAdapterBase.class
package org.apache.openejb.jee
ResourceAdapterBase.getAdminObject ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ResourceAdapterBase.getAdminObject:()Ljava/util/List;]
ResourceAdapterBase.getConfigProperty ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ResourceAdapterBase.getConfigProperty:()Ljava/util/List;]
ResourceAdapterBase.getId ( ) : String
[run-time name: org/apache/openejb/jee/ResourceAdapterBase.getId:()Ljava/lang/String;]
ResourceAdapterBase.getInboundResourceAdapter ( ) : InboundResource
[run-time name: org/apache/openejb/jee/ResourceAdapterBase.getInboundResourceAdapter:()Lorg/apache/openejb/jee/InboundResource;]
ResourceAdapterBase.getOutboundResourceAdapter ( ) : OutboundResourceAdapter
[run-time name: org/apache/openejb/jee/ResourceAdapterBase.getOutboundResourceAdapter:()Lorg/apache/openejb/jee/OutboundResourceAdapter;]
ResourceAdapterBase.getResourceAdapterClass ( ) : String
[run-time name: org/apache/openejb/jee/ResourceAdapterBase.getResourceAdapterClass:()Ljava/lang/String;]
ResourceAdapterBase.getSecurityPermission ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ResourceAdapterBase.getSecurityPermission:()Ljava/util/List;]
ResourceAdapterBase.ResourceAdapterBase ( )
[run-time name: org/apache/openejb/jee/ResourceAdapterBase."<init>":()V]
ResourceAdapterBase.ResourceAdapterBase ( Class resourceAdapterClass )
[run-time name: org/apache/openejb/jee/ResourceAdapterBase."<init>":(Ljava/lang/Class;)V]
ResourceAdapterBase.ResourceAdapterBase ( String resourceAdapterClass )
[run-time name: org/apache/openejb/jee/ResourceAdapterBase."<init>":(Ljava/lang/String;)V]
ResourceAdapterBase.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/ResourceAdapterBase.setId:(Ljava/lang/String;)V]
ResourceAdapterBase.setInboundResourceAdapter ( InboundResource value ) : InboundResource
[run-time name: org/apache/openejb/jee/ResourceAdapterBase.setInboundResourceAdapter:(Lorg/apache/openejb/jee/InboundResource;)Lorg/apache/openejb/jee/InboundResource;]
ResourceAdapterBase.setOutboundResourceAdapter ( OutboundResourceAdapter value ) : OutboundResourceAdapter
[run-time name: org/apache/openejb/jee/ResourceAdapterBase.setOutboundResourceAdapter:(Lorg/apache/openejb/jee/OutboundResourceAdapter;)Lorg/apache/openejb/jee/OutboundResourceAdapter;]
ResourceAdapterBase.setResourceAdapterClass ( String value ) : void
[run-time name: org/apache/openejb/jee/ResourceAdapterBase.setResourceAdapterClass:(Ljava/lang/String;)V]
openejb-jee-3.1.4.jar, ResourceEnvRef.class
package org.apache.openejb.jee
ResourceEnvRef.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ResourceEnvRef.getDescription:()Ljava/util/List;]
ResourceEnvRef.getInjectionTarget ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ResourceEnvRef.getInjectionTarget:()Ljava/util/List;]
openejb-jee-3.1.4.jar, ResourceRef.class
package org.apache.openejb.jee
ResourceRef.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ResourceRef.getDescription:()Ljava/util/List;]
ResourceRef.getInjectionTarget ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ResourceRef.getInjectionTarget:()Ljava/util/List;]
openejb-jee-3.1.4.jar, RunAs.class
package org.apache.openejb.jee
RunAs.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/RunAs.getDescription:()Ljava/util/List;]
openejb-jee-3.1.4.jar, Schedule.class
package org.apache.openejb.jee
Schedule.getDayOfMonth ( ) : String
[run-time name: org/apache/openejb/jee/Schedule.getDayOfMonth:()Ljava/lang/String;]
Schedule.getDayOfWeek ( ) : String
[run-time name: org/apache/openejb/jee/Schedule.getDayOfWeek:()Ljava/lang/String;]
Schedule.getHour ( ) : String
[run-time name: org/apache/openejb/jee/Schedule.getHour:()Ljava/lang/String;]
Schedule.getInfo ( ) : String
[run-time name: org/apache/openejb/jee/Schedule.getInfo:()Ljava/lang/String;]
Schedule.getMinute ( ) : String
[run-time name: org/apache/openejb/jee/Schedule.getMinute:()Ljava/lang/String;]
Schedule.getMonth ( ) : String
[run-time name: org/apache/openejb/jee/Schedule.getMonth:()Ljava/lang/String;]
Schedule.getSecond ( ) : String
[run-time name: org/apache/openejb/jee/Schedule.getSecond:()Ljava/lang/String;]
Schedule.getYear ( ) : String
[run-time name: org/apache/openejb/jee/Schedule.getYear:()Ljava/lang/String;]
Schedule.isPersistent ( ) : boolean
[run-time name: org/apache/openejb/jee/Schedule.isPersistent:()Z]
Schedule.Schedule ( )
[run-time name: org/apache/openejb/jee/Schedule."<init>":()V]
Schedule.setDayOfMonth ( String dayOfMonth ) : void
[run-time name: org/apache/openejb/jee/Schedule.setDayOfMonth:(Ljava/lang/String;)V]
Schedule.setDayOfWeek ( String dayOfWeek ) : void
[run-time name: org/apache/openejb/jee/Schedule.setDayOfWeek:(Ljava/lang/String;)V]
Schedule.setHour ( String hour ) : void
[run-time name: org/apache/openejb/jee/Schedule.setHour:(Ljava/lang/String;)V]
Schedule.setInfo ( String info ) : void
[run-time name: org/apache/openejb/jee/Schedule.setInfo:(Ljava/lang/String;)V]
Schedule.setMinute ( String minute ) : void
[run-time name: org/apache/openejb/jee/Schedule.setMinute:(Ljava/lang/String;)V]
Schedule.setMonth ( String month ) : void
[run-time name: org/apache/openejb/jee/Schedule.setMonth:(Ljava/lang/String;)V]
Schedule.setPersistent ( boolean persistent ) : void
[run-time name: org/apache/openejb/jee/Schedule.setPersistent:(Z)V]
Schedule.setSecond ( String second ) : void
[run-time name: org/apache/openejb/jee/Schedule.setSecond:(Ljava/lang/String;)V]
Schedule.setYear ( String year ) : void
[run-time name: org/apache/openejb/jee/Schedule.setYear:(Ljava/lang/String;)V]
openejb-jee-3.1.4.jar, SecurityIdentity.class
package org.apache.openejb.jee
SecurityIdentity.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/SecurityIdentity.getDescription:()Ljava/util/List;]
SecurityIdentity.getUseCallerIdentity ( ) : EmptyType
[run-time name: org/apache/openejb/jee/SecurityIdentity.getUseCallerIdentity:()Lorg/apache/openejb/jee/EmptyType;]
SecurityIdentity.setUseCallerIdentity ( EmptyType value ) : void
[run-time name: org/apache/openejb/jee/SecurityIdentity.setUseCallerIdentity:(Lorg/apache/openejb/jee/EmptyType;)V]
openejb-jee-3.1.4.jar, SecurityPermission.class
package org.apache.openejb.jee
SecurityPermission.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/SecurityPermission.getDescription:()Ljava/util/List;]
openejb-jee-3.1.4.jar, ServiceRef.class
package org.apache.openejb.jee
ServiceRef.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ServiceRef.getDescription:()Ljava/util/List;]
ServiceRef.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ServiceRef.getDisplayName:()Ljava/util/List;]
ServiceRef.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ServiceRef.getIcon:()Ljava/util/List;]
ServiceRef.getInjectionTarget ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ServiceRef.getInjectionTarget:()Ljava/util/List;]
openejb-jee-3.1.4.jar, Servlet.class
package org.apache.openejb.jee
Servlet.getLoadOnStartup ( ) : Boolean
[run-time name: org/apache/openejb/jee/Servlet.getLoadOnStartup:()Ljava/lang/Boolean;]
Servlet.setLoadOnStartup ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/Servlet.setLoadOnStartup:(Ljava/lang/Boolean;)V]
openejb-jee-3.1.4.jar, SessionBean.class
package org.apache.openejb.jee
SessionBean.getConcurrencyType ( ) : ConcurrencyType
[run-time name: org/apache/openejb/jee/SessionBean.getConcurrencyType:()Lorg/apache/openejb/jee/ConcurrencyType;]
SessionBean.getLoadOnStartup ( ) : boolean
[run-time name: org/apache/openejb/jee/SessionBean.getLoadOnStartup:()Z]
SessionBean.getLocalBean ( ) : EmptyType
[run-time name: org/apache/openejb/jee/SessionBean.getLocalBean:()Lorg/apache/openejb/jee/EmptyType;]
SessionBean.hasLoadOnStartup ( ) : boolean
[run-time name: org/apache/openejb/jee/SessionBean.hasLoadOnStartup:()Z]
SessionBean.setConcurrencyType ( ConcurrencyType value ) : void
[run-time name: org/apache/openejb/jee/SessionBean.setConcurrencyType:(Lorg/apache/openejb/jee/ConcurrencyType;)V]
SessionBean.setLoadOnStartup ( boolean loadOnStartup ) : void
[run-time name: org/apache/openejb/jee/SessionBean.setLoadOnStartup:(Z)V]
SessionBean.setLocalBean ( EmptyType localBean ) : void
[run-time name: org/apache/openejb/jee/SessionBean.setLocalBean:(Lorg/apache/openejb/jee/EmptyType;)V]
openejb-jee-3.1.4.jar, SessionConfig.class
package org.apache.openejb.jee
SessionConfig.getSessionTimeout ( ) : java.math.BigInteger
[run-time name: org/apache/openejb/jee/SessionConfig.getSessionTimeout:()Ljava/math/BigInteger;]
SessionConfig.setSessionTimeout ( java.math.BigInteger value ) : void
[run-time name: org/apache/openejb/jee/SessionConfig.setSessionTimeout:(Ljava/math/BigInteger;)V]
openejb-jee-3.1.4.jar, UserDataConstraint.class
package org.apache.openejb.jee
UserDataConstraint.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/UserDataConstraint.getDescription:()Ljava/util/List;]
UserDataConstraint.getTransportGuarantee ( ) : String
[run-time name: org/apache/openejb/jee/UserDataConstraint.getTransportGuarantee:()Ljava/lang/String;]
UserDataConstraint.setTransportGuarantee ( String value ) : void
[run-time name: org/apache/openejb/jee/UserDataConstraint.setTransportGuarantee:(Ljava/lang/String;)V]
openejb-jee-3.1.4.jar, WebModule.class
package org.apache.openejb.jee
WebModule.getContextRoot ( ) : String
[run-time name: org/apache/openejb/jee/WebModule.getContextRoot:()Ljava/lang/String;]
WebModule.getId ( ) : String
[run-time name: org/apache/openejb/jee/WebModule.getId:()Ljava/lang/String;]
WebModule.getWebUri ( ) : String
[run-time name: org/apache/openejb/jee/WebModule.getWebUri:()Ljava/lang/String;]
WebModule.setContextRoot ( String contextRoot ) : void
[run-time name: org/apache/openejb/jee/WebModule.setContextRoot:(Ljava/lang/String;)V]
WebModule.setId ( String id ) : void
[run-time name: org/apache/openejb/jee/WebModule.setId:(Ljava/lang/String;)V]
WebModule.setWebUri ( String webUri ) : void
[run-time name: org/apache/openejb/jee/WebModule.setWebUri:(Ljava/lang/String;)V]
WebModule.WebModule ( )
[run-time name: org/apache/openejb/jee/WebModule."<init>":()V]
openejb-jee-3.1.4.jar, WebResourceCollection.class
package org.apache.openejb.jee
WebResourceCollection.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/WebResourceCollection.getDescription:()Ljava/util/List;]
openejb-jee-3.1.4.jar, Webservices.class
package org.apache.openejb.jee
Webservices.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Webservices.getDescription:()Ljava/util/List;]
Webservices.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/Webservices.getDisplayName:()Ljava/util/List;]
openejb-loader-3.1.4.jar, BasicURLClassPath.class
package org.apache.openejb.loader
BasicURLClassPath.getURLClassPath ( java.net.URLClassLoader loader ) : sun.misc.URLClassPath
[run-time name: org/apache/openejb/loader/BasicURLClassPath.getURLClassPath:(Ljava/net/URLClassLoader;)Lsun/misc/URLClassPath;]
openejb-loader-3.1.4.jar, FileUtils.class
package org.apache.openejb.loader
FileUtils.copyFile ( java.io.File destination, java.io.File source ) [static] : void
[run-time name: org/apache/openejb/loader/FileUtils.copyFile:(Ljava/io/File;Ljava/io/File;)V]
FileUtils.copyFile ( java.io.File destination, java.io.File source, boolean deleteSourceFile ) [static] : void
[run-time name: org/apache/openejb/loader/FileUtils.copyFile:(Ljava/io/File;Ljava/io/File;Z)V]
openejb-multicast-3.1.4.jar, MultipointServer.class
package org.apache.openejb.server.discovery
MultipointServer.MultipointServer ( String host, int port, Tracker tracker )
[run-time name: org/apache/openejb/server/discovery/MultipointServer."<init>":(Ljava/lang/String;ILorg/apache/openejb/server/discovery/Tracker;)V]
openejb-multicast-3.1.4.jar, Tracker.class
package org.apache.openejb.server.discovery
Tracker.Tracker ( String group, long heartRate, int maxMissedHeartbeats, long reconnectDelay, long maxReconnectDelay, int maxReconnectAttempts, long exponentialBackoff )
[run-time name: org/apache/openejb/server/discovery/Tracker."<init>":(Ljava/lang/String;JIJJIJ)V]
openejb-server-3.1.4.jar, ServiceDaemon.class
package org.apache.openejb.server
ServiceDaemon.getAddress ( ) : java.net.InetAddress
[run-time name: org/apache/openejb/server/ServiceDaemon.getAddress:()Ljava/net/InetAddress;]
ServiceDaemon.getSoTimeout ( ) : int
[run-time name: org/apache/openejb/server/ServiceDaemon.getSoTimeout:()I]
ServiceDaemon.setSoTimeout ( int timeout ) : void
[run-time name: org/apache/openejb/server/ServiceDaemon.setSoTimeout:(I)V]
openejb-server-3.1.4.jar, ServicePool.class
package org.apache.openejb.server
ServicePool.ServicePool ( ServerService next, java.util.concurrent.Executor executor )
[run-time name: org/apache/openejb/server/ServicePool."<init>":(Lorg/apache/openejb/server/ServerService;Ljava/util/concurrent/Executor;)V]
ServicePool.ServicePool ( ServerService next, String name, int threads )
[run-time name: org/apache/openejb/server/ServicePool."<init>":(Lorg/apache/openejb/server/ServerService;Ljava/lang/String;I)V]
ServicePool.ServicePool ( ServerService next, String name, java.util.Properties properties )
[run-time name: org/apache/openejb/server/ServicePool."<init>":(Lorg/apache/openejb/server/ServerService;Ljava/lang/String;Ljava/util/Properties;)V]
openejb-telnet-3.1.4.jar, Command.class
package org.apache.openejb.server.telnet
Command.Command ( )
[run-time name: org/apache/openejb/server/telnet/Command."<init>":()V]
Command.exec ( Command.Arguments args, java.io.DataInputStream in, java.io.PrintStream out ) : void
[run-time name: org/apache/openejb/server/telnet/Command.exec:(Lorg/apache/openejb/server/telnet/Command$Arguments;Ljava/io/DataInputStream;Ljava/io/PrintStream;)V]
Command.getCommand ( String name ) [static] : Command
[run-time name: org/apache/openejb/server/telnet/Command.getCommand:(Ljava/lang/String;)Lorg/apache/openejb/server/telnet/Command;]
Command.loadCommand ( Class commandClass ) [static] : Command
[run-time name: org/apache/openejb/server/telnet/Command.loadCommand:(Ljava/lang/Class;)Lorg/apache/openejb/server/telnet/Command;]
Command.loadCommandList ( ) [static] : void
[run-time name: org/apache/openejb/server/telnet/Command.loadCommandList:()V]
Command.register ( String name, Class cmd ) [static] : void
[run-time name: org/apache/openejb/server/telnet/Command.register:(Ljava/lang/String;Ljava/lang/Class;)V]
Command.register ( String name, Command cmd ) [static] : void
[run-time name: org/apache/openejb/server/telnet/Command.register:(Ljava/lang/String;Lorg/apache/openejb/server/telnet/Command;)V]
openejb-telnet-3.1.4.jar, Exit.class
package org.apache.openejb.server.telnet
Exit.exec ( Command.Arguments args, java.io.DataInputStream in, java.io.PrintStream out ) : void
[run-time name: org/apache/openejb/server/telnet/Exit.exec:(Lorg/apache/openejb/server/telnet/Command$Arguments;Ljava/io/DataInputStream;Ljava/io/PrintStream;)V]
Exit.Exit ( )
[run-time name: org/apache/openejb/server/telnet/Exit."<init>":()V]
Exit.register ( ) [static] : void
[run-time name: org/apache/openejb/server/telnet/Exit.register:()V]
openejb-telnet-3.1.4.jar, GroovySh.class
package org.apache.openejb.server.telnet
GroovySh.exec ( Command.Arguments args, java.io.DataInputStream in, java.io.PrintStream out ) : void
[run-time name: org/apache/openejb/server/telnet/GroovySh.exec:(Lorg/apache/openejb/server/telnet/Command$Arguments;Ljava/io/DataInputStream;Ljava/io/PrintStream;)V]
GroovySh.GroovySh ( )
[run-time name: org/apache/openejb/server/telnet/GroovySh."<init>":()V]
GroovySh.register ( ) [static] : void
[run-time name: org/apache/openejb/server/telnet/GroovySh.register:()V]
openejb-telnet-3.1.4.jar, Help.class
package org.apache.openejb.server.telnet
Help.exec ( Command.Arguments args, java.io.DataInputStream in, java.io.PrintStream out ) : void
[run-time name: org/apache/openejb/server/telnet/Help.exec:(Lorg/apache/openejb/server/telnet/Command$Arguments;Ljava/io/DataInputStream;Ljava/io/PrintStream;)V]
Help.Help ( )
[run-time name: org/apache/openejb/server/telnet/Help."<init>":()V]
Help.register ( ) [static] : void
[run-time name: org/apache/openejb/server/telnet/Help.register:()V]
openejb-telnet-3.1.4.jar, Lookup.class
package org.apache.openejb.server.telnet
Lookup.exec ( Command.Arguments args, java.io.DataInputStream in, java.io.PrintStream out ) : void
[run-time name: org/apache/openejb/server/telnet/Lookup.exec:(Lorg/apache/openejb/server/telnet/Command$Arguments;Ljava/io/DataInputStream;Ljava/io/PrintStream;)V]
Lookup.list ( String name, java.io.DataInputStream in, java.io.PrintStream out ) : void
[run-time name: org/apache/openejb/server/telnet/Lookup.list:(Ljava/lang/String;Ljava/io/DataInputStream;Ljava/io/PrintStream;)V]
Lookup.Lookup ( )
[run-time name: org/apache/openejb/server/telnet/Lookup."<init>":()V]
Lookup.register ( ) [static] : void
[run-time name: org/apache/openejb/server/telnet/Lookup.register:()V]
openejb-telnet-3.1.4.jar, Ls.class
package org.apache.openejb.server.telnet
Ls.exec ( Command.Arguments args, java.io.DataInputStream in, java.io.PrintStream out ) : void
[run-time name: org/apache/openejb/server/telnet/Ls.exec:(Lorg/apache/openejb/server/telnet/Command$Arguments;Ljava/io/DataInputStream;Ljava/io/PrintStream;)V]
Ls.Ls ( )
[run-time name: org/apache/openejb/server/telnet/Ls."<init>":()V]
Ls.register ( ) [static] : void
[run-time name: org/apache/openejb/server/telnet/Ls.register:()V]
openejb-telnet-3.1.4.jar, Prompt.class
package org.apache.openejb.server.telnet
Prompt._DONT_register ( ) [static] : void
[run-time name: org/apache/openejb/server/telnet/Prompt._DONT_register:()V]
Prompt.exec ( Command.Arguments args, java.io.DataInputStream in, java.io.PrintStream out ) : void
[run-time name: org/apache/openejb/server/telnet/Prompt.exec:(Lorg/apache/openejb/server/telnet/Command$Arguments;Ljava/io/DataInputStream;Ljava/io/PrintStream;)V]
Prompt.Prompt ( )
[run-time name: org/apache/openejb/server/telnet/Prompt."<init>":()V]
openejb-telnet-3.1.4.jar, Stop.class
package org.apache.openejb.server.telnet
Stop.exec ( Command.Arguments args, java.io.DataInputStream in, java.io.PrintStream out ) : void
[run-time name: org/apache/openejb/server/telnet/Stop.exec:(Lorg/apache/openejb/server/telnet/Command$Arguments;Ljava/io/DataInputStream;Ljava/io/PrintStream;)V]
Stop.register ( ) [static] : void
[run-time name: org/apache/openejb/server/telnet/Stop.register:()V]
Stop.Stop ( )
[run-time name: org/apache/openejb/server/telnet/Stop."<init>":()V]
openejb-telnet-3.1.4.jar, TelnetInputStream.class
package org.apache.openejb.server.telnet
TelnetInputStream.read ( ) : int
[run-time name: org/apache/openejb/server/telnet/TelnetInputStream.read:()I]
TelnetInputStream.TelnetInputStream ( java.io.InputStream in, java.io.OutputStream out )
[run-time name: org/apache/openejb/server/telnet/TelnetInputStream."<init>":(Ljava/io/InputStream;Ljava/io/OutputStream;)V]
openejb-telnet-3.1.4.jar, TelnetPrintStream.class
package org.apache.openejb.server.telnet
TelnetPrintStream.println ( ) : void
[run-time name: org/apache/openejb/server/telnet/TelnetPrintStream.println:()V]
TelnetPrintStream.println ( boolean x ) : void
[run-time name: org/apache/openejb/server/telnet/TelnetPrintStream.println:(Z)V]
TelnetPrintStream.println ( char x ) : void
[run-time name: org/apache/openejb/server/telnet/TelnetPrintStream.println:(C)V]
TelnetPrintStream.println ( char[ ] x ) : void
[run-time name: org/apache/openejb/server/telnet/TelnetPrintStream.println:([C)V]
TelnetPrintStream.println ( double x ) : void
[run-time name: org/apache/openejb/server/telnet/TelnetPrintStream.println:(D)V]
TelnetPrintStream.println ( float x ) : void
[run-time name: org/apache/openejb/server/telnet/TelnetPrintStream.println:(F)V]
TelnetPrintStream.println ( int x ) : void
[run-time name: org/apache/openejb/server/telnet/TelnetPrintStream.println:(I)V]
TelnetPrintStream.println ( long x ) : void
[run-time name: org/apache/openejb/server/telnet/TelnetPrintStream.println:(J)V]
TelnetPrintStream.println ( String x ) : void
[run-time name: org/apache/openejb/server/telnet/TelnetPrintStream.println:(Ljava/lang/String;)V]
TelnetPrintStream.TelnetPrintStream ( java.io.OutputStream out )
[run-time name: org/apache/openejb/server/telnet/TelnetPrintStream."<init>":(Ljava/io/OutputStream;)V]
openejb-telnet-3.1.4.jar, TelnetServer.class
package org.apache.openejb.server.telnet
TelnetServer.getIP ( ) : String
[run-time name: org/apache/openejb/server/telnet/TelnetServer.getIP:()Ljava/lang/String;]
TelnetServer.getName ( ) : String
[run-time name: org/apache/openejb/server/telnet/TelnetServer.getName:()Ljava/lang/String;]
TelnetServer.getPort ( ) : int
[run-time name: org/apache/openejb/server/telnet/TelnetServer.getPort:()I]
TelnetServer.init ( java.util.Properties props ) : void
[run-time name: org/apache/openejb/server/telnet/TelnetServer.init:(Ljava/util/Properties;)V]
TelnetServer.service ( java.io.InputStream in, java.io.OutputStream out ) : void
[run-time name: org/apache/openejb/server/telnet/TelnetServer.service:(Ljava/io/InputStream;Ljava/io/OutputStream;)V]
TelnetServer.service ( java.net.Socket socket ) : void
[run-time name: org/apache/openejb/server/telnet/TelnetServer.service:(Ljava/net/Socket;)V]
TelnetServer.start ( ) : void
[run-time name: org/apache/openejb/server/telnet/TelnetServer.start:()V]
TelnetServer.stop ( ) : void
[run-time name: org/apache/openejb/server/telnet/TelnetServer.stop:()V]
TelnetServer.TelnetServer ( )
[run-time name: org/apache/openejb/server/telnet/TelnetServer."<init>":()V]
openejb-telnet-3.1.4.jar, Test.class
package org.apache.openejb.server.telnet
Test._DONT_register ( ) [static] : void
[run-time name: org/apache/openejb/server/telnet/Test._DONT_register:()V]
Test.exec ( Command.Arguments args, java.io.DataInputStream in, java.io.PrintStream out ) : void
[run-time name: org/apache/openejb/server/telnet/Test.exec:(Lorg/apache/openejb/server/telnet/Command$Arguments;Ljava/io/DataInputStream;Ljava/io/PrintStream;)V]
Test.Test ( )
[run-time name: org/apache/openejb/server/telnet/Test."<init>":()V]
openejb-telnet-3.1.4.jar, TextConsole.class
package org.apache.openejb.server.telnet
TextConsole.badCommand ( java.io.DataInputStream in, java.io.PrintStream out ) : void
[run-time name: org/apache/openejb/server/telnet/TextConsole.badCommand:(Ljava/io/DataInputStream;Ljava/io/PrintStream;)V]
TextConsole.exec ( java.io.InputStream input, java.io.PrintStream out ) : void
[run-time name: org/apache/openejb/server/telnet/TextConsole.exec:(Ljava/io/InputStream;Ljava/io/PrintStream;)V]
TextConsole.init ( java.util.Properties props ) : void
[run-time name: org/apache/openejb/server/telnet/TextConsole.init:(Ljava/util/Properties;)V]
TextConsole.prompt ( java.io.DataInputStream in, java.io.PrintStream out ) : void
[run-time name: org/apache/openejb/server/telnet/TextConsole.prompt:(Ljava/io/DataInputStream;Ljava/io/PrintStream;)V]
TextConsole.TextConsole ( )
[run-time name: org/apache/openejb/server/telnet/TextConsole."<init>":()V]
openejb-telnet-3.1.4.jar, Version.class
package org.apache.openejb.server.telnet
Version.exec ( Command.Arguments args, java.io.DataInputStream in, java.io.PrintStream out ) : void
[run-time name: org/apache/openejb/server/telnet/Version.exec:(Lorg/apache/openejb/server/telnet/Command$Arguments;Ljava/io/DataInputStream;Ljava/io/PrintStream;)V]
Version.register ( ) [static] : void
[run-time name: org/apache/openejb/server/telnet/Version.register:()V]
Version.Version ( )
[run-time name: org/apache/openejb/server/telnet/Version."<init>":()V]
openejb-webservices-3.1.4.jar, BasicAuthHttpListenerWrapper.class
package org.apache.openejb.server.webservices
BasicAuthHttpListenerWrapper.BasicAuthHttpListenerWrapper ( org.apache.openejb.server.httpd.HttpListener httpListener, String realmName )
[run-time name: org/apache/openejb/server/webservices/BasicAuthHttpListenerWrapper."<init>":(Lorg/apache/openejb/server/httpd/HttpListener;Ljava/lang/String;)V]
BasicAuthHttpListenerWrapper.onMessage ( org.apache.openejb.server.httpd.HttpRequest request, org.apache.openejb.server.httpd.HttpResponse response ) : void
[run-time name: org/apache/openejb/server/webservices/BasicAuthHttpListenerWrapper.onMessage:(Lorg/apache/openejb/server/httpd/HttpRequest;Lorg/apache/openejb/server/httpd/HttpResponse;)V]
openejb-webservices-3.1.4.jar, OpenEJBHttpWsRegistry.class
package org.apache.openejb.server.webservices
OpenEJBHttpWsRegistry.addWsContainer ( String path, org.apache.openejb.server.httpd.HttpListener httpListener, String virtualHost, String realmName, String transportGuarantee, String authMethod, ClassLoader classLoader ) : java.util.List
[run-time name: org/apache/openejb/server/webservices/OpenEJBHttpWsRegistry.addWsContainer:(Ljava/lang/String;Lorg/apache/openejb/server/httpd/HttpListener;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/util/List;]
openejb-webservices-3.1.4.jar, WsRegistry.class
package org.apache.openejb.server.webservices
WsRegistry.addWsContainer ( String p1, org.apache.openejb.server.httpd.HttpListener p2, String p3, String p4, String p5, String p6, ClassLoader p7 ) [abstract] : java.util.List
[run-time name: org/apache/openejb/server/webservices/WsRegistry.addWsContainer:(Ljava/lang/String;Lorg/apache/openejb/server/httpd/HttpListener;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/util/List;]
openejb-webservices-3.1.4.jar, WsService.class
package org.apache.openejb.server.webservices
WsService.createEjbWsContainer ( java.net.URL p1, org.apache.openejb.core.webservices.PortData p2, org.apache.openejb.DeploymentInfo 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/DeploymentInfo;)Lorg/apache/openejb/server/httpd/HttpListener;]
to the top
Problems with Data Types, High Severity (359)
openejb-client-3.1.4.jar
package org.apache.openejb.client
[+] RandomConnectionStrategy (1)
| Change | Effect |
---|
1 | Removed super-interface ConnectionStrategy. | Recompilation of a client program may be terminated with the message: cannot find method in class RandomConnectionStrategy. |
[+] affected methods (1)
RandomConnectionStrategy.RandomConnectionStrategy ( )This constructor is from 'RandomConnectionStrategy' class.
[+] Request (2)
| Change | Effect |
---|
1 | Abstract method Request.getRequestType ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRequestType() in Request. |
2 | Abstract method Request.getRequestType ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getRequestType() in interface Request. |
[+] affected methods (5)
Client.processRequest ( Request req, Response res, ServerMetaData server )1st parameter 'req' of this method has type 'Request'.
Client.request ( Request req, Response res, ServerMetaData server )1st parameter 'req' of this method has type 'Request'.
ConnectionManager.getConnection ( ClusterMetaData cluster, ServerMetaData server, Request req )3rd parameter 'req' of this method has type 'Request'.
Request.readExternal ( java.io.ObjectInput p1 )This abstract method is from 'Request' interface.
Request.writeExternal ( java.io.ObjectOutput p1 )This abstract method is from 'Request' interface.
[+] RoundRobinConnectionStrategy (1)
| Change | Effect |
---|
1 | Removed super-interface ConnectionStrategy. | Recompilation of a client program may be terminated with the message: cannot find method in class RoundRobinConnectionStrategy. |
[+] affected methods (1)
RoundRobinConnectionStrategy.RoundRobinConnectionStrategy ( )This constructor is from 'RoundRobinConnectionStrategy' class.
[+] StickyConnectionStrategy (1)
| Change | Effect |
---|
1 | Removed super-interface ConnectionStrategy. | Recompilation of a client program may be terminated with the message: cannot find method in class StickyConnectionStrategy. |
[+] affected methods (1)
StickyConnectionStrategy.StickyConnectionStrategy ( )This constructor is from 'StickyConnectionStrategy' class.
openejb-core-3.1.4.jar
package org.apache.openejb
[+] Container (10)
| Change | Effect |
---|
1 | Abstract method Container.deploy ( BeanContext p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deploy(BeanContext) in Container. |
2 | Abstract method Container.getBeanContext ( Object p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBeanContext(java.lang.Object) in Container. |
3 | Abstract method Container.getBeanContexts ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBeanContexts() in Container. |
4 | Abstract method Container.start ( BeanContext p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method start(BeanContext) in Container. |
5 | Abstract method Container.stop ( BeanContext p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method stop(BeanContext) in Container. |
6 | Abstract method Container.undeploy ( BeanContext p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method undeploy(BeanContext) in Container. |
7 | Abstract method Container.deploy ( DeploymentInfo p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deploy(DeploymentInfo) in interface Container. |
8 | Abstract method Container.deployments ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deployments() in interface Container. |
9 | Abstract method Container.getDeploymentInfo ( Object p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getDeploymentInfo(java.lang.Object) in interface Container. |
10 | Abstract method Container.undeploy ( DeploymentInfo p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method undeploy(DeploymentInfo) in interface Container. |
[+] affected methods (10)
Container.getContainerID ( )This abstract method is from 'Container' interface.
Container.getContainerType ( )This abstract method is from 'Container' interface.
core.CoreContainerSystem.addContainer ( Object id, Container c )2nd parameter 'c' of this method has type 'Container'.
core.CoreContainerSystem.getContainer ( Object id )Return value of this method has type 'Container'.
core.entity.EntityEjbObjectHandler.getRegistryId ( Container container, Object deploymentId, Object primaryKey )1st parameter 'container' of this method has type 'Container'.
core.managed.ManagedObjectHandler.RegistryId.ManagedObjectHandler.RegistryId ( Container container, Object deploymentId, Object primaryKey )1st parameter 'container' of this method has type 'Container'.
core.singleton.SingletonEjbObjectHandler.createRegistryId ( Object primKey, Object deployId, Container contnr )3rd parameter 'contnr' of this method has type 'Container'.
core.stateful.StatefulEjbObjectHandler.RegistryId.StatefulEjbObjectHandler.RegistryId ( Container container, Object deploymentId, Object primaryKey )1st parameter 'container' of this method has type 'Container'.
core.stateless.StatelessEjbObjectHandler.createRegistryId ( Object primKey, Object deployId, Container contnr )3rd parameter 'contnr' of this method has type 'Container'.
spi.ContainerSystem.getContainer ( Object p1 )Return value of this abstract method has type 'Container'.
[+] DeploymentInfo (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeploymentInfo. |
[+] affected methods (64)
DeploymentInfo.get ( Class p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getActivationProperties ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getAroundInvoke ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getAuthorizedRoles ( reflect.Method p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getAuthorizedRoles ( String p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getBeanClass ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getBusinessLocalBeanHome ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getBusinessLocalBeanInterface ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getBusinessLocalHome ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getBusinessLocalHome ( java.util.List p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getBusinessLocalInterface ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getBusinessLocalInterfaces ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getBusinessRemoteHome ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getBusinessRemoteHome ( java.util.List p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getBusinessRemoteInterface ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getBusinessRemoteInterfaces ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getClassLoader ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getComponentType ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getContainer ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getDependsOn ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getDeploymentID ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getDestinationId ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getEJBHome ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getEJBLocalHome ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getEjbName ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getEjbTimeout ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getEjbTimerService ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getExceptionType ( Throwable p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getHomeInterface ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getInjections ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getInterface ( InterfaceType p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getInterfaces ( InterfaceType p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getInterfaceType ( Class p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getJndiEnc ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getLocalHomeInterface ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getLocalInterface ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getMdbInterface ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getMethodInterceptors ( reflect.Method p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getMethodSchedules ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getModuleID ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getObjectInterface ( Class p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getPostActivate ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getPostConstruct ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getPreDestroy ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getPrePassivate ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getPrimaryKeyClass ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getPrimaryKeyField ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getProperties ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getRemoteInterface ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getRemoveMethods ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getRunAs ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getSecurityRole ( String p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getServiceEndpointInterface ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getTransactionPolicyFactory ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getTransactionType ( reflect.Method p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.isBeanManagedConcurrency ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.isBeanManagedTransaction ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.isDestroyed ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.isLoadOnStartup ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.isReentrant ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.isSessionSynchronized ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.retainIfExeption ( reflect.Method p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.set ( Class p1, Object p2 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.setContainer ( Container p1 )This abstract method is from 'DeploymentInfo' interface.
[+] DeploymentInfo.BusinessLocalBeanHome (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeploymentInfo.BusinessLocalBeanHome. |
[+] affected methods (1)
DeploymentInfo.BusinessLocalBeanHome.create ( )This abstract method is from 'DeploymentInfo.BusinessLocalBeanHome' interface.
[+] DeploymentInfo.BusinessLocalHome (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeploymentInfo.BusinessLocalHome. |
[+] affected methods (1)
DeploymentInfo.BusinessLocalHome.create ( )This abstract method is from 'DeploymentInfo.BusinessLocalHome' interface.
[+] DeploymentInfo.BusinessRemoteHome (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeploymentInfo.BusinessRemoteHome. |
[+] affected methods (1)
DeploymentInfo.BusinessRemoteHome.create ( )This abstract method is from 'DeploymentInfo.BusinessRemoteHome' interface.
[+] ProxyInfo (1)
| Change | Effect |
---|
1 | Field deploymentInfo (DeploymentInfo) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable deploymentInfo in ProxyInfo. |
[+] affected methods (39)
core.ivm.BaseEjbProxyHandler.getProxyInfo ( )Return value of this abstract method has type 'ProxyInfo'.
core.ivm.EjbHomeProxyHandler.getProxyInfo ( )Return value of this method has type 'ProxyInfo'.
core.ivm.EjbObjectProxyHandler.getProxyInfo ( )Return value of this method has type 'ProxyInfo'.
core.ivm.IntraVmServer.getBusinessObject ( ProxyInfo pi )1st parameter 'pi' of this method has type 'ProxyInfo'.
core.ivm.IntraVmServer.getEJBHome ( ProxyInfo pi )1st parameter 'pi' of this method has type 'ProxyInfo'.
core.ivm.IntraVmServer.getEJBMetaData ( ProxyInfo pi )1st parameter 'pi' of this method has type 'ProxyInfo'.
core.ivm.IntraVmServer.getEJBObject ( ProxyInfo pi )1st parameter 'pi' of this method has type 'ProxyInfo'.
core.ivm.IntraVmServer.getHandle ( ProxyInfo pi )1st parameter 'pi' of this method has type 'ProxyInfo'.
core.ivm.IntraVmServer.getHomeHandle ( ProxyInfo pi )1st parameter 'pi' of this method has type 'ProxyInfo'.
core.ServerFederation.getBusinessObject ( ProxyInfo proxyInfo )1st parameter 'proxyInfo' of this method has type 'ProxyInfo'.
core.ServerFederation.getEJBHome ( ProxyInfo proxyInfo )1st parameter 'proxyInfo' of this method has type 'ProxyInfo'.
core.ServerFederation.getEJBMetaData ( ProxyInfo proxyInfo )1st parameter 'proxyInfo' of this method has type 'ProxyInfo'.
core.ServerFederation.getEJBObject ( ProxyInfo proxyInfo )1st parameter 'proxyInfo' of this method has type 'ProxyInfo'.
core.ServerFederation.getHandle ( ProxyInfo proxyInfo )1st parameter 'proxyInfo' of this method has type 'ProxyInfo'.
core.ServerFederation.getHomeHandle ( ProxyInfo proxyInfo )1st parameter 'proxyInfo' of this method has type 'ProxyInfo'.
ProxyInfo.getBeanContainer ( )This method is from 'ProxyInfo' class.
ProxyInfo.getInterface ( )This method is from 'ProxyInfo' class.
ProxyInfo.getInterfaces ( )This method is from 'ProxyInfo' class.
ProxyInfo.getInterfaceType ( )This method is from 'ProxyInfo' class.
ProxyInfo.getPrimaryKey ( )This method is from 'ProxyInfo' class.
ProxyInfo.ProxyInfo ( )This constructor is from 'ProxyInfo' class.
server.ejbd.EjbDaemon.getBusinessObject ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
server.ejbd.EjbDaemon.getEJBHome ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
server.ejbd.EjbDaemon.getEJBMetaData ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
server.ejbd.EjbDaemon.getEJBObject ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
server.ejbd.EjbDaemon.getHandle ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
server.ejbd.EjbDaemon.getHomeHandle ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
server.ejbd.EjbServer.getBusinessObject ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
server.ejbd.EjbServer.getEJBHome ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
server.ejbd.EjbServer.getEJBMetaData ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
server.ejbd.EjbServer.getEJBObject ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
server.ejbd.EjbServer.getHandle ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
server.ejbd.EjbServer.getHomeHandle ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
spi.ApplicationServer.getBusinessObject ( ProxyInfo p1 )1st parameter 'p1' of this abstract method has type 'ProxyInfo'.
spi.ApplicationServer.getEJBHome ( ProxyInfo p1 )1st parameter 'p1' of this abstract method has type 'ProxyInfo'.
spi.ApplicationServer.getEJBMetaData ( ProxyInfo p1 )1st parameter 'p1' of this abstract method has type 'ProxyInfo'.
spi.ApplicationServer.getEJBObject ( ProxyInfo p1 )1st parameter 'p1' of this abstract method has type 'ProxyInfo'.
spi.ApplicationServer.getHandle ( ProxyInfo p1 )1st parameter 'p1' of this abstract method has type 'ProxyInfo'.
spi.ApplicationServer.getHomeHandle ( ProxyInfo p1 )1st parameter 'p1' of this abstract method has type 'ProxyInfo'.
package org.apache.openejb.assembler.classic
[+] AppInfo (1)
| Change | Effect |
---|
1 | Field jarPath has been renamed to appId. | Recompilation of a client program may be terminated with the message: cannot find variable jarPath in AppInfo. |
[+] affected methods (20)
AppInfo.AppInfo ( )This constructor is from 'AppInfo' class.
Assembler.createAppClassLoader ( AppInfo appInfo )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'.
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'.
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 location, 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.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'.
org.apache.openejb.server.webservices.WsService.afterApplicationCreated ( AppInfo appInfo )1st parameter 'appInfo' of this method has type 'AppInfo'.
org.apache.openejb.server.webservices.WsService.beforeApplicationDestroyed ( AppInfo appInfo )1st parameter 'appInfo' of this method has type 'AppInfo'.
[+] Assembler (3)
| Change | Effect |
---|
1 | Field DUCT_TAPE_PROPERTY (java.lang.String) with the compile-time constant value "duct tape" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable DUCT_TAPE_PROPERTY in Assembler. |
2 | Field JAVA_OPENEJB_NAMING_CONTEXT (java.lang.String) with the compile-time constant value "openejb/" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable JAVA_OPENEJB_NAMING_CONTEXT in Assembler. |
3 | Field PERSISTENCE_UNIT_NAMING_CONTEXT (java.lang.String) with the compile-time constant value "openejb/PersistenceUnit/" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable PERSISTENCE_UNIT_NAMING_CONTEXT in Assembler. |
[+] affected methods (27)
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.createConnectionManager ( ConnectionManagerInfo serviceInfo )This method is from 'Assembler' class.
Assembler.createContainer ( ContainerInfo serviceInfo )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.destroy ( )This method is from 'Assembler' class.
Assembler.destroyApplication ( String filePath )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.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.
[+] ClientInfo (1)
| Change | Effect |
---|
1 | Field codebase has been renamed to path. | Recompilation of a client program may be terminated with the message: cannot find variable codebase in ClientInfo. |
[+] affected methods (2)
ClientInfo.ClientInfo ( )This constructor is from 'ClientInfo' class.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( org.apache.openejb.config.ClientModule clientModule )Return value of this method has type 'ClientInfo'.
[+] ConnectorInfo (1)
| Change | Effect |
---|
1 | Field codebase has been renamed to path. | Recompilation of a client program may be terminated with the message: cannot find variable codebase in ConnectorInfo. |
[+] affected methods (2)
ConnectorInfo.ConnectorInfo ( )This constructor is from 'ConnectorInfo' class.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( org.apache.openejb.config.ConnectorModule connectorModule )Return value of this method has type 'ConnectorInfo'.
[+] EjbJarInfo (3)
| Change | Effect |
---|
1 | Field jarPath (java.lang.String) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable jarPath in EjbJarInfo. |
2 | Field methodSchedules (java.util.List) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable methodSchedules in EjbJarInfo. |
3 | Field moduleId has been renamed to moduleName. | Recompilation of a client program may be terminated with the message: cannot find variable moduleId in EjbJarInfo. |
[+] affected methods (9)
EjbJarInfo.EjbJarInfo ( )This constructor is from 'EjbJarInfo' class.
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.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'.
[+] EjbReferenceInfo (2)
| Change | Effect |
---|
1 | Field location (ReferenceLocationInfo) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable location in EjbReferenceInfo. |
2 | Field referenceName (java.lang.String) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable referenceName in EjbReferenceInfo. |
[+] affected methods (1)
EjbReferenceInfo.EjbReferenceInfo ( )This constructor is from 'EjbReferenceInfo' class.
[+] EnvEntryInfo (2)
| Change | Effect |
---|
1 | Field location (ReferenceLocationInfo) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable location in EnvEntryInfo. |
2 | Field name (java.lang.String) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable name in EnvEntryInfo. |
[+] affected methods (1)
EnvEntryInfo.EnvEntryInfo ( )This constructor is from 'EnvEntryInfo' class.
[+] HandlerChainInfo (2)
| Change | Effect |
---|
1 | Type of field portNamePattern has been changed from java.lang.String to javax.xml.namespace.QName. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.lang.String, required: javax.xml.namespace.QName. |
2 | Type of field serviceNamePattern has been changed from java.lang.String to javax.xml.namespace.QName. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.lang.String, required: javax.xml.namespace.QName. |
[+] affected methods (1)
HandlerChainInfo.HandlerChainInfo ( )This constructor is from 'HandlerChainInfo' class.
[+] JndiBuilder.JndiNameStrategy (5)
| Change | Effect |
---|
1 | Abstract method JndiBuilder.JndiNameStrategy.begin ( org.apache.openejb.BeanContext p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method begin(org.apache.openejb.BeanContext) in JndiBuilder.JndiNameStrategy. |
2 | Abstract method JndiBuilder.JndiNameStrategy.getName ( Class p1, String p2, JndiBuilder.JndiNameStrategy.Interface p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getName(java.lang.Class, java.lang.String, JndiBuilder.JndiNameStrategy.Interface) in JndiBuilder.JndiNameStrategy. |
3 | Abstract method JndiBuilder.JndiNameStrategy.getNames ( Class p1, JndiBuilder.JndiNameStrategy.Interface p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getNames(java.lang.Class, JndiBuilder.JndiNameStrategy.Interface) in JndiBuilder.JndiNameStrategy. |
4 | Abstract method JndiBuilder.JndiNameStrategy.begin ( org.apache.openejb.DeploymentInfo p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method begin(org.apache.openejb.DeploymentInfo) in interface JndiBuilder.JndiNameStrategy. |
5 | Abstract method JndiBuilder.JndiNameStrategy.getName ( Class p1, JndiBuilder.JndiNameStrategy.Interface p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getName(java.lang.Class, JndiBuilder.JndiNameStrategy.Interface) in interface JndiBuilder.JndiNameStrategy. |
[+] affected methods (2)
JndiBuilder.createStrategy ( EjbJarInfo ejbJar, java.util.Map deployments )Return value of this method has type 'JndiBuilder.JndiNameStrategy'.
JndiBuilder.JndiNameStrategy.end ( )This abstract method is from 'JndiBuilder.JndiNameStrategy' interface.
[+] MethodScheduleInfo (1)
| Change | Effect |
---|
1 | Field ejbName (java.lang.String) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ejbName in MethodScheduleInfo. |
[+] affected methods (1)
MethodScheduleInfo.MethodScheduleInfo ( )This constructor is from 'MethodScheduleInfo' class.
[+] PersistenceBuilder (4)
| Change | Effect |
---|
1 | Field JTADATASOURCE_PROP (java.lang.String) with the compile-time constant value "javax.persistence.jtaDataSource" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable JTADATASOURCE_PROP in PersistenceBuilder. |
2 | Field NON_JTADATASOURCE_PROP (java.lang.String) with the compile-time constant value "javax.persistence.nonJtaDataSource" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable NON_JTADATASOURCE_PROP in PersistenceBuilder. |
3 | Field PROVIDER_PROP (java.lang.String) with the compile-time constant value "javax.persistence.provider" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable PROVIDER_PROP in PersistenceBuilder. |
4 | Field TRANSACTIONTYPE_PROP (java.lang.String) with the compile-time constant value "javax.persistence.transactionType" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable TRANSACTIONTYPE_PROP in PersistenceBuilder. |
[+] affected methods (1)
PersistenceBuilder.PersistenceBuilder ( org.apache.openejb.persistence.PersistenceClassLoaderHandler persistenceClassLoaderHandler )This constructor is from 'PersistenceBuilder' class.
[+] PersistenceContextReferenceInfo (2)
| Change | Effect |
---|
1 | Field location (ReferenceLocationInfo) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable location in PersistenceContextReferenceInfo. |
2 | Field referenceName (java.lang.String) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable referenceName in PersistenceContextReferenceInfo. |
[+] affected methods (1)
PersistenceContextReferenceInfo.PersistenceContextReferenceInfo ( )This constructor is from 'PersistenceContextReferenceInfo' class.
[+] PersistenceUnitReferenceInfo (2)
| Change | Effect |
---|
1 | Field location (ReferenceLocationInfo) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable location in PersistenceUnitReferenceInfo. |
2 | Field referenceName (java.lang.String) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable referenceName in PersistenceUnitReferenceInfo. |
[+] affected methods (1)
PersistenceUnitReferenceInfo.PersistenceUnitReferenceInfo ( )This constructor is from 'PersistenceUnitReferenceInfo' class.
[+] ResourceEnvReferenceInfo (2)
| Change | Effect |
---|
1 | Field location (ReferenceLocationInfo) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable location in ResourceEnvReferenceInfo. |
2 | Field resourceEnvRefName (java.lang.String) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable resourceEnvRefName in ResourceEnvReferenceInfo. |
[+] affected methods (1)
ResourceEnvReferenceInfo.ResourceEnvReferenceInfo ( )This constructor is from 'ResourceEnvReferenceInfo' class.
[+] ResourceReferenceInfo (2)
| Change | Effect |
---|
1 | Field location (ReferenceLocationInfo) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable location in ResourceReferenceInfo. |
2 | Field referenceName (java.lang.String) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable referenceName in ResourceReferenceInfo. |
[+] affected methods (1)
ResourceReferenceInfo.ResourceReferenceInfo ( )This constructor is from 'ResourceReferenceInfo' class.
[+] ServiceReferenceInfo (2)
| Change | Effect |
---|
1 | Field location (ReferenceLocationInfo) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable location in ServiceReferenceInfo. |
2 | Field referenceName (java.lang.String) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable referenceName in ServiceReferenceInfo. |
[+] affected methods (1)
ServiceReferenceInfo.ServiceReferenceInfo ( )This constructor is from 'ServiceReferenceInfo' class.
[+] SingletonBeanInfo (1)
| Change | Effect |
---|
1 | Field localbean (boolean) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable localbean in SingletonBeanInfo. |
[+] affected methods (1)
SingletonBeanInfo.SingletonBeanInfo ( )This constructor is from 'SingletonBeanInfo' class.
[+] StatefulBeanInfo (1)
| Change | Effect |
---|
1 | Field localbean (boolean) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable localbean in StatefulBeanInfo. |
[+] affected methods (1)
StatefulBeanInfo.StatefulBeanInfo ( )This constructor is from 'StatefulBeanInfo' class.
[+] StatelessBeanInfo (1)
| Change | Effect |
---|
1 | Field localbean (boolean) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable localbean in StatelessBeanInfo. |
[+] affected methods (1)
StatelessBeanInfo.StatelessBeanInfo ( )This constructor is from 'StatelessBeanInfo' class.
[+] WebAppBuilder (1)
| Change | Effect |
---|
1 | Abstract method WebAppBuilder.getJsfClasses ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getJsfClasses() in WebAppBuilder. |
[+] affected methods (2)
WebAppBuilder.deployWebApps ( AppInfo p1, ClassLoader p2 )This abstract method is from 'WebAppBuilder' interface.
WebAppBuilder.undeployWebApps ( AppInfo p1 )This abstract method is from 'WebAppBuilder' interface.
[+] WebAppInfo (1)
| Change | Effect |
---|
1 | Field codebase has been renamed to path. | Recompilation of a client program may be terminated with the message: cannot find variable codebase in WebAppInfo. |
[+] affected methods (3)
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'.
org.apache.openejb.server.webservices.WsService.afterApplicationCreated ( WebAppInfo webApp )1st parameter 'webApp' of this method has type 'WebAppInfo'.
package org.apache.openejb.client
[+] LocalInitialContext.Close (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LocalInitialContext.Close. |
[+] affected methods (2)
LocalInitialContext.Close.valueOf ( String name )This method is from 'LocalInitialContext.Close' class.
LocalInitialContext.Close.values ( )This method is from 'LocalInitialContext.Close' class.
[+] LocalInitialContextFactory (1)
| Change | Effect |
---|
1 | Removed super-interface javax.naming.spi.InitialContextFactory. | Recompilation of a client program may be terminated with the message: cannot find method in class LocalInitialContextFactory. |
[+] affected methods (1)
LocalInitialContextFactory.LocalInitialContextFactory ( )This constructor is from 'LocalInitialContextFactory' class.
package org.apache.openejb.config
[+] AnnotationDeployer.DiscoverAnnotatedBeans (2)
| Change | Effect |
---|
1 | Field knownEnvironmentEntries (java.util.Set) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable knownEnvironmentEntries in AnnotationDeployer.DiscoverAnnotatedBeans. |
2 | Field knownResourceEnvTypes (java.util.Set) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable knownResourceEnvTypes in AnnotationDeployer.DiscoverAnnotatedBeans. |
[+] affected methods (6)
AnnotationDeployer.DiscoverAnnotatedBeans.AnnotationDeployer.DiscoverAnnotatedBeans ( )This constructor is from 'AnnotationDeployer.DiscoverAnnotatedBeans' class.
AnnotationDeployer.DiscoverAnnotatedBeans.deploy ( AppModule appModule )This method is from 'AnnotationDeployer.DiscoverAnnotatedBeans' class.
AnnotationDeployer.DiscoverAnnotatedBeans.deploy ( ClientModule clientModule )This method is from 'AnnotationDeployer.DiscoverAnnotatedBeans' class.
AnnotationDeployer.DiscoverAnnotatedBeans.deploy ( ConnectorModule connectorModule )This method is from 'AnnotationDeployer.DiscoverAnnotatedBeans' class.
AnnotationDeployer.DiscoverAnnotatedBeans.deploy ( EjbModule ejbModule )This method is from 'AnnotationDeployer.DiscoverAnnotatedBeans' class.
AnnotationDeployer.DiscoverAnnotatedBeans.deploy ( WebModule webModule )This method is from 'AnnotationDeployer.DiscoverAnnotatedBeans' class.
[+] AnnotationDeployer.ProcessAnnotatedBeans (2)
| Change | Effect |
---|
1 | Field knownEnvironmentEntries (java.util.Set) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable knownEnvironmentEntries in AnnotationDeployer.ProcessAnnotatedBeans. |
2 | Field knownResourceEnvTypes (java.util.Set) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable knownResourceEnvTypes in AnnotationDeployer.ProcessAnnotatedBeans. |
[+] affected methods (6)
AnnotationDeployer.ProcessAnnotatedBeans.AnnotationDeployer.ProcessAnnotatedBeans ( )This constructor is from 'AnnotationDeployer.ProcessAnnotatedBeans' class.
AnnotationDeployer.ProcessAnnotatedBeans.deploy ( AppModule appModule )This method is from 'AnnotationDeployer.ProcessAnnotatedBeans' class.
AnnotationDeployer.ProcessAnnotatedBeans.deploy ( ClientModule clientModule )This method is from 'AnnotationDeployer.ProcessAnnotatedBeans' class.
AnnotationDeployer.ProcessAnnotatedBeans.deploy ( ConnectorModule connectorModule )This method is from 'AnnotationDeployer.ProcessAnnotatedBeans' class.
AnnotationDeployer.ProcessAnnotatedBeans.deploy ( EjbModule ejbModule )This method is from 'AnnotationDeployer.ProcessAnnotatedBeans' class.
AnnotationDeployer.ProcessAnnotatedBeans.deploy ( WebModule webModule )This method is from 'AnnotationDeployer.ProcessAnnotatedBeans' class.
[+] AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler. |
[+] affected methods (7)
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.addClassLevelDeclaration ( annotation.Annotation x0, Class x1 )This method is from 'AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler' class.
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.addClassLevelDeclaration ( javax.ejb.Lock attribute, Class type )This method is from 'AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler' class.
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.addMethodLevelDeclaration ( annotation.Annotation x0, reflect.Method x1 )This method is from 'AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler' class.
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.addMethodLevelDeclaration ( javax.ejb.Lock attribute, reflect.Method method )This method is from 'AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler' class.
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler ( org.apache.openejb.jee.AssemblyDescriptor assemblyDescriptor, String ejbName )This constructor is from 'AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler' class.
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.getAnnotationClass ( )This method is from 'AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler' class.
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.getExistingDeclarations ( )This method is from 'AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler' class.
[+] DeploymentModule (4)
| Change | Effect |
---|
1 | Abstract method DeploymentModule.getFile ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getFile() in DeploymentModule. |
2 | Abstract method DeploymentModule.getModuleUri ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getModuleUri() in DeploymentModule. |
3 | Abstract method DeploymentModule.isStandaloneModule ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isStandaloneModule() in DeploymentModule. |
4 | Abstract method DeploymentModule.setStandaloneModule ( boolean p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setStandaloneModule(boolean) in DeploymentModule. |
[+] affected methods (7)
AnnotationDeployer.getModule ( )Return value 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.getJarLocation ( )This abstract method is from 'DeploymentModule' interface.
DeploymentModule.getModuleId ( )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.
[+] DTDResolver (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DTDResolver. |
[+] affected methods (3)
DTDResolver.DTDResolver ( )This constructor is from 'DTDResolver' class.
DTDResolver.getDtd ( String dtdName )This method is from 'DTDResolver' class.
DTDResolver.resolveEntity ( String publicId, String systemId )This method is from 'DTDResolver' class.
[+] EjbSet (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EjbSet. |
[+] affected methods (15)
EjbSet.addError ( ValidationError error )This method is from 'EjbSet' class.
EjbSet.addFailure ( ValidationFailure failure )This method is from 'EjbSet' class.
EjbSet.addWarning ( ValidationWarning warning )This method is from 'EjbSet' class.
EjbSet.EjbSet ( String jarPath, org.apache.openejb.jee.EjbJar jar, ClassLoader classLoader )This constructor is from 'EjbSet' class.
EjbSet.getClassLoader ( )This method is from 'EjbSet' class.
EjbSet.getEjbJar ( )This method is from 'EjbSet' class.
EjbSet.getErrors ( )This method is from 'EjbSet' class.
EjbSet.getFailures ( )This method is from 'EjbSet' class.
EjbSet.getJar ( )This method is from 'EjbSet' class.
EjbSet.getJarPath ( )This method is from 'EjbSet' class.
EjbSet.getModuleType ( )This method is from 'EjbSet' class.
EjbSet.getWarnings ( )This method is from 'EjbSet' class.
EjbSet.hasErrors ( )This method is from 'EjbSet' class.
EjbSet.hasFailures ( )This method is from 'EjbSet' class.
EjbSet.hasWarnings ( )This method is from 'EjbSet' class.
[+] ServiceUtils (1)
| Change | Effect |
---|
1 | Field defaultProviderURL has been renamed to DEFAULT_PROVIDER_URL. | Recompilation of a client program may be terminated with the message: cannot find variable defaultProviderURL in ServiceUtils. |
[+] affected methods (15)
ServiceUtils.getServiceProvider ( String id )This method is from 'ServiceUtils' class.
ServiceUtils.getServiceProviderByType ( String type )This method is from 'ServiceUtils' class.
ServiceUtils.getServiceProviderByType ( String providerType, String serviceType )This method is from 'ServiceUtils' class.
ServiceUtils.getServiceProviderByType ( String type, java.util.Properties required )This method is from 'ServiceUtils' class.
ServiceUtils.getServiceProviderId ( String type )This method is from 'ServiceUtils' class.
ServiceUtils.getServiceProviderId ( String type, java.util.Properties required )This method is from 'ServiceUtils' class.
ServiceUtils.getServiceProviders ( )This method is from 'ServiceUtils' class.
ServiceUtils.getServiceProviders ( String packageName )This method is from 'ServiceUtils' class.
ServiceUtils.getServiceProvidersByServiceType ( String type )This method is from 'ServiceUtils' class.
ServiceUtils.hasServiceProvider ( String id )This method is from 'ServiceUtils' class.
ServiceUtils.implies ( java.util.Properties required, java.util.Properties available )This method is from 'ServiceUtils' class.
ServiceUtils.loadProperties ( String pFile )This method is from 'ServiceUtils' class.
ServiceUtils.loadProperties ( String propertiesFile, java.util.Properties defaults )This method is from 'ServiceUtils' class.
ServiceUtils.registerServiceProvider ( String packageName, sys.ServiceProvider provider )This method is from 'ServiceUtils' class.
ServiceUtils.ServiceUtils ( )This constructor is from 'ServiceUtils' class.
[+] ValidationResults (2)
| Change | Effect |
---|
1 | Abstract method ValidationResults.getName ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getName() in ValidationResults. |
2 | Abstract method ValidationResults.getJarPath ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getJarPath() in interface ValidationResults. |
[+] affected methods (12)
AppValidator.addValidationResults ( ValidationResults set )1st parameter 'set' of this method has type 'ValidationResults'.
AppValidator.printResults ( ValidationResults set )1st parameter 'set' of this method has type 'ValidationResults'.
AppValidator.printResultsXML ( ValidationResults set )1st parameter 'set' of this method has type 'ValidationResults'.
ValidationFailedException.ValidationFailedException ( String message, ValidationResults set )2nd parameter 'set' of this method has type 'ValidationResults'.
ValidationFailedException.ValidationFailedException ( String message, ValidationResults set, ValidationFailedException e )2nd parameter 'set' of this method has type 'ValidationResults'.
ValidationResults.getErrors ( )This abstract method is from 'ValidationResults' interface.
ValidationResults.getFailures ( )This abstract method is from 'ValidationResults' interface.
ValidationResults.getModuleType ( )This abstract method is from 'ValidationResults' interface.
ValidationResults.getWarnings ( )This abstract method is from 'ValidationResults' interface.
ValidationResults.hasErrors ( )This abstract method is from 'ValidationResults' interface.
ValidationResults.hasFailures ( )This abstract method is from 'ValidationResults' interface.
ValidationResults.hasWarnings ( )This abstract method is from 'ValidationResults' interface.
package org.apache.openejb.core
[+] BaseContext (3)
| Change | Effect |
---|
1 | Abstract method BaseContext.check ( BaseContext.Call p1 ) has been added to this class. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method check(BaseContext.Call) in BaseContext. |
2 | Abstract method BaseContext.getState ( ) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find method getState() in class BaseContext. |
3 | Field states (BaseContext.State[]) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable states in BaseContext. |
[+] affected methods (18)
BaseContext.BaseContext ( org.apache.openejb.spi.SecurityService securityService )This constructor is from 'BaseContext' abstract class.
BaseContext.BaseContext ( org.apache.openejb.spi.SecurityService securityService, javax.transaction.UserTransaction userTransaction )This constructor is from 'BaseContext' abstract class.
BaseContext.getCallerIdentity ( )This method is from 'BaseContext' abstract class.
BaseContext.getCallerPrincipal ( )This method is from 'BaseContext' abstract class.
BaseContext.getEJBHome ( )This method is from 'BaseContext' abstract class.
BaseContext.getEJBLocalHome ( )This method is from 'BaseContext' abstract class.
BaseContext.getEnvironment ( )This method is from 'BaseContext' abstract class.
BaseContext.getRollbackOnly ( )This method is from 'BaseContext' abstract class.
BaseContext.getTimerService ( )This method is from 'BaseContext' abstract class.
BaseContext.getUserTransaction ( )This method is from 'BaseContext' abstract class.
BaseContext.isCallerInRole ( String roleName )This method is from 'BaseContext' abstract class.
BaseContext.isCallerInRole ( java.security.Identity identity )This method is from 'BaseContext' abstract class.
BaseContext.isTimerMethodAllowed ( )This method is from 'BaseContext' abstract class.
BaseContext.isUserTransactionAccessAllowed ( )This method is from 'BaseContext' abstract class.
BaseContext.lookup ( String name )This method is from 'BaseContext' abstract class.
BaseContext.setRollbackOnly ( )This method is from 'BaseContext' abstract class.
BaseContext.UserTransactionWrapper.BaseContext.UserTransactionWrapper ( BaseContext userTransaction, javax.transaction.UserTransaction p2 )1st parameter 'userTransaction' of this method has type 'BaseContext'.
BaseContext.writeReplace ( )This method is from 'BaseContext' abstract class.
[+] BaseSessionContext.BusinessSessionState (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BaseSessionContext.BusinessSessionState. |
[+] affected methods (7)
BaseSessionContext.BusinessSessionState.BaseSessionContext.BusinessSessionState ( )This constructor is from 'BaseSessionContext.BusinessSessionState' class.
BaseSessionContext.BusinessSessionState.getBusinessObject ( Class x0 )This method is from 'BaseSessionContext.BusinessSessionState' class.
BaseSessionContext.BusinessSessionState.getEJBLocalObject ( )This method is from 'BaseSessionContext.BusinessSessionState' class.
BaseSessionContext.BusinessSessionState.getEJBObject ( )This method is from 'BaseSessionContext.BusinessSessionState' class.
BaseSessionContext.BusinessSessionState.getInvokedBusinessInterface ( )This method is from 'BaseSessionContext.BusinessSessionState' class.
BaseSessionContext.BusinessSessionState.getMessageContext ( )This method is from 'BaseSessionContext.BusinessSessionState' class.
BaseSessionContext.BusinessSessionState.isMessageContextAccessAllowed ( )This method is from 'BaseSessionContext.BusinessSessionState' class.
[+] BaseSessionContext.InjectionSessionState (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BaseSessionContext.InjectionSessionState. |
[+] affected methods (18)
BaseSessionContext.InjectionSessionState.BaseSessionContext.InjectionSessionState ( )This constructor is from 'BaseSessionContext.InjectionSessionState' class.
BaseSessionContext.InjectionSessionState.getBusinessObject ( Class interfce )This method is from 'BaseSessionContext.InjectionSessionState' class.
BaseSessionContext.InjectionSessionState.getCallerPrincipal ( org.apache.openejb.spi.SecurityService securityService )This method is from 'BaseSessionContext.InjectionSessionState' class.
BaseSessionContext.InjectionSessionState.getEJBLocalObject ( )This method is from 'BaseSessionContext.InjectionSessionState' class.
BaseSessionContext.InjectionSessionState.getEJBObject ( )This method is from 'BaseSessionContext.InjectionSessionState' class.
BaseSessionContext.InjectionSessionState.getInvokedBusinessInterface ( )This method is from 'BaseSessionContext.InjectionSessionState' class.
BaseSessionContext.InjectionSessionState.getMessageContext ( )This method is from 'BaseSessionContext.InjectionSessionState' class.
BaseSessionContext.InjectionSessionState.getRollbackOnly ( )This method is from 'BaseSessionContext.InjectionSessionState' class.
BaseSessionContext.InjectionSessionState.getTimerService ( )This method is from 'BaseSessionContext.InjectionSessionState' class.
BaseSessionContext.InjectionSessionState.getUserTransaction ( javax.transaction.UserTransaction userTransaction )This method is from 'BaseSessionContext.InjectionSessionState' class.
BaseSessionContext.InjectionSessionState.isCallerInRole ( org.apache.openejb.spi.SecurityService securityService, String roleName )This method is from 'BaseSessionContext.InjectionSessionState' class.
BaseSessionContext.InjectionSessionState.isEntityManagerAccessAllowed ( )This method is from 'BaseSessionContext.InjectionSessionState' class.
BaseSessionContext.InjectionSessionState.isEntityManagerFactoryAccessAllowed ( )This method is from 'BaseSessionContext.InjectionSessionState' class.
BaseSessionContext.InjectionSessionState.isMessageContextAccessAllowed ( )This method is from 'BaseSessionContext.InjectionSessionState' class.
BaseSessionContext.InjectionSessionState.isTimerAccessAllowed ( )This method is from 'BaseSessionContext.InjectionSessionState' class.
BaseSessionContext.InjectionSessionState.isTimerMethodAllowed ( )This method is from 'BaseSessionContext.InjectionSessionState' class.
BaseSessionContext.InjectionSessionState.isUserTransactionAccessAllowed ( )This method is from 'BaseSessionContext.InjectionSessionState' class.
BaseSessionContext.InjectionSessionState.setRollbackOnly ( )This method is from 'BaseSessionContext.InjectionSessionState' class.
[+] BaseSessionContext.LifecycleSessionState (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BaseSessionContext.LifecycleSessionState. |
[+] affected methods (17)
BaseSessionContext.LifecycleSessionState.BaseSessionContext.LifecycleSessionState ( )This constructor is from 'BaseSessionContext.LifecycleSessionState' class.
BaseSessionContext.LifecycleSessionState.getBusinessObject ( Class x0 )This method is from 'BaseSessionContext.LifecycleSessionState' class.
BaseSessionContext.LifecycleSessionState.getCallerPrincipal ( org.apache.openejb.spi.SecurityService securityService )This method is from 'BaseSessionContext.LifecycleSessionState' class.
BaseSessionContext.LifecycleSessionState.getEJBLocalObject ( )This method is from 'BaseSessionContext.LifecycleSessionState' class.
BaseSessionContext.LifecycleSessionState.getEJBObject ( )This method is from 'BaseSessionContext.LifecycleSessionState' class.
BaseSessionContext.LifecycleSessionState.getInvokedBusinessInterface ( )This method is from 'BaseSessionContext.LifecycleSessionState' class.
BaseSessionContext.LifecycleSessionState.getMessageContext ( )This method is from 'BaseSessionContext.LifecycleSessionState' class.
BaseSessionContext.LifecycleSessionState.getRollbackOnly ( )This method is from 'BaseSessionContext.LifecycleSessionState' class.
BaseSessionContext.LifecycleSessionState.isCallerInRole ( org.apache.openejb.spi.SecurityService securityService, String roleName )This method is from 'BaseSessionContext.LifecycleSessionState' class.
BaseSessionContext.LifecycleSessionState.isEntityManagerAccessAllowed ( )This method is from 'BaseSessionContext.LifecycleSessionState' class.
BaseSessionContext.LifecycleSessionState.isEntityManagerFactoryAccessAllowed ( )This method is from 'BaseSessionContext.LifecycleSessionState' class.
BaseSessionContext.LifecycleSessionState.isJNDIAccessAllowed ( )This method is from 'BaseSessionContext.LifecycleSessionState' class.
BaseSessionContext.LifecycleSessionState.isMessageContextAccessAllowed ( )This method is from 'BaseSessionContext.LifecycleSessionState' class.
BaseSessionContext.LifecycleSessionState.isTimerAccessAllowed ( )This method is from 'BaseSessionContext.LifecycleSessionState' class.
BaseSessionContext.LifecycleSessionState.isTimerMethodAllowed ( )This method is from 'BaseSessionContext.LifecycleSessionState' class.
BaseSessionContext.LifecycleSessionState.isUserTransactionAccessAllowed ( )This method is from 'BaseSessionContext.LifecycleSessionState' class.
BaseSessionContext.LifecycleSessionState.setRollbackOnly ( )This method is from 'BaseSessionContext.LifecycleSessionState' class.
[+] BaseSessionContext.PostConstructSessionState (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BaseSessionContext.PostConstructSessionState. |
[+] affected methods (2)
BaseSessionContext.PostConstructSessionState.BaseSessionContext.PostConstructSessionState ( )This constructor is from 'BaseSessionContext.PostConstructSessionState' class.
BaseSessionContext.PostConstructSessionState.getUserTransaction ( javax.transaction.UserTransaction userTransaction )This method is from 'BaseSessionContext.PostConstructSessionState' class.
[+] BaseSessionContext.SessionState (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BaseSessionContext.SessionState. |
[+] affected methods (6)
BaseSessionContext.SessionState.BaseSessionContext.SessionState ( )This constructor is from 'BaseSessionContext.SessionState' class.
BaseSessionContext.SessionState.getBusinessObject ( Class interfce )This method is from 'BaseSessionContext.SessionState' class.
BaseSessionContext.SessionState.getEJBLocalObject ( )This method is from 'BaseSessionContext.SessionState' class.
BaseSessionContext.SessionState.getEJBObject ( )This method is from 'BaseSessionContext.SessionState' class.
BaseSessionContext.SessionState.getInvokedBusinessInterface ( )This method is from 'BaseSessionContext.SessionState' class.
BaseSessionContext.SessionState.getMessageContext ( )This method is from 'BaseSessionContext.SessionState' class.
[+] BaseSessionContext.TimeoutSessionState (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BaseSessionContext.TimeoutSessionState. |
[+] affected methods (7)
BaseSessionContext.TimeoutSessionState.BaseSessionContext.TimeoutSessionState ( )This constructor is from 'BaseSessionContext.TimeoutSessionState' class.
BaseSessionContext.TimeoutSessionState.getBusinessObject ( Class x0 )This method is from 'BaseSessionContext.TimeoutSessionState' class.
BaseSessionContext.TimeoutSessionState.getEJBLocalObject ( )This method is from 'BaseSessionContext.TimeoutSessionState' class.
BaseSessionContext.TimeoutSessionState.getEJBObject ( )This method is from 'BaseSessionContext.TimeoutSessionState' class.
BaseSessionContext.TimeoutSessionState.getInvokedBusinessInterface ( )This method is from 'BaseSessionContext.TimeoutSessionState' class.
BaseSessionContext.TimeoutSessionState.getMessageContext ( )This method is from 'BaseSessionContext.TimeoutSessionState' class.
BaseSessionContext.TimeoutSessionState.isMessageContextAccessAllowed ( )This method is from 'BaseSessionContext.TimeoutSessionState' class.
[+] CoreDeploymentInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CoreDeploymentInfo. |
[+] affected methods (124)
CoreDeploymentInfo.addApplicationException ( Class exception, boolean rollback )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.addQuery ( reflect.Method queryMethod, String queryString )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.addSecurityRoleReference ( String securityRoleReference, String linkedRoleName )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.addSystemInterceptor ( Object interceptor )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.appendMethodPermissions ( reflect.Method m, java.util.List roleNames )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.CoreDeploymentInfo ( DeploymentContext context, Class beanClass, Class homeInterface, Class remoteInterface, Class localHomeInterface, Class localInterface, Class serviceEndpointInterface, java.util.List businessLocals, java.util.List businessRemotes, Class pkClass, org.apache.openejb.BeanType componentType )This constructor is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.CoreDeploymentInfo ( DeploymentContext context, Class beanClass, Class mdbInterface, java.util.Map activationProperties )This constructor is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.createMethodMap ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.extractHomeBeanMethodName ( String methodName )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.get ( Class type )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getAbstractSchemaName ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getActivationProperties ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getAroundInvoke ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getAuthorizedRoles ( reflect.Method method )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getAuthorizedRoles ( String action )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getBeanClass ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getBusinessLocalBeanHome ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getBusinessLocalBeanInterface ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getBusinessLocalHome ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getBusinessLocalHome ( java.util.List interfaces )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getBusinessLocalInterface ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getBusinessLocalInterfaces ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getBusinessRemoteHome ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getBusinessRemoteHome ( java.util.List interfaces )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getBusinessRemoteInterface ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getBusinessRemoteInterfaces ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getCallbackInterceptors ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getClassLoader ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getCmpImplClass ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getCmrFields ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getComponentType ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getConcurrencyAttribute ( reflect.Method method )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getContainer ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getContainerData ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getCreateMethod ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getDependsOn ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getDeploymentID ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getDestinationId ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getEJBHome ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getEJBLocalHome ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getEjbName ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getEjbTimeout ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getEjbTimerService ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getExceptionType ( Throwable e )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getExtendedEntityManagerFactories ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getHomeInterface ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getInjections ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getInstanceScopedInterceptors ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getInterface ( org.apache.openejb.InterfaceType interfaceType )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getInterfaces ( org.apache.openejb.InterfaceType interfaceType )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getInterfaceType ( Class clazz )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getJarPath ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getJndiEnc ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getKeyGenerator ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getLocalHomeInterface ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getLocalInterface ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getMatchingBeanMethod ( reflect.Method interfaceMethod )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getMatchingPostCreateMethod ( reflect.Method createMethod )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getMdbInterface ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getMethodInterceptors ( reflect.Method method )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getMethodSchedules ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getModuleID ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getObjectInterface ( Class homeInterface )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getPostActivate ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getPostConstruct ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getPreDestroy ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getPrePassivate ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getPrimaryKeyClass ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getPrimaryKeyField ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getProperties ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getQuery ( reflect.Method queryMethod )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getRemoteInterface ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getRemoveMethods ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getRunAs ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getSecurityRole ( String securityRoleReference )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getServiceEndpointInterface ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getSystemInterceptors ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getTransactionPolicyFactory ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.getTransactionType ( reflect.Method method )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.isBeanManagedConcurrency ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.isBeanManagedTransaction ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.isCmp2 ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.isDestroyed ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.isLoadOnStartup ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.isLocalbean ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.isReentrant ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.isRemoteQueryResults ( String methodSignature )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.isSessionSynchronized ( )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.mapMethods ( reflect.Method interfaceMethod, reflect.Method beanMethod )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.retainIfExeption ( reflect.Method removeMethod )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.set ( Class type, Object value )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setAbstractSchemaName ( String abstractSchemaName )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setActivationProperties ( java.util.Map activationProperties )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setBeanManagedConcurrency ( boolean beanManagedConcurrency )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setBeanManagedTransaction ( boolean value )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setCallbackInterceptors ( java.util.List callbackInterceptors )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setCmp2 ( boolean cmp2 )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setCmpImplClass ( Class cmpImplClass )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setCmrFields ( String[ ] cmrFields )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setContainer ( org.apache.openejb.Container container )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setContainerData ( Object containerData )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setDestinationId ( String destinationId )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setDestroyed ( boolean destroyed )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setEjbName ( String ejbName )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setEjbTimeout ( reflect.Method ejbTimeout )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setEjbTimerService ( timer.EjbTimerService ejbTimerService )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setExtendedEntityManagerFactories ( org.apache.openejb.util.Index extendedEntityManagerFactories )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setIsReentrant ( boolean reentrant )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setJarPath ( String jarPath )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setKeyGenerator ( cmp.KeyGenerator keyGenerator )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setLoadOnStartup ( boolean loadOnStartup )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setLocalbean ( boolean localbean )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setMethodConcurrencyAttribute ( reflect.Method method, String concurrencyAttribute )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setMethodInterceptors ( reflect.Method method, java.util.List interceptors )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setMethodSchedules ( java.util.List schedules )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setMethodTransactionAttribute ( reflect.Method method, String transAttribute )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setModuleId ( String moduleId )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setPrimaryKeyField ( String primaryKeyField )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setRemoteQueryResults ( String methodSignature )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setRetainIfExeption ( reflect.Method removeMethod, boolean retain )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setRunAs ( String runAs )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setServiceEndpointInterface ( Class serviceEndpointInterface )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.setTransactionPolicyFactory ( transaction.TransactionPolicyFactory transactionPolicyFactory )This method is from 'CoreDeploymentInfo' class.
CoreDeploymentInfo.toString ( )This method is from 'CoreDeploymentInfo' class.
[+] CoreWebDeploymentInfo (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CoreWebDeploymentInfo. |
[+] affected methods (8)
CoreWebDeploymentInfo.CoreWebDeploymentInfo ( )This constructor is from 'CoreWebDeploymentInfo' class.
CoreWebDeploymentInfo.getClassLoader ( )This method is from 'CoreWebDeploymentInfo' class.
CoreWebDeploymentInfo.getId ( )This method is from 'CoreWebDeploymentInfo' class.
CoreWebDeploymentInfo.getInjections ( )This method is from 'CoreWebDeploymentInfo' class.
CoreWebDeploymentInfo.getJndiEnc ( )This method is from 'CoreWebDeploymentInfo' class.
CoreWebDeploymentInfo.setClassLoader ( ClassLoader classLoader )This method is from 'CoreWebDeploymentInfo' class.
CoreWebDeploymentInfo.setId ( String id )This method is from 'CoreWebDeploymentInfo' class.
CoreWebDeploymentInfo.setJndiEnc ( javax.naming.Context jndiEnc )This method is from 'CoreWebDeploymentInfo' class.
[+] DeploymentContext (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DeploymentContext. |
[+] affected methods (4)
DeploymentContext.DeploymentContext ( Object id, ClassLoader classLoader, javax.naming.Context jndiContext )This constructor is from 'DeploymentContext' class.
DeploymentContext.getClassLoader ( )This method is from 'DeploymentContext' class.
DeploymentContext.getId ( )This method is from 'DeploymentContext' class.
DeploymentContext.getJndiContext ( )This method is from 'DeploymentContext' class.
[+] WebDeploymentInfo (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class WebDeploymentInfo. |
[+] affected methods (4)
WebDeploymentInfo.getClassLoader ( )This abstract method is from 'WebDeploymentInfo' interface.
WebDeploymentInfo.getId ( )This abstract method is from 'WebDeploymentInfo' interface.
WebDeploymentInfo.getInjections ( )This abstract method is from 'WebDeploymentInfo' interface.
WebDeploymentInfo.getJndiEnc ( )This abstract method is from 'WebDeploymentInfo' interface.
package org.apache.openejb.core.cmp
[+] CmpContainer (1)
| Change | Effect |
---|
1 | Field deploymentsByClass has been renamed to beansByClass. | Recompilation of a client program may be terminated with the message: cannot find variable deploymentsByClass in CmpContainer. |
[+] affected methods (6)
CmpContainer.CmpContainer ( Object id, javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService, String cmpEngineFactory )This constructor is from 'CmpContainer' class.
CmpContainer.getContainerID ( )This method is from 'CmpContainer' class.
CmpContainer.getContainerType ( )This method is from 'CmpContainer' class.
CmpContainer.invoke ( Object deployID, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )This method is from 'CmpContainer' class.
CmpContainer.invoke ( Object deployID, reflect.Method callMethod, Object[ ] args, Object primKey, Object securityIdentity )This method is from 'CmpContainer' class.
CmpContainer.invoke ( Object deployID, org.apache.openejb.InterfaceType type, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )This method is from 'CmpContainer' class.
[+] CmpEngine (8)
| Change | Effect |
---|
1 | Abstract method CmpEngine.deploy ( org.apache.openejb.BeanContext p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deploy(org.apache.openejb.BeanContext) in CmpEngine. |
2 | Abstract method CmpEngine.executeUpdateQuery ( org.apache.openejb.BeanContext p1, String p2, Object[ ] p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method executeUpdateQuery(org.apache.openejb.BeanContext, java.lang.String, java.lang.Object[]) in CmpEngine. |
3 | Abstract method CmpEngine.queryBeans ( org.apache.openejb.BeanContext p1, String p2, Object[ ] p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method queryBeans(org.apache.openejb.BeanContext, java.lang.String, java.lang.Object[]) in CmpEngine. |
4 | Abstract method CmpEngine.undeploy ( org.apache.openejb.BeanContext p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method undeploy(org.apache.openejb.BeanContext) in CmpEngine. |
5 | Abstract method CmpEngine.deploy ( org.apache.openejb.core.CoreDeploymentInfo p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deploy(org.apache.openejb.core.CoreDeploymentInfo) in interface CmpEngine. |
6 | Abstract method CmpEngine.executeUpdateQuery ( org.apache.openejb.core.CoreDeploymentInfo p1, String p2, Object[ ] p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method executeUpdateQuery(org.apache.openejb.core.CoreDeploymentInfo, java.lang.String, java.lang.Object[]) in interface CmpEngine. |
7 | Abstract method CmpEngine.queryBeans ( org.apache.openejb.core.CoreDeploymentInfo p1, String p2, Object[ ] p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method queryBeans(org.apache.openejb.core.CoreDeploymentInfo, java.lang.String, java.lang.Object[]) in interface CmpEngine. |
8 | Abstract method CmpEngine.undeploy ( org.apache.openejb.core.CoreDeploymentInfo p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method undeploy(org.apache.openejb.core.CoreDeploymentInfo) in interface CmpEngine. |
[+] affected methods (13)
CmpContainer.CmpContainer ( Object id, javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService, String cmpEngineFactory )Field 'this.cmpEngine' in the object of this method has type 'CmpEngine'.
CmpContainer.getContainerID ( )Field 'this.cmpEngine' in the object of this method has type 'CmpEngine'.
CmpContainer.getContainerType ( )Field 'this.cmpEngine' in the object of this method has type 'CmpEngine'.
CmpContainer.invoke ( Object deployID, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )Field 'this.cmpEngine' in the object of this method has type 'CmpEngine'.
CmpContainer.invoke ( Object deployID, reflect.Method callMethod, Object[ ] args, Object primKey, Object securityIdentity )Field 'this.cmpEngine' in the object of this method has type 'CmpEngine'.
CmpContainer.invoke ( Object deployID, org.apache.openejb.InterfaceType type, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )Field 'this.cmpEngine' in the object of this method has type 'CmpEngine'.
CmpEngine.createBean ( javax.ejb.EntityBean p1, org.apache.openejb.core.ThreadContext p2 )This abstract method is from 'CmpEngine' interface.
CmpEngine.loadBean ( org.apache.openejb.core.ThreadContext p1, Object p2 )This abstract method is from 'CmpEngine' interface.
CmpEngine.queryBeans ( org.apache.openejb.core.ThreadContext p1, reflect.Method p2, Object[ ] p3 )This abstract method is from 'CmpEngine' interface.
CmpEngine.removeBean ( org.apache.openejb.core.ThreadContext p1 )This abstract method is from 'CmpEngine' interface.
CmpEngine.storeBeanIfNoTx ( org.apache.openejb.core.ThreadContext p1, Object p2 )This abstract method is from 'CmpEngine' interface.
CmpEngineFactory.create ( )Return value of this abstract method has type 'CmpEngine'.
jpa.JpaCmpEngineFactory.create ( )Return value of this method has type 'CmpEngine'.
package org.apache.openejb.core.entity
[+] EntityContext (1)
| Change | Effect |
---|
1 | Field states (org.apache.openejb.core.BaseContext.State[]) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable states in EntityContext. |
[+] affected methods (4)
EntityContext.EntityContext ( org.apache.openejb.spi.SecurityService securityService )This constructor is from 'EntityContext' class.
EntityContext.getEJBLocalObject ( )This method is from 'EntityContext' class.
EntityContext.getEJBObject ( )This method is from 'EntityContext' class.
EntityContext.getPrimaryKey ( )This method is from 'EntityContext' class.
[+] EntityContext.ActivatePassivateEntityState (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EntityContext.ActivatePassivateEntityState. |
[+] affected methods (11)
EntityContext.ActivatePassivateEntityState.EntityContext.ActivatePassivateEntityState ( )This constructor is from 'EntityContext.ActivatePassivateEntityState' class.
EntityContext.ActivatePassivateEntityState.getCallerPrincipal ( org.apache.openejb.spi.SecurityService securityService )This method is from 'EntityContext.ActivatePassivateEntityState' class.
EntityContext.ActivatePassivateEntityState.getRollbackOnly ( )This method is from 'EntityContext.ActivatePassivateEntityState' class.
EntityContext.ActivatePassivateEntityState.getUserTransaction ( javax.transaction.UserTransaction userTransaction )This method is from 'EntityContext.ActivatePassivateEntityState' class.
EntityContext.ActivatePassivateEntityState.isCallerInRole ( org.apache.openejb.spi.SecurityService securityService, String roleName )This method is from 'EntityContext.ActivatePassivateEntityState' class.
EntityContext.ActivatePassivateEntityState.isEntityManagerAccessAllowed ( )This method is from 'EntityContext.ActivatePassivateEntityState' class.
EntityContext.ActivatePassivateEntityState.isEntityManagerFactoryAccessAllowed ( )This method is from 'EntityContext.ActivatePassivateEntityState' class.
EntityContext.ActivatePassivateEntityState.isMessageContextAccessAllowed ( )This method is from 'EntityContext.ActivatePassivateEntityState' class.
EntityContext.ActivatePassivateEntityState.isTimerAccessAllowed ( )This method is from 'EntityContext.ActivatePassivateEntityState' class.
EntityContext.ActivatePassivateEntityState.isUserTransactionAccessAllowed ( )This method is from 'EntityContext.ActivatePassivateEntityState' class.
EntityContext.ActivatePassivateEntityState.setRollbackOnly ( )This method is from 'EntityContext.ActivatePassivateEntityState' class.
[+] EntityContext.ContextEntityState (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EntityContext.ContextEntityState. |
[+] affected methods (15)
EntityContext.ContextEntityState.EntityContext.ContextEntityState ( )This constructor is from 'EntityContext.ContextEntityState' class.
EntityContext.ContextEntityState.getCallerPrincipal ( org.apache.openejb.spi.SecurityService securityService )This method is from 'EntityContext.ContextEntityState' class.
EntityContext.ContextEntityState.getEJBLocalObject ( )This method is from 'EntityContext.ContextEntityState' class.
EntityContext.ContextEntityState.getEJBObject ( )This method is from 'EntityContext.ContextEntityState' class.
EntityContext.ContextEntityState.getPrimaryKey ( )This method is from 'EntityContext.ContextEntityState' class.
EntityContext.ContextEntityState.getRollbackOnly ( )This method is from 'EntityContext.ContextEntityState' class.
EntityContext.ContextEntityState.getTimerService ( )This method is from 'EntityContext.ContextEntityState' class.
EntityContext.ContextEntityState.getUserTransaction ( javax.transaction.UserTransaction userTransaction )This method is from 'EntityContext.ContextEntityState' class.
EntityContext.ContextEntityState.isCallerInRole ( org.apache.openejb.spi.SecurityService securityService, String roleName )This method is from 'EntityContext.ContextEntityState' class.
EntityContext.ContextEntityState.isEntityManagerAccessAllowed ( )This method is from 'EntityContext.ContextEntityState' class.
EntityContext.ContextEntityState.isEntityManagerFactoryAccessAllowed ( )This method is from 'EntityContext.ContextEntityState' class.
EntityContext.ContextEntityState.isMessageContextAccessAllowed ( )This method is from 'EntityContext.ContextEntityState' class.
EntityContext.ContextEntityState.isTimerAccessAllowed ( )This method is from 'EntityContext.ContextEntityState' class.
EntityContext.ContextEntityState.isUserTransactionAccessAllowed ( )This method is from 'EntityContext.ContextEntityState' class.
EntityContext.ContextEntityState.setRollbackOnly ( )This method is from 'EntityContext.ContextEntityState' class.
[+] EntityContext.CreateEntityState (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EntityContext.CreateEntityState. |
[+] affected methods (8)
EntityContext.CreateEntityState.EntityContext.CreateEntityState ( )This constructor is from 'EntityContext.CreateEntityState' class.
EntityContext.CreateEntityState.getEJBLocalObject ( )This method is from 'EntityContext.CreateEntityState' class.
EntityContext.CreateEntityState.getEJBObject ( )This method is from 'EntityContext.CreateEntityState' class.
EntityContext.CreateEntityState.getPrimaryKey ( )This method is from 'EntityContext.CreateEntityState' class.
EntityContext.CreateEntityState.getUserTransaction ( javax.transaction.UserTransaction userTransaction )This method is from 'EntityContext.CreateEntityState' class.
EntityContext.CreateEntityState.isMessageContextAccessAllowed ( )This method is from 'EntityContext.CreateEntityState' class.
EntityContext.CreateEntityState.isTimerAccessAllowed ( )This method is from 'EntityContext.CreateEntityState' class.
EntityContext.CreateEntityState.isUserTransactionAccessAllowed ( )This method is from 'EntityContext.CreateEntityState' class.
[+] EntityContext.FindEntityState (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EntityContext.FindEntityState. |
[+] affected methods (9)
EntityContext.FindEntityState.EntityContext.FindEntityState ( )This constructor is from 'EntityContext.FindEntityState' class.
EntityContext.FindEntityState.getEJBLocalObject ( )This method is from 'EntityContext.FindEntityState' class.
EntityContext.FindEntityState.getEJBObject ( )This method is from 'EntityContext.FindEntityState' class.
EntityContext.FindEntityState.getPrimaryKey ( )This method is from 'EntityContext.FindEntityState' class.
EntityContext.FindEntityState.getTimerService ( )This method is from 'EntityContext.FindEntityState' class.
EntityContext.FindEntityState.getUserTransaction ( javax.transaction.UserTransaction userTransaction )This method is from 'EntityContext.FindEntityState' class.
EntityContext.FindEntityState.isMessageContextAccessAllowed ( )This method is from 'EntityContext.FindEntityState' class.
EntityContext.FindEntityState.isTimerAccessAllowed ( )This method is from 'EntityContext.FindEntityState' class.
EntityContext.FindEntityState.isUserTransactionAccessAllowed ( )This method is from 'EntityContext.FindEntityState' class.
[+] EntityContext.HomeEntityState (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EntityContext.HomeEntityState. |
[+] affected methods (8)
EntityContext.HomeEntityState.EntityContext.HomeEntityState ( )This constructor is from 'EntityContext.HomeEntityState' class.
EntityContext.HomeEntityState.getEJBLocalObject ( )This method is from 'EntityContext.HomeEntityState' class.
EntityContext.HomeEntityState.getEJBObject ( )This method is from 'EntityContext.HomeEntityState' class.
EntityContext.HomeEntityState.getPrimaryKey ( )This method is from 'EntityContext.HomeEntityState' class.
EntityContext.HomeEntityState.getUserTransaction ( javax.transaction.UserTransaction userTransaction )This method is from 'EntityContext.HomeEntityState' class.
EntityContext.HomeEntityState.isMessageContextAccessAllowed ( )This method is from 'EntityContext.HomeEntityState' class.
EntityContext.HomeEntityState.isTimerAccessAllowed ( )This method is from 'EntityContext.HomeEntityState' class.
EntityContext.HomeEntityState.isUserTransactionAccessAllowed ( )This method is from 'EntityContext.HomeEntityState' class.
[+] EntityContext.LifecycleBusinessTimeoutEntityState (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EntityContext.LifecycleBusinessTimeoutEntityState. |
[+] affected methods (5)
EntityContext.LifecycleBusinessTimeoutEntityState.EntityContext.LifecycleBusinessTimeoutEntityState ( )This constructor is from 'EntityContext.LifecycleBusinessTimeoutEntityState' class.
EntityContext.LifecycleBusinessTimeoutEntityState.getUserTransaction ( javax.transaction.UserTransaction userTransaction )This method is from 'EntityContext.LifecycleBusinessTimeoutEntityState' class.
EntityContext.LifecycleBusinessTimeoutEntityState.isMessageContextAccessAllowed ( )This method is from 'EntityContext.LifecycleBusinessTimeoutEntityState' class.
EntityContext.LifecycleBusinessTimeoutEntityState.isTimerMethodAllowed ( )This method is from 'EntityContext.LifecycleBusinessTimeoutEntityState' class.
EntityContext.LifecycleBusinessTimeoutEntityState.isUserTransactionAccessAllowed ( )This method is from 'EntityContext.LifecycleBusinessTimeoutEntityState' class.
package org.apache.openejb.core.ivm
[+] EjbHomeProxyHandler (2)
| Change | Effect |
---|
1 | Abstract method EjbHomeProxyHandler.newEjbObjectHandler ( org.apache.openejb.BeanContext p1, Object p2, org.apache.openejb.InterfaceType p3, java.util.List p4, Class p5 ) has been added to this class. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method newEjbObjectHandler(org.apache.openejb.BeanContext, java.lang.Object, org.apache.openejb.InterfaceType, java.util.List, java.lang.Class) in EjbHomeProxyHandler. |
2 | Abstract method EjbHomeProxyHandler.newEjbObjectHandler ( org.apache.openejb.DeploymentInfo p1, Object p2, org.apache.openejb.InterfaceType p3, java.util.List p4 ) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find method newEjbObjectHandler(org.apache.openejb.DeploymentInfo, java.lang.Object, org.apache.openejb.InterfaceType, java.util.List) in class EjbHomeProxyHandler. |
[+] affected methods (11)
EjbHomeProxyHandler._invoke ( Object proxy, Class interfce, reflect.Method method, Object[ ] args )This method is from 'EjbHomeProxyHandler' abstract class.
EjbHomeProxyHandler._writeReplace ( Object proxy )This method is from 'EjbHomeProxyHandler' abstract class.
EjbHomeProxyHandler.create ( Class interfce, reflect.Method method, Object[ ] args, Object proxy )This method is from 'EjbHomeProxyHandler' abstract class.
EjbHomeProxyHandler.findX ( Class p1, reflect.Method p2, Object[ ] p3, Object p4 )This abstract method is from 'EjbHomeProxyHandler' abstract class.
EjbHomeProxyHandler.getEJBMetaData ( reflect.Method method, Object[ ] args, Object proxy )This method is from 'EjbHomeProxyHandler' abstract class.
EjbHomeProxyHandler.getHomeHandle ( reflect.Method method, Object[ ] args, Object proxy )This method is from 'EjbHomeProxyHandler' abstract class.
EjbHomeProxyHandler.getProxyInfo ( )This method is from 'EjbHomeProxyHandler' abstract class.
EjbHomeProxyHandler.homeMethod ( Class interfce, reflect.Method method, Object[ ] args, Object proxy )This method is from 'EjbHomeProxyHandler' abstract class.
EjbHomeProxyHandler.invalidateReference ( )This method is from 'EjbHomeProxyHandler' abstract class.
EjbHomeProxyHandler.removeByPrimaryKey ( Class p1, reflect.Method p2, Object[ ] p3, Object p4 )This abstract method is from 'EjbHomeProxyHandler' abstract class.
EjbHomeProxyHandler.removeWithHandle ( Class interfce, reflect.Method method, Object[ ] args, Object proxy )This method is from 'EjbHomeProxyHandler' abstract class.
package org.apache.openejb.core.ivm.naming.openejb
[+] BusinessLocalBeanReference (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BusinessLocalBeanReference. |
[+] affected methods (2)
BusinessLocalBeanReference.BusinessLocalBeanReference ( org.apache.openejb.DeploymentInfo.BusinessLocalBeanHome localBeanHome )This constructor is from 'BusinessLocalBeanReference' class.
BusinessLocalBeanReference.getObject ( )This method is from 'BusinessLocalBeanReference' class.
package org.apache.openejb.core.managed
[+] Instance (1)
| Change | Effect |
---|
1 | Field deploymentInfo (org.apache.openejb.core.CoreDeploymentInfo) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable deploymentInfo in Instance. |
[+] affected methods (13)
Instance.getBeanTransaction ( )This method is from 'Instance' class.
Instance.getEntityManagers ( org.apache.openejb.util.Index factories )This method is from 'Instance' class.
Instance.getLock ( )This method is from 'Instance' class.
Instance.getTransaction ( )This method is from 'Instance' class.
Instance.isInUse ( )This method is from 'Instance' class.
Instance.setBeanTransaction ( org.apache.openejb.core.transaction.BeanTransactionPolicy.SuspendedTransaction beanTransaction )This method is from 'Instance' class.
Instance.setInUse ( boolean inUse )This method is from 'Instance' class.
Instance.setTransaction ( javax.transaction.Transaction transaction )This method is from 'Instance' class.
Instance.writeReplace ( )This method is from 'Instance' class.
ManagedContainer.SessionSynchronizationCoordinator.Synchronization.ManagedContainer.SessionSynchronizationCoordinator.Synchronization ( ManagedContainer.SessionSynchronizationCoordinator instance, Instance p2 )2nd parameter 'p2' of this method has type 'Instance'.
ManagedContainer.StatefulCacheListener.afterLoad ( Instance instance )1st parameter 'instance' of this method has type 'Instance'.
ManagedContainer.StatefulCacheListener.beforeStore ( Instance instance )1st parameter 'instance' of this method has type 'Instance'.
ManagedContainer.StatefulCacheListener.timedOut ( Instance instance )1st parameter 'instance' of this method has type 'Instance'.
[+] ManagedContext (1)
| Change | Effect |
---|
1 | Field states (org.apache.openejb.core.BaseContext.State[]) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable states in ManagedContext. |
[+] affected methods (1)
ManagedContext.ManagedContext ( org.apache.openejb.spi.SecurityService securityService, javax.transaction.UserTransaction userTransaction )This constructor is from 'ManagedContext' class.
[+] ManagedContext.AfterCompletion (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ManagedContext.AfterCompletion. |
[+] affected methods (15)
ManagedContext.AfterCompletion.getBusinessObject ( Class x0 )This method is from 'ManagedContext.AfterCompletion' class.
ManagedContext.AfterCompletion.getEJBLocalObject ( )This method is from 'ManagedContext.AfterCompletion' class.
ManagedContext.AfterCompletion.getEJBObject ( )This method is from 'ManagedContext.AfterCompletion' class.
ManagedContext.AfterCompletion.getInvokedBusinessInterface ( )This method is from 'ManagedContext.AfterCompletion' class.
ManagedContext.AfterCompletion.getMessageContext ( )This method is from 'ManagedContext.AfterCompletion' class.
ManagedContext.AfterCompletion.getRollbackOnly ( )This method is from 'ManagedContext.AfterCompletion' class.
ManagedContext.AfterCompletion.isEntityManagerAccessAllowed ( )This method is from 'ManagedContext.AfterCompletion' class.
ManagedContext.AfterCompletion.isEntityManagerFactoryAccessAllowed ( )This method is from 'ManagedContext.AfterCompletion' class.
ManagedContext.AfterCompletion.isJNDIAccessAllowed ( )This method is from 'ManagedContext.AfterCompletion' class.
ManagedContext.AfterCompletion.isMessageContextAccessAllowed ( )This method is from 'ManagedContext.AfterCompletion' class.
ManagedContext.AfterCompletion.isTimerAccessAllowed ( )This method is from 'ManagedContext.AfterCompletion' class.
ManagedContext.AfterCompletion.isTimerMethodAllowed ( )This method is from 'ManagedContext.AfterCompletion' class.
ManagedContext.AfterCompletion.isUserTransactionAccessAllowed ( )This method is from 'ManagedContext.AfterCompletion' class.
ManagedContext.AfterCompletion.ManagedContext.AfterCompletion ( )This constructor is from 'ManagedContext.AfterCompletion' class.
ManagedContext.AfterCompletion.setRollbackOnly ( )This method is from 'ManagedContext.AfterCompletion' class.
[+] ManagedContext.BeforeCompletion (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ManagedContext.BeforeCompletion. |
[+] affected methods (7)
ManagedContext.BeforeCompletion.getBusinessObject ( Class x0 )This method is from 'ManagedContext.BeforeCompletion' class.
ManagedContext.BeforeCompletion.getEJBLocalObject ( )This method is from 'ManagedContext.BeforeCompletion' class.
ManagedContext.BeforeCompletion.getEJBObject ( )This method is from 'ManagedContext.BeforeCompletion' class.
ManagedContext.BeforeCompletion.getInvokedBusinessInterface ( )This method is from 'ManagedContext.BeforeCompletion' class.
ManagedContext.BeforeCompletion.getMessageContext ( )This method is from 'ManagedContext.BeforeCompletion' class.
ManagedContext.BeforeCompletion.isMessageContextAccessAllowed ( )This method is from 'ManagedContext.BeforeCompletion' class.
ManagedContext.BeforeCompletion.ManagedContext.BeforeCompletion ( )This constructor is from 'ManagedContext.BeforeCompletion' class.
[+] ManagedContext.LifecycleManagedBeanState (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ManagedContext.LifecycleManagedBeanState. |
[+] affected methods (11)
ManagedContext.LifecycleManagedBeanState.getBusinessObject ( Class x0 )This method is from 'ManagedContext.LifecycleManagedBeanState' class.
ManagedContext.LifecycleManagedBeanState.getEJBLocalObject ( )This method is from 'ManagedContext.LifecycleManagedBeanState' class.
ManagedContext.LifecycleManagedBeanState.getEJBObject ( )This method is from 'ManagedContext.LifecycleManagedBeanState' class.
ManagedContext.LifecycleManagedBeanState.getInvokedBusinessInterface ( )This method is from 'ManagedContext.LifecycleManagedBeanState' class.
ManagedContext.LifecycleManagedBeanState.getMessageContext ( )This method is from 'ManagedContext.LifecycleManagedBeanState' class.
ManagedContext.LifecycleManagedBeanState.getRollbackOnly ( )This method is from 'ManagedContext.LifecycleManagedBeanState' class.
ManagedContext.LifecycleManagedBeanState.isMessageContextAccessAllowed ( )This method is from 'ManagedContext.LifecycleManagedBeanState' class.
ManagedContext.LifecycleManagedBeanState.isTimerAccessAllowed ( )This method is from 'ManagedContext.LifecycleManagedBeanState' class.
ManagedContext.LifecycleManagedBeanState.isTimerMethodAllowed ( )This method is from 'ManagedContext.LifecycleManagedBeanState' class.
ManagedContext.LifecycleManagedBeanState.ManagedContext.LifecycleManagedBeanState ( )This constructor is from 'ManagedContext.LifecycleManagedBeanState' class.
ManagedContext.LifecycleManagedBeanState.setRollbackOnly ( )This method is from 'ManagedContext.LifecycleManagedBeanState' class.
package org.apache.openejb.core.mdb
[+] MdbContext (1)
| Change | Effect |
---|
1 | Field states (org.apache.openejb.core.BaseContext.State[]) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable states in MdbContext. |
[+] affected methods (1)
MdbContext.MdbContext ( org.apache.openejb.spi.SecurityService securityService )This constructor is from 'MdbContext' class.
[+] MdbContext.BusinessTimeoutMdbState (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MdbContext.BusinessTimeoutMdbState. |
[+] affected methods (4)
MdbContext.BusinessTimeoutMdbState.getEJBHome ( )This method is from 'MdbContext.BusinessTimeoutMdbState' class.
MdbContext.BusinessTimeoutMdbState.getEJBLocalHome ( )This method is from 'MdbContext.BusinessTimeoutMdbState' class.
MdbContext.BusinessTimeoutMdbState.isCallerInRole ( org.apache.openejb.spi.SecurityService securityService, String roleName )This method is from 'MdbContext.BusinessTimeoutMdbState' class.
MdbContext.BusinessTimeoutMdbState.MdbContext.BusinessTimeoutMdbState ( )This constructor is from 'MdbContext.BusinessTimeoutMdbState' class.
[+] MdbContext.InjectionMdbState (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MdbContext.InjectionMdbState. |
[+] affected methods (15)
MdbContext.InjectionMdbState.getCallerPrincipal ( org.apache.openejb.spi.SecurityService securityService )This method is from 'MdbContext.InjectionMdbState' class.
MdbContext.InjectionMdbState.getEJBHome ( )This method is from 'MdbContext.InjectionMdbState' class.
MdbContext.InjectionMdbState.getEJBLocalHome ( )This method is from 'MdbContext.InjectionMdbState' class.
MdbContext.InjectionMdbState.getRollbackOnly ( )This method is from 'MdbContext.InjectionMdbState' class.
MdbContext.InjectionMdbState.getTimerService ( )This method is from 'MdbContext.InjectionMdbState' class.
MdbContext.InjectionMdbState.getUserTransaction ( javax.transaction.UserTransaction userTransaction )This method is from 'MdbContext.InjectionMdbState' class.
MdbContext.InjectionMdbState.isCallerInRole ( org.apache.openejb.spi.SecurityService securityService, String roleName )This method is from 'MdbContext.InjectionMdbState' class.
MdbContext.InjectionMdbState.isEntityManagerAccessAllowed ( )This method is from 'MdbContext.InjectionMdbState' class.
MdbContext.InjectionMdbState.isEntityManagerFactoryAccessAllowed ( )This method is from 'MdbContext.InjectionMdbState' class.
MdbContext.InjectionMdbState.isMessageContextAccessAllowed ( )This method is from 'MdbContext.InjectionMdbState' class.
MdbContext.InjectionMdbState.isTimerAccessAllowed ( )This method is from 'MdbContext.InjectionMdbState' class.
MdbContext.InjectionMdbState.isTimerMethodAllowed ( )This method is from 'MdbContext.InjectionMdbState' class.
MdbContext.InjectionMdbState.isUserTransactionAccessAllowed ( )This method is from 'MdbContext.InjectionMdbState' class.
MdbContext.InjectionMdbState.MdbContext.InjectionMdbState ( )This constructor is from 'MdbContext.InjectionMdbState' class.
MdbContext.InjectionMdbState.setRollbackOnly ( )This method is from 'MdbContext.InjectionMdbState' class.
[+] MdbContext.LifecycleMdbState (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MdbContext.LifecycleMdbState. |
[+] affected methods (11)
MdbContext.LifecycleMdbState.getCallerPrincipal ( org.apache.openejb.spi.SecurityService securityService )This method is from 'MdbContext.LifecycleMdbState' class.
MdbContext.LifecycleMdbState.getEJBHome ( )This method is from 'MdbContext.LifecycleMdbState' class.
MdbContext.LifecycleMdbState.getEJBLocalHome ( )This method is from 'MdbContext.LifecycleMdbState' class.
MdbContext.LifecycleMdbState.getRollbackOnly ( )This method is from 'MdbContext.LifecycleMdbState' class.
MdbContext.LifecycleMdbState.isCallerInRole ( org.apache.openejb.spi.SecurityService securityService, String roleName )This method is from 'MdbContext.LifecycleMdbState' class.
MdbContext.LifecycleMdbState.isEntityManagerAccessAllowed ( )This method is from 'MdbContext.LifecycleMdbState' class.
MdbContext.LifecycleMdbState.isMessageContextAccessAllowed ( )This method is from 'MdbContext.LifecycleMdbState' class.
MdbContext.LifecycleMdbState.isTimerAccessAllowed ( )This method is from 'MdbContext.LifecycleMdbState' class.
MdbContext.LifecycleMdbState.isTimerMethodAllowed ( )This method is from 'MdbContext.LifecycleMdbState' class.
MdbContext.LifecycleMdbState.MdbContext.LifecycleMdbState ( )This constructor is from 'MdbContext.LifecycleMdbState' class.
MdbContext.LifecycleMdbState.setRollbackOnly ( )This method is from 'MdbContext.LifecycleMdbState' class.
package org.apache.openejb.core.security.jacc
[+] BasicPolicyConfiguration (2)
| Change | Effect |
---|
1 | Type of field excluded has been changed from java.security.Permissions to java.security.PermissionCollection. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.security.Permissions, required: java.security.PermissionCollection. |
2 | Type of field unchecked has been changed from java.security.Permissions to java.security.PermissionCollection. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.security.Permissions, required: java.security.PermissionCollection. |
[+] affected methods (18)
BasicJaccProvider.createPolicyConfiguration ( String contextID )Return value of this method has type 'BasicPolicyConfiguration'.
BasicPolicyConfiguration.addToExcludedPolicy ( java.security.Permission permission )This method is from 'BasicPolicyConfiguration' class.
BasicPolicyConfiguration.addToExcludedPolicy ( java.security.PermissionCollection permissions )This method is from 'BasicPolicyConfiguration' class.
BasicPolicyConfiguration.addToRole ( String roleName, java.security.Permission permission )This method is from 'BasicPolicyConfiguration' class.
BasicPolicyConfiguration.addToRole ( String roleName, java.security.PermissionCollection permissions )This method is from 'BasicPolicyConfiguration' class.
BasicPolicyConfiguration.addToUncheckedPolicy ( java.security.Permission permission )This method is from 'BasicPolicyConfiguration' class.
BasicPolicyConfiguration.addToUncheckedPolicy ( java.security.PermissionCollection permissions )This method is from 'BasicPolicyConfiguration' class.
BasicPolicyConfiguration.BasicPolicyConfiguration ( String contextID )This constructor is from 'BasicPolicyConfiguration' class.
BasicPolicyConfiguration.commit ( )This method is from 'BasicPolicyConfiguration' class.
BasicPolicyConfiguration.delete ( )This method is from 'BasicPolicyConfiguration' class.
BasicPolicyConfiguration.getContextID ( )This method is from 'BasicPolicyConfiguration' class.
BasicPolicyConfiguration.implies ( java.security.ProtectionDomain domain, java.security.Permission permission )This method is from 'BasicPolicyConfiguration' class.
BasicPolicyConfiguration.inService ( )This method is from 'BasicPolicyConfiguration' class.
BasicPolicyConfiguration.linkConfiguration ( javax.security.jacc.PolicyConfiguration link )This method is from 'BasicPolicyConfiguration' class.
BasicPolicyConfiguration.open ( boolean remove )This method is from 'BasicPolicyConfiguration' class.
BasicPolicyConfiguration.removeExcludedPolicy ( )This method is from 'BasicPolicyConfiguration' class.
BasicPolicyConfiguration.removeRole ( String roleName )This method is from 'BasicPolicyConfiguration' class.
BasicPolicyConfiguration.removeUncheckedPolicy ( )This method is from 'BasicPolicyConfiguration' class.
package org.apache.openejb.core.singleton
[+] SingletonContext (1)
| Change | Effect |
---|
1 | Field states (org.apache.openejb.core.BaseContext.State[]) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable states in SingletonContext. |
[+] affected methods (1)
SingletonContext.SingletonContext ( org.apache.openejb.spi.SecurityService securityService )This constructor is from 'SingletonContext' class.
[+] SingletonInstanceManager (1)
| Change | Effect |
---|
1 | Field toolkit (org.apache.openejb.util.SafeToolkit) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable toolkit in SingletonInstanceManager. |
[+] affected methods (4)
SingletonInstanceManager.discardInstance ( org.apache.openejb.core.ThreadContext callContext, Object bean )This method is from 'SingletonInstanceManager' class.
SingletonInstanceManager.freeInstance ( org.apache.openejb.core.ThreadContext callContext )This method is from 'SingletonInstanceManager' class.
SingletonInstanceManager.getInstance ( org.apache.openejb.core.ThreadContext callContext )This method is from 'SingletonInstanceManager' class.
SingletonInstanceManager.SingletonInstanceManager ( org.apache.openejb.spi.SecurityService securityService )This constructor is from 'SingletonInstanceManager' class.
package org.apache.openejb.core.stateful
[+] Cache (2)
| Change | Effect |
---|
1 | Abstract method Cache.destroy ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method destroy() in Cache. |
2 | Abstract method Cache.init ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method init() in Cache. |
[+] affected methods (18)
Cache.add ( Object p1, Object p2 )This abstract method is from 'Cache' interface.
Cache.checkIn ( Object p1 )This abstract method is from 'Cache' interface.
Cache.checkOut ( Object p1 )This abstract method is from 'Cache' interface.
Cache.getListener ( )This abstract method is from 'Cache' interface.
Cache.remove ( Object p1 )This abstract method is from 'Cache' interface.
Cache.removeAll ( Cache.CacheFilter p1 )This abstract method is from 'Cache' interface.
Cache.setListener ( Cache.CacheListener p1 )This abstract method is from 'Cache' interface.
StatefulContainer.getContainerID ( )Field 'this.cache' in the object of this method has type 'Cache'.
StatefulContainer.getContainerType ( )Field 'this.cache' in the object of this method has type 'Cache'.
StatefulContainer.invoke ( Object deployID, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )Field 'this.cache' in the object of this method has type 'Cache'.
StatefulContainer.invoke ( Object deployID, reflect.Method callMethod, Object[ ] args, Object primKey, Object securityIdentity )Field 'this.cache' in the object of this method has type 'Cache'.
StatefulContainer.invoke ( Object deployID, org.apache.openejb.InterfaceType type, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )Field 'this.cache' in the object of this method has type 'Cache'.
StatefulContainer.newPrimaryKey ( )Field 'this.cache' in the object of this method has type 'Cache'.
StatefulContainer.StatefulCacheListener.StatefulContainer.StatefulCacheListener ( StatefulContainer p1 )Field 'p1.cache' in 1st parameter 'p1' of this method has type 'Cache'.
StatefulContainer.StatefulContainer ( Object id, org.apache.openejb.spi.SecurityService securityService, Cache cache )3rd parameter 'cache' of this method has type 'Cache'.
StatefulContainerFactory.create ( )Field 'RetVal.cache' in return value of this method has type 'Cache'.
StatefulContainerFactory.getCache ( )Return value of this method has type 'Cache'.
StatefulContainerFactory.setCache ( Cache cache )1st parameter 'cache' of this method has type 'Cache'.
[+] Instance (1)
| Change | Effect |
---|
1 | Field deploymentInfo (org.apache.openejb.core.CoreDeploymentInfo) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable deploymentInfo in Instance. |
[+] affected methods (13)
Instance.getBeanTransaction ( )This method is from 'Instance' class.
Instance.getEntityManagers ( org.apache.openejb.util.Index factories )This method is from 'Instance' class.
Instance.getLock ( )This method is from 'Instance' class.
Instance.getTransaction ( )This method is from 'Instance' class.
Instance.isInUse ( )This method is from 'Instance' class.
Instance.setBeanTransaction ( org.apache.openejb.core.transaction.BeanTransactionPolicy.SuspendedTransaction beanTransaction )This method is from 'Instance' class.
Instance.setInUse ( boolean inUse )This method is from 'Instance' class.
Instance.setTransaction ( javax.transaction.Transaction transaction )This method is from 'Instance' class.
Instance.writeReplace ( )This method is from 'Instance' class.
StatefulContainer.SessionSynchronizationCoordinator.Synchronization.StatefulContainer.SessionSynchronizationCoordinator.Synchronization ( StatefulContainer.SessionSynchronizationCoordinator instance, Instance p2 )2nd parameter 'p2' of this method has type 'Instance'.
StatefulContainer.StatefulCacheListener.afterLoad ( Instance instance )1st parameter 'instance' of this method has type 'Instance'.
StatefulContainer.StatefulCacheListener.beforeStore ( Instance instance )1st parameter 'instance' of this method has type 'Instance'.
StatefulContainer.StatefulCacheListener.timedOut ( Instance instance )1st parameter 'instance' of this method has type 'Instance'.
[+] StatefulContext (1)
| Change | Effect |
---|
1 | Field states (org.apache.openejb.core.BaseContext.State[]) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable states in StatefulContext. |
[+] affected methods (1)
StatefulContext.StatefulContext ( org.apache.openejb.spi.SecurityService securityService, javax.transaction.UserTransaction userTransaction )This constructor is from 'StatefulContext' class.
[+] StatefulContext.AfterCompletion (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StatefulContext.AfterCompletion. |
[+] affected methods (15)
StatefulContext.AfterCompletion.getBusinessObject ( Class x0 )This method is from 'StatefulContext.AfterCompletion' class.
StatefulContext.AfterCompletion.getEJBLocalObject ( )This method is from 'StatefulContext.AfterCompletion' class.
StatefulContext.AfterCompletion.getEJBObject ( )This method is from 'StatefulContext.AfterCompletion' class.
StatefulContext.AfterCompletion.getInvokedBusinessInterface ( )This method is from 'StatefulContext.AfterCompletion' class.
StatefulContext.AfterCompletion.getMessageContext ( )This method is from 'StatefulContext.AfterCompletion' class.
StatefulContext.AfterCompletion.getRollbackOnly ( )This method is from 'StatefulContext.AfterCompletion' class.
StatefulContext.AfterCompletion.isEntityManagerAccessAllowed ( )This method is from 'StatefulContext.AfterCompletion' class.
StatefulContext.AfterCompletion.isEntityManagerFactoryAccessAllowed ( )This method is from 'StatefulContext.AfterCompletion' class.
StatefulContext.AfterCompletion.isJNDIAccessAllowed ( )This method is from 'StatefulContext.AfterCompletion' class.
StatefulContext.AfterCompletion.isMessageContextAccessAllowed ( )This method is from 'StatefulContext.AfterCompletion' class.
StatefulContext.AfterCompletion.isTimerAccessAllowed ( )This method is from 'StatefulContext.AfterCompletion' class.
StatefulContext.AfterCompletion.isTimerMethodAllowed ( )This method is from 'StatefulContext.AfterCompletion' class.
StatefulContext.AfterCompletion.isUserTransactionAccessAllowed ( )This method is from 'StatefulContext.AfterCompletion' class.
StatefulContext.AfterCompletion.setRollbackOnly ( )This method is from 'StatefulContext.AfterCompletion' class.
StatefulContext.AfterCompletion.StatefulContext.AfterCompletion ( )This constructor is from 'StatefulContext.AfterCompletion' class.
[+] StatefulContext.BeforeCompletion (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StatefulContext.BeforeCompletion. |
[+] affected methods (7)
StatefulContext.BeforeCompletion.getBusinessObject ( Class x0 )This method is from 'StatefulContext.BeforeCompletion' class.
StatefulContext.BeforeCompletion.getEJBLocalObject ( )This method is from 'StatefulContext.BeforeCompletion' class.
StatefulContext.BeforeCompletion.getEJBObject ( )This method is from 'StatefulContext.BeforeCompletion' class.
StatefulContext.BeforeCompletion.getInvokedBusinessInterface ( )This method is from 'StatefulContext.BeforeCompletion' class.
StatefulContext.BeforeCompletion.getMessageContext ( )This method is from 'StatefulContext.BeforeCompletion' class.
StatefulContext.BeforeCompletion.isMessageContextAccessAllowed ( )This method is from 'StatefulContext.BeforeCompletion' class.
StatefulContext.BeforeCompletion.StatefulContext.BeforeCompletion ( )This constructor is from 'StatefulContext.BeforeCompletion' class.
[+] StatefulContext.LifecycleStatefulSessionState (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StatefulContext.LifecycleStatefulSessionState. |
[+] affected methods (11)
StatefulContext.LifecycleStatefulSessionState.getBusinessObject ( Class x0 )This method is from 'StatefulContext.LifecycleStatefulSessionState' class.
StatefulContext.LifecycleStatefulSessionState.getEJBLocalObject ( )This method is from 'StatefulContext.LifecycleStatefulSessionState' class.
StatefulContext.LifecycleStatefulSessionState.getEJBObject ( )This method is from 'StatefulContext.LifecycleStatefulSessionState' class.
StatefulContext.LifecycleStatefulSessionState.getInvokedBusinessInterface ( )This method is from 'StatefulContext.LifecycleStatefulSessionState' class.
StatefulContext.LifecycleStatefulSessionState.getMessageContext ( )This method is from 'StatefulContext.LifecycleStatefulSessionState' class.
StatefulContext.LifecycleStatefulSessionState.getRollbackOnly ( )This method is from 'StatefulContext.LifecycleStatefulSessionState' class.
StatefulContext.LifecycleStatefulSessionState.isMessageContextAccessAllowed ( )This method is from 'StatefulContext.LifecycleStatefulSessionState' class.
StatefulContext.LifecycleStatefulSessionState.isTimerAccessAllowed ( )This method is from 'StatefulContext.LifecycleStatefulSessionState' class.
StatefulContext.LifecycleStatefulSessionState.isTimerMethodAllowed ( )This method is from 'StatefulContext.LifecycleStatefulSessionState' class.
StatefulContext.LifecycleStatefulSessionState.setRollbackOnly ( )This method is from 'StatefulContext.LifecycleStatefulSessionState' class.
StatefulContext.LifecycleStatefulSessionState.StatefulContext.LifecycleStatefulSessionState ( )This constructor is from 'StatefulContext.LifecycleStatefulSessionState' class.
package org.apache.openejb.core.stateless
[+] StatelessContext (1)
| Change | Effect |
---|
1 | Field states (org.apache.openejb.core.BaseContext.State[]) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable states in StatelessContext. |
[+] affected methods (2)
StatelessContext.flush ( )This method is from 'StatelessContext' class.
StatelessContext.StatelessContext ( org.apache.openejb.spi.SecurityService securityService, java.io.Flushable flushable )This constructor is from 'StatelessContext' class.
package org.apache.openejb.core.timer
[+] EjbTimerService (9)
| Change | Effect |
---|
1 | Abstract method EjbTimerService.createTimer ( Object p1, reflect.Method p2, long p3, long p4, javax.ejb.TimerConfig p5 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createTimer(java.lang.Object, java.lang.reflect.Method, long, long, javax.ejb.TimerConfig) in EjbTimerService. |
2 | Abstract method EjbTimerService.createTimer ( Object p1, reflect.Method p2, long p3, javax.ejb.TimerConfig p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createTimer(java.lang.Object, java.lang.reflect.Method, long, javax.ejb.TimerConfig) in EjbTimerService. |
3 | Abstract method EjbTimerService.createTimer ( Object p1, reflect.Method p2, java.util.Date p3, long p4, javax.ejb.TimerConfig p5 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createTimer(java.lang.Object, java.lang.reflect.Method, java.util.Date, long, javax.ejb.TimerConfig) in EjbTimerService. |
4 | Abstract method EjbTimerService.createTimer ( Object p1, reflect.Method p2, java.util.Date p3, javax.ejb.TimerConfig p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createTimer(java.lang.Object, java.lang.reflect.Method, java.util.Date, javax.ejb.TimerConfig) in EjbTimerService. |
5 | Abstract method EjbTimerService.createTimer ( Object p1, reflect.Method p2, javax.ejb.ScheduleExpression p3, javax.ejb.TimerConfig p4 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createTimer(java.lang.Object, java.lang.reflect.Method, javax.ejb.ScheduleExpression, javax.ejb.TimerConfig) in EjbTimerService. |
6 | Abstract method EjbTimerService.createTimer ( Object p1, long p2, long p3, java.io.Serializable p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method createTimer(java.lang.Object, long, long, java.io.Serializable) in interface EjbTimerService. |
7 | Abstract method EjbTimerService.createTimer ( Object p1, long p2, java.io.Serializable p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method createTimer(java.lang.Object, long, java.io.Serializable) in interface EjbTimerService. |
8 | Abstract method EjbTimerService.createTimer ( Object p1, java.util.Date p2, long p3, java.io.Serializable p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method createTimer(java.lang.Object, java.util.Date, long, java.io.Serializable) in interface EjbTimerService. |
9 | Abstract method EjbTimerService.createTimer ( Object p1, java.util.Date p2, java.io.Serializable p3 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method createTimer(java.lang.Object, java.util.Date, java.io.Serializable) in interface EjbTimerService. |
[+] affected methods (4)
EjbTimerService.getTimer ( long p1 )This abstract method is from 'EjbTimerService' interface.
EjbTimerService.getTimers ( Object p1 )This abstract method is from 'EjbTimerService' interface.
EjbTimerService.start ( )This abstract method is from 'EjbTimerService' interface.
EjbTimerService.stop ( )This abstract method is from 'EjbTimerService' interface.
[+] TimerData (3)
| Change | Effect |
---|
1 | This class became abstract. | Recompilation of a client program may be terminated with the message: TimerData is abstract; cannot be instantiated. |
2 | Abstract method TimerData.getType ( ) has been added to this class. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getType() in TimerData. |
3 | Abstract method TimerData.initializeTrigger ( ) has been added to this class. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method initializeTrigger() in TimerData. |
[+] affected methods (24)
DatabaseTimerStore.addTimerData ( TimerData timerData )1st parameter 'timerData' 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.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.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' class.
TimerData.getDeploymentId ( )This method is from 'TimerData' class.
TimerData.getId ( )This method is from 'TimerData' class.
TimerData.getInfo ( )This method is from 'TimerData' class.
TimerData.getPrimaryKey ( )This method is from 'TimerData' class.
TimerData.getTimer ( )This method is from 'TimerData' class.
TimerData.isCancelled ( )This method is from 'TimerData' class.
TimerData.isNewTimer ( )This method is from 'TimerData' class.
TimerData.newTimer ( )This method is from 'TimerData' class.
TimerData.stop ( )This method is from 'TimerData' 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.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'.
[+] TimerStore (4)
| Change | Effect |
---|
1 | Abstract method TimerStore.createCalendarTimer ( EjbTimerServiceImpl p1, String p2, Object p3, reflect.Method p4, javax.ejb.ScheduleExpression p5, javax.ejb.TimerConfig p6 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createCalendarTimer(EjbTimerServiceImpl, java.lang.String, java.lang.Object, java.lang.reflect.Method, javax.ejb.ScheduleExpression, javax.ejb.TimerConfig) in TimerStore. |
2 | Abstract method TimerStore.createIntervalTimer ( EjbTimerServiceImpl p1, String p2, Object p3, reflect.Method p4, java.util.Date p5, long p6, javax.ejb.TimerConfig p7 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createIntervalTimer(EjbTimerServiceImpl, java.lang.String, java.lang.Object, java.lang.reflect.Method, java.util.Date, long, javax.ejb.TimerConfig) in TimerStore. |
3 | Abstract method TimerStore.createSingleActionTimer ( EjbTimerServiceImpl p1, String p2, Object p3, reflect.Method p4, java.util.Date p5, javax.ejb.TimerConfig p6 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createSingleActionTimer(EjbTimerServiceImpl, java.lang.String, java.lang.Object, java.lang.reflect.Method, java.util.Date, javax.ejb.TimerConfig) in TimerStore. |
4 | Abstract method TimerStore.createTimer ( EjbTimerServiceImpl p1, String p2, Object p3, Object p4, java.util.Date p5, long p6 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method createTimer(EjbTimerServiceImpl, java.lang.String, java.lang.Object, java.lang.Object, java.util.Date, long) in interface TimerStore. |
[+] affected methods (6)
TimerStore.addTimerData ( TimerData p1 )This abstract method is from 'TimerStore' interface.
TimerStore.getTimer ( String p1, long p2 )This abstract method is from 'TimerStore' interface.
TimerStore.getTimers ( String p1 )This abstract method is from 'TimerStore' interface.
TimerStore.loadTimers ( EjbTimerServiceImpl p1, String p2 )This abstract method is from 'TimerStore' interface.
TimerStore.removeTimer ( long p1 )This abstract method is from 'TimerStore' interface.
TimerStore.updateIntervalTimer ( TimerData p1 )This abstract method is from 'TimerStore' interface.
package org.apache.openejb.core.transaction
[+] TransactionPolicy (1)
| Change | Effect |
---|
1 | Abstract method TransactionPolicy.setRollbackOnly ( Throwable p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setRollbackOnly(java.lang.Throwable) in TransactionPolicy. |
[+] affected methods (20)
org.apache.openejb.core.ThreadContext.getTransactionPolicy ( )Return value of this method has type 'TransactionPolicy'.
org.apache.openejb.core.ThreadContext.setTransactionPolicy ( TransactionPolicy transactionPolicy )1st parameter 'transactionPolicy' of this method has type 'TransactionPolicy'.
EjbTransactionUtil.afterInvoke ( TransactionPolicy txPolicy, org.apache.openejb.core.ThreadContext threadContext )1st parameter 'txPolicy' of this method has type 'TransactionPolicy'.
EjbTransactionUtil.createTransactionPolicy ( TransactionType type, org.apache.openejb.core.ThreadContext threadContext )Return value of this method has type 'TransactionPolicy'.
EjbTransactionUtil.handleApplicationException ( TransactionPolicy txPolicy, Throwable appException, boolean rollback )1st parameter 'txPolicy' of this method has type 'TransactionPolicy'.
EjbTransactionUtil.handleSystemException ( TransactionPolicy txPolicy, Throwable sysException, org.apache.openejb.core.ThreadContext callContext )1st parameter 'txPolicy' of this method has type 'TransactionPolicy'.
JtaTransactionPolicyFactory.createTransactionPolicy ( TransactionType type )Return value of this method has type 'TransactionPolicy'.
TransactionPolicy.commit ( )This abstract method is from 'TransactionPolicy' interface.
TransactionPolicy.enlistResource ( javax.transaction.xa.XAResource p1 )This abstract method is from 'TransactionPolicy' interface.
TransactionPolicy.getResource ( Object p1 )This abstract method is from 'TransactionPolicy' interface.
TransactionPolicy.getTransactionType ( )This abstract method is from 'TransactionPolicy' interface.
TransactionPolicy.isClientTransaction ( )This abstract method is from 'TransactionPolicy' interface.
TransactionPolicy.isNewTransaction ( )This abstract method is from 'TransactionPolicy' interface.
TransactionPolicy.isRollbackOnly ( )This abstract method is from 'TransactionPolicy' interface.
TransactionPolicy.isTransactionActive ( )This abstract method is from 'TransactionPolicy' interface.
TransactionPolicy.putResource ( Object p1, Object p2 )This abstract method is from 'TransactionPolicy' interface.
TransactionPolicy.registerSynchronization ( TransactionPolicy.TransactionSynchronization p1 )This abstract method is from 'TransactionPolicy' interface.
TransactionPolicy.removeResource ( Object p1 )This abstract method is from 'TransactionPolicy' interface.
TransactionPolicy.setRollbackOnly ( )This abstract method is from 'TransactionPolicy' interface.
TransactionPolicyFactory.createTransactionPolicy ( TransactionType p1 )Return value of this abstract method has type 'TransactionPolicy'.
package org.apache.openejb.resource.quartz
[+] JobSpec (1)
| Change | Effect |
---|
1 | This class became final. | Recompilation of a client program may be terminated with the message: cannot inherit from final JobSpec. |
[+] affected methods (26)
JobSpec.getCalendarName ( )This method is from 'JobSpec' class.
JobSpec.getCronExpression ( )This method is from 'JobSpec' class.
JobSpec.getDescription ( )This method is from 'JobSpec' class.
JobSpec.getJobGroup ( )This method is from 'JobSpec' class.
JobSpec.getJobName ( )This method is from 'JobSpec' class.
JobSpec.getResourceAdapter ( )This method is from 'JobSpec' class.
JobSpec.getTriggerGroup ( )This method is from 'JobSpec' class.
JobSpec.getTriggerName ( )This method is from 'JobSpec' class.
JobSpec.isDurable ( )This method is from 'JobSpec' class.
JobSpec.isRequestsRecovery ( )This method is from 'JobSpec' class.
JobSpec.JobSpec ( )This constructor is from 'JobSpec' class.
JobSpec.setCalendarName ( String s )This method is from 'JobSpec' class.
JobSpec.setCronExpression ( String s )This method is from 'JobSpec' class.
JobSpec.setCronTrigger ( String s )This method is from 'JobSpec' class.
JobSpec.setDescription ( String s )This method is from 'JobSpec' class.
JobSpec.setDurable ( boolean b )This method is from 'JobSpec' class.
JobSpec.setEndTime ( String endTime )This method is from 'JobSpec' class.
JobSpec.setJobGroup ( String s )This method is from 'JobSpec' class.
JobSpec.setJobName ( String s )This method is from 'JobSpec' class.
JobSpec.setRequestsRecovery ( boolean b )This method is from 'JobSpec' class.
JobSpec.setResourceAdapter ( javax.resource.spi.ResourceAdapter resourceAdapter )This method is from 'JobSpec' class.
JobSpec.setStartTime ( String startTime )This method is from 'JobSpec' class.
JobSpec.setTimeZone ( String timeZone )This method is from 'JobSpec' class.
JobSpec.setTriggerGroup ( String s )This method is from 'JobSpec' class.
JobSpec.setTriggerName ( String s )This method is from 'JobSpec' class.
JobSpec.validate ( )This method is from 'JobSpec' class.
package org.apache.openejb.spi
[+] ContainerSystem (8)
| Change | Effect |
---|
1 | Abstract method ContainerSystem.deployments ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method deployments() in ContainerSystem. |
2 | Abstract method ContainerSystem.getAppContext ( Object p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAppContext(java.lang.Object) in ContainerSystem. |
3 | Abstract method ContainerSystem.getAppContexts ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAppContexts() in ContainerSystem. |
4 | Abstract method ContainerSystem.getBeanContext ( Object p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBeanContext(java.lang.Object) in ContainerSystem. |
5 | Abstract method ContainerSystem.getWebContext ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getWebContext(java.lang.String) in ContainerSystem. |
6 | Abstract method ContainerSystem.deployments ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method deployments() in interface ContainerSystem. |
7 | Abstract method ContainerSystem.getDeploymentInfo ( Object p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getDeploymentInfo(java.lang.Object) in interface ContainerSystem. |
8 | Abstract method ContainerSystem.getWebDeploymentInfo ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getWebDeploymentInfo(java.lang.String) in interface ContainerSystem. |
[+] affected methods (5)
org.apache.openejb.assembler.classic.Assembler.getContainerSystem ( )Return value of this method has type 'ContainerSystem'.
Assembler.getContainerSystem ( )Return value of this abstract method has type 'ContainerSystem'.
ContainerSystem.containers ( )This abstract method is from 'ContainerSystem' interface.
ContainerSystem.getContainer ( Object p1 )This abstract method is from 'ContainerSystem' interface.
ContainerSystem.getJNDIContext ( )This abstract method is from 'ContainerSystem' interface.
package org.apache.openejb.util
[+] ArrayStack (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ArrayStack. |
[+] affected methods (5)
ArrayStack.ArrayStack ( )This constructor is from 'ArrayStack' class.
ArrayStack.peek ( )This method is from 'ArrayStack' class.
ArrayStack.pop ( )This method is from 'ArrayStack' class.
ArrayStack.push ( Object item )This method is from 'ArrayStack' class.
ArrayStack.setSize ( int newSize )This method is from 'ArrayStack' class.
[+] Duration.Unit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Duration.Unit. |
[+] affected methods (2)
Duration.Unit.valueOf ( String name )This method is from 'Duration.Unit' class.
Duration.Unit.values ( )This method is from 'Duration.Unit' class.
[+] FactoryFinder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FactoryFinder. |
[+] affected methods (3)
FactoryFinder.FactoryFinder ( String path )This constructor is from 'FactoryFinder' class.
FactoryFinder.newInstance ( String key )This method is from 'FactoryFinder' class.
FactoryFinder.newInstance ( String key, String propertyPrefix )This method is from 'FactoryFinder' class.
[+] HtmlUtilities (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HtmlUtilities. |
[+] affected methods (9)
HtmlUtilities.createAnchor ( String value, String display, String type )This method is from 'HtmlUtilities' class.
HtmlUtilities.createFileFormField ( String name, String value, int size )This method is from 'HtmlUtilities' class.
HtmlUtilities.createHiddenFormField ( String name, String value )This method is from 'HtmlUtilities' class.
HtmlUtilities.createInputFormField ( String type, String name, String value, int size, int maxLength, String onFocus, String onBlur, String onChange, String onClick, boolean checked, boolean disabled, boolean readOnly )This method is from 'HtmlUtilities' class.
HtmlUtilities.createSelectFormField ( String name, String onChange )This method is from 'HtmlUtilities' class.
HtmlUtilities.createSelectOption ( String value, String display, boolean selected )This method is from 'HtmlUtilities' class.
HtmlUtilities.createSubmitFormButton ( String name, String value )This method is from 'HtmlUtilities' class.
HtmlUtilities.createTextArea ( String name, String content, int rows, int columns, String onFocus, String onBlur, String onChange )This method is from 'HtmlUtilities' class.
HtmlUtilities.createTextFormField ( String name, String value, int size, int maxLength )This method is from 'HtmlUtilities' class.
[+] IOExceptionSupport (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IOExceptionSupport. |
[+] affected methods (5)
IOExceptionSupport.create ( Exception cause )This method is from 'IOExceptionSupport' class.
IOExceptionSupport.create ( String msg, Exception cause )This method is from 'IOExceptionSupport' class.
IOExceptionSupport.create ( String msg, Throwable cause )This method is from 'IOExceptionSupport' class.
IOExceptionSupport.create ( Throwable cause )This method is from 'IOExceptionSupport' class.
IOExceptionSupport.IOExceptionSupport ( )This constructor is from 'IOExceptionSupport' class.
[+] IOUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IOUtils. |
[+] affected methods (2)
IOUtils.IOUtils ( )This constructor is from 'IOUtils' class.
IOUtils.readProperties ( java.net.URL resource )This method is from 'IOUtils' class.
[+] JarUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JarUtils. |
[+] affected methods (4)
JarUtils.addFileToJar ( String jarFile, String file )This method is from 'JarUtils' class.
JarUtils.getContextClassLoader ( )This method is from 'JarUtils' class.
JarUtils.getJarFile ( String jarFile )This method is from 'JarUtils' class.
JarUtils.JarUtils ( )This constructor is from 'JarUtils' class.
[+] Log4jLog (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Log4jLog. |
[+] affected methods (28)
Log4jLog.debug ( String message )This method is from 'Log4jLog' class.
Log4jLog.debug ( String message, Object[ ] args )This method is from 'Log4jLog' class.
Log4jLog.debug ( String message, Throwable t )This method is from 'Log4jLog' class.
Log4jLog.debug ( String message, Throwable t, Object[ ] args )This method is from 'Log4jLog' class.
Log4jLog.error ( String message )This method is from 'Log4jLog' class.
Log4jLog.error ( String message, Object[ ] args )This method is from 'Log4jLog' class.
Log4jLog.error ( String message, Throwable t )This method is from 'Log4jLog' class.
Log4jLog.error ( String message, Throwable t, Object[ ] args )This method is from 'Log4jLog' class.
Log4jLog.fatal ( String message )This method is from 'Log4jLog' class.
Log4jLog.fatal ( String message, Object[ ] args )This method is from 'Log4jLog' class.
Log4jLog.fatal ( String message, Throwable t )This method is from 'Log4jLog' class.
Log4jLog.fatal ( String message, Throwable t, Object[ ] args )This method is from 'Log4jLog' class.
Log4jLog.getInstance ( LogCategory category, Class clazz )This method is from 'Log4jLog' class.
Log4jLog.getInstance ( LogCategory category, String baseName )This method is from 'Log4jLog' class.
Log4jLog.getLogger ( String moduleId )This method is from 'Log4jLog' class.
Log4jLog.info ( String message )This method is from 'Log4jLog' class.
Log4jLog.info ( String message, Object[ ] args )This method is from 'Log4jLog' class.
Log4jLog.info ( String message, Throwable t )This method is from 'Log4jLog' class.
Log4jLog.info ( String message, Throwable t, Object[ ] args )This method is from 'Log4jLog' class.
Log4jLog.isDebugEnabled ( )This method is from 'Log4jLog' class.
Log4jLog.isErrorEnabled ( )This method is from 'Log4jLog' class.
Log4jLog.isFatalEnabled ( )This method is from 'Log4jLog' class.
Log4jLog.isInfoEnabled ( )This method is from 'Log4jLog' class.
Log4jLog.isWarningEnabled ( )This method is from 'Log4jLog' class.
Log4jLog.warning ( String message )This method is from 'Log4jLog' class.
Log4jLog.warning ( String message, Object[ ] args )This method is from 'Log4jLog' class.
Log4jLog.warning ( String message, Throwable t )This method is from 'Log4jLog' class.
Log4jLog.warning ( String message, Throwable t, Object[ ] args )This method is from 'Log4jLog' class.
[+] MemoryClassLoader (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MemoryClassLoader. |
[+] affected methods (12)
MemoryClassLoader.addJar ( java.util.jar.JarFile jar )This method is from 'MemoryClassLoader' class.
MemoryClassLoader.addJar ( java.util.jar.JarInputStream stream )This method is from 'MemoryClassLoader' class.
MemoryClassLoader.equals ( Object o )This method is from 'MemoryClassLoader' class.
MemoryClassLoader.findClass ( String name )This method is from 'MemoryClassLoader' class.
MemoryClassLoader.findResources ( String name )This method is from 'MemoryClassLoader' class.
MemoryClassLoader.getResource ( String name )This method is from 'MemoryClassLoader' class.
MemoryClassLoader.getResourceAsStream ( String name )This method is from 'MemoryClassLoader' class.
MemoryClassLoader.hashCode ( )This method is from 'MemoryClassLoader' class.
MemoryClassLoader.MemoryClassLoader ( ClassLoader parent, java.util.jar.JarFile file )This constructor is from 'MemoryClassLoader' class.
MemoryClassLoader.MemoryClassLoader ( ClassLoader parent, java.util.jar.JarFile[ ] file )This constructor is from 'MemoryClassLoader' class.
MemoryClassLoader.MemoryClassLoader ( ClassLoader parent, java.util.jar.JarInputStream stream )This constructor is from 'MemoryClassLoader' class.
MemoryClassLoader.MemoryClassLoader ( ClassLoader parent, java.util.jar.JarInputStream[ ] stream )This constructor is from 'MemoryClassLoader' class.
[+] SerializableEnumeration (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SerializableEnumeration. |
[+] affected methods (3)
SerializableEnumeration.hasMoreElements ( )This method is from 'SerializableEnumeration' class.
SerializableEnumeration.nextElement ( )This method is from 'SerializableEnumeration' class.
SerializableEnumeration.SerializableEnumeration ( Object[ ] values )This constructor is from 'SerializableEnumeration' class.
[+] SerializationCallbacks (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SerializationCallbacks. |
[+] affected methods (3)
SerializationCallbacks.readResolve ( )This method is from 'SerializationCallbacks' class.
SerializationCallbacks.SerializationCallbacks ( )This constructor is from 'SerializationCallbacks' class.
SerializationCallbacks.writeReplace ( )This method is from 'SerializationCallbacks' class.
[+] StringUtilities (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class StringUtilities. |
[+] affected methods (7)
StringUtilities.blankToNullString ( String stringToCheckForBlank )This method is from 'StringUtilities' class.
StringUtilities.checkNullBlankString ( String stringToCheck )This method is from 'StringUtilities' class.
StringUtilities.createMethodString ( reflect.Method method, String lineBreak )This method is from 'StringUtilities' class.
StringUtilities.getLastToken ( String tokenString, String delimeter )This method is from 'StringUtilities' class.
StringUtilities.nullToBlankString ( String stringToCheckForNull )This method is from 'StringUtilities' class.
StringUtilities.replaceNullOrBlankStringWithNonBreakingSpace ( String stringToCheckForNull )This method is from 'StringUtilities' class.
StringUtilities.stringArrayToCommaDelimitedStringList ( String[ ] stringArray )This method is from 'StringUtilities' class.
[+] TransactionUtils (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TransactionUtils. |
[+] affected methods (3)
TransactionUtils.getTransactionIfActive ( javax.transaction.TransactionManager transactionManager )This method is from 'TransactionUtils' class.
TransactionUtils.isActive ( javax.transaction.Transaction transaction )This method is from 'TransactionUtils' class.
TransactionUtils.isTransactionActive ( javax.transaction.TransactionManager transactionManager )This method is from 'TransactionUtils' class.
[+] VersionedSet (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class VersionedSet. |
[+] affected methods (4)
VersionedSet.add ( Object o )This method is from 'VersionedSet' class.
VersionedSet.currentSet ( )This method is from 'VersionedSet' class.
VersionedSet.remove ( Object o )This method is from 'VersionedSet' class.
VersionedSet.VersionedSet ( )This constructor is from 'VersionedSet' class.
[+] VersionedSet.Set (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class VersionedSet.Set. |
[+] affected methods (16)
VersionedSet.Set.add ( Object o )This method is from 'VersionedSet.Set' class.
VersionedSet.Set.addAll ( java.util.Collection c )This method is from 'VersionedSet.Set' class.
VersionedSet.Set.clear ( )This method is from 'VersionedSet.Set' class.
VersionedSet.Set.contains ( Object o )This method is from 'VersionedSet.Set' class.
VersionedSet.Set.containsAll ( java.util.Collection c )This method is from 'VersionedSet.Set' class.
VersionedSet.Set.equals ( Object o )This method is from 'VersionedSet.Set' class.
VersionedSet.Set.getVersion ( )This method is from 'VersionedSet.Set' class.
VersionedSet.Set.hashCode ( )This method is from 'VersionedSet.Set' class.
VersionedSet.Set.isEmpty ( )This method is from 'VersionedSet.Set' class.
VersionedSet.Set.iterator ( )This method is from 'VersionedSet.Set' class.
VersionedSet.Set.remove ( Object o )This method is from 'VersionedSet.Set' class.
VersionedSet.Set.removeAll ( java.util.Collection c )This method is from 'VersionedSet.Set' class.
VersionedSet.Set.retainAll ( java.util.Collection c )This method is from 'VersionedSet.Set' class.
VersionedSet.Set.size ( )This method is from 'VersionedSet.Set' class.
VersionedSet.Set.toArray ( )This method is from 'VersionedSet.Set' class.
VersionedSet.Set.toArray ( Object[ ] a )This method is from 'VersionedSet.Set' class.
package org.apache.openejb.util.io
[+] ClassDescriptor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassDescriptor. |
[+] affected methods (25)
ClassDescriptor.ClassDescriptor ( Class clazz, ClassDescriptor superdesc, boolean serializable, boolean externalizable )This constructor is from 'ClassDescriptor' class.
ClassDescriptor.forClass ( )This method is from 'ClassDescriptor' class.
ClassDescriptor.getFields ( )This method is from 'ClassDescriptor' class.
ClassDescriptor.getName ( )This method is from 'ClassDescriptor' class.
ClassDescriptor.getReadObjectMethod ( )This method is from 'ClassDescriptor' class.
ClassDescriptor.getSerialVersionUID ( )This method is from 'ClassDescriptor' class.
ClassDescriptor.getSignature ( Class clazz )This method is from 'ClassDescriptor' class.
ClassDescriptor.getSignature ( Class clazz, StringBuffer buf )This method is from 'ClassDescriptor' class.
ClassDescriptor.getSuperclass ( )This method is from 'ClassDescriptor' class.
ClassDescriptor.getWriteObjectMethod ( )This method is from 'ClassDescriptor' class.
ClassDescriptor.hasReadObjectMethod ( )This method is from 'ClassDescriptor' class.
ClassDescriptor.hasReadObjectMethod ( boolean b )This method is from 'ClassDescriptor' class.
ClassDescriptor.hasWriteObjectMethod ( )This method is from 'ClassDescriptor' class.
ClassDescriptor.hasWriteObjectMethod ( boolean b )This method is from 'ClassDescriptor' class.
ClassDescriptor.isExternalizable ( )This method is from 'ClassDescriptor' class.
ClassDescriptor.isNonSerializable ( )This method is from 'ClassDescriptor' class.
ClassDescriptor.isSerializable ( )This method is from 'ClassDescriptor' class.
ClassDescriptor.lookup ( Class clazz )This method is from 'ClassDescriptor' class.
ClassDescriptor.setFields ( FieldDescriptor[ ] fields )This method is from 'ClassDescriptor' class.
ClassDescriptor.setReadObjectMethod ( reflect.Method method )This method is from 'ClassDescriptor' class.
ClassDescriptor.setSerialVersionUID ( long suid )This method is from 'ClassDescriptor' class.
ClassDescriptor.setSuperclass ( ClassDescriptor s )This method is from 'ClassDescriptor' class.
ClassDescriptor.setWriteObjectMethod ( reflect.Method method )This method is from 'ClassDescriptor' class.
ClassDescriptor.toString ( )This method is from 'ClassDescriptor' class.
ClassDescriptor.writeClassInfo ( ObjectOutputStream out )This method is from 'ClassDescriptor' class.
[+] FieldDescriptor (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FieldDescriptor. |
[+] affected methods (14)
FieldDescriptor.compareTo ( Object o )This method is from 'FieldDescriptor' class.
FieldDescriptor.FieldDescriptor ( reflect.Field field )This constructor is from 'FieldDescriptor' class.
FieldDescriptor.FieldDescriptor ( String name, Class type )This constructor is from 'FieldDescriptor' class.
FieldDescriptor.getClassDescriptor ( )This method is from 'FieldDescriptor' class.
FieldDescriptor.getField ( )This method is from 'FieldDescriptor' class.
FieldDescriptor.getName ( )This method is from 'FieldDescriptor' class.
FieldDescriptor.getTypeCode ( )This method is from 'FieldDescriptor' class.
FieldDescriptor.getTypeString ( )This method is from 'FieldDescriptor' class.
FieldDescriptor.setClassDescriptor ( ClassDescriptor classDesc )This method is from 'FieldDescriptor' class.
FieldDescriptor.setField ( reflect.Field field )This method is from 'FieldDescriptor' class.
FieldDescriptor.setName ( String name )This method is from 'FieldDescriptor' class.
FieldDescriptor.setTypeCode ( char typeCode )This method is from 'FieldDescriptor' class.
FieldDescriptor.write ( Object o, ObjectOutputStream out )This method is from 'FieldDescriptor' class.
FieldDescriptor.writeDesc ( ObjectOutputStream out )This method is from 'FieldDescriptor' class.
[+] ObjectOutputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ObjectOutputStream. |
[+] affected methods (24)
ObjectOutputStream.flush ( )This method is from 'ObjectOutputStream' class.
ObjectOutputStream.ObjectOutputStream ( java.io.OutputStream out )This constructor is from 'ObjectOutputStream' class.
ObjectOutputStream.reset ( )This method is from 'ObjectOutputStream' class.
ObjectOutputStream.serializeObject ( Object obj )This method is from 'ObjectOutputStream' class.
ObjectOutputStream.serializeObject ( Object obj, java.io.OutputStream out )This method is from 'ObjectOutputStream' class.
ObjectOutputStream.size ( )This method is from 'ObjectOutputStream' class.
ObjectOutputStream.toByteArray ( )This method is from 'ObjectOutputStream' class.
ObjectOutputStream.write ( byte[ ] b, int off, int len )This method is from 'ObjectOutputStream' class.
ObjectOutputStream.write ( int b )This method is from 'ObjectOutputStream' class.
ObjectOutputStream.writeBoolean ( boolean v )This method is from 'ObjectOutputStream' class.
ObjectOutputStream.writeByte ( int v )This method is from 'ObjectOutputStream' class.
ObjectOutputStream.writeBytes ( String s )This method is from 'ObjectOutputStream' class.
ObjectOutputStream.writeChar ( int v )This method is from 'ObjectOutputStream' class.
ObjectOutputStream.writeChars ( String s )This method is from 'ObjectOutputStream' class.
ObjectOutputStream.writeDouble ( double v )This method is from 'ObjectOutputStream' class.
ObjectOutputStream.writeException ( Throwable th )This method is from 'ObjectOutputStream' class.
ObjectOutputStream.writeFloat ( float v )This method is from 'ObjectOutputStream' class.
ObjectOutputStream.writeInt ( int v )This method is from 'ObjectOutputStream' class.
ObjectOutputStream.writeLong ( long v )This method is from 'ObjectOutputStream' class.
ObjectOutputStream.writeObject ( Object obj )This method is from 'ObjectOutputStream' class.
ObjectOutputStream.writeReset ( )This method is from 'ObjectOutputStream' class.
ObjectOutputStream.writeShort ( int v )This method is from 'ObjectOutputStream' class.
ObjectOutputStream.writeString ( String s )This method is from 'ObjectOutputStream' class.
ObjectOutputStream.writeUTF ( String str )This method is from 'ObjectOutputStream' class.
openejb-cxf-3.1.4.jar
package org.apache.openejb.server.cxf
[+] CxfEndpoint (1)
| Change | Effect |
---|
1 | Type of field httpTransportFactory has been changed from HttpTransportFactory to org.apache.cxf.transport.http.HTTPTransportFactory. | Recompilation of a client program may be terminated with the message: incompatible types, found: HttpTransportFactory, required: org.apache.cxf.transport.http.HTTPTransportFactory. |
[+] affected methods (28)
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 ( )Field 'this.endpoint' in the object of this abstract method has type 'CxfEndpoint'.
CxfWsContainer.CxfWsContainer ( org.apache.cxf.Bus bus, org.apache.openejb.core.webservices.PortData port )Field 'this.endpoint' in the object of this 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'.
[+] CxfWsContainer (2)
| Change | Effect |
---|
1 | Type of field destination has been changed from HttpDestination to org.apache.cxf.transport.http.AbstractHTTPDestination. | Recompilation of a client program may be terminated with the message: incompatible types, found: HttpDestination, required: org.apache.cxf.transport.http.AbstractHTTPDestination. |
2 | Type of field httpTransportFactory has been changed from HttpTransportFactory to org.apache.cxf.transport.http.HTTPTransportFactory. | Recompilation of a client program may be terminated with the message: incompatible types, found: HttpTransportFactory, required: org.apache.cxf.transport.http.HTTPTransportFactory. |
[+] affected methods (5)
CxfWsContainer.createEndpoint ( )This abstract method is from 'CxfWsContainer' abstract class.
CxfWsContainer.CxfWsContainer ( org.apache.cxf.Bus bus, org.apache.openejb.core.webservices.PortData port )This constructor 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.
[+] HttpDestination (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HttpDestination. |
[+] affected methods (13)
HttpDestination.copyRequestHeaders ( org.apache.cxf.message.Message message, java.util.Map headers )This method is from 'HttpDestination' class.
HttpDestination.getBackChannel ( org.apache.cxf.message.Message inMessage, org.apache.cxf.message.Message partialResponse, org.apache.cxf.ws.addressing.EndpointReferenceType address )This method is from 'HttpDestination' class.
HttpDestination.getEndpointInfo ( )This method is from 'HttpDestination' class.
HttpDestination.getInbuiltBackChannel ( org.apache.cxf.message.Message inMessage )This method is from 'HttpDestination' class.
HttpDestination.getLogger ( )This method is from 'HttpDestination' class.
HttpDestination.getMessageObserver ( )This method is from 'HttpDestination' class.
HttpDestination.getPassSecurityContext ( )This method is from 'HttpDestination' class.
HttpDestination.HttpDestination ( org.apache.cxf.Bus bus, org.apache.cxf.transport.ConduitInitiator conduitInitiator, org.apache.cxf.service.model.EndpointInfo endpointInfo )This constructor is from 'HttpDestination' class.
HttpDestination.invoke ( org.apache.openejb.server.httpd.HttpRequest request, org.apache.openejb.server.httpd.HttpResponse response )This method is from 'HttpDestination' class.
HttpDestination.setContentType ( org.apache.cxf.message.Message message, org.apache.openejb.server.httpd.HttpResponse response )This method is from 'HttpDestination' class.
HttpDestination.setMessageObserver ( org.apache.cxf.transport.MessageObserver messageObserver )This method is from 'HttpDestination' class.
HttpDestination.setPassSecurityContext ( boolean passSecurityContext )This method is from 'HttpDestination' class.
HttpDestination.shutdown ( )This method is from 'HttpDestination' class.
[+] HttpDestination.BackChannelConduit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HttpDestination.BackChannelConduit. |
[+] affected methods (7)
HttpDestination.BackChannelConduit.close ( )This method is from 'HttpDestination.BackChannelConduit' class.
HttpDestination.BackChannelConduit.close ( org.apache.cxf.message.Message msg )This method is from 'HttpDestination.BackChannelConduit' class.
HttpDestination.BackChannelConduit.getBackChannel ( )This method is from 'HttpDestination.BackChannelConduit' class.
HttpDestination.BackChannelConduit.getTarget ( )This method is from 'HttpDestination.BackChannelConduit' class.
HttpDestination.BackChannelConduit.prepare ( org.apache.cxf.message.Message message )This method is from 'HttpDestination.BackChannelConduit' class.
HttpDestination.BackChannelConduit.send ( org.apache.cxf.message.Message message )This method is from 'HttpDestination.BackChannelConduit' class.
HttpDestination.BackChannelConduit.setMessageObserver ( org.apache.cxf.transport.MessageObserver observer )This method is from 'HttpDestination.BackChannelConduit' class.
[+] HttpTransportFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HttpTransportFactory. |
[+] affected methods (4)
HttpTransportFactory.getDestination ( org.apache.cxf.service.model.EndpointInfo endpointInfo )This method is from 'HttpTransportFactory' class.
HttpTransportFactory.HttpTransportFactory ( )This constructor is from 'HttpTransportFactory' class.
HttpTransportFactory.HttpTransportFactory ( org.apache.cxf.Bus bus )This constructor is from 'HttpTransportFactory' class.
HttpTransportFactory.registerDestinationFactory ( )This method is from 'HttpTransportFactory' class.
[+] ResourceManager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ResourceManager. |
[+] affected methods (1)
ResourceManager.ResourceManager ( java.util.List r )This constructor is from 'ResourceManager' class.
[+] ServerPasswordHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ServerPasswordHandler. |
[+] affected methods (2)
ServerPasswordHandler.handle ( javax.security.auth.callback.Callback[ ] callbacks )This method is from 'ServerPasswordHandler' class.
ServerPasswordHandler.ServerPasswordHandler ( )This constructor is from 'ServerPasswordHandler' class.
[+] WsdlQueryHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class WsdlQueryHandler. |
[+] affected methods (2)
WsdlQueryHandler.updateDefinition ( 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 'WsdlQueryHandler' class.
WsdlQueryHandler.WsdlQueryHandler ( org.apache.cxf.Bus bus )This constructor is from 'WsdlQueryHandler' class.
openejb-http-3.1.4.jar
package org.apache.openejb.server.httpd
[+] HttpRequest (5)
| Change | Effect |
---|
1 | Abstract method HttpRequest.getHeader ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getHeader(java.lang.String) in interface HttpRequest. |
2 | Abstract method HttpRequest.getInputStream ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getInputStream() in interface HttpRequest. |
3 | Abstract method HttpRequest.getMethod ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getMethod() in interface HttpRequest. |
4 | Abstract method HttpRequest.getSession ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getSession() in interface HttpRequest. |
5 | Abstract method HttpRequest.getSession ( boolean p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getSession(boolean) in interface HttpRequest. |
[+] affected methods (12)
org.apache.openejb.server.cxf.CxfWsContainer.onMessage ( HttpRequest request, HttpResponse response )1st parameter 'request' of this method has type 'HttpRequest'.
HttpListener.onMessage ( HttpRequest p1, HttpResponse p2 )1st parameter 'p1' of this abstract method has type 'HttpRequest'.
HttpListenerRegistry.onMessage ( HttpRequest request, HttpResponse response )1st parameter 'request' of this method has type 'HttpRequest'.
HttpRequest.getAttribute ( String p1 )This abstract method is from 'HttpRequest' interface.
HttpRequest.getContentLength ( )This abstract method is from 'HttpRequest' interface.
HttpRequest.getContentType ( )This abstract method is from 'HttpRequest' interface.
HttpRequest.getParameter ( String p1 )This abstract method is from 'HttpRequest' interface.
HttpRequest.getParameters ( )This abstract method is from 'HttpRequest' interface.
HttpRequest.getRemoteAddr ( )This abstract method is from 'HttpRequest' interface.
HttpRequest.getURI ( )This abstract method is from 'HttpRequest' interface.
HttpRequest.setAttribute ( String p1, Object p2 )This abstract method is from 'HttpRequest' interface.
ServerServiceAdapter.onMessage ( HttpRequest request, HttpResponse response )1st parameter 'request' of this method has type 'HttpRequest'.
[+] HttpResponse (6)
| Change | Effect |
---|
1 | Abstract method HttpResponse.getHeader ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getHeader(java.lang.String) in interface HttpResponse. |
2 | Abstract method HttpResponse.getOutputStream ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getOutputStream() in interface HttpResponse. |
3 | Abstract method HttpResponse.getPrintWriter ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getPrintWriter() in interface HttpResponse. |
4 | Abstract method HttpResponse.getStatusCode ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getStatusCode() in interface HttpResponse. |
5 | Abstract method HttpResponse.setHeader ( String p1, String p2 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setHeader(java.lang.String, java.lang.String) in interface HttpResponse. |
6 | Abstract method HttpResponse.setStatusCode ( int p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setStatusCode(int) in interface HttpResponse. |
[+] affected methods (8)
org.apache.openejb.server.cxf.CxfWsContainer.onMessage ( HttpRequest request, HttpResponse response )2nd parameter 'response' of this method has type 'HttpResponse'.
HttpListener.onMessage ( HttpRequest p1, HttpResponse p2 )2nd parameter 'p2' of this abstract method has type 'HttpResponse'.
HttpListenerRegistry.onMessage ( HttpRequest request, HttpResponse response )2nd parameter 'response' of this method has type 'HttpResponse'.
HttpResponse.flushBuffer ( )This abstract method is from 'HttpResponse' interface.
HttpResponse.getContentType ( )This abstract method is from 'HttpResponse' interface.
HttpResponse.setContentType ( String p1 )This abstract method is from 'HttpResponse' interface.
HttpResponse.setStatusMessage ( String p1 )This abstract method is from 'HttpResponse' interface.
ServerServiceAdapter.onMessage ( HttpRequest request, HttpResponse response )2nd parameter 'response' of this method has type 'HttpResponse'.
openejb-jee-3.1.4.jar
package org.apache.openejb.jee
[+] ActivationConfig (1)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
[+] affected methods (75)
ActivationConfig.ActivationConfig ( )This constructor is from 'ActivationConfig' class.
ActivationConfig.addProperty ( String name, String value )This method is from 'ActivationConfig' class.
ActivationConfig.getActivationConfigProperty ( )This method is from 'ActivationConfig' class.
ActivationConfig.getId ( )This method is from 'ActivationConfig' class.
ActivationConfig.setId ( String value )This method is from 'ActivationConfig' class.
ActivationConfig.toProperties ( )This method is from 'ActivationConfig' class.
MessageDrivenBean.addAroundInvoke ( String method )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.addPostConstruct ( String method )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.addPreDestroy ( String method )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getAcknowledgeMode ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getActivationConfig ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getAroundInvoke ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getDescription ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getDescriptions ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getDisplayName ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getDisplayNames ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getEjbClass ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getEjbLocalRef ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getEjbLocalRefMap ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getEjbName ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getEjbRef ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getEjbRefMap ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getEnvEntry ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getEnvEntryMap ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getIcon ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getIconMap ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getIcons ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getId ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getJndiConsumerName ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getMappedName ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getMessageDestinationLink ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getMessageDestinationRef ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getMessageDestinationRefMap ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getMessageDestinationType ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getMessageDrivenDestination ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getMessageSelector ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getMessagingType ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getPersistenceContextRef ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getPersistenceContextRefMap ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getPersistenceUnitRef ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getPersistenceUnitRefMap ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getPostConstruct ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getPreDestroy ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getResourceEnvRef ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getResourceEnvRefMap ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getResourceRef ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getResourceRefMap ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getSecurityIdentity ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getSecurityRoleRef ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getServiceRef ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getServiceRefMap ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getTimeoutMethod ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.getTransactionType ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.MessageDrivenBean ( )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.MessageDrivenBean ( Class ejbClass )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.MessageDrivenBean ( String ejbName )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.MessageDrivenBean ( String ejbName, Class ejbClass )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.MessageDrivenBean ( String ejbName, String ejbClass )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.setAcknowledgeMode ( String acknowledgeMode )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.setActivationConfig ( ActivationConfig value )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.setDescriptions ( Text[ ] text )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.setDisplayNames ( Text[ ] text )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.setEjbClass ( Class value )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.setEjbClass ( String value )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.setEjbName ( String value )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.setId ( String value )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.setMappedName ( String value )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.setMessageDestinationLink ( String value )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.setMessageDestinationType ( String value )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.setMessageDrivenDestination ( MessageDrivenDestination value )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.setMessageSelector ( String messageSelector )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.setMessagingType ( String value )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.setSecurityIdentity ( SecurityIdentity value )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.setTimeoutMethod ( NamedMethod value )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
MessageDrivenBean.setTransactionType ( TransactionType value )Field 'this.activationConfig' in the object of this method has type 'ActivationConfig'.
[+] ApplicationException (1)
| Change | Effect |
---|
1 | Type of field rollback has been changed from boolean to java.lang.Boolean. | Recompilation of a client program may be terminated with the message: incompatible types, found: boolean, required: java.lang.Boolean. |
[+] affected methods (11)
ApplicationException.ApplicationException ( )This constructor is from 'ApplicationException' class.
ApplicationException.ApplicationException ( Class exceptionClass, boolean rollback )This constructor is from 'ApplicationException' class.
ApplicationException.ApplicationException ( String exceptionClass, boolean rollback )This constructor is from 'ApplicationException' class.
ApplicationException.getExceptionClass ( )This method is from 'ApplicationException' class.
ApplicationException.getId ( )This method is from 'ApplicationException' class.
ApplicationException.getKey ( )This method is from 'ApplicationException' class.
ApplicationException.getKey ( )This method is from 'ApplicationException' class.
ApplicationException.setExceptionClass ( String value )This method is from 'ApplicationException' class.
ApplicationException.setId ( String value )This method is from 'ApplicationException' class.
AssemblyDescriptor.getApplicationException ( Class clazz )Return value of this method has type 'ApplicationException'.
AssemblyDescriptor.getApplicationException ( String className )Return value of this method has type 'ApplicationException'.
[+] AssemblyDescriptor (1)
| Change | Effect |
---|
1 | Field methodSchedule (java.util.List) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable methodSchedule in AssemblyDescriptor. |
[+] affected methods (62)
org.apache.openejb.config.AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler.AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler ( AssemblyDescriptor assemblyDescriptor, String ejbName )1st parameter 'assemblyDescriptor' of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( EjbJar ejbJar )Field 'ejbJar.assemblyDescriptor' in 1st parameter 'ejbJar' of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.EjbModule.EjbModule ( ClassLoader classLoader, String moduleId, String jarURI, EjbJar ejbJar, oejb3.OpenejbJar openejbJar )Field 'ejbJar.assemblyDescriptor' in 4th parameter 'ejbJar' of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.EjbModule.EjbModule ( ClassLoader classLoader, String jarURI, EjbJar ejbJar, oejb3.OpenejbJar openejbJar )Field 'ejbJar.assemblyDescriptor' in 3rd parameter 'ejbJar' of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.EjbModule.EjbModule ( EjbJar ejbJar )Field 'ejbJar.assemblyDescriptor' in 1st parameter 'ejbJar' of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.EjbModule.EjbModule ( EjbJar ejbJar, oejb3.OpenejbJar openejbJar )Field 'ejbJar.assemblyDescriptor' in 1st parameter 'ejbJar' of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.EjbModule.getEjbJar ( )Field 'RetVal.assemblyDescriptor' in return value of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.EjbModule.setEjbJar ( EjbJar ejbJar )Field 'ejbJar.assemblyDescriptor' in 1st parameter 'ejbJar' of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.OpenEjb2Conversion.convertEjbRefs ( EjbJar ejbJar, oejb3.OpenejbJar openejbJar, oejb2.OpenejbJarType openejbJarType )Field 'ejbJar.assemblyDescriptor' in 1st parameter 'ejbJar' of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.OpenEjb2Conversion.convertMdbConfigs ( EjbJar ejbJar, oejb2.OpenejbJarType openejbJarType )Field 'ejbJar.assemblyDescriptor' in 1st parameter 'ejbJar' of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.ReadDescriptors.readEjbJar ( java.net.URL url )Field 'RetVal.assemblyDescriptor' in return value of this method has type 'AssemblyDescriptor'.
AssemblyDescriptor.addInterceptorBinding ( InterceptorBinding binding )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.AssemblyDescriptor ( )This constructor is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getApplicationException ( )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getApplicationException ( Class clazz )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getApplicationException ( String className )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getApplicationExceptionMap ( )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getContainerConcurrency ( )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getContainerTransaction ( )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getExcludeList ( )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getId ( )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getInterceptorBinding ( )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getMessageDestination ( )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getMethodConcurrencyMap ( String ejbName )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getMethodPermission ( )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getMethodTransactionMap ( String ejbName )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getSecurityRole ( )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.setExcludeList ( ExcludeList value )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.setId ( String value )This method is from 'AssemblyDescriptor' class.
EjbJar.addEnterpriseBean ( EnterpriseBean bean )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.addInterceptor ( Interceptor interceptor )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.EjbJar ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.EjbJar ( String id )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getAssemblyDescriptor ( )Return value of this method has type 'AssemblyDescriptor'.
EjbJar.getDescription ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getDescriptions ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getDisplayName ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getDisplayNames ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getEjbClientJar ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getEnterpriseBean ( String ejbName )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getEnterpriseBeans ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getEnterpriseBeansByEjbName ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getIcon ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getIconMap ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getIcons ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getId ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getInterceptor ( String className )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getInterceptors ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getRelationships ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getVersion ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.isMetadataComplete ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.removeEnterpriseBean ( String name )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.setAssemblyDescriptor ( AssemblyDescriptor value )1st parameter 'value' of this method has type 'AssemblyDescriptor'.
EjbJar.setDescriptions ( Text[ ] text )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.setDisplayNames ( Text[ ] text )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.setEjbClientJar ( String value )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.setEnterpriseBeans ( EnterpriseBean[ ] v )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.setId ( String value )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.setMetadataComplete ( Boolean value )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.setRelationships ( Relationships value )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.setVersion ( String value )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
ObjectFactory.createEjbJar ( EjbJar value )Field 'value.assemblyDescriptor' in 1st parameter 'value' of this method has type 'AssemblyDescriptor'.
[+] AuthConstraint (1)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
[+] affected methods (13)
AuthConstraint.AuthConstraint ( )This constructor is from 'AuthConstraint' class.
AuthConstraint.getId ( )This method is from 'AuthConstraint' class.
AuthConstraint.getRoleName ( )This method is from 'AuthConstraint' class.
AuthConstraint.setId ( String value )This method is from 'AuthConstraint' class.
SecurityConstraint.getAuthConstraint ( )Field 'this.authConstraint' in the object of this method has type 'AuthConstraint'.
SecurityConstraint.getDisplayName ( )Field 'this.authConstraint' in the object of this method has type 'AuthConstraint'.
SecurityConstraint.getId ( )Field 'this.authConstraint' in the object of this method has type 'AuthConstraint'.
SecurityConstraint.getUserDataConstraint ( )Field 'this.authConstraint' in the object of this method has type 'AuthConstraint'.
SecurityConstraint.getWebResourceCollection ( )Field 'this.authConstraint' in the object of this method has type 'AuthConstraint'.
SecurityConstraint.SecurityConstraint ( )Field 'this.authConstraint' in the object of this method has type 'AuthConstraint'.
SecurityConstraint.setAuthConstraint ( AuthConstraint value )Field 'this.authConstraint' in the object of this method has type 'AuthConstraint'.
SecurityConstraint.setId ( String value )Field 'this.authConstraint' in the object of this method has type 'AuthConstraint'.
SecurityConstraint.setUserDataConstraint ( UserDataConstraint value )Field 'this.authConstraint' in the object of this method has type 'AuthConstraint'.
[+] AuthenticationMechanism (1)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
[+] affected methods (7)
AuthenticationMechanism.AuthenticationMechanism ( )This constructor is from 'AuthenticationMechanism' class.
AuthenticationMechanism.getAuthenticationMechanismType ( )This method is from 'AuthenticationMechanism' class.
AuthenticationMechanism.getCredentialInterface ( )This method is from 'AuthenticationMechanism' class.
AuthenticationMechanism.getId ( )This method is from 'AuthenticationMechanism' class.
AuthenticationMechanism.setAuthenticationMechanismType ( String value )This method is from 'AuthenticationMechanism' class.
AuthenticationMechanism.setCredentialInterface ( String value )This method is from 'AuthenticationMechanism' class.
AuthenticationMechanism.setId ( String value )This method is from 'AuthenticationMechanism' class.
[+] CmpField (1)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
[+] affected methods (6)
CmpField.CmpField ( )This constructor is from 'CmpField' class.
CmpField.CmpField ( String fieldName )This constructor is from 'CmpField' class.
CmpField.getFieldName ( )This method is from 'CmpField' class.
CmpField.getId ( )This method is from 'CmpField' class.
CmpField.setFieldName ( String value )This method is from 'CmpField' class.
CmpField.setId ( String value )This method is from 'CmpField' class.
[+] CmrField (1)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
[+] affected methods (22)
CmrField.CmrField ( )This constructor is from 'CmrField' class.
CmrField.CmrField ( String cmrFieldName, CmrFieldType cmrFieldType )This constructor is from 'CmrField' class.
CmrField.getCmrFieldName ( )This method is from 'CmrField' class.
CmrField.getCmrFieldType ( )This method is from 'CmrField' class.
CmrField.getId ( )This method is from 'CmrField' class.
CmrField.setCmrFieldName ( String value )This method is from 'CmrField' class.
CmrField.setCmrFieldType ( CmrFieldType value )This method is from 'CmrField' class.
CmrField.setId ( String value )This method is from 'CmrField' class.
EjbRelationshipRole.EjbRelationshipRole ( )Field 'this.cmrField' in the object of this method has type 'CmrField'.
EjbRelationshipRole.getCascadeDelete ( )Field 'this.cmrField' in the object of this method has type 'CmrField'.
EjbRelationshipRole.getCmrField ( )Field 'this.cmrField' in the object of this method has type 'CmrField'.
EjbRelationshipRole.getEjbRelationshipRoleName ( )Field 'this.cmrField' in the object of this method has type 'CmrField'.
EjbRelationshipRole.getId ( )Field 'this.cmrField' in the object of this method has type 'CmrField'.
EjbRelationshipRole.getMultiplicity ( )Field 'this.cmrField' in the object of this method has type 'CmrField'.
EjbRelationshipRole.getRelationshipRoleSource ( )Field 'this.cmrField' in the object of this method has type 'CmrField'.
EjbRelationshipRole.setCascadeDelete ( boolean value )Field 'this.cmrField' in the object of this method has type 'CmrField'.
EjbRelationshipRole.setCmrField ( CmrField value )Field 'this.cmrField' in the object of this method has type 'CmrField'.
EjbRelationshipRole.setEjbRelationshipRoleName ( String value )Field 'this.cmrField' in the object of this method has type 'CmrField'.
EjbRelationshipRole.setId ( String value )Field 'this.cmrField' in the object of this method has type 'CmrField'.
EjbRelationshipRole.setMultiplicity ( Multiplicity value )Field 'this.cmrField' in the object of this method has type 'CmrField'.
EjbRelationshipRole.setRelationshipRoleSource ( RelationshipRoleSource value )Field 'this.cmrField' in the object of this method has type 'CmrField'.
ObjectFactory.createEjbRelationTypeEjbRelationshipRole ( EjbRelationshipRole value )Field 'value.cmrField' in 1st parameter 'value' of this method has type 'CmrField'.
[+] ConcurrencyAttribute (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConcurrencyAttribute. |
[+] affected methods (3)
ConcurrencyAttribute.toString ( )This method is from 'ConcurrencyAttribute' class.
ConcurrencyAttribute.valueOf ( String name )This method is from 'ConcurrencyAttribute' class.
ConcurrencyAttribute.values ( )This method is from 'ConcurrencyAttribute' class.
[+] ConcurrencyType (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConcurrencyType. |
[+] affected methods (2)
ConcurrencyType.valueOf ( String name )This method is from 'ConcurrencyType' class.
ConcurrencyType.values ( )This method is from 'ConcurrencyType' class.
[+] ConfigProperty (1)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
[+] affected methods (15)
ConfigProperty.ConfigProperty ( )This constructor is from 'ConfigProperty' class.
ConfigProperty.getConfigPropertyName ( )This method is from 'ConfigProperty' class.
ConfigProperty.getConfigPropertyType ( )This method is from 'ConfigProperty' class.
ConfigProperty.getConfigPropertyValue ( )This method is from 'ConfigProperty' class.
ConfigProperty.getId ( )This method is from 'ConfigProperty' class.
ConfigProperty.isConfigPropertyConfidential ( )This method is from 'ConfigProperty' class.
ConfigProperty.isConfigPropertyIgnore ( )This method is from 'ConfigProperty' class.
ConfigProperty.isConfigPropertySupportsDynamicUpdates ( )This method is from 'ConfigProperty' class.
ConfigProperty.setConfigPropertyConfidential ( Boolean configPropertyConfidential )This method is from 'ConfigProperty' class.
ConfigProperty.setConfigPropertyIgnore ( Boolean configPropertyIgnore )This method is from 'ConfigProperty' class.
ConfigProperty.setConfigPropertyName ( String value )This method is from 'ConfigProperty' class.
ConfigProperty.setConfigPropertySupportsDynamicUpdates ( Boolean configPropertySupportsDynamicUpdates )This method is from 'ConfigProperty' class.
ConfigProperty.setConfigPropertyType ( String value )This method is from 'ConfigProperty' class.
ConfigProperty.setConfigPropertyValue ( String value )This method is from 'ConfigProperty' class.
ConfigProperty.setId ( String value )This method is from 'ConfigProperty' class.
[+] ConnectorBase (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ConnectorBase. |
[+] affected methods (30)
ConnectorBase.ConnectorBase ( )This constructor is from 'ConnectorBase' class.
ConnectorBase.ConnectorBase ( String id )This constructor is from 'ConnectorBase' class.
ConnectorBase.getDescription ( )This method is from 'ConnectorBase' class.
ConnectorBase.getDescriptions ( )This method is from 'ConnectorBase' class.
ConnectorBase.getDisplayName ( )This method is from 'ConnectorBase' class.
ConnectorBase.getDisplayNames ( )This method is from 'ConnectorBase' class.
ConnectorBase.getEisType ( )This method is from 'ConnectorBase' class.
ConnectorBase.getIcon ( )This method is from 'ConnectorBase' class.
ConnectorBase.getIconMap ( )This method is from 'ConnectorBase' class.
ConnectorBase.getIcons ( )This method is from 'ConnectorBase' class.
ConnectorBase.getId ( )This method is from 'ConnectorBase' class.
ConnectorBase.getLicense ( )This method is from 'ConnectorBase' class.
ConnectorBase.getModuleName ( )This method is from 'ConnectorBase' class.
ConnectorBase.getRequiredWorkContext ( )This method is from 'ConnectorBase' class.
ConnectorBase.getResourceAdapter ( )This method is from 'ConnectorBase' class.
ConnectorBase.getResourceAdapterVersion ( )This method is from 'ConnectorBase' class.
ConnectorBase.getVendorName ( )This method is from 'ConnectorBase' class.
ConnectorBase.getVersion ( )This method is from 'ConnectorBase' class.
ConnectorBase.isMetadataComplete ( )This method is from 'ConnectorBase' class.
ConnectorBase.setDescriptions ( Text[ ] text )This method is from 'ConnectorBase' class.
ConnectorBase.setDisplayNames ( Text[ ] text )This method is from 'ConnectorBase' class.
ConnectorBase.setEisType ( String value )This method is from 'ConnectorBase' class.
ConnectorBase.setId ( String value )This method is from 'ConnectorBase' class.
ConnectorBase.setLicense ( License value )This method is from 'ConnectorBase' class.
ConnectorBase.setMetadataComplete ( Boolean metadataComplete )This method is from 'ConnectorBase' class.
ConnectorBase.setModuleName ( String moduleName )This method is from 'ConnectorBase' class.
ConnectorBase.setResourceAdapter ( ResourceAdapterBase resourceAdapter )This method is from 'ConnectorBase' class.
ConnectorBase.setResourceAdapterVersion ( String value )This method is from 'ConnectorBase' class.
ConnectorBase.setVendorName ( String value )This method is from 'ConnectorBase' class.
ConnectorBase.setVersion ( String value )This method is from 'ConnectorBase' class.
[+] ContainerConcurrency (1)
| Change | Effect |
---|
1 | Field concurrencyAttribute (ConcurrencyAttribute) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable concurrencyAttribute in ContainerConcurrency. |
[+] affected methods (8)
ContainerConcurrency.ContainerConcurrency ( )This constructor is from 'ContainerConcurrency' class.
ContainerConcurrency.getAttribute ( )This method is from 'ContainerConcurrency' class.
ContainerConcurrency.getDescription ( )This method is from 'ContainerConcurrency' class.
ContainerConcurrency.getDescriptions ( )This method is from 'ContainerConcurrency' class.
ContainerConcurrency.getId ( )This method is from 'ContainerConcurrency' class.
ContainerConcurrency.getMethod ( )This method is from 'ContainerConcurrency' class.
ContainerConcurrency.setDescriptions ( Text[ ] text )This method is from 'ContainerConcurrency' class.
ContainerConcurrency.setId ( String value )This method is from 'ContainerConcurrency' class.
[+] DescriptionType (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DescriptionType. |
[+] 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. | Recompilation of a client program may be terminated with the message: cannot find class DisplayNameType. |
[+] 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.
[+] EjbLocalRef (2)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field injectionTarget has been changed from java.util.List to java.util.Set. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: java.util.Set. |
[+] affected methods (27)
EjbLocalRef.EjbLocalRef ( )This constructor is from 'EjbLocalRef' class.
EjbLocalRef.EjbLocalRef ( String ejbRefName, String ejbLink )This constructor is from 'EjbLocalRef' class.
EjbLocalRef.EjbLocalRef ( EjbReference ref )This constructor is from 'EjbLocalRef' class.
EjbLocalRef.getEjbLink ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getEjbRefName ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getEjbRefType ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getHome ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getId ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getInterface ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getKey ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getKey ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getLocal ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getLocalHome ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getMappedName ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getName ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getRefType ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getType ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.setEjbLink ( String value )This method is from 'EjbLocalRef' class.
EjbLocalRef.setEjbRefName ( String value )This method is from 'EjbLocalRef' class.
EjbLocalRef.setEjbRefType ( EjbRefType value )This method is from 'EjbLocalRef' class.
EjbLocalRef.setId ( String value )This method is from 'EjbLocalRef' class.
EjbLocalRef.setLocal ( String value )This method is from 'EjbLocalRef' class.
EjbLocalRef.setLocalHome ( String value )This method is from 'EjbLocalRef' class.
EjbLocalRef.setMappedName ( String value )This method is from 'EjbLocalRef' class.
EjbLocalRef.setName ( String name )This method is from 'EjbLocalRef' class.
EjbLocalRef.setRefType ( EjbReference.Type refType )This method is from 'EjbLocalRef' class.
EjbLocalRef.setType ( String type )This method is from 'EjbLocalRef' class.
[+] EjbRef (2)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field injectionTarget has been changed from java.util.List to java.util.Set. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: java.util.Set. |
[+] affected methods (24)
EjbRef.EjbRef ( )This constructor is from 'EjbRef' class.
EjbRef.getEjbLink ( )This method is from 'EjbRef' class.
EjbRef.getEjbRefName ( )This method is from 'EjbRef' class.
EjbRef.getEjbRefType ( )This method is from 'EjbRef' class.
EjbRef.getHome ( )This method is from 'EjbRef' class.
EjbRef.getId ( )This method is from 'EjbRef' class.
EjbRef.getInterface ( )This method is from 'EjbRef' class.
EjbRef.getKey ( )This method is from 'EjbRef' class.
EjbRef.getKey ( )This method is from 'EjbRef' class.
EjbRef.getMappedName ( )This method is from 'EjbRef' class.
EjbRef.getName ( )This method is from 'EjbRef' class.
EjbRef.getRefType ( )This method is from 'EjbRef' class.
EjbRef.getRemote ( )This method is from 'EjbRef' class.
EjbRef.getType ( )This method is from 'EjbRef' class.
EjbRef.setEjbLink ( String value )This method is from 'EjbRef' class.
EjbRef.setEjbRefName ( String value )This method is from 'EjbRef' class.
EjbRef.setEjbRefType ( EjbRefType value )This method is from 'EjbRef' class.
EjbRef.setHome ( String value )This method is from 'EjbRef' class.
EjbRef.setId ( String value )This method is from 'EjbRef' class.
EjbRef.setMappedName ( String value )This method is from 'EjbRef' class.
EjbRef.setName ( String name )This method is from 'EjbRef' class.
EjbRef.setRefType ( EjbReference.Type refType )This method is from 'EjbRef' class.
EjbRef.setRemote ( String value )This method is from 'EjbRef' class.
EjbRef.setType ( String type )This method is from 'EjbRef' class.
[+] EjbReference (2)
| Change | Effect |
---|
1 | Abstract method EjbReference.getDescriptions ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDescriptions() in EjbReference. |
2 | Abstract method EjbReference.getDescription ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getDescription() in interface EjbReference. |
[+] affected methods (7)
EjbLocalRef.EjbLocalRef ( EjbReference ref )1st parameter 'ref' of this method has type 'EjbReference'.
EjbReference.getEjbLink ( )This abstract method is from 'EjbReference' interface.
EjbReference.getEjbRefType ( )This abstract method is from 'EjbReference' interface.
EjbReference.getHome ( )This abstract method is from 'EjbReference' interface.
EjbReference.getInterface ( )This abstract method is from 'EjbReference' interface.
EjbReference.getRefType ( )This abstract method is from 'EjbReference' interface.
EjbReference.setRefType ( EjbReference.Type p1 )This abstract method is from 'EjbReference' interface.
[+] EjbRelation (1)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
[+] affected methods (6)
EjbRelation.EjbRelation ( )This constructor is from 'EjbRelation' class.
EjbRelation.getEjbRelationName ( )This method is from 'EjbRelation' class.
EjbRelation.getEjbRelationshipRole ( )This method is from 'EjbRelation' class.
EjbRelation.getId ( )This method is from 'EjbRelation' class.
EjbRelation.setEjbRelationName ( String value )This method is from 'EjbRelation' class.
EjbRelation.setId ( String value )This method is from 'EjbRelation' class.
[+] EjbRelationshipRole (2)
| Change | Effect |
---|
1 | Type of field cascadeDelete has been changed from EmptyType to Empty. | Recompilation of a client program may be terminated with the message: incompatible types, found: EmptyType, required: Empty. |
2 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
[+] affected methods (14)
EjbRelationshipRole.EjbRelationshipRole ( )This constructor is from 'EjbRelationshipRole' class.
EjbRelationshipRole.getCascadeDelete ( )This method is from 'EjbRelationshipRole' class.
EjbRelationshipRole.getCmrField ( )This method is from 'EjbRelationshipRole' class.
EjbRelationshipRole.getEjbRelationshipRoleName ( )This method is from 'EjbRelationshipRole' class.
EjbRelationshipRole.getId ( )This method is from 'EjbRelationshipRole' class.
EjbRelationshipRole.getMultiplicity ( )This method is from 'EjbRelationshipRole' class.
EjbRelationshipRole.getRelationshipRoleSource ( )This method is from 'EjbRelationshipRole' class.
EjbRelationshipRole.setCascadeDelete ( boolean value )This method is from 'EjbRelationshipRole' class.
EjbRelationshipRole.setCmrField ( CmrField value )This method is from 'EjbRelationshipRole' class.
EjbRelationshipRole.setEjbRelationshipRoleName ( String value )This method is from 'EjbRelationshipRole' class.
EjbRelationshipRole.setId ( String value )This method is from 'EjbRelationshipRole' class.
EjbRelationshipRole.setMultiplicity ( Multiplicity value )This method is from 'EjbRelationshipRole' class.
EjbRelationshipRole.setRelationshipRoleSource ( RelationshipRoleSource value )This method is from 'EjbRelationshipRole' class.
ObjectFactory.createEjbRelationTypeEjbRelationshipRole ( EjbRelationshipRole value )1st parameter 'value' of this method has type 'EjbRelationshipRole'.
[+] EmptyType (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class EmptyType. |
[+] 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.
[+] EnvEntry (2)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field injectionTarget has been changed from java.util.List to java.util.Set. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: java.util.Set. |
[+] affected methods (19)
EnvEntry.EnvEntry ( )This constructor is from 'EnvEntry' class.
EnvEntry.EnvEntry ( String envEntryName, Class envEntryType, String envEntryValue )This constructor is from 'EnvEntry' class.
EnvEntry.EnvEntry ( String envEntryName, String envEntryType, String envEntryValue )This constructor is from 'EnvEntry' class.
EnvEntry.getEnvEntryName ( )This method is from 'EnvEntry' class.
EnvEntry.getEnvEntryType ( )This method is from 'EnvEntry' class.
EnvEntry.getEnvEntryValue ( )This method is from 'EnvEntry' class.
EnvEntry.getId ( )This method is from 'EnvEntry' class.
EnvEntry.getKey ( )This method is from 'EnvEntry' class.
EnvEntry.getKey ( )This method is from 'EnvEntry' class.
EnvEntry.getMappedName ( )This method is from 'EnvEntry' class.
EnvEntry.getName ( )This method is from 'EnvEntry' class.
EnvEntry.getType ( )This method is from 'EnvEntry' class.
EnvEntry.setEnvEntryName ( String value )This method is from 'EnvEntry' class.
EnvEntry.setEnvEntryType ( String value )This method is from 'EnvEntry' class.
EnvEntry.setEnvEntryValue ( String value )This method is from 'EnvEntry' class.
EnvEntry.setId ( String value )This method is from 'EnvEntry' class.
EnvEntry.setMappedName ( String value )This method is from 'EnvEntry' class.
EnvEntry.setName ( String name )This method is from 'EnvEntry' class.
EnvEntry.setType ( String type )This method is from 'EnvEntry' class.
[+] ExcludeList (1)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
[+] affected methods (67)
org.apache.openejb.config.AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler.AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler ( AssemblyDescriptor assemblyDescriptor, String ejbName )Field 'assemblyDescriptor.excludeList' in 1st parameter 'assemblyDescriptor' of this method has type 'ExcludeList'.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( EjbJar ejbJar )Field 'ejbJar.assemblyDescriptor.excludeList' in 1st parameter 'ejbJar' of this method has type 'ExcludeList'.
org.apache.openejb.config.EjbModule.EjbModule ( ClassLoader classLoader, String moduleId, String jarURI, EjbJar ejbJar, oejb3.OpenejbJar openejbJar )Field 'ejbJar.assemblyDescriptor.excludeList' in 4th parameter 'ejbJar' of this method has type 'ExcludeList'.
org.apache.openejb.config.EjbModule.EjbModule ( ClassLoader classLoader, String jarURI, EjbJar ejbJar, oejb3.OpenejbJar openejbJar )Field 'ejbJar.assemblyDescriptor.excludeList' in 3rd parameter 'ejbJar' of this method has type 'ExcludeList'.
org.apache.openejb.config.EjbModule.EjbModule ( EjbJar ejbJar )Field 'ejbJar.assemblyDescriptor.excludeList' in 1st parameter 'ejbJar' of this method has type 'ExcludeList'.
org.apache.openejb.config.EjbModule.EjbModule ( EjbJar ejbJar, oejb3.OpenejbJar openejbJar )Field 'ejbJar.assemblyDescriptor.excludeList' in 1st parameter 'ejbJar' of this method has type 'ExcludeList'.
org.apache.openejb.config.EjbModule.getEjbJar ( )Field 'RetVal.assemblyDescriptor.excludeList' in return value of this method has type 'ExcludeList'.
org.apache.openejb.config.EjbModule.setEjbJar ( EjbJar ejbJar )Field 'ejbJar.assemblyDescriptor.excludeList' in 1st parameter 'ejbJar' of this method has type 'ExcludeList'.
org.apache.openejb.config.OpenEjb2Conversion.convertEjbRefs ( EjbJar ejbJar, oejb3.OpenejbJar openejbJar, oejb2.OpenejbJarType openejbJarType )Field 'ejbJar.assemblyDescriptor.excludeList' in 1st parameter 'ejbJar' of this method has type 'ExcludeList'.
org.apache.openejb.config.OpenEjb2Conversion.convertMdbConfigs ( EjbJar ejbJar, oejb2.OpenejbJarType openejbJarType )Field 'ejbJar.assemblyDescriptor.excludeList' in 1st parameter 'ejbJar' of this method has type 'ExcludeList'.
org.apache.openejb.config.ReadDescriptors.readEjbJar ( java.net.URL url )Field 'RetVal.assemblyDescriptor.excludeList' in return value of this method has type 'ExcludeList'.
AssemblyDescriptor.addInterceptorBinding ( InterceptorBinding binding )Field 'this.excludeList' in the object of this method has type 'ExcludeList'.
AssemblyDescriptor.AssemblyDescriptor ( )Field 'this.excludeList' in the object of this method has type 'ExcludeList'.
AssemblyDescriptor.getApplicationException ( )Field 'this.excludeList' in the object of this method has type 'ExcludeList'.
AssemblyDescriptor.getApplicationException ( Class clazz )Field 'this.excludeList' in the object of this method has type 'ExcludeList'.
AssemblyDescriptor.getApplicationException ( String className )Field 'this.excludeList' in the object of this method has type 'ExcludeList'.
AssemblyDescriptor.getApplicationExceptionMap ( )Field 'this.excludeList' in the object of this method has type 'ExcludeList'.
AssemblyDescriptor.getContainerConcurrency ( )Field 'this.excludeList' in the object of this method has type 'ExcludeList'.
AssemblyDescriptor.getContainerTransaction ( )Field 'this.excludeList' in the object of this method has type 'ExcludeList'.
AssemblyDescriptor.getExcludeList ( )Field 'this.excludeList' in the object of this method has type 'ExcludeList'.
AssemblyDescriptor.getId ( )Field 'this.excludeList' in the object of this method has type 'ExcludeList'.
AssemblyDescriptor.getInterceptorBinding ( )Field 'this.excludeList' in the object of this method has type 'ExcludeList'.
AssemblyDescriptor.getMessageDestination ( )Field 'this.excludeList' in the object of this method has type 'ExcludeList'.
AssemblyDescriptor.getMethodConcurrencyMap ( String ejbName )Field 'this.excludeList' in the object of this method has type 'ExcludeList'.
AssemblyDescriptor.getMethodPermission ( )Field 'this.excludeList' in the object of this method has type 'ExcludeList'.
AssemblyDescriptor.getMethodTransactionMap ( String ejbName )Field 'this.excludeList' in the object of this method has type 'ExcludeList'.
AssemblyDescriptor.getSecurityRole ( )Field 'this.excludeList' in the object of this method has type 'ExcludeList'.
AssemblyDescriptor.setExcludeList ( ExcludeList value )Field 'this.excludeList' in the object of this method has type 'ExcludeList'.
AssemblyDescriptor.setId ( String value )Field 'this.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.addEnterpriseBean ( EnterpriseBean bean )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.addInterceptor ( Interceptor interceptor )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.EjbJar ( )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.EjbJar ( String id )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.getAssemblyDescriptor ( )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.getDescription ( )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.getDescriptions ( )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.getDisplayName ( )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.getDisplayNames ( )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.getEjbClientJar ( )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.getEnterpriseBean ( String ejbName )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.getEnterpriseBeans ( )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.getEnterpriseBeansByEjbName ( )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.getIcon ( )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.getIconMap ( )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.getIcons ( )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.getId ( )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.getInterceptor ( String className )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.getInterceptors ( )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.getRelationships ( )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.getVersion ( )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.isMetadataComplete ( )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.removeEnterpriseBean ( String name )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.setAssemblyDescriptor ( AssemblyDescriptor value )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.setDescriptions ( Text[ ] text )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.setDisplayNames ( Text[ ] text )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.setEjbClientJar ( String value )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.setEnterpriseBeans ( EnterpriseBean[ ] v )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.setId ( String value )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.setMetadataComplete ( Boolean value )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.setRelationships ( Relationships value )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
EjbJar.setVersion ( String value )Field 'this.assemblyDescriptor.excludeList' in the object of this method has type 'ExcludeList'.
ExcludeList.addMethod ( Method method )This method is from 'ExcludeList' class.
ExcludeList.ExcludeList ( )This constructor is from 'ExcludeList' class.
ExcludeList.getId ( )This method is from 'ExcludeList' class.
ExcludeList.getMethod ( )This method is from 'ExcludeList' class.
ExcludeList.setId ( String value )This method is from 'ExcludeList' class.
ObjectFactory.createEjbJar ( EjbJar value )Field 'value.assemblyDescriptor.excludeList' in 1st parameter 'value' of this method has type 'ExcludeList'.
[+] FacesApplicationResourceBundle (3)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field displayName has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
3 | Type of field icon has been changed from java.util.List to LocalCollection. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: LocalCollection. |
[+] affected methods (23)
FacesApplication.FacesApplication ( )Field 'this.resourceBundle' in the object of this method has type 'FacesApplicationResourceBundle'.
FacesApplication.getActionListener ( )Field 'this.resourceBundle' in the object of this method has type 'FacesApplicationResourceBundle'.
FacesApplication.getApplicationExtension ( )Field 'this.resourceBundle' in the object of this method has type 'FacesApplicationResourceBundle'.
FacesApplication.getDefaultRenderKitId ( )Field 'this.resourceBundle' in the object of this method has type 'FacesApplicationResourceBundle'.
FacesApplication.getElResolver ( )Field 'this.resourceBundle' in the object of this method has type 'FacesApplicationResourceBundle'.
FacesApplication.getId ( )Field 'this.resourceBundle' in the object of this method has type 'FacesApplicationResourceBundle'.
FacesApplication.getLocaleConfig ( )Field 'this.resourceBundle' in the object of this method has type 'FacesApplicationResourceBundle'.
FacesApplication.getMessageBundle ( )Field 'this.resourceBundle' in the object of this method has type 'FacesApplicationResourceBundle'.
FacesApplication.getNavigationHandler ( )Field 'this.resourceBundle' in the object of this method has type 'FacesApplicationResourceBundle'.
FacesApplication.getPropertyResolver ( )Field 'this.resourceBundle' in the object of this method has type 'FacesApplicationResourceBundle'.
FacesApplication.getResourceBundle ( )Field 'this.resourceBundle' in the object of this method has type 'FacesApplicationResourceBundle'.
FacesApplication.getStateManager ( )Field 'this.resourceBundle' in the object of this method has type 'FacesApplicationResourceBundle'.
FacesApplication.getVariableResolver ( )Field 'this.resourceBundle' in the object of this method has type 'FacesApplicationResourceBundle'.
FacesApplication.getViewHandler ( )Field 'this.resourceBundle' in the object of this method has type 'FacesApplicationResourceBundle'.
FacesApplication.setId ( String value )Field 'this.resourceBundle' in the object of this method has type 'FacesApplicationResourceBundle'.
FacesApplication.setResourceBundle ( FacesApplicationResourceBundle value )Field 'this.resourceBundle' in the object of this method has type 'FacesApplicationResourceBundle'.
FacesApplicationResourceBundle.FacesApplicationResourceBundle ( )This constructor is from 'FacesApplicationResourceBundle' class.
FacesApplicationResourceBundle.getBaseName ( )This method is from 'FacesApplicationResourceBundle' class.
FacesApplicationResourceBundle.getId ( )This method is from 'FacesApplicationResourceBundle' class.
FacesApplicationResourceBundle.getVar ( )This method is from 'FacesApplicationResourceBundle' class.
FacesApplicationResourceBundle.setBaseName ( String value )This method is from 'FacesApplicationResourceBundle' class.
FacesApplicationResourceBundle.setId ( String value )This method is from 'FacesApplicationResourceBundle' class.
FacesApplicationResourceBundle.setVar ( String value )This method is from 'FacesApplicationResourceBundle' class.
[+] FacesAttribute (3)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field displayName has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
3 | Type of field icon has been changed from java.util.List to LocalCollection. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: LocalCollection. |
[+] affected methods (12)
FacesAttribute.FacesAttribute ( )This constructor is from 'FacesAttribute' class.
FacesAttribute.getAttributeClass ( )This method is from 'FacesAttribute' class.
FacesAttribute.getAttributeExtension ( )This method is from 'FacesAttribute' class.
FacesAttribute.getAttributeName ( )This method is from 'FacesAttribute' class.
FacesAttribute.getDefaultValue ( )This method is from 'FacesAttribute' class.
FacesAttribute.getId ( )This method is from 'FacesAttribute' class.
FacesAttribute.getSuggestedValue ( )This method is from 'FacesAttribute' class.
FacesAttribute.setAttributeClass ( String value )This method is from 'FacesAttribute' class.
FacesAttribute.setAttributeName ( String value )This method is from 'FacesAttribute' class.
FacesAttribute.setDefaultValue ( String value )This method is from 'FacesAttribute' class.
FacesAttribute.setId ( String value )This method is from 'FacesAttribute' class.
FacesAttribute.setSuggestedValue ( String value )This method is from 'FacesAttribute' class.
[+] FacesComponent (3)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field displayName has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
3 | Type of field icon has been changed from java.util.List to LocalCollection. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: LocalCollection. |
[+] affected methods (11)
FacesComponent.FacesComponent ( )This constructor is from 'FacesComponent' class.
FacesComponent.getAttribute ( )This method is from 'FacesComponent' class.
FacesComponent.getComponentClass ( )This method is from 'FacesComponent' class.
FacesComponent.getComponentExtension ( )This method is from 'FacesComponent' class.
FacesComponent.getComponentType ( )This method is from 'FacesComponent' class.
FacesComponent.getFacet ( )This method is from 'FacesComponent' class.
FacesComponent.getId ( )This method is from 'FacesComponent' class.
FacesComponent.getProperty ( )This method is from 'FacesComponent' class.
FacesComponent.setComponentClass ( String value )This method is from 'FacesComponent' class.
FacesComponent.setComponentType ( String value )This method is from 'FacesComponent' class.
FacesComponent.setId ( String value )This method is from 'FacesComponent' class.
[+] FacesConverter (3)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field displayName has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
3 | Type of field icon has been changed from java.util.List to LocalCollection. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: LocalCollection. |
[+] affected methods (12)
FacesConverter.FacesConverter ( )This constructor is from 'FacesConverter' class.
FacesConverter.getAttribute ( )This method is from 'FacesConverter' class.
FacesConverter.getConverterClass ( )This method is from 'FacesConverter' class.
FacesConverter.getConverterExtension ( )This method is from 'FacesConverter' class.
FacesConverter.getConverterForClass ( )This method is from 'FacesConverter' class.
FacesConverter.getConverterId ( )This method is from 'FacesConverter' class.
FacesConverter.getId ( )This method is from 'FacesConverter' class.
FacesConverter.getProperty ( )This method is from 'FacesConverter' class.
FacesConverter.setConverterClass ( String value )This method is from 'FacesConverter' class.
FacesConverter.setConverterForClass ( String value )This method is from 'FacesConverter' class.
FacesConverter.setConverterId ( String value )This method is from 'FacesConverter' class.
FacesConverter.setId ( String value )This method is from 'FacesConverter' class.
[+] FacesFacet (3)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field displayName has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
3 | Type of field icon has been changed from java.util.List to LocalCollection. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: LocalCollection. |
[+] affected methods (6)
FacesFacet.FacesFacet ( )This constructor is from 'FacesFacet' class.
FacesFacet.getFacetExtension ( )This method is from 'FacesFacet' class.
FacesFacet.getFacetName ( )This method is from 'FacesFacet' class.
FacesFacet.getId ( )This method is from 'FacesFacet' class.
FacesFacet.setFacetName ( String value )This method is from 'FacesFacet' class.
FacesFacet.setId ( String value )This method is from 'FacesFacet' class.
[+] FacesManagedBean (3)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field displayName has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
3 | Type of field icon has been changed from java.util.List to LocalCollection. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: LocalCollection. |
[+] affected methods (15)
FacesManagedBean.FacesManagedBean ( )This constructor is from 'FacesManagedBean' class.
FacesManagedBean.getId ( )This method is from 'FacesManagedBean' class.
FacesManagedBean.getListEntries ( )This method is from 'FacesManagedBean' class.
FacesManagedBean.getManagedBeanClass ( )This method is from 'FacesManagedBean' class.
FacesManagedBean.getManagedBeanExtension ( )This method is from 'FacesManagedBean' class.
FacesManagedBean.getManagedBeanName ( )This method is from 'FacesManagedBean' class.
FacesManagedBean.getManagedBeanScope ( )This method is from 'FacesManagedBean' class.
FacesManagedBean.getManagedProperty ( )This method is from 'FacesManagedBean' class.
FacesManagedBean.getMapEntries ( )This method is from 'FacesManagedBean' class.
FacesManagedBean.setId ( String value )This method is from 'FacesManagedBean' class.
FacesManagedBean.setListEntries ( FacesListEntries value )This method is from 'FacesManagedBean' class.
FacesManagedBean.setManagedBeanClass ( String value )This method is from 'FacesManagedBean' class.
FacesManagedBean.setManagedBeanName ( String value )This method is from 'FacesManagedBean' class.
FacesManagedBean.setManagedBeanScope ( String value )This method is from 'FacesManagedBean' class.
FacesManagedBean.setMapEntries ( FacesMapEntries value )This method is from 'FacesManagedBean' class.
[+] FacesManagedProperty (3)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field displayName has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
3 | Type of field icon has been changed from java.util.List to LocalCollection. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: LocalCollection. |
[+] affected methods (15)
FacesManagedProperty.FacesManagedProperty ( )This constructor is from 'FacesManagedProperty' class.
FacesManagedProperty.getId ( )This method is from 'FacesManagedProperty' class.
FacesManagedProperty.getListEntries ( )This method is from 'FacesManagedProperty' class.
FacesManagedProperty.getMapEntries ( )This method is from 'FacesManagedProperty' class.
FacesManagedProperty.getNullValue ( )This method is from 'FacesManagedProperty' class.
FacesManagedProperty.getPropertyClass ( )This method is from 'FacesManagedProperty' class.
FacesManagedProperty.getPropertyName ( )This method is from 'FacesManagedProperty' class.
FacesManagedProperty.getValue ( )This method is from 'FacesManagedProperty' class.
FacesManagedProperty.setId ( String value )This method is from 'FacesManagedProperty' class.
FacesManagedProperty.setListEntries ( FacesListEntries value )This method is from 'FacesManagedProperty' class.
FacesManagedProperty.setMapEntries ( FacesMapEntries value )This method is from 'FacesManagedProperty' class.
FacesManagedProperty.setNullValue ( FacesNullValue value )This method is from 'FacesManagedProperty' class.
FacesManagedProperty.setPropertyClass ( String value )This method is from 'FacesManagedProperty' class.
FacesManagedProperty.setPropertyName ( String value )This method is from 'FacesManagedProperty' class.
FacesManagedProperty.setValue ( String value )This method is from 'FacesManagedProperty' class.
[+] FacesNavigationCase (3)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field displayName has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
3 | Type of field icon has been changed from java.util.List to LocalCollection. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: LocalCollection. |
[+] affected methods (11)
FacesNavigationCase.FacesNavigationCase ( )This constructor is from 'FacesNavigationCase' class.
FacesNavigationCase.getFromAction ( )This method is from 'FacesNavigationCase' class.
FacesNavigationCase.getFromOutcome ( )This method is from 'FacesNavigationCase' class.
FacesNavigationCase.getId ( )This method is from 'FacesNavigationCase' class.
FacesNavigationCase.getRedirect ( )This method is from 'FacesNavigationCase' class.
FacesNavigationCase.getToViewId ( )This method is from 'FacesNavigationCase' class.
FacesNavigationCase.setFromAction ( FacesFromAction value )This method is from 'FacesNavigationCase' class.
FacesNavigationCase.setFromOutcome ( String value )This method is from 'FacesNavigationCase' class.
FacesNavigationCase.setId ( String value )This method is from 'FacesNavigationCase' class.
FacesNavigationCase.setRedirect ( FacesRedirect value )This method is from 'FacesNavigationCase' class.
FacesNavigationCase.setToViewId ( String value )This method is from 'FacesNavigationCase' class.
[+] FacesNavigationRule (3)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field displayName has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
3 | Type of field icon has been changed from java.util.List to LocalCollection. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: LocalCollection. |
[+] affected methods (7)
FacesNavigationRule.FacesNavigationRule ( )This constructor is from 'FacesNavigationRule' class.
FacesNavigationRule.getFromViewId ( )This method is from 'FacesNavigationRule' class.
FacesNavigationRule.getId ( )This method is from 'FacesNavigationRule' class.
FacesNavigationRule.getNavigationCase ( )This method is from 'FacesNavigationRule' class.
FacesNavigationRule.getNavigationRuleExtension ( )This method is from 'FacesNavigationRule' class.
FacesNavigationRule.setFromViewId ( String value )This method is from 'FacesNavigationRule' class.
FacesNavigationRule.setId ( String value )This method is from 'FacesNavigationRule' class.
[+] FacesProperty (3)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field displayName has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
3 | Type of field icon has been changed from java.util.List to LocalCollection. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: LocalCollection. |
[+] affected methods (12)
FacesProperty.FacesProperty ( )This constructor is from 'FacesProperty' class.
FacesProperty.getDefaultValue ( )This method is from 'FacesProperty' class.
FacesProperty.getId ( )This method is from 'FacesProperty' class.
FacesProperty.getPropertyClass ( )This method is from 'FacesProperty' class.
FacesProperty.getPropertyExtension ( )This method is from 'FacesProperty' class.
FacesProperty.getPropertyName ( )This method is from 'FacesProperty' class.
FacesProperty.getSuggestedValue ( )This method is from 'FacesProperty' class.
FacesProperty.setDefaultValue ( String value )This method is from 'FacesProperty' class.
FacesProperty.setId ( String value )This method is from 'FacesProperty' class.
FacesProperty.setPropertyClass ( String value )This method is from 'FacesProperty' class.
FacesProperty.setPropertyName ( String value )This method is from 'FacesProperty' class.
FacesProperty.setSuggestedValue ( String value )This method is from 'FacesProperty' class.
[+] FacesReferencedBean (3)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field displayName has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
3 | Type of field icon has been changed from java.util.List to LocalCollection. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: LocalCollection. |
[+] affected methods (7)
FacesReferencedBean.FacesReferencedBean ( )This constructor is from 'FacesReferencedBean' class.
FacesReferencedBean.getId ( )This method is from 'FacesReferencedBean' class.
FacesReferencedBean.getReferencedBeanClass ( )This method is from 'FacesReferencedBean' class.
FacesReferencedBean.getReferencedBeanName ( )This method is from 'FacesReferencedBean' class.
FacesReferencedBean.setId ( String value )This method is from 'FacesReferencedBean' class.
FacesReferencedBean.setReferencedBeanClass ( String value )This method is from 'FacesReferencedBean' class.
FacesReferencedBean.setReferencedBeanName ( String value )This method is from 'FacesReferencedBean' class.
[+] FacesRenderer (3)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field displayName has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
3 | Type of field icon has been changed from java.util.List to LocalCollection. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: LocalCollection. |
[+] affected methods (12)
FacesRenderer.FacesRenderer ( )This constructor is from 'FacesRenderer' class.
FacesRenderer.getAttribute ( )This method is from 'FacesRenderer' class.
FacesRenderer.getComponentFamily ( )This method is from 'FacesRenderer' class.
FacesRenderer.getFacet ( )This method is from 'FacesRenderer' class.
FacesRenderer.getId ( )This method is from 'FacesRenderer' class.
FacesRenderer.getRendererClass ( )This method is from 'FacesRenderer' class.
FacesRenderer.getRendererExtension ( )This method is from 'FacesRenderer' class.
FacesRenderer.getRendererType ( )This method is from 'FacesRenderer' class.
FacesRenderer.setComponentFamily ( String value )This method is from 'FacesRenderer' class.
FacesRenderer.setId ( String value )This method is from 'FacesRenderer' class.
FacesRenderer.setRendererClass ( String value )This method is from 'FacesRenderer' class.
FacesRenderer.setRendererType ( String value )This method is from 'FacesRenderer' class.
[+] FacesRenderKit (3)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field displayName has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
3 | Type of field icon has been changed from java.util.List to LocalCollection. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: LocalCollection. |
[+] affected methods (9)
FacesRenderKit.FacesRenderKit ( )This constructor is from 'FacesRenderKit' class.
FacesRenderKit.getId ( )This method is from 'FacesRenderKit' class.
FacesRenderKit.getRenderer ( )This method is from 'FacesRenderKit' class.
FacesRenderKit.getRenderKitClass ( )This method is from 'FacesRenderKit' class.
FacesRenderKit.getRenderKitExtension ( )This method is from 'FacesRenderKit' class.
FacesRenderKit.getRenderKitId ( )This method is from 'FacesRenderKit' class.
FacesRenderKit.setId ( String value )This method is from 'FacesRenderKit' class.
FacesRenderKit.setRenderKitClass ( String value )This method is from 'FacesRenderKit' class.
FacesRenderKit.setRenderKitId ( String value )This method is from 'FacesRenderKit' class.
[+] FacesValidator (3)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field displayName has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
3 | Type of field icon has been changed from java.util.List to LocalCollection. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: LocalCollection. |
[+] affected methods (10)
FacesValidator.FacesValidator ( )This constructor is from 'FacesValidator' class.
FacesValidator.getAttribute ( )This method is from 'FacesValidator' class.
FacesValidator.getId ( )This method is from 'FacesValidator' class.
FacesValidator.getProperty ( )This method is from 'FacesValidator' class.
FacesValidator.getValidatorClass ( )This method is from 'FacesValidator' class.
FacesValidator.getValidatorExtension ( )This method is from 'FacesValidator' class.
FacesValidator.getValidatorId ( )This method is from 'FacesValidator' class.
FacesValidator.setId ( String value )This method is from 'FacesValidator' class.
FacesValidator.setValidatorClass ( String value )This method is from 'FacesValidator' class.
FacesValidator.setValidatorId ( String value )This method is from 'FacesValidator' class.
[+] Handler (2)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field displayName has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
[+] affected methods (14)
Handler.getHandlerClass ( )This method is from 'Handler' class.
Handler.getHandlerName ( )This method is from 'Handler' class.
Handler.getIcon ( )This method is from 'Handler' class.
Handler.getIconMap ( )This method is from 'Handler' class.
Handler.getIcons ( )This method is from 'Handler' class.
Handler.getId ( )This method is from 'Handler' class.
Handler.getInitParam ( )This method is from 'Handler' class.
Handler.getPortName ( )This method is from 'Handler' class.
Handler.getSoapHeader ( )This method is from 'Handler' class.
Handler.getSoapRole ( )This method is from 'Handler' class.
Handler.Handler ( )This constructor is from 'Handler' class.
Handler.setHandlerClass ( String value )This method is from 'Handler' class.
Handler.setHandlerName ( String value )This method is from 'Handler' class.
Handler.setId ( String value )This method is from 'Handler' class.
[+] HandlerChain (2)
| Change | Effect |
---|
1 | Type of field portNamePattern has been changed from java.lang.String to javax.xml.namespace.QName. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.lang.String, required: javax.xml.namespace.QName. |
2 | Type of field serviceNamePattern has been changed from java.lang.String to javax.xml.namespace.QName. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.lang.String, required: javax.xml.namespace.QName. |
[+] affected methods (5)
HandlerChain.getHandler ( )This method is from 'HandlerChain' class.
HandlerChain.getId ( )This method is from 'HandlerChain' class.
HandlerChain.getProtocolBindings ( )This method is from 'HandlerChain' class.
HandlerChain.HandlerChain ( )This constructor is from 'HandlerChain' class.
HandlerChain.setId ( String value )This method is from 'HandlerChain' class.
[+] InboundResource (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InboundResource. |
[+] affected methods (5)
InboundResource.getId ( )This method is from 'InboundResource' class.
InboundResource.getMessageAdapter ( )This method is from 'InboundResource' class.
InboundResource.InboundResource ( )This constructor is from 'InboundResource' class.
InboundResource.setId ( String value )This method is from 'InboundResource' class.
InboundResource.setMessageAdapter ( MessageAdapter value )This method is from 'InboundResource' class.
[+] Injectable (2)
| Change | Effect |
---|
1 | Abstract method Injectable.getInjectionTarget ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getInjectionTarget() in Injectable. |
2 | Abstract method Injectable.getInjectionTarget ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getInjectionTarget() in interface Injectable. |
[+] affected methods (1)
org.apache.openejb.config.JndiEncInfoBuilder.buildInjectionInfos ( Injectable injectable )1st parameter 'injectable' of this method has type 'Injectable'.
[+] Interceptor (1)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
[+] affected methods (42)
EjbJar.addInterceptor ( Interceptor interceptor )1st parameter 'interceptor' of this method has type 'Interceptor'.
EjbJar.getInterceptor ( String className )Return value of this method has type 'Interceptor'.
Interceptor.addAroundInvoke ( String method )This method is from 'Interceptor' class.
Interceptor.addPostActivate ( String method )This method is from 'Interceptor' class.
Interceptor.addPostConstruct ( String method )This method is from 'Interceptor' class.
Interceptor.addPreDestroy ( String method )This method is from 'Interceptor' class.
Interceptor.addPrePassivate ( String method )This method is from 'Interceptor' class.
Interceptor.getAroundInvoke ( )This method is from 'Interceptor' class.
Interceptor.getEjbLocalRef ( )This method is from 'Interceptor' class.
Interceptor.getEjbLocalRefMap ( )This method is from 'Interceptor' class.
Interceptor.getEjbRef ( )This method is from 'Interceptor' class.
Interceptor.getEjbRefMap ( )This method is from 'Interceptor' class.
Interceptor.getEnvEntry ( )This method is from 'Interceptor' class.
Interceptor.getEnvEntryMap ( )This method is from 'Interceptor' class.
Interceptor.getId ( )This method is from 'Interceptor' class.
Interceptor.getInitMethod ( )This method is from 'Interceptor' class.
Interceptor.getInterceptorClass ( )This method is from 'Interceptor' class.
Interceptor.getJndiConsumerName ( )This method is from 'Interceptor' class.
Interceptor.getMessageDestinationRef ( )This method is from 'Interceptor' class.
Interceptor.getMessageDestinationRefMap ( )This method is from 'Interceptor' class.
Interceptor.getPersistenceContextRef ( )This method is from 'Interceptor' class.
Interceptor.getPersistenceContextRefMap ( )This method is from 'Interceptor' class.
Interceptor.getPersistenceUnitRef ( )This method is from 'Interceptor' class.
Interceptor.getPersistenceUnitRefMap ( )This method is from 'Interceptor' class.
Interceptor.getPostActivate ( )This method is from 'Interceptor' class.
Interceptor.getPostConstruct ( )This method is from 'Interceptor' class.
Interceptor.getPreDestroy ( )This method is from 'Interceptor' class.
Interceptor.getPrePassivate ( )This method is from 'Interceptor' class.
Interceptor.getRemoveMethod ( )This method is from 'Interceptor' class.
Interceptor.getResourceEnvRef ( )This method is from 'Interceptor' class.
Interceptor.getResourceEnvRefMap ( )This method is from 'Interceptor' class.
Interceptor.getResourceRef ( )This method is from 'Interceptor' class.
Interceptor.getResourceRefMap ( )This method is from 'Interceptor' class.
Interceptor.getServiceRef ( )This method is from 'Interceptor' class.
Interceptor.getServiceRefMap ( )This method is from 'Interceptor' class.
Interceptor.Interceptor ( )This constructor is from 'Interceptor' class.
Interceptor.Interceptor ( Class interceptorClass )This constructor is from 'Interceptor' class.
Interceptor.Interceptor ( String interceptorClass )This constructor is from 'Interceptor' class.
Interceptor.setId ( String value )This method is from 'Interceptor' class.
Interceptor.setInterceptorClass ( String value )This method is from 'Interceptor' class.
Interceptors.addInterceptor ( Interceptor interceptor )1st parameter 'interceptor' of this method has type 'Interceptor'.
Interceptors.getInterceptor ( String className )Return value of this method has type 'Interceptor'.
[+] InterceptorBinding (1)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
[+] affected methods (19)
AssemblyDescriptor.addInterceptorBinding ( InterceptorBinding binding )1st parameter 'binding' of this method has type 'InterceptorBinding'.
InterceptorBinding.getEjbName ( )This method is from 'InterceptorBinding' class.
InterceptorBinding.getExcludeClassInterceptors ( )This method is from 'InterceptorBinding' class.
InterceptorBinding.getExcludeDefaultInterceptors ( )This method is from 'InterceptorBinding' class.
InterceptorBinding.getId ( )This method is from 'InterceptorBinding' class.
InterceptorBinding.getInterceptorClass ( )This method is from 'InterceptorBinding' class.
InterceptorBinding.getInterceptorOrder ( )This method is from 'InterceptorBinding' class.
InterceptorBinding.getMethod ( )This method is from 'InterceptorBinding' class.
InterceptorBinding.InterceptorBinding ( )This constructor is from 'InterceptorBinding' class.
InterceptorBinding.InterceptorBinding ( String ejbName )This constructor is from 'InterceptorBinding' class.
InterceptorBinding.InterceptorBinding ( String ejbName, String[ ] interceptorClasses )This constructor is from 'InterceptorBinding' class.
InterceptorBinding.InterceptorBinding ( String ejbName, Interceptor[ ] interceptors )This constructor is from 'InterceptorBinding' class.
InterceptorBinding.InterceptorBinding ( EnterpriseBean bean, Interceptor[ ] interceptors )This constructor is from 'InterceptorBinding' class.
InterceptorBinding.setEjbName ( String value )This method is from 'InterceptorBinding' class.
InterceptorBinding.setExcludeClassInterceptors ( boolean value )This method is from 'InterceptorBinding' class.
InterceptorBinding.setExcludeDefaultInterceptors ( boolean value )This method is from 'InterceptorBinding' class.
InterceptorBinding.setId ( String value )This method is from 'InterceptorBinding' class.
InterceptorBinding.setInterceptorOrder ( InterceptorOrder value )This method is from 'InterceptorBinding' class.
InterceptorBinding.setMethod ( NamedMethod value )This method is from 'InterceptorBinding' class.
[+] Interceptors (1)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
[+] affected methods (7)
Interceptors.addInterceptor ( Interceptor interceptor )This method is from 'Interceptors' class.
Interceptors.getId ( )This method is from 'Interceptors' class.
Interceptors.getInterceptor ( )This method is from 'Interceptors' class.
Interceptors.getInterceptor ( String className )This method is from 'Interceptors' class.
Interceptors.Interceptors ( )This constructor is from 'Interceptors' class.
Interceptors.setId ( String value )This method is from 'Interceptors' class.
Interceptors.setInterceptor ( Interceptor[ ] v )This method is from 'Interceptors' class.
[+] JaxbJavaee.NamespaceFilter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JaxbJavaee.NamespaceFilter. |
[+] affected methods (3)
JaxbJavaee.NamespaceFilter.JaxbJavaee.NamespaceFilter ( org.xml.sax.XMLReader xmlReader )This constructor is from 'JaxbJavaee.NamespaceFilter' class.
JaxbJavaee.NamespaceFilter.resolveEntity ( String publicId, String systemId )This method is from 'JaxbJavaee.NamespaceFilter' class.
JaxbJavaee.NamespaceFilter.startElement ( String uri, String localName, String qname, org.xml.sax.Attributes atts )This method is from 'JaxbJavaee.NamespaceFilter' class.
[+] JndiConsumer (2)
| Change | Effect |
---|
1 | Abstract method JndiConsumer.getDataSource ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDataSource() in JndiConsumer. |
2 | Abstract method JndiConsumer.getDataSourceMap ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDataSourceMap() in JndiConsumer. |
[+] affected methods (19)
JndiConsumer.getEjbLocalRef ( )This abstract method is from 'JndiConsumer' interface.
JndiConsumer.getEjbLocalRefMap ( )This abstract method is from 'JndiConsumer' interface.
JndiConsumer.getEjbRef ( )This abstract method is from 'JndiConsumer' interface.
JndiConsumer.getEjbRefMap ( )This abstract method is from 'JndiConsumer' interface.
JndiConsumer.getEnvEntry ( )This abstract method is from 'JndiConsumer' interface.
JndiConsumer.getEnvEntryMap ( )This abstract method is from 'JndiConsumer' interface.
JndiConsumer.getJndiConsumerName ( )This abstract method is from 'JndiConsumer' interface.
JndiConsumer.getMessageDestinationRef ( )This abstract method is from 'JndiConsumer' interface.
JndiConsumer.getMessageDestinationRefMap ( )This abstract method is from 'JndiConsumer' interface.
JndiConsumer.getPersistenceContextRef ( )This abstract method is from 'JndiConsumer' interface.
JndiConsumer.getPersistenceContextRefMap ( )This abstract method is from 'JndiConsumer' interface.
JndiConsumer.getPersistenceUnitRef ( )This abstract method is from 'JndiConsumer' interface.
JndiConsumer.getPersistenceUnitRefMap ( )This abstract method is from 'JndiConsumer' interface.
JndiConsumer.getResourceEnvRef ( )This abstract method is from 'JndiConsumer' interface.
JndiConsumer.getResourceEnvRefMap ( )This abstract method is from 'JndiConsumer' interface.
JndiConsumer.getResourceRef ( )This abstract method is from 'JndiConsumer' interface.
JndiConsumer.getResourceRefMap ( )This abstract method is from 'JndiConsumer' interface.
JndiConsumer.getServiceRef ( )This abstract method is from 'JndiConsumer' interface.
JndiConsumer.getServiceRefMap ( )This abstract method is from 'JndiConsumer' interface.
[+] JndiReference (2)
| Change | Effect |
---|
1 | Abstract method JndiReference.getLookupName ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getLookupName() in JndiReference. |
2 | Abstract method JndiReference.setLookupName ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setLookupName(java.lang.String) in JndiReference. |
[+] affected methods (7)
org.apache.openejb.config.JndiEncInfoBuilder.buildLocationInfo ( JndiReference reference )1st parameter 'reference' of this method has type 'JndiReference'.
JndiReference.getMappedName ( )This abstract method is from 'JndiReference' interface.
JndiReference.getName ( )This abstract method is from 'JndiReference' interface.
JndiReference.getType ( )This abstract method is from 'JndiReference' interface.
JndiReference.setMappedName ( String p1 )This abstract method is from 'JndiReference' interface.
JndiReference.setName ( String p1 )This abstract method is from 'JndiReference' interface.
JndiReference.setType ( String p1 )This abstract method is from 'JndiReference' interface.
[+] License (1)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
[+] affected methods (5)
License.getId ( )This method is from 'License' class.
License.isLicenseRequired ( )This method is from 'License' class.
License.License ( )This constructor is from 'License' class.
License.setId ( String value )This method is from 'License' class.
License.setLicenseRequired ( boolean value )This method is from 'License' class.
[+] Lifecycle (2)
| Change | Effect |
---|
1 | Abstract method Lifecycle.addAroundInvoke ( String p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addAroundInvoke(java.lang.String) in interface Lifecycle. |
2 | Abstract method Lifecycle.getAroundInvoke ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getAroundInvoke() in interface Lifecycle. |
[+] affected methods (4)
Lifecycle.addPostConstruct ( String p1 )This abstract method is from 'Lifecycle' interface.
Lifecycle.addPreDestroy ( String p1 )This abstract method is from 'Lifecycle' interface.
Lifecycle.getPostConstruct ( )This abstract method is from 'Lifecycle' interface.
Lifecycle.getPreDestroy ( )This abstract method is from 'Lifecycle' interface.
[+] Listener (3)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field displayName has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
3 | Type of field icon has been changed from java.util.List to LocalCollection. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: LocalCollection. |
[+] affected methods (5)
Listener.getId ( )This method is from 'Listener' class.
Listener.getListenerClass ( )This method is from 'Listener' class.
Listener.Listener ( )This constructor is from 'Listener' class.
Listener.setId ( String value )This method is from 'Listener' class.
Listener.setListenerClass ( String value )This method is from 'Listener' class.
[+] LoginConfigType (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LoginConfigType. |
[+] affected methods (9)
LoginConfigType.getAuthMethod ( )This method is from 'LoginConfigType' class.
LoginConfigType.getFormLoginConfig ( )This method is from 'LoginConfigType' class.
LoginConfigType.getId ( )This method is from 'LoginConfigType' class.
LoginConfigType.getRealmName ( )This method is from 'LoginConfigType' class.
LoginConfigType.LoginConfigType ( )This constructor is from 'LoginConfigType' class.
LoginConfigType.setAuthMethod ( String value )This method is from 'LoginConfigType' class.
LoginConfigType.setFormLoginConfig ( FormLoginConfig value )This method is from 'LoginConfigType' class.
LoginConfigType.setId ( String value )This method is from 'LoginConfigType' class.
LoginConfigType.setRealmName ( String value )This method is from 'LoginConfigType' class.
[+] MessageDestination (3)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field displayName has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
3 | Type of field icon has been changed from java.util.List to LocalCollection. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: LocalCollection. |
[+] affected methods (9)
MessageDestination.getId ( )This method is from 'MessageDestination' class.
MessageDestination.getKey ( )This method is from 'MessageDestination' class.
MessageDestination.getKey ( )This method is from 'MessageDestination' class.
MessageDestination.getMappedName ( )This method is from 'MessageDestination' class.
MessageDestination.getMessageDestinationName ( )This method is from 'MessageDestination' class.
MessageDestination.MessageDestination ( )This constructor is from 'MessageDestination' class.
MessageDestination.setId ( String value )This method is from 'MessageDestination' class.
MessageDestination.setMappedName ( String value )This method is from 'MessageDestination' class.
MessageDestination.setMessageDestinationName ( String value )This method is from 'MessageDestination' class.
[+] MessageDestinationRef (2)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field injectionTarget has been changed from java.util.List to java.util.Set. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: java.util.Set. |
[+] affected methods (19)
MessageDestinationRef.getId ( )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.getKey ( )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.getKey ( )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.getMappedName ( )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.getMessageDestinationLink ( )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.getMessageDestinationRefName ( )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.getMessageDestinationType ( )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.getMessageDestinationUsage ( )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.getName ( )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.getType ( )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.MessageDestinationRef ( )This constructor is from 'MessageDestinationRef' class.
MessageDestinationRef.setId ( String value )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.setMappedName ( String value )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.setMessageDestinationLink ( String value )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.setMessageDestinationRefName ( String value )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.setMessageDestinationType ( String value )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.setMessageDestinationUsage ( MessageDestinationUsage value )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.setName ( String name )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.setType ( String type )This method is from 'MessageDestinationRef' class.
[+] MethodPermission (1)
| Change | Effect |
---|
1 | Type of field unchecked has been changed from EmptyType to Empty. | Recompilation of a client program may be terminated with the message: incompatible types, found: EmptyType, required: Empty. |
[+] affected methods (14)
MethodPermission.getDescription ( )This method is from 'MethodPermission' class.
MethodPermission.getDescriptions ( )This method is from 'MethodPermission' class.
MethodPermission.getId ( )This method is from 'MethodPermission' class.
MethodPermission.getMethod ( )This method is from 'MethodPermission' class.
MethodPermission.getRoleName ( )This method is from 'MethodPermission' class.
MethodPermission.getUnchecked ( )This method is from 'MethodPermission' class.
MethodPermission.MethodPermission ( )This constructor is from 'MethodPermission' class.
MethodPermission.MethodPermission ( String ejbName, reflect.Method method, String[ ] roles )This constructor is from 'MethodPermission' class.
MethodPermission.MethodPermission ( String className, String ejbName, String methodName, String[ ] roles )This constructor is from 'MethodPermission' class.
MethodPermission.MethodPermission ( Method method, String[ ] roles )This constructor is from 'MethodPermission' class.
MethodPermission.setDescriptions ( Text[ ] text )This method is from 'MethodPermission' class.
MethodPermission.setId ( String value )This method is from 'MethodPermission' class.
MethodPermission.setUnchecked ( )Return value of this method has type 'MethodPermission'.
MethodPermission.setUnchecked ( boolean b )This method is from 'MethodPermission' class.
[+] Module (1)
| Change | Effect |
---|
1 | Type of field web has been changed from WebModule to Web. | Recompilation of a client program may be terminated with the message: incompatible types, found: WebModule, required: Web. |
[+] affected methods (11)
Module.getAltDd ( )This method is from 'Module' class.
Module.getConnector ( )This method is from 'Module' class.
Module.getEjb ( )This method is from 'Module' class.
Module.getId ( )This method is from 'Module' class.
Module.getJava ( )This method is from 'Module' class.
Module.Module ( )This constructor is from 'Module' class.
Module.setAltDd ( String altDd )This method is from 'Module' class.
Module.setConnector ( String connector )This method is from 'Module' class.
Module.setEjb ( String ejb )This method is from 'Module' class.
Module.setId ( String id )This method is from 'Module' class.
Module.setJava ( String java )This method is from 'Module' class.
[+] ParamValue (1)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
[+] affected methods (7)
ParamValue.getId ( )This method is from 'ParamValue' class.
ParamValue.getParamName ( )This method is from 'ParamValue' class.
ParamValue.getParamValue ( )This method is from 'ParamValue' class.
ParamValue.ParamValue ( )This constructor is from 'ParamValue' class.
ParamValue.setId ( String value )This method is from 'ParamValue' class.
ParamValue.setParamName ( String value )This method is from 'ParamValue' class.
ParamValue.setParamValue ( String value )This method is from 'ParamValue' class.
[+] PersistenceContextRef (2)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field injectionTarget has been changed from java.util.List to java.util.Set. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: java.util.Set. |
[+] affected methods (21)
PersistenceContextRef.getId ( )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.getKey ( )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.getKey ( )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.getMappedName ( )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.getName ( )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.getPersistenceContextRefName ( )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.getPersistenceContextType ( )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.getPersistenceProperty ( )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.getPersistenceUnitName ( )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.getType ( )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.PersistenceContextRef ( )This constructor is from 'PersistenceContextRef' class.
PersistenceContextRef.PersistenceContextRef ( String persistenceContextRefName, String persistenceUnitName )This constructor is from 'PersistenceContextRef' class.
PersistenceContextRef.PersistenceContextRef ( String persistenceContextRefName, String persistenceUnitName, PersistenceContextType persistenceContextType, java.util.List persistenceProperty )This constructor is from 'PersistenceContextRef' class.
PersistenceContextRef.setId ( String value )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.setMappedName ( String value )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.setName ( String name )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.setPersistenceContextRefName ( String value )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.setPersistenceContextType ( PersistenceContextType value )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.setPersistenceProperty ( java.util.List persistenceProperty )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.setPersistenceUnitName ( String value )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.setType ( String type )This method is from 'PersistenceContextRef' class.
[+] PersistenceUnitRef (2)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field injectionTarget has been changed from java.util.List to java.util.Set. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: java.util.Set. |
[+] affected methods (16)
PersistenceUnitRef.getId ( )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.getKey ( )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.getKey ( )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.getMappedName ( )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.getName ( )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.getPersistenceUnitName ( )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.getPersistenceUnitRefName ( )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.getType ( )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.PersistenceUnitRef ( )This constructor is from 'PersistenceUnitRef' class.
PersistenceUnitRef.PersistenceUnitRef ( String persistenceUnitRefName, String persistenceUnitName )This constructor is from 'PersistenceUnitRef' class.
PersistenceUnitRef.setId ( String value )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.setMappedName ( String value )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.setName ( String name )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.setPersistenceUnitName ( String value )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.setPersistenceUnitRefName ( String value )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.setType ( String type )This method is from 'PersistenceUnitRef' class.
[+] PortComponent (1)
| Change | Effect |
---|
1 | Type of field enableMtom has been changed from boolean to java.lang.Boolean. | Recompilation of a client program may be terminated with the message: incompatible types, found: boolean, required: java.lang.Boolean. |
[+] affected methods (28)
PortComponent.getDescription ( )This method is from 'PortComponent' class.
PortComponent.getDisplayName ( )This method is from 'PortComponent' class.
PortComponent.getHandlerChains ( )This method is from 'PortComponent' class.
PortComponent.getIcon ( )This method is from 'PortComponent' class.
PortComponent.getId ( )This method is from 'PortComponent' class.
PortComponent.getKey ( )This method is from 'PortComponent' class.
PortComponent.getKey ( )This method is from 'PortComponent' class.
PortComponent.getLocation ( )This method is from 'PortComponent' class.
PortComponent.getPortComponentName ( )This method is from 'PortComponent' class.
PortComponent.getProtocolBinding ( )This method is from 'PortComponent' class.
PortComponent.getServiceEndpointInterface ( )This method is from 'PortComponent' class.
PortComponent.getServiceImplBean ( )This method is from 'PortComponent' class.
PortComponent.getWsdlPort ( )This method is from 'PortComponent' class.
PortComponent.getWsdlService ( )This method is from 'PortComponent' class.
PortComponent.isEnableMtom ( )This method is from 'PortComponent' class.
PortComponent.PortComponent ( )This constructor is from 'PortComponent' class.
PortComponent.setDescription ( String value )This method is from 'PortComponent' class.
PortComponent.setDisplayName ( String value )This method is from 'PortComponent' class.
PortComponent.setHandlerChains ( HandlerChains value )This method is from 'PortComponent' class.
PortComponent.setIcon ( Icon value )This method is from 'PortComponent' class.
PortComponent.setId ( String value )This method is from 'PortComponent' class.
PortComponent.setLocation ( String location )This method is from 'PortComponent' class.
PortComponent.setPortComponentName ( String value )This method is from 'PortComponent' class.
PortComponent.setProtocolBinding ( String value )This method is from 'PortComponent' class.
PortComponent.setServiceEndpointInterface ( String value )This method is from 'PortComponent' class.
PortComponent.setServiceImplBean ( ServiceImplBean value )This method is from 'PortComponent' class.
PortComponent.setWsdlPort ( javax.xml.namespace.QName value )This method is from 'PortComponent' class.
PortComponent.setWsdlService ( javax.xml.namespace.QName value )This method is from 'PortComponent' class.
[+] RelationshipRoleSource (1)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
[+] affected methods (19)
EjbRelationshipRole.EjbRelationshipRole ( )Field 'this.relationshipRoleSource' in the object of this method has type 'RelationshipRoleSource'.
EjbRelationshipRole.getCascadeDelete ( )Field 'this.relationshipRoleSource' in the object of this method has type 'RelationshipRoleSource'.
EjbRelationshipRole.getCmrField ( )Field 'this.relationshipRoleSource' in the object of this method has type 'RelationshipRoleSource'.
EjbRelationshipRole.getEjbRelationshipRoleName ( )Field 'this.relationshipRoleSource' in the object of this method has type 'RelationshipRoleSource'.
EjbRelationshipRole.getId ( )Field 'this.relationshipRoleSource' in the object of this method has type 'RelationshipRoleSource'.
EjbRelationshipRole.getMultiplicity ( )Field 'this.relationshipRoleSource' in the object of this method has type 'RelationshipRoleSource'.
EjbRelationshipRole.getRelationshipRoleSource ( )Field 'this.relationshipRoleSource' in the object of this method has type 'RelationshipRoleSource'.
EjbRelationshipRole.setCascadeDelete ( boolean value )Field 'this.relationshipRoleSource' in the object of this method has type 'RelationshipRoleSource'.
EjbRelationshipRole.setCmrField ( CmrField value )Field 'this.relationshipRoleSource' in the object of this method has type 'RelationshipRoleSource'.
EjbRelationshipRole.setEjbRelationshipRoleName ( String value )Field 'this.relationshipRoleSource' in the object of this method has type 'RelationshipRoleSource'.
EjbRelationshipRole.setId ( String value )Field 'this.relationshipRoleSource' in the object of this method has type 'RelationshipRoleSource'.
EjbRelationshipRole.setMultiplicity ( Multiplicity value )Field 'this.relationshipRoleSource' in the object of this method has type 'RelationshipRoleSource'.
EjbRelationshipRole.setRelationshipRoleSource ( RelationshipRoleSource value )Field 'this.relationshipRoleSource' in the object of this method has type 'RelationshipRoleSource'.
ObjectFactory.createEjbRelationTypeEjbRelationshipRole ( EjbRelationshipRole value )Field 'value.relationshipRoleSource' in 1st parameter 'value' of this method has type 'RelationshipRoleSource'.
RelationshipRoleSource.getEjbName ( )This method is from 'RelationshipRoleSource' class.
RelationshipRoleSource.getId ( )This method is from 'RelationshipRoleSource' class.
RelationshipRoleSource.RelationshipRoleSource ( )This constructor is from 'RelationshipRoleSource' class.
RelationshipRoleSource.setEjbName ( String value )This method is from 'RelationshipRoleSource' class.
RelationshipRoleSource.setId ( String value )This method is from 'RelationshipRoleSource' class.
[+] Relationships (1)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
[+] affected methods (47)
org.apache.openejb.config.ConfigurationFactory.configureApplication ( EjbJar ejbJar )Field 'ejbJar.relationships' in 1st parameter 'ejbJar' of this method has type 'Relationships'.
org.apache.openejb.config.EjbModule.EjbModule ( ClassLoader classLoader, String moduleId, String jarURI, EjbJar ejbJar, oejb3.OpenejbJar openejbJar )Field 'ejbJar.relationships' in 4th parameter 'ejbJar' of this method has type 'Relationships'.
org.apache.openejb.config.EjbModule.EjbModule ( ClassLoader classLoader, String jarURI, EjbJar ejbJar, oejb3.OpenejbJar openejbJar )Field 'ejbJar.relationships' in 3rd parameter 'ejbJar' of this method has type 'Relationships'.
org.apache.openejb.config.EjbModule.EjbModule ( EjbJar ejbJar )Field 'ejbJar.relationships' in 1st parameter 'ejbJar' of this method has type 'Relationships'.
org.apache.openejb.config.EjbModule.EjbModule ( EjbJar ejbJar, oejb3.OpenejbJar openejbJar )Field 'ejbJar.relationships' in 1st parameter 'ejbJar' of this method has type 'Relationships'.
org.apache.openejb.config.EjbModule.getEjbJar ( )Field 'RetVal.relationships' in return value of this method has type 'Relationships'.
org.apache.openejb.config.EjbModule.setEjbJar ( EjbJar ejbJar )Field 'ejbJar.relationships' in 1st parameter 'ejbJar' of this method has type 'Relationships'.
org.apache.openejb.config.OpenEjb2Conversion.convertEjbRefs ( EjbJar ejbJar, oejb3.OpenejbJar openejbJar, oejb2.OpenejbJarType openejbJarType )Field 'ejbJar.relationships' in 1st parameter 'ejbJar' of this method has type 'Relationships'.
org.apache.openejb.config.OpenEjb2Conversion.convertMdbConfigs ( EjbJar ejbJar, oejb2.OpenejbJarType openejbJarType )Field 'ejbJar.relationships' in 1st parameter 'ejbJar' of this method has type 'Relationships'.
org.apache.openejb.config.ReadDescriptors.readEjbJar ( java.net.URL url )Field 'RetVal.relationships' in return value of this method has type 'Relationships'.
EjbJar.addEnterpriseBean ( EnterpriseBean bean )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.addInterceptor ( Interceptor interceptor )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.EjbJar ( )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.EjbJar ( String id )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.getAssemblyDescriptor ( )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.getDescription ( )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.getDescriptions ( )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.getDisplayName ( )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.getDisplayNames ( )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.getEjbClientJar ( )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.getEnterpriseBean ( String ejbName )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.getEnterpriseBeans ( )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.getEnterpriseBeansByEjbName ( )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.getIcon ( )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.getIconMap ( )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.getIcons ( )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.getId ( )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.getInterceptor ( String className )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.getInterceptors ( )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.getRelationships ( )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.getVersion ( )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.isMetadataComplete ( )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.removeEnterpriseBean ( String name )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.setAssemblyDescriptor ( AssemblyDescriptor value )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.setDescriptions ( Text[ ] text )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.setDisplayNames ( Text[ ] text )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.setEjbClientJar ( String value )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.setEnterpriseBeans ( EnterpriseBean[ ] v )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.setId ( String value )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.setMetadataComplete ( Boolean value )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.setRelationships ( Relationships value )Field 'this.relationships' in the object of this method has type 'Relationships'.
EjbJar.setVersion ( String value )Field 'this.relationships' in the object of this method has type 'Relationships'.
ObjectFactory.createEjbJar ( EjbJar value )Field 'value.relationships' in 1st parameter 'value' of this method has type 'Relationships'.
Relationships.getEjbRelation ( )This method is from 'Relationships' class.
Relationships.getId ( )This method is from 'Relationships' class.
Relationships.Relationships ( )This constructor is from 'Relationships' class.
Relationships.setId ( String value )This method is from 'Relationships' class.
[+] RequiredConfigProperty (1)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
[+] affected methods (7)
ActivationSpec.addRequiredConfigProperty ( String name )Return value of this method has type 'RequiredConfigProperty'.
RequiredConfigProperty.getConfigPropertyName ( )This method is from 'RequiredConfigProperty' class.
RequiredConfigProperty.getId ( )This method is from 'RequiredConfigProperty' class.
RequiredConfigProperty.RequiredConfigProperty ( )This constructor is from 'RequiredConfigProperty' class.
RequiredConfigProperty.RequiredConfigProperty ( String configPropertyName )This constructor is from 'RequiredConfigProperty' class.
RequiredConfigProperty.setConfigPropertyName ( String value )This method is from 'RequiredConfigProperty' class.
RequiredConfigProperty.setId ( String value )This method is from 'RequiredConfigProperty' class.
[+] ResourceAdapterBase (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ResourceAdapterBase. |
[+] affected methods (14)
ResourceAdapterBase.getAdminObject ( )This method is from 'ResourceAdapterBase' class.
ResourceAdapterBase.getConfigProperty ( )This method is from 'ResourceAdapterBase' class.
ResourceAdapterBase.getId ( )This method is from 'ResourceAdapterBase' class.
ResourceAdapterBase.getInboundResourceAdapter ( )This method is from 'ResourceAdapterBase' class.
ResourceAdapterBase.getOutboundResourceAdapter ( )This method is from 'ResourceAdapterBase' class.
ResourceAdapterBase.getResourceAdapterClass ( )This method is from 'ResourceAdapterBase' class.
ResourceAdapterBase.getSecurityPermission ( )This method is from 'ResourceAdapterBase' class.
ResourceAdapterBase.ResourceAdapterBase ( )This constructor is from 'ResourceAdapterBase' class.
ResourceAdapterBase.ResourceAdapterBase ( Class resourceAdapterClass )This constructor is from 'ResourceAdapterBase' class.
ResourceAdapterBase.ResourceAdapterBase ( String resourceAdapterClass )This constructor is from 'ResourceAdapterBase' class.
ResourceAdapterBase.setId ( String value )This method is from 'ResourceAdapterBase' class.
ResourceAdapterBase.setInboundResourceAdapter ( InboundResource value )This method is from 'ResourceAdapterBase' class.
ResourceAdapterBase.setOutboundResourceAdapter ( OutboundResourceAdapter value )This method is from 'ResourceAdapterBase' class.
ResourceAdapterBase.setResourceAdapterClass ( String value )This method is from 'ResourceAdapterBase' class.
[+] ResourceEnvRef (2)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field injectionTarget has been changed from java.util.List to java.util.Set. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: java.util.Set. |
[+] affected methods (16)
ResourceEnvRef.getId ( )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.getKey ( )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.getKey ( )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.getMappedName ( )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.getName ( )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.getResourceEnvRefName ( )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.getResourceEnvRefType ( )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.getType ( )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.ResourceEnvRef ( )This constructor is from 'ResourceEnvRef' class.
ResourceEnvRef.ResourceEnvRef ( String resourceEnvRefName, String resourceEnvRefType )This constructor is from 'ResourceEnvRef' class.
ResourceEnvRef.setId ( String value )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.setMappedName ( String value )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.setName ( String name )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.setResourceEnvRefName ( String value )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.setResourceEnvRefType ( String value )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.setType ( String type )This method is from 'ResourceEnvRef' class.
[+] ResourceRef (2)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field injectionTarget has been changed from java.util.List to java.util.Set. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: java.util.Set. |
[+] affected methods (21)
ResourceRef.getId ( )This method is from 'ResourceRef' class.
ResourceRef.getKey ( )This method is from 'ResourceRef' class.
ResourceRef.getKey ( )This method is from 'ResourceRef' class.
ResourceRef.getMappedName ( )This method is from 'ResourceRef' class.
ResourceRef.getName ( )This method is from 'ResourceRef' class.
ResourceRef.getResAuth ( )This method is from 'ResourceRef' class.
ResourceRef.getResRefName ( )This method is from 'ResourceRef' class.
ResourceRef.getResSharingScope ( )This method is from 'ResourceRef' class.
ResourceRef.getResType ( )This method is from 'ResourceRef' class.
ResourceRef.getType ( )This method is from 'ResourceRef' class.
ResourceRef.ResourceRef ( )This constructor is from 'ResourceRef' class.
ResourceRef.ResourceRef ( String resRefName, String resType )This constructor is from 'ResourceRef' class.
ResourceRef.ResourceRef ( String resRefName, String resType, ResAuth resAuth, ResSharingScope resSharingScope )This constructor is from 'ResourceRef' class.
ResourceRef.setId ( String value )This method is from 'ResourceRef' class.
ResourceRef.setMappedName ( String value )This method is from 'ResourceRef' class.
ResourceRef.setName ( String name )This method is from 'ResourceRef' class.
ResourceRef.setResAuth ( ResAuth value )This method is from 'ResourceRef' class.
ResourceRef.setResRefName ( String value )This method is from 'ResourceRef' class.
ResourceRef.setResSharingScope ( ResSharingScope value )This method is from 'ResourceRef' class.
ResourceRef.setResType ( String value )This method is from 'ResourceRef' class.
ResourceRef.setType ( String type )This method is from 'ResourceRef' class.
[+] RunAs (1)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
[+] affected methods (260)
EnterpriseBean.getSecurityIdentity ( )Field 'RetVal.runAs' in return value of this abstract method has type 'RunAs'.
EnterpriseBean.setSecurityIdentity ( SecurityIdentity p1 )Field 'p1.runAs' in 1st parameter 'p1' of this abstract method has type 'RunAs'.
EntityBean.addCmpField ( String fieldName )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.addPostConstruct ( String method )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.addPreDestroy ( String method )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.EntityBean ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getAbstractSchemaName ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getBusinessLocal ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getBusinessRemote ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getCmpField ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getCmpVersion ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getDescription ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getDescriptions ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getDisplayName ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getDisplayNames ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getEjbClass ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getEjbLocalRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getEjbLocalRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getEjbName ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getEjbRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getEjbRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getEnvEntry ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getEnvEntryMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getHome ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getIcon ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getIconMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getIcons ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getId ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getJndiConsumerName ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getLocal ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getLocalHome ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getMappedName ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getMessageDestinationRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getMessageDestinationRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getPersistenceContextRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getPersistenceContextRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getPersistenceType ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getPersistenceUnitRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getPersistenceUnitRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getPostConstruct ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getPreDestroy ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getPrimKeyClass ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getPrimkeyField ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getQuery ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getReentrant ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getRemote ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getResourceEnvRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getResourceEnvRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getResourceRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getResourceRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getSecurityIdentity ( )Field 'RetVal.runAs' in return value of this method has type 'RunAs'.
EntityBean.getSecurityRoleRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getServiceRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getServiceRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.getTransactionType ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.setAbstractSchemaName ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.setCmpVersion ( CmpVersion value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.setDescriptions ( Text[ ] text )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.setDisplayNames ( Text[ ] text )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.setEjbClass ( Class value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.setEjbClass ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.setEjbName ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.setHome ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.setId ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.setLocal ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.setLocalHome ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.setMappedName ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.setPersistenceType ( PersistenceType value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.setPrimKeyClass ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.setPrimkeyField ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.setReentrant ( boolean value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.setRemote ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
EntityBean.setSecurityIdentity ( SecurityIdentity value )Field 'value.runAs' in 1st parameter 'value' of this method has type 'RunAs'.
EntityBean.setTransactionType ( TransactionType type )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.addAroundInvoke ( String method )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.addPostConstruct ( String method )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.addPreDestroy ( String method )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getAcknowledgeMode ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getActivationConfig ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getAroundInvoke ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getDescription ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getDescriptions ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getDisplayName ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getDisplayNames ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getEjbClass ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getEjbLocalRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getEjbLocalRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getEjbName ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getEjbRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getEjbRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getEnvEntry ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getEnvEntryMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getIcon ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getIconMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getIcons ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getId ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getJndiConsumerName ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getMappedName ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getMessageDestinationLink ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getMessageDestinationRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getMessageDestinationRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getMessageDestinationType ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getMessageDrivenDestination ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getMessageSelector ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getMessagingType ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getPersistenceContextRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getPersistenceContextRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getPersistenceUnitRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getPersistenceUnitRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getPostConstruct ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getPreDestroy ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getResourceEnvRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getResourceEnvRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getResourceRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getResourceRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getSecurityIdentity ( )Field 'RetVal.runAs' in return value of this method has type 'RunAs'.
MessageDrivenBean.getSecurityRoleRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getServiceRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getServiceRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getTimeoutMethod ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.getTransactionType ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.MessageDrivenBean ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.MessageDrivenBean ( Class ejbClass )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.MessageDrivenBean ( String ejbName )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.MessageDrivenBean ( String ejbName, Class ejbClass )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.MessageDrivenBean ( String ejbName, String ejbClass )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.setAcknowledgeMode ( String acknowledgeMode )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.setActivationConfig ( ActivationConfig value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.setDescriptions ( Text[ ] text )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.setDisplayNames ( Text[ ] text )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.setEjbClass ( Class value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.setEjbClass ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.setEjbName ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.setId ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.setMappedName ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.setMessageDestinationLink ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.setMessageDestinationType ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.setMessageDrivenDestination ( MessageDrivenDestination value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.setMessageSelector ( String messageSelector )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.setMessagingType ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.setSecurityIdentity ( SecurityIdentity value )Field 'value.runAs' in 1st parameter 'value' of this method has type 'RunAs'.
MessageDrivenBean.setTimeoutMethod ( NamedMethod value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
MessageDrivenBean.setTransactionType ( TransactionType value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
RunAs.getId ( )This method is from 'RunAs' class.
RunAs.getRoleName ( )This method is from 'RunAs' class.
RunAs.RunAs ( )This constructor is from 'RunAs' class.
RunAs.RunAs ( String roleName )This constructor is from 'RunAs' class.
RunAs.setId ( String value )This method is from 'RunAs' class.
RunAs.setRoleName ( String value )This method is from 'RunAs' class.
SecurityIdentity.getId ( )Field 'this.runAs' in the object of this method has type 'RunAs'.
SecurityIdentity.getRunAs ( )Field 'this.runAs' in the object of this method has type 'RunAs'.
SecurityIdentity.SecurityIdentity ( )Field 'this.runAs' in the object of this method has type 'RunAs'.
SecurityIdentity.setId ( String value )Field 'this.runAs' in the object of this method has type 'RunAs'.
SecurityIdentity.setRunAs ( String value )Field 'this.runAs' in the object of this method has type 'RunAs'.
SecurityIdentity.setRunAs ( RunAs value )Field 'this.runAs' in the object of this method has type 'RunAs'.
Servlet.getDescription ( )Field 'this.runAs' in the object of this method has type 'RunAs'.
Servlet.getDescriptions ( )Field 'this.runAs' in the object of this method has type 'RunAs'.
Servlet.getDisplayName ( )Field 'this.runAs' in the object of this method has type 'RunAs'.
Servlet.getDisplayNames ( )Field 'this.runAs' in the object of this method has type 'RunAs'.
Servlet.getIcon ( )Field 'this.runAs' in the object of this method has type 'RunAs'.
Servlet.getIconMap ( )Field 'this.runAs' in the object of this method has type 'RunAs'.
Servlet.getIcons ( )Field 'this.runAs' in the object of this method has type 'RunAs'.
Servlet.getId ( )Field 'this.runAs' in the object of this method has type 'RunAs'.
Servlet.getInitParam ( )Field 'this.runAs' in the object of this method has type 'RunAs'.
Servlet.getJspFile ( )Field 'this.runAs' in the object of this method has type 'RunAs'.
Servlet.getRunAs ( )Field 'this.runAs' in the object of this method has type 'RunAs'.
Servlet.getSecurityRoleRef ( )Field 'this.runAs' in the object of this method has type 'RunAs'.
Servlet.getServletClass ( )Field 'this.runAs' in the object of this method has type 'RunAs'.
Servlet.getServletName ( )Field 'this.runAs' in the object of this method has type 'RunAs'.
Servlet.Servlet ( )Field 'this.runAs' in the object of this method has type 'RunAs'.
Servlet.setDescriptions ( Text[ ] text )Field 'this.runAs' in the object of this method has type 'RunAs'.
Servlet.setDisplayNames ( Text[ ] text )Field 'this.runAs' in the object of this method has type 'RunAs'.
Servlet.setId ( String value )Field 'this.runAs' in the object of this method has type 'RunAs'.
Servlet.setJspFile ( String value )Field 'this.runAs' in the object of this method has type 'RunAs'.
Servlet.setRunAs ( RunAs value )Field 'this.runAs' in the object of this method has type 'RunAs'.
Servlet.setServletClass ( String value )Field 'this.runAs' in the object of this method has type 'RunAs'.
Servlet.setServletName ( String value )Field 'this.runAs' in the object of this method has type 'RunAs'.
SessionBean.addAroundInvoke ( String method )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.addBusinessLocal ( Class businessLocal )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.addBusinessLocal ( String businessLocal )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.addBusinessRemote ( Class businessRemote )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.addBusinessRemote ( String businessRemote )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.addPostActivate ( String method )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.addPostConstruct ( String method )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.addPreDestroy ( String method )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.addPrePassivate ( String method )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getAroundInvoke ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getBusinessLocal ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getBusinessRemote ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getDependsOn ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getDescription ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getDescriptions ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getDisplayName ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getDisplayNames ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getEjbClass ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getEjbLocalRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getEjbLocalRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getEjbName ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getEjbRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getEjbRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getEnvEntry ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getEnvEntryMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getHome ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getIcon ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getIconMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getIcons ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getId ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getInitMethod ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getJndiConsumerName ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getLocal ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getLocalHome ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getMappedName ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getMessageDestinationRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getMessageDestinationRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getPersistenceContextRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getPersistenceContextRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getPersistenceUnitRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getPersistenceUnitRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getPostActivate ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getPostConstruct ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getPreDestroy ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getPrePassivate ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getRemote ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getRemoveMethod ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getResourceEnvRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getResourceEnvRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getResourceRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getResourceRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getSecurityIdentity ( )Field 'RetVal.runAs' in return value of this method has type 'RunAs'.
SessionBean.getSecurityRoleRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getServiceEndpoint ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getServiceRef ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getServiceRefMap ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getSessionType ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getTimeoutMethod ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.getTransactionType ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.SessionBean ( )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.SessionBean ( String ejbName, String ejbClass, SessionType sessionType )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.setDependsOn ( String[ ] ejbNames )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.setDependsOn ( java.util.List ejbNames )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.setDescriptions ( Text[ ] text )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.setDisplayNames ( Text[ ] text )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.setEjbClass ( Class value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.setEjbClass ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.setEjbName ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.setHome ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.setHomeAndLocal ( Class localHome, Class local )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.setHomeAndLocal ( String localHome, String local )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.setHomeAndRemote ( Class home, Class remote )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.setHomeAndRemote ( String home, String remote )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.setId ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.setLocal ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.setLocalHome ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.setMappedName ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.setRemote ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.setSecurityIdentity ( SecurityIdentity value )Field 'value.runAs' in 1st parameter 'value' of this method has type 'RunAs'.
SessionBean.setServiceEndpoint ( String value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.setSessionType ( SessionType value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.setTimeoutMethod ( NamedMethod value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
SessionBean.setTransactionType ( TransactionType value )Field 'this.securityIdentity.runAs' in the object of this method has type 'RunAs'.
[+] Schedule (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Schedule. |
[+] affected methods (19)
Schedule.getDayOfMonth ( )This method is from 'Schedule' class.
Schedule.getDayOfWeek ( )This method is from 'Schedule' class.
Schedule.getHour ( )This method is from 'Schedule' class.
Schedule.getInfo ( )This method is from 'Schedule' class.
Schedule.getMinute ( )This method is from 'Schedule' class.
Schedule.getMonth ( )This method is from 'Schedule' class.
Schedule.getSecond ( )This method is from 'Schedule' class.
Schedule.getYear ( )This method is from 'Schedule' class.
Schedule.isPersistent ( )This method is from 'Schedule' class.
Schedule.Schedule ( )This constructor is from 'Schedule' class.
Schedule.setDayOfMonth ( String dayOfMonth )This method is from 'Schedule' class.
Schedule.setDayOfWeek ( String dayOfWeek )This method is from 'Schedule' class.
Schedule.setHour ( String hour )This method is from 'Schedule' class.
Schedule.setInfo ( String info )This method is from 'Schedule' class.
Schedule.setMinute ( String minute )This method is from 'Schedule' class.
Schedule.setMonth ( String month )This method is from 'Schedule' class.
Schedule.setPersistent ( boolean persistent )This method is from 'Schedule' class.
Schedule.setSecond ( String second )This method is from 'Schedule' class.
Schedule.setYear ( String year )This method is from 'Schedule' class.
[+] SecurityIdentity (2)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field useCallerIdentity has been changed from EmptyType to Empty. | Recompilation of a client program may be terminated with the message: incompatible types, found: EmptyType, required: Empty. |
[+] affected methods (232)
EnterpriseBean.getSecurityIdentity ( )Return value of this abstract method has type 'SecurityIdentity'.
EnterpriseBean.setSecurityIdentity ( SecurityIdentity p1 )1st parameter 'p1' of this abstract method has type 'SecurityIdentity'.
EntityBean.addCmpField ( String fieldName )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.addPostConstruct ( String method )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.addPreDestroy ( String method )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.EntityBean ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getAbstractSchemaName ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getBusinessLocal ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getBusinessRemote ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getCmpField ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getCmpVersion ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getDescription ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getDescriptions ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getDisplayName ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getDisplayNames ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getEjbClass ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getEjbLocalRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getEjbLocalRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getEjbName ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getEjbRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getEjbRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getEnvEntry ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getEnvEntryMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getHome ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getIcon ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getIconMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getIcons ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getId ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getJndiConsumerName ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getLocal ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getLocalHome ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getMappedName ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getMessageDestinationRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getMessageDestinationRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getPersistenceContextRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getPersistenceContextRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getPersistenceType ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getPersistenceUnitRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getPersistenceUnitRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getPostConstruct ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getPreDestroy ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getPrimKeyClass ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getPrimkeyField ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getQuery ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getReentrant ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getRemote ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getResourceEnvRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getResourceEnvRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getResourceRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getResourceRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getSecurityIdentity ( )Return value of this method has type 'SecurityIdentity'.
EntityBean.getSecurityRoleRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getServiceRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getServiceRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.getTransactionType ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.setAbstractSchemaName ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.setCmpVersion ( CmpVersion value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.setDescriptions ( Text[ ] text )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.setDisplayNames ( Text[ ] text )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.setEjbClass ( Class value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.setEjbClass ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.setEjbName ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.setHome ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.setId ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.setLocal ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.setLocalHome ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.setMappedName ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.setPersistenceType ( PersistenceType value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.setPrimKeyClass ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.setPrimkeyField ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.setReentrant ( boolean value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.setRemote ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
EntityBean.setSecurityIdentity ( SecurityIdentity value )1st parameter 'value' of this method has type 'SecurityIdentity'.
EntityBean.setTransactionType ( TransactionType type )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.addAroundInvoke ( String method )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.addPostConstruct ( String method )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.addPreDestroy ( String method )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getAcknowledgeMode ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getActivationConfig ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getAroundInvoke ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getDescription ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getDescriptions ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getDisplayName ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getDisplayNames ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getEjbClass ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getEjbLocalRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getEjbLocalRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getEjbName ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getEjbRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getEjbRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getEnvEntry ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getEnvEntryMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getIcon ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getIconMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getIcons ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getId ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getJndiConsumerName ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getMappedName ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getMessageDestinationLink ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getMessageDestinationRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getMessageDestinationRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getMessageDestinationType ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getMessageDrivenDestination ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getMessageSelector ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getMessagingType ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getPersistenceContextRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getPersistenceContextRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getPersistenceUnitRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getPersistenceUnitRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getPostConstruct ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getPreDestroy ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getResourceEnvRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getResourceEnvRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getResourceRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getResourceRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getSecurityIdentity ( )Return value of this method has type 'SecurityIdentity'.
MessageDrivenBean.getSecurityRoleRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getServiceRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getServiceRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getTimeoutMethod ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.getTransactionType ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.MessageDrivenBean ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.MessageDrivenBean ( Class ejbClass )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.MessageDrivenBean ( String ejbName )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.MessageDrivenBean ( String ejbName, Class ejbClass )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.MessageDrivenBean ( String ejbName, String ejbClass )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.setAcknowledgeMode ( String acknowledgeMode )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.setActivationConfig ( ActivationConfig value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.setDescriptions ( Text[ ] text )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.setDisplayNames ( Text[ ] text )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.setEjbClass ( Class value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.setEjbClass ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.setEjbName ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.setId ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.setMappedName ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.setMessageDestinationLink ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.setMessageDestinationType ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.setMessageDrivenDestination ( MessageDrivenDestination value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.setMessageSelector ( String messageSelector )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.setMessagingType ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.setSecurityIdentity ( SecurityIdentity value )1st parameter 'value' of this method has type 'SecurityIdentity'.
MessageDrivenBean.setTimeoutMethod ( NamedMethod value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
MessageDrivenBean.setTransactionType ( TransactionType value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SecurityIdentity.getId ( )This method is from 'SecurityIdentity' class.
SecurityIdentity.getRunAs ( )This method is from 'SecurityIdentity' class.
SecurityIdentity.SecurityIdentity ( )This constructor is from 'SecurityIdentity' class.
SecurityIdentity.setId ( String value )This method is from 'SecurityIdentity' class.
SecurityIdentity.setRunAs ( String value )This method is from 'SecurityIdentity' class.
SecurityIdentity.setRunAs ( RunAs value )This method is from 'SecurityIdentity' class.
SessionBean.addAroundInvoke ( String method )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.addBusinessLocal ( Class businessLocal )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.addBusinessLocal ( String businessLocal )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.addBusinessRemote ( Class businessRemote )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.addBusinessRemote ( String businessRemote )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.addPostActivate ( String method )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.addPostConstruct ( String method )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.addPreDestroy ( String method )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.addPrePassivate ( String method )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getAroundInvoke ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getBusinessLocal ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getBusinessRemote ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getDependsOn ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getDescription ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getDescriptions ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getDisplayName ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getDisplayNames ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getEjbClass ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getEjbLocalRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getEjbLocalRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getEjbName ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getEjbRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getEjbRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getEnvEntry ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getEnvEntryMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getHome ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getIcon ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getIconMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getIcons ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getId ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getInitMethod ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getJndiConsumerName ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getLocal ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getLocalHome ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getMappedName ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getMessageDestinationRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getMessageDestinationRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getPersistenceContextRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getPersistenceContextRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getPersistenceUnitRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getPersistenceUnitRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getPostActivate ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getPostConstruct ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getPreDestroy ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getPrePassivate ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getRemote ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getRemoveMethod ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getResourceEnvRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getResourceEnvRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getResourceRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getResourceRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getSecurityIdentity ( )Return value of this method has type 'SecurityIdentity'.
SessionBean.getSecurityRoleRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getServiceEndpoint ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getServiceRef ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getServiceRefMap ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getSessionType ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getTimeoutMethod ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.getTransactionType ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.SessionBean ( )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.SessionBean ( String ejbName, String ejbClass, SessionType sessionType )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.setDependsOn ( String[ ] ejbNames )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.setDependsOn ( java.util.List ejbNames )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.setDescriptions ( Text[ ] text )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.setDisplayNames ( Text[ ] text )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.setEjbClass ( Class value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.setEjbClass ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.setEjbName ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.setHome ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.setHomeAndLocal ( Class localHome, Class local )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.setHomeAndLocal ( String localHome, String local )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.setHomeAndRemote ( Class home, Class remote )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.setHomeAndRemote ( String home, String remote )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.setId ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.setLocal ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.setLocalHome ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.setMappedName ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.setRemote ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.setSecurityIdentity ( SecurityIdentity value )1st parameter 'value' of this method has type 'SecurityIdentity'.
SessionBean.setServiceEndpoint ( String value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.setSessionType ( SessionType value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.setTimeoutMethod ( NamedMethod value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
SessionBean.setTransactionType ( TransactionType value )Field 'this.securityIdentity' in the object of this method has type 'SecurityIdentity'.
[+] SecurityPermission (1)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
[+] affected methods (5)
SecurityPermission.getId ( )This method is from 'SecurityPermission' class.
SecurityPermission.getSecurityPermissionSpec ( )This method is from 'SecurityPermission' class.
SecurityPermission.SecurityPermission ( )This constructor is from 'SecurityPermission' class.
SecurityPermission.setId ( String value )This method is from 'SecurityPermission' class.
SecurityPermission.setSecurityPermissionSpec ( String value )This method is from 'SecurityPermission' class.
[+] ServiceRef (4)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field displayName has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
3 | Type of field icon has been changed from java.util.List to LocalCollection. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: LocalCollection. |
4 | Type of field injectionTarget has been changed from java.util.List to java.util.Set. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: java.util.Set. |
[+] affected methods (28)
ServiceRef.getAllHandlers ( )This method is from 'ServiceRef' class.
ServiceRef.getHandler ( )This method is from 'ServiceRef' class.
ServiceRef.getHandlerChains ( )This method is from 'ServiceRef' class.
ServiceRef.getId ( )This method is from 'ServiceRef' class.
ServiceRef.getJaxrpcMappingFile ( )This method is from 'ServiceRef' class.
ServiceRef.getKey ( )This method is from 'ServiceRef' class.
ServiceRef.getKey ( )This method is from 'ServiceRef' class.
ServiceRef.getMappedName ( )This method is from 'ServiceRef' class.
ServiceRef.getName ( )This method is from 'ServiceRef' class.
ServiceRef.getPortComponentRef ( )This method is from 'ServiceRef' class.
ServiceRef.getServiceInterface ( )This method is from 'ServiceRef' class.
ServiceRef.getServiceQname ( )This method is from 'ServiceRef' class.
ServiceRef.getServiceRefName ( )This method is from 'ServiceRef' class.
ServiceRef.getServiceRefType ( )This method is from 'ServiceRef' class.
ServiceRef.getType ( )This method is from 'ServiceRef' class.
ServiceRef.getWsdlFile ( )This method is from 'ServiceRef' class.
ServiceRef.ServiceRef ( )This constructor is from 'ServiceRef' class.
ServiceRef.setHandlerChains ( HandlerChains value )This method is from 'ServiceRef' class.
ServiceRef.setId ( String value )This method is from 'ServiceRef' class.
ServiceRef.setJaxrpcMappingFile ( String value )This method is from 'ServiceRef' class.
ServiceRef.setMappedName ( String value )This method is from 'ServiceRef' class.
ServiceRef.setName ( String name )This method is from 'ServiceRef' class.
ServiceRef.setServiceInterface ( String value )This method is from 'ServiceRef' class.
ServiceRef.setServiceQname ( javax.xml.namespace.QName value )This method is from 'ServiceRef' class.
ServiceRef.setServiceRefName ( String value )This method is from 'ServiceRef' class.
ServiceRef.setServiceRefType ( String value )This method is from 'ServiceRef' class.
ServiceRef.setType ( String type )This method is from 'ServiceRef' class.
ServiceRef.setWsdlFile ( String value )This method is from 'ServiceRef' class.
[+] Servlet (1)
| Change | Effect |
---|
1 | Type of field loadOnStartup has been changed from java.lang.Boolean to java.lang.Integer. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.lang.Boolean, required: java.lang.Integer. |
[+] affected methods (22)
Servlet.getDescription ( )This method is from 'Servlet' class.
Servlet.getDescriptions ( )This method is from 'Servlet' class.
Servlet.getDisplayName ( )This method is from 'Servlet' class.
Servlet.getDisplayNames ( )This method is from 'Servlet' class.
Servlet.getIcon ( )This method is from 'Servlet' class.
Servlet.getIconMap ( )This method is from 'Servlet' class.
Servlet.getIcons ( )This method is from 'Servlet' class.
Servlet.getId ( )This method is from 'Servlet' class.
Servlet.getInitParam ( )This method is from 'Servlet' class.
Servlet.getJspFile ( )This method is from 'Servlet' class.
Servlet.getRunAs ( )This method is from 'Servlet' class.
Servlet.getSecurityRoleRef ( )This method is from 'Servlet' class.
Servlet.getServletClass ( )This method is from 'Servlet' class.
Servlet.getServletName ( )This method is from 'Servlet' class.
Servlet.Servlet ( )This constructor is from 'Servlet' class.
Servlet.setDescriptions ( Text[ ] text )This method is from 'Servlet' class.
Servlet.setDisplayNames ( Text[ ] text )This method is from 'Servlet' class.
Servlet.setId ( String value )This method is from 'Servlet' class.
Servlet.setJspFile ( String value )This method is from 'Servlet' class.
Servlet.setRunAs ( RunAs value )This method is from 'Servlet' class.
Servlet.setServletClass ( String value )This method is from 'Servlet' class.
Servlet.setServletName ( String value )This method is from 'Servlet' class.
[+] Session (7)
| Change | Effect |
---|
1 | Abstract method Session.addAfterBegin ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addAfterBegin(java.lang.String) in Session. |
2 | Abstract method Session.addAfterCompletion ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addAfterCompletion(java.lang.String) in Session. |
3 | Abstract method Session.addBeforeCompletion ( String p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addBeforeCompletion(java.lang.String) in Session. |
4 | Abstract method Session.getAfterBegin ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAfterBegin() in Session. |
5 | Abstract method Session.getAfterCompletion ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAfterCompletion() in Session. |
6 | Abstract method Session.getBeforeCompletion ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBeforeCompletion() in Session. |
7 | Added super-interface Invokable. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in Invokable. |
[+] affected methods (6)
Session.addPostActivate ( String p1 )This abstract method is from 'Session' interface.
Session.addPrePassivate ( String p1 )This abstract method is from 'Session' interface.
Session.getInitMethod ( )This abstract method is from 'Session' interface.
Session.getPostActivate ( )This abstract method is from 'Session' interface.
Session.getPrePassivate ( )This abstract method is from 'Session' interface.
Session.getRemoveMethod ( )This abstract method is from 'Session' interface.
[+] SessionBean (3)
| Change | Effect |
---|
1 | Type of field localBean has been changed from EmptyType to Empty. | Recompilation of a client program may be terminated with the message: incompatible types, found: EmptyType, required: Empty. |
2 | Field concurrencyType (ConcurrencyType) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable concurrencyType in SessionBean. |
3 | Field loadOnStartup (java.lang.Boolean) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable loadOnStartup in SessionBean. |
[+] affected methods (83)
SessionBean.addAroundInvoke ( String method )This method is from 'SessionBean' class.
SessionBean.addBusinessLocal ( Class businessLocal )This method is from 'SessionBean' class.
SessionBean.addBusinessLocal ( String businessLocal )This method is from 'SessionBean' class.
SessionBean.addBusinessRemote ( Class businessRemote )This method is from 'SessionBean' class.
SessionBean.addBusinessRemote ( String businessRemote )This method is from 'SessionBean' class.
SessionBean.addPostActivate ( String method )This method is from 'SessionBean' class.
SessionBean.addPostConstruct ( String method )This method is from 'SessionBean' class.
SessionBean.addPreDestroy ( String method )This method is from 'SessionBean' class.
SessionBean.addPrePassivate ( String method )This method is from 'SessionBean' class.
SessionBean.getAroundInvoke ( )This method is from 'SessionBean' class.
SessionBean.getBusinessLocal ( )This method is from 'SessionBean' class.
SessionBean.getBusinessRemote ( )This method is from 'SessionBean' class.
SessionBean.getDependsOn ( )This method is from 'SessionBean' class.
SessionBean.getDescription ( )This method is from 'SessionBean' class.
SessionBean.getDescriptions ( )This method is from 'SessionBean' class.
SessionBean.getDisplayName ( )This method is from 'SessionBean' class.
SessionBean.getDisplayNames ( )This method is from 'SessionBean' class.
SessionBean.getEjbClass ( )This method is from 'SessionBean' class.
SessionBean.getEjbLocalRef ( )This method is from 'SessionBean' class.
SessionBean.getEjbLocalRefMap ( )This method is from 'SessionBean' class.
SessionBean.getEjbName ( )This method is from 'SessionBean' class.
SessionBean.getEjbRef ( )This method is from 'SessionBean' class.
SessionBean.getEjbRefMap ( )This method is from 'SessionBean' class.
SessionBean.getEnvEntry ( )This method is from 'SessionBean' class.
SessionBean.getEnvEntryMap ( )This method is from 'SessionBean' class.
SessionBean.getHome ( )This method is from 'SessionBean' class.
SessionBean.getIcon ( )This method is from 'SessionBean' class.
SessionBean.getIconMap ( )This method is from 'SessionBean' class.
SessionBean.getIcons ( )This method is from 'SessionBean' class.
SessionBean.getId ( )This method is from 'SessionBean' class.
SessionBean.getInitMethod ( )This method is from 'SessionBean' class.
SessionBean.getJndiConsumerName ( )This method is from 'SessionBean' class.
SessionBean.getLocal ( )This method is from 'SessionBean' class.
SessionBean.getLocalHome ( )This method is from 'SessionBean' class.
SessionBean.getMappedName ( )This method is from 'SessionBean' class.
SessionBean.getMessageDestinationRef ( )This method is from 'SessionBean' class.
SessionBean.getMessageDestinationRefMap ( )This method is from 'SessionBean' class.
SessionBean.getPersistenceContextRef ( )This method is from 'SessionBean' class.
SessionBean.getPersistenceContextRefMap ( )This method is from 'SessionBean' class.
SessionBean.getPersistenceUnitRef ( )This method is from 'SessionBean' class.
SessionBean.getPersistenceUnitRefMap ( )This method is from 'SessionBean' class.
SessionBean.getPostActivate ( )This method is from 'SessionBean' class.
SessionBean.getPostConstruct ( )This method is from 'SessionBean' class.
SessionBean.getPreDestroy ( )This method is from 'SessionBean' class.
SessionBean.getPrePassivate ( )This method is from 'SessionBean' class.
SessionBean.getRemote ( )This method is from 'SessionBean' class.
SessionBean.getRemoveMethod ( )This method is from 'SessionBean' class.
SessionBean.getResourceEnvRef ( )This method is from 'SessionBean' class.
SessionBean.getResourceEnvRefMap ( )This method is from 'SessionBean' class.
SessionBean.getResourceRef ( )This method is from 'SessionBean' class.
SessionBean.getResourceRefMap ( )This method is from 'SessionBean' class.
SessionBean.getSecurityIdentity ( )This method is from 'SessionBean' class.
SessionBean.getSecurityRoleRef ( )This method is from 'SessionBean' class.
SessionBean.getServiceEndpoint ( )This method is from 'SessionBean' class.
SessionBean.getServiceRef ( )This method is from 'SessionBean' class.
SessionBean.getServiceRefMap ( )This method is from 'SessionBean' class.
SessionBean.getSessionType ( )This method is from 'SessionBean' class.
SessionBean.getTimeoutMethod ( )This method is from 'SessionBean' class.
SessionBean.getTransactionType ( )This method is from 'SessionBean' class.
SessionBean.SessionBean ( )This constructor is from 'SessionBean' class.
SessionBean.SessionBean ( String ejbName, String ejbClass, SessionType sessionType )This constructor is from 'SessionBean' class.
SessionBean.setDependsOn ( String[ ] ejbNames )This method is from 'SessionBean' class.
SessionBean.setDependsOn ( java.util.List ejbNames )This method is from 'SessionBean' class.
SessionBean.setDescriptions ( Text[ ] text )This method is from 'SessionBean' class.
SessionBean.setDisplayNames ( Text[ ] text )This method is from 'SessionBean' class.
SessionBean.setEjbClass ( Class value )This method is from 'SessionBean' class.
SessionBean.setEjbClass ( String value )This method is from 'SessionBean' class.
SessionBean.setEjbName ( String value )This method is from 'SessionBean' class.
SessionBean.setHome ( String value )This method is from 'SessionBean' class.
SessionBean.setHomeAndLocal ( Class localHome, Class local )This method is from 'SessionBean' class.
SessionBean.setHomeAndLocal ( String localHome, String local )This method is from 'SessionBean' class.
SessionBean.setHomeAndRemote ( Class home, Class remote )This method is from 'SessionBean' class.
SessionBean.setHomeAndRemote ( String home, String remote )This method is from 'SessionBean' class.
SessionBean.setId ( String value )This method is from 'SessionBean' class.
SessionBean.setLocal ( String value )This method is from 'SessionBean' class.
SessionBean.setLocalHome ( String value )This method is from 'SessionBean' class.
SessionBean.setMappedName ( String value )This method is from 'SessionBean' class.
SessionBean.setRemote ( String value )This method is from 'SessionBean' class.
SessionBean.setSecurityIdentity ( SecurityIdentity value )This method is from 'SessionBean' class.
SessionBean.setServiceEndpoint ( String value )This method is from 'SessionBean' class.
SessionBean.setSessionType ( SessionType value )This method is from 'SessionBean' class.
SessionBean.setTimeoutMethod ( NamedMethod value )This method is from 'SessionBean' class.
SessionBean.setTransactionType ( TransactionType value )This method is from 'SessionBean' class.
[+] SessionConfig (1)
| Change | Effect |
---|
1 | Type of field sessionTimeout has been changed from java.math.BigInteger to java.lang.Integer. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.math.BigInteger, required: java.lang.Integer. |
[+] affected methods (3)
SessionConfig.getId ( )This method is from 'SessionConfig' class.
SessionConfig.SessionConfig ( )This constructor is from 'SessionConfig' class.
SessionConfig.setId ( String value )This method is from 'SessionConfig' class.
[+] TimerConsumer (2)
| Change | Effect |
---|
1 | Abstract method TimerConsumer.getTimer ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTimer() in TimerConsumer. |
2 | Abstract method TimerConsumer.getTimerConsumerName ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTimerConsumerName() in TimerConsumer. |
[+] affected methods (2)
TimerConsumer.getTimeoutMethod ( )This abstract method is from 'TimerConsumer' interface.
TimerConsumer.setTimeoutMethod ( NamedMethod p1 )This abstract method is from 'TimerConsumer' interface.
[+] UserDataConstraint (2)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field transportGuarantee has been changed from java.lang.String to TransportGuarantee. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.lang.String, required: TransportGuarantee. |
[+] affected methods (12)
SecurityConstraint.getAuthConstraint ( )Field 'this.userDataConstraint' in the object of this method has type 'UserDataConstraint'.
SecurityConstraint.getDisplayName ( )Field 'this.userDataConstraint' in the object of this method has type 'UserDataConstraint'.
SecurityConstraint.getId ( )Field 'this.userDataConstraint' in the object of this method has type 'UserDataConstraint'.
SecurityConstraint.getUserDataConstraint ( )Return value of this method has type 'UserDataConstraint'.
SecurityConstraint.getWebResourceCollection ( )Field 'this.userDataConstraint' in the object of this method has type 'UserDataConstraint'.
SecurityConstraint.SecurityConstraint ( )Field 'this.userDataConstraint' in the object of this method has type 'UserDataConstraint'.
SecurityConstraint.setAuthConstraint ( AuthConstraint value )Field 'this.userDataConstraint' in the object of this method has type 'UserDataConstraint'.
SecurityConstraint.setId ( String value )Field 'this.userDataConstraint' in the object of this method has type 'UserDataConstraint'.
SecurityConstraint.setUserDataConstraint ( UserDataConstraint value )1st parameter 'value' of this method has type 'UserDataConstraint'.
UserDataConstraint.getId ( )This method is from 'UserDataConstraint' class.
UserDataConstraint.setId ( String value )This method is from 'UserDataConstraint' class.
UserDataConstraint.UserDataConstraint ( )This constructor is from 'UserDataConstraint' class.
[+] WebApp (2)
| Change | Effect |
---|
1 | Removed super-interface JndiConsumer. | Recompilation of a client program may be terminated with the message: cannot find method in class WebApp. |
2 | Field taglib (java.util.List) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable taglib in WebApp. |
[+] affected methods (61)
org.apache.openejb.config.ReadDescriptors.readWebApp ( java.net.URL url )Return value of this method has type 'WebApp'.
org.apache.openejb.config.WebModule.getWebApp ( )Return value of this method has type 'WebApp'.
org.apache.openejb.config.WebModule.setWebApp ( WebApp webApp )1st parameter 'webApp' of this method has type 'WebApp'.
org.apache.openejb.config.WebModule.WebModule ( WebApp webApp, String contextRoot, ClassLoader classLoader, String jarLocation, String moduleId )1st parameter 'webApp' of this method has type 'WebApp'.
ObjectFactory.createWebApp ( WebApp value )1st parameter 'value' of this method has type 'WebApp'.
WebApp.getContextParam ( )This method is from 'WebApp' class.
WebApp.getContextRoot ( )This method is from 'WebApp' class.
WebApp.getDescription ( )This method is from 'WebApp' class.
WebApp.getDescriptions ( )This method is from 'WebApp' class.
WebApp.getDisplayName ( )This method is from 'WebApp' class.
WebApp.getDisplayNames ( )This method is from 'WebApp' class.
WebApp.getDistributable ( )This method is from 'WebApp' class.
WebApp.getEjbLocalRef ( )This method is from 'WebApp' class.
WebApp.getEjbLocalRefMap ( )This method is from 'WebApp' class.
WebApp.getEjbRef ( )This method is from 'WebApp' class.
WebApp.getEjbRefMap ( )This method is from 'WebApp' class.
WebApp.getEnvEntry ( )This method is from 'WebApp' class.
WebApp.getEnvEntryMap ( )This method is from 'WebApp' class.
WebApp.getErrorPage ( )This method is from 'WebApp' class.
WebApp.getFilter ( )This method is from 'WebApp' class.
WebApp.getFilterMapping ( )This method is from 'WebApp' class.
WebApp.getIcon ( )This method is from 'WebApp' class.
WebApp.getIconMap ( )This method is from 'WebApp' class.
WebApp.getIcons ( )This method is from 'WebApp' class.
WebApp.getId ( )This method is from 'WebApp' class.
WebApp.getJndiConsumerName ( )This method is from 'WebApp' class.
WebApp.getJspConfig ( )This method is from 'WebApp' class.
WebApp.getListener ( )This method is from 'WebApp' class.
WebApp.getLocaleEncodingMappingList ( )This method is from 'WebApp' class.
WebApp.getLoginConfig ( )This method is from 'WebApp' class.
WebApp.getMessageDestination ( )This method is from 'WebApp' class.
WebApp.getMessageDestinationRef ( )This method is from 'WebApp' class.
WebApp.getMessageDestinationRefMap ( )This method is from 'WebApp' class.
WebApp.getMimeMapping ( )This method is from 'WebApp' class.
WebApp.getPersistenceContextRef ( )This method is from 'WebApp' class.
WebApp.getPersistenceContextRefMap ( )This method is from 'WebApp' class.
WebApp.getPersistenceUnitRef ( )This method is from 'WebApp' class.
WebApp.getPersistenceUnitRefMap ( )This method is from 'WebApp' class.
WebApp.getPostConstruct ( )This method is from 'WebApp' class.
WebApp.getPreDestroy ( )This method is from 'WebApp' class.
WebApp.getResourceEnvRef ( )This method is from 'WebApp' class.
WebApp.getResourceEnvRefMap ( )This method is from 'WebApp' class.
WebApp.getResourceRef ( )This method is from 'WebApp' class.
WebApp.getResourceRefMap ( )This method is from 'WebApp' class.
WebApp.getSecurityConstraint ( )This method is from 'WebApp' class.
WebApp.getSecurityRole ( )This method is from 'WebApp' class.
WebApp.getServiceRef ( )This method is from 'WebApp' class.
WebApp.getServiceRefMap ( )This method is from 'WebApp' class.
WebApp.getServlet ( )This method is from 'WebApp' class.
WebApp.getServletMapping ( )This method is from 'WebApp' class.
WebApp.getSessionConfig ( )This method is from 'WebApp' class.
WebApp.getVersion ( )This method is from 'WebApp' class.
WebApp.getWelcomeFileList ( )This method is from 'WebApp' class.
WebApp.isMetadataComplete ( )This method is from 'WebApp' class.
WebApp.setContextRoot ( String contextRoot )This method is from 'WebApp' class.
WebApp.setDescriptions ( Text[ ] text )This method is from 'WebApp' class.
WebApp.setDisplayNames ( Text[ ] text )This method is from 'WebApp' class.
WebApp.setId ( String value )This method is from 'WebApp' class.
WebApp.setMetadataComplete ( Boolean value )This method is from 'WebApp' class.
WebApp.setVersion ( String value )This method is from 'WebApp' class.
WebApp.WebApp ( )This constructor is from 'WebApp' class.
[+] WebModule (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class WebModule. |
[+] affected methods (7)
WebModule.getContextRoot ( )This method is from 'WebModule' class.
WebModule.getId ( )This method is from 'WebModule' class.
WebModule.getWebUri ( )This method is from 'WebModule' class.
WebModule.setContextRoot ( String contextRoot )This method is from 'WebModule' class.
WebModule.setId ( String id )This method is from 'WebModule' class.
WebModule.setWebUri ( String webUri )This method is from 'WebModule' class.
WebModule.WebModule ( )This constructor is from 'WebModule' class.
[+] WebResourceCollection (1)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
[+] affected methods (7)
WebResourceCollection.getHttpMethod ( )This method is from 'WebResourceCollection' class.
WebResourceCollection.getId ( )This method is from 'WebResourceCollection' class.
WebResourceCollection.getUrlPattern ( )This method is from 'WebResourceCollection' class.
WebResourceCollection.getWebResourceName ( )This method is from 'WebResourceCollection' class.
WebResourceCollection.setId ( String value )This method is from 'WebResourceCollection' class.
WebResourceCollection.setWebResourceName ( String value )This method is from 'WebResourceCollection' class.
WebResourceCollection.WebResourceCollection ( )This constructor is from 'WebResourceCollection' class.
[+] Webservices (2)
| Change | Effect |
---|
1 | Type of field description has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
2 | Type of field displayName has been changed from java.util.List to TextMap. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.List, required: TextMap. |
[+] affected methods (18)
org.apache.openejb.config.EjbModule.getWebservices ( )Return value of this method has type 'Webservices'.
org.apache.openejb.config.EjbModule.setWebservices ( Webservices webservices )1st parameter 'webservices' of this method has type 'Webservices'.
org.apache.openejb.config.ReadDescriptors.readWebservices ( java.net.URL url )Return value of this method has type 'Webservices'.
org.apache.openejb.config.WebModule.getWebservices ( )Return value of this method has type 'Webservices'.
org.apache.openejb.config.WebModule.setWebservices ( Webservices webservices )1st parameter 'webservices' of this method has type 'Webservices'.
org.apache.openejb.config.WsModule.getWebservices ( )Return value of this abstract method has type 'Webservices'.
org.apache.openejb.config.WsModule.setWebservices ( Webservices p1 )1st parameter 'p1' of this abstract method has type 'Webservices'.
ObjectFactory.createConnector ( Webservices value )1st parameter 'value' of this method has type 'Webservices'.
Webservices.getIcon ( )This method is from 'Webservices' class.
Webservices.getIconMap ( )This method is from 'Webservices' class.
Webservices.getIcons ( )This method is from 'Webservices' class.
Webservices.getId ( )This method is from 'Webservices' class.
Webservices.getVersion ( )This method is from 'Webservices' class.
Webservices.getWebserviceDescription ( )This method is from 'Webservices' class.
Webservices.getWebserviceDescriptionMap ( )This method is from 'Webservices' class.
Webservices.setId ( String value )This method is from 'Webservices' class.
Webservices.setVersion ( String value )This method is from 'Webservices' class.
Webservices.Webservices ( )This constructor is from 'Webservices' class.
openejb-server-3.1.4.jar
package org.apache.openejb.server
[+] ServiceAccessController (1)
| Change | Effect |
---|
1 | Removed super-interface ServerService. | Recompilation of a client program may be terminated with the message: cannot find method in class ServiceAccessController. |
[+] affected methods (5)
ServiceAccessController.checkHostsAuthorization ( java.net.InetAddress clientAddress, java.net.InetAddress serverAddress )This method is from 'ServiceAccessController' class.
ServiceAccessController.init ( java.util.Properties props )This method is from 'ServiceAccessController' class.
ServiceAccessController.service ( java.io.InputStream in, java.io.OutputStream out )This method is from 'ServiceAccessController' class.
ServiceAccessController.service ( java.net.Socket socket )This method is from 'ServiceAccessController' class.
ServiceAccessController.ServiceAccessController ( ServerService next )This constructor is from 'ServiceAccessController' class.
[+] ServiceLogger (1)
| Change | Effect |
---|
1 | Removed super-interface ServerService. | Recompilation of a client program may be terminated with the message: cannot find method in class ServiceLogger. |
[+] affected methods (4)
ServiceLogger.init ( java.util.Properties props )This method is from 'ServiceLogger' class.
ServiceLogger.service ( java.io.InputStream in, java.io.OutputStream out )This method is from 'ServiceLogger' class.
ServiceLogger.service ( java.net.Socket socket )This method is from 'ServiceLogger' class.
ServiceLogger.ServiceLogger ( ServerService next )This constructor is from 'ServiceLogger' class.
[+] ServicePool (1)
| Change | Effect |
---|
1 | Removed super-interface ServerService. | Recompilation of a client program may be terminated with the message: cannot find method in class ServicePool. |
[+] affected methods (3)
ServicePool.getThreadPool ( )This method is from 'ServicePool' class.
ServicePool.service ( java.io.InputStream in, java.io.OutputStream out )This method is from 'ServicePool' class.
ServicePool.service ( java.net.Socket socket )This method is from 'ServicePool' class.
openejb-telnet-3.1.4.jar
package org.apache.openejb.server.telnet
[+] Command (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Command. |
[+] affected methods (7)
Command.Command ( )This constructor is from 'Command' class.
Command.exec ( Command.Arguments args, java.io.DataInputStream in, java.io.PrintStream out )This method is from 'Command' class.
Command.getCommand ( String name )This method is from 'Command' class.
Command.loadCommand ( Class commandClass )This method is from 'Command' class.
Command.loadCommandList ( )This method is from 'Command' class.
Command.register ( String name, Class cmd )This method is from 'Command' class.
Command.register ( String name, Command cmd )This method is from 'Command' class.
[+] Exit (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Exit. |
[+] affected methods (3)
Exit.exec ( Command.Arguments args, java.io.DataInputStream in, java.io.PrintStream out )This method is from 'Exit' class.
Exit.Exit ( )This constructor is from 'Exit' class.
Exit.register ( )This method is from 'Exit' class.
[+] GroovySh (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GroovySh. |
[+] affected methods (3)
GroovySh.exec ( Command.Arguments args, java.io.DataInputStream in, java.io.PrintStream out )This method is from 'GroovySh' class.
GroovySh.GroovySh ( )This constructor is from 'GroovySh' class.
GroovySh.register ( )This method is from 'GroovySh' class.
[+] Help (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Help. |
[+] affected methods (3)
Help.exec ( Command.Arguments args, java.io.DataInputStream in, java.io.PrintStream out )This method is from 'Help' class.
Help.Help ( )This constructor is from 'Help' class.
Help.register ( )This method is from 'Help' class.
[+] Lookup (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Lookup. |
[+] affected methods (4)
Lookup.exec ( Command.Arguments args, java.io.DataInputStream in, java.io.PrintStream out )This method is from 'Lookup' class.
Lookup.list ( String name, java.io.DataInputStream in, java.io.PrintStream out )This method is from 'Lookup' class.
Lookup.Lookup ( )This constructor is from 'Lookup' class.
Lookup.register ( )This method is from 'Lookup' class.
[+] Ls (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Ls. |
[+] affected methods (3)
Ls.exec ( Command.Arguments args, java.io.DataInputStream in, java.io.PrintStream out )This method is from 'Ls' class.
Ls.Ls ( )This constructor is from 'Ls' class.
Ls.register ( )This method is from 'Ls' class.
[+] Prompt (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Prompt. |
[+] affected methods (3)
Prompt._DONT_register ( )This method is from 'Prompt' class.
Prompt.exec ( Command.Arguments args, java.io.DataInputStream in, java.io.PrintStream out )This method is from 'Prompt' class.
Prompt.Prompt ( )This constructor is from 'Prompt' class.
[+] Stop (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Stop. |
[+] affected methods (3)
Stop.exec ( Command.Arguments args, java.io.DataInputStream in, java.io.PrintStream out )This method is from 'Stop' class.
Stop.register ( )This method is from 'Stop' class.
Stop.Stop ( )This constructor is from 'Stop' class.
[+] TelnetInputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TelnetInputStream. |
[+] affected methods (2)
TelnetInputStream.read ( )This method is from 'TelnetInputStream' class.
TelnetInputStream.TelnetInputStream ( java.io.InputStream in, java.io.OutputStream out )This constructor is from 'TelnetInputStream' class.
[+] TelnetPrintStream (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TelnetPrintStream. |
[+] affected methods (10)
TelnetPrintStream.println ( )This method is from 'TelnetPrintStream' class.
TelnetPrintStream.println ( boolean x )This method is from 'TelnetPrintStream' class.
TelnetPrintStream.println ( char x )This method is from 'TelnetPrintStream' class.
TelnetPrintStream.println ( char[ ] x )This method is from 'TelnetPrintStream' class.
TelnetPrintStream.println ( double x )This method is from 'TelnetPrintStream' class.
TelnetPrintStream.println ( float x )This method is from 'TelnetPrintStream' class.
TelnetPrintStream.println ( int x )This method is from 'TelnetPrintStream' class.
TelnetPrintStream.println ( String x )This method is from 'TelnetPrintStream' class.
TelnetPrintStream.println ( long x )This method is from 'TelnetPrintStream' class.
TelnetPrintStream.TelnetPrintStream ( java.io.OutputStream out )This constructor is from 'TelnetPrintStream' class.
[+] TelnetServer (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TelnetServer. |
[+] affected methods (9)
TelnetServer.getIP ( )This method is from 'TelnetServer' class.
TelnetServer.getName ( )This method is from 'TelnetServer' class.
TelnetServer.getPort ( )This method is from 'TelnetServer' class.
TelnetServer.init ( java.util.Properties props )This method is from 'TelnetServer' class.
TelnetServer.service ( java.io.InputStream in, java.io.OutputStream out )This method is from 'TelnetServer' class.
TelnetServer.service ( java.net.Socket socket )This method is from 'TelnetServer' class.
TelnetServer.start ( )This method is from 'TelnetServer' class.
TelnetServer.stop ( )This method is from 'TelnetServer' class.
TelnetServer.TelnetServer ( )This constructor is from 'TelnetServer' class.
[+] Test (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Test. |
[+] affected methods (3)
Test._DONT_register ( )This method is from 'Test' class.
Test.exec ( Command.Arguments args, java.io.DataInputStream in, java.io.PrintStream out )This method is from 'Test' class.
Test.Test ( )This constructor is from 'Test' class.
[+] TextConsole (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TextConsole. |
[+] affected methods (5)
TextConsole.badCommand ( java.io.DataInputStream in, java.io.PrintStream out )This method is from 'TextConsole' class.
TextConsole.exec ( java.io.InputStream input, java.io.PrintStream out )This method is from 'TextConsole' class.
TextConsole.init ( java.util.Properties props )This method is from 'TextConsole' class.
TextConsole.prompt ( java.io.DataInputStream in, java.io.PrintStream out )This method is from 'TextConsole' class.
TextConsole.TextConsole ( )This constructor is from 'TextConsole' class.
[+] Version (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Version. |
[+] affected methods (3)
Version.exec ( Command.Arguments args, java.io.DataInputStream in, java.io.PrintStream out )This method is from 'Version' class.
Version.register ( )This method is from 'Version' class.
Version.Version ( )This constructor is from 'Version' class.
openejb-webservices-3.1.4.jar
package org.apache.openejb.server.webservices
[+] BasicAuthHttpListenerWrapper (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BasicAuthHttpListenerWrapper. |
[+] affected methods (2)
BasicAuthHttpListenerWrapper.BasicAuthHttpListenerWrapper ( org.apache.openejb.server.httpd.HttpListener httpListener, String realmName )This constructor is from 'BasicAuthHttpListenerWrapper' class.
BasicAuthHttpListenerWrapper.onMessage ( org.apache.openejb.server.httpd.HttpRequest request, org.apache.openejb.server.httpd.HttpResponse response )This method is from 'BasicAuthHttpListenerWrapper' class.
[+] OpenEJBHttpWsRegistry (1)
| Change | Effect |
---|
1 | Field log (org.apache.openejb.util.Logger) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable log in OpenEJBHttpWsRegistry. |
[+] affected methods (4)
OpenEJBHttpWsRegistry.clearWsContainer ( String virtualHost, String contextRoot, String servletName )This method is from 'OpenEJBHttpWsRegistry' class.
OpenEJBHttpWsRegistry.OpenEJBHttpWsRegistry ( )This constructor is from 'OpenEJBHttpWsRegistry' class.
OpenEJBHttpWsRegistry.removeWsContainer ( String path )This method is from 'OpenEJBHttpWsRegistry' class.
OpenEJBHttpWsRegistry.setWsContainer ( String virtualHost, String contextRoot, String servletName, org.apache.openejb.server.httpd.HttpListener wsContainer )This method is from 'OpenEJBHttpWsRegistry' class.
[+] WsRegistry (2)
| Change | Effect |
---|
1 | Abstract method WsRegistry.addWsContainer ( String p1, String p2, org.apache.openejb.server.httpd.HttpListener p3, String p4, String p5, String p6, String p7, ClassLoader p8 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method addWsContainer(java.lang.String, java.lang.String, org.apache.openejb.server.httpd.HttpListener, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.ClassLoader) in WsRegistry. |
2 | Abstract method WsRegistry.addWsContainer ( String p1, org.apache.openejb.server.httpd.HttpListener p2, String p3, String p4, String p5, String p6, ClassLoader p7 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addWsContainer(java.lang.String, org.apache.openejb.server.httpd.HttpListener, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.ClassLoader) in interface WsRegistry. |
[+] affected methods (3)
WsRegistry.clearWsContainer ( String p1, String p2, String p3 )This abstract method is from 'WsRegistry' interface.
WsRegistry.removeWsContainer ( String p1 )This abstract method is from 'WsRegistry' interface.
WsRegistry.setWsContainer ( String p1, String p2, String p3, org.apache.openejb.server.httpd.HttpListener p4 )This abstract method is from 'WsRegistry' interface.
[+] 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 ) has been added to this class. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createEjbWsContainer(java.net.URL, org.apache.openejb.core.webservices.PortData, org.apache.openejb.BeanContext) in WsService. |
2 | Abstract method WsService.createEjbWsContainer ( java.net.URL p1, org.apache.openejb.core.webservices.PortData p2, org.apache.openejb.DeploymentInfo p3 ) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find method createEjbWsContainer(java.net.URL, org.apache.openejb.core.webservices.PortData, org.apache.openejb.DeploymentInfo) in class WsService. |
[+] affected methods (25)
WsService.afterApplicationCreated ( org.apache.openejb.assembler.classic.AppInfo appInfo )This method is from 'WsService' abstract class.
WsService.afterApplicationCreated ( org.apache.openejb.assembler.classic.WebAppInfo webApp )This method is from 'WsService' abstract class.
WsService.beforeApplicationDestroyed ( org.apache.openejb.assembler.classic.AppInfo appInfo )This method is from 'WsService' abstract class.
WsService.createPojoWsContainer ( java.net.URL p1, org.apache.openejb.core.webservices.PortData p2, String p3, Class p4, javax.naming.Context p5, String p6 )This abstract method is from 'WsService' abstract class.
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 (11)
openejb-core-3.1.4.jar, BaseContext
package org.apache.openejb.core
[+] BaseContext.isTimerMethodAllowed ( ) [static] : boolean (1)
[run-time name: org/apache/openejb/core/BaseContext.isTimerMethodAllowed:()Z]
| Change | Effect |
---|
1 | Method became non-static.
| Recompilation of a client program may be terminated with the message: non-static method isTimerMethodAllowed() cannot be referenced from a static context. |
openejb-core-3.1.4.jar, DeploymentLoader
package org.apache.openejb.config
[+] DeploymentLoader.createAppModule ( java.io.File jarFile, String jarPath ) [static] : AppModule (1)
[run-time name: org/apache/openejb/config/DeploymentLoader.createAppModule:(Ljava/io/File;Ljava/lang/String;)Lorg/apache/openejb/config/AppModule;]
| Change | Effect |
---|
1 | Method became non-static.
| Recompilation of a client program may be terminated with the message: non-static method createAppModule(java.io.File, java.lang.String) cannot be referenced from a static context. |
[+] DeploymentLoader.createClientModule ( java.net.URL clientUrl, String absolutePath, ClassLoader appClassLoader, String moduleName ) [static] : ClientModule (1)
[run-time name: org/apache/openejb/config/DeploymentLoader.createClientModule:(Ljava/net/URL;Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/lang/String;)Lorg/apache/openejb/config/ClientModule;]
| Change | Effect |
---|
1 | Method became non-static.
| Recompilation of a client program may be terminated with the message: non-static method createClientModule(java.net.URL, java.lang.String, java.lang.ClassLoader, java.lang.String) cannot be referenced from a static context. |
[+] DeploymentLoader.createClientModule ( java.net.URL clientUrl, String absolutePath, ClassLoader appClassLoader, String moduleName, boolean log ) [static] : ClientModule (1)
[run-time name: org/apache/openejb/config/DeploymentLoader.createClientModule:(Ljava/net/URL;Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/lang/String;Z)Lorg/apache/openejb/config/ClientModule;]
| Change | Effect |
---|
1 | Method became non-static.
| Recompilation of a client program may be terminated with the message: non-static method createClientModule(java.net.URL, java.lang.String, java.lang.ClassLoader, java.lang.String, boolean) cannot be referenced from a static context. |
[+] DeploymentLoader.createEjbModule ( java.net.URL baseUrl, String jarPath, ClassLoader classLoader, String moduleId ) [static] : EjbModule (1)
[run-time name: org/apache/openejb/config/DeploymentLoader.createEjbModule:(Ljava/net/URL;Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/lang/String;)Lorg/apache/openejb/config/EjbModule;]
| Change | Effect |
---|
1 | Method became non-static.
| Recompilation of a client program may be terminated with the message: non-static method createEjbModule(java.net.URL, java.lang.String, java.lang.ClassLoader, java.lang.String) cannot be referenced from a static context. |
[+] DeploymentLoader.createWebModule ( String appId, String warPath, ClassLoader parentClassLoader, String contextRoot, String moduleName ) [static] : WebModule (1)
[run-time name: org/apache/openejb/config/DeploymentLoader.createWebModule:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/openejb/config/WebModule;]
| Change | Effect |
---|
1 | Method became non-static.
| Recompilation of a client program may be terminated with the message: non-static method createWebModule(java.lang.String, java.lang.String, java.lang.ClassLoader, java.lang.String, java.lang.String) cannot be referenced from a static context. |
[+] DeploymentLoader.discoverModuleType ( java.net.URL baseUrl, ClassLoader classLoader, boolean searchForDescriptorlessApplications ) [static] : Class (1)
[run-time name: org/apache/openejb/config/DeploymentLoader.discoverModuleType:(Ljava/net/URL;Ljava/lang/ClassLoader;Z)Ljava/lang/Class;]
| Change | Effect |
---|
1 | Method became non-static.
| Recompilation of a client program may be terminated with the message: non-static method discoverModuleType(java.net.URL, java.lang.ClassLoader, boolean) cannot be referenced from a static context. |
[+] DeploymentLoader.discoverModuleType ( java.net.URL baseUrl, ClassLoader classLoader, java.util.Set requireDescriptor ) [static] : Class (1)
[run-time name: org/apache/openejb/config/DeploymentLoader.discoverModuleType:(Ljava/net/URL;Ljava/lang/ClassLoader;Ljava/util/Set;)Ljava/lang/Class;]
| Change | Effect |
---|
1 | Method became non-static.
| Recompilation of a client program may be terminated with the message: non-static method discoverModuleType(java.net.URL, java.lang.ClassLoader, java.util.Set) cannot be referenced from a static context. |
[+] DeploymentLoader.getFile ( java.net.URL warUrl ) [static] : java.io.File (1)
[run-time name: org/apache/openejb/config/DeploymentLoader.getFile:(Ljava/net/URL;)Ljava/io/File;]
| Change | Effect |
---|
1 | Method became non-static.
| Recompilation of a client program may be terminated with the message: non-static method getFile(java.net.URL) cannot be referenced from a static context. |
openejb-core-3.1.4.jar, OpenEJB
package org.apache.openejb
[+] OpenEJB.OpenEJB ( ) (1)
[run-time name: org/apache/openejb/OpenEJB."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: OpenEJB() has private access in org.apache.openejb.OpenEJB. |
openejb-core-3.1.4.jar, URLs
package org.apache.openejb.util
[+] URLs.URLs ( ) (1)
[run-time name: org/apache/openejb/util/URLs."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: URLs() has private access in org.apache.openejb.util.URLs. |
to the top
Problems with Data Types, Medium Severity (14)
openejb-core-3.1.4.jar
package org.apache.openejb.assembler.classic
[+] ClientInfo (2)
| Change | Effect |
---|
1 | Superclass has been changed from InfoObject to CommonInfoObject. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in ClientInfo. 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. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
2 | Field jndiEnc became final. | Recompilation of a client program may be terminated with the message: cannot assign a value to final variable jndiEnc. |
[+] affected methods (2)
ClientInfo.ClientInfo ( )This constructor is from 'ClientInfo' class.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( org.apache.openejb.config.ClientModule clientModule )Return value of this method has type 'ClientInfo'.
[+] ConnectorInfo (1)
| Change | Effect |
---|
1 | Superclass has been changed from InfoObject to CommonInfoObject. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in ConnectorInfo. 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. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (2)
ConnectorInfo.ConnectorInfo ( )This constructor is from 'ConnectorInfo' class.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( org.apache.openejb.config.ConnectorModule connectorModule )Return value of this method has type 'ConnectorInfo'.
[+] EjbJarInfo (1)
| Change | Effect |
---|
1 | Superclass has been changed from InfoObject to CommonInfoObject. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in EjbJarInfo. 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. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (9)
EjbJarInfo.EjbJarInfo ( )This constructor is from 'EjbJarInfo' class.
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.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'.
[+] EnterpriseBeanInfo (1)
| Change | Effect |
---|
1 | Field jndiEnc became final. | Recompilation of a client program may be terminated with the message: cannot assign a value to final variable jndiEnc. |
[+] affected methods (4)
EjbResolver.getEnterpriseBeanInfo ( String deploymentId )Return value of this method has type 'EnterpriseBeanInfo'.
EnterpriseBeanInfo.EnterpriseBeanInfo ( )This constructor is from 'EnterpriseBeanInfo' abstract class.
InterceptorBuilder.InterceptorBuilder ( java.util.List defaultInterceptors, EnterpriseBeanInfo bean )2nd parameter 'bean' of this method has type 'EnterpriseBeanInfo'.
org.apache.openejb.config.JndiEncInfoBuilder.buildDependsOnRefs ( org.apache.openejb.config.EjbModule module, org.apache.openejb.jee.EnterpriseBean enterpriseBean, EnterpriseBeanInfo beanInfo, String moduleId )3rd parameter 'beanInfo' of this method has type 'EnterpriseBeanInfo'.
[+] WebAppInfo (2)
| Change | Effect |
---|
1 | Superclass has been changed from InfoObject to CommonInfoObject. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in WebAppInfo. 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. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
2 | Field jndiEnc became final. | Recompilation of a client program may be terminated with the message: cannot assign a value to final variable jndiEnc. |
[+] affected methods (3)
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'.
org.apache.openejb.server.webservices.WsService.afterApplicationCreated ( WebAppInfo webApp )1st parameter 'webApp' of this method has type 'WebAppInfo'.
package org.apache.openejb.core.timer
[+] EJBCronTrigger (1)
| Change | Effect |
---|
1 | Superclass has been changed from org.quartz.Trigger to org.quartz.impl.triggers.CronTriggerImpl. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in EJBCronTrigger. 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. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] 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.
package org.apache.openejb.osgi.client
[+] LocalInitialContextFactory (1)
| Change | Effect |
---|
1 | Superclass has been changed from org.apache.openejb.client.LocalInitialContextFactory to org.apache.openejb.core.LocalInitialContextFactory. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in LocalInitialContextFactory. 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. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (2)
LocalInitialContextFactory.getInitialContext ( java.util.Hashtable env )This method is from 'LocalInitialContextFactory' class.
LocalInitialContextFactory.LocalInitialContextFactory ( )This constructor is from 'LocalInitialContextFactory' class.
package org.openejb.client
[+] LocalInitialContextFactory (1)
| Change | Effect |
---|
1 | Superclass has been changed from org.apache.openejb.client.LocalInitialContextFactory to org.apache.openejb.core.LocalInitialContextFactory. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in LocalInitialContextFactory. 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. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (1)
LocalInitialContextFactory.LocalInitialContextFactory ( )This constructor is from 'LocalInitialContextFactory' class.
openejb-jee-3.1.4.jar
package org.apache.openejb.jee
[+] Connector (1)
| Change | Effect |
---|
1 | Removed super-class ConnectorBase. | Recompilation of a client program may be terminated with the message: cannot find variable (or method) in Connector. |
[+] affected methods (12)
org.apache.openejb.config.ConnectorModule.ConnectorModule ( Connector connector )1st parameter 'connector' of this method has type 'Connector'.
org.apache.openejb.config.ConnectorModule.ConnectorModule ( Connector connector, ClassLoader classLoader, String jarLocation, String moduleId )1st parameter 'connector' of this method has type 'Connector'.
org.apache.openejb.config.ConnectorModule.getConnector ( )Return value of this method has type 'Connector'.
org.apache.openejb.config.ConnectorModule.setConnector ( Connector connector )1st parameter 'connector' of this method has type 'Connector'.
org.apache.openejb.config.ReadDescriptors.readConnector ( java.net.URL url )Return value of this method has type 'Connector'.
Connector.Connector ( )This constructor is from 'Connector' class.
Connector.Connector ( String id )This constructor is from 'Connector' class.
Connector.getResourceAdapter ( )This method is from 'Connector' class.
Connector.getResourceAdapterVersion ( )This method is from 'Connector' class.
Connector.getVersion ( )This method is from 'Connector' class.
Connector.setResourceAdapterVersion ( String value )This method is from 'Connector' class.
Connector.setVersion ( String value )This method is from 'Connector' class.
[+] Connector10 (1)
| Change | Effect |
---|
1 | Removed super-class ConnectorBase. | Recompilation of a client program may be terminated with the message: cannot find variable (or method) in Connector10. |
[+] affected methods (4)
Connector10.Connector10 ( )This constructor is from 'Connector10' class.
Connector10.getResourceAdapter ( )This method is from 'Connector10' class.
Connector10.getVersion ( )This method is from 'Connector10' class.
Connector10.setVersion ( String value )This method is from 'Connector10' class.
[+] ResourceAdapter (1)
| Change | Effect |
---|
1 | Removed super-class ResourceAdapterBase. | Recompilation of a client program may be terminated with the message: cannot find variable (or method) in ResourceAdapter. |
[+] affected methods (5)
Connector.getResourceAdapter ( )Return value of this method has type 'ResourceAdapter'.
ResourceAdapter.getConfigProperty ( )This method is from 'ResourceAdapter' class.
ResourceAdapter.ResourceAdapter ( )This constructor is from 'ResourceAdapter' class.
ResourceAdapter.ResourceAdapter ( Class resourceAdapterClass )This constructor is from 'ResourceAdapter' class.
ResourceAdapter.ResourceAdapter ( String resourceAdapterClass )This constructor is from 'ResourceAdapter' class.
[+] ResourceAdapter10 (1)
| Change | Effect |
---|
1 | Removed super-class ResourceAdapterBase. | Recompilation of a client program may be terminated with the message: cannot find variable (or method) in ResourceAdapter10. |
[+] affected methods (18)
Connector10.getResourceAdapter ( )Return value of this method has type 'ResourceAdapter10'.
ResourceAdapter10.getAuthenticationMechanism ( )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.getConfigProperty ( )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.getConnectionFactoryImplClass ( )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.getConnectionFactoryInterface ( )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.getConnectionImplClass ( )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.getConnectionInterface ( )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.getManagedConnectionFactoryClass ( )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.getTransactionSupport ( )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.isReauthenticationSupport ( )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.ResourceAdapter10 ( )This constructor is from 'ResourceAdapter10' class.
ResourceAdapter10.setConnectionFactoryImplClass ( String value )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.setConnectionFactoryInterface ( String value )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.setConnectionImplClass ( String value )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.setConnectionInterface ( String value )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.setManagedConnectionFactoryClass ( String value )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.setReauthenticationSupport ( Boolean value )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.setTransactionSupport ( TransactionSupportType value )This method is from 'ResourceAdapter10' class.
to the top
Problems with Methods, Medium Severity (1)
openejb-multicast-3.1.4.jar, MultipointServer
package org.apache.openejb.server.discovery
[+] MultipointServer.connect ( java.net.URI uri ) : void (1)
[run-time name: org/apache/openejb/server/discovery/MultipointServer.connect:(Ljava/net/URI;)V]
| Change | Effect |
---|
1 | Removed java.lang.Exception exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override connect(java.net.URI) in org.apache.openejb.server.discovery.MultipointServer; overridden method does not throw java.lang.Exception. |
to the top
Problems with Data Types, Low Severity (12)
openejb-client-3.1.4.jar
package org.apache.openejb.client
[+] RandomConnectionStrategy (1)
| Change | Effect |
---|
1 | Added super-class AbstractConnectionStrategy. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (1)
RandomConnectionStrategy.RandomConnectionStrategy ( )This constructor is from 'RandomConnectionStrategy' class.
[+] RoundRobinConnectionStrategy (1)
| Change | Effect |
---|
1 | Added super-class AbstractConnectionStrategy. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (1)
RoundRobinConnectionStrategy.RoundRobinConnectionStrategy ( )This constructor is from 'RoundRobinConnectionStrategy' class.
[+] StickyConnectionStrategy (1)
| Change | Effect |
---|
1 | Added super-class AbstractConnectionStrategy. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (1)
StickyConnectionStrategy.StickyConnectionStrategy ( )This constructor is from 'StickyConnectionStrategy' class.
openejb-core-3.1.4.jar
package org.apache.openejb.client
[+] LocalInitialContextFactory (1)
| Change | Effect |
---|
1 | Added super-class org.apache.openejb.core.LocalInitialContextFactory. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (1)
LocalInitialContextFactory.LocalInitialContextFactory ( )This constructor is from 'LocalInitialContextFactory' class.
package org.apache.openejb.config
[+] ClientModule (1)
| Change | Effect |
---|
1 | Added super-class Module. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (25)
AnnotationDeployer.DiscoverAnnotatedBeans.deploy ( ClientModule clientModule )Return value of this method has type 'ClientModule'.
AnnotationDeployer.ProcessAnnotatedBeans.deploy ( ClientModule clientModule )Return value of this method has type 'ClientModule'.
ClientModule.ClientModule ( org.apache.openejb.jee.ApplicationClient applicationClient, ClassLoader classLoader, String jarLocation, String mainClass, String moduleId )This constructor is from 'ClientModule' class.
ClientModule.getApplicationClient ( )This method is from 'ClientModule' class.
ClientModule.getFinderReference ( )This method is from 'ClientModule' class.
ClientModule.getJarLocation ( )This method is from 'ClientModule' class.
ClientModule.getLocalClients ( )This method is from 'ClientModule' class.
ClientModule.getMainClass ( )This method is from 'ClientModule' class.
ClientModule.getModuleId ( )This method is from 'ClientModule' class.
ClientModule.getRemoteClients ( )This method is from 'ClientModule' class.
ClientModule.getValidation ( )This method is from 'ClientModule' class.
ClientModule.getWatchedResources ( )This method is from 'ClientModule' class.
ClientModule.isEjbModuleGenerated ( )This method is from 'ClientModule' class.
ClientModule.setApplicationClient ( org.apache.openejb.jee.ApplicationClient applicationClient )This method is from 'ClientModule' class.
ClientModule.setEjbModuleGenerated ( boolean ejbModuleGenerated )This method is from 'ClientModule' class.
ClientModule.setFinderReference ( java.util.concurrent.atomic.AtomicReference finder )This method is from 'ClientModule' class.
ClientModule.setJarLocation ( String jarLocation )This method is from 'ClientModule' class.
ClientModule.setMainClass ( String mainClass )This method is from 'ClientModule' class.
ConfigurationFactory.configureApplication ( ClientModule clientModule )1st parameter 'clientModule' of this method has type 'ClientModule'.
DeploymentLoader.createClientModule ( java.net.URL clientUrl, String absolutePath, ClassLoader appClassLoader, String moduleName )Return value of this method has type 'ClientModule'.
DeploymentLoader.createClientModule ( java.net.URL clientUrl, String absolutePath, ClassLoader appClassLoader, String moduleName, boolean log )Return value of this method has type 'ClientModule'.
EjbModule.getClientModule ( )Return value of this method has type 'ClientModule'.
EjbModule.setClientModule ( ClientModule clientModule )1st parameter 'clientModule' of this method has type 'ClientModule'.
rules.ValidationBase.validate ( ClientModule appModule )1st parameter 'appModule' of this method has type 'ClientModule'.
SunConversion.convertModule ( ClientModule clientModule )1st parameter 'clientModule' of this method has type 'ClientModule'.
[+] ConnectorModule (1)
| Change | Effect |
---|
1 | Added super-class Module. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (13)
AnnotationDeployer.DiscoverAnnotatedBeans.deploy ( ConnectorModule connectorModule )1st parameter 'connectorModule' of this method has type 'ConnectorModule'.
AnnotationDeployer.ProcessAnnotatedBeans.deploy ( ConnectorModule connectorModule )1st parameter 'connectorModule' of this method has type 'ConnectorModule'.
ConfigurationFactory.configureApplication ( ConnectorModule connectorModule )1st parameter 'connectorModule' of this method has type 'ConnectorModule'.
ConnectorModule.ConnectorModule ( org.apache.openejb.jee.Connector connector )This constructor is from 'ConnectorModule' class.
ConnectorModule.ConnectorModule ( org.apache.openejb.jee.Connector connector, ClassLoader classLoader, String jarLocation, String moduleId )This constructor is from 'ConnectorModule' class.
ConnectorModule.getConnector ( )This method is from 'ConnectorModule' class.
ConnectorModule.getJarLocation ( )This method is from 'ConnectorModule' class.
ConnectorModule.getLibraries ( )This method is from 'ConnectorModule' class.
ConnectorModule.getModuleId ( )This method is from 'ConnectorModule' class.
ConnectorModule.getValidation ( )This method is from 'ConnectorModule' class.
ConnectorModule.getWatchedResources ( )This method is from 'ConnectorModule' class.
ConnectorModule.setConnector ( org.apache.openejb.jee.Connector connector )This method is from 'ConnectorModule' class.
DeploymentLoader.createConnectorModule ( String appId, String rarPath, ClassLoader parentClassLoader, String moduleId )Return value of this method has type 'ConnectorModule'.
[+] EjbModule (1)
| Change | Effect |
---|
1 | Added super-class Module. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (37)
AnnotationDeployer.DiscoverAnnotatedBeans.deploy ( EjbModule ejbModule )1st parameter 'ejbModule' of this method has type 'EjbModule'.
AnnotationDeployer.ProcessAnnotatedBeans.deploy ( EjbModule ejbModule )1st parameter 'ejbModule' of this method has type 'EjbModule'.
ConfigurationFactory.configureApplication ( EjbModule ejbModule )1st parameter 'ejbModule' of this method has type 'EjbModule'.
DeploymentLoader.createEjbModule ( java.net.URL baseUrl, String jarPath, ClassLoader classLoader, String moduleId )Return value of this method has type 'EjbModule'.
EjbJarInfoBuilder.buildInfo ( EjbModule jar )1st parameter 'jar' of this method has type 'EjbModule'.
EjbModule.EjbModule ( ClassLoader classLoader, String moduleId, String jarURI, org.apache.openejb.jee.EjbJar ejbJar, org.apache.openejb.jee.oejb3.OpenejbJar openejbJar )This constructor is from 'EjbModule' class.
EjbModule.EjbModule ( ClassLoader classLoader, String jarURI, org.apache.openejb.jee.EjbJar ejbJar, org.apache.openejb.jee.oejb3.OpenejbJar openejbJar )This constructor is from 'EjbModule' class.
EjbModule.EjbModule ( org.apache.openejb.jee.EjbJar ejbJar )This constructor is from 'EjbModule' class.
EjbModule.EjbModule ( org.apache.openejb.jee.EjbJar ejbJar, org.apache.openejb.jee.oejb3.OpenejbJar openejbJar )This constructor is from 'EjbModule' class.
EjbModule.getClientModule ( )This method is from 'EjbModule' class.
EjbModule.getEjbJar ( )This method is from 'EjbModule' class.
EjbModule.getJarLocation ( )This method is from 'EjbModule' class.
EjbModule.getModuleId ( )This method is from 'EjbModule' class.
EjbModule.getOpenejbJar ( )This method is from 'EjbModule' class.
EjbModule.getValidation ( )This method is from 'EjbModule' class.
EjbModule.getWatchedResources ( )This method is from 'EjbModule' class.
EjbModule.getWebservices ( )This method is from 'EjbModule' class.
EjbModule.setClientModule ( ClientModule clientModule )This method is from 'EjbModule' class.
EjbModule.setEjbJar ( org.apache.openejb.jee.EjbJar ejbJar )This method is from 'EjbModule' class.
EjbModule.setJarLocation ( String jarLocation )This method is from 'EjbModule' class.
EjbModule.setModuleId ( String moduleId )This method is from 'EjbModule' class.
EjbModule.setOpenejbJar ( org.apache.openejb.jee.oejb3.OpenejbJar openejbJar )This method is from 'EjbModule' class.
EjbModule.setWebservices ( org.apache.openejb.jee.Webservices webservices )This method is from 'EjbModule' class.
InitEjbDeployments.deploy ( EjbModule ejbModule )1st parameter 'ejbModule' of this method has type 'EjbModule'.
JndiEncInfoBuilder.buildDependsOnRefs ( EjbModule module, org.apache.openejb.jee.EnterpriseBean enterpriseBean, org.apache.openejb.assembler.classic.EnterpriseBeanInfo beanInfo, String moduleId )1st parameter 'module' of this method has type 'EjbModule'.
rules.CheckAssemblyBindings.validate ( EjbModule ejbModule )1st parameter 'ejbModule' of this method has type 'EjbModule'.
rules.CheckCallbacks.validate ( EjbModule module )1st parameter 'module' of this method has type 'EjbModule'.
rules.CheckClasses.validate ( EjbModule ejbModule )1st parameter 'ejbModule' of this method has type 'EjbModule'.
rules.CheckDependsOn.Bean.CheckDependsOn.Bean ( org.apache.openejb.jee.EnterpriseBean bean, EjbModule module, java.net.URI moduleUri, rules.CheckDependsOn.Resolver resolver )2nd parameter 'module' of this method has type 'EjbModule'.
rules.CheckInjectionTargets.validate ( EjbModule ejbModule )1st parameter 'ejbModule' of this method has type 'EjbModule'.
rules.CheckMethods.validate ( EjbModule ejbModule )1st parameter 'ejbModule' of this method has type 'EjbModule'.
rules.CheckPersistenceRefs.validate ( EjbModule ejbModule )1st parameter 'ejbModule' of this method has type 'EjbModule'.
rules.CheckUserTransactionRefs.validate ( EjbModule ejbModule )1st parameter 'ejbModule' of this method has type 'EjbModule'.
rules.ValidationBase.validate ( EjbModule appModule )1st parameter 'appModule' of this method has type 'EjbModule'.
SunConversion.convertModule ( EjbModule ejbModule, org.apache.openejb.jee.jpa.EntityMappings entityMappings )1st parameter 'ejbModule' of this method has type 'EjbModule'.
SunConversion.mergeEntityMappings ( java.util.Map entities, String moduleId, EjbModule ejbModule, org.apache.openejb.jee.jpa.EntityMappings entityMappings, org.apache.openejb.jee.sun.SunCmpMapping sunCmpMapping )3rd parameter 'ejbModule' of this method has type 'EjbModule'.
WlsConversion.convertModule ( EjbModule ejbModule, org.apache.openejb.jee.jpa.EntityMappings entityMappings )1st parameter 'ejbModule' of this method has type 'EjbModule'.
[+] WebModule (1)
| Change | Effect |
---|
1 | Added super-class Module. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (22)
AnnotationDeployer.deploy ( WebModule webModule )Return value of this method has type 'WebModule'.
AnnotationDeployer.DiscoverAnnotatedBeans.deploy ( WebModule webModule )Return value of this method has type 'WebModule'.
AnnotationDeployer.ProcessAnnotatedBeans.deploy ( WebModule webModule )Return value of this method has type 'WebModule'.
ConfigurationFactory.configureApplication ( WebModule webModule )1st parameter 'webModule' of this method has type 'WebModule'.
DeploymentLoader.createWebModule ( String appId, String warPath, ClassLoader parentClassLoader, String contextRoot, String moduleName )Return value of this method has type 'WebModule'.
EnvEntriesPropertiesDeployer.deploy ( WebModule webModule )Return value of this method has type 'WebModule'.
SunConversion.convertModule ( WebModule webModule )1st parameter 'webModule' of this method has type 'WebModule'.
WebModule.getContextRoot ( )This method is from 'WebModule' class.
WebModule.getFacesConfigs ( )This method is from 'WebModule' class.
WebModule.getHost ( )This method is from 'WebModule' class.
WebModule.getJarLocation ( )This method is from 'WebModule' class.
WebModule.getModuleId ( )This method is from 'WebModule' class.
WebModule.getTaglibs ( )This method is from 'WebModule' class.
WebModule.getValidation ( )This method is from 'WebModule' class.
WebModule.getWatchedResources ( )This method is from 'WebModule' class.
WebModule.getWebApp ( )This method is from 'WebModule' class.
WebModule.getWebservices ( )This method is from 'WebModule' class.
WebModule.setContextRoot ( String contextRoot )This method is from 'WebModule' class.
WebModule.setHost ( String host )This method is from 'WebModule' class.
WebModule.setWebApp ( org.apache.openejb.jee.WebApp webApp )This method is from 'WebModule' class.
WebModule.setWebservices ( org.apache.openejb.jee.Webservices webservices )This method is from 'WebModule' class.
WebModule.WebModule ( org.apache.openejb.jee.WebApp webApp, String contextRoot, ClassLoader classLoader, String jarLocation, String moduleId )This constructor is from 'WebModule' class.
openejb-server-3.1.4.jar
package org.apache.openejb.server
[+] ServiceAccessController (1)
| Change | Effect |
---|
1 | Added super-class ServerServiceFilter. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (5)
ServiceAccessController.checkHostsAuthorization ( java.net.InetAddress clientAddress, java.net.InetAddress serverAddress )This method is from 'ServiceAccessController' class.
ServiceAccessController.init ( java.util.Properties props )This method is from 'ServiceAccessController' class.
ServiceAccessController.service ( java.io.InputStream in, java.io.OutputStream out )This method is from 'ServiceAccessController' class.
ServiceAccessController.service ( java.net.Socket socket )This method is from 'ServiceAccessController' class.
ServiceAccessController.ServiceAccessController ( ServerService next )This constructor is from 'ServiceAccessController' class.
[+] ServiceLogger (1)
| Change | Effect |
---|
1 | Added super-class ServerServiceFilter. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (4)
ServiceLogger.init ( java.util.Properties props )This method is from 'ServiceLogger' class.
ServiceLogger.service ( java.io.InputStream in, java.io.OutputStream out )This method is from 'ServiceLogger' class.
ServiceLogger.service ( java.net.Socket socket )This method is from 'ServiceLogger' class.
ServiceLogger.ServiceLogger ( ServerService next )This constructor is from 'ServiceLogger' class.
[+] ServicePool (1)
| Change | Effect |
---|
1 | Added super-class ServerServiceFilter. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (3)
ServicePool.getThreadPool ( )This method is from 'ServicePool' class.
ServicePool.service ( java.io.InputStream in, java.io.OutputStream out )This method is from 'ServicePool' class.
ServicePool.service ( java.net.Socket socket )This method is from 'ServicePool' class.
openejb-webservices-3.1.4.jar
package org.apache.openejb.server.webservices
[+] OpenEJBHttpWsRegistry (1)
| Change | Effect |
---|
1 | Added super-class org.apache.openejb.server.httpd.OpenEJBHttpRegistry. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (4)
OpenEJBHttpWsRegistry.clearWsContainer ( String virtualHost, String contextRoot, String servletName )This method is from 'OpenEJBHttpWsRegistry' class.
OpenEJBHttpWsRegistry.OpenEJBHttpWsRegistry ( )This constructor is from 'OpenEJBHttpWsRegistry' class.
OpenEJBHttpWsRegistry.removeWsContainer ( String path )This method is from 'OpenEJBHttpWsRegistry' class.
OpenEJBHttpWsRegistry.setWsContainer ( String virtualHost, String contextRoot, String servletName, org.apache.openejb.server.httpd.HttpListener wsContainer )This method is from 'OpenEJBHttpWsRegistry' class.
to the top
Other Changes in Data Types (327)
openejb-client-3.1.4.jar
package org.apache.openejb.client
[+] EJBMetaDataImpl (2)
| Change | Effect |
---|
1 | Field asynchronousMethods 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. Recompilation of a client class may be terminated with the message: reference to asynchronousMethods is ambiguous. |
2 | Field mainInterface 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. Recompilation of a client class may be terminated with the message: reference to mainInterface is ambiguous. |
[+] affected methods (57)
EJBHomeHandler.createEJBHomeHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EJBHomeHandler.EJBHomeHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler._invoke ( Object p1, reflect.Method p2, Object[ ] p3 )Field 'this.ejb' in the object of this abstract method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.convertException ( Throwable e, reflect.Method method )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.EJBInvocationHandler ( )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.EJBInvocationHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.EJBInvocationHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.getCause ( Throwable e )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.getClient ( )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.getClientIdentity ( )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.getEjb ( )Return value of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.getMethod ( Class c, String method, Class[ ] params )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.getPrimaryKey ( )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.getServer ( )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.invalidateAllHandlers ( Object key )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.invalidateReference ( )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.invoke ( Object proxy, reflect.Method method, Object[ ] args )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.registerHandler ( Object key, EJBInvocationHandler handler )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.request ( EJBRequest req )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBMetaDataImpl.EJBMetaDataImpl ( )This constructor is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.getBusinessClasses ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.getDeploymentID ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.getEJBHome ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.getHomeClass ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.getHomeInterfaceClass ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.getPrimaryKey ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.getPrimaryKeyClass ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.getProperties ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.getRemoteInterfaceClass ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.isSession ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.isSingletonSession ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.isStatefulSession ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.isStatelessSession ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.loadProperties ( java.util.Properties properties )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.readExternal ( java.io.ObjectInput in )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.setEJBHomeProxy ( EJBHomeProxy home )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.setPrimaryKey ( Object primaryKey )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.toString ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.writeExternal ( java.io.ObjectOutput out )This method is from 'EJBMetaDataImpl' class.
EJBObjectHandler.createEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EJBObjectHandler.EJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EJBObjectHandler.EJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EJBRequest.Body.EJBRequest.Body ( EJBMetaDataImpl ejb )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EJBRequest.getEjbMetaData ( )Return value of this method has type 'EJBMetaDataImpl'.
EntityEJBHomeHandler.EntityEJBHomeHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EntityEJBObjectHandler.EntityEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EntityEJBObjectHandler.EntityEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
JNDIContext.createEJBHomeProxy ( EJBMetaDataImpl ejbData )1st parameter 'ejbData' of this method has type 'EJBMetaDataImpl'.
SingletonEJBHomeHandler.SingletonEJBHomeHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
SingletonEJBObjectHandler.SingletonEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
SingletonEJBObjectHandler.SingletonEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
StatefulEJBHomeHandler.StatefulEJBHomeHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
StatefulEJBObjectHandler.StatefulEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
StatefulEJBObjectHandler.StatefulEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
StatelessEJBHomeHandler.StatelessEJBHomeHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
StatelessEJBObjectHandler.StatelessEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
StatelessEJBObjectHandler.StatelessEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
[+] EJBObjectHandler (3)
| Change | Effect |
---|
1 | Field CANCEL 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. Recompilation of a client class may be terminated with the message: reference to CANCEL is ambiguous. |
2 | Field blockingQueue 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. Recompilation of a client class may be terminated with the message: reference to blockingQueue is ambiguous. |
3 | Field executorService 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. Recompilation of a client class may be terminated with the message: reference to executorService is ambiguous. |
[+] affected methods (28)
EJBObjectHandle.EJBObjectHandle ( )Field 'this.handler' in the object of this method has type 'EJBObjectHandler'.
EJBObjectHandle.EJBObjectHandle ( EJBObjectProxy proxy )Field 'this.handler' in the object of this method has type 'EJBObjectHandler'.
EJBObjectHandle.getEJBObject ( )Field 'this.handler' in the object of this method has type 'EJBObjectHandler'.
EJBObjectHandle.readExternal ( java.io.ObjectInput in )Field 'this.handler' in the object of this method has type 'EJBObjectHandler'.
EJBObjectHandle.setEJBObjectProxy ( EJBObjectProxy ejbObjectProxy )Field 'this.handler' in the object of this method has type 'EJBObjectHandler'.
EJBObjectHandle.writeExternal ( java.io.ObjectOutput out )Field 'this.handler' in the object of this method has type 'EJBObjectHandler'.
EJBObjectHandler._invoke ( Object p, reflect.Method m, Object[ ] a )This method is from 'EJBObjectHandler' abstract class.
EJBObjectHandler.businessMethod ( reflect.Method method, Object[ ] args, Object proxy )This method is from 'EJBObjectHandler' abstract class.
EJBObjectHandler.createEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )Return value of this method has type 'EJBObjectHandler'.
EJBObjectHandler.createEJBObjectProxy ( )This method is from 'EJBObjectHandler' abstract class.
EJBObjectHandler.EJBObjectHandler ( )This constructor is from 'EJBObjectHandler' abstract class.
EJBObjectHandler.EJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )This constructor is from 'EJBObjectHandler' abstract class.
EJBObjectHandler.EJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )This constructor is from 'EJBObjectHandler' abstract class.
EJBObjectHandler.equals ( reflect.Method p1, Object[ ] p2, Object p3 )This abstract method is from 'EJBObjectHandler' abstract class.
EJBObjectHandler.getEJBHome ( reflect.Method method, Object[ ] args, Object proxy )This method is from 'EJBObjectHandler' abstract class.
EJBObjectHandler.getHandle ( reflect.Method method, Object[ ] args, Object proxy )This method is from 'EJBObjectHandler' abstract class.
EJBObjectHandler.getPrimaryKey ( reflect.Method p1, Object[ ] p2, Object p3 )This abstract method is from 'EJBObjectHandler' abstract class.
EJBObjectHandler.getRegistryId ( )This abstract method is from 'EJBObjectHandler' abstract class.
EJBObjectHandler.isIdentical ( reflect.Method p1, Object[ ] p2, Object p3 )This abstract method is from 'EJBObjectHandler' abstract class.
EJBObjectHandler.remove ( reflect.Method p1, Object[ ] p2, Object p3 )This abstract method is from 'EJBObjectHandler' abstract class.
EJBObjectHandler.setEJBHomeProxy ( EJBHomeProxy ejbHome )This method is from 'EJBObjectHandler' abstract class.
EJBObjectProxy.getEJBObjectHandler ( )Return value of this abstract method has type 'EJBObjectHandler'.
EJBObjectProxyHandle.ClientSideResovler.resolve ( EJBObjectHandler handler )1st parameter 'handler' of this method has type 'EJBObjectHandler'.
EJBObjectProxyHandle.EJBObjectProxyHandle ( EJBObjectHandler handler )1st parameter 'handler' of this method has type 'EJBObjectHandler'.
EJBObjectProxyHandle.Resolver.resolve ( EJBObjectHandler p1 )1st parameter 'p1' of this abstract method has type 'EJBObjectHandler'.
SingletonEJBHomeHandler.newEJBObjectHandler ( )Return value of this method has type 'EJBObjectHandler'.
StatelessEJBHomeHandler.newEJBObjectHandler ( )Return value of this method has type 'EJBObjectHandler'.
org.apache.openejb.server.ejbd.ServerSideResolver.resolve ( EJBObjectHandler handler )1st parameter 'handler' of this method has type 'EJBObjectHandler'.
[+] SocketConnectionFactory (3)
| Change | Effect |
---|
1 | Field PROPERTY_KEEPALIVE 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. Recompilation of a client class may be terminated with the message: reference to PROPERTY_KEEPALIVE is ambiguous. |
2 | Field PROPERTY_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. Recompilation of a client class may be terminated with the message: reference to PROPERTY_POOL_SIZE is ambiguous. |
3 | Field PROPERTY_POOL_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. Recompilation of a client class may be terminated with the message: reference to PROPERTY_POOL_TIMEOUT is ambiguous. |
[+] 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-3.1.4.jar
package org.apache.openejb
[+] EnvProps (1)
| Change | Effect |
---|
1 | Field AUTO_CONFIGURE 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. Recompilation of a client class may be terminated with the message: reference to AUTO_CONFIGURE is ambiguous. |
[+] affected methods (1)
EnvProps.EnvProps ( )This constructor is from 'EnvProps' class.
[+] InterfaceType (1)
| Change | Effect |
---|
1 | Field 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. Recompilation of a client class may be terminated with the message: reference to TIMEOUT is ambiguous. |
[+] affected methods (88)
assembler.classic.JndiBuilder.format ( Object deploymentId, String interfaceClassName, InterfaceType interfaceType )3rd parameter 'interfaceType' of this method has type 'InterfaceType'.
assembler.classic.JndiBuilder.format ( String deploymentId, String interfaceClassName, InterfaceType interfaceType )3rd parameter 'interfaceType' of this method has type 'InterfaceType'.
assembler.classic.JndiBuilder.JndiNameStrategy.Interface.getType ( )Return value of this method has type 'InterfaceType'.
core.cmp.CmpContainer.invoke ( Object deployID, InterfaceType type, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )2nd parameter 'type' of this method has type 'InterfaceType'.
core.entity.EntityContainer.invoke ( Object deployID, InterfaceType type, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )2nd parameter 'type' of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler._invoke ( Object p1, Class p2, reflect.Method p3, Object[ ] p4 )Field 'this.interfaceType' in the object of this abstract method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler._writeReplace ( Object p1 )Field 'this.interfaceType' in the object of this abstract method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.checkAuthorization ( reflect.Method method )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.convertException ( Throwable e, reflect.Method method, Class interfce )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.copyArgs ( Object[ ] objects )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.copyObj ( Object object )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.equals ( Object obj )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.getCause ( Throwable e )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.getInterfaces ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.getInvocationHandler ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.getInvokedInterface ( reflect.Method method )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.getLiveHandleRegistry ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.getMainInterface ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.getProxyInfo ( )Field 'this.interfaceType' in the object of this abstract method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.hashCode ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.invalidateAllHandlers ( Object key )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.invalidateReference ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.invoke ( Object proxy, reflect.Method method, Object[ ] args )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.registerHandler ( Object key, core.ivm.BaseEjbProxyHandler handler )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.setDoCrossClassLoaderCopy ( boolean doCrossClassLoaderCopy )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.setDoIntraVmCopy ( boolean doIntraVmCopy )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.setIntraVmCopyMode ( boolean on )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.toString ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.EjbHomeProxyHandler.getProxyInfo ( )Field 'RetVal.interfaceType' in return value of this method has type 'InterfaceType'.
core.ivm.EjbObjectProxyHandler.getProxyInfo ( )Field 'RetVal.interfaceType' in return value of this method has type 'InterfaceType'.
core.ivm.IntraVmServer.getBusinessObject ( ProxyInfo pi )Field 'pi.interfaceType' in 1st parameter 'pi' of this method has type 'InterfaceType'.
core.ivm.IntraVmServer.getEJBHome ( ProxyInfo pi )Field 'pi.interfaceType' in 1st parameter 'pi' of this method has type 'InterfaceType'.
core.ivm.IntraVmServer.getEJBMetaData ( ProxyInfo pi )Field 'pi.interfaceType' in 1st parameter 'pi' of this method has type 'InterfaceType'.
core.ivm.IntraVmServer.getEJBObject ( ProxyInfo pi )Field 'pi.interfaceType' in 1st parameter 'pi' of this method has type 'InterfaceType'.
core.ivm.IntraVmServer.getHandle ( ProxyInfo pi )Field 'pi.interfaceType' in 1st parameter 'pi' of this method has type 'InterfaceType'.
core.ivm.IntraVmServer.getHomeHandle ( ProxyInfo pi )Field 'pi.interfaceType' in 1st parameter 'pi' of this method has type 'InterfaceType'.
core.managed.ManagedContainer.invoke ( Object deployID, InterfaceType type, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )2nd parameter 'type' of this method has type 'InterfaceType'.
core.mdb.MdbContainer.invoke ( Object deploymentId, InterfaceType type, Class callInterface, reflect.Method method, Object[ ] args, Object primKey )2nd parameter 'type' of this method has type 'InterfaceType'.
core.RpcContainerWrapper.invoke ( Object deployID, InterfaceType callType, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )2nd parameter 'callType' of this method has type 'InterfaceType'.
core.security.AbstractSecurityService.isCallerAuthorized ( reflect.Method method, InterfaceType type )2nd parameter 'type' of this method has type 'InterfaceType'.
core.ServerFederation.getBusinessObject ( ProxyInfo proxyInfo )Field 'proxyInfo.interfaceType' in 1st parameter 'proxyInfo' of this method has type 'InterfaceType'.
core.ServerFederation.getEJBHome ( ProxyInfo proxyInfo )Field 'proxyInfo.interfaceType' in 1st parameter 'proxyInfo' of this method has type 'InterfaceType'.
core.ServerFederation.getEJBMetaData ( ProxyInfo proxyInfo )Field 'proxyInfo.interfaceType' in 1st parameter 'proxyInfo' of this method has type 'InterfaceType'.
core.ServerFederation.getEJBObject ( ProxyInfo proxyInfo )Field 'proxyInfo.interfaceType' in 1st parameter 'proxyInfo' of this method has type 'InterfaceType'.
core.ServerFederation.getHandle ( ProxyInfo proxyInfo )Field 'proxyInfo.interfaceType' in 1st parameter 'proxyInfo' of this method has type 'InterfaceType'.
core.ServerFederation.getHomeHandle ( ProxyInfo proxyInfo )Field 'proxyInfo.interfaceType' in 1st parameter 'proxyInfo' of this method has type 'InterfaceType'.
core.singleton.SingletonContainer._invoke ( reflect.Method callMethod, reflect.Method runMethod, Object[ ] args, core.singleton.Instance instance, core.ThreadContext callContext, InterfaceType callType )6th parameter 'callType' of this method has type 'InterfaceType'.
core.singleton.SingletonContainer.invoke ( Object deployID, InterfaceType type, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )2nd parameter 'type' of this method has type 'InterfaceType'.
core.stateful.StatefulContainer.invoke ( Object deployID, InterfaceType type, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )2nd parameter 'type' of this method has type 'InterfaceType'.
core.stateless.StatelessContainer._invoke ( reflect.Method callMethod, reflect.Method runMethod, Object[ ] args, core.stateless.Instance instance, core.ThreadContext callContext, InterfaceType type )6th parameter 'type' of this method has type 'InterfaceType'.
core.stateless.StatelessContainer.invoke ( Object deployID, InterfaceType type, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )2nd parameter 'type' of this method has type 'InterfaceType'.
InterfaceType.getCounterpart ( )Return value of this method has type 'InterfaceType'.
InterfaceType.getSpecName ( )This method is from 'InterfaceType' class.
InterfaceType.isBusiness ( )This method is from 'InterfaceType' class.
InterfaceType.isComponent ( )This method is from 'InterfaceType' class.
InterfaceType.isHome ( )This method is from 'InterfaceType' class.
InterfaceType.isLocal ( )This method is from 'InterfaceType' class.
InterfaceType.isLocalBean ( )This method is from 'InterfaceType' class.
InterfaceType.isRemote ( )This method is from 'InterfaceType' class.
InterfaceType.valueOf ( String name )Return value of this method has type 'InterfaceType'.
InterfaceType.values ( )This method is from 'InterfaceType' class.
ProxyInfo.getBeanContainer ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
ProxyInfo.getInterface ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
ProxyInfo.getInterfaces ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
ProxyInfo.getInterfaceType ( )Return value of this method has type 'InterfaceType'.
ProxyInfo.getPrimaryKey ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
ProxyInfo.ProxyInfo ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
ri.sp.PseudoSecurityService.isCallerAuthorized ( reflect.Method method, InterfaceType type )2nd parameter 'type' of this method has type 'InterfaceType'.
RpcContainer.invoke ( Object p1, InterfaceType p2, Class p3, reflect.Method p4, Object[ ] p5, Object p6 )2nd parameter 'p2' of this abstract method has type 'InterfaceType'.
server.ejbd.EjbDaemon.getBusinessObject ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
server.ejbd.EjbDaemon.getEJBHome ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
server.ejbd.EjbDaemon.getEJBMetaData ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
server.ejbd.EjbDaemon.getEJBObject ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
server.ejbd.EjbDaemon.getHandle ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
server.ejbd.EjbDaemon.getHomeHandle ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
server.ejbd.EjbServer.getBusinessObject ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
server.ejbd.EjbServer.getEJBHome ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
server.ejbd.EjbServer.getEJBMetaData ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
server.ejbd.EjbServer.getEJBObject ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
server.ejbd.EjbServer.getHandle ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
server.ejbd.EjbServer.getHomeHandle ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
spi.ApplicationServer.getBusinessObject ( ProxyInfo p1 )Field 'p1.interfaceType' in 1st parameter 'p1' of this abstract method has type 'InterfaceType'.
spi.ApplicationServer.getEJBHome ( ProxyInfo p1 )Field 'p1.interfaceType' in 1st parameter 'p1' of this abstract method has type 'InterfaceType'.
spi.ApplicationServer.getEJBMetaData ( ProxyInfo p1 )Field 'p1.interfaceType' in 1st parameter 'p1' of this abstract method has type 'InterfaceType'.
spi.ApplicationServer.getEJBObject ( ProxyInfo p1 )Field 'p1.interfaceType' in 1st parameter 'p1' of this abstract method has type 'InterfaceType'.
spi.ApplicationServer.getHandle ( ProxyInfo p1 )Field 'p1.interfaceType' in 1st parameter 'p1' of this abstract method has type 'InterfaceType'.
spi.ApplicationServer.getHomeHandle ( ProxyInfo p1 )Field 'p1.interfaceType' in 1st parameter 'p1' of this abstract method has type 'InterfaceType'.
spi.SecurityService.isCallerAuthorized ( reflect.Method p1, InterfaceType p2 )2nd parameter 'p2' of this abstract method has type 'InterfaceType'.
[+] ProxyInfo (2)
| Change | Effect |
---|
1 | Field beanContext 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. Recompilation of a client class may be terminated with the message: reference to beanContext is ambiguous. |
2 | Field mainInterface 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. Recompilation of a client class may be terminated with the message: reference to mainInterface is ambiguous. |
[+] affected methods (39)
core.ivm.BaseEjbProxyHandler.getProxyInfo ( )Return value of this abstract method has type 'ProxyInfo'.
core.ivm.EjbHomeProxyHandler.getProxyInfo ( )Return value of this method has type 'ProxyInfo'.
core.ivm.EjbObjectProxyHandler.getProxyInfo ( )Return value of this method has type 'ProxyInfo'.
core.ivm.IntraVmServer.getBusinessObject ( ProxyInfo pi )1st parameter 'pi' of this method has type 'ProxyInfo'.
core.ivm.IntraVmServer.getEJBHome ( ProxyInfo pi )1st parameter 'pi' of this method has type 'ProxyInfo'.
core.ivm.IntraVmServer.getEJBMetaData ( ProxyInfo pi )1st parameter 'pi' of this method has type 'ProxyInfo'.
core.ivm.IntraVmServer.getEJBObject ( ProxyInfo pi )1st parameter 'pi' of this method has type 'ProxyInfo'.
core.ivm.IntraVmServer.getHandle ( ProxyInfo pi )1st parameter 'pi' of this method has type 'ProxyInfo'.
core.ivm.IntraVmServer.getHomeHandle ( ProxyInfo pi )1st parameter 'pi' of this method has type 'ProxyInfo'.
core.ServerFederation.getBusinessObject ( ProxyInfo proxyInfo )1st parameter 'proxyInfo' of this method has type 'ProxyInfo'.
core.ServerFederation.getEJBHome ( ProxyInfo proxyInfo )1st parameter 'proxyInfo' of this method has type 'ProxyInfo'.
core.ServerFederation.getEJBMetaData ( ProxyInfo proxyInfo )1st parameter 'proxyInfo' of this method has type 'ProxyInfo'.
core.ServerFederation.getEJBObject ( ProxyInfo proxyInfo )1st parameter 'proxyInfo' of this method has type 'ProxyInfo'.
core.ServerFederation.getHandle ( ProxyInfo proxyInfo )1st parameter 'proxyInfo' of this method has type 'ProxyInfo'.
core.ServerFederation.getHomeHandle ( ProxyInfo proxyInfo )1st parameter 'proxyInfo' of this method has type 'ProxyInfo'.
ProxyInfo.getBeanContainer ( )This method is from 'ProxyInfo' class.
ProxyInfo.getInterface ( )This method is from 'ProxyInfo' class.
ProxyInfo.getInterfaces ( )This method is from 'ProxyInfo' class.
ProxyInfo.getInterfaceType ( )This method is from 'ProxyInfo' class.
ProxyInfo.getPrimaryKey ( )This method is from 'ProxyInfo' class.
ProxyInfo.ProxyInfo ( )This constructor is from 'ProxyInfo' class.
server.ejbd.EjbDaemon.getBusinessObject ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
server.ejbd.EjbDaemon.getEJBHome ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
server.ejbd.EjbDaemon.getEJBMetaData ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
server.ejbd.EjbDaemon.getEJBObject ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
server.ejbd.EjbDaemon.getHandle ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
server.ejbd.EjbDaemon.getHomeHandle ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
server.ejbd.EjbServer.getBusinessObject ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
server.ejbd.EjbServer.getEJBHome ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
server.ejbd.EjbServer.getEJBMetaData ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
server.ejbd.EjbServer.getEJBObject ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
server.ejbd.EjbServer.getHandle ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
server.ejbd.EjbServer.getHomeHandle ( ProxyInfo info )1st parameter 'info' of this method has type 'ProxyInfo'.
spi.ApplicationServer.getBusinessObject ( ProxyInfo p1 )1st parameter 'p1' of this abstract method has type 'ProxyInfo'.
spi.ApplicationServer.getEJBHome ( ProxyInfo p1 )1st parameter 'p1' of this abstract method has type 'ProxyInfo'.
spi.ApplicationServer.getEJBMetaData ( ProxyInfo p1 )1st parameter 'p1' of this abstract method has type 'ProxyInfo'.
spi.ApplicationServer.getEJBObject ( ProxyInfo p1 )1st parameter 'p1' of this abstract method has type 'ProxyInfo'.
spi.ApplicationServer.getHandle ( ProxyInfo p1 )1st parameter 'p1' of this abstract method has type 'ProxyInfo'.
spi.ApplicationServer.getHomeHandle ( ProxyInfo p1 )1st parameter 'p1' of this abstract method has type 'ProxyInfo'.
package org.apache.openejb.assembler
[+] DeployerEjb (2)
| Change | Effect |
---|
1 | Field LOGGER 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. Recompilation of a client class may be terminated with the message: reference to LOGGER is ambiguous. |
2 | Field OPENEJB_DEPLOYER_FORCED_APP_ID_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. Recompilation of a client class may be terminated with the message: reference to OPENEJB_DEPLOYER_FORCED_APP_ID_PROP is ambiguous. |
[+] affected methods (7)
DeployerEjb.deploy ( String location )This method is from 'DeployerEjb' class.
DeployerEjb.deploy ( String location, java.util.Properties properties )This method is from 'DeployerEjb' class.
DeployerEjb.deploy ( java.util.Properties properties )This method is from 'DeployerEjb' class.
DeployerEjb.DeployerEjb ( )This constructor is from 'DeployerEjb' class.
DeployerEjb.getDeployedApps ( )This method is from 'DeployerEjb' class.
DeployerEjb.getUniqueFile ( )This method is from 'DeployerEjb' class.
DeployerEjb.undeploy ( String moduleId )This method is from 'DeployerEjb' class.
package org.apache.openejb.assembler.classic
[+] AppInfo (6)
| Change | Effect |
---|
1 | Field appJndiEnc 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. Recompilation of a client class may be terminated with the message: reference to appJndiEnc is ambiguous. |
2 | Field globalJndiEnc 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. Recompilation of a client class may be terminated with the message: reference to globalJndiEnc is ambiguous. |
3 | Field 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. Recompilation of a client class may be terminated with the message: reference to jmx is ambiguous. |
4 | Field mbeans 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. Recompilation of a client class may be terminated with the message: reference to mbeans is ambiguous. |
5 | Field resourceInfos 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. Recompilation of a client class may be terminated with the message: reference to resourceInfos is ambiguous. |
6 | Field standaloneModule 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. Recompilation of a client class may be terminated with the message: reference to standaloneModule is ambiguous. |
[+] affected methods (20)
AppInfo.AppInfo ( )This constructor is from 'AppInfo' class.
Assembler.createAppClassLoader ( AppInfo appInfo )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'.
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'.
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 location, 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.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'.
org.apache.openejb.server.webservices.WsService.afterApplicationCreated ( AppInfo appInfo )1st parameter 'appInfo' of this method has type 'AppInfo'.
org.apache.openejb.server.webservices.WsService.beforeApplicationDestroyed ( AppInfo appInfo )1st parameter 'appInfo' of this method has type 'AppInfo'.
[+] ApplicationExceptionInfo (1)
| Change | Effect |
---|
1 | Field inherited 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. Recompilation of a client class may be terminated with the message: reference to inherited is ambiguous. |
[+] affected methods (1)
ApplicationExceptionInfo.ApplicationExceptionInfo ( )This constructor is from 'ApplicationExceptionInfo' class.
[+] ConnectorInfo (1)
| Change | Effect |
---|
1 | Field mbeans 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. Recompilation of a client class may be terminated with the message: reference to mbeans is ambiguous. |
[+] affected methods (2)
ConnectorInfo.ConnectorInfo ( )This constructor is from 'ConnectorInfo' class.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( org.apache.openejb.config.ConnectorModule connectorModule )Return value of this method has type 'ConnectorInfo'.
[+] EjbJarInfo (6)
| Change | Effect |
---|
1 | Field beans 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. Recompilation of a client class may be terminated with the message: reference to beans is ambiguous. |
2 | Field mbeans 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. Recompilation of a client class may be terminated with the message: reference to mbeans is ambiguous. |
3 | Field moduleJndiEnc 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. Recompilation of a client class may be terminated with the message: reference to moduleJndiEnc is ambiguous. |
4 | Field moduleUri 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. Recompilation of a client class may be terminated with the message: reference to moduleUri is ambiguous. |
5 | Field path 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. Recompilation of a client class may be terminated with the message: reference to path is ambiguous. |
6 | Field repositories 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. Recompilation of a client class may be terminated with the message: reference to repositories is ambiguous. |
[+] affected methods (9)
EjbJarInfo.EjbJarInfo ( )This constructor is from 'EjbJarInfo' class.
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.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'.
[+] EnterpriseBeanInfo (9)
| Change | Effect |
---|
1 | Field aroundTimeout 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. Recompilation of a client class may be terminated with the message: reference to aroundTimeout is ambiguous. |
2 | Field asynchronous 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. Recompilation of a client class may be terminated with the message: reference to asynchronous is ambiguous. |
3 | Field asynchronousClasses 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. Recompilation of a client class may be terminated with the message: reference to asynchronousClasses is ambiguous. |
4 | Field localbean 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. Recompilation of a client class may be terminated with the message: reference to localbean is ambiguous. |
5 | Field methodScheduleInfos 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. Recompilation of a client class may be terminated with the message: reference to methodScheduleInfos is ambiguous. |
6 | Field parents 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. Recompilation of a client class may be terminated with the message: reference to parents is ambiguous. |
7 | Field proxy 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. Recompilation of a client class may be terminated with the message: reference to proxy is ambiguous. |
8 | Field restService 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. Recompilation of a client class may be terminated with the message: reference to restService is ambiguous. |
9 | Field statefulTimeout 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. Recompilation of a client class may be terminated with the message: reference to statefulTimeout is ambiguous. |
[+] affected methods (4)
EjbResolver.getEnterpriseBeanInfo ( String deploymentId )Return value of this method has type 'EnterpriseBeanInfo'.
EnterpriseBeanInfo.EnterpriseBeanInfo ( )This constructor is from 'EnterpriseBeanInfo' abstract class.
InterceptorBuilder.InterceptorBuilder ( java.util.List defaultInterceptors, EnterpriseBeanInfo bean )2nd parameter 'bean' of this method has type 'EnterpriseBeanInfo'.
org.apache.openejb.config.JndiEncInfoBuilder.buildDependsOnRefs ( org.apache.openejb.config.EjbModule module, org.apache.openejb.jee.EnterpriseBean enterpriseBean, EnterpriseBeanInfo beanInfo, String moduleId )3rd parameter 'beanInfo' of this method has type 'EnterpriseBeanInfo'.
[+] InjectableInfo (2)
| Change | Effect |
---|
1 | Field location 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. Recompilation of a client class may be terminated with the message: reference to location is ambiguous. |
2 | Field referenceName 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. Recompilation of a client class may be terminated with the message: reference to referenceName is ambiguous. |
[+] affected methods (1)
InjectableInfo.InjectableInfo ( )This constructor is from 'InjectableInfo' class.
[+] InterceptorBindingBuilder.Level (2)
| Change | Effect |
---|
1 | Field ANNOTATION_CLASS 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. Recompilation of a client class may be terminated with the message: reference to ANNOTATION_CLASS is ambiguous. |
2 | Field ANNOTATION_METHOD 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. Recompilation of a client class may be terminated with the message: reference to ANNOTATION_METHOD is ambiguous. |
[+] affected methods (2)
InterceptorBindingBuilder.Level.valueOf ( String name )This method is from 'InterceptorBindingBuilder.Level' class.
InterceptorBindingBuilder.Level.values ( )This method is from 'InterceptorBindingBuilder.Level' class.
[+] InterceptorBindingInfo (1)
| 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. Recompilation of a client class may be terminated with the message: reference to className is ambiguous. |
[+] affected methods (2)
InterceptorBindingBuilder.IntercpetorBindingComparator.compare ( InterceptorBindingInfo a, InterceptorBindingInfo b )2nd parameter 'b' of this method has type 'InterceptorBindingInfo'.
InterceptorBindingInfo.InterceptorBindingInfo ( )This constructor is from 'InterceptorBindingInfo' class.
[+] InterceptorInfo (4)
| Change | Effect |
---|
1 | Field afterBegin 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. Recompilation of a client class may be terminated with the message: reference to afterBegin is ambiguous. |
2 | Field afterCompletion 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. Recompilation of a client class may be terminated with the message: reference to afterCompletion is ambiguous. |
3 | Field aroundTimeout 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. Recompilation of a client class may be terminated with the message: reference to aroundTimeout is ambiguous. |
4 | Field beforeCompletion 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. Recompilation of a client class may be terminated with the message: reference to beforeCompletion is ambiguous. |
[+] affected methods (1)
InterceptorInfo.InterceptorInfo ( )This constructor is from 'InterceptorInfo' class.
[+] JndiBuilder (1)
| Change | Effect |
---|
1 | Field DEFAULT_NAME_KEY 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. Recompilation of a client class may be terminated with the message: reference to DEFAULT_NAME_KEY is ambiguous. |
[+] affected methods (6)
JndiBuilder.build ( EjbJarInfo ejbJar, java.util.HashMap deployments )This method is from 'JndiBuilder' class.
JndiBuilder.createStrategy ( EjbJarInfo ejbJar, java.util.Map deployments )This method is from 'JndiBuilder' class.
JndiBuilder.format ( Object deploymentId, String interfaceClassName )This method is from 'JndiBuilder' class.
JndiBuilder.format ( Object deploymentId, String interfaceClassName, org.apache.openejb.InterfaceType interfaceType )This method is from 'JndiBuilder' class.
JndiBuilder.format ( String deploymentId, String interfaceClassName, org.apache.openejb.InterfaceType interfaceType )This method is from 'JndiBuilder' class.
JndiBuilder.JndiBuilder ( javax.naming.Context context )This constructor is from 'JndiBuilder' class.
[+] ManagedBeanInfo (1)
| Change | Effect |
---|
1 | Field hidden 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. Recompilation of a client class may be terminated with the message: reference to hidden is ambiguous. |
[+] affected methods (1)
ManagedBeanInfo.ManagedBeanInfo ( )This constructor is from 'ManagedBeanInfo' class.
[+] MethodConcurrencyInfo (1)
| Change | Effect |
---|
1 | Field accessTimeout 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. Recompilation of a client class may be terminated with the message: reference to accessTimeout is ambiguous. |
[+] affected methods (3)
MethodConcurrencyBuilder.MethodConcurrencyComparator.compare ( MethodConcurrencyInfo a, MethodConcurrencyInfo b )2nd parameter 'b' of this method has type 'MethodConcurrencyInfo'.
MethodConcurrencyInfo.MethodConcurrencyInfo ( )This constructor is from 'MethodConcurrencyInfo' class.
MethodInfoUtil.toString ( MethodConcurrencyInfo i )1st parameter 'i' of this method has type 'MethodConcurrencyInfo'.
[+] PersistenceUnitInfo (3)
| Change | Effect |
---|
1 | Field persistenceXMLSchemaVersion 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. Recompilation of a client class may be terminated with the message: reference to persistenceXMLSchemaVersion is ambiguous. |
2 | Field sharedCacheMode 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. Recompilation of a client class may be terminated with the message: reference to sharedCacheMode is ambiguous. |
3 | Field validationMode 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. Recompilation of a client class may be terminated with the message: reference to validationMode is ambiguous. |
[+] affected methods (1)
PersistenceUnitInfo.PersistenceUnitInfo ( )This constructor is from 'PersistenceUnitInfo' class.
[+] ResourceInfo (1)
| Change | Effect |
---|
1 | Field jndiName 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. Recompilation of a client class may be terminated with the message: reference to jndiName is ambiguous. |
[+] affected methods (9)
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'.
[+] ScheduleInfo (3)
| Change | Effect |
---|
1 | Field end 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. Recompilation of a client class may be terminated with the message: reference to end is ambiguous. |
2 | Field start 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. Recompilation of a client class may be terminated with the message: reference to start is ambiguous. |
3 | Field timezone 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. Recompilation of a client class may be terminated with the message: reference to timezone is ambiguous. |
[+] affected methods (1)
ScheduleInfo.ScheduleInfo ( )This constructor is from 'ScheduleInfo' class.
[+] StatefulBeanInfo (3)
| Change | Effect |
---|
1 | Field afterBegin 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. Recompilation of a client class may be terminated with the message: reference to afterBegin is ambiguous. |
2 | Field afterCompletion 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. Recompilation of a client class may be terminated with the message: reference to afterCompletion is ambiguous. |
3 | Field beforeCompletion 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. Recompilation of a client class may be terminated with the message: reference to beforeCompletion is ambiguous. |
[+] affected methods (1)
StatefulBeanInfo.StatefulBeanInfo ( )This constructor is from 'StatefulBeanInfo' class.
[+] WebAppInfo (6)
| Change | Effect |
---|
1 | Field ejbRestServices 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. Recompilation of a client class may be terminated with the message: reference to ejbRestServices is ambiguous. |
2 | Field ejbWebServices 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. Recompilation of a client class may be terminated with the message: reference to ejbWebServices is ambiguous. |
3 | Field jsfAnnotatedClasses 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. Recompilation of a client class may be terminated with the message: reference to jsfAnnotatedClasses is ambiguous. |
4 | Field restApplications 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. Recompilation of a client class may be terminated with the message: reference to restApplications is ambiguous. |
5 | Field restClass 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. Recompilation of a client class may be terminated with the message: reference to restClass is ambiguous. |
6 | Field webAnnotatedClasses 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. Recompilation of a client class may be terminated with the message: reference to webAnnotatedClasses is ambiguous. |
[+] affected methods (3)
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'.
org.apache.openejb.server.webservices.WsService.afterApplicationCreated ( WebAppInfo webApp )1st parameter 'webApp' of this method has type 'WebAppInfo'.
package org.apache.openejb.config
[+] AnnotationDeployer (2)
| Change | Effect |
---|
1 | Field knownEnvironmentEntries 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. Recompilation of a client class may be terminated with the message: reference to knownEnvironmentEntries is ambiguous. |
2 | Field knownResourceEnvTypes 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. Recompilation of a client class may be terminated with the message: reference to knownResourceEnvTypes is ambiguous. |
[+] affected methods (4)
AnnotationDeployer.AnnotationDeployer ( )This constructor is from 'AnnotationDeployer' class.
AnnotationDeployer.deploy ( AppModule appModule )This method is from 'AnnotationDeployer' class.
AnnotationDeployer.deploy ( WebModule webModule )This method is from 'AnnotationDeployer' class.
AnnotationDeployer.getModule ( )This method is from 'AnnotationDeployer' class.
[+] AppInfoBuilder.PersistenceProviderProperties (11)
| Change | Effect |
---|
1 | Field DEFAULT_MANAGED_RUNTIME 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. Recompilation of a client class may be terminated with the message: reference to DEFAULT_MANAGED_RUNTIME is ambiguous. |
2 | Field DEFAULT_RUNTIME_UNENHANCED_CLASSES 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. Recompilation of a client class may be terminated with the message: reference to DEFAULT_RUNTIME_UNENHANCED_CLASSES is ambiguous. |
3 | Field HIBERNATE_JTA_PLATFORM 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. Recompilation of a client class may be terminated with the message: reference to HIBERNATE_JTA_PLATFORM is ambiguous. |
4 | Field HIBERNATE_TRANSACTION_MANAGER_LOOKUP_CLASS 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. Recompilation of a client class may be terminated with the message: reference to HIBERNATE_TRANSACTION_MANAGER_LOOKUP_CLASS is ambiguous. |
5 | Field JTADATASOURCE_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. Recompilation of a client class may be terminated with the message: reference to JTADATASOURCE_PROP is ambiguous. |
6 | Field NON_JTADATASOURCE_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. Recompilation of a client class may be terminated with the message: reference to NON_JTADATASOURCE_PROP is ambiguous. |
7 | Field OPENJPA_MANAGED_RUNTIME 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. Recompilation of a client class may be terminated with the message: reference to OPENJPA_MANAGED_RUNTIME is ambiguous. |
8 | Field OPENJPA_RUNTIME_UNENHANCED_CLASSES 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. Recompilation of a client class may be terminated with the message: reference to OPENJPA_RUNTIME_UNENHANCED_CLASSES is ambiguous. |
9 | Field PROVIDER_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. Recompilation of a client class may be terminated with the message: reference to PROVIDER_PROP is ambiguous. |
10 | Field REMOVE_DEFAULT_RUNTIME_UNENHANCED_CLASSES 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. Recompilation of a client class may be terminated with the message: reference to REMOVE_DEFAULT_RUNTIME_UNENHANCED_CLASSES is ambiguous. |
11 | Field TRANSACTIONTYPE_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. Recompilation of a client class may be terminated with the message: reference to TRANSACTIONTYPE_PROP is ambiguous. |
[+] affected methods (1)
AppInfoBuilder.PersistenceProviderProperties.AppInfoBuilder.PersistenceProviderProperties ( )This constructor is from 'AppInfoBuilder.PersistenceProviderProperties' class.
[+] AutoConfig (3)
| Change | Effect |
---|
1 | Field AUTOCREATE_JTA_DATASOURCE_FROM_NON_JTA_ONE_KEY 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. Recompilation of a client class may be terminated with the message: reference to AUTOCREATE_JTA_DATASOURCE_FROM_NON_JTA_ONE_KEY is ambiguous. |
2 | Field ORIGIN_ANNOTATION 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. Recompilation of a client class may be terminated with the message: reference to ORIGIN_ANNOTATION is ambiguous. |
3 | Field ORIGIN_FLAG 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. Recompilation of a client class may be terminated with the message: reference to ORIGIN_FLAG is ambiguous. |
[+] affected methods (7)
AutoConfig.AutoConfig ( ConfigurationFactory configFactory )This constructor is from 'AutoConfig' class.
AutoConfig.autoCreateContainers ( )This method is from 'AutoConfig' class.
AutoConfig.autoCreateContainers ( boolean autoCreateContainers )This method is from 'AutoConfig' class.
AutoConfig.autoCreateResources ( )This method is from 'AutoConfig' class.
AutoConfig.autoCreateResources ( boolean autoCreateResources )This method is from 'AutoConfig' class.
AutoConfig.deploy ( AppModule appModule )This method is from 'AutoConfig' class.
AutoConfig.init ( )This method is from 'AutoConfig' class.
[+] ConfigurationFactory (1)
| Change | Effect |
---|
1 | Field ADDITIONAL_DEPLOYMENTS 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. Recompilation of a client class may be terminated with the message: reference to ADDITIONAL_DEPLOYMENTS is ambiguous. |
[+] affected methods (34)
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, 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.getOpenEjbConfiguration ( )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.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 | Field OPENEJB_MODULENAME_USE_HASH has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to OPENEJB_MODULENAME_USE_HASH is ambiguous. |
[+] affected methods (7)
AnnotationDeployer.getModule ( )Return value 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.getJarLocation ( )This abstract method is from 'DeploymentModule' interface.
DeploymentModule.getModuleId ( )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.
[+] OutputGeneratedDescriptors (1)
| Change | Effect |
---|
1 | Field OUTPUT_DESCRIPTORS_FOLDER 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. Recompilation of a client class may be terminated with the message: reference to OUTPUT_DESCRIPTORS_FOLDER is ambiguous. |
[+] affected methods (2)
OutputGeneratedDescriptors.deploy ( AppModule appModule )This method is from 'OutputGeneratedDescriptors' class.
OutputGeneratedDescriptors.OutputGeneratedDescriptors ( )This constructor is from 'OutputGeneratedDescriptors' class.
[+] ReadDescriptors (1)
| Change | Effect |
---|
1 | Field logger 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. Recompilation of a client class may be terminated with the message: reference to logger is ambiguous. |
[+] affected methods (12)
ReadDescriptors.deploy ( AppModule appModule )This method is from 'ReadDescriptors' class.
ReadDescriptors.readApplicationClient ( java.net.URL url )This method is from 'ReadDescriptors' class.
ReadDescriptors.readConnector ( java.net.URL url )This method is from 'ReadDescriptors' class.
ReadDescriptors.ReadDescriptors ( )This constructor is from 'ReadDescriptors' class.
ReadDescriptors.readEjbJar ( java.net.URL url )This method is from 'ReadDescriptors' class.
ReadDescriptors.readFacesConfig ( java.net.URL url )This method is from 'ReadDescriptors' class.
ReadDescriptors.readHandlerChains ( java.net.URL url )This method is from 'ReadDescriptors' class.
ReadDescriptors.readJaxrpcMapping ( java.net.URL url )This method is from 'ReadDescriptors' class.
ReadDescriptors.readTldTaglib ( java.net.URL url )This method is from 'ReadDescriptors' class.
ReadDescriptors.readWebApp ( java.net.URL url )This method is from 'ReadDescriptors' class.
ReadDescriptors.readWebservices ( java.net.URL url )This method is from 'ReadDescriptors' class.
ReadDescriptors.readWsdl ( java.net.URL url )This method is from 'ReadDescriptors' class.
[+] ValidateModules (1)
| Change | Effect |
---|
1 | Field OPENEJB_CHECK_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. Recompilation of a client class may be terminated with the message: reference to OPENEJB_CHECK_CLASSLOADER is ambiguous. |
[+] affected methods (2)
ValidateModules.deploy ( AppModule appModule )This method is from 'ValidateModules' class.
ValidateModules.ValidateModules ( )This constructor is from 'ValidateModules' class.
package org.apache.openejb.core
[+] ExceptionType (2)
| Change | Effect |
---|
1 | Field APPLICATION_NOT_INHERITED 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. Recompilation of a client class may be terminated with the message: reference to APPLICATION_NOT_INHERITED is ambiguous. |
2 | Field APPLICATION_ROLLBACK_NOT_INHERITED 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. Recompilation of a client class may be terminated with the message: reference to APPLICATION_ROLLBACK_NOT_INHERITED is ambiguous. |
[+] affected methods (2)
ExceptionType.valueOf ( String name )Return value of this method has type 'ExceptionType'.
ExceptionType.values ( )This method is from 'ExceptionType' class.
[+] TempClassLoader.Skip (1)
| Change | Effect |
---|
1 | Field ALL 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. Recompilation of a client class may be terminated with the message: reference to ALL is ambiguous. |
[+] affected methods (3)
TempClassLoader.skip ( TempClassLoader.Skip s )1st parameter 's' of this method has type 'TempClassLoader.Skip'.
TempClassLoader.Skip.valueOf ( String name )Return value of this method has type 'TempClassLoader.Skip'.
TempClassLoader.Skip.values ( )This method is from 'TempClassLoader.Skip' class.
package org.apache.openejb.core.managed
[+] Instance (2)
| Change | Effect |
---|
1 | Field beanContext 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. Recompilation of a client class may be terminated with the message: reference to beanContext is ambiguous. |
2 | Field creationalContext 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. Recompilation of a client class may be terminated with the message: reference to creationalContext is ambiguous. |
[+] affected methods (13)
Instance.getBeanTransaction ( )This method is from 'Instance' class.
Instance.getEntityManagers ( org.apache.openejb.util.Index factories )This method is from 'Instance' class.
Instance.getLock ( )This method is from 'Instance' class.
Instance.getTransaction ( )This method is from 'Instance' class.
Instance.isInUse ( )This method is from 'Instance' class.
Instance.setBeanTransaction ( org.apache.openejb.core.transaction.BeanTransactionPolicy.SuspendedTransaction beanTransaction )This method is from 'Instance' class.
Instance.setInUse ( boolean inUse )This method is from 'Instance' class.
Instance.setTransaction ( javax.transaction.Transaction transaction )This method is from 'Instance' class.
Instance.writeReplace ( )This method is from 'Instance' class.
ManagedContainer.SessionSynchronizationCoordinator.Synchronization.ManagedContainer.SessionSynchronizationCoordinator.Synchronization ( ManagedContainer.SessionSynchronizationCoordinator instance, Instance p2 )2nd parameter 'p2' of this method has type 'Instance'.
ManagedContainer.StatefulCacheListener.afterLoad ( Instance instance )1st parameter 'instance' of this method has type 'Instance'.
ManagedContainer.StatefulCacheListener.beforeStore ( Instance instance )1st parameter 'instance' of this method has type 'Instance'.
ManagedContainer.StatefulCacheListener.timedOut ( Instance instance )1st parameter 'instance' of this method has type 'Instance'.
package org.apache.openejb.core.mdb
[+] Instance (1)
| Change | Effect |
---|
1 | Field creationalContext 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. Recompilation of a client class may be terminated with the message: reference to creationalContext is ambiguous. |
[+] affected methods (1)
MdbInstanceFactory.freeInstance ( Instance instance, boolean ignoredInstanceCount )1st parameter 'instance' of this method has type 'Instance'.
package org.apache.openejb.core.singleton
[+] Instance (1)
| Change | Effect |
---|
1 | Field creationalContext 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. Recompilation of a client class may be terminated with the message: reference to creationalContext is ambiguous. |
[+] affected methods (2)
SingletonContainer._invoke ( reflect.Method callMethod, reflect.Method runMethod, Object[ ] args, Instance instance, org.apache.openejb.core.ThreadContext callContext, org.apache.openejb.InterfaceType callType )4th parameter 'instance' of this method has type 'Instance'.
SingletonInstanceManager.getInstance ( org.apache.openejb.core.ThreadContext callContext )Return value of this method has type 'Instance'.
package org.apache.openejb.core.stateful
[+] Instance (2)
| Change | Effect |
---|
1 | Field beanContext 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. Recompilation of a client class may be terminated with the message: reference to beanContext is ambiguous. |
2 | Field creationalContext 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. Recompilation of a client class may be terminated with the message: reference to creationalContext is ambiguous. |
[+] affected methods (13)
Instance.getBeanTransaction ( )This method is from 'Instance' class.
Instance.getEntityManagers ( org.apache.openejb.util.Index factories )This method is from 'Instance' class.
Instance.getLock ( )This method is from 'Instance' class.
Instance.getTransaction ( )This method is from 'Instance' class.
Instance.isInUse ( )This method is from 'Instance' class.
Instance.setBeanTransaction ( org.apache.openejb.core.transaction.BeanTransactionPolicy.SuspendedTransaction beanTransaction )This method is from 'Instance' class.
Instance.setInUse ( boolean inUse )This method is from 'Instance' class.
Instance.setTransaction ( javax.transaction.Transaction transaction )This method is from 'Instance' class.
Instance.writeReplace ( )This method is from 'Instance' class.
StatefulContainer.SessionSynchronizationCoordinator.Synchronization.StatefulContainer.SessionSynchronizationCoordinator.Synchronization ( StatefulContainer.SessionSynchronizationCoordinator instance, Instance p2 )2nd parameter 'p2' of this method has type 'Instance'.
StatefulContainer.StatefulCacheListener.afterLoad ( Instance instance )1st parameter 'instance' of this method has type 'Instance'.
StatefulContainer.StatefulCacheListener.beforeStore ( Instance instance )1st parameter 'instance' of this method has type 'Instance'.
StatefulContainer.StatefulCacheListener.timedOut ( Instance instance )1st parameter 'instance' of this method has type 'Instance'.
package org.apache.openejb.core.stateless
[+] Instance (1)
| Change | Effect |
---|
1 | Field creationalContext 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. Recompilation of a client class may be terminated with the message: reference to creationalContext is ambiguous. |
[+] affected methods (3)
Instance.getPoolEntry ( )This method is from 'Instance' class.
Instance.setPoolEntry ( org.apache.openejb.util.Pool.Entry poolEntry )This method is from 'Instance' class.
StatelessContainer._invoke ( reflect.Method callMethod, reflect.Method runMethod, Object[ ] args, Instance instance, org.apache.openejb.core.ThreadContext callContext, org.apache.openejb.InterfaceType type )4th parameter 'instance' of this method has type 'Instance'.
package org.apache.openejb.core.timer
[+] EjbTimerServiceImpl (3)
| Change | Effect |
---|
1 | Field OPENEJB_TIMEOUT_JOB_GROUP_NAME 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. Recompilation of a client class may be terminated with the message: reference to OPENEJB_TIMEOUT_JOB_GROUP_NAME is ambiguous. |
2 | Field OPENEJB_TIMEOUT_JOB_NAME 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. Recompilation of a client class may be terminated with the message: reference to OPENEJB_TIMEOUT_JOB_NAME is ambiguous. |
3 | Field QUARTZ_THREAD_POOL_ADAPTER 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. Recompilation of a client class may be terminated with the message: reference to QUARTZ_THREAD_POOL_ADAPTER is ambiguous. |
[+] affected methods (13)
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.getDefaultTransactionManager ( )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.getTransactionManager ( )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.schedule ( TimerData timerData )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.start ( )This method is from 'EjbTimerServiceImpl' class.
EjbTimerServiceImpl.stop ( )This method is from 'EjbTimerServiceImpl' class.
MemoryTimerStore.loadTimers ( EjbTimerServiceImpl timerService, String deploymentId )1st parameter 'timerService' of this method has type 'EjbTimerServiceImpl'.
TimerStore.loadTimers ( EjbTimerServiceImpl p1, String p2 )1st parameter 'p1' of this abstract method has type 'EjbTimerServiceImpl'.
[+] TimerData (4)
| Change | Effect |
---|
1 | Field OPEN_EJB_TIMEOUT_TRIGGER_GROUP_NAME 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. Recompilation of a client class may be terminated with the message: reference to OPEN_EJB_TIMEOUT_TRIGGER_GROUP_NAME is ambiguous. |
2 | Field OPEN_EJB_TIMEOUT_TRIGGER_NAME_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. Recompilation of a client class may be terminated with the message: reference to OPEN_EJB_TIMEOUT_TRIGGER_NAME_PREFIX is ambiguous. |
3 | Field scheduler 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. Recompilation of a client class may be terminated with the message: reference to scheduler is ambiguous. |
4 | Field trigger 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. Recompilation of a client class may be terminated with the message: reference to trigger is ambiguous. |
[+] affected methods (24)
DatabaseTimerStore.addTimerData ( TimerData timerData )1st parameter 'timerData' 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.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.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' class.
TimerData.getDeploymentId ( )This method is from 'TimerData' class.
TimerData.getId ( )This method is from 'TimerData' class.
TimerData.getInfo ( )This method is from 'TimerData' class.
TimerData.getPrimaryKey ( )This method is from 'TimerData' class.
TimerData.getTimer ( )This method is from 'TimerData' class.
TimerData.isCancelled ( )This method is from 'TimerData' class.
TimerData.isNewTimer ( )This method is from 'TimerData' class.
TimerData.newTimer ( )This method is from 'TimerData' class.
TimerData.stop ( )This method is from 'TimerData' 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.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.junit
[+] ApplicationComposer (1)
| Change | Effect |
---|
1 | Field OPENEJB_APPLICATION_COMPOSER_CONTEXT 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. Recompilation of a client class may be terminated with the message: reference to OPENEJB_APPLICATION_COMPOSER_CONTEXT is ambiguous. |
[+] affected methods (2)
ApplicationComposer.ApplicationComposer ( Class klass )This constructor is from 'ApplicationComposer' class.
ApplicationComposer.DeployApplication.ApplicationComposer.DeployApplication ( ApplicationComposer testInstance, Object next, org.junit.runners.model.Statement p3 )1st parameter 'testInstance' of this method has type 'ApplicationComposer'.
package org.apache.openejb.persistence
[+] JtaEntityManager.Op (9)
| Change | Effect |
---|
1 | Field detach 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. Recompilation of a client class may be terminated with the message: reference to detach is ambiguous. |
2 | Field getCriteriaBuilder 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. Recompilation of a client class may be terminated with the message: reference to getCriteriaBuilder is ambiguous. |
3 | Field getDelegate 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. Recompilation of a client class may be terminated with the message: reference to getDelegate is ambiguous. |
4 | Field getLockMode 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. Recompilation of a client class may be terminated with the message: reference to getLockMode is ambiguous. |
5 | Field getMetamodel 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. Recompilation of a client class may be terminated with the message: reference to getMetamodel is ambiguous. |
6 | Field getProperties 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. Recompilation of a client class may be terminated with the message: reference to getProperties is ambiguous. |
7 | Field joinTransaction 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. Recompilation of a client class may be terminated with the message: reference to joinTransaction is ambiguous. |
8 | Field setProperty 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. Recompilation of a client class may be terminated with the message: reference to setProperty is ambiguous. |
9 | Field unwrap 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. Recompilation of a client class may be terminated with the message: reference to unwrap is ambiguous. |
[+] affected methods (1)
JtaEntityManager.Timer.JtaEntityManager.Timer ( JtaEntityManager.Op operation, JtaEntityManager em )1st parameter 'operation' of this method has type 'JtaEntityManager.Op'.
package org.apache.openejb.util
[+] Join (2)
| Change | Effect |
---|
1 | Field CLASS_CALLBACK 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. Recompilation of a client class may be terminated with the message: reference to CLASS_CALLBACK is ambiguous. |
2 | Field METHOD_CALLBACK 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. Recompilation of a client class may be terminated with the message: reference to METHOD_CALLBACK is ambiguous. |
[+] affected methods (3)
Join.Join ( )This constructor is from 'Join' class.
Join.join ( String delimiter, Object[ ] collection )This method is from 'Join' class.
Join.join ( String delimiter, java.util.Collection collection )This method is from 'Join' class.
[+] LogCategory (1)
| Change | Effect |
---|
1 | Field OPENEJB_RS 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. Recompilation of a client class may be terminated with the message: reference to OPENEJB_RS is ambiguous. |
[+] affected methods (12)
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'.
[+] MakeTxLookup (1)
| Change | Effect |
---|
1 | Field HIBERNATE_NEW_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. Recompilation of a client class may be terminated with the message: reference to HIBERNATE_NEW_FACTORY is ambiguous. |
[+] affected methods (2)
MakeTxLookup.main ( String[ ] args )This method is from 'MakeTxLookup' class.
MakeTxLookup.MakeTxLookup ( )This constructor is from 'MakeTxLookup' class.
[+] URLs (1)
| Change | Effect |
---|
1 | Field LOGGER 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. Recompilation of a client class may be terminated with the message: reference to LOGGER is ambiguous. |
[+] affected methods (3)
URLs.toFile ( java.net.URL url )This method is from 'URLs' class.
URLs.toFilePath ( java.net.URL url )This method is from 'URLs' class.
URLs.URLs ( )This constructor is from 'URLs' class.
openejb-jee-3.1.4.jar
package org.apache.openejb.jee
[+] Application (13)
| Change | Effect |
---|
1 | Field applicationName 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. Recompilation of a client class may be terminated with the message: reference to applicationName is ambiguous. |
2 | Field dataSource 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. Recompilation of a client class may be terminated with the message: reference to dataSource is ambiguous. |
3 | Field ejbLocalRef 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. Recompilation of a client class may be terminated with the message: reference to ejbLocalRef is ambiguous. |
4 | Field ejbRef 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. Recompilation of a client class may be terminated with the message: reference to ejbRef is ambiguous. |
5 | Field envEntry 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. Recompilation of a client class may be terminated with the message: reference to envEntry is ambiguous. |
6 | Field initializeInOrder 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. Recompilation of a client class may be terminated with the message: reference to initializeInOrder is ambiguous. |
7 | Field messageDestination 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. Recompilation of a client class may be terminated with the message: reference to messageDestination is ambiguous. |
8 | Field messageDestinationRef 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. Recompilation of a client class may be terminated with the message: reference to messageDestinationRef is ambiguous. |
9 | Field persistenceContextRef 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. Recompilation of a client class may be terminated with the message: reference to persistenceContextRef is ambiguous. |
10 | Field persistenceUnitRef 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. Recompilation of a client class may be terminated with the message: reference to persistenceUnitRef is ambiguous. |
11 | Field resourceEnvRef 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. Recompilation of a client class may be terminated with the message: reference to resourceEnvRef is ambiguous. |
12 | Field resourceRef 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. Recompilation of a client class may be terminated with the message: reference to resourceRef is ambiguous. |
13 | Field serviceRef 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. Recompilation of a client class may be terminated with the message: reference to serviceRef is ambiguous. |
[+] affected methods (19)
Application.Application ( )This constructor is from 'Application' class.
Application.getDescription ( )This method is from 'Application' class.
Application.getDescriptions ( )This method is from 'Application' class.
Application.getDisplayName ( )This method is from 'Application' class.
Application.getDisplayNames ( )This method is from 'Application' class.
Application.getIcon ( )This method is from 'Application' class.
Application.getIconMap ( )This method is from 'Application' class.
Application.getIcons ( )This method is from 'Application' class.
Application.getId ( )This method is from 'Application' class.
Application.getLibraryDirectory ( )This method is from 'Application' class.
Application.getModule ( )This method is from 'Application' class.
Application.getSecurityRole ( )This method is from 'Application' class.
Application.getVersion ( )This method is from 'Application' class.
Application.setDescriptions ( Text[ ] text )This method is from 'Application' class.
Application.setDisplayNames ( Text[ ] text )This method is from 'Application' class.
Application.setId ( String id )This method is from 'Application' class.
Application.setLibraryDirectory ( String libraryDirectory )This method is from 'Application' class.
Application.setVersion ( String version )This method is from 'Application' class.
ObjectFactory.createApplication ( Application value )1st parameter 'value' of this method has type 'Application'.
[+] ApplicationClient (2)
| Change | Effect |
---|
1 | Field dataSource 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. Recompilation of a client class may be terminated with the message: reference to dataSource is ambiguous. |
2 | Field moduleName 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. Recompilation of a client class may be terminated with the message: reference to moduleName is ambiguous. |
[+] affected methods (49)
org.apache.openejb.config.ClientModule.ClientModule ( ApplicationClient applicationClient, ClassLoader classLoader, String jarLocation, String mainClass, String moduleId )1st parameter 'applicationClient' of this method has type 'ApplicationClient'.
org.apache.openejb.config.ClientModule.getApplicationClient ( )Return value of this method has type 'ApplicationClient'.
org.apache.openejb.config.ClientModule.setApplicationClient ( ApplicationClient applicationClient )1st parameter 'applicationClient' of this method has type 'ApplicationClient'.
org.apache.openejb.config.ReadDescriptors.readApplicationClient ( java.net.URL url )Return value of this method has type 'ApplicationClient'.
ApplicationClient.addPostConstruct ( String method )This method is from 'ApplicationClient' class.
ApplicationClient.addPreDestroy ( String method )This method is from 'ApplicationClient' class.
ApplicationClient.ApplicationClient ( )This constructor is from 'ApplicationClient' class.
ApplicationClient.getCallbackHandler ( )This method is from 'ApplicationClient' class.
ApplicationClient.getDescription ( )This method is from 'ApplicationClient' class.
ApplicationClient.getDescriptions ( )This method is from 'ApplicationClient' class.
ApplicationClient.getDisplayName ( )This method is from 'ApplicationClient' class.
ApplicationClient.getDisplayNames ( )This method is from 'ApplicationClient' class.
ApplicationClient.getEjbLocalRef ( )This method is from 'ApplicationClient' class.
ApplicationClient.getEjbLocalRefMap ( )This method is from 'ApplicationClient' class.
ApplicationClient.getEjbRef ( )This method is from 'ApplicationClient' class.
ApplicationClient.getEjbRefMap ( )This method is from 'ApplicationClient' class.
ApplicationClient.getEnvEntry ( )This method is from 'ApplicationClient' class.
ApplicationClient.getEnvEntryMap ( )This method is from 'ApplicationClient' class.
ApplicationClient.getIcon ( )This method is from 'ApplicationClient' class.
ApplicationClient.getIconMap ( )This method is from 'ApplicationClient' class.
ApplicationClient.getIcons ( )This method is from 'ApplicationClient' class.
ApplicationClient.getId ( )This method is from 'ApplicationClient' class.
ApplicationClient.getJndiConsumerName ( )This method is from 'ApplicationClient' class.
ApplicationClient.getMainClass ( )This method is from 'ApplicationClient' class.
ApplicationClient.getMessageDestination ( )This method is from 'ApplicationClient' class.
ApplicationClient.getMessageDestinationRef ( )This method is from 'ApplicationClient' class.
ApplicationClient.getMessageDestinationRefMap ( )This method is from 'ApplicationClient' class.
ApplicationClient.getPersistenceContextRef ( )This method is from 'ApplicationClient' class.
ApplicationClient.getPersistenceContextRefMap ( )This method is from 'ApplicationClient' class.
ApplicationClient.getPersistenceUnitRef ( )This method is from 'ApplicationClient' class.
ApplicationClient.getPersistenceUnitRefMap ( )This method is from 'ApplicationClient' class.
ApplicationClient.getPostConstruct ( )This method is from 'ApplicationClient' class.
ApplicationClient.getPreDestroy ( )This method is from 'ApplicationClient' class.
ApplicationClient.getResourceEnvRef ( )This method is from 'ApplicationClient' class.
ApplicationClient.getResourceEnvRefMap ( )This method is from 'ApplicationClient' class.
ApplicationClient.getResourceRef ( )This method is from 'ApplicationClient' class.
ApplicationClient.getResourceRefMap ( )This method is from 'ApplicationClient' class.
ApplicationClient.getServiceRef ( )This method is from 'ApplicationClient' class.
ApplicationClient.getServiceRefMap ( )This method is from 'ApplicationClient' class.
ApplicationClient.getVersion ( )This method is from 'ApplicationClient' class.
ApplicationClient.isMetadataComplete ( )This method is from 'ApplicationClient' class.
ApplicationClient.setCallbackHandler ( String callbackHandler )This method is from 'ApplicationClient' class.
ApplicationClient.setDescriptions ( Text[ ] text )This method is from 'ApplicationClient' class.
ApplicationClient.setDisplayNames ( Text[ ] text )This method is from 'ApplicationClient' class.
ApplicationClient.setId ( String value )This method is from 'ApplicationClient' class.
ApplicationClient.setMainClass ( String mainClass )This method is from 'ApplicationClient' class.
ApplicationClient.setMetadataComplete ( Boolean value )This method is from 'ApplicationClient' class.
ApplicationClient.setVersion ( String value )This method is from 'ApplicationClient' class.
ObjectFactory.createApplicationClient ( ApplicationClient value )1st parameter 'value' of this method has type 'ApplicationClient'.
[+] ApplicationException (1)
| Change | Effect |
---|
1 | Field inherited 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. Recompilation of a client class may be terminated with the message: reference to inherited is ambiguous. |
[+] affected methods (11)
ApplicationException.ApplicationException ( )This constructor is from 'ApplicationException' class.
ApplicationException.ApplicationException ( Class exceptionClass, boolean rollback )This constructor is from 'ApplicationException' class.
ApplicationException.ApplicationException ( String exceptionClass, boolean rollback )This constructor is from 'ApplicationException' class.
ApplicationException.getExceptionClass ( )This method is from 'ApplicationException' class.
ApplicationException.getId ( )This method is from 'ApplicationException' class.
ApplicationException.getKey ( )This method is from 'ApplicationException' class.
ApplicationException.getKey ( )This method is from 'ApplicationException' class.
ApplicationException.setExceptionClass ( String value )This method is from 'ApplicationException' class.
ApplicationException.setId ( String value )This method is from 'ApplicationException' class.
AssemblyDescriptor.getApplicationException ( Class clazz )Return value of this method has type 'ApplicationException'.
AssemblyDescriptor.getApplicationException ( String className )Return value of this method has type 'ApplicationException'.
[+] Connector (13)
| Change | Effect |
---|
1 | Field description 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. Recompilation of a client class may be terminated with the message: reference to description is ambiguous. |
2 | Field displayName 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. Recompilation of a client class may be terminated with the message: reference to displayName is ambiguous. |
3 | Field eisType 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. Recompilation of a client class may be terminated with the message: reference to eisType is ambiguous. |
4 | Field icon 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. Recompilation of a client class may be terminated with the message: reference to icon is ambiguous. |
5 | Field id 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. Recompilation of a client class may be terminated with the message: reference to id is ambiguous. |
6 | Field license 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. Recompilation of a client class may be terminated with the message: reference to license is ambiguous. |
7 | Field metadataComplete 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. Recompilation of a client class may be terminated with the message: reference to metadataComplete is ambiguous. |
8 | Field moduleName 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. Recompilation of a client class may be terminated with the message: reference to moduleName is ambiguous. |
9 | Field requiredWorkContext 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. Recompilation of a client class may be terminated with the message: reference to requiredWorkContext is ambiguous. |
10 | Field resourceAdapter 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. Recompilation of a client class may be terminated with the message: reference to resourceAdapter is ambiguous. |
11 | Field resourceAdapterVersion 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. Recompilation of a client class may be terminated with the message: reference to resourceAdapterVersion is ambiguous. |
12 | Field vendorName 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. Recompilation of a client class may be terminated with the message: reference to vendorName is ambiguous. |
13 | 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. Recompilation of a client class may be terminated with the message: reference to version is ambiguous. |
[+] affected methods (12)
org.apache.openejb.config.ConnectorModule.ConnectorModule ( Connector connector )1st parameter 'connector' of this method has type 'Connector'.
org.apache.openejb.config.ConnectorModule.ConnectorModule ( Connector connector, ClassLoader classLoader, String jarLocation, String moduleId )1st parameter 'connector' of this method has type 'Connector'.
org.apache.openejb.config.ConnectorModule.getConnector ( )Return value of this method has type 'Connector'.
org.apache.openejb.config.ConnectorModule.setConnector ( Connector connector )1st parameter 'connector' of this method has type 'Connector'.
org.apache.openejb.config.ReadDescriptors.readConnector ( java.net.URL url )Return value of this method has type 'Connector'.
Connector.Connector ( )This constructor is from 'Connector' class.
Connector.Connector ( String id )This constructor is from 'Connector' class.
Connector.getResourceAdapter ( )This method is from 'Connector' class.
Connector.getResourceAdapterVersion ( )This method is from 'Connector' class.
Connector.getVersion ( )This method is from 'Connector' class.
Connector.setResourceAdapterVersion ( String value )This method is from 'Connector' class.
Connector.setVersion ( String value )This method is from 'Connector' class.
[+] Connector10 (10)
| Change | Effect |
---|
1 | Field description 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. Recompilation of a client class may be terminated with the message: reference to description is ambiguous. |
2 | Field displayName 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. Recompilation of a client class may be terminated with the message: reference to displayName is ambiguous. |
3 | Field eisType 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. Recompilation of a client class may be terminated with the message: reference to eisType is ambiguous. |
4 | Field icon 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. Recompilation of a client class may be terminated with the message: reference to icon is ambiguous. |
5 | Field id 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. Recompilation of a client class may be terminated with the message: reference to id is ambiguous. |
6 | Field license 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. Recompilation of a client class may be terminated with the message: reference to license is ambiguous. |
7 | Field resourceAdapter 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. Recompilation of a client class may be terminated with the message: reference to resourceAdapter is ambiguous. |
8 | Field specVersion 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. Recompilation of a client class may be terminated with the message: reference to specVersion is ambiguous. |
9 | Field vendorName 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. Recompilation of a client class may be terminated with the message: reference to vendorName is ambiguous. |
10 | 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. Recompilation of a client class may be terminated with the message: reference to version is ambiguous. |
[+] affected methods (4)
Connector10.Connector10 ( )This constructor is from 'Connector10' class.
Connector10.getResourceAdapter ( )This method is from 'Connector10' class.
Connector10.getVersion ( )This method is from 'Connector10' class.
Connector10.setVersion ( String value )This method is from 'Connector10' class.
[+] ContainerConcurrency (2)
| Change | Effect |
---|
1 | Field accessTimeout 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. Recompilation of a client class may be terminated with the message: reference to accessTimeout is ambiguous. |
2 | Field lock 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. Recompilation of a client class may be terminated with the message: reference to lock is ambiguous. |
[+] affected methods (8)
ContainerConcurrency.ContainerConcurrency ( )This constructor is from 'ContainerConcurrency' class.
ContainerConcurrency.getAttribute ( )This method is from 'ContainerConcurrency' class.
ContainerConcurrency.getDescription ( )This method is from 'ContainerConcurrency' class.
ContainerConcurrency.getDescriptions ( )This method is from 'ContainerConcurrency' class.
ContainerConcurrency.getId ( )This method is from 'ContainerConcurrency' class.
ContainerConcurrency.getMethod ( )This method is from 'ContainerConcurrency' class.
ContainerConcurrency.setDescriptions ( Text[ ] text )This method is from 'ContainerConcurrency' class.
ContainerConcurrency.setId ( String value )This method is from 'ContainerConcurrency' class.
[+] EjbJar (1)
| Change | Effect |
---|
1 | Field moduleName 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. Recompilation of a client class may be terminated with the message: reference to moduleName is ambiguous. |
[+] affected methods (43)
org.apache.openejb.config.ConfigurationFactory.configureApplication ( EjbJar ejbJar )1st parameter 'ejbJar' of this method has type 'EjbJar'.
org.apache.openejb.config.EjbModule.EjbModule ( ClassLoader classLoader, String moduleId, String jarURI, EjbJar ejbJar, oejb3.OpenejbJar openejbJar )4th parameter 'ejbJar' of this method has type 'EjbJar'.
org.apache.openejb.config.EjbModule.EjbModule ( ClassLoader classLoader, String jarURI, EjbJar ejbJar, oejb3.OpenejbJar openejbJar )3rd parameter 'ejbJar' of this method has type 'EjbJar'.
org.apache.openejb.config.EjbModule.EjbModule ( EjbJar ejbJar )1st parameter 'ejbJar' of this method has type 'EjbJar'.
org.apache.openejb.config.EjbModule.EjbModule ( EjbJar ejbJar, oejb3.OpenejbJar openejbJar )1st parameter 'ejbJar' of this method has type 'EjbJar'.
org.apache.openejb.config.EjbModule.getEjbJar ( )Return value of this method has type 'EjbJar'.
org.apache.openejb.config.EjbModule.setEjbJar ( EjbJar ejbJar )1st parameter 'ejbJar' of this method has type 'EjbJar'.
org.apache.openejb.config.OpenEjb2Conversion.convertEjbRefs ( EjbJar ejbJar, oejb3.OpenejbJar openejbJar, oejb2.OpenejbJarType openejbJarType )1st parameter 'ejbJar' of this method has type 'EjbJar'.
org.apache.openejb.config.OpenEjb2Conversion.convertMdbConfigs ( EjbJar ejbJar, oejb2.OpenejbJarType openejbJarType )1st parameter 'ejbJar' of this method has type 'EjbJar'.
org.apache.openejb.config.ReadDescriptors.readEjbJar ( java.net.URL url )Return value of this method has type 'EjbJar'.
EjbJar.addEnterpriseBean ( EnterpriseBean bean )This method is from 'EjbJar' class.
EjbJar.addInterceptor ( Interceptor interceptor )This method is from 'EjbJar' class.
EjbJar.EjbJar ( )This constructor is from 'EjbJar' class.
EjbJar.EjbJar ( String id )This constructor is from 'EjbJar' class.
EjbJar.getAssemblyDescriptor ( )This method is from 'EjbJar' class.
EjbJar.getDescription ( )This method is from 'EjbJar' class.
EjbJar.getDescriptions ( )This method is from 'EjbJar' class.
EjbJar.getDisplayName ( )This method is from 'EjbJar' class.
EjbJar.getDisplayNames ( )This method is from 'EjbJar' class.
EjbJar.getEjbClientJar ( )This method is from 'EjbJar' class.
EjbJar.getEnterpriseBean ( String ejbName )This method is from 'EjbJar' class.
EjbJar.getEnterpriseBeans ( )This method is from 'EjbJar' class.
EjbJar.getEnterpriseBeansByEjbName ( )This method is from 'EjbJar' class.
EjbJar.getIcon ( )This method is from 'EjbJar' class.
EjbJar.getIconMap ( )This method is from 'EjbJar' class.
EjbJar.getIcons ( )This method is from 'EjbJar' class.
EjbJar.getId ( )This method is from 'EjbJar' class.
EjbJar.getInterceptor ( String className )This method is from 'EjbJar' class.
EjbJar.getInterceptors ( )This method is from 'EjbJar' class.
EjbJar.getRelationships ( )This method is from 'EjbJar' class.
EjbJar.getVersion ( )This method is from 'EjbJar' class.
EjbJar.isMetadataComplete ( )This method is from 'EjbJar' class.
EjbJar.removeEnterpriseBean ( String name )This method is from 'EjbJar' class.
EjbJar.setAssemblyDescriptor ( AssemblyDescriptor value )This method is from 'EjbJar' class.
EjbJar.setDescriptions ( Text[ ] text )This method is from 'EjbJar' class.
EjbJar.setDisplayNames ( Text[ ] text )This method is from 'EjbJar' class.
EjbJar.setEjbClientJar ( String value )This method is from 'EjbJar' class.
EjbJar.setEnterpriseBeans ( EnterpriseBean[ ] v )This method is from 'EjbJar' class.
EjbJar.setId ( String value )This method is from 'EjbJar' class.
EjbJar.setMetadataComplete ( Boolean value )This method is from 'EjbJar' class.
EjbJar.setRelationships ( Relationships value )This method is from 'EjbJar' class.
EjbJar.setVersion ( String value )This method is from 'EjbJar' class.
ObjectFactory.createEjbJar ( EjbJar value )1st parameter 'value' of this method has type 'EjbJar'.
[+] EjbLocalRef (1)
| Change | Effect |
---|
1 | Field lookupName 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. Recompilation of a client class may be terminated with the message: reference to lookupName is ambiguous. |
[+] affected methods (27)
EjbLocalRef.EjbLocalRef ( )This constructor is from 'EjbLocalRef' class.
EjbLocalRef.EjbLocalRef ( String ejbRefName, String ejbLink )This constructor is from 'EjbLocalRef' class.
EjbLocalRef.EjbLocalRef ( EjbReference ref )This constructor is from 'EjbLocalRef' class.
EjbLocalRef.getEjbLink ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getEjbRefName ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getEjbRefType ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getHome ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getId ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getInterface ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getKey ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getKey ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getLocal ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getLocalHome ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getMappedName ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getName ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getRefType ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.getType ( )This method is from 'EjbLocalRef' class.
EjbLocalRef.setEjbLink ( String value )This method is from 'EjbLocalRef' class.
EjbLocalRef.setEjbRefName ( String value )This method is from 'EjbLocalRef' class.
EjbLocalRef.setEjbRefType ( EjbRefType value )This method is from 'EjbLocalRef' class.
EjbLocalRef.setId ( String value )This method is from 'EjbLocalRef' class.
EjbLocalRef.setLocal ( String value )This method is from 'EjbLocalRef' class.
EjbLocalRef.setLocalHome ( String value )This method is from 'EjbLocalRef' class.
EjbLocalRef.setMappedName ( String value )This method is from 'EjbLocalRef' class.
EjbLocalRef.setName ( String name )This method is from 'EjbLocalRef' class.
EjbLocalRef.setRefType ( EjbReference.Type refType )This method is from 'EjbLocalRef' class.
EjbLocalRef.setType ( String type )This method is from 'EjbLocalRef' class.
[+] EjbRef (1)
| Change | Effect |
---|
1 | Field lookupName 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. Recompilation of a client class may be terminated with the message: reference to lookupName is ambiguous. |
[+] affected methods (24)
EjbRef.EjbRef ( )This constructor is from 'EjbRef' class.
EjbRef.getEjbLink ( )This method is from 'EjbRef' class.
EjbRef.getEjbRefName ( )This method is from 'EjbRef' class.
EjbRef.getEjbRefType ( )This method is from 'EjbRef' class.
EjbRef.getHome ( )This method is from 'EjbRef' class.
EjbRef.getId ( )This method is from 'EjbRef' class.
EjbRef.getInterface ( )This method is from 'EjbRef' class.
EjbRef.getKey ( )This method is from 'EjbRef' class.
EjbRef.getKey ( )This method is from 'EjbRef' class.
EjbRef.getMappedName ( )This method is from 'EjbRef' class.
EjbRef.getName ( )This method is from 'EjbRef' class.
EjbRef.getRefType ( )This method is from 'EjbRef' class.
EjbRef.getRemote ( )This method is from 'EjbRef' class.
EjbRef.getType ( )This method is from 'EjbRef' class.
EjbRef.setEjbLink ( String value )This method is from 'EjbRef' class.
EjbRef.setEjbRefName ( String value )This method is from 'EjbRef' class.
EjbRef.setEjbRefType ( EjbRefType value )This method is from 'EjbRef' class.
EjbRef.setHome ( String value )This method is from 'EjbRef' class.
EjbRef.setId ( String value )This method is from 'EjbRef' class.
EjbRef.setMappedName ( String value )This method is from 'EjbRef' class.
EjbRef.setName ( String name )This method is from 'EjbRef' class.
EjbRef.setRefType ( EjbReference.Type refType )This method is from 'EjbRef' class.
EjbRef.setRemote ( String value )This method is from 'EjbRef' class.
EjbRef.setType ( String type )This method is from 'EjbRef' class.
[+] EntityBean (1)
| Change | Effect |
---|
1 | Field dataSource 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. Recompilation of a client class may be terminated with the message: reference to dataSource is ambiguous. |
[+] affected methods (72)
EntityBean.addCmpField ( String fieldName )This method is from 'EntityBean' class.
EntityBean.addPostConstruct ( String method )This method is from 'EntityBean' class.
EntityBean.addPreDestroy ( String method )This method is from 'EntityBean' class.
EntityBean.EntityBean ( )This constructor is from 'EntityBean' class.
EntityBean.getAbstractSchemaName ( )This method is from 'EntityBean' class.
EntityBean.getBusinessLocal ( )This method is from 'EntityBean' class.
EntityBean.getBusinessRemote ( )This method is from 'EntityBean' class.
EntityBean.getCmpField ( )This method is from 'EntityBean' class.
EntityBean.getCmpVersion ( )This method is from 'EntityBean' class.
EntityBean.getDescription ( )This method is from 'EntityBean' class.
EntityBean.getDescriptions ( )This method is from 'EntityBean' class.
EntityBean.getDisplayName ( )This method is from 'EntityBean' class.
EntityBean.getDisplayNames ( )This method is from 'EntityBean' class.
EntityBean.getEjbClass ( )This method is from 'EntityBean' class.
EntityBean.getEjbLocalRef ( )This method is from 'EntityBean' class.
EntityBean.getEjbLocalRefMap ( )This method is from 'EntityBean' class.
EntityBean.getEjbName ( )This method is from 'EntityBean' class.
EntityBean.getEjbRef ( )This method is from 'EntityBean' class.
EntityBean.getEjbRefMap ( )This method is from 'EntityBean' class.
EntityBean.getEnvEntry ( )This method is from 'EntityBean' class.
EntityBean.getEnvEntryMap ( )This method is from 'EntityBean' class.
EntityBean.getHome ( )This method is from 'EntityBean' class.
EntityBean.getIcon ( )This method is from 'EntityBean' class.
EntityBean.getIconMap ( )This method is from 'EntityBean' class.
EntityBean.getIcons ( )This method is from 'EntityBean' class.
EntityBean.getId ( )This method is from 'EntityBean' class.
EntityBean.getJndiConsumerName ( )This method is from 'EntityBean' class.
EntityBean.getLocal ( )This method is from 'EntityBean' class.
EntityBean.getLocalHome ( )This method is from 'EntityBean' class.
EntityBean.getMappedName ( )This method is from 'EntityBean' class.
EntityBean.getMessageDestinationRef ( )This method is from 'EntityBean' class.
EntityBean.getMessageDestinationRefMap ( )This method is from 'EntityBean' class.
EntityBean.getPersistenceContextRef ( )This method is from 'EntityBean' class.
EntityBean.getPersistenceContextRefMap ( )This method is from 'EntityBean' class.
EntityBean.getPersistenceType ( )This method is from 'EntityBean' class.
EntityBean.getPersistenceUnitRef ( )This method is from 'EntityBean' class.
EntityBean.getPersistenceUnitRefMap ( )This method is from 'EntityBean' class.
EntityBean.getPostConstruct ( )This method is from 'EntityBean' class.
EntityBean.getPreDestroy ( )This method is from 'EntityBean' class.
EntityBean.getPrimKeyClass ( )This method is from 'EntityBean' class.
EntityBean.getPrimkeyField ( )This method is from 'EntityBean' class.
EntityBean.getQuery ( )This method is from 'EntityBean' class.
EntityBean.getReentrant ( )This method is from 'EntityBean' class.
EntityBean.getRemote ( )This method is from 'EntityBean' class.
EntityBean.getResourceEnvRef ( )This method is from 'EntityBean' class.
EntityBean.getResourceEnvRefMap ( )This method is from 'EntityBean' class.
EntityBean.getResourceRef ( )This method is from 'EntityBean' class.
EntityBean.getResourceRefMap ( )This method is from 'EntityBean' class.
EntityBean.getSecurityIdentity ( )This method is from 'EntityBean' class.
EntityBean.getSecurityRoleRef ( )This method is from 'EntityBean' class.
EntityBean.getServiceRef ( )This method is from 'EntityBean' class.
EntityBean.getServiceRefMap ( )This method is from 'EntityBean' class.
EntityBean.getTransactionType ( )This method is from 'EntityBean' class.
EntityBean.setAbstractSchemaName ( String value )This method is from 'EntityBean' class.
EntityBean.setCmpVersion ( CmpVersion value )This method is from 'EntityBean' class.
EntityBean.setDescriptions ( Text[ ] text )This method is from 'EntityBean' class.
EntityBean.setDisplayNames ( Text[ ] text )This method is from 'EntityBean' class.
EntityBean.setEjbClass ( Class value )This method is from 'EntityBean' class.
EntityBean.setEjbClass ( String value )This method is from 'EntityBean' class.
EntityBean.setEjbName ( String value )This method is from 'EntityBean' class.
EntityBean.setHome ( String value )This method is from 'EntityBean' class.
EntityBean.setId ( String value )This method is from 'EntityBean' class.
EntityBean.setLocal ( String value )This method is from 'EntityBean' class.
EntityBean.setLocalHome ( String value )This method is from 'EntityBean' class.
EntityBean.setMappedName ( String value )This method is from 'EntityBean' class.
EntityBean.setPersistenceType ( PersistenceType value )This method is from 'EntityBean' class.
EntityBean.setPrimKeyClass ( String value )This method is from 'EntityBean' class.
EntityBean.setPrimkeyField ( String value )This method is from 'EntityBean' class.
EntityBean.setReentrant ( boolean value )This method is from 'EntityBean' class.
EntityBean.setRemote ( String value )This method is from 'EntityBean' class.
EntityBean.setSecurityIdentity ( SecurityIdentity value )This method is from 'EntityBean' class.
EntityBean.setTransactionType ( TransactionType type )This method is from 'EntityBean' class.
[+] EnvEntry (1)
| Change | Effect |
---|
1 | Field lookupName 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. Recompilation of a client class may be terminated with the message: reference to lookupName is ambiguous. |
[+] affected methods (19)
EnvEntry.EnvEntry ( )This constructor is from 'EnvEntry' class.
EnvEntry.EnvEntry ( String envEntryName, Class envEntryType, String envEntryValue )This constructor is from 'EnvEntry' class.
EnvEntry.EnvEntry ( String envEntryName, String envEntryType, String envEntryValue )This constructor is from 'EnvEntry' class.
EnvEntry.getEnvEntryName ( )This method is from 'EnvEntry' class.
EnvEntry.getEnvEntryType ( )This method is from 'EnvEntry' class.
EnvEntry.getEnvEntryValue ( )This method is from 'EnvEntry' class.
EnvEntry.getId ( )This method is from 'EnvEntry' class.
EnvEntry.getKey ( )This method is from 'EnvEntry' class.
EnvEntry.getKey ( )This method is from 'EnvEntry' class.
EnvEntry.getMappedName ( )This method is from 'EnvEntry' class.
EnvEntry.getName ( )This method is from 'EnvEntry' class.
EnvEntry.getType ( )This method is from 'EnvEntry' class.
EnvEntry.setEnvEntryName ( String value )This method is from 'EnvEntry' class.
EnvEntry.setEnvEntryType ( String value )This method is from 'EnvEntry' class.
EnvEntry.setEnvEntryValue ( String value )This method is from 'EnvEntry' class.
EnvEntry.setId ( String value )This method is from 'EnvEntry' class.
EnvEntry.setMappedName ( String value )This method is from 'EnvEntry' class.
EnvEntry.setName ( String name )This method is from 'EnvEntry' class.
EnvEntry.setType ( String type )This method is from 'EnvEntry' class.
[+] FacesApplication (3)
| Change | Effect |
---|
1 | Field defaultValidators 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. Recompilation of a client class may be terminated with the message: reference to defaultValidators is ambiguous. |
2 | Field resourceHandler 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. Recompilation of a client class may be terminated with the message: reference to resourceHandler is ambiguous. |
3 | Field systemEventListener 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. Recompilation of a client class may be terminated with the message: reference to systemEventListener is ambiguous. |
[+] affected methods (16)
FacesApplication.FacesApplication ( )This constructor is from 'FacesApplication' class.
FacesApplication.getActionListener ( )This method is from 'FacesApplication' class.
FacesApplication.getApplicationExtension ( )This method is from 'FacesApplication' class.
FacesApplication.getDefaultRenderKitId ( )This method is from 'FacesApplication' class.
FacesApplication.getElResolver ( )This method is from 'FacesApplication' class.
FacesApplication.getId ( )This method is from 'FacesApplication' class.
FacesApplication.getLocaleConfig ( )This method is from 'FacesApplication' class.
FacesApplication.getMessageBundle ( )This method is from 'FacesApplication' class.
FacesApplication.getNavigationHandler ( )This method is from 'FacesApplication' class.
FacesApplication.getPropertyResolver ( )This method is from 'FacesApplication' class.
FacesApplication.getResourceBundle ( )This method is from 'FacesApplication' class.
FacesApplication.getStateManager ( )This method is from 'FacesApplication' class.
FacesApplication.getVariableResolver ( )This method is from 'FacesApplication' class.
FacesApplication.getViewHandler ( )This method is from 'FacesApplication' class.
FacesApplication.setId ( String value )This method is from 'FacesApplication' class.
FacesApplication.setResourceBundle ( FacesApplicationResourceBundle value )This method is from 'FacesApplication' class.
[+] FacesConfig (5)
| Change | Effect |
---|
1 | Field absoluteOrdering 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. Recompilation of a client class may be terminated with the message: reference to absoluteOrdering is ambiguous. |
2 | Field behavior 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. Recompilation of a client class may be terminated with the message: reference to behavior is ambiguous. |
3 | Field metadataComplete 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. Recompilation of a client class may be terminated with the message: reference to metadataComplete is ambiguous. |
4 | Field name 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. Recompilation of a client class may be terminated with the message: reference to name is ambiguous. |
5 | Field ordering 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. Recompilation of a client class may be terminated with the message: reference to ordering is ambiguous. |
[+] affected methods (18)
org.apache.openejb.config.ReadDescriptors.readFacesConfig ( java.net.URL url )Return value of this method has type 'FacesConfig'.
FacesConfig.FacesConfig ( )This constructor is from 'FacesConfig' class.
FacesConfig.getApplication ( )This method is from 'FacesConfig' class.
FacesConfig.getComponent ( )This method is from 'FacesConfig' class.
FacesConfig.getConverter ( )This method is from 'FacesConfig' class.
FacesConfig.getFacesConfigExtension ( )This method is from 'FacesConfig' class.
FacesConfig.getFactory ( )This method is from 'FacesConfig' class.
FacesConfig.getId ( )This method is from 'FacesConfig' class.
FacesConfig.getLifecycle ( )This method is from 'FacesConfig' class.
FacesConfig.getManagedBean ( )This method is from 'FacesConfig' class.
FacesConfig.getNavigationRule ( )This method is from 'FacesConfig' class.
FacesConfig.getReferencedBean ( )This method is from 'FacesConfig' class.
FacesConfig.getRenderKit ( )This method is from 'FacesConfig' class.
FacesConfig.getValidator ( )This method is from 'FacesConfig' class.
FacesConfig.getVersion ( )This method is from 'FacesConfig' class.
FacesConfig.setId ( String value )This method is from 'FacesConfig' class.
FacesConfig.setVersion ( String value )This method is from 'FacesConfig' class.
ObjectFactory.createFacesConfig ( FacesConfig value )1st parameter 'value' of this method has type 'FacesConfig'.
[+] FacesFactory (6)
| Change | Effect |
---|
1 | Field exceptionHandlerFactory 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. Recompilation of a client class may be terminated with the message: reference to exceptionHandlerFactory is ambiguous. |
2 | Field externalContextFactory 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. Recompilation of a client class may be terminated with the message: reference to externalContextFactory is ambiguous. |
3 | Field partialViewContextFactory 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. Recompilation of a client class may be terminated with the message: reference to partialViewContextFactory is ambiguous. |
4 | Field tagHandlerDelegateFactory 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. Recompilation of a client class may be terminated with the message: reference to tagHandlerDelegateFactory is ambiguous. |
5 | Field viewDeclarationLanguageFactory 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. Recompilation of a client class may be terminated with the message: reference to viewDeclarationLanguageFactory is ambiguous. |
6 | Field visitContextFactory 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. Recompilation of a client class may be terminated with the message: reference to visitContextFactory is ambiguous. |
[+] affected methods (8)
FacesFactory.FacesFactory ( )This constructor is from 'FacesFactory' class.
FacesFactory.getApplicationFactory ( )This method is from 'FacesFactory' class.
FacesFactory.getFacesContextFactory ( )This method is from 'FacesFactory' class.
FacesFactory.getFactoryExtension ( )This method is from 'FacesFactory' class.
FacesFactory.getId ( )This method is from 'FacesFactory' class.
FacesFactory.getLifecycleFactory ( )This method is from 'FacesFactory' class.
FacesFactory.getRenderKitFactory ( )This method is from 'FacesFactory' class.
FacesFactory.setId ( String value )This method is from 'FacesFactory' class.
[+] FacesNavigationCase (1)
| Change | Effect |
---|
1 | Field _if 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. Recompilation of a client class may be terminated with the message: reference to _if is ambiguous. |
[+] affected methods (11)
FacesNavigationCase.FacesNavigationCase ( )This constructor is from 'FacesNavigationCase' class.
FacesNavigationCase.getFromAction ( )This method is from 'FacesNavigationCase' class.
FacesNavigationCase.getFromOutcome ( )This method is from 'FacesNavigationCase' class.
FacesNavigationCase.getId ( )This method is from 'FacesNavigationCase' class.
FacesNavigationCase.getRedirect ( )This method is from 'FacesNavigationCase' class.
FacesNavigationCase.getToViewId ( )This method is from 'FacesNavigationCase' class.
FacesNavigationCase.setFromAction ( FacesFromAction value )This method is from 'FacesNavigationCase' class.
FacesNavigationCase.setFromOutcome ( String value )This method is from 'FacesNavigationCase' class.
FacesNavigationCase.setId ( String value )This method is from 'FacesNavigationCase' class.
FacesNavigationCase.setRedirect ( FacesRedirect value )This method is from 'FacesNavigationCase' class.
FacesNavigationCase.setToViewId ( String value )This method is from 'FacesNavigationCase' class.
[+] FacesRedirect (2)
| Change | Effect |
---|
1 | Field includeViewParams 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. Recompilation of a client class may be terminated with the message: reference to includeViewParams is ambiguous. |
2 | Field viewParam 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. Recompilation of a client class may be terminated with the message: reference to viewParam is ambiguous. |
[+] affected methods (14)
FacesNavigationCase.FacesNavigationCase ( )Field 'this.redirect' in the object of this method has type 'FacesRedirect'.
FacesNavigationCase.getFromAction ( )Field 'this.redirect' in the object of this method has type 'FacesRedirect'.
FacesNavigationCase.getFromOutcome ( )Field 'this.redirect' in the object of this method has type 'FacesRedirect'.
FacesNavigationCase.getId ( )Field 'this.redirect' in the object of this method has type 'FacesRedirect'.
FacesNavigationCase.getRedirect ( )Return value of this method has type 'FacesRedirect'.
FacesNavigationCase.getToViewId ( )Field 'this.redirect' in the object of this method has type 'FacesRedirect'.
FacesNavigationCase.setFromAction ( FacesFromAction value )Field 'this.redirect' in the object of this method has type 'FacesRedirect'.
FacesNavigationCase.setFromOutcome ( String value )Field 'this.redirect' in the object of this method has type 'FacesRedirect'.
FacesNavigationCase.setId ( String value )Field 'this.redirect' in the object of this method has type 'FacesRedirect'.
FacesNavigationCase.setRedirect ( FacesRedirect value )Field 'this.redirect' in the object of this method has type 'FacesRedirect'.
FacesNavigationCase.setToViewId ( String value )Field 'this.redirect' in the object of this method has type 'FacesRedirect'.
FacesRedirect.FacesRedirect ( )This constructor is from 'FacesRedirect' class.
FacesRedirect.getId ( )This method is from 'FacesRedirect' class.
FacesRedirect.setId ( String value )This method is from 'FacesRedirect' class.
[+] FacesRenderKit (1)
| Change | Effect |
---|
1 | Field clientBehaviorRenderer 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. Recompilation of a client class may be terminated with the message: reference to clientBehaviorRenderer is ambiguous. |
[+] affected methods (9)
FacesRenderKit.FacesRenderKit ( )This constructor is from 'FacesRenderKit' class.
FacesRenderKit.getId ( )This method is from 'FacesRenderKit' class.
FacesRenderKit.getRenderer ( )This method is from 'FacesRenderKit' class.
FacesRenderKit.getRenderKitClass ( )This method is from 'FacesRenderKit' class.
FacesRenderKit.getRenderKitExtension ( )This method is from 'FacesRenderKit' class.
FacesRenderKit.getRenderKitId ( )This method is from 'FacesRenderKit' class.
FacesRenderKit.setId ( String value )This method is from 'FacesRenderKit' class.
FacesRenderKit.setRenderKitClass ( String value )This method is from 'FacesRenderKit' class.
FacesRenderKit.setRenderKitId ( String value )This method is from 'FacesRenderKit' class.
[+] Filter (1)
| Change | Effect |
---|
1 | Field asyncSupported 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. Recompilation of a client class may be terminated with the message: reference to asyncSupported is ambiguous. |
[+] affected methods (17)
Filter.Filter ( )This constructor is from 'Filter' class.
Filter.getDescription ( )This method is from 'Filter' class.
Filter.getDescriptions ( )This method is from 'Filter' class.
Filter.getDisplayName ( )This method is from 'Filter' class.
Filter.getDisplayNames ( )This method is from 'Filter' class.
Filter.getFilterClass ( )This method is from 'Filter' class.
Filter.getFilterName ( )This method is from 'Filter' class.
Filter.getIcon ( )This method is from 'Filter' class.
Filter.getIconMap ( )This method is from 'Filter' class.
Filter.getIcons ( )This method is from 'Filter' class.
Filter.getId ( )This method is from 'Filter' class.
Filter.getInitParam ( )This method is from 'Filter' class.
Filter.setDescriptions ( Text[ ] text )This method is from 'Filter' class.
Filter.setDisplayNames ( Text[ ] text )This method is from 'Filter' class.
Filter.setFilterClass ( String value )This method is from 'Filter' class.
Filter.setFilterName ( String value )This method is from 'Filter' class.
Filter.setId ( String value )This method is from 'Filter' class.
[+] Interceptor (5)
| Change | Effect |
---|
1 | Field afterBegin 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. Recompilation of a client class may be terminated with the message: reference to afterBegin is ambiguous. |
2 | Field afterCompletion 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. Recompilation of a client class may be terminated with the message: reference to afterCompletion is ambiguous. |
3 | Field aroundTimeout 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. Recompilation of a client class may be terminated with the message: reference to aroundTimeout is ambiguous. |
4 | Field beforeCompletion 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. Recompilation of a client class may be terminated with the message: reference to beforeCompletion is ambiguous. |
5 | Field dataSource 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. Recompilation of a client class may be terminated with the message: reference to dataSource is ambiguous. |
[+] affected methods (42)
EjbJar.addInterceptor ( Interceptor interceptor )Return value of this method has type 'Interceptor'.
EjbJar.getInterceptor ( String className )Return value of this method has type 'Interceptor'.
Interceptor.addAroundInvoke ( String method )This method is from 'Interceptor' class.
Interceptor.addPostActivate ( String method )This method is from 'Interceptor' class.
Interceptor.addPostConstruct ( String method )This method is from 'Interceptor' class.
Interceptor.addPreDestroy ( String method )This method is from 'Interceptor' class.
Interceptor.addPrePassivate ( String method )This method is from 'Interceptor' class.
Interceptor.getAroundInvoke ( )This method is from 'Interceptor' class.
Interceptor.getEjbLocalRef ( )This method is from 'Interceptor' class.
Interceptor.getEjbLocalRefMap ( )This method is from 'Interceptor' class.
Interceptor.getEjbRef ( )This method is from 'Interceptor' class.
Interceptor.getEjbRefMap ( )This method is from 'Interceptor' class.
Interceptor.getEnvEntry ( )This method is from 'Interceptor' class.
Interceptor.getEnvEntryMap ( )This method is from 'Interceptor' class.
Interceptor.getId ( )This method is from 'Interceptor' class.
Interceptor.getInitMethod ( )This method is from 'Interceptor' class.
Interceptor.getInterceptorClass ( )This method is from 'Interceptor' class.
Interceptor.getJndiConsumerName ( )This method is from 'Interceptor' class.
Interceptor.getMessageDestinationRef ( )This method is from 'Interceptor' class.
Interceptor.getMessageDestinationRefMap ( )This method is from 'Interceptor' class.
Interceptor.getPersistenceContextRef ( )This method is from 'Interceptor' class.
Interceptor.getPersistenceContextRefMap ( )This method is from 'Interceptor' class.
Interceptor.getPersistenceUnitRef ( )This method is from 'Interceptor' class.
Interceptor.getPersistenceUnitRefMap ( )This method is from 'Interceptor' class.
Interceptor.getPostActivate ( )This method is from 'Interceptor' class.
Interceptor.getPostConstruct ( )This method is from 'Interceptor' class.
Interceptor.getPreDestroy ( )This method is from 'Interceptor' class.
Interceptor.getPrePassivate ( )This method is from 'Interceptor' class.
Interceptor.getRemoveMethod ( )This method is from 'Interceptor' class.
Interceptor.getResourceEnvRef ( )This method is from 'Interceptor' class.
Interceptor.getResourceEnvRefMap ( )This method is from 'Interceptor' class.
Interceptor.getResourceRef ( )This method is from 'Interceptor' class.
Interceptor.getResourceRefMap ( )This method is from 'Interceptor' class.
Interceptor.getServiceRef ( )This method is from 'Interceptor' class.
Interceptor.getServiceRefMap ( )This method is from 'Interceptor' class.
Interceptor.Interceptor ( )This constructor is from 'Interceptor' class.
Interceptor.Interceptor ( Class interceptorClass )This constructor is from 'Interceptor' class.
Interceptor.Interceptor ( String interceptorClass )This constructor is from 'Interceptor' class.
Interceptor.setId ( String value )This method is from 'Interceptor' class.
Interceptor.setInterceptorClass ( String value )This method is from 'Interceptor' class.
Interceptors.addInterceptor ( Interceptor interceptor )Return value of this method has type 'Interceptor'.
Interceptors.getInterceptor ( String className )Return value of this method has type 'Interceptor'.
[+] InterceptorBinding (1)
| 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. Recompilation of a client class may be terminated with the message: reference to className is ambiguous. |
[+] affected methods (19)
AssemblyDescriptor.addInterceptorBinding ( InterceptorBinding binding )Return value of this method has type 'InterceptorBinding'.
InterceptorBinding.getEjbName ( )This method is from 'InterceptorBinding' class.
InterceptorBinding.getExcludeClassInterceptors ( )This method is from 'InterceptorBinding' class.
InterceptorBinding.getExcludeDefaultInterceptors ( )This method is from 'InterceptorBinding' class.
InterceptorBinding.getId ( )This method is from 'InterceptorBinding' class.
InterceptorBinding.getInterceptorClass ( )This method is from 'InterceptorBinding' class.
InterceptorBinding.getInterceptorOrder ( )This method is from 'InterceptorBinding' class.
InterceptorBinding.getMethod ( )This method is from 'InterceptorBinding' class.
InterceptorBinding.InterceptorBinding ( )This constructor is from 'InterceptorBinding' class.
InterceptorBinding.InterceptorBinding ( String ejbName )This constructor is from 'InterceptorBinding' class.
InterceptorBinding.InterceptorBinding ( String ejbName, String[ ] interceptorClasses )This constructor is from 'InterceptorBinding' class.
InterceptorBinding.InterceptorBinding ( String ejbName, Interceptor[ ] interceptors )This constructor is from 'InterceptorBinding' class.
InterceptorBinding.InterceptorBinding ( EnterpriseBean bean, Interceptor[ ] interceptors )This constructor is from 'InterceptorBinding' class.
InterceptorBinding.setEjbName ( String value )This method is from 'InterceptorBinding' class.
InterceptorBinding.setExcludeClassInterceptors ( boolean value )This method is from 'InterceptorBinding' class.
InterceptorBinding.setExcludeDefaultInterceptors ( boolean value )This method is from 'InterceptorBinding' class.
InterceptorBinding.setId ( String value )This method is from 'InterceptorBinding' class.
InterceptorBinding.setInterceptorOrder ( InterceptorOrder value )This method is from 'InterceptorBinding' class.
InterceptorBinding.setMethod ( NamedMethod value )This method is from 'InterceptorBinding' class.
[+] JspPropertyGroup (3)
| Change | Effect |
---|
1 | Field buffer 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. Recompilation of a client class may be terminated with the message: reference to buffer is ambiguous. |
2 | Field defaultContentType 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. Recompilation of a client class may be terminated with the message: reference to defaultContentType is ambiguous. |
3 | Field errorOnUndeclaredNamespace 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. Recompilation of a client class may be terminated with the message: reference to errorOnUndeclaredNamespace is ambiguous. |
[+] affected methods (27)
JspPropertyGroup.getDescription ( )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.getDescriptions ( )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.getDisplayName ( )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.getDisplayNames ( )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.getIcon ( )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.getIconMap ( )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.getIcons ( )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.getId ( )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.getIncludeCoda ( )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.getIncludePrelude ( )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.getPageEncoding ( )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.getUrlPattern ( )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.isDeferredSyntaxAllowedAsLiteral ( )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.isElIgnored ( )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.isIsXml ( )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.isScriptingInvalid ( )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.isTrimDirectiveWhitespaces ( )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.JspPropertyGroup ( )This constructor is from 'JspPropertyGroup' class.
JspPropertyGroup.setDeferredSyntaxAllowedAsLiteral ( Boolean value )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.setDescriptions ( Text[ ] text )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.setDisplayNames ( Text[ ] text )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.setElIgnored ( Boolean value )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.setId ( String value )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.setIsXml ( Boolean value )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.setPageEncoding ( String value )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.setScriptingInvalid ( Boolean value )This method is from 'JspPropertyGroup' class.
JspPropertyGroup.setTrimDirectiveWhitespaces ( Boolean value )This method is from 'JspPropertyGroup' class.
[+] MessageDestination (1)
| Change | Effect |
---|
1 | Field lookupName 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. Recompilation of a client class may be terminated with the message: reference to lookupName is ambiguous. |
[+] affected methods (9)
MessageDestination.getId ( )This method is from 'MessageDestination' class.
MessageDestination.getKey ( )This method is from 'MessageDestination' class.
MessageDestination.getKey ( )This method is from 'MessageDestination' class.
MessageDestination.getMappedName ( )This method is from 'MessageDestination' class.
MessageDestination.getMessageDestinationName ( )This method is from 'MessageDestination' class.
MessageDestination.MessageDestination ( )This constructor is from 'MessageDestination' class.
MessageDestination.setId ( String value )This method is from 'MessageDestination' class.
MessageDestination.setMappedName ( String value )This method is from 'MessageDestination' class.
MessageDestination.setMessageDestinationName ( String value )This method is from 'MessageDestination' class.
[+] MessageDestinationRef (1)
| Change | Effect |
---|
1 | Field lookupName 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. Recompilation of a client class may be terminated with the message: reference to lookupName is ambiguous. |
[+] affected methods (19)
MessageDestinationRef.getId ( )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.getKey ( )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.getKey ( )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.getMappedName ( )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.getMessageDestinationLink ( )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.getMessageDestinationRefName ( )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.getMessageDestinationType ( )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.getMessageDestinationUsage ( )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.getName ( )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.getType ( )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.MessageDestinationRef ( )This constructor is from 'MessageDestinationRef' class.
MessageDestinationRef.setId ( String value )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.setMappedName ( String value )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.setMessageDestinationLink ( String value )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.setMessageDestinationRefName ( String value )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.setMessageDestinationType ( String value )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.setMessageDestinationUsage ( MessageDestinationUsage value )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.setName ( String name )This method is from 'MessageDestinationRef' class.
MessageDestinationRef.setType ( String type )This method is from 'MessageDestinationRef' class.
[+] MessageDrivenBean (3)
| Change | Effect |
---|
1 | Field aroundTimeout 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. Recompilation of a client class may be terminated with the message: reference to aroundTimeout is ambiguous. |
2 | Field dataSource 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. Recompilation of a client class may be terminated with the message: reference to dataSource is ambiguous. |
3 | Field timer 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. Recompilation of a client class may be terminated with the message: reference to timer is ambiguous. |
[+] affected methods (69)
MessageDrivenBean.addAroundInvoke ( String method )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.addPostConstruct ( String method )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.addPreDestroy ( String method )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getAcknowledgeMode ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getActivationConfig ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getAroundInvoke ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getDescription ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getDescriptions ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getDisplayName ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getDisplayNames ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getEjbClass ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getEjbLocalRef ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getEjbLocalRefMap ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getEjbName ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getEjbRef ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getEjbRefMap ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getEnvEntry ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getEnvEntryMap ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getIcon ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getIconMap ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getIcons ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getId ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getJndiConsumerName ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getMappedName ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getMessageDestinationLink ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getMessageDestinationRef ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getMessageDestinationRefMap ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getMessageDestinationType ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getMessageDrivenDestination ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getMessageSelector ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getMessagingType ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getPersistenceContextRef ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getPersistenceContextRefMap ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getPersistenceUnitRef ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getPersistenceUnitRefMap ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getPostConstruct ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getPreDestroy ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getResourceEnvRef ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getResourceEnvRefMap ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getResourceRef ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getResourceRefMap ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getSecurityIdentity ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getSecurityRoleRef ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getServiceRef ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getServiceRefMap ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getTimeoutMethod ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getTransactionType ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.MessageDrivenBean ( )This constructor is from 'MessageDrivenBean' class.
MessageDrivenBean.MessageDrivenBean ( Class ejbClass )This constructor is from 'MessageDrivenBean' class.
MessageDrivenBean.MessageDrivenBean ( String ejbName )This constructor is from 'MessageDrivenBean' class.
MessageDrivenBean.MessageDrivenBean ( String ejbName, Class ejbClass )This constructor is from 'MessageDrivenBean' class.
MessageDrivenBean.MessageDrivenBean ( String ejbName, String ejbClass )This constructor is from 'MessageDrivenBean' class.
MessageDrivenBean.setAcknowledgeMode ( String acknowledgeMode )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setActivationConfig ( ActivationConfig value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setDescriptions ( Text[ ] text )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setDisplayNames ( Text[ ] text )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setEjbClass ( Class value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setEjbClass ( String value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setEjbName ( String value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setId ( String value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setMappedName ( String value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setMessageDestinationLink ( String value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setMessageDestinationType ( String value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setMessageDrivenDestination ( MessageDrivenDestination value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setMessageSelector ( String messageSelector )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setMessagingType ( String value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setSecurityIdentity ( SecurityIdentity value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setTimeoutMethod ( NamedMethod value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setTransactionType ( TransactionType value )This method is from 'MessageDrivenBean' class.
[+] MethodIntf (2)
| Change | Effect |
---|
1 | Field MESSAGEENDPOINT 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. Recompilation of a client class may be terminated with the message: reference to MESSAGEENDPOINT is ambiguous. |
2 | Field TIMER 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. Recompilation of a client class may be terminated with the message: reference to TIMER is ambiguous. |
[+] affected methods (27)
ContainerTransaction.ContainerTransaction ( TransAttribute transAttribute, Method method )Field 'method.methodIntf' in 2nd parameter 'method' of this method has type 'MethodIntf'.
ExcludeList.addMethod ( Method method )Field 'method.methodIntf' in 1st parameter 'method' of this method has type 'MethodIntf'.
Method.getClassName ( )Field 'this.methodIntf' in the object of this method has type 'MethodIntf'.
Method.getDescription ( )Field 'this.methodIntf' in the object of this method has type 'MethodIntf'.
Method.getDescriptions ( )Field 'this.methodIntf' in the object of this method has type 'MethodIntf'.
Method.getEjbName ( )Field 'this.methodIntf' in the object of this method has type 'MethodIntf'.
Method.getId ( )Field 'this.methodIntf' in the object of this method has type 'MethodIntf'.
Method.getMethodIntf ( )Field 'this.methodIntf' in the object of this method has type 'MethodIntf'.
Method.getMethodName ( )Field 'this.methodIntf' in the object of this method has type 'MethodIntf'.
Method.getMethodParams ( )Field 'this.methodIntf' in the object of this method has type 'MethodIntf'.
Method.Method ( )Field 'this.methodIntf' in the object of this method has type 'MethodIntf'.
Method.Method ( String ejbName, reflect.Method method )Field 'this.methodIntf' in the object of this method has type 'MethodIntf'.
Method.Method ( String ejbName, String methodName )Field 'this.methodIntf' in the object of this method has type 'MethodIntf'.
Method.Method ( String ejbName, String className, String methodName )Field 'this.methodIntf' in the object of this method has type 'MethodIntf'.
Method.Method ( String ejbName, String className, String methodName, String[ ] parameters )Field 'this.methodIntf' in the object of this method has type 'MethodIntf'.
Method.Method ( String ejbName, String methodName, String[ ] parameters )Field 'this.methodIntf' in the object of this method has type 'MethodIntf'.
Method.setDescriptions ( Text[ ] text )Field 'this.methodIntf' in the object of this method has type 'MethodIntf'.
Method.setEjbName ( String value )Field 'this.methodIntf' in the object of this method has type 'MethodIntf'.
Method.setId ( String value )Field 'this.methodIntf' in the object of this method has type 'MethodIntf'.
Method.setMethodIntf ( MethodIntf value )Field 'this.methodIntf' in the object of this method has type 'MethodIntf'.
Method.setMethodName ( String value )Field 'this.methodIntf' in the object of this method has type 'MethodIntf'.
Method.setMethodParams ( MethodParams value )Field 'this.methodIntf' in the object of this method has type 'MethodIntf'.
MethodAttribute.MethodAttribute ( Object attribute, Method method )Field 'method.methodIntf' in 2nd parameter 'method' of this method has type 'MethodIntf'.
MethodIntf.toString ( )This method is from 'MethodIntf' class.
MethodIntf.valueOf ( String name )This method is from 'MethodIntf' class.
MethodIntf.values ( )This method is from 'MethodIntf' class.
MethodPermission.MethodPermission ( Method method, String[ ] roles )Field 'method.methodIntf' in 1st parameter 'method' of this method has type 'MethodIntf'.
[+] PersistenceContextRef (1)
| Change | Effect |
---|
1 | Field lookupName 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. Recompilation of a client class may be terminated with the message: reference to lookupName is ambiguous. |
[+] affected methods (21)
PersistenceContextRef.getId ( )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.getKey ( )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.getKey ( )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.getMappedName ( )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.getName ( )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.getPersistenceContextRefName ( )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.getPersistenceContextType ( )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.getPersistenceProperty ( )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.getPersistenceUnitName ( )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.getType ( )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.PersistenceContextRef ( )This constructor is from 'PersistenceContextRef' class.
PersistenceContextRef.PersistenceContextRef ( String persistenceContextRefName, String persistenceUnitName )This constructor is from 'PersistenceContextRef' class.
PersistenceContextRef.PersistenceContextRef ( String persistenceContextRefName, String persistenceUnitName, PersistenceContextType persistenceContextType, java.util.List persistenceProperty )This constructor is from 'PersistenceContextRef' class.
PersistenceContextRef.setId ( String value )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.setMappedName ( String value )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.setName ( String name )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.setPersistenceContextRefName ( String value )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.setPersistenceContextType ( PersistenceContextType value )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.setPersistenceProperty ( java.util.List persistenceProperty )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.setPersistenceUnitName ( String value )This method is from 'PersistenceContextRef' class.
PersistenceContextRef.setType ( String type )This method is from 'PersistenceContextRef' class.
[+] PersistenceUnitRef (1)
| Change | Effect |
---|
1 | Field lookupName 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. Recompilation of a client class may be terminated with the message: reference to lookupName is ambiguous. |
[+] affected methods (16)
PersistenceUnitRef.getId ( )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.getKey ( )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.getKey ( )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.getMappedName ( )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.getName ( )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.getPersistenceUnitName ( )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.getPersistenceUnitRefName ( )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.getType ( )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.PersistenceUnitRef ( )This constructor is from 'PersistenceUnitRef' class.
PersistenceUnitRef.PersistenceUnitRef ( String persistenceUnitRefName, String persistenceUnitName )This constructor is from 'PersistenceUnitRef' class.
PersistenceUnitRef.setId ( String value )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.setMappedName ( String value )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.setName ( String name )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.setPersistenceUnitName ( String value )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.setPersistenceUnitRefName ( String value )This method is from 'PersistenceUnitRef' class.
PersistenceUnitRef.setType ( String type )This method is from 'PersistenceUnitRef' class.
[+] PortComponent (3)
| Change | Effect |
---|
1 | Field addressing 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. Recompilation of a client class may be terminated with the message: reference to addressing is ambiguous. |
2 | Field mtomThreshold 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. Recompilation of a client class may be terminated with the message: reference to mtomThreshold is ambiguous. |
3 | Field respectBinding 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. Recompilation of a client class may be terminated with the message: reference to respectBinding is ambiguous. |
[+] affected methods (28)
PortComponent.getDescription ( )This method is from 'PortComponent' class.
PortComponent.getDisplayName ( )This method is from 'PortComponent' class.
PortComponent.getHandlerChains ( )This method is from 'PortComponent' class.
PortComponent.getIcon ( )This method is from 'PortComponent' class.
PortComponent.getId ( )This method is from 'PortComponent' class.
PortComponent.getKey ( )This method is from 'PortComponent' class.
PortComponent.getKey ( )This method is from 'PortComponent' class.
PortComponent.getLocation ( )This method is from 'PortComponent' class.
PortComponent.getPortComponentName ( )This method is from 'PortComponent' class.
PortComponent.getProtocolBinding ( )This method is from 'PortComponent' class.
PortComponent.getServiceEndpointInterface ( )This method is from 'PortComponent' class.
PortComponent.getServiceImplBean ( )This method is from 'PortComponent' class.
PortComponent.getWsdlPort ( )This method is from 'PortComponent' class.
PortComponent.getWsdlService ( )This method is from 'PortComponent' class.
PortComponent.isEnableMtom ( )This method is from 'PortComponent' class.
PortComponent.PortComponent ( )This constructor is from 'PortComponent' class.
PortComponent.setDescription ( String value )This method is from 'PortComponent' class.
PortComponent.setDisplayName ( String value )This method is from 'PortComponent' class.
PortComponent.setHandlerChains ( HandlerChains value )This method is from 'PortComponent' class.
PortComponent.setIcon ( Icon value )This method is from 'PortComponent' class.
PortComponent.setId ( String value )This method is from 'PortComponent' class.
PortComponent.setLocation ( String location )This method is from 'PortComponent' class.
PortComponent.setPortComponentName ( String value )This method is from 'PortComponent' class.
PortComponent.setProtocolBinding ( String value )This method is from 'PortComponent' class.
PortComponent.setServiceEndpointInterface ( String value )This method is from 'PortComponent' class.
PortComponent.setServiceImplBean ( ServiceImplBean value )This method is from 'PortComponent' class.
PortComponent.setWsdlPort ( javax.xml.namespace.QName value )This method is from 'PortComponent' class.
PortComponent.setWsdlService ( javax.xml.namespace.QName value )This method is from 'PortComponent' class.
[+] PortComponentRef (3)
| Change | Effect |
---|
1 | Field addressing 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. Recompilation of a client class may be terminated with the message: reference to addressing is ambiguous. |
2 | Field mtomThreshold 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. Recompilation of a client class may be terminated with the message: reference to mtomThreshold is ambiguous. |
3 | Field respectBinding 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. Recompilation of a client class may be terminated with the message: reference to respectBinding is ambiguous. |
[+] affected methods (12)
PortComponentRef.getId ( )This method is from 'PortComponentRef' class.
PortComponentRef.getPortComponentLink ( )This method is from 'PortComponentRef' class.
PortComponentRef.getProperties ( )This method is from 'PortComponentRef' class.
PortComponentRef.getQName ( )This method is from 'PortComponentRef' class.
PortComponentRef.getServiceEndpointInterface ( )This method is from 'PortComponentRef' class.
PortComponentRef.isEnableMtom ( )This method is from 'PortComponentRef' class.
PortComponentRef.PortComponentRef ( )This constructor is from 'PortComponentRef' class.
PortComponentRef.setEnableMtom ( boolean value )This method is from 'PortComponentRef' class.
PortComponentRef.setId ( String value )This method is from 'PortComponentRef' class.
PortComponentRef.setPortComponentLink ( String value )This method is from 'PortComponentRef' class.
PortComponentRef.setQName ( javax.xml.namespace.QName qname )This method is from 'PortComponentRef' class.
PortComponentRef.setServiceEndpointInterface ( String value )This method is from 'PortComponentRef' class.
[+] ResourceAdapter (7)
| Change | Effect |
---|
1 | Field adminObject 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. Recompilation of a client class may be terminated with the message: reference to adminObject is ambiguous. |
2 | Field configProperty 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. Recompilation of a client class may be terminated with the message: reference to configProperty is ambiguous. |
3 | Field id 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. Recompilation of a client class may be terminated with the message: reference to id is ambiguous. |
4 | Field inboundResourceAdapter 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. Recompilation of a client class may be terminated with the message: reference to inboundResourceAdapter is ambiguous. |
5 | Field outboundResourceAdapter 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. Recompilation of a client class may be terminated with the message: reference to outboundResourceAdapter is ambiguous. |
6 | Field resourceAdapterClass 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. Recompilation of a client class may be terminated with the message: reference to resourceAdapterClass is ambiguous. |
7 | Field securityPermission 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. Recompilation of a client class may be terminated with the message: reference to securityPermission is ambiguous. |
[+] affected methods (5)
Connector.getResourceAdapter ( )Return value of this method has type 'ResourceAdapter'.
ResourceAdapter.getConfigProperty ( )This method is from 'ResourceAdapter' class.
ResourceAdapter.ResourceAdapter ( )This constructor is from 'ResourceAdapter' class.
ResourceAdapter.ResourceAdapter ( Class resourceAdapterClass )This constructor is from 'ResourceAdapter' class.
ResourceAdapter.ResourceAdapter ( String resourceAdapterClass )This constructor is from 'ResourceAdapter' class.
[+] ResourceAdapter10 (2)
| Change | Effect |
---|
1 | Field id 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. Recompilation of a client class may be terminated with the message: reference to id is ambiguous. |
2 | Field securityPermission 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. Recompilation of a client class may be terminated with the message: reference to securityPermission is ambiguous. |
[+] affected methods (18)
Connector10.getResourceAdapter ( )Return value of this method has type 'ResourceAdapter10'.
ResourceAdapter10.getAuthenticationMechanism ( )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.getConfigProperty ( )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.getConnectionFactoryImplClass ( )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.getConnectionFactoryInterface ( )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.getConnectionImplClass ( )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.getConnectionInterface ( )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.getManagedConnectionFactoryClass ( )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.getTransactionSupport ( )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.isReauthenticationSupport ( )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.ResourceAdapter10 ( )This constructor is from 'ResourceAdapter10' class.
ResourceAdapter10.setConnectionFactoryImplClass ( String value )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.setConnectionFactoryInterface ( String value )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.setConnectionImplClass ( String value )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.setConnectionInterface ( String value )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.setManagedConnectionFactoryClass ( String value )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.setReauthenticationSupport ( Boolean value )This method is from 'ResourceAdapter10' class.
ResourceAdapter10.setTransactionSupport ( TransactionSupportType value )This method is from 'ResourceAdapter10' class.
[+] ResourceEnvRef (1)
| Change | Effect |
---|
1 | Field lookupName 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. Recompilation of a client class may be terminated with the message: reference to lookupName is ambiguous. |
[+] affected methods (16)
ResourceEnvRef.getId ( )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.getKey ( )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.getKey ( )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.getMappedName ( )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.getName ( )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.getResourceEnvRefName ( )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.getResourceEnvRefType ( )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.getType ( )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.ResourceEnvRef ( )This constructor is from 'ResourceEnvRef' class.
ResourceEnvRef.ResourceEnvRef ( String resourceEnvRefName, String resourceEnvRefType )This constructor is from 'ResourceEnvRef' class.
ResourceEnvRef.setId ( String value )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.setMappedName ( String value )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.setName ( String name )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.setResourceEnvRefName ( String value )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.setResourceEnvRefType ( String value )This method is from 'ResourceEnvRef' class.
ResourceEnvRef.setType ( String type )This method is from 'ResourceEnvRef' class.
[+] ResourceRef (1)
| Change | Effect |
---|
1 | Field lookupName 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. Recompilation of a client class may be terminated with the message: reference to lookupName is ambiguous. |
[+] affected methods (21)
ResourceRef.getId ( )This method is from 'ResourceRef' class.
ResourceRef.getKey ( )This method is from 'ResourceRef' class.
ResourceRef.getKey ( )This method is from 'ResourceRef' class.
ResourceRef.getMappedName ( )This method is from 'ResourceRef' class.
ResourceRef.getName ( )This method is from 'ResourceRef' class.
ResourceRef.getResAuth ( )This method is from 'ResourceRef' class.
ResourceRef.getResRefName ( )This method is from 'ResourceRef' class.
ResourceRef.getResSharingScope ( )This method is from 'ResourceRef' class.
ResourceRef.getResType ( )This method is from 'ResourceRef' class.
ResourceRef.getType ( )This method is from 'ResourceRef' class.
ResourceRef.ResourceRef ( )This constructor is from 'ResourceRef' class.
ResourceRef.ResourceRef ( String resRefName, String resType )This constructor is from 'ResourceRef' class.
ResourceRef.ResourceRef ( String resRefName, String resType, ResAuth resAuth, ResSharingScope resSharingScope )This constructor is from 'ResourceRef' class.
ResourceRef.setId ( String value )This method is from 'ResourceRef' class.
ResourceRef.setMappedName ( String value )This method is from 'ResourceRef' class.
ResourceRef.setName ( String name )This method is from 'ResourceRef' class.
ResourceRef.setResAuth ( ResAuth value )This method is from 'ResourceRef' class.
ResourceRef.setResRefName ( String value )This method is from 'ResourceRef' class.
ResourceRef.setResSharingScope ( ResSharingScope value )This method is from 'ResourceRef' class.
ResourceRef.setResType ( String value )This method is from 'ResourceRef' class.
ResourceRef.setType ( String type )This method is from 'ResourceRef' class.
[+] ServiceRef (1)
| Change | Effect |
---|
1 | Field lookupName 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. Recompilation of a client class may be terminated with the message: reference to lookupName is ambiguous. |
[+] affected methods (28)
ServiceRef.getAllHandlers ( )This method is from 'ServiceRef' class.
ServiceRef.getHandler ( )This method is from 'ServiceRef' class.
ServiceRef.getHandlerChains ( )This method is from 'ServiceRef' class.
ServiceRef.getId ( )This method is from 'ServiceRef' class.
ServiceRef.getJaxrpcMappingFile ( )This method is from 'ServiceRef' class.
ServiceRef.getKey ( )This method is from 'ServiceRef' class.
ServiceRef.getKey ( )This method is from 'ServiceRef' class.
ServiceRef.getMappedName ( )This method is from 'ServiceRef' class.
ServiceRef.getName ( )This method is from 'ServiceRef' class.
ServiceRef.getPortComponentRef ( )This method is from 'ServiceRef' class.
ServiceRef.getServiceInterface ( )This method is from 'ServiceRef' class.
ServiceRef.getServiceQname ( )This method is from 'ServiceRef' class.
ServiceRef.getServiceRefName ( )This method is from 'ServiceRef' class.
ServiceRef.getServiceRefType ( )This method is from 'ServiceRef' class.
ServiceRef.getType ( )This method is from 'ServiceRef' class.
ServiceRef.getWsdlFile ( )This method is from 'ServiceRef' class.
ServiceRef.ServiceRef ( )This constructor is from 'ServiceRef' class.
ServiceRef.setHandlerChains ( HandlerChains value )This method is from 'ServiceRef' class.
ServiceRef.setId ( String value )This method is from 'ServiceRef' class.
ServiceRef.setJaxrpcMappingFile ( String value )This method is from 'ServiceRef' class.
ServiceRef.setMappedName ( String value )This method is from 'ServiceRef' class.
ServiceRef.setName ( String name )This method is from 'ServiceRef' class.
ServiceRef.setServiceInterface ( String value )This method is from 'ServiceRef' class.
ServiceRef.setServiceQname ( javax.xml.namespace.QName value )This method is from 'ServiceRef' class.
ServiceRef.setServiceRefName ( String value )This method is from 'ServiceRef' class.
ServiceRef.setServiceRefType ( String value )This method is from 'ServiceRef' class.
ServiceRef.setType ( String type )This method is from 'ServiceRef' class.
ServiceRef.setWsdlFile ( String value )This method is from 'ServiceRef' class.
[+] Servlet (3)
| Change | Effect |
---|
1 | Field asyncSupported 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. Recompilation of a client class may be terminated with the message: reference to asyncSupported is ambiguous. |
2 | Field enabled 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. Recompilation of a client class may be terminated with the message: reference to enabled is ambiguous. |
3 | Field multipartConfig 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. Recompilation of a client class may be terminated with the message: reference to multipartConfig is ambiguous. |
[+] affected methods (22)
Servlet.getDescription ( )This method is from 'Servlet' class.
Servlet.getDescriptions ( )This method is from 'Servlet' class.
Servlet.getDisplayName ( )This method is from 'Servlet' class.
Servlet.getDisplayNames ( )This method is from 'Servlet' class.
Servlet.getIcon ( )This method is from 'Servlet' class.
Servlet.getIconMap ( )This method is from 'Servlet' class.
Servlet.getIcons ( )This method is from 'Servlet' class.
Servlet.getId ( )This method is from 'Servlet' class.
Servlet.getInitParam ( )This method is from 'Servlet' class.
Servlet.getJspFile ( )This method is from 'Servlet' class.
Servlet.getRunAs ( )This method is from 'Servlet' class.
Servlet.getSecurityRoleRef ( )This method is from 'Servlet' class.
Servlet.getServletClass ( )This method is from 'Servlet' class.
Servlet.getServletName ( )This method is from 'Servlet' class.
Servlet.Servlet ( )This constructor is from 'Servlet' class.
Servlet.setDescriptions ( Text[ ] text )This method is from 'Servlet' class.
Servlet.setDisplayNames ( Text[ ] text )This method is from 'Servlet' class.
Servlet.setId ( String value )This method is from 'Servlet' class.
Servlet.setJspFile ( String value )This method is from 'Servlet' class.
Servlet.setRunAs ( RunAs value )This method is from 'Servlet' class.
Servlet.setServletClass ( String value )This method is from 'Servlet' class.
Servlet.setServletName ( String value )This method is from 'Servlet' class.
[+] SessionBean (11)
| Change | Effect |
---|
1 | Field afterBeginMethod 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. Recompilation of a client class may be terminated with the message: reference to afterBeginMethod is ambiguous. |
2 | Field afterCompletionMethod 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. Recompilation of a client class may be terminated with the message: reference to afterCompletionMethod is ambiguous. |
3 | Field aroundTimeout 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. Recompilation of a client class may be terminated with the message: reference to aroundTimeout is ambiguous. |
4 | Field asyncMethod 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. Recompilation of a client class may be terminated with the message: reference to asyncMethod is ambiguous. |
5 | Field beforeCompletionMethod 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. Recompilation of a client class may be terminated with the message: reference to beforeCompletionMethod is ambiguous. |
6 | Field concurrencyManagementType 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. Recompilation of a client class may be terminated with the message: reference to concurrencyManagementType is ambiguous. |
7 | Field concurrentMethod 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. Recompilation of a client class may be terminated with the message: reference to concurrentMethod is ambiguous. |
8 | Field dataSource 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. Recompilation of a client class may be terminated with the message: reference to dataSource is ambiguous. |
9 | Field initOnStartup 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. Recompilation of a client class may be terminated with the message: reference to initOnStartup is ambiguous. |
10 | Field statefulTimeout 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. Recompilation of a client class may be terminated with the message: reference to statefulTimeout is ambiguous. |
11 | Field timer 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. Recompilation of a client class may be terminated with the message: reference to timer is ambiguous. |
[+] affected methods (83)
SessionBean.addAroundInvoke ( String method )This method is from 'SessionBean' class.
SessionBean.addBusinessLocal ( Class businessLocal )This method is from 'SessionBean' class.
SessionBean.addBusinessLocal ( String businessLocal )This method is from 'SessionBean' class.
SessionBean.addBusinessRemote ( Class businessRemote )This method is from 'SessionBean' class.
SessionBean.addBusinessRemote ( String businessRemote )This method is from 'SessionBean' class.
SessionBean.addPostActivate ( String method )This method is from 'SessionBean' class.
SessionBean.addPostConstruct ( String method )This method is from 'SessionBean' class.
SessionBean.addPreDestroy ( String method )This method is from 'SessionBean' class.
SessionBean.addPrePassivate ( String method )This method is from 'SessionBean' class.
SessionBean.getAroundInvoke ( )This method is from 'SessionBean' class.
SessionBean.getBusinessLocal ( )This method is from 'SessionBean' class.
SessionBean.getBusinessRemote ( )This method is from 'SessionBean' class.
SessionBean.getDependsOn ( )This method is from 'SessionBean' class.
SessionBean.getDescription ( )This method is from 'SessionBean' class.
SessionBean.getDescriptions ( )This method is from 'SessionBean' class.
SessionBean.getDisplayName ( )This method is from 'SessionBean' class.
SessionBean.getDisplayNames ( )This method is from 'SessionBean' class.
SessionBean.getEjbClass ( )This method is from 'SessionBean' class.
SessionBean.getEjbLocalRef ( )This method is from 'SessionBean' class.
SessionBean.getEjbLocalRefMap ( )This method is from 'SessionBean' class.
SessionBean.getEjbName ( )This method is from 'SessionBean' class.
SessionBean.getEjbRef ( )This method is from 'SessionBean' class.
SessionBean.getEjbRefMap ( )This method is from 'SessionBean' class.
SessionBean.getEnvEntry ( )This method is from 'SessionBean' class.
SessionBean.getEnvEntryMap ( )This method is from 'SessionBean' class.
SessionBean.getHome ( )This method is from 'SessionBean' class.
SessionBean.getIcon ( )This method is from 'SessionBean' class.
SessionBean.getIconMap ( )This method is from 'SessionBean' class.
SessionBean.getIcons ( )This method is from 'SessionBean' class.
SessionBean.getId ( )This method is from 'SessionBean' class.
SessionBean.getInitMethod ( )This method is from 'SessionBean' class.
SessionBean.getJndiConsumerName ( )This method is from 'SessionBean' class.
SessionBean.getLocal ( )This method is from 'SessionBean' class.
SessionBean.getLocalHome ( )This method is from 'SessionBean' class.
SessionBean.getMappedName ( )This method is from 'SessionBean' class.
SessionBean.getMessageDestinationRef ( )This method is from 'SessionBean' class.
SessionBean.getMessageDestinationRefMap ( )This method is from 'SessionBean' class.
SessionBean.getPersistenceContextRef ( )This method is from 'SessionBean' class.
SessionBean.getPersistenceContextRefMap ( )This method is from 'SessionBean' class.
SessionBean.getPersistenceUnitRef ( )This method is from 'SessionBean' class.
SessionBean.getPersistenceUnitRefMap ( )This method is from 'SessionBean' class.
SessionBean.getPostActivate ( )This method is from 'SessionBean' class.
SessionBean.getPostConstruct ( )This method is from 'SessionBean' class.
SessionBean.getPreDestroy ( )This method is from 'SessionBean' class.
SessionBean.getPrePassivate ( )This method is from 'SessionBean' class.
SessionBean.getRemote ( )This method is from 'SessionBean' class.
SessionBean.getRemoveMethod ( )This method is from 'SessionBean' class.
SessionBean.getResourceEnvRef ( )This method is from 'SessionBean' class.
SessionBean.getResourceEnvRefMap ( )This method is from 'SessionBean' class.
SessionBean.getResourceRef ( )This method is from 'SessionBean' class.
SessionBean.getResourceRefMap ( )This method is from 'SessionBean' class.
SessionBean.getSecurityIdentity ( )This method is from 'SessionBean' class.
SessionBean.getSecurityRoleRef ( )This method is from 'SessionBean' class.
SessionBean.getServiceEndpoint ( )This method is from 'SessionBean' class.
SessionBean.getServiceRef ( )This method is from 'SessionBean' class.
SessionBean.getServiceRefMap ( )This method is from 'SessionBean' class.
SessionBean.getSessionType ( )This method is from 'SessionBean' class.
SessionBean.getTimeoutMethod ( )This method is from 'SessionBean' class.
SessionBean.getTransactionType ( )This method is from 'SessionBean' class.
SessionBean.SessionBean ( )This constructor is from 'SessionBean' class.
SessionBean.SessionBean ( String ejbName, String ejbClass, SessionType sessionType )This constructor is from 'SessionBean' class.
SessionBean.setDependsOn ( String[ ] ejbNames )This method is from 'SessionBean' class.
SessionBean.setDependsOn ( java.util.List ejbNames )This method is from 'SessionBean' class.
SessionBean.setDescriptions ( Text[ ] text )This method is from 'SessionBean' class.
SessionBean.setDisplayNames ( Text[ ] text )This method is from 'SessionBean' class.
SessionBean.setEjbClass ( Class value )This method is from 'SessionBean' class.
SessionBean.setEjbClass ( String value )This method is from 'SessionBean' class.
SessionBean.setEjbName ( String value )This method is from 'SessionBean' class.
SessionBean.setHome ( String value )This method is from 'SessionBean' class.
SessionBean.setHomeAndLocal ( Class localHome, Class local )This method is from 'SessionBean' class.
SessionBean.setHomeAndLocal ( String localHome, String local )This method is from 'SessionBean' class.
SessionBean.setHomeAndRemote ( Class home, Class remote )This method is from 'SessionBean' class.
SessionBean.setHomeAndRemote ( String home, String remote )This method is from 'SessionBean' class.
SessionBean.setId ( String value )This method is from 'SessionBean' class.
SessionBean.setLocal ( String value )This method is from 'SessionBean' class.
SessionBean.setLocalHome ( String value )This method is from 'SessionBean' class.
SessionBean.setMappedName ( String value )This method is from 'SessionBean' class.
SessionBean.setRemote ( String value )This method is from 'SessionBean' class.
SessionBean.setSecurityIdentity ( SecurityIdentity value )This method is from 'SessionBean' class.
SessionBean.setServiceEndpoint ( String value )This method is from 'SessionBean' class.
SessionBean.setSessionType ( SessionType value )This method is from 'SessionBean' class.
SessionBean.setTimeoutMethod ( NamedMethod value )This method is from 'SessionBean' class.
SessionBean.setTransactionType ( TransactionType value )This method is from 'SessionBean' class.
[+] SessionConfig (2)
| Change | Effect |
---|
1 | Field cookieConfig 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. Recompilation of a client class may be terminated with the message: reference to cookieConfig is ambiguous. |
2 | Field trackingMode 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. Recompilation of a client class may be terminated with the message: reference to trackingMode is ambiguous. |
[+] affected methods (3)
SessionConfig.getId ( )This method is from 'SessionConfig' class.
SessionConfig.SessionConfig ( )This constructor is from 'SessionConfig' class.
SessionConfig.setId ( String value )This method is from 'SessionConfig' class.
[+] WebApp (3)
| Change | Effect |
---|
1 | Field absoluteOrdering 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. Recompilation of a client class may be terminated with the message: reference to absoluteOrdering is ambiguous. |
2 | Field dataSource 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. Recompilation of a client class may be terminated with the message: reference to dataSource is ambiguous. |
3 | Field moduleName 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. Recompilation of a client class may be terminated with the message: reference to moduleName is ambiguous. |
[+] affected methods (61)
org.apache.openejb.config.ReadDescriptors.readWebApp ( java.net.URL url )Return value of this method has type 'WebApp'.
org.apache.openejb.config.WebModule.getWebApp ( )Return value of this method has type 'WebApp'.
org.apache.openejb.config.WebModule.setWebApp ( WebApp webApp )1st parameter 'webApp' of this method has type 'WebApp'.
org.apache.openejb.config.WebModule.WebModule ( WebApp webApp, String contextRoot, ClassLoader classLoader, String jarLocation, String moduleId )1st parameter 'webApp' of this method has type 'WebApp'.
ObjectFactory.createWebApp ( WebApp value )1st parameter 'value' of this method has type 'WebApp'.
WebApp.getContextParam ( )This method is from 'WebApp' class.
WebApp.getContextRoot ( )This method is from 'WebApp' class.
WebApp.getDescription ( )This method is from 'WebApp' class.
WebApp.getDescriptions ( )This method is from 'WebApp' class.
WebApp.getDisplayName ( )This method is from 'WebApp' class.
WebApp.getDisplayNames ( )This method is from 'WebApp' class.
WebApp.getDistributable ( )This method is from 'WebApp' class.
WebApp.getEjbLocalRef ( )This method is from 'WebApp' class.
WebApp.getEjbLocalRefMap ( )This method is from 'WebApp' class.
WebApp.getEjbRef ( )This method is from 'WebApp' class.
WebApp.getEjbRefMap ( )This method is from 'WebApp' class.
WebApp.getEnvEntry ( )This method is from 'WebApp' class.
WebApp.getEnvEntryMap ( )This method is from 'WebApp' class.
WebApp.getErrorPage ( )This method is from 'WebApp' class.
WebApp.getFilter ( )This method is from 'WebApp' class.
WebApp.getFilterMapping ( )This method is from 'WebApp' class.
WebApp.getIcon ( )This method is from 'WebApp' class.
WebApp.getIconMap ( )This method is from 'WebApp' class.
WebApp.getIcons ( )This method is from 'WebApp' class.
WebApp.getId ( )This method is from 'WebApp' class.
WebApp.getJndiConsumerName ( )This method is from 'WebApp' class.
WebApp.getJspConfig ( )This method is from 'WebApp' class.
WebApp.getListener ( )This method is from 'WebApp' class.
WebApp.getLocaleEncodingMappingList ( )This method is from 'WebApp' class.
WebApp.getLoginConfig ( )This method is from 'WebApp' class.
WebApp.getMessageDestination ( )This method is from 'WebApp' class.
WebApp.getMessageDestinationRef ( )This method is from 'WebApp' class.
WebApp.getMessageDestinationRefMap ( )This method is from 'WebApp' class.
WebApp.getMimeMapping ( )This method is from 'WebApp' class.
WebApp.getPersistenceContextRef ( )This method is from 'WebApp' class.
WebApp.getPersistenceContextRefMap ( )This method is from 'WebApp' class.
WebApp.getPersistenceUnitRef ( )This method is from 'WebApp' class.
WebApp.getPersistenceUnitRefMap ( )This method is from 'WebApp' class.
WebApp.getPostConstruct ( )This method is from 'WebApp' class.
WebApp.getPreDestroy ( )This method is from 'WebApp' class.
WebApp.getResourceEnvRef ( )This method is from 'WebApp' class.
WebApp.getResourceEnvRefMap ( )This method is from 'WebApp' class.
WebApp.getResourceRef ( )This method is from 'WebApp' class.
WebApp.getResourceRefMap ( )This method is from 'WebApp' class.
WebApp.getSecurityConstraint ( )This method is from 'WebApp' class.
WebApp.getSecurityRole ( )This method is from 'WebApp' class.
WebApp.getServiceRef ( )This method is from 'WebApp' class.
WebApp.getServiceRefMap ( )This method is from 'WebApp' class.
WebApp.getServlet ( )This method is from 'WebApp' class.
WebApp.getServletMapping ( )This method is from 'WebApp' class.
WebApp.getSessionConfig ( )This method is from 'WebApp' class.
WebApp.getVersion ( )This method is from 'WebApp' class.
WebApp.getWelcomeFileList ( )This method is from 'WebApp' class.
WebApp.isMetadataComplete ( )This method is from 'WebApp' class.
WebApp.setContextRoot ( String contextRoot )This method is from 'WebApp' class.
WebApp.setDescriptions ( Text[ ] text )This method is from 'WebApp' class.
WebApp.setDisplayNames ( Text[ ] text )This method is from 'WebApp' class.
WebApp.setId ( String value )This method is from 'WebApp' class.
WebApp.setMetadataComplete ( Boolean value )This method is from 'WebApp' class.
WebApp.setVersion ( String value )This method is from 'WebApp' class.
WebApp.WebApp ( )This constructor is from 'WebApp' class.
[+] WebResourceCollection (1)
| Change | Effect |
---|
1 | Field httpMethodOmission 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. Recompilation of a client class may be terminated with the message: reference to httpMethodOmission is ambiguous. |
[+] affected methods (7)
WebResourceCollection.getHttpMethod ( )This method is from 'WebResourceCollection' class.
WebResourceCollection.getId ( )This method is from 'WebResourceCollection' class.
WebResourceCollection.getUrlPattern ( )This method is from 'WebResourceCollection' class.
WebResourceCollection.getWebResourceName ( )This method is from 'WebResourceCollection' class.
WebResourceCollection.setId ( String value )This method is from 'WebResourceCollection' class.
WebResourceCollection.setWebResourceName ( String value )This method is from 'WebResourceCollection' class.
WebResourceCollection.WebResourceCollection ( )This constructor is from 'WebResourceCollection' class.
package org.apache.openejb.jee.jpa
[+] AssociationOverride (2)
| Change | Effect |
---|
1 | Field description 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. Recompilation of a client class may be terminated with the message: reference to description is ambiguous. |
2 | Field joinTable 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. Recompilation of a client class may be terminated with the message: reference to joinTable is ambiguous. |
[+] affected methods (5)
AssociationOverride.AssociationOverride ( )This constructor is from 'AssociationOverride' class.
AssociationOverride.getJoinColumn ( )This method is from 'AssociationOverride' class.
AssociationOverride.getName ( )This method is from 'AssociationOverride' class.
AssociationOverride.setName ( String value )This method is from 'AssociationOverride' class.
ObjectFactory.createAssociationOverride ( )Return value of this method has type 'AssociationOverride'.
[+] AttributeOverride (1)
| Change | Effect |
---|
1 | Field description 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. Recompilation of a client class may be terminated with the message: reference to description is ambiguous. |
[+] affected methods (9)
AttributeOverride.AttributeOverride ( )This constructor is from 'AttributeOverride' class.
AttributeOverride.AttributeOverride ( String name )This constructor is from 'AttributeOverride' class.
AttributeOverride.AttributeOverride ( String name, String columnName )This constructor is from 'AttributeOverride' class.
AttributeOverride.getColumn ( )This method is from 'AttributeOverride' class.
AttributeOverride.getKey ( )This method is from 'AttributeOverride' class.
AttributeOverride.getName ( )This method is from 'AttributeOverride' class.
AttributeOverride.setColumn ( Column value )This method is from 'AttributeOverride' class.
AttributeOverride.setName ( String value )This method is from 'AttributeOverride' class.
ObjectFactory.createAttributeOverride ( )Return value of this method has type 'AttributeOverride'.
[+] Attributes (2)
| Change | Effect |
---|
1 | Field description 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. Recompilation of a client class may be terminated with the message: reference to description is ambiguous. |
2 | Field elementCollection 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. Recompilation of a client class may be terminated with the message: reference to elementCollection is ambiguous. |
[+] affected methods (118)
Attributes.Attributes ( )This constructor is from 'Attributes' class.
Attributes.getBasic ( )This method is from 'Attributes' class.
Attributes.getEmbedded ( )This method is from 'Attributes' class.
Attributes.getEmbeddedId ( )This method is from 'Attributes' class.
Attributes.getId ( )This method is from 'Attributes' class.
Attributes.getManyToMany ( )This method is from 'Attributes' class.
Attributes.getManyToOne ( )This method is from 'Attributes' class.
Attributes.getOneToMany ( )This method is from 'Attributes' class.
Attributes.getOneToOne ( )This method is from 'Attributes' class.
Attributes.getRelationshipFieldMap ( )This method is from 'Attributes' class.
Attributes.getTransient ( )This method is from 'Attributes' class.
Attributes.getVersion ( )This method is from 'Attributes' class.
Attributes.isEmpty ( )This method is from 'Attributes' class.
Attributes.setEmbeddedId ( EmbeddedId value )This method is from 'Attributes' class.
Entity.addField ( Field field )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.Entity ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.Entity ( String clazz )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getAccess ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getAssociationOverride ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getAttributeOverride ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getAttributes ( )Return value of this method has type 'Attributes'.
Entity.getClazz ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getDescription ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getDiscriminatorColumn ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getDiscriminatorValue ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getEjbName ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getEntityListeners ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getIdClass ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getInheritance ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getKey ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getKey ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getName ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getNamedNativeQuery ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getNamedQuery ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getPostLoad ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getPostPersist ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getPostRemove ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getPostUpdate ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getPrePersist ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getPreRemove ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getPreUpdate ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getPrimaryKeyJoinColumn ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getSecondaryTable ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getSequenceGenerator ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getSqlResultSetMapping ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getTable ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.getTableGenerator ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.isExcludeDefaultListeners ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.isExcludeSuperclassListeners ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.isMetadataComplete ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.isXmlMetadataComplete ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setAccess ( AccessType value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setAttributes ( Attributes value )1st parameter 'value' of this method has type 'Attributes'.
Entity.setClazz ( String value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setDescription ( String value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setDiscriminatorColumn ( DiscriminatorColumn value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setDiscriminatorValue ( String value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setEjbName ( String ejbName )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setEntityListeners ( EntityListeners value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setExcludeDefaultListeners ( boolean value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setExcludeSuperclassListeners ( boolean value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setIdClass ( IdClass value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setInheritance ( Inheritance value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setMetadataComplete ( Boolean value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setName ( String value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setPostLoad ( PostLoad value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setPostPersist ( PostPersist value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setPostRemove ( PostRemove value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setPostUpdate ( PostUpdate value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setPrePersist ( PrePersist value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setPreRemove ( PreRemove value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setPreUpdate ( PreUpdate value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setSequenceGenerator ( SequenceGenerator value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setTable ( Table value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setTableGenerator ( TableGenerator value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Entity.setXmlMetadataComplete ( boolean xmlMetadataComplete )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.addField ( Field field )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.getAccess ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.getAttributes ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.getClazz ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.getDescription ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.getEntityListeners ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.getIdClass ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.getKey ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.getKey ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.getPostLoad ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.getPostPersist ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.getPostRemove ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.getPostUpdate ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.getPrePersist ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.getPreRemove ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.getPreUpdate ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.isExcludeDefaultListeners ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.isExcludeSuperclassListeners ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.isMetadataComplete ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.MappedSuperclass ( )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.MappedSuperclass ( String clazz )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.setAccess ( AccessType value )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.setAttributes ( Attributes value )1st parameter 'value' of this method has type 'Attributes'.
MappedSuperclass.setClazz ( String value )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.setDescription ( String value )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.setEntityListeners ( EntityListeners value )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.setExcludeDefaultListeners ( boolean value )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.setExcludeSuperclassListeners ( boolean value )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.setIdClass ( IdClass value )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.setMetadataComplete ( Boolean value )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.setPostLoad ( PostLoad value )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.setPostPersist ( PostPersist value )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.setPostRemove ( PostRemove value )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.setPostUpdate ( PostUpdate value )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.setPrePersist ( PrePersist value )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.setPreRemove ( PreRemove value )Field 'this.attributes' in the object of this method has type 'Attributes'.
MappedSuperclass.setPreUpdate ( PreUpdate value )Field 'this.attributes' in the object of this method has type 'Attributes'.
Mapping.getAttributes ( )Return value of this abstract method has type 'Attributes'.
Mapping.setAttributes ( Attributes p1 )1st parameter 'p1' of this abstract method has type 'Attributes'.
ObjectFactory.createAttributes ( )Return value of this method has type 'Attributes'.
ObjectFactory.createEntity ( )Field 'RetVal.attributes' in return value of this method has type 'Attributes'.
ObjectFactory.createMappedSuperclass ( )Field 'RetVal.attributes' in return value of this method has type 'Attributes'.
[+] Basic (1)
| Change | Effect |
---|
1 | Field access 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. Recompilation of a client class may be terminated with the message: reference to access is ambiguous. |
[+] affected methods (19)
Basic.Basic ( )This constructor is from 'Basic' class.
Basic.Basic ( String name )This constructor is from 'Basic' class.
Basic.Basic ( String name, String columnName )This constructor is from 'Basic' class.
Basic.getColumn ( )This method is from 'Basic' class.
Basic.getEnumerated ( )This method is from 'Basic' class.
Basic.getFetch ( )This method is from 'Basic' class.
Basic.getKey ( )This method is from 'Basic' class.
Basic.getLob ( )This method is from 'Basic' class.
Basic.getName ( )This method is from 'Basic' class.
Basic.getTemporal ( )This method is from 'Basic' class.
Basic.isOptional ( )This method is from 'Basic' class.
Basic.setColumn ( Column value )This method is from 'Basic' class.
Basic.setEnumerated ( EnumType value )This method is from 'Basic' class.
Basic.setFetch ( FetchType value )This method is from 'Basic' class.
Basic.setLob ( Lob value )This method is from 'Basic' class.
Basic.setName ( String value )This method is from 'Basic' class.
Basic.setOptional ( Boolean value )This method is from 'Basic' class.
Basic.setTemporal ( TemporalType value )This method is from 'Basic' class.
ObjectFactory.createBasic ( )Return value of this method has type 'Basic'.
[+] CascadeType (1)
| Change | Effect |
---|
1 | Field cascadeDetach 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. Recompilation of a client class may be terminated with the message: reference to cascadeDetach is ambiguous. |
[+] affected methods (107)
CascadeType.CascadeType ( )This constructor is from 'CascadeType' class.
CascadeType.isCascadeAll ( )This method is from 'CascadeType' class.
CascadeType.isCascadeMerge ( )This method is from 'CascadeType' class.
CascadeType.isCascadePersist ( )This method is from 'CascadeType' class.
CascadeType.isCascadeRefresh ( )This method is from 'CascadeType' class.
CascadeType.isCascadeRemove ( )This method is from 'CascadeType' class.
CascadeType.setCascadeAll ( boolean value )This method is from 'CascadeType' class.
CascadeType.setCascadeMerge ( boolean value )This method is from 'CascadeType' class.
CascadeType.setCascadePersist ( boolean value )This method is from 'CascadeType' class.
CascadeType.setCascadeRefresh ( boolean value )This method is from 'CascadeType' class.
CascadeType.setCascadeRemove ( boolean value )This method is from 'CascadeType' class.
ManyToMany.getCascade ( )Return value of this method has type 'CascadeType'.
ManyToMany.getFetch ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToMany.getJoinColumn ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToMany.getJoinTable ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToMany.getKey ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToMany.getMapKey ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToMany.getMappedBy ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToMany.getName ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToMany.getOrderBy ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToMany.getRelatedField ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToMany.getTargetEntity ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToMany.isSyntheticField ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToMany.ManyToMany ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToMany.setCascade ( CascadeType value )1st parameter 'value' of this method has type 'CascadeType'.
ManyToMany.setFetch ( FetchType value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToMany.setJoinTable ( JoinTable value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToMany.setMapKey ( MapKey value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToMany.setMappedBy ( String value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToMany.setName ( String value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToMany.setOrderBy ( String value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToMany.setRelatedField ( RelationField value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToMany.setSyntheticField ( boolean syntheticField )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToMany.setTargetEntity ( String value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToOne.getCascade ( )Return value of this method has type 'CascadeType'.
ManyToOne.getFetch ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToOne.getJoinColumn ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToOne.getJoinTable ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToOne.getKey ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToOne.getMappedBy ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToOne.getName ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToOne.getRelatedField ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToOne.getTargetEntity ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToOne.isOptional ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToOne.isSyntheticField ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToOne.ManyToOne ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToOne.setCascade ( CascadeType value )1st parameter 'value' of this method has type 'CascadeType'.
ManyToOne.setFetch ( FetchType value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToOne.setJoinTable ( JoinTable value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToOne.setMappedBy ( String value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToOne.setName ( String value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToOne.setOptional ( Boolean value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToOne.setRelatedField ( RelationField value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToOne.setSyntheticField ( boolean syntheticField )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ManyToOne.setTargetEntity ( String value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
ObjectFactory.createCascadeType ( )Return value of this method has type 'CascadeType'.
ObjectFactory.createManyToMany ( )Field 'RetVal.cascade' in return value of this method has type 'CascadeType'.
ObjectFactory.createManyToOne ( )Field 'RetVal.cascade' in return value of this method has type 'CascadeType'.
ObjectFactory.createOneToMany ( )Field 'RetVal.cascade' in return value of this method has type 'CascadeType'.
ObjectFactory.createOneToOne ( )Field 'RetVal.cascade' in return value of this method has type 'CascadeType'.
OneToMany.getCascade ( )Return value of this method has type 'CascadeType'.
OneToMany.getFetch ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToMany.getJoinColumn ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToMany.getJoinTable ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToMany.getKey ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToMany.getMapKey ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToMany.getMappedBy ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToMany.getName ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToMany.getOrderBy ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToMany.getRelatedField ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToMany.getTargetEntity ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToMany.isSyntheticField ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToMany.OneToMany ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToMany.setCascade ( CascadeType value )1st parameter 'value' of this method has type 'CascadeType'.
OneToMany.setFetch ( FetchType value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToMany.setJoinTable ( JoinTable value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToMany.setMapKey ( MapKey value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToMany.setMappedBy ( String value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToMany.setName ( String value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToMany.setOrderBy ( String value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToMany.setRelatedField ( RelationField value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToMany.setSyntheticField ( boolean syntheticField )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToMany.setTargetEntity ( String value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToOne.getCascade ( )Return value of this method has type 'CascadeType'.
OneToOne.getFetch ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToOne.getJoinColumn ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToOne.getJoinTable ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToOne.getKey ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToOne.getMappedBy ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToOne.getName ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToOne.getPrimaryKeyJoinColumn ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToOne.getRelatedField ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToOne.getTargetEntity ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToOne.isOptional ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToOne.isSyntheticField ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToOne.OneToOne ( )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToOne.setCascade ( CascadeType value )1st parameter 'value' of this method has type 'CascadeType'.
OneToOne.setFetch ( FetchType value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToOne.setJoinTable ( JoinTable value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToOne.setMappedBy ( String value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToOne.setName ( String value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToOne.setOptional ( Boolean value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToOne.setRelatedField ( RelationField value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToOne.setSyntheticField ( boolean syntheticField )Field 'this.cascade' in the object of this method has type 'CascadeType'.
OneToOne.setTargetEntity ( String value )Field 'this.cascade' in the object of this method has type 'CascadeType'.
RelationField.getCascade ( )Return value of this abstract method has type 'CascadeType'.
RelationField.setCascade ( CascadeType p1 )1st parameter 'p1' of this abstract method has type 'CascadeType'.
[+] EmbeddableAttributes (6)
| Change | Effect |
---|
1 | Field elementCollection 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. Recompilation of a client class may be terminated with the message: reference to elementCollection is ambiguous. |
2 | Field embedded 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. Recompilation of a client class may be terminated with the message: reference to embedded is ambiguous. |
3 | Field manyToMany 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. Recompilation of a client class may be terminated with the message: reference to manyToMany is ambiguous. |
4 | Field manyToOne 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. Recompilation of a client class may be terminated with the message: reference to manyToOne is ambiguous. |
5 | Field oneToMany 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. Recompilation of a client class may be terminated with the message: reference to oneToMany is ambiguous. |
6 | Field oneToOne 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. Recompilation of a client class may be terminated with the message: reference to oneToOne is ambiguous. |
[+] affected methods (16)
Embeddable.Embeddable ( )Field 'this.attributes' in the object of this method has type 'EmbeddableAttributes'.
Embeddable.getAccess ( )Field 'this.attributes' in the object of this method has type 'EmbeddableAttributes'.
Embeddable.getAttributes ( )Return value of this method has type 'EmbeddableAttributes'.
Embeddable.getClazz ( )Field 'this.attributes' in the object of this method has type 'EmbeddableAttributes'.
Embeddable.getDescription ( )Field 'this.attributes' in the object of this method has type 'EmbeddableAttributes'.
Embeddable.isMetadataComplete ( )Field 'this.attributes' in the object of this method has type 'EmbeddableAttributes'.
Embeddable.setAccess ( AccessType value )Field 'this.attributes' in the object of this method has type 'EmbeddableAttributes'.
Embeddable.setAttributes ( EmbeddableAttributes value )Field 'this.attributes' in the object of this method has type 'EmbeddableAttributes'.
Embeddable.setClazz ( String value )Field 'this.attributes' in the object of this method has type 'EmbeddableAttributes'.
Embeddable.setDescription ( String value )Field 'this.attributes' in the object of this method has type 'EmbeddableAttributes'.
Embeddable.setMetadataComplete ( Boolean value )Field 'this.attributes' in the object of this method has type 'EmbeddableAttributes'.
EmbeddableAttributes.EmbeddableAttributes ( )This constructor is from 'EmbeddableAttributes' class.
EmbeddableAttributes.getBasic ( )This method is from 'EmbeddableAttributes' class.
EmbeddableAttributes.getTransient ( )This method is from 'EmbeddableAttributes' class.
ObjectFactory.createEmbeddable ( )Field 'RetVal.attributes' in return value of this method has type 'EmbeddableAttributes'.
ObjectFactory.createEmbeddableAttributes ( )Return value of this method has type 'EmbeddableAttributes'.
[+] Embedded (2)
| Change | Effect |
---|
1 | Field access 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. Recompilation of a client class may be terminated with the message: reference to access is ambiguous. |
2 | Field associationOverride 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. Recompilation of a client class may be terminated with the message: reference to associationOverride is ambiguous. |
[+] affected methods (5)
Embedded.Embedded ( )This constructor is from 'Embedded' class.
Embedded.getAttributeOverride ( )This method is from 'Embedded' class.
Embedded.getName ( )This method is from 'Embedded' class.
Embedded.setName ( String value )This method is from 'Embedded' class.
ObjectFactory.createEmbedded ( )Return value of this method has type 'Embedded'.
[+] EmbeddedId (1)
| Change | Effect |
---|
1 | Field access 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. Recompilation of a client class may be terminated with the message: reference to access is ambiguous. |
[+] affected methods (123)
Attributes.Attributes ( )Field 'this.embeddedId' in the object of this method has type 'EmbeddedId'.
Attributes.getBasic ( )Field 'this.embeddedId' in the object of this method has type 'EmbeddedId'.
Attributes.getEmbedded ( )Field 'this.embeddedId' in the object of this method has type 'EmbeddedId'.
Attributes.getEmbeddedId ( )Return value of this method has type 'EmbeddedId'.
Attributes.getId ( )Field 'this.embeddedId' in the object of this method has type 'EmbeddedId'.
Attributes.getManyToMany ( )Field 'this.embeddedId' in the object of this method has type 'EmbeddedId'.
Attributes.getManyToOne ( )Field 'this.embeddedId' in the object of this method has type 'EmbeddedId'.
Attributes.getOneToMany ( )Field 'this.embeddedId' in the object of this method has type 'EmbeddedId'.
Attributes.getOneToOne ( )Field 'this.embeddedId' in the object of this method has type 'EmbeddedId'.
Attributes.getRelationshipFieldMap ( )Field 'this.embeddedId' in the object of this method has type 'EmbeddedId'.
Attributes.getTransient ( )Field 'this.embeddedId' in the object of this method has type 'EmbeddedId'.
Attributes.getVersion ( )Field 'this.embeddedId' in the object of this method has type 'EmbeddedId'.
Attributes.isEmpty ( )Field 'this.embeddedId' in the object of this method has type 'EmbeddedId'.
Attributes.setEmbeddedId ( EmbeddedId value )Field 'this.embeddedId' in the object of this method has type 'EmbeddedId'.
EmbeddedId.EmbeddedId ( )This constructor is from 'EmbeddedId' class.
EmbeddedId.getAttributeOverride ( )This method is from 'EmbeddedId' class.
EmbeddedId.getName ( )This method is from 'EmbeddedId' class.
EmbeddedId.setName ( String value )This method is from 'EmbeddedId' class.
Entity.addField ( Field field )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.Entity ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.Entity ( String clazz )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getAccess ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getAssociationOverride ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getAttributeOverride ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getAttributes ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getClazz ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getDescription ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getDiscriminatorColumn ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getDiscriminatorValue ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getEjbName ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getEntityListeners ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getIdClass ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getInheritance ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getKey ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getKey ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getName ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getNamedNativeQuery ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getNamedQuery ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getPostLoad ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getPostPersist ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getPostRemove ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getPostUpdate ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getPrePersist ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getPreRemove ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getPreUpdate ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getPrimaryKeyJoinColumn ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getSecondaryTable ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getSequenceGenerator ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getSqlResultSetMapping ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getTable ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.getTableGenerator ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.isExcludeDefaultListeners ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.isExcludeSuperclassListeners ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.isMetadataComplete ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.isXmlMetadataComplete ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setAccess ( AccessType value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setAttributes ( Attributes value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setClazz ( String value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setDescription ( String value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setDiscriminatorColumn ( DiscriminatorColumn value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setDiscriminatorValue ( String value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setEjbName ( String ejbName )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setEntityListeners ( EntityListeners value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setExcludeDefaultListeners ( boolean value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setExcludeSuperclassListeners ( boolean value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setIdClass ( IdClass value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setInheritance ( Inheritance value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setMetadataComplete ( Boolean value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setName ( String value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setPostLoad ( PostLoad value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setPostPersist ( PostPersist value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setPostRemove ( PostRemove value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setPostUpdate ( PostUpdate value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setPrePersist ( PrePersist value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setPreRemove ( PreRemove value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setPreUpdate ( PreUpdate value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setSequenceGenerator ( SequenceGenerator value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setTable ( Table value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setTableGenerator ( TableGenerator value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Entity.setXmlMetadataComplete ( boolean xmlMetadataComplete )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.addField ( Field field )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.getAccess ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.getAttributes ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.getClazz ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.getDescription ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.getEntityListeners ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.getIdClass ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.getKey ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.getKey ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.getPostLoad ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.getPostPersist ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.getPostRemove ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.getPostUpdate ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.getPrePersist ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.getPreRemove ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.getPreUpdate ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.isExcludeDefaultListeners ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.isExcludeSuperclassListeners ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.isMetadataComplete ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.MappedSuperclass ( )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.MappedSuperclass ( String clazz )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.setAccess ( AccessType value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.setAttributes ( Attributes value )Field 'value.embeddedId' in 1st parameter 'value' of this method has type 'EmbeddedId'.
MappedSuperclass.setClazz ( String value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.setDescription ( String value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.setEntityListeners ( EntityListeners value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.setExcludeDefaultListeners ( boolean value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.setExcludeSuperclassListeners ( boolean value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.setIdClass ( IdClass value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.setMetadataComplete ( Boolean value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.setPostLoad ( PostLoad value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.setPostPersist ( PostPersist value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.setPostRemove ( PostRemove value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.setPostUpdate ( PostUpdate value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.setPrePersist ( PrePersist value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.setPreRemove ( PreRemove value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
MappedSuperclass.setPreUpdate ( PreUpdate value )Field 'this.attributes.embeddedId' in the object of this method has type 'EmbeddedId'.
Mapping.getAttributes ( )Field 'RetVal.embeddedId' in return value of this abstract method has type 'EmbeddedId'.
Mapping.setAttributes ( Attributes p1 )Field 'p1.embeddedId' in 1st parameter 'p1' of this abstract method has type 'EmbeddedId'.
ObjectFactory.createAttributes ( )Field 'RetVal.embeddedId' in return value of this method has type 'EmbeddedId'.
ObjectFactory.createEmbeddedId ( )Return value of this method has type 'EmbeddedId'.
ObjectFactory.createEntity ( )Field 'RetVal.attributes.embeddedId' in return value of this method has type 'EmbeddedId'.
ObjectFactory.createMappedSuperclass ( )Field 'RetVal.attributes.embeddedId' in return value of this method has type 'EmbeddedId'.
[+] Entity (1)
| Change | Effect |
---|
1 | Field cacheable 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. Recompilation of a client class may be terminated with the message: reference to cacheable is ambiguous. |
[+] affected methods (63)
Entity.addField ( Field field )This method is from 'Entity' class.
Entity.Entity ( )This constructor is from 'Entity' class.
Entity.Entity ( String clazz )This constructor is from 'Entity' class.
Entity.getAccess ( )This method is from 'Entity' class.
Entity.getAssociationOverride ( )This method is from 'Entity' class.
Entity.getAttributeOverride ( )This method is from 'Entity' class.
Entity.getAttributes ( )This method is from 'Entity' class.
Entity.getClazz ( )This method is from 'Entity' class.
Entity.getDescription ( )This method is from 'Entity' class.
Entity.getDiscriminatorColumn ( )This method is from 'Entity' class.
Entity.getDiscriminatorValue ( )This method is from 'Entity' class.
Entity.getEjbName ( )This method is from 'Entity' class.
Entity.getEntityListeners ( )This method is from 'Entity' class.
Entity.getIdClass ( )This method is from 'Entity' class.
Entity.getInheritance ( )This method is from 'Entity' class.
Entity.getKey ( )This method is from 'Entity' class.
Entity.getKey ( )This method is from 'Entity' class.
Entity.getName ( )This method is from 'Entity' class.
Entity.getNamedNativeQuery ( )This method is from 'Entity' class.
Entity.getNamedQuery ( )This method is from 'Entity' class.
Entity.getPostLoad ( )This method is from 'Entity' class.
Entity.getPostPersist ( )This method is from 'Entity' class.
Entity.getPostRemove ( )This method is from 'Entity' class.
Entity.getPostUpdate ( )This method is from 'Entity' class.
Entity.getPrePersist ( )This method is from 'Entity' class.
Entity.getPreRemove ( )This method is from 'Entity' class.
Entity.getPreUpdate ( )This method is from 'Entity' class.
Entity.getPrimaryKeyJoinColumn ( )This method is from 'Entity' class.
Entity.getSecondaryTable ( )This method is from 'Entity' class.
Entity.getSequenceGenerator ( )This method is from 'Entity' class.
Entity.getSqlResultSetMapping ( )This method is from 'Entity' class.
Entity.getTable ( )This method is from 'Entity' class.
Entity.getTableGenerator ( )This method is from 'Entity' class.
Entity.isExcludeDefaultListeners ( )This method is from 'Entity' class.
Entity.isExcludeSuperclassListeners ( )This method is from 'Entity' class.
Entity.isMetadataComplete ( )This method is from 'Entity' class.
Entity.isXmlMetadataComplete ( )This method is from 'Entity' class.
Entity.setAccess ( AccessType value )This method is from 'Entity' class.
Entity.setAttributes ( Attributes value )This method is from 'Entity' class.
Entity.setClazz ( String value )This method is from 'Entity' class.
Entity.setDescription ( String value )This method is from 'Entity' class.
Entity.setDiscriminatorColumn ( DiscriminatorColumn value )This method is from 'Entity' class.
Entity.setDiscriminatorValue ( String value )This method is from 'Entity' class.
Entity.setEjbName ( String ejbName )This method is from 'Entity' class.
Entity.setEntityListeners ( EntityListeners value )This method is from 'Entity' class.
Entity.setExcludeDefaultListeners ( boolean value )This method is from 'Entity' class.
Entity.setExcludeSuperclassListeners ( boolean value )This method is from 'Entity' class.
Entity.setIdClass ( IdClass value )This method is from 'Entity' class.
Entity.setInheritance ( Inheritance value )This method is from 'Entity' class.
Entity.setMetadataComplete ( Boolean value )This method is from 'Entity' class.
Entity.setName ( String value )This method is from 'Entity' class.
Entity.setPostLoad ( PostLoad value )This method is from 'Entity' class.
Entity.setPostPersist ( PostPersist value )This method is from 'Entity' class.
Entity.setPostRemove ( PostRemove value )This method is from 'Entity' class.
Entity.setPostUpdate ( PostUpdate value )This method is from 'Entity' class.
Entity.setPrePersist ( PrePersist value )This method is from 'Entity' class.
Entity.setPreRemove ( PreRemove value )This method is from 'Entity' class.
Entity.setPreUpdate ( PreUpdate value )This method is from 'Entity' class.
Entity.setSequenceGenerator ( SequenceGenerator value )This method is from 'Entity' class.
Entity.setTable ( Table value )This method is from 'Entity' class.
Entity.setTableGenerator ( TableGenerator value )This method is from 'Entity' class.
Entity.setXmlMetadataComplete ( boolean xmlMetadataComplete )This method is from 'Entity' class.
ObjectFactory.createEntity ( )Return value of this method has type 'Entity'.
[+] EntityListener (1)
| Change | Effect |
---|
1 | Field description 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. Recompilation of a client class may be terminated with the message: reference to description is ambiguous. |
[+] affected methods (18)
EntityListener.EntityListener ( )This constructor is from 'EntityListener' class.
EntityListener.getClazz ( )This method is from 'EntityListener' class.
EntityListener.getPostLoad ( )This method is from 'EntityListener' class.
EntityListener.getPostPersist ( )This method is from 'EntityListener' class.
EntityListener.getPostRemove ( )This method is from 'EntityListener' class.
EntityListener.getPostUpdate ( )This method is from 'EntityListener' class.
EntityListener.getPrePersist ( )This method is from 'EntityListener' class.
EntityListener.getPreRemove ( )This method is from 'EntityListener' class.
EntityListener.getPreUpdate ( )This method is from 'EntityListener' class.
EntityListener.setClazz ( String value )This method is from 'EntityListener' class.
EntityListener.setPostLoad ( PostLoad value )This method is from 'EntityListener' class.
EntityListener.setPostPersist ( PostPersist value )This method is from 'EntityListener' class.
EntityListener.setPostRemove ( PostRemove value )This method is from 'EntityListener' class.
EntityListener.setPostUpdate ( PostUpdate value )This method is from 'EntityListener' class.
EntityListener.setPrePersist ( PrePersist value )This method is from 'EntityListener' class.
EntityListener.setPreRemove ( PreRemove value )This method is from 'EntityListener' class.
EntityListener.setPreUpdate ( PreUpdate value )This method is from 'EntityListener' class.
ObjectFactory.createEntityListener ( )Return value of this method has type 'EntityListener'.
[+] Id (1)
| Change | Effect |
---|
1 | Field access 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. Recompilation of a client class may be terminated with the message: reference to access is ambiguous. |
[+] affected methods (17)
Id.getColumn ( )This method is from 'Id' class.
Id.getGeneratedValue ( )This method is from 'Id' class.
Id.getKey ( )This method is from 'Id' class.
Id.getName ( )This method is from 'Id' class.
Id.getSequenceGenerator ( )This method is from 'Id' class.
Id.getTableGenerator ( )This method is from 'Id' class.
Id.getTemporal ( )This method is from 'Id' class.
Id.Id ( )This constructor is from 'Id' class.
Id.Id ( String name )This constructor is from 'Id' class.
Id.Id ( String name, String columnName )This constructor is from 'Id' class.
Id.setColumn ( Column value )This method is from 'Id' class.
Id.setGeneratedValue ( GeneratedValue value )This method is from 'Id' class.
Id.setName ( String value )This method is from 'Id' class.
Id.setSequenceGenerator ( SequenceGenerator value )This method is from 'Id' class.
Id.setTableGenerator ( TableGenerator value )This method is from 'Id' class.
Id.setTemporal ( TemporalType value )This method is from 'Id' class.
ObjectFactory.createId ( )Return value of this method has type 'Id'.
[+] ManyToMany (8)
| Change | Effect |
---|
1 | Field access 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. Recompilation of a client class may be terminated with the message: reference to access is ambiguous. |
2 | Field mapKeyAttributeOverride 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. Recompilation of a client class may be terminated with the message: reference to mapKeyAttributeOverride is ambiguous. |
3 | Field mapKeyClass 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. Recompilation of a client class may be terminated with the message: reference to mapKeyClass is ambiguous. |
4 | Field mapKeyColumn 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. Recompilation of a client class may be terminated with the message: reference to mapKeyColumn is ambiguous. |
5 | Field mapKeyEnumerated 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. Recompilation of a client class may be terminated with the message: reference to mapKeyEnumerated is ambiguous. |
6 | Field mapKeyJoinColumn 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. Recompilation of a client class may be terminated with the message: reference to mapKeyJoinColumn is ambiguous. |
7 | Field mapKeyTemporal 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. Recompilation of a client class may be terminated with the message: reference to mapKeyTemporal is ambiguous. |
8 | Field orderColumn 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. Recompilation of a client class may be terminated with the message: reference to orderColumn is ambiguous. |
[+] affected methods (24)
ManyToMany.getCascade ( )This method is from 'ManyToMany' class.
ManyToMany.getFetch ( )This method is from 'ManyToMany' class.
ManyToMany.getJoinColumn ( )This method is from 'ManyToMany' class.
ManyToMany.getJoinTable ( )This method is from 'ManyToMany' class.
ManyToMany.getKey ( )This method is from 'ManyToMany' class.
ManyToMany.getMapKey ( )This method is from 'ManyToMany' class.
ManyToMany.getMappedBy ( )This method is from 'ManyToMany' class.
ManyToMany.getName ( )This method is from 'ManyToMany' class.
ManyToMany.getOrderBy ( )This method is from 'ManyToMany' class.
ManyToMany.getRelatedField ( )This method is from 'ManyToMany' class.
ManyToMany.getTargetEntity ( )This method is from 'ManyToMany' class.
ManyToMany.isSyntheticField ( )This method is from 'ManyToMany' class.
ManyToMany.ManyToMany ( )This constructor is from 'ManyToMany' class.
ManyToMany.setCascade ( CascadeType value )This method is from 'ManyToMany' class.
ManyToMany.setFetch ( FetchType value )This method is from 'ManyToMany' class.
ManyToMany.setJoinTable ( JoinTable value )This method is from 'ManyToMany' class.
ManyToMany.setMapKey ( MapKey value )This method is from 'ManyToMany' class.
ManyToMany.setMappedBy ( String value )This method is from 'ManyToMany' class.
ManyToMany.setName ( String value )This method is from 'ManyToMany' class.
ManyToMany.setOrderBy ( String value )This method is from 'ManyToMany' class.
ManyToMany.setRelatedField ( RelationField value )This method is from 'ManyToMany' class.
ManyToMany.setSyntheticField ( boolean syntheticField )This method is from 'ManyToMany' class.
ManyToMany.setTargetEntity ( String value )This method is from 'ManyToMany' class.
ObjectFactory.createManyToMany ( )Return value of this method has type 'ManyToMany'.
[+] ManyToOne (3)
| Change | Effect |
---|
1 | Field access 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. Recompilation of a client class may be terminated with the message: reference to access is ambiguous. |
2 | Field id 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. Recompilation of a client class may be terminated with the message: reference to id is ambiguous. |
3 | Field mapsId 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. Recompilation of a client class may be terminated with the message: reference to mapsId is ambiguous. |
[+] affected methods (22)
ManyToOne.getCascade ( )This method is from 'ManyToOne' class.
ManyToOne.getFetch ( )This method is from 'ManyToOne' class.
ManyToOne.getJoinColumn ( )This method is from 'ManyToOne' class.
ManyToOne.getJoinTable ( )This method is from 'ManyToOne' class.
ManyToOne.getKey ( )This method is from 'ManyToOne' class.
ManyToOne.getMappedBy ( )This method is from 'ManyToOne' class.
ManyToOne.getName ( )This method is from 'ManyToOne' class.
ManyToOne.getRelatedField ( )This method is from 'ManyToOne' class.
ManyToOne.getTargetEntity ( )This method is from 'ManyToOne' class.
ManyToOne.isOptional ( )This method is from 'ManyToOne' class.
ManyToOne.isSyntheticField ( )This method is from 'ManyToOne' class.
ManyToOne.ManyToOne ( )This constructor is from 'ManyToOne' class.
ManyToOne.setCascade ( CascadeType value )This method is from 'ManyToOne' class.
ManyToOne.setFetch ( FetchType value )This method is from 'ManyToOne' class.
ManyToOne.setJoinTable ( JoinTable value )This method is from 'ManyToOne' class.
ManyToOne.setMappedBy ( String value )This method is from 'ManyToOne' class.
ManyToOne.setName ( String value )This method is from 'ManyToOne' class.
ManyToOne.setOptional ( Boolean value )This method is from 'ManyToOne' class.
ManyToOne.setRelatedField ( RelationField value )This method is from 'ManyToOne' class.
ManyToOne.setSyntheticField ( boolean syntheticField )This method is from 'ManyToOne' class.
ManyToOne.setTargetEntity ( String value )This method is from 'ManyToOne' class.
ObjectFactory.createManyToOne ( )Return value of this method has type 'ManyToOne'.
[+] NamedNativeQuery (1)
| Change | Effect |
---|
1 | Field description 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. Recompilation of a client class may be terminated with the message: reference to description is ambiguous. |
[+] affected methods (11)
NamedNativeQuery.getHint ( )This method is from 'NamedNativeQuery' class.
NamedNativeQuery.getName ( )This method is from 'NamedNativeQuery' class.
NamedNativeQuery.getQuery ( )This method is from 'NamedNativeQuery' class.
NamedNativeQuery.getResultClass ( )This method is from 'NamedNativeQuery' class.
NamedNativeQuery.getResultSetMapping ( )This method is from 'NamedNativeQuery' class.
NamedNativeQuery.NamedNativeQuery ( )This constructor is from 'NamedNativeQuery' class.
NamedNativeQuery.setName ( String value )This method is from 'NamedNativeQuery' class.
NamedNativeQuery.setQuery ( String value )This method is from 'NamedNativeQuery' class.
NamedNativeQuery.setResultClass ( String value )This method is from 'NamedNativeQuery' class.
NamedNativeQuery.setResultSetMapping ( String value )This method is from 'NamedNativeQuery' class.
ObjectFactory.createNamedNativeQuery ( )Return value of this method has type 'NamedNativeQuery'.
[+] NamedQuery (2)
| Change | Effect |
---|
1 | Field description 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. Recompilation of a client class may be terminated with the message: reference to description is ambiguous. |
2 | Field lockMode 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. Recompilation of a client class may be terminated with the message: reference to lockMode is ambiguous. |
[+] affected methods (7)
NamedQuery.getHint ( )This method is from 'NamedQuery' class.
NamedQuery.getName ( )This method is from 'NamedQuery' class.
NamedQuery.getQuery ( )This method is from 'NamedQuery' class.
NamedQuery.NamedQuery ( )This constructor is from 'NamedQuery' class.
NamedQuery.setName ( String value )This method is from 'NamedQuery' class.
NamedQuery.setQuery ( String value )This method is from 'NamedQuery' class.
ObjectFactory.createNamedQuery ( )Return value of this method has type 'NamedQuery'.
[+] OneToMany (8)
| Change | Effect |
---|
1 | Field mapKeyAttributeOverride 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. Recompilation of a client class may be terminated with the message: reference to mapKeyAttributeOverride is ambiguous. |
2 | Field mapKeyClass 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. Recompilation of a client class may be terminated with the message: reference to mapKeyClass is ambiguous. |
3 | Field mapKeyColumn 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. Recompilation of a client class may be terminated with the message: reference to mapKeyColumn is ambiguous. |
4 | Field mapKeyEnumerated 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. Recompilation of a client class may be terminated with the message: reference to mapKeyEnumerated is ambiguous. |
5 | Field mapKeyJoinColumn 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. Recompilation of a client class may be terminated with the message: reference to mapKeyJoinColumn is ambiguous. |
6 | Field mapKeyTemporal 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. Recompilation of a client class may be terminated with the message: reference to mapKeyTemporal is ambiguous. |
7 | Field orderColumn 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. Recompilation of a client class may be terminated with the message: reference to orderColumn is ambiguous. |
8 | Field orphanRemoval 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. Recompilation of a client class may be terminated with the message: reference to orphanRemoval is ambiguous. |
[+] affected methods (24)
ObjectFactory.createOneToMany ( )Return value of this method has type 'OneToMany'.
OneToMany.getCascade ( )This method is from 'OneToMany' class.
OneToMany.getFetch ( )This method is from 'OneToMany' class.
OneToMany.getJoinColumn ( )This method is from 'OneToMany' class.
OneToMany.getJoinTable ( )This method is from 'OneToMany' class.
OneToMany.getKey ( )This method is from 'OneToMany' class.
OneToMany.getMapKey ( )This method is from 'OneToMany' class.
OneToMany.getMappedBy ( )This method is from 'OneToMany' class.
OneToMany.getName ( )This method is from 'OneToMany' class.
OneToMany.getOrderBy ( )This method is from 'OneToMany' class.
OneToMany.getRelatedField ( )This method is from 'OneToMany' class.
OneToMany.getTargetEntity ( )This method is from 'OneToMany' class.
OneToMany.isSyntheticField ( )This method is from 'OneToMany' class.
OneToMany.OneToMany ( )This constructor is from 'OneToMany' class.
OneToMany.setCascade ( CascadeType value )This method is from 'OneToMany' class.
OneToMany.setFetch ( FetchType value )This method is from 'OneToMany' class.
OneToMany.setJoinTable ( JoinTable value )This method is from 'OneToMany' class.
OneToMany.setMapKey ( MapKey value )This method is from 'OneToMany' class.
OneToMany.setMappedBy ( String value )This method is from 'OneToMany' class.
OneToMany.setName ( String value )This method is from 'OneToMany' class.
OneToMany.setOrderBy ( String value )This method is from 'OneToMany' class.
OneToMany.setRelatedField ( RelationField value )This method is from 'OneToMany' class.
OneToMany.setSyntheticField ( boolean syntheticField )This method is from 'OneToMany' class.
OneToMany.setTargetEntity ( String value )This method is from 'OneToMany' class.
[+] OneToOne (4)
| Change | Effect |
---|
1 | Field access 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. Recompilation of a client class may be terminated with the message: reference to access is ambiguous. |
2 | Field id 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. Recompilation of a client class may be terminated with the message: reference to id is ambiguous. |
3 | Field mapsId 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. Recompilation of a client class may be terminated with the message: reference to mapsId is ambiguous. |
4 | Field orphanRemoval 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. Recompilation of a client class may be terminated with the message: reference to orphanRemoval is ambiguous. |
[+] affected methods (23)
ObjectFactory.createOneToOne ( )Return value of this method has type 'OneToOne'.
OneToOne.getCascade ( )This method is from 'OneToOne' class.
OneToOne.getFetch ( )This method is from 'OneToOne' class.
OneToOne.getJoinColumn ( )This method is from 'OneToOne' class.
OneToOne.getJoinTable ( )This method is from 'OneToOne' class.
OneToOne.getKey ( )This method is from 'OneToOne' class.
OneToOne.getMappedBy ( )This method is from 'OneToOne' class.
OneToOne.getName ( )This method is from 'OneToOne' class.
OneToOne.getPrimaryKeyJoinColumn ( )This method is from 'OneToOne' class.
OneToOne.getRelatedField ( )This method is from 'OneToOne' class.
OneToOne.getTargetEntity ( )This method is from 'OneToOne' class.
OneToOne.isOptional ( )This method is from 'OneToOne' class.
OneToOne.isSyntheticField ( )This method is from 'OneToOne' class.
OneToOne.OneToOne ( )This constructor is from 'OneToOne' class.
OneToOne.setCascade ( CascadeType value )This method is from 'OneToOne' class.
OneToOne.setFetch ( FetchType value )This method is from 'OneToOne' class.
OneToOne.setJoinTable ( JoinTable value )This method is from 'OneToOne' class.
OneToOne.setMappedBy ( String value )This method is from 'OneToOne' class.
OneToOne.setName ( String value )This method is from 'OneToOne' class.
OneToOne.setOptional ( Boolean value )This method is from 'OneToOne' class.
OneToOne.setRelatedField ( RelationField value )This method is from 'OneToOne' class.
OneToOne.setSyntheticField ( boolean syntheticField )This method is from 'OneToOne' class.
OneToOne.setTargetEntity ( String value )This method is from 'OneToOne' class.
[+] PersistenceUnitDefaults (2)
| Change | Effect |
---|
1 | Field delimitedIdentifiers 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. Recompilation of a client class may be terminated with the message: reference to delimitedIdentifiers is ambiguous. |
2 | Field description 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. Recompilation of a client class may be terminated with the message: reference to description is ambiguous. |
[+] affected methods (50)
org.apache.openejb.config.AppModule.getCmpMappings ( )Field 'RetVal.persistenceUnitMetadata.persistenceUnitDefaults' in return value of this method has type 'PersistenceUnitDefaults'.
org.apache.openejb.config.AppModule.setCmpMappings ( EntityMappings cmpMappings )Field 'cmpMappings.persistenceUnitMetadata.persistenceUnitDefaults' in 1st parameter 'cmpMappings' of this method has type 'PersistenceUnitDefaults'.
org.apache.openejb.config.OpenEjb2Conversion.mergeEntityMappings ( String moduleId, EntityMappings entityMappings, org.apache.openejb.jee.oejb3.OpenejbJar openejbJar, org.apache.openejb.jee.oejb2.OpenejbJarType openejbJarType )Field 'entityMappings.persistenceUnitMetadata.persistenceUnitDefaults' in 2nd parameter 'entityMappings' of this method has type 'PersistenceUnitDefaults'.
org.apache.openejb.config.SunConversion.convertModule ( org.apache.openejb.config.EjbModule ejbModule, EntityMappings entityMappings )Field 'entityMappings.persistenceUnitMetadata.persistenceUnitDefaults' in 2nd parameter 'entityMappings' of this method has type 'PersistenceUnitDefaults'.
org.apache.openejb.config.SunConversion.mergeEntityMappings ( java.util.Map entities, String moduleId, org.apache.openejb.config.EjbModule ejbModule, EntityMappings entityMappings, org.apache.openejb.jee.sun.SunCmpMapping sunCmpMapping )Field 'entityMappings.persistenceUnitMetadata.persistenceUnitDefaults' in 4th parameter 'entityMappings' of this method has type 'PersistenceUnitDefaults'.
org.apache.openejb.config.WlsConversion.convertModule ( org.apache.openejb.config.EjbModule ejbModule, EntityMappings entityMappings )Field 'entityMappings.persistenceUnitMetadata.persistenceUnitDefaults' in 2nd parameter 'entityMappings' of this method has type 'PersistenceUnitDefaults'.
EntityMappings.EntityMappings ( )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.getAccess ( )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.getCatalog ( )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.getDescription ( )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.getEmbeddable ( )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.getEntity ( )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.getEntityMap ( )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.getMappedSuperclass ( )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.getMappedSuperclassMap ( )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.getNamedNativeQuery ( )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.getNamedQuery ( )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.getPackage ( )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.getPersistenceUnitMetadata ( )Field 'RetVal.persistenceUnitDefaults' in return value of this method has type 'PersistenceUnitDefaults'.
EntityMappings.getSchema ( )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.getSequenceGenerator ( )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.getSqlResultSetMapping ( )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.getTableGenerator ( )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.getVersion ( )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.setAccess ( AccessType value )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.setCatalog ( String value )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.setDescription ( String value )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.setPackage ( String value )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.setPersistenceUnitMetadata ( PersistenceUnitMetadata value )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.setSchema ( String value )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
EntityMappings.setVersion ( String value )Field 'this.persistenceUnitMetadata.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
ObjectFactory.createEntityMappings ( )Field 'RetVal.persistenceUnitMetadata.persistenceUnitDefaults' in return value of this method has type 'PersistenceUnitDefaults'.
ObjectFactory.createPersistenceUnitDefaults ( )Return value of this method has type 'PersistenceUnitDefaults'.
ObjectFactory.createPersistenceUnitMetadata ( )Field 'RetVal.persistenceUnitDefaults' in return value of this method has type 'PersistenceUnitDefaults'.
PersistenceUnitDefaults.getAccess ( )This method is from 'PersistenceUnitDefaults' class.
PersistenceUnitDefaults.getCatalog ( )This method is from 'PersistenceUnitDefaults' class.
PersistenceUnitDefaults.getEntityListeners ( )This method is from 'PersistenceUnitDefaults' class.
PersistenceUnitDefaults.getSchema ( )This method is from 'PersistenceUnitDefaults' class.
PersistenceUnitDefaults.isCascadePersist ( )This method is from 'PersistenceUnitDefaults' class.
PersistenceUnitDefaults.PersistenceUnitDefaults ( )This constructor is from 'PersistenceUnitDefaults' class.
PersistenceUnitDefaults.setAccess ( AccessType value )This method is from 'PersistenceUnitDefaults' class.
PersistenceUnitDefaults.setCascadePersist ( boolean value )This method is from 'PersistenceUnitDefaults' class.
PersistenceUnitDefaults.setCatalog ( String value )This method is from 'PersistenceUnitDefaults' class.
PersistenceUnitDefaults.setEntityListeners ( EntityListeners value )This method is from 'PersistenceUnitDefaults' class.
PersistenceUnitDefaults.setSchema ( String value )This method is from 'PersistenceUnitDefaults' class.
PersistenceUnitMetadata.getPersistenceUnitDefaults ( )Return value of this method has type 'PersistenceUnitDefaults'.
PersistenceUnitMetadata.isXmlMappingMetadataComplete ( )Field 'this.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
PersistenceUnitMetadata.PersistenceUnitMetadata ( )Field 'this.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
PersistenceUnitMetadata.setPersistenceUnitDefaults ( PersistenceUnitDefaults value )Field 'this.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
PersistenceUnitMetadata.setXmlMappingMetadataComplete ( boolean value )Field 'this.persistenceUnitDefaults' in the object of this method has type 'PersistenceUnitDefaults'.
[+] PersistenceUnitMetadata (1)
| Change | Effect |
---|
1 | Field description 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. Recompilation of a client class may be terminated with the message: reference to description is ambiguous. |
[+] affected methods (38)
org.apache.openejb.config.AppModule.getCmpMappings ( )Field 'RetVal.persistenceUnitMetadata' in return value of this method has type 'PersistenceUnitMetadata'.
org.apache.openejb.config.AppModule.setCmpMappings ( EntityMappings cmpMappings )Field 'cmpMappings.persistenceUnitMetadata' in 1st parameter 'cmpMappings' of this method has type 'PersistenceUnitMetadata'.
org.apache.openejb.config.OpenEjb2Conversion.mergeEntityMappings ( String moduleId, EntityMappings entityMappings, org.apache.openejb.jee.oejb3.OpenejbJar openejbJar, org.apache.openejb.jee.oejb2.OpenejbJarType openejbJarType )Field 'entityMappings.persistenceUnitMetadata' in 2nd parameter 'entityMappings' of this method has type 'PersistenceUnitMetadata'.
org.apache.openejb.config.SunConversion.convertModule ( org.apache.openejb.config.EjbModule ejbModule, EntityMappings entityMappings )Field 'entityMappings.persistenceUnitMetadata' in 2nd parameter 'entityMappings' of this method has type 'PersistenceUnitMetadata'.
org.apache.openejb.config.SunConversion.mergeEntityMappings ( java.util.Map entities, String moduleId, org.apache.openejb.config.EjbModule ejbModule, EntityMappings entityMappings, org.apache.openejb.jee.sun.SunCmpMapping sunCmpMapping )Field 'entityMappings.persistenceUnitMetadata' in 4th parameter 'entityMappings' of this method has type 'PersistenceUnitMetadata'.
org.apache.openejb.config.WlsConversion.convertModule ( org.apache.openejb.config.EjbModule ejbModule, EntityMappings entityMappings )Field 'entityMappings.persistenceUnitMetadata' in 2nd parameter 'entityMappings' of this method has type 'PersistenceUnitMetadata'.
EntityMappings.EntityMappings ( )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.getAccess ( )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.getCatalog ( )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.getDescription ( )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.getEmbeddable ( )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.getEntity ( )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.getEntityMap ( )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.getMappedSuperclass ( )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.getMappedSuperclassMap ( )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.getNamedNativeQuery ( )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.getNamedQuery ( )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.getPackage ( )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.getPersistenceUnitMetadata ( )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.getSchema ( )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.getSequenceGenerator ( )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.getSqlResultSetMapping ( )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.getTableGenerator ( )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.getVersion ( )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.setAccess ( AccessType value )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.setCatalog ( String value )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.setDescription ( String value )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.setPackage ( String value )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.setPersistenceUnitMetadata ( PersistenceUnitMetadata value )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.setSchema ( String value )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
EntityMappings.setVersion ( String value )Field 'this.persistenceUnitMetadata' in the object of this method has type 'PersistenceUnitMetadata'.
ObjectFactory.createEntityMappings ( )Field 'RetVal.persistenceUnitMetadata' in return value of this method has type 'PersistenceUnitMetadata'.
ObjectFactory.createPersistenceUnitMetadata ( )Return value of this method has type 'PersistenceUnitMetadata'.
PersistenceUnitMetadata.getPersistenceUnitDefaults ( )This method is from 'PersistenceUnitMetadata' class.
PersistenceUnitMetadata.isXmlMappingMetadataComplete ( )This method is from 'PersistenceUnitMetadata' class.
PersistenceUnitMetadata.PersistenceUnitMetadata ( )This constructor is from 'PersistenceUnitMetadata' class.
PersistenceUnitMetadata.setPersistenceUnitDefaults ( PersistenceUnitDefaults value )This method is from 'PersistenceUnitMetadata' class.
PersistenceUnitMetadata.setXmlMappingMetadataComplete ( boolean value )This method is from 'PersistenceUnitMetadata' class.
[+] PostLoad (1)
| Change | Effect |
---|
1 | Field description 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. Recompilation of a client class may be terminated with the message: reference to description is ambiguous. |
[+] affected methods (125)
Entity.addField ( Field field )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.Entity ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.Entity ( String clazz )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getAccess ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getAssociationOverride ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getAttributeOverride ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getAttributes ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getClazz ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getDescription ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getDiscriminatorColumn ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getDiscriminatorValue ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getEjbName ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getEntityListeners ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getIdClass ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getInheritance ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getKey ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getKey ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getName ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getNamedNativeQuery ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getNamedQuery ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getPostLoad ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getPostPersist ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getPostRemove ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getPostUpdate ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getPrePersist ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getPreRemove ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getPreUpdate ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getPrimaryKeyJoinColumn ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getSecondaryTable ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getSequenceGenerator ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getSqlResultSetMapping ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getTable ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.getTableGenerator ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.isExcludeDefaultListeners ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.isExcludeSuperclassListeners ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.isMetadataComplete ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.isXmlMetadataComplete ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setAccess ( AccessType value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setAttributes ( Attributes value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setClazz ( String value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setDescription ( String value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setDiscriminatorColumn ( DiscriminatorColumn value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setDiscriminatorValue ( String value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setEjbName ( String ejbName )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setEntityListeners ( EntityListeners value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setExcludeDefaultListeners ( boolean value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setExcludeSuperclassListeners ( boolean value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setIdClass ( IdClass value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setInheritance ( Inheritance value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setMetadataComplete ( Boolean value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setName ( String value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setPostLoad ( PostLoad value )1st parameter 'value' of this method has type 'PostLoad'.
Entity.setPostPersist ( PostPersist value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setPostRemove ( PostRemove value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setPostUpdate ( PostUpdate value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setPrePersist ( PrePersist value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setPreRemove ( PreRemove value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setPreUpdate ( PreUpdate value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setSequenceGenerator ( SequenceGenerator value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setTable ( Table value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setTableGenerator ( TableGenerator value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Entity.setXmlMetadataComplete ( boolean xmlMetadataComplete )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
EntityListener.EntityListener ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
EntityListener.getClazz ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
EntityListener.getPostLoad ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
EntityListener.getPostPersist ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
EntityListener.getPostRemove ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
EntityListener.getPostUpdate ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
EntityListener.getPrePersist ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
EntityListener.getPreRemove ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
EntityListener.getPreUpdate ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
EntityListener.setClazz ( String value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
EntityListener.setPostLoad ( PostLoad value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
EntityListener.setPostPersist ( PostPersist value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
EntityListener.setPostRemove ( PostRemove value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
EntityListener.setPostUpdate ( PostUpdate value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
EntityListener.setPrePersist ( PrePersist value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
EntityListener.setPreRemove ( PreRemove value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
EntityListener.setPreUpdate ( PreUpdate value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.addField ( Field field )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.getAccess ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.getAttributes ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.getClazz ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.getDescription ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.getEntityListeners ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.getIdClass ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.getKey ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.getKey ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.getPostLoad ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.getPostPersist ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.getPostRemove ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.getPostUpdate ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.getPrePersist ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.getPreRemove ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.getPreUpdate ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.isExcludeDefaultListeners ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.isExcludeSuperclassListeners ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.isMetadataComplete ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.MappedSuperclass ( )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.MappedSuperclass ( String clazz )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.setAccess ( AccessType value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.setAttributes ( Attributes value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.setClazz ( String value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.setDescription ( String value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.setEntityListeners ( EntityListeners value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.setExcludeDefaultListeners ( boolean value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.setExcludeSuperclassListeners ( boolean value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.setIdClass ( IdClass value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.setMetadataComplete ( Boolean value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.setPostLoad ( PostLoad value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.setPostPersist ( PostPersist value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.setPostRemove ( PostRemove value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.setPostUpdate ( PostUpdate value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.setPrePersist ( PrePersist value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.setPreRemove ( PreRemove value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
MappedSuperclass.setPreUpdate ( PreUpdate value )Field 'this.postLoad' in the object of this method has type 'PostLoad'.
Mapping.getPostLoad ( )Return value of this abstract method has type 'PostLoad'.
Mapping.setPostLoad ( PostLoad p1 )1st parameter 'p1' of this abstract method has type 'PostLoad'.
ObjectFactory.createEntity ( )Field 'RetVal.postLoad' in return value of this method has type 'PostLoad'.
ObjectFactory.createEntityListener ( )Field 'RetVal.postLoad' in return value of this method has type 'PostLoad'.
ObjectFactory.createMappedSuperclass ( )Field 'RetVal.postLoad' in return value of this method has type 'PostLoad'.
ObjectFactory.createPostLoad ( )Return value of this method has type 'PostLoad'.
PostLoad.getMethodName ( )This method is from 'PostLoad' class.
PostLoad.PostLoad ( )This constructor is from 'PostLoad' class.
PostLoad.setMethodName ( String value )This method is from 'PostLoad' class.
[+] PostPersist (1)
| Change | Effect |
---|
1 | Field description 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. Recompilation of a client class may be terminated with the message: reference to description is ambiguous. |
[+] affected methods (125)
Entity.addField ( Field field )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.Entity ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.Entity ( String clazz )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getAccess ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getAssociationOverride ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getAttributeOverride ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getAttributes ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getClazz ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getDescription ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getDiscriminatorColumn ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getDiscriminatorValue ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getEjbName ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getEntityListeners ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getIdClass ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getInheritance ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getKey ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getKey ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getName ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getNamedNativeQuery ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getNamedQuery ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getPostLoad ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getPostPersist ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getPostRemove ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getPostUpdate ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getPrePersist ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getPreRemove ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getPreUpdate ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getPrimaryKeyJoinColumn ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getSecondaryTable ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getSequenceGenerator ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getSqlResultSetMapping ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getTable ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.getTableGenerator ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.isExcludeDefaultListeners ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.isExcludeSuperclassListeners ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.isMetadataComplete ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.isXmlMetadataComplete ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setAccess ( AccessType value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setAttributes ( Attributes value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setClazz ( String value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setDescription ( String value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setDiscriminatorColumn ( DiscriminatorColumn value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setDiscriminatorValue ( String value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setEjbName ( String ejbName )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setEntityListeners ( EntityListeners value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setExcludeDefaultListeners ( boolean value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setExcludeSuperclassListeners ( boolean value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setIdClass ( IdClass value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setInheritance ( Inheritance value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setMetadataComplete ( Boolean value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setName ( String value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setPostLoad ( PostLoad value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setPostPersist ( PostPersist value )1st parameter 'value' of this method has type 'PostPersist'.
Entity.setPostRemove ( PostRemove value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setPostUpdate ( PostUpdate value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setPrePersist ( PrePersist value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setPreRemove ( PreRemove value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setPreUpdate ( PreUpdate value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setSequenceGenerator ( SequenceGenerator value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setTable ( Table value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setTableGenerator ( TableGenerator value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Entity.setXmlMetadataComplete ( boolean xmlMetadataComplete )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
EntityListener.EntityListener ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
EntityListener.getClazz ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
EntityListener.getPostLoad ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
EntityListener.getPostPersist ( )Return value of this method has type 'PostPersist'.
EntityListener.getPostRemove ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
EntityListener.getPostUpdate ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
EntityListener.getPrePersist ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
EntityListener.getPreRemove ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
EntityListener.getPreUpdate ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
EntityListener.setClazz ( String value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
EntityListener.setPostLoad ( PostLoad value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
EntityListener.setPostPersist ( PostPersist value )1st parameter 'value' of this method has type 'PostPersist'.
EntityListener.setPostRemove ( PostRemove value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
EntityListener.setPostUpdate ( PostUpdate value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
EntityListener.setPrePersist ( PrePersist value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
EntityListener.setPreRemove ( PreRemove value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
EntityListener.setPreUpdate ( PreUpdate value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.addField ( Field field )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.getAccess ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.getAttributes ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.getClazz ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.getDescription ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.getEntityListeners ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.getIdClass ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.getKey ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.getKey ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.getPostLoad ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.getPostPersist ( )Return value of this method has type 'PostPersist'.
MappedSuperclass.getPostRemove ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.getPostUpdate ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.getPrePersist ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.getPreRemove ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.getPreUpdate ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.isExcludeDefaultListeners ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.isExcludeSuperclassListeners ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.isMetadataComplete ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.MappedSuperclass ( )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.MappedSuperclass ( String clazz )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.setAccess ( AccessType value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.setAttributes ( Attributes value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.setClazz ( String value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.setDescription ( String value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.setEntityListeners ( EntityListeners value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.setExcludeDefaultListeners ( boolean value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.setExcludeSuperclassListeners ( boolean value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.setIdClass ( IdClass value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.setMetadataComplete ( Boolean value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.setPostLoad ( PostLoad value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.setPostPersist ( PostPersist value )1st parameter 'value' of this method has type 'PostPersist'.
MappedSuperclass.setPostRemove ( PostRemove value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.setPostUpdate ( PostUpdate value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.setPrePersist ( PrePersist value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.setPreRemove ( PreRemove value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
MappedSuperclass.setPreUpdate ( PreUpdate value )Field 'this.postPersist' in the object of this method has type 'PostPersist'.
Mapping.getPostPersist ( )Return value of this abstract method has type 'PostPersist'.
Mapping.setPostPersist ( PostPersist p1 )1st parameter 'p1' of this abstract method has type 'PostPersist'.
ObjectFactory.createEntity ( )Field 'RetVal.postPersist' in return value of this method has type 'PostPersist'.
ObjectFactory.createEntityListener ( )Field 'RetVal.postPersist' in return value of this method has type 'PostPersist'.
ObjectFactory.createMappedSuperclass ( )Field 'RetVal.postPersist' in return value of this method has type 'PostPersist'.
ObjectFactory.createPostPersist ( )Return value of this method has type 'PostPersist'.
PostPersist.getMethodName ( )This method is from 'PostPersist' class.
PostPersist.PostPersist ( )This constructor is from 'PostPersist' class.
PostPersist.setMethodName ( String value )This method is from 'PostPersist' class.
[+] PostRemove (1)
| Change | Effect |
---|
1 | Field description 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. Recompilation of a client class may be terminated with the message: reference to description is ambiguous. |
[+] affected methods (125)
Entity.addField ( Field field )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.Entity ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.Entity ( String clazz )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getAccess ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getAssociationOverride ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getAttributeOverride ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getAttributes ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getClazz ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getDescription ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getDiscriminatorColumn ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getDiscriminatorValue ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getEjbName ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getEntityListeners ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getIdClass ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getInheritance ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getKey ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getKey ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getName ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getNamedNativeQuery ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getNamedQuery ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getPostLoad ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getPostPersist ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getPostRemove ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getPostUpdate ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getPrePersist ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getPreRemove ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getPreUpdate ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getPrimaryKeyJoinColumn ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getSecondaryTable ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getSequenceGenerator ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getSqlResultSetMapping ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getTable ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.getTableGenerator ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.isExcludeDefaultListeners ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.isExcludeSuperclassListeners ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.isMetadataComplete ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.isXmlMetadataComplete ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setAccess ( AccessType value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setAttributes ( Attributes value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setClazz ( String value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setDescription ( String value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setDiscriminatorColumn ( DiscriminatorColumn value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setDiscriminatorValue ( String value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setEjbName ( String ejbName )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setEntityListeners ( EntityListeners value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setExcludeDefaultListeners ( boolean value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setExcludeSuperclassListeners ( boolean value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setIdClass ( IdClass value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setInheritance ( Inheritance value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setMetadataComplete ( Boolean value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setName ( String value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setPostLoad ( PostLoad value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setPostPersist ( PostPersist value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setPostRemove ( PostRemove value )1st parameter 'value' of this method has type 'PostRemove'.
Entity.setPostUpdate ( PostUpdate value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setPrePersist ( PrePersist value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setPreRemove ( PreRemove value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setPreUpdate ( PreUpdate value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setSequenceGenerator ( SequenceGenerator value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setTable ( Table value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setTableGenerator ( TableGenerator value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Entity.setXmlMetadataComplete ( boolean xmlMetadataComplete )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
EntityListener.EntityListener ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
EntityListener.getClazz ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
EntityListener.getPostLoad ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
EntityListener.getPostPersist ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
EntityListener.getPostRemove ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
EntityListener.getPostUpdate ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
EntityListener.getPrePersist ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
EntityListener.getPreRemove ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
EntityListener.getPreUpdate ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
EntityListener.setClazz ( String value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
EntityListener.setPostLoad ( PostLoad value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
EntityListener.setPostPersist ( PostPersist value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
EntityListener.setPostRemove ( PostRemove value )1st parameter 'value' of this method has type 'PostRemove'.
EntityListener.setPostUpdate ( PostUpdate value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
EntityListener.setPrePersist ( PrePersist value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
EntityListener.setPreRemove ( PreRemove value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
EntityListener.setPreUpdate ( PreUpdate value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.addField ( Field field )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.getAccess ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.getAttributes ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.getClazz ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.getDescription ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.getEntityListeners ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.getIdClass ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.getKey ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.getKey ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.getPostLoad ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.getPostPersist ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.getPostRemove ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.getPostUpdate ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.getPrePersist ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.getPreRemove ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.getPreUpdate ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.isExcludeDefaultListeners ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.isExcludeSuperclassListeners ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.isMetadataComplete ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.MappedSuperclass ( )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.MappedSuperclass ( String clazz )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.setAccess ( AccessType value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.setAttributes ( Attributes value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.setClazz ( String value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.setDescription ( String value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.setEntityListeners ( EntityListeners value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.setExcludeDefaultListeners ( boolean value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.setExcludeSuperclassListeners ( boolean value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.setIdClass ( IdClass value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.setMetadataComplete ( Boolean value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.setPostLoad ( PostLoad value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.setPostPersist ( PostPersist value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.setPostRemove ( PostRemove value )1st parameter 'value' of this method has type 'PostRemove'.
MappedSuperclass.setPostUpdate ( PostUpdate value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.setPrePersist ( PrePersist value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.setPreRemove ( PreRemove value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
MappedSuperclass.setPreUpdate ( PreUpdate value )Field 'this.postRemove' in the object of this method has type 'PostRemove'.
Mapping.getPostRemove ( )Return value of this abstract method has type 'PostRemove'.
Mapping.setPostRemove ( PostRemove p1 )1st parameter 'p1' of this abstract method has type 'PostRemove'.
ObjectFactory.createEntity ( )Field 'RetVal.postRemove' in return value of this method has type 'PostRemove'.
ObjectFactory.createEntityListener ( )Field 'RetVal.postRemove' in return value of this method has type 'PostRemove'.
ObjectFactory.createMappedSuperclass ( )Field 'RetVal.postRemove' in return value of this method has type 'PostRemove'.
ObjectFactory.createPostRemove ( )Return value of this method has type 'PostRemove'.
PostRemove.getMethodName ( )This method is from 'PostRemove' class.
PostRemove.PostRemove ( )This constructor is from 'PostRemove' class.
PostRemove.setMethodName ( String value )This method is from 'PostRemove' class.
[+] PostUpdate (1)
| Change | Effect |
---|
1 | Field description 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. Recompilation of a client class may be terminated with the message: reference to description is ambiguous. |
[+] affected methods (125)
Entity.addField ( Field field )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.Entity ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.Entity ( String clazz )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getAccess ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getAssociationOverride ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getAttributeOverride ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getAttributes ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getClazz ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getDescription ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getDiscriminatorColumn ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getDiscriminatorValue ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getEjbName ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getEntityListeners ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getIdClass ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getInheritance ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getKey ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getKey ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getName ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getNamedNativeQuery ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getNamedQuery ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getPostLoad ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getPostPersist ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getPostRemove ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getPostUpdate ( )Return value of this method has type 'PostUpdate'.
Entity.getPrePersist ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getPreRemove ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getPreUpdate ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getPrimaryKeyJoinColumn ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getSecondaryTable ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getSequenceGenerator ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getSqlResultSetMapping ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getTable ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.getTableGenerator ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.isExcludeDefaultListeners ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.isExcludeSuperclassListeners ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.isMetadataComplete ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.isXmlMetadataComplete ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setAccess ( AccessType value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setAttributes ( Attributes value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setClazz ( String value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setDescription ( String value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setDiscriminatorColumn ( DiscriminatorColumn value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setDiscriminatorValue ( String value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setEjbName ( String ejbName )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setEntityListeners ( EntityListeners value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setExcludeDefaultListeners ( boolean value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setExcludeSuperclassListeners ( boolean value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setIdClass ( IdClass value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setInheritance ( Inheritance value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setMetadataComplete ( Boolean value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setName ( String value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setPostLoad ( PostLoad value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setPostPersist ( PostPersist value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setPostRemove ( PostRemove value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setPostUpdate ( PostUpdate value )1st parameter 'value' of this method has type 'PostUpdate'.
Entity.setPrePersist ( PrePersist value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setPreRemove ( PreRemove value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setPreUpdate ( PreUpdate value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setSequenceGenerator ( SequenceGenerator value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setTable ( Table value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setTableGenerator ( TableGenerator value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Entity.setXmlMetadataComplete ( boolean xmlMetadataComplete )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
EntityListener.EntityListener ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
EntityListener.getClazz ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
EntityListener.getPostLoad ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
EntityListener.getPostPersist ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
EntityListener.getPostRemove ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
EntityListener.getPostUpdate ( )Return value of this method has type 'PostUpdate'.
EntityListener.getPrePersist ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
EntityListener.getPreRemove ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
EntityListener.getPreUpdate ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
EntityListener.setClazz ( String value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
EntityListener.setPostLoad ( PostLoad value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
EntityListener.setPostPersist ( PostPersist value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
EntityListener.setPostRemove ( PostRemove value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
EntityListener.setPostUpdate ( PostUpdate value )1st parameter 'value' of this method has type 'PostUpdate'.
EntityListener.setPrePersist ( PrePersist value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
EntityListener.setPreRemove ( PreRemove value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
EntityListener.setPreUpdate ( PreUpdate value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.addField ( Field field )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.getAccess ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.getAttributes ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.getClazz ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.getDescription ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.getEntityListeners ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.getIdClass ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.getKey ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.getKey ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.getPostLoad ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.getPostPersist ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.getPostRemove ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.getPostUpdate ( )Return value of this method has type 'PostUpdate'.
MappedSuperclass.getPrePersist ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.getPreRemove ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.getPreUpdate ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.isExcludeDefaultListeners ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.isExcludeSuperclassListeners ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.isMetadataComplete ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.MappedSuperclass ( )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.MappedSuperclass ( String clazz )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.setAccess ( AccessType value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.setAttributes ( Attributes value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.setClazz ( String value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.setDescription ( String value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.setEntityListeners ( EntityListeners value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.setExcludeDefaultListeners ( boolean value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.setExcludeSuperclassListeners ( boolean value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.setIdClass ( IdClass value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.setMetadataComplete ( Boolean value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.setPostLoad ( PostLoad value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.setPostPersist ( PostPersist value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.setPostRemove ( PostRemove value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.setPostUpdate ( PostUpdate value )1st parameter 'value' of this method has type 'PostUpdate'.
MappedSuperclass.setPrePersist ( PrePersist value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.setPreRemove ( PreRemove value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
MappedSuperclass.setPreUpdate ( PreUpdate value )Field 'this.postUpdate' in the object of this method has type 'PostUpdate'.
Mapping.getPostUpdate ( )Return value of this abstract method has type 'PostUpdate'.
Mapping.setPostUpdate ( PostUpdate p1 )1st parameter 'p1' of this abstract method has type 'PostUpdate'.
ObjectFactory.createEntity ( )Field 'RetVal.postUpdate' in return value of this method has type 'PostUpdate'.
ObjectFactory.createEntityListener ( )Field 'RetVal.postUpdate' in return value of this method has type 'PostUpdate'.
ObjectFactory.createMappedSuperclass ( )Field 'RetVal.postUpdate' in return value of this method has type 'PostUpdate'.
ObjectFactory.createPostUpdate ( )Return value of this method has type 'PostUpdate'.
PostUpdate.getMethodName ( )This method is from 'PostUpdate' class.
PostUpdate.PostUpdate ( )This constructor is from 'PostUpdate' class.
PostUpdate.setMethodName ( String value )This method is from 'PostUpdate' class.
[+] PrePersist (1)
| Change | Effect |
---|
1 | Field description 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. Recompilation of a client class may be terminated with the message: reference to description is ambiguous. |
[+] affected methods (125)
Entity.addField ( Field field )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.Entity ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.Entity ( String clazz )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getAccess ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getAssociationOverride ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getAttributeOverride ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getAttributes ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getClazz ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getDescription ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getDiscriminatorColumn ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getDiscriminatorValue ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getEjbName ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getEntityListeners ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getIdClass ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getInheritance ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getKey ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getKey ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getName ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getNamedNativeQuery ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getNamedQuery ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getPostLoad ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getPostPersist ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getPostRemove ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getPostUpdate ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getPrePersist ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getPreRemove ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getPreUpdate ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getPrimaryKeyJoinColumn ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getSecondaryTable ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getSequenceGenerator ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getSqlResultSetMapping ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getTable ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.getTableGenerator ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.isExcludeDefaultListeners ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.isExcludeSuperclassListeners ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.isMetadataComplete ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.isXmlMetadataComplete ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setAccess ( AccessType value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setAttributes ( Attributes value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setClazz ( String value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setDescription ( String value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setDiscriminatorColumn ( DiscriminatorColumn value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setDiscriminatorValue ( String value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setEjbName ( String ejbName )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setEntityListeners ( EntityListeners value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setExcludeDefaultListeners ( boolean value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setExcludeSuperclassListeners ( boolean value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setIdClass ( IdClass value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setInheritance ( Inheritance value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setMetadataComplete ( Boolean value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setName ( String value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setPostLoad ( PostLoad value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setPostPersist ( PostPersist value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setPostRemove ( PostRemove value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setPostUpdate ( PostUpdate value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setPrePersist ( PrePersist value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setPreRemove ( PreRemove value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setPreUpdate ( PreUpdate value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setSequenceGenerator ( SequenceGenerator value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setTable ( Table value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setTableGenerator ( TableGenerator value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Entity.setXmlMetadataComplete ( boolean xmlMetadataComplete )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
EntityListener.EntityListener ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
EntityListener.getClazz ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
EntityListener.getPostLoad ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
EntityListener.getPostPersist ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
EntityListener.getPostRemove ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
EntityListener.getPostUpdate ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
EntityListener.getPrePersist ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
EntityListener.getPreRemove ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
EntityListener.getPreUpdate ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
EntityListener.setClazz ( String value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
EntityListener.setPostLoad ( PostLoad value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
EntityListener.setPostPersist ( PostPersist value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
EntityListener.setPostRemove ( PostRemove value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
EntityListener.setPostUpdate ( PostUpdate value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
EntityListener.setPrePersist ( PrePersist value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
EntityListener.setPreRemove ( PreRemove value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
EntityListener.setPreUpdate ( PreUpdate value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.addField ( Field field )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.getAccess ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.getAttributes ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.getClazz ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.getDescription ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.getEntityListeners ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.getIdClass ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.getKey ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.getKey ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.getPostLoad ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.getPostPersist ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.getPostRemove ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.getPostUpdate ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.getPrePersist ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.getPreRemove ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.getPreUpdate ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.isExcludeDefaultListeners ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.isExcludeSuperclassListeners ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.isMetadataComplete ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.MappedSuperclass ( )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.MappedSuperclass ( String clazz )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.setAccess ( AccessType value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.setAttributes ( Attributes value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.setClazz ( String value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.setDescription ( String value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.setEntityListeners ( EntityListeners value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.setExcludeDefaultListeners ( boolean value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.setExcludeSuperclassListeners ( boolean value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.setIdClass ( IdClass value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.setMetadataComplete ( Boolean value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.setPostLoad ( PostLoad value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.setPostPersist ( PostPersist value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.setPostRemove ( PostRemove value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.setPostUpdate ( PostUpdate value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.setPrePersist ( PrePersist value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.setPreRemove ( PreRemove value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
MappedSuperclass.setPreUpdate ( PreUpdate value )Field 'this.prePersist' in the object of this method has type 'PrePersist'.
Mapping.getPrePersist ( )Return value of this abstract method has type 'PrePersist'.
Mapping.setPrePersist ( PrePersist p1 )1st parameter 'p1' of this abstract method has type 'PrePersist'.
ObjectFactory.createEntity ( )Field 'RetVal.prePersist' in return value of this method has type 'PrePersist'.
ObjectFactory.createEntityListener ( )Field 'RetVal.prePersist' in return value of this method has type 'PrePersist'.
ObjectFactory.createMappedSuperclass ( )Field 'RetVal.prePersist' in return value of this method has type 'PrePersist'.
ObjectFactory.createPrePersist ( )Return value of this method has type 'PrePersist'.
PrePersist.getMethodName ( )This method is from 'PrePersist' class.
PrePersist.PrePersist ( )This constructor is from 'PrePersist' class.
PrePersist.setMethodName ( String value )This method is from 'PrePersist' class.
[+] PreRemove (1)
| Change | Effect |
---|
1 | Field description 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. Recompilation of a client class may be terminated with the message: reference to description is ambiguous. |
[+] affected methods (125)
Entity.addField ( Field field )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.Entity ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.Entity ( String clazz )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getAccess ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getAssociationOverride ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getAttributeOverride ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getAttributes ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getClazz ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getDescription ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getDiscriminatorColumn ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getDiscriminatorValue ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getEjbName ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getEntityListeners ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getIdClass ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getInheritance ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getKey ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getKey ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getName ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getNamedNativeQuery ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getNamedQuery ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getPostLoad ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getPostPersist ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getPostRemove ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getPostUpdate ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getPrePersist ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getPreRemove ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getPreUpdate ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getPrimaryKeyJoinColumn ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getSecondaryTable ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getSequenceGenerator ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getSqlResultSetMapping ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getTable ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.getTableGenerator ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.isExcludeDefaultListeners ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.isExcludeSuperclassListeners ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.isMetadataComplete ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.isXmlMetadataComplete ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setAccess ( AccessType value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setAttributes ( Attributes value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setClazz ( String value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setDescription ( String value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setDiscriminatorColumn ( DiscriminatorColumn value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setDiscriminatorValue ( String value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setEjbName ( String ejbName )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setEntityListeners ( EntityListeners value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setExcludeDefaultListeners ( boolean value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setExcludeSuperclassListeners ( boolean value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setIdClass ( IdClass value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setInheritance ( Inheritance value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setMetadataComplete ( Boolean value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setName ( String value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setPostLoad ( PostLoad value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setPostPersist ( PostPersist value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setPostRemove ( PostRemove value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setPostUpdate ( PostUpdate value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setPrePersist ( PrePersist value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setPreRemove ( PreRemove value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setPreUpdate ( PreUpdate value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setSequenceGenerator ( SequenceGenerator value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setTable ( Table value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setTableGenerator ( TableGenerator value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Entity.setXmlMetadataComplete ( boolean xmlMetadataComplete )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
EntityListener.EntityListener ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
EntityListener.getClazz ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
EntityListener.getPostLoad ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
EntityListener.getPostPersist ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
EntityListener.getPostRemove ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
EntityListener.getPostUpdate ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
EntityListener.getPrePersist ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
EntityListener.getPreRemove ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
EntityListener.getPreUpdate ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
EntityListener.setClazz ( String value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
EntityListener.setPostLoad ( PostLoad value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
EntityListener.setPostPersist ( PostPersist value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
EntityListener.setPostRemove ( PostRemove value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
EntityListener.setPostUpdate ( PostUpdate value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
EntityListener.setPrePersist ( PrePersist value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
EntityListener.setPreRemove ( PreRemove value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
EntityListener.setPreUpdate ( PreUpdate value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.addField ( Field field )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.getAccess ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.getAttributes ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.getClazz ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.getDescription ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.getEntityListeners ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.getIdClass ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.getKey ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.getKey ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.getPostLoad ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.getPostPersist ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.getPostRemove ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.getPostUpdate ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.getPrePersist ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.getPreRemove ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.getPreUpdate ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.isExcludeDefaultListeners ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.isExcludeSuperclassListeners ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.isMetadataComplete ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.MappedSuperclass ( )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.MappedSuperclass ( String clazz )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.setAccess ( AccessType value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.setAttributes ( Attributes value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.setClazz ( String value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.setDescription ( String value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.setEntityListeners ( EntityListeners value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.setExcludeDefaultListeners ( boolean value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.setExcludeSuperclassListeners ( boolean value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.setIdClass ( IdClass value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.setMetadataComplete ( Boolean value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.setPostLoad ( PostLoad value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.setPostPersist ( PostPersist value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.setPostRemove ( PostRemove value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.setPostUpdate ( PostUpdate value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.setPrePersist ( PrePersist value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.setPreRemove ( PreRemove value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
MappedSuperclass.setPreUpdate ( PreUpdate value )Field 'this.preRemove' in the object of this method has type 'PreRemove'.
Mapping.getPreRemove ( )Return value of this abstract method has type 'PreRemove'.
Mapping.setPreRemove ( PreRemove p1 )1st parameter 'p1' of this abstract method has type 'PreRemove'.
ObjectFactory.createEntity ( )Field 'RetVal.preRemove' in return value of this method has type 'PreRemove'.
ObjectFactory.createEntityListener ( )Field 'RetVal.preRemove' in return value of this method has type 'PreRemove'.
ObjectFactory.createMappedSuperclass ( )Field 'RetVal.preRemove' in return value of this method has type 'PreRemove'.
ObjectFactory.createPreRemove ( )Return value of this method has type 'PreRemove'.
PreRemove.getMethodName ( )This method is from 'PreRemove' class.
PreRemove.PreRemove ( )This constructor is from 'PreRemove' class.
PreRemove.setMethodName ( String value )This method is from 'PreRemove' class.
[+] PreUpdate (1)
| Change | Effect |
---|
1 | Field description 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. Recompilation of a client class may be terminated with the message: reference to description is ambiguous. |
[+] affected methods (125)
Entity.addField ( Field field )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.Entity ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.Entity ( String clazz )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getAccess ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getAssociationOverride ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getAttributeOverride ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getAttributes ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getClazz ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getDescription ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getDiscriminatorColumn ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getDiscriminatorValue ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getEjbName ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getEntityListeners ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getIdClass ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getInheritance ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getKey ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getKey ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getName ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getNamedNativeQuery ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getNamedQuery ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getPostLoad ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getPostPersist ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getPostRemove ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getPostUpdate ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getPrePersist ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getPreRemove ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getPreUpdate ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getPrimaryKeyJoinColumn ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getSecondaryTable ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getSequenceGenerator ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getSqlResultSetMapping ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getTable ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.getTableGenerator ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.isExcludeDefaultListeners ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.isExcludeSuperclassListeners ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.isMetadataComplete ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.isXmlMetadataComplete ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setAccess ( AccessType value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setAttributes ( Attributes value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setClazz ( String value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setDescription ( String value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setDiscriminatorColumn ( DiscriminatorColumn value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setDiscriminatorValue ( String value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setEjbName ( String ejbName )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setEntityListeners ( EntityListeners value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setExcludeDefaultListeners ( boolean value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setExcludeSuperclassListeners ( boolean value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setIdClass ( IdClass value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setInheritance ( Inheritance value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setMetadataComplete ( Boolean value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setName ( String value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setPostLoad ( PostLoad value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setPostPersist ( PostPersist value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setPostRemove ( PostRemove value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setPostUpdate ( PostUpdate value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setPrePersist ( PrePersist value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setPreRemove ( PreRemove value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setPreUpdate ( PreUpdate value )1st parameter 'value' of this method has type 'PreUpdate'.
Entity.setSequenceGenerator ( SequenceGenerator value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setTable ( Table value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setTableGenerator ( TableGenerator value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
Entity.setXmlMetadataComplete ( boolean xmlMetadataComplete )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
EntityListener.EntityListener ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
EntityListener.getClazz ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
EntityListener.getPostLoad ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
EntityListener.getPostPersist ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
EntityListener.getPostRemove ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
EntityListener.getPostUpdate ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
EntityListener.getPrePersist ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
EntityListener.getPreRemove ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
EntityListener.getPreUpdate ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
EntityListener.setClazz ( String value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
EntityListener.setPostLoad ( PostLoad value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
EntityListener.setPostPersist ( PostPersist value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
EntityListener.setPostRemove ( PostRemove value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
EntityListener.setPostUpdate ( PostUpdate value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
EntityListener.setPrePersist ( PrePersist value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
EntityListener.setPreRemove ( PreRemove value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
EntityListener.setPreUpdate ( PreUpdate value )1st parameter 'value' of this method has type 'PreUpdate'.
MappedSuperclass.addField ( Field field )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.getAccess ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.getAttributes ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.getClazz ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.getDescription ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.getEntityListeners ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.getIdClass ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.getKey ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.getKey ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.getPostLoad ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.getPostPersist ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.getPostRemove ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.getPostUpdate ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.getPrePersist ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.getPreRemove ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.getPreUpdate ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.isExcludeDefaultListeners ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.isExcludeSuperclassListeners ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.isMetadataComplete ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.MappedSuperclass ( )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.MappedSuperclass ( String clazz )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.setAccess ( AccessType value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.setAttributes ( Attributes value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.setClazz ( String value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.setDescription ( String value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.setEntityListeners ( EntityListeners value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.setExcludeDefaultListeners ( boolean value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.setExcludeSuperclassListeners ( boolean value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.setIdClass ( IdClass value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.setMetadataComplete ( Boolean value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.setPostLoad ( PostLoad value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.setPostPersist ( PostPersist value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.setPostRemove ( PostRemove value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.setPostUpdate ( PostUpdate value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.setPrePersist ( PrePersist value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.setPreRemove ( PreRemove value )Field 'this.preUpdate' in the object of this method has type 'PreUpdate'.
MappedSuperclass.setPreUpdate ( PreUpdate value )1st parameter 'value' of this method has type 'PreUpdate'.
Mapping.getPreUpdate ( )Return value of this abstract method has type 'PreUpdate'.
Mapping.setPreUpdate ( PreUpdate p1 )1st parameter 'p1' of this abstract method has type 'PreUpdate'.
ObjectFactory.createEntity ( )Field 'RetVal.preUpdate' in return value of this method has type 'PreUpdate'.
ObjectFactory.createEntityListener ( )Field 'RetVal.preUpdate' in return value of this method has type 'PreUpdate'.
ObjectFactory.createMappedSuperclass ( )Field 'RetVal.preUpdate' in return value of this method has type 'PreUpdate'.
ObjectFactory.createPreUpdate ( )Return value of this method has type 'PreUpdate'.
PreUpdate.getMethodName ( )This method is from 'PreUpdate' class.
PreUpdate.PreUpdate ( )This constructor is from 'PreUpdate' class.
PreUpdate.setMethodName ( String value )This method is from 'PreUpdate' class.
[+] QueryHint (1)
| Change | Effect |
---|
1 | Field description 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. Recompilation of a client class may be terminated with the message: reference to description is ambiguous. |
[+] affected methods (6)
ObjectFactory.createQueryHint ( )Return value of this method has type 'QueryHint'.
QueryHint.getName ( )This method is from 'QueryHint' class.
QueryHint.getValue ( )This method is from 'QueryHint' class.
QueryHint.QueryHint ( )This constructor is from 'QueryHint' class.
QueryHint.setName ( String value )This method is from 'QueryHint' class.
QueryHint.setValue ( String value )This method is from 'QueryHint' class.
[+] SequenceGenerator (3)
| Change | Effect |
---|
1 | Field catalog 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. Recompilation of a client class may be terminated with the message: reference to catalog is ambiguous. |
2 | Field description 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. Recompilation of a client class may be terminated with the message: reference to description is ambiguous. |
3 | Field schema 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. Recompilation of a client class may be terminated with the message: reference to schema is ambiguous. |
[+] affected methods (90)
Entity.addField ( Field field )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.Entity ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.Entity ( String clazz )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getAccess ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getAssociationOverride ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getAttributeOverride ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getAttributes ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getClazz ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getDescription ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getDiscriminatorColumn ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getDiscriminatorValue ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getEjbName ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getEntityListeners ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getIdClass ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getInheritance ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getKey ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getKey ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getName ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getNamedNativeQuery ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getNamedQuery ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getPostLoad ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getPostPersist ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getPostRemove ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getPostUpdate ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getPrePersist ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getPreRemove ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getPreUpdate ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getPrimaryKeyJoinColumn ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getSecondaryTable ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getSequenceGenerator ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getSqlResultSetMapping ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getTable ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.getTableGenerator ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.isExcludeDefaultListeners ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.isExcludeSuperclassListeners ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.isMetadataComplete ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.isXmlMetadataComplete ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setAccess ( AccessType value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setAttributes ( Attributes value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setClazz ( String value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setDescription ( String value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setDiscriminatorColumn ( DiscriminatorColumn value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setDiscriminatorValue ( String value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setEjbName ( String ejbName )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setEntityListeners ( EntityListeners value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setExcludeDefaultListeners ( boolean value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setExcludeSuperclassListeners ( boolean value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setIdClass ( IdClass value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setInheritance ( Inheritance value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setMetadataComplete ( Boolean value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setName ( String value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setPostLoad ( PostLoad value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setPostPersist ( PostPersist value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setPostRemove ( PostRemove value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setPostUpdate ( PostUpdate value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setPrePersist ( PrePersist value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setPreRemove ( PreRemove value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setPreUpdate ( PreUpdate value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setSequenceGenerator ( SequenceGenerator value )1st parameter 'value' of this method has type 'SequenceGenerator'.
Entity.setTable ( Table value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setTableGenerator ( TableGenerator value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Entity.setXmlMetadataComplete ( boolean xmlMetadataComplete )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Id.getColumn ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Id.getGeneratedValue ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Id.getKey ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Id.getName ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Id.getSequenceGenerator ( )Return value of this method has type 'SequenceGenerator'.
Id.getTableGenerator ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Id.getTemporal ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Id.Id ( )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Id.Id ( String name )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Id.Id ( String name, String columnName )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Id.setColumn ( Column value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Id.setGeneratedValue ( GeneratedValue value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Id.setName ( String value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Id.setSequenceGenerator ( SequenceGenerator value )1st parameter 'value' of this method has type 'SequenceGenerator'.
Id.setTableGenerator ( TableGenerator value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
Id.setTemporal ( TemporalType value )Field 'this.sequenceGenerator' in the object of this method has type 'SequenceGenerator'.
ObjectFactory.createEntity ( )Field 'RetVal.sequenceGenerator' in return value of this method has type 'SequenceGenerator'.
ObjectFactory.createId ( )Field 'RetVal.sequenceGenerator' in return value of this method has type 'SequenceGenerator'.
ObjectFactory.createSequenceGenerator ( )Return value of this method has type 'SequenceGenerator'.
SequenceGenerator.getAllocationSize ( )This method is from 'SequenceGenerator' class.
SequenceGenerator.getInitialValue ( )This method is from 'SequenceGenerator' class.
SequenceGenerator.getName ( )This method is from 'SequenceGenerator' class.
SequenceGenerator.getSequenceName ( )This method is from 'SequenceGenerator' class.
SequenceGenerator.SequenceGenerator ( )This constructor is from 'SequenceGenerator' class.
SequenceGenerator.setAllocationSize ( Integer value )This method is from 'SequenceGenerator' class.
SequenceGenerator.setInitialValue ( Integer value )This method is from 'SequenceGenerator' class.
SequenceGenerator.setName ( String value )This method is from 'SequenceGenerator' class.
SequenceGenerator.setSequenceName ( String value )This method is from 'SequenceGenerator' class.
[+] SqlResultSetMapping (1)
| Change | Effect |
---|
1 | Field description 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. Recompilation of a client class may be terminated with the message: reference to description is ambiguous. |
[+] affected methods (6)
ObjectFactory.createSqlResultSetMapping ( )Return value of this method has type 'SqlResultSetMapping'.
SqlResultSetMapping.getColumnResult ( )This method is from 'SqlResultSetMapping' class.
SqlResultSetMapping.getEntityResult ( )This method is from 'SqlResultSetMapping' class.
SqlResultSetMapping.getName ( )This method is from 'SqlResultSetMapping' class.
SqlResultSetMapping.setName ( String value )This method is from 'SqlResultSetMapping' class.
SqlResultSetMapping.SqlResultSetMapping ( )This constructor is from 'SqlResultSetMapping' class.
[+] TableGenerator (1)
| Change | Effect |
---|
1 | Field description 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. Recompilation of a client class may be terminated with the message: reference to description is ambiguous. |
[+] affected methods (101)
Entity.addField ( Field field )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.Entity ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.Entity ( String clazz )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getAccess ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getAssociationOverride ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getAttributeOverride ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getAttributes ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getClazz ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getDescription ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getDiscriminatorColumn ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getDiscriminatorValue ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getEjbName ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getEntityListeners ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getIdClass ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getInheritance ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getKey ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getKey ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getName ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getNamedNativeQuery ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getNamedQuery ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getPostLoad ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getPostPersist ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getPostRemove ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getPostUpdate ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getPrePersist ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getPreRemove ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getPreUpdate ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getPrimaryKeyJoinColumn ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getSecondaryTable ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getSequenceGenerator ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getSqlResultSetMapping ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getTable ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.getTableGenerator ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.isExcludeDefaultListeners ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.isExcludeSuperclassListeners ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.isMetadataComplete ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.isXmlMetadataComplete ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setAccess ( AccessType value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setAttributes ( Attributes value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setClazz ( String value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setDescription ( String value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setDiscriminatorColumn ( DiscriminatorColumn value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setDiscriminatorValue ( String value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setEjbName ( String ejbName )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setEntityListeners ( EntityListeners value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setExcludeDefaultListeners ( boolean value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setExcludeSuperclassListeners ( boolean value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setIdClass ( IdClass value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setInheritance ( Inheritance value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setMetadataComplete ( Boolean value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setName ( String value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setPostLoad ( PostLoad value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setPostPersist ( PostPersist value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setPostRemove ( PostRemove value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setPostUpdate ( PostUpdate value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setPrePersist ( PrePersist value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setPreRemove ( PreRemove value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setPreUpdate ( PreUpdate value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setSequenceGenerator ( SequenceGenerator value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setTable ( Table value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Entity.setTableGenerator ( TableGenerator value )1st parameter 'value' of this method has type 'TableGenerator'.
Entity.setXmlMetadataComplete ( boolean xmlMetadataComplete )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Id.getColumn ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Id.getGeneratedValue ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Id.getKey ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Id.getName ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Id.getSequenceGenerator ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Id.getTableGenerator ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Id.getTemporal ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Id.Id ( )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Id.Id ( String name )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Id.Id ( String name, String columnName )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Id.setColumn ( Column value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Id.setGeneratedValue ( GeneratedValue value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Id.setName ( String value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Id.setSequenceGenerator ( SequenceGenerator value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Id.setTableGenerator ( TableGenerator value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
Id.setTemporal ( TemporalType value )Field 'this.tableGenerator' in the object of this method has type 'TableGenerator'.
ObjectFactory.createEntity ( )Field 'RetVal.tableGenerator' in return value of this method has type 'TableGenerator'.
ObjectFactory.createId ( )Field 'RetVal.tableGenerator' in return value of this method has type 'TableGenerator'.
ObjectFactory.createTableGenerator ( )Return value of this method has type 'TableGenerator'.
TableGenerator.getAllocationSize ( )This method is from 'TableGenerator' class.
TableGenerator.getCatalog ( )This method is from 'TableGenerator' class.
TableGenerator.getInitialValue ( )This method is from 'TableGenerator' class.
TableGenerator.getName ( )This method is from 'TableGenerator' class.
TableGenerator.getPkColumnName ( )This method is from 'TableGenerator' class.
TableGenerator.getPkColumnValue ( )This method is from 'TableGenerator' class.
TableGenerator.getSchema ( )This method is from 'TableGenerator' class.
TableGenerator.getTable ( )This method is from 'TableGenerator' class.
TableGenerator.getUniqueConstraint ( )This method is from 'TableGenerator' class.
TableGenerator.getValueColumnName ( )This method is from 'TableGenerator' class.
TableGenerator.setAllocationSize ( Integer value )This method is from 'TableGenerator' class.
TableGenerator.setCatalog ( String value )This method is from 'TableGenerator' class.
TableGenerator.setInitialValue ( Integer value )This method is from 'TableGenerator' class.
TableGenerator.setName ( String value )This method is from 'TableGenerator' class.
TableGenerator.setPkColumnName ( String value )This method is from 'TableGenerator' class.
TableGenerator.setPkColumnValue ( String value )This method is from 'TableGenerator' class.
TableGenerator.setSchema ( String value )This method is from 'TableGenerator' class.
TableGenerator.setTable ( String value )This method is from 'TableGenerator' class.
TableGenerator.setValueColumnName ( String value )This method is from 'TableGenerator' class.
TableGenerator.TableGenerator ( )This constructor is from 'TableGenerator' class.
[+] UniqueConstraint (1)
| Change | Effect |
---|
1 | Field name 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. Recompilation of a client class may be terminated with the message: reference to name is ambiguous. |
[+] affected methods (3)
ObjectFactory.createUniqueConstraint ( )Return value of this method has type 'UniqueConstraint'.
UniqueConstraint.getColumnName ( )This method is from 'UniqueConstraint' class.
UniqueConstraint.UniqueConstraint ( )This constructor is from 'UniqueConstraint' class.
[+] Version (1)
| Change | Effect |
---|
1 | Field access 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. Recompilation of a client class may be terminated with the message: reference to access is ambiguous. |
[+] affected methods (8)
ObjectFactory.createVersion ( )Return value of this method has type 'Version'.
Version.getColumn ( )This method is from 'Version' class.
Version.getName ( )This method is from 'Version' class.
Version.getTemporal ( )This method is from 'Version' class.
Version.setColumn ( Column value )This method is from 'Version' class.
Version.setName ( String value )This method is from 'Version' class.
Version.setTemporal ( TemporalType value )This method is from 'Version' class.
Version.Version ( )This constructor is from 'Version' class.
package org.apache.openejb.jee.jpa.unit
[+] PersistenceUnit (2)
| Change | Effect |
---|
1 | Field sharedCacheMode 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. Recompilation of a client class may be terminated with the message: reference to sharedCacheMode is ambiguous. |
2 | Field validationMode 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. Recompilation of a client class may be terminated with the message: reference to validationMode is ambiguous. |
[+] affected methods (33)
ObjectFactory.createPersistencePersistenceUnit ( )Return value of this method has type 'PersistenceUnit'.
Persistence.addPersistenceUnit ( String unitName )Return value of this method has type 'PersistenceUnit'.
Persistence.addPersistenceUnit ( PersistenceUnit unit )Return value of this method has type 'PersistenceUnit'.
PersistenceUnit.addClass ( Class clazz )This method is from 'PersistenceUnit' class.
PersistenceUnit.addClass ( String s )This method is from 'PersistenceUnit' class.
PersistenceUnit.getClazz ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.getDescription ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.getId ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.getJarFile ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.getJtaDataSource ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.getMappingFile ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.getName ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.getNonJtaDataSource ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.getProperties ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.getProperty ( String key )This method is from 'PersistenceUnit' class.
PersistenceUnit.getProperty ( String key, String defaultValue )This method is from 'PersistenceUnit' class.
PersistenceUnit.getProvider ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.getTransactionType ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.isExcludeUnlistedClasses ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.PersistenceUnit ( )This constructor is from 'PersistenceUnit' class.
PersistenceUnit.PersistenceUnit ( String unitName )This constructor is from 'PersistenceUnit' class.
PersistenceUnit.PersistenceUnit ( String name, String provider )This constructor is from 'PersistenceUnit' class.
PersistenceUnit.setDescription ( String value )This method is from 'PersistenceUnit' class.
PersistenceUnit.setExcludeUnlistedClasses ( Boolean value )This method is from 'PersistenceUnit' class.
PersistenceUnit.setId ( String id )This method is from 'PersistenceUnit' class.
PersistenceUnit.setJtaDataSource ( String value )This method is from 'PersistenceUnit' class.
PersistenceUnit.setName ( String value )This method is from 'PersistenceUnit' class.
PersistenceUnit.setNonJtaDataSource ( String value )This method is from 'PersistenceUnit' class.
PersistenceUnit.setProperties ( java.util.Properties properties )This method is from 'PersistenceUnit' class.
PersistenceUnit.setProperty ( String key, String value )This method is from 'PersistenceUnit' class.
PersistenceUnit.setProvider ( Class value )This method is from 'PersistenceUnit' class.
PersistenceUnit.setProvider ( String value )This method is from 'PersistenceUnit' class.
PersistenceUnit.setTransactionType ( TransactionType value )This method is from 'PersistenceUnit' class.
package org.apache.openejb.jee.oejb2
[+] EnvironmentType (6)
| Change | Effect |
---|
1 | Field bundleActivator 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. Recompilation of a client class may be terminated with the message: reference to bundleActivator is ambiguous. |
2 | Field bundleClassPath 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. Recompilation of a client class may be terminated with the message: reference to bundleClassPath is ambiguous. |
3 | Field dynamicImportPackage 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. Recompilation of a client class may be terminated with the message: reference to dynamicImportPackage is ambiguous. |
4 | Field exportPackage 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. Recompilation of a client class may be terminated with the message: reference to exportPackage is ambiguous. |
5 | Field importPackage 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. Recompilation of a client class may be terminated with the message: reference to importPackage is ambiguous. |
6 | Field requireBundle 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. Recompilation of a client class may be terminated with the message: reference to requireBundle is ambiguous. |
[+] affected methods (85)
org.apache.openejb.config.OpenEjb2Conversion.convertEjbRefs ( org.apache.openejb.jee.EjbJar ejbJar, org.apache.openejb.jee.oejb3.OpenejbJar openejbJar, OpenejbJarType openejbJarType )Field 'openejbJarType.environment' in 3rd parameter 'openejbJarType' of this method has type 'EnvironmentType'.
org.apache.openejb.config.OpenEjb2Conversion.convertMdbConfigs ( org.apache.openejb.jee.EjbJar ejbJar, OpenejbJarType openejbJarType )Field 'openejbJarType.environment' in 2nd parameter 'openejbJarType' of this method has type 'EnvironmentType'.
org.apache.openejb.config.OpenEjb2Conversion.convertToGeronimoOpenejbXml ( OpenejbJarType o2 )Field 'RetVal.environment' in return value of this method has type 'EnvironmentType'.
org.apache.openejb.config.OpenEjb2Conversion.mergeEntityMappings ( String moduleId, org.apache.openejb.jee.jpa.EntityMappings entityMappings, org.apache.openejb.jee.oejb3.OpenejbJar openejbJar, OpenejbJarType openejbJarType )Field 'openejbJarType.environment' in 4th parameter 'openejbJarType' of this method has type 'EnvironmentType'.
ApplicationType.ApplicationType ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ApplicationType.getApplicationName ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ApplicationType.getEnvironment ( )Return value of this method has type 'EnvironmentType'.
ApplicationType.getExtModule ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ApplicationType.getModule ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ApplicationType.getSecurity ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ApplicationType.getService ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ApplicationType.setApplicationName ( String value )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ApplicationType.setEnvironment ( EnvironmentType value )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ApplicationType.setSecurity ( AbstractSecurityType value )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
EnvironmentType.EnvironmentType ( )This constructor is from 'EnvironmentType' class.
EnvironmentType.getDependencies ( )This method is from 'EnvironmentType' class.
EnvironmentType.getHiddenClasses ( )This method is from 'EnvironmentType' class.
EnvironmentType.getModuleId ( )This method is from 'EnvironmentType' class.
EnvironmentType.getNonOverridableClasses ( )This method is from 'EnvironmentType' class.
EnvironmentType.getPrivateClasses ( )This method is from 'EnvironmentType' class.
EnvironmentType.isInverseClassloading ( )This method is from 'EnvironmentType' class.
EnvironmentType.isSuppressDefaultEnvironment ( )This method is from 'EnvironmentType' class.
EnvironmentType.setDependencies ( DependenciesType value )This method is from 'EnvironmentType' class.
EnvironmentType.setHiddenClasses ( ClassFilterType value )This method is from 'EnvironmentType' class.
EnvironmentType.setInverseClassloading ( boolean value )This method is from 'EnvironmentType' class.
EnvironmentType.setModuleId ( ArtifactType value )This method is from 'EnvironmentType' class.
EnvironmentType.setNonOverridableClasses ( ClassFilterType value )This method is from 'EnvironmentType' class.
EnvironmentType.setSuppressDefaultEnvironment ( boolean value )This method is from 'EnvironmentType' class.
GeronimoEjbJarType.GeronimoEjbJarType ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getAbstractNamingEntry ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getClustering ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getEjbLocalRef ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getEjbRef ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getEnvironment ( )Return value of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getMessageDestination ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getOpenejbJar ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getPersistence ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getPersistenceContextRef ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getPersistenceUnitRef ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getResourceEnvRef ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getResourceRef ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getSecurity ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getService ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getServiceRef ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getTssLink ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getWebServiceBinding ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.setClustering ( javax.xml.bind.JAXBElement value )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.setEnvironment ( EnvironmentType value )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.setOpenejbJar ( Object openejbJar )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.setSecurity ( javax.xml.bind.JAXBElement security )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ObjectFactory.createApplication ( ApplicationType value )Field 'value.environment' in 1st parameter 'value' of this method has type 'EnvironmentType'.
ObjectFactory.createApplicationType ( )Field 'RetVal.environment' in return value of this method has type 'EnvironmentType'.
ObjectFactory.createClientEnvironment ( EnvironmentType value )1st parameter 'value' of this method has type 'EnvironmentType'.
ObjectFactory.createEjbJar ( GeronimoEjbJarType value )Field 'value.environment' in 1st parameter 'value' of this method has type 'EnvironmentType'.
ObjectFactory.createEnvironment ( EnvironmentType value )1st parameter 'value' of this method has type 'EnvironmentType'.
ObjectFactory.createEnvironmentType ( )Return value of this method has type 'EnvironmentType'.
ObjectFactory.createModule ( ServiceModuleType value )Field 'value.environment' in 1st parameter 'value' of this method has type 'EnvironmentType'.
ObjectFactory.createOpenejbJar ( OpenejbJarType value )Field 'value.environment' in 1st parameter 'value' of this method has type 'EnvironmentType'.
ObjectFactory.createOpenejbJarType ( )Field 'RetVal.environment' in return value of this method has type 'EnvironmentType'.
ObjectFactory.createServerEnvironment ( EnvironmentType value )1st parameter 'value' of this method has type 'EnvironmentType'.
ObjectFactory.createServiceModuleType ( )Field 'RetVal.environment' in return value of this method has type 'EnvironmentType'.
OpenejbJarType.getCmpConnectionFactory ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.getDbSyntaxFactory ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.getEjbQlCompilerFactory ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.getEjbRelation ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.getEnterpriseBeans ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.getEnvironment ( )Return value of this method has type 'EnvironmentType'.
OpenejbJarType.getMessageDestination ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.getPersistence ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.getProperties ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.getSecurity ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.getService ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.isEnforceForeignKeyConstraints ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.OpenejbJarType ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.setCmpConnectionFactory ( ResourceLocatorType value )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.setDbSyntaxFactory ( String value )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.setEjbQlCompilerFactory ( String value )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.setEjbRelation ( java.util.List ejbRelation )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.setEnforceForeignKeyConstraints ( boolean value )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.setEnvironment ( EnvironmentType value )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.setSecurity ( javax.xml.bind.JAXBElement security )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ServiceModuleType.getEnvironment ( )Return value of this method has type 'EnvironmentType'.
ServiceModuleType.getService ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ServiceModuleType.ServiceModuleType ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ServiceModuleType.setEnvironment ( EnvironmentType value )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
[+] ResourceEnvRefType (5)
| Change | Effect |
---|
1 | Field objectFactory 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. Recompilation of a client class may be terminated with the message: reference to objectFactory is ambiguous. |
2 | Field objectFactoryLocation 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. Recompilation of a client class may be terminated with the message: reference to objectFactoryLocation is ambiguous. |
3 | Field referenceClass 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. Recompilation of a client class may be terminated with the message: reference to referenceClass is ambiguous. |
4 | Field stringAddr 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. Recompilation of a client class may be terminated with the message: reference to stringAddr is ambiguous. |
5 | Field stringAddrType 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. Recompilation of a client class may be terminated with the message: reference to stringAddrType is ambiguous. |
[+] affected methods (13)
ObjectFactory.createResourceEnvRef ( ResourceEnvRefType value )1st parameter 'value' of this method has type 'ResourceEnvRefType'.
ObjectFactory.createResourceEnvRefType ( )Return value of this method has type 'ResourceEnvRefType'.
ResourceEnvRefType.getAdminObjectLink ( )This method is from 'ResourceEnvRefType' class.
ResourceEnvRefType.getAdminObjectModule ( )This method is from 'ResourceEnvRefType' class.
ResourceEnvRefType.getMessageDestinationLink ( )This method is from 'ResourceEnvRefType' class.
ResourceEnvRefType.getPattern ( )This method is from 'ResourceEnvRefType' class.
ResourceEnvRefType.getRefName ( )This method is from 'ResourceEnvRefType' class.
ResourceEnvRefType.ResourceEnvRefType ( )This constructor is from 'ResourceEnvRefType' class.
ResourceEnvRefType.setAdminObjectLink ( String value )This method is from 'ResourceEnvRefType' class.
ResourceEnvRefType.setAdminObjectModule ( String value )This method is from 'ResourceEnvRefType' class.
ResourceEnvRefType.setMessageDestinationLink ( String value )This method is from 'ResourceEnvRefType' class.
ResourceEnvRefType.setPattern ( PatternType value )This method is from 'ResourceEnvRefType' class.
ResourceEnvRefType.setRefName ( String value )This method is from 'ResourceEnvRefType' class.
[+] ServiceRefType (1)
| Change | Effect |
---|
1 | Field wsdlFile 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. Recompilation of a client class may be terminated with the message: reference to wsdlFile is ambiguous. |
[+] affected methods (8)
ObjectFactory.createServiceRef ( ServiceRefType value )1st parameter 'value' of this method has type 'ServiceRefType'.
ObjectFactory.createServiceRefType ( )Return value of this method has type 'ServiceRefType'.
ServiceRefType.getPort ( )This method is from 'ServiceRefType' class.
ServiceRefType.getServiceCompletion ( )This method is from 'ServiceRefType' class.
ServiceRefType.getServiceRefName ( )This method is from 'ServiceRefType' class.
ServiceRefType.ServiceRefType ( )This constructor is from 'ServiceRefType' class.
ServiceRefType.setServiceCompletion ( ServiceCompletionType value )This method is from 'ServiceRefType' class.
ServiceRefType.setServiceRefName ( String value )This method is from 'ServiceRefType' class.
package org.apache.openejb.jee.oejb3
[+] OpenejbJar (1)
| Change | Effect |
---|
1 | Field moduleName 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. Recompilation of a client class may be terminated with the message: reference to moduleName is ambiguous. |
[+] affected methods (17)
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.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.
package org.apache.openejb.jee.sun
[+] SunApplication (8)
| Change | Effect |
---|
1 | Field archiveName 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. Recompilation of a client class may be terminated with the message: reference to archiveName is ambiguous. |
2 | Field compatibility 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. Recompilation of a client class may be terminated with the message: reference to compatibility is ambiguous. |
3 | Field ejbRef 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. Recompilation of a client class may be terminated with the message: reference to ejbRef is ambiguous. |
4 | Field messageDestination 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. Recompilation of a client class may be terminated with the message: reference to messageDestination is ambiguous. |
5 | Field messageDestinationRef 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. Recompilation of a client class may be terminated with the message: reference to messageDestinationRef is ambiguous. |
6 | Field resourceEnvRef 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. Recompilation of a client class may be terminated with the message: reference to resourceEnvRef is ambiguous. |
7 | Field resourceRef 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. Recompilation of a client class may be terminated with the message: reference to resourceRef is ambiguous. |
8 | Field serviceRef 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. Recompilation of a client class may be terminated with the message: reference to serviceRef is ambiguous. |
[+] affected methods (9)
SunApplication.getPassByReference ( )This method is from 'SunApplication' class.
SunApplication.getRealm ( )This method is from 'SunApplication' class.
SunApplication.getSecurityRoleMapping ( )This method is from 'SunApplication' class.
SunApplication.getUniqueId ( )This method is from 'SunApplication' class.
SunApplication.getWeb ( )This method is from 'SunApplication' class.
SunApplication.setPassByReference ( String value )This method is from 'SunApplication' class.
SunApplication.setRealm ( String value )This method is from 'SunApplication' class.
SunApplication.setUniqueId ( String value )This method is from 'SunApplication' class.
SunApplication.SunApplication ( )This constructor is from 'SunApplication' class.
openejb-loader-3.1.4.jar
package org.apache.openejb.loader
[+] Embedder (1)
| Change | Effect |
---|
1 | Field ADDITIONAL_LIB_FOLDER 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. Recompilation of a client class may be terminated with the message: reference to ADDITIONAL_LIB_FOLDER is ambiguous. |
[+] affected methods (3)
Embedder.Embedder ( String className )This constructor is from 'Embedder' class.
Embedder.init ( java.util.Properties properties )This method is from 'Embedder' class.
Embedder.load ( )This method is from 'Embedder' class.
openejb-webservices-3.1.4.jar
package org.apache.openejb.server.webservices
[+] WsService (1)
| Change | Effect |
---|
1 | Field WS_FORCE_ADDRESS 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. Recompilation of a client class may be terminated with the message: reference to WS_FORCE_ADDRESS is ambiguous. |
[+] affected methods (25)
WsService.afterApplicationCreated ( org.apache.openejb.assembler.classic.AppInfo appInfo )This method is from 'WsService' abstract class.
WsService.afterApplicationCreated ( org.apache.openejb.assembler.classic.WebAppInfo webApp )This method is from 'WsService' abstract class.
WsService.beforeApplicationDestroyed ( org.apache.openejb.assembler.classic.AppInfo appInfo )This method is from 'WsService' abstract class.
WsService.createPojoWsContainer ( java.net.URL p1, org.apache.openejb.core.webservices.PortData p2, String p3, Class p4, javax.naming.Context p5, String p6 )This abstract method is from 'WsService' abstract class.
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 (14)
openejb-api-3.1.4.jar
openejb-client-3.1.4.jar
openejb-core-3.1.4.jar
openejb-cxf-3.1.4.jar
openejb-ejbd-3.1.4.jar
openejb-hsql-3.1.4.jar
openejb-http-3.1.4.jar
openejb-javaagent-3.1.4.jar
openejb-jee-3.1.4.jar
openejb-loader-3.1.4.jar
openejb-multicast-3.1.4.jar
openejb-server-3.1.4.jar
openejb-telnet-3.1.4.jar
openejb-webservices-3.1.4.jar
to the top
Generated on Thu May 3 11:06:12 2012 for OpenEJB by Java API Compliance Checker 1.1.1
A tool for checking backward compatibility of a Java library API