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​(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()
      • contextPath

        protected abstract String contextPath()