A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractAnnotatedClassProcessor<AO extends AccessibleObject,A extends Annotation> - Class in org.jboss.ws.common.reflection
All annotation aware class processors should extend this class.
AbstractAnnotatedClassProcessor(Class<A>) - Constructor for class org.jboss.ws.common.reflection.AbstractAnnotatedClassProcessor
Constructor.
AbstractClassProcessor<A extends AccessibleObject> - Class in org.jboss.ws.common.reflection
All class processors should extend this class.
AbstractClassProcessor() - Constructor for class org.jboss.ws.common.reflection.AbstractClassProcessor
 
AbstractDefaultEndpoint - Class in org.jboss.ws.common.deployment
A general abstract JAXWS endpoint.
AbstractDeploymentAspect - Class in org.jboss.ws.common.integration
Abstract deployment aspect every other one extends
AbstractDeploymentAspect() - Constructor for class org.jboss.ws.common.integration.AbstractDeploymentAspect
 
AbstractInvocationHandler - Class in org.jboss.ws.common.invocation
Base class for all Web Service invocation handlers inside AS.
AbstractInvocationHandler() - Constructor for class org.jboss.ws.common.invocation.AbstractInvocationHandler
Constructor.
AbstractInvocationHandlerJSE - Class in org.jboss.ws.common.invocation
Handles invocations on JSE endpoints.
AbstractInvocationHandlerJSE() - Constructor for class org.jboss.ws.common.invocation.AbstractInvocationHandlerJSE
Constructor.
AbstractRecordProcessor - Class in org.jboss.ws.common.monitoring
An abstract record processor providing basic implementation of the processor configuration and filter's management
AbstractRecordProcessor() - Constructor for class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
AbstractReferenceResolver<A extends Annotation> - Class in org.jboss.ws.common.injection.resolvers
This class adds support for notion of annotated fields and methods.
AbstractReferenceResolver(Class<A>) - Constructor for class org.jboss.ws.common.injection.resolvers.AbstractReferenceResolver
Constructor.
AbstractServerConfig - Class in org.jboss.ws.common.management
Basic implementation of a ServerConfig
AbstractServerConfig() - Constructor for class org.jboss.ws.common.management.AbstractServerConfig
 
AbstractServerConfigMBean - Interface in org.jboss.ws.common.management
 
AbstractWSDLFilePublisher - Class in org.jboss.ws.common.utils
Abstract WSDL file publisher
AbstractWSDLFilePublisher(ArchiveDeployment) - Constructor for class org.jboss.ws.common.utils.AbstractWSDLFilePublisher
 
accessibleObjectClassCannotBeNull() - Method in interface org.jboss.ws.common.Messages
 
AccessibleObjectProcessor<A extends AccessibleObject> - Interface in org.jboss.ws.common.reflection
Accessible object processor.
AccessibleObjectProcessorAdapter<T extends AccessibleObject> - Class in org.jboss.ws.common.reflection
Accessible object processor adapter that does nothing.
AccessibleObjectProcessorAdapter() - Constructor for class org.jboss.ws.common.reflection.AccessibleObjectProcessorAdapter
 
addAttachment(Class<T>, Object) - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
addClientConfig(ClientConfig) - Method in class org.jboss.ws.common.management.AbstractServerConfig
 
addEndpoint(Endpoint) - Method in class org.jboss.ws.common.deployment.DefaultService
 
addEndpointConfig(EndpointConfig) - Method in class org.jboss.ws.common.management.AbstractServerConfig
 
addFilter(RecordFilter) - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
addFilter(RecordFilter) - Method in class org.jboss.ws.common.monitoring.ManagedRecordProcessor
 
addFilter(RecordFilter) - Method in interface org.jboss.ws.common.monitoring.ManagedRecordProcessorMBean
 
addHeaders(String, List<String>) - Method in class org.jboss.ws.common.monitoring.RecordImpl
 
addRecordProcessor(RecordProcessor) - Method in class org.jboss.ws.common.management.ManagedEndpoint
 
addRecordProcessor(RecordProcessor) - Method in interface org.jboss.ws.common.management.ManagedEndpointMBean
 
address - Variable in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
allEndpointsMustShareSameContextRoot(String) - Method in interface org.jboss.ws.common.Messages
 
ALWAYS_RESOLVE_DOCUMENT_BUILDER_FACTORY - Static variable in interface org.jboss.ws.common.Constants
 
AndFilter - Class in org.jboss.ws.common.monitoring
A simple record filter acting like the AND operator
AndFilter(RecordFilter, RecordFilter) - Constructor for class org.jboss.ws.common.monitoring.AndFilter
 
AnnotatedFieldFinder<A extends Annotation> - Class in org.jboss.ws.common.reflection
Finder that looks for fields annotated with specified annotation.
AnnotatedFieldFinder(Class<A>) - Constructor for class org.jboss.ws.common.reflection.AnnotatedFieldFinder
Constructor.
AnnotatedMethodFinder<A extends Annotation> - Class in org.jboss.ws.common.reflection
Finder that looks for methods annotated with specified annotation.
AnnotatedMethodFinder(Class<A>) - Constructor for class org.jboss.ws.common.reflection.AnnotatedMethodFinder
Constructor.
AnnotationAware<A extends Annotation> - Interface in org.jboss.ws.common.reflection
This interface allows to obtain annotation from annotation aware objects.
annotationClassCannotBeNull() - Method in interface org.jboss.ws.common.Messages
 
append(char) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
append(CharSequence, int, int) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
append(CharSequence) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
ArchiveDeploymentImpl - Class in org.jboss.ws.common.deployment
A general web service deployment that is based on an archive.
ArchiveDeploymentModelFactory - Class in org.jboss.ws.common.deployment
 
ArchiveDeploymentModelFactory() - Constructor for class org.jboss.ws.common.deployment.ArchiveDeploymentModelFactory
 
aspectDoesNotWorkOnDeployment(Class<?>, Class<?>) - Method in interface org.jboss.ws.common.Loggers
 
assertEndpointSetterAccess() - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
ASYNC_METHOD_SUFFIX - Static variable in interface org.jboss.ws.common.Constants
 

B

BackwardCompatibleContextRootDeploymentAspect - Class in org.jboss.ws.common.deployment
A deployer that assigns the context root to the service.
BackwardCompatibleContextRootDeploymentAspect() - Constructor for class org.jboss.ws.common.deployment.BackwardCompatibleContextRootDeploymentAspect
 

C

callPostConstructMethod(Object) - Static method in class org.jboss.ws.common.injection.InjectionHelper
Calls @PostConstruct annotated method if exists.
callPreDestroyMethod(Object) - Static method in class org.jboss.ws.common.injection.InjectionHelper
Calls @PreDestroy annotated method if exists.
canHandle(Deployment) - Method in class org.jboss.ws.common.integration.AbstractDeploymentAspect
 
cannotAddHandler(String, Throwable) - Method in interface org.jboss.ws.common.Loggers
 
cannotCheckClassIsAssignableFrom(Class<?>, Class<?>) - Method in interface org.jboss.ws.common.Messages
 
cannotCreateServiceWithoutWsdlLocation(UnifiedServiceRefMetaData) - Method in interface org.jboss.ws.common.Messages
 
cannotDeletePublishedWsdlDoc(URL) - Method in interface org.jboss.ws.common.Loggers
 
cannotFindAttachmentInDeployment(Class<?>, String) - Method in interface org.jboss.ws.common.Messages
 
cannotFindInAdditionalMetaData(String) - Method in interface org.jboss.ws.common.Loggers
 
cannotFindInAdditionalMetaData(String) - Method in interface org.jboss.ws.common.Messages
 
cannotFindSchemaImportInDeployment(String, String) - Method in interface org.jboss.ws.common.Messages
 
cannotFindUrlPatternForServletName(String) - Method in interface org.jboss.ws.common.Messages
 
cannotGetChildrenForResource(Throwable, URL) - Method in interface org.jboss.ws.common.Loggers
 
cannotGetNameForResource(Throwable, URL) - Method in interface org.jboss.ws.common.Loggers
 
cannotGetRootFileTryingWithAdditionalMetaData(String) - Method in interface org.jboss.ws.common.Loggers
 
cannotGetRootResourceFrom(String, Object, Throwable) - Method in interface org.jboss.ws.common.Loggers
 
cannotGetURLFor(String) - Method in interface org.jboss.ws.common.Loggers
 
cannotGetURLFor(String) - Method in interface org.jboss.ws.common.Messages
 
cannotLoadIDAsURL(String, String) - Method in interface org.jboss.ws.common.Loggers
 
cannotModifyEndpointInState(EndpointState, ObjectName) - Method in interface org.jboss.ws.common.Messages
 
cannotObtainContextRoot(String) - Method in interface org.jboss.ws.common.Messages
 
cannotObtainServletMapping(String) - Method in interface org.jboss.ws.common.Messages
 
cannotObtainUrlPattern(ObjectName) - Method in interface org.jboss.ws.common.Messages
 
cannotParse(String) - Method in interface org.jboss.ws.common.Loggers
 
cannotPrettyPrintAndIgnoreWhiteSpaces() - Method in interface org.jboss.ws.common.Messages
 
cannotReadResource(String, Throwable) - Method in interface org.jboss.ws.common.Loggers
 
cannotRegisterEndpointWithJmxServer(ObjectName, Throwable) - Method in interface org.jboss.ws.common.Loggers
 
cannotRegisterEndpointWithNullName(ObjectName) - Method in interface org.jboss.ws.common.Messages
 
cannotRegisterProcessorWithJmxServer(ObjectName, Throwable) - Method in interface org.jboss.ws.common.Loggers
 
cannotRegisterProvidedProcessor(ObjectName, Throwable) - Method in interface org.jboss.ws.common.Loggers
 
cannotRegisterUnregisterNullEndpoint() - Method in interface org.jboss.ws.common.Messages
 
cannotResolve(Object) - Method in interface org.jboss.ws.common.Messages
 
cannotStartEndpoint(EndpointState, ObjectName) - Method in interface org.jboss.ws.common.Loggers
 
cannotStopEndpoint(EndpointState, ObjectName) - Method in interface org.jboss.ws.common.Loggers
 
cannotTraceSoapMessage(Throwable) - Method in interface org.jboss.ws.common.Loggers
 
cannotUnregisterDueToMBeanServerUnavailable() - Method in interface org.jboss.ws.common.Loggers
 
cannotUnregisterEndpointWithJmxServer(ObjectName, Throwable) - Method in interface org.jboss.ws.common.Loggers
 
cannotUnregisterProcessorWithJmxServer(ObjectName, Throwable) - Method in interface org.jboss.ws.common.Loggers
 
canResolve(AccessibleObject) - Method in interface org.jboss.ws.common.injection.ReferenceResolver
Returns true if can resolve, false otherwise.
canResolve(AccessibleObject) - Method in class org.jboss.ws.common.injection.resolvers.AbstractReferenceResolver
 
capitalize(String) - Static method in class org.jboss.ws.common.JavaUtils
 
checkError() - Method in class org.jboss.ws.common.utils.NullPrintStream
 
ClassProcessor<A extends AccessibleObject> - Interface in org.jboss.ws.common.reflection
Generic accessible object processor.
clearBlacklists(ClassLoader) - Static method in class org.jboss.ws.common.JavaUtils
Clears black lists on a JBoss RepositoryClassLoader.
clearThreadLocals() - Static method in class org.jboss.ws.common.DOMUtils
 
clone() - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
clone() - Method in class org.jboss.ws.common.monitoring.AndFilter
 
clone() - Method in class org.jboss.ws.common.monitoring.HostFilter
 
clone() - Method in class org.jboss.ws.common.monitoring.MemoryBufferRecorder
 
clone() - Method in class org.jboss.ws.common.monitoring.NotFilter
 
clone() - Method in class org.jboss.ws.common.monitoring.OperationFilter
 
clone() - Method in class org.jboss.ws.common.monitoring.OrFilter
 
close(MessageContext) - Method in class org.jboss.ws.common.configuration.ConfigDelegateHandler
 
close() - Method in class org.jboss.ws.common.io.NullOutputStream
 
close() - Method in class org.jboss.ws.common.io.TeeOutputStream
 
close() - Method in class org.jboss.ws.common.utils.NullPrintStream
 
CommonRecordProcessorFactory - Class in org.jboss.ws.common.monitoring
JBossWS-Common factory of record processors: includes the LogRecorder and the MemoryBufferRecorder.
CommonRecordProcessorFactory() - Constructor for class org.jboss.ws.common.monitoring.CommonRecordProcessorFactory
 
compare(Handler, Handler) - Method in class org.jboss.ws.common.configuration.ConfigDelegateHandlerComparator
 
ConfigDelegateHandler<T extends MessageContext> - Class in org.jboss.ws.common.configuration
JBossWS client / endpoint configuration-contributed handler
ConfigDelegateHandler(Handler<T>, boolean) - Constructor for class org.jboss.ws.common.configuration.ConfigDelegateHandler
 
ConfigDelegateHandlerComparator<T extends Handler> - Class in org.jboss.ws.common.configuration
A Handler comparator properly dealing with PRE/POST ConfigDelegateHandler instances
ConfigDelegateHandlerComparator() - Constructor for class org.jboss.ws.common.configuration.ConfigDelegateHandlerComparator
 
ConfigHelper - Class in org.jboss.ws.common.configuration
Facility class for setting Client config
ConfigHelper() - Constructor for class org.jboss.ws.common.configuration.ConfigHelper
 
configurationNotFound(String) - Method in interface org.jboss.ws.common.Messages
 
connect() - Method in class org.jboss.ws.common.utils.JarUrlConnection
 
Constants - Interface in org.jboss.ws.common
A collection of constants relevant to JBossWS
ContextPropertiesDeploymentAspect - Class in org.jboss.ws.common.deployment
Populate deployment context properties
ContextPropertiesDeploymentAspect() - Constructor for class org.jboss.ws.common.deployment.ContextPropertiesDeploymentAspect
 
ContextRootDeploymentAspect - Class in org.jboss.ws.common.deployment
A deployer that assigns the context root to the service
ContextRootDeploymentAspect() - Constructor for class org.jboss.ws.common.deployment.ContextRootDeploymentAspect
 
contextRootExpectedToStartWithLeadingSlash(String) - Method in interface org.jboss.ws.common.Messages
 
convertJVMNameToSourceName(String, ClassLoader) - Static method in class org.jboss.ws.common.JavaUtils
 
convertToBytes(DataHandler) - Static method in class org.jboss.ws.common.IOUtils
 
convertToString(byte[]) - Static method in class org.jboss.ws.common.utils.UUIDGenerator
Converts a UUID in byte array form to the IETF string format.
CopyJob - Class in org.jboss.ws.common.concurrent
Sample usage:
CopyJob(InputStream, OutputStream) - Constructor for class org.jboss.ws.common.concurrent.CopyJob
Constructor.
copyReader(OutputStream, Reader) - Static method in class org.jboss.ws.common.IOUtils
Copy the reader to the output stream
copyStream(OutputStream, InputStream) - Static method in class org.jboss.ws.common.IOUtils
Copy the input stream to the output stream
couldNotClearBlacklist(ClassLoader, Throwable) - Method in interface org.jboss.ws.common.Loggers
 
