Uses of Class
org.apache.cxf.transport.http.Address
-
Packages that use Address Package Description org.apache.cxf.transport.http -
-
Uses of Address in org.apache.cxf.transport.http
Fields in org.apache.cxf.transport.http declared as Address Modifier and Type Field Description protected AddressHTTPConduit. defaultAddressThis field holds the "default" URI for this particular conduit, which is created on demand.Methods in org.apache.cxf.transport.http with parameters of type Address Modifier and Type Method Description protected voidHttpClientHTTPConduit. setupConnection(org.apache.cxf.message.Message message, Address address, HTTPClientPolicy csPolicy)protected abstract voidHTTPConduit. setupConnection(org.apache.cxf.message.Message message, Address address, HTTPClientPolicy csPolicy)protected voidURLConnectionHTTPConduit. setupConnection(org.apache.cxf.message.Message message, Address address, HTTPClientPolicy csPolicy)
-