super(soapCodec, SOAPVersion.SOAP_12, readerRecycleListener, retainState, (retainState) ? FastInfosetMIMETypes.STATEFUL_SOAP_12 : FastInfosetMIMETypes.SOAP_12);
super(that);
return new WSTCPFastInfosetStreamSOAP12Codec(this);
return new StreamHeader12(reader, mark);
if (soapAction == null) { return _defaultContentType; } else { return new ContentTypeImpl( _defaultContentType.getContentType() + ";action=\""+soapAction+"\""); }