couldNotGetAddressForHost(String, Throwable) - Method in interface org.jboss.ws.common.Loggers
 
couldNotGetPortFromConfiguredHTTPConnector() - Method in interface org.jboss.ws.common.Loggers
 
couldNotLoad(String) - Method in interface org.jboss.ws.common.Loggers
 
couldNotReadConfiguration(String, Throwable) - Method in interface org.jboss.ws.common.Messages
 
create() - Method in class org.jboss.ws.common.management.AbstractServerConfig
 
create() - Method in class org.jboss.ws.common.management.ManagedEndpointRegistry
 
create(String) - Static method in class org.jboss.ws.common.ObjectNameFactory
 
create(String, String, String) - Static method in class org.jboss.ws.common.ObjectNameFactory
 
create(String, Hashtable) - Static method in class org.jboss.ws.common.ObjectNameFactory
 
createElement(String) - Static method in class org.jboss.ws.common.DOMUtils
Create an Element for a given name.
createElement(String, String) - Static method in class org.jboss.ws.common.DOMUtils
Create an Element for a given name and prefix.
createElement(String, String, String) - Static method in class org.jboss.ws.common.DOMUtils
Create an Element for a given name, prefix and uri.
createElement(QName) - Static method in class org.jboss.ws.common.DOMUtils
Create an Element for a given QName.
createInvocation() - Method in class org.jboss.ws.common.invocation.AbstractInvocationHandler
Creates invocation.
createParentDir(File) - Method in class org.jboss.ws.common.utils.AbstractWSDLFilePublisher
 
createTempDirectory() - Static method in class org.jboss.ws.common.IOUtils
 
createTextNode(String) - Static method in class org.jboss.ws.common.DOMUtils
Create a org.w3c.dom.Text node.
cycleDetectedInSubGraph(Collection<?>) - Method in interface org.jboss.ws.common.Messages
 

D

DEFAULT_RPC_RETURN_NAME - Static variable in interface org.jboss.ws.common.Constants
The default RPC return parameter name
DEFAULT_XML_CHARSET - Static variable in interface org.jboss.ws.common.Constants
Default charset for XML Documents
DefaultDeployment - Class in org.jboss.ws.common.deployment
A general web service deployment dep.
DefaultDeploymentModelFactory - Class in org.jboss.ws.common.deployment
 
DefaultDeploymentModelFactory() - Constructor for class org.jboss.ws.common.deployment.DefaultDeploymentModelFactory
 
DefaultEndpointMetricsFactory - Class in org.jboss.ws.common.management
Endpoint Metrics factory
DefaultEndpointMetricsFactory() - Constructor for class org.jboss.ws.common.management.DefaultEndpointMetricsFactory
 
DefaultEndpointRegistry - Class in org.jboss.ws.common.management
A general endpoint registry.
DefaultEndpointRegistry() - Constructor for class org.jboss.ws.common.management.DefaultEndpointRegistry
 
DefaultEndpointRegistryFactory - Class in org.jboss.ws.common.management
Retrieves default registry
DefaultEndpointRegistryFactory() - Constructor for class org.jboss.ws.common.management.DefaultEndpointRegistryFactory
 
DefaultHttpEndpoint - Class in org.jboss.ws.common.deployment
DefaultHttpEndpoint implementation
DefaultJMSEndpoint - Class in org.jboss.ws.common.deployment
Default JMSEndpoint implementation
DefaultJMSEndpointResolver - Class in org.jboss.ws.common.management
Default resolver for JMS endpoints
DefaultJMSEndpointResolver() - Constructor for class org.jboss.ws.common.management.DefaultJMSEndpointResolver
 
DefaultLifecycleHandler - Class in org.jboss.ws.common.deployment
A basic lifecycle handler
DefaultLifecycleHandler() - Constructor for class org.jboss.ws.common.deployment.DefaultLifecycleHandler
 
DefaultLifecycleHandlerFactory - Class in org.jboss.ws.common.deployment
 
DefaultLifecycleHandlerFactory() - Constructor for class org.jboss.ws.common.deployment.DefaultLifecycleHandlerFactory
 
DefaultSecurityAdapterFactory - Class in org.jboss.ws.common.security
TODO: javadoc
DefaultSecurityAdapterFactory() - Constructor for class org.jboss.ws.common.security.DefaultSecurityAdapterFactory
Constructor.
DefaultService - Class in org.jboss.ws.common.deployment
A general service.
DefaultSPIProviderResolver - Class in org.jboss.ws.common.spi
TODO: javadoc
DefaultSPIProviderResolver() - Constructor for class org.jboss.ws.common.spi.DefaultSPIProviderResolver
 
delegate - Variable in class org.jboss.ws.common.configuration.ConfigDelegateHandler
 
DelegateClassLoader - Class in org.jboss.ws.common.utils
A delegate classloader
DelegateClassLoader(ClassLoader, ClassLoader) - Constructor for class org.jboss.ws.common.utils.DelegateClassLoader
 
deleteWsdlPublishDirectory(File) - Method in class org.jboss.ws.common.utils.AbstractWSDLFilePublisher
Delete the published wsdl document, traversing down the dir structure
dep - Variable in class org.jboss.ws.common.utils.AbstractWSDLFilePublisher
 
deploy(Deployment) - Method in class org.jboss.ws.common.deployment.DeploymentAspectManagerImpl
Iterate over the registered deployers calls create on each.
DEPLOYMENT_LOGGER - Static variable in interface org.jboss.ws.common.Loggers
 
DeploymentAspectManagerImpl - Class in org.jboss.ws.common.deployment
A general service deployment manger.
DeploymentAspectManagerImpl() - Constructor for class org.jboss.ws.common.deployment.DeploymentAspectManagerImpl
 
DeploymentAspectSorter - Class in org.jboss.ws.common.sort
Implements topological sorting for acyclic graphs.
destroy() - Method in class org.jboss.ws.common.management.AbstractServerConfig
 
destroy() - Method in class org.jboss.ws.common.management.ManagedEndpointRegistry
 
destroyingServiceEndpointManager() - Method in interface org.jboss.ws.common.Loggers
 
DOCUMENT_LITERAL - Static variable in interface org.jboss.ws.common.Constants
 
DOM_CONTENT_CANONICAL_NORMALIZATION - Static variable in interface org.jboss.ws.common.Constants
 
DOMUtils - Class in org.jboss.ws.common
DOM2 utilities: this extends the org.jboss.wsf.util.DOMUtils adding parse and creation methods.
DOMWriter - Class in org.jboss.ws.common
Traverse a DOM tree in order to print a document that is parsed.
DOMWriter(Writer) - Constructor for class org.jboss.ws.common.DOMWriter
 
DOMWriter(Writer, String) - Constructor for class org.jboss.ws.common.DOMWriter
 
DOMWriter(OutputStream) - Constructor for class org.jboss.ws.common.DOMWriter
 
DOMWriter(OutputStream, String) - Constructor for class org.jboss.ws.common.DOMWriter
 

E

EAGER_INITIALIZE_JAXB_CONTEXT_CACHE - Static variable in interface org.jboss.ws.common.Constants
 
EndpointAddressDeploymentAspect - Class in org.jboss.ws.common.deployment
A deployer that assigns the endpoint address.
EndpointAddressDeploymentAspect() - Constructor for class org.jboss.ws.common.deployment.EndpointAddressDeploymentAspect
 
endpointAlreadyRegistered(ObjectName) - Method in interface org.jboss.ws.common.Messages
 
EndpointHandlerDeploymentAspect - Class in org.jboss.ws.common.deployment
An aspect that assigns the handlers to the Endpoint.
EndpointHandlerDeploymentAspect() - Constructor for class org.jboss.ws.common.deployment.EndpointHandlerDeploymentAspect
 
EndpointLifecycleDeploymentAspect - Class in org.jboss.ws.common.deployment
A deployer that that calls the endpoint lifecycle handler
EndpointLifecycleDeploymentAspect() - Constructor for class org.jboss.ws.common.deployment.EndpointLifecycleDeploymentAspect
 
EndpointMetricsDeploymentAspect - Class in org.jboss.ws.common.deployment
A deployer that assigns the metrics to the Endpoint
EndpointMetricsDeploymentAspect() - Constructor for class org.jboss.ws.common.deployment.EndpointMetricsDeploymentAspect
 
EndpointMetricsImpl - Class in org.jboss.ws.common.management
Service Endpoint Metrics
EndpointMetricsImpl() - Constructor for class org.jboss.ws.common.management.EndpointMetricsImpl
 
endpointNameCannotBeNull() - Method in interface org.jboss.ws.common.Messages
 
EndpointNameDeploymentAspect - Class in org.jboss.ws.common.deployment
A deployer that assigns the complete name to the Endpoint
EndpointNameDeploymentAspect() - Constructor for class org.jboss.ws.common.deployment.EndpointNameDeploymentAspect
 
endpointNotRegistered(ObjectName) - Method in interface org.jboss.ws.common.Messages
 
EndpointRecordProcessorDeploymentAspect - Class in org.jboss.ws.common.deployment
A deployer that sets the record processors for each endpoint
EndpointRecordProcessorDeploymentAspect() - Constructor for class org.jboss.ws.common.deployment.EndpointRecordProcessorDeploymentAspect
 
endpointRegistered(ObjectName) - Method in interface org.jboss.ws.common.Loggers
 
EndpointRegistryDeploymentAspect - Class in org.jboss.ws.common.deployment
A deployer that registers the endpoints
EndpointRegistryDeploymentAspect() - Constructor for class org.jboss.ws.common.deployment.EndpointRegistryDeploymentAspect
 
endpointUnregistered(ObjectName) - Method in interface org.jboss.ws.common.Loggers
 
entityResolutionInvalidCharacterReference(String) - Method in interface org.jboss.ws.common.Messages
 
entityResolutionInvalidEntity(String) - Method in interface org.jboss.ws.common.Messages
 
entityResolutionInvalidEntityReference(String) - Method in interface org.jboss.ws.common.Messages
 
entityResolutionNoEntityMapppingDefined(String) - Method in interface org.jboss.ws.common.Messages
 
entityResolutionResourceNotFound(String) - Method in interface org.jboss.ws.common.Messages
 
equals(Object) - Method in class org.jboss.ws.common.injection.PreDestroyHolder
 
equals(Object) - Method in class org.jboss.ws.common.utils.ResourceURL
 
erasure(Type) - Static method in class org.jboss.ws.common.JavaUtils
Erases a type according to the JLS type erasure rules
errorClosingJAXBIntroConf(URL, Throwable) - Method in interface org.jboss.ws.common.Loggers
 
errorDestroyingDeployment(String, Throwable) - Method in interface org.jboss.ws.common.Loggers
 
errorDuringDeployment(String, Throwable) - Method in interface org.jboss.ws.common.Loggers
 
expLocation - Variable in class org.jboss.ws.common.utils.AbstractWSDLFilePublisher
 

F

failedToProvideSPI(Class<?>) - Method in interface org.jboss.ws.common.Messages
 
failedToRead(String, String, Throwable) - Method in interface org.jboss.ws.common.Messages
 
fieldCannotBeOfPrimitiveOrVoidType(Field) - Method in interface org.jboss.ws.common.Messages
 
fieldCannotBeOfPrimitiveOrVoidType2(Field, Class<? extends Annotation>) - Method in interface org.jboss.ws.common.Messages
 
fieldCannotBeStaticOrFinal(Field) - Method in interface org.jboss.ws.common.Messages
 
fieldCannotBeStaticOrFinal2(Field, Class<? extends Annotation>) - Method in interface org.jboss.ws.common.Messages
 
FieldFinder - Class in org.jboss.ws.common.reflection
A finder that looks for fields matching the criteria.
FieldFinder() - Constructor for class org.jboss.ws.common.reflection.FieldFinder
 
filters - Variable in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
filtersNotSupported() - Method in interface org.jboss.ws.common.Loggers
 
filterSoapAddress(QName, QName, String[]) - Method in class org.jboss.ws.common.deployment.SOAPAddressWSDLParser
 
filterSoapAddress(QName, QName, String) - Method in class org.jboss.ws.common.deployment.SOAPAddressWSDLParser
 
findChild(String) - Method in class org.jboss.ws.common.ResourceLoaderAdapter
 
findChildFailSafe(String) - Method in class org.jboss.ws.common.ResourceLoaderAdapter
 
flush() - Method in class org.jboss.ws.common.io.NullOutputStream
 
flush() - Method in class org.jboss.ws.common.io.TeeOutputStream
 
flush() - Method in class org.jboss.ws.common.utils.NullPrintStream
 
format(Locale, String, Object...) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
format(String, Object...) - Method in class org.jboss.ws.common.utils.NullPrintStream
 

G

generateRandomUUIDBytes() - Static method in class org.jboss.ws.common.utils.UUIDGenerator
Generates a pseudo random UUID and returns it in byte array form.
generateRandomUUIDString() - Static method in class org.jboss.ws.common.utils.UUIDGenerator
Generates a pseudo random UUID and returns it the IETF specified String form.
getAccessibleObjects(Class<?>) - Method in class org.jboss.ws.common.reflection.AbstractClassProcessor
All subclasses have to implement this method.
getAccessibleObjects(Class<?>) - Method in class org.jboss.ws.common.reflection.AnnotatedFieldFinder
 
getAccessibleObjects(Class<?>) - Method in class org.jboss.ws.common.reflection.AnnotatedMethodFinder
 
getAccessibleObjects(Class<?>) - Method in class org.jboss.ws.common.reflection.FieldFinder
 
getAccessibleObjects(Class<?>) - Method in class org.jboss.ws.common.reflection.MethodFinder
 
getAddress() - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
getAddress() - Method in class org.jboss.ws.common.deployment.DefaultJMSEndpoint
 
getAddress() - Method in class org.jboss.ws.common.management.ManagedEndpoint
 
getAddress() - Method in interface org.jboss.ws.common.management.ManagedEndpointMBean
 
getAnnotation() - Method in class org.jboss.ws.common.reflection.AbstractAnnotatedClassProcessor
 
getAnnotation() - Method in interface org.jboss.ws.common.reflection.AnnotationAware
Returns annotation class associated with object.
getAverageProcessingTime() - Method in class org.jboss.ws.common.management.EndpointMetricsImpl
 
getAverageProcessingTime() - Method in class org.jboss.ws.common.management.ManagedEndpoint
 
getAverageProcessingTime() - Method in interface org.jboss.ws.common.management.ManagedEndpointMBean
 
getBaseResource() - Method in class org.jboss.ws.common.utils.JarUrlConnection
Retrieve the base resource URL.
getCanonicalName() - Method in class org.jboss.ws.common.deployment.ArchiveDeploymentImpl
 
getCharsetFileWriter(File, String) - Static method in class org.jboss.ws.common.IOUtils
 
getChildren() - Method in class org.jboss.ws.common.ResourceLoaderAdapter
 
getClientConfigs() - Method in class org.jboss.ws.common.management.AbstractServerConfig
 
getClientHosts() - Method in class org.jboss.ws.common.monitoring.MemoryBufferRecorder
 
