Apache CXF API

Uses of Class
org.apache.cxf.wsdl.TExtensibilityElementImpl

Packages that use TExtensibilityElementImpl
org.apache.cxf.binding.corba.wsdl   
org.apache.cxf.bindings.xformat   
org.apache.cxf.transport.jms   
org.apache.cxf.transports.http.configuration   
org.apache.cxf.ws.addressing.wsdl   
org.apache.cxf.wsdl   
 

Uses of TExtensibilityElementImpl in org.apache.cxf.binding.corba.wsdl
 

Subclasses of TExtensibilityElementImpl in org.apache.cxf.binding.corba.wsdl
 class AddressType
          CXF CORBA Address Type
 class BindingType
          CXF CORBA Binding Type
 class OperationType
          CORBA Operation Type
 class PolicyType
          Artix IIOP tunnel policy specification.
 class TypeMappingType
          CXF CORBA WSDL binding type map.
 

Uses of TExtensibilityElementImpl in org.apache.cxf.bindings.xformat
 

Subclasses of TExtensibilityElementImpl in org.apache.cxf.bindings.xformat
 class XMLBindingMessageFormat
          Java class for XMLBindingMessageFormat complex type.
 class XMLFormatBinding
          Java class for XMLFormatBinding complex type.
 

Uses of TExtensibilityElementImpl in org.apache.cxf.transport.jms
 

Subclasses of TExtensibilityElementImpl in org.apache.cxf.transport.jms
 class ClientBehaviorPolicyType
          Java class for ClientBehaviorPolicyType complex type.
 class ClientConfig
          Java class for ClientConfig complex type.
 class ServerBehaviorPolicyType
          JMS configuration policy for CXF Server.
 class ServerConfig
          Java class for ServerConfig complex type.
 class SessionPoolType
          JMS Session pool configuration policy
 

Uses of TExtensibilityElementImpl in org.apache.cxf.transports.http.configuration
 

Subclasses of TExtensibilityElementImpl in org.apache.cxf.transports.http.configuration
 class HTTPClientPolicy
          Properties used to configure a client-side HTTP port
 class HTTPServerPolicy
          Properties used for configuring a server-side HTTP prort
 

Uses of TExtensibilityElementImpl in org.apache.cxf.ws.addressing.wsdl
 

Subclasses of TExtensibilityElementImpl in org.apache.cxf.ws.addressing.wsdl
 class UsingAddressing
           
 

Uses of TExtensibilityElementImpl in org.apache.cxf.wsdl
 

Method parameters in org.apache.cxf.wsdl with type arguments of type TExtensibilityElementImpl
static void JAXBExtensionHelper.addExtensions(javax.wsdl.extensions.ExtensionRegistry registry, java.lang.Class<?> parentType, java.lang.Class<? extends TExtensibilityElementImpl> cls)
           
static void JAXBExtensionHelper.addExtensions(javax.wsdl.extensions.ExtensionRegistry registry, java.lang.Class<?> parentType, java.lang.Class<? extends TExtensibilityElementImpl> cls, java.lang.String namespace)
           
 

Constructor parameters in org.apache.cxf.wsdl with type arguments of type TExtensibilityElementImpl
JAXBExtensionHelper(java.lang.Class<? extends TExtensibilityElementImpl> cls, java.lang.String ns)
           
 


Apache CXF API

Apache CXF