Uses of Interface
org.jboss.wsf.spi.deployment.Extensible
-
Packages that use Extensible Package Description org.jboss.wsf.spi.deployment org.jboss.wsf.spi.invocation -
-
Uses of Extensible in org.jboss.wsf.spi.deployment
Subinterfaces of Extensible in org.jboss.wsf.spi.deployment Modifier and Type Interface Description interfaceArchiveDeploymentA general web service deployment.interfaceDeploymentA general web service deployment.interfaceEndpointA general JAXWS endpoint.interfaceHttpEndpointTo represents a http transport endpointinterfaceJMSEndpointTo represent the jms transport endpointinterfaceServiceA service collecting endpoints belonging to the same deployment.Classes in org.jboss.wsf.spi.deployment that implement Extensible Modifier and Type Class Description classAbstractExtensibleA general extendible artifact; please note the 'attachments' and 'properties' fields are not meant to be modified concurrently, as they are initialied to plain HashMap instances. -
Uses of Extensible in org.jboss.wsf.spi.invocation
Classes in org.jboss.wsf.spi.invocation that implement Extensible Modifier and Type Class Description classInvocationContextA basic invocation context.
-