|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentType
A Content-Type transport header that will be returned by Codec.encode(com.sun.xml.ws.api.message.Packet, java.io.OutputStream)
.
It will provide the Content-Type header and also take care of SOAP 1.1 SOAPAction header.
TODO: rename to ContentMetadata?
Method Summary | |
---|---|
String |
getAcceptHeader()
Controls the Accept transport header, if the transport supports it. |
String |
getContentType()
Gives non-null Content-Type header value. |
String |
getSOAPActionHeader()
Gives SOAPAction transport header value. |
Method Detail |
---|
String getContentType()
String getSOAPActionHeader()
String getAcceptHeader()
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |