com.sun.xml.ws.encoding
Class ContentTypeImpl.Builder

java.lang.Object
  extended by com.sun.xml.ws.encoding.ContentTypeImpl.Builder
Enclosing class:
ContentTypeImpl

public static class ContentTypeImpl.Builder
extends Object


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

Field Detail

contentType

public String contentType

soapAction

public String soapAction

accept

public String accept

charset

public String charset
Constructor Detail

ContentTypeImpl.Builder

public ContentTypeImpl.Builder()
Method Detail

build

public ContentTypeImpl build()


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.