getClientHosts() - Method in interface org.jboss.ws.common.monitoring.MemoryBufferRecorderMBean
Gets a set containing the client hosts of the last saved records.
getContextProperties() - Method in class org.jboss.ws.common.deployment.ContextPropertiesDeploymentAspect
 
getContextRoot() - Method in class org.jboss.ws.common.deployment.DefaultService
 
getDate() - Method in class org.jboss.ws.common.monitoring.RecordImpl
 
getDeployment() - Method in class org.jboss.ws.common.deployment.DefaultService
 
getDeploymentAspects() - Method in class org.jboss.ws.common.deployment.DeploymentAspectManagerImpl
 
getDescriptorName() - Method in class org.jboss.ws.common.deployment.JBossWebservicesDescriptorParserImpl
 
getDescriptorName() - Method in class org.jboss.ws.common.deployment.WebservicesDescriptorParserImpl
 
getDestinationHost() - Method in class org.jboss.ws.common.monitoring.RecordImpl
 
getDocumentBuilder() - Static method in class org.jboss.ws.common.DOMUtils
Initialize the DocumentBuilder, set the current thread association and returns it
getEndpoint(ObjectName) - Method in class org.jboss.ws.common.management.DefaultEndpointRegistry
 
getEndpoint() - Method in class org.jboss.ws.common.management.EndpointMetricsImpl
 
getEndpointByName(String) - Method in class org.jboss.ws.common.deployment.DefaultService
 
getEndpointConfigs() - Method in class org.jboss.ws.common.management.AbstractServerConfig
 
getEndpointMetrics() - Method in class org.jboss.ws.common.deployment.DefaultHttpEndpoint
 
getEndpointMetrics() - Method in class org.jboss.ws.common.deployment.DefaultJMSEndpoint
 
getEndpointReference(Element...) - Method in class org.jboss.ws.common.injection.ThreadLocalAwareWebServiceContext
 
getEndpointReference(Class<T>, Element...) - Method in class org.jboss.ws.common.injection.ThreadLocalAwareWebServiceContext
 
getEndpointRegistry() - Method in class org.jboss.ws.common.management.DefaultEndpointRegistryFactory
 
getEndpoints() - Method in class org.jboss.ws.common.deployment.DefaultService
 
getEndpoints(EndpointTypeFilter) - Method in class org.jboss.ws.common.deployment.DefaultService
 
getEndpoints() - Method in class org.jboss.ws.common.management.DefaultEndpointRegistry
 
getEnvelope() - Method in class org.jboss.ws.common.monitoring.RecordImpl
 
getExplicitContextRoot(Deployment) - Method in class org.jboss.ws.common.deployment.BackwardCompatibleContextRootDeploymentAspect
 
getExplicitContextRoot(Deployment) - Method in class org.jboss.ws.common.deployment.ContextRootDeploymentAspect
 
getExplicitPattern(Deployment, Endpoint) - Method in class org.jboss.ws.common.deployment.URLPatternDeploymentAspect
 
getExplicitVirtualHost(Deployment) - Method in class org.jboss.ws.common.deployment.VirtualHostDeploymentAspect
 
getFaultCount() - Method in class org.jboss.ws.common.management.EndpointMetricsImpl
 
getFaultCount() - Method in class org.jboss.ws.common.management.ManagedEndpoint
 
getFaultCount() - Method in interface org.jboss.ws.common.management.ManagedEndpointMBean
 
getFilter() - Method in class org.jboss.ws.common.monitoring.NotFilter
 
getFilter1() - Method in class org.jboss.ws.common.monitoring.AndFilter
 
getFilter1() - Method in class org.jboss.ws.common.monitoring.OrFilter
 
getFilter2() - Method in class org.jboss.ws.common.monitoring.AndFilter
 
getFilter2() - Method in class org.jboss.ws.common.monitoring.OrFilter
 
getFilters() - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
getFilters() - Method in class org.jboss.ws.common.monitoring.ManagedRecordProcessor
 
getFilters() - Method in interface org.jboss.ws.common.monitoring.ManagedRecordProcessorMBean
 
getGroupID() - Method in class org.jboss.ws.common.monitoring.RecordImpl
 
getHeaders() - Method in class org.jboss.ws.common.monitoring.RecordImpl
 
getHosts() - Method in class org.jboss.ws.common.monitoring.HostFilter
 
getImplementationTitle() - Method in class org.jboss.ws.common.management.AbstractServerConfig
 
getImplementationVersion() - Method in class org.jboss.ws.common.management.AbstractServerConfig
 
getImplicitContextRoot(ArchiveDeployment) - Method in class org.jboss.ws.common.deployment.ContextRootDeploymentAspect
Use the implicit context root derived from the deployment name
getImplMethod(Class<?>, Method) - Method in class org.jboss.ws.common.invocation.AbstractInvocationHandler
Returns implementation method that will be used for invocation.
getInitialClassLoader() - Method in class org.jboss.ws.common.deployment.DefaultDeployment
 
getInputStream() - Method in class org.jboss.ws.common.utils.JarUrlConnection
 
getInstance() - Static method in class org.jboss.ws.common.deployment.DefaultLifecycleHandler
 
getInstance() - Static method in class org.jboss.ws.common.injection.ThreadLocalAwareWebServiceContext
 
getInstance() - Static method in class org.jboss.ws.common.io.NullOutputStream
 
getInstance() - Static method in class org.jboss.ws.common.sort.DeploymentAspectSorter
 
getInstance() - Static method in class org.jboss.ws.common.utils.NullPrintStream
 
getInstanceProvider() - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
getInvocationHandler() - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
getJarFile() - Method in class org.jboss.ws.common.utils.JarUrlConnection
 
getJNDIContext(Endpoint) - Method in class org.jboss.ws.common.invocation.AbstractInvocationHandler
 
getJNDIContext(Endpoint) - Method in class org.jboss.ws.common.invocation.AbstractInvocationHandlerJSE
 
getJustClassName(Class<?>) - Static method in class org.jboss.ws.common.JavaUtils
Given a class, strip out the package name
getJustClassName(String) - Static method in class org.jboss.ws.common.JavaUtils
Given a FQN of a class, strip out the package name
getLifecycleHandler() - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
getLifecycleHandler() - Method in class org.jboss.ws.common.deployment.DefaultLifecycleHandlerFactory
 
getLifecycleHandler(Endpoint, boolean) - Method in class org.jboss.ws.common.deployment.EndpointLifecycleDeploymentAspect
 
getLoader() - Method in class org.jboss.ws.common.integration.AbstractDeploymentAspect
 
getMatchingRecords(RecordFilter[]) - Method in class org.jboss.ws.common.monitoring.MemoryBufferRecorder
 
getMatchingRecords(RecordFilter[]) - Method in interface org.jboss.ws.common.monitoring.MemoryBufferRecorderMBean
Gets the records matching the provided filters.
getMaxProcessingTime() - Method in class org.jboss.ws.common.management.EndpointMetricsImpl
 
getMaxProcessingTime() - Method in class org.jboss.ws.common.management.ManagedEndpoint
 
getMaxProcessingTime() - Method in interface org.jboss.ws.common.management.ManagedEndpointMBean
 
getMaxSize() - Method in class org.jboss.ws.common.monitoring.MemoryBufferRecorder
 
