MCPcopy Index your code
hub / github.com/OpenFeign/feign / build

Method build

soap/src/main/java/feign/soap/SOAPDecoder.java:175–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 }
174
175 public SOAPDecoder build() {
176 if (jaxbContextFactory == null) {
177 throw new IllegalStateException("JAXBContextFactory must be non-null");
178 }
179 return new SOAPDecoder(this);
180 }
181 }
182}

Calls

no outgoing calls