Class AbstractBuilder<A,​S,​P>

    • Field Detail

      • defaultTimeout

        public static final int defaultTimeout
        Default proxy timeout.
    • Method Detail

      • setQuery

        protected void setQuery​(Query<A> query)
        Sets the query.
        Parameters:
        query - the query
      • setTimeout

        protected void setTimeout​(int timeout)
        Sets the timeout.
        Parameters:
        timeout - the timout
      • setAddress

        protected void setAddress​(jakarta.xml.ws.wsaddressing.W3CEndpointReference address)
        Sets the address.
        Parameters:
        address - the address
      • addProperty

        protected void addProperty​(Property<?> property)
        Adds a custom property.
        Parameters:
        property - the property
      • build

        public P build()
      • convertAddress

        protected abstract A convertAddress​(jakarta.xml.ws.wsaddressing.W3CEndpointReference address)
        Converts a W3CEndpointReference in a service address.
        Parameters:
        address - the address as a W3CEndpointReference
        Returns:
        the converted address
      • contextPath

        protected abstract String contextPath()