|
||||||||||
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
Constructor Summary | |
---|---|
ContentTypeImpl(String contentType)
|
|
ContentTypeImpl(String contentType,
String soapAction)
|
|
ContentTypeImpl(String contentType,
String soapAction,
String accept)
|
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)
Method Detail |
---|
@Nullable public String getCharSet()
public String getContentType()
ContentType
getContentType
in interface ContentType
public String getSOAPActionHeader()
ContentType
getSOAPActionHeader
in interface ContentType
public String getAcceptHeader()
ContentType
We 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 |