com.oracle.webservices.api.message
Class ContentType.Builder

java.lang.Object
  extended by com.oracle.webservices.api.message.ContentType.Builder
Enclosing interface:
ContentType

public static class ContentType.Builder
extends Object


Constructor Summary
ContentType.Builder()
           
 
Method Summary
 ContentType.Builder accept(String s)
           
 ContentType build()
           
 ContentType.Builder charset(String s)
           
 ContentType.Builder contentType(String s)
           
 ContentType.Builder soapAction(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentType.Builder

public ContentType.Builder()
Method Detail

contentType

public ContentType.Builder contentType(String s)

soapAction

public ContentType.Builder soapAction(String s)

accept

public ContentType.Builder accept(String s)

charset

public ContentType.Builder charset(String s)

build

public ContentType build()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.