getMaxSize() - Method in interface org.jboss.ws.common.monitoring.MemoryBufferRecorderMBean
Gets the current buffer max size (i.e.
getMbeanServer() - Method in class org.jboss.ws.common.deployment.EndpointRecordProcessorDeploymentAspect
 
getMbeanServer() - Method in class org.jboss.ws.common.management.AbstractServerConfig
 
getMbeanServer() - Method in class org.jboss.ws.common.management.ManagedEndpointRegistry
 
getMessageContext() - Method in class org.jboss.ws.common.injection.ThreadLocalAwareWebServiceContext
 
getMessageType() - Method in class org.jboss.ws.common.monitoring.RecordImpl
 
getMetadataFiles() - Method in class org.jboss.ws.common.deployment.ArchiveDeploymentImpl
 
getMinProcessingTime() - Method in class org.jboss.ws.common.management.EndpointMetricsImpl
 
getMinProcessingTime() - Method in class org.jboss.ws.common.management.ManagedEndpoint
 
getMinProcessingTime() - Method in interface org.jboss.ws.common.management.ManagedEndpointMBean
 
getName() - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
getName() - Method in class org.jboss.ws.common.deployment.DeploymentAspectManagerImpl
 
getName() - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
getName() - Method in class org.jboss.ws.common.ResourceLoaderAdapter
 
getObject() - Method in class org.jboss.ws.common.injection.PreDestroyHolder
 
getOperation() - Method in class org.jboss.ws.common.monitoring.OperationFilter
 
getOperation() - Method in class org.jboss.ws.common.monitoring.RecordImpl
 
getOptionalAttachment(Deployment, Class<A>) - Static method in class org.jboss.ws.common.integration.WSHelper
Returns optional attachment value from webservice deployment or null if not bound.
getOwnerDocument() - Static method in class org.jboss.ws.common.DOMUtils
Get the owner document that is associated with the current thread
getPackageName(Class<?>) - Static method in class org.jboss.ws.common.JavaUtils
 
getParent() - Method in class org.jboss.ws.common.deployment.ArchiveDeploymentImpl
 
getParent() - Method in class org.jboss.ws.common.deployment.DeploymentAspectManagerImpl
 
getPrimitiveType(String) - Static method in class org.jboss.ws.common.JavaUtils
 
getPrimitiveType(Class<?>) - Static method in class org.jboss.ws.common.JavaUtils
Get the corresponding primitive for a give wrapper type.
getPrimitiveValueArray(Object) - Static method in class org.jboss.ws.common.JavaUtils
Converts an n-dimensional array of wrapper types to primitive types
getProvider() - Method in class org.jboss.ws.common.spi.DefaultSPIProviderResolver
 
getProvides() - Method in class org.jboss.ws.common.integration.AbstractDeploymentAspect
 
getProvidesAsSet() - Method in class org.jboss.ws.common.integration.AbstractDeploymentAspect
 
getRawParameterTypeArguments(ParameterizedType) - Static method in class org.jboss.ws.common.JavaUtils
 
getRecordProcessors() - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
getRecordProcessors() - Method in class org.jboss.ws.common.management.ManagedEndpoint
 
getRecordProcessors() - Method in interface org.jboss.ws.common.management.ManagedEndpointMBean
 
getRecordsAsHTMLTable(boolean, boolean) - Method in class org.jboss.ws.common.monitoring.MemoryBufferRecorder
 
getRecordsAsHTMLTable(boolean, boolean) - Method in interface org.jboss.ws.common.monitoring.MemoryBufferRecorderMBean
Shows all the records as a HTML table
getRecordsByClientHost(String) - Method in class org.jboss.ws.common.monitoring.MemoryBufferRecorder
 
getRecordsByClientHost(String) - Method in interface org.jboss.ws.common.monitoring.MemoryBufferRecorderMBean
Gets the records with the given client host.
getRecordsByClientHostAsHTMLTable(boolean, boolean, String) - Method in class org.jboss.ws.common.monitoring.MemoryBufferRecorder
 
getRecordsByClientHostAsHTMLTable(boolean, boolean, String) - Method in interface org.jboss.ws.common.monitoring.MemoryBufferRecorderMBean
Shows the records with the given client host as a HTML table.
getRecordsByOperation(String, String) - Method in class org.jboss.ws.common.monitoring.MemoryBufferRecorder
 
getRecordsByOperation(String, String) - Method in interface org.jboss.ws.common.monitoring.MemoryBufferRecorderMBean
Gets the records with the given operation.
getRecordsByOperationAsHTMLTable(boolean, boolean, String, String) - Method in class org.jboss.ws.common.monitoring.MemoryBufferRecorder
 
getRecordsByOperationAsHTMLTable(boolean, boolean, String, String) - Method in interface org.jboss.ws.common.monitoring.MemoryBufferRecorderMBean
Shows the records with the given operation as a HTML table.
getRelativeOrder() - Method in class org.jboss.ws.common.integration.AbstractDeploymentAspect
 
getReplyDestination() - Method in class org.jboss.ws.common.deployment.DefaultJMSEndpoint
 
getRequestCount() - Method in class org.jboss.ws.common.management.EndpointMetricsImpl
 
getRequestCount() - Method in class org.jboss.ws.common.management.ManagedEndpoint
 
getRequestCount() - Method in interface org.jboss.ws.common.management.ManagedEndpointMBean
 
getRequestHandler() - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
getRequestURI() - Method in class org.jboss.ws.common.deployment.DefaultJMSEndpoint
 
getRequiredAttachment(Deployment, Class<A>) - Static method in class org.jboss.ws.common.integration.WSHelper
Returns required attachment value from webservice deployment.
getRequires() - Method in class org.jboss.ws.common.integration.AbstractDeploymentAspect
 
getRequiresAsSet() - Method in class org.jboss.ws.common.integration.AbstractDeploymentAspect
 
getResource(String) - Method in class org.jboss.ws.common.utils.DelegateClassLoader
getResourceAsStream(String) - Method in class org.jboss.ws.common.utils.DelegateClassLoader
getResourceResolver() - Method in class org.jboss.ws.common.deployment.ArchiveDeploymentImpl
 
getResources(String) - Method in class org.jboss.ws.common.utils.DelegateClassLoader
getResponseCount() - Method in class org.jboss.ws.common.management.EndpointMetricsImpl
 
getResponseCount() - Method in class org.jboss.ws.common.management.ManagedEndpoint
 
getResponseCount() - Method in interface org.jboss.ws.common.management.ManagedEndpointMBean
 
getRootFile() - Method in class org.jboss.ws.common.deployment.ArchiveDeploymentImpl
 
getRuntimeClassLoader() - Method in class org.jboss.ws.common.deployment.DefaultDeployment
 
getSecurityDomainContext() - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
getSegmentInputStream(InputStream, String) - Method in class org.jboss.ws.common.utils.JarUrlConnection
Retrieve the InputStream for the nesting segment relative to a base InputStream.
getSegments() - Method in class org.jboss.ws.common.utils.JarUrlConnection
Retrieve the nesting path segments.
getServerIntegrationServerConfig() - Static method in class org.jboss.ws.common.management.AbstractServerConfig
 
getService() - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
getService() - Method in class org.jboss.ws.common.deployment.DefaultDeployment
 
getShortName() - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
getSimpleName() - Method in class org.jboss.ws.common.deployment.DefaultDeployment
 
getSize() - Method in class org.jboss.ws.common.monitoring.MemoryBufferRecorder
 
getSize() - Method in interface org.jboss.ws.common.monitoring.MemoryBufferRecorderMBean
Gets the buffer's current size
getSourceHost() - Method in class org.jboss.ws.common.monitoring.RecordImpl
 
getSourceName(Class<?>) - Static method in class org.jboss.ws.common.JavaUtils
 
getStartTime() - Method in class org.jboss.ws.common.management.EndpointMetricsImpl
 
getStartTime() - Method in class org.jboss.ws.common.management.ManagedEndpoint
 
getStartTime() - Method in interface org.jboss.ws.common.management.ManagedEndpointMBean
 
getState() - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
getState() - Method in class org.jboss.ws.common.deployment.DefaultDeployment
 
getStopTime() - Method in class org.jboss.ws.common.management.EndpointMetricsImpl
 
getStopTime() - Method in class org.jboss.ws.common.management.ManagedEndpoint
 
getStopTime() - Method in interface org.jboss.ws.common.management.ManagedEndpointMBean
 
getTargetBeanClass() - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
getTargetBeanName() - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
getTargetDestination() - Method in class org.jboss.ws.common.deployment.DefaultJMSEndpoint
 
getTargetURL() - Method in class org.jboss.ws.common.utils.ResourceURL
 
getTotalProcessingTime() - Method in class org.jboss.ws.common.management.EndpointMetricsImpl
 
getTotalProcessingTime() - Method in class org.jboss.ws.common.management.ManagedEndpoint
 
getTotalProcessingTime() - Method in interface org.jboss.ws.common.management.ManagedEndpointMBean
 
getType() - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
getType() - Method in class org.jboss.ws.common.deployment.DefaultDeployment
 
getURLPattern() - Method in class org.jboss.ws.common.deployment.DefaultHttpEndpoint
 
getUserPrincipal() - Method in class org.jboss.ws.common.injection.ThreadLocalAwareWebServiceContext
 
getVirtualHost() - Method in class org.jboss.ws.common.deployment.DefaultService
 
getWebServiceHost() - Method in class org.jboss.ws.common.management.AbstractServerConfig
 
getWebServicePort() - Method in class org.jboss.ws.common.management.AbstractServerConfig
 
getWebServiceSecurePort() - Method in class org.jboss.ws.common.management.AbstractServerConfig
 
getWrapperType(Class<?>) - Static method in class org.jboss.ws.common.JavaUtils
Get the corresponding wrapper type for a give primitive.
getWrapperValueArray(Object) - Static method in class org.jboss.ws.common.JavaUtils
Converts an n-dimensional array of primitive types to wrapper types

H

handleFault(T) - Method in class org.jboss.ws.common.configuration.ConfigDelegateHandler
 
handleFault(MessageContext) - Method in class org.jboss.ws.common.invocation.RecordingServerHandler
 
handleInbound(MessageContext) - Method in class org.jboss.ws.common.invocation.RecordingServerHandler
 
handleMessage(T) - Method in class org.jboss.ws.common.configuration.ConfigDelegateHandler
 
handleOutbound(MessageContext) - Method in class org.jboss.ws.common.invocation.RecordingServerHandler
 
hasAttachment(Deployment, Class<?>) - Static method in class org.jboss.ws.common.integration.WSHelper
Returns true if webservice deployment have attachment value associated with the key.
hash(int, boolean) - Static method in class org.jboss.ws.common.utils.HashCodeUtil
booleans.
hash(int, char) - Static method in class org.jboss.ws.common.utils.HashCodeUtil
chars.
hash(int, int) - Static method in class org.jboss.ws.common.utils.HashCodeUtil
ints.
hash(int, long) - Static method in class org.jboss.ws.common.utils.HashCodeUtil
longs.
hash(int, float) - Static method in class org.jboss.ws.common.utils.HashCodeUtil
floats.
hash(int, double) - Static method in class org.jboss.ws.common.utils.HashCodeUtil
doubles.
hash(int, Object) - Static method in class org.jboss.ws.common.utils.HashCodeUtil
aObject is a possibly-null object field, and possibly an array.
hashCode() - Method in class org.jboss.ws.common.injection.PreDestroyHolder
 
hashCode() - Method in class org.jboss.ws.common.utils.ResourceURL
 
HashCodeUtil - Class in org.jboss.ws.common.utils
Collected methods which allow easy implementation of hashCode.
HashCodeUtil() - Constructor for class org.jboss.ws.common.utils.HashCodeUtil
 
HostFilter - Class in org.jboss.ws.common.monitoring
This filter matches records having the source/destination host equal to any of the provided hosts.
HostFilter(String, boolean) - Constructor for class org.jboss.ws.common.monitoring.HostFilter
 
HostFilter(Collection<String>, boolean) - Constructor for class org.jboss.ws.common.monitoring.HostFilter
 
HTTP_BINDING - Static variable in interface org.jboss.ws.common.Constants
A constant representing the identity of the XML/HTTP binding.
HTTP_KEEP_ALIVE - Static variable in interface org.jboss.ws.common.Constants
 
HTTP_MAX_CONNECTIONS - Static variable in interface org.jboss.ws.common.Constants
 

I

init(Endpoint) - Method in class org.jboss.ws.common.invocation.AbstractInvocationHandler
Initialization method.
initParamsNotSupported() - Method in interface org.jboss.ws.common.Loggers
 
InjectionException - Exception in org.jboss.ws.common.injection
Represents generic injection error.
InjectionException() - Constructor for exception org.jboss.ws.common.injection.InjectionException
Constructor.
InjectionException(String) - Constructor for exception org.jboss.ws.common.injection.InjectionException
Constructor.
InjectionException(Throwable) - Constructor for exception org.jboss.ws.common.injection.InjectionException
Constructor.
InjectionException(String, Throwable) - Constructor for exception org.jboss.ws.common.injection.InjectionException
Constructor.
InjectionHelper - Class in org.jboss.ws.common.injection
An injection helper class for javax.* annotations.
injectWebServiceContext(Object, WebServiceContext) - Static method in class org.jboss.ws.common.injection.InjectionHelper
Injects @Resource annotated accessible objects referencing WebServiceContext.
instanceProvider - Variable in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
invalidBinaryComponentForArray(String) - Method in interface org.jboss.ws.common.Messages
 
invalidObjectName(Throwable, String) - Method in interface org.jboss.ws.common.Messages
 
invocationHandler - Variable in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
InvocationHandlerJAXRPC - Class in org.jboss.ws.common.invocation
Handles invocations on JAXRPC endpoints.
InvocationHandlerJAXRPC() - Constructor for class org.jboss.ws.common.invocation.InvocationHandlerJAXRPC
Constructor.
InvocationHandlerJAXWS - Class in org.jboss.ws.common.invocation
Handles invocations on JAXWS endpoints.
InvocationHandlerJAXWS() - Constructor for class org.jboss.ws.common.invocation.InvocationHandlerJAXWS
 
invocationHandlerNotAvailable(ObjectName) - Method in interface org.jboss.ws.common.Messages
 
invoke(Endpoint, Invocation) - Method in class org.jboss.ws.common.invocation.AbstractInvocationHandlerJSE
Invokes method on endpoint implementation.
IOUtils - Class in org.jboss.ws.common
IO utilites
isAssignableFrom(Class<?>, Class<?>) - Static method in class org.jboss.ws.common.JavaUtils
Return true if the dest class is assignable from the src.
isCanonical() - Method in class org.jboss.ws.common.DOMWriter
 
isConfidentialTransportGuarantee(Deployment, Endpoint) - Method in class org.jboss.ws.common.deployment.EndpointAddressDeploymentAspect
 
isEarArchive(Deployment) - Static method in class org.jboss.ws.common.integration.WSHelper
Returns true if archive name ends with '.ear' suffix.
isEjbDeployment(Deployment) - Static method in class org.jboss.ws.common.integration.WSHelper
Returns true if deployment represents either JAXWS EJB or JAXRPC EJB deployment.
isEjbEndpoint(Endpoint) - Static method in class org.jboss.ws.common.integration.WSHelper
Returns true if endpoint represents either JAXWS EJB3 or JAXRPC EJB21 endpoint.
isForJaxRpc() - Method in class org.jboss.ws.common.integration.AbstractDeploymentAspect
 
isForJaxWs() - Method in class org.jboss.ws.common.integration.AbstractDeploymentAspect
 
isIgnoreWhitespace() - Method in class org.jboss.ws.common.DOMWriter
 
isJarArchive(Deployment) - Static method in class org.jboss.ws.common.integration.WSHelper
Returns true if archive name ends with '.jar' suffix.
isJaxrpcDeployment(Deployment) - Static method in class org.jboss.ws.common.integration.WSHelper
Returns true if deployment represents either JAXRPC EJB or JAXRPC JSE deployment.
isJaxrpcEjbDeployment(Deployment) - Static method in class org.jboss.ws.common.integration.WSHelper
Returns true if deployment represents JAXRPC EJB deployment.
isJaxrpcEjbEndpoint(Endpoint) - Static method in class org.jboss.ws.common.integration.WSHelper
Returns true if endpoint represents JAXRPC EJB21 endpoint.
isJaxrpcEndpoint(Endpoint) - Static method in class org.jboss.ws.common.integration.WSHelper
Returns true if endpoint represents either JAXRPC JSE or JAXRPC EJB21 endpoint.
isJaxrpcJseDeployment(Deployment) - Static method in class org.jboss.ws.common.integration.WSHelper
Returns true if deployment represents JAXRPC JSE deployment.
isJaxrpcJseEndpoint(Endpoint) - Static method in class org.jboss.ws.common.integration.WSHelper
Returns true if endpoint represents JAXRPC JSE endpoint.
isJaxwsDeployment(Deployment) - Static method in class org.jboss.ws.common.integration.WSHelper
Returns true if deployment represents either JAXWS EJB or JAXWS JSE deployment.
isJaxwsEjbDeployment(Deployment) - Static method in class org.jboss.ws.common.integration.WSHelper
Returns true if deployment represents JAXWS EJB deployment.
isJaxwsEjbEndpoint(Endpoint) - Static method in class org.jboss.ws.common.integration.WSHelper
Returns true if endpoint represents JAXWS EJB3 endpoint.
isJaxwsEndpoint(Endpoint) - Static method in class org.jboss.ws.common.integration.WSHelper
Returns true if endpoint represents either JAXWS JSE or JAXWS EJB3 endpoint.
isJaxwsJseDeployment(Deployment) - Static method in class org.jboss.ws.common.integration.WSHelper
Returns true if deployment represents JAXWS JSE deployment.
isJaxwsJseEndpoint(Endpoint) - Static method in class org.jboss.ws.common.integration.WSHelper
Returns true if endpoint represents JAXWS JSE endpoint.
isJBossRepositoryClassLoader(ClassLoader) - Static method in class org.jboss.ws.common.JavaUtils
Tests if this class loader is a JBoss RepositoryClassLoader
isJseDeployment(Deployment) - Static method in class org.jboss.ws.common.integration.WSHelper
Returns true if deployment represents either JAXWS JSE or JAXRPC JSE deployment.
isJseEndpoint(Endpoint) - Static method in class org.jboss.ws.common.integration.WSHelper
Returns true if endpoint represents either JAXWS JSE or JAXRPC JSE endpoint.
isLast() - Method in class org.jboss.ws.common.integration.AbstractDeploymentAspect
 
isLoaded(String, ClassLoader) - Static method in class org.jboss.ws.common.JavaUtils
 
isModifySOAPAddress() - Method in class org.jboss.ws.common.management.AbstractServerConfig
 
isPre() - Method in class org.jboss.ws.common.configuration.ConfigDelegateHandler
 
isPrettyprint() - Method in class org.jboss.ws.common.DOMWriter
 
isPrimitive(String) - Static method in class org.jboss.ws.common.JavaUtils
True if the given type name is the source notation of a primitive or array of which.
isPrimitive(Class<?>) - Static method in class org.jboss.ws.common.JavaUtils
True if the given class is a primitive or array of which.
isProcessDate() - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
isProcessDate() - Method in class org.jboss.ws.common.monitoring.ManagedRecordProcessor
 
isProcessDate() - Method in interface org.jboss.ws.common.monitoring.ManagedRecordProcessorMBean
 
isProcessDestinationHost() - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
isProcessDestinationHost() - Method in class org.jboss.ws.common.monitoring.ManagedRecordProcessor
 
isProcessDestinationHost() - Method in interface org.jboss.ws.common.monitoring.ManagedRecordProcessorMBean
 
isProcessEnvelope() - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
isProcessEnvelope() - Method in class org.jboss.ws.common.monitoring.ManagedRecordProcessor
 
isProcessEnvelope() - Method in interface org.jboss.ws.common.monitoring.ManagedRecordProcessorMBean
 
isProcessHeaders() - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
isProcessHeaders() - Method in class org.jboss.ws.common.monitoring.ManagedRecordProcessor
 
isProcessHeaders() - Method in interface org.jboss.ws.common.monitoring.ManagedRecordProcessorMBean
 
isProcessMessageType() - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
isProcessMessageType() - Method in class org.jboss.ws.common.monitoring.ManagedRecordProcessor
 
isProcessMessageType() - Method in interface org.jboss.ws.common.monitoring.ManagedRecordProcessorMBean
 
isProcessOperation() - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
isProcessOperation() - Method in class org.jboss.ws.common.monitoring.ManagedRecordProcessor
 
isProcessOperation() - Method in interface org.jboss.ws.common.monitoring.ManagedRecordProcessorMBean
 
isProcessSourceHost() - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
isProcessSourceHost() - Method in class org.jboss.ws.common.monitoring.ManagedRecordProcessor
 
isProcessSourceHost() - Method in interface org.jboss.ws.common.monitoring.ManagedRecordProcessorMBean
 
isRecording() - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
isRecording() - Method in class org.jboss.ws.common.monitoring.ManagedRecordProcessor
 
isRecording() - Method in interface org.jboss.ws.common.monitoring.ManagedRecordProcessorMBean
 
isRegistered(ObjectName) - Method in class org.jboss.ws.common.management.DefaultEndpointRegistry
 
isReservedKeyword(String) - Static method in class org.jboss.ws.common.JavaUtils
 
isRetro14() - Static method in class org.jboss.ws.common.JavaUtils
This method tests for retro translation by searching for a known problem where Class does not implement Type.
isSource() - Method in class org.jboss.ws.common.monitoring.HostFilter
 
isUserInRole(String) - Method in class org.jboss.ws.common.injection.ThreadLocalAwareWebServiceContext
 
isWarArchive(Deployment) - Static method in class org.jboss.ws.common.integration.WSHelper
Returns true if archive name ends with '.war' suffix.
isWriteXMLDeclaration() - Method in class org.jboss.ws.common.DOMWriter
 

J

JarUrlConnection - Class in org.jboss.ws.common.utils
URLConnection capable of handling multiply-nested jars.
JarUrlConnection(URL) - Constructor for class org.jboss.ws.common.utils.JarUrlConnection
Construct.
jarUrlConnectionBuildError(String) - Method in interface org.jboss.ws.common.Messages
 
jarUrlConnectionUnableToLocateSegment(String, String) - Method in interface org.jboss.ws.common.Messages
 
JavaUtils - Class in org.jboss.ws.common
Java utilities
JavaUtils() - Constructor for class org.jboss.ws.common.JavaUtils
 
JAXBIntroDeploymentAspect - Class in org.jboss.ws.common.deployment
Installs jaxbintro binding customization into the deployment
JAXBIntroDeploymentAspect() - Constructor for class org.jboss.ws.common.deployment.JAXBIntroDeploymentAspect
 
JBossWebservicesDescriptorParserImpl - Class in org.jboss.ws.common.deployment
JBoss Webservices descriptor parser implementation.
JBossWebservicesDescriptorParserImpl() - Constructor for class org.jboss.ws.common.deployment.JBossWebservicesDescriptorParserImpl
 
JBOSSWS_CONFIG_FILE - Static variable in class org.jboss.ws.common.integration.WSConstants
JBoss WS config file property.
JBOSSWS_CONFIG_NAME - Static variable in class org.jboss.ws.common.integration.WSConstants
JBoss WS config name property.
JBossWSEntityResolver - Class in org.jboss.ws.common.utils
Dynamically register the JBossWS entities.
JBossWSEntityResolver() - Constructor for class org.jboss.ws.common.utils.JBossWSEntityResolver
 
JBossWSEntityResolver(ClassLoader) - Constructor for class org.jboss.ws.common.utils.JBossWSEntityResolver
 
JBossWSEntityResolver(String) - Constructor for class org.jboss.ws.common.utils.JBossWSEntityResolver
 
JBossWSEntityResolver(String, ClassLoader) - Constructor for class org.jboss.ws.common.utils.JBossWSEntityResolver
 

K

kill() - Method in class org.jboss.ws.common.concurrent.CopyJob
Kills this job.

L

lifecycleHandler - Variable in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
lifecycleHandlerNotInitialized(ObjectName) - Method in interface org.jboss.ws.common.Messages
 
loadClass(String) - Method in class org.jboss.ws.common.utils.DelegateClassLoader
loadClasspathResource(String, boolean) - Method in class org.jboss.ws.common.utils.JBossWSEntityResolver
 
loadJavaType(String) - Static method in class org.jboss.ws.common.JavaUtils
Load a Java type from a given class loader.
loadJavaType(String, ClassLoader) - Static method in class org.jboss.ws.common.JavaUtils
Load a Java type from a given class loader.
log - Variable in class org.jboss.ws.common.invocation.AbstractInvocationHandler
 
Loggers - Interface in org.jboss.ws.common
JBossWS Common log messages
LogicalConfigDelegateHandler<T extends LogicalMessageContext> - Class in org.jboss.ws.common.configuration
JBossWS client / endpoint configuration-contributed logical handler
LogicalConfigDelegateHandler(LogicalHandler<T>, boolean) - Constructor for class org.jboss.ws.common.configuration.LogicalConfigDelegateHandler
 
LogRecorder - Class in org.jboss.ws.common.monitoring
A simple record processor that writes records to the configured log.
LogRecorder() - Constructor for class org.jboss.ws.common.monitoring.LogRecorder
 

M

ManagedEndpoint - Class in org.jboss.ws.common.management
The endpoint MBean representation
ManagedEndpoint(Endpoint, MBeanServer) - Constructor for class org.jboss.ws.common.management.ManagedEndpoint
 
ManagedEndpointMBean - Interface in org.jboss.ws.common.management
MBean interface.
ManagedEndpointRegistry - Class in org.jboss.ws.common.management
A Service Endpoint Registry
ManagedEndpointRegistry() - Constructor for class org.jboss.ws.common.management.ManagedEndpointRegistry
 
ManagedEndpointRegistryMBean - Interface in org.jboss.ws.common.management
MBean interface.
ManagedRecordProcessor - Class in org.jboss.ws.common.monitoring
The record processor MBean representation
ManagedRecordProcessor(RecordProcessor) - Constructor for class org.jboss.ws.common.monitoring.ManagedRecordProcessor
 
ManagedRecordProcessorMBean - Interface in org.jboss.ws.common.monitoring
The record processor MBean interface
MANAGEMENT_LOGGER - Static variable in interface org.jboss.ws.common.Loggers
 
match(Record) - Method in class org.jboss.ws.common.monitoring.AndFilter
 
match(Record) - Method in class org.jboss.ws.common.monitoring.HostFilter
 
match(Record) - Method in class org.jboss.ws.common.monitoring.NotFilter
 
match(Record) - Method in class org.jboss.ws.common.monitoring.OperationFilter
 
match(Record) - Method in class org.jboss.ws.common.monitoring.OrFilter
 
matches(Field) - Method in class org.jboss.ws.common.injection.finders.ResourceFieldFinder
 
matches(Method) - Method in class org.jboss.ws.common.injection.finders.ResourceMethodFinder
 
matches(AO) - Method in class org.jboss.ws.common.reflection.AbstractAnnotatedClassProcessor
 
matches(A) - Method in interface org.jboss.ws.common.reflection.AccessibleObjectProcessor
Indicates whether particular accessible object matches the criteria.
matches(T) - Method in class org.jboss.ws.common.reflection.AccessibleObjectProcessorAdapter
By default accessible object always matches all criteria.
MemoryBufferRecorder - Class in org.jboss.ws.common.monitoring
Keeps the last received records in memory and allows user to search / get statistics on them.
MemoryBufferRecorder() - Constructor for class org.jboss.ws.common.monitoring.MemoryBufferRecorder
 
MemoryBufferRecorderMBean - Interface in org.jboss.ws.common.monitoring
The MemoryBufferRecorder's MBean view
Messages - Interface in org.jboss.ws.common
JBossWS Common exception messages
MESSAGES - Static variable in interface org.jboss.ws.common.Messages
 
methodCannotBeStatic(Method) - Method in interface org.jboss.ws.common.Messages
 
methodCannotBeStatic2(Method, Class<? extends Annotation>) - Method in interface org.jboss.ws.common.Messages
 
methodCannotDeclarePrimitiveParameters(Method) - Method in interface org.jboss.ws.common.Messages
 
methodCannotDeclarePrimitiveParameters2(Method, Class<? extends Annotation>) - Method in interface org.jboss.ws.common.Messages
 
methodCannotThrowCheckedException(Method) - Method in interface org.jboss.ws.common.Messages
 
methodCannotThrowCheckedException2(Method, Class<? extends Annotation>) - Method in interface org.jboss.ws.common.Messages
 
methodDoesNotRespectJavaBeanSetterMethodName(Method) - Method in interface org.jboss.ws.common.Messages
 
methodDoesNotRespectJavaBeanSetterMethodName2(Method, Class<? extends Annotation>) - Method in interface org.jboss.ws.common.Messages
 
MethodFinder - Class in org.jboss.ws.common.reflection
A finder that looks for methods matching the criteria.
MethodFinder() - Constructor for class org.jboss.ws.common.reflection.MethodFinder
 
methodHasToDeclareExactlyOneParameter(Method) - Method in interface org.jboss.ws.common.Messages
 
methodHasToDeclareExactlyOneParameter2(Method, Class<? extends Annotation>) - Method in interface org.jboss.ws.common.Messages
 
methodHasToHaveNoParameters(Method) - Method in interface org.jboss.ws.common.Messages
 
methodHasToHaveNoParameters2(Method, Class<? extends Annotation>) - Method in interface org.jboss.ws.common.Messages
 
methodHasToReturnVoid(Method) - Method in interface org.jboss.ws.common.Messages
 
methodHasToReturnVoid2(Method, Class<? extends Annotation>) - Method in interface org.jboss.ws.common.Messages
 
methodInvocationFailed(Throwable) - Method in interface org.jboss.ws.common.Loggers
 
metrics - Variable in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
missingServiceRefTypeInServiceRef(String) - Method in interface org.jboss.ws.common.Messages
 
missingVFSRootInServiceRef(String) - Method in interface org.jboss.ws.common.Messages
 
MONITORING_LOGGER - Static variable in interface org.jboss.ws.common.Loggers
 

N

name - Variable in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
name - Variable in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
NETTY_MESSAGE - Static variable in interface org.jboss.ws.common.Constants
 
newDeployment(String, ClassLoader) - Method in class org.jboss.ws.common.deployment.ArchiveDeploymentModelFactory
 
newDeployment(String, ClassLoader) - Method in class org.jboss.ws.common.deployment.DefaultDeploymentModelFactory
 
newDocumentBuilder(DocumentBuilderFactory) - Static method in class org.jboss.ws.common.DOMUtils
Creates a new DocumentBuilder instance using the provided DocumentBuilderFactory
newEndpointMetrics() - Method in class org.jboss.ws.common.management.DefaultEndpointMetricsFactory
 
newGroupID() - Static method in class org.jboss.ws.common.monitoring.RecordFactory
 
newHttpEndpoint(String) - Method in class org.jboss.ws.common.deployment.ArchiveDeploymentModelFactory
 
newHttpEndpoint(String) - Method in class org.jboss.ws.common.deployment.DefaultDeploymentModelFactory
 
newInitializedReference(Reference) - Static method in class org.jboss.ws.common.deployment.ReferenceFactory
 
newInitializedReference(Object) - Static method in class org.jboss.ws.common.deployment.ReferenceFactory
 
newJMSEndpoint(String) - Method in class org.jboss.ws.common.deployment.ArchiveDeploymentModelFactory
 
newJMSEndpoint(String) - Method in class org.jboss.ws.common.deployment.DefaultDeploymentModelFactory
 
newRecord(String) - Static method in class org.jboss.ws.common.monitoring.RecordFactory
 
newRecord() - Static method in class org.jboss.ws.common.monitoring.RecordFactory
 
newRecordProcessors() - Method in class org.jboss.ws.common.monitoring.CommonRecordProcessorFactory
 
newSecurityAdapter() - Method in class org.jboss.ws.common.security.DefaultSecurityAdapterFactory
Creates new security adapter instance.
newService() - Method in class org.jboss.ws.common.deployment.ArchiveDeploymentModelFactory
 
newService() - Method in class org.jboss.ws.common.deployment.DefaultDeploymentModelFactory
 
newUninitializedReference(Reference) - Static method in class org.jboss.ws.common.deployment.ReferenceFactory
 
newUninitializedReference(Object) - Static method in class org.jboss.ws.common.deployment.ReferenceFactory
 
node2String(Node) - Static method in class org.jboss.ws.common.DOMUtils
Converts XML node in pretty mode using UTF-8 encoding to string.
node2String(Node, boolean) - Static method in class org.jboss.ws.common.DOMUtils
Converts XML node in specified pretty mode using UTF-8 encoding to string.
node2String(Node, boolean, String) - Static method in class org.jboss.ws.common.DOMUtils
Converts XML node in specified pretty mode and encoding to string.
noDeploymentAspectFoundWithAttributeLast() - Method in interface org.jboss.ws.common.Messages
 
normaliseURL(URL) - Static method in class org.jboss.ws.common.utils.JarUrlConnection
 
normalize(String, boolean) - Static method in class org.jboss.ws.common.DOMWriter
Normalizes the given string.
normalize(String) - Static method in class org.jboss.ws.common.Normalizer
 
normalize(String, boolean) - Static method in class org.jboss.ws.common.Normalizer
 
Normalizer - Class in org.jboss.ws.common
 
Normalizer() - Constructor for class org.jboss.ws.common.Normalizer
 
notAssignableDueToConflictingClassLoaders(Class<?>, Class<?>, ClassLoader, ClassLoader) - Method in interface org.jboss.ws.common.Loggers
 
NotFilter - Class in org.jboss.ws.common.monitoring
A simple record filter acting like the negation operator
NotFilter(RecordFilter) - Constructor for class org.jboss.ws.common.monitoring.NotFilter
 
notJAXWSHandler(String) - Method in interface org.jboss.ws.common.Messages
 
NS_ATTACHMENT_MIME_TYPE - Static variable in interface org.jboss.ws.common.Constants
Encoded mime type namespace for internall and DII use
NS_HTTP - Static variable in interface org.jboss.ws.common.Constants
HTTP binding namespace http://schemas.xmlsoap.org/wsdl/http/
NS_JBOSSWS_URI - Static variable in interface org.jboss.ws.common.Constants
JBossWS namespace URI
NS_SCHEMA_XSD - Static variable in interface org.jboss.ws.common.Constants
XMLSchema namespace http://www.w3.org/2001/XMLSchema
NS_SCHEMA_XSI - Static variable in interface org.jboss.ws.common.Constants
XMLSchema instance namespace http://www.w3.org/2001/XMLSchema-instance
NS_SOAP11 - Static variable in interface org.jboss.ws.common.Constants
SOAP-1.1 namespace http://schemas.xmlsoap.org/wsdl/soap/
NS_SOAP11_ENV - Static variable in interface org.jboss.ws.common.Constants
SOAP-1.1 envelope namespace http://schemas.xmlsoap.org/soap/envelope/
NS_SOAP12 - Static variable in interface org.jboss.ws.common.Constants
SOAP-1.2 namespace http://schemas.xmlsoap.org/wsdl/soap12/
NS_SOAP12_ENV - Static variable in interface org.jboss.ws.common.Constants
SOAP-1.2 envelope namespace http://www.w3.org/2003/05/soap-envelope
NS_SWA_MIME - Static variable in interface org.jboss.ws.common.Constants
The namespace for the SwA mime type
NS_WSDL11 - Static variable in interface org.jboss.ws.common.Constants
Default namespace for WSDL-1.1 http://schemas.xmlsoap.org/wsdl/
NS_XML - Static variable in interface org.jboss.ws.common.Constants
XML Namespace
NS_XMLNS - Static variable in interface org.jboss.ws.common.Constants
XML namespace declaration namespace
NullOutputStream - Class in org.jboss.ws.common.io
 
NullPrintStream - Class in org.jboss.ws.common.utils
Print stream singleton that does nothing

O

OBJECT_NAME - Static variable in interface org.jboss.ws.common.management.AbstractServerConfigMBean
The object name in the MBean server
OBJECT_NAME - Static variable in interface org.jboss.ws.common.management.ManagedEndpointRegistryMBean
The object name in the MBean server
OBJECT_NAME_SERVER_CONFIG - Static variable in class org.jboss.ws.common.management.AbstractServerConfig
 
ObjectNameFactory - Class in org.jboss.ws.common
A simple factory for creating safe object names.
ObjectNameFactory() - Constructor for class org.jboss.ws.common.ObjectNameFactory
 
onAfterInvocation(Invocation) - Method in class org.jboss.ws.common.invocation.AbstractInvocationHandler
 
onAfterInvocation(Invocation) - Method in class org.jboss.ws.common.invocation.InvocationHandlerJAXRPC
Calls ServiceLifecycle.destroy() method on target bean if this bean implements ServiceLifecycle interface.
onAfterInvocation(Invocation) - Method in class org.jboss.ws.common.invocation.InvocationHandlerJAXWS
Cleanups injected webservice context on target bean.
onBeforeInvocation(Invocation) - Method in class org.jboss.ws.common.invocation.AbstractInvocationHandler
 
onBeforeInvocation(Invocation) - Method in class org.jboss.ws.common.invocation.InvocationHandlerJAXRPC
Calls ServiceLifecycle.init(Object) method on target bean if this bean implements ServiceLifecycle interface.
onBeforeInvocation(Invocation) - Method in class org.jboss.ws.common.invocation.InvocationHandlerJAXWS
Injects webservice context on target bean.
onEndpointInstantiated(Endpoint, Invocation) - Method in class org.jboss.ws.common.invocation.AbstractInvocationHandler
 
onEndpointInstantiated(Endpoint, Invocation) - Method in class org.jboss.ws.common.invocation.InvocationHandlerJAXWS
Injects resources on target bean and calls post construct method.
onlyOneMethodCanExist() - Method in interface org.jboss.ws.common.Messages
 
onlyOneMethodCanExist2(Class<? extends Annotation>) - Method in interface org.jboss.ws.common.Messages
 
openStream() - Method in class org.jboss.ws.common.utils.ResourceURL
 
OperationFilter - Class in org.jboss.ws.common.monitoring
This filter matches records having a given operation QName value.
OperationFilter(QName) - Constructor for class org.jboss.ws.common.monitoring.OperationFilter
 
operationNotSupportedBy(String, Class<?>) - Method in interface org.jboss.ws.common.Messages
 
OrFilter - Class in org.jboss.ws.common.monitoring
A simple record filter acting like the OR operator
OrFilter(RecordFilter, RecordFilter) - Constructor for class org.jboss.ws.common.monitoring.OrFilter
 
org.jboss.ws.common - package org.jboss.ws.common
 
org.jboss.ws.common.concurrent - package org.jboss.ws.common.concurrent
 
org.jboss.ws.common.configuration - package org.jboss.ws.common.configuration
 
org.jboss.ws.common.deployment - package org.jboss.ws.common.deployment
 
org.jboss.ws.common.injection - package org.jboss.ws.common.injection
 
org.jboss.ws.common.injection.finders - package org.jboss.ws.common.injection.finders
 
org.jboss.ws.common.injection.resolvers - package org.jboss.ws.common.injection.resolvers
 
org.jboss.ws.common.integration - package org.jboss.ws.common.integration
 
org.jboss.ws.common.invocation - package org.jboss.ws.common.invocation
 
org.jboss.ws.common.io - package org.jboss.ws.common.io
 
org.jboss.ws.common.management - package org.jboss.ws.common.management
 
org.jboss.ws.common.monitoring - package org.jboss.ws.common.monitoring
 
org.jboss.ws.common.reflection - package org.jboss.ws.common.reflection
 
org.jboss.ws.common.security - package org.jboss.ws.common.security
 
org.jboss.ws.common.sort - package org.jboss.ws.common.sort
 
org.jboss.ws.common.spi - package org.jboss.ws.common.spi
 
org.jboss.ws.common.utils - package org.jboss.ws.common.utils
 

P

parse(URL) - Method in class org.jboss.ws.common.deployment.JBossWebservicesDescriptorParserImpl
 
parse(SOAPAddressWSDLParser.WSDLMetaData, String) - Static method in class org.jboss.ws.common.deployment.SOAPAddressWSDLParser
 
parse(SOAPAddressWSDLParser.WSDLMetaData, URL) - Static method in class org.jboss.ws.common.deployment.SOAPAddressWSDLParser
 
parse(URL) - Method in class org.jboss.ws.common.deployment.WebservicesDescriptorParserImpl
 
parse(String) - Static method in class org.jboss.ws.common.DOMUtils
Parse the given XML string and return the root Element This uses the document builder associated with the current thread.
parse(InputStream, DocumentBuilder) - Static method in class org.jboss.ws.common.DOMUtils
Parse the given XML stream and return the root Element
parse(InputStream) - Static method in class org.jboss.ws.common.DOMUtils
Parse the given XML stream and return the root Element This uses the document builder associated with the current thread.
parse(InputSource) - Static method in class org.jboss.ws.common.DOMUtils
Parse the given input source and return the root Element.
peekOwnerDocument() - Static method in class org.jboss.ws.common.DOMUtils
Peek at the owner document without creating a new one if not set.
PostConstructMethodFinder - Class in org.jboss.ws.common.injection.finders
 
PostConstructMethodFinder() - Constructor for class org.jboss.ws.common.injection.finders.PostConstructMethodFinder
Constructor.
PreDestroyHolder - Class in org.jboss.ws.common.injection
Utility class for pre destroy registration.
PreDestroyHolder(Object) - Constructor for class org.jboss.ws.common.injection.PreDestroyHolder
 
PreDestroyMethodFinder - Class in org.jboss.ws.common.injection.finders
 
PreDestroyMethodFinder() - Constructor for class org.jboss.ws.common.injection.finders.PreDestroyMethodFinder
Constructor.
PREFIX_ENV - Static variable in interface org.jboss.ws.common.Constants
 
PREFIX_SOAP11 - Static variable in interface org.jboss.ws.common.Constants
 
PREFIX_SOAP11_ENC - Static variable in interface org.jboss.ws.common.Constants
 
PREFIX_TNS - Static variable in interface org.jboss.ws.common.Constants
 
PREFIX_WSDL - Static variable in interface org.jboss.ws.common.Constants
 
PREFIX_XMIME - Static variable in interface org.jboss.ws.common.Constants
 
PREFIX_XML - Static variable in interface org.jboss.ws.common.Constants
 
PREFIX_XSD - Static variable in interface org.jboss.ws.common.Constants
 
PREFIX_XSI - Static variable in interface org.jboss.ws.common.Constants
 
print(Node) - Method in class org.jboss.ws.common.DOMWriter
 
print(boolean) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
print(char) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
print(char[]) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
print(double) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
print(float) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
print(int) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
print(long) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
print(Object) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
print(String) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
printArray(Object[]) - Static method in class org.jboss.ws.common.JavaUtils
 
printf(Locale, String, Object...) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
printf(String, Object...) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
println() - Method in class org.jboss.ws.common.utils.NullPrintStream
 
println(boolean) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
println(char) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
println(char[]) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
println(double) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
println(float) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
println(int) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
println(long) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
println(Object) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
println(String) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
printNode(Node, boolean) - Static method in class org.jboss.ws.common.DOMWriter
Print a node with explicit prettyprinting.
process(Class<?>) - Method in class org.jboss.ws.common.reflection.AbstractClassProcessor
 
process(Class<?>) - Method in interface org.jboss.ws.common.reflection.ClassProcessor
Process a class to produce collection of accessible objects.
processDate - Variable in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
processDestinationHost - Variable in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
processEnvelope - Variable in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
processFaultMessage(long) - Method in class org.jboss.ws.common.management.EndpointMetricsImpl
 
processHeaders - Variable in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
processMessageType - Variable in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
processOperation - Variable in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
processRecord(Record) - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
processRecord(Record) - Method in class org.jboss.ws.common.management.ManagedEndpoint
 
processRecord(Record) - Method in interface org.jboss.ws.common.management.ManagedEndpointMBean
 
processRecord(Record) - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
processRecord(Record) - Method in class org.jboss.ws.common.monitoring.LogRecorder
 
processRecord(Record) - Method in class org.jboss.ws.common.monitoring.ManagedRecordProcessor
 
processRecord(Record) - Method in interface org.jboss.ws.common.monitoring.ManagedRecordProcessorMBean
 
processRecord(Record) - Method in class org.jboss.ws.common.monitoring.MemoryBufferRecorder
 
processRequestMessage() - Method in class org.jboss.ws.common.management.EndpointMetricsImpl
 
processResponseMessage(long) - Method in class org.jboss.ws.common.management.EndpointMetricsImpl
 
processSourceHost - Variable in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
publishSchemaImports(URL, Element, List<String>) - Method in class org.jboss.ws.common.utils.AbstractWSDLFilePublisher
 
publishSchemaImports(URL, Element, List<String>, String) - Method in class org.jboss.ws.common.utils.AbstractWSDLFilePublisher
Publish the schema imports for a given wsdl definition
publishWsdlImports(URL, Definition, List<String>) - Method in class org.jboss.ws.common.utils.AbstractWSDLFilePublisher
 
publishWsdlImports(URL, Definition, List<String>, String) - Method in class org.jboss.ws.common.utils.AbstractWSDLFilePublisher
Publish the wsdl imports for a given wsdl definition

Q

query(Iterator<Endpoint>) - Method in class org.jboss.ws.common.management.DefaultJMSEndpointResolver
 

R

reachedEndOfXMLDocUnexpectedly(String) - Method in interface org.jboss.ws.common.Messages
 
readConfig(String, String) - Method in class org.jboss.ws.common.configuration.ConfigHelper
 
readResolve() - Method in class org.jboss.ws.common.injection.ThreadLocalAwareWebServiceContext
 
RecordFactory - Class in org.jboss.ws.common.monitoring
Simple record factory
RecordFactory() - Constructor for class org.jboss.ws.common.monitoring.RecordFactory
 
RecordImpl - Class in org.jboss.ws.common.monitoring
Default Record implementation
recording - Variable in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
RecordingServerHandler - Class in org.jboss.ws.common.invocation
This handler is responsible for collecting the information about the messages being exchanged and recording them on the server side.
RecordingServerHandler() - Constructor for class org.jboss.ws.common.invocation.RecordingServerHandler
 
recordProcessors - Variable in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
ReferenceFactory - Class in org.jboss.ws.common.deployment
 
ReferenceResolver - Interface in org.jboss.ws.common.injection
JNDI reference resolver.
register(Endpoint) - Method in class org.jboss.ws.common.management.DefaultEndpointRegistry
 
register(Endpoint) - Method in class org.jboss.ws.common.management.ManagedEndpointRegistry
 
removeAttachment(Class<T>) - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
removeProperty(String) - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
requestHandler - Variable in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
resolve(String) - Method in class org.jboss.ws.common.deployment.ResourceResolverImpl
 
resolve(AccessibleObject) - Method in interface org.jboss.ws.common.injection.ReferenceResolver
Resolves JNDI name.
resolve(AccessibleObject) - Method in class org.jboss.ws.common.injection.resolvers.AbstractReferenceResolver
 
resolve(EndpointResolver) - Method in class org.jboss.ws.common.management.DefaultEndpointRegistry
 
resolve(String) - Static method in class org.jboss.ws.common.utils.XMLPredefinedEntityReferenceResolver
Transforms an XML normalized string by resolving all predefined character and entity references
resolveEntity(String, String) - Method in class org.jboss.ws.common.utils.JBossWSEntityResolver
 
resolveFailSafe(String) - Method in class org.jboss.ws.common.deployment.ResourceResolverImpl
 
resolveField(Field) - Method in class org.jboss.ws.common.injection.resolvers.AbstractReferenceResolver
All subclasses have to implement this template method.
resolveField(Field) - Method in class org.jboss.ws.common.injection.resolvers.ResourceReferenceResolver
 
resolveMethod(Method) - Method in class org.jboss.ws.common.injection.resolvers.AbstractReferenceResolver
All subclasses have to implement this template method.
resolveMethod(Method) - Method in class org.jboss.ws.common.injection.resolvers.ResourceReferenceResolver
 
resolveSystemIDAsURL(String, boolean) - Method in class org.jboss.ws.common.utils.JBossWSEntityResolver
Use a ResourceURL to access the resource.
ResourceFieldFinder - Class in org.jboss.ws.common.injection.finders
Field based resource injection.
ResourceFieldFinder(Class<?>, boolean) - Constructor for class org.jboss.ws.common.injection.finders.ResourceFieldFinder
Constructor.
ResourceLoaderAdapter - Class in org.jboss.ws.common
The default file adapter loads resources through an associated classloader.
ResourceLoaderAdapter() - Constructor for class org.jboss.ws.common.ResourceLoaderAdapter
 
ResourceLoaderAdapter(ClassLoader) - Constructor for class org.jboss.ws.common.ResourceLoaderAdapter
 
ResourceMethodFinder - Class in org.jboss.ws.common.injection.finders
Setter based resource injection.
ResourceMethodFinder(Class<?>, boolean) - Constructor for class org.jboss.ws.common.injection.finders.ResourceMethodFinder
Constructor.
ResourceReferenceResolver - Class in org.jboss.ws.common.injection.resolvers
JNDI reference resolver for @Resource annotated methods and fields.
ResourceReferenceResolver() - Constructor for class org.jboss.ws.common.injection.resolvers.ResourceReferenceResolver
Constructor.
ResourceResolverImpl - Class in org.jboss.ws.common.deployment
A resource resolver implementation using unified virtual files
ResourceResolverImpl(UnifiedVirtualFile, Collection<UnifiedVirtualFile>) - Constructor for class org.jboss.ws.common.deployment.ResourceResolverImpl
 
ResourceURL - Class in org.jboss.ws.common.utils
A wrapper around an URL that can handle input streams for resources in nested jars.
ResourceURL(URL) - Constructor for class org.jboss.ws.common.utils.ResourceURL
 
rethrow(Exception) - Static method in exception org.jboss.ws.common.injection.InjectionException
Rethrows Injection exception that will wrap passed reason.
rethrow(String, Exception) - Static method in exception org.jboss.ws.common.injection.InjectionException
Rethrows Injection exception that will wrap passed reason.
ROOT_LOGGER - Static variable in interface org.jboss.ws.common.Loggers
 
RPC_LITERAL - Static variable in interface org.jboss.ws.common.Constants
Style of WSDL
run() - Method in class org.jboss.ws.common.concurrent.CopyJob
Copies all data from input stream to output stream (both passed to constructor) until job is killed

S

securityDomainContext - Variable in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
SEED - Static variable in class org.jboss.ws.common.utils.HashCodeUtil
An initial value for a hashCode, to which is added contributions from fields.
serverConfig - Variable in class org.jboss.ws.common.utils.AbstractWSDLFilePublisher
 
service - Variable in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
setAddress(String) - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
setCanonical(boolean) - Method in class org.jboss.ws.common.DOMWriter
Set wheter entities should appear in their canonical form.
setCompleteNamespaces(boolean) - Method in class org.jboss.ws.common.DOMWriter
Set wheter subelements should have their namespaces completed.
setConfigHandlers(BindingProvider, String, String) - Method in class org.jboss.ws.common.configuration.ConfigHelper
 
setConfigProperties(Object, String, String) - Method in class org.jboss.ws.common.configuration.ConfigHelper
 
setContextProperties(Map<String, String>) - Method in class org.jboss.ws.common.deployment.ContextPropertiesDeploymentAspect
This is called once at AS boot time during deployment aspect parsing; this provided map is copied.
setContextRoot(String) - Method in class org.jboss.ws.common.deployment.DefaultService
 
setDate(Date) - Method in class org.jboss.ws.common.monitoring.RecordImpl
 
setDeployment(Deployment) - Method in class org.jboss.ws.common.deployment.DefaultService
 
setDeploymentAspects(List<DeploymentAspect>) - Method in class org.jboss.ws.common.deployment.DeploymentAspectManagerImpl
 
setDescriptorName(String) - Method in class org.jboss.ws.common.deployment.JBossWebservicesDescriptorParserImpl
Invoked via MC.
setDescriptorName(String) - Method in class org.jboss.ws.common.deployment.WebservicesDescriptorParserImpl
Invoked via MC.
setDestination(Destination) - Method in class org.jboss.ws.common.management.DefaultJMSEndpointResolver
 
setDestinationHost(String) - Method in class org.jboss.ws.common.monitoring.RecordImpl
 
setEndpoint(Endpoint) - Method in class org.jboss.ws.common.management.EndpointMetricsImpl
 
setEndpointMetrics(EndpointMetrics) - Method in class org.jboss.ws.common.deployment.DefaultHttpEndpoint
 
setEndpointMetrics(EndpointMetrics) - Method in class org.jboss.ws.common.deployment.DefaultJMSEndpoint
 
setEnvelope(String) - Method in class org.jboss.ws.common.monitoring.RecordImpl
 
setError() - Method in class org.jboss.ws.common.utils.NullPrintStream
 
setFilters(List<RecordFilter>) - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
setFilters(List<RecordFilter>) - Method in class org.jboss.ws.common.monitoring.ManagedRecordProcessor
 
setFilters(List<RecordFilter>) - Method in interface org.jboss.ws.common.monitoring.ManagedRecordProcessorMBean
 
setForJaxRpc(boolean) - Method in class org.jboss.ws.common.integration.AbstractDeploymentAspect
 
setForJaxWs(boolean) - Method in class org.jboss.ws.common.integration.AbstractDeploymentAspect
 
setFromName(Destination, boolean) - Method in class org.jboss.ws.common.management.DefaultJMSEndpointResolver
 
setGroupID(String) - Method in class org.jboss.ws.common.monitoring.RecordImpl
 
setHeaders(Map<String, List<String>>) - Method in class org.jboss.ws.common.monitoring.RecordImpl
 
setIgnoreWhitespace(boolean) - Method in class org.jboss.ws.common.DOMWriter
Set whether whitespace should be ignored.
setInitialClassLoader(ClassLoader) - Method in class org.jboss.ws.common.deployment.DefaultDeployment
 
setInstanceProvider(InstanceProvider) - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
setInvocationHandler(InvocationHandler) - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
setLast(boolean) - Method in class org.jboss.ws.common.integration.AbstractDeploymentAspect
 
setLifecycleHandler(LifecycleHandler) - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
setMaxSize(int) - Method in class org.jboss.ws.common.monitoring.MemoryBufferRecorder
 
setMaxSize(int) - Method in interface org.jboss.ws.common.monitoring.MemoryBufferRecorderMBean
 
setMbeanServer(MBeanServer) - Method in class org.jboss.ws.common.deployment.EndpointRecordProcessorDeploymentAspect
 
setMbeanServer(MBeanServer) - Method in class org.jboss.ws.common.management.AbstractServerConfig
 
setMbeanServer(MBeanServer) - Method in class org.jboss.ws.common.management.ManagedEndpointRegistry
 
setMessageContext(WebServiceContext) - Method in class org.jboss.ws.common.injection.ThreadLocalAwareWebServiceContext
 
setMessageType(Record.MessageType) - Method in class org.jboss.ws.common.monitoring.RecordImpl
 
setMetadataFiles(List<UnifiedVirtualFile>) - Method in class org.jboss.ws.common.deployment.ArchiveDeploymentImpl
 
setModifySOAPAddress(boolean) - Method in class org.jboss.ws.common.management.AbstractServerConfig
 
setName(ObjectName) - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
setName(String) - Method in class org.jboss.ws.common.deployment.DeploymentAspectManagerImpl
 
setName(String) - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
setOperation(QName) - Method in class org.jboss.ws.common.monitoring.RecordImpl
 
setOwnerDocument(Document) - Static method in class org.jboss.ws.common.DOMUtils
 
setParent(ArchiveDeployment) - Method in class org.jboss.ws.common.deployment.ArchiveDeploymentImpl
 
setParent(DeploymentAspectManager) - Method in class org.jboss.ws.common.deployment.DeploymentAspectManagerImpl
 
setPrettyprint(boolean) - Method in class org.jboss.ws.common.DOMWriter
Set wheter element should be indented.
setProcessDate(boolean) - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
setProcessDate(boolean) - Method in class org.jboss.ws.common.monitoring.ManagedRecordProcessor
 
setProcessDate(boolean) - Method in interface org.jboss.ws.common.monitoring.ManagedRecordProcessorMBean
 
setProcessDestinationHost(boolean) - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
setProcessDestinationHost(boolean) - Method in class org.jboss.ws.common.monitoring.ManagedRecordProcessor
 
setProcessDestinationHost(boolean) - Method in interface org.jboss.ws.common.monitoring.ManagedRecordProcessorMBean
 
setProcessEnvelope(boolean) - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
setProcessEnvelope(boolean) - Method in class org.jboss.ws.common.monitoring.ManagedRecordProcessor
 
setProcessEnvelope(boolean) - Method in interface org.jboss.ws.common.monitoring.ManagedRecordProcessorMBean
 
setProcessHeaders(boolean) - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
setProcessHeaders(boolean) - Method in class org.jboss.ws.common.monitoring.ManagedRecordProcessor
 
setProcessHeaders(boolean) - Method in interface org.jboss.ws.common.monitoring.ManagedRecordProcessorMBean
 
setProcessMessageType(boolean) - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
setProcessMessageType(boolean) - Method in class org.jboss.ws.common.monitoring.ManagedRecordProcessor
 
setProcessMessageType(boolean) - Method in interface org.jboss.ws.common.monitoring.ManagedRecordProcessorMBean
 
setProcessOperation(boolean) - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
setProcessOperation(boolean) - Method in class org.jboss.ws.common.monitoring.ManagedRecordProcessor
 
setProcessOperation(boolean) - Method in interface org.jboss.ws.common.monitoring.ManagedRecordProcessorMBean
 
setProcessors(List<RecordProcessor>) - Method in class org.jboss.ws.common.deployment.EndpointRecordProcessorDeploymentAspect
 
setProcessSourceHost(boolean) - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
setProcessSourceHost(boolean) - Method in class org.jboss.ws.common.monitoring.ManagedRecordProcessor
 
setProcessSourceHost(boolean) - Method in interface org.jboss.ws.common.monitoring.ManagedRecordProcessorMBean
 
setProperty(String, Object) - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
setProvides(String) - Method in class org.jboss.ws.common.integration.AbstractDeploymentAspect
 
setRecording(boolean) - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
setRecording(boolean) - Method in class org.jboss.ws.common.monitoring.ManagedRecordProcessor
 
setRecording(boolean) - Method in interface org.jboss.ws.common.monitoring.ManagedRecordProcessorMBean
 
setRecordProcessors(List<RecordProcessor>) - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
setRecordProcessors(List<RecordProcessor>) - Method in class org.jboss.ws.common.management.ManagedEndpoint
 
setRecordProcessors(List<RecordProcessor>) - Method in interface org.jboss.ws.common.management.ManagedEndpointMBean
 
setRelativeOrder(int) - Method in class org.jboss.ws.common.integration.AbstractDeploymentAspect
 
setReplyDestination(String) - Method in class org.jboss.ws.common.deployment.DefaultJMSEndpoint
 
setRequestHandler(RequestHandler) - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
setRequestURI(URI) - Method in class org.jboss.ws.common.deployment.DefaultJMSEndpoint
 
setRequires(String) - Method in class org.jboss.ws.common.integration.AbstractDeploymentAspect
 
setRootFile(UnifiedVirtualFile) - Method in class org.jboss.ws.common.deployment.ArchiveDeploymentImpl
 
setRuntimeClassLoader(ClassLoader) - Method in class org.jboss.ws.common.deployment.DefaultDeployment
 
setSecurityDomainContext(SecurityDomainContext) - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
setService(Service) - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
setService(Service) - Method in class org.jboss.ws.common.deployment.DefaultDeployment
 
setShortName(String) - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
setSimpleName(String) - Method in class org.jboss.ws.common.deployment.DefaultDeployment
 
setSourceHost(String) - Method in class org.jboss.ws.common.monitoring.RecordImpl
 
setState(EndpointState) - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
setState(DeploymentState) - Method in class org.jboss.ws.common.deployment.DefaultDeployment
 
setTargetBeanName(String) - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
setTargetDestination(String) - Method in class org.jboss.ws.common.deployment.DefaultJMSEndpoint
 
setType(EndpointType) - Method in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
setType(DeploymentType) - Method in class org.jboss.ws.common.deployment.DefaultDeployment
 
setupBaseResourceInputStream() - Method in class org.jboss.ws.common.utils.JarUrlConnection
Setup the InputStream purely from the base resource.
setupConfigHandlers(Binding, CommonConfig) - Method in class org.jboss.ws.common.configuration.ConfigHelper
Setups a given Binding instance using a specified CommonConfig
setupPathedInputStream() - Method in class org.jboss.ws.common.utils.JarUrlConnection
Setup the InputStream for URL with nested segments.
setURLPattern(String) - Method in class org.jboss.ws.common.deployment.DefaultHttpEndpoint
 
setVirtualHost(String) - Method in class org.jboss.ws.common.deployment.DefaultService
 
setWebServiceHost(String) - Method in class org.jboss.ws.common.management.AbstractServerConfig
 
setWebServicePort(int) - Method in class org.jboss.ws.common.management.AbstractServerConfig
 
setWebServiceSecurePort(int) - Method in class org.jboss.ws.common.management.AbstractServerConfig
 
setWriteXMLDeclaration(boolean) - Method in class org.jboss.ws.common.DOMWriter
Set wheter the XML declaration should be written.
shortName - Variable in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
SOAP11_ATTR_ACTOR - Static variable in interface org.jboss.ws.common.Constants
SOAP-1.1 attributes
SOAP11_ATTR_MUST_UNDERSTAND - Static variable in interface org.jboss.ws.common.Constants
 
SOAP11_DETAIL - Static variable in interface org.jboss.ws.common.Constants
 
SOAP11_FAULT_CODE_CLIENT - Static variable in interface org.jboss.ws.common.Constants
SOAP-1.1 fault codes
SOAP11_FAULT_CODE_MUST_UNDERSTAND - Static variable in interface org.jboss.ws.common.Constants
 
SOAP11_FAULT_CODE_SERVER - Static variable in interface org.jboss.ws.common.Constants
 
SOAP11_FAULT_CODE_VERSION_MISMATCH - Static variable in interface org.jboss.ws.common.Constants
 
SOAP11_FAULTACTOR - Static variable in interface org.jboss.ws.common.Constants
 
SOAP11_FAULTCODE - Static variable in interface org.jboss.ws.common.Constants
SOAP-1.1 elements
SOAP11_FAULTSTRING - Static variable in interface org.jboss.ws.common.Constants
 
SOAP11HTTP_BINDING - Static variable in interface org.jboss.ws.common.Constants
A constant representing the identity of the SOAP 1.1 over HTTP binding.
SOAP11HTTP_MTOM_BINDING - Static variable in interface org.jboss.ws.common.Constants
A constant representing the identity of the SOAP 1.1 over HTTP binding with MTOM enabled by default.
SOAP12_ATTR_RELAY - Static variable in interface org.jboss.ws.common.Constants
 
SOAP12_ATTR_ROLE - Static variable in interface org.jboss.ws.common.Constants
SOAP-1.2 attributes
SOAP12_CODE - Static variable in interface org.jboss.ws.common.Constants
SOAP-1.2 elements
SOAP12_DETAIL - Static variable in interface org.jboss.ws.common.Constants
 
SOAP12_NODE - Static variable in interface org.jboss.ws.common.Constants
 
SOAP12_REASON - Static variable in interface org.jboss.ws.common.Constants
 
SOAP12_ROLE - Static variable in interface org.jboss.ws.common.Constants
 
SOAP12_SUBCODE - Static variable in interface org.jboss.ws.common.Constants
 
SOAP12_TEXT - Static variable in interface org.jboss.ws.common.Constants
 
SOAP12_VALUE - Static variable in interface org.jboss.ws.common.Constants
 
SOAP12HTTP_BINDING - Static variable in interface org.jboss.ws.common.Constants
A constant representing the identity of the SOAP 1.2 over HTTP binding.
SOAP12HTTP_MTOM_BINDING - Static variable in interface org.jboss.ws.common.Constants
A constant representing the identity of the SOAP 1.2 over HTTP binding with MTOM enabled by default.
SOAP_HTTP_NS - Static variable in class org.jboss.ws.common.deployment.SOAPAddressWSDLParser
 
SOAP_OVER_JMS_NS - Static variable in class org.jboss.ws.common.deployment.SOAPAddressWSDLParser
 
SOAPAddressWSDLParser - Class in org.jboss.ws.common.deployment
A partial StAX-based WSDL parser for retrieving soap:address elements
SOAPAddressWSDLParser(URL) - Constructor for class org.jboss.ws.common.deployment.SOAPAddressWSDLParser
 
sort(List<DeploymentAspect>) - Method in class org.jboss.ws.common.sort.DeploymentAspectSorter
 
sourceToElement(Source) - Static method in class org.jboss.ws.common.DOMUtils
Parse the contents of the provided source into an element.
sourceTypeNotImplemented(Class<?>) - Method in interface org.jboss.ws.common.Messages
 
STACK_CONTEXT_PARAMS - Static variable in class org.jboss.ws.common.integration.WSConstants
Stack specific context parameters configuration property.
STACK_TRANSPORT_CLASS - Static variable in class org.jboss.ws.common.integration.WSConstants
Stack specific transport class configuration property.
STACK_TRANSPORT_CLASS_PROVIDER - Static variable in class org.jboss.ws.common.integration.WSConstants
Stack specific transport class provider configuration property.
stackConfig - Variable in class org.jboss.ws.common.management.AbstractServerConfig
 
start(Deployment) - Method in class org.jboss.ws.common.deployment.ContextPropertiesDeploymentAspect
 
start(Deployment) - Method in class org.jboss.ws.common.deployment.ContextRootDeploymentAspect
 
start(Endpoint) - Method in class org.jboss.ws.common.deployment.DefaultLifecycleHandler
 
start(Deployment) - Method in class org.jboss.ws.common.deployment.EndpointAddressDeploymentAspect
 
start(Deployment) - Method in class org.jboss.ws.common.deployment.EndpointHandlerDeploymentAspect
 
start(Deployment) - Method in class org.jboss.ws.common.deployment.EndpointLifecycleDeploymentAspect
 
start(Deployment) - Method in class org.jboss.ws.common.deployment.EndpointMetricsDeploymentAspect
 
start(Deployment) - Method in class org.jboss.ws.common.deployment.EndpointNameDeploymentAspect
 
start(Deployment) - Method in class org.jboss.ws.common.deployment.EndpointRecordProcessorDeploymentAspect
 
start(Deployment) - Method in class org.jboss.ws.common.deployment.EndpointRegistryDeploymentAspect
 
start(Deployment) - Method in class org.jboss.ws.common.deployment.JAXBIntroDeploymentAspect
 
start(Deployment) - Method in class org.jboss.ws.common.deployment.URLPatternDeploymentAspect
 
start(Deployment) - Method in class org.jboss.ws.common.deployment.VirtualHostDeploymentAspect
 
start(Deployment) - Method in class org.jboss.ws.common.integration.AbstractDeploymentAspect
 
start() - Method in class org.jboss.ws.common.management.EndpointMetricsImpl
 
start() - Method in class org.jboss.ws.common.management.ManagedEndpoint
 
start() - Method in interface org.jboss.ws.common.management.ManagedEndpointMBean
 
startingWSServerConfig(String, String) - Method in interface org.jboss.ws.common.Loggers
 
state - Variable in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
stop(Endpoint) - Method in class org.jboss.ws.common.deployment.DefaultLifecycleHandler
 
stop(Deployment) - Method in class org.jboss.ws.common.deployment.EndpointLifecycleDeploymentAspect
 
stop(Deployment) - Method in class org.jboss.ws.common.deployment.EndpointRecordProcessorDeploymentAspect
 
stop(Deployment) - Method in class org.jboss.ws.common.deployment.EndpointRegistryDeploymentAspect
 
stop(Deployment) - Method in class org.jboss.ws.common.integration.AbstractDeploymentAspect
 
stop() - Method in class org.jboss.ws.common.management.EndpointMetricsImpl
 
stop() - Method in class org.jboss.ws.common.management.ManagedEndpoint
 
stop() - Method in interface org.jboss.ws.common.management.ManagedEndpointMBean
 
syncArray(Object, Class<?>) - Static method in class org.jboss.ws.common.JavaUtils
 

T

targetBean - Variable in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
targetBeanClass - Variable in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
TeeOutputStream - Class in org.jboss.ws.common.io
 
TeeOutputStream(OutputStream, OutputStream, OutputStream...) - Constructor for class org.jboss.ws.common.io.TeeOutputStream
 
ThreadLocalAwareWebServiceContext - Class in org.jboss.ws.common.injection
Web service context implementation that is thread local aware as required by JAX-WS spec.
ThreadLocalAwareWebServiceContext() - Constructor for class org.jboss.ws.common.injection.ThreadLocalAwareWebServiceContext
 
toSignature(String) - Static method in class org.jboss.ws.common.JavaUtils
Converts a JVM external name to a JVM signature name.
toString() - Method in class org.jboss.ws.common.management.EndpointMetricsImpl
 
toString() - Method in class org.jboss.ws.common.monitoring.AbstractRecordProcessor
 
toString() - Method in class org.jboss.ws.common.utils.ResourceURL
 
toURL() - Method in class org.jboss.ws.common.ResourceLoaderAdapter
 
type - Variable in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
TYPE_LITERAL_ANYSIMPLETYPE - Static variable in interface org.jboss.ws.common.Constants
Standard Literal XML types
TYPE_LITERAL_ANYTYPE - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_ANYURI - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_BASE64BINARY - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_BOOLEAN - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_BYTE - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_DATE - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_DATETIME - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_DECIMAL - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_DOUBLE - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_DURATION - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_FLOAT - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_GDAY - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_GMONTH - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_GMONTHDAY - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_GYEAR - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_GYEARMONTH - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_HEXBINARY - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_ID - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_INT - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_INTEGER - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_LANGUAGE - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_LONG - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_NAME - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_NCNAME - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_NEGATIVEINTEGER - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_NMTOKEN - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_NMTOKENS - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_NONNEGATIVEINTEGER - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_NONPOSITIVEINTEGER - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_NORMALIZEDSTRING - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_POSITIVEINTEGER - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_QNAME - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_SHORT - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_STRING - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_TIME - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_TOKEN - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_UNSIGNEDBYTE - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_UNSIGNEDINT - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_UNSIGNEDLONG - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_LITERAL_UNSIGNEDSHORT - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_MIME_APPLICATION_XML - Static variable in interface org.jboss.ws.common.Constants
Attachment Types
TYPE_MIME_IMAGE_GIF - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_MIME_IMAGE_JPEG - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_MIME_MULTIPART_MIXED - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_MIME_TEXT_PLAIN - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_MIME_TEXT_XML - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_ANYSIMPLETYPE - Static variable in interface org.jboss.ws.common.Constants
Standard SOAP-1.1 encoded XML types
TYPE_SOAP11_ANYTYPE - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_ANYURI - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_BASE64 - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_BASE64BINARY - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_BOOLEAN - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_BYTE - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_DATE - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_DATETIME - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_DECIMAL - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_DOUBLE - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_DURATION - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_FLOAT - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_GDAY - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_GMONTH - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_GMONTHDAY - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_GYEAR - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_GYEARMONTH - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_HEXBINARY - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_ID - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_INT - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_INTEGER - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_LANGUAGE - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_LONG - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_NAME - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_NCNAME - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_NEGATIVEINTEGER - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_NMTOKEN - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_NMTOKENS - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_NONNEGATIVEINTEGER - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_NONPOSITIVEINTEGER - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_NORMALIZEDSTRING - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_POSITIVEINTEGER - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_QNAME - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_SHORT - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_STRING - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_TIME - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_TOKEN - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_UNSIGNEDBYTE - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_UNSIGNEDINT - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_UNSIGNEDLONG - Static variable in interface org.jboss.ws.common.Constants
 
TYPE_SOAP11_UNSIGNEDSHORT - Static variable in interface org.jboss.ws.common.Constants
 

U

unableToCalculateWebServicesPort(String) - Method in interface org.jboss.ws.common.Loggers
 
unableToCalculateWebServicesSecurePort(String) - Method in interface org.jboss.ws.common.Loggers
 
unableToConvertDataHandler(Throwable, String) - Method in interface org.jboss.ws.common.Messages
 
unableToCreateInstanceOf(Throwable, String) - Method in interface org.jboss.ws.common.Messages
 
unableToReadFromHttpServletRequest(Throwable) - Method in interface org.jboss.ws.common.Loggers
 
undeploy(Deployment) - Method in class org.jboss.ws.common.deployment.DeploymentAspectManagerImpl
 
unexpectedElement(String, String) - Method in interface org.jboss.ws.common.Messages
 
unifiedVirtualFileNotInitialized(ClassLoader) - Method in interface org.jboss.ws.common.Messages
 
unpublishWsdlFiles() - Method in class org.jboss.ws.common.utils.AbstractWSDLFilePublisher
Delete the published wsdl
unregister(Endpoint) - Method in class org.jboss.ws.common.management.DefaultEndpointRegistry
 
unregister(Endpoint) - Method in class org.jboss.ws.common.management.ManagedEndpointRegistry
 
URI_JAXWS_WSDL_CUSTOMIZATIONS - Static variable in interface org.jboss.ws.common.Constants
JAX-WS binding customizations namespace uri
URI_LITERAL_ENC - Static variable in interface org.jboss.ws.common.Constants
Literal encoding URI
URI_SOAP11_ENC - Static variable in interface org.jboss.ws.common.Constants
SOAP-1.1 encoding URI
URI_SOAP11_NEXT_ACTOR - Static variable in interface org.jboss.ws.common.Constants
SOAP-1.1 roles
URI_SOAP12_ENC - Static variable in interface org.jboss.ws.common.Constants
SOAP-1.2 encoding URI
URI_SOAP_HTTP - Static variable in interface org.jboss.ws.common.Constants
SOAP HTTP transport URI in wsdl soap binding
URI_STYLE_DOCUMENT - Static variable in interface org.jboss.ws.common.Constants
 
URI_STYLE_RPC - Static variable in interface org.jboss.ws.common.Constants
WSDL 2.0 Encoding Rules
URI_WS_ADDRESSING - Static variable in interface org.jboss.ws.common.Constants
WS-Addressing namespace uri
URI_WS_EVENTING - Static variable in interface org.jboss.ws.common.Constants
WS-Eventing namespace uri
URI_WS_POLICY - Static variable in interface org.jboss.ws.common.Constants
WS-Policy namespace uri
urlPattern - Variable in class org.jboss.ws.common.deployment.AbstractDefaultEndpoint
 
URLPatternDeploymentAspect - Class in org.jboss.ws.common.deployment
A deployer that assigns the URLPattern to endpoints.
URLPatternDeploymentAspect() - Constructor for class org.jboss.ws.common.deployment.URLPatternDeploymentAspect
 
usingLocalHostWebServicesHost(String) - Method in interface org.jboss.ws.common.Loggers
 
usingUndefinedWebServicesHost(String) - Method in interface org.jboss.ws.common.Loggers
 
UUIDGenerator - Class in org.jboss.ws.common.utils
Generates the string form of IETF variant UUIDs.
UUIDGenerator() - Constructor for class org.jboss.ws.common.utils.UUIDGenerator
 
uuidMustBeOf16Bytes() - Method in interface org.jboss.ws.common.Messages
 

V

validate(Field) - Method in class org.jboss.ws.common.injection.finders.ResourceFieldFinder
 
validate(Method) - Method in class org.jboss.ws.common.injection.finders.ResourceMethodFinder
 
validate(A) - Method in interface org.jboss.ws.common.reflection.AccessibleObjectProcessor
Validates accessible object.
validate(Collection<A>) - Method in interface org.jboss.ws.common.reflection.AccessibleObjectProcessor
Validates collection of accessible objects.
validate(T) - Method in class org.jboss.ws.common.reflection.AccessibleObjectProcessorAdapter
By default validation of accessible object passes.
validate(Collection<T>) - Method in class org.jboss.ws.common.reflection.AccessibleObjectProcessorAdapter
By default validation of collection of accessible objects passes.
VirtualHostDeploymentAspect - Class in org.jboss.ws.common.deployment
A deployment aspect that assigns the virtual host to a WS service.
VirtualHostDeploymentAspect() - Constructor for class org.jboss.ws.common.deployment.VirtualHostDeploymentAspect
 
virtualHostMustBeTheSameForAllEndpoints(String) - Method in interface org.jboss.ws.common.Messages
 

W

WebservicesDescriptorParserImpl - Class in org.jboss.ws.common.deployment
Webservices descriptor parser implementation.
WebservicesDescriptorParserImpl() - Constructor for class org.jboss.ws.common.deployment.WebservicesDescriptorParserImpl
 
write(int) - Method in class org.jboss.ws.common.io.NullOutputStream
 
write(byte[]) - Method in class org.jboss.ws.common.io.NullOutputStream
 
write(byte[], int, int) - Method in class org.jboss.ws.common.io.NullOutputStream
 
write(int) - Method in class org.jboss.ws.common.io.TeeOutputStream
 
write(byte[]) - Method in class org.jboss.ws.common.io.TeeOutputStream
 
write(byte[], int, int) - Method in class org.jboss.ws.common.io.TeeOutputStream
 
write(byte[], int, int) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
write(int) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
write(byte[]) - Method in class org.jboss.ws.common.utils.NullPrintStream
 
WSConstants - Class in org.jboss.ws.common.integration
Cross WS stack and JBoss AS integration constants.
WSDL20_PATTERN_IN_ONLY - Static variable in interface org.jboss.ws.common.Constants
WSDL-2.0 exchange patterns
WSDL20_PATTERN_IN_OPTIONAL_OUT - Static variable in interface org.jboss.ws.common.Constants
 
WSDL20_PATTERN_IN_OUT - Static variable in interface org.jboss.ws.common.Constants
 
WSDL20_PATTERN_OUT_IN - Static variable in interface org.jboss.ws.common.Constants
 
WSDL20_PATTERN_OUT_ONLY - Static variable in interface org.jboss.ws.common.Constants
 
WSDL20_PATTERN_OUT_OPT_IN - Static variable in interface org.jboss.ws.common.Constants
 
WSDL20_PATTERN_ROBUST_OUT_ONLY - Static variable in interface org.jboss.ws.common.Constants
 
WSDL20_PATTERN_ROUST_IN_ONLY - Static variable in interface org.jboss.ws.common.Constants
 
WSDL_ATTRIBUTE_WSA_ACTION - Static variable in interface org.jboss.ws.common.Constants
 
WSDL_ATTRIBUTE_WSE_EVENTSOURCE - Static variable in interface org.jboss.ws.common.Constants
 
WSDL_ATTRIBUTE_WSP_POLICYURIS - Static variable in interface org.jboss.ws.common.Constants
 
WSDL_ELEMENT_EPR - Static variable in interface org.jboss.ws.common.Constants
 
WSDL_ELEMENT_JAXWS_BINDINGS - Static variable in interface org.jboss.ws.common.Constants
 
WSDL_ELEMENT_JAXWS_CLASS - Static variable in interface org.jboss.ws.common.Constants
 
WSDL_ELEMENT_JAXWS_JAVADOC - Static variable in interface org.jboss.ws.common.Constants
 
WSDL_ELEMENT_JAXWS_METHOD - Static variable in interface org.jboss.ws.common.Constants
 
WSDL_ELEMENT_POLICY - Static variable in interface org.jboss.ws.common.Constants
 
WSDL_ELEMENT_POLICYREFERENCE - Static variable in interface org.jboss.ws.common.Constants
 
WSDL_ELEMENT_WSP_POLICYREFERENCE - Static variable in interface org.jboss.ws.common.Constants
 
WSDL_PROPERTY_ACTION_FAULT - Static variable in interface org.jboss.ws.common.Constants
Key to the fault wsa action
WSDL_PROPERTY_ACTION_IN - Static variable in interface org.jboss.ws.common.Constants
Key to the inbound wsa action
WSDL_PROPERTY_ACTION_OUT - Static variable in interface org.jboss.ws.common.Constants
Key to the outbound wsa action
WSDL_PROPERTY_APPLICATION_DATA - Static variable in interface org.jboss.ws.common.Constants
For out of bound transport (i.e.
WSDL_PROPERTY_EVENTSOURCE - Static variable in interface org.jboss.ws.common.Constants
 
WSDL_PROPERTY_MESSAGE_NAME - Static variable in interface org.jboss.ws.common.Constants
The key to the original message part name
WSDL_PROPERTY_MESSAGE_NAME_FAULT - Static variable in interface org.jboss.ws.common.Constants
Key to the inbound message name
WSDL_PROPERTY_MESSAGE_NAME_IN - Static variable in interface org.jboss.ws.common.Constants
Key to the inbound message name
WSDL_PROPERTY_MESSAGE_NAME_OUT - Static variable in interface org.jboss.ws.common.Constants
Key to the outbound message name
WSDL_PROPERTY_PART_NAME - Static variable in interface org.jboss.ws.common.Constants
The key to the original message part name
WSDL_PROPERTY_PART_XMLTYPE - Static variable in interface org.jboss.ws.common.Constants
The key to the message part type in case a part does not reference an element; http://www.jboss.org/jbossws/part/xmltype
WSDL_PROPERTY_POLICYURIS - Static variable in interface org.jboss.ws.common.Constants
 
WSDL_PROPERTY_RETURN_PART - Static variable in interface org.jboss.ws.common.Constants
Indicates that an output is a return parameter
WSDL_PROPERTY_VOID_RETURN - Static variable in interface org.jboss.ws.common.Constants
Indicate that the operation has a void return
WSDL_PROPERTY_WSDL11_MIME_TYPE - Static variable in interface org.jboss.ws.common.Constants
Used as WSDL 2.0 property string to provide support for WSDL 1.1 mime types
WSDL_PROPERTY_ZERO_ARGS - Static variable in interface org.jboss.ws.common.Constants
Indicate that the operation has zero arguments
wsdlImportPublishedTo(URL) - Method in interface org.jboss.ws.common.Loggers
 
WSHelper - Class in org.jboss.ws.common.integration
Cross WS stack and JBoss AS integration helper.

X

XML_HEADER - Static variable in interface org.jboss.ws.common.Constants
Header for XML Documents
XMLPredefinedEntityReferenceResolver - Class in org.jboss.ws.common.utils
Utility class for resolving predefined XML entity and character references.
XMLPredefinedEntityReferenceResolver() - Constructor for class org.jboss.ws.common.utils.XMLPredefinedEntityReferenceResolver
 
xmlSchemaImportPublishedTo(URL) - Method in interface org.jboss.ws.common.Loggers
 
A B C D E F G H I J K L M N O P Q R S T U V W X 

Copyright © 2013 JBoss, by Red Hat. All rights reserved.