Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
}
Callers
15
encodesSoap
Method · 0.45
doesntEncodeParameterizedTypes
Method · 0.45
encodesSoapWithCustomJAXBMarshallerEncoding
Method · 0.45
encodesSoapWithCustomJAXBSchemaLocation
Method · 0.45
encodesSoapWithCustomJAXBNoSchemaLocation
Method · 0.45
encodesSoapWithCustomJAXBFormattedOuput
Method · 0.45
decodesSoap
Method · 0.45
decodesSoapWithSchemaOnEnvelope
Method · 0.45
decodesSoap1_2Protocol
Method · 0.45
doesntDecodeParameterizedTypes
Method · 0.45
decodeAnnotatedParameterizedTypes
Method · 0.45
notFoundDecodesToNull
Method · 0.45
Calls
no outgoing calls
Tested by
15
encodesSoap
Method · 0.36
doesntEncodeParameterizedTypes
Method · 0.36
encodesSoapWithCustomJAXBMarshallerEncoding
Method · 0.36
encodesSoapWithCustomJAXBSchemaLocation
Method · 0.36
encodesSoapWithCustomJAXBNoSchemaLocation
Method · 0.36
encodesSoapWithCustomJAXBFormattedOuput
Method · 0.36
decodesSoap
Method · 0.36
decodesSoapWithSchemaOnEnvelope
Method · 0.36
decodesSoap1_2Protocol
Method · 0.36
doesntDecodeParameterizedTypes
Method · 0.36
decodeAnnotatedParameterizedTypes
Method · 0.36
notFoundDecodesToNull
Method · 0.36