|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.encoding.ContentTypeImpl
public final class ContentTypeImpl
| Nested Class Summary | |
|---|---|
static class |
ContentTypeImpl.Builder
|
| Constructor Summary | |
|---|---|
ContentTypeImpl(String contentType)
|
|
ContentTypeImpl(String contentType,
String soapAction)
|
|
ContentTypeImpl(String contentType,
String soapAction,
String accept)
|
|
ContentTypeImpl(String contentType,
String soapAction,
String accept,
String charsetParam)
|
|
| Method Summary | |
|---|---|
String |
getAcceptHeader()
Controls the Accept transport header, if the transport supports it. |
String |
getCharSet()
Returns the character set encoding. |
String |
getContentType()
Gives non-null Content-Type header value. |
String |
getSOAPActionHeader()
Gives SOAPAction transport header value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContentTypeImpl(String contentType)
public ContentTypeImpl(String contentType,
@Nullable
String soapAction)
public ContentTypeImpl(String contentType,
@Nullable
String soapAction,
@Nullable
String accept)
public ContentTypeImpl(String contentType,
@Nullable
String soapAction,
@Nullable
String accept,
String charsetParam)
| Method Detail |
|---|
@Nullable public String getCharSet()
public String getContentType()
ContentType
getContentType in interface ContentTypepublic String getSOAPActionHeader()
ContentType
getSOAPActionHeader in interface ContentTypepublic String getAcceptHeader()
ContentTypeWe realize that this is not an elegant abstraction, but this would do for now. If another person comes and asks for a similar functionality, we'll define a real abstraction.
getAcceptHeader in interface ContentType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||