All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.jboss-as-webservices_2_0.xsd Maven / Gradle / Ivy






  

  
    
      
        element which points to the location of the endpoint. JBossWS supports the rewriting
        of that SOAP address using the attribute values of wsdl-host and wsdl-port or
        wsdl-secure-port.

        The webservices subsystem supports the pre-definition of endpoint configurations can
        be used for JAX-WS client and JAX-WS endpoint implementations, elements client-config and
        endpoint-config respectively.  These configurations can include JAX-WS handlers and key/value
        properties declarations that control JBossWS and Apache CXF internals.

      ]]>
    
    
      
          
               is a valid URL,
                JBossWS will rewrite the URL using the values of wsdl-host and wsdl-port or wsdl-secure-port.

                When modify-wsdl-address is set to false and the content of  is a valid URL,
                JBossWS will not rewrite the URL.  The  URL will be used.

                When the content of  is not a valid URL, JBossWS will rewrite it no matter
                what the setting of modify-wsdl-address.

                If modify-wsdl-address is set to true and wsdl-host is not defined or explicitly set to 'jbossws.undefined.host'
                the content of  URL is use.  JBossWS uses the requester's host when rewriting the 

                When modify-wsdl-address is not defined JBossWS uses a default value of true.

              ]]>
          
      
      
          
               URL rewrite.

                When wsdl-host is not defined JBossWS uses a value of 'jbossws.undefined.host'.

                If wsdl-host is not defined or explicitly set to 'jbossws.undefined.host' and
                modify-wsdl-address is set to true, the content of  URL is use.
                JBossWS uses requester's host when rewriting the 

              ]]>
          
      
      
        
          

            Set this property to explicitly define the HTTP port that will be used for rewriting the SOAP address.
            Otherwise the HTTP port will be identified by querying the list of installed HTTP connectors.

          
        
      
      
        
          

            Set this property to explicitly define the HTTPS port that will be used for rewriting the SOAP address.
            Otherwise the HTTPS port will be identified by querying the list of installed HTTPS connectors.

          
        
      
      
        
          . Valid values are 'http' and 'https'.
           This configuration overrides scheme computed by processing the endpoint (even if a transport guarantee is specified).
           The provided values for 'wsdl-port' and 'wsdl-secure-port' (or their default values) are used depending on specified scheme.  

          ]]>
        
      
      
        
           URL published
            from the server.

            When wsdl-path-rewrite-rule is not defined, JBossWS retains the original path component
            of each  URL.

            When 'modify-wsdl-address' is set to "false" this element is ignored.

            ]]>
         
      
      
      
    
    
      
        Whether statistics are to be gathered
      
    
  
  
    
      

        The enumeration type to define the wsdl uri scheme, it can be http or https

      
    
    
      
      
    
  
  
    
      

        Endpoint config can define unique properties that are visible only to endpoints using this config.
        It can also define PRE and POST handler chains associated with it.

      
    
    
      
      
      
    
    
      
        

          Endpoint config name. Must be unique inside subsystem element.

        
      
    
  

  
    
      

        Client config can define unique properties that are visible only to clients using this config.
        It can also define PRE and POST handler chains associated with it.

      
    
    
      
      
      
    
    
      
        

          Client config name. Must be unique inside subsystem element.

        
      
    
  

  
    
      

        Property that is private for endpoint config.

      
    
    
      
        

          Property name. Must be unique inside endpoint config.

        
      
    
    
      
        

          Property value. May be omitted.

        
      
    
  

  
    
      

        Handlerchain can be defined such that the handlers in the
        handlerchain operate on all endpoints or only for specified
        protocol-bindings.

      
    
    
      
    
    
      
        

          Handler chain name. Must be unique for every endpoint/client config.

        
      
    
    
      
        

          If protocol-bindings attribute on the handler chain element is omitted
          then the handlers specified in the handler chain will be applied on 
          every endpoint/client.

        
      
    
  

  
    
      

        Declares the handler for an endpoint or client.

      
    
    
      
        

          Defines the name of the JAX-WS handler. The name must be unique within the handler chain.

        
      
    
    
      
        

          Defines a fully qualified class name for the JAX-WS handler implementation.

        
      
    
  

  
    
      

        Defines the type used for specifying a list of
        protocol-bindingType(s). For e.g.

        ##SOAP11_HTTP ##SOAP12_HTTP ##XML_HTTP

      
    
    
  

  
    
      

        Defines the type used for specifying the URI for the
        protocol binding used by the endpoint.  For
        portability one could use one of the following tokens that
        alias the standard binding types: 

        ##SOAP11_HTTP
        ##SOAP11_HTTP_MTOM
        ##SOAP12_HTTP
        ##SOAP12_HTTP_MTOM
        ##XML_HTTP

        Other specifications could define tokens that start with ##
        to alias new standard binding URIs that are introduced.

      
    
    
  

  
    
      

        Defines the type that is used for specifying tokens that
        start with ## which are used to alias existing standard
        protocol bindings and support aliases for new standard
        binding URIs that are introduced in future specifications.

        The following tokens alias the standard protocol binding
        URIs:

        ##SOAP11_HTTP = "http://schemas.xmlsoap.org/wsdl/soap/http"
        ##SOAP11_HTTP_MTOM = 
        "http://schemas.xmlsoap.org/wsdl/soap/http?mtom=true"
        ##SOAP12_HTTP = "http://www.w3.org/2003/05/soap/bindings/HTTP/"
        ##SOAP12_HTTP_MTOM = 
        "http://www.w3.org/2003/05/soap/bindings/HTTP/?mtom=true"
        ##XML_HTTP = "http://www.w3.org/2004/08/wsdl/http"

      
    
    
      
    
  






© 2015 - 2025 Weber Informatics LLC | Privacy Policy