final class HttpResponseProperties
extends org.jvnet.ws.message.BasePropertySet
HttpTransportPipe
for ResponseContext
.Constructor and Description |
---|
HttpResponseProperties(HttpClientTransport con) |
Modifier and Type | Method and Description |
---|---|
protected org.jvnet.ws.message.BasePropertySet.PropertyMap |
getPropertyMap()
Map representing the Fields and Methods annotated with
Property . |
int |
getResponseCode() |
Map<String,List<String>> |
getResponseHeaders() |
public HttpResponseProperties(@NotNull HttpClientTransport con)
public int getResponseCode()
protected org.jvnet.ws.message.BasePropertySet.PropertyMap getPropertyMap()
org.jvnet.ws.message.BasePropertySet
Property
.
Model of PropertySet
class.
At the end of the derivation chain this method just needs to be implemented as:
private static final PropertyMap model; static { model = parse(MyDerivedClass.class); } protected PropertyMap getPropertyMap() { return model; }
getPropertyMap
in class org.jvnet.ws.message.BasePropertySet
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.